Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/693/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
1 thread leaked from SUITE scope at 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) 
Thread[id=11567, name=jetty-launcher-1904-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=11567, name=jetty-launcher-1904-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
        at __randomizedtesting.SeedInfo.seed([D44D5D8D26D6A81E]:0)


FAILED:  org.apache.solr.search.function.TestFunctionQuery.testLongComparisons

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([D44D5D8D26D6A81E:D7D5C2EFE8B0FFEC]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.search.function.TestFunctionQuery.singleTest(TestFunctionQuery.java:131)
        at 
org.apache.solr.search.function.TestFunctionQuery.singleTest(TestFunctionQuery.java:137)
        at 
org.apache.solr.search.function.TestFunctionQuery.testLongComparisons(TestFunctionQuery.java:943)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc[./str[@name='id']='2'  and ./float[@name='score']='2.0']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">0</int>
</lst>
<result name="response" numFound="126" start="0" maxScore="5.0">
  <doc>
    <str name="id">1</str>
    <int name="id_i">1</int>
    <long name="number_of_atoms_in_universe_l">9223372036854775807</long>
    <float name="score">5.0</float></doc>
  <doc>
    <str name="id">0</str>
    <int name="id_i">0</int>
    <float name="default_amount_f">14796.0</float>
    <str name="amounts_dpf">1|1.76 2|2.51 3|3.93 4|4.27 5|5.24 6|6.50 7|7.48 
8|8.6 9|9.17 10|10.99 11|11.83 12|12.26 13|13.88 14|14.40 15|15.32 16|16.32 
17|17.69 18|18.23 19|19.77 20|20.10 21|21.26 22|22.49 23|23.41 24|24.25 25|25.4 
26|26.92 27|27.93 28|28.58 29|29.59 30|30.61 31|31.44 32|32.96 33|33.98 
34|34.26 35|35.6 36|36.56 37|37.24 38|38.47 39|39.54 40|40.18 41|41.25 42|42.39 
43|43.32 44|44.54 45|45.32 46|46.9 47|47.72 48|48.12 49|49.47 50|50.42 51|51.77 
52|52.15 53|53.3 54|54.74 55|55.10 56|56.54 57|57.77 58|58.48 59|59.46 60|60.90 
61|61.9 62|62.6 63|63.48 64|64.29 65|65.97 66|66.67 67|67.92 68|68.60 69|69.39 
70|70.74 71|71.66 72|72.15 73|73.81 74|74.10 75|75.83 76|76.33 77|77.55 
78|78.32 79|79.51 80|80.49 81|81.65 82|82.49 83|83.80 84|84.90 85|85.58 
86|86.26 87|87.81 88|88.93 89|89.27 90|90.79 91|91.27 92|92.63 93|93.93 
94|94.85 95|95.95 96|96.65 97|97.45 98|98.29 99|99.18 100|100.96 101|101.94 
102|102.21 103|103.21 104|104.55 105|105.85 106|106.76 107|107.23 108|108.11 
109|109.50 110|110.80 111|111.41 112|112.97 113|113.69 114|114.68 115|115.2 
116|116.71 117|117.12 118|118.38 119|119.14 120|120.31 121|121.93 122|122.96 
123|123.3 124|124.31 125|125.46 126|126.46 127|127.34 128|128.44 129|129.92 
130|130.7 131|131.61 132|132.94 133|133.11 134|134.10 135|135.21 136|136.75 
137|137.65 138|138.72 139|139.38 140|140.80 141|141.88 142|142.60 143|143.58 
144|144.59 145|145.1 146|146.84 147|147.5 148|148.40 149|149.67 150|150.63 
151|151.89 152|152.10 153|153.66 154|154.5 155|155.68 156|156.26 157|157.86 
158|158.88 159|159.70 160|160.84 161|161.8 162|162.30 163|163.13 164|164.13 
165|165.86 166|166.65 167|167.83 168|168.98 169|169.84 170|170.51 171|171.94 
172|172.54 173|173.97 174|174.88 175|175.72 176|176.49 177|177.5 178|178.21 
179|179.85 180|180.80 181|181.20 182|182.72 183|183.19 184|184.66 185|185.27 
186|186.25 187|187.30 188|188.37 189|189.29 190|190.41 191|191.94 192|192.86 
193|193.35 194|194.42 195|195.20 196|196.21 197|197.55 198|198.46 199|199.83 
200|200.90 201|201.24 202|202.64 203|203.31 204|204.25 205|205.12 206|206.76 
207|207.62 208|208.9 209|209.7 210|210.56 211|211.77 212|212.95 213|213.28 
214|214.16 215|215.85 216|216.75 217|217.5 218|218.5 219|219.10 220|220.62 
221|221.0 222|222.69 223|223.77 224|224.40 225|225.10 226|226.77 227|227.80 
228|228.10 229|229.59 230|230.5 231|231.47 232|232.70 233|233.42 234|234.21 
235|235.68 236|236.7 237|237.43 238|238.40 239|239.15 240|240.94 241|241.81 
242|242.10 243|243.98 244|244.83 245|245.4 246|246.48 247|247.89 248|248.50 
249|249.68 250|250.87 251|251.62 252|252.99 253|253.21 254|254.3 255|255.31 
256|256.28 257|257.51 258|258.2 259|259.89 260|260.93 261|261.72 262|262.18 
263|263.59 264|264.85 265|265.51 266|266.15 267|267.56 268|268.34 269|269.18 
270|270.39 271|271.31 272|272.59 273|273.72 274|274.57 275|275.25 276|276.66 
277|277.6 278|278.30 279|279.77 280|280.37 281|281.19 282|282.21 283|283.5 
284|284.30 285|285.74 286|286.34 287|287.34 288|288.62 289|289.90 290|290.90 
291|291.86 292|292.89 293|293.92 294|294.95 295|295.68 296|296.56 297|297.57 
298|298.94 299|299.92 300|300.11 301|301.93 302|302.61 303|303.93 304|304.46 
305|305.84 306|306.62 307|307.51 308|308.30 309|309.44 310|310.60 311|311.72 
312|312.96 313|313.86 314|314.16 315|315.9 316|316.12 317|317.60 318|318.77 
319|319.14 320|320.93 321|321.34 322|322.32 323|323.83 324|324.29 325|325.88 
326|326.14 327|327.37 328|328.23 329|329.90 330|330.71 331|331.6 332|332.11 
333|333.72 334|334.24 335|335.98 336|336.3 337|337.84 338|338.62 339|339.71 
340|340.46 341|341.24 342|342.46 343|343.97 344|344.69 345|345.54 346|346.29 
347|347.19 348|348.51 349|349.4 350|350.78 351|351.48 352|352.70 353|353.52 
354|354.72 355|355.9 356|356.61 357|357.90 358|358.48 359|359.45 360|360.4 
361|361.44 362|362.75 363|363.41 364|364.41 365|365.54 366|366.85 367|367.83 
368|368.4 369|369.60 370|370.25 371|371.13 372|372.50 373|373.98 374|374.30 
375|375.40 376|376.36 377|377.70 378|378.83 379|379.69 380|380.3 381|381.62 
382|382.15 383|383.84 384|384.39 385|385.45 386|386.2 387|387.17 388|388.67 
389|389.70 390|390.65 391|391.32 392|392.18 393|393.61 394|394.44 395|395.7 
396|396.6 397|397.31 398|398.36 399|399.11 400|400.84 401|401.32 402|402.69 
403|403.22 404|404.56 405|405.52 406|406.92 407|407.5 408|408.40 409|409.38 
410|410.28 411|411.75 412|412.78 413|413.55 414|414.91 415|415.80 416|416.74 
417|417.64 418|418.55 419|419.66 420|420.89 421|421.94 422|422.93 423|423.76 
424|424.21 425|425.73 426|426.41 427|427.53 428|428.46 429|429.34 430|430.96 
431|431.39 432|432.5 433|433.33 434|434.14 435|435.32 436|436.19 437|437.41 
438|438.28 439|439.13 440|440.29 441|441.71 442|442.70 443|443.74 444|444.21 
445|445.7 446|446.80 447|447.55 448|448.20 449|449.1 450|450.98 451|451.49 
452|452.95 453|453.69 454|454.49 455|455.64 456|456.69 457|457.16 458|458.71 
459|459.79 460|460.72 461|461.95 462|462.39 463|463.58 464|464.24 465|465.53 
466|466.74 467|467.2 468|468.54 469|469.88 470|470.13 471|471.26 472|472.37 
473|473.13 474|474.92 475|475.70 476|476.36 477|477.11 478|478.87 479|479.35 
480|480.83 481|481.55 482|482.70 483|483.76 484|484.91 485|485.91 486|486.72 
487|487.24 488|488.94 489|489.73 490|490.81 491|491.21 492|492.19 493|493.4 
494|494.31 495|495.61 496|496.31 497|497.73 498|498.23 499|499.61 500|500.2 
501|501.51 502|502.3 503|503.1 504|504.65 505|505.49 506|506.98 507|507.84 
508|508.52 509|509.11 510|510.42 511|511.0 512|512.63 513|513.5 514|514.96 
515|515.71 516|516.44 517|517.55 518|518.35 519|519.49 520|520.65 521|521.33 
522|522.34 523|523.80 524|524.2 525|525.80 526|526.24 527|527.87 528|528.65 
529|529.58 530|530.65 531|531.98 532|532.39 533|533.77 534|534.30 535|535.1 
536|536.4 537|537.12 538|538.70 539|539.47 540|540.74 541|541.24 542|542.13 
543|543.96 544|544.77 545|545.61 546|546.34 547|547.16 548|548.73 549|549.52 
550|550.17 551|551.87 552|552.71 553|553.58 554|554.54 555|555.92 556|556.12 
557|557.67 558|558.48 559|559.11 560|560.26 561|561.49 562|562.99 563|563.32 
564|564.11 565|565.30 566|566.25 567|567.74 568|568.44 569|569.68 570|570.18 
571|571.61 572|572.88 573|573.4 574|574.81 575|575.31 576|576.29 577|577.32 
578|578.55 579|579.98 580|580.84 581|581.77 582|582.7 583|583.98 584|584.43 
585|585.1 586|586.81 587|587.78 588|588.20 589|589.92 590|590.20 591|591.23 
592|592.70 593|593.2 594|594.8 595|595.38 596|596.90 597|597.84 598|598.1 
599|599.63 600|600.66 601|601.99 602|602.62 603|603.68 604|604.52 605|605.67 
606|606.22 607|607.9 608|608.75 609|609.13 610|610.34 611|611.47 612|612.66 
613|613.29 614|614.14 615|615.74 616|616.9 617|617.45 618|618.72 619|619.69 
620|620.95 621|621.36 622|622.71 623|623.42 624|624.34 625|625.26 626|626.34 
627|627.51 628|628.55 629|629.56 630|630.89 631|631.1 632|632.92 633|633.1 
634|634.10 635|635.78 636|636.65 637|637.95 638|638.47 639|639.2 640|640.30 
641|641.86 642|642.91 643|643.51 644|644.68 645|645.23 646|646.69 647|647.49 
648|648.93 649|649.2 650|650.94 651|651.46 652|652.42 653|653.3 654|654.27 
655|655.21 656|656.79 657|657.14 658|658.39 659|659.29 660|660.8 661|661.39 
662|662.85 663|663.25 664|664.30 665|665.50 666|666.50 667|667.55 668|668.4 
669|669.55 670|670.81 671|671.29 672|672.60 673|673.91 674|674.62 675|675.93 
676|676.56 677|677.0 678|678.70 679|679.69 680|680.32 681|681.58 682|682.60 
683|683.51 684|684.67 685|685.16 686|686.3 687|687.55 688|688.20 689|689.2 
690|690.78 691|691.13 692|692.78 693|693.63 694|694.47 695|695.38 696|696.14 
697|697.93 698|698.59 699|699.35 700|700.57 701|701.96 702|702.55 703|703.99 
704|704.21 705|705.30 706|706.63 707|707.57 708|708.32 709|709.23 710|710.67 
711|711.25 712|712.21 713|713.92 714|714.0 715|715.14 716|716.66 717|717.33 
718|718.9 719|719.12 720|720.13 721|721.68 722|722.28 723|723.65 724|724.4 
725|725.60 726|726.90 727|727.34 728|728.96 729|729.25 730|730.29 731|731.6 
732|732.44 733|733.70 734|734.38 735|735.80 736|736.52 737|737.31 738|738.81 
739|739.56 740|740.70 741|741.88 742|742.53 743|743.16 744|744.92 745|745.18 
746|746.1 747|747.15 748|748.50 749|749.70 750|750.44 751|751.75 752|752.62 
753|753.21 754|754.36 755|755.91 756|756.32 757|757.31 758|758.5 759|759.26 
760|760.63 761|761.42 762|762.66 763|763.21 764|764.1 765|765.23 766|766.38 
767|767.39 768|768.97 769|769.24 770|770.71 771|771.93 772|772.7 773|773.79 
774|774.96 775|775.85 776|776.68 777|777.36 778|778.61 779|779.6 780|780.5 
781|781.33 782|782.24 783|783.33 784|784.25 785|785.8 786|786.21 787|787.9 
788|788.0 789|789.28 790|790.3 791|791.60 792|792.15 793|793.25 794|794.66 
795|795.79 796|796.79 797|797.49 798|798.66 799|799.82 800|800.28 801|801.24 
802|802.51 803|803.29 804|804.57 805|805.70 806|806.25 807|807.74 808|808.8 
809|809.62 810|810.34 811|811.55 812|812.76 813|813.1 814|814.2 815|815.52 
816|816.27 817|817.36 818|818.7 819|819.24 820|820.21 821|821.60 822|822.14 
823|823.26 824|824.91 825|825.24 826|826.52 827|827.53 828|828.35 829|829.75 
830|830.52 831|831.91 832|832.79 833|833.86 834|834.16 835|835.53 836|836.52 
837|837.71 838|838.19 839|839.41 840|840.11 841|841.91 842|842.71 843|843.25 
844|844.83 845|845.92 846|846.57 847|847.11 848|848.76 849|849.76 850|850.66 
851|851.46 852|852.6 853|853.69 854|854.57 855|855.69 856|856.93 857|857.65 
858|858.99 859|859.15 860|860.61 861|861.59 862|862.61 863|863.5 864|864.12 
865|865.37 866|866.18 867|867.20 868|868.25 869|869.91 870|870.29 871|871.94 
872|872.45 873|873.90 874|874.68 875|875.6 876|876.99 877|877.19 878|878.64 
879|879.92 880|880.34 881|881.17 882|882.88 883|883.84 884|884.97 885|885.65 
886|886.3 887|887.8 888|888.14 889|889.11 890|890.25 891|891.80 892|892.81 
893|893.19 894|894.90 895|895.16 896|896.82 897|897.87 898|898.94 899|899.71 
900|900.8 901|901.67 902|902.2 903|903.40 904|904.0 905|905.69 906|906.60 
907|907.10 908|908.67 909|909.49 910|910.89 911|911.66 912|912.24 913|913.62 
914|914.56 915|915.12 916|916.35 917|917.28 918|918.80 919|919.21 920|920.65 
921|921.63 922|922.88 923|923.79 924|924.20 925|925.10 926|926.4 927|927.5 
928|928.30 929|929.61 930|930.49 931|931.22 932|932.31 933|933.75 934|934.54 
935|935.38 936|936.33 937|937.4 938|938.63 939|939.81 940|940.32 941|941.24 
942|942.75 943|943.68 944|944.57 945|945.69 946|946.47 947|947.21 948|948.33 
949|949.66 950|950.77 951|951.78 952|952.64 953|953.16 954|954.78 955|955.45 
956|956.94 957|957.23 958|958.57 959|959.42 960|960.63 961|961.98 962|962.58 
963|963.66 964|964.71 965|965.22 966|966.0 967|967.0 968|968.47 969|969.41 
970|970.63 971|971.19 972|972.37 973|973.75 974|974.49 975|975.49 976|976.26 
977|977.0 978|978.48 979|979.54 980|980.58 981|981.97 982|982.13 983|983.89 
984|984.90 985|985.3 986|986.66 987|987.64 988|988.91 989|989.8 990|990.29 
991|991.82 992|992.12 993|993.33 994|994.43 995|995.32 996|996.21 997|997.5 
998|998.65 999|999.82 1000|1000.74 1001|1001.69 1002|1002.44 1003|1003.32 
1004|1004.94 1005|1005.93 1006|1006.39 1007|1007.16 1008|1008.57 1009|1009.15 
1010|1010.26 1011|1011.71 1012|1012.49 1013|1013.57 1014|1014.36 1015|1015.97 
1016|1016.56 1017|1017.45 1018|1018.78 1019|1019.39 1020|1020.65 1021|1021.24 
1022|1022.15 1023|1023.74 1024|1024.65 1025|1025.66 1026|1026.9 1027|1027.39 
1028|1028.49 1029|1029.15 1030|1030.85 1031|1031.35 1032|1032.71 1033|1033.37 
1034|1034.7 1035|1035.79 1036|1036.55 1037|1037.65 1038|1038.48 1039|1039.12 
1040|1040.78 1041|1041.78 1042|1042.13 1043|1043.60 1044|1044.63 1045|1045.82 
1046|1046.29 1047|1047.46 1048|1048.29 1049|1049.86 1050|1050.40 1051|1051.25 
1052|1052.42 1053|1053.47 1054|1054.32 1055|1055.44 1056|1056.1 1057|1057.37 
1058|1058.40 1059|1059.73 1060|1060.24 1061|1061.44 1062|1062.6 1063|1063.39 
1064|1064.75 1065|1065.85 1066|1066.39 1067|1067.6 1068|1068.72 1069|1069.57 
1070|1070.7 1071|1071.40 1072|1072.40 1073|1073.57 1074|1074.38 1075|1075.55 
1076|1076.89 1077|1077.39 1078|1078.41 1079|1079.91 1080|1080.13 1081|1081.30 
1082|1082.55 1083|1083.25 1084|1084.95 1085|1085.10 1086|1086.5 1087|1087.56 
1088|1088.50 1089|1089.94 1090|1090.28 1091|1091.50 1092|1092.92 1093|1093.70 
1094|1094.67 1095|1095.76 1096|1096.70 1097|1097.62 1098|1098.57 1099|1099.54 
1100|1100.72 1101|1101.80 1102|1102.35 1103|1103.76 1104|1104.73 1105|1105.36 
1106|1106.8 1107|1107.82 1108|1108.30 1109|1109.59 1110|1110.68 1111|1111.14 
1112|1112.66 1113|1113.74 1114|1114.26 1115|1115.65 1116|1116.12 1117|1117.56 
1118|1118.69 1119|1119.85 1120|1120.84 1121|1121.41 1122|1122.26 1123|1123.0 
1124|1124.14 1125|1125.68 1126|1126.83 1127|1127.9 1128|1128.48 1129|1129.6 
1130|1130.81 1131|1131.77 1132|1132.22 1133|1133.91 1134|1134.50 1135|1135.28 
1136|1136.25 1137|1137.11 1138|1138.50 1139|1139.53 1140|1140.33 1141|1141.46 
1142|1142.85 1143|1143.40 1144|1144.18 1145|1145.29 1146|1146.81 1147|1147.61 
1148|1148.82 1149|1149.38 1150|1150.35 1151|1151.34 1152|1152.15 1153|1153.51 
1154|1154.93 1155|1155.84 1156|1156.25 1157|1157.89 1158|1158.18 1159|1159.85 
1160|1160.79 1161|1161.70 1162|1162.28 1163|1163.70 1164|1164.7 1165|1165.86 
1166|1166.36 1167|1167.16 1168|1168.80 1169|1169.43 1170|1170.87 1171|1171.28 
1172|1172.25 1173|1173.14 1174|1174.60 1175|1175.60 1176|1176.5 1177|1177.63 
1178|1178.96 1179|1179.30 1180|1180.89 1181|1181.84 1182|1182.17 1183|1183.83 
1184|1184.95 1185|1185.23 1186|1186.41 1187|1187.41 1188|1188.19 1189|1189.98 
1190|1190.40 1191|1191.13 1192|1192.61 1193|1193.21 1194|1194.94 1195|1195.45 
1196|1196.82 1197|1197.91 1198|1198.8 1199|1199.62 1200|1200.84 1201|1201.59 
1202|1202.18 1203|1203.24 1204|1204.94 1205|1205.15 1206|1206.90 1207|1207.61 
1208|1208.61 1209|1209.15 1210|1210.40 1211|1211.0 1212|1212.56 1213|1213.22 
1214|1214.51 1215|1215.94 1216|1216.6 1217|1217.26 1218|1218.60 1219|1219.57 
1220|1220.52 1221|1221.67 1222|1222.20 1223|1223.27 1224|1224.63 1225|1225.80 
1226|1226.31 1227|1227.12 1228|1228.8 1229|1229.20 1230|1230.74 1231|1231.28 
1232|1232.70 1233|1233.99 1234|1234.54 1235|1235.97 1236|1236.77 1237|1237.22 
1238|1238.55 1239|1239.13 1240|1240.2 1241|1241.33 1242|1242.28 1243|1243.24 
1244|1244.94 1245|1245.96 1246|1246.74 1247|1247.19 1248|1248.62 1249|1249.30 
1250|1250.70 1251|1251.59 1252|1252.52 1253|1253.23 1254|1254.58 1255|1255.43 
1256|1256.84 1257|1257.44 1258|1258.47 1259|1259.53 1260|1260.27 1261|1261.2 
1262|1262.11 1263|1263.79 1264|1264.87 1265|1265.89 1266|1266.56 1267|1267.91 
1268|1268.81 1269|1269.14 1270|1270.14 1271|1271.16 1272|1272.26 1273|1273.55 
1274|1274.50 1275|1275.40 1276|1276.44 1277|1277.99 1278|1278.43 1279|1279.56 
1280|1280.18 1281|1281.67 1282|1282.87 1283|1283.55 1284|1284.67 1285|1285.22 
1286|1286.61 1287|1287.10 1288|1288.29 1289|1289.38 1290|1290.68 1291|1291.53 
1292|1292.62 1293|1293.8 1294|1294.35 1295|1295.96 1296|1296.63 1297|1297.54 
1298|1298.31 1299|1299.42 1300|1300.19 1301|1301.98 1302|1302.46 1303|1303.62 
1304|1304.85 1305|1305.51 1306|1306.83 1307|1307.57 1308|1308.78 1309|1309.72 
1310|1310.62 1311|1311.6 1312|1312.39 1313|1313.60 1314|1314.0 1315|1315.98 
1316|1316.68 1317|1317.66 1318|1318.54 1319|1319.45 1320|1320.53 1321|1321.60 
1322|1322.5 1323|1323.84 1324|1324.2 1325|1325.60 1326|1326.67 1327|1327.52 
1328|1328.77 1329|1329.68 1330|1330.88 1331|1331.98 1332|1332.49 1333|1333.15 
1334|1334.67 1335|1335.36 1336|1336.56 1337|1337.70 1338|1338.51 1339|1339.87 
1340|1340.72 1341|1341.77 1342|1342.86 1343|1343.25 1344|1344.56 1345|1345.52 
1346|1346.87 1347|1347.78 1348|1348.85 1349|1349.64 1350|1350.38 1351|1351.64 
1352|1352.11 1353|1353.65 1354|1354.56 1355|1355.84 1356|1356.28 1357|1357.94 
1358|1358.55 1359|1359.7 1360|1360.88 1361|1361.75 1362|1362.74 1363|1363.27 
1364|1364.96 1365|1365.76 1366|1366.43 1367|1367.57 1368|1368.29 1369|1369.44 
1370|1370.41 1371|1371.21 1372|1372.76 1373|1373.59 1374|1374.94 1375|1375.30 
1376|1376.92 1377|1377.84 1378|1378.67 1379|1379.89 1380|1380.30 1381|1381.72 
1382|1382.86 1383|1383.10 1384|1384.1 1385|1385.68 1386|1386.64 1387|1387.40 
1388|1388.66 1389|1389.0 1390|1390.61 1391|1391.74 1392|1392.96 1393|1393.29 
1394|1394.70 1395|1395.17 1396|1396.50 1397|1397.15 1398|1398.51 1399|1399.54 
1400|1400.86 1401|1401.86 1402|1402.60 1403|1403.97 1404|1404.98 1405|1405.32 
1406|1406.85 1407|1407.34 1408|1408.1 1409|1409.15 1410|1410.61 1411|1411.25 
1412|1412.68 1413|1413.42 1414|1414.16 1415|1415.95 1416|1416.57 1417|1417.75 
1418|1418.6 1419|1419.77 1420|1420.5 1421|1421.93 1422|1422.68 1423|1423.4 
1424|1424.76 1425|1425.41 1426|1426.84 1427|1427.99 1428|1428.23 1429|1429.38 
1430|1430.75 1431|1431.83 1432|1432.25 1433|1433.77 1434|1434.31 1435|1435.63 
1436|1436.30 1437|1437.24 1438|1438.29 1439|1439.20 1440|1440.48 1441|1441.69 
1442|1442.31 1443|1443.73 1444|1444.33 1445|1445.71 1446|1446.85 1447|1447.27 
1448|1448.54 1449|1449.37 1450|1450.51 1451|1451.0 1452|1452.57 1453|1453.76 
1454|1454.68 1455|1455.4 1456|1456.37 1457|1457.97 1458|1458.54 1459|1459.10 
1460|1460.74 1461|1461.58 1462|1462.52 1463|1463.71 1464|1464.45 1465|1465.57 
1466|1466.40 1467|1467.56 1468|1468.31 1469|1469.43 1470|1470.71 1471|1471.1 
1472|1472.83 1473|1473.66 1474|1474.99 1475|1475.32 1476|1476.10 1477|1477.82 
1478|1478.53 1479|1479.75 1480|1480.64 1481|1481.30 1482|1482.12 1483|1483.3 
1484|1484.62 1485|1485.87 1486|1486.84 1487|1487.94 1488|1488.25 1489|1489.65 
1490|1490.60 1491|1491.92 1492|1492.74 1493|1493.84 1494|1494.18 1495|1495.86 
1496|1496.95 1497|1497.63 1498|1498.80 1499|1499.45 1500|1500.87 1501|1501.19 
1502|1502.81 1503|1503.93 1504|1504.7 1505|1505.81 1506|1506.93 1507|1507.67 
1508|1508.63 1509|1509.15 1510|1510.10 1511|1511.83 1512|1512.70 1513|1513.59 
1514|1514.6 1515|1515.28 1516|1516.3 1517|1517.61 1518|1518.74 1519|1519.5 
1520|1520.27 1521|1521.62 1522|1522.84 1523|1523.2 1524|1524.94 1525|1525.94 
1526|1526.7 1527|1527.18 1528|1528.52 1529|1529.60 1530|1530.97 1531|1531.29 
1532|1532.6 1533|1533.12 1534|1534.27 1535|1535.19 1536|1536.13 1537|1537.54 
1538|1538.15 1539|1539.65 1540|1540.83 1541|1541.31 1542|1542.0 1543|1543.84 
1544|1544.35 1545|1545.56 1546|1546.87 1547|1547.29 1548|1548.53 1549|1549.93 
1550|1550.1 1551|1551.67 1552|1552.11 1553|1553.49 1554|1554.97 1555|1555.24 
1556|1556.32 1557|1557.47 1558|1558.42 1559|1559.3 1560|1560.43 1561|1561.28 
1562|1562.98 1563|1563.61 1564|1564.56 1565|1565.18 1566|1566.59 1567|1567.62 
1568|1568.6 1569|1569.76 1570|1570.15 1571|1571.5 1572|1572.88 1573|1573.81 
1574|1574.96 1575|1575.25 1576|1576.41 1577|1577.1 1578|1578.98 1579|1579.18 
1580|1580.73 1581|1581.99 1582|1582.30 1583|1583.30 1584|1584.60 1585|1585.36 
1586|1586.98 1587|1587.58 1588|1588.77 1589|1589.53 1590|1590.83 1591|1591.36 
1592|1592.31 1593|1593.6 1594|1594.9 1595|1595.53 1596|1596.66 1597|1597.5 
1598|1598.97 1599|1599.3 1600|1600.75 1601|1601.44 1602|1602.39 1603|1603.4 
1604|1604.32 1605|1605.18 1606|1606.79 1607|1607.36 1608|1608.49 1609|1609.65 
1610|1610.33 1611|1611.71 1612|1612.42 1613|1613.35 1614|1614.78 1615|1615.43 
1616|1616.41 1617|1617.37 1618|1618.55 1619|1619.21 1620|1620.35 1621|1621.7 
1622|1622.66 1623|1623.87 1624|1624.30 1625|1625.90 1626|1626.76 1627|1627.41 
1628|1628.93 1629|1629.99 1630|1630.9 1631|1631.63 1632|1632.67 1633|1633.74 
1634|1634.29 1635|1635.55 1636|1636.95 1637|1637.16 1638|1638.2 1639|1639.10 
1640|1640.27 1641|1641.61 1642|1642.48 1643|1643.24 1644|1644.42 1645|1645.80 
1646|1646.33 1647|1647.41 1648|1648.1 1649|1649.53 1650|1650.42 1651|1651.64 
1652|1652.58 1653|1653.68 1654|1654.28 1655|1655.52 1656|1656.85 1657|1657.61 
1658|1658.54 1659|1659.32 1660|1660.87 1661|1661.31 1662|1662.60 1663|1663.11 
1664|1664.0 1665|1665.83 1666|1666.42 1667|1667.76 1668|1668.23 1669|1669.28 
1670|1670.85 1671|1671.45 1672|1672.25 1673|1673.75 1674|1674.6 1675|1675.8 
1676|1676.93 1677|1677.37 1678|1678.11 1679|1679.89 1680|1680.59 1681|1681.28 
1682|1682.35 1683|1683.46 1684|1684.47 1685|1685.50 1686|1686.5 1687|1687.59 
1688|1688.73 1689|1689.26 1690|1690.37 1691|1691.6 1692|1692.22 1693|1693.86 
1694|1694.17 1695|1695.17 1696|1696.26 1697|1697.31 1698|1698.28 1699|1699.90 
1700|1700.11 1701|1701.65 1702|1702.27 1703|1703.7 1704|1704.5 1705|1705.24 
1706|1706.60 1707|1707.94 1708|1708.93 1709|1709.61 1710|1710.97 1711|1711.4 
1712|1712.11 1713|1713.93 1714|1714.90 1715|1715.19 1716|1716.45 1717|1717.95 
1718|1718.78 1719|1719.5 1720|1720.78 1721|1721.34 1722|1722.43 1723|1723.84 
1724|1724.13 1725|1725.53 1726|1726.39 1727|1727.36 1728|1728.88 1729|1729.90 
1730|1730.8 1731|1731.16 1732|1732.73 1733|1733.98 1734|1734.37 1735|1735.60 
1736|1736.49 1737|1737.41 1738|1738.18 1739|1739.36 1740|1740.41 1741|1741.98 
1742|1742.56 1743|1743.0 1744|1744.69 1745|1745.95 1746|1746.27 1747|1747.72 
1748|1748.20 1749|1749.39 1750|1750.50 1751|1751.67 1752|1752.90 1753|1753.46 
1754|1754.22 1755|1755.18 1756|1756.80 1757|1757.85 1758|1758.86 1759|1759.12 
1760|1760.57 1761|1761.69 1762|1762.31 1763|1763.59 1764|1764.28 1765|1765.60 
1766|1766.17 1767|1767.86 1768|1768.81 1769|1769.68 1770|1770.5 1771|1771.42 
1772|1772.64 1773|1773.42 1774|1774.70 1775|1775.12 1776|1776.37 1777|1777.45 
1778|1778.66 1779|1779.23 1780|1780.29 1781|1781.20 1782|1782.15 1783|1783.7 
1784|1784.16 1785|1785.24 1786|1786.50 1787|1787.32 1788|1788.52 1789|1789.60 
1790|1790.14 1791|1791.88 1792|1792.2 1793|1793.60 1794|1794.4 1795|1795.77 
1796|1796.49 1797|1797.64 1798|1798.50 1799|1799.75 1800|1800.59 1801|1801.94 
1802|1802.62 1803|1803.39 1804|1804.2 1805|1805.15 1806|1806.50 1807|1807.38 
1808|1808.0 1809|1809.86 1810|1810.26 1811|1811.44 1812|1812.73 1813|1813.96 
1814|1814.33 1815|1815.24 1816|1816.29 1817|1817.46 1818|1818.60 1819|1819.27 
1820|1820.16 1821|1821.30 1822|1822.17 1823|1823.53 1824|1824.56 1825|1825.39 
1826|1826.69 1827|1827.99 1828|1828.68 1829|1829.78 1830|1830.66 1831|1831.22 
1832|1832.65 1833|1833.23 1834|1834.80 1835|1835.40 1836|1836.67 1837|1837.58 
1838|1838.25 1839|1839.64 1840|1840.68 1841|1841.12 1842|1842.2 1843|1843.17 
1844|1844.1 1845|1845.80 1846|1846.30 1847|1847.42 1848|1848.31 1849|1849.50 
1850|1850.62 1851|1851.61 1852|1852.31 1853|1853.17 1854|1854.14 1855|1855.39 
1856|1856.32 1857|1857.26 1858|1858.32 1859|1859.81 1860|1860.60 1861|1861.22 
1862|1862.31 1863|1863.89 1864|1864.22 1865|1865.42 1866|1866.72 1867|1867.93 
1868|1868.49 1869|1869.16 1870|1870.72 1871|1871.93 1872|1872.13 1873|1873.8 
1874|1874.28 1875|1875.72 1876|1876.32 1877|1877.87 1878|1878.43 1879|1879.47 
1880|1880.11 1881|1881.67 1882|1882.30 1883|1883.2 1884|1884.36 1885|1885.50 
1886|1886.62 1887|1887.91 1888|1888.46 1889|1889.84 1890|1890.61 1891|1891.15 
1892|1892.23 1893|1893.70 1894|1894.30 1895|1895.40 1896|1896.98 1897|1897.43 
1898|1898.60 1899|1899.3 1900|1900.38 1901|1901.87 1902|1902.76 1903|1903.90 
1904|1904.20 1905|1905.37 1906|1906.1 1907|1907.70 1908|1908.0 1909|1909.55 
1910|1910.1 1911|1911.49 1912|1912.70 1913|1913.73 1914|1914.96 1915|1915.62 
1916|1916.22 1917|1917.93 1918|1918.74 1919|1919.48 1920|1920.34 1921|1921.38 
1922|1922.61 1923|1923.49 1924|1924.11 1925|1925.51 1926|1926.43 1927|1927.70 
1928|1928.11 1929|1929.95 1930|1930.30 1931|1931.7 1932|1932.0 1933|1933.67 
1934|1934.18 1935|1935.55 1936|1936.92 1937|1937.90 1938|1938.82 1939|1939.89 
1940|1940.77 1941|1941.57 1942|1942.46 1943|1943.77 1944|1944.83 1945|1945.75 
1946|1946.86 1947|1947.89 1948|1948.77 1949|1949.11 1950|1950.56 1951|1951.57 
1952|1952.68 1953|1953.99 1954|1954.99 1955|1955.47 1956|1956.34 1957|1957.69 
1958|1958.19 1959|1959.63 1960|1960.2 1961|1961.29 1962|1962.56 1963|1963.32 
1964|1964.44 1965|1965.79 1966|1966.31 1967|1967.17 1968|1968.22 1969|1969.40 
1970|1970.10 1971|1971.37 1972|1972.86 1973|1973.72 1974|1974.43 1975|1975.48 
1976|1976.87 1977|1977.15 1978|1978.82 1979|1979.23 1980|1980.34 1981|1981.42 
1982|1982.11 1983|1983.29 1984|1984.51 1985|1985.91 1986|1986.95 1987|1987.9 
1988|1988.50 1989|1989.90 1990|1990.88 1991|1991.92 1992|1992.8 1993|1993.33 
1994|1994.12 1995|1995.83 1996|1996.5 1997|1997.46 1998|1998.12 1999|1999.86 
2000|2000.87 2001|2001.29 2002|2002.73 2003|2003.36 2004|2004.39 2005|2005.26 
2006|2006.14 2007|2007.82 2008|2008.76 2009|2009.11 2010|2010.46 2011|2011.10 
2012|2012.73 2013|2013.68 2014|2014.60 2015|2015.86 2016|2016.10 2017|2017.99 
2018|2018.17 2019|2019.66 2020|2020.28 2021|2021.16 2022|2022.83 2023|2023.69 
2024|2024.69 2025|2025.14 2026|2026.21 2027|2027.98 2028|2028.10 2029|2029.69 
2030|2030.3 2031|2031.9 2032|2032.67 2033|2033.54 2034|2034.59 2035|2035.81 
2036|2036.76 2037|2037.46 2038|2038.84 2039|2039.72 2040|2040.24 2041|2041.39 
2042|2042.94 2043|2043.26 2044|2044.9 2045|2045.88 2046|2046.30 2047|2047.78 
2048|2048.56 2049|2049.46 2050|2050.39 2051|2051.26 2052|2052.96 2053|2053.68 
2054|2054.90 2055|2055.97 2056|2056.57 2057|2057.60 2058|2058.0 2059|2059.17 
2060|2060.73 2061|2061.20 2062|2062.1 2063|2063.94 2064|2064.91 2065|2065.13 
2066|2066.72 2067|2067.48 2068|2068.93 2069|2069.17 2070|2070.26 2071|2071.62 
2072|2072.31 2073|2073.5 2074|2074.83 2075|2075.35 2076|2076.1 2077|2077.92 
2078|2078.0 2079|2079.64 2080|2080.15 2081|2081.24 2082|2082.60 2083|2083.67 
2084|2084.17 2085|2085.59 2086|2086.97 2087|2087.37 2088|2088.60 2089|2089.77 
2090|2090.23 2091|2091.19 2092|2092.77 2093|2093.51 2094|2094.31 2095|2095.47 
2096|2096.54 2097|2097.12 2098|2098.54 2099|2099.25 2100|2100.11 2101|2101.64 
2102|2102.45 2103|2103.10 2104|2104.26 2105|2105.74 2106|2106.65 2107|2107.9 
2108|2108.42 2109|2109.85 2110|2110.69 2111|2111.94 2112|2112.60 2113|2113.32 
2114|2114.69 2115|2115.95 2116|2116.10 2117|2117.1 2118|2118.0 2119|2119.17 
2120|2120.99 2121|2121.50 2122|2122.56 2123|2123.95 2124|2124.82 2125|2125.70 
2126|2126.26 2127|2127.86 2128|2128.0 2129|2129.7 2130|2130.73 2131|2131.11 
2132|2132.68 2133|2133.44 2134|2134.57 2135|2135.98 2136|2136.88 2137|2137.2 
2138|2138.57 2139|2139.53 2140|2140.9 2141|2141.92 2142|2142.78 2143|2143.25 
2144|2144.29 2145|2145.9 2146|2146.44 2147|2147.75 2148|2148.40 2149|2149.73 
2150|2150.86 2151|2151.57 2152|2152.14 2153|2153.37 2154|2154.69 2155|2155.33 
2156|2156.44 2157|2157.3 2158|2158.61 2159|2159.50 2160|2160.70 2161|2161.16 
2162|2162.60 2163|2163.34 2164|2164.21 2165|2165.64 2166|2166.25 2167|2167.71 
2168|2168.89 2169|2169.86 2170|2170.77 2171|2171.88 2172|2172.62 2173|2173.88 
2174|2174.41 2175|2175.40 2176|2176.98 2177|2177.45 2178|2178.60 2179|2179.78 
2180|2180.9 2181|2181.34 2182|2182.72 2183|2183.96 2184|2184.96 2185|2185.25 
2186|2186.91 2187|2187.59 2188|2188.45 2189|2189.28 2190|2190.10 2191|2191.45 
</str>
    <float name="score">2.0</float></doc>
  <doc>
    <str name="id">3</str>
    <int name="id_i">3</int>
    <float name="default_amount_f">10321.0</float>
    <str name="amounts_dpf">1|1.20 2|2.23 3|3.90 4|4.37 5|5.57 6|6.2 7|7.15 
8|8.82 9|9.42 10|10.13 11|11.7 12|12.40 13|13.24 14|14.52 15|15.36 16|16.87 
17|17.0 18|18.98 19|19.63 20|20.27 21|21.57 22|22.55 23|23.75 24|24.31 25|25.71 
26|26.98 27|27.13 28|28.82 29|29.73 30|30.23 31|31.41 32|32.72 33|33.78 
34|34.45 35|35.13 36|36.94 37|37.78 38|38.31 39|39.96 40|40.4 41|41.1 42|42.73 
43|43.88 44|44.18 45|45.51 46|46.88 47|47.39 48|48.94 49|49.76 50|50.93 
51|51.51 52|52.5 53|53.37 54|54.90 55|55.55 56|56.65 57|57.88 58|58.88 59|59.54 
60|60.97 61|61.99 62|62.22 63|63.8 64|64.70 65|65.79 66|66.18 67|67.13 68|68.49 
69|69.77 70|70.15 71|71.36 72|72.28 73|73.33 74|74.54 75|75.72 76|76.63 
77|77.50 78|78.15 79|79.49 80|80.78 81|81.0 82|82.16 83|83.87 84|84.49 85|85.24 
86|86.51 87|87.96 88|88.24 89|89.59 90|90.91 91|91.36 92|92.15 93|93.97 
94|94.12 95|95.23 96|96.25 97|97.39 98|98.71 99|99.61 100|100.50 101|101.17 
102|102.61 103|103.91 104|104.60 105|105.63 106|106.80 107|107.40 108|108.7 
109|109.91 110|110.54 111|111.74 112|112.27 113|113.71 114|114.55 115|115.10 
116|116.83 117|117.21 118|118.94 119|119.50 120|120.58 121|121.74 122|122.44 
123|123.39 124|124.42 125|125.29 126|126.46 127|127.29 128|128.8 129|129.4 
130|130.36 131|131.49 132|132.25 133|133.12 134|134.57 135|135.39 136|136.68 
137|137.82 138|138.88 139|139.29 140|140.54 141|141.40 142|142.2 143|143.22 
144|144.16 145|145.7 146|146.31 147|147.25 148|148.12 149|149.64 150|150.72 
151|151.0 152|152.70 153|153.28 154|154.98 155|155.33 156|156.52 157|157.86 
158|158.65 159|159.64 160|160.57 161|161.60 162|162.83 163|163.24 164|164.32 
165|165.69 166|166.11 167|167.3 168|168.79 169|169.61 170|170.84 171|171.98 
172|172.77 173|173.37 174|174.13 175|175.77 176|176.55 177|177.34 178|178.86 
179|179.94 180|180.55 181|181.88 182|182.4 183|183.20 184|184.88 185|185.63 
186|186.15 187|187.83 188|188.26 189|189.4 190|190.2 191|191.62 192|192.54 
193|193.97 194|194.14 195|195.97 196|196.28 197|197.79 198|198.39 199|199.48 
200|200.2 201|201.16 202|202.62 203|203.70 204|204.41 205|205.83 206|206.42 
207|207.67 208|208.24 209|209.18 210|210.87 211|211.12 212|212.49 213|213.96 
214|214.63 215|215.10 216|216.49 217|217.29 218|218.22 219|219.67 220|220.34 
221|221.75 222|222.66 223|223.43 224|224.7 225|225.94 226|226.67 227|227.17 
228|228.59 229|229.86 230|230.96 231|231.34 232|232.35 233|233.89 234|234.73 
235|235.95 236|236.3 237|237.47 238|238.75 239|239.53 240|240.62 241|241.34 
242|242.74 243|243.45 244|244.34 245|245.88 246|246.49 247|247.81 248|248.83 
249|249.86 250|250.83 251|251.25 252|252.53 253|253.87 254|254.12 255|255.9 
256|256.6 257|257.17 258|258.73 259|259.86 260|260.29 261|261.14 262|262.11 
263|263.83 264|264.93 265|265.43 266|266.27 267|267.43 268|268.90 269|269.18 
270|270.66 271|271.67 272|272.24 273|273.65 274|274.82 275|275.45 276|276.58 
277|277.76 278|278.35 279|279.67 280|280.74 281|281.40 282|282.15 283|283.68 
284|284.84 285|285.44 286|286.54 287|287.93 288|288.89 289|289.57 290|290.44 
291|291.77 292|292.20 293|293.86 294|294.43 295|295.68 296|296.21 297|297.61 
298|298.80 299|299.75 300|300.57 301|301.13 302|302.12 303|303.76 304|304.36 
305|305.68 306|306.34 307|307.14 308|308.70 309|309.42 310|310.33 311|311.92 
312|312.41 313|313.28 314|314.99 315|315.81 316|316.0 317|317.3 318|318.55 
319|319.26 320|320.39 321|321.76 322|322.77 323|323.23 324|324.21 325|325.77 
326|326.21 327|327.71 328|328.73 329|329.31 330|330.55 331|331.78 332|332.20 
333|333.63 334|334.35 335|335.43 336|336.94 337|337.30 338|338.71 339|339.98 
340|340.22 341|341.9 342|342.59 343|343.29 344|344.88 345|345.12 346|346.14 
347|347.21 348|348.63 349|349.75 350|350.27 351|351.62 352|352.6 353|353.25 
354|354.3 355|355.98 356|356.35 357|357.49 358|358.23 359|359.35 360|360.68 
361|361.91 362|362.48 363|363.88 364|364.10 365|365.94 366|366.24 367|367.8 
368|368.73 369|369.24 370|370.1 371|371.40 372|372.40 373|373.11 374|374.69 
375|375.83 376|376.18 377|377.77 378|378.15 379|379.94 380|380.29 381|381.15 
382|382.8 383|383.86 384|384.59 385|385.84 386|386.71 387|387.99 388|388.72 
389|389.37 390|390.27 391|391.21 392|392.35 393|393.10 394|394.87 395|395.72 
396|396.67 397|397.14 398|398.67 399|399.46 400|400.49 401|401.0 402|402.74 
403|403.33 404|404.24 405|405.67 406|406.89 407|407.37 408|408.6 409|409.57 
410|410.12 411|411.75 412|412.82 413|413.17 414|414.99 415|415.86 416|416.5 
417|417.38 418|418.85 419|419.64 420|420.70 421|421.30 422|422.11 423|423.59 
424|424.45 425|425.81 426|426.37 427|427.70 428|428.47 429|429.19 430|430.58 
431|431.0 432|432.80 433|433.27 434|434.35 435|435.8 436|436.96 437|437.64 
438|438.70 439|439.73 440|440.28 441|441.64 442|442.34 443|443.88 444|444.24 
445|445.78 446|446.82 447|447.10 448|448.65 449|449.73 450|450.11 451|451.48 
452|452.74 453|453.72 454|454.0 455|455.86 456|456.5 457|457.86 458|458.36 
459|459.8 460|460.49 461|461.2 462|462.13 463|463.60 464|464.38 465|465.79 
466|466.76 467|467.69 468|468.22 469|469.95 470|470.14 471|471.25 472|472.52 
473|473.54 474|474.70 475|475.48 476|476.44 477|477.61 478|478.35 479|479.2 
480|480.62 481|481.25 482|482.34 483|483.63 484|484.90 485|485.60 486|486.28 
487|487.54 488|488.82 489|489.28 490|490.74 491|491.5 492|492.80 493|493.10 
494|494.20 495|495.62 496|496.97 497|497.54 498|498.65 499|499.23 500|500.48 
501|501.92 502|502.7 503|503.71 504|504.79 505|505.95 506|506.53 507|507.46 
508|508.49 509|509.36 510|510.80 511|511.31 512|512.9 513|513.44 514|514.79 
515|515.47 516|516.54 517|517.33 518|518.88 519|519.21 520|520.48 521|521.59 
522|522.64 523|523.11 524|524.74 525|525.85 526|526.24 527|527.22 528|528.35 
529|529.92 530|530.92 531|531.60 532|532.7 533|533.18 534|534.62 535|535.8 
536|536.72 537|537.39 538|538.47 539|539.27 540|540.2 541|541.16 542|542.54 
543|543.36 544|544.94 545|545.95 546|546.45 547|547.75 548|548.23 549|549.33 
550|550.24 551|551.80 552|552.46 553|553.27 554|554.3 555|555.82 556|556.31 
557|557.73 558|558.72 559|559.59 560|560.1 561|561.82 562|562.57 563|563.62 
564|564.83 565|565.7 566|566.66 567|567.61 568|568.56 569|569.55 570|570.32 
571|571.27 572|572.7 573|573.60 574|574.59 575|575.68 576|576.7 577|577.66 
578|578.73 579|579.17 580|580.79 581|581.49 582|582.50 583|583.30 584|584.72 
585|585.68 586|586.55 587|587.44 588|588.2 589|589.4 590|590.77 591|591.14 
592|592.46 593|593.49 594|594.53 595|595.62 596|596.66 597|597.3 598|598.74 
599|599.57 600|600.72 601|601.82 602|602.19 603|603.34 604|604.83 605|605.93 
606|606.44 607|607.18 608|608.58 609|609.34 610|610.22 611|611.13 612|612.30 
613|613.67 614|614.88 615|615.51 616|616.70 617|617.69 618|618.3 619|619.13 
620|620.47 621|621.4 622|622.72 623|623.13 624|624.43 625|625.20 626|626.89 
627|627.12 628|628.59 629|629.23 630|630.30 631|631.53 632|632.49 633|633.47 
634|634.46 635|635.61 636|636.94 637|637.72 638|638.8 639|639.47 640|640.57 
641|641.52 642|642.77 643|643.61 644|644.54 645|645.75 646|646.73 647|647.68 
648|648.26 649|649.1 650|650.97 651|651.71 652|652.21 653|653.17 654|654.71 
655|655.85 656|656.82 657|657.50 658|658.56 659|659.40 660|660.19 661|661.30 
662|662.43 663|663.5 664|664.21 665|665.35 666|666.24 667|667.65 668|668.61 
669|669.72 670|670.42 671|671.38 672|672.14 673|673.69 674|674.44 675|675.4 
676|676.6 677|677.5 678|678.13 679|679.31 680|680.15 681|681.28 682|682.16 
683|683.45 684|684.37 685|685.30 686|686.47 687|687.56 688|688.39 689|689.65 
690|690.96 691|691.7 692|692.68 693|693.63 694|694.91 695|695.62 696|696.42 
697|697.26 698|698.13 699|699.84 700|700.88 701|701.67 702|702.19 703|703.39 
704|704.35 705|705.20 706|706.37 707|707.83 708|708.70 709|709.70 710|710.73 
711|711.14 712|712.40 713|713.20 714|714.26 715|715.74 716|716.56 717|717.23 
718|718.81 719|719.30 720|720.24 721|721.70 722|722.3 723|723.85 724|724.83 
725|725.33 726|726.65 727|727.30 728|728.0 729|729.26 730|730.31 731|731.0 
732|732.36 733|733.64 734|734.33 735|735.13 736|736.89 737|737.44 738|738.58 
739|739.46 740|740.25 741|741.30 742|742.61 743|743.41 744|744.73 745|745.9 
746|746.54 747|747.98 748|748.24 749|749.52 750|750.88 751|751.31 752|752.48 
753|753.0 754|754.33 755|755.0 756|756.30 757|757.68 758|758.63 759|759.55 
760|760.96 761|761.43 762|762.45 763|763.18 764|764.26 765|765.7 766|766.92 
767|767.73 768|768.27 769|769.14 770|770.79 771|771.44 772|772.44 773|773.85 
774|774.10 775|775.33 776|776.69 777|777.85 778|778.97 779|779.62 780|780.17 
781|781.24 782|782.26 783|783.59 784|784.52 785|785.11 786|786.60 787|787.19 
788|788.98 789|789.40 790|790.31 791|791.51 792|792.3 793|793.72 794|794.24 
795|795.51 796|796.60 797|797.8 798|798.94 799|799.6 800|800.64 801|801.44 
802|802.42 803|803.7 804|804.26 805|805.56 806|806.92 807|807.37 808|808.52 
809|809.10 810|810.2 811|811.81 812|812.78 813|813.43 814|814.97 815|815.49 
816|816.24 817|817.45 818|818.57 819|819.59 820|820.12 821|821.37 822|822.30 
823|823.13 824|824.92 825|825.98 826|826.22 827|827.83 828|828.58 829|829.6 
830|830.29 831|831.58 832|832.55 833|833.54 834|834.9 835|835.10 836|836.62 
837|837.10 838|838.6 839|839.43 840|840.84 841|841.87 842|842.1 843|843.24 
844|844.44 845|845.5 846|846.63 847|847.92 848|848.30 849|849.59 850|850.82 
851|851.59 852|852.81 853|853.83 854|854.8 855|855.47 856|856.7 857|857.5 
858|858.19 859|859.21 860|860.4 861|861.67 862|862.81 863|863.43 864|864.62 
865|865.21 866|866.95 867|867.78 868|868.5 869|869.27 870|870.68 871|871.12 
872|872.63 873|873.38 874|874.87 875|875.35 876|876.80 877|877.36 878|878.73 
879|879.98 880|880.37 881|881.65 882|882.51 883|883.5 884|884.13 885|885.90 
886|886.54 887|887.28 888|888.17 889|889.67 890|890.13 891|891.3 892|892.47 
893|893.85 894|894.71 895|895.63 896|896.94 897|897.87 898|898.35 899|899.54 
900|900.16 901|901.44 902|902.24 903|903.73 904|904.87 905|905.47 906|906.41 
907|907.66 908|908.57 909|909.17 910|910.94 911|911.30 912|912.49 913|913.29 
914|914.65 915|915.79 916|916.38 917|917.40 918|918.37 919|919.30 920|920.1 
921|921.67 922|922.56 923|923.14 924|924.21 925|925.84 926|926.22 927|927.59 
928|928.32 929|929.40 930|930.59 931|931.66 932|932.71 933|933.85 934|934.79 
935|935.42 936|936.52 937|937.57 938|938.1 939|939.41 940|940.26 941|941.99 
942|942.87 943|943.2 944|944.17 945|945.22 946|946.67 947|947.53 948|948.29 
949|949.15 950|950.43 951|951.26 952|952.42 953|953.62 954|954.22 955|955.49 
956|956.60 957|957.94 958|958.6 959|959.13 960|960.39 961|961.9 962|962.26 
963|963.79 964|964.90 965|965.3 966|966.63 967|967.87 968|968.66 969|969.57 
970|970.49 971|971.14 972|972.49 973|973.96 974|974.69 975|975.87 976|976.67 
977|977.52 978|978.50 979|979.33 980|980.90 981|981.14 982|982.91 983|983.49 
984|984.19 985|985.39 986|986.28 987|987.22 988|988.11 989|989.4 990|990.22 
991|991.67 992|992.85 993|993.92 994|994.42 995|995.69 996|996.64 997|997.57 
998|998.99 999|999.64 1000|1000.18 1001|1001.14 1002|1002.40 1003|1003.57 
1004|1004.95 1005|1005.25 1006|1006.94 1007|1007.16 1008|1008.22 1009|1009.32 
1010|1010.54 1011|1011.13 1012|1012.26 1013|1013.90 1014|1014.65 1015|1015.4 
1016|1016.47 1017|1017.16 1018|1018.12 1019|1019.66 1020|1020.37 1021|1021.40 
1022|1022.89 1023|1023.43 1024|1024.3 1025|1025.26 1026|1026.65 1027|1027.99 
1028|1028.26 1029|1029.17 1030|1030.52 1031|1031.55 1032|1032.38 1033|1033.52 
1034|1034.15 1035|1035.26 1036|1036.76 1037|1037.77 1038|1038.19 1039|1039.63 
1040|1040.22 1041|1041.95 1042|1042.80 1043|1043.1 1044|1044.52 1045|1045.79 
1046|1046.40 1047|1047.79 1048|1048.57 1049|1049.68 1050|1050.23 1051|1051.85 
1052|1052.46 1053|1053.69 1054|1054.75 1055|1055.57 1056|1056.81 1057|1057.62 
1058|1058.25 1059|1059.62 1060|1060.20 1061|1061.95 1062|1062.61 1063|1063.91 
1064|1064.68 1065|1065.4 1066|1066.1 1067|1067.26 1068|1068.42 1069|1069.2 
1070|1070.84 1071|1071.61 1072|1072.28 1073|1073.30 1074|1074.76 1075|1075.31 
1076|1076.2 1077|1077.95 1078|1078.7 1079|1079.26 1080|1080.1 1081|1081.83 
1082|1082.57 1083|1083.79 1084|1084.46 1085|1085.63 1086|1086.83 1087|1087.29 
1088|1088.90 1089|1089.16 1090|1090.36 1091|1091.84 1092|1092.62 1093|1093.15 
1094|1094.44 1095|1095.18 1096|1096.75 1097|1097.98 1098|1098.19 1099|1099.73 
1100|1100.4 1101|1101.2 1102|1102.49 1103|1103.74 1104|1104.71 1105|1105.92 
1106|1106.42 1107|1107.71 1108|1108.46 1109|1109.98 1110|1110.60 1111|1111.17 
1112|1112.40 1113|1113.45 1114|1114.4 1115|1115.52 1116|1116.81 1117|1117.6 
1118|1118.44 1119|1119.26 1120|1120.75 1121|1121.37 1122|1122.4 1123|1123.12 
1124|1124.87 1125|1125.13 1126|1126.79 1127|1127.76 1128|1128.58 1129|1129.7 
1130|1130.17 1131|1131.30 1132|1132.42 1133|1133.82 1134|1134.59 1135|1135.63 
1136|1136.66 1137|1137.60 1138|1138.88 1139|1139.24 1140|1140.78 1141|1141.98 
1142|1142.75 1143|1143.30 1144|1144.1 1145|1145.76 1146|1146.97 1147|1147.18 
1148|1148.59 1149|1149.61 1150|1150.32 1151|1151.24 1152|1152.81 1153|1153.43 
1154|1154.36 1155|1155.7 1156|1156.33 1157|1157.17 1158|1158.24 1159|1159.90 
1160|1160.68 1161|1161.27 1162|1162.48 1163|1163.76 1164|1164.67 1165|1165.29 
1166|1166.83 1167|1167.29 1168|1168.95 1169|1169.60 1170|1170.21 1171|1171.45 
1172|1172.73 1173|1173.14 1174|1174.61 1175|1175.99 1176|1176.53 1177|1177.94 
1178|1178.37 1179|1179.95 1180|1180.25 1181|1181.37 1182|1182.31 1183|1183.42 
1184|1184.85 1185|1185.97 1186|1186.48 1187|1187.66 1188|1188.96 1189|1189.11 
1190|1190.28 1191|1191.70 1192|1192.87 1193|1193.50 1194|1194.21 1195|1195.47 
1196|1196.69 1197|1197.32 1198|1198.75 1199|1199.12 1200|1200.89 1201|1201.77 
1202|1202.17 1203|1203.69 1204|1204.15 1205|1205.99 1206|1206.71 1207|1207.25 
1208|1208.11 1209|1209.33 1210|1210.27 1211|1211.6 1212|1212.84 1213|1213.20 
1214|1214.45 1215|1215.4 1216|1216.64 1217|1217.39 1218|1218.25 1219|1219.40 
1220|1220.27 1221|1221.67 1222|1222.46 1223|1223.61 1224|1224.86 1225|1225.15 
1226|1226.83 1227|1227.72 1228|1228.33 1229|1229.59 1230|1230.54 1231|1231.94 
1232|1232.86 1233|1233.28 1234|1234.36 1235|1235.92 1236|1236.42 1237|1237.83 
1238|1238.68 1239|1239.31 1240|1240.32 1241|1241.82 1242|1242.29 1243|1243.70 
1244|1244.23 1245|1245.4 1246|1246.16 1247|1247.53 1248|1248.57 1249|1249.74 
1250|1250.78 1251|1251.49 1252|1252.55 1253|1253.18 1254|1254.6 1255|1255.61 
1256|1256.40 1257|1257.10 1258|1258.31 1259|1259.65 1260|1260.88 1261|1261.58 
1262|1262.94 1263|1263.52 1264|1264.29 1265|1265.68 1266|1266.11 1267|1267.99 
1268|1268.68 1269|1269.68 1270|1270.53 1271|1271.82 1272|1272.12 1273|1273.38 
1274|1274.10 1275|1275.25 1276|1276.5 1277|1277.36 1278|1278.28 1279|1279.0 
1280|1280.13 1281|1281.55 1282|1282.4 1283|1283.72 1284|1284.36 1285|1285.80 
1286|1286.62 1287|1287.87 1288|1288.31 1289|1289.91 1290|1290.80 1291|1291.50 
1292|1292.97 1293|1293.86 1294|1294.61 1295|1295.44 1296|1296.12 1297|1297.37 
1298|1298.53 1299|1299.91 1300|1300.34 1301|1301.43 1302|1302.30 1303|1303.10 
1304|1304.92 1305|1305.0 1306|1306.31 1307|1307.88 1308|1308.54 1309|1309.57 
1310|1310.39 1311|1311.74 1312|1312.65 1313|1313.29 1314|1314.86 1315|1315.76 
1316|1316.12 1317|1317.30 1318|1318.14 1319|1319.39 1320|1320.85 1321|1321.30 
1322|1322.54 1323|1323.62 1324|1324.92 1325|1325.77 1326|1326.49 1327|1327.94 
1328|1328.56 1329|1329.23 1330|1330.46 1331|1331.7 1332|1332.68 1333|1333.98 
1334|1334.2 1335|1335.43 1336|1336.77 1337|1337.11 1338|1338.55 1339|1339.72 
1340|1340.97 1341|1341.33 1342|1342.19 1343|1343.97 1344|1344.72 1345|1345.18 
1346|1346.31 1347|1347.90 1348|1348.61 1349|1349.38 1350|1350.71 1351|1351.48 
1352|1352.63 1353|1353.83 1354|1354.71 1355|1355.80 1356|1356.64 1357|1357.25 
1358|1358.40 1359|1359.62 1360|1360.98 1361|1361.74 1362|1362.17 1363|1363.29 
1364|1364.48 1365|1365.24 1366|1366.54 1367|1367.28 1368|1368.23 1369|1369.34 
1370|1370.64 1371|1371.80 1372|1372.28 1373|1373.49 1374|1374.78 1375|1375.50 
1376|1376.79 1377|1377.2 1378|1378.50 1379|1379.39 1380|1380.5 1381|1381.87 
1382|1382.62 1383|1383.87 1384|1384.95 1385|1385.54 1386|1386.8 1387|1387.48 
1388|1388.42 1389|1389.28 1390|1390.86 1391|1391.1 1392|1392.40 1393|1393.21 
1394|1394.29 1395|1395.64 1396|1396.95 1397|1397.36 1398|1398.97 1399|1399.95 
1400|1400.80 1401|1401.57 1402|1402.10 1403|1403.36 1404|1404.6 1405|1405.87 
1406|1406.75 1407|1407.83 1408|1408.71 1409|1409.22 1410|1410.97 1411|1411.38 
1412|1412.9 1413|1413.7 1414|1414.37 1415|1415.1 1416|1416.74 1417|1417.65 
1418|1418.45 1419|1419.39 1420|1420.62 1421|1421.98 1422|1422.39 1423|1423.29 
1424|1424.72 1425|1425.13 1426|1426.68 1427|1427.94 1428|1428.95 1429|1429.8 
1430|1430.70 1431|1431.29 1432|1432.37 1433|1433.36 1434|1434.34 1435|1435.66 
1436|1436.52 1437|1437.40 1438|1438.30 1439|1439.53 1440|1440.63 1441|1441.8 
1442|1442.8 1443|1443.68 1444|1444.25 1445|1445.79 1446|1446.16 1447|1447.36 
1448|1448.89 1449|1449.60 1450|1450.98 1451|1451.4 1452|1452.47 1453|1453.24 
1454|1454.50 1455|1455.78 1456|1456.72 1457|1457.30 1458|1458.68 1459|1459.29 
1460|1460.78 1461|1461.43 1462|1462.76 1463|1463.26 1464|1464.95 1465|1465.86 
1466|1466.44 1467|1467.23 1468|1468.15 1469|1469.87 1470|1470.78 1471|1471.52 
1472|1472.46 1473|1473.50 1474|1474.69 1475|1475.68 1476|1476.8 1477|1477.89 
1478|1478.81 1479|1479.19 1480|1480.48 1481|1481.44 1482|1482.2 1483|1483.35 
1484|1484.64 1485|1485.43 1486|1486.57 1487|1487.2 1488|1488.59 1489|1489.29 
1490|1490.33 1491|1491.12 1492|1492.46 1493|1493.31 1494|1494.15 1495|1495.50 
1496|1496.30 1497|1497.71 1498|1498.5 1499|1499.80 1500|1500.4 1501|1501.96 
1502|1502.54 1503|1503.70 1504|1504.20 1505|1505.53 1506|1506.20 1507|1507.24 
1508|1508.36 1509|1509.99 1510|1510.65 1511|1511.36 1512|1512.1 1513|1513.65 
1514|1514.54 1515|1515.20 1516|1516.76 1517|1517.40 1518|1518.8 1519|1519.72 
1520|1520.1 1521|1521.28 1522|1522.2 1523|1523.12 1524|1524.69 1525|1525.96 
1526|1526.98 1527|1527.0 1528|1528.75 1529|1529.16 1530|1530.67 1531|1531.25 
1532|1532.89 1533|1533.18 1534|1534.0 1535|1535.19 1536|1536.42 1537|1537.93 
1538|1538.38 1539|1539.76 1540|1540.20 1541|1541.32 1542|1542.11 1543|1543.16 
1544|1544.53 1545|1545.68 1546|1546.44 1547|1547.42 1548|1548.3 1549|1549.2 
1550|1550.53 1551|1551.19 1552|1552.99 1553|1553.71 1554|1554.87 1555|1555.92 
1556|1556.74 1557|1557.77 1558|1558.77 1559|1559.46 1560|1560.17 1561|1561.22 
1562|1562.0 1563|1563.61 1564|1564.64 1565|1565.78 1566|1566.54 1567|1567.47 
1568|1568.4 1569|1569.33 1570|1570.74 1571|1571.55 1572|1572.88 1573|1573.74 
1574|1574.37 1575|1575.72 1576|1576.99 1577|1577.46 1578|1578.14 1579|1579.11 
1580|1580.13 1581|1581.43 1582|1582.46 1583|1583.67 1584|1584.94 1585|1585.10 
1586|1586.74 1587|1587.82 1588|1588.39 1589|1589.68 1590|1590.95 1591|1591.27 
1592|1592.52 1593|1593.43 1594|1594.41 1595|1595.7 1596|1596.8 1597|1597.27 
1598|1598.16 1599|1599.47 1600|1600.62 1601|1601.66 1602|1602.88 1603|1603.8 
1604|1604.64 1605|1605.52 1606|1606.35 1607|1607.90 1608|1608.90 1609|1609.7 
1610|1610.53 1611|1611.21 1612|1612.81 1613|1613.82 1614|1614.8 1615|1615.0 
1616|1616.76 1617|1617.94 1618|1618.17 1619|1619.97 1620|1620.88 1621|1621.92 
1622|1622.49 1623|1623.36 1624|1624.94 1625|1625.36 1626|1626.18 1627|1627.33 
1628|1628.27 1629|1629.84 1630|1630.22 1631|1631.6 1632|1632.5 1633|1633.72 
1634|1634.1 1635|1635.95 1636|1636.15 1637|1637.49 1638|1638.19 1639|1639.87 
1640|1640.59 1641|1641.92 1642|1642.86 1643|1643.53 1644|1644.4 1645|1645.50 
1646|1646.70 1647|1647.8 1648|1648.60 1649|1649.12 1650|1650.48 1651|1651.30 
1652|1652.66 1653|1653.11 1654|1654.6 1655|1655.60 1656|1656.22 1657|1657.56 
1658|1658.14 1659|1659.42 1660|1660.83 1661|1661.40 1662|1662.71 1663|1663.73 
1664|1664.79 1665|1665.54 1666|1666.94 1667|1667.44 1668|1668.93 1669|1669.81 
1670|1670.32 1671|1671.25 1672|1672.8 1673|1673.15 1674|1674.12 1675|1675.24 
1676|1676.94 1677|1677.41 1678|1678.3 1679|1679.21 1680|1680.70 1681|1681.68 
1682|1682.25 1683|1683.44 1684|1684.4 1685|1685.63 1686|1686.87 1687|1687.0 
1688|1688.47 1689|1689.79 1690|1690.20 1691|1691.83 1692|1692.2 1693|1693.61 
1694|1694.96 1695|1695.49 1696|1696.83 1697|1697.81 1698|1698.97 1699|1699.43 
1700|1700.81 1701|1701.98 1702|1702.69 1703|1703.14 1704|1704.53 1705|1705.68 
1706|1706.25 1707|1707.38 1708|1708.90 1709|1709.76 1710|1710.66 1711|1711.36 
1712|1712.7 1713|1713.59 1714|1714.36 1715|1715.93 1716|1716.82 1717|1717.89 
1718|1718.15 1719|1719.38 1720|1720.54 1721|1721.85 1722|1722.88 1723|1723.88 
1724|1724.9 1725|1725.28 1726|1726.16 1727|1727.89 1728|1728.24 1729|1729.60 
1730|1730.28 1731|1731.30 1732|1732.19 1733|1733.52 1734|1734.99 1735|1735.91 
1736|1736.45 1737|1737.10 1738|1738.70 1739|1739.7 1740|1740.24 1741|1741.93 
1742|1742.38 1743|1743.74 1744|1744.38 1745|1745.10 1746|1746.40 1747|1747.63 
1748|1748.92 1749|1749.24 1750|1750.19 1751|1751.82 1752|1752.33 1753|1753.93 
1754|1754.64 1755|1755.50 1756|1756.53 1757|1757.50 1758|1758.32 1759|1759.62 
1760|1760.20 1761|1761.67 1762|1762.33 1763|1763.83 1764|1764.94 1765|1765.10 
1766|1766.13 1767|1767.45 1768|1768.62 1769|1769.91 1770|1770.88 1771|1771.32 
1772|1772.79 1773|1773.12 1774|1774.27 1775|1775.28 1776|1776.76 1777|1777.33 
1778|1778.86 1779|1779.80 1780|1780.26 1781|1781.2 1782|1782.54 1783|1783.96 
1784|1784.69 1785|1785.79 1786|1786.57 1787|1787.34 1788|1788.87 1789|1789.44 
1790|1790.36 1791|1791.65 1792|1792.11 1793|1793.27 1794|1794.97 1795|1795.25 
1796|1796.78 1797|1797.85 1798|1798.7 1799|1799.40 1800|1800.99 1801|1801.57 
1802|1802.30 1803|1803.27 1804|1804.27 1805|1805.48 1806|1806.48 1807|1807.1 
1808|1808.16 1809|1809.54 1810|1810.92 1811|1811.25 1812|1812.23 1813|1813.58 
1814|1814.17 1815|1815.77 1816|1816.43 1817|1817.19 1818|1818.97 1819|1819.68 
1820|1820.74 1821|1821.62 1822|1822.9 1823|1823.63 1824|1824.69 1825|1825.72 
1826|1826.86 1827|1827.20 1828|1828.88 1829|1829.33 1830|1830.51 1831|1831.94 
1832|1832.49 1833|1833.75 1834|1834.30 1835|1835.75 1836|1836.32 1837|1837.93 
1838|1838.22 1839|1839.74 1840|1840.78 1841|1841.80 1842|1842.53 1843|1843.0 
1844|1844.33 1845|1845.11 1846|1846.68 1847|1847.69 1848|1848.76 1849|1849.61 
1850|1850.71 1851|1851.45 1852|1852.57 1853|1853.5 1854|1854.26 1855|1855.38 
1856|1856.93 1857|1857.21 1858|1858.62 1859|1859.15 1860|1860.89 1861|1861.66 
1862|1862.42 1863|1863.45 1864|1864.57 1865|1865.40 1866|1866.54 1867|1867.40 
1868|1868.14 1869|1869.72 1870|1870.31 1871|1871.76 1872|1872.44 1873|1873.74 
1874|1874.88 1875|1875.49 1876|1876.25 1877|1877.81 1878|1878.98 1879|1879.99 
1880|1880.76 1881|1881.66 1882|1882.87 1883|1883.46 1884|1884.56 1885|1885.96 
1886|1886.31 1887|1887.54 1888|1888.71 1889|1889.35 1890|1890.18 1891|1891.13 
1892|1892.73 1893|1893.86 1894|1894.71 1895|1895.7 1896|1896.82 1897|1897.73 
1898|1898.30 1899|1899.11 1900|1900.81 1901|1901.21 1902|1902.83 1903|1903.4 
1904|1904.44 1905|1905.81 1906|1906.56 1907|1907.96 1908|1908.27 1909|1909.91 
1910|1910.19 1911|1911.38 1912|1912.99 1913|1913.35 1914|1914.45 1915|1915.88 
1916|1916.26 1917|1917.15 1918|1918.17 1919|1919.47 1920|1920.53 1921|1921.87 
1922|1922.6 1923|1923.14 1924|1924.19 1925|1925.34 1926|1926.12 1927|1927.56 
1928|1928.83 1929|1929.18 1930|1930.57 1931|1931.51 1932|1932.25 1933|1933.16 
1934|1934.56 1935|1935.16 1936|1936.15 1937|1937.86 1938|1938.65 1939|1939.50 
1940|1940.31 1941|1941.53 1942|1942.26 1943|1943.37 1944|1944.81 1945|1945.3 
1946|1946.51 1947|1947.83 1948|1948.44 1949|1949.86 1950|1950.14 1951|1951.71 
1952|1952.12 1953|1953.94 1954|1954.97 1955|1955.20 1956|1956.77 1957|1957.62 
1958|1958.73 1959|1959.74 1960|1960.21 1961|1961.36 1962|1962.30 1963|1963.52 
1964|1964.81 1965|1965.66 1966|1966.46 1967|1967.63 1968|1968.92 1969|1969.22 
1970|1970.76 1971|1971.99 1972|1972.81 1973|1973.86 1974|1974.10 1975|1975.4 
1976|1976.91 1977|1977.13 1978|1978.12 1979|1979.8 1980|1980.16 1981|1981.40 
1982|1982.31 1983|1983.54 1984|1984.18 1985|1985.65 1986|1986.75 1987|1987.37 
1988|1988.86 1989|1989.20 1990|1990.11 1991|1991.38 1992|1992.65 1993|1993.12 
1994|1994.22 1995|1995.82 1996|1996.59 1997|1997.38 1998|1998.15 1999|1999.19 
2000|2000.97 2001|2001.22 2002|2002.91 2003|2003.99 2004|2004.77 2005|2005.56 
2006|2006.97 2007|2007.83 2008|2008.48 2009|2009.44 2010|2010.55 2011|2011.81 
2012|2012.45 2013|2013.6 2014|2014.48 2015|2015.77 2016|2016.35 2017|2017.68 
2018|2018.69 2019|2019.92 2020|2020.99 2021|2021.64 2022|2022.59 2023|2023.94 
2024|2024.8 2025|2025.82 2026|2026.51 2027|2027.64 2028|2028.33 2029|2029.46 
2030|2030.9 2031|2031.30 2032|2032.50 2033|2033.15 2034|2034.8 2035|2035.28 
2036|2036.44 2037|2037.28 2038|2038.77 2039|2039.10 2040|2040.43 2041|2041.67 
2042|2042.75 2043|2043.24 2044|2044.88 2045|2045.12 2046|2046.93 2047|2047.62 
2048|2048.86 2049|2049.2 2050|2050.64 2051|2051.14 2052|2052.71 2053|2053.79 
2054|2054.83 2055|2055.52 2056|2056.44 2057|2057.37 2058|2058.9 2059|2059.75 
2060|2060.39 2061|2061.27 2062|2062.36 2063|2063.12 2064|2064.24 2065|2065.57 
2066|2066.7 2067|2067.40 2068|2068.41 2069|2069.87 2070|2070.25 2071|2071.68 
2072|2072.26 2073|2073.16 2074|2074.4 2075|2075.38 2076|2076.6 2077|2077.52 
2078|2078.58 2079|2079.4 2080|2080.40 2081|2081.57 2082|2082.82 2083|2083.16 
2084|2084.5 2085|2085.2 2086|2086.83 2087|2087.80 2088|2088.99 2089|2089.1 
2090|2090.13 2091|2091.47 2092|2092.61 2093|2093.6 2094|2094.54 2095|2095.86 
2096|2096.47 2097|2097.82 2098|2098.91 2099|2099.77 2100|2100.54 2101|2101.30 
2102|2102.56 2103|2103.8 2104|2104.43 2105|2105.28 2106|2106.39 2107|2107.35 
2108|2108.72 2109|2109.26 2110|2110.77 2111|2111.22 2112|2112.52 2113|2113.12 
2114|2114.66 2115|2115.44 2116|2116.43 2117|2117.97 2118|2118.52 2119|2119.28 
2120|2120.60 2121|2121.23 2122|2122.51 2123|2123.75 2124|2124.30 2125|2125.36 
2126|2126.73 2127|2127.74 2128|2128.94 2129|2129.93 2130|2130.78 2131|2131.45 
2132|2132.17 2133|2133.88 2134|2134.58 2135|2135.73 2136|2136.49 2137|2137.54 
2138|2138.53 2139|2139.43 2140|2140.63 2141|2141.27 2142|2142.94 2143|2143.34 
2144|2144.24 2145|2145.11 2146|2146.13 2147|2147.25 2148|2148.16 2149|2149.30 
2150|2150.60 2151|2151.15 2152|2152.13 2153|2153.19 2154|2154.42 2155|2155.0 
2156|2156.92 2157|2157.80 2158|2158.49 2159|2159.35 2160|2160.46 2161|2161.98 
2162|2162.95 2163|2163.15 2164|2164.43 2165|2165.85 2166|2166.37 2167|2167.38 
2168|2168.65 2169|2169.77 2170|2170.30 2171|2171.15 2172|2172.3 2173|2173.45 
2174|2174.86 2175|2175.0 2176|2176.44 2177|2177.27 2178|2178.5 2179|2179.77 
2180|2180.25 2181|2181.95 2182|2182.48 2183|2183.88 2184|2184.67 2185|2185.55 
2186|2186.92 2187|2187.23 2188|2188.36 2189|2189.70 2190|2190.9 2191|2191.2 
</str>
    <float name="score">2.0</float></doc>
  <doc>
    <str name="id">4</str>
    <int name="id_i">4</int>
    <float name="default_amount_f">16212.0</float>
    <str name="amounts_dpf">1|1.13 2|2.76 3|3.79 4|4.80 5|5.91 6|6.24 7|7.60 
8|8.97 9|9.31 10|10.75 11|11.44 12|12.64 13|13.80 14|14.90 15|15.31 16|16.37 
17|17.47 18|18.19 19|19.77 20|20.87 21|21.87 22|22.37 23|23.3 24|24.54 25|25.31 
26|26.29 27|27.86 28|28.91 29|29.78 30|30.5 31|31.82 32|32.6 33|33.43 34|34.80 
35|35.47 36|36.34 37|37.90 38|38.26 39|39.75 40|40.13 41|41.27 42|42.93 
43|43.14 44|44.14 45|45.96 46|46.20 47|47.54 48|48.39 49|49.30 50|50.41 
51|51.33 52|52.91 53|53.1 54|54.53 55|55.72 56|56.24 57|57.83 58|58.2 59|59.41 
60|60.64 61|61.80 62|62.0 63|63.22 64|64.44 65|65.43 66|66.0 67|67.76 68|68.96 
69|69.85 70|70.60 71|71.40 72|72.35 73|73.87 74|74.80 75|75.35 76|76.91 
77|77.39 78|78.58 79|79.85 80|80.52 81|81.11 82|82.78 83|83.74 84|84.31 
85|85.81 86|86.41 87|87.11 88|88.81 89|89.76 90|90.63 91|91.47 92|92.38 
93|93.29 94|94.71 95|95.52 96|96.65 97|97.46 98|98.60 99|99.70 100|100.29 
101|101.15 102|102.13 103|103.9 104|104.13 105|105.65 106|106.24 107|107.63 
108|108.24 109|109.94 110|110.38 111|111.30 112|112.41 113|113.30 114|114.90 
115|115.26 116|116.35 117|117.12 118|118.56 119|119.3 120|120.95 121|121.16 
122|122.55 123|123.63 124|124.28 125|125.44 126|126.63 127|127.82 128|128.44 
129|129.5 130|130.49 131|131.76 132|132.51 133|133.19 134|134.81 135|135.83 
136|136.83 137|137.23 138|138.50 139|139.49 140|140.64 141|141.29 142|142.75 
143|143.85 144|144.18 145|145.52 146|146.86 147|147.72 148|148.54 149|149.62 
150|150.35 151|151.61 152|152.16 153|153.93 154|154.81 155|155.36 156|156.62 
157|157.47 158|158.21 159|159.79 160|160.21 161|161.88 162|162.95 163|163.53 
164|164.9 165|165.65 166|166.48 167|167.52 168|168.52 169|169.30 170|170.45 
171|171.0 172|172.81 173|173.7 174|174.29 175|175.78 176|176.46 177|177.58 
178|178.45 179|179.38 180|180.25 181|181.64 182|182.44 183|183.61 184|184.56 
185|185.83 186|186.59 187|187.49 188|188.9 189|189.90 190|190.9 191|191.61 
192|192.17 193|193.65 194|194.53 195|195.48 196|196.10 197|197.6 198|198.4 
199|199.44 200|200.69 201|201.79 202|202.58 203|203.8 204|204.70 205|205.75 
206|206.54 207|207.70 208|208.52 209|209.6 210|210.62 211|211.6 212|212.63 
213|213.92 214|214.31 215|215.56 216|216.67 217|217.10 218|218.5 219|219.85 
220|220.36 221|221.73 222|222.28 223|223.33 224|224.63 225|225.9 226|226.74 
227|227.4 228|228.82 229|229.5 230|230.19 231|231.27 232|232.64 233|233.29 
234|234.11 235|235.21 236|236.40 237|237.82 238|238.6 239|239.92 240|240.63 
241|241.53 242|242.24 243|243.65 244|244.76 245|245.95 246|246.59 247|247.28 
248|248.94 249|249.68 250|250.63 251|251.74 252|252.23 253|253.40 254|254.1 
255|255.92 256|256.28 257|257.21 258|258.33 259|259.58 260|260.1 261|261.24 
262|262.96 263|263.50 264|264.71 265|265.47 266|266.76 267|267.8 268|268.41 
269|269.50 270|270.98 271|271.85 272|272.12 273|273.0 274|274.2 275|275.11 
276|276.32 277|277.48 278|278.18 279|279.96 280|280.7 281|281.85 282|282.98 
283|283.63 284|284.59 285|285.16 286|286.80 287|287.63 288|288.97 289|289.93 
290|290.55 291|291.0 292|292.86 293|293.16 294|294.80 295|295.38 296|296.84 
297|297.33 298|298.7 299|299.10 300|300.81 301|301.9 302|302.81 303|303.13 
304|304.95 305|305.38 306|306.30 307|307.19 308|308.14 309|309.30 310|310.65 
311|311.70 312|312.78 313|313.29 314|314.15 315|315.93 316|316.40 317|317.89 
318|318.79 319|319.32 320|320.5 321|321.93 322|322.98 323|323.77 324|324.48 
325|325.32 326|326.1 327|327.74 328|328.23 329|329.86 330|330.46 331|331.14 
332|332.31 333|333.67 334|334.90 335|335.19 336|336.70 337|337.49 338|338.79 
339|339.65 340|340.46 341|341.46 342|342.40 343|343.93 344|344.13 345|345.82 
346|346.86 347|347.19 348|348.28 349|349.3 350|350.51 351|351.64 352|352.64 
353|353.60 354|354.54 355|355.49 356|356.48 357|357.88 358|358.23 359|359.91 
360|360.18 361|361.43 362|362.72 363|363.76 364|364.61 365|365.53 366|366.88 
367|367.94 368|368.69 369|369.39 370|370.23 371|371.61 372|372.77 373|373.10 
374|374.37 375|375.77 376|376.32 377|377.39 378|378.87 379|379.58 380|380.42 
381|381.47 382|382.26 383|383.53 384|384.98 385|385.34 386|386.91 387|387.52 
388|388.78 389|389.27 390|390.37 391|391.18 392|392.62 393|393.5 394|394.10 
395|395.6 396|396.43 397|397.41 398|398.15 399|399.78 400|400.7 401|401.74 
402|402.11 403|403.54 404|404.13 405|405.25 406|406.45 407|407.45 408|408.42 
409|409.44 410|410.11 411|411.80 412|412.60 413|413.87 414|414.73 415|415.4 
416|416.77 417|417.50 418|418.7 419|419.71 420|420.4 421|421.72 422|422.44 
423|423.41 424|424.81 425|425.49 426|426.55 427|427.55 428|428.7 429|429.70 
430|430.10 431|431.60 432|432.82 433|433.76 434|434.88 435|435.12 436|436.26 
437|437.26 438|438.15 439|439.72 440|440.35 441|441.30 442|442.50 443|443.12 
444|444.7 445|445.10 446|446.74 447|447.32 448|448.60 449|449.25 450|450.27 
451|451.97 452|452.15 453|453.18 454|454.2 455|455.27 456|456.67 457|457.41 
458|458.16 459|459.12 460|460.78 461|461.63 462|462.67 463|463.59 464|464.27 
465|465.33 466|466.3 467|467.25 468|468.11 469|469.38 470|470.59 471|471.41 
472|472.3 473|473.10 474|474.4 475|475.61 476|476.11 477|477.75 478|478.14 
479|479.41 480|480.24 481|481.92 482|482.66 483|483.35 484|484.10 485|485.61 
486|486.71 487|487.78 488|488.34 489|489.51 490|490.32 491|491.12 492|492.6 
493|493.48 494|494.39 495|495.41 496|496.17 497|497.66 498|498.84 499|499.7 
500|500.34 501|501.72 502|502.33 503|503.60 504|504.63 505|505.91 506|506.17 
507|507.24 508|508.76 509|509.32 510|510.29 511|511.97 512|512.40 513|513.23 
514|514.7 515|515.53 516|516.16 517|517.13 518|518.27 519|519.9 520|520.49 
521|521.44 522|522.8 523|523.69 524|524.41 525|525.85 526|526.66 527|527.96 
528|528.69 529|529.88 530|530.71 531|531.78 532|532.65 533|533.99 534|534.29 
535|535.89 536|536.88 537|537.27 538|538.29 539|539.68 540|540.39 541|541.84 
542|542.81 543|543.49 544|544.29 545|545.99 546|546.90 547|547.40 548|548.40 
549|549.84 550|550.74 551|551.90 552|552.12 553|553.42 554|554.38 555|555.4 
556|556.15 557|557.56 558|558.6 559|559.68 560|560.41 561|561.77 562|562.83 
563|563.72 564|564.94 565|565.71 566|566.28 567|567.63 568|568.70 569|569.53 
570|570.99 571|571.6 572|572.85 573|573.1 574|574.42 575|575.49 576|576.67 
577|577.40 578|578.37 579|579.74 580|580.96 581|581.22 582|582.58 583|583.15 
584|584.92 585|585.21 586|586.17 587|587.70 588|588.11 589|589.1 590|590.67 
591|591.29 592|592.76 593|593.0 594|594.63 595|595.42 596|596.22 597|597.72 
598|598.61 599|599.26 600|600.4 601|601.5 602|602.6 603|603.27 604|604.91 
605|605.2 606|606.86 607|607.71 608|608.9 609|609.82 610|610.8 611|611.10 
612|612.92 613|613.37 614|614.57 615|615.51 616|616.46 617|617.75 618|618.71 
619|619.76 620|620.71 621|621.38 622|622.0 623|623.0 624|624.70 625|625.16 
626|626.24 627|627.0 628|628.55 629|629.21 630|630.34 631|631.15 632|632.73 
633|633.17 634|634.92 635|635.77 636|636.56 637|637.37 638|638.40 639|639.75 
640|640.17 641|641.79 642|642.35 643|643.87 644|644.93 645|645.37 646|646.74 
647|647.61 648|648.27 649|649.9 650|650.79 651|651.58 652|652.84 653|653.29 
654|654.3 655|655.92 656|656.34 657|657.23 658|658.67 659|659.4 660|660.38 
661|661.93 662|662.61 663|663.11 664|664.67 665|665.5 666|666.46 667|667.4 
668|668.78 669|669.99 670|670.21 671|671.8 672|672.48 673|673.70 674|674.91 
675|675.12 676|676.61 677|677.64 678|678.51 679|679.42 680|680.88 681|681.54 
682|682.2 683|683.26 684|684.59 685|685.77 686|686.34 687|687.62 688|688.81 
689|689.14 690|690.13 691|691.96 692|692.89 693|693.36 694|694.20 695|695.88 
696|696.37 697|697.25 698|698.94 699|699.55 700|700.42 701|701.70 702|702.36 
703|703.91 704|704.13 705|705.39 706|706.28 707|707.90 708|708.90 709|709.19 
710|710.82 711|711.9 712|712.5 713|713.13 714|714.68 715|715.96 716|716.39 
717|717.79 718|718.68 719|719.90 720|720.21 721|721.36 722|722.23 723|723.7 
724|724.64 725|725.17 726|726.38 727|727.60 728|728.14 729|729.37 730|730.56 
731|731.86 732|732.29 733|733.56 734|734.29 735|735.34 736|736.36 737|737.10 
738|738.83 739|739.7 740|740.74 741|741.58 742|742.4 743|743.46 744|744.48 
745|745.52 746|746.50 747|747.92 748|748.95 749|749.35 750|750.19 751|751.41 
752|752.28 753|753.86 754|754.31 755|755.46 756|756.79 757|757.75 758|758.43 
759|759.62 760|760.87 761|761.47 762|762.0 763|763.19 764|764.9 765|765.17 
766|766.80 767|767.89 768|768.80 769|769.32 770|770.46 771|771.87 772|772.46 
773|773.66 774|774.72 775|775.39 776|776.20 777|777.46 778|778.45 779|779.7 
780|780.71 781|781.93 782|782.47 783|783.32 784|784.36 785|785.28 786|786.5 
787|787.81 788|788.71 789|789.60 790|790.26 791|791.86 792|792.21 793|793.50 
794|794.64 795|795.0 796|796.45 797|797.42 798|798.84 799|799.69 800|800.10 
801|801.94 802|802.41 803|803.63 804|804.76 805|805.51 806|806.91 807|807.89 
808|808.34 809|809.89 810|810.82 811|811.92 812|812.77 813|813.4 814|814.67 
815|815.21 816|816.47 817|817.16 818|818.4 819|819.22 820|820.29 821|821.28 
822|822.63 823|823.58 824|824.70 825|825.56 826|826.35 827|827.81 828|828.80 
829|829.54 830|830.52 831|831.81 832|832.64 833|833.12 834|834.17 835|835.72 
836|836.44 837|837.29 838|838.60 839|839.87 840|840.43 841|841.38 842|842.46 
843|843.8 844|844.82 845|845.19 846|846.23 847|847.72 848|848.53 849|849.42 
850|850.76 851|851.36 852|852.36 853|853.65 854|854.79 855|855.67 856|856.3 
857|857.47 858|858.47 859|859.32 860|860.90 861|861.93 862|862.98 863|863.84 
864|864.49 865|865.80 866|866.79 867|867.28 868|868.3 869|869.13 870|870.97 
871|871.14 872|872.43 873|873.62 874|874.42 875|875.43 876|876.86 877|877.68 
878|878.39 879|879.51 880|880.42 881|881.23 882|882.5 883|883.69 884|884.55 
885|885.33 886|886.57 887|887.55 888|888.35 889|889.65 890|890.90 891|891.96 
892|892.40 893|893.54 894|894.5 895|895.67 896|896.20 897|897.87 898|898.56 
899|899.58 900|900.27 901|901.47 902|902.32 903|903.95 904|904.18 905|905.6 
906|906.25 907|907.76 908|908.60 909|909.42 910|910.41 911|911.59 912|912.64 
913|913.35 914|914.79 915|915.63 916|916.59 917|917.74 918|918.7 919|919.9 
920|920.13 921|921.16 922|922.88 923|923.67 924|924.46 925|925.53 926|926.24 
927|927.84 928|928.61 929|929.1 930|930.65 931|931.0 932|932.30 933|933.99 
934|934.38 935|935.4 936|936.11 937|937.33 938|938.4 939|939.28 940|940.43 
941|941.96 942|942.74 943|943.56 944|944.94 945|945.88 946|946.34 947|947.49 
948|948.45 949|949.43 950|950.36 951|951.20 952|952.33 953|953.3 954|954.24 
955|955.67 956|956.96 957|957.82 958|958.26 959|959.84 960|960.71 961|961.30 
962|962.0 963|963.33 964|964.30 965|965.41 966|966.84 967|967.85 968|968.8 
969|969.88 970|970.39 971|971.94 972|972.27 973|973.30 974|974.40 975|975.12 
976|976.65 977|977.12 978|978.98 979|979.70 980|980.5 981|981.45 982|982.29 
983|983.30 984|984.40 985|985.29 986|986.13 987|987.9 988|988.69 989|989.67 
990|990.69 991|991.64 992|992.8 993|993.1 994|994.97 995|995.54 996|996.42 
997|997.70 998|998.6 999|999.57 1000|1000.73 1001|1001.70 1002|1002.19 
1003|1003.53 1004|1004.66 1005|1005.9 1006|1006.43 1007|1007.43 1008|1008.21 
1009|1009.66 1010|1010.72 1011|1011.58 1012|1012.76 1013|1013.70 1014|1014.13 
1015|1015.15 1016|1016.50 1017|1017.58 1018|1018.17 1019|1019.84 1020|1020.88 
1021|1021.3 1022|1022.1 1023|1023.33 1024|1024.5 1025|1025.36 1026|1026.12 
1027|1027.14 1028|1028.83 1029|1029.76 1030|1030.11 1031|1031.45 1032|1032.60 
1033|1033.4 1034|1034.30 1035|1035.85 1036|1036.64 1037|1037.80 1038|1038.8 
1039|1039.13 1040|1040.8 1041|1041.70 1042|1042.83 1043|1043.48 1044|1044.73 
1045|1045.43 1046|1046.94 1047|1047.68 1048|1048.40 1049|1049.51 1050|1050.96 
1051|1051.38 1052|1052.93 1053|1053.64 1054|1054.40 1055|1055.10 1056|1056.92 
1057|1057.84 1058|1058.44 1059|1059.45 1060|1060.57 1061|1061.69 1062|1062.46 
1063|1063.6 1064|1064.72 1065|1065.57 1066|1066.32 1067|1067.2 1068|1068.14 
1069|1069.89 1070|1070.2 1071|1071.70 1072|1072.44 1073|1073.0 1074|1074.65 
1075|1075.14 1076|1076.22 1077|1077.91 1078|1078.57 1079|1079.39 1080|1080.13 
1081|1081.26 1082|1082.2 1083|1083.4 1084|1084.61 1085|1085.35 1086|1086.74 
1087|1087.30 1088|1088.99 1089|1089.42 1090|1090.71 1091|1091.63 1092|1092.72 
1093|1093.52 1094|1094.95 1095|1095.59 1096|1096.32 1097|1097.56 1098|1098.39 
1099|1099.76 1100|1100.39 1101|1101.87 1102|1102.76 1103|1103.35 1104|1104.25 
1105|1105.37 1106|1106.14 1107|1107.30 1108|1108.78 1109|1109.3 1110|1110.85 
1111|1111.89 1112|1112.55 1113|1113.21 1114|1114.95 1115|1115.85 1116|1116.0 
1117|1117.95 1118|1118.21 1119|1119.30 1120|1120.82 1121|1121.5 1122|1122.77 
1123|1123.18 1124|1124.24 1125|1125.89 1126|1126.17 1127|1127.48 1128|1128.69 
1129|1129.86 1130|1130.45 1131|1131.15 1132|1132.58 1133|1133.2 1134|1134.67 
1135|1135.58 1136|1136.86 1137|1137.67 1138|1138.85 1139|1139.53 1140|1140.41 
1141|1141.70 1142|1142.78 1143|1143.27 1144|1144.38 1145|1145.1 1146|1146.28 
1147|1147.64 1148|1148.2 1149|1149.47 1150|1150.37 1151|1151.10 1152|1152.74 
1153|1153.1 1154|1154.59 1155|1155.59 1156|1156.0 1157|1157.0 1158|1158.37 
1159|1159.95 1160|1160.96 1161|1161.50 1162|1162.95 1163|1163.81 1164|1164.9 
1165|1165.84 1166|1166.95 1167|1167.69 1168|1168.75 1169|1169.74 1170|1170.12 
1171|1171.54 1172|1172.36 1173|1173.61 1174|1174.43 1175|1175.31 1176|1176.96 
1177|1177.88 1178|1178.60 1179|1179.1 1180|1180.48 1181|1181.19 1182|1182.54 
1183|1183.96 1184|1184.78 1185|1185.84 1186|1186.7 1187|1187.26 1188|1188.81 
1189|1189.27 1190|1190.56 1191|1191.54 1192|1192.38 1193|1193.12 1194|1194.49 
1195|1195.19 1196|1196.48 1197|1197.16 1198|1198.99 1199|1199.18 1200|1200.95 
1201|1201.62 1202|1202.38 1203|1203.0 1204|1204.24 1205|1205.56 1206|1206.17 
1207|1207.6 1208|1208.15 1209|1209.70 1210|1210.94 1211|1211.62 1212|1212.57 
1213|1213.48 1214|1214.53 1215|1215.6 1216|1216.54 1217|1217.8 1218|1218.76 
1219|1219.73 1220|1220.77 1221|1221.5 1222|1222.27 1223|1223.90 1224|1224.37 
1225|1225.74 1226|1226.65 1227|1227.0 1228|1228.53 1229|1229.74 1230|1230.44 
1231|1231.75 1232|1232.47 1233|1233.36 1234|1234.67 1235|1235.90 1236|1236.94 
1237|1237.39 1238|1238.94 1239|1239.82 1240|1240.70 1241|1241.67 1242|1242.84 
1243|1243.21 1244|1244.50 1245|1245.49 1246|1246.36 1247|1247.4 1248|1248.53 
1249|1249.14 1250|1250.76 1251|1251.69 1252|1252.37 1253|1253.60 1254|1254.56 
1255|1255.7 1256|1256.99 1257|1257.20 1258|1258.71 1259|1259.93 1260|1260.51 
1261|1261.49 1262|1262.11 1263|1263.29 1264|1264.92 1265|1265.36 1266|1266.28 
1267|1267.30 1268|1268.25 1269|1269.5 1270|1270.78 1271|1271.74 1272|1272.34 
1273|1273.55 1274|1274.97 1275|1275.40 1276|1276.12 1277|1277.43 1278|1278.0 
1279|1279.61 1280|1280.21 1281|1281.16 1282|1282.15 1283|1283.36 1284|1284.70 
1285|1285.90 1286|1286.20 1287|1287.56 1288|1288.35 1289|1289.52 1290|1290.29 
1291|1291.92 1292|1292.67 1293|1293.2 1294|1294.75 1295|1295.51 1296|1296.45 
1297|1297.89 1298|1298.18 1299|1299.9 1300|1300.90 1301|1301.78 1302|1302.54 
1303|1303.68 1304|1304.36 1305|1305.99 1306|1306.10 1307|1307.5 1308|1308.87 
1309|1309.49 1310|1310.96 1311|1311.30 1312|1312.13 1313|1313.30 1314|1314.26 
1315|1315.16 1316|1316.62 1317|1317.13 1318|1318.33 1319|1319.68 1320|1320.28 
1321|1321.61 1322|1322.91 1323|1323.81 1324|1324.17 1325|1325.0 1326|1326.42 
1327|1327.11 1328|1328.85 1329|1329.59 1330|1330.28 1331|1331.90 1332|1332.63 
1333|1333.6 1334|1334.37 1335|1335.27 1336|1336.70 1337|1337.84 1338|1338.89 
1339|1339.2 1340|1340.35 1341|1341.29 1342|1342.13 1343|1343.69 1344|1344.49 
1345|1345.32 1346|1346.98 1347|1347.61 1348|1348.94 1349|1349.41 1350|1350.12 
1351|1351.79 1352|1352.33 1353|1353.33 1354|1354.43 1355|1355.85 1356|1356.1 
1357|1357.51 1358|1358.3 1359|1359.42 1360|1360.59 1361|1361.48 1362|1362.83 
1363|1363.93 1364|1364.26 1365|1365.52 1366|1366.84 1367|1367.78 1368|1368.43 
1369|1369.74 1370|1370.75 1371|1371.32 1372|1372.63 1373|1373.91 1374|1374.51 
1375|1375.34 1376|1376.60 1377|1377.60 1378|1378.86 1379|1379.77 1380|1380.31 
1381|1381.60 1382|1382.82 1383|1383.10 1384|1384.62 1385|1385.20 1386|1386.18 
1387|1387.32 1388|1388.3 1389|1389.96 1390|1390.57 1391|1391.82 1392|1392.32 
1393|1393.77 1394|1394.54 1395|1395.98 1396|1396.51 1397|1397.88 1398|1398.2 
1399|1399.56 1400|1400.14 1401|1401.90 1402|1402.12 1403|1403.26 1404|1404.34 
1405|1405.78 1406|1406.12 1407|1407.19 1408|1408.14 1409|1409.77 1410|1410.27 
1411|1411.12 1412|1412.26 1413|1413.32 1414|1414.75 1415|1415.18 1416|1416.71 
1417|1417.6 1418|1418.24 1419|1419.73 1420|1420.40 1421|1421.88 1422|1422.22 
1423|1423.80 1424|1424.34 1425|1425.20 1426|1426.14 1427|1427.35 1428|1428.96 
1429|1429.12 1430|1430.25 1431|1431.90 1432|1432.32 1433|1433.1 1434|1434.98 
1435|1435.45 1436|1436.88 1437|1437.27 1438|1438.93 1439|1439.36 1440|1440.1 
1441|1441.67 1442|1442.90 1443|1443.5 1444|1444.93 1445|1445.19 1446|1446.5 
1447|1447.11 1448|1448.43 1449|1449.76 1450|1450.97 1451|1451.59 1452|1452.6 
1453|1453.86 1454|1454.45 1455|1455.17 1456|1456.97 1457|1457.36 1458|1458.48 
1459|1459.93 1460|1460.63 1461|1461.80 1462|1462.70 1463|1463.0 1464|1464.55 
1465|1465.5 1466|1466.75 1467|1467.72 1468|1468.45 1469|1469.87 1470|1470.15 
1471|1471.23 1472|1472.52 1473|1473.16 1474|1474.66 1475|1475.18 1476|1476.73 
1477|1477.67 1478|1478.41 1479|1479.29 1480|1480.24 1481|1481.22 1482|1482.91 
1483|1483.5 1484|1484.68 1485|1485.2 1486|1486.14 1487|1487.12 1488|1488.20 
1489|1489.42 1490|1490.98 1491|1491.51 1492|1492.9 1493|1493.30 1494|1494.81 
1495|1495.28 1496|1496.99 1497|1497.20 1498|1498.31 1499|1499.51 1500|1500.95 
1501|1501.96 1502|1502.9 1503|1503.24 1504|1504.55 1505|1505.93 1506|1506.98 
1507|1507.21 1508|1508.77 1509|1509.7 1510|1510.77 1511|1511.52 1512|1512.36 
1513|1513.95 1514|1514.33 1515|1515.90 1516|1516.64 1517|1517.93 1518|1518.35 
1519|1519.54 1520|1520.88 1521|1521.65 1522|1522.76 1523|1523.85 1524|1524.91 
1525|1525.96 1526|1526.60 1527|1527.57 1528|1528.50 1529|1529.68 1530|1530.54 
1531|1531.12 1532|1532.36 1533|1533.26 1534|1534.85 1535|1535.47 1536|1536.22 
1537|1537.68 1538|1538.48 1539|1539.83 1540|1540.68 1541|1541.52 1542|1542.5 
1543|1543.6 1544|1544.66 1545|1545.70 1546|1546.97 1547|1547.51 1548|1548.21 
1549|1549.22 1550|1550.23 1551|1551.73 1552|1552.10 1553|1553.53 1554|1554.16 
1555|1555.26 1556|1556.36 1557|1557.31 1558|1558.94 1559|1559.46 1560|1560.17 
1561|1561.60 1562|1562.8 1563|1563.44 1564|1564.17 1565|1565.87 1566|1566.59 
1567|1567.39 1568|1568.56 1569|1569.73 1570|1570.25 1571|1571.40 1572|1572.20 
1573|1573.15 1574|1574.21 1575|1575.72 1576|1576.9 1577|1577.50 1578|1578.87 
1579|1579.77 1580|1580.99 1581|1581.88 1582|1582.82 1583|1583.67 1584|1584.57 
1585|1585.81 1586|1586.84 1587|1587.88 1588|1588.2 1589|1589.50 1590|1590.75 
1591|1591.44 1592|1592.73 1593|1593.12 1594|1594.38 1595|1595.10 1596|1596.35 
1597|1597.19 1598|1598.24 1599|1599.1 1600|1600.74 1601|1601.73 1602|1602.61 
1603|1603.67 1604|1604.34 1605|1605.73 1606|1606.38 1607|1607.96 1608|1608.48 
1609|1609.38 1610|1610.25 1611|1611.44 1612|1612.3 1613|1613.66 1614|1614.3 
1615|1615.55 1616|1616.4 1617|1617.3 1618|1618.69 1619|1619.55 1620|1620.33 
1621|1621.62 1622|1622.84 1623|1623.50 1624|1624.84 1625|1625.48 1626|1626.68 
1627|1627.91 1628|1628.78 1629|1629.42 1630|1630.40 1631|1631.84 1632|1632.25 
1633|1633.60 1634|1634.94 1635|1635.36 1636|1636.7 1637|1637.68 1638|1638.24 
1639|1639.43 1640|1640.71 1641|1641.57 1642|1642.36 1643|1643.70 1644|1644.2 
1645|1645.70 1646|1646.99 1647|1647.87 1648|1648.65 1649|1649.67 1650|1650.80 
1651|1651.69 1652|1652.63 1653|1653.51 1654|1654.21 1655|1655.45 1656|1656.69 
1657|1657.64 1658|1658.26 1659|1659.88 1660|1660.97 1661|1661.91 1662|1662.93 
1663|1663.91 1664|1664.19 1665|1665.25 1666|1666.3 1667|1667.97 1668|1668.62 
1669|1669.69 1670|1670.5 1671|1671.43 1672|1672.70 1673|1673.24 1674|1674.70 
1675|1675.75 1676|1676.45 1677|1677.74 1678|1678.70 1679|1679.36 1680|1680.67 
1681|1681.6 1682|1682.28 1683|1683.61 1684|1684.12 1685|1685.44 1686|1686.34 
1687|1687.2 1688|1688.73 1689|1689.48 1690|1690.68 1691|1691.20 1692|1692.85 
1693|1693.14 1694|1694.81 1695|1695.43 1696|1696.28 1697|1697.60 1698|1698.56 
1699|1699.4 1700|1700.78 1701|1701.11 1702|1702.69 1703|1703.83 1704|1704.80 
1705|1705.50 1706|1706.39 1707|1707.75 1708|1708.31 1709|1709.23 1710|1710.36 
1711|1711.38 1712|1712.23 1713|1713.62 1714|1714.92 1715|1715.42 1716|1716.79 
1717|1717.28 1718|1718.74 1719|1719.37 1720|1720.0 1721|1721.25 1722|1722.49 
1723|1723.87 1724|1724.72 1725|1725.70 1726|1726.84 1727|1727.66 1728|1728.72 
1729|1729.33 1730|1730.77 1731|1731.85 1732|1732.25 1733|1733.67 1734|1734.67 
1735|1735.75 1736|1736.25 1737|1737.44 1738|1738.40 1739|1739.9 1740|1740.65 
1741|1741.40 1742|1742.8 1743|1743.90 1744|1744.20 1745|1745.51 1746|1746.0 
1747|1747.32 1748|1748.25 1749|1749.93 1750|1750.13 1751|1751.45 1752|1752.2 
1753|1753.49 1754|1754.14 1755|1755.57 1756|1756.15 1757|1757.35 1758|1758.41 
1759|1759.30 1760|1760.45 1761|1761.53 1762|1762.45 1763|1763.3 1764|1764.6 
1765|1765.8 1766|1766.22 1767|1767.12 1768|1768.27 1769|1769.78 1770|1770.67 
1771|1771.14 1772|1772.45 1773|1773.34 1774|1774.45 1775|1775.48 1776|1776.44 
1777|1777.91 1778|1778.43 1779|1779.32 1780|1780.2 1781|1781.6 1782|1782.89 
1783|1783.12 1784|1784.31 1785|1785.51 1786|1786.39 1787|1787.30 1788|1788.51 
1789|1789.80 1790|1790.74 1791|1791.12 1792|1792.90 1793|1793.73 1794|1794.30 
1795|1795.68 1796|1796.6 1797|1797.93 1798|1798.4 1799|1799.67 1800|1800.31 
1801|1801.67 1802|1802.35 1803|1803.7 1804|1804.19 1805|1805.91 1806|1806.23 
1807|1807.80 1808|1808.7 1809|1809.76 1810|1810.74 1811|1811.66 1812|1812.9 
1813|1813.80 1814|1814.78 1815|1815.4 1816|1816.6 1817|1817.80 1818|1818.66 
1819|1819.34 1820|1820.53 1821|1821.82 1822|1822.32 1823|1823.19 1824|1824.95 
1825|1825.90 1826|1826.36 1827|1827.14 1828|1828.14 1829|1829.40 1830|1830.30 
1831|1831.92 1832|1832.99 1833|1833.92 1834|1834.55 1835|1835.18 1836|1836.39 
1837|1837.52 1838|1838.46 1839|1839.61 1840|1840.93 1841|1841.63 1842|1842.77 
1843|1843.77 1844|1844.89 1845|1845.87 1846|1846.11 1847|1847.26 1848|1848.96 
1849|1849.22 1850|1850.80 1851|1851.94 1852|1852.31 1853|1853.85 1854|1854.90 
1855|1855.31 1856|1856.92 1857|1857.84 1858|1858.2 1859|1859.57 1860|1860.25 
1861|1861.56 1862|1862.10 1863|1863.82 1864|1864.88 1865|1865.93 1866|1866.29 
1867|1867.21 1868|1868.20 1869|1869.43 1870|1870.21 1871|1871.19 1872|1872.53 
1873|1873.10 1874|1874.80 1875|1875.81 1876|1876.0 1877|1877.78 1878|1878.12 
1879|1879.55 1880|1880.13 1881|1881.47 1882|1882.30 1883|1883.41 1884|1884.10 
1885|1885.84 1886|1886.87 1887|1887.52 1888|1888.2 1889|1889.28 1890|1890.82 
1891|1891.35 1892|1892.17 1893|1893.94 1894|1894.60 1895|1895.88 1896|1896.41 
1897|1897.64 1898|1898.97 1899|1899.5 1900|1900.55 1901|1901.35 1902|1902.85 
1903|1903.10 1904|1904.40 1905|1905.39 1906|1906.84 1907|1907.49 1908|1908.78 
1909|1909.43 1910|1910.21 1911|1911.19 1912|1912.13 1913|1913.76 1914|1914.38 
1915|1915.77 1916|1916.11 1917|1917.41 1918|1918.92 1919|1919.58 1920|1920.51 
1921|1921.86 1922|1922.23 1923|1923.94 1924|1924.34 1925|1925.54 1926|1926.68 
1927|1927.36 1928|1928.23 1929|1929.90 1930|1930.64 1931|1931.46 1932|1932.80 
1933|1933.14 1934|1934.51 1935|1935.72 1936|1936.47 1937|1937.87 1938|1938.22 
1939|1939.31 1940|1940.54 1941|1941.50 1942|1942.66 1943|1943.88 1944|1944.47 
1945|1945.68 1946|1946.20 1947|1947.83 1948|1948.29 1949|1949.34 1950|1950.54 
1951|1951.17 1952|1952.23 1953|1953.41 1954|1954.29 1955|1955.59 1956|1956.87 
1957|1957.94 1958|1958.54 1959|1959.77 1960|1960.27 1961|1961.66 1962|1962.82 
1963|1963.0 1964|1964.68 1965|1965.60 1966|1966.38 1967|1967.12 1968|1968.17 
1969|1969.7 1970|1970.34 1971|1971.27 1972|1972.85 1973|1973.3 1974|1974.57 
1975|1975.91 1976|1976.15 1977|1977.72 1978|1978.79 1979|1979.78 1980|1980.49 
1981|1981.69 1982|1982.1 1983|1983.76 1984|1984.27 1985|1985.67 1986|1986.14 
1987|1987.6 1988|1988.60 1989|1989.26 1990|1990.48 1991|1991.51 1992|1992.63 
1993|1993.20 1994|1994.5 1995|1995.60 1996|1996.68 1997|1997.18 1998|1998.13 
1999|1999.50 2000|2000.54 2001|2001.23 2002|2002.71 2003|2003.33 2004|2004.79 
2005|2005.19 2006|2006.46 2007|2007.35 2008|2008.61 2009|2009.40 2010|2010.58 
2011|2011.45 2012|2012.55 2013|2013.57 2014|2014.38 2015|2015.80 2016|2016.10 
2017|2017.12 2018|2018.20 2019|2019.98 2020|2020.63 2021|2021.19 2022|2022.60 
2023|2023.56 2024|2024.67 2025|2025.60 2026|2026.39 2027|2027.69 2028|2028.10 
2029|2029.78 2030|2030.99 2031|2031.93 2032|2032.67 2033|2033.21 2034|2034.34 
2035|2035.80 2036|2036.50 2037|2037.57 2038|2038.36 2039|2039.14 2040|2040.37 
2041|2041.89 2042|2042.6 2043|2043.75 2044|2044.53 2045|2045.0 2046|2046.1 
2047|2047.96 2048|2048.72 2049|2049.5 2050|2050.43 2051|2051.93 2052|2052.66 
2053|2053.79 2054|2054.74 2055|2055.29 2056|2056.5 2057|2057.77 2058|2058.51 
2059|2059.84 2060|2060.25 2061|2061.65 2062|2062.66 2063|2063.26 2064|2064.28 
2065|2065.93 2066|2066.89 2067|2067.83 2068|2068.53 2069|2069.55 2070|2070.92 
2071|2071.40 2072|2072.73 2073|2073.64 2074|2074.76 2075|2075.43 2076|2076.10 
2077|2077.35 2078|2078.88 2079|2079.53 2080|2080.33 2081|2081.26 2082|2082.28 
2083|2083.96 2084|2084.43 2085|2085.59 2086|2086.14 2087|2087.65 2088|2088.48 
2089|2089.30 2090|2090.49 2091|2091.25 2092|2092.68 2093|2093.75 2094|2094.52 
2095|2095.93 2096|2096.39 2097|2097.53 2098|2098.83 2099|2099.39 2100|2100.89 
2101|2101.67 2102|2102.33 2103|2103.42 2104|2104.41 2105|2105.97 2106|2106.9 
2107|2107.25 2108|2108.40 2109|2109.52 2110|2110.14 2111|2111.6 2112|2112.93 
2113|2113.88 2114|2114.17 2115|2115.9 2116|2116.32 2117|2117.48 2118|2118.97 
2119|2119.38 2120|2120.12 2121|2121.57 2122|2122.53 2123|2123.98 2124|2124.33 
2125|2125.60 2126|2126.83 2127|2127.18 2128|2128.6 2129|2129.58 2130|2130.75 
2131|2131.86 2132|2132.23 2133|2133.45 2134|2134.96 2135|2135.71 2136|2136.59 
2137|2137.74 2138|2138.56 2139|2139.1 2140|2140.23 2141|2141.93 2142|2142.64 
2143|2143.59 2144|2144.20 2145|2145.45 2146|2146.96 2147|2147.21 2148|2148.59 
2149|2149.83 2150|2150.51 2151|2151.58 2152|2152.49 2153|2153.4 2154|2154.71 
2155|2155.89 2156|2156.96 2157|2157.67 2158|2158.7 2159|2159.10 2160|2160.25 
2161|2161.80 2162|2162.89 2163|2163.32 2164|2164.16 2165|2165.22 2166|2166.14 
2167|2167.90 2168|2168.15 2169|2169.61 2170|2170.44 2171|2171.32 2172|2172.13 
2173|2173.95 2174|2174.66 2175|2175.68 2176|2176.66 2177|2177.19 2178|2178.72 
2179|2179.15 2180|2180.64 2181|2181.61 2182|2182.59 2183|2183.48 2184|2184.82 
2185|2185.83 2186|2186.45 2187|2187.14 2188|2188.39 2189|2189.65 2190|2190.82 
2191|2191.0 </str>
    <float name="score">2.0</float></doc>
  <doc>
    <str name="id">5</str>
    <int name="id_i">5</int>
    <float name="default_amount_f">11272.0</float>
    <str name="amounts_dpf">1|1.99 2|2.90 3|3.64 4|4.42 5|5.78 6|6.52 7|7.58 
8|8.74 9|9.14 10|10.25 11|11.44 12|12.85 13|13.54 14|14.94 15|15.30 16|16.40 
17|17.8 18|18.76 19|19.33 20|20.3 21|21.49 22|22.90 23|23.23 24|24.35 25|25.71 
26|26.55 27|27.48 28|28.32 29|29.74 30|30.20 31|31.12 32|32.16 33|33.1 34|34.35 
35|35.75 36|36.90 37|37.69 38|38.3 39|39.27 40|40.58 41|41.34 42|42.85 43|43.78 
44|44.56 45|45.54 46|46.37 47|47.31 48|48.5 49|49.32 50|50.11 51|51.13 52|52.40 
53|53.28 54|54.64 55|55.57 56|56.89 57|57.49 58|58.93 59|59.77 60|60.85 
61|61.98 62|62.61 63|63.84 64|64.48 65|65.88 66|66.13 67|67.63 68|68.77 
69|69.28 70|70.85 71|71.43 72|72.13 73|73.53 74|74.49 75|75.19 76|76.59 77|77.8 
78|78.96 79|79.80 80|80.65 81|81.54 82|82.24 83|83.75 84|84.15 85|85.41 
86|86.99 87|87.88 88|88.24 89|89.29 90|90.29 91|91.3 92|92.43 93|93.80 94|94.13 
95|95.19 96|96.22 97|97.22 98|98.41 99|99.63 100|100.45 101|101.82 102|102.88 
103|103.21 104|104.18 105|105.68 106|106.20 107|107.95 108|108.69 109|109.26 
110|110.50 111|111.61 112|112.94 113|113.92 114|114.93 115|115.20 116|116.82 
117|117.8 118|118.3 119|119.3 120|120.85 121|121.98 122|122.19 123|123.59 
124|124.72 125|125.99 126|126.32 127|127.74 128|128.89 129|129.73 130|130.9 
131|131.98 132|132.98 133|133.76 134|134.69 135|135.39 136|136.10 137|137.48 
138|138.51 139|139.72 140|140.98 141|141.7 142|142.90 143|143.40 144|144.5 
145|145.70 146|146.95 147|147.13 148|148.90 149|149.1 150|150.69 151|151.87 
152|152.80 153|153.18 154|154.92 155|155.61 156|156.47 157|157.17 158|158.11 
159|159.3 160|160.25 161|161.90 162|162.46 163|163.59 164|164.99 165|165.77 
166|166.65 167|167.58 168|168.64 169|169.42 170|170.32 171|171.11 172|172.0 
173|173.19 174|174.90 175|175.68 176|176.17 177|177.42 178|178.11 179|179.22 
180|180.90 181|181.17 182|182.11 183|183.7 184|184.69 185|185.30 186|186.8 
187|187.91 188|188.31 189|189.12 190|190.21 191|191.20 192|192.62 193|193.24 
194|194.47 195|195.56 196|196.44 197|197.23 198|198.48 199|199.99 200|200.69 
201|201.15 202|202.33 203|203.98 204|204.20 205|205.70 206|206.58 207|207.94 
208|208.84 209|209.74 210|210.19 211|211.96 212|212.99 213|213.38 214|214.45 
215|215.31 216|216.79 217|217.77 218|218.51 219|219.85 220|220.88 221|221.31 
222|2

[...truncated too long message...]

ionWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=11567, 
name=jetty-launcher-1904-thread-1-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Oct 29, 2017 2:52:29 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=11567, 
name=jetty-launcher-1904-thread-1-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 1075025 ERROR (jetty-launcher-1904-thread-1-EventThread) 
[n:127.0.0.1:46063_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>        at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Oct 29, 2017 2:52:29 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-US, 
timezone=America/Rio_Branco
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=216950736,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[DocExpirationUpdateProcessorFactoryTest, TestEmbeddedSolrServerConstructors, 
RankQueryTest, TestConfigSetsAPI, TestSolrCoreParser, UnloadDistributedZkTest, 
TestFieldCache, TestFileDictionaryLookup, TestFiltering, 
TestUnifiedSolrHighlighter, TestHdfsUpdateLog, TestLRUCache, 
TestStressUserVersions, TestSubQueryTransformerCrossCore, 
SubstringBytesRefFilterTest, TestSolrQueryResponse, SimplePostToolTest, 
TestCoreContainer, BJQParserTest, PreAnalyzedUpdateProcessorTest, 
SpellCheckCollatorWithCollapseTest, TestConfigReload, TestReqParamsAPI, 
TestClassicSimilarityFactory, DirectSolrConnectionTest, 
PKIAuthenticationIntegrationTest, HdfsRecoveryZkTest, 
TlogReplayBufferedWhileIndexingTest, HdfsBasicDistributedZkTest, 
TestQueryTypes, TestFunctionQuery, TestFieldCollectionResource, 
TestGraphTermsQParserPlugin, SpellPossibilityIteratorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestJsonRequest, LeaderElectionTest, 
TestTolerantSearch, TestTrie, TestHashPartitioner, PluginInfoTest, 
TestLMJelinekMercerSimilarityFactory, TestPullReplicaErrorHandling, 
TestGroupingSearch, TestSystemCollAutoCreate, TestPartialUpdateDeduplication, 
TestZkChroot, TestRandomCollapseQParserPlugin, TestDynamicLoading, 
SaslZkACLProviderTest, AliasIntegrationTest, DistribJoinFromCollectionTest, 
HdfsThreadLeakTest, CSVRequestHandlerTest, AlternateDirectoryTest, 
IndexSchemaTest, TestSolrXml, TestBulkSchemaConcurrent, CdcrUpdateLogTest, 
TestLegacyFieldCache, TestLegacyNumericRangeQueryBuilder, ReturnFieldsTest, 
OverseerModifyCollectionTest, BasicDistributedZk2Test, TestClusterProperties, 
ConfigSetsAPITest, JSONWriterTest, TestSystemIdResolver, RecoveryZkTest, 
TestNumericTokenStream, TestSolrCloudWithDelegationTokens, 
TestQuerySenderListener, CustomCollectionTest, TestFuzzyAnalyzedSuggestions, 
OverseerTest, TestLegacyFieldReuse, MoveReplicaTest, NodeLostTriggerTest, 
AutoscalingHistoryHandlerTest, UpdateLogTest, TestCSVResponseWriter, 
TestPolicyCloud, DocValuesNotIndexedTest, RestartWhileUpdatingTest, 
DistributedSpellCheckComponentTest, SimpleCollectionCreateDeleteTest, 
TestCollapseQParserPlugin, ScriptEngineTest, 
TestManagedSynonymGraphFilterFactory, TestCustomDocTransformer, 
DirectSolrSpellCheckerTest, OverseerTaskQueueTest, 
SolrCoreCheckLockOnStartupTest, CollectionReloadTest, 
AtomicUpdateProcessorFactoryTest, TestElisionMultitermQuery, 
LeaderElectionContextKeyTest, TestSolrDeletionPolicy2, 
TestLocalFSCloudBackupRestore, TestConfigsApi, TestCharFilters, 
TestCloudPseudoReturnFields, SolrIndexMetricsTest, SuggesterWFSTTest, 
TestCoreDiscovery, TestShortCircuitedRequests, FileBasedSpellCheckerTest, 
TestCustomSort, TestSQLHandlerNonCloud, SuggestComponentContextFilterQueryTest, 
TestDownShardTolerantSearch, TestSchemaManager, CursorMarkTest, 
TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=D44D5D8D26D6A81E 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-US 
-Dtests.timezone=America/Rio_Branco -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=11567, 
name=jetty-launcher-1904-thread-1-EventThread, state=TIMED_WAITING, 
group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D44D5D8D26D6A81E]:0)
   [junit4] Completed [264/745 (2!)] on J2 in 45.29s, 10 tests, 1 error, 1 
skipped <<< FAILURES!

[...truncated 48879 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to