3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tests = 1000000; $max = 5000001; for( $i = 1; $i <= $max; $i += 10000 ) { //create lookup array $array = array_fill( 0, $i, NULL ); //build test indexes $test_indexes = array(); for( $j = 0; $j < $tests; $j++ ) { $test_indexes[] = rand( 0, $i-1 ); } //benchmark array lookups $start = microtime( TRUE ); foreach( $test_indexes as $test_index ) { $value = $array[ $test_index ]; unset( $value ); } $stop = microtime( TRUE ); unset( $array, $test_indexes, $test_index ); printf( "%d,%1.15f\n", $i, $stop - $start ); //time per 1mil lookups unset( $stop, $start ); }
Output for 8.1.1
1,0.027189970016479 10001,0.028540134429932 20001,0.032055139541626 30001,0.030526876449585 40001,0.030271053314209 50001,0.031466007232666 60001,0.030749082565308 70001,0.031404018402100 80001,0.033571958541870 90001,0.031731128692627 100001,0.033378124237061 110001,0.033479928970337 120001,0.033445119857788 130001,0.040278911590576 140001,0.036849975585938 150001,0.038919210433960 160001,0.038142919540405
Process exited with code 137.
Output for 8.1.0
1,0.025738000869751 10001,0.027220964431763 20001,0.028954982757568 30001,0.029481887817383 40001,0.027581930160522 50001,0.030564069747925 60001,0.031425952911377 70001,0.032420158386230 80001,0.032376050949097 90001,0.032202005386353 100001,0.033104181289673 110001,0.036125183105469 120001,0.033602952957153 130001,0.033488988876343 140001,0.036485910415649 150001,0.054194927215576 160001,0.045786857604980
Process exited with code 137.
Output for 8.0.14
1,0.027787923812866 10001,0.029273033142090 20001,0.030256032943726 30001,0.031075000762939 40001,0.031368970870972 50001,0.032263040542603 60001,0.033475160598755 70001,0.032853126525879 80001,0.033300161361694 90001,0.033388853073120 100001,0.035118103027344 110001,0.036456108093262 120001,0.037648200988770 130001,0.037472963333130 140001,0.038177967071533 150001,0.038851022720337
Process exited with code 137.
Output for 8.0.13
1,0.027956962585449 10001,0.029225111007690 20001,0.030117034912109 30001,0.031114816665649 40001,0.031841039657593 50001,0.032727956771851 60001,0.038681983947754 70001,0.032885074615479 80001,0.033149003982544 90001,0.034627199172974 100001,0.034850120544434 110001,0.035691022872925 120001,0.036437034606934 130001,0.035101890563965 140001,0.036406993865967 150001,0.038695096969604
Process exited with code 137.
Output for 8.0.12
1,0.027962923049927 10001,0.029322862625122 20001,0.030090093612671 30001,0.030797958374023 40001,0.031737089157104 50001,0.032076835632324 60001,0.033288955688477 70001,0.032821178436279 80001,0.033295154571533 90001,0.034524202346802 100001,0.034584999084473 110001,0.035179138183594 120001,0.035707950592041 130001,0.035104036331177 140001,0.037320852279663 150001,0.039075136184692
Process exited with code 137.
Output for 8.0.11
1,0.027824163436890 10001,0.029170036315918 20001,0.030304908752441 30001,0.031005144119263 40001,0.031981945037842 50001,0.032324075698853 60001,0.033191919326782 70001,0.034568071365356 80001,0.034699916839600 90001,0.033968925476074 100001,0.034039020538330 110001,0.035980224609375 120001,0.036822795867920 130001,0.038283109664917 140001,0.038172960281372 150001,0.039449930191040
Process exited with code 137.
Output for 8.0.10
1,0.026900053024292 10001,0.028443098068237 20001,0.029384136199951 30001,0.030582904815674 40001,0.028877019882202 50001,0.023611068725586 60001,0.023492097854614 70001,0.024464130401611 80001,0.025288105010986 90001,0.024327993392944 100001,0.026535034179688 110001,0.024837017059326 120001,0.025057077407837 130001,0.025541067123413 140001,0.026386976242065 150001,0.027462005615234 160001,0.027112007141113 170001,0.029498100280762 180001,0.031003952026367 190001,0.036859035491943 200001,0.030940055847168
Process exited with code 137.
Output for 8.0.9
1,0.023177862167358 10001,0.022298812866211 20001,0.023544073104858 30001,0.028512001037598 40001,0.023457050323486 50001,0.024312019348145 60001,0.029317855834961 70001,0.024036169052124 80001,0.024339914321899 90001,0.024249076843262 100001,0.025193929672241 110001,0.024832963943481 120001,0.025862216949463 130001,0.025779008865356 140001,0.027015924453735 150001,0.026359796524048 160001,0.026546001434326 170001,0.028545141220093 180001,0.030061006546021 190001,0.033198118209839 200001,0.032278060913086 210001,0.035901784896851
Process exited with code 137.
Output for 8.0.8
1,0.021590948104858 10001,0.022279024124146 20001,0.022742986679077 30001,0.022942066192627 40001,0.023293018341064 50001,0.023654937744141 60001,0.024827003479004 70001,0.027050971984863 80001,0.024466037750244 90001,0.024444103240967 100001,0.024987936019897 110001,0.024872064590454 120001,0.025705099105835 130001,0.025685071945190 140001,0.028309822082520 150001,0.026804924011230 160001,0.029018163681030 170001,0.032404899597168 180001,0.027820110321045 190001,0.030312061309814 200001,0.030794858932495 210001,0.031859159469604
Process exited with code 137.
Output for 8.0.7
1,0.021541118621826 10001,0.022840023040771 20001,0.022643804550171 30001,0.022958040237427 40001,0.023346900939941 50001,0.023396015167236 60001,0.032353162765503 70001,0.032853126525879 80001,0.033288002014160 90001,0.033682823181152 100001,0.035058975219727 110001,0.035254001617432 120001,0.036010026931763 130001,0.040554046630859 140001,0.035825967788696 150001,0.036895036697388 160001,0.055496931076050 170001,0.046749114990234
Process exited with code 137.
Output for 8.0.6
1,0.028055906295776 10001,0.028998136520386 20001,0.030021905899048 30001,0.030691146850586 40001,0.031676054000854 50001,0.031837224960327 60001,0.032191991806030 70001,0.032617807388306 80001,0.032943964004517 90001,0.033529043197632 100001,0.042479038238525 110001,0.037443876266479 120001,0.038671970367432 130001,0.036468982696533 140001,0.039523839950562 150001,0.037350893020630 160001,0.041580915451050
Process exited with code 137.
Output for 8.0.5
1,0.027920961380005 10001,0.029140949249268 20001,0.029590129852295 30001,0.030656099319458 40001,0.031924009323120 50001,0.032176971435547 60001,0.032244920730591 70001,0.039909839630127 80001,0.034337997436523 90001,0.033821105957031 100001,0.035143136978149 110001,0.034278154373169 120001,0.036319971084595 130001,0.038944005966187 140001,0.035487174987793 150001,0.042665004730225
Process exited with code 137.
Output for 8.0.3
1,0.027447938919067 10001,0.029294013977051 20001,0.030807018280029 30001,0.031029939651489 40001,0.031822919845581 50001,0.032282829284668 60001,0.032984018325806 70001,0.024155855178833 80001,0.024147033691406 90001,0.029900074005127 100001,0.024935960769653 110001,0.026252031326294 120001,0.026102066040039 130001,0.025631904602051 140001,0.034687042236328 150001,0.039027214050293 160001,0.037118196487427 170001,0.027345180511475 180001,0.033522844314575
Process exited with code 137.
Output for 8.0.2
1,0.027168989181519 10001,0.022333145141602 20001,0.022971153259277 30001,0.025250911712646 40001,0.023127079010010 50001,0.023540019989014 60001,0.028928995132446 70001,0.034286975860596 80001,0.029132843017578 90001,0.024556159973145 100001,0.025701999664307 110001,0.035691022872925 120001,0.037715911865234 130001,0.027653932571411 140001,0.026041030883789 150001,0.037777900695801 160001,0.036691904067993 170001,0.041600942611694 180001,0.045337915420532
Process exited with code 137.
Output for 8.0.1
1,0.021677017211914 10001,0.024065971374512 20001,0.030184984207153 30001,0.028702020645142 40001,0.027305126190186 50001,0.023481845855713 60001,0.023730039596558 70001,0.023854017257690 80001,0.030742168426514 90001,0.024158000946045 100001,0.025157928466797 110001,0.025293111801147 120001,0.027444839477539 130001,0.031603097915649 140001,0.028536081314087 150001,0.042387962341309 160001,0.046703815460205 170001,0.041223049163818 180001,0.047769069671631
Process exited with code 137.
Output for 8.0.0
1,0.021686077117920 10001,0.022257804870605 20001,0.028433799743652 30001,0.031109809875488 40001,0.026623964309692 50001,0.023773908615112 60001,0.024493932723999 70001,0.024371147155762 80001,0.024381160736084 90001,0.028517961502075 100001,0.030894994735718 110001,0.028018951416016 120001,0.036679983139038 130001,0.038320064544678 140001,0.027272939682007 150001,0.033628225326538 160001,0.042624950408936 170001,0.049247980117798 180001,0.030798912048340
Process exited with code 137.
Output for 7.4.27
1,0.029524087905884 10001,0.029276132583618 20001,0.022874832153320 30001,0.023231029510498 40001,0.025032043457031 50001,0.031825065612793 60001,0.029444932937622 70001,0.024505138397217 80001,0.024537086486816 90001,0.032272100448608 100001,0.033338785171509 110001,0.025926113128662 120001,0.028343915939331 130001,0.037384033203125 140001,0.041014909744263 150001,0.037093162536621 160001,0.037207126617432 170001,0.040953874588013
Process exited with code 137.
Output for 7.4.26
1,0.025141954421997 10001,0.028912067413330 20001,0.025305986404419 30001,0.023182153701782 40001,0.025768041610718 50001,0.032060146331787 60001,0.032943964004517 70001,0.033711910247803 80001,0.031835079193115 90001,0.025061845779419 100001,0.024575948715210 110001,0.034428834915161 120001,0.034384012222290 130001,0.027645826339722 140001,0.029312133789062 150001,0.035882949829102 160001,0.042364835739136 170001,0.041729927062988
Process exited with code 137.
Output for 7.4.25
1,0.028318166732788 10001,0.029181003570557 20001,0.030102014541626 30001,0.031043052673340 40001,0.031193017959595 50001,0.031756877899170 60001,0.032330989837646 70001,0.032765865325928 80001,0.034500122070312 90001,0.033808946609497 100001,0.035994052886963 110001,0.034460783004761 120001,0.036605119705200 130001,0.039300203323364 140001,0.037931203842163
Process exited with code 137.
Output for 7.4.24
1,0.027667999267578 10001,0.029163122177124 20001,0.030203104019165 30001,0.030686855316162 40001,0.031599044799805 50001,0.031665086746216 60001,0.023817062377930 70001,0.023888826370239 80001,0.026722908020020 90001,0.026278018951416 100001,0.026098966598511 110001,0.033986091613770 120001,0.033393859863281 130001,0.025403022766113 140001,0.026506900787354 150001,0.040277004241943 160001,0.045181989669800 170001,0.028743028640747
Process exited with code 137.
Output for 7.4.23
1,0.026910066604614 10001,0.029029846191406 20001,0.024924039840698 30001,0.023190021514893 40001,0.023685932159424 50001,0.032130002975464 60001,0.032819986343384 70001,0.033197879791260 80001,0.031930923461914 90001,0.033029079437256 100001,0.032169818878174 110001,0.029685974121094 120001,0.026755809783936 130001,0.026313066482544 140001,0.025516033172607 150001,0.035326957702637 160001,0.030236959457397 170001,0.038968086242676
Process exited with code 137.
Output for 7.4.22
1,0.022385835647583 10001,0.028895854949951 20001,0.029080867767334 30001,0.027060031890869 40001,0.032006025314331 50001,0.023787975311279 60001,0.023763179779053 70001,0.026489019393921 80001,0.034209012985229 90001,0.032607078552246 100001,0.033496856689453 110001,0.027059078216553 120001,0.039802074432373 130001,0.032881021499634 140001,0.029885053634644 150001,0.038236141204834 160001,0.028832912445068 170001,0.037966966629028
Process exited with code 137.
Output for 7.4.21
1,0.022067785263062 10001,0.029109001159668 20001,0.030286073684692 30001,0.030684947967529 40001,0.029873847961426 50001,0.032749176025391 60001,0.028956890106201 70001,0.023973941802979 80001,0.024861097335815 90001,0.034456968307495 100001,0.034260988235474 110001,0.030854940414429 120001,0.025357007980347 130001,0.026648044586182 140001,0.025691986083984 150001,0.035217046737671 160001,0.031069040298462 170001,0.039600133895874
Process exited with code 137.
Output for 7.4.20
1,0.027318000793457 10001,0.029140949249268 20001,0.030364036560059 30001,0.030932903289795 40001,0.031538009643555 50001,0.032403945922852 60001,0.024059057235718 70001,0.024332046508789 80001,0.026592969894409 90001,0.026376962661743 100001,0.026112079620361 110001,0.026611089706421 120001,0.025388002395630 130001,0.026921987533569 140001,0.029561042785645 150001,0.034271955490112 160001,0.026674032211304 170001,0.033571004867554 180001,0.042482137680054
Process exited with code 137.
Output for 7.4.19
1,0.027086019515991 10001,0.029149055480957 20001,0.030335187911987 30001,0.031020879745483 40001,0.023272991180420 50001,0.023661851882935 60001,0.027580976486206 70001,0.034162998199463 80001,0.029752969741821 90001,0.027462959289551 100001,0.025537014007568 110001,0.053364038467407 120001,0.036689996719360 130001,0.025263071060181 140001,0.025721073150635 150001,0.037961006164551 160001,0.036845922470093 170001,0.042628049850464
Process exited with code 137.
Output for 7.4.18
1,0.027565956115723 10001,0.029132843017578 20001,0.029867172241211 30001,0.030587196350098 40001,0.031346082687378 50001,0.031688928604126 60001,0.032237052917480 70001,0.033838033676147 80001,0.032787084579468 90001,0.033746004104614 100001,0.035984039306641 110001,0.035328865051270 120001,0.036174774169922 130001,0.038780927658081 140001,0.038532972335815 150001,0.040690183639526
Process exited with code 137.
Output for 7.4.16
1,0.027277946472168 10001,0.022441864013672 20001,0.022709846496582 30001,0.024305820465088 40001,0.023231029510498 50001,0.023562192916870 60001,0.030695915222168 70001,0.034410953521729 80001,0.029629945755005 90001,0.036398887634277 100001,0.033061981201172 110001,0.043787002563477 120001,0.032948970794678 130001,0.025789976119995 140001,0.026196002960205 150001,0.040792942047119 160001,0.037150144577026 170001,0.041584968566895
Process exited with code 137.
Output for 7.4.15
1,0.026921033859253 10001,0.032593965530396 20001,0.030010223388672 30001,0.030906915664673 40001,0.031706094741821 50001,0.032311916351318 60001,0.032793045043945 70001,0.033501863479614 80001,0.033729076385498 90001,0.033338069915771 100001,0.034820079803467 110001,0.036586999893188 120001,0.034965038299561 130001,0.026413202285767 140001,0.029747962951660 150001,0.031277894973755 160001,0.029701948165894
Process exited with code 137.
Output for 7.4.14
1,0.022104024887085 10001,0.022871971130371 20001,0.022862195968628 30001,0.023074150085449 40001,0.023658990859985 50001,0.023445129394531 60001,0.024901866912842 70001,0.023876905441284 80001,0.024543046951294 90001,0.024692058563232 100001,0.027498006820679 110001,0.025581121444702 120001,0.025279998779297 130001,0.025940895080566 140001,0.030758142471313 150001,0.029189825057983 160001,0.026679992675781 170001,0.029759883880615 180001,0.043889999389648 190001,0.043467998504639 200001,0.043817996978760
Process exited with code 137.
Output for 7.4.13
1,0.027504920959473 10001,0.028824090957642 20001,0.029588937759399 30001,0.030411005020142 40001,0.031090021133423 50001,0.031293153762817 60001,0.032168865203857 70001,0.033301830291748 80001,0.032529115676880 90001,0.034251928329468 100001,0.033185005187988 110001,0.036311864852905 120001,0.034864902496338 130001,0.036203861236572 140001,0.036919832229614 150001,0.036876916885376 160001,0.039414167404175
Process exited with code 137.
Output for 7.4.12
1,0.026657104492188 10001,0.028331995010376 20001,0.029899835586548 30001,0.031078100204468 40001,0.032350063323975 50001,0.032346010208130 60001,0.032817840576172 70001,0.033877134323120 80001,0.033776044845581 90001,0.034355878829956 100001,0.033118963241577 110001,0.033388853073120 120001,0.033571004867554 130001,0.033655881881714 140001,0.026837825775146 150001,0.025918006896973 160001,0.026191949844360 170001,0.026133060455322
Process exited with code 137.
Output for 7.4.11
1,0.021998882293701 10001,0.022421836853027 20001,0.022630929946899 30001,0.022946119308472 40001,0.023251056671143 50001,0.023216009140015 60001,0.023567914962769 70001,0.023706912994385 80001,0.024199008941650 90001,0.024504184722900 100001,0.024848937988281 110001,0.024703979492188 120001,0.025804042816162 130001,0.025804996490479 140001,0.025646924972534 150001,0.025898933410645 160001,0.025833129882812 170001,0.026644945144653 180001,0.026335954666138 190001,0.027299165725708 200001,0.027621030807495 210001,0.028475999832153
Process exited with code 137.
Output for 7.4.10
1,0.022116899490356 10001,0.022380113601685 20001,0.022743940353394 30001,0.023159980773926 40001,0.023273944854736 50001,0.023393154144287 60001,0.023655891418457 70001,0.023704051971436 80001,0.023908138275146 90001,0.024399042129517 100001,0.025300025939941 110001,0.024816036224365 120001,0.026785850524902 130001,0.025441169738770 140001,0.025511980056763 150001,0.025723934173584 160001,0.026412963867188 170001,0.026229143142700 180001,0.026608943939209 190001,0.026608943939209 200001,0.035336971282959
Process exited with code 137.
Output for 7.4.9
1,0.022040128707886 10001,0.022263050079346 20001,0.022758960723877 30001,0.022914171218872 40001,0.023276805877686 50001,0.023263931274414 60001,0.023627996444702 70001,0.023936986923218 80001,0.023927211761475 90001,0.024384975433350 100001,0.024904966354370 110001,0.024718046188354 120001,0.024979114532471 130001,0.025416851043701 140001,0.025338172912598 150001,0.025861024856567 160001,0.025753021240234 170001,0.026635169982910 180001,0.026890039443970 190001,0.027188062667847 200001,0.027981042861938 210001,0.028079032897949 220001,0.028706073760986
Process exited with code 137.
Output for 7.4.8
1,0.027536153793335 10001,0.025994062423706 20001,0.022865056991577 30001,0.023007869720459 40001,0.023293972015381 50001,0.023450136184692 60001,0.023611068725586 70001,0.023780107498169 80001,0.024108886718750 90001,0.024212121963501 100001,0.024613857269287 110001,0.026540994644165 120001,0.024961948394775 130001,0.025326013565063 140001,0.025758028030396 150001,0.025925159454346 160001,0.027488946914673 170001,0.026946067810059 180001,0.026817083358765 190001,0.027315855026245 200001,0.028054952621460 210001,0.028132200241089
Process exited with code 137.
Output for 7.4.7
1,0.022331953048706 10001,0.022294998168945 20001,0.022747039794922 30001,0.022954940795898 40001,0.023124933242798 50001,0.023619174957275 60001,0.023740053176880 70001,0.023776054382324 80001,0.025962114334106 90001,0.024237155914307 100001,0.024659156799316 110001,0.027277946472168 120001,0.025090932846069 130001,0.025434970855713 140001,0.025531053543091 150001,0.025685071945190 160001,0.026144981384277 170001,0.026665925979614 180001,0.027297019958496 190001,0.030752897262573 200001,0.027223110198975 210001,0.028275012969971
Process exited with code 137.
Output for 7.4.6
1,0.021766185760498 10001,0.022244930267334 20001,0.022547006607056 30001,0.023153066635132 40001,0.023156881332397 50001,0.023339986801147 60001,0.023677825927734 70001,0.024141073226929 80001,0.024274110794067 90001,0.024424076080322 100001,0.024824857711792 110001,0.025208950042725 120001,0.025480985641479 130001,0.026928901672363 140001,0.025331974029541 150001,0.025827884674072 160001,0.026813030242920 170001,0.026304960250854 180001,0.026526927947998 190001,0.027287006378174 200001,0.027529954910278 210001,0.027947187423706
Process exited with code 137.
Output for 7.4.5
1,0.021805047988892 10001,0.022161006927490 20001,0.022654056549072 30001,0.022823095321655 40001,0.023210048675537 50001,0.023256063461304 60001,0.023533105850220 70001,0.023673057556152 80001,0.023876905441284 90001,0.024070978164673 100001,0.024399042129517 110001,0.024591922760010 120001,0.025634050369263 130001,0.025950908660889 140001,0.025583982467651 150001,0.025851964950562 160001,0.027111053466797 170001,0.026877880096436 180001,0.027124881744385 190001,0.027318954467773 200001,0.028540849685669 210001,0.028440952301025
Process exited with code 137.
Output for 7.4.4
1,0.021672010421753 10001,0.022351026535034 20001,0.022707939147949 30001,0.022814035415649 40001,0.023351907730103 50001,0.023287057876587 60001,0.023518085479736 70001,0.023825883865356 80001,0.024030208587646 90001,0.024191856384277 100001,0.024539232254028 110001,0.024698019027710 120001,0.024943828582764 130001,0.025003194808960 140001,0.025233983993530 150001,0.025596857070923 160001,0.025916814804077 170001,0.026350021362305 180001,0.026906967163086 190001,0.027124166488647 200001,0.035115003585815 210001,0.030483961105347
Process exited with code 137.
Output for 7.4.3
1,0.021647930145264 10001,0.022460937500000 20001,0.022706985473633 30001,0.023097991943359 40001,0.024221181869507 50001,0.023396968841553 60001,0.031945943832397 70001,0.024641036987305 80001,0.024148941040039 90001,0.024291038513184 100001,0.024609088897705 110001,0.024739027023315 120001,0.025096178054810 130001,0.025411128997803 140001,0.025583028793335 150001,0.025956153869629 160001,0.026042938232422 170001,0.031610965728760 180001,0.026925086975098 190001,0.027637004852295 200001,0.028892993927002 210001,0.028656005859375
Process exited with code 137.
Output for 7.4.2
1,0.021512031555176 10001,0.022250890731812 20001,0.022574901580811 30001,0.022874116897583 40001,0.023208856582642 50001,0.023352861404419 60001,0.023494005203247 70001,0.023820161819458 80001,0.023910045623779 90001,0.024255037307739 100001,0.024497985839844 110001,0.033613204956055 120001,0.025300025939941 130001,0.025340795516968 140001,0.025485992431641 150001,0.026115894317627 160001,0.025984048843384 170001,0.026366949081421 180001,0.027287006378174 190001,0.028548955917358 200001,0.028092861175537 210001,0.027981042861938
Process exited with code 137.
Output for 7.4.1
1,0.026415824890137 10001,0.022530078887939 20001,0.022660017013550 30001,0.022978067398071 40001,0.023125171661377 50001,0.023458003997803 60001,0.023606061935425 70001,0.023638010025024 80001,0.023994922637939 90001,0.024106025695801 100001,0.024652957916260 110001,0.024583101272583 120001,0.024867057800293 130001,0.025098800659180 140001,0.025270938873291 150001,0.033401012420654 160001,0.026134014129639 170001,0.026444911956787 180001,0.026557922363281 190001,0.027719020843506 200001,0.029207944869995 210001,0.028567075729370
Process exited with code 137.
Output for 7.4.0
1,0.021667957305908 10001,0.022171020507812 20001,0.022753000259399 30001,0.022960901260376 40001,0.022983074188232 50001,0.023270845413208 60001,0.023498058319092 70001,0.023703098297119 80001,0.026534080505371 90001,0.024240016937256 100001,0.024437904357910 110001,0.024693012237549 120001,0.025009155273438 130001,0.025088071823120 140001,0.027461051940918 150001,0.025855064392090 160001,0.026187896728516 170001,0.026124954223633 180001,0.026615858078003 190001,0.027822971343994 200001,0.030955076217651 210001,0.028304100036621
Process exited with code 137.
Output for 7.3.33
1,0.021703004837036 10001,0.022428989410400 20001,0.022727966308594 30001,0.023000955581665 40001,0.023324012756348 50001,0.023571014404297 60001,0.023746967315674 70001,0.023928165435791 80001,0.024133205413818 90001,0.024428129196167 100001,0.024838924407959 110001,0.024970054626465 120001,0.025175094604492 130001,0.025738954544067 140001,0.025922775268555 150001,0.025821208953857 160001,0.026374101638794 170001,0.026607990264893 180001,0.026937961578369 190001,0.027801990509033 200001,0.047677993774414
Process exited with code 137.
Output for 7.3.32
1,0.025614023208618 10001,0.025224924087524 20001,0.027836084365845 30001,0.027381896972656 40001,0.029155969619751 50001,0.029018163681030 60001,0.035387992858887 70001,0.030929088592529 80001,0.030316829681396 90001,0.032801151275635 100001,0.036624908447266 110001,0.032049179077148 120001,0.030093193054199 130001,0.038834810256958 140001,0.040810108184814 150001,0.042217969894409
Process exited with code 137.
Output for 7.3.31
1,0.023009777069092 10001,0.027873039245605 20001,0.026827096939087 30001,0.023158788681030 40001,0.023447990417480 50001,0.023633003234863 60001,0.023988008499146 70001,0.023901939392090 80001,0.024439811706543 90001,0.024864912033081 100001,0.024617910385132 110001,0.024929046630859 120001,0.025171995162964 130001,0.025604963302612 140001,0.025636911392212 150001,0.025914907455444 160001,0.026287078857422 170001,0.028961181640625 180001,0.026844978332520 190001,0.027364015579224 200001,0.028100967407227
Process exited with code 137.
Output for 7.3.30
1,0.021639108657837 10001,0.022602796554565 20001,0.022975921630859 30001,0.023042917251587 40001,0.023277997970581 50001,0.023427009582520 60001,0.024059057235718 70001,0.023992061614990 80001,0.026184082031250 90001,0.024443864822388 100001,0.024587154388428 110001,0.024829149246216 120001,0.025084018707275 130001,0.025566816329956 140001,0.025563001632690 150001,0.025870084762573 160001,0.026285171508789 170001,0.026985883712769 180001,0.027692079544067 190001,0.027303934097290 200001,0.029523134231567 210001,0.028158187866211
Process exited with code 137.
Output for 7.3.29
1,0.021652936935425 10001,0.022442102432251 20001,0.022804021835327 30001,0.023029804229736 40001,0.023290872573853 50001,0.023473024368286 60001,0.023922920227051 70001,0.024145126342773 80001,0.024239063262939 90001,0.024289846420288 100001,0.025629997253418 110001,0.024921894073486 120001,0.025223970413208 130001,0.025183916091919 140001,0.025567054748535 150001,0.025702953338623 160001,0.026016950607300 170001,0.026869058609009 180001,0.027657032012939 190001,0.027341842651367 200001,0.027779817581177 210001,0.028325080871582
Process exited with code 137.
Output for 7.3.28
1,0.021606206893921 10001,0.022449970245361 20001,0.022725820541382 30001,0.023126840591431 40001,0.023134946823120 50001,0.023444175720215 60001,0.023855924606323 70001,0.024183988571167 80001,0.024178028106689 90001,0.024307966232300 100001,0.026937007904053 110001,0.024930953979492 120001,0.025146007537842 130001,0.025210857391357 140001,0.025445938110352 150001,0.025776147842407 160001,0.026027202606201 170001,0.026488065719604 180001,0.028071880340576 190001,0.027549028396606 200001,0.027645826339722 210001,0.028434991836548
Process exited with code 137.
Output for 7.3.27
1,0.021641016006470 10001,0.022429943084717 20001,0.022742033004761 30001,0.023114204406738 40001,0.023293972015381 50001,0.023808002471924 60001,0.023720979690552 70001,0.024010896682739 80001,0.024061918258667 90001,0.024233102798462 100001,0.024663925170898 110001,0.024823904037476 120001,0.025442838668823 130001,0.025297164916992 140001,0.025403976440430 150001,0.026129961013794 160001,0.026065826416016 170001,0.026844024658203 180001,0.027075052261353 190001,0.038054943084717 200001,0.028114080429077 210001,0.028456926345825
Process exited with code 137.
Output for 7.3.26
1,0.022036790847778 10001,0.022853851318359 20001,0.023092031478882 30001,0.023723840713501 40001,0.025509119033813 50001,0.023847103118896 60001,0.026029825210571 70001,0.024462938308716 80001,0.024689912796021 90001,0.024957895278931 100001,0.024791002273560 110001,0.025079011917114 120001,0.025177955627441 130001,0.025553941726685 140001,0.025830984115601 150001,0.025949001312256 160001,0.026384115219116 170001,0.026579141616821 180001,0.027307987213135 190001,0.027288913726807 200001,0.028269052505493 210001,0.028429031372070
Process exited with code 137.
Output for 7.3.25
1,0.022115945816040 10001,0.022600889205933 20001,0.022731065750122 30001,0.023130893707275 40001,0.023274898529053 50001,0.023553133010864 60001,0.023730993270874 70001,0.024023056030273 80001,0.024564027786255 90001,0.024493217468262 100001,0.032024860382080 110001,0.025131940841675 120001,0.025268077850342 130001,0.025362014770508 140001,0.025403976440430 150001,0.025882005691528 160001,0.026246070861816 170001,0.026568174362183 180001,0.027364969253540 190001,0.027314901351929 200001,0.027645111083984
Process exited with code 137.
Output for 7.3.24
1,0.022941112518311 10001,0.022630929946899 20001,0.022768974304199 30001,0.023043155670166 40001,0.023316860198975 50001,0.023540019989014 60001,0.023665904998779 70001,0.023921012878418 80001,0.024219989776611 90001,0.024204015731812 100001,0.024540901184082 110001,0.024727106094360 120001,0.024821996688843 130001,0.025416851043701 140001,0.025489807128906 150001,0.025620937347412 160001,0.026140928268433 170001,0.026472091674805 180001,0.034606933593750 190001,0.028481960296631 200001,0.028190851211548 210001,0.028347969055176
Process exited with code 137.
Output for 7.3.23
1,0.021815061569214 10001,0.022547960281372 20001,0.022720098495483 30001,0.022905111312866 40001,0.023321151733398 50001,0.023677110671997 60001,0.023695945739746 70001,0.024432897567749 80001,0.024187088012695 90001,0.024386882781982 100001,0.024577856063843 110001,0.026362895965576 120001,0.025309801101685 130001,0.025337934494019 140001,0.025746107101440 150001,0.025856971740723 160001,0.026028156280518 170001,0.027577877044678 180001,0.027289867401123 190001,0.027878046035767 200001,0.028246879577637 210001,0.028217077255249
Process exited with code 137.
Output for 7.3.22
1,0.021653890609741 10001,0.022469043731689 20001,0.022902965545654 30001,0.023000955581665 40001,0.023314952850342 50001,0.023692131042480 60001,0.023725032806396 70001,0.023827075958252 80001,0.024129867553711 90001,0.024387121200562 100001,0.024619817733765 110001,0.024878978729248 120001,0.025043010711670 130001,0.025230169296265 140001,0.025429964065552 150001,0.026031017303467 160001,0.026453971862793 170001,0.026988029479980 180001,0.030421972274780 190001,0.027302026748657 200001,0.028070926666260 210001,0.028481006622314
Process exited with code 137.
Output for 7.3.21
1,0.021636962890625 10001,0.022361993789673 20001,0.022736072540283 30001,0.023042917251587 40001,0.023496866226196 50001,0.023640871047974 60001,0.023741960525513 70001,0.023893117904663 80001,0.024057149887085 90001,0.024237155914307 100001,0.024458885192871 110001,0.024875879287720 120001,0.024982929229736 130001,0.025125026702881 140001,0.025715112686157 150001,0.025902986526489 160001,0.026584863662720 170001,0.026431083679199 180001,0.026729822158813 190001,0.027109146118164 200001,0.027761936187744 210001,0.027972936630249
Process exited with code 137.
Output for 7.3.20
1,0.021665096282959 10001,0.022387027740479 20001,0.022985935211182 30001,0.022998809814453 40001,0.023340940475464 50001,0.023552179336548 60001,0.023658990859985 70001,0.023894071578979 80001,0.024103879928589 90001,0.024408102035522 100001,0.024679183959961 110001,0.025049924850464 120001,0.024970054626465 130001,0.025223016738892 140001,0.025382995605469 150001,0.026112079620361 160001,0.026067018508911 170001,0.026576995849609 180001,0.026983976364136 190001,0.027544975280762 200001,0.028129100799561 210001,0.029081106185913
Process exited with code 137.
Output for 7.3.19
1,0.021720170974731 10001,0.022449970245361 20001,0.022789001464844 30001,0.023151874542236 40001,0.023355007171631 50001,0.023672103881836 60001,0.023562908172607 70001,0.023859024047852 80001,0.024008989334106 90001,0.024311065673828 100001,0.024634122848511 110001,0.024768114089966 120001,0.025132894515991 130001,0.025268077850342 140001,0.025475025177002 150001,0.025817155838013 160001,0.026124954223633 170001,0.026391983032227 180001,0.026880025863647 190001,0.027972936630249 200001,0.035621166229248 210001,0.028403043746948
Process exited with code 137.
Output for 7.3.18
1,0.021716833114624 10001,0.022524118423462 20001,0.022794961929321 30001,0.023075819015503 40001,0.023306846618652 50001,0.023473978042603 60001,0.023818016052246 70001,0.024038076400757 80001,0.024255990982056 90001,0.024380922317505 100001,0.024613857269287 110001,0.024778127670288 120001,0.025089979171753 130001,0.025298118591309 140001,0.025710821151733 150001,0.025938034057617 160001,0.026725053787231 170001,0.026610851287842 180001,0.027140855789185 190001,0.027339935302734 200001,0.033617973327637 210001,0.028730154037476
Process exited with code 137.
Output for 7.3.17
1,0.021626949310303 10001,0.022384166717529 20001,0.022965192794800 30001,0.023211956024170 40001,0.023427009582520 50001,0.023576974868774 60001,0.023635149002075 70001,0.029847145080566 80001,0.024243116378784 90001,0.024213075637817 100001,0.024559020996094 110001,0.024865150451660 120001,0.025173902511597 130001,0.025296926498413 140001,0.025521039962769 150001,0.025841951370239 160001,0.026329994201660 170001,0.026859998703003 180001,0.027051925659180 190001,0.027269124984741 200001,0.027708053588867 210001,0.028114080429077
Process exited with code 137.
Output for 7.3.16
1,0.021660089492798 10001,0.022446155548096 20001,0.022976875305176 30001,0.023116111755371 40001,0.023216009140015 50001,0.023965835571289 60001,0.023696899414062 70001,0.023873090744019 80001,0.024112939834595 90001,0.024358034133911 100001,0.024447917938232 110001,0.024749040603638 120001,0.026022195816040 130001,0.025259017944336 140001,0.031501054763794 150001,0.026075124740601 160001,0.026119947433472 170001,0.026458978652954 180001,0.031198024749756 190001,0.027427196502686 200001,0.027796030044556 210001,0.035455942153931
Process exited with code 137.
Output for 7.3.15
1,0.025964975357056 10001,0.028961896896362 20001,0.026072025299072 30001,0.028085947036743 40001,0.028585195541382 50001,0.030848979949951 60001,0.028908967971802 70001,0.034990072250366 80001,0.032558917999268 90001,0.033804178237915 100001,0.037256956100464 110001,0.035685062408447 120001,0.037473917007446 130001,0.039640188217163 140001,0.037872076034546 150001,0.038445949554443
Process exited with code 137.
Output for 7.3.14
1,0.024212121963501 10001,0.027665138244629 20001,0.026813983917236 30001,0.023546934127808 40001,0.023701906204224 50001,0.023555994033813 60001,0.023736953735352 70001,0.024205923080444 80001,0.024269104003906 90001,0.024420022964478 100001,0.024631023406982 110001,0.025066852569580 120001,0.024923801422119 130001,0.025207042694092 140001,0.025562047958374 150001,0.026166915893555 160001,0.033560037612915 170001,0.030272960662842 180001,0.026959896087646 190001,0.028073072433472 200001,0.028101205825806
Process exited with code 137.
Output for 7.3.13
1,0.021703004837036 10001,0.022795915603638 20001,0.022987127304077 30001,0.023694038391113 40001,0.023571968078613 50001,0.023787021636963 60001,0.024181842803955 70001,0.024003982543945 80001,0.024592161178589 90001,0.024405956268311 100001,0.024666070938110 110001,0.025203943252563 120001,0.025355815887451 130001,0.025511026382446 140001,0.025914907455444 150001,0.026144027709961 160001,0.026241064071655 170001,0.026950120925903 180001,0.032314062118530 190001,0.028012990951538 200001,0.028411865234375 210001,0.028856039047241
Process exited with code 137.
Output for 7.3.12
1,0.021703004837036 10001,0.022495985031128 20001,0.024224996566772 30001,0.026326894760132 40001,0.023353815078735 50001,0.023618936538696 60001,0.023736953735352 70001,0.024260044097900 80001,0.024238109588623 90001,0.024367094039917 100001,0.024965047836304 110001,0.024915933609009 120001,0.025089025497437 130001,0.025258064270020 140001,0.025873899459839 150001,0.034385919570923 160001,0.026421070098877 170001,0.026620864868164 180001,0.027426004409790 190001,0.027485847473145 200001,0.028127908706665 210001,0.029226064682007
Process exited with code 137.
Output for 7.3.11
1,0.021650075912476 10001,0.022538900375366 20001,0.022993087768555 30001,0.023316860198975 40001,0.023473024368286 50001,0.023613214492798 60001,0.023962020874023 70001,0.024135112762451 80001,0.024474859237671 90001,0.024881124496460 100001,0.024833917617798 110001,0.024848937988281 120001,0.025322914123535 130001,0.025388002395630 140001,0.025767087936401 150001,0.028719902038574 160001,0.029057979583740 170001,0.026567935943604 180001,0.026828050613403 190001,0.027716159820557 200001,0.028362035751343 210001,0.028774023056030
Process exited with code 137.
Output for 7.3.10
1,0.021649122238159 10001,0.022683858871460 20001,0.022758960723877 30001,0.023211002349854 40001,0.023417949676514 50001,0.023592948913574 60001,0.023759841918945 70001,0.024116039276123 80001,0.024647951126099 90001,0.024505138397217 100001,0.024592876434326 110001,0.024935007095337 120001,0.025161027908325 130001,0.025454998016357 140001,0.025763988494873 150001,0.025856971740723 160001,0.027706861495972 170001,0.026594877243042 180001,0.029365062713623 190001,0.027803897857666 200001,0.028258085250854 210001,0.029028177261353
Process exited with code 137.
Output for 7.3.9
1,0.021913051605225 10001,0.022579193115234 20001,0.023139953613281 30001,0.023368120193481 40001,0.023494005203247 50001,0.023617029190063 60001,0.024615049362183 70001,0.024169921875000 80001,0.024558067321777 90001,0.024479866027832 100001,0.024674892425537 110001,0.025156021118164 120001,0.025496959686279 130001,0.025465011596680 140001,0.032052993774414 150001,0.026286125183105 160001,0.026195049285889 170001,0.026812076568604 180001,0.027213811874390 190001,0.027549982070923 200001,0.028496980667114
Process exited with code 137.
Output for 7.3.8
1,0.022011995315552 10001,0.022636890411377 20001,0.022821903228760 30001,0.023245811462402 40001,0.023475170135498 50001,0.023748159408569 60001,0.023908138275146 70001,0.024098157882690 80001,0.024330139160156 90001,0.024420022964478 100001,0.024886131286621 110001,0.025319099426270 120001,0.025202035903931 130001,0.027359962463379 140001,0.025799989700317 150001,0.026076078414917 160001,0.026423931121826 170001,0.026969909667969 180001,0.026865959167480 190001,0.027609825134277 200001,0.027911901473999 210001,0.029612064361572
Process exited with code 137.
Output for 7.3.7
1,0.021820068359375 10001,0.022562980651855 20001,0.022764921188354 30001,0.023485898971558 40001,0.023571014404297 50001,0.023463964462280 60001,0.023774862289429 70001,0.023943901062012 80001,0.024663925170898 90001,0.024507999420166 100001,0.024733066558838 110001,0.024880886077881 120001,0.025172948837280 130001,0.025413036346436 140001,0.025632858276367 150001,0.026124000549316 160001,0.026112794876099 170001,0.026898860931396 180001,0.027354955673218 190001,0.027120828628540 200001,0.027861118316650 210001,0.045460939407349
Process exited with code 137.
Output for 7.3.6
1,0.022207021713257 10001,0.022496938705444 20001,0.023456096649170 30001,0.023516893386841 40001,0.023962020874023 50001,0.023584127426147 60001,0.024223089218140 70001,0.030216932296753 80001,0.024150133132935 90001,0.024863958358765 100001,0.025052070617676 110001,0.025334119796753 120001,0.025276899337769 130001,0.028342008590698 140001,0.025798082351685 150001,0.026234865188599 160001,0.026785135269165 170001,0.027299880981445 180001,0.027222871780396 190001,0.028375864028931 200001,0.033174991607666
Process exited with code 137.
Output for 7.3.5
1,0.021612167358398 10001,0.023573875427246 20001,0.022901058197021 30001,0.023246049880981 40001,0.023337125778198 50001,0.027844905853271 60001,0.023950099945068 70001,0.024291992187500 80001,0.024252891540527 90001,0.024488925933838 100001,0.024889945983887 110001,0.025250196456909 120001,0.026557922363281 130001,0.030169963836670 140001,0.027207136154175 150001,0.026246070861816 160001,0.026173114776611 170001,0.026621818542480 180001,0.027193069458008 190001,0.027729988098145 200001,0.028257131576538 210001,0.028640031814575
Process exited with code 137.
Output for 7.3.4
1,0.021831035614014 10001,0.022649049758911 20001,0.022758960723877 30001,0.023103952407837 40001,0.023344993591309 50001,0.024070978164673 60001,0.023972988128662 70001,0.024011850357056 80001,0.024320840835571 90001,0.024551153182983 100001,0.024761915206909 110001,0.025156021118164 120001,0.025224924087524 130001,0.025873899459839 140001,0.025969982147217 150001,0.026321887969971 160001,0.026563882827759 170001,0.027370929718018 180001,0.027431011199951 190001,0.041908025741577 200001,0.040602922439575 210001,0.029114961624146
Process exited with code 137.
Output for 7.3.3
1,0.021682977676392 10001,0.022473812103271 20001,0.022661924362183 30001,0.023313045501709 40001,0.023555994033813 50001,0.023543119430542 60001,0.023835897445679 70001,0.024209022521973 80001,0.024332046508789 90001,0.024400949478149 100001,0.024723052978516 110001,0.025118827819824 120001,0.025277853012085 130001,0.026200056076050 140001,0.025804996490479 150001,0.031592130661011 160001,0.027496099472046 170001,0.026643037796021 180001,0.027197837829590 190001,0.027579069137573 200001,0.028147935867310 210001,0.028539180755615
Process exited with code 137.
Output for 7.3.2
1,0.021775007247925 10001,0.022363901138306 20001,0.022670984268188 30001,0.028681993484497 40001,0.023011922836304 50001,0.023679018020630 60001,0.023400068283081 70001,0.023677825927734 80001,0.023813962936401 90001,0.024472951889038 100001,0.024230957031250 110001,0.024407863616943 120001,0.024779796600342 130001,0.025008916854858 140001,0.026221036911011 150001,0.026066064834595 160001,0.030501842498779 170001,0.025784015655518 180001,0.026472091674805 190001,0.026067972183228 200001,0.028096914291382 210001,0.026548862457275 220001,0.026862144470215 230001,0.034823894500732 240001,0.027638912200928
Process exited with code 137.
Output for 7.3.1
1,0.021633148193359 10001,0.022166967391968 20001,0.022718906402588 30001,0.023046970367432 40001,0.023064136505127 50001,0.023246049880981 60001,0.023462057113647 70001,0.023600101470947 80001,0.023818969726562 90001,0.024200916290283 100001,0.024273872375488 110001,0.024450063705444 120001,0.024589061737061 130001,0.024924993515015 140001,0.025175809860229 150001,0.025223016738892 160001,0.025696039199829 170001,0.025715112686157 180001,0.026296138763428 190001,0.026190042495728 200001,0.026386976242065 210001,0.027044057846069 220001,0.035336971282959 230001,0.027537107467651 240001,0.027781963348389 250001,0.028155088424683
Process exited with code 137.
Output for 7.3.0
1,0.021692991256714 10001,0.022339105606079 20001,0.022765874862671 30001,0.023010969161987 40001,0.023106098175049 50001,0.023506164550781 60001,0.023607015609741 70001,0.023882150650024 80001,0.023802995681763 90001,0.025267124176025 100001,0.024360179901123 110001,0.024343013763428 120001,0.025006055831909 130001,0.024919986724854 140001,0.025056123733521 150001,0.025516986846924 160001,0.025613069534302 170001,0.025768041610718 180001,0.026059150695801 190001,0.026363134384155 200001,0.026532173156738 210001,0.026791095733643 220001,0.027235031127930 230001,0.027462005615234 240001,0.027813911437988 250001,0.030953168869019
Process exited with code 137.
Output for 7.2.34
1,0.021790027618408 10001,0.022696018218994 20001,0.023268938064575 30001,0.023741006851196 40001,0.023908138275146 50001,0.024175167083740 60001,0.024357080459595 70001,0.024419069290161 80001,0.024852037429810 90001,0.024785995483398 100001,0.030958175659180 110001,0.025293111801147 120001,0.025697946548462 130001,0.025717973709106 140001,0.026128053665161 150001,0.026301860809326 160001,0.026604175567627 170001,0.027018070220947 180001,0.027782917022705 190001,0.028129816055298 200001,0.030910968780518
Process exited with code 137.
Output for 7.2.33
1,0.021996974945068 10001,0.022726058959961 20001,0.023205995559692 30001,0.023743867874146 40001,0.024316072463989 50001,0.024526834487915 60001,0.024123907089233 70001,0.027023077011108 80001,0.024878978729248 90001,0.024826049804688 100001,0.025378942489624 110001,0.025458097457886 120001,0.025831937789917 130001,0.025698900222778 140001,0.026183843612671 150001,0.026777029037476 160001,0.027267932891846 170001,0.029730081558228 180001,0.028454065322876 190001,0.028374910354614 200001,0.029149055480957
Process exited with code 137.
Output for 7.2.32
1,0.022108078002930 10001,0.022978067398071 20001,0.023430824279785 30001,0.024530172348022 40001,0.024020910263062 50001,0.024091958999634 60001,0.024384975433350 70001,0.024673938751221 80001,0.024816989898682 90001,0.026788949966431 100001,0.025485038757324 110001,0.025382041931152 120001,0.025746107101440 130001,0.026079893112183 140001,0.026510000228882 150001,0.026788949966431 160001,0.029855966567993 170001,0.026933908462524 180001,0.028079032897949 190001,0.028105020523071 200001,0.030336141586304
Process exited with code 137.
Output for 7.2.31
1,0.022085905075073 10001,0.022935152053833 20001,0.026288986206055 30001,0.023569107055664 40001,0.026252985000610 50001,0.023987054824829 60001,0.024308204650879 70001,0.024327039718628 80001,0.024616003036499 90001,0.025243043899536 100001,0.025039911270142 110001,0.030303955078125 120001,0.025528907775879 130001,0.029798030853271 140001,0.026170015335083 150001,0.026715993881226 160001,0.026714086532593 170001,0.027300119400024 180001,0.027914047241211 190001,0.027806997299194 200001,0.028459072113037
Process exited with code 137.
Output for 7.2.30
1,0.022794961929321 10001,0.022813081741333 20001,0.023337125778198 30001,0.026601076126099 40001,0.024335861206055 50001,0.024127960205078 60001,0.024374008178711 70001,0.024477005004883 80001,0.027980804443359 90001,0.028824090957642 100001,0.025640964508057 110001,0.025480985641479 120001,0.028303146362305 130001,0.026700973510742 140001,0.027516126632690 150001,0.026527166366577 160001,0.036717891693115 170001,0.027532100677490 180001,0.027801036834717 190001,0.028011083602905 200001,0.028623819351196
Process exited with code 137.
Output for 7.2.29
1,0.021995067596436 10001,0.022873878479004 20001,0.023447990417480 30001,0.023729085922241 40001,0.023864984512329 50001,0.024219989776611 60001,0.024729967117310 70001,0.024731159210205 80001,0.024764060974121 90001,0.025384902954102 100001,0.025357007980347 110001,0.025511980056763 120001,0.026903152465820 130001,0.027103900909424 140001,0.026403188705444 150001,0.029385089874268 160001,0.027343988418579 170001,0.027450799942017 180001,0.027730941772461 190001,0.028650999069214 200001,0.028765916824341
Process exited with code 137.
Output for 7.2.28
1,0.022000074386597 10001,0.022958993911743 20001,0.023298978805542 30001,0.023565053939819 40001,0.024077892303467 50001,0.023962974548340 60001,0.024559020996094 70001,0.024864196777344 80001,0.024765968322754 90001,0.025104999542236 100001,0.025632858276367 110001,0.025469064712524 120001,0.025748014450073 130001,0.027475118637085 140001,0.027341127395630 150001,0.026485919952393 160001,0.035604953765869 170001,0.028654813766479 180001,0.027733087539673 190001,0.034010887145996 200001,0.028501987457275
Process exited with code 137.
Output for 7.2.27
1,0.022156953811646 10001,0.022875070571899 20001,0.023370981216431 30001,0.027328014373779 40001,0.024178028106689 50001,0.024045944213867 60001,0.024444103240967 70001,0.025388956069946 80001,0.025911092758179 90001,0.025082826614380 100001,0.025349855422974 110001,0.025255918502808 120001,0.025679111480713 130001,0.025969982147217 140001,0.031698942184448 150001,0.026584863662720 160001,0.026988983154297 170001,0.027482986450195 180001,0.027931928634644 190001,0.028244018554688 200001,0.029120922088623
Process exited with code 137.
Output for 7.2.26
1,0.021975994110107 10001,0.022768020629883 20001,0.023301124572754 30001,0.023499011993408 40001,0.024584054946899 50001,0.024155855178833 60001,0.024199008941650 70001,0.028404951095581 80001,0.024766921997070 90001,0.024865865707397 100001,0.025423049926758 110001,0.025665998458862 120001,0.026676177978516 130001,0.025853872299194 140001,0.026105165481567 150001,0.026368141174316 160001,0.026885986328125 170001,0.027633190155029 180001,0.027482032775879 190001,0.027899026870728 200001,0.028759956359863
Process exited with code 137.
Output for 7.2.25
1,0.021862983703613 10001,0.022911071777344 20001,0.023236989974976 30001,0.023515939712524 40001,0.023926973342896 50001,0.023993015289307 60001,0.024276018142700 70001,0.024436950683594 80001,0.024934053421021 90001,0.025276899337769 100001,0.025167942047119 110001,0.025709152221680 120001,0.025596857070923 130001,0.025861978530884 140001,0.026374101638794 150001,0.026534080505371 160001,0.026845932006836 170001,0.027116060256958 180001,0.028063058853149 190001,0.029083967208862 200001,0.029129028320312
Process exited with code 137.
Output for 7.2.24
1,0.021979093551636 10001,0.022926092147827 20001,0.023221015930176 30001,0.023493051528931 40001,0.023922920227051 50001,0.023924827575684 60001,0.024127006530762 70001,0.024459123611450 80001,0.024657964706421 90001,0.024909973144531 100001,0.025227069854736 110001,0.025326967239380 120001,0.025665044784546 130001,0.026118040084839 140001,0.026141166687012 150001,0.026767969131470 160001,0.027767181396484 170001,0.027023792266846 180001,0.027702093124390 190001,0.027940034866333 200001,0.028396844863892
Process exited with code 137.
Output for 7.2.23
1,0.022006034851074 10001,0.022992134094238 20001,0.023240089416504 30001,0.023478984832764 40001,0.023983955383301 50001,0.024174928665161 60001,0.024461030960083 70001,0.024588108062744 80001,0.024830102920532 90001,0.024966001510620 100001,0.025038957595825 110001,0.025458097457886 120001,0.025615930557251 130001,0.025861024856567 140001,0.026226997375488 150001,0.026512145996094 160001,0.026911020278931 170001,0.027314901351929 180001,0.027489900588989 190001,0.028429985046387 200001,0.028708934783936
Process exited with code 137.
Output for 7.2.22
1,0.021805047988892 10001,0.022742986679077 20001,0.023160219192505 30001,0.023543834686279 40001,0.023881912231445 50001,0.024035930633545 60001,0.024202108383179 70001,0.024506092071533 80001,0.024782896041870 90001,0.025576114654541 100001,0.025848865509033 110001,0.025391817092896 120001,0.025582075119019 130001,0.026103019714355 140001,0.026127815246582 150001,0.026949882507324 160001,0.026639938354492 170001,0.027256011962891 180001,0.028380155563354 190001,0.029308795928955 200001,0.047080039978027
Process exited with code 137.
Output for 7.2.21
1,0.022356986999512 10001,0.022881984710693 20001,0.023316144943237 30001,0.023722887039185 40001,0.023870944976807 50001,0.024092912673950 60001,0.024260044097900 70001,0.024415016174316 80001,0.024625778198242 90001,0.024896144866943 100001,0.025141000747681 110001,0.025501966476440 120001,0.025707960128784 130001,0.026266098022461 140001,0.026773929595947 150001,0.032217025756836 160001,0.027377128601074 170001,0.028200864791870 180001,0.027541160583496 190001,0.028300046920776 200001,0.029718875885010
Process exited with code 137.
Output for 7.2.20
1,0.021950960159302 10001,0.022785902023315 20001,0.027504205703735 30001,0.023731946945190 40001,0.023890972137451 50001,0.024158000946045 60001,0.024725914001465 70001,0.024964094161987 80001,0.024686098098755 90001,0.024831056594849 100001,0.025005102157593 110001,0.025375843048096 120001,0.030482053756714 130001,0.025839090347290 140001,0.026337862014771 150001,0.026561021804810 160001,0.026719093322754 170001,0.027185916900635 180001,0.040791988372803 190001,0.028000831604004
Process exited with code 137.
Output for 7.2.19
1,0.022178888320923 10001,0.025301933288574 20001,0.023359060287476 30001,0.023779153823853 40001,0.023972034454346 50001,0.023978948593140 60001,0.024177074432373 70001,0.024430990219116 80001,0.024654150009155 90001,0.024923086166382 100001,0.026885986328125 110001,0.025418996810913 120001,0.028386831283569 130001,0.025799036026001 140001,0.026638031005859 150001,0.026522159576416 160001,0.027158021926880 170001,0.027114152908325 180001,0.027661085128784 190001,0.028156995773315 200001,0.028560876846313
Process exited with code 137.
Output for 7.2.18
1,0.022004127502441 10001,0.023010969161987 20001,0.023182868957520 30001,0.023622989654541 40001,0.024066925048828 50001,0.023988008499146 60001,0.024276971817017 70001,0.024682998657227 80001,0.024748086929321 90001,0.024909019470215 100001,0.025058984756470 110001,0.026002883911133 120001,0.025599956512451 130001,0.026005029678345 140001,0.026118040084839 150001,0.026465177536011 160001,0.026931047439575 170001,0.027010917663574 180001,0.027556896209717 190001,0.029903888702393 200001,0.028498888015747
Process exited with code 137.
Output for 7.2.17
1,0.021983861923218 10001,0.022716999053955 20001,0.023232221603394 30001,0.023522138595581 40001,0.024226903915405 50001,0.024144887924194 60001,0.024167060852051 70001,0.024394989013672 80001,0.024907112121582 90001,0.025988101959229 100001,0.025121212005615 110001,0.025640010833740 120001,0.025558948516846 130001,0.027373075485229 140001,0.026262044906616 150001,0.026741027832031 160001,0.026835918426514 170001,0.027038097381592 180001,0.028353214263916 190001,0.028177976608276 200001,0.028413057327271
Process exited with code 137.
Output for 7.2.16
1,0.021898984909058 10001,0.022814989089966 20001,0.023362159729004 30001,0.023571968078613 40001,0.023988962173462 50001,0.024003028869629 60001,0.024196863174438 70001,0.024405956268311 80001,0.024644136428833 90001,0.024760007858276 100001,0.025218009948730 110001,0.025517940521240 120001,0.025503158569336 130001,0.026388883590698 140001,0.026358127593994 150001,0.026443004608154 160001,0.026906967163086 170001,0.029780864715576 180001,0.033118963241577 190001,0.034664154052734 200001,0.028653144836426
Process exited with code 137.
Output for 7.2.15
1,0.021781206130981 10001,0.022840023040771 20001,0.022966861724854 30001,0.023229837417603 40001,0.023634910583496 50001,0.023984909057617 60001,0.024024009704590 70001,0.024111032485962 80001,0.024367094039917 90001,0.024466991424561 100001,0.024559974670410 110001,0.024829864501953 120001,0.025476932525635 130001,0.025363922119141 140001,0.025519847869873 150001,0.026077032089233 160001,0.025900125503540 170001,0.026087999343872 180001,0.026645898818970 190001,0.026544094085693 200001,0.026857852935791 210001,0.027156114578247 220001,0.027722120285034 230001,0.028213024139404 240001,0.028143882751465
Process exited with code 137.
Output for 7.2.14
1,0.021752834320068 10001,0.022758960723877 20001,0.023086786270142 30001,0.026044130325317 40001,0.023474931716919 50001,0.023880958557129 60001,0.023895025253296 70001,0.024103164672852 80001,0.024320840835571 90001,0.024471998214722 100001,0.024716854095459 110001,0.025000095367432 120001,0.025372028350830 130001,0.025404930114746 140001,0.025692939758301 150001,0.025722026824951 160001,0.029229879379272 170001,0.026247978210449 180001,0.026463985443115 190001,0.026753902435303 200001,0.031276941299438 210001,0.028310060501099 220001,0.027440786361694 230001,0.027863025665283 240001,0.029752969741821
Process exited with code 137.
Output for 7.2.13
1,0.021960973739624 10001,0.022673130035400 20001,0.023183107376099 30001,0.023283958435059 40001,0.023621082305908 50001,0.023756027221680 60001,0.023775100708008 70001,0.024091958999634 80001,0.025120973587036 90001,0.024535179138184 100001,0.024654150009155 110001,0.024882078170776 120001,0.025372028350830 130001,0.025307178497314 140001,0.026113033294678 150001,0.025777101516724 160001,0.025911092758179 170001,0.026604890823364 180001,0.026636123657227 190001,0.026747941970825 200001,0.027032136917114 210001,0.027179956436157 220001,0.027716159820557 230001,0.027695178985596 240001,0.028096914291382
Process exited with code 137.
Output for 7.2.12
1,0.021937847137451 10001,0.022690057754517 20001,0.023116827011108 30001,0.023210048675537 40001,0.023792982101440 50001,0.023803949356079 60001,0.023800134658813 70001,0.024216175079346 80001,0.024305820465088 90001,0.024583101272583 100001,0.024887084960938 110001,0.024950981140137 120001,0.025129079818726 130001,0.026481151580811 140001,0.025580883026123 150001,0.025712966918945 160001,0.026097059249878 170001,0.026586055755615 180001,0.026649951934814 190001,0.028687000274658 200001,0.026927947998047 210001,0.027131080627441 220001,0.027678012847900 230001,0.027734994888306 240001,0.028280019760132
Process exited with code 137.
Output for 7.2.11
1,0.022050857543945 10001,0.022707939147949 20001,0.023169994354248 30001,0.023398876190186 40001,0.023576021194458 50001,0.023827075958252 60001,0.025834798812866 70001,0.024128913879395 80001,0.024250984191895 90001,0.024681806564331 100001,0.024674892425537 110001,0.025010824203491 120001,0.025366783142090 130001,0.025588989257812 140001,0.025794982910156 150001,0.025788068771362 160001,0.029173851013184 170001,0.026211977005005 180001,0.026796102523804 190001,0.026994943618774 200001,0.027183055877686 210001,0.027790784835815 220001,0.027597904205322 230001,0.027953147888184 240001,0.028431892395020
Process exited with code 137.
Output for 7.2.10
1,0.021930932998657 10001,0.022863864898682 20001,0.023472070693970 30001,0.023329973220825 40001,0.023505926132202 50001,0.023736000061035 60001,0.024067878723145 70001,0.024084806442261 80001,0.024986982345581 90001,0.024475097656250 100001,0.024731874465942 110001,0.024997949600220 120001,0.025027990341187 130001,0.025302886962891 140001,0.025597095489502 150001,0.025681018829346 160001,0.026133060455322 170001,0.026298046112061 180001,0.026587963104248 190001,0.026737928390503 200001,0.034955978393555 210001,0.027440071105957 220001,0.034783124923706 230001,0.028092861175537 240001,0.028763055801392
Process exited with code 137.
Output for 7.2.9
1,0.021787881851196 10001,0.022635936737061 20001,0.022905111312866 30001,0.023240089416504 40001,0.023359060287476 50001,0.023906946182251 60001,0.023764133453369 70001,0.024212121963501 80001,0.024207830429077 90001,0.024553060531616 100001,0.024645090103149 110001,0.024806976318359 120001,0.024961948394775 130001,0.025385141372681 140001,0.025563001632690 150001,0.025668144226074 160001,0.025923013687134 170001,0.025987863540649 180001,0.026296854019165 190001,0.026494979858398 200001,0.026887893676758 210001,0.027114868164062 220001,0.027437925338745 230001,0.034877061843872 240001,0.027934074401855
Process exited with code 137.
Output for 7.2.8
1,0.021975040435791 10001,0.022661924362183 20001,0.023059129714966 30001,0.023176193237305 40001,0.023601055145264 50001,0.024420022964478 60001,0.024060010910034 70001,0.024161815643311 80001,0.024795055389404 90001,0.024667978286743 100001,0.024636030197144 110001,0.024846076965332 120001,0.025008201599121 130001,0.025384187698364 140001,0.025507926940918 150001,0.025969982147217 160001,0.026284933090210 170001,0.026055097579956 180001,0.026760101318359 190001,0.027097940444946 200001,0.027076005935669 210001,0.027202129364014 220001,0.033046007156372 230001,0.027700901031494 240001,0.028545856475830
Process exited with code 137.
Output for 7.2.7
1,0.022100925445557 10001,0.022721052169800 20001,0.023090839385986 30001,0.023262023925781 40001,0.023506879806519 50001,0.023662090301514 60001,0.023862838745117 70001,0.024074077606201 80001,0.024322986602783 90001,0.024624824523926 100001,0.024641990661621 110001,0.024982929229736 120001,0.025233030319214 130001,0.025237083435059 140001,0.025722980499268 150001,0.025763988494873 160001,0.026290893554688 170001,0.029720067977905 180001,0.026461839675903 190001,0.026657104492188 200001,0.026875972747803 210001,0.027244091033936 220001,0.030441045761108 230001,0.027881145477295 240001,0.028403997421265
Process exited with code 137.
Output for 7.2.6
1,0.021834850311279 10001,0.022716999053955 20001,0.023189067840576 30001,0.023252010345459 40001,0.023460149765015 50001,0.023828029632568 60001,0.023953914642334 70001,0.024059057235718 80001,0.027753829956055 90001,0.024594068527222 100001,0.024654865264893 110001,0.025027990341187 120001,0.025087833404541 130001,0.025274991989136 140001,0.025447845458984 150001,0.025856018066406 160001,0.026048898696899 170001,0.026281833648682 180001,0.027328014373779 190001,0.026667118072510 200001,0.027056932449341 210001,0.027225017547607 220001,0.027757167816162 230001,0.027937889099121 240001,0.028244972229004
Process exited with code 137.
Output for 7.2.5
1,0.021872997283936 10001,0.022720098495483 20001,0.023412942886353 30001,0.023378133773804 40001,0.023455858230591 50001,0.023766040802002 60001,0.023984909057617 70001,0.027456045150757 80001,0.024605035781860 90001,0.024642944335938 100001,0.024769067764282 110001,0.024991035461426 120001,0.025116920471191 130001,0.025299072265625 140001,0.025547027587891 150001,0.025952100753784 160001,0.026235103607178 170001,0.026271820068359 180001,0.026571989059448 190001,0.026740074157715 200001,0.026774168014526 210001,0.027311086654663 220001,0.027471065521240 230001,0.027986049652100
Process exited with code 137.
Output for 7.2.4
1,0.022132873535156 10001,0.023937940597534 20001,0.024981021881104 30001,0.023294925689697 40001,0.023547172546387 50001,0.023746013641357 60001,0.023954868316650 70001,0.024103164672852 80001,0.027402877807617 90001,0.024516820907593 100001,0.024868965148926 110001,0.024911880493164 120001,0.025934934616089 130001,0.025294065475464 140001,0.030464887619019 150001,0.025773048400879 160001,0.026028156280518 170001,0.027382135391235 180001,0.026583909988403 190001,0.027151107788086 200001,0.027002096176147 210001,0.027885913848877 220001,0.027817964553833 230001,0.029520988464355 240001,0.028562068939209
Process exited with code 137.
Output for 7.2.3
1,0.021774053573608 10001,0.022630929946899 20001,0.022991180419922 30001,0.023246049880981 40001,0.023470163345337 50001,0.023635864257812 60001,0.023922920227051 70001,0.024375915527344 80001,0.024454832077026 90001,0.024466037750244 100001,0.024589061737061 110001,0.024804830551147 120001,0.025068998336792 130001,0.025178909301758 140001,0.025434970855713 150001,0.025595903396606 160001,0.025949954986572 170001,0.026590108871460 180001,0.026412010192871 190001,0.026546955108643 200001,0.027054071426392 210001,0.027076005935669 220001,0.027716875076294 230001,0.027667045593262 240001,0.028064012527466
Process exited with code 137.
Output for 7.2.2
1,0.021759033203125 10001,0.022663116455078 20001,0.023029088973999 30001,0.023366212844849 40001,0.024466991424561 50001,0.023812055587769 60001,0.023815870285034 70001,0.024142026901245 80001,0.024247169494629 90001,0.024403810501099 100001,0.024701833724976 110001,0.024930000305176 120001,0.025177001953125 130001,0.025138854980469 140001,0.025569915771484 150001,0.025909185409546 160001,0.025970935821533 170001,0.026136875152588 180001,0.026258945465088 190001,0.026740074157715 200001,0.026916027069092 210001,0.027511119842529 220001,0.027465105056763 230001,0.027968168258667 240001,0.028649806976318
Process exited with code 137.
Output for 7.2.1
1,0.023303031921387 10001,0.022709846496582 20001,0.022964000701904 30001,0.023222923278809 40001,0.023703813552856 50001,0.023622989654541 60001,0.023770093917847 70001,0.024221897125244 80001,0.024303913116455 90001,0.024477005004883 100001,0.024738073348999 110001,0.025034904479980 120001,0.025106906890869 130001,0.025423049926758 140001,0.025566101074219 150001,0.025705099105835 160001,0.026454925537109 170001,0.026121139526367 180001,0.026809930801392 190001,0.026804924011230 200001,0.026959896087646 210001,0.027240991592407 220001,0.032317161560059 230001,0.030513048171997 240001,0.027987957000732
Process exited with code 137.
Output for 7.2.0
1,0.021796941757202 10001,0.022794008255005 20001,0.022985935211182 30001,0.023390054702759 40001,0.023368835449219 50001,0.023695945739746 60001,0.023814916610718 70001,0.024575948715210 80001,0.024153947830200 90001,0.024355173110962 100001,0.024910926818848 110001,0.024945020675659 120001,0.025018930435181 130001,0.025213003158569 140001,0.025707006454468 150001,0.026386976242065 160001,0.026345014572144 170001,0.026008844375610 180001,0.026573896408081 190001,0.026811838150024 200001,0.026936054229736 210001,0.027117013931274 220001,0.028489112854004 230001,0.027806997299194 240001,0.030637025833130
Process exited with code 137.
Output for 7.1.33
1,0.023836851119995 10001,0.024497985839844 20001,0.024668931961060 30001,0.025021076202393 40001,0.025309085845947 50001,0.025188922882080 60001,0.025413990020752 70001,0.025778055191040 80001,0.025845050811768 90001,0.026046037673950 100001,0.026282072067261 110001,0.026416063308716 120001,0.026735067367554 130001,0.026886940002441 140001,0.027033805847168 150001,0.027590036392212 160001,0.027704000473022 170001,0.027868032455444
Process exited with code 137.
Output for 7.1.32
1,0.023906946182251 10001,0.024300098419189 20001,0.024487972259521 30001,0.024737834930420 40001,0.025121927261353 50001,0.025369882583618 60001,0.025406122207642 70001,0.025630950927734 80001,0.025954008102417 90001,0.026066064834595 100001,0.026114940643311 110001,0.026836872100830 120001,0.026695013046265 130001,0.026783943176270 140001,0.027231931686401 150001,0.027510881423950 160001,0.027415037155151 170001,0.028090000152588
Process exited with code 137.
Output for 7.1.31
1,0.023925065994263 10001,0.024344921112061 20001,0.024500131607056 30001,0.024779796600342 40001,0.025007963180542 50001,0.025154113769531 60001,0.025449037551880 70001,0.025574922561646 80001,0.026087999343872 90001,0.026099920272827 100001,0.026232957839966 110001,0.030409097671509 120001,0.026885032653809 130001,0.026690006256104 140001,0.027156114578247 150001,0.029655933380127 160001,0.027369976043701 170001,0.027698993682861 180001,0.028151035308838
Process exited with code 137.
Output for 7.1.30
1,0.023913860321045 10001,0.024510145187378 20001,0.024487018585205 30001,0.024677038192749 40001,0.025008201599121 50001,0.025889873504639 60001,0.025974035263062 70001,0.025991916656494 80001,0.025932073593140 90001,0.026120901107788 100001,0.026626110076904 110001,0.026541948318481 120001,0.026546001434326 130001,0.026690006256104 140001,0.027021884918213 150001,0.027316093444824 160001,0.027655839920044 170001,0.027693986892700
Process exited with code 137.
Output for 7.1.29
1,0.024139881134033 10001,0.024458885192871 20001,0.024581193923950 30001,0.025599002838135 40001,0.025128126144409 50001,0.025263071060181 60001,0.025298118591309 70001,0.025881052017212 80001,0.025789022445679 90001,0.025963783264160 100001,0.026205062866211 110001,0.026363134384155 120001,0.026611089706421 130001,0.026786088943481 140001,0.026881933212280 150001,0.027153015136719 160001,0.027701854705811 170001,0.027642011642456
Process exited with code 137.
Output for 7.1.28
1,0.023728847503662 10001,0.024561166763306 20001,0.024955987930298 30001,0.024959087371826 40001,0.025317907333374 50001,0.025486946105957 60001,0.025418996810913 70001,0.025852918624878 80001,0.025733947753906 90001,0.026025056838989 100001,0.026137113571167 110001,0.026861906051636 120001,0.026850938796997 130001,0.026829004287720 140001,0.027002096176147 150001,0.027103900909424 160001,0.031111955642700 170001,0.027962923049927
Process exited with code 137.
Output for 7.1.27
1,0.023892879486084 10001,0.025219917297363 20001,0.024542093276978 30001,0.024703025817871 40001,0.024963855743408 50001,0.025145053863525 60001,0.026822090148926 70001,0.025532960891724 80001,0.025803804397583 90001,0.025959014892578 100001,0.026324033737183 110001,0.026320934295654 120001,0.026798963546753 130001,0.027876853942871 140001,0.032289028167725 150001,0.030552864074707 160001,0.027607917785645 170001,0.027647018432617
Process exited with code 137.
Output for 7.1.26
1,0.023878812789917 10001,0.024357080459595 20001,0.027068138122559 30001,0.024862051010132 40001,0.025040149688721 50001,0.025285005569458 60001,0.025435924530029 70001,0.025629043579102 80001,0.025832176208496 90001,0.026215076446533 100001,0.026228904724121 110001,0.026515007019043 120001,0.028390884399414 130001,0.026859045028687 140001,0.028131961822510 150001,0.027691125869751 160001,0.027557134628296 170001,0.029294967651367
Process exited with code 137.
Output for 7.1.25
1,0.023988962173462 10001,0.024214029312134 20001,0.024523973464966 30001,0.024775981903076 40001,0.024922132492065 50001,0.025225877761841 60001,0.025487184524536 70001,0.025690078735352 80001,0.025851011276245 90001,0.026315927505493 100001,0.026406049728394 110001,0.026458024978638 120001,0.026595830917358 130001,0.026728153228760 140001,0.027070045471191 150001,0.030543088912964 160001,0.027667045593262 170001,0.027879953384399
Process exited with code 137.
Output for 7.1.24
1,0.023756027221680 10001,0.024307966232300 20001,0.024811983108521 30001,0.024792909622192 40001,0.025067090988159 50001,0.025729894638062 60001,0.025626897811890 70001,0.025578022003174 80001,0.025928974151611 90001,0.026098966598511 100001,0.026247024536133 110001,0.026354074478149 120001,0.026759862899780 130001,0.027712106704712 140001,0.027501106262207 150001,0.047137022018433 160001,0.039186954498291
Process exited with code 137.
Output for 7.1.23
1,0.027101039886475 10001,0.028470993041992 20001,0.028134107589722 30001,0.032731056213379 40001,0.030573129653931 50001,0.031742095947266 60001,0.030369997024536 70001,0.033293008804321 80001,0.032428026199341 90001,0.035271167755127 100001,0.037225008010864 110001,0.037599086761475 120001,0.039378881454468
Process exited with code 137.
Output for 7.1.22
1,0.029791831970215 10001,0.024263858795166 20001,0.024630069732666 30001,0.024736166000366 40001,0.024966001510620 50001,0.028284072875977 60001,0.026059150695801 70001,0.025676012039185 80001,0.025831937789917 90001,0.026338815689087 100001,0.026198863983154 110001,0.026468038558960 120001,0.026518106460571 130001,0.026819944381714 140001,0.027135848999023 150001,0.027253866195679 160001,0.027728080749512 170001,0.028841018676758
Process exited with code 137.
Output for 7.1.21
1,0.023888111114502 10001,0.024407148361206 20001,0.024553060531616 30001,0.024863958358765 40001,0.025493860244751 50001,0.025411128997803 60001,0.025515079498291 70001,0.025650024414062 80001,0.025923967361450 90001,0.026256084442139 100001,0.026556968688965 110001,0.026486873626709 120001,0.026631116867065 130001,0.026777029037476 140001,0.027098894119263 150001,0.027266979217529 160001,0.027511835098267 170001,0.027720928192139
Process exited with code 137.
Output for 7.1.20
1,0.023960113525391 10001,0.025994062423706 20001,0.024566173553467 30001,0.024767875671387 40001,0.024985074996948 50001,0.025166988372803 60001,0.025486946105957 70001,0.025635957717896 80001,0.025904893875122 90001,0.025938034057617 100001,0.026074171066284 110001,0.026434183120728 120001,0.026499032974243 130001,0.026832103729248 140001,0.027214050292969 150001,0.027172088623047 160001,0.031065940856934 170001,0.027664899826050
Process exited with code 137.
Output for 7.1.19
1,0.023895978927612 10001,0.024326086044312 20001,0.024489164352417 30001,0.024794816970825 40001,0.024947166442871 50001,0.025259971618652 60001,0.025444984436035 70001,0.025908946990967 80001,0.025982141494751 90001,0.026057004928589 100001,0.026206016540527 110001,0.026379823684692 120001,0.026582956314087 130001,0.027086973190308 140001,0.027019977569580 150001,0.027217864990234 160001,0.027336835861206 170001,0.027719020843506 180001,0.027968168258667
Process exited with code 137.
Output for 7.1.18
1,0.023844003677368 10001,0.024385929107666 20001,0.024475097656250 30001,0.024680852890015 40001,0.025016069412231 50001,0.025134086608887 60001,0.025303840637207 70001,0.025575876235962 80001,0.025787830352783 90001,0.025907039642334 100001,0.026184082031250 110001,0.028745889663696 120001,0.026603937149048 130001,0.026741981506348 140001,0.026962041854858 150001,0.027228116989136 160001,0.027331829071045 170001,0.027410030364990 180001,0.027843952178955
Process exited with code 137.
Output for 7.1.17
1,0.024046182632446 10001,0.024592876434326 20001,0.024707078933716 30001,0.024790048599243 40001,0.024859905242920 50001,0.025085210800171 60001,0.025387048721313 70001,0.025682926177979 80001,0.025773048400879 90001,0.025958061218262 100001,0.026226997375488 110001,0.026470899581909 120001,0.026780128479004 130001,0.026878118515015 140001,0.026867866516113 150001,0.027080059051514 160001,0.027426004409790 170001,0.027959823608398
Process exited with code 137.
Output for 7.1.16
1,0.023807048797607 10001,0.025480031967163 20001,0.024819850921631 30001,0.024909973144531 40001,0.025175094604492 50001,0.025390863418579 60001,0.025608062744141 70001,0.025938987731934 80001,0.026006937026978 90001,0.026060104370117 100001,0.026374816894531 110001,0.026549816131592 120001,0.026842117309570 130001,0.026844978332520 140001,0.026988029479980 150001,0.027850151062012 160001,0.027557849884033 170001,0.027720928192139
Process exited with code 137.
Output for 7.1.15
1,0.025806188583374 10001,0.024377107620239 20001,0.024546861648560 30001,0.024809122085571 40001,0.024996995925903 50001,0.025244951248169 60001,0.025415182113647 70001,0.025583028793335 80001,0.025720119476318 90001,0.026029109954834 100001,0.026355028152466 110001,0.026649951934814 120001,0.026726007461548 130001,0.026878833770752 140001,0.031085968017578 150001,0.027258157730103 160001,0.027583122253418 170001,0.027773857116699
Process exited with code 137.
Output for 7.1.14
1,0.026696920394897 10001,0.024254798889160 20001,0.024521112442017 30001,0.024705886840820 40001,0.024966001510620 50001,0.025116920471191 60001,0.028506040573120 70001,0.025753021240234 80001,0.025843858718872 90001,0.025933027267456 100001,0.026329994201660 110001,0.026482820510864 120001,0.026707887649536 130001,0.026826143264771 140001,0.026952981948853 150001,0.027226924896240 160001,0.027549982070923 170001,0.027613878250122
Process exited with code 137.
Output for 7.1.13
1,0.023952960968018 10001,0.024271011352539 20001,0.024498224258423 30001,0.024863004684448 40001,0.025017023086548 50001,0.025120973587036 60001,0.025523185729980 70001,0.025501966476440 80001,0.025686025619507 90001,0.025880098342896 100001,0.026222944259644 110001,0.026476860046387 120001,0.026508092880249 130001,0.026951074600220 140001,0.027059078216553 150001,0.027453899383545 160001,0.027679204940796 170001,0.027828931808472 180001,0.027717113494873
Process exited with code 137.
Output for 7.1.12
1,0.023913860321045 10001,0.024471998214722 20001,0.024441957473755 30001,0.024780988693237 40001,0.024986982345581 50001,0.025242090225220 60001,0.025408029556274 70001,0.025588035583496 80001,0.025768995285034 90001,0.026278972625732 100001,0.026936054229736 110001,0.026372909545898 120001,0.026627063751221 130001,0.026762962341309 140001,0.027093887329102 150001,0.027431964874268 160001,0.027513027191162 170001,0.027590990066528
Process exited with code 137.
Output for 7.1.11
1,0.023795843124390 10001,0.024264097213745 20001,0.024513006210327 30001,0.024778127670288 40001,0.025090932846069 50001,0.025188922882080 60001,0.025353908538818 70001,0.025460004806519 80001,0.025758981704712 90001,0.025890827178955 100001,0.026190996170044 110001,0.026409864425659 120001,0.026555061340332 130001,0.026962995529175 140001,0.027357101440430 150001,0.027126073837280 160001,0.027452945709229 170001,0.027733087539673
Process exited with code 137.
Output for 7.1.10
1,0.023828983306885 10001,0.024389028549194 20001,0.024482011795044 30001,0.024770975112915 40001,0.024939775466919 50001,0.025199890136719 60001,0.025444984436035 70001,0.025727033615112 80001,0.025843858718872 90001,0.026198863983154 100001,0.026521921157837 110001,0.026559829711914 120001,0.026547908782959 130001,0.026753902435303 140001,0.027126073837280 150001,0.027544021606445 160001,0.027338981628418 170001,0.027583837509155
Process exited with code 137.
Output for 7.1.9
1,0.023738861083984 10001,0.024264097213745 20001,0.024626016616821 30001,0.024910926818848 40001,0.024950981140137 50001,0.025158882141113 60001,0.025320053100586 70001,0.026373863220215 80001,0.025912046432495 90001,0.025967121124268 100001,0.026112079620361 110001,0.026414155960083 120001,0.026859998703003 130001,0.026730060577393 140001,0.027166843414307 150001,0.027410984039307 160001,0.027935981750488 170001,0.027809858322144 180001,0.028218984603882
Process exited with code 137.
Output for 7.1.8
1,0.023759126663208 10001,0.024327039718628 20001,0.024513959884644 30001,0.024811983108521 40001,0.025110006332397 50001,0.025385141372681 60001,0.025542974472046 70001,0.025521993637085 80001,0.025740861892700 90001,0.026188135147095 100001,0.026190996170044 110001,0.026300907135010 120001,0.026705980300903 130001,0.026720046997070 140001,0.027007818222046 150001,0.027179956436157 160001,0.027318000793457 170001,0.027497053146362
Process exited with code 137.
Output for 7.1.7
1,0.023799896240234 10001,0.024302959442139 20001,0.024760961532593 30001,0.024800062179565 40001,0.025176048278809 50001,0.025148868560791 60001,0.025403976440430 70001,0.025545120239258 80001,0.025783061981201 90001,0.025888204574585 100001,0.026232004165649 110001,0.026340007781982 120001,0.026583909988403 130001,0.026765108108521 140001,0.027112960815430 150001,0.027204036712646 160001,0.027664899826050
Process exited with code 137.
Output for 7.1.6
1,0.023876905441284 10001,0.024701118469238 20001,0.024701833724976 30001,0.024866819381714 40001,0.024940967559814 50001,0.025192975997925 60001,0.025722980499268 70001,0.025753974914551 80001,0.025780916213989 90001,0.026035070419312 100001,0.026188135147095 110001,0.026361942291260 120001,0.026581048965454 130001,0.026830911636353 140001,0.027023077011108 150001,0.027264118194580 160001,0.027493000030518 170001,0.027746915817261
Process exited with code 137.
Output for 7.1.5
1,0.023699998855591 10001,0.024283885955811 20001,0.024517059326172 30001,0.024868011474609 40001,0.024925947189331 50001,0.025122880935669 60001,0.025270938873291 70001,0.025585889816284 80001,0.025866985321045 90001,0.026004076004028 100001,0.026379108428955 110001,0.026393890380859 120001,0.026939868927002 130001,0.026831150054932 140001,0.026943922042847 150001,0.027163028717041 160001,0.027377843856812
Process exited with code 137.
Output for 7.1.4
1,0.023758888244629 10001,0.024521112442017 20001,0.024538993835449 30001,0.024808168411255 40001,0.025201082229614 50001,0.025290966033936 60001,0.025475978851318 70001,0.025790929794312 80001,0.025851011276245 90001,0.026058912277222 100001,0.026206016540527 110001,0.026558160781860 120001,0.027283906936646 130001,0.027244091033936 140001,0.027099847793579 150001,0.027335166931152 160001,0.027537822723389 170001,0.027916193008423 180001,0.027920007705688
Process exited with code 137.
Output for 7.1.3
1,0.024026155471802 10001,0.024600028991699 20001,0.024461030960083 30001,0.024734020233154 40001,0.024971008300781 50001,0.025250911712646 60001,0.025648117065430 70001,0.025872945785522 80001,0.025810003280640 90001,0.026142835617065 100001,0.026628017425537 110001,0.026509046554565 120001,0.026865959167480 130001,0.027170896530151 140001,0.027260065078735 150001,0.027440786361694 160001,0.027390003204346 170001,0.027732133865356
Process exited with code 137.
Output for 7.1.2
1,0.023901939392090 10001,0.024367094039917 20001,0.024447202682495 30001,0.024631977081299 40001,0.025300025939941 50001,0.026080131530762 60001,0.025602817535400 70001,0.025788068771362 80001,0.026994228363037 90001,0.025979042053223 100001,0.026185989379883 110001,0.026455163955688 120001,0.026733160018921 130001,0.028166055679321 140001,0.027077913284302 150001,0.027671098709106 160001,0.027630090713501 170001,0.028059959411621
Process exited with code 137.
Output for 7.1.1
1,0.024016857147217 10001,0.024719953536987 20001,0.024999856948853 30001,0.024853944778442 40001,0.024919986724854 50001,0.025439977645874 60001,0.025781154632568 70001,0.025804996490479 80001,0.025785923004150 90001,0.026247978210449 100001,0.026408910751343 110001,0.027015209197998 120001,0.026701927185059 130001,0.026865959167480 140001,0.026953935623169 150001,0.027639865875244 160001,0.028240919113159 170001,0.027755975723267
Process exited with code 137.
Output for 7.1.0
1,0.024086952209473 10001,0.024398088455200 20001,0.024510860443115 30001,0.024806022644043 40001,0.024941921234131 50001,0.025298118591309 60001,0.025446891784668 70001,0.025794982910156 80001,0.025997877120972 90001,0.025993824005127 100001,0.026571035385132 110001,0.026371955871582 120001,0.026607036590576 130001,0.027201175689697 140001,0.027215957641602 150001,0.027259826660156 160001,0.027868032455444 170001,0.027864933013916
Process exited with code 137.
Output for 7.0.33
1,0.023844003677368 10001,0.024591922760010 20001,0.024437904357910 30001,0.025064945220947 40001,0.026431083679199 50001,0.025170087814331 60001,0.025348901748657 70001,0.025944948196411 80001,0.025739908218384 90001,0.026056051254272 100001,0.026124954223633 110001,0.026518106460571 120001,0.026634931564331 130001,0.026772022247314 140001,0.027086973190308 150001,0.027246952056885 160001,0.027310848236084 170001,0.027740001678467
Process exited with code 137.
Output for 7.0.32
1,0.023633003234863 10001,0.024459123611450 20001,0.024791955947876 30001,0.025107145309448 40001,0.024841070175171 50001,0.025693178176880 60001,0.025383949279785 70001,0.025604963302612 80001,0.025730848312378 90001,0.026028871536255 100001,0.026320934295654 110001,0.029349803924561 120001,0.026992082595825 130001,0.027061939239502 140001,0.027212858200073 150001,0.027351856231689 160001,0.027593851089478
Process exited with code 137.
Output for 7.0.31
1,0.023827791213989 10001,0.024703979492188 20001,0.024830102920532 30001,0.024688959121704 40001,0.024895906448364 50001,0.025268077850342 60001,0.025487184524536 70001,0.025593042373657 80001,0.025765895843506 90001,0.025999069213867 100001,0.026643037796021 110001,0.026261806488037 120001,0.026520013809204 130001,0.026790142059326 140001,0.026985883712769 150001,0.027436017990112 160001,0.027338981628418 170001,0.027853012084961
Process exited with code 137.
Output for 7.0.30
1,0.023675918579102 10001,0.024245977401733 20001,0.024513959884644 30001,0.024682998657227 40001,0.024806022644043 50001,0.025085926055908 60001,0.025448083877563 70001,0.025381803512573 80001,0.025684833526611 90001,0.025924921035767 100001,0.026160955429077 110001,0.026227951049805 120001,0.026674032211304 130001,0.026800870895386 140001,0.027423858642578 150001,0.027340888977051 160001,0.027522802352905
Process exited with code 137.
Output for 7.0.29
1,0.023784875869751 10001,0.024438142776489 20001,0.025222063064575 30001,0.024786949157715 40001,0.025013923645020 50001,0.025225877761841 60001,0.025741100311279 70001,0.025870800018311 80001,0.025746107101440 90001,0.025905847549438 100001,0.026345014572144 110001,0.026564121246338 120001,0.026556015014648 130001,0.026739120483398 140001,0.027278900146484 150001,0.027292013168335 160001,0.030076026916504
Process exited with code 137.
Output for 7.0.28
1,0.023672103881836 10001,0.024373054504395 20001,0.024628162384033 30001,0.024782896041870 40001,0.025074005126953 50001,0.025151014328003 60001,0.026926040649414 70001,0.025715112686157 80001,0.025912046432495 90001,0.026021957397461 100001,0.026112079620361 110001,0.026419162750244 120001,0.026834964752197 130001,0.027495861053467 140001,0.027880907058716 150001,0.027222156524658 160001,0.027429819107056
Process exited with code 137.
Output for 7.0.27
1,0.023734092712402 10001,0.024489879608154 20001,0.024431943893433 30001,0.024713993072510 40001,0.025233030319214 50001,0.025106906890869 60001,0.025354862213135 70001,0.025436878204346 80001,0.025603055953979 90001,0.025835037231445 100001,0.030455112457275 110001,0.026417970657349 120001,0.026770830154419 130001,0.027034997940063 140001,0.026901006698608 150001,0.027132987976074 160001,0.027524948120117
Process exited with code 137.
Output for 7.0.26
1,0.023894071578979 10001,0.024661064147949 20001,0.024695158004761 30001,0.025681972503662 40001,0.025376081466675 50001,0.027096033096313 60001,0.025879144668579 70001,0.030163049697876 80001,0.026340961456299 90001,0.026132106781006 100001,0.026382923126221 110001,0.026675939559937 120001,0.026824951171875 130001,0.026800870895386 140001,0.027107954025269 150001,0.027765989303589 160001,0.027801036834717
Process exited with code 137.
Output for 7.0.25
1,0.023832082748413 10001,0.024403095245361 20001,0.024478912353516 30001,0.024837970733643 40001,0.025128841400146 50001,0.025074005126953 60001,0.025735139846802 70001,0.026323080062866 80001,0.026679039001465 90001,0.026104927062988 100001,0.026152849197388 110001,0.026556015014648 120001,0.026594877243042 130001,0.027116060256958 140001,0.027060985565186 150001,0.027529001235962 160001,0.027579069137573
Process exited with code 137.
Output for 7.0.24
1,0.023704051971436 10001,0.024336814880371 20001,0.024420022964478 30001,0.024921894073486 40001,0.024990081787109 50001,0.025268077850342 60001,0.025597810745239 70001,0.025614023208618 80001,0.025717020034790 90001,0.025919914245605 100001,0.026159048080444 110001,0.026225090026855 120001,0.026601076126099 130001,0.026695966720581 140001,0.026975154876709 150001,0.027567148208618 160001,0.035096883773804 170001,0.028433084487915
Process exited with code 137.
Output for 7.0.23
1,0.023792982101440 10001,0.024375915527344 20001,0.024656057357788 30001,0.024959802627563 40001,0.025184869766235 50001,0.025290012359619 60001,0.025954008102417 70001,0.026029109954834 80001,0.025954008102417 90001,0.026026964187622 100001,0.026317119598389 110001,0.026553869247437 120001,0.026790857315063 130001,0.027009963989258 140001,0.027312994003296 150001,0.030985832214355 160001,0.027695894241333
Process exited with code 137.
Output for 7.0.22
1,0.023761034011841 10001,0.026038169860840 20001,0.024430036544800 30001,0.024827957153320 40001,0.026351928710938 50001,0.024989128112793 60001,0.025270938873291 70001,0.025496006011963 80001,0.025762081146240 90001,0.025856018066406 100001,0.025969028472900 110001,0.026218891143799 120001,0.027758121490479 130001,0.026884078979492 140001,0.026973009109497 150001,0.027093887329102 160001,0.027401924133301
Process exited with code 137.
Output for 7.0.21
1,0.023832082748413 10001,0.024306058883667 20001,0.025265932083130 30001,0.024651050567627 40001,0.024895906448364 50001,0.025428056716919 60001,0.025518894195557 70001,0.025800943374634 80001,0.026072978973389 90001,0.026036024093628 100001,0.026364803314209 110001,0.026461839675903 120001,0.026545047760010 130001,0.026882886886597 140001,0.027145147323608 150001,0.027277946472168 160001,0.027399063110352 170001,0.027529001235962
Process exited with code 137.
Output for 7.0.20
1,0.023970127105713 10001,0.024322032928467 20001,0.024698972702026 30001,0.025139093399048 40001,0.025269985198975 50001,0.025289058685303 60001,0.025382041931152 70001,0.025557041168213 80001,0.025732994079590 90001,0.025978088378906 100001,0.026175975799561 110001,0.026334047317505 120001,0.026562929153442 130001,0.026895999908447 140001,0.027204990386963 150001,0.027180910110474 160001,0.027424097061157
Process exited with code 137.
Output for 7.0.19
1,0.023730993270874 10001,0.024289846420288 20001,0.024664163589478 30001,0.024801969528198 40001,0.024966001510620 50001,0.025151968002319 60001,0.025354146957397 70001,0.025480985641479 80001,0.025838851928711 90001,0.026100158691406 100001,0.026127815246582 110001,0.026460886001587 120001,0.026635885238647 130001,0.026854991912842 140001,0.027464151382446 150001,0.027214050292969 160001,0.027458906173706
Process exited with code 137.
Output for 7.0.18
1,0.023721933364868 10001,0.024369001388550 20001,0.024428129196167 30001,0.024723052978516 40001,0.024901151657104 50001,0.025156974792480 60001,0.025279045104980 70001,0.025501966476440 80001,0.025647163391113 90001,0.025992155075073 100001,0.026173114776611 110001,0.027436017990112 120001,0.026551961898804 130001,0.029146909713745 140001,0.026937961578369 150001,0.027902126312256 160001,0.027804851531982
Process exited with code 137.
Output for 7.0.17
1,0.023694992065430 10001,0.024420022964478 20001,0.024624824523926 30001,0.025078058242798 40001,0.025255203247070 50001,0.025001049041748 60001,0.025249004364014 70001,0.025490045547485 80001,0.025802850723267 90001,0.026213884353638 100001,0.026368856430054 110001,0.026252031326294 120001,0.026509046554565 130001,0.026799917221069 140001,0.026934862136841 150001,0.027034997940063 160001,0.027504920959473 170001,0.027760982513428
Process exited with code 137.
Output for 7.0.16
1,0.023688077926636 10001,0.024363994598389 20001,0.025453805923462 30001,0.024816989898682 40001,0.025166034698486 50001,0.025068998336792 60001,0.029453992843628 70001,0.025460958480835 80001,0.026015996932983 90001,0.026052951812744 100001,0.026131153106689 110001,0.028838157653809 120001,0.026613950729370 130001,0.027382850646973 140001,0.027563095092773 150001,0.027388811111450 160001,0.027377128601074
Process exited with code 137.
Output for 7.0.15
1,0.023824930191040 10001,0.024319887161255 20001,0.024452924728394 30001,0.024697065353394 40001,0.024981975555420 50001,0.025174140930176 60001,0.025352001190186 70001,0.025400876998901 80001,0.025619983673096 90001,0.025892019271851 100001,0.026123046875000 110001,0.026359796524048 120001,0.026531934738159 130001,0.027004003524780 140001,0.027153968811035 150001,0.027729988098145 160001,0.027329921722412 170001,0.027802944183350
Process exited with code 137.
Output for 7.0.14
1,0.023734092712402 10001,0.024333953857422 20001,0.024459123611450 30001,0.024963855743408 40001,0.025024890899658 50001,0.025229930877686 60001,0.025302886962891 70001,0.025663137435913 80001,0.025629997253418 90001,0.025916099548340 100001,0.026014089584351 110001,0.026210069656372 120001,0.026998043060303 130001,0.026627779006958 140001,0.027279138565063 150001,0.027498006820679 160001,0.027302026748657
Process exited with code 137.
Output for 7.0.13
1,0.023811101913452 10001,0.024274110794067 20001,0.024468898773193 30001,0.024903059005737 40001,0.025097846984863 50001,0.025274991989136 60001,0.025331974029541 70001,0.025478839874268 80001,0.025735139846802 90001,0.026007890701294 100001,0.026304006576538 110001,0.026429891586304 120001,0.026566028594971 130001,0.026900053024292 140001,0.027348041534424 150001,0.027067184448242 160001,0.027369022369385
Process exited with code 137.
Output for 7.0.12
1,0.023844003677368 10001,0.025222063064575 20001,0.024629831314087 30001,0.025020122528076 40001,0.026473045349121 50001,0.025068044662476 60001,0.025318861007690 70001,0.025449037551880 80001,0.026012897491455 90001,0.025964975357056 100001,0.030368089675903 110001,0.026592016220093 120001,0.026679992675781 130001,0.026872158050537 140001,0.027012825012207 150001,0.027247905731201 160001,0.028026103973389
Process exited with code 137.
Output for 7.0.11
1,0.023624181747437 10001,0.024271011352539 20001,0.024350881576538 30001,0.024689197540283 40001,0.024761915206909 50001,0.024931907653809 60001,0.027077913284302 70001,0.025368928909302 80001,0.026001930236816 90001,0.025879859924316 100001,0.026136159896851 110001,0.026158094406128 120001,0.027631044387817 130001,0.026546001434326 140001,0.027279138565063 150001,0.026995182037354 160001,0.027447938919067 170001,0.027875900268555
Process exited with code 137.
Output for 7.0.10
1,0.023678064346313 10001,0.024327993392944 20001,0.024532794952393 30001,0.024755001068115 40001,0.024950981140137 50001,0.025209903717041 60001,0.025639057159424 70001,0.025521993637085 80001,0.025645017623901 90001,0.025942087173462 100001,0.026118993759155 110001,0.026551008224487 120001,0.026885032653809 130001,0.026963949203491 140001,0.026900053024292 150001,0.027249097824097 160001,0.027649879455566 170001,0.028018951416016
Process exited with code 137.
Output for 7.0.9
1,0.023783922195435 10001,0.024517059326172 20001,0.024734020233154 30001,0.025117158889771 40001,0.024935007095337 50001,0.025400161743164 60001,0.025545120239258 70001,0.025431156158447 80001,0.025597095489502 90001,0.025904178619385 100001,0.026216030120850 110001,0.026420116424561 120001,0.026646852493286 130001,0.026717901229858 140001,0.026979923248291 150001,0.027231931686401 160001,0.027587175369263 170001,0.027886867523193
Process exited with code 137.
Output for 7.0.8
1,0.023867845535278 10001,0.024628877639771 20001,0.024565935134888 30001,0.024708032608032 40001,0.025038957595825 50001,0.025228023529053 60001,0.025654077529907 70001,0.025588035583496 80001,0.025876998901367 90001,0.026069879531860 100001,0.026441097259521 110001,0.026509046554565 120001,0.026909112930298 130001,0.026888847351074 140001,0.027415037155151 150001,0.027431964874268 160001,0.027752876281738
Process exited with code 137.
Output for 7.0.7
1,0.024626016616821 10001,0.024809837341309 20001,0.024820089340210 30001,0.024688959121704 40001,0.025182962417603 50001,0.025195121765137 60001,0.025634050369263 70001,0.025604963302612 80001,0.025793075561523 90001,0.026253938674927 100001,0.026401996612549 110001,0.031002998352051 120001,0.026633977890015 130001,0.026797056198120 140001,0.027226924896240 150001,0.027135133743286 160001,0.027680873870850
Process exited with code 137.
Output for 7.0.6
1,0.023744106292725 10001,0.024351119995117 20001,0.024576902389526 30001,0.024773836135864 40001,0.025034189224243 50001,0.025091886520386 60001,0.025202035903931 70001,0.025537967681885 80001,0.025605916976929 90001,0.026009798049927 100001,0.026208162307739 110001,0.026406049728394 120001,0.026895999908447 130001,0.026810884475708 140001,0.027117013931274 150001,0.027299165725708 160001,0.027784824371338 170001,0.038194179534912
Process exited with code 137.
Output for 7.0.5
1,0.023823976516724 10001,0.024251937866211 20001,0.024492979049683 30001,0.024615049362183 40001,0.024852991104126 50001,0.024989128112793 60001,0.026393890380859 70001,0.034955024719238 80001,0.030691862106323 90001,0.034338951110840 100001,0.033715963363647 110001,0.034065961837769 120001,0.037261009216309 130001,0.044376850128174 140001,0.038139104843140
Process exited with code 137.
Output for 7.0.4
1,0.029799938201904 10001,0.033340930938721 20001,0.034986972808838 30001,0.034746170043945 40001,0.031797170639038 50001,0.036690950393677 60001,0.036545991897583 70001,0.037126064300537 80001,0.025826930999756 90001,0.026362895965576 100001,0.026705980300903 110001,0.027147054672241 120001,0.026783943176270 130001,0.026897907257080
Process exited with code 137.
Output for 7.0.3
1,0.024113178253174 10001,0.024281978607178 20001,0.024642944335938 30001,0.024928808212280 40001,0.025239944458008 50001,0.025266885757446 60001,0.025491952896118 70001,0.025619029998779 80001,0.025734901428223 90001,0.026237964630127 100001,0.026290178298950 110001,0.026472091674805 120001,0.026459932327271 130001,0.026954174041748 140001,0.027850866317749 150001,0.029356002807617 160001,0.027639865875244 170001,0.027605056762695
Process exited with code 137.
Output for 7.0.2
1,0.023719072341919 10001,0.024353981018066 20001,0.024482011795044 30001,0.024730920791626 40001,0.025768995285034 50001,0.025220870971680 60001,0.025350093841553 70001,0.025588989257812 80001,0.025802850723267 90001,0.026036024093628 100001,0.025966882705688 110001,0.026245832443237 120001,0.026570081710815 130001,0.026683807373047 140001,0.027017831802368 150001,0.032331943511963 160001,0.027502059936523
Process exited with code 137.
Output for 7.0.1
1,0.023653984069824 10001,0.024285078048706 20001,0.024545907974243 30001,0.024708986282349 40001,0.024835109710693 50001,0.025257110595703 60001,0.025488853454590 70001,0.025545120239258 80001,0.026942014694214 90001,0.026170015335083 100001,0.026559114456177 110001,0.026242971420288 120001,0.026571035385132 130001,0.026649951934814 140001,0.031952857971191 150001,0.034240961074829 160001,0.028789997100830
Process exited with code 137.
Output for 7.0.0
1,0.023688077926636 10001,0.024270772933960 20001,0.024559020996094 30001,0.024999856948853 40001,0.024935960769653 50001,0.025336027145386 60001,0.025527954101562 70001,0.025449037551880 80001,0.025808095932007 90001,0.025878906250000 100001,0.026005983352661 110001,0.026473045349121 120001,0.026648044586182 130001,0.026839971542358 140001,0.027251958847046 150001,0.027227878570557 160001,0.027715206146240
Process exited with code 137.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/3Q4W8 on line 13
Process exited with code 255.

preferences:
269.66 ms | 402 KiB | 341 Q