diff --git a/benchmarks/README.md b/benchmarks/README.md new file mode 100644 index 0000000..32544e7 --- /dev/null +++ b/benchmarks/README.md @@ -0,0 +1,19 @@ +# Benchmark Tests + +This directory contains a series of benchmark tests designed to evaluate performance. The test files are located in the `src/basic` and `src/model` folders, specifically: + +- `basic` folder: Contains tests for basic matrix operations, event-driven CSR matrix operations and jitconn matrix operations. +- `model` folder: Contains tests for complex models, such as `test_COBA.py` and `test_MultipleArea.py`. + + +To run these tests, ensure all necessary dependencies are installed. You can install the dependencies using the following command: + +```bash +pip install -r requirements.txt +``` + +or if you are using a CUDA-enabled GPU, you can install the dependencies using the following command: + +```bash +pip install -r requirements_cuda.txt +``` diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_cpu.csv new file mode 100644 index 0000000..ef61a20 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_cpu.csv @@ -0,0 +1,197 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,True,0.06127357482910156,0.06127357482910156,0.060558319091796875,0.06127357482910156,0.06103515625,0.06008148193359375,0.06031990051269531,0.06079673767089844,0.060558319091796875,0.06008148193359375,0.5588531494140625,0.6048679351806641,0.5626678466796875,0.5528926849365234,0.5285739898681641,0.5283355712890625,0.5285739898681641,0.5908012390136719,0.5631446838378906,0.5571842193603516 +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,False,0.1666545867919922,0.16760826110839844,0.14400482177734375,0.1621246337890625,0.1666545867919922,0.15735626220703125,0.16427040100097656,0.16355514526367188,0.2658367156982422,0.28824806213378906,0.6401538848876953,0.6058216094970703,0.591278076171875,0.6129741668701172,0.6108283996582031,0.6108283996582031,0.6015300750732422,0.6022453308105469,0.6422996520996094,0.5910396575927734 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,True,0.06818771362304688,0.06771087646484375,0.06747245788574219,0.06771087646484375,0.06723403930664062,0.06771087646484375,0.06723403930664062,0.06651878356933594,0.06651878356933594,0.06699562072753906,0.5691051483154297,0.7112026214599609,0.5803108215332031,0.7126331329345703,0.6082057952880859,0.7066726684570312,0.8404254913330078,0.8692741394042969,0.8823871612548828,0.8780956268310547 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,False,0.16379356384277344,0.1735687255859375,0.19812583923339844,0.17213821411132812,0.14543533325195312,0.110626220703125,0.14734268188476562,0.14925003051757812,0.1499652862548828,0.1628398895263672,1.0335445404052734,1.0499954223632812,1.062631607055664,0.9863376617431641,0.7734298706054688,0.7774829864501953,3.289461135864258,0.7903575897216797,0.7731914520263672,0.7903575897216797 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,True,0.14090538024902344,0.14209747314453125,0.1385211944580078,0.13780593872070312,0.1380443572998047,0.1373291015625,0.13566017150878906,0.13637542724609375,0.13685226440429688,0.13709068298339844,1.3687610626220703,1.3685226440429688,1.3360977172851562,1.3740062713623047,1.371622085571289,1.3527870178222656,1.3725757598876953,1.3499259948730469,1.2905597686767578,1.3532638549804688 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,False,0.438690185546875,0.47469139099121094,0.4487037658691406,0.2968311309814453,0.32711029052734375,0.38743019104003906,0.38743019104003906,0.3540515899658203,0.3724098205566406,0.3368854522705078,1.3132095336914062,1.1560916900634766,1.1146068572998047,1.1227130889892578,1.1258125305175781,3.9060115814208984,1.1532306671142578,1.0194778442382812,0.7803440093994141,0.7684230804443359 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,True,0.18215179443359375,0.17642974853515625,0.17642974853515625,0.1773834228515625,0.17642974853515625,0.17523765563964844,0.17547607421875,0.17881393432617188,0.1862049102783203,0.17023086547851562,1.6398429870605469,1.6422271728515625,1.6622543334960938,1.6453266143798828,1.600027084350586,1.6553401947021484,1.5664100646972656,1.6512870788574219,1.5935897827148438,1.6770362854003906 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,False,0.3342628479003906,0.3368854522705078,0.32138824462890625,0.24366378784179688,0.3464221954345703,0.3428459167480469,0.3502368927001953,0.3247261047363281,0.3256797790527344,0.34928321838378906,1.6815662384033203,3.772735595703125,1.234292984008789,1.146078109741211,1.1515617370605469,1.1622905731201172,1.1539459228515625,1.1594295501708984,0.9634494781494141,0.820159912109375 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,True,0.2532005310058594,0.2646446228027344,0.24843215942382812,0.2498626708984375,0.2510547637939453,0.23818016052246094,0.2505779266357422,0.24056434631347656,0.23794174194335938,0.24819374084472656,2.569437026977539,2.5544166564941406,2.5796890258789062,2.534627914428711,2.4847984313964844,2.5238990783691406,2.498149871826172,2.4607181549072266,2.5453567504882812,2.569437026977539 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,False,0.5686283111572266,0.5183219909667969,0.5559921264648438,0.522613525390625,0.5376338958740234,0.5054473876953125,0.5097389221191406,0.5218982696533203,0.5142688751220703,0.5092620849609375,1.7087459564208984,1.6942024230957031,1.7039775848388672,1.5382766723632812,1.1394023895263672,1.2390613555908203,1.1374950408935547,1.1336803436279297,2.434968948364258,1.1878013610839844 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,True,0.3104209899902344,0.3120899200439453,0.30684471130371094,0.30732154846191406,0.30803680419921875,0.30803680419921875,0.3123283386230469,0.3135204315185547,0.3039836883544922,0.3044605255126953,2.9747486114501953,2.913951873779297,3.0133724212646484,3.0498504638671875,3.0095577239990234,3.1151771545410156,3.049612045288086,2.991199493408203,2.9022693634033203,3.153562545776367 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,False,0.5171298980712891,0.518798828125,0.5409717559814453,0.5567073822021484,0.2779960632324219,0.5357265472412109,0.5228519439697266,0.5562305450439453,0.2677440643310547,0.5328655242919922,2.1648406982421875,2.1407604217529297,2.1681785583496094,1.7087459564208984,1.4896392822265625,2.863168716430664,1.485586166381836,1.519918441772461,1.4882087707519531,1.0526180267333984 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,True,0.43964385986328125,0.4553794860839844,0.45299530029296875,0.4508495330810547,0.4677772521972656,0.4420280456542969,0.46133995056152344,0.4489421844482422,0.45561790466308594,0.4489421844482422,4.916667938232422,5.118608474731445,5.177021026611328,4.989385604858398,5.042076110839844,5.1059722900390625,5.02467155456543,4.974365234375,5.146980285644531,5.128622055053711 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,False,0.9095668792724609,0.9181499481201172,1.0008811950683594,0.9369850158691406,0.9253025054931641,0.9207725524902344,0.9832382202148438,0.9932518005371094,0.9531974792480469,0.8792877197265625,2.09808349609375,3.413677215576172,2.2115707397460938,2.0978450775146484,1.5530586242675781,1.4736652374267578,1.4176368713378906,1.466989517211914,1.470327377319336,1.5425682067871094 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,True,0.6084442138671875,0.61798095703125,0.6058216094970703,0.5998611450195312,0.5879402160644531,0.5943775177001953,0.5939006805419922,0.6270408630371094,0.6058216094970703,0.6034374237060547,6.0901641845703125,6.209850311279297,6.275653839111328,6.1855316162109375,6.251811981201172,6.179094314575195,6.2923431396484375,6.203889846801758,6.196022033691406,6.098270416259766 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,False,0.885009765625,0.9174346923828125,0.8969306945800781,0.8983612060546875,0.8957386016845703,0.8537769317626953,0.8828639984130859,0.8687973022460938,0.9782314300537109,1.0039806365966797,3.0395984649658203,2.1686553955078125,2.051115036010742,2.024412155151367,2.040386199951172,3.008127212524414,1.9478797912597656,2.0537376403808594,1.941680908203125,2.056598663330078 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,True,1.1241436004638672,1.1463165283203125,1.081705093383789,1.1436939239501953,1.0979175567626953,1.0938644409179688,1.0845661163330078,1.0876655578613281,1.0857582092285156,1.1034011840820312,12.549877166748047,12.937068939208984,12.720823287963867,12.73345947265625,12.946367263793945,13.030290603637695,12.932062149047852,12.907743453979492,12.873411178588867,12.919902801513672 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,False,2.0020008087158203,2.065420150756836,1.9299983978271484,2.040386199951172,2.055644989013672,1.9671916961669922,1.783132553100586,2.02178955078125,1.9512176513671875,2.0990371704101562,4.17637825012207,3.2989978790283203,3.2148361206054688,3.3109188079833984,3.2432079315185547,4.194736480712891,3.323078155517578,3.318309783935547,3.3338069915771484,3.3066272735595703 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,True,1.453399658203125,1.4219284057617188,1.4462471008300781,1.4352798461914062,1.3606548309326172,1.4495849609375,1.41143798828125,1.356363296508789,1.3561248779296875,1.4319419860839844,15.723228454589844,15.678644180297852,15.67697525024414,15.712261199951172,15.727043151855469,15.798568725585938,15.787601470947266,15.731096267700195,15.731573104858398,15.636682510375977 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,False,2.2165775299072266,2.2208690643310547,2.2039413452148438,2.295255661010742,2.3043155670166016,1.743316650390625,2.2764205932617188,2.2170543670654297,2.2356510162353516,2.359628677368164,4.791259765625,5.843400955200195,4.753589630126953,4.798412322998047,5.618810653686523,4.718780517578125,4.723072052001953,5.481243133544922,4.881858825683594,4.802227020263672 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,True,1.5974044799804688,1.5947818756103516,1.605987548828125,1.6131401062011719,1.5299320220947266,1.626729965209961,1.5995502471923828,1.5592575073242188,1.6112327575683594,1.6324520111083984,19.549131393432617,19.28544044494629,19.29640769958496,19.364356994628906,19.456863403320312,19.368648529052734,19.3631649017334,19.51003074645996,19.522905349731445,19.495248794555664 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,False,2.9878616333007812,2.802610397338867,2.7666091918945312,3.381013870239258,2.927541732788086,2.938985824584961,1.8620491027832031,3.0977725982666016,3.094196319580078,3.113985061645508,4.998445510864258,4.856109619140625,106.01186752319336,64.31007385253906,8.630752563476562,73.64225387573242,96.1618423461914,130.22613525390625,12.43448257446289,8.014678955078125 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,True,2.222299575805664,2.176523208618164,2.225160598754883,2.149343490600586,2.1905899047851562,2.09808349609375,2.1295547485351562,2.1028518676757812,2.084493637084961,2.134561538696289,23.820877075195312,24.022579193115234,23.973464965820312,23.852109909057617,24.07670021057129,24.163484573364258,24.06454086303711,23.914813995361328,24.03402328491211,24.019241333007812 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,False,3.3011436462402344,3.302335739135742,3.259897232055664,3.3464431762695312,3.3097267150878906,3.2885074615478516,3.383159637451172,2.494335174560547,2.3953914642333984,2.2907257080078125,8.281230926513672,7.224082946777344,8.51750373840332,7.382869720458984,8.181571960449219,7.22503662109375,7.966279983520508,7.266759872436523,7.110357284545898,7.9059600830078125 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,True,2.0904541015625,2.111196517944336,2.012491226196289,2.1224021911621094,2.099275588989258,2.0706653594970703,2.220630645751953,2.657175064086914,2.0706653594970703,2.0749568939208984,26.278972625732422,26.299476623535156,26.154279708862305,26.599645614624023,25.93994140625,26.355266571044922,26.044368743896484,26.31378173828125,26.283979415893555,26.243209838867188 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,False,3.8652420043945312,3.854990005493164,3.8368701934814453,4.122018814086914,3.1375885009765625,3.108978271484375,3.4589767456054688,4.144430160522461,4.068136215209961,3.618001937866211,6.351947784423828,7.36546516418457,6.429910659790039,7.234096527099609,6.592512130737305,6.330251693725586,7.51948356628418,6.339073181152344,6.337404251098633,7.149219512939453 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,True,2.8557777404785156,2.895355224609375,2.830982208251953,2.7818679809570312,2.794981002807617,2.8269290924072266,2.8345584869384766,2.878904342651367,2.8259754180908203,2.848386764526367,32.33528137207031,32.61232376098633,32.62925148010254,32.63545036315918,32.56106376647949,32.49311447143555,32.48929977416992,32.44495391845703,32.610177993774414,32.4091911315918 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,False,4.040718078613281,3.9937496185302734,3.755331039428711,4.058122634887695,4.306793212890625,4.343986511230469,4.303216934204102,4.296779632568359,4.421234130859375,4.1446685791015625,11.007547378540039,9.462356567382812,10.635852813720703,10.585546493530273,9.465456008911133,10.527610778808594,9.536027908325195,11.03067398071289,10.671377182006836,9.461641311645508 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,True,0.3879070281982422,0.38695335388183594,0.40841102600097656,0.39076805114746094,0.38361549377441406,0.38313865661621094,0.38361549377441406,0.40149688720703125,0.3879070281982422,0.3859996795654297,1.2297630310058594,1.2660026550292969,1.3225078582763672,1.2934207916259766,1.3318061828613281,1.3201236724853516,1.3232231140136719,1.3279914855957031,1.3239383697509766,1.2385845184326172 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,False,0.1842975616455078,0.20170211791992188,0.1862049102783203,0.20694732666015625,0.2505779266357422,0.1933574676513672,0.23317337036132812,0.20432472229003906,0.1957416534423828,0.18644332885742188,1.5687942504882812,1.2958049774169922,1.251220703125,1.2805461883544922,0.8711814880371094,0.8859634399414062,0.8528232574462891,0.8533000946044922,0.850677490234375,0.8406639099121094 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,True,0.1480579376220703,0.14925003051757812,0.14662742614746094,0.148773193359375,0.1480579376220703,0.1366138458251953,0.1347064971923828,0.13685226440429688,0.1342296600341797,0.1361370086669922,1.5864372253417969,1.6207695007324219,1.5904903411865234,1.5368461608886719,1.5411376953125,1.621246337890625,1.560211181640625,1.6074180603027344,1.6121864318847656,1.6641616821289062 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,False,0.20766258239746094,0.1971721649169922,0.186920166015625,0.2014636993408203,0.18525123596191406,0.2655982971191406,0.1933574676513672,0.19431114196777344,0.17714500427246094,0.1971721649169922,1.4691352844238281,1.1844635009765625,1.16729736328125,3.2196044921875,1.1920928955078125,1.1720657348632812,1.2028217315673828,1.0075569152832031,0.8497238159179688,0.8525848388671875 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,True,0.30112266540527344,0.28634071350097656,0.2856254577636719,0.2868175506591797,0.2875328063964844,0.2868175506591797,0.2849102020263672,0.2849102020263672,0.2849102020263672,0.28395652770996094,3.155231475830078,3.141164779663086,3.137826919555664,3.0171871185302734,3.0622482299804688,3.0717849731445312,3.1142234802246094,3.210306167602539,3.2045841217041016,3.039121627807617 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,False,0.3135204315185547,0.2949237823486328,0.34809112548828125,0.33783912658691406,0.3025531768798828,0.30994415283203125,0.3154277801513672,0.30994415283203125,0.3490447998046875,0.308990478515625,1.901388168334961,1.9364356994628906,1.4486312866210938,1.294851303100586,1.2974739074707031,1.291036605834961,1.3039112091064453,1.323699951171875,1.28936767578125,1.1715888977050781 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,True,0.3657341003417969,0.36454200744628906,0.36454200744628906,0.36406517028808594,0.36454200744628906,0.3643035888671875,0.3612041473388672,0.3466606140136719,0.347137451171875,0.39577484130859375,3.9958953857421875,3.8232803344726562,3.9184093475341797,3.823995590209961,3.953695297241211,3.847837448120117,3.846883773803711,3.784656524658203,3.934621810913086,3.938436508178711 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,False,0.3154277801513672,0.29921531677246094,0.31185150146484375,0.3859996795654297,0.32019615173339844,0.308990478515625,0.3445148468017578,0.3368854522705078,0.3037452697753906,0.3173351287841797,2.5501251220703125,2.1750926971435547,1.7468929290771484,1.7175674438476562,1.7313957214355469,2.6030540466308594,2.086162567138672,1.2161731719970703,1.2743473052978516,1.3401508331298828 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,True,0.5114078521728516,0.5066394805908203,0.5085468292236328,0.5104541778564453,0.5064010620117188,0.5180835723876953,0.6136894226074219,1.613616943359375,1.5575885772705078,1.6107559204101562,5.802154541015625,5.884647369384766,6.066799163818359,6.111621856689453,6.078004837036133,6.101131439208984,6.168365478515625,6.101369857788086,6.098031997680664,6.125450134277344 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,False,0.6270408630371094,0.5044937133789062,0.5087852478027344,0.48470497131347656,0.6122589111328125,0.6182193756103516,0.7812976837158203,0.5807876586914062,0.6008148193359375,0.5576610565185547,3.0257701873779297,3.5088062286376953,2.4814605712890625,2.3806095123291016,1.7323493957519531,1.7323493957519531,1.7685890197753906,1.7249584197998047,2.6717185974121094,1.7218589782714844 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,True,0.6811618804931641,0.6210803985595703,0.6985664367675781,0.6196498870849609,0.6928443908691406,0.6146430969238281,0.6923675537109375,0.6148815155029297,0.6916522979736328,0.6313323974609375,7.700443267822266,7.338762283325195,7.610559463500977,7.414102554321289,7.512807846069336,7.533073425292969,7.427453994750977,7.57288932800293,7.436990737915039,7.622003555297852 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,False,0.8342266082763672,0.5581378936767578,0.560760498046875,0.5228519439697266,0.5216598510742188,0.6508827209472656,0.5192756652832031,0.5459785461425781,0.5438327789306641,0.6399154663085938,3.3006668090820312,2.4187564849853516,3.405332565307617,2.4232864379882812,2.442598342895508,2.5053024291992188,2.444028854370117,2.4225711822509766,3.2541751861572266,2.4917125701904297 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,True,0.8974075317382812,0.8935928344726562,0.8864402770996094,0.8852481842041016,0.8807182312011719,0.9067058563232422,0.91552734375,0.8869171142578125,0.9093284606933594,0.8971691131591797,12.12930679321289,12.31241226196289,12.251615524291992,12.21013069152832,12.219429016113281,12.272119522094727,12.318611145019531,12.082815170288086,12.271881103515625,12.345075607299805 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,False,0.9012222290039062,0.9334087371826172,0.8931159973144531,0.8945465087890625,1.1906623840332031,0.9937286376953125,1.2483596801757812,0.9176731109619141,0.8947849273681641,0.8995532989501953,3.4699440002441406,4.398584365844727,3.2744407653808594,3.296375274658203,3.2923221588134766,3.2134056091308594,4.1484832763671875,3.287076950073242,3.289937973022461,3.286600112915039 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,True,1.325368881225586,1.260995864868164,1.2824535369873047,1.2412071228027344,1.249551773071289,1.222848892211914,1.2485980987548828,1.2502670288085938,1.2328624725341797,1.2133121490478516,15.254735946655273,15.489339828491211,15.560150146484375,15.360593795776367,15.21754264831543,15.208721160888672,15.199899673461914,15.343666076660156,15.39921760559082,15.146255493164062 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,False,1.043081283569336,1.0364055633544922,1.0216236114501953,0.9746551513671875,0.965118408203125,1.272439956665039,0.9491443634033203,0.9191036224365234,0.9450912475585938,1.2664794921875,4.797935485839844,4.790306091308594,4.761219024658203,5.480289459228516,4.865169525146484,4.775524139404297,5.522251129150391,4.726171493530273,4.747867584228516,4.760265350341797 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,True,2.478361129760742,2.3813247680664062,2.8274059295654297,2.5222301483154297,2.4442672729492188,2.4645328521728516,2.2974014282226562,2.4116039276123047,2.4003982543945312,2.8307437896728516,33.609867095947266,33.64992141723633,33.70046615600586,33.76936912536621,33.681392669677734,34.073591232299805,33.66875648498535,33.36977958679199,33.30111503601074,32.87172317504883 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,False,2.1817684173583984,2.1872520446777344,2.1004676818847656,2.1262168884277344,2.1605491638183594,2.0995140075683594,2.1347999572753906,2.360105514526367,3.0722618103027344,2.4063587188720703,9.032249450683594,7.965326309204102,8.667945861816406,7.978916168212891,8.963584899902344,7.977724075317383,8.881807327270508,8.280277252197266,8.789539337158203,7.895946502685547 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,True,3.527402877807617,3.506183624267578,3.3800601959228516,3.3097267150878906,3.464221954345703,3.4716129302978516,3.3524036407470703,3.4220218658447266,3.3936500549316406,3.3800601959228516,40.00139236450195,39.9017333984375,40.093183517456055,39.86001014709473,39.53433036804199,40.49229621887207,39.54458236694336,39.69287872314453,39.641618728637695,39.501190185546875 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,False,3.1142234802246094,3.2172203063964844,2.3622512817382812,2.909421920776367,2.3009777069091797,2.3453235626220703,2.271890640258789,2.3834705352783203,2.3376941680908203,2.5207996368408203,13.538837432861328,13.515949249267578,13.579845428466797,12.018203735351562,13.347864151000977,13.549089431762695,13.574361801147461,12.023448944091797,13.360738754272461,13.001680374145508 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,True,3.948688507080078,3.709554672241211,3.8704872131347656,3.8852691650390625,3.9658546447753906,3.8068294525146484,3.790140151977539,3.9670467376708984,3.8843154907226562,3.888368606567383,48.89225959777832,48.711538314819336,48.77114295959473,49.30400848388672,49.48282241821289,49.32570457458496,49.20506477355957,49.477577209472656,49.5295524597168,49.23701286315918 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,False,4.681825637817383,3.2689571380615234,4.730701446533203,3.262758255004883,3.1685829162597656,4.459619522094727,3.8852691650390625,4.360198974609375,3.2434463500976562,3.240346908569336,13.417959213256836,12.966394424438477,12.235164642333984,13.087272644042969,13.345003128051758,13.336181640625,12.053251266479492,13.162851333618164,12.858390808105469,13.154745101928711 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,True,5.351543426513672,12.701272964477539,6.7501068115234375,5.253076553344727,5.274057388305664,5.232572555541992,5.228996276855469,6.050348281860352,5.686044692993164,5.301713943481445,60.198307037353516,59.76581573486328,59.90958213806152,60.06455421447754,60.280799865722656,60.582637786865234,60.047149658203125,60.30416488647461,60.43577194213867,60.98771095275879 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,False,3.47137451171875,4.965066909790039,3.564119338989258,3.421783447265625,3.4148693084716797,3.8487911224365234,3.4949779510498047,3.4646987915039062,3.4782886505126953,4.773378372192383,19.137144088745117,19.132375717163086,19.0887451171875,19.239425659179688,19.54054832458496,20.557641983032227,18.961191177368164,19.75846290588379,23.180246353149414,19.30999755859375 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,True,5.479335784912109,5.650043487548828,5.583286285400391,5.335092544555664,5.42140007019043,5.340814590454102,5.220174789428711,5.273342132568359,5.296230316162109,5.257606506347656,67.23785400390625,66.85781478881836,68.04156303405762,68.96257400512695,68.85051727294922,68.77923011779785,67.71039962768555,67.28672981262207,66.88594818115234,66.79224967956543 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,False,2.5742053985595703,4.115581512451172,4.157066345214844,3.9975643157958984,3.651857376098633,4.2133331298828125,3.818035125732422,3.9229393005371094,3.6652088165283203,3.7696361541748047,18.98646354675293,114.5009994506836,166.49460792541504,165.84205627441406,152.47726440429688,113.1136417388916,119.63319778442383,162.70971298217773,119.81463432312012,162.60337829589844 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,True,7.007837295532227,6.889581680297852,7.047414779663086,6.877422332763672,6.964921951293945,6.85572624206543,6.924629211425781,7.0590972900390625,6.842374801635742,6.93202018737793,83.19807052612305,83.33158493041992,81.97808265686035,82.80539512634277,82.26370811462402,82.92841911315918,83.08887481689453,82.45062828063965,83.03642272949219,82.67807960510254 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,False,4.164695739746094,4.357576370239258,4.415035247802734,6.259918212890625,4.441976547241211,5.318403244018555,4.508018493652344,5.17582893371582,4.639148712158203,4.4384002685546875,24.442195892333984,26.26490592956543,25.973081588745117,25.98404884338379,25.2072811126709,26.498794555664062,24.676084518432617,25.396347045898438,25.04110336303711,26.161670684814453 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,True,0.2090930938720703,0.2086162567138672,0.20623207092285156,0.2052783966064453,0.2067089080810547,0.22840499877929688,0.2090930938720703,0.20551681518554688,0.23031234741210938,0.22864341735839844,2.5386810302734375,2.5420188903808594,2.5475025177001953,2.5339126586914062,2.5866031646728516,2.5491714477539062,2.5370121002197266,2.544879913330078,2.5451183319091797,2.5529861450195312 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,False,0.27251243591308594,0.2601146697998047,0.34499168395996094,0.31757354736328125,0.2739429473876953,0.29468536376953125,0.29587745666503906,0.24008750915527344,0.26488304138183594,0.2601146697998047,72.46637344360352,57.034969329833984,0.8573532104492188,0.8311271667480469,0.8156299591064453,35.28141975402832,0.8699893951416016,0.8423328399658203,1.912832260131836,0.8580684661865234 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,True,0.28443336486816406,0.26488304138183594,0.2682209014892578,0.2779960632324219,0.2675056457519531,0.26416778564453125,0.26702880859375,0.26297569274902344,0.2658367156982422,0.26226043701171875,3.792285919189453,2.999544143676758,3.0069351196289062,2.9709339141845703,2.9015541076660156,2.965688705444336,3.025531768798828,3.0052661895751953,3.0248165130615234,3.005504608154297 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,False,0.25463104248046875,0.2434253692626953,0.26226043701171875,0.2510547637939453,0.25010108947753906,0.27871131896972656,0.2429485321044922,0.2453327178955078,0.2589225769042969,0.25177001953125,1.119852066040039,1.1026859283447266,1.1322498321533203,2.542734146118164,1.1358261108398438,1.1131763458251953,1.1327266693115234,1.0986328125,1.1129379272460938,1.2366771697998047 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,True,0.7140636444091797,0.7104873657226562,0.7078647613525391,0.7066726684570312,0.705718994140625,0.7121562957763672,0.7052421569824219,0.7078647613525391,0.7638931274414062,0.7653236389160156,6.077051162719727,6.21795654296875,6.113767623901367,6.071329116821289,6.285190582275391,6.078958511352539,6.175518035888672,6.109714508056641,5.976200103759766,6.066560745239258 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,False,0.4315376281738281,0.3657341003417969,0.36597251892089844,0.3619194030761719,0.3516674041748047,0.3533363342285156,0.3345012664794922,0.484466552734375,0.37407875061035156,0.4851818084716797,2.7856826782226562,1.6758441925048828,1.6679763793945312,1.6889572143554688,3.512144088745117,1.7070770263671875,1.6579627990722656,2.765178680419922,1.7113685607910156,1.6510486602783203 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,True,0.6966590881347656,0.6144046783447266,0.6794929504394531,0.5617141723632812,0.6892681121826172,0.6051063537597656,0.67138671875,0.6508827209472656,0.675201416015625,0.6084442138671875,7.738590240478516,7.717132568359375,7.599115371704102,7.581949234008789,7.613897323608398,7.663726806640625,7.627725601196289,7.517576217651367,7.63249397277832,7.580995559692383 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,False,0.33783912658691406,0.3867149353027344,0.3838539123535156,0.3535747528076172,0.347137451171875,0.4820823669433594,0.3502368927001953,0.3561973571777344,0.34546852111816406,0.35643577575683594,2.83050537109375,4.638910293579102,2.398967742919922,2.38037109375,2.364635467529297,2.398967742919922,2.3260116577148438,3.3626556396484375,2.3412704467773438,2.339601516723633 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,True,1.018524169921875,0.9429454803466797,0.8862018585205078,0.8482933044433594,0.8854866027832031,0.8931159973144531,0.9007453918457031,0.8490085601806641,0.8897781372070312,0.8893013000488281,11.975526809692383,12.167692184448242,12.069463729858398,12.195110321044922,12.126684188842773,12.016773223876953,11.841535568237305,12.143135070800781,11.998891830444336,11.998414993286133 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,False,0.6649494171142578,0.5228519439697266,0.5736351013183594,0.8862018585205078,0.6153583526611328,0.6344318389892578,0.7700920104980469,0.8594989776611328,0.6544589996337891,0.5886554718017578,3.2501220703125,3.2384395599365234,3.233194351196289,4.654407501220703,3.3020973205566406,3.2296180725097656,3.3257007598876953,3.2329559326171875,4.207849502563477,3.2892227172851562 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,True,1.149892807006836,1.1496543884277344,1.1429786682128906,1.1510848999023438,1.150369644165039,1.149892807006836,1.2090206146240234,1.155853271484375,1.1479854583740234,1.1439323425292969,14.53542709350586,14.87874984741211,14.808416366577148,14.915943145751953,14.90330696105957,14.703035354614258,14.935970306396484,14.816522598266602,15.185356140136719,15.077352523803711 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,False,0.6656646728515625,0.5586147308349609,0.6608963012695312,0.6670951843261719,0.9067058563232422,0.5707740783691406,0.7102489471435547,0.8220672607421875,0.7834434509277344,0.7481575012207031,4.810810089111328,4.744291305541992,4.646062850952148,6.05320930480957,4.687786102294922,4.741668701171875,5.4531097412109375,4.668951034545898,31.630754470825195,4.807233810424805 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,True,1.7948150634765625,1.7306804656982422,1.7714500427246094,1.7161369323730469,1.722097396850586,1.7483234405517578,1.756906509399414,1.7638206481933594,1.796722412109375,1.8010139465332031,24.382829666137695,24.55735206604004,24.5058536529541,24.46722984313965,24.455547332763672,24.052143096923828,24.37734603881836,24.045467376708984,24.352550506591797,23.98204803466797 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,False,0.9493827819824219,0.9894371032714844,1.2540817260742188,1.256704330444336,1.2238025665283203,1.2967586517333984,1.1065006256103516,0.9114742279052734,1.3549327850341797,0.9713172912597656,6.459712982177734,7.354021072387695,6.384372711181641,7.008075714111328,6.446361541748047,6.476402282714844,7.0037841796875,6.411552429199219,7.225275039672852,6.428718566894531 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,True,2.4385452270507812,2.5238990783691406,2.6369094848632812,2.637624740600586,2.5501251220703125,2.5751590728759766,2.4797916412353516,2.5081634521484375,2.5496482849121094,2.5670528411865234,31.303882598876953,31.118392944335938,31.37803077697754,31.073331832885742,31.033992767333984,30.84731101989746,31.05473518371582,31.12936019897461,31.1734676361084,30.81202507019043 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,False,1.5380382537841797,1.3108253479003906,1.3110637664794922,1.2922286987304688,1.4030933380126953,1.619100570678711,1.374959945678711,1.6698837280273438,1.4147758483886719,1.1963844299316406,51.413536071777344,37.59598731994629,78.71437072753906,21.071910858154297,10.562419891357422,9.667634963989258,10.732173919677734,9.31859016418457,35.48622131347656,10.539054870605469 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,True,5.101919174194336,5.039453506469727,5.023002624511719,4.959583282470703,5.006074905395508,16.335487365722656,10.896444320678711,7.443904876708984,6.085634231567383,5.234956741333008,66.12992286682129,66.54191017150879,66.2696361541748,66.3914680480957,65.74702262878418,65.54031372070312,87.7997875213623,64.27216529846191,65.35911560058594,65.84739685058594 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,False,3.672361373901367,2.942800521850586,3.377676010131836,3.296375274658203,3.4546852111816406,2.9878616333007812,3.119230270385742,3.1981468200683594,3.4248828887939453,2.6483535766601562,17.162561416625977,17.29893684387207,17.103195190429688,52.396535873413086,109.12156105041504,23.27418327331543,17.356157302856445,17.5933837890625,17.32945442199707,17.19975471496582 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,True,6.860256195068359,6.684064865112305,6.741762161254883,6.777763366699219,6.762027740478516,6.788015365600586,8.996009826660156,20.52760124206543,11.868953704833984,8.563518524169922,80.43861389160156,80.38806915283203,79.81753349304199,79.76078987121582,79.86736297607422,79.98871803283691,80.08193969726562,80.38997650146484,80.33299446105957,79.9870491027832 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,False,3.5839080810546875,3.4329891204833984,3.2074451446533203,3.500223159790039,3.161191940307617,3.3168792724609375,3.448009490966797,3.3767223358154297,3.6211013793945312,3.1685829162597656,24.588346481323242,25.6497859954834,24.611473083496094,26.174545288085938,25.907278060913086,26.215553283691406,24.81842041015625,25.50220489501953,25.260210037231445,26.174306869506836 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,True,7.565975189208984,7.730960845947266,7.765769958496094,7.728338241577148,7.865428924560547,7.668018341064453,7.920503616333008,7.629871368408203,7.493257522583008,7.813453674316406,98.59395027160645,97.55229949951172,99.75314140319824,98.25634956359863,98.44827651977539,98.40202331542969,97.47004508972168,97.79214859008789,98.26087951660156,98.36077690124512 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,False,4.777431488037109,4.1103363037109375,4.337072372436523,4.408597946166992,4.440069198608398,3.666400909423828,4.296064376831055,4.099607467651367,3.6118030548095703,4.850864410400391,25.287628173828125,26.288747787475586,26.436567306518555,25.188684463500977,26.33810043334961,25.042057037353516,26.20697021484375,26.654958724975586,26.6571044921875,24.892330169677734 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,True,10.400772094726562,10.513544082641602,10.321617126464844,10.518789291381836,10.432958602905273,10.241031646728516,10.506153106689453,25.89869499206543,13.419866561889648,10.5133056640625,123.75521659851074,123.65150451660156,124.94683265686035,124.43351745605469,124.1908073425293,125.02717971801758,124.9232292175293,124.88222122192383,123.66366386413574,123.79002571105957 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,False,3.4079551696777344,3.8962364196777344,3.59344482421875,3.6783218383789062,4.548311233520508,5.036830902099609,4.533290863037109,3.7899017333984375,4.04047966003418,3.6771297454833984,38.26737403869629,37.364959716796875,37.52470016479492,37.08696365356445,37.42051124572754,37.75525093078613,37.19282150268555,37.153005599975586,37.24312782287598,37.62650489807129 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,True,10.492324829101562,10.232925415039062,10.48421859741211,10.410547256469727,10.492324829101562,10.453462600708008,10.446548461914062,10.404586791992188,10.56218147277832,10.434389114379883,133.84628295898438,133.74829292297363,134.95492935180664,134.68122482299805,132.75885581970215,133.10551643371582,133.12339782714844,131.95538520812988,133.070707321167,133.03780555725098 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,False,5.062341690063477,5.361795425415039,4.499197006225586,4.266262054443359,3.832101821899414,6.129741668701172,4.7321319580078125,4.723072052001953,4.209041595458984,4.21452522277832,66.12253189086914,164.26515579223633,82.95345306396484,35.36248207092285,59.60440635681152,34.067392349243164,36.15736961364746,82.94153213500977,85.71624755859375,43.45297813415527 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,True,17.949819564819336,14.342308044433594,14.330625534057617,14.086246490478516,13.907432556152344,14.338970184326172,14.248132705688477,14.394521713256836,14.408349990844727,14.38593864440918,168.2124137878418,168.72596740722656,167.11878776550293,166.18061065673828,166.78166389465332,166.49818420410156,166.19205474853516,167.4802303314209,166.46766662597656,166.23258590698242 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,False,6.171703338623047,5.955934524536133,5.968332290649414,5.3577423095703125,6.503820419311523,6.484508514404297,4.523038864135742,5.768299102783203,7.232427597045898,5.45048713684082,191.37310981750488,95.11661529541016,174.2541790008545,54.48627471923828,53.7877082824707,61.76924705505371,51.80215835571289,137.9532814025879,168.30873489379883,96.57096862792969 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,True,0.7476806640625,0.8051395416259766,0.7536411285400391,0.7472038269042969,0.7448196411132812,0.7588863372802734,0.7472038269042969,0.7545948028564453,0.6256103515625,0.4954338073730469,4.934787750244141,4.935979843139648,4.932880401611328,4.927635192871094,4.956722259521484,4.940509796142578,4.927635192871094,4.9381256103515625,4.851818084716797,4.937410354614258 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,False,0.3788471221923828,0.3609657287597656,0.3237724304199219,0.29158592224121094,0.28705596923828125,0.3142356872558594,0.2932548522949219,0.2999305725097656,0.3001689910888672,0.339508056640625,1.4519691467285156,1.455545425415039,1.451730728149414,1.4536380767822266,1.4483928680419922,1.4450550079345703,2.518177032470703,1.4498233795166016,1.458883285522461,1.444101333618164 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,True,0.48422813415527344,0.4832744598388672,0.48232078552246094,0.48470497131347656,0.4837512969970703,0.48232078552246094,0.5049705505371094,0.4935264587402344,0.4839897155761719,0.46753883361816406,6.119966506958008,6.14619255065918,6.1168670654296875,6.108522415161133,6.125926971435547,6.119489669799805,6.10804557800293,6.104230880737305,6.115913391113281,6.07752799987793 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,False,0.3440380096435547,0.34427642822265625,0.3020763397216797,0.2624988555908203,0.25582313537597656,0.26726722717285156,0.2849102020263672,0.3597736358642578,0.3261566162109375,0.2970695495605469,7.840394973754883,2.752542495727539,2.4940967559814453,2.0296573638916016,2.1817684173583984,2.0406246185302734,3.089427947998047,2.0837783813476562,2.0208358764648438,2.086162567138672 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,True,0.9267330169677734,0.8594989776611328,0.8919239044189453,0.8792877197265625,0.8676052093505859,0.8633136749267578,0.858306884765625,0.8771419525146484,0.8633136749267578,0.8575916290283203,12.326955795288086,12.146711349487305,12.121200561523438,12.479543685913086,12.308120727539062,12.134552001953125,12.215614318847656,12.412548065185547,12.260198593139648,11.989116668701172 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,False,0.38123130798339844,0.37550926208496094,0.3933906555175781,0.4150867462158203,0.5626678466796875,0.7317066192626953,0.6899833679199219,0.4162788391113281,0.40030479431152344,0.45943260192871094,3.215312957763672,3.228902816772461,3.3071041107177734,3.1135082244873047,4.32276725769043,3.107786178588867,3.1006336212158203,3.0999183654785156,3.098011016845703,4.311800003051758 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,True,1.1513233184814453,1.1410713195800781,1.1403560638427734,1.1513233184814453,1.1394023895263672,1.1386871337890625,1.1515617370605469,1.1479854583740234,1.1317729949951172,1.1477470397949219,15.481948852539062,15.476226806640625,15.46335220336914,15.338659286499023,15.232563018798828,15.190362930297852,15.285015106201172,15.408992767333984,15.392303466796875,15.472888946533203 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,False,0.4973411560058594,0.5397796630859375,0.5080699920654297,0.49948692321777344,0.5054473876953125,0.4894733428955078,0.6153583526611328,0.7338523864746094,1.2922286987304688,0.5578994750976562,138.95463943481445,4.797220230102539,5.517721176147461,4.483938217163086,4.451990127563477,4.441499710083008,5.265951156616211,4.447460174560547,4.452705383300781,5.452394485473633 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,True,1.809835433959961,1.6720294952392578,1.6627311706542969,1.6427040100097656,1.6705989837646484,1.6689300537109375,1.6715526580810547,1.7001628875732422,1.7495155334472656,1.7342567443847656,23.734092712402344,23.799419403076172,23.569583892822266,23.540019989013672,23.767709732055664,23.53644371032715,23.705482482910156,23.842334747314453,23.880481719970703,23.73337745666504 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,False,0.7112026214599609,0.7479190826416016,0.7066726684570312,0.7002353668212891,0.6959438323974609,0.69427490234375,0.8382797241210938,0.8966922760009766,0.8039474487304688,0.7894039154052734,6.987333297729492,6.494045257568359,6.256818771362305,6.949663162231445,6.258726119995117,7.160663604736328,6.3877105712890625,6.262063980102539,6.942272186279297,6.229400634765625 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,True,2.4738311767578125,2.758502960205078,2.5904178619384766,2.621889114379883,2.463102340698242,2.5131702423095703,2.521514892578125,2.6340484619140625,2.6586055755615234,2.638578414916992,31.250476837158203,30.9295654296875,30.85160255432129,30.480384826660156,30.084609985351562,30.45058250427246,31.33225440979004,31.52942657470703,31.473875045776367,31.607389450073242 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,False,0.7658004760742188,0.7641315460205078,0.7390975952148438,0.7593631744384766,0.8282661437988281,0.865936279296875,0.7927417755126953,0.7948875427246094,0.9353160858154297,0.9152889251708984,10.648727416992188,9.309768676757812,10.43701171875,10.15019416809082,10.69951057434082,32.30404853820801,10.713815689086914,9.266376495361328,87.76545524597168,100.66795349121094 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,True,3.864765167236328,3.762483596801758,3.874063491821289,3.705739974975586,3.7994384765625,3.8852691650390625,12.615442276000977,5.433797836303711,3.7469863891601562,3.6475658416748047,51.279306411743164,50.57382583618164,50.115108489990234,49.638986587524414,49.66020584106445,50.23026466369629,50.090789794921875,49.857139587402344,50.28223991394043,49.96442794799805 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,False,1.4541149139404297,1.4348030090332031,1.4448165893554688,1.415252685546875,1.3670921325683594,1.2340545654296875,1.3759136199951172,1.2829303741455078,1.3048648834228516,1.2814998626708984,14.63007926940918,13.229131698608398,15.794038772583008,31.320571899414062,17.38715171813965,25.249481201171875,14.338970184326172,12.664318084716797,14.541864395141602,14.510631561279297 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,True,5.099058151245117,5.360603332519531,5.25665283203125,5.166292190551758,5.705833435058594,5.269050598144531,5.183935165405273,5.347490310668945,5.118846893310547,5.110263824462891,62.78705596923828,62.964677810668945,63.26484680175781,63.72475624084473,64.26620483398438,64.28766250610352,64.12720680236816,64.5151138305664,65.02008438110352,64.8336410522461 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,False,1.3740062713623047,1.4002323150634766,1.4123916625976562,1.466989517211914,1.6872882843017578,1.4157295227050781,1.2471675872802734,1.238107681274414,1.2326240539550781,1.226663589477539,21.060943603515625,20.433425903320312,20.261526107788086,19.895315170288086,20.023822784423828,20.671606063842773,20.86663246154785,20.362377166748047,20.498037338256836,19.81663703918457 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,True,9.797334671020508,9.95492935180664,10.418176651000977,10.146379470825195,10.048866271972656,9.776115417480469,9.94110107421875,10.022878646850586,9.783744812011719,10.003328323364258,133.72492790222168,134.3705654144287,133.30817222595215,134.51409339904785,135.17284393310547,134.76228713989258,135.02144813537598,135.20026206970215,134.64856147766113,133.37969779968262 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,False,3.209829330444336,3.3121109008789062,2.83050537109375,2.433300018310547,2.596616744995117,2.5985240936279297,2.0647048950195312,1.9011497497558594,2.113819122314453,2.0096302032470703,33.69283676147461,34.10673141479492,37.003517150878906,33.88619422912598,34.18588638305664,33.985137939453125,33.820152282714844,33.99348258972168,33.88690948486328,33.9655876159668 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,True,13.58652114868164,13.403654098510742,13.397693634033203,13.517618179321289,13.619184494018555,13.436079025268555,13.341426849365234,13.473987579345703,13.548851013183594,13.511180877685547,163.36321830749512,163.09595108032227,162.48655319213867,162.28055953979492,162.24122047424316,165.0393009185791,166.14389419555664,162.86444664001465,163.21420669555664,163.1326675415039 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,False,3.385782241821289,2.3674964904785156,2.727031707763672,2.8128623962402344,2.90679931640625,2.2766590118408203,2.1390914916992188,2.694845199584961,2.062559127807617,1.9040107727050781,49.78013038635254,50.000905990600586,51.074981689453125,50.214290618896484,50.51231384277344,49.547433853149414,49.977779388427734,50.38738250732422,49.538612365722656,50.597190856933594 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,True,15.233039855957031,15.193462371826172,15.000104904174805,15.044927597045898,15.133380889892578,15.224456787109375,15.104532241821289,15.249252319335938,15.283584594726562,15.371084213256836,197.7865695953369,200.00720024108887,199.47290420532227,197.56269454956055,197.96156883239746,197.92914390563965,199.40543174743652,197.86572456359863,196.5022087097168,197.89552688598633 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,False,3.572702407836914,3.2482147216796875,3.9281845092773438,3.367900848388672,3.743410110473633,2.4945735931396484,2.513885498046875,2.4580955505371094,2.1636486053466797,2.4955272674560547,174.1960048675537,157.7765941619873,110.321044921875,145.22242546081543,50.005435943603516,50.65512657165527,50.29869079589844,51.24044418334961,50.40574073791504,52.973270416259766 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,True,20.730018615722656,20.45297622680664,20.461320877075195,20.650863647460938,20.38288116455078,20.335912704467773,20.621299743652344,20.337581634521484,20.87092399597168,20.273447036743164,247.60746955871582,246.6447353363037,250.63586235046387,251.6958713531494,250.0476837158203,251.16896629333496,252.90203094482422,252.38323211669922,249.55010414123535,251.1465549468994 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,False,4.654645919799805,3.4439563751220703,3.454923629760742,3.6602020263671875,2.8378963470458984,3.51715087890625,2.802610397338867,2.745389938354492,2.757549285888672,2.592325210571289,199.32126998901367,189.26095962524414,225.3725528717041,208.65869522094727,223.60706329345703,77.18944549560547,156.5859317779541,74.35035705566406,74.51748847961426,75.12784004211426 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,True,20.621061325073242,20.664215087890625,20.523786544799805,20.60723304748535,20.53546905517578,20.415067672729492,20.895719528198242,20.592451095581055,20.62368392944336,20.403385162353516,272.8424072265625,271.0890769958496,267.7915096282959,272.6609706878662,270.1098918914795,266.8642997741699,266.2181854248047,266.01552963256836,266.2038803100586,266.6149139404297 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,False,4.356861114501953,3.0257701873779297,2.989530563354492,3.1380653381347656,2.8657913208007812,2.819061279296875,2.737760543823242,2.51007080078125,2.337932586669922,2.907991409301758,90.5294418334961,67.57593154907227,67.1987533569336,66.94412231445312,75.0269889831543,66.72477722167969,65.99712371826172,66.18785858154297,67.08526611328125,66.26772880554199 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,True,27.655839920043945,27.744293212890625,27.512311935424805,27.597904205322266,27.535200119018555,30.182600021362305,27.61101722717285,27.429819107055664,27.657032012939453,27.75740623474121,336.9734287261963,334.0010643005371,332.1568965911865,332.78346061706543,333.6822986602783,332.95583724975586,332.43680000305176,335.27374267578125,331.2997817993164,330.37424087524414 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,False,3.9520263671875,4.114627838134766,3.359556198120117,3.3464431762695312,3.3731460571289062,3.449678421020508,4.264116287231445,3.565073013305664,3.4596920013427734,3.4530162811279297,135.3604793548584,257.749080657959,148.93388748168945,97.75090217590332,98.8004207611084,113.63601684570312,98.48475456237793,98.9985466003418,98.4351634979248,100.44646263122559 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,True,0.8838176727294922,0.9753704071044922,0.8904933929443359,1.0628700256347656,0.8790493011474609,1.0678768157958984,0.8847713470458984,1.0595321655273438,0.8704662322998047,1.0600090026855469,11.857986450195312,11.77215576171875,11.931419372558594,11.886835098266602,11.825323104858398,11.704206466674805,11.950969696044922,12.04371452331543,11.712789535522461,11.943340301513672 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,False,0.4374980926513672,0.4830360412597656,0.4210472106933594,0.3910064697265625,0.4723072052001953,0.4153251647949219,0.39076805114746094,0.40078163146972656,0.4394054412841797,0.41866302490234375,47.99389839172363,77.83126831054688,22.42302894592285,55.9382438659668,24.318218231201172,54.555654525756836,4.431247711181641,3.317117691040039,4.316568374633789,3.331422805786133 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,True,1.2121200561523438,1.222372055053711,1.1692047119140625,1.1608600616455078,1.0671615600585938,1.1875629425048828,1.1548995971679688,1.154184341430664,1.1556148529052734,1.1360645294189453,14.699935913085938,14.69731330871582,14.907360076904297,14.689922332763672,14.73546028137207,14.777898788452148,14.942407608032227,15.137672424316406,14.795541763305664,14.728784561157227 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,False,0.6005764007568359,0.5500316619873047,0.6344318389892578,0.5409717559814453,0.537872314453125,0.6034374237060547,0.6272792816162109,0.6649494171142578,0.6775856018066406,0.7476806640625,26.739835739135742,26.427030563354492,6.035804748535156,4.823207855224609,4.736185073852539,5.94639778137207,5.149602890014648,4.733085632324219,5.706310272216797,4.80198860168457 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,True,2.4220943450927734,2.179861068725586,2.183675765991211,2.335071563720703,5.1555633544921875,2.239704132080078,2.3081302642822266,2.3529529571533203,2.2258758544921875,2.3033618927001953,33.57219696044922,33.20503234863281,32.35316276550293,32.07731246948242,31.94260597229004,31.29410743713379,31.547069549560547,31.569719314575195,31.459808349609375,31.622648239135742 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,False,0.8845329284667969,0.8382797241210938,1.1386871337890625,1.3620853424072266,1.031637191772461,0.9858608245849609,0.9324550628662109,0.8864402770996094,0.8120536804199219,0.9462833404541016,7.580995559692383,8.563041687011719,7.909297943115234,8.351564407348633,7.666587829589844,10.06937026977539,7.568120956420898,8.67152214050293,7.495641708374023,8.438348770141602 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,True,3.033161163330078,2.8748512268066406,2.882242202758789,2.9213428497314453,2.978801727294922,3.001689910888672,2.963542938232422,3.704547882080078,3.062009811401367,3.1614303588867188,38.58757019042969,38.28692436218262,38.37847709655762,38.570404052734375,38.622140884399414,38.27047348022461,38.82455825805664,38.80167007446289,38.87009620666504,38.78355026245117 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,False,0.9400844573974609,1.0485649108886719,1.1563301086425781,1.1415481567382812,1.0347366333007812,0.9541511535644531,0.8921623229980469,0.8935928344726562,0.8740425109863281,0.8606910705566406,12.557268142700195,12.583732604980469,11.219024658203125,12.532234191894531,12.588262557983398,11.106252670288086,12.734651565551758,12.956857681274414,12.491226196289062,11.180400848388672 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,True,4.5413970947265625,4.257917404174805,4.423618316650391,4.180431365966797,4.258394241333008,4.319667816162109,4.408359527587891,4.314899444580078,4.34422492980957,4.395723342895508,60.71305274963379,61.48076057434082,61.33317947387695,61.06376647949219,61.06209754943848,61.075687408447266,61.16628646850586,60.87899208068848,61.23208999633789,61.28668785095215 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,False,1.5523433685302734,1.5854835510253906,1.5752315521240234,1.5485286712646484,2.0198822021484375,1.6303062438964844,1.5060901641845703,1.3194084167480469,1.3577938079833984,1.3051033020019531,16.570568084716797,16.648530960083008,18.794536590576172,16.727924346923828,16.59226417541504,16.724586486816406,16.921043395996094,16.480445861816406,16.52979850769043,16.516923904418945 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,True,5.827188491821289,5.836009979248047,5.9986114501953125,5.902528762817383,6.1626434326171875,5.90062141418457,5.871057510375977,5.916118621826172,5.948305130004883,5.967140197753906,78.6740779876709,78.95946502685547,78.67884635925293,77.41856575012207,76.86090469360352,77.00467109680176,77.54039764404297,77.2697925567627,77.1474838256836,77.92305946350098 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,False,1.9943714141845703,1.7445087432861328,1.7049312591552734,1.7168521881103516,1.4472007751464844,1.4586448669433594,1.4863014221191406,1.46484375,1.4603137969970703,1.4750957489013672,24.253368377685547,25.783777236938477,24.389982223510742,25.94780921936035,23.91815185546875,24.816513061523438,23.865461349487305,23.780107498168945,24.985790252685547,23.700714111328125 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,True,8.950233459472656,9.15217399597168,8.768796920776367,9.131431579589844,8.690834045410156,9.197473526000977,8.74471664428711,8.966207504272461,8.776426315307617,9.200811386108398,125.94103813171387,125.37765502929688,125.69284439086914,125.7636547088623,126.05500221252441,127.44379043579102,126.6171932220459,126.54876708984375,125.34642219543457,125.15425682067871 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,False,2.710103988647461,3.1571388244628906,2.2432804107666016,2.348184585571289,2.3686885833740234,2.2361278533935547,1.9707679748535156,2.0072460174560547,2.070903778076172,1.979827880859375,34.00707244873047,33.93197059631348,33.91599655151367,33.81228446960449,33.736467361450195,33.93697738647461,34.047842025756836,33.81800651550293,33.69593620300293,37.16683387756348 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,True,12.934207916259766,13.185977935791016,13.117790222167969,12.996435165405273,13.117790222167969,12.95614242553711,12.858152389526367,12.926578521728516,12.818574905395508,12.906551361083984,157.8660011291504,159.2121124267578,157.45830535888672,158.0207347869873,157.64164924621582,160.08496284484863,157.32383728027344,159.77048873901367,160.91012954711914,158.15067291259766 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,False,2.599000930786133,3.108501434326172,2.657651901245117,2.015352249145508,2.0041465759277344,2.1533966064453125,2.3195743560791016,1.9974708557128906,1.882791519165039,1.7061233520507812,49.09062385559082,72.97825813293457,49.864768981933594,48.22087287902832,49.784183502197266,50.806522369384766,49.02052879333496,48.96831512451172,48.89249801635742,52.16217041015625 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,True,24.945497512817383,24.631023406982422,25.476694107055664,24.93000030517578,50.60076713562012,24.946928024291992,32.294273376464844,24.77860450744629,24.58643913269043,24.6889591217041,334.7325325012207,328.9146423339844,324.7520923614502,327.44598388671875,326.5647888183594,323.29845428466797,326.6406059265137,326.22385025024414,327.1064758300781,328.1741142272949 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,False,4.4078826904296875,4.218578338623047,3.6072731018066406,3.570079803466797,3.7491321563720703,3.282785415649414,3.295421600341797,3.309965133666992,3.290891647338867,3.4008026123046875,241.5306568145752,248.5787868499756,255.7673454284668,242.5394058227539,257.213830947876,192.92593002319336,218.71209144592285,233.96635055541992,220.02840042114258,221.07648849487305 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,True,33.89620780944824,33.98871421813965,34.52944755554199,34.51991081237793,34.80052947998047,34.43455696105957,35.155534744262695,38.346290588378906,34.19971466064453,34.325361251831055,416.28384590148926,415.9202575683594,417.1299934387207,413.0275249481201,406.9359302520752,410.2647304534912,417.41323471069336,415.36617279052734,411.85450553894043,411.9834899902344 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,False,4.381656646728516,4.113435745239258,4.047870635986328,4.245281219482422,4.330635070800781,4.225492477416992,4.370689392089844,4.229307174682617,4.401922225952148,4.321098327636719,281.7995548248291,174.9439239501953,233.63757133483887,284.87610816955566,162.56976127624512,162.14489936828613,295.4587936401367,175.98319053649902,278.95379066467285,177.51407623291016 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,True,38.02156448364258,37.59121894836426,37.461042404174805,37.66989707946777,38.14530372619629,38.275957107543945,38.149356842041016,37.54925727844238,38.053035736083984,38.06328773498535,499.7737407684326,495.3784942626953,500.40411949157715,495.5792427062988,505.2177906036377,505.9475898742676,498.2180595397949,492.1000003814697,493.9594268798828,491.7757511138916 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,False,5.478382110595703,3.718852996826172,4.454135894775391,3.603696823120117,4.27556037902832,4.060029983520508,4.433631896972656,4.403591156005859,4.151821136474609,3.5016536712646484,122.88618087768555,124.48525428771973,123.40998649597168,122.95913696289062,125.05221366882324,124.76396560668945,133.087158203125,124.542236328125,125.82182884216309,139.3749713897705 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,True,52.11234092712402,51.62835121154785,52.394866943359375,51.576852798461914,51.83815956115723,53.01213264465332,54.45289611816406,51.79405212402344,52.10399627685547,51.73969268798828,616.1806583404541,621.8676567077637,623.694896697998,619.8205947875977,623.3267784118652,627.9995441436768,618.0100440979004,624.61256980896,625.7655620574951,629.0977001190186 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,False,6.852149963378906,6.51860237121582,5.981922149658203,5.143165588378906,5.767345428466797,5.90205192565918,6.427764892578125,5.945920944213867,6.232500076293945,5.34820556640625,321.5646743774414,258.5172653198242,313.1556510925293,313.7979507446289,344.8770046234131,238.19804191589355,373.4278678894043,244.4164752960205,215.02065658569336,348.6466407775879 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,True,51.802873611450195,50.966739654541016,51.63860321044922,50.84848403930664,50.72498321533203,51.172494888305664,50.9946346282959,51.13649368286133,51.131248474121094,51.09453201293945,661.9045734405518,672.1763610839844,672.9063987731934,663.1500720977783,671.3449954986572,712.0399475097656,670.0518131256104,677.8740882873535,664.8857593536377,663.4261608123779 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,False,5.457878112792969,6.0100555419921875,4.669666290283203,4.889249801635742,5.569934844970703,4.804134368896484,5.014181137084961,5.099296569824219,4.612207412719727,4.790306091308594,169.62146759033203,162.7182960510254,162.52374649047852,163.5284423828125,162.41860389709473,269.0269947052002,359.0352535247803,341.5844440460205,342.65995025634766,284.0583324432373 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,True,69.26918029785156,70.29175758361816,70.36232948303223,70.36662101745605,70.15228271484375,69.31567192077637,68.62497329711914,68.35389137268066,68.59207153320312,69.03362274169922,825.3421783447266,822.6089477539062,824.4967460632324,825.8695602416992,825.2749443054199,825.4673480987549,826.378345489502,820.1150894165039,831.6521644592285,823.662519454956 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,False,8.691072463989258,8.60738754272461,8.249759674072266,8.394479751586914,8.464574813842773,8.602380752563477,8.575677871704102,8.560657501220703,8.789300918579102,8.42428207397461,239.65883255004883,325.90484619140625,255.47194480895996,250.29468536376953,254.6398639678955,262.85624504089355,256.6943168640137,240.15450477600098,238.85655403137207,237.6117706298828 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,True,1.979827880859375,1.9621849060058594,1.9643306732177734,1.9483566284179688,1.8641948699951172,1.3163089752197266,1.3191699981689453,1.323699951171875,1.3179779052734375,1.3179779052734375,18.009185791015625,17.894268035888672,18.009424209594727,18.038034439086914,18.009185791015625,17.96555519104004,17.957687377929688,17.781972885131836,18.202781677246094,17.988920211791992 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,False,0.6031990051269531,0.5595684051513672,0.5698204040527344,0.5190372467041016,0.5340576171875,0.6673336029052734,0.7207393646240234,0.7402896881103516,0.6496906280517578,0.6496906280517578,4.840373992919922,5.717992782592773,4.918575286865234,4.831552505493164,4.851818084716797,5.674600601196289,4.831790924072266,4.835367202758789,5.731821060180664,4.880428314208984 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,True,1.7728805541992188,1.695394515991211,1.6939640045166016,1.7125606536865234,1.6241073608398438,1.6777515411376953,1.7120838165283203,1.743316650390625,1.6868114471435547,1.7769336700439453,22.492408752441406,22.389888763427734,22.284269332885742,22.631168365478516,22.373199462890625,22.14193344116211,22.443056106567383,22.298812866210938,22.365331649780273,22.258758544921875 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,False,0.7200241088867188,0.8819103240966797,0.8149147033691406,0.7746219635009766,0.8196830749511719,0.7865428924560547,0.7200241088867188,0.7402896881103516,0.698089599609375,0.7076263427734375,7.022380828857422,8.365869522094727,7.143974304199219,8.471012115478516,7.519006729125977,8.237838745117188,7.173776626586914,8.020877838134766,7.145166397094727,7.019996643066406 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,True,3.2978057861328125,3.5257339477539062,3.161907196044922,3.1309127807617188,3.206014633178711,3.2129287719726562,3.2126903533935547,3.3457279205322266,3.1359195709228516,3.2002925872802734,46.547889709472656,46.44942283630371,46.1421012878418,46.23222351074219,46.49782180786133,46.36025428771973,46.26131057739258,46.5545654296875,46.636104583740234,46.663761138916016 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,False,1.3875961303710938,1.8281936645507812,1.1606216430664062,1.153707504272461,1.1475086212158203,1.1501312255859375,1.1675357818603516,1.1451244354248047,1.1441707611083984,1.153707504272461,12.299537658691406,11.544227600097656,12.523174285888672,12.444257736206055,11.184930801391602,12.659788131713867,12.287139892578125,12.217521667480469,11.310100555419922,12.350320816040039 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,True,4.4040679931640625,4.433155059814453,4.606485366821289,4.543304443359375,4.487752914428711,4.5986175537109375,4.556417465209961,4.395484924316406,4.431962966918945,4.571437835693359,59.19384956359863,58.953285217285156,58.81810188293457,59.069156646728516,59.2494010925293,59.241533279418945,59.51428413391113,58.556318283081055,58.44235420227051,58.3806037902832 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,False,1.5485286712646484,1.3494491577148438,1.3968944549560547,1.338958740234375,1.3167858123779297,1.3651847839355469,1.3942718505859375,1.1126995086669922,1.0995864868164062,1.1060237884521484,18.021106719970703,21.040916442871094,18.302202224731445,17.838716506958008,18.138647079467773,17.943620681762695,18.6007022857666,18.629074096679688,17.853975296020508,29.345989227294922 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,True,6.790399551391602,6.407260894775391,6.469249725341797,6.711244583129883,6.504535675048828,6.585836410522461,6.567955017089844,6.353616714477539,6.680488586425781,6.529569625854492,92.58437156677246,92.73123741149902,92.57316589355469,93.01209449768066,92.84710884094238,92.74792671203613,92.55456924438477,92.82684326171875,91.82095527648926,92.0569896697998 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,False,2.206087112426758,2.0780563354492188,2.101898193359375,2.1407604217529297,2.277374267578125,2.2859573364257812,1.5919208526611328,1.8572807312011719,1.8777847290039062,1.6129016876220703,25.190114974975586,25.821208953857422,25.18153190612793,25.902748107910156,27.53281593322754,25.989532470703125,24.72662925720215,24.057626724243164,25.042057037353516,24.20949935913086 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,True,9.476184844970703,9.331464767456055,8.969306945800781,9.244441986083984,8.961677551269531,9.016990661621094,9.335994720458984,9.090900421142578,9.150266647338867,8.940935134887695,117.17820167541504,118.84665489196777,118.61181259155273,118.93320083618164,119.45486068725586,119.34757232666016,118.57962608337402,118.92056465148926,119.93074417114258,120.11456489562988 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,False,2.4089813232421875,2.233743667602539,2.063751220703125,1.9221305847167969,1.985788345336914,1.9295215606689453,2.3946762084960938,1.8932819366455078,1.7082691192626953,1.7085075378417969,36.03506088256836,38.1472110748291,36.75484657287598,36.299705505371094,49.64804649353027,36.24367713928223,38.17629814147949,36.27586364746094,39.127349853515625,35.8128547668457 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,True,13.303279876708984,13.549089431762695,13.646841049194336,13.281822204589844,13.43393325805664,13.152360916137695,13.523340225219727,13.310670852661133,22.24421501159668,13.734579086303711,189.76426124572754,189.74757194519043,193.38560104370117,193.39632987976074,189.87226486206055,190.22464752197266,190.7813549041748,192.19732284545898,194.74315643310547,191.15424156188965 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,False,3.477811813354492,3.398418426513672,2.585172653198242,2.9480457305908203,2.6481151580810547,2.2745132446289062,3.582477569580078,2.4204254150390625,2.0830631256103516,2.210378646850586,50.88353157043457,50.52804946899414,50.80366134643555,50.3230094909668,80.4448127746582,50.66561698913574,49.66282844543457,49.698591232299805,49.69215393066406,50.74119567871094 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,True,19.248485565185547,18.87369155883789,18.898725509643555,18.781423568725586,18.844127655029297,18.82028579711914,19.03223991394043,19.087553024291992,19.040822982788086,19.609689712524414,243.5154914855957,241.87016487121582,243.38006973266602,240.25321006774902,242.37418174743652,244.37665939331055,242.17867851257324,243.34335327148438,243.34025382995605,242.82336235046387 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,False,2.9425621032714844,3.027200698852539,2.983570098876953,2.6471614837646484,3.2486915588378906,2.6886463165283203,3.0226707458496094,2.6819705963134766,2.7036666870117188,2.3546218872070312,73.15444946289062,84.96689796447754,88.98329734802246,74.85556602478027,130.10478019714355,223.48451614379883,137.35175132751465,149.66940879821777,219.42138671875,117.80905723571777 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,True,36.834716796875,36.356210708618164,36.9420051574707,36.68713569641113,36.95845603942871,37.035226821899414,36.658287048339844,36.56768798828125,36.89074516296387,36.546945571899414,492.5963878631592,495.0277805328369,499.0732669830322,490.9367561340332,492.2611713409424,489.3007278442383,500.5302429199219,491.1491870880127,498.81672859191895,503.64160537719727 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,False,7.648468017578125,6.097078323364258,5.351781845092773,5.236148834228516,4.833221435546875,4.996299743652344,5.565881729125977,4.974126815795898,4.858493804931641,4.984617233276367,123.13032150268555,122.98274040222168,123.10600280761719,122.28035926818848,126.08194351196289,123.75473976135254,123.07262420654297,122.85041809082031,124.10688400268555,122.41744995117188 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,True,49.713134765625,50.38714408874512,51.34105682373047,51.4063835144043,50.551652908325195,50.15277862548828,49.94606971740723,50.31633377075195,51.48029327392578,50.67133903503418,616.1091327667236,620.2232837677002,616.6112422943115,611.6580963134766,615.3223514556885,613.0352020263672,621.8729019165039,622.6954460144043,617.5823211669922,623.5775947570801 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,False,5.078792572021484,5.395650863647461,6.4144134521484375,6.278514862060547,6.337404251098633,6.935596466064453,5.733728408813477,5.790948867797852,5.944252014160156,5.464792251586914,185.8234405517578,179.41617965698242,204.01859283447266,227.86545753479004,180.1164150238037,179.5177459716797,250.61941146850586,179.91995811462402,179.3808937072754,180.04560470581055 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,True,75.54769515991211,56.25295639038086,56.93387985229492,56.389808654785156,56.32448196411133,56.25653266906738,56.61273002624512,58.50934982299805,56.28061294555664,56.10466003417969,739.4828796386719,741.3434982299805,740.703821182251,744.565486907959,741.7361736297607,738.753080368042,742.1998977661133,750.7278919219971,743.2718276977539,742.4032688140869 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,False,6.907463073730469,5.789518356323242,6.445646286010742,5.591630935668945,5.0411224365234375,6.258964538574219,5.669355392456055,5.040884017944336,6.835699081420898,5.340099334716797,182.81245231628418,182.03306198120117,181.80179595947266,181.72669410705566,182.0356845855713,181.7493438720703,182.2521686553955,180.88746070861816,182.33084678649902,181.95796012878418 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,True,75.65116882324219,75.60372352600098,75.72627067565918,76.07460021972656,75.6380558013916,75.90508460998535,77.10695266723633,76.5068531036377,76.27534866333008,75.77872276306152,924.4656562805176,922.1000671386719,921.4599132537842,923.6776828765869,921.6492176055908,925.5633354187012,924.9668121337891,924.3373870849609,927.2127151489258,938.3132457733154 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,False,7.429599761962891,7.406473159790039,7.623910903930664,8.099079132080078,7.73930549621582,8.520364761352539,7.2383880615234375,8.332252502441406,7.418632507324219,8.231878280639648,266.8640613555908,266.2808895111084,266.42775535583496,266.39795303344727,267.0772075653076,283.53118896484375,266.751766204834,266.56413078308105,267.1823501586914,268.33319664001465 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,True,76.55501365661621,76.13396644592285,76.28321647644043,76.17306709289551,76.20835304260254,76.48682594299316,76.56431198120117,77.03948020935059,77.1169662475586,76.69258117675781,997.2221851348877,993.8416481018066,997.4722862243652,996.8953132629395,998.1541633605957,992.7349090576172,997.3340034484863,997.2147941589355,996.0417747497559,992.8979873657227 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,False,7.712364196777344,7.084131240844727,7.5817108154296875,7.199525833129883,7.849693298339844,8.07499885559082,7.335901260375977,7.919073104858398,8.628368377685547,6.855964660644531,239.90631103515625,240.71431159973145,240.2634620666504,241.29581451416016,241.97936058044434,241.29223823547363,252.55537033081055,240.54574966430664,239.28093910217285,240.1735782623291 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,True,103.56855392456055,103.18803787231445,102.11324691772461,102.50401496887207,103.54971885681152,103.12819480895996,103.4085750579834,104.29024696350098,104.43449020385742,102.81968116760254,1243.7210083007812,1246.5317249298096,1245.769739151001,1238.7981414794922,1237.9496097564697,1243.9138889312744,1242.5456047058105,1235.1493835449219,1237.89644241333,1243.4828281402588 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,False,11.390924453735352,10.282516479492188,9.563207626342773,10.387420654296875,9.912729263305664,11.10076904296875,10.408163070678711,9.575128555297852,10.40959358215332,9.707927703857422,356.11581802368164,358.3958148956299,367.94209480285645,353.63268852233887,356.4167022705078,354.4306755065918,353.2991409301758,353.48033905029297,352.76007652282715,353.243350982666 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,True,1.7158985137939453,1.5642642974853516,1.6314983367919922,1.6453266143798828,1.5528202056884766,1.6803741455078125,1.659393310546875,1.7161369323730469,1.71661376953125,1.7104148864746094,23.678064346313477,23.808956146240234,23.66924285888672,23.72884750366211,24.00994300842285,24.25384521484375,23.977279663085938,23.74553680419922,23.658037185668945,23.41175079345703 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,False,0.6835460662841797,0.6804466247558594,0.6661415100097656,0.6875991821289062,0.7121562957763672,0.6895065307617188,0.8230209350585938,0.8311271667480469,0.8530616760253906,0.80108642578125,7.237911224365234,6.401538848876953,8.242368698120117,6.472110748291016,6.3991546630859375,7.278919219970703,6.408929824829102,7.280826568603516,6.407976150512695,6.374835968017578 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,True,2.406597137451172,2.268075942993164,2.419710159301758,2.391815185546875,2.316713333129883,2.286195755004883,2.228260040283203,2.351045608520508,2.1851062774658203,2.3818016052246094,30.08556365966797,30.39240837097168,30.263900756835938,30.265331268310547,30.27796745300293,30.06911277770996,30.2584171295166,30.39407730102539,30.323028564453125,30.088186264038086 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,False,0.7615089416503906,0.751495361328125,0.8003711700439453,0.7598400115966797,0.7534027099609375,0.7221698760986328,0.8792877197265625,0.9679794311523438,0.8678436279296875,0.8680820465087891,9.394407272338867,10.73598861694336,10.55455207824707,9.390830993652344,10.539531707763672,9.37509536743164,10.530471801757812,10.607242584228516,9.42540168762207,10.557174682617188 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,True,4.516124725341797,4.374980926513672,4.279375076293945,4.35638427734375,4.420995712280273,4.383563995361328,4.3354034423828125,4.539966583251953,4.804134368896484,4.719734191894531,63.082218170166016,63.04931640625,63.35282325744629,63.11345100402832,63.25507164001465,62.8209114074707,62.566280364990234,62.48831748962402,62.68143653869629,62.47448921203613 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,False,1.56402587890625,1.5017986297607422,2.1924972534179688,1.6832351684570312,1.4607906341552734,1.3508796691894531,1.3740062713623047,1.318216323852539,1.3957023620605469,1.3835430145263672,16.138792037963867,16.48545265197754,16.129255294799805,15.927314758300781,17.768383026123047,16.038179397583008,15.951156616210938,16.501426696777344,16.335725784301758,16.170501708984375 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,True,6.032705307006836,5.9967041015625,6.005525588989258,5.963802337646484,6.05010986328125,12.575149536132812,8.602619171142578,6.258487701416016,6.16455078125,6.049156188964844,78.36055755615234,78.24230194091797,77.82793045043945,78.74441146850586,79.01620864868164,78.6588191986084,78.3379077911377,78.43542098999023,78.15837860107422,78.16147804260254 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,False,1.5876293182373047,1.569509506225586,1.3539791107177734,1.4412403106689453,1.5306472778320312,1.4281272888183594,1.2536048889160156,1.2998580932617188,1.360177993774414,1.3020038604736328,22.984027862548828,24.168968200683594,22.966861724853516,23.180484771728516,24.364948272705078,23.512601852416992,23.94723892211914,23.278236389160156,23.442983627319336,24.499893188476562 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,True,8.600473403930664,9.06062126159668,8.550405502319336,8.594274520874023,9.018898010253906,9.005546569824219,8.961915969848633,8.915185928344727,8.565187454223633,8.900165557861328,121.32954597473145,121.76227569580078,122.9853630065918,122.45821952819824,123.02970886230469,123.22306632995605,123.01254272460938,122.29800224304199,121.05798721313477,121.35696411132812 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,False,2.980947494506836,2.7267932891845703,2.7320384979248047,2.7337074279785156,2.432107925415039,1.9695758819580078,2.147674560546875,2.8083324432373047,2.452850341796875,1.8053054809570312,34.607648849487305,33.713340759277344,33.643245697021484,33.20193290710449,33.11920166015625,32.628774642944336,33.12945365905762,33.18500518798828,32.5016975402832,32.87458419799805 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,True,12.028932571411133,12.08949089050293,12.037038803100586,12.078523635864258,12.041091918945312,12.132883071899414,11.91854476928711,11.95836067199707,12.116193771362305,11.937379837036133,156.36539459228516,156.52704238891602,155.66778182983398,155.98392486572266,155.5345058441162,155.74908256530762,157.12809562683105,155.8208465576172,155.55119514465332,155.82752227783203 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,False,3.01361083984375,2.623319625854492,3.0455589294433594,2.5277137756347656,2.3255348205566406,2.0012855529785156,2.5179386138916016,2.422332763671875,2.1648406982421875,2.3970603942871094,48.512935638427734,48.60424995422363,48.502206802368164,48.93779754638672,47.224998474121094,68.78352165222168,48.97618293762207,48.11239242553711,48.23708534240723,48.86198043823242 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,True,17.421722412109375,17.382144927978516,17.438650131225586,17.975330352783203,18.145084381103516,18.248558044433594,17.801284790039062,18.147706985473633,18.222808837890625,18.160343170166016,252.701997756958,250.87952613830566,253.1259059906006,253.90338897705078,253.0670166015625,251.58429145812988,253.3893585205078,253.60441207885742,252.67553329467773,252.1493434906006 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,False,4.591941833496094,4.90880012512207,4.403114318847656,3.688335418701172,4.05120849609375,3.8542747497558594,3.3190250396728516,2.8340816497802734,3.4253597259521484,2.2797584533691406,65.79184532165527,65.57536125183105,65.44852256774902,65.0949478149414,65.8867359161377,66.04456901550293,65.92679023742676,66.26176834106445,66.36452674865723,65.8721923828125 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,True,25.079727172851562,25.463104248046875,25.037527084350586,24.956941604614258,24.947643280029297,24.903297424316406,25.67124366760254,25.028705596923828,25.009870529174805,25.553464889526367,319.11182403564453,318.2334899902344,317.3344135284424,319.8540210723877,318.73321533203125,317.37589836120605,318.0117607116699,317.716121673584,318.04513931274414,318.6759948730469 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,False,4.698753356933594,3.555774688720703,3.337383270263672,3.7741661071777344,3.429412841796875,4.263162612915039,3.4079551696777344,3.5686492919921875,2.9544830322265625,3.454446792602539,98.31523895263672,97.77355194091797,121.8557357788086,98.65546226501465,98.45876693725586,98.17790985107422,97.412109375,97.99551963806152,98.23846817016602,98.66595268249512 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,True,48.026323318481445,48.28166961669922,47.63984680175781,47.61314392089844,48.067569732666016,48.265933990478516,48.493146896362305,47.63031005859375,48.650264739990234,48.3705997467041,653.5003185272217,650.5677700042725,654.705286026001,650.1567363739014,653.3699035644531,653.0544757843018,650.6125926971436,649.6586799621582,650.6831645965576,652.9550552368164 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,False,7.8487396240234375,5.355596542358398,5.570888519287109,6.239414215087891,5.404472351074219,4.676580429077148,5.389928817749023,4.5948028564453125,6.70623779296875,5.544900894165039,162.36543655395508,162.63961791992188,162.30297088623047,162.59288787841797,162.4755859375,162.0190143585205,161.73577308654785,163.76662254333496,162.10103034973145,163.12313079833984 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,True,66.86758995056152,67.33870506286621,68.87984275817871,66.61105155944824,65.91033935546875,66.46919250488281,66.67613983154297,65.91153144836426,66.72334671020508,67.63696670532227,816.1659240722656,819.4789886474609,816.4181709289551,818.0108070373535,816.8201446533203,814.8488998413086,818.371057510376,818.922758102417,818.4418678283691,817.3515796661377 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,False,6.48808479309082,8.79359245300293,6.639242172241211,7.868766784667969,7.092714309692383,6.709098815917969,6.767988204956055,6.45136833190918,7.485151290893555,6.545305252075195,237.07818984985352,236.97900772094727,237.08701133728027,237.15448379516602,237.57696151733398,237.4284267425537,237.15972900390625,237.00594902038574,251.2683868408203,237.34569549560547 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,True,74.92303848266602,74.95808601379395,75.63519477844238,75.6537914276123,74.52273368835449,75.75464248657227,74.04828071594238,74.64337348937988,74.22041893005371,73.4090805053711,982.2821617126465,980.6101322174072,986.1156940460205,984.4284057617188,984.5778942108154,986.3066673278809,983.3848476409912,986.0186576843262,984.51828956604,987.32590675354 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,False,8.116722106933594,8.158445358276367,7.480382919311523,7.450342178344727,7.6236724853515625,6.697416305541992,7.774591445922852,6.771326065063477,6.734609603881836,8.187055587768555,240.3090000152588,240.36812782287598,241.23287200927734,241.26601219177246,241.7762279510498,240.29970169067383,253.0956268310547,240.3249740600586,241.83893203735352,240.36288261413574 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,True,100.41546821594238,101.20344161987305,101.89366340637207,100.2655029296875,139.18781280517578,100.99053382873535,100.42047500610352,101.91464424133301,101.61733627319336,117.1731948852539,1234.2159748077393,1233.7284088134766,1233.2639694213867,1251.868486404419,1238.5940551757812,1238.0690574645996,1235.424518585205,1234.3034744262695,1240.5202388763428,1231.3377857208252 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,False,9.771585464477539,10.473251342773438,9.823799133300781,10.47658920288086,10.356903076171875,9.726762771606445,10.995626449584961,9.662866592407227,10.509014129638672,9.92894172668457,355.27968406677246,356.3506603240967,371.9050884246826,354.45570945739746,355.2372455596924,355.2670478820801,354.3980121612549,354.8870086669922,353.6672592163086,354.37512397766113 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,True,102.07486152648926,102.21648216247559,101.29165649414062,100.56257247924805,101.45878791809082,101.4549732208252,100.68106651306152,100.58140754699707,101.91917419433594,100.09598731994629,1326.9336223602295,1327.181100845337,1323.5158920288086,1327.068567276001,1327.4896144866943,1323.7452507019043,1323.3065605163574,1328.8543224334717,1320.0280666351318,1326.6563415527344 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,False,8.801460266113281,10.44607162475586,8.75711441040039,12.374162673950195,9.572029113769531,10.246515274047852,9.911775588989258,8.789539337158203,9.64808464050293,9.002447128295898,321.2704658508301,332.6995372772217,322.1399784088135,320.4505443572998,319.97108459472656,322.07274436950684,319.43416595458984,341.9764041900635,321.7792510986328,321.6993808746338 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,True,139.84203338623047,139.38426971435547,137.81070709228516,137.56632804870605,136.81745529174805,137.3450756072998,137.24279403686523,136.30366325378418,136.46459579467773,136.1103057861328,1647.2201347351074,1651.0205268859863,1643.064022064209,1647.1076011657715,1655.017375946045,1646.472692489624,1654.2353630065918,1656.4509868621826,1653.010368347168,1653.7652015686035 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,False,13.94963264465332,13.041496276855469,15.106439590454102,13.929605484008789,14.19687271118164,13.912200927734375,13.775348663330078,14.230966567993164,12.79449462890625,13.668060302734375,479.49814796447754,475.8479595184326,479.28476333618164,476.95112228393555,478.8947105407715,480.68952560424805,476.8373966217041,478.7180423736572,476.3753414154053,476.3531684875488 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_gpu.csv new file mode 100644 index 0000000..58e6a37 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_gpu.csv @@ -0,0 +1,197 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.15473365783691406,0.1533031463623047,0.14781951904296875,0.15020370483398438,0.15044212341308594,0.14400482177734375,0.14829635620117188,0.15664100646972656,0.1456737518310547,0.14853477478027344,0.12111663818359375,0.10991096496582031,0.11038780212402344,0.10967254638671875,0.10824203491210938,0.11467933654785156,0.11420249938964844,0.11444091796875,0.11038780212402344,0.09632110595703125 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.14066696166992188,0.15354156494140625,0.14019012451171875,0.14472007751464844,0.13780593872070312,0.14162063598632812,0.1399517059326172,0.13971328735351562,0.13446807861328125,0.1373291015625,0.0972747802734375,0.0972747802734375,0.09107589721679688,0.09083747863769531,0.09012222290039062,0.09012222290039062,0.09274482727050781,0.09465217590332031,0.095367431640625,0.09250640869140625 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.11658668518066406,0.11396408081054688,0.11682510375976562,0.11515617370605469,0.11491775512695312,0.11420249938964844,0.1125335693359375,0.11348724365234375,0.11205673217773438,0.1125335693359375,0.08678436279296875,0.08678436279296875,0.08392333984375,0.08320808410644531,0.08296966552734375,0.08225440979003906,0.08296966552734375,0.08440017700195312,0.08320808410644531,0.08344650268554688 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.12373924255371094,0.11873245239257812,0.11754035949707031,0.11587142944335938,0.11539459228515625,0.11563301086425781,0.1251697540283203,0.11682510375976562,0.11587142944335938,0.11396408081054688,0.10561943054199219,0.1049041748046875,0.10347366333007812,0.102996826171875,0.11372566223144531,0.10561943054199219,0.10204315185546875,0.102996826171875,0.102996826171875,0.10204315185546875 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.15974044799804688,0.1533031463623047,0.15616416931152344,0.15282630920410156,0.1552104949951172,0.14925003051757812,0.15592575073242188,0.14972686767578125,0.18143653869628906,0.14925003051757812,0.12993812561035156,0.12493133544921875,0.10752677917480469,0.12111663818359375,0.10800361633300781,0.10800361633300781,0.10609626770019531,0.11706352233886719,0.11229515075683594,0.10800361633300781 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.14090538024902344,0.13899803161621094,0.14019012451171875,0.14495849609375,0.13756752014160156,0.13709068298339844,0.13709068298339844,0.13780593872070312,0.1480579376220703,0.13828277587890625,0.102996826171875,0.0858306884765625,0.08535385131835938,0.08606910705566406,0.08416175842285156,0.08797645568847656,0.08893013000488281,0.08893013000488281,0.09036064147949219,0.08368492126464844 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.12826919555664062,0.12183189392089844,0.12564659118652344,0.11849403381347656,0.12183189392089844,0.11920928955078125,0.13685226440429688,0.13065338134765625,0.12493133544921875,0.118255615234375,0.10848045349121094,0.10538101196289062,0.11110305786132812,0.10848045349121094,0.10704994201660156,0.10514259338378906,0.10347366333007812,0.10633468627929688,0.10466575622558594,0.10395050048828125 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.1327991485595703,0.1277923583984375,0.12993812561035156,0.1277923583984375,0.12874603271484375,0.12683868408203125,0.1270771026611328,0.12731552124023438,0.1270771026611328,0.1285076141357422,0.08869171142578125,0.08416175842285156,0.08654594421386719,0.08559226989746094,0.08416175842285156,0.08535385131835938,0.08463859558105469,0.08535385131835938,0.08440017700195312,0.09274482727050781 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.20003318786621094,0.19311904907226562,0.2009868621826172,0.19097328186035156,0.18930435180664062,0.19669532775878906,0.19860267639160156,0.1876354217529297,0.20313262939453125,0.20170211791992188,0.18668174743652344,0.1609325408935547,0.194549560546875,0.19502639770507812,0.141143798828125,0.13566017150878906,0.2186298370361328,0.1697540283203125,0.16498565673828125,0.1399517059326172 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.34880638122558594,0.47850608825683594,0.40459632873535156,0.347137451171875,0.33283233642578125,0.3254413604736328,0.31685829162597656,0.31495094299316406,0.31948089599609375,0.1704692840576172,0.11515617370605469,0.12803077697753906,0.11515617370605469,0.11324882507324219,0.11324882507324219,0.11134147644042969,0.11110305786132812,0.10967254638671875,0.1163482666015625,0.10967254638671875 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.12278556823730469,0.12493133544921875,0.12350082397460938,0.12111663818359375,0.12087821960449219,0.12087821960449219,0.11992454528808594,0.13566017150878906,0.11992454528808594,0.11920928955078125,0.08916854858398438,0.08654594421386719,0.0896453857421875,0.08845329284667969,0.08845329284667969,0.08797645568847656,0.087738037109375,0.08797645568847656,0.08702278137207031,0.08797645568847656 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.14662742614746094,0.4405975341796875,0.17070770263671875,0.14662742614746094,0.14519691467285156,0.1399517059326172,0.141143798828125,0.13875961303710938,0.14066696166992188,0.156402587890625,0.17261505126953125,0.164031982421875,0.1614093780517578,0.1633167266845703,0.16260147094726562,0.15854835510253906,0.15783309936523438,0.1621246337890625,0.1590251922607422,0.1590251922607422 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.1742839813232422,0.17642974853515625,0.4894733428955078,0.16927719116210938,0.1735687255859375,0.16617774963378906,0.16546249389648438,0.164031982421875,0.16307830810546875,0.1766681671142578,0.1456737518310547,0.1506805419921875,0.20051002502441406,0.1761913299560547,0.15878677368164062,0.14519691467285156,0.1456737518310547,0.14209747314453125,0.15211105346679688,0.13875961303710938 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,0.1697540283203125,0.1590251922607422,0.1595020294189453,0.1735687255859375,0.1678466796875,0.1571178436279297,0.1537799835205078,0.15211105346679688,0.1499652862548828,0.1494884490966797,0.14066696166992188,0.11444091796875,0.12159347534179688,0.13327598571777344,0.1239776611328125,0.13875961303710938,0.11682510375976562,0.11205673217773438,0.11706352233886719,0.11396408081054688 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.1347064971923828,0.13518333435058594,0.1327991485595703,0.1323223114013672,0.13136863708496094,0.13136863708496094,0.14901161193847656,0.13065338134765625,0.12969970703125,0.13136863708496094,0.09059906005859375,0.09012222290039062,0.08893013000488281,0.08916854858398438,0.08916854858398438,0.08654594421386719,0.08749961853027344,0.08749961853027344,0.08702278137207031,0.08678436279296875 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,0.12612342834472656,0.11610984802246094,0.1163482666015625,0.11730194091796875,0.11539459228515625,0.11563301086425781,0.11539459228515625,0.11515617370605469,0.11444091796875,0.11587142944335938,0.07295608520507812,0.06914138793945312,0.0705718994140625,0.0896453857421875,0.07581710815429688,0.07295608520507812,0.07081031799316406,0.06961822509765625,0.06985664367675781,0.06842613220214844 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.2238750457763672,0.20742416381835938,0.20503997802734375,0.22363662719726562,0.20503997802734375,0.20933151245117188,0.20384788513183594,0.20241737365722656,0.2186298370361328,0.2453327178955078,0.12278556823730469,0.10538101196289062,0.10752677917480469,0.10395050048828125,0.12111663818359375,0.14328956604003906,0.11491775512695312,0.1239776611328125,0.3724098205566406,0.308990478515625 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,0.15473365783691406,0.1544952392578125,0.14925003051757812,0.1475811004638672,0.14710426330566406,0.1475811004638672,0.1475811004638672,0.16021728515625,0.1461505889892578,0.14138221740722656,0.16307830810546875,0.13947486877441406,0.11467933654785156,0.11587142944335938,0.11444091796875,0.110626220703125,0.11372566223144531,0.10371208190917969,0.13208389282226562,0.1125335693359375 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.14638900756835938,0.14710426330566406,0.14543533325195312,0.14352798461914062,0.14495849609375,0.14328956604003906,0.14448165893554688,0.1423358917236328,0.14209747314453125,0.1442432403564453,0.11658668518066406,0.11324882507324219,0.1304149627685547,0.11372566223144531,0.11157989501953125,0.11610984802246094,0.07939338684082031,0.08153915405273438,0.08225440979003906,0.08058547973632812 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,0.1354217529296875,0.13327598571777344,0.13399124145507812,0.1392364501953125,0.13685226440429688,0.13709068298339844,0.1373291015625,0.13303756713867188,0.32401084899902344,0.13208389282226562,0.12421607971191406,0.12087821960449219,0.12683868408203125,0.12254714965820312,0.12469291687011719,0.12302398681640625,0.11968612670898438,0.12063980102539062,0.12040138244628906,0.1373291015625 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.1933574676513672,0.1881122589111328,0.186920166015625,0.1857280731201172,0.38933753967285156,0.18668174743652344,0.2205371856689453,0.2167224884033203,0.18167495727539062,0.18262863159179688,0.22792816162109375,0.225067138671875,0.21839141845703125,0.2143383026123047,0.21505355834960938,0.21791458129882812,0.21719932556152344,0.2148151397705078,0.2722740173339844,0.26798248291015625 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,0.1780986785888672,0.1747608184814453,0.22745132446289062,0.2033710479736328,0.16880035400390625,0.1697540283203125,0.1633167266845703,0.16307830810546875,0.1685619354248047,0.1590251922607422,0.1277923583984375,0.156402587890625,0.15687942504882812,0.15234947204589844,0.3960132598876953,0.25844573974609375,0.21886825561523438,0.21123886108398438,0.20623207092285156,0.2028942108154297 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.16260147094726562,0.16427040100097656,0.18358230590820312,0.17642974853515625,0.16164779663085938,0.15664100646972656,0.1556873321533203,0.15544891357421875,0.15473365783691406,0.15497207641601562,0.11682510375976562,0.10633468627929688,0.10347366333007812,0.09608268737792969,0.10585784912109375,0.10061264038085938,0.10323524475097656,0.15115737915039062,0.10561943054199219,0.10442733764648438 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,0.14734268188476562,0.14734268188476562,0.1423358917236328,0.1456737518310547,0.14400482177734375,0.14257431030273438,0.16832351684570312,0.1652240753173828,0.14543533325195312,0.14352798461914062,0.29540061950683594,0.08249282836914062,0.08296966552734375,0.08177757263183594,0.080108642578125,0.08082389831542969,0.07987022399902344,0.08130073547363281,0.08130073547363281,0.08082389831542969 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.25081634521484375,0.2071857452392578,0.19693374633789062,0.1957416534423828,0.1919269561767578,0.1933574676513672,0.1900196075439453,0.1914501190185547,0.1876354217529297,0.2522468566894531,0.3025531768798828,0.1666545867919922,0.3676414489746094,0.263214111328125,0.22792816162109375,0.20885467529296875,0.20956993103027344,0.20575523376464844,0.19884109497070312,0.20170211791992188 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,0.18787384033203125,0.18215179443359375,0.1819133758544922,0.1766681671142578,0.17690658569335938,0.1728534698486328,0.17499923706054688,0.17309188842773438,0.17523765563964844,0.1747608184814453,0.1838207244873047,0.15425682067871094,0.15878677368164062,0.15592575073242188,0.15425682067871094,0.1811981201171875,0.17642974853515625,0.16999244689941406,0.1823902130126953,0.17905235290527344 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.20933151245117188,0.20623207092285156,0.2040863037109375,0.20432472229003906,0.20384788513183594,0.20956993103027344,0.17499923706054688,0.1735687255859375,0.17023086547851562,0.17142295837402344,0.118255615234375,0.118255615234375,0.11754035949707031,0.11610984802246094,0.11897087097167969,0.12493133544921875,0.11777877807617188,0.12278556823730469,0.11396408081054688,0.11205673217773438 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,0.3514289855957031,0.34332275390625,0.3407001495361328,0.3478527069091797,0.347137451171875,0.3390312194824219,0.42891502380371094,0.3571510314941406,0.34880638122558594,0.3490447998046875,0.11587142944335938,0.10585784912109375,0.10514259338378906,0.1049041748046875,0.10466575622558594,0.11873245239257812,0.10704994201660156,0.10585784912109375,0.10776519775390625,0.10395050048828125 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.1742839813232422,0.16450881958007812,0.16736984252929688,0.1633167266845703,0.17023086547851562,0.16450881958007812,0.16379356384277344,0.1647472381591797,0.16450881958007812,0.16379356384277344,0.1437664031982422,0.11610984802246094,0.15044212341308594,0.10180473327636719,0.1010894775390625,0.11110305786132812,0.08678436279296875,0.16450881958007812,0.0934600830078125,0.33926963806152344 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.16021728515625,0.1544952392578125,0.16307830810546875,0.15592575073242188,0.15282630920410156,0.15020370483398438,0.15282630920410156,0.14901161193847656,0.1571178436279297,0.16736984252929688,0.1125335693359375,0.09584426879882812,0.09799003601074219,0.09417533874511719,0.09441375732421875,0.10776519775390625,0.10514259338378906,0.1285076141357422,0.09679794311523438,0.09584426879882812 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.13303756713867188,0.12922286987304688,0.12755393981933594,0.12731552124023438,0.1251697540283203,0.12493133544921875,0.12540817260742188,0.12826919555664062,0.12969970703125,0.12540817260742188,0.07891654968261719,0.07486343383789062,0.0743865966796875,0.0743865966796875,0.07343292236328125,0.07367134094238281,0.07319450378417969,0.07319450378417969,0.07319450378417969,0.07200241088867188 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.31638145446777344,0.1380443572998047,0.13899803161621094,0.1399517059326172,0.1354217529296875,0.13709068298339844,0.1366138458251953,0.13685226440429688,0.1354217529296875,0.13566017150878906,0.12826919555664062,0.11754035949707031,0.1049041748046875,0.15282630920410156,0.3139972686767578,0.1766681671142578,0.1583099365234375,0.15354156494140625,0.15401840209960938,0.15091896057128906 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.1609325408935547,0.1690387725830078,0.152587890625,0.16355514526367188,0.15020370483398438,0.1633167266845703,0.15044212341308594,0.1609325408935547,0.14972686767578125,0.16117095947265625,0.1220703125,0.12040138244628906,0.11157989501953125,0.26869773864746094,0.1442432403564453,0.12326240539550781,0.11682510375976562,0.11539459228515625,0.10657310485839844,0.11301040649414062 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.1499652862548828,0.1575946807861328,0.1747608184814453,0.16546249389648438,0.16617774963378906,0.15306472778320312,0.14638900756835938,0.14972686767578125,0.1442432403564453,0.14162063598632812,0.1552104949951172,0.13446807861328125,0.1456737518310547,0.1354217529296875,0.14019012451171875,0.13518333435058594,0.13566017150878906,0.13399124145507812,0.13828277587890625,0.13971328735351562 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.12540817260742188,0.13685226440429688,0.12564659118652344,0.1366138458251953,0.12469291687011719,0.13494491577148438,0.12302398681640625,0.1423358917236328,0.1220703125,0.13494491577148438,0.0820159912109375,0.08320808410644531,0.08106231689453125,0.08225440979003906,0.07987022399902344,0.08106231689453125,0.07963180541992188,0.080108642578125,0.08106231689453125,0.08106231689453125 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.12063980102539062,0.12230873107910156,0.11849403381347656,0.11730194091796875,0.13828277587890625,0.12946128845214844,0.11968612670898438,0.12040138244628906,0.11873245239257812,0.11897087097167969,0.10919570922851562,0.11038780212402344,0.11110305786132812,0.10943412780761719,0.10895729064941406,0.10824203491210938,0.13113021850585938,0.11396408081054688,0.10848045349121094,0.10800361633300781 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.18453598022460938,0.18548965454101562,0.19025802612304688,0.1914501190185547,0.1850128173828125,0.18262863159179688,0.18453598022460938,0.1819133758544922,0.17905235290527344,0.18548965454101562,0.1544952392578125,0.13494491577148438,0.1239776611328125,0.12135505676269531,0.1270771026611328,0.152587890625,0.11849403381347656,0.12230873107910156,0.12493133544921875,0.12564659118652344 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.3867149353027344,0.37217140197753906,0.3674030303955078,0.3635883331298828,0.3612041473388672,0.3571510314941406,0.3554821014404297,0.3590583801269531,0.4134178161621094,0.3731250762939453,0.2505779266357422,0.2257823944091797,0.2186298370361328,0.21314620971679688,0.21219253540039062,0.23126602172851562,0.2655982971191406,0.24652481079101562,0.2353191375732422,0.22745132446289062 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.14400482177734375,0.1430511474609375,0.6203651428222656,0.1723766326904297,0.14781951904296875,0.14257431030273438,0.14090538024902344,0.1380443572998047,0.13971328735351562,0.13875961303710938,0.07891654968261719,0.07510185241699219,0.07748603820800781,0.07319450378417969,0.07510185241699219,0.07677078247070312,0.07462501525878906,0.07414817810058594,0.0743865966796875,0.07414817810058594 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.3218650817871094,0.3104209899902344,0.30541419982910156,0.3032684326171875,0.3101825714111328,0.3032684326171875,0.2963542938232422,0.2951622009277344,0.31256675720214844,0.30040740966796875,0.08630752563476562,0.08392333984375,0.08440017700195312,0.08225440979003906,0.08273124694824219,0.09179115295410156,0.08511543273925781,0.08392333984375,0.08416175842285156,0.08130073547363281 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.17905235290527344,0.1823902130126953,0.1780986785888672,0.1804828643798828,0.17523765563964844,0.1766681671142578,0.17690658569335938,0.1785755157470703,0.17499923706054688,0.17690658569335938,0.13017654418945312,0.12636184692382812,0.11968612670898438,0.11849403381347656,0.11777877807617188,0.11610984802246094,0.12445449829101562,0.11706352233886719,0.11777877807617188,0.11682510375976562 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,0.6034374237060547,0.20265579223632812,0.18405914306640625,0.17881393432617188,0.179290771484375,0.17452239990234375,0.1735687255859375,0.179290771484375,0.1697540283203125,0.1709461212158203,0.1971721649169922,0.17762184143066406,0.17380714416503906,0.1709461212158203,0.16951560974121094,0.16450881958007812,0.16880035400390625,0.1666545867919922,0.16570091247558594,0.164031982421875 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.15425682067871094,0.15401840209960938,0.15354156494140625,0.15211105346679688,0.15163421630859375,0.15091896057128906,0.1499652862548828,0.1590251922607422,0.14972686767578125,0.15091896057128906,0.10991096496582031,0.11491775512695312,0.11706352233886719,0.11205673217773438,0.11086463928222656,0.12087821960449219,0.087738037109375,0.08344650268554688,0.118255615234375,0.11110305786132812 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,0.14257431030273438,0.13685226440429688,0.1354217529296875,0.1327991485595703,0.13399124145507812,0.13184547424316406,0.16832351684570312,0.1385211944580078,0.133514404296875,0.1304149627685547,0.11348724365234375,0.12755393981933594,0.10895729064941406,0.12230873107910156,0.11730194091796875,0.11587142944335938,0.11539459228515625,0.11467933654785156,0.11515617370605469,0.11420249938964844 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.22554397583007812,0.21982192993164062,0.22149085998535156,0.22149085998535156,0.2200603485107422,0.23603439331054688,0.22268295288085938,0.2186298370361328,0.2162456512451172,0.21576881408691406,0.24819374084472656,0.2372264862060547,0.2396106719970703,0.2353191375732422,0.2315044403076172,0.23221969604492188,0.2288818359375,0.2300739288330078,0.2300739288330078,0.2448558807373047 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,0.18525123596191406,0.202178955078125,0.17976760864257812,0.1723766326904297,0.16689300537109375,0.17690658569335938,0.17142295837402344,0.1678466796875,0.16736984252929688,0.1633167266845703,0.2834796905517578,0.2281665802001953,0.2148151397705078,0.21505355834960938,0.2162456512451172,0.21266937255859375,0.20766258239746094,0.21314620971679688,0.21147727966308594,0.209808349609375 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.1933574676513672,0.1964569091796875,0.1957416534423828,0.19431114196777344,0.19311904907226562,0.19311904907226562,0.19073486328125,0.19168853759765625,0.19025802612304688,0.20265579223632812,0.1652240753173828,0.16736984252929688,0.16617774963378906,0.1652240753173828,0.16498565673828125,0.16450881958007812,0.16450881958007812,0.17786026000976562,0.16641616821289062,0.1647472381591797 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,0.16546249389648438,0.16379356384277344,0.16117095947265625,0.15974044799804688,0.15974044799804688,0.15926361083984375,0.1583099365234375,0.1595020294189453,0.1595020294189453,0.15926361083984375,0.13947486877441406,0.13399124145507812,0.13971328735351562,0.1354217529296875,0.13303756713867188,0.1304149627685547,0.13017654418945312,0.12922286987304688,0.133514404296875,0.1308917999267578 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.24199485778808594,0.24819374084472656,0.2338886260986328,0.24390220642089844,0.22935867309570312,0.240325927734375,0.22935867309570312,0.2567768096923828,0.25773048400878906,0.2818107604980469,0.26702880859375,0.2524852752685547,0.2627372741699219,0.24843215942382812,0.26106834411621094,0.2532005310058594,0.2663135528564453,0.2434253692626953,0.2551078796386719,0.24008750915527344 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,0.23412704467773438,0.21696090698242188,0.21576881408691406,0.232696533203125,0.48851966857910156,0.21886825561523438,0.2148151397705078,0.20503997802734375,0.20265579223632812,0.1995563507080078,0.24461746215820312,0.2429485321044922,0.29921531677246094,0.40602684020996094,0.23436546325683594,0.2357959747314453,0.23698806762695312,0.2377033233642578,0.24390220642089844,0.23937225341796875 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.2124309539794922,0.2205371856689453,0.21028518676757812,0.2205371856689453,0.21505355834960938,0.23794174194335938,0.20956993103027344,0.21910667419433594,0.213623046875,0.22363662719726562,0.19359588623046875,0.1800060272216797,0.1914501190185547,0.18072128295898438,0.1938343048095703,0.17833709716796875,0.1914501190185547,0.17952919006347656,0.19073486328125,0.18167495727539062 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,0.1964569091796875,0.1957416534423828,0.19478797912597656,0.1952648162841797,0.1957416534423828,0.1933574676513672,0.1926422119140625,0.19049644470214844,0.1926422119140625,0.19168853759765625,0.1785755157470703,0.17595291137695312,0.17309188842773438,0.1785755157470703,0.1723766326904297,0.171661376953125,0.1723766326904297,0.17309188842773438,0.17690658569335938,0.17380714416503906 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.49996376037597656,0.4706382751464844,0.4563331604003906,0.4513263702392578,0.4436969757080078,0.44035911560058594,0.4482269287109375,0.4513263702392578,0.4425048828125,0.4413127899169922,0.26488304138183594,0.2639293670654297,0.263214111328125,0.2608299255371094,0.2613067626953125,0.2608299255371094,0.2677440643310547,0.2658367156982422,0.26679039001464844,0.2689361572265625 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,0.23674964904785156,0.2276897430419922,0.22864341735839844,0.2281665802001953,0.22602081298828125,0.2422332763671875,0.2353191375732422,0.23794174194335938,0.2510547637939453,0.507354736328125,0.27823448181152344,0.2841949462890625,0.25916099548339844,0.25844573974609375,0.25272369384765625,0.2548694610595703,0.2536773681640625,0.2524852752685547,0.2510547637939453,0.25582313537597656 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.24771690368652344,0.2460479736328125,0.2434253692626953,0.2734661102294922,0.24843215942382812,0.24247169494628906,0.24271011352539062,0.26035308837890625,0.28061866760253906,0.5285739898681641,0.2014636993408203,0.20074844360351562,0.20170211791992188,0.21457672119140625,0.20241737365722656,0.20241737365722656,0.2014636993408203,0.2002716064453125,0.1995563507080078,0.21648406982421875 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,0.26345252990722656,0.2620220184326172,0.25963783264160156,0.2582073211669922,0.2696514129638672,0.270843505859375,0.2589225769042969,0.2741813659667969,0.2613067626953125,0.2617835998535156,0.1862049102783203,0.18358230590820312,0.1850128173828125,0.18525123596191406,0.1838207244873047,0.18310546875,0.18525123596191406,0.18334388732910156,0.18453598022460938,0.18358230590820312 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.16546249389648438,0.16427040100097656,0.16236305236816406,0.1595020294189453,0.18906593322753906,0.17118453979492188,0.1628398895263672,0.1575946807861328,0.1647472381591797,0.1556873321533203,0.20503997802734375,0.19168853759765625,0.23674964904785156,0.19788742065429688,0.20003318786621094,0.18668174743652344,0.19860267639160156,0.19097328186035156,0.1983642578125,0.2448558807373047 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.1780986785888672,0.17023086547851562,0.16808509826660156,0.16379356384277344,0.1747608184814453,0.17118453979492188,0.2300739288330078,0.28824806213378906,0.20360946655273438,0.19359588623046875,0.11730194091796875,0.1392364501953125,0.11205673217773438,0.1163482666015625,0.13566017150878906,0.12445449829101562,0.10347366333007812,0.10275840759277344,0.09608268737792969,0.09894371032714844 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.14066696166992188,0.13947486877441406,0.14019012451171875,0.1392364501953125,0.1361370086669922,0.13637542724609375,0.13685226440429688,0.1361370086669922,0.13566017150878906,0.1366138458251953,0.08130073547363281,0.08320808410644531,0.09107589721679688,0.08153915405273438,0.08130073547363281,0.07987022399902344,0.08034706115722656,0.08034706115722656,0.08106231689453125,0.08034706115722656 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.1270771026611328,0.1220703125,0.12326240539550781,0.1220703125,0.12326240539550781,0.11968612670898438,0.12135505676269531,0.11944770812988281,0.12087821960449219,0.11873245239257812,0.10323524475097656,0.10442733764648438,0.10347366333007812,0.10323524475097656,0.10204315185546875,0.10180473327636719,0.10156631469726562,0.1010894775390625,0.10180473327636719,0.1010894775390625 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.1976490020751953,0.15974044799804688,0.19097328186035156,0.15783309936523438,0.18548965454101562,0.1552104949951172,0.18215179443359375,0.1506805419921875,0.18095970153808594,0.1537799835205078,0.11992454528808594,0.17762184143066406,0.12278556823730469,0.15473365783691406,0.11134147644042969,0.152587890625,0.12540817260742188,0.15664100646972656,0.156402587890625,0.16236305236816406 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.1537799835205078,0.14734268188476562,0.14543533325195312,0.14352798461914062,0.1461505889892578,0.14352798461914062,0.14328956604003906,0.1423358917236328,0.14138221740722656,0.14138221740722656,0.12254714965820312,0.12159347534179688,0.1163482666015625,0.09417533874511719,0.10204315185546875,0.09393692016601562,0.09870529174804688,0.09226799011230469,0.09703636169433594,0.08869171142578125 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.1704692840576172,0.14591217041015625,0.16927719116210938,0.14328956604003906,0.16736984252929688,0.1437664031982422,0.1666545867919922,0.14066696166992188,0.16641616821289062,0.1418590545654297,0.06961822509765625,0.1342296600341797,0.10275840759277344,0.141143798828125,0.09799003601074219,0.13685226440429688,0.09989738464355469,0.14138221740722656,0.09298324584960938,0.16570091247558594 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.13136863708496094,0.12826919555664062,0.12731552124023438,0.1270771026611328,0.1285076141357422,0.125885009765625,0.12540817260742188,0.12493133544921875,0.12564659118652344,0.12445449829101562,0.0743865966796875,0.07104873657226562,0.07009506225585938,0.06985664367675781,0.06961822509765625,0.07033348083496094,0.07033348083496094,0.06985664367675781,0.07009506225585938,0.06937980651855469 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.21529197692871094,0.18787384033203125,0.21314620971679688,0.18930435180664062,0.2071857452392578,0.18787384033203125,0.20599365234375,0.1888275146484375,0.2720355987548828,0.43702125549316406,0.1666545867919922,0.18858909606933594,0.1652240753173828,0.18787384033203125,0.1697540283203125,0.20933151245117188,0.1494884490966797,0.19550323486328125,0.16641616821289062,0.19669532775878906 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.15401840209960938,0.1518726348876953,0.1513957977294922,0.14781951904296875,0.1480579376220703,0.14662742614746094,0.14781951904296875,0.1461505889892578,0.14901161193847656,0.14662742614746094,0.12731552124023438,0.09942054748535156,0.12159347534179688,0.09250640869140625,0.09417533874511719,0.09322166442871094,0.09131431579589844,0.09369850158691406,0.09369850158691406,0.09226799011230469 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.19407272338867188,0.16736984252929688,0.3647804260253906,0.16689300537109375,0.1876354217529297,0.1697540283203125,0.21028518676757812,0.1742839813232422,0.19025802612304688,0.16546249389648438,0.1049041748046875,0.15926361083984375,0.2048015594482422,0.2448558807373047,0.13327598571777344,0.16307830810546875,0.13709068298339844,0.16355514526367188,0.15807151794433594,0.15544891357421875 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.1392364501953125,0.1347064971923828,0.13637542724609375,0.13518333435058594,0.14662742614746094,0.13780593872070312,0.13566017150878906,0.1323223114013672,0.13518333435058594,0.13065338134765625,0.08535385131835938,0.09632110595703125,0.4086494445800781,0.18286705017089844,0.1537799835205078,0.14543533325195312,0.1430511474609375,0.1404285430908203,0.13828277587890625,0.13756752014160156 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.22459030151367188,0.20813941955566406,0.21076202392578125,0.2124309539794922,0.21839141845703125,0.22459030151367188,0.2079010009765625,0.209808349609375,0.20837783813476562,0.21338462829589844,0.2071857452392578,0.247955322265625,0.4062652587890625,0.20933151245117188,0.20122528076171875,0.2090930938720703,0.202178955078125,0.20313262939453125,0.22101402282714844,0.19621849060058594 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,0.16617774963378906,0.1621246337890625,0.16427040100097656,0.16307830810546875,0.16045570373535156,0.16021728515625,0.16045570373535156,0.1666545867919922,0.202178955078125,0.1678466796875,0.12969970703125,0.13136863708496094,0.1544952392578125,0.15091896057128906,0.15878677368164062,0.15664100646972656,0.1327991485595703,0.1392364501953125,0.1862049102783203,0.15306472778320312 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.18668174743652344,0.18787384033203125,0.1857280731201172,0.18548965454101562,0.1857280731201172,0.18644332885742188,0.1857280731201172,0.18477439880371094,0.18453598022460938,0.1862049102783203,0.16546249389648438,0.17786026000976562,0.1678466796875,0.16188621520996094,0.16236305236816406,0.16236305236816406,0.15974044799804688,0.16355514526367188,0.16307830810546875,0.1614093780517578 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,0.20647048950195312,0.20432472229003906,0.20599365234375,0.20503997802734375,0.3902912139892578,0.217437744140625,0.2040863037109375,0.20170211791992188,0.20813941955566406,0.20599365234375,0.14853477478027344,0.12469291687011719,0.11801719665527344,0.11754035949707031,0.118255615234375,0.11658668518066406,0.1201629638671875,0.118255615234375,0.118255615234375,0.11587142944335938 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.30231475830078125,0.2894401550292969,0.28634071350097656,0.28777122497558594,0.2803802490234375,0.2791881561279297,0.3025531768798828,0.2906322479248047,0.2865791320800781,0.2818107604980469,0.3056526184082031,0.30517578125,0.2944469451904297,0.29015541076660156,0.29087066650390625,0.2930164337158203,0.35500526428222656,0.2923011779785156,0.3719329833984375,0.29587745666503906 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,0.4525184631347656,0.3917217254638672,0.38814544677734375,0.3905296325683594,0.3895759582519531,0.3962516784667969,0.385284423828125,0.3783702850341797,0.3883838653564453,0.45561790466308594,0.24461746215820312,0.2675056457519531,0.24747848510742188,0.24437904357910156,0.35834312438964844,0.24771690368652344,0.2467632293701172,0.2472400665283203,0.24461746215820312,0.24652481079101562 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,0.6163120269775391,0.5295276641845703,0.8928775787353516,0.5266666412353516,0.4715919494628906,0.46062469482421875,0.45561790466308594,0.4467964172363281,0.4489421844482422,0.4467964172363281,0.22649765014648438,0.2276897430419922,0.22602081298828125,0.2300739288330078,0.22912025451660156,0.2307891845703125,0.23031234741210938,0.23794174194335938,0.2772808074951172,0.27823448181152344 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,0.2028942108154297,0.1983642578125,0.2002716064453125,0.20885467529296875,0.19812583923339844,0.1971721649169922,0.19669532775878906,0.1957416534423828,0.2009868621826172,0.19860267639160156,0.20551681518554688,0.19812583923339844,0.18596649169921875,0.22673606872558594,0.20813941955566406,0.21958351135253906,0.21004676818847656,0.18715858459472656,0.23651123046875,0.2067089080810547 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,0.3948211669921875,0.38695335388183594,0.40459632873535156,0.3829002380371094,0.3879070281982422,0.3719329833984375,0.37932395935058594,0.3724098205566406,0.38886070251464844,0.37169456481933594,0.35262107849121094,0.3788471221923828,0.3604888916015625,0.3743171691894531,0.34618377685546875,0.3707408905029297,0.34427642822265625,0.4172325134277344,0.46253204345703125,0.6122589111328125 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,0.2791881561279297,0.26607513427734375,0.49567222595214844,0.4057884216308594,0.2627372741699219,0.26798248291015625,0.2620220184326172,0.263214111328125,0.2613067626953125,0.2627372741699219,0.31948089599609375,0.3190040588378906,0.3223419189453125,0.32258033752441406,0.35190582275390625,0.32973289489746094,0.3299713134765625,0.31304359436035156,0.31685829162597656,0.31256675720214844 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,0.3807544708251953,0.3535747528076172,0.4763603210449219,0.34046173095703125,0.33974647521972656,0.3323554992675781,0.7157325744628906,0.335693359375,0.3490447998046875,0.3383159637451172,0.3132820129394531,0.3147125244140625,0.2646446228027344,0.2892017364501953,0.26106834411621094,0.28824806213378906,0.2684593200683594,0.2872943878173828,0.26297569274902344,0.28395652770996094 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,0.25963783264160156,0.25844573974609375,0.25773048400878906,0.2567768096923828,0.2541542053222656,0.255584716796875,0.2529621124267578,0.2579689025878906,0.2579689025878906,0.25534629821777344,0.2846717834472656,0.23031234741210938,0.22602081298828125,0.22673606872558594,0.2276897430419922,0.22482872009277344,0.22482872009277344,0.22411346435546875,0.225067138671875,0.22721290588378906 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,0.39839744567871094,0.3902912139892578,0.38504600524902344,0.3924369812011719,0.38504600524902344,0.38552284240722656,0.3809928894042969,0.39124488830566406,0.3883838653564453,0.3914833068847656,0.4525184631347656,0.46372413635253906,0.4405975341796875,0.43320655822753906,0.43010711669921875,0.43010711669921875,0.4398822784423828,0.42891502380371094,0.44608116149902344,0.4317760467529297 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,0.324249267578125,0.3235340118408203,0.3161430358886719,0.32067298889160156,0.3228187561035156,0.31876564025878906,0.3135204315185547,0.32591819763183594,0.3192424774169922,0.32901763916015625,0.4036426544189453,0.3838539123535156,0.4239082336425781,0.3833770751953125,0.38814544677734375,0.3840923309326172,0.3879070281982422,0.3821849822998047,0.3800392150878906,0.42438507080078125 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,0.3943443298339844,0.3829002380371094,0.7476806640625,0.39577484130859375,0.38695335388183594,0.3814697265625,0.392913818359375,0.39267539978027344,0.3905296325683594,0.38695335388183594,0.30922889709472656,0.30517578125,0.30732154846191406,0.30422210693359375,0.3020763397216797,0.3027915954589844,0.301361083984375,0.3006458282470703,0.30517578125,0.30517578125 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,0.30803680419921875,0.3097057342529297,0.3094673156738281,0.3101825714111328,0.30493736267089844,0.30875205993652344,0.30732154846191406,0.30684471130371094,0.33211708068847656,0.3349781036376953,0.29397010803222656,0.2868175506591797,0.28443336486816406,0.2856254577636719,0.31948089599609375,0.3380775451660156,0.31828880310058594,0.28395652770996094,0.28395652770996094,0.28133392333984375 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.2124309539794922,0.2052783966064453,0.20837783813476562,0.20551681518554688,0.20170211791992188,0.20241737365722656,0.20360946655273438,0.20599365234375,0.20432472229003906,0.20360946655273438,0.1804828643798828,0.1842975616455078,0.18072128295898438,0.1766681671142578,0.179290771484375,0.17714500427246094,0.17070770263671875,0.19168853759765625,0.18095970153808594,0.17762184143066406 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.1595020294189453,0.17070770263671875,0.15401840209960938,0.18930435180664062,0.16069412231445312,0.1518726348876953,0.15020370483398438,0.1475811004638672,0.16498565673828125,0.1583099365234375,0.21409988403320312,0.2090930938720703,0.19669532775878906,0.18978118896484375,0.186920166015625,0.1881122589111328,0.18835067749023438,0.18739700317382812,0.1876354217529297,0.2257823944091797 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.24652481079101562,0.19025802612304688,0.1881122589111328,0.18477439880371094,0.18286705017089844,0.18215179443359375,0.1823902130126953,0.18310546875,0.18453598022460938,0.18334388732910156,0.1552104949951172,0.15473365783691406,0.17952919006347656,0.1595020294189453,0.1609325408935547,0.15783309936523438,0.1590251922607422,0.1583099365234375,0.156402587890625,0.15807151794433594 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.13184547424316406,0.12755393981933594,0.1308917999267578,0.1270771026611328,0.1289844512939453,0.1251697540283203,0.12946128845214844,0.12540817260742188,0.1270771026611328,0.12540817260742188,0.0858306884765625,0.0896453857421875,0.0858306884765625,0.08559226989746094,0.08678436279296875,0.08678436279296875,0.08440017700195312,0.08344650268554688,0.08344650268554688,0.10800361633300781 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.1933574676513672,0.23937225341796875,0.1919269561767578,0.2384185791015625,0.18906593322753906,0.23937225341796875,0.18787384033203125,0.2357959747314453,0.18525123596191406,0.2453327178955078,0.2243518829345703,0.1709461212158203,0.22482872009277344,0.16117095947265625,0.29778480529785156,0.1723766326904297,0.22363662719726562,0.1678466796875,0.21457672119140625,0.16641616821289062 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.17023086547851562,0.1609325408935547,0.1621246337890625,0.1811981201171875,0.19025802612304688,0.1838207244873047,0.16307830810546875,0.1609325408935547,0.16641616821289062,0.15497207641601562,0.09560585021972656,0.14138221740722656,0.1220703125,0.09250640869140625,0.10037422180175781,0.09131431579589844,0.09298324584960938,0.09465217590332031,0.08821487426757812,0.0972747802734375 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.2779960632324219,0.24271011352539062,0.17523765563964844,0.22363662719726562,0.16951560974121094,0.21958351135253906,0.16999244689941406,0.21886825561523438,0.16641616821289062,0.2300739288330078,0.1990795135498047,0.1480579376220703,0.19693374633789062,0.14734268188476562,0.19860267639160156,0.1475811004638672,0.19741058349609375,0.14543533325195312,0.19431114196777344,0.14519691467285156 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.14352798461914062,0.1385211944580078,0.14352798461914062,0.1392364501953125,0.14019012451171875,0.1385211944580078,0.1399517059326172,0.1380443572998047,0.14066696166992188,0.13780593872070312,0.08440017700195312,0.08082389831542969,0.08606910705566406,0.08249282836914062,0.08296966552734375,0.30112266540527344,0.31447410583496094,0.08606910705566406,0.08726119995117188,0.08869171142578125 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.23484230041503906,0.22912025451660156,0.2319812774658203,0.22935867309570312,0.23055076599121094,0.22721290588378906,0.23126602172851562,0.2281665802001953,0.22673606872558594,0.22339820861816406,0.23603439331054688,0.23508071899414062,0.24652481079101562,0.24628639221191406,0.24557113647460938,0.2384185791015625,0.24056434631347656,0.23818016052246094,0.23603439331054688,0.23555755615234375 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.18835067749023438,0.18644332885742188,0.1914501190185547,0.4527568817138672,0.2071857452392578,0.18095970153808594,0.18262863159179688,0.17595291137695312,0.18072128295898438,0.1742839813232422,0.36978721618652344,0.27179718017578125,0.2338886260986328,0.21076202392578125,0.20575523376464844,0.247955322265625,0.21147727966308594,0.22029876708984375,0.22411346435546875,0.21004676818847656 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.21910667419433594,0.2143383026123047,0.21600723266601562,0.21409988403320312,0.21314620971679688,0.21076202392578125,0.2086162567138672,0.20885467529296875,0.20956993103027344,0.20956993103027344,0.19097328186035156,0.1900196075439453,0.1900196075439453,0.18930435180664062,0.19550323486328125,0.20313262939453125,0.1983642578125,0.20885467529296875,0.2048015594482422,0.20194053649902344 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.15974044799804688,0.15807151794433594,0.15854835510253906,0.15306472778320312,0.1552104949951172,0.16021728515625,0.16307830810546875,0.17070770263671875,0.15473365783691406,0.1518726348876953,0.09298324584960938,0.09059906005859375,0.09131431579589844,0.08988380432128906,0.087738037109375,0.14829635620117188,0.12063980102539062,0.09322166442871094,0.0896453857421875,0.08869171142578125 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.2791881561279297,0.278472900390625,0.27489662170410156,0.27632713317871094,0.27632713317871094,0.2765655517578125,0.2732276916503906,0.3311634063720703,0.3101825714111328,0.27561187744140625,0.30303001403808594,0.30112266540527344,0.30112266540527344,0.29659271240234375,0.29587745666503906,0.29397010803222656,0.2951622009277344,0.29778480529785156,0.3097057342529297,0.30303001403808594 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,0.18715858459472656,0.1838207244873047,0.18906593322753906,0.17976760864257812,0.18262863159179688,0.18024444580078125,0.18358230590820312,0.1804828643798828,0.18095970153808594,0.18644332885742188,0.24700164794921875,0.24127960205078125,0.23412704467773438,0.22721290588378906,0.22363662719726562,0.22792816162109375,0.22554397583007812,0.22673606872558594,0.2224445343017578,0.23818016052246094 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.25916099548339844,0.2608299255371094,0.25916099548339844,0.26035308837890625,0.25725364685058594,0.2567768096923828,0.2574920654296875,0.26297569274902344,0.3161430358886719,0.26607513427734375,0.2467632293701172,0.28252601623535156,0.274658203125,0.22983551025390625,0.23174285888671875,0.22912025451660156,0.2307891845703125,0.2300739288330078,0.23221969604492188,0.23245811462402344 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,0.1914501190185547,0.1900196075439453,0.18978118896484375,0.18930435180664062,0.18930435180664062,0.19097328186035156,0.186920166015625,0.18906593322753906,0.1881122589111328,0.186920166015625,0.13566017150878906,0.1609325408935547,0.15926361083984375,0.1609325408935547,0.1590251922607422,0.1595020294189453,0.15997886657714844,0.15878677368164062,0.15807151794433594,0.15783309936523438 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,0.6575584411621094,0.43272972106933594,0.39315223693847656,0.4107952117919922,0.39267539978027344,0.3833770751953125,0.3905296325683594,0.3826618194580078,0.3781318664550781,0.3733634948730469,0.4241466522216797,0.4239082336425781,0.4246234893798828,0.4265308380126953,0.42247772216796875,0.4220008850097656,0.4220008850097656,0.46825408935546875,0.4239082336425781,0.4227161407470703 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,0.2357959747314453,0.2300739288330078,0.2346038818359375,0.2281665802001953,0.23412704467773438,0.23126602172851562,0.232696533203125,0.22864341735839844,0.23293495178222656,0.2288818359375,0.35691261291503906,0.35858154296875,0.3566741943359375,0.3707408905029297,0.3628730773925781,0.3457069396972656,0.3459453582763672,0.3552436828613281,0.4982948303222656,0.4515647888183594 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,0.5772113800048828,0.5393028259277344,0.41937828063964844,0.3948211669921875,0.38695335388183594,0.38313865661621094,0.385284423828125,0.44608116149902344,0.3857612609863281,0.38361549377441406,0.3273487091064453,0.3254413604736328,0.32520294189453125,0.3285408020019531,0.34332275390625,0.3814697265625,0.3647804260253906,0.3266334533691406,0.32782554626464844,0.3261566162109375 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,0.2865791320800781,0.2830028533935547,0.29778480529785156,0.28204917907714844,0.2789497375488281,0.27561187744140625,0.27823448181152344,0.2760887145996094,0.278472900390625,0.27680397033691406,0.24080276489257812,0.23746490478515625,0.24080276489257812,0.2384185791015625,0.24080276489257812,0.23984909057617188,0.24127960205078125,0.247955322265625,0.2415180206298828,0.2384185791015625 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,0.5075931549072266,0.6434917449951172,0.7574558258056641,0.5669593811035156,0.4978179931640625,0.5335807800292969,0.4935264587402344,0.5309581756591797,0.5002021789550781,0.5278587341308594,0.6725788116455078,0.8633136749267578,0.96893310546875,0.7576942443847656,0.7500648498535156,0.6289482116699219,0.8540153503417969,0.6787776947021484,0.7166862487792969,0.6124973297119141 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,0.3845691680908203,0.38933753967285156,0.3883838653564453,0.3910064697265625,0.3771781921386719,0.3819465637207031,0.37980079650878906,0.3898143768310547,0.3790855407714844,0.3879070281982422,0.5943775177001953,0.583648681640625,0.5688667297363281,0.5757808685302734,0.5784034729003906,0.6322860717773438,0.5331039428710938,0.5543231964111328,0.5393028259277344,0.6361007690429688 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,0.5476474761962891,0.5507469177246094,0.5087852478027344,0.5457401275634766,0.5106925964355469,0.545501708984375,0.5068778991699219,0.5538463592529297,0.5071163177490234,0.5464553833007812,0.46372413635253906,0.4210472106933594,0.46634674072265625,0.4265308380126953,0.4715919494628906,0.5297660827636719,0.469207763671875,0.42057037353515625,0.4677772521972656,0.4172325134277344 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,0.4112720489501953,0.41675567626953125,0.41103363037109375,0.41675567626953125,0.41961669921875,0.42247772216796875,0.4177093505859375,0.43487548828125,0.42057037353515625,0.4191398620605469,0.43511390686035156,0.42748451232910156,0.4286766052246094,0.4241466522216797,0.4284381866455078,0.42557716369628906,0.42510032653808594,0.4265308380126953,0.43845176696777344,0.6606578826904297 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,0.5943775177001953,0.6051063537597656,0.6017684936523438,0.5919933319091797,0.5919933319091797,0.5860328674316406,0.5877017974853516,0.5867481231689453,0.6051063537597656,0.5865097045898438,1.0149478912353516,0.9391307830810547,0.9000301361083984,0.7739067077636719,0.9210109710693359,0.9293556213378906,0.843048095703125,0.8246898651123047,0.736236572265625,0.9036064147949219 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,0.4878044128417969,0.48065185546875,0.47707557678222656,0.47469139099121094,0.4723072052001953,0.48923492431640625,0.4730224609375,0.4684925079345703,0.4723072052001953,0.469207763671875,0.6854534149169922,0.6871223449707031,0.7283687591552734,0.8697509765625,1.0042190551757812,0.7991790771484375,0.8032321929931641,0.7045269012451172,0.8261203765869141,0.7681846618652344 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,0.6079673767089844,0.6265640258789062,0.6132125854492188,0.6053447723388672,0.9398460388183594,0.9448528289794922,0.8292198181152344,0.8070468902587891,0.7977485656738281,0.8006095886230469,0.6365776062011719,0.6504058837890625,0.579833984375,0.58746337890625,0.659942626953125,0.6568431854248047,0.6339550018310547,0.5784034729003906,0.6320476531982422,0.5764961242675781 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,0.5269050598144531,0.5047321319580078,0.5028247833251953,0.4944801330566406,0.49591064453125,0.49495697021484375,0.4932880401611328,0.5002021789550781,0.4973411560058594,0.49233436584472656,0.4627704620361328,0.6425380706787109,0.4687309265136719,0.45990943908691406,0.45871734619140625,0.45490264892578125,0.461578369140625,0.45680999755859375,0.45680999755859375,0.4553794860839844 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.3142356872558594,0.6105899810791016,0.5366802215576172,0.4849433898925781,0.47016143798828125,0.4649162292480469,0.45752525329589844,0.4546642303466797,0.4756450653076172,0.3552436828613281,0.3190040588378906,0.43511390686035156,0.4591941833496094,0.27298927307128906,0.25773048400878906,0.3380775451660156,0.3936290740966797,0.32591819763183594,0.32639503479003906,0.3018379211425781 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.19669532775878906,0.18453598022460938,0.18978118896484375,0.48160552978515625,0.1938343048095703,0.18644332885742188,0.1857280731201172,0.1800060272216797,0.1862049102783203,0.1857280731201172,0.09584426879882812,0.09608268737792969,0.09894371032714844,0.09584426879882812,0.09441375732421875,0.09417533874511719,0.09322166442871094,0.09703636169433594,0.09322166442871094,0.09441375732421875 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.255584716796875,0.2536773681640625,0.2529621124267578,0.2512931823730469,0.2498626708984375,0.25010108947753906,0.25272369384765625,0.2503395080566406,0.2491474151611328,0.25081634521484375,0.2498626708984375,0.247955322265625,0.24628639221191406,0.2448558807373047,0.2548694610595703,0.24652481079101562,0.24318695068359375,0.2734661102294922,0.33974647521972656,0.3802776336669922 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.17118453979492188,0.1983642578125,0.18310546875,0.16021728515625,0.15878677368164062,0.15473365783691406,0.15687942504882812,0.1556873321533203,0.15854835510253906,0.15592575073242188,0.0896453857421875,0.08630752563476562,0.08559226989746094,0.08511543273925781,0.08440017700195312,0.08511543273925781,0.08392333984375,0.08440017700195312,0.08296966552734375,0.08487701416015625 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.28705596923828125,0.40435791015625,0.2789497375488281,0.3960132598876953,0.270843505859375,0.39458274841308594,0.27108192443847656,0.39505958557128906,0.2677440643310547,0.8029937744140625,0.4119873046875,0.28061866760253906,0.4036426544189453,0.29540061950683594,0.40411949157714844,0.27370452880859375,0.4055500030517578,0.2715587615966797,0.40340423583984375,0.26988983154296875 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,0.2067089080810547,0.19025802612304688,0.19168853759765625,0.18358230590820312,0.19598007202148438,0.18262863159179688,0.1862049102783203,0.1842975616455078,0.1850128173828125,0.18286705017089844,0.16617774963378906,0.17213821411132812,0.1628398895263672,0.1590251922607422,0.15592575073242188,0.1595020294189453,0.1609325408935547,0.16450881958007812,0.17833709716796875,0.164031982421875 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.2608299255371094,0.3783702850341797,0.25200843811035156,0.37479400634765625,0.2765655517578125,0.3857612609863281,0.24843215942382812,0.3719329833984375,0.24628639221191406,0.37288665771484375,0.3514289855957031,0.2884864807128906,0.3542900085449219,0.22149085998535156,0.34308433532714844,0.23126602172851562,0.3542900085449219,0.3287792205810547,0.3466606140136719,0.2224445343017578 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,0.21839141845703125,0.2143383026123047,0.21457672119140625,0.21696090698242188,0.21386146545410156,0.21648406982421875,0.21457672119140625,0.2117156982421875,0.21028518676757812,0.18095970153808594,0.110626220703125,0.10800361633300781,0.11086463928222656,0.1087188720703125,0.10967254638671875,0.10919570922851562,0.10943412780761719,0.10728836059570312,0.1068115234375,0.10776519775390625 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.385284423828125,0.3762245178222656,0.37550926208496094,0.3743171691894531,0.37479400634765625,0.3719329833984375,0.3724098205566406,0.3845691680908203,0.4093647003173828,0.37789344787597656,0.5443096160888672,0.46825408935546875,0.446319580078125,0.43010711669921875,0.43129920959472656,0.423431396484375,0.4258155822753906,0.43129920959472656,0.4277229309082031,0.42700767517089844 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,0.20575523376464844,0.19931793212890625,0.19931793212890625,0.19741058349609375,0.1995563507080078,0.1990795135498047,0.1995563507080078,0.19288063049316406,0.19931793212890625,0.19288063049316406,0.23031234741210938,0.22602081298828125,0.23984909057617188,0.22864341735839844,0.22459030151367188,0.2231597900390625,0.2281665802001953,0.22363662719726562,0.2262592315673828,0.22602081298828125 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,0.3693103790283203,0.3685951232910156,0.36978721618652344,0.36787986755371094,0.3674030303955078,0.37479400634765625,0.3745555877685547,0.3647804260253906,0.36215782165527344,0.3631114959716797,0.4317760467529297,0.3948211669921875,0.3838539123535156,0.3867149353027344,0.38313865661621094,0.4253387451171875,0.4837512969970703,0.4329681396484375,0.3604888916015625,0.3612041473388672 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,0.20456314086914062,0.20241737365722656,0.20384788513183594,0.2014636993408203,0.20360946655273438,0.20003318786621094,0.20194053649902344,0.19812583923339844,0.2224445343017578,0.20647048950195312,0.16570091247558594,0.16307830810546875,0.16808509826660156,0.1659393310546875,0.16450881958007812,0.1633167266845703,0.16307830810546875,0.16307830810546875,0.16260147094726562,0.16260147094726562 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.7538795471191406,0.5407333374023438,0.5087852478027344,0.49185752868652344,0.4878044128417969,0.4837512969970703,0.4837512969970703,0.48160552978515625,0.48041343688964844,0.48351287841796875,0.5207061767578125,0.5459785461425781,0.5331039428710938,0.5292892456054688,0.5881786346435547,0.6883144378662109,0.5774497985839844,0.5679130554199219,0.5609989166259766,0.5733966827392578 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,0.244140625,0.2384185791015625,0.24580955505371094,0.24080276489257812,0.2384185791015625,0.23102760314941406,0.2372264862060547,0.23102760314941406,0.25081634521484375,0.2307891845703125,0.3643035888671875,0.3707408905029297,0.3616809844970703,0.3528594970703125,0.3581047058105469,0.35572052001953125,0.3554821014404297,0.3523826599121094,0.36025047302246094,0.3616809844970703 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,0.5056858062744141,0.4839897155761719,0.4799365997314453,0.4737377166748047,0.4744529724121094,0.4787445068359375,0.47707557678222656,0.4792213439941406,0.4830360412597656,0.48160552978515625,0.44846534729003906,0.4475116729736328,0.45609474182128906,0.4787445068359375,0.44608116149902344,0.4611015319824219,0.48732757568359375,0.4780292510986328,0.469207763671875,0.4475116729736328 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,0.28777122497558594,0.2779960632324219,0.278472900390625,0.27871131896972656,0.278472900390625,0.2892017364501953,0.2942085266113281,0.29015541076660156,0.3147125244140625,0.5352497100830078,0.28896331787109375,0.28443336486816406,0.28228759765625,0.2834796905517578,0.2810955047607422,0.28061866760253906,0.2808570861816406,0.27942657470703125,0.28204917907714844,0.28133392333984375 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,0.7483959197998047,0.7610321044921875,0.7550716400146484,0.7407665252685547,0.7462501525878906,0.7507801055908203,0.7536411285400391,0.7474422454833984,0.7431507110595703,0.7448196411132812,1.0607242584228516,1.1126995086669922,1.1131763458251953,1.2505054473876953,1.210927963256836,1.0933876037597656,1.1057853698730469,1.0945796966552734,1.2984275817871094,1.1906623840332031 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,0.3936290740966797,0.38814544677734375,0.38242340087890625,0.3876686096191406,0.3814697265625,0.3905296325683594,0.38504600524902344,0.3859996795654297,0.3821849822998047,0.3819465637207031,0.7255077362060547,0.7197856903076172,0.7390975952148438,0.7297992706298828,0.7169246673583984,0.6721019744873047,0.6699562072753906,0.7092952728271484,0.8273124694824219,0.9469985961914062 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,0.7929801940917969,0.7860660552978516,0.7796287536621094,0.7829666137695312,0.7801055908203125,0.7779598236083984,0.7803440093994141,0.7710456848144531,0.7774829864501953,0.7786750793457031,0.9896755218505859,0.8504390716552734,0.881195068359375,1.0731220245361328,0.9400844573974609,0.93841552734375,0.8029937744140625,0.7255077362060547,0.949859619140625,0.9584426879882812 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,0.5047321319580078,0.5016326904296875,0.5083084106445312,0.5002021789550781,0.5092620849609375,0.4963874816894531,0.5044937133789062,0.5004405975341797,0.5047321319580078,0.49877166748046875,0.4711151123046875,0.47898292541503906,0.5104541778564453,0.5147457122802734,0.5080699920654297,0.48041343688964844,0.5042552947998047,0.5080699920654297,0.5049705505371094,0.5068778991699219 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,1.234292984008789,1.1386871337890625,1.2164115905761719,1.3613700866699219,1.1603832244873047,1.0380744934082031,1.1599063873291016,1.0194778442382812,1.1434555053710938,1.0182857513427734,1.5366077423095703,1.596689224243164,1.6469955444335938,1.5344619750976562,1.5819072723388672,1.7654895782470703,1.4729499816894531,1.6961097717285156,1.5635490417480469,1.6584396362304688 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,0.9465217590332031,0.9286403656005859,0.90789794921875,0.89263916015625,0.9157657623291016,0.8938312530517578,0.888824462890625,0.8864402770996094,1.0237693786621094,1.062631607055664,1.2969970703125,1.2509822845458984,1.1954307556152344,1.1920928955078125,1.2438297271728516,1.344442367553711,1.2230873107910156,1.2536048889160156,1.3728141784667969,1.3594627380371094 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,1.5001296997070312,1.5823841094970703,1.5366077423095703,1.4317035675048828,1.4772415161132812,1.3337135314941406,1.3840198516845703,1.2619495391845703,1.4226436614990234,1.3148784637451172,1.0728836059570312,1.0979175567626953,1.2295246124267578,1.4200210571289062,1.0902881622314453,1.2669563293457031,1.2221336364746094,1.3508796691894531,1.306772232055664,1.4011859893798828 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,0.7894039154052734,0.7863044738769531,0.7898807525634766,0.7891654968261719,0.7829666137695312,0.7832050323486328,0.7841587066650391,0.7803440093994141,0.7860660552978516,0.7786750793457031,1.0023117065429688,0.9458065032958984,0.9410381317138672,1.020669937133789,0.9901523590087891,0.9064674377441406,0.7827281951904297,0.7691383361816406,1.1241436004638672,0.9822845458984375 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,1.4104843139648438,1.276254653930664,1.4328956604003906,1.2998580932617188,1.4383792877197266,1.3568401336669922,1.4047622680664062,1.2969970703125,1.3859272003173828,1.2738704681396484,1.7883777618408203,1.9958019256591797,1.9612312316894531,2.146005630493164,2.0551681518554688,2.1181106567382812,1.9299983978271484,2.0668506622314453,1.9140243530273438,2.1181106567382812 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,0.9629726409912109,0.972747802734375,0.9675025939941406,0.965118408203125,0.9546279907226562,0.9682178497314453,0.9708404541015625,1.3134479522705078,0.9794235229492188,0.9925365447998047,1.837015151977539,1.669168472290039,1.7681121826171875,1.8267631530761719,1.8320083618164062,1.708984375,1.7762184143066406,1.8239021301269531,1.7728805541992188,1.7344951629638672 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,1.5399456024169922,1.4333724975585938,1.626729965209961,1.3985633850097656,1.514434814453125,1.3654232025146484,1.7085075378417969,1.3692378997802734,1.4600753784179688,1.4138221740722656,1.3415813446044922,1.5347003936767578,1.5079975128173828,1.5842914581298828,1.5273094177246094,1.589059829711914,1.5497207641601562,1.5828609466552734,1.5261173248291016,1.651763916015625 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,1.3527870178222656,1.4390945434570312,1.6024112701416016,1.3194084167480469,1.2927055358886719,1.2655258178710938,1.308441162109375,1.2843608856201172,1.2369155883789062,1.2063980102539062,1.1761188507080078,1.2519359588623047,1.0857582092285156,1.108407974243164,1.2459754943847656,1.194000244140625,1.2896060943603516,1.2776851654052734,1.211404800415039,1.2421607971191406 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.5342960357666016,0.7410049438476562,0.4291534423828125,0.5602836608886719,0.3616809844970703,0.5462169647216797,0.36454200744628906,0.5402565002441406,0.3390312194824219,0.5376338958740234,0.5342960357666016,0.32901763916015625,0.5939006805419922,0.3299713134765625,0.5283355712890625,0.3261566162109375,0.5269050598144531,0.3314018249511719,0.5304813385009766,0.3292560577392578 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,0.2071857452392578,0.1964569091796875,0.1971721649169922,0.19550323486328125,0.19669532775878906,0.19621849060058594,0.19216537475585938,0.19049644470214844,0.19216537475585938,0.19311904907226562,0.217437744140625,0.21791458129882812,0.2262592315673828,0.18095970153808594,0.14257431030273438,0.21147727966308594,0.2789497375488281,0.21457672119140625,0.21123886108398438,0.21028518676757812 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.3247261047363281,0.5204677581787109,0.3216266632080078,0.5328655242919922,0.3178119659423828,0.5156993865966797,0.3185272216796875,0.5125999450683594,0.31685829162597656,0.5145072937011719,0.49614906311035156,0.29730796813964844,0.4963874816894531,0.29659271240234375,0.507354736328125,0.32448768615722656,0.5030632019042969,0.3535747528076172,0.5369186401367188,0.32591819763183594 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.1876354217529297,0.18215179443359375,0.1857280731201172,0.1838207244873047,0.18525123596191406,0.18167495727539062,0.1857280731201172,0.18143653869628906,0.18477439880371094,0.18143653869628906,0.11134147644042969,0.11038780212402344,0.11539459228515625,0.10275840759277344,0.10251998901367188,0.10204315185546875,0.10156631469726562,0.10228157043457031,0.10180473327636719,0.10132789611816406 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.5426406860351562,0.5373954772949219,0.5366802215576172,0.5400180816650391,0.5381107330322266,0.5371570587158203,0.5304813385009766,0.5340576171875,0.5278587341308594,0.5326271057128906,0.5421638488769531,0.5376338958740234,0.5466938018798828,0.5407333374023438,0.5366802215576172,0.5397796630859375,0.5459785461425781,0.5400180816650391,0.5357265472412109,0.5421638488769531 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,0.22292137145996094,0.2167224884033203,0.22339820861816406,0.2193450927734375,0.21576881408691406,0.21910667419433594,0.225067138671875,0.21219253540039062,0.22649765014648438,0.22649765014648438,0.29850006103515625,0.22983551025390625,0.22721290588378906,0.2295970916748047,0.22530555725097656,0.225067138671875,0.22649765014648438,0.22482872009277344,0.24175643920898438,0.225067138671875 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.5545616149902344,0.5645751953125,0.5483627319335938,0.5488395690917969,0.5495548248291016,0.5393028259277344,0.5137920379638672,0.5166530609130859,0.5080699920654297,0.5133152008056641,0.4856586456298828,0.49614906311035156,0.6101131439208984,0.6480216979980469,0.5478858947753906,0.48923492431640625,0.6611347198486328,0.49757957458496094,0.5300045013427734,0.5085468292236328 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,0.2148151397705078,0.21076202392578125,0.20837783813476562,0.2105236053466797,0.20742416381835938,0.2048015594482422,0.20599365234375,0.20647048950195312,0.20551681518554688,0.20766258239746094,0.2117156982421875,0.19407272338867188,0.1811981201171875,0.19431114196777344,0.17881393432617188,0.17642974853515625,0.17309188842773438,0.17189979553222656,0.1728534698486328,0.1735687255859375 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.6928443908691406,0.5085468292236328,0.6835460662841797,0.5087852478027344,0.6880760192871094,0.5130767822265625,0.6804466247558594,0.5035400390625,0.6754398345947266,0.5011558532714844,0.5314350128173828,0.7040500640869141,0.5345344543457031,0.7016658782958984,0.5826950073242188,0.7486343383789062,0.5860328674316406,0.7457733154296875,0.5681514739990234,0.7550716400146484 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,0.2818107604980469,0.27823448181152344,0.2906322479248047,0.26488304138183594,0.26488304138183594,0.2651214599609375,0.2529621124267578,0.23412704467773438,0.23984909057617188,0.2396106719970703,0.2999305725097656,0.30112266540527344,0.29921531677246094,0.2982616424560547,0.29754638671875,0.29778480529785156,0.33974647521972656,0.33402442932128906,0.29850006103515625,0.29277801513671875 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,0.6685256958007812,0.4947185516357422,0.9901523590087891,0.8466243743896484,0.8943080902099609,0.7011890411376953,0.8568763732910156,0.6844997406005859,0.8502006530761719,0.6709098815917969,0.5106925964355469,0.7205009460449219,0.6649494171142578,0.7755756378173828,0.6268024444580078,0.6918907165527344,0.5955696105957031,0.8699893951416016,0.6246566772460938,0.7414817810058594 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,0.24628639221191406,0.24771690368652344,0.2453327178955078,0.24580955505371094,0.24557113647460938,0.2574920654296875,0.24366378784179688,0.24080276489257812,0.23746490478515625,0.23674964904785156,0.213623046875,0.2117156982421875,0.2110004425048828,0.20885467529296875,0.209808349609375,0.2110004425048828,0.20956993103027344,0.20956993103027344,0.21076202392578125,0.20956993103027344 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,0.5726814270019531,0.6852149963378906,0.7474422454833984,1.0352134704589844,0.81634521484375,0.8916854858398438,0.7233619689941406,0.8535385131835938,0.7276535034179688,0.8652210235595703,0.7801055908203125,0.6122589111328125,0.7703304290771484,0.6194114685058594,0.7760524749755859,0.6055831909179688,0.7674694061279297,0.8230209350585938,1.0890960693359375,0.8015632629394531 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,0.3032684326171875,0.2892017364501953,0.2894401550292969,0.2720355987548828,0.28061866760253906,0.2727508544921875,0.28014183044433594,0.27561187744140625,0.2779960632324219,0.27561187744140625,0.5545616149902344,0.47469139099121094,0.45299530029296875,0.45108795166015625,0.4467964172363281,0.4458427429199219,0.44655799865722656,0.4458427429199219,0.4448890686035156,0.46372413635253906 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,0.5199909210205078,0.6608963012695312,0.5176067352294922,0.6642341613769531,0.5173683166503906,0.6585121154785156,0.507354736328125,0.6539821624755859,0.5128383636474609,0.6651878356933594,0.598907470703125,0.43845176696777344,0.7755756378173828,0.6108283996582031,0.6635189056396484,0.4394054412841797,0.5934238433837891,0.4367828369140625,0.7064342498779297,0.606536865234375 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,0.5655288696289062,0.5295276641845703,0.5159378051757812,0.5118846893310547,0.507354736328125,0.5333423614501953,0.5214214324951172,0.45490264892578125,0.4734992980957031,0.7448196411132812,0.3185272216796875,0.31566619873046875,0.32591819763183594,0.3566741943359375,0.3445148468017578,0.3135204315185547,0.32138824462890625,0.32639503479003906,0.35572052001953125,0.3559589385986328 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,1.3318061828613281,1.0914802551269531,1.40380859375,1.1026859283447266,1.2407302856445312,1.096487045288086,1.2516975402832031,1.3391971588134766,1.5778541564941406,1.3206005096435547,1.455068588256836,1.8129348754882812,1.6193389892578125,1.7879009246826172,1.5270709991455078,1.6531944274902344,1.5401840209960938,1.7037391662597656,1.5985965728759766,1.7828941345214844 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,0.4858970642089844,0.47469139099121094,0.4925727844238281,0.4673004150390625,0.4737377166748047,0.46825408935546875,0.4763603210449219,0.4825592041015625,0.8835792541503906,0.4944801330566406,0.9624958038330078,1.1425018310546875,1.1365413665771484,1.207113265991211,1.2645721435546875,1.41143798828125,1.291036605834961,1.1868476867675781,1.3720989227294922,1.3818740844726562 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,1.3625621795654297,1.1494159698486328,1.2805461883544922,1.1191368103027344,1.332998275756836,1.130819320678711,1.2733936309814453,1.1374950408935547,1.3470649719238281,1.5361309051513672,1.142740249633789,1.4209747314453125,1.214742660522461,1.3380050659179688,1.0781288146972656,1.4142990112304688,1.1730194091796875,1.2359619140625,1.0938644409179688,1.40380859375 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,0.7061958312988281,0.6949901580810547,0.6859302520751953,0.6887912750244141,0.6892681121826172,0.6861686706542969,0.6864070892333984,0.6816387176513672,0.6823539733886719,0.6856918334960938,1.0144710540771484,0.8835792541503906,0.9479522705078125,0.8921623229980469,0.7922649383544922,0.7843971252441406,0.9005069732666016,0.8420944213867188,0.8418560028076172,0.8356571197509766 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,1.9888877868652344,1.5194416046142578,1.62506103515625,1.5552043914794922,1.695871353149414,1.512289047241211,1.7018318176269531,1.5020370483398438,1.6331672668457031,1.4886856079101562,1.9881725311279297,2.2187232971191406,2.004861831665039,2.208709716796875,2.1245479583740234,2.2192001342773438,2.054929733276367,2.287626266479492,2.145051956176758,2.313852310180664 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,0.9810924530029297,0.9796619415283203,1.0013580322265625,1.0204315185546875,1.3561248779296875,1.0139942169189453,0.9965896606445312,1.004934310913086,0.9741783142089844,0.9722709655761719,1.8315315246582031,1.8157958984375,1.9330978393554688,1.894235610961914,1.8720626831054688,1.9271373748779297,1.9478797912597656,1.8241405487060547,1.912832260131836,1.8854141235351562 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,1.7857551574707031,1.6417503356933594,1.7285346984863281,1.6400814056396484,1.7845630645751953,1.6291141510009766,1.787424087524414,1.5952587127685547,1.947164535522461,1.5704631805419922,1.6384124755859375,1.7764568328857422,1.657247543334961,1.7123222351074219,1.607656478881836,1.8146038055419922,1.6984939575195312,1.8494129180908203,1.6148090362548828,1.8918514251708984 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,1.1212825775146484,1.1196136474609375,1.1126995086669922,1.1138916015625,1.1105537414550781,1.1153221130371094,1.1098384857177734,1.1107921600341797,1.1136531829833984,1.1179447174072266,1.3217926025390625,1.2814998626708984,1.272439956665039,1.3515949249267578,1.3201236724853516,1.4007091522216797,1.4007091522216797,1.3172626495361328,1.367807388305664,1.4140605926513672 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,1.9397735595703125,2.0308494567871094,1.8761157989501953,2.295255661010742,1.920461654663086,2.0873546600341797,1.9202232360839844,2.019643783569336,1.9154548645019531,2.077817916870117,2.9325485229492188,2.9366016387939453,2.8772354125976562,2.7801990509033203,2.962350845336914,2.759695053100586,2.937793731689453,2.6750564575195312,2.9821395874023438,2.570629119873047 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,1.5273094177246094,1.486063003540039,1.8360614776611328,1.4657974243164062,1.4338493347167969,1.4405250549316406,1.4882087707519531,1.5158653259277344,1.5158653259277344,1.4617443084716797,2.656698226928711,2.5565624237060547,2.628803253173828,2.5250911712646484,2.629995346069336,2.5632381439208984,2.35748291015625,2.4976730346679688,2.5184154510498047,2.51007080078125 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,1.9965171813964844,2.2139549255371094,1.9984245300292969,2.2084712982177734,2.0101070404052734,2.2211074829101562,2.229452133178711,2.2118091583251953,2.0601749420166016,2.1393299102783203,2.2788047790527344,2.106904983520508,2.2699832916259766,1.9741058349609375,2.1855831146240234,1.903533935546875,2.2771358489990234,1.8939971923828125,2.2552013397216797,1.89208984375 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,1.5838146209716797,1.651763916015625,1.590728759765625,1.6584396362304688,1.6393661499023438,1.6295909881591797,1.8537044525146484,1.6100406646728516,1.6429424285888672,1.6748905181884766,1.9102096557617188,1.7211437225341797,1.7173290252685547,1.8243789672851562,1.7938613891601562,1.7802715301513672,1.8799304962158203,1.7423629760742188,1.7774105072021484,1.8718242645263672 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.66375732421875,0.6196498870849609,0.6089210510253906,0.5996227264404297,0.5967617034912109,0.6000995635986328,0.6144046783447266,0.5979537963867188,0.5917549133300781,0.5879402160644531,0.4584789276123047,0.4832744598388672,0.4703998565673828,0.4527568817138672,0.44846534729003906,0.45800209045410156,0.4622936248779297,0.4436969757080078,0.4513263702392578,0.47659873962402344 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,0.22411346435546875,0.2200603485107422,0.21886825561523438,0.2193450927734375,0.2186298370361328,0.21839141845703125,0.2155303955078125,0.21338462829589844,0.22912025451660156,0.2288818359375,0.23436546325683594,0.2200603485107422,0.20265579223632812,0.21266937255859375,0.21910667419433594,0.1938343048095703,0.20623207092285156,0.16808509826660156,0.1544952392578125,0.14328956604003906 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.4291534423828125,0.39958953857421875,0.39839744567871094,0.39768218994140625,0.39768218994140625,0.3974437713623047,0.3979206085205078,0.40030479431152344,0.3943443298339844,0.3943443298339844,0.36144256591796875,0.3719329833984375,0.3654956817626953,0.36072731018066406,0.3604888916015625,0.3604888916015625,0.3604888916015625,0.3590583801269531,0.3612041473388672,0.3600120544433594 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,0.22840499877929688,0.2052783966064453,0.20503997802734375,0.2048015594482422,0.2028942108154297,0.20241737365722656,0.20432472229003906,0.2014636993408203,0.202178955078125,0.2033710479736328,0.09393692016601562,0.09322166442871094,0.09393692016601562,0.09441375732421875,0.09059906005859375,0.09226799011230469,0.09083747863769531,0.09202957153320312,0.09179115295410156,0.09131431579589844 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.6728172302246094,0.40984153747558594,0.6639957427978516,0.4031658172607422,0.6573200225830078,0.40221214294433594,0.6594657897949219,0.40650367736816406,0.6597042083740234,0.4119873046875,0.4813671112060547,0.8587837219238281,0.4756450653076172,0.8199214935302734,0.44417381286621094,0.8223056793212891,0.4410743713378906,0.7617473602294922,0.4401206970214844,0.8246898651123047 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,0.34499168395996094,0.27823448181152344,0.25200843811035156,0.25081634521484375,0.24580955505371094,0.24080276489257812,0.2503395080566406,0.244140625,0.24580955505371094,0.24271011352539062,0.2980232238769531,0.24962425231933594,0.24271011352539062,0.23984909057617188,0.24080276489257812,0.2415180206298828,0.23794174194335938,0.23984909057617188,0.24008750915527344,0.23746490478515625 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,0.6613731384277344,0.4000663757324219,0.6515979766845703,0.4048347473144531,0.6456375122070312,0.3924369812011719,0.6434917449951172,0.39958953857421875,0.6463527679443359,0.39315223693847656,0.614166259765625,0.8068084716796875,0.41675567626953125,0.7748603820800781,0.36644935607910156,0.7977485656738281,0.4496574401855469,0.7126331329345703,0.37860870361328125,0.8530616760253906 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,0.23627281188964844,0.2319812774658203,0.23293495178222656,0.23174285888671875,0.2319812774658203,0.23055076599121094,0.2300739288330078,0.22649765014648438,0.23221969604492188,0.2319812774658203,0.16927719116210938,0.17452239990234375,0.17333030700683594,0.17523765563964844,0.17452239990234375,0.1773834228515625,0.17404556274414062,0.1728534698486328,0.17309188842773438,0.17189979553222656 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,0.6303787231445312,0.7009506225585938,0.6723403930664062,0.6995201110839844,0.6625652313232422,0.9958744049072266,0.6735324859619141,0.6518363952636719,0.6492137908935547,0.6556510925292969,1.0223388671875,0.8680820465087891,0.8039474487304688,0.7889270782470703,0.8709430694580078,0.7884502410888672,0.8289813995361328,0.7545948028564453,0.6983280181884766,0.8325576782226562 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,0.48661231994628906,0.4706382751464844,0.5471706390380859,0.4858970642089844,0.7474422454833984,0.484466552734375,0.45800209045410156,0.453948974609375,0.4687309265136719,0.46753883361816406,0.39505958557128906,0.3876686096191406,0.38170814514160156,0.39124488830566406,0.4000663757324219,0.3895759582519531,0.3886222839355469,0.3840923309326172,0.3914833068847656,0.3826618194580078 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,0.621795654296875,0.6031990051269531,0.6034374237060547,0.6089210510253906,0.6012916564941406,0.5996227264404297,0.6031990051269531,0.6015300750732422,0.5998611450195312,0.5998611450195312,0.6601810455322266,0.6823539733886719,0.682830810546875,0.6415843963623047,0.6184577941894531,0.6251335144042969,0.614166259765625,0.6165504455566406,0.6833076477050781,0.6785392761230469 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,0.2872943878173828,0.2868175506591797,0.28133392333984375,0.28252601623535156,0.2849102020263672,0.28204917907714844,0.2815723419189453,0.2772808074951172,0.2753734588623047,0.2803802490234375,0.2906322479248047,0.27489662170410156,0.23698806762695312,0.2524852752685547,0.28777122497558594,0.28777122497558594,0.2830028533935547,0.2875328063964844,0.2837181091308594,0.23818016052246094 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,0.8411407470703125,0.8380413055419922,0.8275508880615234,0.8256435394287109,0.8347034454345703,1.0781288146972656,0.8671283721923828,0.8413791656494141,0.8358955383300781,0.8373260498046875,1.1780261993408203,1.0495185852050781,1.1806488037109375,1.0371208190917969,1.094818115234375,1.0595321655273438,1.1470317840576172,1.0271072387695312,1.2507438659667969,1.146554946899414 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,0.3669261932373047,0.37026405334472656,0.33354759216308594,0.3445148468017578,0.31828880310058594,0.3223419189453125,0.3185272216796875,0.31876564025878906,0.3192424774169922,0.3230571746826172,0.6239414215087891,0.6194114685058594,0.6299018859863281,0.6194114685058594,0.6115436553955078,0.6041526794433594,0.61798095703125,0.6067752838134766,0.6349086761474609,0.6206035614013672 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,0.8723735809326172,0.8630752563476562,0.8618831634521484,0.8535385131835938,0.8566379547119141,0.8604526519775391,0.8578300476074219,0.8559226989746094,0.8614063262939453,0.8518695831298828,0.8072853088378906,0.7655620574951172,0.7605552673339844,0.8144378662109375,1.0716915130615234,0.8318424224853516,0.9844303131103516,0.9968280792236328,0.9922981262207031,0.8833408355712891 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,0.4420280456542969,0.4525184631347656,0.5118846893310547,0.44345855712890625,0.438690185546875,0.4372596740722656,0.4391670227050781,0.43582916259765625,0.44226646423339844,0.4363059997558594,0.438690185546875,0.4210472106933594,0.41604042053222656,0.4401206970214844,0.4374980926513672,0.4220008850097656,0.3914833068847656,0.38909912109375,0.3864765167236328,0.4181861877441406 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,1.481771469116211,1.682281494140625,1.4066696166992188,1.7554759979248047,1.489877700805664,1.703023910522461,1.4858245849609375,1.680612564086914,1.4078617095947266,1.6715526580810547,2.3779869079589844,2.002716064453125,2.2211074829101562,2.0122528076171875,2.0990371704101562,1.8880367279052734,2.0287036895751953,1.9681453704833984,2.033233642578125,1.8870830535888672 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,0.6101131439208984,0.6053447723388672,0.6113052368164062,0.6010532379150391,0.6012916564941406,0.6012916564941406,0.5967617034912109,0.6024837493896484,0.6039142608642578,0.6012916564941406,1.318216323852539,1.5091896057128906,1.4905929565429688,1.4963150024414062,1.5516281127929688,1.5006065368652344,1.5664100646972656,1.5225410461425781,1.3287067413330078,1.6934871673583984 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,1.4863014221191406,1.680135726928711,1.4789104461669922,1.6808509826660156,1.524209976196289,1.6808509826660156,1.6949176788330078,1.86920166015625,1.4843940734863281,1.7063617706298828,1.8372535705566406,1.5010833740234375,1.6820430755615234,1.7299652099609375,1.7614364624023438,1.6260147094726562,1.8117427825927734,1.6591548919677734,1.8062591552734375,1.4240741729736328 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,0.8678436279296875,0.8680820465087891,0.8652210235595703,0.8602142333984375,0.8618831634521484,0.8656978607177734,0.8642673492431641,0.8642673492431641,0.8690357208251953,0.8645057678222656,1.0437965393066406,0.9002685546875,0.9012222290039062,0.89263916015625,0.9741783142089844,1.140594482421875,0.9806156158447266,0.9493827819824219,1.043558120727539,1.1370182037353516 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,2.168416976928711,1.9502639770507812,2.1893978118896484,1.9383430480957031,2.253293991088867,2.1712779998779297,2.3686885833740234,1.9409656524658203,2.2001266479492188,1.9826889038085938,2.679109573364258,2.8650760650634766,2.571582794189453,3.3121109008789062,2.7582645416259766,3.0939579010009766,2.8467178344726562,3.07464599609375,2.780914306640625,3.389596939086914 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,1.3341903686523438,1.3661384582519531,1.2903213500976562,1.3363361358642578,1.5828609466552734,1.3053417205810547,1.2640953063964844,1.2764930725097656,1.2695789337158203,1.268625259399414,2.291440963745117,2.291440963745117,2.382040023803711,2.444028854370117,2.293825149536133,2.4785995483398438,2.3584365844726562,2.2721290588378906,2.2580623626708984,2.2754669189453125 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,2.2993087768554688,2.0558834075927734,2.3033618927001953,2.2592544555664062,2.2437572479248047,2.1219253540039062,2.2482872009277344,2.098560333251953,2.2776126861572266,2.1321773529052734,2.1216869354248047,2.2928714752197266,2.1512508392333984,2.409219741821289,1.9583702087402344,2.2742748260498047,2.089262008666992,2.3603439331054688,2.1004676818847656,2.382040023803711 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,1.5225410461425781,1.5172958374023438,1.4412403106689453,1.504659652709961,1.4939308166503906,1.439809799194336,1.497030258178711,1.4443397521972656,1.436471939086914,1.434326171875,1.6014575958251953,1.7399787902832031,1.7278194427490234,1.68609619140625,1.8134117126464844,1.77001953125,1.7714500427246094,1.6188621520996094,1.7154216766357422,1.7747879028320312 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,2.5026798248291016,2.6807785034179688,2.492189407348633,2.973794937133789,2.4442672729492188,2.686738967895508,2.4797916412353516,2.785205841064453,2.7039051055908203,3.3102035522460938,3.671884536743164,3.3087730407714844,3.690958023071289,3.4410953521728516,4.046916961669922,3.393888473510742,3.7355422973632812,3.462076187133789,3.6652088165283203,3.6411285400390625 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,1.8851757049560547,1.8661022186279297,1.8067359924316406,1.786947250366211,1.8389225006103516,1.8086433410644531,2.086162567138672,1.844167709350586,1.8813610076904297,1.8155574798583984,3.269195556640625,3.063201904296875,3.129243850708008,3.1235218048095703,3.1244754791259766,3.0236244201660156,3.4682750701904297,3.1294822692871094,3.160238265991211,3.2083988189697266 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,2.622842788696289,2.788543701171875,2.5763511657714844,3.245115280151367,2.646207809448242,2.8688907623291016,2.5827884674072266,2.8235912322998047,2.5873184204101562,3.3826828002929688,2.704143524169922,2.6192665100097656,2.7446746826171875,2.433300018310547,3.152132034301758,2.6350021362304688,2.7832984924316406,2.5954246520996094,2.8574466705322266,2.535104751586914 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,2.3691654205322266,2.0101070404052734,2.048969268798828,1.9812583923339844,2.0346641540527344,1.9772052764892578,1.9741058349609375,1.9867420196533203,2.323627471923828,2.219676971435547,2.3565292358398438,2.279520034790039,2.1817684173583984,2.1636486053466797,2.2001266479492188,2.2602081298828125,2.2306442260742188,2.2058486938476562,2.2902488708496094,2.262592315673828 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_grad_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_grad_cpu.csv new file mode 100644 index 0000000..19a6630 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_grad_cpu.csv @@ -0,0 +1,197 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,True,0.24747848510742188,0.24580955505371094,0.2574920654296875,0.3037452697753906,0.2536773681640625,0.24747848510742188,0.22721290588378906,0.28204917907714844,0.1804828643798828,0.17881393432617188,0.6084442138671875,0.6067752838134766,0.7421970367431641,0.6413459777832031,0.6299018859863281,0.6277561187744141,0.6074905395507812,0.6191730499267578,0.5891323089599609,0.5254745483398438 +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,False,0.08821487426757812,0.08726119995117188,0.08654594421386719,0.08869171142578125,0.08654594421386719,0.08845329284667969,0.08702278137207031,0.08630752563476562,0.08678436279296875,0.08654594421386719,1.82342529296875,1.8079280853271484,1.8935203552246094,1.310110092163086,1.1868476867675781,1.1932849884033203,1.1813640594482422,1.192331314086914,1.2309551239013672,1.2018680572509766 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,True,0.16689300537109375,0.16999244689941406,0.1499652862548828,0.15974044799804688,0.16760826110839844,0.15163421630859375,0.17547607421875,0.1773834228515625,0.18334388732910156,0.1704692840576172,1.0631084442138672,4.119396209716797,1.0902881622314453,1.0747909545898438,1.2960433959960938,0.8487701416015625,0.6818771362304688,0.6754398345947266,0.9074211120605469,0.6830692291259766 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,False,0.07510185241699219,0.07677078247070312,0.07414817810058594,0.07462501525878906,0.07390975952148438,0.07557868957519531,0.07510185241699219,0.07390975952148438,0.07414817810058594,0.07414817810058594,0.7174015045166016,0.6418228149414062,0.6971359252929688,0.70953369140625,0.6189346313476562,0.6628036499023438,0.7045269012451172,0.6237030029296875,0.7135868072509766,0.5917549133300781 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,True,0.4062652587890625,0.3771781921386719,0.3905296325683594,0.34499168395996094,0.3459453582763672,0.37407875061035156,0.2815723419189453,0.3790855407714844,0.38552284240722656,0.35309791564941406,1.2433528900146484,1.2137889862060547,1.1980533599853516,3.865480422973633,0.8273124694824219,0.8134841918945312,0.8020401000976562,0.8356571197509766,0.8258819580078125,0.8330345153808594 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,False,0.2951622009277344,0.2906322479248047,0.2884864807128906,0.3848075866699219,0.31757354736328125,0.335693359375,0.3139972686767578,0.31876564025878906,0.28586387634277344,0.2770423889160156,1.371145248413086,1.2738704681396484,1.2776851654052734,1.3837814331054688,1.3377666473388672,1.3277530670166016,1.3768672943115234,1.2733936309814453,1.3577938079833984,1.379251480102539 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,True,0.2899169921875,0.2741813659667969,0.2961158752441406,0.29540061950683594,0.31113624572753906,0.27251243591308594,0.2830028533935547,0.30803680419921875,0.27179718017578125,0.32806396484375,1.6925334930419922,1.3554096221923828,3.164052963256836,1.3282299041748047,1.1889934539794922,1.1742115020751953,1.1789798736572266,1.1870861053466797,1.0008811950683594,0.8399486541748047 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,False,0.1811981201171875,0.1747608184814453,0.18930435180664062,0.1800060272216797,0.1881122589111328,0.1800060272216797,0.18024444580078125,0.17881393432617188,0.1780986785888672,0.17786026000976562,1.6751289367675781,1.6734600067138672,1.6641616821289062,1.6796588897705078,1.5783309936523438,1.5535354614257812,1.668691635131836,1.6329288482666016,1.6646385192871094,1.5859603881835938 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,True,0.4725456237792969,0.4830360412597656,0.5078315734863281,0.453948974609375,0.4413127899169922,0.4870891571044922,0.46253204345703125,0.4734992980957031,0.4813671112060547,0.4963874816894531,1.889944076538086,4.156589508056641,1.888275146484375,1.3420581817626953,1.4271736145019531,1.2619495391845703,1.2750625610351562,1.2826919555664062,1.2700557708740234,1.2602806091308594 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,False,0.2574920654296875,0.2639293670654297,0.2491474151611328,0.2548694610595703,0.2460479736328125,0.25391578674316406,0.2453327178955078,0.2467632293701172,0.24700164794921875,0.24557113647460938,2.772808074951172,2.6247501373291016,2.4671554565429688,2.5506019592285156,2.4733543395996094,2.5098323822021484,2.5300979614257812,2.7153491973876953,2.5353431701660156,2.543926239013672 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,True,0.5152225494384766,0.5183219909667969,0.4963874816894531,0.4856586456298828,0.49948692321777344,0.4940032958984375,0.48613548278808594,0.4742145538330078,0.4684925079345703,0.4963874816894531,1.9702911376953125,1.9106864929199219,1.9214153289794922,1.8837451934814453,1.9121170043945312,1.3418197631835938,2.5396347045898438,1.394510269165039,1.4791488647460938,1.544952392578125 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,False,0.3101825714111328,0.30875205993652344,0.32973289489746094,0.3116130828857422,0.3173351287841797,0.3161430358886719,0.308990478515625,0.3154277801513672,0.31495094299316406,0.3070831298828125,3.050565719604492,2.9878616333007812,2.9320716857910156,2.9811859130859375,3.047466278076172,3.0133724212646484,2.9778480529785156,2.9969215393066406,2.8972625732421875,3.0519962310791016 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,True,0.865936279296875,0.8373260498046875,0.8420944213867188,0.8530616760253906,0.8428096771240234,0.8678436279296875,0.81634521484375,0.8571147918701172,0.823974609375,0.8833408355712891,2.360105514526367,2.3403167724609375,2.393960952758789,3.2203197479248047,1.6963481903076172,1.6455650329589844,1.6334056854248047,1.6324520111083984,1.5785694122314453,1.4510154724121094 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,False,0.4611015319824219,0.4527568817138672,0.4734992980957031,0.45609474182128906,0.4668235778808594,0.45490264892578125,0.4622936248779297,0.44989585876464844,0.44083595275878906,0.4520416259765625,5.370378494262695,5.119562149047852,5.102634429931641,5.067348480224609,5.018711090087891,5.16510009765625,5.099773406982422,5.001306533813477,5.875110626220703,15.973806381225586 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,True,0.9217262268066406,0.8835792541503906,0.8528232574462891,0.8826255798339844,0.8485317230224609,0.8981227874755859,0.858306884765625,1.2156963348388672,0.8754730224609375,0.9558200836181641,3.1638145446777344,3.021240234375,2.2287368774414062,2.045154571533203,2.9125213623046875,2.1300315856933594,2.0220279693603516,2.0635128021240234,2.0301342010498047,2.0563602447509766 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,False,0.6151199340820312,0.6096363067626953,0.5998611450195312,0.6170272827148438,0.6029605865478516,0.6058216094970703,0.6105899810791016,0.6091594696044922,0.6086826324462891,0.5998611450195312,6.152153015136719,6.408929824829102,6.209850311279297,6.138801574707031,6.281852722167969,6.318330764770508,6.391048431396484,6.3533782958984375,6.2313079833984375,6.376981735229492 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,True,1.920938491821289,1.970052719116211,2.0635128021240234,2.0682811737060547,2.046823501586914,1.9822120666503906,1.978158950805664,2.1500587463378906,2.308368682861328,2.0999908447265625,3.520965576171875,3.3273696899414062,3.247976303100586,4.878520965576172,3.339052200317383,3.358125686645508,3.324747085571289,4.114389419555664,3.3690929412841797,3.2567977905273438 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,False,1.0876655578613281,1.0933876037597656,1.1119842529296875,1.0933876037597656,1.1286735534667969,1.0919570922851562,1.0929107666015625,1.1029243469238281,1.0879039764404297,1.0917186737060547,12.941837310791016,13.209819793701172,13.178825378417969,13.134241104125977,13.220071792602539,12.883424758911133,12.97140121459961,12.98666000366211,13.039588928222656,12.830972671508789 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,True,2.3148059844970703,2.2215843200683594,2.3391246795654297,2.2013187408447266,2.1386146545410156,1.6627311706542969,2.138376235961914,2.1665096282958984,2.3152828216552734,2.2933483123779297,5.725622177124023,4.8427581787109375,4.814624786376953,6.263494491577148,4.9037933349609375,4.820346832275391,5.706071853637695,4.899024963378906,4.843235015869141,5.743503570556641 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,False,1.3265609741210938,1.3289451599121094,1.3620853424072266,1.4429092407226562,1.3377666473388672,1.4472007751464844,1.4255046844482422,1.3394355773925781,1.4383792877197266,1.4293193817138672,15.487432479858398,15.476703643798828,15.546798706054688,15.563249588012695,15.60831069946289,15.722274780273438,15.599250793457031,15.746593475341797,15.67530632019043,16.04294776916504 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,True,3.0317306518554688,3.061056137084961,3.090381622314453,3.0336380004882812,2.5589466094970703,3.0934810638427734,2.706289291381836,3.304004669189453,3.206014633178711,3.0405521392822266,5.623579025268555,4.900455474853516,4.906892776489258,5.738496780395508,4.882335662841797,4.911899566650391,5.857706069946289,4.89044189453125,4.89354133605957,4.812002182006836 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,False,1.6238689422607422,1.5969276428222656,1.5912055969238281,1.4891624450683594,1.5802383422851562,1.5892982482910156,1.6095638275146484,1.5740394592285156,1.4901161193847656,1.5132427215576172,19.38462257385254,19.553184509277344,19.289016723632812,19.58012580871582,19.454002380371094,19.444704055786133,19.53291893005371,19.593477249145508,19.439220428466797,19.561767578125 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,True,3.5390853881835938,2.2711753845214844,3.2291412353515625,3.1566619873046875,1.9540786743164062,3.031015396118164,3.252744674682617,2.316713333129883,3.256082534790039,2.3849010467529297,8.319616317749023,7.075309753417969,8.048057556152344,7.0552825927734375,7.977008819580078,7.143497467041016,7.154703140258789,8.198976516723633,7.1735382080078125,8.279800415039062 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,False,4.485130310058594,4.503488540649414,3.1960010528564453,2.978801727294922,2.992391586303711,2.674579620361328,2.117633819580078,2.043008804321289,2.0537376403808594,2.097606658935547,23.535966873168945,23.79012107849121,23.74434471130371,23.848295211791992,23.745059967041016,23.83565902709961,24.094343185424805,23.802757263183594,23.891448974609375,23.910999298095703 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,True,3.846406936645508,3.311634063720703,3.90625,3.5855770111083984,3.937244415283203,3.946065902709961,5.666017532348633,4.23121452331543,4.022359848022461,4.173040390014648,7.659435272216797,6.442070007324219,7.492542266845703,6.385564804077148,6.387948989868164,7.481813430786133,6.374359130859375,7.554531097412109,6.546735763549805,7.206201553344727 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,False,2.2056102752685547,2.1750926971435547,2.1295547485351562,2.046346664428711,2.114534378051758,2.0444393157958984,2.047300338745117,2.144336700439453,2.1429061889648438,2.0186901092529297,26.45087242126465,26.462316513061523,26.285648345947266,26.65567398071289,26.292085647583008,26.500940322875977,26.646137237548828,26.28159523010254,26.306629180908203,26.253223419189453 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,True,3.597259521484375,4.23121452331543,2.8913021087646484,3.378152847290039,3.798961639404297,2.9556751251220703,3.3576488494873047,3.793478012084961,3.9567947387695312,3.6704540252685547,9.501218795776367,10.592222213745117,10.616064071655273,9.584665298461914,10.923624038696289,9.619474411010742,10.578393936157227,10.625123977661133,9.488821029663086,10.928630828857422 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,False,2.849102020263672,2.9375553131103516,2.9294490814208984,2.7780532836914062,2.7756690979003906,2.835988998413086,2.695798873901367,2.9311180114746094,2.9175281524658203,2.804994583129883,32.93800354003906,32.610177993774414,32.72104263305664,32.52673149108887,32.78303146362305,32.82761573791504,32.84716606140137,32.593727111816406,32.624244689941406,32.38534927368164 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,True,0.29754638671875,0.2608299255371094,0.3027915954589844,0.4048347473144531,0.31948089599609375,0.2875328063964844,0.2994537353515625,0.2727508544921875,0.25343894958496094,0.25844573974609375,1.3108253479003906,1.4393329620361328,1.3146400451660156,3.9069652557373047,0.8599758148193359,0.8726119995117188,0.8535385131835938,0.8876323699951172,0.9284019470214844,0.8556842803955078 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,False,0.11229515075683594,0.11038780212402344,0.11157989501953125,0.110626220703125,0.11157989501953125,0.11038780212402344,0.11110305786132812,0.11014938354492188,0.10991096496582031,0.11038780212402344,2.0322799682617188,2.2084712982177734,2.190828323364258,2.2344589233398438,2.201080322265625,1.4472007751464844,1.4448165893554688,1.4307498931884766,1.4290809631347656,1.4269351959228516 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,True,0.21457672119140625,0.1900196075439453,0.1926422119140625,0.2818107604980469,0.1895427703857422,0.20360946655273438,0.2491474151611328,0.1842975616455078,0.18072128295898438,0.2002716064453125,1.5707015991210938,1.5113353729248047,1.4727115631103516,3.3044815063476562,1.0085105895996094,1.0018348693847656,1.0182857513427734,1.028299331665039,1.0154247283935547,1.0170936584472656 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,False,0.15306472778320312,0.14972686767578125,0.14901161193847656,0.14972686767578125,0.14853477478027344,0.1480579376220703,0.15926361083984375,0.1513957977294922,0.14853477478027344,0.14734268188476562,1.6150474548339844,1.6341209411621094,1.6248226165771484,1.6207695007324219,1.6057491302490234,1.5778541564941406,1.6019344329833984,1.6450881958007812,1.5676021575927734,1.6238689422607422 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,True,0.33664703369140625,0.3142356872558594,0.2949237823486328,0.36907196044921875,0.30422210693359375,0.3161430358886719,0.29397010803222656,0.29015541076660156,0.33164024353027344,0.335693359375,2.0020008087158203,3.4415721893310547,1.3623237609863281,1.374959945678711,1.4224052429199219,1.3484954833984375,1.3475418090820312,1.3480186462402344,1.1816024780273438,0.9510517120361328 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,False,0.2913475036621094,0.2899169921875,0.28896331787109375,0.316619873046875,0.2899169921875,0.29087066650390625,0.2899169921875,0.28896331787109375,0.2894401550292969,0.2899169921875,2.965688705444336,3.0183792114257812,3.123760223388672,3.096342086791992,3.1495094299316406,2.9587745666503906,3.078460693359375,3.085613250732422,3.1201839447021484,2.9594898223876953 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,True,0.31757354736328125,0.3159046173095703,0.3478527069091797,0.5128383636474609,0.3349781036376953,0.3192424774169922,0.33211708068847656,0.37360191345214844,0.33473968505859375,0.33855438232421875,2.5594234466552734,1.837015151977539,2.899169921875,2.176523208618164,1.8281936645507812,1.5137195587158203,1.3158321380615234,1.3158321380615234,1.3227462768554688,1.313924789428711 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,False,0.3705024719238281,0.36978721618652344,0.3516674041748047,0.3800392150878906,0.3657341003417969,0.3669261932373047,0.3685951232910156,0.38313865661621094,0.4737377166748047,0.38743019104003906,3.849506378173828,3.8573741912841797,3.7610530853271484,3.7152767181396484,3.7195682525634766,3.8738250732421875,3.656625747680664,3.800630569458008,3.6780834197998047,3.799915313720703 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,True,0.5259513854980469,0.5321502685546875,0.5085468292236328,0.5376338958740234,0.5078315734863281,0.49495697021484375,0.47850608825683594,0.499725341796875,0.6246566772460938,0.4849433898925781,4.043102264404297,2.5827884674072266,2.5358200073242188,2.3016929626464844,2.1066665649414062,1.8603801727294922,1.7595291137695312,2.573251724243164,2.107858657836914,1.8162727355957031 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,False,0.5283355712890625,0.5156993865966797,0.514984130859375,0.5304813385009766,0.5133152008056641,0.5145072937011719,0.5376338958740234,0.5135536193847656,0.5369186401367188,0.5140304565429688,6.153345108032227,5.966424942016602,6.177663803100586,6.064891815185547,5.937337875366211,6.200075149536133,6.119489669799805,5.887031555175781,6.148338317871094,5.914926528930664 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,True,0.5371570587158203,0.5106925964355469,0.51116943359375,0.5691051483154297,0.6301403045654297,0.7627010345458984,0.6763935089111328,0.5388259887695312,0.5283355712890625,0.5230903625488281,2.833843231201172,2.5615692138671875,2.5920867919921875,3.4062862396240234,4.939794540405273,2.4852752685546875,2.5894641876220703,2.4995803833007812,3.2529830932617188,2.487659454345703 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,False,0.614166259765625,0.7092952728271484,0.6189346313476562,0.7190704345703125,0.6382465362548828,0.7085800170898438,0.6160736083984375,0.6835460662841797,0.6299018859863281,0.7188320159912109,7.372379302978516,7.452964782714844,7.261514663696289,7.494449615478516,7.288455963134766,7.420539855957031,7.30133056640625,7.3451995849609375,7.394552230834961,7.452964782714844 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,True,0.8914470672607422,0.9081363677978516,1.0712146759033203,1.0387897491455078,1.0557174682617188,1.0046958923339844,1.1692047119140625,1.3875961303710938,1.077413558959961,1.1920928955078125,3.8461685180664062,4.08482551574707,3.3063888549804688,3.3147335052490234,3.2999515533447266,3.2415390014648438,4.202365875244141,3.310680389404297,3.3969879150390625,3.308534622192383 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,False,0.9357929229736328,0.8933544158935547,0.9136199951171875,0.8962154388427734,0.8852481842041016,0.8871555328369141,0.8862018585205078,0.8995532989501953,0.9362697601318359,0.8873939514160156,12.51673698425293,12.408733367919922,12.306928634643555,12.279033660888672,12.311220169067383,12.325763702392578,12.037515640258789,12.564420700073242,12.232303619384766,12.552976608276367 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,True,0.9608268737792969,0.9522438049316406,0.9326934814453125,0.9248256683349609,0.9355545043945312,0.9381771087646484,0.9288787841796875,0.9312629699707031,1.7962455749511719,1.004934310913086,4.891633987426758,4.915475845336914,4.891633987426758,5.462169647216797,4.84776496887207,4.787683486938477,5.442380905151367,4.821062088012695,4.829645156860352,5.442142486572266 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,False,1.2433528900146484,1.237630844116211,1.2614727020263672,1.2269020080566406,1.2159347534179688,1.392364501953125,4.282951354980469,4.311561584472656,4.344463348388672,4.083395004272461,15.161514282226562,15.040159225463867,15.308618545532227,15.238523483276367,15.162467956542969,15.182256698608398,15.421390533447266,15.170574188232422,15.270471572875977,15.38848876953125 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,True,2.2346973419189453,2.223968505859375,2.210855484008789,2.256155014038086,3.3092498779296875,2.2580623626708984,2.2420883178710938,3.1898021697998047,2.242565155029297,2.2194385528564453,7.930755615234375,8.960723876953125,7.999897003173828,8.625507354736328,7.938146591186523,8.840560913085938,7.935762405395508,8.740663528442383,8.249044418334961,8.654356002807617 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,False,2.628803253173828,2.407073974609375,2.4170875549316406,2.4569034576416016,2.362966537475586,2.3641586303710938,2.4251937866210938,2.385377883911133,2.488851547241211,2.458810806274414,32.169342041015625,32.24015235900879,32.364606857299805,31.868696212768555,32.18841552734375,31.86511993408203,31.992197036743164,32.06133842468262,32.17625617980957,32.160043716430664 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,True,2.197265625,2.2199153900146484,2.1648406982421875,2.265453338623047,2.2726058959960938,3.08990478515625,2.247333526611328,2.811908721923828,2.7539730072021484,2.3071765899658203,13.428688049316406,13.18502426147461,13.067483901977539,12.058496475219727,13.271570205688477,13.475656509399414,13.543128967285156,11.919736862182617,13.463735580444336,13.020038604736328 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,False,3.8335323333740234,3.336668014526367,3.326416015625,3.487825393676758,3.461599349975586,3.443002700805664,3.381490707397461,3.405332565307617,3.2880306243896484,3.446340560913086,39.63065147399902,39.873361587524414,40.12560844421387,39.90793228149414,39.9782657623291,40.17162322998047,40.144920349121094,40.061235427856445,40.200233459472656,40.221452713012695 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,True,3.0350685119628906,3.2935142517089844,3.1294822692871094,2.943277359008789,3.526449203491211,3.151416778564453,4.593372344970703,3.3097267150878906,3.258228302001953,3.6323070526123047,13.386726379394531,13.350248336791992,12.066364288330078,13.413667678833008,12.959718704223633,12.910842895507812,12.028932571411133,13.231754302978516,12.968063354492188,12.972354888916016 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,False,3.8611888885498047,3.880739212036133,3.7539005279541016,3.8433074951171875,3.8690567016601562,3.828287124633789,3.7615299224853516,3.7446022033691406,3.8597583770751953,3.835916519165039,49.85690116882324,49.70860481262207,49.67355728149414,49.22795295715332,49.41987991333008,49.55172538757324,49.18360710144043,49.2856502532959,49.20649528503418,48.691749572753906 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,True,3.208160400390625,4.875659942626953,3.938913345336914,3.302335739135742,4.445075988769531,3.307819366455078,3.3333301544189453,3.3957958221435547,3.126859664916992,3.133535385131836,19.049406051635742,19.181251525878906,18.785715103149414,19.837617874145508,19.16956901550293,18.93162727355957,18.949270248413086,18.948078155517578,19.367218017578125,18.841266632080078 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,False,5.240917205810547,5.178689956665039,5.204677581787109,5.211353302001953,5.158901214599609,5.280494689941406,5.192756652832031,7.1620941162109375,5.214691162109375,5.304813385009766,60.84489822387695,61.150550842285156,60.24503707885742,60.74380874633789,60.590267181396484,61.50531768798828,60.84156036376953,61.18464469909668,61.21540069580078,61.42377853393555 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,True,4.461050033569336,4.312753677368164,4.115819931030273,3.9954185485839844,4.298686981201172,4.971742630004883,3.6444664001464844,4.845857620239258,4.001140594482422,4.180431365966797,17.061471939086914,17.119646072387695,17.066478729248047,17.26555824279785,17.094135284423828,17.07005500793457,17.36903190612793,17.01974868774414,17.11440086364746,17.090797424316406 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,False,5.285739898681641,5.270719528198242,5.168437957763672,5.324840545654297,7.449150085449219,5.157709121704102,5.133390426635742,5.2967071533203125,5.292415618896484,5.186796188354492,66.25938415527344,66.65515899658203,66.97273254394531,66.33448600769043,66.26582145690918,66.44392013549805,65.93585014343262,65.9024715423584,65.96875190734863,65.48190116882324 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,True,6.029367446899414,5.080699920654297,6.520271301269531,4.395484924316406,4.700899124145508,5.260705947875977,5.627155303955078,5.6133270263671875,4.45103645324707,4.41431999206543,26.19194984436035,24.34825897216797,26.207447052001953,24.611234664916992,26.92556381225586,24.87349510192871,25.81644058227539,24.374723434448242,25.613069534301758,24.466753005981445 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,False,7.027149200439453,6.845951080322266,7.0934295654296875,7.091760635375977,6.943702697753906,7.038116455078125,6.821155548095703,6.913185119628906,6.988048553466797,6.734609603881836,82.59797096252441,81.29143714904785,81.33649826049805,81.90083503723145,82.02624320983887,82.19027519226074,82.3056697845459,82.24129676818848,82.44752883911133,82.16023445129395 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,True,0.2033710479736328,0.19073486328125,0.3495216369628906,0.3371238708496094,0.2827644348144531,0.26607513427734375,0.2777576446533203,0.2627372741699219,0.4107952117919922,0.4062652587890625,4.267454147338867,1.9862651824951172,1.3248920440673828,1.332998275756836,1.3496875762939453,1.3239383697509766,1.5017986297607422,1.3608932495117188,1.0335445404052734,0.9832382202148438 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,False,0.21600723266601562,0.1971721649169922,0.1914501190185547,0.1888275146484375,0.18858909606933594,0.18858909606933594,0.1888275146484375,0.18930435180664062,0.18906593322753906,0.1888275146484375,2.440214157104492,2.4263858795166016,2.5148391723632812,2.512693405151367,2.544879913330078,2.538919448852539,2.3584365844726562,2.477884292602539,2.4263858795166016,2.527952194213867 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,True,0.3082752227783203,0.3066062927246094,0.270843505859375,0.2143383026123047,0.3027915954589844,0.2930164337158203,0.2961158752441406,0.33736228942871094,0.3509521484375,0.3712177276611328,2.422809600830078,2.3069381713867188,2.880096435546875,1.9550323486328125,1.8901824951171875,2.562999725341797,1.8031597137451172,1.4071464538574219,1.4653205871582031,1.3484954833984375 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,False,0.5717277526855469,0.5674362182617188,0.5662441253662109,0.5664825439453125,0.5674362182617188,0.5676746368408203,0.576019287109375,0.5886554718017578,0.39005279541015625,0.38933753967285156,3.112316131591797,3.0977725982666016,2.964019775390625,2.864360809326172,2.9380321502685547,2.999544143676758,2.9637813568115234,2.980947494506836,2.967357635498047,2.796173095703125 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,True,0.4222393035888672,0.3974437713623047,0.47779083251953125,0.3898143768310547,0.4286766052246094,0.4017353057861328,0.43320655822753906,0.4363059997558594,0.438690185546875,0.4322528839111328,2.520322799682617,3.1304359436035156,2.288818359375,2.1555423736572266,1.8744468688964844,1.7750263214111328,1.745462417602539,1.9469261169433594,1.7096996307373047,1.7261505126953125 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,False,0.5145072937011719,0.5693435668945312,0.5588531494140625,0.5559921264648438,0.5593299865722656,0.5578994750976562,0.5567073822021484,0.5536079406738281,0.5948543548583984,0.5619525909423828,6.025791168212891,5.981206893920898,6.211042404174805,6.022930145263672,5.872011184692383,6.138801574707031,5.961894989013672,6.007671356201172,6.25157356262207,6.001710891723633 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,True,0.46062469482421875,0.43892860412597656,0.3895759582519531,0.46634674072265625,0.4265308380126953,0.4429817199707031,0.45561790466308594,0.4024505615234375,0.38623809814453125,0.4513263702392578,2.8731822967529297,2.346038818359375,2.3546218872070312,2.3453235626220703,2.337217330932617,2.337932586669922,3.2889842987060547,2.3615360260009766,2.343893051147461,2.351999282836914 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,False,1.069784164428711,0.9531974792480469,0.9810924530029297,1.009225845336914,1.6732215881347656,0.9756088256835938,0.9632110595703125,0.9634494781494141,1.2955665588378906,0.9090900421142578,7.574319839477539,7.642507553100586,7.580280303955078,7.6618194580078125,7.549524307250977,7.580041885375977,7.648706436157227,7.483482360839844,7.686138153076172,7.615327835083008 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,True,0.8039474487304688,0.7584095001220703,1.020669937133789,0.8165836334228516,0.7574558258056641,0.8029937744140625,0.8594989776611328,0.6043910980224609,0.7317066192626953,0.6282329559326172,4.172563552856445,3.283262252807617,3.2546520233154297,3.4551620483398438,3.2477378845214844,4.0493011474609375,3.460407257080078,3.2231807708740234,3.2236576080322266,3.222227096557617 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,False,0.9462833404541016,0.8580684661865234,0.8947849273681641,0.8523464202880859,0.8504390716552734,0.8592605590820312,0.8523464202880859,0.8509159088134766,0.8523464202880859,0.8542537689208984,11.96908950805664,11.831283569335938,11.845827102661133,11.912822723388672,12.060403823852539,11.812686920166016,11.784076690673828,11.931180953979492,11.611700057983398,11.778116226196289 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,True,0.7054805755615234,0.6833076477050781,0.6890296936035156,0.6673336029052734,0.6611347198486328,0.6606578826904297,0.6811618804931641,0.6439685821533203,0.9000301361083984,0.6663799285888672,5.498647689819336,4.587650299072266,4.650354385375977,5.333185195922852,4.760503768920898,4.573345184326172,4.584074020385742,5.623340606689453,4.668712615966797,4.663944244384766 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,False,1.1625289916992188,1.2149810791015625,1.1565685272216797,1.1768341064453125,1.1780261993408203,1.1515617370605469,1.1491775512695312,1.1425018310546875,1.1568069458007812,1.1856555938720703,15.13981819152832,14.846324920654297,14.80412483215332,14.844417572021484,15.016794204711914,15.005111694335938,14.922857284545898,15.008211135864258,14.811038970947266,15.050411224365234 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,True,1.0159015655517578,1.291036605834961,1.7254352569580078,1.2047290802001953,1.2660026550292969,1.6825199127197266,1.107931137084961,1.2881755828857422,1.2671947479248047,1.2662410736083984,7.806062698364258,7.385969161987305,6.449222564697266,6.458759307861328,7.289648056030273,6.509065628051758,7.365703582763672,6.565332412719727,6.308555603027344,7.361173629760742 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,False,1.7535686492919922,1.6808509826660156,1.7194747924804688,1.7647743225097656,1.8036365509033203,1.7750263214111328,1.7879009246826172,1.795053482055664,1.7924308776855469,1.7499923706054688,24.333715438842773,24.407148361206055,24.214744567871094,24.46603775024414,24.375438690185547,24.31488037109375,24.447202682495117,24.286746978759766,24.544239044189453,24.58810806274414 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,True,1.3530254364013672,0.9775161743164062,1.337289810180664,0.9663105010986328,1.069784164428711,1.3098716735839844,1.3592243194580078,1.3723373413085938,1.2481212615966797,1.0254383087158203,10.595083236694336,10.148286819458008,10.690450668334961,9.43446159362793,10.981082916259766,10.96963882446289,9.558677673339844,10.810613632202148,9.680986404418945,10.570526123046875 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,False,2.535581588745117,2.5136470794677734,2.4437904357910156,2.523660659790039,2.5560855865478516,2.657651901245117,2.603292465209961,2.4747848510742188,2.513885498046875,2.4683475494384766,31.116485595703125,30.93695640563965,31.186342239379883,31.22878074645996,31.194448471069336,31.08525276184082,31.16774559020996,31.256437301635742,31.235933303833008,31.189918518066406 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,True,3.2091140747070312,3.0837059020996094,2.710103988647461,3.2067298889160156,2.8846263885498047,2.974987030029297,3.3206939697265625,3.1070709228515625,3.0965805053710938,2.5250911712646484,17.027616500854492,17.234086990356445,17.217159271240234,17.256498336791992,17.347335815429688,17.243146896362305,17.273426055908203,17.2119140625,17.2119140625,18.574953079223633 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,False,4.996776580810547,5.027055740356445,5.00178337097168,4.792213439941406,5.094051361083984,4.839420318603516,4.8961639404296875,5.097866058349609,4.897117614746094,4.8370361328125,65.15049934387207,64.75567817687988,64.76736068725586,65.83857536315918,65.17243385314941,64.74113464355469,64.8350715637207,64.3618106842041,64.59188461303711,65.1240348815918 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,True,3.2308101654052734,3.2775402069091797,3.3006668090820312,3.3059120178222656,3.3369064331054688,3.390789031982422,3.0629634857177734,3.083467483520508,3.3066272735595703,3.4193992614746094,26.129722595214844,24.674177169799805,25.403261184692383,24.306535720825195,25.678157806396484,24.54233169555664,26.188135147094727,24.776458740234375,25.5582332611084,24.645328521728516 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,False,6.743192672729492,6.635904312133789,6.583929061889648,6.778240203857422,6.583213806152344,6.646394729614258,6.697654724121094,6.481409072875977,6.84046745300293,6.610393524169922,80.10506629943848,79.8332691192627,79.42748069763184,80.08909225463867,79.19907569885254,79.06818389892578,78.7191390991211,79.59675788879395,79.88452911376953,79.9860954284668 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,True,4.377603530883789,4.208564758300781,3.9191246032714844,3.718852996826172,3.4143924713134766,3.537416458129883,4.26483154296875,3.9052963256835938,3.826141357421875,4.898548126220703,25.880813598632812,25.42710304260254,26.105642318725586,25.145769119262695,26.23748779296875,26.524782180786133,25.911808013916016,24.976253509521484,26.386260986328125,24.883031845092773 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,False,7.736682891845703,8.126974105834961,7.755279541015625,8.03828239440918,7.68280029296875,7.898807525634766,7.72547721862793,7.646799087524414,7.924795150756836,7.616996765136719,98.68288040161133,99.28297996520996,99.5790958404541,98.16884994506836,99.47538375854492,99.90406036376953,99.0290641784668,98.56390953063965,98.8004207611084,99.7931957244873 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,True,4.523277282714844,3.5300254821777344,5.559206008911133,3.9916038513183594,4.9896240234375,4.917621612548828,4.921913146972656,4.598855972290039,4.021406173706055,3.4186840057373047,38.44499588012695,37.12320327758789,37.17494010925293,37.30916976928711,39.11948204040527,37.29701042175293,37.45460510253906,37.19949722290039,38.24043273925781,37.40692138671875 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,False,10.233640670776367,10.104656219482422,10.012149810791016,10.282039642333984,9.931802749633789,10.327339172363281,10.273456573486328,10.111093521118164,10.31184196472168,9.957313537597656,123.43835830688477,123.2762336730957,124.08018112182617,123.96240234375,123.94404411315918,124.05824661254883,123.29840660095215,123.7030029296875,123.32320213317871,123.64864349365234 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,True,5.950689315795898,5.143165588378906,5.791425704956055,5.503654479980469,4.846334457397461,4.333972930908203,6.439208984375,4.840373992919922,6.308555603027344,5.957365036010742,33.95438194274902,33.962249755859375,33.88357162475586,33.883094787597656,34.13701057434082,33.989667892456055,33.92481803894043,33.8129997253418,35.03847122192383,33.515214920043945 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,False,10.447263717651367,10.325431823730469,10.446548461914062,10.280370712280273,10.446548461914062,10.365009307861328,10.435342788696289,10.463953018188477,10.506391525268555,27.996301651000977,131.3340663909912,133.93306732177734,133.24689865112305,132.0822238922119,131.90937042236328,131.29806518554688,132.1730613708496,131.60467147827148,134.38129425048828,134.2148780822754 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,True,5.503654479980469,6.536006927490234,5.897998809814453,5.676031112670898,5.903005599975586,5.163431167602539,6.603240966796875,6.565332412719727,5.001306533813477,4.796743392944336,50.02999305725098,49.70431327819824,49.65996742248535,49.57914352416992,49.47686195373535,49.381256103515625,49.87645149230957,50.13442039489746,50.06837844848633,50.208091735839844 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,False,13.739585876464844,13.902425765991211,13.825178146362305,13.777732849121094,13.765096664428711,13.930559158325195,13.959407806396484,13.950586318969727,13.850688934326172,13.66424560546875,165.38476943969727,169.31414604187012,170.25160789489746,168.98274421691895,166.37945175170898,166.0633087158203,167.26064682006836,166.9597625732422,169.13628578186035,169.48461532592773 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,True,0.22602081298828125,0.22912025451660156,0.2536773681640625,0.21219253540039062,0.2582073211669922,0.22101402282714844,0.25534629821777344,0.2396106719970703,0.30517578125,0.3509521484375,2.5892257690429688,2.1674633026123047,2.0151138305664062,3.857135772705078,1.6508102416992188,1.462697982788086,1.4612674713134766,1.4598369598388672,1.4617443084716797,1.4607906341552734 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,False,0.8356571197509766,0.6871223449707031,0.5161762237548828,0.49757957458496094,0.6310939788818359,0.6616115570068359,0.6515979766845703,0.6647109985351562,0.6613731384277344,0.6508827209472656,4.802465438842773,4.760980606079102,4.786968231201172,4.685163497924805,4.753351211547852,4.77910041809082,4.726409912109375,4.615545272827148,4.828691482543945,4.74238395690918 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,True,0.3294944763183594,0.3235340118408203,0.29754638671875,0.2930164337158203,0.25534629821777344,0.2760887145996094,0.2589225769042969,0.3247261047363281,0.2593994140625,0.270843505859375,2.824068069458008,2.4514198303222656,3.109455108642578,2.0978450775146484,2.0792484283447266,2.0837783813476562,2.027750015258789,2.034425735473633,2.040863037109375,2.0377635955810547 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,False,0.8990764617919922,0.8876323699951172,0.8785724639892578,0.8842945098876953,0.9043216705322266,0.8785724639892578,0.5865097045898438,0.5908012390136719,0.5862712860107422,0.5893707275390625,5.97834587097168,5.748271942138672,5.811929702758789,5.951404571533203,5.659341812133789,5.801200866699219,5.814790725708008,5.854606628417969,5.739688873291016,5.993127822875977 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,True,0.43463706970214844,0.4878044128417969,0.579833984375,0.5464553833007812,0.5757808685302734,0.4677772521972656,0.4944801330566406,0.4909038543701172,0.507354736328125,0.49185752868652344,3.2243728637695312,4.035711288452148,3.1499862670898438,3.113269805908203,3.132343292236328,3.1020641326904297,3.832578659057617,3.1375885009765625,3.112316131591797,3.1142234802246094 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,False,0.8635520935058594,0.8676052093505859,0.8535385131835938,0.8227825164794922,0.823974609375,0.8518695831298828,0.8537769317626953,0.8528232574462891,0.8623600006103516,0.8461475372314453,12.070417404174805,12.289047241210938,12.259960174560547,12.411355972290039,12.197017669677734,12.026786804199219,12.27569580078125,12.293338775634766,12.186527252197266,12.201547622680664 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,True,0.545501708984375,0.5774497985839844,0.5834102630615234,0.5369186401367188,0.5028247833251953,0.42724609375,0.4055500030517578,0.41413307189941406,0.39124488830566406,0.40721893310546875,4.544734954833984,4.457712173461914,5.346059799194336,4.480600357055664,4.5528411865234375,4.451751708984375,5.34367561340332,4.492998123168945,4.487276077270508,5.106449127197266 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,False,1.1899471282958984,1.2874603271484375,1.216888427734375,1.2679100036621094,1.2922286987304688,1.21307373046875,1.168966293334961,1.1026859283447266,1.1477470397949219,1.1432170867919922,15.114545822143555,15.083789825439453,15.095949172973633,15.199661254882812,15.079259872436523,15.27261734008789,15.144824981689453,15.085458755493164,15.035629272460938,15.14887809753418 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,True,0.7188320159912109,0.7021427154541016,0.7164478302001953,0.7274150848388672,0.7042884826660156,0.6871223449707031,0.6918907165527344,0.7009506225585938,0.9303092956542969,0.6685256958007812,6.95037841796875,6.411314010620117,6.942033767700195,6.281852722167969,6.397485733032227,6.928443908691406,6.348609924316406,6.2427520751953125,6.948709487915039,6.332635879516602 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,False,1.7480850219726562,1.7862319946289062,1.7380714416503906,1.7120838165283203,1.8546581268310547,1.6739368438720703,1.7940998077392578,1.7132759094238281,1.6756057739257812,1.6644001007080078,24.014949798583984,23.636817932128906,24.04499053955078,23.734092712402344,23.72598648071289,23.801565170288086,23.697853088378906,23.781538009643555,23.846864700317383,23.573637008666992 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,True,0.7250308990478516,0.7274150848388672,0.7188320159912109,0.7126331329345703,0.7357597351074219,0.7605552673339844,0.7212162017822266,0.7035732269287109,0.7143020629882812,0.7145404815673828,10.497570037841797,9.21773910522461,10.44154167175293,10.391950607299805,9.22846794128418,10.675907135009766,9.190559387207031,10.633468627929688,10.409355163574219,9.352922439575195 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,False,2.4018287658691406,2.471923828125,2.367734909057617,2.4242401123046875,2.31170654296875,2.407550811767578,2.290487289428711,2.444028854370117,2.4116039276123047,2.4764537811279297,30.295372009277344,30.123233795166016,30.66110610961914,30.428171157836914,30.573129653930664,30.392169952392578,30.486345291137695,30.69782257080078,30.513525009155273,30.559778213500977 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,True,1.4121532440185547,1.3396739959716797,1.3225078582763672,1.3911724090576172,1.4925003051757812,1.4035701751708984,1.4269351959228516,1.4317035675048828,1.3957023620605469,1.2009143829345703,13.617992401123047,13.775110244750977,13.853788375854492,14.978170394897461,14.127254486083984,12.67552375793457,13.660907745361328,14.10531997680664,13.765335083007812,14.504432678222656 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,False,3.637075424194336,3.6306381225585938,3.473997116088867,3.754138946533203,3.5185813903808594,3.7631988525390625,3.625154495239258,3.7674903869628906,3.5648345947265625,3.556966781616211,49.66545104980469,49.90434646606445,49.68428611755371,49.38650131225586,50.11916160583496,49.97134208679199,49.78013038635254,50.147056579589844,49.7441291809082,49.96657371520996 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,True,1.5404224395751953,1.6350746154785156,1.4891624450683594,1.8627643585205078,1.9125938415527344,1.3213157653808594,1.2722015380859375,1.2707710266113281,1.3124942779541016,1.371622085571289,21.38829231262207,20.583629608154297,20.049571990966797,21.622657775878906,21.81720733642578,20.400524139404297,20.36762237548828,20.501375198364258,20.480871200561523,21.364927291870117 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,False,5.068540573120117,4.932165145874023,4.949331283569336,5.164623260498047,4.958629608154297,4.878520965576172,5.116701126098633,4.953861236572266,4.928350448608398,5.068063735961914,63.10439109802246,62.91627883911133,62.51168251037598,62.77060508728027,63.524484634399414,62.14737892150879,62.517642974853516,62.6070499420166,62.88766860961914,62.33501434326172 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,True,2.5663375854492188,2.72369384765625,2.8891563415527344,2.350330352783203,2.8657913208007812,2.8345584869384766,2.2749900817871094,1.962900161743164,2.0127296447753906,2.038717269897461,34.239768981933594,34.04688835144043,34.13105010986328,34.32607650756836,33.6766242980957,33.64825248718262,34.1181755065918,34.3472957611084,34.035682678222656,34.82699394226074 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,False,9.964942932128906,9.929895401000977,9.93800163269043,9.859800338745117,10.057210922241211,9.75656509399414,9.895086288452148,9.842872619628906,9.892702102661133,9.892940521240234,131.4563751220703,130.60665130615234,131.10780715942383,130.40757179260254,129.05240058898926,129.95123863220215,130.74111938476562,132.78460502624512,131.36053085327148,132.09176063537598 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,True,3.475189208984375,2.637624740600586,2.6624202728271484,2.389192581176758,2.663135528564453,2.927064895629883,2.6586055755615234,2.1669864654541016,2.379894256591797,2.7108192443847656,51.674604415893555,73.99773597717285,49.72696304321289,49.99232292175293,50.02784729003906,49.9417781829834,50.64582824707031,50.64582824707031,50.3692626953125,49.63517189025879 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,False,13.275623321533203,13.426542282104492,29.973506927490234,24.634838104248047,21.548748016357422,13.900518417358398,13.404130935668945,13.454914093017578,13.501644134521484,13.497114181518555,162.31441497802734,162.65058517456055,162.84871101379395,161.6659164428711,160.77613830566406,161.17572784423828,161.49353981018066,161.75055503845215,163.69199752807617,162.65344619750977 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,True,4.423618316650391,3.4515857696533203,3.4122467041015625,3.4258365631103516,2.5856494903564453,3.398895263671875,2.6907920837402344,2.567291259765625,2.6297569274902344,2.318143844604492,50.03643035888672,50.27318000793457,50.481557846069336,49.94821548461914,49.18408393859863,50.525665283203125,50.06670951843262,49.5452880859375,51.53989791870117,49.99899864196777 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,False,15.125751495361328,15.067577362060547,15.21754264831543,14.949798583984375,15.142440795898438,15.177488327026367,15.066146850585938,15.038490295410156,15.192985534667969,15.099287033081055,195.62172889709473,196.78902626037598,197.08895683288574,198.47607612609863,197.15523719787598,196.885347366333,196.78330421447754,197.249174118042,198.07767868041992,198.9762783050537 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,True,3.4983158111572266,2.969503402709961,3.1032562255859375,2.646923065185547,3.6389827728271484,2.6955604553222656,2.3651123046875,2.464771270751953,2.2919178009033203,2.273082733154297,74.31173324584961,74.33342933654785,73.54426383972168,74.30577278137207,73.76599311828613,73.17066192626953,74.39637184143066,73.31418991088867,76.41816139221191,73.39739799499512 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,False,20.50638198852539,20.496845245361328,20.33090591430664,20.505905151367188,20.380735397338867,20.354032516479492,20.345211029052734,20.4317569732666,20.465850830078125,20.392894744873047,248.22688102722168,247.3766803741455,246.68383598327637,247.755765914917,247.31183052062988,247.83086776733398,246.23417854309082,246.68145179748535,247.12276458740234,248.37398529052734 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,True,4.35948371887207,4.307746887207031,3.5276412963867188,3.4961700439453125,3.9081573486328125,3.1042098999023438,2.554178237915039,2.5262832641601562,3.282308578491211,2.8433799743652344,67.37804412841797,66.62607192993164,66.08390808105469,66.63680076599121,65.8261775970459,65.4144287109375,94.9864387512207,66.18666648864746,66.19501113891602,66.09487533569336 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,False,20.643234252929688,20.859479904174805,20.6451416015625,20.56717872619629,20.474672317504883,20.69711685180664,20.768165588378906,20.576953887939453,21.065473556518555,20.776033401489258,265.6264305114746,265.57302474975586,267.37046241760254,267.8403854370117,266.0868167877197,268.45335960388184,269.2275047302246,266.3874626159668,265.61522483825684,266.48926734924316 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,True,4.43577766418457,4.030704498291016,3.6377906799316406,3.15093994140625,2.9387474060058594,3.7233829498291016,3.237485885620117,2.9621124267578125,2.610921859741211,2.918720245361328,97.76663780212402,98.7393856048584,102.66351699829102,99.4718074798584,98.21438789367676,99.13444519042969,98.94990921020508,99.02501106262207,98.67167472839355,98.75249862670898 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,False,29.144763946533203,27.45819091796875,27.44293212890625,27.300119400024414,27.09674835205078,27.126073837280273,26.817798614501953,27.225732803344727,27.07052230834961,27.019500732421875,330.6875228881836,334.057092666626,331.7127227783203,331.5012454986572,334.078311920166,332.1199417114258,331.30455017089844,333.0719470977783,330.77406883239746,330.50036430358887 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,True,0.4279613494873047,0.4444122314453125,0.40459632873535156,0.40459632873535156,0.3883838653564453,0.3991127014160156,0.44989585876464844,0.4096031188964844,0.41174888610839844,0.3972053527832031,4.564523696899414,3.399372100830078,3.320455551147461,3.3516883850097656,3.3109188079833984,4.24647331237793,3.3121109008789062,3.309011459350586,3.305196762084961,4.066705703735352 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,False,0.8668899536132812,0.865936279296875,0.8764266967773438,0.8323192596435547,0.8740425109863281,0.8709430694580078,0.7927417755126953,0.7975101470947266,0.8821487426757812,0.8726119995117188,11.614561080932617,11.95383071899414,11.73090934753418,11.829614639282227,11.927366256713867,11.914491653442383,11.84844970703125,11.746883392333984,11.948347091674805,12.021303176879883 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,True,0.5328655242919922,0.5502700805664062,0.49614906311035156,0.457763671875,0.48613548278808594,0.45871734619140625,0.5986690521240234,0.4792213439941406,0.47206878662109375,0.44155120849609375,4.74858283996582,5.089282989501953,4.7702789306640625,5.354881286621094,4.765510559082031,4.758358001708984,5.513668060302734,4.742145538330078,4.781007766723633,5.676507949829102 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,False,1.1382102966308594,1.1425018310546875,1.0607242584228516,1.131296157836914,1.1382102966308594,1.074075698852539,1.0867118835449219,1.13677978515625,1.1451244354248047,1.150369644165039,14.77956771850586,14.791727066040039,14.771699905395508,14.900684356689453,14.861822128295898,14.86063003540039,14.878034591674805,14.887571334838867,14.868974685668945,14.692544937133789 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,True,0.8261203765869141,0.8106231689453125,0.8068084716796875,0.8263587951660156,0.8041858673095703,0.7903575897216797,0.7870197296142578,0.7998943328857422,0.8111000061035156,1.0831356048583984,8.374929428100586,7.431268692016602,8.284330368041992,7.442235946655273,8.533239364624023,7.481813430786133,8.281707763671875,7.433414459228516,8.579730987548828,7.432222366333008 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,False,2.0265579223632812,2.3908615112304688,2.151012420654297,2.3374557495117188,2.210855484008789,2.3682117462158203,2.479076385498047,2.259969711303711,2.356290817260742,2.1440982818603516,30.339956283569336,30.248165130615234,30.45034408569336,30.37285804748535,30.133724212646484,29.990196228027344,30.222654342651367,30.25531768798828,30.16519546508789,30.106782913208008 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,True,0.8566379547119141,0.8461475372314453,0.8580684661865234,0.9655952453613281,0.8692741394042969,0.8578300476074219,0.8566379547119141,0.7922649383544922,0.8554458618164062,0.7688999176025391,11.164665222167969,12.42208480834961,12.722015380859375,12.624502182006836,11.112689971923828,12.607812881469727,12.178659439086914,11.049985885620117,12.188911437988281,12.65263557434082 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,False,2.912282943725586,3.0777454376220703,3.322601318359375,3.046751022338867,2.956867218017578,2.924203872680664,2.9425621032714844,2.874135971069336,3.0755996704101562,3.003835678100586,38.89632225036621,39.02387619018555,39.05630111694336,38.74993324279785,38.93446922302246,39.01410102844238,38.8340950012207,39.09659385681152,38.66100311279297,38.95759582519531 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,True,1.5671253204345703,1.6117095947265625,1.8641948699951172,1.833200454711914,1.5239715576171875,1.4841556549072266,1.4567375183105469,1.28936767578125,1.5628337860107422,1.3418197631835938,17.136335372924805,17.154693603515625,16.772747039794922,16.741275787353516,16.834020614624023,17.261743545532227,17.064332962036133,18.378734588623047,17.013072967529297,16.59846305847168 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,False,4.425764083862305,4.352092742919922,4.216194152832031,4.337310791015625,4.390716552734375,4.624128341674805,4.2896270751953125,4.437923431396484,4.372835159301758,4.295825958251953,60.79840660095215,60.67824363708496,60.60957908630371,60.92715263366699,60.784101486206055,60.8518123626709,61.22732162475586,61.18130683898926,60.69064140319824,60.61053276062012 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,True,1.644134521484375,1.589059829711914,1.6720294952392578,1.8393993377685547,1.758575439453125,1.4104843139648438,1.3058185577392578,1.3136863708496094,1.3172626495361328,1.3082027435302734,25.294780731201172,24.060964584350586,25.189876556396484,25.162220001220703,24.780750274658203,24.135828018188477,40.98391532897949,28.3203125,24.876832962036133,24.390459060668945 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,False,6.156682968139648,5.999565124511719,6.047964096069336,6.058454513549805,6.044149398803711,6.081581115722656,6.094694137573242,6.107807159423828,6.134271621704102,6.091594696044922,76.55048370361328,76.63631439208984,77.38065719604492,76.97796821594238,76.34806632995605,76.17783546447754,77.37350463867188,77.37469673156738,77.73303985595703,77.1636962890625 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,True,2.724885940551758,3.0350685119628906,2.4938583374023438,2.803802490234375,2.627134323120117,2.396821975708008,2.6204586029052734,2.121448516845703,2.123594284057617,2.5076866149902344,33.76650810241699,33.82682800292969,33.972740173339844,34.09004211425781,34.29889678955078,33.740997314453125,35.16650199890137,34.63554382324219,34.10673141479492,34.20138359069824 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,False,8.958101272583008,9.310722351074219,9.312152862548828,8.758068084716797,8.926153182983398,9.136199951171875,8.910894393920898,9.2010498046875,8.84699821472168,9.190559387207031,125.69403648376465,125.34546852111816,126.2655258178711,125.7634162902832,126.47056579589844,126.75762176513672,127.12812423706055,125.81253051757812,125.88119506835938,125.63657760620117 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,True,2.4983882904052734,2.8562545776367188,2.3915767669677734,2.137899398803711,2.3763179779052734,2.579212188720703,2.593517303466797,1.9223690032958984,2.0689964294433594,1.8260478973388672,49.86166954040527,50.107717514038086,51.56064033508301,49.957990646362305,50.08721351623535,49.64780807495117,49.610137939453125,49.60298538208008,49.6211051940918,49.432992935180664 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,False,12.49384880065918,12.479543685913086,12.833118438720703,12.396097183227539,12.673377990722656,12.614250183105469,30.191659927368164,16.29781723022461,12.78996467590332,12.636184692382812,158.35213661193848,157.54175186157227,157.26733207702637,159.25073623657227,159.13844108581543,159.14463996887207,158.0946445465088,158.06889533996582,157.45139122009277,157.76705741882324 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,True,3.9818286895751953,4.1217803955078125,3.9861202239990234,5.748987197875977,3.573894500732422,3.980398178100586,3.4799575805664062,3.54766845703125,3.3926963806152344,3.444194793701172,83.28580856323242,83.32157135009766,82.47971534729004,83.07766914367676,84.22136306762695,84.33198928833008,84.68079566955566,85.13808250427246,83.20450782775879,85.93058586120605 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,False,24.608373641967773,24.30891990661621,24.72662925720215,23.7274169921875,24.515867233276367,23.53382110595703,24.28436279296875,24.409770965576172,24.225950241088867,24.389266967773438,325.10924339294434,327.33154296875,326.04408264160156,323.3370780944824,327.1353244781494,326.2286186218262,324.59402084350586,326.75814628601074,329.36859130859375,323.5642910003662 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,True,5.090475082397461,4.262208938598633,3.963470458984375,4.605293273925781,3.690004348754883,3.2873153686523438,3.2777786254882812,3.6706924438476562,3.971576690673828,3.314971923828125,120.98050117492676,133.54969024658203,121.10447883605957,120.6657886505127,120.96738815307617,120.66006660461426,121.95539474487305,121.4604377746582,121.81711196899414,121.4747428894043 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,False,32.90128707885742,33.17523002624512,33.12540054321289,33.01286697387695,33.147335052490234,52.06942558288574,50.39691925048828,33.718109130859375,32.782554626464844,33.0810546875,406.65316581726074,408.9357852935791,403.1836986541748,401.78608894348145,406.3403606414795,405.1849842071533,407.8390598297119,405.54094314575195,404.7083854675293,406.7239761352539 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,True,4.231929779052734,4.051446914672852,4.984855651855469,4.471302032470703,4.461050033569336,4.504203796386719,4.153966903686523,3.6592483520507812,3.6444664001464844,3.4334659576416016,123.7483024597168,122.80893325805664,122.80893325805664,123.05665016174316,122.91741371154785,122.19977378845215,122.18832969665527,123.21710586547852,123.21925163269043,122.82943725585938 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,False,38.47455978393555,38.011789321899414,38.106679916381836,37.377357482910156,37.48011589050293,37.66942024230957,37.62340545654297,37.345170974731445,38.02204132080078,67.047119140625,499.2375373840332,498.51179122924805,496.9522953033447,495.17369270324707,496.81806564331055,497.6677894592285,494.5244789123535,494.0657615661621,494.01330947875977,491.0423755645752 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,True,5.799531936645508,6.349086761474609,4.915714263916016,5.048036575317383,6.085395812988281,4.848957061767578,5.354642868041992,6.258487701416016,4.859685897827148,5.188465118408203,182.65676498413086,183.84718894958496,185.11652946472168,182.8145980834961,182.28602409362793,180.92036247253418,182.28864669799805,190.21296501159668,184.3557357788086,181.13160133361816 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,False,50.51302909851074,50.800323486328125,50.3387451171875,50.59027671813965,50.783395767211914,50.66657066345215,50.72498321533203,50.79174041748047,51.23186111450195,50.86231231689453,615.9594058990479,619.2536354064941,616.2223815917969,614.2280101776123,618.6339855194092,614.0413284301758,618.8287734985352,617.2957420349121,617.2573566436768,614.5815849304199 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,True,6.055116653442383,5.892276763916016,5.510807037353516,4.673480987548828,4.7588348388671875,5.519866943359375,5.832433700561523,4.915952682495117,5.897045135498047,4.6291351318359375,161.8938446044922,161.79132461547852,162.31489181518555,162.09053993225098,162.46390342712402,161.5164279937744,162.32895851135254,162.45388984680176,162.04833984375,162.47892379760742 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,False,51.367759704589844,50.955772399902344,50.9185791015625,51.1326789855957,51.30171775817871,50.70924758911133,50.99081993103027,51.074981689453125,51.00393295288086,51.0716438293457,661.2095832824707,663.9361381530762,662.4386310577393,660.6659889221191,662.1127128601074,662.5406742095947,662.9486083984375,661.0393524169922,660.3271961212158,661.691427230835 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,True,7.465600967407227,6.715059280395508,7.571935653686523,6.499290466308594,6.828069686889648,6.49571418762207,6.583690643310547,7.651090621948242,6.843328475952148,6.835699081420898,237.87903785705566,236.8175983428955,237.42175102233887,237.66255378723145,237.5028133392334,236.9821071624756,236.99021339416504,252.05230712890625,239.22252655029297,236.62137985229492 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,False,68.30358505249023,67.88229942321777,68.23182106018066,69.0467357635498,68.55583190917969,68.6941146850586,68.58205795288086,68.32098960876465,68.25828552246094,68.04609298706055,823.8022327423096,824.2483139038086,826.8194198608398,825.8585929870605,825.7269859313965,827.268123626709,826.3368606567383,826.502799987793,828.1428813934326,827.7380466461182 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,True,0.58746337890625,0.5557537078857422,0.5555152893066406,0.5252361297607422,0.5629062652587891,0.5002021789550781,0.5495548248291016,0.5383491516113281,0.5536079406738281,0.55694580078125,5.653142929077148,4.84919548034668,4.843711853027344,5.789756774902344,4.877567291259766,4.845142364501953,5.565643310546875,4.84919548034668,4.850149154663086,5.501985549926758 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,False,1.2943744659423828,1.3110637664794922,1.3141632080078125,1.277923583984375,1.1851787567138672,1.1942386627197266,1.2798309326171875,1.1696815490722656,1.2059211730957031,1.2748241424560547,17.815589904785156,18.01919937133789,17.7915096282959,17.702817916870117,17.84992218017578,17.745018005371094,18.024444580078125,17.865896224975586,18.003225326538086,17.58432388305664 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,True,0.5869865417480469,0.5724430084228516,0.5776882171630859,0.5691051483154297,0.6098747253417969,0.5972385406494141,0.5590915679931641,0.5829334259033203,0.5915164947509766,0.5955696105957031,8.407831192016602,7.129669189453125,8.427143096923828,7.130622863769531,7.041454315185547,8.037805557250977,7.425546646118164,7.966041564941406,7.098913192749023,31.32462501525879 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,False,1.74713134765625,1.7731189727783203,1.7740726470947266,1.6438961029052734,1.683950424194336,1.6481876373291016,1.615285873413086,1.728057861328125,1.6591548919677734,1.6851425170898438,22.380828857421875,22.127866744995117,22.282123565673828,22.48978614807129,22.524118423461914,22.470712661743164,22.571086883544922,22.319316864013672,22.16029167175293,22.458553314208984 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,True,1.1866092681884766,1.1260509490966797,1.1379718780517578,1.1439323425292969,1.0488033294677734,1.0423660278320312,1.0991096496582031,1.0459423065185547,1.5559196472167969,1.0726451873779297,12.323856353759766,12.579679489135742,12.633323669433594,11.17396354675293,12.561321258544922,12.724161148071289,12.119054794311523,12.475013732910156,12.87078857421875,12.813568115234375 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,False,3.2613277435302734,3.2377243041992188,3.3838748931884766,3.1571388244628906,3.1921863555908203,3.2525062561035156,3.2291412353515625,3.324270248413086,3.281831741333008,3.228425979614258,46.88858985900879,46.613216400146484,46.65255546569824,47.041893005371094,46.753883361816406,46.640634536743164,46.50378227233887,46.25511169433594,46.411991119384766,46.561241149902344 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,True,1.6319751739501953,1.2807846069335938,1.2102127075195312,1.2254714965820312,1.2638568878173828,1.2018680572509766,1.2135505676269531,1.2559890747070312,1.2056827545166016,1.2059211730957031,17.75193214416504,18.067598342895508,17.782211303710938,18.00847053527832,17.871856689453125,17.673969268798828,17.90022850036621,17.751693725585938,18.103837966918945,18.156766891479492 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,False,4.572391510009766,4.530429840087891,4.4879913330078125,4.521846771240234,4.456758499145508,4.481315612792969,4.548549652099609,4.53948974609375,4.449605941772461,4.509687423706055,58.434247970581055,59.26966667175293,59.155941009521484,59.45324897766113,58.638811111450195,59.012651443481445,59.34453010559082,59.07440185546875,59.053659439086914,59.04674530029297 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,True,2.5675296783447266,2.3088455200195312,2.2614002227783203,2.2504329681396484,1.7366409301757812,1.8928050994873047,1.6868114471435547,1.6744136810302734,2.0079612731933594,1.7294883728027344,25.73680877685547,24.42002296447754,25.63333511352539,24.258136749267578,25.220632553100586,24.383068084716797,24.264097213745117,25.91252326965332,24.164438247680664,26.208877563476562 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,False,19.953012466430664,11.217832565307617,13.328790664672852,15.384912490844727,18.930912017822266,11.55543327331543,8.623838424682617,6.726503372192383,6.513118743896484,6.52003288269043,91.84622764587402,92.19217300415039,92.03314781188965,91.74633026123047,91.83621406555176,91.57609939575195,91.65692329406738,91.85481071472168,91.87054634094238,91.81761741638184 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,True,2.2759437561035156,2.734661102294922,2.2869110107421875,2.016305923461914,2.054452896118164,2.474069595336914,1.8627643585205078,1.9068717956542969,1.8110275268554688,1.5478134155273438,36.01360321044922,36.05985641479492,36.742448806762695,36.40317916870117,37.63604164123535,36.82136535644531,35.80665588378906,36.1478328704834,37.07265853881836,35.60471534729004 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,False,9.221076965332031,9.145259857177734,9.651899337768555,9.06229019165039,8.876323699951172,9.075403213500977,8.883237838745117,8.923530578613281,8.811235427856445,8.937358856201172,116.69731140136719,116.51277542114258,116.47844314575195,116.90235137939453,117.28358268737793,116.23740196228027,116.1496639251709,116.88947677612305,116.49036407470703,116.6839599609375 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,True,3.9255619049072266,2.869129180908203,4.128456115722656,2.6853084564208984,3.036975860595703,2.6776790618896484,2.6416778564453125,2.1507740020751953,2.786874771118164,2.5191307067871094,50.096988677978516,48.99954795837402,49.58367347717285,49.54886436462402,49.39842224121094,49.62754249572754,49.7128963470459,49.405574798583984,49.831390380859375,50.21381378173828 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,False,13.850688934326172,13.76795768737793,13.562202453613281,13.802051544189453,13.842582702636719,13.86570930480957,13.520956039428711,13.666391372680664,13.265848159790039,13.398408889770508,188.39478492736816,189.3308162689209,190.54484367370605,190.2012825012207,189.91708755493164,190.14739990234375,190.94109535217285,190.3555393218994,190.73247909545898,189.85295295715332 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,True,3.6139488220214844,2.969503402709961,3.5893917083740234,2.8798580169677734,3.0853748321533203,2.669811248779297,3.037691116333008,3.2770633697509766,2.7463436126708984,2.2475719451904297,73.14848899841309,73.4708309173584,72.30162620544434,72.38411903381348,74.34988021850586,72.74436950683594,72.58725166320801,73.47846031188965,72.36409187316895,72.99327850341797 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,False,18.69058609008789,18.746614456176758,18.665313720703125,18.615007400512695,18.79429817199707,19.417762756347656,18.83673667907715,18.94831657409668,18.709659576416016,18.889427185058594,238.6453151702881,236.15264892578125,234.95006561279297,237.40005493164062,238.44003677368164,238.54565620422363,236.94372177124023,237.0297908782959,238.22975158691406,238.08932304382324 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,True,4.784584045410156,5.475282669067383,4.087924957275391,4.700183868408203,4.451990127563477,3.7131309509277344,3.910064697265625,4.782915115356445,3.519296646118164,4.136323928833008,123.25572967529297,123.75116348266602,126.12318992614746,123.5201358795166,123.3513355255127,157.02342987060547,123.19731712341309,126.23453140258789,125.30827522277832,125.46610832214355 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,False,36.5908145904541,37.5516414642334,37.16588020324707,36.071062088012695,35.7818603515625,35.94684600830078,36.37051582336426,36.84091567993164,36.04841232299805,36.41963005065918,488.6448383331299,487.6246452331543,488.86871337890625,486.0422611236572,489.43114280700684,486.00101470947266,489.3786907196045,485.7194423675537,490.5707836151123,490.9029006958008 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,True,5.752801895141602,5.51605224609375,4.947185516357422,4.997491836547852,5.880832672119141,4.815816879272461,5.429267883300781,6.171703338623047,5.0201416015625,4.824161529541016,178.42841148376465,180.27019500732422,178.5895824432373,179.73995208740234,180.06014823913574,178.4830093383789,179.63719367980957,179.3081760406494,179.75187301635742,178.58076095581055 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,False,49.254417419433594,49.14426803588867,49.69167709350586,49.5755672454834,49.359798431396484,49.45230484008789,49.59249496459961,49.037933349609375,49.56412315368652,48.84195327758789,612.7746105194092,613.9318943023682,610.9588146209717,613.3050918579102,614.3443584442139,616.0354614257812,615.4265403747559,615.678071975708,617.9580688476562,613.5818958282471 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,True,5.943775177001953,6.156682968139648,5.5408477783203125,5.71894645690918,6.87408447265625,7.239580154418945,5.980253219604492,5.3730010986328125,5.092144012451172,6.767511367797852,183.1192970275879,181.18715286254883,182.2500228881836,182.7535629272461,182.53397941589355,180.7997226715088,182.2836399078369,182.02614784240723,182.53779411315918,199.3274688720703 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,False,55.90033531188965,56.49137496948242,56.633710861206055,56.005239486694336,56.13207817077637,56.467294692993164,56.31685256958008,56.81633949279785,57.04689025878906,56.10013008117676,745.2409267425537,750.3480911254883,739.7444248199463,737.6301288604736,742.6331043243408,741.8901920318604,742.8734302520752,740.1204109191895,745.506763458252,744.7221279144287 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,True,7.354021072387695,8.431673049926758,7.674694061279297,8.6517333984375,7.175445556640625,8.248567581176758,7.3909759521484375,8.825302124023438,7.3699951171875,9.109735488891602,266.3288116455078,266.73316955566406,265.9754753112793,268.7366008758545,267.5635814666748,279.54936027526855,270.92504501342773,266.0870552062988,266.8113708496094,267.0178413391113 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,False,103.04737091064453,77.15702056884766,78.01461219787598,77.64124870300293,76.87640190124512,78.10759544372559,76.00951194763184,75.99115371704102,75.20151138305664,75.6375789642334,922.7972030639648,919.377326965332,918.464183807373,922.3320484161377,922.6899147033691,917.2441959381104,919.8265075683594,920.4738140106201,919.8219776153564,918.2968139648438 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,True,6.84809684753418,8.033514022827148,7.245779037475586,8.038759231567383,7.582187652587891,8.511781692504883,6.642341613769531,7.766008377075195,7.036685943603516,8.416175842285156,240.6899929046631,240.82112312316895,240.2670383453369,241.46008491516113,239.66479301452637,243.79873275756836,252.17366218566895,240.66662788391113,239.98069763183594,241.5778636932373 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,False,77.01468467712402,76.9808292388916,77.00610160827637,76.7824649810791,76.90668106079102,76.48515701293945,75.88911056518555,76.40790939331055,76.2338638305664,76.48921012878418,994.0311908721924,991.2624359130859,991.5437698364258,999.5758533477783,994.5271015167236,995.5179691314697,998.2266426086426,998.0497360229492,989.6745681762695,991.7590618133545 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,True,9.491682052612305,11.661529541015625,10.450363159179688,9.803295135498047,10.663270950317383,9.867191314697266,10.694742202758789,10.500431060791016,9.637594223022461,10.795831680297852,354.02536392211914,355.24439811706543,361.0718250274658,353.6858558654785,354.97522354125977,354.35032844543457,354.0210723876953,354.5360565185547,353.9590835571289,354.3848991394043 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,False,103.06262969970703,102.081298828125,102.54263877868652,102.44607925415039,102.9670238494873,103.5761833190918,103.06215286254883,103.76262664794922,102.48923301696777,103.03092002868652,1240.8390045166016,1236.769437789917,1235.5196475982666,1234.7652912139893,1236.8998527526855,1238.4209632873535,1237.020492553711,1238.4753227233887,1239.1102313995361,1239.7725582122803 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,True,0.6837844848632812,0.7288455963134766,0.7300376892089844,0.6716251373291016,0.7309913635253906,0.6973743438720703,0.7021427154541016,1.1208057403564453,0.6763935089111328,0.6911754608154297,6.409406661987305,7.140874862670898,6.403207778930664,7.0343017578125,6.37507438659668,6.946563720703125,7.467746734619141,6.374835968017578,7.058620452880859,6.514310836791992 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,False,1.8055438995361328,1.7116069793701172,1.7132759094238281,1.6515254974365234,1.7170906066894531,1.7070770263671875,1.7237663269042969,1.7247200012207031,1.7170906066894531,1.6918182373046875,23.526668548583984,23.39625358581543,23.61321449279785,23.547887802124023,23.602724075317383,23.68021011352539,23.54884147644043,23.706436157226562,23.555994033813477,23.547649383544922 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,True,0.7877349853515625,0.7393360137939453,0.7572174072265625,0.8966922760009766,0.8988380432128906,0.9157657623291016,0.9572505950927734,0.9944438934326172,0.8828639984130859,0.8649826049804688,9.412527084350586,10.632753372192383,9.379863739013672,10.81085205078125,10.839223861694336,9.406805038452148,10.583639144897461,9.38868522644043,10.67042350769043,10.539531707763672 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,False,2.346038818359375,2.325773239135742,2.2821426391601562,2.3899078369140625,2.413034439086914,2.344369888305664,2.257108688354492,2.332448959350586,2.270936965942383,2.2780895233154297,30.107736587524414,29.68883514404297,29.48904037475586,30.061006546020508,30.07984161376953,29.7091007232666,29.816865921020508,30.1668643951416,29.964208602905273,29.745817184448242 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,True,1.6379356384277344,1.5115737915039062,1.5082359313964844,1.4386177062988281,1.4257431030273438,1.2736320495605469,1.340627670288086,1.47247314453125,1.4758110046386719,1.2767314910888672,16.103744506835938,16.280651092529297,16.141653060913086,16.466856002807617,16.544580459594727,16.297101974487305,16.178607940673828,16.07799530029297,16.51144027709961,16.226768493652344 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,False,4.853010177612305,4.789113998413086,4.719972610473633,4.82487678527832,4.828453063964844,4.57763671875,4.754781723022461,4.808664321899414,4.644632339477539,4.585027694702148,61.86223030090332,62.020301818847656,62.58344650268555,62.8507137298584,62.700748443603516,62.80922889709473,62.26944923400879,62.32881546020508,62.81614303588867,62.07609176635742 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,True,1.5861988067626953,1.51824951171875,1.5151500701904297,1.5714168548583984,1.6014575958251953,1.7211437225341797,1.7108917236328125,1.234292984008789,1.3020038604736328,1.3039112091064453,24.132966995239258,23.23293685913086,23.395061492919922,24.9021053314209,23.006200790405273,23.99420738220215,23.207664489746094,23.401737213134766,24.486064910888672,22.992849349975586 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,False,6.102800369262695,6.032705307006836,5.975961685180664,6.134986877441406,5.987405776977539,6.193876266479492,6.049633026123047,5.9661865234375,6.057262420654297,5.955934524536133,78.42659950256348,78.40466499328613,78.31716537475586,78.92489433288574,79.08296585083008,78.80878448486328,78.55987548828125,78.88674736022949,78.0649185180664,78.34243774414062 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,True,2.5281906127929688,2.8781890869140625,2.1839141845703125,2.4399757385253906,2.362489700317383,2.6769638061523438,2.003192901611328,2.065420150756836,2.0477771759033203,1.9664764404296875,32.97090530395508,32.989501953125,33.16020965576172,33.35213661193848,33.47325325012207,33.6458683013916,34.06047821044922,33.88810157775879,33.52761268615723,33.41364860534668 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,False,8.881092071533203,8.705615997314453,8.985519409179688,8.809566497802734,8.505582809448242,9.040117263793945,9.089231491088867,9.207725524902344,8.61501693725586,9.079456329345703,123.57568740844727,123.95048141479492,123.92067909240723,123.57068061828613,122.98989295959473,123.90542030334473,123.32820892333984,123.00419807434082,123.00324440002441,123.02470207214355 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,True,2.8562545776367188,3.0961036682128906,2.3915767669677734,2.8395652770996094,2.5048255920410156,2.4602413177490234,2.2242069244384766,2.5069713592529297,2.219676971435547,2.3157596588134766,48.581600189208984,48.27713966369629,48.5990047454834,48.181772232055664,50.29869079589844,47.53422737121582,52.0172119140625,46.84901237487793,48.42853546142578,47.77193069458008 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,False,12.025594711303711,12.014627456665039,12.008190155029297,12.20250129699707,12.095928192138672,11.88516616821289,12.14289665222168,12.126445770263672,11.91258430480957,11.730432510375977,155.91073036193848,154.24585342407227,155.15565872192383,156.1758518218994,155.34520149230957,156.4955711364746,154.97446060180664,156.51726722717285,155.470609664917,155.5466651916504 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,True,3.7255287170410156,4.411458969116211,3.734588623046875,3.025054931640625,2.907991409301758,3.201007843017578,3.166675567626953,3.557920455932617,3.064393997192383,2.873659133911133,67.2147274017334,66.5898323059082,66.20311737060547,66.37358665466309,66.47610664367676,67.70539283752441,66.24722480773926,66.42961502075195,66.78414344787598,66.82443618774414 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,False,17.706871032714844,17.831087112426758,17.604589462280273,17.745018005371094,18.355131149291992,17.78578758239746,18.758058547973633,17.646074295043945,17.8225040435791,18.435239791870117,252.48003005981445,252.5618076324463,252.82025337219238,250.75769424438477,251.71136856079102,253.190279006958,252.28381156921387,251.21164321899414,251.33252143859863,252.4268627166748 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,True,4.3506622314453125,3.9310455322265625,3.696918487548828,3.0498504638671875,3.0775070190429688,3.0503273010253906,3.294229507446289,3.2019615173339844,2.9807090759277344,3.2052993774414062,101.0890007019043,98.54817390441895,99.13015365600586,97.74446487426758,96.4820384979248,96.86565399169922,97.10693359375,96.18186950683594,97.10144996643066,96.68946266174316 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,False,25.25043487548828,27.542591094970703,24.890422821044922,24.656295776367188,24.956226348876953,24.63221549987793,24.667739868164062,24.567127227783203,24.953365325927734,24.930477142333984,315.37604331970215,317.4619674682617,314.14794921875,314.8214817047119,316.66016578674316,314.8784637451172,316.07866287231445,317.4633979797363,316.9271945953369,314.5444393157959 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,True,6.348371505737305,4.990100860595703,4.985332489013672,6.340503692626953,4.707098007202148,4.925966262817383,5.325078964233398,4.736661911010742,5.014657974243164,5.27644157409668,162.60981559753418,162.25290298461914,161.9417667388916,162.5826358795166,162.19806671142578,162.4751091003418,164.60084915161133,162.26625442504883,162.0643138885498,163.27643394470215 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,False,49.353837966918945,48.810482025146484,48.50196838378906,49.40986633300781,48.09093475341797,48.00081253051758,48.946380615234375,47.35970497131348,49.32284355163574,48.697710037231445,649.5554447174072,656.0003757476807,651.6952514648438,647.3820209503174,651.1476039886475,651.0915756225586,650.2492427825928,653.4202098846436,649.6450901031494,650.1619815826416 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,True,7.234811782836914,7.024288177490234,6.717205047607422,6.412267684936523,7.40814208984375,6.35981559753418,6.817102432250977,6.5898895263671875,7.438182830810547,7.3070526123046875,239.912748336792,240.4642105102539,241.45007133483887,239.81738090515137,239.04180526733398,241.0728931427002,258.79812240600586,241.57381057739258,236.81378364562988,237.34354972839355 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,False,66.41244888305664,67.24953651428223,67.31200218200684,67.03543663024902,66.55097007751465,66.13469123840332,66.38479232788086,66.87021255493164,65.73963165283203,65.62590599060059,815.838098526001,813.3580684661865,812.687873840332,811.9540214538574,814.14794921875,815.434455871582,814.2075538635254,814.5382404327393,816.6530132293701,815.4721260070801 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,True,6.755590438842773,7.922887802124023,8.468389511108398,9.493350982666016,6.935596466064453,7.67970085144043,9.050607681274414,9.925365447998047,6.604671478271484,7.581949234008789,240.25702476501465,240.71073532104492,240.20791053771973,241.66154861450195,260.8928680419922,240.88382720947266,240.9968376159668,241.49656295776367,240.84806442260742,240.44060707092285 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,False,75.50454139709473,75.2248764038086,77.15272903442383,75.29473304748535,75.50835609436035,75.16264915466309,74.44119453430176,75.1190185546875,74.8746395111084,74.80216026306152,992.4864768981934,988.1477355957031,991.8110370635986,987.4522686004639,991.107702255249,993.0949211120605,986.0825538635254,993.0729866027832,994.4391250610352,995.8305358886719 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,True,9.851932525634766,10.30588150024414,10.116100311279297,9.81593132019043,10.721445083618164,9.925127029418945,10.629415512084961,9.955883026123047,9.739398956298828,10.350704193115234,355.96299171447754,364.1808032989502,358.51502418518066,356.68158531188965,356.978178024292,358.52837562561035,356.3821315765381,355.8053970336914,356.212854385376,356.7385673522949 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,False,101.24659538269043,101.48119926452637,101.89676284790039,101.24850273132324,102.11324691772461,100.68798065185547,100.73256492614746,101.33576393127441,101.86529159545898,102.05507278442383,1230.8697700500488,1230.0207614898682,1238.3148670196533,1238.2168769836426,1238.7871742248535,1238.6388778686523,1235.499620437622,1232.381820678711,1235.464334487915,1235.3260517120361 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,True,11.481523513793945,8.762598037719727,11.820554733276367,9.4451904296875,9.591102600097656,9.398698806762695,10.001182556152344,10.423898696899414,8.89444351196289,9.582757949829102,318.31836700439453,331.1607837677002,319.45276260375977,318.3417320251465,320.0085163116455,318.8784122467041,319.0779685974121,318.9542293548584,319.1812038421631,318.5136318206787 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,False,103.1949520111084,102.87785530090332,102.39958763122559,101.95446014404297,101.46284103393555,101.89032554626465,101.56512260437012,101.85980796813965,102.12492942810059,102.10561752319336,1319.1726207733154,1326.019048690796,1320.824146270752,1320.641279220581,1326.897382736206,1321.446418762207,1320.2509880065918,1324.2177963256836,1319.0717697143555,1321.6698169708252 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,True,13.664484024047852,13.058662414550781,13.65804672241211,13.740777969360352,13.883829116821289,13.37742805480957,12.867212295532227,13.585090637207031,14.182567596435547,13.664960861206055,474.6372699737549,475.24166107177734,471.1651802062988,497.12419509887695,545.3813076019287,483.54029655456543,606.9769859313965,523.1642723083496,582.3192596435547,476.72319412231445 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,False,136.69562339782715,136.3847255706787,135.34045219421387,136.0912322998047,135.0271701812744,137.05158233642578,139.19496536254883,140.49816131591797,141.1881446838379,139.8143768310547,1655.752182006836,1651.1619091033936,1654.1378498077393,1655.7860374450684,1651.2961387634277,1655.012607574463,1655.3282737731934,1657.088279724121,1655.0250053405762,1655.8899879455566 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_grad_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_grad_gpu.csv new file mode 100644 index 0000000..93b459f --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/csrmv_grad_gpu.csv @@ -0,0 +1,197 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.16808509826660156,0.17642974853515625,0.1881122589111328,0.30112266540527344,0.17762184143066406,0.1697540283203125,0.1926422119140625,0.19216537475585938,0.18143653869628906,0.1761913299560547,0.10061264038085938,0.09202957153320312,0.091552734375,0.09274482727050781,0.091552734375,0.09202957153320312,0.12469291687011719,0.09250640869140625,0.11038780212402344,0.11968612670898438 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.1742839813232422,0.17023086547851562,0.1671314239501953,0.16641616821289062,0.16641616821289062,0.16689300537109375,0.17547607421875,0.1709461212158203,0.16450881958007812,0.1614093780517578,0.12683868408203125,0.09584426879882812,0.09799003601074219,0.08940696716308594,0.08869171142578125,0.08678436279296875,0.08726119995117188,0.08821487426757812,0.1404285430908203,0.35500526428222656 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.12874603271484375,0.12564659118652344,0.1239776611328125,0.12445449829101562,0.12302398681640625,0.13065338134765625,0.12564659118652344,0.1220703125,0.12254714965820312,0.1347064971923828,0.09036064147949219,0.0858306884765625,0.08821487426757812,0.08797645568847656,0.08630752563476562,0.08869171142578125,0.08606910705566406,0.10204315185546875,0.09131431579589844,0.08702278137207031 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.13256072998046875,0.14209747314453125,0.1316070556640625,0.13017654418945312,0.12803077697753906,0.1270771026611328,0.12755393981933594,0.12683868408203125,0.4940032958984375,0.1354217529296875,0.08463859558105469,0.08702278137207031,0.08487701416015625,0.08392333984375,0.08273124694824219,0.08249282836914062,0.08320808410644531,0.09179115295410156,0.08416175842285156,0.0820159912109375 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.18262863159179688,0.1595020294189453,0.16021728515625,0.15616416931152344,0.1533031463623047,0.1690387725830078,0.16021728515625,0.15592575073242188,0.1533031463623047,0.15044212341308594,0.11920928955078125,0.11420249938964844,0.11539459228515625,0.11348724365234375,0.12421607971191406,0.11754035949707031,0.11539459228515625,0.11134147644042969,0.11348724365234375,0.11086463928222656 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.20599365234375,0.2033710479736328,0.1995563507080078,0.20837783813476562,0.19788742065429688,0.1983642578125,0.19741058349609375,0.19598007202148438,0.1933574676513672,0.21314620971679688,0.09441375732421875,0.10180473327636719,0.09322166442871094,0.11324882507324219,0.087738037109375,0.09417533874511719,0.087738037109375,0.08797645568847656,0.08821487426757812,0.09202957153320312 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.12636184692382812,0.1285076141357422,0.125885009765625,0.1239776611328125,0.12230873107910156,0.13327598571777344,0.12612342834472656,0.164031982421875,0.1304149627685547,0.1251697540283203,0.08511543273925781,0.08320808410644531,0.09751319885253906,0.09179115295410156,0.18858909606933594,0.09107589721679688,0.08559226989746094,0.08845329284667969,0.08893013000488281,0.08749961853027344 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.15497207641601562,0.15854835510253906,0.15497207641601562,0.16427040100097656,0.1537799835205078,0.1556873321533203,0.15044212341308594,0.1544952392578125,0.14925003051757812,0.15425682067871094,0.07414817810058594,0.07534027099609375,0.07152557373046875,0.08535385131835938,0.07796287536621094,0.0743865966796875,0.07033348083496094,0.07295608520507812,0.0705718994140625,0.07081031799316406 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.21195411682128906,0.202178955078125,0.20694732666015625,0.2028942108154297,0.20170211791992188,0.20360946655273438,0.19931793212890625,0.1971721649169922,0.1983642578125,0.1971721649169922,0.10752677917480469,0.10657310485839844,0.10514259338378906,0.1068115234375,0.24819374084472656,0.14710426330566406,0.12826919555664062,0.10585784912109375,0.11157989501953125,0.10776519775390625 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.16736984252929688,0.16021728515625,0.16736984252929688,0.27751922607421875,0.17023086547851562,0.16546249389648438,0.16188621520996094,0.16236305236816406,0.16021728515625,0.15544891357421875,0.1461505889892578,0.11277198791503906,0.11420249938964844,0.1087188720703125,0.110626220703125,0.10514259338378906,0.10585784912109375,0.10609626770019531,0.11038780212402344,0.1087188720703125 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.18906593322753906,0.17142295837402344,0.1392364501953125,0.1380443572998047,0.1366138458251953,0.13566017150878906,0.1361370086669922,0.13375282287597656,0.13399124145507812,0.1342296600341797,0.0782012939453125,0.0762939453125,0.07414817810058594,0.08320808410644531,0.07772445678710938,0.07390975952148438,0.07367134094238281,0.07343292236328125,0.07319450378417969,0.072479248046875 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.5109310150146484,0.37026405334472656,0.3466606140136719,0.3447532653808594,0.3273487091064453,0.3204345703125,0.32138824462890625,0.316619873046875,0.32019615173339844,0.3135204315185547,0.11849403381347656,0.08177757263183594,0.08535385131835938,0.08368492126464844,0.08440017700195312,0.08296966552734375,0.08296966552734375,0.08153915405273438,0.08082389831542969,0.08034706115722656 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.1862049102783203,0.20742416381835938,0.6356239318847656,0.4658699035644531,0.5476474761962891,0.4913806915283203,0.4322528839111328,0.3979206085205078,0.3914833068847656,0.3981590270996094,0.164031982421875,0.15282630920410156,0.14543533325195312,0.14281272888183594,0.12540817260742188,0.12373924255371094,0.12469291687011719,0.12421607971191406,0.12230873107910156,0.12040138244628906 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,0.16951560974121094,0.1888275146484375,0.18095970153808594,0.16117095947265625,0.17070770263671875,0.156402587890625,0.16307830810546875,0.15592575073242188,0.15783309936523438,0.15497207641601562,0.1595020294189453,0.15020370483398438,0.14281272888183594,0.13947486877441406,0.13947486877441406,0.13899803161621094,0.14662742614746094,0.1373291015625,0.13875961303710938,0.13589859008789062 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.12874603271484375,0.12540817260742188,0.12683868408203125,0.12564659118652344,0.12612342834472656,0.18930435180664062,0.12683868408203125,0.1220703125,0.1220703125,0.12135505676269531,0.10395050048828125,0.10204315185546875,0.10275840759277344,0.10061264038085938,0.10013580322265625,0.10132789611816406,0.09918212890625,0.10085105895996094,0.09894371032714844,0.09942054748535156 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,0.14519691467285156,0.14328956604003906,0.1423358917236328,0.14066696166992188,0.13947486877441406,0.13828277587890625,0.1385211944580078,0.1380443572998047,0.1385211944580078,0.1437664031982422,0.07128715515136719,0.07128715515136719,0.06866455078125,0.06818771362304688,0.06723403930664062,0.06818771362304688,0.06818771362304688,0.06818771362304688,0.06771087646484375,0.06771087646484375 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.16927719116210938,0.16760826110839844,0.16427040100097656,0.16498565673828125,0.164031982421875,0.1804828643798828,0.17905235290527344,0.16307830810546875,0.16379356384277344,0.16880035400390625,0.1270771026611328,0.13756752014160156,0.13971328735351562,0.13494491577148438,0.14519691467285156,0.13303756713867188,0.22673606872558594,0.2989768981933594,0.3478527069091797,0.23889541625976562 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,0.17905235290527344,0.18453598022460938,0.17642974853515625,0.17833709716796875,0.17690658569335938,0.17952919006347656,0.1773834228515625,0.17118453979492188,0.18095970153808594,0.17452239990234375,0.11014938354492188,0.12874603271484375,0.11086463928222656,0.10919570922851562,0.11038780212402344,0.10752677917480469,0.1087188720703125,0.11730194091796875,0.10895729064941406,0.10967254638671875 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.17642974853515625,0.171661376953125,0.17309188842773438,0.1697540283203125,0.35190582275390625,0.17142295837402344,0.1704692840576172,0.19359588623046875,0.17142295837402344,0.17309188842773438,0.10609626770019531,0.10514259338378906,0.12040138244628906,0.11038780212402344,0.10323524475097656,0.102996826171875,0.1010894775390625,0.10418891906738281,0.10061264038085938,0.10156631469726562 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,0.1552104949951172,0.22411346435546875,0.1609325408935547,0.1518726348876953,0.15544891357421875,0.14972686767578125,0.15282630920410156,0.15163421630859375,0.15282630920410156,0.15211105346679688,0.10180473327636719,0.09775161743164062,0.09965896606445312,0.09608268737792969,0.09965896606445312,0.09751319885253906,0.09751319885253906,0.09655952453613281,0.09679794311523438,0.09655952453613281 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.2193450927734375,0.2009868621826172,0.1938343048095703,0.18787384033203125,0.1804828643798828,0.17786026000976562,0.179290771484375,0.17881393432617188,0.17595291137695312,0.19073486328125,0.125885009765625,0.125885009765625,0.15783309936523438,0.14853477478027344,0.148773193359375,0.14925003051757812,0.14925003051757812,0.1494884490966797,0.14734268188476562,0.1327991485595703 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,0.43201446533203125,0.21409988403320312,0.21195411682128906,0.21028518676757812,0.2167224884033203,0.2353191375732422,0.21028518676757812,0.20551681518554688,0.20551681518554688,0.20360946655273438,0.2677440643310547,0.22268295288085938,0.21147727966308594,0.2067089080810547,0.20194053649902344,0.1995563507080078,0.1983642578125,0.20170211791992188,0.19979476928710938,0.2295970916748047 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.19478797912597656,0.20074844360351562,0.16736984252929688,0.15997886657714844,0.1583099365234375,0.15687942504882812,0.1544952392578125,0.156402587890625,0.15592575073242188,0.15497207641601562,0.09560585021972656,0.18548965454101562,0.3459453582763672,0.213623046875,0.1914501190185547,0.18930435180664062,0.2529621124267578,0.21505355834960938,0.1842975616455078,0.18143653869628906 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,0.3762245178222656,0.37479400634765625,0.3681182861328125,0.4074573516845703,0.22983551025390625,0.1823902130126953,0.1933574676513672,0.17142295837402344,0.1704692840576172,0.1659393310546875,0.14090538024902344,0.12350082397460938,0.11658668518066406,0.11587142944335938,0.11706352233886719,0.11277198791503906,0.11277198791503906,0.11181831359863281,0.11301040649414062,0.11348724365234375 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.42510032653808594,0.41031837463378906,0.38695335388183594,0.3955364227294922,0.43129920959472656,0.4036426544189453,0.39458274841308594,0.37932395935058594,0.3764629364013672,0.3757476806640625,0.1571178436279297,0.1590251922607422,0.14781951904296875,0.15687942504882812,0.14328956604003906,0.1552104949951172,0.14257431030273438,0.15544891357421875,0.22339820861816406,0.1766681671142578 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,0.22220611572265625,0.22029876708984375,0.21696090698242188,0.21409988403320312,0.21457672119140625,0.21529197692871094,0.2129077911376953,0.213623046875,0.21648406982421875,0.23126602172851562,0.1838207244873047,0.1926422119140625,0.1494884490966797,0.18787384033203125,0.18024444580078125,0.1838207244873047,0.179290771484375,0.18286705017089844,0.18024444580078125,0.18334388732910156 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.225067138671875,0.21648406982421875,0.21314620971679688,0.20194053649902344,0.20051002502441406,0.19812583923339844,0.18858909606933594,0.1666545867919922,0.1704692840576172,0.16498565673828125,0.12135505676269531,0.11777877807617188,0.11682510375976562,0.11515617370605469,0.12755393981933594,0.11515617370605469,0.11205673217773438,0.11372566223144531,0.11348724365234375,0.11539459228515625 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,0.2276897430419922,0.23126602172851562,0.22029876708984375,0.21648406982421875,0.2162456512451172,0.2143383026123047,0.21219253540039062,0.21696090698242188,0.21529197692871094,0.21338462829589844,0.10752677917480469,0.13637542724609375,0.10538101196289062,0.13899803161621094,0.10704994201660156,0.13756752014160156,0.10538101196289062,0.1366138458251953,0.10395050048828125,0.13756752014160156 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.16689300537109375,0.17213821411132812,0.15473365783691406,0.1544952392578125,0.15616416931152344,0.15282630920410156,0.15091896057128906,0.15044212341308594,0.1480579376220703,0.14710426330566406,0.12683868408203125,0.11801719665527344,0.11682510375976562,0.11920928955078125,0.11301040649414062,0.11348724365234375,0.11134147644042969,0.11515617370605469,0.11229515075683594,0.11134147644042969 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.3254413604736328,0.3235340118408203,0.3352165222167969,0.3161430358886719,0.31447410583496094,0.3199577331542969,0.3361701965332031,0.3235340118408203,0.28204917907714844,0.25343894958496094,0.1010894775390625,0.095367431640625,0.09512901306152344,0.12922286987304688,0.13828277587890625,0.11754035949707031,0.09202957153320312,0.12731552124023438,0.12183189392089844,0.1285076141357422 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.13208389282226562,0.13065338134765625,0.12922286987304688,0.12755393981933594,0.12755393981933594,0.1285076141357422,0.1266002655029297,0.12636184692382812,0.1251697540283203,0.12469291687011719,0.11873245239257812,0.08320808410644531,0.08153915405273438,0.07987022399902344,0.07939338684082031,0.07915496826171875,0.07915496826171875,0.080108642578125,0.07963180541992188,0.08130073547363281 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.15234947204589844,0.14853477478027344,0.1850128173828125,0.1533031463623047,0.14901161193847656,0.14710426330566406,0.14638900756835938,0.14662742614746094,0.1475811004638672,0.14543533325195312,0.12803077697753906,0.1201629638671875,0.11682510375976562,0.118255615234375,0.11801719665527344,0.118255615234375,0.11849403381347656,0.11873245239257812,0.11777877807617188,0.11777877807617188 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.21386146545410156,0.17309188842773438,0.164031982421875,0.15473365783691406,0.1552104949951172,0.1537799835205078,0.15783309936523438,0.15354156494140625,0.15234947204589844,0.1537799835205078,0.08893013000488281,0.08559226989746094,0.08559226989746094,0.08630752563476562,0.08535385131835938,0.08749961853027344,0.08392333984375,0.08678436279296875,0.08749961853027344,0.08678436279296875 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.16736984252929688,0.16379356384277344,0.16069412231445312,0.1609325408935547,0.17523765563964844,0.156402587890625,0.1590251922607422,0.15592575073242188,0.15783309936523438,0.1544952392578125,0.2434253692626953,0.23555755615234375,0.2503395080566406,0.225067138671875,0.2193450927734375,0.21696090698242188,0.21505355834960938,0.21386146545410156,0.21147727966308594,0.21958351135253906 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.12922286987304688,0.12636184692382812,0.12969970703125,0.12826919555664062,0.12683868408203125,0.12731552124023438,0.1251697540283203,0.1266002655029297,0.1270771026611328,0.1266002655029297,0.06914138793945312,0.06890296936035156,0.06890296936035156,0.06747245788574219,0.06651878356933594,0.06771087646484375,0.0667572021484375,0.06890296936035156,0.06580352783203125,0.06747245788574219 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.1380443572998047,0.1385211944580078,0.13709068298339844,0.1373291015625,0.13709068298339844,0.1366138458251953,0.1347064971923828,0.13446807861328125,0.1354217529296875,0.1354217529296875,0.09608268737792969,0.09489059448242188,0.09226799011230469,0.09059906005859375,0.091552734375,0.08988380432128906,0.08869171142578125,0.0896453857421875,0.08845329284667969,0.09131431579589844 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.19288063049316406,0.20575523376464844,0.1888275146484375,0.1881122589111328,0.1838207244873047,0.1838207244873047,0.18215179443359375,0.179290771484375,0.18310546875,0.18072128295898438,0.12755393981933594,0.12469291687011719,0.12445449829101562,0.12683868408203125,0.11992454528808594,0.12254714965820312,0.1239776611328125,0.1270771026611328,0.12326240539550781,0.12350082397460938 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.4298686981201172,0.38933753967285156,0.3917217254638672,0.4000663757324219,0.3829002380371094,0.36787986755371094,0.3788471221923828,0.36263465881347656,0.3743171691894531,0.3628730773925781,0.12350082397460938,0.12087821960449219,0.11897087097167969,0.118255615234375,0.11897087097167969,0.11730194091796875,0.1385211944580078,0.1277923583984375,0.1201629638671875,0.11515617370605469 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.17523765563964844,0.1704692840576172,0.17309188842773438,0.1728534698486328,0.16570091247558594,0.13756752014160156,0.13566017150878906,0.13327598571777344,0.13256072998046875,0.13208389282226562,0.09584426879882812,0.09226799011230469,0.091552734375,0.09179115295410156,0.08988380432128906,0.08988380432128906,0.09012222290039062,0.08916854858398438,0.0896453857421875,0.0896453857421875 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.1671314239501953,0.1544952392578125,0.1685619354248047,0.16427040100097656,0.1773834228515625,0.1537799835205078,0.16236305236816406,0.1506805419921875,0.16021728515625,0.14925003051757812,0.08940696716308594,0.08916854858398438,0.08940696716308594,0.1327991485595703,0.08726119995117188,0.1220703125,0.08630752563476562,0.2510547637939453,0.3185272216796875,0.1690387725830078 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.16260147094726562,0.1723766326904297,0.16832351684570312,0.16427040100097656,0.16117095947265625,0.1697540283203125,0.16045570373535156,0.1666545867919922,0.1575946807861328,0.1609325408935547,0.1544952392578125,0.3979206085205078,0.2753734588623047,0.22864341735839844,0.21314620971679688,0.20766258239746094,0.20265579223632812,0.2009868621826172,0.2014636993408203,0.19979476928710938 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,0.18644332885742188,0.19288063049316406,0.17881393432617188,0.1850128173828125,0.17976760864257812,0.18072128295898438,0.23984909057617188,0.5841255187988281,0.4715919494628906,0.4246234893798828,0.2505779266357422,0.4711151123046875,0.2665519714355469,0.2460479736328125,0.2281665802001953,0.2238750457763672,0.225067138671875,0.22268295288085938,0.2238750457763672,0.22220611572265625 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.15687942504882812,0.15234947204589844,0.15997886657714844,0.15354156494140625,0.14972686767578125,0.14972686767578125,0.1506805419921875,0.15020370483398438,0.1494884490966797,0.14972686767578125,0.1068115234375,0.10466575622558594,0.10442733764648438,0.10204315185546875,0.09989738464355469,0.09989738464355469,0.09989738464355469,0.10013580322265625,0.09894371032714844,0.10013580322265625 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,0.1659393310546875,0.16307830810546875,0.16236305236816406,0.1621246337890625,0.16045570373535156,0.15878677368164062,0.15807151794433594,0.1671314239501953,0.16617774963378906,0.1614093780517578,0.09274482727050781,0.0934600830078125,0.09393692016601562,0.091552734375,0.09250640869140625,0.09012222290039062,0.09131431579589844,0.09417533874511719,0.09131431579589844,0.09131431579589844 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.18858909606933594,0.1857280731201172,0.18262863159179688,0.1862049102783203,0.17952919006347656,0.179290771484375,0.1773834228515625,0.1811981201171875,0.17714500427246094,0.1842975616455078,0.23698806762695312,0.2238750457763672,0.22172927856445312,0.22172927856445312,0.21767616271972656,0.21886825561523438,0.21147727966308594,0.2238750457763672,0.21576881408691406,0.21791458129882812 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,0.2319812774658203,0.22172927856445312,0.209808349609375,0.21004676818847656,0.2052783966064453,0.2071857452392578,0.2086162567138672,0.20742416381835938,0.2105236053466797,0.2129077911376953,0.44345855712890625,0.34165382385253906,0.23651123046875,0.21648406982421875,0.20360946655273438,0.5478858947753906,0.1995563507080078,0.35500526428222656,0.24199485778808594,0.2071857452392578 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.16832351684570312,0.1747608184814453,0.16808509826660156,0.16736984252929688,0.1666545867919922,0.16498565673828125,0.16498565673828125,0.16379356384277344,0.164031982421875,0.1652240753173828,0.2753734588623047,0.3693103790283203,0.22149085998535156,0.2193450927734375,0.20360946655273438,0.25916099548339844,0.19049644470214844,0.18835067749023438,0.18215179443359375,0.20933151245117188 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,0.19788742065429688,0.19860267639160156,0.19407272338867188,0.19598007202148438,0.19097328186035156,0.1952648162841797,0.19049644470214844,0.1919269561767578,0.19097328186035156,0.19216537475585938,0.1728534698486328,0.16641616821289062,0.26535987854003906,0.29754638671875,0.16999244689941406,0.20503997802734375,0.2434253692626953,0.1780986785888672,0.15974044799804688,0.1537799835205078 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.2315044403076172,0.2148151397705078,0.22125244140625,0.2372264862060547,0.21076202392578125,0.21076202392578125,0.21648406982421875,0.2129077911376953,0.20551681518554688,0.21147727966308594,0.22530555725097656,0.2219676971435547,0.22125244140625,0.2238750457763672,0.22339820861816406,0.2231597900390625,0.24652481079101562,0.22482872009277344,0.22792816162109375,0.22149085998535156 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,0.25272369384765625,0.24700164794921875,0.24580955505371094,0.2372264862060547,0.2570152282714844,0.24199485778808594,0.24008750915527344,0.23818016052246094,0.23818016052246094,0.2377033233642578,0.2410411834716797,0.23412704467773438,0.2357959747314453,0.2377033233642578,0.23484230041503906,0.2415180206298828,0.23794174194335938,0.2334117889404297,0.23221969604492188,0.247955322265625 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.2048015594482422,0.20956993103027344,0.20074844360351562,0.2009868621826172,0.22530555725097656,0.2117156982421875,0.20170211791992188,0.20122528076171875,0.1976490020751953,0.19979476928710938,0.18286705017089844,0.1838207244873047,0.18215179443359375,0.1842975616455078,0.18262863159179688,0.18215179443359375,0.1823902130126953,0.17952919006347656,0.17833709716796875,0.18167495727539062 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,0.2238750457763672,0.22101402282714844,0.21958351135253906,0.22125244140625,0.22077560424804688,0.2181529998779297,0.2186298370361328,0.21839141845703125,0.2193450927734375,0.217437744140625,0.179290771484375,0.17905235290527344,0.17905235290527344,0.1766681671142578,0.17690658569335938,0.179290771484375,0.17547607421875,0.17762184143066406,0.1780986785888672,0.179290771484375 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.2503395080566406,0.24127960205078125,0.2593994140625,0.23889541625976562,0.23937225341796875,0.23865699768066406,0.2353191375732422,0.244140625,0.23603439331054688,0.23818016052246094,0.3180503845214844,0.32448768615722656,0.3218650817871094,0.3178119659423828,0.3173351287841797,0.3159046173095703,0.31447410583496094,0.3154277801513672,0.31948089599609375,0.31375885009765625 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,0.2753734588623047,0.2899169921875,0.26869773864746094,0.26726722717285156,0.26679039001464844,0.2663135528564453,0.2658367156982422,0.26535987854003906,0.2639293670654297,0.263214111328125,0.3008842468261719,0.2968311309814453,0.29349327087402344,0.3154277801513672,0.5924701690673828,0.3838539123535156,0.3399848937988281,0.3376007080078125,0.34236907958984375,0.37407875061035156 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.28324127197265625,0.2739429473876953,0.2713203430175781,0.3046989440917969,0.2808570861816406,0.3085136413574219,0.2460479736328125,0.2396106719970703,0.2384185791015625,0.23555755615234375,0.225067138671875,0.232696533203125,0.2372264862060547,0.21982192993164062,0.2162456512451172,0.18978118896484375,0.1914501190185547,0.19049644470214844,0.22172927856445312,0.21767616271972656 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,0.25582313537597656,0.2551078796386719,0.25653839111328125,0.25200843811035156,0.2503395080566406,0.24962425231933594,0.24962425231933594,0.24771690368652344,0.247955322265625,0.2472400665283203,0.23937225341796875,0.22649765014648438,0.22220611572265625,0.21767616271972656,0.21982192993164062,0.2205371856689453,0.2205371856689453,0.22029876708984375,0.2200603485107422,0.2396106719970703 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.17118453979492188,0.16069412231445312,0.152587890625,0.24056434631347656,0.19788742065429688,0.15687942504882812,0.15234947204589844,0.152587890625,0.15115737915039062,0.14901161193847656,0.11968612670898438,0.11587142944335938,0.13518333435058594,0.11897087097167969,0.11801719665527344,0.1125335693359375,0.11110305786132812,0.1125335693359375,0.11038780212402344,0.11110305786132812 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.17595291137695312,0.21076202392578125,0.17309188842773438,0.19598007202148438,0.1704692840576172,0.20265579223632812,0.171661376953125,0.19669532775878906,0.1690387725830078,0.19478797912597656,0.16045570373535156,0.12683868408203125,0.15664100646972656,0.12278556823730469,0.1544952392578125,0.11706352233886719,0.1418590545654297,0.11682510375976562,0.148773193359375,0.12350082397460938 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.15735626220703125,0.148773193359375,0.14472007751464844,0.1399517059326172,0.1392364501953125,0.13947486877441406,0.2655982971191406,0.13875961303710938,0.14090538024902344,0.1385211944580078,0.10561943054199219,0.08678436279296875,0.08273124694824219,0.07700920104980469,0.07557868957519531,0.07653236389160156,0.07534027099609375,0.07510185241699219,0.07462501525878906,0.07414817810058594 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.16236305236816406,0.1895427703857422,0.1621246337890625,0.18548965454101562,0.17142295837402344,0.1804828643798828,0.15401840209960938,0.17786026000976562,0.15401840209960938,0.17976760864257812,0.11944770812988281,0.08392333984375,0.14472007751464844,0.080108642578125,0.14328956604003906,0.09489059448242188,0.14495849609375,0.0782012939453125,0.14209747314453125,0.080108642578125 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.1723766326904297,0.1742839813232422,0.16808509826660156,0.18167495727539062,0.16546249389648438,0.16307830810546875,0.1652240753173828,0.16355514526367188,0.16951560974121094,0.16117095947265625,0.11467933654785156,0.11038780212402344,0.10919570922851562,0.1087188720703125,0.10895729064941406,0.12278556823730469,0.11014938354492188,0.11134147644042969,0.10824203491210938,0.10991096496582031 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.18739700317382812,0.18906593322753906,0.1857280731201172,0.18525123596191406,0.18262863159179688,0.18334388732910156,0.18405914306640625,0.17952919006347656,0.1811981201171875,0.1811981201171875,0.11992454528808594,0.10895729064941406,0.118255615234375,0.10728836059570312,0.11444091796875,0.10895729064941406,0.11348724365234375,0.10585784912109375,0.11181831359863281,0.10442733764648438 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.1437664031982422,0.13899803161621094,0.13637542724609375,0.13685226440429688,0.13709068298339844,0.13685226440429688,0.13875961303710938,0.13875961303710938,0.13756752014160156,0.13709068298339844,0.1010894775390625,0.09179115295410156,0.09322166442871094,0.09250640869140625,0.09179115295410156,0.09226799011230469,0.091552734375,0.09584426879882812,0.09131431579589844,0.09083747863769531 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.15664100646972656,0.15664100646972656,0.15497207641601562,0.15425682067871094,0.15354156494140625,0.15354156494140625,0.17786026000976562,0.15306472778320312,0.14710426330566406,0.1494884490966797,0.09775161743164062,0.08559226989746094,0.08893013000488281,0.08535385131835938,0.08416175842285156,0.08273124694824219,0.08344650268554688,0.08177757263183594,0.07915496826171875,0.09822845458984375 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.16951560974121094,0.1621246337890625,0.1780986785888672,0.16307830810546875,0.30517578125,0.5309581756591797,0.39696693420410156,0.3829002380371094,0.36525726318359375,0.35858154296875,0.12469291687011719,0.10752677917480469,0.0858306884765625,0.080108642578125,0.10633468627929688,0.12946128845214844,0.10442733764648438,0.09870529174804688,0.09894371032714844,0.09250640869140625 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.22792816162109375,0.20599365234375,0.21004676818847656,0.2231597900390625,0.19359588623046875,0.2052783966064453,0.19598007202148438,0.20074844360351562,0.19621849060058594,0.19669532775878906,0.23293495178222656,0.20623207092285156,0.21219253540039062,0.16427040100097656,0.1552104949951172,0.1556873321533203,0.15473365783691406,0.15592575073242188,0.1537799835205078,0.1552104949951172 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.152587890625,0.1506805419921875,0.14925003051757812,0.14829635620117188,0.1475811004638672,0.14734268188476562,0.1475811004638672,0.14662742614746094,0.156402587890625,0.1475811004638672,0.080108642578125,0.07987022399902344,0.08130073547363281,0.07581710815429688,0.07939338684082031,0.07605552673339844,0.07867813110351562,0.07700920104980469,0.07843971252441406,0.07891654968261719 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.18095970153808594,0.1773834228515625,0.17523765563964844,0.1742839813232422,0.1990795135498047,0.17547607421875,0.16927719116210938,0.1690387725830078,0.16880035400390625,0.1709461212158203,0.24008750915527344,0.1804828643798828,0.17595291137695312,0.17333030700683594,0.1685619354248047,0.1709461212158203,0.1678466796875,0.16832351684570312,0.1678466796875,0.1690387725830078 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.19502639770507812,0.2117156982421875,0.19359588623046875,0.20694732666015625,0.7271766662597656,0.1995563507080078,0.20742416381835938,0.1850128173828125,0.2040863037109375,0.1895427703857422,0.17118453979492188,0.14257431030273438,0.18548965454101562,0.12826919555664062,0.1575946807861328,0.1404285430908203,0.1628398895263672,0.16427040100097656,0.1575946807861328,0.16236305236816406 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,0.22172927856445312,0.2357959747314453,0.22220611572265625,0.2243518829345703,0.22363662719726562,0.22339820861816406,0.21839141845703125,0.21719932556152344,0.21982192993164062,0.213623046875,0.22459030151367188,0.22101402282714844,0.22935867309570312,0.22077560424804688,0.2231597900390625,0.22411346435546875,0.22101402282714844,0.22172927856445312,0.22363662719726562,0.2155303955078125 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.1697540283203125,0.16450881958007812,0.16999244689941406,0.1659393310546875,0.1685619354248047,0.1633167266845703,0.16689300537109375,0.1628398895263672,0.16641616821289062,0.16355514526367188,0.1404285430908203,0.11205673217773438,0.10800361633300781,0.10967254638671875,0.10633468627929688,0.11038780212402344,0.10728836059570312,0.11086463928222656,0.11134147644042969,0.11014938354492188 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,0.202178955078125,0.1995563507080078,0.20003318786621094,0.2009868621826172,0.1952648162841797,0.1933574676513672,0.19288063049316406,0.19598007202148438,0.19598007202148438,0.19693374633789062,0.1761913299560547,0.17452239990234375,0.17333030700683594,0.1742839813232422,0.1728534698486328,0.18548965454101562,0.1761913299560547,0.17786026000976562,0.1690387725830078,0.1430511474609375 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.20647048950195312,0.20313262939453125,0.20694732666015625,0.20051002502441406,0.19860267639160156,0.2315044403076172,0.20813941955566406,0.2009868621826172,0.1971721649169922,0.19478797912597656,0.2543926239013672,0.25963783264160156,0.2529621124267578,0.25463104248046875,0.270843505859375,0.26416778564453125,0.30541419982910156,0.27251243591308594,0.25963783264160156,0.2732276916503906 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,0.7791519165039062,0.5583763122558594,0.6241798400878906,0.5929470062255859,0.5054473876953125,0.5104541778564453,0.5021095275878906,0.5123615264892578,0.47969818115234375,0.4947185516357422,0.4334449768066406,0.4570484161376953,0.4184246063232422,0.38504600524902344,0.3924369812011719,0.3371238708496094,0.3561973571777344,0.33545494079589844,0.3497600555419922,0.3314018249511719 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,0.21386146545410156,0.20885467529296875,0.21386146545410156,0.21076202392578125,0.21147727966308594,0.20885467529296875,0.2129077911376953,0.20813941955566406,0.21004676818847656,0.2186298370361328,0.23984909057617188,0.1735687255859375,0.1709461212158203,0.17189979553222656,0.17070770263671875,0.171661376953125,0.1685619354248047,0.17261505126953125,0.17333030700683594,0.171661376953125 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,0.2791881561279297,0.2956390380859375,0.2753734588623047,0.2841949462890625,0.2696514129638672,0.2856254577636719,0.26535987854003906,0.2849102020263672,0.2644062042236328,0.2846717834472656,0.29850006103515625,0.2741813659667969,0.2930164337158203,0.2598762512207031,0.2589225769042969,0.2741813659667969,0.2779960632324219,0.24199485778808594,0.29158592224121094,0.27060508728027344 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,0.28824806213378906,0.2865791320800781,0.28443336486816406,0.2849102020263672,0.2849102020263672,0.28705596923828125,0.2810955047607422,0.29754638671875,0.2830028533935547,0.27871131896972656,0.3330707550048828,0.34356117248535156,0.324249267578125,0.32520294189453125,0.3211498260498047,0.3325939178466797,0.32639503479003906,0.3178119659423828,0.3173351287841797,0.3180503845214844 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,0.3440380096435547,0.3578662872314453,0.34236907958984375,0.3516674041748047,0.3337860107421875,0.34928321838378906,0.33855438232421875,0.34546852111816406,0.33736228942871094,0.34999847412109375,0.3657341003417969,0.3426074981689453,0.3650188446044922,0.3399848937988281,0.3688335418701172,0.3452301025390625,0.362396240234375,0.34117698669433594,0.36334991455078125,0.33855438232421875 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,0.2703666687011719,0.2682209014892578,0.2689361572265625,0.2677440643310547,0.26416778564453125,0.2624988555908203,0.26154518127441406,0.26702880859375,0.2655982971191406,0.26416778564453125,0.23221969604492188,0.23412704467773438,0.23221969604492188,0.2307891845703125,0.2307891845703125,0.23126602172851562,0.31876564025878906,0.33092498779296875,0.26345252990722656,0.25391578674316406 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,0.3542900085449219,0.3573894500732422,0.33354759216308594,0.35500526428222656,0.331878662109375,0.3685951232910156,0.33974647521972656,0.34809112548828125,0.33664703369140625,0.3509521484375,0.2846717834472656,0.2636909484863281,0.286102294921875,0.2684593200683594,0.2880096435546875,0.26226043701171875,0.28586387634277344,0.26297569274902344,0.2834796905517578,0.2620220184326172 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,0.3638267517089844,0.36334991455078125,0.3230571746826172,0.3228187561035156,0.3254413604736328,0.3170967102050781,0.32067298889160156,0.31757354736328125,0.3197193145751953,0.31876564025878906,0.39267539978027344,0.39124488830566406,0.39124488830566406,0.39458274841308594,0.42319297790527344,0.39386749267578125,0.41937828063964844,0.40411949157714844,0.4010200500488281,0.4429817199707031 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,0.45680999755859375,0.4050731658935547,0.4360675811767578,0.4382133483886719,0.4277229309082031,0.3972053527832031,0.4088878631591797,0.39696693420410156,0.4050731658935547,0.38123130798339844,0.4944801330566406,0.4954338073730469,0.4222393035888672,0.44417381286621094,0.41794776916503906,0.4410743713378906,0.4165172576904297,0.4394054412841797,0.4162788391113281,0.4436969757080078 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,0.31876564025878906,0.31566619873046875,0.31638145446777344,0.3139972686767578,0.3132820129394531,0.3116130828857422,0.31495094299316406,0.3247261047363281,0.3216266632080078,0.3190040588378906,0.30112266540527344,0.30922889709472656,0.3008842468261719,0.30231475830078125,0.3001689910888672,0.3027915954589844,0.2982616424560547,0.2970695495605469,0.29659271240234375,0.2970695495605469 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,0.4131793975830078,0.3943443298339844,0.4096031188964844,0.3974437713623047,0.4093647003173828,0.4012584686279297,0.41222572326660156,0.39315223693847656,0.4093647003173828,0.3924369812011719,0.3116130828857422,0.34618377685546875,0.3211498260498047,0.3333091735839844,0.3173351287841797,0.33736228942871094,0.31304359436035156,0.335693359375,0.3261566162109375,0.39124488830566406 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.16617774963378906,0.18453598022460938,0.1964569091796875,0.17547607421875,0.16641616821289062,0.1583099365234375,0.156402587890625,0.1575946807861328,0.15807151794433594,0.1575946807861328,0.28204917907714844,0.2498626708984375,0.21839141845703125,0.20623207092285156,0.2276897430419922,0.5459785461425781,0.27489662170410156,0.2162456512451172,0.2040863037109375,0.23746490478515625 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.1983642578125,0.2510547637939453,0.1971721649169922,0.2486705780029297,0.1971721649169922,0.2512931823730469,0.19621849060058594,0.24771690368652344,0.1971721649169922,0.2522468566894531,0.2887248992919922,0.24318695068359375,0.30040740966796875,0.2193450927734375,0.28967857360839844,0.21600723266601562,0.31566619873046875,0.2295970916748047,0.28514862060546875,0.21386146545410156 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.14662742614746094,0.1404285430908203,0.141143798828125,0.1392364501953125,0.1380443572998047,0.1385211944580078,0.14448165893554688,0.1392364501953125,0.13709068298339844,0.14019012451171875,0.09584426879882812,0.09560585021972656,0.09512901306152344,0.09250640869140625,0.09369850158691406,0.09393692016601562,0.09274482727050781,0.09369850158691406,0.15854835510253906,0.31280517578125 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.19359588623046875,0.4589557647705078,0.18858909606933594,0.23651123046875,0.18477439880371094,0.23317337036132812,0.1823902130126953,0.23365020751953125,0.18095970153808594,0.2372264862060547,0.20956993103027344,0.12683868408203125,0.25177001953125,0.3230571746826172,0.23317337036132812,0.17452239990234375,0.23746490478515625,0.1633167266845703,0.23508071899414062,0.16188621520996094 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.4391670227050781,0.4036426544189453,0.39458274841308594,0.38623809814453125,0.38051605224609375,0.37789344787597656,0.3771781921386719,0.37479400634765625,0.3993511199951172,0.3833770751953125,0.17213821411132812,0.13637542724609375,0.16164779663085938,0.15163421630859375,0.1308917999267578,0.1327991485595703,0.1277923583984375,0.1366138458251953,0.1277923583984375,0.13184547424316406 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.4622936248779297,0.39958953857421875,0.44846534729003906,0.3960132598876953,0.5919933319091797,0.43654441833496094,0.49567222595214844,0.4284381866455078,0.457763671875,0.4210472106933594,0.17952919006347656,0.23031234741210938,0.2415180206298828,0.26106834411621094,0.21529197692871094,0.39076805114746094,0.3104209899902344,0.3082752227783203,0.23293495178222656,0.34308433532714844 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.15783309936523438,0.15425682067871094,0.15592575073242188,0.17309188842773438,0.1533031463623047,0.1499652862548828,0.14925003051757812,0.15091896057128906,0.1506805419921875,0.1494884490966797,0.09369850158691406,0.09012222290039062,0.09608268737792969,0.09107589721679688,0.091552734375,0.09107589721679688,0.09202957153320312,0.10442733764648438,0.10967254638671875,0.17976760864257812 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.2300739288330078,0.17976760864257812,0.22792816162109375,0.1780986785888672,0.22983551025390625,0.1881122589111328,0.22792816162109375,0.1747608184814453,0.27632713317871094,0.6709098815917969,0.1506805419921875,0.19931793212890625,0.1468658447265625,0.19788742065429688,0.14853477478027344,0.1990795135498047,0.14853477478027344,0.1983642578125,0.12540817260742188,0.331878662109375 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.17380714416503906,0.18405914306640625,0.17380714416503906,0.17070770263671875,0.17547607421875,0.17023086547851562,0.17070770263671875,0.18477439880371094,0.18024444580078125,0.18286705017089844,0.2720355987548828,0.23174285888671875,0.21648406982421875,0.2295970916748047,0.22101402282714844,0.202178955078125,0.20170211791992188,0.23055076599121094,0.20384788513183594,0.1995563507080078 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.25463104248046875,0.2665519714355469,0.2498626708984375,0.24938583374023438,0.24890899658203125,0.2467632293701172,0.2543926239013672,0.27060508728027344,0.4127025604248047,0.2617835998535156,0.2593994140625,0.2682209014892578,0.2295970916748047,0.22649765014648438,0.2269744873046875,0.22792816162109375,0.2243518829345703,0.22840499877929688,0.22292137145996094,0.2315044403076172 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.1723766326904297,0.16999244689941406,0.202178955078125,0.17547607421875,0.1697540283203125,0.16951560974121094,0.1659393310546875,0.16832351684570312,0.16736984252929688,0.16880035400390625,0.13494491577148438,0.11801719665527344,0.11563301086425781,0.11467933654785156,0.11467933654785156,0.11372566223144531,0.11181831359863281,0.16736984252929688,0.12993812561035156,0.11801719665527344 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.23484230041503906,0.2319812774658203,0.22339820861816406,0.22029876708984375,0.21958351135253906,0.21791458129882812,0.2193450927734375,0.21886825561523438,0.2205371856689453,0.21982192993164062,0.19979476928710938,0.2009868621826172,0.20694732666015625,0.2720355987548828,0.24199485778808594,0.23627281188964844,0.2009868621826172,0.20194053649902344,0.1621246337890625,0.20956993103027344 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.2338886260986328,0.22554397583007812,0.2281665802001953,0.21576881408691406,0.21791458129882812,0.21839141845703125,0.21314620971679688,0.27370452880859375,0.24890899658203125,0.21576881408691406,0.22530555725097656,0.21910667419433594,0.2193450927734375,0.2193450927734375,0.21791458129882812,0.22149085998535156,0.20837783813476562,0.2067089080810547,0.20813941955566406,0.20575523376464844 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,0.3497600555419922,0.3185272216796875,0.31256675720214844,0.3108978271484375,0.30684471130371094,0.3132820129394531,0.30732154846191406,0.31185150146484375,0.3077983856201172,0.32258033752441406,0.28395652770996094,0.2815723419189453,0.2803802490234375,0.3190040588378906,0.2846717834472656,0.36144256591796875,0.35834312438964844,0.35643577575683594,0.3657341003417969,0.3342628479003906 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.22673606872558594,0.23174285888671875,0.22649765014648438,0.22935867309570312,0.22983551025390625,0.2269744873046875,0.2243518829345703,0.22554397583007812,0.22602081298828125,0.22673606872558594,0.15091896057128906,0.15091896057128906,0.15592575073242188,0.15354156494140625,0.15282630920410156,0.13828277587890625,0.13184547424316406,0.13971328735351562,0.179290771484375,0.1785755157470703 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,0.274658203125,0.27251243591308594,0.26917457580566406,0.28228759765625,0.26988983154296875,0.26726722717285156,0.26607513427734375,0.2646446228027344,0.26679039001464844,0.3256797790527344,0.19359588623046875,0.19431114196777344,0.19621849060058594,0.19502639770507812,0.19431114196777344,0.19502639770507812,0.1990795135498047,0.19788742065429688,0.19407272338867188,0.194549560546875 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,0.244140625,0.24509429931640625,0.2415180206298828,0.2422332763671875,0.23818016052246094,0.24652481079101562,0.23794174194335938,0.23746490478515625,0.232696533203125,0.23794174194335938,0.37741661071777344,0.38123130798339844,0.3752708435058594,0.3795623779296875,0.38886070251464844,0.3867149353027344,0.3802776336669922,0.3795623779296875,0.3795623779296875,0.3910064697265625 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,0.4749298095703125,0.4124641418457031,0.4429817199707031,0.39958953857421875,0.4525184631347656,0.4024505615234375,0.44083595275878906,0.4012584686279297,0.4458427429199219,0.4074573516845703,0.4563331604003906,0.4971027374267578,0.46634674072265625,0.5602836608886719,0.4611015319824219,0.48470497131347656,0.4630088806152344,0.5638599395751953,0.5140304565429688,0.5588531494140625 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,0.28896331787109375,0.2846717834472656,0.2837181091308594,0.2818107604980469,0.28324127197265625,0.2810955047607422,0.2815723419189453,0.2830028533935547,0.2830028533935547,0.2818107604980469,0.24890899658203125,0.24580955505371094,0.24366378784179688,0.3132820129394531,0.24747848510742188,0.24700164794921875,0.24461746215820312,0.255584716796875,0.24509429931640625,0.24437904357910156 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,0.4558563232421875,0.40721893310546875,0.4436969757080078,0.39958953857421875,0.4391670227050781,0.40435791015625,0.4394054412841797,0.3981590270996094,0.44798851013183594,0.4124641418457031,0.3731250762939453,0.4115104675292969,0.4093647003173828,0.45800209045410156,0.41556358337402344,0.4477500915527344,0.4565715789794922,0.4265308380126953,0.3917217254638672,0.4296302795410156 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,0.39839744567871094,0.3838539123535156,0.3788471221923828,0.3790855407714844,0.3781318664550781,0.3819465637207031,0.370025634765625,0.385284423828125,0.37217140197753906,0.37670135498046875,0.52642822265625,0.5476474761962891,0.5555152893066406,0.6062984466552734,0.5192756652832031,0.5095005035400391,0.5037784576416016,0.49948692321777344,0.499725341796875,0.5042552947998047 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,0.5204677581787109,0.5311965942382812,0.5164146423339844,0.5147457122802734,0.5166530609130859,0.5049705505371094,0.5125999450683594,0.5056858062744141,0.5109310150146484,0.5047321319580078,0.6265640258789062,0.6186962127685547,0.5664825439453125,0.6198883056640625,0.5934238433837891,0.6322860717773438,0.621795654296875,0.7157325744628906,0.6084442138671875,0.5865097045898438 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,0.4603862762451172,0.43082237243652344,0.40984153747558594,0.6747245788574219,0.40268898010253906,0.41675567626953125,0.40602684020996094,0.40650367736816406,0.39839744567871094,0.39958953857421875,0.385284423828125,0.3833770751953125,0.38313865661621094,0.38361549377441406,0.38361549377441406,0.38433074951171875,0.3857612609863281,0.3845691680908203,0.38623809814453125,0.3809928894042969 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,0.5128383636474609,0.5118846893310547,0.5042552947998047,0.7162094116210938,0.5064010620117188,0.5462169647216797,0.5109310150146484,0.5075931549072266,0.507354736328125,0.5064010620117188,0.5464553833007812,0.5397796630859375,0.5586147308349609,0.49233436584472656,0.48732757568359375,0.530242919921875,0.5919933319091797,0.5052089691162109,0.5738735198974609,0.5593299865722656 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,0.5116462707519531,0.5342960357666016,0.5121231079101562,0.5235671997070312,0.5123615264892578,0.5083084106445312,0.5042552947998047,0.5018711090087891,0.5109310150146484,0.51116943359375,1.0852813720703125,0.9391307830810547,0.7796287536621094,0.8206367492675781,0.9186267852783203,0.9851455688476562,0.8552074432373047,0.7662773132324219,0.7793903350830078,0.8680820465087891 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,0.8609294891357422,0.8170604705810547,0.8139610290527344,0.8056163787841797,0.8132457733154297,0.8218288421630859,0.8168220520019531,0.8046627044677734,0.8139610290527344,0.8409023284912109,0.7278919219970703,0.705718994140625,0.7007122039794922,0.6978511810302734,0.7007122039794922,0.7188320159912109,0.698089599609375,0.6990432739257812,0.7002353668212891,0.7042884826660156 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,0.5385875701904297,0.5276203155517578,0.5199909210205078,0.5197525024414062,0.5190372467041016,0.5209445953369141,0.5140304565429688,0.5490779876708984,0.5266666412353516,0.5192756652832031,0.5626678466796875,0.5133152008056641,0.5013942718505859,0.5097389221191406,0.5083084106445312,0.5080699920654297,0.7910728454589844,0.5691051483154297,0.6425380706787109,0.5662441253662109 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,0.6184577941894531,0.6210803985595703,0.6117820739746094,0.6089210510253906,0.6158351898193359,0.6084442138671875,0.6144046783447266,0.6220340728759766,0.6170272827148438,0.6091594696044922,0.6783008575439453,0.7481575012207031,0.7154941558837891,0.7495880126953125,0.6582736968994141,0.7116794586181641,0.6527900695800781,0.7083415985107422,0.7100105285644531,0.6504058837890625 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.18930435180664062,0.18358230590820312,0.20575523376464844,0.18095970153808594,0.18739700317382812,0.17786026000976562,0.1850128173828125,0.17714500427246094,0.1842975616455078,0.18215179443359375,0.2014636993408203,0.3590583801269531,0.26297569274902344,0.2384185791015625,0.2307891845703125,0.29754638671875,0.2589225769042969,0.23555755615234375,0.22649765014648438,0.29969215393066406 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.28967857360839844,0.4296302795410156,0.2849102020263672,0.4119873046875,0.28133392333984375,0.4506111145019531,0.3345012664794922,0.44465065002441406,0.29540061950683594,0.5829334259033203,0.3905296325683594,0.2574920654296875,0.38909912109375,0.25773048400878906,0.38909912109375,0.26726722717285156,0.3867149353027344,0.2655982971191406,0.4425048828125,0.3154277801513672 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.18715858459472656,0.18310546875,0.1819133758544922,0.18024444580078125,0.1804828643798828,0.18525123596191406,0.17952919006347656,0.17714500427246094,0.20241737365722656,0.18095970153808594,0.08630752563476562,0.07557868957519531,0.17380714416503906,0.3218650817871094,0.20432472229003906,0.18143653869628906,0.1735687255859375,0.16760826110839844,0.1652240753173828,0.1659393310546875 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.26345252990722656,0.38743019104003906,0.2582073211669922,0.3848075866699219,0.2582073211669922,0.4019737243652344,0.25653839111328125,0.4038810729980469,0.26106834411621094,0.5407333374023438,0.3674030303955078,0.23698806762695312,0.3693103790283203,0.24366378784179688,0.3657341003417969,0.2334117889404297,0.3619194030761719,0.2334117889404297,0.3638267517089844,0.2346038818359375 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.2894401550292969,0.2865791320800781,0.2918243408203125,0.26226043701171875,0.27489662170410156,0.2567768096923828,0.2567768096923828,0.2644062042236328,0.2601146697998047,0.2090930938720703,0.3879070281982422,0.28014183044433594,0.24366378784179688,0.22792816162109375,0.22292137145996094,0.2262592315673828,0.23937225341796875,0.2586841583251953,0.26607513427734375,0.2741813659667969 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,0.41484832763671875,0.30732154846191406,0.40268898010253906,0.27561187744140625,0.400543212890625,0.2770423889160156,0.4010200500488281,0.27108192443847656,0.3981590270996094,0.2753734588623047,0.3731250762939453,0.4112720489501953,0.28634071350097656,0.4031658172607422,0.2734661102294922,0.3993511199951172,0.2722740173339844,0.39839744567871094,0.2722740173339844,0.3986358642578125 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.18596649169921875,0.1800060272216797,0.18358230590820312,0.18095970153808594,0.1819133758544922,0.17952919006347656,0.179290771484375,0.1811981201171875,0.18143653869628906,0.17905235290527344,0.10371208190917969,0.10609626770019531,0.17786026000976562,0.11181831359863281,0.10824203491210938,0.10538101196289062,0.10728836059570312,0.1049041748046875,0.10371208190917969,0.10466575622558594 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,0.41413307189941406,0.26226043701171875,0.38242340087890625,0.25534629821777344,0.38170814514160156,0.25534629821777344,0.3814697265625,0.2562999725341797,0.3788471221923828,0.2532005310058594,0.23174285888671875,0.3590583801269531,0.2415180206298828,0.4076957702636719,0.2675056457519531,0.36072731018066406,0.23317337036132812,0.35953521728515625,0.23245811462402344,0.354766845703125 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.21600723266601562,0.2110004425048828,0.21076202392578125,0.20837783813476562,0.2079010009765625,0.20599365234375,0.21028518676757812,0.20432472229003906,0.21028518676757812,0.20360946655273438,0.2460479736328125,0.24962425231933594,0.24366378784179688,0.2391338348388672,0.23484230041503906,0.23436546325683594,0.23412704467773438,0.2315044403076172,0.2338886260986328,0.23508071899414062 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,0.4417896270751953,0.4782676696777344,0.4744529724121094,0.4241466522216797,0.7059574127197266,0.4200935363769531,0.3936290740966797,0.392913818359375,0.396728515625,0.3905296325683594,0.4260540008544922,0.4291534423828125,0.4367828369140625,0.4558563232421875,0.47469139099121094,0.41985511779785156,0.4150867462158203,0.41604042053222656,0.4100799560546875,0.4127025604248047 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,0.2167224884033203,0.2117156982421875,0.21386146545410156,0.21076202392578125,0.2143383026123047,0.20885467529296875,0.21147727966308594,0.20885467529296875,0.209808349609375,0.22172927856445312,0.18024444580078125,0.2167224884033203,0.18262863159179688,0.1857280731201172,0.24437904357910156,0.32901763916015625,0.2028942108154297,0.18286705017089844,0.1747608184814453,0.2067089080810547 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,0.3826618194580078,0.3788471221923828,0.3733634948730469,0.370025634765625,0.37097930908203125,0.3693103790283203,0.37026405334472656,0.3695487976074219,0.36835670471191406,0.3681182861328125,0.3380775451660156,0.3361701965332031,0.3364086151123047,0.3376007080078125,0.33593177795410156,0.335693359375,0.3364086151123047,0.3516674041748047,0.3864765167236328,0.3857612609863281 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.26702880859375,0.25773048400878906,0.27823448181152344,0.3800392150878906,0.25653839111328125,0.28705596923828125,0.25272369384765625,0.2777576446533203,0.28204917907714844,0.25200843811035156,0.34356117248535156,0.3457069396972656,0.34618377685546875,0.3414154052734375,0.3402233123779297,0.3376007080078125,0.3349781036376953,0.34117698669433594,0.339508056640625,0.38933753967285156 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,0.5190372467041016,0.507354736328125,0.4909038543701172,0.4985332489013672,0.4870891571044922,0.49591064453125,0.4887580871582031,0.4875659942626953,0.5044937133789062,0.5037784576416016,0.7021427154541016,0.6542205810546875,0.5900859832763672,0.5888938903808594,0.5810260772705078,0.5826950073242188,0.5838871002197266,0.5977153778076172,0.5805492401123047,0.5800724029541016 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,0.29969215393066406,0.29468536376953125,0.29349327087402344,0.2942085266113281,0.2906322479248047,0.2913475036621094,0.2894401550292969,0.29206275939941406,0.2894401550292969,0.2899169921875,0.2396106719970703,0.24008750915527344,0.23937225341796875,0.24008750915527344,0.2396106719970703,0.2434253692626953,0.2422332763671875,0.23865699768066406,0.2396106719970703,0.23889541625976562 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,0.4947185516357422,0.4894733428955078,0.48732757568359375,0.48851966857910156,0.48613548278808594,0.4849433898925781,0.5037784576416016,0.4935264587402344,0.4894733428955078,0.4849433898925781,0.43082237243652344,0.4298686981201172,0.4303455352783203,0.4305839538574219,0.4322528839111328,0.431060791015625,0.42891502380371094,0.42891502380371094,0.4298686981201172,0.43654441833496094 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,0.3941059112548828,0.3821849822998047,0.3979206085205078,0.3933906555175781,0.39124488830566406,0.38242340087890625,0.3819465637207031,0.4010200500488281,0.38504600524902344,0.3762245178222656,0.7426738739013672,0.7612705230712891,0.6840229034423828,0.6952285766601562,0.8420944213867188,1.0902881622314453,0.7479190826416016,0.7488727569580078,0.7410049438476562,0.8895397186279297 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,0.7712841033935547,1.199483871459961,1.0242462158203125,1.0800361633300781,1.1091232299804688,1.138925552368164,1.0156631469726562,0.9939670562744141,1.0340213775634766,1.0161399841308594,1.2993812561035156,1.2333393096923828,1.2211799621582031,1.268625259399414,1.1937618255615234,1.142263412475586,1.0728836059570312,1.135110855102539,1.1641979217529297,1.1868476867675781 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,0.5211830139160156,0.5412101745605469,0.9901523590087891,0.5221366882324219,0.5185604095458984,0.5125999450683594,0.5168914794921875,0.5128383636474609,0.5154609680175781,0.5128383636474609,0.5233287811279297,0.5278587341308594,0.5242824554443359,0.5207061767578125,0.5176067352294922,0.5261898040771484,0.5218982696533203,0.5221366882324219,0.5273818969726562,0.5230903625488281 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,0.8194446563720703,0.8008480072021484,0.7910728454589844,0.7984638214111328,0.7953643798828125,0.7927417755126953,0.789642333984375,0.7908344268798828,0.7977485656738281,0.7910728454589844,0.8573532104492188,0.7371902465820312,0.8738040924072266,0.8821487426757812,0.8890628814697266,0.8776187896728516,0.7627010345458984,0.9677410125732422,1.0347366333007812,0.9417533874511719 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,0.7276535034179688,0.7219314575195312,0.7436275482177734,0.7081031799316406,0.7083415985107422,0.7128715515136719,0.7061958312988281,0.7066726684570312,0.7038116455078125,0.7083415985107422,1.332998275756836,1.3079643249511719,1.2867450714111328,1.2340545654296875,1.312255859375,1.2428760528564453,1.4221668243408203,1.4166831970214844,1.3394355773925781,1.294851303100586 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,1.0459423065185547,1.153707504272461,1.2936592102050781,1.2369155883789062,1.0328292846679688,1.138448715209961,1.026153564453125,1.1382102966308594,1.0199546813964844,1.1296272277832031,1.5833377838134766,1.4352798461914062,1.585245132446289,1.4109611511230469,1.661062240600586,1.5909671783447266,1.7116069793701172,1.5628337860107422,1.5180110931396484,1.6219615936279297 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,1.0313987731933594,1.0135173797607422,0.9560585021972656,0.9586811065673828,0.9579658508300781,0.9489059448242188,0.9381771087646484,0.9012222290039062,0.8828639984130859,1.188516616821289,0.8027553558349609,0.8051395416259766,0.8003711700439453,0.7958412170410156,0.7970333099365234,0.8060932159423828,0.8084774017333984,0.8056163787841797,0.8018016815185547,0.7970333099365234 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,1.5420913696289062,1.2242794036865234,1.1012554168701172,1.1854171752929688,1.1026859283447266,1.1837482452392578,1.0907649993896484,1.1894702911376953,1.09100341796875,1.2903213500976562,1.293182373046875,1.2640953063964844,1.3270378112792969,1.2063980102539062,1.397848129272461,1.3279914855957031,1.3167858123779297,1.2826919555664062,1.3697147369384766,1.0864734649658203 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,1.0161399841308594,1.0190010070800781,1.0197162628173828,1.0259151458740234,1.0232925415039062,1.3310909271240234,1.0340213775634766,1.0271072387695312,1.0211467742919922,1.0199546813964844,1.7573833465576172,1.5568733215332031,1.8105506896972656,1.6853809356689453,1.7824172973632812,1.8038749694824219,1.8203258514404297,1.8641948699951172,1.7924308776855469,1.7774105072021484 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,1.371622085571289,1.4164447784423828,1.3480186462402344,1.4920234680175781,1.3155937194824219,1.730203628540039,1.6946792602539062,1.7375946044921875,1.5969276428222656,1.7070770263671875,2.0689964294433594,1.9309520721435547,1.8970966339111328,1.9276142120361328,2.0110607147216797,1.9240379333496094,1.995086669921875,1.8830299377441406,2.098560333251953,1.9345283508300781 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,1.4336109161376953,1.2073516845703125,1.1246204376220703,1.1255741119384766,1.1167526245117188,1.1262893676757812,1.115560531616211,1.1205673217773438,1.1169910430908203,1.1246204376220703,1.043558120727539,1.2736320495605469,1.1029243469238281,1.0895729064941406,1.049041748046875,1.087188720703125,1.02996826171875,1.050710678100586,1.0895729064941406,1.0941028594970703 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,1.4295578002929688,1.5740394592285156,1.5718936920166016,1.5375614166259766,1.3570785522460938,1.5637874603271484,1.4240741729736328,1.527547836303711,1.4307498931884766,1.5413761138916016,1.3878345489501953,1.2133121490478516,1.4107227325439453,1.2178421020507812,1.4841556549072266,1.3651847839355469,1.5347003936767578,1.4667510986328125,1.5420913696289062,1.413583755493164 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.2219676971435547,0.23102760314941406,0.22172927856445312,0.22029876708984375,0.23126602172851562,0.21147727966308594,0.21195411682128906,0.21028518676757812,0.22220611572265625,0.20623207092285156,0.13136863708496094,0.13184547424316406,0.15425682067871094,0.12445449829101562,0.12421607971191406,0.12469291687011719,0.12230873107910156,0.12254714965820312,0.2040863037109375,0.33664703369140625 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,0.36406517028808594,0.5540847778320312,0.3552436828613281,0.5521774291992188,0.3561973571777344,0.5652904510498047,0.3788471221923828,0.5581378936767578,0.36025047302246094,0.5528926849365234,0.5404949188232422,0.3330707550048828,0.5342960357666016,0.33354759216308594,0.5249977111816406,0.3285408020019531,0.5290508270263672,0.33473968505859375,0.5247592926025391,0.3292560577392578 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.19621849060058594,0.19502639770507812,0.19049644470214844,0.20074844360351562,0.19431114196777344,0.1926422119140625,0.1914501190185547,0.1938343048095703,0.19025802612304688,0.19168853759765625,0.07343292236328125,0.08821487426757812,0.07319450378417969,0.07343292236328125,0.2219676971435547,0.09107589721679688,0.11682510375976562,0.10061264038085938,0.09632110595703125,0.09942054748535156 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.34356117248535156,0.5288124084472656,0.33736228942871094,0.5247592926025391,0.3275871276855469,0.5209445953369141,0.3273487091064453,0.5207061767578125,0.33473968505859375,0.5259513854980469,0.6296634674072266,0.3407001495361328,0.6189346313476562,0.34046173095703125,0.6265640258789062,0.33664703369140625,0.5359649658203125,0.33664703369140625,0.6377696990966797,0.35762786865234375 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.23365020751953125,0.25200843811035156,0.24843215942382812,0.26988983154296875,0.23055076599121094,0.2338886260986328,0.22912025451660156,0.23889541625976562,0.2601146697998047,0.5385875701904297,0.23102760314941406,0.2124309539794922,0.2105236053466797,0.2110004425048828,0.21338462829589844,0.2105236053466797,0.2148151397705078,0.2148151397705078,0.2148151397705078,0.21386146545410156 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,0.54168701171875,0.36025047302246094,0.5471706390380859,0.34880638122558594,0.5373954772949219,0.3445148468017578,0.5486011505126953,0.3478527069091797,0.5309581756591797,0.3418922424316406,0.4298686981201172,0.7367134094238281,0.6010532379150391,0.6756782531738281,0.5140304565429688,0.640869140625,0.4291534423828125,0.6334781646728516,0.5869865417480469,0.6859302520751953 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.4487037658691406,0.5376338958740234,0.4487037658691406,0.4322528839111328,0.4944801330566406,0.4401206970214844,0.41961669921875,0.4420280456542969,0.5414485931396484,0.4153251647949219,0.16164779663085938,0.1659393310546875,0.1456737518310547,0.16188621520996094,0.16236305236816406,0.15974044799804688,0.15997886657714844,0.1595020294189453,0.1575946807861328,0.14162063598632812 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,0.7638931274414062,0.37932395935058594,0.5230903625488281,0.3266334533691406,0.5190372467041016,0.3275871276855469,0.5249977111816406,0.33402442932128906,0.5159378051757812,0.32830238342285156,0.35834312438964844,0.84686279296875,0.3657341003417969,0.51116943359375,0.36025047302246094,0.5476474761962891,0.3418922424316406,0.5426406860351562,0.3559589385986328,0.6322860717773438 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.2391338348388672,0.24199485778808594,0.2422332763671875,0.2377033233642578,0.2346038818359375,0.2422332763671875,0.24580955505371094,0.2415180206298828,0.25153160095214844,0.2396106719970703,0.3256797790527344,0.32591819763183594,0.3254413604736328,0.31757354736328125,0.31757354736328125,0.32067298889160156,0.32329559326171875,0.32258033752441406,0.316619873046875,0.3299713134765625 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,0.5125999450683594,0.5085468292236328,0.5080699920654297,0.5021095275878906,0.499725341796875,0.5028247833251953,0.5078315734863281,0.5023479461669922,0.5285739898681641,0.5109310150146484,0.6818771362304688,0.5469322204589844,0.5369186401367188,0.5373954772949219,0.5393028259277344,0.5369186401367188,0.5371570587158203,0.5369186401367188,0.5381107330322266,0.5555152893066406 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,0.51116943359375,0.47469139099121094,0.4570484161376953,0.4496574401855469,0.44083595275878906,0.4398822784423828,0.4379749298095703,0.44083595275878906,0.4363059997558594,0.4591941833496094,0.20885467529296875,0.21409988403320312,0.2110004425048828,0.20623207092285156,0.20456314086914062,0.20647048950195312,0.2143383026123047,0.22840499877929688,0.21076202392578125,0.20837783813476562 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,0.701904296875,0.6728172302246094,0.6079673767089844,0.6246566772460938,0.6771087646484375,0.6878376007080078,0.6079673767089844,0.6017684936523438,0.60272216796875,0.6167888641357422,0.49495697021484375,0.4627704620361328,0.4608631134033203,0.4658699035644531,0.6115436553955078,0.44727325439453125,0.4467964172363281,0.44727325439453125,0.44798851013183594,0.4489421844482422 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,0.2932548522949219,0.28586387634277344,0.2887248992919922,0.2880096435546875,0.28824806213378906,0.28705596923828125,0.2899169921875,0.28395652770996094,0.3170967102050781,0.30422210693359375,0.5714893341064453,0.6191730499267578,0.5664825439453125,0.5705356597900391,0.5805492401123047,0.5342960357666016,0.5247592926025391,0.5445480346679688,0.6022453308105469,0.537872314453125 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,1.0650157928466797,0.9367465972900391,0.8938312530517578,0.8816719055175781,0.8678436279296875,0.8742809295654297,0.8728504180908203,0.8664131164550781,0.8604526519775391,0.8306503295898438,0.8149147033691406,0.7987022399902344,0.7832050323486328,0.896453857421875,0.9241104125976562,0.8146762847900391,0.9014606475830078,0.8652210235595703,0.8637905120849609,0.8668899536132812 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,0.36644935607910156,0.35834312438964844,0.3581047058105469,0.3542900085449219,0.35500526428222656,0.3559589385986328,0.3566741943359375,0.35500526428222656,0.3731250762939453,0.3571510314941406,0.3180503845214844,0.3178119659423828,0.3180503845214844,0.3161430358886719,0.31685829162597656,0.316619873046875,0.31757354736328125,0.3495216369628906,0.3185272216796875,0.3075599670410156 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,0.67138671875,0.6699562072753906,0.6704330444335938,0.6780624389648438,0.6709098815917969,0.6659030914306641,0.6711483001708984,0.6625652313232422,0.7398128509521484,0.6849765777587891,0.9753704071044922,0.743865966796875,0.6272792816162109,0.6597042083740234,0.5908012390136719,0.5898475646972656,0.5877017974853516,0.5910396575927734,0.5881786346435547,0.5981922149658203 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,0.4897117614746094,0.48470497131347656,0.49376487731933594,0.49996376037597656,0.518798828125,0.6949901580810547,0.5259513854980469,0.48995018005371094,0.4966259002685547,0.4868507385253906,1.039266586303711,1.0066032409667969,1.0747909545898438,1.0221004486083984,1.010894775390625,1.0113716125488281,1.0106563568115234,1.1436939239501953,1.2736320495605469,1.2493133544921875 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,1.0938644409179688,1.1060237884521484,1.0938644409179688,1.0879039764404297,1.074075698852539,1.0747909545898438,1.0876655578613281,1.3651847839355469,1.125335693359375,1.0938644409179688,1.5172958374023438,1.6326904296875,1.672983169555664,1.6367435455322266,1.714944839477539,1.6341209411621094,1.5823841094970703,1.6205310821533203,1.619577407836914,1.6498565673828125 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,0.6947517395019531,0.6926059722900391,0.6921291351318359,0.6968975067138672,0.6837844848632812,0.69427490234375,0.6890296936035156,0.6928443908691406,0.6818771362304688,0.6961822509765625,0.8401870727539062,0.8182525634765625,0.7870197296142578,0.6985664367675781,0.8404254913330078,0.9477138519287109,0.8525848388671875,0.8554458618164062,0.9157657623291016,0.9512901306152344 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,1.161813735961914,1.409769058227539,1.1515617370605469,1.1646747589111328,1.127004623413086,1.1432170867919922,1.1377334594726562,1.1453628540039062,1.12152099609375,1.127004623413086,1.2438297271728516,1.316070556640625,1.3630390167236328,1.1894702911376953,1.3051033020019531,1.2333393096923828,1.4004707336425781,1.3689994812011719,1.36566162109375,1.3663768768310547 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,1.0313987731933594,1.0242462158203125,1.0306835174560547,0.9911060333251953,1.0166168212890625,0.9942054748535156,1.0161399841308594,0.9813308715820312,1.0151863098144531,0.9872913360595703,1.7015933990478516,1.93023681640625,1.8877983093261719,1.9445419311523438,1.9946098327636719,1.8913745880126953,1.6779899597167969,1.9927024841308594,1.9354820251464844,1.9495487213134766 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,1.7137527465820312,1.836538314819336,1.7135143280029297,1.7237663269042969,1.672506332397461,1.710653305053711,1.8732547760009766,1.7518997192382812,1.7747879028320312,1.7774105072021484,2.098560333251953,2.2733211517333984,2.1314620971679688,2.1576881408691406,1.99127197265625,2.187967300415039,2.0716190338134766,2.162456512451172,2.234935760498047,2.1593570709228516 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,1.1501312255859375,1.1267662048339844,1.1572837829589844,1.1479854583740234,1.1663436889648438,1.163482666015625,1.4603137969970703,1.1665821075439453,1.161336898803711,1.1229515075683594,1.3468265533447266,1.4476776123046875,1.2717247009277344,1.4650821685791016,1.3363361358642578,1.2564659118652344,1.245260238647461,1.3074874877929688,1.2545585632324219,1.4035701751708984 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,1.6255378723144531,1.5988349914550781,1.6655921936035156,1.6639232635498047,1.725912094116211,1.8427371978759766,2.0918846130371094,1.9071102142333984,1.8291473388671875,1.8625259399414062,1.5475749969482422,1.7902851104736328,1.665353775024414,1.7330646514892578,1.7769336700439453,1.7271041870117188,1.752614974975586,1.5854835510253906,1.6663074493408203,1.730203628540039 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,1.4514923095703125,1.585245132446289,1.6703605651855469,1.613616943359375,1.645803451538086,1.796722412109375,1.7054080963134766,1.6865730285644531,1.6674995422363281,1.6772747039794922,2.550840377807617,2.4623870849609375,2.655506134033203,2.618074417114258,2.6674270629882812,2.6092529296875,2.6328563690185547,2.5191307067871094,2.720355987548828,2.582073211669922 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,2.4094581604003906,1.9004344940185547,2.1038055419921875,1.943349838256836,2.128124237060547,1.9457340240478516,2.112150192260742,1.9445419311523438,2.4077892303466797,1.9392967224121094,2.9692649841308594,2.763509750366211,2.469778060913086,2.918243408203125,2.681255340576172,2.794981002807617,2.9456615447998047,2.7539730072021484,2.5844573974609375,2.802133560180664 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,1.5211105346679688,1.5888214111328125,1.5654563903808594,1.5952587127685547,1.5189647674560547,1.7666816711425781,1.6131401062011719,1.57928466796875,1.5802383422851562,1.584768295288086,1.7113685607910156,1.6515254974365234,1.6407966613769531,1.764059066772461,1.6961097717285156,1.699686050415039,1.7778873443603516,1.7476081848144531,1.6207695007324219,1.779317855834961 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,2.5238990783691406,2.214193344116211,2.2611618041992188,2.057790756225586,2.259969711303711,2.008199691772461,2.245187759399414,2.0580291748046875,2.827167510986328,2.201557159423828,1.8908977508544922,2.167224884033203,2.0294189453125,2.096414566040039,1.9614696502685547,2.1185874938964844,2.0341873168945312,2.174854278564453,2.0279884338378906,2.2225379943847656 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.2491474151611328,0.23221969604492188,0.2315044403076172,0.24437904357910156,0.22530555725097656,0.22292137145996094,0.22554397583007812,0.22125244140625,0.2231597900390625,0.2224445343017578,0.19049644470214844,0.15473365783691406,0.1361370086669922,0.13875961303710938,0.1418590545654297,0.1373291015625,0.13756752014160156,0.14257431030273438,0.14209747314453125,0.17261505126953125 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,0.4317760467529297,0.6873607635498047,0.4222393035888672,0.6802082061767578,0.41747093200683594,0.6787776947021484,0.4153251647949219,0.6809234619140625,0.41866302490234375,0.6794929504394531,0.7114410400390625,0.5211830139160156,0.7390975952148438,0.5674362182617188,0.7100105285644531,0.5700588226318359,0.7331371307373047,0.4851818084716797,0.8091926574707031,0.6208419799804688 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.8625984191894531,0.5199909210205078,0.45037269592285156,0.4456043243408203,0.4296302795410156,0.39839744567871094,0.2429485321044922,0.22554397583007812,0.2167224884033203,0.2200603485107422,0.12326240539550781,0.10085105895996094,0.09226799011230469,0.13494491577148438,0.1220703125,0.13208389282226562,0.11610984802246094,0.11539459228515625,0.11539459228515625,0.11730194091796875 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,0.4024505615234375,0.6623268127441406,0.4019737243652344,0.6601810455322266,0.39839744567871094,0.6535053253173828,0.4184246063232422,0.6573200225830078,0.3943443298339844,0.6601810455322266,0.667572021484375,0.43320655822753906,0.8544921875,0.545501708984375,0.9067058563232422,0.4887580871582031,0.6880760192871094,0.41961669921875,0.7982254028320312,0.4303455352783203 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.2808570861816406,0.24008750915527344,0.25653839111328125,0.2372264862060547,0.24080276489257812,0.23746490478515625,0.240325927734375,0.2422332763671875,0.2391338348388672,0.2377033233642578,0.24819374084472656,0.2467632293701172,0.24819374084472656,0.2639293670654297,0.278472900390625,0.24056434631347656,0.23603439331054688,0.2346038818359375,0.2391338348388672,0.23651123046875 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,0.6685256958007812,0.41556358337402344,0.6673336029052734,0.49686431884765625,1.0361671447753906,0.9150505065917969,0.7481575012207031,0.43463706970214844,0.7064342498779297,0.759124755859375,0.4875659942626953,0.7562637329101562,0.4928112030029297,0.7402896881103516,0.4849433898925781,0.7281303405761719,0.48422813415527344,0.7336139678955078,0.469207763671875,0.7126331329345703 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,0.24580955505371094,0.23794174194335938,0.23698806762695312,0.23484230041503906,0.23221969604492188,0.2522468566894531,0.23794174194335938,0.2346038818359375,0.23174285888671875,0.23126602172851562,0.1819133758544922,0.17595291137695312,0.17380714416503906,0.18405914306640625,0.17881393432617188,0.17762184143066406,0.18548965454101562,0.17571449279785156,0.1747608184814453,0.3063678741455078 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,0.6842613220214844,0.4153251647949219,0.6625652313232422,0.40721893310546875,0.6601810455322266,0.41294097900390625,0.6659030914306641,0.4146099090576172,0.6630420684814453,0.4107952117919922,0.36525726318359375,0.6227493286132812,0.35691261291503906,0.6096363067626953,0.3523826599121094,0.6072521209716797,0.3521442413330078,0.606536865234375,0.354766845703125,0.6144046783447266 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,0.2722740173339844,0.2703666687011719,0.2765655517578125,0.2675056457519531,0.2620220184326172,0.2589225769042969,0.2620220184326172,0.26345252990722656,0.3342628479003906,0.6597042083740234,0.3647804260253906,0.3745555877685547,0.3521442413330078,0.35762786865234375,0.39315223693847656,0.34689903259277344,0.34427642822265625,0.34332275390625,0.3428459167480469,0.34117698669433594 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,0.6399154663085938,0.6318092346191406,0.6301403045654297,0.6427764892578125,0.6976127624511719,0.946044921875,0.6580352783203125,0.6375312805175781,0.6382465362548828,0.6465911865234375,0.8122920989990234,0.7390975952148438,0.8139610290527344,0.8726119995117188,0.8184909820556641,0.7834434509277344,0.7331371307373047,0.8614063262939453,0.8525848388671875,0.8478164672851562 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,0.29087066650390625,0.28586387634277344,0.28634071350097656,0.2884864807128906,0.2884864807128906,0.2875328063964844,0.28634071350097656,0.28777122497558594,0.28324127197265625,0.28586387634277344,0.3535747528076172,0.24366378784179688,0.24962425231933594,0.2872943878173828,0.24318695068359375,0.23126602172851562,0.3604888916015625,0.30517578125,0.2982616424560547,0.293731689453125 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,0.6132125854492188,0.6089210510253906,0.6089210510253906,0.606536865234375,0.6093978881835938,0.6122589111328125,0.9229183197021484,0.6194114685058594,0.6086826324462891,0.6072521209716797,0.6020069122314453,0.6492137908935547,0.6000995635986328,0.7174015045166016,0.5834102630615234,0.6766319274902344,0.7922649383544922,0.8230209350585938,0.7803440093994141,0.7448196411132812 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,0.335693359375,0.3361701965332031,0.3643035888671875,0.3304481506347656,0.3218650817871094,0.3247261047363281,0.32210350036621094,0.3185272216796875,0.3898143768310547,0.36787986755371094,0.690460205078125,0.7338523864746094,0.6768703460693359,0.6809234619140625,0.6260871887207031,0.7460117340087891,0.6756782531738281,0.6868839263916016,0.6914138793945312,0.6406307220458984 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,0.8399486541748047,0.8409023284912109,0.8609294891357422,0.8382797241210938,0.8378028869628906,0.835418701171875,0.8602142333984375,0.8959770202636719,1.1756420135498047,0.8461475372314453,1.1222362518310547,1.0297298431396484,1.0716915130615234,1.219034194946289,1.2235641479492188,1.1010169982910156,1.3387203216552734,1.3649463653564453,1.2903213500976562,1.2850761413574219 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,0.43892860412597656,0.43392181396484375,0.43272972106933594,0.43511390686035156,0.4298686981201172,0.4322528839111328,0.43320655822753906,0.43487548828125,0.43487548828125,0.6923675537109375,0.45108795166015625,0.4658699035644531,0.4458427429199219,0.4508495330810547,0.44035911560058594,0.4687309265136719,0.4665851593017578,0.4730224609375,0.44083595275878906,0.4470348358154297 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,1.251220703125,0.9293556213378906,0.8637905120849609,0.8702278137207031,0.8635520935058594,0.8530616760253906,0.8597373962402344,0.8635520935058594,0.8630752563476562,0.8549690246582031,1.0678768157958984,0.980377197265625,1.0151863098144531,1.0287761688232422,0.9467601776123047,0.8494853973388672,0.8876323699951172,0.9779930114746094,0.9009838104248047,0.8854866027832031 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,0.6396770477294922,0.6124973297119141,0.6113052368164062,0.6241798400878906,0.8635520935058594,0.6251335144042969,0.6351470947265625,0.6301403045654297,0.6058216094970703,0.5936622619628906,1.5316009521484375,1.39617919921875,1.4138221740722656,1.3849735260009766,1.3549327850341797,1.3589859008789062,1.416921615600586,1.3985633850097656,1.4219284057617188,1.4891624450683594 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,1.4858245849609375,1.5039443969726562,1.7316341400146484,1.4317035675048828,1.4543533325195312,1.4643669128417969,1.4317035675048828,1.477956771850586,1.4185905456542969,1.4925003051757812,2.041339874267578,1.9333362579345703,1.94549560546875,1.953125,2.0294189453125,1.9671916961669922,2.0470619201660156,2.086639404296875,2.1216869354248047,1.9805431365966797 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,0.8909702301025391,0.8873939514160156,0.8866786956787109,0.8823871612548828,0.8835792541503906,0.8823871612548828,0.8828639984130859,0.8771419525146484,0.8866786956787109,0.8790493011474609,0.9095668792724609,0.9098052978515625,0.8883476257324219,0.9026527404785156,0.9045600891113281,0.9021759033203125,0.8995532989501953,0.8916854858398438,0.8656978607177734,0.9074211120605469 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,1.6865730285644531,1.485586166381836,1.749277114868164,1.573324203491211,1.5594959259033203,1.522064208984375,1.4617443084716797,1.5420913696289062,1.5153884887695312,1.4889240264892578,1.5723705291748047,1.5344619750976562,1.4209747314453125,1.4848709106445312,1.613616943359375,1.6448497772216797,1.619100570678711,1.5032291412353516,1.581430435180664,1.6274452209472656 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,1.4405250549316406,1.3842582702636719,1.4538764953613281,1.4407634735107422,1.3911724090576172,1.3659000396728516,1.4498233795166016,1.3892650604248047,1.4543533325195312,1.4448165893554688,2.441883087158203,2.3953914642333984,2.50244140625,2.5229454040527344,2.5501251220703125,2.4709701538085938,2.4743080139160156,2.5119781494140625,2.357006072998047,2.5987625122070312 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,2.4461746215820312,2.032041549682617,2.185344696044922,2.0029544830322266,2.2301673889160156,2.0079612731933594,2.234935760498047,1.9447803497314453,2.3767948150634766,2.0265579223632812,2.7227401733398438,3.2651424407958984,2.6750564575195312,3.0117034912109375,2.758502960205078,2.9141902923583984,2.66265869140625,3.0183792114257812,2.8276443481445312,3.0624866485595703 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,1.5861988067626953,1.8181800842285156,1.584768295288086,1.5263557434082031,1.5866756439208984,1.5783309936523438,1.5385150909423828,1.600027084350586,1.5516281127929688,1.5902519226074219,1.7867088317871094,1.7774105072021484,1.8525123596191406,1.9259452819824219,1.8894672393798828,1.8188953399658203,1.795053482055664,1.7611980438232422,1.8286705017089844,1.7900466918945312 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,2.2618770599365234,2.088308334350586,2.2537708282470703,2.0284652709960938,2.2459030151367188,2.0465850830078125,2.4728775024414062,2.1131038665771484,2.3026466369628906,2.0847320556640625,2.14385986328125,2.3474693298339844,2.14385986328125,2.3708343505859375,2.0759105682373047,2.511262893676758,2.1178722381591797,2.3365020751953125,2.1085739135742188,2.365589141845703 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,1.8341541290283203,1.992940902709961,1.821279525756836,1.9953250885009766,1.819610595703125,1.9464492797851562,2.1486282348632812,2.264261245727539,2.0363330841064453,2.1696090698242188,3.1702518463134766,3.1239986419677734,3.2308101654052734,3.008604049682617,3.6814212799072266,3.164052963256836,3.290891647338867,3.0558109283447266,3.2644271850585938,3.5245418548583984 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,2.535104751586914,2.790212631225586,2.54058837890625,2.5548934936523438,2.5277137756347656,2.5167465209960938,2.5177001953125,2.473115921020508,2.8617382049560547,2.741098403930664,3.453969955444336,3.5016536712646484,3.710508346557617,3.3957958221435547,3.504037857055664,3.5054683685302734,3.4263134002685547,3.7567615509033203,3.5583972930908203,3.616809844970703 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,2.1228790283203125,2.1829605102539062,2.3450851440429688,2.491474151611328,2.2993087768554688,2.408266067504883,2.234935760498047,2.288341522216797,2.2177696228027344,2.2585391998291016,2.4671554565429688,2.3047924041748047,2.4132728576660156,2.299785614013672,2.549886703491211,2.1796226501464844,2.4194717407226562,2.2940635681152344,2.3834705352783203,2.2547245025634766 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,2.637147903442383,2.687692642211914,2.947568893432617,2.5930404663085938,2.649545669555664,2.657651901245117,2.664804458618164,2.9315948486328125,2.9058456420898438,3.094911575317383,2.888202667236328,2.8009414672851562,2.705812454223633,2.7976036071777344,2.758026123046875,3.2355785369873047,2.8357505798339844,2.801179885864258,2.8715133666992188,2.7992725372314453 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/event_csr_matvec_vs_csr_matvec.py b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csr_matvec_vs_csr_matvec.py new file mode 100644 index 0000000..5d2a75d --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csr_matvec_vs_csr_matvec.py @@ -0,0 +1,144 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt +import os + +current_path = os.path.dirname(os.path.abspath(__file__)) + +csrmv_cpu = f"{current_path}/csrmv_cpu.csv" +csrmv_gpu = f"{current_path}/csrmv_gpu.csv" +event_csrmv_cpu = f"{current_path}/event_csrmv_cpu.csv" +event_csrmv_gpu = f"{current_path}/event_csrmv_gpu.csv" +csrmv_grad_cpu = f"{current_path}/csrmv_grad_cpu.csv" +csrmv_grad_gpu = f"{current_path}/csrmv_grad_gpu.csv" +event_csrmv_grad_cpu = f"{current_path}/event_csrmv_grad_cpu.csv" +event_csrmv_grad_gpu = f"{current_path}/event_csrmv_grad_gpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +# Function to calculate the mean taichi aot time and speedup +def calculate_speedup(base_df, event_df): + # Calculating mean taichi aot time for both datasets + taichi_aot_time_columns = [col for col in base_df.columns if col.startswith('taichi aot time')] + base_df['taichi aot time mean'] = base_df[taichi_aot_time_columns].mean(axis=1) + event_df['taichi aot time mean'] = event_df[taichi_aot_time_columns].mean(axis=1) + + # Merging the datasets on shape[0], shape[1], values type, and transpose + merged_df = pd.merge(base_df[['shape[0]', 'shape[1]', 'values type', 'transpose', 'taichi aot time mean']], + event_df[['shape[0]', 'shape[1]', 'values type', 'transpose', 'taichi aot time mean']], + on=['shape[0]', 'shape[1]', 'values type', 'transpose'], + suffixes=('', '_event')) + + # Calculating speedup + merged_df['speedup'] = np.where(merged_df['taichi aot time mean_event'] < merged_df['taichi aot time mean'], + 1 - (merged_df['taichi aot time mean'] / merged_df['taichi aot time mean_event']), + (merged_df['taichi aot time mean_event'] / merged_df['taichi aot time mean']) - 1) + + return merged_df + +# 计算这行的taichi aot time mean +def calculate_taichi_mean(df): + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + return df + +def drop_columns(df): + df.drop(columns=['backend'], inplace=True) + df.drop(columns=['events type'], inplace=True) + df.drop(columns=['s'], inplace=True) + df.drop(columns=['p'], inplace=True) + return df + +# Function to plot speedup heatmaps for different values type and transpose combinations +def plot_speedup_heatmaps(df, backend, filename): + plt.figure(figsize=(14, 14)) # Adjusting figure size for multiple subplots + + # Creating subplots for each combination of values type and transpose + for i, (values_type, transpose) in enumerate([(vt, tr) for vt in df['values type'].unique() for tr in df['transpose'].unique()]): + plt.subplot(2, 2, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = df[(df['values type'] == values_type) & (df['transpose'] == transpose)] + heatmap_data = filtered_df.pivot_table(index='shape[0]', columns='shape[1]', values='speedup', aggfunc='mean') + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'values type: {values_type}, transpose: {transpose}') + plt.xlabel('shape[1]') + plt.ylabel('shape[0]') + + # Adding an overall title with adjusted position + plt.suptitle(f'{backend}csrmv speedup over event_csrmv)\n' + \ + 'speedup = event avg time / common avg time - 1 if common faster than event\n' + \ + 'speedup = 1 - common avg time / event avg time if common slower than event', fontsize=16) + + # Adjust layout to make room for the title + plt.tight_layout(rect=[0, 0, 1, 0.95]) + plt.savefig(filename) + # plt.show() + +# 读取合并csrmv_cpu.csv 和 event_csrmv_cpu.csv, csrmv_gpu.csv 和 event_csrmv_gpu.csv +# 只看values 和 transpose +csrmv_cpu_df = pd.read_csv(csrmv_cpu) +event_csrmv_cpu_df = pd.read_csv(event_csrmv_cpu) +csrmv_gpu_df = pd.read_csv(csrmv_gpu) +event_csrmv_gpu_df = pd.read_csv(event_csrmv_gpu) +csrmv_grad_cpu_df = pd.read_csv(csrmv_grad_cpu) +event_csrmv_grad_cpu_df = pd.read_csv(event_csrmv_grad_cpu) +csrmv_grad_gpu_df = pd.read_csv(csrmv_grad_gpu) +event_csrmv_grad_gpu_df = pd.read_csv(event_csrmv_grad_gpu) + +csrmv_cpu_df = drop_columns(csrmv_cpu_df) +event_csrmv_cpu_df = drop_columns(event_csrmv_cpu_df) +csrmv_gpu_df = drop_columns(csrmv_gpu_df) +event_csrmv_gpu_df = drop_columns(event_csrmv_gpu_df) +csrmv_grad_cpu_df = drop_columns(csrmv_grad_cpu_df) +event_csrmv_grad_cpu_df = drop_columns(event_csrmv_grad_cpu_df) +csrmv_grad_gpu_df = drop_columns(csrmv_grad_gpu_df) +event_csrmv_grad_gpu_df = drop_columns(event_csrmv_grad_gpu_df) + +csrmv_cpu_df = remove_row_outliers(csrmv_cpu_df, "taichi aot time") +event_csrmv_cpu_df = remove_row_outliers(event_csrmv_cpu_df, "taichi aot time") +csrmv_gpu_df = remove_row_outliers(csrmv_gpu_df, "taichi aot time") +event_csrmv_gpu_df = remove_row_outliers(event_csrmv_gpu_df, "taichi aot time") +csrmv_grad_cpu_df= remove_row_outliers(csrmv_grad_cpu_df, "taichi aot time") +event_csrmv_grad_cpu_df= remove_row_outliers(event_csrmv_grad_cpu_df, "taichi aot time") +csrmv_grad_gpu_df= remove_row_outliers(csrmv_grad_gpu_df, "taichi aot time") +event_csrmv_grad_gpu_df= remove_row_outliers(event_csrmv_grad_gpu_df, "taichi aot time") + +# csrmv_cpu_df = remove_row_outliers(csrmv_cpu_df, "brainpy time") +# event_csrmv_cpu_df = remove_row_outliers(event_csrmv_cpu_df, "brainpy time") +# csrmv_gpu_df = remove_row_outliers(csrmv_gpu_df, "brainpy time") +# event_csrmv_gpu_df = remove_row_outliers(event_csrmv_gpu_df, "brainpy time") +# csrmv_grad_cpu_df= remove_row_outliers(csrmv_grad_cpu_df, "brainpy time") +# event_csrmv_grad_cpu_df= remove_row_outliers(event_csrmv_grad_cpu_df, "brainpy time") +# csrmv_grad_gpu_df= remove_row_outliers(csrmv_grad_gpu_df, "brainpy time") +# event_csrmv_grad_gpu_df= remove_row_outliers(event_csrmv_grad_gpu_df, "brainpy time") + +speedup_cpu = calculate_speedup(csrmv_cpu_df, event_csrmv_cpu_df) +speedup_gpu = calculate_speedup(csrmv_gpu_df, event_csrmv_gpu_df) +speedup_grad_cpu = calculate_speedup(csrmv_grad_cpu_df, event_csrmv_grad_cpu_df) +speedup_grad_gpu = calculate_speedup(csrmv_grad_gpu_df, event_csrmv_grad_gpu_df) + +# Plotting heatmaps for each dataset +plot_speedup_heatmaps(speedup_cpu, '[CPU] ', f'{current_path}/figure1/cpu.png') +plot_speedup_heatmaps(speedup_gpu, '[GPU] ', f'{current_path}/figure1/gpu.png') +plot_speedup_heatmaps(speedup_grad_cpu, '[CPU] Grad ', f'{current_path}/figure1/grad_cpu.png') +plot_speedup_heatmaps(speedup_grad_gpu, '[GPU] Grad ', f'{current_path}/figure1/grad_gpu.png') + diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_cpu.csv new file mode 100644 index 0000000..6ec5619 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_cpu.csv @@ -0,0 +1,393 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,True,0.034332275390625,0.03314018249511719,0.032901763916015625,0.03361701965332031,0.032901763916015625,0.03218650817871094,0.0324249267578125,0.03266334533691406,0.03266334533691406,0.03218650817871094,0.08797645568847656,0.09512901306152344,0.08296966552734375,0.08296966552734375,0.08273124694824219,0.08273124694824219,0.08249282836914062,0.08273124694824219,0.08249282836914062,0.08273124694824219 +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,False,0.31113624572753906,0.25963783264160156,0.2636909484863281,0.2040863037109375,0.19431114196777344,0.1804828643798828,0.17762184143066406,0.19788742065429688,0.16427040100097656,0.16832351684570312,0.5154609680175781,0.47206878662109375,3.961801528930664,0.44798851013183594,0.48613548278808594,0.4756450653076172,0.4456043243408203,0.49376487731933594,0.4611015319824219,0.45180320739746094 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.029325485229492188,0.0286102294921875,0.028848648071289062,0.029325485229492188,0.029087066650390625,0.027894973754882812,0.028371810913085938,0.027894973754882812,0.028848648071289062,0.027894973754882812,0.10251998901367188,0.09179115295410156,0.09012222290039062,0.09059906005859375,0.09012222290039062,0.09036064147949219,0.09012222290039062,0.09012222290039062,0.08988380432128906,0.09012222290039062 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.19407272338867188,0.1842975616455078,0.19240379333496094,0.1990795135498047,0.18644332885742188,0.21839141845703125,0.18262863159179688,0.19168853759765625,0.20265579223632812,0.20456314086914062,3.833770751953125,0.6341934204101562,0.5788803100585938,0.5741119384765625,0.8044242858886719,0.5755424499511719,0.5638599395751953,0.5552768707275391,0.576019287109375,0.5650520324707031 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,True,0.06651878356933594,0.06437301635742188,0.06461143493652344,0.06556510925292969,0.064849853515625,0.06437301635742188,0.06413459777832031,0.06413459777832031,0.06461143493652344,0.06437301635742188,0.3247261047363281,0.3235340118408203,0.3230571746826172,0.3228187561035156,0.3228187561035156,0.32329559326171875,0.3235340118408203,0.32329559326171875,0.32401084899902344,0.3235340118408203 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,False,0.2541542053222656,0.2512931823730469,0.2627372741699219,0.28395652770996094,0.2689361572265625,0.2617835998535156,0.2505779266357422,0.17786026000976562,0.2512931823730469,0.25177001953125,3.200054168701172,3.501415252685547,2.1734237670898438,2.173185348510742,2.1817684173583984,2.1469593048095703,2.1505355834960938,2.1064281463623047,2.944469451904297,2.1169185638427734 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.030040740966796875,0.0286102294921875,0.028848648071289062,0.029325485229492188,0.0286102294921875,0.0286102294921875,0.029325485229492188,0.030994415283203125,0.028371810913085938,0.028133392333984375,0.13875961303710938,0.1385211944580078,0.13875961303710938,0.13875961303710938,0.1385211944580078,0.13017654418945312,0.09799003601074219,0.09751319885253906,0.09703636169433594,0.0972747802734375 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.1735687255859375,0.2551078796386719,0.27823448181152344,0.24580955505371094,0.3485679626464844,0.33664703369140625,0.2598762512207031,0.2739429473876953,0.2372264862060547,0.27298927307128906,2.7713775634765625,2.783060073852539,2.7632713317871094,3.621339797973633,2.763032913208008,2.7620792388916016,2.758026123046875,2.762317657470703,3.2432079315185547,2.772808074951172 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,True,0.05555152893066406,0.05435943603515625,0.05269050598144531,0.05340576171875,0.05221366882324219,0.05221366882324219,0.051975250244140625,0.06270408630371094,0.04649162292480469,0.04601478576660156,0.18143653869628906,0.18072128295898438,0.18072128295898438,0.18095970153808594,0.18095970153808594,0.18072128295898438,0.1804828643798828,0.18024444580078125,0.18072128295898438,0.18024444580078125 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,False,0.331878662109375,0.2827644348144531,0.3674030303955078,0.2334117889404297,0.38361549377441406,0.33283233642578125,0.3514289855957031,0.2353191375732422,0.28514862060546875,0.3292560577392578,3.9610862731933594,0.7531642913818359,0.6272792816162109,0.6272792816162109,0.6184577941894531,0.6163120269775391,0.6303787231445312,0.6146430969238281,0.6260871887207031,0.6184577941894531 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.10061264038085938,0.10156631469726562,0.17905235290527344,0.10967254638671875,0.10132789611816406,0.10442733764648438,0.09942054748535156,0.10013580322265625,0.09894371032714844,0.09894371032714844,0.18310546875,0.18286705017089844,0.1823902130126953,0.18262863159179688,0.18262863159179688,0.1823902130126953,0.1823902130126953,0.1819133758544922,0.1823902130126953,0.1819133758544922 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.3688335418701172,0.3838539123535156,0.3814697265625,0.4024505615234375,0.40721893310546875,0.3662109375,0.41484832763671875,0.37741661071777344,0.3802776336669922,0.37097930908203125,1.0995864868164062,1.0285377502441406,1.0504722595214844,1.047372817993164,1.0287761688232422,1.0480880737304688,1.0488033294677734,1.0266304016113281,1.0440349578857422,2.8955936431884766 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,True,0.1571178436279297,0.15306472778320312,0.15044212341308594,0.17642974853515625,0.16164779663085938,0.14853477478027344,0.1468658447265625,0.14781951904296875,0.1475811004638672,0.14781951904296875,0.6964206695556641,0.6947517395019531,0.6916522979736328,0.69427490234375,0.6906986236572266,0.6740093231201172,0.5435943603515625,0.5407333374023438,0.5395412445068359,0.5407333374023438 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,False,0.4355907440185547,0.4162788391113281,0.4405975341796875,0.4119873046875,0.4489421844482422,0.4820823669433594,0.43654441833496094,0.40602684020996094,0.47779083251953125,0.3235340118408203,4.869222640991211,4.770517349243164,4.78053092956543,5.317211151123047,4.852533340454102,4.769802093505859,5.529165267944336,4.852533340454102,4.769325256347656,5.05828857421875 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.05841255187988281,0.06723403930664062,0.055789947509765625,0.05888938903808594,0.05626678466796875,0.05602836608886719,0.05459785461425781,0.05555152893066406,0.05555152893066406,0.05602836608886719,0.21505355834960938,0.2148151397705078,0.21457672119140625,0.21409988403320312,0.21409988403320312,0.21338462829589844,0.21409988403320312,0.21386146545410156,0.21409988403320312,0.2143383026123047 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.37288665771484375,0.3871917724609375,0.5114078521728516,0.4096031188964844,0.4563331604003906,0.47659873962402344,0.31280517578125,0.4172325134277344,0.42247772216796875,0.41866302490234375,6.39796257019043,6.846189498901367,6.389141082763672,6.389856338500977,6.906270980834961,6.3991546630859375,7.77435302734375,6.39033317565918,6.787538528442383,6.423711776733398 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,True,0.06914138793945312,0.06890296936035156,0.06961822509765625,0.07009506225585938,0.0705718994140625,0.07581710815429688,0.06842613220214844,0.06651878356933594,0.07224082946777344,0.072479248046875,1.0251998901367188,1.0180473327636719,0.980377197265625,0.9772777557373047,0.9901523590087891,0.980377197265625,0.9911060333251953,0.7665157318115234,0.6160736083984375,0.6530284881591797 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,False,0.6451606750488281,0.6952285766601562,0.6215572357177734,0.6415843963623047,0.6256103515625,0.6458759307861328,0.33473968505859375,0.6296634674072266,0.6296634674072266,0.5195140838623047,1.2135505676269531,1.207113265991211,1.1920928955078125,1.199483871459961,1.2524127960205078,1.210927963256836,1.1832714080810547,0.8742809295654297,2.2344589233398438,1.2793540954589844 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.06818771362304688,0.0667572021484375,0.06771087646484375,0.06890296936035156,0.06747245788574219,0.06771087646484375,0.06794929504394531,0.06699562072753906,0.0667572021484375,0.06651878356933594,0.32973289489746094,0.3261566162109375,0.32591819763183594,0.3261566162109375,0.30922889709472656,0.30922889709472656,0.30922889709472656,0.308990478515625,0.3094673156738281,0.33473968505859375 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.6456375122070312,0.36406517028808594,0.3609657287597656,0.6492137908935547,0.4582405090332031,0.4413127899169922,0.6608963012695312,0.6656646728515625,0.6639957427978516,0.4448890686035156,2.100229263305664,1.943349838256836,1.4328956604003906,1.4126300811767578,3.4482479095458984,1.4896392822265625,1.4367103576660156,1.2423992156982422,0.9939670562744141,0.9777545928955078 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,True,0.07748603820800781,0.07605552673339844,0.07677078247070312,0.07724761962890625,0.07557868957519531,0.0762939453125,0.0762939453125,0.07557868957519531,0.07534027099609375,0.07605552673339844,0.3936290740966797,0.3745555877685547,0.40030479431152344,0.3933906555175781,0.3933906555175781,0.4024505615234375,0.3962516784667969,0.4229545593261719,0.39839744567871094,0.3936290740966797 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,False,0.6048679351806641,0.6208419799804688,0.5950927734375,0.5896091461181641,0.6060600280761719,0.60272216796875,0.5886554718017578,0.6070137023925781,0.6377696990966797,0.5943775177001953,9.92584228515625,9.757041931152344,10.191917419433594,9.679794311523438,10.253667831420898,10.306358337402344,9.670019149780273,10.300159454345703,9.671211242675781,10.275602340698242 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.07772445678710938,0.08058547973632812,0.07867813110351562,0.07963180541992188,0.07772445678710938,0.07700920104980469,0.07748603820800781,0.0762939453125,0.07963180541992188,0.07677078247070312,0.3955364227294922,0.39458274841308594,0.4062652587890625,0.3979206085205078,0.39458274841308594,0.3941059112548828,0.40459632873535156,0.3962516784667969,0.39386749267578125,0.3943443298339844 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.3502368927001953,0.6272792816162109,0.6749629974365234,0.4291534423828125,0.6520748138427734,0.6046295166015625,0.4138946533203125,0.6070137023925781,0.396728515625,0.5695819854736328,12.968301773071289,13.006448745727539,13.027667999267578,13.191461563110352,12.882232666015625,13.181209564208984,13.194084167480469,13.502836227416992,12.904882431030273,13.126850128173828 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,True,0.17881393432617188,0.17690658569335938,0.18167495727539062,0.1819133758544922,0.1804828643798828,0.1800060272216797,0.17762184143066406,0.1766681671142578,0.17333030700683594,0.1819133758544922,0.5953311920166016,0.6499290466308594,0.6401538848876953,0.6537437438964844,0.6444454193115234,0.6434917449951172,0.6659030914306641,0.6511211395263672,0.6597042083740234,0.6158351898193359 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,False,1.0962486267089844,0.9126663208007812,1.2328624725341797,1.1627674102783203,0.6892681121826172,1.2288093566894531,1.134634017944336,1.1670589447021484,1.2443065643310547,1.2667179107666016,1.9381046295166016,1.9512176513671875,1.920461654663086,1.871347427368164,2.5811195373535156,1.3844966888427734,1.3191699981689453,1.3134479522705078,1.3499259948730469,1.3201236724853516 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.09846687316894531,0.0972747802734375,0.09679794311523438,0.09775161743164062,0.09632110595703125,0.095367431640625,0.09512901306152344,0.09679794311523438,0.09679794311523438,0.095367431640625,0.5943775177001953,0.652313232421875,0.6208419799804688,0.6177425384521484,0.6198883056640625,0.6160736083984375,0.6937980651855469,0.5819797515869141,0.6532669067382812,0.6172657012939453 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,1.2769699096679688,1.3053417205810547,1.2412071228027344,1.3289451599121094,1.2717247009277344,1.3036727905273438,1.313924789428711,1.312255859375,1.3802051544189453,1.4102458953857422,2.2056102752685547,2.216339111328125,2.207040786743164,2.215147018432617,2.396821975708008,1.6345977783203125,1.535177230834961,1.5423297882080078,1.5344619750976562,1.5139579772949219 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,True,0.12493133544921875,0.11897087097167969,0.12063980102539062,0.13399124145507812,0.1220703125,0.12063980102539062,0.11944770812988281,0.12469291687011719,0.11682510375976562,0.11754035949707031,0.8082389831542969,0.8051395416259766,0.8172988891601562,0.8187294006347656,0.8091926574707031,0.8223056793212891,0.8008480072021484,0.8263587951660156,0.8032321929931641,0.7703304290771484 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,False,1.2018680572509766,1.2738704681396484,1.1532306671142578,1.2073516845703125,1.2679100036621094,1.2278556823730469,1.2693405151367188,1.3403892517089844,1.4729499816894531,1.3463497161865234,19.874095916748047,19.98448371887207,19.5772647857666,20.06673812866211,19.494295120239258,19.494056701660156,19.855976104736328,19.495010375976562,19.608020782470703,19.505977630615234 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.12326240539550781,0.12183189392089844,0.1220703125,0.1354217529296875,0.12636184692382812,0.1277923583984375,0.13446807861328125,0.12183189392089844,0.12350082397460938,0.12421607971191406,0.7641315460205078,0.8585453033447266,0.8082389831542969,0.8192062377929688,0.7693767547607422,0.8282661437988281,0.8320808410644531,0.8013248443603516,0.7874965667724609,0.7116794586181641 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,1.325845718383789,1.1928081512451172,1.2371540069580078,1.2428760528564453,1.3015270233154297,1.2285709381103516,1.1444091796875,1.3191699981689453,1.6820430755615234,1.0514259338378906,26.28302574157715,26.137351989746094,26.250839233398438,26.313304901123047,26.282072067260742,26.485681533813477,26.29876136779785,26.132583618164062,26.2453556060791,26.76558494567871 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,True,0.20194053649902344,0.20170211791992188,0.19121170043945312,0.20241737365722656,0.21409988403320312,0.19669532775878906,0.202178955078125,0.19669532775878906,0.2033710479736328,0.1919269561767578,1.5521049499511719,1.5797615051269531,1.7435550689697266,1.6644001007080078,1.5709400177001953,1.5010833740234375,1.5919208526611328,1.5261173248291016,1.6629695892333984,1.6031265258789062 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,False,2.6335716247558594,2.4623870849609375,2.532482147216797,2.6166439056396484,2.0513534545898438,1.7952919006347656,1.8575191497802734,1.9602775573730469,2.679109573364258,2.73895263671875,2.1200180053710938,2.130746841430664,2.120494842529297,2.1300315856933594,3.1604766845703125,2.242565155029297,2.099752426147461,2.1767616271972656,2.338409423828125,2.0895004272460938 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.3008842468261719,0.29087066650390625,0.293731689453125,0.2987384796142578,0.31256675720214844,0.29468536376953125,0.29969215393066406,0.3001689910888672,0.3063678741455078,0.28705596923828125,1.627206802368164,1.6207695007324219,1.6312599182128906,1.6298294067382812,1.5954971313476562,1.6057491302490234,1.6210079193115234,1.6283988952636719,1.6071796417236328,1.508951187133789 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,3.392457962036133,3.3729076385498047,3.4520626068115234,3.3845901489257812,3.368854522705078,3.467082977294922,3.416776657104492,3.3903121948242188,3.31878662109375,3.3233165740966797,3.293752670288086,3.231525421142578,4.37617301940918,3.303050994873047,3.2498836517333984,3.2396316528320312,3.2427310943603516,4.328727722167969,3.316640853881836,3.2384395599365234 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,True,0.2562999725341797,0.2486705780029297,0.2582073211669922,0.26297569274902344,0.24580955505371094,0.24747848510742188,0.2434253692626953,0.25200843811035156,0.2429485321044922,0.2589225769042969,1.9259452819824219,1.9445419311523438,1.9559860229492188,1.8963813781738281,1.9497871398925781,1.953125,1.9533634185791016,1.9156932830810547,1.8007755279541016,1.940011978149414 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,False,2.8574466705322266,2.8510093688964844,2.86865234375,2.486705780029297,2.9075145721435547,2.9458999633789062,3.551483154296875,2.973318099975586,2.954721450805664,2.4566650390625,53.733110427856445,60.26291847229004,55.09781837463379,54.595947265625,49.593210220336914,65.37461280822754,49.672603607177734,53.36308479309082,50.923824310302734,55.481910705566406 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.2567768096923828,0.28061866760253906,0.2560615539550781,0.24390220642089844,0.2574920654296875,0.25391578674316406,0.24437904357910156,0.2567768096923828,0.25010108947753906,0.2536773681640625,1.8832683563232422,1.8863677978515625,1.9004344940185547,1.9102096557617188,1.8839836120605469,1.9230842590332031,1.8575191497802734,1.9674301147460938,1.931905746459961,1.9519329071044922 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,2.843141555786133,2.923727035522461,3.026247024536133,2.0341873168945312,2.5970935821533203,2.9311180114746094,3.062009811401367,3.156900405883789,2.784252166748047,2.8488636016845703,66.52712821960449,66.4663314819336,65.36483764648438,65.79136848449707,73.41670989990234,71.76661491394043,69.68998908996582,65.05155563354492,66.14971160888672,68.96352767944336 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,True,0.2703666687011719,0.26607513427734375,0.2722740173339844,0.2846717834472656,0.2739429473876953,0.2675056457519531,0.27108192443847656,0.2899169921875,0.2791881561279297,0.2779960632324219,2.3860931396484375,2.2928714752197266,2.3779869079589844,2.4046897888183594,2.359151840209961,2.391815185546875,2.269268035888672,2.399444580078125,2.2361278533935547,2.3314952850341797 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,False,3.7789344787597656,4.126071929931641,3.9038658142089844,3.5696029663085938,4.008769989013672,4.225015640258789,4.069089889526367,4.339694976806641,4.292011260986328,4.206418991088867,3.1251907348632812,3.0481815338134766,4.076719284057617,3.072500228881836,3.1256675720214844,3.0994415283203125,3.118753433227539,4.049062728881836,3.1461715698242188,3.1137466430664062 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.27489662170410156,0.2675056457519531,0.2970695495605469,0.2765655517578125,0.2837181091308594,0.2779960632324219,0.2868175506591797,0.26345252990722656,0.2741813659667969,0.2720355987548828,2.3970603942871094,2.3102760314941406,2.329587936401367,2.2411346435546875,2.3856163024902344,2.4192333221435547,2.334117889404297,2.390146255493164,2.382993698120117,2.3818016052246094 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,3.919363021850586,3.9179325103759766,4.885435104370117,5.739927291870117,4.130125045776367,4.083395004272461,3.742218017578125,4.806280136108398,5.116462707519531,5.171060562133789,4.844903945922852,4.743814468383789,4.691600799560547,5.811214447021484,4.7779083251953125,4.779338836669922,5.856990814208984,4.810333251953125,4.68897819519043,5.498647689819336 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,True,0.34236907958984375,0.3528594970703125,0.35643577575683594,0.3249645233154297,0.3418922424316406,0.3299713134765625,0.34356117248535156,0.34046173095703125,0.3485679626464844,0.3509521484375,3.0930042266845703,3.0956268310546875,2.7396678924560547,2.8548240661621094,2.7701854705810547,2.825498580932617,2.89154052734375,3.0112266540527344,2.8052330017089844,2.7883052825927734 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,False,4.401683807373047,4.447221755981445,4.996776580810547,4.569530487060547,4.62031364440918,4.660129547119141,4.625797271728516,4.66465950012207,4.724740982055664,4.619359970092773,74.38397407531738,73.8520622253418,77.8496265411377,72.95632362365723,72.48568534851074,74.94044303894043,75.67310333251953,74.30028915405273,75.6382942199707,72.42703437805176 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.9801387786865234,0.9789466857910156,1.1010169982910156,0.9968280792236328,0.9858608245849609,0.9627342224121094,0.9915828704833984,0.9818077087402344,0.9891986846923828,0.9686946868896484,2.7086734771728516,2.8731822967529297,2.8450489044189453,2.7713775634765625,2.7747154235839844,2.8471946716308594,2.7332305908203125,2.8514862060546875,2.8672218322753906,2.834320068359375 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,5.836725234985352,4.717588424682617,4.500865936279297,4.717350006103516,4.716157913208008,4.761934280395508,3.8912296295166016,5.102396011352539,4.483938217163086,4.519939422607422,96.62771224975586,98.80900382995605,101.02701187133789,98.24585914611816,102.18358039855957,97.53561019897461,98.12688827514648,96.62294387817383,97.19157218933105,96.70662879943848 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,True,0.362396240234375,0.35834312438964844,0.35834312438964844,0.3464221954345703,0.35834312438964844,0.3616809844970703,0.3604888916015625,0.3712177276611328,0.3669261932373047,0.3485679626464844,3.1709671020507812,3.168821334838867,3.167390823364258,3.1778812408447266,3.0798912048339844,3.103971481323242,3.170013427734375,3.12042236328125,3.1681060791015625,3.053903579711914 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,False,5.568027496337891,6.664276123046875,5.588054656982422,5.07044792175293,5.416154861450195,5.345582962036133,5.681276321411133,5.711555480957031,5.615949630737305,5.368709564208984,4.145383834838867,4.390478134155273,5.005121231079102,4.201650619506836,4.188299179077148,5.288839340209961,4.179239273071289,4.163265228271484,4.256010055541992,5.376338958740234 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.3941059112548828,0.37860870361328125,0.44536590576171875,0.35953521728515625,0.36978721618652344,0.37384033203125,0.3731250762939453,0.35834312438964844,0.3631114959716797,0.3902912139892578,3.168344497680664,3.3216476440429688,3.196239471435547,3.126382827758789,3.1037330627441406,3.023862838745117,3.3860206604003906,3.1194686889648438,3.083944320678711,3.0727386474609375 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,6.213188171386719,6.2713623046875,4.255771636962891,6.270647048950195,6.361722946166992,6.726264953613281,6.40416145324707,9.394407272338867,6.678104400634766,8.506059646606445,6.303548812866211,7.074594497680664,6.302595138549805,6.256818771362305,7.203340530395508,6.314992904663086,7.133960723876953,6.283044815063477,6.277322769165039,7.077217102050781 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,True,0.4355907440185547,0.4305839538574219,0.4336833953857422,0.43511390686035156,0.4291534423828125,0.4436969757080078,0.4248619079589844,0.42700767517089844,0.4267692565917969,0.4363059997558594,3.7033557891845703,3.7164688110351562,3.7851333618164062,3.790140151977539,3.643512725830078,3.7050247192382812,3.741741180419922,3.8411617279052734,3.6842823028564453,3.6153793334960938 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,False,4.546403884887695,5.63502311706543,5.808830261230469,5.817174911499023,4.37617301940918,5.740642547607422,6.031990051269531,5.163908004760742,6.046056747436523,6.077289581298828,96.37117385864258,97.39971160888672,96.52137756347656,96.60196304321289,96.97961807250977,97.04804420471191,96.9247817993164,98.30927848815918,97.97120094299316,96.6188907623291 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.42891502380371094,0.4172325134277344,0.41866302490234375,0.41866302490234375,0.4394054412841797,0.4467964172363281,0.46181678771972656,0.41675567626953125,0.4150867462158203,0.42247772216796875,3.751516342163086,3.7870407104492188,3.834962844848633,3.8025379180908203,3.6041736602783203,3.6475658416748047,3.8537979125976562,3.736734390258789,3.5991668701171875,3.657817840576172 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,6.10804557800293,6.223917007446289,4.56690788269043,5.619525909423828,5.03087043762207,3.602743148803711,5.246400833129883,4.236936569213867,6.021976470947266,6.135225296020508,127.75754928588867,127.9454231262207,128.63540649414062,128.80730628967285,128.54623794555664,129.6253204345703,128.32283973693848,129.46271896362305,129.15277481079102,130.33604621887207 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,True,0.08177757263183594,0.08058547973632812,0.07939338684082031,0.08130073547363281,0.08058547973632812,0.07915496826171875,0.07891654968261719,0.07915496826171875,0.07915496826171875,0.07867813110351562,0.4696846008300781,0.25200843811035156,0.21505355834960938,0.2124309539794922,0.21147727966308594,0.22101402282714844,0.21767616271972656,0.2110004425048828,0.2105236053466797,0.21123886108398438 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,False,0.2357959747314453,0.217437744140625,0.2086162567138672,0.23865699768066406,0.33855438232421875,0.35881996154785156,0.2818107604980469,0.26702880859375,0.24080276489257812,0.20074844360351562,0.896453857421875,0.8821487426757812,0.8828639984130859,0.8842945098876953,3.492116928100586,1.0557174682617188,0.8223056793212891,0.8254051208496094,0.8158683776855469,0.7889270782470703 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.10466575622558594,0.08749961853027344,0.08606910705566406,0.08654594421386719,0.08416175842285156,0.08416175842285156,0.08320808410644531,0.08392333984375,0.08368492126464844,0.08392333984375,0.20599365234375,0.20599365234375,0.20575523376464844,0.20599365234375,0.20551681518554688,0.22411346435546875,0.2167224884033203,0.2295970916748047,0.21719932556152344,0.21600723266601562 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.24819374084472656,0.2281665802001953,0.2117156982421875,0.225067138671875,0.22649765014648438,0.24628639221191406,0.347137451171875,0.3845691680908203,0.31757354736328125,0.2541542053222656,1.499176025390625,1.5022754669189453,3.0853748321533203,1.039266586303711,1.0960102081298828,1.007080078125,0.9787082672119141,1.0025501251220703,0.9744167327880859,0.9229183197021484 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,True,0.036716461181640625,0.03600120544433594,0.03600120544433594,0.0362396240234375,0.03552436828613281,0.03528594970703125,0.03600120544433594,0.03552436828613281,0.036716461181640625,0.035762786865234375,0.2524852752685547,0.25010108947753906,0.25010108947753906,0.2503395080566406,0.2498626708984375,0.25010108947753906,0.2498626708984375,0.2498626708984375,0.2498626708984375,0.2601146697998047 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,False,0.354766845703125,0.4096031188964844,0.35953521728515625,0.32901763916015625,0.31304359436035156,0.31876564025878906,0.25534629821777344,0.22077560424804688,0.2357959747314453,0.24247169494628906,5.317449569702148,5.031585693359375,5.030155181884766,5.482912063598633,5.029439926147461,5.028247833251953,5.036115646362305,5.404949188232422,5.026817321777344,5.032777786254883 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.04410743713378906,0.043392181396484375,0.04315376281738281,0.04363059997558594,0.04291534423828125,0.04267692565917969,0.04291534423828125,0.04291534423828125,0.04315376281738281,0.04267692565917969,0.25200843811035156,0.2498626708984375,0.2498626708984375,0.2498626708984375,0.2498626708984375,0.25010108947753906,0.23794174194335938,0.23746490478515625,0.23746490478515625,0.2372264862060547 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.2512931823730469,0.2391338348388672,0.2143383026123047,0.23436546325683594,0.21696090698242188,0.20241737365722656,0.22649765014648438,0.22268295288085938,0.22077560424804688,0.19931793212890625,6.715059280395508,6.668806076049805,6.98089599609375,6.671905517578125,7.066965103149414,6.669282913208008,6.669044494628906,7.030010223388672,6.668329238891602,7.084131240844727 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,True,0.07414817810058594,0.07271766662597656,0.07200241088867188,0.07152557373046875,0.07152557373046875,0.07009506225585938,0.08678436279296875,0.07295608520507812,0.07200241088867188,0.07224082946777344,0.4546642303466797,0.45180320739746094,0.46181678771972656,0.45299530029296875,0.4680156707763672,0.4515647888183594,0.45180320739746094,0.45180320739746094,0.4646778106689453,0.45299530029296875 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,False,0.4487037658691406,0.4572868347167969,0.48613548278808594,0.4591941833496094,0.4391670227050781,0.45752525329589844,0.4367828369140625,0.4329681396484375,0.5230903625488281,0.4360675811767578,1.398324966430664,1.352548599243164,1.3289451599121094,1.3318061828613281,1.3201236724853516,2.4566650390625,0.9312629699707031,0.9255409240722656,0.9057521820068359,0.9300708770751953 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.21028518676757812,0.20766258239746094,0.20384788513183594,0.2665519714355469,0.20813941955566406,0.20742416381835938,0.2052783966064453,0.20694732666015625,0.20456314086914062,0.2033710479736328,0.45752525329589844,0.4565715789794922,0.4563331604003906,0.4489421844482422,0.4818439483642578,0.4589557647705078,0.45680999755859375,0.4744529724121094,0.4563331604003906,0.45418739318847656 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.5438327789306641,0.4470348358154297,0.7121562957763672,0.47898292541503906,0.4413127899169922,0.5342960357666016,0.42247772216796875,0.42629241943359375,0.415802001953125,0.6594657897949219,1.8494129180908203,1.8336772918701172,1.8274784088134766,1.8362998962402344,1.4009475708007812,1.2631416320800781,1.2617111206054688,1.2700557708740234,1.2607574462890625,2.5942325592041016 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,True,0.08916854858398438,0.08749961853027344,0.08678436279296875,0.08797645568847656,0.08702278137207031,0.08916854858398438,0.08678436279296875,0.08702278137207031,0.087738037109375,0.0858306884765625,0.5466938018798828,0.5452632904052734,0.545501708984375,0.5583763122558594,0.5488395690917969,0.5452632904052734,0.5526542663574219,0.5474090576171875,0.5457401275634766,0.5452632904052734 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,False,0.41031837463378906,0.4329681396484375,0.42247772216796875,0.4267692565917969,0.41484832763671875,0.39696693420410156,0.40459632873535156,0.41484832763671875,0.4138946533203125,0.4420280456542969,12.496471405029297,11.915922164916992,12.271881103515625,12.293815612792969,12.307405471801758,11.909246444702148,12.289047241210938,12.323856353759766,12.001752853393555,12.316465377807617 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.09250640869140625,0.10395050048828125,0.0934600830078125,0.09036064147949219,0.08916854858398438,0.08845329284667969,0.08726119995117188,0.08821487426757812,0.08726119995117188,0.08678436279296875,0.5540847778320312,0.54931640625,0.5638599395751953,0.5509853363037109,0.5521774291992188,0.5459785461425781,0.553131103515625,0.5195140838623047,0.537872314453125,0.5640983581542969 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.4146099090576172,0.41294097900390625,0.4277229309082031,0.47206878662109375,0.4227161407470703,0.38051605224609375,0.7047653198242188,0.46706199645996094,0.41103363037109375,0.38242340087890625,15.66004753112793,15.657663345336914,15.656232833862305,15.677213668823242,16.399145126342773,15.740394592285156,16.022920608520508,15.661478042602539,15.684366226196289,15.75779914855957 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,True,0.10967254638671875,0.10776519775390625,0.10704994201660156,0.10752677917480469,0.10752677917480469,0.10538101196289062,0.10561943054199219,0.10728836059570312,0.10633468627929688,0.1049041748046875,2.2847652435302734,2.209901809692383,1.5571117401123047,1.5223026275634766,1.5120506286621094,1.5325546264648438,1.516103744506836,1.5392303466796875,1.3499259948730469,1.0526180267333984 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,False,0.6427764892578125,0.6091594696044922,0.6158351898193359,0.6229877471923828,0.6191730499267578,0.6098747253417969,0.6148815155029297,0.6189346313476562,0.8804798126220703,0.8287429809570312,4.29224967956543,1.9938945770263672,1.5637874603271484,1.5883445739746094,1.5671253204345703,1.6443729400634766,1.5704631805419922,1.5034675598144531,1.1625289916992188,1.1625289916992188 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.10657310485839844,0.12302398681640625,0.10991096496582031,0.10824203491210938,0.10466575622558594,0.11181831359863281,0.10824203491210938,0.11467933654785156,0.110626220703125,0.10657310485839844,0.8454322814941406,0.8573532104492188,0.8656978607177734,0.8363723754882812,0.8122920989990234,0.820159912109375,0.8399486541748047,0.8478164672851562,0.8425712585449219,0.8206367492675781 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.6947517395019531,0.7457733154296875,0.7033348083496094,0.8108615875244141,0.8578300476074219,0.9515285491943359,0.7472038269042969,0.6997585296630859,0.8420944213867188,0.6892681121826172,4.251241683959961,2.3970603942871094,2.3343563079833984,2.3055076599121094,1.6825199127197266,1.6865730285644531,1.6756057739257812,2.489805221557617,1.6884803771972656,1.7213821411132812 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,True,0.21386146545410156,0.21147727966308594,0.21123886108398438,0.209808349609375,0.20766258239746094,0.2071857452392578,0.20813941955566406,0.2262592315673828,0.2117156982421875,0.21219253540039062,1.0673999786376953,1.0325908660888672,0.9772777557373047,1.0695457458496094,1.0347366333007812,1.0230541229248047,1.0318756103515625,1.0218620300292969,1.0347366333007812,1.0221004486083984 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,False,0.7295608520507812,0.7486343383789062,0.7159709930419922,0.7750988006591797,0.7297992706298828,0.6976127624511719,0.7376670837402344,0.7169246673583984,0.7097721099853516,0.6911754608154297,24.131059646606445,24.123191833496094,24.114131927490234,24.155378341674805,24.05071258544922,24.04022216796875,24.149417877197266,24.034738540649414,24.034500122070312,24.338483810424805 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.148773193359375,0.14734268188476562,0.14662742614746094,0.1480579376220703,0.15115737915039062,0.17333030700683594,0.14519691467285156,0.148773193359375,0.14972686767578125,0.14781951904296875,1.0669231414794922,1.0614395141601562,1.0437965393066406,1.0302066802978516,1.0597705841064453,1.0654926300048828,1.020669937133789,1.0380744934082031,1.0101795196533203,1.0631084442138672 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.8158683776855469,0.7839202880859375,0.9353160858154297,1.0344982147216797,0.9729862213134766,0.8730888366699219,0.8172988891601562,0.7557868957519531,0.6988048553466797,0.6999969482421875,32.22513198852539,33.11467170715332,33.00285339355469,32.195329666137695,32.63998031616211,32.24492073059082,32.766103744506836,33.14065933227539,32.19413757324219,32.84502029418945 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,True,0.18644332885742188,0.21505355834960938,0.1895427703857422,0.18906593322753906,0.18024444580078125,0.18835067749023438,0.19979476928710938,0.19478797912597656,0.17571449279785156,0.1881122589111328,1.514434814453125,1.495361328125,1.6107559204101562,1.5916824340820312,1.6095638275146484,1.5096664428710938,1.5206336975097656,1.6222000122070312,1.5749931335449219,1.5683174133300781 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,False,1.1615753173828125,1.2292861938476562,1.1909008026123047,1.1854171752929688,1.6765594482421875,1.3418197631835938,1.2176036834716797,1.277923583984375,1.2557506561279297,1.5299320220947266,3.1888484954833984,2.238750457763672,2.2513866424560547,2.2661685943603516,3.1151771545410156,2.222299575805664,2.1567344665527344,2.1638870239257812,2.1524429321289062,2.1708011627197266 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.2384185791015625,0.24628639221191406,0.23603439331054688,0.23698806762695312,0.24580955505371094,0.2200603485107422,0.22482872009277344,0.2300739288330078,0.24652481079101562,0.23126602172851562,1.6109943389892578,1.5947818756103516,1.6129016876220703,1.575469970703125,1.4958381652832031,1.6181468963623047,1.5299320220947266,1.5528202056884766,1.6148090362548828,1.5206336975097656 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,1.4548301696777344,1.4197826385498047,1.4846324920654297,1.909494400024414,1.6283988952636719,1.3573169708251953,1.3828277587890625,1.4414787292480469,1.3513565063476562,1.4255046844482422,3.6993026733398438,3.880739212036133,3.216266632080078,3.4799575805664062,3.246307373046875,3.2002925872802734,4.086017608642578,3.216981887817383,3.215789794921875,3.2410621643066406 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,True,0.2491474151611328,0.24366378784179688,0.24247169494628906,0.2548694610595703,0.24127960205078125,0.23984909057617188,0.2391338348388672,0.244140625,0.23794174194335938,0.23984909057617188,2.0253658294677734,1.9676685333251953,1.989126205444336,1.920938491821289,1.9648075103759766,1.9197463989257812,2.000093460083008,1.9693374633789062,2.0165443420410156,1.9953250885009766 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,False,1.4119148254394531,1.4770030975341797,1.348733901977539,1.5101432800292969,1.5261173248291016,1.795053482055664,1.470804214477539,1.7046928405761719,1.4297962188720703,1.5673637390136719,63.919782638549805,69.0915584564209,66.65182113647461,56.97751045227051,58.74371528625488,54.381608963012695,52.762746810913086,58.09211730957031,50.39334297180176,50.768136978149414 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.23937225341796875,0.24056434631347656,0.23865699768066406,0.240325927734375,0.23317337036132812,0.23889541625976562,0.2377033233642578,0.23794174194335938,0.2377033233642578,0.23674964904785156,1.9919872283935547,1.9702911376953125,2.0220279693603516,1.9185543060302734,1.9249916076660156,2.0139217376708984,1.9917488098144531,2.0682811737060547,2.017498016357422,1.9884109497070312 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,1.3039112091064453,1.3895034790039062,1.2714862823486328,1.6589164733886719,1.3332366943359375,1.6562938690185547,1.6484260559082031,1.5418529510498047,1.409769058227539,1.3730525970458984,65.0031566619873,67.06643104553223,64.67795372009277,70.62220573425293,64.77665901184082,65.65976142883301,64.83888626098633,65.82832336425781,66.29085540771484,65.31429290771484 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,True,0.4067420959472656,0.40602684020996094,0.3962516784667969,0.3986358642578125,0.3955364227294922,0.40459632873535156,0.4067420959472656,0.39887428283691406,0.3962516784667969,0.40793418884277344,3.854990005493164,3.9603710174560547,3.8449764251708984,3.9796829223632812,3.820657730102539,3.917217254638672,3.8313865661621094,3.902912139892578,3.8759708404541016,3.8084983825683594 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,False,3.672361373901367,3.607034683227539,3.724336624145508,2.8035640716552734,2.9687881469726562,3.5779476165771484,2.9451847076416016,3.7496089935302734,2.866506576538086,3.786802291870117,5.095243453979492,5.00178337097168,5.83958625793457,5.086660385131836,5.051374435424805,5.077600479125977,5.817890167236328,5.138874053955078,5.254030227661133,5.7888031005859375 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.4146099090576172,0.4165172576904297,0.41031837463378906,0.40531158447265625,0.3924369812011719,0.3962516784667969,0.3998279571533203,0.392913818359375,0.3972053527832031,0.39887428283691406,3.9119720458984375,3.911733627319336,3.9315223693847656,3.7822723388671875,3.8480758666992188,3.8619041442871094,3.9615631103515625,3.8902759552001953,3.8127899169921875,3.8039684295654297 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,3.390789031982422,3.5066604614257812,3.4351348876953125,3.626585006713867,3.4096240997314453,4.665374755859375,3.568887710571289,3.615856170654297,4.304170608520508,3.6401748657226562,8.57853889465332,7.7762603759765625,8.565902709960938,7.790327072143555,9.049177169799805,7.807731628417969,8.594274520874023,7.822513580322266,8.667707443237305,9.168624877929688 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,True,0.5240440368652344,0.51116943359375,0.5190372467041016,0.5176067352294922,0.5183219909667969,0.5092620849609375,0.518798828125,0.5242824554443359,0.5106925964355469,0.5218982696533203,4.701375961303711,4.776477813720703,4.707574844360352,4.600286483764648,4.81867790222168,4.826068878173828,4.673480987548828,4.61888313293457,4.834413528442383,4.699945449829102 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,False,3.7224292755126953,3.0052661895751953,3.1549930572509766,3.828287124633789,2.7704238891601562,3.683805465698242,3.1707286834716797,3.9129257202148438,3.403902053833008,3.2439231872558594,120.01323699951172,121.55008316040039,121.01626396179199,120.74065208435059,121.5353012084961,120.62954902648926,121.17290496826172,120.89371681213379,121.14691734313965,120.96095085144043 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.5197525024414062,0.5276203155517578,0.5278587341308594,0.5121231079101562,0.5152225494384766,0.5130767822265625,0.5190372467041016,0.5221366882324219,0.5156993865966797,0.5230903625488281,4.463434219360352,4.605770111083984,4.826784133911133,4.727363586425781,4.574298858642578,4.631757736206055,7.8601837158203125,4.828453063964844,4.825115203857422,4.764080047607422 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,3.6878585815429688,3.094911575317383,2.753019332885742,2.6121139526367188,3.0744075775146484,3.770589828491211,3.2281875610351562,4.481315612792969,4.4345855712890625,3.261089324951172,168.4863567352295,170.81117630004883,169.67344284057617,169.09050941467285,169.56377029418945,168.98775100708008,165.1756763458252,160.44950485229492,165.4050350189209,170.12357711791992 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,True,0.5905628204345703,0.5872249603271484,0.5762577056884766,0.5848407745361328,0.5886554718017578,0.6256103515625,0.5979537963867188,0.6005764007568359,0.6048679351806641,0.5970001220703125,5.952596664428711,5.6896209716796875,5.73277473449707,5.936622619628906,5.630016326904297,5.867242813110352,5.749702453613281,5.816936492919922,5.869626998901367,5.75709342956543 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,False,4.230976104736328,3.988027572631836,4.390716552734375,5.350828170776367,4.136562347412109,4.355669021606445,4.136562347412109,3.9479732513427734,4.747629165649414,5.631923675537109,8.531570434570312,7.690668106079102,8.486747741699219,7.697582244873047,8.608579635620117,7.697343826293945,8.579254150390625,7.6313018798828125,8.731842041015625,7.631063461303711 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.5731582641601562,0.5664825439453125,0.5800724029541016,0.5850791931152344,0.5586147308349609,0.5636215209960938,0.5652904510498047,0.5805492401123047,0.5671977996826172,0.5698204040527344,5.659580230712891,5.658388137817383,5.776166915893555,5.70225715637207,5.641460418701172,5.820989608764648,5.700588226318359,5.757331848144531,5.834817886352539,5.595922470092773 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,5.096197128295898,6.771564483642578,5.136251449584961,5.113363265991211,5.113840103149414,5.031824111938477,4.914999008178711,5.225419998168945,4.996776580810547,5.684852600097656,12.715339660644531,11.636734008789062,13.081073760986328,12.71820068359375,12.574911117553711,11.659860610961914,13.259649276733398,15.308856964111328,30.849218368530273,14.254093170166016 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,True,0.7419586181640625,0.7789134979248047,0.7638931274414062,0.7498264312744141,0.7462501525878906,0.7469654083251953,0.7476806640625,0.743865966796875,0.7627010345458984,0.77056884765625,6.811380386352539,7.112741470336914,6.862163543701172,7.097959518432617,6.951093673706055,6.865262985229492,6.972312927246094,6.875276565551758,7.042407989501953,6.856203079223633 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,False,4.88591194152832,5.192756652832031,4.853725433349609,4.974365234375,4.76527214050293,5.301952362060547,4.723310470581055,4.863977432250977,4.733085632324219,4.802703857421875,181.16426467895508,179.1989803314209,180.10473251342773,187.84475326538086,181.3821792602539,178.89142036437988,180.97734451293945,180.5245876312256,183.01796913146973,179.93688583374023 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.67901611328125,0.7455348968505859,0.7452964782714844,0.7352828979492188,0.6673336029052734,0.7445812225341797,0.74005126953125,0.7369518280029297,0.7386207580566406,0.7729530334472656,7.108449935913086,6.963968276977539,7.0781707763671875,6.7920684814453125,7.103919982910156,6.928920745849609,7.056713104248047,6.871938705444336,6.951093673706055,7.058143615722656 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,4.889011383056641,4.825592041015625,6.803750991821289,4.839658737182617,5.059719085693359,4.29534912109375,4.8313140869140625,4.778385162353516,4.913806915283203,4.7607421875,240.13638496398926,238.68179321289062,237.18714714050293,236.93132400512695,236.66930198669434,241.00613594055176,240.24605751037598,238.45267295837402,237.45012283325195,240.8158779144287 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,True,0.7581710815429688,0.7755756378173828,0.7536411285400391,0.7646083831787109,0.7474422454833984,0.6842613220214844,0.7646083831787109,0.7536411285400391,0.7991790771484375,0.7796287536621094,7.663488388061523,7.512092590332031,7.720947265625,7.65681266784668,7.822751998901367,7.550239562988281,7.776498794555664,7.638454437255859,7.734060287475586,7.6122283935546875 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,False,5.740642547607422,5.714178085327148,7.760286331176758,6.08372688293457,5.8841705322265625,5.855083465576172,5.751609802246094,5.749225616455078,5.913496017456055,6.154775619506836,11.678457260131836,10.195732116699219,11.838674545288086,11.255502700805664,10.201454162597656,11.765003204345703,10.128974914550781,11.263370513916016,11.847734451293945,10.146617889404297 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.6887912750244141,0.8146762847900391,0.7522106170654297,0.7655620574951172,0.7643699645996094,0.7636547088623047,0.7736682891845703,0.7596015930175781,0.7312297821044922,0.7612705230712891,7.759571075439453,7.733583450317383,7.878541946411133,7.690906524658203,7.887125015258789,7.685422897338867,7.684230804443359,7.807731628417969,7.584810256958008,7.910490036010742 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,6.862163543701172,6.740808486938477,6.734609603881836,9.30333137512207,6.00886344909668,7.064104080200195,6.711244583129883,6.7958831787109375,6.812095642089844,7.17616081237793,17.075777053833008,17.069339752197266,18.103837966918945,16.863584518432617,16.9069766998291,17.105579376220703,16.906261444091797,16.953229904174805,15.763521194458008,18.042564392089844 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,True,0.9393692016601562,0.9455680847167969,0.9565353393554688,0.988006591796875,0.9424686431884766,1.115560531616211,0.9489059448242188,0.9396076202392578,0.9331703186035156,0.9479522705078125,9.26065444946289,9.402990341186523,9.524345397949219,9.182453155517578,9.386062622070312,9.212970733642578,9.432315826416016,9.293556213378906,9.322881698608398,9.250164031982422 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,False,6.922245025634766,6.521940231323242,5.556583404541016,7.293224334716797,7.780313491821289,5.723714828491211,6.47425651550293,9.47427749633789,6.622314453125,6.3323974609375,237.776517868042,237.656831741333,237.5967502593994,236.7877960205078,235.55898666381836,236.5422248840332,237.1504306793213,237.1683120727539,236.14025115966797,238.13152313232422 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.8826255798339844,0.9894371032714844,0.9853839874267578,0.9779930114746094,0.9424686431884766,0.8597373962402344,0.9307861328125,0.8597373962402344,0.9365081787109375,0.9429454803466797,10.182619094848633,9.224176406860352,9.373664855957031,9.077072143554688,9.493350982666016,9.087324142456055,9.497404098510742,9.257316589355469,9.442806243896484,9.255170822143555 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,5.762577056884766,5.09333610534668,6.6165924072265625,7.048130035400391,8.423328399658203,6.455183029174805,6.586313247680664,6.361484527587891,6.496906280517578,6.542682647705078,324.8271942138672,313.65346908569336,322.56436347961426,319.2257881164551,318.2070255279541,321.7315673828125,322.85428047180176,321.98405265808105,316.5779113769531,313.5371208190918 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,True,0.050067901611328125,0.048160552978515625,0.049591064453125,0.04839897155761719,0.049114227294921875,0.048160552978515625,0.04982948303222656,0.04792213439941406,0.04887580871582031,0.04696846008300781,0.9002685546875,0.40340423583984375,0.3421306610107422,0.370025634765625,0.3552436828613281,0.3540515899658203,0.44608116149902344,0.484466552734375,0.4887580871582031,0.4940032958984375 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,False,0.6766319274902344,0.3829002380371094,0.3986358642578125,0.33664703369140625,0.32973289489746094,0.3807544708251953,0.3457069396972656,0.3299713134765625,0.31566619873046875,0.3788471221923828,1.1267662048339844,1.1279582977294922,1.119852066040039,1.131296157836914,1.1262893676757812,1.127481460571289,1.1196136474609375,1.1143684387207031,2.370595932006836,0.7839202880859375 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.055789947509765625,0.06175041198730469,0.05555152893066406,0.05459785461425781,0.05316734313964844,0.05364418029785156,0.053882598876953125,0.05340576171875,0.05316734313964844,0.05245208740234375,0.34618377685546875,0.34499168395996094,0.3769397735595703,0.3657341003417969,0.3643035888671875,0.3705024719238281,0.3657341003417969,0.36406517028808594,0.36406517028808594,0.3635883331298828 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.4253387451171875,0.35762786865234375,0.3490447998046875,0.33283233642578125,0.3387928009033203,0.34236907958984375,0.4074573516845703,0.37550926208496094,0.2994537353515625,0.2853870391845703,3.9119720458984375,1.8968582153320312,1.7445087432861328,1.6849040985107422,1.2373924255371094,1.2288093566894531,1.2390613555908203,1.6510486602783203,1.2667179107666016,1.2357234954833984 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,True,0.12636184692382812,0.12159347534179688,0.12493133544921875,0.12302398681640625,0.12540817260742188,0.11944770812988281,0.12183189392089844,0.11849403381347656,0.12111663818359375,0.11801719665527344,1.4050006866455078,1.3637542724609375,0.8955001831054688,0.8957386016845703,0.9069442749023438,0.8985996246337891,0.8935928344726562,0.8931159973144531,0.9088516235351562,0.9071826934814453 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,False,0.38743019104003906,0.26297569274902344,0.2510547637939453,0.24509429931640625,0.22459030151367188,0.3769397735595703,0.36644935607910156,0.3368854522705078,0.33354759216308594,0.33354759216308594,10.120153427124023,9.881258010864258,10.105609893798828,9.910345077514648,10.112285614013672,10.253667831420898,10.640382766723633,10.332584381103516,10.215520858764648,9.89222526550293 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.052928924560546875,0.05221366882324219,0.05316734313964844,0.05340576171875,0.07367134094238281,0.05698204040527344,0.05698204040527344,0.05698204040527344,0.057220458984375,0.055789947509765625,0.4367828369140625,0.4055500030517578,0.40459632873535156,0.4038810729980469,0.40435791015625,0.42057037353515625,0.4239082336425781,0.45490264892578125,0.4291534423828125,0.4246234893798828 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.39839744567871094,0.4246234893798828,0.40411949157714844,0.34546852111816406,0.3571510314941406,0.33092498779296875,0.3204345703125,0.3256797790527344,0.3249645233154297,0.3154277801513672,13.830900192260742,13.43989372253418,13.174772262573242,13.167381286621094,13.173580169677734,13.164520263671875,13.161182403564453,13.167858123779297,13.156890869140625,13.082265853881836 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,True,0.10347366333007812,0.10275840759277344,0.102996826171875,0.10251998901367188,0.1010894775390625,0.10156631469726562,0.10180473327636719,0.10204315185546875,0.11992454528808594,0.11444091796875,0.7328987121582031,0.6146430969238281,0.7317066192626953,0.6682872772216797,0.7636547088623047,0.7672309875488281,0.7946491241455078,0.7786750793457031,0.7836818695068359,0.7832050323486328 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,False,0.4191398620605469,0.6978511810302734,0.7550716400146484,1.222848892211914,0.6003379821777344,0.5595684051513672,0.5562305450439453,0.5681514739990234,0.49233436584472656,0.4971027374267578,2.3221969604492188,2.354860305786133,3.765583038330078,1.611948013305664,1.5954971313476562,1.5947818756103516,1.6047954559326172,1.6319751739501953,1.4634132385253906,1.1572837829589844 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.10204315185546875,0.11563301086425781,0.10800361633300781,0.10442733764648438,0.10347366333007812,0.10347366333007812,0.10251998901367188,0.10466575622558594,0.1163482666015625,0.11348724365234375,0.7941722869873047,0.7915496826171875,0.7846355438232422,0.7696151733398438,0.74005126953125,0.6706714630126953,0.7882118225097656,0.8106231689453125,0.7905960083007812,0.7901191711425781 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.5207061767578125,0.514984130859375,0.45013427734375,0.7083415985107422,0.7054805755615234,0.6663799285888672,0.6878376007080078,0.6122589111328125,0.6089210510253906,0.5285739898681641,2.3889541625976562,2.370595932006836,2.3813247680664062,1.7213821411132812,1.6734600067138672,2.5293827056884766,1.730203628540039,1.6665458679199219,1.6634464263916016,1.6319751739501953 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,True,0.1437664031982422,0.1418590545654297,0.14019012451171875,0.14138221740722656,0.13971328735351562,0.13875961303710938,0.13899803161621094,0.1399517059326172,0.13875961303710938,0.1571178436279297,0.9181499481201172,0.9348392486572266,0.9450912475585938,0.9438991546630859,0.9212493896484375,0.9267330169677734,0.9303092956542969,0.9512901306152344,0.9291172027587891,0.8804798126220703 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,False,0.7741451263427734,0.5192756652832031,0.5488395690917969,0.5209445953369141,0.5338191986083984,0.5624294281005859,0.54931640625,0.5280971527099609,0.5674362182617188,0.7297992706298828,24.104833602905273,23.958921432495117,25.295257568359375,23.836135864257812,23.875713348388672,23.886442184448242,23.925065994262695,24.647235870361328,24.176836013793945,24.667024612426758 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.13709068298339844,0.1366138458251953,0.13375282287597656,0.1342296600341797,0.13327598571777344,0.1323223114013672,0.1327991485595703,0.13303756713867188,0.13256072998046875,0.133514404296875,0.9000301361083984,0.8895397186279297,0.9684562683105469,0.9377002716064453,0.9205341339111328,0.8878707885742188,0.8959770202636719,0.9791851043701172,0.926971435546875,0.8990764617919922 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.5908012390136719,0.5996227264404297,0.6155967712402344,0.5953311920166016,0.5922317504882812,0.5724430084228516,0.5948543548583984,0.5869865417480469,0.5784034729003906,0.5676746368408203,31.73542022705078,31.31246566772461,31.301021575927734,31.274080276489258,31.292200088500977,31.276464462280273,31.88347816467285,31.48794174194336,31.267404556274414,31.268596649169922 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,True,0.1647472381591797,0.16307830810546875,0.16450881958007812,0.16260147094726562,0.16021728515625,0.1609325408935547,0.16236305236816406,0.16760826110839844,0.16045570373535156,0.15926361083984375,1.2836456298828125,1.3747215270996094,1.299142837524414,1.384735107421875,1.3492107391357422,1.3630390167236328,1.38092041015625,1.3337135314941406,1.2662410736083984,1.360177993774414 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,False,1.0776519775390625,1.1115074157714844,0.7886886596679688,0.6377696990966797,0.6325244903564453,1.0919570922851562,0.7624626159667969,0.6787776947021484,0.7240772247314453,0.6537437438964844,3.6656856536865234,2.2275447845458984,2.234935760498047,2.2330284118652344,3.8073062896728516,2.1774768829345703,2.166271209716797,2.154827117919922,2.1681785583496094,2.163410186767578 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.2815723419189453,0.27871131896972656,0.2770423889160156,0.27680397033691406,0.274658203125,0.274658203125,0.2753734588623047,0.2727508544921875,0.27370452880859375,0.2739429473876953,3.0226707458496094,2.755880355834961,2.0542144775390625,2.0520687103271484,2.0406246185302734,2.047300338745117,1.8894672393798828,1.4188289642333984,1.3823509216308594,1.4455318450927734 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.9255409240722656,0.7593631744384766,0.8714199066162109,0.9062290191650391,0.7390975952148438,1.2943744659423828,0.8685588836669922,0.9846687316894531,0.7426738739013672,0.8962154388427734,4.034996032714844,3.3905506134033203,3.1664371490478516,3.2236576080322266,3.145933151245117,3.954172134399414,3.2396316528320312,3.1604766845703125,3.2181739807128906,3.160238265991211 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,True,0.3597736358642578,0.32782554626464844,0.32830238342285156,0.3256797790527344,0.3292560577392578,0.34046173095703125,0.3268718719482422,0.3342628479003906,0.3256797790527344,0.3261566162109375,1.9955635070800781,1.9805431365966797,1.7476081848144531,1.7113685607910156,1.6710758209228516,1.7147064208984375,1.7747879028320312,1.6400814056396484,1.7611980438232422,1.7235279083251953 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,False,0.8008480072021484,0.7994174957275391,0.8292198181152344,1.054525375366211,0.7636547088623047,0.6918907165527344,0.7143020629882812,0.9379386901855469,0.9934902191162109,0.9579658508300781,56.01048469543457,51.85723304748535,52.957773208618164,51.95736885070801,53.64990234375,51.795005798339844,51.369428634643555,53.852081298828125,57.83390998840332,66.76292419433594 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.24509429931640625,0.22339820861816406,0.22649765014648438,0.2205371856689453,0.22101402282714844,0.22172927856445312,0.22149085998535156,0.22125244140625,0.21910667419433594,0.2186298370361328,1.7476081848144531,1.64794921875,1.8017292022705078,1.6894340515136719,1.7561912536621094,1.7600059509277344,1.7600059509277344,1.6829967498779297,1.7778873443603516,1.7604827880859375 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.8494853973388672,0.9415149688720703,0.7846355438232422,0.8940696716308594,0.7171630859375,0.7910728454589844,1.1348724365234375,0.9758472442626953,0.9489059448242188,0.9188652038574219,63.7202262878418,65.96875190734863,68.03727149963379,65.51051139831543,63.806772232055664,63.96341323852539,65.18435478210449,63.616037368774414,63.54498863220215,66.19715690612793 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,True,0.2872943878173828,0.27298927307128906,0.2815723419189453,0.2732276916503906,0.28204917907714844,0.2779960632324219,0.2741813659667969,0.2684593200683594,0.2696514129638672,0.2677440643310547,2.6404857635498047,2.4902820587158203,2.616405487060547,2.5866031646728516,2.6633739471435547,2.681255340576172,2.6946067810058594,2.61688232421875,2.597808837890625,2.657175064086914 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,False,1.5363693237304688,1.2288093566894531,1.5461444854736328,1.531362533569336,1.4379024505615234,1.2433528900146484,1.5320777893066406,1.810312271118164,1.6353130340576172,1.592397689819336,4.813909530639648,4.06646728515625,4.172801971435547,4.075527191162109,5.033016204833984,4.063129425048828,4.059076309204102,4.069328308105469,4.766702651977539,4.060506820678711 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.2696514129638672,0.27108192443847656,0.26726722717285156,0.27370452880859375,0.27060508728027344,0.2677440643310547,0.2658367156982422,0.2694129943847656,0.26345252990722656,0.2675056457519531,2.5398731231689453,2.689361572265625,2.69317626953125,2.697467803955078,2.548694610595703,2.5429725646972656,2.5055408477783203,2.5429725646972656,2.557992935180664,2.681255340576172 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,1.3844966888427734,1.7848014831542969,1.7936229705810547,1.3782978057861328,1.7418861389160156,1.8489360809326172,1.5287399291992188,1.8494129180908203,1.825094223022461,1.4123916625976562,7.048130035400391,6.226301193237305,6.236076354980469,7.001399993896484,6.242036819458008,7.140398025512695,6.214141845703125,6.220340728759766,7.152557373046875,6.234169006347656 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,True,0.36454200744628906,0.37980079650878906,0.362396240234375,0.36334991455078125,0.3592967987060547,0.3609657287597656,0.3619194030761719,0.41484832763671875,0.3643035888671875,0.3609657287597656,3.367900848388672,3.2110214233398438,3.228902816772461,3.2112598419189453,3.230571746826172,3.3502578735351562,3.2143592834472656,3.2172203063964844,3.191709518432617,3.1206607818603516 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,False,2.0558834075927734,1.5561580657958984,2.389669418334961,1.6374588012695312,1.3353824615478516,1.4688968658447266,2.513885498046875,1.5325546264648438,2.146005630493164,1.6531944274902344,97.27764129638672,97.65863418579102,98.70553016662598,96.6954231262207,97.6095199584961,95.76416015625,96.42791748046875,97.2139835357666,97.67270088195801,98.5116958618164 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.7276535034179688,0.6854534149169922,0.7395744323730469,0.6780624389648438,0.698089599609375,0.6837844848632812,0.7398128509521484,0.713348388671875,0.69427490234375,0.6687641143798828,3.3462047576904297,3.1654834747314453,3.1766891479492188,3.179788589477539,3.284454345703125,3.1020641326904297,3.058195114135742,3.172159194946289,3.096342086791992,3.2777786254882812 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,1.3723373413085938,1.6756057739257812,1.848459243774414,1.8167495727539062,2.5649070739746094,1.8737316131591797,2.205371856689453,1.8732547760009766,1.622915267944336,1.798868179321289,128.21698188781738,127.65741348266602,129.51970100402832,128.22198867797852,127.12740898132324,127.72583961486816,127.39706039428711,128.2939910888672,128.9353370666504,127.4573802947998 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,True,0.8351802825927734,0.8525848388671875,0.8273124694824219,0.6983280181884766,0.5905628204345703,0.6020069122314453,0.7772445678710938,1.9087791442871094,1.7821788787841797,0.7388591766357422,6.314277648925781,6.462574005126953,6.323814392089844,6.481647491455078,6.445646286010742,6.210088729858398,6.48951530456543,6.355047225952148,6.253480911254883,6.496667861938477 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,False,3.4563541412353516,3.6475658416748047,2.7925968170166016,2.7990341186523438,3.6695003509521484,2.880573272705078,3.339052200317383,3.0753612518310547,3.0164718627929688,3.9849281311035156,11.692523956298828,11.310577392578125,10.056734085083008,11.230707168579102,11.138200759887695,11.46841049194336,11.465311050415039,11.240959167480469,10.408163070678711,11.284828186035156 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.9226799011230469,0.9407997131347656,0.9343624114990234,0.9264945983886719,0.8728504180908203,0.8645057678222656,0.8599758148193359,0.8842945098876953,0.8673667907714844,0.8685588836669922,6.512880325317383,6.478548049926758,6.410837173461914,6.245613098144531,6.499528884887695,6.3266754150390625,6.493330001831055,6.429910659790039,6.499528884887695,6.426811218261719 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,4.472017288208008,4.776239395141602,5.629539489746094,3.6444664001464844,4.6977996826171875,4.756927490234375,4.595756530761719,4.429101943969727,4.496097564697266,4.731416702270508,16.742944717407227,16.844987869262695,16.799211502075195,16.916275024414062,17.078876495361328,17.09151268005371,17.100811004638672,16.68095588684082,16.776561737060547,16.873836517333984 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,True,0.9150505065917969,2.3927688598632812,2.4993419647216797,2.380847930908203,2.4385452270507812,2.3746490478515625,2.376079559326172,1.9142627716064453,1.6088485717773438,1.5921592712402344,7.987022399902344,7.642269134521484,7.925271987915039,7.708072662353516,7.851600646972656,7.895708084106445,7.91621208190918,7.904052734375,7.718563079833984,7.8334808349609375 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,False,3.494739532470703,3.480195999145508,3.3740997314453125,3.216266632080078,3.3218860626220703,3.27301025390625,3.2465457916259766,3.969430923461914,3.0350685119628906,3.4766197204589844,243.38960647583008,238.55352401733398,235.8388900756836,236.81330680847168,240.97681045532227,236.97304725646973,236.65690422058105,237.38479614257812,237.49852180480957,237.9171848297119 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,1.3301372528076172,1.3279914855957031,1.398324966430664,1.3289451599121094,1.317739486694336,1.0232925415039062,0.9412765502929688,0.9493827819824219,0.9126663208007812,0.9555816650390625,7.837533950805664,7.823705673217773,7.7419281005859375,7.798671722412109,7.700681686401367,7.876157760620117,7.676601409912109,7.8983306884765625,7.688760757446289,7.83228874206543 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,4.6939849853515625,4.386186599731445,4.46009635925293,4.402637481689453,4.957914352416992,4.526853561401367,3.5910606384277344,4.595518112182617,4.524469375610352,6.057262420654297,318.12143325805664,314.7695064544678,322.51548767089844,323.6126899719238,312.43395805358887,315.14811515808105,314.35418128967285,312.15453147888184,320.28889656066895,318.8753128051758 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,True,0.8869171142578125,0.8733272552490234,0.8003711700439453,0.8800029754638672,0.8947849273681641,0.9095668792724609,0.9260177612304688,0.8912086486816406,1.0581016540527344,0.8831024169921875,9.534358978271484,9.451866149902344,9.735107421875,9.544610977172852,9.547948837280273,9.35506820678711,9.554386138916016,9.491205215454102,9.539365768432617,9.468317031860352 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,False,5.779743194580078,5.016088485717773,5.360126495361328,5.601406097412109,5.805015563964844,5.254268646240234,4.899740219116211,4.393577575683594,5.553722381591797,5.909442901611328,16.527891159057617,16.229629516601562,16.273975372314453,14.996767044067383,16.15309715270996,16.152143478393555,16.566753387451172,16.187429428100586,16.40939712524414,16.6323184967041 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,1.4154911041259766,1.3659000396728516,1.3480186462402344,1.3697147369384766,1.3012886047363281,1.1110305786132812,1.4333724975585938,1.1734962463378906,1.142740249633789,1.161336898803711,9.517192840576172,9.504556655883789,9.411334991455078,9.511947631835938,9.248495101928711,9.527444839477539,9.531736373901367,9.504556655883789,9.534358978271484,9.297609329223633 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,5.704641342163086,6.84809684753418,6.564140319824219,5.262613296508789,7.161140441894531,7.232904434204102,7.552385330200195,6.780862808227539,6.664514541625977,7.225275039672852,26.552438735961914,24.892807006835938,26.977062225341797,24.76358413696289,26.563644409179688,24.859189987182617,25.842666625976562,24.779319763183594,26.254892349243164,24.682044982910156 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,True,1.199483871459961,3.5619735717773438,3.564596176147461,3.493785858154297,2.377748489379883,2.481698989868164,2.386331558227539,2.3818016052246094,1.6813278198242188,1.6160011291503906,11.59214973449707,11.685848236083984,11.454343795776367,11.652946472167969,11.81483268737793,11.593341827392578,11.595964431762695,11.749982833862305,11.743545532226562,11.476755142211914 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,False,4.705667495727539,5.107879638671875,5.481719970703125,4.904031753540039,3.903627395629883,6.574392318725586,5.301475524902344,4.475831985473633,5.750417709350586,6.365060806274414,352.45227813720703,351.1953353881836,351.5584468841553,357.6784133911133,350.8188724517822,352.7867794036865,351.1390686035156,349.92361068725586,382.0524215698242,350.3382205963135 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,1.1279582977294922,1.1653900146484375,1.171112060546875,1.1518001556396484,1.1675357818603516,1.1701583862304688,1.1229515075683594,1.0542869567871094,1.1494159698486328,1.1446475982666016,11.78288459777832,11.913299560546875,11.807441711425781,11.828422546386719,11.810302734375,11.769294738769531,11.91854476928711,11.781454086303711,11.88206672668457,11.832714080810547 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,6.927490234375,5.833625793457031,6.718873977661133,6.272554397583008,6.725311279296875,7.011890411376953,6.611347198486328,6.367206573486328,7.046937942504883,6.752967834472656,470.9746837615967,466.37511253356934,465.806245803833,466.29929542541504,465.8381938934326,466.4027690887451,465.7561779022217,517.0290470123291,471.84205055236816,474.1494655609131 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,True,1.1444091796875,1.1279582977294922,1.1394023895263672,1.1463165283203125,1.155853271484375,1.1305809020996094,1.1749267578125,1.13677978515625,1.1475086212158203,1.127481460571289,12.659072875976562,12.445449829101562,12.980222702026367,12.853145599365234,12.55178451538086,12.565135955810547,12.759685516357422,12.653589248657227,12.585163116455078,12.55941390991211 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,False,6.255626678466797,6.456136703491211,6.306171417236328,6.936550140380859,6.342172622680664,7.149219512939453,5.742549896240234,5.792140960693359,7.035017013549805,5.718708038330078,22.089481353759766,21.011829376220703,21.039724349975586,21.696805953979492,22.184371948242188,21.153926849365234,21.424531936645508,21.26479148864746,22.353172302246094,23.03934097290039 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,1.1348724365234375,1.0631084442138672,1.1363029479980469,1.055002212524414,1.1208057403564453,1.1293888092041016,1.1150836944580078,1.0533332824707031,1.1525154113769531,1.1332035064697266,12.634038925170898,12.769222259521484,12.600183486938477,12.898445129394531,12.609004974365234,12.674093246459961,12.617349624633789,12.741565704345703,12.445688247680664,12.56871223449707 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,7.128238677978516,7.0629119873046875,8.945465087890625,9.70458984375,8.948087692260742,9.692907333374023,8.215188980102539,9.833812713623047,8.994102478027344,9.130001068115234,33.38456153869629,33.08224678039551,32.87982940673828,33.377647399902344,33.61630439758301,33.64300727844238,33.20813179016113,32.65881538391113,32.87506103515625,32.46879577636719 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,True,2.077341079711914,2.0303726196289062,2.0112991333007812,2.0155906677246094,1.7180442810058594,1.4674663543701172,1.4123916625976562,1.4939308166503906,1.67083740234375,1.5079975128173828,16.115903854370117,15.806436538696289,15.779495239257812,15.766143798828125,15.84315299987793,15.718460083007812,15.645980834960938,15.682458877563477,15.817403793334961,15.775680541992188 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,False,6.17527961730957,7.567882537841797,6.25157356262207,5.953550338745117,5.662679672241211,6.355047225952148,7.980585098266602,6.200551986694336,6.48808479309082,5.604982376098633,470.4298973083496,466.2153720855713,469.03157234191895,466.8545722961426,465.512752532959,465.2366638183594,468.3265686035156,494.4887161254883,466.8452739715576,464.4496440887451 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,1.4789104461669922,1.4691352844238281,1.5408992767333984,1.4853477478027344,1.4727115631103516,1.5077590942382812,1.706838607788086,1.5568733215332031,1.5325546264648438,1.4789104461669922,15.855789184570312,15.98668098449707,16.112804412841797,15.960216522216797,15.950918197631836,15.817403793334961,15.863656997680664,15.877485275268555,15.787839889526367,15.624761581420898 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,9.277820587158203,7.7915191650390625,8.00776481628418,9.142637252807617,7.67970085144043,9.011507034301758,8.793115615844727,7.345438003540039,8.63194465637207,7.925510406494141,622.1046447753906,619.910478591919,617.5658702850342,620.0332641601562,624.8455047607422,619.4100379943848,620.3341484069824,622.2355365753174,619.743824005127,622.943639755249 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,True,0.17595291137695312,0.17333030700683594,0.1723766326904297,0.17189979553222656,0.20194053649902344,0.1800060272216797,0.17261505126953125,0.1709461212158203,0.17142295837402344,0.17023086547851562,0.7588863372802734,0.7343292236328125,0.6244182586669922,0.7627010345458984,0.7801055908203125,0.7712841033935547,0.7679462432861328,0.7889270782470703,0.7715225219726562,0.7815361022949219 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,False,0.2951622009277344,0.3361701965332031,0.2865791320800781,0.3037452697753906,0.27370452880859375,0.29397010803222656,0.28967857360839844,0.2720355987548828,0.29659271240234375,0.28824806213378906,2.0339488983154297,2.08282470703125,1.9593238830566406,1.676797866821289,1.348257064819336,1.3484954833984375,1.3403892517089844,2.8052330017089844,1.3501644134521484,1.3501644134521484 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.080108642578125,0.07843971252441406,0.07867813110351562,0.07724761962890625,0.07772445678710938,0.07534027099609375,0.07724761962890625,0.07534027099609375,0.07677078247070312,0.07510185241699219,0.8089542388916016,0.8065700531005859,0.8175373077392578,0.8096694946289062,0.8068084716796875,0.8068084716796875,0.7989406585693359,0.8003711700439453,0.8056163787841797,0.7534027099609375 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.3998279571533203,0.3402233123779297,0.3826618194580078,0.32591819763183594,0.3654956817626953,0.4703998565673828,0.4756450653076172,0.40268898010253906,0.3936290740966797,0.41174888610839844,2.857685089111328,3.8030147552490234,2.012014389038086,1.918792724609375,1.9202232360839844,1.9140243530273438,1.5323162078857422,1.4235973358154297,1.4302730560302734,1.432180404663086 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,True,0.13208389282226562,0.1289844512939453,0.1285076141357422,0.12922286987304688,0.12755393981933594,0.1270771026611328,0.1266002655029297,0.12612342834472656,0.1366138458251953,0.11968612670898438,1.0690689086914062,1.0752677917480469,0.9987354278564453,0.9794235229492188,0.9908676147460938,1.0306835174560547,0.9844303131103516,0.9889602661132812,0.9813308715820312,1.027822494506836 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,False,0.3802776336669922,0.4029273986816406,0.39005279541015625,0.4832744598388672,0.5445480346679688,0.3619194030761719,0.3840923309326172,0.32329559326171875,0.3466606140136719,0.44465065002441406,19.56462860107422,19.58608627319336,20.247936248779297,19.563913345336914,19.564151763916016,19.866466522216797,19.56009864807129,19.565582275390625,19.746065139770508,19.668102264404297 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.1220703125,0.11777877807617188,0.12135505676269531,0.11968612670898438,0.11777877807617188,0.11730194091796875,0.11754035949707031,0.1323223114013672,0.12302398681640625,0.12445449829101562,0.9720325469970703,1.0290145874023438,0.9949207305908203,1.0335445404052734,0.9660720825195312,0.9150505065917969,0.9832382202148438,1.0213851928710938,1.0113716125488281,1.0221004486083984 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.28634071350097656,0.32019615173339844,0.3204345703125,0.3056526184082031,0.3170967102050781,0.29015541076660156,0.32830238342285156,0.30350685119628906,0.40435791015625,0.3452301025390625,26.34406089782715,26.134014129638672,26.49998664855957,26.29232406616211,26.14450454711914,26.229381561279297,26.292085647583008,26.204347610473633,26.29375457763672,26.324748992919922 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,True,0.19621849060058594,0.1952648162841797,0.1957416534423828,0.1850128173828125,0.18358230590820312,0.18477439880371094,0.18262863159179688,0.18453598022460938,0.1823902130126953,0.18334388732910156,1.6117095947265625,1.5184879302978516,1.64031982421875,1.5347003936767578,1.5914440155029297,1.642465591430664,1.5990734100341797,1.6276836395263672,1.627206802368164,1.631021499633789 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,False,0.6670951843261719,0.7367134094238281,0.6325244903564453,0.72479248046875,0.7476806640625,0.6911754608154297,0.5478858947753906,0.5664825439453125,0.7188320159912109,0.5660057067871094,2.827882766723633,3.727436065673828,2.6068687438964844,2.3686885833740234,2.1436214447021484,2.153635025024414,2.1834373474121094,2.1555423736572266,2.9265880584716797,2.1393299102783203 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.2002716064453125,0.19931793212890625,0.1983642578125,0.19860267639160156,0.1976490020751953,0.19598007202148438,0.19741058349609375,0.19598007202148438,0.1971721649169922,0.19550323486328125,1.6658306121826172,1.6384124755859375,1.5916824340820312,1.672506332397461,1.6491413116455078,1.6651153564453125,1.6887187957763672,1.653909683227539,1.6448497772216797,1.6415119171142578 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.5688667297363281,0.6000995635986328,0.5700588226318359,0.5629062652587891,0.5559921264648438,0.5693435668945312,0.5638599395751953,0.5655288696289062,0.8800029754638672,0.8289813995361328,3.2019615173339844,4.279851913452148,3.067493438720703,3.052234649658203,3.052949905395508,3.051280975341797,3.9374828338623047,3.046751022338867,3.0927658081054688,3.0336380004882812 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,True,0.2598762512207031,0.25916099548339844,0.26035308837890625,0.2589225769042969,0.2586841583251953,0.2586841583251953,0.2605915069580078,0.25963783264160156,0.2543926239013672,0.25272369384765625,2.271413803100586,2.130746841430664,2.127408981323242,2.1622180938720703,2.1719932556152344,2.065420150756836,2.191305160522461,2.167940139770508,2.1359920501708984,2.0284652709960938 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,False,0.5862712860107422,0.5545616149902344,0.6353855133056641,0.743865966796875,0.6670951843261719,0.8203983306884766,0.5929470062255859,0.5211830139160156,0.5421638488769531,0.5233287811279297,52.56462097167969,55.2067756652832,56.92481994628906,51.958560943603516,51.90634727478027,54.2147159576416,52.24275588989258,48.245906829833984,53.60698699951172,53.32660675048828 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.26988983154296875,0.2758502960205078,0.25963783264160156,0.2601146697998047,0.2582073211669922,0.2701282501220703,0.2491474151611328,0.25177001953125,0.2562999725341797,0.25582313537597656,2.2106170654296875,2.093076705932617,2.026081085205078,2.1386146545410156,2.012014389038086,2.1796226501464844,2.0020008087158203,2.2139549255371094,2.1293163299560547,2.0034313201904297 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.6897449493408203,0.6375312805175781,0.6630420684814453,0.629425048828125,0.6420612335205078,0.6029605865478516,0.6303787231445312,0.6544589996337891,0.6306171417236328,0.6225109100341797,61.85579299926758,65.20271301269531,61.977386474609375,66.91932678222656,62.6375675201416,68.40801239013672,66.91956520080566,63.72499465942383,62.602996826171875,64.17512893676758 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,True,0.3421306610107422,0.3139972686767578,0.30231475830078125,0.29969215393066406,0.29850006103515625,0.3104209899902344,0.308990478515625,0.29730796813964844,0.33020973205566406,0.3066062927246094,2.972841262817383,2.8839111328125,3.025054931640625,3.004789352416992,2.920389175415039,2.977609634399414,2.912282943725586,3.0040740966796875,3.025054931640625,2.8879642486572266 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,False,0.9615421295166016,0.9438991546630859,0.8764266967773438,0.8563995361328125,0.8661746978759766,0.8616447448730469,0.8428096771240234,0.8516311645507812,0.8561611175537109,0.8580684661865234,4.063606262207031,4.036903381347656,4.451513290405273,4.997014999389648,4.086017608642578,4.042387008666992,4.033803939819336,4.955530166625977,4.101753234863281,4.149675369262695 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.30159950256347656,0.3075599670410156,0.30231475830078125,0.30684471130371094,0.2989768981933594,0.29730796813964844,0.3104209899902344,0.29659271240234375,0.2951622009277344,0.2932548522949219,2.7480125427246094,3.036975860595703,3.033876419067383,3.017902374267578,2.8269290924072266,2.79998779296875,2.9649734497070312,2.934694290161133,2.8917789459228516,2.964019775390625 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.980377197265625,0.9388923645019531,0.9276866912841797,1.3606548309326172,1.0972023010253906,1.0139942169189453,1.0037422180175781,0.9794235229492188,1.0135173797607422,0.9784698486328125,6.751775741577148,6.197452545166016,6.093502044677734,7.003545761108398,6.215095520019531,6.73222541809082,6.158113479614258,6.094932556152344,6.772756576538086,6.207942962646484 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,True,0.4191398620605469,0.4284381866455078,0.4508495330810547,0.40912628173828125,0.3998279571533203,0.46443939208984375,1.1899471282958984,1.2254714965820312,1.247406005859375,1.1527538299560547,3.7522315979003906,3.709077835083008,3.759145736694336,3.767728805541992,3.7603378295898438,3.776073455810547,3.7775039672851562,3.7603378295898438,3.725290298461914,3.74603271484375 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,False,0.9458065032958984,1.2052059173583984,1.3387203216552734,1.0836124420166016,0.9770393371582031,1.0573863983154297,0.8437633514404297,0.8475780487060547,0.9000301361083984,0.9448528289794922,95.43371200561523,98.33359718322754,97.76449203491211,97.2280502319336,96.81534767150879,94.64788436889648,95.95608711242676,94.79832649230957,96.9390869140625,94.41971778869629 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.4093647003173828,0.43845176696777344,0.41866302490234375,0.4076957702636719,0.4107952117919922,0.4062652587890625,0.4019737243652344,0.40078163146972656,0.40268898010253906,0.40602684020996094,3.60870361328125,3.565073013305664,3.511190414428711,3.6971569061279297,3.709554672241211,3.583192825317383,3.5376548767089844,3.5305023193359375,3.682851791381836,3.602743148803711 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.8893013000488281,0.8852481842041016,0.8709430694580078,0.865936279296875,0.8661746978759766,1.1398792266845703,0.9005069732666016,0.8993148803710938,0.8921623229980469,0.774383544921875,127.6087760925293,126.87397003173828,127.72655487060547,125.78845024108887,137.82334327697754,126.01613998413086,126.9383430480957,127.3488998413086,126.44648551940918,126.56354904174805 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,True,0.5173683166503906,0.5171298980712891,0.5249977111816406,0.5164146423339844,0.5161762237548828,0.5118846893310547,0.5052089691162109,0.5211830139160156,0.5118846893310547,0.5183219909667969,5.484342575073242,5.408525466918945,5.770683288574219,5.441188812255859,5.398750305175781,5.767822265625,5.4225921630859375,5.389928817749023,5.7582855224609375,5.51915168762207 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,False,1.5554428100585938,1.4128684997558594,1.592397689819336,1.3966560363769531,1.4274120330810547,1.6531944274902344,1.5108585357666016,1.4204978942871094,1.5606880187988281,1.1010169982910156,9.157896041870117,8.051872253417969,9.196281433105469,8.105278015136719,9.453773498535156,9.16433334350586,8.04758071899414,9.234428405761719,7.966041564941406,9.547948837280273 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.5178451538085938,0.530242919921875,0.5178451538085938,0.5168914794921875,0.5185604095458984,0.5133152008056641,0.5340576171875,0.5164146423339844,0.5166530609130859,0.5142688751220703,5.747318267822266,5.525827407836914,5.566596984863281,5.71751594543457,5.660295486450195,5.425691604614258,5.7201385498046875,5.532979965209961,5.460023880004883,5.744695663452148 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,1.8630027770996094,1.8143653869628906,1.7442703247070312,1.7538070678710938,1.8842220306396484,1.5079975128173828,2.0868778228759766,2.0453929901123047,1.604318618774414,1.386404037475586,13.723373413085938,13.41867446899414,13.521909713745117,12.341499328613281,13.419389724731445,30.54213523864746,19.70219612121582,13.499975204467773,13.420581817626953,12.530803680419922 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,True,1.2853145599365234,0.8966922760009766,0.8966922760009766,0.8778572082519531,0.8833408355712891,0.8604526519775391,0.8714199066162109,0.8780956268310547,0.8838176727294922,0.8792877197265625,6.93058967590332,6.883859634399414,6.919622421264648,6.970405578613281,6.998777389526367,7.063388824462891,6.885766983032227,6.8874359130859375,6.947517395019531,6.729841232299805 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,False,1.7197132110595703,1.645803451538086,1.9388198852539062,1.7063617706298828,1.5037059783935547,1.5208721160888672,1.4667510986328125,1.543283462524414,1.495361328125,1.4941692352294922,190.1867389678955,240.91053009033203,191.67304039001465,189.2080307006836,199.35297966003418,192.79932975769043,191.13397598266602,190.67764282226562,189.94379043579102,193.2382583618164 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.7119178771972656,0.6704330444335938,0.7181167602539062,0.640869140625,0.7061958312988281,0.6353855133056641,0.7073879241943359,0.6501674652099609,0.7112026214599609,0.6465911865234375,7.133245468139648,6.754159927368164,6.847143173217773,6.82520866394043,6.760120391845703,6.959438323974609,6.832599639892578,6.9904327392578125,6.794929504394531,6.63304328918457 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,1.7015933990478516,1.6481876373291016,1.766204833984375,1.7724037170410156,1.7271041870117188,1.5666484832763672,1.6658306121826172,1.5578269958496094,1.7018318176269531,1.468658447265625,254.65059280395508,254.1189193725586,254.0895938873291,254.01020050048828,254.65011596679688,254.4260025024414,254.15587425231934,253.79610061645508,254.26435470581055,254.11725044250488 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,True,1.1012554168701172,1.3017654418945312,3.734111785888672,3.7384033203125,3.7384033203125,3.699064254760742,2.8285980224609375,2.4967193603515625,2.4802684783935547,2.005338668823242,13.99540901184082,13.823986053466797,13.865470886230469,13.89455795288086,13.687372207641602,13.798952102661133,13.689994812011719,14.039754867553711,13.85188102722168,13.974905014038086 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,False,2.9036998748779297,2.7968883514404297,2.9175281524658203,2.4771690368652344,2.28118896484375,2.573251724243164,2.7000904083251953,2.1097660064697266,2.310037612915039,2.006053924560547,22.382497787475586,21.233081817626953,21.125316619873047,21.43383026123047,22.536277770996094,21.23856544494629,21.24786376953125,21.159887313842773,22.441387176513672,21.428585052490234 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,1.1913776397705078,1.0960102081298828,1.1620521545410156,1.0991096496582031,1.1548995971679688,1.077413558959961,1.1637210845947266,1.0838508605957031,1.1522769927978516,1.0828971862792969,13.821840286254883,13.814210891723633,14.017105102539062,14.06097412109375,14.07623291015625,14.108419418334961,13.969898223876953,14.076948165893555,14.012575149536133,13.854026794433594 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,3.5152435302734375,3.9730072021484375,3.259897232055664,2.979755401611328,3.147125244140625,2.716541290283203,2.3305416107177734,2.3262500762939453,2.602100372314453,2.353668212890625,33.43009948730469,33.41507911682129,33.2341194152832,32.68718719482422,35.70842742919922,33.27822685241699,32.74250030517578,32.84049034118652,32.06610679626465,33.06102752685547 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,True,1.5392303466796875,1.6758441925048828,5.15437126159668,5.079030990600586,4.32586669921875,3.439664840698242,3.4995079040527344,2.5560855865478516,2.2902488708496094,2.521038055419922,17.50969886779785,17.363548278808594,17.25935935974121,17.382144927978516,17.39788055419922,17.33684539794922,17.589569091796875,17.744779586791992,17.81630516052246,17.817020416259766 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,False,3.7848949432373047,2.6597976684570312,3.5572052001953125,2.9942989349365234,2.384662628173828,2.3703575134277344,2.3331642150878906,2.3441314697265625,2.3097991943359375,2.397775650024414,470.42322158813477,464.9994373321533,465.5787944793701,465.900182723999,465.4242992401123,466.2168025970459,466.40872955322266,466.4723873138428,465.87252616882324,465.9590721130371 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,1.5680789947509766,1.4920234680175781,1.4815330505371094,1.508474349975586,1.5778541564941406,1.580953598022461,1.6968250274658203,1.6434192657470703,1.6219615936279297,1.615285873413086,17.390727996826172,17.46964454650879,17.25625991821289,17.403602600097656,17.365694046020508,17.363309860229492,17.6236629486084,17.429590225219727,17.35973358154297,17.581462860107422 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,3.802061080932617,4.332542419433594,3.5200119018554688,2.672433853149414,2.6662349700927734,2.678394317626953,3.3936500549316406,2.2559165954589844,2.943277359008789,2.595186233520508,618.3629035949707,624.0630149841309,619.6551322937012,620.3734874725342,623.7974166870117,620.0289726257324,622.3185062408447,617.1474456787109,653.0923843383789,622.3993301391602 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,True,1.7075538635253906,1.6584396362304688,1.7244815826416016,1.7135143280029297,1.6379356384277344,1.7075538635253906,1.7185211181640625,1.7418861389160156,1.7440319061279297,1.7306804656982422,20.369291305541992,20.06673812866211,20.26200294494629,20.220279693603516,20.40863037109375,20.773649215698242,20.627737045288086,20.566940307617188,20.537137985229492,20.700454711914062 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,False,5.2928924560546875,3.2422542572021484,3.1235218048095703,3.4706592559814453,2.7747154235839844,3.7844181060791016,2.6345252990722656,2.5146007537841797,2.3326873779296875,2.140522003173828,31.85272216796875,32.11045265197754,32.6838493347168,32.06062316894531,32.5162410736084,31.620025634765625,32.60922431945801,31.81171417236328,30.91597557067871,31.852006912231445 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,1.739501953125,1.7058849334716797,1.7342567443847656,1.725912094116211,1.7056465148925781,1.695871353149414,1.8205642700195312,5.800485610961914,5.581855773925781,5.659341812133789,20.77937126159668,20.813941955566406,20.884037017822266,20.70331573486328,20.724058151245117,20.734548568725586,20.727157592773438,20.74742317199707,20.91360092163086,20.79939842224121 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,4.44483757019043,4.206418991088867,4.097461700439453,4.46319580078125,2.9408931732177734,3.6590099334716797,2.7687549591064453,2.797365188598633,2.5701522827148438,2.2132396697998047,49.49688911437988,49.71647262573242,49.1185188293457,49.57389831542969,49.12519454956055,50.71759223937988,48.985958099365234,49.42178726196289,49.46160316467285,49.22127723693848 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,True,2.3796558380126953,2.2869110107421875,2.407073974609375,2.3691654205322266,2.405881881713867,2.554178237915039,2.3059844970703125,2.284526824951172,2.356290817260742,2.4077892303466797,26.194095611572266,26.561737060546875,26.25274658203125,26.381731033325195,26.459217071533203,26.190996170043945,26.48019790649414,26.160001754760742,26.66473388671875,26.45087242126465 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,False,3.8385391235351562,3.6039352416992188,2.949237823486328,3.3893585205078125,3.552675247192383,2.422809600830078,2.3069381713867188,2.316713333129883,2.7310848236083984,2.0759105682373047,692.9304599761963,690.516471862793,695.7898139953613,694.9231624603271,694.4561004638672,691.5054321289062,698.1351375579834,690.9775733947754,727.489709854126,695.7788467407227 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,7.614612579345703,7.723808288574219,7.866144180297852,5.551338195800781,5.173444747924805,3.6880970001220703,3.5321712493896484,3.400564193725586,2.4657249450683594,2.458333969116211,26.354312896728516,26.79610252380371,26.398897171020508,26.73935890197754,26.523828506469727,26.566267013549805,26.64041519165039,26.44062042236328,26.682615280151367,26.469707489013672 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,3.8678646087646484,3.519296646118164,3.0624866485595703,3.441333770751953,3.3011436462402344,2.8197765350341797,2.5827884674072266,2.772808074951172,2.4726390838623047,2.708911895751953,923.7980842590332,926.1050224304199,926.9871711730957,922.4774837493896,924.217939376831,923.844575881958,925.6775379180908,923.133373260498,925.8239269256592,920.8149909973145 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,True,2.214193344116211,2.2754669189453125,2.20489501953125,2.3660659790039062,2.378225326538086,2.3016929626464844,2.2268295288085938,2.2215843200683594,2.2416114807128906,2.2034645080566406,27.56786346435547,27.64749526977539,27.493953704833984,27.61554718017578,27.6644229888916,27.930498123168945,27.683019638061523,27.26888656616211,27.44293212890625,27.50396728515625 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,False,4.380464553833008,3.7484169006347656,3.5500526428222656,3.8034915924072266,3.145933151245117,3.237485885620117,3.343820571899414,3.2258033752441406,3.6706924438476562,2.895355224609375,76.74479484558105,92.0097827911377,41.85605049133301,42.60110855102539,42.946815490722656,43.58482360839844,41.77737236022949,42.65928268432617,41.45193099975586,43.3506965637207 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,3.918886184692383,3.4236907958984375,3.911733627319336,3.869771957397461,2.793550491333008,2.5098323822021484,2.5222301483154297,2.51007080078125,2.3336410522460938,2.3338794708251953,28.07474136352539,27.93145179748535,28.04255485534668,27.849912643432617,28.055429458618164,27.936935424804688,27.758121490478516,27.62007713317871,28.144359588623047,27.94790267944336 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,8.459091186523438,6.433725357055664,5.3768157958984375,5.358219146728516,4.605293273925781,4.441976547241211,3.6611557006835938,3.191709518432617,3.2682418823242188,3.6356449127197266,64.9406909942627,64.85319137573242,66.0712718963623,86.49206161499023,65.0019645690918,65.15955924987793,65.27543067932129,65.49358367919922,64.58401679992676,65.00506401062012 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,True,3.1757354736328125,3.1843185424804688,3.169536590576172,3.166675567626953,3.2584667205810547,3.1392574310302734,3.1692981719970703,3.1211376190185547,3.1189918518066406,3.1774044036865234,35.88700294494629,36.15856170654297,36.000967025756836,36.008358001708984,36.00883483886719,35.78042984008789,36.26370429992676,36.05961799621582,36.1025333404541,36.69571876525879 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,False,5.00941276550293,4.20689582824707,4.569768905639648,3.8874149322509766,3.7679672241210938,4.43267822265625,4.509449005126953,3.4601688385009766,3.5440921783447266,3.804445266723633,953.0119895935059,924.4349002838135,923.7823486328125,925.9517192840576,920.7465648651123,930.4351806640625,925.1232147216797,927.5524616241455,924.687385559082,964.7119045257568 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,3.220081329345703,3.25775146484375,3.0717849731445312,3.1342506408691406,3.169536590576172,3.2358169555664062,3.2563209533691406,3.2529830932617188,3.199338912963867,3.1685829162597656,36.06534004211426,35.69316864013672,36.06605529785156,35.851478576660156,36.08989715576172,35.85624694824219,35.96305847167969,35.878658294677734,36.275625228881836,36.252498626708984 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,5.281925201416016,5.026578903198242,4.249334335327148,4.248857498168945,3.866910934448242,4.079103469848633,3.094196319580078,3.0341148376464844,3.090381622314453,3.299713134765625,1231.6291332244873,1234.6336841583252,1228.079080581665,1231.5857410430908,1229.2473316192627,1233.8740825653076,1228.9958000183105,1232.5623035430908,1233.5634231567383,1224.6010303497314 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,True,0.20766258239746094,0.20647048950195312,0.20503997802734375,0.20647048950195312,0.22649765014648438,0.21457672119140625,0.2052783966064453,0.2033710479736328,0.20384788513183594,0.20313262939453125,1.9366741180419922,1.8019676208496094,1.9087791442871094,1.8067359924316406,1.8846988677978516,1.8382072448730469,1.886129379272461,2.040863037109375,1.964569091796875,1.912832260131836 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,False,0.6053447723388672,0.5521774291992188,0.5955696105957031,0.5791187286376953,0.5640983581542969,0.57220458984375,0.5521774291992188,0.5908012390136719,0.5478858947753906,0.5478858947753906,2.710580825805664,3.921031951904297,2.5806427001953125,2.2482872009277344,2.2590160369873047,2.244710922241211,2.4046897888183594,2.2859573364257812,3.032684326171875,2.284526824951172 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.20313262939453125,0.2117156982421875,0.23031234741210938,0.20551681518554688,0.20265579223632812,0.2014636993408203,0.2002716064453125,0.20766258239746094,0.2028942108154297,0.2009868621826172,1.9631385803222656,1.898050308227539,1.8291473388671875,1.9257068634033203,1.9261837005615234,2.004861831665039,2.0017623901367188,1.9671916961669922,1.9123554229736328,1.9199848175048828 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.6160736083984375,0.57220458984375,0.6403923034667969,0.6420612335205078,0.6132125854492188,0.5943775177001953,0.5888938903808594,0.6234645843505859,0.5996227264404297,0.6062984466552734,3.358125686645508,4.062175750732422,3.2494068145751953,3.265380859375,3.289937973022461,3.2379627227783203,3.931283950805664,3.2434463500976562,3.257274627685547,3.287792205810547 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,True,0.2601146697998047,0.26035308837890625,0.25725364685058594,0.25773048400878906,0.2770423889160156,0.2593994140625,0.25725364685058594,0.2579689025878906,0.2562999725341797,0.2586841583251953,2.446889877319336,2.4635791778564453,2.394437789916992,2.4068355560302734,2.4535655975341797,2.5162696838378906,2.555370330810547,2.4547576904296875,2.4688243865966797,2.5339126586914062 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,False,0.5817413330078125,0.5691051483154297,0.5640983581542969,0.5853176116943359,0.5631446838378906,0.5865097045898438,0.5664825439453125,0.5710124969482422,0.7650852203369141,0.621795654296875,56.89287185668945,58.07065963745117,61.30409240722656,59.72170829772949,53.00712585449219,55.99665641784668,54.946184158325195,61.78784370422363,55.16195297241211,54.17227745056152 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.4966259002685547,0.4947185516357422,0.4336833953857422,0.3631114959716797,0.35858154296875,0.35691261291503906,0.354766845703125,0.35643577575683594,0.3666877746582031,0.3578662872314453,2.4635791778564453,2.477407455444336,2.491474151611328,2.5103092193603516,2.5022029876708984,2.454042434692383,2.4254322052001953,2.506732940673828,2.4878978729248047,2.467632293701172 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.5755424499511719,0.6048679351806641,0.6279945373535156,0.5850791931152344,0.5867481231689453,0.6139278411865234,0.5939006805419922,0.5719661712646484,0.5693435668945312,0.5900859832763672,64.58783149719238,65.9947395324707,67.1994686126709,64.55039978027344,64.55254554748535,74.28574562072754,65.73748588562012,64.66221809387207,64.75377082824707,74.2502212524414 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,True,0.6129741668701172,0.5745887756347656,0.5562305450439453,0.5736351013183594,0.6372928619384766,1.1641979217529297,1.1339187622070312,1.0218620300292969,0.5998611450195312,0.6399154663085938,3.928661346435547,4.008769989013672,3.9987564086914062,3.9157867431640625,3.828287124633789,3.853321075439453,3.973245620727539,3.9224624633789062,3.8831233978271484,3.797769546508789 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,False,1.125335693359375,1.1067390441894531,1.0921955108642578,1.1279582977294922,1.1723041534423828,1.1012554168701172,1.100778579711914,1.1334419250488281,1.3437271118164062,1.2667179107666016,5.861997604370117,4.956245422363281,4.947185516357422,5.786657333374023,4.948854446411133,4.945278167724609,4.97126579284668,5.869388580322266,4.9381256103515625,4.971027374267578 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.4146099090576172,0.39505958557128906,0.39458274841308594,0.3952980041503906,0.3952980041503906,0.3914833068847656,0.3943443298339844,0.3952980041503906,0.4172325134277344,0.4444122314453125,4.19926643371582,4.051446914672852,3.851175308227539,4.028797149658203,4.028797149658203,3.85284423828125,3.833770751953125,3.987550735473633,4.091739654541016,3.9310455322265625 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,1.2400150299072266,1.201629638671875,1.2316703796386719,1.1324882507324219,1.0724067687988281,1.2080669403076172,1.432657241821289,1.6512870788574219,1.2555122375488281,1.2137889862060547,7.271289825439453,8.022308349609375,7.352113723754883,7.493734359741211,7.921695709228516,7.253170013427734,7.998228073120117,7.253170013427734,8.081912994384766,7.267475128173828 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,True,0.5159378051757812,0.49948692321777344,0.5002021789550781,0.5340576171875,0.5168914794921875,0.5459785461425781,0.5218982696533203,0.5207061767578125,0.5271434783935547,0.5271434783935547,4.975080490112305,4.931449890136719,4.988431930541992,4.947185516357422,4.831075668334961,4.791021347045898,4.965305328369141,4.9648284912109375,4.834890365600586,4.879951477050781 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,False,1.3146400451660156,1.359701156616211,1.3158321380615234,1.2612342834472656,1.3837814331054688,1.3332366943359375,1.3365745544433594,1.1529922485351562,1.1563301086425781,1.1179447174072266,118.65854263305664,115.65232276916504,115.91315269470215,114.67194557189941,116.77384376525879,115.21625518798828,116.66083335876465,118.27874183654785,115.40436744689941,117.89751052856445 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.5307197570800781,0.5214214324951172,0.5195140838623047,0.5211830139160156,0.518798828125,0.5190372467041016,0.5326271057128906,0.5216598510742188,0.5335807800292969,0.5364418029785156,4.910945892333984,4.8675537109375,4.638910293579102,4.658937454223633,4.939079284667969,4.820823669433594,4.642009735107422,4.682779312133789,4.955530166625977,4.791259765625 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,1.2335777282714844,1.218557357788086,1.2180805206298828,1.2030601501464844,1.2569427490234375,1.21307373046875,1.214742660522461,1.1265277862548828,1.285552978515625,1.142263412475586,150.18892288208008,150.5262851715088,150.9995460510254,150.48527717590332,150.82645416259766,150.91800689697266,152.56524085998535,151.64732933044434,150.39730072021484,150.23374557495117 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,True,0.6103515625,0.6077289581298828,0.6320476531982422,0.6229877471923828,0.6098747253417969,0.6082057952880859,0.6074905395507812,0.6341934204101562,0.6315708160400391,0.6074905395507812,6.901264190673828,6.779909133911133,6.922006607055664,6.765604019165039,6.8206787109375,6.791114807128906,6.833076477050781,6.804227828979492,6.821632385253906,6.929874420166016 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,False,2.320528030395508,2.755880355834961,1.6925334930419922,1.605987548828125,1.8434524536132812,1.5969276428222656,1.821756362915039,1.7170906066894531,1.6236305236816406,1.7731189727783203,10.105133056640625,11.467218399047852,11.35110855102539,10.045289993286133,11.188030242919922,11.276006698608398,10.066032409667969,11.580467224121094,11.45625114440918,10.061025619506836 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.6389617919921875,0.6721019744873047,0.5981922149658203,0.6387233734130859,0.637054443359375,0.6372928619384766,0.6124973297119141,0.6372928619384766,0.6418228149414062,0.6122589111328125,6.93964958190918,7.235050201416016,7.017612457275391,6.8416595458984375,7.015705108642578,6.942987442016602,6.956577301025391,6.7386627197265625,6.953001022338867,6.824731826782227 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,2.162933349609375,2.122640609741211,1.7361640930175781,3.009319305419922,2.1619796752929688,1.6558170318603516,1.9121170043945312,1.8324851989746094,1.5048980712890625,1.8303394317626953,16.33429527282715,16.968727111816406,16.17598533630371,16.41225814819336,16.19863510131836,16.489028930664062,16.188859939575195,16.210556030273438,16.443729400634766,16.21699333190918 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,True,1.7104148864746094,1.257181167602539,1.1301040649414062,1.178741455078125,1.1723041534423828,1.3892650604248047,1.2733936309814453,1.2164115905761719,1.2025833129882812,0.9560585021972656,8.844375610351562,8.455991744995117,8.911371231079102,8.515119552612305,8.774757385253906,8.376836776733398,8.760690689086914,8.48841667175293,8.755683898925781,8.531808853149414 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,False,1.9211769104003906,1.888275146484375,1.71661376953125,1.7218589782714844,1.7733573913574219,2.2346973419189453,2.3496150970458984,1.4078617095947266,1.4019012451171875,1.4271736145019531,233.87479782104492,232.20419883728027,234.56192016601562,233.12687873840332,235.6095314025879,237.3795509338379,233.95776748657227,236.405611038208,233.5348129272461,234.71426963806152 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,1.8100738525390625,1.657247543334961,1.2307167053222656,1.2500286102294922,1.2536048889160156,1.2176036834716797,1.2316703796386719,1.264333724975586,1.383066177368164,2.6192665100097656,8.70060920715332,8.840799331665039,8.75997543334961,8.780956268310547,8.767127990722656,8.907079696655273,8.770942687988281,8.811235427856445,8.76164436340332,8.745193481445312 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,2.263784408569336,2.468585968017578,2.2776126861572266,1.828908920288086,1.9752979278564453,1.7466545104980469,1.5795230865478516,1.941680908203125,1.7211437225341797,1.6314983367919922,304.9144744873047,309.4816207885742,318.15195083618164,307.66892433166504,306.272029876709,308.3758354187012,307.8320026397705,305.8035373687744,308.7136745452881,307.208776473999 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,True,1.0225772857666016,1.0755062103271484,1.074075698852539,1.096487045288086,1.0046958923339844,1.0063648223876953,1.0929107666015625,1.013040542602539,1.004934310913086,1.0106563568115234,13.093233108520508,13.193368911743164,13.245105743408203,13.166189193725586,13.123512268066406,13.123273849487305,13.147354125976562,13.180255889892578,13.048410415649414,12.839555740356445 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,False,3.0570030212402344,3.069639205932617,2.726316452026367,2.763509750366211,2.2585391998291016,2.841472625732422,1.8427371978759766,1.8575191497802734,1.855611801147461,2.449512481689453,21.01302146911621,21.27695083618164,21.012544631958008,22.377729415893555,21.406888961791992,21.254539489746094,21.07095718383789,22.362709045410156,21.29817008972168,20.897626876831055 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.9970664978027344,1.0237693786621094,1.1086463928222656,1.0259151458740234,1.0006427764892578,1.033782958984375,0.9760856628417969,1.0275840759277344,0.9763240814208984,0.9899139404296875,13.20195198059082,13.469219207763672,13.361692428588867,12.989044189453125,13.340950012207031,13.080596923828125,13.298988342285156,13.235330581665039,13.358831405639648,13.135671615600586 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,3.314971923828125,3.2379627227783203,3.1507015228271484,2.698183059692383,2.3398399353027344,2.4499893188476562,2.9036998748779297,2.608060836791992,1.981496810913086,2.1696090698242188,31.9216251373291,33.32257270812988,32.546043395996094,32.8671932220459,34.51061248779297,32.88698196411133,32.95445442199707,32.79566764831543,32.694339752197266,32.657623291015625 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,True,1.4886856079101562,1.5037059783935547,1.5337467193603516,1.5528202056884766,1.5475749969482422,1.5287399291992188,1.4944076538085938,1.5091896057128906,1.51824951171875,1.4905929565429688,17.75360107421875,17.69542694091797,17.422914505004883,17.41933822631836,17.522811889648438,17.40550994873047,17.409086227416992,17.366886138916016,17.414569854736328,17.403364181518555 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,False,3.228902816772461,3.079652786254883,3.145456314086914,3.035306930541992,2.9375553131103516,2.7036666870117188,3.6194324493408203,2.716064453125,2.5348663330078125,2.4106502532958984,463.8822078704834,464.93053436279297,466.6600227355957,466.07184410095215,465.8181667327881,466.2611484527588,467.24581718444824,465.7862186431885,462.51535415649414,466.9508934020996 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,1.577138900756836,1.600503921508789,1.560211181640625,1.5645027160644531,1.5187263488769531,1.5521049499511719,1.54876708984375,1.5494823455810547,1.5530586242675781,1.5132427215576172,17.486572265625,17.618417739868164,17.634153366088867,17.366647720336914,17.337799072265625,17.242908477783203,17.27151870727539,17.351627349853516,17.50922203063965,17.420291900634766 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,3.537416458129883,3.821134567260742,2.8467178344726562,2.8066635131835938,2.7081966400146484,2.440929412841797,2.604961395263672,2.9287338256835938,2.190113067626953,1.970052719116211,619.560718536377,621.4299201965332,615.7176494598389,617.5148487091064,619.8182106018066,617.1326637268066,618.6881065368652,616.771936416626,616.7833805084229,617.8722381591797 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,True,2.926349639892578,2.681255340576172,2.524137496948242,2.657175064086914,2.6166439056396484,2.6483535766601562,2.7294158935546875,2.6862621307373047,2.584695816040039,2.6078224182128906,34.102678298950195,34.542083740234375,33.69450569152832,34.28292274475098,34.152984619140625,33.956289291381836,33.978939056396484,33.93077850341797,33.86068344116211,33.78701210021973 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,False,5.295038223266602,4.98652458190918,3.889322280883789,3.4303665161132812,4.633903503417969,4.547357559204102,3.478527069091797,3.139495849609375,3.175020217895508,3.5161972045898438,52.428483963012695,52.0017147064209,52.43110656738281,53.12228202819824,51.92136764526367,53.924560546875,51.868438720703125,51.631927490234375,52.28781700134277,69.79560852050781 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,2.599000930786133,2.620697021484375,2.4526119232177734,2.8426647186279297,2.745389938354492,2.573728561401367,2.640962600708008,2.57110595703125,2.542734146118164,2.774953842163086,33.37454795837402,33.709049224853516,33.75053405761719,33.63347053527832,33.97703170776367,34.035682678222656,34.238576889038086,34.093618392944336,34.525156021118164,33.898353576660156 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,6.922483444213867,7.320880889892578,7.209539413452148,5.799055099487305,5.520820617675781,5.684137344360352,4.646539688110352,4.119396209716797,4.616260528564453,4.152059555053711,80.89995384216309,81.25996589660645,80.38115501403809,80.97434043884277,81.38442039489746,81.51650428771973,79.94461059570312,80.10363578796387,82.27086067199707,81.34603500366211 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,True,4.03141975402832,3.963470458984375,3.921031951904297,3.9572715759277344,4.135370254516602,3.9064884185791016,3.9010047912597656,3.8900375366210938,4.093647003173828,3.9196014404296875,44.93999481201172,44.622182846069336,44.707536697387695,44.85440254211426,44.56830024719238,44.693708419799805,44.49200630187988,44.77357864379883,45.60661315917969,44.34680938720703 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,False,4.161596298217773,4.417896270751953,4.887819290161133,4.8732757568359375,4.32276725769043,3.8874149322509766,4.031896591186523,3.4677982330322266,4.725456237792969,3.7126541137695312,1150.1657962799072,1154.8433303833008,1150.6414413452148,1152.6901721954346,1146.6515064239502,1151.500940322876,1150.7658958435059,1154.801845550537,1151.5204906463623,1152.73118019104 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,3.9741992950439453,4.001855850219727,4.103422164916992,3.964662551879883,3.9072036743164062,3.9758682250976562,4.110097885131836,3.969430923461914,3.874540328979492,3.903627395629883,44.70539093017578,44.417381286621094,44.41523551940918,44.6009635925293,44.538259506225586,44.88015174865723,44.68560218811035,44.74520683288574,44.75283622741699,44.48843002319336 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,5.771636962890625,5.557060241699219,5.064487457275391,4.545688629150391,4.278421401977539,4.331827163696289,3.737211227416992,3.959178924560547,3.5479068756103516,5.279064178466797,1535.6171131134033,1538.313865661621,1538.665533065796,1542.454481124878,1587.9473686218262,1532.3176383972168,1542.6411628723145,1536.2203121185303,1533.9839458465576,1542.6216125488281 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,True,9.961128234863281,6.936788558959961,7.189512252807617,5.353212356567383,4.948616027832031,4.256486892700195,4.234552383422852,4.075288772583008,4.12440299987793,4.250526428222656,51.253318786621094,50.92644691467285,51.13029479980469,51.19800567626953,51.1927604675293,51.03564262390137,51.4826774597168,51.668405532836914,52.14381217956543,52.159786224365234 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,False,6.272792816162109,6.120920181274414,5.287885665893555,4.372596740722656,6.1511993408203125,6.336688995361328,4.821062088012695,5.548238754272461,4.23884391784668,4.232883453369141,80.05523681640625,77.63838768005371,79.67686653137207,78.40085029602051,77.20685005187988,78.08613777160645,76.80439949035645,77.84914970397949,77.13508605957031,79.99324798583984 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,4.379749298095703,4.095792770385742,4.08935546875,3.985881805419922,4.247188568115234,4.183292388916016,4.171848297119141,4.045724868774414,4.213809967041016,4.114627838134766,52.02007293701172,51.93018913269043,51.44357681274414,51.54252052307129,51.14459991455078,51.30195617675781,51.53179168701172,51.779985427856445,51.84793472290039,51.702022552490234 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,8.589982986450195,8.126974105834961,8.477210998535156,5.96165657043457,5.505561828613281,5.047321319580078,5.470991134643555,5.445718765258789,5.938053131103516,7.463693618774414,121.38748168945312,121.54531478881836,120.91422080993652,121.79303169250488,121.80948257446289,124.21488761901855,121.83737754821777,121.94228172302246,121.4909553527832,123.25930595397949 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,True,5.78761100769043,8.390665054321289,5.7697296142578125,5.891323089599609,8.227109909057617,5.680322647094727,5.8002471923828125,5.543708801269531,5.700349807739258,5.733728408813477,66.13516807556152,66.40982627868652,66.04862213134766,66.30873680114746,65.85407257080078,66.20645523071289,65.81401824951172,65.86313247680664,66.04790687561035,65.81759452819824 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,False,6.789922714233398,7.042884826660156,6.651163101196289,7.363080978393555,5.137205123901367,6.190299987792969,6.16002082824707,5.895137786865234,5.329608917236328,5.888462066650391,1720.308780670166,1727.74076461792,1725.8274555206299,1721.9505310058594,1732.6092720031738,1726.2015342712402,1721.1709022521973,1726.374626159668,1727.4737358093262,1724.4551181793213 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,5.950212478637695,5.831241607666016,5.870819091796875,15.65241813659668,10.116338729858398,7.422447204589844,6.192445755004883,5.815982818603516,5.689859390258789,5.838871002197266,66.29371643066406,66.06364250183105,66.06817245483398,66.16926193237305,65.81997871398926,66.29014015197754,65.90747833251953,66.06316566467285,66.03598594665527,65.6585693359375 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,6.361961364746094,7.271528244018555,5.434989929199219,5.310535430908203,6.424427032470703,5.852937698364258,7.43412971496582,7.224798202514648,5.650758743286133,5.8345794677734375,2306.7972660064697,2318.92466545105,2312.6296997070312,2328.3424377441406,2303.948402404785,2304.753303527832,2302.7403354644775,2371.105194091797,2297.933340072632,2309.2470169067383 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,True,5.483865737915039,5.688905715942383,5.49626350402832,5.457639694213867,5.633831024169922,5.476713180541992,5.428075790405273,5.504608154296875,5.573034286499023,5.440950393676758,69.84591484069824,69.53787803649902,69.34261322021484,69.52881813049316,69.28253173828125,68.96829605102539,69.366455078125,69.61274147033691,68.43686103820801,68.87102127075195 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,False,7.445573806762695,8.424758911132812,7.04503059387207,6.761074066162109,6.7882537841796875,6.087779998779297,7.7304840087890625,5.620241165161133,7.429838180541992,7.454156875610352,102.91218757629395,103.13725471496582,103.14822196960449,102.20050811767578,102.3716926574707,102.6160717010498,102.22768783569336,104.12263870239258,102.92577743530273,103.24454307556152 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,5.599260330200195,5.694150924682617,5.481481552124023,5.558490753173828,5.810260772705078,5.519628524780273,5.433559417724609,5.75566291809082,5.58161735534668,5.537509918212891,69.37193870544434,69.54455375671387,69.51642036437988,69.53144073486328,69.46420669555664,70.00184059143066,69.99754905700684,68.85695457458496,68.97568702697754,68.50457191467285 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,7.3719024658203125,9.27877426147461,6.821155548095703,7.554531097412109,8.594989776611328,6.9751739501953125,8.19849967956543,7.1468353271484375,8.39376449584961,7.766008377075195,158.8432788848877,158.08939933776855,158.09369087219238,158.6911678314209,157.98115730285645,172.2238063812256,157.7010154724121,158.94842147827148,158.29801559448242,158.05673599243164 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,True,12.268304824829102,22.441625595092773,13.915538787841797,9.587526321411133,7.9212188720703125,7.603883743286133,7.582664489746094,7.716894149780273,7.597446441650391,22.24254608154297,86.98701858520508,87.40496635437012,87.2492790222168,87.46957778930664,87.52250671386719,87.17560768127441,87.43667602539062,86.55095100402832,86.19213104248047,85.99996566772461 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,False,7.858514785766602,6.968498229980469,8.97979736328125,6.831884384155273,9.176492691040039,7.494449615478516,8.166313171386719,8.12673568725586,8.066654205322266,6.742715835571289,2303.5027980804443,2300.312042236328,2295.433759689331,2295.531988143921,2307.803153991699,2298.8123893737793,2326.486825942993,2300.107717514038,2297.8429794311523,2304.650068283081 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,8.126497268676758,7.819652557373047,7.489442825317383,7.564783096313477,7.491111755371094,7.4558258056640625,7.532835006713867,7.42340087890625,7.47990608215332,7.338047027587891,86.06195449829102,85.83712577819824,85.46090126037598,86.27843856811523,85.91556549072266,86.10701560974121,86.52353286743164,86.34424209594727,86.66133880615234,86.71832084655762 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,9.599685668945312,8.461236953735352,8.907318115234375,7.335901260375977,8.782148361206055,7.848024368286133,8.8348388671875,7.230997085571289,8.667230606079102,7.209539413452148,3071.460485458374,3073.5816955566406,3075.103998184204,3080.1093578338623,3135.711431503296,3068.4471130371094,3065.1440620422363,3072.3092555999756,3065.0711059570312,3075.251817703247 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,True,0.2665519714355469,0.2949237823486328,0.2980232238769531,0.28395652770996094,0.2827644348144531,0.293731689453125,0.2651214599609375,0.3018379211425781,0.28395652770996094,0.28324127197265625,2.9871463775634766,2.896547317504883,3.0128955841064453,2.959728240966797,3.008127212524414,2.9001235961914062,2.915620803833008,2.9969215393066406,3.0150413513183594,2.903461456298828 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,False,0.7569789886474609,0.8149147033691406,0.7793903350830078,1.0712146759033203,1.0759830474853516,1.2593269348144531,0.8890628814697266,0.8723735809326172,0.8740425109863281,0.888824462890625,3.3812522888183594,3.1969547271728516,3.1669139862060547,3.9522647857666016,3.1709671020507812,3.1843185424804688,3.1919479370117188,3.1881332397460938,3.9567947387695312,3.2215118408203125 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.29659271240234375,0.3132820129394531,0.31304359436035156,0.2968311309814453,0.2694129943847656,0.26702880859375,0.29087066650390625,0.28634071350097656,0.28514862060546875,0.2846717834472656,3.0717849731445312,3.1027793884277344,3.095388412475586,3.026247024536133,3.003358840942383,3.0112266540527344,3.075122833251953,3.070831298828125,3.0670166015625,3.0095577239990234 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,1.0416507720947266,1.0771751403808594,0.8628368377685547,0.8776187896728516,0.8714199066162109,0.8709430694580078,0.8499622344970703,1.1894702911376953,1.051187515258789,1.0700225830078125,4.759550094604492,4.786252975463867,5.6285858154296875,4.734277725219727,4.791259765625,4.723310470581055,5.477428436279297,4.797935485839844,4.723310470581055,5.735158920288086 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,True,0.49614906311035156,0.49757957458496094,0.49614906311035156,0.49877166748046875,0.5276203155517578,0.5276203155517578,0.5006790161132812,0.4982948303222656,0.4973411560058594,0.4963874816894531,3.717660903930664,3.8318634033203125,3.833293914794922,3.6668777465820312,3.6973953247070312,3.7686824798583984,3.823995590209961,3.721475601196289,3.655672073364258,3.811359405517578 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,False,0.8649826049804688,0.850677490234375,0.9372234344482422,0.8666515350341797,0.80108642578125,0.7855892181396484,0.7865428924560547,0.782012939453125,0.7779598236083984,0.7495880126953125,72.29971885681152,72.49712944030762,75.19650459289551,72.53575325012207,73.60410690307617,75.3173828125,72.66521453857422,75.76131820678711,78.48095893859863,74.9361515045166 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.3695487976074219,0.3669261932373047,0.3650188446044922,0.34618377685546875,0.34427642822265625,0.3428459167480469,0.34427642822265625,0.3445148468017578,0.34332275390625,0.41174888610839844,3.7200450897216797,3.6563873291015625,3.8013458251953125,3.7822723388671875,3.719806671142578,3.694295883178711,3.7033557891845703,3.7779808044433594,3.7546157836914062,3.7469863891601562 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.7979869842529297,0.8523464202880859,0.8080005645751953,0.8032321929931641,0.8139610290527344,0.7944107055664062,0.8199214935302734,0.7777214050292969,0.7898807525634766,1.0056495666503906,97.36776351928711,102.36310958862305,95.86668014526367,96.28438949584961,96.40860557556152,95.91865539550781,96.4653491973877,97.67627716064453,96.52543067932129,96.9550609588623 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,True,0.5743503570556641,0.5788803100585938,0.5626678466796875,0.5583763122558594,0.5795955657958984,0.5598068237304688,0.5593299865722656,0.537872314453125,0.5376338958740234,0.5381107330322266,6.053447723388672,5.9833526611328125,5.883455276489258,6.16455078125,5.9986114501953125,5.896091461181641,6.103515625,5.892276763916016,5.9661865234375,6.12187385559082 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,False,1.6052722930908203,1.6312599182128906,1.7189979553222656,1.7821788787841797,1.2621879577636719,1.2438297271728516,1.3377666473388672,1.4619827270507812,1.3272762298583984,1.5079975128173828,7.434606552124023,8.601665496826172,7.461786270141602,8.471488952636719,7.502317428588867,8.928060531616211,7.516384124755859,8.690357208251953,7.49516487121582,8.644342422485352 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.6003379821777344,0.5624294281005859,0.5724430084228516,0.5636215209960938,0.5593299865722656,0.5667209625244141,0.5366802215576172,0.5373954772949219,0.5466938018798828,0.5400180816650391,5.991697311401367,6.177425384521484,6.094455718994141,6.054401397705078,6.056547164916992,5.957841873168945,5.986213684082031,6.072282791137695,6.080389022827148,6.089925765991211 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,1.9481182098388672,2.4003982543945312,1.922607421875,1.4545917510986328,1.6376972198486328,1.477956771850586,1.6541481018066406,1.6064643859863281,1.6472339630126953,1.4607906341552734,12.441158294677734,10.907411575317383,11.945962905883789,12.295007705688477,10.906219482421875,11.812448501586914,12.579917907714844,12.022256851196289,10.938882827758789,12.387752532958984 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,True,1.0194778442382812,1.0325908660888672,1.0514259338378906,1.0380744934082031,1.0325908660888672,0.9644031524658203,1.0633468627929688,0.823974609375,0.7224082946777344,0.7767677307128906,11.268854141235352,8.348226547241211,7.997989654541016,7.873296737670898,7.932424545288086,7.735252380371094,7.762908935546875,7.675409317016602,10.239124298095703,20.5843448638916 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,False,1.682281494140625,1.7046928405761719,1.7125606536865234,1.5416145324707031,1.8544197082519531,1.9030570983886719,1.7001628875732422,1.5993118286132812,1.6963481903076172,1.4164447784423828,173.02846908569336,172.4562644958496,175.43482780456543,172.48034477233887,172.593355178833,186.72823905944824,172.66345024108887,171.0662841796875,173.9659309387207,172.1510887145996 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.7815361022949219,0.7305145263671875,0.7839202880859375,0.7088184356689453,0.7925033569335938,0.7212162017822266,0.7486343383789062,0.6766319274902344,0.7953643798828125,0.7264614105224609,7.759809494018555,7.431507110595703,7.626771926879883,7.511615753173828,7.55000114440918,7.689952850341797,7.460832595825195,7.737636566162109,7.413387298583984,7.710933685302734 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,2.0170211791992188,1.7418861389160156,1.7848014831542969,1.5766620635986328,1.5332698822021484,1.733541488647461,1.5819072723388672,1.5459060668945312,1.7819404602050781,1.453399658203125,225.70419311523438,245.9280490875244,223.22773933410645,225.80599784851074,224.4882583618164,227.30755805969238,225.3246307373047,226.70269012451172,226.32169723510742,226.0572910308838 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,True,0.8859634399414062,0.8132457733154297,0.8296966552734375,0.8070468902587891,0.7998943328857422,0.7991790771484375,0.8037090301513672,0.8471012115478516,0.8318424224853516,0.8032321929931641,10.641336441040039,10.446548461914062,10.764598846435547,10.715007781982422,10.610103607177734,10.635137557983398,10.44607162475586,10.630130767822266,10.700225830078125,10.529756546020508 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,False,2.8574466705322266,2.3794174194335938,2.2335052490234375,2.0525455474853516,1.9652843475341797,1.9996166229248047,2.268075942993164,2.239227294921875,1.8820762634277344,1.867055892944336,16.598224639892578,16.178607940673828,16.508102416992188,16.25347137451172,16.107797622680664,16.533374786376953,16.13020896911621,16.541719436645508,16.1745548248291,16.542911529541016 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.8459091186523438,0.8144378662109375,0.8413791656494141,0.8432865142822266,0.8537769317626953,0.8454322814941406,0.8101463317871094,0.8478164672851562,0.8373260498046875,0.8666515350341797,10.244131088256836,10.594844818115234,10.500431060791016,10.34998893737793,10.80179214477539,10.753154754638672,10.549545288085938,10.711193084716797,10.436296463012695,10.638952255249023 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,3.319978713989258,2.5527477264404297,2.9277801513671875,2.6133060455322266,2.6826858520507812,2.145051956176758,2.1119117736816406,2.7832984924316406,2.135753631591797,2.4175643920898438,23.849964141845703,24.996280670166016,23.663997650146484,23.7119197845459,25.022268295288086,23.784637451171875,24.767398834228516,23.84209632873535,26.43752098083496,24.008750915527344 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,True,1.3346672058105469,1.5897750854492188,1.360177993774414,1.6279220581054688,1.3244152069091797,1.310586929321289,1.2974739074707031,1.2891292572021484,1.27410888671875,1.2950897216796875,14.192342758178711,14.072895050048828,14.120817184448242,14.075756072998047,14.142513275146484,13.928890228271484,14.023303985595703,13.95869255065918,14.226436614990234,14.295339584350586 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,False,2.827167510986328,2.4459362030029297,3.090381622314453,2.283334732055664,2.2454261779785156,2.046823501586914,2.881288528442383,2.2377967834472656,2.2428035736083984,2.183675765991211,345.7446098327637,347.1822738647461,346.0054397583008,347.0921516418457,344.6636199951172,345.1700210571289,346.987247467041,345.35932540893555,345.7961082458496,365.91076850891113 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,1.2900829315185547,1.341104507446289,1.3353824615478516,1.407623291015625,3.8919448852539062,4.042625427246094,3.964662551879883,3.509521484375,2.670764923095703,2.438068389892578,14.198780059814453,14.262676239013672,14.013290405273438,14.236211776733398,14.011859893798828,14.175176620483398,14.251232147216797,14.370918273925781,14.071941375732422,14.06240463256836 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,3.037691116333008,2.2885799407958984,3.3011436462402344,2.4538040161132812,2.254009246826172,2.2399425506591797,2.365589141845703,2.2149085998535156,1.983642578125,2.4263858795166016,460.68763732910156,453.474760055542,457.0291042327881,456.3291072845459,455.64818382263184,455.5401802062988,457.4418067932129,457.4005603790283,451.5235424041748,453.9148807525635 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,True,1.6677379608154297,1.7628669738769531,1.6751289367675781,1.550436019897461,1.5358924865722656,1.5289783477783203,1.5990734100341797,1.5189647674560547,1.5914440155029297,1.5406608581542969,20.778179168701172,20.828962326049805,20.82204818725586,20.607471466064453,20.488977432250977,20.77317237854004,21.177291870117188,20.7369327545166,20.52593231201172,20.55525779724121 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,False,4.309415817260742,3.2491683959960938,3.2186508178710938,3.3402442932128906,2.9938220977783203,3.1821727752685547,3.3845901489257812,2.5005340576171875,2.818584442138672,2.7594566345214844,31.95667266845703,32.35578536987305,31.967639923095703,31.127452850341797,31.886577606201172,31.9516658782959,32.451629638671875,32.44519233703613,32.62472152709961,32.09185600280762 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,1.6775131225585938,1.6121864318847656,1.5523433685302734,1.5823841094970703,1.7735958099365234,1.722097396850586,1.674652099609375,1.5845298767089844,1.5482902526855469,1.5594959259033203,20.92599868774414,20.847797393798828,20.871400833129883,21.09384536743164,20.733356475830078,20.694494247436523,21.02494239807129,20.910024642944336,20.752906799316406,20.580291748046875 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,3.957033157348633,4.400491714477539,3.7217140197753906,3.6199092864990234,3.605365753173828,3.892183303833008,4.255056381225586,3.142118453979492,5.117177963256836,3.8132667541503906,48.81691932678223,48.54321479797363,48.60734939575195,48.54226112365723,48.60091209411621,47.61815071105957,48.93302917480469,48.36535453796387,48.16770553588867,48.9351749420166 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,True,2.713441848754883,2.6252269744873047,2.6154518127441406,2.6009082794189453,2.5763511657714844,2.7437210083007812,2.6891231536865234,2.5887489318847656,2.630949020385742,2.6061534881591797,29.407024383544922,29.256820678710938,29.055356979370117,29.362201690673828,29.19602394104004,28.801918029785156,28.980731964111328,29.088258743286133,28.901100158691406,28.68175506591797 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,False,4.050493240356445,4.234790802001953,2.813577651977539,3.134012222290039,3.1516551971435547,2.868175506591797,3.658294677734375,2.6268959045410156,2.6531219482421875,2.4297237396240234,694.1583156585693,692.5132274627686,694.1707134246826,694.5734024047852,694.4184303283691,689.3875598907471,693.2308673858643,689.690113067627,688.0240440368652,695.8038806915283 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,2.746105194091797,2.6824474334716797,2.6693344116210938,2.7170181274414062,2.6900768280029297,2.685546875,2.596616744995117,2.5527477264404297,2.536296844482422,2.614259719848633,29.416322708129883,29.48307991027832,29.456615447998047,29.64615821838379,29.343605041503906,29.516935348510742,29.896974563598633,29.581069946289062,29.634714126586914,29.583215713500977 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,4.192352294921875,3.8459300994873047,4.150867462158203,3.7589073181152344,3.850698471069336,3.420591354370117,3.281116485595703,2.9544830322265625,3.414630889892578,3.1363964080810547,920.5577373504639,916.2509441375732,922.7840900421143,922.7502346038818,919.8861122131348,927.1116256713867,921.6315746307373,922.26243019104,923.4073162078857,914.9188995361328 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,True,4.403352737426758,4.380226135253906,4.294395446777344,4.21905517578125,4.358053207397461,4.329204559326172,4.172086715698242,4.24957275390625,4.337310791015625,4.322290420532227,54.64625358581543,54.29887771606445,54.86702919006348,54.31365966796875,54.241180419921875,53.778886795043945,54.03614044189453,53.876638412475586,54.738521575927734,54.368019104003906 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,False,6.435871124267578,5.565643310546875,6.924629211425781,4.647493362426758,4.836559295654297,5.152463912963867,4.149198532104492,5.350589752197266,4.3163299560546875,5.277156829833984,77.95405387878418,77.16846466064453,77.43000984191895,77.34799385070801,78.03583145141602,76.76029205322266,78.05466651916504,77.92782783508301,77.64172554016113,78.0642032623291 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,4.239797592163086,4.191875457763672,4.120349884033203,4.399776458740234,4.265546798706055,4.2858123779296875,4.175901412963867,4.332304000854492,4.253625869750977,4.263162612915039,55.220842361450195,55.05561828613281,55.03082275390625,54.80337142944336,54.613351821899414,54.68583106994629,54.47268486022949,54.41689491271973,54.52442169189453,54.37612533569336 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,7.735252380371094,7.831335067749023,6.277799606323242,6.219625473022461,6.70623779296875,6.209850311279297,6.675481796264648,5.136013031005859,4.947662353515625,7.519245147705078,119.85182762145996,119.45247650146484,119.48060989379883,121.02484703063965,150.07400512695312,119.88043785095215,148.2677459716797,119.62413787841797,144.7281837463379,122.66397476196289 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,True,6.106853485107422,6.270170211791992,8.184432983398438,6.159067153930664,6.086826324462891,6.009340286254883,6.247043609619141,18.26024055480957,16.262292861938477,10.683774948120117,70.38688659667969,69.88525390625,70.08647918701172,69.96464729309082,69.86713409423828,70.32632827758789,70.19901275634766,70.00970840454102,70.23286819458008,70.49202919006348 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,False,5.40471076965332,7.065534591674805,4.998445510864258,5.053520202636719,6.524801254272461,5.345344543457031,5.045175552368164,7.430553436279297,7.058858871459961,7.550954818725586,1729.1688919067383,1732.2158813476562,1724.1337299346924,1731.060266494751,1731.4860820770264,1727.4231910705566,1737.7283573150635,1726.3362407684326,1729.313850402832,1720.3598022460938 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,6.286382675170898,7.822513580322266,5.970478057861328,6.134033203125,6.028175354003906,5.906105041503906,6.083488464355469,6.063938140869141,6.1435699462890625,6.227016448974609,70.59955596923828,70.19901275634766,69.62323188781738,69.82707977294922,69.5953369140625,69.33474540710449,69.56815719604492,69.6711540222168,69.45037841796875,69.20051574707031 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,6.809234619140625,6.239414215087891,7.062435150146484,5.274295806884766,5.236387252807617,6.67881965637207,5.228281021118164,5.548954010009766,6.61778450012207,6.067752838134766,2310.356616973877,2321.052312850952,2310.5592727661133,2340.179443359375,2314.6812915802,2357.5570583343506,2299.6249198913574,2306.6487312316895,2304.3363094329834,2338.900089263916 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,True,6.684064865112305,6.327629089355469,6.4716339111328125,6.345510482788086,6.2046051025390625,6.57963752746582,6.283283233642578,6.2694549560546875,6.622791290283203,6.32166862487793,81.20322227478027,81.23087882995605,80.30223846435547,80.58619499206543,79.6821117401123,79.98967170715332,81.18724822998047,80.81340789794922,80.97004890441895,82.09419250488281 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,False,7.793188095092773,7.127046585083008,8.726119995117188,6.339311599731445,7.787227630615234,6.312131881713867,7.195711135864258,7.503271102905273,6.614446640014648,8.339405059814453,115.81230163574219,114.94207382202148,116.93668365478516,115.5397891998291,115.96035957336426,114.72654342651367,116.79744720458984,115.10968208312988,114.99142646789551,115.6013011932373 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,6.463289260864258,6.699562072753906,6.591796875,6.542682647705078,6.703376770019531,6.491661071777344,6.634712219238281,6.545782089233398,6.470918655395508,6.637096405029297,81.5885066986084,81.34055137634277,81.66003227233887,81.73561096191406,81.88390731811523,81.53414726257324,81.58373832702637,81.38442039489746,81.85100555419922,81.01415634155273 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,11.135339736938477,8.29458236694336,9.978532791137695,8.809566497802734,8.610248565673828,7.577419281005859,9.190559387207031,10.935544967651367,11.198043823242188,8.990049362182617,177.6254177093506,176.9545078277588,177.93536186218262,178.36952209472656,177.72316932678223,177.3679256439209,177.8426170349121,176.82194709777832,178.3134937286377,176.94854736328125 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,True,8.959054946899414,8.75234603881836,8.698463439941406,8.722066879272461,8.671045303344727,8.776664733886719,8.649349212646484,8.73708724975586,8.690595626831055,8.787393569946289,101.09376907348633,101.04703903198242,102.08511352539062,101.90296173095703,102.77295112609863,102.85186767578125,102.0665168762207,101.89700126647949,101.57322883605957,101.98307037353516 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,False,7.99560546875,9.957075119018555,7.552146911621094,8.694648742675781,9.240150451660156,8.35871696472168,8.185386657714844,8.109092712402344,7.962703704833984,8.713960647583008,2601.013422012329,2587.780714035034,2586.055040359497,2579.3962478637695,2588.426113128662,2584.3775272369385,2592.2698974609375,2591.1214351654053,2602.799892425537,2581.5305709838867 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,8.82863998413086,8.980035781860352,8.777856826782227,8.957386016845703,8.915901184082031,8.89444351196289,8.80885124206543,8.864879608154297,8.888959884643555,8.877277374267578,101.84192657470703,101.51124000549316,102.67090797424316,102.73861885070801,102.40554809570312,102.45394706726074,102.17094421386719,101.89414024353027,101.81331634521484,102.09774971008301 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,7.997035980224609,9.721517562866211,8.315086364746094,9.690523147583008,9.035587310791016,8.731842041015625,8.661270141601562,9.636163711547852,9.137153625488281,8.246898651123047,3442.5692558288574,3450.134515762329,3510.8492374420166,3459.6951007843018,3462.8612995147705,3450.2813816070557,3454.5834064483643,3523.552656173706,3469.402313232422,3456.0930728912354 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,True,8.719682693481445,8.479118347167969,8.555173873901367,8.487939834594727,8.514642715454102,8.485078811645508,8.599996566772461,8.499622344970703,8.516788482666016,8.632183074951172,106.92429542541504,107.47313499450684,107.74040222167969,107.8941822052002,107.84530639648438,107.93685913085938,107.57780075073242,107.15436935424805,107.03158378601074,106.98175430297852 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,False,8.781671524047852,8.764505386352539,10.480403900146484,8.429527282714844,9.911298751831055,9.562492370605469,9.516239166259766,12.294530868530273,8.520841598510742,11.618375778198242,154.92630004882812,155.08437156677246,155.33041954040527,154.62899208068848,154.2060375213623,154.42490577697754,154.2050838470459,154.07586097717285,155.58505058288574,154.50716018676758 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,8.691787719726562,8.606910705566406,8.739233016967773,8.50677490234375,8.600950241088867,8.588552474975586,8.672952651977539,8.603572845458984,8.656501770019531,8.597135543823242,107.97619819641113,107.82456398010254,109.3435287475586,108.40082168579102,107.85627365112305,107.50603675842285,106.96101188659668,107.54632949829102,108.0930233001709,107.7580451965332 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,10.174036026000977,12.146949768066406,12.781143188476562,11.064767837524414,12.070178985595703,11.853456497192383,12.065887451171875,10.961532592773438,12.549638748168945,12.479066848754883,236.12570762634277,236.6797924041748,237.31541633605957,238.3887767791748,234.89952087402344,233.9472770690918,233.81519317626953,249.55320358276367,234.98892784118652,234.10797119140625 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,True,11.466026306152344,11.671066284179688,11.596918106079102,11.72637939453125,12.642383575439453,11.694908142089844,11.601686477661133,11.492252349853516,11.642932891845703,11.591196060180664,134.70101356506348,134.48333740234375,133.96954536437988,134.68599319458008,136.948823928833,135.29729843139648,134.60922241210938,135.0114345550537,134.8717212677002,134.49335098266602 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,False,12.416362762451172,10.146379470825195,11.34347915649414,11.41214370727539,11.720657348632812,11.455059051513672,13.962507247924805,13.231277465820312,10.105609893798828,11.724710464477539,3453.8259506225586,3458.6939811706543,3451.3556957244873,3447.829484939575,3457.078695297241,3457.033634185791,3451.3463973999023,3459.667682647705,3444.2756175994873,3467.8871631622314 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,11.641740798950195,11.481046676635742,11.66391372680664,11.693954467773438,11.397838592529297,11.964082717895508,11.842727661132812,11.405706405639648,11.642694473266602,11.645317077636719,134.77158546447754,134.69791412353516,133.83173942565918,134.3986988067627,132.8146457672119,133.13531875610352,133.76307487487793,134.03916358947754,133.7895393371582,133.0423355102539 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,12.280941009521484,12.108564376831055,11.21664047241211,11.935710906982422,11.84535026550293,11.759042739868164,12.191057205200195,11.778831481933594,11.002302169799805,12.05587387084961,4602.368593215942,4608.6225509643555,4598.855495452881,4636.417865753174,4601.836442947388,4618.75319480896,4604.52938079834,4694.733381271362,4629.49800491333,4594.934463500977 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,True,0.5068778991699219,0.5233287811279297,0.5128383636474609,0.507354736328125,0.5049705505371094,0.5056858062744141,0.5049705505371094,0.5035400390625,0.5037784576416016,0.5176067352294922,4.074573516845703,4.010438919067383,3.8776397705078125,4.06336784362793,4.081487655639648,3.979206085205078,3.936767578125,4.025459289550781,3.9777755737304688,3.8700103759765625 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,False,0.9634494781494141,0.965118408203125,0.9860992431640625,0.9608268737792969,0.9613037109375,0.9734630584716797,1.0213851928710938,0.9615421295166016,0.9293556213378906,1.0364055633544922,5.871772766113281,4.235267639160156,4.17327880859375,4.984855651855469,4.188060760498047,4.272937774658203,4.148721694946289,5.16510009765625,4.200935363769531,4.178524017333984 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.35834312438964844,0.35953521728515625,0.35834312438964844,0.3600120544433594,0.370025634765625,0.3631114959716797,0.3592967987060547,0.35834312438964844,0.36025047302246094,0.35881996154785156,4.0225982666015625,4.061222076416016,4.03594970703125,3.9873123168945312,4.00090217590332,4.145383834838867,4.016637802124023,4.049539566040039,4.079580307006836,4.125833511352539 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,1.055002212524414,1.064300537109375,1.051187515258789,1.0881423950195312,1.6682147979736328,1.4255046844482422,1.59454345703125,1.0704994201660156,1.0700225830078125,1.005411148071289,6.267547607421875,7.187128067016602,6.23011589050293,6.957054138183594,6.29115104675293,6.286144256591797,6.965160369873047,6.202459335327148,6.2408447265625,7.108211517333984 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,True,0.47278404235839844,0.48279762268066406,0.47397613525390625,0.4730224609375,0.4730224609375,0.4684925079345703,0.5137920379638672,0.47135353088378906,0.4687309265136719,0.4582405090332031,5.026578903198242,4.9571990966796875,5.110025405883789,4.968881607055664,4.913806915283203,5.03849983215332,5.052328109741211,4.9896240234375,4.98199462890625,4.978179931640625 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,False,1.1081695556640625,1.0085105895996094,0.9975433349609375,1.0132789611816406,1.0271072387695312,1.2128353118896484,1.2824535369873047,1.3501644134521484,1.0290145874023438,0.8933544158935547,96.74906730651855,95.90291976928711,97.89538383483887,96.76384925842285,95.79300880432129,97.48315811157227,97.63622283935547,97.1672534942627,100.28982162475586,96.86994552612305 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.7612705230712891,0.7545948028564453,0.7834434509277344,0.5469322204589844,0.5478858947753906,0.5395412445068359,0.5431175231933594,0.5385875701904297,0.553131103515625,0.5424022674560547,5.114555358886719,4.936695098876953,4.854440689086914,4.798650741577148,5.174875259399414,4.8084259033203125,4.756450653076172,5.081892013549805,4.808664321899414,4.728794097900391 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,1.0395050048828125,1.0142326354980469,1.2364387512207031,1.3353824615478516,1.508474349975586,1.1241436004638672,1.0559558868408203,1.1034011840820312,1.2154579162597656,1.0991096496582031,127.9900074005127,127.51364707946777,126.9068717956543,128.01790237426758,127.31719017028809,130.65195083618164,128.0193328857422,130.4476261138916,127.16150283813477,127.52676010131836 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,True,0.7276535034179688,0.6988048553466797,0.7696151733398438,0.6999969482421875,0.7593631744384766,0.6990432739257812,0.7622241973876953,0.7150173187255859,0.7650852203369141,0.7009506225585938,8.077859878540039,7.757902145385742,8.121967315673828,7.746219635009766,8.01849365234375,7.847070693969727,8.021116256713867,7.949113845825195,7.947444915771484,7.889747619628906 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,False,2.1147727966308594,2.1076202392578125,2.709627151489258,2.352476119995117,2.1936893463134766,2.1283626556396484,2.565145492553711,1.697540283203125,1.5823841094970703,1.5840530395507812,11.251449584960938,9.886026382446289,11.809825897216797,11.203289031982422,9.969711303710938,11.174917221069336,11.202573776245117,10.043859481811523,11.527776718139648,11.21830940246582 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.6701946258544922,0.7259845733642578,0.6699562072753906,0.7250308990478516,0.6666183471679688,0.7333755493164062,0.6670951843261719,0.7319450378417969,0.6647109985351562,0.72479248046875,8.246898651123047,7.816791534423828,8.056640625,7.868051528930664,8.0413818359375,8.007526397705078,7.9803466796875,8.009672164916992,7.857084274291992,8.005619049072266 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,2.407073974609375,2.5339126586914062,2.903461456298828,1.9044876098632812,2.538919448852539,1.8310546875,2.1162033081054688,1.6283988952636719,1.7769336700439453,2.6433467864990234,14.709234237670898,17.746925354003906,14.706850051879883,15.798091888427734,15.81263542175293,15.800237655639648,15.720129013061523,16.132831573486328,15.902042388916016,15.871286392211914 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,True,1.0623931884765625,1.0378360748291016,1.0194778442382812,0.9393692016601562,0.9260177612304688,0.926971435546875,0.9224414825439453,0.9367465972900391,0.9541511535644531,0.8983612060546875,10.170936584472656,10.097980499267578,10.363340377807617,10.095596313476562,10.352611541748047,10.267972946166992,10.076761245727539,10.416030883789062,10.067939758300781,10.302305221557617 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,False,2.1889209747314453,2.2373199462890625,1.7991065979003906,2.171754837036133,1.970052719116211,1.7940998077392578,1.817941665649414,2.207040786743164,1.6508102416992188,1.9464492797851562,226.53794288635254,225.9042263031006,226.0875701904297,225.49104690551758,226.14669799804688,225.75139999389648,226.80234909057617,225.8431911468506,225.76355934143066,224.75600242614746 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,2.895832061767578,2.8731822967529297,2.875089645385742,2.9458999633789062,2.685546875,2.044200897216797,2.0008087158203125,1.9965171813964844,1.9848346710205078,1.8236637115478516,10.069608688354492,10.157585144042969,9.853363037109375,10.247945785522461,10.069847106933594,10.131359100341797,10.147571563720703,9.946584701538086,10.39266586303711,10.469675064086914 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,2.0427703857421875,1.9271373748779297,1.9524097442626953,1.9543170928955078,1.7158985137939453,2.231597900390625,1.932382583618164,1.6021728515625,1.5497207641601562,1.5835762023925781,295.46427726745605,301.7890453338623,295.81689834594727,295.8641052246094,296.9214916229248,307.1708679199219,295.1657772064209,296.51522636413574,296.50235176086426,297.6875305175781 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,True,1.1174678802490234,1.277923583984375,1.09100341796875,1.1107921600341797,1.0616779327392578,1.0728836059570312,1.0738372802734375,1.0597705841064453,1.0852813720703125,1.123189926147461,14.141559600830078,14.039278030395508,13.962984085083008,13.924121856689453,14.157295227050781,14.157533645629883,13.978719711303711,14.03498649597168,14.044046401977539,13.806819915771484 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,False,3.570556640625,3.373384475708008,2.9239654541015625,3.836393356323242,2.5043487548828125,2.609729766845703,2.3801326751708984,2.447366714477539,2.5153160095214844,2.219676971435547,21.99840545654297,20.92123031616211,20.864248275756836,20.84970474243164,21.968841552734375,20.937442779541016,21.03114128112793,20.970821380615234,24.302959442138672,22.34625816345215 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,1.1205673217773438,1.068115234375,1.0654926300048828,1.0666847229003906,1.1036396026611328,1.0814666748046875,1.0600090026855469,1.1246204376220703,1.10626220703125,1.1796951293945312,13.91458511352539,14.092445373535156,14.118194580078125,14.193058013916016,14.203310012817383,14.071464538574219,14.031171798706055,14.166593551635742,14.097929000854492,14.168024063110352 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,3.7314891815185547,2.7997493743896484,2.981901168823242,3.0066967010498047,2.585172653198242,2.573728561401367,2.3262500762939453,2.235889434814453,2.2869110107421875,2.2301673889160156,32.39130973815918,32.00221061706543,31.11720085144043,31.93950653076172,32.39083290100098,32.042503356933594,32.41133689880371,31.943559646606445,33.5843563079834,32.42325782775879 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,True,1.8796920776367188,1.8315315246582031,1.8184185028076172,1.7862319946289062,1.8055438995361328,1.8322467803955078,1.7769336700439453,1.8010139465332031,1.9145011901855469,1.928567886352539,20.331382751464844,20.064830780029297,19.919395446777344,20.08843421936035,20.119428634643555,20.69544792175293,20.313739776611328,20.235061645507812,20.3249454498291,20.279645919799805 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,False,2.789735794067383,3.2799243927001953,3.0007362365722656,2.489328384399414,3.0891895294189453,2.679109573364258,2.2912025451660156,2.327442169189453,2.344846725463867,2.2568702697753906,456.96520805358887,461.58695220947266,454.0591239929199,461.34185791015625,454.85424995422363,456.2101364135742,455.87897300720215,453.51624488830566,458.33635330200195,453.49717140197754 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,1.856088638305664,1.9197463989257812,1.8589496612548828,1.870870590209961,1.8305778503417969,1.8553733825683594,1.8568038940429688,1.8694400787353516,1.8277168273925781,1.874685287475586,20.13421058654785,20.133256912231445,20.364999771118164,20.34592628479004,20.45726776123047,20.15829086303711,20.084381103515625,20.281314849853516,20.386934280395508,20.27750015258789 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,3.0896663665771484,2.930164337158203,2.6166439056396484,3.226757049560547,2.6061534881591797,2.5568008422851562,2.6557445526123047,2.2993087768554688,2.208232879638672,2.3632049560546875,605.3204536437988,606.9469451904297,602.5512218475342,604.6926975250244,605.3075790405273,605.6208610534668,602.6811599731445,605.116605758667,604.1607856750488,611.335277557373 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,True,2.090930938720703,2.0647048950195312,2.1162033081054688,2.0813941955566406,2.3026466369628906,2.2940635681152344,2.170085906982422,2.112150192260742,2.111673355102539,2.121448516845703,28.49555015563965,28.342247009277344,28.319597244262695,28.09882164001465,28.066396713256836,28.281211853027344,28.198957443237305,27.843236923217773,28.306961059570312,28.31268310546875 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,False,4.753589630126953,6.175756454467773,5.511999130249023,4.13203239440918,4.078865051269531,3.5028457641601562,4.368782043457031,4.190683364868164,3.0052661895751953,2.881288528442383,41.43214225769043,43.65038871765137,41.097164154052734,41.25380516052246,42.36960411071777,40.82012176513672,42.29450225830078,41.11766815185547,42.33860969543457,41.736602783203125 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,2.0949840545654297,2.301454544067383,2.2559165954589844,2.146482467651367,2.183198928833008,2.100706100463867,2.068758010864258,2.1219253540039062,2.119779586791992,2.3365020751953125,28.213024139404297,28.41019630432129,28.145313262939453,28.11717987060547,28.484821319580078,28.196096420288086,28.130054473876953,28.537750244140625,28.224945068359375,28.01036834716797 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,5.330324172973633,5.270242691040039,3.629446029663086,3.669261932373047,4.450082778930664,4.159212112426758,3.571748733520508,3.850698471069336,3.146648406982422,4.614830017089844,65.37199020385742,65.22035598754883,66.22910499572754,64.69440460205078,80.8248519897461,65.9341812133789,65.28425216674805,64.70012664794922,64.57686424255371,63.66705894470215 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,True,3.60870361328125,3.689289093017578,3.7806034088134766,10.060787200927734,9.989500045776367,8.249044418334961,6.5898895263671875,5.473613739013672,4.462957382202148,4.117012023925781,40.14873504638672,39.968013763427734,40.16709327697754,40.091753005981445,40.1003360748291,40.13657569885254,40.131330490112305,40.16518592834473,40.23313522338867,40.0996208190918 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,False,4.441022872924805,3.6194324493408203,3.9069652557373047,3.6830902099609375,4.364967346191406,3.499269485473633,3.0333995819091797,2.966642379760742,3.903627395629883,3.2968521118164062,918.7936782836914,922.0428466796875,924.5421886444092,920.5648899078369,917.8390502929688,920.706033706665,921.2343692779541,918.4374809265137,915.2524471282959,921.0405349731445 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,3.8187503814697266,3.7412643432617188,3.6666393280029297,3.5369396209716797,3.679513931274414,3.698587417602539,3.6649703979492188,3.5958290100097656,3.607511520385742,3.6385059356689453,39.936065673828125,39.823293685913086,40.35305976867676,40.01355171203613,40.08817672729492,40.076494216918945,40.038347244262695,40.00973701477051,40.11225700378418,40.052175521850586 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,4.098415374755859,4.283905029296875,4.2266845703125,3.9687156677246094,3.10516357421875,3.0622482299804688,4.403114318847656,3.2417774200439453,3.4220218658447266,3.623485565185547,1223.2840061187744,1227.3011207580566,1229.780673980713,1225.3916263580322,1230.5948734283447,1227.1554470062256,1227.3375988006592,1224.6801853179932,1226.865530014038,1222.0191955566406 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,True,5.8116912841796875,5.707502365112305,5.869865417480469,7.335662841796875,5.665302276611328,5.801916122436523,5.699634552001953,5.710124969482422,5.841493606567383,5.616188049316406,73.37021827697754,73.16899299621582,72.84045219421387,73.49371910095215,73.42362403869629,72.9970932006836,73.3494758605957,73.09699058532715,72.68667221069336,73.07624816894531 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,False,7.428169250488281,5.637168884277344,5.813121795654297,7.004499435424805,6.514787673950195,7.807731628417969,5.379915237426758,7.850885391235352,7.560968399047852,5.33294677734375,103.71851921081543,102.6148796081543,106.05430603027344,103.7900447845459,102.5240421295166,102.3561954498291,102.74171829223633,103.69420051574707,103.73091697692871,102.51736640930176 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,5.779743194580078,6.042957305908203,5.759000778198242,5.706548690795898,5.99360466003418,5.787849426269531,5.705833435058594,5.886554718017578,5.762815475463867,5.679845809936523,72.72481918334961,73.87113571166992,74.72038269042969,74.0962028503418,73.06218147277832,73.37474822998047,72.91078567504883,72.90101051330566,72.61824607849121,72.3719596862793 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,7.937192916870117,7.08770751953125,6.3877105712890625,7.597446441650391,6.430387496948242,7.993936538696289,9.336471557617188,7.892847061157227,6.392955780029297,8.283376693725586,160.8290672302246,159.49749946594238,159.30557250976562,159.92021560668945,159.09600257873535,169.62575912475586,160.91585159301758,160.4902744293213,160.5994701385498,160.14552116394043 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,True,7.979154586791992,8.056402206420898,7.875680923461914,8.024454116821289,7.7800750732421875,8.124589920043945,7.866144180297852,8.109331130981445,7.837533950805664,8.126258850097656,92.36812591552734,92.12183952331543,92.63038635253906,93.37830543518066,91.77803993225098,91.7673110961914,92.06080436706543,92.14067459106445,92.06748008728027,92.93150901794434 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,False,7.056951522827148,8.275270462036133,6.678581237792969,6.721735000610352,8.496761322021484,7.809877395629883,8.853673934936523,6.810903549194336,8.16488265991211,7.870197296142578,2312.624454498291,2299.140691757202,2299.673557281494,2297.2254753112793,2296.9040870666504,2298.426866531372,2296.8404293060303,2297.999382019043,2308.9258670806885,2310.0156784057617 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,7.962942123413086,8.111238479614258,7.940530776977539,8.182287216186523,7.954835891723633,8.119583129882812,7.896900177001953,8.107185363769531,7.96818733215332,8.058309555053711,92.72241592407227,92.60869026184082,92.37957000732422,91.81022644042969,91.5229320526123,91.59612655639648,92.66853332519531,92.85998344421387,92.6065444946289,92.60106086730957 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,7.096052169799805,8.124589920043945,6.934881210327148,8.250951766967773,9.613513946533203,8.464813232421875,7.423162460327148,8.005619049072266,8.971452713012695,8.151531219482422,3108.9298725128174,3072.9291439056396,3067.6255226135254,3079.2698860168457,3079.6103477478027,3064.7010803222656,3072.056770324707,3073.678493499756,3069.5581436157227,3060.3461265563965 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,True,8.453369140625,8.447647094726562,8.61501693725586,8.726358413696289,8.430719375610352,8.739233016967773,8.39376449584961,8.499860763549805,8.502721786499023,8.42428207397461,106.68540000915527,106.04715347290039,105.69953918457031,107.81049728393555,106.74929618835449,106.53018951416016,107.42545127868652,108.08801651000977,108.18886756896973,106.85944557189941 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,False,9.91058349609375,9.661197662353516,9.469985961914062,8.817911148071289,9.901285171508789,8.68535041809082,10.68425178527832,9.342670440673828,8.217096328735352,10.550498962402344,152.80628204345703,153.2278060913086,152.76575088500977,153.0158519744873,152.93574333190918,153.71441841125488,153.03421020507812,152.60934829711914,156.26287460327148,155.30657768249512 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,8.451700210571289,8.96596908569336,21.87824249267578,12.434005737304688,9.113788604736328,8.619308471679688,8.60738754272461,8.488893508911133,8.399009704589844,8.50057601928711,107.33747482299805,107.27143287658691,108.01959037780762,108.0622673034668,108.7198257446289,108.9177131652832,108.52670669555664,108.21986198425293,107.65290260314941,106.80413246154785 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,10.964155197143555,10.33329963684082,11.051416397094727,11.05046272277832,9.98830795288086,12.02082633972168,9.974956512451172,13.257980346679688,13.468265533447266,11.880874633789062,235.63623428344727,235.1377010345459,234.59148406982422,235.3522777557373,235.2430820465088,235.1086139678955,249.87149238586426,236.38105392456055,235.64481735229492,235.33344268798828 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,True,11.818408966064453,11.528968811035156,11.608123779296875,11.830568313598633,11.649370193481445,11.565208435058594,11.721134185791016,11.711597442626953,11.54637336730957,11.64555549621582,135.3287696838379,134.69767570495605,134.93990898132324,135.8468532562256,134.07158851623535,133.87155532836914,134.141206741333,135.28990745544434,134.90939140319824,134.5536708831787 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,False,12.044429779052734,10.511636734008789,11.176109313964844,10.69188117980957,10.52236557006836,11.191129684448242,10.417938232421875,10.657787322998047,11.960029602050781,12.260198593139648,3441.3509368896484,3441.993474960327,3447.723627090454,3460.148572921753,3528.160333633423,3445.6043243408203,3452.4152278900146,3444.9808597564697,3448.928117752075,3455.139636993408 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,11.7034912109375,11.718273162841797,11.451244354248047,11.746644973754883,11.589288711547852,11.407852172851562,11.723518371582031,11.56163215637207,11.41810417175293,11.463642120361328,133.67724418640137,134.35626029968262,133.75616073608398,132.9174041748047,133.52155685424805,134.41181182861328,134.54914093017578,134.9499225616455,134.71508026123047,133.87107849121094 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,11.144161224365234,11.46388053894043,11.77525520324707,10.971784591674805,12.206077575683594,12.03465461730957,10.70547103881836,11.917829513549805,11.812448501586914,10.642290115356445,4607.041120529175,4606.372117996216,4615.888595581055,4600.536346435547,4617.552042007446,4684.276819229126,4621.721506118774,4623.861074447632,4609.827756881714,4627.045631408691 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,True,11.356592178344727,11.30056381225586,11.148214340209961,11.29913330078125,11.425256729125977,11.253595352172852,11.338233947753906,11.290311813354492,11.155843734741211,11.200904846191406,142.05670356750488,141.5114402770996,142.29297637939453,142.6076889038086,142.17495918273926,141.6304111480713,141.1583423614502,142.34209060668945,141.65687561035156,142.76862144470215 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,False,12.184381484985352,12.040376663208008,11.563539505004883,12.149333953857422,12.195825576782227,11.420965194702148,12.224197387695312,12.166261672973633,11.251211166381836,11.760473251342773,205.2476406097412,209.57446098327637,208.85562896728516,212.25404739379883,204.39529418945312,203.91440391540527,206.74872398376465,206.07948303222656,206.16888999938965,205.2133083343506 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,11.362314224243164,11.427640914916992,13.054609298706055,11.354446411132812,11.291742324829102,11.417150497436523,11.127471923828125,11.316299438476562,11.067867279052734,11.140823364257812,143.7220573425293,143.19729804992676,142.78101921081543,142.44318008422852,142.09222793579102,142.84300804138184,143.48435401916504,143.91231536865234,143.26095581054688,141.84856414794922 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,14.076471328735352,14.909029006958008,14.522314071655273,16.24155044555664,15.261650085449219,14.703750610351562,14.59503173828125,14.770984649658203,13.884305953979492,14.809131622314453,311.1131191253662,311.2819194793701,310.4519844055176,311.82241439819336,311.24210357666016,310.4217052459717,310.28056144714355,312.701940536499,310.9564781188965,310.5030059814453 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,True,15.324831008911133,15.336990356445312,15.339851379394531,15.377283096313477,15.301942825317383,15.261411666870117,15.32745361328125,15.220403671264648,15.373945236206055,15.226364135742188,177.6907444000244,177.05702781677246,177.92916297912598,176.48053169250488,177.60729789733887,177.5963306427002,177.75845527648926,177.01268196105957,177.1223545074463,176.8324375152588 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,False,15.186786651611328,14.193534851074219,14.185905456542969,13.504743576049805,14.423608779907227,15.472650527954102,14.348268508911133,14.309883117675781,16.462326049804688,14.35708999633789,4603.2164096832275,4610.5523109436035,4611.68360710144,4617.120265960693,4607.229471206665,4613.584756851196,4599.238395690918,4620.8815574646,4605.632305145264,4578.122854232788 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,15.273809432983398,15.241146087646484,15.453100204467773,31.47721290588379,15.79904556274414,32.86337852478027,16.082763671875,15.230417251586914,15.312910079956055,15.208959579467773,175.52566528320312,175.16112327575684,176.03182792663574,176.31292343139648,176.6824722290039,176.98335647583008,176.1910915374756,177.30951309204102,176.75328254699707,178.0693531036377 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,15.106439590454102,15.079736709594727,15.160322189331055,15.170574188232422,15.226125717163086,14.369726181030273,15.34271240234375,16.55268669128418,15.482187271118164,16.31641387939453,6168.694734573364,6179.37707901001,6156.628370285034,6127.024173736572,6151.423931121826,6139.748811721802,6142.6684856414795,6149.573802947998,6150.70652961731,6134.025096893311 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_gpu.csv new file mode 100644 index 0000000..ebd568a --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_gpu.csv @@ -0,0 +1,393 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,True,0.16808509826660156,0.1685619354248047,0.17309188842773438,0.16379356384277344,0.1621246337890625,0.15807151794433594,0.1735687255859375,0.16117095947265625,0.15687942504882812,0.1556873321533203,0.102996826171875,0.10251998901367188,0.10013580322265625,0.1010894775390625,0.10347366333007812,0.17881393432617188,0.118255615234375,0.08678436279296875,0.091552734375,0.08463859558105469 +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,False,0.18715858459472656,0.20456314086914062,0.19812583923339844,0.213623046875,0.20360946655273438,0.20194053649902344,0.1881122589111328,0.17714500427246094,0.17952919006347656,0.17762184143066406,0.125885009765625,0.10824203491210938,0.10585784912109375,0.10466575622558594,0.10371208190917969,0.10848045349121094,0.10895729064941406,0.10466575622558594,0.10371208190917969,0.10228157043457031 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.16307830810546875,0.1685619354248047,0.14710426330566406,0.13947486877441406,0.13756752014160156,0.1380443572998047,0.13637542724609375,0.133514404296875,0.133514404296875,0.13399124145507812,0.10132789611816406,0.15091896057128906,0.10561943054199219,0.09989738464355469,0.10037422180175781,0.09775161743164062,0.10132789611816406,0.09608268737792969,0.09632110595703125,0.10466575622558594 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.16260147094726562,0.14162063598632812,0.14138221740722656,0.14162063598632812,0.14853477478027344,0.1437664031982422,0.14519691467285156,0.14066696166992188,0.13780593872070312,0.13947486877441406,0.09131431579589844,0.09298324584960938,0.3211498260498047,0.12636184692382812,0.091552734375,0.09250640869140625,0.08225440979003906,0.09655952453613281,0.08845329284667969,0.08988380432128906 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,True,0.14138221740722656,0.1347064971923828,0.13446807861328125,0.15735626220703125,0.14019012451171875,0.1366138458251953,0.13446807861328125,0.1327991485595703,0.13208389282226562,0.13136863708496094,0.06914138793945312,0.11849403381347656,0.1087188720703125,0.09226799011230469,0.08797645568847656,0.09894371032714844,0.10728836059570312,0.10514259338378906,0.10585784912109375,0.1049041748046875 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,False,0.12278556823730469,0.1163482666015625,0.1251697540283203,0.11515617370605469,0.1163482666015625,0.11539459228515625,0.11444091796875,0.11610984802246094,0.11467933654785156,0.11324882507324219,0.11467933654785156,0.11658668518066406,0.11515617370605469,0.1125335693359375,0.11086463928222656,0.11229515075683594,0.12183189392089844,0.11348724365234375,0.1125335693359375,0.11086463928222656 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.11730194091796875,0.11372566223144531,0.11444091796875,0.11396408081054688,0.11754035949707031,0.11491775512695312,0.11229515075683594,0.11873245239257812,0.11992454528808594,0.1125335693359375,0.09465217590332031,0.0820159912109375,0.06651878356933594,0.060558319091796875,0.06270408630371094,0.06270408630371094,0.0629425048828125,0.06222724914550781,0.062465667724609375,0.06222724914550781 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.1270771026611328,0.1239776611328125,0.14448165893554688,0.1277923583984375,0.12278556823730469,0.12230873107910156,0.12183189392089844,0.13065338134765625,0.1239776611328125,0.12111663818359375,0.08320808410644531,0.08296966552734375,0.08225440979003906,0.08130073547363281,0.08130073547363281,0.08082389831542969,0.07939338684082031,0.07963180541992188,0.07963180541992188,0.07963180541992188 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,True,0.1552104949951172,0.14925003051757812,0.14901161193847656,0.14853477478027344,0.14781951904296875,0.148773193359375,0.14519691467285156,0.5505084991455078,0.4036426544189453,0.36263465881347656,0.12564659118652344,0.125885009765625,0.12826919555664062,0.1266002655029297,0.1239776611328125,0.12469291687011719,0.12564659118652344,0.12350082397460938,0.12469291687011719,0.13446807861328125 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,False,0.1518726348876953,0.14591217041015625,0.1456737518310547,0.1475811004638672,0.14448165893554688,0.1437664031982422,0.1418590545654297,0.14328956604003906,0.14400482177734375,0.1423358917236328,0.10466575622558594,0.10061264038085938,0.09894371032714844,0.09512901306152344,0.09894371032714844,0.09369850158691406,0.09560585021972656,0.09679794311523438,0.09560585021972656,0.09465217590332031 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.14328956604003906,0.14138221740722656,0.13875961303710938,0.1366138458251953,0.13566017150878906,0.14090538024902344,0.13589859008789062,0.14734268188476562,0.14734268188476562,0.13685226440429688,0.14495849609375,0.10204315185546875,0.10347366333007812,0.10561943054199219,0.09751319885253906,0.10323524475097656,0.09846687316894531,0.09799003601074219,0.09703636169433594,0.10013580322265625 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.20432472229003906,0.1804828643798828,0.17595291137695312,0.17189979553222656,0.1647472381591797,0.17023086547851562,0.17070770263671875,0.16832351684570312,0.1685619354248047,0.1666545867919922,0.12469291687011719,0.11086463928222656,0.11420249938964844,0.12063980102539062,0.11491775512695312,0.11587142944335938,0.11396408081054688,0.12063980102539062,0.11277198791503906,0.11849403381347656 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,True,0.118255615234375,0.1163482666015625,0.11515617370605469,0.11372566223144531,0.11420249938964844,0.11396408081054688,0.1125335693359375,0.11229515075683594,0.11277198791503906,0.12326240539550781,0.09441375732421875,0.09465217590332031,0.09560585021972656,0.09322166442871094,0.09202957153320312,0.09226799011230469,0.09202957153320312,0.09179115295410156,0.09202957153320312,0.091552734375 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,False,0.11777877807617188,0.11920928955078125,0.11873245239257812,0.11777877807617188,0.12350082397460938,0.11849403381347656,0.11658668518066406,0.11563301086425781,0.11539459228515625,0.11467933654785156,0.11014938354492188,0.10657310485839844,0.10776519775390625,0.10538101196289062,0.10561943054199219,0.11372566223144531,0.110626220703125,0.1068115234375,0.10585784912109375,0.10538101196289062 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.18644332885742188,0.16641616821289062,0.15783309936523438,0.15544891357421875,0.15282630920410156,0.16260147094726562,0.11849403381347656,0.11754035949707031,0.12183189392089844,0.11944770812988281,0.07081031799316406,0.06961822509765625,0.07081031799316406,0.06842613220214844,0.06914138793945312,0.06794929504394531,0.06866455078125,0.06842613220214844,0.06961822509765625,0.06937980651855469 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.12087821960449219,0.11754035949707031,0.118255615234375,0.11706352233886719,0.11587142944335938,0.12326240539550781,0.11992454528808594,0.118255615234375,0.11563301086425781,0.11563301086425781,0.09512901306152344,0.0934600830078125,0.09226799011230469,0.09202957153320312,0.091552734375,0.091552734375,0.09036064147949219,0.09036064147949219,0.09036064147949219,0.0896453857421875 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,True,0.14209747314453125,0.13947486877441406,0.14019012451171875,0.1399517059326172,0.13780593872070312,0.1373291015625,0.13589859008789062,0.1494884490966797,0.1373291015625,0.13875961303710938,0.24390220642089844,0.2319812774658203,0.2384185791015625,0.2288818359375,0.2262592315673828,0.4608631134033203,0.22649765014648438,0.2231597900390625,0.22530555725097656,0.26798248291015625 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,False,0.5142688751220703,0.4210472106933594,0.36454200744628906,0.3514289855957031,0.3368854522705078,0.3502368927001953,0.3323554992675781,0.3399848937988281,0.3299713134765625,0.34046173095703125,0.18715858459472656,0.18835067749023438,0.18715858459472656,0.18858909606933594,0.18477439880371094,0.18453598022460938,0.1735687255859375,0.18548965454101562,0.24700164794921875,0.2181529998779297 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.1595020294189453,0.1513957977294922,0.15115737915039062,0.14781951904296875,0.15044212341308594,0.14972686767578125,0.15735626220703125,0.15401840209960938,0.15664100646972656,0.15020370483398438,0.22935867309570312,0.3483295440673828,0.32138824462890625,0.20813941955566406,0.194549560546875,0.20956993103027344,0.20074844360351562,0.19812583923339844,0.19741058349609375,0.19598007202148438 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.1475811004638672,0.14209747314453125,0.15687942504882812,0.14281272888183594,0.14257431030273438,0.141143798828125,0.14209747314453125,0.14066696166992188,0.14162063598632812,0.13756752014160156,0.09799003601074219,0.09584426879882812,0.09632110595703125,0.09655952453613281,0.0972747802734375,0.10323524475097656,0.09846687316894531,0.09512901306152344,0.09846687316894531,0.09560585021972656 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,True,0.1163482666015625,0.1163482666015625,0.11467933654785156,0.1163482666015625,0.11515617370605469,0.11396408081054688,0.11348724365234375,0.11372566223144531,0.11229515075683594,0.11348724365234375,0.07009506225585938,0.07009506225585938,0.0705718994140625,0.07033348083496094,0.06985664367675781,0.06890296936035156,0.06937980651855469,0.06937980651855469,0.06985664367675781,0.06890296936035156 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,False,0.12063980102539062,0.1220703125,0.12063980102539062,0.12063980102539062,0.118255615234375,0.12421607971191406,0.12040138244628906,0.11873245239257812,0.11801719665527344,0.11849403381347656,0.07915496826171875,0.07367134094238281,0.07295608520507812,0.0705718994140625,0.0705718994140625,0.07033348083496094,0.0705718994140625,0.06985664367675781,0.06961822509765625,0.07033348083496094 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.1533031463623047,0.13494491577148438,0.1220703125,0.13971328735351562,0.13065338134765625,0.11754035949707031,0.11682510375976562,0.11539459228515625,0.11444091796875,0.11396408081054688,0.15974044799804688,0.15974044799804688,0.15997886657714844,0.15974044799804688,0.15783309936523438,0.16021728515625,0.15878677368164062,0.15974044799804688,0.15997886657714844,0.16117095947265625 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.31685829162597656,0.3075599670410156,0.3466606140136719,0.3190040588378906,0.3101825714111328,0.3097057342529297,0.30112266540527344,0.3006458282470703,0.30612945556640625,0.19884109497070312,0.09250640869140625,0.09369850158691406,0.09512901306152344,0.09322166442871094,0.09298324584960938,0.09083747863769531,0.09179115295410156,0.09131431579589844,0.09250640869140625,0.09083747863769531 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,True,0.3192424774169922,0.2834796905517578,0.5433559417724609,0.26702880859375,0.2491474151611328,0.2582073211669922,0.2689361572265625,0.2472400665283203,0.2391338348388672,0.23794174194335938,0.11396408081054688,0.11110305786132812,0.10371208190917969,0.11110305786132812,0.12063980102539062,0.10728836059570312,0.10943412780761719,0.10752677917480469,0.10251998901367188,0.1385211944580078 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,False,0.21958351135253906,0.19240379333496094,0.3421306610107422,0.21576881408691406,0.20170211791992188,0.18453598022460938,0.1819133758544922,0.18167495727539062,0.18405914306640625,0.17905235290527344,0.186920166015625,0.18405914306640625,0.1881122589111328,0.18405914306640625,0.1842975616455078,0.18644332885742188,0.1995563507080078,0.1850128173828125,0.18167495727539062,0.18024444580078125 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.1475811004638672,0.14591217041015625,0.14328956604003906,0.2281665802001953,0.5044937133789062,0.3809928894042969,0.3604888916015625,0.6415843963623047,0.36144256591796875,0.34499168395996094,0.1723766326904297,0.17571449279785156,0.1780986785888672,0.1709461212158203,0.1728534698486328,0.17118453979492188,0.16880035400390625,0.1678466796875,0.171661376953125,0.17023086547851562 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,0.1571178436279297,0.15234947204589844,0.1595020294189453,0.1418590545654297,0.1437664031982422,0.14066696166992188,0.14209747314453125,0.14138221740722656,0.1475811004638672,0.14281272888183594,0.09465217590332031,0.09369850158691406,0.09131431579589844,0.09131431579589844,0.08869171142578125,0.09059906005859375,0.08988380432128906,0.09059906005859375,0.08845329284667969,0.08916854858398438 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,True,0.1571178436279297,0.1556873321533203,0.1552104949951172,0.1537799835205078,0.1544952392578125,0.15354156494140625,0.15401840209960938,0.16355514526367188,0.16045570373535156,0.21529197692871094,0.16736984252929688,0.16736984252929688,0.16570091247558594,0.1800060272216797,0.19025802612304688,0.16832351684570312,0.164031982421875,0.16355514526367188,0.16236305236816406,0.16307830810546875 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,False,0.1308917999267578,0.12922286987304688,0.13136863708496094,0.13017654418945312,0.13065338134765625,0.1304149627685547,0.12946128845214844,0.12946128845214844,0.12946128845214844,0.12969970703125,0.091552734375,0.09179115295410156,0.09250640869140625,0.09083747863769531,0.0896453857421875,0.09131431579589844,0.08988380432128906,0.0896453857421875,0.09036064147949219,0.08916854858398438 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.13399124145507812,0.12993812561035156,0.12803077697753906,0.12683868408203125,0.12564659118652344,0.12540817260742188,0.12946128845214844,0.12564659118652344,0.125885009765625,0.12469291687011719,0.07367134094238281,0.07295608520507812,0.07343292236328125,0.07152557373046875,0.07104873657226562,0.07271766662597656,0.07104873657226562,0.07104873657226562,0.07200241088867188,0.07343292236328125 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,0.14019012451171875,0.13637542724609375,0.13256072998046875,0.13113021850585938,0.13136863708496094,0.13136863708496094,0.13184547424316406,0.13136863708496094,0.13065338134765625,0.1342296600341797,0.07939338684082031,0.08177757263183594,0.08940696716308594,0.07843971252441406,0.07748603820800781,0.07748603820800781,0.07605552673339844,0.07653236389160156,0.07653236389160156,0.07557868957519531 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,True,0.17833709716796875,0.16188621520996094,0.1614093780517578,0.15783309936523438,0.15926361083984375,0.15974044799804688,0.16164779663085938,0.1590251922607422,0.15854835510253906,0.16045570373535156,0.3306865692138672,0.4723072052001953,0.2181529998779297,0.21839141845703125,0.1983642578125,0.2110004425048828,0.28777122497558594,0.22268295288085938,0.20241737365722656,0.20885467529296875 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,False,0.14925003051757812,0.14591217041015625,0.14662742614746094,0.14138221740722656,0.1430511474609375,0.14901161193847656,0.1430511474609375,0.1423358917236328,0.1430511474609375,0.14138221740722656,0.11014938354492188,0.10848045349121094,0.1125335693359375,0.10538101196289062,0.11181831359863281,0.10848045349121094,0.11038780212402344,0.10585784912109375,0.11181831359863281,0.10442733764648438 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.1590251922607422,0.15401840209960938,0.1518726348876953,0.15354156494140625,0.148773193359375,0.14901161193847656,0.1494884490966797,0.1506805419921875,0.14829635620117188,0.14829635620117188,0.10919570922851562,0.10776519775390625,0.11086463928222656,0.10752677917480469,0.1087188720703125,0.10967254638671875,0.10824203491210938,0.10848045349121094,0.10704994201660156,0.10561943054199219 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,0.19931793212890625,0.1895427703857422,0.1850128173828125,0.1838207244873047,0.18072128295898438,0.1811981201171875,0.18095970153808594,0.1819133758544922,0.2295970916748047,0.19812583923339844,0.14519691467285156,0.1277923583984375,0.12922286987304688,0.12803077697753906,0.12612342834472656,0.12683868408203125,0.12683868408203125,0.13780593872070312,0.11873245239257812,0.10848045349121094 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,True,0.13375282287597656,0.13828277587890625,0.13256072998046875,0.12993812561035156,0.12969970703125,0.1289844512939453,0.12612342834472656,0.12731552124023438,0.12612342834472656,0.1266002655029297,0.13494491577148438,0.13446807861328125,0.13208389282226562,0.13327598571777344,0.1308917999267578,0.13136863708496094,0.1571178436279297,0.15234947204589844,0.15401840209960938,0.17952919006347656 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,False,0.1513957977294922,0.1513957977294922,0.1480579376220703,0.14925003051757812,0.14781951904296875,0.1468658447265625,0.14591217041015625,0.14638900756835938,0.1456737518310547,0.14710426330566406,0.10919570922851562,0.08559226989746094,0.0858306884765625,0.08416175842285156,0.08606910705566406,0.08368492126464844,0.08392333984375,0.08535385131835938,0.08487701416015625,0.08440017700195312 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.15091896057128906,0.1499652862548828,0.1513957977294922,0.1494884490966797,0.14853477478027344,0.14781951904296875,0.14638900756835938,0.14638900756835938,0.14662742614746094,0.14638900756835938,0.08416175842285156,0.23627281188964844,0.08630752563476562,0.08487701416015625,0.08440017700195312,0.08440017700195312,0.08416175842285156,0.08440017700195312,0.0820159912109375,0.08392333984375 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,0.17142295837402344,0.17452239990234375,0.16832351684570312,0.16832351684570312,0.16832351684570312,0.1964569091796875,0.17571449279785156,0.17070770263671875,0.1666545867919922,0.16760826110839844,0.18906593322753906,0.17786026000976562,0.40411949157714844,0.2548694610595703,0.1862049102783203,0.17404556274414062,0.16951560974121094,0.17118453979492188,0.16880035400390625,0.16808509826660156 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,True,0.17523765563964844,0.17452239990234375,0.1773834228515625,0.18835067749023438,0.1671314239501953,0.1652240753173828,0.16736984252929688,0.1633167266845703,0.164031982421875,0.164031982421875,0.14209747314453125,0.13899803161621094,0.13971328735351562,0.13780593872070312,0.1354217529296875,0.14257431030273438,0.13494491577148438,0.13399124145507812,0.13566017150878906,0.133514404296875 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,False,0.18262863159179688,0.39768218994140625,0.171661376953125,0.1614093780517578,0.15926361083984375,0.16069412231445312,0.15783309936523438,0.15926361083984375,0.1575946807861328,0.15473365783691406,0.15163421630859375,0.1494884490966797,0.15020370483398438,0.14901161193847656,0.15115737915039062,0.1468658447265625,0.1442432403564453,0.14281272888183594,0.14519691467285156,0.15735626220703125 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.1881122589111328,0.18358230590820312,0.16880035400390625,0.16689300537109375,0.16069412231445312,0.1621246337890625,0.1633167266845703,0.1621246337890625,0.16045570373535156,0.16164779663085938,0.11372566223144531,0.11205673217773438,0.11301040649414062,0.11157989501953125,0.11134147644042969,0.1087188720703125,0.10895729064941406,0.10967254638671875,0.10895729064941406,0.11038780212402344 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,0.1678466796875,0.16832351684570312,0.16736984252929688,0.16427040100097656,0.16188621520996094,0.1647472381591797,0.16260147094726562,0.16355514526367188,0.16236305236816406,0.16188621520996094,0.11134147644042969,0.11181831359863281,0.11205673217773438,0.11229515075683594,0.110626220703125,0.110626220703125,0.10919570922851562,0.10943412780761719,0.11038780212402344,0.110626220703125 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,True,0.3116130828857422,0.14781951904296875,0.14472007751464844,0.14472007751464844,0.141143798828125,0.14281272888183594,0.1423358917236328,0.15997886657714844,0.1842975616455078,0.14901161193847656,0.09131431579589844,0.0896453857421875,0.08893013000488281,0.08845329284667969,0.08606910705566406,0.08821487426757812,0.08702278137207031,0.08821487426757812,0.08702278137207031,0.08654594421386719 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,False,0.17547607421875,0.1747608184814453,0.1728534698486328,0.1747608184814453,0.1704692840576172,0.17213821411132812,0.17142295837402344,0.1671314239501953,0.16760826110839844,0.1671314239501953,0.09965896606445312,0.10442733764648438,0.0972747802734375,0.09679794311523438,0.09703636169433594,0.09655952453613281,0.29921531677246094,0.1628398895263672,0.13399124145507812,0.13303756713867188 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.14138221740722656,0.13685226440429688,0.1385211944580078,0.13685226440429688,0.1354217529296875,0.13375282287597656,0.1361370086669922,0.13566017150878906,0.1347064971923828,0.133514404296875,0.18525123596191406,0.17523765563964844,0.17309188842773438,0.17142295837402344,0.1685619354248047,0.1652240753173828,0.16570091247558594,0.1690387725830078,0.17762184143066406,0.16832351684570312 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,0.2071857452392578,0.19693374633789062,0.19598007202148438,0.19288063049316406,0.26488304138183594,0.20766258239746094,0.19669532775878906,0.19097328186035156,0.19121170043945312,0.18787384033203125,0.11467933654785156,0.11301040649414062,0.11396408081054688,0.11229515075683594,0.11205673217773438,0.11301040649414062,0.11610984802246094,0.11205673217773438,0.11157989501953125,0.1125335693359375 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,True,0.3917217254638672,0.18477439880371094,0.186920166015625,0.18358230590820312,0.18405914306640625,0.18358230590820312,0.18024444580078125,0.18286705017089844,0.1785755157470703,0.18024444580078125,0.27060508728027344,0.4329681396484375,0.2551078796386719,0.30303001403808594,0.40721893310546875,0.3032684326171875,0.2498626708984375,0.20813941955566406,0.19788742065429688,0.2892017364501953 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,False,0.18453598022460938,0.17714500427246094,0.17547607421875,0.1735687255859375,0.16880035400390625,0.17404556274414062,0.17142295837402344,0.1690387725830078,0.17333030700683594,0.1919269561767578,0.18024444580078125,0.1761913299560547,0.17762184143066406,0.17881393432617188,0.1766681671142578,0.18024444580078125,0.1785755157470703,0.1766681671142578,0.1766681671142578,0.17404556274414062 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.20551681518554688,0.20360946655273438,0.21386146545410156,0.47016143798828125,0.22935867309570312,0.19359588623046875,0.1983642578125,0.19502639770507812,0.1888275146484375,0.18858909606933594,0.10943412780761719,0.10395050048828125,0.10251998901367188,0.10251998901367188,0.10442733764648438,0.10347366333007812,0.10204315185546875,0.10228157043457031,0.10323524475097656,0.10085105895996094 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,0.19121170043945312,0.209808349609375,0.19240379333496094,0.1876354217529297,0.18525123596191406,0.1857280731201172,0.18310546875,0.17881393432617188,0.18334388732910156,0.17833709716796875,0.23102760314941406,0.22983551025390625,0.2288818359375,0.22363662719726562,0.22649765014648438,0.22721290588378906,0.22292137145996094,0.22125244140625,0.2269744873046875,0.2262592315673828 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,True,0.14495849609375,0.14543533325195312,0.1468658447265625,0.1456737518310547,0.14472007751464844,0.1442432403564453,0.1583099365234375,0.1430511474609375,0.14162063598632812,0.1430511474609375,0.08082389831542969,0.07915496826171875,0.08058547973632812,0.07987022399902344,0.08058547973632812,0.07987022399902344,0.07939338684082031,0.07867813110351562,0.08249282836914062,0.07843971252441406 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,False,0.186920166015625,0.1862049102783203,0.18787384033203125,0.18715858459472656,0.1857280731201172,0.18644332885742188,0.1862049102783203,0.18453598022460938,0.1842975616455078,0.18167495727539062,0.09250640869140625,0.09202957153320312,0.10967254638671875,0.09989738464355469,0.09322166442871094,0.09226799011230469,0.09179115295410156,0.09083747863769531,0.091552734375,0.09083747863769531 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.1499652862548828,0.14925003051757812,0.1475811004638672,0.17380714416503906,0.15306472778320312,0.1468658447265625,0.14710426330566406,0.1442432403564453,0.14591217041015625,0.14472007751464844,0.10013580322265625,0.10085105895996094,0.10204315185546875,0.10132789611816406,0.09989738464355469,0.09918212890625,0.09894371032714844,0.09942054748535156,0.09846687316894531,0.09846687316894531 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,0.21386146545410156,0.20956993103027344,0.20623207092285156,0.2067089080810547,0.20360946655273438,0.21266937255859375,0.2741813659667969,0.2658367156982422,0.22220611572265625,0.23126602172851562,0.13828277587890625,0.13685226440429688,0.1373291015625,0.13637542724609375,0.13566017150878906,0.1347064971923828,0.13566017150878906,0.11849403381347656,0.10561943054199219,0.1068115234375 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,True,0.14352798461914062,0.1404285430908203,0.1399517059326172,0.2589225769042969,0.5092620849609375,0.3714561462402344,0.35309791564941406,0.34046173095703125,0.33783912658691406,0.33593177795410156,0.0896453857421875,0.08702278137207031,0.08702278137207031,0.08559226989746094,0.08535385131835938,0.08630752563476562,0.08630752563476562,0.08440017700195312,0.20265579223632812,0.3712177276611328 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,False,0.16736984252929688,0.1659393310546875,0.1609325408935547,0.16045570373535156,0.1595020294189453,0.15997886657714844,0.1614093780517578,0.15974044799804688,0.1678466796875,0.16188621520996094,0.11944770812988281,0.14829635620117188,0.10943412780761719,0.10466575622558594,0.10466575622558594,0.1087188720703125,0.10895729064941406,0.1068115234375,0.11110305786132812,0.10704994201660156 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.1430511474609375,0.13899803161621094,0.1475811004638672,0.1480579376220703,0.14829635620117188,0.1423358917236328,0.13971328735351562,0.1385211944580078,0.1513957977294922,0.1354217529296875,0.08606910705566406,0.08559226989746094,0.08463859558105469,0.08273124694824219,0.08392333984375,0.08106231689453125,0.08344650268554688,0.08416175842285156,0.08654594421386719,0.08320808410644531 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.2052783966064453,0.2002716064453125,0.3159046173095703,0.5221366882324219,0.38552284240722656,0.3616809844970703,0.3516674041748047,0.34332275390625,0.33855438232421875,0.33473968505859375,0.10800361633300781,0.15115737915039062,0.11730194091796875,0.10776519775390625,0.110626220703125,0.10395050048828125,0.11038780212402344,0.10657310485839844,0.10657310485839844,0.10585784912109375 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,True,0.12278556823730469,0.12326240539550781,0.12350082397460938,0.12421607971191406,0.1201629638671875,0.1289844512939453,0.1220703125,0.11897087097167969,0.12063980102539062,0.12111663818359375,0.1652240753173828,0.16045570373535156,0.15974044799804688,0.16045570373535156,0.16164779663085938,0.16045570373535156,0.1614093780517578,0.16021728515625,0.15997886657714844,0.17118453979492188 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,False,0.12731552124023438,0.12326240539550781,0.1239776611328125,0.12373924255371094,0.12278556823730469,0.12278556823730469,0.12683868408203125,0.12755393981933594,0.12230873107910156,0.12969970703125,0.06818771362304688,0.06771087646484375,0.06723403930664062,0.0667572021484375,0.06794929504394531,0.07200241088867188,0.0667572021484375,0.06604194641113281,0.06580352783203125,0.07510185241699219 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.11968612670898438,0.11563301086425781,0.11563301086425781,0.11730194091796875,0.11777877807617188,0.11658668518066406,0.11610984802246094,0.11754035949707031,0.11682510375976562,0.11563301086425781,0.15878677368164062,0.156402587890625,0.15807151794433594,0.15497207641601562,0.1533031463623047,0.1544952392578125,0.152587890625,0.15234947204589844,0.1685619354248047,0.1621246337890625 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.1316070556640625,0.1289844512939453,0.12922286987304688,0.12946128845214844,0.12469291687011719,0.12683868408203125,0.12469291687011719,0.12469291687011719,0.12493133544921875,0.1239776611328125,0.15211105346679688,0.15878677368164062,0.15211105346679688,0.1499652862548828,0.14829635620117188,0.1537799835205078,0.1480579376220703,0.1468658447265625,0.15425682067871094,0.15687942504882812 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,True,0.15091896057128906,0.1437664031982422,0.14734268188476562,0.15473365783691406,0.1590251922607422,0.16427040100097656,0.14495849609375,0.14066696166992188,0.141143798828125,0.13756752014160156,0.12302398681640625,0.10323524475097656,0.08845329284667969,0.08869171142578125,0.08893013000488281,0.08559226989746094,0.10204315185546875,0.0896453857421875,0.08702278137207031,0.0858306884765625 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,False,0.15425682067871094,0.148773193359375,0.15044212341308594,0.15020370483398438,0.14829635620117188,0.14662742614746094,0.1461505889892578,0.1475811004638672,0.16927719116210938,0.15115737915039062,0.18978118896484375,0.14162063598632812,0.15544891357421875,0.12874603271484375,0.1919269561767578,0.16760826110839844,0.14019012451171875,0.12278556823730469,0.1201629638671875,0.12040138244628906 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.14543533325195312,0.16736984252929688,0.17547607421875,0.1456737518310547,0.13971328735351562,0.1456737518310547,0.14066696166992188,0.13875961303710938,0.13780593872070312,0.20837783813476562,0.1533031463623047,0.1475811004638672,0.15234947204589844,0.14543533325195312,0.14734268188476562,0.14257431030273438,0.13446807861328125,0.1609325408935547,0.12826919555664062,0.10657310485839844 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.1533031463623047,0.14710426330566406,0.14853477478027344,0.14829635620117188,0.14710426330566406,0.1480579376220703,0.14901161193847656,0.14591217041015625,0.14925003051757812,0.148773193359375,0.09846687316894531,0.11587142944335938,0.09703636169433594,0.10371208190917969,0.1304149627685547,0.08869171142578125,0.08797645568847656,0.0896453857421875,0.08821487426757812,0.09107589721679688 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,True,0.1251697540283203,0.12469291687011719,0.12493133544921875,0.1251697540283203,0.12278556823730469,0.12278556823730469,0.1220703125,0.12135505676269531,0.12135505676269531,0.12087821960449219,0.0782012939453125,0.08082389831542969,0.080108642578125,0.07939338684082031,0.07867813110351562,0.07891654968261719,0.0782012939453125,0.0782012939453125,0.07843971252441406,0.07867813110351562 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,False,0.1308917999267578,0.3237724304199219,0.1266002655029297,0.125885009765625,0.12564659118652344,0.12683868408203125,0.1385211944580078,0.12755393981933594,0.1456737518310547,0.13947486877441406,0.08440017700195312,0.08392333984375,0.08559226989746094,0.0858306884765625,0.08392333984375,0.08440017700195312,0.08463859558105469,0.08368492126464844,0.08511543273925781,0.08368492126464844 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.32901763916015625,0.3592967987060547,0.33354759216308594,0.3294944763183594,0.3204345703125,0.31638145446777344,0.3135204315185547,0.3077983856201172,0.32448768615722656,0.31375885009765625,0.19812583923339844,0.09226799011230469,0.08153915405273438,0.07843971252441406,0.07653236389160156,0.07700920104980469,0.07677078247070312,0.07653236389160156,0.07677078247070312,0.07605552673339844 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.12922286987304688,0.1270771026611328,0.19073486328125,0.1621246337890625,0.12922286987304688,0.12540817260742188,0.12302398681640625,0.1220703125,0.12254714965820312,0.13208389282226562,0.16427040100097656,0.16379356384277344,0.18405914306640625,0.17452239990234375,0.1537799835205078,0.15091896057128906,0.15020370483398438,0.14901161193847656,0.1544952392578125,0.15616416931152344 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,True,0.1544952392578125,0.15807151794433594,0.16045570373535156,0.1506805419921875,0.15664100646972656,0.156402587890625,0.15497207641601562,0.14972686767578125,0.1575946807861328,0.14901161193847656,0.11348724365234375,0.10704994201660156,0.10967254638671875,0.10561943054199219,0.1068115234375,0.10633468627929688,0.11014938354492188,0.10776519775390625,0.1239776611328125,0.11157989501953125 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,False,0.1926422119140625,0.19550323486328125,0.1926422119140625,0.148773193359375,0.16045570373535156,0.17547607421875,0.1494884490966797,0.14352798461914062,0.14734268188476562,0.14781951904296875,0.09489059448242188,0.09274482727050781,0.09179115295410156,0.12183189392089844,0.09679794311523438,0.09632110595703125,0.09441375732421875,0.09083747863769531,0.09059906005859375,0.09083747863769531 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.3590583801269531,0.35071372985839844,0.3490447998046875,0.3733634948730469,0.28443336486816406,0.2574920654296875,0.26035308837890625,0.2498626708984375,0.3216266632080078,0.27179718017578125,0.10609626770019531,0.10895729064941406,0.14400482177734375,0.10251998901367188,0.10347366333007812,0.10085105895996094,0.09846687316894531,0.09799003601074219,0.09894371032714844,0.102996826171875 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.1571178436279297,0.14925003051757812,0.15211105346679688,0.152587890625,0.14591217041015625,0.1468658447265625,0.14543533325195312,0.14662742614746094,0.14734268188476562,0.1461505889892578,0.20623207092285156,0.2009868621826172,0.19931793212890625,0.20170211791992188,0.19168853759765625,0.19812583923339844,0.1983642578125,0.19860267639160156,0.33211708068847656,0.3445148468017578 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,True,0.12183189392089844,0.11682510375976562,0.11968612670898438,0.11873245239257812,0.1163482666015625,0.11682510375976562,0.11610984802246094,0.11730194091796875,0.11658668518066406,0.11515617370605469,0.07319450378417969,0.07224082946777344,0.07605552673339844,0.07390975952148438,0.07486343383789062,0.07605552673339844,0.07343292236328125,0.07534027099609375,0.0743865966796875,0.07295608520507812 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,False,0.3135204315185547,0.3075599670410156,0.31304359436035156,0.30303001403808594,0.3261566162109375,0.15974044799804688,0.13136863708496094,0.1277923583984375,0.12159347534179688,0.12135505676269531,0.1671314239501953,0.16307830810546875,0.164031982421875,0.20360946655273438,0.38313865661621094,0.2167224884033203,0.17571449279785156,0.16617774963378906,0.16117095947265625,0.15878677368164062 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.13136863708496094,0.12087821960449219,0.11968612670898438,0.11801719665527344,0.12326240539550781,0.12087821960449219,0.11706352233886719,0.11658668518066406,0.13017654418945312,0.11754035949707031,0.07510185241699219,0.07772445678710938,0.07796287536621094,0.07653236389160156,0.0762939453125,0.07462501525878906,0.07510185241699219,0.07486343383789062,0.07390975952148438,0.07581710815429688 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.6029605865478516,0.48089027404785156,0.34308433532714844,0.33164024353027344,0.3230571746826172,0.3170967102050781,0.31566619873046875,0.3108978271484375,0.3159046173095703,0.3101825714111328,0.1552104949951172,0.15354156494140625,0.1533031463623047,0.15020370483398438,0.15282630920410156,0.148773193359375,0.1499652862548828,0.1506805419921875,0.17452239990234375,0.1571178436279297 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,True,0.14781951904296875,0.1494884490966797,0.14734268188476562,0.1468658447265625,0.1461505889892578,0.14472007751464844,0.14257431030273438,0.14257431030273438,0.14328956604003906,0.14281272888183594,0.1838207244873047,0.1811981201171875,0.2944469451904297,0.2472400665283203,0.22482872009277344,0.1900196075439453,0.19502639770507812,0.23055076599121094,0.19931793212890625,0.3733634948730469 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,False,0.15807151794433594,0.15544891357421875,0.15783309936523438,0.15544891357421875,0.15234947204589844,0.15783309936523438,0.15425682067871094,0.15306472778320312,0.1533031463623047,0.15425682067871094,0.194549560546875,0.17189979553222656,0.16546249389648438,0.17595291137695312,0.1819133758544922,0.17023086547851562,0.1685619354248047,0.1709461212158203,0.16570091247558594,0.17070770263671875 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.1575946807861328,0.15687942504882812,0.15687942504882812,0.156402587890625,0.15497207641601562,0.15425682067871094,0.15425682067871094,0.1537799835205078,0.15306472778320312,0.15306472778320312,0.21576881408691406,0.21314620971679688,0.2913475036621094,0.17762184143066406,0.11706352233886719,0.13017654418945312,0.11587142944335938,0.11563301086425781,0.11205673217773438,0.11491775512695312 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,0.15807151794433594,0.1571178436279297,0.15497207641601562,0.16808509826660156,0.1995563507080078,0.17786026000976562,0.16307830810546875,0.16355514526367188,0.16307830810546875,0.1633167266845703,0.10919570922851562,0.10824203491210938,0.1068115234375,0.10633468627929688,0.1049041748046875,0.10371208190917969,0.10466575622558594,0.102996826171875,0.11944770812988281,0.11563301086425781 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,True,0.12636184692382812,0.1251697540283203,0.12254714965820312,0.12159347534179688,0.11992454528808594,0.12683868408203125,0.12230873107910156,0.12373924255371094,0.12159347534179688,0.11968612670898438,0.16355514526367188,0.16355514526367188,0.1938343048095703,0.1926422119140625,0.2655982971191406,0.18286705017089844,0.1742839813232422,0.16069412231445312,0.15616416931152344,0.15687942504882812 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,False,0.17142295837402344,0.17976760864257812,0.17142295837402344,0.16808509826660156,0.16641616821289062,0.16689300537109375,0.16570091247558594,0.16260147094726562,0.1628398895263672,0.16355514526367188,0.10085105895996094,0.09989738464355469,0.10061264038085938,0.09918212890625,0.09894371032714844,0.10013580322265625,0.09894371032714844,0.09870529174804688,0.09846687316894531,0.09918212890625 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.13494491577148438,0.2105236053466797,0.13446807861328125,0.12826919555664062,0.12493133544921875,0.12755393981933594,0.12683868408203125,0.13685226440429688,0.12731552124023438,0.12564659118652344,0.08916854858398438,0.08821487426757812,0.09107589721679688,0.09036064147949219,0.08893013000488281,0.09012222290039062,0.07033348083496094,0.07009506225585938,0.06985664367675781,0.06985664367675781 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,0.1895427703857422,0.1735687255859375,0.15664100646972656,0.14972686767578125,0.1468658447265625,0.14734268188476562,0.1461505889892578,0.1480579376220703,0.1461505889892578,0.1442432403564453,0.1780986785888672,0.08678436279296875,0.10371208190917969,0.0896453857421875,0.08535385131835938,0.08463859558105469,0.08535385131835938,0.0858306884765625,0.08511543273925781,0.08559226989746094 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,True,0.1652240753173828,0.1621246337890625,0.1590251922607422,0.15807151794433594,0.1544952392578125,0.15473365783691406,0.15401840209960938,0.15592575073242188,0.15425682067871094,0.15497207641601562,0.1544952392578125,0.11014938354492188,0.10752677917480469,0.10824203491210938,0.10514259338378906,0.10943412780761719,0.10657310485839844,0.10776519775390625,0.10585784912109375,0.10347366333007812 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,False,0.18167495727539062,0.17380714416503906,0.18358230590820312,0.19168853759765625,0.1761913299560547,0.1728534698486328,0.17309188842773438,0.18167495727539062,0.17452239990234375,0.4520416259765625,0.13780593872070312,0.13113021850585938,0.1347064971923828,0.13184547424316406,0.1304149627685547,0.13113021850585938,0.13017654418945312,0.12946128845214844,0.1304149627685547,0.12826919555664062 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.17595291137695312,0.16427040100097656,0.1621246337890625,0.16188621520996094,0.17333030700683594,0.15664100646972656,0.15497207641601562,0.15592575073242188,0.1571178436279297,0.1518726348876953,0.3809928894042969,0.26607513427734375,0.20360946655273438,0.19168853759765625,0.18715858459472656,0.18477439880371094,0.1823902130126953,0.1800060272216797,0.18072128295898438,0.179290771484375 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,0.179290771484375,0.179290771484375,0.179290771484375,0.17762184143066406,0.1747608184814453,0.1766681671142578,0.18668174743652344,0.18334388732910156,0.17881393432617188,0.17499923706054688,0.2124309539794922,0.20933151245117188,0.2129077911376953,0.20766258239746094,0.2086162567138672,0.209808349609375,0.20551681518554688,0.21147727966308594,0.20742416381835938,0.2257823944091797 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,True,0.18072128295898438,0.17881393432617188,0.17762184143066406,0.17571449279785156,0.18906593322753906,0.18143653869628906,0.17333030700683594,0.1709461212158203,0.17142295837402344,0.17023086547851562,0.1697540283203125,0.17118453979492188,0.17404556274414062,0.1709461212158203,0.1671314239501953,0.17023086547851562,0.16832351684570312,0.16927719116210938,0.16999244689941406,0.3058910369873047 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,False,0.1685619354248047,0.16999244689941406,0.1704692840576172,0.16760826110839844,0.16641616821289062,0.1671314239501953,0.16498565673828125,0.16570091247558594,0.1614093780517578,0.1614093780517578,0.10728836059570312,0.1049041748046875,0.10657310485839844,0.10585784912109375,0.10538101196289062,0.10442733764648438,0.10538101196289062,0.10442733764648438,0.10395050048828125,0.10418891906738281 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.3485679626464844,0.3342628479003906,0.33164024353027344,0.32711029052734375,0.33593177795410156,0.33164024353027344,0.3254413604736328,0.3314018249511719,0.3314018249511719,0.3235340118408203,0.10967254638671875,0.10800361633300781,0.1068115234375,0.10704994201660156,0.10561943054199219,0.10538101196289062,0.29540061950683594,0.1270771026611328,0.1239776611328125,0.1289844512939453 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,0.18072128295898438,0.17952919006347656,0.18167495727539062,0.17952919006347656,0.18143653869628906,0.17952919006347656,0.17333030700683594,0.17142295837402344,0.17333030700683594,0.1709461212158203,0.10895729064941406,0.10848045349121094,0.133514404296875,0.13256072998046875,0.15354156494140625,0.34236907958984375,0.23293495178222656,0.21314620971679688,0.20456314086914062,0.19860267639160156 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,True,0.17547607421875,0.16951560974121094,0.17070770263671875,0.171661376953125,0.1659393310546875,0.1671314239501953,0.1647472381591797,0.1628398895263672,0.16379356384277344,0.164031982421875,0.22673606872558594,0.12230873107910156,0.11324882507324219,0.10943412780761719,0.10514259338378906,0.102996826171875,0.10752677917480469,0.10251998901367188,0.10275840759277344,0.10275840759277344 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,False,0.19502639770507812,0.19121170043945312,0.1888275146484375,0.18644332885742188,0.1862049102783203,0.1850128173828125,0.18477439880371094,0.1888275146484375,0.20194053649902344,0.21910667419433594,0.14519691467285156,0.14472007751464844,0.14662742614746094,0.1437664031982422,0.14019012451171875,0.1468658447265625,0.16450881958007812,0.16021728515625,0.15854835510253906,0.15544891357421875 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.1881122589111328,0.23055076599121094,0.2071857452392578,0.1804828643798828,0.18548965454101562,0.1780986785888672,0.17690658569335938,0.1766681671142578,0.1773834228515625,0.17642974853515625,0.14209747314453125,0.14162063598632812,0.1442432403564453,0.13685226440429688,0.1380443572998047,0.1373291015625,0.41484832763671875,0.2715587615966797,0.22649765014648438,0.27823448181152344 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,0.21910667419433594,0.2086162567138672,0.20742416381835938,0.20694732666015625,0.20575523376464844,0.22721290588378906,0.21600723266601562,0.2048015594482422,0.20432472229003906,0.20456314086914062,0.1583099365234375,0.152587890625,0.152587890625,0.15282630920410156,0.1494884490966797,0.15163421630859375,0.15091896057128906,0.14829635620117188,0.15020370483398438,0.14972686767578125 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,True,0.1575946807861328,0.1556873321533203,0.15592575073242188,0.15473365783691406,0.15306472778320312,0.17261505126953125,0.1780986785888672,0.16021728515625,0.15544891357421875,0.15616416931152344,0.18095970153808594,0.17976760864257812,0.35572052001953125,0.2765655517578125,0.17905235290527344,0.15974044799804688,0.15687942504882812,0.1544952392578125,0.15687942504882812,0.15687942504882812 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,False,0.19693374633789062,0.19621849060058594,0.1964569091796875,0.1857280731201172,0.1857280731201172,0.18262863159179688,0.20742416381835938,0.1938343048095703,0.18358230590820312,0.18215179443359375,0.12922286987304688,0.12230873107910156,0.12254714965820312,0.1392364501953125,0.1323223114013672,0.12302398681640625,0.12135505676269531,0.12111663818359375,0.12063980102539062,0.1201629638671875 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.17786026000976562,0.1709461212158203,0.1728534698486328,0.16999244689941406,0.16927719116210938,0.17142295837402344,0.17070770263671875,0.17118453979492188,0.1723766326904297,0.1697540283203125,0.18167495727539062,0.1761913299560547,0.17976760864257812,0.17642974853515625,0.17499923706054688,0.17642974853515625,0.2040863037109375,0.18334388732910156,0.17905235290527344,0.1766681671142578 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,0.2009868621826172,0.19788742065429688,0.19693374633789062,0.2110004425048828,0.19860267639160156,0.194549560546875,0.1938343048095703,0.20837783813476562,0.19168853759765625,0.19049644470214844,0.1544952392578125,0.1533031463623047,0.1537799835205078,0.15234947204589844,0.15211105346679688,0.15211105346679688,0.16808509826660156,0.16260147094726562,0.15306472778320312,0.15234947204589844 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,True,0.19502639770507812,0.18739700317382812,0.18668174743652344,0.1823902130126953,0.1857280731201172,0.18310546875,0.18262863159179688,0.1819133758544922,0.1819133758544922,0.1804828643798828,0.18644332885742188,0.19240379333496094,0.19693374633789062,0.1697540283203125,0.1697540283203125,0.20647048950195312,0.17118453979492188,0.1766681671142578,0.1633167266845703,0.1659393310546875 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,False,0.18787384033203125,0.18715858459472656,0.1857280731201172,0.1823902130126953,0.19860267639160156,0.1823902130126953,0.1804828643798828,0.1811981201171875,0.1811981201171875,0.18143653869628906,0.16427040100097656,0.18286705017089844,0.16880035400390625,0.1628398895263672,0.16427040100097656,0.1533031463623047,0.16427040100097656,0.18668174743652344,0.15807151794433594,0.278472900390625 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.22363662719726562,0.2186298370361328,0.30040740966796875,0.24557113647460938,0.2410411834716797,0.19478797912597656,0.19097328186035156,0.1938343048095703,0.20003318786621094,0.19097328186035156,0.29850006103515625,0.22411346435546875,0.2124309539794922,0.2079010009765625,0.2052783966064453,0.2143383026123047,0.21028518676757812,0.21529197692871094,0.2124309539794922,0.21266937255859375 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,0.28061866760253906,0.255584716796875,0.24700164794921875,0.24771690368652344,0.24557113647460938,0.24700164794921875,0.24318695068359375,0.24771690368652344,0.2429485321044922,0.2410411834716797,0.1976490020751953,0.19407272338867188,0.2617835998535156,0.23746490478515625,0.20122528076171875,0.1990795135498047,0.1990795135498047,0.19693374633789062,0.2048015594482422,0.19860267639160156 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,True,0.17380714416503906,0.17309188842773438,0.17023086547851562,0.16880035400390625,0.1685619354248047,0.16951560974121094,0.16951560974121094,0.16808509826660156,0.1685619354248047,0.16927719116210938,0.10824203491210938,0.10585784912109375,0.1068115234375,0.1068115234375,0.10704994201660156,0.10514259338378906,0.10609626770019531,0.10371208190917969,0.10561943054199219,0.10538101196289062 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,False,0.2205371856689453,0.2167224884033203,0.21529197692871094,0.21314620971679688,0.21076202392578125,0.2675056457519531,0.8268356323242188,0.518798828125,0.45800209045410156,0.4191398620605469,0.25725364685058594,0.2524852752685547,0.2548694610595703,0.2505779266357422,0.25081634521484375,0.25343894958496094,0.2491474151611328,0.2503395080566406,0.24938583374023438,0.2498626708984375 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.19073486328125,0.18644332885742188,0.18405914306640625,0.18334388732910156,0.18334388732910156,0.1850128173828125,0.18835067749023438,0.18477439880371094,0.1819133758544922,0.18167495727539062,0.14352798461914062,0.11348724365234375,0.12230873107910156,0.20742416381835938,0.3502368927001953,0.3628730773925781,0.20360946655273438,0.1881122589111328,0.1842975616455078,0.18787384033203125 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,0.22220611572265625,0.2193450927734375,0.21839141845703125,0.21767616271972656,0.22649765014648438,0.21910667419433594,0.2143383026123047,0.213623046875,0.21600723266601562,0.21457672119140625,0.17762184143066406,0.3485679626464844,0.16808509826660156,0.1678466796875,0.17118453979492188,0.1697540283203125,0.1747608184814453,0.17261505126953125,0.1685619354248047,0.1690387725830078 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,True,0.1456737518310547,0.14257431030273438,0.14448165893554688,0.13899803161621094,0.13709068298339844,0.1385211944580078,0.13780593872070312,0.1404285430908203,0.1380443572998047,0.1404285430908203,0.19979476928710938,0.19216537475585938,0.19049644470214844,0.18930435180664062,0.18525123596191406,0.18072128295898438,0.18477439880371094,0.18215179443359375,0.18525123596191406,0.18024444580078125 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,False,0.16450881958007812,0.1590251922607422,0.16045570373535156,0.15878677368164062,0.15878677368164062,0.1571178436279297,0.15997886657714844,0.1583099365234375,0.15807151794433594,0.15616416931152344,0.08654594421386719,0.08916854858398438,0.08511543273925781,0.08678436279296875,0.08678436279296875,0.08535385131835938,0.08511543273925781,0.08535385131835938,0.08440017700195312,0.0858306884765625 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.5090236663818359,0.4336833953857422,0.3814697265625,0.3528594970703125,0.3464221954345703,0.3402233123779297,0.3376007080078125,0.33473968505859375,0.33354759216308594,0.3409385681152344,0.09250640869140625,0.09989738464355469,0.09131431579589844,0.1366138458251953,0.11348724365234375,0.11801719665527344,0.08726119995117188,0.08702278137207031,0.08749961853027344,0.08893013000488281 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.1537799835205078,0.14972686767578125,0.1513957977294922,0.14901161193847656,0.14710426330566406,0.1506805419921875,0.14781951904296875,0.1437664031982422,0.14591217041015625,0.1456737518310547,0.09250640869140625,0.10657310485839844,0.10228157043457031,0.0972747802734375,0.31256675720214844,0.1270771026611328,0.09799003601074219,0.08988380432128906,0.08845329284667969,0.08821487426757812 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,True,0.13566017150878906,0.15854835510253906,0.13589859008789062,0.13637542724609375,0.1347064971923828,0.1327991485595703,0.13184547424316406,0.13256072998046875,0.1304149627685547,0.12993812561035156,0.07987022399902344,0.07748603820800781,0.07700920104980469,0.07843971252441406,0.07843971252441406,0.07796287536621094,0.0782012939453125,0.0762939453125,0.080108642578125,0.0762939453125 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,False,0.1289844512939453,0.1251697540283203,0.12540817260742188,0.12373924255371094,0.1220703125,0.1220703125,0.16450881958007812,0.1327991485595703,0.12564659118652344,0.12350082397460938,0.16236305236816406,0.16164779663085938,0.1614093780517578,0.15926361083984375,0.15807151794433594,0.15997886657714844,0.15807151794433594,0.1590251922607422,0.15878677368164062,0.1583099365234375 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.16427040100097656,0.16021728515625,0.1583099365234375,0.2300739288330078,0.1571178436279297,0.152587890625,0.1552104949951172,0.17070770263671875,0.15878677368164062,0.1537799835205078,0.07009506225585938,0.07033348083496094,0.07271766662597656,0.07009506225585938,0.07152557373046875,0.07081031799316406,0.0705718994140625,0.0705718994140625,0.06961822509765625,0.07081031799316406 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.1347064971923828,0.13017654418945312,0.1304149627685547,0.12993812561035156,0.12922286987304688,0.12922286987304688,0.12636184692382812,0.125885009765625,0.13637542724609375,0.1270771026611328,0.06914138793945312,0.06937980651855469,0.0705718994140625,0.06794929504394531,0.06890296936035156,0.06723403930664062,0.06723403930664062,0.06747245788574219,0.06747245788574219,0.0667572021484375 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,True,0.15544891357421875,0.15354156494140625,0.1533031463623047,0.1666545867919922,0.1494884490966797,0.14829635620117188,0.1480579376220703,0.14829635620117188,0.14448165893554688,0.14853477478027344,0.10466575622558594,0.102996826171875,0.13494491577148438,0.15878677368164062,0.10538101196289062,0.10347366333007812,0.10395050048828125,0.10013580322265625,0.102996826171875,0.10228157043457031 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,False,0.3616809844970703,0.36978721618652344,0.34427642822265625,0.34046173095703125,0.3409385681152344,0.33855438232421875,0.3349781036376953,0.39458274841308594,0.34499168395996094,0.33092498779296875,0.10514259338378906,0.10395050048828125,0.10466575622558594,0.10013580322265625,0.09703636169433594,0.0972747802734375,0.09608268737792969,0.11968612670898438,0.148773193359375,0.10728836059570312 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.16951560974121094,0.19407272338867188,0.1888275146484375,0.15783309936523438,0.3364086151123047,0.16808509826660156,0.1590251922607422,0.156402587890625,0.16045570373535156,0.15401840209960938,0.09250640869140625,0.09131431579589844,0.09226799011230469,0.09059906005859375,0.08988380432128906,0.09012222290039062,0.087738037109375,0.08726119995117188,0.09036064147949219,0.09036064147949219 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.16808509826660156,0.1595020294189453,0.16498565673828125,0.16069412231445312,0.15664100646972656,0.1571178436279297,0.15926361083984375,0.15854835510253906,0.1609325408935547,0.15616416931152344,0.2524852752685547,0.21839141845703125,0.21839141845703125,0.2288818359375,0.2257823944091797,0.22363662719726562,0.22530555725097656,0.22411346435546875,0.23126602172851562,0.24580955505371094 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,True,0.1728534698486328,0.16736984252929688,0.1742839813232422,0.13256072998046875,0.213623046875,0.5125999450683594,0.35119056701660156,0.3266334533691406,0.3154277801513672,0.3275871276855469,0.07605552673339844,0.0762939453125,0.07939338684082031,0.07557868957519531,0.07486343383789062,0.07557868957519531,0.07367134094238281,0.07414817810058594,0.07414817810058594,0.07295608520507812 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,False,0.1704692840576172,0.16570091247558594,0.16760826110839844,0.16427040100097656,0.1659393310546875,0.18262863159179688,0.16498565673828125,0.1780986785888672,0.16617774963378906,0.16427040100097656,0.07319450378417969,0.072479248046875,0.07271766662597656,0.0743865966796875,0.6434917449951172,0.3230571746826172,0.2002716064453125,0.2930164337158203,0.2276897430419922,0.18787384033203125 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.1323223114013672,0.12826919555664062,0.125885009765625,0.12636184692382812,0.12826919555664062,0.12755393981933594,0.12683868408203125,0.12731552124023438,0.1266002655029297,0.12326240539550781,0.1285076141357422,0.12683868408203125,0.125885009765625,0.12540817260742188,0.12540817260742188,0.2567768096923828,0.12636184692382812,0.13399124145507812,0.13947486877441406,0.1628398895263672 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.1556873321533203,0.15234947204589844,0.14829635620117188,0.1499652862548828,0.18143653869628906,0.20122528076171875,0.1537799835205078,0.148773193359375,0.17404556274414062,0.14853477478027344,0.08368492126464844,0.08368492126464844,0.08487701416015625,0.08225440979003906,0.0820159912109375,0.08225440979003906,0.08177757263183594,0.08153915405273438,0.0820159912109375,0.0820159912109375 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,True,0.15687942504882812,0.152587890625,0.15163421630859375,0.148773193359375,0.1614093780517578,0.1475811004638672,0.14543533325195312,0.14519691467285156,0.14352798461914062,0.1842975616455078,0.27823448181152344,0.21958351135253906,0.19598007202148438,0.186920166015625,0.21195411682128906,0.22149085998535156,0.20170211791992188,0.2033710479736328,0.20575523376464844,0.20074844360351562 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,False,0.38552284240722656,0.36334991455078125,0.3514289855957031,0.34546852111816406,0.34117698669433594,0.3402233123779297,0.3361701965332031,0.3361701965332031,0.3528594970703125,0.4100799560546875,0.19693374633789062,0.18215179443359375,0.19049644470214844,0.19168853759765625,0.1938343048095703,0.1895427703857422,0.2276897430419922,0.194549560546875,0.19049644470214844,0.18715858459472656 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.1804828643798828,0.17690658569335938,0.1773834228515625,0.18310546875,0.171661376953125,0.16951560974121094,0.1709461212158203,0.17833709716796875,0.17523765563964844,0.17118453979492188,0.19550323486328125,0.1857280731201172,0.18262863159179688,0.18310546875,0.18858909606933594,0.18215179443359375,0.18262863159179688,0.18668174743652344,0.18143653869628906,0.1819133758544922 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.1697540283203125,0.16880035400390625,0.16379356384277344,0.16021728515625,0.15091896057128906,0.3693103790283203,0.22554397583007812,0.1964569091796875,0.1666545867919922,0.15687942504882812,0.10085105895996094,0.09584426879882812,0.09870529174804688,0.09465217590332031,0.09655952453613281,0.09775161743164062,0.09942054748535156,0.09918212890625,0.09918212890625,0.09703636169433594 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,True,0.12803077697753906,0.15735626220703125,0.1289844512939453,0.12230873107910156,0.13589859008789062,0.12087821960449219,0.11920928955078125,0.12135505676269531,0.12254714965820312,0.12254714965820312,0.07390975952148438,0.07319450378417969,0.07271766662597656,0.07104873657226562,0.07152557373046875,0.07200241088867188,0.07271766662597656,0.072479248046875,0.072479248046875,0.07176399230957031 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,False,0.1552104949951172,0.1475811004638672,0.1461505889892578,0.14543533325195312,0.14710426330566406,0.14662742614746094,0.14162063598632812,0.17786026000976562,0.1456737518310547,0.14281272888183594,0.18548965454101562,0.1621246337890625,0.1571178436279297,0.15425682067871094,0.156402587890625,0.16307830810546875,0.1583099365234375,0.15497207641601562,0.15306472778320312,0.17905235290527344 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.12278556823730469,0.12445449829101562,0.12302398681640625,0.12183189392089844,0.11920928955078125,0.11944770812988281,0.12111663818359375,0.11992454528808594,0.11920928955078125,0.11920928955078125,0.08368492126464844,0.08249282836914062,0.08249282836914062,0.08177757263183594,0.08106231689453125,0.08606910705566406,0.07009506225585938,0.07081031799316406,0.07009506225585938,0.06890296936035156 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.1976490020751953,0.19097328186035156,0.19121170043945312,0.1900196075439453,0.21219253540039062,0.194549560546875,0.19168853759765625,0.19049644470214844,0.19288063049316406,0.1895427703857422,0.09679794311523438,0.09441375732421875,0.11372566223144531,0.09679794311523438,0.09512901306152344,0.09298324584960938,0.09489059448242188,0.09417533874511719,0.0934600830078125,0.0934600830078125 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,True,0.1575946807861328,0.15401840209960938,0.15926361083984375,0.15473365783691406,0.1475811004638672,0.14638900756835938,0.14734268188476562,0.1480579376220703,0.1456737518310547,0.14591217041015625,0.10037422180175781,0.09918212890625,0.09703636169433594,0.09608268737792969,0.10085105895996094,0.09894371032714844,0.09846687316894531,0.09870529174804688,0.10037422180175781,0.09965896606445312 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,False,0.17023086547851562,0.1671314239501953,0.17023086547851562,0.1690387725830078,0.16641616821289062,0.1678466796875,0.16999244689941406,0.1666545867919922,0.16379356384277344,0.16379356384277344,0.11229515075683594,0.11420249938964844,0.10752677917480469,0.1270771026611328,0.11515617370605469,0.13399124145507812,0.11682510375976562,0.12969970703125,0.11348724365234375,0.12159347534179688 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.16307830810546875,0.1804828643798828,0.1761913299560547,0.14853477478027344,0.15044212341308594,0.15020370483398438,0.1499652862548828,0.14829635620117188,0.16236305236816406,0.1442432403564453,0.09918212890625,0.09298324584960938,0.09465217590332031,0.18453598022460938,0.13685226440429688,0.09512901306152344,0.10228157043457031,0.10347366333007812,0.09131431579589844,0.09322166442871094 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,0.20265579223632812,0.19621849060058594,0.1995563507080078,0.19812583923339844,0.18715858459472656,0.17642974853515625,0.24366378784179688,0.2040863037109375,0.37741661071777344,0.1842975616455078,0.2608299255371094,0.28967857360839844,0.24771690368652344,0.27108192443847656,0.21409988403320312,0.20360946655273438,0.21767616271972656,0.213623046875,0.2110004425048828,0.21457672119140625 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,True,0.13399124145507812,0.12803077697753906,0.1289844512939453,0.12826919555664062,0.1285076141357422,0.12874603271484375,0.13637542724609375,0.12350082397460938,0.12326240539550781,0.12278556823730469,0.17261505126953125,0.17309188842773438,0.1690387725830078,0.3540515899658203,0.2560615539550781,0.18215179443359375,0.1709461212158203,0.17142295837402344,0.16880035400390625,0.16450881958007812 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,False,0.1628398895263672,0.15878677368164062,0.15878677368164062,0.17142295837402344,0.1544952392578125,0.1544952392578125,0.15592575073242188,0.1895427703857422,0.1895427703857422,0.16355514526367188,0.09703636169433594,0.09846687316894531,0.09894371032714844,0.0972747802734375,0.09679794311523438,0.09822845458984375,0.0972747802734375,0.09608268737792969,0.09679794311523438,0.09608268737792969 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.3249645233154297,0.31447410583496094,0.3063678741455078,0.3008842468261719,0.31876564025878906,0.2987384796142578,0.2961158752441406,0.3170967102050781,0.3104209899902344,0.3178119659423828,0.16450881958007812,0.27298927307128906,0.1857280731201172,0.09942054748535156,0.09250640869140625,0.08988380432128906,0.08749961853027344,0.08940696716308594,0.09202957153320312,0.09274482727050781 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,0.1723766326904297,0.1773834228515625,0.1666545867919922,0.16736984252929688,0.16927719116210938,0.16498565673828125,0.16260147094726562,0.164031982421875,0.16355514526367188,0.1652240753173828,0.11014938354492188,0.10800361633300781,0.11157989501953125,0.11038780212402344,0.10824203491210938,0.10943412780761719,0.10776519775390625,0.10633468627929688,0.10848045349121094,0.1087188720703125 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,True,0.19025802612304688,0.18334388732910156,0.1876354217529297,0.17523765563964844,0.1780986785888672,0.17571449279785156,0.17881393432617188,0.1823902130126953,0.18143653869628906,0.17452239990234375,0.1354217529296875,0.13256072998046875,0.15020370483398438,0.1347064971923828,0.12969970703125,0.1316070556640625,0.13184547424316406,0.13136863708496094,0.1285076141357422,0.13113021850585938 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,False,0.23674964904785156,0.21123886108398438,0.2071857452392578,0.21147727966308594,0.2071857452392578,0.2079010009765625,0.20837783813476562,0.20694732666015625,0.20837783813476562,0.20933151245117188,0.14400482177734375,0.14090538024902344,0.14543533325195312,0.14352798461914062,0.14281272888183594,0.1418590545654297,0.14162063598632812,0.1404285430908203,0.1404285430908203,0.1392364501953125 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.18095970153808594,0.1723766326904297,0.17762184143066406,0.17404556274414062,0.17309188842773438,0.16999244689941406,0.17547607421875,0.1709461212158203,0.1697540283203125,0.16760826110839844,0.10943412780761719,0.10848045349121094,0.12159347534179688,0.14281272888183594,0.10704994201660156,0.10776519775390625,0.10251998901367188,0.1049041748046875,0.1049041748046875,0.10466575622558594 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,0.5538463592529297,0.301361083984375,0.3020763397216797,0.2808570861816406,0.26679039001464844,0.2608299255371094,0.2624988555908203,0.27489662170410156,0.28443336486816406,0.26535987854003906,0.13184547424316406,0.1685619354248047,0.2884864807128906,0.18143653869628906,0.18715858459472656,0.15401840209960938,0.15592575073242188,0.16927719116210938,0.156402587890625,0.17118453979492188 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,True,0.17714500427246094,0.1621246337890625,0.1583099365234375,0.1723766326904297,0.15306472778320312,0.1537799835205078,0.15282630920410156,0.15306472778320312,0.1537799835205078,0.48661231994628906,0.10323524475097656,0.10323524475097656,0.10347366333007812,0.10848045349121094,0.10395050048828125,0.10132789611816406,0.10156631469726562,0.10037422180175781,0.10180473327636719,0.10061264038085938 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,False,0.2257823944091797,0.22554397583007812,0.2219676971435547,0.21982192993164062,0.21791458129882812,0.21767616271972656,0.21576881408691406,0.21696090698242188,0.21910667419433594,0.2167224884033203,0.15687942504882812,0.1556873321533203,0.1575946807861328,0.15544891357421875,0.15544891357421875,0.15497207641601562,0.1544952392578125,0.15425682067871094,0.15425682067871094,0.1544952392578125 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,0.1876354217529297,0.1823902130126953,0.18024444580078125,0.179290771484375,0.17547607421875,0.17714500427246094,0.17762184143066406,0.17595291137695312,0.17523765563964844,0.1742839813232422,0.1289844512939453,0.1220703125,0.12421607971191406,0.11873245239257812,0.11801719665527344,0.11730194091796875,0.11873245239257812,0.11849403381347656,0.11873245239257812,0.11944770812988281 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,0.41747093200683594,0.4150867462158203,0.4162788391113281,0.5733966827392578,0.4506111145019531,0.4239082336425781,0.4177093505859375,0.41174888610839844,0.40602684020996094,0.40531158447265625,0.1475811004638672,0.14472007751464844,0.14495849609375,0.14400482177734375,0.1513957977294922,0.14829635620117188,0.14448165893554688,0.1442432403564453,0.14400482177734375,0.14328956604003906 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,True,0.1850128173828125,0.1862049102783203,0.19788742065429688,0.17595291137695312,0.1728534698486328,0.17452239990234375,0.17404556274414062,0.17189979553222656,0.1735687255859375,0.17261505126953125,0.13494491577148438,0.12040138244628906,0.3631114959716797,0.15687942504882812,0.12540817260742188,0.12803077697753906,0.12254714965820312,0.11992454528808594,0.1201629638671875,0.11873245239257812 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,False,0.2124309539794922,0.2129077911376953,0.2117156982421875,0.2124309539794922,0.2079010009765625,0.21529197692871094,0.20885467529296875,0.20599365234375,0.20456314086914062,0.2110004425048828,0.2505779266357422,0.2460479736328125,0.24390220642089844,0.24247169494628906,0.2524852752685547,0.2605915069580078,0.25582313537597656,0.2543926239013672,0.25081634521484375,0.25272369384765625 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,0.171661376953125,0.17142295837402344,0.16927719116210938,0.17118453979492188,0.16760826110839844,0.17380714416503906,0.16760826110839844,0.17023086547851562,0.16927719116210938,0.17833709716796875,0.22912025451660156,0.2288818359375,0.22935867309570312,0.2276897430419922,0.2639293670654297,0.2219676971435547,0.20360946655273438,0.20575523376464844,0.20456314086914062,0.2033710479736328 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,0.2601146697998047,0.2579689025878906,0.2605915069580078,0.2562999725341797,0.2567768096923828,0.25653839111328125,0.29850006103515625,0.29754638671875,0.2617835998535156,0.2646446228027344,0.19884109497070312,0.19073486328125,0.19168853759765625,0.19025802612304688,0.1895427703857422,0.18930435180664062,0.1938343048095703,0.18978118896484375,0.1895427703857422,0.1926422119140625 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,True,0.18858909606933594,0.17213821411132812,0.17070770263671875,0.17070770263671875,0.1690387725830078,0.16832351684570312,0.16617774963378906,0.16951560974121094,0.5490779876708984,0.18405914306640625,0.1766681671142578,0.18715858459472656,0.18596649169921875,0.17547607421875,0.17404556274414062,0.19884109497070312,0.18858909606933594,0.17547607421875,0.3006458282470703,0.171661376953125 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,False,0.3075599670410156,0.2989768981933594,0.3020763397216797,0.29659271240234375,0.2989768981933594,0.2956390380859375,0.2956390380859375,0.29540061950683594,0.3025531768798828,0.30517578125,0.27251243591308594,0.27060508728027344,0.270843505859375,0.26869773864746094,0.2665519714355469,0.2665519714355469,0.26607513427734375,0.26535987854003906,0.26345252990722656,0.2684593200683594 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,0.17571449279785156,0.17595291137695312,0.1652240753173828,0.16164779663085938,0.15878677368164062,0.15854835510253906,0.16117095947265625,0.1552104949951172,0.1583099365234375,0.15354156494140625,0.20623207092285156,0.20575523376464844,0.20503997802734375,0.20456314086914062,0.20360946655273438,0.20456314086914062,0.20241737365722656,0.20313262939453125,0.20122528076171875,0.20360946655273438 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,0.2892017364501953,0.3170967102050781,0.2808570861816406,0.2803802490234375,0.41794776916503906,0.2791881561279297,0.2968311309814453,0.2827644348144531,0.27489662170410156,0.27632713317871094,0.31447410583496094,0.3120899200439453,0.31280517578125,0.3218650817871094,0.3135204315185547,0.31065940856933594,0.3085136413574219,0.3077983856201172,0.30922889709472656,0.3063678741455078 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,True,0.20742416381835938,0.19431114196777344,0.19025802612304688,0.19407272338867188,0.2543926239013672,0.20122528076171875,0.36215782165527344,0.2295970916748047,0.21839141845703125,0.19860267639160156,0.15091896057128906,0.16999244689941406,0.1361370086669922,0.13184547424316406,0.13303756713867188,0.13184547424316406,0.1327991485595703,0.1327991485595703,0.13375282287597656,0.13136863708496094 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,False,0.45108795166015625,0.4341602325439453,0.4298686981201172,0.43272972106933594,0.4248619079589844,0.42700767517089844,0.4305839538574219,0.4398822784423828,0.606536865234375,0.4928112030029297,0.1590251922607422,0.15997886657714844,0.16164779663085938,0.15974044799804688,0.15854835510253906,0.1590251922607422,0.15687942504882812,0.15854835510253906,0.15926361083984375,0.1571178436279297 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,0.19121170043945312,0.1919269561767578,0.18477439880371094,0.18477439880371094,0.1842975616455078,0.1842975616455078,0.1850128173828125,0.18477439880371094,0.18477439880371094,0.18405914306640625,0.1609325408935547,0.16236305236816406,0.156402587890625,0.15354156494140625,0.15401840209960938,0.156402587890625,0.1583099365234375,0.1628398895263672,0.1614093780517578,0.16427040100097656 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,0.37407875061035156,0.34117698669433594,0.34499168395996094,0.32401084899902344,0.32067298889160156,0.3247261047363281,0.3247261047363281,0.3266334533691406,0.32138824462890625,0.3204345703125,0.26297569274902344,0.25773048400878906,0.2589225769042969,0.2567768096923828,0.2532005310058594,0.25391578674316406,0.25272369384765625,0.2529621124267578,0.2529621124267578,0.25177001953125 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,True,0.19216537475585938,0.18525123596191406,0.1800060272216797,0.2071857452392578,0.38433074951171875,0.17881393432617188,0.1761913299560547,0.17523765563964844,0.1747608184814453,0.17499923706054688,0.20837783813476562,0.1506805419921875,0.14638900756835938,0.14352798461914062,0.14519691467285156,0.14543533325195312,0.14448165893554688,0.14257431030273438,0.1430511474609375,0.1423358917236328 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,False,0.3337860107421875,0.3209114074707031,0.3142356872558594,0.30684471130371094,0.3020763397216797,0.3018379211425781,0.30231475830078125,0.30303001403808594,0.3066062927246094,0.5438327789306641,0.23031234741210938,0.2288818359375,0.22029876708984375,0.2110004425048828,0.209808349609375,0.22411346435546875,0.21123886108398438,0.2090930938720703,0.20742416381835938,0.2079010009765625 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,0.20623207092285156,0.1850128173828125,0.18095970153808594,0.1780986785888672,0.17833709716796875,0.17547607421875,0.17642974853515625,0.17642974853515625,0.1773834228515625,0.17690658569335938,0.1289844512939453,0.12946128845214844,0.1285076141357422,0.12874603271484375,0.12969970703125,0.1277923583984375,0.12874603271484375,0.12755393981933594,0.1316070556640625,0.1323223114013672 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,0.33926963806152344,0.33020973205566406,0.3380775451660156,0.33783912658691406,0.34999847412109375,0.34427642822265625,0.32806396484375,0.3407001495361328,0.32806396484375,0.33783912658691406,0.3635883331298828,0.3094673156738281,0.3018379211425781,0.29921531677246094,0.29730796813964844,0.29754638671875,0.2999305725097656,0.2999305725097656,0.29921531677246094,0.2994537353515625 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,True,0.1804828643798828,0.18548965454101562,0.17714500427246094,0.1747608184814453,0.18167495727539062,0.17142295837402344,0.17023086547851562,0.16880035400390625,0.17023086547851562,0.16736984252929688,0.11277198791503906,0.10776519775390625,0.110626220703125,0.10943412780761719,0.10943412780761719,0.10561943054199219,0.10371208190917969,0.10633468627929688,0.10824203491210938,0.10848045349121094 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,False,0.1659393310546875,0.1614093780517578,0.16069412231445312,0.15974044799804688,0.15807151794433594,0.15664100646972656,0.1552104949951172,0.15401840209960938,0.15664100646972656,0.15497207641601562,0.1304149627685547,0.12040138244628906,0.11897087097167969,0.125885009765625,0.15783309936523438,0.12063980102539062,0.11444091796875,0.11110305786132812,0.11539459228515625,0.10895729064941406 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.4024505615234375,0.3712177276611328,0.3662109375,0.4138946533203125,0.3685951232910156,0.35500526428222656,0.3552436828613281,0.33545494079589844,0.32830238342285156,0.32973289489746094,0.09202957153320312,0.09489059448242188,0.08940696716308594,0.09298324584960938,0.08869171142578125,0.09465217590332031,0.08654594421386719,0.08821487426757812,0.09250640869140625,0.08988380432128906 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.22602081298828125,0.20432472229003906,0.2028942108154297,0.2117156982421875,0.20360946655273438,0.19621849060058594,0.19788742065429688,0.19431114196777344,0.19884109497070312,0.19025802612304688,0.10633468627929688,0.10371208190917969,0.11086463928222656,0.10323524475097656,0.10251998901367188,0.10347366333007812,0.10752677917480469,0.10728836059570312,0.1666545867919922,0.11444091796875 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,True,0.12540817260742188,0.12469291687011719,0.12350082397460938,0.1220703125,0.1201629638671875,0.12254714965820312,0.1220703125,0.12230873107910156,0.1220703125,0.12278556823730469,0.12111663818359375,0.12326240539550781,0.12278556823730469,0.11849403381347656,0.1556873321533203,0.12183189392089844,0.11801719665527344,0.11754035949707031,0.11730194091796875,0.11754035949707031 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,False,0.16236305236816406,0.1609325408935547,0.1614093780517578,0.15926361083984375,0.152587890625,0.1506805419921875,0.152587890625,0.15783309936523438,0.15425682067871094,0.152587890625,0.08440017700195312,0.08368492126464844,0.08368492126464844,0.08177757263183594,0.08273124694824219,0.08177757263183594,0.0820159912109375,0.0820159912109375,0.08368492126464844,0.08249282836914062 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.1659393310546875,0.15878677368164062,0.15854835510253906,0.16045570373535156,0.15878677368164062,0.16570091247558594,0.12564659118652344,0.12540817260742188,0.12540817260742188,0.12373924255371094,0.16188621520996094,0.16355514526367188,0.16236305236816406,0.1614093780517578,0.16045570373535156,0.15974044799804688,0.1926422119140625,0.16021728515625,0.16045570373535156,0.1575946807861328 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.1373291015625,0.13494491577148438,0.13375282287597656,0.13327598571777344,0.13399124145507812,0.13446807861328125,0.13113021850585938,0.13899803161621094,0.13327598571777344,0.13184547424316406,0.06842613220214844,0.06723403930664062,0.06771087646484375,0.06699562072753906,0.06651878356933594,0.06580352783203125,0.0667572021484375,0.06508827209472656,0.06556510925292969,0.06604194641113281 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,True,0.1685619354248047,0.1633167266845703,0.2124309539794922,0.7708072662353516,0.4260540008544922,0.4012584686279297,0.36907196044921875,0.35572052001953125,0.35119056701660156,0.34999847412109375,0.1087188720703125,0.15211105346679688,0.11754035949707031,0.11157989501953125,0.10967254638671875,0.10895729064941406,0.1087188720703125,0.1068115234375,0.11372566223144531,0.10633468627929688 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,False,0.1595020294189453,0.156402587890625,0.16117095947265625,0.15854835510253906,0.1556873321533203,0.16808509826660156,0.16164779663085938,0.15735626220703125,0.15687942504882812,0.15354156494140625,0.12373924255371094,0.12063980102539062,0.12469291687011719,0.11372566223144531,0.32830238342285156,0.118255615234375,0.09942054748535156,0.102996826171875,0.10013580322265625,0.09942054748535156 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.15234947204589844,0.1671314239501953,0.14829635620117188,0.20432472229003906,0.14925003051757812,0.14400482177734375,0.141143798828125,0.1430511474609375,0.14257431030273438,0.14352798461914062,0.19025802612304688,0.18906593322753906,0.18739700317382812,0.1876354217529297,0.18548965454101562,0.18525123596191406,0.18358230590820312,0.18358230590820312,0.18405914306640625,0.18358230590820312 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.1633167266845703,0.16236305236816406,0.1595020294189453,0.15687942504882812,0.1571178436279297,0.15854835510253906,0.1571178436279297,0.20813941955566406,0.16927719116210938,0.16069412231445312,0.377655029296875,0.26345252990722656,0.21338462829589844,0.21839141845703125,0.2167224884033203,0.19407272338867188,0.20074844360351562,0.2014636993408203,0.20241737365722656,0.2014636993408203 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,True,0.2980232238769531,0.5030632019042969,0.5004405975341797,0.34165382385253906,0.32520294189453125,0.3178119659423828,0.31256675720214844,0.3116130828857422,0.3085136413574219,0.3075599670410156,0.09512901306152344,0.09322166442871094,0.09393692016601562,0.09226799011230469,0.09250640869140625,0.09131431579589844,0.11348724365234375,0.11730194091796875,0.09369850158691406,0.09012222290039062 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,False,0.1468658447265625,0.14638900756835938,0.1442432403564453,0.14495849609375,0.1442432403564453,0.1437664031982422,0.1418590545654297,0.14352798461914062,0.1571178436279297,0.13828277587890625,0.09632110595703125,0.095367431640625,0.09584426879882812,0.09489059448242188,0.09369850158691406,0.09393692016601562,0.09369850158691406,0.09298324584960938,0.09298324584960938,0.09393692016601562 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.1289844512939453,0.125885009765625,0.12636184692382812,0.1423358917236328,0.12636184692382812,0.12326240539550781,0.12111663818359375,0.12183189392089844,0.12183189392089844,0.1289844512939453,0.09703636169433594,0.09369850158691406,0.09417533874511719,0.09775161743164062,0.09298324584960938,0.09274482727050781,0.09107589721679688,0.09059906005859375,0.09202957153320312,0.09083747863769531 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.20575523376464844,0.1850128173828125,0.16117095947265625,0.17905235290527344,0.16307830810546875,0.15997886657714844,0.1590251922607422,0.16045570373535156,0.16379356384277344,0.16117095947265625,0.1289844512939453,0.1270771026611328,0.12803077697753906,0.12993812561035156,0.12922286987304688,0.12803077697753906,0.13017654418945312,0.12874603271484375,0.1361370086669922,0.09751319885253906 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,True,0.1571178436279297,0.15163421630859375,0.15425682067871094,0.1506805419921875,0.15974044799804688,0.1513957977294922,0.148773193359375,0.1461505889892578,0.148773193359375,0.1475811004638672,0.11420249938964844,0.11205673217773438,0.10800361633300781,0.11229515075683594,0.10967254638671875,0.10848045349121094,0.11348724365234375,0.10776519775390625,0.10991096496582031,0.11038780212402344 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,False,0.17309188842773438,0.17714500427246094,0.16927719116210938,0.16880035400390625,0.16999244689941406,0.1678466796875,0.16880035400390625,0.16927719116210938,0.171661376953125,0.1666545867919922,0.11324882507324219,0.110626220703125,0.11181831359863281,0.10824203491210938,0.1087188720703125,0.10967254638671875,0.10704994201660156,0.10848045349121094,0.12564659118652344,0.11515617370605469 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.15354156494140625,0.14972686767578125,0.152587890625,0.1537799835205078,0.15091896057128906,0.15211105346679688,0.15354156494140625,0.1494884490966797,0.14972686767578125,0.15020370483398438,0.21576881408691406,0.17762184143066406,0.19097328186035156,0.18358230590820312,0.18262863159179688,0.1811981201171875,0.17309188842773438,0.18167495727539062,0.18167495727539062,0.17881393432617188 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.4162788391113281,0.19073486328125,0.2257823944091797,0.17976760864257812,0.17833709716796875,0.19073486328125,0.19288063049316406,0.17118453979492188,0.1652240753173828,0.1659393310546875,0.18835067749023438,0.18835067749023438,0.1842975616455078,0.1804828643798828,0.1804828643798828,0.18262863159179688,0.1804828643798828,0.19693374633789062,0.1811981201171875,0.1819133758544922 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,True,0.2541542053222656,0.23746490478515625,0.2377033233642578,0.22983551025390625,0.22912025451660156,0.22482872009277344,0.22459030151367188,0.22459030151367188,0.2269744873046875,0.232696533203125,0.1728534698486328,0.1723766326904297,0.17213821411132812,0.16927719116210938,0.1685619354248047,0.16689300537109375,0.16808509826660156,0.16808509826660156,0.3211498260498047,0.2434253692626953 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,False,0.16450881958007812,0.1628398895263672,0.16236305236816406,0.1590251922607422,0.15974044799804688,0.15997886657714844,0.1609325408935547,0.15735626220703125,0.15783309936523438,0.15854835510253906,0.09489059448242188,0.09393692016601562,0.09512901306152344,0.09369850158691406,0.09369850158691406,0.09465217590332031,0.0934600830078125,0.09417533874511719,0.09369850158691406,0.09369850158691406 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.15807151794433594,0.1556873321533203,0.1499652862548828,0.15020370483398438,0.15020370483398438,0.15020370483398438,0.15163421630859375,0.1499652862548828,0.3497600555419922,0.1533031463623047,0.09322166442871094,0.09131431579589844,0.09059906005859375,0.091552734375,0.0896453857421875,0.09131431579589844,0.09083747863769531,0.09083747863769531,0.09036064147949219,0.09012222290039062 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.1652240753173828,0.16045570373535156,0.1685619354248047,0.1652240753173828,0.1595020294189453,0.1590251922607422,0.15616416931152344,0.15878677368164062,0.15783309936523438,0.15854835510253906,0.18405914306640625,0.1480579376220703,0.148773193359375,0.1533031463623047,0.1475811004638672,0.1475811004638672,0.1475811004638672,0.148773193359375,0.14901161193847656,0.14591217041015625 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,True,0.1575946807861328,0.15664100646972656,0.16880035400390625,0.18072128295898438,0.15807151794433594,0.156402587890625,0.15401840209960938,0.15616416931152344,0.15544891357421875,0.15664100646972656,0.1347064971923828,0.1513957977294922,0.11682510375976562,0.11205673217773438,0.11086463928222656,0.11277198791503906,0.11110305786132812,0.11110305786132812,0.11229515075683594,0.11134147644042969 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,False,0.25582313537597656,0.2522468566894531,0.25391578674316406,0.2505779266357422,0.24747848510742188,0.26726722717285156,0.28204917907714844,0.26702880859375,0.25272369384765625,0.2682209014892578,0.23889541625976562,0.23365020751953125,0.23508071899414062,0.23555755615234375,0.23555755615234375,0.23412704467773438,0.2338886260986328,0.23508071899414062,0.23365020751953125,0.25081634521484375 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.1609325408935547,0.15854835510253906,0.1552104949951172,0.15234947204589844,0.15616416931152344,0.15497207641601562,0.1552104949951172,0.1537799835205078,0.1544952392578125,0.17595291137695312,0.13303756713867188,0.12135505676269531,0.1201629638671875,0.118255615234375,0.118255615234375,0.12683868408203125,0.11944770812988281,0.11873245239257812,0.11849403381347656,0.11897087097167969 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,0.1952648162841797,0.1900196075439453,0.18644332885742188,0.18548965454101562,0.1881122589111328,0.18548965454101562,0.18978118896484375,0.18930435180664062,0.18787384033203125,0.18477439880371094,0.11920928955078125,0.11372566223144531,0.11706352233886719,0.11682510375976562,0.11754035949707031,0.11706352233886719,0.11754035949707031,0.1220703125,0.11539459228515625,0.11539459228515625 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,True,0.1380443572998047,0.1354217529296875,0.13446807861328125,0.13446807861328125,0.133514404296875,0.13065338134765625,0.13303756713867188,0.133514404296875,0.133514404296875,0.1571178436279297,0.18072128295898438,0.1800060272216797,0.18072128295898438,0.1766681671142578,0.1761913299560547,0.17833709716796875,0.17714500427246094,0.17786026000976562,0.19860267639160156,0.1850128173828125 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,False,0.19502639770507812,0.19407272338867188,0.21576881408691406,0.19550323486328125,0.19168853759765625,0.19311904907226562,0.18739700317382812,0.18835067749023438,0.18644332885742188,0.1952648162841797,0.14066696166992188,0.13828277587890625,0.1380443572998047,0.13685226440429688,0.13756752014160156,0.13780593872070312,0.13828277587890625,0.13637542724609375,0.1373291015625,0.1361370086669922 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.13494491577148438,0.1316070556640625,0.13518333435058594,0.1327991485595703,0.4017353057861328,0.14281272888183594,0.1327991485595703,0.13113021850585938,0.13065338134765625,0.13017654418945312,0.11682510375976562,0.08678436279296875,0.0858306884765625,0.08535385131835938,0.08511543273925781,0.08487701416015625,0.08440017700195312,0.08487701416015625,0.08463859558105469,0.08440017700195312 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,0.18906593322753906,0.1857280731201172,0.18835067749023438,0.186920166015625,0.1862049102783203,0.18477439880371094,0.1857280731201172,0.18310546875,0.1819133758544922,0.18072128295898438,0.1494884490966797,0.16450881958007812,0.16069412231445312,0.15306472778320312,0.2014636993408203,0.3845691680908203,0.2598762512207031,0.23412704467773438,0.2262592315673828,0.22482872009277344 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,True,0.1811981201171875,0.17380714416503906,0.1785755157470703,0.17642974853515625,0.1723766326904297,0.1838207244873047,0.3540515899658203,0.17762184143066406,0.19431114196777344,0.16999244689941406,0.22673606872558594,0.2269744873046875,0.23651123046875,0.2334117889404297,0.22411346435546875,0.2353191375732422,0.24080276489257812,0.23937225341796875,0.2357959747314453,0.2429485321044922 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,False,0.23174285888671875,0.2262592315673828,0.22673606872558594,0.22339820861816406,0.22840499877929688,0.22530555725097656,0.22268295288085938,0.22459030151367188,0.22268295288085938,0.22077560424804688,0.17976760864257812,0.17976760864257812,0.17690658569335938,0.179290771484375,0.179290771484375,0.18072128295898438,0.1785755157470703,0.179290771484375,0.18095970153808594,0.1785755157470703 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,0.63323974609375,0.4088878631591797,0.5414485931396484,0.5037784576416016,0.4050731658935547,0.3840923309326172,0.3993511199951172,0.36787986755371094,0.3592967987060547,0.354766845703125,0.21839141845703125,0.21719932556152344,0.21648406982421875,0.2231597900390625,0.21576881408691406,0.21457672119140625,0.22101402282714844,0.2148151397705078,0.21338462829589844,0.2186298370361328 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,0.29158592224121094,0.2925395965576172,0.27871131896972656,0.2598762512207031,0.24557113647460938,0.2448558807373047,0.2448558807373047,0.2434253692626953,0.2570152282714844,0.24843215942382812,0.1766681671142578,0.17523765563964844,0.179290771484375,0.17571449279785156,0.28824806213378906,0.3883838653564453,0.2818107604980469,0.26488304138183594,0.25916099548339844,0.255584716796875 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,True,0.16450881958007812,0.1666545867919922,0.15664100646972656,0.15544891357421875,0.15497207641601562,0.1590251922607422,0.15425682067871094,0.15854835510253906,0.1761913299560547,0.16164779663085938,0.3876686096191406,0.25916099548339844,0.5521774291992188,0.263214111328125,0.301361083984375,0.29850006103515625,0.23102760314941406,0.2143383026123047,0.2090930938720703,0.20885467529296875 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,False,0.3235340118408203,0.3228187561035156,0.3345012664794922,0.31828880310058594,0.286102294921875,0.28634071350097656,0.2830028533935547,0.2834796905517578,0.2834796905517578,0.2830028533935547,0.2887248992919922,0.2942085266113281,0.29158592224121094,0.2911090850830078,0.2892017364501953,0.30493736267089844,0.2963542938232422,0.2932548522949219,0.2923011779785156,0.28777122497558594 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,0.15926361083984375,0.15664100646972656,0.1513957977294922,0.15401840209960938,0.16236305236816406,0.156402587890625,0.15544891357421875,0.15282630920410156,0.15425682067871094,0.15497207641601562,0.1373291015625,0.13375282287597656,0.13518333435058594,0.13709068298339844,0.13637542724609375,0.13566017150878906,0.13494491577148438,0.1347064971923828,0.1347064971923828,0.13494491577148438 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,0.2903938293457031,0.29277801513671875,0.30303001403808594,0.2892017364501953,0.2875328063964844,0.286102294921875,0.2827644348144531,0.2930164337158203,0.28777122497558594,0.41961669921875,0.3032684326171875,0.30994415283203125,0.6437301635742188,0.3261566162109375,0.36525726318359375,0.30231475830078125,0.29778480529785156,0.29468536376953125,0.293731689453125,0.2925395965576172 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,True,0.1933574676513672,0.19431114196777344,0.1976490020751953,0.19073486328125,0.19121170043945312,0.18787384033203125,0.19240379333496094,0.18668174743652344,0.1862049102783203,0.19359588623046875,0.2799034118652344,0.27251243591308594,0.28014183044433594,0.2923011779785156,0.2834796905517578,0.2734661102294922,0.2751350402832031,0.2715587615966797,0.26917457580566406,0.2720355987548828 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,False,0.2753734588623047,0.3457069396972656,0.293731689453125,0.2808570861816406,0.2694129943847656,0.26702880859375,0.2636909484863281,0.26869773864746094,0.2675056457519531,0.2675056457519531,0.21386146545410156,0.21147727966308594,0.2124309539794922,0.21314620971679688,0.2105236053466797,0.21028518676757812,0.20837783813476562,0.2086162567138672,0.21266937255859375,0.21076202392578125 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,0.19168853759765625,0.18596649169921875,0.25391578674316406,0.2086162567138672,0.19860267639160156,0.20003318786621094,0.18739700317382812,0.18978118896484375,0.1900196075439453,0.18525123596191406,0.2162456512451172,0.2090930938720703,0.19288063049316406,0.16736984252929688,0.37980079650878906,0.2105236053466797,0.1728534698486328,0.17189979553222656,0.17023086547851562,0.16736984252929688 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,0.39696693420410156,0.3883838653564453,0.38433074951171875,0.41866302490234375,0.3921985626220703,0.3910064697265625,0.3833770751953125,0.3802776336669922,0.3826618194580078,0.3769397735595703,0.3094673156738281,0.31828880310058594,0.3190040588378906,0.30732154846191406,0.30541419982910156,0.30732154846191406,0.3027915954589844,0.3108978271484375,0.3120899200439453,0.30684471130371094 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,True,0.17404556274414062,0.17309188842773438,0.17309188842773438,0.16355514526367188,0.16546249389648438,0.16498565673828125,0.16832351684570312,0.16617774963378906,0.1704692840576172,0.1659393310546875,0.17023086547851562,0.1690387725830078,0.16808509826660156,0.16927719116210938,0.1761913299560547,0.1556873321533203,0.15044212341308594,0.14901161193847656,0.14901161193847656,0.1480579376220703 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,False,0.35691261291503906,0.3533363342285156,0.3533363342285156,0.3495216369628906,0.3490447998046875,0.3516674041748047,0.35071372985839844,0.35500526428222656,0.3540515899658203,0.34928321838378906,0.3886222839355469,0.38433074951171875,0.6659030914306641,0.4055500030517578,0.41675567626953125,0.3879070281982422,0.3902912139892578,0.38313865661621094,0.3788471221923828,0.3705024719238281 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,0.17714500427246094,0.16832351684570312,0.17189979553222656,0.1709461212158203,0.1659393310546875,0.1728534698486328,0.1666545867919922,0.16570091247558594,0.16379356384277344,0.16355514526367188,0.1480579376220703,0.14829635620117188,0.14781951904296875,0.14495849609375,0.2002716064453125,0.1647472381591797,0.14591217041015625,0.14710426330566406,0.14495849609375,0.14352798461914062 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,0.3921985626220703,0.38433074951171875,0.38504600524902344,0.3814697265625,0.3845691680908203,0.3943443298339844,0.3902912139892578,0.38695335388183594,0.3814697265625,0.37860870361328125,0.32830238342285156,0.32639503479003906,0.32806396484375,0.32711029052734375,0.331878662109375,0.3268718719482422,0.3287792205810547,0.3273487091064453,0.33354759216308594,0.3287792205810547 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,True,0.2853870391845703,0.21386146545410156,0.21076202392578125,0.20766258239746094,0.2090930938720703,0.20813941955566406,0.20742416381835938,0.20241737365722656,0.20694732666015625,0.20623207092285156,0.2956390380859375,0.2620220184326172,0.24843215942382812,0.2715587615966797,0.24771690368652344,0.24580955505371094,0.2472400665283203,0.2460479736328125,0.24652481079101562,0.24509429931640625 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,False,0.5578994750976562,0.5142688751220703,0.5054473876953125,0.5016326904296875,0.476837158203125,0.33736228942871094,0.3159046173095703,0.3046989440917969,0.29921531677246094,0.3027915954589844,0.28634071350097656,0.3192424774169922,0.28228759765625,0.2758502960205078,0.27751922607421875,0.27108192443847656,0.2753734588623047,0.2779960632324219,0.2815723419189453,0.2732276916503906 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,0.21314620971679688,0.3352165222167969,0.22745132446289062,0.21219253540039062,0.2117156982421875,0.20456314086914062,0.2090930938720703,0.20694732666015625,0.2079010009765625,0.2052783966064453,0.21886825561523438,0.2243518829345703,0.20694732666015625,0.2079010009765625,0.2014636993408203,0.20503997802734375,0.20241737365722656,0.20384788513183594,0.1990795135498047,0.2048015594482422 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,0.49948692321777344,0.4992485046386719,0.4935264587402344,0.48923492431640625,0.48470497131347656,0.48422813415527344,0.4837512969970703,0.4818439483642578,0.4837512969970703,0.5426406860351562,0.4951953887939453,0.45752525329589844,0.4706382751464844,0.43892860412597656,0.4382133483886719,0.4322528839111328,0.4184246063232422,0.4172325134277344,0.42057037353515625,0.41747093200683594 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,True,0.2219676971435547,0.22792816162109375,0.18477439880371094,0.19621849060058594,0.19025802612304688,0.1850128173828125,0.186920166015625,0.1842975616455078,0.17952919006347656,0.1823902130126953,0.2741813659667969,0.2639293670654297,0.25773048400878906,0.2586841583251953,0.2562999725341797,0.25725364685058594,0.2560615539550781,0.255584716796875,0.2562999725341797,0.2562999725341797 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,False,0.4451274871826172,0.4353523254394531,0.43392181396484375,0.4303455352783203,0.4279613494873047,0.43320655822753906,0.43010711669921875,0.4298686981201172,0.4296302795410156,0.43487548828125,0.36525726318359375,0.3578662872314453,0.35643577575683594,0.35881996154785156,0.3590583801269531,0.35881996154785156,0.3571510314941406,0.3566741943359375,0.35572052001953125,0.35762786865234375 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,0.18548965454101562,0.18262863159179688,0.18405914306640625,0.179290771484375,0.18215179443359375,0.18477439880371094,0.17976760864257812,0.17976760864257812,0.18167495727539062,0.18286705017089844,0.19240379333496094,0.1926422119140625,0.19431114196777344,0.19240379333496094,0.19288063049316406,0.1914501190185547,0.1919269561767578,0.19168853759765625,0.19097328186035156,0.19407272338867188 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,0.5323886871337891,0.5142688751220703,0.4982948303222656,0.49877166748046875,0.49757957458496094,0.4966259002685547,0.4925727844238281,0.4966259002685547,0.5002021789550781,0.49686431884765625,0.44798851013183594,0.4413127899169922,0.44417381286621094,0.4401206970214844,0.4417896270751953,0.43392181396484375,0.4394054412841797,0.44155120849609375,0.43511390686035156,0.4324913024902344 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,True,0.152587890625,0.15211105346679688,0.1499652862548828,0.1621246337890625,0.15020370483398438,0.14662742614746094,0.1461505889892578,0.14853477478027344,0.14591217041015625,0.14781951904296875,0.13017654418945312,0.11372566223144531,0.12326240539550781,0.12350082397460938,0.11897087097167969,0.11324882507324219,0.11587142944335938,0.11229515075683594,0.09870529174804688,0.09894371032714844 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,False,0.1888275146484375,0.19073486328125,0.186920166015625,0.1876354217529297,0.18668174743652344,0.2033710479736328,0.1983642578125,0.3857612609863281,0.19478797912597656,0.1881122589111328,0.11563301086425781,0.11110305786132812,0.10824203491210938,0.10943412780761719,0.10514259338378906,0.11038780212402344,0.16379356384277344,0.17213821411132812,0.16164779663085938,0.15854835510253906 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.17547607421875,0.1685619354248047,0.16880035400390625,0.164031982421875,0.1652240753173828,0.16617774963378906,0.1652240753173828,0.16570091247558594,0.16570091247558594,0.1678466796875,0.10657310485839844,0.10776519775390625,0.10633468627929688,0.10728836059570312,0.10538101196289062,0.1068115234375,0.1049041748046875,0.10943412780761719,0.10514259338378906,0.10776519775390625 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.20194053649902344,0.1881122589111328,0.194549560546875,0.18644332885742188,0.1900196075439453,0.18739700317382812,0.19669532775878906,0.19431114196777344,0.18906593322753906,0.18477439880371094,0.2655982971191406,0.13566017150878906,0.11086463928222656,0.09942054748535156,0.10180473327636719,0.102996826171875,0.10061264038085938,0.12063980102539062,0.1609325408935547,0.10848045349121094 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,True,0.1327991485595703,0.13113021850585938,0.12922286987304688,0.12755393981933594,0.1361370086669922,0.1366138458251953,0.13065338134765625,0.1468658447265625,0.1385211944580078,0.1461505889892578,0.19049644470214844,0.18405914306640625,0.19025802612304688,0.1938343048095703,0.186920166015625,0.1842975616455078,0.18787384033203125,0.18978118896484375,0.18310546875,0.1900196075439453 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,False,0.18644332885742188,0.18072128295898438,0.18477439880371094,0.18286705017089844,0.17786026000976562,0.18024444580078125,0.17976760864257812,0.1800060272216797,0.1990795135498047,0.1811981201171875,0.20194053649902344,0.24628639221191406,0.1895427703857422,0.17786026000976562,0.1747608184814453,0.1728534698486328,0.17452239990234375,0.1735687255859375,0.17213821411132812,0.1728534698486328 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.13566017150878906,0.1342296600341797,0.1361370086669922,0.1342296600341797,0.13303756713867188,0.13256072998046875,0.13303756713867188,0.13446807861328125,0.133514404296875,0.1327991485595703,0.09894371032714844,0.09846687316894531,0.09870529174804688,0.09870529174804688,0.10991096496582031,0.10061264038085938,0.09822845458984375,0.09846687316894531,0.09775161743164062,0.09846687316894531 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.1811981201171875,0.17690658569335938,0.17786026000976562,0.1761913299560547,0.1773834228515625,0.17762184143066406,0.17690658569335938,0.17547607421875,0.17523765563964844,0.17833709716796875,0.10275840759277344,0.10228157043457031,0.10156631469726562,0.09989738464355469,0.10061264038085938,0.10037422180175781,0.10013580322265625,0.10013580322265625,0.09989738464355469,0.10085105895996094 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,True,0.17571449279785156,0.1678466796875,0.1728534698486328,0.1723766326904297,0.17189979553222656,0.1690387725830078,0.16808509826660156,0.16832351684570312,0.16927719116210938,0.1709461212158203,0.12230873107910156,0.12063980102539062,0.12087821960449219,0.11920928955078125,0.11992454528808594,0.11920928955078125,0.44345855712890625,0.1704692840576172,0.1270771026611328,0.12278556823730469 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,False,0.23317337036132812,0.22935867309570312,0.24056434631347656,0.22459030151367188,0.2002716064453125,0.1990795135498047,0.1983642578125,0.19812583923339844,0.19693374633789062,0.19407272338867188,0.20456314086914062,0.20456314086914062,0.20194053649902344,0.2009868621826172,0.2009868621826172,0.1995563507080078,0.19931793212890625,0.28014183044433594,0.21147727966308594,0.1366138458251953 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.1685619354248047,0.16999244689941406,0.16760826110839844,0.16760826110839844,0.16498565673828125,0.1647472381591797,0.16045570373535156,0.16307830810546875,0.16117095947265625,0.16307830810546875,0.2505779266357422,0.40912628173828125,0.3044605255126953,0.22912025451660156,0.21386146545410156,0.2086162567138672,0.2048015594482422,0.2040863037109375,0.2014636993408203,0.20194053649902344 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,0.1976490020751953,0.18930435180664062,0.18715858459472656,0.186920166015625,0.18477439880371094,0.1881122589111328,0.1881122589111328,0.1862049102783203,0.18644332885742188,0.186920166015625,0.12874603271484375,0.125885009765625,0.1678466796875,0.12326240539550781,0.12087821960449219,0.1239776611328125,0.11968612670898438,0.12254714965820312,0.11920928955078125,0.12278556823730469 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,True,0.1583099365234375,0.15783309936523438,0.15234947204589844,0.15473365783691406,0.1556873321533203,0.15211105346679688,0.1533031463623047,0.1537799835205078,0.15234947204589844,0.1513957977294922,0.09512901306152344,0.09775161743164062,0.09679794311523438,0.09679794311523438,0.09465217590332031,0.09584426879882812,0.09489059448242188,0.09512901306152344,0.09512901306152344,0.095367431640625 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,False,0.1785755157470703,0.17499923706054688,0.17523765563964844,0.17523765563964844,0.17118453979492188,0.18095970153808594,0.1773834228515625,0.1747608184814453,0.17452239990234375,0.17452239990234375,0.15211105346679688,0.15401840209960938,0.1533031463623047,0.15091896057128906,0.1513957977294922,0.1571178436279297,0.15234947204589844,0.15020370483398438,0.14925003051757812,0.1499652862548828 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.15878677368164062,0.141143798828125,0.14090538024902344,0.13899803161621094,0.13971328735351562,0.13780593872070312,0.13828277587890625,0.13899803161621094,0.13875961303710938,0.13756752014160156,0.15854835510253906,0.1537799835205078,0.1544952392578125,0.20051002502441406,0.16117095947265625,0.1537799835205078,0.1506805419921875,0.15020370483398438,0.14972686767578125,0.15020370483398438 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,0.17976760864257812,0.18072128295898438,0.18072128295898438,0.1785755157470703,0.1785755157470703,0.17642974853515625,0.17452239990234375,0.17523765563964844,0.1766681671142578,0.17595291137695312,0.20003318786621094,0.19812583923339844,0.2071857452392578,0.2040863037109375,0.1995563507080078,0.19812583923339844,0.19931793212890625,0.1990795135498047,0.19788742065429688,0.19669532775878906 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,True,0.1952648162841797,0.1666545867919922,0.16188621520996094,0.16069412231445312,0.16760826110839844,0.16307830810546875,0.15878677368164062,0.16021728515625,0.16069412231445312,0.1609325408935547,0.1220703125,0.11968612670898438,0.11944770812988281,0.12135505676269531,0.1201629638671875,0.11992454528808594,0.11777877807617188,0.11873245239257812,0.1201629638671875,0.1659393310546875 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,False,0.3974437713623047,0.3921985626220703,0.3871917724609375,0.38743019104003906,0.38361549377441406,0.40721893310546875,0.5412101745605469,0.47659873962402344,0.41604042053222656,0.3991127014160156,0.13637542724609375,0.13566017150878906,0.13375282287597656,0.13017654418945312,0.1342296600341797,0.13065338134765625,0.1308917999267578,0.13208389282226562,0.1316070556640625,0.1316070556640625 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.18835067749023438,0.18358230590820312,0.17976760864257812,0.18024444580078125,0.1766681671142578,0.17786026000976562,0.1747608184814453,0.1780986785888672,0.21123886108398438,0.19884109497070312,0.12302398681640625,0.12159347534179688,0.12493133544921875,0.12087821960449219,0.12254714965820312,0.12159347534179688,0.12040138244628906,0.12087821960449219,0.12063980102539062,0.11849403381347656 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,0.24437904357910156,0.2384185791015625,0.23698806762695312,0.22935867309570312,0.24080276489257812,0.23245811462402344,0.2338886260986328,0.2315044403076172,0.23174285888671875,0.22792816162109375,0.23746490478515625,0.22840499877929688,0.22411346435546875,0.22554397583007812,0.22268295288085938,0.22459030151367188,0.22268295288085938,0.22101402282714844,0.22125244140625,0.2205371856689453 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,True,0.15974044799804688,0.15544891357421875,0.15473365783691406,0.15473365783691406,0.152587890625,0.15544891357421875,0.15473365783691406,0.15497207641601562,0.15926361083984375,0.1583099365234375,0.11014938354492188,0.10991096496582031,0.1125335693359375,0.1277923583984375,0.11515617370605469,0.10418891906738281,0.10538101196289062,0.10418891906738281,0.10824203491210938,0.26726722717285156 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,False,0.4603862762451172,0.4317760467529297,0.4134178161621094,0.4024505615234375,0.39386749267578125,0.3917217254638672,0.37789344787597656,0.24080276489257812,0.2162456512451172,0.209808349609375,0.25177001953125,0.24938583374023438,0.2486705780029297,0.24700164794921875,0.24652481079101562,0.24700164794921875,0.24509429931640625,0.24509429931640625,0.2703666687011719,0.2377033233642578 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,0.530242919921875,0.37407875061035156,0.3604888916015625,0.33545494079589844,0.32711029052734375,0.32448768615722656,0.32019615173339844,0.32067298889160156,0.3185272216796875,0.31876564025878906,0.20742416381835938,0.32138824462890625,0.1633167266845703,0.10919570922851562,0.10442733764648438,0.10323524475097656,0.10323524475097656,0.10561943054199219,0.10395050048828125,0.10347366333007812 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,0.2353191375732422,0.23102760314941406,0.2257823944091797,0.22840499877929688,0.2281665802001953,0.23174285888671875,0.2288818359375,0.22554397583007812,0.22220611572265625,0.22745132446289062,0.1819133758544922,0.17571449279785156,0.18358230590820312,0.3643035888671875,0.20647048950195312,0.20456314086914062,0.26535987854003906,0.2028942108154297,0.19407272338867188,0.19431114196777344 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,True,0.21219253540039062,0.21266937255859375,0.18548965454101562,0.18334388732910156,0.18286705017089844,0.179290771484375,0.18215179443359375,0.18143653869628906,0.1811981201171875,0.18215179443359375,0.25010108947753906,0.24652481079101562,0.2524852752685547,0.24652481079101562,0.24390220642089844,0.3139972686767578,0.2605915069580078,0.24628639221191406,0.24390220642089844,0.24437904357910156 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,False,0.3211498260498047,0.3032684326171875,0.28586387634277344,0.2887248992919922,0.27871131896972656,0.27441978454589844,0.2753734588623047,0.27561187744140625,0.2624988555908203,0.24747848510742188,0.1876354217529297,0.19049644470214844,0.1857280731201172,0.186920166015625,0.1862049102783203,0.1842975616455078,0.18477439880371094,0.18477439880371094,0.1876354217529297,0.1862049102783203 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.19788742065429688,0.1881122589111328,0.18167495727539062,0.17786026000976562,0.17833709716796875,0.1773834228515625,0.1785755157470703,0.179290771484375,0.1785755157470703,0.17690658569335938,0.15115737915039062,0.1468658447265625,0.1392364501953125,0.1494884490966797,0.1456737518310547,0.1468658447265625,0.1366138458251953,0.13756752014160156,0.1480579376220703,0.15115737915039062 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,0.24580955505371094,0.24366378784179688,0.24461746215820312,0.24127960205078125,0.2570152282714844,0.24938583374023438,0.2410411834716797,0.23984909057617188,0.2372264862060547,0.24437904357910156,0.19121170043945312,0.18405914306640625,0.2105236053466797,0.19073486328125,0.18477439880371094,0.19431114196777344,0.2048015594482422,0.21195411682128906,0.21886825561523438,0.22077560424804688 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,True,0.17261505126953125,0.16832351684570312,0.16760826110839844,0.16379356384277344,0.16164779663085938,0.16260147094726562,0.1609325408935547,0.17118453979492188,0.17333030700683594,0.164031982421875,0.17333030700683594,0.16927719116210938,0.16999244689941406,0.19288063049316406,0.18024444580078125,0.17213821411132812,0.16736984252929688,0.16832351684570312,0.1666545867919922,0.16951560974121094 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,False,0.3361701965332031,0.2808570861816406,0.2732276916503906,0.2727508544921875,0.2682209014892578,0.2658367156982422,0.27489662170410156,0.2765655517578125,0.2658367156982422,0.2651214599609375,0.25081634521484375,0.2486705780029297,0.2486705780029297,0.25534629821777344,0.25916099548339844,0.26988983154296875,0.4115104675292969,0.2562999725341797,0.25725364685058594,0.2646446228027344 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,0.17690658569335938,0.17452239990234375,0.1842975616455078,0.18095970153808594,0.17571449279785156,0.17142295837402344,0.17309188842773438,0.1678466796875,0.16999244689941406,0.1678466796875,0.16736984252929688,0.2338886260986328,0.1780986785888672,0.16951560974121094,0.16927719116210938,0.1652240753173828,0.17023086547851562,0.17261505126953125,0.17690658569335938,0.4267692565917969 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,0.28014183044433594,0.2741813659667969,0.27489662170410156,0.27561187744140625,0.2734661102294922,0.2751350402832031,0.2720355987548828,0.28204917907714844,0.2796649932861328,0.27680397033691406,0.2593994140625,0.25582313537597656,0.2510547637939453,0.2491474151611328,0.25010108947753906,0.24938583374023438,0.24938583374023438,0.2512931823730469,0.2503395080566406,0.25010108947753906 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,True,0.24461746215820312,0.24700164794921875,0.24509429931640625,0.2434253692626953,0.24366378784179688,0.2720355987548828,0.2505779266357422,0.2486705780029297,0.2448558807373047,0.2429485321044922,0.22363662719726562,0.209808349609375,0.2052783966064453,0.20503997802734375,0.27632713317871094,0.25391578674316406,0.22482872009277344,0.24628639221191406,0.21719932556152344,0.2205371856689453 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,False,0.3590583801269531,0.3490447998046875,0.3452301025390625,0.34499168395996094,0.3581047058105469,0.4062652587890625,0.3731250762939453,0.370025634765625,0.3452301025390625,0.3478527069091797,0.40078163146972656,0.6644725799560547,0.4069805145263672,0.4038810729980469,0.4031658172607422,0.3998279571533203,0.3986358642578125,0.3826618194580078,0.39124488830566406,0.39196014404296875 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,0.255584716796875,0.24771690368652344,0.25916099548339844,0.24056434631347656,0.25200843811035156,0.24461746215820312,0.24700164794921875,0.23746490478515625,0.24271011352539062,0.25534629821777344,0.3094673156738281,0.28777122497558594,0.2849102020263672,0.28896331787109375,0.2872943878173828,0.3085136413574219,0.32329559326171875,0.3082752227783203,0.2994537353515625,0.29921531677246094 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,0.3871917724609375,0.3764629364013672,0.37288665771484375,0.37360191345214844,0.38433074951171875,0.38623809814453125,0.377655029296875,0.3724098205566406,0.37384033203125,0.36835670471191406,0.44608116149902344,0.4603862762451172,0.43511390686035156,0.41604042053222656,0.4127025604248047,0.4298686981201172,0.4286766052246094,0.4138946533203125,0.4131793975830078,0.4153251647949219 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,True,0.2930164337158203,0.2732276916503906,0.27108192443847656,0.26988983154296875,0.2624988555908203,0.2613067626953125,0.25391578674316406,0.2307891845703125,0.2338886260986328,0.23317337036132812,0.19311904907226562,0.1938343048095703,0.1952648162841797,0.1895427703857422,0.1900196075439453,0.1888275146484375,0.19073486328125,0.19073486328125,0.20194053649902344,0.194549560546875 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,False,0.5402565002441406,0.5331039428710938,0.5462169647216797,0.5438327789306641,0.5373954772949219,0.5381107330322266,0.5371570587158203,0.537872314453125,0.5316734313964844,0.5347728729248047,0.5688667297363281,0.5688667297363281,0.6334781646728516,0.6730556488037109,0.6475448608398438,0.5731582641601562,0.5896091461181641,0.5855560302734375,0.5850791931152344,1.0180473327636719 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,0.22292137145996094,0.2200603485107422,0.21958351135253906,0.22459030151367188,0.2167224884033203,0.21958351135253906,0.2186298370361328,0.22101402282714844,0.21529197692871094,0.21386146545410156,0.17642974853515625,0.1780986785888672,0.17547607421875,0.17690658569335938,0.1742839813232422,0.1742839813232422,0.17309188842773438,0.17309188842773438,0.1761913299560547,0.17380714416503906 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,0.5192756652832031,0.5278587341308594,0.5285739898681641,0.5207061767578125,0.5166530609130859,0.5147457122802734,0.5135536193847656,0.5118846893310547,0.5145072937011719,0.5235671997070312,0.44918060302734375,0.4565715789794922,0.4553794860839844,0.44918060302734375,0.4494190216064453,0.4398822784423828,0.45108795166015625,0.4596710205078125,0.7874965667724609,0.47206878662109375 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,True,0.30994415283203125,0.2970695495605469,0.29468536376953125,0.29850006103515625,0.29397010803222656,0.2932548522949219,0.3123283386230469,0.3082752227783203,0.3104209899902344,0.30350685119628906,0.2808570861816406,0.28586387634277344,0.3142356872558594,0.274658203125,0.2875328063964844,0.2853870391845703,0.28586387634277344,0.3085136413574219,0.2739429473876953,0.27370452880859375 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,False,0.42247772216796875,0.41675567626953125,0.41961669921875,0.41604042053222656,0.4189014434814453,0.4138946533203125,0.43272972106933594,0.4265308380126953,0.41866302490234375,0.4177093505859375,0.3876686096191406,0.3864765167236328,0.43654441833496094,0.37550926208496094,0.3802776336669922,0.38051605224609375,0.37026405334472656,0.3685951232910156,0.37169456481933594,0.44918060302734375 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,0.28896331787109375,0.28204917907714844,0.28204917907714844,0.33974647521972656,0.3075599670410156,0.3070831298828125,0.3037452697753906,0.29397010803222656,0.5373954772949219,0.30303001403808594,0.24366378784179688,0.24318695068359375,0.2422332763671875,0.2429485321044922,0.2391338348388672,0.2467632293701172,0.2429485321044922,0.240325927734375,0.2422332763671875,0.24390220642089844 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,0.7276535034179688,0.7414817810058594,0.7195472717285156,0.7147789001464844,0.7102489471435547,0.7090568542480469,0.7073879241943359,0.7119178771972656,0.7116794586181641,0.7140636444091797,0.6389617919921875,0.7326602935791016,0.6635189056396484,0.6427764892578125,0.6372928619384766,0.7252693176269531,0.6604194641113281,0.6854534149169922,0.6415843963623047,0.6322860717773438 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,True,0.2777576446533203,0.2884864807128906,0.2694129943847656,0.26106834411621094,0.2646446228027344,0.26988983154296875,0.27060508728027344,0.2646446228027344,0.27441978454589844,0.26345252990722656,0.22292137145996094,0.4589557647705078,0.2300739288330078,0.22172927856445312,0.2243518829345703,0.2224445343017578,0.21958351135253906,0.217437744140625,0.21696090698242188,0.21910667419433594 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,False,0.6844997406005859,0.6811618804931641,0.6852149963378906,0.6847381591796875,0.6911754608154297,0.6866455078125,0.6825923919677734,0.6778240203857422,0.6797313690185547,0.67901611328125,0.79345703125,0.7371902465820312,0.7290840148925781,0.7734298706054688,0.7793903350830078,0.7865428924560547,0.7145404815673828,0.7166862487792969,0.8096694946289062,0.7421970367431641 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,0.27108192443847656,0.3380775451660156,0.3299713134765625,0.61798095703125,0.6835460662841797,0.48732757568359375,0.46825408935546875,0.457763671875,0.45943260192871094,0.4813671112060547,0.25653839111328125,0.25773048400878906,0.2605915069580078,0.25773048400878906,0.2570152282714844,0.25534629821777344,0.2529621124267578,0.2560615539550781,0.25463104248046875,0.2524852752685547 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,0.7691383361816406,0.7841587066650391,0.7650852203369141,0.7507801055908203,0.7519721984863281,0.7505416870117188,0.7677078247070312,0.7600784301757812,0.7665157318115234,0.7426738739013672,0.9834766387939453,0.7476806640625,0.7240772247314453,0.7038116455078125,0.6992816925048828,0.6988048553466797,0.7009506225585938,0.6978511810302734,0.6995201110839844,0.7045269012451172 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,True,0.4069805145263672,0.4184246063232422,0.43511390686035156,0.3991127014160156,0.4112720489501953,0.408172607421875,0.39958953857421875,0.39839744567871094,0.39577484130859375,0.4017353057861328,0.3151893615722656,0.3154277801513672,0.33164024353027344,0.3037452697753906,0.30350685119628906,0.3037452697753906,0.30517578125,0.30231475830078125,0.3025531768798828,0.2982616424560547 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,False,0.5195140838623047,0.5128383636474609,0.5047321319580078,0.5142688751220703,0.5095005035400391,0.507354736328125,0.5049705505371094,0.5128383636474609,0.5180835723876953,0.5075931549072266,0.5004405975341797,0.4887580871582031,0.48732757568359375,0.48279762268066406,0.4889965057373047,0.5006790161132812,0.4849433898925781,0.48732757568359375,0.4906654357910156,0.4818439483642578 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,0.32782554626464844,0.3268718719482422,0.33164024353027344,0.32806396484375,0.33473968505859375,0.32901763916015625,0.335693359375,0.3333091735839844,0.3342628479003906,0.32591819763183594,0.30875205993652344,0.3058910369873047,0.3046989440917969,0.29754638671875,0.29778480529785156,0.3006458282470703,0.31065940856933594,0.3020763397216797,0.3046989440917969,0.29468536376953125 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,0.9627342224121094,0.9663105010986328,0.9655952453613281,0.9577274322509766,0.9582042694091797,0.9577274322509766,0.9853839874267578,1.2443065643310547,0.9961128234863281,0.9665489196777344,0.8997917175292969,0.9105205535888672,0.8823871612548828,0.8764266967773438,0.87738037109375,0.8754730224609375,0.8783340454101562,0.8814334869384766,0.8878707885742188,0.8790493011474609 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,True,0.3285408020019531,0.41604042053222656,0.3390312194824219,0.3223419189453125,0.3159046173095703,0.3237724304199219,0.3237724304199219,0.31685829162597656,0.3159046173095703,0.3101825714111328,0.28514862060546875,0.28324127197265625,0.28204917907714844,0.28395652770996094,0.28586387634277344,0.2868175506591797,0.28395652770996094,0.2868175506591797,0.2849102020263672,0.2834796905517578 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,False,0.9095668792724609,0.9102821350097656,0.8974075317382812,0.8916854858398438,0.8904933929443359,0.8966922760009766,0.8895397186279297,0.8893013000488281,0.8876323699951172,0.8828639984130859,0.8094310760498047,0.8087158203125,0.8137226104736328,0.8008480072021484,0.8018016815185547,0.7991790771484375,0.7991790771484375,0.8077621459960938,0.8001327514648438,0.8046627044677734 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,0.3409385681152344,0.32639503479003906,0.31828880310058594,0.3285408020019531,0.32520294189453125,0.32067298889160156,0.3299713134765625,0.32138824462890625,0.3120899200439453,0.3211498260498047,0.5228519439697266,0.3829002380371094,0.36215782165527344,0.3535747528076172,0.3502368927001953,0.6618499755859375,0.354766845703125,0.3561973571777344,0.34880638122558594,0.35071372985839844 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,1.0378360748291016,1.0385513305664062,1.0325908660888672,1.0294914245605469,1.0271072387695312,1.0461807250976562,1.0612010955810547,1.0478496551513672,1.4853477478027344,1.4526844024658203,1.0035037994384766,0.9934902191162109,0.9884834289550781,0.9901523590087891,1.2562274932861328,1.016855239868164,0.9958744049072266,0.9782314300537109,0.9827613830566406,0.9808540344238281 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,True,0.1666545867919922,0.16427040100097656,0.16450881958007812,0.16307830810546875,0.15974044799804688,0.16117095947265625,0.15783309936523438,0.15783309936523438,0.15926361083984375,0.15854835510253906,0.14734268188476562,0.14829635620117188,0.14209747314453125,0.14781951904296875,0.14328956604003906,0.14328956604003906,0.14162063598632812,0.1423358917236328,0.1423358917236328,0.14543533325195312 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,False,0.2014636993408203,0.20003318786621094,0.20003318786621094,0.2009868621826172,0.1976490020751953,0.1964569091796875,0.19693374633789062,0.1957416534423828,0.19550323486328125,0.240325927734375,0.16808509826660156,0.12564659118652344,0.1354217529296875,0.164031982421875,0.12826919555664062,0.12612342834472656,0.1277923583984375,0.12254714965820312,0.1277923583984375,0.12135505676269531 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.17833709716796875,0.16760826110839844,0.1652240753173828,0.16307830810546875,0.255584716796875,0.5040168762207031,0.46372413635253906,0.5106925964355469,0.3654956817626953,0.37670135498046875,0.21839141845703125,0.316619873046875,0.2162456512451172,0.1342296600341797,0.16045570373535156,0.12874603271484375,0.12111663818359375,0.12230873107910156,0.12350082397460938,0.12183189392089844 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,0.21004676818847656,0.20003318786621094,0.2002716064453125,0.1971721649169922,0.19598007202148438,0.1976490020751953,0.19812583923339844,0.19550323486328125,0.19431114196777344,0.19550323486328125,0.1239776611328125,0.12230873107910156,0.11992454528808594,0.12159347534179688,0.11849403381347656,0.1220703125,0.12040138244628906,0.12159347534179688,0.1308917999267578,0.1251697540283203 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,True,0.1850128173828125,0.18310546875,0.17952919006347656,0.17976760864257812,0.179290771484375,0.17762184143066406,0.17833709716796875,0.1766681671142578,0.17452239990234375,0.17452239990234375,0.2040863037109375,0.22101402282714844,0.2162456512451172,0.1876354217529297,0.6456375122070312,0.19407272338867188,0.17976760864257812,0.17523765563964844,0.1761913299560547,0.17023086547851562 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,False,0.2048015594482422,0.20051002502441406,0.2009868621826172,0.20456314086914062,0.21076202392578125,0.19931793212890625,0.19669532775878906,0.1957416534423828,0.19478797912597656,0.194549560546875,0.12874603271484375,0.12755393981933594,0.1277923583984375,0.125885009765625,0.17642974853515625,0.1399517059326172,0.13184547424316406,0.13113021850585938,0.12087821960449219,0.11301040649414062 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.14090538024902344,0.1392364501953125,0.14352798461914062,0.13875961303710938,0.13303756713867188,0.13494491577148438,0.13709068298339844,0.13589859008789062,0.13327598571777344,0.13399124145507812,0.10251998901367188,0.10251998901367188,0.10228157043457031,0.10061264038085938,0.1201629638671875,0.10395050048828125,0.10204315185546875,0.10037422180175781,0.10085105895996094,0.10180473327636719 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.2155303955078125,0.20837783813476562,0.20956993103027344,0.21219253540039062,0.209808349609375,0.20956993103027344,0.21409988403320312,0.21266937255859375,0.20837783813476562,0.20742416381835938,0.18334388732910156,0.18095970153808594,0.1804828643798828,0.1785755157470703,0.17905235290527344,0.1914501190185547,0.1857280731201172,0.18072128295898438,0.17881393432617188,0.1785755157470703 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,True,0.21266937255859375,0.18906593322753906,0.18858909606933594,0.18548965454101562,0.1919269561767578,0.18477439880371094,0.1842975616455078,0.19168853759765625,0.20694732666015625,0.19049644470214844,0.3437995910644531,0.21529197692871094,0.20384788513183594,0.1811981201171875,0.3528594970703125,0.16260147094726562,0.15282630920410156,0.1506805419921875,0.1437664031982422,0.15044212341308594 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,False,0.3790855407714844,0.3781318664550781,0.3790855407714844,0.3924369812011719,0.4382133483886719,0.42700767517089844,0.4093647003173828,0.4124641418457031,0.41174888610839844,0.4203319549560547,0.23698806762695312,0.2598762512207031,0.24747848510742188,0.24175643920898438,0.23031234741210938,0.2396106719970703,0.24008750915527344,0.2372264862060547,0.23889541625976562,0.23746490478515625 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.1823902130126953,0.18310546875,0.17833709716796875,0.1766681671142578,0.1747608184814453,0.17642974853515625,0.17309188842773438,0.1742839813232422,0.17595291137695312,0.17261505126953125,0.11777877807617188,0.11420249938964844,0.11897087097167969,0.1163482666015625,0.11348724365234375,0.11467933654785156,0.11372566223144531,0.11420249938964844,0.11157989501953125,0.11420249938964844 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,0.22602081298828125,0.21505355834960938,0.21648406982421875,0.2193450927734375,0.22029876708984375,0.21696090698242188,0.2167224884033203,0.21576881408691406,0.21338462829589844,0.21600723266601562,0.14638900756835938,0.13875961303710938,0.14519691467285156,0.14019012451171875,0.1513957977294922,0.13947486877441406,0.1366138458251953,0.13780593872070312,0.1480579376220703,0.14662742614746094 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,True,0.15854835510253906,0.156402587890625,0.15473365783691406,0.1571178436279297,0.15735626220703125,0.1552104949951172,0.15473365783691406,0.15401840209960938,0.15401840209960938,0.1552104949951172,0.10538101196289062,0.10561943054199219,0.1068115234375,0.10585784912109375,0.10704994201660156,0.10633468627929688,0.10514259338378906,0.10609626770019531,0.10561943054199219,0.10609626770019531 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,False,0.2849102020263672,0.28586387634277344,0.28228759765625,0.28014183044433594,0.2841949462890625,0.28705596923828125,0.28443336486816406,0.2770423889160156,0.2818107604980469,0.2818107604980469,0.15783309936523438,0.1556873321533203,0.1583099365234375,0.15878677368164062,0.1571178436279297,0.15735626220703125,0.1571178436279297,0.1583099365234375,0.15616416931152344,0.156402587890625 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.1533031463623047,0.15091896057128906,0.15044212341308594,0.1480579376220703,0.14901161193847656,0.14638900756835938,0.1480579376220703,0.14710426330566406,0.14591217041015625,0.14591217041015625,0.09632110595703125,0.10204315185546875,0.09751319885253906,0.09512901306152344,0.09417533874511719,0.09369850158691406,0.09393692016601562,0.09369850158691406,0.09393692016601562,0.09322166442871094 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,0.2129077911376953,0.21147727966308594,0.21266937255859375,0.21004676818847656,0.2105236053466797,0.2090930938720703,0.21219253540039062,0.21600723266601562,0.20956993103027344,0.2110004425048828,0.22745132446289062,0.22983551025390625,0.22912025451660156,0.2276897430419922,0.22745132446289062,0.22602081298828125,0.2257823944091797,0.23698806762695312,0.2300739288330078,0.22649765014648438 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,True,0.2722740173339844,0.22482872009277344,0.23674964904785156,0.2510547637939453,0.26798248291015625,0.2186298370361328,0.2143383026123047,0.21266937255859375,0.21266937255859375,0.21719932556152344,0.1468658447265625,0.15735626220703125,0.1544952392578125,0.1461505889892578,0.1518726348876953,0.148773193359375,0.14281272888183594,0.14710426330566406,0.1456737518310547,0.14829635620117188 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,False,0.2644062042236328,0.26035308837890625,0.2579689025878906,0.2567768096923828,0.27251243591308594,0.2732276916503906,0.2627372741699219,0.2574920654296875,0.25272369384765625,0.2567768096923828,0.15974044799804688,0.16045570373535156,0.16307830810546875,0.1583099365234375,0.15854835510253906,0.16307830810546875,0.1614093780517578,0.15926361083984375,0.1590251922607422,0.1556873321533203 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.17905235290527344,0.17571449279785156,0.16999244689941406,0.1723766326904297,0.17309188842773438,0.171661376953125,0.19669532775878906,0.18215179443359375,0.1761913299560547,0.17118453979492188,0.19407272338867188,0.2052783966064453,0.19550323486328125,0.18644332885742188,0.1850128173828125,0.1842975616455078,0.18334388732910156,0.19240379333496094,0.18787384033203125,0.186920166015625 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,0.2765655517578125,0.26035308837890625,0.2624988555908203,0.2510547637939453,0.2551078796386719,0.2579689025878906,0.5233287811279297,0.2715587615966797,0.2627372741699219,0.2608299255371094,0.18453598022460938,0.20956993103027344,0.16832351684570312,0.17547607421875,0.1647472381591797,0.16570091247558594,0.1690387725830078,0.16641616821289062,0.16546249389648438,0.16427040100097656 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,True,0.1647472381591797,0.16355514526367188,0.16808509826660156,0.16498565673828125,0.16188621520996094,0.16021728515625,0.16117095947265625,0.15997886657714844,0.15854835510253906,0.15592575073242188,0.11467933654785156,0.11372566223144531,0.11205673217773438,0.11181831359863281,0.1125335693359375,0.11324882507324219,0.11348724365234375,0.13184547424316406,0.11873245239257812,0.11324882507324219 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,False,0.2560615539550781,0.25463104248046875,0.2684593200683594,0.26416778564453125,0.25653839111328125,0.2510547637939453,0.2498626708984375,0.24938583374023438,0.25010108947753906,0.2486705780029297,0.26869773864746094,0.21004676818847656,0.202178955078125,0.20170211791992188,0.19693374633789062,0.19884109497070312,0.1983642578125,0.19669532775878906,0.19884109497070312,0.19860267639160156 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,0.16069412231445312,0.15807151794433594,0.15807151794433594,0.15687942504882812,0.15544891357421875,0.15473365783691406,0.15234947204589844,0.1628398895263672,0.16164779663085938,0.15664100646972656,0.11134147644042969,0.10967254638671875,0.10991096496582031,0.10919570922851562,0.10848045349121094,0.10704994201660156,0.10776519775390625,0.1087188720703125,0.10776519775390625,0.10704994201660156 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,0.80108642578125,0.5500316619873047,0.5025863647460938,0.5035400390625,0.4649162292480469,0.4565715789794922,0.45299530029296875,0.4448890686035156,0.3609657287597656,0.36406517028808594,0.19979476928710938,0.19478797912597656,0.19550323486328125,0.19240379333496094,0.19478797912597656,0.194549560546875,0.19240379333496094,0.19359588623046875,0.19311904907226562,0.19288063049316406 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,True,0.263214111328125,0.2574920654296875,0.25844573974609375,0.5548000335693359,0.2624988555908203,0.25463104248046875,0.2739429473876953,0.24700164794921875,0.255584716796875,0.2779960632324219,0.1735687255859375,0.16450881958007812,0.17023086547851562,0.16832351684570312,0.16832351684570312,0.16689300537109375,0.1659393310546875,0.16617774963378906,0.16999244689941406,0.17261505126953125 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,False,0.2949237823486328,0.2913475036621094,0.28777122497558594,0.28896331787109375,0.2894401550292969,0.324249267578125,0.30350685119628906,0.2956390380859375,0.2903938293457031,0.286102294921875,0.24890899658203125,0.240325927734375,0.2486705780029297,0.23698806762695312,0.2853870391845703,0.26345252990722656,0.22673606872558594,0.2486705780029297,0.2789497375488281,0.2658367156982422 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,0.22554397583007812,0.21529197692871094,0.21982192993164062,0.21195411682128906,0.217437744140625,0.2117156982421875,0.21457672119140625,0.213623046875,0.21409988403320312,0.20956993103027344,0.25582313537597656,0.24271011352539062,0.2524852752685547,0.23603439331054688,0.2353191375732422,0.24771690368652344,0.2522468566894531,0.2346038818359375,0.23317337036132812,0.2551078796386719 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,0.5173683166503906,0.5018711090087891,0.4887580871582031,0.48732757568359375,0.5269050598144531,0.5087852478027344,0.4978179931640625,0.4799365997314453,0.48089027404785156,0.47707557678222656,0.2460479736328125,0.2570152282714844,0.2951622009277344,0.2770423889160156,0.26869773864746094,0.5385875701904297,0.2803802490234375,0.25153160095214844,0.2377033233642578,0.2357959747314453 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,True,0.19598007202148438,0.19359588623046875,0.1914501190185547,0.1900196075439453,0.20813941955566406,0.1995563507080078,0.19359588623046875,0.18930435180664062,0.18596649169921875,0.1876354217529297,0.1723766326904297,0.16570091247558594,0.15997886657714844,0.15473365783691406,0.1575946807861328,0.39887428283691406,0.2875328063964844,0.16498565673828125,0.1685619354248047,0.1621246337890625 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,False,0.34236907958984375,0.34546852111816406,0.3561973571777344,0.35858154296875,0.34928321838378906,0.35572052001953125,0.3414154052734375,0.3380775451660156,0.3387928009033203,0.7021427154541016,0.4315376281738281,0.3650188446044922,0.3635883331298828,0.3674030303955078,0.36144256591796875,0.35691261291503906,0.3604888916015625,0.35953521728515625,0.35881996154785156,0.35881996154785156 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,0.1983642578125,0.18739700317382812,0.19025802612304688,0.18644332885742188,0.18715858459472656,0.186920166015625,0.18715858459472656,0.1823902130126953,0.18215179443359375,0.18262863159179688,0.1494884490966797,0.4470348358154297,0.2028942108154297,0.15401840209960938,0.14209747314453125,0.14328956604003906,0.14019012451171875,0.13971328735351562,0.1404285430908203,0.14495849609375 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,0.3559589385986328,0.3516674041748047,0.354766845703125,0.347137451171875,0.3476142883300781,0.4124641418457031,0.7231235504150391,0.6101131439208984,0.6139278411865234,0.5617141723632812,0.4394054412841797,0.4360675811767578,0.4324913024902344,0.4303455352783203,0.43320655822753906,0.4336833953857422,0.431060791015625,0.4324913024902344,0.44465065002441406,0.4420280456542969 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,True,0.2791881561279297,0.2765655517578125,0.2791881561279297,0.2777576446533203,0.2715587615966797,0.26988983154296875,0.2663135528564453,0.2739429473876953,0.2677440643310547,0.3185272216796875,0.22149085998535156,0.21767616271972656,0.2224445343017578,0.21791458129882812,0.21839141845703125,0.22029876708984375,0.2186298370361328,0.22077560424804688,0.21886825561523438,0.2162456512451172 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,False,0.4429817199707031,0.43392181396484375,0.431060791015625,0.4296302795410156,0.42700767517089844,0.4215240478515625,0.42128562927246094,0.4220008850097656,0.4227161407470703,0.42510032653808594,0.4336833953857422,0.39076805114746094,0.3902912139892578,0.39076805114746094,0.3857612609863281,0.39124488830566406,0.6327629089355469,0.4296302795410156,0.39577484130859375,0.39696693420410156 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,0.492095947265625,0.4730224609375,0.4703998565673828,0.4665851593017578,0.4658699035644531,0.4673004150390625,0.4634857177734375,0.4940032958984375,0.48422813415527344,0.47659873962402344,0.24127960205078125,0.2429485321044922,0.23674964904785156,0.23698806762695312,0.23818016052246094,0.2384185791015625,0.23818016052246094,0.23484230041503906,0.2384185791015625,0.23603439331054688 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,0.8206367492675781,0.6153583526611328,0.5543231964111328,0.5536079406738281,0.5309581756591797,0.5137920379638672,0.49757957458496094,0.4944801330566406,0.49877166748046875,0.5061626434326172,0.42891502380371094,0.3910064697265625,0.3933906555175781,0.39005279541015625,0.3993511199951172,0.3974437713623047,0.3914833068847656,0.39124488830566406,0.3952980041503906,0.38909912109375 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,True,0.2868175506591797,0.2856254577636719,0.2841949462890625,0.2827644348144531,0.2758502960205078,0.2796649932861328,0.29349327087402344,0.28443336486816406,0.2830028533935547,0.2949237823486328,0.2231597900390625,0.22292137145996094,0.22292137145996094,0.22149085998535156,0.21982192993164062,0.22149085998535156,0.22172927856445312,0.22363662719726562,0.2536773681640625,0.31280517578125 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,False,0.6818771362304688,0.67901611328125,0.6732940673828125,0.6844997406005859,0.6697177886962891,0.6687641143798828,0.6847381591796875,0.6873607635498047,0.6725788116455078,0.6704330444335938,0.7250308990478516,0.7212162017822266,0.7236003875732422,0.7889270782470703,0.7920265197753906,0.7107257843017578,0.6911754608154297,0.7016658782958984,0.6976127624511719,0.7748603820800781 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,0.28061866760253906,0.274658203125,0.26607513427734375,0.2601146697998047,0.26297569274902344,0.26345252990722656,0.2624988555908203,0.2605915069580078,0.2624988555908203,0.26726722717285156,0.2918243408203125,0.2868175506591797,0.2880096435546875,0.2875328063964844,0.28634071350097656,0.5419254302978516,0.3523826599121094,0.35190582275390625,0.2396106719970703,0.22673606872558594 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,0.7112026214599609,0.7092952728271484,0.9663105010986328,0.7414817810058594,0.728607177734375,0.7081031799316406,0.7076263427734375,0.7069110870361328,0.7112026214599609,0.7064342498779297,0.8411407470703125,1.0106563568115234,0.7803440093994141,0.7710456848144531,0.7524490356445312,0.8084774017333984,0.7767677307128906,0.7319450378417969,0.7293224334716797,0.7140636444091797 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,True,0.3273487091064453,0.3337860107421875,0.3294944763183594,0.33926963806152344,0.3261566162109375,0.32830238342285156,0.34046173095703125,0.3256797790527344,0.3275871276855469,0.3228187561035156,0.3631114959716797,0.39076805114746094,0.3027915954589844,0.2853870391845703,0.2772808074951172,0.27370452880859375,0.2715587615966797,0.27489662170410156,0.29277801513671875,0.293731689453125 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,False,0.8480548858642578,0.6234645843505859,0.5786418914794922,0.5767345428466797,0.5767345428466797,0.5757808685302734,0.5686283111572266,0.5631446838378906,0.5645751953125,0.5667209625244141,0.5412101745605469,0.5490779876708984,0.5559921264648438,0.5381107330322266,0.5362033843994141,0.5512237548828125,0.5197525024414062,0.5116462707519531,0.5145072937011719,0.5190372467041016 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,0.35309791564941406,0.3571510314941406,0.3466606140136719,0.3459453582763672,0.3528594970703125,0.3383159637451172,0.34499168395996094,0.3428459167480469,0.34356117248535156,0.33545494079589844,0.3535747528076172,0.324249267578125,0.3342628479003906,0.568389892578125,0.35834312438964844,0.3457069396972656,0.324249267578125,0.3273487091064453,0.32329559326171875,0.324249267578125 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,1.0361671447753906,1.0404586791992188,1.0156631469726562,1.0068416595458984,0.9984970092773438,1.0056495666503906,1.0056495666503906,1.001596450805664,1.001119613647461,1.0085105895996094,0.9615421295166016,0.9319782257080078,0.9768009185791016,0.9372234344482422,0.9105205535888672,0.9050369262695312,0.9183883666992188,0.9019374847412109,0.9028911590576172,0.9002685546875 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,True,0.3199577331542969,0.3192424774169922,0.3147125244140625,0.3180503845214844,0.3190040588378906,0.3361701965332031,0.3566741943359375,0.32210350036621094,0.33783912658691406,0.32639503479003906,0.2849102020263672,0.5772113800048828,0.39196014404296875,0.28061866760253906,0.2810955047607422,0.2818107604980469,0.2772808074951172,0.2770423889160156,0.27823448181152344,0.2906322479248047 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,False,0.9739398956298828,0.9825229644775391,0.9794235229492188,0.9717941284179688,1.2135505676269531,1.0135173797607422,0.980377197265625,0.9777545928955078,0.9717941284179688,0.9746551513671875,1.0266304016113281,0.9119510650634766,0.9121894836425781,0.9264945983886719,0.9198188781738281,1.230478286743164,1.0116100311279297,0.9069442749023438,0.9100437164306641,0.9131431579589844 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,0.3345012664794922,0.33020973205566406,0.3275871276855469,0.3120899200439453,0.3237724304199219,0.3228187561035156,0.3161430358886719,0.31280517578125,0.3185272216796875,0.31447410583496094,0.36072731018066406,0.33283233642578125,0.3292560577392578,0.6670951843261719,0.3650188446044922,0.3540515899658203,0.3533363342285156,0.3516674041748047,0.3533363342285156,0.35119056701660156 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,1.065969467163086,1.0669231414794922,1.0678768157958984,1.0669231414794922,1.062631607055664,1.0635852813720703,1.064300537109375,1.0645389556884766,1.3954639434814453,1.0690689086914062,1.1115074157714844,1.0905265808105469,1.4383792877197266,1.0752677917480469,1.0671615600585938,1.0533332824707031,1.0459423065185547,1.0471343994140625,1.0762214660644531,1.0573863983154297 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,True,0.40841102600097656,0.39768218994140625,0.3833770751953125,0.39005279541015625,0.40459632873535156,0.3921985626220703,0.4019737243652344,0.40650367736816406,0.39315223693847656,0.6563663482666016,0.34046173095703125,0.33545494079589844,0.3337860107421875,0.33354759216308594,0.33402442932128906,0.335693359375,0.3325939178466797,0.33354759216308594,0.3407001495361328,0.34046173095703125 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,False,0.7839202880859375,0.713348388671875,0.7059574127197266,0.6978511810302734,0.6985664367675781,0.6968975067138672,0.6995201110839844,0.6964206695556641,0.7476806640625,1.2989044189453125,0.7781982421875,0.7824897766113281,0.7300376892089844,0.7026195526123047,0.7419586181640625,0.8947849273681641,0.7841587066650391,0.7791519165039062,0.7450580596923828,0.7798671722412109 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,0.40078163146972656,0.40650367736816406,0.3933906555175781,0.3986358642578125,0.3864765167236328,0.37980079650878906,0.38933753967285156,0.41222572326660156,0.39315223693847656,0.38743019104003906,0.362396240234375,0.36215782165527344,0.35834312438964844,0.3933906555175781,0.3597736358642578,0.3540515899658203,0.3485679626464844,0.3485679626464844,0.34618377685546875,0.34880638122558594 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,1.6274452209472656,1.5676021575927734,1.6083717346191406,1.5611648559570312,1.592874526977539,1.583099365234375,1.5521049499511719,1.589059829711914,1.6884803771972656,1.4910697937011719,1.3959407806396484,1.3206005096435547,1.3058185577392578,1.3248920440673828,1.6245841979980469,1.3651847839355469,1.3358592987060547,1.2941360473632812,1.3675689697265625,1.394510269165039 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,True,0.4475116729736328,0.4208087921142578,0.4322528839111328,0.44417381286621094,0.7004737854003906,0.40793418884277344,0.4112720489501953,0.3941059112548828,0.39958953857421875,0.3886222839355469,0.3247261047363281,0.3247261047363281,0.3342628479003906,0.32901763916015625,0.32711029052734375,0.3273487091064453,0.3261566162109375,0.3230571746826172,0.3235340118408203,0.32329559326171875 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,False,1.3344287872314453,1.2722015380859375,1.3508796691894531,1.3432502746582031,1.6295909881591797,1.363515853881836,1.3425350189208984,1.2631416320800781,1.2586116790771484,1.3344287872314453,1.256704330444336,1.2784004211425781,1.180410385131836,1.1887550354003906,1.287698745727539,1.1801719665527344,1.2826919555664062,1.2094974517822266,1.4824867248535156,1.2574195861816406 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,0.3829002380371094,0.3762245178222656,0.38361549377441406,0.40268898010253906,0.3933906555175781,0.3743171691894531,0.3826618194580078,0.3693103790283203,0.38623809814453125,0.38313865661621094,0.4379749298095703,0.4374980926513672,0.4439353942871094,0.4413127899169922,0.44083595275878906,0.43964385986328125,0.4372596740722656,0.43582916259765625,0.43511390686035156,0.43511390686035156 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,1.5556812286376953,1.5592575073242188,1.4939308166503906,1.5604496002197266,1.567840576171875,1.4965534210205078,1.5544891357421875,1.4903545379638672,1.7924308776855469,1.5377998352050781,1.6050338745117188,1.5904903411865234,1.6155242919921875,1.5869140625,1.5339851379394531,1.5635490417480469,1.5323162078857422,1.5745162963867188,1.5201568603515625,1.76239013671875 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,True,0.171661376953125,0.18334388732910156,0.1747608184814453,0.16999244689941406,0.16641616821289062,0.16570091247558594,0.16498565673828125,0.1652240753173828,0.1652240753173828,0.16427040100097656,0.17976760864257812,0.1647472381591797,0.1475811004638672,0.14066696166992188,0.14162063598632812,0.14328956604003906,0.141143798828125,0.1418590545654297,0.1461505889892578,0.1404285430908203 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,False,0.29754638671875,0.25391578674316406,0.78582763671875,0.25916099548339844,0.24318695068359375,0.24747848510742188,0.2453327178955078,0.24080276489257812,0.24247169494628906,0.24366378784179688,0.1995563507080078,0.18525123596191406,0.18715858459472656,0.19502639770507812,0.1857280731201172,0.18358230590820312,0.1914501190185547,0.17452239990234375,0.17762184143066406,0.17595291137695312 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.2224445343017578,0.2186298370361328,0.2079010009765625,0.23365020751953125,0.24056434631347656,0.2262592315673828,0.24247169494628906,0.2243518829345703,0.22840499877929688,0.23365020751953125,0.12254714965820312,0.12254714965820312,0.12969970703125,0.12278556823730469,0.11491775512695312,0.11467933654785156,0.11444091796875,0.11467933654785156,0.11324882507324219,0.11396408081054688 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,0.2224445343017578,0.2186298370361328,0.2200603485107422,0.2143383026123047,0.21505355834960938,0.2162456512451172,0.21529197692871094,0.23174285888671875,0.22149085998535156,0.2155303955078125,0.15854835510253906,0.12183189392089844,0.11968612670898438,0.11992454528808594,0.11992454528808594,0.11801719665527344,0.11849403381347656,0.11777877807617188,0.12135505676269531,0.11897087097167969 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,True,0.18358230590820312,0.15974044799804688,0.14829635620117188,0.14662742614746094,0.14734268188476562,0.1456737518310547,0.1423358917236328,0.14138221740722656,0.14162063598632812,0.14209747314453125,0.18930435180664062,0.18858909606933594,0.1850128173828125,0.1819133758544922,0.18477439880371094,0.18358230590820312,0.1850128173828125,0.1862049102783203,0.1838207244873047,0.18358230590820312 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,False,0.25773048400878906,0.2512931823730469,0.25153160095214844,0.2467632293701172,0.24390220642089844,0.24199485778808594,0.2384185791015625,0.24271011352539062,0.2410411834716797,0.24056434631347656,0.12731552124023438,0.12278556823730469,0.12350082397460938,0.12183189392089844,0.12183189392089844,0.12254714965820312,0.1220703125,0.12254714965820312,0.12278556823730469,0.1380443572998047 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.14710426330566406,0.14400482177734375,0.1518726348876953,0.1430511474609375,0.14162063598632812,0.13899803161621094,0.1385211944580078,0.14066696166992188,0.13899803161621094,0.13875961303710938,0.12731552124023438,0.12612342834472656,0.1220703125,0.12254714965820312,0.12230873107910156,0.12278556823730469,0.12254714965820312,0.12111663818359375,0.12159347534179688,0.12230873107910156 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,0.24747848510742188,0.24056434631347656,0.2532005310058594,0.24366378784179688,0.2396106719970703,0.23698806762695312,0.23484230041503906,0.23436546325683594,0.23818016052246094,0.23889541625976562,0.12493133544921875,0.12445449829101562,0.12373924255371094,0.1220703125,0.12493133544921875,0.1735687255859375,0.3802776336669922,0.2396106719970703,0.2186298370361328,0.3104209899902344 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,True,0.4532337188720703,0.41222572326660156,0.38909912109375,0.38313865661621094,0.3800392150878906,0.3745555877685547,0.38242340087890625,0.3809928894042969,0.39267539978027344,0.3838539123535156,0.23627281188964844,0.23126602172851562,0.2334117889404297,0.25773048400878906,0.23555755615234375,0.23126602172851562,0.22840499877929688,0.24509429931640625,0.2377033233642578,0.2288818359375 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,False,0.244140625,0.2410411834716797,0.2396106719970703,0.23412704467773438,0.2353191375732422,0.2315044403076172,0.3185272216796875,0.2815723419189453,0.2841949462890625,0.2510547637939453,0.16999244689941406,0.16236305236816406,0.16379356384277344,0.1621246337890625,0.1628398895263672,0.1647472381591797,0.16307830810546875,0.1633167266845703,0.16188621520996094,0.17142295837402344 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.19216537475585938,0.17452239990234375,0.1704692840576172,0.16689300537109375,0.1652240753173828,0.16498565673828125,0.17714500427246094,0.16832351684570312,0.17118453979492188,0.1666545867919922,0.15211105346679688,0.14638900756835938,0.1862049102783203,0.1595020294189453,0.19550323486328125,0.15783309936523438,0.141143798828125,0.14591217041015625,0.3275871276855469,0.16045570373535156 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,0.2849102020263672,0.2760887145996094,0.2892017364501953,0.5319118499755859,0.2605915069580078,0.2677440643310547,0.2448558807373047,0.240325927734375,0.24080276489257812,0.24080276489257812,0.17261505126953125,0.16689300537109375,0.17333030700683594,0.1666545867919922,0.1709461212158203,0.1685619354248047,0.17642974853515625,0.16498565673828125,0.17118453979492188,0.16450881958007812 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,True,0.18405914306640625,0.18167495727539062,0.1881122589111328,0.18167495727539062,0.1800060272216797,0.17404556274414062,0.1742839813232422,0.17523765563964844,0.1742839813232422,0.17452239990234375,0.14281272888183594,0.12755393981933594,0.13113021850585938,0.12803077697753906,0.125885009765625,0.12540817260742188,0.12445449829101562,0.1239776611328125,0.125885009765625,0.12373924255371094 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,False,0.2868175506591797,0.27680397033691406,0.2732276916503906,0.27179718017578125,0.2770423889160156,0.27370452880859375,0.26988983154296875,0.2696514129638672,0.2696514129638672,0.2675056457519531,0.15735626220703125,0.15616416931152344,0.15997886657714844,0.1590251922607422,0.15735626220703125,0.1575946807861328,0.156402587890625,0.15664100646972656,0.1575946807861328,0.15854835510253906 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,0.14829635620117188,0.148773193359375,0.14710426330566406,0.14591217041015625,0.14519691467285156,0.14638900756835938,0.1468658447265625,0.14543533325195312,0.1461505889892578,0.14638900756835938,0.148773193359375,0.14591217041015625,0.1468658447265625,0.14519691467285156,0.1461505889892578,0.14734268188476562,0.14495849609375,0.1499652862548828,0.14734268188476562,0.14495849609375 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,0.24271011352539062,0.2646446228027344,0.27108192443847656,0.24461746215820312,0.23865699768066406,0.23865699768066406,0.2410411834716797,0.2377033233642578,0.23412704467773438,0.23436546325683594,0.17213821411132812,0.17142295837402344,0.17023086547851562,0.17070770263671875,0.17023086547851562,0.17070770263671875,0.17070770263671875,0.16999244689941406,0.21266937255859375,0.1938343048095703 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,True,0.21696090698242188,0.20122528076171875,0.20384788513183594,0.19502639770507812,0.19931793212890625,0.19669532775878906,0.20003318786621094,0.19431114196777344,0.19788742065429688,0.19359588623046875,0.17762184143066406,0.19121170043945312,0.15473365783691406,0.15115737915039062,0.15020370483398438,0.152587890625,0.14925003051757812,0.14925003051757812,0.15163421630859375,0.1499652862548828 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,False,0.2582073211669922,0.2548694610595703,0.2570152282714844,0.255584716796875,0.24890899658203125,0.2529621124267578,0.2510547637939453,0.2522468566894531,0.2593994140625,0.2560615539550781,0.28252601623535156,0.27751922607421875,0.2779960632324219,0.2770423889160156,0.2961158752441406,0.2849102020263672,0.278472900390625,0.2753734588623047,0.27561187744140625,0.2644062042236328 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,0.1983642578125,0.19431114196777344,0.1957416534423828,0.19288063049316406,0.18930435180664062,0.19216537475585938,0.19097328186035156,0.18978118896484375,0.1926422119140625,0.20694732666015625,0.27298927307128906,0.2532005310058594,0.2503395080566406,0.2503395080566406,0.24890899658203125,0.2739429473876953,0.2694129943847656,0.24962425231933594,0.2601146697998047,0.2593994140625 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,0.48923492431640625,0.47397613525390625,0.47516822814941406,0.4684925079345703,0.45871734619140625,0.4703998565673828,0.47659873962402344,0.4551410675048828,0.45180320739746094,0.44798851013183594,0.1983642578125,0.19121170043945312,0.19049644470214844,0.19216537475585938,0.1888275146484375,0.19049644470214844,0.19407272338867188,0.18787384033203125,0.18715858459472656,0.186920166015625 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,True,0.179290771484375,0.1761913299560547,0.17571449279785156,0.17309188842773438,0.17833709716796875,0.17833709716796875,0.1728534698486328,0.17142295837402344,0.1823902130126953,0.17452239990234375,0.22125244140625,0.21910667419433594,0.21719932556152344,0.21576881408691406,0.2460479736328125,0.2181529998779297,0.2148151397705078,0.21266937255859375,0.21147727966308594,0.21409988403320312 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,False,0.42247772216796875,0.3268718719482422,0.3032684326171875,0.6337165832519531,0.3180503845214844,0.30112266540527344,0.3020763397216797,0.2942085266113281,0.293731689453125,0.29587745666503906,0.25963783264160156,0.2579689025878906,0.25582313537597656,0.25534629821777344,0.2574920654296875,0.25463104248046875,0.255584716796875,0.2562999725341797,0.2605915069580078,0.2589225769042969 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,0.18596649169921875,0.18167495727539062,0.18358230590820312,0.1804828643798828,0.1785755157470703,0.17952919006347656,0.17714500427246094,0.17762184143066406,0.17786026000976562,0.17881393432617188,0.1347064971923828,0.14019012451171875,0.13685226440429688,0.13566017150878906,0.13375282287597656,0.1323223114013672,0.1442432403564453,0.13947486877441406,0.13375282287597656,0.13375282287597656 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,0.30231475830078125,0.2980232238769531,0.29158592224121094,0.2918243408203125,0.28634071350097656,0.2853870391845703,0.2906322479248047,0.29087066650390625,0.2865791320800781,0.28967857360839844,0.23508071899414062,0.23174285888671875,0.23365020751953125,0.23174285888671875,0.2300739288330078,0.23293495178222656,0.23317337036132812,0.23126602172851562,0.23293495178222656,0.2334117889404297 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,True,0.244140625,0.2510547637939453,0.23174285888671875,0.23984909057617188,0.34809112548828125,0.22935867309570312,0.24271011352539062,0.24747848510742188,0.23698806762695312,0.2739429473876953,0.3097057342529297,0.3905296325683594,0.36025047302246094,0.30112266540527344,0.2899169921875,0.29730796813964844,0.2963542938232422,0.2911090850830078,0.2923011779785156,0.29015541076660156 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,False,0.3399848937988281,0.32210350036621094,0.3151893615722656,0.31828880310058594,0.3170967102050781,0.3192424774169922,0.32830238342285156,0.31757354736328125,0.3178119659423828,0.35881996154785156,0.3743171691894531,0.3719329833984375,0.3726482391357422,0.37860870361328125,0.3757476806640625,0.37217140197753906,0.3712177276611328,0.37097930908203125,0.3688335418701172,0.3681182861328125 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,0.2524852752685547,0.23555755615234375,0.4894733428955078,0.8158683776855469,0.23365020751953125,0.2338886260986328,0.22649765014648438,0.22792816162109375,0.2415180206298828,0.24390220642089844,0.21958351135253906,0.2143383026123047,0.21576881408691406,0.21338462829589844,0.2117156982421875,0.21266937255859375,0.21338462829589844,0.2129077911376953,0.21505355834960938,0.2129077911376953 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,0.3409385681152344,0.33545494079589844,0.3342628479003906,0.3323554992675781,0.3306865692138672,0.3306865692138672,0.3285408020019531,0.3311634063720703,0.335693359375,0.32806396484375,0.2875328063964844,0.30231475830078125,0.26297569274902344,0.25725364685058594,0.2601146697998047,0.2620220184326172,0.2620220184326172,0.26702880859375,0.2651214599609375,0.2574920654296875 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,True,0.21028518676757812,0.20837783813476562,0.20885467529296875,0.20456314086914062,0.20241737365722656,0.2079010009765625,0.20599365234375,0.2052783966064453,0.20456314086914062,0.1995563507080078,0.26345252990722656,0.2601146697998047,0.26607513427734375,0.2694129943847656,0.26035308837890625,0.26154518127441406,0.25582313537597656,0.25773048400878906,0.25916099548339844,0.25844573974609375 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,False,0.7774829864501953,0.7054805755615234,0.7197856903076172,0.46539306640625,0.41937828063964844,0.41675567626953125,0.4153251647949219,0.41222572326660156,0.4143714904785156,0.4127025604248047,0.4830360412597656,0.4849433898925781,0.4878044128417969,0.48995018005371094,0.48160552978515625,0.4839897155761719,0.47969818115234375,0.5121231079101562,0.7574558258056641,0.49948692321777344 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,0.2143383026123047,0.21147727966308594,0.20551681518554688,0.2067089080810547,0.20647048950195312,0.20575523376464844,0.20551681518554688,0.2071857452392578,0.2048015594482422,0.21266937255859375,0.18310546875,0.18286705017089844,0.1811981201171875,0.18215179443359375,0.18167495727539062,0.18930435180664062,0.1926422119140625,0.1842975616455078,0.186920166015625,0.18596649169921875 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,0.42939186096191406,0.42748451232910156,0.4298686981201172,0.4284381866455078,0.43082237243652344,0.42700767517089844,0.42438507080078125,0.4241466522216797,0.4470348358154297,0.751495361328125,0.4553794860839844,0.45228004455566406,0.4603862762451172,0.4546642303466797,0.4508495330810547,0.44727325439453125,0.4477500915527344,0.4494190216064453,0.45180320739746094,0.45013427734375 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,True,0.3440380096435547,0.33783912658691406,0.3147125244140625,0.31280517578125,0.3044605255126953,0.3046989440917969,0.308990478515625,0.3075599670410156,0.3058910369873047,0.3409385681152344,0.385284423828125,0.3707408905029297,0.41294097900390625,0.41866302490234375,0.37026405334472656,0.3657341003417969,0.3676414489746094,0.3719329833984375,0.3657341003417969,0.37026405334472656 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,False,0.5352497100830078,0.5323886871337891,0.530242919921875,0.5316734313964844,0.5254745483398438,0.5273818969726562,0.5240440368652344,0.522613525390625,0.5319118499755859,0.5311965942382812,0.5152225494384766,0.5183219909667969,0.4985332489013672,0.5009174346923828,0.5056858062744141,0.5021095275878906,0.49376487731933594,0.4913806915283203,0.7379055023193359,0.5002021789550781 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,0.31280517578125,0.3101825714111328,0.30493736267089844,0.3097057342529297,0.3039836883544922,0.30112266540527344,0.3173351287841797,0.3113746643066406,0.301361083984375,0.30875205993652344,0.2913475036621094,0.2942085266113281,0.2925395965576172,0.2913475036621094,0.2903938293457031,0.2872943878173828,0.2887248992919922,0.2880096435546875,0.29540061950683594,0.29277801513671875 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,0.6296634674072266,0.6108283996582031,0.6086826324462891,0.5984306335449219,0.5884170532226562,0.5877017974853516,0.5931854248046875,0.591278076171875,0.6072521209716797,0.5905628204345703,0.5924701690673828,0.9253025054931641,0.6282329559326172,0.7905960083007812,0.7038116455078125,0.6055831909179688,0.5972385406494141,0.5815029144287109,0.5805492401123047,0.5974769592285156 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,True,0.2987384796142578,0.2961158752441406,0.2956390380859375,0.308990478515625,0.2944469451904297,0.29540061950683594,0.30350685119628906,0.3006458282470703,0.5390644073486328,0.3032684326171875,0.27441978454589844,0.2720355987548828,0.2727508544921875,0.2739429473876953,0.27179718017578125,0.2758502960205078,0.274658203125,0.27489662170410156,0.6444454193115234,0.29540061950683594 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,False,0.8692741394042969,0.8649826049804688,0.8690357208251953,0.8656978607177734,0.8635520935058594,0.8559226989746094,0.8587837219238281,0.8633136749267578,0.8792877197265625,1.1687278747558594,0.9541511535644531,0.957489013671875,1.209259033203125,0.9462833404541016,0.9486675262451172,0.8826255798339844,0.9429454803466797,0.9551048278808594,0.9527206420898438,0.8747577667236328 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,0.3032684326171875,0.293731689453125,0.3056526184082031,0.2980232238769531,0.2951622009277344,0.2925395965576172,0.29468536376953125,0.3025531768798828,0.30350685119628906,0.29969215393066406,0.3635883331298828,0.6973743438720703,0.3561973571777344,0.35572052001953125,0.38504600524902344,0.3039836883544922,0.2849102020263672,0.2942085266113281,0.2841949462890625,0.27561187744140625 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,0.9100437164306641,0.9219646453857422,0.9207725524902344,0.9136199951171875,0.90789794921875,0.9121894836425781,0.9253025054931641,1.1265277862548828,0.9055137634277344,0.8955001831054688,0.8394718170166016,0.8482933044433594,0.8730888366699219,0.8330345153808594,0.8325576782226562,1.1906623840332031,0.8511543273925781,0.843048095703125,0.8387565612792969,0.8153915405273438 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,True,0.3859996795654297,0.3840923309326172,0.3883838653564453,0.3910064697265625,0.3781318664550781,0.3771781921386719,0.3764629364013672,0.3941059112548828,0.3857612609863281,0.39076805114746094,0.37026405334472656,0.36597251892089844,0.3883838653564453,0.3733634948730469,0.36525726318359375,0.36835670471191406,0.3681182861328125,0.3745555877685547,0.40078163146972656,0.3654956817626953 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,False,0.7195472717285156,0.7038116455078125,0.6935596466064453,0.6909370422363281,0.6866455078125,0.6852149963378906,0.6875991821289062,0.6909370422363281,0.7579326629638672,0.9560585021972656,0.75531005859375,0.8974075317382812,0.736236572265625,0.8037090301513672,0.8385181427001953,0.7936954498291016,0.7321834564208984,0.7255077362060547,0.7979869842529297,0.7987022399902344 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,0.41794776916503906,0.38933753967285156,0.40221214294433594,0.39696693420410156,0.4029273986816406,0.38743019104003906,0.3991127014160156,0.40984153747558594,0.39887428283691406,0.4000663757324219,0.370025634765625,0.3647804260253906,0.36406517028808594,0.3597736358642578,0.36334991455078125,0.3705024719238281,0.36025047302246094,0.36334991455078125,0.3695487976074219,0.37384033203125 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,1.3852119445800781,1.4126300811767578,1.4052391052246094,1.3775825500488281,1.4011859893798828,1.397848129272461,1.3933181762695312,1.3191699981689453,1.3201236724853516,1.712799072265625,1.3003349304199219,1.4944076538085938,1.3604164123535156,1.3000965118408203,1.3408660888671875,1.2869834899902344,1.2688636779785156,1.279592514038086,1.3089179992675781,1.2345314025878906 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,True,0.3952980041503906,0.42366981506347656,0.4105567932128906,0.3914833068847656,0.3883838653564453,0.3936290740966797,0.3895759582519531,0.38623809814453125,0.39577484130859375,0.3972053527832031,0.39577484130859375,0.3991127014160156,0.4024505615234375,0.39267539978027344,0.39124488830566406,0.39696693420410156,0.4184246063232422,0.8032321929931641,0.4813671112060547,0.4048347473144531 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,False,1.3375282287597656,1.331329345703125,1.2564659118652344,1.3234615325927734,1.329660415649414,1.2519359588623047,1.3568401336669922,1.6057491302490234,1.2543201446533203,1.3546943664550781,1.346588134765625,1.3322830200195312,1.3244152069091797,1.397848129272461,1.35040283203125,1.3206005096435547,1.3339519500732422,1.3289451599121094,1.3298988342285156,1.5158653259277344 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,0.3864765167236328,0.38933753967285156,0.38433074951171875,0.3960132598876953,0.3933906555175781,0.3914833068847656,0.38170814514160156,0.38933753967285156,0.3979206085205078,0.3879070281982422,0.36263465881347656,0.3612041473388672,0.36263465881347656,0.385284423828125,0.3657341003417969,0.3600120544433594,0.3604888916015625,0.36215782165527344,0.6926059722900391,0.4267692565917969 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,1.4796257019042969,1.4050006866455078,1.7402172088623047,1.4467239379882812,1.392364501953125,1.455545425415039,1.3892650604248047,1.4548301696777344,1.4531612396240234,1.4646053314208984,1.4073848724365234,1.337289810180664,1.4081001281738281,1.4269351959228516,1.3356208801269531,1.417398452758789,1.4023780822753906,1.3620853424072266,1.60980224609375,1.3759136199951172 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,True,0.5218982696533203,0.5173683166503906,0.850677490234375,0.5011558532714844,0.4782676696777344,0.5040168762207031,0.49591064453125,0.48422813415527344,0.4775524139404297,0.47206878662109375,0.5259513854980469,0.49376487731933594,0.4940032958984375,0.4894733428955078,0.48923492431640625,0.4916191101074219,0.48804283142089844,0.49591064453125,0.4935264587402344,0.48160552978515625 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,False,0.9503364562988281,1.2340545654296875,0.9450912475585938,0.9167194366455078,0.9877681732177734,0.9868144989013672,0.9350776672363281,0.92315673828125,0.9083747863769531,0.8871555328369141,0.9582042694091797,1.0094642639160156,0.9708404541015625,0.9291172027587891,0.9210109710693359,0.9162425994873047,0.9112358093261719,0.9212493896484375,0.9393692016601562,1.0290145874023438 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,0.4944801330566406,0.5009174346923828,0.48804283142089844,0.48661231994628906,0.48351287841796875,0.4775524139404297,0.4773139953613281,0.49757957458496094,0.47326087951660156,0.4909038543701172,0.4725456237792969,0.7231235504150391,0.4932880401611328,0.45800209045410156,0.46324729919433594,0.4551410675048828,0.45871734619140625,0.4591941833496094,0.45871734619140625,0.4544258117675781 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,1.800537109375,1.7766952514648438,1.7650127410888672,1.9938945770263672,1.8007755279541016,1.8382072448730469,1.8310546875,1.7852783203125,1.8203258514404297,1.772165298461914,1.8203258514404297,1.8208026885986328,1.973867416381836,1.7507076263427734,1.781463623046875,1.7337799072265625,1.7151832580566406,1.7459392547607422,1.7592906951904297,1.7342567443847656 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,True,0.4699230194091797,0.48089027404785156,0.48351287841796875,0.6031990051269531,0.47087669372558594,0.4584789276123047,0.45299530029296875,0.461578369140625,0.4799365997314453,0.47087669372558594,0.4374980926513672,0.4334449768066406,0.43392181396484375,0.4317760467529297,0.42939186096191406,0.43487548828125,0.4329681396484375,0.43392181396484375,0.4622936248779297,0.8704662322998047 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,False,1.8317699432373047,1.8429756164550781,1.9011497497558594,1.8315315246582031,2.048492431640625,1.760244369506836,1.7380714416503906,1.8644332885742188,1.7714500427246094,1.7349720001220703,1.619577407836914,1.619100570678711,1.5516281127929688,1.6210079193115234,1.615285873413086,1.6329288482666016,1.6674995422363281,1.5790462493896484,2.0558834075927734,1.5659332275390625 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,0.4897117614746094,0.48923492431640625,0.4878044128417969,0.4782676696777344,0.4813671112060547,0.4699230194091797,0.4811286926269531,0.4711151123046875,0.47659873962402344,0.4699230194091797,0.5011558532714844,0.49996376037597656,0.5042552947998047,0.5276203155517578,0.5233287811279297,0.8902549743652344,0.5104541778564453,0.5016326904296875,0.499725341796875,0.5028247833251953 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,1.9931793212890625,1.93023681640625,1.9903182983398438,1.9545555114746094,1.9876956939697266,1.9392967224121094,1.9423961639404297,2.1784305572509766,1.9931793212890625,1.93023681640625,2.390623092651367,1.997232437133789,1.9779205322265625,1.9867420196533203,1.9881725311279297,1.99127197265625,2.0911693572998047,2.0134449005126953,2.2766590118408203,1.9996166229248047 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_grad_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_grad_cpu.csv new file mode 100644 index 0000000..0ee7aff --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_grad_cpu.csv @@ -0,0 +1,393 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,cpu,homo,bool,True,0.1556873321533203,0.15020370483398438,0.16880035400390625,0.1513957977294922,0.18525123596191406,0.16999244689941406,0.1621246337890625,0.1533031463623047,0.1456737518310547,0.1881122589111328,0.8473396301269531,0.8111000061035156,0.8189678192138672,0.8196830749511719,0.8087158203125,4.09698486328125,0.9889602661132812,0.8361339569091797,0.6475448608398438,0.5321502685546875 +"(1000, 1000)",0.5,1000,1000,cpu,homo,bool,False,0.09989738464355469,0.06937980651855469,0.06723403930664062,0.0667572021484375,0.06604194641113281,0.06699562072753906,0.06580352783203125,0.06556510925292969,0.0667572021484375,0.06604194641113281,1.6837120056152344,1.6748905181884766,1.6777515411376953,1.6970634460449219,1.1076927185058594,1.077890396118164,1.0979175567626953,1.0972023010253906,1.1141300201416016,1.1415481567382812 +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,True,0.244140625,0.22459030151367188,0.24962425231933594,0.24628639221191406,0.24557113647460938,0.2589225769042969,0.2257823944091797,0.2892017364501953,0.23746490478515625,0.2617835998535156,0.6046295166015625,0.6048679351806641,0.6041526794433594,0.6010532379150391,0.6883144378662109,0.6587505340576172,0.6194114685058594,0.60272216796875,0.6034374237060547,0.6096363067626953 +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,False,0.06580352783203125,0.06747245788574219,0.06580352783203125,0.064849853515625,0.06532669067382812,0.06604194641113281,0.06556510925292969,0.06604194641113281,0.06580352783203125,0.0667572021484375,1.8396377563476562,1.8110275268554688,1.8298625946044922,1.8122196197509766,1.9021034240722656,1.2254714965820312,1.2080669403076172,1.1997222900390625,1.1987686157226562,1.1920928955078125 +"(1000, 1000)",0.5,1000,1000,cpu,heter,bool,True,0.18262863159179688,0.14829635620117188,0.16760826110839844,0.15282630920410156,0.3120899200439453,0.2834796905517578,0.24580955505371094,0.27561187744140625,0.19073486328125,0.2605915069580078,0.8268356323242188,0.8344650268554688,0.8339881896972656,0.8232593536376953,0.804901123046875,0.8187294006347656,0.8378028869628906,0.8068084716796875,0.6508827209472656,2.6159286499023438 +"(1000, 1000)",0.5,1000,1000,cpu,heter,bool,False,0.07939338684082031,0.07772445678710938,0.07748603820800781,0.07796287536621094,0.0782012939453125,0.07843971252441406,0.0782012939453125,0.07843971252441406,0.07867813110351562,0.07748603820800781,1.5795230865478516,1.4598369598388672,1.4684200286865234,1.4607906341552734,1.4755725860595703,1.4815330505371094,1.4522075653076172,1.0657310485839844,0.9741783142089844,0.9708404541015625 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,True,0.1766681671142578,0.1964569091796875,0.16069412231445312,0.17786026000976562,0.1933574676513672,0.1785755157470703,0.2090930938720703,0.16546249389648438,0.171661376953125,0.14472007751464844,0.8401870727539062,4.037380218505859,0.8676052093505859,0.84686279296875,0.8177757263183594,0.8044242858886719,0.6096363067626953,0.5869865417480469,0.5881786346435547,0.6067752838134766 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,False,0.07843971252441406,0.0782012939453125,0.07915496826171875,0.07915496826171875,0.07867813110351562,0.07939338684082031,0.0782012939453125,0.07748603820800781,0.0782012939453125,0.07772445678710938,0.6093978881835938,0.7135868072509766,0.6098747253417969,0.7050037384033203,0.5850791931152344,0.6616115570068359,0.6539821624755859,0.7050037384033203,0.6096363067626953,0.7545948028564453 +"(1000, 2500)",0.5,1000,2500,cpu,homo,bool,True,0.2658367156982422,0.293731689453125,0.301361083984375,0.2779960632324219,0.27871131896972656,0.2765655517578125,0.35381317138671875,0.4017353057861328,0.37479400634765625,0.3745555877685547,0.8347034454345703,0.7634162902832031,0.6382465362548828,0.7712841033935547,7.117748260498047,0.6070137023925781,3.0040740966796875,0.5223751068115234,0.576019287109375,10.090112686157227 +"(1000, 2500)",0.5,1000,2500,cpu,homo,bool,False,0.14591217041015625,0.15091896057128906,0.14662742614746094,0.14352798461914062,0.14352798461914062,0.1423358917236328,0.14257431030273438,0.1418590545654297,0.14138221740722656,0.14138221740722656,1.272439956665039,1.4007091522216797,1.35040283203125,1.3575553894042969,1.3699531555175781,1.3399124145507812,1.2748241424560547,1.3110637664794922,1.3551712036132812,1.3213157653808594 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,True,0.2613067626953125,0.2868175506591797,0.2853870391845703,0.2849102020263672,0.30875205993652344,0.2853870391845703,0.2605915069580078,0.27251243591308594,0.27251243591308594,0.31280517578125,1.4605522155761719,1.500844955444336,1.425027847290039,0.9441375732421875,0.9424686431884766,0.9441375732421875,0.9450912475585938,2.683877944946289,0.9453296661376953,0.9675025939941406 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,False,0.15163421630859375,0.14972686767578125,0.13494491577148438,0.13518333435058594,0.13589859008789062,0.133514404296875,0.13446807861328125,0.13518333435058594,0.1347064971923828,0.15473365783691406,1.2981891632080078,1.2738704681396484,1.4202594757080078,1.3849735260009766,1.3840198516845703,1.3680458068847656,1.3499259948730469,1.2917518615722656,1.3756752014160156,1.2919902801513672 +"(1000, 2500)",0.5,1000,2500,cpu,heter,bool,True,0.35834312438964844,0.3464221954345703,0.46324729919433594,0.3979206085205078,0.29659271240234375,0.3592967987060547,0.3685951232910156,0.3743171691894531,0.4119873046875,0.23818016052246094,2.2788047790527344,3.8385391235351562,1.2874603271484375,1.5842914581298828,1.4636516571044922,1.4960765838623047,3.3905506134033203,0.9031295776367188,1.1010169982910156,1.0256767272949219 +"(1000, 2500)",0.5,1000,2500,cpu,heter,bool,False,0.17762184143066406,0.1933574676513672,0.18167495727539062,0.18167495727539062,0.1850128173828125,0.18167495727539062,0.18167495727539062,0.17952919006347656,0.19407272338867188,0.1819133758544922,1.5590190887451172,1.651763916015625,1.6646385192871094,1.600027084350586,1.6601085662841797,1.6002655029296875,1.5583038330078125,1.5845298767089844,1.5447139739990234,1.5442371368408203 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,True,0.35643577575683594,0.35500526428222656,0.339508056640625,0.3628730773925781,0.33664703369140625,0.42819976806640625,0.3077983856201172,0.2868175506591797,0.2856254577636719,0.2655982971191406,0.835418701171875,0.8394718170166016,0.7560253143310547,0.8058547973632812,2.059459686279297,0.904083251953125,0.8134841918945312,0.7615089416503906,4.293918609619141,110.10456085205078 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,False,0.1819133758544922,0.1800060272216797,0.18405914306640625,0.1804828643798828,0.1800060272216797,0.17952919006347656,0.18072128295898438,0.17881393432617188,0.1785755157470703,0.18644332885742188,1.6779899597167969,1.566171646118164,1.638650894165039,1.6586780548095703,1.6503334045410156,1.7120838165283203,1.6665458679199219,1.6410350799560547,1.6674995422363281,1.6579627990722656 +"(1000, 5000)",0.5,1000,5000,cpu,homo,bool,True,0.4520416259765625,0.43773651123046875,0.4723072052001953,0.4367828369140625,0.4477500915527344,0.4565715789794922,0.4360675811767578,0.4553794860839844,0.4925727844238281,0.4763603210449219,1.6782283782958984,1.634836196899414,1.668691635131836,1.7957687377929688,2.031087875366211,1.199483871459961,1.39617919921875,1.455068588256836,1.2891292572021484,2.557516098022461 +"(1000, 5000)",0.5,1000,5000,cpu,homo,bool,False,0.2524852752685547,0.2522468566894531,0.2429485321044922,0.2505779266357422,0.24271011352539062,0.25010108947753906,0.2570152282714844,0.244140625,0.2410411834716797,0.2510547637939453,3.6842823028564453,3.1032562255859375,2.550840377807617,2.561330795288086,8.883953094482422,7.426738739013672,5.604982376098633,4.361152648925781,3.6847591400146484,3.676176071166992 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,True,0.4887580871582031,0.4734992980957031,0.4897117614746094,0.4570484161376953,0.37980079650878906,0.476837158203125,0.3361701965332031,0.507354736328125,0.48065185546875,0.45013427734375,2.197742462158203,1.7261505126953125,1.4994144439697266,3.3655166625976562,1.6717910766601562,1.720428466796875,1.3041496276855469,1.3346672058105469,1.3382434844970703,1.0592937469482422 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,False,0.2593994140625,0.2722740173339844,0.24247169494628906,0.24056434631347656,0.24008750915527344,0.24008750915527344,0.23937225341796875,0.24080276489257812,0.24056434631347656,0.2415180206298828,2.561330795288086,2.5331974029541016,2.4917125701904297,2.5756359100341797,2.565145492553711,2.4564266204833984,2.57110595703125,2.5250911712646484,2.500772476196289,2.522706985473633 +"(1000, 5000)",0.5,1000,5000,cpu,heter,bool,True,0.5462169647216797,0.5209445953369141,0.5669593811035156,0.6039142608642578,0.5350112915039062,0.5507469177246094,0.5540847778320312,0.545501708984375,0.5285739898681641,0.5447864532470703,2.2232532501220703,2.2339820861816406,2.213001251220703,1.5454292297363281,1.5897750854492188,2.811908721923828,1.5187263488769531,1.5494823455810547,1.575469970703125,1.2509822845458984 +"(1000, 5000)",0.5,1000,5000,cpu,heter,bool,False,0.3097057342529297,0.3185272216796875,0.3178119659423828,0.3190040588378906,0.308990478515625,0.3101825714111328,0.30922889709472656,0.31495094299316406,0.31375885009765625,0.3190040588378906,3.133058547973633,3.165721893310547,3.1571388244628906,2.9959678649902344,3.1621456146240234,3.1669139862060547,3.0548572540283203,3.163576126098633,3.087282180786133,3.095865249633789 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,True,0.5364418029785156,0.6108283996582031,0.6232261657714844,0.598907470703125,0.5085468292236328,0.49185752868652344,0.4787445068359375,0.4737377166748047,0.47206878662109375,0.48995018005371094,4.461765289306641,2.160787582397461,1.5020370483398438,1.5473365783691406,1.499176025390625,1.51824951171875,1.5316009521484375,1.5413761138916016,1.3327598571777344,2.0990371704101562 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,False,0.31685829162597656,0.3116130828857422,0.316619873046875,0.308990478515625,0.31495094299316406,0.30922889709472656,0.3085136413574219,0.3082752227783203,0.3216266632080078,0.3178119659423828,3.196239471435547,3.112316131591797,3.080606460571289,3.1557083129882812,3.057241439819336,3.206491470336914,3.175497055053711,3.045797348022461,3.1638145446777344,3.072023391723633 +"(1000, 10000)",0.5,1000,10000,cpu,homo,bool,True,0.8804798126220703,0.9305477142333984,0.9531974792480469,0.8556842803955078,0.8187294006347656,0.8368492126464844,0.8673667907714844,0.8561611175537109,0.8554458618164062,0.8699893951416016,2.205371856689453,2.1393299102783203,2.0835399627685547,2.062082290649414,2.0666122436523438,1.4412403106689453,2.3326873779296875,1.4376640319824219,1.4815330505371094,1.5187263488769531 +"(1000, 10000)",0.5,1000,10000,cpu,homo,bool,False,0.4527568817138672,0.4773139953613281,0.44345855712890625,0.4985332489013672,0.4754066467285156,0.43964385986328125,0.44083595275878906,0.44226646423339844,0.4780292510986328,0.4432201385498047,5.026102066040039,4.928112030029297,4.877567291259766,5.0754547119140625,4.847049713134766,4.918336868286133,5.1250457763671875,4.954814910888672,5.094289779663086,5.128145217895508 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,True,0.8487701416015625,0.8280277252197266,0.8525848388671875,0.7617473602294922,0.8573532104492188,0.8625984191894531,0.8749961853027344,0.7927417755126953,0.8602142333984375,0.7774829864501953,2.8619766235351562,2.640247344970703,3.208160400390625,2.0062923431396484,1.9333362579345703,1.9223690032958984,1.562356948852539,1.4650821685791016,1.470804214477539,1.4529228210449219 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,False,0.44846534729003906,0.4620552062988281,0.44798851013183594,0.4611015319824219,0.4734992980957031,0.4489421844482422,0.44083595275878906,0.48470497131347656,0.4630088806152344,0.46539306640625,4.876136779785156,5.02467155456543,5.127429962158203,4.965305328369141,4.998445510864258,5.139827728271484,5.0907135009765625,4.930973052978516,5.037546157836914,5.049705505371094 +"(1000, 10000)",0.5,1000,10000,cpu,heter,bool,True,0.8680820465087891,0.8611679077148438,0.8814334869384766,0.8919239044189453,0.8764266967773438,0.8950233459472656,0.8864402770996094,0.90789794921875,0.9365081787109375,1.0178089141845703,3.0558109283447266,2.1827220916748047,2.1734237670898438,2.164125442504883,2.1097660064697266,3.0333995819091797,2.0720958709716797,2.0487308502197266,2.1028518676757812,2.054929733276367 +"(1000, 10000)",0.5,1000,10000,cpu,heter,bool,False,0.8566379547119141,0.8714199066162109,0.8668899536132812,0.8292198181152344,0.8237361907958984,0.8523464202880859,0.8759498596191406,0.8723735809326172,0.8184909820556641,0.8523464202880859,6.213188171386719,6.147146224975586,6.197690963745117,6.302595138549805,6.211042404174805,6.02269172668457,6.215095520019531,6.278514862060547,6.075382232666016,6.075382232666016 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,True,0.9081363677978516,0.8561611175537109,0.8604526519775391,0.8742809295654297,0.8952617645263672,0.8633136749267578,0.8816719055175781,0.8261203765869141,0.8714199066162109,0.926971435546875,2.0537376403808594,3.4584999084472656,2.1080970764160156,1.979827880859375,2.0482540130615234,2.020120620727539,2.0759105682373047,2.0599365234375,2.9435157775878906,2.055644989013672 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,False,0.6363391876220703,0.6425380706787109,0.6103515625,0.5996227264404297,0.5946159362792969,0.6041526794433594,0.6005764007568359,0.6275177001953125,0.5991458892822266,0.5943775177001953,6.234645843505859,6.328105926513672,6.048679351806641,6.381511688232422,6.269693374633789,6.13713264465332,6.357431411743164,6.200313568115234,6.239891052246094,6.296873092651367 +"(1000, 25000)",0.5,1000,25000,cpu,homo,bool,True,2.1593570709228516,2.221345901489258,2.196073532104492,2.2988319396972656,1.7850399017333984,2.2101402282714844,1.7824172973632812,2.1734237670898438,2.0329952239990234,2.1047592163085938,3.446340560913086,4.420995712280273,3.3948421478271484,3.269195556640625,3.3180713653564453,3.4296512603759766,4.376411437988281,3.3080577850341797,3.2546520233154297,3.3698081970214844 +"(1000, 25000)",0.5,1000,25000,cpu,homo,bool,False,1.1053085327148438,1.0099411010742188,1.094818115234375,1.079559326171875,1.0325908660888672,1.1014938354492188,1.100778579711914,1.0907649993896484,1.0843276977539062,1.0759830474853516,12.95161247253418,12.85243034362793,12.966632843017578,13.16380500793457,13.15164566040039,13.133525848388672,13.147592544555664,13.016223907470703,13.03553581237793,13.0615234375 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,True,2.0599365234375,2.2211074829101562,2.0782947540283203,2.2013187408447266,2.186298370361328,0.8680820465087891,2.105712890625,2.0275115966796875,2.252340316772461,1.5082359313964844,89.19024467468262,6.66356086730957,49.27706718444824,136.72137260437012,3.565073013305664,3.355741500854492,3.4253597259521484,3.829479217529297,5.041599273681641,3.247499465942383 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,False,1.0864734649658203,1.0213851928710938,1.09100341796875,1.0137557983398438,1.0991096496582031,1.093149185180664,1.0898113250732422,1.1060237884521484,1.0938644409179688,1.0039806365966797,12.97616958618164,13.17596435546875,13.151407241821289,13.020515441894531,13.129234313964844,13.003349304199219,13.08441162109375,12.902498245239258,12.945890426635742,13.002634048461914 +"(1000, 25000)",0.5,1000,25000,cpu,heter,bool,True,2.079010009765625,2.173185348510742,2.1953582763671875,2.3336410522460938,2.2416114807128906,2.262115478515625,2.2356510162353516,2.324819564819336,2.214193344116211,2.342700958251953,4.809141159057617,4.845142364501953,5.5255889892578125,5.394935607910156,45.91083526611328,4.84466552734375,5.596399307250977,4.95457649230957,5.743503570556641,5.065679550170898 +"(1000, 25000)",0.5,1000,25000,cpu,heter,bool,False,1.5614032745361328,5.010366439819336,4.729747772216797,4.87828254699707,4.159450531005859,2.968311309814453,2.9757022857666016,2.989053726196289,2.2687911987304688,1.9633769989013672,16.29185676574707,16.266822814941406,16.24131202697754,15.915155410766602,15.720129013061523,15.894651412963867,15.829324722290039,15.785455703735352,15.813112258911133,16.16072654724121 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,True,2.0325183868408203,1.0728836059570312,2.0689964294433594,1.375436782836914,2.226591110229492,1.4731884002685547,2.1457672119140625,2.1507740020751953,2.2859573364257812,2.2590160369873047,4.927873611450195,6.549835205078125,4.842519760131836,4.83393669128418,4.8198699951171875,6.062746047973633,4.817008972167969,5.029916763305664,5.709171295166016,4.835367202758789 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,False,1.455068588256836,1.4219284057617188,1.4433860778808594,3.588438034057617,1.470804214477539,1.3844966888427734,1.468658447265625,1.4545917510986328,1.4653205871582031,1.4088153839111328,15.858650207519531,15.828371047973633,15.790939331054688,15.892744064331055,15.76375961303711,15.700578689575195,15.839338302612305,15.743017196655273,15.962600708007812,15.779256820678711 +"(1000, 37500)",0.5,1000,37500,cpu,homo,bool,True,3.0050277709960938,2.9942989349365234,3.151416778564453,3.1480789184570312,4.058361053466797,3.9823055267333984,3.1926631927490234,3.1595230102539062,3.1321048736572266,3.1790733337402344,6.23321533203125,4.921436309814453,5.849123001098633,5.071401596069336,4.95457649230957,5.543231964111328,8.109807968139648,4.909515380859375,5.617380142211914,4.927396774291992 +"(1000, 37500)",0.5,1000,37500,cpu,homo,bool,False,1.604318618774414,1.5578269958496094,1.5914440155029297,1.5444755554199219,1.5978813171386719,1.6322135925292969,1.6317367553710938,1.5299320220947266,1.5301704406738281,1.6415119171142578,19.498109817504883,19.548892974853516,19.55413818359375,19.22321319580078,19.632577896118164,19.74773406982422,19.451379776000977,19.545316696166992,19.34504508972168,19.383907318115234 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,True,2.214193344116211,4.256963729858398,3.129720687866211,3.273487091064453,3.1363964080810547,3.236055374145508,3.1669139862060547,3.180980682373047,3.159761428833008,3.2320022583007812,6.271600723266602,5.119800567626953,4.951238632202148,6.070375442504883,4.92095947265625,4.912137985229492,5.6018829345703125,4.900455474853516,5.565166473388672,5.661487579345703 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,False,2.6769638061523438,2.6526451110839844,2.6733875274658203,2.5060176849365234,2.475738525390625,5.37419319152832,4.27556037902832,5.297660827636719,5.335092544555664,5.243778228759766,19.715070724487305,19.604206085205078,19.3636417388916,19.36793327331543,19.551992416381836,19.656658172607422,19.33455467224121,19.43683624267578,19.47927474975586,19.341230392456055 +"(1000, 37500)",0.5,1000,37500,cpu,heter,bool,True,2.765655517578125,2.4547576904296875,2.382516860961914,3.5364627838134766,2.034902572631836,3.112316131591797,3.082752227783203,3.2083988189697266,3.2982826232910156,3.1638145446777344,7.0743560791015625,8.47625732421875,8.590459823608398,8.809804916381836,7.091999053955078,8.396148681640625,7.175922393798828,8.393287658691406,7.091283798217773,8.140325546264648 +"(1000, 37500)",0.5,1000,37500,cpu,heter,bool,False,2.0911693572998047,2.185821533203125,2.172231674194336,2.077817916870117,2.0186901092529297,2.1333694458007812,2.00653076171875,2.122640609741211,2.118349075317383,2.2640228271484375,24.529695510864258,24.55925941467285,24.60312843322754,24.393320083618164,24.505615234375,24.17135238647461,24.233341217041016,24.654388427734375,24.411916732788086,24.428129196166992 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,True,1.5141963958740234,3.6072731018066406,3.226757049560547,1.3997554779052734,1.9762516021728516,3.208160400390625,1.7275810241699219,3.1321048736572266,3.41033935546875,3.3745765686035156,45.84240913391113,30.7466983795166,128.68332862854004,8.957386016845703,7.225990295410156,8.674383163452148,7.071733474731445,8.308172225952148,7.244110107421875,7.224321365356445 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,False,2.0751953125,2.0160675048828125,2.1696090698242188,2.2919178009033203,3.8518905639648438,2.0728111267089844,2.1190643310546875,2.2306442260742188,7.224082946777344,5.865335464477539,23.604154586791992,23.985624313354492,24.17778968811035,23.712635040283203,24.225234985351562,23.879289627075195,23.843050003051758,24.258852005004883,23.873090744018555,24.340391159057617 +"(1000, 50000)",0.5,1000,50000,cpu,homo,bool,True,3.770589828491211,2.865314483642578,3.0634403228759766,3.403186798095703,4.178285598754883,4.582643508911133,4.875659942626953,4.359006881713867,4.195213317871094,4.166603088378906,6.471157073974609,7.175922393798828,6.370306015014648,6.404876708984375,7.366418838500977,6.364107131958008,7.101297378540039,6.371974945068359,6.392002105712891,7.291316986083984 +"(1000, 50000)",0.5,1000,50000,cpu,homo,bool,False,2.1638870239257812,2.1088123321533203,2.082347869873047,2.232789993286133,7.230520248413086,2.683401107788086,2.711772918701172,2.8357505798339844,7.175445556640625,5.946636199951172,26.400327682495117,26.114702224731445,26.170969009399414,26.0927677154541,26.020288467407227,26.25417709350586,25.86960792541504,25.97832679748535,25.84218978881836,25.93255043029785 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,True,3.079652786254883,4.108667373657227,4.089117050170898,4.511356353759766,3.958463668823242,3.4863948822021484,3.496885299682617,3.7093162536621094,4.299402236938477,4.0378570556640625,7.365703582763672,6.396293640136719,6.377220153808594,7.325410842895508,6.371259689331055,7.076501846313477,6.448507308959961,6.999731063842773,7.655143737792969,9.332656860351562 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,False,2.1288394927978516,2.0651817321777344,2.487659454345703,2.2361278533935547,2.1140575408935547,2.133607864379883,2.084970474243164,2.161741256713867,2.0995140075683594,2.1600723266601562,26.746511459350586,27.144432067871094,26.594877243041992,27.2369384765625,26.062488555908203,26.234865188598633,26.64017677307129,25.995969772338867,26.849746704101562,26.33070945739746 +"(1000, 50000)",0.5,1000,50000,cpu,heter,bool,True,3.8678646087646484,3.674030303955078,3.627777099609375,4.575490951538086,3.309011459350586,4.871606826782227,4.108667373657227,3.262042999267578,4.296064376831055,4.388570785522461,10.317087173461914,72.4337100982666,86.89618110656738,82.88431167602539,83.35447311401367,22.061824798583984,15.116214752197266,11.088132858276367,11.879682540893555,10.99705696105957 +"(1000, 50000)",0.5,1000,50000,cpu,heter,bool,False,6.656169891357422,4.796028137207031,4.637718200683594,3.4601688385009766,3.3631324768066406,4.777431488037109,4.475593566894531,3.0007362365722656,2.956867218017578,2.9480457305908203,33.00833702087402,33.14852714538574,32.24349021911621,32.27043151855469,32.23276138305664,32.797813415527344,32.87100791931152,32.811641693115234,32.395124435424805,32.70220756530762 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,True,4.474639892578125,4.240989685058594,4.300832748413086,4.191398620605469,3.276348114013672,4.319429397583008,4.690408706665039,4.312992095947266,2.865314483642578,3.4227371215820312,10.585308074951172,10.561704635620117,9.659528732299805,10.77723503112793,9.686470031738281,10.598421096801758,10.530948638916016,9.65738296508789,10.759592056274414,9.580373764038086 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,False,2.7742385864257812,2.775430679321289,2.994060516357422,2.925872802734375,2.93731689453125,2.770662307739258,2.815723419189453,2.6733875274658203,2.978086471557617,2.9070377349853516,32.25564956665039,32.30452537536621,32.362937927246094,32.004594802856445,32.473087310791016,33.08677673339844,33.109426498413086,33.113718032836914,32.77444839477539,32.42850303649902 +"(2500, 1000)",0.5,2500,1000,cpu,homo,bool,True,0.18835067749023438,0.1766681671142578,0.2129077911376953,0.2315044403076172,0.1850128173828125,0.18739700317382812,0.19693374633789062,0.3070831298828125,0.3142356872558594,0.26798248291015625,0.4837512969970703,0.4818439483642578,0.4830360412597656,0.507354736328125,0.4832744598388672,47.747135162353516,1.5482902526855469,0.6737709045410156,0.4858970642089844,0.4839897155761719 +"(2500, 1000)",0.5,2500,1000,cpu,homo,bool,False,0.10395050048828125,0.16188621520996094,0.11754035949707031,0.11348724365234375,0.11944770812988281,0.11849403381347656,0.1220703125,0.11396408081054688,0.11134147644042969,0.11086463928222656,1.30462646484375,1.3387203216552734,1.3675689697265625,1.371622085571289,1.3082027435302734,1.312255859375,1.3468265533447266,1.3060569763183594,1.3196468353271484,1.329183578491211 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,True,0.30541419982910156,0.25534629821777344,0.2570152282714844,0.3190040588378906,0.21219253540039062,0.17595291137695312,0.18334388732910156,0.1690387725830078,0.16546249389648438,0.17833709716796875,0.6756782531738281,0.5915164947509766,1.7158985137939453,84.84554290771484,78.65381240844727,0.6320476531982422,0.5261898040771484,0.5528926849365234,0.79345703125,0.7750988006591797 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,False,0.11420249938964844,0.141143798828125,0.11539459228515625,0.13136863708496094,0.10991096496582031,0.13184547424316406,0.1125335693359375,0.12993812561035156,0.11086463928222656,0.1442432403564453,1.230478286743164,1.3110637664794922,1.3265609741210938,1.323699951171875,1.3580322265625,1.2826919555664062,1.291036605834961,1.4257431030273438,1.3370513916015625,1.3306140899658203 +"(2500, 1000)",0.5,2500,1000,cpu,heter,bool,True,0.25272369384765625,0.2532005310058594,0.2498626708984375,0.3199577331542969,0.2803802490234375,0.24437904357910156,0.25081634521484375,0.2696514129638672,0.24747848510742188,0.24938583374023438,1.7774105072021484,1.3880729675292969,1.237630844116211,1.2443065643310547,1.435995101928711,1.4948844909667969,2.691507339477539,1.0123252868652344,0.8864402770996094,0.8862018585205078 +"(2500, 1000)",0.5,2500,1000,cpu,heter,bool,False,0.1392364501953125,0.15664100646972656,0.14972686767578125,0.1494884490966797,0.14853477478027344,0.16427040100097656,0.15044212341308594,0.14972686767578125,0.14925003051757812,0.1480579376220703,2.728700637817383,2.9230117797851562,2.7925968170166016,2.1300315856933594,1.7838478088378906,1.7628669738769531,1.76239013671875,1.7590522766113281,1.7638206481933594,1.764059066772461 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,True,0.1842975616455078,0.20456314086914062,0.2028942108154297,0.19407272338867188,0.19884109497070312,0.21767616271972656,0.1995563507080078,0.186920166015625,0.19502639770507812,0.186920166015625,1.7631053924560547,1.7130374908447266,1.8079280853271484,6.046533584594727,1.2578964233398438,1.5113353729248047,1.0595321655273438,0.8254051208496094,0.7722377777099609,0.8490085601806641 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,False,0.49591064453125,0.49495697021484375,0.5235671997070312,0.5042552947998047,0.4951953887939453,0.49948692321777344,0.4954338073730469,0.4944801330566406,0.4966259002685547,0.49591064453125,1.6393661499023438,1.6055107116699219,1.6145706176757812,1.6222000122070312,1.6040802001953125,1.6591548919677734,1.6124248504638672,1.5077590942382812,1.6324520111083984,1.5459060668945312 +"(2500, 2500)",0.5,2500,2500,cpu,homo,bool,True,0.39458274841308594,0.3261566162109375,0.30612945556640625,0.3139972686767578,0.3447532653808594,0.2913475036621094,0.308990478515625,0.31566619873046875,0.3151893615722656,0.3459453582763672,1.8184185028076172,1.8148422241210938,1.7871856689453125,1.218557357788086,1.2264251708984375,1.2269020080566406,1.2350082397460938,1.226663589477539,1.2302398681640625,1.2407302856445312 +"(2500, 2500)",0.5,2500,2500,cpu,homo,bool,False,0.2951622009277344,0.2892017364501953,0.2894401550292969,0.29850006103515625,0.27561187744140625,0.27561187744140625,0.27632713317871094,0.2760887145996094,0.308990478515625,0.28777122497558594,3.1270980834960938,3.265857696533203,3.2176971435546875,3.168821334838867,3.216266632080078,3.1061172485351562,3.148794174194336,3.247976303100586,3.2410621643066406,3.172636032104492 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,True,0.42557716369628906,0.3783702850341797,0.40984153747558594,0.3657341003417969,0.3688335418701172,0.43392181396484375,0.36907196044921875,0.3693103790283203,0.3669261932373047,0.36644935607910156,1.1644363403320312,1.177072525024414,1.1663436889648438,1.1687278747558594,1.1544227600097656,1.0952949523925781,0.9729862213134766,0.9400844573974609,0.9458065032958984,0.8590221405029297 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,False,0.2906322479248047,0.28896331787109375,0.2880096435546875,0.28824806213378906,0.2887248992919922,0.28777122497558594,0.28824806213378906,0.3025531768798828,0.28896331787109375,0.2872943878173828,3.297567367553711,3.271341323852539,3.0715465545654297,3.0450820922851562,3.0710697174072266,3.1042098999023438,3.230571746826172,3.0832290649414062,3.0517578125,3.131389617919922 +"(2500, 2500)",0.5,2500,2500,cpu,heter,bool,True,0.32782554626464844,0.3478527069091797,0.3159046173095703,0.3204345703125,0.3139972686767578,0.30732154846191406,0.2887248992919922,0.3135204315185547,0.31948089599609375,0.33545494079589844,2.4068355560302734,2.4116039276123047,2.452373504638672,1.928091049194336,1.6906261444091797,2.680540084838867,1.6965866088867188,1.7306804656982422,1.6834735870361328,1.2710094451904297 +"(2500, 2500)",0.5,2500,2500,cpu,heter,bool,False,0.7224082946777344,0.49304962158203125,0.4875659942626953,0.48732757568359375,0.4858970642089844,0.4856586456298828,0.48732757568359375,0.48804283142089844,0.49591064453125,0.4878044128417969,3.777742385864258,3.974437713623047,3.829479217529297,3.74603271484375,3.652811050415039,3.8030147552490234,3.8836002349853516,3.955364227294922,3.6745071411132812,3.780364990234375 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,True,0.3256797790527344,0.3197193145751953,0.3235340118408203,0.2803802490234375,0.30803680419921875,0.30612945556640625,0.316619873046875,0.3120899200439453,0.3266334533691406,0.3159046173095703,2.4385452270507812,2.4657249450683594,2.9020309448242188,1.7576217651367188,2.810955047607422,1.7006397247314453,1.661539077758789,1.6529560089111328,1.3904571533203125,1.2788772583007812 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,False,0.36525726318359375,0.3647804260253906,0.3650188446044922,0.37860870361328125,0.3662109375,0.3688335418701172,0.36644935607910156,0.3666877746582031,0.3643035888671875,0.3643035888671875,3.702878952026367,3.7512779235839844,3.859996795654297,3.9708614349365234,3.839254379272461,3.7660598754882812,3.8328170776367188,3.9577484130859375,3.766298294067383,3.7713050842285156 +"(2500, 5000)",0.5,2500,5000,cpu,homo,bool,True,0.6189346313476562,0.49567222595214844,0.5173683166503906,0.4940032958984375,0.5409717559814453,0.518798828125,0.48422813415527344,0.4992485046386719,0.5061626434326172,0.5066394805908203,1.7745494842529297,1.8150806427001953,1.8029212951660156,1.8680095672607422,1.7876625061035156,2.690553665161133,1.7323493957519531,1.8541812896728516,1.7828941345214844,1.7459392547607422 +"(2500, 5000)",0.5,2500,5000,cpu,homo,bool,False,0.5216598510742188,0.5106925964355469,0.5168914794921875,0.5109310150146484,0.5078315734863281,0.5183219909667969,0.5095005035400391,0.5092620849609375,0.5068778991699219,0.5071163177490234,6.068706512451172,6.13856315612793,6.038427352905273,6.174802780151367,6.178140640258789,5.985260009765625,6.084918975830078,6.126642227172852,6.106138229370117,6.211280822753906 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,True,0.5216598510742188,0.4985332489013672,0.49233436584472656,0.5142688751220703,0.6930828094482422,0.6539821624755859,0.5741119384765625,0.51116943359375,0.499725341796875,0.4813671112060547,2.9921531677246094,3.926992416381836,2.044200897216797,2.1028518676757812,2.122163772583008,2.0418167114257812,1.7540454864501953,1.7502307891845703,1.7213821411132812,2.619028091430664 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,False,0.5114078521728516,0.5125999450683594,0.5145072937011719,0.51116943359375,0.5099773406982422,0.5235671997070312,0.5109310150146484,0.51116943359375,0.5087852478027344,0.5099773406982422,6.069421768188477,6.149768829345703,6.089925765991211,6.1664581298828125,6.213665008544922,5.964040756225586,6.127357482910156,6.026983261108398,5.957841873168945,6.172418594360352 +"(2500, 5000)",0.5,2500,5000,cpu,heter,bool,True,0.5307197570800781,0.5369186401367188,0.5404949188232422,0.4954338073730469,0.5133152008056641,0.4932880401611328,0.5002021789550781,0.5257129669189453,0.5362033843994141,0.5564689636230469,3.12042236328125,2.429485321044922,2.460479736328125,3.547191619873047,2.4504661560058594,2.4483203887939453,2.471923828125,2.4890899658203125,4.383087158203125,2.788543701171875 +"(2500, 5000)",0.5,2500,5000,cpu,heter,bool,False,0.7014274597167969,0.6175041198730469,0.6835460662841797,0.6139278411865234,0.7104873657226562,0.6296634674072266,0.7016658782958984,0.6277561187744141,0.6968975067138672,0.6270408630371094,7.539510726928711,7.467031478881836,7.32421875,7.526397705078125,7.422208786010742,7.630348205566406,7.3375701904296875,7.571935653686523,7.45391845703125,7.392644882202148 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,True,0.5347728729248047,0.5285739898681641,0.6608963012695312,0.5271434783935547,0.5431175231933594,0.5211830139160156,0.5321502685546875,0.5826950073242188,0.5600452423095703,0.5445480346679688,2.8955936431884766,2.6819705963134766,2.6133060455322266,3.5185813903808594,2.5599002838134766,2.526521682739258,2.4645328521728516,2.4907588958740234,2.4988651275634766,2.709627151489258 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,False,0.7007122039794922,0.6706714630126953,0.6999969482421875,0.6575584411621094,0.7047653198242188,0.6136894226074219,0.7083415985107422,0.6234645843505859,0.701904296875,0.6308555603027344,7.650613784790039,7.589578628540039,7.568359375,7.647991180419922,7.346391677856445,7.575273513793945,7.584571838378906,7.627010345458984,7.570743560791016,7.3699951171875 +"(2500, 10000)",0.5,2500,10000,cpu,homo,bool,True,0.9334087371826172,0.8988380432128906,0.9121894836425781,0.8990764617919922,0.9253025054931641,1.001596450805664,0.9791851043701172,0.9670257568359375,0.9655952453613281,0.9567737579345703,4.3735504150390625,3.4215450286865234,3.2966136932373047,3.298521041870117,3.3063888549804688,4.020929336547852,3.357410430908203,3.295421600341797,3.293752670288086,3.2930374145507812 +"(2500, 10000)",0.5,2500,10000,cpu,homo,bool,False,0.9281635284423828,0.8916854858398438,0.9279251098632812,0.8800029754638672,0.8893013000488281,0.9377002716064453,0.9264945983886719,0.9286403656005859,0.9312629699707031,0.8935928344726562,12.2833251953125,12.30168342590332,12.077569961547852,12.105703353881836,12.213706970214844,12.191295623779297,12.03012466430664,12.295722961425781,12.276172637939453,12.421607971191406 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,True,0.9329319000244141,0.9226799011230469,0.9388923645019531,0.9157657623291016,1.6410350799560547,1.1239051818847656,1.1463165283203125,1.0612010955810547,1.0235309600830078,1.0554790496826172,3.715038299560547,3.854513168334961,3.4177303314208984,3.3006668090820312,4.187583923339844,3.328084945678711,3.3791065216064453,3.350496292114258,3.299713134765625,4.065036773681641 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,False,0.8978843688964844,0.885009765625,0.9107589721679688,0.9200572967529297,0.9038448333740234,0.9036064147949219,0.9050369262695312,0.9055137634277344,0.8924007415771484,0.9083747863769531,12.57181167602539,12.365341186523438,12.357711791992188,12.346029281616211,12.419462203979492,12.258529663085938,12.236833572387695,12.26949691772461,12.449026107788086,12.308597564697266 +"(2500, 10000)",0.5,2500,10000,cpu,heter,bool,True,0.9543895721435547,1.2161731719970703,0.9529590606689453,1.4369487762451172,1.043558120727539,1.1258125305175781,1.0082721710205078,0.9911060333251953,0.9374618530273438,0.9982585906982422,4.795551300048828,5.721092224121094,4.827022552490234,4.784822463989258,5.555152893066406,5.035877227783203,4.798412322998047,5.846977233886719,5.001068115234375,6.161212921142578 +"(2500, 10000)",0.5,2500,10000,cpu,heter,bool,False,1.264333724975586,1.2278556823730469,1.2373924255371094,1.2297630310058594,1.2214183807373047,1.2383460998535156,1.2328624725341797,1.2640953063964844,1.2199878692626953,1.2385845184326172,15.09857177734375,15.193939208984375,15.168905258178711,15.25259017944336,15.093326568603516,15.129327774047852,15.245199203491211,15.292644500732422,15.255451202392578,15.082120895385742 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,True,0.9477138519287109,0.9372234344482422,0.9529590606689453,1.260995864868164,0.9393692016601562,0.9534358978271484,0.9598731994628906,0.9315013885498047,0.9264945983886719,0.9372234344482422,4.726648330688477,4.815101623535156,5.453586578369141,4.738330841064453,4.809141159057617,6.102800369262695,4.791498184204102,4.813194274902344,5.482196807861328,4.77147102355957 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,False,1.2333393096923828,1.237630844116211,1.2977123260498047,1.271963119506836,1.27410888671875,1.2354850769042969,1.3420581817626953,4.539012908935547,4.287481307983398,4.291057586669922,15.39301872253418,15.380859375,15.480995178222656,15.343427658081055,15.500307083129883,15.439987182617188,15.280961990356445,15.37466049194336,15.430927276611328,15.29383659362793 +"(2500, 25000)",0.5,2500,25000,cpu,homo,bool,True,2.2983551025390625,2.2280216217041016,2.1860599517822266,2.385854721069336,2.2509098052978516,2.393007278442383,2.3980140686035156,2.259492874145508,3.367900848388672,2.3086071014404297,7.968664169311523,9.12332534790039,7.984638214111328,9.155035018920898,7.967472076416016,9.08660888671875,7.990360260009766,8.947134017944336,7.989406585693359,9.108304977416992 +"(2500, 25000)",0.5,2500,25000,cpu,homo,bool,False,2.5281906127929688,2.447843551635742,2.3670196533203125,2.384185791015625,2.4118423461914062,2.4003982543945312,2.4552345275878906,2.4645328521728516,2.3949146270751953,2.4852752685546875,31.76259994506836,31.71849250793457,31.91828727722168,31.83436393737793,31.746387481689453,31.951189041137695,31.844139099121094,32.3941707611084,32.03296661376953,32.22393989562988 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,True,2.184152603149414,2.9799938201904297,3.355741500854492,2.2940635681152344,3.804922103881836,3.298521041870117,3.2236576080322266,2.2585391998291016,2.398967742919922,2.1982192993164062,8.092403411865234,8.941650390625,7.981300354003906,9.033679962158203,8.215665817260742,8.931636810302734,8.319854736328125,8.826971054077148,7.99870491027832,9.011983871459961 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,False,2.3937225341796875,2.6404857635498047,4.894018173217773,2.371549606323242,2.4559497833251953,2.468585968017578,2.349853515625,2.4797916412353516,2.5284290313720703,2.778768539428711,32.45115280151367,32.25278854370117,32.33480453491211,32.53340721130371,32.19008445739746,31.841754913330078,32.444000244140625,32.021284103393555,32.32312202453613,32.958269119262695 +"(2500, 25000)",0.5,2500,25000,cpu,heter,bool,True,2.240419387817383,2.821207046508789,2.7136802673339844,2.264738082885742,2.208232879638672,2.2220611572265625,2.469301223754883,2.3336410522460938,2.275705337524414,2.7217864990234375,13.449668884277344,12.745857238769531,13.026237487792969,13.747692108154297,13.495445251464844,13.643026351928711,12.074947357177734,13.612031936645508,13.585090637207031,13.385772705078125 +"(2500, 25000)",0.5,2500,25000,cpu,heter,bool,False,3.519296646118164,3.5173892974853516,3.4706592559814453,3.4766197204589844,3.3111572265625,3.495454788208008,3.4592151641845703,3.459453582763672,3.5016536712646484,3.410816192626953,40.27152061462402,40.06814956665039,40.39931297302246,39.97302055358887,39.9322509765625,40.20094871520996,39.92915153503418,39.89577293395996,39.70599174499512,40.25769233703613 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,True,2.3086071014404297,2.2416114807128906,2.6972293853759766,2.3179054260253906,3.177165985107422,2.295970916748047,2.4335384368896484,2.4793148040771484,2.293825149536133,2.4216175079345703,13.406515121459961,11.99793815612793,13.38815689086914,13.638734817504883,13.067007064819336,13.090372085571289,11.949539184570312,13.195514678955078,13.51785659790039,13.553619384765625 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,False,3.5245418548583984,3.2820701599121094,3.3502578735351562,3.388643264770508,3.4914016723632812,3.5245418548583984,3.5257339477539062,5.513668060302734,3.4019947052001953,3.5865306854248047,39.68524932861328,39.5965576171875,39.51668739318848,39.93344306945801,39.75534439086914,39.99662399291992,39.496421813964844,39.82830047607422,39.710283279418945,39.40987586975098 +"(2500, 37500)",0.5,2500,37500,cpu,homo,bool,True,3.6764144897460938,3.179788589477539,4.59599494934082,4.824399948120117,3.427743911743164,3.33404541015625,3.2508373260498047,4.926204681396484,3.499269485473633,3.331422805786133,13.057947158813477,13.20648193359375,13.008594512939453,12.076616287231445,13.03720474243164,17.445087432861328,13.162374496459961,41.294097900390625,136.9023323059082,66.93196296691895 +"(2500, 37500)",0.5,2500,37500,cpu,homo,bool,False,3.8950443267822266,3.942251205444336,4.378557205200195,13.194561004638672,10.65683364868164,7.203578948974609,5.959987640380859,4.723310470581055,4.459381103515625,3.817319869995117,49.70526695251465,49.089908599853516,49.14999008178711,49.928903579711914,49.765825271606445,49.62491989135742,49.58057403564453,49.00169372558594,49.12900924682617,48.938751220703125 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,True,3.134489059448242,3.1092166900634766,3.262042999267578,3.259420394897461,3.1681060791015625,2.904653549194336,3.253459930419922,3.6122798919677734,3.3359527587890625,3.4248828887939453,13.332843780517578,13.022899627685547,13.077974319458008,11.961698532104492,13.307809829711914,12.888669967651367,13.102054595947266,11.96146011352539,13.339042663574219,13.100147247314453 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,False,3.901243209838867,3.8862228393554688,3.736257553100586,3.770112991333008,3.9620399475097656,3.816366195678711,3.7078857421875,3.7004947662353516,3.9513111114501953,3.8328170776367188,48.718929290771484,49.86000061035156,48.601388931274414,49.25346374511719,48.95520210266113,48.80237579345703,48.82335662841797,48.56228828430176,48.7668514251709,48.77519607543945 +"(2500, 37500)",0.5,2500,37500,cpu,heter,bool,True,3.4220218658447266,3.9505958557128906,3.805398941040039,3.3042430877685547,3.316640853881836,3.4172534942626953,3.431558609008789,3.448963165283203,3.452777862548828,3.5338401794433594,20.22695541381836,19.051551818847656,20.30181884765625,19.083499908447266,19.28544044494629,19.077301025390625,18.95427703857422,20.241260528564453,18.949270248413086,18.915176391601562 +"(2500, 37500)",0.5,2500,37500,cpu,heter,bool,False,5.281209945678711,5.250215530395508,5.248785018920898,5.183219909667969,5.2165985107421875,5.264997482299805,5.2967071533203125,5.232334136962891,5.144596099853516,5.218982696533203,60.82630157470703,60.21714210510254,60.68921089172363,61.316728591918945,60.445308685302734,60.47201156616211,60.721397399902344,61.217546463012695,61.24687194824219,61.309099197387695 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,True,3.278017044067383,3.4422874450683594,3.325223922729492,4.804372787475586,3.6149024963378906,3.5567283630371094,4.797458648681641,3.445148468017578,3.5004615783691406,3.3941268920898438,20.05624771118164,18.99886131286621,19.031763076782227,19.05679702758789,19.05202865600586,19.04916763305664,19.57392692565918,19.935131072998047,18.912315368652344,18.848180770874023 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,False,5.286455154418945,5.327463150024414,5.288124084472656,5.171298980712891,5.288362503051758,5.21087646484375,5.186796188354492,5.255222320556641,5.352020263671875,5.178928375244141,61.01274490356445,61.60163879394531,61.86342239379883,62.37292289733887,62.20388412475586,60.590267181396484,60.53757667541504,59.908390045166016,59.96823310852051,59.91411209106445 +"(2500, 50000)",0.5,2500,50000,cpu,homo,bool,True,5.140542984008789,4.0283203125,3.8335323333740234,4.354953765869141,6.089687347412109,4.212379455566406,4.270076751708984,4.504919052124023,4.312992095947266,6.007671356201172,17.64225959777832,17.355918884277344,17.26675033569336,17.65608787536621,17.299175262451172,17.319917678833008,17.4713134765625,19.44756507873535,17.582178115844727,17.177343368530273 +"(2500, 50000)",0.5,2500,50000,cpu,homo,bool,False,5.171775817871094,5.284786224365234,6.185770034790039,5.105018615722656,5.251169204711914,5.530118942260742,5.1727294921875,5.130290985107422,5.419492721557617,5.215644836425781,65.68074226379395,66.39909744262695,66.7409896850586,66.36285781860352,67.96813011169434,67.30151176452637,66.22815132141113,66.17450714111328,65.56177139282227,65.53888320922852 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,True,4.114627838134766,4.167318344116211,4.238605499267578,4.234790802001953,4.129886627197266,3.933429718017578,4.177570343017578,4.180908203125,5.14674186706543,4.365444183349609,17.694711685180664,18.08643341064453,17.530441284179688,17.544984817504883,17.429113388061523,19.90056037902832,17.253875732421875,17.300128936767578,17.29440689086914,17.525911331176758 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,False,13.414859771728516,8.975028991699219,7.113456726074219,5.553722381591797,5.476236343383789,5.498647689819336,5.5904388427734375,6.255388259887695,7.718801498413086,6.656885147094727,67.53659248352051,67.3682689666748,68.09520721435547,68.06778907775879,68.22347640991211,67.98291206359863,67.31700897216797,67.04521179199219,67.24143028259277,66.85996055603027 +"(2500, 50000)",0.5,2500,50000,cpu,heter,bool,True,4.414081573486328,6.166934967041016,4.348993301391602,4.8999786376953125,4.332542419433594,4.403829574584961,6.262302398681641,4.33802604675293,4.812002182006836,4.454135894775391,25.579452514648438,26.126623153686523,24.96337890625,25.999069213867188,24.814605712890625,25.618791580200195,25.153636932373047,65.98949432373047,161.54861450195312,167.07730293273926 +"(2500, 50000)",0.5,2500,50000,cpu,heter,bool,False,6.984233856201172,7.042884826660156,6.832599639892578,6.969928741455078,7.056474685668945,6.810665130615234,7.017374038696289,6.870746612548828,7.037639617919922,6.966590881347656,82.08346366882324,82.1218490600586,81.10547065734863,81.53772354125977,81.5744400024414,81.69245719909668,82.86309242248535,82.7934741973877,82.37385749816895,81.8181037902832 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,True,5.775690078735352,4.901647567749023,6.384849548339844,6.09588623046875,4.514217376708984,4.688501358032227,4.3792724609375,4.438638687133789,5.355596542358398,6.267309188842773,27.90093421936035,25.0093936920166,26.285409927368164,24.660348892211914,24.506330490112305,25.563716888427734,24.547815322875977,29.8616886138916,31.348228454589844,26.042461395263672 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,False,6.9789886474609375,6.815433502197266,7.061243057250977,7.520914077758789,7.082462310791016,6.865262985229492,6.776571273803711,7.010698318481445,6.99305534362793,7.053136825561523,80.49678802490234,81.17103576660156,80.7640552520752,80.72447776794434,80.88040351867676,81.65645599365234,81.29692077636719,80.7199478149414,81.06756210327148,81.16674423217773 +"(5000, 1000)",0.5,5000,1000,cpu,homo,bool,True,0.1952648162841797,0.22530555725097656,0.23221969604492188,0.18644332885742188,0.26297569274902344,0.1933574676513672,0.18310546875,0.1919269561767578,0.2384185791015625,0.2079010009765625,2.3300647735595703,1.5845298767089844,1.5363693237304688,1.5218257904052734,1.51824951171875,3.438711166381836,1.21307373046875,1.055002212524414,1.0247230529785156,1.150369644165039 +"(5000, 1000)",0.5,5000,1000,cpu,homo,bool,False,0.3104209899902344,0.30994415283203125,0.30684471130371094,0.3066062927246094,0.3056526184082031,0.3151893615722656,0.3216266632080078,0.3097057342529297,0.30732154846191406,0.3085136413574219,2.3543834686279297,2.3956298828125,2.3758411407470703,2.444028854370117,2.331972122192383,2.360105514526367,2.5434494018554688,2.3572444915771484,2.4051666259765625,2.356290817260742 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,True,0.25653839111328125,0.22149085998535156,0.2079010009765625,0.19073486328125,0.2052783966064453,0.21791458129882812,0.19860267639160156,0.2148151397705078,0.21648406982421875,0.18358230590820312,1.943349838256836,1.832723617553711,2.5811195373535156,1.4410018920898438,1.1355876922607422,2.922534942626953,1.148223876953125,1.2688636779785156,1.2559890747070312,1.157999038696289 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,False,0.4684925079345703,0.5624294281005859,0.46634674072265625,0.5791187286376953,0.4725456237792969,0.5664825439453125,0.46706199645996094,0.560760498046875,0.4687309265136719,0.5636215209960938,2.535104751586914,2.5360584259033203,2.468585968017578,2.4209022521972656,2.5484561920166016,2.5339126586914062,2.521991729736328,2.5625228881835938,2.387523651123047,2.5370121002197266 +"(5000, 1000)",0.5,5000,1000,cpu,heter,bool,True,0.2028942108154297,0.194549560546875,0.21386146545410156,0.3285408020019531,0.3261566162109375,0.35262107849121094,0.2884864807128906,0.3514289855957031,0.29659271240234375,0.26679039001464844,1.1112689971923828,1.117706298828125,1.1196136474609375,1.1563301086425781,1.1188983917236328,1.1188983917236328,2.1381378173828125,1.1241436004638672,1.1529922485351562,1.2319087982177734 +"(5000, 1000)",0.5,5000,1000,cpu,heter,bool,False,0.263214111328125,0.26154518127441406,0.26154518127441406,0.2617835998535156,0.26154518127441406,0.2620220184326172,0.26106834411621094,0.26035308837890625,0.26035308837890625,0.26988983154296875,2.9888153076171875,3.0150413513183594,2.9714107513427734,2.995014190673828,3.0875205993652344,2.9392242431640625,3.0062198638916016,3.0541419982910156,3.005504608154297,3.1120777130126953 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,True,0.1990795135498047,0.2071857452392578,0.19812583923339844,0.22459030151367188,0.20432472229003906,0.21314620971679688,0.2033710479736328,0.35643577575683594,0.32138824462890625,0.2989768981933594,2.401113510131836,2.0706653594970703,1.6181468963623047,1.8472671508789062,2.871990203857422,1.6131401062011719,1.5704631805419922,1.135110855102539,1.142740249633789,1.2807846069335938 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,False,0.2593994140625,0.2598762512207031,0.2589225769042969,0.26035308837890625,0.25963783264160156,0.26035308837890625,0.25916099548339844,0.2593994140625,0.2598762512207031,0.2601146697998047,3.048419952392578,3.0100345611572266,3.045797348022461,3.0221939086914062,3.0269622802734375,3.0565261840820312,2.9251575469970703,3.090381622314453,4.921436309814453,3.0090808868408203 +"(5000, 2500)",0.5,5000,2500,cpu,homo,bool,True,0.3445148468017578,0.522613525390625,0.35643577575683594,0.48470497131347656,0.32639503479003906,0.3657341003417969,0.5292892456054688,0.3483295440673828,0.33664703369140625,0.4649162292480469,2.3076534271240234,2.2935867309570312,2.3093223571777344,2.2361278533935547,1.6748905181884766,1.760244369506836,24.420499801635742,1.6987323760986328,1.7242431640625,1.7278194427490234 +"(5000, 2500)",0.5,5000,2500,cpu,homo,bool,False,0.5142688751220703,0.5118846893310547,0.5235671997070312,0.51116943359375,0.5125999450683594,0.5102157592773438,0.5118846893310547,0.5099773406982422,0.5166530609130859,0.4830360412597656,6.085872650146484,5.952119827270508,6.163835525512695,6.140470504760742,6.074428558349609,6.174325942993164,5.939722061157227,5.853414535522461,6.168127059936523,5.9223175048828125 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,True,0.5114078521728516,0.3447532653808594,0.33473968505859375,0.34308433532714844,0.5118846893310547,0.33593177795410156,0.3509521484375,0.3714561462402344,0.43654441833496094,0.35262107849121094,3.8728713989257812,2.484560012817383,2.4535655975341797,1.8470287322998047,1.8463134765625,1.7316341400146484,1.7290115356445312,2.5849342346191406,1.7180442810058594,1.6679763793945312 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,False,0.514984130859375,0.5548000335693359,0.5588531494140625,0.5688667297363281,0.5555152893066406,0.5576610565185547,0.5626678466796875,0.5154609680175781,0.5009174346923828,0.5228519439697266,6.09588623046875,6.066083908081055,6.112337112426758,6.121397018432617,5.994081497192383,5.995273590087891,6.252288818359375,6.043195724487305,5.999326705932617,6.159543991088867 +"(5000, 2500)",0.5,5000,2500,cpu,heter,bool,True,0.44918060302734375,0.4527568817138672,0.4298686981201172,0.4496574401855469,0.40030479431152344,0.42247772216796875,0.5185604095458984,0.6439685821533203,0.4706382751464844,0.44417381286621094,2.3348331451416016,2.346038818359375,2.3415088653564453,2.3975372314453125,3.3349990844726562,2.351045608520508,2.3338794708251953,2.34222412109375,2.337932586669922,2.3813247680664062 +"(5000, 2500)",0.5,5000,2500,cpu,heter,bool,False,0.6155967712402344,0.7078647613525391,0.6105899810791016,0.6940364837646484,0.6048679351806641,0.6384849548339844,0.6389617919921875,0.6375312805175781,0.7030963897705078,0.6089210510253906,7.71784782409668,7.694005966186523,7.6694488525390625,7.587909698486328,7.662057876586914,7.642269134521484,7.632970809936523,7.59434700012207,7.574558258056641,7.518768310546875 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,True,0.3457069396972656,0.36787986755371094,0.40912628173828125,0.4849433898925781,0.3871917724609375,0.4055500030517578,0.39386749267578125,0.4150867462158203,0.38743019104003906,0.36787986755371094,2.398967742919922,2.38800048828125,2.527475357055664,2.3615360260009766,3.3299922943115234,2.476930618286133,4.6977996826171875,2.4547576904296875,2.346038818359375,3.315448760986328 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,False,1.4650821685791016,1.4765262603759766,1.4705657958984375,1.4605522155761719,1.5344619750976562,1.468658447265625,1.007080078125,1.1289119720458984,1.1248588562011719,1.1208057403564453,7.496833801269531,7.775783538818359,7.489681243896484,7.824420928955078,7.703065872192383,7.803916931152344,7.758140563964844,7.794380187988281,7.812261581420898,7.784605026245117 +"(5000, 5000)",0.5,5000,5000,cpu,homo,bool,True,0.7953643798828125,0.6475448608398438,0.6439685821533203,0.6396770477294922,0.6194114685058594,0.6988048553466797,0.79345703125,0.6251335144042969,0.5900859832763672,0.7731914520263672,3.356456756591797,4.392385482788086,3.2312870025634766,3.233671188354492,3.2303333282470703,3.2491683959960938,3.965139389038086,3.240823745727539,3.2532215118408203,3.2303333282470703 +"(5000, 5000)",0.5,5000,5000,cpu,homo,bool,False,1.344919204711914,1.3203620910644531,1.386880874633789,1.3594627380371094,1.3914108276367188,1.3439655303955078,1.4286041259765625,0.9098052978515625,0.9412765502929688,0.8931159973144531,11.896371841430664,11.916399002075195,11.77668571472168,12.05301284790039,12.081384658813477,11.738300323486328,11.924266815185547,11.995077133178711,12.010812759399414,11.826515197753906 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,True,0.6542205810546875,0.6372928619384766,0.7419586181640625,0.6132125854492188,0.8921623229980469,0.6284713745117188,0.5352497100830078,0.5130767822265625,0.6537437438964844,0.6392002105712891,3.4132003784179688,4.013299942016602,3.2393932342529297,37.74261474609375,3.3195018768310547,3.8428306579589844,4.028081893920898,3.3025741577148438,3.2372474670410156,3.256559371948242 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,False,0.8475780487060547,0.8642673492431641,0.8914470672607422,0.8487701416015625,0.8871555328369141,0.9016990661621094,0.8482933044433594,0.8480548858642578,0.8895397186279297,0.8492469787597656,11.921882629394531,12.056589126586914,12.518167495727539,12.058496475219727,11.977434158325195,11.912345886230469,11.84225082397461,11.977672576904297,12.018680572509766,11.870622634887695 +"(5000, 5000)",0.5,5000,5000,cpu,heter,bool,True,0.8485317230224609,0.6678104400634766,0.5350112915039062,0.6105899810791016,0.6597042083740234,0.5552768707275391,0.5507469177246094,0.7550716400146484,0.7917881011962891,0.7975101470947266,5.769014358520508,4.821062088012695,21.182775497436523,28.894662857055664,4.711151123046875,4.718542098999023,6.237983703613281,4.834651947021484,4.696846008300781,5.935430526733398 +"(5000, 5000)",0.5,5000,5000,cpu,heter,bool,False,1.1553764343261719,1.2502670288085938,1.1477470397949219,1.1434555053710938,1.1641979217529297,1.1913776397705078,1.1875629425048828,1.1646747589111328,1.1453628540039062,1.1761188507080078,14.562845230102539,14.785051345825195,14.684438705444336,14.899492263793945,14.727592468261719,14.873504638671875,15.011072158813477,15.308141708374023,14.714717864990234,14.830350875854492 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,True,0.6525516510009766,0.9126663208007812,0.5278587341308594,0.7007122039794922,0.6525516510009766,0.8318424224853516,0.8251667022705078,0.6930828094482422,0.63323974609375,0.9331703186035156,5.4950714111328125,4.729747772216797,4.681825637817383,5.43665885925293,4.673480987548828,4.650354385375977,4.602670669555664,5.311489105224609,4.5719146728515625,4.592180252075195 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,False,1.277923583984375,1.25885009765625,1.149892807006836,1.1467933654785156,1.1684894561767578,1.107931137084961,1.1336803436279297,1.1510848999023438,1.1665821075439453,1.1413097381591797,14.789104461669922,14.752626419067383,14.867305755615234,15.00391960144043,14.707326889038086,14.815568923950195,14.859914779663086,15.029668807983398,15.030384063720703,14.95361328125 +"(5000, 10000)",0.5,5000,10000,cpu,homo,bool,True,1.2917518615722656,1.293182373046875,1.302480697631836,1.2729167938232422,1.2760162353515625,1.2502670288085938,1.2693405151367188,1.3277530670166016,1.3318061828613281,1.2900829315185547,6.379604339599609,7.477760314941406,6.308794021606445,6.34765625,7.342100143432617,6.428718566894531,7.407903671264648,6.387233734130859,7.347822189331055,6.502628326416016 +"(5000, 10000)",0.5,5000,10000,cpu,homo,bool,False,1.8901824951171875,2.5653839111328125,1.7135143280029297,1.7592906951904297,1.8029212951660156,1.7490386962890625,1.7595291137695312,1.7189979553222656,1.7066001892089844,1.7313957214355469,24.31774139404297,24.434804916381836,24.09648895263672,24.248361587524414,24.359703063964844,24.181365966796875,24.44171905517578,24.383544921875,24.6126651763916,24.674654006958008 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,True,1.2021064758300781,1.0957717895507812,1.476287841796875,1.3020038604736328,1.2962818145751953,1.2748241424560547,1.2934207916259766,1.256704330444336,1.2619495391845703,1.268148422241211,6.9561004638671875,6.4544677734375,7.259845733642578,6.442546844482422,6.804466247558594,7.260799407958984,6.456136703491211,7.174491882324219,6.56580924987793,12.20560073852539 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,False,1.7023086547851562,1.699209213256836,1.796722412109375,1.7406940460205078,1.744985580444336,1.6980171203613281,1.760244369506836,1.7597675323486328,1.7688274383544922,1.7173290252685547,24.48129653930664,24.239778518676758,24.643659591674805,24.889469146728516,25.066614151000977,24.662017822265625,24.968624114990234,24.610519409179688,24.439573287963867,24.42002296447754 +"(5000, 10000)",0.5,5000,10000,cpu,heter,bool,True,1.3201236724853516,1.2936592102050781,1.2967586517333984,1.3425350189208984,1.428842544555664,1.4884471893310547,1.5149116516113281,1.4462471008300781,1.8680095672607422,1.4162063598632812,10.576009750366211,9.516239166259766,12.039899826049805,9.553670883178711,10.447025299072266,11.278867721557617,9.614944458007812,10.527372360229492,11.140584945678711,9.539604187011719 +"(5000, 10000)",0.5,5000,10000,cpu,heter,bool,False,2.627849578857422,2.566099166870117,2.475738525390625,2.4564266204833984,2.557516098022461,2.559185028076172,2.603292465209961,2.5446414947509766,2.6018619537353516,2.5827884674072266,31.197547912597656,30.49755096435547,30.704259872436523,31.027793884277344,30.829668045043945,30.781984329223633,31.028032302856445,30.606985092163086,30.388355255126953,30.713558197021484 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,True,1.0409355163574219,1.1708736419677734,1.3027191162109375,0.9953975677490234,1.2264251708984375,1.2993812561035156,1.0106563568115234,1.3408660888671875,1.6338825225830078,1.3043880462646484,9.451627731323242,10.493040084838867,9.531259536743164,10.383367538452148,10.511398315429688,50.32539367675781,63.55881690979004,11.441230773925781,11.295318603515625,9.554147720336914 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,False,2.567768096923828,2.4902820587158203,2.573728561401367,2.5637149810791016,2.5081634521484375,2.4652481079101562,2.5644302368164062,2.515077590942383,2.491474151611328,2.5789737701416016,30.892372131347656,30.87019920349121,30.9450626373291,30.982255935668945,31.17680549621582,31.1434268951416,30.98750114440918,31.026124954223633,30.964136123657227,31.014204025268555 +"(5000, 25000)",0.5,5000,25000,cpu,homo,bool,True,2.9363632202148438,2.386331558227539,3.2112598419189453,3.0672550201416016,2.187490463256836,3.2281875610351562,3.329753875732422,3.3457279205322266,3.473043441772461,3.879547119140625,17.210006713867188,17.143964767456055,17.1356201171875,17.11750030517578,17.11273193359375,17.366886138916016,17.192602157592773,17.1358585357666,17.138242721557617,17.11726188659668 +"(5000, 25000)",0.5,5000,25000,cpu,homo,bool,False,8.453607559204102,6.468057632446289,5.257606506347656,5.103349685668945,4.945039749145508,4.92548942565918,5.115985870361328,4.773616790771484,4.797458648681641,5.053997039794922,65.6588077545166,65.1860237121582,64.82172012329102,65.04583358764648,64.51559066772461,64.7439956665039,64.66794013977051,64.88466262817383,65.21391868591309,65.72484970092773 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,True,3.1974315643310547,3.2427310943603516,3.0891895294189453,2.184629440307617,3.0939579010009766,3.348112106323242,3.3507347106933594,3.104686737060547,3.229856491088867,2.9315948486328125,17.061948776245117,17.145156860351562,17.374753952026367,17.519712448120117,17.318010330200195,17.15373992919922,17.146587371826172,17.17066764831543,18.45574378967285,17.21811294555664 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,False,5.056858062744141,4.981517791748047,4.93168830871582,5.066871643066406,4.909515380859375,4.928827285766602,4.99415397644043,4.989147186279297,4.952907562255859,4.900217056274414,66.05911254882812,66.01953506469727,65.81926345825195,66.27082824707031,65.17910957336426,65.35196304321289,65.16432762145996,65.3085708618164,65.37461280822754,65.63591957092285 +"(5000, 25000)",0.5,5000,25000,cpu,heter,bool,True,3.4401416778564453,3.526926040649414,3.4122467041015625,4.086017608642578,3.3795833587646484,2.974987030029297,3.442049026489258,3.4971237182617188,3.535747528076172,4.09245491027832,24.669408798217773,25.80428123474121,25.11453628540039,25.974273681640625,24.78623390197754,25.62427520751953,24.99699592590332,25.80738067626953,24.636507034301758,25.74896812438965 +"(5000, 25000)",0.5,5000,25000,cpu,heter,bool,False,7.007122039794922,6.858110427856445,6.845235824584961,6.951570510864258,6.711721420288086,7.103681564331055,6.711483001708984,6.682872772216797,7.035017013549805,6.633520126342773,81.32648468017578,80.7485580444336,80.53851127624512,79.82325553894043,80.75952529907227,79.88476753234863,79.24365997314453,79.69427108764648,82.27896690368652,80.11078834533691 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,True,3.0357837677001953,2.399921417236328,3.444194793701172,3.314971923828125,3.3941268920898438,3.6106109619140625,3.484487533569336,3.4942626953125,3.4050941467285156,3.6094188690185547,25.408267974853516,25.04134178161621,25.755882263183594,25.500774383544922,26.276111602783203,24.670124053955078,25.596141815185547,25.22563934326172,26.798486709594727,24.790287017822266 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,False,6.683826446533203,6.791114807128906,6.718873977661133,6.660223007202148,6.754398345947266,6.697416305541992,6.740808486938477,6.822109222412109,6.865262985229492,6.742715835571289,79.32519912719727,79.15258407592773,78.67074012756348,79.19144630432129,79.8177719116211,79.86855506896973,79.68831062316895,78.2480239868164,79.03409004211426,78.7813663482666 +"(5000, 37500)",0.5,5000,37500,cpu,homo,bool,True,4.763364791870117,4.617452621459961,5.11932373046875,4.574775695800781,4.924535751342773,3.7615299224853516,5.175590515136719,3.8444995880126953,5.558013916015625,4.958391189575195,24.9326229095459,26.843786239624023,24.899005889892578,26.084423065185547,25.249958038330078,29.15477752685547,26.360034942626953,24.890661239624023,27.144432067871094,24.85799789428711 +"(5000, 37500)",0.5,5000,37500,cpu,homo,bool,False,7.549762725830078,7.750272750854492,7.506608963012695,7.630109786987305,7.453680038452148,7.524967193603516,7.67064094543457,7.749080657958984,9.411096572875977,7.781267166137695,99.35259819030762,100.09193420410156,99.84922409057617,99.03979301452637,100.36301612854004,99.14422035217285,98.91366958618164,98.31500053405762,98.4647274017334,99.16520118713379 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,True,4.629850387573242,4.379749298095703,4.254341125488281,4.787445068359375,4.873037338256836,4.6291351318359375,4.824638366699219,4.6939849853515625,4.454851150512695,4.516839981079102,26.770591735839844,26.166915893554688,26.502132415771484,24.853229522705078,26.41129493713379,25.14338493347168,26.261329650878906,25.371074676513672,26.267290115356445,36.04269027709961 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,False,7.536411285400391,7.623434066772461,7.820606231689453,7.676124572753906,7.658958435058594,7.739543914794922,7.765531539916992,7.6732635498046875,7.62486457824707,7.799386978149414,103.20067405700684,103.64818572998047,103.22189331054688,103.32274436950684,102.81848907470703,100.54206848144531,99.76553916931152,99.7316837310791,99.85995292663574,99.55143928527832 +"(5000, 37500)",0.5,5000,37500,cpu,heter,bool,True,4.916667938232422,6.113767623901367,4.500150680541992,4.908323287963867,4.997730255126953,4.538297653198242,4.932880401611328,4.89354133605957,4.054069519042969,4.367351531982422,37.15324401855469,37.60480880737305,38.175106048583984,36.84854507446289,37.50324249267578,37.888526916503906,39.77155685424805,37.51087188720703,37.66775131225586,38.33794593811035 +"(5000, 37500)",0.5,5000,37500,cpu,heter,bool,False,10.451555252075195,10.154247283935547,10.273933410644531,10.555267333984375,11.12508773803711,10.570526123046875,10.543107986450195,10.584592819213867,10.61391830444336,10.554075241088867,123.59738349914551,124.16744232177734,124.66120719909668,126.0826587677002,125.88143348693848,124.14741516113281,123.9922046661377,124.13787841796875,124.18127059936523,126.44290924072266 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,True,4.966974258422852,4.887104034423828,4.225254058837891,3.6809444427490234,4.041194915771484,4.518985748291016,4.916906356811523,4.474878311157227,4.319667816162109,3.7841796875,38.33293914794922,61.67721748352051,66.60056114196777,36.93652153015137,37.21952438354492,38.15174102783203,37.653446197509766,38.56015205383301,37.39500045776367,39.183855056762695 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,False,10.473966598510742,10.080337524414062,10.427713394165039,10.329246520996094,10.140419006347656,10.497093200683594,10.555744171142578,26.289939880371094,13.601303100585938,10.161876678466797,123.65245819091797,123.9926815032959,123.17132949829102,122.68400192260742,122.34306335449219,123.40044975280762,123.15559387207031,123.18682670593262,123.28243255615234,123.95238876342773 +"(5000, 50000)",0.5,5000,50000,cpu,homo,bool,True,5.227565765380859,5.456686019897461,4.84013557434082,4.30750846862793,6.317615509033203,4.247188568115234,4.187345504760742,5.192041397094727,5.612611770629883,4.269838333129883,34.01827812194824,34.36470031738281,91.9795036315918,63.936710357666016,34.08694267272949,34.59763526916504,39.13593292236328,42.348623275756836,34.06071662902832,35.29834747314453 +"(5000, 50000)",0.5,5000,50000,cpu,homo,bool,False,10.679960250854492,10.576486587524414,12.783288955688477,10.45846939086914,10.217428207397461,10.501623153686523,10.364294052124023,10.466575622558594,10.522603988647461,10.397195816040039,132.94243812561035,132.0333480834961,133.5585117340088,132.84015655517578,131.75296783447266,133.05163383483887,131.67428970336914,135.0862979888916,134.16743278503418,134.3374252319336 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,True,6.463766098022461,6.472349166870117,5.256175994873047,6.41179084777832,6.869077682495117,4.679679870605469,5.542516708374023,6.300210952758789,4.26030158996582,6.11114501953125,34.62386131286621,33.896684646606445,105.41725158691406,48.88200759887695,38.237810134887695,34.111976623535156,42.882442474365234,34.084320068359375,33.99848937988281,33.99348258972168 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,False,10.428428649902344,10.40196418762207,10.27536392211914,10.661840438842773,10.424375534057617,10.592937469482422,10.5743408203125,25.1314640045166,13.087034225463867,10.73765754699707,134.47165489196777,133.94498825073242,135.01834869384766,134.15074348449707,133.59951972961426,133.24618339538574,133.5442066192627,133.15582275390625,133.4068775177002,134.22822952270508 +"(5000, 50000)",0.5,5000,50000,cpu,heter,bool,True,5.873918533325195,5.51152229309082,6.042718887329102,4.386186599731445,6.198644638061523,6.489276885986328,4.909992218017578,6.061077117919922,6.508588790893555,5.283355712890625,50.23026466369629,50.04739761352539,49.69525337219238,49.89314079284668,50.2772331237793,50.60577392578125,48.838138580322266,50.69565773010254,50.19211769104004,50.73094367980957 +"(5000, 50000)",0.5,5000,50000,cpu,heter,bool,False,13.848543167114258,13.92364501953125,13.769388198852539,13.885736465454102,13.695478439331055,13.503789901733398,13.61846923828125,13.650894165039062,13.78488540649414,13.777017593383789,165.48538208007812,165.64464569091797,165.15064239501953,165.91143608093262,164.7815704345703,165.61603546142578,164.96944427490234,165.65251350402832,165.56715965270996,165.8463478088379 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,True,4.3544769287109375,5.030155181884766,5.245685577392578,6.399869918823242,5.501508712768555,6.487846374511719,5.779504776000977,6.418466567993164,6.182670593261719,6.049871444702148,50.301551818847656,50.0187873840332,51.00059509277344,50.02713203430176,80.41596412658691,50.50373077392578,50.840139389038086,50.461530685424805,50.269365310668945,49.76987838745117 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,False,13.936042785644531,13.761758804321289,13.817310333251953,13.722896575927734,13.803482055664062,13.84878158569336,13.768196105957031,13.809919357299805,13.860940933227539,13.782739639282227,165.90547561645508,164.68429565429688,163.97762298583984,164.8728847503662,164.88194465637207,163.9406681060791,165.54617881774902,165.85588455200195,165.1163101196289,163.74826431274414 +"(10000, 1000)",0.5,10000,1000,cpu,homo,bool,True,0.2968311309814453,0.29540061950683594,0.4153251647949219,0.46181678771972656,0.2856254577636719,0.2243518829345703,0.21839141845703125,0.3228187561035156,0.39958953857421875,0.2918243408203125,2.1173954010009766,2.1028518676757812,2.119302749633789,3.4279823303222656,1.4910697937011719,1.5311241149902344,1.5528202056884766,1.4786720275878906,1.4874935150146484,1.4929771423339844 +"(10000, 1000)",0.5,10000,1000,cpu,homo,bool,False,0.37789344787597656,0.3719329833984375,0.3407001495361328,0.38170814514160156,0.3657341003417969,0.3819465637207031,0.3731250762939453,0.3705024719238281,0.37980079650878906,0.3407001495361328,4.836082458496094,4.839658737182617,4.830598831176758,4.919290542602539,4.863500595092773,4.639387130737305,4.793405532836914,4.920721054077148,4.546403884887695,4.721403121948242 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,True,0.2243518829345703,0.2338886260986328,0.3287792205810547,0.3616809844970703,0.42438507080078125,0.43129920959472656,0.48828125,0.4076957702636719,0.2541542053222656,0.2570152282714844,2.1562576293945312,2.168416976928711,2.1517276763916016,1.7039775848388672,1.51824951171875,2.5191307067871094,1.5106201171875,1.5075206756591797,1.5382766723632812,1.4851093292236328 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,False,0.3719329833984375,0.3814697265625,0.38886070251464844,0.3719329833984375,0.3867149353027344,0.37169456481933594,0.3705024719238281,0.37789344787597656,0.3402233123779297,0.33855438232421875,4.764556884765625,4.7473907470703125,4.739046096801758,4.71186637878418,4.629373550415039,4.606008529663086,4.857301712036133,4.707098007202148,4.59599494934082,4.585742950439453 +"(10000, 1000)",0.5,10000,1000,cpu,heter,bool,True,0.2646446228027344,0.2703666687011719,0.2503395080566406,0.2570152282714844,0.2536773681640625,0.37670135498046875,0.3693103790283203,0.26869773864746094,0.2579689025878906,0.2732276916503906,3.076791763305664,3.5593509674072266,2.129077911376953,2.130746841430664,2.1233558654785156,2.093791961669922,2.0270347595214844,2.0351409912109375,2.025127410888672,4.307985305786133 +"(10000, 1000)",0.5,10000,1000,cpu,heter,bool,False,0.5068778991699219,0.5061626434326172,0.5035400390625,0.5059242248535156,0.5030632019042969,0.5121231079101562,0.5044937133789062,0.5044937133789062,0.5025863647460938,0.5047321319580078,5.8078765869140625,5.824565887451172,5.985498428344727,5.919218063354492,5.888938903808594,5.980253219604492,5.944252014160156,5.877494812011719,5.995273590087891,5.792856216430664 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,True,0.2770423889160156,0.2391338348388672,0.24366378784179688,0.3685951232910156,0.4076957702636719,0.2884864807128906,0.21886825561523438,0.2334117889404297,0.24366378784179688,0.2560615539550781,2.858400344848633,2.8612613677978516,2.064943313598633,2.958059310913086,2.037525177001953,2.1009445190429688,2.0852088928222656,2.064228057861328,2.0275115966796875,2.1240711212158203 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,False,0.4856586456298828,0.49185752868652344,0.4432201385498047,0.46515464782714844,0.4818439483642578,0.4532337188720703,0.4432201385498047,0.4429817199707031,0.5068778991699219,0.4832744598388672,5.836725234985352,5.607128143310547,5.924701690673828,5.9604644775390625,5.963802337646484,5.978584289550781,6.0577392578125,5.775690078735352,5.922794342041016,5.848169326782227 +"(10000, 2500)",0.5,10000,2500,cpu,homo,bool,True,0.42891502380371094,0.4017353057861328,0.4000663757324219,0.3757476806640625,0.37932395935058594,0.3974437713623047,0.38123130798339844,0.3800392150878906,0.4010200500488281,0.3788471221923828,3.1280517578125,3.1270980834960938,3.195524215698242,3.960132598876953,3.113269805908203,3.1223297119140625,4.5185089111328125,3.1616687774658203,3.978252410888672,3.129720687866211 +"(10000, 2500)",0.5,10000,2500,cpu,homo,bool,False,0.9400844573974609,0.8893013000488281,0.8599758148193359,0.8571147918701172,0.8494853973388672,0.8549690246582031,0.8690357208251953,0.9143352508544922,0.888824462890625,0.9777545928955078,12.378692626953125,12.248754501342773,12.201786041259766,12.479066848754883,12.451171875,12.279987335205078,12.211799621582031,12.406110763549805,12.401342391967773,12.103796005249023 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,True,0.4673004150390625,0.3826618194580078,0.3764629364013672,0.37550926208496094,0.4100799560546875,0.40459632873535156,0.4162788391113281,0.3693103790283203,0.3829002380371094,0.3795623779296875,3.627300262451172,3.130197525024414,3.1092166900634766,3.851175308227539,3.1480789184570312,3.1168460845947266,3.1096935272216797,3.10516357421875,3.1163692474365234,3.853321075439453 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,False,2.806425094604492,1.9512176513671875,1.7304420471191406,1.7156600952148438,1.7054080963134766,1.7070770263671875,1.6875267028808594,1.453399658203125,1.4390945434570312,1.4493465423583984,12.271642684936523,12.13216781616211,12.031793594360352,12.382268905639648,12.178421020507812,12.189865112304688,12.31527328491211,12.134790420532227,12.068033218383789,12.252569198608398 +"(10000, 2500)",0.5,10000,2500,cpu,heter,bool,True,0.5910396575927734,0.3972053527832031,0.3936290740966797,0.408172607421875,0.3991127014160156,0.4088878631591797,0.4131793975830078,0.40340423583984375,0.4239082336425781,0.41174888610839844,4.487752914428711,5.373477935791016,4.46629524230957,4.488229751586914,5.186557769775391,4.687786102294922,4.466772079467773,4.49061393737793,5.495548248291016,4.472494125366211 +"(10000, 2500)",0.5,10000,2500,cpu,heter,bool,False,1.2621879577636719,1.2996196746826172,1.405954360961914,1.1641979217529297,1.1441707611083984,1.1665821075439453,1.2509822845458984,1.214742660522461,1.1699199676513672,1.1570453643798828,15.493154525756836,15.346288681030273,15.480518341064453,15.485286712646484,15.430212020874023,15.107154846191406,15.178918838500977,15.083074569702148,15.222787857055664,15.202522277832031 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,True,0.4031658172607422,0.3819465637207031,0.3921985626220703,0.40602684020996094,0.3914833068847656,0.40268898010253906,0.3936290740966797,0.3910064697265625,0.39505958557128906,0.3845691680908203,4.474163055419922,5.412578582763672,4.562854766845703,4.462718963623047,4.469156265258789,5.251884460449219,4.462003707885742,4.532337188720703,5.291938781738281,4.45866584777832 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,False,1.13677978515625,1.1372566223144531,1.1126995086669922,1.1470317840576172,1.1343955993652344,1.1374950408935547,1.0883808135986328,1.2364387512207031,1.1472702026367188,1.1608600616455078,15.219688415527344,15.214681625366211,15.274763107299805,15.247344970703125,15.081405639648438,15.055179595947266,15.012741088867188,15.119075775146484,15.135765075683594,15.05732536315918 +"(10000, 5000)",0.5,10000,5000,cpu,homo,bool,True,0.6835460662841797,0.6995201110839844,0.7245540618896484,0.7002353668212891,0.7040500640869141,0.6985664367675781,0.6895065307617188,0.7123947143554688,0.6868839263916016,0.6930828094482422,6.35218620300293,6.988286972045898,6.324052810668945,6.27446174621582,7.0896148681640625,6.287097930908203,6.245136260986328,7.272243499755859,6.240129470825195,7.096052169799805 +"(10000, 5000)",0.5,10000,5000,cpu,homo,bool,False,1.6469955444335938,1.6529560089111328,1.626729965209961,1.6372203826904297,1.6968250274658203,1.6303062438964844,1.6422271728515625,1.6884803771972656,1.7898082733154297,1.7290115356445312,23.94270896911621,23.57006072998047,24.0936279296875,23.831605911254883,23.965120315551758,24.062633514404297,23.967504501342773,23.988962173461914,24.031639099121094,24.073362350463867 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,True,0.843048095703125,0.8356571197509766,0.8025169372558594,0.8068084716796875,0.8053779602050781,0.7994174957275391,0.8034706115722656,0.8039474487304688,0.8568763732910156,0.7882118225097656,6.880521774291992,6.2122344970703125,6.313323974609375,6.951570510864258,7.719755172729492,6.9122314453125,6.257057189941406,6.281375885009766,7.060766220092773,6.323575973510742 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,False,2.5527477264404297,2.5610923767089844,2.652406692504883,1.7371177673339844,1.7306804656982422,1.7762184143066406,1.7275810241699219,1.8184185028076172,1.7769336700439453,1.7147064208984375,24.052143096923828,23.46658706665039,23.873329162597656,23.846149444580078,23.694992065429688,24.001598358154297,23.685932159423828,24.10101890563965,23.886680603027344,23.677349090576172 +"(10000, 5000)",0.5,10000,5000,cpu,heter,bool,True,0.7464885711669922,0.7534027099609375,0.7452964782714844,0.728607177734375,0.7257461547851562,0.7913112640380859,0.7321834564208984,0.7367134094238281,0.7264614105224609,0.7121562957763672,9.336471557617188,10.344743728637695,10.44464111328125,9.376049041748047,10.648488998413086,9.340047836303711,10.509967803955078,9.315729141235352,10.466575622558594,10.826826095581055 +"(10000, 5000)",0.5,10000,5000,cpu,heter,bool,False,2.3005008697509766,2.367258071899414,2.444028854370117,2.4170875549316406,2.4046897888183594,2.3610591888427734,2.346515655517578,2.288341522216797,2.3610591888427734,2.4290084838867188,30.217885971069336,30.091524124145508,30.581951141357422,30.066251754760742,30.045032501220703,30.33161163330078,30.057668685913086,30.274391174316406,30.298233032226562,30.445337295532227 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,True,1.3196468353271484,0.8454322814941406,0.8540153503417969,0.8358955383300781,0.8122920989990234,0.8325576782226562,0.8254051208496094,0.7932186126708984,0.804901123046875,0.8063316345214844,9.258508682250977,10.488271713256836,10.813474655151367,9.248018264770508,10.50877571105957,9.230613708496094,10.450601577758789,10.725736618041992,9.246110916137695,10.589599609375 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,False,2.730846405029297,2.4449825286865234,2.3975372314453125,2.329111099243164,2.408742904663086,2.4302005767822266,2.38037109375,2.3446083068847656,2.3207664489746094,2.3577213287353516,30.306339263916016,30.364274978637695,30.11035919189453,29.935359954833984,29.77132797241211,29.83856201171875,29.846906661987305,30.07197380065918,29.933452606201172,29.948949813842773 +"(10000, 10000)",0.5,10000,10000,cpu,homo,bool,True,1.4851093292236328,1.3484954833984375,1.3358592987060547,1.3170242309570312,1.3344287872314453,1.3196468353271484,1.3737678527832031,1.1775493621826172,1.140594482421875,1.1169910430908203,16.864776611328125,15.105962753295898,13.938426971435547,13.731241226196289,78.17935943603516,45.96114158630371,39.5512580871582,75.23393630981445,37.856340408325195,86.11583709716797 +"(10000, 10000)",0.5,10000,10000,cpu,homo,bool,False,3.6814212799072266,3.6771297454833984,3.621339797973633,3.565073013305664,3.6416053771972656,3.681182861328125,3.6897659301757812,3.534078598022461,3.634929656982422,3.7086009979248047,50.71568489074707,50.583600997924805,51.03015899658203,50.80389976501465,50.725698471069336,50.39191246032715,50.565481185913086,50.26602745056152,49.723148345947266,50.10509490966797 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,True,1.4526844024658203,1.4007091522216797,1.3561248779296875,1.3382434844970703,1.333475112915039,1.3611316680908203,1.3287067413330078,1.3298988342285156,1.138448715209961,1.2202262878417969,13.790607452392578,13.68260383605957,13.577699661254883,13.898849487304688,12.756586074829102,13.656139373779297,13.581037521362305,14.053821563720703,12.609004974365234,13.628721237182617 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,False,3.557443618774414,3.538846969604492,3.5295486450195312,3.5636425018310547,3.7217140197753906,3.6149024963378906,3.5948753356933594,3.490447998046875,3.651857376098633,3.728628158569336,50.197601318359375,50.44293403625488,50.312042236328125,50.16613006591797,50.051212310791016,50.10986328125,51.04517936706543,50.26364326477051,50.39405822753906,50.61650276184082 +"(10000, 10000)",0.5,10000,10000,cpu,heter,bool,True,1.3670921325683594,1.3928413391113281,1.8322467803955078,1.4810562133789062,1.405954360961914,1.3997554779052734,1.3852119445800781,1.386404037475586,1.28936767578125,1.2969970703125,21.74854278564453,19.807815551757812,20.119190216064453,20.72310447692871,21.18515968322754,22.49622344970703,20.12014389038086,20.604848861694336,21.150588989257812,19.90509033203125 +"(10000, 10000)",0.5,10000,10000,cpu,heter,bool,False,5.063772201538086,4.929065704345703,4.9610137939453125,4.932641983032227,4.965782165527344,4.895210266113281,4.9495697021484375,5.015134811401367,4.918575286865234,4.942893981933594,62.418222427368164,62.31856346130371,61.46717071533203,61.90013885498047,62.317609786987305,62.5154972076416,61.71846389770508,62.03770637512207,61.44595146179199,62.616825103759766 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,True,1.3921260833740234,1.3883113861083984,1.3623237609863281,1.3327598571777344,1.1982917785644531,1.371145248413086,1.40380859375,1.7535686492919922,1.3053417205810547,1.2621879577636719,19.86527442932129,20.052194595336914,21.016836166381836,20.05934715270996,19.818782806396484,23.097991943359375,21.069049835205078,20.419597625732422,19.848108291625977,39.8707389831543 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,False,4.940032958984375,4.947423934936523,4.894495010375977,4.943609237670898,4.941701889038086,4.884481430053711,4.993438720703125,4.964590072631836,4.940271377563477,4.931449890136719,62.715768814086914,63.31968307495117,63.68875503540039,62.746524810791016,63.096046447753906,62.665462493896484,62.61849403381348,62.68620491027832,62.55006790161133,62.33382225036621 +"(10000, 25000)",0.5,10000,25000,cpu,homo,bool,True,2.916097640991211,2.3758411407470703,2.4912357330322266,3.1266212463378906,3.1251907348632812,2.2721290588378906,2.676248550415039,2.86102294921875,2.267599105834961,2.1924972534179688,34.31820869445801,34.23786163330078,34.42573547363281,33.913612365722656,34.85727310180664,33.68186950683594,34.42192077636719,34.957170486450195,34.217119216918945,33.96153450012207 +"(10000, 25000)",0.5,10000,25000,cpu,homo,bool,False,9.726524353027344,9.689092636108398,9.777307510375977,9.758472442626953,9.876489639282227,9.875774383544922,9.697675704956055,9.702682495117188,9.566068649291992,9.695768356323242,130.31697273254395,133.0556869506836,134.02152061462402,130.08737564086914,130.6920051574707,130.4302215576172,132.9357624053955,131.01696968078613,131.99472427368164,135.1931095123291 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,True,3.839731216430664,3.3757686614990234,3.373384475708008,2.567768096923828,2.5441646575927734,2.9096603393554688,2.796173095703125,2.2449493408203125,2.6030540466308594,2.5589466094970703,34.47580337524414,165.53092002868652,170.69292068481445,187.9556179046631,156.60977363586426,165.55380821228027,34.035444259643555,34.363508224487305,33.86831283569336,33.743858337402344 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,False,9.843587875366211,9.612321853637695,9.906768798828125,9.76419448852539,9.785175323486328,9.665489196777344,9.819984436035156,9.926795959472656,9.693384170532227,9.845256805419922,133.3174705505371,133.01563262939453,132.51972198486328,136.474609375,130.9957504272461,132.22765922546387,134.12833213806152,132.3094367980957,132.1573257446289,130.9812068939209 +"(10000, 25000)",0.5,10000,25000,cpu,heter,bool,True,3.1502246856689453,2.458333969116211,2.8166770935058594,2.0058155059814453,2.015829086303711,2.017974853515625,2.208709716796875,2.2711753845214844,1.997232437133789,1.6672611236572266,49.46565628051758,49.39150810241699,81.85291290283203,50.453901290893555,49.50904846191406,49.910783767700195,48.29049110412598,50.240278244018555,51.2087345123291,50.485849380493164 +"(10000, 25000)",0.5,10000,25000,cpu,heter,bool,False,13.508081436157227,13.315916061401367,13.294696807861328,13.2598876953125,13.453006744384766,13.588905334472656,13.622760772705078,13.396739959716797,13.448476791381836,13.513565063476562,167.70672798156738,162.93883323669434,163.64383697509766,163.6974811553955,163.32006454467773,163.21277618408203,162.7216339111328,162.39213943481445,163.85698318481445,164.57056999206543 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,True,3.4513473510742188,2.9730796813964844,2.999544143676758,2.5522708892822266,2.381563186645508,2.2454261779785156,2.1779537200927734,2.0368099212646484,2.2668838500976562,1.9845962524414062,49.655914306640625,49.671173095703125,49.36790466308594,49.96514320373535,49.50141906738281,49.918174743652344,50.71115493774414,50.23527145385742,49.76224899291992,49.687862396240234 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,False,13.456106185913086,13.314247131347656,13.225078582763672,13.552427291870117,13.477325439453125,13.386249542236328,13.325214385986328,13.57126235961914,13.532400131225586,13.500690460205078,164.35647010803223,163.4526252746582,163.8956069946289,163.3930206298828,162.57119178771973,162.24431991577148,163.19847106933594,162.8425121307373,164.0017032623291,163.1019115447998 +"(10000, 37500)",0.5,10000,37500,cpu,homo,bool,True,3.5190582275390625,3.0858516693115234,3.0660629272460938,3.047466278076172,2.6426315307617188,2.3627281188964844,2.4912357330322266,2.557992935180664,2.4781227111816406,2.824544906616211,51.131486892700195,50.31013488769531,50.48823356628418,50.47249794006348,50.66561698913574,50.34351348876953,50.18782615661621,50.7204532623291,50.134897232055664,50.52304267883301 +"(10000, 37500)",0.5,10000,37500,cpu,homo,bool,False,14.897584915161133,15.14124870300293,15.127182006835938,14.957427978515625,14.961957931518555,14.98556137084961,14.981269836425781,14.943361282348633,15.086889266967773,15.149593353271484,196.83837890625,198.69303703308105,199.5086669921875,201.13182067871094,200.06585121154785,198.71091842651367,199.43475723266602,200.18887519836426,204.38599586486816,203.2604217529297 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,True,2.746105194091797,2.7518272399902344,2.8820037841796875,2.426624298095703,2.380847930908203,2.8922557830810547,2.216815948486328,2.384185791015625,2.1479129791259766,2.5708675384521484,51.32699012756348,52.46424674987793,51.731109619140625,53.03502082824707,52.00552940368652,52.55270004272461,49.75438117980957,51.88894271850586,50.450801849365234,50.087928771972656 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,False,15.308141708374023,15.451669692993164,15.472888946533203,15.300750732421875,15.721797943115234,15.313863754272461,14.99176025390625,15.277624130249023,15.120744705200195,15.281200408935547,198.10891151428223,197.4773406982422,202.93354988098145,201.91001892089844,199.76186752319336,199.20063018798828,200.55580139160156,198.8394260406494,201.13182067871094,199.27597045898438 +"(10000, 37500)",0.5,10000,37500,cpu,heter,bool,True,3.1173229217529297,2.8879642486572266,3.5512447357177734,2.4275779724121094,2.928495407104492,2.357006072998047,2.3136138916015625,2.3713111877441406,2.2754669189453125,2.618074417114258,74.46932792663574,76.88617706298828,74.02753829956055,77.06522941589355,74.05209541320801,75.40464401245117,74.34368133544922,75.00529289245605,75.98042488098145,73.84872436523438 +"(10000, 37500)",0.5,10000,37500,cpu,heter,bool,False,20.676374435424805,20.72620391845703,20.552635192871094,20.82991600036621,20.550966262817383,20.65896987915039,20.637989044189453,20.701169967651367,20.917415618896484,20.810604095458984,246.0916042327881,245.19109725952148,246.41180038452148,250.91052055358887,246.7198371887207,245.0580596923828,245.1636791229248,244.90594863891602,246.40703201293945,244.92287635803223 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,True,4.942178726196289,3.7741661071777344,3.709077835083008,3.6554336547851562,2.683401107788086,2.5146007537841797,2.672910690307617,2.5937557220458984,2.9153823852539062,2.578258514404297,73.41313362121582,76.53236389160156,73.78268241882324,74.97906684875488,73.93836975097656,73.85826110839844,89.66231346130371,75.97208023071289,73.65059852600098,74.35393333435059 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,False,20.288467407226562,20.313501358032227,20.437002182006836,20.475149154663086,20.43628692626953,20.45440673828125,20.43008804321289,20.471572875976562,20.390748977661133,20.80988883972168,244.46988105773926,243.6540126800537,245.1608180999756,247.53570556640625,243.64280700683594,243.02268028259277,247.55454063415527,246.98948860168457,243.57223510742188,242.70367622375488 +"(10000, 50000)",0.5,10000,50000,cpu,homo,bool,True,4.528999328613281,3.1015872955322266,3.5202503204345703,3.4067630767822266,3.180265426635742,3.0510425567626953,3.0155181884765625,2.7196407318115234,2.460002899169922,2.723217010498047,68.33887100219727,72.17597961425781,66.34831428527832,65.41800498962402,73.23169708251953,66.40958786010742,67.18587875366211,69.48256492614746,67.17562675476074,66.42937660217285 +"(10000, 50000)",0.5,10000,50000,cpu,homo,bool,False,20.864009857177734,43.94102096557617,21.834611892700195,20.72596549987793,20.916461944580078,20.83277702331543,20.816564559936523,20.788192749023438,20.80988883972168,20.84636688232422,267.7021026611328,268.05663108825684,265.60091972351074,266.21317863464355,269.639253616333,267.2686576843262,266.3540840148926,267.89307594299316,269.32454109191895,267.7164077758789 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,True,4.4727325439453125,4.037380218505859,3.7260055541992188,4.044532775878906,4.31513786315918,3.835916519165039,2.9478073120117188,3.6468505859375,3.0257701873779297,2.6302337646484375,66.94889068603516,68.15576553344727,66.51425361633301,66.50853157043457,65.49549102783203,66.27893447875977,66.650390625,65.98758697509766,88.5615348815918,181.3948154449463 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,False,20.450115203857422,20.222902297973633,20.550012588500977,20.436525344848633,20.47252655029297,20.226716995239258,20.47896385192871,20.7369327545166,20.734548568725586,20.615100860595703,266.1588191986084,267.1957015991211,267.1699523925781,264.9195194244385,262.38369941711426,265.83313941955566,267.26365089416504,264.78004455566406,263.3218765258789,267.2879695892334 +"(10000, 50000)",0.5,10000,50000,cpu,heter,bool,True,4.5070648193359375,4.850149154663086,5.038976669311523,3.850698471069336,3.548145294189453,3.8177967071533203,3.796815872192383,3.0117034912109375,2.8977394104003906,2.8078556060791016,97.9619026184082,100.50415992736816,100.0819206237793,100.26788711547852,98.62112998962402,98.48713874816895,96.47822380065918,97.14794158935547,97.16272354125977,98.62923622131348 +"(10000, 50000)",0.5,10000,50000,cpu,heter,bool,False,27.329206466674805,27.337074279785156,27.527332305908203,27.172565460205078,27.334213256835938,27.181625366210938,27.364015579223633,27.37903594970703,27.115345001220703,27.32229232788086,330.5690288543701,331.44450187683105,329.1139602661133,329.6160697937012,330.05499839782715,329.73337173461914,331.043004989624,329.84137535095215,329.5018672943115,330.41954040527344 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,True,4.299640655517578,4.0607452392578125,3.3788681030273438,3.3292770385742188,2.873659133911133,3.6101341247558594,3.728628158569336,3.0820369720458984,2.989053726196289,2.9261112213134766,98.4640121459961,98.70743751525879,98.08182716369629,96.77696228027344,98.54006767272949,97.38755226135254,98.63424301147461,96.83799743652344,97.40018844604492,97.1832275390625 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,False,27.58955955505371,27.38809585571289,27.287721633911133,27.530193328857422,27.469635009765625,27.404069900512695,27.651548385620117,27.271747589111328,27.591228485107422,27.787446975708008,329.540491104126,331.2826156616211,331.5467834472656,329.0872573852539,331.8912982940674,332.89361000061035,330.64866065979004,330.7502269744873,331.4204216003418,329.17094230651855 +"(25000, 1000)",0.5,25000,1000,cpu,homo,bool,True,0.5631446838378906,0.5371570587158203,0.4963874816894531,0.47397613525390625,0.5278587341308594,0.6437301635742188,0.5173683166503906,0.5025863647460938,0.5037784576416016,0.5159378051757812,4.654884338378906,3.4041404724121094,3.315448760986328,3.3130645751953125,3.3407211303710938,4.127025604248047,3.3643245697021484,3.3121109008789062,3.3140182495117188,3.316640853881836 +"(25000, 1000)",0.5,25000,1000,cpu,homo,bool,False,0.8819103240966797,0.8697509765625,0.8597373962402344,0.8046627044677734,0.7963180541992188,0.8502006530761719,0.8819103240966797,0.8497238159179688,0.8606910705566406,0.7996559143066406,11.80887222290039,12.021541595458984,11.882305145263672,11.908531188964844,11.621475219726562,11.754751205444336,11.993408203125,11.733055114746094,11.729001998901367,11.996030807495117 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,True,0.4596710205078125,0.40221214294433594,0.5431175231933594,0.6604194641113281,0.6995201110839844,0.7138252258300781,0.5679130554199219,0.5071163177490234,0.48804283142089844,0.4932880401611328,3.634929656982422,3.4232139587402344,3.317594528198242,4.151821136474609,4.635095596313477,3.8328170776367188,3.3164024353027344,4.066944122314453,3.322601318359375,3.3206939697265625 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,False,1.1599063873291016,1.1570453643798828,0.8959770202636719,0.8718967437744141,0.9658336639404297,0.8792877197265625,0.9095668792724609,0.8819103240966797,0.8723735809326172,0.8809566497802734,11.681556701660156,11.792182922363281,11.822223663330078,11.804342269897461,11.576414108276367,11.827230453491211,11.722803115844727,11.542320251464844,11.83772087097168,11.72327995300293 +"(25000, 1000)",0.5,25000,1000,cpu,heter,bool,True,0.4398822784423828,0.4611015319824219,0.42891502380371094,0.49495697021484375,0.41937828063964844,0.42057037353515625,0.4355907440185547,0.47397613525390625,0.4458427429199219,0.4420280456542969,4.760503768920898,4.752635955810547,5.525827407836914,4.828214645385742,4.749059677124023,4.749059677124023,5.6018829345703125,4.749536514282227,4.7454833984375,5.659341812133789 +"(25000, 1000)",0.5,25000,1000,cpu,heter,bool,False,1.1398792266845703,1.0750293731689453,1.171112060546875,1.1394023895263672,1.1501312255859375,1.138925552368164,1.1560916900634766,1.1036396026611328,1.069784164428711,1.1224746704101562,14.732599258422852,14.675617218017578,14.896869659423828,14.973640441894531,14.80412483215332,14.767646789550781,14.954328536987305,14.944314956665039,14.740705490112305,14.741897583007812 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,True,0.5440711975097656,0.5748271942138672,0.5590915679931641,0.5290508270263672,0.5207061767578125,0.5474090576171875,0.5767345428466797,0.5524158477783203,0.5710124969482422,0.5259513854980469,5.585670471191406,4.751443862915039,4.7664642333984375,4.787445068359375,5.472898483276367,5.055665969848633,4.862308502197266,5.803108215332031,4.775047302246094,4.830121994018555 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,False,1.829385757446289,1.837015151977539,1.8181800842285156,1.6372203826904297,1.237630844116211,1.2383460998535156,1.27410888671875,1.2421607971191406,1.2359619140625,1.233816146850586,14.824390411376953,14.799356460571289,14.764785766601562,14.892101287841797,14.84060287475586,14.815092086791992,14.775991439819336,14.721393585205078,14.629125595092773,14.836549758911133 +"(25000, 2500)",0.5,25000,2500,cpu,homo,bool,True,0.8218288421630859,0.8285045623779297,0.8215904235839844,0.8068084716796875,0.8060932159423828,0.9071826934814453,0.9324550628662109,0.8535385131835938,1.1439323425292969,1.2195110321044922,8.507013320922852,7.469415664672852,8.670568466186523,7.461309432983398,7.564783096313477,8.945941925048828,7.549285888671875,8.502721786499023,7.552385330200195,8.481502532958984 +"(25000, 2500)",0.5,25000,2500,cpu,homo,bool,False,2.3293495178222656,2.149343490600586,2.086639404296875,2.087831497192383,2.0685195922851562,2.0766258239746094,2.090930938720703,2.112865447998047,2.178192138671875,2.104520797729492,30.58767318725586,30.395030975341797,30.411481857299805,30.378341674804688,30.194520950317383,30.44438362121582,30.308246612548828,30.93552589416504,30.87139129638672,30.66277503967285 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,True,0.9577274322509766,1.2485980987548828,1.0683536529541016,1.1303424835205078,0.9601116180419922,1.2085437774658203,0.9582042694091797,0.9195804595947266,1.2025833129882812,1.0721683502197266,8.18943977355957,7.503986358642578,8.291482925415039,7.83848762512207,7.5206756591796875,8.508920669555664,7.554054260253906,8.297443389892578,7.526636123657227,8.50677490234375 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,False,3.924846649169922,2.465486526489258,2.4518966674804688,2.4237632751464844,2.471446990966797,2.020120620727539,2.1314620971679688,2.0813941955566406,2.1581649780273438,2.1402835845947266,30.209064483642578,30.179262161254883,30.2426815032959,29.932498931884766,30.098915100097656,30.4107666015625,29.904603958129883,30.518770217895508,30.35140037536621,31.249046325683594 +"(25000, 2500)",0.5,25000,2500,cpu,heter,bool,True,0.8771419525146484,0.8537769317626953,0.8823871612548828,0.8769035339355469,1.0538101196289062,0.8592605590820312,0.8852481842041016,0.8726119995117188,0.8487701416015625,0.8032321929931641,13.08751106262207,11.437177658081055,12.785673141479492,12.716531753540039,12.58707046508789,11.444807052612305,13.101816177368164,12.65716552734375,12.783527374267578,11.971235275268555 +"(25000, 2500)",0.5,25000,2500,cpu,heter,bool,False,3.1075477600097656,3.0956268310546875,3.1273365020751953,2.99835205078125,3.0040740966796875,2.947092056274414,3.1027793884277344,3.1800270080566406,3.0431747436523438,3.064393997192383,38.44165802001953,38.780927658081055,38.884878158569336,38.73491287231445,38.74611854553223,38.76376152038574,38.992881774902344,39.49379920959473,39.01028633117676,38.77067565917969 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,True,0.8454322814941406,0.8723735809326172,0.8461475372314453,0.8723735809326172,0.8869171142578125,0.8852481842041016,0.8761882781982422,0.8640289306640625,0.9260177612304688,0.8635520935058594,11.307954788208008,12.38870620727539,13.91148567199707,12.509584426879883,11.216402053833008,12.492179870605469,12.772083282470703,22.25184440612793,14.653444290161133,12.496232986450195 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,False,3.1473636627197266,3.039121627807617,3.082275390625,3.1015872955322266,3.0145645141601562,3.053426742553711,3.150463104248047,3.04412841796875,2.898693084716797,2.8858184814453125,38.99407386779785,38.661956787109375,38.9401912689209,38.816213607788086,38.675546646118164,39.20698165893555,38.78450393676758,38.89298439025879,39.05510902404785,38.26904296875 +"(25000, 5000)",0.5,25000,5000,cpu,homo,bool,True,1.7638206481933594,1.8503665924072266,1.6624927520751953,1.5864372253417969,1.4667510986328125,1.4882087707519531,1.3489723205566406,1.3477802276611328,1.3647079467773438,1.3554096221923828,16.742229461669922,17.85135269165039,16.680240631103516,16.742706298828125,16.867876052856445,15.542030334472656,18.01753044128418,16.811847686767578,15.912294387817383,16.617298126220703 +"(25000, 5000)",0.5,25000,5000,cpu,homo,bool,False,4.4403076171875,4.553079605102539,4.356622695922852,4.487276077270508,4.577159881591797,4.341840744018555,4.58979606628418,4.447221755981445,4.354238510131836,4.382133483886719,61.67125701904297,61.87176704406738,63.43555450439453,62.102317810058594,61.82217597961426,62.01004981994629,61.791419982910156,62.02077865600586,61.68842315673828,61.7678165435791 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,True,1.5614032745361328,1.5716552734375,1.5625953674316406,1.2981891632080078,1.3301372528076172,1.2693405151367188,1.4140605926513672,1.4710426330566406,1.4286041259765625,2.071857452392578,17.106294631958008,16.857624053955078,16.768932342529297,16.895532608032227,17.259597778320312,17.077922821044922,16.5863037109375,16.77727699279785,17.042875289916992,17.957448959350586 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,False,4.716634750366211,4.658222198486328,4.483461380004883,4.396200180053711,4.43267822265625,4.974603652954102,4.718303680419922,4.410743713378906,4.379510879516602,4.239797592163086,62.360525131225586,61.79666519165039,61.887264251708984,61.60116195678711,61.899423599243164,62.198638916015625,62.36624717712402,61.690568923950195,62.05463409423828,62.226295471191406 +"(25000, 5000)",0.5,25000,5000,cpu,heter,bool,True,2.0189285278320312,1.6803741455078125,1.4681816101074219,1.4147758483886719,1.4066696166992188,1.4488697052001953,1.4407634735107422,1.5163421630859375,1.7137527465820312,1.9831657409667969,24.46436882019043,25.360107421875,32.54413604736328,24.066925048828125,23.894548416137695,25.718212127685547,25.005817413330078,24.997234344482422,23.89049530029297,25.260210037231445 +"(25000, 5000)",0.5,25000,5000,cpu,heter,bool,False,6.090641021728516,6.202936172485352,6.147623062133789,6.2274932861328125,6.042957305908203,5.962371826171875,6.096124649047852,5.971193313598633,6.029367446899414,6.374120712280273,77.51965522766113,76.73311233520508,76.99775695800781,77.70514488220215,77.51679420471191,77.01683044433594,77.71468162536621,78.34076881408691,77.64410972595215,76.8425464630127 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,True,1.5838146209716797,1.7368793487548828,1.8858909606933594,1.6636848449707031,1.6205310821533203,1.6126632690429688,1.9755363464355469,1.3206005096435547,1.306295394897461,1.332998275756836,24.883747100830078,24.73926544189453,25.288105010986328,24.173259735107422,24.00517463684082,24.956941604614258,23.74887466430664,26.59893035888672,23.967742919921875,25.223255157470703 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,False,6.211996078491211,5.907297134399414,6.008386611938477,6.084680557250977,6.024837493896484,6.058692932128906,6.065130233764648,6.194591522216797,5.9223175048828125,5.912065505981445,77.53396034240723,77.12531089782715,76.9500732421875,77.9714584350586,77.81267166137695,78.20463180541992,78.22275161743164,78.62424850463867,78.36461067199707,78.68432998657227 +"(25000, 10000)",0.5,25000,10000,cpu,homo,bool,True,3.4627914428710938,2.5768280029296875,2.4623870849609375,2.3560523986816406,3.0448436737060547,2.373933792114258,2.9435157775878906,2.306699752807617,2.2552013397216797,2.094268798828125,33.76269340515137,33.856868743896484,34.8203182220459,33.504486083984375,33.535003662109375,33.96487236022949,34.006595611572266,33.538818359375,34.067630767822266,33.820152282714844 +"(25000, 10000)",0.5,25000,10000,cpu,homo,bool,False,9.029865264892578,8.921623229980469,9.317874908447266,8.86988639831543,9.022712707519531,9.1400146484375,9.044647216796875,9.05156135559082,9.003400802612305,9.479284286499023,126.72734260559082,126.55901908874512,127.36082077026367,129.18472290039062,129.34494018554688,130.04493713378906,128.51667404174805,127.67672538757324,131.38532638549805,130.10311126708984 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,True,2.5637149810791016,2.5360584259033203,2.5811195373535156,2.1944046020507812,2.1076202392578125,1.8603801727294922,1.9159317016601562,1.8720626831054688,1.8815994262695312,1.8358230590820312,33.92744064331055,34.549713134765625,33.438920974731445,134.37676429748535,178.19595336914062,118.23630332946777,33.83064270019531,33.551692962646484,34.331321716308594,33.99658203125 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,False,9.530305862426758,8.967876434326172,9.086847305297852,9.357929229736328,9.353160858154297,9.113550186157227,9.263277053833008,9.480953216552734,8.816242218017578,9.335041046142578,128.44133377075195,127.31671333312988,126.63698196411133,126.19996070861816,127.56609916687012,126.67298316955566,128.87215614318848,129.57000732421875,129.39834594726562,129.00876998901367 +"(25000, 10000)",0.5,25000,10000,cpu,heter,bool,True,2.859830856323242,3.0274391174316406,2.0461082458496094,2.0635128021240234,2.050161361694336,2.391338348388672,2.0189285278320312,1.9197463989257812,1.7769336700439453,2.1131038665771484,50.850868225097656,48.877716064453125,48.92897605895996,50.642967224121094,49.69215393066406,48.54559898376465,49.8960018157959,49.368858337402344,51.24044418334961,49.82781410217285 +"(25000, 10000)",0.5,25000,10000,cpu,heter,bool,False,12.74418830871582,12.700080871582031,12.665987014770508,12.752771377563477,12.897968292236328,12.664556503295898,12.684106826782227,12.685298919677734,12.616157531738281,12.667179107666016,158.5545539855957,158.37860107421875,156.95619583129883,158.67090225219727,158.02240371704102,158.40458869934082,161.38195991516113,160.17413139343262,156.7986011505127,157.01889991760254 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,True,2.8226375579833984,2.535104751586914,2.4552345275878906,2.3806095123291016,2.033233642578125,2.4030208587646484,2.8524398803710938,2.8133392333984375,1.7611980438232422,2.1467208862304688,50.127267837524414,48.51341247558594,50.00472068786621,49.51977729797363,49.773216247558594,51.424503326416016,50.48060417175293,51.05018615722656,51.04255676269531,50.78482627868652 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,False,12.777328491210938,12.786388397216797,12.570381164550781,12.738466262817383,12.586116790771484,12.662887573242188,12.764692306518555,12.665033340454102,12.708187103271484,12.616395950317383,159.10792350769043,157.423734664917,158.2784652709961,157.92250633239746,158.59532356262207,158.4794521331787,158.23698043823242,156.8155288696289,157.0119857788086,156.07357025146484 +"(25000, 25000)",0.5,25000,25000,cpu,homo,bool,True,5.852460861206055,5.355119705200195,4.880666732788086,3.9491653442382812,3.7415027618408203,4.255533218383789,3.216266632080078,3.6830902099609375,3.5386085510253906,3.1921863555908203,83.28557014465332,84.90276336669922,98.69170188903809,84.22160148620605,82.82279968261719,82.90743827819824,83.87517929077148,86.77363395690918,83.94551277160645,83.2817554473877 +"(25000, 25000)",0.5,25000,25000,cpu,homo,bool,False,24.141311645507812,24.562358856201172,24.06764030456543,24.79839324951172,24.097442626953125,24.454832077026367,25.15244483947754,24.7499942779541,24.611949920654297,24.219512939453125,336.7900848388672,329.082727432251,332.5660228729248,335.0491523742676,328.75919342041016,329.72192764282227,324.5823383331299,326.80535316467285,333.4362506866455,325.6978988647461 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,True,4.952430725097656,5.047321319580078,4.047870635986328,3.7088394165039062,4.2018890380859375,3.4515857696533203,3.099203109741211,3.2575130462646484,2.9528141021728516,2.447366714477539,84.7477912902832,84.6405029296875,84.89203453063965,85.03365516662598,84.39111709594727,85.02984046936035,84.7177505493164,84.50675010681152,84.58089828491211,85.0834846496582 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,False,24.408340454101562,24.198055267333984,25.23016929626465,24.570465087890625,24.100303649902344,24.007797241210938,24.1696834564209,24.184465408325195,23.721933364868164,24.034976959228516,328.2182216644287,323.7333297729492,329.3752670288086,325.4084587097168,325.131893157959,329.4036388397217,326.3428211212158,322.94559478759766,326.52759552001953,326.2050151824951 +"(25000, 25000)",0.5,25000,25000,cpu,heter,bool,True,4.765748977661133,3.9026737213134766,4.734516143798828,4.581689834594727,3.7429332733154297,3.6063194274902344,3.5517215728759766,3.2663345336914062,4.247426986694336,3.632068634033203,120.47648429870605,120.81122398376465,120.85819244384766,120.88465690612793,121.76012992858887,121.58989906311035,121.41609191894531,120.3465461730957,122.44653701782227,120.56350708007812 +"(25000, 25000)",0.5,25000,25000,cpu,heter,bool,False,33.26606750488281,33.37860107421875,33.09178352355957,33.02359580993652,33.049583435058594,33.052682876586914,33.26749801635742,33.597707748413086,33.23698043823242,33.23984146118164,404.6933650970459,408.6418151855469,406.1908721923828,404.5896530151367,407.3448181152344,402.94408798217773,406.919002532959,403.36036682128906,403.41901779174805,406.7952632904053 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,True,4.479646682739258,4.7245025634765625,3.732919692993164,4.423856735229492,3.933429718017578,4.019260406494141,3.5009384155273438,4.099607467651367,4.17637825012207,3.686666488647461,121.17338180541992,120.46527862548828,121.3083267211914,120.45955657958984,121.12903594970703,120.64361572265625,121.91629409790039,121.55294418334961,120.74685096740723,120.75161933898926 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,False,33.884286880493164,33.94269943237305,33.809661865234375,33.66446495056152,33.853769302368164,33.6766242980957,33.97703170776367,33.76436233520508,33.4925651550293,33.75053405761719,403.52320671081543,406.18228912353516,409.25002098083496,407.22036361694336,407.96422958374023,408.3595275878906,405.8520793914795,406.15010261535645,402.4319648742676,405.76171875 +"(25000, 37500)",0.5,25000,37500,cpu,homo,bool,True,4.703998565673828,4.471540451049805,4.484415054321289,4.147052764892578,4.3888092041015625,4.678249359130859,4.217624664306641,4.090547561645508,3.636598587036133,4.080057144165039,125.1518726348877,126.61194801330566,124.85194206237793,124.67145919799805,125.88691711425781,125.24533271789551,126.54519081115723,124.66073036193848,125.00119209289551,126.45959854125977 +"(25000, 37500)",0.5,25000,37500,cpu,homo,bool,False,38.00773620605469,38.14125061035156,38.01774978637695,37.671566009521484,37.45102882385254,37.42861747741699,37.548065185546875,37.84012794494629,36.93962097167969,37.511348724365234,497.2720146179199,496.1435794830322,496.40893936157227,494.1380023956299,496.81973457336426,494.08888816833496,494.07958984375,494.2159652709961,493.79968643188477,495.0828552246094 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,True,6.552934646606445,7.960319519042969,5.754947662353516,6.25300407409668,4.034519195556641,4.70280647277832,4.201173782348633,3.9839744567871094,3.7207603454589844,3.695964813232422,123.84557723999023,122.36237525939941,122.71785736083984,122.24912643432617,122.8342056274414,122.33424186706543,122.74384498596191,122.40481376647949,123.90375137329102,122.76172637939453 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,False,37.40882873535156,37.77313232421875,38.199424743652344,37.36448287963867,37.737131118774414,38.50579261779785,37.75453567504883,37.86587715148926,37.82296180725098,38.50126266479492,496.8564510345459,498.80051612854004,497.55215644836426,498.89183044433594,495.95165252685547,498.74091148376465,489.8092746734619,490.22650718688965,491.20306968688965,490.39387702941895 +"(25000, 37500)",0.5,25000,37500,cpu,heter,bool,True,5.967617034912109,6.832599639892578,5.410432815551758,6.5937042236328125,5.911827087402344,5.035161972045898,4.877805709838867,6.171226501464844,5.1136016845703125,5.10096549987793,182.2822093963623,179.51083183288574,181.0283660888672,180.64284324645996,181.1962127685547,184.15546417236328,182.24430084228516,181.72335624694824,180.3112030029297,181.1835765838623 +"(25000, 37500)",0.5,25000,37500,cpu,heter,bool,False,51.09548568725586,50.626277923583984,51.001787185668945,50.94552040100098,50.885677337646484,50.7044792175293,50.63748359680176,50.62270164489746,50.63986778259277,51.25069618225098,615.0407791137695,612.7698421478271,613.4321689605713,615.6008243560791,613.1432056427002,612.9989624023438,614.7274971008301,614.0594482421875,613.8315200805664,614.6364212036133 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,True,7.093667984008789,5.775928497314453,5.179405212402344,5.9413909912109375,5.522727966308594,5.050420761108398,5.080938339233398,4.859447479248047,7.201433181762695,5.351543426513672,180.16290664672852,180.0057888031006,179.17180061340332,179.86607551574707,180.12213706970215,178.7405014038086,180.77635765075684,180.18174171447754,181.5800666809082,181.8833351135254 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,False,51.117897033691406,51.6057014465332,51.50723457336426,51.46908760070801,51.03039741516113,51.26214027404785,51.486968994140625,50.97556114196777,50.49920082092285,51.04851722717285,609.407901763916,616.04905128479,615.372896194458,612.0796203613281,617.1107292175293,613.8012409210205,615.1344776153564,613.8107776641846,613.7421131134033,615.0112152099609 +"(25000, 50000)",0.5,25000,50000,cpu,homo,bool,True,6.197690963745117,6.607294082641602,6.037712097167969,6.163120269775391,4.719018936157227,6.026268005371094,5.386114120483398,4.868984222412109,5.867481231689453,5.877971649169922,161.86189651489258,163.66219520568848,162.06884384155273,162.18161582946777,162.51850128173828,162.2304916381836,162.0807647705078,163.64717483520508,161.96560859680176,162.27102279663086 +"(25000, 50000)",0.5,25000,50000,cpu,homo,bool,False,51.62835121154785,51.363229751586914,51.79905891418457,51.35798454284668,51.575422286987305,51.36680603027344,50.93741416931152,51.08237266540527,50.58932304382324,51.02968215942383,669.0549850463867,669.1625118255615,660.8767509460449,663.4836196899414,667.8707599639893,667.2458648681641,666.968584060669,665.9839153289795,661.121129989624,664.1762256622314 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,True,6.504297256469727,6.828546524047852,4.71186637878418,6.150484085083008,5.678415298461914,6.566047668457031,6.788015365600586,6.599664688110352,6.312847137451172,6.48188591003418,162.16564178466797,162.80055046081543,161.98182106018066,162.34374046325684,161.72361373901367,162.57905960083008,162.62221336364746,161.85283660888672,162.40739822387695,162.3363494873047 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,False,51.5294075012207,51.86772346496582,51.58424377441406,51.291704177856445,51.84316635131836,51.74732208251953,51.718950271606445,51.32722854614258,51.39803886413574,51.58495903015137,664.4964218139648,667.1345233917236,667.5763130187988,663.4917259216309,664.8588180541992,668.6244010925293,664.4234657287598,670.9389686584473,670.6728935241699,666.9447422027588 +"(25000, 50000)",0.5,25000,50000,cpu,heter,bool,True,6.661891937255859,7.145166397094727,6.573915481567383,6.802082061767578,7.597446441650391,6.644248962402344,7.441520690917969,6.677150726318359,6.999969482421875,7.645368576049805,237.3502254486084,238.91210556030273,238.72756958007812,237.09821701049805,237.39099502563477,238.11888694763184,248.9306926727295,237.6408576965332,236.94467544555664,237.2894287109375 +"(25000, 50000)",0.5,25000,50000,cpu,heter,bool,False,68.45259666442871,68.04013252258301,67.99101829528809,67.61741638183594,67.81291961669922,67.74258613586426,68.16530227661133,68.16554069519043,68.11928749084473,68.65453720092773,819.2815780639648,820.9772109985352,821.3067054748535,820.3427791595459,819.7038173675537,818.7277317047119,819.462776184082,822.5610256195068,820.9021091461182,821.5963840484619 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,True,6.5975189208984375,7.585763931274414,6.698846817016602,7.189750671386719,6.90007209777832,6.443977355957031,6.879568099975586,6.411075592041016,7.069110870361328,6.653070449829102,237.3969554901123,237.9748821258545,236.846923828125,236.9999885559082,236.51909828186035,236.79304122924805,237.43939399719238,236.60731315612793,249.04704093933105,237.82944679260254 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,False,67.89660453796387,68.26663017272949,69.41747665405273,68.38059425354004,68.3438777923584,68.40991973876953,68.16720962524414,67.7485466003418,67.9175853729248,68.30620765686035,824.1980075836182,824.7826099395752,827.4452686309814,824.779748916626,823.3087062835693,825.2801895141602,824.0559101104736,824.1865634918213,823.7743377685547,828.319787979126 +"(37500, 1000)",0.5,37500,1000,cpu,homo,bool,True,0.5714893341064453,0.5471706390380859,0.5402565002441406,0.6885528564453125,1.0020732879638672,0.8182525634765625,0.6198883056640625,0.5738735198974609,0.5435943603515625,0.54931640625,4.9915313720703125,5.537748336791992,5.018949508666992,4.853725433349609,4.958868026733398,5.74946403503418,5.037784576416016,4.90880012512207,5.70368766784668,4.911184310913086 +"(37500, 1000)",0.5,37500,1000,cpu,homo,bool,False,1.2562274932861328,1.2083053588867188,1.3051033020019531,1.2845993041992188,1.2831687927246094,1.2903213500976562,1.2645721435546875,1.2612342834472656,1.1982917785644531,1.2760162353515625,17.885446548461914,17.647981643676758,17.964601516723633,17.612457275390625,17.643451690673828,17.815351486206055,17.79794692993164,17.54450798034668,17.460346221923828,17.51089096069336 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,True,0.5769729614257812,0.6110668182373047,0.606536865234375,0.5872249603271484,0.5879402160644531,0.5803108215332031,0.6251335144042969,0.5943775177001953,0.682830810546875,0.9818077087402344,5.057573318481445,4.8694610595703125,5.594491958618164,4.842281341552734,4.888772964477539,5.79833984375,4.862785339355469,4.865407943725586,5.871057510375977,4.836082458496094 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,False,1.2879371643066406,1.2781620025634766,1.2063980102539062,1.2309551239013672,1.275777816772461,1.27410888671875,1.279592514038086,1.2841224670410156,1.2629032135009766,1.28173828125,17.696142196655273,17.950057983398438,17.683982849121094,17.705202102661133,17.75813102722168,17.785310745239258,17.857789993286133,17.838001251220703,17.881155014038086,17.9440975189209 +"(37500, 1000)",0.5,37500,1000,cpu,heter,bool,True,0.8447170257568359,0.7710456848144531,0.8614063262939453,0.8103847503662109,0.7653236389160156,0.7584095001220703,0.72479248046875,0.6737709045410156,0.7112026214599609,0.6656646728515625,7.123708724975586,8.020639419555664,7.046937942504883,7.953405380249023,7.057666778564453,7.112741470336914,8.166790008544922,7.063388824462891,8.10861587524414,7.032871246337891 +"(37500, 1000)",0.5,37500,1000,cpu,heter,bool,False,1.64794921875,1.7633438110351562,1.6832351684570312,1.7042160034179688,1.7499923706054688,1.7724037170410156,1.7576217651367188,1.6322135925292969,1.7304420471191406,1.6751289367675781,22.423982620239258,22.32837677001953,22.45616912841797,22.242069244384766,22.32503890991211,22.15433120727539,22.356271743774414,22.13144302368164,22.080183029174805,22.22156524658203 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,True,0.5860328674316406,0.5819797515869141,0.6268024444580078,0.5850791931152344,0.5869865417480469,0.5977153778076172,0.5660057067871094,0.5724430084228516,0.5676746368408203,0.5729198455810547,7.075309753417969,7.842063903808594,7.03740119934082,7.943391799926758,7.0438385009765625,7.927179336547852,7.017374038696289,7.101297378540039,7.889270782470703,7.330894470214844 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,False,1.744985580444336,1.7621517181396484,1.7163753509521484,1.7557144165039062,1.6033649444580078,1.6529560089111328,1.6911029815673828,1.7523765563964844,1.7852783203125,1.76239013671875,22.190332412719727,22.144317626953125,21.8658447265625,21.953344345092773,22.156715393066406,21.996259689331055,21.837472915649414,22.357940673828125,22.321224212646484,22.18151092529297 +"(37500, 2500)",0.5,37500,2500,cpu,homo,bool,True,1.1425018310546875,1.138925552368164,1.203775405883789,1.142263412475586,1.1458396911621094,1.4133453369140625,1.2280941009521484,1.439809799194336,1.2989044189453125,0.9725093841552734,12.214899063110352,12.471675872802734,12.106180191040039,11.29770278930664,12.283563613891602,12.4053955078125,11.214733123779297,12.40849494934082,12.186288833618164,12.253999710083008 +"(37500, 2500)",0.5,37500,2500,cpu,homo,bool,False,3.2434463500976562,3.201007843017578,3.238677978515625,3.11279296875,3.3597946166992188,3.351926803588867,3.1757354736328125,3.18145751953125,3.114938735961914,3.3850669860839844,46.614885330200195,46.54192924499512,46.6005802154541,46.807289123535156,46.80442810058594,47.135114669799805,46.628475189208984,46.514034271240234,46.54741287231445,46.64897918701172 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,True,1.1394023895263672,1.16729736328125,1.1286735534667969,1.1954307556152344,0.9908676147460938,1.065969467163086,1.1179447174072266,1.1172294616699219,1.1827945709228516,1.068115234375,11.30986213684082,12.752294540405273,13.095378875732422,11.215925216674805,12.247800827026367,12.538433074951172,12.676239013671875,11.147022247314453,12.74728775024414,12.516498565673828 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,False,3.2236576080322266,3.561258316040039,3.5753250122070312,3.453493118286133,3.3969879150390625,3.4606456756591797,3.604888916015625,3.2758712768554688,3.2668113708496094,3.0171871185302734,46.52285575866699,46.732425689697266,46.27251625061035,46.213626861572266,46.56052589416504,46.56100273132324,46.515703201293945,46.370506286621094,46.52571678161621,46.70882225036621 +"(37500, 2500)",0.5,37500,2500,cpu,heter,bool,True,1.2352466583251953,1.203775405883789,1.2352466583251953,1.2204647064208984,1.8770694732666016,1.377105712890625,1.2714862823486328,1.1353492736816406,1.2059211730957031,1.0967254638671875,18.488407135009766,18.22352409362793,17.68970489501953,19.7451114654541,17.699480056762695,18.121957778930664,17.946243286132812,18.116474151611328,18.030643463134766,17.93193817138672 +"(37500, 2500)",0.5,37500,2500,cpu,heter,bool,False,4.576206207275391,4.606485366821289,4.474401473999023,4.619359970092773,4.540681838989258,4.564046859741211,4.568338394165039,4.596471786499023,4.575014114379883,4.511356353759766,59.05032157897949,59.262752532958984,58.88962745666504,58.786869049072266,58.79831314086914,58.75587463378906,58.1355094909668,58.52866172790527,58.493614196777344,58.94589424133301 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,True,1.2807846069335938,1.2254714965820312,1.2197494506835938,1.2083053588867188,1.3239383697509766,1.6324520111083984,1.3012886047363281,1.2640953063964844,1.0504722595214844,1.055002212524414,17.711639404296875,19.56486701965332,17.664432525634766,25.897502899169922,36.02123260498047,17.865657806396484,18.468618392944336,18.172502517700195,17.798423767089844,17.73977279663086 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,False,4.74095344543457,4.529476165771484,4.601716995239258,4.599571228027344,4.443645477294922,4.424810409545898,4.484415054321289,5.58924674987793,4.727602005004883,4.653453826904297,58.660268783569336,58.70199203491211,58.37130546569824,58.05182456970215,58.8686466217041,58.82859230041504,59.00001525878906,58.97665023803711,58.62569808959961,58.743953704833984 +"(37500, 5000)",0.5,37500,5000,cpu,homo,bool,True,2.613544464111328,2.3005008697509766,2.299070358276367,2.3839473724365234,2.3469924926757812,2.4521350860595703,1.8215179443359375,2.900838851928711,2.2711753845214844,1.8067359924316406,24.353504180908203,26.010513305664062,24.377107620239258,26.42965316772461,24.381160736083984,25.29144287109375,24.804353713989258,25.458335876464844,24.25098419189453,24.17922019958496 +"(37500, 5000)",0.5,37500,5000,cpu,homo,bool,False,6.64067268371582,6.56437873840332,6.624460220336914,6.402015686035156,6.400823593139648,6.582498550415039,6.266355514526367,6.513118743896484,6.459474563598633,6.391286849975586,93.49870681762695,93.13273429870605,93.89638900756836,93.47152709960938,93.13583374023438,93.03164482116699,92.25082397460938,92.78059005737305,94.10738945007324,93.43504905700684 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,True,2.412080764770508,2.222776412963867,1.888275146484375,1.851797103881836,2.3660659790039062,2.1386146545410156,1.8050670623779297,2.0074844360351562,1.8846988677978516,1.8765926361083984,26.33047103881836,24.866819381713867,28.609037399291992,24.383544921875,25.296926498413086,24.22618865966797,25.40445327758789,27.431964874267578,34.082651138305664,28.85127067565918 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,False,6.411075592041016,6.8683624267578125,6.422519683837891,6.758213043212891,6.374359130859375,6.431102752685547,6.530523300170898,6.366252899169922,6.235599517822266,7.187366485595703,93.9035415649414,92.88215637207031,93.34754943847656,93.31464767456055,93.19853782653809,93.38259696960449,93.60742568969727,93.00923347473145,94.02966499328613,92.69094467163086 +"(37500, 5000)",0.5,37500,5000,cpu,heter,bool,True,2.2859573364257812,2.413511276245117,2.9363632202148438,1.8613338470458984,2.4025440216064453,1.9373893737792969,2.370119094848633,1.5778541564941406,1.5645027160644531,1.6582012176513672,37.33515739440918,36.830902099609375,36.41963005065918,35.84694862365723,36.25917434692383,36.80706024169922,39.5054817199707,37.05430030822754,36.16619110107422,36.612510681152344 +"(37500, 5000)",0.5,37500,5000,cpu,heter,bool,False,9.22083854675293,8.86392593383789,9.102821350097656,8.934974670410156,9.104251861572266,8.826255798339844,9.032964706420898,9.04703140258789,9.142398834228516,8.885622024536133,116.69230461120605,116.78934097290039,116.93358421325684,117.15149879455566,117.45452880859375,116.87850952148438,117.00844764709473,116.48678779602051,117.28239059448242,116.78481101989746 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,True,2.6366710662841797,2.0351409912109375,1.9919872283935547,2.008199691772461,2.1140575408935547,1.926422119140625,1.9061565399169922,1.8973350524902344,1.6634464263916016,1.9199848175048828,37.43147850036621,36.76271438598633,36.76319122314453,36.73720359802246,36.48948669433594,36.81015968322754,37.482261657714844,36.59653663635254,36.96942329406738,36.21697425842285 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,False,9.072303771972656,9.048938751220703,9.165287017822266,8.901357650756836,9.082317352294922,8.833169937133789,9.16910171508789,9.026050567626953,9.006023406982422,8.907794952392578,115.72265625,115.0059700012207,116.81365966796875,114.9587631225586,114.77780342102051,115.38195610046387,116.63603782653809,116.17493629455566,116.37735366821289,115.3419017791748 +"(37500, 10000)",0.5,37500,10000,cpu,homo,bool,True,3.551483154296875,3.3299922943115234,2.584695816040039,2.611398696899414,3.0393600463867188,2.463102340698242,2.4988651275634766,2.643585205078125,2.1147727966308594,2.2687911987304688,50.04405975341797,51.24306678771973,52.94656753540039,49.54838752746582,50.13751983642578,58.358192443847656,50.27413368225098,49.73340034484863,50.16207695007324,49.925804138183594 +"(37500, 10000)",0.5,37500,10000,cpu,homo,bool,False,14.070272445678711,14.322757720947266,14.221906661987305,13.746500015258789,14.082193374633789,13.524770736694336,13.871431350708008,13.600826263427734,13.559341430664062,14.000415802001953,193.8343048095703,193.60876083374023,192.56973266601562,191.5585994720459,193.71461868286133,195.44529914855957,196.2423324584961,191.46966934204102,190.4911994934082,190.7052993774414 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,True,2.9706954956054688,2.6290416717529297,2.636432647705078,3.5619735717773438,2.6967525482177734,3.299236297607422,2.7675628662109375,2.649545669555664,3.0379295349121094,2.6366710662841797,51.41592025756836,51.93591117858887,51.306724548339844,50.40931701660156,50.09174346923828,50.786495208740234,50.153255462646484,50.34446716308594,49.79276657104492,48.983097076416016 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,False,13.536453247070312,13.380765914916992,13.795852661132812,13.739347457885742,13.358831405639648,13.776302337646484,13.447761535644531,13.42153549194336,13.505697250366211,13.427019119262695,191.21742248535156,190.9952163696289,190.67621231079102,190.60802459716797,190.64855575561523,190.6881332397461,192.14296340942383,191.8618679046631,190.9925937652588,189.88418579101562 +"(37500, 10000)",0.5,37500,10000,cpu,heter,bool,True,2.917766571044922,2.845287322998047,3.0622482299804688,2.4781227111816406,2.924203872680664,2.3009777069091797,2.3365020751953125,2.518892288208008,2.0804405212402344,2.433300018310547,93.45483779907227,158.60533714294434,74.10812377929688,73.68183135986328,75.07014274597168,89.84112739562988,73.49967956542969,73.2572078704834,72.67403602600098,79.33902740478516 +"(37500, 10000)",0.5,37500,10000,cpu,heter,bool,False,19.235849380493164,19.210100173950195,18.726587295532227,18.75472068786621,19.182920455932617,18.794775009155273,18.8901424407959,19.20008659362793,19.14191246032715,19.260644912719727,237.21671104431152,234.50446128845215,236.2520694732666,236.53507232666016,238.41524124145508,235.7926368713379,238.45696449279785,237.76006698608398,237.79797554016113,237.65301704406738 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,True,3.2739639282226562,3.22723388671875,3.0698776245117188,3.3690929412841797,4.03285026550293,2.9129981994628906,2.667665481567383,3.788471221923828,3.063201904296875,2.4919509887695312,86.23480796813965,74.66959953308105,80.4290771484375,218.95909309387207,147.25017547607422,113.31367492675781,74.74660873413086,109.60578918457031,74.39208030700684,73.68302345275879 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,False,19.249439239501953,19.263744354248047,19.14238929748535,18.91922950744629,19.214153289794922,19.253253936767578,19.186973571777344,19.185304641723633,19.06561851501465,19.261598587036133,236.91415786743164,236.68813705444336,236.15241050720215,236.66858673095703,236.08803749084473,236.30905151367188,238.569974899292,239.516019821167,238.48509788513184,238.28697204589844 +"(37500, 25000)",0.5,37500,25000,cpu,homo,bool,True,5.740642547607422,5.375862121582031,5.096435546875,5.115509033203125,4.086017608642578,4.199028015136719,3.9391517639160156,4.58216667175293,3.7229061126708984,4.202365875244141,124.93371963500977,122.48587608337402,122.71428108215332,124.38678741455078,122.40743637084961,122.03598022460938,122.56503105163574,121.9336986541748,123.49319458007812,122.68304824829102 +"(37500, 25000)",0.5,37500,25000,cpu,homo,bool,False,37.26983070373535,37.831783294677734,37.02855110168457,36.20004653930664,36.57960891723633,35.86697578430176,36.05914115905762,36.39078140258789,36.11874580383301,37.520408630371094,494.0459728240967,493.09515953063965,489.64595794677734,487.3042106628418,490.7267093658447,488.9028072357178,490.57507514953613,488.5680675506592,495.95141410827637,489.2265796661377 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,True,4.33802604675293,4.144191741943359,4.528999328613281,4.662752151489258,4.463434219360352,4.102230072021484,3.5877227783203125,3.4809112548828125,4.471540451049805,5.192279815673828,124.19009208679199,123.68106842041016,123.05998802185059,125.38695335388184,123.30937385559082,123.04544448852539,124.98044967651367,122.96199798583984,123.49605560302734,124.25017356872559 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,False,36.26656532287598,36.35740280151367,36.157846450805664,36.03482246398926,72.6630687713623,58.2280158996582,36.724090576171875,36.1943244934082,36.30208969116211,35.91752052307129,487.0421886444092,484.4503402709961,488.619327545166,482.346773147583,487.5023365020752,489.09544944763184,488.5709285736084,484.56883430480957,487.0343208312988,483.92415046691895 +"(37500, 25000)",0.5,37500,25000,cpu,heter,bool,True,5.903482437133789,6.682395935058594,5.225896835327148,6.110668182373047,5.638360977172852,5.128622055053711,5.050897598266602,5.518674850463867,5.840778350830078,5.5789947509765625,179.84271049499512,179.5034408569336,180.30548095703125,180.7539463043213,179.5179843902588,179.79097366333008,179.64863777160645,179.7022819519043,193.61448287963867,200.7155418395996 +"(37500, 25000)",0.5,37500,25000,cpu,heter,bool,False,50.137996673583984,50.12226104736328,50.040245056152344,51.63216590881348,50.05788803100586,49.71909523010254,49.76820945739746,49.89743232727051,49.60179328918457,49.55124855041504,611.2546920776367,609.1082096099854,612.5397682189941,615.4890060424805,610.6669902801514,610.6700897216797,606.9777011871338,609.1852188110352,610.0683212280273,607.80930519104 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,True,8.057832717895508,6.151676177978516,6.496906280517578,5.149602890014648,5.4302215576171875,5.436897277832031,5.441427230834961,4.870891571044922,5.675792694091797,6.4849853515625,180.95755577087402,181.98466300964355,192.25239753723145,181.65946006774902,353.01947593688965,223.07538986206055,181.33854866027832,178.3883571624756,180.27114868164062,194.02146339416504 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,False,51.19776725769043,51.610708236694336,51.46646499633789,50.58741569519043,50.30488967895508,49.75533485412598,50.542593002319336,50.52471160888672,50.688982009887695,50.65035820007324,611.8931770324707,608.7749004364014,611.464262008667,607.9456806182861,608.4520816802979,609.9014282226562,607.658863067627,611.6578578948975,608.8156700134277,610.1157665252686 +"(37500, 37500)",0.5,37500,37500,cpu,homo,bool,True,7.225751876831055,5.414247512817383,5.306005477905273,6.158351898193359,5.457162857055664,5.053520202636719,7.30586051940918,5.612373352050781,5.214929580688477,5.650043487548828,181.48136138916016,182.01279640197754,181.48136138916016,189.65935707092285,181.60319328308105,181.39314651489258,181.58650398254395,181.7765235900879,182.27386474609375,181.22410774230957 +"(37500, 37500)",0.5,37500,37500,cpu,homo,bool,False,55.75084686279297,55.95803260803223,56.526899337768555,56.97011947631836,56.75959587097168,56.7784309387207,55.69815635681152,55.77349662780762,56.731462478637695,55.561065673828125,748.1880187988281,744.5149421691895,742.4743175506592,739.4986152648926,743.0026531219482,747.6794719696045,744.4870471954346,756.1697959899902,754.5933723449707,742.4812316894531 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,True,8.161067962646484,6.643533706665039,6.368160247802734,6.855249404907227,6.300926208496094,5.425453186035156,7.22813606262207,6.326198577880859,5.387306213378906,6.537199020385742,243.7765598297119,181.69379234313965,183.6717128753662,181.9784641265869,182.30342864990234,182.93118476867676,181.84971809387207,183.9134693145752,182.04712867736816,182.01756477355957 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,False,58.07161331176758,93.07980537414551,56.06675148010254,56.80990219116211,56.79655075073242,56.8699836730957,56.75482749938965,56.784868240356445,57.180166244506836,57.369232177734375,746.5031147003174,742.7923679351807,740.710973739624,748.4221458435059,743.8178062438965,744.6215152740479,742.0365810394287,743.5719966888428,742.6211833953857,744.79079246521 +"(37500, 37500)",0.5,37500,37500,cpu,heter,bool,True,7.543087005615234,7.261991500854492,8.403539657592773,7.63249397277832,8.335113525390625,7.615566253662109,8.867740631103516,8.485078811645508,8.48245620727539,7.473945617675781,266.7720317840576,266.3857936859131,266.8588161468506,266.74842834472656,284.53969955444336,270.82228660583496,271.29459381103516,269.6371078491211,270.36142349243164,269.9439525604248 +"(37500, 37500)",0.5,37500,37500,cpu,heter,bool,False,76.84874534606934,76.71475410461426,76.09224319458008,75.83165168762207,75.7303237915039,76.02047920227051,75.82306861877441,76.629638671875,75.8519172668457,76.46751403808594,919.5051193237305,924.1290092468262,922.5890636444092,926.8202781677246,930.8140277862549,923.4473705291748,919.2256927490234,928.3120632171631,923.7432479858398,922.1949577331543 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,True,7.30443000793457,8.101940155029297,7.321834564208984,7.913112640380859,7.8792572021484375,7.7266693115234375,7.515192031860352,7.242441177368164,8.625030517578125,7.279157638549805,267.35496520996094,268.2991027832031,267.7133083343506,268.70036125183105,294.7671413421631,282.90367126464844,360.40568351745605,266.7083740234375,412.77527809143066,274.9931812286377 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,False,75.89268684387207,75.84142684936523,76.86614990234375,76.11465454101562,75.84404945373535,76.45106315612793,75.9735107421875,76.02739334106445,75.7131576538086,76.12895965576172,924.3297576904297,924.3953227996826,922.1906661987305,925.2238273620605,924.4687557220459,924.3416786193848,924.0953922271729,926.8410205841064,926.4998435974121,921.8118190765381 +"(37500, 50000)",0.5,37500,50000,cpu,homo,bool,True,6.73222541809082,7.850408554077148,6.692647933959961,7.7152252197265625,6.6814422607421875,7.532835006713867,6.6585540771484375,6.8569183349609375,8.060693740844727,6.684541702270508,240.86380004882812,239.6082878112793,241.47915840148926,239.78519439697266,240.30303955078125,252.39038467407227,240.1711940765381,240.27156829833984,240.2498722076416,240.7987117767334 +"(37500, 50000)",0.5,37500,50000,cpu,homo,bool,False,77.82793045043945,77.48770713806152,78.17864418029785,77.61836051940918,77.44765281677246,77.98290252685547,77.0413875579834,76.5383243560791,77.22687721252441,76.873779296875,1001.4755725860596,992.7952289581299,1002.295732498169,998.2812404632568,1000.1270771026611,1001.2109279632568,995.652437210083,993.0744171142578,999.9663829803467,1001.2626647949219 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,True,7.420778274536133,7.396936416625977,7.215261459350586,7.570981979370117,8.049726486206055,9.900331497192383,7.14111328125,9.496212005615234,7.368326187133789,8.580207824707031,241.69492721557617,240.37623405456543,242.29931831359863,240.14544486999512,255.49030303955078,243.55006217956543,244.92621421813965,242.1436309814453,243.38555335998535,243.54958534240723 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,False,77.21114158630371,77.26621627807617,77.58808135986328,77.74066925048828,77.34107971191406,77.80742645263672,77.85916328430176,76.94435119628906,78.09829711914062,77.05497741699219,1001.1649131774902,999.5851516723633,998.253345489502,1000.4127025604248,997.9004859924316,999.6955394744873,997.7889060974121,1000.507116317749,999.3598461151123,997.8408813476562 +"(37500, 50000)",0.5,37500,50000,cpu,heter,bool,True,9.735822677612305,10.698795318603516,10.657787322998047,10.221719741821289,10.784626007080078,9.898662567138672,10.770082473754883,10.870218276977539,9.920120239257812,10.469198226928711,354.7859191894531,354.320764541626,370.96524238586426,355.12375831604004,353.4431457519531,354.1562557220459,355.7124137878418,355.5886745452881,354.5658588409424,354.22611236572266 +"(37500, 50000)",0.5,37500,50000,cpu,heter,bool,False,102.8282642364502,102.70261764526367,104.21538352966309,102.12135314941406,101.67217254638672,101.9287109375,101.35436058044434,101.91631317138672,101.61972045898438,101.68933868408203,1234.9731922149658,1237.3452186584473,1234.8055839538574,1233.813762664795,1234.9333763122559,1237.7328872680664,1237.9567623138428,1235.0366115570068,1238.431453704834,1237.7307415008545 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,True,9.692192077636719,10.318756103515625,10.869026184082031,10.713338851928711,10.699987411499023,9.886503219604492,9.761810302734375,10.448455810546875,11.223554611206055,10.568618774414062,355.3924560546875,354.5258045196533,366.1324977874756,361.55104637145996,354.4437885284424,355.03220558166504,356.52804374694824,355.03292083740234,354.5210361480713,354.95686531066895 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,False,102.29110717773438,102.53024101257324,102.37979888916016,102.53572463989258,102.43535041809082,103.07621955871582,102.64420509338379,102.41580009460449,102.24056243896484,102.40817070007324,1240.7176494598389,1238.9352321624756,1239.877700805664,1240.8928871154785,1240.9396171569824,1240.957498550415,1243.407964706421,1247.4744319915771,1244.633674621582,1240.4093742370605 +"(50000, 1000)",0.5,50000,1000,cpu,homo,bool,True,0.8296966552734375,0.8149147033691406,0.9093284606933594,1.135110855102539,0.8533000946044922,0.9300708770751953,1.0485649108886719,1.0058879852294922,1.04522705078125,0.8792877197265625,7.198333740234375,6.5631866455078125,6.501913070678711,7.225513458251953,6.501674652099609,7.332086563110352,6.576776504516602,6.526708602905273,7.252931594848633,6.945371627807617 +"(50000, 1000)",0.5,50000,1000,cpu,homo,bool,False,1.7442703247070312,1.6796588897705078,1.6660690307617188,1.6617774963378906,1.5799999237060547,1.6646385192871094,1.669168472290039,1.627206802368164,1.7094612121582031,1.712799072265625,23.937463760375977,23.720741271972656,23.889541625976562,23.949384689331055,23.844480514526367,23.76079559326172,23.850440979003906,23.80990982055664,23.749828338623047,23.80204200744629 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,True,0.6871223449707031,0.7073879241943359,0.6806850433349609,0.6558895111083984,0.7622241973876953,0.8502006530761719,0.7872581481933594,0.7772445678710938,0.8122920989990234,0.7967948913574219,7.225275039672852,6.50334358215332,7.3680877685546875,6.40106201171875,6.4640045166015625,7.321357727050781,6.490945816040039,7.135152816772461,6.397008895874023,6.46662712097168 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,False,1.5857219696044922,1.7385482788085938,1.70135498046875,1.588582992553711,1.6884803771972656,1.6508102416992188,1.6350746154785156,1.7066001892089844,1.7375946044921875,1.7209053039550781,23.229122161865234,23.75030517578125,24.053096771240234,23.71072769165039,23.91505241394043,24.065256118774414,24.77407455444336,24.550437927246094,24.07526969909668,24.746417999267578 +"(50000, 1000)",0.5,50000,1000,cpu,heter,bool,True,0.7607936859130859,0.7541179656982422,0.7741451263427734,0.7534027099609375,0.9946823120117188,0.7946491241455078,0.7665157318115234,1.1246204376220703,0.9741783142089844,0.8234977722167969,10.627269744873047,9.389638900756836,10.608673095703125,9.423017501831055,10.635852813720703,10.451793670654297,9.53054428100586,10.667562484741211,9.48786735534668,10.62774658203125 +"(50000, 1000)",0.5,50000,1000,cpu,heter,bool,False,2.4156570434570312,2.428293228149414,2.424955368041992,2.401113510131836,2.363443374633789,2.3894309997558594,2.3293495178222656,2.422332763671875,2.4306774139404297,2.382516860961914,30.612468719482422,30.538320541381836,30.392169952392578,30.46894073486328,29.85548973083496,29.73031997680664,29.8306941986084,29.767513275146484,29.918909072875977,30.106306076049805 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,True,0.7688999176025391,0.7677078247070312,0.7381439208984375,0.7581710815429688,0.7414817810058594,0.7476806640625,0.7193088531494141,0.7212162017822266,0.7762908935546875,0.7185935974121094,10.461807250976562,9.543418884277344,11.161327362060547,10.663986206054688,9.618759155273438,10.899543762207031,9.415626525878906,10.72549819946289,10.498762130737305,9.558916091918945 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,False,3.857135772705078,3.835916519165039,3.3075809478759766,2.568483352661133,2.515554428100586,2.508878707885742,2.5169849395751953,2.501249313354492,2.4330615997314453,2.288341522216797,30.4410457611084,30.015230178833008,30.078649520874023,29.9685001373291,30.108213424682617,29.87980842590332,30.20477294921875,29.953479766845703,30.153512954711914,30.01260757446289 +"(50000, 2500)",0.5,50000,2500,cpu,homo,bool,True,1.4886856079101562,1.54876708984375,1.3043880462646484,1.2731552124023438,1.3210773468017578,1.348733901977539,1.8897056579589844,1.4679431915283203,1.2865066528320312,1.2738704681396484,16.228914260864258,16.12401008605957,16.66116714477539,16.0677433013916,16.513347625732422,16.010522842407227,16.504764556884766,16.320228576660156,16.095876693725586,16.602277755737305 +"(50000, 2500)",0.5,50000,2500,cpu,homo,bool,False,4.765987396240234,4.2438507080078125,4.555940628051758,4.285573959350586,4.35328483581543,4.220724105834961,4.442930221557617,4.347562789916992,4.305839538574219,4.452705383300781,64.05258178710938,63.26580047607422,63.01593780517578,62.71767616271973,63.14444541931152,62.64996528625488,62.34598159790039,62.22176551818848,62.12615966796875,63.39693069458008 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,True,1.680135726928711,1.6379356384277344,1.8863677978515625,1.497507095336914,1.5294551849365234,1.4374256134033203,1.4226436614990234,1.4941692352294922,2.1414756774902344,1.4452934265136719,16.556978225708008,16.284465789794922,16.90983772277832,16.152620315551758,16.47782325744629,16.300678253173828,16.472578048706055,16.222000122070312,16.515731811523438,16.281604766845703 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,False,4.355430603027344,4.395008087158203,4.309654235839844,4.441022872924805,4.297494888305664,4.327058792114258,4.271507263183594,4.4097900390625,4.281044006347656,4.356145858764648,62.97135353088379,63.48729133605957,63.18163871765137,63.021183013916016,62.814950942993164,62.993526458740234,62.452077865600586,62.38245964050293,62.5462532043457,62.05177307128906 +"(50000, 2500)",0.5,50000,2500,cpu,heter,bool,True,1.5497207641601562,1.6007423400878906,1.5764236450195312,1.4629364013671875,2.078533172607422,1.3818740844726562,1.3675689697265625,1.516580581665039,1.4824867248535156,1.470327377319336,22.841930389404297,24.66583251953125,23.039579391479492,23.87094497680664,25.66981315612793,23.0710506439209,24.683713912963867,23.446083068847656,23.526906967163086,23.894786834716797 +"(50000, 2500)",0.5,50000,2500,cpu,heter,bool,False,6.35528564453125,6.75511360168457,5.957841873168945,6.163835525512695,6.048440933227539,6.092071533203125,6.148099899291992,6.055593490600586,6.112098693847656,6.045818328857422,78.80902290344238,79.33616638183594,78.8569450378418,78.53507995605469,79.12540435791016,79.35261726379395,78.86195182800293,79.05387878417969,78.41277122497559,78.51481437683105 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,True,1.682281494140625,1.9199848175048828,2.1202564239501953,2.002716064453125,1.4264583587646484,1.6410350799560547,1.4655590057373047,1.4922618865966797,1.5230178833007812,1.38092041015625,25.068998336791992,25.477170944213867,23.398637771606445,24.42026138305664,31.217336654663086,24.448633193969727,24.671554565429688,24.578571319580078,27.841806411743164,34.08956527709961 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,False,5.914926528930664,6.089925765991211,5.8803558349609375,5.883932113647461,6.013393402099609,5.892753601074219,5.886554718017578,6.079196929931641,5.989551544189453,5.95855712890625,78.83667945861816,78.7971019744873,78.82118225097656,78.82118225097656,78.46617698669434,78.67860794067383,79.60057258605957,78.72867584228516,78.33504676818848,79.67495918273926 +"(50000, 5000)",0.5,50000,5000,cpu,homo,bool,True,2.508401870727539,2.4225711822509766,2.4976730346679688,2.0368099212646484,2.5358200073242188,2.6819705963134766,1.8270015716552734,2.4046897888183594,1.898050308227539,1.9962787628173828,33.02359580993652,32.87220001220703,32.869577407836914,33.582210540771484,33.36787223815918,32.67502784729004,32.997846603393555,32.42921829223633,33.08701515197754,32.964229583740234 +"(50000, 5000)",0.5,50000,5000,cpu,homo,bool,False,9.250164031982422,9.024381637573242,19.03986930847168,15.27714729309082,10.13493537902832,9.32621955871582,8.634567260742188,8.814096450805664,8.44717025756836,8.67605209350586,124.00674819946289,123.8565444946289,123.75283241271973,124.76205825805664,124.20272827148438,124.11236763000488,124.42851066589355,124.09543991088867,124.1447925567627,123.7790584564209 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,True,3.0896663665771484,2.3882389068603516,2.57110595703125,2.1855831146240234,1.9426345825195312,1.9695758819580078,2.0592212677001953,2.742767333984375,1.7852783203125,1.6872882843017578,33.525705337524414,31.999588012695312,33.243417739868164,32.83500671386719,33.979177474975586,33.08749198913574,33.23197364807129,32.96780586242676,32.77277946472168,33.59079360961914 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,False,8.655548095703125,8.414268493652344,9.027957916259766,8.629560470581055,8.837223052978516,9.04536247253418,8.69441032409668,8.987903594970703,8.699893951416016,8.65483283996582,122.83062934875488,123.51012229919434,123.19540977478027,123.40378761291504,123.2764720916748,124.32003021240234,123.28100204467773,122.29800224304199,122.89190292358398,123.0473518371582 +"(50000, 5000)",0.5,50000,5000,cpu,heter,bool,True,2.99072265625,2.518177032470703,2.4688243865966797,1.875162124633789,2.119302749633789,1.8849372863769531,1.886606216430664,2.8078556060791016,2.277374267578125,1.9922256469726562,47.5919246673584,48.398494720458984,48.65264892578125,49.5758056640625,48.0341911315918,47.93357849121094,48.77901077270508,47.16348648071289,47.61838912963867,50.83751678466797 +"(50000, 5000)",0.5,50000,5000,cpu,heter,bool,False,12.129545211791992,12.174844741821289,12.148380279541016,12.14742660522461,12.174129486083984,12.050628662109375,12.062788009643555,12.096643447875977,12.127399444580078,12.050151824951172,155.4393768310547,154.63972091674805,154.74224090576172,154.10757064819336,154.45995330810547,153.92279624938965,155.35497665405273,154.52241897583008,154.40702438354492,154.41584587097168 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,True,3.6585330963134766,2.544403076171875,2.047300338745117,2.169370651245117,2.130270004272461,2.155780792236328,2.2134780883789062,2.1584033966064453,1.8513202667236328,2.0170211791992188,48.087358474731445,48.317909240722656,47.14345932006836,48.509836196899414,48.831939697265625,48.65670204162598,48.779964447021484,48.03347587585449,47.35112190246582,49.715518951416016 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,False,12.235403060913086,12.042999267578125,12.176990509033203,12.24660873413086,12.051105499267578,11.960983276367188,12.139558792114258,12.221574783325195,11.906623840332031,12.284517288208008,154.1154384613037,153.96404266357422,154.8933982849121,155.07245063781738,155.05146980285645,154.9088954925537,154.99639511108398,154.60824966430664,154.66904640197754,154.9246311187744 +"(50000, 10000)",0.5,50000,10000,cpu,homo,bool,True,4.487752914428711,5.227804183959961,3.3829212188720703,4.170656204223633,3.8323402404785156,3.1757354736328125,3.1812191009521484,2.849102020263672,2.9723644256591797,2.8226375579833984,65.28902053833008,66.66731834411621,67.41499900817871,66.67542457580566,66.16854667663574,68.51816177368164,65.89221954345703,66.49112701416016,66.25676155090332,66.4372444152832 +"(50000, 10000)",0.5,50000,10000,cpu,homo,bool,False,17.496585845947266,17.832040786743164,17.942428588867188,18.289804458618164,18.57590675354004,18.013477325439453,18.565654754638672,17.666339874267578,18.38374137878418,17.589092254638672,250.30803680419922,251.53613090515137,252.7155876159668,251.9388198852539,251.50632858276367,252.37536430358887,252.89201736450195,252.56991386413574,250.93388557434082,251.204252243042 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,True,5.558967590332031,5.028486251831055,4.3239593505859375,3.9942264556884766,4.689931869506836,3.520488739013672,3.381013870239258,3.5429000854492188,4.332542419433594,3.9129257202148438,67.98696517944336,66.17259979248047,66.0238265991211,65.95420837402344,65.9475326538086,66.26653671264648,64.73207473754883,68.74799728393555,78.19437980651855,66.09439849853516 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,False,18.094539642333984,17.590999603271484,17.792701721191406,17.950773239135742,17.41647720336914,17.438888549804688,17.717599868774414,17.302513122558594,17.27461814880371,17.856359481811523,255.8584213256836,255.97405433654785,253.42965126037598,253.89599800109863,254.70924377441406,255.04350662231445,253.6008358001709,254.78339195251465,254.26864624023438,253.16929817199707 +"(50000, 10000)",0.5,50000,10000,cpu,heter,bool,True,4.454851150512695,5.0640106201171875,4.855632781982422,3.7550926208496094,3.5233497619628906,2.939462661743164,3.1044483184814453,3.4627914428710938,2.6235580444335938,2.668142318725586,98.46878051757812,97.56827354431152,96.15159034729004,96.68231010437012,96.6951847076416,96.39310836791992,97.66054153442383,96.79794311523438,97.84746170043945,96.59981727600098 +"(50000, 10000)",0.5,50000,10000,cpu,heter,bool,False,25.18630027770996,25.249958038330078,24.999618530273438,25.018930435180664,25.38776397705078,25.086164474487305,25.022029876708984,25.38442611694336,25.123119354248047,25.166749954223633,315.0913715362549,315.77563285827637,316.7128562927246,314.21780586242676,314.67199325561523,314.7451877593994,313.32874298095703,313.68112564086914,314.6045207977295,314.272403717041 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,True,4.015445709228516,3.9839744567871094,4.532098770141602,4.369974136352539,3.125905990600586,3.0977725982666016,3.4923553466796875,3.5588741302490234,2.880096435546875,2.7675628662109375,97.0618724822998,98.40726852416992,96.57597541809082,97.72419929504395,96.96030616760254,115.51451683044434,98.61636161804199,96.29082679748535,97.78261184692383,97.59068489074707 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,False,25.313615798950195,25.18773078918457,25.74896812438965,25.57682991027832,25.377750396728516,25.165796279907227,25.0856876373291,25.278091430664062,25.41637420654297,25.330781936645508,315.8843517303467,316.7569637298584,314.21947479248047,316.6542053222656,317.22331047058105,314.64624404907227,316.10727310180664,317.8281784057617,315.17624855041504,314.5918846130371 +"(50000, 25000)",0.5,50000,25000,cpu,homo,bool,True,5.790948867797852,6.939888000488281,5.141973495483398,4.536628723144531,6.165027618408203,4.653215408325195,4.485368728637695,5.465030670166016,5.889415740966797,5.119562149047852,162.80245780944824,162.20474243164062,162.14227676391602,162.827730178833,162.79053688049316,162.7202033996582,162.19067573547363,162.61982917785645,161.9408130645752,162.31775283813477 +"(50000, 25000)",0.5,50000,25000,cpu,homo,bool,False,47.437191009521484,48.40850830078125,48.3548641204834,48.416852951049805,48.09165000915527,48.07257652282715,47.020673751831055,47.99199104309082,47.9731559753418,47.83987998962402,651.4458656311035,649.5978832244873,647.1855640411377,654.1094779968262,651.2789726257324,651.7353057861328,652.8515815734863,649.6987342834473,651.0264873504639,654.714822769165 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,True,5.488157272338867,6.488800048828125,6.842374801635742,6.164073944091797,6.336450576782227,6.409645080566406,5.818843841552734,5.718469619750977,5.232572555541992,5.4340362548828125,162.89114952087402,162.81938552856445,162.23645210266113,162.8584861755371,162.7669334411621,163.0091667175293,162.2016429901123,163.33818435668945,162.29867935180664,162.48440742492676 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,False,47.73831367492676,48.38752746582031,47.606706619262695,47.97101020812988,47.18303680419922,47.00946807861328,48.42090606689453,48.42233657836914,47.564029693603516,47.39189147949219,653.9852619171143,652.1944999694824,649.6949195861816,652.5561809539795,654.6704769134521,650.1762866973877,654.1082859039307,652.524471282959,652.7009010314941,652.6930332183838 +"(50000, 25000)",0.5,50000,25000,cpu,heter,bool,True,7.299900054931641,6.525278091430664,7.704496383666992,6.498813629150391,7.04503059387207,7.380008697509766,6.49571418762207,7.958173751831055,7.6999664306640625,7.596254348754883,239.2880916595459,262.07542419433594,240.34929275512695,240.17977714538574,240.06891250610352,238.6302947998047,238.27767372131348,238.21640014648438,251.28173828125,242.4907684326172 +"(50000, 25000)",0.5,50000,25000,cpu,heter,bool,False,66.44511222839355,66.23959541320801,66.41411781311035,66.67304039001465,66.82038307189941,67.51799583435059,67.06953048706055,68.3741569519043,68.06015968322754,67.88134574890137,809.4274997711182,816.6022300720215,828.4933567047119,819.9305534362793,821.6745853424072,813.6448860168457,816.8871402740479,821.0532665252686,823.3931064605713,817.7878856658936 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,True,6.466388702392578,7.169008255004883,6.463050842285156,6.438732147216797,7.386684417724609,6.440162658691406,7.015466690063477,6.520271301269531,7.002353668212891,7.652521133422852,238.2795810699463,239.2888069152832,236.25946044921875,237.01786994934082,238.56830596923828,238.6918067932129,237.66374588012695,237.1044158935547,250.0450611114502,243.15452575683594 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,False,67.01278686523438,67.15106964111328,67.2605037689209,66.15710258483887,66.77985191345215,68.30215454101562,68.86005401611328,68.68624687194824,68.54510307312012,68.56608390808105,814.6204948425293,815.7250881195068,817.9895877838135,815.0162696838379,813.6727809906006,814.5570755004883,813.7633800506592,813.1239414215088,817.4219131469727,816.6341781616211 +"(50000, 37500)",0.5,50000,37500,cpu,homo,bool,True,7.602930068969727,8.597135543823242,6.679534912109375,7.836341857910156,6.6623687744140625,6.9751739501953125,7.851123809814453,6.615400314331055,8.124589920043945,6.588220596313477,241.13202095031738,239.69602584838867,240.10658264160156,239.82501029968262,239.32981491088867,249.62615966796875,240.44489860534668,241.14584922790527,240.3876781463623,241.2853240966797 +"(50000, 37500)",0.5,50000,37500,cpu,homo,bool,False,73.93598556518555,73.91500473022461,75.40416717529297,74.9959945678711,73.87804985046387,74.6314525604248,75.54411888122559,74.80001449584961,75.67358016967773,75.81853866577148,988.7428283691406,988.1043434143066,991.9219017028809,994.3573474884033,993.2096004486084,987.4279499053955,989.9542331695557,1000.885009765625,991.746187210083,989.2752170562744 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,True,9.357213973999023,7.25245475769043,7.521390914916992,6.989479064941406,7.643461227416992,6.667852401733398,6.676912307739258,7.564306259155273,7.7266693115234375,7.5225830078125,240.74602127075195,240.81182479858398,239.69721794128418,240.80514907836914,250.91266632080078,241.4407730102539,240.02385139465332,241.13059043884277,255.51772117614746,247.4954128265381 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,False,75.70886611938477,74.60570335388184,73.21000099182129,75.39629936218262,74.13458824157715,74.87106323242188,74.88155364990234,74.2800235748291,75.38270950317383,74.67174530029297,989.2420768737793,994.1399097442627,986.1984252929688,986.2289428710938,987.8003597259521,988.9867305755615,986.0332012176514,986.6037368774414,988.1551265716553,985.3320121765137 +"(50000, 37500)",0.5,50000,37500,cpu,heter,bool,True,9.663581848144531,10.853767395019531,9.809255599975586,11.05642318725586,10.787248611450195,11.05642318725586,10.875463485717773,10.390520095825195,9.734869003295898,10.465621948242188,355.8688163757324,357.2864532470703,369.5192337036133,357.9890727996826,359.2648506164551,358.0477237701416,356.8878173828125,358.5834503173828,368.7596321105957,358.1812381744385 +"(50000, 37500)",0.5,50000,37500,cpu,heter,bool,False,101.96542739868164,101.97210311889648,101.91845893859863,101.11379623413086,102.57482528686523,101.78303718566895,101.64999961853027,101.35221481323242,101.7458438873291,101.92584991455078,1226.9775867462158,1231.274127960205,1229.7956943511963,1228.9764881134033,1229.6578884124756,1230.2653789520264,1229.079008102417,1229.7604084014893,1227.842092514038,1227.7591228485107 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,True,10.022163391113281,10.535001754760742,10.047674179077148,10.072469711303711,10.435819625854492,9.693622589111328,10.467529296875,10.46133041381836,9.80234146118164,10.460853576660156,353.18636894226074,354.64930534362793,363.33179473876953,357.3579788208008,353.8820743560791,353.8799285888672,353.46102714538574,354.3071746826172,353.93238067626953,353.78551483154297 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,False,101.70292854309082,101.47666931152344,101.23014450073242,101.59969329833984,101.28355026245117,102.23603248596191,102.23960876464844,102.08773612976074,102.34904289245605,102.1876335144043,1231.5964698791504,1232.3508262634277,1235.9507083892822,1231.842279434204,1226.5701293945312,1228.3406257629395,1231.1429977416992,1233.8507175445557,1234.9023818969727,1232.635259628296 +"(50000, 50000)",0.5,50000,50000,cpu,homo,bool,True,21.620988845825195,11.405229568481445,11.261701583862305,10.482311248779297,9.10806655883789,9.57942008972168,9.297847747802734,11.323690414428711,9.855985641479492,9.13095474243164,329.92076873779297,326.5986442565918,332.8537940979004,321.70605659484863,321.2254047393799,323.57048988342285,320.6484317779541,320.76144218444824,322.9532241821289,322.65400886535645 +"(50000, 50000)",0.5,50000,50000,cpu,homo,bool,False,101.05490684509277,100.22664070129395,101.20511054992676,102.46133804321289,101.1512279510498,101.58824920654297,101.36842727661133,102.47254371643066,102.0808219909668,101.3174057006836,1325.2613544464111,1323.3213424682617,1324.4569301605225,1323.0822086334229,1327.5103569030762,1322.2334384918213,1323.1723308563232,1320.807933807373,1319.873571395874,1321.9153881072998 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,True,10.722160339355469,11.26718521118164,9.032249450683594,9.618282318115234,9.194135665893555,9.65738296508789,9.129047393798828,8.910417556762695,9.516239166259766,10.917186737060547,318.62759590148926,318.77779960632324,330.91211318969727,323.1830596923828,320.21355628967285,319.8432922363281,320.15061378479004,320.99318504333496,319.92197036743164,319.094181060791 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,False,104.83455657958984,102.14781761169434,100.92687606811523,101.83858871459961,102.80394554138184,103.58166694641113,102.02693939208984,101.79710388183594,101.30667686462402,101.1812686920166,1327.3694515228271,1334.9838256835938,1331.3813209533691,1330.6190967559814,1333.2877159118652,1336.7679119110107,1332.0305347442627,1332.3113918304443,1333.9166641235352,1323.73046875 +"(50000, 50000)",0.5,50000,50000,cpu,heter,bool,True,12.903928756713867,13.453483581542969,14.2364501953125,14.234781265258789,13.413667678833008,12.936830520629883,13.524293899536133,13.478279113769531,13.527154922485352,14.535903930664062,471.62532806396484,471.27318382263184,471.1763858795166,472.08189964294434,470.89529037475586,471.70400619506836,470.61634063720703,471.7731475830078,471.30322456359863,471.1141586303711 +"(50000, 50000)",0.5,50000,50000,cpu,heter,bool,False,135.99228858947754,136.7053985595703,137.02654838562012,136.96527481079102,136.60287857055664,136.53969764709473,135.36453247070312,136.00635528564453,135.70404052734375,136.7030143737793,1645.653486251831,1649.4255065917969,1647.491455078125,1647.923231124878,1642.0750617980957,1647.4261283874512,1647.157907485962,1645.5519199371338,1646.820306777954,1645.3485488891602 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,True,13.442277908325195,14.148950576782227,13.929367065429688,13.997316360473633,14.024496078491211,14.088153839111328,13.217449188232422,13.844966888427734,13.744354248046875,13.532876968383789,497.0707893371582,476.4378070831299,476.7317771911621,475.97455978393555,478.13987731933594,479.58993911743164,477.8006076812744,476.1018753051758,476.4444828033447,478.49583625793457 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,False,135.4978084564209,134.97424125671387,134.85431671142578,135.7862949371338,135.61367988586426,136.1527442932129,135.7104778289795,135.1337432861328,135.2102756500244,135.91504096984863,1652.2176265716553,1652.5180339813232,1654.240608215332,1650.8584022521973,1652.5678634643555,1653.4104347229004,1652.4839401245117,1651.984453201294,1652.5647640228271,1655.099868774414 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_grad_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_grad_gpu.csv new file mode 100644 index 0000000..79824cf --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/event_csrmv_grad_gpu.csv @@ -0,0 +1,393 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,True,0.2598762512207031,0.21576881408691406,0.21028518676757812,0.2028942108154297,0.2155303955078125,0.202178955078125,0.400543212890625,0.4909038543701172,0.3902912139892578,0.37169456481933594,0.09822845458984375,0.1010894775390625,0.09179115295410156,0.09083747863769531,0.09179115295410156,0.08654594421386719,0.09274482727050781,0.1533031463623047,0.213623046875,0.09608268737792969 +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,False,0.2167224884033203,0.4038810729980469,0.19621849060058594,0.17499923706054688,0.16117095947265625,0.164031982421875,0.15783309936523438,0.1590251922607422,0.1571178436279297,0.15735626220703125,0.10824203491210938,0.1010894775390625,0.12278556823730469,0.13256072998046875,0.09870529174804688,0.08296966552734375,0.1575946807861328,0.3643035888671875,0.2503395080566406,0.2288818359375 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.3788471221923828,0.37598609924316406,0.3688335418701172,0.36144256591796875,0.36406517028808594,0.36334991455078125,0.3619194030761719,0.3619194030761719,0.3600120544433594,0.36025047302246094,0.10013580322265625,0.11205673217773438,0.09012222290039062,0.32258033752441406,0.11968612670898438,0.08940696716308594,0.09489059448242188,0.08940696716308594,0.09560585021972656,0.08916854858398438 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.21266937255859375,0.20766258239746094,0.19812583923339844,0.20599365234375,0.2319812774658203,0.22602081298828125,0.21767616271972656,0.21457672119140625,0.22840499877929688,0.21409988403320312,0.10609626770019531,0.10347366333007812,0.10466575622558594,0.10991096496582031,0.10514259338378906,0.10275840759277344,0.10204315185546875,0.102996826171875,0.12278556823730469,0.118255615234375 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,True,0.12421607971191406,0.12159347534179688,0.12135505676269531,0.12135505676269531,0.12063980102539062,0.12159347534179688,0.1201629638671875,0.12087821960449219,0.13017654418945312,0.12326240539550781,0.08034706115722656,0.07510185241699219,0.07390975952148438,0.07295608520507812,0.07200241088867188,0.07033348083496094,0.07009506225585938,0.07033348083496094,0.07081031799316406,0.07081031799316406 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,False,0.12731552124023438,0.12826919555664062,0.12612342834472656,0.12636184692382812,0.1442432403564453,0.1308917999267578,0.15664100646972656,0.16260147094726562,0.12874603271484375,0.12493133544921875,0.11754035949707031,0.08296966552734375,0.08440017700195312,0.07748603820800781,0.08440017700195312,0.07963180541992188,0.08320808410644531,0.07987022399902344,0.0820159912109375,0.07963180541992188 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.33283233642578125,0.31876564025878906,0.3178119659423828,0.3180503845214844,0.3173351287841797,0.3287792205810547,0.31495094299316406,0.3161430358886719,0.3418922424316406,0.3178119659423828,0.07534027099609375,0.07581710815429688,0.07462501525878906,0.072479248046875,0.072479248046875,0.07390975952148438,0.07176399230957031,0.07009506225585938,0.07176399230957031,0.07152557373046875 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.13208389282226562,0.13065338134765625,0.13113021850585938,0.1308917999267578,0.1366138458251953,0.1308917999267578,0.12683868408203125,0.12612342834472656,0.12826919555664062,0.12803077697753906,0.07915496826171875,0.07772445678710938,0.07677078247070312,0.07486343383789062,0.07557868957519531,0.0743865966796875,0.07462501525878906,0.07343292236328125,0.07367134094238281,0.0743865966796875 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,True,0.1518726348876953,0.14829635620117188,0.14662742614746094,0.20265579223632812,0.5211830139160156,0.4432201385498047,0.39505958557128906,0.3662109375,0.3657341003417969,0.6556510925292969,0.09012222290039062,0.08368492126464844,0.11467933654785156,0.087738037109375,0.09965896606445312,0.07748603820800781,0.42319297790527344,0.27561187744140625,0.23627281188964844,0.2319812774658203 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,False,0.18715858459472656,0.19669532775878906,0.1685619354248047,0.1537799835205078,0.16117095947265625,0.14972686767578125,0.152587890625,0.1506805419921875,0.1556873321533203,0.3933906555175781,0.10895729064941406,0.1876354217529297,0.36263465881347656,0.25153160095214844,0.2338886260986328,0.22554397583007812,0.22363662719726562,0.22029876708984375,0.2162456512451172,0.2167224884033203 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.37217140197753906,0.38695335388183594,0.3859996795654297,0.36072731018066406,0.3879070281982422,0.37479400634765625,0.35953521728515625,0.3561973571777344,0.35452842712402344,0.35452842712402344,0.09846687316894531,0.09560585021972656,0.09560585021972656,0.10371208190917969,0.09274482727050781,0.09012222290039062,0.0934600830078125,0.09131431579589844,0.09465217590332031,0.08630752563476562 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.2067089080810547,0.1926422119140625,0.18405914306640625,0.19669532775878906,0.2377033233642578,0.18930435180664062,0.1804828643798828,0.18548965454101562,0.18215179443359375,0.156402587890625,0.11324882507324219,0.09703636169433594,0.09846687316894531,0.09822845458984375,0.09894371032714844,0.12159347534179688,0.10824203491210938,0.09655952453613281,0.09489059448242188,0.1010894775390625 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,True,0.1220703125,0.1220703125,0.12087821960449219,0.1304149627685547,0.12063980102539062,0.11944770812988281,0.11920928955078125,0.11801719665527344,0.118255615234375,0.11801719665527344,0.08749961853027344,0.08821487426757812,0.08678436279296875,0.08702278137207031,0.08726119995117188,0.09918212890625,0.09274482727050781,0.10776519775390625,0.18644332885742188,0.3609657287597656 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,False,0.13875961303710938,0.13566017150878906,0.2238750457763672,0.15807151794433594,0.133514404296875,0.12254714965820312,0.11897087097167969,0.1163482666015625,0.11658668518066406,0.11420249938964844,0.07128715515136719,0.07033348083496094,0.06985664367675781,0.06937980651855469,0.07009506225585938,0.07033348083496094,0.07033348083496094,0.06818771362304688,0.06866455078125,0.06985664367675781 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.3230571746826172,0.3170967102050781,0.31375885009765625,0.31256675720214844,0.3101825714111328,0.30922889709472656,0.3085136413574219,0.3428459167480469,0.31185150146484375,0.3108978271484375,0.06914138793945312,0.07033348083496094,0.06604194641113281,0.06413459777832031,0.06365776062011719,0.06437301635742188,0.0629425048828125,0.06318092346191406,0.06413459777832031,0.06461143493652344 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.3361701965332031,0.331878662109375,0.3294944763183594,0.32067298889160156,0.3180503845214844,0.3139972686767578,0.31185150146484375,0.3159046173095703,0.331878662109375,0.3116130828857422,0.07748603820800781,0.07343292236328125,0.0762939453125,0.07510185241699219,0.07510185241699219,0.07486343383789062,0.07462501525878906,0.07486343383789062,0.07462501525878906,0.07295608520507812 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,True,0.339508056640625,0.3333091735839844,0.3387928009033203,0.3364086151123047,0.3306865692138672,0.3273487091064453,0.37360191345214844,0.3814697265625,0.34809112548828125,0.3402233123779297,0.26226043701171875,0.21696090698242188,0.2071857452392578,0.20360946655273438,0.2014636993408203,0.19884109497070312,0.20956993103027344,0.20384788513183594,0.1995563507080078,0.20122528076171875 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,False,0.17452239990234375,0.17499923706054688,0.16570091247558594,0.16808509826660156,0.1671314239501953,0.16355514526367188,0.16427040100097656,0.1647472381591797,0.1628398895263672,0.16236305236816406,0.1761913299560547,0.1647472381591797,0.1442432403564453,0.15664100646972656,0.1437664031982422,0.13899803161621094,0.14090538024902344,0.15592575073242188,0.141143798828125,0.14066696166992188 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.15473365783691406,0.15306472778320312,0.152587890625,0.14901161193847656,0.14734268188476562,0.1468658447265625,0.14543533325195312,0.1442432403564453,0.14472007751464844,0.15020370483398438,0.1595020294189453,0.12969970703125,0.13494491577148438,0.4315376281738281,0.4661083221435547,0.25916099548339844,0.26106834411621094,0.2651214599609375,0.23889541625976562,0.23818016052246094 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.20074844360351562,0.19168853759765625,0.19049644470214844,0.1850128173828125,0.1926422119140625,0.18715858459472656,0.18906593322753906,0.1990795135498047,0.18310546875,0.18095970153808594,0.11706352233886719,0.12803077697753906,0.10704994201660156,0.12731552124023438,0.11181831359863281,0.18978118896484375,0.1437664031982422,0.18906593322753906,0.2930164337158203,0.12564659118652344 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,True,0.12540817260742188,0.12278556823730469,0.12350082397460938,0.1220703125,0.12230873107910156,0.12183189392089844,0.12135505676269531,0.12063980102539062,0.12063980102539062,0.12111663818359375,0.07891654968261719,0.07557868957519531,0.0743865966796875,0.07486343383789062,0.07510185241699219,0.07367134094238281,0.07414817810058594,0.07390975952148438,0.07271766662597656,0.07390975952148438 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,False,0.20766258239746094,0.16546249389648438,0.1690387725830078,0.16427040100097656,0.164031982421875,0.16307830810546875,0.1628398895263672,0.1633167266845703,0.16260147094726562,0.17690658569335938,0.11014938354492188,0.11420249938964844,0.11348724365234375,0.10967254638671875,0.10943412780761719,0.11086463928222656,0.10776519775390625,0.10752677917480469,0.10728836059570312,0.10800361633300781 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.3235340118408203,0.3154277801513672,0.31375885009765625,0.30994415283203125,0.30803680419921875,0.30422210693359375,0.3066062927246094,0.3058910369873047,0.30684471130371094,0.3046989440917969,0.07200241088867188,0.0667572021484375,0.06914138793945312,0.06842613220214844,0.06890296936035156,0.06771087646484375,0.06890296936035156,0.06818771362304688,0.06842613220214844,0.06747245788574219 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.3387928009033203,0.3325939178466797,0.32639503479003906,0.3235340118408203,0.3180503845214844,0.3159046173095703,0.3154277801513672,0.31685829162597656,0.31638145446777344,0.33974647521972656,0.07128715515136719,0.07200241088867188,0.10395050048828125,0.11944770812988281,0.08821487426757812,0.07271766662597656,0.07176399230957031,0.07104873657226562,0.07176399230957031,0.07033348083496094 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,True,0.15354156494140625,0.1556873321533203,0.15282630920410156,0.15163421630859375,0.15735626220703125,0.15544891357421875,0.1518726348876953,0.15497207641601562,0.15306472778320312,0.16379356384277344,0.1888275146484375,0.16999244689941406,0.19311904907226562,0.19407272338867188,0.15401840209960938,0.1556873321533203,0.14352798461914062,0.1373291015625,0.13589859008789062,0.14400482177734375 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,False,0.15807151794433594,0.15735626220703125,0.15592575073242188,0.1614093780517578,0.1609325408935547,0.15544891357421875,0.16045570373535156,0.1595020294189453,0.15735626220703125,0.1590251922607422,0.11181831359863281,0.11110305786132812,0.13589859008789062,0.15044212341308594,0.14543533325195312,0.13637542724609375,0.13566017150878906,0.12969970703125,0.12493133544921875,0.12540817260742188 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.15282630920410156,0.1475811004638672,0.14781951904296875,0.16379356384277344,0.16880035400390625,0.1513957977294922,0.14519691467285156,0.1468658447265625,0.14328956604003906,0.14781951904296875,0.10061264038085938,0.12683868408203125,0.13709068298339844,0.25653839111328125,0.3190040588378906,0.2334117889404297,0.21147727966308594,0.20766258239746094,0.20456314086914062,0.202178955078125 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,0.37741661071777344,0.3762245178222656,0.3590583801269531,0.3502368927001953,0.3497600555419922,0.3445148468017578,0.41604042053222656,0.5152225494384766,0.4019737243652344,0.3769397735595703,0.10061264038085938,0.09703636169433594,0.08511543273925781,0.09608268737792969,0.13899803161621094,0.1010894775390625,0.095367431640625,0.09369850158691406,0.09417533874511719,0.09369850158691406 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,True,0.12803077697753906,0.12874603271484375,0.12636184692382812,0.12540817260742188,0.12540817260742188,0.12373924255371094,0.12469291687011719,0.12278556823730469,0.13780593872070312,0.12302398681640625,0.07104873657226562,0.07128715515136719,0.08249282836914062,0.07486343383789062,0.07009506225585938,0.06985664367675781,0.06914138793945312,0.07009506225585938,0.06818771362304688,0.06890296936035156 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,False,0.19311904907226562,0.18906593322753906,0.202178955078125,0.186920166015625,0.1823902130126953,0.1819133758544922,0.18358230590820312,0.1823902130126953,0.18143653869628906,0.18167495727539062,0.08296966552734375,0.087738037109375,0.0858306884765625,0.08106231689453125,0.08034706115722656,0.08034706115722656,0.07867813110351562,0.07843971252441406,0.07939338684082031,0.07915496826171875 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.1251697540283203,0.1277923583984375,0.125885009765625,0.12540817260742188,0.12469291687011719,0.12373924255371094,0.12302398681640625,0.12183189392089844,0.12326240539550781,0.12278556823730469,0.09441375732421875,0.09799003601074219,0.09298324584960938,0.09107589721679688,0.08988380432128906,0.09012222290039062,0.09036064147949219,0.09298324584960938,0.09131431579589844,0.09083747863769531 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,0.14734268188476562,0.21767616271972656,0.3116130828857422,0.30732154846191406,0.30493736267089844,0.30231475830078125,0.32591819763183594,0.3066062927246094,0.30994415283203125,0.34117698669433594,0.07939338684082031,0.07987022399902344,0.07891654968261719,0.07653236389160156,0.07677078247070312,0.07581710815429688,0.07605552673339844,0.07653236389160156,0.07605552673339844,0.07581710815429688 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,True,0.18072128295898438,0.17523765563964844,0.18525123596191406,0.1742839813232422,0.1747608184814453,0.17213821411132812,0.18072128295898438,0.17142295837402344,0.16999244689941406,0.1709461212158203,0.12683868408203125,0.12540817260742188,0.15234947204589844,0.1251697540283203,0.38695335388183594,0.24056434631347656,0.39386749267578125,0.27871131896972656,0.2722740173339844,0.26035308837890625 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,False,0.17523765563964844,0.18978118896484375,0.17881393432617188,0.17189979553222656,0.17309188842773438,0.1742839813232422,0.1785755157470703,0.17833709716796875,0.27251243591308594,0.54168701171875,0.16498565673828125,0.29158592224121094,0.3597736358642578,0.2524852752685547,0.3452301025390625,0.2803802490234375,0.21648406982421875,0.17070770263671875,0.1742839813232422,0.16045570373535156 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.18286705017089844,0.1804828643798828,0.179290771484375,0.1773834228515625,0.17499923706054688,0.17762184143066406,0.18930435180664062,0.18072128295898438,0.1761913299560547,0.1761913299560547,0.11587142944335938,0.10538101196289062,0.10514259338378906,0.10991096496582031,0.10418891906738281,0.3409385681152344,0.1773834228515625,0.1990795135498047,0.3802776336669922,0.2942085266113281 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,0.18072128295898438,0.18095970153808594,0.179290771484375,0.17642974853515625,0.1766681671142578,0.17571449279785156,0.1761913299560547,0.1723766326904297,0.1785755157470703,0.17595291137695312,0.2453327178955078,0.2415180206298828,0.24461746215820312,0.24271011352539062,0.23555755615234375,0.23293495178222656,0.24056434631347656,0.23293495178222656,0.2357959747314453,0.23698806762695312 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,True,0.18787384033203125,0.17786026000976562,0.4794597625732422,0.18906593322753906,0.1800060272216797,0.17905235290527344,0.18644332885742188,0.1838207244873047,0.19025802612304688,0.17690658569335938,0.10395050048828125,0.10156631469726562,0.10085105895996094,0.10180473327636719,0.10061264038085938,0.10085105895996094,0.10013580322265625,0.10037422180175781,0.09989738464355469,0.09989738464355469 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,False,0.1537799835205078,0.1537799835205078,0.15306472778320312,0.15211105346679688,0.15115737915039062,0.15091896057128906,0.15044212341308594,0.1499652862548828,0.1499652862548828,0.14925003051757812,0.09131431579589844,0.09465217590332031,0.09369850158691406,0.10418891906738281,0.09107589721679688,0.08869171142578125,0.10371208190917969,0.09965896606445312,0.11038780212402344,0.09393692016601562 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.14066696166992188,0.13947486877441406,0.1399517059326172,0.1373291015625,0.15687942504882812,0.14352798461914062,0.1392364501953125,0.13709068298339844,0.1361370086669922,0.13566017150878906,0.12111663818359375,0.10967254638671875,0.12564659118652344,0.09608268737792969,0.17714500427246094,0.31495094299316406,0.21457672119140625,0.19168853759765625,0.18024444580078125,0.3046989440917969 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,0.3383159637451172,0.32711029052734375,0.32782554626464844,0.32067298889160156,0.3190040588378906,0.3173351287841797,0.3147125244140625,0.3216266632080078,0.31876564025878906,0.38814544677734375,0.2453327178955078,0.09465217590332031,0.09465217590332031,0.09131431579589844,0.09107589721679688,0.09036064147949219,0.09369850158691406,0.08845329284667969,0.09036064147949219,0.087738037109375 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,True,0.30040740966796875,0.2765655517578125,0.24318695068359375,0.2143383026123047,0.5583763122558594,0.21696090698242188,0.20313262939453125,0.20456314086914062,0.20194053649902344,0.21839141845703125,0.12445449829101562,0.11968612670898438,0.11873245239257812,0.11730194091796875,0.12135505676269531,0.118255615234375,0.12111663818359375,0.11706352233886719,0.11801719665527344,0.12373924255371094 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,False,0.2090930938720703,0.1926422119140625,0.18906593322753906,0.18930435180664062,0.18835067749023438,0.1914501190185547,0.21004676818847656,0.1895427703857422,0.18644332885742188,0.1862049102783203,0.14662742614746094,0.14591217041015625,0.14662742614746094,0.14591217041015625,0.14638900756835938,0.14519691467285156,0.14781951904296875,0.1461505889892578,0.14662742614746094,0.14591217041015625 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.1800060272216797,0.17547607421875,0.1735687255859375,0.17309188842773438,0.17142295837402344,0.17309188842773438,0.1709461212158203,0.1704692840576172,0.17213821411132812,0.17762184143066406,0.1659393310546875,0.1475811004638672,0.14495849609375,0.20313262939453125,0.16117095947265625,0.13947486877441406,0.14090538024902344,0.14281272888183594,0.13828277587890625,0.1347064971923828 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,0.22220611572265625,0.20813941955566406,0.20742416381835938,0.20003318786621094,0.20360946655273438,0.20051002502441406,0.2009868621826172,0.2009868621826172,0.209808349609375,0.20623207092285156,0.14019012451171875,0.14090538024902344,0.14090538024902344,0.12636184692382812,0.14090538024902344,0.1544952392578125,0.15592575073242188,0.15020370483398438,0.1423358917236328,0.14138221740722656 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,True,0.15592575073242188,0.15115737915039062,0.15044212341308594,0.15020370483398438,0.148773193359375,0.15735626220703125,0.148773193359375,0.16045570373535156,0.1583099365234375,0.14925003051757812,0.09441375732421875,0.10251998901367188,0.09703636169433594,0.09179115295410156,0.09107589721679688,0.08869171142578125,0.0896453857421875,0.08916854858398438,0.08797645568847656,0.09059906005859375 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,False,0.16832351684570312,0.16880035400390625,0.16546249389648438,0.16570091247558594,0.16570091247558594,0.16427040100097656,0.1628398895263672,0.1609325408935547,0.16045570373535156,0.16045570373535156,0.1354217529296875,0.09822845458984375,0.09202957153320312,0.09059906005859375,0.09036064147949219,0.08988380432128906,0.08940696716308594,0.09465217590332031,0.09131431579589844,0.09083747863769531 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.19168853759765625,0.1900196075439453,0.19240379333496094,0.19049644470214844,0.1895427703857422,0.18858909606933594,0.1881122589111328,0.18668174743652344,0.18334388732910156,0.18739700317382812,0.09036064147949219,0.08821487426757812,0.091552734375,0.09036064147949219,0.08869171142578125,0.08869171142578125,0.08916854858398438,0.08845329284667969,0.08893013000488281,0.09131431579589844 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,0.18405914306640625,0.18072128295898438,0.17976760864257812,0.17833709716796875,0.1785755157470703,0.17452239990234375,0.18668174743652344,0.1804828643798828,0.17786026000976562,0.1780986785888672,0.09560585021972656,0.09298324584960938,0.11038780212402344,0.10967254638671875,0.09584426879882812,0.08988380432128906,0.09131431579589844,0.091552734375,0.09250640869140625,0.09274482727050781 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,True,0.18739700317382812,0.20432472229003906,0.18835067749023438,0.18310546875,0.18358230590820312,0.179290771484375,0.18095970153808594,0.18095970153808594,0.18930435180664062,0.1785755157470703,0.16617774963378906,0.16570091247558594,0.14400482177734375,0.1919269561767578,0.21791458129882812,0.18596649169921875,0.1761913299560547,0.179290771484375,0.17523765563964844,0.17380714416503906 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,False,0.22149085998535156,0.23102760314941406,0.22411346435546875,0.21719932556152344,0.2110004425048828,0.22459030151367188,0.21028518676757812,0.25343894958496094,0.2384185791015625,0.21767616271972656,0.1595020294189453,0.15687942504882812,0.15807151794433594,0.1552104949951172,0.15854835510253906,0.15473365783691406,0.15425682067871094,0.15306472778320312,0.156402587890625,0.15425682067871094 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.22149085998535156,0.5359649658203125,0.23031234741210938,0.22721290588378906,0.20003318786621094,0.21028518676757812,0.2048015594482422,0.2033710479736328,0.20432472229003906,0.1990795135498047,0.16760826110839844,0.1614093780517578,0.16117095947265625,0.15544891357421875,0.15401840209960938,0.18405914306640625,0.1614093780517578,0.15425682067871094,0.15926361083984375,0.4100799560546875 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,0.21219253540039062,0.19979476928710938,0.40841102600097656,0.2181529998779297,0.20623207092285156,0.24819374084472656,0.5524158477783203,0.4601478576660156,0.43582916259765625,0.42510032653808594,0.202178955078125,0.21147727966308594,0.1933574676513672,0.18835067749023438,0.18715858459472656,0.1876354217529297,0.18525123596191406,0.18715858459472656,0.22554397583007812,0.1971721649169922 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,True,0.1647472381591797,0.16307830810546875,0.16164779663085938,0.15878677368164062,0.1595020294189453,0.15878677368164062,0.16045570373535156,0.15854835510253906,0.15878677368164062,0.15926361083984375,0.09775161743164062,0.10180473327636719,0.10728836059570312,0.13184547424316406,0.2434253692626953,0.3657341003417969,0.22602081298828125,0.20456314086914062,0.2052783966064453,0.22339820861816406 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,False,0.1804828643798828,0.17976760864257812,0.18072128295898438,0.1800060272216797,0.18024444580078125,0.18072128295898438,0.179290771484375,0.1785755157470703,0.17714500427246094,0.1773834228515625,0.110626220703125,0.2155303955078125,0.21123886108398438,0.12183189392089844,0.11110305786132812,0.11014938354492188,0.110626220703125,0.11134147644042969,0.11157989501953125,0.11301040649414062 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.21338462829589844,0.20837783813476562,0.2071857452392578,0.24008750915527344,0.2124309539794922,0.20956993103027344,0.27060508728027344,0.2067089080810547,0.20360946655273438,0.2033710479736328,0.12278556823730469,0.1251697540283203,0.12874603271484375,0.1270771026611328,0.12683868408203125,0.12302398681640625,0.12564659118652344,0.1316070556640625,0.12922286987304688,0.18453598022460938 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,0.1964569091796875,0.20360946655273438,0.19121170043945312,0.18858909606933594,0.1895427703857422,0.19407272338867188,0.1881122589111328,0.18858909606933594,0.18978118896484375,0.18978118896484375,0.12922286987304688,0.1323223114013672,0.13113021850585938,0.12946128845214844,0.13303756713867188,0.12803077697753906,0.13256072998046875,0.12755393981933594,0.1285076141357422,0.13208389282226562 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,True,0.16260147094726562,0.15306472778320312,0.15211105346679688,0.15592575073242188,0.15592575073242188,0.1475811004638672,0.14734268188476562,0.16570091247558594,0.15020370483398438,0.1583099365234375,0.10323524475097656,0.10156631469726562,0.10132789611816406,0.10013580322265625,0.10085105895996094,0.09775161743164062,0.10228157043457031,0.10180473327636719,0.10132789611816406,0.09942054748535156 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,False,0.16021728515625,0.16617774963378906,0.15854835510253906,0.15497207641601562,0.22530555725097656,0.19884109497070312,0.15664100646972656,0.16832351684570312,0.15878677368164062,0.15616416931152344,0.24509429931640625,0.19598007202148438,0.18548965454101562,0.17905235290527344,0.18167495727539062,0.179290771484375,0.20384788513183594,0.18095970153808594,0.1766681671142578,0.17523765563964844 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.1704692840576172,0.16760826110839844,0.16808509826660156,0.1652240753173828,0.1666545867919922,0.1628398895263672,0.164031982421875,0.18787384033203125,0.16951560974121094,0.16689300537109375,0.11873245239257812,0.11706352233886719,0.12731552124023438,0.11420249938964844,0.11157989501953125,0.1125335693359375,0.11920928955078125,0.11730194091796875,0.11134147644042969,0.11348724365234375 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.1704692840576172,0.1671314239501953,0.16951560974121094,0.16617774963378906,0.1647472381591797,0.16570091247558594,0.16641616821289062,0.1647472381591797,0.16069412231445312,0.15807151794433594,0.1201629638671875,0.11420249938964844,0.11563301086425781,0.11348724365234375,0.11348724365234375,0.11181831359863281,0.11014938354492188,0.09679794311523438,0.11277198791503906,0.11157989501953125 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,True,0.15616416931152344,0.15354156494140625,0.15282630920410156,0.1518726348876953,0.16880035400390625,0.152587890625,0.15044212341308594,0.15020370483398438,0.14829635620117188,0.14925003051757812,0.12111663818359375,0.118255615234375,0.11658668518066406,0.11730194091796875,0.11515617370605469,0.11849403381347656,0.11610984802246094,0.11515617370605469,0.11515617370605469,0.11706352233886719 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,False,0.13589859008789062,0.1342296600341797,0.1327991485595703,0.1323223114013672,0.1304149627685547,0.14543533325195312,0.141143798828125,0.1308917999267578,0.12874603271484375,0.1277923583984375,0.10347366333007812,0.10156631469726562,0.102996826171875,0.10228157043457031,0.10156631469726562,0.10347366333007812,0.10347366333007812,0.10204315185546875,0.10275840759277344,0.10061264038085938 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.12874603271484375,0.3676414489746094,0.2772808074951172,0.1327991485595703,0.12803077697753906,0.1289844512939453,0.12731552124023438,0.12612342834472656,0.12445449829101562,0.1251697540283203,0.11086463928222656,0.11181831359863281,0.10895729064941406,0.10824203491210938,0.1952648162841797,0.3273487091064453,0.20575523376464844,0.1862049102783203,0.1804828643798828,0.1976490020751953 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.1385211944580078,0.1354217529296875,0.133514404296875,0.13566017150878906,0.1342296600341797,0.13518333435058594,0.1347064971923828,0.1342296600341797,0.13375282287597656,0.1347064971923828,0.087738037109375,0.08940696716308594,0.08845329284667969,0.08821487426757812,0.08749961853027344,0.09036064147949219,0.08940696716308594,0.08916854858398438,0.08988380432128906,0.08869171142578125 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,True,0.3025531768798828,0.20194053649902344,0.194549560546875,0.20360946655273438,0.16450881958007812,0.15997886657714844,0.156402587890625,0.1709461212158203,0.16045570373535156,0.1552104949951172,0.1366138458251953,0.1308917999267578,0.12922286987304688,0.13065338134765625,0.13184547424316406,0.1392364501953125,0.1518726348876953,0.125885009765625,0.12040138244628906,0.10561943054199219 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,False,0.26702880859375,0.2636909484863281,0.2830028533935547,0.2765655517578125,0.28514862060546875,0.202178955078125,0.1990795135498047,0.19669532775878906,0.19621849060058594,0.19407272338867188,0.11730194091796875,0.10156631469726562,0.11539459228515625,0.10371208190917969,0.10776519775390625,0.19359588623046875,0.3421306610107422,0.2570152282714844,0.23436546325683594,0.22101402282714844 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.32830238342285156,0.32520294189453125,0.3299713134765625,0.3266334533691406,0.32329559326171875,0.32258033752441406,0.32401084899902344,0.3190040588378906,0.3180503845214844,0.3192424774169922,0.23126602172851562,0.23865699768066406,0.2193450927734375,0.2067089080810547,0.2193450927734375,0.2002716064453125,0.22673606872558594,0.2505779266357422,0.23055076599121094,0.2219676971435547 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.16450881958007812,0.15997886657714844,0.16260147094726562,0.1609325408935547,0.15997886657714844,0.15926361083984375,0.1590251922607422,0.15854835510253906,0.16045570373535156,0.1583099365234375,0.09989738464355469,0.09703636169433594,0.11205673217773438,0.09369850158691406,0.33783912658691406,0.2727508544921875,0.21076202392578125,0.19860267639160156,0.22673606872558594,0.12445449829101562 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,True,0.3268718719482422,0.32258033752441406,0.3147125244140625,0.3075599670410156,0.3056526184082031,0.30732154846191406,0.30422210693359375,0.3077983856201172,0.3101825714111328,0.1609325408935547,0.12922286987304688,0.12946128845214844,0.13256072998046875,0.13017654418945312,0.12826919555664062,0.1285076141357422,0.1266002655029297,0.1285076141357422,0.12969970703125,0.1277923583984375 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,False,0.15687942504882812,0.396728515625,0.19550323486328125,0.1709461212158203,0.156402587890625,0.15211105346679688,0.15401840209960938,0.1494884490966797,0.15306472778320312,0.15115737915039062,0.10180473327636719,0.09894371032714844,0.09822845458984375,0.0972747802734375,0.09655952453613281,0.09799003601074219,0.09608268737792969,0.10323524475097656,0.07271766662597656,0.07462501525878906 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.17189979553222656,0.1685619354248047,0.16689300537109375,0.164031982421875,0.16498565673828125,0.16427040100097656,0.16450881958007812,0.18668174743652344,0.1685619354248047,0.1647472381591797,0.09274482727050781,0.09131431579589844,0.09298324584960938,0.09202957153320312,0.09012222290039062,0.09059906005859375,0.09012222290039062,0.08893013000488281,0.09107589721679688,0.08916854858398438 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.3032684326171875,0.29921531677246094,0.29540061950683594,0.31876564025878906,0.3173351287841797,0.31638145446777344,0.31447410583496094,0.3154277801513672,0.3325939178466797,0.3230571746826172,0.07843971252441406,0.07867813110351562,0.07867813110351562,0.07724761962890625,0.07677078247070312,0.07772445678710938,0.07748603820800781,0.07772445678710938,0.07557868957519531,0.07557868957519531 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,True,0.4451274871826172,0.3972053527832031,0.38909912109375,0.39124488830566406,0.40030479431152344,0.39005279541015625,0.3814697265625,0.3886222839355469,0.44083595275878906,0.3921985626220703,0.2224445343017578,0.21028518676757812,0.20551681518554688,0.20575523376464844,0.20194053649902344,0.20813941955566406,0.20194053649902344,0.20122528076171875,0.20313262939453125,0.19884109497070312 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,False,0.17762184143066406,0.17404556274414062,0.1735687255859375,0.1761913299560547,0.1709461212158203,0.1697540283203125,0.18262863159179688,0.1685619354248047,0.1678466796875,0.1671314239501953,0.24318695068359375,0.33855438232421875,0.34117698669433594,0.22792816162109375,0.20885467529296875,0.2014636993408203,0.2009868621826172,0.19979476928710938,0.1995563507080078,0.20194053649902344 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.1995563507080078,0.2033710479736328,0.1990795135498047,0.19431114196777344,0.19240379333496094,0.1919269561767578,0.17023086547851562,0.15473365783691406,0.15544891357421875,0.15425682067871094,0.37384033203125,0.2651214599609375,0.2532005310058594,0.22029876708984375,0.22673606872558594,0.22459030151367188,0.22220611572265625,0.21982192993164062,0.22363662719726562,0.2231597900390625 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.1811981201171875,0.17499923706054688,0.17571449279785156,0.1742839813232422,0.20599365234375,0.19359588623046875,0.20170211791992188,0.1678466796875,0.1747608184814453,0.1647472381591797,0.15807151794433594,0.11992454528808594,0.11587142944335938,0.152587890625,0.11324882507324219,0.13780593872070312,0.09322166442871094,0.09250640869140625,0.08869171142578125,0.11563301086425781 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,True,0.1289844512939453,0.1270771026611328,0.12612342834472656,0.12421607971191406,0.1251697540283203,0.12445449829101562,0.1251697540283203,0.1380443572998047,0.12636184692382812,0.1266002655029297,0.06604194641113281,0.15854835510253906,0.33354759216308594,0.20956993103027344,0.1881122589111328,0.1811981201171875,0.1747608184814453,0.156402587890625,0.07843971252441406,0.06961822509765625 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,False,0.14781951904296875,0.1461505889892578,0.15211105346679688,0.14543533325195312,0.14495849609375,0.1430511474609375,0.14352798461914062,0.14352798461914062,0.14138221740722656,0.1418590545654297,0.0858306884765625,0.06532669067382812,0.11658668518066406,0.06771087646484375,0.11920928955078125,0.14781951904296875,0.07200241088867188,0.10943412780761719,0.06985664367675781,0.10395050048828125 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.2422332763671875,0.23484230041503906,0.23174285888671875,0.23055076599121094,0.22840499877929688,0.22482872009277344,0.2219676971435547,0.22530555725097656,0.22363662719726562,0.2238750457763672,0.08749961853027344,0.08535385131835938,0.08749961853027344,0.08678436279296875,0.08940696716308594,0.06747245788574219,0.06771087646484375,0.06604194641113281,0.06699562072753906,0.06651878356933594 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.16927719116210938,0.1766681671142578,0.14781951904296875,0.1468658447265625,0.14400482177734375,0.14472007751464844,0.1437664031982422,0.14352798461914062,0.14328956604003906,0.1442432403564453,0.07867813110351562,0.0762939453125,0.07796287536621094,0.07677078247070312,0.07510185241699219,0.10418891906738281,0.35452842712402344,0.22077560424804688,0.1804828643798828,0.17023086547851562 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,True,0.15497207641601562,0.15211105346679688,0.1628398895263672,0.19025802612304688,0.2028942108154297,0.1995563507080078,0.17023086547851562,0.15854835510253906,0.156402587890625,0.1556873321533203,0.14710426330566406,0.10967254638671875,0.17142295837402344,0.26345252990722656,0.13494491577148438,0.1480579376220703,0.1289844512939453,0.13899803161621094,0.13113021850585938,0.12278556823730469 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,False,0.18310546875,0.20813941955566406,0.18835067749023438,0.18286705017089844,0.17595291137695312,0.17905235290527344,0.1850128173828125,0.17523765563964844,0.1850128173828125,0.1773834228515625,0.11730194091796875,0.1125335693359375,0.11420249938964844,0.11324882507324219,0.10991096496582031,0.3807544708251953,0.17499923706054688,0.3962516784667969,0.28228759765625,0.2396106719970703 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.30303001403808594,0.2925395965576172,0.32591819763183594,0.30612945556640625,0.293731689453125,0.2911090850830078,0.2980232238769531,0.2956390380859375,0.2818107604980469,0.3535747528076172,0.3597736358642578,0.3809928894042969,0.24318695068359375,0.2257823944091797,0.2162456512451172,0.21004676818847656,0.20933151245117188,0.20647048950195312,0.20813941955566406,0.20003318786621094 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,0.20122528076171875,0.19431114196777344,0.194549560546875,0.2052783966064453,0.2009868621826172,0.19359588623046875,0.1926422119140625,0.19121170043945312,0.18978118896484375,0.19049644470214844,0.133514404296875,0.12564659118652344,0.12683868408203125,0.12612342834472656,0.1277923583984375,0.12278556823730469,0.12540817260742188,0.12230873107910156,0.12564659118652344,0.12326240539550781 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,True,0.18072128295898438,0.17213821411132812,0.17070770263671875,0.16999244689941406,0.16951560974121094,0.16880035400390625,0.156402587890625,0.1385211944580078,0.13637542724609375,0.1354217529296875,0.08106231689453125,0.07891654968261719,0.07796287536621094,0.07748603820800781,0.07700920104980469,0.0762939453125,0.07581710815429688,0.0762939453125,0.07605552673339844,0.07486343383789062 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,False,0.3616809844970703,0.3535747528076172,0.3571510314941406,0.3714561462402344,0.3554821014404297,0.37288665771484375,0.36334991455078125,0.354766845703125,0.35309791564941406,0.35071372985839844,0.10085105895996094,0.09846687316894531,0.09584426879882812,0.09655952453613281,0.09822845458984375,0.09608268737792969,0.09512901306152344,0.0972747802734375,0.09632110595703125,0.09799003601074219 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.1537799835205078,0.15115737915039062,0.14972686767578125,0.14543533325195312,0.1442432403564453,0.1442432403564453,0.1442432403564453,0.14400482177734375,0.1430511474609375,0.14400482177734375,0.09679794311523438,0.09584426879882812,0.09608268737792969,0.09417533874511719,0.09465217590332031,0.09322166442871094,0.09441375732421875,0.09274482727050781,0.09298324584960938,0.09322166442871094 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,0.1652240753173828,0.16236305236816406,0.1614093780517578,0.16117095947265625,0.1614093780517578,0.16021728515625,0.15926361083984375,0.15974044799804688,0.15926361083984375,0.15926361083984375,0.09322166442871094,0.09322166442871094,0.09107589721679688,0.09226799011230469,0.09202957153320312,0.0896453857421875,0.09250640869140625,0.08916854858398438,0.09131431579589844,0.14543533325195312 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,True,0.18453598022460938,0.1704692840576172,0.1728534698486328,0.1704692840576172,0.17023086547851562,0.1678466796875,0.1685619354248047,0.16570091247558594,0.17952919006347656,0.16427040100097656,0.19288063049316406,0.1671314239501953,0.16427040100097656,0.23174285888671875,0.1888275146484375,0.18906593322753906,0.18262863159179688,0.18262863159179688,0.1838207244873047,0.18095970153808594 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,False,0.24366378784179688,0.23794174194335938,0.22649765014648438,0.225067138671875,0.22339820861816406,0.21910667419433594,0.22220611572265625,0.22172927856445312,0.21982192993164062,0.21719932556152344,0.20551681518554688,0.20122528076171875,0.20194053649902344,0.240325927734375,0.19693374633789062,0.20837783813476562,0.19741058349609375,0.20170211791992188,0.19669532775878906,0.202178955078125 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.19979476928710938,0.20003318786621094,0.19431114196777344,0.19025802612304688,0.18787384033203125,0.19097328186035156,0.20623207092285156,0.1938343048095703,0.1862049102783203,0.19311904907226562,0.17762184143066406,0.1766681671142578,0.17690658569335938,0.17905235290527344,0.1773834228515625,0.18072128295898438,0.1766681671142578,0.17905235290527344,0.17690658569335938,0.17523765563964844 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,0.2567768096923828,0.2567768096923828,0.2510547637939453,0.2491474151611328,0.2551078796386719,0.24652481079101562,0.25177001953125,0.24700164794921875,0.24700164794921875,0.24557113647460938,0.2231597900390625,0.2181529998779297,0.2601146697998047,0.25343894958496094,0.2467632293701172,0.25153160095214844,0.2472400665283203,0.2498626708984375,0.24318695068359375,0.24819374084472656 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,True,0.16927719116210938,0.16689300537109375,0.2353191375732422,0.1742839813232422,0.1628398895263672,0.16188621520996094,0.1609325408935547,0.16117095947265625,0.16188621520996094,0.1652240753173828,0.11038780212402344,0.10752677917480469,0.10776519775390625,0.10824203491210938,0.1087188720703125,0.10776519775390625,0.1068115234375,0.10633468627929688,0.10657310485839844,0.10824203491210938 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,False,0.20384788513183594,0.20241737365722656,0.20384788513183594,0.20432472229003906,0.20384788513183594,0.25916099548339844,0.2684593200683594,0.23984909057617188,0.4749298095703125,0.21696090698242188,0.17690658569335938,0.20933151245117188,0.1785755157470703,0.2028942108154297,0.19741058349609375,0.1952648162841797,0.19812583923339844,0.19788742065429688,0.19741058349609375,0.19288063049316406 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.17261505126953125,0.1690387725830078,0.16927719116210938,0.1690387725830078,0.1666545867919922,0.16832351684570312,0.16760826110839844,0.16641616821289062,0.1671314239501953,0.1671314239501953,0.16999244689941406,0.1652240753173828,0.16427040100097656,0.17070770263671875,0.16546249389648438,0.16570091247558594,0.20503997802734375,0.1270771026611328,0.1239776611328125,0.12612342834472656 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,0.2181529998779297,0.21505355834960938,0.21409988403320312,0.2124309539794922,0.20837783813476562,0.20599365234375,0.20384788513183594,0.20360946655273438,0.20313262939453125,0.20194053649902344,0.21696090698242188,0.19502639770507812,0.19049644470214844,0.18930435180664062,0.1895427703857422,0.19049644470214844,0.18978118896484375,0.18978118896484375,0.18930435180664062,0.19121170043945312 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,True,0.23555755615234375,0.22220611572265625,0.22792816162109375,0.2532005310058594,0.28634071350097656,0.2560615539550781,0.22792816162109375,0.2269744873046875,0.22149085998535156,0.2181529998779297,0.24008750915527344,0.4608631134033203,0.34546852111816406,0.4203319549560547,0.26035308837890625,0.24175643920898438,0.2589225769042969,0.24771690368652344,0.2453327178955078,0.2682209014892578 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,False,0.2601146697998047,0.25534629821777344,0.2529621124267578,0.2532005310058594,0.24580955505371094,0.26106834411621094,0.2543926239013672,0.25081634521484375,0.2548694610595703,0.2498626708984375,0.25725364685058594,0.25463104248046875,0.25773048400878906,0.25391578674316406,0.30422210693359375,0.25343894958496094,0.26154518127441406,0.25177001953125,0.2613067626953125,0.2613067626953125 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.2541542053222656,0.2541542053222656,0.2503395080566406,0.25463104248046875,0.2524852752685547,0.25200843811035156,0.2467632293701172,0.24962425231933594,0.24890899658203125,0.24938583374023438,0.2181529998779297,0.21576881408691406,0.21696090698242188,0.2155303955078125,0.21576881408691406,0.21696090698242188,0.2129077911376953,0.27751922607421875,0.217437744140625,0.21648406982421875 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,0.49996376037597656,0.24461746215820312,0.247955322265625,0.23865699768066406,0.2377033233642578,0.23603439331054688,0.23674964904785156,0.377655029296875,0.5862712860107422,0.5066394805908203,0.28514862060546875,0.2696514129638672,0.2872943878173828,0.2913475036621094,0.2872943878173828,0.28777122497558594,0.2884864807128906,0.2892017364501953,0.2846717834472656,0.28896331787109375 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,True,0.20766258239746094,0.2071857452392578,0.2067089080810547,0.20432472229003906,0.20432472229003906,0.20170211791992188,0.20194053649902344,0.28514862060546875,0.5393028259277344,0.43010711669921875,0.16617774963378906,0.1671314239501953,0.16736984252929688,0.1690387725830078,0.16808509826660156,0.16570091247558594,0.16641616821289062,0.16641616821289062,0.16641616821289062,0.16760826110839844 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,False,0.23794174194335938,0.24366378784179688,0.23865699768066406,0.23651123046875,0.25081634521484375,0.576019287109375,0.24247169494628906,0.23245811462402344,0.2300739288330078,0.2467632293701172,0.2307891845703125,0.2193450927734375,0.21576881408691406,0.2193450927734375,0.21696090698242188,0.213623046875,0.21576881408691406,0.2155303955078125,0.21386146545410156,0.2167224884033203 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.21576881408691406,0.21123886108398438,0.2040863037109375,0.20360946655273438,0.2009868621826172,0.20384788513183594,0.20551681518554688,0.2048015594482422,0.20313262939453125,0.21195411682128906,0.1709461212158203,0.1933574676513672,0.19216537475585938,0.18787384033203125,0.18715858459472656,0.1900196075439453,0.1590251922607422,0.18978118896484375,0.18858909606933594,0.18858909606933594 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,0.39958953857421875,0.42748451232910156,0.6346702575683594,0.39315223693847656,0.392913818359375,0.3924369812011719,0.3905296325683594,0.3910064697265625,0.4074573516845703,0.3917217254638672,0.1862049102783203,0.18525123596191406,0.18668174743652344,0.1862049102783203,0.18453598022460938,0.18548965454101562,0.18596649169921875,0.1857280731201172,0.18548965454101562,0.15091896057128906 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,True,0.6499290466308594,0.5164146423339844,0.27751922607421875,0.2560615539550781,0.2512931823730469,0.23245811462402344,0.23317337036132812,0.22983551025390625,0.23746490478515625,0.2346038818359375,0.2865791320800781,0.2853870391845703,0.2815723419189453,0.2815723419189453,0.2796649932861328,0.2970695495605469,0.26702880859375,0.28395652770996094,0.2765655517578125,0.2830028533935547 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,False,0.3101825714111328,0.54168701171875,0.29850006103515625,0.2942085266113281,0.27370452880859375,0.2727508544921875,0.27179718017578125,0.2696514129638672,0.2715587615966797,0.2772808074951172,0.2930164337158203,0.2799034118652344,0.2853870391845703,0.286102294921875,0.28324127197265625,0.27823448181152344,0.29087066650390625,0.270843505859375,0.2734661102294922,0.27251243591308594 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.27489662170410156,0.2703666687011719,0.28705596923828125,0.30541419982910156,0.2720355987548828,0.29778480529785156,0.2856254577636719,0.27561187744140625,0.2818107604980469,0.35071372985839844,0.33974647521972656,0.3566741943359375,0.34308433532714844,0.4227161407470703,0.35262107849121094,0.32329559326171875,0.3197193145751953,0.3292560577392578,0.30422210693359375,0.31828880310058594 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,0.28014183044433594,0.2868175506591797,0.27251243591308594,0.2675056457519531,0.26297569274902344,0.2593994140625,0.25844573974609375,0.25916099548339844,0.26106834411621094,0.2598762512207031,0.4172325134277344,0.43463706970214844,0.39887428283691406,0.5619525909423828,0.3514289855957031,0.37741661071777344,0.3604888916015625,0.36072731018066406,0.35452842712402344,0.35309791564941406 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,True,0.43129920959472656,0.4215240478515625,0.4107952117919922,0.4146099090576172,0.7200241088867188,0.49614906311035156,0.4448890686035156,0.43463706970214844,0.42176246643066406,0.4181861877441406,0.19550323486328125,0.1957416534423828,0.19288063049316406,0.19359588623046875,0.19407272338867188,0.20885467529296875,0.29850006103515625,0.25391578674316406,0.2052783966064453,0.2002716064453125 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,False,0.2624988555908203,0.2720355987548828,0.26535987854003906,0.2574920654296875,0.25534629821777344,0.25463104248046875,0.25653839111328125,0.2551078796386719,0.25200843811035156,0.2532005310058594,0.21338462829589844,0.3046989440917969,0.4138946533203125,0.19478797912597656,0.19407272338867188,0.2696514129638672,0.2491474151611328,0.3154277801513672,0.2636909484863281,0.25653839111328125 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.2624988555908203,0.2601146697998047,0.26106834411621094,0.25653839111328125,0.25653839111328125,0.25773048400878906,0.2570152282714844,0.2562999725341797,0.26035308837890625,0.2579689025878906,0.24175643920898438,0.2548694610595703,0.24771690368652344,0.24843215942382812,0.244140625,0.24700164794921875,0.2644062042236328,0.24175643920898438,0.24437904357910156,0.24557113647460938 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,0.26988983154296875,0.2651214599609375,0.25582313537597656,0.2467632293701172,0.244140625,0.24700164794921875,0.2467632293701172,0.2503395080566406,0.24580955505371094,0.2453327178955078,0.2014636993408203,0.20360946655273438,0.20313262939453125,0.20313262939453125,0.2033710479736328,0.20194053649902344,0.20122528076171875,0.20241737365722656,0.20599365234375,0.20599365234375 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,True,0.15616416931152344,0.15211105346679688,0.1506805419921875,0.14901161193847656,0.1499652862548828,0.15020370483398438,0.1513957977294922,0.15020370483398438,0.14901161193847656,0.14781951904296875,0.12683868408203125,0.11658668518066406,0.11968612670898438,0.11920928955078125,0.11992454528808594,0.11897087097167969,0.1163482666015625,0.11515617370605469,0.11301040649414062,0.11396408081054688 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,False,0.17404556274414062,0.17642974853515625,0.1742839813232422,0.1678466796875,0.17261505126953125,0.18286705017089844,0.1735687255859375,0.16689300537109375,0.16927719116210938,0.164031982421875,0.11563301086425781,0.118255615234375,0.11420249938964844,0.10561943054199219,0.10895729064941406,0.10728836059570312,0.110626220703125,0.11658668518066406,0.12636184692382812,0.10752677917480469 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.1556873321533203,0.15473365783691406,0.15306472778320312,0.14781951904296875,0.14853477478027344,0.15115737915039062,0.1499652862548828,0.14781951904296875,0.1614093780517578,0.15115737915039062,0.13113021850585938,0.12350082397460938,0.09512901306152344,0.09417533874511719,0.09441375732421875,0.09512901306152344,0.09489059448242188,0.091552734375,0.09298324584960938,0.09298324584960938 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.1761913299560547,0.1773834228515625,0.17523765563964844,0.16951560974121094,0.17189979553222656,0.1728534698486328,0.17261505126953125,0.17142295837402344,0.17142295837402344,0.1723766326904297,0.14019012451171875,0.12826919555664062,0.13327598571777344,0.3764629364013672,0.2849102020263672,0.2295970916748047,0.22673606872558594,0.2636909484863281,0.25653839111328125,0.22459030151367188 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,True,0.13184547424316406,0.1285076141357422,0.12803077697753906,0.12969970703125,0.1285076141357422,0.1266002655029297,0.1266002655029297,0.12445449829101562,0.12540817260742188,0.12564659118652344,0.08845329284667969,0.0858306884765625,0.087738037109375,0.08821487426757812,0.08678436279296875,0.08606910705566406,0.08726119995117188,0.08749961853027344,0.08630752563476562,0.08535385131835938 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,False,0.14925003051757812,0.1480579376220703,0.14591217041015625,0.14734268188476562,0.14638900756835938,0.14591217041015625,0.14591217041015625,0.14591217041015625,0.14472007751464844,0.14543533325195312,0.07891654968261719,0.1552104949951172,0.08988380432128906,0.07843971252441406,0.07653236389160156,0.07677078247070312,0.080108642578125,0.0762939453125,0.07510185241699219,0.07414817810058594 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.3399848937988281,0.3237724304199219,0.3247261047363281,0.31828880310058594,0.31757354736328125,0.31447410583496094,0.34546852111816406,0.3216266632080078,0.31828880310058594,0.3154277801513672,0.08344650268554688,0.08106231689453125,0.09274482727050781,0.08273124694824219,0.08034706115722656,0.07939338684082031,0.08082389831542969,0.07867813110351562,0.07987022399902344,0.08082389831542969 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.3693103790283203,0.3783702850341797,0.3719329833984375,0.3647804260253906,0.3616809844970703,0.362396240234375,0.3609657287597656,0.3600120544433594,0.3578662872314453,0.3581047058105469,0.09083747863769531,0.08463859558105469,0.08726119995117188,0.08630752563476562,0.08559226989746094,0.08630752563476562,0.08630752563476562,0.08320808410644531,0.087738037109375,0.08511543273925781 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,True,0.40340423583984375,0.377655029296875,0.3535747528076172,0.3440380096435547,0.34308433532714844,0.3349781036376953,0.33402442932128906,0.33593177795410156,0.33473968505859375,0.43964385986328125,0.3762245178222656,0.27108192443847656,0.2067089080810547,0.1964569091796875,0.19097328186035156,0.18787384033203125,0.18477439880371094,0.18405914306640625,0.18525123596191406,0.18310546875 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,False,0.186920166015625,0.19669532775878906,0.2014636993408203,0.1850128173828125,0.18358230590820312,0.1862049102783203,0.1862049102783203,0.18334388732910156,0.18334388732910156,0.20003318786621094,0.16927719116210938,0.19240379333496094,0.16117095947265625,0.15282630920410156,0.16021728515625,0.15854835510253906,0.15735626220703125,0.16069412231445312,0.15211105346679688,0.1544952392578125 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.37670135498046875,0.3719329833984375,0.36787986755371094,0.3666877746582031,0.3631114959716797,0.41985511779785156,0.3998279571533203,0.3733634948730469,0.3662109375,0.3650188446044922,0.23174285888671875,0.2110004425048828,0.21338462829589844,0.20051002502441406,0.19812583923339844,0.1971721649169922,0.20647048950195312,0.1995563507080078,0.1957416534423828,0.194549560546875 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.2009868621826172,0.1990795135498047,0.20170211791992188,0.19741058349609375,0.19931793212890625,0.19884109497070312,0.19884109497070312,0.1976490020751953,0.19884109497070312,0.19693374633789062,0.141143798828125,0.16832351684570312,0.1399517059326172,0.13518333435058594,0.10895729064941406,0.11324882507324219,0.15997886657714844,0.33354759216308594,0.23794174194335938,0.19979476928710938 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,True,0.13518333435058594,0.13446807861328125,0.13518333435058594,0.13303756713867188,0.1323223114013672,0.13113021850585938,0.1304149627685547,0.13208389282226562,0.13208389282226562,0.1316070556640625,0.08988380432128906,0.08726119995117188,0.08797645568847656,0.08702278137207031,0.08869171142578125,0.08749961853027344,0.08749961853027344,0.08511543273925781,0.087738037109375,0.08535385131835938 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,False,0.1678466796875,0.19240379333496094,0.16832351684570312,0.1628398895263672,0.16236305236816406,0.16164779663085938,0.1628398895263672,0.41675567626953125,0.1678466796875,0.16355514526367188,0.18358230590820312,0.19073486328125,0.17905235290527344,0.17142295837402344,0.18095970153808594,0.1761913299560547,0.17976760864257812,0.1728534698486328,0.19478797912597656,0.18405914306640625 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.15473365783691406,0.15354156494140625,0.14972686767578125,0.1506805419921875,0.14853477478027344,0.14901161193847656,0.14734268188476562,0.1480579376220703,0.2276897430419922,0.217437744140625,0.07700920104980469,0.07390975952148438,0.08606910705566406,0.08130073547363281,0.07367134094238281,0.07390975952148438,0.07343292236328125,0.0782012939453125,0.07367134094238281,0.07534027099609375 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.16236305236816406,0.1595020294189453,0.15735626220703125,0.1888275146484375,0.17595291137695312,0.16117095947265625,0.15735626220703125,0.1571178436279297,0.1552104949951172,0.1609325408935547,0.2262592315673828,0.2880096435546875,0.263214111328125,0.27251243591308594,0.35691261291503906,0.1685619354248047,0.1633167266845703,0.1595020294189453,0.16188621520996094,0.16021728515625 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,True,0.17523765563964844,0.1659393310546875,0.1761913299560547,0.16427040100097656,0.16260147094726562,0.16570091247558594,0.16236305236816406,0.15926361083984375,0.16188621520996094,0.16021728515625,0.13756752014160156,0.08845329284667969,0.08630752563476562,0.08344650268554688,0.08225440979003906,0.08511543273925781,0.0896453857421875,0.09775161743164062,0.07796287536621094,0.08487701416015625 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,False,0.26226043701171875,0.2124309539794922,0.20432472229003906,0.20432472229003906,0.19979476928710938,0.20575523376464844,0.19788742065429688,0.20503997802734375,0.19979476928710938,0.20551681518554688,0.17142295837402344,0.1671314239501953,0.16736984252929688,0.1685619354248047,0.16617774963378906,0.1652240753173828,0.171661376953125,0.1690387725830078,0.1678466796875,0.16546249389648438 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.2124309539794922,0.20837783813476562,0.2105236053466797,0.20837783813476562,0.2155303955078125,0.2071857452392578,0.2067089080810547,0.20623207092285156,0.20503997802734375,0.21386146545410156,0.11157989501953125,0.10275840759277344,0.10037422180175781,0.1277923583984375,0.10085105895996094,0.09846687316894531,0.10395050048828125,0.09489059448242188,0.10800361633300781,0.10061264038085938 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.23484230041503906,0.2319812774658203,0.23293495178222656,0.23508071899414062,0.23174285888671875,0.6384849548339844,0.484466552734375,0.46181678771972656,0.45228004455566406,0.6814002990722656,0.2684593200683594,0.3616809844970703,0.28133392333984375,0.26035308837890625,0.23651123046875,0.2224445343017578,0.21338462829589844,0.21529197692871094,0.2155303955078125,0.21266937255859375 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,True,0.1938343048095703,0.1862049102783203,0.1876354217529297,0.1823902130126953,0.1838207244873047,0.18286705017089844,0.18262863159179688,0.1823902130126953,0.18167495727539062,0.1804828643798828,0.3552436828613281,0.21505355834960938,0.18668174743652344,0.1823902130126953,0.1780986785888672,0.20360946655273438,0.15163421630859375,0.1266002655029297,0.12540817260742188,0.12540817260742188 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,False,0.17499923706054688,0.1735687255859375,0.17547607421875,0.1747608184814453,0.17380714416503906,0.1747608184814453,0.17499923706054688,0.17452239990234375,0.17380714416503906,0.17380714416503906,0.17714500427246094,0.17261505126953125,0.17023086547851562,0.15997886657714844,0.1614093780517578,0.16188621520996094,0.16021728515625,0.15854835510253906,0.16069412231445312,0.15878677368164062 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.19550323486328125,0.19216537475585938,0.19693374633789062,0.1678466796875,0.16689300537109375,0.1723766326904297,0.17380714416503906,0.16951560974121094,0.16736984252929688,0.16617774963378906,0.1289844512939453,0.141143798828125,0.1327991485595703,0.13184547424316406,0.13113021850585938,0.1354217529296875,0.12755393981933594,0.1289844512939453,0.13303756713867188,0.12683868408203125 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.1938343048095703,0.1926422119140625,0.19407272338867188,0.1895427703857422,0.1971721649169922,0.19407272338867188,0.19073486328125,0.19168853759765625,0.19121170043945312,0.19073486328125,0.13494491577148438,0.15234947204589844,0.12135505676269531,0.20647048950195312,0.13780593872070312,0.133514404296875,0.13518333435058594,0.13399124145507812,0.13399124145507812,0.1323223114013672 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,True,0.1709461212158203,0.16832351684570312,0.1666545867919922,0.1690387725830078,0.16689300537109375,0.1678466796875,0.17786026000976562,0.16736984252929688,0.16736984252929688,0.16760826110839844,0.14662742614746094,0.1323223114013672,0.13566017150878906,0.13971328735351562,0.14710426330566406,0.13375282287597656,0.13017654418945312,0.12421607971191406,0.13017654418945312,0.1277923583984375 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,False,0.21529197692871094,0.22363662719726562,0.21886825561523438,0.2129077911376953,0.21457672119140625,0.21409988403320312,0.2143383026123047,0.2117156982421875,0.21910667419433594,0.20837783813476562,0.19502639770507812,0.2052783966064453,0.1957416534423828,0.1964569091796875,0.1926422119140625,0.20051002502441406,0.19884109497070312,0.194549560546875,0.19788742065429688,0.19073486328125 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.21791458129882812,0.23055076599121094,0.23436546325683594,0.21886825561523438,0.217437744140625,0.20551681518554688,0.21028518676757812,0.2071857452392578,0.2186298370361328,0.20623207092285156,0.13065338134765625,0.12993812561035156,0.12922286987304688,0.1342296600341797,0.12993812561035156,0.12373924255371094,0.1671314239501953,0.1609325408935547,0.1423358917236328,0.14519691467285156 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,0.4329681396484375,0.4360675811767578,0.4248619079589844,0.4181861877441406,0.42700767517089844,0.4241466522216797,0.4165172576904297,0.4119873046875,0.40984153747558594,0.41031837463378906,0.28228759765625,0.25725364685058594,0.24962425231933594,0.24819374084472656,0.2429485321044922,0.24318695068359375,0.24390220642089844,0.24271011352539062,0.24056434631347656,0.3020763397216797 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,True,0.1697540283203125,0.1804828643798828,0.16450881958007812,0.1628398895263672,0.28014183044433594,0.5228519439697266,0.3848075866699219,0.3597736358642578,0.35572052001953125,0.3483295440673828,0.1125335693359375,0.110626220703125,0.10657310485839844,0.10824203491210938,0.2567768096923828,0.09942054748535156,0.09202957153320312,0.1277923583984375,0.10919570922851562,0.10752677917480469 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,False,0.19812583923339844,0.19788742065429688,0.19598007202148438,0.1995563507080078,0.19979476928710938,0.19621849060058594,0.19431114196777344,0.19478797912597656,0.19407272338867188,0.19216537475585938,0.1544952392578125,0.15306472778320312,0.15354156494140625,0.152587890625,0.1556873321533203,0.15592575073242188,0.15854835510253906,0.21982192993164062,0.4322528839111328,0.3113746643066406 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.3857612609863281,0.35381317138671875,0.5714893341064453,0.347137451171875,0.3440380096435547,0.34117698669433594,0.3421306610107422,0.33974647521972656,0.3387928009033203,0.3407001495361328,0.11968612670898438,0.12350082397460938,0.12040138244628906,0.1418590545654297,0.1201629638671875,0.1201629638671875,0.12183189392089844,0.1220703125,0.11801719665527344,0.1251697540283203 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,0.2987384796142578,0.29397010803222656,0.30803680419921875,0.30159950256347656,0.2894401550292969,0.2884864807128906,0.2865791320800781,0.2853870391845703,0.28514862060546875,0.30112266540527344,0.1850128173828125,0.17881393432617188,0.17070770263671875,0.17547607421875,0.17213821411132812,0.1735687255859375,0.171661376953125,0.1709461212158203,0.171661376953125,0.1678466796875 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,True,0.3952980041503906,0.6883144378662109,0.5159378051757812,0.4525184631347656,0.431060791015625,0.4520416259765625,0.4284381866455078,0.4165172576904297,0.41174888610839844,0.4100799560546875,0.2880096435546875,0.29778480529785156,0.2815723419189453,0.29921531677246094,0.2799034118652344,0.27632713317871094,0.27823448181152344,0.27942657470703125,0.28061866760253906,0.27871131896972656 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,False,0.2999305725097656,0.3046989440917969,0.29730796813964844,0.29349327087402344,0.2951622009277344,0.2951622009277344,0.2949237823486328,0.31638145446777344,0.31304359436035156,0.293731689453125,0.31375885009765625,0.3132820129394531,0.30875205993652344,0.30732154846191406,0.3097057342529297,0.3039836883544922,0.3039836883544922,0.30517578125,0.3044605255126953,0.30732154846191406 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.32830238342285156,0.2589225769042969,0.26416778564453125,0.29277801513671875,0.2646446228027344,0.2524852752685547,0.2503395080566406,0.25177001953125,0.2644062042236328,0.24843215942382812,0.27441978454589844,0.36644935607910156,0.27108192443847656,0.2617835998535156,0.2689361572265625,0.2753734588623047,0.2732276916503906,0.263214111328125,0.3056526184082031,0.2617835998535156 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,0.3535747528076172,0.3437995910644531,0.34165382385253906,0.33926963806152344,0.3476142883300781,0.3256797790527344,0.30350685119628906,0.47016143798828125,0.30875205993652344,0.30231475830078125,0.30684471130371094,0.3681182861328125,0.46515464782714844,0.3802776336669922,0.3521442413330078,0.3514289855957031,0.3600120544433594,0.3559589385986328,0.3571510314941406,0.3581047058105469 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,True,0.21839141845703125,0.21576881408691406,0.21338462829589844,0.21457672119140625,0.21028518676757812,0.209808349609375,0.2224445343017578,0.20742416381835938,0.20623207092285156,0.20623207092285156,0.3540515899658203,0.21910667419433594,0.18930435180664062,0.1823902130126953,0.1842975616455078,0.1823902130126953,0.1819133758544922,0.1800060272216797,0.1773834228515625,0.23126602172851562 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,False,0.28228759765625,0.2789497375488281,0.28133392333984375,0.2777576446533203,0.2808570861816406,0.2799034118652344,0.2772808074951172,0.27680397033691406,0.2815723419189453,0.31757354736328125,0.3249645233154297,0.43463706970214844,0.2357959747314453,0.2372264862060547,0.24938583374023438,0.23746490478515625,0.2338886260986328,0.23651123046875,0.23245811462402344,0.23317337036132812 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,0.2148151397705078,0.21076202392578125,0.2105236053466797,0.2105236053466797,0.209808349609375,0.209808349609375,0.2086162567138672,0.21028518676757812,0.20933151245117188,0.22172927856445312,0.1766681671142578,0.1761913299560547,0.17499923706054688,0.17595291137695312,0.17452239990234375,0.17499923706054688,0.1761913299560547,0.17547607421875,0.17523765563964844,0.1747608184814453 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,0.28896331787109375,0.2849102020263672,0.28777122497558594,0.2849102020263672,0.2815723419189453,0.2815723419189453,0.28204917907714844,0.2827644348144531,0.28014183044433594,0.2818107604980469,0.24628639221191406,0.244140625,0.24652481079101562,0.24962425231933594,0.2429485321044922,0.2548694610595703,0.2892017364501953,0.2970695495605469,0.23984909057617188,0.24199485778808594 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,True,0.29659271240234375,0.27179718017578125,0.2675056457519531,0.2675056457519531,0.26035308837890625,0.25844573974609375,0.26226043701171875,0.2665519714355469,0.2608299255371094,0.2598762512207031,0.4031658172607422,0.3540515899658203,0.35119056701660156,0.5526542663574219,0.3485679626464844,0.4096031188964844,0.34689903259277344,0.3349781036376953,0.3314018249511719,0.3695487976074219 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,False,0.35381317138671875,0.3523826599121094,0.35572052001953125,0.3631114959716797,0.3535747528076172,0.3502368927001953,0.34689903259277344,0.3485679626464844,0.34999847412109375,0.3464221954345703,0.37932395935058594,0.3750324249267578,0.36525726318359375,0.36978721618652344,0.4429817199707031,0.41794776916503906,0.37360191345214844,0.45180320739746094,0.3619194030761719,0.37217140197753906 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,0.2684593200683594,0.2663135528564453,0.2663135528564453,0.26988983154296875,0.270843505859375,0.26607513427734375,0.26488304138183594,0.26345252990722656,0.2655982971191406,0.26679039001464844,0.3352165222167969,0.32019615173339844,0.3209114074707031,0.3261566162109375,0.33020973205566406,0.3306865692138672,0.3345012664794922,0.331878662109375,0.3292560577392578,0.3249645233154297 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,0.3705024719238281,0.3528594970703125,0.35858154296875,0.3635883331298828,0.3788471221923828,0.3826618194580078,0.5290508270263672,0.3921985626220703,0.37360191345214844,0.3616809844970703,0.3826618194580078,0.3972053527832031,0.39458274841308594,0.4680156707763672,0.377655029296875,0.3757476806640625,0.3960132598876953,0.3783702850341797,0.3743171691894531,0.4570484161376953 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,True,0.26297569274902344,0.2574920654296875,0.2567768096923828,0.2560615539550781,0.2586841583251953,0.26702880859375,0.32973289489746094,0.6406307220458984,0.4973411560058594,0.5159378051757812,0.2760887145996094,0.28014183044433594,0.3466606140136719,0.3142356872558594,0.23317337036132812,0.2276897430419922,0.22554397583007812,0.24366378784179688,0.2911090850830078,0.36025047302246094 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,False,0.34427642822265625,0.339508056640625,0.3383159637451172,0.33926963806152344,0.339508056640625,0.3387928009033203,0.3457069396972656,0.3485679626464844,0.3428459167480469,0.3447532653808594,0.25844573974609375,0.2567768096923828,0.25963783264160156,0.2589225769042969,0.25725364685058594,0.2570152282714844,0.2548694610595703,0.2543926239013672,0.2655982971191406,0.2574920654296875 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,0.3058910369873047,0.30303001403808594,0.30231475830078125,0.301361083984375,0.3018379211425781,0.2999305725097656,0.3037452697753906,0.2980232238769531,0.2968311309814453,0.3020763397216797,0.22935867309570312,0.23055076599121094,0.22840499877929688,0.23031234741210938,0.22912025451660156,0.22721290588378906,0.22721290588378906,0.22840499877929688,0.22912025451660156,0.2288818359375 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,0.37932395935058594,0.37932395935058594,0.38623809814453125,0.3750324249267578,0.3821849822998047,0.34546852111816406,0.34356117248535156,0.34356117248535156,0.34236907958984375,0.3409385681152344,0.2894401550292969,0.28514862060546875,0.2887248992919922,0.28634071350097656,0.2875328063964844,0.3829002380371094,0.4191398620605469,0.3440380096435547,0.3371238708496094,0.3457069396972656 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,True,0.36644935607910156,0.3407001495361328,0.6077289581298828,0.34236907958984375,0.32806396484375,0.3261566162109375,0.3285408020019531,0.3254413604736328,0.3268718719482422,0.3230571746826172,0.39839744567871094,0.3845691680908203,0.39076805114746094,0.3886222839355469,0.3867149353027344,0.39196014404296875,0.3895759582519531,0.3867149353027344,0.3840923309326172,0.3857612609863281 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,False,0.3898143768310547,0.3917217254638672,0.4017353057861328,0.3933906555175781,0.3924369812011719,0.3941059112548828,0.4012584686279297,0.3941059112548828,0.3833770751953125,0.3898143768310547,0.4634857177734375,0.4742145538330078,0.48828125,0.48804283142089844,0.4677772521972656,0.46825408935546875,0.4665851593017578,0.4734992980957031,0.4749298095703125,0.5025863647460938 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,0.5602836608886719,0.5381107330322266,0.5338191986083984,0.5414485931396484,0.5323886871337891,0.5354881286621094,0.5319118499755859,0.5316734313964844,0.5276203155517578,0.5190372467041016,0.39839744567871094,0.39196014404296875,0.39696693420410156,0.48160552978515625,0.4220008850097656,0.4496574401855469,0.4661083221435547,0.4029273986816406,0.39267539978027344,0.3876686096191406 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,0.40984153747558594,0.40602684020996094,0.40459632873535156,0.40435791015625,0.4057884216308594,0.40650367736816406,0.40912628173828125,0.41556358337402344,0.40841102600097656,0.40435791015625,0.49948692321777344,0.47278404235839844,0.46563148498535156,0.48732757568359375,0.46443939208984375,0.4496574401855469,0.46825408935546875,0.4634857177734375,0.4665851593017578,0.4737377166748047 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,True,0.3173351287841797,0.31495094299316406,0.31375885009765625,0.31065940856933594,0.3094673156738281,0.3097057342529297,0.3116130828857422,0.31065940856933594,0.3120899200439453,0.31185150146484375,0.3247261047363281,0.3249645233154297,0.3292560577392578,0.3180503845214844,0.3147125244140625,0.3123283386230469,0.31447410583496094,0.31638145446777344,0.3139972686767578,0.31447410583496094 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,False,0.40721893310546875,0.4138946533203125,0.4487037658691406,0.41103363037109375,0.6840229034423828,0.40721893310546875,0.3972053527832031,0.3952980041503906,0.3979206085205078,0.3917217254638672,0.3139972686767578,0.30875205993652344,0.3085136413574219,0.3101825714111328,0.3097057342529297,0.308990478515625,0.30875205993652344,0.30803680419921875,0.30875205993652344,0.3809928894042969 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,0.36072731018066406,0.3552436828613281,0.3521442413330078,0.3535747528076172,0.3628730773925781,0.3571510314941406,0.34880638122558594,0.3504753112792969,0.35190582275390625,0.35071372985839844,0.3743171691894531,0.34117698669433594,0.2906322479248047,0.28967857360839844,0.2884864807128906,0.2887248992919922,0.2903938293457031,0.2880096435546875,0.316619873046875,0.3616809844970703 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,0.4189014434814453,0.4124641418457031,0.4096031188964844,0.3981590270996094,0.3952980041503906,0.4000663757324219,0.4172325134277344,0.4067420959472656,0.40149688720703125,0.4200935363769531,0.32830238342285156,0.33020973205566406,0.33283233642578125,0.324249267578125,0.32329559326171875,0.4420280456542969,0.3094673156738281,0.3113746643066406,0.31375885009765625,0.30922889709472656 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,True,0.22792816162109375,0.2079010009765625,0.2129077911376953,0.20313262939453125,0.20313262939453125,0.2033710479736328,0.2009868621826172,0.20360946655273438,0.20265579223632812,0.164031982421875,0.274658203125,0.24461746215820312,0.23102760314941406,0.23031234741210938,0.23031234741210938,0.22745132446289062,0.22554397583007812,0.3459453582763672,0.25200843811035156,0.2396106719970703 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,False,0.20003318786621094,0.1971721649169922,0.19741058349609375,0.194549560546875,0.1957416534423828,0.194549560546875,0.19598007202148438,0.19431114196777344,0.19621849060058594,0.1926422119140625,0.1938343048095703,0.18668174743652344,0.2090930938720703,0.2410411834716797,0.15425682067871094,0.20265579223632812,0.2200603485107422,0.16069412231445312,0.31065940856933594,0.2219676971435547 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.1842975616455078,0.2009868621826172,0.17189979553222656,0.1709461212158203,0.46062469482421875,0.1895427703857422,0.1735687255859375,0.16450881958007812,0.16021728515625,0.17714500427246094,0.10776519775390625,0.10418891906738281,0.10228157043457031,0.10395050048828125,0.10943412780761719,0.10013580322265625,0.10013580322265625,0.09703636169433594,0.09799003601074219,0.09965896606445312 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.41937828063964844,0.4811286926269531,0.41866302490234375,0.41103363037109375,0.41031837463378906,0.4076957702636719,0.4067420959472656,0.4074573516845703,0.40340423583984375,0.40268898010253906,0.18477439880371094,0.1819133758544922,0.18477439880371094,0.17976760864257812,0.18262863159179688,0.18095970153808594,0.18262863159179688,0.17952919006347656,0.17142295837402344,0.186920166015625 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,True,0.1361370086669922,0.13685226440429688,0.1342296600341797,0.133514404296875,0.1342296600341797,0.15044212341308594,0.1323223114013672,0.15044212341308594,0.13327598571777344,0.1304149627685547,0.19311904907226562,0.34618377685546875,0.2014636993408203,0.17690658569335938,0.1690387725830078,0.16880035400390625,0.17189979553222656,0.1697540283203125,0.3361701965332031,0.2582073211669922 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,False,0.42176246643066406,0.3883838653564453,0.39839744567871094,0.3750324249267578,0.3769397735595703,0.37097930908203125,0.6258487701416016,0.4105567932128906,0.4391670227050781,0.3693103790283203,0.1518726348876953,0.14662742614746094,0.1609325408935547,0.14257431030273438,0.14972686767578125,0.14901161193847656,0.1475811004638672,0.14925003051757812,0.148773193359375,0.14710426330566406 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.1404285430908203,0.14019012451171875,0.1399517059326172,0.1373291015625,0.1373291015625,0.13780593872070312,0.1537799835205078,0.13875961303710938,0.13637542724609375,0.1354217529296875,0.072479248046875,0.07414817810058594,0.07748603820800781,0.07343292236328125,0.07176399230957031,0.06961822509765625,0.0705718994140625,0.07176399230957031,0.0705718994140625,0.07033348083496094 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.385284423828125,0.3714561462402344,0.6978511810302734,0.5233287811279297,0.5102157592773438,0.49233436584472656,0.5104541778564453,0.3910064697265625,0.3745555877685547,0.3674030303955078,0.15306472778320312,0.15211105346679688,0.1251697540283203,0.15425682067871094,0.1533031463623047,0.152587890625,0.15211105346679688,0.1513957977294922,0.12922286987304688,0.15473365783691406 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,True,0.17452239990234375,0.17833709716796875,0.16999244689941406,0.1671314239501953,0.1666545867919922,0.16736984252929688,0.17189979553222656,0.1659393310546875,0.16641616821289062,0.17523765563964844,0.10442733764648438,0.11563301086425781,0.10061264038085938,0.09775161743164062,0.10132789611816406,0.10132789611816406,0.10275840759277344,0.10657310485839844,0.09131431579589844,0.0934600830078125 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,False,0.3116130828857422,0.28824806213378906,0.2834796905517578,0.2777576446533203,0.28967857360839844,0.27561187744140625,0.27561187744140625,0.27179718017578125,0.26726722717285156,0.2720355987548828,0.26726722717285156,0.2529621124267578,0.5121231079101562,0.2675056457519531,0.23245811462402344,0.30112266540527344,0.244140625,0.2067089080810547,0.20122528076171875,0.20170211791992188 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.1766681671142578,0.17380714416503906,0.17380714416503906,0.17261505126953125,0.1728534698486328,0.194549560546875,0.2079010009765625,0.17380714416503906,0.1761913299560547,0.17571449279785156,0.2853870391845703,0.22864341735839844,0.22220611572265625,0.21505355834960938,0.21600723266601562,0.19407272338867188,0.20003318786621094,0.18644332885742188,0.18453598022460938,0.1823902130126953 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.2574920654296875,0.24747848510742188,0.24080276489257812,0.23937225341796875,0.24747848510742188,0.24199485778808594,0.2353191375732422,0.2372264862060547,0.2346038818359375,0.24080276489257812,0.18215179443359375,0.17952919006347656,0.19097328186035156,0.17714500427246094,0.3705024719238281,0.3428459167480469,0.2617835998535156,0.25177001953125,0.20074844360351562,0.19407272338867188 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,True,0.1494884490966797,0.14829635620117188,0.1480579376220703,0.14662742614746094,0.14495849609375,0.16760826110839844,0.14901161193847656,0.1442432403564453,0.1468658447265625,0.14281272888183594,0.0934600830078125,0.09274482727050781,0.09322166442871094,0.09393692016601562,0.09369850158691406,0.0934600830078125,0.11777877807617188,0.09322166442871094,0.09298324584960938,0.09226799011230469 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,False,0.21910667419433594,0.2162456512451172,0.2129077911376953,0.213623046875,0.22220611572265625,0.22125244140625,0.21529197692871094,0.21529197692871094,0.2143383026123047,0.21338462829589844,0.17714500427246094,0.1761913299560547,0.17380714416503906,0.1761913299560547,0.1735687255859375,0.17380714416503906,0.17547607421875,0.18787384033203125,0.1766681671142578,0.17571449279785156 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.15735626220703125,0.1533031463623047,0.1533031463623047,0.15211105346679688,0.15234947204589844,0.15306472778320312,0.15234947204589844,0.15306472778320312,0.15044212341308594,0.1518726348876953,0.10800361633300781,0.10132789611816406,0.10132789611816406,0.10251998901367188,0.10228157043457031,0.10204315185546875,0.10156631469726562,0.10085105895996094,0.10561943054199219,0.10180473327636719 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.2315044403076172,0.23746490478515625,0.22292137145996094,0.225067138671875,0.2231597900390625,0.21839141845703125,0.21886825561523438,0.21648406982421875,0.21839141845703125,0.2193450927734375,0.1404285430908203,0.14138221740722656,0.13947486877441406,0.14090538024902344,0.14090538024902344,0.14090538024902344,0.141143798828125,0.1385211944580078,0.13828277587890625,0.14162063598632812 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,True,0.17333030700683594,0.17309188842773438,0.1723766326904297,0.1709461212158203,0.16880035400390625,0.19025802612304688,0.18167495727539062,0.16880035400390625,0.16641616821289062,0.17404556274414062,0.1385211944580078,0.1614093780517578,0.1308917999267578,0.14662742614746094,0.15783309936523438,0.13327598571777344,0.13303756713867188,0.16427040100097656,0.15807151794433594,0.1361370086669922 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,False,0.2510547637939453,0.2460479736328125,0.2486705780029297,0.24819374084472656,0.2453327178955078,0.24700164794921875,0.2541542053222656,0.24843215942382812,0.2460479736328125,0.247955322265625,0.25534629821777344,0.2548694610595703,0.26345252990722656,0.2796649932861328,0.27298927307128906,0.27823448181152344,0.2751350402832031,0.2944469451904297,0.278472900390625,0.27489662170410156 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.20432472229003906,0.19884109497070312,0.1919269561767578,0.18858909606933594,0.19550323486328125,0.1926422119140625,0.1895427703857422,0.19669532775878906,0.1881122589111328,0.1876354217529297,0.23555755615234375,0.2543926239013672,0.22339820861816406,0.15425682067871094,0.15926361083984375,0.1742839813232422,0.22101402282714844,0.17690658569335938,0.1742839813232422,0.17023086547851562 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.37407875061035156,0.36597251892089844,0.3616809844970703,0.34809112548828125,0.2892017364501953,0.2834796905517578,0.2841949462890625,0.2865791320800781,0.28014183044433594,0.28061866760253906,0.3228187561035156,0.3113746643066406,0.3209114074707031,0.3261566162109375,0.32782554626464844,0.2720355987548828,0.25844573974609375,0.2815723419189453,0.28586387634277344,0.29015541076660156 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,True,0.16880035400390625,0.1690387725830078,0.16379356384277344,0.16355514526367188,0.16164779663085938,0.16236305236816406,0.16069412231445312,0.16045570373535156,0.1614093780517578,0.1614093780517578,0.10275840759277344,0.10037422180175781,0.09822845458984375,0.09989738464355469,0.1010894775390625,0.10251998901367188,0.10180473327636719,0.10204315185546875,0.10037422180175781,0.10061264038085938 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,False,0.23651123046875,0.22649765014648438,0.24008750915527344,0.2288818359375,0.22101402282714844,0.23412704467773438,0.21791458129882812,0.22029876708984375,0.2200603485107422,0.21958351135253906,0.1850128173828125,0.18477439880371094,0.18715858459472656,0.1888275146484375,0.18596649169921875,0.18668174743652344,0.18668174743652344,0.1850128173828125,0.1881122589111328,0.18739700317382812 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.4000663757324219,0.3650188446044922,0.3566741943359375,0.3523826599121094,0.3516674041748047,0.34999847412109375,0.34928321838378906,0.3490447998046875,0.3476142883300781,0.34809112548828125,0.12540817260742188,0.10228157043457031,0.10085105895996094,0.10132789611816406,0.10061264038085938,0.09989738464355469,0.09894371032714844,0.09942054748535156,0.09989738464355469,0.10013580322265625 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.4258155822753906,0.4191398620605469,0.6020069122314453,0.44846534729003906,0.42629241943359375,0.4191398620605469,0.4150867462158203,0.41937828063964844,0.4069805145263672,0.4143714904785156,0.18978118896484375,0.1895427703857422,0.18644332885742188,0.1876354217529297,0.18596649169921875,0.186920166015625,0.2009868621826172,0.2415180206298828,0.23937225341796875,0.21457672119140625 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,True,0.20575523376464844,0.21719932556152344,0.20599365234375,0.20503997802734375,0.20933151245117188,0.20456314086914062,0.20384788513183594,0.20694732666015625,0.2384185791015625,0.20599365234375,0.2238750457763672,0.22459030151367188,0.2281665802001953,0.2269744873046875,0.2243518829345703,0.2238750457763672,0.2231597900390625,0.22530555725097656,0.22268295288085938,0.21910667419433594 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,False,0.3020763397216797,0.2853870391845703,0.2903938293457031,0.28228759765625,0.27871131896972656,0.2846717834472656,0.2913475036621094,0.2830028533935547,0.29540061950683594,0.6000995635986328,0.31447410583496094,0.3075599670410156,0.30922889709472656,0.3154277801513672,0.32067298889160156,0.3371238708496094,0.35858154296875,0.32973289489746094,0.3097057342529297,0.3085136413574219 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.2925395965576172,0.255584716796875,0.2541542053222656,0.2486705780029297,0.24771690368652344,0.2448558807373047,0.2460479736328125,0.24318695068359375,0.24390220642089844,0.21576881408691406,0.3070831298828125,0.4124641418457031,0.2613067626953125,0.2579689025878906,0.2315044403076172,0.22912025451660156,0.22411346435546875,0.2243518829345703,0.22530555725097656,0.2238750457763672 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,0.3113746643066406,0.3085136413574219,0.3044605255126953,0.3178119659423828,0.3056526184082031,0.31185150146484375,0.2853870391845703,0.28443336486816406,0.28896331787109375,0.28586387634277344,0.34546852111816406,0.29659271240234375,0.2989768981933594,0.2970695495605469,0.29921531677246094,0.29540061950683594,0.3058910369873047,0.29540061950683594,0.2942085266113281,0.2930164337158203 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,True,0.2014636993408203,0.1964569091796875,0.2048015594482422,0.2033710479736328,0.1971721649169922,0.194549560546875,0.2090930938720703,0.19216537475585938,0.19288063049316406,0.19359588623046875,0.17571449279785156,0.18072128295898438,0.18072128295898438,0.20122528076171875,0.18143653869628906,0.18906593322753906,0.2090930938720703,0.21004676818847656,0.3674030303955078,0.18334388732910156 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,False,0.3025531768798828,0.30112266540527344,0.30112266540527344,0.30040740966796875,0.301361083984375,0.3726482391357422,0.3864765167236328,0.29969215393066406,0.31256675720214844,0.3116130828857422,0.2224445343017578,0.22268295288085938,0.22268295288085938,0.2238750457763672,0.22125244140625,0.2231597900390625,0.22149085998535156,0.22363662719726562,0.24008750915527344,0.2219676971435547 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.21123886108398438,0.20575523376464844,0.5121231079101562,0.23317337036132812,0.217437744140625,0.20623207092285156,0.2086162567138672,0.20742416381835938,0.1919269561767578,0.19288063049316406,0.1709461212158203,0.16951560974121094,0.1735687255859375,0.1704692840576172,0.164031982421875,0.17261505126953125,0.1678466796875,0.16999244689941406,0.1678466796875,0.17118453979492188 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,0.2841949462890625,0.28133392333984375,0.28395652770996094,0.2796649932861328,0.28014183044433594,0.2837181091308594,0.2837181091308594,0.2980232238769531,0.2810955047607422,0.29087066650390625,0.2777576446533203,0.2694129943847656,0.2644062042236328,0.2765655517578125,0.270843505859375,0.2658367156982422,0.26154518127441406,0.26226043701171875,0.2605915069580078,0.2624988555908203 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,True,0.2536773681640625,0.2605915069580078,0.24747848510742188,0.2491474151611328,0.24557113647460938,0.24771690368652344,0.2541542053222656,0.263214111328125,0.24843215942382812,0.2448558807373047,0.3726482391357422,0.4265308380126953,0.4837512969970703,0.6575584411621094,0.39196014404296875,0.354766845703125,0.35309791564941406,0.41294097900390625,0.3509521484375,0.4451274871826172 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,False,0.3914833068847656,0.3943443298339844,0.3895759582519531,0.3914833068847656,0.3917217254638672,0.40149688720703125,0.39958953857421875,0.3955364227294922,0.3952980041503906,0.3986358642578125,0.45371055603027344,0.4398822784423828,0.4372596740722656,0.4363059997558594,0.44155120849609375,0.43964385986328125,0.43582916259765625,0.4363059997558594,0.43272972106933594,0.4367828369140625 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,0.2503395080566406,0.2510547637939453,0.2434253692626953,0.24747848510742188,0.24318695068359375,0.24437904357910156,0.2434253692626953,0.24318695068359375,0.2422332763671875,0.24056434631347656,0.3647804260253906,0.35881996154785156,0.3561973571777344,0.3554821014404297,0.3509521484375,0.35452842712402344,0.35309791564941406,0.3528594970703125,0.3497600555419922,0.3509521484375 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,0.4639625549316406,0.4572868347167969,0.4591941833496094,0.4570484161376953,0.4584789276123047,0.4436969757080078,0.4200935363769531,0.41222572326660156,0.41604042053222656,0.41365623474121094,0.4661083221435547,0.4603862762451172,0.47135353088378906,0.46253204345703125,0.4622936248779297,0.4534721374511719,0.4534721374511719,0.47135353088378906,0.49376487731933594,0.4551410675048828 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,True,0.3066062927246094,0.2951622009277344,0.29659271240234375,0.29349327087402344,0.2918243408203125,0.2925395965576172,0.2911090850830078,0.28777122497558594,0.29015541076660156,0.2894401550292969,0.3097057342529297,0.30732154846191406,0.30541419982910156,0.2396106719970703,0.2377033233642578,0.2384185791015625,0.2377033233642578,0.3032684326171875,0.25963783264160156,0.24437904357910156 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,False,0.3948211669921875,0.39649009704589844,0.3993511199951172,0.3921985626220703,0.38933753967285156,0.39577484130859375,0.3941059112548828,0.3933906555175781,0.39196014404296875,0.3910064697265625,0.34999847412109375,0.32591819763183594,0.3459453582763672,0.40841102600097656,0.33473968505859375,0.3311634063720703,0.3266334533691406,0.3268718719482422,0.3266334533691406,0.32448768615722656 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,0.3027915954589844,0.5624294281005859,0.3147125244140625,0.30112266540527344,0.2994537353515625,0.3077983856201172,0.3063678741455078,0.31375885009765625,0.3032684326171875,0.2865791320800781,0.31495094299316406,0.3116130828857422,0.3592967987060547,0.3867149353027344,0.3674030303955078,0.3342628479003906,0.6418228149414062,0.3151893615722656,0.3082752227783203,0.30612945556640625 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,0.5953311920166016,0.5900859832763672,0.6489753723144531,0.5905628204345703,0.5826950073242188,0.5834102630615234,0.6060600280761719,0.5812644958496094,0.5807876586914062,0.5829334259033203,0.38361549377441406,0.36978721618652344,0.36907196044921875,0.3819465637207031,0.38313865661621094,0.41174888610839844,0.3826618194580078,0.37932395935058594,0.3829002380371094,0.38123130798339844 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,True,0.4017353057861328,0.3981590270996094,0.4010200500488281,0.3941059112548828,0.3936290740966797,0.48279762268066406,0.4191398620605469,0.43964385986328125,0.44226646423339844,0.6768703460693359,0.5331039428710938,0.5130767822265625,0.5140304565429688,0.5204677581787109,0.5130767822265625,0.5147457122802734,0.5297660827636719,0.5207061767578125,0.5137920379638672,0.5135536193847656 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,False,0.5393028259277344,0.537872314453125,0.5624294281005859,0.5500316619873047,0.5362033843994141,0.5354881286621094,0.5335807800292969,0.5328655242919922,0.5362033843994141,0.54168701171875,0.865936279296875,0.7545948028564453,0.7426738739013672,0.7414817810058594,0.8592605590820312,0.7917881011962891,0.8935928344726562,0.7958412170410156,0.7410049438476562,0.6725788116455078 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,0.3962516784667969,0.3955364227294922,0.3914833068847656,0.39005279541015625,0.3941059112548828,0.3790855407714844,0.3781318664550781,0.3826618194580078,0.3807544708251953,0.37789344787597656,0.5152225494384766,0.5135536193847656,0.7030963897705078,0.5273818969726562,0.5278587341308594,0.5092620849609375,0.5698204040527344,0.5311965942382812,0.5576610565185547,0.5595684051513672 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,0.5171298980712891,0.5090236663818359,0.5042552947998047,0.5011558532714844,0.49996376037597656,0.5004405975341797,0.5006790161132812,0.4951953887939453,0.522613525390625,0.49877166748046875,0.5705356597900391,0.5636215209960938,0.5581378936767578,0.5574226379394531,0.5645751953125,0.5550384521484375,0.5581378936767578,0.5598068237304688,0.5671977996826172,0.5617141723632812 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,True,0.4191398620605469,0.4298686981201172,0.4177093505859375,0.4172325134277344,0.4184246063232422,0.4143714904785156,0.4115104675292969,0.4150867462158203,0.4134178161621094,0.4131793975830078,0.3807544708251953,0.3826618194580078,0.3845691680908203,0.3826618194580078,0.3781318664550781,0.3743171691894531,0.37407875061035156,0.37550926208496094,0.37360191345214844,0.3719329833984375 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,False,0.6170272827148438,0.5490779876708984,0.5517005920410156,0.5490779876708984,0.7607936859130859,0.8635520935058594,0.7803440093994141,0.7755756378173828,0.7479190826416016,0.7569789886474609,0.4773139953613281,0.476837158203125,0.4794597625732422,0.4820823669433594,0.4787445068359375,0.5037784576416016,0.4851818084716797,0.5123615264892578,0.5800724029541016,0.5404949188232422 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,0.42128562927246094,0.40984153747558594,0.40459632873535156,0.4019737243652344,0.40268898010253906,0.4031658172607422,0.4031658172607422,0.40531158447265625,0.4017353057861328,0.4203319549560547,0.4887580871582031,0.40411949157714844,0.3764629364013672,0.36978721618652344,0.3681182861328125,0.40078163146972656,0.5853176116943359,0.3662109375,0.3681182861328125,0.3662109375 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,0.8070468902587891,0.789642333984375,0.7791519165039062,0.7271766662597656,0.7772445678710938,0.7748603820800781,0.7755756378173828,0.7641315460205078,0.7109642028808594,0.7727146148681641,0.4444122314453125,0.49948692321777344,0.5419254302978516,0.4820823669433594,0.4718303680419922,0.47016143798828125,0.48661231994628906,0.484466552734375,0.49591064453125,0.5216598510742188 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,True,0.5037784576416016,0.5016326904296875,0.49948692321777344,0.492095947265625,0.4940032958984375,0.49233436584472656,0.4913806915283203,0.48923492431640625,0.4909038543701172,0.4951953887939453,0.7026195526123047,0.7121562957763672,0.7064342498779297,0.7140636444091797,0.6897449493408203,0.6625652313232422,0.7374286651611328,0.6937980651855469,0.6334781646728516,0.6351470947265625 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,False,0.7488727569580078,0.8449554443359375,1.142263412475586,0.8225440979003906,0.7009506225585938,0.6654262542724609,0.6403923034667969,0.6618499755859375,0.6349086761474609,0.6253719329833984,0.8854866027832031,0.8869171142578125,0.9589195251464844,0.8842945098876953,0.8389949798583984,0.9062290191650391,0.7722377777099609,0.8826255798339844,0.9317398071289062,0.8513927459716797 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,0.5183219909667969,0.6203651428222656,0.8831024169921875,0.8823871612548828,0.7994174957275391,0.7424354553222656,0.7395744323730469,0.7374286651611328,0.7255077362060547,0.7205009460449219,0.6902217864990234,0.7252693176269531,0.6973743438720703,0.6964206695556641,0.6892681121826172,0.6489753723144531,0.6418228149414062,0.6470680236816406,0.6380081176757812,0.6692409515380859 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,0.8454322814941406,0.7524490356445312,0.7414817810058594,0.7476806640625,0.6568431854248047,0.6337165832519531,0.6999969482421875,0.6611347198486328,0.6544589996337891,0.6256103515625,0.7028579711914062,0.7195472717285156,0.7760524749755859,0.7684230804443359,0.8037090301513672,0.7789134979248047,0.7550716400146484,0.7915496826171875,0.8258819580078125,0.9524822235107422 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,True,0.5097389221191406,0.5075931549072266,0.5075931549072266,0.5178451538085938,0.5173683166503906,0.5052089691162109,0.5004405975341797,0.5095005035400391,0.5078315734863281,0.5061626434326172,0.518798828125,0.49948692321777344,0.5061626434326172,0.5161762237548828,0.5168914794921875,0.5087852478027344,0.5033016204833984,0.5993843078613281,0.5118846893310547,0.5161762237548828 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,False,0.6208419799804688,0.6234645843505859,0.6258487701416016,0.6129741668701172,0.6358623504638672,0.6244182586669922,0.8966922760009766,0.6296634674072266,0.6234645843505859,0.6167888641357422,0.5702972412109375,0.5536079406738281,0.57220458984375,0.5245208740234375,0.52642822265625,0.5233287811279297,0.5233287811279297,0.530242919921875,0.5476474761962891,0.5843639373779297 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,0.5295276641845703,0.5257129669189453,0.5273818969726562,0.5586147308349609,0.5340576171875,0.5271434783935547,0.52642822265625,0.5238056182861328,0.5242824554443359,0.5247592926025391,0.48613548278808594,0.5233287811279297,0.5328655242919922,0.5457401275634766,0.5166530609130859,0.4754066467285156,0.476837158203125,0.4680156707763672,0.5049705505371094,0.5357265472412109 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,0.6723403930664062,0.6344318389892578,0.6208419799804688,0.8285045623779297,0.9326934814453125,0.8571147918701172,0.8471012115478516,0.8380413055419922,0.8339881896972656,0.8304119110107422,0.60272216796875,0.6186962127685547,0.614166259765625,0.5908012390136719,0.5996227264404297,0.6413459777832031,0.7238388061523438,0.5807876586914062,0.6163120269775391,0.5991458892822266 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,True,0.21648406982421875,0.19812583923339844,0.20122528076171875,0.1976490020751953,0.19359588623046875,0.1983642578125,0.4971027374267578,0.2181529998779297,0.20313262939453125,0.1990795135498047,0.14162063598632812,0.13756752014160156,0.14853477478027344,0.14138221740722656,0.1323223114013672,0.13756752014160156,0.13113021850585938,0.13637542724609375,0.13065338134765625,0.15234947204589844 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,False,0.2834796905517578,0.28204917907714844,0.28443336486816406,0.2875328063964844,0.2846717834472656,0.2892017364501953,0.9636878967285156,0.5757808685302734,0.5035400390625,0.4863739013671875,0.2753734588623047,0.2734661102294922,0.31304359436035156,0.2887248992919922,0.2739429473876953,0.26917457580566406,0.2684593200683594,0.26798248291015625,0.26798248291015625,0.2601146697998047 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.2262592315673828,0.21839141845703125,0.21982192993164062,0.2167224884033203,0.21457672119140625,0.21457672119140625,0.21386146545410156,0.2155303955078125,0.21314620971679688,0.2181529998779297,0.2779960632324219,0.2856254577636719,0.26869773864746094,0.2675056457519531,0.26416778564453125,0.2567768096923828,0.2696514129638672,0.2694129943847656,0.2720355987548828,0.2722740173339844 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.40841102600097656,0.40531158447265625,0.48995018005371094,0.4749298095703125,0.49948692321777344,0.48542022705078125,0.4825592041015625,0.4711151123046875,0.46825408935546875,0.4677772521972656,0.3046989440917969,0.2970695495605469,0.4532337188720703,0.27632713317871094,0.2689361572265625,0.26416778564453125,0.26345252990722656,0.2601146697998047,0.2593994140625,0.3960132598876953 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,True,0.16617774963378906,0.16427040100097656,0.1652240753173828,0.2315044403076172,0.16427040100097656,0.1595020294189453,0.16188621520996094,0.16045570373535156,0.15997886657714844,0.16236305236816406,0.09870529174804688,0.09942054748535156,0.10132789611816406,0.0972747802734375,0.09560585021972656,0.09655952453613281,0.09775161743164062,0.09679794311523438,0.09441375732421875,0.09584426879882812 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,False,0.26297569274902344,0.2593994140625,0.2608299255371094,0.2589225769042969,0.2589225769042969,0.2582073211669922,0.2560615539550781,0.2562999725341797,0.2589225769042969,0.2582073211669922,0.23674964904785156,0.23746490478515625,0.23818016052246094,0.2396106719970703,0.23818016052246094,0.23627281188964844,0.32973289489746094,0.2396106719970703,0.23508071899414062,0.23746490478515625 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.21338462829589844,0.2090930938720703,0.20766258239746094,0.20503997802734375,0.2009868621826172,0.20694732666015625,0.2048015594482422,0.20265579223632812,0.2143383026123047,0.20837783813476562,0.08916854858398438,0.0858306884765625,0.08463859558105469,0.08535385131835938,0.08225440979003906,0.08153915405273438,0.08249282836914062,0.08130073547363281,0.080108642578125,0.08130073547363281 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.2949237823486328,0.29540061950683594,0.29349327087402344,0.29349327087402344,0.3046989440917969,0.2949237823486328,0.2903938293457031,0.2887248992919922,0.2892017364501953,0.2884864807128906,0.22840499877929688,0.23031234741210938,0.225067138671875,0.22482872009277344,0.22339820861816406,0.22482872009277344,0.2238750457763672,0.2281665802001953,0.24390220642089844,0.23818016052246094 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,True,0.21028518676757812,0.20694732666015625,0.202178955078125,0.20265579223632812,0.20170211791992188,0.2009868621826172,0.2205371856689453,0.25916099548339844,0.21195411682128906,0.20885467529296875,0.17881393432617188,0.17952919006347656,0.17762184143066406,0.1704692840576172,0.15211105346679688,0.1513957977294922,0.14925003051757812,0.15163421630859375,0.15091896057128906,0.15163421630859375 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,False,0.3600120544433594,0.3604888916015625,0.3542900085449219,0.35691261291503906,0.35953521728515625,0.3578662872314453,0.35381317138671875,0.3528594970703125,0.35953521728515625,0.35858154296875,0.3371238708496094,0.34165382385253906,0.3426074981689453,0.33593177795410156,0.331878662109375,0.331878662109375,0.3733634948730469,0.3376007080078125,0.3323554992675781,0.33164024353027344 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.23746490478515625,0.2009868621826172,0.19931793212890625,0.19598007202148438,0.22220611572265625,0.1881122589111328,0.1876354217529297,0.18525123596191406,0.18906593322753906,0.20837783813476562,0.17714500427246094,0.2315044403076172,0.3457069396972656,0.2460479736328125,0.22411346435546875,0.21314620971679688,0.29087066650390625,0.2238750457763672,0.21529197692871094,0.2090930938720703 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,0.5326271057128906,0.5068778991699219,0.5004405975341797,0.5033016204833984,0.8099079132080078,0.499725341796875,0.4696846008300781,0.5984306335449219,0.6096363067626953,0.5283355712890625,0.3292560577392578,0.49614906311035156,0.3421306610107422,0.2810955047607422,0.2760887145996094,0.2734661102294922,0.2696514129638672,0.3325939178466797,0.29349327087402344,0.2803802490234375 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,True,0.186920166015625,0.18477439880371094,0.18644332885742188,0.1800060272216797,0.1819133758544922,0.17976760864257812,0.1811981201171875,0.32258033752441406,0.5540847778320312,0.4241466522216797,0.1342296600341797,0.2391338348388672,0.3533363342285156,0.2181529998779297,0.1895427703857422,0.25153160095214844,0.29754638671875,0.20051002502441406,0.17786026000976562,0.1647472381591797 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,False,0.33736228942871094,0.3223419189453125,0.31948089599609375,0.3173351287841797,0.316619873046875,0.3192424774169922,0.3185272216796875,0.3180503845214844,0.31828880310058594,0.31948089599609375,0.3497600555419922,0.34236907958984375,0.3514289855957031,0.34117698669433594,0.34046173095703125,0.33736228942871094,0.33855438232421875,0.3402233123779297,0.3426074981689453,0.3619194030761719 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.18024444580078125,0.18906593322753906,0.186920166015625,0.1804828643798828,0.18143653869628906,0.17952919006347656,0.19407272338867188,0.18358230590820312,0.18024444580078125,0.18215179443359375,0.1811981201171875,0.1785755157470703,0.18095970153808594,0.18787384033203125,0.17905235290527344,0.17714500427246094,0.1761913299560547,0.17642974853515625,0.17833709716796875,0.18310546875 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,0.27680397033691406,0.2739429473876953,0.28133392333984375,0.27632713317871094,0.2593994140625,0.26035308837890625,0.25844573974609375,0.26035308837890625,0.25725364685058594,0.2636909484863281,0.22411346435546875,0.2224445343017578,0.22459030151367188,0.22530555725097656,0.22339820861816406,0.22411346435546875,0.22459030151367188,0.2300739288330078,0.23484230041503906,0.23555755615234375 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,True,0.21028518676757812,0.20456314086914062,0.20647048950195312,0.20456314086914062,0.23603439331054688,0.2110004425048828,0.20623207092285156,0.2048015594482422,0.20694732666015625,0.2040863037109375,0.2579689025878906,0.2696514129638672,0.26726722717285156,0.26679039001464844,0.2617835998535156,0.2434253692626953,0.2396106719970703,0.24938583374023438,0.2460479736328125,0.3218650817871094 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,False,0.4088878631591797,0.4050731658935547,0.40602684020996094,0.4031658172607422,0.4131793975830078,0.40340423583984375,0.40841102600097656,0.3974437713623047,0.4012584686279297,0.3981590270996094,0.4093647003173828,0.4360675811767578,0.6222724914550781,0.5114078521728516,0.5631446838378906,0.4570484161376953,0.41031837463378906,0.4119873046875,0.4220008850097656,0.40078163146972656 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.20956993103027344,0.2193450927734375,0.2086162567138672,0.20503997802734375,0.20599365234375,0.2048015594482422,0.2090930938720703,0.2384185791015625,0.24080276489257812,0.21219253540039062,0.23126602172851562,0.23126602172851562,0.2334117889404297,0.22840499877929688,0.2281665802001953,0.23055076599121094,0.2472400665283203,0.23794174194335938,0.22935867309570312,0.23031234741210938 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,0.39124488830566406,0.3979206085205078,0.3833770751953125,0.44226646423339844,0.83160400390625,0.7085800170898438,0.8137226104736328,0.6058216094970703,0.5939006805419922,0.5853176116943359,0.40149688720703125,0.4220008850097656,0.3886222839355469,0.39196014404296875,0.39124488830566406,0.3943443298339844,0.3914833068847656,0.3905296325683594,0.3955364227294922,0.3979206085205078 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,True,0.21314620971679688,0.2110004425048828,0.20885467529296875,0.20647048950195312,0.20599365234375,0.20432472229003906,0.20503997802734375,0.2040863037109375,0.2048015594482422,0.20384788513183594,0.2956390380859375,0.1811981201171875,0.20766258239746094,0.19812583923339844,0.19669532775878906,0.18835067749023438,0.18739700317382812,0.18715858459472656,0.18787384033203125,0.16427040100097656 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,False,0.37288665771484375,0.38313865661621094,0.3829002380371094,0.3840923309326172,0.39577484130859375,0.37741661071777344,0.3883838653564453,0.37741661071777344,0.6706714630126953,0.38743019104003906,0.3390312194824219,0.3349781036376953,0.33473968505859375,0.3542900085449219,0.3402233123779297,0.3380775451660156,0.34356117248535156,0.33974647521972656,0.4429817199707031,0.5958080291748047 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,0.25153160095214844,0.24747848510742188,0.24700164794921875,0.24390220642089844,0.2460479736328125,0.24175643920898438,0.2422332763671875,0.24318695068359375,0.24175643920898438,0.2415180206298828,0.17309188842773438,0.17309188842773438,0.17309188842773438,0.17213821411132812,0.1747608184814453,0.17261505126953125,0.17261505126953125,0.1742839813232422,0.17833709716796875,0.15664100646972656 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,0.6568431854248047,0.3826618194580078,0.37217140197753906,0.36644935607910156,0.3635883331298828,0.3643035888671875,0.3619194030761719,0.3631114959716797,0.36215782165527344,0.3609657287597656,0.3364086151123047,0.3352165222167969,0.3352165222167969,0.3342628479003906,0.33354759216308594,0.33593177795410156,0.33283233642578125,0.3330707550048828,0.354766845703125,0.33736228942871094 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,True,0.2644062042236328,0.27370452880859375,0.25081634521484375,0.24437904357910156,0.24366378784179688,0.24175643920898438,0.2346038818359375,0.23794174194335938,0.23698806762695312,0.2524852752685547,0.3566741943359375,0.34880638122558594,0.3459453582763672,0.34236907958984375,0.34332275390625,0.34689903259277344,0.34999847412109375,0.35643577575683594,0.3476142883300781,0.34117698669433594 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,False,0.5066394805908203,0.5135536193847656,0.4951953887939453,0.49877166748046875,0.5049705505371094,0.5023479461669922,0.5006790161132812,0.5230903625488281,0.8318424224853516,0.5419254302978516,0.5977153778076172,0.5288124084472656,0.5707740783691406,0.5419254302978516,0.6136894226074219,0.5733966827392578,0.6091594696044922,0.5981922149658203,0.5881786346435547,0.5908012390136719 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.4405975341796875,0.43463706970214844,0.43320655822753906,0.5218982696533203,0.5123615264892578,0.5688667297363281,0.7002353668212891,0.7100105285644531,0.7290840148925781,0.5099773406982422,0.3459453582763672,0.3383159637451172,0.3383159637451172,0.34046173095703125,0.339508056640625,0.4298686981201172,0.4608631134033203,0.408172607421875,0.3960132598876953,0.3933906555175781 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,0.6964206695556641,0.7648468017578125,0.8378028869628906,0.7386207580566406,1.0030269622802734,0.7038116455078125,0.690460205078125,0.7114410400390625,0.6902217864990234,0.6818771362304688,0.6062984466552734,0.5977153778076172,0.5927085876464844,0.6034374237060547,0.6115436553955078,0.5962848663330078,0.5991458892822266,0.5979537963867188,0.6167888641357422,0.6213188171386719 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,True,0.2841949462890625,0.2841949462890625,0.28824806213378906,0.28395652770996094,0.27942657470703125,0.3006458282470703,0.29850006103515625,0.2808570861816406,0.2777576446533203,0.2770423889160156,0.24652481079101562,0.24747848510742188,0.247955322265625,0.2624988555908203,0.29349327087402344,0.3113746643066406,0.308990478515625,0.2944469451904297,0.24771690368652344,0.2467632293701172 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,False,0.5047321319580078,0.4913806915283203,0.48851966857910156,0.4868507385253906,0.48542022705078125,0.4858970642089844,0.4935264587402344,0.4932880401611328,0.4858970642089844,0.4849433898925781,0.4715919494628906,0.4303455352783203,0.4303455352783203,0.4324913024902344,0.43487548828125,0.4324913024902344,0.43487548828125,0.431060791015625,0.4279613494873047,0.4305839538574219 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,0.2913475036621094,0.2872943878173828,0.2865791320800781,0.28514862060546875,0.2856254577636719,0.2880096435546875,0.2868175506591797,0.28061866760253906,0.28252601623535156,0.28133392333984375,0.2918243408203125,0.2880096435546875,0.2830028533935547,0.2841949462890625,0.2827644348144531,0.2846717834472656,0.28514862060546875,0.286102294921875,0.28324127197265625,0.28443336486816406 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,0.7214546203613281,0.7357597351074219,0.7028579711914062,0.690460205078125,0.6806850433349609,0.7450580596923828,0.6895065307617188,0.6949901580810547,0.7512569427490234,0.7448196411132812,0.4634857177734375,0.4906654357910156,0.47326087951660156,0.45609474182128906,0.4684925079345703,0.49757957458496094,0.45490264892578125,0.45490264892578125,0.4596710205078125,0.48851966857910156 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,True,0.3986358642578125,0.3826618194580078,0.38051605224609375,0.38051605224609375,0.4093647003173828,0.3871917724609375,0.40531158447265625,0.3933906555175781,0.5888938903808594,0.4127025604248047,0.7221698760986328,0.6804466247558594,0.6771087646484375,0.6799697875976562,0.6740093231201172,0.6761550903320312,0.7293224334716797,0.7479190826416016,0.7376670837402344,0.7336139678955078 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,False,0.7855892181396484,0.7846355438232422,0.7708072662353516,0.7615089416503906,0.7612705230712891,0.7615089416503906,0.7669925689697266,0.7612705230712891,0.7598400115966797,0.7541179656982422,0.9949207305908203,0.9896755218505859,0.988006591796875,0.9942054748535156,0.9257793426513672,0.9553432464599609,1.0080337524414062,1.0409355163574219,0.9851455688476562,0.9522438049316406 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,0.39505958557128906,0.4038810729980469,0.3991127014160156,0.3981590270996094,0.3883838653564453,0.38313865661621094,0.3829002380371094,0.38361549377441406,0.3790855407714844,0.3876686096191406,0.7359981536865234,0.7205009460449219,0.6811618804931641,0.720977783203125,0.7152557373046875,0.8027553558349609,1.012563705444336,0.782012939453125,0.7326602935791016,0.7381439208984375 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,0.7781982421875,0.7662773132324219,0.7798671722412109,0.7638931274414062,0.7612705230712891,0.7631778717041016,0.7719993591308594,0.7622241973876953,0.7541179656982422,0.7584095001220703,1.2280941009521484,1.0936260223388672,1.0480880737304688,1.0099411010742188,1.0406970977783203,1.0237693786621094,1.1782646179199219,1.1382102966308594,1.199483871459961,1.0972023010253906 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,True,0.5276203155517578,0.5185604095458984,0.5199909210205078,0.5166530609130859,0.5238056182861328,0.5176067352294922,0.5154609680175781,0.5207061767578125,0.5166530609130859,0.5137920379638672,0.5130767822265625,0.5102157592773438,0.5056858062744141,0.45800209045410156,0.4601478576660156,0.4589557647705078,0.46372413635253906,0.46253204345703125,0.46133995056152344,0.4596710205078125 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,False,0.7922649383544922,0.7953643798828125,0.7927417755126953,0.7925033569335938,0.7867813110351562,0.7824897766113281,0.7910728454589844,0.7903575897216797,0.7994174957275391,1.0411739349365234,0.9529590606689453,0.9486675262451172,0.8568763732910156,0.7655620574951172,0.9129047393798828,0.9787082672119141,0.9183883666992188,0.8723735809326172,0.9121894836425781,0.9527206420898438 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,0.5679130554199219,0.5223751068115234,0.5240440368652344,0.5333423614501953,0.522613525390625,0.5168914794921875,0.514984130859375,0.5159378051757812,0.5176067352294922,0.5142688751220703,0.5450248718261719,0.5095005035400391,0.5147457122802734,0.5252361297607422,0.5860328674316406,0.5877017974853516,0.6191730499267578,0.6504058837890625,0.6418228149414062,0.6563663482666016 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,0.8230209350585938,0.8065700531005859,0.7882118225097656,0.7898807525634766,0.8082389831542969,0.7913112640380859,0.7889270782470703,0.7853507995605469,0.7946491241455078,0.7884502410888672,0.9322166442871094,0.8008480072021484,0.7476806640625,0.7526874542236328,0.7319450378417969,0.7364749908447266,0.7352828979492188,0.8246898651123047,0.7395744323730469,0.9856224060058594 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,True,0.7205009460449219,0.7297992706298828,0.7119178771972656,0.7121562957763672,0.7066726684570312,0.7128715515136719,0.7126331329345703,0.7104873657226562,0.7085800170898438,0.7340908050537109,1.2347698211669922,1.3332366943359375,1.3852119445800781,1.1718273162841797,1.2900829315185547,1.2736320495605469,1.2428760528564453,1.1792182922363281,1.3034343719482422,1.2326240539550781 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,False,1.03759765625,1.0433197021484375,1.0156631469726562,1.0151863098144531,1.043558120727539,1.2862682342529297,1.0313987731933594,1.0309219360351562,1.0313987731933594,1.0209083557128906,1.5456676483154297,1.516103744506836,1.504659652709961,1.590728759765625,1.6815662384033203,1.4536380767822266,1.4376640319824219,1.5108585357666016,1.4834403991699219,1.5137195587158203 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,0.7231235504150391,0.7202625274658203,0.7460117340087891,0.7126331329345703,0.7131099700927734,0.7195472717285156,0.8003711700439453,0.8018016815185547,0.9822845458984375,0.7402896881103516,1.2934207916259766,1.4140605926513672,1.2969970703125,1.291036605834961,1.4204978942871094,1.2278556823730469,1.3370513916015625,1.3000965118408203,1.3172626495361328,1.3461112976074219 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,1.1782646179199219,1.1553764343261719,1.177072525024414,1.1475086212158203,1.148223876953125,1.1818408966064453,1.1310577392578125,1.127004623413086,1.1298656463623047,1.127481460571289,1.674652099609375,1.6436576843261719,1.6591548919677734,1.5492439270019531,1.6772747039794922,1.7130374908447266,1.6739368438720703,1.6450881958007812,1.7325878143310547,1.7993450164794922 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,True,0.8037090301513672,0.8072853088378906,0.797271728515625,0.7932186126708984,0.7941722869873047,0.7998943328857422,0.7958412170410156,0.7967948913574219,0.7948875427246094,0.7908344268798828,0.9484291076660156,0.8924007415771484,0.8757114410400391,1.0042190551757812,1.0230541229248047,1.012563705444336,0.8788108825683594,1.0237693786621094,1.1394023895263672,1.0111331939697266 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,False,1.0783672332763672,1.0745525360107422,1.0788440704345703,1.4259815216064453,1.0783672332763672,1.0733604431152344,1.0728836059570312,1.069784164428711,1.0726451873779297,1.081705093383789,0.9489059448242188,0.9913444519042969,0.9834766387939453,0.9863376617431641,0.9884834289550781,0.9870529174804688,0.9856224060058594,0.9844303131103516,0.9748935699462891,1.0695457458496094 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,1.0292530059814453,1.0669231414794922,1.0483264923095703,1.0230541229248047,1.0199546813964844,0.9820461273193359,0.9989738464355469,0.9760856628417969,0.9472370147705078,1.1000633239746094,0.8597373962402344,0.8988380432128906,1.0142326354980469,1.0280609130859375,0.9622573852539062,0.8313655853271484,0.8862018585205078,0.9393692016601562,0.9431838989257812,0.8091926574707031 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,1.5175342559814453,1.386880874633789,1.2290477752685547,1.2853145599365234,1.2018680572509766,1.2776851654052734,1.1909008026123047,1.1861324310302734,1.2767314910888672,1.2760162353515625,1.066446304321289,1.1050701141357422,1.142263412475586,1.1105537414550781,1.0981559753417969,1.0623931884765625,1.107931137084961,1.0972023010253906,1.0666847229003906,1.1944770812988281 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,True,1.0037422180175781,0.96893310546875,0.9655952453613281,0.9760856628417969,0.9584426879882812,0.9572505950927734,0.9663105010986328,0.9608268737792969,0.9596347808837891,0.9584426879882812,1.6396045684814453,1.6732215881347656,1.8167495727539062,1.8644332885742188,1.6925334930419922,1.7938613891601562,1.8520355224609375,1.886129379272461,1.772165298461914,1.678466796875 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,False,1.3880729675292969,1.3632774353027344,1.3074874877929688,1.271963119506836,1.3012886047363281,1.31988525390625,1.4040470123291016,1.583099365234375,1.3325214385986328,1.3709068298339844,1.8765926361083984,1.8534660339355469,1.7452239990234375,1.9092559814453125,1.8298625946044922,1.9106864929199219,1.837015151977539,1.9237995147705078,1.9130706787109375,1.867055892944336 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,1.1086463928222656,1.39617919921875,1.0366439819335938,1.035451889038086,1.0249614715576172,1.0445117950439453,1.0135173797607422,1.0159015655517578,1.0132789611816406,1.0101795196533203,1.5876293182373047,1.6818046569824219,1.6889572143554688,1.6345977783203125,1.5888214111328125,1.668691635131836,1.6415119171142578,1.7251968383789062,1.744985580444336,1.7523765563964844 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,1.7299652099609375,1.6407966613769531,1.703023910522461,1.689910888671875,1.5993118286132812,1.5976428985595703,1.5528202056884766,1.5988349914550781,1.7652511596679688,1.592397689819336,2.0437240600585938,2.107858657836914,2.0470619201660156,2.080202102661133,2.0453929901123047,1.9364356994628906,1.936197280883789,2.0999908447265625,2.020597457885742,2.0127296447753906 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,True,1.0743141174316406,1.065969467163086,1.0612010955810547,1.062154769897461,1.0614395141601562,1.0607242584228516,1.0631084442138672,1.062631607055664,1.0609626770019531,1.0831356048583984,1.2006759643554688,1.306295394897461,1.3592243194580078,1.27410888671875,1.3210773468017578,1.3532638549804688,1.3186931610107422,1.3189315795898438,1.2531280517578125,1.4133453369140625 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,False,1.6541481018066406,1.371622085571289,1.4414787292480469,1.4500617980957031,1.560211181640625,1.415252685546875,1.3582706451416016,1.4195442199707031,1.3990402221679688,1.3470649719238281,1.2836456298828125,1.3768672943115234,1.4867782592773438,1.3933181762695312,1.4431476593017578,1.483917236328125,1.4262199401855469,1.4832019805908203,1.424551010131836,1.493215560913086 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,1.111745834350586,1.447916030883789,1.1754035949707031,1.1050701141357422,1.115560531616211,1.108407974243164,1.1065006256103516,1.1050701141357422,1.1110305786132812,1.1138916015625,1.3511180877685547,1.2760162353515625,1.241922378540039,1.3506412506103516,1.3248920440673828,1.3470649719238281,1.3587474822998047,1.3225078582763672,1.3358592987060547,1.3012886047363281 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,1.5482902526855469,1.5239715576171875,1.46484375,1.5246868133544922,1.5180110931396484,1.4574527740478516,1.71661376953125,1.4600753784179688,1.4662742614746094,1.5101432800292969,1.3587474822998047,1.7397403717041016,1.4922618865966797,1.4066696166992188,1.5842914581298828,1.5459060668945312,1.5988349914550781,1.5730857849121094,1.4927387237548828,1.5833377838134766 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,True,0.20956993103027344,0.2086162567138672,0.2079010009765625,0.202178955078125,0.21958351135253906,0.2067089080810547,0.20241737365722656,0.19669532775878906,0.1952648162841797,0.19502639770507812,0.12159347534179688,0.1327991485595703,0.28014183044433594,0.36144256591796875,0.23102760314941406,0.2429485321044922,0.27680397033691406,0.2276897430419922,0.22292137145996094,0.21982192993164062 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,False,0.3559589385986328,0.35119056701660156,0.6661415100097656,0.3876686096191406,0.35643577575683594,0.3769397735595703,0.3643035888671875,0.3509521484375,0.3483295440673828,0.3528594970703125,0.3407001495361328,0.33354759216308594,0.33593177795410156,0.3333091735839844,0.3314018249511719,0.4096031188964844,0.39768218994140625,0.33974647521972656,0.3371238708496094,0.45228004455566406 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.4019737243652344,0.415802001953125,0.41103363037109375,0.4131793975830078,0.4088878631591797,0.35119056701660156,0.2422332763671875,0.2663135528564453,0.22149085998535156,0.21004676818847656,0.1461505889892578,0.14257431030273438,0.14209747314453125,0.1373291015625,0.3833770751953125,0.3063678741455078,0.24747848510742188,0.33664703369140625,0.4718303680419922,0.2720355987548828 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,0.6015300750732422,0.9715557098388672,0.7297992706298828,0.7500648498535156,0.6430149078369141,0.5939006805419922,0.5817413330078125,0.5686283111572266,0.5645751953125,0.7143020629882812,0.4107952117919922,0.39458274841308594,0.38909912109375,0.38361549377441406,0.3762245178222656,0.37860870361328125,0.3769397735595703,0.3764629364013672,0.37384033203125,0.3743171691894531 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,True,0.19407272338867188,0.1976490020751953,0.19884109497070312,0.18906593322753906,0.18358230590820312,0.1857280731201172,0.1838207244873047,0.1838207244873047,0.18358230590820312,0.186920166015625,0.20265579223632812,0.1838207244873047,0.23889541625976562,0.16880035400390625,0.17547607421875,0.1666545867919922,0.18143653869628906,0.19288063049316406,0.15854835510253906,0.15687942504882812 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,False,0.33402442932128906,0.3287792205810547,0.32711029052734375,0.3285408020019531,0.32401084899902344,0.3273487091064453,0.32973289489746094,0.32711029052734375,0.32448768615722656,0.3254413604736328,0.3192424774169922,0.3638267517089844,0.3018379211425781,0.2906322479248047,0.28777122497558594,0.2961158752441406,0.29730796813964844,0.2913475036621094,0.2911090850830078,0.2951622009277344 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.1976490020751953,0.19621849060058594,0.19478797912597656,0.19049644470214844,0.19288063049316406,0.19216537475585938,0.19073486328125,0.2002716064453125,0.19311904907226562,0.18930435180664062,0.08392333984375,0.08296966552734375,0.08273124694824219,0.08153915405273438,0.08106231689453125,0.08058547973632812,0.07915496826171875,0.08487701416015625,0.08249282836914062,0.08153915405273438 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.3447532653808594,0.3414154052734375,0.35500526428222656,0.33736228942871094,0.6086826324462891,0.44155120849609375,0.33283233642578125,0.3223419189453125,0.32138824462890625,0.3235340118408203,0.3135204315185547,0.3101825714111328,0.31280517578125,0.308990478515625,0.3085136413574219,0.30684471130371094,0.3113746643066406,0.30875205993652344,0.30732154846191406,0.3120899200439453 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,True,0.4322528839111328,0.41675567626953125,0.4127025604248047,0.40435791015625,0.3993511199951172,0.39887428283691406,0.3972053527832031,0.39649009704589844,0.4260540008544922,0.3979206085205078,0.339508056640625,0.2372264862060547,0.22029876708984375,0.1983642578125,0.21028518676757812,0.21076202392578125,0.20813941955566406,0.20885467529296875,0.23674964904785156,0.2243518829345703 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,False,0.4525184631347656,0.446319580078125,0.4425048828125,0.4420280456542969,0.4405975341796875,0.44536590576171875,0.4429817199707031,0.446319580078125,0.4451274871826172,0.44417381286621094,0.5064010620117188,0.5006790161132812,0.49805641174316406,0.5052089691162109,0.4951953887939453,0.5066394805908203,0.5052089691162109,0.5097389221191406,0.5064010620117188,0.5075931549072266 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.2193450927734375,0.22101402282714844,0.2162456512451172,0.23794174194335938,0.21529197692871094,0.2186298370361328,0.2143383026123047,0.2117156982421875,0.21505355834960938,0.21266937255859375,0.24199485778808594,0.41937828063964844,0.36907196044921875,0.2589225769042969,0.24056434631347656,0.2257823944091797,0.2231597900390625,0.22149085998535156,0.2193450927734375,0.2238750457763672 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,0.36263465881347656,0.34880638122558594,0.34928321838378906,0.3485679626464844,0.3478527069091797,0.34546852111816406,0.3447532653808594,0.3466606140136719,0.35071372985839844,0.3495216369628906,0.36907196044921875,0.3402233123779297,0.3616809844970703,0.3390312194824219,0.34165382385253906,0.34165382385253906,0.3414154052734375,0.34332275390625,0.35881996154785156,0.34117698669433594 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,True,0.2582073211669922,0.2512931823730469,0.2498626708984375,0.2498626708984375,0.2472400665283203,0.2491474151611328,0.2460479736328125,0.244140625,0.2448558807373047,0.2467632293701172,0.15735626220703125,0.15544891357421875,0.15687942504882812,0.1595020294189453,0.15664100646972656,0.15807151794433594,0.15854835510253906,0.15735626220703125,0.1583099365234375,0.15592575073242188 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,False,0.4353523254394531,0.5023479461669922,0.8077621459960938,0.8423328399658203,0.6518363952636719,0.7085800170898438,0.6465911865234375,0.6382465362548828,0.6282329559326172,0.6244182586669922,0.4582405090332031,0.4515647888183594,0.43582916259765625,0.43964385986328125,0.4591941833496094,0.4515647888183594,0.4527568817138672,0.4012584686279297,0.40650367736816406,0.40221214294433594 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.22172927856445312,0.22077560424804688,0.21648406982421875,0.21839141845703125,0.21600723266601562,0.2143383026123047,0.22983551025390625,0.2162456512451172,0.21338462829589844,0.21314620971679688,0.21719932556152344,0.2713203430175781,0.16832351684570312,0.1544952392578125,0.14853477478027344,0.14925003051757812,0.18167495727539062,0.14257431030273438,0.1780986785888672,0.1723766326904297 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,0.3304481506347656,0.3287792205810547,0.32901763916015625,0.3306865692138672,0.3387928009033203,0.32830238342285156,0.3254413604736328,0.32401084899902344,0.3247261047363281,0.5857944488525391,0.2925395965576172,0.2930164337158203,0.2906322479248047,0.2911090850830078,0.2963542938232422,0.2942085266113281,0.2918243408203125,0.2903938293457031,0.28824806213378906,0.28443336486816406 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,True,0.2334117889404297,0.2541542053222656,0.3249645233154297,0.28204917907714844,0.2601146697998047,0.48279762268066406,0.5776882171630859,0.47087669372558594,0.4646778106689453,0.43320655822753906,0.30493736267089844,0.3025531768798828,0.3008842468261719,0.3001689910888672,0.3368854522705078,0.30732154846191406,0.30517578125,0.3077983856201172,0.3275871276855469,0.35572052001953125 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,False,0.5629062652587891,0.5791187286376953,0.5500316619873047,0.5543231964111328,0.5688667297363281,0.5509853363037109,0.5731582641601562,0.5495548248291016,0.5176067352294922,0.5171298980712891,0.5233287811279297,0.5230903625488281,0.52642822265625,0.5259513854980469,0.5233287811279297,0.5247592926025391,0.5271434783935547,0.5230903625488281,0.5252361297607422,0.5238056182861328 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.4642009735107422,0.46062469482421875,0.4520416259765625,0.4458427429199219,0.44655799865722656,0.4553794860839844,0.4858970642089844,0.4303455352783203,0.42319297790527344,0.4229545593261719,0.30684471130371094,0.3020763397216797,0.3020763397216797,0.3135204315185547,0.30493736267089844,0.2951622009277344,0.29277801513671875,0.29540061950683594,0.29349327087402344,0.2932548522949219 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,0.52642822265625,0.5192756652832031,0.5180835723876953,0.5154609680175781,0.5140304565429688,0.5080699920654297,0.5092620849609375,0.5106925964355469,0.5028247833251953,0.4978179931640625,0.5300045013427734,0.5280971527099609,0.5271434783935547,0.5280971527099609,0.6616115570068359,0.7443428039550781,0.6253719329833984,0.5905628204345703,0.5865097045898438,0.5791187286376953 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,True,0.26869773864746094,0.2696514129638672,0.2644062042236328,0.26226043701171875,0.26226043701171875,0.26297569274902344,0.2627372741699219,0.2627372741699219,0.27632713317871094,0.2739429473876953,0.22840499877929688,0.2262592315673828,0.22530555725097656,0.2989768981933594,0.27441978454589844,0.47969818115234375,0.24843215942382812,0.2422332763671875,0.2334117889404297,0.2429485321044922 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,False,0.5230903625488281,0.5085468292236328,0.5061626434326172,0.5028247833251953,0.5016326904296875,0.5009174346923828,0.5071163177490234,0.5040168762207031,0.5021095275878906,0.5016326904296875,0.5190372467041016,0.5102157592773438,0.5097389221191406,0.4978179931640625,0.4622936248779297,0.46706199645996094,0.46372413635253906,0.47588348388671875,0.5097389221191406,0.5049705505371094 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,0.2548694610595703,0.2472400665283203,0.24700164794921875,0.24318695068359375,0.2434253692626953,0.24652481079101562,0.24461746215820312,0.24461746215820312,0.2460479736328125,0.24437904357910156,0.2598762512207031,0.22339820861816406,0.2193450927734375,0.21457672119140625,0.213623046875,0.21386146545410156,0.21386146545410156,0.21338462829589844,0.21123886108398438,0.21123886108398438 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,0.5259513854980469,0.5340576171875,0.5252361297607422,0.5235671997070312,0.507354736328125,0.48422813415527344,0.5099773406982422,0.4906654357910156,0.4858970642089844,0.4966259002685547,0.5841255187988281,0.47969818115234375,0.4773139953613281,0.5090236663818359,0.49877166748046875,0.45871734619140625,0.4601478576660156,0.5469322204589844,0.6670951843261719,0.5404949188232422 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,True,0.31447410583496094,0.3046989440917969,0.3008842468261719,0.2980232238769531,0.2956390380859375,0.30612945556640625,0.3032684326171875,0.2970695495605469,0.29540061950683594,0.30159950256347656,0.5142688751220703,0.5626678466796875,0.5257129669189453,0.5280971527099609,0.5273818969726562,0.5681514739990234,0.5180835723876953,0.5176067352294922,0.5116462707519531,0.5042552947998047 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,False,0.6659030914306641,0.6761550903320312,1.0275840759277344,0.9219646453857422,0.9028911590576172,0.9527206420898438,1.1076927185058594,0.9377002716064453,0.9057521820068359,0.8993148803710938,0.8795261383056641,0.8654594421386719,1.0960102081298828,0.9720325469970703,0.8938312530517578,0.9703636169433594,0.9315013885498047,0.9415149688720703,0.850677490234375,1.0657310485839844 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,0.2982616424560547,0.2951622009277344,0.29277801513671875,0.29087066650390625,0.29277801513671875,0.2865791320800781,0.2906322479248047,0.2808570861816406,0.28014183044433594,0.278472900390625,0.5359649658203125,0.5257129669189453,0.5173683166503906,0.5252361297607422,0.5159378051757812,0.5214214324951172,0.5195140838623047,0.5147457122802734,0.5197525024414062,0.5230903625488281 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,0.9558200836181641,0.9129047393798828,0.9076595306396484,0.9603500366210938,0.9150505065917969,0.8878707885742188,0.8828639984130859,1.1699199676513672,1.0051727294921875,0.9100437164306641,0.9295940399169922,0.7338523864746094,0.7414817810058594,0.8575916290283203,0.8265972137451172,0.8063316345214844,0.8013248443603516,0.7979869842529297,0.8015632629394531,0.782012939453125 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,True,0.3750324249267578,0.3604888916015625,0.3628730773925781,0.3650188446044922,0.35953521728515625,0.35572052001953125,0.3552436828613281,0.3535747528076172,0.35262107849121094,0.3552436828613281,0.30493736267089844,0.3044605255126953,0.30350685119628906,0.30541419982910156,0.30422210693359375,0.3039836883544922,0.3044605255126953,0.3094673156738281,0.30422210693359375,0.3044605255126953 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,False,0.6747245788574219,0.6682872772216797,0.6694793701171875,0.6687641143798828,0.6682872772216797,0.6690025329589844,0.6706714630126953,0.6694793701171875,0.6647109985351562,0.6644725799560547,0.6353855133056641,0.6074905395507812,0.8370876312255859,0.7348060607910156,0.7486343383789062,0.6940364837646484,0.7507801055908203,0.7824897766113281,0.6539821624755859,0.78582763671875 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,0.37288665771484375,0.36978721618652344,0.36835670471191406,0.3712177276611328,0.38242340087890625,0.3643035888671875,0.3619194030761719,0.36144256591796875,0.3600120544433594,0.3578662872314453,0.3104209899902344,0.33926963806152344,0.5393028259277344,0.30994415283203125,0.3070831298828125,0.3094673156738281,0.3266334533691406,0.36025047302246094,0.36644935607910156,0.36144256591796875 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,0.6811618804931641,0.6780624389648438,0.6756782531738281,0.6878376007080078,0.6754398345947266,0.6692409515380859,0.6866455078125,0.6747245788574219,0.6685256958007812,0.6821155548095703,0.7219314575195312,0.7195472717285156,0.7834434509277344,0.9527206420898438,0.7317066192626953,0.7281303405761719,0.7197856903076172,0.7121562957763672,0.7166862487792969,0.7579326629638672 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,True,0.48470497131347656,0.4851818084716797,0.484466552734375,0.49877166748046875,0.48542022705078125,0.4856586456298828,0.47898292541503906,0.4782676696777344,0.4837512969970703,0.4818439483642578,1.0941028594970703,1.2121200561523438,1.2357234954833984,1.108407974243164,1.0917186737060547,1.0845661163330078,1.0902881622314453,1.1320114135742188,1.2500286102294922,1.211404800415039 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,False,1.0790824890136719,1.0671615600585938,1.0724067687988281,1.0669231414794922,1.0790824890136719,1.0933876037597656,1.0993480682373047,1.302480697631836,1.0857582092285156,1.0952949523925781,1.6713142395019531,1.6102790832519531,1.6674995422363281,1.668691635131836,1.4643669128417969,1.466512680053711,1.6138553619384766,1.6655921936035156,1.6095638275146484,1.5246868133544922 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,0.49424171447753906,0.4909038543701172,0.49996376037597656,0.48851966857910156,0.4837512969970703,0.48542022705078125,0.48041343688964844,0.47969818115234375,0.48828125,0.484466552734375,1.270294189453125,1.2843608856201172,1.378774642944336,1.270294189453125,1.2156963348388672,1.3949871063232422,1.3799667358398438,1.302957534790039,1.1446475982666016,1.2083053588867188 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,1.1970996856689453,1.4820098876953125,1.1165142059326172,1.0704994201660156,1.0769367218017578,1.1229515075683594,1.0933876037597656,1.0693073272705078,1.081228256225586,1.0733604431152344,1.6086101531982422,1.6031265258789062,1.5048980712890625,1.4293193817138672,1.5397071838378906,1.6112327575683594,1.5895366668701172,1.6112327575683594,1.5537738800048828,1.7704963684082031 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,True,0.6930828094482422,0.6921291351318359,0.6892681121826172,0.6902217864990234,0.6952285766601562,0.7271766662597656,0.7123947143554688,0.7150173187255859,0.9829998016357422,0.7126331329345703,0.8366107940673828,1.0178089141845703,0.9551048278808594,0.9741783142089844,0.946044921875,0.9884834289550781,0.8633136749267578,0.8678436279296875,1.0762214660644531,0.8044242858886719 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,False,1.1417865753173828,1.1415481567382812,1.1301040649414062,1.1811256408691406,1.4541149139404297,1.1515617370605469,1.1515617370605469,1.138925552368164,1.123189926147461,1.1489391326904297,1.172780990600586,1.13677978515625,1.2273788452148438,1.1968612670898438,1.2073516845703125,1.2154579162597656,1.2135505676269531,1.1966228485107422,1.3148784637451172,1.2671947479248047 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,0.6933212280273438,0.6885528564453125,0.6890296936035156,0.6885528564453125,0.698089599609375,0.6902217864990234,0.6859302520751953,0.6854534149169922,0.6880760192871094,0.6856918334960938,0.9098052978515625,0.7143020629882812,0.9326934814453125,0.8406639099121094,0.92315673828125,0.7851123809814453,0.9093284606933594,0.8995532989501953,0.9295940399169922,0.9036064147949219 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,1.1403560638427734,1.1448860168457031,1.1470317840576172,1.1360645294189453,1.129150390625,1.1341571807861328,1.134634017944336,1.1262893676757812,1.1339187622070312,1.1334419250488281,1.3151168823242188,1.318216323852539,1.30462646484375,1.310586929321289,1.3072490692138672,1.3267993927001953,1.336812973022461,1.316070556640625,1.3201236724853516,1.3315677642822266 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,True,1.0228157043457031,1.0156631469726562,1.0178089141845703,0.99945068359375,1.0132789611816406,1.2905597686767578,1.065969467163086,1.0304450988769531,1.0366439819335938,1.0082721710205078,1.7273426055908203,1.749277114868164,1.7421245574951172,1.7359256744384766,1.77764892578125,1.8548965454101562,1.7273426055908203,1.8582344055175781,1.8546581268310547,1.890420913696289 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,False,1.5211105346679688,1.558542251586914,1.5683174133300781,1.5418529510498047,1.5106201171875,1.8219947814941406,1.5139579772949219,1.5711784362792969,1.5630722045898438,1.558065414428711,2.1843910217285156,2.166748046875,2.1653175354003906,2.0270347595214844,2.1054744720458984,2.2215843200683594,2.040863037109375,2.094745635986328,2.0246505737304688,2.028226852416992 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,1.161336898803711,0.9915828704833984,0.9918212890625,0.9808540344238281,0.9765625,0.9763240814208984,0.9722709655761719,0.9713172912597656,0.9787082672119141,0.9722709655761719,1.6937255859375,1.6326904296875,1.9311904907226562,1.9152164459228516,1.798868179321289,1.7309188842773438,1.7521381378173828,1.7108917236328125,1.9218921661376953,1.8699169158935547 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,1.7201900482177734,2.0046234130859375,1.7158985137939453,1.7056465148925781,1.644134521484375,1.6393661499023438,1.6205310821533203,1.6808509826660156,1.7075538635253906,1.7194747924804688,2.1522045135498047,2.1915435791015625,2.28118896484375,2.2094249725341797,2.2673606872558594,2.1393299102783203,2.2411346435546875,2.2177696228027344,2.217531204223633,2.1936893463134766 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,True,1.1548995971679688,1.1250972747802734,1.1265277862548828,1.1191368103027344,1.1203289031982422,1.1179447174072266,1.1289119720458984,1.1303424835205078,1.4491081237792969,1.1279582977294922,1.344442367553711,1.405954360961914,1.4531612396240234,1.4355182647705078,1.4564990997314453,1.4269351959228516,1.4293193817138672,1.5363693237304688,1.4493465423583984,1.4047622680664062 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,False,1.5828609466552734,1.8804073333740234,1.5680789947509766,1.5735626220703125,1.5597343444824219,1.5921592712402344,1.6551017761230469,1.6338825225830078,1.6911029815673828,1.6508102416992188,1.6984939575195312,1.5683174133300781,1.64031982421875,1.6105175018310547,1.6398429870605469,1.7058849334716797,1.6818046569824219,1.6903877258300781,1.6741752624511719,1.6334056854248047 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,1.1188983917236328,1.111745834350586,1.1107921600341797,1.1069774627685547,1.1110305786132812,1.1103153228759766,1.104116439819336,1.1234283447265625,1.1119842529296875,1.4243125915527344,1.3546943664550781,1.4638900756835938,1.2903213500976562,1.4014244079589844,1.3933181762695312,1.2385845184326172,1.3933181762695312,1.2726783752441406,1.2378692626953125,1.3382434844970703 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,1.7323493957519531,1.796722412109375,1.7468929290771484,1.9962787628173828,1.8002986907958984,1.7783641815185547,1.7058849334716797,1.7268657684326172,1.7931461334228516,1.7321109771728516,1.8818378448486328,1.9025802612304688,1.7282962799072266,1.8911361694335938,1.7971992492675781,1.8858909606933594,1.8854141235351562,1.9345283508300781,1.8906593322753906,1.8587112426757812 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,True,1.4116764068603516,1.4653205871582031,1.4469623565673828,1.3971328735351562,1.5723705291748047,1.394033432006836,1.4362335205078125,1.4569759368896484,1.3959407806396484,1.4615058898925781,2.516031265258789,2.4950504302978516,2.416372299194336,2.4938583374023438,2.574443817138672,2.671480178833008,2.4671554565429688,2.591848373413086,2.5773048400878906,2.466440200805664 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,False,2.0661354064941406,2.123594284057617,2.117156982421875,2.1066665649414062,2.342700958251953,2.1338462829589844,2.112865447998047,2.109527587890625,2.218008041381836,2.244234085083008,2.7565956115722656,3.2062530517578125,2.864360809326172,2.8662681579589844,2.7627944946289062,2.8374195098876953,2.775907516479492,3.1447410583496094,2.8884410858154297,2.8705596923828125 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,1.9330978393554688,1.59454345703125,1.5842914581298828,1.5926361083984375,1.5380382537841797,1.6055107116699219,1.5516281127929688,1.5721321105957031,1.5163421630859375,1.4350414276123047,2.3713111877441406,2.466440200805664,2.541065216064453,2.5632381439208984,2.5746822357177734,2.6082992553710938,2.5565624237060547,2.5854110717773438,2.466917037963867,2.607583999633789 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,1.954793930053711,1.901865005493164,2.312898635864258,1.8804073333740234,1.93023681640625,1.9385814666748047,1.9664764404296875,1.9524097442626953,1.9431114196777344,1.9636154174804688,2.554655075073242,2.57110595703125,2.6884078979492188,2.565145492553711,2.924203872680664,2.704620361328125,2.701997756958008,2.7244091033935547,2.7747154235839844,2.8078556060791016 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,True,1.5413761138916016,1.600027084350586,1.7697811126708984,1.5265941619873047,1.5363693237304688,1.5816688537597656,1.5244483947753906,1.5153884887695312,1.59454345703125,1.5206336975097656,1.7516613006591797,1.8239021301269531,1.851797103881836,1.8813610076904297,1.905679702758789,1.9121170043945312,1.8496513366699219,1.806020736694336,1.7981529235839844,1.8832683563232422 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,False,2.1932125091552734,2.202272415161133,2.1562576293945312,2.2275447845458984,2.1517276763916016,2.4538040161132812,2.230405807495117,2.2094249725341797,2.2208690643310547,2.147197723388672,2.26593017578125,2.2025108337402344,2.2683143615722656,2.2597312927246094,2.2199153900146484,2.2423267364501953,2.142667770385742,2.188444137573242,2.2776126861572266,2.241849899291992 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,1.798868179321289,1.7964839935302734,1.7786026000976562,1.8038749694824219,1.756429672241211,1.678466796875,1.728057861328125,1.7192363739013672,1.7311573028564453,1.657724380493164,1.766204833984375,1.7971992492675781,1.7638206481933594,1.7464160919189453,1.825094223022461,2.0475387573242188,1.8162727355957031,1.86920166015625,1.8291473388671875,1.7485618591308594 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,2.2678375244140625,2.160310745239258,2.4008750915527344,2.165079116821289,2.1207332611083984,2.1505355834960938,2.125978469848633,2.0546913146972656,2.100706100463867,2.0666122436523438,2.0837783813476562,2.0613670349121094,2.0170211791992188,2.0782947540283203,2.063274383544922,2.1049976348876953,2.0635128021240234,1.974344253540039,2.1512508392333984,2.0859241485595703 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,True,0.3390312194824219,0.34618377685546875,0.3502368927001953,0.3371238708496094,0.7221698760986328,0.6737709045410156,0.49567222595214844,0.4470348358154297,0.44846534729003906,0.4229545593261719,0.2353191375732422,0.2543926239013672,0.2315044403076172,0.22912025451660156,0.22339820861816406,0.22554397583007812,0.2231597900390625,0.2281665802001953,0.22649765014648438,0.22530555725097656 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,False,0.4267692565917969,0.42319297790527344,0.42319297790527344,0.4191398620605469,0.41794776916503906,0.4189014434814453,0.4191398620605469,0.4367828369140625,0.44226646423339844,0.43582916259765625,0.40841102600097656,0.4093647003173828,0.40841102600097656,0.4017353057861328,0.4069805145263672,0.4069805145263672,0.4057884216308594,0.4558563232421875,0.4055500030517578,0.4038810729980469 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.22935867309570312,0.22602081298828125,0.22792816162109375,0.2238750457763672,0.22268295288085938,0.22029876708984375,0.22125244140625,0.22411346435546875,0.22101402282714844,0.22339820861816406,0.1761913299560547,0.16379356384277344,0.14853477478027344,0.17786026000976562,0.17404556274414062,0.16808509826660156,0.1404285430908203,0.16355514526367188,0.17452239990234375,0.1678466796875 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,0.6191730499267578,0.6151199340820312,0.6132125854492188,0.682830810546875,0.6270408630371094,0.6101131439208984,0.6048679351806641,0.6046295166015625,0.6029605865478516,0.6127357482910156,0.4131793975830078,0.41866302490234375,0.4143714904785156,0.4169940948486328,0.4138946533203125,0.4105567932128906,0.41365623474121094,0.4107952117919922,0.41031837463378906,0.41294097900390625 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,True,0.20742416381835938,0.20694732666015625,0.2048015594482422,0.2048015594482422,0.21576881408691406,0.21147727966308594,0.20384788513183594,0.20503997802734375,0.22125244140625,0.2040863037109375,0.10561943054199219,0.11515617370605469,0.13589859008789062,0.11944770812988281,0.11467933654785156,0.11229515075683594,0.11205673217773438,0.11229515075683594,0.11134147644042969,0.11372566223144531 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,False,0.3948211669921875,0.3917217254638672,0.39124488830566406,0.39267539978027344,0.38933753967285156,0.3924369812011719,0.39458274841308594,0.39315223693847656,0.3895759582519531,0.3905296325683594,0.3781318664550781,0.37288665771484375,0.3712177276611328,0.3733634948730469,0.38242340087890625,0.4172325134277344,0.4169940948486328,0.4100799560546875,0.3933906555175781,0.3867149353027344 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.2105236053466797,0.2071857452392578,0.20599365234375,0.2067089080810547,0.2048015594482422,0.20837783813476562,0.20647048950195312,0.2090930938720703,0.20551681518554688,0.2079010009765625,0.11086463928222656,0.10657310485839844,0.11563301086425781,0.10943412780761719,0.110626220703125,0.5397796630859375,0.324249267578125,0.20265579223632812,0.21648406982421875,0.14162063598632812 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,0.43463706970214844,0.4429817199707031,0.4086494445800781,0.39887428283691406,0.39649009704589844,0.39458274841308594,0.3921985626220703,0.3910064697265625,0.4038810729980469,0.3924369812011719,0.3981590270996094,0.3764629364013672,0.3726482391357422,0.36835670471191406,0.37932395935058594,0.4146099090576172,0.4165172576904297,0.4076957702636719,0.4105567932128906,0.40793418884277344 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,True,0.2512931823730469,0.24199485778808594,0.24628639221191406,0.24366378784179688,0.23865699768066406,0.2377033233642578,0.24175643920898438,0.24080276489257812,0.3104209899902344,0.3008842468261719,0.23317337036132812,0.24461746215820312,0.2315044403076172,0.23555755615234375,0.23293495178222656,0.23317337036132812,0.22912025451660156,0.2357959747314453,0.22721290588378906,0.2903938293457031 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,False,0.5505084991455078,0.5536079406738281,0.5528926849365234,0.5540847778320312,0.5421638488769531,0.5395412445068359,0.545501708984375,0.5550384521484375,0.7419586181640625,0.5533695220947266,0.5543231964111328,0.5526542663574219,0.5486011505126953,0.5512237548828125,0.5512237548828125,0.5574226379394531,0.553131103515625,0.5950927734375,0.5540847778320312,0.5540847778320312 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.25773048400878906,0.2543926239013672,0.2644062042236328,0.2548694610595703,0.2536773681640625,0.25153160095214844,0.2541542053222656,0.2529621124267578,0.25773048400878906,0.2543926239013672,0.24580955505371094,0.2467632293701172,0.24509429931640625,0.2415180206298828,0.26154518127441406,0.2567768096923828,0.23651123046875,0.23865699768066406,0.2377033233642578,0.2353191375732422 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,0.44727325439453125,0.4534721374511719,0.6771087646484375,0.41604042053222656,0.4203319549560547,0.4069805145263672,0.41031837463378906,0.4074573516845703,0.4227161407470703,0.4105567932128906,0.4246234893798828,0.42438507080078125,0.4279613494873047,0.4239082336425781,0.4298686981201172,0.4417896270751953,0.4417896270751953,0.4372596740722656,0.4115104675292969,0.40793418884277344 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,True,0.23698806762695312,0.23245811462402344,0.23436546325683594,0.23055076599121094,0.2276897430419922,0.27680397033691406,0.23865699768066406,0.22840499877929688,0.2315044403076172,0.2269744873046875,0.2028942108154297,0.1976490020751953,0.1964569091796875,0.1952648162841797,0.19598007202148438,0.19407272338867188,0.19073486328125,0.19288063049316406,0.19311904907226562,0.19407272338867188 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,False,0.5414485931396484,0.5362033843994141,0.5443096160888672,0.5388259887695312,0.5340576171875,0.5319118499755859,0.5323886871337891,0.5321502685546875,0.5316734313964844,0.5695819854736328,0.6594657897949219,0.6597042083740234,0.6234645843505859,0.6091594696044922,0.5571842193603516,0.5164146423339844,0.5342960357666016,0.5445480346679688,0.5464553833007812,0.5471706390380859 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,0.24437904357910156,0.23937225341796875,0.2391338348388672,0.2372264862060547,0.2377033233642578,0.23698806762695312,0.23698806762695312,0.23484230041503906,0.23221969604492188,0.23555755615234375,0.18668174743652344,0.2110004425048828,0.1761913299560547,0.26035308837890625,0.36716461181640625,0.2186298370361328,0.21505355834960938,0.19669532775878906,0.19168853759765625,0.19049644470214844 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,0.408172607421875,0.3921985626220703,0.7793903350830078,0.4208087921142578,0.39696693420410156,0.3952980041503906,0.3910064697265625,0.38886070251464844,0.39076805114746094,0.3876686096191406,0.43129920959472656,0.4024505615234375,0.36525726318359375,0.37670135498046875,0.4119873046875,0.3910064697265625,0.39005279541015625,0.39267539978027344,0.38886070251464844,0.39696693420410156 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,True,0.4649162292480469,0.4582405090332031,0.4527568817138672,0.4534721374511719,0.4489421844482422,0.4603862762451172,0.44608116149902344,0.4417896270751953,0.4417896270751953,0.4413127899169922,0.3724098205566406,0.3781318664550781,0.3647804260253906,0.35071372985839844,0.5323886871337891,0.530242919921875,0.4229545593261719,0.40650367736816406,0.3979206085205078,0.39839744567871094 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,False,0.6623268127441406,0.6625652313232422,0.6556510925292969,0.6535053253173828,0.667572021484375,0.6804466247558594,0.6623268127441406,0.6732940673828125,0.6840229034423828,0.6659030914306641,0.6973743438720703,0.6978511810302734,0.789642333984375,0.7352828979492188,0.6880760192871094,0.6818771362304688,0.6768703460693359,0.6775856018066406,0.6804466247558594,0.6816387176513672 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,0.49185752868652344,0.48089027404785156,0.4820823669433594,0.47707557678222656,0.47850608825683594,0.49805641174316406,0.4894733428955078,0.48041343688964844,0.4761219024658203,0.4775524139404297,0.34737586975097656,0.4055500030517578,0.3647804260253906,0.3533363342285156,0.37288665771484375,0.3695487976074219,0.3459453582763672,0.3504753112792969,0.35953521728515625,0.3807544708251953 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,0.6582736968994141,0.6575584411621094,0.6670951843261719,0.659942626953125,0.6527900695800781,0.6520748138427734,0.6487369537353516,0.6515979766845703,0.6566047668457031,0.6561279296875,0.6754398345947266,0.6992816925048828,0.6976127624511719,0.6983280181884766,0.8590221405029297,0.6842613220214844,0.6897449493408203,0.7402896881103516,0.6833076477050781,0.667572021484375 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,True,0.2880096435546875,0.28586387634277344,0.28514862060546875,0.2818107604980469,0.2834796905517578,0.2827644348144531,0.2789497375488281,0.2875328063964844,0.28896331787109375,0.2830028533935547,0.24318695068359375,0.24008750915527344,0.23794174194335938,0.23818016052246094,0.2372264862060547,0.2372264862060547,0.23746490478515625,0.23484230041503906,0.2357959747314453,0.2334117889404297 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,False,0.6182193756103516,0.6265640258789062,0.8199214935302734,0.6136894226074219,0.6122589111328125,0.6082057952880859,0.6098747253417969,0.6175041198730469,0.6127357482910156,0.6051063537597656,0.9317398071289062,0.7913112640380859,0.6513595581054688,0.804901123046875,0.6761550903320312,0.6897449493408203,0.6871223449707031,0.8335113525390625,0.7507801055908203,0.7462501525878906 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,0.3197193145751953,0.324249267578125,0.31876564025878906,0.3123283386230469,0.3108978271484375,0.3113746643066406,0.31185150146484375,0.3142356872558594,0.31375885009765625,0.30994415283203125,0.2818107604980469,0.2741813659667969,0.2701282501220703,0.2694129943847656,0.2701282501220703,0.26988983154296875,0.27060508728027344,0.27179718017578125,0.26798248291015625,0.2701282501220703 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,0.9424686431884766,0.9930133819580078,0.8904933929443359,0.8771419525146484,0.8487701416015625,0.8404254913330078,0.8327960968017578,0.8299350738525391,0.8387565612792969,0.8332729339599609,0.6148815155029297,0.5893707275390625,0.6225109100341797,0.6365776062011719,0.7085800170898438,0.6544589996337891,0.7338523864746094,0.7886886596679688,0.7491111755371094,0.8611679077148438 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,True,0.6072521209716797,0.3466606140136719,0.32973289489746094,0.3464221954345703,0.3349781036376953,0.3337860107421875,0.32711029052734375,0.32258033752441406,0.32448768615722656,0.3204345703125,0.629425048828125,0.6124973297119141,0.5679130554199219,0.5626678466796875,0.5626678466796875,0.560760498046875,0.5619525909423828,0.5717277526855469,0.5655288696289062,0.5843639373779297 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,False,0.8454322814941406,0.8342266082763672,0.8487701416015625,0.8347034454345703,0.8292198181152344,0.8304119110107422,0.8385181427001953,0.8349418640136719,0.8304119110107422,0.83160400390625,1.1682510375976562,1.2149810791015625,1.1255741119384766,1.0211467742919922,1.176595687866211,1.2156963348388672,1.1665821075439453,1.2934207916259766,1.1410713195800781,1.085042953491211 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,0.3592967987060547,0.3466606140136719,0.34689903259277344,0.339508056640625,0.3387928009033203,0.3426074981689453,0.3466606140136719,0.3485679626464844,0.34546852111816406,0.3437995910644531,0.6101131439208984,0.6535053253173828,0.6673336029052734,0.6239414215087891,0.6055831909179688,0.6022453308105469,0.6024837493896484,0.6020069122314453,0.6074905395507812,0.6334781646728516 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,1.049041748046875,1.0449886322021484,1.1379718780517578,1.0666847229003906,1.0390281677246094,1.0290145874023438,1.0905265808105469,1.0938644409179688,1.0502338409423828,1.0089874267578125,0.9934902191162109,0.9329319000244141,0.9367465972900391,0.9315013885498047,0.9360313415527344,1.0294914245605469,1.0564327239990234,0.9613037109375,1.0328292846679688,1.2323856353759766 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,True,0.4343986511230469,0.4296302795410156,0.44608116149902344,0.4267692565917969,0.4241466522216797,0.4248619079589844,0.42629241943359375,0.4265308380126953,0.4253387451171875,0.4258155822753906,0.4391670227050781,0.4391670227050781,0.4420280456542969,0.44345855712890625,0.4372596740722656,0.4394054412841797,0.438690185546875,0.4410743713378906,0.44226646423339844,0.44155120849609375 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,False,0.9984970092773438,1.035928726196289,1.2302398681640625,1.0454654693603516,1.0514259338378906,1.046895980834961,1.0333061218261719,1.0356903076171875,1.0273456573486328,0.9517669677734375,0.96893310546875,1.0676383972167969,1.1484622955322266,0.9293556213378906,0.9334087371826172,1.0416507720947266,1.1119842529296875,1.007080078125,0.8578300476074219,0.9291172027587891 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,0.7009506225585938,0.6926059722900391,0.6363391876220703,0.6864070892333984,0.6399154663085938,0.7016658782958984,0.6287097930908203,0.6270408630371094,0.6299018859863281,0.7925033569335938,0.38433074951171875,0.3867149353027344,0.3845691680908203,0.38743019104003906,0.3867149353027344,0.3848075866699219,0.41031837463378906,0.4494190216064453,0.461578369140625,0.44989585876464844 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,0.8609294891357422,0.8606910705566406,0.8549690246582031,0.8573532104492188,0.8618831634521484,0.8580684661865234,1.1374950408935547,0.8549690246582031,0.8544921875,0.8502006530761719,0.8168220520019531,0.8144378662109375,0.8151531219482422,0.8060932159423828,0.8120536804199219,0.7991790771484375,0.7691383361816406,0.7731914520263672,0.7715225219726562,0.8881092071533203 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,True,0.5934238433837891,0.6036758422851562,0.5946159362792969,0.6244182586669922,0.6108283996582031,0.6139278411865234,0.5950927734375,0.6041526794433594,0.58746337890625,0.60272216796875,1.4734268188476562,1.5063285827636719,1.6369819641113281,1.60980224609375,1.4655590057373047,1.416921615600586,1.5835762023925781,1.7139911651611328,1.5251636505126953,1.5420913696289062 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,False,1.405477523803711,1.4514923095703125,1.6467571258544922,1.4417171478271484,1.4407634735107422,1.4719963073730469,1.470327377319336,1.4081001281738281,1.3840198516845703,1.3990402221679688,1.9028186798095703,1.9984245300292969,1.9609928131103516,1.9490718841552734,1.9752979278564453,1.9998550415039062,2.065420150756836,2.1228790283203125,1.9252300262451172,1.9810199737548828 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,0.8728504180908203,0.8828639984130859,0.9276866912841797,0.9160041809082031,0.8957386016845703,0.8952617645263672,0.8726119995117188,0.8308887481689453,0.8323192596435547,0.8559226989746094,1.4810562133789062,1.5604496002197266,1.5397071838378906,1.5528202056884766,1.5213489532470703,1.5943050384521484,1.5571117401123047,1.4584064483642578,1.7652511596679688,1.546621322631836 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,1.4977455139160156,1.4977455139160156,1.4247894287109375,1.4739036560058594,1.7447471618652344,1.6317367553710938,1.5568733215332031,1.4467239379882812,1.669168472290039,1.4445781707763672,1.7056465148925781,1.979827880859375,1.9588470458984375,1.9719600677490234,1.8770694732666016,2.0668506622314453,2.0842552185058594,2.0477771759033203,2.061128616333008,2.0554065704345703 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,True,0.8714199066162109,0.8723735809326172,0.8697509765625,0.8728504180908203,0.8687973022460938,0.8649826049804688,0.8645057678222656,0.8695125579833984,0.8709430694580078,0.8740425109863281,1.0552406311035156,1.0228157043457031,1.0485649108886719,1.149892807006836,1.0805130004882812,1.1110305786132812,0.9732246398925781,1.0671615600585938,1.1081695556640625,1.0390281677246094 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,False,1.737833023071289,1.7023086547851562,2.025604248046875,1.9180774688720703,1.7206668853759766,1.7113685607910156,1.7409324645996094,1.6794204711914062,1.605987548828125,1.5649795532226562,1.5850067138671875,1.4996528625488281,1.4834403991699219,1.5532970428466797,1.5652179718017578,1.5094280242919922,1.4064311981201172,1.45721435546875,1.4989376068115234,1.4712810516357422 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,0.8823871612548828,1.16729736328125,0.9050369262695312,0.8783340454101562,0.8685588836669922,0.8745193481445312,0.8728504180908203,0.8728504180908203,0.8721351623535156,0.8702278137207031,0.8924007415771484,1.0678768157958984,0.8628368377685547,0.8935928344726562,0.8907318115234375,0.9024143218994141,0.8952617645263672,0.8370876312255859,0.8366107940673828,0.8337497711181641 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,1.5521049499511719,1.5010833740234375,1.5575885772705078,1.5249252319335938,1.4927387237548828,1.5463829040527344,1.5461444854736328,1.4812946319580078,1.9061565399169922,1.6062259674072266,1.4164447784423828,1.5075206756591797,1.4371871948242188,1.4104843139648438,1.6100406646728516,1.514434814453125,1.5454292297363281,1.5583038330078125,1.6083717346191406,1.5423297882080078 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,True,1.6889572143554688,1.641988754272461,1.497507095336914,1.3446807861328125,1.3194084167480469,1.3244152069091797,1.6558170318603516,1.3303756713867188,1.3165473937988281,1.3849735260009766,2.4063587188720703,2.712249755859375,2.2919178009033203,2.4161338806152344,2.4929046630859375,2.4852752685546875,2.512693405151367,2.4232864379882812,2.5072097778320312,2.5055408477783203 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,False,1.9536018371582031,2.307415008544922,1.9388198852539062,1.9659996032714844,1.9733905792236328,2.0172595977783203,1.9702911376953125,1.9915103912353516,2.0058155059814453,1.9850730895996094,2.748727798461914,2.7480125427246094,2.6519298553466797,3.068685531616211,2.7000904083251953,2.675771713256836,2.6645660400390625,2.6581287384033203,2.7191638946533203,2.985239028930664 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,1.514434814453125,1.5213489532470703,1.4867782592773438,1.5528202056884766,1.5354156494140625,1.483917236328125,1.542806625366211,1.470327377319336,1.3859272003173828,1.6131401062011719,2.3598670959472656,2.4514198303222656,2.4557113647460938,2.349853515625,2.3965835571289062,2.5048255920410156,2.426624298095703,2.5055408477783203,2.428293228149414,2.4008750915527344 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,1.9919872283935547,1.9447803497314453,2.018451690673828,2.1665096282958984,1.9595623016357422,1.936197280883789,1.9168853759765625,1.9829273223876953,2.002239227294922,1.9865036010742188,2.718210220336914,2.7625560760498047,2.6836395263671875,3.320932388305664,2.9222965240478516,2.9442310333251953,2.9010772705078125,2.863168716430664,2.763509750366211,3.0438899993896484 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,True,1.566171646118164,1.5513896942138672,1.4929771423339844,1.5592575073242188,1.827239990234375,1.5020370483398438,1.5459060668945312,1.4865398406982422,1.4827251434326172,1.5544891357421875,1.7099380493164062,1.6255378723144531,1.6412734985351562,1.6613006591796875,1.6641616821289062,1.804351806640625,1.6963481903076172,1.6393661499023438,1.6696453094482422,1.8475055694580078 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,False,2.0961761474609375,2.0666122436523438,2.2928714752197266,2.0737648010253906,2.036571502685547,2.034902572631836,2.0427703857421875,2.026081085205078,2.0754337310791016,2.108335494995117,2.0058155059814453,2.116680145263672,1.9919872283935547,2.057313919067383,2.0351409912109375,2.135753631591797,2.0706653594970703,1.9614696502685547,2.154827117919922,2.0096302032470703 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,1.7168521881103516,1.461029052734375,1.4674663543701172,1.5187263488769531,1.5125274658203125,1.5344619750976562,1.5559196472167969,1.4710426330566406,1.5368461608886719,1.5163421630859375,1.7580986022949219,1.7597675323486328,1.6896724700927734,1.6028881072998047,1.6927719116210938,1.691579818725586,1.750946044921875,1.6944408416748047,1.5778541564941406,1.6124248504638672 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,2.0837783813476562,2.0232200622558594,2.118349075317383,2.0685195922851562,2.0639896392822266,2.2954940795898438,2.115488052368164,2.111196517944336,2.089262008666992,2.3496150970458984,2.065896987915039,2.041339874267578,2.1550655364990234,2.1016597747802734,2.0122528076171875,2.032041549682617,2.100229263305664,2.010822296142578,2.012968063354492,2.141714096069336 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,True,1.981973648071289,2.35748291015625,2.039194107055664,2.0151138305664062,1.9671916961669922,1.9733905792236328,1.9648075103759766,1.9521713256835938,1.8947124481201172,2.1965503692626953,3.101348876953125,3.1003952026367188,3.144979476928711,3.446817398071289,3.1387805938720703,3.0984878540039062,3.120899200439453,3.007173538208008,3.440380096435547,3.083944320678711 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,False,2.8030872344970703,2.5031566619873047,2.4580955505371094,2.5086402893066406,2.498626708984375,2.485990524291992,2.4411678314208984,2.875089645385742,2.6886463165283203,2.6824474334716797,3.6008358001708984,3.6737918853759766,3.592967987060547,3.7648677825927734,3.673553466796875,3.6873817443847656,3.7348270416259766,3.6885738372802734,3.742218017578125,3.751993179321289 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,1.985788345336914,2.177000045776367,1.985311508178711,2.0055770874023438,1.9636154174804688,1.9752979278564453,1.9621849060058594,1.9757747650146484,1.9307136535644531,2.1729469299316406,3.710031509399414,3.226757049560547,3.2393932342529297,3.2722949981689453,3.1845569610595703,3.6420822143554688,3.0891895294189453,3.1919479370117188,3.287792205810547,3.2668113708496094 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,2.621173858642578,2.6912689208984375,2.571582794189453,2.5589466094970703,2.5475025177001953,2.8717517852783203,2.694368362426758,2.6602745056152344,2.710580825805664,2.663135528564453,3.640413284301758,3.6039352416992188,3.9467811584472656,3.651142120361328,3.716707229614258,3.6830902099609375,3.812074661254883,4.15492057800293,3.8843154907226562,3.878355026245117 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,True,2.302885055541992,2.079010009765625,2.075672149658203,2.0644664764404297,2.0627975463867188,2.0856857299804688,1.9977092742919922,2.0525455474853516,2.315044403076172,2.0079612731933594,2.2859573364257812,2.2912025451660156,2.2902488708496094,2.3050308227539062,2.2308826446533203,2.157449722290039,2.3093223571777344,2.269744873046875,2.3119449615478516,2.315044403076172 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,False,2.6552677154541016,2.623319625854492,2.9566287994384766,2.6836395263671875,2.631664276123047,2.635955810546875,2.665996551513672,2.6497840881347656,2.958536148071289,2.6891231536865234,2.4766921997070312,2.596616744995117,2.6695728302001953,2.6030540466308594,2.5985240936279297,2.636432647705078,2.8908252716064453,2.6390552520751953,2.6390552520751953,2.61688232421875 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,2.1889209747314453,2.104043960571289,2.1562576293945312,2.0880699157714844,2.1674633026123047,2.0856857299804688,2.1562576293945312,2.4080276489257812,2.192258834838867,2.288341522216797,2.3822784423828125,2.4106502532958984,2.3360252380371094,2.294301986694336,2.387523651123047,2.260923385620117,2.297639846801758,2.492189407348633,2.389669418334961,2.4254322052001953 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,2.658367156982422,2.651214599609375,2.5997161865234375,2.64739990234375,2.6395320892333984,3.328561782836914,2.919435501098633,2.9070377349853516,2.935647964477539,2.905130386352539,2.5725364685058594,2.5606155395507812,2.8159618377685547,2.6416778564453125,2.6390552520751953,2.5420188903808594,2.820253372192383,2.825021743774414,2.797365188598633,2.9268264770507812 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn csr_matvec_vs_csr_matvec.py b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn csr_matvec_vs_csr_matvec.py new file mode 100644 index 0000000..3313364 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn csr_matvec_vs_csr_matvec.py @@ -0,0 +1,132 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt +import os + +current_path = os.path.dirname(os.path.abspath(__file__)) + +jitconn_matvec_cpu = f"{current_path}/jitconn_matvec_cpu.csv" +jitconn_matvec_gpu = f"{current_path}/jitconn_matvec_gpu.csv" +csrmv_cpu = f"{current_path}/csrmv_cpu.csv" +csrmv_gpu = f"{current_path}/csrmv_gpu.csv" +jitconn_matvec_grad_cpu = f"{current_path}/jitconn_matvec_grad_cpu.csv" +jitconn_matvec_grad_gpu = f"{current_path}/jitconn_matvec_grad_gpu.csv" +csrmv_grad_cpu = f"{current_path}/csrmv_grad_cpu.csv" +csrmv_grad_gpu = f"{current_path}/csrmv_grad_gpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +# Function to calculate the mean taichi aot time and speedup +def calculate_speedup(base_df, event_df): + # Calculating mean taichi aot time for both datasets + taichi_aot_time_columns = [col for col in base_df.columns if col.startswith('taichi aot time')] + base_df['taichi aot time mean'] = base_df[taichi_aot_time_columns].mean(axis=1) + event_df['taichi aot time mean'] = event_df[taichi_aot_time_columns].mean(axis=1) + + # Merging the datasets on shape[0], shape[1], values type, and transpose + merged_df = pd.merge(base_df[['shape[0]', 'shape[1]', 'transpose', 'taichi aot time mean']], + event_df[['shape[0]', 'shape[1]', 'transpose', 'taichi aot time mean']], + on=['shape[0]', 'shape[1]', 'transpose'], + suffixes=('', '_event')) + + # Calculating speedup + merged_df['speedup'] = np.where(merged_df['taichi aot time mean_event'] < merged_df['taichi aot time mean'], + merged_df['taichi aot time mean_event'] / merged_df['taichi aot time mean'] - 1, + 1 - merged_df['taichi aot time mean'] / merged_df['taichi aot time mean_event']) + + return merged_df + +# 计算这行的taichi aot time mean +def calculate_taichi_mean(df): + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + return df + +def drop_columns(df): + df.drop(columns=['backend'], inplace=True) + return df + +# Function to plot speedup heatmaps for different values type and transpose combinations +def plot_speedup_heatmaps(df, backend, filename): + plt.figure(figsize=(14, 14)) # Adjusting figure size for multiple subplots + + # Creating subplots for each combination of values type and transpose + for i, transpose in enumerate([tr for tr in df['transpose'].unique()]): + plt.subplot(2, 1, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = df[(df['transpose'] == transpose)] + heatmap_data = filtered_df.pivot_table(index='shape[0]', columns='shape[1]', values='speedup', aggfunc='mean') + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'transpose: {transpose}') + plt.xlabel('shape[1]') + plt.ylabel('shape[0]') + + # Adding an overall title with adjusted position + plt.suptitle(f'{backend} jitconn matvec speedup over csrmv)\n' + \ + 'speedup = common csrmv avg time / jitconn avg time - 1 if jitconn faster than common csrmv\n' + \ + 'speedup = 1 - jitconn avg time / common csrmv avg time if jitconn slower than common csrmv', fontsize=16) + + # Adjust layout to make room for the title + plt.tight_layout(rect=[0, 0, 1, 0.95]) + plt.savefig(filename) + # plt.show() + +# 读取合并csrmv_cpu.csv 和 event_csrmv_cpu.csv, csrmv_gpu.csv 和 event_csrmv_gpu.csv +# 只看values 和 transpose +jitconn_matvec_cpu_df = pd.read_csv(jitconn_matvec_cpu) +csrmv_cpu_df = pd.read_csv(csrmv_cpu) +jitconn_matvec_gpu_df = pd.read_csv(jitconn_matvec_gpu) +csrmv_gpu_df = pd.read_csv(csrmv_gpu) +jitconn_matvec_grad_cpu_df = pd.read_csv(jitconn_matvec_grad_cpu) +csrmv_grad_cpu_df = pd.read_csv(csrmv_grad_cpu) +jitconn_matvec_grad_gpu_df = pd.read_csv(jitconn_matvec_grad_gpu) +csrmv_grad_gpu_df = pd.read_csv(csrmv_grad_gpu) + +jitconn_matvec_cpu_df = drop_columns(jitconn_matvec_cpu_df) +csrmv_cpu_df = drop_columns(csrmv_cpu_df) +jitconn_matvec_gpu_df = drop_columns(jitconn_matvec_gpu_df) +csrmv_gpu_df = drop_columns(csrmv_gpu_df) +jitconn_matvec_grad_cpu_df = drop_columns(jitconn_matvec_grad_cpu_df) +csrmv_grad_cpu_df = drop_columns(csrmv_grad_cpu_df) +jitconn_matvec_grad_gpu_df = drop_columns(jitconn_matvec_grad_gpu_df) +csrmv_grad_gpu_df = drop_columns(csrmv_grad_gpu_df) + +jitconn_matvec_cpu_df = remove_row_outliers(jitconn_matvec_cpu_df, "taichi aot time") +csrmv_cpu_df = remove_row_outliers(csrmv_cpu_df, "taichi aot time") +jitconn_matvec_gpu_df = remove_row_outliers(jitconn_matvec_gpu_df, "taichi aot time") +csrmv_gpu_df = remove_row_outliers(csrmv_gpu_df, "taichi aot time") +jitconn_matvec_grad_cpu_df= remove_row_outliers(jitconn_matvec_grad_cpu_df, "taichi aot time") +csrmv_grad_cpu_df= remove_row_outliers(csrmv_grad_cpu_df, "taichi aot time") +jitconn_matvec_grad_gpu_df= remove_row_outliers(jitconn_matvec_grad_gpu_df, "taichi aot time") +csrmv_grad_gpu_df= remove_row_outliers(csrmv_grad_gpu_df, "taichi aot time") + +speedup_cpu = calculate_speedup(jitconn_matvec_cpu_df, csrmv_cpu_df) +speedup_gpu = calculate_speedup(jitconn_matvec_gpu_df, csrmv_gpu_df) +speedup_grad_cpu = calculate_speedup(jitconn_matvec_grad_cpu_df, csrmv_grad_cpu_df) +speedup_grad_gpu = calculate_speedup(jitconn_matvec_grad_gpu_df, csrmv_grad_gpu_df) + +# Plotting heatmaps for each dataset +plot_speedup_heatmaps(speedup_cpu, '[CPU] ', f'{current_path}/figure3/cpu.png') +plot_speedup_heatmaps(speedup_gpu, '[GPU] ', f'{current_path}/figure3/gpu.png') +plot_speedup_heatmaps(speedup_grad_cpu, '[CPU] Grad ', f'{current_path}/figure3/grad_cpu.png') +plot_speedup_heatmaps(speedup_grad_gpu, '[GPU] Grad ', f'{current_path}/figure3/grad_gpu.png') + diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn event_csr_matvec_vs_csr_matvec.py b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn event_csr_matvec_vs_csr_matvec.py new file mode 100644 index 0000000..ea0771d --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn event_csr_matvec_vs_csr_matvec.py @@ -0,0 +1,132 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt +import os + +current_path = os.path.dirname(os.path.abspath(__file__)) + +jitconn_event_matvec_cpu = f"{current_path}/jitconn_event_matvec_cpu.csv" +jitconn_event_matvec_gpu = f"{current_path}/jitconn_event_matvec_gpu.csv" +event_csrmv_cpu = f"{current_path}/event_csrmv_cpu.csv" +event_csrmv_gpu = f"{current_path}/event_csrmv_gpu.csv" +jitconn_event_matvec_grad_cpu = f"{current_path}/jitconn_event_matvec_grad_cpu.csv" +jitconn_event_matvec_grad_gpu = f"{current_path}/jitconn_event_matvec_grad_gpu.csv" +event_csrmv_grad_cpu = f"{current_path}/event_csrmv_grad_cpu.csv" +event_csrmv_grad_gpu = f"{current_path}/event_csrmv_grad_gpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +# Function to calculate the mean taichi aot time and speedup +def calculate_speedup(base_df, event_df): + # Calculating mean taichi aot time for both datasets + taichi_aot_time_columns = [col for col in base_df.columns if col.startswith('taichi aot time')] + base_df['taichi aot time mean'] = base_df[taichi_aot_time_columns].mean(axis=1) + event_df['taichi aot time mean'] = event_df[taichi_aot_time_columns].mean(axis=1) + + # Merging the datasets on shape[0], shape[1], values type, and transpose + merged_df = pd.merge(base_df[['shape[0]', 'shape[1]', 'transpose', 'taichi aot time mean']], + event_df[['shape[0]', 'shape[1]', 'transpose', 'taichi aot time mean']], + on=['shape[0]', 'shape[1]', 'transpose'], + suffixes=('', '_event')) + + # Calculating speedup + merged_df['speedup'] = np.where(merged_df['taichi aot time mean_event'] < merged_df['taichi aot time mean'], + merged_df['taichi aot time mean_event'] / merged_df['taichi aot time mean'] - 1, + 1 - merged_df['taichi aot time mean'] / merged_df['taichi aot time mean_event']) + + return merged_df + +# 计算这行的taichi aot time mean +def calculate_taichi_mean(df): + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + return df + +def drop_columns(df): + df.drop(columns=['backend'], inplace=True) + return df + +# Function to plot speedup heatmaps for different values type and transpose combinations +def plot_speedup_heatmaps(df, backend, filename): + plt.figure(figsize=(14, 14)) # Adjusting figure size for multiple subplots + + # Creating subplots for each combination of values type and transpose + for i, transpose in enumerate([tr for tr in df['transpose'].unique()]): + plt.subplot(2, 1, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = df[(df['transpose'] == transpose)] + heatmap_data = filtered_df.pivot_table(index='shape[0]', columns='shape[1]', values='speedup', aggfunc='mean') + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'transpose: {transpose}') + plt.xlabel('shape[1]') + plt.ylabel('shape[0]') + + # Adding an overall title with adjusted position + plt.suptitle(f'{backend} jitconn event matvec speedup over event_csrmv)\n' + \ + 'speedup = event avg time / jitconn event avg time - 1 if jitconn event faster than event\n' + \ + 'speedup = 1 - jitconn event avg time / event avg time if jitconn event slower than event', fontsize=16) + + # Adjust layout to make room for the title + plt.tight_layout(rect=[0, 0, 1, 0.95]) + plt.savefig(filename) + # plt.show() + +# 读取合并csrmv_cpu.csv 和 event_csrmv_cpu.csv, csrmv_gpu.csv 和 event_csrmv_gpu.csv +# 只看values 和 transpose +jitconn_event_matvec_cpu_df = pd.read_csv(jitconn_event_matvec_cpu) +event_csrmv_cpu_df = pd.read_csv(event_csrmv_cpu) +jitconn_event_matvec_gpu_df = pd.read_csv(jitconn_event_matvec_gpu) +event_csrmv_gpu_df = pd.read_csv(event_csrmv_gpu) +jitconn_event_matvec_grad_cpu_df = pd.read_csv(jitconn_event_matvec_grad_cpu) +event_csrmv_grad_cpu_df = pd.read_csv(event_csrmv_grad_cpu) +jitconn_event_matvec_grad_gpu_df = pd.read_csv(jitconn_event_matvec_grad_gpu) +event_csrmv_grad_gpu_df = pd.read_csv(event_csrmv_grad_gpu) + +jitconn_event_matvec_cpu_df = drop_columns(jitconn_event_matvec_cpu_df) +event_csrmv_cpu_df = drop_columns(event_csrmv_cpu_df) +jitconn_event_matvec_gpu_df = drop_columns(jitconn_event_matvec_gpu_df) +event_csrmv_gpu_df = drop_columns(event_csrmv_gpu_df) +jitconn_event_matvec_grad_cpu_df = drop_columns(jitconn_event_matvec_grad_cpu_df) +event_csrmv_grad_cpu_df = drop_columns(event_csrmv_grad_cpu_df) +jitconn_event_matvec_grad_gpu_df = drop_columns(jitconn_event_matvec_grad_gpu_df) +event_csrmv_grad_gpu_df = drop_columns(event_csrmv_grad_gpu_df) + +jitconn_event_matvec_cpu_df = remove_row_outliers(jitconn_event_matvec_cpu_df, "taichi aot time") +event_csrmv_cpu_df = remove_row_outliers(event_csrmv_cpu_df, "taichi aot time") +jitconn_event_matvec_gpu_df = remove_row_outliers(jitconn_event_matvec_gpu_df, "taichi aot time") +event_csrmv_gpu_df = remove_row_outliers(event_csrmv_gpu_df, "taichi aot time") +jitconn_event_matvec_grad_cpu_df= remove_row_outliers(jitconn_event_matvec_grad_cpu_df, "taichi aot time") +event_csrmv_grad_cpu_df= remove_row_outliers(event_csrmv_grad_cpu_df, "taichi aot time") +jitconn_event_matvec_grad_gpu_df= remove_row_outliers(jitconn_event_matvec_grad_gpu_df, "taichi aot time") +event_csrmv_grad_gpu_df= remove_row_outliers(event_csrmv_grad_gpu_df, "taichi aot time") + +speedup_cpu = calculate_speedup(jitconn_event_matvec_cpu_df, event_csrmv_cpu_df) +speedup_gpu = calculate_speedup(jitconn_event_matvec_gpu_df, event_csrmv_gpu_df) +speedup_grad_cpu = calculate_speedup(jitconn_event_matvec_grad_cpu_df, event_csrmv_grad_cpu_df) +speedup_grad_gpu = calculate_speedup(jitconn_event_matvec_grad_gpu_df, event_csrmv_grad_gpu_df) + +# Plotting heatmaps for each dataset +plot_speedup_heatmaps(speedup_cpu, '[CPU] ', f'{current_path}/figure2/cpu.png') +plot_speedup_heatmaps(speedup_gpu, '[GPU] ', f'{current_path}/figure2/gpu.png') +plot_speedup_heatmaps(speedup_grad_cpu, '[CPU] Grad ', f'{current_path}/figure2/grad_cpu.png') +plot_speedup_heatmaps(speedup_grad_gpu, '[GPU] Grad ', f'{current_path}/figure2/grad_gpu.png') + diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_cpu.csv new file mode 100644 index 0000000..e90fa22 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_cpu.csv @@ -0,0 +1,1177 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,cpu,homo,True,True,True,0.5362033843994141,0.5824565887451172,0.5848407745361328,0.560760498046875,0.54168701171875,0.5497932434082031,0.5738735198974609,0.5512237548828125,0.5450248718261719,0.49591064453125,1.4133453369140625,1.4116764068603516,1.4216899871826172,1.413106918334961,1.4252662658691406,1.3470649719238281,0.9393692016601562,0.9386539459228516,0.9372234344482422,0.9481906890869141 +1000,1000,cpu,homo,True,True,False,0.5333423614501953,0.5009174346923828,0.5125999450683594,0.4906654357910156,0.5085468292236328,0.4737377166748047,0.5140304565429688,0.4839897155761719,0.5500316619873047,0.4916191101074219,0.4546642303466797,0.4191398620605469,0.41961669921875,0.4184246063232422,0.4181861877441406,0.41937828063964844,0.46324729919433594,0.4639625549316406,0.45800209045410156,0.45800209045410156 +1000,1000,cpu,homo,False,True,True,0.5431175231933594,0.4794597625732422,0.5199909210205078,0.49495697021484375,0.5307197570800781,0.492095947265625,0.5071163177490234,0.47016143798828125,0.49805641174316406,0.5166530609130859,0.4603862762451172,0.4596710205078125,0.4642009735107422,0.4596710205078125,0.4673004150390625,0.4608631134033203,0.46133995056152344,0.41961669921875,0.41937828063964844,0.4191398620605469 +1000,1000,cpu,homo,False,True,False,0.5023479461669922,0.5338191986083984,0.5452632904052734,0.5106925964355469,0.52642822265625,0.5047321319580078,0.5230903625488281,0.5078315734863281,0.6632804870605469,0.4870891571044922,0.4649162292480469,0.46896934509277344,0.41961669921875,0.41985511779785156,0.4191398620605469,0.4458427429199219,0.44608116149902344,0.4184246063232422,0.4634857177734375,0.4582405090332031 +1000,1000,cpu,homo,True,False,True,0.16021728515625,0.24390220642089844,0.3018379211425781,0.17571449279785156,0.2529621124267578,0.179290771484375,0.2079010009765625,0.19478797912597656,0.24580955505371094,0.2040863037109375,0.3573894500732422,0.3829002380371094,0.39076805114746094,0.3902912139892578,0.39768218994140625,0.41103363037109375,0.4029273986816406,0.40793418884277344,0.39076805114746094,0.3905296325683594 +1000,1000,cpu,homo,True,False,False,0.2396106719970703,0.27751922607421875,0.2224445343017578,0.24890899658203125,0.27680397033691406,0.18835067749023438,0.16379356384277344,0.17571449279785156,0.2033710479736328,0.1609325408935547,0.3972053527832031,0.35309791564941406,0.3521442413330078,0.3857612609863281,0.3864765167236328,0.385284423828125,0.3898143768310547,0.3528594970703125,0.35262107849121094,0.3523826599121094 +1000,1000,cpu,homo,False,False,True,0.23126602172851562,0.20384788513183594,0.15497207641601562,0.1957416534423828,0.1685619354248047,0.18525123596191406,0.17333030700683594,0.16546249389648438,0.11086463928222656,0.16498565673828125,0.39076805114746094,0.3895759582519531,0.38909912109375,0.3714561462402344,0.35691261291503906,0.35572052001953125,0.3561973571777344,0.35572052001953125,0.37384033203125,0.3955364227294922 +1000,1000,cpu,homo,False,False,False,0.3230571746826172,0.2422332763671875,0.2608299255371094,0.23126602172851562,0.2560615539550781,0.2219676971435547,0.2117156982421875,0.2193450927734375,0.2522468566894531,0.16045570373535156,0.35381317138671875,0.35262107849121094,0.3535747528076172,0.3516674041748047,0.4055500030517578,0.38695335388183594,0.3857612609863281,0.3743171691894531,0.35309791564941406,0.35262107849121094 +1000,1000,cpu,uniform,True,True,True,0.6422996520996094,0.6995201110839844,0.6494522094726562,0.6594657897949219,0.6349086761474609,0.6804466247558594,0.6160736083984375,0.6241798400878906,0.6706714630126953,0.6971359252929688,0.7412433624267578,0.7455348968505859,0.8144378662109375,0.8008480072021484,0.7381439208984375,0.7393360137939453,0.7386207580566406,0.7994174957275391,0.8184909820556641,0.7410049438476562 +1000,1000,cpu,uniform,True,True,False,0.6616115570068359,0.6318092346191406,0.6649494171142578,0.6883144378662109,0.6291866302490234,0.6775856018066406,0.6642341613769531,0.675201416015625,0.7488727569580078,0.9589195251464844,0.8182525634765625,0.8130073547363281,0.8141994476318359,0.8051395416259766,0.7953643798828125,0.7679462432861328,0.7731914520263672,0.7650852203369141,0.8032321929931641,0.7684230804443359 +1000,1000,cpu,uniform,False,True,True,0.7464885711669922,0.6830692291259766,0.6661415100097656,0.7164478302001953,0.6470680236816406,0.6737709045410156,0.6139278411865234,0.6377696990966797,0.6160736083984375,0.6561279296875,0.7593631744384766,0.7960796356201172,0.7777214050292969,0.8096694946289062,0.8058547973632812,0.7402896881103516,0.7376670837402344,0.8003711700439453,0.8111000061035156,0.7781982421875 +1000,1000,cpu,uniform,False,True,False,0.667572021484375,0.6344318389892578,0.6661415100097656,0.6630420684814453,0.6654262542724609,0.6761550903320312,0.6134510040283203,0.7135868072509766,0.6492137908935547,0.6835460662841797,0.8060932159423828,0.7898807525634766,0.7624626159667969,0.8111000061035156,0.8053779602050781,0.7793903350830078,0.7343292236328125,0.7350444793701172,0.7350444793701172,0.8091926574707031 +1000,1000,cpu,uniform,True,False,True,0.4165172576904297,0.4639625549316406,0.42891502380371094,0.41174888610839844,0.46825408935546875,0.4165172576904297,0.40912628173828125,0.40984153747558594,0.47278404235839844,0.3993511199951172,0.7383823394775391,0.7121562957763672,0.7035732269287109,0.6809234619140625,0.6811618804931641,0.6787776947021484,0.7300376892089844,0.7131099700927734,0.6949901580810547,0.6804466247558594 +1000,1000,cpu,uniform,True,False,False,0.2033710479736328,0.21266937255859375,0.24271011352539062,0.1995563507080078,0.2269744873046875,0.17786026000976562,0.22482872009277344,0.1914501190185547,0.23889541625976562,0.27179718017578125,0.7238388061523438,0.7045269012451172,0.6642341613769531,0.7305145263671875,0.7047653198242188,0.7102489471435547,0.7207393646240234,0.7190704345703125,0.6866455078125,0.7340908050537109 +1000,1000,cpu,uniform,False,False,True,0.19979476928710938,0.2357959747314453,0.2357959747314453,0.24461746215820312,0.2617835998535156,0.22530555725097656,0.24652481079101562,0.19168853759765625,0.1964569091796875,0.21910667419433594,2.5796890258789062,2.574443817138672,2.817869186401367,1.8815994262695312,1.615285873413086,1.6548633575439453,1.6171932220458984,1.6360282897949219,1.6143321990966797,1.2962818145751953 +1000,1000,cpu,uniform,False,False,False,0.5857944488525391,0.568389892578125,0.5424022674560547,0.4916191101074219,0.4131793975830078,0.43320655822753906,0.4439353942871094,0.4127025604248047,0.4210472106933594,0.4355907440185547,0.8249282836914062,0.7281303405761719,0.7257461547851562,0.7255077362060547,0.7188320159912109,0.6961822509765625,0.7336139678955078,0.7233619689941406,0.7152557373046875,0.6811618804931641 +1000,1000,cpu,normal,True,True,True,2.6221275329589844,1.9710063934326172,1.6994476318359375,1.956939697265625,1.8112659454345703,1.9428730010986328,1.8305778503417969,1.9736289978027344,1.9540786743164062,2.060413360595703,3.0345916748046875,2.133607864379883,2.130270004272461,2.1314620971679688,2.140045166015625,1.7387866973876953,1.458883285522461,1.439809799194336,1.4357566833496094,1.4328956604003906 +1000,1000,cpu,normal,True,True,False,2.618551254272461,2.1085739135742188,2.0644664764404297,2.1200180053710938,2.8009414672851562,1.7375946044921875,1.99127197265625,1.8928050994873047,2.098560333251953,1.932382583618164,1.4698505401611328,1.4026165008544922,1.3265609741210938,1.4116764068603516,1.4171600341796875,1.4185905456542969,1.4557838439941406,1.4522075653076172,1.3992786407470703,1.4832019805908203 +1000,1000,cpu,normal,False,True,True,0.8668899536132812,1.7898082733154297,1.1324882507324219,1.1780261993408203,1.764059066772461,1.1553764343261719,1.8346309661865234,1.9440650939941406,1.2714862823486328,1.4014244079589844,1.4464855194091797,1.436471939086914,1.3666152954101562,1.4014244079589844,1.4061927795410156,1.3115406036376953,1.4195442199707031,1.373291015625,1.3756752014160156,1.4231204986572266 +1000,1000,cpu,normal,False,True,False,1.9419193267822266,1.88446044921875,1.8546581268310547,1.8694400787353516,1.9435882568359375,1.8918514251708984,1.7058849334716797,2.147674560546875,2.0036697387695312,1.8346309661865234,1.435995101928711,1.3282299041748047,1.4140605926513672,1.451730728149414,1.4524459838867188,1.4560222625732422,1.4190673828125,1.4252662658691406,1.4545917510986328,1.3666152954101562 +1000,1000,cpu,normal,True,False,True,0.43582916259765625,0.4177093505859375,0.32401084899902344,0.408172607421875,0.3001689910888672,0.38743019104003906,0.2942085266113281,0.39577484130859375,0.3600120544433594,0.40602684020996094,1.2736320495605469,1.3806819915771484,1.3914108276367188,1.4696121215820312,1.4159679412841797,1.4154911041259766,1.4061927795410156,1.373291015625,1.28936767578125,1.394510269165039 +1000,1000,cpu,normal,True,False,False,0.7596015930175781,0.5927085876464844,0.34499168395996094,0.3235340118408203,0.40912628173828125,0.2892017364501953,0.3993511199951172,0.29730796813964844,0.40221214294433594,0.3952980041503906,1.399993896484375,1.3382434844970703,1.2786388397216797,1.3816356658935547,1.3599395751953125,1.3427734375,1.4002323150634766,1.3928413391113281,1.3949871063232422,1.4009475708007812 +1000,1000,cpu,normal,False,False,True,0.3066062927246094,0.3230571746826172,0.38886070251464844,0.3933906555175781,0.4048347473144531,0.4100799560546875,0.3063678741455078,0.4112720489501953,0.3204345703125,0.42939186096191406,1.4176368713378906,1.3649463653564453,1.3051033020019531,1.3842582702636719,1.2736320495605469,1.3322830200195312,1.3930797576904297,1.3568401336669922,1.3089179992675781,1.369476318359375 +1000,1000,cpu,normal,False,False,False,0.5860328674316406,0.6322860717773438,0.5354881286621094,0.5950927734375,0.6213188171386719,0.5240440368652344,0.5185604095458984,0.6148815155029297,0.5888938903808594,0.522613525390625,1.308441162109375,1.38092041015625,1.3234615325927734,1.3515949249267578,1.3949871063232422,1.3959407806396484,1.4011859893798828,1.3568401336669922,1.275777816772461,1.3401508331298828 +1000,2500,cpu,homo,True,True,True,0.5180835723876953,0.5321502685546875,0.6680488586425781,0.5252361297607422,0.5261898040771484,0.5223751068115234,0.5161762237548828,0.5745887756347656,0.5338191986083984,0.5156993865966797,1.1260509490966797,1.1324882507324219,1.1107921600341797,1.0936260223388672,1.1239051818847656,1.0704994201660156,1.0275840759277344,1.1229515075683594,1.0712146759033203,1.1341571807861328 +1000,2500,cpu,homo,True,True,False,0.7634162902832031,0.5669593811035156,0.5800724029541016,0.7383823394775391,0.5636215209960938,0.6303787231445312,0.6418228149414062,0.6210803985595703,0.6806850433349609,0.8854866027832031,1.0256767272949219,1.0256767272949219,1.1057853698730469,1.0800361633300781,1.027822494506836,1.1026859283447266,1.1272430419921875,1.1210441589355469,1.1229515075683594,1.0879039764404297 +1000,2500,cpu,homo,False,True,True,1.1730194091796875,1.119852066040039,1.1858940124511719,1.0957717895507812,1.104593276977539,1.2950897216796875,1.1479854583740234,1.1625289916992188,1.2776851654052734,1.1813640594482422,1.210927963256836,1.0221004486083984,1.0945796966552734,1.1496543884277344,1.1303424835205078,1.1432170867919922,1.1196136474609375,1.0390281677246094,1.0814666748046875,1.1479854583740234 +1000,2500,cpu,homo,False,True,False,1.2054443359375,1.1615753173828125,1.173257827758789,1.3031959533691406,0.5819797515869141,1.3408660888671875,0.8795261383056641,1.3151168823242188,1.1792182922363281,1.2695789337158203,1.0190010070800781,1.0170936584472656,1.0750293731689453,1.1019706726074219,1.1034011840820312,1.1150836944580078,1.1186599731445312,1.119375228881836,1.0960102081298828,1.0404586791992188 +1000,2500,cpu,homo,True,False,True,0.3426074981689453,0.2675056457519531,0.2334117889404297,0.2512931823730469,0.278472900390625,0.2753734588623047,0.31495094299316406,0.30994415283203125,0.2796649932861328,0.3554821014404297,2.007007598876953,2.0034313201904297,1.8813610076904297,1.3508796691894531,1.3346672058105469,1.3337135314941406,1.329660415649414,1.3275146484375,1.36566162109375,1.3332366943359375 +1000,2500,cpu,homo,True,False,False,0.4634857177734375,0.32830238342285156,0.3120899200439453,0.3910064697265625,0.3898143768310547,0.2048015594482422,0.35309791564941406,0.30922889709472656,0.3650188446044922,0.4284381866455078,0.9109973907470703,0.9238719940185547,0.8642673492431641,0.8428096771240234,0.8413791656494141,0.9055137634277344,0.91552734375,0.843048095703125,0.8759498596191406,0.9250640869140625 +1000,2500,cpu,homo,False,False,True,0.4506111145019531,0.3871917724609375,0.4363059997558594,0.4265308380126953,0.4074573516845703,0.38170814514160156,0.3752708435058594,0.4296302795410156,0.44035911560058594,0.3457069396972656,0.8776187896728516,0.8721351623535156,0.8742809295654297,0.9682178497314453,0.9570121765136719,0.9553432464599609,0.9562969207763672,0.957489013671875,0.9276866912841797,0.8733272552490234 +1000,2500,cpu,homo,False,False,False,0.5128383636474609,0.4673004150390625,0.4742145538330078,0.4382133483886719,0.41985511779785156,0.4818439483642578,0.46753883361816406,0.4162788391113281,0.44608116149902344,0.4782676696777344,2.157449722290039,2.1331310272216797,2.141237258911133,1.6422271728515625,1.4200210571289062,1.3990402221679688,1.4004707336425781,1.4138221740722656,1.4176368713378906,1.4271736145019531 +1000,2500,cpu,uniform,True,True,True,0.7157325744628906,0.6670951843261719,0.6589889526367188,0.6537437438964844,0.6546974182128906,0.6442070007324219,0.6518363952636719,0.7364749908447266,0.6623268127441406,0.6384849548339844,3.082752227783203,2.691030502319336,2.1114349365234375,2.0630359649658203,2.0759105682373047,2.1102428436279297,2.000093460083008,1.9545555114746094,1.9693374633789062,1.962900161743164 +1000,2500,cpu,uniform,True,True,False,0.7281303405761719,0.7309913635253906,0.9503364562988281,1.0426044464111328,1.0335445404052734,0.8044242858886719,1.220703125,0.7224082946777344,0.92315673828125,0.6978511810302734,1.9271373748779297,1.9800662994384766,1.9345283508300781,1.9118785858154297,1.943826675415039,1.9404888153076172,2.026081085205078,1.985788345336914,1.9164085388183594,1.9283294677734375 +1000,2500,cpu,uniform,False,True,True,1.4073848724365234,1.4276504516601562,1.428842544555664,0.6783008575439453,1.4772415161132812,1.6171932220458984,1.5461444854736328,1.4591217041015625,1.4913082122802734,2.1452903747558594,1.9185543060302734,1.9016265869140625,1.8320083618164062,1.8236637115478516,1.859903335571289,1.890420913696289,1.9202232360839844,1.8045902252197266,1.9047260284423828,1.9145011901855469 +1000,2500,cpu,uniform,False,True,False,1.4417171478271484,1.390695571899414,1.4994144439697266,1.5821456909179688,1.5583038330078125,1.6684532165527344,1.5974044799804688,1.2996196746826172,1.4965534210205078,0.9267330169677734,1.9156932830810547,1.8870830535888672,1.8260478973388672,1.8684864044189453,1.9145011901855469,1.8100738525390625,1.8162727355957031,1.9040107727050781,1.9030570983886719,1.9102096557617188 +1000,2500,cpu,uniform,True,False,True,0.41794776916503906,0.48542022705078125,0.38909912109375,0.2644062042236328,0.4856586456298828,0.4119873046875,0.4851818084716797,0.5254745483398438,0.3781318664550781,0.3802776336669922,1.6858577728271484,1.6973018646240234,1.737356185913086,2.669095993041992,4.883766174316406,6.158590316772461,5.965948104858398,4.452228546142578,3.8547515869140625,5.402326583862305 +1000,2500,cpu,uniform,True,False,False,0.36406517028808594,0.2899169921875,0.4184246063232422,0.3752708435058594,0.4780292510986328,0.3669261932373047,0.42629241943359375,0.29397010803222656,0.3025531768798828,0.2849102020263672,1.6870498657226562,1.7189979553222656,1.680135726928711,1.7256736755371094,1.729726791381836,1.7342567443847656,1.7185211181640625,1.6868114471435547,1.6574859619140625,1.6858577728271484 +1000,2500,cpu,uniform,False,False,True,0.461578369140625,0.48351287841796875,0.4024505615234375,0.43463706970214844,0.4811286926269531,0.6155967712402344,0.7717609405517578,0.5652904510498047,0.6728172302246094,0.6170272827148438,4.0683746337890625,4.064798355102539,3.112316131591797,2.595663070678711,2.5954246520996094,2.6068687438964844,1.901388168334961,1.7712116241455078,1.7733573913574219,1.7688274383544922 +1000,2500,cpu,uniform,False,False,False,0.44226646423339844,0.4868507385253906,0.4284381866455078,0.47779083251953125,0.4305839538574219,0.40984153747558594,0.4413127899169922,0.4227161407470703,0.4744529724121094,0.431060791015625,1.6055107116699219,1.6422271728515625,1.6632080078125,1.5745162963867188,1.6908645629882812,1.7125606536865234,2.3033618927001953,1.7364025115966797,1.7502307891845703,1.6632080078125 +1000,2500,cpu,normal,True,True,True,2.0322799682617188,2.040386199951172,2.905607223510742,2.535104751586914,2.045869827270508,2.0618438720703125,1.9156932830810547,1.9423961639404297,1.9612312316894531,1.920461654663086,3.6826133728027344,3.5474300384521484,3.487110137939453,3.5669803619384766,3.5293102264404297,3.5767555236816406,3.3898353576660156,3.5555362701416016,3.5991668701171875,3.576993942260742 +1000,2500,cpu,normal,True,True,False,1.827239990234375,2.062559127807617,1.8870830535888672,1.8572807312011719,1.903533935546875,2.272367477416992,2.9358863830566406,3.0059814453125,2.985239028930664,2.653837203979492,3.488779067993164,3.415822982788086,3.548145294189453,3.5066604614257812,3.4437179565429688,3.6153793334960938,3.556966781616211,3.602743148803711,3.576040267944336,3.5326480865478516 +1000,2500,cpu,normal,False,True,True,3.740072250366211,4.399538040161133,4.426002502441406,4.624128341674805,4.606723785400391,4.168510437011719,4.889011383056641,4.747867584228516,4.823923110961914,4.4116973876953125,3.495454788208008,3.3922195434570312,3.3025741577148438,3.487110137939453,3.426074981689453,3.492116928100586,3.446817398071289,3.3147335052490234,3.509521484375,3.4923553466796875 +1000,2500,cpu,normal,False,True,False,4.326581954956055,4.3487548828125,4.579305648803711,5.095243453979492,4.867315292358398,4.428625106811523,5.462646484375,4.752397537231445,4.450321197509766,4.693508148193359,3.4096240997314453,3.3833980560302734,3.5300254821777344,3.480672836303711,3.401517868041992,3.3681392669677734,3.456592559814453,3.533601760864258,3.4017562866210938,3.452777862548828 +1000,2500,cpu,normal,True,False,True,0.8172988891601562,0.537872314453125,0.7750988006591797,0.5426406860351562,0.7746219635009766,0.5655288696289062,0.8058547973632812,0.7965564727783203,0.7731914520263672,0.5335807800292969,3.401517868041992,3.4024715423583984,3.340482711791992,3.461122512817383,3.2668113708496094,3.3617019653320312,3.3485889434814453,3.397226333618164,3.470182418823242,12.087583541870117 +1000,2500,cpu,normal,True,False,False,0.5490779876708984,0.7908344268798828,0.5652904510498047,0.7922649383544922,0.7586479187011719,0.5235671997070312,0.7956027984619141,0.7610321044921875,0.5390644073486328,0.8122920989990234,3.7012100219726562,3.705263137817383,3.5181045532226562,3.4089088439941406,3.3121109008789062,3.409147262573242,3.427267074584961,3.392457962036133,3.391742706298828,3.415346145629883 +1000,2500,cpu,normal,False,False,True,0.5290508270263672,0.6072521209716797,0.5023479461669922,0.5061626434326172,0.4932880401611328,0.47659873962402344,0.4978179931640625,0.4966259002685547,0.5016326904296875,0.5147457122802734,3.1905174255371094,3.240346908569336,3.3075809478759766,3.391265869140625,3.3240318298339844,3.288745880126953,3.1452178955078125,3.3867359161376953,3.3860206604003906,3.3860206604003906 +1000,2500,cpu,normal,False,False,False,0.4839897155761719,0.49948692321777344,0.518798828125,0.7393360137939453,0.8149147033691406,0.6995201110839844,0.7684230804443359,0.6861686706542969,0.7083415985107422,0.7343292236328125,3.3440589904785156,3.4389495849609375,3.2796859741210938,3.2951831817626953,3.3414363861083984,3.33404541015625,3.389596939086914,3.162384033203125,3.1900405883789062,3.323078155517578 +1000,5000,cpu,homo,True,True,True,0.6463527679443359,0.7460117340087891,0.7441043853759766,0.8080005645751953,0.7686614990234375,0.8563995361328125,1.0483264923095703,0.9903907775878906,0.7750988006591797,0.7455348968505859,2.200603485107422,2.209186553955078,2.1796226501464844,2.2063255310058594,2.2079944610595703,2.18963623046875,2.1750926971435547,2.2602081298828125,2.1543502807617188,2.1903514862060547 +1000,5000,cpu,homo,True,True,False,0.6108283996582031,0.5550384521484375,0.6856918334960938,0.7352828979492188,0.5466938018798828,0.7736682891845703,0.5424022674560547,0.7379055023193359,0.5443096160888672,0.5166530609130859,2.1190643310546875,2.1734237670898438,2.197742462158203,2.2008419036865234,2.190828323364258,2.3276805877685547,2.250194549560547,2.1049976348876953,2.1555423736572266,2.0880699157714844 +1000,5000,cpu,homo,False,True,True,1.9791126251220703,1.9059181213378906,1.9588470458984375,2.366781234741211,2.1255016326904297,2.093076705932617,2.1038055419921875,2.231121063232422,2.183198928833008,3.130197525024414,2.1424293518066406,2.166271209716797,2.1746158599853516,2.1104812622070312,2.1157264709472656,2.149820327758789,2.1195411682128906,1.9793510437011719,2.1812915802001953,2.1681785583496094 +1000,5000,cpu,homo,False,True,False,2.2385120391845703,2.2246837615966797,2.232789993286133,2.2466182708740234,2.275228500366211,2.2401809692382812,2.205371856689453,2.2430419921875,1.9795894622802734,1.646280288696289,2.1588802337646484,2.040863037109375,2.044200897216797,2.0503997802734375,2.166748046875,2.151966094970703,2.128124237060547,2.1507740020751953,2.183198928833008,1.9719600677490234 +1000,5000,cpu,homo,True,False,True,0.3674030303955078,0.5371570587158203,0.5402565002441406,0.38242340087890625,0.492095947265625,0.3745555877685547,0.3910064697265625,0.3876686096191406,0.5249977111816406,0.5140304565429688,1.7600059509277344,1.8343925476074219,1.7976760864257812,1.7938613891601562,1.706838607788086,1.8038749694824219,1.8315315246582031,1.833200454711914,1.7735958099365234,1.7993450164794922 +1000,5000,cpu,homo,True,False,False,0.35262107849121094,0.5657672882080078,0.44536590576171875,0.4525184631347656,0.44083595275878906,0.4374980926513672,0.42557716369628906,0.5457401275634766,0.5576610565185547,0.4265308380126953,1.7533302307128906,1.7843246459960938,1.6634464263916016,1.8186569213867188,1.8284320831298828,1.819610595703125,1.817941665649414,1.8405914306640625,1.6832351684570312,1.7361640930175781 +1000,5000,cpu,homo,False,False,True,0.6811618804931641,0.64849853515625,0.66375732421875,0.72479248046875,0.6537437438964844,0.6158351898193359,0.8950233459472656,0.6670951843261719,0.6091594696044922,0.6392002105712891,1.8553733825683594,1.7430782318115234,1.8155574798583984,1.9001960754394531,1.89971923828125,1.8916130065917969,1.8296241760253906,1.8198490142822266,1.7595291137695312,1.8587112426757812 +1000,5000,cpu,homo,False,False,False,0.6117820739746094,0.6220340728759766,0.5810260772705078,0.5772113800048828,0.5936622619628906,0.5962848663330078,0.5645751953125,0.5431175231933594,0.6868839263916016,0.6949901580810547,2.009153366088867,1.7375946044921875,1.8444061279296875,1.8258094787597656,1.8208026885986328,1.8761157989501953,1.829385757446289,1.8830299377441406,1.8858909606933594,1.8754005432128906 +1000,5000,cpu,uniform,True,True,True,1.054525375366211,1.1394023895263672,1.2259483337402344,1.2278556823730469,0.9636878967285156,0.9760856628417969,1.1627674102783203,0.9799003601074219,0.9987354278564453,0.9791851043701172,3.8957595825195312,3.749847412109375,3.8406848907470703,3.781557083129883,3.885507583618164,3.8504600524902344,3.835916519165039,3.866910934448242,3.802061080932617,3.924846649169922 +1000,5000,cpu,uniform,True,True,False,1.0752677917480469,1.1806488037109375,1.1115074157714844,1.0464191436767578,1.046895980834961,1.0597705841064453,0.9706020355224609,0.9474754333496094,0.6859302520751953,0.7171630859375,4.064083099365234,3.7980079650878906,3.8497447967529297,3.8089752197265625,3.7620067596435547,3.832578659057617,3.8700103759765625,3.7584304809570312,3.8461685180664062,3.844022750854492 +1000,5000,cpu,uniform,False,True,True,2.5632381439208984,2.5768280029296875,2.717733383178711,2.623319625854492,2.7570724487304688,2.557039260864258,2.6700496673583984,2.9082298278808594,2.6617050170898438,2.8498172760009766,8.485555648803711,6.169557571411133,5.495786666870117,3.9179325103759766,3.926515579223633,3.7736892700195312,3.639698028564453,3.624439239501953,3.621339797973633,3.713846206665039 +1000,5000,cpu,uniform,False,True,False,2.4995803833007812,2.1190643310546875,2.083301544189453,3.225564956665039,2.6886463165283203,2.8076171875,2.701997756958008,1.8317699432373047,1.8336772918701172,3.092050552368164,3.706216812133789,3.6957263946533203,3.6551952362060547,3.660440444946289,3.652334213256836,3.652334213256836,3.576517105102539,3.6411285400390625,3.667116165161133,3.6132335662841797 +1000,5000,cpu,uniform,True,False,True,0.46324729919433594,0.6616115570068359,0.6251335144042969,0.6091594696044922,0.6198883056640625,0.6115436553955078,0.6239414215087891,0.6115436553955078,0.8120536804199219,0.8661746978759766,3.3473968505859375,3.289461135864258,3.2553672790527344,3.1969547271728516,3.2737255096435547,3.340482711791992,3.311634063720703,3.263235092163086,3.2165050506591797,3.2291412353515625 +1000,5000,cpu,uniform,True,False,False,0.5102157592773438,0.7688999176025391,0.8323192596435547,0.8358955383300781,0.7357597351074219,0.5190372467041016,0.4897117614746094,0.621795654296875,0.6220340728759766,0.6127357482910156,3.2622814178466797,3.153562545776367,3.323078155517578,3.3538341522216797,3.3092498779296875,3.368377685546875,3.205537796020508,3.2110214233398438,3.344297409057617,3.329038619995117 +1000,5000,cpu,uniform,False,False,True,0.6148815155029297,0.6115436553955078,0.5624294281005859,0.5660057067871094,0.5927085876464844,0.6425380706787109,0.6191730499267578,0.6077289581298828,0.57220458984375,0.57220458984375,3.2804012298583984,3.168344497680664,3.1714439392089844,3.164052963256836,3.2570362091064453,3.3121109008789062,3.2074451446533203,3.191232681274414,3.185272216796875,3.2918453216552734 +1000,5000,cpu,uniform,False,False,False,0.5366802215576172,0.5242824554443359,0.5829334259033203,0.5316734313964844,0.5033016204833984,0.5769729614257812,0.49996376037597656,0.5295276641845703,0.5252361297607422,0.5207061767578125,3.387451171875,3.206968307495117,3.2994747161865234,3.2739639282226562,3.240823745727539,3.390073776245117,3.240346908569336,3.171205520629883,3.230571746826172,3.194093704223633 +1000,5000,cpu,normal,True,True,True,3.361225128173828,2.335786819458008,3.067493438720703,2.749204635620117,2.9380321502685547,2.5053024291992188,3.027200698852539,2.798318862915039,3.0612945556640625,2.9382705688476562,6.853818893432617,6.880044937133789,6.82830810546875,6.8683624267578125,6.891012191772461,6.958723068237305,6.854057312011719,6.810903549194336,6.803750991821289,6.816387176513672 +1000,5000,cpu,normal,True,True,False,2.7017593383789062,2.61688232421875,2.7272701263427734,2.7091503143310547,2.947092056274414,3.0508041381835938,2.833127975463867,2.4323463439941406,2.392292022705078,2.415180206298828,6.981849670410156,6.853580474853516,6.808280944824219,7.009029388427734,6.880044937133789,7.0438385009765625,6.955623626708984,7.135629653930664,6.949901580810547,6.784200668334961 +1000,5000,cpu,normal,False,True,True,8.343935012817383,6.662607192993164,8.552789688110352,8.611679077148438,9.171724319458008,9.44972038269043,8.734941482543945,9.46497917175293,8.547544479370117,8.629083633422852,6.866693496704102,6.6928863525390625,6.859064102172852,6.8492889404296875,6.72149658203125,6.87098503112793,6.6986083984375,6.715059280395508,6.829261779785156,6.600379943847656 +1000,5000,cpu,normal,False,True,False,9.019851684570312,7.375001907348633,8.899211883544922,9.166240692138672,8.558273315429688,9.000778198242188,8.734464645385742,9.037256240844727,7.774591445922852,8.899211883544922,6.938457489013672,6.785154342651367,6.860256195068359,6.778955459594727,6.73222541809082,6.821393966674805,6.759881973266602,6.974220275878906,6.691694259643555,6.805419921875 +1000,5000,cpu,normal,True,False,True,1.0335445404052734,1.5721321105957031,0.690460205078125,1.6281604766845703,1.5659332275390625,1.0416507720947266,0.9586811065673828,1.5671253204345703,1.2269020080566406,1.142263412475586,6.710052490234375,6.576299667358398,6.496906280517578,6.714582443237305,6.530046463012695,6.581544876098633,6.478309631347656,6.58416748046875,6.5746307373046875,6.468534469604492 +1000,5000,cpu,normal,True,False,False,1.0368824005126953,1.5795230865478516,1.3871192932128906,1.481771469116211,1.5010833740234375,1.0743141174316406,1.5285015106201172,1.5027523040771484,1.0237693786621094,1.0428428649902344,6.745815277099609,6.73222541809082,6.573677062988281,6.748437881469727,6.539106369018555,6.747245788574219,6.745576858520508,6.518125534057617,6.68787956237793,6.569623947143555 +1000,5000,cpu,normal,False,False,True,0.8630752563476562,0.8976459503173828,0.8556842803955078,0.8063316345214844,0.8778572082519531,0.8068084716796875,0.7965564727783203,0.9095668792724609,0.9670257568359375,0.8120536804199219,6.659269332885742,6.359577178955078,6.458282470703125,6.554365158081055,6.382465362548828,6.673574447631836,6.4182281494140625,6.563425064086914,6.5135955810546875,6.356716156005859 +1000,5000,cpu,normal,False,False,False,0.6029605865478516,0.6563663482666016,0.6132125854492188,0.7789134979248047,0.8919239044189453,0.7712841033935547,0.6783008575439453,0.5402565002441406,0.5559921264648438,0.5891323089599609,6.508350372314453,6.487607955932617,6.649971008300781,6.587505340576172,6.505489349365234,6.634712219238281,6.508588790893555,6.709814071655273,6.505012512207031,6.467580795288086 +1000,10000,cpu,homo,True,True,True,0.7815361022949219,0.7681846618652344,0.7712841033935547,1.046895980834961,1.033782958984375,0.9100437164306641,0.8563995361328125,0.8432865142822266,0.8668899536132812,0.7729530334472656,4.437923431396484,4.320859909057617,4.113912582397461,4.348039627075195,4.464864730834961,4.319667816162109,4.4536590576171875,4.344463348388672,4.477262496948242,4.263401031494141 +1000,10000,cpu,homo,True,True,False,0.7696151733398438,0.7765293121337891,0.7951259613037109,0.7834434509277344,0.7784366607666016,0.7650852203369141,0.9076595306396484,0.8299350738525391,0.7712841033935547,0.7305145263671875,4.316091537475586,4.248857498168945,4.468679428100586,4.315614700317383,4.360437393188477,4.343509674072266,4.3811798095703125,4.394292831420898,4.280328750610352,4.357576370239258 +1000,10000,cpu,homo,False,True,True,5.301713943481445,4.170656204223633,4.3659210205078125,4.418611526489258,4.39143180847168,4.275798797607422,4.588603973388672,4.284858703613281,4.424095153808594,4.42194938659668,4.331827163696289,4.21595573425293,4.316568374633789,4.098415374755859,3.9975643157958984,4.209995269775391,4.368782043457031,4.130125045776367,4.131078720092773,4.271507263183594 +1000,10000,cpu,homo,False,True,False,3.3822059631347656,3.0503273010253906,4.510164260864258,3.069162368774414,4.246711730957031,4.408597946166992,4.297733306884766,4.539728164672852,4.5337677001953125,4.595518112182617,4.270315170288086,4.361391067504883,4.256010055541992,4.257678985595703,4.240989685058594,4.335641860961914,4.3239593505859375,4.2591094970703125,4.246950149536133,4.416465759277344 +1000,10000,cpu,homo,True,False,True,1.0306835174560547,0.9748935699462891,0.7498264312744141,0.6976127624511719,0.9784698486328125,0.7073879241943359,0.8289813995361328,0.7674694061279297,0.7495880126953125,0.6990432739257812,3.6096572875976562,3.4716129302978516,3.648519515991211,3.63922119140625,3.664255142211914,3.452777862548828,3.490924835205078,3.650665283203125,3.580808639526367,3.6580562591552734 +1000,10000,cpu,homo,True,False,False,0.7765293121337891,0.5064010620117188,0.6701946258544922,0.6241798400878906,0.9064674377441406,0.9801387786865234,0.5505084991455078,0.8983612060546875,0.9400844573974609,0.4608631134033203,3.529071807861328,3.5712718963623047,3.4995079040527344,3.42559814453125,3.5195350646972656,3.6067962646484375,3.6225318908691406,3.394603729248047,3.4520626068115234,3.5767555236816406 +1000,10000,cpu,homo,False,False,True,0.8134841918945312,0.8533000946044922,0.8425712585449219,0.9610652923583984,1.1661052703857422,1.0385513305664062,0.9620189666748047,0.9279251098632812,0.9143352508544922,0.9191036224365234,3.654003143310547,3.6606788635253906,4.076480865478516,3.7314891815185547,3.696918487548828,3.616809844970703,4.052877426147461,3.741025924682617,3.693103790283203,3.6203861236572266 +1000,10000,cpu,homo,False,False,False,0.8816719055175781,0.8792877197265625,0.8351802825927734,0.8611679077148438,0.8616447448730469,0.8661746978759766,0.9047985076904297,0.8244514465332031,0.8993148803710938,0.8533000946044922,3.577709197998047,3.561258316040039,3.6568641662597656,3.6966800689697266,3.5529136657714844,3.5500526428222656,3.5102367401123047,3.7508010864257812,3.756284713745117,3.7598609924316406 +1000,10000,cpu,uniform,True,True,True,1.0609626770019531,1.0004043579101562,0.9822845458984375,0.9934902191162109,0.9820461273193359,0.9877681732177734,1.094818115234375,1.1730194091796875,1.0571479797363281,1.0533332824707031,7.523775100708008,7.560968399047852,7.325649261474609,7.529020309448242,7.195472717285156,7.559299468994141,7.332801818847656,7.340669631958008,7.571935653686523,7.311820983886719 +1000,10000,cpu,uniform,True,True,False,0.9911060333251953,0.9908676147460938,0.9930133819580078,1.0068416595458984,0.9820461273193359,0.9872913360595703,1.0075569152832031,1.0004043579101562,1.041412353515625,0.9255409240722656,7.4062347412109375,7.164239883422852,7.53021240234375,7.538557052612305,7.515907287597656,7.517099380493164,7.37309455871582,7.492303848266602,7.524967193603516,7.510662078857422 +1000,10000,cpu,uniform,False,True,True,5.256175994873047,5.35273551940918,5.578279495239258,5.341529846191406,5.533695220947266,5.617618560791016,6.975412368774414,5.272626876831055,5.515813827514648,5.6095123291015625,7.062196731567383,7.252216339111328,7.165431976318359,7.209062576293945,7.179498672485352,7.125377655029297,7.2383880615234375,7.068872451782227,7.247447967529297,6.979703903198242 +1000,10000,cpu,uniform,False,True,False,5.2967071533203125,5.605220794677734,5.702495574951172,3.8831233978271484,4.387617111206055,7.011651992797852,5.727529525756836,5.364418029785156,6.728649139404297,5.976438522338867,7.035017013549805,7.354021072387695,7.113456726074219,7.425546646118164,7.375478744506836,7.253408432006836,7.366657257080078,7.123231887817383,7.433176040649414,7.1735382080078125 +1000,10000,cpu,uniform,True,False,True,1.0986328125,0.7748603820800781,1.1546611785888672,1.2485980987548828,1.1436939239501953,1.1401176452636719,0.8420944213867188,1.2001991271972656,1.1668205261230469,0.8566379547119141,6.478548049926758,6.39653205871582,6.565093994140625,6.384134292602539,6.431818008422852,6.557226181030273,6.313085556030273,6.468296051025391,6.452083587646484,6.327629089355469 +1000,10000,cpu,uniform,True,False,False,1.1034011840820312,0.8318424224853516,1.1761188507080078,0.8075237274169922,1.1272430419921875,0.8528232574462891,1.1243820190429688,0.8742809295654297,1.1034011840820312,0.8790493011474609,6.440877914428711,9.089946746826172,6.370782852172852,6.511449813842773,6.366729736328125,6.371974945068359,6.528377532958984,6.312847137451172,6.342172622680664,6.314516067504883 +1000,10000,cpu,uniform,False,False,True,0.888824462890625,0.8671283721923828,0.8623600006103516,0.8726119995117188,0.7812976837158203,0.8671283721923828,0.8394718170166016,0.8308887481689453,0.9441375732421875,0.8943080902099609,6.443023681640625,6.606101989746094,6.297111511230469,6.595849990844727,6.355762481689453,6.339550018310547,6.556510925292969,6.218194961547852,6.505012512207031,6.6375732421875 +1000,10000,cpu,uniform,False,False,False,0.9200572967529297,0.9255409240722656,1.3966560363769531,1.1429786682128906,1.0962486267089844,1.0693073272705078,1.0890960693359375,1.1746883392333984,1.1012554168701172,1.0342597961425781,6.632804870605469,6.606817245483398,6.433963775634766,6.624937057495117,6.721019744873047,6.491184234619141,6.566047668457031,6.680011749267578,6.583690643310547,6.6699981689453125 +1000,10000,cpu,normal,True,True,True,2.7799606323242188,2.418041229248047,2.402067184448242,3.0443668365478516,2.5475025177001953,2.0024776458740234,2.5577545166015625,2.783536911010742,1.9087791442871094,1.9235610961914062,40.79771041870117,18.709182739257812,13.669967651367188,13.571500778198242,13.505935668945312,13.652324676513672,13.443946838378906,13.404130935668945,13.451337814331055,13.170480728149414 +1000,10000,cpu,normal,True,True,False,2.8040409088134766,2.975940704345703,2.2275447845458984,2.185821533203125,2.1915435791015625,2.3937225341796875,1.8639564514160156,1.798391342163086,1.8711090087890625,2.0422935485839844,13.8397216796875,13.830423355102539,32.60922431945801,14.993906021118164,13.71908187866211,13.596057891845703,13.696908950805664,13.738632202148438,13.431072235107422,13.765335083007812 +1000,10000,cpu,normal,False,True,True,5.016803741455078,17.69852638244629,8.156299591064453,14.765262603759766,14.118432998657227,16.994237899780273,15.717506408691406,10.436058044433594,9.339332580566406,8.694648742675781,13.268232345581055,13.38052749633789,13.475418090820312,13.31949234008789,13.334035873413086,13.357877731323242,13.311386108398438,13.476133346557617,13.276338577270508,13.559579849243164 +1000,10000,cpu,normal,False,True,False,17.10200309753418,10.677576065063477,15.962600708007812,12.207269668579102,15.157938003540039,11.104822158813477,16.068458557128906,10.503053665161133,9.792566299438477,18.22185516357422,13.368844985961914,13.741016387939453,13.545036315917969,13.476133346557617,13.483524322509766,13.566732406616211,13.654470443725586,13.522863388061523,13.598203659057617,13.562440872192383 +1000,10000,cpu,normal,True,False,True,2.9947757720947266,2.8171539306640625,1.806020736694336,2.7840137481689453,2.7909278869628906,2.8312206268310547,2.8922557830810547,1.844644546508789,2.996683120727539,2.1114349365234375,12.883424758911133,13.041257858276367,12.98666000366211,12.830018997192383,12.970447540283203,12.905120849609375,13.148307800292969,39.83354568481445,17.17376708984375,13.139486312866211 +1000,10000,cpu,normal,True,False,False,2.7647018432617188,1.9307136535644531,1.8305778503417969,1.916646957397461,1.7969608306884766,3.1676292419433594,1.8236637115478516,2.7773380279541016,2.245187759399414,1.9714832305908203,14.952898025512695,27.626514434814453,16.29328727722168,13.320684432983398,13.178110122680664,13.058900833129883,13.149499893188477,13.195991516113281,13.131141662597656,12.862205505371094 +1000,10000,cpu,normal,False,False,True,1.146078109741211,1.1081695556640625,1.0991096496582031,1.153707504272461,1.1076927185058594,1.1165142059326172,1.1796951293945312,1.230478286743164,1.1692047119140625,1.1227130889892578,12.575864791870117,12.907743453979492,12.954950332641602,12.939929962158203,12.833833694458008,13.121604919433594,13.11492919921875,12.823343276977539,12.844085693359375,12.903451919555664 +1000,10000,cpu,normal,False,False,False,1.1637210845947266,0.9276866912841797,0.8649826049804688,0.8904933929443359,0.9217262268066406,0.9274482727050781,0.9167194366455078,0.9086132049560547,0.8628368377685547,0.9472370147705078,13.003349304199219,13.088703155517578,12.995719909667969,13.158082962036133,12.939453125,13.179540634155273,13.02194595336914,13.296842575073242,12.990713119506836,12.952804565429688 +1000,25000,cpu,homo,True,True,True,1.9795894622802734,1.7886161804199219,1.7330646514892578,1.6129016876220703,1.4264583587646484,1.3914108276367188,1.4019012451171875,1.630544662475586,1.4333724975585938,1.4033317565917969,10.686874389648438,10.796070098876953,10.822772979736328,10.785818099975586,11.021852493286133,10.685205459594727,10.834693908691406,10.866403579711914,10.726451873779297,11.028051376342773 +1000,25000,cpu,homo,True,True,False,1.7459392547607422,1.6362667083740234,1.4176368713378906,1.416921615600586,1.8799304962158203,1.5804767608642578,1.4154911041259766,1.3661384582519531,1.0769367218017578,1.2097358703613281,10.707378387451172,10.83827018737793,10.959625244140625,10.689020156860352,10.910272598266602,10.899782180786133,10.755300521850586,10.79416275024414,10.881900787353516,10.624170303344727 +1000,25000,cpu,homo,False,True,True,10.314226150512695,9.89675521850586,10.291576385498047,10.089397430419922,10.308504104614258,9.833812713623047,9.532690048217773,6.574153900146484,8.303165435791016,9.502172470092773,10.743141174316406,10.720252990722656,10.720252990722656,10.622739791870117,10.812044143676758,10.631322860717773,10.626077651977539,10.751724243164062,10.539054870605469,10.681867599487305 +1000,25000,cpu,homo,False,True,False,9.70315933227539,10.969877243041992,9.497404098510742,8.650541305541992,9.251832962036133,6.606578826904297,8.221626281738281,7.8277587890625,10.484695434570312,11.294841766357422,10.830163955688477,10.758638381958008,10.889053344726562,10.915994644165039,10.848760604858398,10.736465454101562,10.885477066040039,10.802984237670898,10.787248611450195,10.911941528320312 +1000,25000,cpu,homo,True,False,True,1.6567707061767578,2.3212432861328125,1.4905929565429688,2.2029876708984375,2.4526119232177734,2.407550811767578,2.3670196533203125,1.8856525421142578,1.5802383422851562,1.6891956329345703,8.746862411499023,8.958816528320312,8.753776550292969,9.0484619140625,8.718252182006836,8.958578109741211,8.38613510131836,9.369134902954102,8.795738220214844,8.847713470458984 +1000,25000,cpu,homo,True,False,False,1.4655590057373047,1.878976821899414,1.5282630920410156,1.7330646514892578,2.050161361694336,2.547740936279297,2.0394325256347656,2.054452896118164,1.699686050415039,1.6422271728515625,8.69894027709961,8.876800537109375,8.688688278198242,8.835554122924805,8.703470230102539,8.830547332763672,8.687257766723633,8.751392364501953,8.698701858520508,8.713483810424805 +1000,25000,cpu,homo,False,False,True,1.8901824951171875,1.7778873443603516,1.7764568328857422,1.7919540405273438,1.8856525421142578,1.4865398406982422,1.4181137084960938,1.4543533325195312,1.4259815216064453,1.4100074768066406,9.095430374145508,9.256839752197266,9.034872055053711,9.241104125976562,9.09113883972168,9.281396865844727,9.25588607788086,9.179830551147461,9.196996688842773,9.20414924621582 +1000,25000,cpu,homo,False,False,False,1.8475055694580078,1.6498565673828125,1.6608238220214844,1.6984939575195312,1.6107559204101562,1.6927719116210938,1.4917850494384766,1.402139663696289,1.4874935150146484,1.3914108276367188,9.235620498657227,9.12022590637207,9.277105331420898,9.26661491394043,9.319305419921875,9.17816162109375,9.330511093139648,9.16743278503418,9.271383285522461,9.008646011352539 +1000,25000,cpu,uniform,True,True,True,2.455472946166992,2.1483898162841797,1.8177032470703125,1.8162727355957031,1.8017292022705078,1.813650131225586,1.7828941345214844,1.6751289367675781,1.8453598022460938,1.4965534210205078,37.44220733642578,19.062519073486328,18.37611198425293,18.392324447631836,18.561601638793945,18.332719802856445,18.566370010375977,18.444061279296875,18.51963996887207,18.3868408203125 +1000,25000,cpu,uniform,True,True,False,2.4869441986083984,2.3698806762695312,2.093791961669922,1.7325878143310547,2.017974853515625,2.056121826171875,1.842498779296875,2.668619155883789,1.5211105346679688,1.3380050659179688,18.152236938476562,18.515825271606445,18.274784088134766,18.323659896850586,18.33200454711914,18.215656280517578,18.450260162353516,18.352746963500977,18.22662353515625,18.485546112060547 +1000,25000,cpu,uniform,False,True,True,12.558698654174805,9.198427200317383,11.341094970703125,7.7800750732421875,8.854866027832031,7.145404815673828,7.672548294067383,11.892080307006836,9.824037551879883,7.736444473266602,17.86947250366211,17.838716506958008,17.890214920043945,18.039941787719727,17.668962478637695,17.98081398010254,17.757177352905273,17.682790756225586,18.043041229248047,17.838239669799805 +1000,25000,cpu,uniform,False,True,False,11.94143295288086,9.855985641479492,6.957530975341797,12.643098831176758,14.808177947998047,13.308525085449219,13.563156127929688,13.142824172973633,12.75634765625,13.669967651367188,18.247604370117188,18.12601089477539,18.151283264160156,17.96865463256836,18.159866333007812,17.870426177978516,18.110275268554688,17.936229705810547,18.129348754882812,18.07713508605957 +1000,25000,cpu,uniform,True,False,True,2.158641815185547,2.0341873168945312,2.681732177734375,2.729654312133789,2.8111934661865234,2.568960189819336,2.1500587463378906,2.8998851776123047,2.810955047607422,2.7489662170410156,15.985965728759766,16.039609909057617,15.997171401977539,16.11924171447754,15.857219696044922,15.822410583496094,15.658855438232422,16.215801239013672,39.93034362792969,17.31252670288086 +1000,25000,cpu,uniform,True,False,False,2.919435501098633,2.9320716857910156,2.8836727142333984,2.12860107421875,2.1512508392333984,2.8753280639648438,2.6340484619140625,2.2988319396972656,2.773761749267578,1.9946098327636719,17.960548400878906,15.817642211914062,15.830516815185547,15.802145004272461,15.759706497192383,15.80357551574707,15.717744827270508,15.89822769165039,15.950202941894531,15.85531234741211 +1000,25000,cpu,uniform,False,False,True,1.664876937866211,1.6024112701416016,1.6350746154785156,1.6698837280273438,1.6033649444580078,1.68609619140625,1.4407634735107422,1.451730728149414,1.6124248504638672,1.5652179718017578,15.999078750610352,15.776634216308594,15.883445739746094,15.83719253540039,15.840530395507812,15.999078750610352,15.880823135375977,16.275882720947266,16.1435604095459,16.366958618164062 +1000,25000,cpu,uniform,False,False,False,1.920461654663086,2.004861831665039,1.825571060180664,2.0151138305664062,1.7008781433105469,1.6222000122070312,1.7380714416503906,1.8076896667480469,1.7101764678955078,1.7681121826171875,16.06917381286621,16.21413230895996,16.226768493652344,16.118764877319336,16.185998916625977,16.196727752685547,16.15595817565918,16.344308853149414,16.390562057495117,16.25514030456543 +1000,25000,cpu,normal,True,True,True,7.025003433227539,5.082130432128906,3.8111209869384766,3.8034915924072266,3.9339065551757812,3.587007522583008,3.0126571655273438,2.9218196868896484,2.5293827056884766,2.9687881469726562,33.87188911437988,34.084320068359375,33.94770622253418,34.23643112182617,34.136056900024414,33.67185592651367,33.596038818359375,33.54382514953613,33.681392669677734,33.962249755859375 +1000,25000,cpu,normal,True,True,False,4.185199737548828,3.863096237182617,5.141973495483398,3.164529800415039,3.1404495239257812,3.3223628997802734,2.804279327392578,3.0612945556640625,2.7832984924316406,2.8352737426757812,34.060001373291016,33.942222595214844,34.30891036987305,33.98776054382324,33.99968147277832,33.80441665649414,33.8289737701416,33.998966217041016,34.00230407714844,33.99777412414551 +1000,25000,cpu,normal,False,True,True,14.348268508911133,29.45542335510254,39.2603874206543,31.493425369262695,16.78919792175293,12.73345947265625,12.690305709838867,12.703180313110352,31.633853912353516,20.455360412597656,33.24174880981445,33.184051513671875,33.251285552978516,33.42914581298828,33.13732147216797,33.1120491027832,33.07747840881348,33.11324119567871,33.15615653991699,33.3254337310791 +1000,25000,cpu,normal,False,True,False,27.440786361694336,35.92681884765625,30.33924102783203,30.125141143798828,34.98101234436035,28.081417083740234,30.844688415527344,19.639968872070312,20.77770233154297,13.512849807739258,34.05427932739258,33.73908996582031,33.89096260070801,34.15393829345703,33.87022018432617,33.90026092529297,33.52832794189453,34.0573787689209,33.98394584655762,33.90669822692871 +1000,25000,cpu,normal,True,False,True,6.980419158935547,6.675004959106445,5.955934524536133,6.940603256225586,5.31315803527832,6.912708282470703,6.900548934936523,7.058143615722656,6.980180740356445,6.882667541503906,32.89079666137695,32.45878219604492,32.593488693237305,32.39607810974121,32.431840896606445,32.28259086608887,32.318830490112305,32.41920471191406,32.425642013549805,32.23109245300293 +1000,25000,cpu,normal,True,False,False,6.022930145263672,4.474878311157227,7.014036178588867,6.951808929443359,6.931304931640625,7.018804550170898,6.976842880249023,7.357120513916016,6.366491317749023,6.989240646362305,32.329559326171875,59.224605560302734,32.436370849609375,32.38224983215332,32.412052154541016,32.08780288696289,32.302141189575195,32.965898513793945,32.2721004486084,32.52124786376953 +1000,25000,cpu,normal,False,False,True,1.912832260131836,1.680612564086914,1.7211437225341797,1.8310546875,1.6160011291503906,1.556396484375,1.6524791717529297,1.4526844024658203,1.4853477478027344,1.468658447265625,32.10020065307617,31.995773315429688,32.11379051208496,32.0284366607666,32.21487998962402,32.262563705444336,32.24802017211914,32.204389572143555,32.663822174072266,32.44519233703613 +1000,25000,cpu,normal,False,False,False,1.8565654754638672,1.7294883728027344,1.8892288208007812,1.5833377838134766,1.6162395477294922,1.4886856079101562,1.5718936920166016,1.4698505401611328,1.7011165618896484,1.5454292297363281,32.323598861694336,32.44614601135254,32.4099063873291,32.05394744873047,32.029151916503906,32.073974609375,32.13095664978027,31.980276107788086,31.872034072875977,31.877517700195312 +1000,37500,cpu,homo,True,True,True,2.306699752807617,2.1944046020507812,1.989126205444336,2.5997161865234375,1.96075439453125,1.6422271728515625,1.646280288696289,2.415895462036133,1.7549991607666016,1.7733573913574219,16.253948211669922,16.446590423583984,16.31617546081543,16.22605323791504,16.13330841064453,16.244173049926758,16.304492950439453,16.375064849853516,16.27969741821289,16.451597213745117 +1000,37500,cpu,homo,True,True,False,3.0341148376464844,2.680063247680664,2.597332000732422,2.5229454040527344,2.068758010864258,2.4018287658691406,2.115488052368164,2.0651817321777344,2.4497509002685547,2.2041797637939453,16.367435455322266,16.290664672851562,16.41058921813965,16.355514526367188,16.244173049926758,16.222000122070312,16.249656677246094,16.542911529541016,16.249895095825195,16.197681427001953 +1000,37500,cpu,homo,False,True,True,15.153884887695312,18.10455322265625,14.01519775390625,21.07381820678711,15.056371688842773,12.321710586547852,10.535001754760742,7.90715217590332,6.335020065307617,5.901098251342773,15.77138900756836,15.8233642578125,15.851259231567383,15.853404998779297,15.835285186767578,15.838623046875,15.794754028320312,15.828847885131836,15.701055526733398,15.890836715698242 +1000,37500,cpu,homo,False,True,False,12.184381484985352,13.926267623901367,14.306068420410156,16.54505729675293,16.08729362487793,15.141963958740234,15.749216079711914,14.400005340576172,12.332439422607422,14.938831329345703,16.248703002929688,16.34812355041504,16.222476959228516,16.161203384399414,16.231775283813477,16.189098358154297,16.460180282592773,16.13450050354004,16.329050064086914,16.127586364746094 +1000,37500,cpu,homo,True,False,True,2.672910690307617,1.3780593872070312,3.531932830810547,3.603696823120117,2.1393299102783203,3.652334213256836,2.4938583374023438,3.4227371215820312,3.4134387969970703,3.576040267944336,13.146400451660156,13.106107711791992,13.199806213378906,13.25535774230957,13.234853744506836,13.083696365356445,13.015270233154297,13.076066970825195,13.09061050415039,13.093709945678711 +1000,37500,cpu,homo,True,False,False,2.920389175415039,2.0263195037841797,2.96783447265625,2.215147018432617,2.5937557220458984,2.325773239135742,2.3326873779296875,2.312898635864258,2.7976036071777344,2.197265625,12.984037399291992,12.86005973815918,13.058185577392578,13.036251068115234,12.939453125,12.910127639770508,13.144969940185547,12.969017028808594,12.961864471435547,13.006210327148438 +1000,37500,cpu,homo,False,False,True,2.601146697998047,2.683401107788086,2.225637435913086,2.165079116821289,2.0868778228759766,2.2232532501220703,2.009153366088867,1.8353462219238281,1.9536018371582031,1.9335746765136719,13.624429702758789,13.520956039428711,13.557910919189453,13.689041137695312,13.590335845947266,13.745546340942383,13.640165328979492,13.643026351928711,13.640165328979492,13.861417770385742 +1000,37500,cpu,homo,False,False,False,2.282857894897461,2.3849010467529297,2.313852310180664,2.348661422729492,2.1479129791259766,1.9404888153076172,1.9731521606445312,2.105712890625,2.0232200622558594,1.890420913696289,13.757467269897461,13.740301132202148,13.51785659790039,13.785839080810547,13.55886459350586,13.635635375976562,13.714075088500977,13.732671737670898,13.60321044921875,13.509750366210938 +1000,37500,cpu,uniform,True,True,True,2.847909927368164,3.145933151245117,2.173900604248047,2.20489501953125,2.2902488708496094,2.3555755615234375,1.8725395202636719,1.6493797302246094,2.205371856689453,2.245187759399414,27.627944946289062,27.850866317749023,27.890443801879883,27.59861946105957,28.070449829101562,27.99844741821289,27.714014053344727,28.00607681274414,28.054237365722656,27.7252197265625 +1000,37500,cpu,uniform,True,True,False,2.7933120727539062,2.6235580444335938,2.7654170989990234,2.0596981048583984,2.5954246520996094,2.256631851196289,2.8312206268310547,2.0122528076171875,1.7325878143310547,1.8041133880615234,27.667522430419922,27.65679359436035,27.545690536499023,27.404069900512695,27.663230895996094,27.164697647094727,27.674436569213867,27.44317054748535,27.519941329956055,27.556180953979492 +1000,37500,cpu,uniform,False,True,True,10.399341583251953,7.427215576171875,17.62104034423828,17.663240432739258,15.888690948486328,10.32567024230957,14.463424682617188,16.965150833129883,11.71255111694336,16.83640480041504,26.839733123779297,27.03118324279785,26.79157257080078,26.921987533569336,27.0388126373291,26.889562606811523,26.817798614501953,27.045488357543945,27.007102966308594,26.955842971801758 +1000,37500,cpu,uniform,False,True,False,8.226156234741211,16.789913177490234,18.151521682739258,14.624834060668945,20.174026489257812,16.063451766967773,18.01466941833496,14.878988265991211,17.09127426147461,17.88163185119629,26.695728302001953,26.74555778503418,26.866436004638672,27.031421661376953,26.917695999145508,27.07839012145996,27.05216407775879,27.242183685302734,27.246713638305664,27.440786361694336 +1000,37500,cpu,uniform,True,False,True,2.8791427612304688,4.205465316772461,2.784252166748047,3.9963722229003906,2.817869186401367,4.359245300292969,3.9196014404296875,3.9756298065185547,4.418611526489258,3.4074783325195312,23.784399032592773,23.944377899169922,23.891687393188477,23.944616317749023,42.71435737609863,23.98848533630371,23.946285247802734,23.53692054748535,23.754119873046875,23.78702163696289 +1000,37500,cpu,uniform,True,False,False,2.9768943786621094,4.30607795715332,3.5164356231689453,2.7031898498535156,3.811359405517578,4.242420196533203,4.394054412841797,4.203319549560547,4.368782043457031,4.488229751586914,23.48780632019043,43.76029968261719,23.479938507080078,23.647069931030273,23.517847061157227,23.589134216308594,23.71525764465332,23.44965934753418,23.682117462158203,23.432493209838867 +1000,37500,cpu,uniform,False,False,True,2.8824806213378906,2.311229705810547,2.3941993713378906,2.3734569549560547,2.191305160522461,2.0864009857177734,1.9521713256835938,2.047300338745117,1.962900161743164,2.0520687103271484,23.993492126464844,24.11484718322754,23.743391036987305,23.91529083251953,23.91195297241211,23.779869079589844,23.941516876220703,23.705005645751953,23.993492126464844,23.72574806213379 +1000,37500,cpu,uniform,False,False,False,2.5768280029296875,2.276182174682617,2.5298595428466797,2.378702163696289,2.1626949310302734,2.0482540130615234,2.025127410888672,2.109527587890625,1.9137859344482422,1.8925666809082031,24.258136749267578,24.15943145751953,24.053573608398438,24.054527282714844,24.227619171142578,24.05548095703125,23.892641067504883,24.309635162353516,24.235010147094727,24.30582046508789 +1000,37500,cpu,normal,True,True,True,5.161523818969727,4.565238952636719,3.985166549682617,4.013299942016602,4.179239273071289,3.462076187133789,3.312349319458008,3.1015872955322266,3.123044967651367,3.8743019104003906,50.59695243835449,50.61984062194824,69.70334053039551,49.99136924743652,50.13132095336914,49.88837242126465,49.707889556884766,49.79228973388672,49.60060119628906,49.74246025085449 +1000,37500,cpu,normal,True,True,False,4.170417785644531,5.609035491943359,4.085302352905273,3.518819808959961,3.3426284790039062,3.4520626068115234,4.38380241394043,3.541707992553711,3.3991336822509766,2.9609203338623047,53.1158447265625,51.32865905761719,50.9035587310791,51.146507263183594,50.914764404296875,50.604820251464844,50.833940505981445,50.49419403076172,50.88925361633301,50.778865814208984 +1000,37500,cpu,normal,False,True,True,50.19950866699219,34.96360778808594,42.15431213378906,40.59243202209473,43.80059242248535,38.07640075683594,30.185937881469727,24.515628814697266,36.101341247558594,32.25255012512207,49.842119216918945,49.86453056335449,49.681663513183594,49.880027770996094,49.99709129333496,50.18758773803711,50.24433135986328,50.55427551269531,50.126075744628906,50.36807060241699 +1000,37500,cpu,normal,False,True,False,32.62782096862793,28.722524642944336,45.45307159423828,32.35435485839844,40.57621955871582,35.36653518676758,39.08944129943848,46.32139205932617,24.605751037597656,40.11082649230957,50.865888595581055,51.250457763671875,51.1476993560791,50.99606513977051,50.73380470275879,50.77862739562988,50.666093826293945,50.52590370178223,50.43768882751465,50.74453353881836 +1000,37500,cpu,normal,True,False,True,7.006645202636719,8.840799331665039,6.58726692199707,7.457733154296875,10.496377944946289,6.787776947021484,10.470151901245117,8.870124816894531,10.549783706665039,10.390996932983398,48.815250396728516,48.7208366394043,48.676252365112305,49.02768135070801,48.54631423950195,48.68054389953613,48.37226867675781,48.23565483093262,47.97554016113281,48.2177734375 +1000,37500,cpu,normal,True,False,False,8.226633071899414,7.752180099487305,6.592750549316406,7.158517837524414,7.937431335449219,6.749391555786133,6.628751754760742,10.396480560302734,10.074615478515625,8.498430252075195,48.864126205444336,48.51698875427246,48.86651039123535,48.95615577697754,48.768043518066406,48.70343208312988,48.36583137512207,48.17032814025879,48.3851432800293,75.25634765625 +1000,37500,cpu,normal,False,False,True,2.5146007537841797,2.6073455810546875,2.4766921997070312,2.1924972534179688,2.0749568939208984,2.220630645751953,2.0749568939208984,2.035856246948242,2.0787715911865234,1.7905235290527344,48.99263381958008,48.53558540344238,48.796892166137695,48.79283905029297,48.256874084472656,48.44856262207031,48.45738410949707,48.323869705200195,47.987937927246094,47.5311279296875 +1000,37500,cpu,normal,False,False,False,2.672910690307617,2.6369094848632812,2.469301223754883,2.207040786743164,2.299070358276367,2.355337142944336,2.258777618408203,1.8711090087890625,2.059459686279297,1.8477439880371094,48.64978790283203,49.40629005432129,48.60258102416992,48.59757423400879,48.49720001220703,48.44856262207031,48.53701591491699,48.28476905822754,48.415422439575195,48.053741455078125 +1000,50000,cpu,homo,True,True,True,2.730131149291992,2.3784637451171875,2.2704601287841797,2.152681350708008,2.4607181549072266,2.2056102752685547,1.9404888153076172,1.855611801147461,2.171039581298828,2.410411834716797,21.609067916870117,21.595001220703125,21.530628204345703,21.701335906982422,21.754026412963867,21.539688110351562,21.800756454467773,21.677255630493164,21.59905433654785,21.57306671142578 +1000,50000,cpu,homo,True,True,False,3.7822723388671875,3.142118453979492,2.8870105743408203,2.425670623779297,2.3212432861328125,2.1162033081054688,2.8188228607177734,2.6183128356933594,2.3550987243652344,1.9145011901855469,21.714448928833008,22.140979766845703,22.219419479370117,22.072315216064453,22.006988525390625,21.698951721191406,21.841049194335938,21.573543548583984,21.89040184020996,21.49176597595215 +1000,50000,cpu,homo,False,True,True,16.721487045288086,19.786596298217773,14.353036880493164,18.39613914489746,19.564151763916016,17.61603355407715,15.981197357177734,13.991594314575195,12.158870697021484,18.35155487060547,21.212339401245117,20.880937576293945,21.092891693115234,21.30293846130371,21.142244338989258,21.080732345581055,21.32105827331543,21.34847640991211,21.150827407836914,21.05426788330078 +1000,50000,cpu,homo,False,True,False,19.44756507873535,19.344806671142578,20.203351974487305,20.05624771118164,19.646644592285156,15.64335823059082,17.400264739990234,19.558191299438477,19.963502883911133,19.797801971435547,21.55160903930664,21.554946899414062,21.394968032836914,21.390199661254883,21.512985229492188,21.43263816833496,21.464824676513672,21.503210067749023,21.7592716217041,21.358489990234375 +1000,50000,cpu,homo,True,False,True,3.3636093139648438,2.602100372314453,4.319906234741211,3.1387805938720703,3.349781036376953,3.3385753631591797,4.131793975830078,4.745960235595703,4.480600357055664,3.7691593170166016,17.525196075439453,17.922639846801758,17.792701721191406,17.481327056884766,17.569780349731445,17.55356788635254,17.499208450317383,17.576932907104492,17.6088809967041,17.431974411010742 +1000,50000,cpu,homo,True,False,False,2.925872802734375,4.621744155883789,3.8542747497558594,3.6156177520751953,3.762483596801758,4.22978401184082,4.080533981323242,5.328893661499023,4.190683364868164,3.859281539916992,17.595529556274414,17.524003982543945,17.650365829467773,17.684221267700195,17.370223999023438,17.35663414001465,17.655611038208008,17.466306686401367,17.485380172729492,17.42386817932129 +1000,50000,cpu,homo,False,False,True,3.1054019927978516,2.8219223022460938,2.552509307861328,2.601146697998047,2.634763717651367,2.4309158325195312,2.2749900817871094,2.287149429321289,2.1905899047851562,2.2449493408203125,18.31984519958496,18.54419708251953,18.320322036743164,18.274307250976562,18.225908279418945,18.23902130126953,18.231630325317383,18.167495727539062,18.308401107788086,18.08929443359375 +1000,50000,cpu,homo,False,False,False,2.9020309448242188,3.0319690704345703,2.9757022857666016,2.500772476196289,2.4280548095703125,2.6450157165527344,2.422332763671875,2.459287643432617,2.2361278533935547,2.3403167724609375,18.461942672729492,18.307209014892578,18.80168914794922,18.640756607055664,18.594026565551758,18.422603607177734,18.52703094482422,18.494606018066406,18.46599578857422,18.724679946899414 +1000,50000,cpu,uniform,True,True,True,2.8984546661376953,2.7701854705810547,2.7801990509033203,2.5098323822021484,2.4955272674560547,2.7823448181152344,2.1619796752929688,2.8400421142578125,2.3860931396484375,1.913309097290039,36.59963607788086,36.34047508239746,36.2093448638916,36.10587120056152,53.992271423339844,36.20100021362305,36.29326820373535,36.339521408081055,36.3466739654541,36.60416603088379 +1000,50000,cpu,uniform,True,True,False,2.9108524322509766,3.6754608154296875,3.064870834350586,2.9931068420410156,2.943277359008789,2.9325485229492188,2.713441848754883,2.5403499603271484,2.5954246520996094,2.2614002227783203,36.92269325256348,36.64517402648926,36.90528869628906,37.00900077819824,60.66131591796875,36.534786224365234,36.56125068664551,36.870718002319336,61.432838439941406,36.711931228637695 +1000,50000,cpu,uniform,False,True,True,19.80876922607422,20.999908447265625,23.9105224609375,21.80957794189453,16.41082763671875,11.790990829467773,8.187294006347656,8.989572525024414,13.48114013671875,21.169662475585938,36.32330894470215,35.962581634521484,36.07511520385742,35.95471382141113,36.253929138183594,36.26060485839844,35.654306411743164,36.055564880371094,35.97402572631836,35.99071502685547 +1000,50000,cpu,uniform,False,True,False,10.700225830078125,9.288787841796875,7.774114608764648,12.949705123901367,9.78541374206543,8.15582275390625,21.5299129486084,12.494802474975586,21.080493927001953,18.63265037536621,36.25941276550293,36.15140914916992,35.87675094604492,36.07487678527832,36.049842834472656,35.92944145202637,36.173105239868164,36.29875183105469,36.09347343444824,36.29279136657715 +1000,50000,cpu,uniform,True,False,True,5.550384521484375,5.404472351074219,5.927801132202148,5.716562271118164,5.723714828491211,5.832195281982422,5.7811737060546875,5.805492401123047,5.889654159545898,5.8116912841796875,31.684398651123047,31.79025650024414,31.71539306640625,31.44097328186035,31.71515464782715,31.40997886657715,31.494855880737305,71.91085815429688,52.52480506896973,32.35673904418945 +1000,50000,cpu,uniform,True,False,False,3.647327423095703,3.701925277709961,5.472898483276367,4.606962203979492,4.721879959106445,5.338191986083984,5.51295280456543,5.818843841552734,5.818843841552734,5.832195281982422,31.3875675201416,31.224966049194336,31.199932098388672,31.133174896240234,31.137943267822266,31.1739444732666,30.971050262451172,49.890756607055664,31.208515167236328,31.240224838256836 +1000,50000,cpu,uniform,False,False,True,2.815723419189453,3.0105113983154297,2.481222152709961,2.3882389068603516,2.427339553833008,2.2726058959960938,2.456188201904297,2.3131370544433594,2.217531204223633,2.357959747314453,32.31453895568848,32.299041748046875,32.052040100097656,32.03606605529785,32.2568416595459,32.37652778625488,32.27734565734863,31.880617141723633,31.935930252075195,31.76283836364746 +1000,50000,cpu,uniform,False,False,False,2.9594898223876953,3.045320510864258,2.810239791870117,2.716064453125,2.4628639221191406,2.4499893188476562,2.3894309997558594,2.2079944610595703,2.170562744140625,2.237558364868164,32.4399471282959,32.404184341430664,32.35936164855957,32.52577781677246,32.50384330749512,32.25255012512207,32.260894775390625,32.207489013671875,32.34243392944336,32.17744827270508 +1000,50000,cpu,normal,True,True,True,5.197763442993164,5.8879852294921875,4.853963851928711,4.525899887084961,4.852533340454102,4.090547561645508,4.337072372436523,4.074573516845703,5.300998687744141,5.15437126159668,67.7335262298584,69.55981254577637,67.24214553833008,66.89953804016113,67.30008125305176,67.45696067810059,66.81251525878906,66.7426586151123,67.44623184204102,67.7342414855957 +1000,50000,cpu,normal,True,True,False,6.761789321899414,4.936933517456055,4.50587272644043,4.363775253295898,4.599332809448242,4.041194915771484,4.492282867431641,4.848957061767578,4.006385803222656,4.925966262817383,67.3222541809082,67.80648231506348,67.77477264404297,67.34323501586914,68.09043884277344,68.0532455444336,68.17126274108887,67.86704063415527,67.49510765075684,67.97671318054199 +1000,50000,cpu,normal,False,True,True,42.5257682800293,65.35625457763672,40.86470603942871,35.410165786743164,60.343027114868164,41.03851318359375,50.893306732177734,37.50300407409668,53.878068923950195,53.63941192626953,66.26272201538086,66.5888786315918,66.91288948059082,67.1529769897461,66.80989265441895,66.91551208496094,66.9243335723877,67.51179695129395,67.30985641479492,67.05236434936523 +1000,50000,cpu,normal,False,True,False,52.79707908630371,54.35633659362793,51.29098892211914,42.54770278930664,49.34549331665039,47.68705368041992,42.18912124633789,42.51599311828613,41.88847541809082,44.527530670166016,67.15965270996094,67.17896461486816,66.79439544677734,66.92647933959961,67.04950332641602,66.88904762268066,67.53230094909668,67.27218627929688,66.96748733520508,67.86680221557617 +1000,50000,cpu,normal,True,False,True,11.961698532104492,13.353347778320312,11.369466781616211,8.745908737182617,8.759021759033203,6.53386116027832,13.096094131469727,9.244441986083984,10.306835174560547,13.102531433105469,86.52472496032715,64.93115425109863,64.7580623626709,64.97573852539062,65.10496139526367,65.07301330566406,65.84024429321289,64.92447853088379,64.52417373657227,64.5592212677002 +1000,50000,cpu,normal,True,False,False,8.619070053100586,8.772134780883789,8.654356002807617,8.71729850769043,8.585691452026367,11.876106262207031,8.678436279296875,9.21630859375,9.718656539916992,8.919477462768555,64.8036003112793,64.79668617248535,64.96405601501465,64.92304801940918,65.31500816345215,64.79716300964355,64.52035903930664,64.23783302307129,64.1329288482666,64.2693042755127 +1000,50000,cpu,normal,False,False,True,3.2415390014648438,2.768993377685547,2.6695728302001953,3.278017044067383,2.739429473876953,2.247333526611328,2.3651123046875,2.3534297943115234,2.377748489379883,2.0368099212646484,64.96596336364746,64.5754337310791,64.19181823730469,64.05830383300781,64.03684616088867,64.3770694732666,63.97128105163574,63.89617919921875,64.46003913879395,64.12053108215332 +1000,50000,cpu,normal,False,False,False,3.0078887939453125,2.6941299438476562,2.5260448455810547,2.6557445526123047,2.5200843811035156,2.3734569549560547,2.5229454040527344,2.384185791015625,2.251863479614258,2.1648406982421875,65.07301330566406,64.48197364807129,64.67509269714355,64.3925666809082,64.40615653991699,64.41283226013184,64.41712379455566,64.44883346557617,64.71848487854004,64.75281715393066 +2500,1000,cpu,homo,True,True,True,1.1129379272460938,1.1997222900390625,1.1487007141113281,1.2521743774414062,0.5810260772705078,1.2357234954833984,1.3358592987060547,1.3170242309570312,1.0950565338134766,1.361846923828125,2.6695728302001953,1.7917156219482422,1.8053054809570312,1.7948150634765625,1.7948150634765625,1.775979995727539,1.5597343444824219,1.177072525024414,1.1725425720214844,1.1775493621826172 +2500,1000,cpu,homo,True,True,False,1.2426376342773438,1.2116432189941406,1.1768341064453125,1.171112060546875,1.1866092681884766,1.1832714080810547,1.2564659118652344,1.3391971588134766,1.3413429260253906,1.3070106506347656,1.0886192321777344,1.0895729064941406,1.081228256225586,1.0194778442382812,1.0879039764404297,1.1162757873535156,1.0516643524169922,1.0509490966796875,1.0423660278320312,1.12152099609375 +2500,1000,cpu,homo,False,True,True,0.5371570587158203,0.5052089691162109,0.5309581756591797,0.5142688751220703,0.5180835723876953,0.5261898040771484,0.5273818969726562,0.5021095275878906,0.5369186401367188,0.5249977111816406,1.1420249938964844,1.1250972747802734,1.1241436004638672,1.1301040649414062,1.1229515075683594,1.047372817993164,1.0266304016113281,1.1391639709472656,1.0917186737060547,1.1336803436279297 +2500,1000,cpu,homo,False,True,False,0.6716251373291016,0.7760524749755859,0.5903244018554688,0.5903244018554688,0.5776882171630859,0.6225109100341797,0.5855560302734375,0.8013248443603516,0.8020401000976562,0.7665157318115234,1.0242462158203125,1.0249614715576172,1.1258125305175781,1.1441707611083984,1.055002212524414,1.054525375366211,1.1188983917236328,1.1188983917236328,1.1191368103027344,1.125335693359375 +2500,1000,cpu,homo,True,False,True,0.5564689636230469,0.4086494445800781,0.5273818969726562,0.370025634765625,0.5407333374023438,0.3979206085205078,0.4601478576660156,0.4115104675292969,0.4107952117919922,0.3986358642578125,0.9188652038574219,0.8714199066162109,0.8733272552490234,0.9646415710449219,0.9524822235107422,0.8709430694580078,0.8728504180908203,0.9069442749023438,0.9560585021972656,0.9059906005859375 +2500,1000,cpu,homo,True,False,False,0.461578369140625,0.4029273986816406,0.42724609375,0.335693359375,0.4172325134277344,0.4382133483886719,0.44417381286621094,0.354766845703125,0.48422813415527344,0.4184246063232422,0.9202957153320312,0.8819103240966797,0.8814334869384766,0.9295940399169922,0.9434223175048828,0.9474754333496094,0.9272098541259766,0.9469985961914062,0.9429454803466797,0.8778572082519531 +2500,1000,cpu,homo,False,False,True,0.3037452697753906,0.23698806762695312,0.2589225769042969,0.3180503845214844,0.2391338348388672,0.29778480529785156,0.29206275939941406,0.3075599670410156,0.22983551025390625,0.3151893615722656,0.9286403656005859,0.9272098541259766,0.8718967437744141,0.9160041809082031,0.9288787841796875,0.9143352508544922,0.9286403656005859,0.9052753448486328,0.9281635284423828,0.8666515350341797 +2500,1000,cpu,homo,False,False,False,0.38552284240722656,0.3209114074707031,0.32830238342285156,0.32973289489746094,0.37932395935058594,0.3788471221923828,0.3228187561035156,0.324249267578125,0.5271434783935547,0.36597251892089844,0.9217262268066406,0.8721351623535156,0.9150505065917969,0.9453296661376953,0.9293556213378906,0.9210109710693359,0.9212493896484375,0.9191036224365234,0.9188652038574219,0.9326934814453125 +2500,1000,cpu,uniform,True,True,True,1.5759468078613281,1.5530586242675781,1.5180110931396484,1.4810562133789062,1.4958381652832031,1.4202594757080078,1.6317367553710938,1.7783641815185547,1.7516613006591797,1.6829967498779297,1.8570423126220703,1.9702911376953125,1.9364356994628906,1.935720443725586,1.8239021301269531,1.9044876098632812,1.8575191497802734,1.9068717956542969,1.8985271453857422,1.8498897552490234 +2500,1000,cpu,uniform,True,True,False,1.4109611511230469,1.5037059783935547,1.5246868133544922,1.4274120330810547,2.3670196533203125,1.1212825775146484,1.7485618591308594,1.6961097717285156,1.9786357879638672,1.7316341400146484,1.9071102142333984,1.913309097290039,1.7964839935302734,1.8160343170166016,1.9061565399169922,1.913309097290039,1.9049644470214844,1.8110275268554688,1.9183158874511719,1.9032955169677734 +2500,1000,cpu,uniform,False,True,True,0.6728172302246094,0.6518363952636719,0.7138252258300781,0.6756782531738281,0.6535053253173828,0.6759166717529297,0.6494522094726562,0.6604194641113281,0.7076263427734375,0.6854534149169922,1.9557476043701172,1.928091049194336,1.9307136535644531,1.9917488098144531,1.936197280883789,1.9793510437011719,1.9068717956542969,1.9609928131103516,1.9354820251464844,1.9283294677734375 +2500,1000,cpu,uniform,False,True,False,0.667572021484375,0.6856918334960938,0.7059574127197266,0.6496906280517578,0.6561279296875,0.6551742553710938,0.659942626953125,0.6830692291259766,0.6518363952636719,0.9293556213378906,1.9483566284179688,1.9385814666748047,1.926422119140625,1.9865036010742188,1.9688606262207031,1.9485950469970703,1.9366741180419922,1.9736289978027344,1.9452571868896484,1.9750595092773438 +2500,1000,cpu,uniform,True,False,True,0.6475448608398438,0.6682872772216797,0.6527900695800781,0.7100105285644531,0.6442070007324219,0.6196498870849609,0.6482601165771484,0.6241798400878906,0.6854534149169922,0.6365776062011719,1.5468597412109375,1.6846656799316406,1.6553401947021484,1.6641616821289062,1.692056655883789,1.6880035400390625,1.7292499542236328,1.7011165618896484,1.5976428985595703,1.6319751739501953 +2500,1000,cpu,uniform,True,False,False,0.5972385406494141,0.8165836334228516,0.8461475372314453,0.7359981536865234,0.7350444793701172,0.6015300750732422,0.6465911865234375,0.5393028259277344,0.6592273712158203,0.6461143493652344,1.7235279083251953,1.5676021575927734,1.6472339630126953,1.6973018646240234,1.5647411346435547,1.7228126525878906,1.6720294952392578,1.7042160034179688,1.7218589782714844,1.7385482788085938 +2500,1000,cpu,uniform,False,False,True,0.286102294921875,0.3688335418701172,0.3581047058105469,0.37288665771484375,0.3218650817871094,0.2779960632324219,0.40650367736816406,0.3509521484375,0.3039836883544922,0.3483295440673828,1.6620159149169922,1.6667842864990234,1.6884803771972656,1.691579818725586,1.7464160919189453,1.7020702362060547,1.7054080963134766,1.7137527465820312,1.6672611236572266,1.6760826110839844 +2500,1000,cpu,uniform,False,False,False,0.34332275390625,0.3864765167236328,0.3809928894042969,0.2944469451904297,0.39267539978027344,0.3936290740966797,0.2930164337158203,0.3981590270996094,0.2872943878173828,0.3941059112548828,1.6837120056152344,1.6911029815673828,1.7392635345458984,1.6818046569824219,1.7201900482177734,1.718759536743164,1.7170906066894531,1.7044544219970703,1.7025470733642578,1.689910888671875 +2500,1000,cpu,normal,True,True,True,4.326105117797852,4.356861114501953,3.210783004760742,3.355264663696289,4.3430328369140625,4.315853118896484,4.546642303466797,4.925966262817383,4.771232604980469,4.700660705566406,3.3800601959228516,3.4906864166259766,3.389120101928711,3.256082534790039,3.3385753631591797,3.4384727478027344,3.4890174865722656,3.4117698669433594,3.3621788024902344,3.2837390899658203 +2500,1000,cpu,normal,True,True,False,4.120111465454102,4.4956207275390625,4.462480545043945,4.662513732910156,4.634380340576172,3.751516342163086,3.522634506225586,3.5245418548583984,2.4919509887695312,4.470348358154297,3.4956932067871094,3.503561019897461,3.5445690155029297,3.415346145629883,3.3936500549316406,3.559112548828125,3.469228744506836,3.5562515258789062,3.4618377685546875,3.4418106079101562 +2500,1000,cpu,normal,False,True,True,1.9214153289794922,2.4552345275878906,1.8765926361083984,1.8720626831054688,1.9881725311279297,1.9257068634033203,1.7910003662109375,1.9505023956298828,2.2079944610595703,1.9869804382324219,3.5021305084228516,3.448486328125,3.3898353576660156,3.5533905029296875,3.524303436279297,3.517627716064453,3.4720897674560547,3.4847259521484375,3.5173892974853516,3.500223159790039 +2500,1000,cpu,normal,False,True,False,1.9376277923583984,2.5551319122314453,1.8990039825439453,1.8570423126220703,2.1610260009765625,3.3693313598632812,2.8829574584960938,2.1195411682128906,2.0008087158203125,2.4251937866210938,3.544330596923828,3.5898685455322266,3.5948753356933594,3.5364627838134766,3.4456253051757812,3.5431385040283203,3.579378128051758,3.4873485565185547,3.5004615783691406,3.571748733520508 +2500,1000,cpu,normal,True,False,True,0.4763603210449219,0.4742145538330078,0.4916191101074219,0.49614906311035156,0.4661083221435547,0.49185752868652344,0.48160552978515625,0.47087669372558594,0.46181678771972656,0.49424171447753906,3.388643264770508,3.390789031982422,3.3316612243652344,3.381013870239258,3.2739639282226562,3.384828567504883,3.3495426177978516,3.312826156616211,3.3833980560302734,3.321409225463867 +2500,1000,cpu,normal,True,False,False,0.5047321319580078,0.4813671112060547,0.5917549133300781,0.4634857177734375,0.4985332489013672,0.4801750183105469,0.5245208740234375,0.4851818084716797,0.49424171447753906,0.4863739013671875,3.302335739135742,3.304004669189453,3.412008285522461,3.24249267578125,3.3500194549560547,3.259420394897461,3.339529037475586,3.3965110778808594,3.3876895904541016,3.2355785369873047 +2500,1000,cpu,normal,False,False,True,0.5209445953369141,0.5567073822021484,0.7877349853515625,0.7765293121337891,0.5433559417724609,0.7810592651367188,0.7834434509277344,0.5271434783935547,0.7562637329101562,0.5421638488769531,3.5555362701416016,3.551483154296875,3.3876895904541016,3.3483505249023438,3.455638885498047,3.418445587158203,3.4084320068359375,3.377676010131836,3.3249855041503906,3.3812522888183594 +2500,1000,cpu,normal,False,False,False,0.7894039154052734,0.5228519439697266,0.7643699645996094,0.7660388946533203,0.5326271057128906,0.7798671722412109,0.8838176727294922,0.9624958038330078,1.0075569152832031,0.6756782531738281,3.328561782836914,3.3578872680664062,3.4155845642089844,3.448486328125,3.4105777740478516,3.4139156341552734,3.279447555541992,3.3948421478271484,3.3829212188720703,3.4186840057373047 +2500,2500,cpu,homo,True,True,True,1.1649131774902344,1.2104511260986328,1.1849403381347656,1.1897087097167969,1.703500747680664,1.2183189392089844,1.569986343383789,1.2295246124267578,1.2469291687011719,1.3420581817626953,2.550840377807617,2.794504165649414,2.7780532836914062,2.7167797088623047,2.757549285888672,2.7589797973632812,2.590179443359375,2.6979446411132812,2.778768539428711,2.6760101318359375 +2500,2500,cpu,homo,True,True,False,1.7545223236083984,1.2862682342529297,1.2178421020507812,1.7139911651611328,1.6629695892333984,1.6617774963378906,1.355886459350586,1.3630390167236328,1.2488365173339844,1.2462139129638672,2.7120113372802734,2.7475357055664062,2.7608871459960938,2.5980472564697266,2.8047561645507812,2.7704238891601562,2.6710033416748047,2.7854442596435547,2.7933120727539062,2.6743412017822266 +2500,2500,cpu,homo,False,True,True,1.1966228485107422,1.2259483337402344,1.2595653533935547,1.3079643249511719,1.6636848449707031,1.2199878692626953,2.1448135375976562,1.8296241760253906,1.604318618774414,1.4467239379882812,2.7992725372314453,2.715587615966797,2.699613571166992,2.655029296875,2.7756690979003906,2.782583236694336,2.6738643646240234,2.7506351470947266,2.6404857635498047,2.7303695678710938 +2500,2500,cpu,homo,False,True,False,1.9116401672363281,1.7621517181396484,1.302480697631836,1.7497539520263672,1.83868408203125,1.295328140258789,1.6751289367675781,1.3990402221679688,1.2617111206054688,1.2106895446777344,2.700328826904297,2.773761749267578,2.6433467864990234,2.7418136596679688,2.7883052825927734,2.672910690307617,2.5947093963623047,2.7670860290527344,2.7663707733154297,2.6929378509521484 +2500,2500,cpu,homo,True,False,True,0.6389617919921875,0.5629062652587891,0.6251335144042969,0.5967617034912109,0.7419586181640625,0.5140304565429688,0.5517005920410156,0.5617141723632812,0.66375732421875,0.5862712860107422,3.4215450286865234,3.425121307373047,2.6493072509765625,6.210565567016602,7.28154182434082,6.341457366943359,4.527807235717773,4.477977752685547,3.0095577239990234,3.025531768798828 +2500,2500,cpu,homo,True,False,False,0.6659030914306641,0.5652904510498047,0.6022453308105469,0.6110668182373047,0.6785392761230469,0.5981922149658203,0.54168701171875,0.6771087646484375,0.6392002105712891,0.6995201110839844,2.195596694946289,2.294778823852539,2.287626266479492,2.2470951080322266,2.279043197631836,2.1185874938964844,2.2606849670410156,2.144336700439453,2.2933483123779297,2.2869110107421875 +2500,2500,cpu,homo,False,False,True,0.8873939514160156,0.5915164947509766,0.7665157318115234,0.6532669067382812,0.8342266082763672,0.6868839263916016,0.8084774017333984,0.6375312805175781,0.8072853088378906,0.7703304290771484,2.3071765899658203,2.3348331451416016,2.2683143615722656,2.2766590118408203,2.3043155670166016,2.3119449615478516,2.2895336151123047,2.245187759399414,2.309560775756836,2.279996871948242 +2500,2500,cpu,homo,False,False,False,0.7569789886474609,0.6020069122314453,0.7946491241455078,0.6337165832519531,0.5996227264404297,0.6709098815917969,0.7879734039306641,0.827789306640625,0.8234977722167969,0.8058547973632812,2.2897720336914062,2.296924591064453,2.240419387817383,2.226591110229492,2.2385120391845703,2.233266830444336,2.184152603149414,2.1729469299316406,2.306222915649414,2.2411346435546875 +2500,2500,cpu,uniform,True,True,True,1.491546630859375,1.4946460723876953,1.4562606811523438,1.4731884002685547,1.4472007751464844,2.1059513092041016,1.5320777893066406,1.6405582427978516,1.5103816986083984,1.506805419921875,4.748344421386719,4.755258560180664,4.617929458618164,4.738569259643555,4.653215408325195,4.5261383056640625,4.581928253173828,4.782199859619141,4.702568054199219,4.697084426879883 +2500,2500,cpu,uniform,True,True,False,1.4781951904296875,1.5742778778076172,1.7514228820800781,2.000093460083008,2.1283626556396484,1.5141963958740234,1.537322998046875,1.825094223022461,1.5866756439208984,1.9004344940185547,4.626989364624023,4.549503326416016,4.70423698425293,4.728555679321289,4.624128341674805,4.644155502319336,4.691123962402344,4.581212997436523,4.444122314453125,4.525184631347656 +2500,2500,cpu,uniform,False,True,True,2.173900604248047,1.4986991882324219,2.0973682403564453,1.4688968658447266,1.6312599182128906,1.7435550689697266,2.251148223876953,1.542806625366211,2.094268798828125,1.462697982788086,4.679441452026367,4.6176910400390625,4.748106002807617,4.580020904541016,4.50897216796875,4.57310676574707,4.628181457519531,4.674196243286133,4.680633544921875,4.703760147094727 +2500,2500,cpu,uniform,False,True,False,1.6100406646728516,1.6911029815673828,1.7588138580322266,1.8384456634521484,1.5854835510253906,2.3026466369628906,2.3162364959716797,1.6810894012451172,2.2716522216796875,1.8205642700195312,4.600286483764648,4.692792892456055,4.683732986450195,4.6253204345703125,4.660129547119141,4.71043586730957,4.607677459716797,4.579782485961914,4.698991775512695,4.728555679321289 +2500,2500,cpu,uniform,True,False,True,0.7290840148925781,0.7112026214599609,0.629425048828125,0.6635189056396484,0.7152557373046875,0.6570816040039062,0.6072521209716797,0.7226467132568359,0.6101131439208984,0.7526874542236328,3.997325897216797,3.9145946502685547,3.9451122283935547,4.169464111328125,4.106760025024414,3.933429718017578,3.8928985595703125,3.963470458984375,4.063606262207031,3.9823055267333984 +2500,2500,cpu,uniform,True,False,False,0.6346702575683594,0.6935596466064453,0.6403923034667969,0.7493495941162109,0.5466938018798828,0.6368160247802734,0.6186962127685547,0.6499290466308594,0.640869140625,0.6401538848876953,4.062414169311523,4.103422164916992,4.015207290649414,4.074335098266602,4.113197326660156,4.110097885131836,4.072666168212891,4.094123840332031,4.115819931030273,4.184961318969727 +2500,2500,cpu,uniform,False,False,True,0.6184577941894531,0.7269382476806641,0.5793571472167969,0.7476806640625,0.7016658782958984,0.7565021514892578,0.5660057067871094,0.7631778717041016,0.7059574127197266,0.7309913635253906,4.025459289550781,4.251718521118164,4.072666168212891,4.115819931030273,3.9763450622558594,4.243373870849609,4.150629043579102,4.124641418457031,4.090547561645508,4.235267639160156 +2500,2500,cpu,uniform,False,False,False,0.6515979766845703,0.5960464477539062,0.7593631744384766,0.6337165832519531,0.6253719329833984,0.6616115570068359,0.7500648498535156,0.6337165832519531,0.6086826324462891,0.6461143493652344,4.085063934326172,3.9398670196533203,4.156589508056641,4.038095474243164,4.076242446899414,3.9870738983154297,4.0493011474609375,4.170656204223633,4.047155380249023,4.109859466552734 +2500,2500,cpu,normal,True,True,True,4.642963409423828,4.584312438964844,4.934072494506836,5.934476852416992,4.518747329711914,5.923748016357422,7.018566131591797,6.70170783996582,4.787921905517578,5.860328674316406,8.65030288696289,8.41832160949707,8.453845977783203,8.452415466308594,8.55398178100586,8.44883918762207,8.602380752563477,8.460044860839844,8.478641510009766,8.449792861938477 +2500,2500,cpu,normal,True,True,False,4.900455474853516,6.7386627197265625,4.6062469482421875,5.688905715942383,4.657268524169922,4.5795440673828125,6.301641464233398,4.668951034545898,4.999637603759766,4.607200622558594,8.61811637878418,8.634328842163086,8.39996337890625,8.591175079345703,8.348703384399414,8.590936660766602,8.356571197509766,8.620500564575195,8.493423461914062,8.60452651977539 +2500,2500,cpu,normal,False,True,True,6.282329559326172,4.645109176635742,4.683971405029297,4.649877548217773,4.607677459716797,5.153417587280273,5.143880844116211,4.631757736206055,5.849599838256836,4.7512054443359375,8.388757705688477,8.38327407836914,8.460283279418945,8.414506912231445,8.549690246582031,8.452892303466797,8.482694625854492,8.314847946166992,8.439302444458008,8.2244873046875 +2500,2500,cpu,normal,False,True,False,4.739046096801758,4.511117935180664,5.232810974121094,6.037235260009766,4.614353179931641,5.359888076782227,4.558801651000977,4.862070083618164,6.670236587524414,4.6234130859375,8.36324691772461,8.629560470581055,8.379936218261719,8.671998977661133,8.505821228027344,8.673429489135742,8.508443832397461,8.620500564575195,8.610248565673828,8.578300476074219 +2500,2500,cpu,normal,True,False,True,0.8294582366943359,0.8938312530517578,0.8847713470458984,0.8072853088378906,0.9849071502685547,0.8640289306640625,0.9198188781738281,0.9102821350097656,0.9434223175048828,0.9136199951171875,8.351325988769531,8.100509643554688,8.29625129699707,8.233070373535156,8.260250091552734,8.28099250793457,8.341312408447266,8.083581924438477,8.316993713378906,8.225202560424805 +2500,2500,cpu,normal,True,False,False,0.9431838989257812,0.8804798126220703,0.8814334869384766,0.873565673828125,0.9167194366455078,0.9245872497558594,0.9357929229736328,0.8823871612548828,0.8573532104492188,1.4569759368896484,8.095741271972656,8.220195770263672,8.14366340637207,8.182525634765625,8.16202163696289,8.333206176757812,8.082151412963867,8.218765258789062,8.140325546264648,8.233070373535156 +2500,2500,cpu,normal,False,False,True,0.9362697601318359,0.9438991546630859,0.9484291076660156,0.9555816650390625,0.8871555328369141,0.9412765502929688,0.9276866912841797,0.9949207305908203,0.9088516235351562,0.9045600891113281,8.097410202026367,8.384227752685547,8.114099502563477,8.315801620483398,8.118867874145508,8.2244873046875,8.196830749511719,8.187532424926758,8.15272331237793,8.140802383422852 +2500,2500,cpu,normal,False,False,False,1.0752677917480469,1.0383129119873047,1.0738372802734375,0.9462833404541016,0.9093284606933594,0.9036064147949219,0.9217262268066406,0.8745193481445312,0.9732246398925781,1.03759765625,8.222341537475586,8.124113082885742,8.20159912109375,8.054494857788086,8.225440979003906,8.126497268676758,8.187055587768555,8.343696594238281,8.323907852172852,8.382320404052734 +2500,5000,cpu,homo,True,True,True,1.7502307891845703,1.6529560089111328,1.7566680908203125,1.718759536743164,1.7371177673339844,1.7178058624267578,1.649618148803711,1.8794536590576172,1.8732547760009766,2.3703575134277344,5.340576171875,5.450010299682617,5.376100540161133,5.507707595825195,5.39708137512207,5.445003509521484,5.278348922729492,5.479574203491211,5.384683609008789,5.237340927124023 +2500,5000,cpu,homo,True,True,False,1.7306804656982422,1.2438297271728516,1.7158985137939453,1.7383098602294922,1.827239990234375,2.3772716522216797,1.962900161743164,2.0291805267333984,1.7476081848144531,1.7521381378173828,5.369663238525391,5.459070205688477,5.28264045715332,5.201816558837891,5.520820617675781,5.322933197021484,5.228519439697266,5.462169647216797,5.3272247314453125,5.301475524902344 +2500,5000,cpu,homo,False,True,True,2.11334228515625,2.455472946166992,2.2051334381103516,2.4132728576660156,2.1905899047851562,2.2690296173095703,2.302885055541992,2.133607864379883,2.255678176879883,2.154111862182617,5.309104919433594,5.372285842895508,5.206108093261719,5.252361297607422,5.325555801391602,5.214929580688477,5.214452743530273,5.3730010986328125,5.363941192626953,5.15294075012207 +2500,5000,cpu,homo,False,True,False,2.450704574584961,2.2399425506591797,2.2857189178466797,2.292633056640625,3.1452178955078125,2.2232532501220703,2.295970916748047,3.1681060791015625,2.840757369995117,2.650737762451172,5.288839340209961,5.270719528198242,5.345344543457031,5.2642822265625,5.258321762084961,5.341291427612305,5.125999450683594,5.243062973022461,5.359172821044922,5.118846893310547 +2500,5000,cpu,homo,True,False,True,0.9515285491943359,0.9129047393798828,0.7634162902832031,1.0724067687988281,0.6866455078125,0.7760524749755859,1.0519027709960938,0.7905960083007812,1.0249614715576172,0.8308887481689453,4.533052444458008,4.375934600830078,4.333734512329102,4.357337951660156,4.580020904541016,4.320621490478516,4.326105117797852,4.390478134155273,4.546880722045898,4.295110702514648 +2500,5000,cpu,homo,True,False,False,0.8559226989746094,0.7932186126708984,0.8914470672607422,0.7975101470947266,0.949859619140625,0.9133815765380859,0.7259845733642578,0.9963512420654297,0.8957386016845703,1.0800361633300781,4.328489303588867,4.328250885009766,4.327535629272461,4.494190216064453,4.344701766967773,4.31370735168457,4.369497299194336,4.477262496948242,4.338502883911133,4.285097122192383 +2500,5000,cpu,homo,False,False,True,0.9207725524902344,0.9748935699462891,1.026153564453125,0.888824462890625,0.8449554443359375,0.8172988891601562,1.0373592376708984,0.9264945983886719,0.804901123046875,0.9067058563232422,4.651308059692383,4.491329193115234,4.456043243408203,4.614353179931641,4.526376724243164,4.427909851074219,4.454612731933594,4.573583602905273,4.375219345092773,4.441261291503906 +2500,5000,cpu,homo,False,False,False,0.8914470672607422,0.8869171142578125,0.9605884552001953,0.8711814880371094,0.9567737579345703,0.9799003601074219,0.9427070617675781,0.9114742279052734,0.8707046508789062,0.9059906005859375,4.418373107910156,4.407644271850586,4.5318603515625,4.567384719848633,4.476308822631836,4.297494888305664,4.523515701293945,4.403591156005859,4.300117492675781,4.502296447753906 +2500,5000,cpu,uniform,True,True,True,1.7199516296386719,2.0935535430908203,2.2096633911132812,2.078533172607422,2.084493637084961,2.2399425506591797,2.3124217987060547,2.2726058959960938,2.4538040161132812,2.533435821533203,9.015560150146484,9.204387664794922,9.318351745605469,9.275674819946289,9.22536849975586,9.360790252685547,9.270191192626953,9.283781051635742,9.16433334350586,9.340047836303711 +2500,5000,cpu,uniform,True,True,False,2.271413803100586,2.1851062774658203,2.344846725463867,1.8341541290283203,2.0585060119628906,2.040863037109375,2.2716522216796875,2.2804737091064453,2.3338794708251953,2.312183380126953,9.323596954345703,8.911371231079102,9.312629699707031,9.012699127197266,9.150266647338867,9.101390838623047,9.114742279052734,9.21940803527832,9.051322937011719,9.145498275756836 +2500,5000,cpu,uniform,False,True,True,2.6972293853759766,3.3388137817382812,2.8581619262695312,2.7272701263427734,2.793550491333008,2.9294490814208984,3.350496292114258,2.882719039916992,2.8629302978515625,2.9969215393066406,8.965015411376953,9.588956832885742,8.92329216003418,9.18436050415039,8.914947509765625,9.150028228759766,8.796930313110352,9.156227111816406,9.181976318359375,9.010076522827148 +2500,5000,cpu,uniform,False,True,False,2.840280532836914,2.9799938201904297,4.239797592163086,4.4155120849609375,3.414630889892578,2.9134750366210938,2.9697418212890625,3.0553340911865234,2.934694290161133,3.1697750091552734,9.080171585083008,9.15074348449707,8.903741836547852,9.165048599243164,9.135723114013672,9.096622467041016,9.03773307800293,8.999824523925781,8.996248245239258,8.916854858398438 +2500,5000,cpu,uniform,True,False,True,0.9317398071289062,0.9653568267822266,0.9725093841552734,0.8268356323242188,1.3170242309570312,1.01470947265625,0.9055137634277344,1.1515617370605469,1.0025501251220703,1.0159015655517578,7.995367050170898,7.937431335449219,8.031845092773438,7.930278778076172,8.069515228271484,7.979631423950195,8.055925369262695,8.001327514648438,22.971153259277344,24.343013763427734 +2500,5000,cpu,uniform,True,False,False,1.0325908660888672,0.8256435394287109,0.8571147918701172,1.0645389556884766,1.1124610900878906,0.926971435546875,1.0809898376464844,1.1739730834960938,1.1837482452392578,1.3499259948730469,8.050918579101562,8.201122283935547,8.066177368164062,8.09168815612793,8.17728042602539,8.032798767089844,8.149862289428711,8.025169372558594,8.037567138671875,8.071422576904297 +2500,5000,cpu,uniform,False,False,True,0.9021759033203125,1.0089874267578125,0.9388923645019531,0.9396076202392578,0.9560585021972656,0.8916854858398438,0.9469985961914062,0.896453857421875,0.9262561798095703,0.9682178497314453,8.118391036987305,8.00180435180664,8.037328720092773,7.890224456787109,8.01706314086914,7.927417755126953,8.021831512451172,7.83848762512207,8.01706314086914,7.889986038208008 +2500,5000,cpu,uniform,False,False,False,1.0120868682861328,0.9934902191162109,1.0371208190917969,0.9725093841552734,0.9779930114746094,0.904083251953125,1.0602474212646484,0.9958744049072266,1.0383129119873047,0.9305477142333984,8.142471313476562,7.925987243652344,8.176565170288086,8.031606674194336,8.240699768066406,8.011817932128906,8.15272331237793,7.994651794433594,8.150815963745117,7.94672966003418 +2500,5000,cpu,normal,True,True,True,6.301164627075195,6.216764450073242,6.775140762329102,6.153345108032227,6.590604782104492,6.762981414794922,7.236242294311523,6.262540817260742,6.206512451171875,6.370306015014648,16.644954681396484,16.721487045288086,16.88098907470703,17.080068588256836,16.84880256652832,16.565561294555664,16.65949821472168,16.698360443115234,16.95871353149414,16.968488693237305 +2500,5000,cpu,normal,True,True,False,6.385326385498047,6.570577621459961,6.381034851074219,6.34002685546875,6.684064865112305,5.605936050415039,5.632877349853516,5.095958709716797,5.423069000244141,6.173372268676758,16.94631576538086,17.069101333618164,16.926050186157227,16.9064998626709,16.998767852783203,17.068862915039062,17.06385612487793,17.031431198120117,16.997814178466797,17.098665237426758 +2500,5000,cpu,normal,False,True,True,11.869668960571289,14.065027236938477,9.258508682250977,9.95635986328125,8.943319320678711,13.545513153076172,9.098291397094727,10.603189468383789,8.951187133789062,9.45591926574707,16.65353775024414,16.489028930664062,16.59250259399414,16.605138778686523,16.733884811401367,16.79062843322754,16.71576499938965,16.680479049682617,16.83521270751953,16.782522201538086 +2500,5000,cpu,normal,False,True,False,8.44573974609375,8.100271224975586,8.673906326293945,8.672952651977539,10.049581527709961,11.610746383666992,9.292840957641602,9.618997573852539,9.203910827636719,10.76960563659668,16.841411590576172,16.923904418945312,16.832590103149414,16.923904418945312,16.838550567626953,16.997337341308594,16.930341720581055,16.973018646240234,17.052650451660156,16.95084571838379 +2500,5000,cpu,normal,True,False,True,1.5871524810791016,1.5821456909179688,1.5761852264404297,1.7223358154296875,2.733469009399414,1.7294883728027344,1.8093585968017578,1.6777515411376953,1.7397403717041016,1.7328262329101562,16.260862350463867,16.31903648376465,16.286611557006836,16.364336013793945,16.23702049255371,16.289710998535156,16.420602798461914,16.2966251373291,16.45064353942871,16.336441040039062 +2500,5000,cpu,normal,True,False,False,1.7094612121582031,1.607656478881836,1.7001628875732422,1.6295909881591797,1.9097328186035156,1.5149116516113281,1.4312267303466797,1.8651485443115234,1.833200454711914,1.4035701751708984,16.47019386291504,16.229867935180664,16.240835189819336,16.231775283813477,16.234636306762695,16.17288589477539,16.283035278320312,16.393661499023438,16.31307601928711,16.1590576171875 +2500,5000,cpu,normal,False,False,True,1.1355876922607422,1.3229846954345703,1.0347366333007812,0.9317398071289062,1.0497570037841797,0.9899139404296875,0.8943080902099609,0.9026527404785156,0.9200572967529297,0.8935928344726562,16.01099967956543,15.876293182373047,15.968799591064453,16.09206199645996,16.02315902709961,16.15285873413086,16.277074813842773,16.195058822631836,16.13926887512207,16.27826690673828 +2500,5000,cpu,normal,False,False,False,0.9593963623046875,1.165151596069336,0.9441375732421875,1.1258125305175781,1.2726783752441406,1.2271404266357422,1.2030601501464844,1.0569095611572266,1.1327266693115234,1.0886192321777344,16.475200653076172,16.400814056396484,16.39842987060547,16.36672019958496,16.29042625427246,16.505718231201172,52.78778076171875,22.83310890197754,16.483068466186523,16.24894142150879 +2500,10000,cpu,homo,True,True,True,1.745462417602539,1.821279525756836,1.74713134765625,1.741170883178711,1.77764892578125,1.6376972198486328,1.2562274932861328,1.2440681457519531,1.2481212615966797,1.2798309326171875,10.809659957885742,10.937213897705078,10.654449462890625,10.926485061645508,10.686874389648438,10.67352294921875,10.848045349121094,10.63847541809082,10.633230209350586,10.781526565551758 +2500,10000,cpu,homo,True,True,False,1.7845630645751953,1.8515586853027344,1.678466796875,1.7943382263183594,1.781463623046875,1.8758773803710938,1.8105506896972656,1.5101432800292969,1.2924671173095703,1.3146400451660156,10.70404052734375,10.686635971069336,10.831356048583984,10.598897933959961,10.821104049682617,10.69188117980957,10.561704635620117,10.761260986328125,10.71619987487793,10.690450668334961 +2500,10000,cpu,homo,False,True,True,4.364490509033203,4.28462028503418,4.2552947998046875,4.295587539672852,4.3430328369140625,4.410982131958008,6.292581558227539,4.895925521850586,4.647731781005859,4.343271255493164,10.644197463989258,10.543584823608398,10.542869567871094,10.625123977661133,10.381221771240234,10.417699813842773,10.612726211547852,10.685205459594727,10.723114013671875,10.700225830078125 +2500,10000,cpu,homo,False,True,False,4.364728927612305,4.283428192138672,4.677057266235352,4.886388778686523,4.506349563598633,4.525423049926758,5.003213882446289,4.28462028503418,5.117893218994141,4.618644714355469,10.658502578735352,10.728836059570312,10.76054573059082,10.675907135009766,10.491132736206055,10.67042350769043,10.70547103881836,10.570049285888672,10.795831680297852,10.500192642211914 +2500,10000,cpu,homo,True,False,True,1.247406005859375,1.323699951171875,1.7807483673095703,1.3320446014404297,1.5974044799804688,1.5037059783935547,1.1560916900634766,1.466989517211914,1.583099365234375,1.5342235565185547,8.561372756958008,8.84699821472168,8.76760482788086,9.284734725952148,8.747339248657227,8.753061294555664,8.623123168945312,8.714914321899414,8.793354034423828,8.83173942565918 +2500,10000,cpu,homo,True,False,False,1.0495185852050781,1.3587474822998047,0.9386539459228516,1.2443065643310547,1.4979839324951172,1.100301742553711,1.256704330444336,1.588582992553711,1.531362533569336,1.3132095336914062,8.90660285949707,8.821487426757812,8.872747421264648,8.807182312011719,8.852005004882812,8.821964263916016,8.70203971862793,8.782625198364258,8.771896362304688,8.708953857421875 +2500,10000,cpu,homo,False,False,True,1.4431476593017578,1.3523101806640625,1.2977123260498047,1.3127326965332031,1.2960433959960938,1.2750625610351562,1.3608932495117188,1.4438629150390625,1.4755725860595703,1.12152099609375,8.952140808105469,8.734703063964844,8.859634399414062,8.898258209228516,9.001731872558594,8.875846862792969,8.879899978637695,8.914947509765625,8.914470672607422,8.849382400512695 +2500,10000,cpu,homo,False,False,False,1.4297962188720703,1.3818740844726562,1.3294219970703125,1.4586448669433594,1.4014244079589844,1.3914108276367188,1.3797283172607422,1.3511180877685547,1.2354850769042969,1.2209415435791016,8.745193481445312,8.884668350219727,9.028196334838867,8.980512619018555,8.942842483520508,9.054899215698242,8.992433547973633,9.024381637573242,8.894681930541992,9.130001068115234 +2500,10000,cpu,uniform,True,True,True,2.2847652435302734,2.2497177124023438,2.2635459899902344,2.26593017578125,1.9583702087402344,1.8193721771240234,1.9619464874267578,1.7542839050292969,1.6827583312988281,1.667022705078125,18.337249755859375,18.33963394165039,18.210649490356445,18.262863159179688,18.20230484008789,18.09549331665039,18.245935440063477,18.323898315429688,18.253326416015625,18.056631088256836 +2500,10000,cpu,uniform,True,True,False,2.115964889526367,2.0303726196289062,1.8880367279052734,1.8694400787353516,1.7025470733642578,1.5485286712646484,1.64794921875,1.5301704406738281,1.3735294342041016,1.6019344329833984,18.22686195373535,37.145376205444336,18.5549259185791,18.036603927612305,18.0203914642334,18.206119537353516,18.126249313354492,18.084287643432617,18.131256103515625,18.319129943847656 +2500,10000,cpu,uniform,False,True,True,5.165815353393555,5.620002746582031,5.326032638549805,6.298542022705078,6.282567977905273,5.356550216674805,5.459070205688477,6.029605865478516,7.143497467041016,5.475759506225586,18.024206161499023,18.16701889038086,17.964839935302734,17.96746253967285,18.161535263061523,18.225908279418945,18.035888671875,18.335819244384766,18.421173095703125,18.07546615600586 +2500,10000,cpu,uniform,False,True,False,6.892681121826172,5.5942535400390625,5.7811737060546875,5.671977996826172,5.298614501953125,7.064580917358398,8.463382720947266,6.035566329956055,5.690574645996094,5.622148513793945,18.10145378112793,18.167495727539062,18.13817024230957,18.105506896972656,18.227815628051758,18.382549285888672,38.00702095031738,18.596649169921875,18.203020095825195,18.109560012817383 +2500,10000,cpu,uniform,True,False,True,2.0246505737304688,1.8689632415771484,1.645803451538086,1.5263557434082031,1.3382434844970703,1.8360614776611328,1.5549659729003906,1.4476776123046875,1.5749931335449219,1.6760826110839844,15.711784362792969,15.705108642578125,15.459060668945312,15.734672546386719,15.666961669921875,15.412569046020508,15.481710433959961,15.724658966064453,15.78831672668457,15.69366455078125 +2500,10000,cpu,uniform,True,False,False,1.5981197357177734,1.631021499633789,1.5697479248046875,1.7082691192626953,1.641988754272461,1.382589340209961,1.8353462219238281,1.6245841979980469,1.6040802001953125,1.4104843139648438,15.89822769165039,15.987634658813477,15.965700149536133,15.756607055664062,15.828847885131836,16.15142822265625,15.61594009399414,15.66171646118164,15.633821487426758,15.518665313720703 +2500,10000,cpu,uniform,False,False,True,1.4088153839111328,1.2803077697753906,1.341104507446289,1.177072525024414,1.2524127960205078,1.18255615234375,1.1861324310302734,1.251220703125,1.1963844299316406,1.2409687042236328,15.615224838256836,15.7623291015625,15.7928466796875,15.815258026123047,15.654802322387695,15.722513198852539,15.578985214233398,15.521764755249023,15.500783920288086,15.459299087524414 +2500,10000,cpu,uniform,False,False,False,1.3141632080078125,1.3802051544189453,1.3594627380371094,1.2135505676269531,1.176595687866211,1.1453628540039062,1.2128353118896484,1.1816024780273438,1.1734962463378906,1.1720657348632812,15.94996452331543,15.905618667602539,15.977859497070312,15.949249267578125,16.046524047851562,15.85698127746582,15.846490859985352,15.996456146240234,15.95306396484375,15.70582389831543 +2500,10000,cpu,normal,True,True,True,5.221366882324219,4.140138626098633,3.900289535522461,3.292560577392578,2.981424331665039,2.9609203338623047,3.2062530517578125,2.9418468475341797,2.553701400756836,2.3565292358398438,33.37216377258301,33.257484436035156,33.49494934082031,33.69903564453125,33.397674560546875,33.20622444152832,33.261775970458984,32.76801109313965,32.982587814331055,33.228397369384766 +2500,10000,cpu,normal,True,True,False,4.151105880737305,3.627300262451172,3.3676624298095703,3.367185592651367,2.9404163360595703,2.8944015502929688,2.773761749267578,2.0072460174560547,2.014636993408203,2.002716064453125,33.56480598449707,34.21974182128906,34.16109085083008,34.189462661743164,34.05952453613281,34.197092056274414,34.09314155578613,34.11555290222168,33.77795219421387,33.90359878540039 +2500,10000,cpu,normal,False,True,True,13.933420181274414,17.180442810058594,15.978336334228516,16.100168228149414,13.284444808959961,17.982959747314453,13.988494873046875,12.378215789794922,16.208887100219727,15.903711318969727,33.45966339111328,33.29777717590332,33.308982849121094,33.43796730041504,33.071041107177734,33.623695373535156,33.486366271972656,33.76626968383789,33.53619575500488,33.68020057678223 +2500,10000,cpu,normal,False,True,False,16.82591438293457,16.147613525390625,17.57526397705078,17.66371726989746,16.3271427154541,21.045684814453125,17.755985260009766,19.4399356842041,16.45064353942871,16.073226928710938,33.812761306762695,33.90932083129883,34.21902656555176,34.267425537109375,34.00158882141113,34.19351577758789,34.32202339172363,34.516334533691406,34.3623161315918,34.2411994934082 +2500,10000,cpu,normal,True,False,True,3.2329559326171875,3.200054168701172,3.107786178588867,3.1905174255371094,3.1604766845703125,2.9685497283935547,2.995729446411133,2.8557777404785156,4.349946975708008,3.104686737060547,32.16886520385742,32.00578689575195,31.9979190826416,32.03439712524414,32.291412353515625,32.15956687927246,32.036542892456055,32.207489013671875,32.14144706726074,32.067060470581055 +2500,10000,cpu,normal,True,False,False,2.952098846435547,2.7484893798828125,3.2432079315185547,2.8619766235351562,2.918243408203125,2.8443336486816406,3.0138492584228516,3.9453506469726562,3.1914710998535156,2.8405189514160156,35.25972366333008,32.706260681152344,54.87370491027832,32.529592514038086,32.64284133911133,32.172203063964844,32.30643272399902,32.2420597076416,32.329559326171875,32.39846229553223 +2500,10000,cpu,normal,False,False,True,1.7147064208984375,1.7924308776855469,1.6455650329589844,1.7309188842773438,1.6460418701171875,1.5752315521240234,1.4629364013671875,1.4767646789550781,1.5022754669189453,1.4240741729736328,32.407283782958984,32.57465362548828,32.43517875671387,32.40680694580078,32.444000244140625,32.41562843322754,32.80830383300781,32.77277946472168,32.442331314086914,32.335758209228516 +2500,10000,cpu,normal,False,False,False,1.650094985961914,1.6961097717285156,1.6636848449707031,1.5606880187988281,1.5981197357177734,1.5559196472167969,1.4841556549072266,1.5239715576171875,2.116680145263672,1.4948844909667969,32.19962120056152,32.36961364746094,32.22298622131348,32.28116035461426,32.302141189575195,32.12428092956543,32.178640365600586,32.20558166503906,32.05609321594238,31.81004524230957 +2500,25000,cpu,homo,True,True,True,3.1168460845947266,2.9578208923339844,3.011941909790039,2.6428699493408203,3.9861202239990234,2.5103092193603516,3.3774375915527344,2.6788711547851562,2.814769744873047,2.612590789794922,27.292490005493164,27.040719985961914,27.123451232910156,26.997804641723633,27.148962020874023,27.051448822021484,26.9773006439209,27.464866638183594,26.950836181640625,27.116775512695312 +2500,25000,cpu,homo,True,True,False,4.287242889404297,2.910137176513672,2.9358863830566406,3.142833709716797,3.215312957763672,2.3238658905029297,2.057313919067383,2.039194107055664,2.0334720611572266,1.9876956939697266,26.699542999267578,26.489973068237305,26.68476104736328,26.849031448364258,26.592731475830078,26.68285369873047,26.568889617919922,26.78966522216797,26.759624481201172,26.772499084472656 +2500,25000,cpu,homo,False,True,True,11.26861572265625,10.463237762451172,10.693788528442383,14.284849166870117,14.233112335205078,13.510465621948242,10.346174240112305,9.177207946777344,10.304927825927734,12.868404388427734,26.449203491210938,26.726961135864258,26.532888412475586,26.494264602661133,26.433944702148438,26.52740478515625,26.401042938232422,26.5958309173584,26.468753814697266,26.12590789794922 +2500,25000,cpu,homo,False,True,False,10.620832443237305,10.775089263916016,12.287139892578125,14.471054077148438,11.03663444519043,12.158393859863281,10.199546813964844,10.973691940307617,10.816097259521484,10.689496994018555,26.821374893188477,26.709318161010742,26.895761489868164,27.19402313232422,26.960372924804688,26.951074600219727,26.88765525817871,27.2524356842041,26.865482330322266,27.19736099243164 +2500,25000,cpu,homo,True,False,True,2.8045177459716797,2.506256103515625,3.3457279205322266,3.3228397369384766,3.551006317138672,2.419710159301758,3.2491683959960938,2.269268035888672,2.3996829986572266,2.827167510986328,22.029399871826172,22.272825241088867,22.12214469909668,21.97408676147461,22.15862274169922,22.22585678100586,22.150278091430664,22.182464599609375,22.21822738647461,22.01080322265625 +2500,25000,cpu,homo,True,False,False,2.427816390991211,2.3360252380371094,2.3632049560546875,2.6483535766601562,2.436399459838867,3.3102035522460938,3.0541419982910156,3.403186798095703,2.706766128540039,2.9938220977783203,21.941661834716797,21.82173728942871,21.790266036987305,22.226572036743164,21.870136260986328,21.656274795532227,21.94356918334961,21.625518798828125,21.928071975708008,21.719932556152344 +2500,25000,cpu,homo,False,False,True,2.642393112182617,2.653837203979492,2.556324005126953,2.6023387908935547,2.239704132080078,2.269268035888672,2.045869827270508,2.1762847900390625,2.0406246185302734,1.8506050109863281,22.478818893432617,22.34363555908203,22.365331649780273,22.327423095703125,22.63045310974121,22.34935760498047,22.233247756958008,22.664308547973633,22.204160690307617,22.260665893554688 +2500,25000,cpu,homo,False,False,False,2.7875900268554688,2.834796905517578,2.144336700439453,2.1224021911621094,2.114534378051758,2.1271705627441406,2.1741390228271484,2.1102428436279297,1.889944076538086,2.0220279693603516,21.918773651123047,22.098302841186523,21.98052406311035,22.197723388671875,22.161483764648438,22.264957427978516,22.103071212768555,22.210121154785156,22.113323211669922,22.001981735229492 +2500,25000,cpu,uniform,True,True,True,3.8962364196777344,4.3697357177734375,3.2494068145751953,3.1616687774658203,2.760648727416992,3.643512725830078,2.7587413787841797,2.6552677154541016,2.811431884765625,2.479076385498047,45.36890983581543,45.882225036621094,45.7308292388916,45.49551010131836,45.87817192077637,45.94564437866211,45.61281204223633,45.333147048950195,45.40061950683594,45.290231704711914 +2500,25000,cpu,uniform,True,True,False,3.737211227416992,4.015922546386719,4.093647003173828,2.6493072509765625,2.9921531677246094,2.6726722717285156,2.6116371154785156,2.1944046020507812,2.4623870849609375,2.2432804107666016,45.8524227142334,64.45145606994629,45.56465148925781,55.980682373046875,45.52769660949707,45.39203643798828,67.07286834716797,45.51267623901367,45.281410217285156,45.23777961730957 +2500,25000,cpu,uniform,False,True,True,12.853860855102539,12.942314147949219,13.065576553344727,12.944459915161133,16.92938804626465,13.16213607788086,12.112140655517578,12.783050537109375,14.985799789428711,12.465953826904297,44.843196868896484,45.28212547302246,44.88968849182129,44.690847396850586,45.08352279663086,45.206308364868164,44.841766357421875,45.00913619995117,44.62099075317383,44.78144645690918 +2500,25000,cpu,uniform,False,True,False,14.397859573364258,13.182401657104492,14.185190200805664,17.128944396972656,13.441324234008789,13.683557510375977,12.318134307861328,13.54074478149414,13.963699340820312,14.39809799194336,45.20416259765625,45.22371292114258,45.20916938781738,44.972896575927734,45.1054573059082,45.318603515625,44.99936103820801,45.15862464904785,44.96192932128906,45.48811912536621 +2500,25000,cpu,uniform,True,False,True,3.3359527587890625,3.6170482635498047,3.1354427337646484,3.1692981719970703,2.9420852661132812,3.5314559936523438,3.6263465881347656,3.15093994140625,3.233194351196289,3.187417984008789,39.580345153808594,39.18790817260742,39.12544250488281,39.14594650268555,39.64972496032715,39.76774215698242,39.52336311340332,39.418697357177734,39.48497772216797,39.45040702819824 +2500,25000,cpu,uniform,True,False,False,3.2422542572021484,3.3206939697265625,2.424001693725586,3.5681724548339844,3.2072067260742188,3.083467483520508,2.8362274169921875,3.3066272735595703,3.172636032104492,3.8661956787109375,38.53201866149902,39.06536102294922,40.39311408996582,38.684844970703125,38.82908821105957,60.93621253967285,39.16358947753906,39.24393653869629,38.84315490722656,39.37649726867676 +2500,25000,cpu,uniform,False,False,True,2.9485225677490234,2.4306774139404297,2.3822784423828125,2.434968948364258,2.335071563720703,2.1333694458007812,2.03704833984375,2.0291805267333984,2.046823501586914,2.0797252655029297,39.238929748535156,39.31689262390137,38.98024559020996,39.431095123291016,39.04247283935547,39.35813903808594,39.14475440979004,39.15905952453613,39.11638259887695,38.84291648864746 +2500,25000,cpu,uniform,False,False,False,2.5043487548828125,2.5691986083984375,2.7353763580322266,2.352476119995117,2.106189727783203,2.0155906677246094,2.077341079711914,2.1605491638183594,1.8897056579589844,1.833200454711914,39.50095176696777,39.98756408691406,39.78753089904785,40.029287338256836,39.797067642211914,39.57176208496094,39.789676666259766,39.80398178100586,39.56127166748047,39.83926773071289 +2500,25000,cpu,normal,True,True,True,6.311178207397461,6.628513336181641,5.325078964233398,5.040168762207031,5.645751953125,5.713462829589844,5.807161331176758,6.584882736206055,5.085468292236328,7.751226425170898,83.50276947021484,83.42766761779785,83.20188522338867,84.5956802368164,131.34336471557617,83.06312561035156,83.20903778076172,83.8165283203125,84.51437950134277,84.54537391662598 +2500,25000,cpu,normal,True,True,False,7.683753967285156,8.51583480834961,6.688594818115234,5.473613739013672,6.026029586791992,6.678104400634766,5.487203598022461,5.473852157592773,5.641460418701172,4.934072494506836,84.01632308959961,84.05876159667969,84.68103408813477,105.23557662963867,85.2053165435791,84.89227294921875,85.25609970092773,84.93423461914062,84.05566215515137,83.64629745483398 +2500,25000,cpu,normal,False,True,True,25.798559188842773,29.026031494140625,28.561115264892578,30.23052215576172,44.60883140563965,32.39703178405762,32.38081932067871,28.70631217956543,32.047271728515625,23.93317222595215,82.73458480834961,83.2819938659668,83.2517147064209,83.44197273254395,83.24909210205078,83.29081535339355,83.24861526489258,83.44864845275879,83.27078819274902,83.25719833374023 +2500,25000,cpu,normal,False,True,False,30.575037002563477,32.6542854309082,35.27688980102539,31.775236129760742,25.049448013305664,26.56412124633789,25.207996368408203,26.611804962158203,19.806385040283203,21.938800811767578,84.89489555358887,84.35988426208496,84.14149284362793,84.69629287719727,84.3193531036377,84.6250057220459,84.6250057220459,84.80429649353027,85.2973461151123,84.77926254272461 +2500,25000,cpu,normal,True,False,True,7.071495056152344,7.599353790283203,7.172584533691406,7.695198059082031,7.095575332641602,6.74748420715332,9.929656982421875,7.503509521484375,7.133960723876953,6.829738616943359,80.3067684173584,80.2767276763916,81.58040046691895,81.36200904846191,80.83057403564453,80.68633079528809,80.28292655944824,80.61647415161133,80.11770248413086,79.8945426940918 +2500,25000,cpu,normal,True,False,False,6.621360778808594,6.779670715332031,6.539344787597656,7.0648193359375,7.264137268066406,6.094932556152344,5.5999755859375,6.496667861938477,6.671905517578125,6.374835968017578,80.39999008178711,79.93578910827637,80.67059516906738,80.65581321716309,80.70611953735352,80.42645454406738,80.25884628295898,80.55853843688965,80.79338073730469,81.18367195129395 +2500,25000,cpu,normal,False,False,True,2.9296875,3.0837059020996094,2.9861927032470703,2.4242401123046875,2.5472640991210938,2.3598670959472656,2.418994903564453,2.338409423828125,2.070903778076172,2.068758010864258,80.07264137268066,80.4593563079834,81.23540878295898,80.85417747497559,80.57069778442383,80.73806762695312,80.23834228515625,80.86848258972168,80.85107803344727,80.73282241821289 +2500,25000,cpu,normal,False,False,False,2.7861595153808594,2.8221607208251953,3.2227039337158203,2.3717880249023438,2.409219741821289,2.713918685913086,2.2895336151123047,2.064943313598633,2.196073532104492,2.506732940673828,80.77311515808105,79.9412727355957,79.64205741882324,79.73575592041016,79.7731876373291,78.9177417755127,79.34808731079102,79.8037052154541,79.59389686584473,81.12549781799316 +2500,37500,cpu,homo,True,True,True,3.5932064056396484,3.1516551971435547,2.8967857360839844,3.8547515869140625,2.9032230377197266,3.1890869140625,2.753019332885742,2.5718212127685547,2.422809600830078,2.851247787475586,40.27533531188965,40.38691520690918,40.09723663330078,40.54665565490723,40.25578498840332,40.00210762023926,40.37618637084961,39.84260559082031,39.63637351989746,39.69144821166992 +2500,37500,cpu,homo,True,True,False,4.156351089477539,2.872943878173828,3.5834312438964844,2.9447078704833984,3.0770301818847656,2.5856494903564453,2.585887908935547,2.760648727416992,2.1071434020996094,2.4373531341552734,40.462493896484375,40.54093360900879,40.45915603637695,40.66157341003418,40.6341552734375,40.529489517211914,40.48871994018555,40.21763801574707,40.617942810058594,40.039777755737305 +2500,37500,cpu,homo,False,True,True,11.930465698242188,14.120340347290039,14.77956771850586,13.508081436157227,14.79959487915039,14.241218566894531,13.698101043701172,14.368772506713867,20.478248596191406,15.796422958374023,39.25037384033203,39.51525688171387,39.73078727722168,39.278268814086914,39.62278366088867,39.266347885131836,39.858341217041016,39.730072021484375,39.846181869506836,39.77346420288086 +2500,37500,cpu,homo,False,True,False,15.088558197021484,14.707803726196289,14.17684555053711,16.23368263244629,15.080928802490234,14.96267318725586,14.17994499206543,14.969587326049805,16.690969467163086,14.74308967590332,40.01021385192871,40.767669677734375,40.53688049316406,40.635108947753906,40.62986373901367,40.29679298400879,40.31777381896973,41.03660583496094,40.874481201171875,40.771484375 +2500,37500,cpu,homo,True,False,True,4.002571105957031,4.058599472045898,3.7512779235839844,3.9243698120117188,3.878355026245117,4.41741943359375,3.747701644897461,4.506111145019531,4.180669784545898,4.470348358154297,32.942771911621094,32.89604187011719,32.70697593688965,32.63521194458008,32.57322311401367,33.10751914978027,32.78398513793945,32.60660171508789,32.69624710083008,32.74250030517578 +2500,37500,cpu,homo,True,False,False,4.816293716430664,3.693819046020508,4.771232604980469,5.235195159912109,5.053281784057617,4.421234130859375,3.8678646087646484,4.149198532104492,3.702878952026367,3.8187503814697266,33.28704833984375,32.93490409851074,33.11276435852051,33.06984901428223,33.2188606262207,33.07485580444336,33.0049991607666,32.90081024169922,32.629966735839844,32.71174430847168 +2500,37500,cpu,homo,False,False,True,3.516674041748047,2.958536148071289,3.0870437622070312,3.231048583984375,2.7751922607421875,2.770662307739258,2.7348995208740234,2.799510955810547,2.6912689208984375,2.454519271850586,33.52999687194824,33.383846282958984,33.55288505554199,33.81848335266113,33.9818000793457,33.570289611816406,33.45346450805664,33.62774848937988,33.3096981048584,33.56766700744629 +2500,37500,cpu,homo,False,False,False,3.925323486328125,3.3681392669677734,3.339529037475586,3.0744075775146484,2.8312206268310547,2.6395320892333984,2.7670860290527344,2.5882720947265625,2.624988555908203,2.5713443756103516,33.51259231567383,33.44321250915527,33.14566612243652,33.41841697692871,33.25533866882324,33.52999687194824,33.143043518066406,33.54978561401367,33.095359802246094,33.02884101867676 +2500,37500,cpu,uniform,True,True,True,4.96220588684082,5.378484725952148,5.5828094482421875,4.604339599609375,4.077672958374023,4.112958908081055,4.129886627197266,3.9472579956054688,3.3025741577148438,3.7529468536376953,87.64815330505371,67.9938793182373,67.94404983520508,67.92211532592773,67.35873222351074,67.21091270446777,67.55781173706055,67.06452369689941,66.94531440734863,67.16799736022949 +2500,37500,cpu,uniform,True,True,False,5.415439605712891,3.7207603454589844,4.199981689453125,3.9801597595214844,3.6041736602783203,3.587484359741211,4.470348358154297,3.726959228515625,3.7932395935058594,3.5092830657958984,67.53659248352051,67.2307014465332,67.50798225402832,66.71333312988281,67.44074821472168,67.30222702026367,67.3210620880127,67.83843040466309,67.44551658630371,67.41499900817871 +2500,37500,cpu,uniform,False,True,True,18.499135971069336,16.56031608581543,17.382383346557617,17.507553100585938,18.49985122680664,19.83499526977539,17.935991287231445,16.61825180053711,23.429155349731445,15.220403671264648,67.51084327697754,68.03250312805176,67.32058525085449,67.0936107635498,67.15750694274902,67.90947914123535,67.92688369750977,67.84510612487793,67.87443161010742,67.84629821777344 +2500,37500,cpu,uniform,False,True,False,19.194841384887695,13.860940933227539,19.112825393676758,14.950275421142578,17.292022705078125,18.600940704345703,19.19102668762207,20.996570587158203,18.56255531311035,16.21699333190918,67.96097755432129,67.962646484375,67.93737411499023,67.64340400695801,67.67606735229492,67.93832778930664,67.50082969665527,67.28672981262207,68.08876991271973,68.03321838378906 +2500,37500,cpu,uniform,True,False,True,5.098819732666016,4.5185089111328125,4.33349609375,4.990577697753906,4.290580749511719,4.569768905639648,4.48298454284668,4.095792770385742,4.132986068725586,4.669427871704102,59.59606170654297,59.10301208496094,59.435129165649414,59.305429458618164,59.39483642578125,58.82692337036133,58.801889419555664,59.08679962158203,58.93421173095703,58.907270431518555 +2500,37500,cpu,uniform,True,False,False,4.650354385375977,4.521608352661133,4.573822021484375,4.129171371459961,6.199359893798828,4.377841949462891,5.7086944580078125,5.029201507568359,4.495859146118164,4.6482086181640625,58.33625793457031,58.39252471923828,58.500051498413086,57.981014251708984,58.205366134643555,58.4869384765625,57.92498588562012,57.7547550201416,57.869911193847656,57.982683181762695 +2500,37500,cpu,uniform,False,False,True,3.3049583435058594,3.025054931640625,3.2389163970947266,3.07464599609375,2.6514530181884766,2.582550048828125,2.665281295776367,2.3603439331054688,2.398967742919922,2.3040771484375,59.29398536682129,58.75849723815918,59.08942222595215,59.23604965209961,58.645009994506836,59.07797813415527,58.89630317687988,58.93397331237793,58.87722969055176,59.177398681640625 +2500,37500,cpu,uniform,False,False,False,3.3881664276123047,3.0794143676757812,2.741098403930664,2.810239791870117,2.7441978454589844,2.498149871826172,2.4933815002441406,2.3272037506103516,2.2954940795898438,2.3305416107177734,59.967756271362305,59.0817928314209,58.79330635070801,59.25464630126953,58.94303321838379,59.159278869628906,59.3562126159668,59.03506278991699,59.16929244995117,59.63015556335449 +2500,37500,cpu,normal,True,True,True,8.45479965209961,9.041547775268555,8.338451385498047,8.408784866333008,7.754325866699219,8.368253707885742,7.719755172729492,7.921695709228516,8.004426956176758,8.414506912231445,125.04720687866211,124.50909614562988,125.29826164245605,126.4340877532959,125.41413307189941,124.39107894897461,125.51379203796387,124.70412254333496,125.48947334289551,123.69108200073242 +2500,37500,cpu,normal,True,True,False,9.181976318359375,8.05044174194336,8.368253707885742,7.390737533569336,9.099245071411133,7.33184814453125,8.476734161376953,8.191347122192383,8.533954620361328,7.363319396972656,127.23565101623535,126.83582305908203,126.58858299255371,126.8765926361084,126.5115737915039,126.36971473693848,168.25270652770996,127.02512741088867,127.26521492004395,128.6144256591797 +2500,37500,cpu,normal,False,True,True,35.74037551879883,27.805805206298828,29.994487762451172,37.679433822631836,43.50733757019043,38.91181945800781,33.887386322021484,30.411243438720703,42.30952262878418,41.63026809692383,123.63338470458984,123.66747856140137,125.05483627319336,125.22029876708984,125.86307525634766,125.66852569580078,125.84900856018066,124.80831146240234,124.8934268951416,124.58658218383789 +2500,37500,cpu,normal,False,True,False,47.487497329711914,39.17098045349121,33.29205513000488,34.261465072631836,41.56994819641113,32.73653984069824,36.67497634887695,33.861637115478516,38.65838050842285,37.56451606750488,128.4787654876709,128.19433212280273,128.78656387329102,127.89750099182129,127.74395942687988,127.78377532958984,127.23708152770996,128.74293327331543,127.68340110778809,127.19082832336426 +2500,37500,cpu,normal,True,False,True,9.632587432861328,10.26606559753418,9.202718734741211,9.425878524780273,12.209653854370117,9.377717971801758,10.33926010131836,10.142326354980469,10.092735290527344,9.86170768737793,120.77164649963379,120.40925025939941,120.02754211425781,158.48541259765625,120.72920799255371,121.44303321838379,120.80144882202148,120.76377868652344,120.66149711608887,120.22614479064941 +2500,37500,cpu,normal,True,False,False,9.726762771606445,10.362386703491211,8.94021987915039,9.38725471496582,9.023189544677734,9.605884552001953,10.402202606201172,9.843587875366211,10.624408721923828,8.902549743652344,120.64290046691895,120.4373836517334,121.6742992401123,160.7513427734375,120.78166007995605,120.26405334472656,119.82297897338867,119.3089485168457,120.43142318725586,119.94576454162598 +2500,37500,cpu,normal,False,False,True,4.0683746337890625,3.8404464721679688,3.4978389739990234,3.2083988189697266,3.462553024291992,3.341197967529297,3.336191177368164,2.768993377685547,2.790689468383789,2.9163360595703125,120.57065963745117,120.36871910095215,122.18499183654785,121.54936790466309,121.25897407531738,120.66459655761719,120.3608512878418,120.05901336669922,120.26619911193848,120.57185173034668 +2500,37500,cpu,normal,False,False,False,4.248619079589844,4.181385040283203,3.5207271575927734,3.7446022033691406,3.455638885498047,3.1235218048095703,3.278017044067383,2.9320716857910156,2.8989315032958984,2.764463424682617,120.5296516418457,120.70751190185547,121.82879447937012,121.65665626525879,120.69964408874512,120.73469161987305,120.67937850952148,120.4066276550293,120.31817436218262,120.62454223632812 +2500,50000,cpu,homo,True,True,True,5.542278289794922,6.160259246826172,4.410505294799805,4.160165786743164,3.8347244262695312,4.108905792236328,2.8901100158691406,3.228902816772461,3.720998764038086,2.495288848876953,53.46035957336426,53.31015586853027,53.35211753845215,52.752017974853516,52.84571647644043,52.993059158325195,53.6656379699707,52.98566818237305,53.301334381103516,53.205251693725586 +2500,50000,cpu,homo,True,True,False,4.636049270629883,4.498958587646484,5.005598068237305,3.574371337890625,3.3855438232421875,3.8285255432128906,3.591775894165039,3.4265518188476562,3.579854965209961,3.1976699829101562,53.52663993835449,53.15279960632324,53.487300872802734,52.76823043823242,52.715301513671875,53.43174934387207,53.075551986694336,52.85835266113281,53.43985557556152,53.21550369262695 +2500,50000,cpu,homo,False,True,True,16.533613204956055,17.533540725708008,17.73238182067871,19.1805362701416,19.391775131225586,16.91746711730957,17.22097396850586,13.00668716430664,19.618749618530273,16.917705535888672,52.60777473449707,52.709102630615234,52.902936935424805,53.090810775756836,52.73127555847168,52.47902870178223,52.901506423950195,52.48308181762695,52.8106689453125,52.00076103210449 +2500,50000,cpu,homo,False,True,False,15.750885009765625,17.2574520111084,18.673181533813477,19.641876220703125,18.796443939208984,18.36872100830078,19.76490020751953,20.74146270751953,21.240949630737305,20.01047134399414,52.944183349609375,53.344011306762695,53.3602237701416,53.56645584106445,54.06308174133301,53.266048431396484,53.79986763000488,53.5585880279541,54.166316986083984,53.87616157531738 +2500,50000,cpu,homo,True,False,True,4.88734245300293,4.367589950561523,6.062984466552734,4.777193069458008,5.568027496337891,4.816293716430664,4.888057708740234,5.70225715637207,4.743814468383789,5.074977874755859,43.69473457336426,43.93196105957031,43.40314865112305,43.76363754272461,43.76816749572754,43.57409477233887,43.65181922912598,43.47991943359375,44.24166679382324,43.982744216918945 +2500,50000,cpu,homo,True,False,False,6.682157516479492,5.214929580688477,6.1206817626953125,5.197048187255859,6.025552749633789,5.948543548583984,5.246162414550781,5.644559860229492,5.155324935913086,5.163669586181641,43.76482963562012,43.87378692626953,43.6549186706543,43.572187423706055,43.27964782714844,43.88427734375,43.25151443481445,43.70713233947754,43.3964729309082,43.30611228942871 +2500,50000,cpu,homo,False,False,True,4.061222076416016,3.9520263671875,3.5419464111328125,3.5953521728515625,3.559589385986328,3.179311752319336,3.2510757446289062,3.232717514038086,3.2041072845458984,3.269195556640625,44.25048828125,44.862985610961914,44.83652114868164,45.05729675292969,44.728755950927734,44.390201568603516,44.525146484375,44.3272590637207,44.77238655090332,44.49868202209473 +2500,50000,cpu,homo,False,False,False,4.111766815185547,3.6139488220214844,3.4952163696289062,3.326892852783203,3.186464309692383,3.2930374145507812,3.1821727752685547,3.320932388305664,3.2074451446533203,3.076314926147461,44.42596435546875,44.274330139160156,44.5098876953125,44.10099983215332,44.43168640136719,44.56591606140137,44.84200477600098,44.744253158569336,44.36612129211426,45.098304748535156 +2500,50000,cpu,uniform,True,True,True,5.56492805480957,4.689693450927734,5.107402801513672,3.8444995880126953,4.08935546875,4.434823989868164,3.084897994995117,3.3626556396484375,3.8628578186035156,3.8526058197021484,89.96891975402832,90.09456634521484,91.26687049865723,91.29929542541504,90.18397331237793,90.55900573730469,90.09337425231934,89.6000862121582,89.70165252685547,89.66445922851562 +2500,50000,cpu,uniform,True,True,False,5.164384841918945,5.230188369750977,4.087209701538086,4.005908966064453,3.8650035858154297,3.4263134002685547,3.6110877990722656,3.303050994873047,4.205942153930664,3.108978271484375,88.92369270324707,89.50018882751465,89.06984329223633,89.00094032287598,89.2343521118164,89.67065811157227,89.1413688659668,89.29896354675293,90.12436866760254,90.24596214294434 +2500,50000,cpu,uniform,False,True,True,19.899845123291016,22.519588470458984,22.04442024230957,20.872831344604492,22.329092025756836,21.64483070373535,21.551847457885742,19.2868709564209,19.098281860351562,18.511533737182617,90.32106399536133,90.3925895690918,89.99824523925781,89.90168571472168,89.34211730957031,89.38026428222656,89.3862247467041,90.13986587524414,89.92266654968262,89.89143371582031 +2500,50000,cpu,uniform,False,True,False,20.82204818725586,20.42245864868164,23.119688034057617,22.08542823791504,19.150257110595703,12.108564376831055,13.950824737548828,21.458148956298828,21.158933639526367,21.335601806640625,90.12627601623535,90.33083915710449,90.53444862365723,91.5074348449707,90.52419662475586,90.29507637023926,89.8890495300293,90.07668495178223,89.65682983398438,90.18468856811523 +2500,50000,cpu,uniform,True,False,True,6.597995758056641,6.244421005249023,6.447315216064453,7.478475570678711,6.354570388793945,5.4187774658203125,5.739927291870117,7.727861404418945,6.115436553955078,6.263494491577148,78.30309867858887,78.0491828918457,77.35729217529297,77.01325416564941,77.54659652709961,77.38995552062988,77.45957374572754,78.03750038146973,77.96168327331543,78.51243019104004 +2500,50000,cpu,uniform,True,False,False,5.440473556518555,5.658149719238281,4.796266555786133,4.833221435546875,6.780147552490234,5.791664123535156,6.216764450073242,6.139516830444336,6.152629852294922,5.908012390136719,77.68940925598145,77.74734497070312,77.71110534667969,77.6975154876709,78.51910591125488,77.99339294433594,78.1252384185791,78.36437225341797,77.95357704162598,77.8660774230957 +2500,50000,cpu,uniform,False,False,True,4.200458526611328,3.4515857696533203,3.625631332397461,3.5648345947265625,3.278970718383789,3.030538558959961,2.929210662841797,3.1168460845947266,3.104686737060547,2.9222965240478516,78.63593101501465,78.9642333984375,79.2236328125,79.6356201171875,78.99284362792969,78.6139965057373,78.93228530883789,78.28640937805176,78.21106910705566,78.99141311645508 +2500,50000,cpu,uniform,False,False,False,4.180669784545898,3.5867691040039062,3.453493118286133,3.492116928100586,3.1185150146484375,3.083944320678711,3.0922889709472656,3.2258033752441406,3.0319690704345703,2.949953079223633,78.4156322479248,78.68504524230957,78.85885238647461,78.66811752319336,78.61828804016113,78.81355285644531,78.11379432678223,78.66406440734863,78.04250717163086,79.0259838104248 +2500,50000,cpu,normal,True,True,True,10.230779647827148,11.275529861450195,11.245012283325195,10.653972625732422,10.570287704467773,10.423898696899414,11.092662811279297,10.395288467407227,10.483980178833008,10.760307312011719,166.22424125671387,165.38047790527344,165.4949188232422,165.73858261108398,166.99552536010742,166.9015884399414,165.42696952819824,165.27342796325684,163.89703750610352,189.0113353729248 +2500,50000,cpu,normal,True,True,False,14.130592346191406,12.629270553588867,10.831594467163086,10.387182235717773,10.068416595458984,11.010408401489258,10.01882553100586,10.142087936401367,12.001752853393555,11.395931243896484,168.85972023010254,168.17879676818848,168.1208610534668,168.22504997253418,169.97361183166504,170.1982021331787,168.37072372436523,168.6098575592041,168.90478134155273,169.0530776977539 +2500,50000,cpu,normal,False,True,True,51.77664756774902,50.57406425476074,46.39101028442383,44.2657470703125,41.43548011779785,42.46878623962402,56.981801986694336,45.35794258117676,42.89817810058594,55.90033531188965,166.05758666992188,166.1369800567627,166.5499210357666,166.6872501373291,165.94338417053223,165.42458534240723,166.25213623046875,166.2769317626953,166.1851406097412,166.3045883178711 +2500,50000,cpu,normal,False,True,False,44.336795806884766,42.7403450012207,33.02311897277832,43.94888877868652,29.656410217285156,41.24569892883301,45.226097106933594,44.010162353515625,40.30871391296387,31.6007137298584,168.1673526763916,169.92640495300293,168.98751258850098,167.7234172821045,168.3218479156494,169.1417694091797,169.3730354309082,169.20971870422363,168.39194297790527,168.21956634521484 +2500,50000,cpu,normal,True,False,True,10.085344314575195,9.106874465942383,12.052536010742188,13.711690902709961,11.015653610229492,12.605905532836914,11.830329895019531,10.622262954711914,13.543128967285156,14.15705680847168,201.87091827392578,161.6957187652588,161.55552864074707,179.8722743988037,159.98554229736328,159.91878509521484,160.44902801513672,161.38291358947754,160.92324256896973,161.13567352294922 +2500,50000,cpu,normal,True,False,False,13.406038284301758,12.495040893554688,11.340856552124023,10.266542434692383,10.206460952758789,13.55123519897461,10.099172592163086,11.517047882080078,15.623807907104492,13.293981552124023,161.27562522888184,161.37313842773438,161.98134422302246,162.75405883789062,161.82541847229004,161.01717948913574,160.61711311340332,161.2837314605713,161.61727905273438,162.6126766204834 +2500,50000,cpu,normal,False,False,True,4.054546356201172,4.035711288452148,4.136562347412109,3.6857128143310547,3.604412078857422,3.429412841796875,3.534555435180664,3.3342838287353516,3.3359527587890625,3.7860870361328125,161.99970245361328,160.72392463684082,160.0961685180664,160.07399559020996,160.6271266937256,161.2696647644043,162.08839416503906,160.52889823913574,160.29834747314453,160.52770614624023 +2500,50000,cpu,normal,False,False,False,4.475593566894531,4.14276123046875,3.793001174926758,4.914522171020508,3.899097442626953,3.4165382385253906,3.476381301879883,3.5533905029296875,3.4885406494140625,3.530740737915039,161.38935089111328,162.5533103942871,162.26983070373535,161.81445121765137,161.25059127807617,160.3846549987793,160.9354019165039,163.43235969543457,162.49895095825195,161.74721717834473 +5000,1000,cpu,homo,True,True,True,2.265453338623047,2.1653175354003906,2.098560333251953,1.2776851654052734,1.3666152954101562,1.3306140899658203,1.3420581817626953,1.3363361358642578,1.2769699096679688,2.081632614135742,2.1200180053710938,2.144336700439453,2.162456512451172,2.1669864654541016,2.165079116821289,2.1657943725585938,2.160310745239258,2.166748046875,2.138376235961914,2.1347999572753906 +5000,1000,cpu,homo,True,True,False,2.206087112426758,2.238750457763672,2.2406578063964844,2.1805763244628906,2.1104812622070312,2.2077560424804688,2.213716506958008,2.178668975830078,2.2051334381103516,1.8467903137207031,2.137422561645508,2.012014389038086,2.1495819091796875,2.1514892578125,2.1545886993408203,2.1092891693115234,2.118825912475586,2.072572708129883,2.0956993103027344,2.077817916870117 +5000,1000,cpu,homo,False,True,True,0.7395744323730469,0.7314682006835938,0.7331371307373047,0.8556842803955078,0.7433891296386719,0.6935596466064453,0.7627010345458984,0.7605552673339844,0.7598400115966797,0.7386207580566406,2.131223678588867,2.234220504760742,2.2459030151367188,2.235889434814453,2.183198928833008,2.2606849670410156,2.2852420806884766,2.1576881408691406,2.2034645080566406,2.2590160369873047 +5000,1000,cpu,homo,False,True,False,0.7321834564208984,0.751495361328125,0.7252693176269531,0.6337165832519531,0.7464885711669922,0.9570121765136719,0.7410049438476562,0.7309913635253906,0.7278919219970703,0.7264614105224609,2.238750457763672,2.0487308502197266,2.184152603149414,2.219676971435547,2.2356510162353516,2.1173954010009766,2.2325515747070312,2.238750457763672,2.093791961669922,2.2165775299072266 +5000,1000,cpu,homo,True,False,True,0.67901611328125,0.5853176116943359,0.652313232421875,0.6134510040283203,0.7355213165283203,0.6163120269775391,0.6666183471679688,0.5691051483154297,0.6263256072998047,0.6253719329833984,1.7862319946289062,1.9011497497558594,1.8949508666992188,1.844167709350586,1.8193721771240234,1.8801689147949219,1.8935203552246094,1.9114017486572266,1.833200454711914,1.817464828491211 +5000,1000,cpu,homo,True,False,False,0.5826950073242188,0.4889965057373047,0.5955696105957031,0.5602836608886719,0.5371570587158203,0.553131103515625,0.5629062652587891,0.5748271942138672,0.7288455963134766,0.6091594696044922,1.8837451934814453,1.8587112426757812,1.7437934875488281,1.8124580383300781,1.7955303192138672,1.8486976623535156,1.8305778503417969,1.9266605377197266,1.7971992492675781,1.878976821899414 +5000,1000,cpu,homo,False,False,True,0.4220008850097656,0.3745555877685547,0.5028247833251953,0.3714561462402344,0.5209445953369141,0.354766845703125,0.5106925964355469,0.6926059722900391,0.5168914794921875,0.5154609680175781,1.836538314819336,1.7900466918945312,1.703023910522461,1.9130706787109375,1.856088638305664,1.7986297607421875,1.8367767333984375,1.8165111541748047,1.7805099487304688,1.791238784790039 +5000,1000,cpu,homo,False,False,False,0.46944618225097656,0.45609474182128906,0.4673004150390625,0.3218650817871094,0.36454200744628906,0.38242340087890625,0.30422210693359375,0.37932395935058594,0.5190372467041016,0.3674030303955078,1.8153190612792969,1.7974376678466797,1.8281936645507812,1.840353012084961,1.8138885498046875,1.6617774963378906,1.7783641815185547,1.813650131225586,1.8227100372314453,1.8208026885986328 +5000,1000,cpu,uniform,True,True,True,2.6903152465820312,2.0656585693359375,2.2077560424804688,2.4695396423339844,2.4328231811523438,2.8777122497558594,2.8853416442871094,2.9087066650390625,2.8676986694335938,2.8760433197021484,3.653287887573242,3.663778305053711,3.7512779235839844,3.551959991455078,3.7271976470947266,3.5924911499023438,3.567934036254883,3.733396530151367,3.678560256958008,3.575563430786133 +5000,1000,cpu,uniform,True,True,False,2.9706954956054688,3.9250850677490234,3.023862838745117,2.996206283569336,3.0562877655029297,3.1189918518066406,2.969026565551758,3.047943115234375,2.991914749145508,3.6745071411132812,3.546476364135742,3.687143325805664,3.6776065826416016,3.6954879760742188,3.5467147827148438,3.6292076110839844,3.6923885345458984,3.690004348754883,3.7376880645751953,3.520488739013672 +5000,1000,cpu,uniform,False,True,True,0.9808540344238281,0.9455680847167969,0.9658336639404297,0.7033348083496094,0.9839534759521484,0.9665489196777344,0.9603500366210938,0.972747802734375,1.024484634399414,0.9930133819580078,3.9577484130859375,6.579875946044922,3.8645267486572266,3.8208961486816406,3.8785934448242188,3.8568973541259766,3.863096237182617,3.7984848022460938,3.824472427368164,3.858804702758789 +5000,1000,cpu,uniform,False,True,False,1.2371540069580078,0.9863376617431641,0.9698867797851562,0.9081363677978516,0.7083415985107422,1.224517822265625,0.9617805480957031,1.0044574737548828,0.9322166442871094,1.0840892791748047,3.699064254760742,3.760814666748047,3.8275718688964844,3.766298294067383,3.8366317749023438,3.7157535552978516,3.8254261016845703,3.7751197814941406,3.829479217529297,3.7469863891601562 +5000,1000,cpu,uniform,True,False,True,0.5602836608886719,0.5688667297363281,0.5176067352294922,0.6055831909179688,0.5133152008056641,0.5698204040527344,0.5190372467041016,0.5943775177001953,0.5164146423339844,0.5242824554443359,3.358602523803711,3.205537796020508,3.3037662506103516,3.270864486694336,3.284454345703125,3.374338150024414,3.2422542572021484,3.293752670288086,3.308534622192383,3.230571746826172 +5000,1000,cpu,uniform,True,False,False,0.5486011505126953,0.5695819854736328,0.5357265472412109,0.6017684936523438,0.5207061767578125,0.6067752838134766,0.5619525909423828,0.5655288696289062,0.5505084991455078,0.5774497985839844,3.4308433532714844,3.3981800079345703,3.171682357788086,3.371000289916992,3.335714340209961,3.3109188079833984,3.358602523803711,3.1807422637939453,3.2536983489990234,3.395557403564453 +5000,1000,cpu,uniform,False,False,True,0.4684925079345703,0.8134841918945312,0.8597373962402344,0.36787986755371094,0.7507801055908203,0.5662441253662109,0.5993843078613281,0.5359649658203125,0.7185935974121094,0.7088184356689453,9.155035018920898,6.176233291625977,4.938602447509766,4.113435745239258,4.006862640380859,3.2961368560791016,3.2923221588134766,3.3168792724609375,3.3524036407470703,3.305196762084961 +5000,1000,cpu,uniform,False,False,False,0.7123947143554688,0.6513595581054688,0.6418228149414062,0.4677772521972656,0.667572021484375,0.4944801330566406,0.47516822814941406,0.48470497131347656,0.5135536193847656,0.6356239318847656,3.2815933227539062,3.24249267578125,3.3721923828125,3.341197967529297,3.228902816772461,3.2334327697753906,3.2956600189208984,3.3321380615234375,3.3636093139648438,3.305673599243164 +5000,1000,cpu,normal,True,True,True,9.272336959838867,9.03010368347168,9.005308151245117,8.543252944946289,9.079456329345703,7.737636566162109,9.065389633178711,9.101629257202148,10.254859924316406,9.210824966430664,16.631126403808594,9.630918502807617,6.86192512512207,7.551908493041992,18.01753044128418,11.274576187133789,8.228302001953125,6.59489631652832,6.886482238769531,6.745576858520508 +5000,1000,cpu,normal,True,True,False,8.754730224609375,8.51130485534668,8.44573974609375,8.262872695922852,6.950139999389648,7.279157638549805,8.22305679321289,5.623102188110352,6.630182266235352,8.492708206176758,6.970643997192383,6.809473037719727,6.894588470458984,6.913900375366211,6.736278533935547,6.894826889038086,6.5135955810546875,6.959438323974609,6.803750991821289,6.805419921875 +5000,1000,cpu,normal,False,True,True,2.6750564575195312,2.965211868286133,2.7620792388916016,2.4559497833251953,3.013134002685547,2.3713111877441406,2.783536911010742,2.2814273834228516,2.1436214447021484,2.8066635131835938,6.799936294555664,6.890773773193359,6.67262077331543,6.749153137207031,6.923198699951172,6.739616394042969,21.03400230407715,11.816263198852539,7.578134536743164,7.0648193359375 +5000,1000,cpu,normal,False,True,False,3.48663330078125,3.011941909790039,3.117084503173828,2.801179885864258,2.9027462005615234,3.6644935607910156,3.1290054321289062,2.9973983764648438,3.0095577239990234,2.989530563354492,7.035255432128906,6.923198699951172,6.897211074829102,6.8569183349609375,6.837368011474609,6.8645477294921875,6.8607330322265625,6.983757019042969,6.912469863891602,6.894588470458984 +5000,1000,cpu,normal,True,False,True,0.9799003601074219,0.7886886596679688,0.8592605590820312,0.7908344268798828,0.9171962738037109,0.7169246673583984,0.6279945373535156,0.6086826324462891,0.5965232849121094,0.6175041198730469,6.44373893737793,6.595134735107422,6.471395492553711,6.604194641113281,6.399631500244141,6.371736526489258,6.567955017089844,6.428718566894531,6.453275680541992,6.51860237121582 +5000,1000,cpu,normal,True,False,False,0.5474090576171875,0.6258487701416016,0.6310939788818359,0.6184577941894531,0.6773471832275391,0.5447864532470703,0.7266998291015625,0.8304119110107422,0.7541179656982422,0.7944107055664062,6.476402282714844,6.515979766845703,6.612062454223633,6.553173065185547,6.531000137329102,6.47282600402832,6.620883941650391,6.468057632446289,6.518840789794922,6.543397903442383 +5000,1000,cpu,normal,False,False,True,1.802682876586914,1.4872550964355469,1.0437965393066406,1.4910697937011719,0.9613037109375,1.4595985412597656,0.9462833404541016,1.4371871948242188,0.9069442749023438,1.2652873992919922,6.585836410522461,6.459712982177734,6.638765335083008,6.541252136230469,6.668329238891602,6.62541389465332,6.521940231323242,6.623029708862305,6.623983383178711,6.458282470703125 +5000,1000,cpu,normal,False,False,False,0.9450912475585938,1.4045238494873047,0.9593963623046875,0.9417533874511719,1.4450550079345703,0.9503364562988281,1.4960765838623047,1.4882087707519531,1.4581680297851562,0.9973049163818359,6.488323211669922,6.778478622436523,6.531238555908203,6.566286087036133,6.642580032348633,6.698369979858398,6.701469421386719,6.5784454345703125,6.672382354736328,6.8607330322265625 +5000,2500,cpu,homo,True,True,True,2.228260040283203,2.1507740020751953,2.557992935180664,2.3767948150634766,2.5284290313720703,2.329111099243164,2.1986961364746094,2.1581649780273438,2.1538734436035156,2.6984214782714844,5.094289779663086,5.356311798095703,5.33604621887207,5.17725944519043,5.326986312866211,5.351066589355469,5.137443542480469,5.2280426025390625,5.328893661499023,5.225419998168945 +5000,2500,cpu,homo,True,True,False,2.6674270629882812,2.839803695678711,2.480030059814453,2.2728443145751953,2.292633056640625,2.3055076599121094,3.340482711791992,2.4013519287109375,2.663850784301758,2.599954605102539,5.218267440795898,5.289554595947266,5.281209945678711,5.07044792175293,5.240678787231445,5.287885665893555,5.194902420043945,5.319356918334961,5.327463150024414,5.11622428894043 +5000,2500,cpu,homo,False,True,True,1.7592906951904297,2.0570755004882812,1.8699169158935547,1.8422603607177734,1.833200454711914,1.6548633575439453,1.745462417602539,1.867532730102539,1.9414424896240234,1.7652511596679688,5.47027587890625,5.356073379516602,5.406379699707031,5.485773086547852,5.404949188232422,5.399227142333984,5.366086959838867,5.509376525878906,5.358695983886719,5.38945198059082 +5000,2500,cpu,homo,False,True,False,1.8770694732666016,1.9397735595703125,1.9505023956298828,1.9676685333251953,1.954793930053711,1.3873577117919922,1.8534660339355469,1.7554759979248047,1.9381046295166016,1.8308162689208984,5.472660064697266,5.501985549926758,5.498170852661133,5.43665885925293,5.296230316162109,5.511283874511719,5.382061004638672,5.305767059326172,5.517721176147461,5.372285842895508 +5000,2500,cpu,homo,True,False,True,1.0411739349365234,1.0335445404052734,1.0483264923095703,1.066446304321289,1.1012554168701172,1.0790824890136719,1.0530948638916016,1.100301742553711,0.9143352508544922,0.9858608245849609,4.558324813842773,4.480600357055664,4.485607147216797,4.551172256469727,4.440784454345703,4.479408264160156,4.464626312255859,4.610538482666016,4.365682601928711,4.467487335205078 +5000,2500,cpu,homo,True,False,False,1.1210441589355469,1.0144710540771484,0.9620189666748047,1.0600090026855469,1.024484634399414,1.005411148071289,0.9815692901611328,0.9012222290039062,0.8759498596191406,0.9486675262451172,4.571199417114258,4.321813583374023,4.32276725769043,4.49371337890625,4.551887512207031,4.461765289306641,4.390239715576172,4.561901092529297,4.513740539550781,4.351139068603516 +5000,2500,cpu,homo,False,False,True,0.7710456848144531,0.9169578552246094,0.9398460388183594,1.0151863098144531,1.0223388671875,0.9555816650390625,0.8456707000732422,0.946044921875,0.9448528289794922,0.9541511535644531,4.422426223754883,4.32276725769043,4.4651031494140625,4.548311233520508,4.417657852172852,4.321098327636719,4.486322402954102,4.514217376708984,4.418611526489258,4.485607147216797 +5000,2500,cpu,homo,False,False,False,0.9684562683105469,1.0023117065429688,0.9410381317138672,1.0142326354980469,0.9641647338867188,0.6570816040039062,0.9341239929199219,0.8025169372558594,0.9543895721435547,0.9293556213378906,4.374980926513672,4.4708251953125,4.526615142822266,4.354715347290039,4.396915435791016,4.424571990966797,4.49681282043457,4.392147064208984,4.371404647827148,4.417896270751953 +5000,2500,cpu,uniform,True,True,True,3.6308765411376953,3.2722949981689453,4.1656494140625,2.861499786376953,2.817392349243164,2.9184818267822266,2.784252166748047,3.063201904296875,3.1714439392089844,2.8476715087890625,9.140253067016602,8.772611618041992,9.05466079711914,8.877992630004883,9.130477905273438,9.033918380737305,9.085893630981445,8.905410766601562,8.944034576416016,8.984804153442383 +5000,2500,cpu,uniform,True,True,False,2.7933120727539062,3.248453140258789,2.9048919677734375,3.261089324951172,2.8438568115234375,4.08482551574707,2.9859542846679688,2.8738975524902344,2.824544906616211,2.8448104858398438,9.143352508544922,8.952140808105469,9.022712707519531,9.050369262695312,9.042978286743164,9.138822555541992,8.944511413574219,9.075164794921875,8.858919143676758,9.18269157409668 +5000,2500,cpu,uniform,False,True,True,2.2492408752441406,2.237558364868164,2.1932125091552734,1.5106201171875,1.9354820251464844,2.072572708129883,2.2056102752685547,2.005338668823242,1.9710063934326172,2.038240432739258,9.149551391601562,9.116172790527344,9.08350944519043,9.167194366455078,9.194612503051758,9.278297424316406,9.261369705200195,9.176254272460938,9.266376495361328,25.01988410949707 +5000,2500,cpu,uniform,False,True,False,2.3186206817626953,2.289295196533203,2.172231674194336,2.039194107055664,2.228260040283203,2.287626266479492,2.412557601928711,2.373218536376953,2.499103546142578,2.4411678314208984,9.164810180664062,9.331464767456055,25.156736373901367,12.727737426757812,9.58704948425293,9.008407592773438,9.169578552246094,9.139776229858398,26.417970657348633,12.591123580932617 +5000,2500,cpu,uniform,True,False,True,0.95367431640625,0.9407997131347656,0.8966922760009766,0.9019374847412109,0.8823871612548828,0.9338855743408203,0.934600830078125,0.9918212890625,0.8895397186279297,0.934600830078125,8.046627044677734,7.994651794433594,8.125066757202148,7.9746246337890625,8.118867874145508,7.982969284057617,8.20159912109375,8.057594299316406,8.039712905883789,8.053064346313477 +5000,2500,cpu,uniform,True,False,False,0.8559226989746094,0.8711814880371094,0.8873939514160156,0.9229183197021484,0.8897781372070312,0.8797645568847656,0.8995532989501953,0.8070468902587891,0.8454322814941406,0.8449554443359375,8.032083511352539,8.125066757202148,8.114814758300781,8.037805557250977,8.111000061035156,7.9860687255859375,8.274078369140625,8.04901123046875,8.131027221679688,8.299589157104492 +5000,2500,cpu,uniform,False,False,True,0.9589195251464844,0.9591579437255859,0.8716583251953125,0.9853839874267578,0.9086132049560547,1.0495185852050781,1.1363029479980469,1.1301040649414062,0.8826255798339844,0.9238719940185547,8.040904998779297,8.1024169921875,8.107662200927734,8.085966110229492,8.021831512451172,8.173942565917969,7.996320724487305,8.1024169921875,8.1024169921875,8.03995132446289 +5000,2500,cpu,uniform,False,False,False,0.8466243743896484,0.8997917175292969,1.0230541229248047,1.024007797241211,0.9844303131103516,1.1036396026611328,0.9720325469970703,0.9632110595703125,1.051187515258789,0.9717941284179688,7.953166961669922,8.183002471923828,7.9498291015625,8.049488067626953,7.922649383544922,8.057355880737305,7.786035537719727,8.026838302612305,7.929325103759766,8.073568344116211 +5000,2500,cpu,normal,True,True,True,8.330821990966797,8.918285369873047,8.981704711914062,9.172916412353516,9.070634841918945,8.809089660644531,9.02700424194336,8.905887603759766,9.776115417480469,9.008169174194336,16.556739807128906,16.377687454223633,16.371726989746094,16.49165153503418,16.558170318603516,16.4492130279541,16.501903533935547,16.417980194091797,16.481876373291016,16.60013198852539 +5000,2500,cpu,normal,True,True,False,8.804559707641602,8.92329216003418,7.945060729980469,8.852720260620117,11.310577392578125,8.776426315307617,10.92386245727539,9.833812713623047,8.353471755981445,9.481191635131836,16.99376106262207,17.010927200317383,16.785383224487305,17.003297805786133,17.126083374023438,16.921281814575195,16.72649383544922,16.790390014648438,17.0595645904541,17.103195190429688 +5000,2500,cpu,normal,False,True,True,5.443334579467773,5.773067474365234,4.705667495727539,7.2174072265625,5.08880615234375,6.038665771484375,7.0552825927734375,7.793426513671875,7.335662841796875,6.80851936340332,16.86692237854004,16.845226287841797,16.84403419494629,16.853809356689453,16.827106475830078,16.860485076904297,17.00425148010254,16.960859298706055,16.865015029907227,16.867876052856445 +5000,2500,cpu,normal,False,True,False,6.457090377807617,4.932880401611328,4.643678665161133,6.406545639038086,5.857229232788086,7.08460807800293,5.404233932495117,6.141185760498047,7.137775421142578,7.199287414550781,16.92962646484375,16.790151596069336,16.986608505249023,17.028093338012695,16.895294189453125,16.93892478942871,16.957759857177734,17.153024673461914,16.865015029907227,17.08698272705078 +5000,2500,cpu,normal,True,False,True,0.9219646453857422,1.1649131774902344,0.9341239929199219,1.092672348022461,0.9717941284179688,1.0941028594970703,0.9257793426513672,1.1496543884277344,1.1909008026123047,1.1477470397949219,16.330718994140625,16.58320426940918,16.47353172302246,16.51787757873535,16.336441040039062,16.41988754272461,16.364097595214844,16.23392105102539,16.27516746520996,16.525745391845703 +5000,2500,cpu,normal,True,False,False,1.3484954833984375,0.9903907775878906,1.074075698852539,1.1839866638183594,1.07574462890625,0.9288787841796875,1.0790824890136719,1.2941360473632812,1.0082721710205078,1.1391639709472656,16.323089599609375,16.18671417236328,15.970468521118164,15.836238861083984,15.946149826049805,15.828847885131836,16.020774841308594,16.156673431396484,16.05391502380371,15.997171401977539 +5000,2500,cpu,normal,False,False,True,1.8231868743896484,1.7361640930175781,2.3534297943115234,2.3081302642822266,1.6624927520751953,1.720428466796875,2.1245479583740234,1.8084049224853516,1.8155574798583984,1.8589496612548828,16.287565231323242,16.19100570678711,16.21413230895996,18.274307250976562,16.289949417114258,16.104459762573242,16.150236129760742,16.05844497680664,16.149282455444336,16.12377166748047 +5000,2500,cpu,normal,False,False,False,1.722097396850586,1.9068717956542969,1.6052722930908203,1.7459392547607422,1.6398429870605469,1.6560554504394531,1.6171932220458984,1.5368461608886719,1.6224384307861328,1.9485950469970703,16.149282455444336,16.176700592041016,16.38936996459961,16.303062438964844,16.35265350341797,16.3419246673584,16.429901123046875,16.42465591430664,16.272306442260742,16.347169876098633 +5000,5000,cpu,homo,True,True,True,2.305746078491211,3.1080245971679688,3.4439563751220703,2.3000240325927734,3.1981468200683594,3.4019947052001953,4.348278045654297,3.9339065551757812,3.7393569946289062,3.4685134887695312,10.49041748046875,10.365486145019531,10.55598258972168,10.225772857666016,10.460138320922852,10.373115539550781,10.310888290405273,10.686874389648438,10.38217544555664,10.389089584350586 +5000,5000,cpu,homo,True,True,False,3.287792205810547,3.1218528747558594,2.706766128540039,3.062009811401367,3.055572509765625,3.2753944396972656,3.1554698944091797,3.186464309692383,3.304719924926758,3.3113956451416016,10.170221328735352,10.39743423461914,10.231256484985352,10.30874252319336,10.372638702392578,10.106801986694336,10.44917106628418,10.416746139526367,10.249137878417969,10.561466217041016 +5000,5000,cpu,homo,False,True,True,3.345012664794922,2.7816295623779297,3.080606460571289,2.988576889038086,2.980947494506836,3.45611572265625,3.445863723754883,3.431081771850586,3.015279769897461,2.995729446411133,10.576963424682617,10.317325592041016,10.688066482543945,10.437965393066406,10.411500930786133,10.627985000610352,10.308027267456055,10.673284530639648,10.796070098876953,10.485172271728516 +5000,5000,cpu,homo,False,True,False,3.4668445587158203,3.1948089599609375,3.445148468017578,2.9790401458740234,3.2796859741210938,3.4155845642089844,3.4456253051757812,3.0982494354248047,3.3855438232421875,3.48663330078125,10.574102401733398,10.40506362915039,10.418415069580078,10.442733764648438,10.369062423706055,10.504007339477539,10.522842407226562,10.354757308959961,10.45680046081543,10.360479354858398 +5000,5000,cpu,homo,True,False,True,1.3461112976074219,1.3172626495361328,1.3189315795898438,1.2390613555908203,1.2781620025634766,1.3074874877929688,1.1286735534667969,1.2843608856201172,1.3453960418701172,1.3127326965332031,8.786916732788086,8.842945098876953,8.843660354614258,8.933782577514648,8.897542953491211,8.966684341430664,8.888006210327148,8.813858032226562,9.096622467041016,8.875846862792969 +5000,5000,cpu,homo,True,False,False,1.3742446899414062,1.4216899871826172,1.3689994812011719,1.3363361358642578,1.3360977172851562,1.3430118560791016,1.3270378112792969,1.331329345703125,1.4004707336425781,1.2788772583007812,8.962869644165039,8.881807327270508,8.786201477050781,8.901119232177734,8.785486221313477,8.849859237670898,8.634328842163086,8.910894393920898,8.65030288696289,8.868217468261719 +5000,5000,cpu,homo,False,False,True,1.3022422790527344,1.135110855102539,1.1832714080810547,1.2710094451904297,1.161336898803711,1.3191699981689453,1.245260238647461,1.2888908386230469,1.2822151184082031,1.2373924255371094,8.945941925048828,8.859634399414062,8.803129196166992,8.899211883544922,8.780241012573242,8.854389190673828,8.698701858520508,9.009838104248047,8.633613586425781,8.984088897705078 +5000,5000,cpu,homo,False,False,False,1.1982917785644531,1.3875961303710938,1.4641284942626953,1.3575553894042969,1.3010501861572266,1.2142658233642578,1.2211799621582031,1.2192726135253906,1.2447834014892578,1.194000244140625,8.748292922973633,8.854866027832031,8.684873580932617,8.925676345825195,8.54349136352539,9.052753448486328,8.560895919799805,8.927345275878906,8.547306060791016,8.925199508666992 +5000,5000,cpu,uniform,True,True,True,4.334688186645508,4.286289215087891,4.069089889526367,4.790544509887695,3.9632320404052734,4.208803176879883,4.323482513427734,4.328012466430664,4.960060119628906,4.901885986328125,18.30887794494629,17.781496047973633,17.8530216217041,17.98534393310547,18.136262893676758,17.75979995727539,17.879724502563477,18.043041229248047,38.55323791503906,34.451961517333984 +5000,5000,cpu,uniform,True,True,False,4.3087005615234375,4.385709762573242,4.345178604125977,4.710912704467773,4.094600677490234,3.988981246948242,3.300905227661133,4.31513786315918,4.2095184326171875,3.6804676055908203,18.013954162597656,17.991304397583008,17.982959747314453,18.05734634399414,17.919540405273438,17.98844337463379,17.939090728759766,17.928600311279297,18.1577205657959,36.34786605834961 +5000,5000,cpu,uniform,False,True,True,4.341840744018555,3.8704872131347656,3.593921661376953,4.073143005371094,4.0760040283203125,4.3811798095703125,3.462076187133789,4.44340705871582,5.168676376342773,4.73785400390625,18.216371536254883,18.156051635742188,18.10932159423828,18.074989318847656,17.86327362060547,17.996549606323242,18.21112632751465,17.9440975189209,17.900466918945312,17.978429794311523 +5000,5000,cpu,uniform,False,True,False,3.0345916748046875,3.793478012084961,4.019498825073242,3.724336624145508,4.295587539672852,3.4914016723632812,4.367589950561523,4.085779190063477,5.136251449584961,4.39453125,17.88616180419922,17.862796783447266,17.93503761291504,17.874956130981445,18.00704002380371,17.725706100463867,17.866134643554688,17.761945724487305,17.85898208618164,17.866849899291992 +5000,5000,cpu,uniform,True,False,True,1.6396045684814453,1.3437271118164062,1.3780593872070312,1.382589340209961,1.3546943664550781,1.3489723205566406,1.3890266418457031,1.3425350189208984,1.493215560913086,1.4672279357910156,15.641927719116211,15.635251998901367,15.851497650146484,15.780210494995117,15.658378601074219,15.795230865478516,15.841484069824219,15.743255615234375,15.540838241577148,15.524864196777344 +5000,5000,cpu,uniform,True,False,False,1.191854476928711,1.453399658203125,1.2531280517578125,1.2850761413574219,1.2710094451904297,1.2106895446777344,1.2936592102050781,1.3573169708251953,1.359701156616211,1.277923583984375,15.861272811889648,15.808582305908203,15.770196914672852,15.800237655639648,15.776395797729492,15.748739242553711,15.6707763671875,16.21103286743164,15.913724899291992,15.611648559570312 +5000,5000,cpu,uniform,False,False,True,1.3163089752197266,1.3039112091064453,1.3091564178466797,1.3966560363769531,1.3723373413085938,1.4033317565917969,1.2521743774414062,1.3513565063476562,1.478433609008789,1.4042854309082031,15.821456909179688,15.667915344238281,15.639781951904297,15.794515609741211,15.794038772583008,15.8538818359375,15.92707633972168,16.07346534729004,15.943765640258789,15.970706939697266 +5000,5000,cpu,uniform,False,False,False,1.3396739959716797,1.2717247009277344,1.2812614440917969,1.3041496276855469,1.3005733489990234,1.369476318359375,1.2540817260742188,1.3072490692138672,1.275777816772461,1.4102458953857422,15.592813491821289,15.673637390136719,15.724897384643555,15.681266784667969,15.741109848022461,15.706062316894531,15.822887420654297,15.837907791137695,15.820503234863281,15.935897827148438 +5000,5000,cpu,normal,True,True,True,12.246847152709961,9.44972038269043,11.508464813232422,12.62044906616211,12.562036514282227,11.447668075561523,10.804176330566406,11.408805847167969,9.861469268798828,12.460947036743164,33.42890739440918,33.23054313659668,33.27822685241699,33.35738182067871,33.32018852233887,32.96637535095215,33.08272361755371,33.119916915893555,33.185482025146484,32.82475471496582 +5000,5000,cpu,normal,True,True,False,9.512186050415039,9.245157241821289,11.29293441772461,9.892463684082031,10.931015014648438,9.004592895507812,8.960962295532227,9.200096130371094,9.166240692138672,11.406183242797852,33.83040428161621,33.67781639099121,33.75744819641113,33.82253646850586,33.89620780944824,33.88619422912598,33.87331962585449,34.00135040283203,33.640384674072266,33.86545181274414 +5000,5000,cpu,normal,False,True,True,10.219812393188477,11.378049850463867,11.376142501831055,9.047985076904297,9.366989135742188,13.079643249511719,8.541107177734375,9.931087493896484,10.693550109863281,9.022951126098633,33.41245651245117,33.48708152770996,34.10983085632324,33.78129005432129,33.4925651550293,33.39743614196777,33.37407112121582,33.513545989990234,33.44297409057617,33.46514701843262 +5000,5000,cpu,normal,False,True,False,9.079456329345703,8.901834487915039,9.169578552246094,12.731790542602539,12.73798942565918,12.314796447753906,12.305498123168945,12.594461441040039,9.23013687133789,11.838436126708984,33.921003341674805,33.50520133972168,33.80274772644043,34.3475341796875,34.561872482299805,34.63292121887207,34.351348876953125,34.04355049133301,33.579349517822266,33.90002250671387 +5000,5000,cpu,normal,True,False,True,2.259969711303711,2.1295547485351562,1.6608238220214844,2.1262168884277344,1.9443035125732422,1.9989013671875,1.9407272338867188,1.9142627716064453,2.193450927734375,1.8761157989501953,32.0589542388916,32.584190368652344,32.31239318847656,32.3638916015625,32.45949745178223,32.622337341308594,32.37009048461914,32.538414001464844,32.49073028564453,32.560110092163086 +5000,5000,cpu,normal,True,False,False,1.8815994262695312,2.0351409912109375,2.029895782470703,1.6665458679199219,1.9388198852539062,1.9431114196777344,1.9989013671875,1.682281494140625,1.91497802734375,1.886129379272461,32.2718620300293,32.71746635437012,32.45353698730469,32.02080726623535,32.239437103271484,32.27353096008301,32.002925872802734,32.294511795043945,31.834125518798828,32.04822540283203 +5000,5000,cpu,normal,False,False,True,2.071380615234375,2.1331310272216797,2.0334720611572266,2.0852088928222656,2.368450164794922,1.939535140991211,1.9962787628173828,1.6222000122070312,2.016305923461914,2.085447311401367,32.79757499694824,32.78994560241699,32.55105018615723,32.38511085510254,34.71231460571289,32.613277435302734,35.01439094543457,32.35578536987305,32.34219551086426,32.54389762878418 +5000,5000,cpu,normal,False,False,False,2.217531204223633,2.171039581298828,1.863718032836914,2.0067691802978516,1.9147396087646484,1.8031597137451172,1.9326210021972656,2.0656585693359375,1.9919872283935547,2.196073532104492,32.04655647277832,32.160043716430664,32.18245506286621,32.26041793823242,32.10616111755371,31.920194625854492,32.262563705444336,32.354116439819336,32.38034248352051,32.41705894470215 +5000,10000,cpu,homo,True,True,True,3.246307373046875,2.834796905517578,2.3784637451171875,3.467082977294922,2.0875930786132812,2.3910999298095703,2.461671829223633,2.0301342010498047,2.2165775299072266,1.5375614166259766,20.855188369750977,21.019697189331055,20.9808349609375,20.926475524902344,20.674943923950195,20.937681198120117,20.844697952270508,20.933151245117188,20.850419998168945,20.737409591674805 +5000,10000,cpu,homo,True,True,False,2.886533737182617,3.2796859741210938,3.093242645263672,2.333402633666992,2.8870105743408203,2.615213394165039,2.4232864379882812,2.0012855529785156,1.9123554229736328,2.8579235076904297,20.661592483520508,20.735979080200195,20.801305770874023,20.823955535888672,20.826101303100586,20.890474319458008,20.697355270385742,20.806074142456055,20.780563354492188,21.223068237304688 +5000,10000,cpu,homo,False,True,True,5.835771560668945,6.353139877319336,6.312847137451172,5.754947662353516,5.829334259033203,6.613969802856445,6.626367568969727,6.53076171875,6.100177764892578,5.908012390136719,21.325349807739258,21.246910095214844,21.437644958496094,21.329879760742188,21.442413330078125,21.564006805419922,21.419763565063477,21.364450454711914,21.326780319213867,21.24166488647461 +5000,10000,cpu,homo,False,True,False,5.249738693237305,6.3533782958984375,5.689859390258789,6.830453872680664,5.563497543334961,6.288766860961914,6.805181503295898,6.002664566040039,6.766557693481445,6.791591644287109,21.206140518188477,21.120548248291016,21.041154861450195,21.138429641723633,21.233320236206055,21.129369735717773,21.314382553100586,21.251201629638672,21.251678466796875,21.436452865600586 +5000,10000,cpu,homo,True,False,True,1.7943382263183594,1.9581317901611328,1.8148422241210938,1.8377304077148438,1.7359256744384766,1.9545555114746094,1.5933513641357422,1.8310546875,1.9695758819580078,1.8410682678222656,17.534971237182617,17.63129234313965,17.64225959777832,17.70615577697754,17.579317092895508,17.67444610595703,17.4558162689209,17.751455307006836,17.597675323486328,17.459392547607422 +5000,10000,cpu,homo,True,False,False,1.8684864044189453,1.7538070678710938,1.8067359924316406,1.6777515411376953,1.7974376678466797,1.6720294952392578,1.8663406372070312,1.7435550689697266,1.6231536865234375,1.5277862548828125,17.424821853637695,17.410755157470703,17.391681671142578,17.270803451538086,17.296791076660156,17.397403717041016,17.360448837280273,17.28200912475586,17.119169235229492,17.120838165283203 +5000,10000,cpu,homo,False,False,True,2.031564712524414,1.9497871398925781,1.7535686492919922,1.703500747680664,1.7366409301757812,1.7004013061523438,1.790761947631836,1.7256736755371094,1.470327377319336,1.4612674713134766,17.806529998779297,17.670154571533203,17.62866973876953,17.539024353027344,17.653465270996094,17.69232749938965,17.63129234313965,17.657995223999023,17.478227615356445,17.64369010925293 +5000,10000,cpu,homo,False,False,False,1.7642974853515625,1.8155574798583984,1.7642974853515625,1.7380714416503906,1.8992424011230469,1.6896724700927734,1.5137195587158203,1.4765262603759766,1.5022754669189453,1.5420913696289062,17.521381378173828,17.518043518066406,17.59505271911621,17.653942108154297,17.603635787963867,17.570018768310547,17.68016815185547,17.651796340942383,17.279624938964844,17.594575881958008 +5000,10000,cpu,uniform,True,True,True,3.7059783935546875,2.6345252990722656,4.228353500366211,3.465414047241211,3.503084182739258,3.303050994873047,2.6717185974121094,2.4862289428710938,2.3903846740722656,2.7735233306884766,35.38012504577637,35.507917404174805,35.523414611816406,35.196542739868164,35.233259201049805,34.9578857421875,34.99317169189453,35.48932075500488,35.19940376281738,35.08424758911133 +5000,10000,cpu,uniform,True,True,False,3.3330917358398438,2.9494762420654297,2.4213790893554688,2.73895263671875,2.5627613067626953,2.6061534881591797,2.6426315307617188,2.568483352661133,2.027273178100586,1.8570423126220703,36.1781120300293,36.01884841918945,36.15093231201172,35.95995903015137,36.00263595581055,35.877227783203125,35.78948974609375,35.95900535583496,35.6292724609375,35.62426567077637 +5000,10000,cpu,uniform,False,True,True,7.082223892211914,8.37564468383789,5.942821502685547,6.432056427001953,5.265951156616211,8.318662643432617,7.073879241943359,9.34457778930664,8.24737548828125,7.688760757446289,35.97140312194824,36.15522384643555,35.735368728637695,35.97879409790039,36.47637367248535,36.164283752441406,36.22865676879883,36.348819732666016,36.423683166503906,36.298274993896484 +5000,10000,cpu,uniform,False,True,False,6.802082061767578,7.778644561767578,8.644342422485352,7.316827774047852,7.878303527832031,6.466388702392578,7.270574569702148,7.368564605712891,6.304025650024414,5.769968032836914,35.78615188598633,36.13448143005371,36.01193428039551,36.093950271606445,59.13591384887695,36.07940673828125,36.21029853820801,36.25655174255371,36.261558532714844,36.25917434692383 +5000,10000,cpu,uniform,True,False,True,2.004384994506836,1.844644546508789,1.8045902252197266,1.8808841705322266,1.918792724609375,1.7123222351074219,1.894235610961914,1.8076896667480469,1.4750957489013672,1.8041133880615234,31.70156478881836,31.64076805114746,31.76259994506836,31.621694564819336,31.702280044555664,31.352519989013672,31.465768814086914,31.73089027404785,32.202720642089844,31.307458877563477 +5000,10000,cpu,uniform,True,False,False,2.1102428436279297,1.7316341400146484,1.806020736694336,1.8451213836669922,1.8630027770996094,1.6748905181884766,2.084016799926758,2.1584033966064453,2.0599365234375,1.8351078033447266,30.94315528869629,31.110763549804688,31.224489212036133,31.370878219604492,31.410694122314453,31.324148178100586,31.236648559570312,31.035423278808594,31.42690658569336,31.467914581298828 +5000,10000,cpu,uniform,False,False,True,2.0072460174560547,1.9581317901611328,1.7194747924804688,1.8382072448730469,1.7015933990478516,1.725912094116211,1.665353775024414,1.6026496887207031,1.5668869018554688,1.6040802001953125,31.422138214111328,31.11886978149414,31.214475631713867,31.764984130859375,31.33702278137207,31.359195709228516,31.25452995300293,31.28218650817871,31.05020523071289,31.195402145385742 +5000,10000,cpu,uniform,False,False,False,1.9364356994628906,1.9717216491699219,1.9118785858154297,1.9359588623046875,1.6891956329345703,1.7478466033935547,1.6999244689941406,1.650094985961914,1.683950424194336,1.623392105102539,31.856775283813477,31.72469139099121,31.491756439208984,31.79001808166504,31.765460968017578,31.81314468383789,32.094717025756836,31.526803970336914,31.869888305664062,31.80527687072754 +5000,10000,cpu,normal,True,True,True,5.204200744628906,4.904985427856445,4.350423812866211,4.195451736450195,4.655599594116211,4.3392181396484375,4.1027069091796875,4.329442977905273,4.458427429199219,4.221200942993164,66.80107116699219,66.5130615234375,67.14749336242676,67.11626052856445,67.29936599731445,66.91217422485352,66.99299812316895,66.43557548522949,66.33591651916504,66.34664535522461 +5000,10000,cpu,normal,True,True,False,5.856990814208984,4.330635070800781,3.9300918579101562,4.392147064208984,3.943204879760742,3.875255584716797,4.153966903686523,3.863811492919922,4.456281661987305,3.9358139038085938,68.31979751586914,67.71540641784668,67.69895553588867,67.63458251953125,67.29316711425781,67.3215389251709,67.18969345092773,66.92814826965332,67.07048416137695,67.46244430541992 +5000,10000,cpu,normal,False,True,True,16.756296157836914,15.82956314086914,19.388437271118164,15.916824340820312,14.754056930541992,15.604972839355469,14.273881912231445,17.24410057067871,18.068313598632812,16.73269271850586,66.24460220336914,66.58363342285156,66.5898323059082,66.67041778564453,66.44248962402344,66.65706634521484,66.29157066345215,66.33973121643066,66.71285629272461,66.8482780456543 +5000,10000,cpu,normal,False,True,False,19.346952438354492,18.958091735839844,14.482736587524414,13.937950134277344,17.40431785583496,17.661333084106445,16.0520076751709,18.58806610107422,17.420530319213867,15.714168548583984,68.02749633789062,68.0992603302002,68.50767135620117,68.00174713134766,67.93498992919922,67.70920753479004,68.11070442199707,67.33298301696777,67.41189956665039,67.56091117858887 +5000,10000,cpu,normal,True,False,True,3.336191177368164,3.6516189575195312,3.2215118408203125,3.1363964080810547,3.561258316040039,2.6781558990478516,3.5157203674316406,4.031181335449219,3.2308101654052734,3.4842491149902344,64.3162727355957,64.71991539001465,64.84103202819824,63.86542320251465,64.32604789733887,64.22638893127441,64.30435180664062,65.08231163024902,64.81099128723145,65.16408920288086 +5000,10000,cpu,normal,True,False,False,3.463268280029297,3.4902095794677734,3.5691261291503906,2.859354019165039,3.469705581665039,3.003358840942383,3.4880638122558594,3.898143768310547,3.143787384033203,4.394769668579102,64.33963775634766,64.80050086975098,64.25261497497559,64.35632705688477,64.83578681945801,65.59300422668457,65.14835357666016,64.7432804107666,64.70417976379395,64.89968299865723 +5000,10000,cpu,normal,False,False,True,2.779245376586914,2.4471282958984375,2.4824142456054688,2.420186996459961,2.5408267974853516,2.3872852325439453,2.6531219482421875,2.091646194458008,2.013683319091797,2.0494461059570312,64.51749801635742,64.08071517944336,64.6054744720459,64.78619575500488,65.2315616607666,65.58895111083984,65.26303291320801,64.92805480957031,65.10663032531738,64.81242179870605 +5000,10000,cpu,normal,False,False,False,2.666950225830078,2.595663070678711,2.2873878479003906,2.1698474884033203,2.396106719970703,2.4313926696777344,2.1817684173583984,2.054452896118164,1.844644546508789,2.0856857299804688,64.58401679992676,64.41950798034668,64.8493766784668,64.5437240600586,64.42618370056152,65.00744819641113,65.1102066040039,87.14628219604492,64.90087509155273,64.5899772644043 +5000,25000,cpu,homo,True,True,True,4.133939743041992,4.738092422485352,4.23121452331543,3.5381317138671875,3.7581920623779297,3.4668445587158203,4.357099533081055,4.740238189697266,4.4708251953125,4.48918342590332,52.17599868774414,51.80859565734863,51.75924301147461,53.1916618347168,51.67102813720703,51.50437355041504,52.13046073913574,51.694631576538086,52.172183990478516,52.85906791687012 +5000,25000,cpu,homo,True,True,False,5.782604217529297,3.5505294799804688,4.2972564697265625,4.104852676391602,3.3507347106933594,4.399776458740234,3.1762123107910156,3.240346908569336,2.9442310333251953,2.836465835571289,51.89013481140137,51.73993110656738,52.02317237854004,51.79572105407715,52.11448669433594,51.71656608581543,52.5822639465332,52.23703384399414,52.5202751159668,52.20913887023926 +5000,25000,cpu,homo,False,True,True,10.935783386230469,10.950088500976562,9.606122970581055,9.633302688598633,8.044958114624023,14.46843147277832,12.502670288085938,10.43844223022461,15.610456466674805,14.575481414794922,52.77872085571289,52.65355110168457,52.69932746887207,52.83784866333008,52.2303581237793,52.08992958068848,52.252769470214844,52.31332778930664,52.462100982666016,52.707672119140625 +5000,25000,cpu,homo,False,True,False,15.460729598999023,14.91093635559082,14.6026611328125,12.650012969970703,12.364864349365234,13.344764709472656,14.688730239868164,12.173175811767578,13.738393783569336,14.496088027954102,53.54022979736328,53.21073532104492,53.50947380065918,52.99782752990723,53.25484275817871,53.087472915649414,53.550004959106445,53.39646339416504,53.7717342376709,53.736209869384766 +5000,25000,cpu,homo,True,False,True,3.0400753021240234,3.3409595489501953,3.484010696411133,3.8938522338867188,3.2105445861816406,3.4759044647216797,2.8531551361083984,2.855062484741211,3.3059120178222656,3.093242645263672,43.367624282836914,43.51019859313965,43.61748695373535,43.489933013916016,43.92576217651367,43.54691505432129,43.743133544921875,43.86448860168457,43.813228607177734,44.04592514038086 +5000,25000,cpu,homo,True,False,False,3.639698028564453,2.7120113372802734,3.0684471130371094,2.9304027557373047,2.782583236694336,2.9993057250976562,3.385305404663086,2.8076171875,3.4215450286865234,3.186464309692383,42.97447204589844,43.549537658691406,43.45512390136719,43.57624053955078,43.682098388671875,42.969703674316406,43.16258430480957,43.11418533325195,43.62654685974121,43.60222816467285 +5000,25000,cpu,homo,False,False,True,3.3979415893554688,3.1299591064453125,2.979278564453125,2.8769969940185547,2.6922225952148438,2.494335174560547,2.55584716796875,2.4869441986083984,2.5634765625,2.3310184478759766,44.52371597290039,44.09456253051758,44.225215911865234,44.4188117980957,43.883562088012695,43.987274169921875,44.04139518737793,44.21854019165039,43.923139572143555,43.84279251098633 +5000,25000,cpu,homo,False,False,False,3.480672836303711,2.882242202758789,2.8645992279052734,2.900838851928711,2.714872360229492,2.508401870727539,2.3996829986572266,2.5506019592285156,2.559661865234375,2.277374267578125,44.4788932800293,44.40450668334961,44.83437538146973,44.51632499694824,44.18754577636719,44.48962211608887,44.33178901672363,44.38042640686035,44.525861740112305,43.37739944458008 +5000,25000,cpu,uniform,True,True,True,5.254268646240234,5.138158798217773,4.891872406005859,3.930807113647461,3.4439563751220703,3.4940242767333984,4.153966903686523,3.5734176635742188,3.385782241821289,3.509521484375,89.69950675964355,89.32161331176758,89.38050270080566,89.15114402770996,89.26582336425781,89.5230770111084,89.09845352172852,89.86043930053711,89.16783332824707,89.37954902648926 +5000,25000,cpu,uniform,True,True,False,6.439685821533203,4.499197006225586,4.380226135253906,4.018545150756836,4.408836364746094,3.9544105529785156,3.894805908203125,3.864288330078125,3.37982177734375,4.340171813964844,88.71960639953613,88.62757682800293,88.65976333618164,88.88387680053711,88.6993408203125,89.4174575805664,89.54477310180664,89.5235538482666,89.33830261230469,88.93418312072754 +5000,25000,cpu,uniform,False,True,True,11.795997619628906,11.450529098510742,11.518478393554688,12.739896774291992,11.521339416503906,13.204813003540039,14.680624008178711,14.296293258666992,18.8143253326416,13.072967529296875,89.63632583618164,89.61248397827148,89.24651145935059,89.44392204284668,89.48659896850586,88.88077735900879,90.0566577911377,89.49756622314453,89.76316452026367,90.02089500427246 +5000,25000,cpu,uniform,False,True,False,11.241436004638672,9.145736694335938,17.313718795776367,13.517141342163086,12.460708618164062,11.207103729248047,9.371519088745117,11.011600494384766,11.093616485595703,9.109020233154297,89.54644203186035,90.43025970458984,90.70253372192383,90.38138389587402,90.63577651977539,89.39528465270996,88.97137641906738,89.0345573425293,90.07596969604492,89.90883827209473 +5000,25000,cpu,uniform,True,False,True,3.277301788330078,3.828763961791992,3.515481948852539,3.6840438842773438,3.5238265991210938,3.4351348876953125,3.4062862396240234,3.707408905029297,3.774881362915039,3.387928009033203,78.4158706665039,81.29239082336426,77.80814170837402,78.07207107543945,78.45664024353027,77.92878150939941,98.23942184448242,77.77929306030273,77.84700393676758,78.73153686523438 +5000,25000,cpu,uniform,True,False,False,3.793001174926758,4.14729118347168,3.47137451171875,3.809213638305664,3.0469894409179688,4.134416580200195,4.003047943115234,3.4122467041015625,3.560304641723633,4.540681838989258,96.86160087585449,77.79407501220703,77.69227027893066,77.92997360229492,78.61638069152832,78.16886901855469,78.67240905761719,78.22775840759277,77.67534255981445,103.55663299560547 +5000,25000,cpu,uniform,False,False,True,3.670930862426758,3.1647682189941406,3.146648406982422,2.9222965240478516,2.8595924377441406,2.505779266357422,2.568960189819336,2.513885498046875,2.4366378784179688,2.238035202026367,79.00333404541016,78.91011238098145,78.60422134399414,78.61709594726562,78.34148406982422,79.05292510986328,78.19056510925293,78.13501358032227,78.35793495178223,78.34339141845703 +5000,25000,cpu,uniform,False,False,False,3.294706344604492,2.9413700103759766,3.039836883544922,3.0853748321533203,2.6443004608154297,2.5534629821777344,2.637147903442383,2.5055408477783203,2.440214157104492,2.5153160095214844,77.78286933898926,77.72231101989746,77.97741889953613,77.46028900146484,77.71801948547363,77.72517204284668,77.33464241027832,77.44479179382324,77.83699035644531,78.4754753112793 +5000,25000,cpu,normal,True,True,True,12.790679931640625,10.474205017089844,10.388851165771484,10.159492492675781,12.706518173217773,10.371208190917969,10.261297225952148,10.933637619018555,11.205673217773438,10.827302932739258,165.18521308898926,164.98899459838867,166.05567932128906,165.571928024292,166.48435592651367,165.62461853027344,165.37714004516602,165.3900146484375,166.32318496704102,167.4494743347168 +5000,25000,cpu,normal,True,True,False,10.564565658569336,10.180234909057617,10.643720626831055,11.04879379272461,10.26463508605957,10.086536407470703,10.326385498046875,10.197877883911133,10.396718978881836,10.582208633422852,167.9370403289795,167.49978065490723,168.11704635620117,167.47045516967773,169.28672790527344,169.21639442443848,168.20716857910156,166.87750816345215,168.62225532531738,168.56718063354492 +5000,25000,cpu,normal,False,True,True,33.333539962768555,30.916452407836914,29.978513717651367,25.803089141845703,22.03989028930664,31.050920486450195,30.608415603637695,26.506423950195312,33.385276794433594,27.884483337402344,164.54815864562988,164.26563262939453,164.2143726348877,165.97914695739746,166.40377044677734,165.7109260559082,164.03508186340332,164.72411155700684,165.41552543640137,164.8995876312256 +5000,25000,cpu,normal,False,True,False,24.050235748291016,21.0568904876709,31.373023986816406,32.29498863220215,24.870634078979492,20.425081253051758,23.514986038208008,25.435686111450195,26.961565017700195,31.221628189086914,168.78652572631836,168.565034866333,169.01516914367676,169.24762725830078,169.8613166809082,168.5049533843994,168.9920425415039,169.4788932800293,169.16823387145996,170.4561710357666 +5000,25000,cpu,normal,True,False,True,8.256196975708008,7.708549499511719,6.866693496704102,7.353782653808594,8.898496627807617,8.566856384277344,9.055376052856445,9.51838493347168,7.755041122436523,8.345603942871094,159.5308780670166,158.74099731445312,158.45942497253418,158.6134433746338,160.58731079101562,161.2544059753418,160.7043743133545,159.39688682556152,158.6756706237793,158.7362289428711 +5000,25000,cpu,normal,True,False,False,8.339643478393555,8.836030960083008,7.012128829956055,8.133888244628906,6.662607192993164,8.32223892211914,7.047891616821289,8.534669876098633,6.847620010375977,8.758783340454102,161.99135780334473,162.5068187713623,160.93158721923828,160.36319732666016,160.49790382385254,159.60049629211426,161.46564483642578,189.6040439605713,160.86721420288086,159.47771072387695 +5000,25000,cpu,normal,False,False,True,4.442930221557617,4.205942153930664,3.664255142211914,3.3407211303710938,3.6928653717041016,3.4728050231933594,2.914905548095703,2.8524398803710938,2.8450489044189453,2.9468536376953125,159.7917079925537,160.98690032958984,160.39037704467773,162.31060028076172,160.8560085296631,160.47167778015137,161.20672225952148,161.47446632385254,160.79974174499512,161.16046905517578 +5000,25000,cpu,normal,False,False,False,4.004240036010742,3.779172897338867,3.5610198974609375,4.274129867553711,3.280162811279297,3.1130313873291016,3.2732486724853516,2.7551651000976562,3.052949905395508,2.86865234375,161.2415313720703,160.630464553833,160.658597946167,161.15093231201172,161.05246543884277,161.70430183410645,162.20879554748535,161.66257858276367,161.11350059509277,161.03696823120117 +5000,37500,cpu,homo,True,True,True,6.041765213012695,5.637884140014648,4.990339279174805,4.539966583251953,5.637884140014648,4.454851150512695,3.9031505584716797,3.2978057861328125,4.17017936706543,5.639791488647461,78.89676094055176,78.99093627929688,78.72819900512695,78.3834457397461,78.96995544433594,78.64618301391602,78.50241661071777,78.92894744873047,79.0097713470459,79.36811447143555 +5000,37500,cpu,homo,True,True,False,5.086183547973633,4.55927848815918,5.073785781860352,3.6177635192871094,4.223108291625977,3.922700881958008,4.07099723815918,3.778219223022461,4.78363037109375,3.363370895385742,78.68814468383789,78.64594459533691,78.84740829467773,79.41508293151855,79.04720306396484,78.77087593078613,78.37271690368652,78.19914817810059,78.50384712219238,77.93736457824707 +5000,37500,cpu,homo,False,True,True,13.950347900390625,14.624357223510742,19.36793327331543,14.906883239746094,14.969587326049805,19.3479061126709,19.602298736572266,20.208120346069336,20.540237426757812,19.808292388916016,80.23643493652344,79.73122596740723,79.06985282897949,79.38861846923828,79.31399345397949,79.08487319946289,79.16378974914551,79.44965362548828,78.8578987121582,79.61034774780273 +5000,37500,cpu,homo,False,True,False,15.93017578125,21.158695220947266,16.120195388793945,16.516685485839844,14.487743377685547,20.586252212524414,16.266584396362305,18.147706985473633,15.748977661132812,16.89743995666504,80.49750328063965,80.82962036132812,80.80530166625977,80.95502853393555,81.29405975341797,81.81095123291016,81.89177513122559,80.86562156677246,81.33459091186523,80.51252365112305 +5000,37500,cpu,homo,True,False,True,4.210472106933594,4.897594451904297,4.398822784423828,5.108118057250977,4.293680191040039,3.8170814514160156,4.549264907836914,4.79888916015625,4.69207763671875,4.872322082519531,65.97566604614258,66.28203392028809,65.9327507019043,66.48612022399902,65.92679023742676,65.86146354675293,66.13612174987793,66.28870964050293,66.04194641113281,66.02978706359863 +5000,37500,cpu,homo,True,False,False,3.8862228393554688,4.903078079223633,4.665374755859375,3.650665283203125,4.801750183105469,4.0340423583984375,4.859447479248047,4.001140594482422,4.40216064453125,4.067659378051758,64.81409072875977,65.0169849395752,65.11163711547852,65.22846221923828,65.49215316772461,65.19770622253418,65.47975540161133,65.22202491760254,66.35689735412598,66.00308418273926 +5000,37500,cpu,homo,False,False,True,4.210233688354492,4.058361053466797,3.6003589630126953,3.6497116088867188,3.4263134002685547,3.454446792602539,3.4911632537841797,3.458738327026367,3.3240318298339844,3.3867359161376953,66.35761260986328,66.21193885803223,66.7424201965332,66.84422492980957,66.77746772766113,66.87736511230469,67.34704971313477,67.5363540649414,66.98894500732422,66.76030158996582 +5000,37500,cpu,homo,False,False,False,4.23884391784668,4.047393798828125,3.868579864501953,3.6149024963378906,3.6194324493408203,3.4160614013671875,3.4852027893066406,3.426790237426758,3.4754276275634766,3.5791397094726562,65.01913070678711,64.91661071777344,65.51957130432129,65.68717956542969,66.45965576171875,66.30492210388184,66.41268730163574,66.03527069091797,66.33400917053223,66.27917289733887 +5000,37500,cpu,uniform,True,True,True,6.073951721191406,4.64630126953125,4.844903945922852,4.611968994140625,4.260063171386719,4.744768142700195,4.578828811645508,4.2819976806640625,5.064249038696289,4.707098007202148,135.31994819641113,134.86361503601074,134.1073513031006,133.3010196685791,134.70792770385742,133.3611011505127,135.2238655090332,134.8574161529541,133.94594192504883,133.82577896118164 +5000,37500,cpu,uniform,True,True,False,7.268190383911133,6.209373474121094,5.18035888671875,4.600048065185547,4.628896713256836,4.651069641113281,4.302978515625,5.770206451416016,5.061626434326172,4.6329498291015625,133.2557201385498,132.37810134887695,132.30323791503906,132.9631805419922,133.0270767211914,133.00299644470215,133.04805755615234,132.354736328125,133.49127769470215,133.17227363586426 +5000,37500,cpu,uniform,False,True,True,15.548229217529297,18.520832061767578,16.58320426940918,19.16956901550293,20.616531372070312,20.705699920654297,21.010875701904297,17.097949981689453,15.565633773803711,16.787290573120117,134.0339183807373,135.63823699951172,135.53166389465332,135.08152961730957,135.1182460784912,134.55510139465332,134.47976112365723,134.62376594543457,136.3518238067627,135.30254364013672 +5000,37500,cpu,uniform,False,True,False,19.857406616210938,19.29306983947754,19.914865493774414,18.903732299804688,16.38960838317871,19.00792121887207,18.134593963623047,17.54617691040039,18.04518699645996,14.518499374389648,134.33170318603516,134.6888542175293,134.80401039123535,135.74695587158203,136.5368366241455,136.57355308532715,135.75172424316406,135.16879081726074,134.62209701538086,135.34879684448242 +5000,37500,cpu,uniform,True,False,True,4.520177841186523,4.71949577331543,5.286455154418945,5.215883255004883,4.693508148193359,5.813121795654297,4.758596420288086,5.806207656860352,5.301237106323242,4.132509231567383,116.73974990844727,115.35120010375977,116.38355255126953,116.27697944641113,116.73903465270996,117.81620979309082,117.68841743469238,117.12002754211426,117.37918853759766,116.69635772705078 +5000,37500,cpu,uniform,True,False,False,4.459857940673828,4.401206970214844,5.745887756347656,4.214048385620117,5.062341690063477,5.506277084350586,4.991292953491211,5.221843719482422,4.369258880615234,4.312276840209961,115.91672897338867,114.68315124511719,115.57626724243164,116.10198020935059,116.18757247924805,115.79203605651855,117.4325942993164,115.9968376159668,115.82469940185547,115.45300483703613 +5000,37500,cpu,uniform,False,False,True,4.568815231323242,4.113197326660156,3.552675247192383,3.5941600799560547,3.5843849182128906,3.4868717193603516,3.4313201904296875,3.2923221588134766,3.2117366790771484,3.4868717193603516,117.2628402709961,116.86229705810547,116.87350273132324,115.98086357116699,116.47534370422363,116.83917045593262,116.70541763305664,117.83528327941895,118.06583404541016,117.85006523132324 +5000,37500,cpu,uniform,False,False,False,4.3544769287109375,3.950357437133789,3.9072036743164062,3.811359405517578,3.318309783935547,3.4232139587402344,3.407716751098633,3.319263458251953,3.163576126098633,3.2792091369628906,118.54958534240723,117.9502010345459,117.33841896057129,117.49076843261719,117.919921875,117.64359474182129,117.77710914611816,117.85125732421875,118.25346946716309,117.63381958007812 +5000,37500,cpu,normal,True,True,True,16.41249656677246,15.989303588867188,15.802145004272461,15.899181365966797,15.796899795532227,15.943527221679688,15.734672546386719,15.436887741088867,15.596151351928711,16.311168670654297,251.86753273010254,250.49710273742676,249.18842315673828,250.12826919555664,250.91028213500977,250.46515464782715,249.51648712158203,249.57656860351562,251.88851356506348,250.86188316345215 +5000,37500,cpu,normal,True,True,False,15.386819839477539,15.16866683959961,15.066146850585938,15.029191970825195,15.358209609985352,14.46080207824707,15.787363052368164,15.09237289428711,15.600919723510742,15.429973602294922,253.21650505065918,270.68424224853516,252.88677215576172,254.3773651123047,254.92405891418457,253.13735008239746,252.3670196533203,254.6215057373047,254.29391860961914,252.70557403564453 +5000,37500,cpu,normal,False,True,True,36.83781623840332,48.19464683532715,37.48011589050293,48.77138137817383,41.42594337463379,30.669212341308594,29.891490936279297,54.090261459350586,49.144744873046875,39.51549530029297,248.80218505859375,251.53470039367676,248.49677085876465,248.64912033081055,249.32241439819336,251.33109092712402,248.58474731445312,248.63719940185547,248.37636947631836,250.24771690368652 +5000,37500,cpu,normal,False,True,False,44.86083984375,43.46585273742676,34.73925590515137,37.69731521606445,43.77484321594238,38.95974159240723,38.77067565917969,36.99684143066406,39.06059265136719,32.71341323852539,254.0593147277832,253.17120552062988,255.02514839172363,255.33676147460938,253.58104705810547,254.64415550231934,255.9957504272461,256.103515625,254.7917366027832,252.8672218322754 +5000,37500,cpu,normal,True,False,True,9.178400039672852,10.714292526245117,9.349346160888672,8.694171905517578,7.89952278137207,8.973360061645508,9.919404983520508,9.655952453613281,10.822772979736328,11.944293975830078,240.7400608062744,239.54391479492188,240.74816703796387,242.65789985656738,240.59414863586426,240.3855323791504,238.74592781066895,242.86341667175293,240.09323120117188,240.53359031677246 +5000,37500,cpu,normal,True,False,False,12.808561325073242,11.171579360961914,12.04228401184082,9.398460388183594,10.627031326293945,13.85951042175293,12.47859001159668,12.579679489135742,10.221004486083984,11.82103157043457,241.69540405273438,240.80991744995117,239.46523666381836,242.86174774169922,241.09339714050293,240.78750610351562,242.4633502960205,242.61832237243652,240.63920974731445,241.16778373718262 +5000,37500,cpu,normal,False,False,True,5.435943603515625,4.86445426940918,4.433155059814453,4.426002502441406,4.170894622802734,4.187345504760742,4.0607452392578125,4.120588302612305,4.193305969238281,3.9594173431396484,240.9536838531494,240.34810066223145,242.4468994140625,242.91229248046875,243.02244186401367,241.17755889892578,242.82002449035645,243.4988021850586,241.9147491455078,241.2722110748291 +5000,37500,cpu,normal,False,False,False,5.065441131591797,5.10406494140625,5.0144195556640625,4.8770904541015625,4.351615905761719,4.081487655639648,4.242420196533203,4.067182540893555,4.08625602722168,4.065275192260742,243.42751502990723,240.39173126220703,240.76008796691895,242.7349090576172,244.0321445465088,240.39745330810547,240.82112312316895,241.50395393371582,243.18599700927734,240.71097373962402 +5000,50000,cpu,homo,True,True,True,5.847692489624023,6.247758865356445,5.1364898681640625,4.711389541625977,4.438638687133789,5.662202835083008,4.426479339599609,4.5719146728515625,5.356311798095703,5.023479461669922,106.05740547180176,104.93254661560059,104.77447509765625,104.77852821350098,105.55601119995117,105.00574111938477,104.65288162231445,104.55203056335449,105.17549514770508,104.43305969238281 +5000,50000,cpu,homo,True,True,False,7.398843765258789,5.878686904907227,5.144834518432617,4.950761795043945,4.948139190673828,5.054473876953125,5.286693572998047,4.982233047485352,5.252361297607422,4.9762725830078125,103.93977165222168,138.06891441345215,103.97911071777344,103.68895530700684,102.94127464294434,102.60987281799316,103.13534736633301,102.96225547790527,104.45284843444824,103.52897644042969 +5000,50000,cpu,homo,False,True,True,19.19078826904297,19.20461654663086,24.40619468688965,20.987749099731445,19.040584564208984,19.3789005279541,19.52075958251953,19.269943237304688,19.543886184692383,17.621517181396484,106.33111000061035,106.65345191955566,106.1406135559082,105.41749000549316,105.5593490600586,105.52358627319336,105.38482666015625,105.50856590270996,105.5595874786377,105.63421249389648 +5000,50000,cpu,homo,False,True,False,25.95829963684082,19.675016403198242,18.474102020263672,18.816471099853516,21.19135856628418,19.58632469177246,17.019271850585938,30.965566635131836,21.283388137817383,21.1484432220459,107.65337944030762,108.12878608703613,107.50460624694824,107.65695571899414,107.4521541595459,106.95123672485352,107.0857048034668,106.49394989013672,107.0096492767334,107.15007781982422 +5000,50000,cpu,homo,True,False,True,5.246162414550781,5.216121673583984,5.570888519287109,4.521846771240234,5.659341812133789,5.038738250732422,5.48100471496582,4.61888313293457,5.0830841064453125,4.847526550292969,87.44359016418457,87.47553825378418,87.48149871826172,87.33320236206055,87.36181259155273,87.35513687133789,88.81759643554688,88.19341659545898,87.80336380004883,87.92877197265625 +5000,50000,cpu,homo,True,False,False,5.717992782592773,5.372285842895508,5.125761032104492,4.921913146972656,5.988121032714844,5.2967071533203125,6.072521209716797,6.327629089355469,5.122184753417969,6.199359893798828,86.64917945861816,87.69845962524414,86.86113357543945,86.70926094055176,87.15558052062988,86.13777160644531,86.67564392089844,86.00616455078125,86.15922927856445,86.42959594726562 +5000,50000,cpu,homo,False,False,True,5.102872848510742,4.633426666259766,4.662990570068359,4.630327224731445,4.473209381103516,4.84776496887207,4.695653915405273,4.655122756958008,4.684209823608398,4.741907119750977,88.58561515808105,87.58997917175293,88.00864219665527,87.89300918579102,88.19770812988281,87.96381950378418,87.75925636291504,89.48874473571777,88.5467529296875,88.42253684997559 +5000,50000,cpu,homo,False,False,False,5.024194717407227,4.821300506591797,4.556894302368164,4.580020904541016,4.553794860839844,4.680395126342773,4.707813262939453,4.657268524169922,4.921197891235352,4.7359466552734375,87.53705024719238,88.0277156829834,88.83905410766602,88.47975730895996,88.66524696350098,88.1497859954834,87.36896514892578,87.6162052154541,88.07063102722168,87.57996559143066 +5000,50000,cpu,uniform,True,True,True,7.977485656738281,7.927894592285156,5.846500396728516,6.14619255065918,6.098747253417969,6.101369857788086,6.838798522949219,5.687713623046875,7.101535797119141,7.173776626586914,180.0515651702881,180.08732795715332,179.18109893798828,178.4069538116455,178.56478691101074,179.28147315979004,180.04250526428223,180.037260055542,178.39527130126953,178.05123329162598 +5000,50000,cpu,uniform,True,True,False,6.630659103393555,6.679058074951172,6.083965301513672,6.656885147094727,7.149219512939453,6.232023239135742,5.992412567138672,6.912708282470703,6.544828414916992,5.857706069946289,177.53314971923828,178.94387245178223,177.9806613922119,178.4956455230713,176.66268348693848,199.59354400634766,177.5519847869873,179.22639846801758,179.53729629516602,178.32422256469727 +5000,50000,cpu,uniform,False,True,True,20.096302032470703,16.880512237548828,29.471874237060547,25.815486907958984,19.828081130981445,19.35434341430664,21.343708038330078,15.161752700805664,15.83099365234375,18.561124801635742,180.03249168395996,180.33599853515625,179.97479438781738,179.18753623962402,178.61485481262207,179.1818141937256,179.58426475524902,180.65524101257324,178.99346351623535,178.74836921691895 +5000,50000,cpu,uniform,False,True,False,19.974470138549805,17.480850219726562,16.745805740356445,16.599655151367188,25.882720947265625,21.860837936401367,27.140140533447266,18.666744232177734,24.3072509765625,23.045778274536133,181.565523147583,179.4273853302002,179.64434623718262,177.74343490600586,180.06610870361328,179.69322204589844,179.93760108947754,178.7099838256836,177.6106357574463,177.90794372558594 +5000,50000,cpu,uniform,True,False,True,7.036924362182617,6.69097900390625,5.520105361938477,5.8307647705078125,6.472349166870117,7.442712783813477,7.196664810180664,7.004261016845703,5.922555923461914,6.376743316650391,157.37438201904297,158.28847885131836,157.47594833374023,175.60410499572754,156.25381469726562,155.5633544921875,156.41140937805176,156.23736381530762,157.28044509887695,157.0873260498047 +5000,50000,cpu,uniform,True,False,False,7.165670394897461,7.1048736572265625,6.928920745849609,7.037162780761719,5.706310272216797,7.46917724609375,6.675481796264648,7.280111312866211,6.756067276000977,7.1697235107421875,154.62994575500488,154.04963493347168,154.68502044677734,155.16996383666992,156.10003471374512,156.73232078552246,156.17060661315918,155.48992156982422,155.75528144836426,156.20946884155273 +5000,50000,cpu,uniform,False,False,True,4.806280136108398,4.486560821533203,4.260063171386719,4.23884391784668,4.221677780151367,4.301786422729492,4.255771636962891,4.279136657714844,4.255771636962891,4.604816436767578,155.46441078186035,157.40656852722168,156.4652919769287,156.43620491027832,155.46298027038574,155.27105331420898,155.81130981445312,157.23848342895508,157.1660041809082,156.18252754211426 +5000,50000,cpu,uniform,False,False,False,5.068063735961914,5.096435546875,4.54401969909668,4.529714584350586,4.290103912353516,4.245758056640625,4.291296005249023,4.254341125488281,4.364252090454102,4.452943801879883,156.48841857910156,155.41386604309082,154.62779998779297,155.43222427368164,157.4573516845703,156.71634674072266,155.84373474121094,155.54571151733398,155.2295684814453,155.87496757507324 +5000,50000,cpu,normal,True,True,True,21.408796310424805,20.467758178710938,21.30746841430664,20.361661911010742,20.84183692932129,20.54309844970703,20.535945892333984,20.31993865966797,20.876646041870117,20.169973373413086,334.0301513671875,332.72528648376465,335.0634574890137,355.4856777191162,331.5997123718262,333.60886573791504,333.4031105041504,331.1505317687988,334.3677520751953,334.0885639190674 +5000,50000,cpu,normal,True,True,False,20.28822898864746,20.776033401489258,20.594358444213867,19.83642578125,19.860267639160156,19.886016845703125,20.470857620239258,19.841670989990234,19.860029220581055,19.85645294189453,332.92365074157715,335.07561683654785,332.32784271240234,334.2709541320801,336.93599700927734,333.8470458984375,333.6150646209717,335.85071563720703,334.19036865234375,333.5683345794678 +5000,50000,cpu,normal,False,True,True,42.266130447387695,42.41156578063965,51.09214782714844,43.46871376037598,40.67587852478027,38.71750831604004,36.86118125915527,43.287038803100586,45.65596580505371,51.682472229003906,330.547571182251,333.70256423950195,333.17065238952637,331.68745040893555,332.7374458312988,331.9239616394043,331.3167095184326,332.6430320739746,332.9586982727051,331.606388092041 +5000,50000,cpu,normal,False,True,False,46.7987060546875,57.08503723144531,45.65906524658203,47.56331443786621,52.22153663635254,46.430110931396484,42.46211051940918,42.37008094787598,41.7020320892334,49.35121536254883,336.8351459503174,340.67273139953613,340.21592140197754,336.26842498779297,338.24682235717773,340.10839462280273,337.79191970825195,340.648889541626,339.2670154571533,336.89284324645996 +5000,50000,cpu,normal,True,False,True,14.863252639770508,16.70980453491211,14.396429061889648,12.50910758972168,12.999534606933594,10.286331176757812,13.811826705932617,12.198925018310547,12.911319732666016,15.351295471191406,321.3498592376709,320.9817409515381,317.7299499511719,320.3396797180176,321.530818939209,318.251371383667,320.81103324890137,321.7155933380127,319.78464126586914,320.59478759765625 +5000,50000,cpu,normal,True,False,False,11.716842651367188,11.989593505859375,12.159347534179688,10.726213455200195,10.181427001953125,10.18834114074707,12.096405029296875,12.623071670532227,11.391401290893555,12.429952621459961,325.239896774292,321.69485092163086,322.354793548584,323.925256729126,322.36480712890625,322.8185176849365,323.7898349761963,321.6204643249512,321.46167755126953,322.34716415405273 +5000,50000,cpu,normal,False,False,True,6.158351898193359,5.999326705932617,5.350828170776367,5.684375762939453,5.450248718261719,5.188941955566406,5.54966926574707,5.641460418701172,5.669593811035156,5.6362152099609375,324.9082565307617,321.5627670288086,322.4928379058838,323.6546516418457,321.5503692626953,321.26784324645996,323.26555252075195,320.7664489746094,321.63071632385254,323.44865798950195 +5000,50000,cpu,normal,False,False,False,5.697488784790039,5.284786224365234,5.554676055908203,5.501985549926758,5.283355712890625,5.442380905151367,5.352497100830078,5.39851188659668,5.372047424316406,5.593538284301758,322.7429389953613,323.1673240661621,325.0267505645752,322.8771686553955,321.0725784301758,321.3989734649658,323.55809211730957,321.4225769042969,322.920560836792,323.29249382019043 +10000,1000,cpu,homo,True,True,True,4.334449768066406,4.798650741577148,4.129886627197266,3.036975860595703,3.689289093017578,4.17017936706543,4.298925399780273,4.360437393188477,4.377603530883789,4.532814025878906,4.192590713500977,4.371404647827148,4.3792724609375,4.230022430419922,4.258632659912109,4.34565544128418,4.297494888305664,4.217863082885742,4.143476486206055,4.449605941772461 +10000,1000,cpu,homo,True,True,False,4.970550537109375,4.50444221496582,4.556417465209961,4.305124282836914,4.277467727661133,4.465579986572266,4.474878311157227,4.36711311340332,2.985239028930664,3.7436485290527344,4.390716552734375,4.189014434814453,4.226446151733398,4.416465759277344,4.295587539672852,4.212379455566406,4.244089126586914,4.455804824829102,4.370689392089844,4.148006439208984 +10000,1000,cpu,homo,False,True,True,0.7627010345458984,0.7588863372802734,0.7512569427490234,0.7584095001220703,0.7569789886474609,0.7750988006591797,0.7882118225097656,0.7567405700683594,0.7448196411132812,0.7543563842773438,4.54401969909668,4.432916641235352,4.334926605224609,4.425525665283203,4.409313201904297,4.431724548339844,4.113197326660156,4.215478897094727,4.389762878417969,4.355430603027344 +10000,1000,cpu,homo,False,True,False,0.7572174072265625,0.8852481842041016,0.92315673828125,0.7841587066650391,0.774383544921875,0.7808208465576172,0.7863044738769531,0.7679462432861328,0.7867813110351562,0.7491111755371094,4.347324371337891,4.359245300292969,4.4536590576171875,4.395246505737305,4.290342330932617,4.455327987670898,4.454374313354492,4.421472549438477,4.201412200927734,4.410028457641602 +10000,1000,cpu,homo,True,False,True,1.0216236114501953,0.9191036224365234,0.8804798126220703,0.8516311645507812,0.9019374847412109,0.8168220520019531,0.9779930114746094,0.8783340454101562,0.9508132934570312,0.8826255798339844,3.882169723510742,3.8182735443115234,3.699779510498047,3.669261932373047,3.632783889770508,3.7925243377685547,3.7679672241210938,3.6346912384033203,3.659486770629883,3.6497116088867188 +10000,1000,cpu,homo,True,False,False,0.8676052093505859,0.8306503295898438,0.8678436279296875,0.8320808410644531,0.8440017700195312,0.8223056793212891,0.7524490356445312,0.7982254028320312,0.81634521484375,0.8037090301513672,3.643035888671875,3.5560131072998047,3.7412643432617188,3.6439895629882812,3.6323070526123047,3.6482810974121094,3.760814666748047,3.6411285400390625,3.615856170654297,3.7069320678710938 +10000,1000,cpu,homo,False,False,True,0.6508827209472656,0.6606578826904297,0.6537437438964844,0.9007453918457031,0.6296634674072266,0.8864402770996094,0.9477138519287109,0.6642341613769531,0.9067058563232422,0.6110668182373047,3.477334976196289,3.536224365234375,3.6025047302246094,3.5631656646728516,3.664255142211914,3.475666046142578,3.502368927001953,3.5233497619628906,3.5970211029052734,3.6818981170654297 +10000,1000,cpu,homo,False,False,False,0.9360313415527344,0.6628036499023438,0.6785392761230469,0.9129047393798828,0.7183551788330078,0.9381771087646484,0.6198883056640625,0.9191036224365234,0.7295608520507812,0.9229183197021484,3.611326217651367,3.4470558166503906,3.4825801849365234,3.5839080810546875,3.4842491149902344,3.6172866821289062,3.5614967346191406,3.4499168395996094,3.520488739013672,3.4487247467041016 +10000,1000,cpu,uniform,True,True,True,8.142232894897461,3.9865970611572266,4.546642303466797,5.527496337890625,5.424022674560547,4.254341125488281,5.743980407714844,5.438804626464844,6.440162658691406,5.626440048217773,7.299661636352539,7.242441177368164,7.19761848449707,7.205009460449219,7.342100143432617,7.2784423828125,7.248163223266602,7.201433181762695,7.169961929321289,7.232904434204102 +10000,1000,cpu,uniform,True,True,False,4.639625549316406,4.221916198730469,4.010677337646484,5.58018684387207,5.448102951049805,5.388975143432617,5.469560623168945,5.4912567138671875,5.705833435058594,5.693912506103516,7.467031478881836,7.236719131469727,7.28917121887207,7.0934295654296875,7.278680801391602,7.090330123901367,7.130146026611328,7.216930389404297,7.04503059387207,7.337808609008789 +10000,1000,cpu,uniform,False,True,True,1.392364501953125,1.0437965393066406,1.0209083557128906,1.0097026824951172,0.9918212890625,0.9303092956542969,0.9238719940185547,0.9722709655761719,1.0008811950683594,0.9026527404785156,7.636308670043945,7.506132125854492,7.549762725830078,7.297039031982422,7.469892501831055,7.417201995849609,7.471799850463867,7.531166076660156,7.568120956420898,7.555484771728516 +10000,1000,cpu,uniform,False,True,False,1.1141300201416016,1.1477470397949219,1.2125968933105469,1.1000633239746094,1.1029243469238281,1.2111663818359375,1.2278556823730469,1.0864734649658203,1.0724067687988281,1.0981559753417969,7.552862167358398,7.498264312744141,7.49516487121582,7.447957992553711,7.332563400268555,7.347583770751953,7.436275482177734,7.341861724853516,7.578134536743164,7.360935211181641 +10000,1000,cpu,uniform,True,False,True,0.8637905120849609,0.8738040924072266,0.8816719055175781,1.0578632354736328,1.0988712310791016,1.073598861694336,1.049041748046875,1.0669231414794922,1.0042190551757812,0.9894371032714844,6.47735595703125,6.493330001831055,6.471872329711914,6.548643112182617,6.465435028076172,6.392002105712891,6.469011306762695,6.559848785400391,6.531476974487305,6.532192230224609 +10000,1000,cpu,uniform,True,False,False,0.8859634399414062,0.9031295776367188,0.9369850158691406,0.9295940399169922,0.8625984191894531,0.8807182312011719,0.8840560913085938,0.8873939514160156,0.896453857421875,0.8404254913330078,6.51097297668457,6.54149055480957,6.5765380859375,6.713151931762695,6.577968597412109,6.587982177734375,6.448268890380859,6.501436233520508,6.602048873901367,6.478309631347656 +10000,1000,cpu,uniform,False,False,True,1.0247230529785156,0.9038448333740234,1.2156963348388672,1.1479854583740234,1.1451244354248047,0.8299350738525391,1.1184215545654297,0.7739067077636719,1.1386871337890625,1.1310577392578125,6.317615509033203,6.439447402954102,6.50334358215332,6.449222564697266,6.429910659790039,6.525993347167969,6.5326690673828125,6.385564804077148,6.549596786499023,8.458614349365234 +10000,1000,cpu,uniform,False,False,False,0.8902549743652344,0.8971691131591797,1.2059211730957031,1.2593269348144531,1.2402534484863281,0.9322166442871094,0.8993148803710938,0.667572021484375,1.241922378540039,0.9772777557373047,6.397008895874023,6.376028060913086,6.398677825927734,6.417512893676758,6.449699401855469,6.381034851074219,6.422996520996094,14.426231384277344,8.000850677490234,6.412029266357422 +10000,1000,cpu,normal,True,True,True,16.22176170349121,15.781402587890625,16.405105590820312,17.38119125366211,13.836145401000977,15.906572341918945,16.878128051757812,17.375707626342773,15.545129776000977,17.14491844177246,13.35597038269043,13.31949234008789,13.257026672363281,13.25082778930664,13.47661018371582,13.3056640625,13.188362121582031,13.32235336303711,13.424158096313477,13.311386108398438 +10000,1000,cpu,normal,True,True,False,10.502815246582031,15.289306640625,11.730194091796875,9.948253631591797,10.455846786499023,16.054630279541016,10.968923568725586,9.97781753540039,8.983135223388672,7.1086883544921875,13.579607009887695,13.538360595703125,13.497352600097656,13.52381706237793,13.593196868896484,13.53311538696289,13.564109802246094,13.617515563964844,13.673782348632812,13.49329948425293 +10000,1000,cpu,normal,False,True,True,2.8297901153564453,2.8951168060302734,2.8433799743652344,2.157449722290039,2.298116683959961,2.5472640991210938,2.278566360473633,2.0744800567626953,1.9118785858154297,1.8923282623291016,13.733863830566406,13.774394989013672,13.839006423950195,13.745784759521484,13.74959945678711,13.608217239379883,13.602256774902344,13.663768768310547,13.730764389038086,13.619661331176758 +10000,1000,cpu,normal,False,True,False,3.118753433227539,2.5284290313720703,2.053976058959961,2.1162033081054688,1.9664764404296875,2.1440982818603516,1.7232894897460938,1.7805099487304688,1.5957355499267578,1.9910335540771484,13.775110244750977,13.527870178222656,13.629913330078125,13.654470443725586,13.667106628417969,13.675451278686523,13.493537902832031,13.561487197875977,15.580177307128906,13.723373413085938 +10000,1000,cpu,normal,True,False,True,1.1341571807861328,1.0120868682861328,0.9267330169677734,0.8459091186523438,0.9317398071289062,0.8554458618164062,0.9224414825439453,0.9057521820068359,0.9016990661621094,0.8878707885742188,12.938261032104492,13.00954818725586,12.917280197143555,12.829065322875977,12.81118392944336,13.071537017822266,12.860298156738281,12.745141983032227,12.609481811523438,12.93182373046875 +10000,1000,cpu,normal,True,False,False,0.8823871612548828,0.8623600006103516,0.8673667907714844,0.881195068359375,0.8955001831054688,0.9052753448486328,0.9064674377441406,0.9119510650634766,0.8885860443115234,0.8721351623535156,13.036489486694336,12.862920761108398,12.910604476928711,12.895345687866211,12.87388801574707,12.948036193847656,12.849092483520508,13.268232345581055,12.975931167602539,13.008356094360352 +10000,1000,cpu,normal,False,False,True,2.8388500213623047,2.838611602783203,2.933502197265625,2.79998779296875,2.7856826782226562,2.527952194213867,2.428293228149414,1.6205310821533203,2.797365188598633,2.908468246459961,13.088226318359375,13.06915283203125,12.935161590576172,12.965679168701172,12.998104095458984,13.062238693237305,12.851953506469727,12.773752212524414,12.990951538085938,12.952089309692383 +10000,1000,cpu,normal,False,False,False,2.845287322998047,1.8420219421386719,2.9060840606689453,2.76947021484375,1.9526481628417969,3.062009811401367,2.000570297241211,3.0660629272460938,3.033161163330078,2.755880355834961,12.979745864868164,13.077974319458008,12.85409927368164,12.85409927368164,12.986898422241211,13.242244720458984,12.96687126159668,15.612602233886719,20.60103416442871,13.714313507080078 +10000,2500,cpu,homo,True,True,True,4.361391067504883,4.227638244628906,3.8106441497802734,4.2133331298828125,4.140377044677734,4.22358512878418,4.412651062011719,4.8618316650390625,4.32896614074707,4.717350006103516,10.752201080322266,10.563373565673828,10.678529739379883,10.733604431152344,10.720491409301758,10.618925094604492,10.741710662841797,10.765552520751953,10.628938674926758,10.675430297851562 +10000,2500,cpu,homo,True,True,False,4.26793098449707,6.437778472900391,5.398273468017578,4.588842391967773,5.895853042602539,4.521608352661133,4.6539306640625,6.341695785522461,6.822824478149414,4.660606384277344,10.933160781860352,10.710000991821289,10.988235473632812,10.92529296875,10.84446907043457,11.182546615600586,10.944128036499023,10.813474655151367,11.016368865966797,11.388540267944336 +10000,2500,cpu,homo,False,True,True,1.729726791381836,1.7826557159423828,1.74713134765625,2.2478103637695312,1.4204978942871094,1.3489723205566406,1.3298988342285156,1.3227462768554688,1.5339851379394531,1.4638900756835938,11.072635650634766,10.860443115234375,10.799407958984375,10.96487045288086,10.725736618041992,10.68258285522461,10.946035385131836,10.710477828979492,10.74528694152832,10.816097259521484 +10000,2500,cpu,homo,False,True,False,2.11334228515625,1.7657279968261719,1.8415451049804688,1.3508796691894531,1.3349056243896484,1.321554183959961,1.341104507446289,1.325368881225586,1.3239383697509766,1.3184547424316406,10.804891586303711,10.702848434448242,10.84589958190918,10.41269302368164,10.885953903198242,10.756254196166992,10.444879531860352,10.796546936035156,10.666131973266602,10.539531707763672 +10000,2500,cpu,homo,True,False,True,1.5528202056884766,1.5153884887695312,1.466989517211914,1.3470649719238281,1.4238357543945312,1.3430118560791016,1.3668537139892578,1.3790130615234375,1.3866424560546875,1.28936767578125,8.812427520751953,9.188175201416016,8.845329284667969,9.145259857177734,8.97836685180664,9.06229019165039,8.91733169555664,8.860111236572266,8.875846862792969,8.890867233276367 +10000,2500,cpu,homo,True,False,False,1.5478134155273438,1.4390945434570312,1.3036727905273438,1.2652873992919922,1.2004375457763672,1.2810230255126953,1.3391971588134766,1.3127326965332031,1.2140274047851562,1.1255741119384766,8.849620819091797,8.845806121826172,9.005069732666016,8.86678695678711,8.923768997192383,8.70823860168457,9.040117263793945,8.689641952514648,8.900880813598633,8.653640747070312 +10000,2500,cpu,homo,False,False,True,1.5106201171875,1.318216323852539,1.432657241821289,1.2030601501464844,1.5559196472167969,1.317739486694336,1.2860298156738281,1.4944076538085938,1.4712810516357422,1.1913776397705078,8.71419906616211,8.888006210327148,8.649110794067383,8.986949920654297,8.696556091308594,8.908271789550781,8.656501770019531,8.97526741027832,8.76617431640625,8.89897346496582 +10000,2500,cpu,homo,False,False,False,1.1687278747558594,1.9993782043457031,1.4111995697021484,1.07574462890625,1.6484260559082031,1.2857913970947266,1.4884471893310547,1.5113353729248047,1.6930103302001953,1.3682842254638672,8.751869201660156,8.779764175415039,8.701324462890625,8.866310119628906,8.793354034423828,8.840084075927734,8.83173942565918,8.901119232177734,8.831977844238281,8.79049301147461 +10000,2500,cpu,uniform,True,True,True,5.40471076965332,4.732847213745117,7.715702056884766,6.566524505615234,7.210493087768555,5.469322204589844,5.120515823364258,5.428791046142578,5.379676818847656,5.42140007019043,18.01466941833496,17.9595947265625,18.041133880615234,17.884254455566406,17.89116859436035,17.98701286315918,17.628192901611328,17.947673797607422,18.01466941833496,17.876148223876953 +10000,2500,cpu,uniform,True,True,False,5.591630935668945,5.661964416503906,6.239891052246094,5.61213493347168,5.858421325683594,8.154630661010742,5.626201629638672,5.763530731201172,5.821704864501953,7.304906845092773,17.89093017578125,17.798662185668945,18.180370330810547,18.120288848876953,18.010616302490234,17.91095733642578,17.841815948486328,18.177270889282227,18.040180206298828,18.190622329711914 +10000,2500,cpu,uniform,False,True,True,2.4046897888183594,2.5234222412109375,2.088785171508789,1.7361640930175781,2.363920211791992,1.9977092742919922,1.8339157104492188,1.730203628540039,1.6214847564697266,2.282857894897461,18.059730529785156,18.111228942871094,17.963171005249023,18.303394317626953,18.341064453125,18.095731735229492,18.337488174438477,18.251419067382812,18.394947052001953,18.27073097229004 +10000,2500,cpu,uniform,False,True,False,2.5615692138671875,2.03704833984375,1.9152164459228516,2.0041465759277344,1.9867420196533203,1.9643306732177734,1.743316650390625,1.7323493957519531,1.9421577453613281,1.9643306732177734,18.192291259765625,18.199443817138672,18.277645111083984,18.019914627075195,18.06807518005371,18.199920654296875,18.286943435668945,18.056154251098633,18.207788467407227,18.119096755981445 +10000,2500,cpu,uniform,True,False,True,1.6467571258544922,1.4467239379882812,1.42669677734375,1.377105712890625,1.3005733489990234,1.2536048889160156,1.230478286743164,1.2934207916259766,1.1594295501708984,1.2214183807373047,15.720844268798828,15.794754028320312,15.845537185668945,15.883684158325195,15.888690948486328,15.85698127746582,15.828132629394531,15.91181755065918,16.06440544128418,15.951156616210938 +10000,2500,cpu,uniform,True,False,False,1.3129711151123047,1.3508796691894531,1.512765884399414,1.4853477478027344,1.3113021850585938,1.2066364288330078,1.22833251953125,1.215219497680664,1.2776851654052734,1.277923583984375,15.886068344116211,15.851736068725586,15.948057174682617,15.946149826049805,15.958547592163086,15.994071960449219,15.851974487304688,15.839576721191406,16.038894653320312,16.02792739868164 +10000,2500,cpu,uniform,False,False,True,1.340627670288086,1.5232563018798828,1.6913414001464844,1.5485286712646484,1.650094985961914,1.516103744506836,1.5110969543457031,1.4872550964355469,1.64031982421875,1.9221305847167969,15.836477279663086,15.718221664428711,15.93470573425293,15.754461288452148,15.586137771606445,15.737771987915039,16.775131225585938,15.897274017333984,15.66934585571289,15.912055969238281 +10000,2500,cpu,uniform,False,False,False,1.8112659454345703,1.4910697937011719,1.5108585357666016,1.8868446350097656,1.4190673828125,1.4510154724121094,1.7786026000976562,1.8389225006103516,1.8193721771240234,1.7116069793701172,15.805721282958984,15.773534774780273,15.72871208190918,15.737056732177734,15.652656555175781,15.723466873168945,15.793561935424805,15.988826751708984,15.969991683959961,15.80190658569336 +10000,2500,cpu,normal,True,True,True,15.839576721191406,23.226261138916016,16.25370979309082,10.375499725341797,8.836507797241211,9.773015975952148,16.7083740234375,15.762567520141602,14.96124267578125,16.716718673706055,33.297061920166016,33.326148986816406,33.313751220703125,33.55836868286133,33.272504806518555,33.44011306762695,33.292293548583984,33.51020812988281,33.38336944580078,33.47182273864746 +10000,2500,cpu,normal,True,True,False,15.844583511352539,18.682479858398438,18.096446990966797,17.87257194519043,14.418840408325195,13.437986373901367,16.87335968017578,17.06099510192871,15.097856521606445,17.337799072265625,34.19899940490723,44.55423355102539,33.951520919799805,33.728837966918945,33.864498138427734,34.00921821594238,33.779144287109375,33.905029296875,33.77056121826172,33.78653526306152 +10000,2500,cpu,normal,False,True,True,4.29987907409668,3.7331581115722656,3.9517879486083984,4.338979721069336,3.6776065826416016,3.591775894165039,2.8421878814697266,2.610445022583008,2.624988555908203,2.573251724243164,33.36167335510254,33.33616256713867,33.41412544250488,33.635616302490234,33.243417739868164,33.681392669677734,55.94635009765625,33.470869064331055,33.782005310058594,33.96034240722656 +10000,2500,cpu,normal,False,True,False,3.6804676055908203,4.222631454467773,3.110170364379883,2.824068069458008,3.2999515533447266,2.680063247680664,2.527952194213867,2.945423126220703,2.724170684814453,2.8650760650634766,34.021615982055664,34.04974937438965,34.00444984436035,34.17658805847168,33.93888473510742,34.07621383666992,33.956289291381836,34.00778770446777,33.98537635803223,33.99515151977539 +10000,2500,cpu,normal,True,False,True,1.6858577728271484,1.57928466796875,1.7669200897216797,1.687765121459961,1.4841556549072266,1.420736312866211,1.4905929565429688,1.4734268188476562,1.4917850494384766,1.5072822570800781,32.446861267089844,32.40084648132324,32.37175941467285,32.06324577331543,32.33838081359863,32.52768516540527,32.83858299255371,32.724857330322266,32.302141189575195,32.594919204711914 +10000,2500,cpu,normal,True,False,False,1.6634464263916016,1.6484260559082031,1.6505718231201172,1.7006397247314453,1.6543865203857422,1.375436782836914,1.40380859375,1.584768295288086,1.7147064208984375,1.4984607696533203,32.457590103149414,32.52053260803223,32.72128105163574,32.56678581237793,32.35936164855957,31.861066818237305,31.590700149536133,32.14597702026367,32.17720985412598,32.175540924072266 +10000,2500,cpu,normal,False,False,True,3.1194686889648438,2.974987030029297,2.733469009399414,3.014802932739258,2.934694290161133,3.2804012298583984,2.716541290283203,3.046274185180664,3.826618194580078,3.0901432037353516,32.326698303222656,32.38344192504883,32.25207328796387,32.40966796875,32.28449821472168,32.58204460144043,32.53960609436035,32.45043754577637,32.38105773925781,32.31620788574219 +10000,2500,cpu,normal,False,False,False,2.961397171020508,2.9821395874023438,3.150463104248047,3.055095672607422,2.8967857360839844,3.2308101654052734,3.1576156616210938,2.975940704345703,3.1321048736572266,3.0922889709472656,32.27567672729492,32.34672546386719,32.3638916015625,32.288551330566406,32.13906288146973,32.362937927246094,32.33146667480469,32.34124183654785,32.212018966674805,31.953096389770508 +10000,5000,cpu,homo,True,True,True,4.23121452331543,4.502773284912109,4.477024078369141,5.047798156738281,4.368782043457031,6.6051483154296875,6.321191787719727,6.668806076049805,6.311893463134766,6.551265716552734,21.031856536865234,20.958662033081055,21.265268325805664,21.23856544494629,21.063566207885742,21.181583404541016,21.246910095214844,21.300315856933594,21.195650100708008,21.26765251159668 +10000,5000,cpu,homo,True,True,False,6.725549697875977,6.745576858520508,6.532430648803711,5.172491073608398,6.577968597412109,5.012989044189453,6.157159805297852,5.903720855712891,5.851030349731445,6.430625915527344,21.72374725341797,21.50726318359375,21.564006805419922,21.618366241455078,21.40951156616211,21.338939666748047,21.55303955078125,21.550893783569336,21.345138549804688,21.501779556274414 +10000,5000,cpu,homo,False,True,True,2.665281295776367,2.6204586029052734,1.898050308227539,2.435445785522461,2.634763717651367,2.1467208862304688,1.8322467803955078,1.7430782318115234,1.7118453979492188,1.917123794555664,21.06785774230957,21.084070205688477,20.956039428710938,20.90740203857422,20.778417587280273,20.997285842895508,20.999670028686523,20.885705947875977,21.06928825378418,20.80368995666504 +10000,5000,cpu,homo,False,True,False,2.717733383178711,2.971649169921875,2.9404163360595703,2.2497177124023438,2.528667449951172,2.277374267578125,2.3000240325927734,2.247333526611328,1.9328594207763672,1.8575191497802734,20.819902420043945,20.674467086791992,20.78080177307129,20.638465881347656,20.62511444091797,20.68924903869629,20.846843719482422,20.8127498626709,20.978450775146484,20.75672149658203 +10000,5000,cpu,homo,True,False,True,2.062559127807617,1.993417739868164,1.7750263214111328,1.6074180603027344,1.6367435455322266,1.6357898712158203,1.628875732421875,1.748800277709961,1.4910697937011719,1.3675689697265625,17.68207550048828,17.727136611938477,17.606258392333984,17.78125762939453,17.68803596496582,17.766475677490234,17.735958099365234,17.816543579101562,17.801284790039062,17.75670051574707 +10000,5000,cpu,homo,True,False,False,2.030611038208008,1.9466876983642578,2.0117759704589844,1.8341541290283203,1.6622543334960938,1.7726421356201172,1.6689300537109375,1.6262531280517578,1.8107891082763672,1.5833377838134766,17.474651336669922,17.79317855834961,17.450332641601562,17.474651336669922,17.65727996826172,17.766714096069336,17.670869827270508,17.848491668701172,17.607688903808594,17.785310745239258 +10000,5000,cpu,homo,False,False,True,2.0415782928466797,2.0203590393066406,2.243518829345703,2.0906925201416016,1.7843246459960938,1.8231868743896484,1.756429672241211,1.9123554229736328,1.8286705017089844,2.0983219146728516,17.769813537597656,17.724037170410156,17.82059669494629,17.710447311401367,17.736434936523438,17.53067970275879,17.67277717590332,17.63606071472168,17.462730407714844,17.75193214416504 +10000,5000,cpu,homo,False,False,False,1.9068717956542969,1.7764568328857422,1.943826675415039,1.692056655883789,1.722097396850586,1.8126964569091797,1.6989707946777344,1.7704963684082031,1.6906261444091797,1.7349720001220703,17.657756805419922,17.72451400756836,17.63916015625,17.610549926757812,17.563819885253906,17.68779754638672,17.659902572631836,17.543315887451172,17.479896545410156,17.5323486328125 +10000,5000,cpu,uniform,True,True,True,7.668018341064453,7.130861282348633,9.604930877685547,6.743431091308594,7.483720779418945,7.261753082275391,8.09788703918457,7.671117782592773,7.50422477722168,7.721185684204102,35.96067428588867,35.92562675476074,35.83335876464844,35.739898681640625,35.82453727722168,35.79306602478027,35.77303886413574,36.325931549072266,37.06955909729004,36.10086441040039 +10000,5000,cpu,uniform,True,True,False,5.513191223144531,6.473541259765625,5.545377731323242,6.011009216308594,7.011890411376953,5.683660507202148,7.908105850219727,7.568597793579102,6.0749053955078125,6.872892379760742,36.09204292297363,35.982370376586914,36.32855415344238,36.11445426940918,35.8736515045166,35.76517105102539,35.85529327392578,35.982370376586914,35.98785400390625,35.78329086303711 +10000,5000,cpu,uniform,False,True,True,3.005504608154297,2.6683807373046875,2.4569034576416016,3.3380985260009766,2.835988998413086,2.612590789794922,2.7112960815429688,2.1224021911621094,1.8885135650634766,1.7843246459960938,35.643815994262695,35.84456443786621,35.83264350891113,36.37194633483887,35.84575653076172,35.9799861907959,36.022186279296875,36.017417907714844,36.17048263549805,36.18144989013672 +10000,5000,cpu,uniform,False,True,False,3.031015396118164,3.4623146057128906,3.2608509063720703,2.532482147216797,2.931833267211914,2.186298370361328,2.2521018981933594,2.349853515625,2.2742748260498047,2.32696533203125,36.44967079162598,36.065101623535156,35.97760200500488,35.936594009399414,35.84098815917969,35.6900691986084,36.08226776123047,35.79068183898926,35.81357002258301,36.08560562133789 +10000,5000,cpu,uniform,True,False,True,1.9748210906982422,1.9564628601074219,1.786947250366211,1.7037391662597656,1.710653305053711,1.7418861389160156,1.8551349639892578,1.7766952514648438,1.5671253204345703,1.4760494232177734,31.276702880859375,31.148195266723633,31.484603881835938,31.427383422851562,31.73208236694336,31.560897827148438,31.360864639282227,31.909465789794922,31.676054000854492,31.90326690673828 +10000,5000,cpu,uniform,True,False,False,2.0711421966552734,2.0494461059570312,1.8761157989501953,1.893758773803711,1.8727779388427734,1.806020736694336,1.7986297607421875,1.8684864044189453,1.6226768493652344,1.6314983367919922,31.868457794189453,31.780004501342773,31.70943260192871,31.635522842407227,31.734704971313477,31.68034553527832,31.64052963256836,31.446456909179688,31.056880950927734,31.282424926757812 +10000,5000,cpu,uniform,False,False,True,1.8842220306396484,1.9621849060058594,2.2499561309814453,1.9795894622802734,1.8513202667236328,2.2430419921875,2.199888229370117,2.0334720611572266,1.9941329956054688,2.2590160369873047,31.30173683166504,31.296730041503906,31.31890296936035,31.391143798828125,31.420230865478516,31.173229217529297,31.076431274414062,31.7227840423584,56.6558837890625,31.437158584594727 +10000,5000,cpu,uniform,False,False,False,2.1414756774902344,2.109050750732422,1.8956661224365234,1.8854141235351562,1.9099712371826172,2.0258426666259766,1.9500255584716797,2.203226089477539,1.9946098327636719,2.069711685180664,33.70046615600586,31.29863739013672,31.601428985595703,31.620025634765625,31.06403350830078,31.376361846923828,31.233787536621094,30.96294403076172,31.316757202148438,31.404972076416016 +10000,5000,cpu,normal,True,True,True,17.536401748657227,17.047643661499023,18.47982406616211,16.36052131652832,17.26508140563965,18.041133880615234,18.67985725402832,16.139507293701172,22.522449493408203,15.92707633972168,66.87307357788086,67.02113151550293,67.23785400390625,67.50941276550293,66.99728965759277,66.36500358581543,66.7867660522461,66.70069694519043,66.45488739013672,66.37263298034668 +10000,5000,cpu,normal,True,True,False,21.607160568237305,24.726152420043945,19.887447357177734,21.418094635009766,16.997337341308594,15.659332275390625,17.907142639160156,16.3424015045166,17.139196395874023,14.032363891601562,67.85726547241211,67.76618957519531,67.85392761230469,67.79241561889648,67.00420379638672,66.67137145996094,66.65992736816406,67.1396255493164,67.07262992858887,67.21043586730957 +10000,5000,cpu,normal,False,True,True,6.090641021728516,6.4525604248046875,4.182577133178711,4.181623458862305,4.559516906738281,4.033565521240234,3.9942264556884766,3.9637088775634766,4.267215728759766,4.036188125610352,67.12889671325684,66.70308113098145,66.48540496826172,66.43199920654297,66.63966178894043,66.60771369934082,66.12110137939453,66.75052642822266,67.7032470703125,66.73789024353027 +10000,5000,cpu,normal,False,True,False,4.925966262817383,4.465818405151367,4.292726516723633,3.8971900939941406,4.829645156860352,4.058837890625,4.048347473144531,4.174947738647461,4.620790481567383,3.9892196655273438,67.9166316986084,67.31343269348145,67.70157814025879,67.41094589233398,67.18754768371582,67.40641593933105,67.25597381591797,67.16585159301758,67.41952896118164,67.09504127502441 +10000,5000,cpu,normal,True,False,True,2.6421546936035156,2.6044845581054688,2.393960952758789,2.2661685943603516,2.3555755615234375,2.2420883178710938,2.4633407592773438,2.0110607147216797,1.8835067749023438,1.9764900207519531,64.8961067199707,64.42642211914062,64.11123275756836,63.92526626586914,64.21852111816406,64.47887420654297,64.15510177612305,63.974857330322266,64.67771530151367,64.6371841430664 +10000,5000,cpu,normal,True,False,False,2.6607513427734375,2.6810169219970703,2.7074813842773438,2.524852752685547,2.5391578674316406,2.4852752685546875,2.2919178009033203,2.288818359375,2.0542144775390625,1.9946098327636719,64.93067741394043,64.81194496154785,64.70274925231934,64.70799446105957,64.56375122070312,64.01515007019043,64.35132026672363,64.23687934875488,64.63074684143066,64.34082984924316 +10000,5000,cpu,normal,False,False,True,3.4508705139160156,2.919435501098633,3.4606456756591797,3.2722949981689453,3.5910606384277344,3.1070709228515625,3.889322280883789,3.319263458251953,4.677295684814453,3.570079803466797,64.9871826171875,65.03057479858398,64.54992294311523,65.03009796142578,64.63170051574707,64.57161903381348,64.5599365234375,64.18323516845703,64.35465812683105,64.9878978729248 +10000,5000,cpu,normal,False,False,False,3.6394596099853516,3.6940574645996094,3.444671630859375,3.083467483520508,2.90679931640625,3.59344482421875,2.978801727294922,2.8519630432128906,4.015922546386719,2.9363632202148438,64.89348411560059,64.67008590698242,64.21852111816406,64.16535377502441,63.82417678833008,63.88235092163086,63.675880432128906,63.62462043762207,63.851118087768555,65.3378963470459 +10000,10000,cpu,homo,True,True,True,4.4384002685546875,3.949880599975586,4.013776779174805,3.4813880920410156,4.006624221801758,2.9947757720947266,2.5925636291503906,2.9006004333496094,3.512144088745117,2.611875534057617,42.13738441467285,42.716264724731445,42.38462448120117,42.342185974121094,41.95904731750488,42.65284538269043,42.46044158935547,42.32621192932129,42.04988479614258,42.340755462646484 +10000,10000,cpu,homo,True,True,False,5.768775939941406,4.032135009765625,4.6100616455078125,3.6423206329345703,3.7446022033691406,3.4449100494384766,2.9909610748291016,2.987384796142578,2.9916763305664062,2.1753311157226562,42.722463607788086,42.66691207885742,42.68479347229004,42.71101951599121,43.21622848510742,42.9840087890625,42.89698600769043,43.17879676818848,42.649269104003906,42.57965087890625 +10000,10000,cpu,homo,False,True,True,4.358530044555664,3.657817840576172,3.5316944122314453,3.773212432861328,2.665996551513672,2.547025680541992,2.817869186401367,2.459287643432617,2.6557445526123047,2.2284984588623047,42.482614517211914,42.0072078704834,42.54627227783203,42.426347732543945,42.66619682312012,41.910409927368164,42.49382019042969,42.32597351074219,42.482614517211914,42.266845703125 +10000,10000,cpu,homo,False,True,False,3.8139820098876953,3.2389163970947266,3.744840621948242,3.248453140258789,2.6290416717529297,2.705812454223633,2.370119094848633,2.692699432373047,2.260923385620117,1.9345283508300781,42.81353950500488,42.78421401977539,43.05624961853027,43.035268783569336,42.62876510620117,42.85573959350586,42.79899597167969,42.700767517089844,42.04368591308594,42.638540267944336 +10000,10000,cpu,homo,True,False,True,2.5169849395751953,2.3567676544189453,2.3794174194335938,2.578258514404297,2.109050750732422,2.0864009857177734,2.058267593383789,2.212047576904297,2.2525787353515625,1.8885135650634766,35.292625427246094,35.51483154296875,35.289764404296875,35.125017166137695,35.27402877807617,35.06779670715332,35.45117378234863,35.53915023803711,35.744428634643555,35.44473648071289 +10000,10000,cpu,homo,True,False,False,2.6667118072509766,2.55584716796875,2.5718212127685547,2.565622329711914,2.276182174682617,2.063274383544922,2.1309852600097656,2.0956993103027344,2.1746158599853516,1.8651485443115234,34.82699394226074,34.81149673461914,34.88564491271973,34.674644470214844,34.83772277832031,35.09092330932617,35.228729248046875,35.429954528808594,34.94715690612793,34.7905158996582 +10000,10000,cpu,homo,False,False,True,2.5374889373779297,2.5031566619873047,2.3953914642333984,2.513408660888672,2.120494842529297,2.3641586303710938,1.9981861114501953,2.0842552185058594,2.029895782470703,1.909494400024414,35.56346893310547,35.96806526184082,35.9339714050293,35.721540451049805,35.69364547729492,35.90059280395508,35.53032875061035,35.805463790893555,36.1020565032959,35.482168197631836 +10000,10000,cpu,homo,False,False,False,2.605915069580078,2.6946067810058594,2.47955322265625,2.560853958129883,2.2125244140625,2.1059513092041016,2.1202564239501953,2.0716190338134766,2.1419525146484375,1.806020736694336,35.082101821899414,35.03847122192383,34.94739532470703,34.97004508972168,34.81435775756836,35.042524337768555,34.93976593017578,35.18056869506836,34.82818603515625,35.03108024597168 +10000,10000,cpu,uniform,True,True,True,5.155324935913086,3.4885406494140625,3.448009490966797,3.3833980560302734,2.819061279296875,2.5348663330078125,2.5844573974609375,2.5756359100341797,2.3484230041503906,2.3376941680908203,71.8073844909668,71.68745994567871,71.49887084960938,70.90520858764648,70.88375091552734,71.23398780822754,71.0299015045166,71.7775821685791,71.99525833129883,72.28493690490723 +10000,10000,cpu,uniform,True,True,False,4.946708679199219,5.565166473388672,4.433393478393555,3.756999969482422,3.2532215118408203,3.726959228515625,2.7959346771240234,2.5582313537597656,2.533435821533203,2.5310516357421875,71.03562355041504,71.62737846374512,71.20203971862793,72.58343696594238,72.17907905578613,72.09944725036621,71.02370262145996,71.4104175567627,71.84004783630371,71.37942314147949 +10000,10000,cpu,uniform,False,True,True,6.453514099121094,4.091978073120117,4.58836555480957,4.662036895751953,3.7832260131835938,3.2536983489990234,2.708911895751953,3.1957626342773438,2.748250961303711,2.4671554565429688,71.42925262451172,72.24535942077637,71.59256935119629,73.14157485961914,71.3953971862793,71.23255729675293,72.38554954528809,72.94917106628418,72.43967056274414,72.60990142822266 +10000,10000,cpu,uniform,False,True,False,6.758213043212891,4.320383071899414,5.293369293212891,4.476070404052734,3.544330596923828,3.7403106689453125,2.954244613647461,2.960681915283203,3.8442611694335938,2.3851394653320312,72.39198684692383,72.45278358459473,72.20673561096191,72.21555709838867,72.22151756286621,72.89886474609375,72.81160354614258,73.02451133728027,72.95966148376465,72.81231880187988 +10000,10000,cpu,uniform,True,False,True,2.6464462280273438,2.521514892578125,2.4330615997314453,2.1567344665527344,2.2428035736083984,2.1893978118896484,2.141237258911133,1.940011978149414,1.9021034240722656,2.0546913146972656,61.725616455078125,62.26825714111328,62.235355377197266,62.12806701660156,62.47854232788086,62.31546401977539,62.34312057495117,62.27874755859375,62.22820281982422,62.108755111694336 +10000,10000,cpu,uniform,True,False,False,2.768278121948242,2.7484893798828125,2.4089813232421875,2.388477325439453,2.4263858795166016,2.35748291015625,2.225637435913086,2.0635128021240234,1.9562244415283203,1.931905746459961,62.277793884277344,62.06631660461426,62.26062774658203,62.73603439331055,62.331199645996094,62.00122833251953,62.44683265686035,62.18719482421875,62.18242645263672,62.105655670166016 +10000,10000,cpu,uniform,False,False,True,2.6683807373046875,2.4504661560058594,2.4292469024658203,2.248048782348633,2.1173954010009766,2.1703243255615234,2.241373062133789,1.9631385803222656,2.2318363189697266,1.920938491821289,62.36410140991211,62.61301040649414,63.16208839416504,62.224388122558594,62.715768814086914,63.11821937561035,62.905311584472656,62.859535217285156,62.834978103637695,62.5758171081543 +10000,10000,cpu,uniform,False,False,False,2.634286880493164,2.5832653045654297,2.691984176635742,2.2110939025878906,2.4199485778808594,2.1805763244628906,2.214193344116211,2.010345458984375,2.101421356201172,1.9998550415039062,61.94043159484863,62.32190132141113,61.768293380737305,61.940670013427734,62.67189979553223,62.46638298034668,61.94305419921875,62.07919120788574,62.27254867553711,61.8894100189209 +10000,10000,cpu,normal,True,True,True,8.794307708740234,8.30841064453125,8.728504180908203,8.249521255493164,8.595705032348633,8.220195770263672,8.188724517822266,8.199453353881836,8.27646255493164,8.23211669921875,133.54063034057617,132.72523880004883,132.45630264282227,132.42769241333008,133.12935829162598,133.0552101135254,132.65562057495117,133.48889350891113,132.5819492340088,132.4138641357422 +10000,10000,cpu,normal,True,True,False,8.341073989868164,8.678197860717773,8.103609085083008,8.897542953491211,8.999347686767578,8.584737777709961,8.007526397705078,8.23521614074707,8.078575134277344,8.331298828125,134.49621200561523,135.10560989379883,136.72304153442383,135.53261756896973,136.35540008544922,135.88356971740723,135.3745460510254,135.1180076599121,134.96828079223633,135.0386142730713 +10000,10000,cpu,normal,False,True,True,11.41667366027832,8.887052536010742,8.318185806274414,9.325742721557617,8.55565071105957,8.758544921875,8.296966552734375,8.358240127563477,8.243560791015625,8.406877517700195,130.65528869628906,131.9131851196289,131.98375701904297,133.68678092956543,132.92551040649414,133.39471817016602,132.05790519714355,131.70146942138672,131.12330436706543,133.84318351745605 +10000,10000,cpu,normal,False,True,False,8.995771408081055,8.424043655395508,9.085893630981445,8.2244873046875,8.869409561157227,8.066892623901367,8.78453254699707,8.030414581298828,8.651256561279297,8.04448127746582,133.32772254943848,133.5597038269043,134.7055435180664,134.62114334106445,135.76841354370117,134.7661018371582,134.01365280151367,133.47363471984863,133.1937313079834,135.12134552001953 +10000,10000,cpu,normal,True,False,True,3.9327144622802734,3.7398338317871094,3.9861202239990234,3.384113311767578,3.3655166625976562,3.561735153198242,3.116130828857422,3.5390853881835938,2.964496612548828,2.928495407104492,128.62920761108398,130.43880462646484,129.6384334564209,129.08411026000977,129.00328636169434,128.54647636413574,127.79474258422852,128.14974784851074,128.0975341796875,128.8626194000244 +10000,10000,cpu,normal,True,False,False,4.220008850097656,4.58526611328125,4.299640655517578,3.7131309509277344,3.766775131225586,3.7174224853515625,3.2377243041992188,3.406047821044922,2.804279327392578,3.0670166015625,128.99041175842285,129.45103645324707,129.2712688446045,129.03141975402832,127.66528129577637,128.00931930541992,128.11613082885742,130.01394271850586,128.76605987548828,129.57096099853516 +10000,10000,cpu,normal,False,False,True,3.7310123443603516,3.6630630493164062,3.7331581115722656,3.628253936767578,3.4575462341308594,2.9108524322509766,2.8824806213378906,2.8200149536132812,3.035306930541992,2.7098655700683594,129.9750804901123,130.18155097961426,129.9760341644287,128.7996768951416,127.81929969787598,128.51476669311523,127.60686874389648,128.77130508422852,129.5640468597412,130.27358055114746 +10000,10000,cpu,normal,False,False,False,3.956317901611328,3.6165714263916016,3.5135746002197266,3.049135208129883,3.4241676330566406,3.1821727752685547,3.148794174194336,3.007650375366211,2.7222633361816406,2.7990341186523438,128.95584106445312,129.33945655822754,130.17630577087402,128.89337539672852,128.76248359680176,126.8777847290039,128.2484531402588,128.33261489868164,128.37481498718262,129.26483154296875 +10000,25000,cpu,homo,True,True,True,8.059263229370117,9.396791458129883,6.560087203979492,7.033824920654297,5.6819915771484375,6.57963752746582,7.32874870300293,5.921363830566406,5.386590957641602,4.939079284667969,105.4692268371582,105.61227798461914,106.08959197998047,107.09118843078613,106.07051849365234,105.7746410369873,105.63445091247559,105.30543327331543,106.27150535583496,105.87501525878906 +10000,25000,cpu,homo,True,True,False,6.378889083862305,4.88591194152832,4.70733642578125,5.239009857177734,4.553079605102539,4.563093185424805,5.656719207763672,5.076408386230469,4.788875579833984,4.527807235717773,106.3838005065918,106.58097267150879,106.71496391296387,106.20760917663574,108.23416709899902,106.88066482543945,106.92763328552246,107.07235336303711,107.50365257263184,107.22589492797852 +10000,25000,cpu,homo,False,True,True,7.597446441650391,7.869243621826172,6.151676177978516,5.405187606811523,5.405426025390625,4.694223403930664,4.432439804077148,4.428386688232422,4.953622817993164,4.422903060913086,104.86292839050293,105.18455505371094,103.8353443145752,104.8736572265625,105.20625114440918,105.72671890258789,105.18097877502441,105.85331916809082,105.07869720458984,105.49283027648926 +10000,25000,cpu,homo,False,True,False,5.867242813110352,4.853010177612305,4.801750183105469,4.626989364624023,5.214452743530273,4.630804061889648,4.615306854248047,5.064487457275391,5.051374435424805,4.626274108886719,107.66172409057617,107.81311988830566,107.01942443847656,106.86540603637695,106.86826705932617,106.51254653930664,106.36186599731445,107.2695255279541,106.85896873474121,107.82456398010254 +10000,25000,cpu,homo,True,False,True,4.24504280090332,3.3457279205322266,4.096269607543945,3.0579566955566406,3.3774375915527344,3.142833709716797,2.951383590698242,2.833127975463867,2.887725830078125,3.1054019927978516,86.18736267089844,86.43889427185059,87.3258113861084,86.72451972961426,87.73422241210938,87.90445327758789,87.58020401000977,87.34941482543945,87.70346641540527,86.89737319946289 +10000,25000,cpu,homo,True,False,False,3.971576690673828,3.667593002319336,3.2494068145751953,3.154277801513672,3.288745880126953,2.7425289154052734,2.9251575469970703,2.981901168823242,2.8014183044433594,2.5539398193359375,87.72110939025879,88.21725845336914,87.53108978271484,87.85057067871094,87.09454536437988,87.01634407043457,87.4638557434082,87.21566200256348,87.49079704284668,86.92216873168945 +10000,25000,cpu,homo,False,False,True,4.251003265380859,3.621816635131836,3.6389827728271484,3.6427974700927734,3.214120864868164,3.2417774200439453,3.256082534790039,3.4601688385009766,3.563404083251953,3.305196762084961,88.46402168273926,88.22464942932129,88.01412582397461,88.06777000427246,88.1040096282959,88.22894096374512,88.32979202270508,88.44852447509766,88.63115310668945,87.6779556274414 +10000,25000,cpu,homo,False,False,False,4.317998886108398,4.36854362487793,4.225492477416992,3.7865638732910156,3.339052200317383,3.4220218658447266,3.331899642944336,3.252267837524414,3.209352493286133,3.1757354736328125,87.35370635986328,87.42904663085938,88.29450607299805,87.23139762878418,87.5389575958252,87.54348754882812,87.77165412902832,87.40353584289551,87.2507095336914,87.13054656982422 +10000,25000,cpu,uniform,True,True,True,7.246971130371094,6.167173385620117,6.086587905883789,5.651950836181641,6.241559982299805,6.063938140869141,6.013154983520508,5.693912506103516,6.027698516845703,5.654811859130859,179.00824546813965,181.596040725708,179.40807342529297,178.83992195129395,178.66206169128418,179.98790740966797,180.63831329345703,180.13286590576172,179.48198318481445,178.95197868347168 +10000,25000,cpu,uniform,True,True,False,6.089448928833008,6.324291229248047,6.371736526489258,6.160259246826172,6.214141845703125,6.007909774780273,6.988048553466797,6.259918212890625,5.718231201171875,7.670879364013672,179.94356155395508,181.5023422241211,179.66151237487793,179.96525764465332,179.82983589172363,179.72660064697266,180.04345893859863,180.6952953338623,180.2818775177002,179.85081672668457 +10000,25000,cpu,uniform,False,True,True,6.174564361572266,5.6915283203125,5.639314651489258,5.909442901611328,5.769252777099609,6.440639495849609,6.202936172485352,5.634784698486328,5.609273910522461,6.510496139526367,178.9555549621582,179.8419952392578,180.20367622375488,178.74979972839355,178.69305610656738,179.43453788757324,179.75592613220215,180.7088851928711,179.9302101135254,178.5595417022705 +10000,25000,cpu,uniform,False,True,False,11.107921600341797,7.699728012084961,6.561279296875,6.047725677490234,6.7691802978515625,5.761861801147461,6.3571929931640625,6.155729293823242,6.506443023681641,6.443023681640625,178.09343338012695,178.33781242370605,180.33885955810547,180.59420585632324,179.43906784057617,179.25286293029785,179.68106269836426,179.63504791259766,181.2746524810791,179.77046966552734 +10000,25000,cpu,uniform,True,False,True,3.4863948822021484,4.179239273071289,3.473997116088867,4.08482551574707,3.5638809204101562,3.100872039794922,3.3223628997802734,3.110170364379883,2.668619155883789,2.863645553588867,156.9209098815918,155.84993362426758,156.7857265472412,156.74471855163574,157.761812210083,158.14518928527832,156.39281272888184,156.03399276733398,156.45909309387207,156.99124336242676 +10000,25000,cpu,uniform,True,False,False,4.681825637817383,3.854513168334961,3.991365432739258,3.4067630767822266,3.3609867095947266,3.4067630767822266,3.225088119506836,3.044605255126953,3.139972686767578,2.615690231323242,156.2330722808838,156.1598777770996,156.416654586792,154.32000160217285,154.23011779785156,154.71935272216797,154.22701835632324,155.7316780090332,157.4845314025879,156.00156784057617 +10000,25000,cpu,uniform,False,False,True,4.154682159423828,3.9882659912109375,3.894805908203125,3.4918785095214844,3.5009384155273438,3.453493118286133,3.139019012451172,3.162860870361328,3.298044204711914,2.9735565185546875,157.19318389892578,155.79557418823242,155.381441116333,156.35347366333008,158.76197814941406,156.60738945007324,155.93194961547852,157.24897384643555,155.9455394744873,157.25207328796387 +10000,25000,cpu,uniform,False,False,False,4.555702209472656,3.8580894470214844,3.5834312438964844,3.732442855834961,3.143310546875,3.224611282348633,3.617525100708008,3.055095672607422,3.2699108123779297,3.116607666015625,155.7173728942871,156.38041496276855,196.11096382141113,154.92630004882812,154.44159507751465,153.93519401550293,155.03191947937012,154.3264389038086,156.39138221740723,154.64496612548828 +10000,25000,cpu,normal,True,True,True,22.34935760498047,20.53356170654297,20.406246185302734,20.245790481567383,20.359516143798828,20.28203010559082,21.33917808532715,20.401477813720703,20.595073699951172,20.427703857421875,331.5303325653076,334.64646339416504,332.93890953063965,354.97570037841797,332.5774669647217,331.6071033477783,330.9211730957031,333.64009857177734,332.7319622039795,332.4623107910156 +10000,25000,cpu,normal,True,True,False,20.52593231201172,19.9735164642334,21.422863006591797,20.066022872924805,20.001649856567383,20.414113998413086,20.1718807220459,19.981861114501953,20.30801773071289,20.055055618286133,340.3279781341553,337.0797634124756,338.9277458190918,340.1174545288086,337.4512195587158,338.9871120452881,339.9806022644043,337.27502822875977,338.9267921447754,338.14430236816406 +10000,25000,cpu,normal,False,True,True,20.97463607788086,20.678043365478516,21.12126350402832,21.08168601989746,21.296977996826172,20.730972290039062,21.860837936401367,21.123886108398438,21.542787551879883,20.915985107421875,332.8874111175537,334.0163230895996,333.39881896972656,333.453893661499,334.3210220336914,334.4449996948242,333.3115577697754,334.81454849243164,334.399938583374,332.33642578125 +10000,25000,cpu,normal,False,True,False,20.141124725341797,20.50948143005371,21.445751190185547,20.539522171020508,20.748615264892578,25.043010711669922,22.980213165283203,20.8432674407959,20.673036575317383,21.136045455932617,339.59031105041504,356.7383289337158,339.2448425292969,340.8513069152832,338.61589431762695,339.81990814208984,339.4947052001953,337.91160583496094,338.4721279144287,338.40155601501465 +10000,25000,cpu,normal,True,False,True,6.099462509155273,5.21087646484375,5.035161972045898,4.766941070556641,4.3163299560546875,4.956245422363281,4.03594970703125,3.688812255859375,3.5102367401123047,4.123926162719727,320.5981254577637,320.1010227203369,322.51572608947754,320.1777935028076,317.8260326385498,321.9764232635498,321.7155933380127,321.18678092956543,322.2157955169678,321.40660285949707 +10000,25000,cpu,normal,True,False,False,7.274150848388672,5.489826202392578,6.722211837768555,5.118846893310547,4.527807235717773,4.427433013916016,4.216432571411133,4.273653030395508,3.850221633911133,3.9663314819335938,321.8507766723633,320.50228118896484,324.21875,321.4287757873535,323.3368396759033,324.2359161376953,322.42369651794434,323.4226703643799,322.7059841156006,321.05040550231934 +10000,25000,cpu,normal,False,False,True,5.408287048339844,5.076408386230469,5.225419998168945,4.513740539550781,4.837989807128906,4.178285598754883,4.573583602905273,4.2400360107421875,4.234075546264648,4.424810409545898,321.52342796325684,319.37241554260254,321.32911682128906,322.99232482910156,319.6280002593994,321.73967361450195,323.3029842376709,321.6512203216553,322.32069969177246,323.25196266174316 +10000,25000,cpu,normal,False,False,False,5.8574676513671875,7.09223747253418,5.248308181762695,4.965066909790039,5.312919616699219,4.318714141845703,4.273653030395508,4.3792724609375,4.310369491577148,4.259824752807617,322.7884769439697,321.422815322876,322.30210304260254,322.5119113922119,321.1631774902344,324.20825958251953,324.9368667602539,323.4267234802246,323.758602142334,324.58949089050293 +10000,37500,cpu,homo,True,True,True,7.26318359375,7.956266403198242,6.661415100097656,7.239580154418945,7.534265518188477,7.174253463745117,6.580829620361328,6.76727294921875,7.78508186340332,6.653785705566406,157.88888931274414,157.81903266906738,159.75475311279297,159.59692001342773,159.51871871948242,159.20138359069824,159.91902351379395,158.08796882629395,159.02376174926758,158.56242179870605 +10000,37500,cpu,homo,True,True,False,8.920431137084961,8.518457412719727,7.829189300537109,8.058786392211914,9.75942611694336,6.883144378662109,8.273839950561523,6.829023361206055,8.986711502075195,8.826017379760742,160.69936752319336,160.22205352783203,159.92236137390137,159.21926498413086,159.0256690979004,160.2773666381836,161.4532470703125,160.4142189025879,160.86173057556152,160.38203239440918 +10000,37500,cpu,homo,False,True,True,9.56106185913086,8.6212158203125,7.803916931152344,6.77800178527832,7.0514678955078125,6.96873664855957,6.730794906616211,7.544040679931641,6.716728210449219,7.048606872558594,159.53826904296875,162.1096134185791,159.2848300933838,160.31670570373535,158.95771980285645,157.9725742340088,158.8461399078369,158.7393283843994,159.4696044921875,159.40546989440918 +10000,37500,cpu,homo,False,True,False,7.58671760559082,7.269620895385742,7.117509841918945,8.845090866088867,7.032871246337891,7.62486457824707,7.039070129394531,7.464408874511719,7.025480270385742,6.942272186279297,161.67402267456055,161.4818572998047,160.73346138000488,162.12153434753418,161.78083419799805,162.50348091125488,161.41772270202637,160.8436107635498,160.38155555725098,160.4325771331787 +10000,37500,cpu,homo,True,False,True,4.376411437988281,5.395650863647461,3.771066665649414,3.7872791290283203,4.102945327758789,3.1995773315429688,3.31878662109375,3.139972686767578,2.947092056274414,2.986907958984375,130.5527687072754,130.92780113220215,131.82640075683594,131.86359405517578,131.76441192626953,131.26444816589355,131.01959228515625,131.00814819335938,131.41751289367676,130.72824478149414 +10000,37500,cpu,homo,True,False,False,4.717826843261719,4.5680999755859375,3.8928985595703125,3.815889358520508,3.6792755126953125,3.6325454711914062,3.1952857971191406,3.3617019653320312,3.1042098999023438,3.182649612426758,130.50413131713867,131.38985633850098,130.91540336608887,131.78396224975586,131.0861110687256,130.35988807678223,129.52065467834473,128.74269485473633,130.24425506591797,130.68699836730957 +10000,37500,cpu,homo,False,False,True,5.269289016723633,5.20777702331543,5.01704216003418,5.085945129394531,4.982233047485352,4.867792129516602,4.993438720703125,5.115747451782227,5.349159240722656,5.1746368408203125,131.57343864440918,132.9970359802246,133.34345817565918,132.9193115234375,132.43699073791504,131.82902336120605,131.96229934692383,131.9727897644043,132.2314739227295,133.17394256591797 +10000,37500,cpu,homo,False,False,False,5.351781845092773,5.321741104125977,4.906177520751953,4.941701889038086,4.951953887939453,5.159616470336914,5.214691162109375,4.9686431884765625,5.085945129394531,4.992246627807617,131.7903995513916,131.43086433410645,131.93655014038086,130.92947006225586,131.90221786499023,131.20555877685547,130.61785697937012,130.8298110961914,131.819486618042,132.19094276428223 +10000,37500,cpu,uniform,True,True,True,8.666753768920898,9.007692337036133,10.711669921875,13.608217239379883,22.83191680908203,12.532234191894531,9.711742401123047,10.016441345214844,9.006500244140625,9.647130966186523,313.19451332092285,268.2375907897949,268.22733879089355,266.85571670532227,272.1898555755615,292.6297187805176,268.66912841796875,271.0714340209961,269.80018615722656,307.41405487060547 +10000,37500,cpu,uniform,True,True,False,9.863138198852539,9.294271469116211,11.261224746704102,11.324882507324219,10.19144058227539,14.051198959350586,13.783454895019531,12.383460998535156,12.546062469482422,13.84115219116211,268.1844234466553,268.76068115234375,270.5419063568115,268.8939571380615,270.2207565307617,269.6099281311035,270.6425189971924,269.1631317138672,267.5347328186035,269.3908214569092 +10000,37500,cpu,uniform,False,True,True,10.466337203979492,11.955976486206055,10.90240478515625,8.47172737121582,9.126663208007812,8.44573974609375,8.823394775390625,8.521080017089844,10.849475860595703,8.426904678344727,269.69003677368164,271.0225582122803,269.5953845977783,267.98248291015625,268.50152015686035,270.4644203186035,269.29163932800293,268.42284202575684,269.2902088165283,270.7521915435791 +10000,37500,cpu,uniform,False,True,False,9.301185607910156,8.614540100097656,9.14621353149414,8.634090423583984,9.227752685546875,8.668899536132812,9.253978729248047,9.027957916259766,8.64863395690918,8.697509765625,271.12436294555664,270.3838348388672,267.3358917236328,268.0637836456299,271.09289169311523,269.3605422973633,269.8359489440918,271.1055278778076,270.53213119506836,270.0307369232178 +10000,37500,cpu,uniform,True,False,True,4.952907562255859,4.36091423034668,4.307031631469727,4.022836685180664,3.8406848907470703,3.8864612579345703,3.498077392578125,3.1931400299072266,2.7878284454345703,3.027677536010742,236.60564422607422,236.01222038269043,234.96389389038086,235.54658889770508,235.49532890319824,235.97264289855957,238.26313018798828,234.29298400878906,235.68320274353027,235.91327667236328 +10000,37500,cpu,uniform,True,False,False,4.750728607177734,4.830121994018555,3.853321075439453,5.071163177490234,3.8580894470214844,4.056215286254883,3.322601318359375,3.370046615600586,3.5686492919921875,2.9218196868896484,231.71186447143555,233.85095596313477,253.52931022644043,232.4049472808838,229.02679443359375,229.5818328857422,232.1298122406006,230.52358627319336,279.7207832336426,231.60481452941895 +10000,37500,cpu,uniform,False,False,True,5.352020263671875,4.994392395019531,5.058050155639648,4.859685897827148,5.144357681274414,4.7779083251953125,5.067586898803711,5.339622497558594,4.883289337158203,4.803895950317383,235.42284965515137,234.16686058044434,234.54833030700684,236.64045333862305,234.47036743164062,234.29298400878906,234.5716953277588,236.28592491149902,235.26930809020996,234.3747615814209 +10000,37500,cpu,uniform,False,False,False,5.570173263549805,5.045652389526367,4.887580871582031,4.688501358032227,4.900932312011719,4.891633987426758,4.698753356933594,4.748344421386719,5.065441131591797,4.79888916015625,234.3299388885498,233.42585563659668,230.18622398376465,232.5282096862793,233.7503433227539,232.5599193572998,228.99270057678223,232.5420379638672,234.4207763671875,233.9465618133545 +10000,37500,cpu,normal,True,True,True,30.79080581665039,30.62272071838379,30.741453170776367,30.850887298583984,30.792236328125,30.672073364257812,30.399322509765625,32.15432167053223,32.460927963256836,30.792951583862305,496.8729019165039,500.6430149078369,498.39210510253906,502.11644172668457,499.54891204833984,501.81055068969727,499.29070472717285,501.16658210754395,497.3633289337158,501.6779899597168 +10000,37500,cpu,normal,True,True,False,31.807899475097656,31.18419647216797,30.758142471313477,30.534744262695312,31.0821533203125,31.009435653686523,30.72977066040039,30.73287010192871,32.86576271057129,31.194686889648438,508.5642337799072,508.98170471191406,509.44042205810547,509.09924507141113,509.04393196105957,507.9059600830078,510.7576847076416,506.73484802246094,507.2674751281738,506.4854621887207 +10000,37500,cpu,normal,False,True,True,31.890153884887695,32.92512893676758,31.389474868774414,31.70466423034668,32.03010559082031,33.014535903930664,31.647682189941406,32.62948989868164,31.71515464782715,31.485557556152344,499.88698959350586,495.4240322113037,500.32591819763184,495.76592445373535,500.28491020202637,496.3359832763672,500.7026195526123,495.75257301330566,499.0849494934082,505.5959224700928 +10000,37500,cpu,normal,False,True,False,31.116724014282227,30.70354461669922,33.10251235961914,32.549381256103516,32.62019157409668,33.04862976074219,30.744552612304688,35.764217376708984,33.112287521362305,30.594587326049805,508.11767578125,507.4639320373535,503.6041736602783,505.9702396392822,505.4595470428467,505.9177875518799,507.80367851257324,507.98583030700684,507.8883171081543,505.99074363708496 +10000,37500,cpu,normal,True,False,True,6.98542594909668,6.85572624206543,6.324052810668945,5.376100540161133,5.033016204833984,5.486726760864258,4.982948303222656,5.084991455078125,5.326509475708008,4.908323287963867,484.649658203125,480.7934761047363,485.5513572692871,482.9864501953125,486.2043857574463,482.9440116882324,483.31260681152344,481.3570976257324,482.9897880554199,481.55927658081055 +10000,37500,cpu,normal,True,False,False,5.691766738891602,5.7621002197265625,5.426645278930664,4.885673522949219,4.768848419189453,4.90117073059082,4.964351654052734,4.789590835571289,4.791975021362305,4.798412322998047,476.40085220336914,480.649471282959,476.2704372406006,483.02483558654785,480.13854026794434,479.17723655700684,476.1779308319092,480.20482063293457,478.58619689941406,479.21299934387207 +10000,37500,cpu,normal,False,False,True,7.155656814575195,6.603479385375977,6.356239318847656,6.687164306640625,6.630420684814453,7.491111755371094,7.364749908447266,6.849527359008789,6.842613220214844,6.515026092529297,485.4898452758789,478.5037040710449,484.5404624938965,479.10428047180176,481.10461235046387,480.47757148742676,481.2784194946289,477.6463508605957,481.7028045654297,478.1954288482666 +10000,37500,cpu,normal,False,False,False,7.094621658325195,6.438732147216797,6.860256195068359,8.379936218261719,8.167505264282227,8.03828239440918,6.487131118774414,6.329536437988281,6.759405136108398,6.589412689208984,482.1901321411133,484.03239250183105,481.9140434265137,484.24577713012695,482.21683502197266,484.7409725189209,482.9063415527344,485.1388931274414,482.33771324157715,485.5027198791504 +10000,50000,cpu,homo,True,True,True,9.401559829711914,11.215686798095703,10.142326354980469,10.107994079589844,10.697364807128906,9.078264236450195,10.728120803833008,9.366512298583984,9.69839096069336,9.127616882324219,210.72888374328613,211.38787269592285,212.1725082397461,212.6150131225586,211.00616455078125,211.41386032104492,212.1131420135498,214.2024040222168,213.12546730041504,211.7938995361328 +10000,50000,cpu,homo,True,True,False,9.253263473510742,9.514808654785156,10.228633880615234,11.647939682006836,12.022972106933594,10.124921798706055,9.567737579345703,12.068986892700195,10.738849639892578,9.474992752075195,214.81776237487793,213.06157112121582,210.7834815979004,211.7607593536377,212.74876594543457,214.2167091369629,213.9606475830078,211.66443824768066,211.32612228393555,212.85533905029297 +10000,50000,cpu,homo,False,True,True,9.417057037353516,9.412288665771484,10.148286819458008,8.972406387329102,9.406089782714844,8.951663970947266,9.196758270263672,8.99648666381836,9.23919677734375,9.84501838684082,210.188627243042,209.6078395843506,210.4322910308838,212.4326229095459,211.8551731109619,211.1976146697998,211.6718292236328,211.52472496032715,212.05973625183105,212.21303939819336 +10000,50000,cpu,homo,False,True,False,10.04934310913086,9.705305099487305,10.342836380004883,9.5977783203125,9.261846542358398,9.847879409790039,9.338617324829102,9.784936904907227,9.43899154663086,9.280204772949219,215.6972885131836,216.48859977722168,215.0743007659912,213.45806121826172,214.55740928649902,214.99347686767578,215.81268310546875,216.508150100708,215.10791778564453,214.4148349761963 +10000,50000,cpu,homo,True,False,True,4.582405090332031,4.910945892333984,4.433870315551758,4.088640213012695,3.858327865600586,3.7994384765625,4.132270812988281,3.524303436279297,3.3812522888183594,3.597259521484375,175.62341690063477,175.58884620666504,174.16119575500488,173.83480072021484,174.44920539855957,174.424409866333,176.0866641998291,176.31006240844727,175.94313621520996,174.30543899536133 +10000,50000,cpu,homo,True,False,False,5.342960357666016,5.140066146850586,5.095720291137695,4.34112548828125,4.049777984619141,3.7992000579833984,3.843545913696289,4.522562026977539,3.8635730743408203,3.789663314819336,173.94065856933594,175.8096218109131,175.6298542022705,174.19695854187012,173.48980903625488,174.19815063476562,173.06780815124512,175.4627227783203,175.75979232788086,175.54259300231934 +10000,50000,cpu,homo,False,False,True,6.448507308959961,6.39653205871582,6.52766227722168,6.537437438964844,6.703853607177734,6.586790084838867,6.7577362060546875,7.3909759521484375,6.700754165649414,6.5174102783203125,175.3215789794922,175.80032348632812,176.4514446258545,177.32739448547363,176.1949062347412,175.40621757507324,174.9579906463623,175.43768882751465,176.09906196594238,176.9540309906006 +10000,50000,cpu,homo,False,False,False,6.448507308959961,6.351947784423828,6.538629531860352,6.514310836791992,6.689310073852539,6.697893142700195,6.635904312133789,6.622791290283203,6.52623176574707,6.712675094604492,174.3452548980713,174.47710037231445,174.3793487548828,174.34239387512207,175.4586696624756,173.9358901977539,173.94351959228516,174.17097091674805,173.6147403717041,175.07219314575195 +10000,50000,cpu,uniform,True,True,True,12.876510620117188,11.854887008666992,11.648893356323242,11.210203170776367,11.692047119140625,11.528730392456055,12.613534927368164,11.548042297363281,11.528968811035156,12.799263000488281,359.203577041626,358.3071231842041,362.0870113372803,359.4248294830322,358.83593559265137,362.4875545501709,356.6327095031738,357.8925132751465,379.4882297515869,357.6846122741699 +10000,50000,cpu,uniform,True,True,False,12.041330337524414,11.478424072265625,13.590097427368164,11.82246208190918,12.977123260498047,12.008190155029297,12.07590103149414,12.173652648925781,11.664628982543945,11.347055435180664,358.62183570861816,357.64455795288086,360.61882972717285,361.9801998138428,357.3455810546875,356.76002502441406,360.37397384643555,357.9671382904053,357.68890380859375,359.88783836364746 +10000,50000,cpu,uniform,False,True,True,12.002229690551758,12.26806640625,11.797428131103516,11.753320693969727,11.278629302978516,11.599540710449219,11.77072525024414,11.20901107788086,11.683464050292969,11.907339096069336,357.3746681213379,359.51924324035645,358.17503929138184,358.32810401916504,361.0491752624512,358.7946891784668,359.7114086151123,360.7046604156494,358.89458656311035,360.42332649230957 +10000,50000,cpu,uniform,False,True,False,12.813329696655273,12.037038803100586,12.000560760498047,11.743545532226562,11.761665344238281,12.244224548339844,11.928796768188477,11.435985565185547,13.083934783935547,12.042522430419922,359.82680320739746,360.3689670562744,361.0820770263672,359.19904708862305,359.73668098449707,362.2429370880127,362.58530616760254,360.92066764831543,359.65585708618164,357.3007583618164 +10000,50000,cpu,uniform,True,False,True,5.606174468994141,4.9915313720703125,4.891872406005859,4.081487655639648,4.004955291748047,3.9565563201904297,3.9038658142089844,3.371000289916992,3.829479217529297,3.3922195434570312,312.46280670166016,313.2174015045166,311.62214279174805,359.515905380249,314.8980140686035,312.0400905609131,311.54394149780273,313.54331970214844,312.65830993652344,311.57898902893066 +10000,50000,cpu,uniform,True,False,False,5.45954704284668,4.857301712036133,4.914760589599609,4.820108413696289,4.387617111206055,4.287004470825195,3.5440921783447266,3.6513805389404297,3.548860549926758,3.6330223083496094,308.7944984436035,312.7567768096924,310.8024597167969,308.6740970611572,310.72235107421875,311.96069717407227,309.33189392089844,311.0027313232422,312.49451637268066,309.04698371887207 +10000,50000,cpu,uniform,False,False,True,6.263971328735352,6.127595901489258,6.293535232543945,6.439685821533203,6.548404693603516,6.2770843505859375,6.411075592041016,6.591558456420898,6.371021270751953,6.34455680847168,311.1538887023926,311.0809326171875,312.90340423583984,310.66250801086426,311.93041801452637,313.57336044311523,312.61730194091797,312.4663829803467,313.54689598083496,312.511682510376 +10000,50000,cpu,uniform,False,False,False,6.481647491455078,6.290197372436523,6.388425827026367,6.559848785400391,6.506681442260742,7.10296630859375,6.220102310180664,6.289243698120117,6.657123565673828,6.429910659790039,310.7278347015381,310.1997375488281,311.9056224822998,311.6593360900879,311.09023094177246,313.1744861602783,310.85824966430664,311.1305236816406,311.9311332702637,310.9760284423828 +10000,50000,cpu,normal,True,True,True,40.76695442199707,40.76194763183594,41.47982597351074,42.44685173034668,42.77396202087402,43.47038269042969,41.432857513427734,41.56327247619629,41.77498817443848,41.5496826171875,666.3086414337158,664.2675399780273,668.4753894805908,717.9019451141357,665.0803089141846,666.4226055145264,668.0798530578613,664.4253730773926,665.9786701202393,662.7392768859863 +10000,50000,cpu,normal,True,True,False,40.67707061767578,39.91580009460449,42.459726333618164,41.04924201965332,40.11344909667969,41.17298126220703,43.35761070251465,40.88234901428223,40.19522666931152,40.97247123718262,675.5871772766113,673.1109619140625,675.7471561431885,675.2145290374756,671.5207099914551,675.0712394714355,673.7210750579834,674.7000217437744,675.4899024963379,673.9199161529541 +10000,50000,cpu,normal,False,True,True,42.784690856933594,42.84811019897461,42.10257530212402,42.18125343322754,42.055368423461914,43.86734962463379,41.8088436126709,42.35529899597168,42.258501052856445,42.32668876647949,668.067455291748,666.3858890533447,667.5229072570801,665.6398773193359,667.5310134887695,667.5198078155518,665.4524803161621,666.555643081665,666.9681072235107,665.1198863983154 +10000,50000,cpu,normal,False,True,False,41.81027412414551,40.851593017578125,40.91358184814453,42.015790939331055,41.4433479309082,40.85969924926758,40.947914123535156,41.07260704040527,42.29569435119629,40.75264930725098,677.2985458374023,676.6014099121094,678.0626773834229,674.5889186859131,677.9611110687256,676.4354705810547,672.7900505065918,675.6999492645264,678.4918308258057,676.3184070587158 +10000,50000,cpu,normal,True,False,True,7.432222366333008,6.9561004638671875,6.609201431274414,6.136417388916016,6.10661506652832,7.008075714111328,5.987644195556641,6.940126419067383,6.192445755004883,6.243228912353516,642.798662185669,641.0505771636963,641.9563293457031,642.4574851989746,664.4883155822754,644.0865993499756,643.4066295623779,644.3414688110352,643.6014175415039,643.7690258026123 +10000,50000,cpu,normal,True,False,False,7.534980773925781,7.098913192749023,7.715463638305664,6.07609748840332,7.536172866821289,6.561756134033203,6.524324417114258,6.611824035644531,7.098197937011719,6.468534469604492,641.1237716674805,635.7574462890625,639.3234729766846,635.5540752410889,636.1620426177979,636.4178657531738,636.1269950866699,636.8603706359863,640.2127742767334,637.3238563537598 +10000,50000,cpu,normal,False,False,True,8.930444717407227,8.59689712524414,8.738279342651367,8.585453033447266,8.495330810546875,8.762836456298828,9.154081344604492,8.597612380981445,8.833169937133789,8.565187454223633,658.8623523712158,642.5089836120605,645.2946662902832,642.1582698822021,644.97971534729,643.6989307403564,642.9474353790283,644.925594329834,645.1025009155273,642.1759128570557 +10000,50000,cpu,normal,False,False,False,8.90350341796875,8.905410766601562,8.505582809448242,8.953332901000977,8.387565612792969,8.847475051879883,8.986711502075195,9.070158004760742,8.688211441040039,9.048700332641602,644.716739654541,643.1629657745361,642.3017978668213,643.2590484619141,642.5633430480957,644.7057723999023,642.7319049835205,641.6015625,642.5125598907471,642.066240310669 +25000,1000,cpu,homo,True,True,True,13.89312744140625,10.242700576782227,12.414216995239258,9.806156158447266,10.329961776733398,10.240316390991211,9.18269157409668,9.766817092895508,10.308504104614258,7.633447647094727,10.703325271606445,10.593175888061523,10.661602020263672,10.61701774597168,10.640859603881836,10.616540908813477,10.464906692504883,10.594606399536133,10.640382766723633,10.617256164550781 +25000,1000,cpu,homo,True,True,False,10.888099670410156,7.989168167114258,10.442495346069336,10.012149810791016,12.63570785522461,9.610176086425781,9.026765823364258,10.504484176635742,11.865377426147461,11.018514633178711,10.898351669311523,10.899066925048828,10.651111602783203,10.787725448608398,10.737419128417969,10.703563690185547,10.859012603759766,10.701417922973633,10.757923126220703,10.828495025634766 +25000,1000,cpu,homo,False,True,True,1.7466545104980469,1.7669200897216797,1.546621322631836,1.8682479858398438,1.4955997467041016,1.3949871063232422,1.4681816101074219,1.4145374298095703,1.4624595642089844,1.1754035949707031,10.844945907592773,11.00778579711914,10.962963104248047,10.823965072631836,10.830402374267578,11.005640029907227,10.635614395141602,11.018037796020508,10.931730270385742,10.70713996887207 +25000,1000,cpu,homo,False,True,False,1.62506103515625,1.5337467193603516,1.6608238220214844,1.6243457794189453,1.8358230590820312,1.718759536743164,1.561880111694336,1.4350414276123047,1.3246536254882812,1.2896060943603516,10.98179817199707,10.718584060668945,10.942459106445312,10.764360427856445,10.675907135009766,11.007308959960938,11.123180389404297,10.807991027832031,10.833978652954102,10.836124420166016 +25000,1000,cpu,homo,True,False,True,1.8105506896972656,1.5926361083984375,1.676321029663086,1.5940666198730469,1.6756057739257812,1.5592575073242188,1.5110969543457031,1.352071762084961,1.30462646484375,1.3308525085449219,9.173393249511719,8.990049362182617,9.258270263671875,8.814334869384766,9.23919677734375,8.887529373168945,9.290456771850586,9.005546569824219,9.200811386108398,8.94618034362793 +25000,1000,cpu,homo,True,False,False,1.950979232788086,1.7940998077392578,1.9843578338623047,1.82342529296875,1.5876293182373047,1.5039443969726562,1.5964508056640625,1.5163421630859375,1.5082359313964844,1.539468765258789,9.351730346679688,9.034395217895508,9.207725524902344,9.02867317199707,9.287595748901367,8.908987045288086,9.103059768676758,9.103059768676758,9.099245071411133,9.045600891113281 +25000,1000,cpu,homo,False,False,True,1.5306472778320312,1.226663589477539,2.1390914916992188,1.2583732604980469,2.1390914916992188,1.176595687866211,2.3534297943115234,1.7473697662353516,2.2804737091064453,2.3682117462158203,8.793354034423828,8.828401565551758,8.814811706542969,8.857965469360352,8.828878402709961,8.950948715209961,8.745431900024414,8.865833282470703,8.641242980957031,8.887290954589844 +25000,1000,cpu,homo,False,False,False,2.2215843200683594,2.1736621856689453,2.129793167114258,1.4767646789550781,1.4030933380126953,2.196073532104492,1.459360122680664,1.4073848724365234,1.5797615051269531,1.4605522155761719,8.748769760131836,8.571147918701172,8.855104446411133,8.588552474975586,8.913278579711914,8.655071258544922,8.879661560058594,8.552312850952148,8.834600448608398,8.736371994018555 +25000,1000,cpu,uniform,True,True,True,12.144327163696289,8.771181106567383,6.677389144897461,12.781620025634766,10.117530822753906,7.647991180419922,12.286663055419922,11.899232864379883,12.932300567626953,11.278390884399414,18.02825927734375,17.993927001953125,17.914533615112305,18.027782440185547,18.0511474609375,18.143415451049805,18.088102340698242,18.059253692626953,18.073558807373047,17.937421798706055 +25000,1000,cpu,uniform,True,True,False,9.038686752319336,8.507728576660156,12.341976165771484,11.493206024169922,9.798526763916016,10.400533676147461,12.070894241333008,11.219501495361328,11.063098907470703,12.369871139526367,17.981290817260742,18.242597579956055,18.07856559753418,18.334150314331055,18.372058868408203,18.207311630249023,18.149137496948242,18.265485763549805,18.0356502532959,18.52583885192871 +25000,1000,cpu,uniform,False,True,True,1.9087791442871094,2.4175643920898438,2.1419525146484375,2.076387405395508,1.8284320831298828,1.6715526580810547,1.4679431915283203,1.5673637390136719,1.604318618774414,1.6219615936279297,18.69964599609375,18.613576889038086,18.592357635498047,18.593311309814453,18.47386360168457,18.468379974365234,18.444299697875977,18.421649932861328,18.407821655273438,18.42474937438965 +25000,1000,cpu,uniform,False,True,False,1.9373893737792969,2.054452896118164,2.0601749420166016,1.8219947814941406,1.6021728515625,1.9140243530273438,2.0246505737304688,1.6186237335205078,1.5451908111572266,1.4884471893310547,18.37921142578125,18.37325096130371,18.474102020263672,18.40996742248535,18.60952377319336,19.11473274230957,18.322467803955078,18.51511001586914,18.58997344970703,20.22862434387207 +25000,1000,cpu,uniform,True,False,True,1.8398761749267578,1.750946044921875,1.7235279083251953,1.5213489532470703,1.565694808959961,1.5358924865722656,1.5707015991210938,1.4379024505615234,1.3074874877929688,1.3370513916015625,16.00027084350586,15.830039978027344,15.764951705932617,15.711069107055664,15.81120491027832,15.948295593261719,15.78211784362793,15.831708908081055,15.94996452331543,15.865802764892578 +25000,1000,cpu,uniform,True,False,False,2.026796340942383,1.9900798797607422,1.9235610961914062,1.985788345336914,1.8105506896972656,1.8355846405029297,1.7807483673095703,1.7478466033935547,1.7101764678955078,1.6796588897705078,15.908241271972656,15.988588333129883,16.458988189697266,15.985727310180664,15.999794006347656,16.03984832763672,15.98215103149414,16.02911949157715,15.970230102539062,15.997886657714844 +25000,1000,cpu,uniform,False,False,True,1.8985271453857422,2.7654170989990234,2.8226375579833984,1.9724369049072266,1.9233226776123047,1.880645751953125,1.9145011901855469,2.8917789459228516,2.905607223510742,2.931356430053711,34.23786163330078,34.22260284423828,29.40821647644043,16.324996948242188,15.991687774658203,16.004323959350586,15.970230102539062,16.00503921508789,15.92254638671875,15.98358154296875 +25000,1000,cpu,uniform,False,False,False,2.8624534606933594,2.007722854614258,2.9273033142089844,2.888202667236328,2.2089481353759766,2.056121826171875,2.8748512268066406,2.766847610473633,2.960205078125,2.7456283569335938,38.90824317932129,37.01353073120117,16.896963119506836,15.75326919555664,15.646934509277344,15.646219253540039,15.573263168334961,15.689373016357422,15.843391418457031,15.617132186889648 +25000,1000,cpu,normal,True,True,True,29.484987258911133,37.213802337646484,43.30015182495117,39.92772102355957,30.524730682373047,31.951427459716797,32.582759857177734,31.238555908203125,30.356645584106445,18.908977508544922,33.41341018676758,33.63180160522461,33.63943099975586,33.68878364562988,33.46061706542969,33.7071418762207,33.42127799987793,33.50210189819336,33.21385383605957,33.220529556274414 +25000,1000,cpu,normal,True,True,False,34.734249114990234,30.45487403869629,30.06887435913086,18.38517189025879,31.528949737548828,17.484664916992188,32.335758209228516,20.442485809326172,30.725717544555664,18.372058868408203,34.26861763000488,33.74218940734863,33.57195854187012,33.768653869628906,33.33544731140137,33.86354446411133,34.08050537109375,34.08551216125488,34.12461280822754,33.840179443359375 +25000,1000,cpu,normal,False,True,True,4.375934600830078,4.164695739746094,5.133628845214844,3.3409595489501953,4.412412643432617,3.3066272735595703,4.039525985717773,4.218101501464844,4.971027374267578,3.4487247467041016,33.52928161621094,33.24460983276367,33.34951400756836,52.011728286743164,33.08582305908203,33.47492218017578,52.16240882873535,33.08582305908203,33.66827964782715,54.595947265625 +25000,1000,cpu,normal,False,True,False,4.711389541625977,3.267526626586914,3.4596920013427734,4.410266876220703,3.0727386474609375,3.0117034912109375,2.800464630126953,3.7469863891601562,2.5703907012939453,2.867460250854492,37.33539581298828,34.37662124633789,34.32798385620117,34.3785285949707,34.28053855895996,34.278154373168945,34.34252738952637,34.05427932739258,34.24382209777832,34.09314155578613 +25000,1000,cpu,normal,True,False,True,2.196788787841797,2.0623207092285156,2.034425735473633,1.8901824951171875,1.7130374908447266,1.851797103881836,1.9366741180419922,1.65557861328125,1.699209213256836,1.6636848449707031,32.23061561584473,32.3185920715332,32.24754333496094,31.991958618164062,31.84652328491211,32.11808204650879,32.04798698425293,32.3030948638916,32.35960006713867,32.06586837768555 +25000,1000,cpu,normal,True,False,False,1.8601417541503906,1.93023681640625,1.5456676483154297,1.5406608581542969,1.7552375793457031,1.7058849334716797,1.598358154296875,1.5325546264648438,1.3763904571533203,1.3370513916015625,32.0279598236084,32.03940391540527,32.2568416595459,32.01913833618164,32.222747802734375,32.21726417541504,32.46450424194336,32.681941986083984,32.69314765930176,32.61089324951172 +25000,1000,cpu,normal,False,False,True,4.540920257568359,4.6710968017578125,7.030487060546875,6.079196929931641,6.939888000488281,7.037878036499023,7.029294967651367,7.256031036376953,7.018566131591797,6.731510162353516,32.488346099853516,32.532691955566406,32.51004219055176,32.72700309753418,32.280921936035156,31.972169876098633,33.864736557006836,32.29165077209473,32.233476638793945,32.10020065307617 +25000,1000,cpu,normal,False,False,False,5.819559097290039,3.918886184692383,4.832267761230469,6.883382797241211,6.882667541503906,5.5694580078125,6.394624710083008,5.522727966308594,6.964921951293945,5.71441650390625,32.58848190307617,32.45258331298828,32.84859657287598,32.72652626037598,32.624006271362305,32.84025192260742,32.84192085266113,32.88149833679199,32.746315002441406,32.66501426696777 +25000,2500,cpu,homo,True,True,True,12.093544006347656,10.268211364746094,15.440702438354492,10.454893112182617,10.03122329711914,8.87155532836914,8.784055709838867,8.79812240600586,10.732173919677734,10.378599166870117,26.48162841796875,26.26633644104004,26.286602020263672,26.256084442138672,26.437997817993164,25.971412658691406,26.221752166748047,25.850296020507812,25.98094940185547,26.120901107788086 +25000,2500,cpu,homo,True,True,False,10.705709457397461,10.838985443115234,9.870767593383789,11.202096939086914,11.01541519165039,12.608528137207031,13.966560363769531,10.859966278076172,9.861230850219727,14.693260192871094,27.042627334594727,26.764392852783203,26.633024215698242,27.29320526123047,27.222394943237305,26.91793441772461,27.200698852539062,26.836633682250977,27.066707611083984,27.112722396850586 +25000,2500,cpu,homo,False,True,True,3.1647682189941406,3.191709518432617,2.5234222412109375,2.8905868530273438,3.1871795654296875,2.872943878173828,2.2153854370117188,2.2411346435546875,2.6540756225585938,3.1020641326904297,26.889562606811523,26.932239532470703,26.55792236328125,27.0841121673584,26.752233505249023,26.903152465820312,26.6571044921875,26.86309814453125,27.02045440673828,26.949167251586914 +25000,2500,cpu,homo,False,True,False,3.3919811248779297,3.4232139587402344,2.6912689208984375,3.015279769897461,2.7244091033935547,3.1468868255615234,2.603769302368164,2.8531551361083984,2.2735595703125,3.0739307403564453,26.7941951751709,27.064800262451172,26.9472599029541,26.487350463867188,26.713132858276367,26.398181915283203,27.019739151000977,26.654481887817383,26.685237884521484,26.853084564208984 +25000,2500,cpu,homo,True,False,True,2.5048255920410156,2.4330615997314453,2.5076866149902344,2.2132396697998047,2.1338462829589844,1.9640922546386719,2.014636993408203,2.1414756774902344,1.7521381378173828,1.7864704132080078,22.264957427978516,22.382736206054688,22.3388671875,22.33123779296875,22.42875099182129,22.31764793395996,22.34029769897461,22.248506546020508,22.319555282592773,22.495746612548828 +25000,2500,cpu,homo,True,False,False,2.54058837890625,2.600431442260742,2.532482147216797,2.11334228515625,1.9886493682861328,2.222776412963867,2.3276805877685547,2.028226852416992,1.8787384033203125,1.9085407257080078,22.26114273071289,22.37415313720703,22.37224578857422,22.33409881591797,22.31621742248535,22.250652313232422,22.14956283569336,22.454500198364258,22.025108337402344,22.24564552307129 +25000,2500,cpu,homo,False,False,True,2.4712085723876953,2.6175975799560547,2.3565292358398438,3.0155181884765625,2.4933815002441406,2.429962158203125,2.5055408477783203,2.400636672973633,2.368927001953125,2.6106834411621094,22.103548049926758,21.840333938598633,21.850109100341797,21.90232276916504,21.59905433654785,21.73471450805664,21.588802337646484,21.8198299407959,21.378755569458008,21.258831024169922 +25000,2500,cpu,homo,False,False,False,2.1729469299316406,2.663135528564453,2.8069019317626953,3.2372474670410156,3.1838417053222656,2.372264862060547,2.7844905853271484,2.9392242431640625,2.6237964630126953,2.363443374633789,21.345138549804688,21.587610244750977,21.785736083984375,21.633148193359375,21.726608276367188,21.846294403076172,21.67987823486328,21.59905433654785,21.732807159423828,21.870851516723633 +25000,2500,cpu,uniform,True,True,True,12.866020202636719,12.32600212097168,12.572050094604492,11.337995529174805,12.857675552368164,11.43193244934082,12.189149856567383,13.042926788330078,11.912345886230469,14.686346054077148,45.23897171020508,45.31121253967285,44.69633102416992,44.9213981628418,45.04585266113281,44.893503189086914,44.76308822631836,44.82007026672363,44.26836967468262,44.79408264160156 +25000,2500,cpu,uniform,True,True,False,13.460874557495117,12.525320053100586,12.205839157104492,10.924816131591797,11.74020767211914,12.256383895874023,14.082193374633789,12.42518424987793,12.999773025512695,12.52603530883789,44.992685317993164,45.26686668395996,45.54128646850586,45.380353927612305,45.36724090576172,45.29929161071777,45.058250427246094,45.209646224975586,45.36771774291992,44.82865333557129 +25000,2500,cpu,uniform,False,True,True,3.538370132446289,3.131389617919922,3.589153289794922,2.9752254486083984,5.542278289794922,4.128456115722656,3.292560577392578,3.5161972045898438,3.6373138427734375,2.775430679321289,44.89493370056152,45.149803161621094,47.75738716125488,45.15504837036133,44.99387741088867,45.09925842285156,45.50480842590332,45.366525650024414,46.180009841918945,46.67091369628906 +25000,2500,cpu,uniform,False,True,False,3.6475658416748047,4.209280014038086,2.9740333557128906,3.8862228393554688,2.5773048400878906,2.737760543823242,2.8569698333740234,2.621889114379883,2.519845962524414,2.628326416015625,45.08495330810547,45.61805725097656,45.324087142944336,45.543670654296875,45.28093338012695,45.41325569152832,44.88563537597656,45.35818099975586,45.15266418457031,45.20606994628906 +25000,2500,cpu,uniform,True,False,True,2.5682449340820312,2.422809600830078,2.471923828125,2.4352073669433594,2.4302005767822266,2.089262008666992,2.1712779998779297,2.131223678588867,2.1619796752929688,1.8515586853027344,39.27898406982422,38.92326354980469,39.015769958496094,39.140939712524414,39.343833923339844,39.03913497924805,39.30020332336426,39.59465026855469,39.52956199645996,39.54124450683594 +25000,2500,cpu,uniform,True,False,False,2.608060836791992,2.625703811645508,2.220630645751953,2.151966094970703,2.2356510162353516,2.1932125091552734,1.9826889038085938,1.8732547760009766,1.9495487213134766,1.7132759094238281,39.95203971862793,39.77322578430176,39.5512580871582,39.8554801940918,39.62111473083496,39.342403411865234,39.30068016052246,39.484500885009766,39.865732192993164,39.745330810546875 +25000,2500,cpu,uniform,False,False,True,3.1588077545166016,3.248453140258789,2.9172897338867188,3.233671188354492,3.1981468200683594,2.850770950317383,3.6149024963378906,3.450632095336914,3.2172203063964844,3.540515899658203,39.37673568725586,39.258718490600586,38.96379470825195,39.34073448181152,38.65861892700195,39.54648971557617,39.39628601074219,39.34597969055176,39.50023651123047,39.00623321533203 +25000,2500,cpu,uniform,False,False,False,3.1266212463378906,3.936767578125,3.1342506408691406,2.876758575439453,3.1218528747558594,3.129243850708008,3.612995147705078,3.137826919555664,3.0469894409179688,3.136157989501953,39.130449295043945,39.3834114074707,39.221763610839844,40.168046951293945,57.77430534362793,38.91944885253906,38.95878791809082,40.257930755615234,39.07299041748047,39.2301082611084 +25000,2500,cpu,normal,True,True,True,31.780004501342773,25.984764099121094,23.78535270690918,31.84056282043457,27.603864669799805,33.243656158447266,32.10878372192383,31.826257705688477,36.928415298461914,30.290603637695312,82.86738395690918,83.43124389648438,83.41789245605469,83.23931694030762,83.46152305603027,83.43887329101562,83.0388069152832,82.86499977111816,84.00201797485352,83.12487602233887 +25000,2500,cpu,normal,True,True,False,30.871152877807617,32.57036209106445,26.04985237121582,29.134273529052734,32.78040885925293,21.12722396850586,30.65180778503418,29.272079467773438,31.44240379333496,27.886629104614258,84.54298973083496,84.7318172454834,84.34891700744629,84.70511436462402,85.55769920349121,85.34741401672363,84.87176895141602,85.75916290283203,85.49165725708008,85.58177947998047 +25000,2500,cpu,normal,False,True,True,5.855798721313477,5.475044250488281,5.095958709716797,5.69605827331543,5.494594573974609,5.954265594482422,5.01561164855957,5.421638488769531,6.11424446105957,5.181550979614258,83.01997184753418,82.90982246398926,83.34517478942871,83.4195613861084,84.16461944580078,83.70709419250488,83.5263729095459,82.50737190246582,103.51824760437012,130.38396835327148 +25000,2500,cpu,normal,False,True,False,6.812810897827148,7.346391677856445,6.095170974731445,5.883216857910156,4.93168830871582,5.405426025390625,5.087375640869141,5.304098129272461,5.192995071411133,6.2408447265625,85.18600463867188,85.27159690856934,85.05105972290039,85.87336540222168,84.79857444763184,84.68151092529297,84.10143852233887,83.88066291809082,84.58304405212402,84.30337905883789 +25000,2500,cpu,normal,True,False,True,2.9783248901367188,2.7053356170654297,2.4080276489257812,2.908468246459961,2.772092819213867,2.1326541900634766,2.2153854370117188,2.085447311401367,2.5157928466796875,2.260923385620117,81.1927318572998,80.66296577453613,80.73663711547852,80.20687103271484,79.99944686889648,79.9102783203125,80.00040054321289,80.19089698791504,83.07552337646484,79.89859580993652 +25000,2500,cpu,normal,True,False,False,2.9947757720947266,2.7806758880615234,2.698183059692383,2.610445022583008,2.278566360473633,2.7472972869873047,2.248525619506836,2.506732940673828,2.2988319396972656,2.283811569213867,80.25074005126953,81.16888999938965,80.37090301513672,80.60264587402344,80.07431030273438,80.00826835632324,79.71715927124023,81.24232292175293,83.32133293151855,81.21776580810547 +25000,2500,cpu,normal,False,False,True,6.51097297668457,7.501125335693359,6.356477737426758,6.399869918823242,7.222652435302734,6.779193878173828,8.157014846801758,7.205963134765625,7.940530776977539,7.48443603515625,81.04443550109863,80.77740669250488,100.494384765625,123.46172332763672,81.0861587524414,81.04681968688965,81.3608169555664,80.86991310119629,80.14369010925293,80.98411560058594 +25000,2500,cpu,normal,False,False,False,6.870746612548828,7.653713226318359,6.65283203125,7.291316986083984,10.259151458740234,7.271051406860352,7.395744323730469,6.757259368896484,7.353305816650391,6.859779357910156,81.53510093688965,81.37011528015137,80.92117309570312,80.76858520507812,80.52301406860352,80.5048942565918,80.19661903381348,81.06446266174316,80.77454566955566,80.8258056640625 +25000,5000,cpu,homo,True,True,True,13.419628143310547,13.756513595581055,10.49661636352539,13.833045959472656,13.960838317871094,10.500431060791016,12.220621109008789,11.106491088867188,14.546394348144531,13.484954833984375,52.33931541442871,52.168846130371094,52.44565010070801,52.16693878173828,52.007436752319336,52.08754539489746,51.97739601135254,52.80351638793945,52.23417282104492,51.96857452392578 +25000,5000,cpu,homo,True,True,False,11.098861694335938,12.907028198242188,13.105392456054688,13.132572174072266,11.35706901550293,16.086339950561523,12.468099594116211,13.998746871948242,15.936136245727539,11.780023574829102,53.8945198059082,53.43437194824219,53.763389587402344,53.67612838745117,53.61795425415039,53.27606201171875,53.33566665649414,53.19356918334961,52.86741256713867,53.215742111206055 +25000,5000,cpu,homo,False,True,True,3.80706787109375,3.537893295288086,4.050731658935547,2.931356430053711,3.748178482055664,3.3712387084960938,2.751588821411133,3.324747085571289,3.028392791748047,2.3882389068603516,52.63876914978027,52.89578437805176,53.04455757141113,53.13992500305176,53.04265022277832,53.1313419342041,52.625417709350586,52.84428596496582,52.45399475097656,53.10940742492676 +25000,5000,cpu,homo,False,True,False,5.408525466918945,4.261016845703125,3.618955612182617,3.708362579345703,3.564119338989258,3.5905838012695312,2.8104782104492188,3.770112991333008,3.133535385131836,3.02886962890625,52.35457420349121,51.8345832824707,52.19626426696777,51.93471908569336,51.93042755126953,51.72610282897949,51.5599250793457,51.72252655029297,52.66880989074707,52.365779876708984 +25000,5000,cpu,homo,True,False,True,3.4074783325195312,3.566741943359375,2.805471420288086,3.019094467163086,2.886056900024414,2.649068832397461,2.5370121002197266,2.578258514404297,2.7742385864257812,2.518892288208008,45.05634307861328,44.718265533447266,44.70968246459961,44.90256309509277,44.74353790283203,44.902801513671875,44.300079345703125,44.561147689819336,44.5406436920166,44.32868957519531 +25000,5000,cpu,homo,True,False,False,3.5169124603271484,3.079652786254883,2.908468246459961,2.949953079223633,2.6869773864746094,2.663850784301758,2.6721954345703125,2.6209354400634766,2.2974014282226562,2.289295196533203,43.78080368041992,44.11005973815918,43.926239013671875,43.94197463989258,44.16942596435547,44.09170150756836,44.11172866821289,44.234275817871094,43.816566467285156,43.8997745513916 +25000,5000,cpu,homo,False,False,True,3.312826156616211,3.1070709228515625,3.5552978515625,3.1366348266601562,3.459930419921875,3.4329891204833984,3.5562515258789062,3.4482479095458984,3.069639205932617,3.3142566680908203,43.58959197998047,43.6403751373291,43.469905853271484,43.57099533081055,43.528079986572266,43.41316223144531,43.56741905212402,43.47968101501465,43.7016487121582,44.05498504638672 +25000,5000,cpu,homo,False,False,False,3.0968189239501953,3.278017044067383,3.030538558959961,2.9990673065185547,2.8824806213378906,3.152132034301758,3.1168460845947266,3.3011436462402344,3.399372100830078,3.005504608154297,44.13151741027832,43.83444786071777,44.379234313964844,43.967485427856445,44.31343078613281,43.55120658874512,43.85066032409668,43.58625411987305,43.65706443786621,43.51401329040527 +25000,5000,cpu,uniform,True,True,True,11.390924453735352,12.10927963256836,11.142253875732422,12.79449462890625,12.803077697753906,11.128902435302734,9.863615036010742,9.549140930175781,8.057117462158203,11.443853378295898,91.12954139709473,90.59882164001465,90.49248695373535,89.88094329833984,89.47014808654785,89.54167366027832,88.5775089263916,88.3779525756836,88.85860443115234,89.74194526672363 +25000,5000,cpu,uniform,True,True,False,19.10853385925293,13.770341873168945,11.209487915039062,13.164520263671875,12.714147567749023,12.035608291625977,10.728836059570312,13.602495193481445,11.636018753051758,11.215925216674805,89.94698524475098,89.18070793151855,88.6845588684082,89.40362930297852,89.38097953796387,89.63227272033691,89.56432342529297,90.70706367492676,90.42620658874512,90.03281593322754 +25000,5000,cpu,uniform,False,True,True,5.3615570068359375,5.163669586181641,5.964517593383789,6.890535354614258,4.282236099243164,4.417657852172852,5.80286979675293,4.1751861572265625,4.164457321166992,3.8864612579345703,89.1106128692627,89.50018882751465,89.0345573425293,89.95628356933594,89.54834938049316,89.40839767456055,88.74797821044922,90.58117866516113,89.63894844055176,88.80376815795898 +25000,5000,cpu,uniform,False,True,False,4.575967788696289,4.23121452331543,4.405736923217773,3.385305404663086,3.655672073364258,3.5631656646728516,3.960132598876953,3.0596256256103516,2.9969215393066406,2.8984546661376953,89.77007865905762,89.50495719909668,89.0963077545166,89.22576904296875,111.3286018371582,88.23060989379883,88.72079849243164,110.18681526184082,89.67733383178711,90.01016616821289 +25000,5000,cpu,uniform,True,False,True,3.1981468200683594,3.2999515533447266,3.0083656311035156,2.6929378509521484,2.7527809143066406,2.614259719848633,2.583742141723633,2.2804737091064453,2.3651123046875,2.2759437561035156,78.0029296875,78.36127281188965,77.35657691955566,77.57711410522461,78.0644416809082,77.94737815856934,77.47936248779297,78.23777198791504,78.7961483001709,78.59277725219727 +25000,5000,cpu,uniform,True,False,False,3.329038619995117,3.256559371948242,3.0164718627929688,2.8307437896728516,2.6030540466308594,2.674102783203125,2.695798873901367,2.4111270904541016,2.340078353881836,2.3488998413085938,78.01628112792969,77.23474502563477,77.81577110290527,78.55391502380371,78.216552734375,79.35619354248047,79.08320426940918,79.376220703125,97.11170196533203,78.57680320739746 +25000,5000,cpu,uniform,False,False,True,4.452228546142578,3.5965442657470703,2.9861927032470703,3.5250186920166016,3.4003257751464844,3.3507347106933594,3.0748844146728516,3.6275386810302734,3.5400390625,3.629446029663086,77.87322998046875,78.13024520874023,77.99220085144043,77.56996154785156,78.98592948913574,78.50408554077148,97.62167930603027,78.1259536743164,77.47697830200195,78.3383846282959 +25000,5000,cpu,uniform,False,False,False,3.5626888275146484,3.728151321411133,3.943204879760742,3.6547183990478516,4.855632781982422,3.9298534393310547,3.4689903259277344,3.818988800048828,4.343271255493164,3.3566951751708984,77.75402069091797,79.1628360748291,77.61931419372559,78.0947208404541,78.27162742614746,78.12643051147461,77.38184928894043,77.88968086242676,77.37040519714355,77.57425308227539 +25000,5000,cpu,normal,True,True,True,33.0042839050293,32.122135162353516,30.281782150268555,23.39935302734375,32.926321029663086,26.34119987487793,33.889055252075195,39.586544036865234,39.51597213745117,39.046525955200195,168.21885108947754,167.98639297485352,166.36037826538086,167.14239120483398,165.81296920776367,165.76242446899414,166.7804718017578,166.43404960632324,165.71331024169922,166.07379913330078 +25000,5000,cpu,normal,True,True,False,38.370370864868164,32.06992149353027,37.16158866882324,39.43610191345215,25.763988494873047,30.650854110717773,41.25380516052246,29.282331466674805,25.546789169311523,22.26424217224121,171.22173309326172,171.16236686706543,169.7676181793213,170.33100128173828,168.9615249633789,169.6765422821045,170.5801486968994,170.87507247924805,169.59452629089355,168.60604286193848 +25000,5000,cpu,normal,False,True,True,10.662078857421875,10.464191436767578,10.424613952636719,10.522842407226562,10.485649108886719,10.494232177734375,10.519981384277344,10.345458984375,10.772228240966797,10.418891906738281,166.35489463806152,166.182279586792,167.68312454223633,166.72897338867188,165.92836380004883,167.7107810974121,167.0694351196289,165.9524440765381,166.82982444763184,167.3719882965088 +25000,5000,cpu,normal,False,True,False,10.247468948364258,11.278629302978516,9.87386703491211,10.502815246582031,9.668350219726562,10.305166244506836,9.836435317993164,10.463953018188477,10.29348373413086,10.112285614013672,168.91908645629883,167.49858856201172,167.21701622009277,169.3274974822998,168.95699501037598,169.4962978363037,168.5800552368164,169.75879669189453,168.0316925048828,168.17331314086914 +25000,5000,cpu,normal,True,False,True,3.8099288940429688,3.7446022033691406,3.1785964965820312,3.2138824462890625,3.4270286560058594,2.8679370880126953,2.9096603393554688,3.0155181884765625,2.8052330017089844,3.034353256225586,160.60471534729004,161.54193878173828,162.50205039978027,161.6349220275879,160.60161590576172,160.19558906555176,160.6137752532959,161.01861000061035,162.80889511108398,162.16635704040527 +25000,5000,cpu,normal,True,False,False,4.554510116577148,4.229307174682617,3.5543441772460938,3.343343734741211,3.510713577270508,3.216266632080078,3.0143260955810547,2.9947757720947266,3.130674362182617,2.608060836791992,162.32752799987793,161.33856773376465,203.77421379089355,161.32092475891113,161.38935089111328,162.46795654296875,162.05215454101562,161.9260311126709,161.52691841125488,161.62943840026855 +25000,5000,cpu,normal,False,False,True,6.460666656494141,7.8029632568359375,7.920742034912109,7.972478866577148,6.660223007202148,10.181188583374023,7.213354110717773,9.131908416748047,6.797075271606445,7.027626037597656,160.19201278686523,160.46404838562012,161.85760498046875,161.18693351745605,160.96186637878418,160.04562377929688,159.90829467773438,161.24391555786133,161.7417335510254,161.0279083251953 +25000,5000,cpu,normal,False,False,False,8.046150207519531,6.324529647827148,8.6517333984375,7.618188858032227,6.893396377563477,7.742643356323242,6.553888320922852,8.375406265258789,6.876945495605469,8.690118789672852,161.6494655609131,161.25226020812988,161.47541999816895,161.1495018005371,161.24248504638672,162.68157958984375,162.48631477355957,161.70883178710938,160.6118679046631,160.3708267211914 +25000,10000,cpu,homo,True,True,True,5.924463272094727,4.755735397338867,4.956483840942383,4.811286926269531,4.448175430297852,4.626035690307617,5.419492721557617,4.619359970092773,5.825519561767578,5.16200065612793,104.48193550109863,105.0572395324707,104.87890243530273,104.29787635803223,104.00700569152832,104.45189476013184,104.36105728149414,104.53367233276367,104.71749305725098,104.84123229980469 +25000,10000,cpu,homo,True,True,False,5.674123764038086,5.196571350097656,4.624843597412109,4.688262939453125,6.67119026184082,4.872322082519531,5.137920379638672,5.400180816650391,4.641532897949219,4.909753799438477,106.17709159851074,106.6136360168457,107.61761665344238,107.5141429901123,106.95981979370117,107.56278038024902,106.76932334899902,108.11018943786621,106.98866844177246,107.23090171813965 +25000,10000,cpu,homo,False,True,True,6.199359893798828,5.351543426513672,4.578590393066406,4.771232604980469,4.762411117553711,4.770994186401367,5.448341369628906,4.700422286987305,4.573822021484375,5.393505096435547,104.9799919128418,105.4527759552002,104.45761680603027,105.03673553466797,105.2405834197998,106.03976249694824,106.92262649536133,106.22143745422363,105.73863983154297,105.49616813659668 +25000,10000,cpu,homo,False,True,False,5.132913589477539,5.350589752197266,4.769563674926758,5.092382431030273,5.340337753295898,5.498647689819336,5.568504333496094,4.603862762451172,6.717205047607422,5.669832229614258,107.18393325805664,107.55419731140137,107.47194290161133,106.74571990966797,107.30838775634766,106.78505897521973,107.38158226013184,106.80413246154785,107.1329116821289,107.3148250579834 +25000,10000,cpu,homo,True,False,True,4.265785217285156,3.9587020874023438,3.9415359497070312,3.780841827392578,3.2858848571777344,3.3528804779052734,3.354787826538086,3.4742355346679688,3.355264663696289,3.4334659576416016,88.17100524902344,87.96882629394531,88.49024772644043,88.56749534606934,88.38486671447754,88.57846260070801,88.26065063476562,89.54262733459473,89.60080146789551,88.91844749450684 +25000,10000,cpu,homo,True,False,False,4.300117492675781,3.8595199584960938,3.7767887115478516,3.6122798919677734,3.541231155395508,3.301382064819336,3.2749176025390625,3.390073776245117,3.4089088439941406,3.339052200317383,87.13507652282715,86.94887161254883,87.72897720336914,87.38374710083008,87.8899097442627,87.66841888427734,87.63551712036133,87.72706985473633,87.50271797180176,86.99274063110352 +25000,10000,cpu,homo,False,False,True,3.8118362426757812,3.435850143432617,3.1838417053222656,3.335237503051758,3.4689903259277344,3.056764602661133,2.881765365600586,2.784252166748047,3.101825714111328,2.910614013671875,87.76211738586426,88.13023567199707,88.41371536254883,88.22369575500488,88.00673484802246,88.24563026428223,87.80145645141602,87.50247955322266,87.10575103759766,87.4180793762207 +25000,10000,cpu,homo,False,False,False,3.772258758544922,3.6787986755371094,3.9205551147460938,3.6406517028808594,3.1540393829345703,3.593921661376953,3.2873153686523438,3.0508041381835938,2.6962757110595703,2.8541088104248047,87.65506744384766,87.94856071472168,87.60213851928711,86.81392669677734,86.69447898864746,87.56875991821289,87.78047561645508,87.79644966125488,86.89022064208984,86.92669868469238 +25000,10000,cpu,uniform,True,True,True,5.6514739990234375,7.1868896484375,6.118535995483398,6.310939788818359,6.165504455566406,5.89752197265625,5.6133270263671875,6.155729293823242,6.529808044433594,5.722284317016602,179.72421646118164,179.88133430480957,179.58831787109375,178.24864387512207,178.62248420715332,177.9789924621582,179.06427383422852,180.08065223693848,179.48508262634277,179.92496490478516 +25000,10000,cpu,uniform,True,True,False,6.365776062011719,5.98597526550293,5.796909332275391,6.933927536010742,5.803346633911133,8.127689361572266,6.272554397583008,5.75566291809082,5.809545516967773,6.01649284362793,177.77705192565918,179.81958389282227,179.93474006652832,180.09066581726074,179.25715446472168,178.76625061035156,179.5051097869873,180.19866943359375,180.33885955810547,179.40187454223633 +25000,10000,cpu,uniform,False,True,True,7.580757141113281,6.488800048828125,6.367206573486328,6.447315216064453,5.789756774902344,6.40106201171875,5.675077438354492,6.273508071899414,7.575750350952148,5.644083023071289,179.37254905700684,179.0170669555664,178.7564754486084,180.72938919067383,199.87106323242188,179.76045608520508,179.85081672668457,180.2830696105957,179.6741485595703,181.00214004516602 +25000,10000,cpu,uniform,False,True,False,6.379127502441406,6.529331207275391,5.872011184692383,6.426334381103516,6.554603576660156,5.7163238525390625,7.739782333374023,9.431838989257812,6.635904312133789,7.404565811157227,180.32193183898926,179.8267364501953,182.51395225524902,179.92401123046875,180.37867546081543,180.83643913269043,180.41467666625977,180.39655685424805,204.10513877868652,179.0173053741455 +25000,10000,cpu,uniform,True,False,True,4.139900207519531,3.9544105529785156,3.7577152252197266,3.344297409057617,3.824472427368164,3.2958984375,3.226757049560547,3.2799243927001953,3.137350082397461,3.251791000366211,156.35418891906738,157.77063369750977,157.40537643432617,156.98957443237305,156.40759468078613,156.00061416625977,156.43072128295898,157.98234939575195,158.4908962249756,157.7448844909668 +25000,10000,cpu,uniform,True,False,False,4.273891448974609,3.955364227294922,4.387140274047852,3.5812854766845703,3.5085678100585938,3.5140514373779297,3.262042999267578,3.355264663696289,3.258943557739258,3.385782241821289,154.4811725616455,155.16281127929688,156.11553192138672,175.23503303527832,154.33764457702637,153.81097793579102,153.93733978271484,153.87463569641113,153.68080139160156,156.04305267333984 +25000,10000,cpu,uniform,False,False,True,4.162073135375977,3.9386749267578125,3.9620399475097656,3.765583038330078,3.2668113708496094,2.8696060180664062,3.2033920288085938,3.1213760375976562,2.9027462005615234,2.552509307861328,156.36205673217773,157.73677825927734,156.82721138000488,157.26566314697266,157.05108642578125,156.26263618469238,156.9063663482666,157.6557159423828,157.7308177947998,157.08041191101074 +25000,10000,cpu,uniform,False,False,False,4.528522491455078,4.033803939819336,3.8089752197265625,3.635406494140625,3.5867691040039062,3.322601318359375,3.2029151916503906,3.284931182861328,3.015756607055664,3.257274627685547,156.1267375946045,155.96914291381836,155.7011604309082,155.00426292419434,155.35736083984375,156.96334838867188,156.5866470336914,155.30920028686523,155.36236763000488,154.4945240020752 +25000,10000,cpu,normal,True,True,True,20.86663246154785,20.977497100830078,20.75481414794922,21.207571029663086,21.12436294555664,21.389245986938477,20.729541778564453,20.877838134765625,21.09241485595703,20.98560333251953,331.52198791503906,333.20164680480957,331.50601387023926,332.2479724884033,334.7816467285156,331.88891410827637,332.6573371887207,334.66434478759766,332.6151371002197,333.2529067993164 +25000,10000,cpu,normal,True,True,False,20.409107208251953,20.359277725219727,20.61176300048828,20.57814598083496,21.566152572631836,20.81441879272461,20.564556121826172,20.28822898864746,20.375728607177734,20.351648330688477,339.8892879486084,337.95928955078125,339.648962020874,339.37740325927734,337.6450538635254,339.16378021240234,339.62559700012207,339.8480415344238,340.1772975921631,339.80584144592285 +25000,10000,cpu,normal,False,True,True,20.869970321655273,20.41316032409668,21.44455909729004,20.96247673034668,20.314455032348633,22.931337356567383,21.451473236083984,22.69744873046875,20.800113677978516,20.559072494506836,332.0152759552002,350.482702255249,333.6217403411865,333.00065994262695,334.14363861083984,331.2795162200928,331.96496963500977,333.0984115600586,330.9602737426758,330.7843208312988 +25000,10000,cpu,normal,False,True,False,22.253990173339844,20.361661911010742,20.125150680541992,20.049333572387695,20.05457878112793,20.02716064453125,19.977331161499023,20.435333251953125,20.03002166748047,22.183656692504883,340.50846099853516,339.45465087890625,337.9538059234619,340.1491641998291,338.543176651001,337.2478485107422,341.25804901123047,339.2293453216553,337.5699520111084,339.3280506134033 +25000,10000,cpu,normal,True,False,True,5.82122802734375,4.948616027832031,4.952907562255859,4.344463348388672,4.396200180053711,4.540443420410156,4.227399826049805,4.385232925415039,4.110097885131836,4.323482513427734,322.53479957580566,321.2308883666992,321.1038112640381,321.7933177947998,321.79903984069824,319.92435455322266,322.01576232910156,323.8952159881592,319.4611072540283,321.9339847564697 +25000,10000,cpu,normal,True,False,False,6.19196891784668,6.110906600952148,4.349708557128906,4.296779632568359,4.215240478515625,4.833221435546875,4.403829574584961,4.286766052246094,4.845142364501953,4.422903060913086,321.83218002319336,324.87034797668457,322.66807556152344,321.7132091522217,324.21040534973145,321.2275505065918,322.8321075439453,326.5035152435303,321.7282295227051,321.57039642333984 +25000,10000,cpu,normal,False,False,True,7.145881652832031,5.738019943237305,5.935192108154297,5.835533142089844,4.378557205200195,4.895210266113281,4.123687744140625,4.813909530639648,4.016876220703125,3.753662109375,324.4750499725342,323.78435134887695,322.6804733276367,321.3005065917969,323.5359191894531,323.1241703033447,321.23470306396484,321.91991806030273,322.371244430542,325.18935203552246 +25000,10000,cpu,normal,False,False,False,5.3195953369140625,4.885673522949219,4.675149917602539,4.4193267822265625,4.305601119995117,4.635095596313477,3.7391185760498047,4.629611968994141,3.807544708251953,4.070043563842773,322.4523067474365,324.3520259857178,323.93765449523926,321.4530944824219,323.3804702758789,324.01299476623535,321.31385803222656,322.64137268066406,321.77281379699707,318.7541961669922 +25000,25000,cpu,homo,True,True,True,11.844873428344727,11.560440063476562,12.38250732421875,11.119842529296875,10.958433151245117,11.161327362060547,11.966466903686523,11.137962341308594,11.354207992553711,10.766029357910156,261.8372440338135,263.03815841674805,264.8167610168457,264.6050453186035,262.0069980621338,263.89265060424805,265.49744606018066,264.3451690673828,261.70825958251953,263.0162239074707 +25000,25000,cpu,homo,True,True,False,12.303829193115234,11.775016784667969,11.940479278564453,11.240959167480469,12.528419494628906,11.919021606445312,11.614561080932617,11.51132583618164,12.789249420166016,13.847827911376953,263.7157440185547,268.8612937927246,267.2402858734131,265.8858299255371,265.64979553222656,267.5061225891113,266.97540283203125,266.57748222351074,266.8166160583496,269.150972366333 +25000,25000,cpu,homo,False,True,True,11.411905288696289,11.618614196777344,11.326313018798828,11.811494827270508,12.146711349487305,10.978460311889648,11.181831359863281,11.261701583862305,10.938405990600586,12.575387954711914,264.1785144805908,263.68141174316406,264.6498680114746,262.3460292816162,265.7310962677002,264.5442485809326,262.8767490386963,262.44115829467773,263.0922794342041,265.06900787353516 +25000,25000,cpu,homo,False,True,False,11.623144149780273,12.179136276245117,11.924028396606445,12.06517219543457,12.247323989868164,11.794567108154297,11.96599006652832,11.240720748901367,12.600898742675781,12.299537658691406,267.12894439697266,268.91350746154785,267.87495613098145,269.03653144836426,272.1896171569824,269.8674201965332,267.4896717071533,266.43896102905273,268.58019828796387,268.6166763305664 +25000,25000,cpu,homo,True,False,True,6.016254425048828,6.3266754150390625,5.449056625366211,4.798650741577148,5.474567413330078,5.574703216552734,5.56182861328125,5.565881729125977,5.259037017822266,5.400419235229492,218.51396560668945,219.1479206085205,219.79594230651855,219.30336952209473,218.58739852905273,218.36447715759277,219.47431564331055,220.91031074523926,219.9268341064453,217.85593032836914 +25000,25000,cpu,homo,True,False,False,5.141973495483398,5.668163299560547,5.460023880004883,5.611896514892578,5.8307647705078125,5.583524703979492,5.605220794677734,5.150794982910156,5.496025085449219,5.693912506103516,219.61688995361328,219.41447257995605,217.29397773742676,218.0008888244629,219.60139274597168,219.73919868469238,218.11318397521973,217.3914909362793,217.77796745300293,219.43211555480957 +25000,25000,cpu,homo,False,False,True,5.651235580444336,5.445718765258789,5.275726318359375,5.445241928100586,5.189418792724609,5.444765090942383,5.366086959838867,5.649089813232422,5.341053009033203,5.688905715942383,218.89996528625488,217.02957153320312,219.15459632873535,220.47758102416992,222.51272201538086,220.4265594482422,217.76103973388672,218.92309188842773,220.42322158813477,219.29669380187988 +25000,25000,cpu,homo,False,False,False,5.781888961791992,5.662202835083008,5.43665885925293,5.529642105102539,5.2032470703125,5.410909652709961,5.3501129150390625,5.1822662353515625,5.427122116088867,5.230426788330078,218.35780143737793,218.91260147094727,219.22731399536133,221.39239311218262,219.44928169250488,218.76215934753418,219.27642822265625,221.1782932281494,220.54553031921387,219.0546989440918 +25000,25000,cpu,uniform,True,True,True,14.243364334106445,15.036821365356445,15.535593032836914,15.1214599609375,13.946294784545898,14.542341232299805,13.990640640258789,14.334678649902344,14.024734497070312,14.272928237915039,447.05724716186523,450.99329948425293,448.580265045166,447.2472667694092,449.84912872314453,446.36011123657227,448.7295150756836,446.8069076538086,448.38452339172363,444.9436664581299 +25000,25000,cpu,uniform,True,True,False,14.076471328735352,14.753103256225586,14.752864837646484,15.459537506103516,14.961004257202148,14.947175979614258,14.517068862915039,14.562129974365234,14.203786849975586,14.470815658569336,448.78458976745605,447.8578567504883,510.90216636657715,449.4960308074951,449.9332904815674,448.2004642486572,450.57177543640137,445.6615447998047,450.7260322570801,448.5499858856201 +25000,25000,cpu,uniform,False,True,True,14.650344848632812,15.480995178222656,15.002727508544922,14.17994499206543,16.599416732788086,14.763116836547852,14.048099517822266,14.194488525390625,14.068841934204102,14.401912689208984,448.73762130737305,447.9696750640869,449.56421852111816,447.33333587646484,450.6354331970215,447.64065742492676,450.742244720459,446.37608528137207,450.12474060058594,446.21944427490234 +25000,25000,cpu,uniform,False,True,False,14.649391174316406,15.623331069946289,14.863967895507812,14.651060104370117,16.338586807250977,16.38031005859375,14.458656311035156,15.435934066772461,16.362905502319336,15.322446823120117,450.3037929534912,449.45645332336426,452.3050785064697,449.9781131744385,452.2895812988281,448.9157199859619,451.16662979125977,448.35448265075684,450.12807846069336,448.02260398864746 +25000,25000,cpu,uniform,True,False,True,6.406545639038086,6.023645401000977,5.552053451538086,5.304098129272461,5.640506744384766,5.2661895751953125,5.434989929199219,5.230188369750977,5.61070442199707,5.635976791381836,392.4393653869629,409.3756675720215,391.54815673828125,392.7428722381592,388.9482021331787,390.72537422180176,391.1712169647217,389.2819881439209,393.10574531555176,390.68007469177246 +25000,25000,cpu,uniform,True,False,False,5.9661865234375,5.570411682128906,5.024194717407227,5.004644393920898,5.471467971801758,5.535364151000977,4.99415397644043,5.3119659423828125,5.434989929199219,5.610942840576172,388.38815689086914,384.0947151184082,387.418270111084,388.57221603393555,387.1471881866455,387.14599609375,386.8231773376465,385.86902618408203,388.08584213256836,385.2229118347168 +25000,25000,cpu,uniform,False,False,True,6.278276443481445,5.636692047119141,5.448341369628906,5.11622428894043,5.289793014526367,5.832672119140625,5.5446624755859375,5.230903625488281,5.720615386962891,5.053043365478516,390.00487327575684,390.4256820678711,388.08393478393555,390.65051078796387,386.66749000549316,389.74666595458984,391.0362720489502,387.22848892211914,389.1491889953613,387.0718479156494 +25000,25000,cpu,uniform,False,False,False,5.5713653564453125,5.327463150024414,5.376577377319336,5.535125732421875,5.356550216674805,5.390644073486328,5.663871765136719,5.696296691894531,5.562067031860352,5.156278610229492,385.74814796447754,389.523983001709,386.65246963500977,389.162540435791,388.1640434265137,388.81659507751465,389.0552520751953,386.93785667419434,388.9498710632324,388.4291648864746 +25000,25000,cpu,normal,True,True,True,51.223039627075195,51.335811614990234,51.40233039855957,51.47719383239746,51.80001258850098,51.42951011657715,51.627397537231445,51.99122428894043,52.0014762878418,51.61547660827637,831.6876888275146,832.6535224914551,831.7811489105225,833.489179611206,834.4581127166748,834.0559005737305,835.3359699249268,835.5350494384766,830.6930065155029,833.7504863739014 +25000,25000,cpu,normal,True,True,False,54.71944808959961,51.13935470581055,52.8712272644043,51.0251522064209,50.36354064941406,50.8418083190918,51.57947540283203,52.855491638183594,52.38652229309082,52.82163619995117,846.0958003997803,848.1454849243164,848.0443954467773,847.8107452392578,846.61865234375,846.0886478424072,847.5964069366455,848.5062122344971,847.8152751922607,847.393274307251 +25000,25000,cpu,normal,False,True,True,51.47576332092285,52.195072174072266,51.58591270446777,52.202701568603516,52.41537094116211,51.5437126159668,51.42784118652344,51.54156684875488,51.3005256652832,53.86996269226074,833.5294723510742,874.7878074645996,830.639123916626,829.4811248779297,830.1753997802734,828.6051750183105,856.5809726715088,832.2031497955322,848.5443592071533,828.1116485595703 +25000,25000,cpu,normal,False,True,False,51.59783363342285,51.49555206298828,51.43284797668457,51.30457878112793,52.46400833129883,51.473379135131836,50.99987983703613,51.384925842285156,53.24959754943848,55.329322814941406,848.3726978302002,849.1189479827881,850.3470420837402,844.0229892730713,844.6078300476074,843.6970710754395,843.0747985839844,845.5862998962402,846.3973999023438,845.543622970581 +25000,25000,cpu,normal,True,False,True,8.959293365478516,8.763790130615234,8.090496063232422,8.763551712036133,8.594751358032227,9.641170501708984,7.990598678588867,8.530378341674805,9.080886840820312,8.756875991821289,806.2174320220947,804.9368858337402,806.2000274658203,802.8361797332764,804.7993183135986,805.1481246948242,806.8017959594727,804.8107624053955,804.7752380371094,803.4071922302246 +25000,25000,cpu,normal,True,False,False,8.174419403076172,8.880138397216797,8.542299270629883,9.113550186157227,8.123159408569336,8.846044540405273,9.101629257202148,8.556842803955078,8.056640625,9.837865829467773,806.5066337585449,805.5758476257324,804.706335067749,807.5380325317383,801.3653755187988,799.7009754180908,804.2149543762207,803.0962944030762,802.0014762878418,803.1816482543945 +25000,25000,cpu,normal,False,False,True,8.246421813964844,9.131669998168945,8.867025375366211,8.516788482666016,8.881568908691406,9.244203567504883,9.980440139770508,9.093523025512695,8.432149887084961,8.979320526123047,807.0862293243408,804.0764331817627,804.6731948852539,807.2519302368164,803.0750751495361,805.0632476806641,805.7560920715332,804.9798011779785,806.0464859008789,805.2225112915039 +25000,25000,cpu,normal,False,False,False,8.561372756958008,8.965492248535156,9.109020233154297,8.665800094604492,9.23466682434082,8.962154388427734,8.393287658691406,8.652687072753906,9.616374969482422,8.421182632446289,805.4804801940918,803.9593696594238,801.4681339263916,802.8371334075928,804.6650886535645,805.1376342773438,853.3124923706055,803.0698299407959,803.1048774719238,806.7367076873779 +25000,37500,cpu,homo,True,True,True,17.025470733642578,16.9980525970459,17.214298248291016,17.11726188659668,16.910791397094727,17.66228675842285,16.7086124420166,16.55888557434082,16.69001579284668,19.109010696411133,393.8593864440918,392.9300308227539,393.2764530181885,394.2525386810303,394.8965072631836,395.04194259643555,394.5269584655762,395.2016830444336,395.4200744628906,393.4762477874756 +25000,37500,cpu,homo,True,True,False,17.647504806518555,17.882585525512695,17.244815826416016,18.72992515563965,17.26222038269043,19.187211990356445,19.955873489379883,17.35830307006836,18.809795379638672,19.75703239440918,401.4546871185303,402.620792388916,404.721736907959,401.7965793609619,404.21319007873535,401.8068313598633,402.77981758117676,402.80961990356445,400.8331298828125,404.8194885253906 +25000,37500,cpu,homo,False,True,True,16.74652099609375,17.533540725708008,17.283916473388672,16.765594482421875,17.12965965270996,16.820430755615234,17.977476119995117,16.79086685180664,16.788959503173828,16.82257652282715,393.8767910003662,396.47889137268066,394.1986560821533,397.10092544555664,395.25461196899414,397.2597122192383,398.03028106689453,394.0248489379883,396.43096923828125,393.73087882995605 +25000,37500,cpu,homo,False,True,False,17.62080192565918,17.325878143310547,17.79484748840332,17.845630645751953,17.378568649291992,17.487525939941406,18.820524215698242,17.672300338745117,20.025014877319336,18.78046989440918,404.28733825683594,397.40705490112305,401.3063907623291,397.69577980041504,400.29048919677734,402.07409858703613,396.8358039855957,401.14879608154297,399.62244033813477,398.00500869750977 +25000,37500,cpu,homo,True,False,True,7.059335708618164,7.682561874389648,6.967782974243164,7.709503173828125,7.937431335449219,6.9904327392578125,7.082700729370117,7.003068923950195,7.080078125,7.588624954223633,329.77795600891113,328.1872272491455,324.85437393188477,329.8535346984863,328.8731575012207,325.1302242279053,331.6531181335449,327.8481960296631,325.8392810821533,327.5902271270752 +25000,37500,cpu,homo,True,False,False,6.759166717529297,7.292985916137695,7.14564323425293,7.285594940185547,7.185935974121094,7.224321365356445,7.359504699707031,7.661581039428711,7.141590118408203,7.587432861328125,331.07519149780273,327.1174430847168,327.6526927947998,328.84979248046875,327.3203372955322,326.3382911682129,329.00452613830566,327.58450508117676,325.8521556854248,327.9891014099121 +25000,37500,cpu,homo,False,False,True,8.14509391784668,8.319854736328125,8.338212966918945,7.717609405517578,8.291244506835938,8.15129280090332,8.126258850097656,8.043289184570312,8.11767578125,8.197546005249023,330.4009437561035,330.6851387023926,329.7233581542969,331.1505317687988,328.6607265472412,329.3042182922363,330.16467094421387,329.35214042663574,330.8894634246826,331.73608779907227 +25000,37500,cpu,homo,False,False,False,7.894992828369141,8.055925369262695,8.253097534179688,7.986307144165039,8.249998092651367,8.505821228027344,8.651256561279297,8.352994918823242,8.290529251098633,8.201837539672852,327.9528617858887,325.3741264343262,327.81386375427246,326.85065269470215,325.64640045166016,330.51133155822754,330.1658630371094,327.6715278625488,327.91852951049805,328.84764671325684 +25000,37500,cpu,uniform,True,True,True,21.01731300354004,20.891904830932617,21.408557891845703,21.033048629760742,21.07691764831543,23.459434509277344,21.863460540771484,21.11077308654785,21.36516571044922,22.02630043029785,669.2590713500977,671.4675426483154,673.3129024505615,714.6389484405518,671.0610389709473,672.520637512207,667.4408912658691,671.0355281829834,670.5379486083984,668.0805683135986 +25000,37500,cpu,uniform,True,True,False,21.50440216064453,21.25382423400879,22.70221710205078,21.296024322509766,21.72231674194336,23.34427833557129,22.3844051361084,21.283864974975586,21.387577056884766,21.694421768188477,675.9340763092041,672.2314357757568,689.8243427276611,676.8136024475098,672.6419925689697,676.7265796661377,675.8472919464111,678.2410144805908,675.0533580780029,675.5707263946533 +25000,37500,cpu,uniform,False,True,True,21.865367889404297,21.411418914794922,21.042823791503906,22.129058837890625,23.554086685180664,22.35102653503418,21.746158599853516,22.617578506469727,22.04155921936035,20.990848541259766,672.8346347808838,685.3518486022949,673.3791828155518,669.6252822875977,671.4708805084229,672.9414463043213,672.4123954772949,668.9012050628662,672.8768348693848,669.7530746459961 +25000,37500,cpu,uniform,False,True,False,21.61383628845215,21.863698959350586,21.69632911682129,21.33655548095703,22.060632705688477,21.533489227294922,24.633169174194336,22.899627685546875,22.515058517456055,21.558284759521484,697.8845596313477,678.1995296478271,677.2778034210205,677.5693893432617,676.4988899230957,675.0614643096924,676.5985488891602,677.2863864898682,676.6419410705566,675.2092838287354 +25000,37500,cpu,uniform,True,False,True,6.481409072875977,7.499933242797852,7.092475891113281,6.9332122802734375,6.947755813598633,6.8206787109375,7.743358612060547,6.547212600708008,6.389617919921875,6.875276565551758,589.2670154571533,587.5484943389893,587.261438369751,587.8612995147705,585.3040218353271,588.0136489868164,585.407018661499,588.2434844970703,586.6472721099854,584.5351219177246 +25000,37500,cpu,uniform,True,False,False,6.843328475952148,6.658077239990234,6.846904754638672,6.931781768798828,7.025003433227539,6.857156753540039,6.978034973144531,6.857633590698242,6.682634353637695,8.20612907409668,579.5900821685791,578.0541896820068,577.3422718048096,577.6576995849609,578.4313678741455,578.5439014434814,575.5717754364014,578.8707733154297,577.9941082000732,577.7506828308105 +25000,37500,cpu,uniform,False,False,True,8.486509323120117,8.110523223876953,8.745908737182617,8.425712585449219,8.03065299987793,8.234500885009766,7.903575897216797,8.522987365722656,7.875680923461914,8.346080780029297,587.2917175292969,583.6267471313477,588.1404876708984,584.4104290008545,584.5491886138916,587.4831676483154,606.2493324279785,586.7612361907959,584.0909481048584,586.3759517669678 +25000,37500,cpu,uniform,False,False,False,8.413076400756836,8.716106414794922,8.568286895751953,8.174419403076172,8.225679397583008,8.695840835571289,8.331060409545898,7.930517196655273,8.620500564575195,8.385181427001953,581.9644927978516,603.9044857025146,581.1967849731445,580.1427364349365,579.0600776672363,583.0464363098145,579.2973041534424,581.8884372711182,582.8406810760498,579.8840522766113 +25000,37500,cpu,normal,True,True,True,81.20155334472656,77.13508605957031,80.85513114929199,81.5279483795166,79.20289039611816,77.47554779052734,79.32186126708984,78.45520973205566,78.01628112792969,80.17826080322266,1249.7038841247559,1247.3609447479248,1248.636245727539,1248.7421035766602,1247.7211952209473,1249.643325805664,1250.4889965057373,1253.1647682189941,1252.2907257080078,1248.5556602478027 +25000,37500,cpu,normal,True,True,False,75.53744316101074,75.95157623291016,75.47807693481445,77.2085189819336,77.20518112182617,76.30300521850586,75.63161849975586,76.80892944335938,75.50525665283203,76.82991027832031,1269.6893215179443,1266.2010192871094,1269.3028450012207,1261.8615627288818,1264.7733688354492,1262.7711296081543,1268.7461376190186,1266.1371231079102,1265.3217315673828,1267.9076194763184 +25000,37500,cpu,normal,False,True,True,80.2457332611084,77.99935340881348,78.56011390686035,78.28855514526367,78.05514335632324,77.35610008239746,79.49376106262207,78.19938659667969,77.8052806854248,79.50234413146973,1248.9140033721924,1272.7878093719482,1250.6647109985352,1249.3126392364502,1250.26273727417,1251.1961460113525,1248.4641075134277,1249.9909400939941,1250.783920288086,1253.352165222168 +25000,37500,cpu,normal,False,True,False,78.46689224243164,77.3780345916748,76.44796371459961,76.10893249511719,77.73852348327637,76.43342018127441,76.08604431152344,76.2033462524414,77.11410522460938,76.93672180175781,1270.6868648529053,1268.984079360962,1271.5380191802979,1274.4016647338867,1270.3742980957031,1270.3843116760254,1270.6530094146729,1272.2158432006836,1273.0953693389893,1271.7807292938232 +25000,37500,cpu,normal,True,False,True,9.733200073242188,10.021448135375977,11.051177978515625,9.78231430053711,10.438203811645508,10.208845138549805,9.953737258911133,10.04934310913086,9.744644165039062,10.652780532836914,1199.1081237792969,1199.009656906128,1196.2623596191406,1197.8461742401123,1199.2568969726562,1198.2231140136719,1200.6151676177979,1204.2436599731445,1204.7309875488281,1205.4221630096436 +25000,37500,cpu,normal,True,False,False,10.436773300170898,10.206222534179688,9.922504425048828,10.517358779907227,9.758234024047852,9.86480712890625,9.897232055664062,10.254383087158203,10.543584823608398,10.001420974731445,1203.6445140838623,1202.643632888794,1207.7770233154297,1203.4125328063965,1206.1676979064941,1210.8871936798096,1208.8820934295654,1207.360029220581,1209.9192142486572,1208.8994979858398 +25000,37500,cpu,normal,False,False,True,12.935161590576172,13.515949249267578,14.467716217041016,13.177156448364258,12.837409973144531,13.669967651367188,13.415336608886719,13.494729995727539,13.102293014526367,13.248443603515625,1209.660291671753,1210.7882499694824,1205.686330795288,1206.0534954071045,1208.0998420715332,1204.4427394866943,1206.4480781555176,1231.7752838134766,1206.7947387695312,1206.066370010376 +25000,37500,cpu,normal,False,False,False,12.970447540283203,13.036489486694336,12.920141220092773,13.18049430847168,12.78829574584961,13.341665267944336,14.05024528503418,13.737916946411133,13.074398040771484,13.077497482299805,1207.9317569732666,1211.2340927124023,1212.6548290252686,1208.5871696472168,1206.9826126098633,1210.7436656951904,1210.634708404541,1209.9697589874268,1210.3195190429688,1207.5364589691162 +25000,50000,cpu,homo,True,True,True,21.86131477355957,22.245168685913086,21.940231323242188,22.734403610229492,22.213459014892578,23.150920867919922,22.351980209350586,22.47309684753418,21.981239318847656,21.835803985595703,528.9332866668701,526.0868072509766,526.9002914428711,525.977611541748,526.2274742126465,524.3985652923584,526.7715454101562,528.3925533294678,527.9026031494141,526.2072086334229 +25000,50000,cpu,homo,True,True,False,22.814035415649414,22.77350425720215,23.38385581970215,22.790908813476562,22.79973030090332,23.716211318969727,22.768735885620117,24.49488639831543,24.312973022460938,26.02672576904297,531.6390991210938,533.9758396148682,525.5067348480225,531.0506820678711,529.3307304382324,530.8535099029541,529.01291847229,531.5873622894287,529.557466506958,533.7753295898438 +25000,50000,cpu,homo,False,True,True,22.24254608154297,22.86386489868164,22.541046142578125,22.360801696777344,23.038864135742188,22.16053009033203,22.83024787902832,22.147655487060547,23.076295852661133,22.581815719604492,530.1728248596191,529.8006534576416,530.9419631958008,527.3950099945068,530.2643775939941,526.9005298614502,531.7351818084717,528.8710594177246,530.1153659820557,527.3935794830322 +25000,50000,cpu,homo,False,True,False,22.915124893188477,23.534059524536133,23.514986038208008,23.413658142089844,23.467540740966797,22.995471954345703,24.973392486572266,22.835493087768555,24.527311325073242,22.909164428710938,534.8060131072998,534.2199802398682,534.0433120727539,534.6767902374268,533.7450504302979,537.9750728607178,534.0168476104736,536.9455814361572,533.8799953460693,537.0035171508789 +25000,50000,cpu,homo,True,False,True,8.698225021362305,8.898019790649414,9.356021881103516,8.947134017944336,9.740829467773438,8.927583694458008,8.333921432495117,8.904457092285156,9.251594543457031,8.826494216918945,439.93091583251953,436.5551471710205,441.2655830383301,439.7006034851074,436.92779541015625,440.1590824127197,437.8094673156738,438.9839172363281,436.56015396118164,438.8573169708252 +25000,50000,cpu,homo,True,False,False,8.845806121826172,8.435487747192383,8.845806121826172,9.058475494384766,8.693456649780273,8.846282958984375,8.81505012512207,8.594751358032227,8.969783782958984,9.102106094360352,435.469388961792,438.3692741394043,434.22389030456543,436.98835372924805,432.76524543762207,433.8366985321045,436.0060691833496,434.4055652618408,438.22383880615234,436.46979331970215 +25000,50000,cpu,homo,False,False,True,10.725736618041992,11.157989501953125,11.598348617553711,10.903120040893555,10.519266128540039,11.208772659301758,10.626792907714844,10.568857192993164,10.927200317382812,11.022567749023438,439.27550315856934,439.55039978027344,438.9326572418213,439.2092227935791,439.4223690032959,438.2166862487793,440.46521186828613,439.42880630493164,440.8385753631592,438.92812728881836 +25000,50000,cpu,homo,False,False,False,10.62917709350586,10.739326477050781,10.803699493408203,10.688066482543945,10.624170303344727,10.52999496459961,10.978937149047852,10.822296142578125,10.248422622680664,10.88094711303711,436.72895431518555,434.7412586212158,439.04566764831543,435.1017475128174,439.2848014831543,435.1086616516113,437.4861717224121,435.3485107421875,435.61816215515137,437.8640651702881 +25000,50000,cpu,uniform,True,True,True,28.019189834594727,27.729272842407227,29.00862693786621,28.160572052001953,27.59575843811035,28.163909912109375,28.24687957763672,27.64105796813965,28.84840965270996,28.033018112182617,890.9051418304443,893.9692974090576,893.0706977844238,895.2858448028564,893.3393955230713,893.0416107177734,890.6512260437012,887.9384994506836,888.4327411651611,890.5813694000244 +25000,50000,cpu,uniform,True,True,False,28.8388729095459,29.739856719970703,29.651165008544922,28.706789016723633,33.54954719543457,31.715869903564453,29.08039093017578,28.918981552124023,30.224084854125977,33.15925598144531,899.5826244354248,897.9647159576416,929.8191070556641,895.9817886352539,897.313117980957,896.9764709472656,896.8296051025391,895.4577445983887,897.0546722412109,896.5680599212646 +25000,50000,cpu,uniform,False,True,True,28.744935989379883,28.074264526367188,27.63843536376953,28.130292892456055,28.153419494628906,28.10049057006836,30.910491943359375,31.740188598632812,29.26492691040039,29.848575592041016,952.1317481994629,898.892879486084,896.7230319976807,897.4130153656006,898.3311653137207,896.1775302886963,898.317813873291,897.3588943481445,897.6724147796631,895.6277370452881 +25000,50000,cpu,uniform,False,True,False,30.163049697875977,29.096364974975586,28.81932258605957,28.944015502929688,28.79953384399414,28.308391571044922,28.99026870727539,31.036376953125,29.66165542602539,29.29973602294922,901.6802310943604,903.0728340148926,927.8154373168945,901.313304901123,901.5381336212158,900.3708362579346,900.0213146209717,900.3589153289795,897.197961807251,897.5279331207275 +25000,50000,cpu,uniform,True,False,True,7.684946060180664,8.324861526489258,9.665489196777344,8.09335708618164,7.989645004272461,8.753538131713867,7.648468017578125,8.191823959350586,8.794307708740234,8.317708969116211,779.7911167144775,779.4857025146484,778.1121730804443,779.900312423706,778.2256603240967,781.6219329833984,779.2830467224121,776.8936157226562,776.5350341796875,779.8793315887451 +25000,50000,cpu,uniform,True,False,False,7.875919342041016,8.177042007446289,8.47315788269043,8.772850036621094,8.411169052124023,8.736610412597656,8.240699768066406,8.540153503417969,8.539199829101562,8.579015731811523,772.3631858825684,776.8232822418213,774.0178108215332,772.1459865570068,775.2101421356201,775.1343250274658,774.3875980377197,774.0814685821533,771.9941139221191,773.3008861541748 +25000,50000,cpu,uniform,False,False,True,10.633230209350586,11.263847351074219,10.761737823486328,11.077165603637695,10.814905166625977,11.807441711425781,10.691642761230469,10.59103012084961,10.774850845336914,10.874271392822266,780.5531024932861,778.7272930145264,775.0988006591797,776.9811153411865,800.2629280090332,781.7306518554688,783.658504486084,783.8413715362549,782.9411029815674,783.9739322662354 +25000,50000,cpu,uniform,False,False,False,10.640621185302734,10.848522186279297,10.604143142700195,10.650396347045898,10.33163070678711,10.700702667236328,12.033939361572266,11.073827743530273,11.455535888671875,10.297775268554688,775.6094932556152,777.0307064056396,775.8238315582275,773.7462520599365,777.8189182281494,775.886058807373,775.2890586853027,774.1632461547852,773.5903263092041,776.7002582550049 +25000,50000,cpu,normal,True,True,True,103.26337814331055,102.9198169708252,103.35731506347656,103.96957397460938,102.75840759277344,103.30581665039062,102.54955291748047,103.13272476196289,103.66392135620117,103.18779945373535,1660.5772972106934,1662.1854305267334,1653.956651687622,1657.832145690918,1659.1825485229492,1659.1119766235352,1654.038906097412,1657.1130752563477,1658.9093208312988,1659.6200466156006 +25000,50000,cpu,normal,True,True,False,101.13096237182617,101.48215293884277,100.43668746948242,101.36747360229492,101.56393051147461,101.28664970397949,101.4409065246582,100.71086883544922,101.78756713867188,101.74036026000977,1686.232328414917,1689.070224761963,1689.1732215881348,1684.4923496246338,1688.7805461883545,1691.1249160766602,1681.0004711151123,1683.7525367736816,1687.3297691345215,1678.4520149230957 +25000,50000,cpu,normal,False,True,True,103.18326950073242,103.1184196472168,103.39808464050293,103.5909652709961,102.60558128356934,103.27601432800293,103.60527038574219,102.9202938079834,102.88333892822266,103.75404357910156,1667.5872802734375,1668.914556503296,1698.052167892456,1662.2793674468994,1666.4273738861084,1667.220115661621,1667.4962043762207,1687.6745223999023,1664.898157119751,1668.3142185211182 +25000,50000,cpu,normal,False,True,False,102.13494300842285,101.26423835754395,101.5462875366211,101.29547119140625,101.7770767211914,101.39703750610352,101.84764862060547,100.5711555480957,101.11641883850098,101.64284706115723,1690.9277439117432,1696.9919204711914,1697.1278190612793,1690.1633739471436,1693.6538219451904,1688.4417533874512,1689.065933227539,1691.8354034423828,1686.9065761566162,1691.7383670806885 +25000,50000,cpu,normal,True,False,True,12.825489044189453,14.445304870605469,12.88461685180664,12.704849243164062,12.862682342529297,13.030767440795898,12.785673141479492,12.706279754638672,13.123273849487305,13.787508010864258,1601.8643379211426,1601.7823219299316,1603.9693355560303,1601.9761562347412,1598.9055633544922,1600.8782386779785,1600.4102230072021,1597.2952842712402,1602.191686630249,1599.832534790039 +25000,50000,cpu,normal,True,False,False,12.928247451782227,14.497041702270508,13.116598129272461,12.605905532836914,12.57944107055664,13.190746307373047,13.23556900024414,12.651681900024414,12.817859649658203,12.823820114135742,1601.7482280731201,1603.1739711761475,1608.3900928497314,1610.0866794586182,1606.0192584991455,1603.0426025390625,1607.7020168304443,1609.3556880950928,1606.79030418396,1607.0330142974854 +25000,50000,cpu,normal,False,False,True,16.388893127441406,19.230127334594727,17.797231674194336,17.466068267822266,17.234086990356445,17.443418502807617,17.122507095336914,17.972707748413086,17.314910888671875,17.87090301513672,1651.869297027588,1607.1195602416992,1610.5244159698486,1612.7583980560303,1607.7842712402344,1609.9157333374023,1612.0691299438477,1607.2521209716797,1610.6696128845215,1608.3507537841797 +25000,50000,cpu,normal,False,False,False,17.415285110473633,18.492698669433594,17.921924591064453,17.711877822875977,18.30744743347168,17.693758010864258,17.51089096069336,18.38517189025879,17.461538314819336,17.487764358520508,1605.255126953125,1604.9878597259521,1605.6129932403564,1602.0660400390625,1612.525224685669,1610.4447841644287,1610.6960773468018,1616.9304847717285,1607.6180934906006,1608.9911460876465 +37500,1000,cpu,homo,True,True,True,12.582063674926758,11.53564453125,14.566183090209961,8.060932159423828,9.336471557617188,10.087966918945312,8.453607559204102,6.584644317626953,13.116836547851562,7.822990417480469,24.547815322875977,15.923023223876953,16.005754470825195,15.950679779052734,15.996932983398438,15.806913375854492,15.82789421081543,16.042232513427734,15.797853469848633,15.897035598754883 +37500,1000,cpu,homo,True,True,False,12.22085952758789,15.702486038208008,14.698028564453125,14.548540115356445,14.310836791992188,16.374588012695312,10.896682739257812,12.08353042602539,15.073776245117188,15.935420989990234,16.336441040039062,16.19553565979004,16.256093978881836,16.20030403137207,16.28255844116211,16.266584396362305,16.257524490356445,16.286849975585938,16.21103286743164,16.141176223754883 +37500,1000,cpu,homo,False,True,True,2.5310516357421875,2.2745132446289062,2.1505355834960938,2.0852088928222656,2.068758010864258,2.420663833618164,2.1719932556152344,2.384185791015625,1.649618148803711,2.3698806762695312,16.41106605529785,16.30401611328125,16.19744300842285,16.315698623657227,16.38317108154297,16.26896858215332,16.321659088134766,16.182422637939453,16.211509704589844,16.185283660888672 +37500,1000,cpu,homo,False,True,False,2.1271705627441406,2.129793167114258,2.470254898071289,2.3925304412841797,2.0263195037841797,1.7325878143310547,1.6667842864990234,2.0225048065185547,2.164602279663086,2.015829086303711,16.245126724243164,16.1435604095459,16.054391860961914,15.992403030395508,16.199111938476562,16.073226928710938,16.170740127563477,16.212940216064453,16.267776489257812,16.227245330810547 +37500,1000,cpu,homo,True,False,True,2.501964569091797,2.4602413177490234,2.274751663208008,1.9741058349609375,2.0296573638916016,2.093791961669922,2.015352249145508,1.8923282623291016,1.7609596252441406,1.7580986022949219,13.701677322387695,13.572454452514648,13.635396957397461,13.678312301635742,13.765335083007812,13.740301132202148,13.751745223999023,13.851642608642578,13.731241226196289,13.893604278564453 +37500,1000,cpu,homo,True,False,False,2.445220947265625,2.3119449615478516,2.511262893676758,2.301931381225586,2.1381378173828125,2.0666122436523438,2.0432472229003906,1.9710063934326172,2.063274383544922,1.811981201171875,13.376474380493164,13.458013534545898,13.587236404418945,13.495445251464844,13.53144645690918,13.728618621826172,13.437032699584961,13.560056686401367,13.433218002319336,13.484716415405273 +37500,1000,cpu,homo,False,False,True,2.2966861724853516,2.3827552795410156,3.5865306854248047,3.5920143127441406,3.636598587036133,3.3788681030273438,3.5088062286376953,2.8374195098876953,3.347158432006836,3.5686492919921875,13.120651245117188,12.881755828857422,13.184309005737305,13.232231140136719,13.238668441772461,13.18359375,13.124942779541016,13.196706771850586,13.136148452758789,13.239622116088867 +37500,1000,cpu,homo,False,False,False,3.1571388244628906,2.9239654541015625,3.5288333892822266,2.7756690979003906,2.4275779724121094,2.751588821411133,3.2427310943603516,3.6547183990478516,3.6051273345947266,3.690481185913086,13.137578964233398,13.176918029785156,13.105630874633789,13.063907623291016,13.115167617797852,13.131141662597656,13.237953186035156,12.943267822265625,13.026952743530273,12.999296188354492 +37500,1000,cpu,uniform,True,True,True,14.860153198242188,15.872478485107422,16.85309410095215,17.03166961669922,19.570589065551758,16.644716262817383,19.06585693359375,19.752979278564453,18.09215545654297,19.855737686157227,27.316808700561523,27.130126953125,27.034997940063477,26.942729949951172,26.87835693359375,26.880502700805664,26.596784591674805,26.7179012298584,26.658058166503906,27.324199676513672 +37500,1000,cpu,uniform,True,True,False,16.081571578979492,15.789985656738281,17.543792724609375,13.455629348754883,12.998104095458984,13.292551040649414,10.741710662841797,9.073019027709961,11.998414993286133,10.185718536376953,27.387619018554688,27.384042739868164,27.03261375427246,26.998519897460938,27.362585067749023,27.058839797973633,27.132034301757812,27.19902992248535,27.48870849609375,27.228832244873047 +37500,1000,cpu,uniform,False,True,True,3.316164016723633,2.6526451110839844,2.724885940551758,2.6755332946777344,2.3620128631591797,2.6350021362304688,2.2101402282714844,2.269744873046875,1.9702911376953125,1.9702911376953125,27.99201011657715,27.729034423828125,27.725934982299805,27.78768539428711,27.570247650146484,27.6029109954834,27.438640594482422,27.65512466430664,27.6792049407959,27.874469757080078 +37500,1000,cpu,uniform,False,True,False,2.787351608276367,2.571582794189453,2.7217864990234375,2.8624534606933594,2.240896224975586,1.9783973693847656,2.401590347290039,2.0537376403808594,2.0477771759033203,1.5377998352050781,27.252197265625,27.195215225219727,29.713869094848633,27.172327041625977,27.14681625366211,29.57010269165039,27.088165283203125,27.2371768951416,29.8459529876709,27.490854263305664 +37500,1000,cpu,uniform,True,False,True,2.5441646575927734,2.3207664489746094,2.4073123931884766,2.2585391998291016,2.2492408752441406,1.8689632415771484,1.8346309661865234,1.9044876098632812,1.8982887268066406,1.888275146484375,23.89359474182129,23.511409759521484,23.94890785217285,23.692846298217773,23.797273635864258,23.579120635986328,23.778200149536133,23.971080780029297,23.781538009643555,24.092435836791992 +37500,1000,cpu,uniform,True,False,False,2.1636486053466797,2.2614002227783203,2.1779537200927734,2.4368762969970703,2.0058155059814453,1.926422119140625,1.836538314819336,1.9283294677734375,1.8680095672607422,1.8465518951416016,24.614810943603516,24.37138557434082,24.762392044067383,24.796485900878906,24.43671226501465,24.41120147705078,24.32847023010254,24.367094039916992,23.957014083862305,24.30415153503418 +37500,1000,cpu,uniform,False,False,True,4.210948944091797,4.164457321166992,3.6721229553222656,3.4971237182617188,4.19926643371582,3.8595199584960938,4.081010818481445,4.43720817565918,4.431962966918945,5.405426025390625,24.006366729736328,23.779630661010742,23.60057830810547,23.43463897705078,23.719310760498047,45.07136344909668,23.792028427124023,23.66495132446289,23.64182472229004,23.8034725189209 +37500,1000,cpu,uniform,False,False,False,4.392862319946289,3.0298233032226562,3.045797348022461,4.3926239013671875,4.561185836791992,4.323482513427734,3.9322376251220703,4.385232925415039,3.510713577270508,4.273653030395508,23.60057830810547,23.393869400024414,23.29730987548828,23.437976837158203,23.652315139770508,23.49114418029785,23.566484451293945,23.86331558227539,23.744583129882812,35.77899932861328 +37500,1000,cpu,normal,True,True,True,25.84099769592285,18.798828125,33.62131118774414,36.53979301452637,23.540735244750977,39.5357608795166,35.915374755859375,19.469261169433594,36.68975830078125,30.412673950195312,49.86405372619629,49.713850021362305,49.56817626953125,50.19068717956543,50.59218406677246,50.30035972595215,50.180673599243164,50.409555435180664,49.894094467163086,49.83401298522949 +37500,1000,cpu,normal,True,True,False,43.822288513183594,22.58443832397461,38.25259208679199,36.45586967468262,21.959781646728516,19.146442413330078,43.38645935058594,54.671525955200195,36.568403244018555,31.511783599853516,51.03778839111328,50.8875846862793,51.351070404052734,50.95505714416504,50.698280334472656,50.57358741760254,50.49562454223633,50.363779067993164,50.70686340332031,50.71067810058594 +37500,1000,cpu,normal,False,True,True,4.390239715576172,4.369497299194336,4.289865493774414,4.585027694702148,3.632783889770508,3.162860870361328,3.9582252502441406,3.1490325927734375,3.4363269805908203,3.6182403564453125,50.54044723510742,50.19831657409668,50.169944763183594,50.65345764160156,50.79221725463867,50.49490928649902,50.688982009887695,50.60577392578125,71.2594985961914,50.058841705322266 +37500,1000,cpu,normal,False,True,False,4.5108795166015625,4.457950592041016,4.387140274047852,3.765106201171875,3.312349319458008,3.7958621978759766,3.7610530853271484,3.0562877655029297,3.459930419921875,2.9897689819335938,50.476789474487305,50.61221122741699,50.73118209838867,89.66779708862305,51.05876922607422,51.31030082702637,51.04827880859375,51.12171173095703,51.31030082702637,51.43928527832031 +37500,1000,cpu,normal,True,False,True,2.7489662170410156,2.3643970489501953,2.140045166015625,2.310037612915039,2.2346973419189453,2.100706100463867,2.1080970764160156,1.8970966339111328,1.9676685333251953,2.0477771759033203,47.84131050109863,48.06876182556152,47.9581356048584,48.53248596191406,47.90091514587402,48.02346229553223,48.00987243652344,49.21531677246094,48.464059829711914,48.31838607788086 +37500,1000,cpu,normal,True,False,False,2.801179885864258,2.323627471923828,2.321004867553711,2.2902488708496094,2.3512840270996094,2.5441646575927734,1.9409656524658203,1.8794536590576172,1.931905746459961,1.8475055694580078,48.5837459564209,48.76589775085449,48.692941665649414,48.535823822021484,48.2327938079834,48.73323440551758,48.22134971618652,48.230648040771484,48.32196235656738,47.99318313598633 +37500,1000,cpu,normal,False,False,True,6.6776275634765625,9.249448776245117,8.284807205200195,10.396242141723633,10.369300842285156,9.357213973999023,10.474681854248047,10.551929473876953,10.496377944946289,10.48588752746582,48.642873764038086,48.932790756225586,51.311492919921875,48.743486404418945,48.91610145568848,48.978567123413086,48.47264289855957,48.42257499694824,48.45428466796875,48.54559898376465 +37500,1000,cpu,normal,False,False,False,6.630659103393555,10.11967658996582,10.150909423828125,10.164499282836914,8.646249771118164,10.208606719970703,10.550498962402344,9.391546249389648,10.412216186523438,9.54580307006836,48.326730728149414,48.36130142211914,48.40588569641113,48.937320709228516,48.34270477294922,48.62809181213379,51.700592041015625,85.25919914245605,49.00240898132324,48.734188079833984 +37500,2500,cpu,homo,True,True,True,15.292882919311523,13.757705688476562,14.981269836425781,15.784978866577148,13.483047485351562,15.500783920288086,16.10279083251953,16.334056854248047,18.754243850708008,13.6871337890625,40.003299713134766,39.759159088134766,40.0543212890625,39.9322509765625,39.46328163146973,39.78085517883301,39.80302810668945,40.300607681274414,40.31968116760254,40.2522087097168 +37500,2500,cpu,homo,True,True,False,15.981674194335938,14.795541763305664,16.554594039916992,17.112016677856445,15.914201736450195,15.483379364013672,11.78121566772461,15.006065368652344,16.32237434387207,14.690637588500977,40.24767875671387,40.51327705383301,40.01927375793457,40.28439521789551,40.23385047912598,40.47822952270508,40.540456771850586,40.60697555541992,40.41337966918945,40.62390327453613 +37500,2500,cpu,homo,False,True,True,3.810405731201172,3.921031951904297,3.498077392578125,3.3731460571289062,3.3223628997802734,2.6578903198242188,3.468036651611328,2.464771270751953,2.6252269744873047,2.4399757385253906,40.98248481750488,40.58384895324707,40.7252311706543,40.708303451538086,40.70019721984863,40.96794128417969,40.477752685546875,40.53616523742676,40.33041000366211,40.1308536529541 +37500,2500,cpu,homo,False,True,False,3.5309791564941406,3.581523895263672,4.668712615966797,2.650022506713867,3.940582275390625,3.1633377075195312,2.6776790618896484,2.4042129516601562,2.6602745056152344,2.087116241455078,40.08817672729492,40.505170822143555,40.40026664733887,40.292978286743164,40.139198303222656,40.380001068115234,40.39764404296875,40.024518966674805,40.16900062561035,40.689706802368164 +37500,2500,cpu,homo,True,False,True,3.467559814453125,3.4151077270507812,3.0393600463867188,2.9904842376708984,2.8007030487060547,2.622842788696289,2.7260780334472656,2.641439437866211,2.486705780029297,2.5196075439453125,33.82253646850586,34.12508964538574,33.59246253967285,33.37860107421875,33.83231163024902,33.776283264160156,33.88237953186035,34.293174743652344,33.62393379211426,34.38758850097656 +37500,2500,cpu,homo,True,False,False,3.3571720123291016,3.1266212463378906,3.133535385131836,2.857208251953125,2.9268264770507812,2.8133392333984375,2.7246475219726562,2.5763511657714844,2.5916099548339844,2.64739990234375,32.712697982788086,32.492876052856445,32.78636932373047,33.12039375305176,32.9742431640625,32.744646072387695,33.04481506347656,32.99880027770996,33.057451248168945,32.920122146606445 +37500,2500,cpu,homo,False,False,True,5.267620086669922,3.8344860076904297,3.7038326263427734,4.754304885864258,4.711389541625977,4.357576370239258,4.928112030029297,4.98509407043457,4.072427749633789,3.8061141967773438,32.80997276306152,33.04767608642578,33.072710037231445,33.15138816833496,33.23006629943848,32.96613693237305,32.843828201293945,33.083438873291016,32.885074615478516,33.03360939025879 +37500,2500,cpu,homo,False,False,False,4.585981369018555,3.8433074951171875,3.554821014404297,4.028081893920898,3.919363021850586,3.7543773651123047,3.912210464477539,3.980398178100586,3.777027130126953,3.803730010986328,32.70125389099121,32.61446952819824,32.6838493347168,32.49192237854004,32.57489204406738,32.67550468444824,32.65786170959473,32.51957893371582,32.5775146484375,32.544851303100586 +37500,2500,cpu,uniform,True,True,True,14.180421829223633,16.757965087890625,25.561094284057617,17.30966567993164,15.52891731262207,14.147281646728516,16.647815704345703,18.42808723449707,22.96614646911621,24.64914321899414,68.00055503845215,67.39521026611328,67.22021102905273,68.01414489746094,67.5663948059082,67.56997108459473,67.7647590637207,67.50059127807617,67.30484962463379,67.4746036529541 +37500,2500,cpu,uniform,True,True,False,17.648696899414062,15.347480773925781,15.949249267578125,19.361257553100586,17.638444900512695,14.592647552490234,14.345884323120117,17.509937286376953,16.68095588684082,18.861055374145508,68.68267059326172,68.45784187316895,68.1304931640625,67.69037246704102,67.81291961669922,68.34816932678223,68.08900833129883,67.4893856048584,67.77143478393555,68.02701950073242 +37500,2500,cpu,uniform,False,True,True,4.00543212890625,4.651308059692383,4.85992431640625,3.4160614013671875,3.6351680755615234,3.589630126953125,3.654003143310547,3.0689239501953125,3.155946731567383,3.198385238647461,67.81435012817383,67.56854057312012,67.77477264404297,68.4504508972168,67.9941177368164,68.5575008392334,101.74822807312012,110.80479621887207,68.73750686645508,68.51983070373535 +37500,2500,cpu,uniform,False,True,False,3.7806034088134766,3.5543441772460938,3.3721923828125,3.2868385314941406,3.3240318298339844,2.8030872344970703,2.8989315032958984,3.3550262451171875,3.289461135864258,2.8493404388427734,67.84749031066895,67.69132614135742,67.75236129760742,67.88849830627441,67.69180297851562,68.01819801330566,68.2370662689209,68.47405433654785,68.59803199768066,67.85893440246582 +37500,2500,cpu,uniform,True,False,True,3.4132003784179688,3.002643585205078,2.867460250854492,2.819061279296875,2.8581619262695312,2.979755401611328,2.58636474609375,2.4356842041015625,2.332448959350586,2.264261245727539,58.26878547668457,57.34109878540039,57.8157901763916,57.5251579284668,57.75308609008789,58.17556381225586,57.424306869506836,57.877302169799805,57.90543556213379,58.20941925048828 +37500,2500,cpu,uniform,True,False,False,3.3190250396728516,3.0214786529541016,2.9926300048828125,2.911090850830078,2.827167510986328,2.7141571044921875,2.5887489318847656,2.401590347290039,2.4836063385009766,2.518177032470703,59.28492546081543,58.87007713317871,59.06057357788086,58.96329879760742,58.99548530578613,59.232234954833984,58.89725685119629,59.09323692321777,59.2043399810791,59.00883674621582 +37500,2500,cpu,uniform,False,False,True,4.615068435668945,4.634380340576172,5.523681640625,4.182577133178711,4.708290100097656,4.8065185546875,4.515647888183594,4.683494567871094,4.896640777587891,4.781246185302734,59.264421463012695,59.15331840515137,58.52150917053223,58.176279067993164,58.1667423248291,58.235883712768555,58.19892883300781,58.171749114990234,58.14695358276367,58.18295478820801 +37500,2500,cpu,uniform,False,False,False,4.461050033569336,4.482507705688477,4.044294357299805,4.414796829223633,4.21452522277832,5.775928497314453,4.622936248779297,4.960775375366211,4.429817199707031,4.485368728637695,58.15482139587402,58.60733985900879,58.624982833862305,58.58564376831055,58.500051498413086,57.968854904174805,58.86268615722656,58.21108818054199,58.46142768859863,57.80434608459473 +37500,2500,cpu,normal,True,True,True,34.72733497619629,43.17426681518555,44.12078857421875,39.96086120605469,51.24950408935547,37.400245666503906,40.84420204162598,52.36530303955078,43.27678680419922,35.63332557678223,124.72820281982422,125.31828880310059,125.7023811340332,125.54717063903809,124.50623512268066,124.40013885498047,123.34513664245605,123.58498573303223,124.94611740112305,125.32186508178711 +37500,2500,cpu,normal,True,True,False,40.32564163208008,41.09072685241699,39.789438247680664,36.362409591674805,36.900997161865234,37.729740142822266,39.46995735168457,35.71748733520508,32.29999542236328,33.8749885559082,128.3245086669922,127.64596939086914,127.0442008972168,126.02519989013672,127.12788581848145,126.63745880126953,127.34723091125488,127.40707397460938,127.09355354309082,126.56903266906738 +37500,2500,cpu,normal,False,True,True,7.984161376953125,8.08262825012207,7.788419723510742,7.988214492797852,8.545398712158203,7.725715637207031,8.155107498168945,7.957220077514648,8.386850357055664,9.481191635131836,124.92918968200684,123.9314079284668,123.47888946533203,123.16775321960449,123.45504760742188,123.58593940734863,125.60009956359863,124.99141693115234,124.85671043395996,123.91495704650879 +37500,2500,cpu,normal,False,True,False,7.6847076416015625,7.876157760620117,7.508993148803711,7.885932922363281,7.495641708374023,7.821083068847656,9.154558181762695,7.901668548583984,7.378339767456055,8.490562438964844,127.77519226074219,127.15578079223633,126.33943557739258,126.8763542175293,126.62458419799805,126.61480903625488,126.42168998718262,127.838134765625,127.9306411743164,126.59072875976562 +37500,2500,cpu,normal,True,False,True,3.965139389038086,3.660917282104492,3.2587051391601562,3.5848617553710938,3.210306167602539,3.1065940856933594,2.879619598388672,2.9239654541015625,2.6311874389648438,3.0558109283447266,120.77856063842773,121.30904197692871,120.83554267883301,121.16336822509766,120.88179588317871,120.85366249084473,120.62358856201172,119.91524696350098,121.2306022644043,121.33193016052246 +37500,2500,cpu,normal,True,False,False,4.024744033813477,3.576993942260742,3.791332244873047,3.296375274658203,3.031492233276367,3.022432327270508,2.8896331787109375,2.7511119842529297,2.835512161254883,2.7246475219726562,121.36149406433105,122.46537208557129,121.77467346191406,121.4456558227539,121.72818183898926,120.3925609588623,120.3911304473877,120.63407897949219,121.38605117797852,121.5510368347168 +37500,2500,cpu,normal,False,False,True,7.609844207763672,8.79812240600586,11.57379150390625,10.458946228027344,10.51950454711914,10.796546936035156,9.39488410949707,10.506629943847656,11.101722717285156,10.967016220092773,120.33867835998535,122.72381782531738,140.3512954711914,121.51908874511719,120.41258811950684,120.69368362426758,121.02413177490234,121.57440185546875,179.77142333984375,122.55334854125977 +37500,2500,cpu,normal,False,False,False,8.94784927368164,10.474681854248047,9.763479232788086,9.023427963256836,8.269071578979492,9.176015853881836,9.789228439331055,10.133028030395508,10.420799255371094,9.374380111694336,120.53227424621582,120.8961009979248,124.94826316833496,121.61707878112793,120.77593803405762,120.97907066345215,120.61071395874023,121.57297134399414,120.51010131835938,122.05648422241211 +37500,5000,cpu,homo,True,True,True,14.68038558959961,16.948699951171875,20.246267318725586,19.123554229736328,17.411470413208008,19.985198974609375,18.635034561157227,17.544269561767578,15.938520431518555,17.64965057373047,78.69386672973633,79.18357849121094,79.54835891723633,79.61559295654297,79.45585250854492,80.28054237365723,79.61511611938477,79.94699478149414,79.84185218811035,79.48064804077148 +37500,5000,cpu,homo,True,True,False,17.48824119567871,15.264034271240234,21.11983299255371,18.76068115234375,17.152786254882812,17.197370529174805,20.7979679107666,16.745567321777344,16.363143920898438,17.305612564086914,81.06780052185059,81.44950866699219,81.22777938842773,80.89923858642578,80.78742027282715,80.8556079864502,80.46865463256836,80.04879951477051,80.31368255615234,80.60169219970703 +37500,5000,cpu,homo,False,True,True,4.2362213134765625,4.180669784545898,4.352331161499023,4.235029220581055,3.338336944580078,4.127979278564453,3.601551055908203,5.395650863647461,4.055976867675781,3.3011436462402344,79.18810844421387,79.06627655029297,78.94372940063477,78.82475852966309,77.68130302429199,77.76379585266113,77.95381546020508,78.18603515625,78.96685600280762,78.948974609375 +37500,5000,cpu,homo,False,True,False,5.651712417602539,4.797220230102539,5.017757415771484,5.327701568603516,4.459142684936523,3.783702850341797,3.676891326904297,3.3385753631591797,4.428386688232422,3.9625167846679688,78.0172348022461,77.80909538269043,77.96835899353027,78.1404972076416,77.58545875549316,77.63028144836426,77.56686210632324,78.0034065246582,77.45003700256348,78.46641540527344 +37500,5000,cpu,homo,True,False,True,4.266500473022461,3.7224292755126953,3.5300254821777344,3.682374954223633,3.5054683685302734,3.679990768432617,3.407716751098633,3.430604934692383,3.3698081970214844,3.512859344482422,66.51425361633301,65.8118724822998,66.18356704711914,66.13397598266602,66.02263450622559,65.70863723754883,66.55478477478027,66.0390853881836,66.56241416931152,66.3301944732666 +37500,5000,cpu,homo,True,False,False,4.523515701293945,4.344940185546875,3.8530826568603516,3.7517547607421875,3.414630889892578,3.507852554321289,3.435373306274414,3.531217575073242,3.3910274505615234,3.5445690155029297,65.98281860351562,65.80567359924316,66.19811058044434,65.7200813293457,65.66476821899414,65.97113609313965,65.45567512512207,65.8271312713623,66.15924835205078,65.43278694152832 +37500,5000,cpu,homo,False,False,True,5.375385284423828,5.164623260498047,4.753351211547852,4.35638427734375,4.319667816162109,4.063129425048828,3.9215087890625,4.639387130737305,4.577398300170898,4.021883010864258,66.1158561706543,66.11895561218262,65.50979614257812,65.80305099487305,65.69766998291016,65.89937210083008,65.34242630004883,65.41061401367188,65.37461280822754,65.3228759765625 +37500,5000,cpu,homo,False,False,False,4.9648284912109375,4.417896270751953,4.864215850830078,4.92548942565918,4.309415817260742,5.809783935546875,4.477024078369141,3.8394927978515625,4.765748977661133,4.7245025634765625,65.55581092834473,65.73128700256348,65.41275978088379,65.87815284729004,66.37835502624512,66.43366813659668,65.00720977783203,65.86194038391113,65.95230102539062,64.87560272216797 +37500,5000,cpu,uniform,True,True,True,17.735719680786133,14.179706573486328,16.247034072875977,14.049530029296875,16.46709442138672,18.366575241088867,17.82989501953125,16.60633087158203,17.058610916137695,18.22519302368164,134.49382781982422,134.16433334350586,134.19103622436523,135.6372833251953,135.7874870300293,134.57465171813965,133.070707321167,133.7440013885498,134.25779342651367,134.0653896331787 +37500,5000,cpu,uniform,True,True,False,17.72618293762207,19.68669891357422,21.908283233642578,16.445398330688477,17.55070686340332,20.058155059814453,15.744447708129883,18.175840377807617,13.103485107421875,25.28524398803711,134.86194610595703,134.46903228759766,136.04116439819336,135.1335048675537,134.6449851989746,135.15472412109375,134.61685180664062,134.87744331359863,134.9639892578125,135.99395751953125 +37500,5000,cpu,uniform,False,True,True,6.4067840576171875,5.393028259277344,4.900932312011719,4.270792007446289,4.690408706665039,4.628419876098633,5.393743515014648,5.551815032958984,4.943132400512695,4.747629165649414,134.18030738830566,136.39450073242188,135.34259796142578,134.75346565246582,133.73875617980957,134.6452236175537,133.98027420043945,133.53443145751953,133.20183753967285,134.65046882629395 +37500,5000,cpu,uniform,False,True,False,7.329702377319336,7.360696792602539,8.366823196411133,7.898569107055664,5.644559860229492,5.46574592590332,5.050897598266602,4.896402359008789,5.517005920410156,4.909753799438477,132.73215293884277,134.62138175964355,133.11076164245605,133.4095001220703,133.50486755371094,133.66246223449707,133.84675979614258,133.62956047058105,133.83793830871582,134.22179222106934 +37500,5000,cpu,uniform,True,False,True,4.1751861572265625,3.8299560546875,3.9250850677490234,3.450632095336914,3.4360885620117188,3.350973129272461,3.2896995544433594,3.2701492309570312,3.339052200317383,3.25775146484375,116.8978214263916,117.3710823059082,118.30973625183105,117.6755428314209,117.21038818359375,116.27483367919922,116.0430908203125,116.33086204528809,116.04475975036621,117.04230308532715 +37500,5000,cpu,uniform,True,False,False,4.302263259887695,3.9353370666503906,3.8690567016601562,3.6013126373291016,3.371000289916992,3.490447998046875,3.3147335052490234,3.2770633697509766,3.229379653930664,3.275156021118164,116.40405654907227,116.70851707458496,116.57428741455078,116.38092994689941,117.84076690673828,117.90871620178223,117.65623092651367,117.39492416381836,116.1954402923584,116.73688888549805 +37500,5000,cpu,uniform,False,False,True,4.7550201416015625,5.260705947875977,4.822254180908203,6.371498107910156,5.077838897705078,4.382848739624023,5.35273551940918,4.62794303894043,4.293203353881836,5.897045135498047,117.38777160644531,116.83249473571777,116.18709564208984,117.07139015197754,117.02489852905273,117.71345138549805,118.69001388549805,117.69771575927734,117.68770217895508,117.99907684326172 +37500,5000,cpu,uniform,False,False,False,5.996942520141602,4.432201385498047,5.549907684326172,6.336450576782227,5.108356475830078,4.588603973388672,4.307031631469727,4.491567611694336,5.710124969482422,4.788637161254883,117.39587783813477,117.66314506530762,116.31274223327637,116.28127098083496,116.42193794250488,116.03903770446777,115.98873138427734,115.6778335571289,116.81699752807617,117.56396293640137 +37500,5000,cpu,normal,True,True,True,41.14866256713867,37.22810745239258,32.9129695892334,40.39144515991211,40.86589813232422,40.50803184509277,39.968013763427734,40.128231048583984,31.664133071899414,29.694080352783203,252.15959548950195,249.85790252685547,249.85337257385254,249.46284294128418,252.11238861083984,249.98164176940918,248.42548370361328,248.83437156677246,251.63888931274414,249.8772144317627 +37500,5000,cpu,normal,True,True,False,42.31095314025879,38.90204429626465,41.85628890991211,33.25247764587402,30.847787857055664,31.676292419433594,47.150611877441406,49.376487731933594,39.972782135009766,39.588212966918945,251.47628784179688,253.2176971435547,251.21450424194336,253.7984848022461,253.00002098083496,253.36050987243652,251.70326232910156,254.06980514526367,251.24621391296387,253.01456451416016 +37500,5000,cpu,normal,False,True,True,17.61031150817871,23.74553680419922,17.777442932128906,15.369892120361328,15.75779914855957,15.948057174682617,16.07489585876465,15.759468078613281,14.933347702026367,15.385866165161133,247.92170524597168,268.5201168060303,249.56679344177246,249.16982650756836,269.3822383880615,249.1433620452881,249.4194507598877,250.26488304138184,246.11639976501465,247.67374992370605 +37500,5000,cpu,normal,False,True,False,16.10279083251953,16.159534454345703,16.009092330932617,15.56086540222168,15.568256378173828,15.508174896240234,15.259504318237305,15.220165252685547,14.568090438842773,15.45572280883789,252.78639793395996,253.0989646911621,251.723051071167,253.3736228942871,253.00002098083496,251.26957893371582,253.28803062438965,254.25028800964355,253.30281257629395,252.91180610656738 +37500,5000,cpu,normal,True,False,True,5.5103302001953125,4.657268524169922,4.61268424987793,4.387140274047852,3.9992332458496094,4.140138626098633,4.083395004272461,4.13823127746582,4.08935546875,4.332542419433594,242.45309829711914,240.5991554260254,239.0766143798828,239.7167682647705,241.6555881500244,240.93270301818848,240.34857749938965,242.42353439331055,242.94328689575195,242.26069450378418 +37500,5000,cpu,normal,True,False,False,5.293607711791992,4.939079284667969,4.434347152709961,4.704713821411133,4.380941390991211,4.30750846862793,4.1408538818359375,4.160881042480469,4.065036773681641,4.116058349609375,242.60377883911133,241.64915084838867,239.75086212158203,239.49670791625977,243.0896759033203,242.0961856842041,242.39277839660645,239.9904727935791,241.55402183532715,242.43903160095215 +37500,5000,cpu,normal,False,False,True,9.274005889892578,11.250019073486328,7.812023162841797,9.036540985107422,9.71364974975586,12.30168342590332,9.66787338256836,8.506298065185547,10.45083999633789,9.626626968383789,239.64166641235352,241.26839637756348,242.4314022064209,240.96012115478516,239.27593231201172,239.31074142456055,242.2616481781006,241.2710189819336,239.5761013031006,239.57514762878418 +37500,5000,cpu,normal,False,False,False,9.252786636352539,9.878396987915039,11.901617050170898,11.871337890625,9.98234748840332,11.684179306030273,8.732795715332031,9.33527946472168,11.77978515625,11.915922164916992,241.2853240966797,240.71645736694336,258.99338722229004,242.37394332885742,242.3856258392334,260.2238655090332,241.35994911193848,242.62213706970215,242.5553798675537,241.67490005493164 +37500,10000,cpu,homo,True,True,True,7.97724723815918,7.814168930053711,6.769895553588867,7.521390914916992,6.718873977661133,6.705522537231445,7.47990608215332,6.720542907714844,7.5359344482421875,6.714105606079102,158.6282253265381,157.93633460998535,158.07723999023438,158.48660469055176,158.53595733642578,158.0040454864502,159.0266227722168,158.42652320861816,158.08773040771484,158.2643985748291 +37500,10000,cpu,homo,True,True,False,8.827686309814453,7.177829742431641,8.687734603881836,7.277011871337891,7.319450378417969,6.951093673706055,8.085966110229492,7.4253082275390625,8.017778396606445,7.381916046142578,162.5657081604004,162.3098850250244,161.38243675231934,162.12105751037598,160.28094291687012,160.99977493286133,161.43417358398438,162.67156600952148,162.46676445007324,161.9882583618164 +37500,10000,cpu,homo,False,True,True,7.5168609619140625,7.875204086303711,8.468389511108398,7.359504699707031,6.589412689208984,7.327556610107422,6.5822601318359375,7.899999618530273,6.958246231079102,6.87718391418457,158.9806079864502,158.77318382263184,159.04879570007324,158.42437744140625,159.03544425964355,158.22649002075195,159.59835052490234,159.76500511169434,158.84852409362793,158.51116180419922 +37500,10000,cpu,homo,False,True,False,9.58561897277832,9.484529495239258,8.306503295898438,7.48753547668457,7.532835006713867,7.472991943359375,7.279396057128906,7.279157638549805,7.409095764160156,8.28409194946289,160.22729873657227,160.2482795715332,160.04610061645508,160.5660915374756,160.4323387145996,159.88659858703613,159.55090522766113,160.37487983703613,161.2393856048584,160.1235866546631 +37500,10000,cpu,homo,True,False,True,5.275487899780273,5.177736282348633,5.005121231079102,5.110263824462891,4.923582077026367,4.883527755737305,5.018711090087891,5.124807357788086,5.078792572021484,5.262613296508789,131.70742988586426,133.16822052001953,133.1338882446289,132.6451301574707,131.9904327392578,131.39605522155762,131.73508644104004,132.32159614562988,132.49897956848145,133.21161270141602 +37500,10000,cpu,homo,True,False,False,5.295276641845703,4.850149154663086,5.064964294433594,5.168437957763672,5.148172378540039,5.183935165405273,5.331277847290039,5.306005477905273,5.154848098754883,5.322456359863281,130.40614128112793,130.80334663391113,131.95180892944336,131.74176216125488,131.41155242919922,130.93996047973633,130.04660606384277,131.0417652130127,131.03151321411133,130.21373748779297 +37500,10000,cpu,homo,False,False,True,4.7779083251953125,4.171609878540039,3.8492679595947266,4.453182220458984,3.7393569946289062,3.6041736602783203,3.4072399139404297,3.5228729248046875,3.2198429107666016,2.860546112060547,130.6295394897461,131.96682929992676,132.54451751708984,132.86590576171875,132.45511054992676,131.65020942687988,131.30521774291992,130.7239532470703,130.79452514648438,131.48140907287598 +37500,10000,cpu,homo,False,False,False,4.552602767944336,4.099607467651367,3.7789344787597656,3.7529468536376953,3.1516551971435547,3.2351016998291016,3.123044967651367,3.2546520233154297,2.914905548095703,3.102540969848633,129.0581226348877,129.47368621826172,129.4398307800293,130.3083896636963,132.7991485595703,131.68907165527344,131.09111785888672,130.21421432495117,130.1288604736328,130.36370277404785 +37500,10000,cpu,uniform,True,True,True,8.687257766723633,9.080171585083008,8.53729248046875,9.330034255981445,8.509397506713867,8.769989013671875,8.699893951416016,8.570671081542969,8.443355560302734,8.923530578613281,268.6178684234619,267.8871154785156,266.97421073913574,271.2709903717041,268.7418460845947,267.40550994873047,268.4943675994873,269.36888694763184,267.5156593322754,268.4192657470703 +37500,10000,cpu,uniform,True,True,False,8.649349212646484,9.361505508422852,8.645296096801758,8.945703506469727,8.615970611572266,9.022235870361328,8.687019348144531,8.97836685180664,8.655786514282227,8.940935134887695,269.3765163421631,272.83525466918945,269.0880298614502,269.49143409729004,268.404483795166,270.51663398742676,269.977331161499,268.62525939941406,270.5211639404297,270.04122734069824 +37500,10000,cpu,uniform,False,True,True,8.835792541503906,9.09876823425293,8.836984634399414,8.380413055419922,9.04393196105957,9.031534194946289,8.978843688964844,10.059118270874023,8.785724639892578,8.79669189453125,267.87662506103516,266.787052154541,270.87855339050293,269.1798210144043,269.01912689208984,270.2441215515137,270.04337310791016,269.20533180236816,267.6069736480713,269.5000171661377 +37500,10000,cpu,uniform,False,True,False,8.999109268188477,10.263204574584961,9.353399276733398,8.598804473876953,8.962154388427734,9.049654006958008,8.966684341430664,8.691072463989258,9.10639762878418,9.9029541015625,267.8718566894531,267.3451900482178,269.3521976470947,269.64354515075684,266.8640613555908,267.34328269958496,271.65722846984863,269.8824405670166,268.48411560058594,269.93513107299805 +37500,10000,cpu,uniform,True,False,True,5.465984344482422,5.19251823425293,5.121946334838867,4.656314849853516,4.862546920776367,4.707098007202148,5.189657211303711,4.921436309814453,4.905223846435547,4.927873611450195,235.5670928955078,233.9632511138916,235.20183563232422,235.94951629638672,235.84842681884766,234.97605323791504,234.17997360229492,235.123872756958,236.31644248962402,234.73596572875977 +37500,10000,cpu,uniform,True,False,False,6.040096282958984,5.072832107543945,5.069971084594727,4.991054534912109,4.784822463989258,5.023002624511719,4.683017730712891,4.749774932861328,4.870891571044922,4.715681076049805,233.10303688049316,234.08174514770508,233.32667350769043,230.11136054992676,232.0270538330078,232.8646183013916,234.61198806762695,233.14738273620605,232.58018493652344,233.5352897644043 +37500,10000,cpu,uniform,False,False,True,4.638433456420898,4.805326461791992,4.233837127685547,4.495859146118164,3.612995147705078,3.948211669921875,3.6606788635253906,3.256559371948242,3.493070602416992,4.125118255615234,235.1236343383789,233.86025428771973,235.44907569885254,234.0848445892334,236.8295192718506,255.83720207214355,235.07404327392578,238.0833625793457,235.51034927368164,235.62908172607422 +37500,10000,cpu,uniform,False,False,False,5.146026611328125,4.49824333190918,4.3201446533203125,4.310846328735352,3.8080215454101562,3.5223960876464844,3.1485557556152344,3.2927989959716797,3.2448768615722656,2.833843231201172,231.47988319396973,233.81829261779785,231.90641403198242,231.8732738494873,232.7888011932373,234.33589935302734,232.9573631286621,232.8970432281494,232.8469753265381,232.70750045776367 +37500,10000,cpu,normal,True,True,True,31.446456909179688,32.20677375793457,31.39781951904297,31.325817108154297,31.553983688354492,32.29379653930664,31.459569931030273,31.38422966003418,31.444787979125977,32.73272514343262,500.4260540008545,500.1950263977051,501.9564628601074,498.8117218017578,500.18978118896484,499.9563694000244,499.6945858001709,498.22211265563965,499.96376037597656,499.1645812988281 +37500,10000,cpu,normal,True,True,False,31.153202056884766,31.197309494018555,30.948400497436523,33.570289611816406,31.035900115966797,30.81512451171875,31.06975555419922,30.74812889099121,31.154870986938477,31.59356117248535,509.3114376068115,508.4230899810791,507.9376697540283,507.74097442626953,507.7934265136719,507.5511932373047,509.0773105621338,505.6581497192383,506.58559799194336,509.78755950927734 +37500,10000,cpu,normal,False,True,True,31.01348876953125,31.124114990234375,30.985355377197266,31.002521514892578,30.81512451171875,31.04853630065918,31.475067138671875,31.403541564941406,31.42404556274414,30.533790588378906,498.66676330566406,497.6365566253662,541.2838459014893,550.7631301879883,523.6544609069824,496.43826484680176,493.1466579437256,496.6306686401367,492.48266220092773,494.40670013427734 +37500,10000,cpu,normal,False,True,False,30.605316162109375,30.31611442565918,30.384302139282227,30.6398868560791,30.533313751220703,31.59332275390625,30.184268951416016,30.393600463867188,30.512571334838867,30.66396713256836,508.44621658325195,507.8082084655762,508.4562301635742,508.01920890808105,527.8992652893066,508.82744789123535,506.64710998535156,510.23364067077637,505.33485412597656,509.63377952575684 +37500,10000,cpu,normal,True,False,True,6.90460205078125,6.323814392089844,6.924152374267578,7.61723518371582,6.486177444458008,6.500482559204102,6.520509719848633,6.5364837646484375,6.423473358154297,6.96253776550293,485.2406978607178,484.7545623779297,486.6495132446289,482.87367820739746,484.80916023254395,481.19115829467773,482.10644721984863,480.9088706970215,482.87343978881836,483.9003086090088 +37500,10000,cpu,normal,True,False,False,6.365776062011719,6.850242614746094,6.634950637817383,6.328582763671875,6.623744964599609,6.593227386474609,6.715059280395508,6.4601898193359375,6.742000579833984,6.504535675048828,482.50365257263184,483.295202255249,521.0142135620117,484.1337203979492,482.7742576599121,484.6174716949463,483.92415046691895,483.6282730102539,482.8782081604004,484.6382141113281 +37500,10000,cpu,normal,False,False,True,6.703853607177734,6.31260871887207,5.07354736328125,5.1555633544921875,5.192995071411133,4.954099655151367,5.055904388427734,4.588603973388672,4.942893981933594,5.206584930419922,479.3522357940674,481.74262046813965,478.9471626281738,483.8390350341797,503.4961700439453,482.70392417907715,480.0858497619629,482.41686820983887,480.74984550476074,484.4799041748047 +37500,10000,cpu,normal,False,False,False,7.752656936645508,7.8601837158203125,7.448911666870117,6.334781646728516,6.047487258911133,5.285501480102539,5.176067352294922,4.968881607055664,4.714250564575195,4.643678665161133,481.31489753723145,478.2407283782959,481.14824295043945,476.3977527618408,480.31163215637207,479.4304370880127,483.0009937286377,479.1407585144043,480.13806343078613,509.80401039123535 +37500,25000,cpu,homo,True,True,True,16.933202743530273,16.976118087768555,18.83220672607422,18.787860870361328,17.627954483032227,17.905712127685547,17.307519912719727,16.817331314086914,17.18449592590332,17.206907272338867,397.5956439971924,397.48144149780273,396.5635299682617,397.87745475769043,399.8253345489502,398.9832401275635,396.4807987213135,401.4251232147217,398.3633518218994,397.50146865844727 +37500,25000,cpu,homo,True,True,False,21.09813690185547,17.974138259887695,17.48061180114746,17.49563217163086,17.509937286376953,17.929792404174805,17.591238021850586,18.56398582458496,18.33796501159668,19.151926040649414,405.66515922546387,402.32110023498535,405.5783748626709,403.16009521484375,402.8949737548828,404.83593940734863,401.3504981994629,403.7759304046631,404.0794372558594,404.6919345855713 +37500,25000,cpu,homo,False,True,True,17.298460006713867,16.777515411376953,16.49618148803711,16.996145248413086,16.579866409301758,17.256736755371094,16.495943069458008,16.663074493408203,16.5250301361084,20.17998695373535,392.35472679138184,390.4387950897217,392.3616409301758,392.1945095062256,394.6421146392822,390.53821563720703,388.69237899780273,394.8061466217041,389.12510871887207,391.6893005371094 +37500,25000,cpu,homo,False,True,False,17.335176467895508,17.21048355102539,17.67730712890625,17.542123794555664,17.250537872314453,17.329931259155273,17.113685607910156,17.21358299255371,17.274141311645508,17.77172088623047,401.8409252166748,399.9490737915039,404.2832851409912,399.3797302246094,402.84180641174316,401.932954788208,401.5071392059326,403.45096588134766,401.65209770202637,402.18496322631836 +37500,25000,cpu,homo,True,False,True,7.652521133422852,7.872104644775391,7.874488830566406,8.001327514648438,7.741212844848633,7.5664520263671875,7.676124572753906,8.032798767089844,8.11314582824707,8.539199829101562,328.9947509765625,328.04083824157715,327.41737365722656,331.01391792297363,327.6958465576172,328.265905380249,329.8830986022949,331.8459987640381,328.0165195465088,330.93953132629395 +37500,25000,cpu,homo,True,False,False,8.219242095947266,9.095191955566406,7.980585098266602,8.09478759765625,7.906913757324219,7.735252380371094,8.245229721069336,8.350372314453125,8.541584014892578,7.849454879760742,331.38585090637207,330.98554611206055,327.30555534362793,327.76689529418945,328.14669609069824,325.76870918273926,326.86614990234375,329.2834758758545,327.00228691101074,328.17816734313965 +37500,25000,cpu,homo,False,False,True,6.685495376586914,7.057666778564453,6.941080093383789,7.294654846191406,7.806062698364258,6.61158561706543,6.990909576416016,7.140398025512695,7.155656814575195,7.344961166381836,329.6234607696533,329.303503036499,326.4141082763672,328.31668853759766,329.29110527038574,327.1188735961914,328.6416530609131,329.90479469299316,327.8987407684326,328.3388614654541 +37500,25000,cpu,homo,False,False,False,6.961584091186523,7.011651992797852,8.185148239135742,7.4291229248046875,7.140636444091797,7.255792617797852,7.123231887817383,7.356166839599609,7.579565048217773,6.878852844238281,328.40585708618164,331.06398582458496,324.0492343902588,328.82213592529297,328.9363384246826,323.4724998474121,325.72054862976074,330.5957317352295,325.5941867828369,326.57361030578613 +37500,25000,cpu,uniform,True,True,True,20.925283432006836,21.852970123291016,21.046876907348633,22.228240966796875,21.63219451904297,21.165132522583008,21.79718017578125,26.17335319519043,24.14703369140625,22.113800048828125,672.0428466796875,671.1266040802002,673.1877326965332,672.9557514190674,671.7619895935059,671.2100505828857,670.271635055542,670.4845428466797,674.8929023742676,673.5818386077881 +37500,25000,cpu,uniform,True,True,False,21.462678909301758,21.35634422302246,21.65532112121582,23.644685745239258,22.379159927368164,22.439241409301758,21.884918212890625,21.48151397705078,22.94015884399414,22.244930267333984,731.7867279052734,677.4728298187256,675.4474639892578,716.378927230835,674.4179725646973,676.6912937164307,673.7933158874512,676.7418384552002,676.1744022369385,676.095724105835 +37500,25000,cpu,uniform,False,True,True,22.58133888244629,20.888090133666992,20.883560180664062,22.356748580932617,21.184682846069336,27.274608612060547,24.19424057006836,20.90001106262207,20.784378051757812,21.941423416137695,672.1155643463135,686.9850158691406,673.3994483947754,669.0506935119629,670.4695224761963,669.5263385772705,666.0842895507812,667.184591293335,671.6353893280029,667.5000190734863 +37500,25000,cpu,uniform,False,True,False,28.432369232177734,23.574113845825195,22.21369743347168,22.564172744750977,21.491289138793945,22.708415985107422,21.442651748657227,22.8426456451416,22.437334060668945,24.376392364501953,677.4230003356934,676.3906478881836,674.2298603057861,676.3648986816406,675.5094528198242,671.3676452636719,675.0800609588623,676.9912242889404,671.868085861206,676.1960983276367 +37500,25000,cpu,uniform,True,False,True,8.501529693603516,8.080244064331055,8.302688598632812,8.180618286132812,8.117437362670898,8.857011795043945,8.599042892456055,9.071826934814453,7.959604263305664,8.269786834716797,587.6879692077637,585.8831405639648,588.0568027496338,585.7079029083252,587.4254703521729,585.0231647491455,587.0053768157959,588.5107517242432,585.0017070770264,587.0530605316162 +37500,25000,cpu,uniform,True,False,False,7.911205291748047,8.761167526245117,8.189678192138672,8.255243301391602,7.590532302856445,8.053779602050781,8.220434188842773,8.165836334228516,7.738351821899414,8.118867874145508,576.418399810791,582.3068618774414,579.9436569213867,579.3414115905762,581.2475681304932,577.3525238037109,582.6807022094727,578.2773494720459,580.1393985748291,578.676700592041 +37500,25000,cpu,uniform,False,False,True,6.57963752746582,6.565093994140625,6.399393081665039,6.623029708862305,6.393671035766602,6.4105987548828125,6.583690643310547,6.3877105712890625,7.854700088500977,6.591558456420898,585.3531360626221,588.4678363800049,586.5545272827148,587.7621173858643,585.4334831237793,585.1175785064697,586.3633155822754,609.2853546142578,588.5705947875977,588.5579586029053 +37500,25000,cpu,uniform,False,False,False,6.936550140380859,6.30497932434082,6.398439407348633,6.665229797363281,7.00068473815918,7.346153259277344,7.3089599609375,7.6923370361328125,6.325244903564453,6.853818893432617,579.702615737915,580.5160999298096,580.5637836456299,581.3140869140625,575.7722854614258,579.6279907226562,578.038215637207,579.5340538024902,579.3323516845703,579.8439979553223 +37500,25000,cpu,normal,True,True,True,77.8052806854248,78.87578010559082,77.24142074584961,78.08732986450195,77.9728889465332,77.34084129333496,77.61526107788086,77.23808288574219,77.52585411071777,78.37772369384766,1238.0785942077637,1237.3466491699219,1238.612413406372,1243.4272766113281,1237.4837398529053,1239.370584487915,1237.8499507904053,1240.997314453125,1237.0960712432861,1239.4723892211914 +37500,25000,cpu,normal,True,True,False,76.22337341308594,76.1103630065918,76.72452926635742,76.07746124267578,78.08637619018555,77.18849182128906,76.019287109375,75.91700553894043,79.35023307800293,75.84381103515625,1268.4125900268555,1268.066644668579,1269.14381980896,1266.8044567108154,1263.1306648254395,1268.2816982269287,1272.1188068389893,1316.2603378295898,1271.4712619781494,1270.134687423706 +37500,25000,cpu,normal,False,True,True,79.25081253051758,79.42891120910645,78.51314544677734,77.9256820678711,77.11386680603027,77.70395278930664,77.03685760498047,77.18992233276367,77.93641090393066,77.16679573059082,1244.0557479858398,1243.8268661499023,1285.505771636963,1263.9400959014893,1247.7977275848389,1244.7445392608643,1244.0733909606934,1247.4243640899658,1243.2050704956055,1245.3439235687256 +37500,25000,cpu,normal,False,True,False,75.3638744354248,75.50334930419922,79.40864562988281,76.32160186767578,75.78420639038086,76.1570930480957,75.55365562438965,76.17425918579102,75.63900947570801,76.54666900634766,1269.404649734497,1270.0018882751465,1268.2428359985352,1267.319917678833,1258.8701248168945,1258.8536739349365,1261.906623840332,1259.0911388397217,1293.7655448913574,1272.982120513916 +37500,25000,cpu,normal,True,False,True,13.664484024047852,13.580560684204102,14.40739631652832,13.004302978515625,13.851404190063477,13.457298278808594,13.880491256713867,14.113187789916992,13.445377349853516,14.405012130737305,1201.92289352417,1205.249547958374,1206.2175273895264,1205.0232887268066,1206.573247909546,1207.0386409759521,1209.1736793518066,1210.6261253356934,1209.7744941711426,1206.8541049957275 +37500,25000,cpu,normal,True,False,False,14.365673065185547,14.504432678222656,12.586832046508789,13.232946395874023,13.601541519165039,13.544559478759766,12.668371200561523,13.806819915771484,14.187812805175781,12.552976608276367,1209.9714279174805,1211.667537689209,1208.7185382843018,1208.5800170898438,1203.8726806640625,1202.6634216308594,1206.120491027832,1204.392433166504,1203.6457061767578,1206.3024044036865 +37500,25000,cpu,normal,False,False,True,9.953975677490234,10.179758071899414,9.776115417480469,10.021448135375977,10.24770736694336,10.072469711303711,10.059595108032227,9.747982025146484,10.055303573608398,10.133743286132812,1205.9683799743652,1205.962896347046,1205.01708984375,1207.947015762329,1207.672119140625,1207.4508666992188,1208.6725234985352,1207.1959972381592,1208.0762386322021,1208.5533142089844 +37500,25000,cpu,normal,False,False,False,9.785175323486328,10.109186172485352,9.706258773803711,9.900569915771484,9.809017181396484,10.53166389465332,10.242223739624023,9.870290756225586,9.933710098266602,10.403156280517578,1203.420877456665,1200.8941173553467,1201.8797397613525,1206.3393592834473,1204.7162055969238,1208.479881286621,1211.576223373413,1204.1809558868408,1208.1141471862793,1206.655502319336 +37500,37500,cpu,homo,True,True,True,25.6197452545166,24.90830421447754,25.44093132019043,24.907588958740234,25.322675704956055,24.83344078063965,25.315046310424805,25.41661262512207,26.033639907836914,25.50649642944336,597.327709197998,595.2677726745605,598.1817245483398,597.2661972045898,594.6495532989502,596.3754653930664,595.787763595581,594.6943759918213,595.8187580108643,596.0419178009033 +37500,37500,cpu,homo,True,True,False,25.91991424560547,26.597976684570312,26.934385299682617,27.704238891601562,26.094436645507812,31.331777572631836,27.18830108642578,28.167724609375,28.322696685791016,26.827335357666016,606.891393661499,607.858419418335,607.3412895202637,606.6064834594727,607.6960563659668,601.670503616333,603.0864715576172,603.646993637085,602.069616317749,605.5104732513428 +37500,37500,cpu,homo,False,True,True,25.035381317138672,26.14593505859375,25.90203285217285,26.840686798095703,25.284528732299805,26.47709846496582,25.550365447998047,26.18885040283203,25.660276412963867,28.95355224609375,597.790002822876,594.9714183807373,594.9037075042725,594.9268341064453,599.5678901672363,595.8404541015625,594.8834419250488,598.6621379852295,594.3684577941895,595.7820415496826 +37500,37500,cpu,homo,False,True,False,26.735305786132812,25.694847106933594,26.19147300720215,25.90465545654297,26.726245880126953,25.73871612548828,26.607036590576172,27.927637100219727,26.28016471862793,26.512622833251953,604.2797565460205,605.9150695800781,603.5327911376953,605.536699295044,601.3369560241699,606.9893836975098,604.2108535766602,601.5353202819824,605.1425933837891,600.5234718322754 +37500,37500,cpu,homo,True,False,True,10.626077651977539,10.741472244262695,10.696887969970703,10.796785354614258,11.026620864868164,11.331319808959961,10.987043380737305,10.628223419189453,10.498046875,11.151313781738281,491.9321537017822,491.52612686157227,494.84729766845703,492.94161796569824,492.05541610717773,492.262601852417,494.1878318786621,491.77002906799316,491.91975593566895,492.59042739868164 +37500,37500,cpu,homo,True,False,False,10.985136032104492,10.78486442565918,11.104106903076172,11.615514755249023,11.371374130249023,11.019229888916016,10.683536529541016,10.664701461791992,11.066436767578125,11.39211654663086,487.78748512268066,491.5947914123535,489.52388763427734,492.9025173187256,490.950345993042,491.5134906768799,489.89057540893555,490.490198135376,488.919734954834,491.0550117492676 +37500,37500,cpu,homo,False,False,True,10.155677795410156,11.135101318359375,11.021852493286133,10.929107666015625,10.907411575317383,10.959625244140625,11.044502258300781,10.905981063842773,11.049270629882812,10.596275329589844,492.28882789611816,494.3809509277344,494.0054416656494,493.0109977722168,492.1574592590332,492.85387992858887,494.63772773742676,493.01862716674805,492.995023727417,493.516206741333 +37500,37500,cpu,homo,False,False,False,11.291742324829102,10.933399200439453,10.88261604309082,10.600090026855469,11.224031448364258,10.800361633300781,11.43336296081543,10.91766357421875,11.351823806762695,10.739564895629883,487.2441291809082,485.6584072113037,489.2282485961914,487.743616104126,488.3549213409424,486.924409866333,488.9986515045166,486.84072494506836,489.987850189209,485.89348793029785 +37500,37500,cpu,uniform,True,True,True,32.670021057128906,34.15536880493164,32.90295600891113,31.63909912109375,32.09710121154785,31.32915496826172,40.192365646362305,36.50403022766113,33.74338150024414,31.737327575683594,1005.5744647979736,1031.1307907104492,1008.9073181152344,1007.1721076965332,1005.1760673522949,1006.1538219451904,1002.1557807922363,1004.6842098236084,1064.7385120391846,1005.6877136230469 +37500,37500,cpu,uniform,True,True,False,32.40823745727539,33.00762176513672,32.65523910522461,32.427310943603516,32.039642333984375,32.250404357910156,32.30857849121094,32.1965217590332,32.29188919067383,31.952619552612305,1013.4973526000977,1018.0604457855225,1017.8182125091553,1016.5355205535889,1016.1104202270508,1016.2897109985352,1016.1230564117432,1015.4263973236084,1014.7411823272705,1015.2647495269775 +37500,37500,cpu,uniform,False,True,True,31.6317081451416,31.628847122192383,34.12437438964844,31.52179718017578,31.290292739868164,31.577110290527344,31.61025047302246,31.946182250976562,31.569242477416992,31.780242919921875,1009.1044902801514,1009.8917484283447,1009.3708038330078,1006.9401264190674,1013.1247043609619,1011.7282867431641,1012.9389762878418,1009.9098682403564,1065.9129619598389,1029.31547164917 +37500,37500,cpu,uniform,False,True,False,32.86576271057129,34.57522392272949,33.38313102722168,33.212900161743164,34.4691276550293,33.87022018432617,32.54961967468262,32.90677070617676,32.596588134765625,32.74226188659668,1016.1335468292236,1016.3731575012207,1016.472578048706,1014.5323276519775,1015.7554149627686,1012.1376514434814,1019.4957256317139,1060.0063800811768,1013.9226913452148,1015.7010555267334 +37500,37500,cpu,uniform,True,False,True,10.839223861694336,9.644269943237305,10.873079299926758,10.394811630249023,10.57887077331543,10.315656661987305,10.139703750610352,9.894132614135742,10.509729385375977,10.849714279174805,878.4160614013672,879.948616027832,879.2943954467773,878.7939548492432,878.6942958831787,877.1631717681885,880.3796768188477,876.7542839050293,876.9567012786865,878.9541721343994 +37500,37500,cpu,uniform,True,False,False,10.683774948120117,10.964632034301758,10.193109512329102,10.466814041137695,10.64300537109375,10.444879531860352,10.66279411315918,9.922266006469727,9.919404983520508,10.135173797607422,872.5266456604004,918.1668758392334,866.1503791809082,868.6413764953613,870.2151775360107,870.1584339141846,869.9977397918701,901.7598628997803,866.3837909698486,867.6035404205322 +37500,37500,cpu,uniform,False,False,True,10.31041145324707,10.786294937133789,10.884523391723633,11.50655746459961,11.138439178466797,11.67750358581543,10.17904281616211,11.20758056640625,11.046886444091797,10.518789291381836,873.5578060150146,876.1317729949951,873.3921051025391,876.3055801391602,876.2710094451904,878.218412399292,875.8425712585449,878.0152797698975,877.5660991668701,875.3626346588135 +37500,37500,cpu,uniform,False,False,False,10.107278823852539,9.984016418457031,10.399103164672852,10.135650634765625,10.402202606201172,10.406255722045898,10.709047317504883,9.69839096069336,10.596275329589844,9.927749633789062,870.6455230712891,871.0122108459473,871.0536956787109,889.6420001983643,870.7437515258789,894.1121101379395,870.0432777404785,870.2974319458008,871.1960315704346,872.33567237854 +37500,37500,cpu,normal,True,True,True,118.1802749633789,120.51844596862793,118.88480186462402,118.32380294799805,116.8825626373291,121.25134468078613,118.20340156555176,118.15333366394043,118.37339401245117,120.38803100585938,1871.3359832763672,1868.7736988067627,1861.4845275878906,1867.3076629638672,1870.5742359161377,1867.3958778381348,1863.403081893921,1914.9203300476074,1877.7799606323242,1867.9320812225342 +37500,37500,cpu,normal,True,True,False,113.71970176696777,114.0737533569336,114.59493637084961,113.10100555419922,114.56680297851562,114.9892807006836,114.28236961364746,114.50481414794922,114.96233940124512,115.10419845581055,1908.057451248169,1902.2290706634521,1901.0426998138428,1899.8537063598633,1900.7606506347656,1897.841453552246,1895.9050178527832,1892.8146362304688,1893.599271774292,1899.7523784637451 +37500,37500,cpu,normal,False,True,True,117.31934547424316,117.56253242492676,117.42472648620605,118.39842796325684,118.05176734924316,117.68221855163574,116.73521995544434,117.42806434631348,117.05327033996582,117.80667304992676,1876.7714500427246,1870.7175254821777,1870.6912994384766,1891.7396068572998,1882.3604583740234,1886.915683746338,1908.6740016937256,1883.6669921875,1875.3364086151123,1873.0342388153076 +37500,37500,cpu,normal,False,True,False,114.53056335449219,113.99054527282715,111.98067665100098,115.40555953979492,114.80545997619629,115.57722091674805,113.99245262145996,113.82794380187988,113.97218704223633,114.5472526550293,1934.4933032989502,1895.770788192749,1893.0604457855225,1898.6279964447021,1888.9915943145752,1887.6736164093018,1882.542610168457,1890.9835815429688,1888.5524272918701,1885.1253986358643 +37500,37500,cpu,normal,True,False,True,16.936063766479492,15.512466430664062,15.842437744140625,15.293359756469727,15.460968017578125,14.934778213500977,15.573740005493164,17.82989501953125,16.560077667236328,15.123844146728516,1811.6531372070312,1807.8174591064453,1813.312292098999,1810.3833198547363,1806.2210083007812,1802.164077758789,1809.8640441894531,1808.4163665771484,1808.4490299224854,1807.8010082244873 +37500,37500,cpu,normal,True,False,False,16.18170738220215,15.213966369628906,14.729499816894531,15.334367752075195,15.787363052368164,15.278100967407227,16.254901885986328,15.28167724609375,15.557527542114258,16.382217407226562,1806.5545558929443,1808.380365371704,1859.3308925628662,1815.3910636901855,1812.6516342163086,1806.3805103302002,1814.9120807647705,1858.9022159576416,1813.5864734649658,1818.6523914337158 +37500,37500,cpu,normal,False,False,True,16.32833480834961,16.311168670654297,15.178680419921875,15.678644180297852,14.719247817993164,15.169858932495117,14.902353286743164,17.524003982543945,15.260934829711914,17.45772361755371,1801.530361175537,1797.3933219909668,1800.0602722167969,1795.7391738891602,1796.7853546142578,1793.2896614074707,1791.0335063934326,1786.742925643921,1794.9795722961426,1795.548677444458 +37500,37500,cpu,normal,False,False,False,15.4571533203125,15.113592147827148,16.65043830871582,16.25823974609375,15.08951187133789,15.763998031616211,15.46478271484375,15.325546264648438,15.279769897460938,14.708995819091797,1811.48362159729,1813.8790130615234,1812.1654987335205,1813.6920928955078,1809.1886043548584,1846.5490341186523,1811.6965293884277,1812.9074573516846,1815.7460689544678,1820.899486541748 +37500,50000,cpu,homo,True,True,True,34.51991081237793,34.18445587158203,34.238338470458984,34.79719161987305,34.0886116027832,33.8134765625,34.76381301879883,33.95581245422363,33.944129943847656,35.3696346282959,793.2097911834717,795.8416938781738,794.0423488616943,794.4388389587402,791.4659976959229,796.5281009674072,795.3228950500488,794.8193550109863,798.9087104797363,795.6442832946777 +37500,50000,cpu,homo,True,True,False,35.828351974487305,35.10737419128418,35.09235382080078,34.5461368560791,34.8966121673584,35.12120246887207,35.07232666015625,35.677433013916016,35.762786865234375,35.85410118103027,812.7522468566895,808.3882331848145,803.7207126617432,804.9578666687012,805.9625625610352,803.8356304168701,805.6931495666504,804.0180206298828,807.0900440216064,807.9748153686523 +37500,50000,cpu,homo,False,True,True,34.670114517211914,33.7371826171875,35.42780876159668,33.66851806640625,33.82444381713867,34.10673141479492,34.93475914001465,33.85567665100098,34.03306007385254,33.8747501373291,793.9133644104004,794.0261363983154,793.3638095855713,793.6036586761475,792.6585674285889,792.7999496459961,797.8329658508301,796.4606285095215,795.5729961395264,794.6181297302246 +37500,50000,cpu,homo,False,True,False,36.376237869262695,36.811113357543945,34.624576568603516,34.45792198181152,34.5759391784668,34.67249870300293,35.56537628173828,35.82572937011719,35.23063659667969,34.63268280029297,801.1267185211182,803.1466007232666,802.7677536010742,801.7868995666504,801.743745803833,801.7399311065674,804.0566444396973,801.6917705535889,803.6315441131592,801.3904094696045 +37500,50000,cpu,homo,True,False,True,14.19210433959961,13.554811477661133,14.122247695922852,12.573480606079102,12.865543365478516,13.457059860229492,13.866186141967773,13.046503067016602,13.40031623840332,13.335943222045898,655.6930541992188,655.8887958526611,657.0281982421875,654.9928188323975,658.0729484558105,658.7412357330322,656.7456722259521,658.3826541900635,659.5063209533691,657.1211814880371 +37500,50000,cpu,homo,True,False,False,13.721704483032227,13.710975646972656,13.158798217773438,13.321399688720703,12.515783309936523,13.681173324584961,13.663053512573242,13.241291046142578,12.479066848754883,13.23390007019043,657.3343276977539,652.8165340423584,652.4794101715088,654.2060375213623,652.9645919799805,655.8356285095215,655.5678844451904,651.8993377685547,656.982421875,654.5288562774658 +37500,50000,cpu,homo,False,False,True,14.25313949584961,14.32180404663086,14.034271240234375,14.497995376586914,14.36305046081543,14.194011688232422,13.902425765991211,13.99850845336914,13.967275619506836,13.844490051269531,656.9628715515137,654.6037197113037,654.404878616333,655.5132865905762,654.7176837921143,656.801700592041,656.8222045898438,655.1418304443359,658.5135459899902,655.1666259765625 +37500,50000,cpu,homo,False,False,False,14.243125915527344,15.246868133544922,14.306306838989258,13.995647430419922,15.1824951171875,14.307737350463867,14.749526977539062,14.501333236694336,14.13869857788086,14.72926139831543,654.8988819122314,654.4678211212158,652.245044708252,656.1801433563232,654.6041965484619,655.3447246551514,656.9221019744873,651.8700122833252,653.6839008331299,656.4416885375977 +37500,50000,cpu,uniform,True,True,True,41.83363914489746,42.18578338623047,42.23489761352539,42.12832450866699,42.41228103637695,43.6253547668457,41.96906089782715,42.25325584411621,41.795969009399414,42.14739799499512,1348.1569290161133,1344.437837600708,1347.9735851287842,1347.795009613037,1345.2959060668945,1348.1512069702148,1351.0193824768066,1345.7310199737549,1347.7003574371338,1350.0726222991943 +37500,50000,cpu,uniform,True,True,False,43.416738510131836,46.3564395904541,43.11656951904297,43.08152198791504,43.61677169799805,43.1370735168457,42.80996322631836,43.16973686218262,43.28274726867676,42.99187660217285,1352.7822494506836,1346.6029167175293,1350.0113487243652,1352.790355682373,1347.5239276885986,1341.0682678222656,1340.4181003570557,1335.7505798339844,1336.235523223877,1339.0614986419678 +37500,50000,cpu,uniform,False,True,True,42.46854782104492,42.55819320678711,41.69869422912598,42.33217239379883,41.71395301818848,42.768001556396484,42.9377555847168,44.07811164855957,42.53363609313965,42.17410087585449,1342.125415802002,1340.5101299285889,1381.9429874420166,1345.564603805542,1344.2201614379883,1348.3445644378662,1345.1478481292725,1347.5754261016846,1347.219467163086,1349.6334552764893 +37500,50000,cpu,uniform,False,True,False,44.209957122802734,43.396711349487305,44.678688049316406,44.67582702636719,43.14875602722168,42.774200439453125,42.9685115814209,42.76704788208008,44.333457946777344,42.99020767211914,1352.0376682281494,1369.7905540466309,1351.7370223999023,1352.649211883545,1345.6461429595947,1347.6622104644775,1353.5096645355225,1348.0861186981201,1348.921298980713,1352.5810241699219 +37500,50000,cpu,uniform,True,False,True,11.787652969360352,12.612342834472656,12.767553329467773,13.048171997070312,13.491630554199219,11.475563049316406,12.85099983215332,11.909961700439453,13.80014419555664,13.822555541992188,1172.4135875701904,1169.996738433838,1172.3015308380127,1172.7375984191895,1174.612283706665,1172.0542907714844,1170.304298400879,1170.7818508148193,1173.8805770874023,1168.2677268981934 +37500,50000,cpu,uniform,True,False,False,12.599706649780273,13.050317764282227,14.151811599731445,13.18216323852539,12.7716064453125,13.09514045715332,12.10165023803711,12.936592102050781,12.696504592895508,12.946605682373047,1159.3103408813477,1161.2706184387207,1161.9772911071777,1161.27610206604,1165.0240421295166,1163.5265350341797,1161.6907119750977,1162.3921394348145,1161.5581512451172,1160.8424186706543 +37500,50000,cpu,uniform,False,False,True,13.82589340209961,13.929128646850586,14.368295669555664,13.092279434204102,14.067888259887695,13.813972473144531,13.954877853393555,13.18216323852539,13.647794723510742,14.436483383178711,1169.7468757629395,1167.9720878601074,1167.6278114318848,1172.3716259002686,1168.6193943023682,1171.231746673584,1172.2221374511719,1169.1346168518066,1168.6499118804932,1167.2372817993164 +37500,50000,cpu,uniform,False,False,False,13.519287109375,14.028072357177734,13.580560684204102,13.414382934570312,13.164758682250977,14.305830001831055,14.08529281616211,13.023614883422852,14.023542404174805,13.479232788085938,1205.474853515625,1159.7933769226074,1158.658742904663,1160.5455875396729,1160.0496768951416,1161.919116973877,1162.492036819458,1161.6039276123047,1162.7421379089355,1161.633014678955 +37500,50000,cpu,normal,True,True,True,154.14738655090332,155.35640716552734,155.24888038635254,157.04798698425293,156.80193901062012,156.7823886871338,158.85329246520996,156.32867813110352,156.3434600830078,154.96349334716797,2490.6482696533203,2485.502004623413,2491.9779300689697,2489.7398948669434,2489.6624088287354,2489.4163608551025,2490.6840324401855,2495.4187870025635,2493.9887523651123,2488.03448677063 +37500,50000,cpu,normal,True,True,False,153.00273895263672,153.23877334594727,151.4418125152588,151.08132362365723,152.7256965637207,151.54337882995605,151.53217315673828,151.14426612854004,151.89552307128906,151.46565437316895,2534.841537475586,2543.5047149658203,2539.125442504883,2539.5889282226562,2546.1390018463135,2544.053077697754,2544.132709503174,2543.3402061462402,2541.4185523986816,2545.6135272979736 +37500,50000,cpu,normal,False,True,True,153.1813144683838,154.16359901428223,155.72524070739746,155.83300590515137,154.33168411254883,154.4020175933838,155.32183647155762,153.79095077514648,153.61714363098145,153.96785736083984,2495.7618713378906,2489.156484603882,2493.285655975342,2496.2053298950195,2492.6235675811768,2492.3484325408936,2495.9332942962646,2492.861032485962,2478.31130027771,2496.0200786590576 +37500,50000,cpu,normal,False,True,False,151.69978141784668,151.70836448669434,151.22485160827637,150.35033226013184,152.02045440673828,152.1737575531006,152.05049514770508,151.47638320922852,153.19490432739258,152.479887008667,2536.715269088745,2533.435821533203,2531.186103820801,2530.547618865967,2536.348342895508,2530.9717655181885,2532.191753387451,2535.8903408050537,2535.339832305908,2533.571720123291 +37500,50000,cpu,normal,True,False,True,20.78866958618164,20.026445388793945,22.50981330871582,22.126436233520508,19.891977310180664,19.437074661254883,19.81210708618164,21.817684173583984,20.11418342590332,20.27130126953125,2411.3354682922363,2411.6291999816895,2407.2113037109375,2409.797191619873,2410.0348949432373,2414.313316345215,2409.909963607788,2411.224365234375,2418.5078144073486,2415.4653549194336 +37500,50000,cpu,normal,True,False,False,19.216537475585938,20.0045108795166,19.622802734375,19.775390625,19.936800003051758,20.406484603881836,20.23911476135254,20.387649536132812,19.908666610717773,19.317626953125,2414.1616821289062,2418.2801246643066,2417.1173572540283,2415.7774448394775,2419.884204864502,2415.8408641815186,2415.3194427490234,2415.97580909729,2416.4202213287354,2417.6430702209473 +37500,50000,cpu,normal,False,False,True,20.66826820373535,20.805835723876953,20.091772079467773,20.10512351989746,19.999980926513672,20.439863204956055,20.27416229248047,21.093368530273438,20.378589630126953,20.60699462890625,2412.0607376098633,2429.3298721313477,2414.051055908203,2407.1435928344727,2417.980670928955,2411.829948425293,2415.923595428467,2413.7821197509766,2412.336587905884,2413.8832092285156 +37500,50000,cpu,normal,False,False,False,20.132780075073242,19.548654556274414,20.361900329589844,20.735502243041992,20.51568031311035,20.26844024658203,20.075321197509766,21.08287811279297,21.955013275146484,21.11220359802246,2417.9153442382812,2419.1858768463135,2413.208246231079,2407.039165496826,2410.7258319854736,2416.156768798828,2414.6339893341064,2417.9720878601074,2414.954900741577,2420.2733039855957 +50000,1000,cpu,homo,True,True,True,18.404006958007812,13.898611068725586,15.308618545532227,10.222196578979492,17.57645606994629,19.249439239501953,18.9056396484375,13.796567916870117,18.052339553833008,17.7156925201416,21.229267120361328,21.26598358154297,21.208524703979492,21.1031436920166,21.10600471496582,21.209001541137695,21.114110946655273,21.310806274414062,21.210432052612305,21.479368209838867 +50000,1000,cpu,homo,True,True,False,19.45781707763672,19.85764503479004,20.946264266967773,20.197153091430664,20.563125610351562,20.29728889465332,20.36285400390625,20.95508575439453,26.824474334716797,19.650697708129883,21.244287490844727,21.747112274169922,21.620512008666992,21.52395248413086,21.409273147583008,21.31366729736328,21.369457244873047,21.535873413085938,21.624326705932617,21.57425880432129 +50000,1000,cpu,homo,False,True,True,2.900362014770508,2.451181411743164,2.5358200073242188,2.4940967559814453,2.852916717529297,2.3453235626220703,2.2737979888916016,2.257108688354492,1.695871353149414,2.225637435913086,21.94809913635254,21.796464920043945,21.536588668823242,21.68869972229004,21.942138671875,21.82483673095703,21.927833557128906,21.93593978881836,21.555423736572266,21.536588668823242 +50000,1000,cpu,homo,False,True,False,2.7451515197753906,2.3946762084960938,2.6187896728515625,2.9726028442382812,2.3391246795654297,1.771688461303711,2.3276805877685547,2.240896224975586,2.309560775756836,2.149343490600586,21.427631378173828,21.570682525634766,21.67367935180664,21.516799926757812,21.382808685302734,21.41857147216797,21.574735641479492,21.518707275390625,21.335601806640625,21.327972412109375 +50000,1000,cpu,homo,True,False,True,2.9306411743164062,2.834320068359375,2.9494762420654297,2.455472946166992,2.5327205657958984,2.505779266357422,2.4111270904541016,2.1076202392578125,2.149343490600586,2.104520797729492,18.264055252075195,18.29218864440918,18.400907516479492,18.439292907714844,18.34893226623535,18.330812454223633,18.568038940429688,18.4633731842041,18.4173583984375,18.42522621154785 +50000,1000,cpu,homo,True,False,False,3.2536983489990234,3.2761096954345703,2.902507781982422,2.7539730072021484,2.7284622192382812,2.808094024658203,2.4750232696533203,2.351999282836914,2.4499893188476562,2.3484230041503906,17.937183380126953,18.167495727539062,18.0356502532959,18.059253692626953,17.954111099243164,18.131494522094727,18.01466941833496,18.200397491455078,17.858505249023438,17.853736877441406 +50000,1000,cpu,homo,False,False,True,3.6029815673828125,3.2525062561035156,4.77290153503418,4.537105560302734,4.827976226806641,4.784345626831055,4.540920257568359,4.413366317749023,4.5757293701171875,4.372119903564453,17.57335662841797,17.670631408691406,17.74287223815918,17.70615577697754,17.578601837158203,17.658710479736328,17.69852638244629,17.670154571533203,17.60554313659668,17.63772964477539 +50000,1000,cpu,homo,False,False,False,4.288673400878906,2.999544143676758,4.996776580810547,4.436731338500977,4.456520080566406,3.3991336822509766,4.540920257568359,3.7517547607421875,3.658771514892578,4.487514495849609,17.531871795654297,17.59791374206543,17.461776733398438,17.344236373901367,17.4713134765625,17.439603805541992,17.582178115844727,17.5173282623291,17.43602752685547,17.316579818725586 +50000,1000,cpu,uniform,True,True,True,23.166894912719727,22.040605545043945,21.188735961914062,13.709306716918945,9.68170166015625,7.1964263916015625,13.71145248413086,9.562969207763672,8.302450180053711,8.788347244262695,36.15093231201172,36.14950180053711,36.38124465942383,36.07296943664551,36.081790924072266,36.23557090759277,36.257028579711914,36.226749420166016,36.24439239501953,36.34929656982422 +50000,1000,cpu,uniform,True,True,False,16.43228530883789,24.570941925048828,21.34537696838379,13.906240463256836,15.202522277832031,14.309883117675781,10.098934173583984,22.188663482666016,26.810646057128906,21.961450576782227,35.85553169250488,35.950660705566406,36.12184524536133,36.131858825683594,36.347389221191406,35.78543663024902,35.87961196899414,36.18311882019043,35.95328330993652,36.21244430541992 +50000,1000,cpu,uniform,False,True,True,3.6716461181640625,2.3567676544189453,2.648591995239258,2.403736114501953,2.3915767669677734,2.3031234741210938,3.5810470581054688,2.0453929901123047,2.1431446075439453,1.8908977508544922,36.92483901977539,37.38832473754883,37.312984466552734,36.75413131713867,36.90028190612793,37.11247444152832,37.39595413208008,36.93509101867676,36.64231300354004,36.7276668548584 +50000,1000,cpu,uniform,False,True,False,3.3202171325683594,4.310369491577148,2.6559829711914062,3.3190250396728516,2.4871826171875,3.0853748321533203,3.371000289916992,3.4220218658447266,2.582550048828125,2.566814422607422,36.59677505493164,36.13471984863281,36.29350662231445,36.065101623535156,36.186933517456055,38.102149963378906,35.99214553833008,35.920143127441406,35.99262237548828,35.8583927154541 +50000,1000,cpu,uniform,True,False,True,3.358602523803711,2.7632713317871094,2.7742385864257812,2.5472640991210938,2.745389938354492,2.257108688354492,2.3963451385498047,2.161741256713867,2.3276805877685547,2.1178722381591797,31.74757957458496,31.920671463012695,31.615018844604492,31.99481964111328,32.238006591796875,31.97765350341797,31.695842742919922,31.44693374633789,31.586170196533203,31.714677810668945 +50000,1000,cpu,uniform,True,False,False,3.28826904296875,2.9592514038085938,3.077983856201172,2.5424957275390625,2.633810043334961,2.4993419647216797,2.642393112182617,2.2559165954589844,2.3102760314941406,2.376079559326172,32.77873992919922,32.37438201904297,32.257080078125,32.179832458496094,32.054901123046875,32.164812088012695,32.55915641784668,32.03606605529785,31.83579444885254,31.504154205322266 +50000,1000,cpu,uniform,False,False,True,3.5293102264404297,5.234718322753906,3.7381649017333984,5.705833435058594,4.61888313293457,5.609035491943359,5.720615386962891,5.087375640869141,5.799770355224609,5.925893783569336,31.475543975830078,31.527996063232422,38.70344161987305,31.382322311401367,31.2497615814209,53.51662635803223,31.77165985107422,50.13585090637207,32.08613395690918,32.04512596130371 +50000,1000,cpu,uniform,False,False,False,5.847692489624023,3.9110183715820312,4.229545593261719,4.237890243530273,5.726814270019531,4.096508026123047,4.858970642089844,4.87065315246582,4.18543815612793,4.065513610839844,31.690597534179688,31.492948532104492,31.481027603149414,31.335115432739258,49.37171936035156,49.29637908935547,32.32121467590332,31.26239776611328,31.116962432861328,31.417131423950195 +50000,1000,cpu,normal,True,True,True,57.26337432861328,43.59126091003418,48.15530776977539,49.79109764099121,42.47903823852539,50.7359504699707,43.56241226196289,45.32289505004883,45.38869857788086,43.56217384338379,66.48945808410645,66.53428077697754,66.40934944152832,66.62225723266602,66.45679473876953,66.73479080200195,67.16370582580566,66.82634353637695,66.57290458679199,66.65515899658203 +50000,1000,cpu,normal,True,True,False,52.10375785827637,30.164241790771484,53.176164627075195,36.61227226257324,45.88961601257324,50.91214179992676,60.094594955444336,44.718027114868164,25.12073516845703,42.55247116088867,67.18754768371582,67.19374656677246,67.00253486633301,67.26813316345215,67.86990165710449,67.23237037658691,67.77358055114746,67.51751899719238,67.48175621032715,67.48104095458984 +50000,1000,cpu,normal,False,True,True,7.230043411254883,6.672143936157227,6.112098693847656,6.575107574462891,6.486177444458008,5.488872528076172,6.231784820556641,4.648923873901367,4.286289215087891,4.589080810546875,66.74480438232422,67.07334518432617,66.8635368347168,67.17276573181152,67.43860244750977,67.51585006713867,67.37899780273438,67.23952293395996,66.97750091552734,67.7938461303711 +50000,1000,cpu,normal,False,True,False,5.73420524597168,4.729986190795898,5.113124847412109,4.131078720092773,4.0950775146484375,4.047393798828125,4.757404327392578,3.9968490600585938,4.062414169311523,3.9491653442382812,67.66390800476074,67.26884841918945,67.70634651184082,67.72255897521973,67.57855415344238,67.78287887573242,67.59095191955566,68.03727149963379,68.11285018920898,67.84558296203613 +50000,1000,cpu,normal,True,False,True,3.2792091369628906,2.7396678924560547,2.824544906616211,2.7923583984375,2.717733383178711,2.4123191833496094,2.412557601928711,2.482175827026367,2.3529529571533203,2.226114273071289,64.01348114013672,64.29481506347656,64.15772438049316,65.23847579956055,64.64409828186035,64.59236145019531,64.15104866027832,64.77952003479004,64.44358825683594,64.63861465454102 +50000,1000,cpu,normal,True,False,False,3.1595230102539062,2.580404281616211,2.601146697998047,2.5196075439453125,2.5420188903808594,2.2134780883789062,2.251863479614258,2.3758411407470703,2.187490463256836,2.1064281463623047,63.77267837524414,64.10598754882812,64.1474723815918,64.26167488098145,63.75837326049805,63.977718353271484,64.14365768432617,64.6359920501709,64.65339660644531,64.41140174865723 +50000,1000,cpu,normal,False,False,True,8.742570877075195,13.610601425170898,11.841535568237305,12.372493743896484,9.524822235107422,13.188362121582031,12.622833251953125,13.952016830444336,11.200189590454102,11.509895324707031,64.29767608642578,64.35751914978027,64.8658275604248,64.47482109069824,64.4981861114502,64.64529037475586,65.54985046386719,65.09971618652344,64.94927406311035,64.71538543701172 +50000,1000,cpu,normal,False,False,False,8.611440658569336,8.682489395141602,8.699417114257812,8.810281753540039,11.109590530395508,13.623476028442383,12.064933776855469,9.248495101928711,12.361526489257812,9.359359741210938,64.77761268615723,64.70799446105957,64.88990783691406,64.76926803588867,65.10710716247559,65.29736518859863,65.07182121276855,64.92424011230469,65.31143188476562,64.57018852233887 +50000,2500,cpu,homo,True,True,True,15.400886535644531,14.996528625488281,17.68326759338379,18.91613006591797,22.04275131225586,18.584251403808594,19.251346588134766,19.62733268737793,16.551733016967773,18.27239990234375,53.034305572509766,52.23488807678223,52.957773208618164,53.47013473510742,53.1458854675293,52.99496650695801,53.143978118896484,52.94203758239746,52.69289016723633,52.779436111450195 +50000,2500,cpu,homo,True,True,False,19.50550079345703,19.786596298217773,20.317792892456055,20.672082901000977,20.073413848876953,21.50869369506836,21.544694900512695,15.64478874206543,20.19953727722168,21.92544937133789,54.21733856201172,54.22472953796387,54.21853065490723,53.96008491516113,53.897857666015625,54.03280258178711,53.51758003234863,53.69997024536133,53.57766151428223,53.03478240966797 +50000,2500,cpu,homo,False,True,True,4.075050354003906,5.5999755859375,4.337072372436523,5.347251892089844,5.179405212402344,3.5886764526367188,3.645658493041992,3.8118362426757812,3.9412975311279297,2.5529861450195312,54.06808853149414,54.05759811401367,54.59117889404297,54.28957939147949,54.15773391723633,54.31008338928223,54.268836975097656,53.848981857299805,54.08787727355957,53.878068923950195 +50000,2500,cpu,homo,False,True,False,5.264043807983398,3.7927627563476562,3.700733184814453,3.7457942962646484,3.324747085571289,3.3979415893554688,3.5228729248046875,3.4079551696777344,2.9227733612060547,3.7965774536132812,53.36260795593262,53.43770980834961,53.4055233001709,54.03423309326172,53.22003364562988,53.464412689208984,53.36451530456543,53.93099784851074,53.81584167480469,53.975582122802734 +50000,2500,cpu,homo,True,False,True,4.114866256713867,3.6766529083251953,3.4613609313964844,3.5364627838134766,3.257274627685547,3.1478404998779297,3.262042999267578,3.1080245971679688,3.233194351196289,3.0291080474853516,44.76284980773926,44.561147689819336,44.45314407348633,44.14772987365723,44.04878616333008,44.569969177246094,44.397830963134766,44.33941841125488,44.605255126953125,44.374942779541016 +50000,2500,cpu,homo,True,False,False,4.302263259887695,3.8831233978271484,3.5767555236816406,3.7386417388916016,3.4983158111572266,3.2050609588623047,3.318309783935547,3.259897232055664,3.1592845916748047,3.2591819763183594,44.64864730834961,44.48294639587402,44.45624351501465,44.08454895019531,44.53396797180176,44.754981994628906,44.120073318481445,44.02565956115723,44.04044151306152,44.19064521789551 +50000,2500,cpu,homo,False,False,True,4.0225982666015625,4.317283630371094,4.711151123046875,5.563259124755859,4.6520233154296875,5.159854888916016,4.924774169921875,5.875110626220703,6.486177444458008,6.020069122314453,43.85113716125488,43.96247863769531,43.56980323791504,43.81752014160156,43.866872787475586,43.9000129699707,44.078826904296875,44.249534606933594,44.41356658935547,44.14224624633789 +50000,2500,cpu,homo,False,False,False,4.60505485534668,4.976987838745117,6.314992904663086,6.253242492675781,5.853891372680664,5.903720855712891,4.758119583129883,5.981922149658203,5.285978317260742,5.538463592529297,43.14541816711426,43.540000915527344,43.3499813079834,42.830705642700195,43.59865188598633,43.73502731323242,43.433189392089844,43.8237190246582,43.721675872802734,43.878793716430664 +50000,2500,cpu,uniform,True,True,True,16.455411911010742,19.521713256835938,18.270492553710938,22.355318069458008,22.052526473999023,21.718978881835938,24.186134338378906,15.529632568359375,20.857810974121094,17.3337459564209,89.20478820800781,89.29300308227539,89.33568000793457,89.9345874786377,89.77794647216797,89.79606628417969,90.26360511779785,89.94412422180176,89.74313735961914,89.76912498474121 +50000,2500,cpu,uniform,True,True,False,17.216205596923828,22.91250228881836,18.729686737060547,12.78066635131836,10.395050048828125,12.290716171264648,23.339033126831055,23.041963577270508,22.51911163330078,16.752243041992188,90.20304679870605,90.00825881958008,90.17300605773926,90.05045890808105,89.9193286895752,89.56456184387207,89.42222595214844,89.43009376525879,89.76364135742188,89.57576751708984 +50000,2500,cpu,uniform,False,True,True,4.717111587524414,4.764795303344727,4.104375839233398,3.3020973205566406,3.9834976196289062,3.3478736877441406,3.036975860595703,3.0231475830078125,3.6237239837646484,4.018306732177734,90.3010368347168,89.82968330383301,89.82348442077637,90.4545783996582,90.42501449584961,90.27528762817383,91.24755859375,91.68338775634766,91.5069580078125,90.59810638427734 +50000,2500,cpu,uniform,False,True,False,5.306005477905273,3.5479068756103516,3.763914108276367,3.365039825439453,4.2514801025390625,3.0722618103027344,3.190279006958008,3.9708614349365234,2.9871463775634766,4.415035247802734,91.08662605285645,90.03400802612305,91.16196632385254,90.40212631225586,90.73901176452637,90.18230438232422,89.29300308227539,89.52808380126953,89.31493759155273,89.24579620361328 +50000,2500,cpu,uniform,True,False,True,3.654003143310547,3.7984848022460938,3.3359527587890625,3.317594528198242,3.331422805786133,3.161907196044922,3.0167102813720703,2.989053726196289,3.1023025512695312,3.0095577239990234,79.0703296661377,79.08773422241211,78.69744300842285,78.71723175048828,77.92282104492188,78.34911346435547,77.41808891296387,77.5151252746582,78.2768726348877,78.7346363067627 +50000,2500,cpu,uniform,True,False,False,4.015684127807617,4.001379013061523,3.5104751586914062,3.5486221313476562,3.5843849182128906,3.281116485595703,3.0670166015625,2.962350845336914,3.0786991119384766,3.0493736267089844,79.7731876373291,79.31923866271973,79.05983924865723,78.70721817016602,79.01358604431152,78.8733959197998,79.0717601776123,78.74059677124023,79.11920547485352,79.3602466583252 +50000,2500,cpu,uniform,False,False,True,5.291938781738281,5.604028701782227,5.649328231811523,8.270025253295898,7.369756698608398,6.26826286315918,6.244897842407227,6.779909133911133,5.980014801025391,7.325887680053711,96.2362289428711,77.76379585266113,77.47387886047363,78.25422286987305,78.9036750793457,78.71222496032715,79.10275459289551,78.63235473632812,78.88603210449219,78.7498950958252 +50000,2500,cpu,uniform,False,False,False,5.977153778076172,6.356716156005859,5.460500717163086,6.1550140380859375,6.247758865356445,6.146907806396484,6.098508834838867,5.924701690673828,5.832672119140625,5.751848220825195,77.12244987487793,77.82888412475586,77.12817192077637,77.31795310974121,78.15790176391602,78.89413833618164,77.82554626464844,77.09074020385742,77.29077339172363,77.3019790649414 +50000,2500,cpu,normal,True,True,True,47.26433753967285,49.40032958984375,44.25239562988281,51.48625373840332,44.26717758178711,45.91012001037598,30.369281768798828,25.655031204223633,51.94520950317383,36.05771064758301,166.96834564208984,167.36316680908203,166.9166088104248,165.90213775634766,166.0788059234619,164.8850440979004,166.63432121276855,167.06442832946777,166.27764701843262,165.5876636505127 +50000,2500,cpu,normal,True,True,False,45.12333869934082,44.33846473693848,47.76287078857422,44.367313385009766,46.62156105041504,44.79408264160156,44.826507568359375,50.15397071838379,41.27359390258789,40.53664207458496,170.2566146850586,168.9920425415039,168.1978702545166,169.13843154907227,169.80385780334473,171.27609252929688,170.6242561340332,169.1305637359619,169.20948028564453,169.04425621032715 +50000,2500,cpu,normal,False,True,True,10.166168212890625,10.674238204956055,10.658502578735352,10.18977165222168,10.620355606079102,10.087728500366211,10.350942611694336,10.559320449829102,10.316848754882812,11.410713195800781,167.92774200439453,221.75121307373047,167.41609573364258,165.7431125640869,166.40734672546387,167.7389144897461,167.4811840057373,168.1661605834961,195.12939453125,165.91238975524902 +50000,2500,cpu,normal,False,True,False,9.682178497314453,10.372400283813477,10.04481315612793,11.45482063293457,12.205839157104492,12.44044303894043,9.983539581298828,10.159730911254883,10.350704193115234,10.219812393188477,166.7468547821045,167.95063018798828,169.35205459594727,167.64116287231445,166.46051406860352,166.28122329711914,166.36991500854492,167.85597801208496,168.5929298400879,167.05846786499023 +50000,2500,cpu,normal,True,False,True,4.719257354736328,4.296064376831055,4.187345504760742,3.7469863891601562,3.7789344787597656,3.9131641387939453,3.517627716064453,3.6563873291015625,3.4322738647460938,3.548860549926758,163.4676456451416,160.71462631225586,159.8339080810547,159.24835205078125,159.35182571411133,160.28690338134766,161.3764762878418,158.97870063781738,160.39514541625977,159.0559482574463 +50000,2500,cpu,normal,True,False,False,4.4498443603515625,4.190206527709961,5.128622055053711,3.9293766021728516,3.6649703979492188,3.6983489990234375,3.767728805541992,3.4558773040771484,3.320455551147461,3.3898353576660156,161.4227294921875,161.56864166259766,162.48726844787598,162.3067855834961,161.6535186767578,160.77518463134766,161.09085083007812,161.42630577087402,161.21625900268555,162.0955467224121 +50000,2500,cpu,normal,False,False,True,12.427806854248047,12.499570846557617,11.486291885375977,11.7645263671875,10.985374450683594,13.800859451293945,12.416601181030273,14.457464218139648,11.616706848144531,12.818336486816406,160.94374656677246,160.75611114501953,160.4483127593994,161.14473342895508,179.4142723083496,161.8514060974121,161.26632690429688,160.36319732666016,160.71319580078125,161.35644912719727 +50000,2500,cpu,normal,False,False,False,13.178348541259766,12.47859001159668,13.810157775878906,11.52658462524414,16.48879051208496,13.384819030761719,13.624429702758789,13.06009292602539,18.262386322021484,13.504743576049805,162.75405883789062,162.92214393615723,161.5886688232422,161.46421432495117,160.95638275146484,161.5731716156006,161.8638038635254,162.6260280609131,162.03975677490234,161.1614227294922 +50000,5000,cpu,homo,True,True,True,23.34737777709961,19.390583038330078,22.975683212280273,18.56374740600586,20.30158042907715,19.575119018554688,18.766403198242188,21.09074592590332,13.43846321105957,19.246816635131836,106.25934600830078,105.98373413085938,105.16571998596191,105.86118698120117,104.99000549316406,105.44371604919434,104.70271110534668,106.48775100708008,106.02331161499023,106.33420944213867 +50000,5000,cpu,homo,True,True,False,20.998239517211914,19.21868324279785,21.238088607788086,17.617464065551758,22.63641357421875,25.966644287109375,21.406888961791992,23.85735511779785,22.332429885864258,24.751663208007812,107.64813423156738,107.03349113464355,106.91237449645996,106.2932014465332,106.16445541381836,106.37640953063965,106.61053657531738,106.68063163757324,107.44786262512207,107.71346092224121 +50000,5000,cpu,homo,False,True,True,6.223201751708984,6.662845611572266,4.817962646484375,4.807949066162109,5.949258804321289,4.634380340576172,4.369020462036133,4.45866584777832,5.073070526123047,4.406452178955078,103.96766662597656,104.72631454467773,104.0806770324707,105.00335693359375,105.8499813079834,105.65733909606934,104.78878021240234,104.9811840057373,104.59280014038086,104.4926643371582 +50000,5000,cpu,homo,False,True,False,6.709814071655273,5.992650985717773,5.114316940307617,5.24139404296875,4.89497184753418,4.90260124206543,4.634618759155273,5.00941276550293,6.206274032592773,4.448652267456055,104.94351387023926,104.79235649108887,104.82358932495117,105.12852668762207,105.38172721862793,105.03244400024414,105.06033897399902,104.8886775970459,105.59201240539551,105.16548156738281 +50000,5000,cpu,homo,True,False,True,5.324363708496094,4.848003387451172,4.882097244262695,4.478931427001953,4.8065185546875,4.625558853149414,4.607200622558594,4.636526107788086,4.8427581787109375,4.700422286987305,88.18459510803223,88.07682991027832,88.03892135620117,88.6380672454834,88.60564231872559,88.42134475708008,89.36929702758789,88.4542465209961,88.06324005126953,88.17458152770996 +50000,5000,cpu,homo,True,False,False,4.901885986328125,4.9686431884765625,4.543542861938477,4.547119140625,4.49824333190918,4.55164909362793,4.601716995239258,4.511356353759766,4.8923492431640625,4.682064056396484,88.5610580444336,88.69147300720215,88.44208717346191,88.2258415222168,88.54126930236816,88.26661109924316,88.46926689147949,88.63449096679688,88.4850025177002,88.69099617004395 +50000,5000,cpu,homo,False,False,True,6.539106369018555,6.303310394287109,5.668401718139648,7.880926132202148,6.165742874145508,6.853342056274414,7.113456726074219,5.942821502685547,7.691621780395508,6.552457809448242,87.24498748779297,87.29147911071777,86.97080612182617,87.43715286254883,87.77308464050293,87.54396438598633,87.70513534545898,87.7680778503418,88.47856521606445,88.07492256164551 +50000,5000,cpu,homo,False,False,False,5.411863327026367,6.306171417236328,6.187200546264648,5.341768264770508,5.517721176147461,5.573511123657227,4.983425140380859,4.9896240234375,5.203008651733398,5.474328994750977,87.15295791625977,87.36824989318848,87.12387084960938,86.59672737121582,87.2037410736084,87.83340454101562,87.1419906616211,87.4333381652832,87.2037410736084,87.13245391845703 +50000,5000,cpu,uniform,True,True,True,18.5396671295166,23.893356323242188,18.931150436401367,23.18859100341797,21.004676818847656,19.35887336730957,13.92817497253418,21.623611450195312,14.680862426757812,15.499591827392578,179.72970008850098,179.22663688659668,181.04910850524902,180.30905723571777,178.6644458770752,178.86638641357422,179.63624000549316,179.96478080749512,180.51981925964355,179.4905662536621 +50000,5000,cpu,uniform,True,True,False,21.486759185791016,24.88088607788086,19.805431365966797,21.427154541015625,17.567157745361328,19.305944442749023,30.39717674255371,23.60367774963379,22.895336151123047,27.751445770263672,180.94849586486816,180.51600456237793,181.72574043273926,181.21004104614258,179.3663501739502,180.1917552947998,180.91726303100586,181.31208419799805,226.98473930358887,179.69894409179688 +50000,5000,cpu,uniform,False,True,True,7.317781448364258,6.190776824951172,6.322383880615234,5.867481231689453,6.192684173583984,7.660150527954102,5.686521530151367,6.653785705566406,5.631208419799805,6.552934646606445,178.15899848937988,176.63311958312988,178.5871982574463,179.90517616271973,178.90048027038574,177.90746688842773,178.46989631652832,178.56192588806152,179.33273315429688,179.57305908203125 +50000,5000,cpu,uniform,False,True,False,7.344961166381836,9.732246398925781,7.67970085144043,6.693363189697266,6.333112716674805,6.391048431396484,5.851268768310547,5.708456039428711,6.30640983581543,6.525516510009766,178.36451530456543,177.8409481048584,176.8627166748047,176.8798828125,177.49786376953125,204.84614372253418,177.92534828186035,177.168607711792,177.0024299621582,177.16431617736816 +50000,5000,cpu,uniform,True,False,True,4.800081253051758,4.73332405090332,4.464387893676758,4.4574737548828125,4.380226135253906,4.439115524291992,4.427671432495117,4.45556640625,4.402399063110352,4.268884658813477,155.96795082092285,156.294584274292,157.47547149658203,156.27551078796387,155.44939041137695,155.60531616210938,155.71880340576172,156.358003616333,158.29920768737793,156.47149085998535 +50000,5000,cpu,uniform,True,False,False,5.196094512939453,4.670858383178711,4.514932632446289,4.300832748413086,4.334926605224609,4.3239593505859375,4.475116729736328,4.638910293579102,4.518032073974609,4.562854766845703,156.30626678466797,154.92773056030273,155.47823905944824,155.63273429870605,156.05545043945312,156.7978858947754,157.11641311645508,156.4805507659912,156.21161460876465,155.1988124847412 +50000,5000,cpu,uniform,False,False,True,6.298542022705078,5.832433700561523,7.083892822265625,7.138252258300781,5.92803955078125,5.670070648193359,5.646467208862305,5.6095123291015625,6.842613220214844,5.933284759521484,155.14850616455078,156.18300437927246,157.06682205200195,157.4084758758545,155.75504302978516,156.8000316619873,155.61556816101074,156.30483627319336,156.12077713012695,156.6770076751709 +50000,5000,cpu,uniform,False,False,False,8.322715759277344,6.245613098144531,7.025957107543945,5.6304931640625,6.773233413696289,6.652355194091797,6.306171417236328,6.417989730834961,5.676031112670898,6.859302520751953,155.6870937347412,156.52751922607422,154.28709983825684,153.61309051513672,152.50492095947266,153.45239639282227,154.09064292907715,155.95102310180664,155.4398536682129,153.8074016571045 +50000,5000,cpu,normal,True,True,True,58.151960372924805,59.4029426574707,55.29332160949707,47.959089279174805,39.41082954406738,48.464298248291016,50.908803939819336,45.77016830444336,48.13408851623535,44.854164123535156,334.5375061035156,332.6435089111328,333.71472358703613,335.0241184234619,331.9880962371826,330.8563232421875,332.89051055908203,330.4426670074463,331.2878608703613,335.2985382080078 +50000,5000,cpu,normal,True,True,False,50.605058670043945,52.34193801879883,45.953989028930664,47.673940658569336,49.88408088684082,49.59559440612793,52.35743522644043,44.98481750488281,46.24629020690918,45.24540901184082,339.64085578918457,339.8308753967285,338.53602409362793,340.36850929260254,340.68965911865234,338.1493091583252,341.4325714111328,341.7506217956543,338.12522888183594,341.67933464050293 +50000,5000,cpu,normal,False,True,True,20.610332489013672,20.139455795288086,20.16592025756836,22.488832473754883,20.743131637573242,20.169496536254883,20.124435424804688,20.4164981842041,21.165847778320312,20.790815353393555,333.8127136230469,331.20274543762207,369.54236030578613,334.0461254119873,330.80554008483887,333.33611488342285,332.5798511505127,332.14473724365234,333.1160545349121,333.9393138885498 +50000,5000,cpu,normal,False,True,False,20.561695098876953,20.78533172607422,20.41935920715332,19.80733871459961,19.884586334228516,21.250009536743164,21.39139175415039,21.370887756347656,21.735429763793945,20.448684692382812,335.85286140441895,336.8818759918213,336.6525173187256,336.179256439209,337.40830421447754,342.5321578979492,334.6993923187256,335.85262298583984,335.85381507873535,335.3440761566162 +50000,5000,cpu,normal,True,False,True,5.477428436279297,5.488395690917969,5.282163619995117,5.233526229858398,5.42449951171875,5.344867706298828,5.20014762878418,5.179166793823242,5.41377067565918,5.206108093261719,321.2285041809082,324.54562187194824,321.73824310302734,322.1778869628906,324.21016693115234,322.67284393310547,320.66822052001953,325.19030570983887,321.9587802886963,318.99285316467285 +50000,5000,cpu,normal,True,False,False,6.336212158203125,5.342721939086914,5.441904067993164,5.582332611083984,5.248069763183594,5.234956741333008,5.388975143432617,5.324363708496094,5.392789840698242,5.293607711791992,319.42296028137207,321.04015350341797,321.08283042907715,318.1922435760498,321.0926055908203,322.19886779785156,320.4464912414551,322.12328910827637,323.20499420166016,318.89796257019043 +50000,5000,cpu,normal,False,False,True,10.780096054077148,9.922266006469727,12.367010116577148,12.396574020385742,12.353658676147461,14.627218246459961,12.414932250976562,12.799263000488281,16.248226165771484,15.57469367980957,321.59972190856934,322.2079277038574,322.5581645965576,321.3837146759033,322.7269649505615,323.3973979949951,322.5212097167969,355.18741607666016,320.328950881958,317.30151176452637 +50000,5000,cpu,normal,False,False,False,11.54637336730957,14.738082885742188,11.164665222167969,12.382984161376953,11.544466018676758,10.691404342651367,11.240005493164062,10.875225067138672,11.842966079711914,10.699033737182617,323.44532012939453,325.09708404541016,322.48401641845703,322.80445098876953,354.0055751800537,319.9305534362793,320.24431228637695,323.35519790649414,321.7458724975586,319.47922706604004 +50000,10000,cpu,homo,True,True,True,8.920907974243164,10.002374649047852,8.974552154541016,9.404420852661133,8.894920349121094,10.27989387512207,10.611534118652344,9.453773498535156,9.377002716064453,8.949995040893555,213.42778205871582,213.01770210266113,211.1806869506836,210.91604232788086,211.62891387939453,212.27598190307617,211.91143989562988,210.07323265075684,211.46702766418457,211.58385276794434 +50000,10000,cpu,homo,True,True,False,10.308027267456055,9.335517883300781,9.65118408203125,9.528398513793945,9.740352630615234,11.058807373046875,9.307146072387695,9.540081024169922,9.502887725830078,9.447813034057617,214.64872360229492,215.91424942016602,215.08502960205078,215.2724266052246,214.69783782958984,214.55121040344238,215.73209762573242,216.29047393798828,215.1951789855957,214.76197242736816 +50000,10000,cpu,homo,False,True,True,9.34290885925293,9.438753128051758,9.901762008666992,9.879827499389648,10.570049285888672,9.365320205688477,11.311531066894531,9.294271469116211,11.361360549926758,14.142274856567383,209.91134643554688,210.26182174682617,212.19944953918457,210.61968803405762,210.18147468566895,211.04860305786133,212.06903457641602,211.84754371643066,210.10971069335938,209.91969108581543 +50000,10000,cpu,homo,False,True,False,10.91909408569336,9.060144424438477,10.626792907714844,9.648799896240234,9.077310562133789,9.916067123413086,10.884761810302734,9.776592254638672,9.690999984741211,9.121417999267578,214.2486572265625,214.61987495422363,211.42935752868652,212.27359771728516,211.56716346740723,214.10751342773438,212.99028396606445,211.05718612670898,211.16042137145996,211.53926849365234 +50000,10000,cpu,homo,True,False,True,6.629467010498047,6.740331649780273,7.189512252807617,6.86192512512207,6.835460662841797,6.630897521972656,6.895542144775391,6.839275360107422,6.991386413574219,7.045507431030273,176.8341064453125,178.1291961669922,176.0110855102539,175.79293251037598,176.5890121459961,176.86724662780762,177.62088775634766,176.7129898071289,175.7066249847412,175.43482780456543 +50000,10000,cpu,homo,True,False,False,6.627559661865234,6.452798843383789,6.4449310302734375,6.680727005004883,7.072925567626953,6.531715393066406,6.609201431274414,6.88624382019043,6.689786911010742,6.792306900024414,174.1321086883545,174.05271530151367,176.22709274291992,176.70917510986328,173.4638214111328,173.41923713684082,174.58248138427734,173.62499237060547,175.2946376800537,175.37403106689453 +50000,10000,cpu,homo,False,False,True,5.146026611328125,5.41234016418457,5.882501602172852,5.467414855957031,4.14729118347168,4.16874885559082,3.5271644592285156,3.8652420043945312,3.8580894470214844,3.6458969116210938,175.4896640777588,174.67546463012695,174.32069778442383,175.06980895996094,176.14459991455078,175.82225799560547,175.71210861206055,174.71957206726074,174.93963241577148,175.49777030944824 +50000,10000,cpu,homo,False,False,False,4.698276519775391,4.179716110229492,3.9861202239990234,3.9491653442382812,3.5982131958007812,3.5734176635742188,3.6106109619140625,3.4575462341308594,3.7147998809814453,3.7081241607666016,174.93963241577148,176.02872848510742,175.16350746154785,174.9267578125,173.57134819030762,174.75032806396484,175.74119567871094,176.7263412475586,175.8103370666504,174.84307289123535 +50000,10000,cpu,uniform,True,True,True,11.794328689575195,11.554241180419922,11.208057403564453,11.705398559570312,12.015819549560547,12.218952178955078,11.232376098632812,11.512279510498047,11.527776718139648,11.875391006469727,357.938289642334,360.3811264038086,357.93089866638184,358.34598541259766,358.63351821899414,357.14077949523926,359.4479560852051,359.3008518218994,357.58447647094727,359.15422439575195 +50000,10000,cpu,uniform,True,True,False,12.073993682861328,11.57689094543457,11.920452117919922,12.103796005249023,12.224197387695312,11.823415756225586,11.805534362792969,12.906551361083984,11.538505554199219,11.966228485107422,361.75036430358887,358.93750190734863,358.25228691101074,358.3536148071289,359.3440055847168,385.00356674194336,359.9083423614502,359.85374450683594,363.8172149658203,359.452486038208 +50000,10000,cpu,uniform,False,True,True,11.632919311523438,12.44974136352539,13.475894927978516,12.845277786254883,11.628389358520508,11.307716369628906,12.115478515625,11.77358627319336,11.539697647094727,11.62266731262207,357.3946952819824,360.03637313842773,356.46605491638184,359.2970371246338,359.4777584075928,356.4484119415283,359.3595027923584,360.4247570037842,357.0821285247803,360.0773811340332 +50000,10000,cpu,uniform,False,True,False,11.610031127929688,11.859416961669922,12.233257293701172,11.460065841674805,11.536598205566406,11.743307113647461,11.732101440429688,12.030839920043945,12.73655891418457,12.500286102294922,360.7933521270752,357.45906829833984,359.1122627258301,356.51612281799316,357.10787773132324,359.2267036437988,357.7232360839844,355.2672863006592,357.0120334625244,356.25529289245605 +50000,10000,cpu,uniform,True,False,True,6.367683410644531,6.234169006347656,6.003856658935547,6.617069244384766,6.268978118896484,6.248235702514648,6.269931793212891,6.8416595458984375,6.392955780029297,6.3190460205078125,312.117338180542,313.57336044311523,313.36331367492676,311.62381172180176,311.6750717163086,313.9681816101074,312.6401901245117,311.8100166320801,314.4378662109375,312.347412109375 +50000,10000,cpu,uniform,True,False,False,6.403684616088867,6.35528564453125,6.273031234741211,6.221771240234375,6.397724151611328,6.424427032470703,6.397485733032227,6.40416145324707,6.42848014831543,6.44993782043457,311.89703941345215,311.0041618347168,310.9395503997803,313.34805488586426,346.160888671875,311.4185333251953,313.04073333740234,311.4309310913086,310.15491485595703,312.8621578216553 +50000,10000,cpu,uniform,False,False,True,5.914926528930664,4.58073616027832,4.416704177856445,4.222631454467773,4.123687744140625,3.5202503204345703,3.330230712890625,3.701448440551758,3.752470016479492,3.489971160888672,312.31141090393066,310.89019775390625,311.30385398864746,311.73157691955566,312.61324882507324,310.61530113220215,311.01465225219727,313.63964080810547,311.8925094604492,310.2908134460449 +50000,10000,cpu,uniform,False,False,False,4.998445510864258,5.012750625610352,4.378557205200195,4.651069641113281,4.048585891723633,3.910541534423828,3.786802291870117,3.492593765258789,3.4027099609375,3.6211013793945312,311.1100196838379,311.9845390319824,311.3682270050049,333.92858505249023,314.4874572753906,311.65313720703125,308.8691234588623,312.3173713684082,311.3055229187012,308.8855743408203 +50000,10000,cpu,normal,True,True,True,42.72198677062988,42.154550552368164,41.977882385253906,41.94784164428711,43.48134994506836,41.88656806945801,41.82910919189453,43.363094329833984,42.80209541320801,42.27614402770996,664.9513244628906,662.8818511962891,665.942907333374,667.8411960601807,662.4157428741455,666.1627292633057,668.7426567077637,663.2359027862549,666.6562557220459,669.1217422485352 +50000,10000,cpu,normal,True,True,False,45.29833793640137,43.57409477233887,40.846824645996094,41.99862480163574,42.905569076538086,42.23179817199707,41.70513153076172,41.35298728942871,40.83704948425293,42.296648025512695,677.2143840789795,679.4333457946777,680.7794570922852,676.4483451843262,675.1174926757812,678.9872646331787,677.0467758178711,679.6708106994629,679.0523529052734,677.8056621551514 +50000,10000,cpu,normal,False,True,True,40.679216384887695,43.39265823364258,41.040897369384766,41.75281524658203,41.17417335510254,42.03200340270996,41.05353355407715,42.1295166015625,40.81320762634277,40.73762893676758,665.621280670166,667.466402053833,688.3771419525146,684.8928928375244,665.743350982666,668.3111190795898,665.4114723205566,666.2702560424805,665.5044555664062,661.008358001709 +50000,10000,cpu,normal,False,True,False,40.07148742675781,40.81988334655762,41.12410545349121,40.778160095214844,40.776968002319336,40.014028549194336,40.86947441101074,40.239572525024414,40.0388240814209,40.51017761230469,704.0607929229736,677.2785186767578,675.3392219543457,676.2850284576416,674.4086742401123,675.3849983215332,678.4086227416992,677.2580146789551,675.5993366241455,678.1942844390869 +50000,10000,cpu,normal,True,False,True,8.610010147094727,9.031057357788086,8.490562438964844,8.568525314331055,8.598566055297852,8.6822509765625,8.679866790771484,8.704900741577148,8.306503295898438,8.629083633422852,645.4169750213623,652.3184776306152,642.4086093902588,640.3727531433105,646.2981700897217,643.9805030822754,645.2176570892334,646.0726261138916,642.8124904632568,647.5379467010498 +50000,10000,cpu,normal,True,False,False,8.539438247680664,8.927106857299805,8.709907531738281,8.76617431640625,8.51297378540039,9.232044219970703,8.667469024658203,8.375883102416992,8.906364440917969,8.809089660644531,644.2654132843018,646.7428207397461,641.2906646728516,646.7099189758301,645.7962989807129,644.2773342132568,645.5717086791992,643.8686847686768,644.9012756347656,646.230936050415 +50000,10000,cpu,normal,False,False,True,8.311748504638672,7.264614105224609,6.592988967895508,6.520748138427734,6.716012954711914,6.724357604980469,6.268739700317383,6.893157958984375,6.774663925170898,6.432771682739258,642.2984600067139,669.640302658081,639.6944522857666,640.8114433288574,636.3358497619629,640.0799751281738,686.3219738006592,643.6874866485596,667.5779819488525,682.279109954834 +50000,10000,cpu,normal,False,False,False,8.02755355834961,6.937980651855469,6.815910339355469,6.40416145324707,6.289958953857422,6.504297256469727,6.079435348510742,6.341695785522461,6.561279296875,6.579875946044922,646.8977928161621,644.9065208435059,664.0770435333252,647.0756530761719,645.714521408081,681.5056800842285,644.0131664276123,637.3987197875977,641.8139934539795,640.1698589324951 +50000,25000,cpu,homo,True,True,True,22.64118194580078,22.48215675354004,22.10092544555664,22.043943405151367,22.542953491210938,22.04155921936035,22.04608917236328,22.467851638793945,23.803234100341797,23.402690887451172,530.6301116943359,529.5281410217285,529.4864177703857,529.0734767913818,527.944803237915,529.0515422821045,527.8632640838623,529.0822982788086,528.3417701721191,530.9817790985107 +50000,25000,cpu,homo,True,True,False,24.563312530517578,23.536205291748047,23.224592208862305,23.689746856689453,23.91195297241211,23.714542388916016,23.630142211914062,23.181676864624023,24.322986602783203,23.385047912597656,535.8710289001465,539.7331714630127,536.7460250854492,540.2481555938721,536.1952781677246,537.7602577209473,537.3647212982178,537.6482009887695,537.7824306488037,536.557674407959 +50000,25000,cpu,homo,False,True,True,21.810531616210938,22.080183029174805,22.59206771850586,23.056745529174805,22.696256637573242,22.263526916503906,23.03028106689453,21.877288818359375,23.720502853393555,23.453474044799805,527.0154476165771,526.1766910552979,531.592845916748,525.8598327636719,527.9369354248047,525.6454944610596,527.0566940307617,526.7157554626465,528.7449359893799,522.9244232177734 +50000,25000,cpu,homo,False,True,False,22.768259048461914,23.293256759643555,23.912906646728516,26.457786560058594,23.71811866760254,22.742748260498047,23.49257469177246,25.50649642944336,23.55790138244629,22.825956344604492,538.7239456176758,535.7744693756104,536.8261337280273,536.6997718811035,534.8317623138428,536.1671447753906,534.3260765075684,535.639762878418,536.7946624755859,536.9179248809814 +50000,25000,cpu,homo,True,False,True,10.599613189697266,11.469602584838867,10.869503021240234,10.537385940551758,10.953903198242188,10.978221893310547,10.123729705810547,10.693073272705078,10.887384414672852,11.098146438598633,436.68675422668457,439.058780670166,436.6300106048584,439.5878314971924,435.18972396850586,439.7296905517578,438.9691352844238,439.2828941345215,439.39900398254395,436.992883682251 +50000,25000,cpu,homo,True,False,False,10.791778564453125,11.460542678833008,10.504484176635742,10.447978973388672,10.061979293823242,10.44321060180664,10.480403900146484,10.994672775268555,10.584354400634766,10.530233383178711,435.29820442199707,436.464786529541,436.5420341491699,435.305118560791,438.5221004486084,435.03618240356445,436.79094314575195,434.30137634277344,437.58463859558105,434.9801540374756 +50000,25000,cpu,homo,False,False,True,9.08517837524414,8.661270141601562,8.659601211547852,8.799552917480469,8.677482604980469,9.238004684448242,9.14621353149414,9.66787338256836,8.370637893676758,8.272886276245117,437.4737739562988,433.49146842956543,437.35313415527344,435.6386661529541,437.92009353637695,435.5435371398926,432.5220584869385,436.4142417907715,430.32002449035645,434.558629989624 +50000,25000,cpu,homo,False,False,False,9.755611419677734,8.692026138305664,8.758783340454102,8.970022201538086,8.958816528320312,9.873390197753906,8.828401565551758,8.276700973510742,9.302616119384766,8.977413177490234,434.3075752258301,438.2009506225586,433.7608814239502,434.9517822265625,434.07511711120605,437.9408359527588,436.7520809173584,434.126615524292,436.66791915893555,435.1847171783447 +50000,25000,cpu,uniform,True,True,True,28.063058853149414,27.965068817138672,28.27763557434082,27.679920196533203,28.09906005859375,28.409719467163086,27.834177017211914,28.53107452392578,29.416799545288086,28.350114822387695,898.9050388336182,900.1367092132568,897.6292610168457,918.6010360717773,918.1458950042725,894.5848941802979,896.493673324585,895.4806327819824,898.949384689331,935.4939460754395 +50000,25000,cpu,uniform,True,True,False,28.925657272338867,32.47499465942383,28.80549430847168,28.212785720825195,29.14285659790039,28.8236141204834,28.80263328552246,31.439781188964844,29.26039695739746,28.833866119384766,896.1367607116699,922.5869178771973,902.0776748657227,900.8500576019287,900.5842208862305,903.383731842041,900.9640216827393,895.4393863677979,899.3821144104004,900.221586227417 +50000,25000,cpu,uniform,False,True,True,28.823375701904297,29.83999252319336,28.086423873901367,28.055906295776367,27.949094772338867,27.50539779663086,27.961015701293945,28.01966667175293,27.83036231994629,28.542757034301758,891.5181159973145,891.7820453643799,890.4807567596436,891.531229019165,890.4361724853516,890.9735679626465,893.474817276001,894.2933082580566,894.902229309082,887.3186111450195 +50000,25000,cpu,uniform,False,True,False,29.11663055419922,29.131650924682617,28.64813804626465,28.729677200317383,28.672456741333008,28.27167510986328,28.706073760986328,28.728961944580078,28.146982192993164,28.944969177246094,896.8653678894043,899.3899822235107,898.3709812164307,897.7830410003662,899.6157646179199,901.1759757995605,899.6713161468506,900.4302024841309,899.1014957427979,901.7367362976074 +50000,25000,cpu,uniform,True,False,True,10.15782356262207,10.51187515258789,11.115312576293945,11.675357818603516,11.019229888916016,10.701894760131836,10.531902313232422,11.281967163085938,11.234760284423828,10.581254959106445,780.4696559906006,778.062105178833,777.0724296569824,777.9097557067871,778.2673835754395,779.0265083312988,779.2110443115234,779.7045707702637,776.5123844146729,778.6407470703125 +50000,25000,cpu,uniform,True,False,False,10.451793670654297,11.615514755249023,10.98179817199707,11.87276840209961,11.420726776123047,10.565757751464844,10.879993438720703,11.153459548950195,11.038780212402344,11.132240295410156,779.4826030731201,774.3744850158691,776.0319709777832,777.1148681640625,775.8710384368896,795.1850891113281,775.2673625946045,776.75461769104,776.1847972869873,776.6311168670654 +50000,25000,cpu,uniform,False,False,True,7.951021194458008,8.068084716796875,8.614778518676758,8.692741394042969,8.046627044677734,7.685184478759766,7.943630218505859,8.474349975585938,7.8220367431640625,8.24284553527832,780.411958694458,780.0686359405518,782.067060470581,801.1653423309326,778.9285182952881,778.1744003295898,777.6613235473633,780.9021472930908,779.5462608337402,777.4529457092285 +50000,25000,cpu,uniform,False,False,False,8.753776550292969,9.099721908569336,7.872343063354492,8.21542739868164,8.580684661865234,8.401870727539062,8.191823959350586,8.722305297851562,8.219480514526367,8.765220642089844,774.3039131164551,775.4378318786621,774.0416526794434,774.2993831634521,814.2123222351074,770.5693244934082,774.2559909820557,767.6618099212646,770.1711654663086,772.0816135406494 +50000,25000,cpu,normal,True,True,True,106.13155364990234,104.583740234375,106.4600944519043,105.10396957397461,103.44910621643066,103.15537452697754,102.20646858215332,103.70731353759766,103.96695137023926,103.26337814331055,1663.7709140777588,1658.4062576293945,1667.320728302002,1667.2089099884033,1665.2805805206299,1667.799949645996,1686.582088470459,1664.0920639038086,1669.1844463348389,1665.8146381378174 +50000,25000,cpu,normal,True,True,False,101.5322208404541,101.01532936096191,101.68766975402832,101.80926322937012,101.806640625,101.73773765563965,100.97599029541016,101.01819038391113,101.93419456481934,102.56671905517578,1697.0527172088623,1688.5156631469727,1690.4468536376953,1689.2664432525635,1688.6417865753174,1688.9138221740723,1686.5739822387695,1690.6044483184814,1689.2054080963135,1687.3445510864258 +50000,25000,cpu,normal,False,True,True,103.20258140563965,103.17516326904297,104.09116744995117,102.63991355895996,104.18987274169922,103.50584983825684,103.56569290161133,103.69563102722168,102.64301300048828,103.40046882629395,1663.867712020874,1666.6667461395264,1664.018154144287,1666.224479675293,1668.1933403015137,1663.6230945587158,1664.609670639038,1666.3122177124023,1666.912317276001,1665.6734943389893 +50000,25000,cpu,normal,False,True,False,101.23658180236816,100.33583641052246,101.81856155395508,100.2504825592041,101.42183303833008,102.75125503540039,100.75259208679199,100.83675384521484,102.2636890411377,100.00848770141602,1693.5880184173584,1693.053960800171,1690.3655529022217,1690.0901794433594,1696.3586807250977,1690.3181076049805,1692.6231384277344,1692.0139789581299,1695.138931274414,1692.7955150604248 +50000,25000,cpu,normal,True,False,True,17.377376556396484,18.540143966674805,17.398595809936523,17.960309982299805,17.494916915893555,17.908573150634766,16.909360885620117,17.14468002319336,17.166614532470703,18.16701889038086,1603.6736965179443,1600.3928184509277,1605.545997619629,1601.923942565918,1599.6525287628174,1604.4373512268066,1602.2882461547852,1606.3354015350342,1603.3358573913574,1598.49214553833 +50000,25000,cpu,normal,True,False,False,17.511844635009766,17.258405685424805,17.447948455810547,18.23878288269043,17.438650131225586,17.754316329956055,17.453432083129883,16.765594482421875,18.045902252197266,17.005205154418945,1605.2687168121338,1608.3614826202393,1605.2744388580322,1605.1206588745117,1604.600429534912,1605.0810813903809,1609.997272491455,1597.8808403015137,1600.9798049926758,1606.022834777832 +50000,25000,cpu,normal,False,False,True,12.89677619934082,12.826204299926758,12.691020965576172,13.932943344116211,13.860940933227539,14.163494110107422,12.526988983154297,12.729167938232422,14.563798904418945,13.172149658203125,1602.7612686157227,1604.0871143341064,1602.050542831421,1648.9367485046387,1606.889247894287,1606.757640838623,1607.544183731079,1608.544111251831,1604.7883033752441,1611.443042755127 +50000,25000,cpu,normal,False,False,False,12.989044189453125,12.845993041992188,12.909650802612305,13.077735900878906,13.780832290649414,13.689279556274414,12.673139572143555,13.297080993652344,13.004064559936523,12.965917587280273,1612.5450134277344,1610.8770370483398,1612.8623485565186,1614.166259765625,1614.5920753479004,1612.318754196167,1608.7076663970947,1608.7541580200195,1615.0310039520264,1610.4052066802979 +50000,37500,cpu,homo,True,True,True,33.33592414855957,33.27012062072754,33.79964828491211,34.06190872192383,33.27298164367676,33.264875411987305,33.9968204498291,33.59627723693848,33.17570686340332,33.22005271911621,792.4585342407227,793.576717376709,793.140172958374,792.0496463775635,792.0904159545898,792.130708694458,793.1106090545654,793.9906120300293,794.6712970733643,794.8331832885742 +50000,37500,cpu,homo,True,True,False,34.73687171936035,34.57760810852051,34.506797790527344,34.445762634277344,38.83242607116699,35.12716293334961,35.030364990234375,36.11135482788086,34.55066680908203,34.0423583984375,807.5263500213623,807.8224658966064,803.9693832397461,802.9708862304688,806.6463470458984,807.1310520172119,805.0837516784668,805.8197498321533,803.257942199707,804.0218353271484 +50000,37500,cpu,homo,False,True,True,35.25376319885254,36.5300178527832,36.26298904418945,33.54835510253906,33.66255760192871,34.29460525512695,33.74147415161133,34.76071357727051,33.674001693725586,33.43677520751953,794.2109107971191,793.9004898071289,796.5703010559082,796.5540885925293,795.750617980957,793.5073375701904,792.1574115753174,795.4027652740479,796.7748641967773,794.4209575653076 +50000,37500,cpu,homo,False,True,False,34.52706336975098,35.08257865905762,35.471439361572266,35.19582748413086,35.930633544921875,35.77542304992676,34.59978103637695,36.485910415649414,35.5067253112793,35.44497489929199,810.3265762329102,810.3883266448975,808.743953704834,806.3571453094482,806.5669536590576,806.3027858734131,827.1970748901367,809.7960948944092,804.3348789215088,806.0901165008545 +50000,37500,cpu,homo,True,False,True,14.372110366821289,14.179229736328125,14.299869537353516,13.96799087524414,14.298200607299805,14.502525329589844,14.636039733886719,15.024662017822266,13.86570930480957,13.736248016357422,658.167839050293,660.4578495025635,661.841630935669,659.4557762145996,660.8219146728516,660.5367660522461,657.3934555053711,659.5172882080078,659.9743366241455,656.5883159637451 +50000,37500,cpu,homo,True,False,False,14.575958251953125,14.611482620239258,14.362812042236328,14.797210693359375,14.504671096801758,14.780044555664062,13.749122619628906,14.245986938476562,14.757156372070312,14.69564437866211,650.9878635406494,653.3088684082031,652.8575420379639,653.886079788208,652.534008026123,656.9521427154541,654.7062397003174,656.5508842468262,655.9951305389404,652.8856754302979 +50000,37500,cpu,homo,False,False,True,13.619422912597656,13.773441314697266,12.959957122802734,13.458013534545898,13.718128204345703,13.47041130065918,14.046430587768555,13.408660888671875,14.355182647705078,12.926816940307617,658.0357551574707,657.8903198242188,659.4440937042236,658.2016944885254,658.8478088378906,654.2501449584961,657.3901176452637,658.1497192382812,657.8972339630127,657.7184200286865 +50000,37500,cpu,homo,False,False,False,13.241291046142578,13.247966766357422,13.482093811035156,13.360023498535156,13.629674911499023,14.039993286132812,12.949943542480469,13.753890991210938,13.386249542236328,13.652563095092773,653.2695293426514,654.7327041625977,653.3260345458984,651.7016887664795,652.3163318634033,655.7726860046387,652.0364284515381,654.6156406402588,653.8741588592529,653.6011695861816 +50000,37500,cpu,uniform,True,True,True,41.80455207824707,43.794870376586914,43.656110763549805,42.25015640258789,42.58084297180176,43.51472854614258,42.64044761657715,43.71976852416992,41.81623458862305,43.425798416137695,1345.0026512145996,1347.0170497894287,1350.6226539611816,1345.3001976013184,1346.6994762420654,1348.5207557678223,1347.4562168121338,1346.5626239776611,1348.4978675842285,1346.7109203338623 +50000,37500,cpu,uniform,True,True,False,42.71697998046875,45.16744613647461,43.898582458496094,42.771339416503906,44.50106620788574,45.81022262573242,43.01714897155762,46.10157012939453,44.20304298400879,43.361663818359375,1346.266269683838,1345.4113006591797,1346.1315631866455,1346.2944030761719,1345.5069065093994,1344.8317050933838,1342.6322937011719,1344.878911972046,1347.4407196044922,1348.0403423309326 +50000,37500,cpu,uniform,False,True,True,41.88203811645508,42.88983345031738,43.96653175354004,43.061017990112305,41.780948638916016,43.52378845214844,43.15447807312012,42.41156578063965,42.49882698059082,42.69719123840332,1344.4247245788574,1340.3990268707275,1338.6759757995605,1345.3350067138672,1339.0307426452637,1339.4222259521484,1345.1037406921387,1344.4130420684814,1347.6557731628418,1347.257137298584 +50000,37500,cpu,uniform,False,True,False,43.1523323059082,43.247222900390625,56.395530700683594,52.36196517944336,46.22650146484375,44.75116729736328,42.633771896362305,43.04385185241699,43.7312126159668,43.46823692321777,1348.9675521850586,1347.9740619659424,1343.4054851531982,1349.104404449463,1345.9875583648682,1348.3753204345703,1351.6490459442139,1347.4819660186768,1349.297285079956,1351.228952407837 +50000,37500,cpu,uniform,True,False,True,13.69023323059082,13.323068618774414,13.375043869018555,14.152765274047852,13.712882995605469,13.702392578125,13.452768325805664,13.210773468017578,13.493061065673828,13.562679290771484,1169.8908805847168,1167.7753925323486,1169.8520183563232,1173.393726348877,1174.5820045471191,1186.797857284546,1166.835069656372,1167.0432090759277,1194.103717803955,1173.5317707061768 +50000,37500,cpu,uniform,True,False,False,12.784481048583984,13.65804672241211,14.31727409362793,14.307260513305664,13.514518737792969,13.602733612060547,13.408184051513672,13.880729675292969,13.874053955078125,14.037370681762695,1156.5663814544678,1155.1196575164795,1158.4680080413818,1159.8610877990723,1161.6628170013428,1162.6157760620117,1163.5336875915527,1159.68656539917,1163.3615493774414,1161.8568897247314 +50000,37500,cpu,uniform,False,False,True,12.782812118530273,12.852668762207031,13.065099716186523,14.051437377929688,13.034582138061523,11.954545974731445,13.717174530029297,11.690139770507812,13.190984725952148,13.843536376953125,1166.2538051605225,1168.6997413635254,1166.6147708892822,1167.4025058746338,1168.5631275177002,1166.9635772705078,1167.1156883239746,1170.137882232666,1171.4715957641602,1167.0312881469727 +50000,37500,cpu,uniform,False,False,False,13.201475143432617,12.857675552368164,12.896060943603516,12.892007827758789,12.99595832824707,12.514352798461914,14.260530471801758,11.760234832763672,12.842178344726562,13.319730758666992,1153.2261371612549,1156.886100769043,1156.7246913909912,1160.205364227295,1155.3688049316406,1156.7201614379883,1154.6103954315186,1157.9256057739258,1158.9808464050293,1156.6917896270752 +50000,37500,cpu,normal,True,True,True,154.85429763793945,154.64329719543457,153.60522270202637,155.03621101379395,156.53395652770996,154.1283130645752,154.679536819458,156.05425834655762,157.42158889770508,155.75885772705078,2497.57981300354,2495.304822921753,2503.8583278656006,2499.924421310425,2502.8767585754395,2494.673490524292,2526.780366897583,2501.370906829834,2502.4685859680176,2489.879846572876 +50000,37500,cpu,normal,True,True,False,153.98287773132324,150.1152515411377,151.02219581604004,150.54631233215332,150.6509780883789,154.4513702392578,152.52137184143066,153.02729606628418,151.12018585205078,151.14712715148926,2528.8546085357666,2533.170700073242,2534.7416400909424,2531.5067768096924,2529.911518096924,2529.541492462158,2547.461748123169,2537.440776824951,2518.476724624634,2528.111457824707 +50000,37500,cpu,normal,False,True,True,154.63519096374512,155.00855445861816,154.3753147125244,155.7021141052246,155.12752532958984,156.5706729888916,156.73160552978516,154.96420860290527,155.5500030517578,153.81503105163574,2501.519203186035,2505.115032196045,2499.4356632232666,2497.2712993621826,2496.3202476501465,2496.532440185547,2496.9546794891357,2503.6866664886475,2487.035036087036,2495.203971862793 +50000,37500,cpu,normal,False,True,False,149.9783992767334,150.03371238708496,150.3450870513916,150.15411376953125,150.61426162719727,150.8951187133789,152.0850658416748,151.6878604888916,152.89998054504395,150.7272720336914,2531.827211380005,2535.8078479766846,2528.7959575653076,2534.3785285949707,2531.869888305664,2531.566619873047,2531.5592288970947,2535.6130599975586,2528.2559394836426,2532.534599304199 +50000,37500,cpu,normal,True,False,True,20.38884162902832,20.38431167602539,20.8590030670166,20.829200744628906,20.46823501586914,20.887136459350586,20.9503173828125,21.331071853637695,21.082162857055664,20.700693130493164,2409.9137783050537,2412.8830432891846,2407.273769378662,2414.5967960357666,2453.078031539917,2407.8640937805176,2405.329704284668,2414.828062057495,2411.1156463623047,2406.709671020508 +50000,37500,cpu,normal,True,False,False,20.221471786499023,20.050048828125,20.505428314208984,19.83046531677246,19.681453704833984,19.982337951660156,19.63210105895996,20.005226135253906,20.430803298950195,20.17045021057129,2417.203187942505,2413.4719371795654,2415.585517883301,2422.170877456665,2408.3333015441895,2407.642364501953,2406.5680503845215,2411.7283821105957,2441.479206085205,2417.9539680480957 +50000,37500,cpu,normal,False,False,True,19.318342208862305,20.462989807128906,20.41316032409668,20.781755447387695,20.769596099853516,20.50924301147461,20.359277725219727,20.3704833984375,19.744873046875,20.83897590637207,2410.950183868408,2410.371780395508,2412.0941162109375,2408.3526134490967,2404.7274589538574,2409.1014862060547,2411.628246307373,2415.9834384918213,2402.9037952423096,2399.2793560028076 +50000,37500,cpu,normal,False,False,False,19.330739974975586,21.12269401550293,20.380735397338867,20.586013793945312,19.97542381286621,19.295215606689453,20.96843719482422,19.738435745239258,20.411968231201172,20.04718780517578,2418.8976287841797,2416.6362285614014,2418.956756591797,2402.5557041168213,2405.7674407958984,2408.2844257354736,2408.397912979126,2407.6757431030273,2414.2589569091797,2411.557197570801 +50000,50000,cpu,homo,True,True,True,45.133113861083984,46.08893394470215,44.528961181640625,44.94905471801758,47.06072807312012,47.287940979003906,45.119285583496094,45.018911361694336,44.56448554992676,44.600486755371094,1053.0478954315186,1058.0501556396484,1060.0917339324951,1051.0601997375488,1057.0764541625977,1054.6972751617432,1055.4289817810059,1056.4298629760742,1060.7824325561523,1059.9794387817383 +50000,50000,cpu,homo,True,True,False,46.858787536621094,45.84646224975586,47.441720962524414,47.27292060852051,46.663522720336914,45.629024505615234,46.396493911743164,46.24176025390625,46.491146087646484,45.95327377319336,1073.941946029663,1070.3330039978027,1070.5618858337402,1074.059247970581,1073.3132362365723,1067.2245025634766,1077.4338245391846,1071.8321800231934,1074.284315109253,1074.7592449188232 +50000,50000,cpu,homo,False,True,True,44.01135444641113,46.61130905151367,48.5076904296875,45.09115219116211,48.38061332702637,46.76413536071777,45.083045959472656,44.516563415527344,44.59691047668457,44.78001594543457,1059.0124130249023,1059.2267513275146,1057.9380989074707,1061.471700668335,1060.863733291626,1060.4701042175293,1060.1372718811035,1055.5517673492432,1060.34517288208,1057.5430393218994 +50000,50000,cpu,homo,False,True,False,47.32179641723633,46.83327674865723,46.31400108337402,46.10586166381836,46.09537124633789,50.206899642944336,48.398494720458984,46.370506286621094,46.42081260681152,46.2949275970459,1073.166847229004,1073.7254619598389,1072.2858905792236,1073.885202407837,1074.5337009429932,1074.7184753417969,1072.760820388794,1072.977066040039,1072.1426010131836,1071.7296600341797 +50000,50000,cpu,homo,True,False,True,17.9593563079834,18.23592185974121,17.993688583374023,18.834829330444336,17.821788787841797,18.285036087036133,17.93646812438965,17.264604568481445,18.080711364746094,18.030166625976562,872.600793838501,872.0710277557373,870.0933456420898,870.1581954956055,869.5266246795654,869.8506355285645,867.5551414489746,870.0294494628906,871.6018199920654,871.4044094085693 +50000,50000,cpu,homo,True,False,False,17.204999923706055,17.7919864654541,17.254352569580078,17.668962478637695,17.72618293762207,17.119884490966797,17.969369888305664,17.618656158447266,16.948223114013672,17.71688461303711,868.3714866638184,871.464729309082,874.2771148681641,871.5593814849854,870.6376552581787,870.396614074707,871.7231750488281,893.6514854431152,873.3727931976318,867.8028583526611 +50000,50000,cpu,homo,False,False,True,18.65530014038086,18.22185516357422,17.87567138671875,16.808032989501953,18.023967742919922,16.490697860717773,16.87455177307129,18.260717391967773,17.17090606689453,16.85786247253418,873.5342025756836,874.5112419128418,875.1540184020996,874.8161792755127,873.0535507202148,873.1930255889893,873.8603591918945,872.5690841674805,875.2965927124023,874.7348785400391 +50000,50000,cpu,homo,False,False,False,19.262075424194336,18.125057220458984,17.652273178100586,18.676280975341797,17.101049423217773,17.982959747314453,17.913341522216797,18.217802047729492,17.490148544311523,17.49110221862793,872.2617626190186,869.5061206817627,871.4156150817871,874.9761581420898,873.0719089508057,873.2869625091553,871.4566230773926,872.2023963928223,871.8702793121338,872.2038269042969 +50000,50000,cpu,uniform,True,True,True,56.46204948425293,56.38718605041504,57.77239799499512,58.06326866149902,57.32917785644531,56.6403865814209,56.88118934631348,56.05173110961914,56.13136291503906,58.220624923706055,1813.347578048706,1791.947841644287,1791.2769317626953,1789.3798351287842,1793.5750484466553,1793.3855056762695,1791.4659976959229,1795.1343059539795,1790.0257110595703,1790.2874946594238 +50000,50000,cpu,uniform,True,True,False,59.26942825317383,58.18367004394531,58.40659141540527,57.437896728515625,57.0073127746582,56.76674842834473,57.24191665649414,56.95176124572754,57.41405487060547,56.97488784790039,1797.6419925689697,1802.809238433838,1797.5246906280518,1798.9299297332764,1799.0565299987793,1799.8440265655518,1800.5750179290771,1799.8466491699219,1798.5193729400635,1803.8160800933838 +50000,50000,cpu,uniform,False,True,True,56.52165412902832,55.78494071960449,56.32495880126953,55.960655212402344,55.74655532836914,56.07795715332031,56.22076988220215,57.06906318664551,57.114601135253906,56.345462799072266,1827.6941776275635,1791.4831638336182,1785.0556373596191,1795.7429885864258,1797.8205680847168,1796.5881824493408,1799.0126609802246,1801.4252185821533,1796.6160774230957,1798.1395721435547 +50000,50000,cpu,uniform,False,True,False,57.341814041137695,57.13677406311035,56.93984031677246,57.45863914489746,57.70230293273926,59.717416763305664,56.864023208618164,57.19447135925293,59.26680564880371,57.28960037231445,1803.8356304168701,1800.8537292480469,1798.945665359497,1800.3768920898438,1803.3273220062256,1798.7957000732422,1797.4145412445068,1796.5543270111084,1802.161693572998,1802.4930953979492 +50000,50000,cpu,uniform,True,False,True,15.614748001098633,16.736745834350586,16.959428787231445,15.881776809692383,15.918970108032227,17.491579055786133,16.442537307739258,17.246246337890625,16.422033309936523,17.501115798950195,1560.6164932250977,1560.1131916046143,1562.9446506500244,1560.6927871704102,1563.5693073272705,1564.863681793213,1562.7806186676025,1563.8556480407715,1561.3925457000732,1565.1819705963135 +50000,50000,cpu,uniform,True,False,False,16.187191009521484,17.377614974975586,15.473604202270508,17.915964126586914,16.007423400878906,17.356157302856445,14.903545379638672,17.56572723388672,15.206098556518555,17.8985595703125,1548.7077236175537,1549.9992370605469,1549.3862628936768,1547.5783348083496,1548.0756759643555,1545.5245971679688,1552.3169040679932,1547.9662418365479,1549.161434173584,1548.2189655303955 +50000,50000,cpu,uniform,False,False,True,16.49928092956543,17.52328872680664,17.578840255737305,18.279075622558594,18.111467361450195,17.05026626586914,16.885042190551758,16.25680923461914,17.018795013427734,16.84117317199707,1561.3534450531006,1566.544532775879,1583.329677581787,1563.7292861938477,1558.9392185211182,1559.739112854004,1555.7887554168701,1558.4592819213867,1557.0454597473145,1553.307056427002 +50000,50000,cpu,uniform,False,False,False,17.391681671142578,17.487525939941406,17.314910888671875,17.12512969970703,17.334699630737305,17.75646209716797,16.50547981262207,16.811609268188477,17.323970794677734,17.375946044921875,1549.7188568115234,1545.7448959350586,1550.2777099609375,1545.2098846435547,1547.7440357208252,1549.931526184082,1547.4164485931396,1547.6622581481934,1546.8392372131348,1564.4292831420898 +50000,50000,cpu,normal,True,True,True,206.85982704162598,206.6342830657959,203.89509201049805,204.7882080078125,205.15036582946777,205.77383041381836,204.5760154724121,206.4371109008789,205.3840160369873,208.4059715270996,3331.6736221313477,3330.4104804992676,3331.059217453003,3331.6822052001953,3339.6475315093994,3336.9686603546143,3329.1940689086914,3338.3030891418457,3328.110933303833,3335.667371749878 +50000,50000,cpu,normal,True,True,False,200.1633644104004,202.09765434265137,203.82428169250488,209.60474014282227,204.55265045166016,202.7442455291748,203.71556282043457,204.04934883117676,206.40969276428223,206.09402656555176,3390.7010555267334,3391.940116882324,3388.5645866394043,3411.1692905426025,3386.8231773376465,3392.9665088653564,3393.8944339752197,3389.6100521087646,3386.496067047119,3381.985902786255 +50000,50000,cpu,normal,False,True,True,227.07271575927734,216.90630912780762,205.0321102142334,224.88117218017578,213.23466300964355,205.39164543151855,204.8783302307129,204.9102783203125,204.47325706481934,205.57832717895508,3325.5507946014404,3332.7395915985107,3334.4414234161377,3335.7481956481934,3331.8119049072266,3331.9449424743652,3357.1219444274902,3326.294422149658,3331.1092853546143,3330.400228500366 +50000,50000,cpu,normal,False,True,False,204.73551750183105,202.62694358825684,201.75576210021973,202.91900634765625,200.80900192260742,203.12237739562988,203.50909233093262,201.47943496704102,202.2700309753418,205.82103729248047,3388.779401779175,3384.434223175049,3385.0574493408203,3391.2956714630127,3388.1919384002686,3387.0363235473633,3387.967348098755,3396.235704421997,3393.98193359375,3396.7268466949463 +50000,50000,cpu,normal,True,False,True,26.296138763427734,26.53050422668457,26.584863662719727,26.422977447509766,27.077913284301758,27.872323989868164,26.682138442993164,27.396440505981445,27.198076248168945,26.790380477905273,3241.608142852783,3211.7788791656494,3209.1739177703857,3219.461441040039,3220.5710411071777,3215.6829833984375,3219.346761703491,3213.412046432495,3217.5159454345703,3202.2547721862793 +50000,50000,cpu,normal,True,False,False,26.51810646057129,26.241779327392578,27.07815170288086,26.990890502929688,27.489185333251953,27.791976928710938,26.86452865600586,26.77774429321289,27.673721313476562,27.179241180419922,3226.8409729003906,3221.4462757110596,3222.4907875061035,3223.294734954834,3218.6219692230225,3216.3820266723633,3217.668294906616,3225.66819190979,3224.8799800872803,3225.86727142334 +50000,50000,cpu,normal,False,False,True,26.482582092285156,26.235580444335938,26.06368064880371,27.043581008911133,26.736736297607422,25.92945098876953,25.9554386138916,27.445077896118164,26.060819625854492,27.02474594116211,3206.167697906494,3187.9563331604004,3193.406820297241,3193.5782432556152,3186.912775039673,3195.8889961242676,3195.4474449157715,3195.150852203369,3189.917802810669,3201.5137672424316 +50000,50000,cpu,normal,False,False,False,26.088476181030273,26.532411575317383,27.521610260009766,27.168750762939453,26.373624801635742,25.91228485107422,26.73482894897461,25.750160217285156,26.11541748046875,26.074886322021484,3225.492477416992,3226.0189056396484,3223.123788833618,3225.186586380005,3214.449644088745,3220.9725379943848,3225.4538536071777,3221.3501930236816,3210.218667984009,3215.9621715545654 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_gpu.csv new file mode 100644 index 0000000..bbab75c --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_gpu.csv @@ -0,0 +1,1177 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,gpu,homo,True,True,True,0.1976490020751953,0.18262863159179688,0.21338462829589844,0.213623046875,0.21576881408691406,0.19121170043945312,0.22172927856445312,0.21576881408691406,0.2028942108154297,0.19812583923339844,0.1857280731201172,0.19741058349609375,0.18715858459472656,0.18453598022460938,0.1819133758544922,0.1876354217529297,0.1800060272216797,0.17189979553222656,0.1742839813232422,0.385284423828125 +1000,1000,gpu,homo,True,True,False,0.2110004425048828,0.21505355834960938,0.22554397583007812,0.2541542053222656,0.2186298370361328,0.25463104248046875,0.20551681518554688,0.2276897430419922,0.213623046875,0.18596649169921875,0.28395652770996094,0.2751350402832031,0.27108192443847656,0.2579689025878906,0.24843215942382812,0.25725364685058594,0.24819374084472656,0.2608299255371094,0.2396106719970703,0.23603439331054688 +1000,1000,gpu,homo,False,True,True,0.22482872009277344,0.21576881408691406,0.19931793212890625,0.22840499877929688,0.23174285888671875,0.2079010009765625,0.22935867309570312,0.2276897430419922,0.19502639770507812,0.21696090698242188,0.31757354736328125,0.25844573974609375,0.41604042053222656,0.2551078796386719,0.32901763916015625,0.29540061950683594,0.26535987854003906,0.27632713317871094,0.27108192443847656,0.26035308837890625 +1000,1000,gpu,homo,False,True,False,0.5049705505371094,0.4754066467285156,0.4303455352783203,0.4165172576904297,0.41556358337402344,0.4067420959472656,0.606536865234375,0.4439353942871094,0.4248619079589844,0.4260540008544922,0.2779960632324219,0.2791881561279297,0.2789497375488281,0.2720355987548828,0.2925395965576172,0.2856254577636719,0.2720355987548828,0.27680397033691406,0.2810955047607422,0.2646446228027344 +1000,1000,gpu,homo,True,False,True,0.22721290588378906,0.22602081298828125,0.21147727966308594,0.21219253540039062,0.18715858459472656,0.1938343048095703,0.2071857452392578,0.1957416534423828,0.202178955078125,0.20694732666015625,0.19168853759765625,0.16736984252929688,0.19359588623046875,0.19741058349609375,0.18596649169921875,0.16427040100097656,0.1647472381591797,0.19073486328125,0.18858909606933594,0.2911090850830078 +1000,1000,gpu,homo,True,False,False,0.20599365234375,0.2105236053466797,0.2338886260986328,0.1919269561767578,0.2148151397705078,0.20313262939453125,0.19240379333496094,0.1914501190185547,0.21886825561523438,0.20813941955566406,0.2887248992919922,0.2846717834472656,0.3218650817871094,0.2663135528564453,0.263214111328125,0.26488304138183594,0.26798248291015625,0.2453327178955078,0.2529621124267578,0.23603439331054688 +1000,1000,gpu,homo,False,False,True,0.23603439331054688,0.23293495178222656,0.21910667419433594,0.22292137145996094,0.23865699768066406,0.2040863037109375,0.2124309539794922,0.22864341735839844,0.22029876708984375,0.23102760314941406,0.2808570861816406,0.2856254577636719,0.2884864807128906,0.3883838653564453,0.26988983154296875,0.27942657470703125,0.28514862060546875,0.2911090850830078,0.31375885009765625,0.2789497375488281 +1000,1000,gpu,homo,False,False,False,0.22912025451660156,0.2224445343017578,0.2307891845703125,0.2548694610595703,0.2319812774658203,0.2491474151611328,0.20813941955566406,0.22935867309570312,0.22864341735839844,0.213623046875,0.1761913299560547,0.17023086547851562,0.17070770263671875,0.1761913299560547,0.3666877746582031,0.30612945556640625,0.2846717834472656,0.2906322479248047,0.23508071899414062,0.2639293670654297 +1000,1000,gpu,uniform,True,True,True,0.26297569274902344,0.24700164794921875,0.2734661102294922,0.26702880859375,0.23293495178222656,0.2491474151611328,0.23984909057617188,0.27298927307128906,0.24557113647460938,0.21886825561523438,0.29969215393066406,0.30303001403808594,0.3418922424316406,0.2849102020263672,0.2701282501220703,0.30159950256347656,0.2837181091308594,0.4215240478515625,0.3867149353027344,0.29206275939941406 +1000,1000,gpu,uniform,True,True,False,0.24938583374023438,0.27060508728027344,0.2186298370361328,0.23245811462402344,0.255584716796875,0.2880096435546875,0.2429485321044922,0.2512931823730469,0.2288818359375,0.2453327178955078,0.29277801513671875,0.2930164337158203,0.28324127197265625,0.286102294921875,0.26869773864746094,0.2765655517578125,0.26535987854003906,0.25463104248046875,0.2994537353515625,0.25653839111328125 +1000,1000,gpu,uniform,False,True,True,0.2722740173339844,0.25916099548339844,0.2837181091308594,0.25272369384765625,0.2570152282714844,0.2949237823486328,0.2505779266357422,0.22554397583007812,0.22673606872558594,0.20384788513183594,0.28395652770996094,0.3857612609863281,0.33783912658691406,0.3154277801513672,0.30803680419921875,0.5016326904296875,0.37288665771484375,0.331878662109375,0.3056526184082031,0.3161430358886719 +1000,1000,gpu,uniform,False,True,False,0.2551078796386719,0.26535987854003906,0.2295970916748047,0.24509429931640625,0.2703666687011719,0.23102760314941406,0.22029876708984375,0.22745132446289062,0.21576881408691406,0.2677440643310547,0.19311904907226562,0.1919269561767578,0.21266937255859375,0.20432472229003906,0.23412704467773438,0.2048015594482422,0.19598007202148438,0.1766681671142578,0.202178955078125,0.17595291137695312 +1000,1000,gpu,uniform,True,False,True,0.45561790466308594,0.3457069396972656,0.2999305725097656,0.26679039001464844,0.25916099548339844,0.2903938293457031,0.3771781921386719,0.2605915069580078,0.2472400665283203,0.24557113647460938,0.21147727966308594,0.20885467529296875,0.2014636993408203,0.2391338348388672,0.22482872009277344,0.21338462829589844,0.20575523376464844,0.23508071899414062,0.2143383026123047,0.31185150146484375 +1000,1000,gpu,uniform,True,False,False,0.5679130554199219,0.49614906311035156,0.4684925079345703,0.49233436584472656,0.47588348388671875,0.5128383636474609,0.5571842193603516,0.4699230194091797,0.2751350402832031,0.2541542053222656,0.28252601623535156,0.3006458282470703,0.3008842468261719,0.33211708068847656,0.3426074981689453,0.3209114074707031,0.3247261047363281,0.40650367736816406,0.2963542938232422,0.32639503479003906 +1000,1000,gpu,uniform,False,False,True,0.4985332489013672,0.5042552947998047,0.47969818115234375,0.4849433898925781,0.43320655822753906,0.29730796813964844,0.30732154846191406,0.2646446228027344,0.2770423889160156,0.2536773681640625,0.20360946655273438,0.18167495727539062,0.1456737518310547,0.14400482177734375,0.20122528076171875,0.1685619354248047,0.1766681671142578,0.18930435180664062,0.1842975616455078,0.1780986785888672 +1000,1000,gpu,uniform,False,False,False,0.2541542053222656,0.23603439331054688,0.21505355834960938,0.22268295288085938,0.24652481079101562,0.23603439331054688,0.19741058349609375,0.25200843811035156,0.23984909057617188,0.22554397583007812,0.3178119659423828,0.28777122497558594,0.3192424774169922,0.28634071350097656,0.2911090850830078,0.29158592224121094,0.2903938293457031,0.2949237823486328,0.3123283386230469,0.2868175506591797 +1000,1000,gpu,normal,True,True,True,0.2758502960205078,0.2677440643310547,0.2949237823486328,0.2732276916503906,0.2384185791015625,0.27060508728027344,0.26869773864746094,0.2415180206298828,0.23984909057617188,0.27179718017578125,0.35643577575683594,0.36144256591796875,0.3275871276855469,0.32639503479003906,0.3104209899902344,0.33354759216308594,0.3211498260498047,0.3101825714111328,0.30803680419921875,0.31828880310058594 +1000,1000,gpu,normal,True,True,False,0.2970695495605469,0.3094673156738281,0.2472400665283203,0.2319812774658203,0.2579689025878906,0.25343894958496094,0.2853870391845703,0.2589225769042969,0.21386146545410156,0.2448558807373047,0.2319812774658203,0.19097328186035156,0.1876354217529297,0.1842975616455078,0.20384788513183594,0.19502639770507812,0.20313262939453125,0.1957416534423828,0.20647048950195312,0.225067138671875 +1000,1000,gpu,normal,False,True,True,0.4763603210449219,0.4527568817138672,0.5199909210205078,0.48613548278808594,0.48542022705078125,0.4565715789794922,0.43392181396484375,0.4439353942871094,0.44798851013183594,0.4317760467529297,0.2124309539794922,0.2048015594482422,0.19359588623046875,0.21028518676757812,0.19240379333496094,0.21028518676757812,0.21767616271972656,0.1933574676513672,0.22339820861816406,0.2334117889404297 +1000,1000,gpu,normal,False,True,False,0.2865791320800781,0.2765655517578125,0.2243518829345703,0.2543926239013672,0.2605915069580078,0.23889541625976562,0.22792816162109375,0.244140625,0.2391338348388672,0.19812583923339844,0.2086162567138672,0.1728534698486328,0.20360946655273438,0.20003318786621094,0.16880035400390625,0.1647472381591797,0.17952919006347656,0.19216537475585938,0.18644332885742188,0.18453598022460938 +1000,1000,gpu,normal,True,False,True,0.23365020751953125,0.2512931823730469,0.26917457580566406,0.2467632293701172,0.232696533203125,0.2808570861816406,0.23293495178222656,0.23317337036132812,0.24843215942382812,0.2460479736328125,0.4124641418457031,0.21958351135253906,0.20194053649902344,0.35643577575683594,0.38051605224609375,0.29850006103515625,0.28967857360839844,0.3151893615722656,0.28443336486816406,0.2999305725097656 +1000,1000,gpu,normal,True,False,False,0.22792816162109375,0.23412704467773438,0.21910667419433594,0.23102760314941406,0.22220611572265625,0.21958351135253906,0.2372264862060547,0.20551681518554688,0.2529621124267578,0.23698806762695312,0.2334117889404297,0.1888275146484375,0.19431114196777344,0.20170211791992188,0.1926422119140625,0.21910667419433594,0.1876354217529297,0.2384185791015625,0.2002716064453125,0.2079010009765625 +1000,1000,gpu,normal,False,False,True,0.4532337188720703,0.4634857177734375,0.41937828063964844,0.42819976806640625,0.43201446533203125,0.42891502380371094,0.4181861877441406,0.43964385986328125,0.4124641418457031,0.4394054412841797,0.1995563507080078,0.20003318786621094,0.18072128295898438,0.232696533203125,0.19884109497070312,0.23245811462402344,0.20360946655273438,0.20766258239746094,0.20813941955566406,0.20551681518554688 +1000,1000,gpu,normal,False,False,False,0.22459030151367188,0.2205371856689453,0.2048015594482422,0.2498626708984375,0.24509429931640625,0.27060508728027344,0.2613067626953125,0.2193450927734375,0.2231597900390625,0.19979476928710938,0.19359588623046875,0.24652481079101562,0.2162456512451172,0.22983551025390625,0.18978118896484375,0.1881122589111328,0.21791458129882812,0.18787384033203125,0.2052783966064453,0.4227161407470703 +1000,2500,gpu,homo,True,True,True,0.24652481079101562,0.24127960205078125,0.21576881408691406,0.3955364227294922,0.21266937255859375,0.19311904907226562,0.2281665802001953,0.21386146545410156,0.20194053649902344,0.21505355834960938,0.16164779663085938,0.16069412231445312,0.16450881958007812,0.16498565673828125,0.19860267639160156,0.17833709716796875,0.14448165893554688,0.17189979553222656,0.18095970153808594,0.1556873321533203 +1000,2500,gpu,homo,True,True,False,0.2288818359375,0.2079010009765625,0.1983642578125,0.21314620971679688,0.2067089080810547,0.23508071899414062,0.202178955078125,0.1990795135498047,0.21886825561523438,0.19240379333496094,0.2536773681640625,0.26106834411621094,0.2570152282714844,0.2536773681640625,0.25081634521484375,0.3020763397216797,0.30875205993652344,0.2684593200683594,0.2701282501220703,0.2713203430175781 +1000,2500,gpu,homo,False,True,True,0.18978118896484375,0.20313262939453125,0.2300739288330078,0.20837783813476562,0.20647048950195312,0.19550323486328125,0.5996227264404297,0.4878044128417969,0.4360675811767578,0.40602684020996094,0.19478797912597656,0.19049644470214844,0.1876354217529297,0.17714500427246094,0.17333030700683594,0.18477439880371094,0.186920166015625,0.19669532775878906,0.14853477478027344,0.1723766326904297 +1000,2500,gpu,homo,False,True,False,0.2181529998779297,0.2148151397705078,0.2276897430419922,0.23436546325683594,0.23627281188964844,0.21791458129882812,0.1857280731201172,0.20456314086914062,0.18835067749023438,0.2105236053466797,0.3139972686767578,0.2949237823486328,0.30303001403808594,0.3027915954589844,0.28252601623535156,0.2913475036621094,0.29730796813964844,0.3008842468261719,0.31304359436035156,0.2970695495605469 +1000,2500,gpu,homo,True,False,True,0.23365020751953125,0.2415180206298828,0.2071857452392578,0.21195411682128906,0.20241737365722656,0.1800060272216797,0.20456314086914062,0.21648406982421875,0.20599365234375,0.19073486328125,0.1862049102783203,0.1571178436279297,0.18167495727539062,0.21076202392578125,0.1628398895263672,0.18715858459472656,0.18453598022460938,0.16760826110839844,0.1735687255859375,0.16260147094726562 +1000,2500,gpu,homo,True,False,False,0.21409988403320312,0.21123886108398438,0.17762184143066406,0.21076202392578125,0.19216537475585938,0.1876354217529297,0.20837783813476562,0.19741058349609375,0.2105236053466797,0.2079010009765625,0.19884109497070312,0.20623207092285156,0.15783309936523438,0.16641616821289062,0.1583099365234375,0.1914501190185547,0.1881122589111328,0.171661376953125,0.1690387725830078,0.1614093780517578 +1000,2500,gpu,homo,False,False,True,0.21600723266601562,0.2162456512451172,0.2090930938720703,0.19121170043945312,0.20742416381835938,0.17881393432617188,0.2110004425048828,0.1780986785888672,0.1747608184814453,0.20170211791992188,0.2503395080566406,0.23102760314941406,0.26226043701171875,0.2562999725341797,0.24771690368652344,0.24008750915527344,0.24175643920898438,0.2124309539794922,0.22363662719726562,0.2257823944091797 +1000,2500,gpu,homo,False,False,False,0.21696090698242188,0.24437904357910156,0.20766258239746094,0.20456314086914062,0.1976490020751953,0.21457672119140625,0.21910667419433594,0.2856254577636719,0.2315044403076172,0.19979476928710938,0.1881122589111328,0.1850128173828125,0.17881393432617188,0.17452239990234375,0.17976760864257812,0.17309188842773438,0.17786026000976562,0.1533031463623047,0.17786026000976562,0.1659393310546875 +1000,2500,gpu,uniform,True,True,True,0.4553794860839844,0.27251243591308594,0.2608299255371094,0.2613067626953125,0.2562999725341797,0.21791458129882812,0.24318695068359375,0.2758502960205078,0.2467632293701172,0.25963783264160156,0.1895427703857422,0.2391338348388672,0.1881122589111328,0.16927719116210938,0.1685619354248047,0.17571449279785156,0.19049644470214844,0.19598007202148438,0.16999244689941406,0.16808509826660156 +1000,2500,gpu,uniform,True,True,False,0.25534629821777344,0.26679039001464844,0.2574920654296875,0.2510547637939453,0.6201267242431641,0.5383491516113281,0.47969818115234375,0.4649162292480469,0.4627704620361328,0.4572868347167969,0.2505779266357422,0.24461746215820312,0.22673606872558594,0.2377033233642578,0.25844573974609375,0.2269744873046875,0.2574920654296875,0.27298927307128906,0.2532005310058594,0.33926963806152344 +1000,2500,gpu,uniform,False,True,True,0.4851818084716797,0.4627704620361328,0.3933906555175781,0.29468536376953125,0.23794174194335938,0.2460479736328125,0.23674964904785156,0.2319812774658203,0.23317337036132812,0.22602081298828125,0.19478797912597656,0.2143383026123047,0.23126602172851562,0.15735626220703125,0.18215179443359375,0.18715858459472656,0.19502639770507812,0.18405914306640625,0.2551078796386719,0.48160552978515625 +1000,2500,gpu,uniform,False,True,False,0.2384185791015625,0.23984909057617188,0.21147727966308594,0.21123886108398438,0.24962425231933594,0.2181529998779297,0.2117156982421875,0.20003318786621094,0.23651123046875,0.23317337036132812,0.23984909057617188,0.22792816162109375,0.2574920654296875,0.17404556274414062,0.1590251922607422,0.1823902130126953,0.21409988403320312,0.3991127014160156,0.3426074981689453,0.30803680419921875 +1000,2500,gpu,uniform,True,False,True,0.46539306640625,0.4439353942871094,0.461578369140625,0.4832744598388672,0.45800209045410156,0.42700767517089844,0.46443939208984375,0.42247772216796875,0.4634857177734375,0.4773139953613281,0.3337860107421875,0.3311634063720703,0.3287792205810547,0.3936290740966797,0.33593177795410156,0.3266334533691406,0.2918243408203125,0.2856254577636719,0.3066062927246094,0.31304359436035156 +1000,2500,gpu,uniform,True,False,False,0.24271011352539062,0.2448558807373047,0.2884864807128906,0.2765655517578125,0.22792816162109375,0.22149085998535156,0.2541542053222656,0.20360946655273438,0.22649765014648438,0.2512931823730469,0.2315044403076172,0.2033710479736328,0.22840499877929688,0.213623046875,0.20241737365722656,0.21505355834960938,0.19216537475585938,0.2357959747314453,0.21123886108398438,0.2269744873046875 +1000,2500,gpu,uniform,False,False,True,0.30994415283203125,0.2601146697998047,0.26297569274902344,0.225067138671875,0.29540061950683594,0.22983551025390625,0.24509429931640625,0.2589225769042969,0.22602081298828125,0.22029876708984375,0.28824806213378906,0.2944469451904297,0.2989768981933594,0.29730796813964844,0.2751350402832031,0.28252601623535156,0.3151893615722656,0.3185272216796875,0.5357265472412109,0.34880638122558594 +1000,2500,gpu,uniform,False,False,False,0.3719329833984375,0.3619194030761719,0.35858154296875,0.3597736358642578,0.3561973571777344,0.3783702850341797,0.35452842712402344,0.6167888641357422,0.36334991455078125,0.3523826599121094,0.3135204315185547,0.28896331787109375,0.2713203430175781,0.3170967102050781,0.3159046173095703,0.32210350036621094,0.29921531677246094,0.2989768981933594,0.31757354736328125,0.29206275939941406 +1000,2500,gpu,normal,True,True,True,0.27251243591308594,0.24080276489257812,0.2720355987548828,0.26416778564453125,0.2532005310058594,0.23865699768066406,0.2522468566894531,0.2269744873046875,0.2658367156982422,0.2532005310058594,0.2498626708984375,0.2243518829345703,0.22125244140625,0.20432472229003906,0.2040863037109375,0.2231597900390625,0.19311904907226562,0.19478797912597656,0.18835067749023438,0.18668174743652344 +1000,2500,gpu,normal,True,True,False,0.24271011352539062,0.22530555725097656,0.2892017364501953,0.2460479736328125,0.28443336486816406,0.2689361572265625,0.2593994140625,0.2684593200683594,0.23436546325683594,0.21314620971679688,0.17571449279785156,0.1971721649169922,0.18072128295898438,0.1933574676513672,0.1990795135498047,0.194549560546875,0.25153160095214844,0.4680156707763672,0.3502368927001953,0.3273487091064453 +1000,2500,gpu,normal,False,True,True,0.24175643920898438,0.21314620971679688,0.2429485321044922,0.2837181091308594,0.2617835998535156,0.2532005310058594,0.2605915069580078,0.2875328063964844,0.2868175506591797,0.24080276489257812,0.26488304138183594,0.2357959747314453,0.21266937255859375,0.19788742065429688,0.21338462829589844,0.24628639221191406,0.18644332885742188,0.20551681518554688,0.22172927856445312,0.4305839538574219 +1000,2500,gpu,normal,False,True,False,0.24366378784179688,0.21696090698242188,0.28061866760253906,0.24652481079101562,0.21505355834960938,0.22530555725097656,0.2586841583251953,0.23174285888671875,0.22840499877929688,0.2422332763671875,0.23603439331054688,0.24557113647460938,0.20813941955566406,0.20456314086914062,0.22411346435546875,0.2167224884033203,0.2155303955078125,0.2129077911376953,0.20313262939453125,0.2715587615966797 +1000,2500,gpu,normal,True,False,True,0.2503395080566406,0.26607513427734375,0.2105236053466797,0.26154518127441406,0.2315044403076172,0.24938583374023438,0.2589225769042969,0.2193450927734375,0.24318695068359375,0.2033710479736328,0.25343894958496094,0.2486705780029297,0.179290771484375,0.21648406982421875,0.1888275146484375,0.22339820861816406,0.1983642578125,0.2415180206298828,0.5099773406982422,0.2741813659667969 +1000,2500,gpu,normal,True,False,False,0.2617835998535156,0.2295970916748047,0.23555755615234375,0.2448558807373047,0.2288818359375,0.23245811462402344,0.20837783813476562,0.24080276489257812,0.22530555725097656,0.2148151397705078,0.43511390686035156,0.35381317138671875,0.3330707550048828,0.3287792205810547,0.33020973205566406,0.3314018249511719,0.3275871276855469,0.33354759216308594,0.3364086151123047,0.34165382385253906 +1000,2500,gpu,normal,False,False,True,0.2522468566894531,0.2338886260986328,0.2777576446533203,0.24843215942382812,0.2524852752685547,0.2276897430419922,0.240325927734375,0.2415180206298828,0.25343894958496094,0.27441978454589844,0.18715858459472656,0.19288063049316406,0.1850128173828125,0.17881393432617188,0.19979476928710938,0.17762184143066406,0.21219253540039062,0.21386146545410156,0.21266937255859375,0.2002716064453125 +1000,2500,gpu,normal,False,False,False,0.46133995056152344,0.4494190216064453,0.4305839538574219,0.4382133483886719,0.4413127899169922,0.5528926849365234,0.4684925079345703,0.45561790466308594,0.4391670227050781,0.4572868347167969,0.41294097900390625,0.4029273986816406,0.6124973297119141,0.39505958557128906,0.36597251892089844,0.2701282501220703,0.263214111328125,0.3178119659423828,0.3540515899658203,0.35500526428222656 +1000,5000,gpu,homo,True,True,True,0.2582073211669922,0.3249645233154297,0.5936622619628906,0.5633831024169922,0.48160552978515625,0.4436969757080078,0.4038810729980469,0.4265308380126953,0.4267692565917969,0.41961669921875,0.2636909484863281,0.2689361572265625,0.4303455352783203,0.3833770751953125,0.2903938293457031,0.2505779266357422,0.25153160095214844,0.26702880859375,0.2551078796386719,0.2460479736328125 +1000,5000,gpu,homo,True,True,False,0.4360675811767578,0.41985511779785156,0.42700767517089844,0.4391670227050781,0.43892860412597656,0.41985511779785156,0.453948974609375,0.278472900390625,0.5900859832763672,0.4966259002685547,0.20956993103027344,0.1628398895263672,0.1690387725830078,0.2033710479736328,0.23555755615234375,0.17404556274414062,0.1595020294189453,0.1685619354248047,0.1513957977294922,0.17118453979492188 +1000,5000,gpu,homo,False,True,True,0.3955364227294922,0.38933753967285156,0.2636909484863281,0.2593994140625,0.225067138671875,0.22411346435546875,0.20122528076171875,0.1888275146484375,0.21219253540039062,0.21409988403320312,0.18453598022460938,0.18930435180664062,0.1780986785888672,0.1842975616455078,0.1678466796875,0.156402587890625,0.164031982421875,0.16951560974121094,0.1380443572998047,0.18143653869628906 +1000,5000,gpu,homo,False,True,False,0.2269744873046875,0.217437744140625,0.21386146545410156,0.2448558807373047,0.2357959747314453,0.22649765014648438,0.20194053649902344,0.2117156982421875,0.2028942108154297,0.17595291137695312,0.18858909606933594,0.18262863159179688,0.1933574676513672,0.17547607421875,0.15783309936523438,0.18906593322753906,0.18405914306640625,0.16880035400390625,0.18906593322753906,0.18835067749023438 +1000,5000,gpu,homo,True,False,True,0.4210472106933594,0.4115104675292969,0.4360675811767578,0.4093647003173828,0.4432201385498047,0.4181861877441406,0.4401206970214844,0.4448890686035156,0.23508071899414062,0.2110004425048828,0.21338462829589844,0.19550323486328125,0.2155303955078125,0.19669532775878906,0.22029876708984375,0.22864341735839844,0.2048015594482422,0.1957416534423828,0.186920166015625,0.18644332885742188 +1000,5000,gpu,homo,True,False,False,0.22554397583007812,0.2269744873046875,0.22220611572265625,0.2601146697998047,0.20241737365722656,0.21648406982421875,0.2155303955078125,0.20956993103027344,0.19931793212890625,0.2460479736328125,0.1926422119140625,0.1842975616455078,0.18310546875,0.15997886657714844,0.18477439880371094,0.17404556274414062,0.17642974853515625,0.17952919006347656,0.17380714416503906,0.16450881958007812 +1000,5000,gpu,homo,False,False,True,0.2238750457763672,0.6029605865478516,0.49304962158203125,0.4355907440185547,0.43511390686035156,0.41961669921875,0.43654441833496094,0.4057884216308594,0.41222572326660156,0.4291534423828125,0.14734268188476562,0.15974044799804688,0.12683868408203125,0.12350082397460938,0.1442432403564453,0.11920928955078125,0.12803077697753906,0.15616416931152344,0.118255615234375,0.15234947204589844 +1000,5000,gpu,homo,False,False,False,0.2009868621826172,0.22649765014648438,0.1995563507080078,0.1995563507080078,0.2143383026123047,0.2560615539550781,0.2994537353515625,0.2238750457763672,0.1857280731201172,0.21409988403320312,0.2110004425048828,0.1804828643798828,0.1652240753173828,0.1976490020751953,0.17547607421875,0.1785755157470703,0.15783309936523438,0.17213821411132812,0.164031982421875,0.1499652862548828 +1000,5000,gpu,uniform,True,True,True,0.4496574401855469,0.4429817199707031,0.49185752868652344,0.4646778106689453,0.4646778106689453,0.4553794860839844,0.49233436584472656,0.4887580871582031,0.44226646423339844,0.4627704620361328,0.2460479736328125,0.23102760314941406,0.22292137145996094,0.20384788513183594,0.21266937255859375,0.431060791015625,0.5657672882080078,0.3535747528076172,0.3504753112792969,0.3712177276611328 +1000,5000,gpu,uniform,True,True,False,0.23317337036132812,0.25534629821777344,0.2472400665283203,0.2663135528564453,0.23412704467773438,0.2353191375732422,0.26869773864746094,0.29349327087402344,0.28228759765625,0.2498626708984375,0.23889541625976562,0.22673606872558594,0.2288818359375,0.232696533203125,0.2148151397705078,0.22077560424804688,0.22935867309570312,0.2243518829345703,0.2257823944091797,0.45371055603027344 +1000,5000,gpu,uniform,False,True,True,0.5333423614501953,0.4756450653076172,0.49567222595214844,0.476837158203125,0.4496574401855469,0.4525184631347656,0.4754066467285156,0.4811286926269531,0.4513263702392578,0.4944801330566406,0.32806396484375,0.30922889709472656,0.2913475036621094,0.3082752227783203,0.3063678741455078,0.3085136413574219,0.43010711669921875,0.4029273986816406,0.31185150146484375,0.2942085266113281 +1000,5000,gpu,uniform,False,True,False,0.2827644348144531,0.24843215942382812,0.2276897430419922,0.26345252990722656,0.23221969604492188,0.2720355987548828,0.2605915069580078,0.21529197692871094,0.2429485321044922,0.2541542053222656,0.3101825714111328,0.24080276489257812,0.26345252990722656,0.2620220184326172,0.22673606872558594,0.23221969604492188,0.23126602172851562,0.2410411834716797,0.20694732666015625,0.2529621124267578 +1000,5000,gpu,uniform,True,False,True,0.5311965942382812,0.5290508270263672,0.5304813385009766,0.5059242248535156,0.49233436584472656,0.5137920379638672,0.5173683166503906,0.4775524139404297,0.4680156707763672,0.4673004150390625,0.3387928009033203,0.3387928009033203,0.32329559326171875,0.2987384796142578,0.35071372985839844,0.3330707550048828,0.3254413604736328,0.3266334533691406,0.3311634063720703,0.32591819763183594 +1000,5000,gpu,uniform,True,False,False,0.5471706390380859,0.5407333374023438,0.5176067352294922,0.5128383636474609,0.5056858062744141,0.5271434783935547,0.49805641174316406,0.4515647888183594,0.49757957458496094,0.4973411560058594,0.20647048950195312,0.22721290588378906,0.2243518829345703,0.2357959747314453,0.19478797912597656,0.2200603485107422,0.23245811462402344,0.22554397583007812,0.5331039428710938,0.4329681396484375 +1000,5000,gpu,uniform,False,False,True,0.2944469451904297,0.2410411834716797,0.21982192993164062,0.23436546325683594,0.23221969604492188,0.2613067626953125,0.2460479736328125,0.23508071899414062,0.28967857360839844,0.23627281188964844,0.23174285888671875,0.17261505126953125,0.20384788513183594,0.4382133483886719,0.4851818084716797,0.4303455352783203,0.3552436828613281,0.32258033752441406,0.29540061950683594,0.6880760192871094 +1000,5000,gpu,uniform,False,False,False,0.30517578125,0.29778480529785156,0.2772808074951172,0.22912025451660156,0.2269744873046875,0.23412704467773438,0.24557113647460938,0.2338886260986328,0.2315044403076172,0.22840499877929688,0.47516822814941406,0.35071372985839844,0.2989768981933594,0.30231475830078125,0.2894401550292969,0.28824806213378906,0.2810955047607422,0.3180503845214844,0.2880096435546875,0.30732154846191406 +1000,5000,gpu,normal,True,True,True,0.2663135528564453,0.3561973571777344,0.5888938903808594,0.49877166748046875,0.5011558532714844,0.4889965057373047,0.4639625549316406,0.4544258117675781,0.45108795166015625,0.44083595275878906,0.30922889709472656,0.3349781036376953,0.3001689910888672,0.3311634063720703,0.3151893615722656,0.2880096435546875,0.2734661102294922,0.3116130828857422,0.29015541076660156,0.29587745666503906 +1000,5000,gpu,normal,True,True,False,0.2989768981933594,0.2582073211669922,0.7281303405761719,0.29015541076660156,0.24938583374023438,0.23627281188964844,0.3688335418701172,0.29540061950683594,0.2186298370361328,0.24580955505371094,0.31685829162597656,0.29850006103515625,0.30732154846191406,0.27561187744140625,0.2970695495605469,0.3075599670410156,0.30422210693359375,0.27060508728027344,0.29468536376953125,0.37097930908203125 +1000,5000,gpu,normal,False,True,True,0.25653839111328125,0.24318695068359375,0.2560615539550781,0.23674964904785156,0.25916099548339844,0.22745132446289062,0.2467632293701172,0.2040863037109375,0.2300739288330078,0.21767616271972656,0.3333091735839844,0.3628730773925781,0.3204345703125,0.33283233642578125,0.3540515899658203,0.3294944763183594,0.33664703369140625,0.41031837463378906,0.3523826599121094,0.2923011779785156 +1000,5000,gpu,normal,False,True,False,0.64849853515625,0.5130767822265625,0.4878044128417969,0.5738735198974609,0.47016143798828125,0.4971027374267578,0.44608116149902344,0.44155120849609375,0.4925727844238281,0.4649162292480469,0.209808349609375,0.21457672119140625,0.23818016052246094,0.19979476928710938,0.21576881408691406,0.24628639221191406,0.20742416381835938,0.28133392333984375,0.4639625549316406,0.37598609924316406 +1000,5000,gpu,normal,True,False,True,0.23126602172851562,0.24056434631347656,0.240325927734375,0.225067138671875,0.2353191375732422,0.26154518127441406,0.2589225769042969,0.36215782165527344,0.3924369812011719,0.2980232238769531,0.2689361572265625,0.240325927734375,0.22602081298828125,0.2396106719970703,0.2117156982421875,0.2593994140625,0.22745132446289062,0.23031234741210938,0.1900196075439453,0.20456314086914062 +1000,5000,gpu,normal,True,False,False,0.2505779266357422,0.2491474151611328,0.232696533203125,0.22125244140625,0.27298927307128906,0.2448558807373047,0.24890899658203125,0.2536773681640625,0.2276897430419922,0.2548694610595703,0.36263465881347656,0.5509853363037109,0.3743171691894531,0.3561973571777344,0.3230571746826172,0.3402233123779297,0.33092498779296875,0.26226043701171875,0.2396106719970703,0.26035308837890625 +1000,5000,gpu,normal,False,False,True,0.5202293395996094,0.5035400390625,0.44655799865722656,0.2570152282714844,0.21386146545410156,0.2238750457763672,0.2560615539550781,0.2143383026123047,0.22149085998535156,0.2741813659667969,0.20194053649902344,0.21147727966308594,0.2071857452392578,0.5049705505371094,0.36072731018066406,0.29277801513671875,0.28967857360839844,0.2849102020263672,0.28777122497558594,0.28896331787109375 +1000,5000,gpu,normal,False,False,False,0.25272369384765625,0.25725364685058594,0.25844573974609375,0.28228759765625,0.23627281188964844,0.21886825561523438,0.22721290588378906,0.23174285888671875,0.24938583374023438,0.2014636993408203,0.17571449279785156,0.19741058349609375,0.17833709716796875,0.18715858459472656,0.17642974853515625,0.18143653869628906,0.15854835510253906,0.1983642578125,0.179290771484375,0.16021728515625 +1000,10000,gpu,homo,True,True,True,0.26726722717285156,0.2567768096923828,0.2467632293701172,0.2567768096923828,0.24843215942382812,0.232696533203125,0.24390220642089844,0.24938583374023438,0.22029876708984375,0.2281665802001953,0.15592575073242188,0.1499652862548828,0.15473365783691406,0.15234947204589844,0.16641616821289062,0.14781951904296875,0.15664100646972656,0.14257431030273438,0.15091896057128906,0.15211105346679688 +1000,10000,gpu,homo,True,True,False,0.26917457580566406,0.2856254577636719,0.6072521209716797,0.2968311309814453,0.23245811462402344,0.27251243591308594,0.22339820861816406,0.2391338348388672,0.2486705780029297,0.2543926239013672,0.24890899658203125,0.23317337036132812,0.2281665802001953,0.22864341735839844,0.23365020751953125,0.2243518829345703,0.2589225769042969,0.28824806213378906,0.27751922607421875,0.2846717834472656 +1000,10000,gpu,homo,False,True,True,0.21123886108398438,0.232696533203125,0.21076202392578125,0.2262592315673828,0.2224445343017578,0.2200603485107422,0.22745132446289062,0.2181529998779297,0.21004676818847656,0.2143383026123047,0.1964569091796875,0.2040863037109375,0.20813941955566406,0.1983642578125,0.20194053649902344,0.20051002502441406,0.19812583923339844,0.4696846008300781,0.3795623779296875,0.30922889709472656 +1000,10000,gpu,homo,False,True,False,0.5087852478027344,0.45418739318847656,0.4191398620605469,0.42057037353515625,0.41222572326660156,0.4355907440185547,0.4127025604248047,0.40984153747558594,0.2562999725341797,0.21576881408691406,0.278472900390625,0.22649765014648438,0.23984909057617188,0.2434253692626953,0.24390220642089844,0.25844573974609375,0.23627281188964844,0.2510547637939453,0.22363662719726562,0.2396106719970703 +1000,10000,gpu,homo,True,False,True,0.22268295288085938,0.6334781646728516,0.5156993865966797,0.4563331604003906,0.4754066467285156,0.4525184631347656,0.469207763671875,0.4515647888183594,0.4363059997558594,0.47969818115234375,0.2200603485107422,0.23126602172851562,0.23818016052246094,0.23055076599121094,0.22721290588378906,0.2129077911376953,0.21696090698242188,0.209808349609375,0.2281665802001953,0.22172927856445312 +1000,10000,gpu,homo,True,False,False,0.23746490478515625,0.19860267639160156,0.23555755615234375,0.21314620971679688,0.213623046875,0.19407272338867188,0.20384788513183594,0.2009868621826172,0.2028942108154297,0.22363662719726562,0.2524852752685547,0.24247169494628906,0.247955322265625,0.2586841583251953,0.22411346435546875,0.4582405090332031,0.4475116729736328,0.40221214294433594,0.43392181396484375,0.4119873046875 +1000,10000,gpu,homo,False,False,True,0.20956993103027344,0.22935867309570312,0.19121170043945312,0.2391338348388672,0.22220611572265625,0.22172927856445312,0.202178955078125,0.23984909057617188,0.2269744873046875,0.20432472229003906,0.21958351135253906,0.20766258239746094,0.19097328186035156,0.19502639770507812,0.1735687255859375,0.19979476928710938,0.19693374633789062,0.1704692840576172,0.1773834228515625,0.21719932556152344 +1000,10000,gpu,homo,False,False,False,0.217437744140625,0.21791458129882812,0.22077560424804688,0.2105236053466797,0.1976490020751953,0.20551681518554688,0.23293495178222656,0.24890899658203125,0.202178955078125,0.21696090698242188,0.2148151397705078,0.2117156982421875,0.2129077911376953,0.20575523376464844,0.2033710479736328,0.17261505126953125,0.18596649169921875,0.18477439880371094,0.18024444580078125,0.171661376953125 +1000,10000,gpu,uniform,True,True,True,0.3314018249511719,0.2791881561279297,0.2620220184326172,0.28967857360839844,0.2701282501220703,0.26345252990722656,0.2601146697998047,0.26345252990722656,0.2808570861816406,0.2524852752685547,0.2968311309814453,0.3006458282470703,0.2841949462890625,0.3097057342529297,0.3390312194824219,0.2808570861816406,0.2827644348144531,0.28896331787109375,0.28777122497558594,0.286102294921875 +1000,10000,gpu,uniform,True,True,False,0.5829334259033203,0.5514621734619141,0.5714893341064453,0.6554126739501953,0.5059242248535156,0.4901885986328125,0.5004405975341797,0.6620883941650391,0.5114078521728516,0.45752525329589844,0.21219253540039062,0.19550323486328125,0.23365020751953125,0.20360946655273438,0.2205371856689453,0.1823902130126953,0.5462169647216797,0.28395652770996094,0.21147727966308594,0.5040168762207031 +1000,10000,gpu,uniform,False,True,True,0.4761219024658203,0.4582405090332031,0.47397613525390625,0.44035911560058594,0.4317760467529297,0.46372413635253906,0.4382133483886719,0.4661083221435547,0.4792213439941406,0.4544258117675781,0.2586841583251953,0.2818107604980469,0.26679039001464844,0.27561187744140625,0.24127960205078125,0.22673606872558594,0.25010108947753906,0.2522468566894531,0.25463104248046875,0.21958351135253906 +1000,10000,gpu,uniform,False,True,False,0.4646778106689453,0.4646778106689453,0.4703998565673828,0.5054473876953125,0.45490264892578125,0.4420280456542969,0.4487037658691406,0.4620552062988281,0.4611015319824219,0.43845176696777344,0.38051605224609375,0.35691261291503906,0.3743171691894531,0.3521442413330078,0.37097930908203125,0.3294944763183594,0.3829002380371094,0.37217140197753906,0.31113624572753906,0.3414154052734375 +1000,10000,gpu,uniform,True,False,True,0.3001689910888672,0.2498626708984375,0.22602081298828125,0.240325927734375,0.23746490478515625,0.23984909057617188,0.25844573974609375,0.2646446228027344,0.25010108947753906,0.21982192993164062,0.4210472106933594,0.3685951232910156,0.3654956817626953,0.36334991455078125,0.347137451171875,0.3685951232910156,0.4928112030029297,0.3647804260253906,0.3418922424316406,0.31185150146484375 +1000,10000,gpu,uniform,True,False,False,0.3104209899902344,0.2574920654296875,0.2980232238769531,0.2799034118652344,0.24557113647460938,0.2429485321044922,0.22912025451660156,0.24819374084472656,0.2562999725341797,0.2651214599609375,0.4811286926269531,0.44083595275878906,0.41604042053222656,0.4050731658935547,0.38623809814453125,0.4036426544189453,0.37407875061035156,0.408172607421875,0.3719329833984375,0.40459632873535156 +1000,10000,gpu,uniform,False,False,True,0.2932548522949219,0.2665519714355469,0.2951622009277344,0.26679039001464844,0.2472400665283203,0.26917457580566406,0.247955322265625,0.2543926239013672,0.24056434631347656,0.26488304138183594,0.34236907958984375,0.31375885009765625,0.28395652770996094,0.2951622009277344,0.3120899200439453,0.29587745666503906,0.32258033752441406,0.29969215393066406,0.29349327087402344,0.3578662872314453 +1000,10000,gpu,uniform,False,False,False,0.45180320739746094,0.47397613525390625,0.47969818115234375,0.46539306640625,0.4878044128417969,0.45490264892578125,0.4622936248779297,0.47326087951660156,0.4558563232421875,0.4456043243408203,0.1919269561767578,0.20623207092285156,0.20956993103027344,0.19240379333496094,0.21314620971679688,0.2143383026123047,0.20885467529296875,0.1697540283203125,0.1938343048095703,0.19097328186035156 +1000,10000,gpu,normal,True,True,True,0.2930164337158203,0.6034374237060547,0.5521774291992188,0.5412101745605469,0.5075931549072266,0.6399154663085938,0.4916191101074219,0.5273818969726562,0.5404949188232422,0.5097389221191406,0.1811981201171875,0.2086162567138672,0.16927719116210938,0.3516674041748047,0.1919269561767578,0.19073486328125,0.18835067749023438,0.21028518676757812,0.19931793212890625,0.19598007202148438 +1000,10000,gpu,normal,True,True,False,0.5135536193847656,0.48661231994628906,0.518798828125,0.514984130859375,0.5035400390625,0.5269050598144531,0.3745555877685547,0.339508056640625,0.28586387634277344,0.3376007080078125,0.2982616424560547,0.3027915954589844,0.3261566162109375,0.32448768615722656,0.32973289489746094,0.3066062927246094,0.3216266632080078,0.33164024353027344,0.33855438232421875,0.33473968505859375 +1000,10000,gpu,normal,False,True,True,0.5466938018798828,0.4932880401611328,0.49495697021484375,0.4086494445800781,0.5948543548583984,0.5381107330322266,0.5724430084228516,0.5335807800292969,0.7088184356689453,0.5869865417480469,0.4067420959472656,0.39005279541015625,0.4031658172607422,0.39196014404296875,0.385284423828125,0.3838539123535156,0.40459632873535156,0.3986358642578125,0.4057884216308594,0.3948211669921875 +1000,10000,gpu,normal,False,True,False,0.24580955505371094,0.2913475036621094,0.27680397033691406,0.2720355987548828,0.2532005310058594,0.25844573974609375,0.2639293670654297,0.2491474151611328,0.26226043701171875,0.26917457580566406,0.415802001953125,0.43010711669921875,0.39458274841308594,0.42057037353515625,0.4115104675292969,0.5691051483154297,0.4010200500488281,0.39958953857421875,0.40984153747558594,0.38433074951171875 +1000,10000,gpu,normal,True,False,True,0.2808570861816406,0.24127960205078125,0.6232261657714844,0.5705356597900391,0.499725341796875,0.5052089691162109,0.47326087951660156,0.4773139953613281,0.4515647888183594,0.5877017974853516,0.28443336486816406,0.30040740966796875,0.2701282501220703,0.2560615539550781,0.3178119659423828,0.2903938293457031,0.27751922607421875,0.26226043701171875,0.27298927307128906,0.26035308837890625 +1000,10000,gpu,normal,True,False,False,0.6506443023681641,0.5235671997070312,0.6537437438964844,0.5228519439697266,0.5388259887695312,0.4830360412597656,0.4684925079345703,0.5288124084472656,0.4715919494628906,0.4444122314453125,0.400543212890625,0.4324913024902344,0.3883838653564453,0.38051605224609375,0.3979206085205078,0.3657341003417969,0.4150867462158203,0.39839744567871094,0.38552284240722656,0.38313865661621094 +1000,10000,gpu,normal,False,False,True,0.2536773681640625,0.26535987854003906,0.2276897430419922,0.2422332763671875,0.2243518829345703,0.2512931823730469,0.2810955047607422,0.24747848510742188,0.2384185791015625,0.24390220642089844,0.27441978454589844,0.19288063049316406,0.19884109497070312,0.26702880859375,0.22745132446289062,0.4475116729736328,0.2105236053466797,0.23245811462402344,0.213623046875,0.22912025451660156 +1000,10000,gpu,normal,False,False,False,0.22101402282714844,0.23102760314941406,0.3077983856201172,0.26607513427734375,0.28014183044433594,0.2460479736328125,0.26226043701171875,0.3006458282470703,0.888824462890625,0.6039142608642578,0.2205371856689453,0.19979476928710938,0.1895427703857422,0.19788742065429688,0.21958351135253906,0.1728534698486328,0.19931793212890625,0.19502639770507812,0.2589225769042969,0.431060791015625 +1000,25000,gpu,homo,True,True,True,0.31876564025878906,0.30517578125,0.30612945556640625,0.29468536376953125,0.31447410583496094,0.3046989440917969,0.29587745666503906,0.33664703369140625,0.3154277801513672,0.3249645233154297,0.16736984252929688,0.16880035400390625,0.1647472381591797,0.14352798461914062,0.16999244689941406,0.1609325408935547,0.1690387725830078,0.16164779663085938,0.1552104949951172,0.16450881958007812 +1000,25000,gpu,homo,True,True,False,0.3390312194824219,0.48613548278808594,0.28586387634277344,0.2739429473876953,0.31280517578125,0.27751922607421875,0.2655982971191406,0.29087066650390625,0.29349327087402344,0.28514862060546875,0.17309188842773438,0.16021728515625,0.16617774963378906,0.15974044799804688,0.12111663818359375,0.15234947204589844,0.15544891357421875,0.1647472381591797,0.16045570373535156,0.16498565673828125 +1000,25000,gpu,homo,False,True,True,0.42319297790527344,0.4570484161376953,0.41031837463378906,0.4353523254394531,0.4146099090576172,0.2467632293701172,0.2269744873046875,0.21696090698242188,0.2148151397705078,0.19311904907226562,0.2732276916503906,0.3006458282470703,0.2827644348144531,0.27823448181152344,0.2543926239013672,0.2884864807128906,0.2701282501220703,0.28777122497558594,0.3056526184082031,0.2849102020263672 +1000,25000,gpu,homo,False,True,False,0.21839141845703125,0.21576881408691406,0.5481243133544922,0.6177425384521484,0.492095947265625,0.5023479461669922,0.43487548828125,0.4818439483642578,0.43392181396484375,0.42319297790527344,0.3409385681152344,0.3476142883300781,0.32973289489746094,0.3414154052734375,0.3402233123779297,0.3142356872558594,0.3256797790527344,0.32329559326171875,0.37550926208496094,0.4107952117919922 +1000,25000,gpu,homo,True,False,True,0.24700164794921875,0.2415180206298828,0.21266937255859375,0.22149085998535156,0.22792816162109375,0.22983551025390625,0.2243518829345703,0.2262592315673828,0.22935867309570312,0.22149085998535156,0.45108795166015625,0.47850608825683594,0.4906654357910156,0.43654441833496094,0.4413127899169922,0.4057884216308594,0.41103363037109375,0.42319297790527344,0.4265308380126953,0.415802001953125 +1000,25000,gpu,homo,True,False,False,0.42891502380371094,0.42891502380371094,0.4279613494873047,0.4258155822753906,0.4100799560546875,0.5857944488525391,0.45180320739746094,0.44608116149902344,0.4277229309082031,0.41484832763671875,0.4947185516357422,0.4291534423828125,0.4222393035888672,0.41794776916503906,0.4162788391113281,0.40841102600097656,0.41294097900390625,0.4031658172607422,0.423431396484375,0.39577484130859375 +1000,25000,gpu,homo,False,False,True,0.35858154296875,0.6392002105712891,0.6585121154785156,0.5433559417724609,0.5168914794921875,0.4649162292480469,0.43463706970214844,0.41103363037109375,0.4048347473144531,0.40841102600097656,0.2923011779785156,0.4971027374267578,0.3414154052734375,0.3044605255126953,0.2713203430175781,0.2818107604980469,0.26106834411621094,0.26297569274902344,0.24271011352539062,0.2753734588623047 +1000,25000,gpu,homo,False,False,False,0.21147727966308594,0.2377033233642578,0.3905296325683594,0.22602081298828125,0.21576881408691406,0.225067138671875,0.2129077911376953,0.23055076599121094,0.2181529998779297,0.21457672119140625,0.2846717834472656,0.2701282501220703,0.2791881561279297,0.26869773864746094,0.26416778564453125,0.2722740173339844,0.2734661102294922,0.2713203430175781,0.26679039001464844,0.27680397033691406 +1000,25000,gpu,uniform,True,True,True,0.3757476806640625,0.40459632873535156,0.4153251647949219,0.4291534423828125,0.3941059112548828,0.3871917724609375,0.41365623474121094,0.37980079650878906,0.3981590270996094,0.46896934509277344,0.29730796813964844,0.29730796813964844,0.2884864807128906,0.2696514129638672,0.29468536376953125,0.29850006103515625,0.3249645233154297,0.3180503845214844,0.28514862060546875,0.2930164337158203 +1000,25000,gpu,uniform,True,True,False,0.7052421569824219,0.6439685821533203,0.5905628204345703,0.6330013275146484,0.5829334259033203,0.6170272827148438,0.606536865234375,0.5846023559570312,0.5583763122558594,0.5881786346435547,0.2987384796142578,0.3402233123779297,0.2982616424560547,0.31495094299316406,0.3268718719482422,0.2987384796142578,0.30112266540527344,0.2789497375488281,0.31638145446777344,0.32067298889160156 +1000,25000,gpu,uniform,False,True,True,0.25725364685058594,0.6349086761474609,0.5555152893066406,0.40030479431152344,0.2422332763671875,0.2772808074951172,0.24890899658203125,0.5545616149902344,0.6132125854492188,0.5593299865722656,0.34356117248535156,0.34999847412109375,0.35858154296875,0.3337860107421875,0.3070831298828125,0.32591819763183594,0.3669261932373047,0.3566741943359375,0.3457069396972656,0.3237724304199219 +1000,25000,gpu,uniform,False,True,False,0.26702880859375,0.26726722717285156,0.23984909057617188,0.23603439331054688,0.2498626708984375,0.24175643920898438,0.22268295288085938,0.23102760314941406,0.23317337036132812,0.27680397033691406,0.35834312438964844,0.3662109375,0.36144256591796875,0.3299713134765625,0.3495216369628906,0.34809112548828125,0.3387928009033203,0.37980079650878906,0.3495216369628906,0.3457069396972656 +1000,25000,gpu,uniform,True,False,True,0.28896331787109375,0.24890899658203125,0.25963783264160156,0.2543926239013672,0.2562999725341797,0.6005764007568359,0.5705356597900391,0.4935264587402344,0.446319580078125,0.47326087951660156,0.45680999755859375,0.4761219024658203,0.44155120849609375,0.49805641174316406,0.469207763671875,0.4868507385253906,0.4642009735107422,0.7855892181396484,0.4868507385253906,0.5004405975341797 +1000,25000,gpu,uniform,True,False,False,0.27441978454589844,0.25272369384765625,0.2651214599609375,0.29540061950683594,0.2732276916503906,0.24271011352539062,0.25773048400878906,0.2644062042236328,0.2658367156982422,0.2472400665283203,0.3485679626464844,0.3542900085449219,0.3693103790283203,0.3204345703125,0.3612041473388672,0.3814697265625,0.36597251892089844,0.3974437713623047,0.5409717559814453,0.3457069396972656 +1000,25000,gpu,uniform,False,False,True,0.2803802490234375,0.2532005310058594,0.2644062042236328,0.2827644348144531,0.24175643920898438,0.28395652770996094,0.2930164337158203,0.2448558807373047,0.2624988555908203,0.30231475830078125,0.15974044799804688,0.21409988403320312,0.20170211791992188,0.19693374633789062,0.18286705017089844,0.2155303955078125,0.2143383026123047,0.20051002502441406,0.1742839813232422,0.1971721649169922 +1000,25000,gpu,uniform,False,False,False,0.6074905395507812,0.6499290466308594,0.6363391876220703,0.6191730499267578,0.5202293395996094,0.5161762237548828,0.5459785461425781,0.5462169647216797,0.5037784576416016,0.5450248718261719,0.25177001953125,0.2346038818359375,0.2129077911376953,0.1876354217529297,0.1900196075439453,0.2281665802001953,0.1628398895263672,0.20265579223632812,0.23746490478515625,0.20599365234375 +1000,25000,gpu,normal,True,True,True,0.4818439483642578,0.4832744598388672,0.4603862762451172,0.44798851013183594,0.476837158203125,0.47659873962402344,0.49424171447753906,0.4906654357910156,0.4630088806152344,0.4572868347167969,0.24461746215820312,0.23055076599121094,0.2148151397705078,0.18215179443359375,0.2503395080566406,0.20575523376464844,0.1888275146484375,0.20837783813476562,0.1811981201171875,0.21266937255859375 +1000,25000,gpu,normal,True,True,False,0.461578369140625,0.45037269592285156,0.7436275482177734,0.5064010620117188,0.4773139953613281,0.4620552062988281,0.42629241943359375,0.4570484161376953,0.42438507080078125,0.48351287841796875,0.213623046875,0.18930435180664062,0.2315044403076172,0.2307891845703125,0.21409988403320312,0.20051002502441406,0.1919269561767578,0.18405914306640625,0.23555755615234375,0.22339820861816406 +1000,25000,gpu,normal,False,True,True,0.47016143798828125,0.461578369140625,0.4935264587402344,0.47779083251953125,0.3216266632080078,0.3025531768798828,0.28443336486816406,0.24199485778808594,0.28514862060546875,0.6315708160400391,0.4355907440185547,0.4265308380126953,0.4134178161621094,0.453948974609375,0.4317760467529297,0.41961669921875,0.41365623474121094,0.42057037353515625,0.4429817199707031,0.415802001953125 +1000,25000,gpu,normal,False,True,False,0.2765655517578125,0.21505355834960938,0.25773048400878906,0.23126602172851562,0.23174285888671875,0.26607513427734375,0.21457672119140625,0.24461746215820312,0.2532005310058594,0.22935867309570312,0.43463706970214844,0.44083595275878906,0.4448890686035156,0.4570484161376953,0.6735324859619141,0.5950927734375,0.5745887756347656,0.5922317504882812,0.5693435668945312,0.5774497985839844 +1000,25000,gpu,normal,True,False,True,0.27751922607421875,0.2410411834716797,0.27108192443847656,0.2799034118652344,0.30303001403808594,0.2894401550292969,0.23984909057617188,0.38361549377441406,0.2799034118652344,0.25773048400878906,0.4482269287109375,0.6723403930664062,0.6377696990966797,0.5896091461181641,0.5576610565185547,0.5834102630615234,0.6036758422851562,0.5733966827392578,0.5948543548583984,0.5545616149902344 +1000,25000,gpu,normal,True,False,False,0.27871131896972656,0.25272369384765625,0.23102760314941406,0.24819374084472656,0.24747848510742188,0.2608299255371094,0.25963783264160156,0.24580955505371094,0.26869773864746094,0.25200843811035156,0.6053447723388672,0.5888938903808594,0.5717277526855469,0.6122589111328125,0.5965232849121094,0.5815029144287109,0.6113052368164062,0.5745887756347656,0.5581378936767578,0.5977153778076172 +1000,25000,gpu,normal,False,False,True,0.2655982971191406,0.27942657470703125,0.26345252990722656,0.24890899658203125,0.2448558807373047,0.2713203430175781,0.24938583374023438,0.2846717834472656,0.24318695068359375,0.27441978454589844,0.17523765563964844,0.202178955078125,0.21910667419433594,0.1971721649169922,0.20599365234375,0.2200603485107422,0.2224445343017578,0.2162456512451172,0.23436546325683594,0.1957416534423828 +1000,25000,gpu,normal,False,False,False,0.2605915069580078,0.26154518127441406,0.25343894958496094,0.23508071899414062,0.2853870391845703,0.24580955505371094,0.25725364685058594,0.24843215942382812,0.25773048400878906,0.2682209014892578,0.24271011352539062,0.2117156982421875,0.225067138671875,0.2238750457763672,0.22530555725097656,0.22220611572265625,0.21791458129882812,0.22220611572265625,0.2429485321044922,0.4703998565673828 +1000,37500,gpu,homo,True,True,True,0.70953369140625,0.6167888641357422,0.6010532379150391,0.682830810546875,0.6058216094970703,0.5743503570556641,0.5748271942138672,0.6089210510253906,0.7071495056152344,0.6420612335205078,0.19168853759765625,0.18739700317382812,0.1888275146484375,0.1723766326904297,0.18072128295898438,0.18167495727539062,0.17547607421875,0.18286705017089844,0.17714500427246094,0.17309188842773438 +1000,37500,gpu,homo,True,True,False,0.42939186096191406,0.3695487976074219,0.35262107849121094,0.3311634063720703,0.3268718719482422,0.34499168395996094,0.7143020629882812,0.5896091461181641,0.5679130554199219,0.5917549133300781,0.2884864807128906,0.28252601623535156,0.24557113647460938,0.2777576446533203,0.2760887145996094,0.26869773864746094,0.2617835998535156,0.23412704467773438,0.270843505859375,0.2288818359375 +1000,37500,gpu,homo,False,True,True,0.4608631134033203,0.4458427429199219,0.4124641418457031,0.4172325134277344,0.408172607421875,0.408172607421875,0.4036426544189453,0.43702125549316406,0.42128562927246094,0.3750324249267578,0.36787986755371094,0.3898143768310547,0.37360191345214844,0.3941059112548828,0.3540515899658203,0.34809112548828125,0.3490447998046875,0.3821849822998047,0.37980079650878906,0.3895759582519531 +1000,37500,gpu,homo,False,True,False,0.5476474761962891,0.5068778991699219,0.5078315734863281,0.5259513854980469,0.499725341796875,0.5023479461669922,0.4050731658935547,0.4487037658691406,0.4284381866455078,0.44989585876464844,0.3972053527832031,0.4208087921142578,0.43082237243652344,0.4210472106933594,0.4382133483886719,0.4131793975830078,0.4248619079589844,0.40459632873535156,0.41604042053222656,0.4611015319824219 +1000,37500,gpu,homo,True,False,True,0.23221969604492188,0.25272369384765625,0.22459030151367188,0.23412704467773438,0.22029876708984375,0.23126602172851562,0.240325927734375,0.2346038818359375,0.232696533203125,0.2338886260986328,0.5271434783935547,0.5259513854980469,0.5183219909667969,0.5600452423095703,0.5810260772705078,0.49614906311035156,0.5033016204833984,0.4966259002685547,0.4971027374267578,0.4782676696777344 +1000,37500,gpu,homo,True,False,False,0.24819374084472656,0.5960464477539062,0.4723072052001953,0.4909038543701172,0.4642009735107422,0.43964385986328125,0.43320655822753906,0.41961669921875,0.42819976806640625,0.4131793975830078,0.6256103515625,0.6051063537597656,0.6206035614013672,0.4966259002685547,0.4360675811767578,0.44226646423339844,0.42128562927246094,0.4467964172363281,0.4391670227050781,0.4363059997558594 +1000,37500,gpu,homo,False,False,True,0.25582313537597656,0.21910667419433594,0.23412704467773438,0.23293495178222656,0.2117156982421875,0.209808349609375,0.23412704467773438,0.2040863037109375,0.22363662719726562,0.2269744873046875,0.2238750457763672,0.1811981201171875,0.19407272338867188,0.19741058349609375,0.19359588623046875,0.19741058349609375,0.22482872009277344,0.1957416534423828,0.2009868621826172,0.2052783966064453 +1000,37500,gpu,homo,False,False,False,0.4935264587402344,0.49567222595214844,0.514984130859375,0.46634674072265625,0.5125999450683594,0.49805641174316406,0.5075931549072266,0.5190372467041016,0.5195140838623047,0.4963874816894531,0.18453598022460938,0.18358230590820312,0.17023086547851562,0.17309188842773438,0.1690387725830078,0.17142295837402344,0.17189979553222656,0.16427040100097656,0.16736984252929688,0.17118453979492188 +1000,37500,gpu,uniform,True,True,True,0.5655288696289062,0.5135536193847656,0.5245208740234375,0.5030632019042969,0.4985332489013672,0.5040168762207031,0.47659873962402344,0.4642009735107422,0.4916191101074219,0.48995018005371094,0.22459030151367188,0.1800060272216797,0.14448165893554688,0.1690387725830078,0.16641616821289062,0.1666545867919922,0.9629726409912109,0.5557537078857422,0.5612373352050781,0.43487548828125 +1000,37500,gpu,uniform,True,True,False,0.5075931549072266,0.4525184631347656,0.5099773406982422,0.5176067352294922,0.5056858062744141,0.5047321319580078,0.8542537689208984,0.5464553833007812,0.5071163177490234,0.5116462707519531,0.33593177795410156,0.31495094299316406,0.2868175506591797,0.2884864807128906,0.2913475036621094,0.28228759765625,0.2968311309814453,0.29754638671875,0.28204917907714844,0.3299713134765625 +1000,37500,gpu,uniform,False,True,True,0.49948692321777344,0.5123615264892578,0.4839897155761719,0.3829002380371094,0.2918243408203125,0.2548694610595703,0.28634071350097656,0.24437904357910156,0.25582313537597656,0.2639293670654297,0.5276203155517578,0.5249977111816406,0.5037784576416016,0.4889965057373047,0.5192756652832031,0.5075931549072266,0.4801750183105469,0.48828125,0.5021095275878906,0.4978179931640625 +1000,37500,gpu,uniform,False,True,False,0.28133392333984375,0.24127960205078125,0.2498626708984375,0.2281665802001953,0.2472400665283203,0.2770423889160156,0.7364749908447266,0.5502700805664062,0.5731582641601562,0.4508495330810547,0.4477500915527344,0.4024505615234375,0.41031837463378906,0.40030479431152344,0.40602684020996094,0.40221214294433594,0.4062652587890625,0.4284381866455078,0.44798851013183594,0.44798851013183594 +1000,37500,gpu,uniform,True,False,True,0.3876686096191406,0.37980079650878906,0.3867149353027344,0.37932395935058594,0.3924369812011719,0.38909912109375,0.38313865661621094,0.3685951232910156,0.36334991455078125,0.4630088806152344,0.4496574401855469,0.44798851013183594,0.4296302795410156,0.42891502380371094,0.423431396484375,0.47779083251953125,0.4470348358154297,0.4494190216064453,0.44155120849609375,0.4246234893798828 +1000,37500,gpu,uniform,True,False,False,0.2810955047607422,0.2810955047607422,0.2677440643310547,0.2772808074951172,0.24175643920898438,0.23317337036132812,0.22792816162109375,0.2467632293701172,0.27370452880859375,0.2753734588623047,0.4143714904785156,0.3979206085205078,0.4496574401855469,0.4057884216308594,0.4334449768066406,0.43654441833496094,0.47898292541503906,0.44035911560058594,0.46133995056152344,0.42057037353515625 +1000,37500,gpu,uniform,False,False,True,0.2796649932861328,0.2522468566894531,0.23674964904785156,0.2276897430419922,0.24962425231933594,0.2448558807373047,0.27561187744140625,0.2715587615966797,0.24175643920898438,0.24390220642089844,0.2353191375732422,0.23555755615234375,0.24271011352539062,0.23698806762695312,0.21910667419433594,0.21386146545410156,0.21409988403320312,0.2243518829345703,0.217437744140625,0.2002716064453125 +1000,37500,gpu,uniform,False,False,False,0.2930164337158203,0.3185272216796875,0.2598762512207031,0.2739429473876953,0.255584716796875,0.2532005310058594,0.25463104248046875,0.274658203125,0.2560615539550781,0.263214111328125,0.19097328186035156,0.25200843811035156,0.2353191375732422,0.25153160095214844,0.20647048950195312,0.2105236053466797,0.2124309539794922,0.19216537475585938,0.23937225341796875,0.2295970916748047 +1000,37500,gpu,normal,True,True,True,0.9717941284179688,0.9546279907226562,0.9512901306152344,0.9407997131347656,0.9706020355224609,0.8769035339355469,0.8852481842041016,0.9081363677978516,0.9419918060302734,0.9436607360839844,0.3654956817626953,0.29540061950683594,0.3349781036376953,0.3273487091064453,0.3628730773925781,0.34809112548828125,0.3554821014404297,0.33211708068847656,0.3514289855957031,0.3407001495361328 +1000,37500,gpu,normal,True,True,False,0.6554126739501953,0.614166259765625,0.6146430969238281,0.6170272827148438,0.6093978881835938,0.637054443359375,0.6046295166015625,0.6206035614013672,0.6251335144042969,0.6473064422607422,0.20456314086914062,0.21147727966308594,0.21338462829589844,0.20742416381835938,0.33473968505859375,0.49877166748046875,0.3552436828613281,0.34046173095703125,0.316619873046875,0.3159046173095703 +1000,37500,gpu,normal,False,True,True,0.2551078796386719,0.25844573974609375,0.29468536376953125,0.2651214599609375,0.2353191375732422,0.2624988555908203,0.2384185791015625,0.24509429931640625,0.23889541625976562,0.518798828125,0.8029937744140625,0.6811618804931641,0.7028579711914062,0.6656646728515625,0.6747245788574219,0.7131099700927734,0.6732940673828125,0.6787776947021484,0.7052421569824219,0.6918907165527344 +1000,37500,gpu,normal,False,True,False,0.26798248291015625,0.2186298370361328,0.2143383026123047,0.2510547637939453,0.23674964904785156,0.2529621124267578,0.25343894958496094,0.21576881408691406,0.24056434631347656,0.22339820861816406,0.7565021514892578,0.8678436279296875,0.762939453125,0.7255077362060547,0.7262229919433594,0.7233619689941406,0.759124755859375,0.9548664093017578,0.7665157318115234,0.7264614105224609 +1000,37500,gpu,normal,True,False,True,0.23889541625976562,0.24271011352539062,0.25773048400878906,0.6160736083984375,0.5064010620117188,0.49877166748046875,0.44798851013183594,0.5028247833251953,0.46539306640625,0.4553794860839844,0.6265640258789062,0.8566379547119141,0.7505416870117188,1.0309219360351562,0.6322860717773438,0.6201267242431641,0.5948543548583984,0.7982254028320312,0.8111000061035156,0.7646083831787109 +1000,37500,gpu,normal,True,False,False,0.5159378051757812,0.48661231994628906,0.453948974609375,0.5588531494140625,0.5822181701660156,0.4966259002685547,0.492095947265625,0.46825408935546875,0.49376487731933594,0.46539306640625,1.0755062103271484,0.7703304290771484,0.7071495056152344,0.8206367492675781,0.7245540618896484,0.7326602935791016,0.7312297821044922,0.7028579711914062,0.7281303405761719,0.7016658782958984 +1000,37500,gpu,normal,False,False,True,0.2491474151611328,0.25963783264160156,0.23794174194335938,0.2732276916503906,0.2498626708984375,0.25200843811035156,0.2682209014892578,0.2601146697998047,0.23937225341796875,0.24580955505371094,0.37741661071777344,0.35071372985839844,0.35119056701660156,0.35190582275390625,0.3478527069091797,0.3592967987060547,0.3674030303955078,0.34236907958984375,0.32782554626464844,0.34427642822265625 +1000,37500,gpu,normal,False,False,False,0.2791881561279297,0.2644062042236328,0.2663135528564453,0.26297569274902344,0.263214111328125,0.2713203430175781,0.2536773681640625,0.23603439331054688,0.2651214599609375,0.2720355987548828,0.3333091735839844,0.3707408905029297,0.34499168395996094,0.34737586975097656,0.3769397735595703,0.3638267517089844,0.33545494079589844,0.2913475036621094,0.3421306610107422,0.34165382385253906 +1000,50000,gpu,homo,True,True,True,0.4401206970214844,0.4127025604248047,0.42724609375,0.514984130859375,0.4532337188720703,0.42510032653808594,0.4169940948486328,0.4203319549560547,0.423431396484375,0.4162788391113281,0.2257823944091797,0.209808349609375,0.2079010009765625,0.22172927856445312,0.2522468566894531,0.2884864807128906,0.2765655517578125,0.2529621124267578,0.2562999725341797,0.2522468566894531 +1000,50000,gpu,homo,True,True,False,0.37360191345214844,0.4036426544189453,0.3921985626220703,0.3674030303955078,0.4253387451171875,0.4012584686279297,0.7424354553222656,0.7436275482177734,0.5314350128173828,0.41174888610839844,0.2048015594482422,0.18739700317382812,0.19621849060058594,0.18739700317382812,0.18095970153808594,0.18858909606933594,0.2827644348144531,0.3952980041503906,0.3387928009033203,0.28443336486816406 +1000,50000,gpu,homo,False,True,True,0.2086162567138672,0.23102760314941406,0.20694732666015625,0.2071857452392578,0.19311904907226562,0.2143383026123047,0.20742416381835938,0.2262592315673828,0.22029876708984375,0.25153160095214844,0.4336833953857422,0.6635189056396484,0.6108283996582031,0.5543231964111328,0.5476474761962891,0.5681514739990234,0.5669593811035156,0.5397796630859375,0.6279945373535156,0.6022453308105469 +1000,50000,gpu,homo,False,True,False,0.4153251647949219,0.40912628173828125,0.3993511199951172,0.3998279571533203,0.40531158447265625,0.40149688720703125,0.400543212890625,0.38433074951171875,0.38433074951171875,0.3745555877685547,0.4646778106689453,0.5207061767578125,0.48851966857910156,0.5016326904296875,0.47135353088378906,0.4646778106689453,0.4570484161376953,0.4825592041015625,0.4849433898925781,0.49877166748046875 +1000,50000,gpu,homo,True,False,True,0.30159950256347656,0.26226043701171875,0.27060508728027344,0.4360675811767578,0.2522468566894531,0.2682209014892578,0.23174285888671875,0.23698806762695312,0.2562999725341797,0.24628639221191406,0.5145072937011719,0.5013942718505859,0.4737377166748047,0.4947185516357422,0.4661083221435547,0.4799365997314453,0.4916191101074219,0.4696846008300781,0.5040168762207031,0.47206878662109375 +1000,50000,gpu,homo,True,False,False,0.3383159637451172,0.25582313537597656,0.22530555725097656,0.2391338348388672,0.21409988403320312,0.2510547637939453,0.23126602172851562,0.24700164794921875,0.20432472229003906,0.2512931823730469,0.48613548278808594,0.49114227294921875,0.45299530029296875,0.4944801330566406,0.47087669372558594,0.4799365997314453,0.4801750183105469,0.45299530029296875,0.4551410675048828,0.4429817199707031 +1000,50000,gpu,homo,False,False,True,0.4322528839111328,0.4432201385498047,0.4343986511230469,0.4563331604003906,0.4565715789794922,0.4286766052246094,0.43392181396484375,0.431060791015625,0.4017353057861328,0.4394054412841797,0.24390220642089844,0.270843505859375,0.23865699768066406,0.24127960205078125,0.21266937255859375,0.24700164794921875,0.2372264862060547,0.23603439331054688,0.21004676818847656,0.19860267639160156 +1000,50000,gpu,homo,False,False,False,0.2498626708984375,0.25200843811035156,0.24175643920898438,0.2334117889404297,0.2505779266357422,0.23865699768066406,0.2460479736328125,0.2567768096923828,0.22721290588378906,0.2269744873046875,0.2532005310058594,0.37169456481933594,0.2262592315673828,0.2193450927734375,0.2067089080810547,0.2434253692626953,0.2262592315673828,0.2288818359375,0.2071857452392578,0.225067138671875 +1000,50000,gpu,uniform,True,True,True,0.5779266357421875,0.583648681640625,0.5781650543212891,0.5509853363037109,0.5602836608886719,0.5772113800048828,0.5643367767333984,0.5719661712646484,0.5791187286376953,0.5609989166259766,0.1914501190185547,0.1888275146484375,0.2033710479736328,0.5145072937011719,0.4334449768066406,0.32520294189453125,0.3750324249267578,0.4184246063232422,0.4563331604003906,0.3311634063720703 +1000,50000,gpu,uniform,True,True,False,0.7863044738769531,0.7295608520507812,0.7500648498535156,0.8440017700195312,0.8428096771240234,0.7700920104980469,0.7555484771728516,0.7495880126953125,0.7767677307128906,0.7612705230712891,0.4093647003173828,0.3292560577392578,0.3409385681152344,0.2949237823486328,0.32401084899902344,0.3139972686767578,0.3044605255126953,0.2994537353515625,0.2903938293457031,0.2899169921875 +1000,50000,gpu,uniform,False,True,True,0.2524852752685547,0.2956390380859375,0.24962425231933594,0.24509429931640625,0.24628639221191406,0.23365020751953125,0.2467632293701172,0.2703666687011719,0.244140625,0.27298927307128906,0.7922649383544922,0.6556510925292969,0.5965232849121094,0.5838871002197266,0.7498264312744141,0.6062984466552734,0.5686283111572266,0.5719661712646484,0.5745887756347656,0.5536079406738281 +1000,50000,gpu,uniform,False,True,False,0.27489662170410156,0.25200843811035156,0.23818016052246094,0.5841255187988281,0.47707557678222656,0.41937828063964844,0.4343986511230469,0.44035911560058594,0.5249977111816406,0.4928112030029297,0.5371570587158203,0.5042552947998047,0.5178451538085938,0.4966259002685547,0.4990100860595703,0.4944801330566406,0.5009174346923828,0.9853839874267578,0.6208419799804688,0.5688667297363281 +1000,50000,gpu,uniform,True,False,True,0.2906322479248047,0.28586387634277344,0.60272216796875,0.324249267578125,0.3666877746582031,0.2789497375488281,0.2789497375488281,0.27370452880859375,0.2727508544921875,0.2663135528564453,0.6303787231445312,0.621795654296875,0.6847381591796875,0.6835460662841797,0.644683837890625,0.6368160247802734,0.6422996520996094,0.67138671875,0.6513595581054688,0.7734298706054688 +1000,50000,gpu,uniform,True,False,False,0.2830028533935547,0.2932548522949219,0.2834796905517578,0.27871131896972656,0.2846717834472656,0.2841949462890625,0.2942085266113281,0.270843505859375,0.26297569274902344,0.2448558807373047,0.6628036499023438,0.7202625274658203,0.7011890411376953,0.6384849548339844,0.9140968322753906,0.6260871887207031,0.6151199340820312,0.6058216094970703,0.5843639373779297,0.5767345428466797 +1000,50000,gpu,uniform,False,False,True,0.3008842468261719,0.5967617034912109,0.5161762237548828,0.6136894226074219,0.5831718444824219,0.4508495330810547,0.5090236663818359,0.4718303680419922,0.5233287811279297,0.4787445068359375,0.2543926239013672,0.2777576446533203,0.2560615539550781,0.21076202392578125,0.2827644348144531,0.24580955505371094,0.2231597900390625,0.24127960205078125,0.2307891845703125,0.22411346435546875 +1000,50000,gpu,uniform,False,False,False,0.30684471130371094,0.34236907958984375,0.3273487091064453,0.3497600555419922,0.32901763916015625,0.3523826599121094,0.3459453582763672,0.3204345703125,0.3097057342529297,0.3476142883300781,0.4558563232421875,0.3769397735595703,0.4241466522216797,0.4267692565917969,0.408172607421875,0.3962516784667969,0.6039142608642578,0.42319297790527344,0.40721893310546875,0.3764629364013672 +1000,50000,gpu,normal,True,True,True,0.8401870727539062,0.8404254913330078,0.8337497711181641,0.8525848388671875,0.9884834289550781,0.7975101470947266,0.7927417755126953,0.7922649383544922,0.8087158203125,0.8070468902587891,0.3173351287841797,0.3037452697753906,0.33545494079589844,0.30493736267089844,0.30684471130371094,0.33473968505859375,0.2944469451904297,0.30422210693359375,0.29468536376953125,0.3082752227783203 +1000,50000,gpu,normal,True,True,False,1.0325908660888672,1.0302066802978516,1.0046958923339844,1.035928726196289,1.1022090911865234,1.0187625885009766,0.9620189666748047,0.9548664093017578,0.9353160858154297,0.9744167327880859,0.3094673156738281,0.3066062927246094,0.3094673156738281,0.31304359436035156,0.3001689910888672,0.3285408020019531,0.30493736267089844,0.2989768981933594,0.30684471130371094,0.2987384796142578 +1000,50000,gpu,normal,False,True,True,0.23674964904785156,0.2741813659667969,0.42057037353515625,0.3361701965332031,0.3254413604736328,0.30517578125,0.33164024353027344,0.29778480529785156,0.29468536376953125,0.29778480529785156,0.7967948913574219,0.7944107055664062,0.7677078247070312,0.7739067077636719,0.7860660552978516,0.782012939453125,0.9632110595703125,0.8158683776855469,0.7710456848144531,0.7171630859375 +1000,50000,gpu,normal,False,True,False,0.263214111328125,0.6320476531982422,0.7336139678955078,0.5321502685546875,0.2956390380859375,0.29397010803222656,0.27179718017578125,0.5061626434326172,0.5092620849609375,0.48351287841796875,0.7243156433105469,0.7169246673583984,0.72479248046875,0.7069110870361328,0.7076263427734375,0.7069110870361328,0.690460205078125,0.7617473602294922,0.7123947143554688,0.6952285766601562 +1000,50000,gpu,normal,True,False,True,0.2789497375488281,0.3387928009033203,0.3218650817871094,0.2753734588623047,0.2841949462890625,0.32448768615722656,0.2651214599609375,0.2720355987548828,0.28228759765625,0.2560615539550781,0.7793903350830078,0.7889270782470703,0.7872581481933594,0.8265972137451172,0.7929801940917969,0.7579326629638672,0.7541179656982422,0.7312297821044922,0.7805824279785156,0.77056884765625 +1000,50000,gpu,normal,True,False,False,0.28014183044433594,0.29754638671875,0.2894401550292969,0.25534629821777344,0.2713203430175781,0.2593994140625,0.2608299255371094,0.2887248992919922,0.26679039001464844,0.2875328063964844,0.8554458618164062,0.8327960968017578,0.8387565612792969,0.8485317230224609,0.8285045623779297,0.8320808410644531,0.8175373077392578,0.8292198181152344,0.8296966552734375,0.9255409240722656 +1000,50000,gpu,normal,False,False,True,0.2906322479248047,0.2532005310058594,0.26988983154296875,0.2503395080566406,0.2605915069580078,0.2682209014892578,0.2522468566894531,0.2593994140625,0.2624988555908203,0.26416778564453125,0.3819465637207031,0.4031658172607422,0.5583763122558594,0.44655799865722656,0.39958953857421875,0.3998279571533203,0.39267539978027344,0.38695335388183594,0.3826618194580078,0.3693103790283203 +1000,50000,gpu,normal,False,False,False,1.0404586791992188,0.25844573974609375,0.2779960632324219,0.27751922607421875,0.24819374084472656,0.24437904357910156,0.2722740173339844,0.2205371856689453,0.26226043701171875,0.2613067626953125,0.33020973205566406,0.36716461181640625,0.31638145446777344,0.3190040588378906,0.32520294189453125,0.31280517578125,0.3008842468261719,0.31638145446777344,0.3113746643066406,0.29087066650390625 +2500,1000,gpu,homo,True,True,True,0.25773048400878906,0.23865699768066406,0.23746490478515625,0.22864341735839844,0.21576881408691406,0.2193450927734375,0.2224445343017578,0.2541542053222656,0.23555755615234375,0.23555755615234375,0.26535987854003906,0.24271011352539062,0.25081634521484375,0.26488304138183594,0.2658367156982422,0.23555755615234375,0.2741813659667969,0.2663135528564453,0.2486705780029297,0.27251243591308594 +2500,1000,gpu,homo,True,True,False,0.39386749267578125,0.39649009704589844,0.4291534423828125,0.41961669921875,0.4897117614746094,0.4029273986816406,0.38933753967285156,0.39267539978027344,0.4000663757324219,0.3769397735595703,0.16736984252929688,0.16307830810546875,0.1647472381591797,0.1399517059326172,0.15592575073242188,0.1404285430908203,0.15807151794433594,0.17189979553222656,0.15664100646972656,0.1678466796875 +2500,1000,gpu,homo,False,True,True,0.2193450927734375,0.22363662719726562,0.2090930938720703,0.2238750457763672,0.20575523376464844,0.23484230041503906,0.21958351135253906,0.21719932556152344,0.22339820861816406,0.20647048950195312,0.18978118896484375,0.18525123596191406,0.19431114196777344,0.19097328186035156,0.18930435180664062,0.19121170043945312,0.17499923706054688,0.16641616821289062,0.17762184143066406,0.16570091247558594 +2500,1000,gpu,homo,False,True,False,0.47898292541503906,0.4451274871826172,0.4248619079589844,0.40650367736816406,0.4100799560546875,0.42366981506347656,0.3876686096191406,0.3800392150878906,0.4227161407470703,0.4024505615234375,0.1461505889892578,0.1690387725830078,0.15974044799804688,0.13136863708496094,0.179290771484375,0.13828277587890625,0.15425682067871094,0.1323223114013672,0.156402587890625,0.12993812561035156 +2500,1000,gpu,homo,True,False,True,0.22554397583007812,0.23365020751953125,0.22172927856445312,0.22125244140625,0.24390220642089844,0.23245811462402344,0.22649765014648438,0.20575523376464844,0.1919269561767578,0.18930435180664062,0.13065338134765625,0.1304149627685547,0.13327598571777344,0.1361370086669922,0.15306472778320312,0.14543533325195312,0.1354217529296875,0.1399517059326172,0.12612342834472656,0.13184547424316406 +2500,1000,gpu,homo,True,False,False,0.2276897430419922,0.2410411834716797,0.21910667419433594,0.22268295288085938,0.21529197692871094,0.20599365234375,0.20265579223632812,0.3254413604736328,0.22864341735839844,0.2110004425048828,0.2460479736328125,0.2574920654296875,0.2646446228027344,0.2410411834716797,0.24580955505371094,0.2422332763671875,0.25177001953125,0.2434253692626953,0.24056434631347656,0.2372264862060547 +2500,1000,gpu,homo,False,False,True,0.2770423889160156,0.2281665802001953,0.2665519714355469,0.2434253692626953,0.2810955047607422,0.217437744140625,0.22673606872558594,0.23555755615234375,0.2257823944091797,0.22268295288085938,0.2079010009765625,0.15926361083984375,0.19502639770507812,0.1895427703857422,0.19407272338867188,0.18715858459472656,0.2014636993408203,0.20742416381835938,0.4086494445800781,0.3421306610107422 +2500,1000,gpu,homo,False,False,False,0.2353191375732422,0.22411346435546875,0.22721290588378906,0.2334117889404297,0.19621849060058594,0.19669532775878906,0.1919269561767578,0.21982192993164062,0.22101402282714844,0.2384185791015625,0.19979476928710938,0.19741058349609375,0.2071857452392578,0.21004676818847656,0.20837783813476562,0.20313262939453125,0.20432472229003906,0.1895427703857422,0.18668174743652344,0.19121170043945312 +2500,1000,gpu,uniform,True,True,True,0.25963783264160156,0.2677440643310547,0.24008750915527344,0.22935867309570312,0.2372264862060547,0.23794174194335938,0.24437904357910156,0.2532005310058594,0.2319812774658203,0.24747848510742188,0.19741058349609375,0.19025802612304688,0.1933574676513672,0.21076202392578125,0.1728534698486328,0.19073486328125,0.16808509826660156,0.15974044799804688,0.1900196075439453,0.16188621520996094 +2500,1000,gpu,uniform,True,True,False,0.5800724029541016,0.5342960357666016,0.5037784576416016,0.4992485046386719,0.5025863647460938,0.4990100860595703,0.4703998565673828,0.4382133483886719,0.48351287841796875,0.4792213439941406,0.24008750915527344,0.21219253540039062,0.22101402282714844,0.21886825561523438,0.20003318786621094,0.47588348388671875,0.3769397735595703,0.28777122497558594,0.31256675720214844,0.3628730773925781 +2500,1000,gpu,uniform,False,True,True,0.3440380096435547,0.5621910095214844,0.522613525390625,0.5204677581787109,0.5819797515869141,0.5664825439453125,0.7853507995605469,0.5283355712890625,0.4928112030029297,0.47135353088378906,0.28586387634277344,0.2856254577636719,0.2961158752441406,0.31304359436035156,0.28967857360839844,0.2741813659667969,0.31685829162597656,0.32830238342285156,0.2944469451904297,0.29397010803222656 +2500,1000,gpu,uniform,False,True,False,1.6200542449951172,0.5860328674316406,0.5357265472412109,0.5362033843994141,0.5052089691162109,0.5955696105957031,0.4401206970214844,0.4336833953857422,0.4169940948486328,0.4878044128417969,0.2052783966064453,0.2262592315673828,0.17786026000976562,0.17762184143066406,0.20074844360351562,0.17213821411132812,0.19979476928710938,0.225067138671875,0.18405914306640625,0.18405914306640625 +2500,1000,gpu,uniform,True,False,True,0.5383491516113281,0.49304962158203125,0.4787445068359375,0.48422813415527344,0.48279762268066406,0.4897117614746094,0.4925727844238281,0.4622936248779297,0.4849433898925781,0.4673004150390625,0.3380775451660156,0.23889541625976562,0.23102760314941406,0.21147727966308594,0.20074844360351562,0.3981590270996094,0.34689903259277344,0.2849102020263672,0.27942657470703125,0.27441978454589844 +2500,1000,gpu,uniform,True,False,False,0.2548694610595703,0.2846717834472656,0.3170967102050781,0.2586841583251953,0.23555755615234375,0.21219253540039062,0.26535987854003906,0.24819374084472656,0.23674964904785156,0.2460479736328125,0.1933574676513672,0.2009868621826172,0.18525123596191406,0.2071857452392578,0.19311904907226562,0.16427040100097656,0.1685619354248047,0.20194053649902344,0.17189979553222656,0.1659393310546875 +2500,1000,gpu,uniform,False,False,True,0.2391338348388672,0.21576881408691406,0.23293495178222656,0.22530555725097656,0.1800060272216797,0.1995563507080078,0.2167224884033203,0.2510547637939453,0.2543926239013672,0.2684593200683594,0.2086162567138672,0.17905235290527344,0.18095970153808594,0.1971721649169922,0.16164779663085938,0.16760826110839844,0.19502639770507812,0.21600723266601562,0.1773834228515625,0.19431114196777344 +2500,1000,gpu,uniform,False,False,False,0.4849433898925781,0.4673004150390625,0.47135353088378906,0.46443939208984375,0.46324729919433594,0.46515464782714844,0.48232078552246094,0.46372413635253906,0.47135353088378906,0.4608631134033203,0.21338462829589844,0.20956993103027344,0.1857280731201172,0.21219253540039062,0.2276897430419922,0.2734661102294922,0.21791458129882812,0.2391338348388672,0.24127960205078125,0.2186298370361328 +2500,1000,gpu,normal,True,True,True,0.25773048400878906,0.24390220642089844,0.24271011352539062,0.2434253692626953,0.2410411834716797,0.26917457580566406,0.26535987854003906,0.2696514129638672,0.2467632293701172,0.24747848510742188,0.2770423889160156,0.24700164794921875,0.21839141845703125,0.247955322265625,0.24271011352539062,0.20837783813476562,0.20241737365722656,0.19359588623046875,0.2048015594482422,0.21791458129882812 +2500,1000,gpu,normal,True,True,False,0.2627372741699219,0.2574920654296875,0.22602081298828125,0.2295970916748047,0.2200603485107422,0.24318695068359375,0.2281665802001953,0.2486705780029297,0.240325927734375,0.2510547637939453,0.19288063049316406,0.2415180206298828,0.20956993103027344,0.1709461212158203,0.17690658569335938,0.18072128295898438,0.20885467529296875,0.19598007202148438,0.18072128295898438,0.18835067749023438 +2500,1000,gpu,normal,False,True,True,0.4551410675048828,0.46515464782714844,0.45108795166015625,0.5011558532714844,0.4811286926269531,0.4608631134033203,0.46896934509277344,0.4591941833496094,0.4494190216064453,0.4744529724121094,0.20575523376464844,0.19359588623046875,0.21719932556152344,0.17189979553222656,0.18787384033203125,0.1742839813232422,0.22149085998535156,0.2262592315673828,0.1709461212158203,0.22077560424804688 +2500,1000,gpu,normal,False,True,False,0.4737377166748047,0.45037269592285156,0.499725341796875,0.4773139953613281,0.4413127899169922,0.4582405090332031,0.457763671875,0.4649162292480469,0.4622936248779297,0.47588348388671875,0.22602081298828125,0.19741058349609375,0.23698806762695312,0.2384185791015625,0.23412704467773438,0.19359588623046875,0.20074844360351562,0.18906593322753906,0.2071857452392578,0.1995563507080078 +2500,1000,gpu,normal,True,False,True,0.6108283996582031,0.5319118499755859,0.4742145538330078,0.44655799865722656,0.5974769592285156,0.4792213439941406,0.46133995056152344,0.47397613525390625,0.4513263702392578,0.4286766052246094,0.23508071899414062,0.2181529998779297,0.19502639770507812,0.21529197692871094,0.22411346435546875,0.1976490020751953,0.2079010009765625,0.20384788513183594,0.2110004425048828,0.1995563507080078 +2500,1000,gpu,normal,True,False,False,0.2751350402832031,0.255584716796875,0.22101402282714844,0.25200843811035156,0.22459030151367188,0.2503395080566406,0.25010108947753906,0.2505779266357422,0.22268295288085938,0.25773048400878906,0.476837158203125,0.3447532653808594,0.3368854522705078,0.3101825714111328,0.30112266540527344,0.316619873046875,0.2970695495605469,0.3008842468261719,0.3075599670410156,0.3566741943359375 +2500,1000,gpu,normal,False,False,True,0.3745555877685547,0.3840923309326172,0.39076805114746094,0.3719329833984375,0.38814544677734375,0.3952980041503906,0.3943443298339844,0.45490264892578125,0.446319580078125,0.4756450653076172,0.3275871276855469,0.30303001403808594,0.2834796905517578,0.3075599670410156,0.2894401550292969,0.3113746643066406,0.3046989440917969,0.2830028533935547,0.30422210693359375,0.2808570861816406 +2500,1000,gpu,normal,False,False,False,0.2636909484863281,0.3018379211425781,0.29087066650390625,0.3070831298828125,0.3027915954589844,0.3101825714111328,0.28514862060546875,0.3769397735595703,0.5440711975097656,0.2911090850830078,0.22149085998535156,0.217437744140625,0.1933574676513672,0.21791458129882812,0.2448558807373047,0.17452239990234375,0.21409988403320312,0.2014636993408203,0.22363662719726562,0.2143383026123047 +2500,2500,gpu,homo,True,True,True,0.2589225769042969,0.2319812774658203,0.2193450927734375,0.2181529998779297,0.2646446228027344,0.2205371856689453,0.21195411682128906,0.22554397583007812,0.24843215942382812,0.23984909057617188,0.2295970916748047,0.1697540283203125,0.20456314086914062,0.1621246337890625,0.16117095947265625,0.17595291137695312,0.20194053649902344,0.16927719116210938,0.20265579223632812,0.1544952392578125 +2500,2500,gpu,homo,True,True,False,0.2434253692626953,0.2307891845703125,0.19741058349609375,0.2105236053466797,0.20766258239746094,0.20837783813476562,0.2181529998779297,0.2079010009765625,0.20599365234375,0.19288063049316406,0.19049644470214844,0.1666545867919922,0.17786026000976562,0.15926361083984375,0.15807151794433594,0.18358230590820312,0.15926361083984375,0.1709461212158203,0.16641616821289062,0.179290771484375 +2500,2500,gpu,homo,False,True,True,0.42700767517089844,0.40078163146972656,0.3936290740966797,0.39839744567871094,0.39696693420410156,0.4165172576904297,0.4127025604248047,0.3802776336669922,0.4146099090576172,0.39196014404296875,0.21076202392578125,0.19240379333496094,0.16069412231445312,0.1685619354248047,0.1857280731201172,0.1938343048095703,0.1659393310546875,0.16260147094726562,0.20003318786621094,0.18787384033203125 +2500,2500,gpu,homo,False,True,False,0.2155303955078125,0.2295970916748047,0.24390220642089844,0.21409988403320312,0.209808349609375,0.2162456512451172,0.2071857452392578,0.4706382751464844,0.21910667419433594,0.20956993103027344,0.28824806213378906,0.26798248291015625,0.2803802490234375,0.27632713317871094,0.278472900390625,0.24127960205078125,0.2694129943847656,0.2818107604980469,0.25844573974609375,0.28395652770996094 +2500,2500,gpu,homo,True,False,True,0.4203319549560547,0.4398822784423828,0.4253387451171875,0.4146099090576172,0.4162788391113281,0.41174888610839844,0.43845176696777344,0.4558563232421875,0.41365623474121094,0.4200935363769531,0.1747608184814453,0.1728534698486328,0.15497207641601562,0.14019012451171875,0.14257431030273438,0.152587890625,0.13709068298339844,0.15926361083984375,0.1628398895263672,0.15497207641601562 +2500,2500,gpu,homo,True,False,False,0.2129077911376953,0.2009868621826172,0.19669532775878906,0.1914501190185547,0.23984909057617188,0.24819374084472656,0.21147727966308594,0.2014636993408203,0.22149085998535156,0.2033710479736328,0.1919269561767578,0.17523765563964844,0.18310546875,0.1862049102783203,0.1785755157470703,0.18405914306640625,0.19359588623046875,0.17881393432617188,0.16570091247558594,0.20194053649902344 +2500,2500,gpu,homo,False,False,True,0.28967857360839844,0.23484230041503906,0.24747848510742188,0.23746490478515625,0.22983551025390625,0.23365020751953125,0.24628639221191406,0.2315044403076172,0.247955322265625,0.22339820861816406,0.2777576446533203,0.2582073211669922,0.2968311309814453,0.29349327087402344,0.2589225769042969,0.31185150146484375,0.3116130828857422,0.2772808074951172,0.2758502960205078,0.3483295440673828 +2500,2500,gpu,homo,False,False,False,0.45013427734375,0.4203319549560547,0.40650367736816406,0.40459632873535156,0.40602684020996094,0.4067420959472656,0.4069805145263672,0.4076957702636719,0.408172607421875,0.42557716369628906,0.2872943878173828,0.2734661102294922,0.2570152282714844,0.2617835998535156,0.26106834411621094,0.2551078796386719,0.22983551025390625,0.24509429931640625,0.22935867309570312,0.22482872009277344 +2500,2500,gpu,uniform,True,True,True,0.5939006805419922,0.4894733428955078,0.5025863647460938,0.36978721618652344,0.27823448181152344,0.2532005310058594,0.2636909484863281,0.2627372741699219,0.27179718017578125,0.23365020751953125,0.20074844360351562,0.21409988403320312,0.23221969604492188,0.2048015594482422,0.21791458129882812,0.21123886108398438,0.20813941955566406,0.20503997802734375,0.2014636993408203,0.2071857452392578 +2500,2500,gpu,uniform,True,True,False,0.52642822265625,0.4901885986328125,0.4940032958984375,0.49304962158203125,0.4832744598388672,0.5056858062744141,0.6363391876220703,0.5602836608886719,0.5068778991699219,0.499725341796875,0.34165382385253906,0.3066062927246094,0.3018379211425781,0.396728515625,0.32520294189453125,0.3001689910888672,0.31375885009765625,0.4336833953857422,0.42891502380371094,0.32711029052734375 +2500,2500,gpu,uniform,False,True,True,0.24819374084472656,0.2644062042236328,0.24247169494628906,0.27942657470703125,0.22482872009277344,0.23627281188964844,0.2486705780029297,0.24080276489257812,0.6053447723388672,0.5207061767578125,0.19860267639160156,0.20742416381835938,0.18978118896484375,0.17952919006347656,0.23746490478515625,0.1952648162841797,0.2357959747314453,0.19288063049316406,0.20694732666015625,0.21076202392578125 +2500,2500,gpu,uniform,False,True,False,0.26297569274902344,0.2765655517578125,0.2415180206298828,0.2849102020263672,0.2779960632324219,0.25844573974609375,0.2391338348388672,0.2295970916748047,0.25200843811035156,0.24557113647460938,0.2486705780029297,0.21195411682128906,0.23865699768066406,0.20599365234375,0.24938583374023438,0.20194053649902344,0.22220611572265625,0.2086162567138672,0.2300739288330078,0.19097328186035156 +2500,2500,gpu,uniform,True,False,True,0.22840499877929688,0.26226043701171875,0.255584716796875,0.24271011352539062,0.23055076599121094,0.2262592315673828,0.2143383026123047,0.2295970916748047,0.2598762512207031,0.213623046875,0.21314620971679688,0.22220611572265625,0.19741058349609375,0.19240379333496094,0.20933151245117188,0.20456314086914062,0.20647048950195312,0.20503997802734375,0.1983642578125,0.1938343048095703 +2500,2500,gpu,uniform,True,False,False,0.24890899658203125,0.24652481079101562,0.2551078796386719,0.2346038818359375,0.43320655822753906,0.2562999725341797,0.24127960205078125,0.22792816162109375,0.2636909484863281,0.23365020751953125,0.37217140197753906,0.33211708068847656,0.3676414489746094,0.34046173095703125,0.3101825714111328,0.30303001403808594,0.30684471130371094,0.2899169921875,0.30875205993652344,0.2963542938232422 +2500,2500,gpu,uniform,False,False,True,0.5121231079101562,0.5755424499511719,0.5080699920654297,0.522613525390625,0.5202293395996094,0.5049705505371094,0.5335807800292969,0.5600452423095703,0.5199909210205078,0.5457401275634766,0.1785755157470703,0.23102760314941406,0.2014636993408203,0.21409988403320312,0.186920166015625,0.18310546875,0.21004676818847656,0.16689300537109375,0.2067089080810547,0.1850128173828125 +2500,2500,gpu,uniform,False,False,False,0.26726722717285156,0.23651123046875,0.2205371856689453,0.22983551025390625,0.22172927856445312,0.25582313537597656,0.2536773681640625,0.22411346435546875,0.21767616271972656,0.2961158752441406,0.1971721649169922,0.1971721649169922,0.2346038818359375,0.21982192993164062,0.2739429473876953,0.25153160095214844,0.2186298370361328,0.217437744140625,0.2243518829345703,0.20837783813476562 +2500,2500,gpu,normal,True,True,True,0.2627372741699219,0.22149085998535156,0.6089210510253906,0.5762577056884766,0.5445480346679688,0.4971027374267578,0.5011558532714844,0.3705024719238281,0.26607513427734375,0.2238750457763672,0.29540061950683594,0.37479400634765625,0.31948089599609375,0.31185150146484375,0.3170967102050781,0.3101825714111328,0.3056526184082031,0.3159046173095703,0.3325939178466797,0.31566619873046875 +2500,2500,gpu,normal,True,True,False,0.5047321319580078,0.46324729919433594,0.4782676696777344,0.4730224609375,0.4317760467529297,0.44608116149902344,0.4405975341796875,0.4391670227050781,0.43773651123046875,0.4248619079589844,0.2167224884033203,0.25463104248046875,0.2067089080810547,0.1785755157470703,0.2186298370361328,0.1850128173828125,0.21457672119140625,0.18906593322753906,0.20384788513183594,0.17213821411132812 +2500,2500,gpu,normal,False,True,True,0.5712509155273438,0.5645751953125,0.4582405090332031,0.4737377166748047,0.47779083251953125,0.48232078552246094,0.49424171447753906,0.4951953887939453,0.5564689636230469,0.35071372985839844,0.2148151397705078,0.19860267639160156,0.20885467529296875,0.19621849060058594,0.22530555725097656,0.2300739288330078,0.20432472229003906,0.20503997802734375,0.18072128295898438,0.1857280731201172 +2500,2500,gpu,normal,False,True,False,0.6451606750488281,0.48923492431640625,0.49233436584472656,0.49877166748046875,0.4723072052001953,0.44918060302734375,0.4608631134033203,0.4889965057373047,0.5154609680175781,0.49614906311035156,0.37217140197753906,0.3376007080078125,0.3387928009033203,0.3266334533691406,0.33783912658691406,0.30875205993652344,0.3070831298828125,0.31185150146484375,0.22363662719726562,0.2238750457763672 +2500,2500,gpu,normal,True,False,True,0.25200843811035156,0.2684593200683594,0.25272369384765625,0.2639293670654297,0.26726722717285156,0.2887248992919922,0.270843505859375,0.24652481079101562,0.2617835998535156,0.28324127197265625,0.1819133758544922,0.2048015594482422,0.21004676818847656,0.21123886108398438,0.1888275146484375,0.21314620971679688,0.18835067749023438,0.22292137145996094,0.1895427703857422,0.2231597900390625 +2500,2500,gpu,normal,True,False,False,0.5466938018798828,0.2753734588623047,0.2598762512207031,0.2689361572265625,0.5557537078857422,0.5328655242919922,0.5242824554443359,0.4863739013671875,0.5295276641845703,0.6957054138183594,0.23698806762695312,0.2086162567138672,0.20122528076171875,0.2117156982421875,0.19288063049316406,0.2346038818359375,0.2505779266357422,0.1952648162841797,0.4508495330810547,0.3771781921386719 +2500,2500,gpu,normal,False,False,True,0.4706382751464844,0.4782676696777344,0.5481243133544922,0.49805641174316406,0.49805641174316406,0.46896934509277344,0.47516822814941406,0.4487037658691406,0.46181678771972656,0.47588348388671875,0.3535747528076172,0.3421306610107422,0.3628730773925781,0.347137451171875,0.3323554992675781,0.32973289489746094,0.3528594970703125,0.3101825714111328,0.26535987854003906,0.21886825561523438 +2500,2500,gpu,normal,False,False,False,0.202178955078125,0.2644062042236328,0.22864341735839844,0.23221969604492188,0.2357959747314453,0.20551681518554688,0.2701282501220703,0.24247169494628906,0.22292137145996094,0.6809234619140625,0.21338462829589844,0.23818016052246094,0.2200603485107422,0.217437744140625,0.1990795135498047,0.2117156982421875,0.19741058349609375,0.217437744140625,0.2315044403076172,0.20551681518554688 +2500,5000,gpu,homo,True,True,True,0.2200603485107422,0.21839141845703125,0.19311904907226562,0.20384788513183594,0.22912025451660156,0.22459030151367188,0.22530555725097656,0.21958351135253906,0.2040863037109375,0.22745132446289062,0.2942085266113281,0.2899169921875,0.2617835998535156,0.2815723419189453,0.2491474151611328,0.3666877746582031,0.2522468566894531,0.17762184143066406,0.18143653869628906,0.16927719116210938 +2500,5000,gpu,homo,True,True,False,0.27370452880859375,0.2281665802001953,0.23508071899414062,0.22792816162109375,0.20766258239746094,0.2353191375732422,0.21505355834960938,0.2071857452392578,0.23484230041503906,0.22792816162109375,0.1957416534423828,0.17786026000976562,0.16641616821289062,0.171661376953125,0.19216537475585938,0.1728534698486328,0.17452239990234375,0.1659393310546875,0.1766681671142578,0.16760826110839844 +2500,5000,gpu,homo,False,True,True,0.20551681518554688,0.23174285888671875,0.20241737365722656,0.20647048950195312,0.20742416381835938,0.2315044403076172,0.21147727966308594,0.20432472229003906,0.19621849060058594,0.1938343048095703,0.18668174743652344,0.18072128295898438,0.1888275146484375,0.15354156494140625,0.1671314239501953,0.1583099365234375,0.164031982421875,0.16307830810546875,0.17261505126953125,0.1838207244873047 +2500,5000,gpu,homo,False,True,False,0.7047653198242188,0.5924701690673828,0.5290508270263672,0.6000995635986328,0.4963874816894531,0.598907470703125,0.5059242248535156,0.4525184631347656,0.4241466522216797,0.44918060302734375,0.21219253540039062,0.2124309539794922,0.20933151245117188,0.22363662719726562,0.18739700317382812,0.20074844360351562,0.20837783813476562,0.1952648162841797,0.20432472229003906,0.194549560546875 +2500,5000,gpu,homo,True,False,True,0.24366378784179688,0.2396106719970703,0.24127960205078125,0.2295970916748047,0.2143383026123047,0.2434253692626953,0.2357959747314453,0.2257823944091797,0.2453327178955078,0.2410411834716797,0.29087066650390625,0.2808570861816406,0.2887248992919922,0.2982616424560547,0.33092498779296875,0.2925395965576172,0.2734661102294922,0.3001689910888672,0.301361083984375,0.3044605255126953 +2500,5000,gpu,homo,True,False,False,0.5548000335693359,0.6322860717773438,0.6914138793945312,0.45180320739746094,0.5123615264892578,0.4432201385498047,0.4227161407470703,0.41365623474121094,0.38933753967285156,0.3948211669921875,0.3502368927001953,0.3197193145751953,0.33402442932128906,0.32901763916015625,0.31375885009765625,0.31638145446777344,0.31280517578125,0.31566619873046875,0.3311634063720703,0.32591819763183594 +2500,5000,gpu,homo,False,False,True,0.2257823944091797,0.24461746215820312,0.20170211791992188,0.209808349609375,0.20933151245117188,0.213623046875,0.20265579223632812,0.209808349609375,0.2048015594482422,0.20694732666015625,0.1952648162841797,0.17690658569335938,0.16021728515625,0.20384788513183594,0.16999244689941406,0.18787384033203125,0.15163421630859375,0.194549560546875,0.17642974853515625,0.16736984252929688 +2500,5000,gpu,homo,False,False,False,0.2281665802001953,0.22482872009277344,0.2307891845703125,0.20313262939453125,0.22268295288085938,0.1850128173828125,0.22220611572265625,0.20313262939453125,0.28204917907714844,0.29850006103515625,0.20575523376464844,0.1678466796875,0.20360946655273438,0.18787384033203125,0.17905235290527344,0.1900196075439453,0.17595291137695312,0.1742839813232422,0.17213821411132812,0.1823902130126953 +2500,5000,gpu,uniform,True,True,True,0.2522468566894531,0.2624988555908203,0.247955322265625,0.2522468566894531,0.23794174194335938,0.2357959747314453,0.2357959747314453,0.2613067626953125,0.2715587615966797,0.25653839111328125,0.35500526428222656,0.3304481506347656,0.29730796813964844,0.3142356872558594,0.6358623504638672,0.4067420959472656,0.3380775451660156,0.3097057342529297,0.3154277801513672,0.3101825714111328 +2500,5000,gpu,uniform,True,True,False,0.25391578674316406,0.26106834411621094,0.22935867309570312,0.21529197692871094,0.26988983154296875,0.24938583374023438,0.2663135528564453,0.2448558807373047,0.26106834411621094,0.20933151245117188,0.19788742065429688,0.20551681518554688,0.20265579223632812,0.20122528076171875,0.1888275146484375,0.17213821411132812,0.1735687255859375,0.1914501190185547,0.1766681671142578,0.17404556274414062 +2500,5000,gpu,uniform,False,True,True,0.2372264862060547,0.25200843811035156,0.22649765014648438,0.28443336486816406,0.26416778564453125,0.2543926239013672,0.25391578674316406,0.23555755615234375,0.22077560424804688,0.21910667419433594,0.2334117889404297,0.22029876708984375,0.2372264862060547,0.22220611572265625,0.2193450927734375,0.22602081298828125,0.20051002502441406,0.20241737365722656,0.23889541625976562,0.20384788513183594 +2500,5000,gpu,uniform,False,True,False,0.25725364685058594,0.24938583374023438,0.25963783264160156,0.255584716796875,0.2636909484863281,0.2429485321044922,0.3161430358886719,0.2791881561279297,0.2562999725341797,0.2529621124267578,0.25081634521484375,0.2574920654296875,0.2608299255371094,0.2887248992919922,0.2932548522949219,0.2849102020263672,0.25534629821777344,0.2300739288330078,0.23746490478515625,0.2722740173339844 +2500,5000,gpu,uniform,True,False,True,0.2579689025878906,0.2789497375488281,0.2193450927734375,0.26345252990722656,0.2090930938720703,0.22363662719726562,0.20265579223632812,0.22101402282714844,0.26345252990722656,0.20003318786621094,0.23937225341796875,0.2510547637939453,0.2129077911376953,0.2338886260986328,0.27561187744140625,0.2346038818359375,0.22745132446289062,0.20885467529296875,0.240325927734375,0.20742416381835938 +2500,5000,gpu,uniform,True,False,False,0.4570484161376953,0.2734661102294922,0.24366378784179688,0.24127960205078125,0.26488304138183594,0.2722740173339844,0.2570152282714844,0.2532005310058594,0.25725364685058594,0.2593994140625,0.2567768096923828,0.24271011352539062,0.22411346435546875,0.23865699768066406,0.1957416534423828,0.24771690368652344,0.21147727966308594,0.21004676818847656,0.20551681518554688,0.27489662170410156 +2500,5000,gpu,uniform,False,False,True,0.2799034118652344,0.22792816162109375,0.2429485321044922,0.2720355987548828,0.2598762512207031,0.22101402282714844,0.21457672119140625,0.23937225341796875,0.2300739288330078,0.22792816162109375,0.3650188446044922,0.34165382385253906,0.36644935607910156,0.26988983154296875,0.22268295288085938,0.2543926239013672,0.20170211791992188,0.2052783966064453,0.2186298370361328,0.21719932556152344 +2500,5000,gpu,uniform,False,False,False,0.2505779266357422,0.2586841583251953,0.2532005310058594,0.2675056457519531,0.27060508728027344,0.27060508728027344,0.26702880859375,0.2646446228027344,0.24437904357910156,0.2601146697998047,0.1850128173828125,0.2238750457763672,0.15306472778320312,0.19741058349609375,0.18787384033203125,0.19621849060058594,0.1933574676513672,0.1761913299560547,0.18930435180664062,0.19168853759765625 +2500,5000,gpu,normal,True,True,True,0.4830360412597656,0.4477500915527344,0.48041343688964844,0.4706382751464844,0.4119873046875,0.24652481079101562,0.2536773681640625,0.27751922607421875,0.22935867309570312,0.2846717834472656,0.18477439880371094,0.1819133758544922,0.19121170043945312,0.2105236053466797,0.19669532775878906,0.1888275146484375,0.18596649169921875,0.23102760314941406,0.2262592315673828,0.2994537353515625 +2500,5000,gpu,normal,True,True,False,0.2205371856689453,0.24843215942382812,0.22983551025390625,0.25963783264160156,0.2422332763671875,0.2269744873046875,0.23484230041503906,0.2295970916748047,0.2372264862060547,0.24318695068359375,0.22983551025390625,0.28705596923828125,0.24509429931640625,0.22077560424804688,0.194549560546875,0.2002716064453125,0.21195411682128906,0.19860267639160156,0.20432472229003906,0.19407272338867188 +2500,5000,gpu,normal,False,True,True,0.2505779266357422,0.22602081298828125,0.24318695068359375,0.22721290588378906,0.23317337036132812,0.2155303955078125,0.3039836883544922,0.29587745666503906,0.2357959747314453,0.22149085998535156,0.25081634521484375,0.22554397583007812,0.2338886260986328,0.2040863037109375,0.2086162567138672,0.24628639221191406,0.2551078796386719,0.25153160095214844,0.1773834228515625,0.24771690368652344 +2500,5000,gpu,normal,False,True,False,0.2636909484863281,0.22554397583007812,0.22363662719726562,0.2300739288330078,0.2713203430175781,0.23221969604492188,0.2522468566894531,0.21910667419433594,0.25963783264160156,0.2117156982421875,0.3228187561035156,0.3516674041748047,0.3590583801269531,0.35643577575683594,0.3330707550048828,0.3571510314941406,0.40650367736816406,0.3743171691894531,0.408172607421875,0.38123130798339844 +2500,5000,gpu,normal,True,False,True,0.5133152008056641,0.4737377166748047,0.5764961242675781,0.6084442138671875,0.3523826599121094,0.23603439331054688,0.25963783264160156,0.2334117889404297,0.23698806762695312,0.22482872009277344,0.2143383026123047,0.2300739288330078,0.2422332763671875,0.24247169494628906,0.232696533203125,0.22840499877929688,0.22983551025390625,0.22673606872558594,0.24008750915527344,0.21505355834960938 +2500,5000,gpu,normal,True,False,False,0.2186298370361328,0.24628639221191406,0.2524852752685547,0.2453327178955078,0.5893707275390625,0.5085468292236328,0.47469139099121094,0.47779083251953125,0.46062469482421875,0.4734992980957031,0.42176246643066406,0.37980079650878906,0.2999305725097656,0.32019615173339844,0.30422210693359375,0.29158592224121094,0.27489662170410156,0.2884864807128906,0.2880096435546875,0.29277801513671875 +2500,5000,gpu,normal,False,False,True,0.26726722717285156,0.25391578674316406,0.23746490478515625,0.26035308837890625,0.2856254577636719,0.6554126739501953,0.5197525024414062,0.5118846893310547,0.4849433898925781,0.4737377166748047,0.244140625,0.2837181091308594,0.2396106719970703,0.23317337036132812,0.26106834411621094,0.20241737365722656,0.2028942108154297,0.2276897430419922,0.17571449279785156,0.2429485321044922 +2500,5000,gpu,normal,False,False,False,0.25463104248046875,0.2598762512207031,0.24771690368652344,0.23937225341796875,0.2696514129638672,0.24318695068359375,0.49591064453125,0.5509853363037109,0.5021095275878906,0.7522106170654297,0.244140625,0.24390220642089844,0.25463104248046875,0.24127960205078125,0.26035308837890625,0.26488304138183594,0.244140625,0.20384788513183594,0.25010108947753906,0.20956993103027344 +2500,10000,gpu,homo,True,True,True,0.47397613525390625,0.469207763671875,0.45752525329589844,0.4620552062988281,0.43654441833496094,0.4353523254394531,0.4360675811767578,0.43129920959472656,0.4439353942871094,0.43702125549316406,0.18930435180664062,0.19073486328125,0.18525123596191406,0.17976760864257812,0.16570091247558594,0.17952919006347656,0.19288063049316406,0.1761913299560547,0.19669532775878906,0.17523765563964844 +2500,10000,gpu,homo,True,True,False,0.2281665802001953,0.2734661102294922,0.22602081298828125,0.23937225341796875,0.2422332763671875,0.2205371856689453,0.2281665802001953,0.24390220642089844,0.2186298370361328,0.2148151397705078,0.31185150146484375,0.2834796905517578,0.28395652770996094,0.2617835998535156,0.28324127197265625,0.2713203430175781,0.2846717834472656,0.2799034118652344,0.28061866760253906,0.2796649932861328 +2500,10000,gpu,homo,False,True,True,0.42319297790527344,0.41604042053222656,0.40221214294433594,0.40602684020996094,0.41484832763671875,0.28133392333984375,0.23865699768066406,0.2524852752685547,0.2124309539794922,0.2288818359375,0.5128383636474609,0.40268898010253906,0.33926963806152344,0.3457069396972656,0.3414154052734375,0.3223419189453125,0.3349781036376953,0.33164024353027344,0.32830238342285156,0.33211708068847656 +2500,10000,gpu,homo,False,True,False,0.4756450653076172,0.46253204345703125,0.44274330139160156,0.6592273712158203,0.5033016204833984,0.43392181396484375,0.46634674072265625,0.44846534729003906,0.4436969757080078,0.4725456237792969,0.42128562927246094,0.35381317138671875,0.4038810729980469,0.40268898010253906,0.3895759582519531,0.4134178161621094,0.35071372985839844,0.3800392150878906,0.3540515899658203,0.39458274841308594 +2500,10000,gpu,homo,True,False,True,0.20551681518554688,0.2276897430419922,0.23031234741210938,0.1888275146484375,0.21958351135253906,0.23317337036132812,0.1971721649169922,0.18906593322753906,0.2117156982421875,0.22673606872558594,0.2665519714355469,0.25200843811035156,0.2491474151611328,0.23508071899414062,0.2219676971435547,0.22721290588378906,0.23889541625976562,0.24890899658203125,0.2448558807373047,0.2448558807373047 +2500,10000,gpu,homo,True,False,False,0.2319812774658203,0.2505779266357422,0.2243518829345703,0.21886825561523438,0.21529197692871094,0.2167224884033203,0.23031234741210938,0.23317337036132812,0.2033710479736328,0.2353191375732422,0.22554397583007812,0.2472400665283203,0.24580955505371094,0.24771690368652344,0.2391338348388672,0.2512931823730469,0.2262592315673828,0.4458427429199219,0.3707408905029297,0.3457069396972656 +2500,10000,gpu,homo,False,False,True,0.2675056457519531,0.2853870391845703,0.2791881561279297,0.21147727966308594,0.25391578674316406,0.21767616271972656,0.5135536193847656,0.2682209014892578,0.5815029144287109,0.2963542938232422,0.2586841583251953,0.27871131896972656,0.2598762512207031,0.22840499877929688,0.21266937255859375,0.24056434631347656,0.2205371856689453,0.21076202392578125,0.24080276489257812,0.2288818359375 +2500,10000,gpu,homo,False,False,False,0.23484230041503906,0.2396106719970703,0.24056434631347656,0.22983551025390625,0.27680397033691406,0.5993843078613281,0.6413459777832031,0.49185752868652344,0.5371570587158203,0.4801750183105469,0.17762184143066406,0.20551681518554688,0.18739700317382812,0.18358230590820312,0.18548965454101562,0.20074844360351562,0.20051002502441406,0.17189979553222656,0.20551681518554688,0.17523765563964844 +2500,10000,gpu,uniform,True,True,True,0.2951622009277344,0.2713203430175781,0.308990478515625,0.286102294921875,0.2872943878173828,0.27489662170410156,0.2791881561279297,0.6036758422851562,0.5304813385009766,0.5018711090087891,0.18286705017089844,0.24843215942382812,0.18405914306640625,0.2758502960205078,0.2906322479248047,0.22292137145996094,0.18143653869628906,0.17261505126953125,0.24199485778808594,0.23293495178222656 +2500,10000,gpu,uniform,True,True,False,0.2853870391845703,0.3097057342529297,0.23484230041503906,0.27680397033691406,0.26154518127441406,0.26226043701171875,0.3154277801513672,0.24747848510742188,0.2486705780029297,0.2639293670654297,0.3287792205810547,0.3459453582763672,0.3330707550048828,0.3008842468261719,0.3352165222167969,0.301361083984375,0.29468536376953125,0.4858970642089844,0.41484832763671875,0.34117698669433594 +2500,10000,gpu,uniform,False,True,True,0.2636909484863281,0.23221969604492188,0.2353191375732422,0.2522468566894531,0.22482872009277344,0.244140625,0.2453327178955078,0.23984909057617188,0.23651123046875,0.240325927734375,0.3631114959716797,0.3464221954345703,0.33593177795410156,0.3275871276855469,0.3523826599121094,0.3368854522705078,0.377655029296875,0.33545494079589844,0.3497600555419922,0.3483295440673828 +2500,10000,gpu,uniform,False,True,False,0.2529621124267578,0.2741813659667969,0.2601146697998047,0.392913818359375,0.24747848510742188,0.2779960632324219,0.2772808074951172,0.2677440643310547,0.2193450927734375,0.2543926239013672,0.2911090850830078,0.31685829162597656,0.3209114074707031,0.2884864807128906,0.28133392333984375,0.2601146697998047,0.2582073211669922,0.2713203430175781,0.244140625,0.27489662170410156 +2500,10000,gpu,uniform,True,False,True,0.2703666687011719,0.23937225341796875,0.2880096435546875,0.28824806213378906,0.28204917907714844,0.24890899658203125,0.2779960632324219,0.5114078521728516,0.28514862060546875,0.28586387634277344,0.3159046173095703,0.29015541076660156,0.29659271240234375,0.2593994140625,0.27441978454589844,0.2663135528564453,0.2796649932861328,0.2696514129638672,0.31185150146484375,0.7550716400146484 +2500,10000,gpu,uniform,True,False,False,0.2510547637939453,0.2689361572265625,0.3120899200439453,0.27942657470703125,0.26488304138183594,0.2739429473876953,0.2789497375488281,0.27298927307128906,0.24509429931640625,0.26679039001464844,0.2624988555908203,0.23412704467773438,0.2353191375732422,0.2582073211669922,0.2770423889160156,0.24318695068359375,0.247955322265625,0.27561187744140625,0.24652481079101562,0.3008842468261719 +2500,10000,gpu,uniform,False,False,True,0.23674964904785156,0.2052783966064453,0.21576881408691406,0.2357959747314453,0.21505355834960938,0.24080276489257812,0.2231597900390625,0.217437744140625,0.225067138671875,0.255584716796875,0.1773834228515625,0.17714500427246094,0.18739700317382812,0.17333030700683594,0.17213821411132812,0.2143383026123047,0.2319812774658203,0.16498565673828125,0.18286705017089844,0.17976760864257812 +2500,10000,gpu,uniform,False,False,False,0.2415180206298828,0.2269744873046875,0.2353191375732422,0.3609657287597656,0.5056858062744141,0.4963874816894531,0.39958953857421875,0.3445148468017578,0.38886070251464844,0.6017684936523438,0.28634071350097656,0.34046173095703125,0.28324127197265625,0.32806396484375,0.33092498779296875,0.31447410583496094,0.3025531768798828,0.3037452697753906,0.2892017364501953,0.3066062927246094 +2500,10000,gpu,normal,True,True,True,0.2865791320800781,0.2684593200683594,0.25534629821777344,0.27108192443847656,0.28514862060546875,0.26297569274902344,0.2989768981933594,0.24962425231933594,0.2799034118652344,0.26535987854003906,0.23698806762695312,0.2105236053466797,0.2086162567138672,0.22363662719726562,0.2117156982421875,0.19621849060058594,0.2281665802001953,0.21529197692871094,0.23412704467773438,0.18310546875 +2500,10000,gpu,normal,True,True,False,0.6475448608398438,0.6074905395507812,0.5342960357666016,0.51116943359375,0.4913806915283203,0.4868507385253906,0.4754066467285156,0.6368160247802734,0.6239414215087891,0.5617141723632812,0.22172927856445312,0.1862049102783203,0.19621849060058594,0.2567768096923828,0.18262863159179688,0.2186298370361328,0.22101402282714844,0.22101402282714844,0.4012584686279297,0.3409385681152344 +2500,10000,gpu,normal,False,True,True,0.21076202392578125,0.2696514129638672,0.2593994140625,0.25773048400878906,0.23436546325683594,0.2334117889404297,0.2560615539550781,0.2486705780029297,0.23555755615234375,0.20885467529296875,0.5259513854980469,0.5896091461181641,0.47659873962402344,0.4363059997558594,0.4119873046875,0.4189014434814453,0.3886222839355469,0.4470348358154297,0.4127025604248047,0.3936290740966797 +2500,10000,gpu,normal,False,True,False,0.2677440643310547,0.2613067626953125,0.24652481079101562,0.2410411834716797,0.2765655517578125,0.255584716796875,0.24628639221191406,0.5929470062255859,0.5843639373779297,0.6880760192871094,0.27489662170410156,0.3025531768798828,0.29850006103515625,0.2627372741699219,0.30231475830078125,0.2646446228027344,0.2663135528564453,0.28586387634277344,0.2694129943847656,0.27871131896972656 +2500,10000,gpu,normal,True,False,True,0.4527568817138672,0.5033016204833984,0.4677772521972656,0.4627704620361328,0.4642009735107422,0.46563148498535156,0.4429817199707031,0.41365623474121094,0.4515647888183594,0.4467964172363281,0.415802001953125,0.4534721374511719,0.40531158447265625,0.42057037353515625,0.7557868957519531,0.46944618225097656,0.3910064697265625,0.4189014434814453,0.4074573516845703,0.4248619079589844 +2500,10000,gpu,normal,True,False,False,0.7936954498291016,0.5676746368408203,0.4699230194091797,0.4963874816894531,0.48041343688964844,0.4508495330810547,0.43845176696777344,0.4544258117675781,0.4901885986328125,0.2815723419189453,0.3886222839355469,0.4432201385498047,0.4634857177734375,0.47087669372558594,1.4760494232177734,0.4520416259765625,0.4191398620605469,0.4096031188964844,0.41294097900390625,0.3886222839355469 +2500,10000,gpu,normal,False,False,True,0.2636909484863281,0.28395652770996094,0.26726722717285156,0.2715587615966797,0.270843505859375,0.2727508544921875,0.2994537353515625,0.2434253692626953,0.24199485778808594,0.26917457580566406,0.19741058349609375,0.21576881408691406,0.21147727966308594,0.23746490478515625,0.5159378051757812,0.3654956817626953,0.4718303680419922,0.3635883331298828,0.3509521484375,0.33855438232421875 +2500,10000,gpu,normal,False,False,False,0.2391338348388672,0.2219676971435547,0.2334117889404297,0.26679039001464844,0.22792816162109375,0.5927085876464844,0.5109310150146484,0.5168914794921875,0.46944618225097656,0.4696846008300781,0.3337860107421875,0.30732154846191406,0.2942085266113281,0.3056526184082031,0.32591819763183594,0.3643035888671875,0.4506111145019531,0.3342628479003906,0.3204345703125,0.31495094299316406 +2500,25000,gpu,homo,True,True,True,0.31304359436035156,0.3142356872558594,0.2925395965576172,0.274658203125,0.27632713317871094,0.36263465881347656,0.32901763916015625,0.29277801513671875,0.2987384796142578,0.31280517578125,0.2319812774658203,0.1766681671142578,0.17142295837402344,0.1735687255859375,0.16069412231445312,0.15664100646972656,0.15854835510253906,0.15807151794433594,0.14638900756835938,0.1697540283203125 +2500,25000,gpu,homo,True,True,False,0.2911090850830078,0.3032684326171875,0.2734661102294922,0.2989768981933594,0.3113746643066406,0.27060508728027344,0.29087066650390625,0.28061866760253906,0.29277801513671875,0.29921531677246094,0.270843505859375,0.2655982971191406,0.2887248992919922,0.27942657470703125,0.2727508544921875,0.2770423889160156,0.28252601623535156,0.2689361572265625,0.26297569274902344,0.27632713317871094 +2500,25000,gpu,homo,False,True,True,0.19741058349609375,0.20503997802734375,0.23984909057617188,0.20813941955566406,0.19049644470214844,0.6117820739746094,0.4875659942626953,0.4398822784423828,0.4413127899169922,0.4093647003173828,0.5357265472412109,0.4112720489501953,0.4074573516845703,0.41937828063964844,0.3833770751953125,0.38170814514160156,0.38623809814453125,0.3807544708251953,0.3879070281982422,0.3838539123535156 +2500,25000,gpu,homo,False,True,False,0.30994415283203125,0.23412704467773438,0.19097328186035156,0.232696533203125,0.21266937255859375,0.2002716064453125,0.19311904907226562,0.1964569091796875,0.21028518676757812,0.19240379333496094,0.32138824462890625,0.3154277801513672,0.3638267517089844,0.3368854522705078,0.3407001495361328,0.30541419982910156,0.32401084899902344,0.32901763916015625,0.3101825714111328,0.3161430358886719 +2500,25000,gpu,homo,True,False,True,0.24175643920898438,0.21123886108398438,0.21886825561523438,0.23055076599121094,0.24175643920898438,0.24366378784179688,0.2772808074951172,0.255584716796875,0.2295970916748047,0.28061866760253906,0.41103363037109375,0.41413307189941406,0.43773651123046875,0.41985511779785156,0.4322528839111328,0.4258155822753906,0.4353523254394531,0.40602684020996094,0.4239082336425781,0.44536590576171875 +2500,25000,gpu,homo,True,False,False,0.240325927734375,0.2467632293701172,0.2028942108154297,0.2491474151611328,0.2627372741699219,0.25272369384765625,0.24056434631347656,0.24580955505371094,0.22912025451660156,0.217437744140625,0.3638267517089844,0.3528594970703125,0.3981590270996094,0.38623809814453125,0.3819465637207031,0.3712177276611328,0.3478527069091797,0.3418922424316406,0.3502368927001953,0.3445148468017578 +2500,25000,gpu,homo,False,False,True,0.2543926239013672,0.2186298370361328,0.24056434631347656,0.2727508544921875,0.21028518676757812,0.2512931823730469,0.21123886108398438,0.23317337036132812,0.2522468566894531,0.22864341735839844,0.3497600555419922,0.35309791564941406,0.3197193145751953,0.33545494079589844,0.3230571746826172,0.33283233642578125,0.31685829162597656,0.3094673156738281,0.3407001495361328,0.3039836883544922 +2500,25000,gpu,homo,False,False,False,0.2148151397705078,0.2224445343017578,0.2079010009765625,0.21696090698242188,0.19860267639160156,0.20575523376464844,0.21386146545410156,0.1952648162841797,0.22482872009277344,0.2269744873046875,0.16617774963378906,0.18715858459472656,0.20694732666015625,0.18024444580078125,0.19788742065429688,0.18739700317382812,0.2224445343017578,0.3859996795654297,0.36525726318359375,0.3666877746582031 +2500,25000,gpu,uniform,True,True,True,0.42366981506347656,0.40435791015625,0.3726482391357422,0.3819465637207031,0.3440380096435547,0.39005279541015625,0.3807544708251953,0.37097930908203125,0.3647804260253906,0.38123130798339844,0.36525726318359375,0.34046173095703125,0.2849102020263672,0.2830028533935547,0.3409385681152344,0.3685951232910156,0.3581047058105469,0.3323554992675781,0.3669261932373047,0.3509521484375 +2500,25000,gpu,uniform,True,True,False,0.3840923309326172,0.3724098205566406,0.3616809844970703,0.34332275390625,0.36525726318359375,0.35881996154785156,0.3600120544433594,0.3750324249267578,0.37169456481933594,0.35262107849121094,0.1735687255859375,0.23651123046875,0.20766258239746094,0.1823902130126953,0.18072128295898438,0.21076202392578125,0.22125244140625,0.2033710479736328,0.20456314086914062,0.1850128173828125 +2500,25000,gpu,uniform,False,True,True,0.48160552978515625,0.4374980926513672,0.49424171447753906,0.44798851013183594,0.47135353088378906,0.4649162292480469,0.4870891571044922,0.4591941833496094,0.4413127899169922,0.5793571472167969,0.37860870361328125,0.3733634948730469,0.3571510314941406,0.3058910369873047,0.3516674041748047,0.6959438323974609,0.3657341003417969,0.3104209899902344,0.32448768615722656,0.34999847412109375 +2500,25000,gpu,uniform,False,True,False,0.3058910369873047,0.28061866760253906,0.35858154296875,0.324249267578125,0.2503395080566406,0.2262592315673828,0.2319812774658203,0.2262592315673828,0.21266937255859375,0.2467632293701172,0.5481243133544922,0.4863739013671875,0.4620552062988281,0.47898292541503906,0.46181678771972656,0.4582405090332031,0.44536590576171875,0.4584789276123047,0.4405975341796875,0.43702125549316406 +2500,25000,gpu,uniform,True,False,True,0.2562999725341797,0.25582313537597656,0.2999305725097656,0.24175643920898438,0.2593994140625,0.27441978454589844,0.2543926239013672,0.26226043701171875,0.2613067626953125,0.2765655517578125,0.36787986755371094,0.35572052001953125,0.36025047302246094,0.3390312194824219,0.3705024719238281,0.3254413604736328,0.3559589385986328,0.35071372985839844,0.3421306610107422,0.3445148468017578 +2500,25000,gpu,uniform,True,False,False,0.49114227294921875,0.4963874816894531,0.4792213439941406,0.4696846008300781,0.48661231994628906,0.4818439483642578,0.46062469482421875,0.45180320739746094,0.4706382751464844,0.49757957458496094,0.3688335418701172,0.34308433532714844,0.3604888916015625,0.37384033203125,0.4134178161621094,0.3497600555419922,0.34308433532714844,0.3445148468017578,0.5009174346923828,0.39696693420410156 +2500,25000,gpu,uniform,False,False,True,0.4572868347167969,0.2713203430175781,0.27871131896972656,0.3046989440917969,0.2734661102294922,0.25177001953125,0.2906322479248047,0.29206275939941406,0.23293495178222656,0.25582313537597656,0.25081634521484375,0.244140625,0.25010108947753906,0.2124309539794922,0.21386146545410156,0.1857280731201172,0.24652481079101562,0.19788742065429688,0.202178955078125,0.20384788513183594 +2500,25000,gpu,uniform,False,False,False,0.25343894958496094,0.2899169921875,0.2663135528564453,0.2970695495605469,0.2658367156982422,0.6382465362548828,0.55694580078125,0.5266666412353516,0.48089027404785156,0.4780292510986328,0.39386749267578125,0.3643035888671875,0.34737586975097656,0.3783702850341797,0.3535747528076172,0.32258033752441406,0.339508056640625,0.3592967987060547,0.34928321838378906,0.35190582275390625 +2500,25000,gpu,normal,True,True,True,0.7374286651611328,0.7100105285644531,0.6580352783203125,0.5168914794921875,0.46825408935546875,0.46062469482421875,0.45180320739746094,0.4401206970214844,0.45418739318847656,0.48065185546875,0.22745132446289062,0.2257823944091797,0.22745132446289062,0.1933574676513672,0.21028518676757812,0.27942657470703125,0.22149085998535156,0.19931793212890625,0.270843505859375,0.20432472229003906 +2500,25000,gpu,normal,True,True,False,0.8823871612548828,0.79345703125,0.6654262542724609,0.6971359252929688,0.6480216979980469,0.6766319274902344,0.6883144378662109,0.6585121154785156,0.6852149963378906,0.5898475646972656,0.22673606872558594,0.21147727966308594,0.2224445343017578,0.1964569091796875,0.20194053649902344,0.179290771484375,0.1995563507080078,0.19884109497070312,0.1971721649169922,0.20623207092285156 +2500,25000,gpu,normal,False,True,True,0.24580955505371094,0.2827644348144531,0.2532005310058594,0.26607513427734375,0.2727508544921875,0.23865699768066406,0.22459030151367188,0.24771690368652344,0.2636909484863281,0.2307891845703125,0.4775524139404297,0.46181678771972656,0.4382133483886719,0.438690185546875,0.4138946533203125,0.4324913024902344,0.4622936248779297,0.47135353088378906,0.4889965057373047,0.43320655822753906 +2500,25000,gpu,normal,False,True,False,0.6320476531982422,0.5755424499511719,0.5123615264892578,0.4851818084716797,0.5006790161132812,0.49996376037597656,0.47087669372558594,0.43654441833496094,0.28967857360839844,0.2741813659667969,0.4620552062988281,0.4711151123046875,0.45371055603027344,0.44465065002441406,0.47016143798828125,0.4458427429199219,0.4565715789794922,0.4336833953857422,0.4684925079345703,0.43511390686035156 +2500,25000,gpu,normal,True,False,True,0.28586387634277344,0.3113746643066406,0.2994537353515625,0.28252601623535156,0.2894401550292969,0.2868175506591797,0.28586387634277344,0.25916099548339844,0.2961158752441406,0.29730796813964844,0.5176067352294922,0.5083084106445312,0.9255409240722656,0.6589889526367188,0.5857944488525391,0.6306171417236328,0.5898475646972656,0.5667209625244141,0.5958080291748047,0.5707740783691406 +2500,25000,gpu,normal,True,False,False,0.2617835998535156,0.24962425231933594,0.26607513427734375,0.28133392333984375,0.2589225769042969,0.25463104248046875,0.2613067626953125,0.24199485778808594,0.2720355987548828,0.2682209014892578,0.5142688751220703,0.4971027374267578,0.4582405090332031,0.4782676696777344,0.4527568817138672,0.4665851593017578,1.1475086212158203,0.48851966857910156,0.45800209045410156,0.4971027374267578 +2500,25000,gpu,normal,False,False,True,0.2636909484863281,0.2338886260986328,0.2658367156982422,0.2655982971191406,0.35500526428222656,0.3178119659423828,0.24580955505371094,0.31065940856933594,0.2779960632324219,0.2460479736328125,0.24080276489257812,0.2377033233642578,0.21028518676757812,0.2295970916748047,0.22673606872558594,0.23031234741210938,0.2338886260986328,0.22268295288085938,0.2110004425048828,0.21457672119140625 +2500,25000,gpu,normal,False,False,False,0.46181678771972656,0.48542022705078125,0.48613548278808594,0.4858970642089844,0.4487037658691406,0.4572868347167969,0.5009174346923828,0.4436969757080078,0.47707557678222656,0.4570484161376953,0.3180503845214844,0.35762786865234375,0.3483295440673828,0.316619873046875,0.31375885009765625,0.30303001403808594,0.3135204315185547,0.30112266540527344,0.32782554626464844,0.6632804870605469 +2500,37500,gpu,homo,True,True,True,0.4405975341796875,0.42247772216796875,0.4355907440185547,0.41294097900390625,0.415802001953125,0.4150867462158203,0.38623809814453125,0.41604042053222656,0.3991127014160156,0.41103363037109375,0.3190040588378906,0.30040740966796875,0.30803680419921875,0.29754638671875,0.29397010803222656,0.2694129943847656,0.28967857360839844,0.2772808074951172,0.38695335388183594,0.2739429473876953 +2500,37500,gpu,homo,True,True,False,0.38909912109375,0.347137451171875,0.3745555877685547,0.3535747528076172,0.35953521728515625,0.3414154052734375,0.3712177276611328,0.3457069396972656,0.3757476806640625,0.3447532653808594,0.15401840209960938,0.1723766326904297,0.1666545867919922,0.1518726348876953,0.1285076141357422,0.16236305236816406,0.1678466796875,0.14209747314453125,0.17261505126953125,0.12826919555664062 +2500,37500,gpu,homo,False,True,True,0.392913818359375,0.3962516784667969,0.41747093200683594,0.45490264892578125,0.4093647003173828,0.3838539123535156,0.4189014434814453,0.5724430084228516,0.47707557678222656,0.4601478576660156,0.370025634765625,0.36263465881347656,0.3597736358642578,0.3631114959716797,0.3504753112792969,0.347137451171875,0.3478527069091797,0.3590583801269531,0.35643577575683594,0.34809112548828125 +2500,37500,gpu,homo,False,True,False,0.21147727966308594,0.213623046875,0.22935867309570312,0.21839141845703125,0.22459030151367188,0.20313262939453125,0.1900196075439453,0.19621849060058594,0.19598007202148438,0.19788742065429688,0.4208087921142578,0.40984153747558594,0.41675567626953125,0.40149688720703125,0.3955364227294922,0.4124641418457031,0.41222572326660156,0.39696693420410156,0.4010200500488281,0.38552284240722656 +2500,37500,gpu,homo,True,False,True,0.25200843811035156,0.22482872009277344,0.23937225341796875,0.2551078796386719,0.217437744140625,0.2377033233642578,0.2334117889404297,0.22125244140625,0.21696090698242188,0.240325927734375,0.4279613494873047,0.40268898010253906,0.4191398620605469,0.42247772216796875,0.43773651123046875,0.41747093200683594,0.4143714904785156,0.4208087921142578,0.4229545593261719,0.4355907440185547 +2500,37500,gpu,homo,True,False,False,0.2460479736328125,0.2467632293701172,0.24247169494628906,0.21910667419433594,0.2243518829345703,0.2377033233642578,0.21958351135253906,0.240325927734375,0.21338462829589844,0.2415180206298828,0.5557537078857422,0.5052089691162109,0.5276203155517578,0.4971027374267578,0.5173683166503906,0.5295276641845703,0.4897117614746094,0.5080699920654297,0.5271434783935547,0.49686431884765625 +2500,37500,gpu,homo,False,False,True,0.22554397583007812,0.2655982971191406,0.23102760314941406,0.2570152282714844,0.22530555725097656,0.21505355834960938,0.21576881408691406,0.2269744873046875,0.2300739288330078,0.2257823944091797,0.23484230041503906,0.2675056457519531,0.22602081298828125,0.21910667419433594,0.2052783966064453,0.2257823944091797,0.23293495178222656,0.22792816162109375,0.21719932556152344,0.21886825561523438 +2500,37500,gpu,homo,False,False,False,0.25153160095214844,0.20956993103027344,0.2524852752685547,0.2124309539794922,0.21886825561523438,0.23865699768066406,0.23317337036132812,0.2512931823730469,0.2384185791015625,0.2262592315673828,0.21886825561523438,0.21910667419433594,0.225067138671875,0.24199485778808594,0.2262592315673828,0.2467632293701172,0.21576881408691406,0.2894401550292969,0.2014636993408203,0.4630088806152344 +2500,37500,gpu,uniform,True,True,True,0.8456707000732422,0.7987022399902344,0.7729530334472656,0.7610321044921875,0.7233619689941406,0.5748271942138672,0.5588531494140625,0.812530517578125,1.1036396026611328,0.8721351623535156,0.2052783966064453,0.6022453308105469,0.3693103790283203,0.5195140838623047,0.3685951232910156,0.32138824462890625,0.3750324249267578,0.31280517578125,0.3142356872558594,0.3082752227783203 +2500,37500,gpu,uniform,True,True,False,0.522613525390625,0.5178451538085938,0.4982948303222656,0.49614906311035156,0.47087669372558594,0.49304962158203125,0.4839897155761719,0.6940364837646484,0.5271434783935547,0.5133152008056641,0.2238750457763672,0.1823902130126953,0.2491474151611328,0.23889541625976562,0.18072128295898438,0.19311904907226562,0.3993511199951172,0.35953521728515625,0.4062652587890625,0.43392181396484375 +2500,37500,gpu,uniform,False,True,True,0.48065185546875,0.5326271057128906,0.4901885986328125,0.47659873962402344,0.4622936248779297,0.4513263702392578,0.4324913024902344,0.4515647888183594,0.44083595275878906,0.4534721374511719,0.5671977996826172,0.5135536193847656,0.5185604095458984,0.5028247833251953,0.4973411560058594,0.659942626953125,0.5176067352294922,0.4916191101074219,0.49591064453125,0.4630088806152344 +2500,37500,gpu,uniform,False,True,False,0.26798248291015625,0.2715587615966797,0.2663135528564453,0.2808570861816406,0.24199485778808594,0.23651123046875,0.2181529998779297,0.21982192993164062,0.23651123046875,0.20813941955566406,0.54168701171875,0.5669593811035156,0.5424022674560547,0.591278076171875,0.5614757537841797,0.5135536193847656,0.5233287811279297,0.5478858947753906,0.5083084106445312,0.5598068237304688 +2500,37500,gpu,uniform,True,False,True,0.5311965942382812,0.3256797790527344,0.3008842468261719,0.25725364685058594,0.22792816162109375,0.2334117889404297,0.24557113647460938,0.2548694610595703,0.2624988555908203,0.2541542053222656,0.4868507385253906,0.4258155822753906,0.42319297790527344,0.4279613494873047,0.4591941833496094,0.3962516784667969,0.4458427429199219,0.4169940948486328,0.49996376037597656,0.7345676422119141 +2500,37500,gpu,uniform,True,False,False,0.49591064453125,0.5006790161132812,0.4248619079589844,0.5977153778076172,0.4963874816894531,0.49304962158203125,0.4909038543701172,0.47016143798828125,0.4878044128417969,0.4649162292480469,0.61798095703125,0.8254051208496094,0.6234645843505859,0.6265640258789062,0.6105899810791016,0.42319297790527344,0.44465065002441406,0.4172325134277344,0.4487037658691406,0.4799365997314453 +2500,37500,gpu,uniform,False,False,True,0.5784034729003906,0.8337497711181641,0.6201267242431641,0.5214214324951172,0.48160552978515625,0.5021095275878906,0.4832744598388672,0.5083084106445312,0.5304813385009766,0.4985332489013672,0.21696090698242188,0.28252601623535156,0.3426074981689453,0.2777576446533203,0.2853870391845703,0.2524852752685547,0.2601146697998047,0.3170967102050781,0.29158592224121094,0.28061866760253906 +2500,37500,gpu,uniform,False,False,False,0.32782554626464844,0.659942626953125,0.6191730499267578,0.5414485931396484,0.48470497131347656,0.5295276641845703,0.5159378051757812,0.47397613525390625,0.5407333374023438,0.5488395690917969,0.24890899658203125,0.2486705780029297,0.2677440643310547,0.2532005310058594,0.2739429473876953,0.27680397033691406,0.24700164794921875,0.2505779266357422,0.27060508728027344,0.27942657470703125 +2500,37500,gpu,normal,True,True,True,0.7510185241699219,0.7760524749755859,0.7762908935546875,0.7407665252685547,0.7364749908447266,0.7848739624023438,0.736236572265625,0.7605552673339844,0.7650852203369141,1.0044574737548828,0.21338462829589844,0.21958351135253906,0.2956390380859375,0.20933151245117188,0.21409988403320312,0.22339820861816406,0.232696533203125,0.202178955078125,0.2570152282714844,0.21338462829589844 +2500,37500,gpu,normal,True,True,False,0.7140636444091797,0.7135868072509766,0.7159709930419922,0.6983280181884766,0.6878376007080078,0.7073879241943359,0.6887912750244141,0.7171630859375,0.6873607635498047,0.682830810546875,0.3905296325683594,0.3192424774169922,0.3440380096435547,0.3190040588378906,0.3364086151123047,0.33664703369140625,0.3407001495361328,0.3020763397216797,0.3437995910644531,0.3349781036376953 +2500,37500,gpu,normal,False,True,True,0.24008750915527344,0.24008750915527344,0.22673606872558594,0.6177425384521484,0.5469322204589844,0.5548000335693359,0.5331039428710938,0.5328655242919922,0.5340576171875,0.5371570587158203,0.5533695220947266,0.5877017974853516,0.5779266357421875,0.6031990051269531,0.5650520324707031,0.5466938018798828,0.5679130554199219,0.5941390991210938,0.5657672882080078,0.5555152893066406 +2500,37500,gpu,normal,False,True,False,0.247955322265625,0.2377033233642578,0.2148151397705078,0.23102760314941406,0.20647048950195312,0.24819374084472656,0.24247169494628906,0.24271011352539062,0.2841949462890625,0.25534629821777344,0.7064342498779297,0.7495880126953125,0.7877349853515625,0.8761882781982422,0.8392333984375,0.8039474487304688,1.0237693786621094,0.7665157318115234,0.7495880126953125,0.7174015045166016 +2500,37500,gpu,normal,True,False,True,0.2396106719970703,0.27942657470703125,0.24747848510742188,0.28824806213378906,0.28324127197265625,0.2994537353515625,0.2586841583251953,0.2579689025878906,0.26869773864746094,0.26106834411621094,0.6320476531982422,0.5629062652587891,0.5922317504882812,0.6062984466552734,0.5857944488525391,0.6096363067626953,0.6086826324462891,1.0149478912353516,0.7419586181640625,0.6206035614013672 +2500,37500,gpu,normal,True,False,False,0.5137920379638672,0.4985332489013672,0.4887580871582031,0.4687309265136719,0.47016143798828125,0.4780292510986328,0.5011558532714844,0.4837512969970703,0.4723072052001953,0.5042552947998047,0.7231235504150391,0.7150173187255859,0.6921291351318359,0.8299350738525391,0.7369518280029297,0.9968280792236328,0.7259845733642578,0.7274150848388672,0.7131099700927734,0.6878376007080078 +2500,37500,gpu,normal,False,False,True,0.5114078521728516,0.6060600280761719,0.5321502685546875,0.4971027374267578,0.46825408935546875,0.4887580871582031,0.4680156707763672,0.48279762268066406,0.5249977111816406,0.537872314453125,0.278472900390625,0.28204917907714844,0.2715587615966797,0.41556358337402344,0.2818107604980469,0.27179718017578125,0.29349327087402344,0.28395652770996094,0.2827644348144531,0.2949237823486328 +2500,37500,gpu,normal,False,False,False,0.28896331787109375,0.2498626708984375,0.27370452880859375,0.26988983154296875,0.26226043701171875,0.2703666687011719,0.24771690368652344,0.24747848510742188,0.30684471130371094,0.24938583374023438,0.2560615539550781,0.2529621124267578,0.23889541625976562,0.2334117889404297,0.24390220642089844,0.22840499877929688,0.2460479736328125,0.3573894500732422,0.4451274871826172,0.3845691680908203 +2500,50000,gpu,homo,True,True,True,0.5404949188232422,0.5290508270263672,0.5662441253662109,0.5564689636230469,0.5340576171875,0.5347728729248047,0.5548000335693359,0.5202293395996094,0.5290508270263672,0.5252361297607422,0.28777122497558594,0.28324127197265625,0.2765655517578125,0.274658203125,0.27871131896972656,0.2760887145996094,0.2989768981933594,0.26488304138183594,0.30350685119628906,0.27680397033691406 +2500,50000,gpu,homo,True,True,False,0.507354736328125,0.46443939208984375,0.5154609680175781,0.48661231994628906,0.4982948303222656,0.4868507385253906,0.4894733428955078,0.4825592041015625,0.46324729919433594,0.4913806915283203,0.30493736267089844,0.2906322479248047,0.29015541076660156,0.31113624572753906,0.28228759765625,0.29850006103515625,0.2770423889160156,0.29397010803222656,0.3082752227783203,0.42438507080078125 +2500,50000,gpu,homo,False,True,True,0.2639293670654297,0.26535987854003906,0.26988983154296875,0.2422332763671875,0.2338886260986328,0.24247169494628906,0.23126602172851562,0.2143383026123047,0.2422332763671875,0.21719932556152344,0.5445480346679688,0.5478858947753906,0.5528926849365234,0.5590915679931641,0.5490779876708984,0.5402565002441406,0.5583763122558594,0.5450248718261719,0.537872314453125,0.5443096160888672 +2500,50000,gpu,homo,False,True,False,0.2772808074951172,0.2033710479736328,0.2219676971435547,0.2110004425048828,0.23293495178222656,0.2532005310058594,0.2167224884033203,0.21767616271972656,0.22649765014648438,0.225067138671875,0.6668567657470703,0.6165504455566406,0.6265640258789062,0.6289482116699219,0.6468296051025391,0.629425048828125,0.5726814270019531,0.6573200225830078,0.7543563842773438,0.6766319274902344 +2500,50000,gpu,homo,True,False,True,0.3027915954589844,0.2560615539550781,0.25534629821777344,0.2791881561279297,0.25343894958496094,0.28586387634277344,0.2579689025878906,0.2818107604980469,0.2536773681640625,0.25916099548339844,0.4801750183105469,0.48470497131347656,0.4775524139404297,0.47469139099121094,0.48851966857910156,0.4620552062988281,0.48279762268066406,0.48422813415527344,0.4551410675048828,0.46753883361816406 +2500,50000,gpu,homo,True,False,False,0.2505779266357422,0.2224445343017578,0.24080276489257812,0.24080276489257812,0.25272369384765625,0.21505355834960938,0.24747848510742188,0.23293495178222656,0.22792816162109375,0.21338462829589844,0.47969818115234375,0.5314350128173828,0.48470497131347656,0.8399486541748047,0.5154609680175781,0.48995018005371094,0.4761219024658203,0.46133995056152344,0.44274330139160156,0.47516822814941406 +2500,50000,gpu,homo,False,False,True,0.25725364685058594,0.2541542053222656,0.25343894958496094,0.2579689025878906,0.24747848510742188,0.2338886260986328,0.23603439331054688,0.23055076599121094,0.23651123046875,0.24628639221191406,0.2636909484863281,0.26535987854003906,0.2639293670654297,0.2639293670654297,0.2627372741699219,0.2720355987548828,0.24127960205078125,0.2665519714355469,0.25963783264160156,0.32448768615722656 +2500,50000,gpu,homo,False,False,False,0.2856254577636719,0.7042884826660156,0.5972385406494141,0.5030632019042969,0.5044937133789062,0.5233287811279297,0.4734992980957031,0.4894733428955078,0.47659873962402344,0.4634857177734375,0.34117698669433594,0.3261566162109375,0.34618377685546875,0.3485679626464844,0.3497600555419922,0.34308433532714844,0.31280517578125,0.3075599670410156,0.3066062927246094,0.31495094299316406 +2500,50000,gpu,uniform,True,True,True,0.7386207580566406,0.7455348968505859,0.7605552673339844,0.7476806640625,1.0561943054199219,1.0263919830322266,1.0347366333007812,1.0707378387451172,1.0225772857666016,0.9770393371582031,0.2567768096923828,0.21600723266601562,0.23126602172851562,0.22125244140625,0.2357959747314453,0.22721290588378906,0.19812583923339844,0.22411346435546875,0.2338886260986328,0.2276897430419922 +2500,50000,gpu,uniform,True,True,False,0.6628036499023438,0.6604194641113281,0.7271766662597656,0.667572021484375,0.6444454193115234,0.6585121154785156,0.6630420684814453,0.6384849548339844,0.6704330444335938,0.6678104400634766,0.3483295440673828,0.29921531677246094,0.3199577331542969,0.30303001403808594,0.28014183044433594,0.32901763916015625,0.3216266632080078,0.29730796813964844,0.28777122497558594,0.3314018249511719 +2500,50000,gpu,uniform,False,True,True,0.2651214599609375,0.2586841583251953,0.255584716796875,0.23627281188964844,0.25177001953125,0.23818016052246094,0.2560615539550781,0.2551078796386719,0.26988983154296875,0.25272369384765625,0.6046295166015625,0.5846023559570312,0.5817413330078125,0.5753040313720703,0.5776882171630859,0.5605220794677734,0.5958080291748047,0.5550384521484375,0.8292198181152344,0.6139278411865234 +2500,50000,gpu,uniform,False,True,False,0.23484230041503906,0.2391338348388672,0.25582313537597656,0.44655799865722656,0.6084442138671875,0.629425048828125,0.47707557678222656,0.4467964172363281,0.4787445068359375,0.4749298095703125,0.7674694061279297,0.7259845733642578,0.7014274597167969,0.7424354553222656,0.6954669952392578,0.9672641754150391,0.5831718444824219,0.5660057067871094,0.5133152008056641,0.5075931549072266 +2500,50000,gpu,uniform,True,False,True,0.4639625549316406,0.47779083251953125,0.5018711090087891,0.48232078552246094,0.5071163177490234,0.4508495330810547,0.44846534729003906,0.47969818115234375,0.45180320739746094,0.4582405090332031,0.6341934204101562,0.6399154663085938,0.6120204925537109,0.6327629089355469,0.6260871887207031,0.6144046783447266,0.6260871887207031,0.6151199340820312,0.614166259765625,0.5650520324707031 +2500,50000,gpu,uniform,True,False,False,0.32782554626464844,0.2837181091308594,0.31495094299316406,0.23889541625976562,0.2422332763671875,0.2956390380859375,0.2770423889160156,0.2810955047607422,0.2796649932861328,0.2529621124267578,0.5490779876708984,0.5440711975097656,0.5421638488769531,0.4839897155761719,0.5500316619873047,0.5297660827636719,0.5326271057128906,0.537872314453125,0.5154609680175781,0.5173683166503906 +2500,50000,gpu,uniform,False,False,True,0.28252601623535156,0.2644062042236328,0.25177001953125,0.2982616424560547,0.7777214050292969,0.7121562957763672,0.29468536376953125,0.6077289581298828,0.5311965942382812,0.5612373352050781,0.38623809814453125,0.3705024719238281,0.39839744567871094,0.3750324249267578,0.3764629364013672,0.3681182861328125,0.37169456481933594,0.385284423828125,0.3719329833984375,0.3643035888671875 +2500,50000,gpu,uniform,False,False,False,0.2815723419189453,0.2944469451904297,0.3008842468261719,0.26535987854003906,0.2796649932861328,0.25391578674316406,0.2665519714355469,0.29540061950683594,0.26917457580566406,0.2677440643310547,0.27751922607421875,0.26154518127441406,0.2808570861816406,0.2543926239013672,0.2620220184326172,0.27251243591308594,0.33020973205566406,0.4916191101074219,0.42176246643066406,0.38909912109375 +2500,50000,gpu,normal,True,True,True,1.1098384857177734,1.1010169982910156,1.1036396026611328,1.1129379272460938,1.1110305786132812,1.0895729064941406,1.0762214660644531,1.0824203491210938,1.100301742553711,1.0902881622314453,0.4050731658935547,0.4036426544189453,0.3643035888671875,0.3724098205566406,0.34809112548828125,0.3368854522705078,0.47206878662109375,0.3712177276611328,0.3554821014404297,0.34332275390625 +2500,50000,gpu,normal,True,True,False,1.0385513305664062,1.356363296508789,1.1360645294189453,1.0747909545898438,1.0454654693603516,1.0457038879394531,1.0190010070800781,1.2781620025634766,1.4085769653320312,1.2743473052978516,0.37026405334472656,0.35500526428222656,0.3364086151123047,0.331878662109375,0.3750324249267578,0.37670135498046875,0.36025047302246094,0.35858154296875,0.3407001495361328,0.32329559326171875 +2500,50000,gpu,normal,False,True,True,0.25177001953125,0.3046989440917969,0.6458759307861328,0.5407333374023438,0.6597042083740234,0.2512931823730469,0.23698806762695312,0.26226043701171875,0.21457672119140625,0.28395652770996094,0.7989406585693359,0.6930828094482422,0.6804466247558594,0.6740093231201172,0.6701946258544922,0.6525516510009766,0.7040500640869141,0.6728172302246094,0.6642341613769531,0.6890296936035156 +2500,50000,gpu,normal,False,True,False,0.4496574401855469,0.45180320739746094,0.5092620849609375,0.5171298980712891,0.45228004455566406,0.45609474182128906,0.4775524139404297,0.4725456237792969,0.4863739013671875,0.44989585876464844,0.8254051208496094,0.75531005859375,0.7612705230712891,0.759124755859375,0.7176399230957031,0.7305145263671875,0.7224082946777344,0.7321834564208984,0.7236003875732422,0.7483959197998047 +2500,50000,gpu,normal,True,False,True,0.324249267578125,0.3161430358886719,0.3094673156738281,0.28133392333984375,0.30517578125,0.2887248992919922,0.2834796905517578,0.2956390380859375,0.32138824462890625,0.26726722717285156,0.8020401000976562,0.7886886596679688,0.7634162902832031,0.7395744323730469,0.7677078247070312,0.7510185241699219,0.7350444793701172,0.7417201995849609,0.7624626159667969,0.8366107940673828 +2500,50000,gpu,normal,True,False,False,0.31304359436035156,0.28133392333984375,0.3159046173095703,0.26869773864746094,0.2663135528564453,0.31304359436035156,0.2846717834472656,0.7100105285644531,0.5559921264648438,0.5433559417724609,0.8249282836914062,0.8382797241210938,0.7712841033935547,0.8080005645751953,0.7431507110595703,0.7717609405517578,0.728607177734375,0.8072853088378906,0.7581710815429688,0.7064342498779297 +2500,50000,gpu,normal,False,False,True,0.3943443298339844,0.431060791015625,0.5252361297607422,0.31256675720214844,0.2913475036621094,0.32210350036621094,0.3132820129394531,0.29087066650390625,0.28204917907714844,0.26535987854003906,0.3006458282470703,0.2925395965576172,0.38051605224609375,0.423431396484375,0.3046989440917969,0.2949237823486328,0.28204917907714844,0.2925395965576172,0.2758502960205078,0.29850006103515625 +2500,50000,gpu,normal,False,False,False,0.5285739898681641,0.7681846618652344,0.5829334259033203,0.5121231079101562,0.4992485046386719,0.4887580871582031,0.4966259002685547,0.45180320739746094,0.5295276641845703,0.6213188171386719,0.3643035888671875,0.3120899200439453,0.3266334533691406,0.30922889709472656,0.2765655517578125,0.48470497131347656,0.3142356872558594,0.3414154052734375,0.3361701965332031,0.29087066650390625 +5000,1000,gpu,homo,True,True,True,0.20742416381835938,0.22149085998535156,0.21123886108398438,0.2110004425048828,0.20360946655273438,0.1976490020751953,0.2205371856689453,0.22339820861816406,0.19550323486328125,0.20885467529296875,0.19311904907226562,0.1914501190185547,0.17976760864257812,0.1499652862548828,0.15544891357421875,0.18668174743652344,0.17690658569335938,0.18715858459472656,0.17571449279785156,0.17380714416503906 +5000,1000,gpu,homo,True,True,False,0.2396106719970703,0.2300739288330078,0.2110004425048828,0.2110004425048828,0.22864341735839844,0.22172927856445312,0.22745132446289062,0.22745132446289062,0.20503997802734375,0.20384788513183594,0.18310546875,0.2734661102294922,0.21767616271972656,0.2002716064453125,0.18095970153808594,0.19621849060058594,0.19788742065429688,0.19073486328125,0.1957416534423828,0.2720355987548828 +5000,1000,gpu,homo,False,True,True,0.25725364685058594,0.2617835998535156,0.2560615539550781,0.27370452880859375,0.2231597900390625,0.217437744140625,0.24461746215820312,0.23484230041503906,0.24390220642089844,0.23221969604492188,0.22649765014648438,0.1735687255859375,0.19598007202148438,0.16736984252929688,0.1671314239501953,0.1723766326904297,0.17023086547851562,0.1723766326904297,0.1735687255859375,0.1595020294189453 +5000,1000,gpu,homo,False,True,False,0.2124309539794922,0.23889541625976562,0.2613067626953125,0.2741813659667969,0.2663135528564453,0.2617835998535156,0.23627281188964844,0.2460479736328125,0.2193450927734375,0.23603439331054688,0.22530555725097656,0.2181529998779297,0.22459030151367188,0.19407272338867188,0.20599365234375,0.2307891845703125,0.22864341735839844,0.23937225341796875,0.22339820861816406,0.232696533203125 +5000,1000,gpu,homo,True,False,True,0.5307197570800781,0.4208087921142578,0.5712509155273438,0.3857612609863281,0.34356117248535156,0.3323554992675781,0.4665851593017578,0.3292560577392578,0.2231597900390625,0.20933151245117188,0.14829635620117188,0.13685226440429688,0.1323223114013672,0.12683868408203125,0.1475811004638672,0.18072128295898438,0.17309188842773438,0.1480579376220703,0.1595020294189453,0.14019012451171875 +5000,1000,gpu,homo,True,False,False,0.20313262939453125,0.18644332885742188,0.23102760314941406,0.19693374633789062,0.22983551025390625,0.19502639770507812,0.2551078796386719,0.2644062042236328,0.232696533203125,0.20623207092285156,0.26297569274902344,0.2665519714355469,0.2715587615966797,0.2541542053222656,0.2627372741699219,0.24366378784179688,0.2582073211669922,0.2799034118652344,0.25177001953125,0.25916099548339844 +5000,1000,gpu,homo,False,False,True,0.2815723419189453,0.23651123046875,0.27489662170410156,0.2777576446533203,0.2357959747314453,0.24199485778808594,0.23865699768066406,0.27680397033691406,0.5083084106445312,0.5304813385009766,0.2868175506591797,0.21028518676757812,0.1876354217529297,0.1995563507080078,0.213623046875,0.2193450927734375,0.2243518829345703,0.2086162567138672,0.1933574676513672,0.16880035400390625 +5000,1000,gpu,homo,False,False,False,0.40721893310546875,0.39958953857421875,0.3845691680908203,0.4417896270751953,0.42724609375,0.38123130798339844,0.40721893310546875,0.4210472106933594,0.39768218994140625,0.3833770751953125,0.4153251647949219,0.4553794860839844,0.28586387634277344,0.2593994140625,0.25272369384765625,0.2574920654296875,0.2925395965576172,0.3154277801513672,0.2970695495605469,0.2808570861816406 +5000,1000,gpu,uniform,True,True,True,0.37860870361328125,0.6608963012695312,0.5035400390625,0.5311965942382812,0.47206878662109375,0.4756450653076172,0.4639625549316406,0.4627704620361328,0.49567222595214844,0.4706382751464844,0.18525123596191406,0.4699230194091797,0.4019737243652344,0.34332275390625,0.32639503479003906,0.31185150146484375,0.30994415283203125,0.31638145446777344,0.31948089599609375,0.3848075866699219 +5000,1000,gpu,uniform,True,True,False,0.22554397583007812,0.2288818359375,0.23293495178222656,0.22411346435546875,0.23484230041503906,0.2598762512207031,0.2472400665283203,0.23794174194335938,0.26798248291015625,0.2346038818359375,0.2167224884033203,0.20194053649902344,0.19073486328125,0.17786026000976562,0.20241737365722656,0.213623046875,0.20241737365722656,0.1659393310546875,0.20956993103027344,0.1850128173828125 +5000,1000,gpu,uniform,False,True,True,0.5106925964355469,0.5025863647460938,0.4818439483642578,0.4985332489013672,0.70953369140625,0.5834102630615234,0.5166530609130859,0.5130767822265625,0.46181678771972656,0.4591941833496094,0.20599365234375,0.2162456512451172,0.2288818359375,0.18525123596191406,0.1850128173828125,0.2155303955078125,0.1900196075439453,0.1785755157470703,0.2052783966064453,0.2079010009765625 +5000,1000,gpu,uniform,False,True,False,0.24652481079101562,0.232696533203125,0.30612945556640625,0.5893707275390625,0.5447864532470703,0.4591941833496094,0.4467964172363281,0.48089027404785156,0.49424171447753906,0.5040168762207031,0.22077560424804688,0.47707557678222656,0.4203319549560547,0.3223419189453125,0.31113624572753906,0.30922889709472656,0.3235340118408203,0.3323554992675781,0.32711029052734375,0.30875205993652344 +5000,1000,gpu,uniform,True,False,True,0.2467632293701172,0.24652481079101562,0.2694129943847656,0.25725364685058594,0.2551078796386719,0.24557113647460938,0.24938583374023438,0.2434253692626953,0.2300739288330078,0.3371238708496094,0.3097057342529297,0.3299713134765625,0.2987384796142578,0.27871131896972656,0.2999305725097656,0.29015541076660156,0.2868175506591797,0.2841949462890625,0.2720355987548828,0.3223419189453125 +5000,1000,gpu,uniform,True,False,False,0.2422332763671875,0.2617835998535156,0.24557113647460938,0.25177001953125,0.2281665802001953,0.2498626708984375,0.2257823944091797,0.21600723266601562,0.23412704467773438,0.22912025451660156,0.18024444580078125,0.2033710479736328,0.21457672119140625,0.1552104949951172,0.2124309539794922,0.16951560974121094,0.18167495727539062,0.1888275146484375,0.17881393432617188,0.17261505126953125 +5000,1000,gpu,uniform,False,False,True,0.2353191375732422,0.2875328063964844,0.2524852752685547,0.26869773864746094,0.2961158752441406,0.25391578674316406,0.2167224884033203,0.23412704467773438,0.24390220642089844,0.2601146697998047,0.2315044403076172,0.27108192443847656,0.25343894958496094,0.2467632293701172,0.23555755615234375,0.2396106719970703,0.213623046875,0.2315044403076172,0.23484230041503906,0.22721290588378906 +5000,1000,gpu,uniform,False,False,False,0.49233436584472656,0.49304962158203125,0.5140304565429688,0.5109310150146484,0.4870891571044922,0.4534721374511719,0.5125999450683594,0.6248950958251953,0.5376338958740234,0.4870891571044922,0.20766258239746094,0.22411346435546875,0.19025802612304688,0.2200603485107422,0.20170211791992188,0.17690658569335938,0.17833709716796875,0.19693374633789062,0.21457672119140625,0.2009868621826172 +5000,1000,gpu,normal,True,True,True,0.27060508728027344,0.2636909484863281,0.22482872009277344,0.24056434631347656,0.244140625,0.22602081298828125,0.240325927734375,0.23031234741210938,0.2460479736328125,0.25200843811035156,0.3857612609863281,0.4220008850097656,0.6215572357177734,0.3845691680908203,0.34809112548828125,0.37026405334472656,0.35762786865234375,0.3554821014404297,0.3521442413330078,0.3254413604736328 +5000,1000,gpu,normal,True,True,False,0.23293495178222656,0.2384185791015625,0.2684593200683594,0.2357959747314453,0.26726722717285156,0.24580955505371094,0.24843215942382812,0.2281665802001953,0.2300739288330078,0.23794174194335938,0.2295970916748047,0.2796649932861328,0.46324729919433594,0.3886222839355469,0.3418922424316406,0.3330707550048828,0.33092498779296875,0.3173351287841797,0.34165382385253906,0.3185272216796875 +5000,1000,gpu,normal,False,True,True,0.4851818084716797,0.484466552734375,0.48851966857910156,0.4563331604003906,0.6580352783203125,0.4830360412597656,0.48351287841796875,0.4782676696777344,0.45418739318847656,0.4787445068359375,0.3497600555419922,0.2410411834716797,0.2636909484863281,0.20051002502441406,0.22268295288085938,0.19860267639160156,0.17571449279785156,0.21529197692871094,0.1609325408935547,0.23174285888671875 +5000,1000,gpu,normal,False,True,False,0.5629062652587891,0.5137920379638672,0.5390644073486328,0.49042701721191406,0.5025863647460938,0.4649162292480469,0.46825408935546875,0.4634857177734375,0.4515647888183594,0.43845176696777344,0.19025802612304688,0.1995563507080078,0.18787384033203125,0.17714500427246094,0.17714500427246094,0.18358230590820312,0.1983642578125,0.1785755157470703,0.16927719116210938,0.1876354217529297 +5000,1000,gpu,normal,True,False,True,0.4696846008300781,0.4451274871826172,0.46539306640625,0.47326087951660156,0.44608116149902344,0.4444122314453125,0.4220008850097656,0.44798851013183594,0.4298686981201172,0.42128562927246094,0.33283233642578125,0.33402442932128906,0.3075599670410156,0.31113624572753906,0.30612945556640625,0.3101825714111328,0.2930164337158203,0.31948089599609375,0.28824806213378906,0.29778480529785156 +5000,1000,gpu,normal,True,False,False,0.6711483001708984,0.247955322265625,0.26035308837890625,0.22912025451660156,0.23865699768066406,0.2257823944091797,0.2200603485107422,0.2410411834716797,0.2300739288330078,0.23055076599121094,0.20432472229003906,0.22268295288085938,0.21457672119140625,0.186920166015625,0.20241737365722656,0.1881122589111328,0.2205371856689453,0.2167224884033203,0.19216537475585938,0.18858909606933594 +5000,1000,gpu,normal,False,False,True,0.34737586975097656,0.39267539978027344,0.4780292510986328,0.4181861877441406,0.41031837463378906,0.4105567932128906,0.40793418884277344,0.41365623474121094,0.39267539978027344,0.4181861877441406,0.23889541625976562,0.2758502960205078,0.22912025451660156,0.1983642578125,0.23818016052246094,0.24199485778808594,0.42319297790527344,0.4723072052001953,0.45371055603027344,0.4105567932128906 +5000,1000,gpu,normal,False,False,False,0.2589225769042969,0.23245811462402344,0.2319812774658203,0.23937225341796875,0.2663135528564453,0.24628639221191406,0.25844573974609375,0.2586841583251953,0.24580955505371094,0.2715587615966797,0.1976490020751953,0.25010108947753906,0.24628639221191406,0.24199485778808594,0.22840499877929688,0.2434253692626953,0.2231597900390625,0.21910667419433594,0.2129077911376953,0.22482872009277344 +5000,2500,gpu,homo,True,True,True,0.43392181396484375,0.41675567626953125,0.4048347473144531,0.4150867462158203,0.4086494445800781,0.48065185546875,0.5218982696533203,0.5743503570556641,0.48804283142089844,0.42557716369628906,0.28443336486816406,0.2944469451904297,0.2834796905517578,0.27060508728027344,0.2760887145996094,0.2779960632324219,0.3180503845214844,0.3275871276855469,0.3132820129394531,0.3077983856201172 +5000,2500,gpu,homo,True,True,False,0.2753734588623047,0.25773048400878906,0.25725364685058594,0.28443336486816406,0.26988983154296875,0.274658203125,0.2665519714355469,0.5254745483398438,0.2696514129638672,0.26798248291015625,0.2200603485107422,0.2238750457763672,0.209808349609375,0.22792816162109375,0.20837783813476562,0.21266937255859375,0.2048015594482422,0.23484230041503906,0.2124309539794922,0.20432472229003906 +5000,2500,gpu,homo,False,True,True,0.20265579223632812,0.2257823944091797,0.2148151397705078,0.2467632293701172,0.21529197692871094,0.2079010009765625,0.2262592315673828,0.21719932556152344,0.22840499877929688,0.20313262939453125,0.16546249389648438,0.15878677368164062,0.1609325408935547,0.1735687255859375,0.16379356384277344,0.14495849609375,0.14543533325195312,0.14781951904296875,0.1437664031982422,0.1552104949951172 +5000,2500,gpu,homo,False,True,False,0.44226646423339844,0.4191398620605469,0.4086494445800781,0.6549358367919922,0.47206878662109375,0.4227161407470703,0.42247772216796875,0.43392181396484375,0.392913818359375,0.4024505615234375,0.25963783264160156,0.2598762512207031,0.255584716796875,0.2617835998535156,0.2570152282714844,0.24819374084472656,0.25653839111328125,0.25844573974609375,0.2391338348388672,0.24890899658203125 +5000,2500,gpu,homo,True,False,True,0.4184246063232422,0.42176246643066406,0.4203319549560547,0.4074573516845703,0.3886222839355469,0.4336833953857422,0.4723072052001953,0.6022453308105469,0.5323886871337891,0.5652904510498047,0.18358230590820312,0.19621849060058594,0.18262863159179688,0.1838207244873047,0.15974044799804688,0.1742839813232422,0.1838207244873047,0.17786026000976562,0.1785755157470703,0.18668174743652344 +5000,2500,gpu,homo,True,False,False,0.2529621124267578,0.23293495178222656,0.21314620971679688,0.22149085998535156,0.22149085998535156,0.20503997802734375,0.213623046875,0.2243518829345703,0.21910667419433594,0.22220611572265625,0.21123886108398438,0.21076202392578125,0.2052783966064453,0.18787384033203125,0.1900196075439453,0.17786026000976562,0.1609325408935547,0.18715858459472656,0.1895427703857422,0.2384185791015625 +5000,2500,gpu,homo,False,False,True,0.6978511810302734,0.5674362182617188,0.6937980651855469,0.6093978881835938,0.3669261932373047,0.28967857360839844,0.26488304138183594,0.2872943878173828,0.2562999725341797,0.2613067626953125,0.5056858062744141,0.20503997802734375,0.17762184143066406,0.21457672119140625,0.1780986785888672,0.18548965454101562,0.4584789276123047,0.37288665771484375,0.32782554626464844,0.3197193145751953 +5000,2500,gpu,homo,False,False,False,0.22673606872558594,0.21600723266601562,0.23436546325683594,0.22077560424804688,0.19884109497070312,0.21409988403320312,0.22482872009277344,0.2110004425048828,0.20933151245117188,0.21910667419433594,0.28252601623535156,0.29277801513671875,0.3085136413574219,0.3139972686767578,0.29778480529785156,0.213623046875,0.19097328186035156,0.20694732666015625,0.19884109497070312,0.1933574676513672 +5000,2500,gpu,uniform,True,True,True,0.2601146697998047,0.2593994140625,0.27108192443847656,0.24747848510742188,0.2257823944091797,0.26702880859375,0.2677440643310547,0.2448558807373047,0.29206275939941406,0.5881786346435547,0.2391338348388672,0.2529621124267578,0.2636909484863281,0.4303455352783203,0.35309791564941406,0.3368854522705078,0.3292560577392578,0.3223419189453125,0.32138824462890625,0.3135204315185547 +5000,2500,gpu,uniform,True,True,False,0.3571510314941406,0.34546852111816406,0.34165382385253906,0.33926963806152344,0.3609657287597656,0.335693359375,0.33164024353027344,0.36215782165527344,0.3521442413330078,0.3237724304199219,0.3285408020019531,0.31948089599609375,0.31495094299316406,0.301361083984375,0.2963542938232422,0.2951622009277344,0.3502368927001953,0.3733634948730469,0.3552436828613281,0.3421306610107422 +5000,2500,gpu,uniform,False,True,True,0.5218982696533203,0.48279762268066406,0.49996376037597656,0.46515464782714844,0.4851818084716797,0.48351287841796875,0.47707557678222656,0.5238056182861328,0.44846534729003906,0.6206035614013672,0.27251243591308594,0.2682209014892578,0.23674964904785156,0.20360946655273438,0.2155303955078125,0.21338462829589844,0.40340423583984375,0.3590583801269531,0.3285408020019531,0.32448768615722656 +5000,2500,gpu,uniform,False,True,False,0.2846717834472656,0.30732154846191406,0.27680397033691406,0.2918243408203125,0.274658203125,0.26798248291015625,0.26988983154296875,0.28824806213378906,0.29277801513671875,0.27632713317871094,0.33926963806152344,0.3185272216796875,0.30350685119628906,0.3108978271484375,0.293731689453125,0.30994415283203125,0.3097057342529297,0.3485679626464844,0.3223419189453125,0.34356117248535156 +5000,2500,gpu,uniform,True,False,True,0.278472900390625,0.2589225769042969,0.25963783264160156,0.24557113647460938,0.23055076599121094,0.24509429931640625,0.2148151397705078,0.22912025451660156,0.24580955505371094,0.2567768096923828,0.46253204345703125,0.347137451171875,0.3139972686767578,0.2918243408203125,0.3058910369873047,0.3132820129394531,0.2887248992919922,0.31447410583496094,0.3085136413574219,0.2834796905517578 +5000,2500,gpu,uniform,True,False,False,0.2777576446533203,0.2193450927734375,0.22172927856445312,0.22745132446289062,0.22292137145996094,0.21409988403320312,0.21982192993164062,0.23984909057617188,0.5908012390136719,0.5195140838623047,0.17714500427246094,0.19550323486328125,0.2167224884033203,0.24008750915527344,0.4551410675048828,0.3745555877685547,0.3421306610107422,0.31280517578125,0.21839141845703125,0.22792816162109375 +5000,2500,gpu,uniform,False,False,True,0.2913475036621094,0.25844573974609375,0.2608299255371094,0.25010108947753906,0.25725364685058594,0.23293495178222656,0.26679039001464844,0.22292137145996094,0.2601146697998047,0.23984909057617188,0.22602081298828125,0.20766258239746094,0.19741058349609375,0.22459030151367188,0.225067138671875,0.1823902130126953,0.2262592315673828,0.21958351135253906,0.19073486328125,0.2167224884033203 +5000,2500,gpu,uniform,False,False,False,0.2925395965576172,0.24127960205078125,0.27751922607421875,0.24318695068359375,0.2689361572265625,0.23317337036132812,0.22172927856445312,0.24509429931640625,0.21886825561523438,0.2841949462890625,0.23603439331054688,0.19431114196777344,0.23937225341796875,0.2124309539794922,0.21958351135253906,0.21004676818847656,0.1976490020751953,0.20003318786621094,0.2570152282714844,0.24890899658203125 +5000,2500,gpu,normal,True,True,True,0.25010108947753906,0.2617835998535156,0.2598762512207031,0.3063678741455078,0.31113624572753906,0.3228187561035156,0.2856254577636719,0.26416778564453125,0.2684593200683594,0.27871131896972656,0.37598609924316406,0.45990943908691406,0.4220008850097656,0.3809928894042969,0.39196014404296875,0.44846534729003906,0.38933753967285156,0.37789344787597656,0.39076805114746094,0.3752708435058594 +5000,2500,gpu,normal,True,True,False,0.2434253692626953,0.7882118225097656,0.4870891571044922,0.5173683166503906,0.4673004150390625,0.4582405090332031,0.5137920379638672,0.4837512969970703,0.4982948303222656,0.4677772521972656,0.2129077911376953,0.22363662719726562,0.23484230041503906,0.23603439331054688,0.18835067749023438,0.2372264862060547,0.20456314086914062,0.23436546325683594,0.2033710479736328,0.2033710479736328 +5000,2500,gpu,normal,False,True,True,0.26154518127441406,0.26416778564453125,0.2593994140625,0.2722740173339844,0.23317337036132812,0.2720355987548828,0.2956390380859375,0.28014183044433594,0.2682209014892578,0.2658367156982422,0.22673606872558594,0.21505355834960938,0.2205371856689453,0.23412704467773438,0.20074844360351562,0.2238750457763672,0.2052783966064453,0.23126602172851562,0.23889541625976562,0.24247169494628906 +5000,2500,gpu,normal,False,True,False,0.4954338073730469,0.4646778106689453,0.4703998565673828,0.4856586456298828,0.44655799865722656,0.4591941833496094,0.45990943908691406,0.47850608825683594,0.4684925079345703,0.4436969757080078,0.3256797790527344,0.33926963806152344,0.3037452697753906,0.2167224884033203,0.20933151245117188,0.232696533203125,0.20051002502441406,0.17261505126953125,0.2357959747314453,0.16808509826660156 +5000,2500,gpu,normal,True,False,True,0.25200843811035156,0.25653839111328125,0.24557113647460938,0.22864341735839844,0.2789497375488281,0.23627281188964844,0.3039836883544922,0.2486705780029297,0.2396106719970703,0.22673606872558594,0.2269744873046875,0.2186298370361328,0.22220611572265625,0.217437744140625,0.19621849060058594,0.1919269561767578,0.19931793212890625,0.21219253540039062,0.19097328186035156,0.2155303955078125 +5000,2500,gpu,normal,True,False,False,0.5028247833251953,0.47087669372558594,0.48422813415527344,0.4558563232421875,0.4794597625732422,0.5002021789550781,0.45013427734375,0.48923492431640625,0.4703998565673828,0.4639625549316406,0.2529621124267578,0.20623207092285156,0.2124309539794922,0.20313262939453125,0.20933151245117188,0.2472400665283203,0.1952648162841797,0.22983551025390625,0.23174285888671875,0.20837783813476562 +5000,2500,gpu,normal,False,False,True,0.4658699035644531,0.4868507385253906,0.4551410675048828,0.46563148498535156,0.5207061767578125,0.4699230194091797,0.44727325439453125,0.4715919494628906,0.4475116729736328,0.4513263702392578,0.24652481079101562,0.23293495178222656,0.2453327178955078,0.2205371856689453,0.26297569274902344,0.21219253540039062,0.27489662170410156,0.20623207092285156,0.4673004150390625,0.39887428283691406 +5000,2500,gpu,normal,False,False,False,0.2758502960205078,0.2715587615966797,0.217437744140625,0.25725364685058594,0.27251243591308594,0.2682209014892578,0.23698806762695312,0.25963783264160156,0.24366378784179688,0.20551681518554688,0.27060508728027344,0.22792816162109375,0.2522468566894531,0.2906322479248047,0.2658367156982422,0.23412704467773438,0.2627372741699219,0.2269744873046875,0.21886825561523438,0.33020973205566406 +5000,5000,gpu,homo,True,True,True,0.60272216796875,0.5123615264892578,0.45871734619140625,0.42700767517089844,0.4267692565917969,0.43392181396484375,0.4105567932128906,0.4200935363769531,0.49877166748046875,0.4830360412597656,0.4220008850097656,0.3306865692138672,0.2818107604980469,0.2856254577636719,0.2961158752441406,0.26679039001464844,0.2434253692626953,0.2658367156982422,0.27871131896972656,0.2703666687011719 +5000,5000,gpu,homo,True,True,False,0.23627281188964844,0.2300739288330078,0.21767616271972656,0.21338462829589844,0.2117156982421875,0.2391338348388672,0.1914501190185547,0.225067138671875,0.202178955078125,0.2014636993408203,0.18143653869628906,0.19311904907226562,0.43272972106933594,0.32520294189453125,0.2167224884033203,0.3733634948730469,0.3879070281982422,0.3085136413574219,0.2894401550292969,0.28705596923828125 +5000,5000,gpu,homo,False,True,True,0.25177001953125,0.2510547637939453,0.26917457580566406,0.22602081298828125,0.244140625,0.25343894958496094,0.24962425231933594,0.23221969604492188,0.2529621124267578,0.2579689025878906,0.186920166015625,0.17452239990234375,0.20432472229003906,0.19025802612304688,0.1761913299560547,0.17452239990234375,0.18477439880371094,0.1633167266845703,0.17380714416503906,0.19431114196777344 +5000,5000,gpu,homo,False,True,False,0.4527568817138672,0.4570484161376953,0.45371055603027344,0.47326087951660156,0.5538463592529297,0.4413127899169922,0.60272216796875,0.46372413635253906,0.4374980926513672,0.43463706970214844,0.1957416534423828,0.15974044799804688,0.1609325408935547,0.18072128295898438,0.18072128295898438,0.17452239990234375,0.20456314086914062,0.18310546875,0.1976490020751953,0.1685619354248047 +5000,5000,gpu,homo,True,False,True,0.24366378784179688,0.232696533203125,0.21648406982421875,0.23484230041503906,0.2429485321044922,0.23794174194335938,0.19025802612304688,0.19216537475585938,0.18858909606933594,0.23055076599121094,0.3018379211425781,0.3018379211425781,0.29158592224121094,0.2856254577636719,0.30803680419921875,0.2799034118652344,0.28252601623535156,0.3001689910888672,0.3483295440673828,0.29158592224121094 +5000,5000,gpu,homo,True,False,False,0.5018711090087891,0.4642009735107422,0.48470497131347656,0.4336833953857422,0.6361007690429688,0.7224082946777344,0.4706382751464844,0.4379749298095703,0.4191398620605469,0.4012584686279297,0.4410743713378906,0.48732757568359375,0.3304481506347656,0.31495094299316406,0.30612945556640625,0.28443336486816406,0.29397010803222656,0.2713203430175781,0.339508056640625,0.3306865692138672 +5000,5000,gpu,homo,False,False,True,0.2491474151611328,0.24437904357910156,0.3216266632080078,0.23746490478515625,0.20599365234375,0.232696533203125,0.23746490478515625,0.21576881408691406,0.23055076599121094,0.23174285888671875,0.20599365234375,0.19407272338867188,0.19979476928710938,0.3936290740966797,0.23818016052246094,0.22745132446289062,0.19931793212890625,0.1964569091796875,0.1919269561767578,0.19216537475585938 +5000,5000,gpu,homo,False,False,False,0.4239082336425781,0.43272972106933594,0.4153251647949219,0.4277229309082031,0.3974437713623047,0.453948974609375,0.4260540008544922,0.43320655822753906,0.4031658172607422,0.40340423583984375,0.1761913299560547,0.20885467529296875,0.186920166015625,0.1888275146484375,0.18072128295898438,0.16927719116210938,0.14519691467285156,0.19359588623046875,0.16999244689941406,0.1647472381591797 +5000,5000,gpu,uniform,True,True,True,0.25844573974609375,0.270843505859375,0.28133392333984375,0.2512931823730469,0.21982192993164062,0.23412704467773438,0.3330707550048828,0.29206275939941406,0.2205371856689453,0.23698806762695312,0.24437904357910156,0.21505355834960938,0.19812583923339844,0.1971721649169922,0.21147727966308594,0.21457672119140625,0.21266937255859375,0.23317337036132812,0.20766258239746094,0.19311904907226562 +5000,5000,gpu,uniform,True,True,False,0.2758502960205078,0.2892017364501953,0.24461746215820312,0.2598762512207031,0.2422332763671875,0.26798248291015625,0.28443336486816406,0.24938583374023438,0.2720355987548828,0.26726722717285156,0.26702880859375,0.26416778564453125,0.24461746215820312,0.24318695068359375,0.24652481079101562,0.22554397583007812,0.23102760314941406,0.1728534698486328,0.1938343048095703,0.23984909057617188 +5000,5000,gpu,uniform,False,True,True,0.2818107604980469,0.6279945373535156,0.6463527679443359,0.4737377166748047,0.4646778106689453,0.4687309265136719,0.4897117614746094,0.4601478576660156,0.45180320739746094,0.2923011779785156,0.3631114959716797,0.3719329833984375,0.41794776916503906,0.45990943908691406,0.38242340087890625,0.3275871276855469,0.3478527069091797,0.33664703369140625,0.4470348358154297,0.3657341003417969 +5000,5000,gpu,uniform,False,True,False,0.30422210693359375,0.3228187561035156,0.32711029052734375,0.2932548522949219,0.32830238342285156,0.324249267578125,0.29015541076660156,0.2982616424560547,0.3254413604736328,0.28443336486816406,0.3101825714111328,0.36215782165527344,0.35500526428222656,0.3135204315185547,0.30994415283203125,0.3218650817871094,0.3218650817871094,0.3285408020019531,0.37479400634765625,0.35309791564941406 +5000,5000,gpu,uniform,True,False,True,0.5884170532226562,0.5707740783691406,0.5125999450683594,0.3006458282470703,0.2605915069580078,0.2815723419189453,0.23674964904785156,0.244140625,0.2460479736328125,0.2491474151611328,0.2295970916748047,0.23317337036132812,0.22268295288085938,0.2999305725097656,0.28896331787109375,0.2067089080810547,0.22554397583007812,0.18835067749023438,0.21505355834960938,0.19693374633789062 +5000,5000,gpu,uniform,True,False,False,0.3437995910644531,0.30350685119628906,0.3180503845214844,0.7503032684326172,0.5297660827636719,0.5297660827636719,0.6546974182128906,0.5164146423339844,0.4799365997314453,0.47135353088378906,0.4067420959472656,0.3871917724609375,0.3829002380371094,0.3764629364013672,0.36787986755371094,0.36597251892089844,0.3612041473388672,0.3666877746582031,0.36215782165527344,0.3502368927001953 +5000,5000,gpu,uniform,False,False,True,0.2765655517578125,0.286102294921875,0.2846717834472656,0.26416778564453125,0.6134510040283203,0.5314350128173828,0.4830360412597656,0.6580352783203125,0.49376487731933594,0.5414485931396484,0.3292560577392578,0.34236907958984375,0.32806396484375,0.32806396484375,0.3275871276855469,0.28967857360839844,0.3304481506347656,0.31375885009765625,0.3273487091064453,0.3101825714111328 +5000,5000,gpu,uniform,False,False,False,0.29397010803222656,0.22411346435546875,0.24056434631347656,0.23746490478515625,0.24127960205078125,0.28443336486816406,0.2155303955078125,0.2837181091308594,0.240325927734375,0.2460479736328125,0.2510547637939453,0.213623046875,0.24962425231933594,0.24080276489257812,0.24199485778808594,0.22125244140625,0.2219676971435547,0.2319812774658203,0.2281665802001953,0.1952648162841797 +5000,5000,gpu,normal,True,True,True,0.3180503845214844,0.28443336486816406,0.2892017364501953,0.2853870391845703,0.2911090850830078,0.25725364685058594,0.25534629821777344,0.2677440643310547,0.24747848510742188,0.2868175506591797,0.40721893310546875,0.3752708435058594,0.5865097045898438,0.36144256591796875,0.362396240234375,0.3383159637451172,0.3361701965332031,0.34236907958984375,0.3559589385986328,0.36263465881347656 +5000,5000,gpu,normal,True,True,False,0.2675056457519531,0.2543926239013672,0.209808349609375,0.2722740173339844,0.23746490478515625,0.2467632293701172,0.23245811462402344,0.24175643920898438,0.2605915069580078,0.22077560424804688,0.23627281188964844,0.2617835998535156,0.2532005310058594,0.21409988403320312,0.5314350128173828,0.2682209014892578,0.23317337036132812,0.263214111328125,0.29921531677246094,0.4291534423828125 +5000,5000,gpu,normal,False,True,True,0.5035400390625,0.5340576171875,0.4761219024658203,0.4558563232421875,0.4832744598388672,0.47326087951660156,0.4639625549316406,0.43487548828125,0.46133995056152344,0.48351287841796875,0.21767616271972656,0.25963783264160156,0.23651123046875,0.23984909057617188,0.23746490478515625,0.2675056457519531,0.2694129943847656,0.24557113647460938,0.2129077911376953,0.2262592315673828 +5000,5000,gpu,normal,False,True,False,0.4730224609375,0.6034374237060547,0.5698204040527344,0.5135536193847656,0.47588348388671875,0.4525184631347656,0.4749298095703125,0.4506111145019531,0.44918060302734375,0.5559921264648438,0.30493736267089844,0.26679039001464844,0.28204917907714844,0.2372264862060547,0.2715587615966797,0.2396106719970703,0.26345252990722656,0.2472400665283203,0.5323886871337891,0.41604042053222656 +5000,5000,gpu,normal,True,False,True,0.2608299255371094,0.24390220642089844,0.25200843811035156,0.2090930938720703,0.24580955505371094,0.23984909057617188,0.2434253692626953,0.2765655517578125,0.19788742065429688,0.2410411834716797,0.22172927856445312,0.2334117889404297,0.24461746215820312,0.23293495178222656,0.26988983154296875,0.2696514129638672,0.26226043701171875,0.24461746215820312,0.2753734588623047,0.5269050598144531 +5000,5000,gpu,normal,True,False,False,0.2627372741699219,0.23436546325683594,0.25534629821777344,0.21791458129882812,0.2338886260986328,0.23174285888671875,0.2593994140625,0.2472400665283203,0.2391338348388672,0.2491474151611328,0.5412101745605469,0.5931854248046875,0.3731250762939453,0.35500526428222656,0.3733634948730469,0.34117698669433594,0.3638267517089844,0.3552436828613281,0.3414154052734375,0.3409385681152344 +5000,5000,gpu,normal,False,False,True,0.46706199645996094,0.4420280456542969,0.46253204345703125,0.4405975341796875,0.3418922424316406,0.247955322265625,0.2644062042236328,0.28824806213378906,0.2503395080566406,0.2753734588623047,0.3604888916015625,0.3533363342285156,0.3573894500732422,0.3871917724609375,0.3540515899658203,0.36716461181640625,0.3337860107421875,0.3139972686767578,0.339508056640625,0.32711029052734375 +5000,5000,gpu,normal,False,False,False,0.2701282501220703,0.23293495178222656,0.20766258239746094,0.27751922607421875,0.6000995635986328,0.6191730499267578,0.5211830139160156,0.5953311920166016,0.6380081176757812,0.6456375122070312,0.36978721618652344,0.37479400634765625,0.36787986755371094,0.3669261932373047,0.33354759216308594,0.3459453582763672,0.36716461181640625,0.3275871276855469,0.3771781921386719,0.39005279541015625 +5000,10000,gpu,homo,True,True,True,0.2377033233642578,0.2391338348388672,0.2510547637939453,0.23412704467773438,0.27823448181152344,0.26226043701171875,0.2574920654296875,0.22983551025390625,0.2410411834716797,0.23674964904785156,0.17833709716796875,0.19502639770507812,0.17571449279785156,0.16927719116210938,0.1780986785888672,0.20122528076171875,0.20837783813476562,0.1761913299560547,0.21266937255859375,0.1671314239501953 +5000,10000,gpu,homo,True,True,False,0.2636909484863281,0.2620220184326172,0.26869773864746094,0.2639293670654297,0.2529621124267578,0.2942085266113281,0.2434253692626953,0.25916099548339844,0.2505779266357422,0.2498626708984375,0.21576881408691406,0.21338462829589844,0.22983551025390625,0.2079010009765625,0.21076202392578125,0.2014636993408203,0.21839141845703125,0.19550323486328125,0.2143383026123047,0.19168853759765625 +5000,10000,gpu,homo,False,True,True,0.5698204040527344,0.5021095275878906,0.4591941833496094,0.42891502380371094,0.5397796630859375,0.44083595275878906,0.41604042053222656,0.42629241943359375,0.41222572326660156,0.4296302795410156,0.3147125244140625,0.35381317138671875,0.3185272216796875,0.3142356872558594,0.30303001403808594,0.3147125244140625,0.3044605255126953,0.2930164337158203,0.27942657470703125,0.3132820129394531 +5000,10000,gpu,homo,False,True,False,0.2522468566894531,0.22792816162109375,0.2353191375732422,0.20956993103027344,0.20623207092285156,0.2117156982421875,0.19550323486328125,0.24008750915527344,0.2262592315673828,0.20432472229003906,0.23508071899414062,0.22649765014648438,0.22363662719726562,0.2148151397705078,0.21791458129882812,0.21004676818847656,0.23937225341796875,0.22935867309570312,0.20575523376464844,0.36072731018066406 +5000,10000,gpu,homo,True,False,True,0.22792816162109375,0.19550323486328125,0.22482872009277344,0.23055076599121094,0.2079010009765625,0.22292137145996094,0.22411346435546875,0.20384788513183594,0.22745132446289062,0.22339820861816406,0.3314018249511719,0.3197193145751953,0.32329559326171875,0.2944469451904297,0.3151893615722656,0.3666877746582031,0.3101825714111328,0.3173351287841797,0.32973289489746094,0.3325939178466797 +5000,10000,gpu,homo,True,False,False,0.22220611572265625,0.2434253692626953,0.247955322265625,0.24080276489257812,0.21886825561523438,0.22840499877929688,0.22220611572265625,0.23221969604492188,0.4639625549316406,0.2193450927734375,0.20885467529296875,0.20051002502441406,0.2262592315673828,0.22721290588378906,0.22864341735839844,0.2162456512451172,0.1900196075439453,0.20599365234375,0.18835067749023438,0.22029876708984375 +5000,10000,gpu,homo,False,False,True,0.5156993865966797,0.5266666412353516,0.6303787231445312,0.5171298980712891,0.4305839538574219,0.5099773406982422,0.42557716369628906,0.4203319549560547,0.4215240478515625,0.4279613494873047,0.21028518676757812,0.2384185791015625,0.2262592315673828,0.20647048950195312,0.21147727966308594,0.1735687255859375,0.20837783813476562,0.17523765563964844,0.2181529998779297,0.21028518676757812 +5000,10000,gpu,homo,False,False,False,0.4971027374267578,0.46181678771972656,0.48661231994628906,0.4222393035888672,0.4343986511230469,0.4100799560546875,0.4105567932128906,0.3917217254638672,0.4241466522216797,0.40459632873535156,0.2884864807128906,0.2727508544921875,0.3561973571777344,0.22745132446289062,0.232696533203125,0.2372264862060547,0.22649765014648438,0.23984909057617188,0.2110004425048828,0.21457672119140625 +5000,10000,gpu,uniform,True,True,True,0.28705596923828125,0.6353855133056641,0.5252361297607422,0.4916191101074219,0.4451274871826172,0.4622936248779297,0.45037269592285156,0.507354736328125,0.47588348388671875,0.6427764892578125,0.3237724304199219,0.34308433532714844,0.35119056701660156,0.41103363037109375,0.3426074981689453,0.5388259887695312,0.3540515899658203,0.34880638122558594,0.3635883331298828,0.3266334533691406 +5000,10000,gpu,uniform,True,True,False,0.5543231964111328,0.6201267242431641,0.5495548248291016,0.5323886871337891,0.5373954772949219,0.5426406860351562,0.7803440093994141,0.49424171447753906,0.4634857177734375,0.47087669372558594,0.23031234741210938,0.19502639770507812,0.26226043701171875,0.23031234741210938,0.20432472229003906,0.20647048950195312,0.2033710479736328,0.2002716064453125,0.2148151397705078,0.2110004425048828 +5000,10000,gpu,uniform,False,True,True,0.5083084106445312,0.5457401275634766,0.5052089691162109,0.5056858062744141,0.5087852478027344,0.5056858062744141,0.47850608825683594,0.4718303680419922,0.45490264892578125,0.4780292510986328,0.2498626708984375,0.2796649932861328,0.2105236053466797,0.2346038818359375,0.2353191375732422,0.2715587615966797,0.22554397583007812,0.2541542053222656,0.28395652770996094,0.2837181091308594 +5000,10000,gpu,uniform,False,True,False,0.23436546325683594,0.2880096435546875,0.2751350402832031,0.2646446228027344,0.24652481079101562,0.27179718017578125,0.24199485778808594,0.2918243408203125,0.263214111328125,0.2505779266357422,0.3597736358642578,0.3757476806640625,0.34809112548828125,0.32591819763183594,0.3426074981689453,0.3561973571777344,0.3643035888671875,0.36978721618652344,0.33283233642578125,0.3490447998046875 +5000,10000,gpu,uniform,True,False,True,0.25916099548339844,0.23794174194335938,0.2739429473876953,0.2067089080810547,0.2512931823730469,0.240325927734375,0.2467632293701172,0.22864341735839844,0.25534629821777344,0.27298927307128906,0.26226043701171875,0.31304359436035156,0.2951622009277344,0.3368854522705078,0.28204917907714844,0.24819374084472656,0.5083084106445312,0.4363059997558594,0.4849433898925781,0.4646778106689453 +5000,10000,gpu,uniform,True,False,False,0.2448558807373047,0.2372264862060547,0.28324127197265625,0.24652481079101562,0.2532005310058594,0.22649765014648438,0.2391338348388672,0.26297569274902344,0.5631446838378906,0.5896091461181641,0.2696514129638672,0.26607513427734375,0.25153160095214844,0.28061866760253906,0.2472400665283203,0.23818016052246094,0.2543926239013672,0.25725364685058594,0.23627281188964844,0.23412704467773438 +5000,10000,gpu,uniform,False,False,True,0.293731689453125,0.2703666687011719,0.2491474151611328,0.28228759765625,0.24938583374023438,0.2410411834716797,0.21600723266601562,0.2772808074951172,0.24819374084472656,0.21505355834960938,0.35643577575683594,0.22530555725097656,0.21457672119140625,0.2593994140625,0.21839141845703125,0.2491474151611328,0.5102157592773438,0.4076957702636719,0.35858154296875,0.3669261932373047 +5000,10000,gpu,uniform,False,False,False,0.2760887145996094,0.2865791320800781,0.24318695068359375,0.2830028533935547,0.2849102020263672,0.22220611572265625,0.27251243591308594,0.25725364685058594,0.21767616271972656,0.24819374084472656,0.21958351135253906,0.22983551025390625,0.1990795135498047,0.2334117889404297,0.20885467529296875,0.24628639221191406,0.22459030151367188,0.19073486328125,0.2968311309814453,0.2570152282714844 +5000,10000,gpu,normal,True,True,True,0.5013942718505859,0.5004405975341797,0.5044937133789062,0.4730224609375,0.5154609680175781,0.4935264587402344,0.5500316619873047,0.5426406860351562,0.5190372467041016,0.5280971527099609,0.335693359375,0.34809112548828125,0.33020973205566406,0.33593177795410156,0.32520294189453125,0.3540515899658203,0.33020973205566406,0.34618377685546875,0.3516674041748047,0.3426074981689453 +5000,10000,gpu,normal,True,True,False,0.2522468566894531,0.2646446228027344,0.2758502960205078,0.2956390380859375,0.6914138793945312,0.5407333374023438,0.5114078521728516,0.4703998565673828,0.48613548278808594,0.476837158203125,0.2353191375732422,0.2243518829345703,0.2257823944091797,0.2186298370361328,0.24390220642089844,0.2391338348388672,0.24437904357910156,0.22745132446289062,0.2665519714355469,0.2791881561279297 +5000,10000,gpu,normal,False,True,True,0.29730796813964844,0.2532005310058594,0.25725364685058594,0.5741119384765625,0.5927085876464844,0.5724430084228516,0.7221698760986328,0.6406307220458984,0.6225109100341797,0.537872314453125,0.48065185546875,0.5238056182861328,0.4417896270751953,0.4208087921142578,0.3986358642578125,0.3895759582519531,0.3750324249267578,0.3962516784667969,0.38552284240722656,0.38743019104003906 +5000,10000,gpu,normal,False,True,False,0.2551078796386719,0.28824806213378906,0.31065940856933594,0.32806396484375,0.26297569274902344,0.24318695068359375,0.23484230041503906,0.22721290588378906,0.2300739288330078,0.24271011352539062,0.4277229309082031,0.42724609375,0.40078163146972656,0.3883838653564453,0.3886222839355469,0.3864765167236328,0.38504600524902344,0.38433074951171875,0.3998279571533203,0.3910064697265625 +5000,10000,gpu,normal,True,False,True,0.25773048400878906,0.240325927734375,0.22721290588378906,0.21195411682128906,0.2281665802001953,0.6389617919921875,0.5228519439697266,0.4878044128417969,0.45752525329589844,0.46706199645996094,0.41031837463378906,0.4401206970214844,0.41556358337402344,0.4341602325439453,0.40650367736816406,0.45108795166015625,0.42510032653808594,0.4413127899169922,0.5781650543212891,0.4506111145019531 +5000,10000,gpu,normal,True,False,False,0.2529621124267578,0.2505779266357422,0.255584716796875,0.255584716796875,0.2665519714355469,0.24580955505371094,0.2522468566894531,0.29730796813964844,0.6134510040283203,0.7503032684326172,0.40459632873535156,0.38313865661621094,0.4253387451171875,0.40268898010253906,0.396728515625,0.39768218994140625,0.3998279571533203,0.3952980041503906,0.5164146423339844,0.4734992980957031 +5000,10000,gpu,normal,False,False,True,0.6322860717773438,0.5424022674560547,0.5004405975341797,0.4642009735107422,0.45943260192871094,0.45943260192871094,0.4668235778808594,0.4398822784423828,0.46515464782714844,0.48160552978515625,0.22292137145996094,0.225067138671875,0.225067138671875,0.23293495178222656,0.5133152008056641,0.4563331604003906,0.37479400634765625,0.34689903259277344,0.3540515899658203,0.3452301025390625 +5000,10000,gpu,normal,False,False,False,0.3044605255126953,0.6577968597412109,0.5254745483398438,0.54168701171875,0.5099773406982422,0.4818439483642578,0.4642009735107422,0.52642822265625,0.49304962158203125,0.5011558532714844,0.41103363037109375,0.41675567626953125,0.4119873046875,0.3981590270996094,0.5564689636230469,0.43511390686035156,0.3933906555175781,0.3833770751953125,0.3561973571777344,0.35119056701660156 +5000,25000,gpu,homo,True,True,True,0.31757354736328125,0.3597736358642578,0.32138824462890625,0.29540061950683594,0.3211498260498047,0.31685829162597656,0.32520294189453125,0.31113624572753906,0.3285408020019531,0.3159046173095703,0.20933151245117188,0.19812583923339844,0.19693374633789062,0.194549560546875,0.1971721649169922,0.20599365234375,0.19049644470214844,0.21600723266601562,0.22554397583007812,0.2040863037109375 +5000,25000,gpu,homo,True,True,False,0.3197193145751953,0.2987384796142578,0.2734661102294922,0.274658203125,0.2846717834472656,0.27251243591308594,0.2868175506591797,0.7030963897705078,0.5488395690917969,0.5238056182861328,0.20456314086914062,0.19216537475585938,0.20456314086914062,0.19311904907226562,0.18715858459472656,0.19788742065429688,0.1983642578125,0.22459030151367188,0.22125244140625,0.21982192993164062 +5000,25000,gpu,homo,False,True,True,0.23651123046875,0.1964569091796875,0.21648406982421875,0.22029876708984375,0.2079010009765625,0.19311904907226562,0.2281665802001953,0.2086162567138672,0.21457672119140625,0.21839141845703125,0.34999847412109375,0.32401084899902344,0.3077983856201172,0.3192424774169922,0.3211498260498047,0.32639503479003906,0.3647804260253906,0.3867149353027344,0.3228187561035156,0.3254413604736328 +5000,25000,gpu,homo,False,True,False,0.2238750457763672,0.2200603485107422,0.2262592315673828,0.1857280731201172,0.23031234741210938,0.2238750457763672,0.22840499877929688,0.2186298370361328,0.22125244140625,0.24509429931640625,0.40531158447265625,0.41103363037109375,0.4222393035888672,0.4203319549560547,0.3936290740966797,0.3936290740966797,0.41484832763671875,0.41794776916503906,0.40459632873535156,0.44083595275878906 +5000,25000,gpu,homo,True,False,True,0.2644062042236328,0.22459030151367188,0.22339820861816406,0.2238750457763672,0.2300739288330078,0.2269744873046875,0.2079010009765625,0.23055076599121094,0.2219676971435547,0.23984909057617188,0.35953521728515625,0.36406517028808594,0.3399848937988281,0.3376007080078125,0.3502368927001953,0.3402233123779297,0.3387928009033203,0.3571510314941406,0.36334991455078125,0.3132820129394531 +5000,25000,gpu,homo,True,False,False,0.46062469482421875,0.44083595275878906,0.5629062652587891,0.43892860412597656,0.44345855712890625,0.4642009735107422,0.44274330139160156,0.42319297790527344,0.41961669921875,0.4169940948486328,0.339508056640625,0.3314018249511719,0.32782554626464844,0.33974647521972656,0.3504753112792969,0.3325939178466797,0.3371238708496094,0.32401084899902344,0.34117698669433594,0.3726482391357422 +5000,25000,gpu,homo,False,False,True,0.2472400665283203,0.2753734588623047,0.23317337036132812,0.25534629821777344,0.23674964904785156,0.2510547637939453,0.2491474151611328,0.2627372741699219,0.26106834411621094,0.23484230041503906,0.21505355834960938,0.18739700317382812,0.19550323486328125,0.20623207092285156,0.21314620971679688,0.2110004425048828,0.22172927856445312,0.21886825561523438,0.19073486328125,0.18262863159179688 +5000,25000,gpu,homo,False,False,False,0.240325927734375,0.2338886260986328,0.24843215942382812,0.23245811462402344,0.23126602172851562,0.22125244140625,0.24747848510742188,0.2453327178955078,0.23674964904785156,0.23698806762695312,0.33211708068847656,0.32520294189453125,0.3123283386230469,0.3008842468261719,0.3058910369873047,0.2982616424560547,0.3070831298828125,0.31948089599609375,0.42939186096191406,0.4711151123046875 +5000,25000,gpu,uniform,True,True,True,0.4181861877441406,0.37360191345214844,0.37026405334472656,0.3731250762939453,0.4115104675292969,0.37169456481933594,0.37789344787597656,0.3619194030761719,0.3654956817626953,0.3628730773925781,0.21314620971679688,0.19741058349609375,0.2243518829345703,0.1704692840576172,0.18334388732910156,0.17905235290527344,0.20432472229003906,0.20813941955566406,0.21004676818847656,0.24700164794921875 +5000,25000,gpu,uniform,True,True,False,0.3840923309326172,0.3733634948730469,0.3666877746582031,0.377655029296875,0.3819465637207031,0.3554821014404297,0.3418922424316406,0.3952980041503906,0.4124641418457031,0.38743019104003906,0.28443336486816406,0.24747848510742188,0.2453327178955078,0.213623046875,0.23365020751953125,0.22029876708984375,0.22220611572265625,0.24890899658203125,0.22912025451660156,0.2543926239013672 +5000,25000,gpu,uniform,False,True,True,0.24938583374023438,0.4906654357910156,0.3173351287841797,0.28705596923828125,0.2651214599609375,0.2605915069580078,0.24771690368652344,0.2338886260986328,0.25391578674316406,0.2338886260986328,0.46634674072265625,0.4596710205078125,0.4620552062988281,0.4394054412841797,0.4227161407470703,0.4220008850097656,0.4525184631347656,0.5335807800292969,0.5030632019042969,0.6723403930664062 +5000,25000,gpu,uniform,False,True,False,0.5147457122802734,0.5352497100830078,0.5235671997070312,0.46515464782714844,0.4978179931640625,0.5283355712890625,0.5211830139160156,0.5040168762207031,0.49948692321777344,0.4966259002685547,0.38743019104003906,0.3685951232910156,0.3762245178222656,0.3638267517089844,0.38933753967285156,0.37407875061035156,0.3516674041748047,0.44083595275878906,0.39696693420410156,0.34332275390625 +5000,25000,gpu,uniform,True,False,True,0.2930164337158203,0.28443336486816406,0.2999305725097656,0.28133392333984375,0.2789497375488281,0.25391578674316406,0.2384185791015625,0.28014183044433594,0.61798095703125,0.5099773406982422,0.4029273986816406,0.38743019104003906,0.36525726318359375,0.3840923309326172,0.3333091735839844,0.3323554992675781,0.3325939178466797,0.3509521484375,0.3826618194580078,0.5953311920166016 +5000,25000,gpu,uniform,True,False,False,0.6177425384521484,0.4985332489013672,0.46563148498535156,0.5104541778564453,0.45990943908691406,0.47516822814941406,0.4761219024658203,0.4584789276123047,0.5016326904296875,0.4897117614746094,0.39887428283691406,0.3933906555175781,0.3631114959716797,0.37288665771484375,0.36215782165527344,0.36215782165527344,0.36907196044921875,0.3490447998046875,0.38123130798339844,0.36072731018066406 +5000,25000,gpu,uniform,False,False,True,0.49591064453125,0.5481243133544922,0.5042552947998047,0.48089027404785156,0.4711151123046875,0.4611015319824219,0.46634674072265625,0.4773139953613281,0.4703998565673828,0.47898292541503906,0.33354759216308594,0.5071163177490234,0.45418739318847656,0.36716461181640625,0.3972053527832031,0.3597736358642578,0.27108192443847656,0.29158592224121094,0.27751922607421875,0.2510547637939453 +5000,25000,gpu,uniform,False,False,False,0.39005279541015625,0.4153251647949219,0.40841102600097656,0.4134178161621094,0.37479400634765625,0.39887428283691406,0.3361701965332031,0.37217140197753906,0.7503032684326172,0.5373954772949219,0.36525726318359375,0.3421306610107422,0.6597042083740234,0.3695487976074219,0.3762245178222656,0.37360191345214844,0.3647804260253906,0.35071372985839844,0.36406517028808594,0.36406517028808594 +5000,25000,gpu,normal,True,True,True,0.5273818969726562,0.45609474182128906,0.4773139953613281,0.47397613525390625,0.46133995056152344,0.4715919494628906,0.5021095275878906,0.4858970642089844,0.44465065002441406,0.42819976806640625,0.3948211669921875,0.3936290740966797,0.3497600555419922,0.3523826599121094,0.37741661071777344,0.3571510314941406,0.35309791564941406,0.3833770751953125,0.5252361297607422,0.40268898010253906 +5000,25000,gpu,normal,True,True,False,0.4730224609375,0.45228004455566406,0.4458427429199219,0.4405975341796875,0.4680156707763672,0.47016143798828125,0.4315376281738281,0.43845176696777344,0.4725456237792969,0.41556358337402344,0.23698806762695312,0.24890899658203125,0.23412704467773438,0.2155303955078125,0.2524852752685547,0.3032684326171875,0.2491474151611328,0.22482872009277344,0.2593994140625,0.23984909057617188 +5000,25000,gpu,normal,False,True,True,0.22363662719726562,0.2307891845703125,0.24247169494628906,0.2741813659667969,0.2486705780029297,0.22935867309570312,0.2696514129638672,0.2491474151611328,0.28967857360839844,0.2675056457519531,0.44655799865722656,0.4520416259765625,0.4360675811767578,0.4458427429199219,0.4398822784423828,0.43702125549316406,0.4298686981201172,0.4496574401855469,0.4906654357910156,0.4687309265136719 +5000,25000,gpu,normal,False,True,False,0.28061866760253906,0.2651214599609375,0.24938583374023438,0.26702880859375,0.24747848510742188,0.2589225769042969,0.27823448181152344,0.2448558807373047,0.308990478515625,0.3173351287841797,0.4787445068359375,0.43201446533203125,0.4303455352783203,0.4532337188720703,0.4420280456542969,0.44274330139160156,0.4584789276123047,0.40841102600097656,0.4265308380126953,0.4062652587890625 +5000,25000,gpu,normal,True,False,True,0.23746490478515625,0.3190040588378906,0.6520748138427734,0.6237030029296875,0.7154941558837891,0.6024837493896484,0.5540847778320312,0.5457401275634766,0.5517005920410156,0.5736351013183594,0.6194114685058594,0.60272216796875,0.5953311920166016,0.5669593811035156,0.5590915679931641,0.5724430084228516,0.5753040313720703,0.5910396575927734,0.6089210510253906,0.5638599395751953 +5000,25000,gpu,normal,True,False,False,0.5412101745605469,0.5221366882324219,0.545501708984375,0.5252361297607422,0.3428459167480469,0.29969215393066406,0.2830028533935547,0.2772808074951172,0.29015541076660156,0.2722740173339844,0.45609474182128906,0.45680999755859375,0.49567222595214844,0.4677772521972656,0.47850608825683594,0.45943260192871094,0.5943775177001953,0.6897449493408203,0.5841255187988281,0.5900859832763672 +5000,25000,gpu,normal,False,False,True,0.27370452880859375,0.2732276916503906,0.29349327087402344,0.27060508728027344,0.2644062042236328,0.2551078796386719,0.2751350402832031,0.28824806213378906,0.26297569274902344,0.26702880859375,0.370025634765625,0.4105567932128906,0.3707408905029297,0.3895759582519531,0.3898143768310547,0.38743019104003906,0.3635883331298828,0.3857612609863281,0.37407875061035156,0.3826618194580078 +5000,25000,gpu,normal,False,False,False,0.25534629821777344,0.24056434631347656,0.2541542053222656,0.2815723419189453,0.3135204315185547,0.23674964904785156,0.2598762512207031,0.2651214599609375,0.2620220184326172,0.2810955047607422,0.23412704467773438,0.27108192443847656,0.24271011352539062,0.29087066650390625,0.24437904357910156,0.2276897430419922,0.2372264862060547,0.27060508728027344,0.29778480529785156,0.2429485321044922 +5000,37500,gpu,homo,True,True,True,0.7226467132568359,0.6499290466308594,0.6353855133056641,0.6229877471923828,0.6172657012939453,0.6365776062011719,0.6325244903564453,0.6165504455566406,0.6098747253417969,0.6055831909179688,0.20265579223632812,0.19788742065429688,0.21910667419433594,0.1838207244873047,0.19788742065429688,0.15878677368164062,0.1575946807861328,0.18596649169921875,0.1819133758544922,0.1761913299560547 +5000,37500,gpu,homo,True,True,False,0.40411949157714844,0.3802776336669922,0.3952980041503906,0.39196014404296875,0.400543212890625,0.3979206085205078,0.35500526428222656,0.37789344787597656,0.3857612609863281,0.37550926208496094,0.21791458129882812,0.23245811462402344,0.2200603485107422,0.4093647003173828,0.3173351287841797,0.2830028533935547,0.2644062042236328,0.2601146697998047,0.23174285888671875,0.24199485778808594 +5000,37500,gpu,homo,False,True,True,0.23698806762695312,0.24080276489257812,0.20837783813476562,0.23317337036132812,0.24318695068359375,0.2231597900390625,0.2105236053466797,0.22649765014648438,0.21266937255859375,0.2276897430419922,0.3936290740966797,0.41747093200683594,0.45013427734375,0.6718635559082031,0.4124641418457031,0.36525726318359375,0.3685951232910156,0.3631114959716797,0.36644935607910156,0.3972053527832031 +5000,37500,gpu,homo,False,True,False,0.22125244140625,0.2186298370361328,0.2009868621826172,0.19598007202148438,0.20647048950195312,0.23865699768066406,0.2300739288330078,0.20384788513183594,0.20074844360351562,0.20194053649902344,0.4227161407470703,0.41604042053222656,0.40793418884277344,0.42700767517089844,0.415802001953125,0.4146099090576172,0.42629241943359375,0.4611015319824219,0.48613548278808594,0.6418228149414062 +5000,37500,gpu,homo,True,False,True,0.2655982971191406,0.2791881561279297,0.28228759765625,0.25773048400878906,0.24890899658203125,0.26226043701171875,0.2837181091308594,0.24318695068359375,0.2734661102294922,0.278472900390625,0.41937828063964844,0.4305839538574219,0.41413307189941406,0.4222393035888672,0.41747093200683594,0.44155120849609375,0.4181861877441406,0.41413307189941406,0.4181861877441406,0.4086494445800781 +5000,37500,gpu,homo,True,False,False,0.2779960632324219,0.2658367156982422,0.2903938293457031,0.27108192443847656,0.27108192443847656,0.24557113647460938,0.2646446228027344,0.2598762512207031,0.270843505859375,0.2770423889160156,0.4513263702392578,0.44655799865722656,0.44417381286621094,0.4470348358154297,0.4420280456542969,0.41747093200683594,0.4448890686035156,0.44465065002441406,0.4515647888183594,0.4341602325439453 +5000,37500,gpu,homo,False,False,True,0.4756450653076172,0.49376487731933594,0.6778240203857422,0.4985332489013672,0.5707740783691406,0.7834434509277344,0.5395412445068359,0.4749298095703125,0.461578369140625,0.469207763671875,0.34546852111816406,0.3509521484375,0.335693359375,0.3490447998046875,0.5593299865722656,0.4248619079589844,0.4067420959472656,0.3795623779296875,0.3669261932373047,0.3674030303955078 +5000,37500,gpu,homo,False,False,False,0.2720355987548828,0.5648136138916016,0.5884170532226562,0.5278587341308594,0.5097389221191406,0.45943260192871094,0.4544258117675781,0.5278587341308594,0.6146430969238281,0.4761219024658203,0.2605915069580078,0.2460479736328125,0.25343894958496094,0.22983551025390625,0.23698806762695312,0.23317337036132812,0.2701282501220703,0.23484230041503906,0.232696533203125,0.21338462829589844 +5000,37500,gpu,uniform,True,True,True,0.5185604095458984,0.5478858947753906,0.5643367767333984,0.518798828125,0.5555152893066406,0.5488395690917969,0.4928112030029297,0.5040168762207031,0.5426406860351562,0.5044937133789062,0.22912025451660156,0.2472400665283203,0.23031234741210938,0.23365020751953125,0.2009868621826172,0.23889541625976562,0.2751350402832031,0.2529621124267578,0.2601146697998047,0.23484230041503906 +5000,37500,gpu,uniform,True,True,False,0.54931640625,0.5400180816650391,0.5517005920410156,0.4978179931640625,0.5183219909667969,0.5087852478027344,0.5383491516113281,0.5285739898681641,0.4875659942626953,0.5221366882324219,0.22411346435546875,0.18644332885742188,0.2574920654296875,0.2219676971435547,0.2033710479736328,0.26679039001464844,0.22983551025390625,0.255584716796875,0.26535987854003906,0.2262592315673828 +5000,37500,gpu,uniform,False,True,True,0.5629062652587891,0.5373954772949219,0.5140304565429688,0.49114227294921875,0.5044937133789062,0.5319118499755859,0.49591064453125,0.51116943359375,0.5211830139160156,0.47087669372558594,0.4048347473144531,0.42700767517089844,0.42176246643066406,0.39577484130859375,0.39839744567871094,0.3864765167236328,0.4208087921142578,0.3948211669921875,0.4172325134277344,0.423431396484375 +5000,37500,gpu,uniform,False,True,False,0.49591064453125,0.46896934509277344,0.4723072052001953,0.47659873962402344,0.4925727844238281,0.4649162292480469,0.4451274871826172,0.4379749298095703,0.45228004455566406,0.4417896270751953,0.5698204040527344,0.5519390106201172,0.5538463592529297,0.5662441253662109,0.7269382476806641,0.54931640625,0.5362033843994141,0.5307197570800781,0.5218982696533203,0.51116943359375 +5000,37500,gpu,uniform,True,False,True,0.30684471130371094,0.2646446228027344,0.2665519714355469,0.28252601623535156,0.2734661102294922,0.3180503845214844,0.24938583374023438,0.2932548522949219,0.2963542938232422,0.28777122497558594,0.41866302490234375,0.43201446533203125,0.4222393035888672,0.4584789276123047,0.45418739318847656,0.44226646423339844,0.4374980926513672,0.4451274871826172,0.4482269287109375,0.6802082061767578 +5000,37500,gpu,uniform,True,False,False,0.31447410583496094,0.2856254577636719,0.308990478515625,0.30517578125,0.2956390380859375,0.29397010803222656,0.274658203125,0.30541419982910156,0.29540061950683594,0.3216266632080078,0.46253204345703125,0.44536590576171875,0.4394054412841797,0.4837512969970703,0.49042701721191406,0.4601478576660156,0.47135353088378906,0.4725456237792969,0.4756450653076172,0.4513263702392578 +5000,37500,gpu,uniform,False,False,True,0.3349781036376953,0.3032684326171875,0.29587745666503906,0.270843505859375,0.2982616424560547,0.29206275939941406,0.28586387634277344,0.3094673156738281,0.2853870391845703,0.2970695495605469,0.3266334533691406,0.29540061950683594,0.32591819763183594,0.29397010803222656,0.29754638671875,0.2872943878173828,0.27179718017578125,0.3325939178466797,0.26154518127441406,0.27561187744140625 +5000,37500,gpu,uniform,False,False,False,0.3180503845214844,0.32019615173339844,0.3185272216796875,0.2930164337158203,0.32591819763183594,0.29730796813964844,0.3063678741455078,0.29659271240234375,0.3116130828857422,0.3085136413574219,0.29659271240234375,0.3027915954589844,0.3066062927246094,0.2562999725341797,0.2956390380859375,0.28586387634277344,0.5021095275878906,0.4401206970214844,0.41675567626953125,0.4627704620361328 +5000,37500,gpu,normal,True,True,True,0.7710456848144531,0.7607936859130859,0.7567405700683594,1.0013580322265625,0.7724761962890625,0.7958412170410156,0.8361339569091797,0.7884502410888672,0.7596015930175781,0.7681846618652344,0.2551078796386719,0.26607513427734375,0.28061866760253906,0.34689903259277344,0.4820823669433594,0.42247772216796875,0.3960132598876953,0.36644935607910156,0.3845691680908203,0.3676414489746094 +5000,37500,gpu,normal,True,True,False,0.9717941284179688,0.9427070617675781,1.0387897491455078,1.0459423065185547,0.9758472442626953,0.9751319885253906,1.0614395141601562,1.0197162628173828,1.0046958923339844,0.9179115295410156,0.3867149353027344,0.37789344787597656,0.3542900085449219,0.3662109375,0.3561973571777344,0.3609657287597656,0.36835670471191406,0.3712177276611328,0.41413307189941406,0.34117698669433594 +5000,37500,gpu,normal,False,True,True,0.26535987854003906,0.27370452880859375,0.2448558807373047,0.2617835998535156,0.2627372741699219,0.23937225341796875,0.2353191375732422,0.21839141845703125,0.2570152282714844,0.247955322265625,0.6990432739257812,0.6840229034423828,0.6594657897949219,0.6480216979980469,0.7405281066894531,0.6563663482666016,0.5958080291748047,0.5962848663330078,0.6005764007568359,0.5970001220703125 +5000,37500,gpu,normal,False,True,False,0.28824806213378906,0.2510547637939453,0.2970695495605469,0.26106834411621094,0.29921531677246094,0.28896331787109375,0.26798248291015625,0.2689361572265625,0.2982616424560547,0.30350685119628906,0.5409717559814453,0.5998611450195312,0.5526542663574219,0.5731582641601562,0.5590915679931641,0.5855560302734375,0.5726814270019531,0.6084442138671875,0.5629062652587891,0.5576610565185547 +5000,37500,gpu,normal,True,False,True,0.3082752227783203,0.6134510040283203,0.9162425994873047,0.51116943359375,0.48279762268066406,0.453948974609375,0.4699230194091797,0.48160552978515625,0.4928112030029297,0.4820823669433594,0.63323974609375,0.5812644958496094,0.5812644958496094,0.5631446838378906,0.5855560302734375,0.591278076171875,0.5750656127929688,0.5972385406494141,0.6384849548339844,0.6492137908935547 +5000,37500,gpu,normal,True,False,False,0.5323886871337891,0.49233436584472656,0.48923492431640625,0.6244182586669922,0.6120204925537109,0.5514621734619141,0.530242919921875,0.5388259887695312,0.51116943359375,0.5004405975341797,0.762939453125,0.7364749908447266,0.8261203765869141,0.7102489471435547,0.7116794586181641,0.6871223449707031,0.7750988006591797,0.7367134094238281,0.7259845733642578,0.713348388671875 +5000,37500,gpu,normal,False,False,True,0.5626678466796875,0.4951953887939453,0.4992485046386719,0.48160552978515625,0.4317760467529297,0.44465065002441406,0.4558563232421875,0.4749298095703125,0.48661231994628906,0.43702125549316406,0.4584789276123047,0.4646778106689453,0.46706199645996094,0.4284381866455078,0.43487548828125,0.4215240478515625,0.4153251647949219,0.4029273986816406,0.4265308380126953,0.4642009735107422 +5000,37500,gpu,normal,False,False,False,0.3485679626464844,0.31256675720214844,0.2980232238769531,0.35691261291503906,0.3485679626464844,0.3910064697265625,0.3383159637451172,0.31447410583496094,0.2856254577636719,0.2815723419189453,0.415802001953125,0.45609474182128906,0.4343986511230469,0.4074573516845703,0.40841102600097656,0.4112720489501953,0.40841102600097656,0.4253387451171875,0.42438507080078125,0.41484832763671875 +5000,50000,gpu,homo,True,True,True,0.5762577056884766,0.5736351013183594,0.5393028259277344,0.560760498046875,0.5764961242675781,0.5807876586914062,0.7152557373046875,0.5412101745605469,0.5650520324707031,0.5657672882080078,0.20647048950195312,0.19693374633789062,0.22983551025390625,0.20503997802734375,0.2238750457763672,0.23436546325683594,0.21338462829589844,0.2155303955078125,0.2071857452392578,0.20551681518554688 +5000,50000,gpu,homo,True,True,False,0.5414485931396484,0.5228519439697266,0.5934238433837891,0.7309913635253906,0.8337497711181641,0.7596015930175781,0.6515979766845703,0.5042552947998047,0.5018711090087891,0.4909038543701172,0.1888275146484375,0.1850128173828125,0.1862049102783203,0.18930435180664062,0.1571178436279297,0.19073486328125,0.15735626220703125,0.18715858459472656,0.18525123596191406,0.1811981201171875 +5000,50000,gpu,homo,False,True,True,0.23865699768066406,0.22363662719726562,0.24461746215820312,0.2238750457763672,0.22721290588378906,0.19598007202148438,0.21457672119140625,0.20003318786621094,0.1919269561767578,0.2117156982421875,0.46062469482421875,0.46944618225097656,0.4699230194091797,0.4444122314453125,0.4696846008300781,0.45990943908691406,0.43320655822753906,0.4439353942871094,0.457763671875,0.43201446533203125 +5000,50000,gpu,homo,False,True,False,0.2918243408203125,0.24247169494628906,0.23221969604492188,0.24938583374023438,0.22935867309570312,0.24580955505371094,0.25081634521484375,0.2334117889404297,0.2148151397705078,0.23889541625976562,0.6392002105712891,0.7076263427734375,0.6897449493408203,0.7836818695068359,0.6122589111328125,0.6315708160400391,0.6136894226074219,0.6287097930908203,0.6091594696044922,0.6444454193115234 +5000,50000,gpu,homo,True,False,True,0.3216266632080078,0.2751350402832031,0.2884864807128906,0.25463104248046875,0.2834796905517578,0.2727508544921875,0.2911090850830078,0.24318695068359375,0.27441978454589844,0.2655982971191406,0.6699562072753906,0.6186962127685547,0.5567073822021484,0.6487369537353516,0.5688667297363281,0.5955696105957031,0.5490779876708984,0.5984306335449219,0.5848407745361328,0.5559921264648438 +5000,50000,gpu,homo,True,False,False,0.2655982971191406,0.2529621124267578,0.26297569274902344,0.27871131896972656,0.6151199340820312,0.5640983581542969,0.5300045013427734,0.4971027374267578,0.4913806915283203,0.5097389221191406,0.6015300750732422,0.5867481231689453,0.5624294281005859,0.5977153778076172,0.5674362182617188,0.5545616149902344,0.5633831024169922,0.5996227264404297,0.6210803985595703,0.5428791046142578 +5000,50000,gpu,homo,False,False,True,0.6146430969238281,0.27298927307128906,0.29587745666503906,0.2543926239013672,0.27370452880859375,0.26416778564453125,0.24056434631347656,0.2529621124267578,0.25272369384765625,0.26798248291015625,0.5476474761962891,0.6742477416992188,0.5261898040771484,0.4203319549560547,0.43392181396484375,0.4341602325439453,0.45609474182128906,0.4088878631591797,0.5488395690917969,0.4420280456542969 +5000,50000,gpu,homo,False,False,False,0.25010108947753906,0.28133392333984375,0.270843505859375,0.25582313537597656,0.24628639221191406,0.24247169494628906,0.2567768096923828,0.2989768981933594,0.3070831298828125,0.2689361572265625,0.4105567932128906,0.38933753967285156,0.3829002380371094,0.38242340087890625,0.385284423828125,0.3743171691894531,0.3752708435058594,0.3752708435058594,0.3790855407714844,0.5278587341308594 +5000,50000,gpu,uniform,True,True,True,0.7567405700683594,0.7314682006835938,0.7240772247314453,0.7939338684082031,0.7686614990234375,0.9474754333496094,0.7336139678955078,0.7531642913818359,0.7536411285400391,0.7348060607910156,0.2295970916748047,0.2613067626953125,0.23317337036132812,0.2307891845703125,0.22172927856445312,0.18477439880371094,0.18835067749023438,0.19502639770507812,0.2548694610595703,0.23365020751953125 +5000,50000,gpu,uniform,True,True,False,1.0349750518798828,1.0209083557128906,1.0268688201904297,0.9615421295166016,1.001596450805664,1.1112689971923828,1.2054443359375,1.0082721710205078,1.0366439819335938,1.0156631469726562,0.34689903259277344,0.31948089599609375,0.32067298889160156,0.32258033752441406,0.3287792205810547,0.3178119659423828,0.3304481506347656,0.3266334533691406,0.3631114959716797,0.3445148468017578 +5000,50000,gpu,uniform,False,True,True,0.5207061767578125,0.4775524139404297,0.48613548278808594,0.5295276641845703,0.5037784576416016,0.46634674072265625,0.4684925079345703,0.4582405090332031,0.46825408935546875,0.4935264587402344,0.7221698760986328,0.49114227294921875,0.6999969482421875,0.6432533264160156,0.6434917449951172,0.5848407745361328,0.5958080291748047,0.6017684936523438,0.5838871002197266,0.5548000335693359 +5000,50000,gpu,uniform,False,True,False,0.27561187744140625,0.2589225769042969,0.293731689453125,0.26297569274902344,0.2498626708984375,0.26917457580566406,0.27751922607421875,0.2791881561279297,0.2949237823486328,0.29158592224121094,0.6375312805175781,0.6575584411621094,0.6668567657470703,0.6339550018310547,0.6313323974609375,0.6546974182128906,0.6532669067382812,0.6442070007324219,0.6318092346191406,0.6299018859863281 +5000,50000,gpu,uniform,True,False,True,0.2944469451904297,0.32901763916015625,0.2739429473876953,0.27108192443847656,0.27823448181152344,0.2658367156982422,0.263214111328125,0.28967857360839844,0.2789497375488281,0.2880096435546875,0.5326271057128906,0.5152225494384766,0.537872314453125,0.5245208740234375,0.5059242248535156,0.5125999450683594,0.5347728729248047,0.5328655242919922,0.5288124084472656,0.5426406860351562 +5000,50000,gpu,uniform,True,False,False,0.32258033752441406,0.27680397033691406,0.31304359436035156,0.3223419189453125,0.2865791320800781,0.2942085266113281,0.2789497375488281,0.27561187744140625,0.5657672882080078,0.30159950256347656,0.5934238433837891,0.5407333374023438,0.5249977111816406,0.5280971527099609,0.5161762237548828,0.5056858062744141,0.5078315734863281,0.5104541778564453,0.4966259002685547,0.5004405975341797 +5000,50000,gpu,uniform,False,False,True,0.5235671997070312,0.5273818969726562,0.5609989166259766,0.5486011505126953,0.5776882171630859,0.5118846893310547,0.48613548278808594,0.5104541778564453,0.5228519439697266,0.5450248718261719,0.30493736267089844,0.3306865692138672,0.2834796905517578,0.33283233642578125,0.2827644348144531,0.3199577331542969,0.29778480529785156,0.34809112548828125,0.3025531768798828,0.3161430358886719 +5000,50000,gpu,uniform,False,False,False,0.5490779876708984,0.5648136138916016,0.5097389221191406,0.3838539123535156,0.2880096435546875,0.3266334533691406,0.2892017364501953,0.3383159637451172,0.2808570861816406,0.31185150146484375,0.48351287841796875,0.4134178161621094,0.41985511779785156,0.4107952117919922,0.4239082336425781,0.4215240478515625,0.431060791015625,0.4210472106933594,0.4258155822753906,0.4150867462158203 +5000,50000,gpu,normal,True,True,True,1.1289119720458984,1.1336803436279297,1.125335693359375,1.1136531829833984,1.0857582092285156,1.1067390441894531,1.4417171478271484,1.2459754943847656,1.1398792266845703,1.1126995086669922,0.2834796905517578,0.2834796905517578,0.28133392333984375,0.30541419982910156,0.31685829162597656,0.3008842468261719,0.30112266540527344,0.3006458282470703,0.47016143798828125,0.3123283386230469 +5000,50000,gpu,normal,True,True,False,1.0898113250732422,1.069784164428711,1.0828971862792969,1.0721683502197266,1.0786056518554688,1.0800361633300781,1.0805130004882812,1.085519790649414,1.0495185852050781,1.3489723205566406,0.40650367736816406,0.38695335388183594,0.38313865661621094,0.3566741943359375,0.3571510314941406,0.3743171691894531,0.3657341003417969,0.3693103790283203,0.40650367736816406,0.38361549377441406 +5000,50000,gpu,normal,False,True,True,0.2665519714355469,0.2453327178955078,0.32138824462890625,0.3864765167236328,0.33092498779296875,0.33211708068847656,0.27060508728027344,0.27179718017578125,0.28586387634277344,0.29277801513671875,0.8208751678466797,0.8220672607421875,0.8120536804199219,0.8051395416259766,0.7996559143066406,0.9131431579589844,1.09100341796875,0.9481906890869141,0.8342266082763672,0.8149147033691406 +5000,50000,gpu,normal,False,True,False,0.2560615539550781,0.2682209014892578,0.3638267517089844,0.4553794860839844,0.8280277252197266,0.3447532653808594,0.28395652770996094,0.3120899200439453,0.2713203430175781,0.2689361572265625,0.8909702301025391,0.8258819580078125,0.8869171142578125,0.8769035339355469,0.8616447448730469,0.8955001831054688,0.9279251098632812,1.0213851928710938,0.8881092071533203,0.8707046508789062 +5000,50000,gpu,normal,True,False,True,0.3108978271484375,0.33473968505859375,0.3108978271484375,0.32258033752441406,0.2703666687011719,0.3218650817871094,0.31566619873046875,0.3161430358886719,0.28634071350097656,0.2548694610595703,0.9562969207763672,0.7760524749755859,0.7774829864501953,0.8418560028076172,0.7650852203369141,0.7467269897460938,0.7739067077636719,0.705718994140625,0.7414817810058594,0.7696151733398438 +5000,50000,gpu,normal,True,False,False,0.3330707550048828,0.3173351287841797,0.2701282501220703,0.2741813659667969,0.2765655517578125,0.3116130828857422,0.3552436828613281,0.3330707550048828,0.347137451171875,0.33211708068847656,0.7078647613525391,0.7791519165039062,0.7719993591308594,0.7758140563964844,0.8008480072021484,0.7376670837402344,0.7314682006835938,0.7276535034179688,0.7348060607910156,0.7288455963134766 +5000,50000,gpu,normal,False,False,True,0.5075931549072266,0.5671977996826172,0.5807876586914062,0.553131103515625,0.6070137023925781,0.5540847778320312,0.5259513854980469,0.5536079406738281,0.6620883941650391,0.6902217864990234,0.3409385681152344,0.3440380096435547,0.3325939178466797,0.31948089599609375,0.32711029052734375,0.308990478515625,0.3402233123779297,0.5273818969726562,0.5414485931396484,0.47469139099121094 +5000,50000,gpu,normal,False,False,False,0.3132820129394531,0.34499168395996094,0.2987384796142578,0.29468536376953125,0.27441978454589844,0.25916099548339844,0.2956390380859375,0.31685829162597656,0.29397010803222656,0.2770423889160156,0.37860870361328125,0.3609657287597656,0.30517578125,0.32806396484375,0.3561973571777344,0.3349781036376953,0.35119056701660156,0.3955364227294922,0.5800724029541016,0.4699230194091797 +10000,1000,gpu,homo,True,True,True,0.2448558807373047,0.2391338348388672,0.20432472229003906,0.19478797912597656,0.20432472229003906,0.21266937255859375,0.2071857452392578,0.21338462829589844,0.23865699768066406,0.20313262939453125,0.3020763397216797,0.29468536376953125,0.3154277801513672,0.2894401550292969,0.26988983154296875,0.27251243591308594,0.2720355987548828,0.27441978454589844,0.26869773864746094,0.29850006103515625 +10000,1000,gpu,homo,True,True,False,0.24008750915527344,0.21386146545410156,0.22482872009277344,0.6248950958251953,0.5104541778564453,0.43487548828125,0.4241466522216797,0.4107952117919922,0.4696846008300781,0.400543212890625,0.24271011352539062,0.21409988403320312,0.21719932556152344,0.2334117889404297,0.20503997802734375,0.21839141845703125,0.2269744873046875,0.22983551025390625,0.23818016052246094,0.22745132446289062 +10000,1000,gpu,homo,False,True,True,0.25582313537597656,0.26297569274902344,0.24366378784179688,0.25272369384765625,0.2319812774658203,0.2491474151611328,0.24843215942382812,0.21123886108398438,0.24461746215820312,0.24127960205078125,0.2551078796386719,0.24628639221191406,0.247955322265625,0.244140625,0.247955322265625,0.2448558807373047,0.2276897430419922,0.25391578674316406,0.22864341735839844,0.26416778564453125 +10000,1000,gpu,homo,False,True,False,0.20647048950195312,0.20837783813476562,0.2117156982421875,0.24366378784179688,0.5707740783691406,0.5040168762207031,0.4715919494628906,0.4572868347167969,0.4572868347167969,0.4544258117675781,0.1590251922607422,0.15544891357421875,0.1614093780517578,0.15735626220703125,0.15997886657714844,0.1590251922607422,0.16260147094726562,0.15115737915039062,0.1361370086669922,0.1518726348876953 +10000,1000,gpu,homo,True,False,True,0.2372264862060547,0.24199485778808594,0.22125244140625,0.213623046875,0.2307891845703125,0.2033710479736328,0.21338462829589844,0.21409988403320312,0.22363662719726562,0.2186298370361328,0.1862049102783203,0.17499923706054688,0.1671314239501953,0.14734268188476562,0.16188621520996094,0.16760826110839844,0.1418590545654297,0.16069412231445312,0.1480579376220703,0.16999244689941406 +10000,1000,gpu,homo,True,False,False,0.40411949157714844,0.44035911560058594,0.40268898010253906,0.4010200500488281,0.42057037353515625,0.4305839538574219,0.4277229309082031,0.41222572326660156,0.396728515625,0.4062652587890625,0.1671314239501953,0.16760826110839844,0.1633167266845703,0.15306472778320312,0.1773834228515625,0.1647472381591797,0.16045570373535156,0.16760826110839844,0.17023086547851562,0.17023086547851562 +10000,1000,gpu,homo,False,False,True,0.7154941558837891,0.4353523254394531,0.44083595275878906,0.423431396484375,0.3902912139892578,0.4649162292480469,0.4096031188964844,0.4165172576904297,0.4010200500488281,0.431060791015625,0.2422332763671875,0.2586841583251953,0.24580955505371094,0.25010108947753906,0.24938583374023438,0.2753734588623047,0.2779960632324219,0.2696514129638672,0.3528594970703125,0.40650367736816406 +10000,1000,gpu,homo,False,False,False,0.2560615539550781,0.27108192443847656,0.2701282501220703,0.28324127197265625,0.2727508544921875,0.3056526184082031,0.28586387634277344,0.24938583374023438,0.23889541625976562,0.24938583374023438,0.26154518127441406,0.2913475036621094,0.23651123046875,0.4267692565917969,0.5190372467041016,0.35119056701660156,0.32520294189453125,0.30875205993652344,0.3216266632080078,0.32830238342285156 +10000,1000,gpu,uniform,True,True,True,0.2598762512207031,0.2872943878173828,0.2751350402832031,0.2772808074951172,0.2589225769042969,0.2448558807373047,0.27871131896972656,0.2963542938232422,0.2713203430175781,0.2486705780029297,0.2257823944091797,0.247955322265625,0.26226043701171875,0.2148151397705078,0.217437744140625,0.2269744873046875,0.25725364685058594,0.21338462829589844,0.20170211791992188,0.22268295288085938 +10000,1000,gpu,uniform,True,True,False,0.5168914794921875,0.37598609924316406,0.42319297790527344,0.2620220184326172,0.2627372741699219,0.27823448181152344,0.23317337036132812,0.2543926239013672,0.244140625,0.25272369384765625,0.3833770751953125,0.33783912658691406,0.34332275390625,0.3266334533691406,0.32520294189453125,0.3387928009033203,0.3345012664794922,0.32520294189453125,0.32830238342285156,0.3616809844970703 +10000,1000,gpu,uniform,False,True,True,0.30684471130371094,0.2956390380859375,0.2524852752685547,0.2887248992919922,0.2434253692626953,0.2684593200683594,0.27060508728027344,0.2796649932861328,0.3044605255126953,0.30684471130371094,0.2980232238769531,0.31280517578125,0.2944469451904297,0.301361083984375,0.27823448181152344,0.3077983856201172,0.28824806213378906,0.2918243408203125,0.3085136413574219,0.2853870391845703 +10000,1000,gpu,uniform,False,True,False,0.27441978454589844,0.2903938293457031,0.25272369384765625,0.2586841583251953,0.31495094299316406,0.7138252258300781,0.6127357482910156,0.6110668182373047,0.6053447723388672,0.6337165832519531,0.1773834228515625,0.21123886108398438,0.22792816162109375,0.19168853759765625,0.4239082336425781,0.35381317138671875,0.3788471221923828,0.3218650817871094,0.3216266632080078,0.2868175506591797 +10000,1000,gpu,uniform,True,False,True,0.23245811462402344,0.26035308837890625,0.27942657470703125,0.3387928009033203,0.6082057952880859,0.5817413330078125,0.5617141723632812,0.5259513854980469,0.5114078521728516,0.5311965942382812,0.3371238708496094,0.28824806213378906,0.2677440643310547,0.2923011779785156,0.2651214599609375,0.2999305725097656,0.2892017364501953,0.2696514129638672,0.26702880859375,0.3044605255126953 +10000,1000,gpu,uniform,True,False,False,0.48470497131347656,0.4985332489013672,0.4737377166748047,0.45943260192871094,0.46372413635253906,0.7100105285644531,0.7970333099365234,0.5335807800292969,0.57220458984375,0.5083084106445312,0.21767616271972656,0.23794174194335938,0.21767616271972656,0.1926422119140625,0.19741058349609375,0.19860267639160156,0.19216537475585938,0.44083595275878906,0.36907196044921875,0.30541419982910156 +10000,1000,gpu,uniform,False,False,True,0.2713203430175781,0.30803680419921875,0.2582073211669922,0.274658203125,0.2751350402832031,0.24962425231933594,0.2315044403076172,0.2617835998535156,0.2608299255371094,0.2448558807373047,0.42700767517089844,0.44345855712890625,0.41222572326660156,0.3573894500732422,0.4177093505859375,0.4355907440185547,0.461578369140625,0.38695335388183594,0.3654956817626953,0.3504753112792969 +10000,1000,gpu,uniform,False,False,False,0.5595684051513672,0.5676746368408203,0.5402565002441406,0.4935264587402344,0.5030632019042969,0.6315708160400391,0.5586147308349609,0.4634857177734375,0.499725341796875,0.6058216094970703,0.2536773681640625,0.2608299255371094,0.27441978454589844,0.2753734588623047,0.2613067626953125,0.26416778564453125,0.2579689025878906,0.2429485321044922,0.27370452880859375,0.2918243408203125 +10000,1000,gpu,normal,True,True,True,0.24747848510742188,0.24938583374023438,0.2675056457519531,0.26869773864746094,0.25844573974609375,0.293731689453125,0.28204917907714844,0.2105236053466797,0.2186298370361328,0.22983551025390625,0.30040740966796875,0.30231475830078125,0.2913475036621094,0.3573894500732422,0.29730796813964844,0.2682209014892578,0.2655982971191406,0.3046989440917969,0.28252601623535156,0.2682209014892578 +10000,1000,gpu,normal,True,True,False,0.5054473876953125,0.4932880401611328,0.4858970642089844,0.5166530609130859,0.5366802215576172,0.6885528564453125,0.4608631134033203,0.4661083221435547,0.370025634765625,0.3104209899902344,0.4391670227050781,0.3616809844970703,0.38361549377441406,0.35071372985839844,0.308990478515625,0.34117698669433594,0.32019615173339844,0.3304481506347656,0.3104209899902344,0.30684471130371094 +10000,1000,gpu,normal,False,True,True,0.26297569274902344,0.28204917907714844,0.29158592224121094,0.2925395965576172,0.3864765167236328,0.6644725799560547,0.5717277526855469,0.6122589111328125,0.5395412445068359,0.46944618225097656,0.32520294189453125,0.3294944763183594,0.3256797790527344,0.46324729919433594,0.4010200500488281,0.2815723419189453,0.2880096435546875,0.33593177795410156,0.3218650817871094,0.30875205993652344 +10000,1000,gpu,normal,False,True,False,0.5104541778564453,0.4954338073730469,0.4928112030029297,0.4901885986328125,0.4558563232421875,0.4668235778808594,0.4837512969970703,0.46825408935546875,0.5025863647460938,0.5192756652832031,0.28967857360839844,0.30541419982910156,0.3178119659423828,0.28586387634277344,0.30684471130371094,0.2951622009277344,0.30684471130371094,0.3256797790527344,0.22411346435546875,0.2598762512207031 +10000,1000,gpu,normal,True,False,True,0.5402565002441406,0.5156993865966797,0.45943260192871094,0.4928112030029297,0.7634162902832031,0.5056858062744141,0.453948974609375,0.46563148498535156,0.4451274871826172,0.4508495330810547,0.2155303955078125,0.202178955078125,0.19860267639160156,0.2155303955078125,0.19621849060058594,0.2627372741699219,0.2334117889404297,0.2288818359375,0.4601478576660156,0.20575523376464844 +10000,1000,gpu,normal,True,False,False,0.33164024353027344,0.35834312438964844,0.38313865661621094,0.33211708068847656,0.3597736358642578,0.3509521484375,0.331878662109375,0.362396240234375,0.3764629364013672,0.9543895721435547,0.29277801513671875,0.2899169921875,0.29540061950683594,0.29087066650390625,0.28395652770996094,0.28443336486816406,0.2777576446533203,0.33473968505859375,0.30040740966796875,0.2865791320800781 +10000,1000,gpu,normal,False,False,True,0.5095005035400391,0.47016143798828125,0.49996376037597656,0.4699230194091797,0.4811286926269531,0.5404949188232422,0.4966259002685547,0.8826255798339844,0.5614757537841797,0.5025863647460938,0.2944469451904297,0.3056526184082031,0.29158592224121094,0.3058910369873047,0.3006458282470703,0.30875205993652344,0.29468536376953125,0.3008842468261719,0.3197193145751953,0.30231475830078125 +10000,1000,gpu,normal,False,False,False,0.48279762268066406,0.4253387451171875,0.45871734619140625,0.5674362182617188,0.4711151123046875,0.45752525329589844,0.45561790466308594,0.4544258117675781,0.44465065002441406,0.4544258117675781,0.4870891571044922,0.44727325439453125,0.39577484130859375,0.3998279571533203,0.4057884216308594,0.3972053527832031,0.4227161407470703,0.40149688720703125,0.42724609375,0.4112720489501953 +10000,2500,gpu,homo,True,True,True,0.4513263702392578,0.43511390686035156,0.41604042053222656,0.4153251647949219,0.45943260192871094,0.45609474182128906,0.4572868347167969,0.46062469482421875,0.4508495330810547,0.4742145538330078,0.21839141845703125,0.23174285888671875,0.2288818359375,0.2353191375732422,0.22220611572265625,0.20551681518554688,0.1990795135498047,0.20956993103027344,0.20170211791992188,0.22292137145996094 +10000,2500,gpu,homo,True,True,False,0.5500316619873047,0.6103515625,0.5812644958496094,0.6284713745117188,0.637054443359375,0.5948543548583984,0.5826950073242188,0.5211830139160156,0.6175041198730469,0.4875659942626953,0.2117156982421875,0.23245811462402344,0.21266937255859375,0.29587745666503906,0.25582313537597656,0.2079010009765625,0.23555755615234375,0.2334117889404297,0.2300739288330078,0.22983551025390625 +10000,2500,gpu,homo,False,True,True,0.43392181396484375,0.43010711669921875,0.42700767517089844,0.43129920959472656,0.4627704620361328,0.4489421844482422,0.4506111145019531,0.40650367736816406,0.4246234893798828,0.42629241943359375,0.26488304138183594,0.2560615539550781,0.2722740173339844,0.2694129943847656,0.270843505859375,0.25582313537597656,0.28061866760253906,0.2522468566894531,0.23937225341796875,0.26798248291015625 +10000,2500,gpu,homo,False,True,False,0.44226646423339844,0.4210472106933594,0.46062469482421875,0.415802001953125,0.41413307189941406,0.4057884216308594,0.39315223693847656,0.40149688720703125,0.3902912139892578,0.4067420959472656,0.274658203125,0.301361083984375,0.29277801513671875,0.26988983154296875,0.26154518127441406,0.26416778564453125,0.2663135528564453,0.2570152282714844,0.26607513427734375,0.2532005310058594 +10000,2500,gpu,homo,True,False,True,0.2548694610595703,0.2231597900390625,0.23293495178222656,0.20575523376464844,0.22220611572265625,0.20956993103027344,0.22411346435546875,0.2200603485107422,0.21386146545410156,0.22029876708984375,0.22268295288085938,0.19621849060058594,0.2148151397705078,0.20432472229003906,0.17523765563964844,0.19598007202148438,0.1895427703857422,0.20742416381835938,0.1983642578125,0.1976490020751953 +10000,2500,gpu,homo,True,False,False,0.24390220642089844,0.21791458129882812,0.19073486328125,0.2148151397705078,0.209808349609375,0.21409988403320312,0.21910667419433594,0.20956993103027344,0.21076202392578125,0.21767616271972656,0.2639293670654297,0.274658203125,0.27108192443847656,0.2663135528564453,0.2551078796386719,0.26035308837890625,0.26297569274902344,0.2865791320800781,0.3211498260498047,0.29730796813964844 +10000,2500,gpu,homo,False,False,True,0.5857944488525391,0.49304962158203125,0.4296302795410156,0.43010711669921875,0.4405975341796875,0.42939186096191406,0.39315223693847656,0.4572868347167969,0.42819976806640625,0.4203319549560547,0.3876686096191406,0.36597251892089844,0.3573894500732422,0.3428459167480469,0.31280517578125,0.32806396484375,0.31447410583496094,0.3046989440917969,0.3039836883544922,0.3345012664794922 +10000,2500,gpu,homo,False,False,False,0.2300739288330078,0.2105236053466797,0.22339820861816406,0.21123886108398438,0.209808349609375,0.21004676818847656,0.20432472229003906,0.2186298370361328,0.2155303955078125,0.20766258239746094,0.2281665802001953,0.2162456512451172,0.22912025451660156,0.21958351135253906,0.21910667419433594,0.1876354217529297,0.18858909606933594,0.1823902130126953,0.23102760314941406,0.2124309539794922 +10000,2500,gpu,uniform,True,True,True,0.2510547637939453,0.2682209014892578,0.2627372741699219,0.25010108947753906,0.3001689910888672,0.26702880859375,0.2429485321044922,0.2334117889404297,0.5855560302734375,0.5512237548828125,0.23436546325683594,0.2346038818359375,0.2453327178955078,0.2009868621826172,0.2491474151611328,0.3113746643066406,0.23436546325683594,0.2117156982421875,0.20813941955566406,0.21910667419433594 +10000,2500,gpu,uniform,True,True,False,0.24437904357910156,0.2713203430175781,0.26607513427734375,0.26869773864746094,0.24437904357910156,0.26416778564453125,0.2391338348388672,0.2582073211669922,0.2567768096923828,0.2541542053222656,0.26988983154296875,0.2372264862060547,0.2522468566894531,0.26798248291015625,0.24437904357910156,0.24008750915527344,0.26607513427734375,0.2677440643310547,0.23412704467773438,0.21886825561523438 +10000,2500,gpu,uniform,False,True,True,0.2951622009277344,0.30231475830078125,0.2987384796142578,0.28586387634277344,0.26035308837890625,0.2593994140625,0.2510547637939453,0.2548694610595703,0.2486705780029297,0.23651123046875,0.2105236053466797,0.17690658569335938,0.21338462829589844,0.1678466796875,0.1685619354248047,0.148773193359375,0.18548965454101562,0.19168853759765625,0.16570091247558594,0.1556873321533203 +10000,2500,gpu,uniform,False,True,False,0.5054473876953125,0.52642822265625,0.46515464782714844,0.46753883361816406,0.4634857177734375,0.4658699035644531,0.5104541778564453,0.476837158203125,0.47278404235839844,0.4966259002685547,0.1964569091796875,0.17261505126953125,0.1850128173828125,0.19216537475585938,0.1838207244873047,0.19788742065429688,0.2052783966064453,0.16069412231445312,0.17881393432617188,0.17833709716796875 +10000,2500,gpu,uniform,True,False,True,0.4520416259765625,0.4353523254394531,0.4477500915527344,0.4322528839111328,0.43702125549316406,0.43964385986328125,0.44918060302734375,0.4410743713378906,0.40793418884277344,0.4017353057861328,0.36215782165527344,0.2052783966064453,0.1990795135498047,0.18715858459472656,0.2410411834716797,0.19288063049316406,0.26488304138183594,0.22459030151367188,0.2193450927734375,0.21266937255859375 +10000,2500,gpu,uniform,True,False,False,0.2911090850830078,0.4799365997314453,0.25725364685058594,0.2899169921875,0.24056434631347656,0.29659271240234375,0.2853870391845703,0.247955322265625,0.23221969604492188,0.2677440643310547,0.270843505859375,0.20241737365722656,0.2353191375732422,0.23245811462402344,0.2837181091308594,0.21791458129882812,0.2162456512451172,0.2491474151611328,0.2384185791015625,0.22411346435546875 +10000,2500,gpu,uniform,False,False,True,0.2753734588623047,0.6017684936523438,0.3058910369873047,0.3685951232910156,0.30040740966796875,0.2875328063964844,0.2739429473876953,0.23365020751953125,0.24819374084472656,0.2846717834472656,0.4336833953857422,0.4107952117919922,0.4017353057861328,0.38743019104003906,0.41937828063964844,0.42748451232910156,0.39505958557128906,0.3955364227294922,0.36215782165527344,0.36406517028808594 +10000,2500,gpu,uniform,False,False,False,0.286102294921875,0.2467632293701172,0.2830028533935547,0.26345252990722656,0.24962425231933594,0.2899169921875,0.2532005310058594,0.25463104248046875,0.2968311309814453,0.2682209014892578,0.27751922607421875,0.5936622619628906,0.438690185546875,0.3845691680908203,0.38814544677734375,0.38051605224609375,0.40793418884277344,0.3898143768310547,0.3600120544433594,0.3523826599121094 +10000,2500,gpu,normal,True,True,True,0.5469322204589844,0.28514862060546875,0.232696533203125,0.2639293670654297,0.24628639221191406,0.25844573974609375,0.2684593200683594,0.2257823944091797,0.2598762512207031,0.2338886260986328,0.3764629364013672,0.40268898010253906,0.3807544708251953,0.4062652587890625,0.392913818359375,0.4963874816894531,0.4837512969970703,0.4215240478515625,0.41294097900390625,0.4019737243652344 +10000,2500,gpu,normal,True,True,False,0.6997585296630859,0.5588531494140625,0.4863739013671875,0.47135353088378906,0.2727508544921875,0.25153160095214844,0.21696090698242188,0.263214111328125,0.22649765014648438,0.25010108947753906,0.4458427429199219,0.4527568817138672,0.43487548828125,0.42748451232910156,0.43201446533203125,0.4317760467529297,0.43272972106933594,0.4608631134033203,0.4820823669433594,0.4649162292480469 +10000,2500,gpu,normal,False,True,True,0.5056858062744141,0.5085468292236328,0.5562305450439453,0.7054805755615234,0.5543231964111328,0.5476474761962891,0.5373954772949219,0.5381107330322266,0.5462169647216797,0.560760498046875,0.3192424774169922,0.33974647521972656,0.3209114074707031,0.32830238342285156,0.31876564025878906,0.3185272216796875,0.3077983856201172,0.3170967102050781,0.3197193145751953,0.29850006103515625 +10000,2500,gpu,normal,False,True,False,0.3178119659423828,0.31828880310058594,0.2999305725097656,0.3173351287841797,0.2903938293457031,0.2994537353515625,0.3173351287841797,0.29969215393066406,0.2760887145996094,0.2841949462890625,0.3147125244140625,0.3161430358886719,0.3170967102050781,0.35309791564941406,0.3223419189453125,0.3421306610107422,0.2930164337158203,0.3190040588378906,0.31876564025878906,0.29397010803222656 +10000,2500,gpu,normal,True,False,True,0.33783912658691406,0.35834312438964844,0.6406307220458984,0.48995018005371094,0.30612945556640625,0.6170272827148438,0.29277801513671875,0.3230571746826172,0.2799034118652344,0.2930164337158203,0.26345252990722656,0.2551078796386719,0.26988983154296875,0.2703666687011719,0.2720355987548828,0.28395652770996094,0.24557113647460938,0.18262863159179688,0.23794174194335938,0.19502639770507812 +10000,2500,gpu,normal,True,False,False,0.22101402282714844,0.2231597900390625,0.25391578674316406,0.2162456512451172,0.2541542053222656,0.26035308837890625,0.24843215942382812,0.25153160095214844,0.2608299255371094,0.2384185791015625,0.3199577331542969,0.33354759216308594,0.3228187561035156,0.3209114074707031,0.3311634063720703,0.3285408020019531,0.33164024353027344,0.3294944763183594,0.31876564025878906,0.35071372985839844 +10000,2500,gpu,normal,False,False,True,0.24771690368652344,0.24080276489257812,0.2601146697998047,0.2532005310058594,0.2593994140625,0.217437744140625,0.21529197692871094,0.2181529998779297,0.22840499877929688,0.23412704467773438,0.4639625549316406,0.4107952117919922,0.38504600524902344,0.3814697265625,0.39577484130859375,0.45490264892578125,0.4928112030029297,0.4086494445800781,0.5059242248535156,0.47659873962402344 +10000,2500,gpu,normal,False,False,False,0.5354881286621094,0.5452632904052734,0.8194446563720703,0.6082057952880859,0.5474090576171875,0.4909038543701172,0.48995018005371094,0.48661231994628906,0.4642009735107422,0.5705356597900391,0.33092498779296875,0.2951622009277344,0.3368854522705078,0.3180503845214844,0.2892017364501953,0.3147125244140625,0.3218650817871094,0.28228759765625,0.2963542938232422,0.3306865692138672 +10000,5000,gpu,homo,True,True,True,0.21576881408691406,0.2422332763671875,0.25272369384765625,0.24461746215820312,0.23651123046875,0.25463104248046875,0.28133392333984375,0.2052783966064453,0.1964569091796875,0.19741058349609375,0.22864341735839844,0.19550323486328125,0.2143383026123047,0.21123886108398438,0.20813941955566406,0.18739700317382812,0.22029876708984375,0.1971721649169922,0.20742416381835938,0.2105236053466797 +10000,5000,gpu,homo,True,True,False,0.40602684020996094,0.38814544677734375,0.3871917724609375,0.39577484130859375,0.3833770751953125,0.3635883331298828,0.38170814514160156,0.38504600524902344,0.4127025604248047,0.42366981506347656,0.2148151397705078,0.19931793212890625,0.2238750457763672,0.22530555725097656,0.20003318786621094,0.2090930938720703,0.194549560546875,0.29778480529785156,0.4572868347167969,0.3573894500732422 +10000,5000,gpu,homo,False,True,True,0.4837512969970703,0.6051063537597656,0.6787776947021484,0.44798851013183594,0.4754066467285156,0.4897117614746094,0.4773139953613281,0.4439353942871094,0.44155120849609375,0.43392181396484375,0.3077983856201172,0.27251243591308594,0.278472900390625,0.28061866760253906,0.2865791320800781,0.2791881561279297,0.27680397033691406,0.2765655517578125,0.2799034118652344,0.27561187744140625 +10000,5000,gpu,homo,False,True,False,0.2803802490234375,0.2646446228027344,0.2758502960205078,0.2727508544921875,0.2608299255371094,0.2777576446533203,0.2295970916748047,0.24247169494628906,0.2543926239013672,0.2579689025878906,0.26988983154296875,0.28634071350097656,0.2751350402832031,0.2760887145996094,0.27298927307128906,0.28204917907714844,0.2663135528564453,0.2574920654296875,0.270843505859375,0.244140625 +10000,5000,gpu,homo,True,False,True,0.4482269287109375,0.4322528839111328,0.4417896270751953,0.3952980041503906,0.431060791015625,0.4062652587890625,0.40721893310546875,0.3933906555175781,0.3902912139892578,0.4451274871826172,0.18167495727539062,0.19502639770507812,0.22482872009277344,0.2052783966064453,0.21457672119140625,0.2124309539794922,0.2014636993408203,0.21505355834960938,0.21505355834960938,0.22172927856445312 +10000,5000,gpu,homo,True,False,False,0.22935867309570312,0.21505355834960938,0.2124309539794922,0.2262592315673828,0.22554397583007812,0.2162456512451172,0.2148151397705078,0.24819374084472656,0.21457672119140625,0.23484230041503906,0.3113746643066406,0.2810955047607422,0.31948089599609375,0.278472900390625,0.28061866760253906,0.2727508544921875,0.30112266540527344,0.2644062042236328,0.2989768981933594,0.2982616424560547 +10000,5000,gpu,homo,False,False,True,0.21600723266601562,0.23102760314941406,0.21004676818847656,0.23365020751953125,0.2033710479736328,0.2167224884033203,0.20456314086914062,0.18930435180664062,0.21600723266601562,0.20575523376464844,0.19979476928710938,0.2238750457763672,0.213623046875,0.2167224884033203,0.22029876708984375,0.2346038818359375,0.21958351135253906,0.2040863037109375,0.2224445343017578,0.21386146545410156 +10000,5000,gpu,homo,False,False,False,0.40459632873535156,0.4134178161621094,0.4706382751464844,0.5784034729003906,0.43129920959472656,0.4210472106933594,0.40721893310546875,0.4603862762451172,0.4520416259765625,0.4258155822753906,0.2644062042236328,0.2512931823730469,0.247955322265625,0.2586841583251953,0.24509429931640625,0.23603439331054688,0.24127960205078125,0.5118846893310547,0.3998279571533203,0.3809928894042969 +10000,5000,gpu,uniform,True,True,True,0.48470497131347656,0.45609474182128906,0.5013942718505859,0.4715919494628906,0.4940032958984375,0.4982948303222656,0.4725456237792969,0.4401206970214844,0.4711151123046875,0.4703998565673828,0.25153160095214844,0.22864341735839844,0.2231597900390625,0.19693374633789062,0.22292137145996094,0.2357959747314453,0.21600723266601562,0.2677440643310547,0.2551078796386719,0.22292137145996094 +10000,5000,gpu,uniform,True,True,False,0.6556510925292969,0.4878044128417969,0.4665851593017578,0.4627704620361328,0.4894733428955078,0.4868507385253906,0.3638267517089844,0.30422210693359375,0.32448768615722656,0.3063678741455078,0.4169940948486328,0.37384033203125,0.38933753967285156,0.3895759582519531,0.3807544708251953,0.3762245178222656,0.3495216369628906,0.3495216369628906,0.3559589385986328,0.362396240234375 +10000,5000,gpu,uniform,False,True,True,0.5757808685302734,0.5843639373779297,0.5540847778320312,0.5745887756347656,0.5304813385009766,0.5037784576416016,0.5366802215576172,0.4897117614746094,0.49567222595214844,0.47326087951660156,0.2124309539794922,0.2086162567138672,0.22935867309570312,0.23889541625976562,0.22745132446289062,0.4794597625732422,0.36597251892089844,0.34165382385253906,0.33092498779296875,0.3275871276855469 +10000,5000,gpu,uniform,False,True,False,0.5285739898681641,0.49567222595214844,0.5562305450439453,0.5393028259277344,0.5130767822265625,0.47016143798828125,0.4944801330566406,0.4909038543701172,0.4973411560058594,0.4761219024658203,0.38170814514160156,0.3883838653564453,0.41222572326660156,0.3979206085205078,0.3924369812011719,0.3960132598876953,0.4324913024902344,0.6084442138671875,0.5137920379638672,0.4532337188720703 +10000,5000,gpu,uniform,True,False,True,0.4813671112060547,0.5228519439697266,0.4603862762451172,0.4458427429199219,0.4405975341796875,0.4496574401855469,0.44608116149902344,0.4532337188720703,0.4429817199707031,0.45037269592285156,0.17380714416503906,0.17952919006347656,0.1671314239501953,0.17905235290527344,0.16570091247558594,0.17786026000976562,0.17690658569335938,0.17452239990234375,0.16188621520996094,0.16832351684570312 +10000,5000,gpu,uniform,True,False,False,0.30422210693359375,0.3082752227783203,0.2894401550292969,0.27942657470703125,0.23627281188964844,0.24557113647460938,0.27060508728027344,0.2448558807373047,0.2384185791015625,0.23794174194335938,0.3325939178466797,0.32782554626464844,0.3457069396972656,0.32067298889160156,0.33283233642578125,0.4761219024658203,0.41985511779785156,0.5114078521728516,0.3314018249511719,0.3235340118408203 +10000,5000,gpu,uniform,False,False,True,0.31566619873046875,0.26988983154296875,0.2315044403076172,0.2415180206298828,0.25463104248046875,0.24271011352539062,0.232696533203125,0.20575523376464844,0.2295970916748047,0.2238750457763672,0.3192424774169922,0.27489662170410156,0.24175643920898438,0.26106834411621094,0.2574920654296875,0.2574920654296875,0.2472400665283203,0.28061866760253906,0.3001689910888672,0.27823448181152344 +10000,5000,gpu,uniform,False,False,False,0.34880638122558594,0.3247261047363281,0.30517578125,0.31566619873046875,0.2849102020263672,0.3361701965332031,0.32520294189453125,0.308990478515625,0.2892017364501953,0.32329559326171875,0.3495216369628906,0.39839744567871094,0.41985511779785156,0.40149688720703125,0.37980079650878906,0.347137451171875,0.3681182861328125,0.3345012664794922,0.3745555877685547,0.35190582275390625 +10000,5000,gpu,normal,True,True,True,0.5018711090087891,0.4584789276123047,0.4627704620361328,0.46372413635253906,0.47278404235839844,0.4532337188720703,0.48804283142089844,0.4730224609375,0.4420280456542969,0.49614906311035156,0.2589225769042969,0.3254413604736328,0.301361083984375,0.2570152282714844,0.5590915679931641,0.7956027984619141,0.46443939208984375,0.4284381866455078,0.4172325134277344,0.4069805145263672 +10000,5000,gpu,normal,True,True,False,0.3097057342529297,0.278472900390625,0.26726722717285156,0.2865791320800781,0.3108978271484375,0.3116130828857422,0.2956390380859375,0.2560615539550781,0.3039836883544922,0.26798248291015625,0.3829002380371094,0.6463527679443359,0.34880638122558594,0.33855438232421875,0.3173351287841797,0.2968311309814453,0.32520294189453125,0.34499168395996094,0.3249645233154297,0.3082752227783203 +10000,5000,gpu,normal,False,True,True,0.2758502960205078,0.31375885009765625,0.30493736267089844,0.26679039001464844,0.293731689453125,0.28967857360839844,0.2827644348144531,0.2694129943847656,0.2498626708984375,0.2646446228027344,0.2987384796142578,0.2789497375488281,0.2624988555908203,0.27298927307128906,0.28324127197265625,0.31113624572753906,0.354766845703125,0.30517578125,0.2396106719970703,0.2551078796386719 +10000,5000,gpu,normal,False,True,False,0.7023811340332031,0.293731689453125,0.32591819763183594,0.3085136413574219,0.3387928009033203,0.29969215393066406,0.31828880310058594,0.2994537353515625,0.308990478515625,0.29587745666503906,0.2498626708984375,0.24509429931640625,0.25081634521484375,0.2720355987548828,0.19693374633789062,0.25200843811035156,0.2689361572265625,0.2624988555908203,0.2319812774658203,0.2636909484863281 +10000,5000,gpu,normal,True,False,True,0.5528926849365234,0.5276203155517578,0.49185752868652344,0.5192756652832031,0.5259513854980469,0.5009174346923828,0.5280971527099609,0.4246234893798828,0.3914833068847656,0.4131793975830078,0.3979206085205078,0.35762786865234375,0.36072731018066406,0.3325939178466797,0.34427642822265625,0.3325939178466797,0.3635883331298828,0.36978721618652344,0.3409385681152344,0.354766845703125 +10000,5000,gpu,normal,True,False,False,0.24271011352539062,0.3116130828857422,0.2791881561279297,0.2510547637939453,0.2701282501220703,0.2551078796386719,0.2593994140625,0.2396106719970703,0.2701282501220703,0.2543926239013672,0.2574920654296875,0.2779960632324219,0.22125244140625,0.2694129943847656,0.2434253692626953,0.25534629821777344,0.2791881561279297,0.2758502960205078,0.2803802490234375,0.26297569274902344 +10000,5000,gpu,normal,False,False,True,0.2346038818359375,0.2562999725341797,0.2460479736328125,0.2224445343017578,0.2357959747314453,0.27942657470703125,0.22673606872558594,0.21910667419433594,0.2338886260986328,0.22482872009277344,0.41294097900390625,0.396728515625,0.38909912109375,0.3857612609863281,0.39267539978027344,0.3819465637207031,0.3771781921386719,0.40841102600097656,0.5290508270263672,0.49304962158203125 +10000,5000,gpu,normal,False,False,False,0.3075599670410156,0.3261566162109375,0.30231475830078125,0.29754638671875,0.28252601623535156,0.4296302795410156,0.33545494079589844,0.3516674041748047,0.7641315460205078,0.5431175231933594,0.43463706970214844,0.43320655822753906,0.4184246063232422,0.40793418884277344,0.40459632873535156,0.43654441833496094,0.42724609375,0.5834102630615234,0.4894733428955078,0.5745887756347656 +10000,10000,gpu,homo,True,True,True,0.2562999725341797,0.2605915069580078,0.2503395080566406,0.26345252990722656,0.2357959747314453,0.23555755615234375,0.2415180206298828,0.2288818359375,0.2353191375732422,0.225067138671875,0.22745132446289062,0.23293495178222656,0.21314620971679688,0.21600723266601562,0.21386146545410156,0.21529197692871094,0.22220611572265625,0.2155303955078125,0.22029876708984375,0.22459030151367188 +10000,10000,gpu,homo,True,True,False,0.25725364685058594,0.23484230041503906,0.22983551025390625,0.25200843811035156,0.2532005310058594,0.22935867309570312,0.24271011352539062,0.2276897430419922,0.25081634521484375,0.23698806762695312,0.25844573974609375,0.2510547637939453,0.24437904357910156,0.2503395080566406,0.2410411834716797,0.5745887756347656,0.4055500030517578,0.32591819763183594,0.3249645233154297,0.33020973205566406 +10000,10000,gpu,homo,False,True,True,0.44274330139160156,0.38313865661621094,0.30422210693359375,0.2875328063964844,0.2942085266113281,0.2799034118652344,0.29158592224121094,0.2713203430175781,0.2713203430175781,0.2541542053222656,0.3464221954345703,0.3101825714111328,0.33593177795410156,0.3464221954345703,0.324249267578125,0.3113746643066406,0.3039836883544922,0.2872943878173828,0.33020973205566406,0.3223419189453125 +10000,10000,gpu,homo,False,True,False,0.5066394805908203,0.4467964172363281,0.4520416259765625,0.4634857177734375,0.5035400390625,0.45609474182128906,0.4363059997558594,0.43463706970214844,0.4303455352783203,0.4220008850097656,0.21409988403320312,0.213623046875,0.217437744140625,0.19121170043945312,0.2162456512451172,0.2219676971435547,0.22101402282714844,0.23221969604492188,0.21266937255859375,0.217437744140625 +10000,10000,gpu,homo,True,False,True,0.5447864532470703,0.6208419799804688,0.4699230194091797,0.45561790466308594,0.4756450653076172,0.4363059997558594,0.49567222595214844,0.4627704620361328,0.5161762237548828,0.5860328674316406,0.2231597900390625,0.21338462829589844,0.2219676971435547,0.2200603485107422,0.22745132446289062,0.21529197692871094,0.194549560546875,0.2224445343017578,0.19812583923339844,0.225067138671875 +10000,10000,gpu,homo,True,False,False,0.26917457580566406,0.3108978271484375,0.2510547637939453,0.2472400665283203,0.24461746215820312,0.2243518829345703,0.23651123046875,0.22029876708984375,0.2372264862060547,0.22792816162109375,0.2930164337158203,0.2617835998535156,0.2522468566894531,0.2589225769042969,0.24318695068359375,0.2257823944091797,0.22029876708984375,0.23698806762695312,0.20360946655273438,0.2143383026123047 +10000,10000,gpu,homo,False,False,True,0.28204917907714844,0.23055076599121094,0.2498626708984375,0.23293495178222656,0.24509429931640625,0.24509429931640625,0.24175643920898438,0.2970695495605469,0.23245811462402344,0.20885467529296875,0.3447532653808594,0.35953521728515625,0.3142356872558594,0.31757354736328125,0.3247261047363281,0.32210350036621094,0.3139972686767578,0.3151893615722656,0.301361083984375,0.33736228942871094 +10000,10000,gpu,homo,False,False,False,0.4425048828125,0.4596710205078125,0.41794776916503906,0.4382133483886719,0.46253204345703125,0.4286766052246094,0.4067420959472656,0.43654441833496094,0.4241466522216797,0.4394054412841797,0.39649009704589844,0.3998279571533203,0.3771781921386719,0.37217140197753906,0.3974437713623047,0.3819465637207031,0.3666877746582031,0.4973411560058594,0.4534721374511719,0.36334991455078125 +10000,10000,gpu,uniform,True,True,True,0.33354759216308594,0.31948089599609375,0.3058910369873047,0.2810955047607422,0.3001689910888672,0.3268718719482422,0.2751350402832031,0.2872943878173828,0.25081634521484375,0.24461746215820312,0.2884864807128906,0.2949237823486328,0.2846717834472656,0.27632713317871094,0.2727508544921875,0.26035308837890625,0.2789497375488281,0.2846717834472656,0.26154518127441406,0.2644062042236328 +10000,10000,gpu,uniform,True,True,False,0.28252601623535156,0.4336833953857422,0.2772808074951172,0.24890899658203125,0.28228759765625,0.2732276916503906,0.25200843811035156,0.2319812774658203,0.2536773681640625,0.2911090850830078,0.22268295288085938,0.4711151123046875,0.3192424774169922,0.27751922607421875,0.2357959747314453,0.22602081298828125,0.244140625,0.23818016052246094,0.2396106719970703,0.2770423889160156 +10000,10000,gpu,uniform,False,True,True,0.5259513854980469,0.576019287109375,0.5164146423339844,0.5209445953369141,0.4935264587402344,0.5071163177490234,0.5137920379638672,0.5095005035400391,0.5013942718505859,0.4992485046386719,0.2460479736328125,0.45561790466308594,0.36072731018066406,0.2415180206298828,0.2491474151611328,0.25963783264160156,0.22268295288085938,0.2167224884033203,0.5095005035400391,0.39958953857421875 +10000,10000,gpu,uniform,False,True,False,0.6825923919677734,0.6589889526367188,0.5383491516113281,0.5364418029785156,0.5772113800048828,0.5626678466796875,0.514984130859375,0.4677772521972656,0.47516822814941406,0.5025863647460938,0.2541542053222656,0.2522468566894531,0.2448558807373047,0.22602081298828125,0.2491474151611328,0.24080276489257812,0.23818016052246094,0.22840499877929688,0.24580955505371094,0.2353191375732422 +10000,10000,gpu,uniform,True,False,True,0.33211708068847656,0.8032321929931641,0.5712509155273438,0.5180835723876953,0.48160552978515625,0.4699230194091797,0.48422813415527344,0.4971027374267578,0.4029273986816406,0.29158592224121094,0.2658367156982422,0.2837181091308594,0.2682209014892578,0.2646446228027344,0.27751922607421875,0.24247169494628906,0.26226043701171875,0.255584716796875,0.25963783264160156,0.28204917907714844 +10000,10000,gpu,uniform,True,False,False,0.5047321319580078,0.4990100860595703,0.4973411560058594,0.4870891571044922,0.47659873962402344,0.5078315734863281,0.7312297821044922,0.58746337890625,0.5433559417724609,0.5137920379638672,0.2636909484863281,0.2472400665283203,0.2796649932861328,0.24580955505371094,0.2605915069580078,0.2510547637939453,0.25463104248046875,0.21147727966308594,0.2357959747314453,0.2911090850830078 +10000,10000,gpu,uniform,False,False,True,0.2567768096923828,0.27251243591308594,0.27632713317871094,0.2872943878173828,0.29087066650390625,0.23102760314941406,0.25272369384765625,0.2579689025878906,0.26035308837890625,0.2391338348388672,0.26917457580566406,0.27298927307128906,0.2543926239013672,0.28634071350097656,0.22029876708984375,0.2560615539550781,0.2779960632324219,0.23031234741210938,0.2543926239013672,0.27441978454589844 +10000,10000,gpu,uniform,False,False,False,0.2753734588623047,0.2818107604980469,0.25534629821777344,0.24366378784179688,0.6046295166015625,0.5450248718261719,0.47969818115234375,0.4897117614746094,0.5209445953369141,0.6144046783447266,0.25653839111328125,0.2334117889404297,0.2472400665283203,0.26988983154296875,0.2551078796386719,0.2532005310058594,0.217437744140625,0.24437904357910156,0.2579689025878906,0.2486705780029297 +10000,10000,gpu,normal,True,True,True,0.28204917907714844,0.2837181091308594,0.32019615173339844,0.25343894958496094,0.2701282501220703,0.2682209014892578,0.3161430358886719,0.2663135528564453,0.26798248291015625,0.2791881561279297,0.43082237243652344,0.4177093505859375,0.37789344787597656,0.3783702850341797,0.4203319549560547,0.3845691680908203,0.37860870361328125,0.4165172576904297,0.5249977111816406,0.4248619079589844 +10000,10000,gpu,normal,True,True,False,0.28967857360839844,0.28395652770996094,0.3116130828857422,0.25773048400878906,0.2875328063964844,0.3173351287841797,0.2732276916503906,0.2923011779785156,0.42748451232910156,0.2841949462890625,0.2913475036621094,0.3256797790527344,0.2918243408203125,0.3063678741455078,0.2913475036621094,0.26917457580566406,0.27751922607421875,0.28777122497558594,0.26226043701171875,0.3075599670410156 +10000,10000,gpu,normal,False,True,True,0.3261566162109375,0.3228187561035156,0.2758502960205078,0.3018379211425781,0.3254413604736328,0.30994415283203125,0.2875328063964844,0.27298927307128906,0.29158592224121094,0.30922889709472656,0.3039836883544922,0.2868175506591797,0.2868175506591797,0.29659271240234375,0.2655982971191406,0.2987384796142578,0.2753734588623047,0.2779960632324219,0.29468536376953125,0.2892017364501953 +10000,10000,gpu,normal,False,True,False,0.3094673156738281,0.3066062927246094,0.2722740173339844,0.27823448181152344,0.29158592224121094,0.2894401550292969,0.27108192443847656,0.30517578125,0.2734661102294922,0.263214111328125,0.41604042053222656,0.40841102600097656,0.4057884216308594,0.392913818359375,0.3991127014160156,0.40221214294433594,0.3719329833984375,0.38433074951171875,0.4372596740722656,0.4181861877441406 +10000,10000,gpu,normal,True,False,True,0.2694129943847656,0.2620220184326172,0.247955322265625,0.2460479736328125,0.2503395080566406,0.2498626708984375,0.2193450927734375,0.23412704467773438,0.24366378784179688,0.22935867309570312,0.48804283142089844,0.4611015319824219,0.45108795166015625,0.47898292541503906,0.4405975341796875,0.46896934509277344,0.4420280456542969,0.5135536193847656,0.4220008850097656,0.42724609375 +10000,10000,gpu,normal,True,False,False,0.26702880859375,0.25653839111328125,0.26988983154296875,0.24938583374023438,0.27060508728027344,0.23674964904785156,0.26798248291015625,0.2429485321044922,0.2753734588623047,0.27751922607421875,0.4200935363769531,0.4215240478515625,0.43201446533203125,0.4138946533203125,0.4010200500488281,0.39887428283691406,0.42366981506347656,0.37789344787597656,0.3936290740966797,0.4074573516845703 +10000,10000,gpu,normal,False,False,True,0.5228519439697266,0.48732757568359375,0.4763603210449219,0.5934238433837891,0.5509853363037109,0.5321502685546875,0.4940032958984375,0.4825592041015625,0.49376487731933594,0.4870891571044922,0.31280517578125,0.3190040588378906,0.2810955047607422,0.3097057342529297,0.3237724304199219,0.29277801513671875,0.39076805114746094,0.316619873046875,0.31304359436035156,0.2841949462890625 +10000,10000,gpu,normal,False,False,False,0.4870891571044922,0.4811286926269531,0.5075931549072266,0.5049705505371094,0.5381107330322266,0.49114227294921875,0.4792213439941406,0.45752525329589844,0.49567222595214844,0.5047321319580078,0.4534721374511719,0.4458427429199219,0.41985511779785156,0.4439353942871094,0.45418739318847656,0.42557716369628906,0.48041343688964844,0.4572868347167969,0.4258155822753906,0.4391670227050781 +10000,25000,gpu,homo,True,True,True,0.2982616424560547,0.28634071350097656,0.3104209899902344,0.2903938293457031,0.2980232238769531,0.308990478515625,0.29587745666503906,0.2799034118652344,0.30303001403808594,0.29277801513671875,0.2827644348144531,0.2758502960205078,0.2918243408203125,0.4093647003173828,0.35381317138671875,0.33092498779296875,0.3273487091064453,0.5397796630859375,0.4649162292480469,0.49376487731933594 +10000,25000,gpu,homo,True,True,False,0.3421306610107422,0.3414154052734375,0.3056526184082031,0.28252601623535156,0.2887248992919922,0.270843505859375,0.2925395965576172,0.30541419982910156,0.3275871276855469,0.31280517578125,0.36072731018066406,0.3414154052734375,0.31495094299316406,0.3409385681152344,0.5605220794677734,0.34809112548828125,0.3745555877685547,0.3268718719482422,0.3056526184082031,0.32019615173339844 +10000,25000,gpu,homo,False,True,True,0.4475116729736328,0.4405975341796875,0.44226646423339844,0.4382133483886719,0.43463706970214844,0.4286766052246094,0.54168701171875,0.5614757537841797,0.5102157592773438,0.46753883361816406,0.30994415283203125,0.30541419982910156,0.3178119659423828,0.5650520324707031,0.476837158203125,0.4482269287109375,0.5590915679931641,0.43010711669921875,0.4172325134277344,0.42939186096191406 +10000,25000,gpu,homo,False,True,False,0.2593994140625,0.23889541625976562,0.21839141845703125,0.2315044403076172,0.2276897430419922,0.22602081298828125,0.2288818359375,0.2028942108154297,0.23245811462402344,0.22912025451660156,0.4532337188720703,0.4649162292480469,0.4837512969970703,0.46944618225097656,0.44155120849609375,0.44035911560058594,0.4284381866455078,0.431060791015625,0.41985511779785156,0.41866302490234375 +10000,25000,gpu,homo,True,False,True,0.26702880859375,0.23889541625976562,0.2734661102294922,0.2570152282714844,0.6611347198486328,0.5145072937011719,0.49424171447753906,0.5106925964355469,0.4947185516357422,0.4799365997314453,0.30112266540527344,0.3609657287597656,0.33092498779296875,0.3228187561035156,0.5810260772705078,0.37360191345214844,0.35500526428222656,0.34618377685546875,0.3638267517089844,0.3170967102050781 +10000,25000,gpu,homo,True,False,False,0.2543926239013672,0.2570152282714844,0.2524852752685547,0.232696533203125,0.2658367156982422,0.25534629821777344,0.225067138671875,0.2644062042236328,0.2727508544921875,0.2651214599609375,0.4534721374511719,0.4515647888183594,0.4558563232421875,0.4353523254394531,0.4372596740722656,0.4451274871826172,0.41961669921875,0.41413307189941406,0.4394054412841797,0.41794776916503906 +10000,25000,gpu,homo,False,False,True,0.2608299255371094,0.24819374084472656,0.2598762512207031,0.22840499877929688,0.225067138671875,0.24056434631347656,0.2319812774658203,0.2617835998535156,0.255584716796875,0.2503395080566406,0.2639293670654297,0.2741813659667969,0.28133392333984375,0.2930164337158203,0.2827644348144531,0.28395652770996094,0.24628639221191406,0.27298927307128906,0.2715587615966797,0.2579689025878906 +10000,25000,gpu,homo,False,False,False,0.6213188171386719,0.2789497375488281,0.28705596923828125,0.27060508728027344,0.2930164337158203,0.28204917907714844,0.2617835998535156,0.2856254577636719,0.2639293670654297,0.27060508728027344,0.3070831298828125,0.3368854522705078,0.4696846008300781,0.3936290740966797,0.3986358642578125,0.3771781921386719,0.3573894500732422,0.3619194030761719,0.36334991455078125,0.3447532653808594 +10000,25000,gpu,uniform,True,True,True,0.37860870361328125,0.38933753967285156,0.37360191345214844,0.42366981506347656,0.42891502380371094,0.39887428283691406,0.37169456481933594,0.4189014434814453,0.40912628173828125,0.415802001953125,0.3795623779296875,0.37097930908203125,0.3788471221923828,0.43702125549316406,0.35881996154785156,0.34546852111816406,0.3504753112792969,0.34046173095703125,0.3466606140136719,0.3368854522705078 +10000,25000,gpu,uniform,True,True,False,0.3707408905029297,0.39505958557128906,0.35953521728515625,0.3783702850341797,0.33402442932128906,0.3516674041748047,0.33283233642578125,0.3571510314941406,0.3600120544433594,0.37860870361328125,0.23794174194335938,0.2675056457519531,0.24271011352539062,0.2570152282714844,0.24747848510742188,0.24628639221191406,0.24437904357910156,0.20194053649902344,0.22339820861816406,0.21719932556152344 +10000,25000,gpu,uniform,False,True,True,0.4901885986328125,0.4863739013671875,0.5781650543212891,0.5147457122802734,0.4906654357910156,0.46753883361816406,0.4985332489013672,0.4703998565673828,0.4596710205078125,0.4570484161376953,0.3437995910644531,0.31828880310058594,0.36454200744628906,0.3647804260253906,0.34809112548828125,0.34427642822265625,0.32138824462890625,0.3256797790527344,0.31304359436035156,0.34618377685546875 +10000,25000,gpu,uniform,False,True,False,0.27561187744140625,0.27871131896972656,0.2865791320800781,0.29587745666503906,0.2799034118652344,0.26226043701171875,0.27108192443847656,0.27179718017578125,0.2799034118652344,0.2830028533935547,0.5748271942138672,0.5593299865722656,0.5087852478027344,0.4744529724121094,0.46563148498535156,0.46896934509277344,0.47969818115234375,0.4916191101074219,0.4487037658691406,0.4680156707763672 +10000,25000,gpu,uniform,True,False,True,0.7321834564208984,0.6172657012939453,0.5550384521484375,0.5805492401123047,0.5595684051513672,0.5023479461669922,0.49757957458496094,0.5156993865966797,0.4906654357910156,0.4897117614746094,0.3578662872314453,0.3409385681152344,0.36072731018066406,0.36835670471191406,0.39887428283691406,0.3628730773925781,0.35381317138671875,0.36787986755371094,0.36644935607910156,0.3414154052734375 +10000,25000,gpu,uniform,True,False,False,0.5629062652587891,0.5393028259277344,0.5426406860351562,0.6062984466552734,0.5457401275634766,0.5481243133544922,0.5235671997070312,0.5462169647216797,0.5040168762207031,0.5011558532714844,0.49424171447753906,0.4744529724121094,0.4582405090332031,0.6735324859619141,0.5130767822265625,0.4737377166748047,0.4496574401855469,0.44465065002441406,0.48732757568359375,0.47278404235839844 +10000,25000,gpu,uniform,False,False,True,0.6496906280517578,0.5583763122558594,0.4928112030029297,0.5476474761962891,0.5993843078613281,0.5724430084228516,0.6654262542724609,0.5791187286376953,0.518798828125,0.6268024444580078,0.34928321838378906,0.3552436828613281,0.34999847412109375,0.3104209899902344,0.3192424774169922,0.3330707550048828,0.35572052001953125,0.3147125244140625,0.3376007080078125,0.3402233123779297 +10000,25000,gpu,uniform,False,False,False,0.32401084899902344,0.2703666687011719,0.2803802490234375,0.2789497375488281,0.3020763397216797,0.45418739318847656,0.33926963806152344,0.33473968505859375,0.33473968505859375,0.28014183044433594,0.40435791015625,0.4112720489501953,0.4000663757324219,0.38743019104003906,0.3833770751953125,0.4131793975830078,0.40030479431152344,0.4086494445800781,0.36263465881347656,0.37789344787597656 +10000,25000,gpu,normal,True,True,True,0.8807182312011719,0.7815361022949219,0.9868144989013672,0.7870197296142578,0.7193088531494141,0.7312297821044922,0.6995201110839844,0.7312297821044922,0.7190704345703125,0.6926059722900391,0.32901763916015625,0.3314018249511719,0.29969215393066406,0.3261566162109375,0.3287792205810547,0.3266334533691406,0.3287792205810547,0.3237724304199219,0.30112266540527344,0.28252601623535156 +10000,25000,gpu,normal,True,True,False,0.4425048828125,0.4761219024658203,0.5097389221191406,0.48661231994628906,0.8144378662109375,0.7603168487548828,0.6940364837646484,0.7143020629882812,0.7326602935791016,0.7205009460449219,0.2999305725097656,0.2803802490234375,0.29969215393066406,0.31304359436035156,0.30732154846191406,0.28967857360839844,0.2570152282714844,0.3337860107421875,0.29921531677246094,0.3077983856201172 +10000,25000,gpu,normal,False,True,True,0.30803680419921875,0.30684471130371094,0.2999305725097656,0.31757354736328125,0.2923011779785156,0.2732276916503906,0.28634071350097656,0.24461746215820312,0.26679039001464844,0.28634071350097656,0.5879402160644531,0.58746337890625,0.5772113800048828,0.5710124969482422,0.5893707275390625,0.5886554718017578,0.5731582641601562,0.5929470062255859,0.5626678466796875,0.5724430084228516 +10000,25000,gpu,normal,False,True,False,0.2598762512207031,0.2720355987548828,0.27632713317871094,0.3006458282470703,0.30994415283203125,0.30422210693359375,0.2846717834472656,0.28324127197265625,0.29969215393066406,0.3025531768798828,0.4715919494628906,0.469207763671875,0.4489421844482422,0.44846534729003906,0.4634857177734375,0.49805641174316406,0.6878376007080078,0.6465911865234375,0.6785392761230469,0.5581378936767578 +10000,25000,gpu,normal,True,False,True,0.2689361572265625,0.3139972686767578,0.25773048400878906,0.29659271240234375,0.3056526184082031,0.42128562927246094,0.3273487091064453,0.27108192443847656,0.2567768096923828,0.3230571746826172,0.5099773406982422,0.4744529724121094,0.7278919219970703,0.6611347198486328,0.6260871887207031,0.6079673767089844,0.6046295166015625,0.5941390991210938,0.6413459777832031,0.6275177001953125 +10000,25000,gpu,normal,True,False,False,0.2732276916503906,0.31828880310058594,0.2856254577636719,0.31447410583496094,0.32401084899902344,0.3178119659423828,0.3311634063720703,0.2951622009277344,0.6506443023681641,0.8857250213623047,0.6017684936523438,0.5784034729003906,0.5671977996826172,0.5674362182617188,0.5583763122558594,0.5803108215332031,0.5996227264404297,0.5819797515869141,0.5803108215332031,0.5655288696289062 +10000,25000,gpu,normal,False,False,True,0.5707740783691406,0.5800724029541016,0.31685829162597656,0.36454200744628906,0.3032684326171875,0.30875205993652344,0.30922889709472656,0.35071372985839844,0.35190582275390625,0.3135204315185547,0.49948692321777344,0.47326087951660156,0.45108795166015625,0.7462501525878906,0.45418739318847656,0.47278404235839844,0.4901885986328125,0.4394054412841797,0.4475116729736328,0.44918060302734375 +10000,25000,gpu,normal,False,False,False,0.5664825439453125,0.7269382476806641,0.6220340728759766,0.5736351013183594,0.5545616149902344,0.5323886871337891,0.5457401275634766,0.5247592926025391,0.5462169647216797,0.5390644073486328,0.42176246643066406,0.3345012664794922,0.32711029052734375,0.3426074981689453,0.3039836883544922,0.31757354736328125,0.33164024353027344,0.5452632904052734,0.5729198455810547,0.7007122039794922 +10000,37500,gpu,homo,True,True,True,0.6322860717773438,0.6139278411865234,0.6110668182373047,0.6220340728759766,0.6353855133056641,0.6036758422851562,0.606536865234375,0.6113052368164062,0.5972385406494141,0.5886554718017578,0.22912025451660156,0.20432472229003906,0.1938343048095703,0.20837783813476562,0.1938343048095703,0.22339820861816406,0.2067089080810547,0.20837783813476562,0.20956993103027344,0.21886825561523438 +10000,37500,gpu,homo,True,True,False,0.4565715789794922,0.44536590576171875,0.4379749298095703,0.4487037658691406,0.43702125549316406,0.4253387451171875,0.4055500030517578,0.40531158447265625,0.41604042053222656,0.40721893310546875,0.3142356872558594,0.3082752227783203,0.3218650817871094,0.3025531768798828,0.29540061950683594,0.2789497375488281,0.2779960632324219,0.2830028533935547,0.30541419982910156,0.293731689453125 +10000,37500,gpu,homo,False,True,True,0.2415180206298828,0.23365020751953125,0.23055076599121094,0.23889541625976562,0.23293495178222656,0.22673606872558594,0.22077560424804688,0.21457672119140625,0.23674964904785156,0.20623207092285156,0.6229877471923828,0.5326271057128906,0.49304962158203125,0.38695335388183594,0.3674030303955078,0.3752708435058594,0.4062652587890625,0.40531158447265625,0.5674362182617188,0.40984153747558594 +10000,37500,gpu,homo,False,True,False,0.23174285888671875,0.24580955505371094,0.22029876708984375,0.23031234741210938,0.21791458129882812,0.2315044403076172,0.23627281188964844,0.24247169494628906,0.21600723266601562,0.20551681518554688,0.5114078521728516,0.6659030914306641,0.6353855133056641,0.5407333374023438,0.530242919921875,0.5295276641845703,0.5109310150146484,0.522613525390625,0.5257129669189453,0.5145072937011719 +10000,37500,gpu,homo,True,False,True,0.29587745666503906,0.2734661102294922,0.2906322479248047,0.29754638671875,0.2930164337158203,0.2644062042236328,0.29754638671875,0.2930164337158203,0.26154518127441406,0.27751922607421875,0.4458427429199219,0.4763603210449219,0.4565715789794922,0.45371055603027344,0.4703998565673828,0.46896934509277344,0.4646778106689453,0.5142688751220703,0.4971027374267578,0.49996376037597656 +10000,37500,gpu,homo,True,False,False,0.4875659942626953,0.4935264587402344,0.48232078552246094,0.46825408935546875,0.4603862762451172,0.4634857177734375,0.4794597625732422,0.5083084106445312,0.48542022705078125,0.4906654357910156,0.4227161407470703,0.4112720489501953,0.3933906555175781,0.41484832763671875,0.6661415100097656,0.5934238433837891,0.5176067352294922,0.5395412445068359,0.6926059722900391,0.5223751068115234 +10000,37500,gpu,homo,False,False,True,0.2799034118652344,0.26988983154296875,0.27060508728027344,0.2598762512207031,0.23984909057617188,0.2808570861816406,0.29921531677246094,0.2551078796386719,0.25963783264160156,0.2799034118652344,0.2810955047607422,0.3104209899902344,0.27751922607421875,0.2949237823486328,0.3070831298828125,0.29921531677246094,0.28061866760253906,0.3001689910888672,0.2582073211669922,0.3116130828857422 +10000,37500,gpu,homo,False,False,False,0.30517578125,0.30994415283203125,0.3349781036376953,0.2892017364501953,0.27823448181152344,0.26607513427734375,0.6198883056640625,0.5307197570800781,0.4837512969970703,0.47135353088378906,0.44035911560058594,0.6105899810791016,0.47326087951660156,0.39649009704589844,0.37026405334472656,0.38909912109375,0.3800392150878906,0.3871917724609375,0.3993511199951172,0.385284423828125 +10000,37500,gpu,uniform,True,True,True,0.5373954772949219,0.5316734313964844,0.5347728729248047,0.5199909210205078,0.5140304565429688,0.5228519439697266,0.5369186401367188,0.6008148193359375,0.5578994750976562,0.5645751953125,0.37169456481933594,0.34427642822265625,0.3895759582519531,0.3781318664550781,0.3533363342285156,0.3719329833984375,0.34737586975097656,0.3535747528076172,0.37479400634765625,0.3409385681152344 +10000,37500,gpu,uniform,True,True,False,0.5097389221191406,0.5295276641845703,0.5471706390380859,0.5519390106201172,0.5099773406982422,0.5667209625244141,1.0097026824951172,0.7586479187011719,0.7491111755371094,0.7257461547851562,0.2722740173339844,0.3039836883544922,0.27561187744140625,0.23746490478515625,0.2334117889404297,0.2593994140625,0.2651214599609375,0.2651214599609375,0.24509429931640625,0.2818107604980469 +10000,37500,gpu,uniform,False,True,True,0.27251243591308594,0.2789497375488281,0.3006458282470703,0.2994537353515625,0.2918243408203125,0.2613067626953125,0.2856254577636719,0.2834796905517578,0.293731689453125,0.28967857360839844,0.4227161407470703,0.39505958557128906,0.42939186096191406,0.4265308380126953,0.43892860412597656,0.42939186096191406,0.6690025329589844,0.476837158203125,0.4658699035644531,0.43201446533203125 +10000,37500,gpu,uniform,False,True,False,0.5469322204589844,0.5161762237548828,0.5016326904296875,0.49233436584472656,0.5033016204833984,0.4596710205078125,0.522613525390625,0.4744529724121094,0.492095947265625,0.5142688751220703,0.5917549133300781,0.6213188171386719,0.6041526794433594,0.5829334259033203,0.5693435668945312,0.5819797515869141,0.5934238433837891,0.55694580078125,0.6010532379150391,0.5748271942138672 +10000,37500,gpu,uniform,True,False,True,0.31375885009765625,0.3211498260498047,0.324249267578125,0.31948089599609375,0.31495094299316406,0.33545494079589844,0.28705596923828125,0.2803802490234375,0.33974647521972656,0.28443336486816406,0.5862712860107422,0.5757808685302734,0.5869865417480469,0.5693435668945312,0.5567073822021484,0.5588531494140625,0.5512237548828125,0.5545616149902344,0.5490779876708984,0.5164146423339844 +10000,37500,gpu,uniform,True,False,False,0.3142356872558594,0.3170967102050781,0.3771781921386719,0.3173351287841797,0.3178119659423828,0.3387928009033203,0.32782554626464844,0.33211708068847656,0.324249267578125,0.28967857360839844,0.5993843078613281,0.5855560302734375,0.5662441253662109,0.5726814270019531,0.5855560302734375,0.5667209625244141,0.5729198455810547,0.5550384521484375,0.5476474761962891,0.5643367767333984 +10000,37500,gpu,uniform,False,False,True,0.3459453582763672,0.3159046173095703,0.3037452697753906,0.7219314575195312,0.7207393646240234,0.5984306335449219,0.5521774291992188,0.5300045013427734,0.5161762237548828,0.5354881286621094,0.4401206970214844,0.38886070251464844,0.38361549377441406,0.3452301025390625,0.3802776336669922,0.4303455352783203,0.3898143768310547,0.3662109375,0.3769397735595703,0.36215782165527344 +10000,37500,gpu,uniform,False,False,False,0.4382133483886719,0.2796649932861328,0.3323554992675781,0.2701282501220703,0.2982616424560547,0.33473968505859375,0.3070831298828125,0.3256797790527344,0.28705596923828125,0.28061866760253906,0.4546642303466797,0.4596710205078125,0.41675567626953125,0.4715919494628906,0.44345855712890625,0.4742145538330078,0.4551410675048828,0.4534721374511719,0.42319297790527344,0.4436969757080078 +10000,37500,gpu,normal,True,True,True,0.7555484771728516,0.7698535919189453,0.7424354553222656,0.766754150390625,0.7491111755371094,0.7345676422119141,0.774383544921875,1.1487007141113281,1.1892318725585938,1.0776519775390625,0.4742145538330078,0.49424171447753906,0.4603862762451172,0.4401206970214844,0.438690185546875,0.4620552062988281,0.44465065002441406,0.4627704620361328,0.4887580871582031,0.49877166748046875 +10000,37500,gpu,normal,True,True,False,0.7910728454589844,0.7832050323486328,0.7462501525878906,0.7524490356445312,0.7405281066894531,0.7393360137939453,0.7171630859375,0.72479248046875,0.7355213165283203,0.7293224334716797,0.3325939178466797,0.3304481506347656,0.3342628479003906,0.3445148468017578,0.3414154052734375,0.33211708068847656,0.3216266632080078,0.3101825714111328,0.34236907958984375,0.31280517578125 +10000,37500,gpu,normal,False,True,True,0.67901611328125,0.629425048828125,0.5795955657958984,0.5857944488525391,0.5712509155273438,0.5464553833007812,0.4723072052001953,0.3159046173095703,0.3025531768798828,0.2675056457519531,0.5996227264404297,0.5662441253662109,0.5815029144287109,0.5702972412109375,0.5567073822021484,0.5884170532226562,0.5800724029541016,0.5543231964111328,0.5736351013183594,0.5779266357421875 +10000,37500,gpu,normal,False,True,False,0.33092498779296875,0.33473968505859375,0.33402442932128906,0.3085136413574219,0.26345252990722656,0.30922889709472656,0.6091594696044922,0.5686283111572266,0.5333423614501953,0.5092620849609375,0.7026195526123047,0.7236003875732422,0.7183551788330078,0.7078647613525391,0.7219314575195312,0.7212162017822266,0.7257461547851562,0.7061958312988281,0.7090568542480469,0.7119178771972656 +10000,37500,gpu,normal,True,False,True,0.3380775451660156,0.3540515899658203,0.3097057342529297,0.5240440368652344,0.3757476806640625,0.3063678741455078,0.33783912658691406,0.32329559326171875,0.3159046173095703,0.3294944763183594,0.6234645843505859,0.5905628204345703,0.6237030029296875,0.5927085876464844,0.6153583526611328,0.6015300750732422,0.9691715240478516,0.7681846618652344,0.7483959197998047,0.7786750793457031 +10000,37500,gpu,normal,True,False,False,0.30803680419921875,0.32901763916015625,0.28634071350097656,0.2732276916503906,0.6926059722900391,0.7436275482177734,0.6039142608642578,0.5347728729248047,0.6258487701416016,0.6051063537597656,0.7228851318359375,0.7207393646240234,0.7696151733398438,0.7452964782714844,0.7469654083251953,0.7171630859375,0.7159709930419922,0.7243156433105469,0.7021427154541016,0.6937980651855469 +10000,37500,gpu,normal,False,False,True,0.5228519439697266,0.5180835723876953,0.6163120269775391,0.6017684936523438,0.5578994750976562,0.5428791046142578,0.5736351013183594,0.5502700805664062,0.5459785461425781,0.8385181427001953,0.35834312438964844,0.37097930908203125,0.3638267517089844,0.3674030303955078,0.34117698669433594,0.3879070281982422,0.3631114959716797,0.37217140197753906,0.4611015319824219,0.4055500030517578 +10000,37500,gpu,normal,False,False,False,0.3104209899902344,0.3285408020019531,0.29349327087402344,0.32019615173339844,0.29850006103515625,0.3199577331542969,0.2968311309814453,0.30159950256347656,0.3056526184082031,0.3018379211425781,0.3826618194580078,0.37169456481933594,0.43201446533203125,0.3910064697265625,0.41747093200683594,0.36334991455078125,0.3783702850341797,0.6155967712402344,0.6194114685058594,0.5431175231933594 +10000,50000,gpu,homo,True,True,True,0.7522106170654297,0.7588863372802734,0.7293224334716797,0.7426738739013672,0.74005126953125,0.7910728454589844,0.8635520935058594,0.7719993591308594,0.7686614990234375,0.9582042694091797,0.2548694610595703,0.2422332763671875,0.2651214599609375,0.19431114196777344,0.23603439331054688,0.22101402282714844,0.22292137145996094,0.2238750457763672,0.20265579223632812,0.19621849060058594 +10000,50000,gpu,homo,True,True,False,0.5083084106445312,0.5123615264892578,0.5640983581542969,0.5249977111816406,0.49877166748046875,0.5228519439697266,0.48470497131347656,0.4947185516357422,0.6284713745117188,0.8370876312255859,0.3161430358886719,0.3783702850341797,0.26488304138183594,0.2384185791015625,0.2334117889404297,0.2257823944091797,0.2486705780029297,0.2834796905517578,0.23627281188964844,0.244140625 +10000,50000,gpu,homo,False,True,True,0.5815029144287109,0.5359649658203125,0.5245208740234375,0.46634674072265625,0.44274330139160156,0.4241466522216797,0.42366981506347656,0.4258155822753906,0.42748451232910156,0.42366981506347656,0.5540847778320312,0.5540847778320312,0.5512237548828125,0.5567073822021484,0.5948543548583984,0.5834102630615234,0.6117820739746094,0.5929470062255859,0.5757808685302734,0.5557537078857422 +10000,50000,gpu,homo,False,True,False,0.24890899658203125,0.23794174194335938,0.2288818359375,0.22864341735839844,0.21958351135253906,0.25200843811035156,0.22363662719726562,0.24056434631347656,0.21886825561523438,0.20599365234375,0.49567222595214844,0.5156993865966797,0.5161762237548828,0.5197525024414062,0.5176067352294922,0.4990100860595703,0.5321502685546875,0.5335807800292969,0.4944801330566406,0.49114227294921875 +10000,50000,gpu,homo,True,False,True,0.3447532653808594,0.2987384796142578,0.3001689910888672,0.29730796813964844,0.2982616424560547,0.3161430358886719,0.30231475830078125,0.32973289489746094,0.2911090850830078,0.3209114074707031,0.6196498870849609,0.6055831909179688,0.6105899810791016,0.5865097045898438,0.7064342498779297,0.6551742553710938,0.6093978881835938,0.5838871002197266,0.5898475646972656,0.5919933319091797 +10000,50000,gpu,homo,True,False,False,0.28896331787109375,0.3085136413574219,0.30994415283203125,0.2856254577636719,0.27441978454589844,0.2779960632324219,0.26226043701171875,0.2930164337158203,0.29349327087402344,0.28061866760253906,0.5872249603271484,0.5838871002197266,0.591278076171875,0.60272216796875,0.5800724029541016,0.6215572357177734,0.6580352783203125,0.5030632019042969,0.5223751068115234,0.579833984375 +10000,50000,gpu,homo,False,False,True,0.2956390380859375,0.28204917907714844,0.28896331787109375,0.2961158752441406,0.2944469451904297,0.2617835998535156,0.2875328063964844,0.2899169921875,0.25773048400878906,0.2665519714355469,0.3600120544433594,0.3485679626464844,0.3254413604736328,0.34046173095703125,0.38814544677734375,0.3516674041748047,0.33974647521972656,0.3418922424316406,0.3113746643066406,0.3635883331298828 +10000,50000,gpu,homo,False,False,False,0.31185150146484375,0.3266334533691406,0.2868175506591797,0.29158592224121094,0.278472900390625,0.3228187561035156,0.301361083984375,0.3066062927246094,0.30684471130371094,0.3159046173095703,0.3337860107421875,0.35381317138671875,0.32973289489746094,0.3204345703125,0.3681182861328125,0.33402442932128906,0.34546852111816406,0.33473968505859375,0.3604888916015625,0.33402442932128906 +10000,50000,gpu,uniform,True,True,True,0.7932186126708984,0.7891654968261719,0.7908344268798828,0.7369518280029297,0.7522106170654297,0.7884502410888672,1.2669563293457031,1.4057159423828125,1.0120868682861328,0.8034706115722656,0.2694129943847656,0.28228759765625,0.27441978454589844,0.2765655517578125,0.29015541076660156,0.28586387634277344,0.2713203430175781,0.2505779266357422,0.28634071350097656,0.2696514129638672 +10000,50000,gpu,uniform,True,True,False,0.7374286651611328,0.6740093231201172,0.6794929504394531,0.6654262542724609,0.7164478302001953,0.6735324859619141,0.7276535034179688,0.7052421569824219,0.7393360137939453,1.0123252868652344,0.2906322479248047,0.27871131896972656,0.2803802490234375,0.26488304138183594,0.28777122497558594,0.25534629821777344,0.28252601623535156,0.2529621124267578,0.2677440643310547,0.2560615539550781 +10000,50000,gpu,uniform,False,True,True,0.29277801513671875,0.27871131896972656,0.2505779266357422,0.26726722717285156,0.2765655517578125,0.2646446228027344,0.2372264862060547,0.26416778564453125,0.2703666687011719,0.2689361572265625,0.5168914794921875,0.46706199645996094,0.5037784576416016,0.48351287841796875,0.48995018005371094,0.4811286926269531,0.47779083251953125,0.4894733428955078,0.4875659942626953,0.4756450653076172 +10000,50000,gpu,uniform,False,True,False,0.8335113525390625,0.5230903625488281,0.5145072937011719,0.5123615264892578,0.48542022705078125,0.4971027374267578,0.47469139099121094,0.4858970642089844,0.4730224609375,0.47016143798828125,0.7541179656982422,0.7143020629882812,0.66375732421875,0.6883144378662109,0.6470680236816406,0.629425048828125,0.7803440093994141,0.7255077362060547,0.6830692291259766,0.6537437438964844 +10000,50000,gpu,uniform,True,False,True,0.6935596466064453,0.67138671875,0.5972385406494141,0.5769729614257812,0.5829334259033203,0.5869865417480469,0.5300045013427734,0.3268718719482422,0.34117698669433594,0.2949237823486328,0.7007122039794922,0.6480216979980469,0.6690025329589844,0.6539821624755859,0.7140636444091797,0.6470680236816406,0.6875991821289062,0.6191730499267578,0.6296634674072266,0.6313323974609375 +10000,50000,gpu,uniform,True,False,False,0.5962848663330078,0.5822181701660156,0.6098747253417969,0.6220340728759766,0.5843639373779297,0.5507469177246094,0.5700588226318359,0.5681514739990234,0.5829334259033203,0.5619525909423828,0.5085468292236328,0.5419254302978516,0.5166530609130859,0.5269050598144531,0.4966259002685547,0.5445480346679688,0.4916191101074219,0.49424171447753906,0.5605220794677734,0.5288124084472656 +10000,50000,gpu,uniform,False,False,True,0.34332275390625,0.30303001403808594,0.3285408020019531,0.3223419189453125,0.31876564025878906,0.2830028533935547,0.33783912658691406,0.31256675720214844,0.3364086151123047,0.3440380096435547,0.37598609924316406,0.3609657287597656,0.38909912109375,0.3566741943359375,0.38504600524902344,0.4165172576904297,0.5238056182861328,0.3726482391357422,0.41103363037109375,0.39696693420410156 +10000,50000,gpu,uniform,False,False,False,0.354766845703125,0.4982948303222656,0.3676414489746094,0.3695487976074219,0.4153251647949219,0.3993511199951172,0.33354759216308594,0.3528594970703125,0.3159046173095703,0.2987384796142578,0.5214214324951172,0.4820823669433594,0.49304962158203125,0.4973411560058594,0.4894733428955078,0.5095005035400391,0.5092620849609375,0.49233436584472656,0.4773139953613281,0.4856586456298828 +10000,50000,gpu,normal,True,True,True,1.1839866638183594,1.1348724365234375,1.1432170867919922,1.135110855102539,1.1777877807617188,1.1644363403320312,1.1548995971679688,1.138925552368164,1.1382102966308594,1.1510848999023438,0.4024505615234375,0.4086494445800781,0.396728515625,0.37860870361328125,0.33926963806152344,0.3647804260253906,0.36787986755371094,0.5855560302734375,0.5407333374023438,0.5574226379394531 +10000,50000,gpu,normal,True,True,False,1.1091232299804688,1.1208057403564453,1.1277198791503906,1.4929771423339844,1.4050006866455078,1.2943744659423828,1.1391639709472656,1.0995864868164062,1.092672348022461,1.1188983917236328,0.45299530029296875,0.39267539978027344,0.44727325439453125,0.4181861877441406,0.4010200500488281,0.4036426544189453,0.3840923309326172,0.4279613494873047,0.431060791015625,0.4239082336425781 +10000,50000,gpu,normal,False,True,True,0.31685829162597656,0.3230571746826172,0.2899169921875,0.2665519714355469,0.2903938293457031,0.2727508544921875,0.2887248992919922,0.2808570861816406,0.34809112548828125,0.31065940856933594,1.0383129119873047,0.9207725524902344,0.9126663208007812,0.8673667907714844,0.90789794921875,1.0328292846679688,0.9753704071044922,0.9448528289794922,0.9267330169677734,0.8528232574462891 +10000,50000,gpu,normal,False,True,False,0.3314018249511719,0.3135204315185547,0.2999305725097656,0.3287792205810547,0.2942085266113281,0.33092498779296875,0.3027915954589844,0.30994415283203125,0.3178119659423828,0.29277801513671875,0.8502006530761719,0.8432865142822266,0.843048095703125,0.9336471557617188,1.0514259338378906,0.8997917175292969,0.8912086486816406,0.9484291076660156,1.1115074157714844,1.1119842529296875 +10000,50000,gpu,normal,True,False,True,0.3695487976074219,0.3266334533691406,0.3402233123779297,0.3662109375,0.45371055603027344,0.8916854858398438,0.6656646728515625,0.6208419799804688,0.5879402160644531,0.6051063537597656,0.7264614105224609,0.9691715240478516,0.7762908935546875,0.7543563842773438,0.7777214050292969,0.7474422454833984,0.7448196411132812,0.7503032684326172,0.7441043853759766,0.7662773132324219 +10000,50000,gpu,normal,True,False,False,0.5548000335693359,0.5772113800048828,0.5712509155273438,0.5357265472412109,0.5333423614501953,0.5636215209960938,0.5080699920654297,0.5500316619873047,0.5393028259277344,0.58746337890625,0.9236335754394531,0.8707046508789062,0.9310245513916016,0.8838176727294922,0.9098052978515625,0.8759498596191406,1.0614395141601562,0.9160041809082031,1.0161399841308594,0.8435249328613281 +10000,50000,gpu,normal,False,False,True,0.33855438232421875,0.3368854522705078,0.3228187561035156,0.3116130828857422,0.3466606140136719,0.3533363342285156,0.3790855407714844,0.5967617034912109,0.335693359375,0.39505958557128906,0.41866302490234375,0.4355907440185547,0.42128562927246094,0.37741661071777344,0.39649009704589844,0.39124488830566406,0.4100799560546875,0.42366981506347656,0.41961669921875,0.43392181396484375 +10000,50000,gpu,normal,False,False,False,0.3376007080078125,0.30517578125,0.31375885009765625,0.29730796813964844,0.31948089599609375,0.37026405334472656,0.38933753967285156,0.3638267517089844,0.3674030303955078,0.3635883331298828,0.6468296051025391,0.583648681640625,0.5435943603515625,0.5443096160888672,0.5311965942382812,0.5676746368408203,0.5350112915039062,0.5500316619873047,0.5280971527099609,0.5435943603515625 +25000,1000,gpu,homo,True,True,True,0.49114227294921875,0.4737377166748047,0.43964385986328125,0.41747093200683594,0.4436969757080078,0.4298686981201172,0.43010711669921875,0.6361007690429688,0.42557716369628906,0.43654441833496094,0.4069805145263672,0.3829002380371094,0.39958953857421875,0.38504600524902344,0.3788471221923828,0.4057884216308594,0.3800392150878906,0.39076805114746094,0.3914833068847656,0.385284423828125 +25000,1000,gpu,homo,True,True,False,0.4253387451171875,0.49805641174316406,0.4169940948486328,0.43010711669921875,0.40841102600097656,0.4074573516845703,0.4074573516845703,0.4210472106933594,0.4208087921142578,0.39839744567871094,0.4107952117919922,0.42557716369628906,0.40721893310546875,0.40793418884277344,0.4019737243652344,0.4341602325439453,0.4172325134277344,0.43463706970214844,0.4165172576904297,0.6222724914550781 +25000,1000,gpu,homo,False,True,True,0.3478527069091797,0.41747093200683594,0.7297992706298828,0.598907470703125,0.5395412445068359,0.5116462707519531,0.5245208740234375,0.5252361297607422,0.4916191101074219,0.4787445068359375,0.1838207244873047,0.16760826110839844,0.16689300537109375,0.16927719116210938,0.17833709716796875,0.1862049102783203,0.1690387725830078,0.16117095947265625,0.16617774963378906,0.1747608184814453 +25000,1000,gpu,homo,False,True,False,0.2810955047607422,0.29158592224121094,0.30875205993652344,0.3566741943359375,0.308990478515625,0.3101825714111328,0.2949237823486328,0.30922889709472656,0.31065940856933594,0.7412433624267578,0.1697540283203125,0.14090538024902344,0.17499923706054688,0.18286705017089844,0.17309188842773438,0.2162456512451172,0.41365623474121094,0.3445148468017578,0.27060508728027344,0.2791881561279297 +25000,1000,gpu,homo,True,False,True,0.21314620971679688,0.23889541625976562,0.23555755615234375,0.20074844360351562,0.23674964904785156,0.4494190216064453,0.2732276916503906,0.2434253692626953,0.2675056457519531,0.24366378784179688,0.1990795135498047,0.1513957977294922,0.22220611572265625,0.23031234741210938,0.2791881561279297,0.4138946533203125,0.33211708068847656,0.3409385681152344,0.29969215393066406,0.27251243591308594 +25000,1000,gpu,homo,True,False,False,0.2186298370361328,0.19741058349609375,0.20956993103027344,0.20837783813476562,0.2162456512451172,0.21982192993164062,0.2918243408203125,0.23889541625976562,0.2124309539794922,0.2243518829345703,0.3268718719482422,0.3008842468261719,0.469207763671875,0.29206275939941406,0.3218650817871094,0.316619873046875,0.2989768981933594,0.2968311309814453,0.2758502960205078,0.2684593200683594 +25000,1000,gpu,homo,False,False,True,0.22077560424804688,0.2257823944091797,0.2307891845703125,0.23412704467773438,0.23746490478515625,0.2796649932861328,0.2396106719970703,0.20599365234375,0.396728515625,0.23603439331054688,0.3342628479003906,0.3409385681152344,0.3421306610107422,0.3261566162109375,0.3445148468017578,0.34427642822265625,0.31685829162597656,0.3123283386230469,0.3075599670410156,0.3032684326171875 +25000,1000,gpu,homo,False,False,False,0.22292137145996094,0.24056434631347656,0.23937225341796875,0.22411346435546875,0.2396106719970703,0.21696090698242188,0.23865699768066406,0.21386146545410156,0.2219676971435547,0.2028942108154297,0.3306865692138672,0.3228187561035156,0.34928321838378906,0.34737586975097656,0.3223419189453125,0.3113746643066406,0.3714561462402344,0.3364086151123047,0.31375885009765625,0.3383159637451172 +25000,1000,gpu,uniform,True,True,True,0.4928112030029297,0.46634674072265625,0.4913806915283203,0.46896934509277344,0.38814544677734375,0.2682209014892578,0.30112266540527344,0.23746490478515625,0.2334117889404297,0.23794174194335938,0.3914833068847656,0.3707408905029297,0.3249645233154297,0.35452842712402344,0.3266334533691406,0.32973289489746094,0.3311634063720703,0.3643035888671875,0.3695487976074219,0.30303001403808594 +25000,1000,gpu,uniform,True,True,False,0.293731689453125,0.25916099548339844,0.24390220642089844,0.30159950256347656,0.2486705780029297,0.2713203430175781,0.20956993103027344,0.24628639221191406,0.29015541076660156,0.2532005310058594,0.3795623779296875,0.3674030303955078,0.3421306610107422,0.35762786865234375,0.3421306610107422,0.3535747528076172,0.36263465881347656,0.3578662872314453,0.3542900085449219,0.3254413604736328 +25000,1000,gpu,uniform,False,True,True,0.5986690521240234,0.6215572357177734,0.6279945373535156,0.7212162017822266,0.7016658782958984,0.5772113800048828,0.5545616149902344,0.5335807800292969,0.5939006805419922,0.5345344543457031,0.2512931823730469,0.22864341735839844,0.2307891845703125,0.2295970916748047,0.23651123046875,0.24175643920898438,0.2231597900390625,0.19502639770507812,0.1773834228515625,0.2834796905517578 +25000,1000,gpu,uniform,False,True,False,0.3731250762939453,0.3311634063720703,0.3478527069091797,0.33664703369140625,0.32138824462890625,0.3833770751953125,0.3631114959716797,0.3685951232910156,0.3330707550048828,0.3483295440673828,0.26917457580566406,0.2231597900390625,0.25844573974609375,0.2295970916748047,0.2543926239013672,0.26869773864746094,0.24056434631347656,0.24700164794921875,0.22149085998535156,0.24461746215820312 +25000,1000,gpu,uniform,True,False,True,0.46539306640625,0.4749298095703125,0.4634857177734375,0.4582405090332031,0.4696846008300781,0.4544258117675781,0.49996376037597656,0.48041343688964844,0.4572868347167969,0.4353523254394531,0.21219253540039062,0.44536590576171875,0.3597736358642578,0.31256675720214844,0.33020973205566406,0.3533363342285156,0.3235340118408203,0.4191398620605469,0.2722740173339844,0.3116130828857422 +25000,1000,gpu,uniform,True,False,False,0.2837181091308594,0.2601146697998047,0.22935867309570312,0.24509429931640625,0.2334117889404297,0.2727508544921875,0.21910667419433594,0.25081634521484375,0.25963783264160156,0.22912025451660156,0.23126602172851562,0.2028942108154297,0.21457672119140625,0.21386146545410156,0.1773834228515625,0.18787384033203125,0.1964569091796875,0.16760826110839844,0.20766258239746094,0.18930435180664062 +25000,1000,gpu,uniform,False,False,True,0.5784034729003906,0.5424022674560547,0.5538463592529297,0.49233436584472656,0.5183219909667969,0.4982948303222656,0.5505084991455078,0.5035400390625,0.5450248718261719,0.5109310150146484,0.35643577575683594,0.3871917724609375,0.37670135498046875,0.3535747528076172,0.3705024719238281,0.3647804260253906,0.3676414489746094,0.3612041473388672,0.35452842712402344,0.5056858062744141 +25000,1000,gpu,uniform,False,False,False,0.2865791320800781,0.2574920654296875,0.28514862060546875,0.24247169494628906,0.23293495178222656,0.2830028533935547,0.2257823944091797,0.23627281188964844,0.263214111328125,0.2682209014892578,0.4456043243408203,0.4150867462158203,0.42629241943359375,0.40149688720703125,0.4062652587890625,0.40435791015625,0.41174888610839844,0.5934238433837891,0.5233287811279297,0.4928112030029297 +25000,1000,gpu,normal,True,True,True,0.3173351287841797,0.6837844848632812,0.530242919921875,0.4909038543701172,0.47326087951660156,0.5052089691162109,0.4744529724121094,0.453948974609375,0.5240440368652344,0.5362033843994141,0.5822181701660156,0.5598068237304688,0.5457401275634766,0.5753040313720703,0.6134510040283203,0.7922649383544922,0.5996227264404297,0.5428791046142578,0.598907470703125,0.5781650543212891 +25000,1000,gpu,normal,True,True,False,0.23889541625976562,0.23412704467773438,0.2570152282714844,0.22101402282714844,0.2684593200683594,0.2639293670654297,0.2486705780029297,0.2548694610595703,0.2715587615966797,0.22745132446289062,0.7598400115966797,0.6334781646728516,0.6263256072998047,0.6213188171386719,0.6380081176757812,0.6422996520996094,0.6122589111328125,0.5829334259033203,0.6036758422851562,0.6053447723388672 +25000,1000,gpu,normal,False,True,True,0.7038116455078125,0.6792545318603516,0.6673336029052734,0.6697177886962891,0.6864070892333984,0.7295608520507812,0.7388591766357422,0.7762908935546875,0.7131099700927734,0.6430149078369141,0.194549560546875,0.24008750915527344,0.22125244140625,0.22649765014648438,0.2181529998779297,0.24747848510742188,0.20241737365722656,0.2090930938720703,0.1971721649169922,0.2262592315673828 +25000,1000,gpu,normal,False,True,False,0.54931640625,0.48851966857910156,0.5342960357666016,0.5106925964355469,0.5161762237548828,0.5395412445068359,0.6413459777832031,0.5173683166503906,0.4978179931640625,0.5228519439697266,0.3676414489746094,0.3249645233154297,0.3094673156738281,0.37789344787597656,0.3185272216796875,0.3039836883544922,0.3254413604736328,0.2923011779785156,0.30922889709472656,0.2961158752441406 +25000,1000,gpu,normal,True,False,True,0.24390220642089844,0.2598762512207031,0.2593994140625,0.23746490478515625,0.2613067626953125,0.2765655517578125,0.22530555725097656,0.2498626708984375,0.24557113647460938,0.2892017364501953,0.2503395080566406,0.1785755157470703,0.24056434631347656,0.21386146545410156,0.2269744873046875,0.17499923706054688,0.1990795135498047,0.2009868621826172,0.21719932556152344,0.2288818359375 +25000,1000,gpu,normal,True,False,False,0.2751350402832031,0.29158592224121094,0.25343894958496094,0.2720355987548828,0.25391578674316406,0.2605915069580078,0.3218650817871094,0.27942657470703125,0.2422332763671875,0.2391338348388672,0.217437744140625,0.2593994140625,0.19478797912597656,0.22363662719726562,0.17642974853515625,0.19168853759765625,0.23365020751953125,0.18072128295898438,0.22077560424804688,0.2186298370361328 +25000,1000,gpu,normal,False,False,True,0.27751922607421875,0.2529621124267578,0.25153160095214844,0.2818107604980469,0.2856254577636719,0.2791881561279297,0.28777122497558594,0.28133392333984375,0.2372264862060547,0.25916099548339844,0.44608116149902344,0.4971027374267578,0.4832744598388672,0.47135353088378906,0.4496574401855469,0.4496574401855469,0.46563148498535156,0.44465065002441406,0.4405975341796875,0.4229545593261719 +25000,1000,gpu,normal,False,False,False,0.49304962158203125,0.7312297821044922,0.5478858947753906,0.49233436584472656,0.4811286926269531,0.5030632019042969,0.5273818969726562,0.6427764892578125,0.6902217864990234,0.9386539459228516,0.6041526794433594,0.5893707275390625,0.5645751953125,0.61798095703125,0.5631446838378906,0.5764961242675781,0.5724430084228516,0.5702972412109375,0.5748271942138672,0.5817413330078125 +25000,2500,gpu,homo,True,True,True,0.21910667419433594,0.2295970916748047,0.20837783813476562,0.21910667419433594,0.6227493286132812,0.4889965057373047,0.45609474182128906,0.4305839538574219,0.4668235778808594,0.4703998565673828,0.4239082336425781,0.3955364227294922,0.3676414489746094,0.3864765167236328,0.37169456481933594,0.3693103790283203,0.36835670471191406,0.3733634948730469,0.3819465637207031,0.3993511199951172 +25000,2500,gpu,homo,True,True,False,0.2627372741699219,0.35309791564941406,0.28705596923828125,0.21767616271972656,0.23508071899414062,0.19407272338867188,0.25153160095214844,0.21386146545410156,0.2090930938720703,0.23937225341796875,0.3361701965332031,0.34046173095703125,0.32401084899902344,0.32973289489746094,0.3180503845214844,0.331878662109375,0.31375885009765625,0.31876564025878906,0.30612945556640625,0.3192424774169922 +25000,2500,gpu,homo,False,True,True,0.32448768615722656,0.293731689453125,0.3006458282470703,0.29087066650390625,0.31185150146484375,0.3018379211425781,0.3094673156738281,0.29206275939941406,0.30112266540527344,0.2772808074951172,0.1747608184814453,0.1685619354248047,0.16355514526367188,0.1697540283203125,0.17189979553222656,0.1609325408935547,0.1628398895263672,0.13065338134765625,0.152587890625,0.1537799835205078 +25000,2500,gpu,homo,False,True,False,0.28824806213378906,0.32711029052734375,0.308990478515625,0.3170967102050781,0.3108978271484375,0.32448768615722656,0.3020763397216797,0.29277801513671875,0.32258033752441406,0.30541419982910156,0.20074844360351562,0.19860267639160156,0.19860267639160156,0.20003318786621094,0.1933574676513672,0.17189979553222656,0.20551681518554688,0.4210472106933594,0.3590583801269531,0.2930164337158203 +25000,2500,gpu,homo,True,False,True,0.6427764892578125,0.5176067352294922,0.453948974609375,0.4551410675048828,0.4391670227050781,0.4315376281738281,0.4334449768066406,0.45108795166015625,0.44465065002441406,0.4315376281738281,0.2391338348388672,0.24271011352539062,0.2486705780029297,0.2143383026123047,0.21505355834960938,0.2167224884033203,0.22935867309570312,0.1862049102783203,0.21147727966308594,0.22125244140625 +25000,2500,gpu,homo,True,False,False,0.24509429931640625,0.24771690368652344,0.23746490478515625,0.23031234741210938,0.2014636993408203,0.20432472229003906,0.19979476928710938,0.2319812774658203,0.2086162567138672,0.22792816162109375,0.31280517578125,0.28514862060546875,0.2989768981933594,0.2961158752441406,0.2837181091308594,0.2827644348144531,0.27823448181152344,0.2887248992919922,0.2880096435546875,0.27251243591308594 +25000,2500,gpu,homo,False,False,True,0.2269744873046875,0.24509429931640625,0.21719932556152344,0.22864341735839844,0.2315044403076172,0.20623207092285156,0.2338886260986328,0.20956993103027344,0.2434253692626953,0.22840499877929688,0.3750324249267578,0.3733634948730469,0.3795623779296875,0.5972385406494141,0.5228519439697266,0.6041526794433594,0.4506111145019531,0.4260540008544922,0.4017353057861328,0.4096031188964844 +25000,2500,gpu,homo,False,False,False,0.4210472106933594,0.4367828369140625,0.457763671875,0.4630088806152344,0.4379749298095703,0.4100799560546875,0.4105567932128906,0.41103363037109375,0.4062652587890625,0.40531158447265625,0.3058910369873047,0.3273487091064453,0.3407001495361328,0.4723072052001953,0.33283233642578125,0.3180503845214844,0.32019615173339844,0.3371238708496094,0.331878662109375,0.31948089599609375 +25000,2500,gpu,uniform,True,True,True,0.23293495178222656,0.2627372741699219,0.2582073211669922,0.2167224884033203,0.21386146545410156,0.247955322265625,0.2562999725341797,0.2231597900390625,0.23865699768066406,0.22411346435546875,0.4506111145019531,0.4742145538330078,0.4744529724121094,0.453948974609375,0.4563331604003906,0.6299018859863281,0.48804283142089844,0.4398822784423828,0.4620552062988281,0.42939186096191406 +25000,2500,gpu,uniform,True,True,False,0.26416778564453125,0.240325927734375,0.2410411834716797,0.23245811462402344,0.2357959747314453,0.2257823944091797,0.2684593200683594,0.2906322479248047,0.4646778106689453,0.6260871887207031,0.34356117248535156,0.3612041473388672,0.34332275390625,0.3490447998046875,0.3478527069091797,0.3840923309326172,0.3116130828857422,0.3299713134765625,0.3192424774169922,0.3516674041748047 +25000,2500,gpu,uniform,False,True,True,0.6351470947265625,0.8561611175537109,0.9295940399169922,0.7181167602539062,0.6415843963623047,0.5350112915039062,0.5147457122802734,0.5216598510742188,0.5097389221191406,0.47206878662109375,0.3571510314941406,0.3437995910644531,0.3001689910888672,0.5640983581542969,0.3063678741455078,0.3046989440917969,0.32448768615722656,0.30350685119628906,0.4012584686279297,0.3414154052734375 +25000,2500,gpu,uniform,False,True,False,0.6592273712158203,0.6175041198730469,0.8287429809570312,0.5953311920166016,0.6170272827148438,0.6043910980224609,0.6036758422851562,0.5757808685302734,0.5624294281005859,0.5805492401123047,0.19073486328125,0.17762184143066406,0.17905235290527344,0.17404556274414062,0.1976490020751953,0.1785755157470703,0.17142295837402344,0.2181529998779297,0.17309188842773438,0.16689300537109375 +25000,2500,gpu,uniform,True,False,True,0.4589557647705078,0.5125999450683594,0.46825408935546875,0.4818439483642578,0.518798828125,0.5006790161132812,0.476837158203125,0.4773139953613281,0.6430149078369141,0.5061626434326172,0.35691261291503906,0.3407001495361328,0.3573894500732422,0.3991127014160156,0.36454200744628906,0.41675567626953125,0.3597736358642578,1.1353492736816406,0.45228004455566406,0.35572052001953125 +25000,2500,gpu,uniform,True,False,False,0.4112720489501953,0.2834796905517578,0.2522468566894531,0.2579689025878906,0.23674964904785156,0.2567768096923828,0.2970695495605469,0.27751922607421875,0.22077560424804688,0.2377033233642578,0.27370452880859375,0.2880096435546875,0.2887248992919922,0.32067298889160156,0.32067298889160156,0.2884864807128906,0.28061866760253906,0.2779960632324219,0.27251243591308594,0.27251243591308594 +25000,2500,gpu,uniform,False,False,True,0.44727325439453125,0.44274330139160156,0.49114227294921875,0.4582405090332031,0.47087669372558594,0.45418739318847656,0.5147457122802734,0.51116943359375,0.7102489471435547,0.6871223449707031,0.45299530029296875,0.4260540008544922,0.4267692565917969,0.4444122314453125,0.42724609375,0.4260540008544922,0.4494190216064453,0.4611015319824219,0.4405975341796875,0.4603862762451172 +25000,2500,gpu,uniform,False,False,False,0.2732276916503906,0.2486705780029297,0.27751922607421875,0.29969215393066406,0.26416778564453125,0.2868175506591797,0.26106834411621094,0.2741813659667969,0.2865791320800781,0.2722740173339844,0.4024505615234375,0.42057037353515625,0.38433074951171875,0.3955364227294922,0.3809928894042969,0.3955364227294922,0.3533363342285156,0.39196014404296875,0.33020973205566406,0.36907196044921875 +25000,2500,gpu,normal,True,True,True,0.5311965942382812,0.5164146423339844,0.5013942718505859,0.5288124084472656,0.5016326904296875,0.4878044128417969,0.6721019744873047,0.5593299865722656,0.5199909210205078,0.4787445068359375,0.5471706390380859,0.518798828125,0.5362033843994141,0.5309581756591797,0.5278587341308594,0.5538463592529297,0.7982254028320312,0.5452632904052734,0.5495548248291016,0.5304813385009766 +25000,2500,gpu,normal,True,True,False,0.324249267578125,0.2582073211669922,0.25582313537597656,0.23698806762695312,0.24938583374023438,0.2319812774658203,0.23412704467773438,0.247955322265625,0.25272369384765625,0.27489662170410156,0.6153583526611328,0.553131103515625,0.5447864532470703,0.5695819854736328,0.5614757537841797,0.5741119384765625,0.5810260772705078,0.5595684051513672,0.5588531494140625,0.5545616149902344 +25000,2500,gpu,normal,False,True,True,0.49424171447753906,0.47087669372558594,0.4963874816894531,0.45943260192871094,0.4754066467285156,0.49185752868652344,0.48613548278808594,0.4775524139404297,0.43463706970214844,0.45108795166015625,0.2276897430419922,0.21219253540039062,0.18072128295898438,0.22411346435546875,0.20647048950195312,0.2434253692626953,0.22482872009277344,0.23603439331054688,0.2167224884033203,0.21505355834960938 +25000,2500,gpu,normal,False,True,False,0.4951953887939453,0.5178451538085938,1.043558120727539,1.0154247283935547,0.5893707275390625,0.5240440368652344,0.5137920379638672,0.5705356597900391,0.5176067352294922,0.4940032958984375,0.2532005310058594,0.22721290588378906,0.19931793212890625,0.22268295288085938,0.24008750915527344,0.2491474151611328,0.22673606872558594,0.23818016052246094,0.23293495178222656,0.2307891845703125 +25000,2500,gpu,normal,True,False,True,0.31828880310058594,0.25653839111328125,0.2803802490234375,0.2894401550292969,0.2739429473876953,0.2491474151611328,0.3147125244140625,0.26702880859375,0.3342628479003906,0.25916099548339844,0.22745132446289062,0.2384185791015625,0.22935867309570312,0.23674964904785156,0.23508071899414062,0.23436546325683594,0.21696090698242188,0.2548694610595703,0.21386146545410156,0.2391338348388672 +25000,2500,gpu,normal,True,False,False,0.44536590576171875,0.423431396484375,0.4267692565917969,0.41294097900390625,0.42247772216796875,0.49233436584472656,0.5159378051757812,0.46324729919433594,0.46515464782714844,0.47469139099121094,0.22840499877929688,0.2396106719970703,0.24080276489257812,0.22983551025390625,0.2281665802001953,0.21982192993164062,0.2827644348144531,0.24628639221191406,0.21266937255859375,0.2472400665283203 +25000,2500,gpu,normal,False,False,True,0.5075931549072266,0.5230903625488281,0.5023479461669922,0.4794597625732422,0.4737377166748047,0.4863739013671875,0.4773139953613281,0.4978179931640625,0.4661083221435547,0.8094310760498047,0.5805492401123047,0.6377696990966797,0.6256103515625,0.6012916564941406,0.7638931274414062,0.5753040313720703,0.6492137908935547,0.5834102630615234,0.5795955657958984,0.5970001220703125 +25000,2500,gpu,normal,False,False,False,0.2989768981933594,0.2658367156982422,0.28443336486816406,0.2722740173339844,0.32782554626464844,0.29015541076660156,0.2949237823486328,0.2617835998535156,0.28777122497558594,0.30803680419921875,0.48065185546875,0.4849433898925781,0.4839897155761719,0.7123947143554688,0.49304962158203125,0.4513263702392578,0.4897117614746094,0.46372413635253906,0.4935264587402344,0.4658699035644531 +25000,5000,gpu,homo,True,True,True,0.24247169494628906,0.20766258239746094,0.255584716796875,0.20933151245117188,0.22602081298828125,0.20599365234375,0.2105236053466797,0.22339820861816406,0.21386146545410156,0.21457672119140625,0.3647804260253906,0.32520294189453125,0.335693359375,0.32639503479003906,0.3254413604736328,0.32520294189453125,0.335693359375,0.32401084899902344,0.3514289855957031,0.3199577331542969 +25000,5000,gpu,homo,True,True,False,0.22077560424804688,0.23674964904785156,0.2186298370361328,0.23126602172851562,0.2288818359375,0.21409988403320312,0.22101402282714844,0.21409988403320312,0.2205371856689453,0.22792816162109375,0.3273487091064453,0.3139972686767578,0.32711029052734375,0.3132820129394531,0.3304481506347656,0.34236907958984375,0.3266334533691406,0.30159950256347656,0.34046173095703125,0.3077983856201172 +25000,5000,gpu,homo,False,True,True,0.3039836883544922,0.30231475830078125,0.3113746643066406,0.29277801513671875,0.30994415283203125,0.274658203125,0.3066062927246094,0.28967857360839844,0.30994415283203125,0.29969215393066406,0.293731689453125,0.2930164337158203,0.49424171447753906,0.3800392150878906,0.3104209899902344,0.34689903259277344,0.4029273986816406,0.3871917724609375,0.370025634765625,0.3764629364013672 +25000,5000,gpu,homo,False,True,False,0.34809112548828125,0.3292560577392578,0.2987384796142578,0.46753883361816406,0.4398822784423828,0.3898143768310547,0.3914833068847656,0.3457069396972656,0.48828125,0.3032684326171875,0.18143653869628906,0.1842975616455078,0.17642974853515625,0.19669532775878906,0.16689300537109375,0.17976760864257812,0.1513957977294922,0.18548965454101562,0.18668174743652344,0.16117095947265625 +25000,5000,gpu,homo,True,False,True,0.2894401550292969,0.2665519714355469,0.2818107604980469,0.2684593200683594,0.2868175506591797,0.2834796905517578,0.2434253692626953,0.25916099548339844,0.2651214599609375,0.2732276916503906,0.2181529998779297,0.19884109497070312,0.18668174743652344,0.1888275146484375,0.18787384033203125,0.2129077911376953,0.21886825561523438,0.21409988403320312,0.19741058349609375,0.16951560974121094 +25000,5000,gpu,homo,True,False,False,0.23555755615234375,0.2353191375732422,0.2541542053222656,0.26106834411621094,0.2300739288330078,0.24390220642089844,0.24008750915527344,0.22721290588378906,0.24652481079101562,0.2808570861816406,0.23102760314941406,0.2434253692626953,0.25153160095214844,0.2014636993408203,0.25844573974609375,0.23102760314941406,0.22530555725097656,0.25081634521484375,0.2529621124267578,0.26702880859375 +25000,5000,gpu,homo,False,False,True,0.2491474151611328,0.2620220184326172,0.3714561462402344,0.244140625,0.24771690368652344,0.2541542053222656,0.2338886260986328,0.2732276916503906,0.22292137145996094,0.21505355834960938,0.35881996154785156,0.3592967987060547,0.34999847412109375,0.3490447998046875,0.36025047302246094,0.339508056640625,0.40531158447265625,0.3352165222167969,0.30517578125,0.31304359436035156 +25000,5000,gpu,homo,False,False,False,0.2663135528564453,0.24890899658203125,0.2524852752685547,0.2567768096923828,0.2903938293457031,0.30303001403808594,0.2968311309814453,0.30303001403808594,0.3123283386230469,0.4858970642089844,0.5140304565429688,0.4420280456542969,0.4227161407470703,0.42557716369628906,0.4169940948486328,0.4200935363769531,0.42629241943359375,0.43582916259765625,0.41174888610839844,0.41556358337402344 +25000,5000,gpu,uniform,True,True,True,0.5958080291748047,0.5035400390625,0.4696846008300781,0.4971027374267578,0.48089027404785156,0.44608116149902344,0.45680999755859375,0.4901885986328125,0.47016143798828125,0.46324729919433594,0.49042701721191406,0.4754066467285156,0.4787445068359375,0.48422813415527344,0.46539306640625,0.4730224609375,0.4982948303222656,0.5075931549072266,0.5207061767578125,0.6365776062011719 +25000,5000,gpu,uniform,True,True,False,0.2675056457519531,0.2732276916503906,0.28133392333984375,0.2624988555908203,0.25773048400878906,0.2574920654296875,0.26607513427734375,0.2682209014892578,0.2944469451904297,0.25582313537597656,0.5903244018554688,0.35691261291503906,0.34332275390625,0.3783702850341797,0.4131793975830078,0.3445148468017578,0.331878662109375,0.32138824462890625,0.32591819763183594,0.335693359375 +25000,5000,gpu,uniform,False,True,True,0.6709098815917969,0.6322860717773438,0.7212162017822266,0.66375732421875,0.6167888641357422,0.6055831909179688,0.6330013275146484,0.6077289581298828,0.6330013275146484,0.5557537078857422,0.26869773864746094,0.26226043701171875,0.27298927307128906,0.24747848510742188,0.25081634521484375,0.2512931823730469,0.2524852752685547,0.21600723266601562,0.2551078796386719,0.21982192993164062 +25000,5000,gpu,uniform,False,True,False,0.6344318389892578,0.6282329559326172,0.5865097045898438,0.6265640258789062,0.5829334259033203,0.5962848663330078,0.5424022674560547,0.7665157318115234,0.5435943603515625,0.5753040313720703,0.21195411682128906,0.20074844360351562,0.23317337036132812,0.2300739288330078,0.1995563507080078,0.20051002502441406,0.20003318786621094,0.19788742065429688,0.21123886108398438,0.23221969604492188 +25000,5000,gpu,uniform,True,False,True,0.29540061950683594,0.2655982971191406,0.29087066650390625,0.3275871276855469,0.25963783264160156,0.5862712860107422,0.5362033843994141,0.5321502685546875,0.5290508270263672,0.48160552978515625,0.25010108947753906,0.24199485778808594,0.22125244140625,0.2665519714355469,0.20360946655273438,0.23055076599121094,0.2257823944091797,0.278472900390625,0.23508071899414062,0.30684471130371094 +25000,5000,gpu,uniform,True,False,False,0.3085136413574219,0.30112266540527344,0.26297569274902344,0.2696514129638672,0.3006458282470703,0.30493736267089844,0.2982616424560547,0.2827644348144531,0.2818107604980469,0.26988983154296875,0.3058910369873047,0.46181678771972656,0.5667209625244141,0.47969818115234375,0.41961669921875,0.4241466522216797,0.41604042053222656,0.23698806762695312,0.23865699768066406,0.2551078796386719 +25000,5000,gpu,uniform,False,False,True,0.2968311309814453,0.2808570861816406,0.2675056457519531,0.2582073211669922,0.25916099548339844,0.26106834411621094,0.27751922607421875,0.2644062042236328,0.247955322265625,0.2675056457519531,0.4611015319824219,0.4756450653076172,0.4658699035644531,0.4489421844482422,0.4405975341796875,0.4506111145019531,0.6537437438964844,0.5853176116943359,0.49376487731933594,0.5066394805908203 +25000,5000,gpu,uniform,False,False,False,0.2875328063964844,0.2856254577636719,0.3006458282470703,0.3151893615722656,0.2644062042236328,0.26297569274902344,0.3066062927246094,0.3025531768798828,0.27251243591308594,0.2760887145996094,0.38242340087890625,0.35691261291503906,0.34165382385253906,0.3757476806640625,0.36644935607910156,0.34880638122558594,0.3485679626464844,0.34999847412109375,0.3898143768310547,0.3495216369628906 +25000,5000,gpu,normal,True,True,True,0.24080276489257812,0.2491474151611328,0.240325927734375,0.2722740173339844,0.2608299255371094,0.2923011779785156,0.23102760314941406,0.2834796905517578,0.2796649932861328,0.25773048400878906,0.6749629974365234,0.5753040313720703,0.545501708984375,0.5462169647216797,0.5350112915039062,0.5047321319580078,0.5257129669189453,0.5621910095214844,0.5459785461425781,0.5428791046142578 +25000,5000,gpu,normal,True,True,False,0.30159950256347656,0.2617835998535156,0.27632713317871094,0.2532005310058594,0.2624988555908203,0.2586841583251953,0.26106834411621094,0.2913475036621094,0.25343894958496094,0.2574920654296875,0.4558563232421875,0.42700767517089844,0.48828125,0.45680999755859375,0.44226646423339844,0.4513263702392578,0.4749298095703125,0.4489421844482422,0.4487037658691406,0.46515464782714844 +25000,5000,gpu,normal,False,True,True,0.5893707275390625,0.4985332489013672,0.4820823669433594,0.4544258117675781,0.4837512969970703,0.4572868347167969,0.4508495330810547,0.48661231994628906,0.4954338073730469,0.4603862762451172,0.3879070281982422,0.3764629364013672,0.3802776336669922,0.3962516784667969,0.362396240234375,0.3674030303955078,0.3705024719238281,0.3514289855957031,0.3724098205566406,0.3540515899658203 +25000,5000,gpu,normal,False,True,False,0.4763603210449219,0.48232078552246094,0.4894733428955078,0.446319580078125,0.44727325439453125,0.8666515350341797,0.9145736694335938,0.7064342498779297,0.7007122039794922,0.7052421569824219,0.27108192443847656,0.263214111328125,0.2562999725341797,0.24628639221191406,0.2529621124267578,0.7717609405517578,0.4639625549316406,0.37860870361328125,0.3771781921386719,0.3597736358642578 +25000,5000,gpu,normal,True,False,True,0.29850006103515625,0.27489662170410156,0.30493736267089844,0.2720355987548828,0.2472400665283203,0.3082752227783203,0.2799034118652344,0.2715587615966797,0.2410411834716797,0.28777122497558594,0.2944469451904297,0.26798248291015625,0.2486705780029297,0.2951622009277344,0.2853870391845703,0.29754638671875,0.25725364685058594,0.2810955047607422,0.3104209899902344,0.2841949462890625 +25000,5000,gpu,normal,True,False,False,0.4622936248779297,0.5609989166259766,0.5011558532714844,0.46515464782714844,0.4680156707763672,0.4780292510986328,0.5171298980712891,0.5297660827636719,0.5269050598144531,0.6518363952636719,0.2741813659667969,0.2675056457519531,0.25582313537597656,0.2701282501220703,0.28586387634277344,0.2524852752685547,0.26607513427734375,0.2892017364501953,0.26297569274902344,0.24461746215820312 +25000,5000,gpu,normal,False,False,True,0.2779960632324219,0.30231475830078125,0.27179718017578125,0.24843215942382812,0.2684593200683594,0.29730796813964844,0.2942085266113281,0.2605915069580078,0.2720355987548828,0.26416778564453125,0.7100105285644531,0.6010532379150391,0.5631446838378906,0.6041526794433594,0.5831718444824219,0.5691051483154297,0.6420612335205078,0.5831718444824219,0.5514621734619141,0.5712509155273438 +25000,5000,gpu,normal,False,False,False,0.27680397033691406,0.26035308837890625,0.26297569274902344,0.29730796813964844,0.2663135528564453,0.32448768615722656,0.2524852752685547,0.2772808074951172,0.286102294921875,0.28061866760253906,0.5681514739990234,0.5486011505126953,0.5326271057128906,0.5660057067871094,0.5655288696289062,0.5922317504882812,0.6015300750732422,0.5629062652587891,0.5698204040527344,0.5536079406738281 +25000,10000,gpu,homo,True,True,True,0.24819374084472656,0.23555755615234375,0.2770423889160156,0.22482872009277344,0.24390220642089844,0.2415180206298828,0.23126602172851562,0.2300739288330078,0.22411346435546875,0.22530555725097656,0.2980232238769531,0.49591064453125,0.4513263702392578,0.43082237243652344,0.3981590270996094,0.4405975341796875,0.38361549377441406,0.39649009704589844,0.40268898010253906,0.37741661071777344 +25000,10000,gpu,homo,True,True,False,0.308990478515625,0.2422332763671875,0.23126602172851562,0.2677440643310547,0.2205371856689453,0.24652481079101562,0.22101402282714844,0.217437744140625,0.24008750915527344,0.2453327178955078,0.5004405975341797,0.46443939208984375,0.4515647888183594,0.4401206970214844,0.41484832763671875,0.4601478576660156,0.46896934509277344,0.42057037353515625,0.4286766052246094,0.4291534423828125 +25000,10000,gpu,homo,False,True,True,0.5371570587158203,0.5216598510742188,0.5006790161132812,0.5314350128173828,0.5085468292236328,0.7088184356689453,0.7135868072509766,0.7348060607910156,0.8347034454345703,0.6022453308105469,0.3211498260498047,0.29850006103515625,0.3135204315185547,0.31304359436035156,0.3025531768798828,0.3190040588378906,0.2853870391845703,0.29087066650390625,0.3380775451660156,0.2980232238769531 +25000,10000,gpu,homo,False,True,False,0.5404949188232422,0.5567073822021484,0.5426406860351562,0.49686431884765625,0.8459091186523438,0.5147457122802734,0.5054473876953125,0.5104541778564453,0.4811286926269531,0.4944801330566406,0.39315223693847656,0.4029273986816406,0.3981590270996094,0.3674030303955078,0.3643035888671875,0.3764629364013672,0.38909912109375,0.3631114959716797,0.3764629364013672,0.370025634765625 +25000,10000,gpu,homo,True,False,True,0.42724609375,0.3116130828857422,0.34356117248535156,0.3116130828857422,0.30612945556640625,0.28061866760253906,0.25963783264160156,0.26035308837890625,0.27871131896972656,0.2689361572265625,0.5581378936767578,0.4367828369140625,0.4444122314453125,0.42724609375,0.4258155822753906,0.4055500030517578,0.38909912109375,0.4017353057861328,0.4105567932128906,0.4062652587890625 +25000,10000,gpu,homo,True,False,False,0.4534721374511719,0.48351287841796875,0.476837158203125,0.43463706970214844,0.4673004150390625,0.45990943908691406,0.46181678771972656,0.4851818084716797,0.5373954772949219,0.6234645843505859,0.25200843811035156,0.2560615539550781,0.24938583374023438,0.247955322265625,0.2853870391845703,0.27251243591308594,0.28634071350097656,0.27298927307128906,0.5736351013183594,0.4711151123046875 +25000,10000,gpu,homo,False,False,True,0.26488304138183594,0.24962425231933594,0.24127960205078125,0.23508071899414062,0.2636909484863281,0.24271011352539062,0.2675056457519531,0.2627372741699219,0.28896331787109375,0.2613067626953125,0.415802001953125,0.43654441833496094,0.4324913024902344,0.42319297790527344,0.46753883361816406,0.42319297790527344,0.43272972106933594,0.5674362182617188,0.4849433898925781,0.4417896270751953 +25000,10000,gpu,homo,False,False,False,0.5249977111816406,0.4725456237792969,0.4684925079345703,0.4627704620361328,0.4870891571044922,0.4658699035644531,0.45561790466308594,0.4513263702392578,0.4737377166748047,0.4642009735107422,0.3592967987060547,0.37217140197753906,0.3533363342285156,0.3800392150878906,0.3845691680908203,0.42891502380371094,0.3628730773925781,0.36978721618652344,0.35572052001953125,0.5729198455810547 +25000,10000,gpu,uniform,True,True,True,0.2963542938232422,0.30231475830078125,0.301361083984375,0.27632713317871094,0.29921531677246094,0.28777122497558594,0.2999305725097656,0.32711029052734375,0.29730796813964844,0.3247261047363281,0.5884170532226562,0.3478527069091797,0.5583763122558594,0.39958953857421875,0.3795623779296875,0.3330707550048828,0.32138824462890625,0.31113624572753906,0.36072731018066406,0.3597736358642578 +25000,10000,gpu,uniform,True,True,False,0.30112266540527344,0.2982616424560547,0.3209114074707031,0.28324127197265625,0.316619873046875,0.270843505859375,0.26679039001464844,0.26035308837890625,0.25963783264160156,0.26488304138183594,0.4794597625732422,0.46443939208984375,0.44846534729003906,0.4410743713378906,0.47135353088378906,0.484466552734375,0.4901885986328125,0.4718303680419922,0.4639625549316406,0.45561790466308594 +25000,10000,gpu,uniform,False,True,True,0.6046295166015625,0.6320476531982422,0.6175041198730469,0.6191730499267578,0.6015300750732422,0.6039142608642578,0.5631446838378906,0.5764961242675781,0.5724430084228516,0.5884170532226562,0.22363662719726562,0.2589225769042969,0.28705596923828125,0.25010108947753906,0.2701282501220703,0.2295970916748047,0.240325927734375,0.2307891845703125,0.26345252990722656,0.2567768096923828 +25000,10000,gpu,uniform,False,True,False,0.48232078552246094,0.4298686981201172,0.43129920959472656,0.4734992980957031,0.4627704620361328,0.4572868347167969,0.46753883361816406,0.47659873962402344,0.4744529724121094,0.522613525390625,0.3662109375,0.5681514739990234,0.43320655822753906,0.40912628173828125,0.3781318664550781,0.38504600524902344,0.37217140197753906,0.3745555877685547,0.3592967987060547,0.3533363342285156 +25000,10000,gpu,uniform,True,False,True,0.2837181091308594,0.26488304138183594,0.30517578125,0.3154277801513672,0.2923011779785156,0.2644062042236328,0.29015541076660156,0.2703666687011719,0.2846717834472656,0.28204917907714844,0.3268718719482422,0.3495216369628906,0.32973289489746094,0.2872943878173828,0.3037452697753906,0.324249267578125,0.6229877471923828,0.5588531494140625,0.5924701690673828,0.446319580078125 +25000,10000,gpu,uniform,True,False,False,0.5412101745605469,0.31638145446777344,0.30684471130371094,0.3037452697753906,0.30994415283203125,0.2720355987548828,0.26679039001464844,0.2689361572265625,0.2727508544921875,0.2701282501220703,0.3018379211425781,0.26535987854003906,0.30803680419921875,0.28133392333984375,0.2987384796142578,0.26416778564453125,0.27871131896972656,0.28014183044433594,0.3440380096435547,0.5242824554443359 +25000,10000,gpu,uniform,False,False,True,0.5464553833007812,0.8127689361572266,0.5314350128173828,0.5471706390380859,0.5254745483398438,0.58746337890625,0.5230903625488281,0.5335807800292969,0.5030632019042969,0.5109310150146484,0.4100799560546875,0.3752708435058594,0.6015300750732422,0.3688335418701172,0.3840923309326172,0.4570484161376953,0.4055500030517578,0.3974437713623047,0.39196014404296875,0.3635883331298828 +25000,10000,gpu,uniform,False,False,False,0.3368854522705078,0.28777122497558594,0.28443336486816406,0.2830028533935547,0.2956390380859375,0.31304359436035156,0.3120899200439453,0.2837181091308594,0.2872943878173828,0.29397010803222656,0.5667209625244141,0.51116943359375,0.48279762268066406,0.46515464782714844,0.48089027404785156,0.48732757568359375,0.484466552734375,0.46706199645996094,0.43463706970214844,0.4677772521972656 +25000,10000,gpu,normal,True,True,True,0.3314018249511719,0.2570152282714844,0.3018379211425781,0.27060508728027344,0.29206275939941406,0.27632713317871094,0.3027915954589844,0.29778480529785156,0.2689361572265625,0.3800392150878906,0.4558563232421875,0.41222572326660156,0.4107952117919922,0.4553794860839844,0.45371055603027344,0.46515464782714844,0.42939186096191406,0.4286766052246094,0.41174888610839844,0.4291534423828125 +25000,10000,gpu,normal,True,True,False,0.2658367156982422,0.2892017364501953,0.6654262542724609,0.5538463592529297,0.5128383636474609,0.4754066467285156,0.5173683166503906,0.4718303680419922,0.4649162292480469,0.46944618225097656,0.4601478576660156,0.4191398620605469,0.4563331604003906,0.44655799865722656,0.4687309265136719,0.46324729919433594,0.4401206970214844,0.4470348358154297,0.4532337188720703,0.4317760467529297 +25000,10000,gpu,normal,False,True,True,0.7035732269287109,0.7081031799316406,0.7212162017822266,0.7078647613525391,0.7126331329345703,0.7343292236328125,0.6473064422607422,0.6356239318847656,0.6611347198486328,0.6208419799804688,0.32901763916015625,0.33402442932128906,0.30732154846191406,0.2906322479248047,0.3230571746826172,0.30875205993652344,0.31876564025878906,0.34809112548828125,0.3180503845214844,0.3063678741455078 +25000,10000,gpu,normal,False,True,False,0.4925727844238281,0.47278404235839844,0.49591064453125,0.47326087951660156,0.49948692321777344,0.47779083251953125,0.45228004455566406,0.5085468292236328,0.5087852478027344,0.5097389221191406,0.3337860107421875,0.32448768615722656,0.33164024353027344,0.32639503479003906,0.35500526428222656,0.3561973571777344,0.3235340118408203,0.3192424774169922,0.31828880310058594,0.3101825714111328 +25000,10000,gpu,normal,True,False,True,0.308990478515625,0.3018379211425781,0.28586387634277344,0.2989768981933594,0.293731689453125,0.30303001403808594,0.27942657470703125,0.29540061950683594,0.2830028533935547,0.2892017364501953,0.47659873962402344,0.5090236663818359,0.44798851013183594,0.4718303680419922,0.453948974609375,0.44465065002441406,0.45943260192871094,0.4303455352783203,0.4203319549560547,0.453948974609375 +25000,10000,gpu,normal,True,False,False,0.3025531768798828,0.26869773864746094,0.2880096435546875,0.6287097930908203,0.5879402160644531,0.9098052978515625,0.5745887756347656,0.49948692321777344,0.5295276641845703,0.5104541778564453,0.3693103790283203,0.37670135498046875,0.5693435668945312,0.4897117614746094,0.45990943908691406,0.4394054412841797,0.4374980926513672,0.44035911560058594,0.4191398620605469,0.4246234893798828 +25000,10000,gpu,normal,False,False,True,0.5435943603515625,0.5025863647460938,0.4992485046386719,0.5154609680175781,0.4875659942626953,0.4622936248779297,0.4868507385253906,0.47469139099121094,0.5142688751220703,0.5083084106445312,0.46706199645996094,0.4658699035644531,0.47278404235839844,0.4787445068359375,0.47206878662109375,0.4534721374511719,0.4863739013671875,0.4839897155761719,0.45108795166015625,0.4525184631347656 +25000,10000,gpu,normal,False,False,False,0.34236907958984375,0.3426074981689453,0.31447410583496094,0.29754638671875,0.36025047302246094,0.31948089599609375,0.6434917449951172,0.652313232421875,0.5366802215576172,0.32973289489746094,0.614166259765625,0.6237030029296875,0.5679130554199219,0.5891323089599609,0.5953311920166016,0.5731582641601562,0.5648136138916016,0.5841255187988281,0.6046295166015625,0.5981922149658203 +25000,25000,gpu,homo,True,True,True,0.3516674041748047,0.34356117248535156,0.32210350036621094,0.3256797790527344,0.324249267578125,0.3275871276855469,0.30493736267089844,0.3342628479003906,0.33020973205566406,0.3108978271484375,0.3025531768798828,0.29850006103515625,0.2875328063964844,0.3058910369873047,0.31065940856933594,0.3139972686767578,0.3056526184082031,0.293731689453125,0.2970695495605469,0.31828880310058594 +25000,25000,gpu,homo,True,True,False,0.5173683166503906,0.5445480346679688,0.5080699920654297,0.5257129669189453,0.5087852478027344,0.5292892456054688,0.5125999450683594,0.4856586456298828,0.5066394805908203,0.5066394805908203,0.30350685119628906,0.3039836883544922,0.3066062927246094,0.29659271240234375,0.30517578125,0.29587745666503906,0.3085136413574219,0.28777122497558594,0.29778480529785156,0.3008842468261719 +25000,25000,gpu,homo,False,True,True,0.4763603210449219,0.3993511199951172,0.3654956817626953,0.3485679626464844,0.35643577575683594,0.3597736358642578,0.3581047058105469,0.36787986755371094,0.35953521728515625,0.35500526428222656,0.31828880310058594,0.3070831298828125,0.3075599670410156,0.3085136413574219,0.2982616424560547,0.30112266540527344,0.335693359375,0.3769397735595703,0.3502368927001953,0.38814544677734375 +25000,25000,gpu,homo,False,True,False,0.4439353942871094,0.3414154052734375,0.3592967987060547,0.45561790466308594,0.3662109375,0.3502368927001953,0.3597736358642578,0.34236907958984375,0.3662109375,0.36907196044921875,0.469207763671875,0.4048347473144531,0.42748451232910156,0.4076957702636719,0.44083595275878906,0.4374980926513672,0.41747093200683594,0.4138946533203125,0.4177093505859375,0.4322528839111328 +25000,25000,gpu,homo,True,False,True,0.29850006103515625,0.3261566162109375,0.3082752227783203,0.29730796813964844,0.3170967102050781,0.29921531677246094,0.3247261047363281,0.2944469451904297,0.3139972686767578,0.3228187561035156,0.446319580078125,0.4534721374511719,0.4477500915527344,0.43892860412597656,0.4482269287109375,0.4482269287109375,0.43010711669921875,0.4487037658691406,0.4563331604003906,0.43463706970214844 +25000,25000,gpu,homo,True,False,False,0.3421306610107422,0.3428459167480469,0.31566619873046875,0.31566619873046875,0.31304359436035156,0.30493736267089844,0.3273487091064453,0.31948089599609375,0.31495094299316406,0.27871131896972656,0.48923492431640625,0.4792213439941406,0.4780292510986328,0.4794597625732422,0.46825408935546875,0.5047321319580078,0.4756450653076172,0.4379749298095703,0.4456043243408203,0.4620552062988281 +25000,25000,gpu,homo,False,False,True,0.5331039428710938,0.5037784576416016,0.5102157592773438,0.5040168762207031,0.5252361297607422,0.6961822509765625,0.6399154663085938,0.5390644073486328,0.5037784576416016,0.4839897155761719,0.4487037658691406,0.5009174346923828,0.48160552978515625,0.45943260192871094,0.46443939208984375,0.47087669372558594,0.44226646423339844,0.46372413635253906,0.5013942718505859,0.48851966857910156 +25000,25000,gpu,homo,False,False,False,0.54931640625,0.5104541778564453,0.49757957458496094,0.5104541778564453,0.48804283142089844,0.5085468292236328,0.5230903625488281,0.5280971527099609,0.4909038543701172,0.4630088806152344,0.46634674072265625,0.4734992980957031,0.45752525329589844,0.5078315734863281,0.46515464782714844,0.3960132598876953,0.39505958557128906,0.3712177276611328,0.37026405334472656,0.3540515899658203 +25000,25000,gpu,uniform,True,True,True,0.6501674652099609,0.6730556488037109,0.6279945373535156,0.6198883056640625,0.6451606750488281,0.6549358367919922,0.5888938903808594,0.6055831909179688,0.6453990936279297,0.6787776947021484,0.46443939208984375,0.48613548278808594,0.43010711669921875,0.4165172576904297,0.43320655822753906,0.42939186096191406,0.4248619079589844,0.41604042053222656,0.42319297790527344,0.4100799560546875 +25000,25000,gpu,uniform,True,True,False,0.42748451232910156,0.3418922424316406,0.3705024719238281,0.3509521484375,0.377655029296875,0.385284423828125,0.35500526428222656,0.34427642822265625,0.3466606140136719,0.3643035888671875,0.4627704620361328,0.48923492431640625,0.49042701721191406,0.7033348083496094,0.46539306640625,0.5016326904296875,0.46443939208984375,0.4515647888183594,0.4417896270751953,0.4353523254394531 +25000,25000,gpu,uniform,False,True,True,0.6542205810546875,0.6601810455322266,0.6344318389892578,0.6384849548339844,0.6043910980224609,0.6055831909179688,0.6206035614013672,0.5967617034912109,0.6670951843261719,0.5979537963867188,0.5486011505126953,0.4696846008300781,0.45752525329589844,0.4329681396484375,0.42748451232910156,0.4482269287109375,0.42700767517089844,0.43272972106933594,0.5071163177490234,0.4436969757080078 +25000,25000,gpu,uniform,False,True,False,0.3936290740966797,0.3781318664550781,0.354766845703125,0.37860870361328125,0.36716461181640625,0.35643577575683594,0.35643577575683594,0.36716461181640625,0.6895065307617188,0.6327629089355469,0.37479400634765625,0.37360191345214844,0.3268718719482422,0.3275871276855469,0.3616809844970703,0.3294944763183594,0.3135204315185547,0.3485679626464844,0.34499168395996094,0.3039836883544922 +25000,25000,gpu,uniform,True,False,True,0.3516674041748047,0.354766845703125,0.37026405334472656,0.37741661071777344,0.39196014404296875,0.35381317138671875,0.3364086151123047,0.3650188446044922,0.3483295440673828,0.3521442413330078,0.5135536193847656,0.47087669372558594,0.49567222595214844,0.4558563232421875,0.4649162292480469,0.4520416259765625,0.46443939208984375,0.4329681396484375,0.46825408935546875,0.45371055603027344 +25000,25000,gpu,uniform,True,False,False,0.5772113800048828,0.5755424499511719,0.7102489471435547,0.7224082946777344,0.6389617919921875,0.6175041198730469,0.6625652313232422,0.7607936859130859,0.6358623504638672,0.6213188171386719,0.4341602325439453,0.3986358642578125,0.4246234893798828,0.4134178161621094,0.4105567932128906,0.438690185546875,0.3783702850341797,0.4405975341796875,0.3859996795654297,0.3933906555175781 +25000,25000,gpu,uniform,False,False,True,0.3733634948730469,0.3743171691894531,0.3724098205566406,0.3833770751953125,0.3833770751953125,0.35190582275390625,0.31375885009765625,0.34117698669433594,0.30612945556640625,0.3330707550048828,0.42724609375,0.4162788391113281,0.4372596740722656,0.3974437713623047,0.4124641418457031,0.43129920959472656,0.4115104675292969,0.40030479431152344,0.3993511199951172,0.36597251892089844 +25000,25000,gpu,uniform,False,False,False,0.3829002380371094,0.3478527069091797,0.3695487976074219,0.3325939178466797,0.31638145446777344,0.354766845703125,0.35262107849121094,0.33783912658691406,0.3566741943359375,0.3287792205810547,0.4916191101074219,0.499725341796875,0.5168914794921875,0.5023479461669922,0.51116943359375,0.5118846893310547,0.4925727844238281,0.5252361297607422,0.48065185546875,0.5686283111572266 +25000,25000,gpu,normal,True,True,True,0.5471706390380859,0.5273818969726562,0.4909038543701172,0.4582405090332031,0.5140304565429688,0.48804283142089844,0.49591064453125,0.4858970642089844,0.5018711090087891,0.5140304565429688,0.6334781646728516,0.6883144378662109,0.6225109100341797,0.5767345428466797,0.58746337890625,0.5831718444824219,0.6031990051269531,0.5829334259033203,0.5764961242675781,0.5922317504882812 +25000,25000,gpu,normal,True,True,False,0.4856586456298828,0.4916191101074219,0.4744529724121094,0.4763603210449219,0.47206878662109375,0.47850608825683594,0.47206878662109375,0.4684925079345703,0.4696846008300781,0.49495697021484375,0.5335807800292969,0.48923492431640625,0.47707557678222656,0.5033016204833984,0.44798851013183594,0.45752525329589844,0.4684925079345703,0.48804283142089844,0.4773139953613281,0.5016326904296875 +25000,25000,gpu,normal,False,True,True,0.8127689361572266,0.7882118225097656,0.7162094116210938,0.7565021514892578,0.7567405700683594,0.7293224334716797,0.7302761077880859,0.7281303405761719,0.7681846618652344,0.7338523864746094,0.5397796630859375,0.5123615264892578,0.4887580871582031,0.4413127899169922,0.4849433898925781,0.4749298095703125,0.45299530029296875,0.49304962158203125,0.4546642303466797,0.4870891571044922 +25000,25000,gpu,normal,False,True,False,0.4935264587402344,0.5052089691162109,0.4620552062988281,0.5652904510498047,0.6012916564941406,0.5381107330322266,0.5519390106201172,0.545501708984375,0.5424022674560547,0.5459785461425781,0.7622241973876953,0.6477832794189453,0.6518363952636719,0.6177425384521484,0.6041526794433594,0.6155967712402344,0.6659030914306641,0.6330013275146484,0.6623268127441406,0.5698204040527344 +25000,25000,gpu,normal,True,False,True,0.3731250762939453,0.37789344787597656,0.3383159637451172,0.3414154052734375,0.35572052001953125,0.33211708068847656,0.705718994140625,0.6062984466552734,0.6058216094970703,0.5662441253662109,0.5593299865722656,0.5059242248535156,0.5285739898681641,0.7169246673583984,0.6890296936035156,0.6427764892578125,0.6687641143798828,0.64849853515625,0.6387233734130859,0.6532669067382812 +25000,25000,gpu,normal,True,False,False,0.3876686096191406,0.3643035888671875,0.3838539123535156,0.35762786865234375,0.38504600524902344,0.3781318664550781,0.37598609924316406,0.3108978271484375,0.3368854522705078,0.3409385681152344,0.6322860717773438,0.7159709930419922,0.6334781646728516,0.7524490356445312,0.8156299591064453,0.7507801055908203,0.6952285766601562,0.6265640258789062,0.6201267242431641,0.682830810546875 +25000,25000,gpu,normal,False,False,True,0.3368854522705078,0.3447532653808594,0.7243156433105469,0.6501674652099609,0.6330013275146484,0.9098052978515625,0.5862712860107422,0.5931854248046875,0.5984306335449219,0.60272216796875,0.7338523864746094,0.6730556488037109,0.6530284881591797,0.6363391876220703,0.6244182586669922,0.66375732421875,0.6237030029296875,0.6465911865234375,0.6382465362548828,0.6136894226074219 +25000,25000,gpu,normal,False,False,False,0.37598609924316406,0.3390312194824219,0.37860870361328125,0.3528594970703125,0.4153251647949219,0.3936290740966797,0.37384033203125,0.36525726318359375,0.6577968597412109,0.9198188781738281,0.5481243133544922,0.545501708984375,0.8482933044433594,0.7321834564208984,0.698089599609375,0.6835460662841797,0.6704330444335938,0.6878376007080078,0.66375732421875,0.66375732421875 +25000,37500,gpu,homo,True,True,True,0.4203319549560547,0.4172325134277344,0.43511390686035156,0.43392181396484375,0.3991127014160156,0.40650367736816406,0.42748451232910156,0.4138946533203125,0.415802001953125,0.42557716369628906,0.29730796813964844,0.2956390380859375,0.2903938293457031,0.2841949462890625,0.2646446228027344,0.3066062927246094,0.3027915954589844,0.2856254577636719,0.26226043701171875,0.3008842468261719 +25000,37500,gpu,homo,True,True,False,0.44274330139160156,0.6310939788818359,0.43892860412597656,0.415802001953125,0.4265308380126953,0.4210472106933594,0.4153251647949219,0.42939186096191406,0.41294097900390625,0.4105567932128906,0.32138824462890625,0.3190040588378906,0.3075599670410156,0.29158592224121094,0.2853870391845703,0.28514862060546875,0.3008842468261719,0.29754638671875,0.29754638671875,0.2994537353515625 +25000,37500,gpu,homo,False,True,True,0.34356117248535156,0.3104209899902344,0.3066062927246094,0.3142356872558594,0.28133392333984375,0.3712177276611328,0.35119056701660156,0.34737586975097656,0.3306865692138672,0.3066062927246094,0.3414154052734375,0.3292560577392578,0.3979206085205078,0.5762577056884766,0.4966259002685547,0.4990100860595703,0.4756450653076172,0.4742145538330078,0.46896934509277344,0.46443939208984375 +25000,37500,gpu,homo,False,True,False,0.3209114074707031,0.32448768615722656,0.3304481506347656,0.29754638671875,0.3037452697753906,0.3173351287841797,0.33354759216308594,0.31447410583496094,0.362396240234375,0.6561279296875,0.4105567932128906,0.4134178161621094,0.4038810729980469,0.3879070281982422,0.3771781921386719,0.3571510314941406,0.38623809814453125,0.3719329833984375,0.3745555877685547,0.3666877746582031 +25000,37500,gpu,homo,True,False,True,0.4172325134277344,0.37384033203125,0.4246234893798828,0.41103363037109375,0.3802776336669922,0.3757476806640625,0.3955364227294922,0.40984153747558594,0.39887428283691406,0.4024505615234375,0.4596710205078125,0.4563331604003906,0.4436969757080078,0.4608631134033203,0.45037269592285156,0.4906654357910156,0.4506111145019531,0.43845176696777344,0.4296302795410156,0.4448890686035156 +25000,37500,gpu,homo,True,False,False,0.40030479431152344,0.3771781921386719,0.4298686981201172,0.39839744567871094,0.38242340087890625,0.5891323089599609,0.48923492431640625,0.7889270782470703,0.6105899810791016,0.6160736083984375,0.4534721374511719,0.4832744598388672,0.4532337188720703,0.4661083221435547,0.4596710205078125,0.4591941833496094,0.438690185546875,0.4417896270751953,0.4475116729736328,0.42748451232910156 +25000,37500,gpu,homo,False,False,True,0.38242340087890625,0.3566741943359375,0.34999847412109375,0.36334991455078125,0.35071372985839844,0.35762786865234375,0.3495216369628906,0.35452842712402344,0.34737586975097656,0.3371238708496094,0.4050731658935547,0.3848075866699219,0.43511390686035156,0.40650367736816406,0.6389617919921875,0.6041526794433594,0.6761550903320312,0.5817413330078125,0.5526542663574219,0.58746337890625 +25000,37500,gpu,homo,False,False,False,0.5953311920166016,0.5395412445068359,0.42438507080078125,0.38814544677734375,0.3921985626220703,0.39267539978027344,0.3826618194580078,0.3876686096191406,0.3521442413330078,0.37097930908203125,0.4482269287109375,0.3914833068847656,0.41294097900390625,0.4067420959472656,0.4012584686279297,0.3657341003417969,0.40411949157714844,0.40459632873535156,0.3979206085205078,0.3991127014160156 +25000,37500,gpu,uniform,True,True,True,0.5688667297363281,0.5655288696289062,0.5698204040527344,0.5471706390380859,0.5097389221191406,0.5445480346679688,0.5526542663574219,0.5590915679931641,0.5784034729003906,0.5896091461181641,0.4057884216308594,0.42629241943359375,0.3864765167236328,0.3731250762939453,0.38623809814453125,0.4303455352783203,0.3895759582519531,0.40721893310546875,0.4096031188964844,0.42891502380371094 +25000,37500,gpu,uniform,True,True,False,0.5536079406738281,0.5040168762207031,0.5133152008056641,0.5462169647216797,0.5209445953369141,0.5023479461669922,0.5359649658203125,0.5333423614501953,0.5590915679931641,0.5109310150146484,0.5822181701660156,0.5939006805419922,0.46944618225097656,0.49614906311035156,0.4799365997314453,0.4658699035644531,0.46324729919433594,0.49185752868652344,0.4763603210449219,0.4792213439941406 +25000,37500,gpu,uniform,False,True,True,0.3902912139892578,0.4012584686279297,0.3898143768310547,0.3762245178222656,0.3936290740966797,0.3631114959716797,0.3726482391357422,0.35190582275390625,0.3974437713623047,0.3571510314941406,0.4076957702636719,0.41294097900390625,0.39577484130859375,0.3731250762939453,0.4131793975830078,0.42176246643066406,0.3933906555175781,0.392913818359375,0.461578369140625,0.40602684020996094 +25000,37500,gpu,uniform,False,True,False,0.37169456481933594,0.39005279541015625,0.3948211669921875,0.3814697265625,0.3609657287597656,0.385284423828125,0.3814697265625,0.4074573516845703,0.3771781921386719,0.3750324249267578,0.39005279541015625,0.4265308380126953,0.3948211669921875,0.6506443023681641,0.5600452423095703,0.5176067352294922,0.4940032958984375,0.4935264587402344,0.4925727844238281,0.5366802215576172 +25000,37500,gpu,uniform,True,False,True,0.3879070281982422,0.4246234893798828,0.42247772216796875,0.42128562927246094,0.7872581481933594,0.7307529449462891,0.7355213165283203,0.667572021484375,0.6496906280517578,0.6856918334960938,0.5252361297607422,0.5464553833007812,0.514984130859375,0.5450248718261719,0.5695819854736328,0.5424022674560547,0.5280971527099609,0.5218982696533203,0.6501674652099609,0.5552768707275391 +25000,37500,gpu,uniform,True,False,False,0.43201446533203125,0.4584789276123047,0.4143714904785156,0.3955364227294922,0.3838539123535156,0.4169940948486328,0.4112720489501953,0.41556358337402344,0.41484832763671875,0.41556358337402344,0.5023479461669922,0.7240772247314453,0.7610321044921875,0.6935596466064453,0.6678104400634766,0.6439685821533203,0.7100105285644531,0.6711483001708984,0.682830810546875,0.6663799285888672 +25000,37500,gpu,uniform,False,False,True,0.40459632873535156,0.39768218994140625,0.37384033203125,0.40531158447265625,0.3864765167236328,0.3771781921386719,0.43320655822753906,0.4074573516845703,0.3921985626220703,0.3864765167236328,0.6330013275146484,0.5819797515869141,0.5705356597900391,0.5831718444824219,0.5841255187988281,0.5538463592529297,0.5779266357421875,0.5321502685546875,0.5342960357666016,0.5576610565185547 +25000,37500,gpu,uniform,False,False,False,0.40984153747558594,0.4322528839111328,0.43487548828125,0.41866302490234375,0.3802776336669922,0.4417896270751953,0.3409385681152344,0.3829002380371094,0.39124488830566406,0.39005279541015625,0.6024837493896484,0.6513595581054688,0.5769729614257812,0.5972385406494141,0.5972385406494141,0.6203651428222656,0.5795955657958984,0.6566047668457031,0.6389617919921875,0.5829334259033203 +25000,37500,gpu,normal,True,True,True,0.8089542388916016,0.7669925689697266,0.7913112640380859,0.7722377777099609,0.7832050323486328,0.7469654083251953,0.8027553558349609,0.7517337799072266,0.7565021514892578,0.7810592651367188,0.5388259887695312,0.5657672882080078,0.49376487731933594,0.5545616149902344,0.5164146423339844,0.5178451538085938,0.5090236663818359,0.5424022674560547,0.5941390991210938,0.5459785461425781 +25000,37500,gpu,normal,True,True,False,0.7655620574951172,0.7410049438476562,0.7615089416503906,0.7510185241699219,0.7519721984863281,0.7631778717041016,0.7190704345703125,0.7386207580566406,0.7839202880859375,0.7419586181640625,0.6916522979736328,0.6473064422607422,0.6618499755859375,0.6313323974609375,0.6186962127685547,0.6287097930908203,0.6377696990966797,0.6482601165771484,0.6577968597412109,0.8840560913085938 +25000,37500,gpu,normal,False,True,True,0.5614757537841797,0.5109310150146484,0.4985332489013672,0.5345344543457031,0.5223751068115234,0.49495697021484375,0.5371570587158203,0.8859634399414062,1.0159015655517578,0.8652210235595703,0.6632804870605469,0.9555816650390625,0.9028911590576172,0.9241104125976562,0.8509159088134766,0.8153915405273438,0.6451606750488281,0.6546974182128906,0.6239414215087891,0.6303787231445312 +25000,37500,gpu,normal,False,True,False,0.5626678466796875,0.7882118225097656,0.8115768432617188,0.7183551788330078,0.7081031799316406,0.7295608520507812,0.6775856018066406,0.7078647613525391,0.5731582641601562,0.4763603210449219,0.6153583526611328,0.6251335144042969,0.5948543548583984,0.6608963012695312,0.629425048828125,0.6146430969238281,0.5841255187988281,0.6108283996582031,0.6222724914550781,0.6167888641357422 +25000,37500,gpu,normal,True,False,True,0.4897117614746094,0.4305839538574219,0.4482269287109375,0.4355907440185547,0.4076957702636719,0.4076957702636719,0.4456043243408203,0.4317760467529297,0.38695335388183594,0.41222572326660156,0.8966922760009766,0.9129047393798828,0.8275508880615234,0.7956027984619141,0.7128715515136719,0.6728172302246094,0.6773471832275391,0.7047653198242188,0.6670951843261719,0.6735324859619141 +25000,37500,gpu,normal,True,False,False,0.6804466247558594,0.6458759307861328,0.6198883056640625,0.6093978881835938,0.6077289581298828,0.6873607635498047,0.7288455963134766,0.6563663482666016,0.6506443023681641,0.8358955383300781,0.6806850433349609,0.6878376007080078,0.7205009460449219,0.701904296875,0.6866455078125,0.6842613220214844,0.7262229919433594,0.9417533874511719,0.8425712585449219,0.8187294006347656 +25000,37500,gpu,normal,False,False,True,0.40602684020996094,0.3955364227294922,0.47326087951660156,0.4394054412841797,0.3910064697265625,0.3979206085205078,0.4076957702636719,0.42319297790527344,0.9591579437255859,0.7107257843017578,0.7736682891845703,0.7605552673339844,0.7464885711669922,0.7221698760986328,0.7364749908447266,0.7166862487792969,0.6632804870605469,0.7586479187011719,0.7510185241699219,0.7333755493164062 +25000,37500,gpu,normal,False,False,False,0.4782676696777344,0.4277229309082031,0.4420280456542969,0.41604042053222656,0.43392181396484375,0.38433074951171875,0.4379749298095703,0.3952980041503906,0.4405975341796875,0.7541179656982422,0.7367134094238281,0.7238388061523438,0.7524490356445312,0.7319450378417969,0.7283687591552734,0.6887912750244141,0.7238388061523438,0.7715225219726562,0.7827281951904297,0.7147789001464844 +25000,50000,gpu,homo,True,True,True,0.6093978881835938,0.8454322814941406,0.61798095703125,0.5769729614257812,0.60272216796875,0.5922317504882812,0.5738735198974609,0.5521774291992188,0.5822181701660156,0.5834102630615234,0.3628730773925781,0.33402442932128906,0.33855438232421875,0.31685829162597656,0.3390312194824219,0.6105899810791016,0.5044937133789062,0.42629241943359375,0.4265308380126953,0.6227493286132812 +25000,50000,gpu,homo,True,True,False,0.5764961242675781,0.5478858947753906,0.5662441253662109,0.5462169647216797,0.5388259887695312,0.518798828125,0.5185604095458984,0.5350112915039062,0.5152225494384766,0.5156993865966797,0.32019615173339844,0.3185272216796875,0.3368854522705078,0.324249267578125,0.30732154846191406,0.31948089599609375,0.2970695495605469,0.316619873046875,0.29659271240234375,0.29587745666503906 +25000,50000,gpu,homo,False,True,True,0.6124973297119141,0.5955696105957031,0.5490779876708984,0.5245208740234375,0.5462169647216797,0.5326271057128906,0.5235671997070312,0.49686431884765625,0.6005764007568359,0.5426406860351562,0.5645751953125,0.6608963012695312,0.6008148193359375,0.5421638488769531,0.5218982696533203,0.49233436584472656,0.5328655242919922,0.5142688751220703,0.5178451538085938,0.5199909210205078 +25000,50000,gpu,homo,False,True,False,0.3695487976074219,0.35881996154785156,0.3552436828613281,0.35190582275390625,0.36525726318359375,0.3619194030761719,0.3445148468017578,0.36978721618652344,0.3535747528076172,0.36454200744628906,0.6885528564453125,0.5819797515869141,0.5640983581542969,0.5834102630615234,0.5543231964111328,0.5576610565185547,0.5559921264648438,0.5567073822021484,0.5545616149902344,0.5574226379394531 +25000,50000,gpu,homo,True,False,True,0.457763671875,0.41604042053222656,0.42819976806640625,0.4477500915527344,0.4317760467529297,0.43201446533203125,0.4107952117919922,0.4246234893798828,0.4119873046875,0.4184246063232422,0.5364418029785156,0.7658004760742188,0.8752346038818359,0.6783008575439453,0.6806850433349609,0.7092952728271484,0.7169246673583984,0.7185935974121094,0.7200241088867188,0.6785392761230469 +25000,50000,gpu,homo,True,False,False,0.6601810455322266,0.9799003601074219,0.48422813415527344,0.4887580871582031,0.4601478576660156,0.4589557647705078,0.4363059997558594,0.4684925079345703,0.4553794860839844,0.4677772521972656,0.5643367767333984,0.5755424499511719,0.5393028259277344,0.5359649658203125,0.5502700805664062,0.5409717559814453,0.5362033843994141,0.5533695220947266,0.5571842193603516,0.5402565002441406 +25000,50000,gpu,homo,False,False,True,0.3714561462402344,0.39768218994140625,0.362396240234375,0.39315223693847656,0.38051605224609375,0.36907196044921875,0.39076805114746094,0.3895759582519531,0.38051605224609375,0.36907196044921875,0.5147457122802734,0.4878044128417969,0.4887580871582031,0.4978179931640625,0.4963874816894531,0.52642822265625,0.7612705230712891,2.532482147216797,0.7240772247314453,0.7531642913818359 +25000,50000,gpu,homo,False,False,False,0.37479400634765625,0.37288665771484375,0.37407875061035156,0.36072731018066406,0.38170814514160156,0.37097930908203125,0.3838539123535156,0.3991127014160156,0.4074573516845703,0.3814697265625,0.48232078552246094,0.4973411560058594,0.4973411560058594,0.49233436584472656,0.4928112030029297,0.48851966857910156,0.46706199645996094,0.46443939208984375,0.4839897155761719,0.46706199645996094 +25000,50000,gpu,uniform,True,True,True,0.7538795471191406,0.7853507995605469,0.7836818695068359,0.7779598236083984,0.797271728515625,0.797271728515625,0.8342266082763672,0.8237361907958984,0.7915496826171875,0.8141994476318359,0.5183219909667969,0.7481575012207031,0.5123615264892578,0.5104541778564453,0.5052089691162109,0.5209445953369141,0.5466938018798828,0.5059242248535156,0.49996376037597656,0.5371570587158203 +25000,50000,gpu,uniform,True,True,False,0.7479190826416016,0.7290840148925781,0.7233619689941406,0.7259845733642578,0.6990432739257812,0.7321834564208984,0.7169246673583984,0.7197856903076172,0.7126331329345703,0.7145404815673828,0.5731582641601562,0.5540847778320312,0.5428791046142578,0.5524158477783203,0.5838871002197266,0.5528926849365234,0.5426406860351562,0.5528926849365234,0.5342960357666016,0.5440711975097656 +25000,50000,gpu,uniform,False,True,True,0.42176246643066406,0.36525726318359375,0.7929801940917969,0.7493495941162109,0.7317066192626953,0.6456375122070312,0.6499290466308594,0.6215572357177734,0.6458759307861328,0.4642009735107422,0.6692409515380859,0.614166259765625,0.5786418914794922,0.5593299865722656,0.7002353668212891,0.6220340728759766,0.6272792816162109,0.5993843078613281,0.5996227264404297,0.5657672882080078 +25000,50000,gpu,uniform,False,True,False,0.4112720489501953,0.3650188446044922,0.3972053527832031,1.2526512145996094,0.7181167602539062,0.8080005645751953,0.6682872772216797,0.6604194641113281,0.675201416015625,0.6630420684814453,0.5025863647460938,0.48732757568359375,0.5090236663818359,0.4856586456298828,0.5204677581787109,0.5283355712890625,0.5280971527099609,0.5645751953125,0.47016143798828125,0.5240440368652344 +25000,50000,gpu,uniform,True,False,True,0.47779083251953125,0.4620552062988281,0.4913806915283203,0.6432533264160156,0.6966590881347656,0.637054443359375,0.6794929504394531,0.6544589996337891,0.6518363952636719,0.6544589996337891,0.698089599609375,0.7238388061523438,0.7088184356689453,0.7214546203613281,0.7150173187255859,0.6933212280273438,0.7119178771972656,0.7226467132568359,0.6806850433349609,0.8242130279541016 +25000,50000,gpu,uniform,True,False,False,0.4546642303466797,0.47206878662109375,0.4851818084716797,0.47659873962402344,0.4825592041015625,0.5176067352294922,0.49686431884765625,0.47206878662109375,0.4551410675048828,0.44727325439453125,0.6029605865478516,0.5869865417480469,0.6537437438964844,0.8568763732910156,0.6449222564697266,0.6201267242431641,0.5795955657958984,0.5817413330078125,0.5800724029541016,0.591278076171875 +25000,50000,gpu,uniform,False,False,True,0.44655799865722656,0.38242340087890625,0.7774829864501953,0.7696151733398438,0.7243156433105469,0.9377002716064453,0.6892681121826172,0.6711483001708984,0.6763935089111328,0.6988048553466797,0.5505084991455078,0.5586147308349609,0.7264614105224609,0.7948875427246094,0.7350444793701172,0.8249282836914062,0.6952285766601562,0.6992816925048828,0.6988048553466797,0.7238388061523438 +25000,50000,gpu,uniform,False,False,False,0.47135353088378906,0.4305839538574219,0.4222393035888672,0.4153251647949219,0.42891502380371094,0.5040168762207031,0.7929801940917969,0.6737709045410156,0.6928443908691406,0.6361007690429688,0.5710124969482422,0.5731582641601562,0.5521774291992188,0.5540847778320312,0.5917549133300781,0.5764961242675781,0.5922317504882812,0.5631446838378906,0.5669593811035156,0.5578994750976562 +25000,50000,gpu,normal,True,True,True,1.1823177337646484,1.1708736419677734,1.1763572692871094,1.2059211730957031,1.1997222900390625,1.2178421020507812,1.2254714965820312,1.2841224670410156,1.2254714965820312,1.2006759643554688,0.7300376892089844,1.0418891906738281,0.8242130279541016,0.7627010345458984,0.6861686706542969,0.7693767547607422,0.7662773132324219,0.7541179656982422,0.7519721984863281,0.713348388671875 +25000,50000,gpu,normal,True,True,False,1.1780261993408203,1.1386871337890625,1.6651153564453125,1.8548965454101562,1.4710426330566406,1.1701583862304688,1.1439323425292969,1.1441707611083984,1.123189926147461,1.1191368103027344,0.6279945373535156,0.5993843078613281,0.5934238433837891,0.5910396575927734,0.5998611450195312,0.5831718444824219,0.6299018859863281,0.6010532379150391,0.6091594696044922,0.6315708160400391 +25000,50000,gpu,normal,False,True,True,0.5340576171875,0.4897117614746094,0.46825408935546875,0.5102157592773438,0.4868507385253906,0.5145072937011719,0.46944618225097656,0.5071163177490234,0.47206878662109375,0.4642009735107422,0.8101463317871094,0.7913112640380859,0.8068084716796875,0.8065700531005859,0.7650852203369141,0.8058547973632812,0.7774829864501953,0.7877349853515625,0.7750988006591797,0.7920265197753906 +25000,50000,gpu,normal,False,True,False,0.7410049438476562,0.7262229919433594,0.7028579711914062,0.7243156433105469,0.7061958312988281,0.6852149963378906,0.6768703460693359,0.6968975067138672,0.698089599609375,0.6952285766601562,1.0938644409179688,0.9891986846923828,0.9610652923583984,0.9176731109619141,1.0993480682373047,1.2760162353515625,0.9336471557617188,0.9324550628662109,0.9131431579589844,0.9131431579589844 +25000,50000,gpu,normal,True,False,True,0.7679462432861328,0.7758140563964844,0.6928443908691406,0.7097721099853516,0.7092952728271484,0.8563995361328125,0.80108642578125,0.7615089416503906,0.7233619689941406,0.7143020629882812,0.8816719055175781,0.87738037109375,0.8459091186523438,0.8702278137207031,0.8769035339355469,0.8406639099121094,0.8480548858642578,0.8456707000732422,0.8614063262939453,0.8416175842285156 +25000,50000,gpu,normal,True,False,False,0.47206878662109375,0.5080699920654297,0.8480548858642578,0.8175373077392578,0.7548332214355469,0.7193088531494141,0.7243156433105469,0.7064342498779297,0.7412433624267578,0.7414817810058594,0.8764266967773438,0.8516311645507812,0.8714199066162109,0.8537769317626953,0.8726119995117188,0.8373260498046875,0.873565673828125,0.8988380432128906,0.8897781372070312,0.8535385131835938 +25000,50000,gpu,normal,False,False,True,0.3974437713623047,0.4611015319824219,0.4620552062988281,0.44608116149902344,0.415802001953125,0.42700767517089844,0.40650367736816406,0.42366981506347656,0.4477500915527344,0.4315376281738281,0.6821155548095703,0.6885528564453125,0.6844997406005859,0.6933212280273438,0.6854534149169922,0.6842613220214844,0.6968975067138672,0.6766319274902344,0.6840229034423828,0.6763935089111328 +25000,50000,gpu,normal,False,False,False,0.9033679962158203,0.9236335754394531,0.7951259613037109,0.7033348083496094,0.6723403930664062,0.6673336029052734,0.6132125854492188,0.7045269012451172,0.6921291351318359,0.6899833679199219,0.7200241088867188,0.7276535034179688,0.6694793701171875,0.6966590881347656,0.7047653198242188,0.7205009460449219,0.6833076477050781,0.7283687591552734,0.720977783203125,0.6983280181884766 +37500,1000,gpu,homo,True,True,True,0.45609474182128906,0.4305839538574219,0.4210472106933594,0.43272972106933594,0.4391670227050781,0.4374980926513672,0.42247772216796875,0.38933753967285156,0.40268898010253906,0.41794776916503906,0.38242340087890625,0.3764629364013672,0.3459453582763672,0.3619194030761719,0.35643577575683594,0.3724098205566406,0.5784034729003906,0.514984130859375,0.47135353088378906,0.4811286926269531 +37500,1000,gpu,homo,True,True,False,0.20956993103027344,0.20432472229003906,0.202178955078125,0.2129077911376953,0.1990795135498047,0.2243518829345703,0.2167224884033203,0.217437744140625,0.19168853759765625,0.2186298370361328,0.3800392150878906,0.4239082336425781,0.4291534423828125,0.6201267242431641,0.4227161407470703,0.4029273986816406,0.396728515625,0.431060791015625,0.4017353057861328,0.4165172576904297 +37500,1000,gpu,homo,False,True,True,0.6248950958251953,0.6222724914550781,0.61798095703125,0.6029605865478516,0.6327629089355469,0.6024837493896484,0.5838871002197266,0.6489753723144531,0.5643367767333984,0.5459785461425781,0.179290771484375,0.17523765563964844,0.1537799835205078,0.15926361083984375,0.16546249389648438,0.1666545867919922,0.1633167266845703,0.14400482177734375,0.15497207641601562,0.16570091247558594 +37500,1000,gpu,homo,False,True,False,0.3345012664794922,0.34499168395996094,0.3476142883300781,0.354766845703125,0.331878662109375,0.3459453582763672,0.339508056640625,0.34046173095703125,0.3402233123779297,0.6873607635498047,0.29277801513671875,0.2818107604980469,0.2543926239013672,0.2522468566894531,0.25963783264160156,0.2512931823730469,0.2574920654296875,0.22220611572265625,0.4074573516845703,0.28228759765625 +37500,1000,gpu,homo,True,False,True,0.22411346435546875,0.1990795135498047,0.23603439331054688,0.21505355834960938,0.21219253540039062,0.22268295288085938,0.1995563507080078,0.3120899200439453,0.2522468566894531,0.22864341735839844,0.2110004425048828,0.4417896270751953,0.3597736358642578,0.3178119659423828,0.3199577331542969,0.3018379211425781,0.29754638671875,0.3337860107421875,0.29587745666503906,0.30732154846191406 +37500,1000,gpu,homo,True,False,False,0.24819374084472656,0.2300739288330078,0.2841949462890625,0.22482872009277344,0.30517578125,0.240325927734375,0.2593994140625,0.217437744140625,0.2512931823730469,0.6737709045410156,0.24890899658203125,0.4680156707763672,0.22554397583007812,0.2143383026123047,0.2009868621826172,0.2071857452392578,0.19502639770507812,0.217437744140625,0.22840499877929688,0.19359588623046875 +37500,1000,gpu,homo,False,False,True,0.24938583374023438,0.2396106719970703,0.2231597900390625,0.2319812774658203,0.24080276489257812,0.247955322265625,0.22172927856445312,0.2346038818359375,0.23436546325683594,0.23698806762695312,0.5247592926025391,0.5283355712890625,0.6182193756103516,0.5366802215576172,0.5555152893066406,0.514984130859375,0.49805641174316406,0.4825592041015625,0.457763671875,0.45800209045410156 +37500,1000,gpu,homo,False,False,False,0.24819374084472656,0.34236907958984375,0.5600452423095703,0.4668235778808594,0.4496574401855469,0.4425048828125,0.44608116149902344,0.4260540008544922,0.42629241943359375,0.4165172576904297,0.5331039428710938,0.5352497100830078,0.4982948303222656,0.5090236663818359,0.5342960357666016,0.49042701721191406,0.5164146423339844,0.4878044128417969,0.4813671112060547,0.48160552978515625 +37500,1000,gpu,uniform,True,True,True,0.5357265472412109,0.6079673767089844,0.5128383636474609,0.461578369140625,0.5116462707519531,0.4794597625732422,0.4711151123046875,0.4520416259765625,0.4508495330810547,0.4544258117675781,0.6914138793945312,0.4832744598388672,0.47516822814941406,0.492095947265625,0.48828125,0.5638599395751953,0.5106925964355469,0.4947185516357422,0.5042552947998047,0.46181678771972656 +37500,1000,gpu,uniform,True,True,False,0.2799034118652344,0.2830028533935547,0.2799034118652344,0.2579689025878906,0.2655982971191406,0.2894401550292969,0.27561187744140625,0.27298927307128906,0.2892017364501953,0.2620220184326172,0.5390644073486328,0.5276203155517578,0.48160552978515625,0.46944618225097656,0.8318424224853516,0.49686431884765625,0.6489753723144531,0.6480216979980469,0.5838871002197266,0.5688667297363281 +37500,1000,gpu,uniform,False,True,True,0.5304813385009766,0.5047321319580078,0.5030632019042969,0.4856586456298828,0.4887580871582031,0.4925727844238281,0.4773139953613281,0.48995018005371094,0.46372413635253906,0.4792213439941406,0.20766258239746094,0.2598762512207031,0.2086162567138672,0.18739700317382812,0.22745132446289062,0.1800060272216797,0.1881122589111328,0.2186298370361328,0.20074844360351562,0.18095970153808594 +37500,1000,gpu,uniform,False,True,False,0.5738735198974609,0.6077289581298828,0.6077289581298828,0.5633831024169922,0.5927085876464844,0.5557537078857422,0.5395412445068359,0.5533695220947266,0.5316734313964844,0.5095005035400391,0.19431114196777344,0.24628639221191406,0.22077560424804688,0.24437904357910156,0.22149085998535156,0.2086162567138672,0.2658367156982422,0.202178955078125,0.20313262939453125,0.2193450927734375 +37500,1000,gpu,uniform,True,False,True,0.331878662109375,0.3077983856201172,0.2789497375488281,0.27108192443847656,0.31185150146484375,0.2512931823730469,0.26488304138183594,0.27489662170410156,0.29349327087402344,0.26702880859375,0.2694129943847656,0.2741813659667969,0.2372264862060547,0.2567768096923828,0.31757354736328125,0.3695487976074219,0.3337860107421875,0.3094673156738281,0.33211708068847656,0.2956390380859375 +37500,1000,gpu,uniform,True,False,False,0.2837181091308594,0.2551078796386719,0.2541542053222656,0.2384185791015625,0.23555755615234375,0.27179718017578125,0.274658203125,0.2543926239013672,0.2396106719970703,0.28014183044433594,0.22459030151367188,0.19407272338867188,0.2276897430419922,0.21839141845703125,0.209808349609375,0.21576881408691406,0.25725364685058594,0.21076202392578125,0.2665519714355469,0.24175643920898438 +37500,1000,gpu,uniform,False,False,True,0.30040740966796875,0.2982616424560547,0.29158592224121094,0.2636909484863281,0.240325927734375,0.2510547637939453,0.2579689025878906,0.2541542053222656,0.23627281188964844,0.22602081298828125,0.5588531494140625,0.5562305450439453,0.7245540618896484,0.6401538848876953,0.5822181701660156,0.6737709045410156,0.6177425384521484,0.7939338684082031,0.6809234619140625,0.6155967712402344 +37500,1000,gpu,uniform,False,False,False,0.6263256072998047,0.5490779876708984,0.5319118499755859,0.4940032958984375,0.5178451538085938,0.5195140838623047,0.5288124084472656,0.5109310150146484,0.5118846893310547,0.5097389221191406,0.4563331604003906,0.4372596740722656,0.4363059997558594,0.392913818359375,0.4734992980957031,0.45561790466308594,0.4115104675292969,0.4239082336425781,0.4398822784423828,0.42510032653808594 +37500,1000,gpu,normal,True,True,True,0.274658203125,0.25391578674316406,0.26535987854003906,0.26988983154296875,0.354766845703125,0.5893707275390625,0.5438327789306641,0.45013427734375,0.4305839538574219,0.4608631134033203,0.5588531494140625,0.5218982696533203,0.5686283111572266,0.5624294281005859,0.5931854248046875,0.5636215209960938,0.5512237548828125,0.5669593811035156,0.5414485931396484,0.5316734313964844 +37500,1000,gpu,normal,True,True,False,0.6432533264160156,0.5447864532470703,0.7641315460205078,0.6315708160400391,0.5109310150146484,0.49304962158203125,0.4546642303466797,0.4184246063232422,0.4570484161376953,0.44536590576171875,0.5776882171630859,0.6303787231445312,0.5877017974853516,0.5755424499511719,0.5574226379394531,0.5645751953125,0.5414485931396484,0.5519390106201172,0.5872249603271484,0.5865097045898438 +37500,1000,gpu,normal,False,True,True,0.8885860443115234,0.8788108825683594,0.8745193481445312,1.2054443359375,0.8895397186279297,0.8862018585205078,0.8742809295654297,0.8661746978759766,0.9317398071289062,0.9071826934814453,0.3764629364013672,0.5269050598144531,0.39076805114746094,0.3464221954345703,0.3459453582763672,0.3104209899902344,0.3020763397216797,0.3273487091064453,0.32639503479003906,0.30303001403808594 +37500,1000,gpu,normal,False,True,False,0.8909702301025391,0.9243488311767578,1.1854171752929688,0.8573532104492188,0.8320808410644531,0.8203983306884766,0.8184909820556641,0.8046627044677734,0.8134841918945312,0.8046627044677734,0.2453327178955078,0.2510547637939453,0.23245811462402344,0.20599365234375,0.1933574676513672,0.22077560424804688,0.2143383026123047,0.20837783813476562,0.4982948303222656,0.36978721618652344 +37500,1000,gpu,normal,True,False,True,0.5016326904296875,0.4897117614746094,0.47469139099121094,0.4887580871582031,0.45871734619140625,0.4546642303466797,0.438690185546875,0.4630088806152344,0.4725456237792969,0.4067420959472656,0.25200843811035156,0.19478797912597656,0.24819374084472656,0.20813941955566406,0.24199485778808594,0.2219676971435547,0.2357959747314453,0.2551078796386719,0.22721290588378906,0.42700767517089844 +37500,1000,gpu,normal,True,False,False,0.2491474151611328,0.2377033233642578,0.23221969604492188,0.2505779266357422,0.2391338348388672,0.25653839111328125,0.2257823944091797,0.24580955505371094,0.244140625,0.2415180206298828,0.2486705780029297,0.27108192443847656,0.2512931823730469,0.255584716796875,0.23698806762695312,0.2741813659667969,0.2486705780029297,0.255584716796875,0.24628639221191406,0.23365020751953125 +37500,1000,gpu,normal,False,False,True,0.49877166748046875,0.49996376037597656,0.5054473876953125,0.4718303680419922,0.48923492431640625,0.4780292510986328,0.39005279541015625,0.518798828125,0.5884170532226562,0.5097389221191406,0.6005764007568359,0.5886554718017578,0.5850791931152344,0.5745887756347656,0.5509853363037109,0.6127357482910156,0.5776882171630859,0.5729198455810547,0.6089210510253906,0.5733966827392578 +37500,1000,gpu,normal,False,False,False,0.30159950256347656,0.2663135528564453,0.2391338348388672,0.28204917907714844,0.2541542053222656,0.27942657470703125,0.293731689453125,0.2923011779785156,0.27060508728027344,0.286102294921875,0.6098747253417969,0.5748271942138672,0.6189346313476562,0.6101131439208984,0.5877017974853516,0.6117820739746094,0.5965232849121094,0.5846023559570312,0.5788803100585938,0.5729198455810547 +37500,2500,gpu,homo,True,True,True,0.4010200500488281,0.45752525329589844,0.4374980926513672,0.41675567626953125,0.4589557647705078,0.47659873962402344,0.4627704620361328,0.4191398620605469,0.44727325439453125,0.4754066467285156,0.49304962158203125,0.47206878662109375,0.48065185546875,0.44989585876464844,0.4494190216064453,0.4477500915527344,0.44226646423339844,0.4451274871826172,0.4982948303222656,0.476837158203125 +37500,2500,gpu,homo,True,True,False,0.27298927307128906,0.2727508544921875,0.23746490478515625,0.2276897430419922,0.1971721649169922,0.2110004425048828,0.22125244140625,0.20623207092285156,0.2124309539794922,0.213623046875,0.4801750183105469,0.4658699035644531,0.47397613525390625,0.46634674072265625,0.47397613525390625,0.49114227294921875,0.5400180816650391,0.7979869842529297,0.6060600280761719,0.5857944488525391 +37500,2500,gpu,homo,False,True,True,0.5090236663818359,0.4544258117675781,0.4525184631347656,0.3986358642578125,0.614166259765625,0.4138946533203125,0.4153251647949219,0.3936290740966797,0.4355907440185547,0.4031658172607422,0.2243518829345703,0.225067138671875,0.2512931823730469,0.3159046173095703,0.2231597900390625,0.19216537475585938,0.22149085998535156,0.2067089080810547,0.37097930908203125,0.3390312194824219 +37500,2500,gpu,homo,False,True,False,0.5536079406738281,0.5512237548828125,0.5376338958740234,0.6041526794433594,0.5860328674316406,0.5304813385009766,0.5364418029785156,0.5223751068115234,0.5409717559814453,0.5280971527099609,0.1552104949951172,0.20051002502441406,0.1857280731201172,0.17881393432617188,0.1804828643798828,0.16832351684570312,0.16498565673828125,0.15425682067871094,0.17714500427246094,0.17833709716796875 +37500,2500,gpu,homo,True,False,True,0.49996376037597656,0.49233436584472656,0.4811286926269531,0.4744529724121094,0.4773139953613281,0.46515464782714844,0.4799365997314453,0.46896934509277344,0.4894733428955078,0.5483627319335938,0.20647048950195312,0.2532005310058594,0.24700164794921875,0.2582073211669922,0.23865699768066406,0.24318695068359375,0.2167224884033203,0.2410411834716797,0.23746490478515625,0.24509429931640625 +37500,2500,gpu,homo,True,False,False,0.23031234741210938,0.24962425231933594,0.2467632293701172,0.23865699768066406,0.2110004425048828,0.2090930938720703,0.26416778564453125,0.23317337036132812,0.2467632293701172,0.23508071899414062,0.2040863037109375,0.22363662719726562,0.20575523376464844,0.21767616271972656,0.209808349609375,0.20599365234375,0.20241737365722656,0.2071857452392578,0.19025802612304688,0.2110004425048828 +37500,2500,gpu,homo,False,False,True,0.4248619079589844,0.4208087921142578,0.4277229309082031,0.4189014434814453,0.43201446533203125,0.4448890686035156,0.41675567626953125,0.41794776916503906,0.4239082336425781,0.44465065002441406,0.4253387451171875,0.385284423828125,0.47016143798828125,0.4456043243408203,0.3781318664550781,0.39577484130859375,0.3724098205566406,0.400543212890625,0.39649009704589844,0.4177093505859375 +37500,2500,gpu,homo,False,False,False,0.2536773681640625,0.2453327178955078,0.2551078796386719,0.2570152282714844,0.2727508544921875,0.22482872009277344,0.23603439331054688,0.24557113647460938,0.23031234741210938,0.2460479736328125,0.5550384521484375,0.5283355712890625,0.5230903625488281,0.514984130859375,0.5085468292236328,0.5114078521728516,0.5218982696533203,0.5285739898681641,0.49424171447753906,0.5095005035400391 +37500,2500,gpu,uniform,True,True,True,0.2732276916503906,0.2677440643310547,0.3056526184082031,0.274658203125,0.21076202392578125,0.2117156982421875,0.2281665802001953,0.3056526184082031,0.2562999725341797,0.23674964904785156,0.6017684936523438,0.568389892578125,0.5333423614501953,0.5013942718505859,0.49996376037597656,0.4744529724121094,0.5695819854736328,0.5042552947998047,0.5054473876953125,0.5125999450683594 +37500,2500,gpu,uniform,True,True,False,0.28896331787109375,0.2932548522949219,0.2696514129638672,0.26035308837890625,0.278472900390625,0.28777122497558594,0.6120204925537109,0.5452632904052734,0.47326087951660156,0.48613548278808594,0.7071495056152344,0.5667209625244141,0.5476474761962891,0.5624294281005859,0.5574226379394531,0.5428791046142578,0.5066394805908203,0.5767345428466797,0.5500316619873047,0.5753040313720703 +37500,2500,gpu,uniform,False,True,True,0.5228519439697266,0.5238056182861328,0.49686431884765625,0.5524158477783203,0.5047321319580078,0.5209445953369141,0.5178451538085938,0.5011558532714844,0.5090236663818359,0.5025863647460938,0.1995563507080078,0.20003318786621094,0.18978118896484375,0.17499923706054688,0.17404556274414062,0.18405914306640625,0.18334388732910156,0.17523765563964844,0.20742416381835938,0.20503997802734375 +37500,2500,gpu,uniform,False,True,False,0.461578369140625,0.49233436584472656,0.49304962158203125,0.5104541778564453,0.4963874816894531,0.5016326904296875,0.5023479461669922,0.48995018005371094,0.47516822814941406,0.47707557678222656,0.3440380096435547,0.3192424774169922,0.3178119659423828,0.3285408020019531,0.3306865692138672,0.31948089599609375,0.3268718719482422,0.34689903259277344,0.3464221954345703,0.3345012664794922 +37500,2500,gpu,uniform,True,False,True,0.4887580871582031,0.5090236663818359,0.46515464782714844,0.5197525024414062,0.46944618225097656,0.5002021789550781,0.4673004150390625,0.47659873962402344,0.47135353088378906,0.6628036499023438,0.26226043701171875,0.24461746215820312,0.2846717834472656,0.2608299255371094,0.2551078796386719,0.26488304138183594,0.24747848510742188,0.2579689025878906,0.4811286926269531,0.41556358337402344 +37500,2500,gpu,uniform,True,False,False,0.5602836608886719,0.5590915679931641,0.4596710205078125,0.3192424774169922,0.2865791320800781,0.2944469451904297,0.25916099548339844,0.2856254577636719,0.2765655517578125,0.2593994140625,0.36072731018066406,0.3752708435058594,0.3883838653564453,0.3466606140136719,0.36716461181640625,0.36144256591796875,0.3790855407714844,0.3676414489746094,0.3685951232910156,0.3311634063720703 +37500,2500,gpu,uniform,False,False,True,0.5042552947998047,0.5078315734863281,0.47659873962402344,0.5097389221191406,0.47469139099121094,0.4520416259765625,0.44465065002441406,0.43487548828125,0.4489421844482422,0.5004405975341797,0.4627704620361328,0.6308555603027344,0.47588348388671875,0.45013427734375,0.4773139953613281,0.4754066467285156,0.42629241943359375,0.4589557647705078,0.44727325439453125,0.4374980926513672 +37500,2500,gpu,uniform,False,False,False,0.24247169494628906,0.24819374084472656,0.22840499877929688,0.24628639221191406,0.26702880859375,0.2548694610595703,0.24890899658203125,0.23794174194335938,0.2529621124267578,0.2772808074951172,0.5526542663574219,0.5393028259277344,0.6401538848876953,0.5955696105957031,0.5505084991455078,0.5469322204589844,0.5552768707275391,0.5426406860351562,0.5230903625488281,0.560760498046875 +37500,2500,gpu,normal,True,True,True,0.5733966827392578,0.5095005035400391,0.4870891571044922,0.4112720489501953,0.46706199645996094,0.49805641174316406,0.49376487731933594,0.5021095275878906,0.4963874816894531,0.49877166748046875,1.0669231414794922,0.926971435546875,0.8296966552734375,0.7491111755371094,0.6725788116455078,0.7107257843017578,0.6816387176513672,0.6849765777587891,0.6587505340576172,0.6883144378662109 +37500,2500,gpu,normal,True,True,False,0.3094673156738281,0.33545494079589844,0.3216266632080078,0.31113624572753906,0.3044605255126953,0.2796649932861328,0.28824806213378906,0.2799034118652344,0.29754638671875,0.47969818115234375,0.6682872772216797,0.5764961242675781,0.6062984466552734,0.6234645843505859,0.6167888641357422,0.5915164947509766,0.5788803100585938,0.5676746368408203,0.5922317504882812,0.5991458892822266 +37500,2500,gpu,normal,False,True,True,0.7317066192626953,0.7493495941162109,0.7138252258300781,0.7364749908447266,0.7197856903076172,0.7250308990478516,0.7457733154296875,0.7758140563964844,0.7288455963134766,0.728607177734375,0.3273487091064453,0.3185272216796875,0.335693359375,0.3204345703125,0.3256797790527344,0.4849433898925781,0.38361549377441406,0.3581047058105469,0.3190040588378906,0.27871131896972656 +37500,2500,gpu,normal,False,True,False,0.7753372192382812,0.7405281066894531,0.7073879241943359,0.7290840148925781,0.7565021514892578,0.6983280181884766,0.7255077362060547,0.7011890411376953,0.7212162017822266,0.7061958312988281,0.29158592224121094,0.40078163146972656,0.4665851593017578,0.3960132598876953,0.4284381866455078,0.36334991455078125,0.36907196044921875,0.3447532653808594,0.3523826599121094,0.33283233642578125 +37500,2500,gpu,normal,True,False,True,0.2956390380859375,0.2770423889160156,0.2675056457519531,0.26535987854003906,0.2636909484863281,0.2772808074951172,0.32711029052734375,0.30159950256347656,0.2932548522949219,0.31447410583496094,0.377655029296875,0.37980079650878906,0.3829002380371094,0.4317760467529297,0.4265308380126953,0.3705024719238281,0.3609657287597656,0.38051605224609375,0.36525726318359375,0.36787986755371094 +37500,2500,gpu,normal,True,False,False,0.3008842468261719,0.2887248992919922,0.29730796813964844,0.2510547637939453,0.3075599670410156,0.2644062042236328,0.2505779266357422,0.25343894958496094,0.6577968597412109,0.5319118499755859,0.2734661102294922,0.29087066650390625,0.2529621124267578,0.2715587615966797,0.2586841583251953,0.2827644348144531,0.25200843811035156,0.22649765014648438,0.24437904357910156,0.2300739288330078 +37500,2500,gpu,normal,False,False,True,0.27179718017578125,0.31948089599609375,0.3230571746826172,0.2703666687011719,0.2827644348144531,0.2665519714355469,0.2582073211669922,0.2715587615966797,0.2703666687011719,0.2503395080566406,0.5850791931152344,0.6082057952880859,0.5905628204345703,0.5941390991210938,0.6003379821777344,0.5972385406494141,0.6062984466552734,0.6015300750732422,0.5738735198974609,0.5803108215332031 +37500,2500,gpu,normal,False,False,False,0.3056526184082031,0.2911090850830078,0.2644062042236328,0.30994415283203125,0.2589225769042969,0.2567768096923828,0.24700164794921875,0.2663135528564453,0.2541542053222656,0.2770423889160156,0.6561279296875,0.6542205810546875,0.6082057952880859,0.5793571472167969,0.6406307220458984,0.5955696105957031,0.5855560302734375,0.6117820739746094,0.6039142608642578,0.6358623504638672 +37500,5000,gpu,homo,True,True,True,0.2262592315673828,0.2377033233642578,0.22935867309570312,0.202178955078125,0.23221969604492188,0.20694732666015625,0.22363662719726562,0.21123886108398438,0.2281665802001953,0.2837181091308594,0.4181861877441406,0.3859996795654297,0.4086494445800781,0.4165172576904297,0.4050731658935547,0.3833770751953125,0.38433074951171875,0.37789344787597656,0.476837158203125,0.47397613525390625 +37500,5000,gpu,homo,True,True,False,0.49567222595214844,0.6046295166015625,0.5371570587158203,0.4298686981201172,0.44035911560058594,0.42724609375,0.4200935363769531,0.4086494445800781,0.4076957702636719,0.4146099090576172,0.41174888610839844,0.4131793975830078,0.39315223693847656,0.4119873046875,0.4134178161621094,0.4100799560546875,0.43511390686035156,0.40459632873535156,0.4062652587890625,0.4093647003173828 +37500,5000,gpu,homo,False,True,True,0.4203319549560547,0.4525184631347656,0.4322528839111328,0.5602836608886719,0.4222393035888672,0.42176246643066406,0.42438507080078125,0.40078163146972656,0.40912628173828125,0.3781318664550781,0.24175643920898438,0.21791458129882812,0.2002716064453125,0.2181529998779297,0.23126602172851562,0.1990795135498047,0.20432472229003906,0.20933151245117188,0.2243518829345703,0.21982192993164062 +37500,5000,gpu,homo,False,True,False,0.4432201385498047,0.42557716369628906,0.41556358337402344,0.4303455352783203,0.5421638488769531,0.43582916259765625,0.4172325134277344,0.6740093231201172,0.4496574401855469,0.41675567626953125,0.21076202392578125,0.19669532775878906,0.179290771484375,0.20742416381835938,0.17547607421875,0.19097328186035156,0.2837181091308594,0.1938343048095703,0.18477439880371094,0.17786026000976562 +37500,5000,gpu,homo,True,False,True,0.270843505859375,0.2923011779785156,0.27060508728027344,0.2739429473876953,0.24700164794921875,0.2810955047607422,0.263214111328125,0.2570152282714844,0.26416778564453125,0.30994415283203125,0.3838539123535156,0.38123130798339844,0.36072731018066406,0.4334449768066406,0.5805492401123047,0.4487037658691406,0.3643035888671875,0.34689903259277344,0.3604888916015625,0.3654956817626953 +37500,5000,gpu,homo,True,False,False,0.2682209014892578,0.2410411834716797,0.23126602172851562,0.25391578674316406,0.24080276489257812,0.2498626708984375,0.23436546325683594,0.25200843811035156,0.263214111328125,0.2586841583251953,0.24890899658203125,0.2391338348388672,0.2644062042236328,0.44846534729003906,0.4115104675292969,0.39505958557128906,0.4525184631347656,0.6537437438964844,0.37789344787597656,0.36334991455078125 +37500,5000,gpu,homo,False,False,True,0.5025863647460938,0.4858970642089844,0.4780292510986328,0.47707557678222656,0.4775524139404297,0.4825592041015625,0.4677772521972656,0.48065185546875,0.4830360412597656,0.48828125,0.39386749267578125,0.377655029296875,0.39577484130859375,0.4036426544189453,0.4076957702636719,0.3795623779296875,0.3921985626220703,0.41413307189941406,0.42748451232910156,0.3933906555175781 +37500,5000,gpu,homo,False,False,False,0.4429817199707031,0.4792213439941406,0.44465065002441406,0.4329681396484375,0.45013427734375,0.4138946533203125,0.5009174346923828,0.492095947265625,0.4489421844482422,0.43773651123046875,0.4432201385498047,0.4436969757080078,0.4334449768066406,0.44846534729003906,0.4458427429199219,0.4374980926513672,0.4451274871826172,0.44083595275878906,0.4360675811767578,0.431060791015625 +37500,5000,gpu,uniform,True,True,True,0.5524158477783203,0.5190372467041016,0.3705024719238281,0.2796649932861328,0.28896331787109375,0.2562999725341797,0.247955322265625,0.27489662170410156,0.2288818359375,0.2579689025878906,0.5283355712890625,1.142263412475586,0.4630088806152344,0.40411949157714844,0.4105567932128906,0.3688335418701172,0.40078163146972656,0.39839744567871094,0.40340423583984375,0.3638267517089844 +37500,5000,gpu,uniform,True,True,False,0.4487037658691406,0.4544258117675781,0.4668235778808594,0.4324913024902344,0.41961669921875,0.44155120849609375,0.42939186096191406,0.4761219024658203,0.4355907440185547,0.43201446533203125,0.5698204040527344,0.5435943603515625,0.54168701171875,0.5457401275634766,0.5381107330322266,0.5290508270263672,0.5278587341308594,0.5106925964355469,0.5373954772949219,0.5426406860351562 +37500,5000,gpu,uniform,False,True,True,0.5490779876708984,0.5474090576171875,0.5428791046142578,0.5385875701904297,0.5362033843994141,0.5342960357666016,0.545501708984375,0.5707740783691406,0.5502700805664062,0.5059242248535156,0.2357959747314453,0.2269744873046875,0.2582073211669922,0.23055076599121094,0.2467632293701172,0.22125244140625,0.3159046173095703,0.36978721618652344,0.26869773864746094,0.2372264862060547 +37500,5000,gpu,uniform,False,True,False,0.5228519439697266,0.5233287811279297,0.5390644073486328,0.492095947265625,0.5209445953369141,0.5371570587158203,0.5342960357666016,0.5512237548828125,0.4978179931640625,0.5090236663818359,0.23603439331054688,0.23412704467773438,0.21219253540039062,0.194549560546875,0.17213821411132812,0.244140625,0.24509429931640625,0.22339820861816406,0.20003318786621094,0.2644062042236328 +37500,5000,gpu,uniform,True,False,True,0.6251335144042969,0.5888938903808594,0.5791187286376953,0.5161762237548828,0.5350112915039062,0.5333423614501953,0.6728172302246094,0.6687641143798828,0.8189678192138672,0.5409717559814453,0.3037452697753906,0.31638145446777344,0.2815723419189453,0.3113746643066406,0.28324127197265625,0.2892017364501953,0.2677440643310547,0.28586387634277344,0.27298927307128906,0.2765655517578125 +37500,5000,gpu,uniform,True,False,False,0.3199577331542969,0.29754638671875,0.29349327087402344,0.2593994140625,0.2567768096923828,0.26702880859375,0.3108978271484375,0.26726722717285156,0.2613067626953125,0.25916099548339844,0.3056526184082031,0.2722740173339844,0.3247261047363281,0.2961158752441406,0.27942657470703125,0.3020763397216797,0.2353191375732422,0.2830028533935547,0.25010108947753906,0.2803802490234375 +37500,5000,gpu,uniform,False,False,True,0.3604888916015625,0.5965232849121094,0.33402442932128906,0.34165382385253906,0.3120899200439453,0.316619873046875,0.30040740966796875,0.3218650817871094,0.29349327087402344,0.30684471130371094,0.64849853515625,0.5872249603271484,0.4734992980957031,0.4889965057373047,0.47135353088378906,0.47326087951660156,0.4858970642089844,0.5278587341308594,0.5698204040527344,0.67138671875 +37500,5000,gpu,uniform,False,False,False,0.3421306610107422,0.339508056640625,0.3147125244140625,0.3209114074707031,0.2872943878173828,0.2968311309814453,0.2789497375488281,0.3247261047363281,0.2956390380859375,0.31757354736328125,0.45680999755859375,0.46944618225097656,0.4439353942871094,0.47278404235839844,0.44226646423339844,0.4451274871826172,0.4184246063232422,0.4367828369140625,0.4444122314453125,0.40459632873535156 +37500,5000,gpu,normal,True,True,True,0.5269050598144531,0.5033016204833984,0.4756450653076172,0.45800209045410156,0.5266666412353516,0.35119056701660156,0.29158592224121094,0.2918243408203125,0.24652481079101562,0.2894401550292969,0.7419586181640625,0.7266998291015625,0.6771087646484375,0.6725788116455078,0.6308555603027344,0.6830692291259766,0.6589889526367188,0.6694793701171875,0.6639957427978516,0.6723403930664062 +37500,5000,gpu,normal,True,True,False,0.2675056457519531,0.28252601623535156,0.2512931823730469,0.2503395080566406,0.23102760314941406,0.2582073211669922,0.2663135528564453,0.2529621124267578,0.25153160095214844,0.2930164337158203,0.7028579711914062,0.69427490234375,0.7383823394775391,0.7386207580566406,0.9381771087646484,0.7863044738769531,0.7195472717285156,0.6976127624511719,0.6933212280273438,0.7293224334716797 +37500,5000,gpu,normal,False,True,True,0.7395744323730469,0.7398128509521484,0.7262229919433594,0.7054805755615234,0.7302761077880859,0.7326602935791016,0.7691383361816406,0.7195472717285156,0.7143020629882812,0.7374286651611328,0.3800392150878906,0.3294944763183594,0.3180503845214844,0.32639503479003906,0.36835670471191406,0.3745555877685547,0.3898143768310547,0.37789344787597656,0.3871917724609375,0.4074573516845703 +37500,5000,gpu,normal,False,True,False,0.7455348968505859,0.7340908050537109,0.7624626159667969,1.192331314086914,1.0387897491455078,0.9765625,0.9493827819824219,0.9768009185791016,0.9267330169677734,0.9343624114990234,0.3085136413574219,0.3261566162109375,0.2655982971191406,0.25773048400878906,0.3077983856201172,0.28967857360839844,0.28514862060546875,0.2675056457519531,0.47278404235839844,0.5304813385009766 +37500,5000,gpu,normal,True,False,True,0.5342960357666016,0.2968311309814453,0.30112266540527344,0.29778480529785156,0.3006458282470703,0.2772808074951172,0.2880096435546875,0.3008842468261719,0.2808570861816406,0.31757354736328125,0.30040740966796875,0.29778480529785156,0.3097057342529297,0.2734661102294922,0.27751922607421875,0.2868175506591797,0.2880096435546875,0.28967857360839844,0.2899169921875,0.29158592224121094 +37500,5000,gpu,normal,True,False,False,0.5471706390380859,0.5719661712646484,0.5488395690917969,0.5705356597900391,0.5953311920166016,0.5426406860351562,0.5135536193847656,0.5047321319580078,0.4875659942626953,0.6053447723388672,0.7054805755615234,0.4296302795410156,0.4360675811767578,0.4062652587890625,0.42557716369628906,0.4544258117675781,0.37670135498046875,0.3066062927246094,0.308990478515625,0.3597736358642578 +37500,5000,gpu,normal,False,False,True,0.4813671112060547,0.4916191101074219,0.4584789276123047,0.47588348388671875,0.4858970642089844,0.47278404235839844,0.45108795166015625,0.4570484161376953,0.5183219909667969,0.4608631134033203,0.614166259765625,0.6041526794433594,0.6015300750732422,0.5970001220703125,0.6265640258789062,0.6158351898193359,0.5896091461181641,0.6034374237060547,0.5977153778076172,0.5865097045898438 +37500,5000,gpu,normal,False,False,False,0.2982616424560547,0.2999305725097656,0.29754638671875,0.2608299255371094,0.2837181091308594,0.2655982971191406,0.29397010803222656,0.2837181091308594,0.25916099548339844,0.2608299255371094,0.6513595581054688,0.6577968597412109,0.6437301635742188,0.9927749633789062,0.5986690521240234,0.6043910980224609,0.5805492401123047,0.5879402160644531,0.5955696105957031,0.5948543548583984 +37500,10000,gpu,homo,True,True,True,0.48351287841796875,0.4284381866455078,0.4534721374511719,0.4458427429199219,0.4069805145263672,0.4379749298095703,0.35858154296875,0.2751350402832031,0.25582313537597656,0.2601146697998047,0.39768218994140625,0.7333755493164062,0.5958080291748047,0.6222724914550781,0.48279762268066406,0.4086494445800781,0.362396240234375,0.3783702850341797,0.37550926208496094,0.35762786865234375 +37500,10000,gpu,homo,True,True,False,0.4475116729736328,0.4336833953857422,0.4534721374511719,0.4227161407470703,0.43773651123046875,0.4525184631347656,0.4391670227050781,0.41222572326660156,0.41675567626953125,0.4184246063232422,0.4284381866455078,0.4222393035888672,0.41365623474121094,0.4086494445800781,0.4100799560546875,0.40435791015625,0.4165172576904297,0.4119873046875,0.4296302795410156,0.6008148193359375 +37500,10000,gpu,homo,False,True,True,0.5972385406494141,0.5691051483154297,0.5857944488525391,0.5669593811035156,0.6837844848632812,0.5886554718017578,0.5407333374023438,0.5486011505126953,0.5347728729248047,0.5414485931396484,0.31065940856933594,0.2639293670654297,0.2875328063964844,0.3063678741455078,0.2837181091308594,0.3020763397216797,0.27561187744140625,0.3077983856201172,0.31757354736328125,0.30231475830078125 +37500,10000,gpu,homo,False,True,False,0.4100799560546875,0.6601810455322266,0.8401870727539062,0.6694793701171875,0.6315708160400391,0.6020069122314453,0.5815029144287109,0.5991458892822266,0.6051063537597656,0.57220458984375,0.24056434631347656,0.2238750457763672,0.23102760314941406,0.21648406982421875,0.2307891845703125,0.21576881408691406,0.23627281188964844,0.2722740173339844,0.5109310150146484,0.43272972106933594 +37500,10000,gpu,homo,True,False,True,0.26607513427734375,0.28014183044433594,0.2758502960205078,0.26345252990722656,0.24080276489257812,0.27680397033691406,0.2694129943847656,0.2589225769042969,0.24580955505371094,0.24271011352539062,0.2849102020263672,0.27251243591308594,0.31495094299316406,0.2899169921875,0.30517578125,0.31113624572753906,0.2903938293457031,0.29587745666503906,0.308990478515625,0.32591819763183594 +37500,10000,gpu,homo,True,False,False,0.5075931549072266,0.5962848663330078,0.5035400390625,0.5028247833251953,0.49757957458496094,0.46515464782714844,0.4508495330810547,0.48470497131347656,0.5059242248535156,0.4794597625732422,0.4317760467529297,0.37384033203125,0.3859996795654297,0.36978721618652344,0.34546852111816406,0.3871917724609375,0.3447532653808594,0.3666877746582031,0.3523826599121094,0.43773651123046875 +37500,10000,gpu,homo,False,False,True,0.286102294921875,0.28395652770996094,0.27060508728027344,0.2467632293701172,0.2796649932861328,0.29349327087402344,0.2651214599609375,0.2760887145996094,0.2624988555908203,0.2899169921875,0.47278404235839844,0.4546642303466797,0.4818439483642578,0.4680156707763672,0.47707557678222656,0.45752525329589844,0.46133995056152344,0.45752525329589844,0.48279762268066406,0.4780292510986328 +37500,10000,gpu,homo,False,False,False,0.5161762237548828,0.5016326904296875,0.47206878662109375,0.5064010620117188,0.4990100860595703,0.4966259002685547,0.4966259002685547,0.4909038543701172,0.6268024444580078,0.5512237548828125,0.41937828063964844,0.392913818359375,0.4334449768066406,0.4100799560546875,0.3867149353027344,0.4558563232421875,0.41294097900390625,0.6749629974365234,0.4322528839111328,0.4177093505859375 +37500,10000,gpu,uniform,True,True,True,0.4951953887939453,0.5197525024414062,0.5216598510742188,0.4737377166748047,0.4799365997314453,0.7262229919433594,0.5879402160644531,0.5328655242919922,0.49948692321777344,0.48470497131347656,0.4677772521972656,0.48661231994628906,0.45228004455566406,0.38623809814453125,0.44155120849609375,0.41174888610839844,0.39887428283691406,0.38695335388183594,0.4189014434814453,0.38242340087890625 +37500,10000,gpu,uniform,True,True,False,0.4794597625732422,0.4458427429199219,0.5006790161132812,0.5438327789306641,0.5290508270263672,0.4875659942626953,0.5261898040771484,0.4951953887939453,0.5004405975341797,0.5221366882324219,0.6213188171386719,0.6070137023925781,0.5929470062255859,0.7448196411132812,0.6086826324462891,0.5462169647216797,0.5824565887451172,0.5590915679931641,0.5643367767333984,0.560760498046875 +37500,10000,gpu,uniform,False,True,True,0.75531005859375,0.7455348968505859,0.7936954498291016,0.7989406585693359,0.7948875427246094,0.9591579437255859,0.7634162902832031,0.7646083831787109,0.7796287536621094,0.7693767547607422,0.4584789276123047,0.5688667297363281,0.4725456237792969,0.4858970642089844,0.5402565002441406,0.41365623474121094,0.39196014404296875,0.3616809844970703,0.4036426544189453,0.3917217254638672 +37500,10000,gpu,uniform,False,True,False,0.5130767822265625,0.5283355712890625,0.469207763671875,0.5071163177490234,0.5195140838623047,0.484466552734375,0.5238056182861328,0.5006790161132812,0.4668235778808594,0.5116462707519531,0.25582313537597656,0.2453327178955078,0.22482872009277344,0.2579689025878906,0.2815723419189453,0.23794174194335938,0.2467632293701172,0.2491474151611328,0.24127960205078125,0.24437904357910156 +37500,10000,gpu,uniform,True,False,True,0.30732154846191406,0.3006458282470703,0.29540061950683594,0.293731689453125,0.2887248992919922,0.27942657470703125,0.3151893615722656,0.27060508728027344,0.2930164337158203,0.27251243591308594,0.32711029052734375,0.3235340118408203,0.3223419189453125,0.3235340118408203,0.6055831909179688,0.5109310150146484,0.44918060302734375,0.43654441833496094,0.44226646423339844,0.39458274841308594 +37500,10000,gpu,uniform,True,False,False,0.3612041473388672,0.36907196044921875,0.7319450378417969,0.5717277526855469,0.5526542663574219,0.5261898040771484,0.5435943603515625,0.5283355712890625,0.5855560302734375,0.5288124084472656,0.3426074981689453,0.36525726318359375,0.3402233123779297,0.3345012664794922,0.2892017364501953,0.3483295440673828,0.3228187561035156,0.3426074981689453,0.31948089599609375,0.3325939178466797 +37500,10000,gpu,uniform,False,False,True,0.5273818969726562,0.5514621734619141,0.5428791046142578,0.5617141723632812,0.5199909210205078,0.5021095275878906,0.51116943359375,0.4775524139404297,0.4763603210449219,0.48661231994628906,0.5707740783691406,0.5819797515869141,0.5426406860351562,0.5829334259033203,0.5662441253662109,0.5459785461425781,0.5908012390136719,0.5433559417724609,0.6074905395507812,0.54931640625 +37500,10000,gpu,uniform,False,False,False,0.5750656127929688,0.5388259887695312,0.5373954772949219,0.5168914794921875,0.5376338958740234,0.5085468292236328,0.5257129669189453,0.5164146423339844,0.5209445953369141,0.5116462707519531,0.4820823669433594,0.46539306640625,0.4215240478515625,0.46062469482421875,0.42510032653808594,0.4334449768066406,0.42891502380371094,0.4150867462158203,0.4184246063232422,0.4191398620605469 +37500,10000,gpu,normal,True,True,True,0.4992485046386719,0.49805641174316406,0.5099773406982422,0.49114227294921875,0.48160552978515625,0.5221366882324219,0.49805641174316406,0.48661231994628906,0.4680156707763672,0.4703998565673828,0.8881092071533203,0.8974075317382812,0.8609294891357422,0.8456707000732422,0.7014274597167969,0.67901611328125,0.7407665252685547,0.7352828979492188,0.6899833679199219,0.6823539733886719 +37500,10000,gpu,normal,True,True,False,0.2841949462890625,0.2913475036621094,0.28896331787109375,0.2639293670654297,0.34117698669433594,0.29778480529785156,0.2799034118652344,0.3085136413574219,0.3025531768798828,0.2944469451904297,0.7593631744384766,0.7579326629638672,0.7359981536865234,0.7178783416748047,0.7436275482177734,0.7131099700927734,0.7233619689941406,0.7693767547607422,0.7462501525878906,0.7469654083251953 +37500,10000,gpu,normal,False,True,True,0.9901523590087891,1.0669231414794922,1.0216236114501953,1.0251998901367188,1.0111331939697266,0.9686946868896484,0.9608268737792969,1.0938644409179688,0.8995532989501953,0.8809566497802734,0.33283233642578125,0.3197193145751953,0.32830238342285156,0.3616809844970703,0.3299713134765625,0.33593177795410156,0.3559589385986328,0.3437995910644531,0.3147125244140625,0.32591819763183594 +37500,10000,gpu,normal,False,True,False,0.9794235229492188,0.95367431640625,1.0211467742919922,0.9851455688476562,0.9624958038330078,0.9613037109375,0.9238719940185547,0.9458065032958984,1.0106563568115234,1.0352134704589844,0.5230903625488281,0.5166530609130859,0.5285739898681641,0.4951953887939453,0.4754066467285156,0.5140304565429688,0.4703998565673828,0.4749298095703125,0.5064010620117188,0.5640983581542969 +37500,10000,gpu,normal,True,False,True,0.31304359436035156,0.35452842712402344,0.2841949462890625,0.3178119659423828,0.27251243591308594,0.2949237823486328,0.3101825714111328,0.3101825714111328,0.2734661102294922,0.3077983856201172,0.3571510314941406,0.36787986755371094,0.35071372985839844,0.40221214294433594,0.3380775451660156,0.4086494445800781,0.3838539123535156,0.4553794860839844,0.6101131439208984,0.7419586181640625 +37500,10000,gpu,normal,True,False,False,0.35452842712402344,0.3535747528076172,0.36215782165527344,0.3540515899658203,0.3573894500732422,0.3685951232910156,0.3376007080078125,0.3361701965332031,0.3478527069091797,0.720977783203125,0.5042552947998047,0.476837158203125,0.4944801330566406,0.4658699035644531,0.5021095275878906,0.4825592041015625,0.4951953887939453,0.4668235778808594,0.484466552734375,0.45371055603027344 +37500,10000,gpu,normal,False,False,True,0.2918243408203125,0.31566619873046875,0.3001689910888672,0.3173351287841797,0.29921531677246094,0.6968975067138672,0.5462169647216797,0.5414485931396484,0.5466938018798828,0.5142688751220703,0.7269382476806641,0.7603168487548828,0.8273124694824219,0.7631778717041016,1.0256767272949219,0.8087158203125,0.7445812225341797,0.705718994140625,0.6914138793945312,0.7188320159912109 +37500,10000,gpu,normal,False,False,False,0.5629062652587891,0.5338191986083984,0.5321502685546875,0.5319118499755859,0.5233287811279297,0.5099773406982422,0.5269050598144531,0.5383491516113281,0.5738735198974609,0.5512237548828125,0.6532669067382812,0.8511543273925781,0.6103515625,0.5915164947509766,0.6079673767089844,0.5750656127929688,0.6039142608642578,0.5898475646972656,0.6012916564941406,0.5791187286376953 +37500,25000,gpu,homo,True,True,True,0.3495216369628906,0.3685951232910156,0.3707408905029297,0.3466606140136719,0.3387928009033203,0.35643577575683594,0.3540515899658203,0.40912628173828125,0.3750324249267578,0.3707408905029297,0.37097930908203125,0.3554821014404297,0.3750324249267578,0.38623809814453125,0.33164024353027344,0.3528594970703125,0.3437995910644531,0.35500526428222656,0.36716461181640625,0.36787986755371094 +37500,25000,gpu,homo,True,True,False,0.31495094299316406,0.3027915954589844,0.3185272216796875,0.3132820129394531,0.3306865692138672,0.3123283386230469,0.32258033752441406,0.30422210693359375,0.3046989440917969,0.3383159637451172,0.38743019104003906,0.34546852111816406,0.45990943908691406,0.3800392150878906,0.39124488830566406,0.3769397735595703,0.39196014404296875,0.3654956817626953,0.3490447998046875,0.6539821624755859 +37500,25000,gpu,homo,False,True,True,0.4444122314453125,0.44798851013183594,0.4572868347167969,0.7388591766357422,0.7002353668212891,0.6463527679443359,0.6604194641113281,0.6420612335205078,0.6480216979980469,0.6508827209472656,0.34880638122558594,0.33164024353027344,0.3345012664794922,0.35190582275390625,0.3440380096435547,0.3273487091064453,0.3476142883300781,0.3383159637451172,0.3342628479003906,0.32067298889160156 +37500,25000,gpu,homo,False,True,False,0.44608116149902344,0.4260540008544922,0.43463706970214844,0.41031837463378906,0.4291534423828125,0.4107952117919922,0.7290840148925781,0.6759166717529297,0.6420612335205078,0.7014274597167969,0.392913818359375,0.3180503845214844,0.3082752227783203,0.3046989440917969,0.2906322479248047,0.2830028533935547,0.2846717834472656,0.30922889709472656,0.30303001403808594,0.293731689453125 +37500,25000,gpu,homo,True,False,True,0.6029605865478516,0.6048679351806641,0.6093978881835938,0.5843639373779297,0.5996227264404297,0.6060600280761719,0.5917549133300781,0.5154609680175781,0.45800209045410156,0.4570484161376953,0.4088878631591797,0.4036426544189453,0.40841102600097656,0.43082237243652344,0.42247772216796875,0.42819976806640625,0.4286766052246094,0.4076957702636719,0.4127025604248047,0.3991127014160156 +37500,25000,gpu,homo,True,False,False,0.4029273986816406,0.4382133483886719,0.385284423828125,0.39577484130859375,0.3914833068847656,0.36978721618652344,0.37789344787597656,0.40149688720703125,0.40221214294433594,0.37789344787597656,0.4482269287109375,0.45418739318847656,0.43964385986328125,0.43129920959472656,0.43702125549316406,0.44226646423339844,0.4127025604248047,0.4527568817138672,0.4341602325439453,0.4138946533203125 +37500,25000,gpu,homo,False,False,True,0.6237030029296875,0.5962848663330078,0.6175041198730469,0.8051395416259766,0.6387233734130859,0.6365776062011719,0.5500316619873047,0.5600452423095703,0.5877017974853516,0.6015300750732422,0.545501708984375,0.5681514739990234,0.591278076171875,0.5710124969482422,0.6194114685058594,0.5939006805419922,0.6165504455566406,0.6351470947265625,0.6394386291503906,0.6041526794433594 +37500,25000,gpu,homo,False,False,False,0.6222724914550781,0.5872249603271484,0.5772113800048828,0.6000995635986328,0.5791187286376953,0.6093978881835938,0.8363723754882812,0.8718967437744141,0.7073879241943359,0.6775856018066406,0.6160736083984375,0.6139278411865234,0.6542205810546875,0.6337165832519531,0.7691383361816406,0.6542205810546875,0.5953311920166016,0.5681514739990234,0.5815029144287109,0.5669593811035156 +37500,25000,gpu,uniform,True,True,True,0.3857612609863281,0.38886070251464844,0.415802001953125,0.36144256591796875,0.37217140197753906,0.3685951232910156,0.39887428283691406,0.37789344787597656,0.3819465637207031,0.40602684020996094,0.5218982696533203,0.5018711090087891,0.5078315734863281,0.5114078521728516,0.5040168762207031,0.4856586456298828,0.507354736328125,0.4658699035644531,0.48804283142089844,0.5297660827636719 +37500,25000,gpu,uniform,True,True,False,0.385284423828125,0.3771781921386719,0.4048347473144531,0.3612041473388672,0.3428459167480469,0.36787986755371094,0.3590583801269531,0.4010200500488281,0.362396240234375,0.4253387451171875,0.6194114685058594,1.0530948638916016,0.6144046783447266,0.5490779876708984,0.5609989166259766,0.5352497100830078,0.48279762268066406,0.5521774291992188,0.5235671997070312,0.576019287109375 +37500,25000,gpu,uniform,False,True,True,0.6730556488037109,0.6449222564697266,0.6349086761474609,0.6000995635986328,0.6184577941894531,0.5967617034912109,0.6182193756103516,0.6897449493408203,0.6101131439208984,0.6084442138671875,0.5173683166503906,0.4818439483642578,0.4935264587402344,0.5044937133789062,0.4773139953613281,0.47707557678222656,0.43272972106933594,0.37980079650878906,0.3559589385986328,0.3769397735595703 +37500,25000,gpu,uniform,False,True,False,0.7593631744384766,0.7681846618652344,0.7262229919433594,0.7560253143310547,0.7219314575195312,0.7913112640380859,0.7708072662353516,0.7684230804443359,0.7550716400146484,0.7901191711425781,0.35834312438964844,0.3972053527832031,0.38504600524902344,0.35643577575683594,0.6070137023925781,0.5488395690917969,0.4744529724121094,0.47469139099121094,0.4706382751464844,0.469207763671875 +37500,25000,gpu,uniform,True,False,True,0.3981590270996094,0.5965232849121094,0.43511390686035156,0.4086494445800781,0.39839744567871094,0.3993511199951172,0.36907196044921875,0.39649009704589844,0.4267692565917969,0.4074573516845703,0.6353855133056641,0.6723403930664062,0.6392002105712891,0.6017684936523438,0.5824565887451172,0.6165504455566406,0.5853176116943359,0.5919933319091797,0.7278919219970703,0.6437301635742188 +37500,25000,gpu,uniform,True,False,False,0.4172325134277344,0.48279762268066406,0.4134178161621094,0.44727325439453125,0.41103363037109375,0.4227161407470703,0.3910064697265625,0.4458427429199219,0.4208087921142578,0.4260540008544922,0.5390644073486328,0.7793903350830078,0.5018711090087891,0.5116462707519531,0.48041343688964844,0.4878044128417969,0.5137920379638672,0.49877166748046875,0.4825592041015625,0.4723072052001953 +37500,25000,gpu,uniform,False,False,True,0.4191398620605469,0.39005279541015625,0.4284381866455078,0.3948211669921875,0.42629241943359375,0.43511390686035156,0.45800209045410156,0.446319580078125,0.3864765167236328,0.39649009704589844,0.5362033843994141,0.5228519439697266,0.5018711090087891,0.5424022674560547,0.5164146423339844,0.5068778991699219,0.4932880401611328,0.4990100860595703,0.5102157592773438,0.5323886871337891 +37500,25000,gpu,uniform,False,False,False,0.44345855712890625,0.4031658172607422,0.3840923309326172,0.4241466522216797,0.370025634765625,0.4029273986816406,0.4622936248779297,0.4458427429199219,0.41031837463378906,0.4291534423828125,0.5147457122802734,0.5428791046142578,0.5269050598144531,0.5178451538085938,0.5464553833007812,0.5202293395996094,0.5140304565429688,0.5059242248535156,0.5095005035400391,0.5080699920654297 +37500,25000,gpu,normal,True,True,True,0.8161067962646484,0.9675025939941406,0.7710456848144531,0.7684230804443359,0.7448196411132812,0.7472038269042969,0.7448196411132812,0.70953369140625,0.7455348968505859,0.7116794586181641,0.6289482116699219,0.6837844848632812,0.6425380706787109,0.9763240814208984,1.0905265808105469,0.9582042694091797,0.8347034454345703,0.7991790771484375,0.8230209350585938,0.7791519165039062 +37500,25000,gpu,normal,True,True,False,0.8006095886230469,0.5397796630859375,0.48923492431640625,0.48232078552246094,0.4870891571044922,0.5233287811279297,0.5075931549072266,0.4954338073730469,0.4875659942626953,0.4706382751464844,0.6964206695556641,0.6792545318603516,0.652313232421875,0.6656646728515625,0.6506443023681641,0.8020401000976562,0.8845329284667969,0.8471012115478516,0.8187294006347656,0.7863044738769531 +37500,25000,gpu,normal,False,True,True,1.3000965118408203,1.13677978515625,1.0738372802734375,1.0952949523925781,1.0657310485839844,1.0161399841308594,0.9989738464355469,1.013040542602539,0.9870529174804688,1.0156631469726562,0.5533695220947266,0.5421638488769531,0.5092620849609375,0.5128383636474609,0.5319118499755859,0.5252361297607422,0.5397796630859375,0.5333423614501953,0.5097389221191406,0.5300045013427734 +37500,25000,gpu,normal,False,True,False,0.7374286651611328,0.7526874542236328,0.7276535034179688,0.7381439208984375,0.7185935974121094,0.743865966796875,0.7174015045166016,0.743865966796875,0.7023811340332031,0.7238388061523438,0.652313232421875,0.6678104400634766,0.6465911865234375,0.6704330444335938,0.6468296051025391,0.6611347198486328,0.6647109985351562,0.6113052368164062,0.6186962127685547,0.888824462890625 +37500,25000,gpu,normal,True,False,True,0.6756782531738281,0.6308555603027344,0.6415843963623047,0.6392002105712891,0.614166259765625,0.5924701690673828,0.7262229919433594,0.6015300750732422,0.6244182586669922,0.5795955657958984,0.7214546203613281,0.7393360137939453,0.7205009460449219,0.7340908050537109,0.7352828979492188,0.7073879241943359,0.8406639099121094,0.7364749908447266,0.7429122924804688,0.6844997406005859 +37500,25000,gpu,normal,True,False,False,0.45990943908691406,0.4076957702636719,0.40268898010253906,0.4172325134277344,0.4456043243408203,0.392913818359375,0.41103363037109375,0.4169940948486328,0.4620552062988281,0.36787986755371094,0.7390975952148438,0.7033348083496094,0.7154941558837891,0.766754150390625,0.7081031799316406,0.682830810546875,0.774383544921875,0.7157325744628906,0.7655620574951172,0.7548332214355469 +37500,25000,gpu,normal,False,False,True,0.4229545593261719,0.40602684020996094,0.4916191101074219,0.7731914520263672,0.6902217864990234,0.6833076477050781,0.6353855133056641,0.6618499755859375,0.6411075592041016,0.6453990936279297,0.9415149688720703,0.8893013000488281,0.8172988891601562,0.8053779602050781,0.8065700531005859,0.8008480072021484,0.7791519165039062,0.8134841918945312,0.8454322814941406,0.774383544921875 +37500,25000,gpu,normal,False,False,False,0.4169940948486328,0.4105567932128906,0.8528232574462891,0.7188320159912109,0.6794929504394531,0.6616115570068359,0.6573200225830078,0.6017684936523438,0.4112720489501953,0.4220008850097656,1.0979175567626953,0.8485317230224609,0.7975101470947266,0.7486343383789062,0.7441043853759766,0.7469654083251953,0.7290840148925781,0.7159709930419922,0.7088184356689453,0.7319450378417969 +37500,37500,gpu,homo,True,True,True,0.41961669921875,0.4074573516845703,0.41294097900390625,0.44274330139160156,0.4334449768066406,0.42748451232910156,0.4439353942871094,0.4086494445800781,0.4138946533203125,0.4258155822753906,0.36597251892089844,0.3743171691894531,0.377655029296875,0.3466606140136719,0.37097930908203125,0.3657341003417969,0.3409385681152344,0.354766845703125,0.36907196044921875,0.36263465881347656 +37500,37500,gpu,homo,True,True,False,0.438690185546875,0.47135353088378906,0.4336833953857422,0.4425048828125,0.43511390686035156,0.44083595275878906,0.43201446533203125,0.4513263702392578,0.42700767517089844,0.4057884216308594,0.3705024719238281,0.370025634765625,0.4525184631347656,0.5128383636474609,0.4520416259765625,0.40602684020996094,0.41937828063964844,0.39267539978027344,0.39196014404296875,0.3948211669921875 +37500,37500,gpu,homo,False,True,True,0.6906986236572266,0.6747245788574219,0.6542205810546875,0.6718635559082031,0.6458759307861328,0.6489753723144531,0.6701946258544922,0.6778240203857422,0.6451606750488281,0.698089599609375,0.3688335418701172,0.3986358642578125,0.3821849822998047,0.40030479431152344,0.3495216369628906,0.3795623779296875,0.6330013275146484,0.5095005035400391,0.45871734619140625,0.47588348388671875 +37500,37500,gpu,homo,False,True,False,0.9486675262451172,0.86212158203125,0.7443428039550781,0.6613731384277344,0.6296634674072266,0.6337165832519531,0.6349086761474609,0.6601810455322266,0.6816387176513672,0.6449222564697266,0.49591064453125,0.4811286926269531,0.4973411560058594,0.5068778991699219,0.5342960357666016,0.49042701721191406,0.5018711090087891,0.4222393035888672,0.3650188446044922,0.3573894500732422 +37500,37500,gpu,homo,True,False,True,0.47850608825683594,0.4444122314453125,0.6496906280517578,0.44918060302734375,0.4010200500488281,0.43773651123046875,0.40793418884277344,0.4372596740722656,0.44536590576171875,0.4572868347167969,0.7815361022949219,0.6761550903320312,0.6451606750488281,0.6592273712158203,0.5924701690673828,0.6246566772460938,0.8051395416259766,0.6270408630371094,0.6122589111328125,0.5998611450195312 +37500,37500,gpu,homo,True,False,False,0.43082237243652344,0.45013427734375,0.4582405090332031,0.4482269287109375,0.42939186096191406,0.438690185546875,0.4267692565917969,0.4508495330810547,0.4138946533203125,0.4291534423828125,0.6346702575683594,0.6434917449951172,0.6499290466308594,0.6136894226074219,0.6155967712402344,0.60272216796875,0.6318092346191406,0.6473064422607422,0.6451606750488281,0.6396770477294922 +37500,37500,gpu,homo,False,False,True,0.45299530029296875,0.4336833953857422,0.4305839538574219,0.45037269592285156,0.44465065002441406,0.4296302795410156,0.4184246063232422,0.4189014434814453,0.41937828063964844,0.44083595275878906,0.7894039154052734,0.6563663482666016,0.6413459777832031,0.6287097930908203,0.6132125854492188,0.614166259765625,0.6656646728515625,0.6167888641357422,0.5967617034912109,0.5948543548583984 +37500,37500,gpu,homo,False,False,False,0.4241466522216797,0.4100799560546875,0.42319297790527344,0.41174888610839844,0.4112720489501953,0.4181861877441406,0.40149688720703125,0.41294097900390625,0.3972053527832031,0.438690185546875,0.5788803100585938,0.6113052368164062,0.6031990051269531,0.5881786346435547,0.6158351898193359,0.5834102630615234,0.5753040313720703,0.6272792816162109,0.5822181701660156,0.6010532379150391 +37500,37500,gpu,uniform,True,True,True,0.8990764617919922,0.8363723754882812,0.7758140563964844,0.7848739624023438,0.7531642913818359,0.9162425994873047,0.8206367492675781,0.8015632629394531,0.7936954498291016,0.7781982421875,0.6935596466064453,0.5209445953369141,0.45108795166015625,0.4489421844482422,0.4889965057373047,0.4191398620605469,0.4420280456542969,0.4279613494873047,0.45037269592285156,0.4398822784423828 +37500,37500,gpu,uniform,True,True,False,0.9539127349853516,0.9222030639648438,0.8704662322998047,0.8385181427001953,0.8471012115478516,0.8559226989746094,0.9219646453857422,0.8788108825683594,0.8051395416259766,0.8494853973388672,0.446319580078125,0.4448890686035156,0.4336833953857422,0.4429817199707031,0.4572868347167969,0.476837158203125,0.4742145538330078,0.4417896270751953,0.4248619079589844,0.46753883361816406 +37500,37500,gpu,uniform,False,True,True,0.5855560302734375,0.5626678466796875,0.5502700805664062,0.5812644958496094,0.530242919921875,0.5586147308349609,0.5176067352294922,0.5421638488769531,0.5793571472167969,0.5612373352050781,0.4394054412841797,0.446319580078125,0.4124641418457031,0.4699230194091797,0.4432201385498047,0.8034706115722656,0.6165504455566406,0.5724430084228516,0.5698204040527344,0.5671977996826172 +37500,37500,gpu,uniform,False,True,False,0.6098747253417969,0.5757808685302734,0.6392002105712891,0.6248950958251953,0.6139278411865234,0.6253719329833984,0.6368160247802734,0.5886554718017578,0.6062984466552734,0.5784034729003906,0.5533695220947266,0.6313323974609375,0.5943775177001953,0.5748271942138672,0.5564689636230469,0.5633831024169922,0.5862712860107422,0.5629062652587891,0.5631446838378906,0.5574226379394531 +37500,37500,gpu,uniform,True,False,True,0.46944618225097656,0.48804283142089844,0.4875659942626953,0.5011558532714844,0.43392181396484375,0.4432201385498047,0.42438507080078125,0.48089027404785156,0.4715919494628906,0.5872249603271484,0.6017684936523438,0.61798095703125,0.6248950958251953,0.6277561187744141,0.9503364562988281,0.6511211395263672,0.6399154663085938,0.6513595581054688,0.5776882171630859,0.6039142608642578 +37500,37500,gpu,uniform,True,False,False,0.7393360137939453,0.6935596466064453,0.7023811340332031,0.6721019744873047,0.7233619689941406,0.6623268127441406,0.6589889526367188,0.6308555603027344,0.6661415100097656,0.6756782531738281,0.6186962127685547,0.6053447723388672,0.5869865417480469,0.5681514739990234,0.7107257843017578,0.6101131439208984,0.6051063537597656,0.5831718444824219,0.5810260772705078,0.5946159362792969 +37500,37500,gpu,uniform,False,False,True,0.4456043243408203,0.47588348388671875,0.4296302795410156,0.4646778106689453,0.8559226989746094,0.7383823394775391,0.7655620574951172,0.9241104125976562,0.7076263427734375,0.7462501525878906,0.6909370422363281,0.720977783203125,0.6916522979736328,0.6895065307617188,0.7021427154541016,0.7135868072509766,0.6954669952392578,0.6825923919677734,0.6771087646484375,0.6604194641113281 +37500,37500,gpu,uniform,False,False,False,0.7152557373046875,0.6968975067138672,0.7061958312988281,0.6661415100097656,0.8459091186523438,0.6949901580810547,0.6921291351318359,0.6225109100341797,0.6580352783203125,0.5996227264404297,0.5705356597900391,0.5850791931152344,0.5967617034912109,0.576019287109375,0.6251335144042969,0.6163120269775391,0.6012916564941406,0.6008148193359375,0.579833984375,0.5941390991210938 +37500,37500,gpu,normal,True,True,True,0.774383544921875,0.7915496826171875,1.1968612670898438,1.1587142944335938,1.0502338409423828,1.0187625885009766,1.2979507446289062,1.0981559753417969,1.0426044464111328,1.0194778442382812,0.7271766662597656,0.7114410400390625,0.6792545318603516,0.7162094116210938,0.7462501525878906,0.7305145263671875,0.6954669952392578,0.7274150848388672,0.7448196411132812,0.7340908050537109 +37500,37500,gpu,normal,True,True,False,0.8237361907958984,1.0218620300292969,0.8254051208496094,0.8039474487304688,0.8034706115722656,0.7956027984619141,0.7975101470947266,0.7860660552978516,0.804901123046875,0.8144378662109375,0.8149147033691406,0.8230209350585938,0.8156299591064453,0.8306503295898438,0.8299350738525391,0.8521080017089844,1.0471343994140625,0.7903575897216797,0.8370876312255859,0.8442401885986328 +37500,37500,gpu,normal,False,True,True,0.7653236389160156,0.8678436279296875,0.8447170257568359,0.8347034454345703,0.8227825164794922,0.7801055908203125,0.7829666137695312,0.7622241973876953,0.8218288421630859,0.8370876312255859,0.7314682006835938,0.7143020629882812,0.7367134094238281,0.7190704345703125,0.7216930389404297,0.6926059722900391,0.7121562957763672,0.6690025329589844,0.7152557373046875,0.6837844848632812 +37500,37500,gpu,normal,False,True,False,0.7808208465576172,0.8175373077392578,0.8265972137451172,1.2469291687011719,1.0883808135986328,0.98419189453125,0.8270740509033203,0.8425712585449219,0.7727146148681641,0.7708072662353516,0.9303092956542969,1.1348724365234375,0.8974075317382812,0.8859634399414062,0.8764266967773438,0.850677490234375,0.8428096771240234,0.8325576782226562,0.7169246673583984,0.7305145263671875 +37500,37500,gpu,normal,True,False,True,0.9522438049316406,0.7588863372802734,0.7326602935791016,0.6821155548095703,0.6763935089111328,0.759124755859375,0.7233619689941406,0.6861686706542969,0.7007122039794922,0.6721019744873047,0.8232593536376953,1.0559558868408203,0.8220672607421875,0.8051395416259766,0.8282661437988281,0.7841587066650391,0.7989406585693359,0.8034706115722656,0.7491111755371094,0.8037090301513672 +37500,37500,gpu,normal,True,False,False,0.7572174072265625,0.7550716400146484,0.728607177734375,0.7665157318115234,0.7147789001464844,0.6947517395019531,0.7445812225341797,0.7004737854003906,0.6992816925048828,0.6949901580810547,0.7958412170410156,0.7765293121337891,0.9782314300537109,0.7829666137695312,0.7457733154296875,0.7855892181396484,0.7996559143066406,1.0008811950683594,0.95367431640625,0.9429454803466797 +37500,37500,gpu,normal,False,False,True,0.4966259002685547,0.4730224609375,0.5183219909667969,0.453948974609375,0.4787445068359375,0.47206878662109375,0.46753883361816406,0.4401206970214844,0.4963874816894531,0.46634674072265625,0.9081363677978516,0.8740425109863281,0.8115768432617188,0.8594989776611328,0.8664131164550781,0.8404254913330078,0.8757114410400391,0.8525848388671875,0.8471012115478516,0.8251667022705078 +37500,37500,gpu,normal,False,False,False,0.5009174346923828,0.47397613525390625,0.4572868347167969,0.5166530609130859,0.4687309265136719,0.4763603210449219,0.47779083251953125,0.4973411560058594,0.4448890686035156,0.5245208740234375,0.8122920989990234,0.8072853088378906,0.7982254028320312,0.8373260498046875,0.7915496826171875,0.7865428924560547,0.7486343383789062,0.7777214050292969,0.8022785186767578,0.7791519165039062 +37500,50000,gpu,homo,True,True,True,0.6036758422851562,0.6182193756103516,0.5686283111572266,0.6105899810791016,0.5886554718017578,0.5905628204345703,0.5817413330078125,0.5843639373779297,0.5857944488525391,0.591278076171875,0.4305839538574219,0.4208087921142578,0.3876686096191406,0.41222572326660156,0.4029273986816406,0.4076957702636719,0.4210472106933594,0.41484832763671875,0.6644725799560547,0.4425048828125 +37500,50000,gpu,homo,True,True,False,0.6897449493408203,0.6117820739746094,0.6036758422851562,0.6148815155029297,0.6020069122314453,0.5977153778076172,0.6103515625,0.9887218475341797,0.9610652923583984,0.8914470672607422,0.4565715789794922,0.5209445953369141,0.5474090576171875,0.5235671997070312,0.49996376037597656,0.5221366882324219,0.5311965942382812,0.5204677581787109,0.5092620849609375,0.5724430084228516 +37500,50000,gpu,homo,False,True,True,0.6315708160400391,0.7944107055664062,0.6937980651855469,0.659942626953125,0.6663799285888672,0.6744861602783203,0.6639957427978516,0.6582736968994141,0.6465911865234375,0.6465911865234375,0.4711151123046875,0.5655288696289062,0.5621910095214844,0.7634162902832031,0.49591064453125,0.4611015319824219,0.47588348388671875,0.4591941833496094,0.45561790466308594,0.438690185546875 +37500,50000,gpu,homo,False,True,False,0.4642009735107422,0.5333423614501953,0.5419254302978516,0.7708072662353516,0.4954338073730469,0.4451274871826172,0.4801750183105469,0.4680156707763672,0.4436969757080078,0.4494190216064453,0.5328655242919922,0.5483627319335938,0.5507469177246094,0.5414485931396484,0.5345344543457031,0.5319118499755859,0.522613525390625,0.5257129669189453,0.5311965942382812,0.5741119384765625 +37500,50000,gpu,homo,True,False,True,0.507354736328125,0.4925727844238281,0.5159378051757812,0.5042552947998047,0.5040168762207031,0.4971027374267578,0.5154609680175781,0.5054473876953125,0.5128383636474609,0.4773139953613281,0.7920265197753906,0.7894039154052734,0.7445812225341797,1.104116439819336,0.8275508880615234,0.7815361022949219,0.8170604705810547,0.7708072662353516,0.7221698760986328,0.7374286651611328 +37500,50000,gpu,homo,True,False,False,0.8332729339599609,0.8616447448730469,0.8366107940673828,0.7765293121337891,0.7627010345458984,0.7340908050537109,0.6990432739257812,0.7674694061279297,0.6959438323974609,0.7271766662597656,0.61798095703125,0.6256103515625,0.5893707275390625,0.5939006805419922,0.6048679351806641,0.5717277526855469,0.6108283996582031,0.6046295166015625,0.5788803100585938,0.6098747253417969 +37500,50000,gpu,homo,False,False,True,0.5652904510498047,0.47206878662109375,0.5035400390625,0.4944801330566406,0.4825592041015625,0.4951953887939453,0.47278404235839844,0.49114227294921875,0.4916191101074219,0.5013942718505859,0.5826950073242188,0.5953311920166016,0.5974769592285156,0.762939453125,0.6086826324462891,0.5784034729003906,0.5686283111572266,0.5779266357421875,0.5893707275390625,0.5669593811035156 +37500,50000,gpu,homo,False,False,False,0.44846534729003906,0.4849433898925781,0.4436969757080078,0.4496574401855469,0.4391670227050781,0.4611015319824219,0.4706382751464844,0.5559921264648438,0.492095947265625,0.4477500915527344,0.5958080291748047,0.6089210510253906,0.6017684936523438,0.5850791931152344,0.6017684936523438,0.5948543548583984,0.5881786346435547,0.5893707275390625,0.6563663482666016,0.6101131439208984 +37500,50000,gpu,uniform,True,True,True,0.8041858673095703,1.2066364288330078,1.089334487915039,1.0488033294677734,0.995635986328125,0.8111000061035156,0.8008480072021484,0.7812976837158203,0.7653236389160156,0.7901191711425781,0.6592273712158203,0.6310939788818359,0.6093978881835938,0.6225109100341797,0.7939338684082031,0.6556510925292969,0.6387233734130859,0.6160736083984375,0.6487369537353516,0.87738037109375 +37500,50000,gpu,uniform,True,True,False,0.8563995361328125,0.8132457733154297,0.8497238159179688,0.8063316345214844,0.8332729339599609,0.8945465087890625,1.186370849609375,1.1773109436035156,1.0750293731689453,1.0590553283691406,0.52642822265625,0.5371570587158203,0.5180835723876953,0.5533695220947266,0.5190372467041016,0.5245208740234375,0.5106925964355469,0.5168914794921875,0.5207061767578125,0.5331039428710938 +37500,50000,gpu,uniform,False,True,True,0.5865097045898438,0.5688667297363281,0.5791187286376953,0.5326271057128906,0.5366802215576172,0.5598068237304688,0.5757808685302734,0.5559921264648438,0.5831718444824219,0.5428791046142578,0.9365081787109375,0.6079673767089844,0.5643367767333984,0.5490779876708984,0.568389892578125,0.5517005920410156,0.5855560302734375,0.5631446838378906,0.5786418914794922,0.5786418914794922 +37500,50000,gpu,uniform,False,True,False,0.6306171417236328,0.6380081176757812,0.5974769592285156,0.6396770477294922,0.9629726409912109,0.9675025939941406,0.8809566497802734,0.8175373077392578,0.9520053863525391,0.8738040924072266,0.682830810546875,0.6906986236572266,0.6647109985351562,0.6852149963378906,0.6787776947021484,0.6785392761230469,0.6537437438964844,0.6296634674072266,0.5946159362792969,0.6382465362548828 +37500,50000,gpu,uniform,True,False,True,0.5757808685302734,0.54168701171875,0.5586147308349609,0.5629062652587891,0.5476474761962891,0.5481243133544922,0.54168701171875,0.5295276641845703,0.5052089691162109,0.5278587341308594,0.9222030639648438,0.9081363677978516,0.8656978607177734,0.8523464202880859,0.8790493011474609,0.8728504180908203,0.9186267852783203,0.8411407470703125,0.8411407470703125,1.0249614715576172 +37500,50000,gpu,uniform,True,False,False,0.5273818969726562,0.5688667297363281,0.5886554718017578,0.5402565002441406,0.5514621734619141,0.5421638488769531,0.5590915679931641,0.5257129669189453,0.5300045013427734,0.5352497100830078,0.782012939453125,1.7409324645996094,0.8857250213623047,0.8816719055175781,0.8795261383056641,0.8420944213867188,0.8296966552734375,0.8194446563720703,0.8196830749511719,0.8261203765869141 +37500,50000,gpu,uniform,False,False,True,0.5178451538085938,0.5199909210205078,0.5133152008056641,0.6270408630371094,0.5578994750976562,0.5743503570556641,0.6899833679199219,0.5862712860107422,0.48923492431640625,0.5123615264892578,0.9474754333496094,1.0693073272705078,0.8606910705566406,0.8492469787597656,0.8931159973144531,0.8232593536376953,0.7958412170410156,0.8451938629150391,0.8008480072021484,0.8237361907958984 +37500,50000,gpu,uniform,False,False,False,0.5435943603515625,0.5114078521728516,0.5404949188232422,0.5266666412353516,0.5431175231933594,0.492095947265625,0.5190372467041016,0.5245208740234375,0.8461475372314453,0.7712841033935547,0.7212162017822266,0.7181167602539062,0.7085800170898438,0.6771087646484375,0.732421875,0.6477832794189453,0.7181167602539062,0.6794929504394531,0.6821155548095703,0.6875991821289062 +37500,50000,gpu,normal,True,True,True,1.524209976196289,1.4424324035644531,1.4998912811279297,1.495361328125,1.2819766998291016,1.1904239654541016,1.2736320495605469,1.2960433959960938,1.2707710266113281,1.2667179107666016,0.8037090301513672,0.8580684661865234,0.8118152618408203,0.8347034454345703,0.8325576782226562,0.8244514465332031,0.8394718170166016,1.0166168212890625,0.8339881896972656,0.8082389831542969 +37500,50000,gpu,normal,True,True,False,1.1758804321289062,1.1756420135498047,1.184225082397461,1.1811256408691406,1.1925697326660156,1.1544227600097656,1.1856555938720703,1.1475086212158203,1.2073516845703125,1.4233589172363281,0.9503364562988281,0.9670257568359375,0.9665489196777344,0.9250640869140625,0.9086132049560547,0.9324550628662109,0.9839534759521484,1.0428428649902344,0.9837150573730469,1.1172294616699219 +37500,50000,gpu,normal,False,True,True,1.081705093383789,1.1048316955566406,1.0824203491210938,1.0716915130615234,1.0406970977783203,1.0864734649658203,1.1165142059326172,1.3244152069091797,1.1630058288574219,1.0666847229003906,0.9865760803222656,1.0256767272949219,1.043081283569336,1.0249614715576172,1.016855239868164,0.9810924530029297,1.0752677917480469,1.0986328125,1.0006427764892578,0.9870529174804688 +37500,50000,gpu,normal,False,True,False,0.774383544921875,0.7748603820800781,0.8246898651123047,1.1491775512695312,1.0383129119873047,1.012563705444336,0.9987354278564453,1.0027885437011719,1.0695457458496094,1.112222671508789,0.8661746978759766,0.8823871612548828,0.8478164672851562,0.8518695831298828,0.8747577667236328,0.9095668792724609,0.8635520935058594,0.8490085601806641,0.8552074432373047,0.8790493011474609 +37500,50000,gpu,normal,True,False,True,0.5581378936767578,0.5674362182617188,0.5488395690917969,0.5567073822021484,0.8797645568847656,0.8368492126464844,0.8251667022705078,1.1055469512939453,0.8194446563720703,0.81634521484375,0.9920597076416016,0.9655952453613281,0.9672641754150391,0.9739398956298828,0.9551048278808594,0.9632110595703125,0.9734630584716797,0.9431838989257812,0.9620189666748047,0.9844303131103516 +37500,50000,gpu,normal,True,False,False,0.5519390106201172,0.5524158477783203,0.5128383636474609,0.8938312530517578,1.0592937469482422,0.850677490234375,0.8168220520019531,0.8082389831542969,0.8111000061035156,0.7445812225341797,1.0101795196533203,1.0113716125488281,1.020669937133789,1.3246536254882812,1.0502338409423828,0.9720325469970703,0.9722709655761719,0.9844303131103516,1.0612010955810547,0.9784698486328125 +37500,50000,gpu,normal,False,False,True,0.5435943603515625,0.5097389221191406,0.5671977996826172,0.5574226379394531,0.5452632904052734,0.7674694061279297,0.5450248718261719,0.5552768707275391,0.5412101745605469,0.5285739898681641,0.9636878967285156,1.1944770812988281,1.188516616821289,0.9472370147705078,0.9403228759765625,0.9133815765380859,0.9100437164306641,0.9026527404785156,0.8978843688964844,0.8721351623535156 +37500,50000,gpu,normal,False,False,False,0.8127689361572266,0.9000301361083984,0.8890628814697266,0.9226799011230469,0.78582763671875,0.8265972137451172,1.0483264923095703,0.7975101470947266,0.7309913635253906,0.774383544921875,0.8723735809326172,0.9074211120605469,0.9334087371826172,0.9517669677734375,0.8935928344726562,0.9298324584960938,0.8704662322998047,0.9410381317138672,1.0952949523925781,1.110076904296875 +50000,1000,gpu,homo,True,True,True,0.469207763671875,0.4341602325439453,0.4329681396484375,0.4241466522216797,0.4162788391113281,0.4241466522216797,0.43010711669921875,0.396728515625,0.4246234893798828,0.3910064697265625,0.5536079406738281,0.5326271057128906,0.5331039428710938,0.5428791046142578,0.5211830139160156,0.5347728729248047,0.5376338958740234,0.6086826324462891,0.6279945373535156,0.5865097045898438 +50000,1000,gpu,homo,True,True,False,0.2262592315673828,0.2186298370361328,0.22673606872558594,0.23627281188964844,0.22029876708984375,0.1952648162841797,0.21028518676757812,0.1964569091796875,0.20813941955566406,0.1881122589111328,0.6339550018310547,0.591278076171875,0.5574226379394531,0.5748271942138672,0.5788803100585938,0.5633831024169922,0.5593299865722656,0.5590915679931641,0.6384849548339844,0.5981922149658203 +50000,1000,gpu,homo,False,True,True,0.4086494445800781,0.4298686981201172,0.4150867462158203,0.4138946533203125,0.4277229309082031,0.4265308380126953,0.4248619079589844,0.4391670227050781,0.42128562927246094,0.40078163146972656,0.16570091247558594,0.1633167266845703,0.16236305236816406,0.16164779663085938,0.1480579376220703,0.15807151794433594,0.14925003051757812,0.14066696166992188,0.1220703125,0.24580955505371094 +50000,1000,gpu,homo,False,True,False,0.5059242248535156,0.4992485046386719,0.5223751068115234,0.5559921264648438,0.6060600280761719,0.5280971527099609,0.5443096160888672,0.5655288696289062,0.5464553833007812,0.5211830139160156,0.17142295837402344,0.1518726348876953,0.1761913299560547,0.1983642578125,0.1971721649169922,0.1659393310546875,0.1575946807861328,0.16570091247558594,0.1590251922607422,0.14829635620117188 +50000,1000,gpu,homo,True,False,True,0.446319580078125,0.438690185546875,0.48089027404785156,0.44655799865722656,0.4239082336425781,0.4253387451171875,0.4284381866455078,0.42438507080078125,0.4410743713378906,0.40459632873535156,0.4413127899169922,0.4372596740722656,0.4303455352783203,0.43010711669921875,0.34332275390625,0.34117698669433594,0.6453990936279297,0.41031837463378906,0.3561973571777344,0.30994415283203125 +50000,1000,gpu,homo,True,False,False,0.4723072052001953,0.44035911560058594,0.5140304565429688,0.4565715789794922,0.44226646423339844,0.4367828369140625,0.42128562927246094,0.4372596740722656,0.4558563232421875,0.43392181396484375,0.4570484161376953,0.3895759582519531,0.3552436828613281,0.3387928009033203,0.3523826599121094,0.35309791564941406,0.377655029296875,0.49114227294921875,0.4062652587890625,0.3299713134765625 +50000,1000,gpu,homo,False,False,True,0.5102157592773438,0.46634674072265625,0.5762577056884766,0.7753372192382812,0.4780292510986328,0.5028247833251953,0.4837512969970703,0.44083595275878906,0.4494190216064453,0.42939186096191406,0.6318092346191406,0.5872249603271484,0.5891323089599609,0.5719661712646484,0.5891323089599609,0.5977153778076172,0.5769729614257812,0.5829334259033203,0.5955696105957031,0.5719661712646484 +50000,1000,gpu,homo,False,False,False,0.2758502960205078,0.24318695068359375,0.25010108947753906,0.32639503479003906,0.2779960632324219,0.2524852752685547,0.2090930938720703,0.2372264862060547,0.24509429931640625,0.21767616271972656,0.6237030029296875,0.6849765777587891,0.5505084991455078,0.6747245788574219,0.5974769592285156,0.5297660827636719,0.5462169647216797,0.5097389221191406,0.49877166748046875,0.4916191101074219 +50000,1000,gpu,uniform,True,True,True,0.5230903625488281,0.5052089691162109,0.4951953887939453,0.7817745208740234,0.5307197570800781,0.48232078552246094,0.4436969757080078,0.44226646423339844,0.4467964172363281,0.43010711669921875,0.4596710205078125,0.4811286926269531,0.46443939208984375,0.4420280456542969,0.4715919494628906,0.46896934509277344,0.4138946533203125,0.4372596740722656,0.43010711669921875,0.45490264892578125 +50000,1000,gpu,uniform,True,True,False,0.29730796813964844,0.2636909484863281,0.24938583374023438,0.3426074981689453,0.29540061950683594,0.2560615539550781,0.3154277801513672,0.2677440643310547,0.28228759765625,0.24700164794921875,0.5261898040771484,0.5118846893310547,0.5123615264892578,0.52642822265625,0.5166530609130859,0.5064010620117188,0.5078315734863281,0.5004405975341797,0.5283355712890625,0.5054473876953125 +50000,1000,gpu,uniform,False,True,True,0.5524158477783203,0.5867481231689453,0.5395412445068359,0.5464553833007812,0.5555152893066406,0.5297660827636719,0.5640983581542969,0.5486011505126953,0.5581378936767578,0.5319118499755859,0.18668174743652344,0.1773834228515625,0.1914501190185547,0.17118453979492188,0.16498565673828125,0.23484230041503906,0.2129077911376953,0.19359588623046875,0.2028942108154297,0.17786026000976562 +50000,1000,gpu,uniform,False,True,False,0.518798828125,0.5583763122558594,0.5502700805664062,0.5145072937011719,0.5166530609130859,0.5083084106445312,0.5004405975341797,0.5156993865966797,0.4913806915283203,0.5259513854980469,0.2803802490234375,0.30231475830078125,0.3170967102050781,0.2999305725097656,0.3123283386230469,0.28967857360839844,0.2830028533935547,0.29587745666503906,0.30231475830078125,0.29969215393066406 +50000,1000,gpu,uniform,True,False,True,0.28586387634277344,0.26106834411621094,0.31876564025878906,0.2777576446533203,0.2865791320800781,0.26798248291015625,0.2925395965576172,0.2491474151611328,0.2963542938232422,0.2636909484863281,0.2524852752685547,0.2663135528564453,0.24080276489257812,0.25272369384765625,0.2353191375732422,0.2503395080566406,0.2200603485107422,0.2338886260986328,0.25177001953125,0.24890899658203125 +50000,1000,gpu,uniform,True,False,False,0.27751922607421875,0.3154277801513672,0.3046989440917969,0.32258033752441406,0.29921531677246094,0.34165382385253906,0.29587745666503906,0.2918243408203125,0.6422996520996094,1.1048316955566406,0.24628639221191406,0.23746490478515625,0.2334117889404297,0.28228759765625,0.25963783264160156,0.274658203125,0.43582916259765625,0.255584716796875,0.2315044403076172,0.23317337036132812 +50000,1000,gpu,uniform,False,False,True,0.5619525909423828,0.5152225494384766,0.5252361297607422,0.5028247833251953,0.5178451538085938,0.5161762237548828,0.5109310150146484,0.49591064453125,0.49567222595214844,0.5004405975341797,0.4963874816894531,0.5331039428710938,0.5373954772949219,0.5345344543457031,0.5049705505371094,0.5588531494140625,0.5161762237548828,0.5075931549072266,0.5080699920654297,0.5297660827636719 +50000,1000,gpu,uniform,False,False,False,0.28324127197265625,0.2880096435546875,0.2968311309814453,0.29015541076660156,0.2815723419189453,0.2689361572265625,0.30517578125,0.32329559326171875,0.30493736267089844,0.6494522094726562,0.6475448608398438,0.6499290466308594,0.6213188171386719,0.6277561187744141,0.6237030029296875,0.6091594696044922,0.6024837493896484,0.6122589111328125,0.6449222564697266,0.6346702575683594 +50000,1000,gpu,normal,True,True,True,0.2560615539550781,0.2658367156982422,0.2715587615966797,0.2605915069580078,0.22268295288085938,0.2722740173339844,0.2732276916503906,0.2422332763671875,0.23937225341796875,0.25177001953125,0.7321834564208984,0.7319450378417969,0.81634521484375,0.7548332214355469,0.7004737854003906,0.7331371307373047,0.7176399230957031,0.7529258728027344,0.7023811340332031,0.8969306945800781 +50000,1000,gpu,normal,True,True,False,0.23651123046875,0.22745132446289062,0.22840499877929688,0.263214111328125,0.20384788513183594,0.2200603485107422,0.21147727966308594,0.21266937255859375,0.2033710479736328,0.2200603485107422,0.7128715515136719,0.6976127624511719,0.7152557373046875,0.7221698760986328,0.720977783203125,0.7317066192626953,0.9951591491699219,1.0442733764648438,0.9434223175048828,0.7624626159667969 +50000,1000,gpu,normal,False,True,True,1.1277198791503906,1.0902881622314453,1.062631607055664,1.3184547424316406,1.0344982147216797,0.9403228759765625,0.9596347808837891,0.9315013885498047,1.004934310913086,0.9548664093017578,0.21076202392578125,0.17762184143066406,0.19407272338867188,0.2033710479736328,0.21791458129882812,0.20051002502441406,0.20384788513183594,0.2071857452392578,0.20503997802734375,0.20432472229003906 +50000,1000,gpu,normal,False,True,False,1.1234283447265625,1.2662410736083984,1.0111331939697266,1.1093616485595703,1.0423660278320312,0.9965896606445312,1.0144710540771484,1.064300537109375,1.0159015655517578,0.980377197265625,0.3261566162109375,0.293731689453125,0.3566741943359375,0.3199577331542969,0.30875205993652344,0.35834312438964844,0.38695335388183594,0.37026405334472656,0.3528594970703125,0.29659271240234375 +50000,1000,gpu,normal,True,False,True,0.2856254577636719,0.30803680419921875,0.26345252990722656,0.3063678741455078,0.3173351287841797,0.32329559326171875,0.31375885009765625,0.31685829162597656,0.29468536376953125,0.33664703369140625,0.25963783264160156,0.2574920654296875,0.21600723266601562,0.232696533203125,0.23508071899414062,0.24771690368652344,0.2486705780029297,0.24318695068359375,0.24271011352539062,0.2307891845703125 +50000,1000,gpu,normal,True,False,False,0.2658367156982422,0.3018379211425781,0.26226043701171875,0.2415180206298828,0.2562999725341797,0.2734661102294922,0.28967857360839844,0.2281665802001953,0.4749298095703125,0.26416778564453125,0.4115104675292969,0.3864765167236328,0.3790855407714844,0.37741661071777344,0.3745555877685547,0.3871917724609375,0.3495216369628906,0.3840923309326172,0.3795623779296875,0.39005279541015625 +50000,1000,gpu,normal,False,False,True,0.30732154846191406,0.26297569274902344,0.2853870391845703,0.27823448181152344,0.30803680419921875,0.29206275939941406,0.26607513427734375,0.2586841583251953,0.30803680419921875,0.2810955047607422,0.7278919219970703,0.7321834564208984,0.7565021514892578,0.7393360137939453,0.6999969482421875,0.7157325744628906,0.7369518280029297,0.7233619689941406,0.7369518280029297,1.0251998901367188 +50000,1000,gpu,normal,False,False,False,0.5884170532226562,0.5555152893066406,0.5295276641845703,0.5028247833251953,0.47898292541503906,0.4742145538330078,0.47659873962402344,0.47969818115234375,0.5788803100585938,0.4992485046386719,1.0983943939208984,0.8165836334228516,0.7414817810058594,0.7398128509521484,0.7414817810058594,0.728607177734375,0.7283687591552734,0.7061958312988281,0.7357597351074219,0.728607177734375 +50000,2500,gpu,homo,True,True,True,0.2505779266357422,0.23865699768066406,0.225067138671875,0.6220340728759766,1.155853271484375,0.484466552734375,0.48661231994628906,0.4470348358154297,0.35190582275390625,0.30303001403808594,0.5443096160888672,0.560760498046875,0.5331039428710938,0.5297660827636719,0.5362033843994141,0.5369186401367188,0.5509853363037109,0.5424022674560547,0.5848407745361328,0.5702972412109375 +50000,2500,gpu,homo,True,True,False,0.26416778564453125,0.2529621124267578,0.2205371856689453,0.2377033233642578,0.25343894958496094,0.5161762237548828,0.20933151245117188,0.23984909057617188,0.2357959747314453,0.2186298370361328,0.5652904510498047,0.5850791931152344,0.7486343383789062,0.5776882171630859,0.5404949188232422,0.5750656127929688,0.5729198455810547,0.5772113800048828,0.5648136138916016,0.5991458892822266 +50000,2500,gpu,homo,False,True,True,0.5521774291992188,0.5345344543457031,0.5342960357666016,0.5381107330322266,0.5450248718261719,0.5524158477783203,0.5505084991455078,0.5309581756591797,0.5340576171875,0.5497932434082031,0.29969215393066406,0.27561187744140625,0.25582313537597656,0.3077983856201172,0.2789497375488281,0.2655982971191406,0.26535987854003906,0.27441978454589844,0.2651214599609375,0.2837181091308594 +50000,2500,gpu,homo,False,True,False,0.7731914520263672,0.7345676422119141,0.7171630859375,0.7214546203613281,0.7104873657226562,0.7047653198242188,0.7257461547851562,0.7023811340332031,0.7102489471435547,0.6921291351318359,0.1735687255859375,0.17118453979492188,0.21028518676757812,0.2090930938720703,0.19621849060058594,0.2014636993408203,0.2009868621826172,0.17905235290527344,0.1723766326904297,0.17333030700683594 +50000,2500,gpu,homo,True,False,True,0.47326087951660156,0.4718303680419922,0.4725456237792969,0.4756450653076172,0.47397613525390625,0.4553794860839844,0.335693359375,0.5970001220703125,0.6010532379150391,0.6878376007080078,0.31638145446777344,0.25391578674316406,0.25200843811035156,0.28204917907714844,0.2696514129638672,0.2770423889160156,0.2925395965576172,0.2677440643310547,0.26798248291015625,0.2675056457519531 +50000,2500,gpu,homo,True,False,False,0.24127960205078125,0.25272369384765625,0.2231597900390625,0.2510547637939453,0.24437904357910156,0.2529621124267578,0.2682209014892578,0.23317337036132812,0.2753734588623047,0.22792816162109375,0.24962425231933594,0.2541542053222656,0.2644062042236328,0.2224445343017578,0.23245811462402344,0.24700164794921875,0.2536773681640625,0.23412704467773438,0.22125244140625,0.26154518127441406 +50000,2500,gpu,homo,False,False,True,0.4756450653076172,0.4363059997558594,0.4267692565917969,0.6837844848632812,0.4572868347167969,0.4932880401611328,0.47969818115234375,0.4394054412841797,0.44918060302734375,0.43129920959472656,0.591278076171875,0.7104873657226562,0.667572021484375,0.6158351898193359,0.5865097045898438,0.5788803100585938,0.5779266357421875,0.5846023559570312,0.5831718444824219,0.5855560302734375 +50000,2500,gpu,homo,False,False,False,0.3998279571533203,0.4215240478515625,0.4324913024902344,0.42128562927246094,0.42510032653808594,0.4181861877441406,0.40841102600097656,0.5209445953369141,0.5970001220703125,0.4913806915283203,0.5106925964355469,0.49757957458496094,0.48279762268066406,0.4734992980957031,0.5247592926025391,0.5190372467041016,0.4734992980957031,0.4863739013671875,0.4813671112060547,0.4773139953613281 +50000,2500,gpu,uniform,True,True,True,0.25534629821777344,0.28586387634277344,0.28133392333984375,0.2498626708984375,0.26416778564453125,0.293731689453125,0.22864341735839844,0.26488304138183594,0.28896331787109375,0.26226043701171875,0.45418739318847656,0.44417381286621094,0.476837158203125,0.4398822784423828,0.43845176696777344,0.5104541778564453,0.47659873962402344,0.5123615264892578,0.4634857177734375,0.8106231689453125 +50000,2500,gpu,uniform,True,True,False,0.7760524749755859,0.5657672882080078,0.5426406860351562,0.5171298980712891,0.4863739013671875,0.4646778106689453,0.5319118499755859,0.4279613494873047,0.4603862762451172,0.4680156707763672,0.6501674652099609,0.6048679351806641,0.66375732421875,0.5781650543212891,0.49686431884765625,0.4913806915283203,0.5142688751220703,0.5247592926025391,0.5068778991699219,0.49567222595214844 +50000,2500,gpu,uniform,False,True,True,0.7781982421875,0.7481575012207031,0.7421970367431641,0.7338523864746094,0.7088184356689453,0.7343292236328125,0.7266998291015625,0.6842613220214844,0.7562637329101562,0.7295608520507812,0.2772808074951172,0.24580955505371094,0.19979476928710938,0.2300739288330078,0.24461746215820312,0.408172607421875,0.42128562927246094,0.36716461181640625,0.49042701721191406,0.34332275390625 +50000,2500,gpu,uniform,False,True,False,0.7646083831787109,0.8318424224853516,0.8122920989990234,0.7555484771728516,0.7047653198242188,0.7219314575195312,0.7135868072509766,0.6797313690185547,0.7078647613525391,0.67138671875,0.3380775451660156,0.38123130798339844,0.42748451232910156,0.42819976806640625,0.40149688720703125,0.36263465881347656,0.3032684326171875,0.3447532653808594,0.36144256591796875,0.5335807800292969 +50000,2500,gpu,uniform,True,False,True,0.2617835998535156,0.41556358337402344,0.5314350128173828,0.5474090576171875,0.5130767822265625,0.5311965942382812,0.48279762268066406,0.5006790161132812,0.5199909210205078,0.5426406860351562,0.38123130798339844,0.377655029296875,0.37670135498046875,0.37384033203125,0.3681182861328125,0.3771781921386719,0.3914833068847656,0.3762245178222656,0.4048347473144531,0.3819465637207031 +50000,2500,gpu,uniform,True,False,False,0.2887248992919922,0.34117698669433594,0.3223419189453125,0.6890296936035156,0.5481243133544922,0.5161762237548828,0.5571842193603516,0.44727325439453125,0.4200935363769531,0.4124641418457031,0.40340423583984375,0.41031837463378906,0.41675567626953125,0.4448890686035156,0.423431396484375,0.3955364227294922,0.3802776336669922,0.3845691680908203,0.38909912109375,0.3991127014160156 +50000,2500,gpu,uniform,False,False,True,0.2906322479248047,0.29349327087402344,0.2930164337158203,0.27251243591308594,0.32711029052734375,0.28228759765625,0.2982616424560547,0.2856254577636719,0.28014183044433594,0.2751350402832031,0.8380413055419922,0.5347728729248047,0.5064010620117188,0.5342960357666016,0.5364418029785156,0.522613525390625,0.5202293395996094,0.5252361297607422,0.5669593811035156,0.5333423614501953 +50000,2500,gpu,uniform,False,False,False,0.9067058563232422,0.5769729614257812,0.5474090576171875,0.5903244018554688,0.5655288696289062,0.5633831024169922,0.6272792816162109,0.6203651428222656,0.5195140838623047,0.5052089691162109,0.5781650543212891,0.5817413330078125,0.5645751953125,0.5717277526855469,0.5712509155273438,0.5657672882080078,0.5865097045898438,0.5617141723632812,0.5805492401123047,0.5750656127929688 +50000,2500,gpu,normal,True,True,True,0.3046989440917969,0.2281665802001953,0.26726722717285156,0.22411346435546875,0.23984909057617188,0.2903938293457031,0.2338886260986328,0.2453327178955078,0.2601146697998047,0.2582073211669922,0.7245540618896484,0.7200241088867188,0.6909370422363281,0.6639957427978516,0.6816387176513672,0.6582736968994141,0.6895065307617188,0.6954669952392578,0.6711483001708984,0.7622241973876953 +50000,2500,gpu,normal,True,True,False,0.2548694610595703,0.2627372741699219,0.24628639221191406,0.23984909057617188,0.22792816162109375,0.23245811462402344,0.23365020751953125,0.25725364685058594,0.270843505859375,0.2689361572265625,0.7269382476806641,0.7557868957519531,0.7011890411376953,0.7092952728271484,0.7352828979492188,0.7138252258300781,0.6685256958007812,0.6887912750244141,0.7317066192626953,0.7283687591552734 +50000,2500,gpu,normal,False,True,True,1.1146068572998047,1.1265277862548828,1.600503921508789,1.445770263671875,1.3775825500488281,1.3260841369628906,1.3074874877929688,1.3463497161865234,1.2950897216796875,1.310110092163086,0.24127960205078125,0.2243518829345703,0.2951622009277344,0.2655982971191406,0.22339820861816406,0.24700164794921875,0.22077560424804688,0.22029876708984375,0.22721290588378906,0.2665519714355469 +50000,2500,gpu,normal,False,True,False,1.3802051544189453,1.4710426330566406,1.2803077697753906,1.249074935913086,1.3153553009033203,1.439809799194336,1.3225078582763672,1.3570785522460938,1.3849735260009766,1.3992786407470703,0.3485679626464844,0.3457069396972656,0.32067298889160156,0.34499168395996094,0.3528594970703125,0.3314018249511719,0.32806396484375,0.37169456481933594,0.335693359375,0.3597736358642578 +50000,2500,gpu,normal,True,False,True,0.29349327087402344,0.3247261047363281,0.2677440643310547,0.29850006103515625,0.2722740173339844,0.2689361572265625,0.2925395965576172,0.2486705780029297,0.2982616424560547,0.2536773681640625,0.25653839111328125,0.28777122497558594,0.263214111328125,0.28896331787109375,0.2617835998535156,0.27871131896972656,0.2512931823730469,0.3116130828857422,0.2846717834472656,0.2999305725097656 +50000,2500,gpu,normal,True,False,False,0.5025863647460938,0.5013942718505859,0.4982948303222656,0.4966259002685547,0.5307197570800781,0.5035400390625,0.4909038543701172,0.48422813415527344,0.4990100860595703,0.4966259002685547,0.2837181091308594,0.2980232238769531,0.2853870391845703,0.30303001403808594,0.29087066650390625,0.2732276916503906,0.29778480529785156,0.3142356872558594,0.3170967102050781,0.5440711975097656 +50000,2500,gpu,normal,False,False,True,0.5259513854980469,0.4906654357910156,0.5016326904296875,0.49757957458496094,0.47659873962402344,0.4973411560058594,0.5409717559814453,0.5071163177490234,0.43010711669921875,0.38886070251464844,0.7369518280029297,0.7488727569580078,0.7398128509521484,0.7534027099609375,0.7381439208984375,0.7412433624267578,0.7321834564208984,0.7328987121582031,0.7507801055908203,0.7269382476806641 +50000,2500,gpu,normal,False,False,False,0.3304481506347656,0.3120899200439453,0.3027915954589844,0.2696514129638672,0.2765655517578125,0.28061866760253906,0.26106834411621094,0.28133392333984375,0.26488304138183594,0.2808570861816406,0.7925033569335938,0.9486675262451172,0.7781982421875,0.7345676422119141,0.7367134094238281,0.7581710815429688,0.7524490356445312,0.7452964782714844,0.7011890411376953,0.7395744323730469 +50000,5000,gpu,homo,True,True,True,0.209808349609375,0.24580955505371094,0.25391578674316406,0.2346038818359375,0.225067138671875,0.644683837890625,0.4894733428955078,0.5049705505371094,0.5042552947998047,0.44083595275878906,0.6051063537597656,0.5872249603271484,0.5922317504882812,0.5621910095214844,0.5595684051513672,0.5593299865722656,0.5702972412109375,0.5717277526855469,0.5731582641601562,0.5650520324707031 +50000,5000,gpu,homo,True,True,False,0.244140625,0.22077560424804688,0.22268295288085938,0.21576881408691406,0.22363662719726562,0.2238750457763672,0.2536773681640625,0.2639293670654297,0.25916099548339844,0.2224445343017578,0.49233436584472656,0.49686431884765625,0.5016326904296875,0.4928112030029297,0.499725341796875,0.4718303680419922,0.4813671112060547,0.4801750183105469,0.4570484161376953,0.47135353088378906 +50000,5000,gpu,homo,False,True,True,0.8137226104736328,0.8120536804199219,0.8077621459960938,0.7855892181396484,0.8072853088378906,0.789642333984375,0.8401870727539062,0.8416175842285156,0.8883476257324219,0.8497238159179688,0.23627281188964844,0.21982192993164062,0.23794174194335938,0.21028518676757812,0.20623207092285156,0.18286705017089844,0.202178955078125,0.1938343048095703,0.17786026000976562,0.17142295837402344 +50000,5000,gpu,homo,False,True,False,0.5517005920410156,0.5137920379638672,0.5061626434326172,0.5419254302978516,0.5338191986083984,0.5068778991699219,0.5307197570800781,0.5235671997070312,0.5435943603515625,0.5030632019042969,0.31876564025878906,0.31566619873046875,0.3230571746826172,0.3199577331542969,0.3523826599121094,0.3421306610107422,0.3314018249511719,0.3209114074707031,0.3123283386230469,0.31495094299316406 +50000,5000,gpu,homo,True,False,True,0.5071163177490234,0.49948692321777344,0.5116462707519531,0.5044937133789062,0.5013942718505859,0.5002021789550781,0.4925727844238281,0.5791187286376953,0.5862712860107422,0.5304813385009766,0.2770423889160156,0.2753734588623047,0.2903938293457031,0.2655982971191406,0.29349327087402344,0.27751922607421875,0.2510547637939453,0.26917457580566406,0.27108192443847656,0.26535987854003906 +50000,5000,gpu,homo,True,False,False,0.2682209014892578,0.25391578674316406,0.29540061950683594,0.2925395965576172,0.2868175506591797,0.31757354736328125,0.3528594970703125,0.28896331787109375,0.4773139953613281,0.27871131896972656,0.27632713317871094,0.2980232238769531,0.301361083984375,0.2830028533935547,0.28228759765625,0.3018379211425781,0.2803802490234375,0.2770423889160156,0.3094673156738281,0.2968311309814453 +50000,5000,gpu,homo,False,False,True,0.2856254577636719,0.27370452880859375,0.2684593200683594,0.43272972106933594,0.2803802490234375,0.27489662170410156,0.2598762512207031,0.2636909484863281,0.2779960632324219,0.24366378784179688,0.514984130859375,0.5090236663818359,0.5168914794921875,0.4856586456298828,0.4744529724121094,0.49304962158203125,0.4622936248779297,0.4992485046386719,0.4761219024658203,0.4947185516357422 +50000,5000,gpu,homo,False,False,False,0.48804283142089844,0.46825408935546875,0.6194114685058594,0.5538463592529297,0.5183219909667969,0.49185752868652344,0.4680156707763672,0.4572868347167969,0.47326087951660156,0.46324729919433594,0.5915164947509766,0.5934238433837891,0.579833984375,0.6055831909179688,0.6334781646728516,0.5977153778076172,0.5755424499511719,0.598907470703125,0.5905628204345703,0.5857944488525391 +50000,5000,gpu,uniform,True,True,True,0.2779960632324219,0.2593994140625,0.2288818359375,1.1112689971923828,0.7090568542480469,0.5154609680175781,0.4901885986328125,0.4639625549316406,0.46896934509277344,0.4754066467285156,0.6165504455566406,0.6127357482910156,0.6256103515625,0.5958080291748047,0.5767345428466797,0.5891323089599609,0.5946159362792969,0.6134510040283203,0.5884170532226562,0.5948543548583984 +50000,5000,gpu,uniform,True,True,False,0.2498626708984375,0.2624988555908203,0.2434253692626953,0.2503395080566406,0.24437904357910156,0.2627372741699219,0.23317337036132812,0.2868175506591797,0.2472400665283203,0.25391578674316406,0.7522106170654297,0.5755424499511719,0.560760498046875,0.5114078521728516,0.5128383636474609,0.5388259887695312,0.5090236663818359,0.5297660827636719,0.5216598510742188,0.5135536193847656 +50000,5000,gpu,uniform,False,True,True,0.8714199066162109,0.8945465087890625,0.8769035339355469,0.84686279296875,0.8807182312011719,0.9245872497558594,0.8623600006103516,0.8504390716552734,1.2137889862060547,1.0623931884765625,0.3490447998046875,0.3147125244140625,0.3261566162109375,0.3292560577392578,0.3173351287841797,0.32901763916015625,0.3466606140136719,0.33473968505859375,0.3249645233154297,0.32448768615722656 +50000,5000,gpu,uniform,False,True,False,0.9546279907226562,1.1296272277832031,0.9441375732421875,0.8945465087890625,0.9050369262695312,0.8893013000488281,0.8516311645507812,0.8258819580078125,0.8935928344726562,0.9489059448242188,0.34999847412109375,0.2841949462890625,0.2903938293457031,0.24628639221191406,0.25534629821777344,0.2243518829345703,0.26416778564453125,0.2639293670654297,0.2353191375732422,0.2620220184326172 +50000,5000,gpu,uniform,True,False,True,0.3261566162109375,0.3044605255126953,0.34689903259277344,0.2970695495605469,0.3361701965332031,0.30231475830078125,0.3170967102050781,0.3383159637451172,0.30994415283203125,0.2830028533935547,0.400543212890625,0.36406517028808594,0.38051605224609375,0.36787986755371094,0.35309791564941406,0.3542900085449219,0.392913818359375,0.39696693420410156,0.3612041473388672,0.4067420959472656 +50000,5000,gpu,uniform,True,False,False,0.5626678466796875,0.5481243133544922,0.5228519439697266,0.5307197570800781,0.5321502685546875,0.5121231079101562,0.518798828125,0.5121231079101562,0.5412101745605469,0.4947185516357422,0.4508495330810547,0.47469139099121094,0.4355907440185547,0.4329681396484375,0.45037269592285156,0.39005279541015625,0.3578662872314453,0.3256797790527344,0.3082752227783203,0.2923011779785156 +50000,5000,gpu,uniform,False,False,True,0.57220458984375,0.5898475646972656,0.5505084991455078,0.5636215209960938,0.5216598510742188,0.6234645843505859,0.5581378936767578,0.5335807800292969,0.5841255187988281,0.7314682006835938,0.5376338958740234,0.5340576171875,0.5223751068115234,0.5462169647216797,0.5576610565185547,0.5927085876464844,0.6186962127685547,0.5471706390380859,0.5800724029541016,0.5476474761962891 +50000,5000,gpu,uniform,False,False,False,0.28586387634277344,0.3170967102050781,0.30422210693359375,0.31185150146484375,0.29468536376953125,0.3275871276855469,0.3211498260498047,0.32830238342285156,0.29921531677246094,0.2887248992919922,0.6573200225830078,0.6566047668457031,0.6067752838134766,0.5609989166259766,0.6592273712158203,0.6325244903564453,0.6151199340820312,0.6206035614013672,0.7462501525878906,0.6816387176513672 +50000,5000,gpu,normal,True,True,True,0.2644062042236328,0.3025531768798828,0.2689361572265625,0.2512931823730469,0.2963542938232422,0.2720355987548828,0.25773048400878906,0.2644062042236328,0.2620220184326172,0.26488304138183594,0.7033348083496094,0.7021427154541016,0.6916522979736328,0.6799697875976562,0.7002353668212891,0.6833076477050781,0.6966590881347656,0.6949901580810547,0.6668567657470703,0.6616115570068359 +50000,5000,gpu,normal,True,True,False,0.47016143798828125,0.4780292510986328,0.4425048828125,0.4811286926269531,0.44035911560058594,0.45871734619140625,0.4658699035644531,0.4513263702392578,0.46443939208984375,0.4658699035644531,0.9851455688476562,0.8330345153808594,0.8563995361328125,0.8249282836914062,0.8108615875244141,0.8285045623779297,0.8132457733154297,0.8342266082763672,0.80108642578125,0.8459091186523438 +50000,5000,gpu,normal,False,True,True,1.1243820190429688,1.1107921600341797,1.127481460571289,1.1050701141357422,1.1169910430908203,1.4505386352539062,1.1510848999023438,1.1630058288574219,1.123666763305664,1.4958381652832031,0.3094673156738281,0.31566619873046875,0.30684471130371094,0.30231475830078125,0.26679039001464844,0.2655982971191406,0.2841949462890625,0.29277801513671875,0.2884864807128906,0.28705596923828125 +50000,5000,gpu,normal,False,True,False,1.3775825500488281,1.312255859375,1.2774467468261719,1.2671947479248047,1.3759136199951172,1.386404037475586,1.436471939086914,1.2617111206054688,1.2459754943847656,1.245737075805664,0.3781318664550781,0.3895759582519531,0.3981590270996094,0.3764629364013672,0.38361549377441406,0.32711029052734375,0.3974437713623047,0.35858154296875,0.37550926208496094,0.3552436828613281 +50000,5000,gpu,normal,True,False,True,0.5311965942382812,0.5435943603515625,0.5292892456054688,0.5216598510742188,0.5099773406982422,0.5390644073486328,0.51116943359375,0.5209445953369141,0.52642822265625,0.5564689636230469,0.3733634948730469,0.35500526428222656,0.38123130798339844,0.5474090576171875,0.6155967712402344,0.6339550018310547,0.5643367767333984,0.49304962158203125,0.5714893341064453,0.4317760467529297 +50000,5000,gpu,normal,True,False,False,0.3628730773925781,0.32138824462890625,0.2834796905517578,0.316619873046875,0.3428459167480469,0.33354759216308594,0.32210350036621094,0.2903938293457031,0.3001689910888672,0.2913475036621094,0.4649162292480469,0.4611015319824219,0.45108795166015625,0.48351287841796875,0.45871734619140625,0.45990943908691406,0.45371055603027344,0.47469139099121094,0.4773139953613281,0.4417896270751953 +50000,5000,gpu,normal,False,False,True,0.5121231079101562,0.5133152008056641,0.5068778991699219,0.5228519439697266,0.4756450653076172,0.5307197570800781,0.48804283142089844,0.5071163177490234,0.5004405975341797,0.5040168762207031,0.7834434509277344,0.7739067077636719,0.7605552673339844,0.7276535034179688,0.7340908050537109,0.8070468902587891,1.1093616485595703,0.8223056793212891,0.7669925689697266,0.7567405700683594 +50000,5000,gpu,normal,False,False,False,0.3101825714111328,0.3292560577392578,0.3018379211425781,0.3285408020019531,0.3077983856201172,0.30231475830078125,0.3368854522705078,0.32448768615722656,0.34689903259277344,0.30112266540527344,0.8826255798339844,0.8184909820556641,0.7777214050292969,0.7114410400390625,0.7371902465820312,0.7393360137939453,0.7727146148681641,0.7543563842773438,0.7059574127197266,0.7770061492919922 +50000,10000,gpu,homo,True,True,True,0.32782554626464844,0.2987384796142578,0.2892017364501953,0.2827644348144531,0.3094673156738281,0.24366378784179688,0.26106834411621094,0.28634071350097656,0.2722740173339844,0.4150867462158203,0.4832744598388672,0.9641647338867188,0.4799365997314453,0.45299530029296875,0.4513263702392578,0.4551410675048828,0.4558563232421875,0.4849433898925781,0.4601478576660156,0.44083595275878906 +50000,10000,gpu,homo,True,True,False,0.453948974609375,0.4551410675048828,0.43511390686035156,0.45180320739746094,0.29206275939941406,0.2453327178955078,0.2713203430175781,0.22149085998535156,0.2646446228027344,0.2903938293457031,0.7097721099853516,0.6959438323974609,0.6399154663085938,0.6411075592041016,0.6313323974609375,0.5986690521240234,0.6175041198730469,0.6117820739746094,0.6220340728759766,0.6604194641113281 +50000,10000,gpu,homo,False,True,True,0.5559921264648438,0.560760498046875,0.5548000335693359,0.54931640625,0.5996227264404297,0.5552768707275391,0.5617141723632812,0.5736351013183594,0.8320808410644531,0.5843639373779297,0.2608299255371094,0.2148151397705078,0.20837783813476562,0.2269744873046875,0.23651123046875,0.2238750457763672,0.33545494079589844,0.28514862060546875,0.23889541625976562,0.2071857452392578 +50000,10000,gpu,homo,False,True,False,0.5462169647216797,0.5147457122802734,0.5090236663818359,0.4935264587402344,0.5505084991455078,0.5249977111816406,0.5192756652832031,0.5104541778564453,0.5130767822265625,0.5235671997070312,0.2071857452392578,0.24199485778808594,0.23436546325683594,0.22792816162109375,0.2269744873046875,0.21839141845703125,0.21123886108398438,0.21266937255859375,0.22840499877929688,0.2315044403076172 +50000,10000,gpu,homo,True,False,True,0.30493736267089844,0.2722740173339844,0.3025531768798828,0.29015541076660156,0.28967857360839844,0.30875205993652344,0.2999305725097656,0.2760887145996094,0.2720355987548828,0.2925395965576172,0.4532337188720703,0.4336833953857422,0.42748451232910156,0.42724609375,0.42176246643066406,0.41961669921875,0.42319297790527344,0.4467964172363281,0.4570484161376953,0.42819976806640625 +50000,10000,gpu,homo,True,False,False,0.3228187561035156,0.27823448181152344,0.3123283386230469,0.31638145446777344,0.33664703369140625,0.3032684326171875,0.308990478515625,0.2949237823486328,0.26917457580566406,0.31948089599609375,0.3478527069091797,0.3285408020019531,0.34546852111816406,0.3478527069091797,0.3523826599121094,0.35119056701660156,0.3476142883300781,0.32329559326171875,0.32830238342285156,0.33545494079589844 +50000,10000,gpu,homo,False,False,True,0.3101825714111328,0.3116130828857422,0.29754638671875,0.3075599670410156,0.29969215393066406,0.32019615173339844,0.29468536376953125,0.3075599670410156,0.29349327087402344,0.30684471130371094,0.48732757568359375,0.49877166748046875,0.47659873962402344,0.4756450653076172,0.5323886871337891,0.5462169647216797,0.4870891571044922,0.7345676422119141,0.484466552734375,0.4837512969970703 +50000,10000,gpu,homo,False,False,False,0.3006458282470703,0.30040740966796875,0.293731689453125,0.26726722717285156,0.2868175506591797,0.2942085266113281,0.28252601623535156,0.26726722717285156,0.2942085266113281,0.3235340118408203,0.6110668182373047,0.6844997406005859,0.6096363067626953,0.5900859832763672,0.5950927734375,0.6163120269775391,0.5791187286376953,0.7061958312988281,0.6983280181884766,0.6544589996337891 +50000,10000,gpu,uniform,True,True,True,0.5061626434326172,0.5044937133789062,0.5290508270263672,0.499725341796875,0.47397613525390625,0.5385875701904297,0.46944618225097656,0.4851818084716797,0.4954338073730469,0.49686431884765625,0.7050037384033203,0.6606578826904297,0.9455680847167969,0.6551742553710938,0.6005764007568359,0.6110668182373047,0.6303787231445312,0.5984306335449219,0.6062984466552734,0.5946159362792969 +50000,10000,gpu,uniform,True,True,False,0.5526542663574219,0.5955696105957031,0.5242824554443359,0.5087852478027344,0.514984130859375,0.49877166748046875,0.5044937133789062,0.5164146423339844,0.49185752868652344,0.4889965057373047,0.5698204040527344,0.5371570587158203,0.5381107330322266,0.5424022674560547,0.5521774291992188,0.5350112915039062,0.5495548248291016,0.5037784576416016,0.5419254302978516,0.5338191986083984 +50000,10000,gpu,uniform,False,True,True,1.003265380859375,0.7884502410888672,0.7729530334472656,0.7908344268798828,0.759124755859375,0.7503032684326172,0.7503032684326172,0.7445812225341797,0.7827281951904297,0.7295608520507812,0.36144256591796875,0.3273487091064453,0.5249977111816406,0.31280517578125,0.32711029052734375,0.32401084899902344,0.32830238342285156,0.4239082336425781,0.39768218994140625,0.34689903259277344 +50000,10000,gpu,uniform,False,True,False,0.6783008575439453,0.6906986236572266,0.6809234619140625,0.7040500640869141,0.6747245788574219,0.6926059722900391,0.6814002990722656,0.6916522979736328,0.7119178771972656,0.6630420684814453,0.5657672882080078,0.4448890686035156,0.4258155822753906,0.38933753967285156,0.41747093200683594,0.4444122314453125,0.4000663757324219,0.35834312438964844,0.3905296325683594,0.3685951232910156 +50000,10000,gpu,uniform,True,False,True,0.38170814514160156,0.3101825714111328,0.34046173095703125,0.3304481506347656,0.3273487091064453,0.3216266632080078,0.3421306610107422,0.37288665771484375,0.5457401275634766,0.4591941833496094,0.3955364227294922,0.38242340087890625,0.3285408020019531,0.3879070281982422,0.3674030303955078,0.3829002380371094,0.38909912109375,0.36454200744628906,0.3631114959716797,0.38909912109375 +50000,10000,gpu,uniform,True,False,False,0.33164024353027344,0.308990478515625,0.3178119659423828,0.30684471130371094,0.3407001495361328,0.3211498260498047,0.335693359375,0.3275871276855469,0.3399848937988281,0.3075599670410156,0.4134178161621094,0.3674030303955078,0.39887428283691406,0.3819465637207031,0.40435791015625,0.3695487976074219,0.3914833068847656,0.4191398620605469,0.38242340087890625,0.36907196044921875 +50000,10000,gpu,uniform,False,False,True,0.5877017974853516,0.6935596466064453,0.60272216796875,0.5316734313964844,0.5512237548828125,0.5619525909423828,0.5512237548828125,0.5102157592773438,0.5695819854736328,0.5757808685302734,0.5207061767578125,0.5245208740234375,0.7493495941162109,0.7011890411376953,0.6511211395263672,0.6504058837890625,0.6313323974609375,0.6463527679443359,0.7793903350830078,0.6577968597412109 +50000,10000,gpu,uniform,False,False,False,0.3457069396972656,0.33211708068847656,0.32711029052734375,0.339508056640625,0.3044605255126953,0.32973289489746094,0.3120899200439453,0.3123283386230469,0.3566741943359375,0.347137451171875,0.5476474761962891,0.5769729614257812,0.5466938018798828,0.8015632629394531,0.6010532379150391,0.5769729614257812,0.5686283111572266,0.5888938903808594,0.5848407745361328,0.5495548248291016 +50000,10000,gpu,normal,True,True,True,0.2872943878173828,0.28395652770996094,0.26035308837890625,0.2999305725097656,0.31185150146484375,0.3180503845214844,0.31685829162597656,0.2970695495605469,0.278472900390625,0.23865699768066406,0.9365081787109375,0.9179115295410156,0.9005069732666016,0.8375644683837891,0.8478164672851562,0.7987022399902344,0.8568763732910156,0.8342266082763672,0.8950233459472656,0.9729862213134766 +50000,10000,gpu,normal,True,True,False,0.5161762237548828,0.49424171447753906,0.4982948303222656,0.5152225494384766,0.4801750183105469,0.46944618225097656,0.44655799865722656,0.42629241943359375,0.408172607421875,0.44655799865722656,0.7817745208740234,0.7796287536621094,0.7250308990478516,0.7562637329101562,0.7882118225097656,0.7541179656982422,0.7512569427490234,0.7627010345458984,0.7073879241943359,0.7574558258056641 +50000,10000,gpu,normal,False,True,True,1.3358592987060547,1.3239383697509766,1.2667179107666016,1.3349056243896484,1.543283462524414,1.3527870178222656,1.3110637664794922,1.3527870178222656,1.2140274047851562,1.2750625610351562,0.415802001953125,0.37407875061035156,0.4601478576660156,0.3879070281982422,0.40149688720703125,0.37550926208496094,0.3986358642578125,0.39768218994140625,0.4138946533203125,0.4177093505859375 +50000,10000,gpu,normal,False,True,False,1.3575553894042969,1.333475112915039,1.3239383697509766,1.2640953063964844,1.2302398681640625,1.4872550964355469,1.3184547424316406,1.2786388397216797,1.2662410736083984,1.2116432189941406,0.43010711669921875,0.4096031188964844,0.4315376281738281,0.48089027404785156,0.42247772216796875,0.4646778106689453,0.42748451232910156,0.4513263702392578,0.4253387451171875,0.40030479431152344 +50000,10000,gpu,normal,True,False,True,0.5357265472412109,0.5490779876708984,0.5357265472412109,0.522613525390625,0.5359649658203125,0.5860328674316406,0.4730224609375,0.46372413635253906,0.476837158203125,0.4794597625732422,0.5240440368652344,0.5469322204589844,0.5354881286621094,0.522613525390625,0.5297660827636719,0.5207061767578125,0.6346702575683594,0.52642822265625,0.7202625274658203,0.6601810455322266 +50000,10000,gpu,normal,True,False,False,0.3654956817626953,0.3616809844970703,0.3380775451660156,0.30493736267089844,0.3287792205810547,1.2331008911132812,0.6899833679199219,0.7822513580322266,0.6036758422851562,0.5671977996826172,0.5691051483154297,0.6000995635986328,0.6525516510009766,0.5915164947509766,0.5445480346679688,0.5719661712646484,0.5292892456054688,0.5297660827636719,0.5118846893310547,0.5495548248291016 +50000,10000,gpu,normal,False,False,True,0.5729198455810547,0.5326271057128906,0.4703998565673828,0.5097389221191406,0.5142688751220703,0.5304813385009766,0.5183219909667969,0.5052089691162109,0.492095947265625,0.5068778991699219,0.9131431579589844,0.8876323699951172,0.8971691131591797,0.8320808410644531,0.8676052093505859,0.8833408355712891,0.8614063262939453,0.8695125579833984,0.9102821350097656,0.8959770202636719 +50000,10000,gpu,normal,False,False,False,0.3447532653808594,0.3314018249511719,0.3185272216796875,0.32448768615722656,0.34165382385253906,0.3323554992675781,0.36716461181640625,0.3719329833984375,0.3578662872314453,0.34236907958984375,1.0981559753417969,0.9250640869140625,0.896453857421875,0.8878707885742188,0.8711814880371094,0.8752346038818359,0.8480548858642578,0.8482933044433594,0.8394718170166016,0.8711814880371094 +50000,25000,gpu,homo,True,True,True,0.40340423583984375,0.35572052001953125,0.3447532653808594,0.3409385681152344,0.3407001495361328,0.3287792205810547,0.3657341003417969,0.3352165222167969,0.33402442932128906,0.3333091735839844,0.5421638488769531,0.5064010620117188,0.4725456237792969,0.41747093200683594,0.4286766052246094,0.40841102600097656,0.4253387451171875,0.4494190216064453,0.42510032653808594,0.4296302795410156 +50000,25000,gpu,homo,True,True,False,0.3638267517089844,0.3223419189453125,0.3383159637451172,0.3228187561035156,0.3330707550048828,0.32806396484375,0.3414154052734375,0.3292560577392578,0.34236907958984375,0.34356117248535156,0.4703998565673828,0.44345855712890625,0.45943260192871094,0.4322528839111328,0.4646778106689453,0.4372596740722656,0.4699230194091797,0.46062469482421875,0.45943260192871094,0.4458427429199219 +50000,25000,gpu,homo,False,True,True,0.5843639373779297,0.5705356597900391,0.6003379821777344,0.5784034729003906,0.6129741668701172,0.5755424499511719,0.5598068237304688,0.5891323089599609,0.5586147308349609,0.5807876586914062,0.42557716369628906,0.4513263702392578,0.4622936248779297,0.46944618225097656,0.45180320739746094,0.43129920959472656,0.45013427734375,0.45680999755859375,0.44274330139160156,0.42891502380371094 +50000,25000,gpu,homo,False,True,False,0.8523464202880859,0.8740425109863281,0.7748603820800781,0.7798671722412109,0.8304119110107422,0.7832050323486328,0.7941722869873047,0.7331371307373047,0.7472038269042969,0.7266998291015625,0.339508056640625,0.3337860107421875,0.3490447998046875,0.3509521484375,0.3657341003417969,0.3445148468017578,0.5671977996826172,0.5714893341064453,0.49376487731933594,0.522613525390625 +50000,25000,gpu,homo,True,False,True,0.40268898010253906,0.4527568817138672,0.43463706970214844,0.4291534423828125,0.4229545593261719,0.4303455352783203,0.4398822784423828,0.40340423583984375,0.4062652587890625,0.42128562927246094,0.47326087951660156,0.48279762268066406,0.49042701721191406,0.46181678771972656,0.46634674072265625,0.45609474182128906,0.469207763671875,0.4527568817138672,0.4630088806152344,0.4744529724121094 +50000,25000,gpu,homo,True,False,False,0.38313865661621094,0.3974437713623047,0.40149688720703125,0.4119873046875,0.3845691680908203,0.3795623779296875,0.38886070251464844,0.6034374237060547,0.3910064697265625,0.38886070251464844,0.5815029144287109,0.5006790161132812,0.5068778991699219,0.4897117614746094,0.4875659942626953,0.5064010620117188,0.5090236663818359,0.48613548278808594,0.4849433898925781,0.48851966857910156 +50000,25000,gpu,homo,False,False,True,0.6577968597412109,0.6389617919921875,0.6244182586669922,0.5736351013183594,0.7429122924804688,0.7069110870361328,0.6773471832275391,0.6494522094726562,0.6363391876220703,0.6449222564697266,0.5536079406738281,0.5407333374023438,0.5402565002441406,0.5426406860351562,0.5390644073486328,0.5636215209960938,0.5252361297607422,0.5354881286621094,0.5316734313964844,0.5412101745605469 +50000,25000,gpu,homo,False,False,False,0.43773651123046875,0.5114078521728516,0.46539306640625,0.43654441833496094,0.4138946533203125,0.4456043243408203,0.4363059997558594,0.4253387451171875,0.47206878662109375,0.8552074432373047,0.6859302520751953,0.6613731384277344,0.6668567657470703,0.7035732269287109,0.6532669067382812,0.6749629974365234,0.6530284881591797,0.6997585296630859,0.6852149963378906,0.8409023284912109 +50000,25000,gpu,uniform,True,True,True,0.6475448608398438,0.6551742553710938,0.6539821624755859,0.6341934204101562,0.6146430969238281,0.6361007690429688,0.6358623504638672,0.6256103515625,0.5939006805419922,0.6158351898193359,0.5991458892822266,0.598907470703125,0.5929470062255859,0.5977153778076172,0.5810260772705078,0.5764961242675781,0.5631446838378906,0.598907470703125,0.5893707275390625,0.5834102630615234 +50000,25000,gpu,uniform,True,True,False,0.49567222595214844,0.48732757568359375,0.6687641143798828,0.4718303680419922,0.4096031188964844,0.40030479431152344,0.4394054412841797,0.4181861877441406,0.4267692565917969,0.4456043243408203,0.4913806915283203,0.4935264587402344,0.5054473876953125,0.4887580871582031,0.5049705505371094,0.5135536193847656,0.48661231994628906,0.5137920379638672,0.5130767822265625,0.4801750183105469 +50000,25000,gpu,uniform,False,True,True,0.7922649383544922,0.8115768432617188,0.7894039154052734,0.8141994476318359,0.8206367492675781,0.8251667022705078,0.7843971252441406,0.8008480072021484,0.7901191711425781,0.8144378662109375,0.4761219024658203,0.45561790466308594,0.392913818359375,0.3864765167236328,0.4191398620605469,0.3838539123535156,0.415802001953125,0.396728515625,0.41675567626953125,0.3731250762939453 +50000,25000,gpu,uniform,False,True,False,0.7586479187011719,0.7648468017578125,0.7293224334716797,0.7119178771972656,0.7588863372802734,0.7622241973876953,0.7169246673583984,0.7531642913818359,0.7092952728271484,0.7078647613525391,0.5297660827636719,0.5092620849609375,0.5328655242919922,0.5388259887695312,0.5278587341308594,0.5257129669189453,0.5178451538085938,0.5142688751220703,0.5280971527099609,0.5328655242919922 +50000,25000,gpu,uniform,True,False,True,0.45037269592285156,0.4737377166748047,0.4718303680419922,0.48542022705078125,0.4820823669433594,0.5023479461669922,0.4639625549316406,0.4925727844238281,0.4863739013671875,0.7243156433105469,0.5490779876708984,0.5795955657958984,0.5736351013183594,0.5366802215576172,0.5164146423339844,0.5228519439697266,0.5393028259277344,0.5486011505126953,0.4878044128417969,0.5536079406738281 +50000,25000,gpu,uniform,True,False,False,0.7050037384033203,0.8981227874755859,0.7309913635253906,0.6721019744873047,0.6937980651855469,0.6501674652099609,0.6787776947021484,0.7529258728027344,0.7264614105224609,0.6470680236816406,0.6916522979736328,0.6897449493408203,0.6489753723144531,0.5347728729248047,0.560760498046875,0.5228519439697266,0.54931640625,0.5314350128173828,0.5986690521240234,0.5176067352294922 +50000,25000,gpu,uniform,False,False,True,0.48804283142089844,0.4584789276123047,0.4944801330566406,0.4570484161376953,0.5130767822265625,0.759124755859375,0.8456707000732422,0.7481575012207031,0.7927417755126953,0.7138252258300781,0.7183551788330078,0.6792545318603516,0.6287097930908203,0.6146430969238281,0.7205009460449219,0.7207393646240234,0.7052421569824219,0.9737014770507812,0.6492137908935547,0.6268024444580078 +50000,25000,gpu,uniform,False,False,False,0.7746219635009766,0.7719993591308594,0.7302761077880859,0.7059574127197266,0.7691383361816406,0.7476806640625,0.6961822509765625,0.6635189056396484,0.6475448608398438,0.6706714630126953,0.6139278411865234,0.6072521209716797,0.6101131439208984,0.5817413330078125,0.5974769592285156,0.5846023559570312,0.5948543548583984,0.6420612335205078,0.6024837493896484,0.9293556213378906 +50000,25000,gpu,normal,True,True,True,0.5278587341308594,0.47779083251953125,0.5218982696533203,0.7836818695068359,0.6132125854492188,0.560760498046875,0.8397102355957031,0.75531005859375,0.7264614105224609,0.5826950073242188,0.8258819580078125,0.8287429809570312,0.8249282836914062,0.8013248443603516,0.8265972137451172,0.8080005645751953,1.0099411010742188,0.9267330169677734,1.0426044464111328,0.9105205535888672 +50000,25000,gpu,normal,True,True,False,0.5013942718505859,0.48351287841796875,0.5362033843994141,0.8122920989990234,0.7166862487792969,0.7016658782958984,0.7290840148925781,0.7658004760742188,0.743865966796875,0.7963180541992188,0.8161067962646484,0.7557868957519531,0.7741451263427734,0.8172988891601562,0.7646083831787109,0.7753372192382812,0.8044242858886719,0.7679462432861328,0.774383544921875,0.7529258728027344 +50000,25000,gpu,normal,False,True,True,1.190185546875,1.1949539184570312,1.1837482452392578,1.150369644165039,1.165151596069336,1.1670589447021484,1.1703968048095703,1.1675357818603516,1.1456012725830078,1.18255615234375,0.5805492401123047,0.5979537963867188,0.6229877471923828,0.6208419799804688,0.6642341613769531,0.6442070007324219,0.6802082061767578,0.9186267852783203,0.6234645843505859,0.6327629089355469 +50000,25000,gpu,normal,False,True,False,1.3284683227539062,1.2557506561279297,1.2388229370117188,1.2676715850830078,1.2445449829101562,1.2836456298828125,1.2600421905517578,1.2395381927490234,1.192331314086914,1.2307167053222656,0.637054443359375,0.6587505340576172,0.6470680236816406,0.6718635559082031,0.6997585296630859,1.0619163513183594,0.7445812225341797,0.6234645843505859,0.6296634674072266,0.6122589111328125 +50000,25000,gpu,normal,True,False,True,0.6797313690185547,0.6608963012695312,0.6489753723144531,0.5948543548583984,0.6139278411865234,0.6215572357177734,0.6210803985595703,0.6072521209716797,0.6175041198730469,0.6377696990966797,0.8599758148193359,0.8547306060791016,0.8161067962646484,0.8809566497802734,0.8296966552734375,0.8285045623779297,0.9963512420654297,0.8423328399658203,0.8423328399658203,0.7829666137695312 +50000,25000,gpu,normal,True,False,False,0.5295276641845703,0.5791187286376953,0.5502700805664062,0.5381107330322266,0.4990100860595703,0.5099773406982422,0.5311965942382812,0.5865097045898438,0.5762577056884766,0.8947849273681641,0.6794929504394531,0.6966590881347656,0.6940364837646484,0.6585121154785156,0.6988048553466797,0.6954669952392578,0.67138671875,0.6937980651855469,0.6809234619140625,0.6961822509765625 +50000,25000,gpu,normal,False,False,True,0.4947185516357422,0.4940032958984375,0.4639625549316406,0.4913806915283203,0.4668235778808594,0.5266666412353516,0.5829334259033203,0.5109310150146484,0.4706382751464844,0.48470497131347656,0.8406639099121094,0.8349418640136719,0.8444786071777344,0.8392333984375,1.140594482421875,1.0330677032470703,0.9949207305908203,1.0175704956054688,0.9996891021728516,1.2102127075195312 +50000,25000,gpu,normal,False,False,False,0.461578369140625,0.46443939208984375,0.4897117614746094,0.44727325439453125,0.46062469482421875,0.43129920959472656,0.4584789276123047,0.5021095275878906,0.4405975341796875,0.4932880401611328,1.010894775390625,0.9939670562744141,1.0440349578857422,1.051187515258789,0.9565353393554688,0.9577274322509766,0.9624958038330078,0.9407997131347656,0.9720325469970703,1.1644363403320312 +50000,37500,gpu,homo,True,True,True,0.4889965057373047,0.43702125549316406,0.4410743713378906,0.904083251953125,0.4477500915527344,0.4532337188720703,0.45037269592285156,0.4532337188720703,0.4570484161376953,0.4086494445800781,0.4401206970214844,0.4105567932128906,0.4162788391113281,0.43511390686035156,0.46515464782714844,0.43010711669921875,0.4363059997558594,0.4286766052246094,0.4410743713378906,0.43654441833496094 +50000,37500,gpu,homo,True,True,False,0.7970333099365234,0.7119178771972656,0.7112026214599609,0.6613731384277344,0.6787776947021484,0.6442070007324219,0.6489753723144531,0.6439685821533203,0.6535053253173828,0.6542205810546875,0.5550384521484375,0.54931640625,0.6148815155029297,0.6229877471923828,0.5986690521240234,0.7622241973876953,0.6458759307861328,0.6108283996582031,0.591278076171875,0.6010532379150391 +50000,37500,gpu,homo,False,True,True,0.6277561187744141,0.8976459503173828,0.5953311920166016,0.6203651428222656,0.6184577941894531,0.6122589111328125,0.5893707275390625,0.5879402160644531,0.5962848663330078,0.5946159362792969,0.5180835723876953,0.5381107330322266,0.4966259002685547,0.5025863647460938,0.4839897155761719,0.5052089691162109,0.507354736328125,0.522613525390625,0.5412101745605469,0.4787445068359375 +50000,37500,gpu,homo,False,True,False,0.81634521484375,0.8459091186523438,0.8187294006347656,0.8134841918945312,0.7424354553222656,0.7319450378417969,0.7507801055908203,1.0204315185546875,1.0287761688232422,0.8859634399414062,0.4074573516845703,0.40650367736816406,0.43463706970214844,0.4134178161621094,0.4191398620605469,0.4057884216308594,0.39887428283691406,0.4134178161621094,0.6732940673828125,0.5657672882080078 +50000,37500,gpu,homo,True,False,True,0.49614906311035156,0.5059242248535156,0.4906654357910156,0.5047321319580078,0.4990100860595703,0.5040168762207031,0.4868507385253906,0.49948692321777344,0.49591064453125,0.4858970642089844,0.6313323974609375,0.8594989776611328,0.6375312805175781,0.5860328674316406,0.5791187286376953,0.5819797515869141,0.6246566772460938,0.5900859832763672,0.5764961242675781,0.5888938903808594 +50000,37500,gpu,homo,True,False,False,0.7541179656982422,0.5593299865722656,0.5223751068115234,0.5116462707519531,0.5452632904052734,0.4978179931640625,0.51116943359375,0.4935264587402344,0.47516822814941406,0.5095005035400391,0.8876323699951172,0.6234645843505859,0.6105899810791016,0.5943775177001953,0.6072521209716797,0.6117820739746094,0.6163120269775391,0.5848407745361328,0.5726814270019531,0.5972385406494141 +50000,37500,gpu,homo,False,False,True,0.499725341796875,0.499725341796875,0.5242824554443359,0.4990100860595703,0.5090236663818359,0.49591064453125,0.5128383636474609,0.5338191986083984,0.5238056182861328,0.5128383636474609,0.6341934204101562,0.6334781646728516,0.5967617034912109,0.6089210510253906,0.6031990051269531,0.6103515625,0.6039142608642578,0.6279945373535156,0.6051063537597656,0.5855560302734375 +50000,37500,gpu,homo,False,False,False,0.8733272552490234,0.7665157318115234,0.7474422454833984,0.6918907165527344,0.5729198455810547,0.5168914794921875,0.5168914794921875,0.5180835723876953,0.5002021789550781,0.5128383636474609,0.6451606750488281,0.7092952728271484,0.6852149963378906,0.6458759307861328,0.6413459777832031,0.7009506225585938,0.6442070007324219,0.8935928344726562,0.6628036499023438,0.629425048828125 +50000,37500,gpu,uniform,True,True,True,0.7696151733398438,0.7131099700927734,0.6961822509765625,0.8997917175292969,0.8244514465332031,0.6532669067382812,0.6835460662841797,0.6866455078125,0.6763935089111328,0.6515979766845703,0.5652904510498047,0.5507469177246094,0.5600452423095703,0.5486011505126953,0.5574226379394531,0.5478858947753906,0.5729198455810547,0.8211135864257812,0.5779266357421875,0.5624294281005859 +50000,37500,gpu,uniform,True,True,False,0.8983612060546875,0.8785724639892578,0.8828639984130859,0.9622573852539062,0.9157657623291016,0.8878707885742188,0.8754730224609375,0.8816719055175781,0.8935928344726562,0.8456707000732422,0.782012939453125,0.7264614105224609,0.6647109985351562,0.7083415985107422,0.6847381591796875,0.7715225219726562,0.7491111755371094,0.6642341613769531,0.6840229034423828,0.6625652313232422 +50000,37500,gpu,uniform,False,True,True,1.0113716125488281,0.8943080902099609,0.9062290191650391,1.0352134704589844,0.9169578552246094,1.0223388671875,0.9372234344482422,0.9250640869140625,0.8678436279296875,0.8947849273681641,0.7035732269287109,0.7252693176269531,0.7033348083496094,0.6401538848876953,0.6375312805175781,0.591278076171875,0.6091594696044922,0.5862712860107422,0.6384849548339844,0.6325244903564453 +50000,37500,gpu,uniform,False,True,False,0.9763240814208984,0.9613037109375,0.9095668792724609,0.9188652038574219,0.9350776672363281,0.9260177612304688,0.9016990661621094,0.8823871612548828,1.1677742004394531,0.8966922760009766,0.6778240203857422,0.6561279296875,0.640869140625,0.6575584411621094,0.6420612335205078,0.6444454193115234,0.6551742553710938,0.6351470947265625,0.6687641143798828,0.6575584411621094 +50000,37500,gpu,uniform,True,False,True,0.5295276641845703,0.5576610565185547,0.9019374847412109,1.1355876922607422,0.7834434509277344,0.7481575012207031,0.7319450378417969,0.7879734039306641,0.7293224334716797,0.751495361328125,0.6778240203857422,0.7312297821044922,0.7300376892089844,0.8628368377685547,0.7071495056152344,0.7107257843017578,0.682830810546875,0.6928443908691406,0.6613731384277344,0.7510185241699219 +50000,37500,gpu,uniform,True,False,False,0.8895397186279297,0.7503032684326172,0.7762908935546875,0.7526874542236328,0.83160400390625,0.7798671722412109,0.8082389831542969,0.7278919219970703,0.8034706115722656,0.8680820465087891,0.8096694946289062,0.7538795471191406,0.705718994140625,0.6775856018066406,0.6890296936035156,0.6988048553466797,0.6945133209228516,0.6830692291259766,0.7178783416748047,0.6709098815917969 +50000,37500,gpu,uniform,False,False,True,0.5686283111572266,0.6072521209716797,0.4963874816894531,0.6010532379150391,1.046895980834961,0.8146762847900391,0.759124755859375,0.7472038269042969,0.5640983581542969,0.5447864532470703,0.7414817810058594,0.7619857788085938,0.8046627044677734,0.7748603820800781,0.7228851318359375,0.7171630859375,0.7226467132568359,0.7092952728271484,0.7028579711914062,0.7240772247314453 +50000,37500,gpu,uniform,False,False,False,0.7386207580566406,0.7576942443847656,0.7503032684326172,0.7600784301757812,0.7734298706054688,0.7569789886474609,0.7021427154541016,0.6301403045654297,0.6546974182128906,0.6604194641113281,0.7202625274658203,0.6954669952392578,0.6940364837646484,0.6785392761230469,0.6842613220214844,0.6835460662841797,0.7309913635253906,0.6983280181884766,0.6799697875976562,0.6661415100097656 +50000,37500,gpu,normal,True,True,True,0.7834434509277344,0.8130073547363281,0.7779598236083984,0.7979869842529297,0.7860660552978516,0.7853507995605469,0.7715225219726562,0.7901191711425781,0.7834434509277344,0.7698535919189453,1.2936592102050781,0.9944438934326172,1.1239051818847656,1.0571479797363281,1.0292530059814453,1.0368824005126953,1.0237693786621094,1.0211467742919922,1.0085105895996094,0.9806156158447266 +50000,37500,gpu,normal,True,True,False,1.0063648223876953,1.0461807250976562,1.0526180267333984,0.9980201721191406,0.9982585906982422,1.0497570037841797,1.0251998901367188,0.9934902191162109,0.9744167327880859,1.1000633239746094,1.0061264038085938,0.9729862213134766,0.9934902191162109,0.9579658508300781,0.9241104125976562,0.9198188781738281,0.8869171142578125,0.8804798126220703,0.98419189453125,0.9799003601074219 +50000,37500,gpu,normal,False,True,True,1.6248226165771484,1.5516281127929688,1.4803409576416016,1.64794921875,1.5556812286376953,1.458883285522461,1.4667510986328125,1.3194084167480469,1.2540817260742188,1.3360977172851562,1.0132789611816406,0.9646415710449219,0.9918212890625,1.001596450805664,0.9882450103759766,0.9870529174804688,0.9741783142089844,0.9503364562988281,0.9512901306152344,0.9477138519287109 +50000,37500,gpu,normal,False,True,False,1.149892807006836,1.157999038696289,2.3229122161865234,1.5785694122314453,1.2483596801757812,1.1453628540039062,1.1327266693115234,1.1489391326904297,1.1515617370605469,1.1227130889892578,0.8254051208496094,0.8342266082763672,0.8616447448730469,1.0471343994140625,0.8156299591064453,0.7812976837158203,0.8435249328613281,0.8225440979003906,0.8022785186767578,0.8141994476318359 +50000,37500,gpu,normal,True,False,True,0.5254745483398438,0.5316734313964844,0.5714893341064453,0.911712646484375,0.8971691131591797,0.7641315460205078,0.7500648498535156,0.7097721099853516,0.7607936859130859,0.7460117340087891,0.9219646453857422,0.8754730224609375,0.9200572967529297,0.9067058563232422,0.9684562683105469,1.16729736328125,0.942230224609375,0.8928775787353516,0.9140968322753906,0.8919239044189453 +50000,37500,gpu,normal,True,False,False,0.5345344543457031,0.55694580078125,0.5311965942382812,0.5359649658203125,0.7665157318115234,0.675201416015625,0.8924007415771484,0.8604526519775391,0.8087158203125,0.8497238159179688,0.9372234344482422,0.9901523590087891,0.9701251983642578,1.3916492462158203,1.0848045349121094,1.0709762573242188,1.0173320770263672,1.0211467742919922,1.0156631469726562,1.09100341796875 +50000,37500,gpu,normal,False,False,True,0.5781650543212891,0.5598068237304688,0.5657672882080078,0.5898475646972656,0.5564689636230469,0.5438327789306641,0.5679130554199219,0.537872314453125,0.5326271057128906,0.5774497985839844,0.9922981262207031,1.0023117065429688,0.9946823120117188,0.9715557098388672,0.9741783142089844,1.0142326354980469,0.9655952453613281,0.9729862213134766,0.9620189666748047,0.9546279907226562 +50000,37500,gpu,normal,False,False,False,0.6024837493896484,0.5691051483154297,0.5345344543457031,0.57220458984375,0.5686283111572266,0.5829334259033203,0.5590915679931641,0.5528926849365234,0.5517005920410156,0.5519390106201172,1.1608600616455078,1.069784164428711,1.1212825775146484,1.07574462890625,1.0750293731689453,1.0135173797607422,1.0361671447753906,1.1055469512939453,1.0802745819091797,1.1119842529296875 +50000,50000,gpu,homo,True,True,True,0.9245872497558594,0.8428096771240234,0.8058547973632812,0.7929801940917969,0.6270408630371094,0.5877017974853516,0.5979537963867188,0.5857944488525391,0.5948543548583984,0.5898475646972656,0.6306171417236328,0.6256103515625,0.5881786346435547,0.5977153778076172,0.5943775177001953,0.5986690521240234,0.6163120269775391,0.6053447723388672,0.5888938903808594,0.5605220794677734 +50000,50000,gpu,homo,True,True,False,1.1749267578125,1.0960102081298828,1.1775493621826172,1.1181831359863281,1.1258125305175781,1.125335693359375,1.5714168548583984,1.458883285522461,1.4002323150634766,1.4445781707763672,0.6473064422607422,0.6313323974609375,0.6060600280761719,0.652313232421875,0.6237030029296875,0.606536865234375,0.5745887756347656,0.6034374237060547,0.5557537078857422,0.8676052093505859 +50000,50000,gpu,homo,False,True,True,0.9136199951171875,0.8215904235839844,0.8502006530761719,0.6487369537353516,0.6787776947021484,0.6628036499023438,0.6394386291503906,0.6396770477294922,0.6337165832519531,0.6198883056640625,0.5936622619628906,0.5970001220703125,0.5869865417480469,0.579833984375,0.6091594696044922,0.6127357482910156,0.576019287109375,0.5979537963867188,0.5846023559570312,0.5850791931152344 +50000,50000,gpu,homo,False,True,False,1.3949871063232422,1.2807846069335938,1.2629032135009766,1.2722015380859375,1.2545585632324219,1.238107681274414,1.2087821960449219,1.3399124145507812,1.2736320495605469,1.1568069458007812,0.5037784576416016,0.5154609680175781,0.4780292510986328,0.48422813415527344,0.4794597625732422,0.48279762268066406,0.7073879241943359,0.4849433898925781,0.4792213439941406,0.5207061767578125 +50000,50000,gpu,homo,True,False,True,0.5774497985839844,0.6005764007568359,0.5710124969482422,0.5650520324707031,0.5702972412109375,0.5698204040527344,0.5621910095214844,0.583648681640625,0.8635520935058594,0.5993843078613281,0.7889270782470703,0.7624626159667969,0.7331371307373047,0.7295608520507812,0.7345676422119141,0.7200241088867188,0.7112026214599609,0.728607177734375,0.7290840148925781,0.7290840148925781 +50000,50000,gpu,homo,True,False,False,0.5936622619628906,0.5373954772949219,0.5512237548828125,0.5648136138916016,0.6175041198730469,0.7662773132324219,0.6253719329833984,0.6389617919921875,0.5545616149902344,0.5924701690673828,0.7603168487548828,0.7731914520263672,0.7660388946533203,0.7951259613037109,0.7300376892089844,0.7078647613525391,0.7433891296386719,0.7200241088867188,0.7281303405761719,1.039743423461914 +50000,50000,gpu,homo,False,False,True,0.8032321929931641,0.7929801940917969,0.8044242858886719,0.7977485656738281,0.9846687316894531,0.8115768432617188,0.8084774017333984,0.7941722869873047,0.7750988006591797,0.7562637329101562,0.7276535034179688,0.7474422454833984,0.7181167602539062,0.7309913635253906,0.7097721099853516,0.7040500640869141,0.7030963897705078,0.7140636444091797,0.6964206695556641,0.6976127624511719 +50000,50000,gpu,homo,False,False,False,0.9143352508544922,0.8387565612792969,0.8749961853027344,0.7970333099365234,0.8113384246826172,0.7903575897216797,0.7929801940917969,0.7841587066650391,0.7908344268798828,0.7915496826171875,0.8139610290527344,0.8213520050048828,0.7789134979248047,0.7319450378417969,0.7224082946777344,0.7009506225585938,0.9775161743164062,0.7524490356445312,0.7641315460205078,0.7517337799072266 +50000,50000,gpu,uniform,True,True,True,1.127481460571289,1.0890960693359375,1.0771751403808594,1.093149185180664,1.0273456573486328,1.0366439819335938,1.0142326354980469,1.0554790496826172,1.0504722595214844,1.026153564453125,0.6213188171386719,0.6129741668701172,0.5936622619628906,0.5979537963867188,0.6527900695800781,0.63323974609375,0.6122589111328125,0.598907470703125,0.5981922149658203,0.6046295166015625 +50000,50000,gpu,uniform,True,True,False,1.7559528350830078,1.638174057006836,1.6028881072998047,1.6036033630371094,1.5759468078613281,1.6379356384277344,1.560211181640625,1.5518665313720703,1.4905929565429688,1.5347003936767578,0.8008480072021484,0.7746219635009766,0.7727146148681641,0.7414817810058594,0.7307529449462891,0.7946491241455078,1.0597705841064453,0.8020401000976562,0.7848739624023438,0.7283687591552734 +50000,50000,gpu,uniform,False,True,True,0.8518695831298828,0.80108642578125,0.7922649383544922,0.8869171142578125,1.0688304901123047,0.8184909820556641,0.8451938629150391,0.79345703125,0.7805824279785156,0.7920265197753906,0.7219314575195312,0.7348060607910156,0.7529258728027344,0.7610321044921875,0.7658004760742188,0.8187294006347656,1.0759830474853516,0.8068084716796875,0.7982254028320312,0.7624626159667969 +50000,50000,gpu,uniform,False,True,False,1.5835762023925781,1.463174819946289,1.7919540405273438,1.689910888671875,1.646280288696289,1.650094985961914,1.547098159790039,1.5552043914794922,1.5337467193603516,1.5549659729003906,0.6577968597412109,0.6468296051025391,0.8757114410400391,0.7426738739013672,0.6318092346191406,0.6287097930908203,0.6461143493652344,0.5977153778076172,0.6504058837890625,0.659942626953125 +50000,50000,gpu,uniform,True,False,True,0.6318092346191406,0.6220340728759766,0.5965232849121094,0.553131103515625,0.5559921264648438,0.5650520324707031,0.6403923034667969,0.5545616149902344,0.5929470062255859,0.5903244018554688,0.9915828704833984,0.9610652923583984,0.9615421295166016,0.9620189666748047,0.9419918060302734,1.0495185852050781,0.9520053863525391,0.8931159973144531,0.8835792541503906,0.9720325469970703 +50000,50000,gpu,uniform,True,False,False,0.6108283996582031,0.5743503570556641,0.5669593811035156,0.5919933319091797,0.5471706390380859,0.9975433349609375,0.8924007415771484,0.83160400390625,0.8387565612792969,0.9415149688720703,1.0790824890136719,0.8363723754882812,0.8432865142822266,0.8194446563720703,0.8227825164794922,0.7998943328857422,0.8137226104736328,0.7984638214111328,0.8113384246826172,0.8034706115722656 +50000,50000,gpu,uniform,False,False,True,0.6160736083984375,0.5786418914794922,0.5865097045898438,0.5447864532470703,0.5807876586914062,0.5428791046142578,0.6268024444580078,0.7576942443847656,0.6194114685058594,0.6079673767089844,0.8192062377929688,0.8847713470458984,0.8127689361572266,0.8373260498046875,0.8161067962646484,0.8528232574462891,0.8058547973632812,0.8068084716796875,0.8375644683837891,0.8435249328613281 +50000,50000,gpu,uniform,False,False,False,0.6215572357177734,0.5831718444824219,0.6947517395019531,0.6058216094970703,0.6256103515625,0.5872249603271484,0.6196498870849609,0.5626678466796875,0.5958080291748047,0.5729198455810547,0.8215904235839844,0.8003711700439453,0.8046627044677734,0.7808208465576172,0.8466243743896484,1.035451889038086,1.2264251708984375,1.0318756103515625,1.0404586791992188,0.9546279907226562 +50000,50000,gpu,normal,True,True,True,1.2083053588867188,1.1985301971435547,1.1744499206542969,1.207590103149414,1.1820793151855469,1.1980533599853516,1.2290477752685547,1.1453628540039062,1.1792182922363281,1.1892318725585938,1.1794567108154297,1.1551380157470703,1.173257827758789,1.1394023895263672,1.1527538299560547,1.18255615234375,1.1849403381347656,1.2285709381103516,1.28173828125,1.425027847290039 +50000,50000,gpu,normal,True,True,False,1.5914440155029297,1.9073486328125,1.5337467193603516,1.4851093292236328,1.4903545379638672,1.4629364013671875,1.491546630859375,1.4843940734863281,1.4972686767578125,1.5125274658203125,1.1098384857177734,1.0704994201660156,1.1076927185058594,1.0449886322021484,1.0831356048583984,0.9968280792236328,1.0612010955810547,1.1365413665771484,1.0433197021484375,1.0571479797363281 +50000,50000,gpu,normal,False,True,True,1.4803409576416016,1.5935897827148438,1.5177726745605469,1.4655590057373047,1.4376640319824219,1.4684200286865234,1.5766620635986328,1.5687942504882812,1.4958381652832031,1.4863014221191406,1.0833740234375,1.0411739349365234,1.0678768157958984,1.031637191772461,0.9953975677490234,1.0335445404052734,1.0306835174560547,1.0120868682861328,1.0144710540771484,1.0123252868652344 +50000,50000,gpu,normal,False,True,False,1.7592906951904297,1.692056655883789,1.6655921936035156,1.7147064208984375,1.6779899597167969,1.6551017761230469,1.6129016876220703,1.6694068908691406,1.6601085662841797,1.6400814056396484,1.1250972747802734,1.1615753173828125,1.1017322540283203,1.0514259338378906,1.0275840759277344,1.039266586303711,1.0058879852294922,1.0437965393066406,1.0266304016113281,1.0688304901123047 +50000,50000,gpu,normal,True,False,True,0.6122589111328125,0.6086826324462891,0.6098747253417969,0.6129741668701172,0.6124973297119141,0.6396770477294922,0.6024837493896484,0.9152889251708984,0.6272792816162109,0.6287097930908203,1.173257827758789,1.1451244354248047,1.165151596069336,1.135110855102539,1.1677742004394531,1.1074542999267578,1.1637210845947266,1.1250972747802734,1.5325546264648438,1.199483871459961 +50000,50000,gpu,normal,True,False,False,0.6282329559326172,0.6537437438964844,0.6301403045654297,0.6561279296875,0.5850791931152344,0.6270408630371094,0.6153583526611328,0.6480216979980469,0.6113052368164062,0.6566047668457031,1.271963119506836,1.3303756713867188,1.2438297271728516,1.2922286987304688,1.21307373046875,1.2171268463134766,1.279592514038086,1.3082027435302734,1.2521743774414062,1.3034343719482422 +50000,50000,gpu,normal,False,False,True,0.8893013000488281,0.8692741394042969,0.8273124694824219,0.8840560913085938,0.83160400390625,0.8544921875,0.8828639984130859,0.8714199066162109,0.8339881896972656,0.8192062377929688,1.1730194091796875,1.1363029479980469,1.1887550354003906,1.5439987182617188,1.333475112915039,1.2836456298828125,1.255035400390625,1.2807846069335938,1.2679100036621094,1.2099742889404297 +50000,50000,gpu,normal,False,False,False,0.6701946258544922,0.6494522094726562,0.5779266357421875,0.6253719329833984,0.6325244903564453,0.6358623504638672,0.6158351898193359,0.5867481231689453,0.6177425384521484,0.6444454193115234,1.2629032135009766,1.5151500701904297,1.268625259399414,1.2471675872802734,1.2249946594238281,1.19781494140625,1.2102127075195312,1.255035400390625,1.1928081512451172,1.2087821960449219 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_grad_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_grad_cpu.csv new file mode 100644 index 0000000..e0ff9ef --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_grad_cpu.csv @@ -0,0 +1,1177 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,cpu,homo,True,True,True,0.9818077087402344,1.1229515075683594,0.9627342224121094,1.1234283447265625,0.9799003601074219,1.2345314025878906,0.9858608245849609,1.016855239868164,0.9791851043701172,1.191854476928711,0.44155120849609375,0.4401206970214844,0.4401206970214844,0.438690185546875,0.43845176696777344,0.44655799865722656,0.4398822784423828,0.4398822784423828,0.4394054412841797,0.4374980926513672 +1000,1000,cpu,homo,True,True,False,1.1487007141113281,1.0383129119873047,1.1856555938720703,1.0046958923339844,1.1641979217529297,1.0194778442382812,1.1105537414550781,1.177072525024414,1.1701583862304688,1.1718273162841797,0.6008148193359375,0.6012916564941406,0.6020069122314453,0.6089210510253906,0.6165504455566406,0.5996227264404297,0.5993843078613281,0.6000995635986328,0.6000995635986328,0.5986690521240234 +1000,1000,cpu,homo,False,True,True,1.03759765625,0.9939670562744141,1.1861324310302734,1.0101795196533203,1.31988525390625,1.1701583862304688,0.9694099426269531,1.2423992156982422,0.9932518005371094,1.107931137084961,0.41937828063964844,0.4253387451171875,0.38313865661621094,0.3829002380371094,0.4336833953857422,0.4184246063232422,0.4184246063232422,0.42510032653808594,0.41866302490234375,0.4315376281738281 +1000,1000,cpu,homo,False,True,False,0.7882118225097656,1.0912418365478516,0.904083251953125,1.251220703125,1.0900497436523438,1.2662410736083984,0.4093647003173828,1.3244152069091797,1.1489391326904297,1.1475086212158203,0.4532337188720703,0.4515647888183594,0.4508495330810547,0.4515647888183594,0.4589557647705078,0.45037269592285156,0.44918060302734375,0.45228004455566406,0.45037269592285156,0.45490264892578125 +1000,1000,cpu,homo,True,False,True,0.35691261291503906,0.34546852111816406,0.40435791015625,0.34689903259277344,0.3437995910644531,0.3478527069091797,0.35881996154785156,0.32591819763183594,0.3552436828613281,0.34332275390625,0.4138946533203125,0.4687309265136719,0.4394054412841797,0.4062652587890625,0.4055500030517578,0.4067420959472656,0.40531158447265625,0.4067420959472656,0.4067420959472656,0.4119873046875 +1000,1000,cpu,homo,True,False,False,0.3638267517089844,0.3600120544433594,0.3464221954345703,0.3292560577392578,0.36907196044921875,0.3292560577392578,0.36263465881347656,0.3364086151123047,0.34928321838378906,0.3311634063720703,1.4615058898925781,1.5892982482910156,1.4948844909667969,1.4925003051757812,1.4803409576416016,1.4584064483642578,1.3971328735351562,1.2705326080322266,1.2514591217041016,1.2505054473876953 +1000,1000,cpu,homo,False,False,True,0.35190582275390625,0.3879070281982422,0.3705024719238281,0.3561973571777344,0.3421306610107422,0.32901763916015625,0.37288665771484375,0.3285408020019531,0.370025634765625,0.3647804260253906,0.4715919494628906,0.4696846008300781,0.48232078552246094,0.4723072052001953,0.4718303680419922,0.47087669372558594,0.4227161407470703,0.46825408935546875,0.438690185546875,0.4048347473144531 +1000,1000,cpu,homo,False,False,False,0.3826618194580078,0.46563148498535156,0.47087669372558594,0.44226646423339844,0.41961669921875,0.4563331604003906,0.43487548828125,0.42128562927246094,0.37169456481933594,0.6189346313476562,0.4363059997558594,0.46515464782714844,0.44989585876464844,0.4706382751464844,0.43964385986328125,0.4057884216308594,0.40602684020996094,0.4057884216308594,0.4050731658935547,0.4069805145263672 +1000,1000,cpu,uniform,True,True,True,1.3017654418945312,1.0280609130859375,1.1970996856689453,1.0540485382080078,1.0716915130615234,1.0578632354736328,1.0504722595214844,1.0766983032226562,1.0929107666015625,1.0666847229003906,0.7624626159667969,0.7627010345458984,0.7605552673339844,0.7524490356445312,0.7596015930175781,0.75531005859375,0.7646083831787109,0.7543563842773438,0.7588863372802734,0.7617473602294922 +1000,1000,cpu,uniform,True,True,False,1.1053085327148438,1.1210441589355469,1.1219978332519531,1.2111663818359375,1.2912750244140625,1.1408329010009766,1.299142837524414,1.249551773071289,1.1713504791259766,1.2657642364501953,0.8449554443359375,0.7288455963134766,0.7205009460449219,0.6861686706542969,0.7727146148681641,0.67138671875,0.7762908935546875,0.7269382476806641,0.7297992706298828,0.8094310760498047 +1000,1000,cpu,uniform,False,True,True,1.2636184692382812,1.2149810791015625,1.1594295501708984,1.1868476867675781,1.224517822265625,0.46515464782714844,1.247406005859375,1.1456012725830078,1.1920928955078125,1.1827945709228516,0.7183551788330078,0.7321834564208984,0.7317066192626953,0.8807182312011719,0.827789306640625,0.7212162017822266,0.7317066192626953,0.7188320159912109,0.7190704345703125,0.67138671875 +1000,1000,cpu,uniform,False,True,False,1.0828971862792969,1.1353492736816406,1.0685920715332031,1.1839866638183594,1.2545585632324219,1.1050701141357422,1.1124610900878906,1.1394023895263672,1.1184215545654297,1.047372817993164,1.0662078857421875,1.0290145874023438,0.705718994140625,0.7040500640869141,0.7374286651611328,0.7245540618896484,0.7355213165283203,0.7171630859375,0.7026195526123047,0.7309913635253906 +1000,1000,cpu,uniform,True,False,True,0.5843639373779297,0.5769729614257812,0.4363059997558594,0.6911754608154297,0.598907470703125,0.5774497985839844,0.5269050598144531,0.5352497100830078,0.5161762237548828,0.5288124084472656,0.8306503295898438,0.7166862487792969,0.6437301635742188,0.6427764892578125,0.6427764892578125,0.7164478302001953,0.7100105285644531,0.7059574127197266,0.6430149078369141,0.759124755859375 +1000,1000,cpu,uniform,True,False,False,0.5469322204589844,0.5192756652832031,0.5497932434082031,0.5331039428710938,0.5564689636230469,0.4963874816894531,0.5116462707519531,0.5216598510742188,0.5042552947998047,0.5350112915039062,0.7836818695068359,0.8044242858886719,0.7863044738769531,0.7772445678710938,0.7793903350830078,0.774383544921875,0.7760524749755859,0.7836818695068359,0.7805824279785156,0.6842613220214844 +1000,1000,cpu,uniform,False,False,True,0.621795654296875,0.6113052368164062,0.6647109985351562,0.5240440368652344,0.6155967712402344,0.5757808685302734,0.6046295166015625,0.6392002105712891,0.6136894226074219,0.6136894226074219,2.5589466094970703,2.130746841430664,2.1636486053466797,1.6126632690429688,1.6117095947265625,1.6186237335205078,1.6033649444580078,1.04522705078125,1.0480880737304688,1.047372817993164 +1000,1000,cpu,uniform,False,False,False,0.5440711975097656,0.5440711975097656,0.5412101745605469,0.5521774291992188,0.4897117614746094,0.5369186401367188,0.4982948303222656,0.5145072937011719,0.6690025329589844,0.6687641143798828,0.7205009460449219,0.7100105285644531,0.6585121154785156,0.6494522094726562,0.6449222564697266,0.6458759307861328,0.7073879241943359,0.7047653198242188,0.6642341613769531,0.6883144378662109 +1000,1000,cpu,normal,True,True,True,2.307415008544922,2.4566650390625,2.4042129516601562,2.7081966400146484,2.6993751525878906,2.3539066314697266,2.5451183319091797,2.4652481079101562,2.557039260864258,3.221750259399414,1.483917236328125,1.375436782836914,1.3546943664550781,1.4598369598388672,1.4133453369140625,1.409292221069336,1.413583755493164,1.3115406036376953,1.2879371643066406,1.4140605926513672 +1000,1000,cpu,normal,True,True,False,2.256631851196289,1.9915103912353516,2.050161361694336,2.3729801177978516,1.5909671783447266,1.5616416931152344,2.1445751190185547,2.349853515625,2.2885799407958984,2.302408218383789,1.453399658203125,1.4257431030273438,1.5172958374023438,1.3203620910644531,1.2891292572021484,1.428842544555664,1.2886524200439453,1.3813972473144531,1.4088153839111328,1.3740062713623047 +1000,1000,cpu,normal,False,True,True,3.301382064819336,2.4480819702148438,2.449512481689453,3.0624866485595703,3.3266544342041016,2.4247169494628906,3.2126903533935547,2.6040077209472656,2.4635791778564453,2.518892288208008,1.416921615600586,1.4095306396484375,1.4061927795410156,1.3322830200195312,1.3535022735595703,1.4030933380126953,1.325368881225586,1.4159679412841797,1.4281272888183594,1.4088153839111328 +1000,1000,cpu,normal,False,True,False,2.045154571533203,1.996755599975586,2.1538734436035156,2.4144649505615234,1.9557476043701172,2.5975704193115234,1.9583702087402344,1.7704963684082031,2.2935867309570312,2.489328384399414,1.287698745727539,1.4286041259765625,1.4116764068603516,1.4081001281738281,1.4226436614990234,1.4078617095947266,1.3878345489501953,1.3985633850097656,1.3885498046875,1.3496875762939453 +1000,1000,cpu,normal,True,False,True,2.0837783813476562,1.9686222076416016,1.8858909606933594,1.392364501953125,1.3303756713867188,1.4271736145019531,2.082347869873047,1.7375946044921875,1.4209747314453125,1.5561580657958984,1.4319419860839844,1.3980865478515625,1.38092041015625,1.3849735260009766,1.3744831085205078,1.367807388305664,1.415252685546875,1.3706684112548828,1.3949871063232422,1.3992786407470703 +1000,1000,cpu,normal,True,False,False,2.196788787841797,1.7364025115966797,1.01470947265625,2.013683319091797,1.911163330078125,2.0477771759033203,1.9314289093017578,1.928567886352539,1.9865036010742188,1.955270767211914,1.363515853881836,1.4035701751708984,1.4014244079589844,1.4028549194335938,1.4035701751708984,1.405477523803711,1.413583755493164,1.3120174407958984,1.2774467468261719,1.3861656188964844 +1000,1000,cpu,normal,False,False,True,1.1315345764160156,1.8990039825439453,1.9419193267822266,0.9851455688476562,1.9426345825195312,2.0127296447753906,1.9936561584472656,1.9998550415039062,2.2439956665039062,2.0525455474853516,1.3210773468017578,1.2784004211425781,1.413106918334961,1.4047622680664062,1.4009475708007812,1.4045238494873047,1.3012886047363281,1.2786388397216797,1.401662826538086,1.3043880462646484 +1000,1000,cpu,normal,False,False,False,2.0208358764648438,1.995086669921875,1.9960403442382812,1.9321441650390625,1.2514591217041016,1.9922256469726562,2.0487308502197266,1.9979476928710938,2.0477771759033203,2.007722854614258,2.8607845306396484,2.1522045135498047,2.143383026123047,2.151966094970703,2.145051956176758,1.6698837280273438,1.4307498931884766,1.4297962188720703,1.4615058898925781,1.4317035675048828 +1000,2500,cpu,homo,True,True,True,4.0836334228515625,4.491090774536133,4.018545150756836,4.087686538696289,4.202604293823242,3.721952438354492,4.443883895874023,4.096746444702148,3.9920806884765625,4.235982894897461,1.0259151458740234,1.0459423065185547,1.0259151458740234,1.0232925415039062,0.9932518005371094,1.0058879852294922,1.0173320770263672,0.9510517120361328,0.9951591491699219,1.0461807250976562 +1000,2500,cpu,homo,True,True,False,3.683805465698242,3.0231475830078125,2.3801326751708984,2.925872802734375,3.539562225341797,4.081964492797852,3.237009048461914,4.080057144165039,2.8018951416015625,3.9021968841552734,0.9355545043945312,0.9365081787109375,1.0571479797363281,1.0237693786621094,1.0068416595458984,1.0228157043457031,1.0273456573486328,1.0232925415039062,1.024484634399414,1.0230541229248047 +1000,2500,cpu,homo,False,True,True,2.0456314086914062,1.9831657409667969,2.2444725036621094,2.1986961364746094,2.494335174560547,2.459287643432617,2.0940303802490234,2.412557601928711,2.053499221801758,2.3484230041503906,1.0287761688232422,1.0371208190917969,1.0306835174560547,1.0428428649902344,0.9660720825195312,1.0569095611572266,1.0271072387695312,1.066446304321289,1.1374950408935547,1.0569095611572266 +1000,2500,cpu,homo,False,True,False,2.191781997680664,2.2721290588378906,2.294778823852539,2.5343894958496094,3.009319305419922,2.7968883514404297,2.3403167724609375,2.0895004272460938,2.2423267364501953,2.696990966796875,0.9722709655761719,0.9295940399169922,0.9300708770751953,1.0211467742919922,1.0166168212890625,1.0368824005126953,1.2822151184082031,3.834247589111328,1.049041748046875,0.9706020355224609 +1000,2500,cpu,homo,True,False,True,0.6883144378662109,0.7412433624267578,0.7245540618896484,0.6880760192871094,0.751495361328125,1.2359619140625,0.8208751678466797,0.7398128509521484,0.7140636444091797,0.7491111755371094,1.9927024841308594,2.008676528930664,2.0551681518554688,1.497507095336914,1.3265609741210938,1.3077259063720703,1.3265609741210938,1.3091564178466797,1.3065338134765625,1.3103485107421875 +1000,2500,cpu,homo,True,False,False,0.820159912109375,0.8141994476318359,0.8144378662109375,0.8435249328613281,0.7381439208984375,0.7715225219726562,0.6866455078125,0.732421875,0.701904296875,0.7467269897460938,0.9739398956298828,0.9815692901611328,0.9725093841552734,0.9787082672119141,0.9715557098388672,0.9715557098388672,0.9679794311523438,0.9765625,0.9717941284179688,0.9706020355224609 +1000,2500,cpu,homo,False,False,True,0.3807544708251953,0.39386749267578125,0.3848075866699219,0.40650367736816406,0.3790855407714844,0.40221214294433594,0.37384033203125,0.3840923309326172,0.3809928894042969,0.6344318389892578,1.0097026824951172,1.0075569152832031,1.0187625885009766,1.0137557983398438,0.9856224060058594,0.9870529174804688,1.0085105895996094,1.0242462158203125,0.9915828704833984,0.9250640869140625 +1000,2500,cpu,homo,False,False,False,0.4448890686035156,0.4546642303466797,0.4355907440185547,0.5195140838623047,0.5354881286621094,0.6041526794433594,0.5397796630859375,0.47016143798828125,0.4699230194091797,0.6504058837890625,0.92315673828125,0.9245872497558594,1.0251998901367188,0.9801387786865234,0.9224414825439453,0.9243488311767578,0.9963512420654297,1.0094642639160156,1.0221004486083984,0.9877681732177734 +1000,2500,cpu,uniform,True,True,True,2.5167465209960938,2.8138160705566406,2.3746490478515625,2.488851547241211,2.231121063232422,2.4688243865966797,2.4709701538085938,2.054929733276367,2.1011829376220703,2.223968505859375,1.8138885498046875,1.6820430755615234,1.786947250366211,1.7502307891845703,1.622915267944336,1.772165298461914,1.7054080963134766,1.7330646514892578,1.77764892578125,1.7786026000976562 +1000,2500,cpu,uniform,True,True,False,2.9909610748291016,3.198862075805664,2.534151077270508,2.8159618377685547,2.6962757110595703,3.2949447631835938,2.2161006927490234,2.6471614837646484,2.8886795043945312,2.9218196868896484,1.817464828491211,2.0046234130859375,1.7778873443603516,1.7523765563964844,1.80816650390625,1.7788410186767578,1.7838478088378906,1.7566680908203125,1.7426013946533203,1.6994476318359375 +1000,2500,cpu,uniform,False,True,True,2.4383068084716797,1.8024444580078125,2.1805763244628906,1.8465518951416016,1.7592906951904297,2.080202102661133,2.4576187133789062,1.7955303192138672,1.7971992492675781,1.9464492797851562,1.8031597137451172,1.8172264099121094,1.7521381378173828,1.8420219421386719,1.7886161804199219,1.7659664154052734,1.8320083618164062,1.7986297607421875,1.842498779296875,1.8935203552246094 +1000,2500,cpu,uniform,False,True,False,2.334117889404297,2.3937225341796875,1.9712448120117188,1.8143653869628906,1.6739368438720703,1.6925334930419922,2.3441314697265625,1.8706321716308594,0.8120536804199219,2.3338794708251953,3.181934356689453,2.6912689208984375,2.1288394927978516,2.180337905883789,2.1448135375976562,2.1867752075195312,1.8262863159179688,1.7881393432617188,1.8510818481445312,1.8339157104492188 +1000,2500,cpu,uniform,True,False,True,1.1608600616455078,1.1000633239746094,1.1661052703857422,1.2960433959960938,0.675201416015625,1.4128684997558594,1.140594482421875,1.230001449584961,1.123189926147461,1.2161731719970703,2.2585391998291016,2.2475719451904297,2.2497177124023438,2.2644996643066406,1.83868408203125,1.6641616821289062,1.6527175903320312,1.7006397247314453,1.7237663269042969,1.6918182373046875 +1000,2500,cpu,uniform,True,False,False,1.1348724365234375,0.6082057952880859,0.6663799285888672,1.1510848999023438,0.5955696105957031,0.5986690521240234,0.6117820739746094,0.6060600280761719,0.6256103515625,0.8485317230224609,1.7254352569580078,1.720428466796875,1.7366409301757812,1.7201900482177734,1.7189979553222656,1.7211437225341797,1.6210079193115234,1.7361640930175781,1.7173290252685547,1.7223358154296875 +1000,2500,cpu,uniform,False,False,True,0.5815029144287109,0.5817413330078125,0.5707740783691406,0.5548000335693359,0.5447864532470703,0.5817413330078125,0.5652904510498047,0.5702972412109375,0.5600452423095703,0.5846023559570312,1.7311573028564453,1.7523765563964844,1.7745494842529297,1.7709732055664062,1.7948150634765625,1.8169879913330078,1.7631053924560547,1.7728805541992188,1.8188953399658203,1.7218589782714844 +1000,2500,cpu,uniform,False,False,False,0.6818771362304688,0.6775856018066406,0.6794929504394531,0.6375312805175781,0.6744861602783203,0.6594657897949219,0.6234645843505859,0.9548664093017578,0.7350444793701172,0.7047653198242188,1.672983169555664,1.7554759979248047,1.9745826721191406,2.001047134399414,1.8382072448730469,1.7235279083251953,1.6238689422607422,1.8343925476074219,1.6179084777832031,1.6777515411376953 +1000,2500,cpu,normal,True,True,True,2.8023719787597656,3.070831298828125,2.872467041015625,3.3409595489501953,3.4270286560058594,3.038167953491211,3.2007694244384766,3.983736038208008,3.246307373046875,3.3168792724609375,3.4897327423095703,3.5827159881591797,3.4971237182617188,3.515005111694336,3.4117698669433594,3.560304641723633,3.5309791564941406,3.4584999084472656,3.409147262573242,3.3910274505615234 +1000,2500,cpu,normal,True,True,False,3.2682418823242188,3.0755996704101562,3.2875537872314453,3.541231155395508,3.512144088745117,3.768444061279297,3.4444332122802734,3.7217140197753906,3.903627395629883,3.7157535552978516,3.4258365631103516,3.3416748046875,3.4651756286621094,3.5200119018554688,3.474712371826172,3.4618377685546875,3.5173892974853516,3.506183624267578,3.5066604614257812,3.4999847412109375 +1000,2500,cpu,normal,False,True,True,5.361795425415039,6.1969757080078125,5.651950836181641,5.435943603515625,5.430936813354492,7.419109344482422,5.611896514892578,5.124807357788086,5.518436431884766,5.490541458129883,3.451824188232422,3.4575462341308594,3.4704208374023438,3.5254955291748047,3.5181045532226562,3.587007522583008,3.385782241821289,3.4346580505371094,3.543376922607422,3.4589767456054688 +1000,2500,cpu,normal,False,True,False,4.630088806152344,5.865335464477539,5.660772323608398,5.48863410949707,5.461931228637695,5.544900894165039,5.623340606689453,5.314350128173828,5.507230758666992,5.371570587158203,3.5583972930908203,3.552675247192383,3.5483837127685547,3.571748733520508,3.519296646118164,3.4453868865966797,3.4050941467285156,3.51715087890625,3.5660266876220703,4.376888275146484 +1000,2500,cpu,normal,True,False,True,3.4737586975097656,3.3426284790039062,5.133390426635742,4.471063613891602,3.849506378173828,3.6840438842773438,4.2400360107421875,6.452322006225586,4.602909088134766,6.565093994140625,3.403902053833008,3.382444381713867,3.389596939086914,3.466367721557617,3.3731460571289062,3.4101009368896484,3.4813880920410156,3.3288002014160156,3.4623146057128906,3.445863723754883 +1000,2500,cpu,normal,True,False,False,2.7761459350585938,2.9401779174804688,2.5873184204101562,2.4445056915283203,4.259586334228516,4.524469375610352,4.468679428100586,4.505634307861328,4.205942153930664,3.8542747497558594,3.3714771270751953,3.322601318359375,3.3867359161376953,3.4723281860351562,3.4143924713134766,3.35693359375,3.3490657806396484,3.3135414123535156,3.4689903259277344,3.4584999084472656 +1000,2500,cpu,normal,False,False,True,2.8133392333984375,1.9879341125488281,1.9431114196777344,2.8276443481445312,2.0961761474609375,2.3157596588134766,1.8799304962158203,2.6984214782714844,2.2509098052978516,1.8961429595947266,3.4942626953125,3.5631656646728516,3.3462047576904297,3.407001495361328,3.4275054931640625,3.436565399169922,3.5636425018310547,3.381013870239258,3.325223922729492,3.536224365234375 +1000,2500,cpu,normal,False,False,False,1.8210411071777344,1.847982406616211,1.924276351928711,2.0482540130615234,1.955270767211914,1.8911361694335938,2.0012855529785156,1.9235610961914062,1.9423961639404297,2.7315616607666016,3.5200119018554688,3.5402774810791016,3.497600555419922,3.486156463623047,3.4186840057373047,3.5398006439208984,3.537416458129883,3.5223960876464844,3.534555435180664,3.543853759765625 +1000,5000,cpu,homo,True,True,True,5.127191543579102,4.481792449951172,3.8907527923583984,5.223751068115234,3.404378890991211,4.330873489379883,4.019021987915039,3.1099319458007812,3.6215782165527344,4.033088684082031,1.962423324584961,2.00653076171875,2.039194107055664,2.0051002502441406,2.0411014556884766,1.91497802734375,1.9567012786865234,2.0329952239990234,1.956939697265625,1.9192695617675781 +1000,5000,cpu,homo,True,True,False,5.39851188659668,4.697084426879883,4.630565643310547,4.025936126708984,4.130125045776367,4.408359527587891,4.220247268676758,3.808736801147461,3.3485889434814453,4.425764083862305,2.035379409790039,2.043008804321289,2.0110607147216797,1.9991397857666016,1.9152164459228516,2.0422935485839844,1.9164085388183594,2.027750015258789,1.9550323486328125,2.040863037109375 +1000,5000,cpu,homo,False,True,True,3.015756607055664,4.250288009643555,3.596782684326172,4.499673843383789,3.9589405059814453,3.9734840393066406,4.397392272949219,3.7412643432617188,4.343986511230469,3.9594173431396484,2.002239227294922,2.014636993408203,2.0279884338378906,2.0532608032226562,2.0678043365478516,2.0132064819335938,2.019643783569336,2.0096302032470703,2.0296573638916016,2.012014389038086 +1000,5000,cpu,homo,False,True,False,4.1751861572265625,3.7899017333984375,4.168987274169922,4.193544387817383,4.497528076171875,3.925800323486328,3.943204879760742,4.176855087280273,4.318475723266602,3.8797855377197266,3.3998489379882812,3.346681594848633,3.279447555541992,3.3729076385498047,2.599954605102539,2.226114273071289,2.1944046020507812,2.2275447845458984,2.250194549560547,2.1703243255615234 +1000,5000,cpu,homo,True,False,True,1.3070106506347656,1.3682842254638672,1.3446807861328125,1.3384819030761719,1.5246868133544922,1.6376972198486328,1.4986991882324219,1.5420913696289062,1.0466575622558594,1.4121532440185547,1.8963813781738281,1.928567886352539,1.7876625061035156,1.9240379333496094,1.786947250366211,1.9404888153076172,1.9207000732421875,1.9257068634033203,1.9197463989257812,1.9211769104003906 +1000,5000,cpu,homo,True,False,False,0.9443759918212891,1.5590190887451172,1.5413761138916016,1.4252662658691406,1.5635490417480469,1.5125274658203125,1.8818378448486328,1.4178752899169922,1.435995101928711,1.3761520385742188,2.7697086334228516,2.775907516479492,2.5582313537597656,1.920938491821289,1.8897056579589844,1.9354820251464844,1.9233226776123047,1.9295215606689453,1.813650131225586,1.8527507781982422 +1000,5000,cpu,homo,False,False,True,0.41556358337402344,0.5688667297363281,0.3993511199951172,0.41794776916503906,0.3981590270996094,0.38242340087890625,0.4601478576660156,0.5886554718017578,0.5784034729003906,0.6999969482421875,2.0377635955810547,2.013683319091797,2.056121826171875,2.012014389038086,1.9674301147460938,2.031564712524414,2.0089149475097656,2.0160675048828125,2.0020008087158203,2.009153366088867 +1000,5000,cpu,homo,False,False,False,0.4277229309082031,0.7026195526123047,0.7305145263671875,0.6866455078125,0.6999969482421875,0.6284713745117188,0.6182193756103516,0.4901885986328125,0.6864070892333984,0.6759166717529297,2.019166946411133,2.008199691772461,2.0127296447753906,1.9989013671875,2.063274383544922,2.0546913146972656,2.056121826171875,2.1576881408691406,6.595849990844727,4.435539245605469 +1000,5000,cpu,uniform,True,True,True,3.864288330078125,3.3996105194091797,3.0357837677001953,2.7189254760742188,2.6788711547851562,2.7244091033935547,2.4809837341308594,2.6323795318603516,2.585172653198242,2.3565292358398438,5.657434463500977,5.009174346923828,3.8650035858154297,3.8220882415771484,3.4427642822265625,3.4637451171875,3.4399032592773438,3.6325454711914062,3.5238265991210938,3.466367721557617 +1000,5000,cpu,uniform,True,True,False,3.968954086303711,3.665447235107422,4.368782043457031,4.259824752807617,3.779172897338867,3.6652088165283203,3.7255287170410156,4.126548767089844,3.978729248046875,3.695249557495117,3.652334213256836,3.6668777465820312,3.5581588745117188,3.634929656982422,3.5576820373535156,3.631114959716797,3.570556640625,3.5719871520996094,3.572702407836914,3.566265106201172 +1000,5000,cpu,uniform,False,True,True,4.105091094970703,4.498958587646484,4.2285919189453125,4.517555236816406,4.195928573608398,4.990577697753906,5.063056945800781,5.097150802612305,5.068063735961914,4.381418228149414,11.532783508300781,9.505987167358398,6.40416145324707,5.476713180541992,4.327058792114258,4.294633865356445,3.5283565521240234,3.390789031982422,3.5026073455810547,3.557920455932617 +1000,5000,cpu,uniform,False,True,False,4.266977310180664,4.354715347290039,4.441738128662109,3.416299819946289,3.3845901489257812,3.500223159790039,3.4193992614746094,3.8766860961914062,5.173444747924805,3.4210681915283203,3.6897659301757812,3.5178661346435547,3.449678421020508,3.5686492919921875,3.4155845642089844,3.609895706176758,3.568887710571289,3.6017894744873047,3.557443618774414,3.520488739013672 +1000,5000,cpu,uniform,True,False,True,2.2449493408203125,2.2513866424560547,2.26593017578125,2.1474361419677734,2.0461082458496094,2.290010452270508,2.498626708984375,2.803802490234375,2.5408267974853516,2.424955368041992,3.290891647338867,3.462553024291992,3.3702850341796875,3.2501220703125,3.3113956451416016,3.343820571899414,3.4270286560058594,3.324270248413086,3.2951831817626953,3.24249267578125 +1000,5000,cpu,uniform,True,False,False,2.216815948486328,2.325773239135742,2.3887157440185547,2.278566360473633,1.9249916076660156,2.402782440185547,2.2199153900146484,2.4268627166748047,2.397775650024414,2.286195755004883,3.2405853271484375,3.350973129272461,3.3648014068603516,3.536224365234375,3.406047821044922,3.2427310943603516,3.2134056091308594,3.322601318359375,3.5500526428222656,3.3597946166992188 +1000,5000,cpu,uniform,False,False,True,1.0139942169189453,0.6167888641357422,0.7178783416748047,0.8771419525146484,0.8099079132080078,0.8764266967773438,0.8749961853027344,0.7996559143066406,0.9977817535400391,0.9799003601074219,3.5164356231689453,3.3996105194091797,3.607034683227539,3.6699771881103516,3.5429000854492188,3.5293102264404297,3.4749507904052734,3.5812854766845703,3.632068634033203,3.468751907348633 +1000,5000,cpu,uniform,False,False,False,0.7541179656982422,1.0418891906738281,0.6561279296875,0.6344318389892578,0.9682178497314453,0.9551048278808594,0.6577968597412109,0.95367431640625,0.9708404541015625,1.0809898376464844,3.4193992614746094,3.557920455932617,3.598928451538086,3.5066604614257812,3.5490989685058594,3.390073776245117,3.5860538482666016,3.507852554321289,3.4332275390625,3.420114517211914 +1000,5000,cpu,normal,True,True,True,4.221200942993164,3.975391387939453,4.85539436340332,4.680156707763672,4.535436630249023,4.799127578735352,4.189491271972656,4.46009635925293,4.409313201904297,4.671335220336914,6.907224655151367,6.9866180419921875,6.909847259521484,6.92439079284668,6.885051727294922,6.806373596191406,6.959676742553711,6.954669952392578,6.778240203857422,6.948709487915039 +1000,5000,cpu,normal,True,True,False,4.019498825073242,4.243373870849609,5.069255828857422,4.061460494995117,4.987239837646484,4.138469696044922,4.650592803955078,4.996299743652344,4.6672821044921875,4.9457550048828125,6.851434707641602,6.721019744873047,6.8607330322265625,6.896734237670898,6.715536117553711,6.966590881347656,6.988286972045898,6.97779655456543,6.991386413574219,6.934165954589844 +1000,5000,cpu,normal,False,True,True,10.633468627929688,9.719610214233398,10.319948196411133,8.923053741455078,9.029626846313477,10.678529739379883,10.61701774597168,10.807991027832031,13.050556182861328,10.92982292175293,6.937265396118164,6.868124008178711,7.036685943603516,6.773233413696289,6.9446563720703125,6.838560104370117,6.961584091186523,7.061243057250977,6.844282150268555,7.1010589599609375 +1000,5000,cpu,normal,False,True,False,11.503219604492188,7.3184967041015625,7.141351699829102,8.771419525146484,10.139942169189453,15.513896942138672,13.110637664794922,10.383844375610352,10.826587677001953,10.075807571411133,6.82830810546875,7.081747055053711,6.731510162353516,7.028341293334961,6.855249404907227,6.8950653076171875,6.96563720703125,6.76727294921875,7.047176361083984,6.8225860595703125 +1000,5000,cpu,normal,True,False,True,8.299827575683594,8.854389190673828,8.146047592163086,8.341550827026367,12.453317642211914,9.088754653930664,8.578777313232422,8.335113525390625,7.418394088745117,8.878946304321289,6.70170783996582,6.661415100097656,6.845712661743164,6.74128532409668,6.768703460693359,6.928205490112305,6.520271301269531,6.918907165527344,6.72602653503418,6.542444229125977 +1000,5000,cpu,normal,True,False,False,5.91588020324707,5.164861679077148,4.935264587402344,8.477449417114258,5.83195686340332,9.735107421875,8.440971374511719,8.632183074951172,8.87298583984375,8.771419525146484,6.769418716430664,6.669044494628906,6.795406341552734,6.738185882568359,6.839990615844727,6.726980209350586,6.871223449707031,6.849050521850586,6.625652313232422,6.848335266113281 +1000,5000,cpu,normal,False,False,True,2.8274059295654297,2.8641223907470703,2.808094024658203,2.8412342071533203,2.6438236236572266,2.8688907623291016,3.2529830932617188,3.019094467163086,3.2761096954345703,3.7462711334228516,6.918430328369141,6.955623626708984,7.018089294433594,6.912469863891602,6.980419158935547,6.955146789550781,6.962299346923828,7.091045379638672,6.989479064941406,6.988763809204102 +1000,5000,cpu,normal,False,False,False,3.719329833984375,3.0472278594970703,2.3136138916015625,2.9935836791992188,3.0024051666259766,2.969980239868164,2.7382373809814453,2.9845237731933594,3.046274185180664,3.0486583709716797,6.930112838745117,6.722211837768555,6.88481330871582,6.806135177612305,6.635904312133789,6.816387176513672,6.760835647583008,6.871461868286133,6.745815277099609,6.747961044311523 +1000,10000,cpu,homo,True,True,True,4.59742546081543,4.303693771362305,4.188299179077148,4.007577896118164,4.062414169311523,3.8824081420898438,4.00853157043457,3.956317901611328,4.132509231567383,4.008293151855469,3.9823055267333984,3.8805007934570312,3.854990005493164,3.836393356323242,4.084110260009766,4.045724868774414,3.876924514770508,3.9370059967041016,4.076957702636719,4.008769989013672 +1000,10000,cpu,homo,True,True,False,4.589557647705078,4.415750503540039,4.248142242431641,4.010200500488281,4.105329513549805,4.044771194458008,4.093408584594727,3.844022750854492,3.9551258087158203,4.1828155517578125,4.281520843505859,3.9739608764648438,3.97491455078125,3.9768218994140625,4.088640213012695,3.9091110229492188,3.9844512939453125,3.919363021850586,4.118680953979492,3.8557052612304688 +1000,10000,cpu,homo,False,True,True,7.702827453613281,7.274866104125977,7.5740814208984375,7.014989852905273,7.35926628112793,7.238864898681641,7.943391799926758,6.909847259521484,7.370471954345703,7.307529449462891,3.9086341857910156,3.9200782775878906,4.032135009765625,3.912687301635742,3.906726837158203,3.889799118041992,4.001140594482422,4.0302276611328125,3.9627552032470703,3.8399696350097656 +1000,10000,cpu,homo,False,True,False,7.509946823120117,7.255792617797852,7.033348083496094,7.739067077636719,6.960153579711914,7.828950881958008,6.887674331665039,7.491350173950195,8.054256439208984,7.9193115234375,3.8633346557617188,3.8690567016601562,4.083395004272461,3.9217472076416016,3.840208053588867,3.9360523223876953,4.004001617431641,3.9975643157958984,3.9319992065429688,3.9148330688476562 +1000,10000,cpu,homo,True,False,True,2.931833267211914,2.842426300048828,2.7294158935546875,2.7425289154052734,2.8395652770996094,2.653360366821289,2.744436264038086,2.892732620239258,2.8429031372070312,2.863645553588867,3.632068634033203,3.630399703979492,3.7627220153808594,3.832578659057617,3.6580562591552734,3.8089752197265625,3.6966800689697266,3.737926483154297,3.8061141967773438,3.824472427368164 +1000,10000,cpu,homo,True,False,False,2.974987030029297,2.8581619262695312,2.4216175079345703,2.833843231201172,2.9358863830566406,3.476858139038086,3.452777862548828,2.7894973754882812,3.0546188354492188,2.79998779296875,3.7605762481689453,3.787994384765625,3.7670135498046875,3.995180130004883,3.7903785705566406,3.6804676055908203,3.7484169006347656,3.6821365356445312,3.833293914794922,3.653287887573242 +1000,10000,cpu,homo,False,False,True,0.7879734039306641,0.6918907165527344,0.713348388671875,0.6816387176513672,0.7219314575195312,0.6711483001708984,0.6628036499023438,0.6628036499023438,0.6535053253173828,0.6749629974365234,3.9827823638916016,3.9992332458496094,3.820180892944336,4.132509231567383,3.961324691772461,3.9780139923095703,3.8444995880126953,4.087686538696289,3.910541534423828,3.9832592010498047 +1000,10000,cpu,homo,False,False,False,0.728607177734375,0.7100105285644531,0.7183551788330078,0.7026195526123047,0.6945133209228516,0.713348388671875,0.7219314575195312,0.6985664367675781,0.6937980651855469,0.7002353668212891,3.819704055786133,3.9758682250976562,4.014492034912109,3.8909912109375,3.8225650787353516,3.8573741912841797,4.003047943115234,3.999948501586914,3.8170814514160156,3.8728713989257812 +1000,10000,cpu,uniform,True,True,True,4.215717315673828,4.011869430541992,3.6263465881347656,3.718852996826172,3.264904022216797,3.3190250396728516,3.1986236572265625,3.3638477325439453,3.1495094299316406,3.3485889434814453,7.060527801513672,6.664276123046875,6.873607635498047,6.862878799438477,6.672143936157227,6.95037841796875,6.7081451416015625,6.664276123046875,6.91676139831543,6.758928298950195 +1000,10000,cpu,uniform,True,True,False,4.136562347412109,3.8077831268310547,3.4570693969726562,3.256559371948242,3.4422874450683594,3.2796859741210938,3.210306167602539,3.0333995819091797,3.244638442993164,3.2503604888916016,6.814718246459961,6.905555725097656,6.914377212524414,6.930112838745117,6.923913955688477,6.832599639892578,6.97016716003418,6.8874359130859375,7.055044174194336,6.783008575439453 +1000,10000,cpu,uniform,False,True,True,6.7005157470703125,7.232189178466797,5.488157272338867,8.12840461730957,8.1787109375,8.711099624633789,8.046627044677734,9.494543075561523,9.097814559936523,10.71310043334961,6.85572624206543,6.933689117431641,6.874799728393555,6.903886795043945,6.83903694152832,6.833791732788086,6.834506988525391,6.79469108581543,6.906032562255859,6.952762603759766 +1000,10000,cpu,uniform,False,True,False,7.95745849609375,7.367849349975586,7.953166961669922,9.90748405456543,7.552146911621094,6.7539215087890625,5.954504013061523,5.536079406738281,8.725166320800781,5.276203155517578,6.696939468383789,6.987810134887695,6.805419921875,6.834506988525391,6.907463073730469,6.762027740478516,6.884098052978516,6.905317306518555,6.814479827880859,6.867170333862305 +1000,10000,cpu,uniform,True,False,True,4.2972564697265625,4.51970100402832,4.403114318847656,4.030466079711914,4.284381866455078,3.798246383666992,4.082679748535156,4.39906120300293,4.581928253173828,4.3392181396484375,6.4487457275390625,6.644725799560547,6.576776504516602,6.440639495849609,6.717205047607422,6.376504898071289,6.607770919799805,6.604909896850586,6.396055221557617,6.724357604980469 +1000,10000,cpu,uniform,True,False,False,4.446506500244141,2.354145050048828,4.318714141845703,5.122900009155273,4.575252532958984,3.4487247467041016,4.584789276123047,4.042863845825195,3.966808319091797,4.453897476196289,6.553411483764648,6.651401519775391,6.68025016784668,6.582975387573242,6.823539733886719,6.351709365844727,6.742238998413086,6.721735000610352,6.411314010620117,6.754159927368164 +1000,10000,cpu,uniform,False,False,True,0.9176731109619141,0.9164810180664062,0.8976459503173828,0.92315673828125,0.9663105010986328,1.4185905456542969,0.9753704071044922,1.2242794036865234,0.8382797241210938,0.7731914520263672,6.641387939453125,6.961584091186523,6.880998611450195,6.838798522949219,6.761074066162109,6.719112396240234,6.871461868286133,6.735563278198242,6.853342056274414,6.862401962280273 +1000,10000,cpu,uniform,False,False,False,0.9026527404785156,0.9238719940185547,0.957489013671875,0.9143352508544922,0.9055137634277344,0.9062290191650391,0.8912086486816406,0.9028911590576172,0.9095668792724609,0.9012222290039062,7.00831413269043,6.73222541809082,7.128000259399414,6.958246231079102,7.061004638671875,6.837368011474609,6.926059722900391,6.864786148071289,6.9122314453125,6.881952285766602 +1000,10000,cpu,normal,True,True,True,4.3773651123046875,4.341363906860352,3.8995742797851562,3.821849822998047,3.6334991455078125,3.6039352416992188,3.5276412963867188,3.608226776123047,3.7813186645507812,3.549814224243164,13.566732406616211,13.722419738769531,13.558387756347656,13.85045051574707,13.581514358520508,13.504981994628906,13.380765914916992,13.430118560791016,13.574838638305664,13.357400894165039 +1000,10000,cpu,normal,True,True,False,4.550457000732422,4.349231719970703,3.976106643676758,3.7908554077148438,3.54766845703125,3.743886947631836,3.571748733520508,3.574371337890625,3.5622119903564453,3.537893295288086,13.496875762939453,13.534784317016602,13.647317886352539,13.656377792358398,13.720512390136719,13.48257064819336,13.494729995727539,13.634920120239258,13.498306274414062,13.533830642700195 +1000,10000,cpu,normal,False,True,True,18.41592788696289,19.341707229614258,13.856172561645508,15.980243682861328,19.794940948486328,12.292623519897461,9.279489517211914,19.070863723754883,16.452550888061523,18.46909523010254,13.707876205444336,13.737201690673828,13.684272766113281,13.695955276489258,13.912677764892578,13.739824295043945,13.728857040405273,13.569355010986328,13.550996780395508,13.81683349609375 +1000,10000,cpu,normal,False,True,False,19.31595802307129,18.296003341674805,14.093399047851562,18.06807518005371,19.768238067626953,19.762277603149414,19.56796646118164,15.804290771484375,12.560367584228516,17.750024795532227,13.36216926574707,13.92984390258789,13.82136344909668,13.577699661254883,13.605356216430664,13.462305068969727,13.710260391235352,13.81373405456543,13.672828674316406,13.688325881958008 +1000,10000,cpu,normal,True,False,True,16.988754272460938,14.685869216918945,16.371488571166992,11.899709701538086,9.095430374145508,6.93202018737793,5.375862121582031,5.005121231079102,14.0838623046875,17.661571502685547,13.337850570678711,13.449430465698242,13.524770736694336,13.27204704284668,13.339519500732422,13.447999954223633,13.590335845947266,13.569355010986328,13.450384140014648,13.363361358642578 +1000,10000,cpu,normal,True,False,False,16.818523406982422,16.45064353942871,10.80942153930664,7.595300674438477,7.548809051513672,6.165266036987305,8.472681045532227,5.862951278686523,9.124279022216797,15.025615692138672,13.389825820922852,13.288497924804688,13.41390609741211,13.519525527954102,13.520240783691406,13.338565826416016,13.659477233886719,13.516902923583984,13.522624969482422,13.633489608764648 +1000,10000,cpu,normal,False,False,True,2.4042129516601562,2.249002456665039,2.485513687133789,3.271341323852539,1.8990039825439453,2.155780792236328,2.1200180053710938,2.1212100982666016,1.8219947814941406,1.7812252044677734,13.804435729980469,13.662099838256836,13.511419296264648,13.759613037109375,13.738870620727539,13.874053955078125,13.664722442626953,13.73291015625,13.69333267211914,13.634920120239258 +1000,10000,cpu,normal,False,False,False,2.881765365600586,2.813577651977539,2.1495819091796875,2.6047229766845703,2.2058486938476562,2.006053924560547,1.8808841705322266,1.7540454864501953,1.7466545104980469,1.733541488647461,13.652324676513672,13.622045516967773,13.394594192504883,13.521671295166016,13.63992691040039,13.544321060180664,13.976812362670898,13.564348220825195,13.356685638427734,13.55886459350586 +1000,25000,cpu,homo,True,True,True,10.091304779052734,10.84589958190918,9.853124618530273,10.769844055175781,10.535240173339844,10.528564453125,10.020017623901367,10.850906372070312,9.792327880859375,10.82611083984375,10.352849960327148,10.027408599853516,10.349512100219727,10.176658630371094,10.036945343017578,10.225534439086914,9.876728057861328,10.173797607421875,10.21432876586914,10.00833511352539 +1000,25000,cpu,homo,True,True,False,9.829521179199219,9.978771209716797,10.517597198486328,10.955333709716797,9.608268737792969,10.479927062988281,9.720325469970703,10.257482528686523,10.46299934387207,10.161876678466797,9.860754013061523,9.89675521850586,9.792804718017578,9.92584228515625,9.839057922363281,9.77182388305664,10.03885269165039,9.682655334472656,9.907722473144531,9.731292724609375 +1000,25000,cpu,homo,False,True,True,7.773399353027344,6.145477294921875,7.042646408081055,6.634235382080078,6.686687469482422,6.563901901245117,12.281417846679688,7.554292678833008,13.048648834228516,16.716718673706055,9.695053100585938,9.728431701660156,9.732961654663086,9.565114974975586,9.728431701660156,9.5672607421875,9.766578674316406,9.555816650390625,9.580612182617188,9.687423706054688 +1000,25000,cpu,homo,False,True,False,16.045808792114258,17.096519470214844,15.08784294128418,16.687870025634766,16.044139862060547,15.821456909179688,17.025470733642578,15.012979507446289,16.85810089111328,16.56365394592285,27.717113494873047,13.121604919433594,10.138511657714844,9.499788284301758,9.873390197753906,9.566068649291992,9.79471206665039,9.638071060180664,9.796142578125,9.780645370483398 +1000,25000,cpu,homo,True,False,True,6.252527236938477,5.894660949707031,7.189512252807617,6.771087646484375,6.1054229736328125,6.422281265258789,6.704807281494141,8.61358642578125,6.296396255493164,6.857872009277344,9.315729141235352,9.205102920532227,9.557723999023438,9.209156036376953,9.433746337890625,9.312152862548828,9.270191192626953,9.252786636352539,9.324312210083008,9.14454460144043 +1000,25000,cpu,homo,True,False,False,3.3080577850341797,3.568410873413086,6.371021270751953,6.726264953613281,6.758213043212891,6.927728652954102,6.439685821533203,9.857654571533203,6.276130676269531,6.467103958129883,9.255409240722656,9.093761444091797,9.385347366333008,9.287118911743164,9.284257888793945,9.279251098632812,9.185075759887695,9.321212768554688,9.048223495483398,9.23919677734375 +1000,25000,cpu,homo,False,False,True,1.779317855834961,1.5263557434082031,1.3055801391601562,1.2645721435546875,1.2657642364501953,1.2564659118652344,1.2900829315185547,1.2524127960205078,1.2493133544921875,1.2788772583007812,9.41777229309082,9.63592529296875,9.429454803466797,9.757757186889648,9.652376174926758,9.703397750854492,9.557247161865234,9.694337844848633,9.668111801147461,9.604692459106445 +1000,25000,cpu,homo,False,False,False,1.4772415161132812,1.7087459564208984,1.5995502471923828,1.4371871948242188,1.3599395751953125,1.4278888702392578,1.3899803161621094,1.262664794921875,1.3642311096191406,1.1322498321533203,9.754419326782227,9.483098983764648,9.813308715820312,9.772300720214844,26.529788970947266,12.361288070678711,9.823322296142578,9.74130630493164,9.739875793457031,9.707927703857422 +1000,25000,cpu,uniform,True,True,True,7.722377777099609,7.665395736694336,7.775068283081055,7.798671722412109,7.784366607666016,7.5321197509765625,7.642507553100586,7.584810256958008,7.864952087402344,7.524013519287109,17.626523971557617,17.42100715637207,17.333269119262695,17.374515533447266,17.4868106842041,17.302513122558594,17.232179641723633,17.298460006713867,17.172574996948242,17.429113388061523 +1000,25000,cpu,uniform,True,True,False,7.866859436035156,7.562160491943359,7.925748825073242,7.625102996826172,7.751703262329102,7.453680038452148,8.27169418334961,7.663726806640625,7.984638214111328,7.762670516967773,16.875743865966797,16.965150833129883,16.855478286743164,16.986608505249023,17.2271728515625,16.972064971923828,17.13871955871582,17.31085777282715,17.461776733398438,17.373323440551758 +1000,25000,cpu,uniform,False,True,True,18.148422241210938,17.890214920043945,11.43193244934082,18.830299377441406,12.638568878173828,10.502099990844727,8.321046829223633,7.34257698059082,8.086204528808594,10.607242584228516,17.090320587158203,17.159223556518555,16.952037811279297,16.906261444091797,16.991615295410156,17.1053409576416,17.042875289916992,17.032384872436523,17.071247100830078,17.06552505493164 +1000,25000,cpu,uniform,False,True,False,6.57200813293457,6.7996978759765625,7.574319839477539,6.460905075073242,7.235050201416016,13.35906982421875,18.25714111328125,15.903234481811523,16.684532165527344,13.958454132080078,17.023801803588867,17.06862449645996,17.055749893188477,17.191648483276367,17.109394073486328,17.073631286621094,17.12179183959961,17.678499221801758,17.089128494262695,16.993999481201172 +1000,25000,cpu,uniform,True,False,True,10.859012603759766,12.999534606933594,8.667230606079102,11.201858520507812,10.808944702148438,10.445356369018555,7.513999938964844,8.183002471923828,7.0323944091796875,10.776996612548828,16.475439071655273,16.722917556762695,16.688823699951172,16.505956649780273,16.692161560058594,16.750097274780273,16.698122024536133,16.715049743652344,16.60609245300293,16.53003692626953 +1000,25000,cpu,uniform,True,False,False,7.467985153198242,5.672454833984375,10.721921920776367,14.836549758911133,10.799407958984375,7.717132568359375,11.618614196777344,13.451337814331055,10.821819305419922,9.492635726928711,16.535282135009766,16.77870750427246,16.767024993896484,16.876697540283203,16.580581665039062,16.675949096679688,16.8764591217041,16.567230224609375,16.452789306640625,16.474246978759766 +1000,25000,cpu,uniform,False,False,True,2.0732879638671875,1.7001628875732422,1.7960071563720703,1.8036365509033203,1.714468002319336,1.9435882568359375,1.8165111541748047,1.5766620635986328,1.607656478881836,1.3623237609863281,16.907453536987305,16.91126823425293,17.003297805786133,17.075777053833008,16.95537567138672,17.110824584960938,17.124652862548828,16.908645629882812,16.860246658325195,16.689777374267578 +1000,25000,cpu,uniform,False,False,False,2.46429443359375,2.250194549560547,2.2711753845214844,1.6713142395019531,1.6682147979736328,1.6660690307617188,1.6825199127197266,2.180814743041992,1.8362998962402344,1.8622875213623047,17.011642456054688,16.887426376342773,17.107486724853516,17.042875289916992,17.07005500793457,17.003297805786133,16.940593719482422,16.989946365356445,17.05312728881836,16.97063446044922 +1000,25000,cpu,normal,True,True,True,8.479118347167969,8.534431457519531,8.564949035644531,8.676767349243164,8.791208267211914,8.301496505737305,8.64863395690918,8.554697036743164,8.790969848632812,8.44883918762207,33.83350372314453,33.70022773742676,33.99491310119629,33.678293228149414,33.91885757446289,33.97488594055176,33.965349197387695,33.762216567993164,33.91265869140625,33.556222915649414 +1000,25000,cpu,normal,True,True,False,8.125066757202148,8.55398178100586,8.320808410644531,8.689403533935547,8.17418098449707,8.857965469360352,8.183479309082031,8.181571960449219,8.645772933959961,8.535385131835938,33.852338790893555,33.84661674499512,33.88047218322754,33.92291069030762,33.97011756896973,33.87784957885742,34.31367874145508,34.0421199798584,33.82754325866699,34.64531898498535 +1000,25000,cpu,normal,False,True,True,15.683174133300781,15.103340148925781,15.009164810180664,32.08494186401367,30.013322830200195,34.43717956542969,19.756317138671875,34.17539596557617,32.55295753479004,32.99307823181152,33.8892936706543,33.709049224853516,33.890485763549805,33.68401527404785,33.79631042480469,33.71548652648926,34.0578556060791,33.759117126464844,33.91098976135254,53.20262908935547 +1000,25000,cpu,normal,False,True,False,16.737937927246094,18.06926727294922,16.008377075195312,24.764299392700195,39.24107551574707,28.024673461914062,20.762205123901367,15.966176986694336,37.454843521118164,35.22634506225586,33.702850341796875,34.032344818115234,33.803701400756836,33.72359275817871,34.03592109680176,33.69545936584473,33.834218978881836,33.81967544555664,33.890485763549805,78.7053108215332 +1000,25000,cpu,normal,True,False,True,31.441688537597656,31.903505325317383,24.04165267944336,21.944761276245117,15.392065048217773,32.34148025512695,22.90630340576172,30.55739402770996,31.766176223754883,17.78721809387207,33.62083435058594,33.30278396606445,33.67352485656738,33.62846374511719,33.573150634765625,33.62154960632324,33.49781036376953,33.68520736694336,33.52761268615723,33.338069915771484 +1000,25000,cpu,normal,True,False,False,24.286508560180664,30.726909637451172,32.38511085510254,31.74424171447754,29.91795539855957,22.64857292175293,29.649019241333008,29.23440933227539,18.27526092529297,33.08296203613281,33.5383415222168,33.75697135925293,33.62441062927246,33.58721733093262,33.77962112426758,33.83517265319824,33.925771713256836,33.94675254821777,33.97488594055176,33.71453285217285 +1000,25000,cpu,normal,False,False,True,4.210233688354492,3.6163330078125,3.2644271850585938,3.48663330078125,2.9745101928710938,2.825498580932617,2.659320831298828,2.5110244750976562,2.9103755950927734,2.5031566619873047,33.61988067626953,33.800363540649414,33.83517265319824,33.80084037780762,33.802032470703125,33.51306915283203,33.3714485168457,33.72311592102051,33.640146255493164,33.89763832092285 +1000,25000,cpu,normal,False,False,False,3.5834312438964844,3.474712371826172,2.945423126220703,3.9680004119873047,2.9387474060058594,2.802610397338867,3.228425979614258,3.2219886779785156,3.0107498168945312,2.2842884063720703,33.79249572753906,33.64872932434082,33.84900093078613,35.364627838134766,33.89453887939453,33.74314308166504,33.7371826171875,33.77819061279297,35.60471534729004,33.308982849121094 +1000,37500,cpu,homo,True,True,True,15.366315841674805,14.13583755493164,15.315055847167969,14.72616195678711,14.772415161132812,15.355110168457031,15.432357788085938,15.324592590332031,15.238046646118164,14.891624450683594,15.09237289428711,14.615297317504883,14.973640441894531,14.934539794921875,15.186309814453125,14.836311340332031,15.070915222167969,14.78433609008789,15.191793441772461,14.871358871459961 +1000,37500,cpu,homo,True,True,False,15.194177627563477,14.843940734863281,15.405654907226562,14.706850051879883,14.775753021240234,14.66822624206543,15.266180038452148,14.91999626159668,14.852285385131836,15.062808990478516,14.86515998840332,14.968156814575195,14.94455337524414,14.949560165405273,14.813423156738281,14.82248306274414,14.955282211303711,14.808177947998047,14.780759811401367,14.938592910766602 +1000,37500,cpu,homo,False,True,True,10.705947875976562,13.831138610839844,24.1549015045166,16.257524490356445,11.25025749206543,21.386384963989258,21.254777908325195,16.496658325195312,13.715744018554688,16.193389892578125,14.504432678222656,14.527082443237305,14.506101608276367,14.679670333862305,14.489412307739258,14.546632766723633,14.698505401611328,14.549732208251953,14.603137969970703,14.514923095703125 +1000,37500,cpu,homo,False,True,False,17.209768295288086,24.173259735107422,18.985986709594727,14.576196670532227,14.222383499145508,12.663125991821289,16.371726989746094,13.28730583190918,10.57291030883789,19.776105880737305,14.332294464111328,14.50967788696289,14.349937438964844,14.523744583129883,14.501810073852539,14.513969421386719,14.668703079223633,14.713525772094727,14.745950698852539,14.568090438842773 +1000,37500,cpu,homo,True,False,True,10.240554809570312,6.734609603881836,10.567665100097656,8.849620819091797,9.993791580200195,11.678218841552734,9.901285171508789,9.55653190612793,9.374141693115234,7.938861846923828,13.94963264465332,13.805150985717773,13.667821884155273,13.474702835083008,13.827800750732422,13.966798782348633,13.877391815185547,13.875246047973633,13.769865036010742,13.80014419555664 +1000,37500,cpu,homo,True,False,False,10.005712509155273,11.252403259277344,9.785652160644531,8.28862190246582,6.931543350219727,10.910272598266602,9.923934936523438,8.681535720825195,7.260799407958984,5.935192108154297,13.939619064331055,14.013290405273438,13.956546783447266,13.846874237060547,13.85045051574707,13.959646224975586,13.991355895996094,14.148950576782227,13.947248458862305,13.867616653442383 +1000,37500,cpu,homo,False,False,True,2.0074844360351562,1.8649101257324219,1.8267631530761719,1.7247200012207031,1.7082691192626953,1.7445087432861328,1.83868408203125,1.4605522155761719,2.044677734375,1.5285015106201172,14.554738998413086,14.536142349243164,14.612436294555664,14.352798461914062,14.580488204956055,14.536380767822266,14.301776885986328,14.541149139404297,14.65916633605957,14.502286911010742 +1000,37500,cpu,homo,False,False,False,2.1610260009765625,2.2411346435546875,2.2230148315429688,1.7478466033935547,1.7483234405517578,1.7664432525634766,1.7852783203125,1.4395713806152344,1.4812946319580078,1.47247314453125,14.65296745300293,14.465808868408203,14.57667350769043,14.528512954711914,14.62244987487793,14.61935043334961,15.042543411254883,14.550447463989258,14.677286148071289,14.38283920288086 +1000,37500,cpu,uniform,True,True,True,12.217998504638672,12.082815170288086,12.29238510131836,11.959075927734375,12.307167053222656,12.305259704589844,11.803627014160156,12.23444938659668,12.551546096801758,12.359857559204102,25.74443817138672,25.815725326538086,25.82240104675293,25.395870208740234,25.723695755004883,25.52652359008789,25.83765983581543,25.708675384521484,25.418758392333984,25.600910186767578 +1000,37500,cpu,uniform,True,True,False,11.365890502929688,11.635303497314453,11.769533157348633,11.365652084350586,11.913537979125977,11.377096176147461,11.683225631713867,11.80577278137207,12.06064224243164,11.75069808959961,25.91228485107422,25.93064308166504,25.81501007080078,26.02672576904297,26.073455810546875,25.913715362548828,25.99358558654785,25.960683822631836,26.0622501373291,25.8638858795166 +1000,37500,cpu,uniform,False,True,True,12.429952621459961,11.974573135375977,12.423276901245117,11.540651321411133,24.27506446838379,18.350839614868164,23.417234420776367,21.06308937072754,15.417337417602539,13.432502746582031,25.325536727905273,25.688648223876953,25.871753692626953,25.668859481811523,25.987863540649414,25.684595108032227,25.769710540771484,25.597333908081055,25.696277618408203,25.657176971435547 +1000,37500,cpu,uniform,False,True,False,26.036977767944336,17.11893081665039,12.8936767578125,11.766910552978516,11.780977249145508,11.651992797851562,11.374950408935547,11.127471923828125,11.141061782836914,10.933637619018555,25.425434112548828,25.242328643798828,25.24089813232422,25.383472442626953,25.400400161743164,46.561479568481445,25.628089904785156,25.728225708007812,25.702238082885742,25.493860244750977 +1000,37500,cpu,uniform,True,False,True,16.849756240844727,16.080141067504883,16.435623168945312,10.950803756713867,14.910221099853516,13.53764533996582,15.238523483276367,13.637781143188477,10.387182235717773,11.963605880737305,24.695158004760742,24.74498748779297,24.9330997467041,24.422168731689453,24.577617645263672,24.348020553588867,24.612903594970703,24.701356887817383,25.017738342285156,25.203466415405273 +1000,37500,cpu,uniform,True,False,False,15.30599594116211,15.402078628540039,16.422748565673828,14.899253845214844,18.215179443359375,15.624046325683594,12.197017669677734,8.38327407836914,15.868902206420898,15.186309814453125,24.92213249206543,24.913549423217773,24.69611167907715,24.933338165283203,24.637222290039062,24.886131286621094,24.72066879272461,24.65677261352539,24.499893188476562,24.645566940307617 +1000,37500,cpu,uniform,False,False,True,2.6340484619140625,2.2177696228027344,3.1006336212158203,2.312183380126953,2.517223358154297,2.3751258850097656,2.0792484283447266,1.7969608306884766,1.8031597137451172,1.7457008361816406,25.619029998779297,25.162220001220703,24.95265007019043,25.324106216430664,24.926424026489258,25.331974029541016,25.110721588134766,25.136709213256836,25.026559829711914,25.488853454589844 +1000,37500,cpu,uniform,False,False,False,2.6302337646484375,2.7551651000976562,2.0949840545654297,2.2270679473876953,2.702951431274414,1.9750595092773438,1.8551349639892578,2.1622180938720703,1.7299652099609375,1.7311573028564453,25.656461715698242,25.70033073425293,25.660276412963867,25.946617126464844,25.437355041503906,25.699853897094727,25.475025177001953,25.649070739746094,25.409221649169922,25.676965713500977 +1000,37500,cpu,normal,True,True,True,12.612104415893555,12.867212295532227,13.006210327148438,13.120412826538086,12.39013671875,13.434648513793945,13.753652572631836,12.595176696777344,12.613296508789062,12.915849685668945,50.57573318481445,50.69756507873535,50.32944679260254,50.19116401672363,50.547122955322266,50.4608154296875,50.054311752319336,49.70073699951172,50.13608932495117,50.00042915344238 +1000,37500,cpu,normal,True,True,False,12.702465057373047,12.945175170898438,12.759685516357422,13.283014297485352,13.236045837402344,12.89987564086914,12.880563735961914,12.91799545288086,12.938261032104492,13.318300247192383,50.693511962890625,50.34923553466797,50.298213958740234,50.43745040893555,50.95839500427246,51.49245262145996,50.7054328918457,50.588130950927734,50.48561096191406,50.47464370727539 +1000,37500,cpu,normal,False,True,True,34.81602668762207,26.18718147277832,26.364564895629883,24.23405647277832,41.368722915649414,30.17258644104004,45.851945877075195,38.199424743652344,40.89164733886719,38.64741325378418,51.06234550476074,50.61936378479004,50.992727279663086,50.45795440673828,50.589799880981445,50.70996284484863,50.389766693115234,50.33302307128906,50.74119567871094,50.431251525878906 +1000,37500,cpu,normal,False,True,False,36.272525787353516,53.33542823791504,44.30103302001953,39.902687072753906,33.07986259460449,30.280113220214844,50.35853385925293,36.501169204711914,26.537418365478516,42.67072677612305,50.582170486450195,50.369977951049805,50.38261413574219,50.99654197692871,50.88186264038086,51.079750061035156,54.0013313293457,51.10287666320801,50.64725875854492,50.59075355529785 +1000,37500,cpu,normal,True,False,True,23.926973342895508,36.585330963134766,32.23538398742676,44.13652420043945,41.776418685913086,45.14360427856445,35.96663475036621,40.242910385131836,30.1361083984375,47.72615432739258,50.47798156738281,50.07481575012207,50.34160614013672,50.5218505859375,51.11217498779297,50.37403106689453,50.63796043395996,50.18115043640137,50.366878509521484,50.592660903930664 +1000,37500,cpu,normal,True,False,False,34.63625907897949,32.69600868225098,33.99181365966797,32.762765884399414,44.41213607788086,39.16049003601074,33.083438873291016,32.2420597076416,21.302461624145508,31.04257583618164,50.809383392333984,50.48370361328125,50.20904541015625,50.16469955444336,50.33302307128906,50.54283142089844,49.997806549072266,50.03929138183594,50.25482177734375,50.14514923095703 +1000,37500,cpu,normal,False,False,True,6.011962890625,5.4912567138671875,5.051136016845703,4.329919815063477,4.086732864379883,3.7598609924316406,3.977060317993164,4.706621170043945,3.5440921783447266,3.041505813598633,50.307273864746094,50.34589767456055,50.13442039489746,50.400495529174805,50.528526306152344,50.043344497680664,50.554513931274414,50.580739974975586,50.126075744628906,50.43673515319824 +1000,37500,cpu,normal,False,False,False,5.539655685424805,4.302024841308594,4.587888717651367,3.407716751098633,3.1991004943847656,3.9374828338623047,3.359079360961914,3.6787986755371094,2.8769969940185547,3.3876895904541016,50.492048263549805,50.8122444152832,50.92024803161621,50.9796142578125,51.12576484680176,51.24020576477051,50.92120170593262,51.21159553527832,51.41162872314453,51.57160758972168 +1000,50000,cpu,homo,True,True,True,19.93274688720703,19.449234008789062,19.28877830505371,20.45750617980957,20.37501335144043,20.434856414794922,19.55127716064453,20.466089248657227,19.948482513427734,20.41935920715332,19.99688148498535,19.786834716796875,19.73414421081543,19.61827278137207,20.169973373413086,20.033836364746094,19.97232437133789,19.99354362487793,19.739389419555664,19.8824405670166 +1000,50000,cpu,homo,True,True,False,21.154403686523438,20.64204216003418,20.947694778442383,21.381616592407227,20.78557014465332,20.801067352294922,20.958662033081055,21.082639694213867,20.88451385498047,20.90144157409668,19.696950912475586,19.793033599853516,20.043134689331055,19.777774810791016,19.622802734375,19.43492889404297,19.997119903564453,19.991397857666016,20.00594139099121,19.94013786315918 +1000,50000,cpu,homo,False,True,True,19.073963165283203,21.704435348510742,25.38156509399414,19.039392471313477,20.160198211669922,15.472173690795898,23.53382110595703,18.20826530456543,23.222923278808594,22.692441940307617,19.38796043395996,19.340991973876953,19.340991973876953,19.35720443725586,19.16670799255371,19.060850143432617,19.5157527923584,19.438505172729492,19.295930862426758,19.270896911621094 +1000,50000,cpu,homo,False,True,False,15.048027038574219,14.041900634765625,13.290882110595703,13.348579406738281,12.722253799438477,12.929916381835938,13.084650039672852,20.81298828125,15.881538391113281,13.906002044677734,19.1342830657959,19.352197647094727,19.56915855407715,19.514799118041992,19.43206787109375,19.498348236083984,19.469261169433594,19.77229118347168,19.617557525634766,19.413471221923828 +1000,50000,cpu,homo,True,False,True,12.515783309936523,12.823343276977539,11.876583099365234,12.364625930786133,12.642621994018555,11.834859848022461,11.511087417602539,12.670516967773438,13.198375701904297,10.967016220092773,18.27692985534668,18.275737762451172,18.18227767944336,18.338918685913086,18.537521362304688,18.44167709350586,17.992258071899414,18.733501434326172,18.735647201538086,18.713712692260742 +1000,50000,cpu,homo,True,False,False,10.094881057739258,12.491703033447266,13.055086135864258,9.000301361083984,13.388633728027344,10.122537612915039,11.247396469116211,9.083271026611328,12.983560562133789,9.408712387084961,18.334627151489258,18.560409545898438,18.406391143798828,18.37897300720215,18.46790313720703,18.606185913085938,18.512487411499023,18.543243408203125,18.404245376586914,18.383026123046875 +1000,50000,cpu,homo,False,False,True,2.531766891479492,2.375364303588867,2.5806427001953125,2.5632381439208984,2.5277137756347656,1.863241195678711,2.7260780334472656,1.7402172088623047,2.173900604248047,1.7347335815429688,19.23513412475586,19.147872924804688,19.22893524169922,19.313573837280273,19.13285255432129,19.206523895263672,19.062042236328125,19.05369758605957,19.170284271240234,19.129514694213867 +1000,50000,cpu,homo,False,False,False,2.41851806640625,2.1080970764160156,2.101421356201172,2.421855926513672,2.358675003051758,2.0308494567871094,2.4483203887939453,1.8444061279296875,1.7714500427246094,1.7795562744140625,19.030332565307617,19.362688064575195,19.199848175048828,19.372940063476562,19.251585006713867,19.249916076660156,19.27042007446289,19.28257942199707,19.441843032836914,19.352197647094727 +1000,50000,cpu,uniform,True,True,True,15.100240707397461,16.112089157104492,15.244007110595703,16.005516052246094,15.408754348754883,16.611576080322266,15.960693359375,16.75248146057129,15.476226806640625,16.723155975341797,34.15870666503906,34.033775329589844,34.46030616760254,34.00611877441406,34.26623344421387,34.21378135681152,34.4395637512207,34.15656089782715,34.39068794250488,34.23285484313965 +1000,50000,cpu,uniform,True,True,False,15.131473541259766,15.032052993774414,15.828371047973633,15.40994644165039,15.846014022827148,15.02847671508789,15.355348587036133,15.384674072265625,15.715599060058594,15.865087509155273,34.81793403625488,34.58261489868164,34.53850746154785,34.58881378173828,34.27863121032715,35.006046295166016,35.17651557922363,34.80362892150879,34.59620475769043,34.64984893798828 +1000,50000,cpu,uniform,False,True,True,21.680116653442383,24.249792098999023,31.786203384399414,30.86256980895996,28.891563415527344,27.92048454284668,22.48382568359375,22.918224334716797,21.14248275756836,25.49910545349121,34.17611122131348,34.193992614746094,34.25097465515137,34.92021560668945,33.93816947937012,33.80441665649414,34.06381607055664,34.09886360168457,33.9818000793457,34.0120792388916 +1000,50000,cpu,uniform,False,True,False,26.470422744750977,25.034427642822266,22.084474563598633,17.061233520507812,15.547513961791992,14.972209930419922,24.10149574279785,20.61748504638672,27.333736419677734,20.744800567626953,34.10530090332031,34.01494026184082,34.059762954711914,34.20877456665039,34.18612480163574,33.77723693847656,34.0723991394043,33.8137149810791,34.07788276672363,34.38830375671387 +1000,50000,cpu,uniform,True,False,True,12.8326416015625,10.088920593261719,7.271766662597656,6.393194198608398,10.651111602783203,8.35275650024414,8.066415786743164,16.937732696533203,14.025211334228516,11.639595031738281,33.19692611694336,33.048152923583984,33.27155113220215,33.12039375305176,33.26988220214844,32.99069404602051,32.97877311706543,33.17618370056152,33.13755989074707,32.83190727233887 +1000,50000,cpu,uniform,True,False,False,9.682655334472656,17.632246017456055,12.183666229248047,8.102893829345703,6.940603256225586,6.247758865356445,10.360479354858398,8.41832160949707,13.249397277832031,18.755674362182617,33.03360939025879,32.820701599121094,32.84168243408203,32.700538635253906,32.60684013366699,32.869815826416016,32.81044960021973,32.875776290893555,33.13708305358887,32.681941986083984 +1000,50000,cpu,uniform,False,False,True,3.118753433227539,3.078460693359375,2.689838409423828,2.3441314697265625,2.3186206817626953,2.47955322265625,2.089977264404297,2.058744430541992,2.2089481353759766,1.9211769104003906,33.82062911987305,34.13224220275879,33.51140022277832,34.02996063232422,33.85567665100098,33.83374214172363,33.60939025878906,33.487796783447266,33.74481201171875,33.92219543457031 +1000,50000,cpu,uniform,False,False,False,3.6034584045410156,2.905607223510742,2.9180049896240234,3.10516357421875,2.374887466430664,2.625703811645508,2.6574134826660156,2.3932456970214844,2.067089080810547,1.9831657409667969,33.99515151977539,33.89859199523926,33.99300575256348,33.91599655151367,33.54477882385254,33.69903564453125,33.905982971191406,33.81061553955078,36.59200668334961,33.97560119628906 +1000,50000,cpu,normal,True,True,True,17.66347885131836,16.991376876831055,18.16558837890625,17.52328872680664,17.063379287719727,16.824960708618164,18.213272094726562,17.184972763061523,17.06409454345703,17.992258071899414,68.08996200561523,67.88969039916992,68.12334060668945,67.86704063415527,67.72613525390625,68.09520721435547,68.13526153564453,67.60311126708984,67.77429580688477,68.23611259460449 +1000,50000,cpu,normal,True,True,False,16.348838806152344,17.37236976623535,16.648054122924805,17.290830612182617,17.17209815979004,17.006874084472656,17.103195190429688,18.581867218017578,17.047882080078125,17.30060577392578,68.74513626098633,68.45951080322266,68.27855110168457,68.32647323608398,67.85130500793457,68.11690330505371,68.03369522094727,67.56067276000977,67.54732131958008,67.69204139709473 +1000,50000,cpu,normal,False,True,True,58.98427963256836,46.37002944946289,35.924673080444336,38.8638973236084,48.26664924621582,51.45096778869629,32.462358474731445,47.477006912231445,46.50259017944336,35.48741340637207,68.34197044372559,68.01509857177734,68.34530830383301,106.86445236206055,89.85590934753418,67.95334815979004,67.23952293395996,67.73924827575684,67.96693801879883,67.25502014160156 +1000,50000,cpu,normal,False,True,False,54.62980270385742,47.71590232849121,49.86381530761719,40.90547561645508,60.178279876708984,36.54003143310547,45.92180252075195,64.32533264160156,49.330949783325195,39.582252502441406,68.2070255279541,68.15457344055176,68.0537223815918,67.80600547790527,67.56162643432617,67.57831573486328,67.53778457641602,67.61574745178223,67.8553581237793,67.79742240905762 +1000,50000,cpu,normal,True,False,True,35.59613227844238,41.59188270568848,54.255008697509766,43.86544227600098,44.30270195007324,29.124975204467773,42.70195960998535,47.5468635559082,39.983272552490234,50.398826599121094,67.23380088806152,67.02947616577148,67.13461875915527,66.49160385131836,66.79701805114746,66.77460670471191,66.35904312133789,67.39687919616699,66.76602363586426,66.56336784362793 +1000,50000,cpu,normal,True,False,False,59.891462326049805,42.35506057739258,46.059608459472656,31.19826316833496,27.277469635009766,26.6876220703125,44.0216064453125,34.055233001708984,47.119140625,42.118072509765625,67.23713874816895,67.43812561035156,67.07167625427246,67.32940673828125,66.73622131347656,66.69020652770996,66.86973571777344,66.9245719909668,66.9856071472168,67.2600269317627 +1000,50000,cpu,normal,False,False,True,5.455970764160156,4.647731781005859,4.448652267456055,4.133701324462891,3.767251968383789,4.488229751586914,3.8051605224609375,3.9370059967041016,3.7703514099121094,4.306554794311523,66.98870658874512,67.03376770019531,66.85781478881836,66.9715404510498,67.59309768676758,67.56782531738281,67.28649139404297,67.22760200500488,67.86060333251953,67.36111640930176 +1000,50000,cpu,normal,False,False,False,5.1631927490234375,4.809856414794922,4.872798919677734,4.137516021728516,4.544258117675781,6.210565567016602,4.539251327514648,5.757570266723633,4.822254180908203,4.584550857543945,67.36087799072266,67.09933280944824,67.53015518188477,67.30079650878906,67.37422943115234,67.48151779174805,67.43049621582031,67.20089912414551,67.0766830444336,66.90359115600586 +2500,1000,cpu,homo,True,True,True,2.0334720611572266,2.0322799682617188,3.4575462341308594,2.5069713592529297,2.161264419555664,2.638101577758789,2.301454544067383,2.3441314697265625,2.6581287384033203,2.1598339080810547,1.0554790496826172,1.0519027709960938,1.028299331665039,1.0387897491455078,1.0223388671875,0.9529590606689453,0.9934902191162109,1.0209083557128906,0.9646415710449219,1.0211467742919922 +2500,1000,cpu,homo,True,True,False,1.9571781158447266,1.9180774688720703,2.2122859954833984,2.2652149200439453,2.1636486053466797,2.1719932556152344,2.192258834838867,2.2559165954589844,2.2492408752441406,2.6586055755615234,2.541780471801758,1.85394287109375,1.8906593322753906,1.7764568328857422,1.80816650390625,1.8224716186523438,1.2826919555664062,1.314401626586914,1.5387535095214844,1.268148422241211 +2500,1000,cpu,homo,False,True,True,3.6132335662841797,3.7016868591308594,3.7212371826171875,3.5326480865478516,2.457857131958008,2.887725830078125,3.278970718383789,3.1604766845703125,2.2192001342773438,3.4363269805908203,2.3229122161865234,2.32696533203125,2.349376678466797,1.917123794555664,1.5850067138671875,1.5854835510253906,1.5766620635986328,1.5845298767089844,1.5728473663330078,1.5518665313720703 +2500,1000,cpu,homo,False,True,False,2.794027328491211,2.4933815002441406,2.8450489044189453,2.7501583099365234,2.626180648803711,2.7391910552978516,3.7047863006591797,3.5047531127929688,3.551483154296875,3.5572052001953125,0.9930133819580078,1.0557174682617188,1.0449886322021484,1.0483264923095703,1.0139942169189453,1.0132789611816406,1.0273456573486328,1.024484634399414,1.0230541229248047,1.0232925415039062 +2500,1000,cpu,homo,True,False,True,0.3917217254638672,0.3974437713623047,0.5435943603515625,0.38814544677734375,0.5600452423095703,0.38123130798339844,0.61798095703125,0.38695335388183594,0.3998279571533203,0.3845691680908203,1.0008811950683594,0.9877681732177734,0.9968280792236328,1.0173320770263672,1.009225845336914,1.0056495666503906,1.0094642639160156,1.0123252868652344,1.0058879852294922,1.0056495666503906 +2500,1000,cpu,homo,True,False,False,0.3654956817626953,0.3883838653564453,0.39649009704589844,0.5633831024169922,0.5621910095214844,0.45418739318847656,0.5068778991699219,0.5230903625488281,0.5059242248535156,0.46634674072265625,1.3222694396972656,2.9723644256591797,3.698587417602539,3.668546676635742,3.6737918853759766,2.463817596435547,2.4576187133789062,2.4678707122802734,2.443552017211914,1.8520355224609375 +2500,1000,cpu,homo,False,False,True,0.7083415985107422,0.7386207580566406,0.7414817810058594,0.7364749908447266,0.6935596466064453,0.7684230804443359,0.7116794586181641,0.7398128509521484,0.6978511810302734,0.5319118499755859,1.1320114135742188,1.129150390625,1.0037422180175781,0.9734630584716797,0.9555816650390625,0.9911060333251953,0.9732246398925781,0.9815692901611328,0.9770393371582031,0.9741783142089844 +2500,1000,cpu,homo,False,False,False,0.8647441864013672,0.45180320739746094,0.84686279296875,0.7216930389404297,0.7970333099365234,0.7910728454589844,0.766754150390625,0.8039474487304688,0.4513263702392578,0.8034706115722656,1.8436908721923828,1.8298625946044922,1.817464828491211,1.8582344055175781,1.821279525756836,1.4674663543701172,1.2154579162597656,1.1942386627197266,1.196146011352539,1.199960708618164 +2500,1000,cpu,uniform,True,True,True,2.657175064086914,2.7494430541992188,2.616405487060547,2.8734207153320312,2.9973983764648438,2.8603076934814453,2.583742141723633,2.715587615966797,2.5899410247802734,2.685070037841797,1.871347427368164,1.8420219421386719,1.7707347869873047,2.0143985748291016,6.65736198425293,6.508588790893555,5.242347717285156,4.291772842407227,3.939390182495117,3.003358840942383 +2500,1000,cpu,uniform,True,True,False,0.8795261383056641,3.3240318298339844,2.3877620697021484,3.107309341430664,2.516031265258789,2.7942657470703125,2.6111602783203125,2.504110336303711,2.7532577514648438,2.5751590728759766,1.7838478088378906,1.8343925476074219,1.8260478973388672,1.7802715301513672,1.8224716186523438,1.796722412109375,1.7964839935302734,1.7085075378417969,1.8036365509033203,1.7867088317871094 +2500,1000,cpu,uniform,False,True,True,3.0927658081054688,2.9337406158447266,2.5758743286132812,2.8710365295410156,2.784252166748047,2.6557445526123047,2.9973983764648438,2.9959678649902344,2.372264862060547,2.529621124267578,1.7635822296142578,1.7299652099609375,1.7826557159423828,1.7616748809814453,1.7087459564208984,1.691579818725586,1.6937255859375,1.758575439453125,1.6260147094726562,1.7421245574951172 +2500,1000,cpu,uniform,False,True,False,2.344846725463867,2.6557445526123047,2.9647350311279297,3.0341148376464844,2.4254322052001953,2.8989315032958984,2.1839141845703125,2.385854721069336,2.4864673614501953,2.933025360107422,1.7015933990478516,1.7368793487548828,1.691579818725586,1.6736984252929688,1.7609596252441406,1.622915267944336,1.7497539520263672,1.7769336700439453,1.7778873443603516,1.7490386962890625 +2500,1000,cpu,uniform,True,False,True,0.690460205078125,0.6346702575683594,0.6277561187744141,0.6165504455566406,0.6651878356933594,1.1043548583984375,0.7240772247314453,0.6632804870605469,0.6921291351318359,0.6928443908691406,1.7905235290527344,1.7542839050292969,1.7688274383544922,1.855611801147461,2.148866653442383,1.7566680908203125,1.781463623046875,1.7971992492675781,1.6956329345703125,1.7094612121582031 +2500,1000,cpu,uniform,True,False,False,0.5483627319335938,0.5633831024169922,0.5819797515869141,0.5865097045898438,0.6496906280517578,0.5750656127929688,0.5471706390380859,0.5645751953125,0.5772113800048828,0.5929470062255859,1.806497573852539,1.7852783203125,1.8427371978759766,1.8076896667480469,1.848459243774414,1.7728805541992188,1.7707347869873047,1.7855167388916016,1.6601085662841797,1.7991065979003906 +2500,1000,cpu,uniform,False,False,True,1.1453628540039062,1.2297630310058594,1.2195110321044922,1.2371540069580078,0.6885528564453125,0.6847381591796875,1.2292861938476562,1.2030601501464844,1.1889934539794922,1.1494159698486328,1.726388931274414,1.7786026000976562,1.6541481018066406,1.711130142211914,1.7087459564208984,1.5747547149658203,1.711130142211914,1.638650894165039,1.5811920166015625,1.741170883178711 +2500,1000,cpu,uniform,False,False,False,0.8118152618408203,2.156496047973633,0.7207393646240234,1.222372055053711,1.2145042419433594,1.1861324310302734,1.1744499206542969,1.31988525390625,1.3537406921386719,1.384735107421875,1.6450881958007812,1.6226768493652344,1.749277114868164,1.7313957214355469,1.7313957214355469,1.6024112701416016,1.6222000122070312,1.668691635131836,1.5747547149658203,1.6989707946777344 +2500,1000,cpu,normal,True,True,True,5.620479583740234,5.971431732177734,5.267620086669922,5.600929260253906,5.5294036865234375,5.654811859130859,5.806207656860352,5.408048629760742,5.406379699707031,5.435705184936523,3.342866897583008,3.3996105194091797,3.559589385986328,3.588438034057617,3.6139488220214844,3.5104751586914062,3.566265106201172,3.4780502319335938,3.6077499389648438,3.663778305053711 +2500,1000,cpu,normal,True,True,False,5.637884140014648,5.775928497314453,8.19706916809082,5.661964416503906,5.344867706298828,5.993366241455078,5.368947982788086,5.490779876708984,5.439996719360352,5.868196487426758,3.6993026733398438,3.477811813354492,3.389120101928711,8.614778518676758,6.319761276245117,5.677938461303711,4.007816314697266,3.742694854736328,3.734111785888672,3.371000289916992 +2500,1000,cpu,normal,False,True,True,3.2205581665039062,3.2339096069335938,3.3864974975585938,3.276824951171875,3.391265869140625,3.7534236907958984,3.3714771270751953,3.5262107849121094,3.145456314086914,3.573894500732422,3.3597946166992188,3.3180713653564453,3.4978389739990234,3.4995079040527344,3.376483917236328,3.4263134002685547,3.447294235229492,3.3979415893554688,3.4389495849609375,3.4799575805664062 +2500,1000,cpu,normal,False,True,False,4.002571105957031,3.307342529296875,3.0901432037353516,3.5271644592285156,4.323720932006836,3.239870071411133,3.3540725708007812,3.765106201171875,3.3185482025146484,4.038333892822266,3.385305404663086,3.519773483276367,3.507375717163086,3.373861312866211,3.2930374145507812,3.4804344177246094,3.535747528076172,3.439188003540039,3.47900390625,3.442049026489258 +2500,1000,cpu,normal,True,False,True,1.9614696502685547,3.5703182220458984,2.938508987426758,2.193927764892578,2.316713333129883,2.535104751586914,2.7408599853515625,1.9483566284179688,2.8007030487060547,2.8076171875,3.4215450286865234,3.509998321533203,3.566265106201172,3.3299922943115234,3.354787826538086,3.5066604614257812,3.4945011138916016,3.587961196899414,3.4410953521728516,3.372669219970703 +2500,1000,cpu,normal,True,False,False,2.116680145263672,1.8906593322753906,2.0799636840820312,1.9330978393554688,1.977682113647461,1.9032955169677734,1.9004344940185547,2.597808837890625,2.1300315856933594,2.008199691772461,3.447294235229492,3.419160842895508,3.4875869750976562,3.589153289794922,3.440380096435547,3.501415252685547,3.5102367401123047,3.470897674560547,3.6089420318603516,3.5810470581054688 +2500,1000,cpu,normal,False,False,True,2.942323684692383,4.300832748413086,5.314350128173828,4.477262496948242,4.476070404052734,3.966808319091797,4.2629241943359375,4.488706588745117,4.546642303466797,4.497289657592773,3.4656524658203125,3.368377685546875,3.3457279205322266,3.278017044067383,3.427267074584961,3.4935474395751953,3.2837390899658203,3.3109188079833984,3.393888473510742,3.3576488494873047 +2500,1000,cpu,normal,False,False,False,3.8542747497558594,4.367828369140625,4.490375518798828,4.470348358154297,4.547357559204102,4.417896270751953,4.992961883544922,4.270315170288086,4.16874885559082,4.412174224853516,3.370523452758789,3.469228744506836,3.3724308013916016,3.387928009033203,3.4646987915039062,3.3740997314453125,3.465414047241211,3.3669471740722656,3.2358169555664062,3.391265869140625 +2500,2500,cpu,homo,True,True,True,4.355669021606445,4.432439804077148,3.844022750854492,4.238367080688477,2.984285354614258,3.7605762481689453,3.032684326171875,2.935171127319336,2.919912338256836,3.34930419921875,3.4623146057128906,2.552032470703125,2.5708675384521484,2.5680065155029297,2.5119781494140625,2.5892257690429688,2.5076866149902344,2.5129318237304688,3.3562183380126953,2.4504661560058594 +2500,2500,cpu,homo,True,True,False,5.82575798034668,7.0037841796875,5.70988655090332,6.263256072998047,4.521608352661133,6.310701370239258,6.787776947021484,5.31315803527832,4.748106002807617,5.860805511474609,2.78472900390625,2.7799606323242188,2.820730209350586,2.6471614837646484,2.535104751586914,2.5281906127929688,2.506732940673828,2.367258071899414,2.548694610595703,2.5098323822021484 +2500,2500,cpu,homo,False,True,True,4.889249801635742,4.876613616943359,4.982948303222656,5.346059799194336,4.796028137207031,4.027366638183594,5.106925964355469,5.529642105102539,5.960702896118164,4.405021667480469,2.5784969329833984,2.534627914428711,2.5348663330078125,2.5506019592285156,2.4902820587158203,2.5658607482910156,2.66265869140625,2.6144981384277344,2.521514892578125,2.584218978881836 +2500,2500,cpu,homo,False,True,False,6.412267684936523,5.566120147705078,5.555152893066406,4.648447036743164,5.34367561340332,5.151033401489258,6.076812744140625,5.316019058227539,5.970001220703125,6.314754486083984,2.5877952575683594,2.565145492553711,2.50244140625,2.51007080078125,2.5398731231689453,2.4869441986083984,2.5463104248046875,2.537965774536133,2.515554428100586,2.5446414947509766 +2500,2500,cpu,homo,True,False,True,0.7698535919189453,0.7624626159667969,0.8242130279541016,0.7960796356201172,1.2505054473876953,0.7960796356201172,0.7812976837158203,0.7765293121337891,1.3277530670166016,0.8502006530761719,2.454996109008789,2.568483352661133,8.832454681396484,7.720708847045898,5.872964859008789,4.626035690307617,3.8919448852539062,3.897428512573242,2.6705265045166016,2.674102783203125 +2500,2500,cpu,homo,True,False,False,0.7708072662353516,0.7548332214355469,0.7605552673339844,0.7681846618652344,0.7624626159667969,0.8087158203125,0.8146762847900391,0.7388591766357422,0.7627010345458984,0.7677078247070312,3.544330596923828,3.1468868255615234,2.4785995483398438,2.483844757080078,2.439737319946289,2.5184154510498047,2.4633407592773438,2.445220947265625,2.5234222412109375,2.4526119232177734 +2500,2500,cpu,homo,False,False,True,1.1827945709228516,0.7920265197753906,0.7488727569580078,1.0488033294677734,0.8881092071533203,0.9565353393554688,0.8099079132080078,0.7908344268798828,0.7765293121337891,0.823974609375,2.460956573486328,2.408266067504883,2.463102340698242,2.4127960205078125,2.5086402893066406,2.445697784423828,2.497434616088867,2.460002899169922,2.4652481079101562,2.432107925415039 +2500,2500,cpu,homo,False,False,False,1.3835430145263672,1.0170936584472656,0.9043216705322266,1.3706684112548828,0.8673667907714844,0.8418560028076172,0.8096694946289062,0.8146762847900391,0.8401870727539062,1.4765262603759766,3.5140514373779297,2.5942325592041016,2.595663070678711,2.5713443756103516,2.5184154510498047,2.550363540649414,2.4869441986083984,2.489805221557617,2.4509429931640625,2.401590347290039 +2500,2500,cpu,uniform,True,True,True,4.27556037902832,4.297733306884766,4.041433334350586,4.657268524169922,4.232168197631836,4.026174545288086,3.880023956298828,4.551172256469727,3.9534568786621094,5.031108856201172,4.34565544128418,4.291057586669922,4.407405853271484,4.195690155029297,4.234075546264648,4.261493682861328,4.400968551635742,4.247426986694336,4.355907440185547,4.189729690551758 +2500,2500,cpu,uniform,True,True,False,4.791975021362305,4.80961799621582,4.052400588989258,5.182981491088867,4.998207092285156,4.340648651123047,5.131244659423828,4.544258117675781,5.218744277954102,5.54347038269043,4.199743270874023,4.324436187744141,4.432439804077148,4.392147064208984,4.3354034423828125,4.375457763671875,4.436731338500977,4.328727722167969,4.192352294921875,4.392147064208984 +2500,2500,cpu,uniform,False,True,True,3.8106441497802734,4.032611846923828,4.974365234375,4.5566558837890625,4.783153533935547,5.063533782958984,4.5604705810546875,4.553794860839844,5.1021575927734375,4.84466552734375,4.352807998657227,10.757207870483398,7.102251052856445,5.715608596801758,4.563570022583008,4.526376724243164,4.432201385498047,4.425048828125,4.338979721069336,4.237174987792969 +2500,2500,cpu,uniform,False,True,False,5.411624908447266,5.451202392578125,4.7779083251953125,4.15492057800293,4.348516464233398,4.641294479370117,4.3964385986328125,4.6062469482421875,4.328727722167969,4.326820373535156,4.459381103515625,4.292964935302734,4.475116729736328,4.367351531982422,4.375696182250977,4.821538925170898,4.385471343994141,4.415988922119141,4.335880279541016,4.374504089355469 +2500,2500,cpu,uniform,True,False,True,1.2121200561523438,1.2013912200927734,1.4033317565917969,1.8804073333740234,1.238107681274414,1.3244152069091797,1.1937618255615234,1.2481212615966797,1.2104511260986328,1.2521743774414062,4.382610321044922,4.291534423828125,4.258155822753906,4.3773651123046875,4.300594329833984,4.177331924438477,4.120826721191406,4.415273666381836,4.359245300292969,4.213094711303711 +2500,2500,cpu,uniform,True,False,False,1.1878013610839844,1.2209415435791016,1.1720657348632812,2.148866653442383,1.5120506286621094,1.8134117126464844,1.5304088592529297,1.239776611328125,1.1935234069824219,1.211404800415039,4.376411437988281,4.214286804199219,4.271507263183594,4.42051887512207,4.314184188842773,4.222869873046875,4.268169403076172,4.407405853271484,4.2819976806640625,4.130125045776367 +2500,2500,cpu,uniform,False,False,True,1.2080669403076172,1.1844635009765625,1.9404888153076172,1.8463134765625,1.7428398132324219,1.3647079467773438,1.2886524200439453,1.329660415649414,1.3577938079833984,1.1932849884033203,4.348278045654297,4.373073577880859,4.316091537475586,4.601955413818359,4.362344741821289,4.188776016235352,4.294395446777344,4.2324066162109375,4.312038421630859,4.256725311279297 +2500,2500,cpu,uniform,False,False,False,1.3659000396728516,1.2018680572509766,1.9843578338623047,1.3070106506347656,1.2881755828857422,2.0296573638916016,1.2660026550292969,1.1920928955078125,1.2128353118896484,1.25885009765625,4.364967346191406,4.27699089050293,4.37164306640625,4.354000091552734,4.263877868652344,4.321813583374023,4.439592361450195,13.907909393310547,10.424375534057617,7.159709930419922 +2500,2500,cpu,normal,True,True,True,6.955623626708984,6.412267684936523,8.688688278198242,6.768465042114258,6.613016128540039,6.019115447998047,6.982564926147461,8.575677871704102,6.905555725097656,7.504463195800781,8.46552848815918,8.527278900146484,8.6669921875,8.528709411621094,8.581399917602539,8.517742156982422,8.571147918701172,8.661746978759766,8.719444274902344,8.717775344848633 +2500,2500,cpu,normal,True,True,False,7.277727127075195,7.0438385009765625,7.430076599121094,6.941556930541992,7.772207260131836,7.288217544555664,8.090019226074219,9.043455123901367,7.374763488769531,7.467508316040039,8.610963821411133,8.719444274902344,8.419990539550781,8.569955825805664,8.505105972290039,8.55255126953125,8.5296630859375,8.725166320800781,8.462190628051758,8.652687072753906 +2500,2500,cpu,normal,False,True,True,6.425380706787109,7.144927978515625,6.7615509033203125,7.470130920410156,6.363868713378906,6.012678146362305,6.968498229980469,6.151676177978516,7.693052291870117,8.407115936279297,8.574724197387695,8.437633514404297,8.560657501220703,8.491277694702148,8.742094039916992,8.538484573364258,8.610725402832031,8.508920669555664,8.61501693725586,8.285284042358398 +2500,2500,cpu,normal,False,True,False,6.78563117980957,7.110595703125,6.936550140380859,7.113218307495117,7.354497909545898,6.990909576416016,7.006168365478516,7.567167282104492,7.514476776123047,7.087469100952148,8.576631546020508,8.547544479370117,8.724451065063477,8.640289306640625,8.498430252075195,8.57853889465332,8.654594421386719,8.589982986450195,8.610725402832031,8.615255355834961 +2500,2500,cpu,normal,True,False,True,4.69660758972168,4.590511322021484,4.535198211669922,4.832029342651367,6.769895553588867,5.679607391357422,6.831884384155273,7.076501846313477,7.031440734863281,4.433155059814453,8.486747741699219,9.19032096862793,8.636236190795898,8.715152740478516,8.355855941772461,8.741617202758789,8.584022521972656,8.729696273803711,8.730411529541016,8.656978607177734 +2500,2500,cpu,normal,True,False,False,4.55474853515625,5.18345832824707,4.515647888183594,5.557060241699219,4.506111145019531,5.310297012329102,4.585027694702148,7.136106491088867,5.192279815673828,4.886865615844727,8.495807647705078,8.374214172363281,8.493185043334961,8.476495742797852,8.559465408325195,8.313894271850586,8.875370025634766,8.344173431396484,8.567333221435547,8.230447769165039 +2500,2500,cpu,normal,False,False,True,4.337549209594727,4.928827285766602,4.599809646606445,4.8198699951171875,4.565715789794922,4.5318603515625,4.590272903442383,6.46662712097168,5.761146545410156,4.641294479370117,8.366107940673828,8.55112075805664,8.590936660766602,8.473396301269531,8.522987365722656,8.646965026855469,8.633613586425781,8.473396301269531,8.702993392944336,8.591651916503906 +2500,2500,cpu,normal,False,False,False,4.51350212097168,4.478931427001953,4.963874816894531,5.573034286499023,5.264997482299805,5.254030227661133,4.469156265258789,4.525661468505859,4.608631134033203,4.487752914428711,24.27220344543457,14.281988143920898,9.074211120605469,8.460760116577148,8.561849594116211,8.46552848815918,8.480072021484375,8.490562438964844,8.47005844116211,8.543014526367188 +2500,5000,cpu,homo,True,True,True,6.541252136230469,7.940769195556641,6.949424743652344,8.623838424682617,7.044792175292969,7.622241973876953,6.567239761352539,6.889581680297852,5.7125091552734375,6.168127059936523,5.02324104309082,4.763126373291016,5.050182342529297,5.017757415771484,4.867315292358398,5.016326904296875,4.925012588500977,5.007505416870117,4.866838455200195,5.047082901000977 +2500,5000,cpu,homo,True,True,False,5.9757232666015625,6.977558135986328,7.0629119873046875,6.800651550292969,6.122589111328125,7.631778717041016,7.99107551574707,6.71839714050293,6.981372833251953,6.724119186401367,4.862785339355469,4.922628402709961,5.125761032104492,4.848003387451172,4.932403564453125,4.879951477050781,4.848718643188477,4.746675491333008,5.042076110839844,5.101680755615234 +2500,5000,cpu,homo,False,True,True,7.62939453125,7.821083068847656,8.082151412963867,7.628679275512695,8.224964141845703,8.114337921142578,6.630897521972656,8.44430923461914,8.513689041137695,8.448362350463867,4.776716232299805,4.878997802734375,5.0716400146484375,4.858255386352539,4.947900772094727,4.829645156860352,5.059719085693359,4.950523376464844,4.869937896728516,5.082845687866211 +2500,5000,cpu,homo,False,True,False,6.233930587768555,6.500482559204102,6.769418716430664,7.805347442626953,7.184267044067383,6.595373153686523,7.559299468994141,7.074594497680664,7.315397262573242,7.423877716064453,5.026578903198242,4.943370819091797,4.993200302124023,4.937171936035156,4.929780960083008,4.892110824584961,5.03230094909668,4.9266815185546875,4.909038543701172,4.952669143676758 +2500,5000,cpu,homo,True,False,True,2.336740493774414,2.5360584259033203,1.4159679412841797,1.5058517456054688,2.519369125366211,1.435995101928711,1.3837814331054688,1.3954639434814453,1.4884471893310547,1.3918876647949219,4.81724739074707,4.845142364501953,4.694223403930664,4.723310470581055,4.691839218139648,4.799604415893555,4.698514938354492,4.629373550415039,4.812955856323242,4.825830459594727 +2500,5000,cpu,homo,True,False,False,1.5892982482910156,1.4538764953613281,1.6469955444335938,1.4979839324951172,1.4791488647460938,2.0890235900878906,2.6886463165283203,1.5056133270263672,1.4438629150390625,1.5637874603271484,4.753351211547852,4.794120788574219,4.898786544799805,4.809856414794922,4.729032516479492,4.876613616943359,4.865884780883789,4.622459411621094,4.7149658203125,4.976511001586914 +2500,5000,cpu,homo,False,False,True,1.2905597686767578,1.2845993041992188,1.3051033020019531,1.4543533325195312,1.3990402221679688,1.5516281127929688,1.3985633850097656,1.4810562133789062,0.8230209350585938,1.4221668243408203,4.840850830078125,4.845380783081055,4.909038543701172,4.961729049682617,4.744768142700195,4.912376403808594,4.928827285766602,4.763603210449219,4.772424697875977,4.931449890136719 +2500,5000,cpu,homo,False,False,False,1.474142074584961,1.3158321380615234,1.322031021118164,1.4004707336425781,1.3747215270996094,1.3794898986816406,1.4941692352294922,1.3828277587890625,1.3985633850097656,1.5032291412353516,4.883766174316406,4.737615585327148,4.758358001708984,4.8503875732421875,4.763364791870117,4.569292068481445,4.695653915405273,4.894495010375977,4.742145538330078,4.74095344543457 +2500,5000,cpu,uniform,True,True,True,6.1092376708984375,5.998373031616211,6.476879119873047,6.218433380126953,5.611181259155273,6.066799163818359,6.827354431152344,6.049871444702148,6.297111511230469,6.54911994934082,8.63504409790039,8.432626724243164,8.819103240966797,9.374618530273438,8.498430252075195,8.653879165649414,8.561849594116211,8.72182846069336,8.715152740478516,8.584737777709961 +2500,5000,cpu,uniform,True,True,False,6.617546081542969,6.166219711303711,6.765604019165039,6.06226921081543,7.51185417175293,7.098674774169922,7.268190383911133,8.025169372558594,6.8721771240234375,6.76727294921875,8.69894027709961,8.664846420288086,8.749723434448242,8.726119995117188,8.740425109863281,8.736848831176758,8.725881576538086,8.85915756225586,8.817195892333984,8.623123168945312 +2500,5000,cpu,uniform,False,True,True,6.203413009643555,5.293607711791992,5.594968795776367,5.855083465576172,5.875587463378906,6.369352340698242,5.851507186889648,5.004167556762695,5.789756774902344,6.569862365722656,8.650779724121094,8.605718612670898,8.79526138305664,8.626461029052734,8.794784545898438,8.707284927368164,8.71586799621582,8.550643920898438,8.659601211547852,8.522510528564453 +2500,5000,cpu,uniform,False,True,False,6.107807159423828,7.195711135864258,5.8441162109375,6.738424301147461,7.309198379516602,6.15692138671875,7.12895393371582,5.843400955200195,7.744312286376953,6.896734237670898,12.583494186401367,9.215831756591797,8.550405502319336,8.68535041809082,8.544206619262695,8.639335632324219,8.507966995239258,8.603334426879883,8.475065231323242,8.708000183105469 +2500,5000,cpu,uniform,True,False,True,2.434968948364258,2.415895462036133,2.269268035888672,2.371072769165039,2.5382041931152344,2.5513172149658203,3.866434097290039,2.433300018310547,2.439260482788086,2.542257308959961,8.39686393737793,8.540153503417969,8.589744567871094,8.505582809448242,8.472919464111328,8.560419082641602,8.2855224609375,8.51750373840332,8.41832160949707,8.42428207397461 +2500,5000,cpu,uniform,True,False,False,2.6748180389404297,2.347707748413086,2.2585391998291016,2.3386478424072266,3.6611557006835938,2.359628677368164,4.232168197631836,2.295970916748047,3.8819313049316406,2.9337406158447266,8.389711380004883,8.32223892211914,8.404970169067383,8.456230163574219,8.414983749389648,8.30078125,8.428573608398438,8.366823196411133,8.407354354858398,8.222103118896484 +2500,5000,cpu,uniform,False,False,True,1.5482902526855469,2.061605453491211,2.071857452392578,2.215862274169922,1.3599395751953125,1.3861656188964844,1.4922618865966797,1.6963481903076172,2.3522377014160156,1.8351078033447266,8.388996124267578,8.500337600708008,8.424997329711914,8.473396301269531,8.511543273925781,8.449554443359375,8.673429489135742,8.309125900268555,8.74781608581543,8.362531661987305 +2500,5000,cpu,uniform,False,False,False,2.073049545288086,1.8932819366455078,1.672983169555664,2.025127410888672,2.095460891723633,2.050161361694336,1.7781257629394531,2.0198822021484375,1.9373893737792969,1.5926361083984375,8.375406265258789,8.487462997436523,8.410215377807617,8.48078727722168,8.374691009521484,8.453369140625,8.475303649902344,8.417129516601562,8.648157119750977,8.502960205078125 +2500,5000,cpu,normal,True,True,True,7.171154022216797,8.306503295898438,7.298469543457031,6.943225860595703,9.520769119262695,8.54635238647461,8.495330810546875,7.475137710571289,7.337808609008789,8.903026580810547,17.0443058013916,17.10367202758789,17.209529876708984,17.316341400146484,17.277956008911133,17.117023468017578,17.130613327026367,17.107486724853516,17.172574996948242,16.983509063720703 +2500,5000,cpu,normal,True,True,False,8.723258972167969,7.471561431884766,7.765054702758789,7.056713104248047,8.341312408447266,7.757902145385742,9.558439254760742,7.854223251342773,8.588314056396484,9.425163269042969,17.02594757080078,16.927480697631836,16.771554946899414,16.92652702331543,17.003774642944336,17.241716384887695,16.91436767578125,17.05026626586914,17.104148864746094,17.05193519592285 +2500,5000,cpu,normal,False,True,True,8.28695297241211,11.235237121582031,11.372804641723633,9.697198867797852,9.360790252685547,12.04824447631836,10.46442985534668,11.287450790405273,11.434793472290039,11.984586715698242,16.92986488342285,17.055034637451172,16.892433166503906,16.862869262695312,16.889333724975586,17.139434814453125,17.05169677734375,16.962051391601562,16.97850227355957,16.979455947875977 +2500,5000,cpu,normal,False,True,False,10.89167594909668,8.480072021484375,11.322975158691406,9.019851684570312,12.030601501464844,11.367321014404297,12.293100357055664,14.159440994262695,13.057947158813477,11.723995208740234,17.040252685546875,17.023324966430664,17.000913619995117,17.064571380615234,17.06409454345703,17.04120635986328,17.042875289916992,17.00282096862793,17.018795013427734,17.01664924621582 +2500,5000,cpu,normal,True,False,True,8.896589279174805,13.12565803527832,8.905649185180664,11.40737533569336,8.873701095581055,8.877754211425781,8.831977844238281,8.243799209594727,8.979558944702148,13.260602951049805,16.971826553344727,16.73412322998047,16.953468322753906,17.029285430908203,16.854524612426758,17.01831817626953,16.948223114013672,16.933202743530273,16.937971115112305,16.87145233154297 +2500,5000,cpu,normal,True,False,False,8.721113204956055,8.627176284790039,7.709264755249023,8.275032043457031,7.666110992431641,7.870197296142578,8.104324340820312,8.958578109741211,9.08350944519043,12.825250625610352,16.902446746826172,16.8609619140625,16.980409622192383,16.969680786132812,17.02141761779785,16.982078552246094,16.73603057861328,16.932249069213867,17.106294631958008,17.073392868041992 +2500,5000,cpu,normal,False,False,True,5.45811653137207,6.032228469848633,5.772829055786133,7.017374038696289,5.330562591552734,8.665800094604492,5.697965621948242,6.576061248779297,6.5898895263671875,5.839824676513672,16.936779022216797,16.983985900878906,16.91722869873047,16.821861267089844,16.798019409179688,16.628265380859375,16.794919967651367,16.68095588684082,16.73150062561035,16.725540161132812 +2500,5000,cpu,normal,False,False,False,5.914211273193359,6.604433059692383,6.898641586303711,6.3724517822265625,4.647493362426758,4.554033279418945,6.397485733032227,7.001638412475586,6.247997283935547,6.04248046875,17.35091209411621,17.253875732421875,17.285823822021484,17.212867736816406,17.101287841796875,17.194747924804688,17.23456382751465,17.099857330322266,17.283201217651367,17.209529876708984 +2500,10000,cpu,homo,True,True,True,6.69407844543457,6.515026092529297,6.576299667358398,6.631135940551758,6.951570510864258,6.6127777099609375,6.505489349365234,6.488800048828125,6.464481353759766,6.283760070800781,9.701251983642578,9.855508804321289,9.728431701660156,9.77945327758789,9.708881378173828,9.770631790161133,9.942770004272461,9.666204452514648,9.800434112548828,9.798288345336914 +2500,10000,cpu,homo,True,True,False,6.55817985534668,6.578207015991211,6.6204071044921875,6.622076034545898,6.677150726318359,6.882429122924805,6.685733795166016,6.89387321472168,6.726264953613281,6.981611251831055,9.911060333251953,9.902238845825195,9.730100631713867,9.89985466003418,9.567499160766602,9.993314743041992,9.788036346435547,9.641170501708984,9.65118408203125,9.53221321105957 +2500,10000,cpu,homo,False,True,True,10.581254959106445,9.146928787231445,8.776426315307617,10.749101638793945,10.544061660766602,7.921695709228516,10.471820831298828,9.010076522827148,10.371923446655273,9.562969207763672,9.835243225097656,9.516716003417969,9.665966033935547,9.667158126831055,9.519815444946289,9.757518768310547,9.766578674316406,9.704828262329102,9.658098220825195,9.685039520263672 +2500,10000,cpu,homo,False,True,False,9.4757080078125,8.764505386352539,8.767843246459961,9.93037223815918,8.723020553588867,8.973121643066406,6.900310516357422,7.862091064453125,9.853839874267578,9.69386100769043,9.632587432861328,9.747982025146484,9.467124938964844,9.665727615356445,9.479761123657227,9.554147720336914,9.775400161743164,12.406349182128906,9.894609451293945,9.665966033935547 +2500,10000,cpu,homo,True,False,True,2.759695053100586,2.6900768280029297,2.8553009033203125,3.965139389038086,3.016233444213867,3.089427947998047,2.8846263885498047,2.886056900024414,3.2181739807128906,3.460407257080078,9.494304656982422,9.55963134765625,9.636640548706055,9.614706039428711,9.554862976074219,9.555816650390625,9.554862976074219,9.527206420898438,9.366035461425781,9.389638900756836 +2500,10000,cpu,homo,True,False,False,2.8009414672851562,3.1213760375976562,2.775907516479492,2.901315689086914,2.9053688049316406,4.508733749389648,2.969503402709961,5.2051544189453125,2.9206275939941406,3.283977508544922,9.468793869018555,9.397745132446289,9.380578994750977,9.608030319213867,9.422063827514648,9.455204010009766,9.303092956542969,9.487152099609375,9.53984260559082,9.324073791503906 +2500,10000,cpu,homo,False,False,True,1.3437271118164062,1.3446807861328125,1.3134479522705078,1.3091564178466797,1.33514404296875,1.3053417205810547,1.3113021850585938,1.3325214385986328,1.1126995086669922,1.0030269622802734,9.317636489868164,9.596824645996094,9.302139282226562,9.619474411010742,9.345293045043945,9.536981582641602,9.584188461303711,9.519815444946289,9.474515914916992,9.426116943359375 +2500,10000,cpu,homo,False,False,False,1.3532638549804688,1.3327598571777344,1.3463497161865234,1.3802051544189453,1.3384819030761719,1.2793540954589844,1.1801719665527344,1.0142326354980469,1.0623931884765625,1.0113716125488281,9.577035903930664,9.674787521362305,9.263038635253906,9.665727615356445,9.406805038452148,9.619474411010742,9.518861770629883,9.520292282104492,9.551763534545898,9.293079376220703 +2500,10000,cpu,uniform,True,True,True,5.738258361816406,5.548954010009766,5.512475967407227,5.707740783691406,5.652666091918945,5.775928497314453,5.652666091918945,5.717039108276367,5.6552886962890625,5.855560302734375,17.197847366333008,17.1048641204834,17.127513885498047,17.313241958618164,17.194271087646484,17.212629318237305,17.00305938720703,17.28057861328125,17.30799674987793,17.302274703979492 +2500,10000,cpu,uniform,True,True,False,5.562067031860352,5.520820617675781,5.443811416625977,5.594968795776367,5.617856979370117,5.417585372924805,5.67173957824707,5.451440811157227,5.40614128112793,5.487918853759766,16.997098922729492,17.156600952148438,16.997337341308594,17.11297035217285,17.010927200317383,16.9677734375,17.076492309570312,17.1201229095459,17.07744598388672,17.110586166381836 +2500,10000,cpu,uniform,False,True,True,11.211633682250977,8.420705795288086,10.877132415771484,10.904312133789062,12.174367904663086,11.714696884155273,10.421037673950195,10.89620590209961,11.594533920288086,10.871171951293945,17.14468002319336,16.976594924926758,17.020463943481445,16.958236694335938,16.973018646240234,16.910314559936523,16.764402389526367,16.673564910888672,16.854286193847656,16.99090003967285 +2500,10000,cpu,uniform,False,True,False,11.314153671264648,10.893821716308594,10.099649429321289,13.631105422973633,11.467456817626953,11.689901351928711,12.367486953735352,12.362003326416016,13.867855072021484,13.931751251220703,17.011165618896484,17.151594161987305,16.916990280151367,17.025470733642578,16.972780227661133,17.148971557617188,16.9832706451416,17.14348793029785,17.005205154418945,17.050504684448242 +2500,10000,cpu,uniform,True,False,True,4.171609878540039,4.682779312133789,4.638671875,4.590034484863281,6.598472595214844,5.636692047119141,4.822492599487305,6.5746307373046875,6.690502166748047,4.707813262939453,16.6018009185791,16.617774963378906,16.562223434448242,16.541004180908203,16.580581665039062,16.75271987915039,16.379117965698242,16.511917114257812,16.72840118408203,16.772031784057617 +2500,10000,cpu,uniform,True,False,False,7.382392883300781,5.713939666748047,5.723714828491211,4.614591598510742,5.872488021850586,4.810810089111328,4.945278167724609,5.43975830078125,4.638910293579102,4.725217819213867,16.644716262817383,16.585588455200195,16.541481018066406,16.538143157958984,16.752004623413086,16.823291778564453,16.794919967651367,16.544818878173828,16.510725021362305,16.81065559387207 +2500,10000,cpu,uniform,False,False,True,2.263784408569336,1.9321441650390625,1.8782615661621094,1.842498779296875,1.972198486328125,2.0017623901367188,2.108335494995117,1.9581317901611328,1.918792724609375,1.9156932830810547,16.740083694458008,16.68095588684082,16.827821731567383,17.160892486572266,16.820430755615234,16.971826553344727,16.947269439697266,16.978740692138672,16.99995994567871,16.863584518432617 +2500,10000,cpu,uniform,False,False,False,2.105236053466797,2.0711421966552734,2.0356178283691406,1.7948150634765625,1.8758773803710938,2.4971961975097656,1.9741058349609375,1.8727779388427734,1.5826225280761719,1.5339851379394531,16.713619232177734,16.775846481323242,16.652822494506836,16.63517951965332,16.60013198852539,16.5250301361084,16.68071746826172,16.69597625732422,16.704320907592773,16.585826873779297 +2500,10000,cpu,normal,True,True,True,6.606578826904297,6.531000137329102,6.355047225952148,6.623268127441406,6.36744499206543,6.378650665283203,6.568431854248047,6.517887115478516,6.529092788696289,6.660699844360352,33.966779708862305,33.92529487609863,33.82611274719238,33.86878967285156,34.28483009338379,34.29698944091797,34.09075736999512,33.89143943786621,33.80155563354492,33.69760513305664 +2500,10000,cpu,normal,True,True,False,6.279230117797852,6.396055221557617,6.361484527587891,6.434202194213867,6.506443023681641,6.265878677368164,6.410837173461914,6.511211395263672,6.25920295715332,6.328582763671875,34.14607048034668,34.00063514709473,34.003257751464844,33.59198570251465,33.705711364746094,33.596038818359375,33.72907638549805,33.58125686645508,33.48541259765625,33.45155715942383 +2500,10000,cpu,normal,False,True,True,22.886037826538086,20.103931427001953,23.47707748413086,21.855592727661133,18.673419952392578,19.771337509155273,21.186113357543945,18.96357536315918,20.497798919677734,17.013072967529297,34.20090675354004,33.76579284667969,33.86259078979492,33.90002250671387,33.83946418762207,33.79368782043457,34.02447700500488,34.23166275024414,34.25025939941406,34.00135040283203 +2500,10000,cpu,normal,False,True,False,14.300346374511719,13.740301132202148,18.80478858947754,14.223575592041016,21.437644958496094,15.248775482177734,14.713048934936523,19.886493682861328,13.088226318359375,16.828060150146484,33.99205207824707,33.51426124572754,33.64872932434082,33.731698989868164,33.82754325866699,33.87570381164551,34.09981727600098,33.60128402709961,33.843040466308594,33.66231918334961 +2500,10000,cpu,normal,True,False,True,16.02792739868164,16.351699829101562,12.081623077392578,16.760587692260742,15.179872512817383,19.45185661315918,16.24894142150879,14.136791229248047,16.438961029052734,14.918804168701172,33.492326736450195,33.69545936584473,33.81657600402832,33.51092338562012,33.568620681762695,33.452749252319336,33.71596336364746,33.59413146972656,33.63752365112305,33.45775604248047 +2500,10000,cpu,normal,True,False,False,16.761064529418945,17.030715942382812,14.613151550292969,16.188383102416992,15.895605087280273,15.896081924438477,16.814470291137695,14.649391174316406,17.763614654541016,11.491537094116211,33.864736557006836,33.97631645202637,33.6756706237793,33.62774848937988,33.75053405761719,33.58936309814453,33.56122970581055,33.936262130737305,33.71143341064453,33.518314361572266 +2500,10000,cpu,normal,False,False,True,4.648923873901367,4.260063171386719,3.4818649291992188,3.7736892700195312,3.183126449584961,3.5581588745117188,3.6149024963378906,4.666566848754883,4.6215057373046875,4.612207412719727,33.5233211517334,33.571720123291016,33.48851203918457,33.63037109375,33.956050872802734,33.75077247619629,33.70404243469238,33.84041786193848,33.94484519958496,33.56790542602539 +2500,10000,cpu,normal,False,False,False,4.496335983276367,4.651069641113281,3.510713577270508,3.5600662231445312,3.3135414123535156,3.741025924682617,2.738475799560547,2.5298595428466797,2.552032470703125,2.5949478149414062,33.88261795043945,33.49924087524414,34.00254249572754,33.41531753540039,33.2028865814209,33.31279754638672,33.106088638305664,33.60295295715332,33.94436836242676,34.08479690551758 +2500,25000,cpu,homo,True,True,True,16.58344268798828,16.923904418945312,17.254114151000977,17.13418960571289,17.557859420776367,17.847061157226562,17.910480499267578,18.037796020507812,17.46535301208496,17.159461975097656,24.109363555908203,24.31774139404297,23.826122283935547,24.280548095703125,23.900508880615234,24.231433868408203,24.075746536254883,24.33609962463379,24.111032485961914,24.2156982421875 +2500,25000,cpu,homo,True,True,False,16.460895538330078,16.22605323791504,16.597986221313477,17.322301864624023,17.252206802368164,17.162561416625977,17.37380027770996,16.904592514038086,17.024517059326172,17.097949981689453,24.442672729492188,24.19900894165039,24.09219741821289,24.389982223510742,24.489641189575195,24.698734283447266,24.295568466186523,24.30248260498047,24.673938751220703,24.067163467407227 +2500,25000,cpu,homo,False,True,True,17.447710037231445,16.951799392700195,16.105175018310547,11.510372161865234,11.33584976196289,13.10586929321289,9.452342987060547,15.441179275512695,13.015985488891602,17.66204833984375,24.18351173400879,24.079084396362305,24.013042449951172,23.89979362487793,24.30438995361328,24.148225784301758,23.943424224853516,24.0480899810791,24.01876449584961,24.020910263061523 +2500,25000,cpu,homo,False,True,False,14.74905014038086,14.217138290405273,13.091802597045898,13.97705078125,16.701221466064453,18.21446418762207,12.658357620239258,16.514301300048828,15.753746032714844,14.887809753417969,24.009227752685547,24.132490158081055,23.776769638061523,24.090051651000977,23.79894256591797,23.903846740722656,24.04475212097168,23.62227439880371,23.97322654724121,23.98848533630371 +2500,25000,cpu,homo,True,False,True,6.979465484619141,9.555816650390625,7.33637809753418,6.818532943725586,8.523941040039062,6.293773651123047,8.989572525024414,6.919384002685547,10.09821891784668,6.84666633605957,23.253679275512695,23.499011993408203,23.43297004699707,23.41294288635254,23.516178131103516,23.339509963989258,23.35834503173828,23.47254753112793,23.269176483154297,23.329734802246094 +2500,25000,cpu,homo,True,False,False,10.705947875976562,9.383678436279297,11.389017105102539,6.888151168823242,9.117364883422852,9.020328521728516,8.53419303894043,7.180690765380859,7.044315338134766,6.948709487915039,43.47419738769531,23.317575454711914,23.218870162963867,23.506641387939453,23.171186447143555,23.461580276489258,23.305177688598633,23.141145706176758,23.37789535522461,23.26369285583496 +2500,25000,cpu,homo,False,False,True,2.4368762969970703,2.2077560424804688,2.221345901489258,2.490520477294922,1.840829849243164,1.7354488372802734,2.0034313201904297,2.499818801879883,1.851797103881836,1.6834735870361328,23.340463638305664,23.604631423950195,23.673295974731445,23.42081069946289,23.712873458862305,23.592472076416016,23.58102798461914,24.022340774536133,23.949623107910156,24.274587631225586 +2500,25000,cpu,homo,False,False,False,3.123044967651367,2.2644996643066406,2.5119781494140625,2.510547637939453,2.487659454345703,2.5129318237304688,1.73187255859375,1.825571060180664,2.7022361755371094,1.7542839050292969,23.187875747680664,23.122310638427734,23.1931209564209,23.20551872253418,23.04673194885254,23.39005470275879,23.009538650512695,23.255586624145508,23.276329040527344,23.19788932800293 +2500,25000,cpu,uniform,True,True,True,13.546466827392578,13.611555099487305,13.488292694091797,13.609170913696289,13.426065444946289,13.992071151733398,13.605594635009766,13.720512390136719,13.991594314575195,13.677120208740234,42.59300231933594,42.44828224182129,42.69981384277344,42.98543930053711,42.652130126953125,42.40012168884277,42.447566986083984,42.86694526672363,42.847394943237305,42.589426040649414 +2500,25000,cpu,uniform,True,True,False,13.704061508178711,13.682126998901367,14.058113098144531,13.8702392578125,13.712882995605469,13.916254043579102,14.29128646850586,13.865947723388672,14.491081237792969,14.271020889282227,42.49715805053711,42.171478271484375,42.52457618713379,42.49930381774902,42.26350784301758,42.09470748901367,42.305707931518555,42.06204414367676,42.694807052612305,42.93704032897949 +2500,25000,cpu,uniform,False,True,True,10.997533798217773,10.624408721923828,10.006427764892578,19.022703170776367,14.797210693359375,15.406131744384766,14.036178588867188,12.96544075012207,12.163400650024414,14.614105224609375,41.9921875,42.30022430419922,42.32215881347656,42.1755313873291,43.34211349487305,42.68646240234375,42.71245002746582,42.476654052734375,42.31452941894531,42.22273826599121 +2500,25000,cpu,uniform,False,True,False,13.700485229492188,12.438535690307617,14.360189437866211,18.801450729370117,17.46344566345215,11.639833450317383,15.886306762695312,15.726566314697266,18.035411834716797,15.199422836303711,42.91939735412598,43.168067932128906,42.717695236206055,42.504310607910156,42.32931137084961,42.44256019592285,42.24061965942383,42.59061813354492,42.09184646606445,42.20771789550781 +2500,25000,cpu,uniform,True,False,True,10.18524169921875,15.141725540161133,11.761665344238281,12.546539306640625,11.013507843017578,11.14511489868164,12.74561882019043,10.521411895751953,11.039018630981445,11.274576187133789,41.56780242919922,41.533470153808594,41.349172592163086,41.46385192871094,41.40496253967285,41.211605072021484,41.60904884338379,41.19873046875,41.20755195617676,41.19610786437988 +2500,25000,cpu,uniform,True,False,False,13.015508651733398,11.317253112792969,11.30056381225586,10.09678840637207,11.982440948486328,11.417388916015625,11.255025863647461,11.768817901611328,10.278940200805664,10.306358337402344,41.074275970458984,41.38827323913574,40.97414016723633,41.207075119018555,40.88759422302246,41.04256629943848,41.04495048522949,41.2907600402832,41.20182991027832,41.20469093322754 +2500,25000,cpu,uniform,False,False,True,3.2455921173095703,3.439664840698242,3.4952163696289062,2.8069019317626953,2.629518508911133,3.503561019897461,2.40325927734375,2.3775100708007812,2.3393630981445312,2.954244613647461,41.561126708984375,41.73016548156738,41.680335998535156,42.04392433166504,41.65458679199219,41.46862030029297,41.786909103393555,42.1142578125,41.84985160827637,41.580915451049805 +2500,25000,cpu,uniform,False,False,False,4.067659378051758,3.2808780670166016,3.4563541412353516,3.286600112915039,2.4995803833007812,2.6252269744873047,2.4878978729248047,2.8717517852783203,2.0868778228759766,3.3664703369140625,43.825387954711914,42.3429012298584,41.681528091430664,41.95594787597656,42.017221450805664,42.01197624206543,41.54825210571289,41.71562194824219,41.55540466308594,41.77975654602051 +2500,25000,cpu,normal,True,True,True,15.622854232788086,15.763521194458008,15.811920166015625,16.1895751953125,15.770196914672852,15.939950942993164,16.826629638671875,16.211748123168945,15.932559967041016,16.143798828125,85.88075637817383,85.16812324523926,85.42871475219727,86.01951599121094,86.07769012451172,85.54577827453613,85.37173271179199,85.19363403320312,84.67984199523926,83.88304710388184 +2500,25000,cpu,normal,True,True,False,16.057252883911133,16.13140106201172,16.272783279418945,16.000986099243164,16.2813663482666,16.071557998657227,16.130924224853516,16.355037689208984,16.3421630859375,16.215085983276367,84.25331115722656,85.01553535461426,84.38467979431152,84.63191986083984,84.28525924682617,85.23249626159668,85.49165725708008,85.69192886352539,84.62953567504883,84.4583511352539 +2500,25000,cpu,normal,False,True,True,37.64533996582031,30.843496322631836,31.91351890563965,30.655622482299805,31.71682357788086,35.18319129943848,30.205965042114258,42.44112968444824,29.30474281311035,21.090984344482422,84.74040031433105,85.3424072265625,85.39485931396484,85.50691604614258,85.61110496520996,84.88845825195312,84.8383903503418,84.68484878540039,84.53226089477539,84.56563949584961 +2500,25000,cpu,normal,False,True,False,23.454666137695312,26.503562927246094,35.980224609375,33.69498252868652,28.418302536010742,34.50345993041992,26.533842086791992,34.70039367675781,33.1873893737793,32.81259536743164,84.51294898986816,84.5944881439209,84.71941947937012,85.32977104187012,85.13259887695312,84.90991592407227,84.04803276062012,84.43903923034668,84.09833908081055,84.05041694641113 +2500,25000,cpu,normal,True,False,True,23.07868003845215,20.501136779785156,20.709991455078125,21.634817123413086,21.570682525634766,23.00262451171875,23.607492446899414,29.72698211669922,30.483484268188477,31.26811981201172,83.72187614440918,83.4054946899414,83.60981941223145,86.17568016052246,84.60783958435059,84.92851257324219,83.26339721679688,83.71376991271973,83.71996879577637,83.23311805725098 +2500,25000,cpu,normal,True,False,False,21.7435359954834,22.945642471313477,30.33304214477539,40.16447067260742,31.56137466430664,28.312206268310547,30.898094177246094,38.47670555114746,31.704425811767578,29.078960418701172,84.13910865783691,83.77528190612793,83.88972282409668,83.53376388549805,84.43737030029297,84.34128761291504,84.1679573059082,84.03253555297852,83.77289772033691,83.79602432250977 +2500,25000,cpu,normal,False,False,True,5.675077438354492,5.124092102050781,5.20014762878418,4.655599594116211,5.739450454711914,5.4473876953125,5.622386932373047,4.706859588623047,5.572319030761719,4.67991828918457,84.32817459106445,84.24210548400879,84.55991744995117,84.49077606201172,84.07354354858398,83.62126350402832,84.28359031677246,84.28525924682617,84.48314666748047,84.12671089172363 +2500,25000,cpu,normal,False,False,False,5.715131759643555,5.014181137084961,5.280494689941406,5.034446716308594,4.66156005859375,4.888772964477539,5.6095123291015625,4.6977996826171875,6.516933441162109,5.631685256958008,84.3667984008789,84.02562141418457,84.10763740539551,84.10000801086426,83.75024795532227,83.44030380249023,83.44721794128418,83.75167846679688,84.33818817138672,83.89043807983398 +2500,37500,cpu,homo,True,True,True,25.71702003479004,26.241302490234375,25.851964950561523,26.68452262878418,29.106855392456055,24.970054626464844,27.308940887451172,26.190996170043945,24.903535842895508,26.00884437561035,36.33284568786621,36.277055740356445,36.133527755737305,36.32354736328125,36.35287284851074,36.21673583984375,36.09442710876465,36.49449348449707,36.277055740356445,36.20028495788574 +2500,37500,cpu,homo,True,True,False,25.183916091918945,25.424957275390625,26.068449020385742,24.649620056152344,25.441884994506836,25.661945343017578,25.395631790161133,25.170564651489258,25.757789611816406,25.273799896240234,36.739349365234375,36.90695762634277,36.783695220947266,36.61370277404785,36.54193878173828,36.54670715332031,36.556243896484375,36.58938407897949,36.49759292602539,36.16189956665039 +2500,37500,cpu,homo,False,True,True,15.841007232666016,17.376184463500977,15.792131423950195,12.756586074829102,19.006967544555664,13.962745666503906,24.671554565429688,19.511938095092773,22.88031578063965,19.59681510925293,36.23819351196289,36.08560562133789,36.078691482543945,35.82501411437988,36.19217872619629,35.80164909362793,35.590171813964844,35.60185432434082,36.04936599731445,35.903215408325195 +2500,37500,cpu,homo,False,True,False,11.51418685913086,11.66081428527832,12.384891510009766,22.316455841064453,21.811485290527344,21.140336990356445,22.984027862548828,21.298885345458984,14.776229858398438,22.994041442871094,35.948991775512695,35.91728210449219,35.86840629577637,35.695791244506836,35.549163818359375,35.42685508728027,35.52961349487305,35.520076751708984,35.48240661621094,35.77256202697754 +2500,37500,cpu,homo,True,False,True,9.384870529174805,12.583494186401367,10.55765151977539,10.053157806396484,10.008811950683594,12.816905975341797,9.855031967163086,10.121583938598633,11.00611686706543,11.873245239257812,34.896135330200195,34.734249114990234,34.70873832702637,34.6829891204834,34.55924987792969,34.804582595825195,34.64078903198242,34.742116928100586,35.09998321533203,34.61027145385742 +2500,37500,cpu,homo,True,False,False,9.532451629638672,9.087085723876953,10.991096496582031,7.875680923461914,11.023283004760742,9.575843811035156,10.523796081542969,17.664670944213867,10.133028030395508,9.742975234985352,34.4390869140625,34.387826919555664,34.360408782958984,34.00230407714844,34.18731689453125,34.51204299926758,34.952640533447266,35.12072563171387,34.71493721008301,34.88945960998535 +2500,37500,cpu,homo,False,False,True,3.7393569946289062,3.322124481201172,3.579378128051758,3.094196319580078,2.5277137756347656,2.7778148651123047,2.660036087036133,2.192258834838867,2.977132797241211,2.110004425048828,35.22467613220215,35.13479232788086,35.42947769165039,35.2630615234375,35.40802001953125,35.41874885559082,35.47811508178711,35.22062301635742,35.12835502624512,35.11810302734375 +2500,37500,cpu,homo,False,False,False,4.790067672729492,4.208564758300781,4.401683807373047,4.399299621582031,3.824472427368164,3.1473636627197266,3.8194656372070312,3.0715465545654297,3.107309341430664,2.6397705078125,35.315513610839844,35.41064262390137,35.37416458129883,35.42590141296387,35.29810905456543,35.497188568115234,35.30406951904297,35.440683364868164,35.26759147644043,35.379886627197266 +2500,37500,cpu,uniform,True,True,True,20.524978637695312,20.49994468688965,21.55613899230957,20.364761352539062,20.325422286987305,20.82967758178711,20.97606658935547,20.789623260498047,20.573139190673828,20.671367645263672,63.719749450683594,62.95943260192871,63.58766555786133,64.04995918273926,64.30506706237793,64.01586532592773,64.22924995422363,64.71991539001465,64.58044052124023,64.41164016723633 +2500,37500,cpu,uniform,True,True,False,20.48802375793457,19.74630355834961,21.0726261138916,21.139144897460938,20.18260955810547,20.393848419189453,20.731210708618164,21.065235137939453,21.120309829711914,20.557641983032227,64.4986629486084,64.14461135864258,64.09692764282227,64.0416145324707,63.6746883392334,63.782453536987305,63.75312805175781,63.26150894165039,63.263893127441406,63.54546546936035 +2500,37500,cpu,uniform,False,True,True,13.253450393676758,19.72341537475586,16.00170135498047,13.358592987060547,12.378931045532227,15.292167663574219,20.19214630126953,19.38009262084961,19.716262817382812,15.184879302978516,102.91171073913574,62.75749206542969,63.38810920715332,62.944889068603516,63.67015838623047,63.097476959228516,63.61889839172363,63.338518142700195,63.43579292297363,63.08484077453613 +2500,37500,cpu,uniform,False,True,False,29.70576286315918,24.52874183654785,25.14052391052246,26.522397994995117,14.95671272277832,25.674819946289062,19.130945205688477,21.14272117614746,25.87270736694336,24.55592155456543,63.66705894470215,62.84379959106445,63.02833557128906,62.97945976257324,63.39669227600098,63.4157657623291,63.29154968261719,63.91143798828125,63.70115280151367,63.65537643432617 +2500,37500,cpu,uniform,True,False,True,16.12710952758789,15.5029296875,15.96832275390625,14.618873596191406,23.82802963256836,16.073226928710938,14.724016189575195,22.793054580688477,24.880647659301758,18.744230270385742,61.86866760253906,62.67690658569336,62.79325485229492,62.57200241088867,62.2258186340332,62.424421310424805,62.05606460571289,61.96951866149902,61.68246269226074,61.82146072387695 +2500,37500,cpu,uniform,True,False,False,15.360832214355469,13.808727264404297,12.83407211303711,13.52381706237793,14.99176025390625,19.4244384765625,17.719745635986328,14.484405517578125,13.918399810791016,15.039682388305664,62.31975555419922,62.09850311279297,61.73205375671387,61.629295349121094,62.26205825805664,62.21365928649902,61.86985969543457,62.47878074645996,61.94925308227539,62.16883659362793 +2500,37500,cpu,uniform,False,False,True,3.5974979400634766,4.072904586791992,3.194093704223633,2.7790069580078125,3.894805908203125,2.7649402618408203,2.808094024658203,2.5360584259033203,2.521514892578125,2.5413036346435547,62.29043006896973,61.673641204833984,62.13188171386719,62.02554702758789,62.439918518066406,63.457489013671875,62.66188621520996,61.84840202331543,62.514305114746094,62.73365020751953 +2500,37500,cpu,uniform,False,False,False,4.051446914672852,3.526449203491211,3.7980079650878906,4.256963729858398,2.5789737701416016,2.8345584869384766,2.754688262939453,2.8405189514160156,2.3674964904785156,2.3164749145507812,62.97159194946289,63.06266784667969,63.40909004211426,62.375783920288086,62.322378158569336,62.71052360534668,62.528133392333984,62.119483947753906,62.607765197753906,62.439680099487305 +2500,37500,cpu,normal,True,True,True,23.73480796813965,23.778438568115234,23.587942123413086,23.92888069152832,23.777246475219727,23.818492889404297,24.129152297973633,23.889780044555664,24.097204208374023,24.02043342590332,127.41851806640625,127.67338752746582,127.838134765625,126.80697441101074,127.19368934631348,126.18541717529297,126.91664695739746,126.7092227935791,128.15213203430176,127.67267227172852 +2500,37500,cpu,normal,True,True,False,24.074554443359375,24.567127227783203,24.92070198059082,24.309158325195312,25.565147399902344,24.47676658630371,24.474143981933594,24.512052536010742,25.342941284179688,24.83344078063965,126.80792808532715,126.92785263061523,126.7099380493164,128.39484214782715,127.4268627166748,127.83312797546387,126.6324520111084,126.89495086669922,126.74880027770996,126.94621086120605 +2500,37500,cpu,normal,False,True,True,53.394317626953125,43.259382247924805,37.40954399108887,39.403676986694336,31.218290328979492,42.44232177734375,40.39454460144043,36.87000274658203,43.47562789916992,34.1334342956543,126.7387866973877,125.89502334594727,126.96361541748047,127.13193893432617,127.65359878540039,127.90513038635254,127.07138061523438,126.44624710083008,126.87444686889648,163.91229629516602 +2500,37500,cpu,normal,False,True,False,49.81875419616699,41.33105278015137,38.9864444732666,46.593666076660156,30.63225746154785,27.4655818939209,24.834394454956055,24.737834930419922,24.674415588378906,27.178525924682617,126.9989013671875,148.1471061706543,126.48558616638184,125.88310241699219,126.07145309448242,127.63428688049316,127.57563591003418,127.44545936584473,126.50609016418457,126.58977508544922 +2500,37500,cpu,normal,True,False,True,42.845726013183594,40.798187255859375,42.71888732910156,38.07187080383301,32.90677070617676,25.92325210571289,37.71162033081055,45.1655387878418,36.23032569885254,44.88182067871094,126.59072875976562,125.93698501586914,125.7326602935791,125.5040168762207,125.2753734588623,125.93889236450195,126.38688087463379,127.72345542907715,126.40166282653809,125.1981258392334 +2500,37500,cpu,normal,True,False,False,42.81973838806152,33.86259078979492,40.711402893066406,34.398794174194336,29.970407485961914,36.14354133605957,35.413503646850586,29.16407585144043,39.041996002197266,38.88511657714844,125.83732604980469,126.01661682128906,126.19757652282715,124.82213973999023,123.94213676452637,125.1382827758789,125.11563301086426,125.52618980407715,126.07884407043457,126.62076950073242 +2500,37500,cpu,normal,False,False,True,9.12165641784668,7.438898086547852,7.970571517944336,7.025241851806641,7.748842239379883,7.656097412109375,6.9408416748046875,7.764339447021484,7.847309112548828,8.551836013793945,127.00247764587402,126.23405456542969,125.74505805969238,125.75364112854004,125.39839744567871,125.07843971252441,127.63023376464844,126.53398513793945,124.96757507324219,124.51362609863281 +2500,37500,cpu,normal,False,False,False,7.515668869018555,7.507085800170898,7.399320602416992,7.4825286865234375,8.002281188964844,7.322788238525391,7.6198577880859375,7.0705413818359375,7.467508316040039,7.457256317138672,126.00970268249512,125.93531608581543,125.9455680847168,126.62386894226074,126.35970115661621,126.9981861114502,126.28722190856934,125.97966194152832,125.21529197692871,124.51624870300293 +2500,50000,cpu,homo,True,True,True,32.29165077209473,33.06865692138672,32.40036964416504,32.96637535095215,32.93418884277344,32.880544662475586,33.022403717041016,33.41960906982422,34.00254249572754,33.49637985229492,48.83575439453125,48.362016677856445,48.784494400024414,48.743486404418945,48.6912727355957,48.43640327453613,48.93183708190918,48.75326156616211,48.84934425354004,48.52128028869629 +2500,50000,cpu,homo,True,True,False,32.38844871520996,32.45806694030762,32.75561332702637,33.141136169433594,32.985687255859375,32.75012969970703,31.27121925354004,33.38289260864258,33.089399337768555,32.36889839172363,49.05414581298828,48.857688903808594,49.18646812438965,49.043893814086914,49.0269660949707,48.734188079833984,48.68817329406738,48.45738410949707,48.85745048522949,48.87747764587402 +2500,50000,cpu,homo,False,True,True,28.400421142578125,20.598411560058594,25.65145492553711,19.824981689453125,26.736021041870117,22.01223373413086,26.569604873657227,24.044036865234375,23.492097854614258,18.22662353515625,47.710418701171875,48.355817794799805,48.369646072387695,48.2792854309082,48.035383224487305,47.849178314208984,48.2327938079834,48.42686653137207,48.273324966430664,47.88708686828613 +2500,50000,cpu,homo,False,True,False,29.848337173461914,36.21315956115723,24.625301361083984,27.105331420898438,21.429061889648438,21.930932998657227,19.622087478637695,25.46525001525879,21.193981170654297,25.420188903808594,46.88096046447754,47.094106674194336,47.62601852416992,47.61004447937012,48.17008972167969,47.1954345703125,47.85752296447754,47.78456687927246,47.91259765625,47.21570014953613 +2500,50000,cpu,homo,True,False,True,15.772104263305664,13.601064682006836,16.973257064819336,12.687921524047852,14.09602165222168,11.856794357299805,14.359474182128906,12.895822525024414,13.95869255065918,12.468099594116211,46.19717597961426,46.38409614562988,46.355485916137695,46.45562171936035,46.31209373474121,46.604156494140625,47.03998565673828,46.64039611816406,47.35088348388672,47.42145538330078 +2500,50000,cpu,homo,True,False,False,13.983011245727539,18.312454223632812,13.733625411987305,12.489795684814453,12.140274047851562,9.529829025268555,11.646270751953125,11.345624923706055,12.203216552734375,12.600421905517578,46.60367965698242,47.17373847961426,46.88119888305664,46.95606231689453,46.73647880554199,46.9818115234375,46.80013656616211,46.82207107543945,46.1428165435791,46.08654975891113 +2500,50000,cpu,homo,False,False,True,3.388643264770508,3.484010696411133,3.9017200469970703,2.930164337158203,3.6902427673339844,3.1888484954833984,2.3005008697509766,2.2530555725097656,2.7234554290771484,2.3441314697265625,47.673940658569336,48.55084419250488,47.58572578430176,47.62983322143555,47.661542892456055,47.5466251373291,47.057151794433594,47.280311584472656,46.89168930053711,46.514272689819336 +2500,50000,cpu,homo,False,False,False,3.599882125854492,3.4165382385253906,3.6852359771728516,2.790689468383789,3.953218460083008,3.283262252807617,2.9706954956054688,2.821683883666992,2.208232879638672,2.539396286010742,47.55091667175293,47.46365547180176,47.271728515625,47.23405838012695,47.03330993652344,47.235727310180664,47.07789421081543,46.851158142089844,46.70548439025879,46.85044288635254 +2500,50000,cpu,uniform,True,True,True,26.8862247467041,27.17733383178711,27.27651596069336,27.856111526489258,27.07362174987793,27.17137336730957,27.29201316833496,27.025222778320312,26.89647674560547,27.477264404296875,84.57493782043457,84.95378494262695,85.23893356323242,84.77973937988281,85.784912109375,86.54570579528809,85.52980422973633,85.17718315124512,84.39850807189941,84.43045616149902 +2500,50000,cpu,uniform,True,True,False,27.466535568237305,27.327299118041992,27.705669403076172,28.005123138427734,27.898550033569336,28.024911880493164,27.86111831665039,29.05130386352539,27.89902687072754,27.73427963256836,85.45541763305664,84.98048782348633,84.96546745300293,84.97262001037598,85.77489852905273,86.24982833862305,85.5560302734375,85.21580696105957,84.2745304107666,84.19036865234375 +2500,50000,cpu,uniform,False,True,True,22.59206771850586,26.993989944458008,32.49955177307129,30.314207077026367,33.06221961975098,24.03712272644043,28.13720703125,26.652097702026367,32.9742431640625,33.43701362609863,83.76455307006836,84.38324928283691,84.13028717041016,84.70535278320312,84.46502685546875,83.9998722076416,83.67633819580078,83.96077156066895,83.46295356750488,83.79340171813965 +2500,50000,cpu,uniform,False,True,False,31.676054000854492,29.598712921142578,30.989408493041992,26.82662010192871,26.673555374145508,19.803762435913086,26.67403221130371,26.796340942382812,27.603626251220703,21.99077606201172,84.35368537902832,132.1260929107666,84.26356315612793,84.61189270019531,84.82527732849121,85.2518081665039,84.02061462402344,84.41877365112305,84.21921730041504,84.13100242614746 +2500,50000,cpu,uniform,True,False,True,18.52703094482422,20.094871520996094,21.54088020324707,18.432140350341797,19.20342445373535,24.204254150390625,20.058393478393555,20.867109298706055,17.244815826416016,19.55556869506836,82.78489112854004,82.69119262695312,82.83877372741699,82.2899341583252,82.65972137451172,82.9014778137207,82.83472061157227,83.18424224853516,82.76200294494629,82.99803733825684 +2500,50000,cpu,uniform,True,False,False,22.089719772338867,20.644664764404297,20.33376693725586,20.69401741027832,22.067785263061523,18.303394317626953,19.805192947387695,19.51003074645996,21.96335792541504,17.950057983398438,101.6542911529541,82.98468589782715,83.62698554992676,83.12773704528809,83.30917358398438,82.63707160949707,82.33928680419922,81.93135261535645,82.40699768066406,82.47590065002441 +2500,50000,cpu,uniform,False,False,True,4.806995391845703,4.525184631347656,4.211664199829102,3.461599349975586,3.3037662506103516,3.4499168395996094,3.0553340911865234,2.8891563415527344,2.991914749145508,4.227399826049805,83.57548713684082,84.1221809387207,83.59932899475098,83.22620391845703,83.36329460144043,83.66060256958008,84.0604305267334,83.22024345397949,83.67228507995605,82.90672302246094 +2500,50000,cpu,uniform,False,False,False,5.013227462768555,4.911661148071289,4.663705825805664,4.596948623657227,4.182338714599609,3.862619400024414,3.476381301879883,3.9169788360595703,3.1206607818603516,2.928018569946289,83.12034606933594,83.45866203308105,82.99517631530762,82.84640312194824,82.74269104003906,82.85117149353027,82.51619338989258,82.74984359741211,83.0237865447998,82.95917510986328 +2500,50000,cpu,normal,True,True,True,32.12785720825195,31.67438507080078,31.586408615112305,32.9129695892334,31.603574752807617,33.15877914428711,31.65149688720703,31.36730194091797,31.239032745361328,31.954050064086914,169.80862617492676,170.10998725891113,170.35770416259766,170.18580436706543,169.2969799041748,168.30682754516602,168.41650009155273,171.08154296875,169.47698593139648,168.687105178833 +2500,50000,cpu,normal,True,True,False,30.640363693237305,30.910730361938477,31.305789947509766,31.106948852539062,30.962467193603516,31.491518020629883,31.578540802001953,32.49025344848633,30.95698356628418,30.228137969970703,170.12906074523926,168.959379196167,167.97733306884766,167.94776916503906,169.04306411743164,170.11761665344238,170.7320213317871,167.84143447875977,168.0772304534912,169.2960262298584 +2500,50000,cpu,normal,False,True,True,47.68538475036621,71.07210159301758,48.372507095336914,39.211273193359375,59.21578407287598,43.625593185424805,45.26543617248535,36.952972412109375,34.76715087890625,49.178123474121094,168.06554794311523,168.90859603881836,170.47905921936035,169.42548751831055,168.29490661621094,167.56677627563477,166.82052612304688,167.4513816833496,169.2526340484619,169.4042682647705 +2500,50000,cpu,normal,False,True,False,49.694061279296875,42.1147346496582,47.974348068237305,40.80343246459961,44.272422790527344,49.897193908691406,48.06780815124512,37.485361099243164,33.63943099975586,32.989501953125,169.6326732635498,168.5621738433838,169.1908836364746,170.01843452453613,170.0906753540039,170.50909996032715,170.03369331359863,169.83509063720703,169.58355903625488,168.89286041259766 +2500,50000,cpu,normal,True,False,True,42.39630699157715,49.29924011230469,42.11091995239258,51.05280876159668,42.94157028198242,57.88159370422363,42.792558670043945,49.67784881591797,72.25441932678223,46.36573791503906,197.94821739196777,169.21520233154297,168.40744018554688,167.54436492919922,167.50359535217285,168.37358474731445,168.68996620178223,169.0373420715332,168.9291000366211,166.93544387817383 +2500,50000,cpu,normal,True,False,False,45.794010162353516,44.913291931152344,48.71535301208496,48.99907112121582,48.169612884521484,43.74837875366211,51.770925521850586,59.708356857299805,46.622276306152344,25.2993106842041,167.03176498413086,167.8180694580078,167.25397109985352,168.42341423034668,167.6959991455078,166.75448417663574,166.35823249816895,168.12419891357422,168.54166984558105,168.76935958862305 +2500,50000,cpu,normal,False,False,True,10.06770133972168,9.84811782836914,9.865045547485352,10.23411750793457,9.429216384887695,11.206865310668945,9.282112121582031,10.26606559753418,10.133981704711914,10.009050369262695,166.95094108581543,167.6931381225586,169.04330253601074,168.9310073852539,167.45662689208984,166.73922538757324,166.59855842590332,167.10638999938965,168.63298416137695,169.37541961669922 +2500,50000,cpu,normal,False,False,False,9.931087493896484,9.816884994506836,9.39321517944336,10.405302047729492,9.207963943481445,10.260581970214844,9.23013687133789,9.931087493896484,10.203361511230469,9.294509887695312,166.11146926879883,167.73676872253418,167.63687133789062,169.49915885925293,169.65413093566895,167.4182415008545,166.17846488952637,167.3586368560791,168.5624122619629,168.46179962158203 +5000,1000,cpu,homo,True,True,True,3.5834312438964844,3.5746097564697266,3.6067962646484375,3.633737564086914,3.5941600799560547,3.7064552307128906,3.6644935607910156,3.9627552032470703,3.641843795776367,3.6725997924804688,2.0291805267333984,2.0265579223632812,1.9969940185546875,2.025127410888672,2.0673274993896484,2.1164417266845703,2.0210742950439453,2.0651817321777344,2.019166946411133,2.00653076171875 +5000,1000,cpu,homo,True,True,False,3.957509994506836,5.140542984008789,3.745555877685547,4.006147384643555,3.880739212036133,3.8597583770751953,3.637552261352539,4.653215408325195,3.8385391235351562,4.0073394775390625,2.017498016357422,1.9457340240478516,2.0325183868408203,1.9559860229492188,2.0246505737304688,1.943349838256836,2.0284652709960938,2.0177364349365234,2.0122528076171875,1.9702911376953125 +5000,1000,cpu,homo,False,True,True,4.944086074829102,5.54966926574707,5.492448806762695,4.2266845703125,4.359722137451172,4.490137100219727,4.590749740600586,5.07664680480957,4.633903503417969,4.923105239868164,2.0513534545898438,1.9428730010986328,1.9528865814208984,1.9593238830566406,1.9085407257080078,2.038240432739258,1.9295215606689453,2.037525177001953,2.0568370819091797,2.0003318786621094 +5000,1000,cpu,homo,False,True,False,3.273487091064453,3.9381980895996094,4.313945770263672,5.583286285400391,4.984378814697266,3.6516189575195312,4.459142684936523,5.175113677978516,4.6291351318359375,4.340410232543945,2.080202102661133,2.049684524536133,1.9538402557373047,2.0151138305664062,1.9755363464355469,2.004384994506836,1.8634796142578125,2.0232200622558594,2.126455307006836,2.053499221801758 +5000,1000,cpu,homo,True,False,True,0.5936622619628906,0.5290508270263672,0.4029273986816406,0.5197525024414062,0.5946159362792969,0.5819797515869141,0.5261898040771484,0.6098747253417969,0.7143020629882812,0.6892681121826172,1.9643306732177734,1.9941329956054688,2.0360946655273438,2.0096302032470703,2.0079612731933594,2.0110607147216797,1.9724369049072266,2.0046234130859375,2.0127296447753906,2.021312713623047 +5000,1000,cpu,homo,True,False,False,0.5662441253662109,0.4715919494628906,0.72479248046875,0.6732940673828125,0.6728172302246094,0.6718635559082031,0.6139278411865234,0.652313232421875,0.7393360137939453,0.6897449493408203,2.072572708129883,2.0346641540527344,2.0456314086914062,1.9991397857666016,2.018451690673828,2.00653076171875,2.0155906677246094,2.0127296447753906,2.077817916870117,2.0346641540527344 +5000,1000,cpu,homo,False,False,True,1.5778541564941406,1.4793872833251953,1.4452934265136719,1.5320777893066406,1.1589527130126953,2.5336742401123047,1.5878677368164062,2.0122528076171875,1.33514404296875,1.3375282287597656,2.5942325592041016,2.5196075439453125,2.5081634521484375,1.9168853759765625,1.7864704132080078,1.8436908721923828,1.8146038055419922,1.9483566284179688,1.987457275390625,1.882791519165039 +5000,1000,cpu,homo,False,False,False,1.3537406921386719,1.2967586517333984,1.3494491577148438,1.2881755828857422,1.3580322265625,1.2888908386230469,1.2969970703125,1.5034675598144531,2.4895668029785156,1.3492107391357422,1.9221305847167969,1.9309520721435547,1.8312931060791016,1.8546581268310547,1.8715858459472656,1.7561912536621094,1.9245147705078125,1.798391342163086,1.8970966339111328,1.9197463989257812 +5000,1000,cpu,uniform,True,True,True,5.360126495361328,4.112958908081055,4.633665084838867,4.342079162597656,4.72259521484375,5.147457122802734,5.0754547119140625,5.16510009765625,5.261898040771484,5.261898040771484,3.5429000854492188,3.519296646118164,3.626108169555664,5.949735641479492,3.6041736602783203,3.53240966796875,3.602266311645508,3.6559104919433594,3.4208297729492188,3.4890174865722656 +5000,1000,cpu,uniform,True,True,False,5.224466323852539,4.476785659790039,4.915952682495117,4.347801208496094,5.1250457763671875,4.415273666381836,5.080461502075195,5.099773406982422,4.85539436340332,4.4994354248046875,3.522157669067383,3.4906864166259766,3.5305023193359375,3.5490989685058594,3.6814212799072266,3.3779144287109375,3.4961700439453125,3.441333770751953,3.551959991455078,3.6542415618896484 +5000,1000,cpu,uniform,False,True,True,3.833770751953125,3.969430923461914,3.6847591400146484,4.088163375854492,3.629446029663086,3.5271644592285156,3.7910938262939453,3.286600112915039,3.561258316040039,3.052949905395508,3.549814224243164,3.423452377319336,3.4847259521484375,3.583192825317383,3.405332565307617,3.4465789794921875,3.4923553466796875,3.497600555419922,3.4914016723632812,3.4439563751220703 +5000,1000,cpu,uniform,False,True,False,3.6928653717041016,3.6699771881103516,3.209829330444336,3.598451614379883,3.3316612243652344,3.7271976470947266,3.6475658416748047,3.2966136932373047,3.5581588745117188,2.812623977661133,3.3295154571533203,3.452777862548828,3.5674571990966797,3.4074783325195312,3.3042430877685547,3.2651424407958984,3.292560577392578,3.568410873413086,3.415346145629883,3.371715545654297 +5000,1000,cpu,uniform,True,False,True,1.0781288146972656,0.8664131164550781,0.9291172027587891,0.6272792816162109,0.7700920104980469,1.0294914245605469,0.5793571472167969,0.5662441253662109,0.5946159362792969,0.5669593811035156,3.490924835205078,3.4246444702148438,3.434419631958008,3.5386085510253906,3.480195999145508,3.5109519958496094,3.4437179565429688,3.5555362701416016,3.5004615783691406,3.5042762756347656 +5000,1000,cpu,uniform,True,False,False,0.9293556213378906,0.8876323699951172,0.8881092071533203,0.9942054748535156,0.8914470672607422,1.0404586791992188,0.8966922760009766,1.0499954223632812,0.8943080902099609,0.7452964782714844,3.353595733642578,3.5228729248046875,3.5381317138671875,3.5114288330078125,3.5223960876464844,3.4940242767333984,3.5016536712646484,3.5021305084228516,3.337383270263672,3.5157203674316406 +5000,1000,cpu,uniform,False,False,True,2.395153045654297,2.343416213989258,2.3941993713378906,2.340555191040039,2.3956298828125,2.3581981658935547,3.354787826538086,2.3369789123535156,2.2802352905273438,2.3703575134277344,3.255605697631836,3.42559814453125,3.3028125762939453,3.3919811248779297,3.2825469970703125,3.345012664794922,3.3414363861083984,3.4224987030029297,3.2401084899902344,3.3969879150390625 +5000,1000,cpu,uniform,False,False,False,2.1810531616210938,2.31170654296875,2.262592315673828,2.3512840270996094,2.4819374084472656,2.290010452270508,2.4111270904541016,3.6144256591796875,3.7856101989746094,2.2881031036376953,3.419637680053711,3.4334659576416016,3.438234329223633,3.343343734741211,3.4208297729492188,3.3011436462402344,3.3254623413085938,3.4220218658447266,3.379344940185547,3.2901763916015625 +5000,1000,cpu,normal,True,True,True,7.6236724853515625,10.612964630126953,8.15129280090332,9.247779846191406,9.699106216430664,7.718086242675781,10.558128356933594,10.964393615722656,10.432243347167969,11.040925979614258,6.951808929443359,6.680011749267578,6.8531036376953125,6.782054901123047,6.71696662902832,7.000207901000977,6.770133972167969,6.834983825683594,6.827354431152344,6.660938262939453 +5000,1000,cpu,normal,True,True,False,10.524749755859375,9.30643081665039,10.052680969238281,10.40196418762207,11.296749114990234,10.632038116455078,11.870861053466797,10.878324508666992,11.384248733520508,10.930061340332031,7.007122039794922,6.993532180786133,6.814479827880859,6.929159164428711,6.805896759033203,6.858587265014648,7.237434387207031,6.769418716430664,6.990671157836914,6.873130798339844 +5000,1000,cpu,normal,False,True,True,4.584550857543945,4.50587272644043,4.7550201416015625,4.144191741943359,4.790306091308594,4.606723785400391,4.639863967895508,4.723548889160156,4.852056503295898,4.479408264160156,6.778955459594727,6.806850433349609,6.7539215087890625,6.9141387939453125,6.5460205078125,6.698369979858398,6.760358810424805,6.535768508911133,6.831645965576172,6.7234039306640625 +5000,1000,cpu,normal,False,True,False,4.971504211425781,5.205392837524414,5.02777099609375,4.291772842407227,5.0868988037109375,5.086183547973633,4.596948623657227,4.695415496826172,4.277229309082031,3.904581069946289,6.931066513061523,6.822347640991211,6.962299346923828,6.664752960205078,6.873369216918945,6.826162338256836,6.819963455200195,6.952047348022461,6.597995758056641,6.885766983032227 +5000,1000,cpu,normal,True,False,True,2.7756690979003906,2.228975296020508,2.8984546661376953,2.5835037231445312,2.8340816497802734,2.481698989868164,2.765178680419922,2.8345584869384766,2.151966094970703,2.447843551635742,6.723642349243164,6.773471832275391,7.026195526123047,6.711721420288086,7.033586502075195,6.906986236572266,6.839513778686523,6.978034973144531,6.775379180908203,6.998777389526367 +5000,1000,cpu,normal,True,False,False,2.766132354736328,3.7119388580322266,2.4254322052001953,2.4535655975341797,2.7191638946533203,2.8028488159179688,2.1309852600097656,3.2732486724853516,2.804279327392578,2.8176307678222656,6.784200668334961,6.824016571044922,6.896257400512695,6.966829299926758,6.718635559082031,6.805658340454102,6.77490234375,6.803989410400391,6.963491439819336,6.891489028930664 +5000,1000,cpu,normal,False,False,True,7.211208343505859,7.108926773071289,6.361722946166992,6.969690322875977,7.565736770629883,5.124092102050781,6.998300552368164,5.491495132446289,4.662036895751953,4.246950149536133,6.766319274902344,6.705999374389648,6.57200813293457,6.90150260925293,6.526947021484375,6.705760955810547,6.670713424682617,6.47425651550293,6.89244270324707,6.72149658203125 +5000,1000,cpu,normal,False,False,False,4.245519638061523,8.272409439086914,3.883838653564453,8.220195770263672,8.241891860961914,8.498191833496094,7.934093475341797,8.82101058959961,6.766319274902344,6.441831588745117,6.757974624633789,6.8416595458984375,6.863117218017578,6.661653518676758,6.900787353515625,6.685495376586914,6.829738616943359,6.773233413696289,6.550312042236328,6.898403167724609 +5000,2500,cpu,homo,True,True,True,6.458044052124023,6.780147552490234,6.538867950439453,6.846904754638672,7.272005081176758,6.346464157104492,6.333827972412109,7.426738739013672,6.793498992919922,4.689216613769531,4.910707473754883,4.790782928466797,4.862070083618164,4.981517791748047,4.852533340454102,4.7969818115234375,4.969358444213867,4.854917526245117,4.873752593994141,4.974603652954102 +5000,2500,cpu,homo,True,True,False,7.249593734741211,6.661415100097656,5.057096481323242,6.973743438720703,5.845546722412109,8.076667785644531,7.460355758666992,8.030176162719727,7.269620895385742,6.987094879150391,4.850149154663086,5.051612854003906,4.984617233276367,4.925727844238281,4.984140396118164,4.926443099975586,4.984378814697266,4.9686431884765625,4.996299743652344,4.974365234375 +5000,2500,cpu,homo,False,True,True,7.421255111694336,5.178689956665039,6.938934326171875,5.547761917114258,5.459785461425781,6.399631500244141,6.110668182373047,6.117820739746094,7.242918014526367,5.970954895019531,5.01251220703125,4.866838455200195,4.848957061767578,5.012035369873047,4.982233047485352,4.822015762329102,4.796504974365234,5.014181137084961,4.806280136108398,4.7664642333984375 +5000,2500,cpu,homo,False,True,False,7.072925567626953,6.454706192016602,6.102561950683594,6.211280822753906,6.87718391418457,7.264614105224609,5.910396575927734,6.201267242431641,5.471229553222656,6.991386413574219,5.024433135986328,4.922151565551758,4.950284957885742,5.0525665283203125,4.979372024536133,5.0144195556640625,5.117893218994141,4.94837760925293,5.047321319580078,5.112171173095703 +5000,2500,cpu,homo,True,False,True,1.6546249389648438,1.2595653533935547,1.3086795806884766,1.3267993927001953,1.295328140258789,1.302480697631836,1.2552738189697266,1.4336109161376953,1.379251480102539,1.3127326965332031,4.8675537109375,4.813671112060547,4.830598831176758,4.804134368896484,4.799842834472656,4.890203475952148,4.854440689086914,4.752397537231445,4.675388336181641,4.871129989624023 +5000,2500,cpu,homo,True,False,False,1.125335693359375,0.9102821350097656,1.3074874877929688,0.7748603820800781,1.2960433959960938,0.9973049163818359,1.2860298156738281,0.9400844573974609,1.5604496002197266,1.4269351959228516,4.843950271606445,4.868268966674805,4.867076873779297,4.891395568847656,4.761457443237305,4.764795303344727,4.767417907714844,4.878520965576172,4.849433898925781,4.736900329589844 +5000,2500,cpu,homo,False,False,True,1.8990039825439453,1.558542251586914,1.405954360961914,1.5194416046142578,1.4081001281738281,2.103090286254883,1.4998912811279297,2.1855831146240234,1.5168190002441406,1.6198158264160156,4.990816116333008,4.876375198364258,4.787445068359375,4.776477813720703,4.963874816894531,4.848241806030273,4.910469055175781,5.071163177490234,15.39158821105957,9.658336639404297 +5000,2500,cpu,homo,False,False,False,1.3985633850097656,1.5799999237060547,1.547098159790039,1.5003681182861328,2.415895462036133,2.4890899658203125,2.5377273559570312,1.6148090362548828,1.5022754669189453,2.4919509887695312,4.684686660766602,4.727363586425781,4.8828125,4.750967025756836,4.764795303344727,4.719734191894531,4.816532135009766,4.739999771118164,4.703760147094727,4.883050918579102 +5000,2500,cpu,uniform,True,True,True,6.819963455200195,6.518363952636719,7.705450057983398,6.414890289306641,7.248401641845703,6.989479064941406,7.023811340332031,5.066394805908203,6.515979766845703,8.014202117919922,8.6212158203125,8.64267349243164,8.515119552612305,8.658885955810547,8.72039794921875,8.533716201782227,8.678674697875977,8.631467819213867,8.582115173339844,8.62884521484375 +5000,2500,cpu,uniform,True,True,False,7.602691650390625,5.953073501586914,6.6738128662109375,7.8887939453125,6.8416595458984375,5.649805068969727,6.82830810546875,6.472349166870117,5.719900131225586,6.979942321777344,8.594989776611328,8.555889129638672,8.573293685913086,8.559465408325195,8.599281311035156,8.562088012695312,8.54802131652832,8.653640747070312,8.629083633422852,8.596658706665039 +5000,2500,cpu,uniform,False,True,True,6.193876266479492,6.104707717895508,5.993366241455078,5.85484504699707,5.652189254760742,6.6509246826171875,5.706071853637695,6.695032119750977,5.926609039306641,6.073474884033203,8.553028106689453,8.57400894165039,8.525609970092773,8.401155471801758,8.607864379882812,8.715629577636719,8.47625732421875,8.654594421386719,8.580446243286133,8.527755737304688 +5000,2500,cpu,uniform,False,True,False,6.670475006103516,6.323099136352539,5.462169647216797,5.675554275512695,5.539417266845703,5.814313888549805,5.72967529296875,6.09135627746582,6.306886672973633,5.992650985717773,8.825540542602539,8.500099182128906,8.732080459594727,8.849382400512695,8.544445037841797,8.481264114379883,8.620738983154297,8.578300476074219,8.622407913208008,8.653640747070312 +5000,2500,cpu,uniform,True,False,True,2.079010009765625,1.6598701477050781,2.295255661010742,1.2054443359375,2.122640609741211,2.3348331451416016,2.2041797637939453,2.243518829345703,2.207040786743164,1.9147396087646484,8.423328399658203,8.539438247680664,8.411407470703125,8.421659469604492,8.582592010498047,8.395671844482422,8.481740951538086,8.19849967956543,8.448123931884766,8.331775665283203 +5000,2500,cpu,uniform,True,False,False,2.2487640380859375,2.187490463256836,2.0780563354492188,2.2156238555908203,2.126932144165039,2.2356510162353516,2.206563949584961,2.0706653594970703,2.1686553955078125,2.140045166015625,8.336305618286133,8.339881896972656,8.353471755981445,8.363485336303711,8.41832160949707,8.458852767944336,8.458137512207031,8.392095565795898,8.47172737121582,8.310317993164062 +5000,2500,cpu,uniform,False,False,True,2.3920536041259766,3.429412841796875,2.4175643920898438,2.6607513427734375,2.3581981658935547,2.3491382598876953,3.7322044372558594,4.152536392211914,2.4449825286865234,2.447843551635742,8.581161499023438,17.064332962036133,9.948015213012695,8.445262908935547,8.464574813842773,8.50534439086914,8.527994155883789,8.429527282714844,8.468151092529297,8.37850570678711 +5000,2500,cpu,uniform,False,False,False,3.3898353576660156,3.489255905151367,2.3169517517089844,4.115104675292969,2.468585968017578,3.123760223388672,2.355337142944336,2.471446990966797,2.4056434631347656,2.5217533111572266,8.376121520996094,8.282661437988281,8.402585983276367,8.326053619384766,8.4686279296875,8.28862190246582,8.373022079467773,8.30841064453125,8.337020874023438,8.36181640625 +5000,2500,cpu,normal,True,True,True,12.058734893798828,12.62807846069336,12.552738189697266,12.01939582824707,12.221097946166992,11.039257049560547,11.143684387207031,13.69023323059082,13.059377670288086,13.08298110961914,16.95394515991211,16.937732696533203,17.016887664794922,17.083406448364258,16.998767852783203,17.056941986083984,16.963958740234375,16.891956329345703,16.800642013549805,16.94011688232422 +5000,2500,cpu,normal,True,True,False,10.757684707641602,11.240482330322266,12.335538864135742,12.46500015258789,12.183904647827148,9.888887405395508,11.208534240722656,12.725353240966797,14.196634292602539,11.08860969543457,17.173290252685547,17.136096954345703,17.0290470123291,17.03333854675293,16.94011688232422,16.960859298706055,17.111778259277344,17.00139045715332,16.981124877929688,16.93248748779297 +5000,2500,cpu,normal,False,True,True,9.598016738891602,9.076833724975586,9.286165237426758,8.619070053100586,8.50367546081543,7.825374603271484,7.786989212036133,9.987592697143555,7.577419281005859,8.672475814819336,17.04692840576172,16.8759822845459,16.913652420043945,17.039775848388672,16.982078552246094,17.16160774230957,17.04096794128418,17.113924026489258,17.317771911621094,17.003297805786133 +5000,2500,cpu,normal,False,True,False,7.071256637573242,7.210493087768555,8.105039596557617,7.349967956542969,7.099628448486328,10.761022567749023,11.006593704223633,8.649110794067383,9.279489517211914,8.32223892211914,17.50969886779785,16.868114471435547,16.939878463745117,17.023801803588867,16.836166381835938,17.010211944580078,16.87169075012207,16.921520233154297,16.88528060913086,16.890525817871094 +5000,2500,cpu,normal,True,False,True,4.998207092285156,4.548549652099609,4.528045654296875,5.551576614379883,5.9223175048828125,5.545854568481445,6.916522979736328,5.013227462768555,5.542516708374023,5.588769912719727,17.05193519592285,16.994237899780273,17.006635665893555,16.712427139282227,16.788482666015625,16.44158363342285,16.879796981811523,16.76464080810547,16.652345657348633,16.785621643066406 +5000,2500,cpu,normal,True,False,False,5.874395370483398,6.15239143371582,5.650520324707031,5.273580551147461,4.9533843994140625,5.089998245239258,4.235982894897461,4.594087600708008,6.700754165649414,4.561901092529297,16.813278198242188,16.78323745727539,16.824007034301758,16.880273818969727,16.883373260498047,16.6318416595459,16.936302185058594,16.786813735961914,16.847610473632812,16.69907569885254 +5000,2500,cpu,normal,False,False,True,9.05609130859375,9.477376937866211,8.87608528137207,8.698225021362305,8.892297744750977,10.329723358154297,8.979320526123047,8.985280990600586,11.744499206542969,8.954048156738281,16.894102096557617,17.29440689086914,16.955137252807617,17.031431198120117,16.864538192749023,16.994714736938477,16.94512367248535,16.681671142578125,16.83521270751953,16.79372787475586 +5000,2500,cpu,normal,False,False,False,8.543729782104492,10.547637939453125,9.033203125,9.48190689086914,8.78000259399414,9.270906448364258,8.91256332397461,9.064197540283203,10.12277603149414,9.108781814575195,17.14038848876953,17.081260681152344,17.016887664794922,17.072200775146484,16.936063766479492,17.000198364257812,16.95847511291504,17.05336570739746,17.11559295654297,17.04263687133789 +5000,5000,cpu,homo,True,True,True,7.7838897705078125,8.108377456665039,8.085966110229492,7.979393005371094,9.257316589355469,9.462118148803711,11.133432388305664,9.270191192626953,9.03940200805664,8.954524993896484,9.930849075317383,9.607791900634766,9.939908981323242,9.698629379272461,9.938716888427734,9.902477264404297,9.801149368286133,9.824514389038086,9.563922882080078,9.941816329956055 +5000,5000,cpu,homo,True,True,False,10.182619094848633,9.058237075805664,8.734703063964844,7.714271545410156,8.459806442260742,9.141683578491211,7.477283477783203,7.773160934448242,7.389545440673828,6.966590881347656,9.654045104980469,9.777307510375977,9.660720825195312,9.727001190185547,9.751319885253906,9.498119354248047,9.708404541015625,9.640693664550781,9.538650512695312,9.790182113647461 +5000,5000,cpu,homo,False,True,True,9.023189544677734,9.057998657226562,9.163141250610352,9.258031845092773,7.309198379516602,11.008977890014648,8.874177932739258,8.885383605957031,8.127212524414062,8.656978607177734,9.89842414855957,9.689092636108398,9.71364974975586,9.923934936523438,9.690284729003906,10.007619857788086,9.681224822998047,10.062694549560547,9.841680526733398,9.758234024047852 +5000,5000,cpu,homo,False,True,False,9.210586547851562,8.61811637878418,7.058143615722656,7.097005844116211,8.708715438842773,9.249687194824219,6.841182708740234,8.446931838989258,7.03883171081543,8.119344711303711,9.569644927978516,9.68313217163086,9.55820083618164,9.6282958984375,9.68313217163086,9.586334228515625,9.852409362792969,9.584426879882812,9.809017181396484,9.537696838378906 +5000,5000,cpu,homo,True,False,True,2.5217533111572266,2.499818801879883,2.385854721069336,2.7344226837158203,2.3682117462158203,2.702474594116211,1.5406608581542969,2.428770065307617,1.6722679138183594,1.6744136810302734,9.423255920410156,9.191274642944336,9.500741958618164,9.183645248413086,9.425640106201172,9.236335754394531,9.411811828613281,9.370565414428711,9.288549423217773,9.440183639526367 +5000,5000,cpu,homo,True,False,False,2.713441848754883,1.9309520721435547,2.686738967895508,2.894163131713867,2.5339126586914062,2.6772022247314453,2.6044845581054688,2.638101577758789,2.596139907836914,2.658367156982422,9.392499923706055,9.497880935668945,9.498119354248047,9.342193603515625,9.45425033569336,9.190559387207031,9.525537490844727,9.315013885498047,9.419918060302734,9.476184844970703 +5000,5000,cpu,homo,False,False,True,2.5322437286376953,2.3331642150878906,2.2754669189453125,2.1390914916992188,2.532482147216797,2.4967193603515625,2.427816390991211,2.5358200073242188,2.5625228881835938,2.1619796752929688,9.217023849487305,9.645462036132812,9.20867919921875,9.479999542236328,9.511470794677734,9.397029876708984,9.531259536743164,9.240388870239258,9.646892547607422,9.305715560913086 +5000,5000,cpu,homo,False,False,False,2.6731491088867188,2.5620460510253906,2.365589141845703,2.5665760040283203,2.176523208618164,2.167940139770508,2.238035202026367,2.172708511352539,2.6526451110839844,2.469778060913086,12.779951095581055,9.930133819580078,9.458303451538086,9.849071502685547,9.674787521362305,9.728670120239258,9.690999984741211,9.632587432861328,9.871244430541992,9.533166885375977 +5000,5000,cpu,uniform,True,True,True,8.198261260986328,8.476018905639648,7.638216018676758,7.732868194580078,7.181882858276367,7.403850555419922,6.903886795043945,9.318113327026367,6.500720977783203,6.704092025756836,17.006397247314453,17.135143280029297,17.0900821685791,17.037153244018555,17.20285415649414,17.099857330322266,16.977310180664062,17.14491844177246,16.90840721130371,16.9980525970459 +5000,5000,cpu,uniform,True,True,False,6.7577362060546875,7.086753845214844,8.234977722167969,8.034944534301758,7.070064544677734,6.71696662902832,5.933284759521484,6.193399429321289,7.493734359741211,7.015705108642578,17.293691635131836,17.39335060119629,17.3032283782959,16.92652702331543,17.226696014404297,16.825437545776367,16.97683334350586,16.979217529296875,16.9370174407959,16.964197158813477 +5000,5000,cpu,uniform,False,True,True,8.455276489257812,8.228302001953125,6.743669509887695,5.652189254760742,6.39033317565918,5.808115005493164,5.547523498535156,5.916595458984375,5.508899688720703,7.1315765380859375,17.663002014160156,17.242431640625,17.393827438354492,17.28987693786621,17.1816349029541,17.333507537841797,17.168760299682617,17.322063446044922,17.329931259155273,17.064571380615234 +5000,5000,cpu,uniform,False,True,False,8.122920989990234,7.026910781860352,7.6618194580078125,6.90150260925293,6.207942962646484,5.850553512573242,6.0825347900390625,5.765199661254883,7.112979888916016,6.479501724243164,17.00568199157715,16.992807388305664,16.930341720581055,16.94035530090332,16.930103302001953,17.04692840576172,17.099380493164062,17.148733139038086,17.265796661376953,17.35854148864746 +5000,5000,cpu,uniform,True,False,True,3.7021636962890625,3.7119388580322266,3.1282901763916016,4.092216491699219,2.9838085174560547,3.487825393676758,3.3533573150634766,3.59344482421875,4.174947738647461,4.293203353881836,16.704082489013672,16.822338104248047,16.573190689086914,16.641855239868164,16.599416732788086,16.406774520874023,16.60299301147461,16.609907150268555,16.771793365478516,16.74652099609375 +5000,5000,cpu,uniform,True,False,False,3.949403762817383,3.8242340087890625,3.429412841796875,4.019737243652344,4.111051559448242,4.083156585693359,4.5566558837890625,4.215717315673828,3.721475601196289,3.763437271118164,16.932010650634766,16.895771026611328,16.862154006958008,16.93439483642578,16.706466674804688,16.688108444213867,16.848087310791016,16.828060150146484,16.861677169799805,16.947269439697266 +5000,5000,cpu,uniform,False,False,True,3.783702850341797,4.124641418457031,4.088640213012695,4.160642623901367,3.732919692993164,3.0155181884765625,4.493474960327148,4.240751266479492,4.180908203125,4.190206527709961,16.664505004882812,16.642332077026367,16.795873641967773,16.636133193969727,16.745805740356445,16.721487045288086,16.724586486816406,16.71743392944336,16.89600944519043,16.9222354888916 +5000,5000,cpu,uniform,False,False,False,3.395557403564453,3.5893917083740234,4.207611083984375,3.0257701873779297,3.798961639404297,3.422260284423828,3.872394561767578,3.8836002349853516,4.027605056762695,4.234075546264648,16.927719116210938,16.733169555664062,16.658306121826172,16.661643981933594,16.877174377441406,16.75128936767578,16.746997833251953,16.734600067138672,16.733407974243164,16.908645629882812 +5000,5000,cpu,normal,True,True,True,12.73202896118164,9.450435638427734,12.895822525024414,11.593341827392578,14.859199523925781,14.213085174560547,13.242483139038086,13.276100158691406,12.178421020507812,10.555267333984375,34.08408164978027,34.23476219177246,34.21449661254883,33.95366668701172,33.904314041137695,34.04045104980469,34.52253341674805,34.21163558959961,33.86187553405762,33.92982482910156 +5000,5000,cpu,normal,True,True,False,12.51363754272461,11.868476867675781,9.711027145385742,12.724161148071289,12.831926345825195,13.34071159362793,9.856939315795898,10.85352897644043,12.043476104736328,11.630773544311523,34.049034118652344,34.18302536010742,34.51228141784668,34.17015075683594,34.40570831298828,34.38591957092285,34.29865837097168,34.362077713012695,34.323692321777344,34.15346145629883 +5000,5000,cpu,normal,False,True,True,14.883756637573242,15.284061431884766,13.988733291625977,15.557050704956055,11.998891830444336,10.812044143676758,13.45968246459961,12.777328491210938,12.91513442993164,13.022661209106445,34.189462661743164,34.03759002685547,33.830881118774414,33.8444709777832,34.10029411315918,34.02090072631836,33.91766548156738,33.79964828491211,33.74028205871582,34.099578857421875 +5000,5000,cpu,normal,False,True,False,13.28277587890625,11.999368667602539,14.007091522216797,11.770248413085938,15.67220687866211,15.553712844848633,13.847112655639648,13.098955154418945,12.672901153564453,9.84644889831543,34.05308723449707,34.17015075683594,34.34610366821289,73.8527774810791,34.86204147338867,34.96575355529785,34.92021560668945,38.54990005493164,33.98394584655762,34.02447700500488 +5000,5000,cpu,normal,True,False,True,8.66389274597168,8.939504623413086,10.376453399658203,11.739253997802734,11.665105819702148,10.119438171386719,10.170698165893555,11.037826538085938,10.560274124145508,9.678840637207031,34.004926681518555,33.783674240112305,33.68735313415527,33.81609916687012,33.75697135925293,33.96797180175781,33.9508056640625,33.86950492858887,52.77848243713379,33.638715744018555 +5000,5000,cpu,normal,True,False,False,11.788368225097656,10.770320892333984,12.090206146240234,9.668827056884766,9.580135345458984,9.26828384399414,8.858919143676758,8.903264999389648,8.466243743896484,8.745193481445312,33.37430953979492,33.40744972229004,34.34252738952637,34.314870834350586,33.38932991027832,33.40721130371094,33.342599868774414,32.87672996520996,33.0653190612793,33.44011306762695 +5000,5000,cpu,normal,False,False,True,9.28044319152832,9.868621826171875,9.049415588378906,11.29913330078125,7.89189338684082,10.902881622314453,11.311769485473633,8.564949035644531,13.21721076965332,8.727788925170898,33.76269340515137,33.64419937133789,33.80250930786133,33.92910957336426,34.3470573425293,33.7522029876709,33.611297607421875,33.712148666381836,33.67757797241211,33.74004364013672 +5000,5000,cpu,normal,False,False,False,10.123252868652344,11.849164962768555,10.930061340332031,11.38615608215332,12.8021240234375,9.438514709472656,9.870767593383789,11.619091033935547,11.932849884033203,12.93635368347168,33.67018699645996,33.705949783325195,33.59794616699219,33.698320388793945,33.97417068481445,34.00468826293945,33.750295639038086,33.73289108276367,33.596038818359375,33.8902473449707 +5000,10000,cpu,homo,True,True,True,9.025812149047852,9.038925170898438,8.966684341430664,9.202718734741211,9.701967239379883,9.041547775268555,9.259223937988281,9.147405624389648,9.50169563293457,9.26828384399414,19.29783821105957,19.397974014282227,19.38796043395996,19.234180450439453,19.35601234436035,19.32549476623535,19.36197280883789,19.21820640563965,19.268035888671875,19.41514015197754 +5000,10000,cpu,homo,True,True,False,9.411811828613281,9.130716323852539,9.265422821044922,9.073734283447266,9.3536376953125,9.326934814453125,9.374856948852539,9.518146514892578,9.54437255859375,9.48643684387207,19.43182945251465,19.400596618652344,19.67906951904297,19.44112777709961,19.36936378479004,19.35601234436035,19.489765167236328,19.519567489624023,19.47927474975586,19.579410552978516 +5000,10000,cpu,homo,False,True,True,10.440349578857422,11.783599853515625,9.128808975219727,7.9898834228515625,9.714841842651367,12.186527252197266,9.370803833007812,11.265277862548828,10.60628890991211,10.914802551269531,19.24920082092285,19.377708435058594,19.19245719909668,19.18196678161621,19.3173885345459,19.21391487121582,19.087553024291992,19.241809844970703,19.278287887573242,19.32358741760254 +5000,10000,cpu,homo,False,True,False,9.857177734375,10.04481315612793,8.426189422607422,11.629343032836914,11.05046272277832,10.870218276977539,11.423826217651367,9.784221649169922,10.432720184326172,9.894609451293945,19.349098205566406,19.366741180419922,19.582748413085938,19.557476043701172,19.747018814086914,37.11056709289551,19.56033706665039,19.411563873291016,19.449710845947266,19.522666931152344 +5000,10000,cpu,homo,True,False,True,5.175352096557617,4.750728607177734,3.9932727813720703,3.965616226196289,4.1522979736328125,4.804849624633789,5.226850509643555,5.109310150146484,5.165338516235352,4.944562911987305,18.63384246826172,18.725156784057617,18.793106079101562,18.826007843017578,18.800020217895508,19.070863723754883,18.76544952392578,18.830299377441406,18.62788200378418,18.68605613708496 +5000,10000,cpu,homo,True,False,False,4.715681076049805,4.54258918762207,4.831790924072266,4.715204238891602,5.4473876953125,4.805088043212891,5.222082138061523,5.180835723876953,4.748821258544922,5.29026985168457,18.50724220275879,18.824100494384766,18.66006851196289,18.755197525024414,18.566608428955078,18.449068069458008,18.649578094482422,18.515825271606445,18.537521362304688,18.674135208129883 +5000,10000,cpu,homo,False,False,True,2.5212764739990234,2.315521240234375,2.518892288208008,2.20489501953125,1.833200454711914,1.7614364624023438,2.351045608520508,1.753091812133789,1.657247543334961,1.4133453369140625,18.678665161132812,18.40949058532715,18.507003784179688,18.5546875,18.473148345947266,18.271207809448242,18.159151077270508,18.498659133911133,18.53799819946289,18.442392349243164 +5000,10000,cpu,homo,False,False,False,2.5377273559570312,2.4862289428710938,2.157449722290039,2.168416976928711,2.4938583374023438,2.1224021911621094,2.1233558654785156,2.065420150756836,1.6379356384277344,1.5337467193603516,51.29122734069824,20.812034606933594,18.779277801513672,18.66936683654785,18.8295841217041,18.80025863647461,18.850326538085938,19.037961959838867,18.672704696655273,18.80192756652832 +5000,10000,cpu,uniform,True,True,True,7.9021453857421875,7.916688919067383,7.873296737670898,7.957220077514648,8.085250854492188,8.137702941894531,9.152650833129883,8.223772048950195,8.13746452331543,8.005380630493164,34.279823303222656,34.3475341796875,34.13677215576172,34.32774543762207,34.12008285522461,34.79337692260742,34.13748741149902,34.23309326171875,34.302473068237305,34.4243049621582 +5000,10000,cpu,uniform,True,True,False,7.8182220458984375,7.899045944213867,7.885456085205078,7.918119430541992,7.896900177001953,7.995367050170898,8.023738861083984,8.223533630371094,7.977008819580078,8.058547973632812,33.80870819091797,34.19160842895508,33.98251533508301,33.84900093078613,33.99777412414551,33.73551368713379,34.20567512512207,34.22045707702637,33.95342826843262,33.93721580505371 +5000,10000,cpu,uniform,False,True,True,12.155771255493164,12.207508087158203,10.869264602661133,9.885072708129883,9.185314178466797,8.696317672729492,9.645938873291016,8.077144622802734,8.341789245605469,8.85915756225586,33.75816345214844,33.60795974731445,34.42978858947754,33.74195098876953,33.571720123291016,33.80751609802246,33.98442268371582,33.94484519958496,34.01970863342285,33.70213508605957 +5000,10000,cpu,uniform,False,True,False,10.828971862792969,12.032270431518555,10.769367218017578,12.664318084716797,9.613990783691406,9.103059768676758,11.948585510253906,9.263038635253906,11.614799499511719,10.971546173095703,34.001827239990234,33.80465507507324,33.75887870788574,33.967018127441406,33.87570381164551,34.04831886291504,52.47926712036133,33.88071060180664,33.8292121887207,34.108638763427734 +5000,10000,cpu,uniform,True,False,True,7.661581039428711,7.649898529052734,8.111715316772461,6.366968154907227,6.7768096923828125,8.807659149169922,6.752490997314453,7.775068283081055,7.8639984130859375,7.782220840454102,32.93156623840332,33.209800720214844,33.23793411254883,33.354759216308594,33.997297286987305,33.02645683288574,33.217668533325195,33.38742256164551,33.23173522949219,33.27584266662598 +5000,10000,cpu,uniform,True,False,False,6.457328796386719,7.966279983520508,8.047819137573242,6.8759918212890625,6.204366683959961,8.0413818359375,7.42030143737793,4.786252975463867,8.0413818359375,7.205963134765625,33.02335739135742,32.781124114990234,33.22911262512207,33.20908546447754,33.16187858581543,33.219099044799805,33.32018852233887,33.38980674743652,33.37383270263672,33.64157676696777 +5000,10000,cpu,uniform,False,False,True,3.404855728149414,3.165006637573242,2.4726390838623047,2.985239028930664,3.2036304473876953,2.7294158935546875,2.3174285888671875,2.315044403076172,2.664804458618164,1.9345283508300781,33.01572799682617,33.29753875732422,33.392906188964844,33.461570739746094,33.269405364990234,33.13922882080078,33.08916091918945,33.03170204162598,33.071041107177734,33.2033634185791 +5000,10000,cpu,uniform,False,False,False,2.693653106689453,2.681255340576172,2.087116241455078,2.0673274993896484,2.0465850830078125,2.118825912475586,2.624034881591797,1.5189647674560547,1.4848709106445312,1.4925003051757812,33.197641372680664,33.52236747741699,33.01215171813965,33.438920974731445,33.89573097229004,33.19406509399414,32.99665451049805,33.06770324707031,33.17570686340332,33.24007987976074 +5000,10000,cpu,normal,True,True,True,10.479211807250977,10.26010513305664,10.102033615112305,10.309219360351562,10.31494140625,10.252952575683594,10.423898696899414,10.346651077270508,10.572195053100586,10.371685028076172,67.67463684082031,67.15798377990723,67.19017028808594,67.84391403198242,67.20376014709473,67.57211685180664,67.51823425292969,67.92807579040527,67.86680221557617,68.6492919921875 +5000,10000,cpu,normal,True,True,False,10.06317138671875,10.000944137573242,10.232210159301758,10.387420654296875,10.36214828491211,10.124683380126953,10.145187377929688,10.293006896972656,10.162830352783203,10.16855239868164,68.42923164367676,68.56012344360352,68.27378273010254,67.4901008605957,67.43645668029785,67.3978328704834,67.1079158782959,67.65174865722656,67.59428977966309,67.08097457885742 +5000,10000,cpu,normal,False,True,True,18.26167106628418,18.92375946044922,20.35689353942871,21.77286148071289,21.29054069519043,23.134708404541016,19.041776657104492,18.7070369720459,20.580530166625977,18.00227165222168,67.43264198303223,67.68584251403809,67.92306900024414,67.71063804626465,68.53175163269043,68.55559349060059,68.45498085021973,68.38297843933105,68.25757026672363,67.64483451843262 +5000,10000,cpu,normal,False,True,False,20.149707794189453,21.031856536865234,22.05801010131836,17.033100128173828,16.42584800720215,18.252849578857422,18.760204315185547,18.056869506835938,16.895055770874023,16.32237434387207,67.71421432495117,67.87729263305664,68.05944442749023,67.61813163757324,67.74497032165527,67.49200820922852,67.11602210998535,67.22807884216309,67.92664527893066,67.68274307250977 +5000,10000,cpu,normal,True,False,True,16.363143920898438,15.476703643798828,15.08474349975586,13.562202453613281,20.597457885742188,17.822742462158203,12.792825698852539,16.843318939208984,15.454292297363281,17.425537109375,67.34180450439453,67.46101379394531,66.9565200805664,67.43931770324707,67.00611114501953,67.18778610229492,67.16489791870117,67.34895706176758,67.34013557434082,67.09098815917969 +5000,10000,cpu,normal,True,False,False,23.79155158996582,18.489599227905273,23.45585823059082,18.88418197631836,25.776147842407227,21.21448516845703,20.403385162353516,21.793127059936523,20.89715003967285,20.364046096801758,67.15679168701172,66.97344779968262,67.12079048156738,67.4886703491211,66.89858436584473,67.07477569580078,67.27433204650879,67.60907173156738,67.57164001464844,67.51894950866699 +5000,10000,cpu,normal,False,False,True,5.634784698486328,4.811763763427734,4.163265228271484,3.9429664611816406,3.977060317993164,4.54401969909668,3.907918930053711,3.8292407989501953,3.8182735443115234,4.312992095947266,67.30961799621582,67.68202781677246,67.54159927368164,67.49773025512695,67.54064559936523,67.05236434936523,67.14630126953125,67.32034683227539,66.25223159790039,66.38336181640625 +5000,10000,cpu,normal,False,False,False,8.321046829223633,7.945775985717773,7.3375701904296875,5.803346633911133,4.830598831176758,4.500627517700195,4.461050033569336,3.844738006591797,4.122018814086914,3.8492679595947266,67.46339797973633,67.07310676574707,67.45791435241699,66.80178642272949,66.56551361083984,66.7266845703125,66.99132919311523,67.6412582397461,67.36326217651367,67.42429733276367 +5000,25000,cpu,homo,True,True,True,24.527788162231445,24.823427200317383,24.163484573364258,26.249408721923828,23.85258674621582,24.27363395690918,24.695873260498047,24.12128448486328,24.274587631225586,24.2459774017334,48.616647720336914,48.72441291809082,48.55537414550781,48.477888107299805,48.461198806762695,48.392295837402344,48.618316650390625,48.34389686584473,48.07424545288086,47.95694351196289 +5000,25000,cpu,homo,True,True,False,23.745298385620117,22.99666404724121,23.617982864379883,23.212432861328125,23.90742301940918,25.674819946289062,23.050546646118164,23.302555084228516,23.316383361816406,23.706674575805664,47.46055603027344,48.26998710632324,48.20871353149414,48.20609092712402,47.90639877319336,47.83034324645996,48.325538635253906,48.22182655334473,48.42066764831543,48.197269439697266 +5000,25000,cpu,homo,False,True,True,12.82644271850586,19.05226707458496,19.624948501586914,18.126487731933594,18.572330474853516,19.095659255981445,19.127607345581055,17.456769943237305,15.227079391479492,18.074512481689453,47.881126403808594,47.77646064758301,47.566890716552734,47.59550094604492,47.710418701171875,47.838687896728516,48.07233810424805,48.28643798828125,48.447608947753906,48.30002784729004 +5000,25000,cpu,homo,False,True,False,13.477087020874023,16.054868698120117,12.452363967895508,15.600204467773438,16.26133918762207,15.426874160766602,16.285181045532227,17.693758010864258,17.32778549194336,19.751548767089844,47.540903091430664,48.34604263305664,48.1867790222168,48.42114448547363,48.40707778930664,48.13241958618164,48.10929298400879,48.16794395446777,48.17485809326172,48.16293716430664 +5000,25000,cpu,homo,True,False,True,11.317968368530273,9.288787841796875,10.578632354736328,8.729219436645508,10.451793670654297,7.572412490844727,8.049726486206055,11.82866096496582,9.672164916992188,8.77523422241211,46.525001525878906,46.39458656311035,46.2031364440918,46.292781829833984,46.3719367980957,46.29039764404297,45.807838439941406,45.691490173339844,46.45133018493652,45.691728591918945 +5000,25000,cpu,homo,True,False,False,10.618209838867188,12.665748596191406,10.925054550170898,12.150049209594727,9.959220886230469,9.782552719116211,8.725643157958984,10.123491287231445,9.107828140258789,8.78000259399414,46.4022159576416,46.40913009643555,46.62585258483887,48.12192916870117,46.43869400024414,46.48637771606445,46.46611213684082,46.60797119140625,46.459197998046875,46.37861251831055 +5000,25000,cpu,homo,False,False,True,7.236480712890625,3.7555694580078125,3.767251968383789,4.107475280761719,2.8524398803710938,2.620220184326172,2.8967857360839844,2.5811195373535156,2.196073532104492,2.5033950805664062,46.77844047546387,46.47088050842285,46.69928550720215,46.38314247131348,46.10276222229004,45.98569869995117,47.23644256591797,47.57237434387207,46.7374324798584,46.26917839050293 +5000,25000,cpu,homo,False,False,False,4.1637420654296875,3.8695335388183594,3.484487533569336,3.0202865600585938,2.900362014770508,3.4356117248535156,2.1102428436279297,2.0949840545654297,2.106904983520508,2.1810531616210938,46.344757080078125,46.433448791503906,46.89741134643555,46.59724235534668,46.62942886352539,47.00899124145508,46.62799835205078,46.658992767333984,46.30088806152344,46.60367965698242 +5000,25000,cpu,uniform,True,True,True,20.216703414916992,19.78325843811035,19.831180572509766,20.189285278320312,20.586252212524414,20.008563995361328,19.938945770263672,19.667863845825195,20.11394500732422,20.101308822631836,85.82425117492676,86.39240264892578,86.4098072052002,84.40923690795898,84.84101295471191,83.95838737487793,84.73896980285645,85.00313758850098,85.18409729003906,85.03484725952148 +5000,25000,cpu,uniform,True,True,False,19.980192184448242,20.153284072875977,20.38717269897461,20.569562911987305,20.134449005126953,19.844532012939453,19.724369049072266,20.223617553710938,20.13230323791504,20.01667022705078,84.64264869689941,85.9837532043457,85.86573600769043,85.67142486572266,84.87820625305176,84.75232124328613,85.13569831848145,84.5801830291748,84.87510681152344,84.2430591583252 +5000,25000,cpu,uniform,False,True,True,17.02713966369629,20.190715789794922,15.930414199829102,16.167879104614258,14.772653579711914,15.833854675292969,20.79463005065918,16.231298446655273,14.141559600830078,16.289234161376953,84.76090431213379,83.85562896728516,121.92463874816895,84.53512191772461,84.79738235473633,83.91523361206055,84.30910110473633,84.22231674194336,84.29574966430664,83.99415016174316 +5000,25000,cpu,uniform,False,True,False,14.879226684570312,18.48745346069336,15.649557113647461,18.39756965637207,19.29020881652832,18.343210220336914,16.660690307617188,21.10457420349121,17.305612564086914,15.666961669921875,84.89537239074707,84.76948738098145,84.34534072875977,84.63764190673828,85.36815643310547,84.8531723022461,84.60640907287598,84.55562591552734,85.07204055786133,84.89012718200684 +5000,25000,cpu,uniform,True,False,True,13.252973556518555,15.855550765991211,14.872312545776367,11.205196380615234,15.758275985717773,11.610984802246094,18.915653228759766,15.827655792236328,15.476226806640625,17.55523681640625,81.86626434326172,82.10229873657227,82.09490776062012,82.15641975402832,81.84289932250977,81.87484741210938,83.74595642089844,83.587646484375,82.49688148498535,82.58056640625 +5000,25000,cpu,uniform,True,False,False,15.445232391357422,11.381864547729492,13.514518737792969,11.013031005859375,18.774747848510742,11.745452880859375,12.87078857421875,10.92839241027832,16.39103889465332,16.275405883789062,81.9082260131836,83.67419242858887,81.77375793457031,81.97140693664551,82.14426040649414,82.98206329345703,82.08966255187988,82.29303359985352,83.36353302001953,82.94415473937988 +5000,25000,cpu,uniform,False,False,True,4.822015762329102,4.34565544128418,3.9930343627929688,4.0836334228515625,3.226757049560547,3.1731128692626953,3.309488296508789,2.7146339416503906,3.553628921508789,2.969026565551758,83.29916000366211,82.59725570678711,83.91261100769043,83.58049392700195,83.648681640625,83.2834243774414,83.87231826782227,83.17828178405762,82.9622745513916,83.41741561889648 +5000,25000,cpu,uniform,False,False,False,5.167484283447266,4.373311996459961,4.492282867431641,4.080295562744141,4.759788513183594,3.676176071166992,4.182338714599609,3.4525394439697266,3.092050552368164,3.036022186279297,82.5042724609375,82.05842971801758,81.79688453674316,82.10110664367676,82.79919624328613,82.95392990112305,83.14323425292969,83.22811126708984,82.65447616577148,82.40962028503418 +5000,25000,cpu,normal,True,True,True,25.199413299560547,26.4127254486084,24.90067481994629,24.71017837524414,24.852275848388672,24.93739128112793,25.484561920166016,25.581836700439453,25.242328643798828,25.673627853393555,169.74544525146484,168.9918041229248,167.47522354125977,168.05601119995117,168.41864585876465,168.25485229492188,170.64237594604492,169.39258575439453,169.09551620483398,168.51305961608887 +5000,25000,cpu,normal,True,True,False,24.75118637084961,25.082111358642578,25.148868560791016,24.9788761138916,25.495052337646484,25.061368942260742,26.136398315429688,24.972200393676758,25.173187255859375,25.01821517944336,168.14804077148438,168.06268692016602,168.33949089050293,167.9971218109131,169.0211296081543,169.31414604187012,168.72358322143555,168.5621738433838,167.9389476776123,168.8368320465088 +5000,25000,cpu,normal,False,True,True,31.939268112182617,42.43755340576172,39.792537689208984,31.4788818359375,35.637855529785156,32.73606300354004,39.35384750366211,35.511016845703125,34.529924392700195,29.708385467529297,168.74456405639648,169.46840286254883,169.87943649291992,169.06189918518066,168.6115264892578,168.3664321899414,169.830322265625,170.61829566955566,170.37272453308105,169.5272922515869 +5000,25000,cpu,normal,False,True,False,31.213760375976562,37.56141662597656,36.21172904968262,30.683279037475586,26.15523338317871,32.95326232910156,30.040979385375977,29.534339904785156,43.622732162475586,43.114423751831055,169.20042037963867,168.1511402130127,168.55287551879883,168.58696937561035,167.3598289489746,168.77388954162598,168.8520908355713,168.00975799560547,169.23236846923828,168.95341873168945 +5000,25000,cpu,normal,True,False,True,33.759117126464844,31.37373924255371,27.188539505004883,24.910449981689453,30.431270599365234,28.902292251586914,34.77883338928223,29.364347457885742,34.02447700500488,31.53204917907715,167.62423515319824,168.259859085083,166.46242141723633,168.22099685668945,167.11187362670898,166.07403755187988,166.3198471069336,166.32795333862305,167.75751113891602,168.23911666870117 +5000,25000,cpu,normal,True,False,False,24.74188804626465,29.111146926879883,28.120040893554688,30.350923538208008,23.229122161865234,30.457496643066406,38.54250907897949,31.60881996154785,29.11543846130371,30.262470245361328,168.3032512664795,168.99466514587402,168.71380805969238,167.36292839050293,167.2496795654297,168.03431510925293,167.75774955749512,169.3570613861084,168.15638542175293,167.2689914703369 +5000,25000,cpu,normal,False,False,True,9.508848190307617,10.218381881713867,9.643793106079102,11.275768280029297,10.779380798339844,9.346961975097656,10.512590408325195,10.018587112426758,11.576175689697266,10.561943054199219,167.64163970947266,169.2941188812256,168.86568069458008,166.90683364868164,167.7417755126953,168.40171813964844,169.20137405395508,169.19279098510742,168.58839988708496,169.13390159606934 +5000,25000,cpu,normal,False,False,False,10.299444198608398,10.528564453125,9.62376594543457,10.022640228271484,10.482549667358398,9.709835052490234,10.667562484741211,9.673595428466797,10.40506362915039,9.775876998901367,169.09432411193848,167.81234741210938,166.19038581848145,166.92447662353516,166.71514511108398,166.36204719543457,169.92473602294922,168.17545890808105,166.43881797790527,166.1360263824463 +5000,37500,cpu,homo,True,True,True,34.584760665893555,34.815073013305664,35.056352615356445,34.945011138916016,35.57562828063965,35.38203239440918,35.48693656921387,35.680532455444336,33.905029296875,34.29365158081055,72.10230827331543,72.42012023925781,95.31521797180176,73.35090637207031,72.62802124023438,72.3567008972168,72.63541221618652,72.45850563049316,71.98190689086914,72.89838790893555 +5000,37500,cpu,homo,True,True,False,35.33005714416504,35.14289855957031,34.80935096740723,34.50298309326172,35.34269332885742,35.282135009765625,35.46786308288574,37.508487701416016,35.28428077697754,35.2480411529541,71.84815406799316,71.93684577941895,72.04294204711914,72.12710380554199,72.61538505554199,72.36671447753906,72.3116397857666,71.49982452392578,71.99883460998535,71.45261764526367 +5000,37500,cpu,homo,False,True,True,20.201683044433594,20.05743980407715,18.33510398864746,20.914077758789062,24.02782440185547,25.944232940673828,20.267009735107422,23.899316787719727,22.648096084594727,18.138408660888672,71.89369201660156,71.6238021850586,71.40755653381348,71.5019702911377,71.78044319152832,71.11525535583496,71.3808536529541,72.42512702941895,71.99788093566895,71.57588005065918 +5000,37500,cpu,homo,False,True,False,19.08707618713379,19.431114196777344,20.889759063720703,19.8214054107666,17.596721649169922,18.44501495361328,20.86782455444336,19.901037216186523,18.18561553955078,16.974687576293945,72.13425636291504,72.16525077819824,71.63548469543457,71.6552734375,72.80135154724121,72.21269607543945,72.4632740020752,72.27754592895508,71.74086570739746,72.25704193115234 +5000,37500,cpu,homo,True,False,True,11.404752731323242,14.334917068481445,12.447595596313477,11.79814338684082,13.803482055664062,14.506340026855469,15.40827751159668,11.931180953979492,10.340690612792969,11.940717697143555,69.55790519714355,69.79703903198242,70.14822959899902,69.54765319824219,70.13583183288574,69.68212127685547,70.0681209564209,69.63014602661133,69.73958015441895,69.4572925567627 +5000,37500,cpu,homo,True,False,False,10.270833969116211,10.586261749267578,11.113882064819336,8.798360824584961,14.84060287475586,12.278556823730469,13.288021087646484,10.9100341796875,12.282371520996094,10.519027709960938,69.26703453063965,69.43774223327637,69.68855857849121,69.54169273376465,69.43559646606445,69.1983699798584,69.14973258972168,69.35286521911621,69.25559043884277,69.95177268981934 +5000,37500,cpu,homo,False,False,True,5.07354736328125,3.920316696166992,4.03594970703125,3.679513931274414,3.5822391510009766,4.548311233520508,3.4198760986328125,3.9076805114746094,3.2656192779541016,2.8803348541259766,70.42479515075684,69.96273994445801,70.6033706665039,69.93412971496582,70.53828239440918,71.00820541381836,70.58310508728027,70.80912590026855,70.7697868347168,69.90218162536621 +5000,37500,cpu,homo,False,False,False,3.857135772705078,3.4949779510498047,3.618001937866211,2.6721954345703125,2.895355224609375,2.6216506958007812,2.7663707733154297,2.7856826782226562,3.275156021118164,2.810239791870117,70.36757469177246,69.98562812805176,70.41144371032715,69.6718692779541,69.67401504516602,69.87500190734863,69.42105293273926,70.01757621765137,69.67329978942871,69.60296630859375 +5000,37500,cpu,uniform,True,True,True,31.189918518066406,31.017303466796875,30.93433380126953,30.9445858001709,30.974149703979492,30.47966957092285,31.85868263244629,30.87449073791504,30.843496322631836,30.426979064941406,127.91275978088379,126.45912170410156,127.32315063476562,126.97553634643555,126.94597244262695,127.38656997680664,127.80570983886719,126.90877914428711,126.6775131225586,126.79076194763184 +5000,37500,cpu,uniform,True,True,False,30.61985969543457,29.927968978881836,30.398130416870117,30.093908309936523,30.280113220214844,29.636621475219727,30.727624893188477,32.25374221801758,29.452085494995117,29.947757720947266,126.25789642333984,127.03514099121094,126.06620788574219,125.22220611572266,125.28419494628906,125.57768821716309,124.88126754760742,126.77860260009766,126.83963775634766,126.69110298156738 +5000,37500,cpu,uniform,False,True,True,22.872209548950195,25.096416473388672,24.988174438476562,21.308183670043945,23.426532745361328,20.941734313964844,23.6508846282959,26.64351463317871,25.06709098815918,17.49563217163086,129.55093383789062,127.15411186218262,126.75905227661133,126.82008743286133,127.77543067932129,127.30813026428223,126.99699401855469,126.3570785522461,125.09322166442871,128.2062530517578 +5000,37500,cpu,uniform,False,True,False,27.657032012939453,18.88751983642578,17.232179641723633,22.65310287475586,17.41814613342285,18.43714714050293,21.179676055908203,24.831533432006836,23.88143539428711,21.302223205566406,126.23214721679688,126.4348030090332,127.40087509155273,127.95186042785645,127.72488594055176,126.98078155517578,126.39880180358887,127.33054161071777,126.86777114868164,127.20704078674316 +5000,37500,cpu,uniform,True,False,True,18.136024475097656,16.353130340576172,21.15011215209961,16.78323745727539,20.200014114379883,17.61007308959961,20.609378814697266,18.163204193115234,15.70749282836914,14.36305046081543,123.99411201477051,123.6116886138916,123.07190895080566,123.7177848815918,123.83747100830078,124.06802177429199,124.26376342773438,123.96693229675293,124.36246871948242,123.84343147277832 +5000,37500,cpu,uniform,True,False,False,15.65861701965332,15.746831893920898,15.142679214477539,16.820430755615234,14.638423919677734,16.051530838012695,15.777587890625,15.870809555053711,14.331340789794922,24.187803268432617,123.41523170471191,123.07262420654297,124.50718879699707,124.41658973693848,124.60565567016602,123.10624122619629,122.34091758728027,121.92487716674805,122.18689918518066,123.02541732788086 +5000,37500,cpu,uniform,False,False,True,6.989240646362305,5.977153778076172,5.110263824462891,4.416227340698242,4.30750846862793,4.043102264404297,5.059480667114258,4.174470901489258,4.469156265258789,4.049062728881836,126.07192993164062,125.24819374084473,124.53651428222656,123.64006042480469,123.42715263366699,124.70221519470215,124.32575225830078,124.4051456451416,124.9227523803711,124.84025955200195 +5000,37500,cpu,uniform,False,False,False,8.205890655517578,7.236242294311523,5.57708740234375,5.513429641723633,4.946231842041016,4.5833587646484375,4.034519195556641,4.262208938598633,5.004167556762695,4.244089126586914,124.06158447265625,123.64721298217773,123.44837188720703,123.7950325012207,124.31955337524414,124.00031089782715,124.13692474365234,123.69418144226074,123.85153770446777,122.81680107116699 +5000,37500,cpu,normal,True,True,True,37.285804748535156,38.45620155334473,37.40096092224121,37.66131401062012,37.82391548156738,37.54711151123047,37.7197265625,37.43791580200195,37.14156150817871,37.4298095703125,252.86293029785156,253.85069847106934,252.76660919189453,252.30169296264648,252.43377685546875,255.2628517150879,251.61027908325195,251.91807746887207,253.51905822753906,255.10835647583008 +5000,37500,cpu,normal,True,True,False,37.78648376464844,37.35995292663574,37.55545616149902,38.073062896728516,37.180423736572266,38.27190399169922,36.928415298461914,37.270545959472656,38.97500038146973,37.68634796142578,252.85601615905762,252.97284126281738,253.9234161376953,253.7081241607666,252.4564266204834,252.40325927734375,254.58645820617676,252.43496894836426,252.943754196167,253.0953884124756 +5000,37500,cpu,normal,False,True,True,46.29063606262207,43.17450523376465,44.02780532836914,44.97528076171875,32.37414360046387,38.382768630981445,41.8095588684082,49.13687705993652,47.48272895812988,45.42064666748047,253.587007522583,251.3430118560791,252.33149528503418,254.61649894714355,254.05025482177734,255.01775741577148,254.08411026000977,254.6694278717041,254.19950485229492,252.41804122924805 +5000,37500,cpu,normal,False,True,False,42.639970779418945,40.106773376464844,38.26594352722168,37.7957820892334,44.968366622924805,50.501108169555664,53.29179763793945,43.222665786743164,62.76416778564453,54.689884185791016,254.68802452087402,253.64208221435547,254.26077842712402,256.17051124572754,254.51040267944336,254.10723686218262,255.38182258605957,254.55737113952637,254.64248657226562,254.07934188842773 +5000,37500,cpu,normal,True,False,True,48.37989807128906,39.87312316894531,37.334442138671875,43.26486587524414,50.574541091918945,41.10002517700195,36.998748779296875,39.699554443359375,32.872676849365234,31.655550003051758,252.974271774292,252.22206115722656,251.2669563293457,251.77311897277832,253.54385375976562,252.1679401397705,251.12533569335938,252.8514862060547,253.49140167236328,253.16357612609863 +5000,37500,cpu,normal,True,False,False,38.8493537902832,42.87385940551758,47.28841781616211,38.71798515319824,35.49909591674805,48.38681221008301,37.2769832611084,36.034345626831055,38.659095764160156,33.34999084472656,251.01089477539062,252.9904842376709,251.66845321655273,250.96678733825684,250.54121017456055,252.44569778442383,253.5076141357422,251.15346908569336,252.51412391662598,251.70493125915527 +5000,37500,cpu,normal,False,False,True,14.318227767944336,15.04969596862793,13.907194137573242,14.655113220214844,14.807701110839844,14.425992965698242,17.96269416809082,15.81716537475586,14.629364013671875,14.946937561035156,254.01616096496582,253.62515449523926,251.6648769378662,253.3547878265381,253.41200828552246,252.213716506958,251.18422508239746,251.73258781433105,253.20124626159668,253.01289558410645 +5000,37500,cpu,normal,False,False,False,15.125036239624023,14.35995101928711,14.418601989746094,15.12002944946289,14.009952545166016,14.43934440612793,15.257120132446289,14.334678649902344,14.76740837097168,14.321327209472656,251.4491081237793,249.62472915649414,251.19447708129883,251.8291473388672,251.2223720550537,251.08075141906738,252.0883083343506,252.41780281066895,250.48112869262695,250.98395347595215 +5000,50000,cpu,homo,True,True,True,45.196533203125,45.87888717651367,45.95303535461426,45.55678367614746,47.14798927307129,47.234535217285156,47.40142822265625,47.12843894958496,46.06914520263672,46.872854232788086,95.46446800231934,94.55752372741699,95.60203552246094,95.83544731140137,96.28748893737793,95.84283828735352,94.90609169006348,96.45557403564453,96.96602821350098,95.92294692993164 +5000,50000,cpu,homo,True,True,False,45.156240463256836,45.522451400756836,45.011043548583984,46.705007553100586,46.26893997192383,46.01764678955078,45.21036148071289,45.34029960632324,45.27401924133301,44.78001594543457,95.7329273223877,96.4198112487793,96.45485877990723,96.43745422363281,96.37618064880371,96.99702262878418,96.75264358520508,96.13466262817383,96.65560722351074,95.93081474304199 +5000,50000,cpu,homo,False,True,True,28.629779815673828,24.211883544921875,24.961233139038086,30.452966690063477,27.011871337890625,25.283336639404297,30.25531768798828,31.130313873291016,25.2687931060791,26.50284767150879,95.82829475402832,95.99971771240234,94.81644630432129,94.76876258850098,94.35033798217773,94.53129768371582,92.94867515563965,93.47081184387207,95.37410736083984,96.16708755493164 +5000,50000,cpu,homo,False,True,False,23.90909194946289,28.377532958984375,28.95069122314453,28.120040893554688,34.43264961242676,29.628276824951172,30.86066246032715,29.872894287109375,23.076772689819336,28.902053833007812,96.42744064331055,95.94321250915527,96.27199172973633,95.62492370605469,95.36552429199219,95.24130821228027,95.49355506896973,95.36361694335938,94.56276893615723,96.11034393310547 +5000,50000,cpu,homo,True,False,True,12.264728546142578,19.73271369934082,19.067764282226562,15.082836151123047,14.073610305786133,18.55158805847168,13.248443603515625,13.181209564208984,16.178131103515625,14.022350311279297,93.41073036193848,92.76819229125977,92.95916557312012,92.0712947845459,92.56887435913086,92.46158599853516,92.88907051086426,93.29581260681152,92.62871742248535,92.62895584106445 +5000,50000,cpu,homo,True,False,False,17.41933822631836,14.707326889038086,14.43171501159668,16.432762145996094,19.97208595275879,15.150070190429688,13.366460800170898,13.41104507446289,13.124465942382812,16.113996505737305,93.42789649963379,93.36423873901367,92.58151054382324,92.69356727600098,92.27967262268066,91.99285507202148,91.92752838134766,92.5898551940918,92.70095825195312,92.71979331970215 +5000,50000,cpu,homo,False,False,True,4.561662673950195,5.112171173095703,4.52733039855957,3.6165714263916016,3.4208297729492188,3.381967544555664,3.483295440673828,3.831624984741211,3.7026405334472656,3.4224987030029297,92.9872989654541,93.15705299377441,93.80936622619629,93.81389617919922,93.0330753326416,93.12939643859863,116.37639999389648,92.64826774597168,92.59533882141113,92.96894073486328 +5000,50000,cpu,homo,False,False,False,6.357908248901367,5.4454803466796875,4.616260528564453,5.00941276550293,3.59344482421875,3.9215087890625,3.585338592529297,4.0130615234375,3.938436508178711,3.3969879150390625,93.69707107543945,93.85228157043457,93.03712844848633,93.292236328125,93.42241287231445,143.35107803344727,93.02997589111328,93.20855140686035,92.50688552856445,92.87357330322266 +5000,50000,cpu,uniform,True,True,True,41.286468505859375,41.04423522949219,41.253089904785156,41.40281677246094,41.02277755737305,41.90945625305176,41.098594665527344,41.02516174316406,41.46885871887207,42.218685150146484,166.99886322021484,167.65570640563965,168.75243186950684,168.8101291656494,169.01063919067383,167.87362098693848,168.43318939208984,168.17641258239746,169.5079803466797,170.49479484558105 +5000,50000,cpu,uniform,True,True,False,40.33327102661133,40.113210678100586,40.80605506896973,40.04859924316406,40.73596000671387,41.481733322143555,39.090871810913086,40.45557975769043,40.244102478027344,40.75741767883301,169.93474960327148,169.47650909423828,169.3589687347412,169.2795753479004,169.6486473083496,169.66772079467773,169.3258285522461,169.97456550598145,169.4927215576172,169.5995330810547 +5000,50000,cpu,uniform,False,True,True,29.804229736328125,32.25255012512207,28.166770935058594,27.463674545288086,39.79897499084473,33.95247459411621,26.397705078125,25.44546127319336,25.03824234008789,30.359745025634766,168.69115829467773,167.53816604614258,169.205904006958,171.6136932373047,170.72629928588867,170.07684707641602,169.83342170715332,167.15741157531738,167.99044609069824,169.3439483642578 +5000,50000,cpu,uniform,False,True,False,34.27720069885254,27.992725372314453,28.037548065185547,26.731252670288086,27.598142623901367,29.939651489257812,25.98857879638672,24.483919143676758,25.595664978027344,31.6622257232666,168.7915325164795,169.36445236206055,169.10147666931152,169.01254653930664,167.93060302734375,168.17283630371094,168.42317581176758,168.9612865447998,170.3774929046631,170.0594425201416 +5000,50000,cpu,uniform,True,False,True,23.78559112548828,17.885923385620117,24.116992950439453,20.46346664428711,14.952421188354492,29.072284698486328,22.689342498779297,28.449535369873047,26.294708251953125,23.26679229736328,165.82202911376953,167.41704940795898,166.08786582946777,165.56811332702637,166.12672805786133,166.2452220916748,166.74423217773438,167.0970916748047,166.13173484802246,166.2607192993164 +5000,50000,cpu,uniform,True,False,False,27.249574661254883,24.37734603881836,27.32563018798828,20.867586135864258,23.803234100341797,19.775390625,23.24056625366211,21.297216415405273,17.93837547302246,18.004179000854492,165.95053672790527,164.0470027923584,163.20347785949707,164.67022895812988,163.4056568145752,165.5278205871582,165.5290126800537,165.49396514892578,165.0707721710205,164.32809829711914 +5000,50000,cpu,uniform,False,False,True,6.161212921142578,5.916595458984375,5.798578262329102,6.089210510253906,5.46574592590332,5.932807922363281,6.221532821655273,5.742311477661133,5.383014678955078,5.950689315795898,166.72182083129883,166.99814796447754,166.25070571899414,165.67039489746094,165.56119918823242,166.6421890258789,166.46790504455566,165.96198081970215,165.85373878479004,165.71688652038574 +5000,50000,cpu,uniform,False,False,False,8.533000946044922,6.927728652954102,6.062746047973633,5.873441696166992,5.9604644775390625,6.22248649597168,6.06083869934082,5.36799430847168,7.025480270385742,5.954742431640625,191.34783744812012,166.93878173828125,165.50135612487793,166.84198379516602,166.48101806640625,165.80963134765625,165.5886173248291,167.2227382659912,165.9567356109619,165.53354263305664 +5000,50000,cpu,normal,True,True,True,49.89218711853027,50.330400466918945,52.013397216796875,49.87931251525879,49.970388412475586,50.15158653259277,49.8504638671875,50.99034309387207,50.09341239929199,50.10986328125,336.719274520874,339.95938301086426,343.4298038482666,336.7805480957031,339.2822742462158,338.8187885284424,336.5178108215332,339.4768238067627,340.3165340423584,335.98923683166504 +5000,50000,cpu,normal,True,True,False,50.82964897155762,51.520347595214844,50.65608024597168,51.17511749267578,50.803184509277344,50.418853759765625,50.74572563171387,51.45716667175293,50.45723915100098,50.073862075805664,337.80550956726074,339.69855308532715,336.8713855743408,336.19141578674316,339.8153781890869,338.67383003234863,338.44518661499023,339.2932415008545,340.00182151794434,337.3582363128662 +5000,50000,cpu,normal,False,True,True,56.5340518951416,55.16958236694336,56.07724189758301,56.06698989868164,57.13176727294922,51.932573318481445,54.30436134338379,50.86183547973633,51.42569541931152,55.231332778930664,338.26637268066406,338.3679389953613,335.146427154541,389.3771171569824,338.9394283294678,337.2378349304199,338.95206451416016,337.5096321105957,337.15009689331055,340.167760848999 +5000,50000,cpu,normal,False,True,False,57.025909423828125,54.35752868652344,52.072763442993164,52.1845817565918,54.66771125793457,53.78246307373047,54.6112060546875,51.11122131347656,51.71775817871094,53.53283882141113,337.43977546691895,334.9144458770752,339.0672206878662,339.61033821105957,336.5013599395752,339.77651596069336,339.45369720458984,337.5720977783203,337.76116371154785,336.74168586730957 +5000,50000,cpu,normal,True,False,True,38.137197494506836,44.73304748535156,42.234182357788086,49.12877082824707,39.57343101501465,45.888423919677734,61.72943115234375,47.68657684326172,40.83538055419922,47.55234718322754,335.9062671661377,334.0623378753662,337.6164436340332,336.00568771362305,332.5488567352295,336.47871017456055,336.5516662597656,335.6757164001465,336.79938316345215,335.7045650482178 +5000,50000,cpu,normal,True,False,False,49.66402053833008,50.24266242980957,44.768571853637695,47.16348648071289,50.2934455871582,38.605690002441406,43.58863830566406,50.54306983947754,43.14541816711426,46.75459861755371,335.10541915893555,335.00218391418457,337.89944648742676,336.9903564453125,335.30426025390625,335.9711170196533,333.6491584777832,334.72681045532227,337.87059783935547,335.18481254577637 +5000,50000,cpu,normal,False,False,True,19.040584564208984,19.21677589416504,19.92940902709961,19.63019371032715,20.108461380004883,20.342588424682617,19.41394805908203,21.978378295898438,19.414186477661133,20.219802856445312,338.43469619750977,334.66482162475586,334.8524570465088,335.0965976715088,333.56690406799316,334.3091011047363,334.9578380584717,333.6825370788574,334.06782150268555,335.11805534362793 +5000,50000,cpu,normal,False,False,False,20.03955841064453,20.020008087158203,19.01531219482422,19.063234329223633,20.369529724121094,20.051956176757812,19.156694412231445,19.745349884033203,20.65110206604004,20.15995979309082,335.51573753356934,338.05108070373535,333.2812786102295,335.1104259490967,335.13903617858887,333.05954933166504,333.1177234649658,335.25872230529785,332.14855194091797,335.6645107269287 +10000,1000,cpu,homo,True,True,True,5.199909210205078,7.330894470214844,7.434606552124023,7.723093032836914,7.269620895385742,7.883310317993164,7.2994232177734375,7.0018768310546875,7.056951522827148,7.447719573974609,4.018545150756836,4.0035247802734375,4.029512405395508,4.057168960571289,4.021644592285156,3.997325897216797,4.005193710327148,4.00996208190918,3.9904117584228516,4.022359848022461 +10000,1000,cpu,homo,True,True,False,6.479501724243164,6.457090377807617,8.308172225952148,8.014440536499023,7.381677627563477,7.384777069091797,7.610559463500977,7.964134216308594,7.701396942138672,8.944988250732422,4.010200500488281,3.963947296142578,3.8843154907226562,3.894805908203125,3.990650177001953,3.9560794830322266,3.8874149322509766,3.8797855377197266,3.9894580841064453,4.032135009765625 +10000,1000,cpu,homo,False,True,True,4.854679107666016,4.224300384521484,4.429817199707031,3.9954185485839844,4.103660583496094,4.008769989013672,4.10008430480957,3.8864612579345703,4.093647003173828,3.942728042602539,3.9567947387695312,4.021883010864258,4.104137420654297,4.059791564941406,3.969430923461914,3.9780139923095703,3.9796829223632812,3.997802734375,4.04810905456543,4.001140594482422 +10000,1000,cpu,homo,False,True,False,4.9266815185546875,4.263401031494141,4.581689834594727,4.091501235961914,4.104375839233398,4.105329513549805,4.349946975708008,4.159450531005859,4.230737686157227,3.8754940032958984,4.161834716796875,4.021167755126953,3.9021968841552734,3.9153099060058594,4.000663757324219,4.072904586791992,3.92913818359375,3.8483142852783203,3.942251205444336,4.121303558349609 +10000,1000,cpu,homo,True,False,True,0.6527900695800781,0.6234645843505859,0.6473064422607422,0.6961822509765625,0.5986690521240234,0.6268024444580078,0.6237030029296875,0.6172657012939453,0.7767677307128906,0.9324550628662109,5.371809005737305,4.00853157043457,3.9811134338378906,3.9565563201904297,4.027366638183594,3.949880599975586,3.957986831665039,3.8902759552001953,3.9856433868408203,3.952503204345703 +10000,1000,cpu,homo,True,False,False,0.637054443359375,0.6172657012939453,0.6396770477294922,0.6318092346191406,0.6155967712402344,0.6062984466552734,0.6201267242431641,0.629425048828125,0.6144046783447266,0.6189346313476562,4.002809524536133,4.049062728881836,3.912210464477539,3.8335323333740234,3.8170814514160156,4.026889801025391,3.8869380950927734,3.865957260131836,3.885030746459961,3.992795944213867 +10000,1000,cpu,homo,False,False,True,2.6025772094726562,2.7146339416503906,2.201080322265625,4.134654998779297,2.0020008087158203,2.2077560424804688,2.655029296875,2.778768539428711,3.4639835357666016,4.553794860839844,4.355907440185547,4.042863845825195,3.9412975311279297,3.6771297454833984,3.577709197998047,3.8688182830810547,3.8213729858398438,3.694295883178711,3.8170814514160156,3.749847412109375 +10000,1000,cpu,homo,False,False,False,2.650022506713867,2.420186996459961,2.3393630981445312,2.2351741790771484,2.748250961303711,2.603292465209961,2.7909278869628906,2.7251243591308594,2.7837753295898438,2.6397705078125,3.6423206329345703,3.6873817443847656,3.802776336669922,3.8366317749023438,3.701448440551758,3.7398338317871094,3.6258697509765625,3.766775131225586,3.8361549377441406,3.8127899169921875 +10000,1000,cpu,uniform,True,True,True,7.944822311401367,7.2765350341796875,7.42030143737793,8.391857147216797,7.889032363891602,9.105920791625977,10.201692581176758,8.767127990722656,8.24737548828125,8.65626335144043,6.938934326171875,6.827831268310547,6.959438323974609,6.8187713623046875,6.800174713134766,6.972312927246094,6.766080856323242,6.884574890136719,6.850242614746094,6.976604461669922 +10000,1000,cpu,uniform,True,True,False,8.692502975463867,8.825302124023438,8.419513702392578,9.813070297241211,9.28354263305664,9.602785110473633,9.185314178466797,9.241819381713867,10.118246078491211,10.810613632202148,7.014751434326172,7.001638412475586,6.894350051879883,7.081747055053711,6.784677505493164,7.0343017578125,6.735801696777344,6.891012191772461,6.987333297729492,6.701946258544922 +10000,1000,cpu,uniform,False,True,True,4.270076751708984,3.5212039947509766,3.5614967346191406,3.4224987030029297,3.309488296508789,3.3469200134277344,3.367185592651367,3.286600112915039,3.2858848571777344,3.2253265380859375,6.764888763427734,6.747007369995117,6.9732666015625,6.59942626953125,6.936073303222656,6.833314895629883,6.786346435546875,6.883859634399414,6.787538528442383,6.987571716308594 +10000,1000,cpu,uniform,False,True,False,4.250049591064453,4.12297248840332,3.450155258178711,3.6950111389160156,3.486156463623047,3.3097267150878906,3.1375885009765625,3.3926963806152344,3.387451171875,3.272533416748047,6.790876388549805,6.964445114135742,6.861448287963867,6.837606430053711,7.021665573120117,6.89387321472168,7.112026214599609,6.882905960083008,6.959199905395508,6.914615631103516 +10000,1000,cpu,uniform,True,False,True,1.0001659393310547,1.0266304016113281,1.0004043579101562,1.0137557983398438,1.001596450805664,1.0364055633544922,0.9546279907226562,0.9329319000244141,0.9746551513671875,1.0042190551757812,6.941556930541992,6.850481033325195,6.945610046386719,6.749391555786133,6.869077682495117,6.814241409301758,6.722927093505859,7.063865661621094,6.686210632324219,6.788969039916992 +10000,1000,cpu,uniform,True,False,False,1.0259151458740234,1.0101795196533203,0.9913444519042969,1.0933876037597656,1.1479854583740234,1.1203289031982422,0.9949207305908203,0.9772777557373047,0.9021759033203125,0.9582042694091797,7.074832916259766,6.757259368896484,6.773233413696289,6.754398345947266,6.656169891357422,6.912946701049805,6.850957870483398,6.8359375,6.696462631225586,6.812095642089844 +10000,1000,cpu,uniform,False,False,True,5.048274993896484,4.618167877197266,4.497528076171875,4.115104675292969,4.59742546081543,3.8967132568359375,4.478693008422852,4.715204238891602,4.760265350341797,4.715204238891602,6.590843200683594,6.557703018188477,6.7310333251953125,6.554126739501953,6.606101989746094,6.680727005004883,6.499767303466797,6.705522537231445,6.491899490356445,6.502866744995117 +10000,1000,cpu,uniform,False,False,False,4.603385925292969,6.362199783325195,4.011392593383789,7.843732833862305,4.700183868408203,4.728555679321289,4.631280899047852,4.887819290161133,4.134654998779297,3.5347938537597656,6.734371185302734,6.704568862915039,6.70623779296875,6.650209426879883,6.585359573364258,6.653547286987305,6.566047668457031,6.784677505493164,6.657123565673828,6.511688232421875 +10000,1000,cpu,normal,True,True,True,11.47770881652832,9.212970733642578,14.025211334228516,7.824897766113281,14.03665542602539,13.387918472290039,16.721010208129883,20.027875900268555,19.61994171142578,20.357847213745117,13.674259185791016,13.767480850219727,13.503551483154297,13.691425323486328,13.784170150756836,13.741254806518555,13.815879821777344,13.671636581420898,13.63825798034668,13.597965240478516 +10000,1000,cpu,normal,True,True,False,19.268512725830078,19.154787063598633,16.437292098999023,17.513036727905273,12.424707412719727,20.532608032226562,16.929149627685547,15.541553497314453,20.479679107666016,16.543865203857422,13.874053955078125,13.93890380859375,13.682365417480469,13.559341430664062,13.575553894042969,13.660669326782227,13.669729232788086,13.783931732177734,13.696670532226562,13.571500778198242 +10000,1000,cpu,normal,False,True,True,4.324197769165039,3.951549530029297,3.9277076721191406,3.6389827728271484,3.500223159790039,3.5347938537597656,3.4837722778320312,3.6878585815429688,3.45611572265625,3.5843849182128906,13.666868209838867,13.886213302612305,13.478994369506836,13.616323471069336,13.700008392333984,13.776063919067383,13.726472854614258,13.622283935546875,13.65208625793457,13.755083084106445 +10000,1000,cpu,normal,False,True,False,4.307985305786133,3.9916038513183594,3.973245620727539,3.7267208099365234,3.579378128051758,3.698587417602539,3.645181655883789,3.6399364471435547,3.5152435302734375,3.468751907348633,13.712882995605469,13.663291931152344,13.451576232910156,13.401269912719727,13.736724853515625,13.74053955078125,13.79251480102539,13.753414154052734,13.578176498413086,13.579845428466797 +10000,1000,cpu,normal,True,False,True,2.966642379760742,2.8569698333740234,2.7871131896972656,2.000093460083008,1.9726753234863281,2.003192901611328,1.9316673278808594,2.0046234130859375,1.8627643585205078,1.7311573028564453,13.626813888549805,13.53597640991211,13.649702072143555,13.700246810913086,13.687372207641602,13.708829879760742,13.580322265625,13.453960418701172,13.643026351928711,13.738393783569336 +10000,1000,cpu,normal,True,False,False,2.7375221252441406,2.5053024291992188,3.3571720123291016,2.0525455474853516,1.9831657409667969,2.0842552185058594,2.622365951538086,2.333402633666992,2.3088455200195312,2.1965503692626953,13.76962661743164,13.589859008789062,13.601064682006836,13.398885726928711,13.665914535522461,13.765335083007812,13.853311538696289,13.83209228515625,13.567209243774414,13.445377349853516 +10000,1000,cpu,normal,False,False,True,9.71531867980957,7.576465606689453,17.31562614440918,11.678218841552734,14.51563835144043,13.681888580322266,11.247396469116211,9.168386459350586,13.585805892944336,16.220569610595703,13.387203216552734,13.302087783813477,13.202190399169922,13.349533081054688,13.581037521362305,13.274192810058594,13.175249099731445,13.293981552124023,13.27657699584961,13.320207595825195 +10000,1000,cpu,normal,False,False,False,10.570526123046875,7.658720016479492,16.50524139404297,12.245655059814453,10.998010635375977,17.87877082824707,16.787290573120117,13.736963272094727,13.563156127929688,16.44134521484375,13.64898681640625,13.423442840576172,13.472557067871094,13.585567474365234,13.295412063598633,13.390064239501953,13.481616973876953,13.45062255859375,13.521671295166016,13.4124755859375 +10000,2500,cpu,homo,True,True,True,8.911848068237305,8.029460906982422,9.431600570678711,9.326457977294922,9.295225143432617,11.625289916992188,10.333061218261719,10.654449462890625,9.243965148925781,9.71674919128418,9.6588134765625,9.680747985839844,9.761571884155273,9.587526321411133,9.876728057861328,9.613513946533203,9.790897369384766,9.5977783203125,9.723901748657227,9.615898132324219 +10000,2500,cpu,homo,True,True,False,8.936405181884766,10.501861572265625,8.548259735107422,9.021520614624023,7.609844207763672,9.212493896484375,8.26716423034668,7.923603057861328,9.000778198242188,10.857343673706055,9.787797927856445,9.808778762817383,9.627342224121094,9.786128997802734,9.643793106079102,9.833812713623047,9.650468826293945,9.743690490722656,9.760379791259766,9.554386138916016 +10000,2500,cpu,homo,False,True,True,6.64520263671875,6.6089630126953125,6.770610809326172,6.717920303344727,7.048845291137695,7.034540176391602,7.035732269287109,6.927013397216797,6.438970565795898,6.817102432250977,10.039567947387695,9.856700897216797,9.811878204345703,10.297298431396484,9.752988815307617,9.979963302612305,9.685754776000977,9.87100601196289,9.963274002075195,9.73820686340332 +10000,2500,cpu,homo,False,True,False,6.629705429077148,6.859302520751953,6.707191467285156,6.630182266235352,6.726980209350586,6.987333297729492,6.788969039916992,6.802797317504883,6.655216217041016,6.735801696777344,10.053396224975586,9.51695442199707,9.866476058959961,9.749174118041992,9.529590606689453,9.82356071472168,9.517669677734375,9.880304336547852,9.528160095214844,9.818315505981445 +10000,2500,cpu,homo,True,False,True,1.3298988342285156,1.3086795806884766,1.3415813446044922,1.302480697631836,1.3113021850585938,1.3484954833984375,1.24359130859375,1.4696121215820312,1.2891292572021484,1.2636184692382812,9.58561897277832,9.381532669067383,9.651422500610352,9.51695442199707,9.530067443847656,9.674072265625,9.425163269042969,9.675979614257812,9.459972381591797,9.488821029663086 +10000,2500,cpu,homo,True,False,False,1.4102458953857422,1.5513896942138672,1.367330551147461,1.333475112915039,1.3377666473388672,1.3248920440673828,1.394510269165039,1.3320446014404297,1.4297962188720703,1.4057159423828125,9.629249572753906,9.631156921386719,9.422779083251953,9.7198486328125,9.326696395874023,9.65261459350586,9.42373275756836,9.726524353027344,9.465217590332031,9.508132934570312 +10000,2500,cpu,homo,False,False,True,2.8121471405029297,2.9113292694091797,2.794504165649414,3.6492347717285156,2.8905868530273438,3.693819046020508,2.9010772705078125,2.8183460235595703,2.9244422912597656,4.194021224975586,9.46807861328125,9.220361709594727,9.428739547729492,9.131193161010742,9.332418441772461,9.207010269165039,9.320497512817383,9.55963134765625,9.430646896362305,9.45138931274414 +10000,2500,cpu,homo,False,False,False,2.7844905853271484,2.8009414672851562,2.780914306640625,2.8810501098632812,2.582550048828125,2.8066635131835938,3.034830093383789,4.306316375732422,3.6611557006835938,3.0241012573242188,9.234189987182617,9.472370147705078,9.33980941772461,9.41610336303711,9.390592575073242,9.41324234008789,9.385824203491211,9.34910774230957,25.927305221557617,12.502670288085938 +10000,2500,cpu,uniform,True,True,True,8.305072784423828,9.512186050415039,9.077310562133789,10.334014892578125,10.432243347167969,7.94219970703125,8.727073669433594,10.651111602783203,9.345054626464844,8.617162704467773,17.1968936920166,17.09723472595215,17.098426818847656,17.29869842529297,17.26222038269043,17.16017723083496,17.1353816986084,17.042160034179688,17.02404022216797,17.082929611206055 +10000,2500,cpu,uniform,True,True,False,11.287927627563477,9.933948516845703,10.634183883666992,11.353015899658203,11.204719543457031,10.853767395019531,11.620283126831055,10.677337646484375,11.560678482055664,11.873006820678711,17.090559005737305,16.97373390197754,16.92366600036621,17.02260971069336,17.048120498657227,17.16899871826172,16.94655418395996,16.99972152709961,17.08531379699707,17.05455780029297 +10000,2500,cpu,uniform,False,True,True,5.616426467895508,5.5675506591796875,5.466461181640625,5.614280700683594,5.533456802368164,5.519390106201172,5.611181259155273,6.023645401000977,5.66864013671875,5.7811737060546875,17.068147659301758,17.01951026916504,17.00115203857422,16.91436767578125,17.238855361938477,16.92056655883789,16.901493072509766,17.06838607788086,16.91579818725586,17.145633697509766 +10000,2500,cpu,uniform,False,True,False,5.6304931640625,5.549430847167969,5.440950393676758,5.594730377197266,5.499601364135742,5.7277679443359375,5.468130111694336,5.460977554321289,5.45501708984375,5.465030670166016,17.27008819580078,17.252683639526367,17.282724380493164,17.107725143432617,17.36140251159668,17.04716682434082,17.00305938720703,17.12632179260254,17.055273056030273,16.963720321655273 +10000,2500,cpu,uniform,True,False,True,2.3512840270996094,2.3431777954101562,2.189159393310547,1.9915103912353516,1.6791820526123047,1.6252994537353516,1.6322135925292969,1.7483234405517578,1.6331672668457031,1.8243789672851562,16.73603057861328,16.67332649230957,16.63064956665039,16.692161560058594,16.84427261352539,16.579627990722656,16.6928768157959,16.829252243041992,16.950368881225586,17.18735694885254 +10000,2500,cpu,uniform,True,False,False,2.1314620971679688,2.216815948486328,2.126455307006836,2.0170211791992188,2.152681350708008,1.8758773803710938,1.844644546508789,1.9297599792480469,1.997232437133789,1.5652179718017578,16.85023307800293,16.75105094909668,16.927242279052734,16.7083740234375,16.782760620117188,16.80755615234375,16.95108413696289,16.76630973815918,16.63351058959961,16.744613647460938 +10000,2500,cpu,uniform,False,False,True,5.98454475402832,4.729509353637695,6.371021270751953,4.783868789672852,4.738569259643555,8.213520050048828,7.695913314819336,6.340742111206055,6.970405578613281,4.782915115356445,16.643762588500977,16.634225845336914,16.7543888092041,16.761064529418945,16.80731773376465,16.755104064941406,16.90077781677246,17.148733139038086,16.823291778564453,16.59536361694336 +10000,2500,cpu,uniform,False,False,False,4.6520233154296875,5.228281021118164,5.418062210083008,7.57598876953125,4.676342010498047,5.626678466796875,6.511926651000977,8.00943374633789,4.630565643310547,4.751443862915039,16.482114791870117,16.399145126342773,16.515731811523438,16.656875610351562,16.48712158203125,16.623973846435547,16.63947105407715,16.85929298400879,16.782045364379883,16.685962677001953 +10000,2500,cpu,normal,True,True,True,17.9290771484375,19.255399703979492,20.003795623779297,19.959211349487305,20.119428634643555,20.941972732543945,17.926454544067383,19.107818603515625,16.363143920898438,17.353057861328125,33.661842346191406,33.63394737243652,33.73408317565918,34.00564193725586,33.76507759094238,33.513784408569336,33.80322456359863,33.901214599609375,33.983707427978516,34.127235412597656 +10000,2500,cpu,normal,True,True,False,12.703895568847656,13.337135314941406,18.18990707397461,24.480819702148438,19.35601234436035,21.353721618652344,19.240617752075195,20.192861557006836,19.555091857910156,19.607067108154297,33.944129943847656,33.91003608703613,33.81800651550293,33.75053405761719,33.98609161376953,33.96892547607422,34.00754928588867,34.078121185302734,34.041643142700195,33.98442268371582 +10000,2500,cpu,normal,False,True,True,6.731986999511719,6.525754928588867,6.46519660949707,6.244897842407227,6.412744522094727,6.562709808349609,6.526470184326172,6.493806838989258,6.461620330810547,6.378173828125,33.542633056640625,33.173322677612305,32.94038772583008,33.325910568237305,32.96780586242676,33.493995666503906,33.602237701416016,33.43629837036133,33.513784408569336,33.518314361572266 +10000,2500,cpu,normal,False,True,False,6.74748420715332,6.310224533081055,6.541013717651367,6.385326385498047,6.322383880615234,6.549358367919922,6.378412246704102,6.346225738525391,6.50477409362793,6.33549690246582,33.83231163024902,33.43796730041504,33.91385078430176,34.38282012939453,33.61058235168457,33.73265266418457,33.74361991882324,56.01954460144043,56.23292922973633,54.81576919555664 +10000,2500,cpu,normal,True,False,True,5.513429641723633,5.057334899902344,4.4403076171875,3.917217254638672,3.901958465576172,3.5059452056884766,3.0565261840820312,2.718687057495117,2.8638839721679688,2.779245376586914,33.585309982299805,33.50830078125,33.567190170288086,33.58125686645508,33.71429443359375,33.640384674072266,33.699989318847656,33.53595733642578,33.59103202819824,33.98871421813965 +10000,2500,cpu,normal,True,False,False,4.43267822265625,4.44793701171875,5.712985992431641,3.7958621978759766,4.661798477172852,3.48663330078125,3.559589385986328,3.556966781616211,3.326892852783203,2.6214122772216797,33.90073776245117,34.125328063964844,33.9357852935791,33.90240669250488,34.00850296020508,33.79368782043457,33.61773490905762,33.73146057128906,33.493757247924805,33.617496490478516 +10000,2500,cpu,normal,False,False,True,18.939971923828125,15.306472778320312,17.067670822143555,14.351129531860352,22.661685943603516,15.307188034057617,16.240596771240234,18.563270568847656,13.965845108032227,14.983177185058594,33.72979164123535,33.52022171020508,33.493757247924805,33.42628479003906,33.57553482055664,33.8444709777832,33.35070610046387,33.68401527404785,33.53071212768555,33.359527587890625 +10000,2500,cpu,normal,False,False,False,15.873193740844727,16.51906967163086,15.257596969604492,16.879796981811523,12.606620788574219,13.266563415527344,16.53766632080078,16.774415969848633,15.675783157348633,17.511367797851562,33.499956130981445,33.4928035736084,33.683061599731445,33.82563591003418,33.52808952331543,33.837080001831055,33.757686614990234,33.50353240966797,33.51330757141113,33.57958793640137 +10000,5000,cpu,homo,True,True,True,12.314796447753906,12.841224670410156,10.973691940307617,12.254476547241211,11.139631271362305,10.219573974609375,12.69388198852539,12.285470962524414,10.535240173339844,8.287429809570312,19.536256790161133,19.533634185791016,19.574403762817383,19.29187774658203,19.440412521362305,19.32501792907715,19.364595413208008,19.456863403320312,19.315719604492188,19.599437713623047 +10000,5000,cpu,homo,True,True,False,11.716365814208984,8.537769317626953,10.053157806396484,11.182069778442383,9.476184844970703,13.493537902832031,10.507345199584961,12.820005416870117,11.153697967529297,11.09457015991211,19.42896842956543,19.260168075561523,19.446611404418945,19.45209503173828,19.396305084228516,19.341468811035156,19.184112548828125,19.169330596923828,19.265174865722656,19.29497718811035 +10000,5000,cpu,homo,False,True,True,9.199142456054688,9.198904037475586,9.18889045715332,9.13381576538086,9.257078170776367,9.124994277954102,9.316682815551758,9.212255477905273,9.693622589111328,9.275197982788086,19.181489944458008,19.05655860900879,19.18172836303711,19.11640167236328,19.740581512451172,18.996715545654297,19.034624099731445,19.43492889404297,19.451618194580078,19.328594207763672 +10000,5000,cpu,homo,False,True,False,9.207487106323242,9.46497917175293,9.220361709594727,9.369611740112305,9.360313415527344,9.178876876831055,9.066581726074219,9.252309799194336,9.233951568603516,9.43136215209961,19.31619644165039,19.28424835205078,19.333600997924805,19.19865608215332,19.179105758666992,19.292831420898438,19.21844482421875,19.38486099243164,19.341468811035156,19.393444061279297 +10000,5000,cpu,homo,True,False,True,2.529144287109375,2.3522377014160156,2.408742904663086,2.282857894897461,2.2249221801757812,1.9202232360839844,1.7848014831542969,1.726388931274414,1.6543865203857422,1.7371177673339844,18.852710723876953,18.723249435424805,18.71347427368164,18.83673667907715,18.611669540405273,18.673419952392578,18.864154815673828,18.56827735900879,18.644094467163086,18.85843276977539 +10000,5000,cpu,homo,True,False,False,2.575397491455078,2.378702163696289,2.2003650665283203,1.7540454864501953,2.108335494995117,1.7561912536621094,1.9257068634033203,1.9583702087402344,1.440286636352539,1.6865730285644531,18.85390281677246,18.854379653930664,19.01984214782715,18.61739158630371,18.65386962890625,18.795013427734375,18.803119659423828,18.61095428466797,18.737316131591797,18.62812042236328 +10000,5000,cpu,homo,False,False,True,5.075216293334961,4.668712615966797,3.9823055267333984,4.395008087158203,5.110502243041992,5.15437126159668,5.078792572021484,3.4437179565429688,5.150794982910156,5.19871711730957,18.828868865966797,18.661975860595703,18.645763397216797,18.671274185180664,18.674373626708984,18.43404769897461,18.652915954589844,18.682479858398438,18.491268157958984,18.416166305541992 +10000,5000,cpu,homo,False,False,False,4.225730895996094,3.7119388580322266,5.2089691162109375,3.426790237426758,4.203319549560547,5.214929580688477,3.755807876586914,3.8080215454101562,3.199338912963867,4.005670547485352,18.705129623413086,18.770933151245117,18.631935119628906,18.620967864990234,18.725872039794922,18.445491790771484,18.891334533691406,18.830537796020508,18.828392028808594,18.851757049560547 +10000,5000,cpu,uniform,True,True,True,12.361288070678711,11.170148849487305,10.430335998535156,8.856534957885742,8.951663970947266,8.715629577636719,9.593963623046875,9.709358215332031,8.898258209228516,8.318424224853516,33.57815742492676,34.00015830993652,33.78558158874512,33.75720977783203,33.686161041259766,33.62250328063965,33.722877502441406,33.72383117675781,33.96916389465332,33.95986557006836 +10000,5000,cpu,uniform,True,True,False,9.245157241821289,7.928609848022461,10.936737060546875,9.924173355102539,9.410619735717773,10.441064834594727,8.310317993164062,9.470224380493164,10.901212692260742,9.506940841674805,33.77532958984375,33.70094299316406,33.8900089263916,33.79225730895996,33.60939025878906,33.81705284118652,33.844709396362305,33.695220947265625,33.583641052246094,34.150123596191406 +10000,5000,cpu,uniform,False,True,True,8.000850677490234,7.996082305908203,7.949590682983398,8.081436157226562,7.898092269897461,7.817983627319336,8.043050765991211,8.11147689819336,8.079290390014648,8.145332336425781,33.67042541503906,33.855438232421875,33.77676010131836,33.63466262817383,33.731698989868164,33.73908996582031,33.8437557220459,33.881187438964844,33.887386322021484,34.00135040283203 +10000,5000,cpu,uniform,False,True,False,8.01229476928711,8.240222930908203,8.255720138549805,8.162498474121094,8.168697357177734,8.217811584472656,8.28099250793457,8.395195007324219,8.324384689331055,8.267641067504883,33.74743461608887,33.893585205078125,33.56337547302246,33.81919860839844,33.319950103759766,33.76317024230957,33.93387794494629,33.49661827087402,33.55288505554199,33.71143341064453 +10000,5000,cpu,uniform,True,False,True,2.9234886169433594,2.3949146270751953,2.947092056274414,3.1278133392333984,2.6400089263916016,2.4971961975097656,2.5284290313720703,2.5119781494140625,2.4623870849609375,1.7905235290527344,32.973289489746094,35.275936126708984,33.471107482910156,33.052921295166016,33.983707427978516,32.990455627441406,33.568620681762695,33.10823440551758,33.199310302734375,33.5087776184082 +10000,5000,cpu,uniform,True,False,False,3.698587417602539,2.5441646575927734,3.0927658081054688,3.0672550201416016,3.0868053436279297,2.1522045135498047,2.2614002227783203,2.2313594818115234,2.216339111328125,1.794576644897461,33.43653678894043,33.45370292663574,33.17403793334961,33.30636024475098,33.09917449951172,33.289194107055664,33.43367576599121,33.14638137817383,33.13016891479492,33.39028358459473 +10000,5000,cpu,uniform,False,False,True,7.998466491699219,6.619453430175781,8.13603401184082,7.208347320556641,8.039236068725586,6.401538848876953,7.0781707763671875,8.081197738647461,8.127689361572266,8.083105087280273,33.568382263183594,33.44535827636719,33.23793411254883,32.94539451599121,33.19883346557617,33.265113830566406,33.185482025146484,32.90104866027832,32.928466796875,33.00142288208008 +10000,5000,cpu,uniform,False,False,False,7.598876953125,6.6852569580078125,7.200002670288086,6.464242935180664,7.691144943237305,7.927656173706055,8.03995132446289,8.184194564819336,8.303403854370117,7.713794708251953,33.445119857788086,33.40482711791992,33.281803131103516,33.397674560546875,33.225059509277344,33.3864688873291,33.21695327758789,33.20050239562988,33.31804275512695,33.18977355957031 +10000,5000,cpu,normal,True,True,True,17.78411865234375,15.314579010009766,19.826650619506836,18.39137077331543,19.2718505859375,18.946170806884766,18.802404403686523,23.326873779296875,20.766496658325195,17.678022384643555,67.44956970214844,67.09146499633789,67.89612770080566,67.86251068115234,70.8913803100586,67.77024269104004,67.6569938659668,67.52943992614746,67.88063049316406,68.34864616394043 +10000,5000,cpu,normal,True,True,False,23.356914520263672,25.573015213012695,18.346071243286133,20.629405975341797,19.89269256591797,17.166852951049805,19.945859909057617,14.624834060668945,17.678022384643555,15.152692794799805,68.23229789733887,68.06683540344238,67.7800178527832,67.6114559173584,68.12238693237305,67.66676902770996,67.55948066711426,67.73781776428223,67.89922714233398,67.32702255249023 +10000,5000,cpu,normal,False,True,True,10.304450988769531,10.322332382202148,10.027170181274414,10.194063186645508,10.56814193725586,10.270357131958008,10.297298431396484,10.352849960327148,10.226011276245117,10.43391227722168,67.85416603088379,67.87800788879395,68.01080703735352,68.51792335510254,67.94905662536621,67.6116943359375,67.7947998046875,68.2220458984375,68.12691688537598,68.21274757385254 +10000,5000,cpu,normal,False,True,False,10.255813598632812,10.16998291015625,10.256528854370117,10.299444198608398,10.30111312866211,10.382890701293945,10.326147079467773,10.425806045532227,10.474205017089844,10.404825210571289,67.7804946899414,67.78764724731445,67.48318672180176,67.51728057861328,67.37875938415527,68.00651550292969,67.65079498291016,67.6736831665039,67.6884651184082,68.0086612701416 +10000,5000,cpu,normal,True,False,True,4.971742630004883,5.317449569702148,4.071950912475586,3.849506378173828,3.9434432983398438,4.710912704467773,4.101753234863281,4.251956939697266,3.8328170776367188,3.841876983642578,66.99633598327637,67.1079158782959,68.47405433654785,67.25692749023438,67.32511520385742,67.53921508789062,67.02852249145508,67.27409362792969,67.78955459594727,67.32344627380371 +10000,5000,cpu,normal,True,False,False,5.688905715942383,4.259824752807617,4.120349884033203,3.9873123168945312,4.462242126464844,4.106998443603516,4.35185432434082,3.873586654663086,4.385471343994141,3.8847923278808594,67.25597381591797,67.17467308044434,67.89684295654297,68.14312934875488,67.83461570739746,67.59071350097656,67.22331047058105,67.07978248596191,66.81990623474121,67.14630126953125 +10000,5000,cpu,normal,False,False,True,22.704601287841797,15.541791915893555,14.203310012817383,14.383792877197266,15.587329864501953,15.137434005737305,16.157150268554688,18.237590789794922,14.548063278198242,17.20428466796875,66.78128242492676,66.40076637268066,66.96844100952148,67.00539588928223,67.57783889770508,67.11816787719727,67.09909439086914,67.53778457641602,68.0241584777832,67.65007972717285 +10000,5000,cpu,normal,False,False,False,17.784595489501953,15.981197357177734,14.868021011352539,14.455556869506836,16.393661499023438,15.250205993652344,17.549514770507812,15.673160552978516,14.719486236572266,16.607046127319336,67.78717041015625,67.626953125,67.52848625183105,66.97201728820801,67.4293041229248,67.47984886169434,67.39997863769531,66.96009635925293,67.96002388000488,67.37804412841797 +10000,10000,cpu,homo,True,True,True,13.692855834960938,13.596057891845703,13.41557502746582,13.112783432006836,13.553857803344727,13.465404510498047,13.335943222045898,13.30876350402832,13.473987579345703,12.861490249633789,38.333892822265625,37.86802291870117,38.01393508911133,38.02061080932617,38.178205490112305,38.544654846191406,38.23685646057129,38.046836853027344,38.24138641357422,38.620948791503906 +10000,10000,cpu,homo,True,True,False,13.404130935668945,13.529062271118164,13.364553451538086,13.242006301879883,13.336658477783203,13.427734375,13.692855834960938,13.388633728027344,13.40627670288086,13.68260383605957,38.74993324279785,38.758277893066406,38.594722747802734,38.158416748046875,38.72179985046387,38.69771957397461,38.358211517333984,38.51175308227539,38.913726806640625,38.614511489868164 +10000,10000,cpu,homo,False,True,True,13.010501861572266,13.152599334716797,13.164520263671875,13.075828552246094,13.168096542358398,13.222455978393555,13.276815414428711,13.743400573730469,12.866020202636719,13.758182525634766,38.09046745300293,37.97268867492676,38.54179382324219,38.50507736206055,38.7568473815918,38.71798515319824,38.60139846801758,38.54942321777344,38.61427307128906,38.78355026245117 +10000,10000,cpu,homo,False,True,False,13.339996337890625,13.472318649291992,13.723134994506836,13.278722763061523,13.418912887573242,13.261795043945312,13.670921325683594,13.49949836730957,13.13161849975586,13.318061828613281,38.52224349975586,38.759708404541016,38.48576545715332,38.1922721862793,38.52725028991699,38.338661193847656,38.54560852050781,38.49387168884277,38.823843002319336,38.950204849243164 +10000,10000,cpu,homo,True,False,True,3.474712371826172,3.4766197204589844,2.747774124145508,3.514528274536133,3.5614967346191406,3.365039825439453,3.4172534942626953,2.466440200805664,2.4945735931396484,2.7472972869873047,55.38535118103027,37.85228729248047,37.42551803588867,37.230491638183594,37.89806365966797,37.99581527709961,37.79864311218262,37.74666786193848,37.668704986572266,37.651777267456055 +10000,10000,cpu,homo,True,False,False,3.0040740966796875,4.367351531982422,4.406929016113281,3.4220218658447266,3.0210018157958984,2.4118423461914062,2.287626266479492,2.663135528564453,2.547025680541992,2.2728443145751953,37.12630271911621,37.38689422607422,37.27579116821289,37.4455451965332,37.308454513549805,37.68777847290039,37.34230995178223,37.52613067626953,37.47892379760742,37.2624397277832 +10000,10000,cpu,homo,False,False,True,4.547119140625,3.314971923828125,3.8564205169677734,3.1757354736328125,2.7577877044677734,2.707242965698242,2.2292137145996094,3.0364990234375,2.5234222412109375,2.9184818267822266,36.76199913024902,36.92030906677246,37.05549240112305,37.1699333190918,37.13345527648926,37.16588020324707,37.129878997802734,37.07289695739746,37.200212478637695,37.102460861206055 +10000,10000,cpu,homo,False,False,False,4.697561264038086,3.6165714263916016,4.059314727783203,3.3643245697021484,3.637552261352539,2.7933120727539062,2.552509307861328,2.96783447265625,2.9706954956054688,2.889394760131836,37.34278678894043,37.5523567199707,37.54258155822754,37.0938777923584,37.39428520202637,37.172555923461914,37.22977638244629,37.63103485107422,37.560462951660156,37.50491142272949 +10000,10000,cpu,uniform,True,True,True,12.081146240234375,12.30001449584961,12.166500091552734,12.40229606628418,11.916637420654297,12.038707733154297,12.211084365844727,12.293100357055664,12.297391891479492,11.922121047973633,67.43955612182617,67.49749183654785,67.34943389892578,67.84558296203613,67.66676902770996,67.51465797424316,68.19987297058105,68.5734748840332,68.21227073669434,67.7635669708252 +10000,10000,cpu,uniform,True,True,False,12.64810562133789,12.23134994506836,11.82246208190918,12.566328048706055,12.274503707885742,12.464761734008789,12.825965881347656,12.762308120727539,12.733697891235352,12.145280838012695,66.7726993560791,67.11244583129883,67.43097305297852,66.87808036804199,66.82848930358887,66.42389297485352,65.96016883850098,66.3444995880127,67.02542304992676,66.77460670471191 +10000,10000,cpu,uniform,False,True,True,11.870622634887695,12.395381927490234,11.751890182495117,12.094497680664062,12.007713317871094,12.363672256469727,11.955499649047852,12.451887130737305,12.304067611694336,12.067794799804688,67.32988357543945,67.57402420043945,68.29977035522461,67.45433807373047,67.72923469543457,68.0241584777832,68.15123558044434,68.29142570495605,68.2520866394043,68.17102432250977 +10000,10000,cpu,uniform,False,True,False,11.968612670898438,11.939525604248047,12.012004852294922,12.122869491577148,12.658119201660156,12.133121490478516,12.202978134155273,12.32147216796875,11.99960708618164,12.363433837890625,68.1908130645752,68.27044486999512,68.12858581542969,67.6279067993164,68.61448287963867,67.76952743530273,67.52967834472656,67.86561012268066,67.76070594787598,68.03560256958008 +10000,10000,cpu,uniform,True,False,True,5.055665969848633,4.550457000732422,3.8299560546875,3.844738006591797,3.3638477325439453,2.766847610473633,3.2410621643066406,2.5746822357177734,2.296924591064453,3.0679702758789062,65.96183776855469,67.37089157104492,66.68472290039062,66.62869453430176,66.82205200195312,66.22910499572754,66.2529468536377,66.8039321899414,67.29865074157715,66.86568260192871 +10000,10000,cpu,uniform,True,False,False,5.635499954223633,5.087375640869141,4.149675369262695,3.6134719848632812,3.545999526977539,3.452777862548828,2.7675628662109375,2.913236618041992,3.095865249633789,2.907991409301758,65.7658576965332,66.53094291687012,66.48921966552734,66.68281555175781,66.34736061096191,66.16854667663574,65.50860404968262,65.61398506164551,65.34337997436523,66.52545928955078 +10000,10000,cpu,uniform,False,False,True,5.613803863525391,3.7009716033935547,4.306316375732422,3.8864612579345703,3.6764144897460938,3.339052200317383,2.9811859130859375,2.985715866088867,3.682851791381836,2.3610591888427734,66.28632545471191,66.18404388427734,66.07580184936523,65.89818000793457,65.26589393615723,65.99283218383789,65.6120777130127,65.49453735351562,66.16997718811035,66.04218482971191 +10000,10000,cpu,uniform,False,False,False,5.801916122436523,3.7908554077148438,3.896474838256836,3.226757049560547,3.8063526153564453,2.933502197265625,2.790689468383789,2.3992061614990234,2.420663833618164,2.4001598358154297,66.29705429077148,66.28847122192383,66.26081466674805,66.69354438781738,66.83468818664551,66.90788269042969,66.92385673522949,66.86902046203613,67.00539588928223,66.55669212341309 +10000,10000,cpu,normal,True,True,True,17.897605895996094,17.75836944580078,15.879154205322266,16.523361206054688,16.747236251831055,16.71314239501953,16.73722267150879,16.460180282592773,16.545534133911133,16.64900779724121,134.56010818481445,135.21933555603027,136.64484024047852,136.27290725708008,135.6484889984131,135.63776016235352,135.24651527404785,135.1299285888672,135.33353805541992,136.23976707458496 +10000,10000,cpu,normal,True,True,False,16.44301414489746,16.383647918701172,16.285419464111328,16.555309295654297,16.599178314208984,16.488075256347656,16.33000373840332,16.41082763671875,16.610145568847656,17.116785049438477,134.95922088623047,134.33599472045898,133.7909698486328,133.1002712249756,134.20724868774414,135.00618934631348,136.2302303314209,135.725736618042,135.57982444763184,135.3738307952881 +10000,10000,cpu,normal,False,True,True,16.249418258666992,17.042875289916992,16.499042510986328,16.169071197509766,16.416311264038086,16.876220703125,17.047405242919922,17.002344131469727,16.406536102294922,16.014814376831055,135.35594940185547,135.9856128692627,136.55996322631836,135.61010360717773,135.7595920562744,134.89651679992676,134.68408584594727,135.58483123779297,135.17498970031738,135.911226272583 +10000,10000,cpu,normal,False,True,False,16.328096389770508,17.023801803588867,16.47782325744629,16.431570053100586,16.864776611328125,17.480134963989258,16.546964645385742,16.518831253051758,16.555070877075195,17.123699188232422,133.43501091003418,133.45074653625488,132.7981948852539,133.40401649475098,134.5369815826416,135.11967658996582,135.37216186523438,135.70141792297363,134.01079177856445,134.91010665893555 +10000,10000,cpu,normal,True,False,True,8.17251205444336,7.921695709228516,7.895708084106445,8.295536041259766,7.7457427978515625,8.10098648071289,9.150981903076172,8.007526397705078,7.699489593505859,8.197784423828125,134.96160507202148,134.92655754089355,134.39059257507324,135.0576877593994,133.5899829864502,133.79645347595215,133.7873935699463,133.71729850769043,135.01882553100586,135.1759433746338 +10000,10000,cpu,normal,True,False,False,7.919788360595703,8.162975311279297,8.327722549438477,8.192300796508789,7.668733596801758,8.300542831420898,7.8792572021484375,8.173942565917969,10.300397872924805,8.437633514404297,134.629487991333,133.75091552734375,134.7954273223877,134.4764232635498,134.75513458251953,135.0879669189453,134.77802276611328,134.42158699035645,135.64443588256836,134.9637508392334 +10000,10000,cpu,normal,False,False,True,8.334159851074219,8.567333221435547,7.897853851318359,9.054183959960938,7.726907730102539,8.508682250976562,8.900880813598633,8.37087631225586,7.809638977050781,8.549690246582031,133.97765159606934,133.95261764526367,133.89849662780762,133.85438919067383,133.37969779968262,134.35769081115723,134.077787399292,134.5045566558838,133.98480415344238,133.68463516235352 +10000,10000,cpu,normal,False,False,False,8.239984512329102,7.660865783691406,8.595705032348633,8.504629135131836,9.833335876464844,7.737398147583008,8.544206619262695,7.816314697265625,9.460210800170898,7.702827453613281,134.12737846374512,134.34362411499023,133.70013236999512,134.5832347869873,134.415864944458,135.43295860290527,135.03408432006836,134.90533828735352,133.95237922668457,133.5124969482422 +10000,25000,cpu,homo,True,True,True,33.6761474609375,33.26010704040527,33.14542770385742,33.33902359008789,33.3096981048584,33.469200134277344,33.41245651245117,32.55939483642578,34.32273864746094,33.269643783569336,96.15135192871094,96.30322456359863,95.6878662109375,95.71361541748047,95.46542167663574,95.2615737915039,95.44706344604492,95.51262855529785,94.63953971862793,94.89583969116211 +10000,25000,cpu,homo,True,True,False,32.935142517089844,32.20963478088379,31.888484954833984,32.75108337402344,31.528234481811523,33.487558364868164,31.859636306762695,32.283782958984375,32.135725021362305,32.33766555786133,96.62652015686035,96.76980972290039,96.34017944335938,95.977783203125,95.98708152770996,96.04048728942871,96.32682800292969,96.41122817993164,96.527099609375,97.02181816101074 +10000,25000,cpu,homo,False,True,True,22.972583770751953,21.251916885375977,21.26336097717285,22.068023681640625,21.683931350708008,21.697282791137695,21.656513214111328,22.118568420410156,21.57306671142578,22.227764129638672,95.65424919128418,95.123291015625,94.73586082458496,94.97785568237305,95.46732902526855,134.88125801086426,94.84410285949707,95.34406661987305,95.2310562133789,95.80230712890625 +10000,25000,cpu,homo,False,True,False,21.867752075195312,22.169828414916992,21.44789695739746,21.34871482849121,21.524667739868164,21.863698959350586,21.82602882385254,21.633625030517578,21.571636199951172,21.77739143371582,97.08285331726074,95.74484825134277,96.50921821594238,95.63922882080078,95.57604789733887,95.6733226776123,95.49140930175781,96.59719467163086,95.99852561950684,95.37124633789062 +10000,25000,cpu,homo,True,False,True,6.026983261108398,4.734039306640625,4.553556442260742,3.520488739013672,3.5250186920166016,4.699945449829102,4.097461700439453,3.637075424194336,3.5169124603271484,4.035472869873047,92.48924255371094,92.23484992980957,91.80092811584473,92.57650375366211,92.70787239074707,93.36280822753906,92.05484390258789,92.08488464355469,93.48654747009277,93.53137016296387 +10000,25000,cpu,homo,True,False,False,6.196022033691406,5.099773406982422,4.668712615966797,3.5605430603027344,3.495454788208008,4.146575927734375,3.534555435180664,3.5104751586914062,3.652811050415039,4.0130615234375,93.31536293029785,92.6508903503418,93.22476387023926,92.46301651000977,92.66901016235352,92.56553649902344,93.5049057006836,93.49966049194336,92.7731990814209,113.72232437133789 +10000,25000,cpu,homo,False,False,True,6.623744964599609,5.242824554443359,4.754066467285156,4.828214645385742,5.423307418823242,4.310846328735352,4.309654235839844,3.923654556274414,4.372358322143555,3.568410873413086,91.72773361206055,92.10538864135742,92.69428253173828,93.4751033782959,93.52326393127441,92.48185157775879,92.52071380615234,92.10515022277832,92.17596054077148,91.80235862731934 +10000,25000,cpu,homo,False,False,False,5.585432052612305,4.390239715576172,4.226207733154297,3.980398178100586,3.6153793334960938,4.156827926635742,3.4143924713134766,4.283666610717773,3.4170150756835938,3.5653114318847656,92.87405014038086,94.64383125305176,92.8037166595459,92.87524223327637,93.31750869750977,93.70589256286621,92.7724838256836,92.98014640808105,92.33713150024414,91.63546562194824 +10000,25000,cpu,uniform,True,True,True,30.90834617614746,31.459808349609375,30.24148941040039,30.05361557006836,31.288623809814453,29.880762100219727,29.778003692626953,30.580997467041016,30.284643173217773,29.968738555908203,169.31962966918945,168.21956634521484,168.55621337890625,168.9772605895996,168.9438819885254,168.93887519836426,168.71976852416992,168.8101291656494,168.05243492126465,169.0216064453125 +10000,25000,cpu,uniform,True,True,False,30.094623565673828,30.498027801513672,30.173540115356445,29.828548431396484,31.88776969909668,29.728174209594727,30.057430267333984,30.731916427612305,29.180526733398438,30.808210372924805,166.86582565307617,168.05458068847656,168.87784004211426,168.83516311645508,168.1680679321289,167.8783893585205,166.8097972869873,166.95570945739746,167.7253246307373,169.34871673583984 +10000,25000,cpu,uniform,False,True,True,21.164894104003906,20.8742618560791,20.684003829956055,20.80821990966797,21.16084098815918,20.25890350341797,21.261930465698242,20.95198631286621,20.982742309570312,21.979093551635742,168.6270236968994,169.6774959564209,170.0761318206787,168.97010803222656,168.25437545776367,168.14017295837402,169.87299919128418,169.72970962524414,170.5636978149414,170.6678867340088 +10000,25000,cpu,uniform,False,True,False,21.33345603942871,20.320653915405273,21.222591400146484,21.796703338623047,21.428346633911133,20.691871643066406,21.20065689086914,20.917654037475586,21.33345603942871,20.986080169677734,168.2889461517334,169.02875900268555,169.06499862670898,167.57488250732422,166.15819931030273,168.1966781616211,168.05529594421387,168.5652732849121,167.39177703857422,167.48476028442383 +10000,25000,cpu,uniform,True,False,True,7.787227630615234,6.930351257324219,5.574941635131836,5.647182464599609,5.9146881103515625,5.523204803466797,5.485296249389648,6.03175163269043,5.487918853759766,5.491733551025391,165.02141952514648,165.1461124420166,165.10748863220215,164.32476043701172,164.66379165649414,165.11178016662598,165.56668281555176,164.92104530334473,165.09032249450684,163.56301307678223 +10000,25000,cpu,uniform,True,False,False,6.916999816894531,5.977630615234375,5.607843399047852,5.501508712768555,5.917549133300781,5.501031875610352,6.591320037841797,5.66554069519043,5.499839782714844,5.617618560791016,165.15564918518066,165.96436500549316,166.3961410522461,166.25189781188965,165.8151149749756,165.24600982666016,165.2846336364746,165.95029830932617,167.04511642456055,165.39525985717773 +10000,25000,cpu,uniform,False,False,True,6.438970565795898,5.516529083251953,5.972146987915039,6.172418594360352,5.6552886962890625,5.496978759765625,5.778074264526367,5.868434906005859,5.367279052734375,5.882501602172852,166.3827896118164,166.1069393157959,167.15717315673828,166.73970222473145,166.10407829284668,165.64536094665527,167.36102104187012,166.53180122375488,167.27471351623535,166.05257987976074 +10000,25000,cpu,uniform,False,False,False,6.508111953735352,6.9942474365234375,6.903171539306641,6.264925003051758,6.587028503417969,5.729913711547852,5.782365798950195,6.398916244506836,5.359649658203125,5.698442459106445,163.90204429626465,164.7181510925293,165.17066955566406,166.2752628326416,166.05567932128906,164.69144821166992,164.52622413635254,165.59767723083496,165.97509384155273,166.54300689697266 +10000,25000,cpu,normal,True,True,True,40.21573066711426,41.753292083740234,40.30489921569824,40.854692459106445,40.71402549743652,40.766239166259766,42.818307876586914,41.72968864440918,41.758060455322266,40.93122482299805,339.9829864501953,338.17481994628906,335.39891242980957,339.2789363861084,336.7352485656738,338.02127838134766,339.5507335662842,337.8911018371582,337.352991104126,339.5514488220215 +10000,25000,cpu,normal,True,True,False,40.43984413146973,41.454315185546875,40.87209701538086,41.35727882385254,40.720224380493164,39.986371994018555,40.49396514892578,40.369510650634766,40.56501388549805,40.053367614746094,337.9509449005127,338.55700492858887,339.862585067749,341.11642837524414,338.61804008483887,338.21868896484375,339.8325443267822,338.2141590118408,337.7032279968262,340.64316749572754 +10000,25000,cpu,normal,False,True,True,33.62679481506348,33.11872482299805,33.94484519958496,33.91623497009277,34.46388244628906,32.959699630737305,32.891273498535156,34.26647186279297,34.4090461730957,34.12294387817383,342.2062397003174,337.77856826782227,337.435245513916,339.9243354797363,339.2984867095947,336.86041831970215,337.7971649169922,338.0410671234131,336.79723739624023,339.5419120788574 +10000,25000,cpu,normal,False,True,False,34.15799140930176,32.805442810058594,36.2391471862793,34.00015830993652,33.97727012634277,35.401105880737305,34.49892997741699,33.798933029174805,35.35199165344238,32.94968605041504,339.69879150390625,339.39194679260254,335.662841796875,338.6237621307373,339.0820026397705,337.7225399017334,338.7408256530762,338.9432430267334,336.06576919555664,339.141845703125 +10000,25000,cpu,normal,True,False,True,19.8056697845459,19.933462142944336,19.910812377929688,19.93417739868164,19.8667049407959,20.358800888061523,20.151853561401367,20.174026489257812,20.400524139404297,20.241975784301758,328.5219669342041,333.56738090515137,334.54132080078125,329.5021057128906,331.1645984649658,333.44483375549316,331.3722610473633,333.4968090057373,334.4755172729492,330.50990104675293 +10000,25000,cpu,normal,True,False,False,19.783496856689453,20.104646682739258,20.062923431396484,21.424531936645508,23.05150032043457,24.40333366394043,19.971370697021484,20.00141143798828,20.290136337280273,20.539045333862305,336.63153648376465,334.3963623046875,336.34161949157715,337.13316917419434,334.43450927734375,335.36648750305176,336.24863624572754,335.752010345459,336.775541305542,337.3267650604248 +10000,25000,cpu,normal,False,False,True,19.420385360717773,19.3631649017334,19.581079483032227,19.90365982055664,19.46234703063965,19.68836784362793,21.368980407714844,19.68097686767578,20.0655460357666,19.742488861083984,336.3080024719238,335.6797695159912,333.13536643981934,335.5236053466797,334.8391056060791,334.0771198272705,336.00592613220215,335.4771137237549,333.953857421875,335.71910858154297 +10000,25000,cpu,normal,False,False,False,20.58124542236328,19.637584686279297,21.151065826416016,20.171165466308594,19.749879837036133,19.8972225189209,19.904375076293945,19.846677780151367,20.835399627685547,20.358800888061523,334.1059684753418,336.5790843963623,334.98334884643555,334.82813835144043,338.3915424346924,365.8175468444824,333.88662338256836,337.93115615844727,333.55712890625,335.90149879455566 +10000,37500,cpu,homo,True,True,True,48.99740219116211,48.16389083862305,49.26729202270508,48.74372482299805,49.20840263366699,48.82407188415527,48.02584648132324,48.39181900024414,48.80928993225098,49.085378646850586,142.43721961975098,143.4781551361084,144.7772979736328,144.58560943603516,143.6305046081543,142.64631271362305,143.2967185974121,143.31340789794922,144.18864250183105,144.62614059448242 +10000,37500,cpu,homo,True,True,False,48.203468322753906,48.253774642944336,48.70438575744629,49.33977127075195,48.056840896606445,47.89614677429199,48.89869689941406,48.78425598144531,48.07877540588379,48.39277267456055,143.5403823852539,144.47021484375,144.10829544067383,143.82386207580566,143.4187889099121,143.00274848937988,143.9797878265381,143.30077171325684,144.0129280090332,143.9507007598877 +10000,37500,cpu,homo,False,True,True,27.28748321533203,27.507543563842773,27.204513549804688,27.419090270996094,28.104782104492188,28.249502182006836,27.31466293334961,27.519702911376953,28.1984806060791,26.573896408081055,144.46258544921875,144.46330070495605,144.9575424194336,145.38836479187012,143.86606216430664,143.59188079833984,144.4404125213623,144.26541328430176,144.58751678466797,148.09608459472656 +10000,37500,cpu,homo,False,True,False,28.047561645507812,29.047012329101562,28.286457061767578,28.620481491088867,28.084993362426758,28.662681579589844,27.74667739868164,28.38754653930664,27.457237243652344,28.099536895751953,143.27192306518555,143.6607837677002,144.7925567626953,145.45679092407227,144.06418800354004,144.37508583068848,143.22614669799805,143.1260108947754,143.4915065765381,144.50359344482422 +10000,37500,cpu,homo,True,False,True,5.988836288452148,5.542278289794922,5.2471160888671875,5.212068557739258,5.626916885375977,5.284309387207031,5.235433578491211,5.863428115844727,5.259037017822266,5.511760711669922,139.4333839416504,138.78679275512695,138.78560066223145,138.9467716217041,140.2301788330078,140.37656784057617,140.1805877685547,139.55116271972656,138.5183334350586,138.88001441955566 +10000,37500,cpu,homo,True,False,False,5.259513854980469,5.283832550048828,5.5294036865234375,5.225181579589844,5.2547454833984375,5.274057388305664,5.49769401550293,5.221128463745117,5.260467529296875,5.587577819824219,137.49957084655762,138.44537734985352,139.18566703796387,138.84639739990234,136.7936134338379,137.15791702270508,137.88533210754395,138.17358016967773,138.4289264678955,139.20974731445312 +10000,37500,cpu,homo,False,False,True,6.962299346923828,5.342960357666016,5.423069000244141,5.7811737060546875,5.1593780517578125,5.085945129394531,5.651950836181641,5.133152008056641,5.496501922607422,5.808591842651367,140.09404182434082,139.08886909484863,138.86785507202148,139.23072814941406,140.08593559265137,139.3289566040039,139.98150825500488,140.31672477722168,139.81389999389648,139.26386833190918 +10000,37500,cpu,homo,False,False,False,6.520271301269531,6.424903869628906,5.204916000366211,6.122827529907227,5.940675735473633,7.43412971496582,5.574941635131836,6.092548370361328,5.665779113769531,5.729198455810547,137.86602020263672,138.07034492492676,140.48314094543457,140.14577865600586,139.4641399383545,138.9293670654297,138.80395889282227,139.38164710998535,139.05000686645508,140.69581031799316 +10000,37500,cpu,uniform,True,True,True,43.49660873413086,46.08654975891113,43.485403060913086,45.25041580200195,45.01819610595703,44.53897476196289,44.61097717285156,43.71809959411621,44.237613677978516,44.52085494995117,251.0080337524414,251.37567520141602,255.3577423095703,253.53479385375977,253.54313850402832,252.21776962280273,254.0738582611084,253.13425064086914,252.24685668945312,252.5191307067871 +10000,37500,cpu,uniform,True,True,False,45.53508758544922,45.52936553955078,44.55900192260742,46.56052589416504,45.493364334106445,45.101165771484375,45.82691192626953,44.234514236450195,44.943809509277344,46.32830619812012,253.7863254547119,254.28056716918945,255.53607940673828,256.7291259765625,254.52899932861328,254.0440559387207,253.87978553771973,255.66768646240234,253.92961502075195,254.1637420654297 +10000,37500,cpu,uniform,False,True,True,27.039051055908203,27.29177474975586,27.32110023498535,26.89051628112793,27.248382568359375,26.514291763305664,27.138710021972656,26.282072067260742,26.86333656311035,26.65257453918457,254.76980209350586,255.96284866333008,251.83606147766113,250.96678733825684,254.0290355682373,253.89933586120605,251.8138885498047,251.1589527130127,254.3315887451172,252.7940273284912 +10000,37500,cpu,uniform,False,True,False,25.79498291015625,26.175975799560547,27.011871337890625,26.39484405517578,26.30615234375,26.179790496826172,26.189088821411133,25.55084228515625,26.84807777404785,26.016712188720703,253.13162803649902,253.6945343017578,254.70376014709473,254.2557716369629,252.66027450561523,252.39801406860352,253.53431701660156,254.17065620422363,251.4481544494629,252.29716300964355 +10000,37500,cpu,uniform,True,False,True,8.506059646606445,9.128093719482422,8.388519287109375,8.70966911315918,8.511066436767578,8.210420608520508,8.623123168945312,8.295536041259766,8.431434631347656,8.246898651123047,245.1338768005371,246.61922454833984,248.29626083374023,244.19641494750977,244.56429481506348,245.91970443725586,246.51074409484863,244.7817325592041,245.38731575012207,245.3937530517578 +10000,37500,cpu,uniform,True,False,False,8.373022079467773,8.539199829101562,8.282661437988281,8.673906326293945,9.229421615600586,8.740901947021484,8.960962295532227,8.640527725219727,8.320331573486328,8.550882339477539,248.48031997680664,249.21011924743652,248.1698989868164,247.63917922973633,249.0086555480957,250.77438354492188,246.74367904663086,247.26557731628418,248.92234802246094,248.04973602294922 +10000,37500,cpu,uniform,False,False,True,8.405208587646484,8.043766021728516,8.464813232421875,8.17728042602539,8.469581604003906,8.321046829223633,8.392095565795898,8.306264877319336,8.374452590942383,8.189916610717773,252.02250480651855,247.6673126220703,247.70855903625488,247.96676635742188,273.8063335418701,247.4842071533203,248.60048294067383,250.05578994750977,249.31955337524414,249.57680702209473 +10000,37500,cpu,uniform,False,False,False,8.665323257446289,8.063793182373047,8.93545150756836,8.006572723388672,8.54039192199707,8.658409118652344,8.882999420166016,8.673667907714844,8.889436721801758,8.059263229370117,248.10075759887695,246.46449089050293,248.27837944030762,250.61774253845215,247.02715873718262,245.4056739807129,245.96595764160156,249.4959831237793,247.0693588256836,246.14930152893066 +10000,37500,cpu,normal,True,True,True,61.49601936340332,61.71751022338867,59.78703498840332,62.26706504821777,60.105323791503906,60.54949760437012,62.11352348327637,60.99081039428711,60.41836738586426,60.640811920166016,509.66811180114746,507.6782703399658,506.3328742980957,511.2648010253906,510.3120803833008,508.13984870910645,507.2822570800781,507.78913497924805,509.2954635620117,506.1914920806885 +10000,37500,cpu,normal,True,True,False,60.436248779296875,61.79022789001465,60.75263023376465,60.22071838378906,59.62872505187988,61.983346939086914,61.21253967285156,59.519290924072266,61.981916427612305,61.704158782958984,505.86867332458496,510.33473014831543,506.0267448425293,510.1590156555176,508.7616443634033,508.55040550231934,506.605863571167,508.9755058288574,506.7932605743408,508.9685916900635 +10000,37500,cpu,normal,False,True,True,39.89410400390625,40.10748863220215,38.283586502075195,39.11137580871582,38.698434829711914,38.435935974121094,38.47813606262207,41.0618782043457,39.22533988952637,40.82036018371582,505.10668754577637,503.94296646118164,506.1156749725342,502.96878814697266,503.48901748657227,503.1411647796631,503.72958183288574,504.7626495361328,503.07750701904297,504.29821014404297 +10000,37500,cpu,normal,False,True,False,38.411855697631836,40.45224189758301,39.96467590332031,37.83702850341797,40.26436805725098,40.91143608093262,38.61212730407715,39.5359992980957,37.87565231323242,37.95289993286133,507.23743438720703,507.36522674560547,508.58116149902344,508.4378719329834,509.05323028564453,508.1520080566406,507.352352142334,507.8091621398926,509.28807258605957,505.9833526611328 +10000,37500,cpu,normal,True,False,True,30.724763870239258,30.344247817993164,29.751300811767578,30.782699584960938,30.736446380615234,30.721664428710938,30.30991554260254,33.6918830871582,31.641244888305664,30.863285064697266,506.06584548950195,501.82652473449707,504.52613830566406,501.7123222351074,504.14490699768066,505.1844120025635,506.23393058776855,502.5486946105957,502.9609203338623,501.4209747314453 +10000,37500,cpu,normal,True,False,False,29.565811157226562,30.502796173095703,30.45344352722168,33.86378288269043,30.483245849609375,32.282352447509766,30.92789649963379,30.01546859741211,29.836654663085938,30.896425247192383,501.265287399292,503.44395637512207,501.497745513916,505.6931972503662,501.24454498291016,504.32801246643066,504.0309429168701,504.5173168182373,501.3434886932373,506.12378120422363 +10000,37500,cpu,normal,False,False,True,29.451370239257812,30.606508255004883,29.889822006225586,30.24435043334961,30.098676681518555,30.1361083984375,29.326438903808594,30.09200096130371,29.825448989868164,31.405210494995117,503.619909286499,501.96051597595215,504.9896240234375,503.9081573486328,505.7709217071533,503.4487247467041,504.4679641723633,502.1369457244873,505.04088401794434,506.49547576904297 +10000,37500,cpu,normal,False,False,False,29.78992462158203,29.438018798828125,30.14230728149414,30.25531768798828,30.356645584106445,29.695749282836914,30.893564224243164,31.05616569519043,30.247211456298828,30.637502670288086,503.2815933227539,501.65581703186035,501.845121383667,500.8866786956787,500.6237030029297,499.26018714904785,501.82557106018066,502.08425521850586,502.852201461792,502.227783203125 +10000,50000,cpu,homo,True,True,True,65.12594223022461,64.77808952331543,64.53275680541992,65.15717506408691,64.35656547546387,65.33145904541016,65.12331962585449,64.62907791137695,64.9712085723877,64.4526481628418,191.82968139648438,191.1919116973877,192.42382049560547,192.9953098297119,192.7773952484131,191.27440452575684,190.263032913208,192.15011596679688,190.05870819091797,191.52116775512695 +10000,50000,cpu,homo,True,True,False,64.47625160217285,64.49294090270996,64.33391571044922,64.58520889282227,65.02008438110352,64.51201438903809,65.23871421813965,64.0099048614502,65.47021865844727,64.5148754119873,190.48738479614258,191.7133331298828,192.75426864624023,192.80338287353516,191.8959617614746,190.9010410308838,191.73550605773926,193.6354637145996,193.30883026123047,192.72780418395996 +10000,50000,cpu,homo,False,True,True,35.91609001159668,36.87000274658203,35.22992134094238,35.85934638977051,36.31472587585449,35.340070724487305,35.54797172546387,35.64286231994629,35.4006290435791,34.589290618896484,191.08080863952637,191.0686492919922,190.44733047485352,191.62893295288086,193.34173202514648,191.8494701385498,190.47856330871582,190.30451774597168,189.56589698791504,191.1771297454834 +10000,50000,cpu,homo,False,True,False,35.980224609375,35.33673286437988,35.41445732116699,35.443782806396484,34.51824188232422,35.933494567871094,34.543514251708984,35.90655326843262,35.88700294494629,33.24604034423828,192.0478343963623,193.4661865234375,192.28315353393555,190.0155544281006,190.69600105285645,190.6900405883789,192.4734115600586,190.75393676757812,190.60921669006348,190.98210334777832 +10000,50000,cpu,homo,True,False,True,7.142066955566406,7.283926010131836,7.001638412475586,7.42340087890625,7.143497467041016,7.286787033081055,7.007122039794922,6.986856460571289,7.34257698059082,7.013082504272461,186.38205528259277,185.13107299804688,184.78751182556152,184.87191200256348,186.59687042236328,186.76209449768066,185.58597564697266,184.5536231994629,185.2414608001709,184.36717987060547 +10000,50000,cpu,homo,True,False,False,7.564783096313477,6.947994232177734,7.632017135620117,6.950616836547852,7.088899612426758,7.0629119873046875,6.987094879150391,7.276296615600586,7.088661193847656,7.720947265625,185.0872039794922,185.62912940979004,185.0137710571289,186.32078170776367,186.88178062438965,184.87787246704102,184.5097541809082,185.45913696289062,186.37943267822266,185.89520454406738 +10000,50000,cpu,homo,False,False,True,9.804248809814453,9.264945983886719,8.300542831420898,8.076906204223633,8.019208908081055,7.552146911621094,6.979465484619141,6.9980621337890625,7.185459136962891,6.754875183105469,186.28978729248047,186.15388870239258,187.3300075531006,186.24472618103027,185.25314331054688,185.01019477844238,185.5771541595459,186.86413764953613,186.7210865020752,185.38689613342285 +10000,50000,cpu,homo,False,False,False,7.764101028442383,7.992029190063477,6.822824478149414,7.6236724853515625,6.822824478149414,6.760597229003906,8.059263229370117,6.887197494506836,7.798194885253906,6.946325302124023,185.49442291259766,187.26778030395508,187.40177154541016,186.21516227722168,184.38482284545898,184.55886840820312,185.69016456604004,186.9213581085205,186.12265586853027,185.2579116821289 +10000,50000,cpu,uniform,True,True,True,59.10921096801758,58.643341064453125,58.54392051696777,60.788869857788086,59.03911590576172,59.86738204956055,59.844017028808594,59.23128128051758,59.36288833618164,59.0054988861084,338.214635848999,339.4951820373535,338.81258964538574,337.30506896972656,338.8195037841797,339.10179138183594,338.6523723602295,339.13135528564453,337.4619483947754,338.03701400756836 +10000,50000,cpu,uniform,True,True,False,58.74228477478027,59.172868728637695,59.580087661743164,59.42130088806152,58.93993377685547,59.4172477722168,59.28802490234375,61.035871505737305,59.76724624633789,60.11605262756348,339.87903594970703,337.57925033569336,336.83133125305176,338.6232852935791,338.03725242614746,337.9690647125244,339.04051780700684,336.4112377166748,337.72730827331543,340.9879207611084 +10000,50000,cpu,uniform,False,True,True,34.12890434265137,33.56623649597168,32.4249267578125,34.61003303527832,34.00087356567383,32.44423866271973,34.026145935058594,32.06515312194824,32.32908248901367,33.66541862487793,337.9490375518799,337.6123905181885,336.0600471496582,338.8705253601074,339.80393409729004,336.92049980163574,340.58165550231934,338.4993076324463,335.77418327331543,338.547945022583 +10000,50000,cpu,uniform,False,True,False,32.99975395202637,32.776832580566406,32.332658767700195,33.02001953125,32.6688289642334,33.571481704711914,31.8143367767334,33.32376480102539,31.699180603027344,31.528234481811523,338.82999420166016,339.0638828277588,337.39185333251953,336.98248863220215,339.8284912109375,336.6568088531494,337.6152515411377,339.79105949401855,337.27312088012695,339.7793769836426 +10000,50000,cpu,uniform,True,False,True,12.855768203735352,11.837244033813477,10.92982292175293,11.342287063598633,11.00468635559082,10.941743850708008,10.93912124633789,10.950326919555664,11.087417602539062,11.379241943359375,330.68037033081055,330.5022716522217,333.7991237640381,330.4147720336914,329.34021949768066,332.3540687561035,329.1635513305664,328.69482040405273,330.230712890625,329.6384811401367 +10000,50000,cpu,uniform,True,False,False,11.591672897338867,11.464118957519531,11.527538299560547,11.44719123840332,11.348962783813477,11.784791946411133,11.548280715942383,11.738777160644531,11.25645637512207,10.923147201538086,332.4456214904785,330.8079242706299,331.91418647766113,332.31353759765625,331.96163177490234,329.90288734436035,331.6068649291992,331.3913345336914,330.40618896484375,332.02528953552246 +10000,50000,cpu,uniform,False,False,True,11.246204376220703,11.075019836425781,12.734174728393555,11.34181022644043,12.175559997558594,11.230707168579102,10.904550552368164,11.010169982910156,11.059761047363281,11.37089729309082,328.78661155700684,330.57451248168945,330.8098316192627,330.85107803344727,330.54614067077637,332.7174186706543,330.580472946167,330.3670883178711,332.98683166503906,331.71868324279785 +10000,50000,cpu,uniform,False,False,False,10.903596878051758,12.628316879272461,11.069059371948242,12.207508087158203,11.15107536315918,11.875629425048828,12.150764465332031,11.393308639526367,11.474132537841797,11.049985885620117,330.17659187316895,331.53271675109863,328.505277633667,328.0174732208252,369.2173957824707,328.83429527282715,331.1736583709717,330.7058811187744,328.7034034729004,330.458402633667 +10000,50000,cpu,normal,True,True,True,79.98943328857422,82.62014389038086,81.24351501464844,81.47168159484863,82.11088180541992,80.67083358764648,80.33967018127441,80.55591583251953,81.62617683410645,82.93628692626953,676.8651008605957,678.3447265625,672.0120906829834,673.2442378997803,675.3008365631104,674.450159072876,674.0448474884033,675.0047206878662,674.5104789733887,673.2096672058105 +10000,50000,cpu,normal,True,True,False,82.12399482727051,81.8185806274414,81.37774467468262,81.7117691040039,81.4056396484375,85.26134490966797,84.8236083984375,82.3667049407959,81.76827430725098,80.85966110229492,677.894115447998,673.691987991333,677.9341697692871,676.0332584381104,675.1956939697266,672.5189685821533,678.3204078674316,677.3741245269775,678.7521839141846,678.5662174224854 +10000,50000,cpu,normal,False,True,True,50.446510314941406,50.21381378173828,51.39899253845215,51.44214630126953,49.9117374420166,51.99694633483887,51.805973052978516,50.208330154418945,49.817562103271484,50.77338218688965,681.3585758209229,679.0344715118408,677.544116973877,676.9649982452393,678.8311004638672,676.5918731689453,676.7001152038574,678.8091659545898,677.0792007446289,676.7537593841553 +10000,50000,cpu,normal,False,True,False,50.74143409729004,51.506996154785156,49.928903579711914,50.56428909301758,50.48012733459473,50.37498474121094,50.789833068847656,50.26865005493164,52.44135856628418,50.945281982421875,673.3131408691406,677.4866580963135,680.4666519165039,675.3911972045898,675.4345893859863,678.9042949676514,675.7128238677979,677.731990814209,679.872989654541,676.1689186096191 +10000,50000,cpu,normal,True,False,True,40.39931297302246,39.952993392944336,42.45638847351074,42.51384735107422,42.333364486694336,40.526390075683594,40.2529239654541,40.17925262451172,40.59338569641113,42.403459548950195,666.5422916412354,667.2444343566895,673.2883453369141,670.1772212982178,666.8984889984131,668.8015460968018,667.9995059967041,667.1700477600098,668.5090065002441,664.7312641143799 +10000,50000,cpu,normal,True,False,False,40.34090042114258,41.01729393005371,40.11249542236328,40.05694389343262,42.00458526611328,39.94154930114746,40.43698310852051,40.19570350646973,40.38190841674805,41.892051696777344,665.9789085388184,666.8508052825928,671.9167232513428,666.9073104858398,668.6856746673584,667.8225994110107,669.1145896911621,666.6920185089111,665.2431488037109,668.2963371276855 +10000,50000,cpu,normal,False,False,True,39.23940658569336,39.39557075500488,40.79484939575195,39.77799415588379,40.331125259399414,39.789438247680664,39.8106575012207,42.80734062194824,40.619850158691406,40.688514709472656,665.0388240814209,665.820837020874,668.8902378082275,663.862943649292,664.848804473877,669.0094470977783,662.0492935180664,662.6288890838623,665.1186943054199,664.0307903289795 +10000,50000,cpu,normal,False,False,False,40.312767028808594,39.66927528381348,39.78681564331055,39.48664665222168,40.257930755615234,40.14182090759277,40.03548622131348,41.33868217468262,40.538787841796875,41.32390022277832,666.867733001709,665.2193069458008,668.4184074401855,667.2382354736328,666.9983863830566,670.1321601867676,668.1990623474121,668.438196182251,670.109748840332,668.9472198486328 +25000,1000,cpu,homo,True,True,True,6.055593490600586,10.726451873779297,6.926536560058594,7.061004638671875,6.957054138183594,6.665945053100586,6.794929504394531,6.268739700317383,15.192031860351562,9.395360946655273,9.74893569946289,9.564876556396484,27.339458465576172,13.423442840576172,9.530067443847656,9.69386100769043,9.711265563964844,9.57942008972168,9.748220443725586,9.75942611694336 +25000,1000,cpu,homo,True,True,False,15.649557113647461,16.71290397644043,15.215396881103516,16.632556915283203,15.260696411132812,16.509532928466797,17.809391021728516,13.401031494140625,17.881155014038086,11.917352676391602,9.686708450317383,9.410619735717773,9.734869003295898,9.614706039428711,9.733915328979492,9.627580642700195,9.662389755249023,9.717941284179688,9.606599807739258,9.729862213134766 +25000,1000,cpu,homo,False,True,True,9.749412536621094,10.864734649658203,10.385513305664062,10.296106338500977,10.268449783325195,10.417461395263672,10.254383087158203,10.291814804077148,10.259866714477539,10.657072067260742,9.81450080871582,9.84811782836914,9.925365447998047,9.761333465576172,10.05101203918457,9.780645370483398,9.773969650268555,9.746789932250977,9.758710861206055,9.930133819580078 +25000,1000,cpu,homo,False,True,False,10.514974594116211,9.515523910522461,10.671615600585938,9.752988815307617,10.835409164428711,9.928226470947266,10.539770126342773,9.869098663330078,10.484457015991211,9.955406188964844,9.708404541015625,9.832620620727539,9.894132614135742,10.068655014038086,9.854316711425781,9.850502014160156,9.799718856811523,9.93037223815918,9.823083877563477,9.811639785766602 +25000,1000,cpu,homo,True,False,True,1.5597343444824219,1.5380382537841797,1.6927719116210938,1.4142990112304688,1.2755393981933594,1.4407634735107422,1.4562606811523438,1.4219284057617188,1.2364387512207031,1.341104507446289,9.742021560668945,9.884834289550781,9.62519645690918,9.780168533325195,9.791851043701172,9.857416152954102,9.664297103881836,9.612083435058594,9.891510009765625,9.592533111572266 +25000,1000,cpu,homo,True,False,False,1.4302730560302734,2.1774768829345703,1.405954360961914,1.3899803161621094,1.3859272003173828,1.1420249938964844,1.146078109741211,1.131296157836914,1.1146068572998047,1.1272430419921875,9.931325912475586,9.531974792480469,9.822368621826172,9.511470794677734,9.772300720214844,9.791851043701172,9.606361389160156,9.815454483032227,9.692907333374023,9.759664535522461 +25000,1000,cpu,homo,False,False,True,6.435394287109375,6.736040115356445,6.488323211669922,6.494998931884766,6.436347961425781,6.789922714233398,6.69097900390625,6.336688995361328,5.689859390258789,6.453752517700195,9.284257888793945,9.447336196899414,9.330511093139648,9.335517883300781,9.258031845092773,9.253501892089844,9.297370910644531,9.408235549926758,9.351968765258789,9.225130081176758 +25000,1000,cpu,homo,False,False,False,6.8988800048828125,6.7958831787109375,6.585359573364258,9.112834930419922,6.781578063964844,6.561040878295898,6.727457046508789,6.722688674926758,6.493091583251953,7.076501846313477,9.165763854980469,9.009838104248047,9.310722351074219,8.966922760009766,9.073734283447266,8.942842483520508,9.293556213378906,9.023666381835938,9.414911270141602,9.021282196044922 +25000,1000,cpu,uniform,True,True,True,10.385274887084961,8.712530136108398,7.350683212280273,6.800174713134766,7.596254348754883,14.225244522094727,12.459516525268555,16.448020935058594,18.13054084777832,18.211841583251953,16.928434371948242,16.881227493286133,17.08388328552246,17.04716682434082,17.04573631286621,17.048358917236328,16.960859298706055,16.887187957763672,17.080068588256836,16.88528060913086 +25000,1000,cpu,uniform,True,True,False,9.632587432861328,7.9975128173828125,13.688802719116211,16.930818557739258,19.49453353881836,16.904354095458984,17.743349075317383,18.552064895629883,13.520479202270508,17.511367797851562,17.182111740112305,17.18425750732422,17.15564727783203,17.148733139038086,17.28510856628418,17.19808578491211,17.275333404541016,17.17853546142578,17.290592193603516,17.412185668945312 +25000,1000,cpu,uniform,False,True,True,7.626056671142578,7.836818695068359,8.128881454467773,8.057355880737305,8.043050765991211,7.946252822875977,7.914066314697266,8.040189743041992,8.054733276367188,7.975101470947266,17.04716682434082,17.24839210510254,17.352581024169922,17.12346076965332,17.270326614379883,17.41933822631836,17.121076583862305,17.19188690185547,17.192840576171875,17.127037048339844 +25000,1000,cpu,uniform,False,True,False,7.834672927856445,7.726430892944336,7.472515106201172,7.800817489624023,7.852792739868164,7.8125,7.637500762939453,7.729530334472656,7.684946060180664,7.969856262207031,17.110347747802734,17.006635665893555,17.34781265258789,17.30823516845703,17.071008682250977,17.139196395874023,17.14324951171875,17.100095748901367,17.233848571777344,17.100095748901367 +25000,1000,cpu,uniform,True,False,True,2.0837783813476562,2.107858657836914,1.676797866821289,1.6200542449951172,1.589059829711914,1.9295215606689453,1.8355846405029297,1.5978813171386719,1.2118816375732422,1.2552738189697266,16.991615295410156,17.13395118713379,17.105817794799805,17.180204391479492,17.23957061767578,17.251968383789062,17.029285430908203,17.001867294311523,17.001867294311523,17.081260681152344 +25000,1000,cpu,uniform,True,False,False,2.2759437561035156,2.1657943725585938,2.268552780151367,1.964569091796875,1.8694400787353516,1.7082691192626953,1.7075538635253906,1.6276836395263672,1.718759536743164,1.9652843475341797,16.789674758911133,16.920089721679688,16.974449157714844,17.444372177124023,16.848087310791016,16.791343688964844,16.838788986206055,16.75248146057129,16.838788986206055,16.94488525390625 +25000,1000,cpu,uniform,False,False,True,8.504152297973633,11.528491973876953,10.105609893798828,8.778810501098633,11.304378509521484,11.321783065795898,11.711835861206055,11.580467224121094,10.968923568725586,10.73312759399414,16.626834869384766,16.539335250854492,16.6475772857666,16.632080078125,16.500473022460938,16.659975051879883,16.439199447631836,16.43061637878418,16.666173934936523,16.451120376586914 +25000,1000,cpu,uniform,False,False,False,4.427909851074219,11.169672012329102,9.799003601074219,10.453939437866211,11.110782623291016,11.031627655029297,11.065006256103516,11.34800910949707,10.397195816040039,10.807275772094727,16.41988754272461,16.807079315185547,16.614913940429688,16.759634017944336,16.54362678527832,16.685962677001953,16.37721061706543,16.42894744873047,16.610383987426758,16.541719436645508 +25000,1000,cpu,normal,True,True,True,18.63861083984375,16.40033721923828,15.969991683959961,14.916658401489258,25.774240493774414,24.477005004882812,40.07220268249512,24.628400802612305,30.06720542907715,31.99934959411621,34.62648391723633,34.84988212585449,34.41166877746582,34.14750099182129,33.92148017883301,33.83588790893555,33.95962715148926,33.86831283569336,33.66231918334961,34.06643867492676 +25000,1000,cpu,normal,True,True,False,22.193431854248047,27.92954444885254,29.186487197875977,26.322126388549805,23.641109466552734,40.27557373046875,22.621870040893555,27.73261070251465,23.426532745361328,15.812397003173828,33.7979793548584,33.843278884887695,33.86378288269043,33.79511833190918,33.86044502258301,33.773183822631836,33.904314041137695,33.69402885437012,33.85138511657715,33.86044502258301 +25000,1000,cpu,normal,False,True,True,8.659124374389648,9.0789794921875,8.497953414916992,9.663105010986328,8.741378784179688,9.10329818725586,9.020328521728516,9.51695442199707,8.752822875976562,9.271860122680664,33.63990783691406,33.65206718444824,33.551931381225586,33.777475357055664,33.77890586853027,33.5383415222168,33.57100486755371,33.69402885437012,33.80537033081055,33.89716148376465 +25000,1000,cpu,normal,False,True,False,8.244752883911133,8.18181037902832,8.709192276000977,8.194208145141602,8.774757385253906,8.297920227050781,8.849143981933594,8.29005241394043,8.734703063964844,8.159637451171875,33.548831939697266,33.5390567779541,33.64253044128418,33.66875648498535,33.765554428100586,33.90836715698242,33.61988067626953,33.11753273010254,33.38766098022461,33.495426177978516 +25000,1000,cpu,normal,True,False,True,4.466772079467773,3.5963058471679688,3.9675235748291016,3.676176071166992,3.150463104248047,3.0355453491210938,3.2434463500976562,2.8619766235351562,2.8548240661621094,2.5262832641601562,34.10220146179199,33.7221622467041,33.68258476257324,33.615827560424805,33.55526924133301,33.52713584899902,33.63370895385742,33.68043899536133,33.57720375061035,33.522844314575195 +25000,1000,cpu,normal,True,False,False,3.9911270141601562,3.559589385986328,3.4818649291992188,4.093408584594727,3.0670166015625,2.8200149536132812,2.775907516479492,2.3987293243408203,2.595663070678711,2.483367919921875,34.162044525146484,34.387826919555664,34.033775329589844,34.28030014038086,34.40570831298828,52.332401275634766,33.8590145111084,72.4802017211914,35.6135368347168,34.12508964538574 +25000,1000,cpu,normal,False,False,True,29.232501983642578,30.10249137878418,29.38103675842285,35.063743591308594,19.475698471069336,12.582778930664062,27.451753616333008,34.839630126953125,25.080204010009766,31.560182571411133,33.23554992675781,32.98330307006836,33.5690975189209,33.40315818786621,33.3712100982666,33.52546691894531,33.531904220581055,33.62154960632324,33.5996150970459,33.45942497253418 +25000,1000,cpu,normal,False,False,False,27.311325073242188,24.336814880371094,37.058115005493164,33.297061920166016,20.538330078125,15.873908996582031,33.34522247314453,32.02462196350098,36.32330894470215,28.052568435668945,33.71739387512207,33.69545936584473,33.582210540771484,33.2033634185791,33.56480598449707,33.43081474304199,33.5385799407959,33.94603729248047,33.90049934387207,33.913612365722656 +25000,2500,cpu,homo,True,True,True,17.86065101623535,12.115240097045898,16.468286514282227,12.207746505737305,10.171890258789062,16.33763313293457,9.958505630493164,18.12267303466797,15.908479690551758,17.401933670043945,24.105310440063477,24.053573608398438,24.20973777770996,24.016380310058594,24.154186248779297,23.82349967956543,23.792028427124023,24.040699005126953,24.031400680541992,24.219274520874023 +25000,2500,cpu,homo,True,True,False,15.464067459106445,16.18790626525879,14.421939849853516,15.413999557495117,15.323877334594727,13.295412063598633,10.341405868530273,10.030746459960938,15.011072158813477,14.984130859375,23.895740509033203,24.10149574279785,24.016618728637695,24.241924285888672,23.931026458740234,24.329185485839844,24.381160736083984,24.183988571166992,24.394750595092773,24.246692657470703 +25000,2500,cpu,homo,False,True,True,17.601490020751953,17.349958419799805,16.811132431030273,17.8682804107666,16.920089721679688,17.471790313720703,17.961978912353516,17.054080963134766,17.052888870239258,17.41647720336914,24.43408966064453,24.51300621032715,24.39141273498535,24.40357208251953,24.33037757873535,24.617671966552734,24.347543716430664,24.744272232055664,24.662017822265625,24.6279239654541 +25000,2500,cpu,homo,False,True,False,16.390085220336914,15.801429748535156,16.16835594177246,16.629695892333984,16.818523406982422,16.87908172607422,16.718387603759766,16.768693923950195,16.27349853515625,16.207218170166016,24.20210838317871,24.38950538635254,24.332046508789062,24.43861961364746,24.24168586730957,24.78647232055664,24.269580841064453,24.31464195251465,24.46436882019043,24.303436279296875 +25000,2500,cpu,homo,True,False,True,2.5577545166015625,2.701997756958008,2.5377273559570312,2.577066421508789,2.266407012939453,2.202749252319336,2.221345901489258,1.8620491027832031,1.7380714416503906,2.3534297943115234,23.499011993408203,23.949623107910156,23.52452278137207,47.34086990356445,23.572921752929688,23.576974868774414,23.557186126708984,23.60677719116211,23.38886260986328,23.53692054748535 +25000,2500,cpu,homo,True,False,False,2.647876739501953,3.0670166015625,3.0770301818847656,2.277374267578125,2.1948814392089844,2.069711685180664,2.0351409912109375,3.183603286743164,2.0482540130615234,2.6955604553222656,23.561716079711914,23.51522445678711,23.48923683166504,23.595809936523438,23.656368255615234,23.21338653564453,23.372173309326172,23.72574806213379,23.49257469177246,23.685455322265625 +25000,2500,cpu,homo,False,False,True,10.343790054321289,6.707668304443359,6.824254989624023,6.671905517578125,7.643222808837891,6.8683624267578125,6.889581680297852,7.090330123901367,11.239051818847656,6.863594055175781,23.071765899658203,23.201465606689453,23.200511932373047,23.172855377197266,23.05150032043457,23.03147315979004,22.902250289916992,23.29421043395996,23.24080467224121,23.215293884277344 +25000,2500,cpu,homo,False,False,False,6.925821304321289,6.852388381958008,12.015581130981445,6.866455078125,7.175683975219727,6.963968276977539,7.130622863769531,6.844043731689453,8.29935073852539,8.18943977355957,23.046255111694336,23.149967193603516,23.219823837280273,23.23007583618164,23.286104202270508,22.88365364074707,23.143768310546875,23.149490356445312,22.88961410522461,23.088455200195312 +25000,2500,cpu,uniform,True,True,True,19.980192184448242,19.02604103088379,18.462419509887695,19.36960220336914,13.020038604736328,10.983467102050781,10.207176208496094,17.03643798828125,11.062145233154297,13.262271881103516,42.108774185180664,42.52171516418457,42.62733459472656,42.1297550201416,42.18029975891113,42.10066795349121,42.34576225280762,42.33074188232422,42.4809455871582,42.51241683959961 +25000,2500,cpu,uniform,True,True,False,13.984203338623047,11.331319808959961,10.918617248535156,10.724782943725586,18.095970153808594,11.515378952026367,19.885540008544922,13.065099716186523,11.07645034790039,17.1811580657959,41.96906089782715,41.76211357116699,42.12760925292969,41.7635440826416,41.83602333068848,41.95833206176758,42.03963279724121,42.08683967590332,41.99481010437012,41.9316291809082 +25000,2500,cpu,uniform,False,True,True,13.285636901855469,13.31949234008789,13.765335083007812,13.56196403503418,13.259410858154297,13.6566162109375,13.646841049194336,13.577461242675781,13.828277587890625,13.581991195678711,42.12832450866699,42.65785217285156,42.46330261230469,42.54555702209473,42.472124099731445,42.641639709472656,42.415618896484375,42.9844856262207,42.54889488220215,42.6325798034668 +25000,2500,cpu,uniform,False,True,False,13.073921203613281,13.185262680053711,13.524055480957031,13.416528701782227,13.681411743164062,14.528274536132812,13.445854187011719,13.998031616210938,13.386011123657227,13.328790664672852,42.64187812805176,42.5262451171875,42.59657859802246,42.84262657165527,42.85788536071777,43.07675361633301,43.183326721191406,43.08819770812988,43.170928955078125,42.64259338378906 +25000,2500,cpu,uniform,True,False,True,2.843141555786133,2.893686294555664,3.508329391479492,2.4759769439697266,2.501964569091797,2.507925033569336,2.481698989868164,2.081155776977539,2.138853073120117,2.0139217376708984,41.43357276916504,41.19157791137695,41.90850257873535,41.910648345947266,42.01555252075195,41.541099548339844,42.05965995788574,41.8095588684082,42.21367835998535,42.452335357666016 +25000,2500,cpu,uniform,True,False,False,3.0655860900878906,3.1664371490478516,3.7424564361572266,3.2088756561279297,2.9151439666748047,3.0634403228759766,2.5568008422851562,2.529621124267578,2.112150192260742,2.062559127807617,41.75138473510742,41.75710678100586,41.92852973937988,41.85819625854492,41.79191589355469,41.66841506958008,41.70727729797363,61.17081642150879,42.10829734802246,41.5806770324707 +25000,2500,cpu,uniform,False,False,True,11.446475982666016,10.025501251220703,14.233589172363281,13.636589050292969,11.444330215454102,11.307477951049805,10.54525375366211,12.154340744018555,11.126995086669922,10.995626449584961,41.565895080566406,41.69011116027832,41.44120216369629,41.9001579284668,41.55397415161133,41.44287109375,41.31031036376953,41.26572608947754,41.48745536804199,41.19300842285156 +25000,2500,cpu,uniform,False,False,False,10.193347930908203,11.369466781616211,10.270118713378906,9.446382522583008,14.971017837524414,12.742280960083008,13.33928108215332,11.432409286499023,10.848045349121094,11.286497116088867,41.90850257873535,41.90349578857422,41.34011268615723,41.63789749145508,41.733503341674805,41.80264472961426,41.11957550048828,41.333675384521484,41.24617576599121,41.329145431518555 +25000,2500,cpu,normal,True,True,True,35.21919250488281,32.43422508239746,37.40382194519043,35.274505615234375,35.82882881164551,35.370588302612305,33.87284278869629,36.36646270751953,34.27910804748535,34.99770164489746,84.35821533203125,85.05988121032715,84.95426177978516,84.74373817443848,85.73460578918457,84.52796936035156,84.02776718139648,84.08427238464355,83.96124839782715,84.76471900939941 +25000,2500,cpu,normal,True,True,False,33.50996971130371,32.8521728515625,31.403303146362305,31.867504119873047,31.769752502441406,29.300689697265625,25.114774703979492,37.61911392211914,26.015043258666992,28.735876083374023,85.40534973144531,85.38198471069336,85.24084091186523,85.32428741455078,84.8541259765625,84.83481407165527,85.113525390625,84.53655242919922,84.98263359069824,84.52033996582031 +25000,2500,cpu,normal,False,True,True,15.829801559448242,15.97452163696289,15.688657760620117,15.834569931030273,15.948295593261719,15.761375427246094,16.005277633666992,15.832901000976562,15.915632247924805,15.940427780151367,84.6412181854248,84.73896980285645,85.5569839477539,85.22653579711914,85.27898788452148,84.64837074279785,84.62190628051758,84.54084396362305,84.07354354858398,84.42831039428711 +25000,2500,cpu,normal,False,True,False,16.300439834594727,16.306638717651367,16.368389129638672,16.331911087036133,16.878366470336914,16.686677932739258,16.754627227783203,17.427921295166016,23.27704429626465,16.448259353637695,83.8925838470459,84.96713638305664,85.46042442321777,85.30879020690918,84.56039428710938,84.87391471862793,84.8233699798584,84.06686782836914,84.03730392456055,84.33222770690918 +25000,2500,cpu,normal,True,False,True,5.545377731323242,5.594968795776367,5.92803955078125,6.54149055480957,6.133794784545898,5.954980850219727,4.701137542724609,6.653308868408203,5.646944046020508,5.710601806640625,83.91332626342773,84.16485786437988,83.43219757080078,84.29884910583496,83.58478546142578,84.53130722045898,84.85913276672363,84.91134643554688,86.43436431884766,84.19156074523926 +25000,2500,cpu,normal,True,False,False,6.391763687133789,4.7550201416015625,5.225896835327148,5.314350128173828,5.292177200317383,5.698680877685547,5.465507507324219,4.716396331787109,5.809545516967773,6.2427520751953125,84.67388153076172,85.1292610168457,84.88678932189941,84.30838584899902,84.42401885986328,83.92572402954102,84.39326286315918,84.1209888458252,84.43164825439453,84.9153995513916 +25000,2500,cpu,normal,False,False,True,35.38155555725098,25.615453720092773,28.1374454498291,30.11155128479004,28.249740600585938,29.727935791015625,31.337976455688477,31.131744384765625,27.29201316833496,25.365591049194336,84.48171615600586,84.29765701293945,83.82892608642578,84.20610427856445,84.259033203125,83.58001708984375,84.45024490356445,83.82034301757812,83.99057388305664,84.19299125671387 +25000,2500,cpu,normal,False,False,False,44.997453689575195,30.90667724609375,25.768280029296875,30.515432357788086,24.764299392700195,32.42039680480957,35.89940071105957,29.005050659179688,19.62137222290039,31.354188919067383,83.88066291809082,84.10477638244629,84.05256271362305,83.72378349304199,83.57810974121094,83.55164527893066,83.65845680236816,84.44690704345703,84.10978317260742,84.7012996673584 +25000,5000,cpu,homo,True,True,True,14.871358871459961,13.24152946472168,14.447450637817383,19.618511199951172,19.02151107788086,16.390323638916016,16.091585159301758,15.042543411254883,14.006853103637695,15.432596206665039,48.01464080810547,48.03466796875,68.27163696289062,49.04365539550781,62.66617774963379,54.37636375427246,48.590898513793945,48.76828193664551,48.06041717529297,48.19798469543457 +25000,5000,cpu,homo,True,True,False,15.309810638427734,13.551712036132812,13.608217239379883,16.191482543945312,16.355276107788086,14.77193832397461,19.33908462524414,15.646696090698242,16.070842742919922,17.76599884033203,48.00772666931152,47.789573669433594,47.88994789123535,48.10905456542969,48.05755615234375,48.38061332702637,48.143625259399414,74.54752922058105,47.14393615722656,47.57332801818848 +25000,5000,cpu,homo,False,True,True,23.866653442382812,24.0938663482666,24.005889892578125,23.826122283935547,23.649215698242188,24.11794662475586,23.854732513427734,23.476362228393555,23.517847061157227,23.594379425048828,47.95432090759277,47.8062629699707,47.90186882019043,48.3551025390625,47.95575141906738,48.256635665893555,48.71487617492676,48.40397834777832,48.23899269104004,48.267364501953125 +25000,5000,cpu,homo,False,True,False,23.9565372467041,23.66328239440918,23.950576782226562,24.287700653076172,23.264646530151367,23.346900939941406,23.95939826965332,24.153947830200195,24.18684959411621,23.10037612915039,48.17938804626465,48.58565330505371,48.22683334350586,48.52008819580078,48.44546318054199,48.24423789978027,48.24328422546387,48.0196475982666,47.95384407043457,47.91855812072754 +25000,5000,cpu,homo,True,False,True,3.9796829223632812,3.7403106689453125,3.2796859741210938,3.0150413513183594,2.8145313262939453,2.7985572814941406,2.6345252990722656,3.571748733520508,3.2813549041748047,3.2727718353271484,46.85187339782715,46.66280746459961,46.558380126953125,46.61130905151367,47.24431037902832,47.861337661743164,46.52523994445801,46.73147201538086,46.4634895324707,46.826839447021484 +25000,5000,cpu,homo,True,False,False,3.848552703857422,3.9861202239990234,3.4286975860595703,3.2711029052734375,2.719402313232422,2.694368362426758,3.2987594604492188,2.580881118774414,2.458333969116211,3.4410953521728516,46.24032974243164,45.8979606628418,46.08297348022461,46.15926742553711,46.142578125,46.73290252685547,45.98879814147949,45.746803283691406,46.44656181335449,46.68831825256348 +25000,5000,cpu,homo,False,False,True,7.886648178100586,7.20524787902832,10.81395149230957,9.952545166015625,10.418176651000977,8.88681411743164,7.613182067871094,6.808757781982422,8.36038589477539,8.949041366577148,45.938968658447266,45.836687088012695,46.308279037475586,46.38552665710449,46.47016525268555,77.77094841003418,46.460866928100586,46.8597412109375,46.39911651611328,46.55003547668457 +25000,5000,cpu,homo,False,False,False,12.562036514282227,12.515068054199219,11.034965515136719,12.0391845703125,10.068655014038086,8.162736892700195,7.651329040527344,12.449264526367188,12.084245681762695,12.69841194152832,45.754432678222656,46.372413635253906,45.97282409667969,46.297311782836914,46.335697174072266,46.28467559814453,46.05746269226074,46.37885093688965,46.42891883850098,46.64421081542969 +25000,5000,cpu,uniform,True,True,True,17.197370529174805,18.64147186279297,17.356157302856445,20.354509353637695,17.480134963989258,14.17684555053711,14.495611190795898,15.50436019897461,20.17807960510254,15.35177230834961,84.53989028930664,85.11519432067871,84.96832847595215,84.54561233520508,85.42466163635254,104.44259643554688,83.13560485839844,83.26601982116699,83.19878578186035,83.88876914978027 +25000,5000,cpu,uniform,True,True,False,16.382217407226562,15.636205673217773,17.951488494873047,16.135692596435547,19.927978515625,16.885757446289062,16.50381088256836,20.549535751342773,17.011404037475586,18.53322982788086,84.52749252319336,85.47806739807129,85.90936660766602,85.48712730407715,85.10899543762207,85.25967597961426,84.13434028625488,84.63835716247559,84.38706398010254,83.89019966125488 +25000,5000,cpu,uniform,False,True,True,20.679235458374023,20.705461502075195,20.107507705688477,20.242929458618164,20.414352416992188,21.024227142333984,21.32105827331543,20.275115966796875,22.0792293548584,19.843339920043945,85.53218841552734,85.84880828857422,85.68787574768066,85.96372604370117,85.7553482055664,85.58225631713867,84.91730690002441,85.4041576385498,84.44499969482422,84.50961112976074 +25000,5000,cpu,uniform,False,True,False,19.83332633972168,19.570350646972656,20.19786834716797,20.0955867767334,20.468950271606445,20.067691802978516,20.77651023864746,19.88506317138672,20.09868621826172,20.218372344970703,84.82742309570312,84.44476127624512,85.06560325622559,85.02888679504395,85.1130485534668,85.55126190185547,85.22796630859375,84.35392379760742,83.92047882080078,83.65583419799805 +25000,5000,cpu,uniform,True,False,True,4.792690277099609,4.298686981201172,5.089759826660156,3.988981246948242,3.9823055267333984,3.5877227783203125,3.436565399169922,3.228902816772461,4.226207733154297,3.1173229217529297,83.3892822265625,83.31871032714844,82.51833915710449,82.6725959777832,82.72957801818848,82.94534683227539,82.77440071105957,82.95750617980957,83.04715156555176,83.64605903625488 +25000,5000,cpu,uniform,True,False,False,5.534172058105469,4.177570343017578,4.468441009521484,4.07862663269043,3.3380985260009766,3.229379653930664,3.0028820037841797,2.7849674224853516,3.072023391723633,3.0698776245117188,82.59391784667969,82.9613208770752,83.66274833679199,83.26125144958496,83.15348625183105,82.76820182800293,82.62848854064941,82.92555809020996,82.7486515045166,83.09340476989746 +25000,5000,cpu,uniform,False,False,True,11.151790618896484,11.293649673461914,15.496015548706055,11.404752731323242,10.52403450012207,13.045310974121094,12.168169021606445,10.232210159301758,15.1214599609375,13.457298278808594,82.72933959960938,83.0373764038086,82.72480964660645,82.80038833618164,82.9017162322998,82.69762992858887,83.10890197753906,83.04095268249512,83.47439765930176,83.2526683807373 +25000,5000,cpu,uniform,False,False,False,17.005443572998047,14.946699142456055,15.536069869995117,14.434814453125,11.642694473266602,13.731956481933594,16.530752182006836,15.576362609863281,17.974853515625,18.294811248779297,82.53192901611328,82.28302001953125,82.4899673461914,82.31806755065918,82.73935317993164,83.0850601196289,82.83329010009766,83.37974548339844,83.15801620483398,82.6873779296875 +25000,5000,cpu,normal,True,True,True,32.75918960571289,28.31292152404785,28.377771377563477,29.43897247314453,35.715341567993164,42.534589767456055,32.35435485839844,46.140432357788086,34.322500228881836,29.8614501953125,170.820951461792,170.0882911682129,170.28141021728516,169.71421241760254,170.029878616333,169.97957229614258,170.70698738098145,169.5854663848877,169.36421394348145,168.76459121704102 +25000,5000,cpu,normal,True,True,False,29.267072677612305,30.132055282592773,45.19796371459961,46.07677459716797,33.57648849487305,32.0436954498291,39.400339126586914,35.242557525634766,32.312870025634766,32.392263412475586,168.34330558776855,168.6394214630127,169.1453456878662,170.31383514404297,170.00579833984375,168.792724609375,167.61445999145508,168.42103004455566,169.53587532043457,169.37851905822754 +25000,5000,cpu,normal,False,True,True,25.09331703186035,25.04444122314453,25.069236755371094,25.324344635009766,24.813413619995117,25.226116180419922,25.330543518066406,25.234460830688477,24.82318878173828,26.424884796142578,169.32106018066406,170.52245140075684,170.47405242919922,169.65675354003906,168.67661476135254,169.04568672180176,169.45242881774902,170.10760307312012,170.44782638549805,169.88658905029297 +25000,5000,cpu,normal,False,True,False,24.817943572998047,25.045156478881836,24.902820587158203,25.44116973876953,26.64971351623535,25.10356903076172,25.132417678833008,25.360822677612305,25.22420883178711,25.556087493896484,170.0758934020996,169.3744659423828,170.29428482055664,169.17181015014648,169.26836967468262,169.45219039916992,170.63164710998535,169.8780059814453,169.39663887023926,169.16561126708984 +25000,5000,cpu,normal,True,False,True,9.772062301635742,9.784460067749023,11.57999038696289,10.073423385620117,9.895801544189453,9.843587875366211,9.558677673339844,10.03265380859375,10.084390640258789,9.676694869995117,168.72215270996094,167.92893409729004,166.87893867492676,165.93599319458008,167.29474067687988,167.74559020996094,168.96820068359375,167.3872470855713,166.31770133972168,165.21239280700684 +25000,5000,cpu,normal,True,False,False,13.745546340942383,11.360645294189453,10.942220687866211,10.060310363769531,9.546041488647461,12.598276138305664,9.253263473510742,9.94873046875,10.48731803894043,9.505271911621094,169.62432861328125,168.29657554626465,167.8292751312256,167.0818328857422,167.15168952941895,167.48666763305664,168.74074935913086,168.8849925994873,167.5572395324707,167.4497127532959 +25000,5000,cpu,normal,False,False,True,40.24529457092285,31.690597534179688,28.87248992919922,31.276226043701172,28.129100799560547,26.858091354370117,25.118350982666016,31.551837921142578,24.764060974121094,23.258209228515625,167.1164035797119,167.03367233276367,167.74249076843262,167.78206825256348,169.33774948120117,167.68264770507812,168.85018348693848,167.6008701324463,168.05028915405273,167.250394821167 +25000,5000,cpu,normal,False,False,False,29.070615768432617,37.16778755187988,33.616065979003906,25.936365127563477,22.83501625061035,32.78207778930664,38.97738456726074,26.060819625854492,26.595115661621094,25.59351921081543,167.64497756958008,167.27662086486816,167.68312454223633,168.17879676818848,167.12427139282227,166.18943214416504,166.76616668701172,167.45591163635254,167.99545288085938,168.09749603271484 +25000,10000,cpu,homo,True,True,True,21.39139175415039,22.338390350341797,22.22299575805664,21.487951278686523,21.181821823120117,22.643089294433594,22.666215896606445,22.243261337280273,21.96478843688965,21.891355514526367,96.63176536560059,95.89266777038574,94.42877769470215,94.86222267150879,95.17669677734375,95.36123275756836,97.15056419372559,95.8719253540039,95.83091735839844,95.6869125366211 +25000,10000,cpu,homo,True,True,False,21.1942195892334,21.977901458740234,21.57759666442871,22.231578826904297,21.408796310424805,21.93927764892578,22.031784057617188,22.281169891357422,21.808624267578125,21.062612533569336,95.0322151184082,95.62516212463379,95.98684310913086,95.69334983825684,95.9773063659668,95.72219848632812,96.8780517578125,96.31085395812988,95.47114372253418,96.28963470458984 +25000,10000,cpu,homo,False,True,True,32.18340873718262,31.917810440063477,32.18960762023926,31.742334365844727,31.995058059692383,32.40013122558594,32.466888427734375,32.356977462768555,32.00387954711914,32.666683197021484,96.33255004882812,96.30823135375977,95.42655944824219,96.56643867492676,96.85325622558594,95.81375122070312,95.72505950927734,95.8101749420166,96.49157524108887,95.45207023620605 +25000,10000,cpu,homo,False,True,False,33.452749252319336,33.03813934326172,32.57322311401367,33.804893493652344,33.055782318115234,32.9127311706543,33.55979919433594,32.91034698486328,33.93387794494629,33.78701210021973,96.10438346862793,96.3904857635498,96.46463394165039,96.34113311767578,95.77441215515137,95.86334228515625,95.41440010070801,95.67403793334961,95.52121162414551,95.50666809082031 +25000,10000,cpu,homo,True,False,True,5.782127380371094,4.34565544128418,4.265785217285156,4.955530166625977,3.551959991455078,4.060983657836914,3.9720535278320312,3.913402557373047,3.5779476165771484,3.819704055786133,93.68062019348145,94.15745735168457,92.98157691955566,92.61631965637207,93.41120719909668,93.44816207885742,92.97585487365723,92.7724838256836,92.57936477661133,92.06843376159668 +25000,10000,cpu,homo,True,False,False,4.718542098999023,5.856037139892578,4.633903503417969,3.9520263671875,3.7622451782226562,3.568410873413086,3.6563873291015625,3.6728382110595703,3.4151077270507812,3.4127235412597656,93.4908390045166,93.16802024841309,92.97919273376465,93.5361385345459,93.22237968444824,92.82302856445312,93.78886222839355,94.04301643371582,93.6586856842041,93.07336807250977 +25000,10000,cpu,homo,False,False,True,5.3043365478515625,4.681825637817383,3.9520263671875,3.9625167846679688,3.756284713745117,3.5572052001953125,3.492593765258789,3.50189208984375,4.098415374755859,3.590106964111328,92.42010116577148,93.11127662658691,92.34499931335449,93.31488609313965,92.39983558654785,92.32807159423828,92.64659881591797,92.6063060760498,92.4234390258789,92.93198585510254 +25000,10000,cpu,homo,False,False,False,6.188392639160156,5.259037017822266,5.56492805480957,5.522251129150391,4.213571548461914,4.109621047973633,3.757953643798828,4.244804382324219,3.5102367401123047,3.5004615783691406,93.0631160736084,92.54908561706543,92.63277053833008,92.35382080078125,92.06390380859375,92.40508079528809,92.4689769744873,92.16976165771484,92.53668785095215,92.28396415710449 +25000,10000,cpu,uniform,True,True,True,21.676301956176758,21.454334259033203,22.044897079467773,20.601511001586914,21.326780319213867,21.461009979248047,20.73073387145996,21.06022834777832,21.433353424072266,20.998716354370117,169.7232723236084,169.25287246704102,169.2814826965332,169.0516471862793,170.61257362365723,168.93458366394043,167.94252395629883,168.50876808166504,168.56908798217773,169.61932182312012 +25000,10000,cpu,uniform,True,True,False,21.01731300354004,20.999670028686523,21.010875701904297,20.435333251953125,20.40553092956543,20.860671997070312,21.430253982543945,21.4231014251709,20.95174789428711,21.907806396484375,168.20120811462402,168.74313354492188,169.40546035766602,169.55184936523438,169.26169395446777,169.3565845489502,168.85113716125488,169.35133934020996,170.11499404907227,169.74425315856934 +25000,10000,cpu,uniform,False,True,True,29.58059310913086,29.459476470947266,29.38556671142578,29.262065887451172,29.35647964477539,29.78229522705078,29.52718734741211,30.26890754699707,29.341459274291992,28.639554977416992,169.70300674438477,170.29380798339844,169.2953109741211,168.4396266937256,168.51162910461426,168.5323715209961,169.27742958068848,170.08256912231445,168.54190826416016,168.59960556030273 +25000,10000,cpu,uniform,False,True,False,29.402494430541992,29.698848724365234,29.56366539001465,30.106544494628906,30.242919921875,29.83856201171875,30.898094177246094,29.549121856689453,29.636859893798828,31.165361404418945,169.70539093017578,168.81132125854492,169.3706512451172,169.95501518249512,169.32153701782227,170.69482803344727,170.1211929321289,169.10600662231445,168.16449165344238,168.70927810668945 +25000,10000,cpu,uniform,True,False,True,7.751941680908203,7.658958435058594,6.613254547119141,7.2231292724609375,6.28662109375,5.998849868774414,6.084918975830078,5.967617034912109,5.9032440185546875,9.009599685668945,165.40265083312988,164.62182998657227,164.0632152557373,164.23368453979492,165.65775871276855,166.13078117370605,166.11886024475098,165.13657569885254,166.3498878479004,165.2357578277588 +25000,10000,cpu,uniform,True,False,False,7.101535797119141,5.41234016418457,5.495548248291016,5.967617034912109,5.39398193359375,5.693912506103516,6.080150604248047,5.744218826293945,6.255626678466797,5.865573883056641,166.05353355407715,166.0163402557373,164.62111473083496,164.09754753112793,165.1780605316162,165.04454612731934,166.74017906188965,165.65704345703125,164.6437644958496,164.78323936462402 +25000,10000,cpu,uniform,False,False,True,6.212949752807617,5.939483642578125,5.93876838684082,5.487680435180664,5.514860153198242,5.906581878662109,5.696296691894531,5.529165267944336,5.9452056884765625,5.6324005126953125,165.44866561889648,165.08960723876953,165.56477546691895,165.86732864379883,164.20984268188477,164.63208198547363,164.67857360839844,164.78610038757324,164.48736190795898,164.093017578125 +25000,10000,cpu,uniform,False,False,False,5.561351776123047,6.226301193237305,5.570888519287109,5.491733551025391,5.980730056762695,5.564689636230469,5.491495132446289,6.041765213012695,5.4988861083984375,5.495548248291016,165.65203666687012,164.2920970916748,165.0252342224121,164.86763954162598,164.3965244293213,164.34454917907715,164.703369140625,165.27438163757324,165.39692878723145,164.70694541931152 +25000,10000,cpu,normal,True,True,True,33.234596252441406,33.9508056640625,34.57903861999512,33.313751220703125,33.815860748291016,34.682273864746094,34.07454490661621,33.90908241271973,33.68067741394043,34.462928771972656,339.9009704589844,337.756872177124,338.456392288208,340.2671813964844,338.2565975189209,339.4157886505127,340.16871452331543,336.3687992095947,338.96446228027344,339.5709991455078 +25000,10000,cpu,normal,True,True,False,33.94722938537598,34.00063514709473,32.53579139709473,36.54670715332031,33.04696083068848,33.492088317871094,34.175872802734375,33.90765190124512,34.371376037597656,34.206390380859375,339.31422233581543,335.6468677520752,336.41815185546875,338.99974822998047,338.41729164123535,336.5952968597412,341.8412208557129,336.59982681274414,337.665319442749,340.10791778564453 +25000,10000,cpu,normal,False,True,True,39.50619697570801,40.58957099914551,40.89069366455078,41.00370407104492,40.197134017944336,41.10121726989746,40.81559181213379,40.55166244506836,40.20524024963379,41.068077087402344,338.8974666595459,336.95244789123535,334.8824977874756,338.51075172424316,337.2783660888672,337.282657623291,339.5698070526123,338.03820610046387,338.35530281066895,338.46569061279297 +25000,10000,cpu,normal,False,True,False,40.052175521850586,41.409969329833984,40.11893272399902,39.9470329284668,40.35520553588867,40.22479057312012,40.073394775390625,40.288686752319336,39.9169921875,40.16685485839844,338.17267417907715,333.4519863128662,333.2810401916504,337.174654006958,334.1658115386963,334.18774604797363,339.42127227783203,334.11264419555664,332.211971282959,338.79685401916504 +25000,10000,cpu,normal,True,False,True,19.86217498779297,19.47617530822754,19.524097442626953,19.639253616333008,19.980192184448242,20.101547241210938,21.292924880981445,19.80280876159668,20.95794677734375,20.182132720947266,334.5983028411865,337.08763122558594,336.0867500305176,333.6317539215088,336.559534072876,334.09976959228516,332.5624465942383,336.2712860107422,334.9182605743408,335.31761169433594 +25000,10000,cpu,normal,True,False,False,19.557714462280273,19.50979232788086,19.943714141845703,20.028352737426758,19.93870735168457,20.35975456237793,19.898176193237305,20.41935920715332,20.400524139404297,19.55890655517578,335.85405349731445,335.2632522583008,336.49230003356934,334.991455078125,336.1973762512207,336.6990089416504,336.40503883361816,334.2618942260742,335.9971046447754,335.37840843200684 +25000,10000,cpu,normal,False,False,True,20.31397819519043,20.104646682739258,19.742250442504883,20.192623138427734,20.014286041259766,20.241975784301758,20.175695419311523,20.552635192871094,20.30491828918457,20.480871200561523,335.6025218963623,329.2543888092041,330.48248291015625,334.9034786224365,330.6388854980469,334.31172370910645,332.61728286743164,329.5176029205322,331.10499382019043,335.3137969970703 +25000,10000,cpu,normal,False,False,False,20.113468170166016,20.199298858642578,20.454883575439453,21.52395248413086,20.695209503173828,20.0650691986084,20.233154296875,21.4083194732666,22.058725357055664,20.26081085205078,336.637020111084,337.17894554138184,334.3772888183594,336.1842632293701,340.93236923217773,333.787202835083,336.14444732666016,364.2551898956299,332.8988552093506,336.66372299194336 +25000,25000,cpu,homo,True,True,True,54.982662200927734,54.66628074645996,54.09121513366699,56.19025230407715,54.28743362426758,54.99696731567383,53.212642669677734,55.95827102661133,53.7419319152832,54.1377067565918,285.2485179901123,239.18414115905762,240.0374412536621,240.22817611694336,239.08066749572754,239.11762237548828,239.4711971282959,239.9730682373047,238.82079124450684,238.97385597229004 +25000,25000,cpu,homo,True,True,False,54.44836616516113,54.44049835205078,53.757667541503906,55.50241470336914,53.493499755859375,54.610490798950195,53.77197265625,53.407907485961914,54.442405700683594,52.24347114562988,239.14265632629395,237.67542839050293,237.95533180236816,239.46595191955566,239.90416526794434,238.18635940551758,238.2516860961914,240.7233715057373,240.50378799438477,238.6758327484131 +25000,25000,cpu,homo,False,True,True,54.3065071105957,54.29387092590332,52.374839782714844,54.65102195739746,54.02207374572754,53.66802215576172,54.05855178833008,55.968284606933594,53.39813232421875,54.14104461669922,239.39824104309082,241.86301231384277,238.28482627868652,239.4888401031494,238.88134956359863,239.64667320251465,238.32130432128906,239.9001121520996,240.08798599243164,240.004301071167 +25000,25000,cpu,homo,False,True,False,54.28504943847656,54.395437240600586,54.73184585571289,54.891109466552734,52.57821083068848,54.30459976196289,53.59530448913574,52.34694480895996,53.47466468811035,53.21311950683594,239.32766914367676,241.09601974487305,240.16547203063965,239.0427589416504,238.70253562927246,240.1142120361328,240.91792106628418,238.4645938873291,238.3267879486084,240.57626724243164 +25000,25000,cpu,homo,True,False,True,9.000301361083984,8.853435516357422,9.725809097290039,9.028911590576172,8.577585220336914,9.129524230957031,8.762121200561523,8.869647979736328,9.263277053833008,9.429454803466797,229.0351390838623,230.75151443481445,231.3976287841797,230.37266731262207,231.45246505737305,232.6514720916748,231.80365562438965,230.3781509399414,228.34277153015137,229.21276092529297 +25000,25000,cpu,homo,True,False,False,9.176969528198242,9.00721549987793,8.58759880065918,8.943796157836914,8.637428283691406,8.934974670410156,8.842945098876953,9.145736694335938,8.798837661743164,9.531021118164062,229.35914993286133,230.48758506774902,233.048677444458,274.5697498321533,228.35254669189453,230.65519332885742,232.5308322906494,230.48067092895508,230.76248168945312,228.76954078674316 +25000,25000,cpu,homo,False,False,True,9.43899154663086,8.531570434570312,10.112524032592773,8.994817733764648,8.947610855102539,9.147405624389648,8.899927139282227,8.756875991821289,9.159564971923828,8.77070426940918,230.60202598571777,230.88693618774414,233.642578125,230.96728324890137,231.12010955810547,229.6142578125,234.74788665771484,232.3746681213379,229.10356521606445,230.04674911499023 +25000,25000,cpu,homo,False,False,False,11.383533477783203,9.073972702026367,9.15074348449707,8.872270584106445,8.74781608581543,8.878231048583984,8.682727813720703,9.689569473266602,8.673667907714844,9.331464767456055,229.1727066040039,229.48646545410156,230.79919815063477,229.7224998474121,227.88667678833008,229.339599609375,231.8563461303711,232.82670974731445,226.5012264251709,229.83193397521973 +25000,25000,cpu,uniform,True,True,True,53.52783203125,53.10392379760742,53.7114143371582,52.408456802368164,54.080963134765625,53.17950248718262,52.809715270996094,52.062273025512695,52.597999572753906,52.69789695739746,424.2391586303711,422.5020408630371,424.9889850616455,423.19631576538086,422.3947525024414,424.9410629272461,422.0693111419678,423.5835075378418,421.60606384277344,424.358606338501 +25000,25000,cpu,uniform,True,True,False,52.75774002075195,54.07142639160156,52.60801315307617,54.19301986694336,52.8867244720459,53.57837677001953,53.955793380737305,53.70926856994629,51.80621147155762,53.856849670410156,419.7816848754883,424.48997497558594,421.5390682220459,425.7926940917969,422.4381446838379,421.8463897705078,422.75190353393555,421.1416244506836,423.79021644592285,417.2070026397705 +25000,25000,cpu,uniform,False,True,True,51.842689514160156,52.83761024475098,52.33430862426758,53.99894714355469,51.37157440185547,52.43062973022461,53.374290466308594,52.35910415649414,52.98185348510742,53.49302291870117,421.5266704559326,418.1370735168457,421.79059982299805,418.5819625854492,419.3849563598633,419.96216773986816,422.2984313964844,419.619083404541,421.68545722961426,422.2869873046875 +25000,25000,cpu,uniform,False,True,False,52.674293518066406,53.91502380371094,51.89251899719238,53.19952964782715,51.995277404785156,51.862239837646484,54.06379699707031,52.16646194458008,50.754547119140625,51.36609077453613,421.13685607910156,421.96130752563477,419.858455657959,422.64747619628906,420.37153244018555,419.0402030944824,421.31996154785156,419.10386085510254,423.3880043029785,418.96605491638184 +25000,25000,cpu,uniform,True,False,True,13.686656951904297,13.735532760620117,13.73147964477539,13.727426528930664,13.689994812011719,13.541936874389648,13.710975646972656,13.804197311401367,13.720273971557617,13.716459274291992,414.1380786895752,414.8826599121094,413.42854499816895,413.499116897583,413.3603572845459,412.6455783843994,414.45231437683105,412.62364387512207,413.18559646606445,412.3809337615967 +25000,25000,cpu,uniform,True,False,False,13.727903366088867,15.070915222167969,14.197349548339844,15.180587768554688,15.319347381591797,13.851165771484375,13.803958892822266,13.911247253417969,13.765335083007812,13.838768005371094,413.0890369415283,413.4557247161865,415.10868072509766,411.8664264678955,416.5308475494385,415.5092239379883,415.8506393432617,413.5921001434326,414.40820693969727,416.1336421966553 +25000,25000,cpu,uniform,False,False,True,17.642498016357422,17.995595932006836,14.627218246459961,13.784170150756836,14.423131942749023,14.590978622436523,14.916181564331055,14.29891586303711,13.76962661743164,14.693498611450195,413.7911796569824,409.87443923950195,411.5297794342041,411.4353656768799,412.2805595397949,413.09595108032227,410.92586517333984,412.4560356140137,410.3231430053711,413.4023189544678 +25000,25000,cpu,uniform,False,False,False,14.44244384765625,14.669418334960938,13.948678970336914,14.68348503112793,13.581275939941406,13.846874237060547,13.786792755126953,14.189004898071289,13.762474060058594,13.95416259765625,411.8506908416748,411.93366050720215,412.05525398254395,413.3286476135254,409.5466136932373,410.68530082702637,412.6615524291992,411.4217758178711,411.6342067718506,411.0414981842041 +25000,25000,cpu,normal,True,True,True,83.46343040466309,81.76136016845703,83.35494995117188,83.72616767883301,88.12737464904785,82.31663703918457,83.4188461303711,82.20672607421875,83.46438407897949,82.51023292541504,848.3633995056152,845.3657627105713,845.9773063659668,844.0470695495605,847.3076820373535,844.5088863372803,843.785285949707,848.0129241943359,842.470645904541,843.6923027038574 +25000,25000,cpu,normal,True,True,False,84.24210548400879,83.14371109008789,83.28628540039062,83.25457572937012,83.31656455993652,86.08174324035645,82.25393295288086,82.74054527282715,82.77297019958496,82.9625129699707,846.9178676605225,844.2449569702148,848.4320640563965,846.6401100158691,846.8081951141357,843.8892364501953,844.710111618042,849.3282794952393,846.6780185699463,844.8762893676758 +25000,25000,cpu,normal,False,True,True,84.36727523803711,84.32722091674805,83.93073081970215,82.23390579223633,88.01507949829102,83.94551277160645,84.2735767364502,83.59241485595703,83.3582878112793,83.09412002563477,848.1314182281494,846.820592880249,845.9823131561279,848.1020927429199,845.1461791992188,849.4324684143066,846.1518287658691,847.81813621521,845.4651832580566,847.6650714874268 +25000,25000,cpu,normal,False,True,False,83.60099792480469,82.37099647521973,82.79538154602051,83.14800262451172,85.85929870605469,83.50610733032227,83.89973640441895,82.46970176696777,81.99667930603027,85.24441719055176,847.4845886230469,845.3347682952881,841.1917686462402,841.3357734680176,841.6364192962646,840.8675193786621,843.3921337127686,840.8000469207764,842.1802520751953,842.6940441131592 +25000,25000,cpu,normal,True,False,True,50.09794235229492,50.21786689758301,52.81543731689453,50.97651481628418,50.00948905944824,49.86739158630371,50.104618072509766,49.8499870300293,50.69112777709961,50.05669593811035,829.4968605041504,829.2372226715088,827.1677494049072,827.3952007293701,829.6079635620117,829.3616771697998,832.4065208435059,831.2234878540039,832.3748111724854,831.662654876709 +25000,25000,cpu,normal,True,False,False,52.228689193725586,51.22089385986328,49.85642433166504,49.9269962310791,51.116943359375,49.87788200378418,50.04572868347168,49.735307693481445,50.87685585021973,51.29241943359375,838.2554054260254,837.3575210571289,837.7730846405029,836.2822532653809,836.0447883605957,834.4113826751709,835.0985050201416,835.8194828033447,837.2600078582764,837.8810882568359 +25000,25000,cpu,normal,False,False,True,49.63970184326172,50.69994926452637,50.80461502075195,50.5983829498291,51.0106086730957,50.20499229431152,50.32658576965332,50.588130950927734,50.257205963134766,50.37188529968262,842.454195022583,839.9057388305664,838.8288021087646,839.3218517303467,840.1236534118652,839.3135070800781,837.4836444854736,840.8777713775635,842.4303531646729,839.2877578735352 +25000,25000,cpu,normal,False,False,False,49.52836036682129,51.38564109802246,50.563812255859375,50.955772399902344,50.760507583618164,50.282955169677734,51.818132400512695,50.151824951171875,51.33342742919922,49.9265193939209,832.2372436523438,829.2913436889648,831.5920829772949,834.1524600982666,834.2397212982178,833.5809707641602,835.193395614624,830.8215141296387,835.4308605194092,832.5705528259277 +25000,37500,cpu,homo,True,True,True,81.55179023742676,81.04920387268066,80.86848258972168,81.11882209777832,81.01892471313477,80.74069023132324,81.06803894042969,82.20386505126953,81.3140869140625,82.49783515930176,358.1969738006592,354.54392433166504,357.65838623046875,402.7440547943115,358.20579528808594,360.02445220947266,356.3354015350342,358.8738441467285,358.5343360900879,356.36115074157715 +25000,37500,cpu,homo,True,True,False,83.1756591796875,81.61520957946777,83.68253707885742,81.35318756103516,84.10453796386719,80.70683479309082,82.73744583129883,82.33761787414551,81.82883262634277,80.85203170776367,360.77284812927246,357.8150272369385,361.0272407531738,359.46202278137207,357.4652671813965,360.9888553619385,358.7758541107178,359.21382904052734,362.23530769348145,358.4897518157959 +25000,37500,cpu,homo,False,True,True,69.05722618103027,68.55535507202148,71.08139991760254,70.21403312683105,71.63572311401367,68.14050674438477,70.29938697814941,68.83883476257324,70.17278671264648,68.35198402404785,359.0962886810303,358.4444522857666,357.9554557800293,360.4860305786133,356.10270500183105,357.7420711517334,360.4469299316406,358.0753803253174,360.4133129119873,359.00354385375977 +25000,37500,cpu,homo,False,True,False,70.84512710571289,70.62482833862305,71.83599472045898,71.13480567932129,70.78862190246582,71.24662399291992,70.25861740112305,71.35629653930664,72.7396011352539,70.77884674072266,358.73913764953613,360.08501052856445,358.6421012878418,359.8780632019043,360.71181297302246,359.09008979797363,361.6642951965332,359.80677604675293,359.0199947357178,361.68670654296875 +25000,37500,cpu,homo,True,False,True,12.881040573120117,14.451265335083008,13.480663299560547,13.312578201293945,13.263225555419922,12.857437133789062,14.465808868408203,13.510942459106445,13.682365417480469,13.302326202392578,344.9113368988037,373.0907440185547,346.0109233856201,346.585750579834,349.0903377532959,347.73993492126465,347.7358818054199,350.4142761230469,347.728967666626,347.8519916534424 +25000,37500,cpu,homo,True,False,False,12.801647186279297,14.276742935180664,13.161897659301758,13.129711151123047,14.09912109375,12.998580932617188,13.436317443847656,13.237714767456055,13.062477111816406,12.996912002563477,346.0514545440674,347.84483909606934,349.49517250061035,347.3384380340576,347.2402095794678,348.4675884246826,347.1109867095947,346.16875648498535,348.5608100891113,346.30656242370605 +25000,37500,cpu,homo,False,False,True,13.092994689941406,13.038873672485352,13.226032257080078,14.07933235168457,12.89224624633789,13.05389404296875,13.044118881225586,13.611316680908203,13.150215148925781,13.022422790527344,347.3773002624512,345.9041118621826,345.1817035675049,347.3830223083496,344.8023796081543,348.0803966522217,346.64082527160645,345.34621238708496,345.5488681793213,346.30465507507324 +25000,37500,cpu,homo,False,False,False,13.20648193359375,12.996912002563477,13.217926025390625,13.307809829711914,13.165950775146484,13.029098510742188,13.156652450561523,13.88239860534668,14.418363571166992,13.407707214355469,349.0948677062988,346.799373626709,346.25244140625,348.6497402191162,346.1270332336426,347.30029106140137,351.25279426574707,346.9228744506836,346.4336395263672,349.09629821777344 +25000,37500,cpu,uniform,True,True,True,78.43279838562012,79.44178581237793,81.34269714355469,79.3914794921875,79.01692390441895,79.20598983764648,78.33218574523926,80.4286003112793,77.77976989746094,80.48009872436523,634.2296600341797,634.9568367004395,627.4232864379883,635.1087093353271,632.274866104126,630.277156829834,634.742021560669,631.7546367645264,633.683443069458,634.249210357666 +25000,37500,cpu,uniform,True,True,False,78.9799690246582,77.5296688079834,79.50901985168457,78.63283157348633,78.90200614929199,79.68783378601074,80.54089546203613,78.60326766967773,77.39567756652832,79.89692687988281,632.7564716339111,635.1656913757324,633.5105895996094,637.0165348052979,634.333610534668,628.7498474121094,632.448673248291,635.8280181884766,632.6985359191895,636.4583969116211 +25000,37500,cpu,uniform,False,True,True,66.48588180541992,66.4215087890625,67.42429733276367,67.00992584228516,66.38479232788086,65.7649040222168,66.89739227294922,69.86284255981445,66.70069694519043,65.74630737304688,634.1009140014648,632.5798034667969,634.3462467193604,635.3762149810791,631.8247318267822,634.2995166778564,635.1792812347412,632.6332092285156,635.1883411407471,632.7455043792725 +25000,37500,cpu,uniform,False,True,False,65.83976745605469,64.99385833740234,63.34185600280762,66.1616325378418,65.69838523864746,66.680908203125,65.29879570007324,65.93728065490723,67.10219383239746,64.52012062072754,633.3694458007812,629.4941902160645,633.6681842803955,631.5648555755615,628.1514167785645,631.0393810272217,631.0842037200928,629.0590763092041,633.2685947418213,628.9246082305908 +25000,37500,cpu,uniform,True,False,True,20.67399024963379,20.31421661376953,20.531177520751953,20.491838455200195,20.551681518554688,20.33853530883789,20.312070846557617,20.44200897216797,20.448684692382812,22.279739379882812,622.2784519195557,617.7449226379395,619.9977397918701,622.2488880157471,618.6857223510742,620.4800605773926,620.6281185150146,618.675708770752,619.9221611022949,618.4587478637695 +25000,37500,cpu,uniform,True,False,False,20.473241806030273,20.719528198242188,20.267009735107422,20.362377166748047,24.809837341308594,22.605419158935547,21.086454391479492,20.92432975769043,22.507667541503906,20.62392234802246,621.452808380127,616.9016361236572,617.1872615814209,617.3632144927979,615.8356666564941,618.2503700256348,619.2266941070557,613.2025718688965,614.9749755859375,615.6346797943115 +25000,37500,cpu,uniform,False,False,True,20.548105239868164,20.94864845275879,20.42222023010254,22.73726463317871,21.000146865844727,20.947694778442383,20.292282104492188,20.263195037841797,21.07524871826172,20.712852478027344,616.1282062530518,616.3465976715088,619.2083358764648,618.49045753479,617.5870895385742,618.4706687927246,616.1155700683594,614.8395538330078,617.7523136138916,615.8323287963867 +25000,37500,cpu,uniform,False,False,False,20.65730094909668,20.573139190673828,20.494461059570312,22.481918334960938,20.880699157714844,20.51687240600586,20.945072174072266,21.732807159423828,20.746469497680664,20.577669143676758,622.490644454956,617.8286075592041,619.4064617156982,622.0149993896484,619.8844909667969,620.7244396209717,620.8205223083496,620.7742691040039,622.2522258758545,618.0894374847412 +25000,37500,cpu,normal,True,True,True,123.63576889038086,128.1442642211914,123.748779296875,128.89814376831055,123.82292747497559,124.81474876403809,125.11467933654785,124.64666366577148,126.12175941467285,123.19731712341309,1267.165184020996,1269.0293788909912,1271.3954448699951,1267.5204277038574,1267.202377319336,1272.341251373291,1266.791582107544,1262.3913288116455,1270.4041004180908,1269.7417736053467 +25000,37500,cpu,normal,True,True,False,124.65071678161621,128.0670166015625,125.85806846618652,126.06954574584961,124.1750717163086,127.0909309387207,124.18913841247559,124.00341033935547,127.14576721191406,124.41539764404297,1262.3977661132812,1263.2946968078613,1262.695550918579,1262.7012729644775,1262.0019912719727,1265.2184963226318,1263.3798122406006,1264.608383178711,1265.6915187835693,1264.9359703063965 +25000,37500,cpu,normal,False,True,True,94.78616714477539,95.31402587890625,95.07894515991211,100.18205642700195,97.53155708312988,94.8338508605957,94.47884559631348,95.02220153808594,95.55816650390625,96.25458717346191,1264.3418312072754,1263.7627124786377,1268.5494422912598,1263.3867263793945,1263.9813423156738,1264.143943786621,1266.038417816162,1261.1746788024902,1263.9458179473877,1265.3746604919434 +25000,37500,cpu,normal,False,True,False,96.13728523254395,95.7036018371582,95.3969955444336,102.0345687866211,97.36371040344238,95.13354301452637,95.04556655883789,95.25275230407715,95.40820121765137,94.9406623840332,1262.007236480713,1265.9316062927246,1272.5272178649902,1271.587610244751,1270.0061798095703,1263.6466026306152,1264.5106315612793,1261.5578174591064,1261.2028121948242,1264.4405364990234 +25000,37500,cpu,normal,True,False,True,74.4166374206543,76.10511779785156,74.3703842163086,74.57756996154785,74.47576522827148,82.50617980957031,78.6135196685791,74.5551586151123,75.1795768737793,74.85842704772949,1258.0170631408691,1258.821725845337,1247.2496032714844,1249.6960163116455,1247.7943897247314,1247.798204421997,1248.2631206512451,1246.7405796051025,1247.7545738220215,1246.7751502990723 +25000,37500,cpu,normal,True,False,False,75.37341117858887,75.18768310546875,74.59115982055664,76.75504684448242,75.36053657531738,76.41959190368652,79.54645156860352,77.20088958740234,73.97031784057617,74.80502128601074,1260.9028816223145,1258.4469318389893,1261.2147331237793,1257.8811645507812,1260.3418827056885,1257.9152584075928,1258.5735321044922,1262.885570526123,1256.256341934204,1256.0725212097168 +25000,37500,cpu,normal,False,False,True,74.40662384033203,75.73819160461426,74.47504997253418,75.94037055969238,75.98185539245605,82.53908157348633,76.7824649810791,75.10232925415039,74.3720531463623,74.55897331237793,1258.9967250823975,1258.9967250823975,1260.9333992004395,1256.7389011383057,1257.669448852539,1259.4525814056396,1253.2029151916504,1258.2299709320068,1254.8680305480957,1256.5460205078125 +25000,37500,cpu,normal,False,False,False,73.7912654876709,76.54094696044922,74.19466972351074,74.83315467834473,74.70250129699707,80.81340789794922,79.26177978515625,75.97780227661133,74.52797889709473,75.87099075317383,1258.5687637329102,1256.8261623382568,1256.5882205963135,1258.695363998413,1258.6679458618164,1258.232831954956,1255.2835941314697,1255.8536529541016,1259.6888542175293,1259.6068382263184 +25000,50000,cpu,homo,True,True,True,108.7489128112793,109.39288139343262,108.59036445617676,109.49134826660156,106.83202743530273,110.39209365844727,112.5953197479248,110.78882217407227,108.9627742767334,108.39271545410156,478.23500633239746,476.98092460632324,479.3112277984619,477.5059223175049,478.8651466369629,476.29618644714355,477.4627685546875,475.8915901184082,478.78384590148926,475.97551345825195 +25000,50000,cpu,homo,True,True,False,107.15842247009277,108.6568832397461,107.38682746887207,109.7724437713623,109.50565338134766,106.23311996459961,107.50532150268555,106.78958892822266,108.77490043640137,106.29987716674805,474.3802547454834,473.8490581512451,476.35602951049805,471.76241874694824,475.65770149230957,470.1826572418213,474.51186180114746,472.151517868042,474.12729263305664,470.59106826782227 +25000,50000,cpu,homo,False,True,True,86.28153800964355,88.69791030883789,86.20476722717285,88.05179595947266,87.7373218536377,87.9819393157959,87.99457550048828,90.18421173095703,86.49659156799316,86.79890632629395,480.99613189697266,479.6483516693115,480.84020614624023,478.6250591278076,482.09190368652344,477.19812393188477,479.6004295349121,479.04372215270996,478.7626266479492,476.88746452331543 +25000,50000,cpu,homo,False,True,False,88.67335319519043,90.73901176452637,90.00396728515625,87.60404586791992,91.62187576293945,90.33370018005371,92.39482879638672,90.57116508483887,88.16933631896973,90.60955047607422,481.22119903564453,478.0843257904053,479.54583168029785,477.9224395751953,476.4442443847656,476.945161819458,477.4513244628906,478.00588607788086,474.7016429901123,478.8968563079834 +25000,50000,cpu,homo,True,False,True,17.173290252685547,17.412185668945312,17.384767532348633,17.263412475585938,17.1816349029541,17.42243766784668,17.176389694213867,17.338037490844727,17.345905303955078,18.652915954589844,459.4550132751465,463.0441665649414,462.2321128845215,462.6891613006592,460.85548400878906,460.9570503234863,462.665319442749,462.12029457092285,460.8280658721924,460.60752868652344 +25000,50000,cpu,homo,True,False,False,17.238616943359375,17.247676849365234,17.843008041381836,17.360687255859375,18.589496612548828,17.640352249145508,18.169164657592773,17.288684844970703,18.04518699645996,17.348289489746094,466.350793838501,464.0660285949707,464.70069885253906,461.4577293395996,464.3115997314453,461.1375331878662,462.1732234954834,458.97746086120605,462.77832984924316,459.5208168029785 +25000,50000,cpu,homo,False,False,True,18.09549331665039,17.41313934326172,17.273426055908203,17.21930503845215,17.69232749938965,18.014192581176758,18.937349319458008,17.290592193603516,19.982576370239258,17.415761947631836,461.322546005249,463.2079601287842,461.86208724975586,466.1383628845215,462.2693061828613,464.06006813049316,464.66994285583496,463.9441967010498,463.11330795288086,515.0175094604492 +25000,50000,cpu,homo,False,False,False,17.46201515197754,17.696857452392578,17.3037052154541,17.545700073242188,17.593860626220703,17.36903190612793,17.273664474487305,17.40574836730957,19.1953182220459,17.3490047454834,465.00205993652344,464.1704559326172,463.55247497558594,462.83745765686035,465.9543037414551,461.47847175598145,463.8102054595947,463.39917182922363,463.67573738098145,461.8184566497803 +25000,50000,cpu,uniform,True,True,True,107.7272891998291,105.33547401428223,106.26053810119629,107.31005668640137,109.88044738769531,108.00361633300781,109.83085632324219,106.72426223754883,107.23423957824707,109.68160629272461,844.2091941833496,843.8899517059326,844.322919845581,842.9608345031738,845.8619117736816,842.200517654419,844.3112373352051,845.1054096221924,846.038818359375,843.4751033782959 +25000,50000,cpu,uniform,True,True,False,108.29830169677734,107.50532150268555,104.94565963745117,103.66129875183105,106.75382614135742,105.93032836914062,105.41152954101562,105.15809059143066,105.87453842163086,105.84139823913574,841.8474197387695,843.5342311859131,843.287467956543,843.1651592254639,844.759464263916,845.3502655029297,845.7636833190918,846.4186191558838,846.1649417877197,844.5422649383545 +25000,50000,cpu,uniform,False,True,True,82.60536193847656,84.76543426513672,84.29551124572754,84.2292308807373,87.17966079711914,84.44643020629883,82.13376998901367,82.57436752319336,83.51564407348633,85.0362777709961,846.1031913757324,844.1154956817627,874.016284942627,843.7964916229248,846.7981815338135,841.7036533355713,843.2483673095703,843.5673713684082,845.6935882568359,844.2904949188232 +25000,50000,cpu,uniform,False,True,False,85.07370948791504,82.09609985351562,83.21714401245117,83.740234375,80.9018611907959,86.36689186096191,84.52296257019043,84.33771133422852,76.55978202819824,86.90190315246582,840.7385349273682,841.2892818450928,841.261625289917,842.4520492553711,841.766357421875,840.6918048858643,839.1430377960205,841.5398597717285,842.3130512237549,842.2188758850098 +25000,50000,cpu,uniform,True,False,True,28.091907501220703,27.195453643798828,27.78029441833496,27.828216552734375,27.062416076660156,27.867794036865234,28.918027877807617,27.463197708129883,27.582168579101562,28.448820114135742,826.5721797943115,850.1601219177246,824.8286247253418,826.4727592468262,826.7867565155029,826.7717361450195,826.3185024261475,826.2908458709717,825.472354888916,825.1166343688965 +25000,50000,cpu,uniform,True,False,False,28.24687957763672,27.299880981445312,27.46129035949707,28.593063354492188,30.367136001586914,28.027057647705078,27.930259704589844,27.126550674438477,27.0538330078125,27.632713317871094,821.9318389892578,826.3030052185059,821.1650848388672,821.5696811676025,824.4285583496094,822.3907947540283,823.0383396148682,824.6734142303467,825.1948356628418,821.9163417816162 +25000,50000,cpu,uniform,False,False,True,28.179407119750977,27.32229232788086,27.381420135498047,30.87639808654785,28.502464294433594,27.16231346130371,27.521133422851562,27.175426483154297,27.661561965942383,27.43387222290039,822.6101398468018,821.4070796966553,822.368860244751,822.0975399017334,817.5849914550781,820.2054500579834,822.6559162139893,819.7228908538818,819.8103904724121,818.7060356140137 +25000,50000,cpu,uniform,False,False,False,27.40168571472168,26.99732780456543,27.364492416381836,27.413129806518555,26.99756622314453,28.569936752319336,30.26866912841797,30.60173988342285,27.164936065673828,27.405977249145508,825.3073692321777,825.8762359619141,826.7741203308105,826.0021209716797,822.8697776794434,824.4218826293945,824.8772621154785,827.3520469665527,826.8203735351562,822.5839138031006 +25000,50000,cpu,normal,True,True,True,166.3992404937744,167.40179061889648,166.66173934936523,166.17250442504883,165.41671752929688,166.51678085327148,164.41845893859863,165.59743881225586,166.17202758789062,168.09701919555664,1692.0769214630127,1690.2925968170166,1693.962574005127,1694.2274570465088,1687.255620956421,1690.1862621307373,1720.7415103912354,1692.4376487731934,1692.0926570892334,1691.1101341247559 +25000,50000,cpu,normal,True,True,False,167.34957695007324,167.372465133667,166.20469093322754,169.3274974822998,166.65959358215332,168.16234588623047,167.1745777130127,166.92209243774414,166.36276245117188,165.55023193359375,1690.4757022857666,1693.713903427124,1688.3141994476318,1690.6933784484863,1691.7119026184082,1690.1121139526367,1693.143606185913,1694.8127746582031,1693.9191818237305,1688.8833045959473 +25000,50000,cpu,normal,False,True,True,123.58927726745605,131.4527988433838,129.3189525604248,125.46730041503906,124.18341636657715,122.37143516540527,122.06292152404785,123.50225448608398,123.87776374816895,125.48327445983887,1687.5975131988525,1686.0125064849854,1688.2696151733398,1689.3346309661865,1684.7858428955078,1686.7713928222656,1686.1019134521484,1684.648036956787,1680.243730545044,1689.6138191223145 +25000,50000,cpu,normal,False,True,False,123.51584434509277,130.12218475341797,126.05834007263184,123.84557723999023,122.35856056213379,123.16703796386719,122.39933013916016,123.66271018981934,123.85916709899902,124.10926818847656,1689.0285015106201,1695.486068725586,1691.277027130127,1728.8615703582764,1690.3815269470215,1696.0973739624023,1689.3835067749023,1692.4636363983154,1693.9926147460938,1693.9365863800049 +25000,50000,cpu,normal,True,False,True,103.69658470153809,100.65340995788574,103.79672050476074,100.61931610107422,103.55854034423828,100.89373588562012,101.44996643066406,100.51751136779785,101.34506225585938,103.00111770629883,1676.300287246704,1678.0414581298828,1682.1205615997314,1679.4612407684326,1679.1503429412842,1680.4358959197998,1679.3053150177002,1675.724744796753,1676.1441230773926,1678.877592086792 +25000,50000,cpu,normal,True,False,False,99.98083114624023,100.3420352935791,100.55685043334961,103.1639575958252,101.03678703308105,98.93655776977539,99.86257553100586,99.5171070098877,100.23641586303711,99.36189651489258,1682.5478076934814,1677.1774291992188,1675.781488418579,1674.379825592041,1675.1697063446045,1679.6903610229492,1681.4024448394775,1677.8583526611328,1677.6869297027588,1679.4888973236084 +25000,50000,cpu,normal,False,False,True,98.79612922668457,100.5239486694336,99.28703308105469,106.87971115112305,100.73494911193848,99.1206169128418,99.63440895080566,99.71046447753906,99.5478630065918,99.7016429901123,1670.7971096038818,1673.8090515136719,1674.5617389678955,1673.7699508666992,1674.0822792053223,1670.7136631011963,1672.1951961517334,1665.9414768218994,1673.2661724090576,1679.072380065918 +25000,50000,cpu,normal,False,False,False,99.77507591247559,99.94769096374512,100.11577606201172,107.00464248657227,102.70428657531738,100.17561912536621,100.47626495361328,100.04186630249023,100.77261924743652,99.87545013427734,1681.7290782928467,1675.7206916809082,1680.1037788391113,1674.5176315307617,1678.2217025756836,1678.4486770629883,1676.5265464782715,1678.5447597503662,1679.7871589660645,1683.2349300384521 +37500,1000,cpu,homo,True,True,True,21.143436431884766,18.62025260925293,18.081188201904297,14.801263809204102,16.517162322998047,12.22372055053711,20.626306533813477,16.46280288696289,24.519681930541992,21.7437744140625,14.616966247558594,14.533519744873047,14.509439468383789,14.447212219238281,14.353275299072266,14.672279357910156,34.40380096435547,14.740467071533203,14.578580856323242,14.476537704467773 +37500,1000,cpu,homo,True,True,False,18.549680709838867,16.323566436767578,23.340463638305664,15.306711196899414,21.61097526550293,17.697572708129883,24.236679077148438,20.82347869873047,16.966581344604492,18.611431121826172,14.362812042236328,14.333963394165039,14.435768127441406,14.42718505859375,14.418601989746094,14.511823654174805,14.640569686889648,14.458179473876953,14.16635513305664,14.597654342651367 +37500,1000,cpu,homo,False,True,True,14.600038528442383,15.688419342041016,15.16413688659668,16.1283016204834,15.05589485168457,16.29805564880371,15.321493148803711,15.564203262329102,14.856576919555664,15.596628189086914,14.878988265991211,15.042304992675781,14.770030975341797,14.716148376464844,14.803409576416016,15.09237289428711,14.981508255004883,15.242338180541992,14.997720718383789,14.856815338134766 +37500,1000,cpu,homo,False,True,False,14.089107513427734,14.167070388793945,15.228986740112305,14.557600021362305,15.553951263427734,15.37775993347168,15.377283096313477,15.165090560913086,15.198469161987305,14.985084533691406,14.935970306396484,14.75381851196289,14.834880828857422,14.83774185180664,14.819860458374023,14.824628829956055,14.72020149230957,14.717578887939453,14.83154296875,14.917612075805664 +37500,1000,cpu,homo,True,False,True,1.9421577453613281,1.7168521881103516,1.7962455749511719,2.118349075317383,1.8563270568847656,1.7819404602050781,1.585245132446289,1.8546581268310547,1.4908313751220703,1.3852119445800781,14.460325241088867,14.510154724121094,14.456987380981445,14.452219009399414,14.644145965576172,14.70494270324707,14.438390731811523,14.236211776733398,14.571666717529297,14.737606048583984 +37500,1000,cpu,homo,True,False,False,2.0384788513183594,2.0170211791992188,1.9898414611816406,1.977682113647461,1.8496513366699219,1.6853809356689453,1.733541488647461,1.6276836395263672,1.5316009521484375,1.5888214111328125,14.647960662841797,14.332056045532227,14.39046859741211,14.739990234375,40.006399154663086,17.714977264404297,14.644145965576172,14.442920684814453,14.463663101196289,14.618635177612305 +37500,1000,cpu,homo,False,False,True,9.396076202392578,8.028268814086914,8.754253387451172,9.732484817504883,14.267206192016602,9.774208068847656,8.402347564697266,9.513378143310547,11.127233505249023,8.404016494750977,13.930082321166992,14.120817184448242,14.030694961547852,13.965368270874023,14.136791229248047,14.009237289428711,13.910055160522461,14.032363891601562,13.894081115722656,14.080524444580078 +37500,1000,cpu,homo,False,False,False,8.739471435546875,8.57090950012207,4.569292068481445,5.357980728149414,5.166292190551758,3.7331581115722656,9.80687141418457,9.465694427490234,8.520126342773438,10.092973709106445,13.868570327758789,13.98158073425293,14.069557189941406,14.01972770690918,13.976335525512695,13.726234436035156,13.790607452392578,13.904809951782227,13.841867446899414,13.894796371459961 +37500,1000,cpu,uniform,True,True,True,13.683080673217773,14.471292495727539,24.06787872314453,15.726566314697266,23.144006729125977,16.762495040893555,12.941122055053711,20.96700668334961,15.02227783203125,23.44346046447754,25.310516357421875,25.197267532348633,25.429964065551758,25.218963623046875,25.62236785888672,25.332927703857422,25.296449661254883,25.142908096313477,25.377750396728516,25.43950080871582 +37500,1000,cpu,uniform,True,True,False,25.16341209411621,24.84130859375,27.689456939697266,25.289535522460938,30.027151107788086,25.483369827270508,26.364803314208984,20.683765411376953,16.289234161376953,24.988412857055664,25.53558349609375,25.504350662231445,25.04277229309082,25.560855865478516,25.44879913330078,25.483369827270508,25.390625,25.752782821655273,25.46834945678711,25.514841079711914 +37500,1000,cpu,uniform,False,True,True,11.201143264770508,11.36326789855957,11.466741561889648,11.755228042602539,11.497020721435547,11.68680191040039,11.694669723510742,13.02647590637207,11.665821075439453,12.122154235839844,25.76160430908203,25.771141052246094,25.65312385559082,25.71892738342285,25.60877799987793,25.991439819335938,25.649070739746094,25.83169937133789,26.113510131835938,25.923967361450195 +37500,1000,cpu,uniform,False,True,False,12.322187423706055,12.694835662841797,11.973381042480469,12.549400329589844,12.360811233520508,12.936115264892578,12.337923049926758,12.70294189453125,12.045145034790039,13.028621673583984,25.6807804107666,26.030540466308594,25.915861129760742,26.03912353515625,25.900840759277344,25.93064308166504,25.945425033569336,25.996923446655273,26.073932647705078,25.81024169921875 +37500,1000,cpu,uniform,True,False,True,2.962827682495117,3.0930042266845703,2.37274169921875,2.216815948486328,2.886056900024414,3.016948699951172,2.3453235626220703,1.8072128295898438,2.3016929626464844,1.9011497497558594,25.403499603271484,25.11000633239746,25.452852249145508,24.99532699584961,25.319337844848633,24.860143661499023,25.175094604492188,55.78804016113281,31.592845916748047,24.9025821685791 +37500,1000,cpu,uniform,True,False,False,2.764463424682617,2.387523651123047,2.866983413696289,3.367900848388672,2.9876232147216797,2.1317005157470703,2.072572708129883,2.1409988403320312,2.646207809448242,2.950429916381836,25.287628173828125,25.20751953125,25.39825439453125,25.559186935424805,25.39372444152832,25.37226676940918,25.264501571655273,25.520801544189453,25.438308715820312,25.207996368408203 +37500,1000,cpu,uniform,False,False,True,11.55996322631836,15.180349349975586,15.353679656982422,10.879278182983398,11.685371398925781,14.631032943725586,16.289234161376953,15.89202880859375,14.84990119934082,13.706684112548828,24.642467498779297,24.654150009155273,24.40929412841797,24.953842163085938,25.259971618652344,24.941205978393555,25.04253387451172,24.888038635253906,24.952411651611328,24.56188201904297 +37500,1000,cpu,uniform,False,False,False,10.678529739379883,11.936664581298828,14.249086380004883,13.768434524536133,14.98723030090332,11.328935623168945,16.04914665222168,14.539003372192383,8.908271789550781,12.64333724975586,24.97076988220215,24.491071701049805,24.88851547241211,24.57737922668457,24.66106414794922,24.44911003112793,24.4596004486084,24.74069595336914,24.500608444213867,24.785280227661133 +37500,1000,cpu,normal,True,True,True,34.75236892700195,41.16368293762207,37.592411041259766,28.879165649414062,36.748647689819336,32.03415870666504,36.63229942321777,40.817975997924805,53.70140075683594,31.01491928100586,51.312923431396484,51.082611083984375,51.09596252441406,50.61006546020508,50.540924072265625,50.530433654785156,50.815582275390625,105.03268241882324,50.71663856506348,50.86016654968262 +37500,1000,cpu,normal,True,True,False,55.38630485534668,40.75765609741211,37.15991973876953,53.058624267578125,34.07859802246094,41.03899002075195,38.11311721801758,43.567657470703125,32.018184661865234,25.470495223999023,50.78625679016113,51.34844779968262,51.20539665222168,51.244258880615234,51.09143257141113,51.413774490356445,50.73809623718262,50.66943168640137,50.81367492675781,50.57859420776367 +37500,1000,cpu,normal,False,True,True,12.414693832397461,13.892650604248047,12.185096740722656,13.620138168334961,12.17794418334961,13.93580436706543,12.316226959228516,13.949871063232422,12.414693832397461,13.675451278686523,50.4453182220459,50.443172454833984,49.97825622558594,50.327301025390625,50.46796798706055,50.2774715423584,50.23956298828125,50.01640319824219,49.89933967590332,50.327301025390625 +37500,1000,cpu,normal,False,True,False,13.162612915039062,12.094974517822266,12.843608856201172,12.497901916503906,13.052225112915039,12.732505798339844,12.579202651977539,12.75634765625,12.282133102416992,12.319803237915039,50.08697509765625,49.96061325073242,50.25482177734375,49.95560646057129,50.1863956451416,50.034284591674805,50.528764724731445,50.4152774810791,50.19259452819824,50.096988677978516 +37500,1000,cpu,normal,True,False,True,5.739688873291016,4.330635070800781,3.9899349212646484,3.816366195678711,3.7686824798583984,3.4668445587158203,3.5474300384521484,3.2303333282470703,2.871990203857422,3.3986568450927734,49.953460693359375,50.29582977294922,50.54187774658203,50.470829010009766,51.41878128051758,50.173282623291016,50.484418869018555,51.03945732116699,50.65774917602539,50.905704498291016 +37500,1000,cpu,normal,True,False,False,4.376888275146484,4.530191421508789,4.055023193359375,3.6857128143310547,3.2205581665039062,2.894163131713867,3.387451171875,2.84576416015625,4.327297210693359,3.2994747161865234,50.13108253479004,50.66728591918945,50.62532424926758,50.34470558166504,50.14610290527344,50.08864402770996,50.87876319885254,50.73404312133789,50.46486854553223,50.756216049194336 +37500,1000,cpu,normal,False,False,True,29.82926368713379,51.49579048156738,36.473751068115234,51.51033401489258,32.09638595581055,38.22922706604004,43.3497428894043,39.04271125793457,21.01421356201172,32.81688690185547,49.95465278625488,49.92246627807617,50.28128623962402,50.25649070739746,49.60942268371582,49.88670349121094,50.20475387573242,50.03166198730469,50.03666877746582,49.98278617858887 +37500,1000,cpu,normal,False,False,False,37.065982818603516,38.55276107788086,39.51096534729004,28.79047393798828,51.73611640930176,40.06075859069824,22.346973419189453,37.71567344665527,31.721115112304688,31.3570499420166,50.78125,50.797224044799805,50.81605911254883,50.81534385681152,50.62246322631836,50.6436824798584,50.614356994628906,50.49753189086914,50.41670799255371,50.14324188232422 +37500,2500,cpu,homo,True,True,True,14.34946060180664,14.04571533203125,23.436546325683594,20.697832107543945,22.582292556762695,24.614810943603516,20.280838012695312,20.695924758911133,21.402835845947266,14.56761360168457,35.92991828918457,36.32092475891113,35.69793701171875,35.880327224731445,36.093711853027344,38.33913803100586,35.9339714050293,36.07988357543945,36.05818748474121,35.729169845581055 +37500,2500,cpu,homo,True,True,False,16.68238639831543,19.25039291381836,16.95394515991211,23.146629333496094,17.82703399658203,22.443294525146484,24.821996688842773,18.91183853149414,23.009538650512695,20.59626579284668,36.695003509521484,36.35716438293457,36.12542152404785,36.0262393951416,36.03768348693848,35.775184631347656,35.92038154602051,36.13924980163574,35.99977493286133,36.26108169555664 +37500,2500,cpu,homo,False,True,True,24.276018142700195,24.52707290649414,23.7271785736084,25.072574615478516,24.22809600830078,24.78480339050293,24.712800979614258,25.002002716064453,26.099443435668945,24.66607093811035,36.14330291748047,36.22150421142578,36.037445068359375,36.06772422790527,36.034584045410156,36.35907173156738,36.49735450744629,35.71152687072754,36.3612174987793,36.76414489746094 +37500,2500,cpu,homo,False,True,False,24.24478530883789,23.88286590576172,24.857759475708008,25.299787521362305,25.33721923828125,25.67005157470703,24.25980567932129,25.417566299438477,24.774551391601562,25.08831024169922,36.501407623291016,36.561012268066406,36.61489486694336,36.42582893371582,36.53144836425781,36.458730697631836,36.48829460144043,36.149024963378906,36.37075424194336,36.46039962768555 +37500,2500,cpu,homo,True,False,True,3.2558441162109375,3.670930862426758,2.8312206268310547,2.916574478149414,2.572298049926758,2.7718544006347656,3.6673545837402344,2.2726058959960938,2.8543472290039062,2.4220943450927734,35.51220893859863,35.49313545227051,35.45117378234863,35.25495529174805,35.2175235748291,35.77303886413574,35.552024841308594,35.83121299743652,35.66861152648926,35.37726402282715 +37500,2500,cpu,homo,True,False,False,3.256559371948242,2.9878616333007812,3.3540725708007812,3.1316280364990234,2.6884078979492188,2.3374557495117188,2.799510955810547,2.390146255493164,2.0744800567626953,1.9540786743164062,35.462141036987305,35.39252281188965,35.540103912353516,35.59303283691406,35.26425361633301,35.240888595581055,35.668373107910156,35.44330596923828,35.2632999420166,35.27259826660156 +37500,2500,cpu,homo,False,False,True,9.38558578491211,9.95326042175293,9.503364562988281,10.272502899169922,13.803243637084961,9.925603866577148,10.000228881835938,9.709835052490234,10.232210159301758,11.368036270141602,34.7745418548584,34.94381904602051,34.79743003845215,34.77334976196289,34.54732894897461,34.912109375,34.700632095336914,34.49130058288574,35.04371643066406,35.02202033996582 +37500,2500,cpu,homo,False,False,False,12.155294418334961,10.177373886108398,10.105371475219727,10.386228561401367,7.644891738891602,10.178089141845703,10.268688201904297,10.19430160522461,10.078668594360352,10.112285614013672,34.70301628112793,34.63625907897949,34.6989631652832,34.89089012145996,34.82246398925781,34.76285934448242,35.08615493774414,35.14909744262695,34.926652908325195,35.03561019897461 +37500,2500,cpu,uniform,True,True,True,13.970136642456055,20.702362060546875,17.745494842529297,29.70743179321289,29.87504005432129,22.115230560302734,24.471044540405273,23.665904998779297,26.56078338623047,21.11959457397461,64.0878677368164,63.93313407897949,64.00299072265625,64.26668167114258,63.52710723876953,63.3547306060791,63.28701972961426,63.9345645904541,63.25936317443848,64.09883499145508 +37500,2500,cpu,uniform,True,True,False,14.955520629882812,19.599199295043945,16.338109970092773,19.975900650024414,17.453432083129883,18.624305725097656,17.95482635498047,21.320581436157227,21.003007888793945,25.765419006347656,63.545942306518555,63.61699104309082,65.80018997192383,63.699960708618164,63.690900802612305,64.34750556945801,64.11933898925781,64.1169548034668,64.0099048614502,63.837528228759766 +37500,2500,cpu,uniform,False,True,True,20.58887481689453,21.007061004638672,22.223472595214844,20.478248596191406,21.00205421447754,21.813154220581055,20.42365074157715,20.97320556640625,20.93672752380371,20.878314971923828,63.82441520690918,63.51613998413086,63.471317291259766,63.629150390625,64.28027153015137,64.00012969970703,63.68875503540039,63.60650062561035,63.88568878173828,63.79055976867676 +37500,2500,cpu,uniform,False,True,False,19.912242889404297,20.900249481201172,20.333290100097656,20.39647102355957,20.518064498901367,20.200014114379883,20.324230194091797,20.39194107055664,20.30324935913086,20.135879516601562,63.17400932312012,63.41719627380371,64.25237655639648,64.62311744689941,64.1472339630127,63.921451568603516,63.96341323852539,64.24713134765625,63.79389762878418,63.68255615234375 +37500,2500,cpu,uniform,True,False,True,4.894018173217773,5.683422088623047,4.8828125,4.228830337524414,3.587484359741211,3.186941146850586,3.251791000366211,3.6580562591552734,2.451658248901367,2.6395320892333984,63.371896743774414,62.91770935058594,62.83855438232422,62.83068656921387,62.2708797454834,61.92922592163086,62.390804290771484,62.58440017700195,62.1638298034668,62.23654747009277 +37500,2500,cpu,uniform,True,False,False,3.6308765411376953,3.3996105194091797,3.6399364471435547,2.5560855865478516,2.5467872619628906,2.9883384704589844,2.5680065155029297,2.134084701538086,2.3369789123535156,2.4056434631347656,62.094926834106445,63.38357925415039,63.21072578430176,62.17455863952637,62.021493911743164,62.311649322509766,61.94806098937988,61.93375587463379,62.454938888549805,62.53838539123535 +37500,2500,cpu,uniform,False,False,True,16.838550567626953,16.995668411254883,14.58597183227539,13.141632080078125,12.754201889038086,14.894962310791016,13.321876525878906,15.838623046875,16.683101654052734,15.152454376220703,61.377525329589844,62.6072883605957,62.13092803955078,62.281131744384766,62.151432037353516,62.28756904602051,61.85507774353027,62.067508697509766,62.052249908447266,61.79952621459961 +37500,2500,cpu,uniform,False,False,False,12.923002243041992,16.557693481445312,15.656471252441406,18.78046989440918,17.100095748901367,15.66767692565918,16.18790626525879,15.356302261352539,16.732454299926758,13.702630996704102,61.15388870239258,61.4171028137207,61.879873275756836,61.905622482299805,61.60569190979004,62.047481536865234,61.91754341125488,61.58566474914551,62.06083297729492,62.03150749206543 +37500,2500,cpu,normal,True,True,True,41.32080078125,31.308412551879883,26.676177978515625,24.45816993713379,26.71980857849121,24.371623992919922,24.567842483520508,24.519920349121094,38.52248191833496,37.60695457458496,149.92403984069824,126.82867050170898,126.0831356048584,169.23904418945312,127.20370292663574,126.42383575439453,126.34134292602539,126.55377388000488,126.53374671936035,127.36725807189941 +37500,2500,cpu,normal,True,True,False,49.94034767150879,47.85895347595215,44.38591003417969,40.11654853820801,42.762041091918945,45.08852958679199,37.05239295959473,34.99460220336914,41.30911827087402,38.808584213256836,126.80339813232422,126.51658058166504,127.63476371765137,128.0496120452881,127.78306007385254,127.29096412658691,126.8010139465332,126.43718719482422,126.94215774536133,126.64675712585449 +37500,2500,cpu,normal,False,True,True,23.151159286499023,23.450851440429688,23.726940155029297,23.446321487426758,23.866891860961914,23.750782012939453,23.645639419555664,23.684263229370117,24.384260177612305,23.96392822265625,127.2120475769043,127.20346450805664,126.14655494689941,126.78098678588867,126.53541564941406,126.61218643188477,126.9381046295166,125.95653533935547,127.03132629394531,126.39236450195312 +37500,2500,cpu,normal,False,True,False,24.682283401489258,24.085521697998047,24.103641510009766,24.5513916015625,24.72829818725586,25.120973587036133,24.71160888671875,24.590492248535156,24.080753326416016,24.252653121948242,126.91092491149902,126.46961212158203,126.72686576843262,127.23040580749512,126.91783905029297,127.51030921936035,126.25670433044434,126.29246711730957,126.74212455749512,126.7862319946289 +37500,2500,cpu,normal,True,False,True,8.616924285888672,8.841991424560547,6.976604461669922,8.302688598632812,7.363557815551758,7.13801383972168,7.494211196899414,8.651018142700195,7.483959197998047,7.2536468505859375,126.52897834777832,125.85973739624023,124.79043006896973,124.4802474975586,125.48136711120605,124.7107982635498,125.40292739868164,126.43098831176758,126.1289119720459,126.27673149108887 +37500,2500,cpu,normal,True,False,False,7.140874862670898,7.049083709716797,7.408857345581055,6.947517395019531,7.442235946655273,6.942987442016602,7.424592971801758,7.398128509521484,6.996393203735352,7.963657379150391,125.7638931274414,125.11157989501953,125.30970573425293,125.7326602935791,126.56831741333008,126.93476676940918,146.7573642730713,126.15799903869629,125.5483627319336,125.94366073608398 +37500,2500,cpu,normal,False,False,True,30.931711196899414,39.23296928405762,44.31915283203125,49.69954490661621,40.030717849731445,28.0764102935791,26.610851287841797,39.33858871459961,50.51851272583008,35.024166107177734,126.12533569335938,125.40245056152344,124.46236610412598,125.17547607421875,125.62084197998047,125.75173377990723,125.71525573730469,125.48637390136719,125.72336196899414,125.41723251342773 +37500,2500,cpu,normal,False,False,False,40.46797752380371,40.48562049865723,56.00309371948242,41.38970375061035,42.55080223083496,29.390335083007812,43.97225379943848,43.593645095825195,47.74832725524902,47.814130783081055,126.65629386901855,126.06525421142578,125.67281723022461,125.68807601928711,125.31471252441406,125.65732002258301,125.04124641418457,125.5807876586914,126.15227699279785,125.81491470336914 +37500,5000,cpu,homo,True,True,True,16.936540603637695,20.867347717285156,18.897533416748047,18.543004989624023,20.346403121948242,22.873878479003906,19.739389419555664,21.35014533996582,18.066883087158203,18.416166305541992,71.9606876373291,71.21062278747559,71.0597038269043,71.34127616882324,71.03133201599121,71.37203216552734,71.6400146484375,71.47979736328125,71.16341590881348,71.30265235900879 +37500,5000,cpu,homo,True,True,False,23.55360984802246,20.869731903076172,23.66328239440918,22.49002456665039,18.338680267333984,18.06473731994629,22.16482162475586,17.83132553100586,18.932819366455078,24.158000946044922,72.40819931030273,72.07345962524414,71.86317443847656,71.85864448547363,71.37894630432129,72.25847244262695,71.88582420349121,71.08116149902344,71.62761688232422,71.15697860717773 +37500,5000,cpu,homo,False,True,True,36.37385368347168,35.65478324890137,35.30120849609375,35.825252532958984,36.42606735229492,35.66241264343262,35.59231758117676,35.57324409484863,35.082101821899414,35.86173057556152,72.77226448059082,73.38547706604004,73.60410690307617,73.49395751953125,72.61395454406738,72.49021530151367,71.8679428100586,72.31426239013672,71.88653945922852,72.93295860290527 +37500,5000,cpu,homo,False,True,False,35.42828559875488,35.27235984802246,34.125566482543945,34.81125831604004,34.799814224243164,34.38115119934082,35.12167930603027,34.56568717956543,34.707069396972656,34.87706184387207,72.1745491027832,71.99621200561523,72.61991500854492,72.9379653930664,72.61395454406738,72.25227355957031,71.88248634338379,71.8541145324707,72.0677375793457,71.74468040466309 +37500,5000,cpu,homo,True,False,True,4.928827285766602,4.734516143798828,3.8595199584960938,3.673553466796875,4.453182220458984,4.137754440307617,3.667116165161133,3.185272216796875,3.2243728637695312,3.210306167602539,69.96273994445801,70.20759582519531,69.80681419372559,69.6861743927002,69.90504264831543,69.40770149230957,69.8552131652832,70.0225830078125,69.98133659362793,70.24908065795898 +37500,5000,cpu,homo,True,False,False,4.160165786743164,5.104303359985352,3.652811050415039,4.479408264160156,3.686189651489258,3.889322280883789,3.322601318359375,3.336191177368164,3.052949905395508,3.203868865966797,69.31543350219727,70.2505111694336,69.8537826538086,70.3744888305664,70.3885555267334,70.50561904907227,72.10135459899902,69.99659538269043,70.21021842956543,70.30987739562988 +37500,5000,cpu,homo,False,False,True,16.826391220092773,11.577606201171875,15.388965606689453,10.762929916381836,10.449886322021484,9.84048843383789,11.86990737915039,11.42740249633789,11.352062225341797,13.942480087280273,70.33705711364746,70.2061653137207,70.50490379333496,69.86093521118164,69.75746154785156,69.67329978942871,69.58460807800293,69.5197582244873,69.69118118286133,69.60201263427734 +37500,5000,cpu,homo,False,False,False,9.826183319091797,10.348081588745117,13.761281967163086,11.3983154296875,13.748645782470703,16.186237335205078,12.298583984375,12.808084487915039,11.451244354248047,11.043310165405273,68.98164749145508,69.20790672302246,69.19455528259277,70.18542289733887,69.45109367370605,69.99039649963379,69.73123550415039,69.57507133483887,69.31042671203613,69.84639167785645 +37500,5000,cpu,uniform,True,True,True,18.224477767944336,17.652034759521484,23.481130599975586,22.497177124023438,27.032852172851562,25.66385269165039,25.870323181152344,25.909900665283203,19.2110538482666,17.367839813232422,127.58684158325195,127.0301342010498,128.251314163208,128.6008358001709,127.95543670654297,169.81887817382812,127.38847732543945,126.87277793884277,126.2657642364502,126.33562088012695 +37500,5000,cpu,uniform,True,True,False,26.014089584350586,29.634475708007812,26.91507339477539,23.071765899658203,27.06146240234375,20.272493362426758,23.732423782348633,26.587724685668945,23.32758903503418,19.2563533782959,126.04713439941406,150.53939819335938,127.14076042175293,127.23255157470703,127.49266624450684,127.88629531860352,127.4421215057373,126.16586685180664,126.18875503540039,125.5483627319336 +37500,5000,cpu,uniform,False,True,True,29.851675033569336,29.96230125427246,31.02397918701172,30.179500579833984,30.16066551208496,30.0447940826416,30.241727828979492,30.41696548461914,30.700206756591797,30.328750610351562,126.76644325256348,126.31750106811523,127.12311744689941,127.47049331665039,126.69920921325684,126.46317481994629,125.98228454589844,126.6937255859375,126.85227394104004,126.0228157043457 +37500,5000,cpu,uniform,False,True,False,30.68995475769043,30.078887939453125,29.732942581176758,30.410289764404297,29.496192932128906,30.65800666809082,30.20501136779785,29.75320816040039,29.6781063079834,29.901504516601562,125.98538398742676,127.41208076477051,127.42733955383301,126.41358375549316,126.29246711730957,126.07169151306152,126.4188289642334,126.39141082763672,127.27832794189453,126.64985656738281 +37500,5000,cpu,uniform,True,False,True,5.000114440917969,4.535913467407227,5.071401596069336,4.506587982177734,4.155635833740234,4.039287567138672,4.26483154296875,4.496574401855469,4.252195358276367,4.077434539794922,124.13597106933594,123.60930442810059,123.00586700439453,123.4593391418457,125.07057189941406,123.72565269470215,124.81331825256348,125.38886070251465,124.71580505371094,124.80497360229492 +37500,5000,cpu,uniform,True,False,False,5.873918533325195,5.041360855102539,4.703998565673828,4.595756530761719,4.155635833740234,4.04810905456543,4.10771369934082,4.526376724243164,4.392147064208984,4.209756851196289,125.0448226928711,124.90105628967285,124.53722953796387,124.53031539916992,126.39164924621582,125.75030326843262,124.95923042297363,124.48906898498535,124.5889663696289,123.91972541809082 +37500,5000,cpu,uniform,False,False,True,16.818761825561523,12.590646743774414,22.42302894592285,16.05510711669922,15.573740005493164,12.087345123291016,11.880874633789062,16.36505126953125,17.17853546142578,18.71633529663086,124.85718727111816,124.97687339782715,124.92489814758301,124.70149993896484,124.81451034545898,125.17356872558594,124.7408390045166,124.01390075683594,125.19598007202148,124.89891052246094 +37500,5000,cpu,uniform,False,False,False,22.478103637695312,16.65806770324707,17.285585403442383,14.215230941772461,11.936187744140625,14.542341232299805,14.543294906616211,16.94965362548828,17.393112182617188,14.80245590209961,123.35991859436035,122.65419960021973,123.14653396606445,122.54214286804199,123.33416938781738,124.68743324279785,124.90487098693848,123.47126007080078,122.66802787780762,121.07610702514648 +37500,5000,cpu,normal,True,True,True,50.43292045593262,53.59959602355957,49.336910247802734,46.88262939453125,45.72868347167969,52.51312255859375,40.5881404876709,60.94503402709961,45.65072059631348,49.63564872741699,278.2323360443115,254.3928623199463,253.9527416229248,252.31504440307617,253.21578979492188,252.8207302093506,252.54321098327637,253.39603424072266,253.73244285583496,252.28095054626465 +37500,5000,cpu,normal,True,True,False,40.30442237854004,36.49282455444336,41.1226749420166,45.37034034729004,44.472455978393555,49.57270622253418,45.6242561340332,36.78011894226074,34.96718406677246,29.749155044555664,252.94780731201172,253.01742553710938,252.12526321411133,252.9745101928711,253.52239608764648,255.0649642944336,252.2292137145996,252.14123725891113,253.40509414672852,253.08799743652344 +37500,5000,cpu,normal,False,True,True,38.11001777648926,37.50157356262207,39.57557678222656,37.0330810546875,37.340641021728516,39.24417495727539,37.54758834838867,37.720680236816406,37.900686264038086,37.353515625,255.16676902770996,255.63502311706543,255.50174713134766,252.11024284362793,252.8076171875,253.63612174987793,253.94368171691895,250.49328804016113,253.3245086669922,253.92651557922363 +37500,5000,cpu,normal,False,True,False,38.34724426269531,37.38665580749512,37.393808364868164,37.31489181518555,37.819862365722656,37.46652603149414,37.843942642211914,37.348270416259766,37.56213188171387,37.67967224121094,253.0970573425293,252.99382209777832,254.3928623199463,254.14776802062988,251.71303749084473,251.7855167388916,253.8752555847168,253.36980819702148,252.60257720947266,250.6406307220459 +37500,5000,cpu,normal,True,False,True,15.618562698364258,14.501810073852539,15.432357788085938,14.754295349121094,14.784812927246094,15.017509460449219,15.411376953125,14.612436294555664,14.414787292480469,14.561176300048828,253.07869911193848,252.3965835571289,251.48868560791016,276.02577209472656,251.0828971862793,251.71971321105957,250.85854530334473,250.03695487976074,251.49083137512207,252.74944305419922 +37500,5000,cpu,normal,True,False,False,14.746904373168945,14.483213424682617,14.50967788696289,14.49728012084961,14.521121978759766,14.765501022338867,14.212369918823242,14.7857666015625,14.636516571044922,15.70892333984375,253.85570526123047,253.0498504638672,253.53312492370605,251.34873390197754,252.70485877990723,252.46477127075195,251.69873237609863,252.89559364318848,254.32205200195312,252.7182102203369 +37500,5000,cpu,normal,False,False,True,28.75804901123047,51.33223533630371,45.83239555358887,37.77766227722168,38.13028335571289,40.78817367553711,38.50984573364258,37.353515625,38.32292556762695,35.19272804260254,250.90289115905762,253.25703620910645,253.19290161132812,255.1121711730957,254.67467308044434,254.1368007659912,250.96631050109863,250.77342987060547,251.13940238952637,251.78074836730957 +37500,5000,cpu,normal,False,False,False,33.7221622467041,45.403480529785156,40.726423263549805,39.78729248046875,40.12417793273926,49.07703399658203,54.16059494018555,38.63334655761719,34.25168991088867,33.68067741394043,249.7539520263672,252.17247009277344,252.12359428405762,251.09505653381348,249.0394115447998,252.44808197021484,251.48344039916992,251.1732578277588,249.78184700012207,251.78217887878418 +37500,10000,cpu,homo,True,True,True,28.042316436767578,27.467966079711914,27.439594268798828,28.104782104492188,28.06234359741211,27.82464027404785,27.494430541992188,27.392864227294922,27.36353874206543,27.760028839111328,140.06400108337402,142.20499992370605,142.88878440856934,142.89021492004395,144.07730102539062,143.62645149230957,143.22257041931152,142.5466537475586,142.26031303405762,143.4168815612793 +37500,10000,cpu,homo,True,True,False,28.337955474853516,28.31864356994629,28.331518173217773,28.400182723999023,27.51636505126953,28.673171997070312,27.776718139648438,28.293132781982422,28.682231903076172,27.4660587310791,143.42784881591797,143.48101615905762,190.57941436767578,143.38445663452148,142.52448081970215,144.5610523223877,142.63629913330078,142.1213150024414,142.500638961792,142.6405906677246 +37500,10000,cpu,homo,False,True,True,48.43497276306152,49.30686950683594,48.90036582946777,48.500776290893555,48.63905906677246,48.90298843383789,48.81620407104492,49.73864555358887,49.00789260864258,48.87104034423828,143.784761428833,142.9603099822998,144.6855068206787,143.96357536315918,144.1822052001953,143.8007354736328,143.95737648010254,143.7215805053711,145.2028751373291,144.38271522521973 +37500,10000,cpu,homo,False,True,False,49.21317100524902,49.45111274719238,49.0717887878418,49.56459999084473,49.326181411743164,49.31926727294922,49.70097541809082,49.185991287231445,49.44205284118652,49.55935478210449,142.3165798187256,143.2650089263916,143.86868476867676,144.10996437072754,142.9605484008789,141.61252975463867,142.5187587738037,141.3736343383789,142.00568199157715,142.54498481750488 +37500,10000,cpu,homo,True,False,True,5.728244781494141,5.325794219970703,5.840301513671875,5.428552627563477,5.4378509521484375,5.282402038574219,5.656242370605469,5.104780197143555,5.284786224365234,5.789041519165039,138.36193084716797,137.12406158447266,138.0026340484619,140.5477523803711,138.9319896697998,139.58358764648438,159.60359573364258,138.472318649292,136.0323429107666,140.7911777496338 +37500,10000,cpu,homo,True,False,False,5.918741226196289,5.873680114746094,6.290674209594727,5.216360092163086,5.703926086425781,5.139589309692383,5.342721939086914,7.565736770629883,5.32841682434082,5.140542984008789,139.86849784851074,139.40739631652832,139.56284523010254,139.65153694152832,141.77489280700684,139.34969902038574,140.49339294433594,139.63961601257324,140.46788215637207,140.18654823303223 +37500,10000,cpu,homo,False,False,True,5.96308708190918,5.333662033081055,5.264759063720703,5.424022674560547,5.39708137512207,5.218267440795898,5.21087646484375,5.809783935546875,5.451440811157227,5.244255065917969,139.92762565612793,138.9327049255371,139.2037868499756,140.24877548217773,138.8697624206543,139.31584358215332,139.50419425964355,138.6101245880127,138.49234580993652,139.05978202819824 +37500,10000,cpu,homo,False,False,False,7.087469100952148,7.01451301574707,6.261587142944336,6.646394729614258,5.279302597045898,5.255699157714844,5.982637405395508,5.286693572998047,5.334138870239258,5.355358123779297,139.5547389984131,139.6796703338623,139.13774490356445,138.2730007171631,138.28182220458984,138.49520683288574,138.43607902526855,139.02020454406738,139.4953727722168,139.448881149292 +37500,10000,cpu,uniform,True,True,True,26.08656883239746,25.935649871826172,25.536775588989258,25.893688201904297,25.80857276916504,26.856184005737305,26.057004928588867,26.71504020690918,24.98483657836914,26.430130004882812,253.4494400024414,252.63476371765137,253.4477710723877,253.6182403564453,252.9768943786621,252.49028205871582,252.82621383666992,252.95543670654297,252.79760360717773,252.01129913330078 +37500,10000,cpu,uniform,True,True,False,26.4127254486084,26.033639907836914,26.667356491088867,25.851726531982422,25.71868896484375,25.995731353759766,26.279687881469727,25.542497634887695,25.957822799682617,27.510643005371094,253.57890129089355,253.4041404724121,252.8979778289795,250.9591579437256,253.06391716003418,255.13982772827148,253.10850143432617,253.0038356781006,253.64923477172852,253.8282871246338 +37500,10000,cpu,uniform,False,True,True,44.564247131347656,43.65968704223633,45.1655387878418,44.367074966430664,43.81108283996582,43.78986358642578,44.33155059814453,45.62187194824219,44.295310974121094,45.76396942138672,254.48107719421387,255.80120086669922,255.42283058166504,253.5865306854248,254.03523445129395,254.21905517578125,254.74262237548828,252.9919147491455,253.50689888000488,254.30059432983398 +37500,10000,cpu,uniform,False,True,False,44.327735900878906,44.820308685302734,44.94142532348633,44.66891288757324,44.76761817932129,45.073509216308594,43.386220932006836,43.97726058959961,44.417381286621094,45.11404037475586,254.0912628173828,253.08895111083984,255.15222549438477,252.85649299621582,254.3783187866211,254.3642520904541,254.92048263549805,254.3494701385498,252.68197059631348,253.06415557861328 +37500,10000,cpu,uniform,True,False,True,8.626699447631836,8.303165435791016,8.99505615234375,8.097410202026367,8.515119552612305,8.03828239440918,8.961677551269531,8.12387466430664,8.487224578857422,8.182287216186523,249.51744079589844,249.62782859802246,249.2046356201172,247.3773956298828,248.86703491210938,250.41723251342773,248.57044219970703,246.05822563171387,248.34346771240234,250.3373622894287 +37500,10000,cpu,uniform,True,False,False,8.439064025878906,8.443593978881836,8.24284553527832,8.342742919921875,9.020566940307617,9.095430374145508,8.270263671875,8.574962615966797,8.092641830444336,8.436918258666992,247.48969078063965,249.53341484069824,248.2738494873047,248.6729621887207,248.92449378967285,249.67360496520996,248.44074249267578,248.20280075073242,248.93522262573242,248.61407279968262 +37500,10000,cpu,uniform,False,False,True,8.256673812866211,8.7432861328125,8.224964141845703,8.738517761230469,8.753538131713867,8.676290512084961,8.272409439086914,8.606195449829102,8.210182189941406,8.70656967163086,247.6022243499756,246.45709991455078,247.76864051818848,247.6022243499756,248.02517890930176,247.1904754638672,247.94292449951172,247.50614166259766,250.2310276031494,247.1456527709961 +37500,10000,cpu,uniform,False,False,False,8.411169052124023,8.633613586425781,8.196830749511719,8.628368377685547,8.21995735168457,8.623123168945312,8.301258087158203,8.509397506713867,8.22305679321289,8.434772491455078,247.30515480041504,246.07491493225098,246.8407154083252,246.4747428894043,246.68455123901367,246.98472023010254,247.88975715637207,248.3363151550293,246.8726634979248,246.1225986480713 +37500,10000,cpu,normal,True,True,True,37.73093223571777,37.4298095703125,38.31028938293457,38.51151466369629,38.01703453063965,38.01465034484863,37.55450248718262,38.63048553466797,38.46025466918945,38.43879699707031,502.11048126220703,503.9525032043457,500.3511905670166,504.6863555908203,505.07187843322754,506.6192150115967,503.711462020874,505.1100254058838,505.10406494140625,506.00242614746094 +37500,10000,cpu,normal,True,True,False,38.681745529174805,39.298295974731445,39.159536361694336,38.18488121032715,38.431406021118164,39.29448127746582,38.06185722351074,38.03443908691406,39.043426513671875,38.38181495666504,504.43005561828613,503.5514831542969,504.08220291137695,505.32031059265137,504.31084632873535,505.7556629180908,502.1212100982666,504.29534912109375,504.9901008605957,503.28636169433594 +37500,10000,cpu,normal,False,True,True,62.32595443725586,61.394691467285156,62.20746040344238,62.08682060241699,62.41726875305176,62.51883506774902,63.26556205749512,62.60251998901367,62.58845329284668,62.17074394226074,505.88250160217285,509.2027187347412,507.537841796875,510.04981994628906,508.345365524292,508.84222984313965,506.7105293273926,510.3268623352051,507.4172019958496,508.3599090576172 +37500,10000,cpu,normal,False,True,False,61.36965751647949,60.08601188659668,63.44413757324219,60.314178466796875,60.997962951660156,60.43052673339844,61.93995475769043,60.28008460998535,63.22455406188965,60.44435501098633,506.69360160827637,509.1559886932373,507.1408748626709,509.84716415405273,508.45837593078613,510.61010360717773,507.3046684265137,508.8186264038086,506.6218376159668,509.28592681884766 +37500,10000,cpu,normal,True,False,True,28.87582778930664,30.644655227661133,29.62470054626465,29.804229736328125,29.37173843383789,29.7238826751709,31.673908233642578,30.154943466186523,29.416322708129883,29.447317123413086,502.35891342163086,499.12309646606445,502.17390060424805,498.9452362060547,501.71756744384766,498.6846446990967,501.73139572143555,496.40965461730957,502.29501724243164,496.5512752532959 +37500,10000,cpu,normal,True,False,False,29.842853546142578,29.262065887451172,31.344175338745117,29.712200164794922,32.21917152404785,30.035972595214844,29.290199279785156,32.889604568481445,32.9892635345459,29.882431030273438,502.3181438446045,502.84552574157715,503.2193660736084,503.4768581390381,503.53074073791504,504.70805168151855,503.2165050506592,504.02212142944336,504.78482246398926,502.4914741516113 +37500,10000,cpu,normal,False,False,True,30.781030654907227,30.2278995513916,30.681133270263672,31.405210494995117,29.864788055419922,31.178712844848633,31.306743621826172,31.250953674316406,30.78007698059082,31.031370162963867,503.1425952911377,504.35376167297363,502.58541107177734,503.3247470855713,500.81920623779297,501.94382667541504,501.3291835784912,504.70614433288574,503.76200675964355,504.9922466278076 +37500,10000,cpu,normal,False,False,False,32.28020668029785,30.48563003540039,29.93321418762207,32.073020935058594,30.401229858398438,29.844999313354492,30.040264129638672,29.744863510131836,30.41243553161621,30.354738235473633,504.2421817779541,503.0853748321533,505.4917335510254,502.0911693572998,504.9557685852051,502.9301643371582,504.21142578125,503.4911632537842,504.3644905090332,502.00605392456055 +37500,25000,cpu,homo,True,True,True,72.77870178222656,70.86634635925293,72.02887535095215,70.70565223693848,69.76771354675293,72.23105430603027,71.11811637878418,71.75946235656738,70.4503059387207,69.54503059387207,359.297513961792,356.3694953918457,360.1727485656738,358.0901622772217,358.029842376709,360.42046546936035,357.79857635498047,357.8639030456543,360.25500297546387,357.15746879577637 +37500,25000,cpu,homo,True,True,False,69.32806968688965,70.08838653564453,68.56036186218262,67.72899627685547,70.98007202148438,68.79878044128418,69.31710243225098,69.98038291931152,69.53310966491699,70.22905349731445,358.6902618408203,357.8071594238281,358.16168785095215,360.335111618042,356.49919509887695,357.93066024780273,358.40654373168945,353.1620502471924,361.20128631591797,358.02364349365234 +37500,25000,cpu,homo,False,True,True,82.59272575378418,80.9016227722168,81.0701847076416,83.1916332244873,81.84814453125,81.62331581115723,81.86936378479004,81.16292953491211,83.40263366699219,81.9249153137207,358.74128341674805,359.18712615966797,361.2029552459717,359.3459129333496,356.6150665283203,358.32977294921875,361.06133460998535,358.43825340270996,358.7379455566406,359.8477840423584 +37500,25000,cpu,homo,False,True,False,80.47795295715332,81.77995681762695,81.89654350280762,82.02362060546875,80.98363876342773,81.89105987548828,82.32879638671875,83.41264724731445,81.78377151489258,80.8248519897461,359.7850799560547,360.5842590332031,357.3758602142334,358.3700656890869,359.45868492126465,358.1118583679199,361.10973358154297,360.3682518005371,357.8758239746094,360.37397384643555 +37500,25000,cpu,homo,True,False,True,13.16213607788086,13.389825820922852,13.220548629760742,13.583898544311523,13.664007186889648,12.688875198364258,13.377666473388672,13.088464736938477,13.093948364257812,13.234138488769531,347.26405143737793,348.3266830444336,346.3006019592285,347.4693298339844,350.2016067504883,346.8489646911621,348.6306667327881,348.51670265197754,346.2245464324951,348.8626480102539 +37500,25000,cpu,homo,True,False,False,12.989997863769531,13.748884201049805,13.184070587158203,13.072490692138672,13.133764266967773,12.783050537109375,13.192892074584961,13.062238693237305,13.077735900878906,12.865543365478516,344.2344665527344,344.93088722229004,348.83713722229004,344.9554443359375,349.75123405456543,347.2325801849365,344.59400177001953,347.7628231048584,347.78451919555664,344.85697746276855 +37500,25000,cpu,homo,False,False,True,13.06009292602539,14.374971389770508,13.641595840454102,13.156414031982422,15.78068733215332,14.459609985351562,13.314008712768555,13.000011444091797,13.402700424194336,13.379812240600586,346.0559844970703,344.01702880859375,345.8402156829834,345.0794219970703,381.4535140991211,349.80297088623047,349.26557540893555,346.5304374694824,347.6221561431885,347.74184226989746 +37500,25000,cpu,homo,False,False,False,12.743949890136719,13.463973999023438,13.108253479003906,13.28420639038086,12.888193130493164,12.988567352294922,14.09602165222168,13.338327407836914,13.09823989868164,12.834548950195312,346.62771224975586,344.0439701080322,344.88892555236816,348.1929302215576,346.386194229126,347.77283668518066,349.029541015625,347.3999500274658,346.7247486114502,349.93839263916016 +37500,25000,cpu,uniform,True,True,True,65.98544120788574,67.79241561889648,67.83294677734375,65.01173973083496,65.86170196533203,66.83540344238281,66.75958633422852,66.76006317138672,66.72024726867676,66.16902351379395,635.3223323822021,632.5948238372803,634.9632740020752,637.8898620605469,629.957914352417,632.6072216033936,633.9731216430664,632.4377059936523,631.7543983459473,631.6883563995361 +37500,25000,cpu,uniform,True,True,False,66.58244132995605,64.47577476501465,65.36507606506348,65.09637832641602,65.33288955688477,64.73016738891602,63.276052474975586,66.29371643066406,66.11013412475586,65.04535675048828,634.9291801452637,632.3916912078857,635.4990005493164,633.6569786071777,630.5990219116211,639.6403312683105,632.3192119598389,631.4256191253662,635.223388671875,635.0874900817871 +37500,25000,cpu,uniform,False,True,True,79.80203628540039,81.07304573059082,78.46689224243164,78.60279083251953,80.98602294921875,79.60271835327148,77.23093032836914,78.97114753723145,80.89709281921387,79.59890365600586,632.7805519104004,626.4166831970215,632.6518058776855,630.7544708251953,630.2692890167236,633.4609985351562,632.9505443572998,631.9098472595215,631.227970123291,632.6456069946289 +37500,25000,cpu,uniform,False,True,False,81.3446044921875,79.21338081359863,81.36987686157227,79.35786247253418,82.07893371582031,79.30898666381836,79.69880104064941,78.66740226745605,81.06207847595215,79.77724075317383,635.4968547821045,631.5579414367676,634.3090534210205,635.7519626617432,634.2301368713379,673.5281944274902,636.8210315704346,632.9135894775391,634.6549987792969,634.2818737030029 +37500,25000,cpu,uniform,True,False,True,21.22330665588379,21.184682846069336,20.527124404907227,20.965576171875,21.185874938964844,21.34561538696289,20.920515060424805,20.705699920654297,20.939350128173828,21.119356155395508,616.7769432067871,613.5354042053223,613.7182712554932,618.760347366333,613.9206886291504,615.8974170684814,614.7747039794922,613.7261390686035,616.4066791534424,617.5212860107422 +37500,25000,cpu,uniform,True,False,False,20.449161529541016,20.431995391845703,20.337820053100586,20.506858825683594,21.553516387939453,20.673274993896484,20.39313316345215,20.286083221435547,20.266294479370117,20.66493034362793,618.2851791381836,617.3756122589111,634.0048313140869,615.9529685974121,613.6493682861328,615.9043312072754,617.4113750457764,613.7452125549316,618.2327270507812,613.9509677886963 +37500,25000,cpu,uniform,False,False,True,20.32017707824707,20.60413360595703,20.858049392700195,20.523548126220703,20.536422729492188,21.04020118713379,21.631240844726562,21.253108978271484,20.290851593017578,20.85733413696289,616.2195205688477,612.0076179504395,613.6305332183838,616.0614490509033,615.6630516052246,615.5920028686523,611.8927001953125,613.2216453552246,614.6585941314697,609.6150875091553 +37500,25000,cpu,uniform,False,False,False,20.301103591918945,20.70760726928711,20.647287368774414,21.13199234008789,20.975828170776367,24.178743362426758,23.345947265625,22.164344787597656,20.60675621032715,20.377635955810547,621.2260723114014,618.6087131500244,623.0807304382324,620.9008693695068,620.3317642211914,621.9193935394287,620.3179359436035,619.8389530181885,622.9839324951172,619.3890571594238 +37500,25000,cpu,normal,True,True,True,93.54734420776367,93.50085258483887,94.54846382141113,101.52721405029297,97.96667098999023,94.16437149047852,95.77608108520508,95.12472152709961,94.8331356048584,94.573974609375,1270.3473567962646,1269.965410232544,1268.1632041931152,1267.9100036621094,1267.8844928741455,1266.0071849822998,1267.7996158599854,1268.0308818817139,1268.4862613677979,1267.439365386963 +37500,25000,cpu,normal,True,True,False,93.57404708862305,92.76914596557617,93.96886825561523,98.89435768127441,103.90257835388184,97.56231307983398,96.88544273376465,94.82359886169434,93.98317337036133,96.02522850036621,1269.7200775146484,1303.4567832946777,1272.1905708312988,1272.491455078125,1272.0298767089844,1270.296335220337,1267.885446548462,1269.6077823638916,1266.1962509155273,1267.0674324035645 +37500,25000,cpu,normal,False,True,True,124.63641166687012,125.29134750366211,125.31328201293945,125.68497657775879,123.87633323669434,124.48668479919434,123.9018440246582,127.04229354858398,123.96645545959473,125.01263618469238,1258.1901550292969,1260.7567310333252,1264.8725509643555,1264.1270160675049,1263.2975578308105,1263.9644145965576,1268.5801982879639,1264.5676136016846,1262.7232074737549,1265.7415866851807 +37500,25000,cpu,normal,False,True,False,125.14805793762207,129.63461875915527,125.04291534423828,126.41644477844238,127.21633911132812,126.83439254760742,126.2519359588623,124.34601783752441,124.50051307678223,126.16300582885742,1268.3820724487305,1265.4533386230469,1270.256757736206,1266.566514968872,1267.930507659912,1269.144058227539,1271.3580131530762,1265.3133869171143,1268.5546875,1271.2349891662598 +37500,25000,cpu,normal,True,False,True,74.24640655517578,74.48434829711914,75.61969757080078,75.73342323303223,77.0266056060791,80.15918731689453,76.1876106262207,74.9359130859375,74.94282722473145,79.7884464263916,1263.387680053711,1263.1769180297852,1258.6581707000732,1256.6359043121338,1258.8951587677002,1258.7530612945557,1257.842779159546,1258.810043334961,1261.0514163970947,1255.6748390197754 +37500,25000,cpu,normal,True,False,False,74.60331916809082,74.75066184997559,75.2718448638916,74.98025894165039,75.14095306396484,81.26616477966309,76.5383243560791,74.18990135192871,74.27859306335449,74.85055923461914,1252.781629562378,1256.3462257385254,1258.2266330718994,1251.0554790496826,1258.5418224334717,1254.8823356628418,1253.9877891540527,1254.5654773712158,1254.8189163208008,1248.8453388214111 +37500,25000,cpu,normal,False,False,True,74.03278350830078,75.04081726074219,74.20039176940918,74.38373565673828,74.93042945861816,84.23686027526855,78.97782325744629,74.63932037353516,74.6917724609375,74.94974136352539,1258.8608264923096,1258.34321975708,1260.3719234466553,1273.6215591430664,1256.2806606292725,1259.0546607971191,1257.965326309204,1259.6421241760254,1259.2415809631348,1255.178689956665 +37500,25000,cpu,normal,False,False,False,76.62153244018555,76.20692253112793,75.8824348449707,75.16312599182129,75.22439956665039,79.76055145263672,77.32987403869629,74.46932792663574,74.94807243347168,74.39351081848145,1258.3177089691162,1258.6007118225098,1256.9005489349365,1258.3951950073242,1257.0059299468994,1256.6392421722412,1259.2387199401855,1261.2481117248535,1257.8561305999756,1259.5727443695068 +37500,37500,cpu,homo,True,True,True,108.0942153930664,110.19086837768555,108.92534255981445,109.9708080291748,108.36458206176758,107.37156867980957,111.62090301513672,107.63883590698242,107.11479187011719,106.90474510192871,534.6715450286865,537.6663208007812,536.9739532470703,538.8481616973877,536.1204147338867,537.3959541320801,539.8144721984863,537.0268821716309,540.1687622070312,534.6004962921143 +37500,37500,cpu,homo,True,True,False,106.34541511535645,107.49673843383789,105.76248168945312,106.34732246398926,105.29613494873047,107.04493522644043,104.95924949645996,103.64770889282227,105.12280464172363,104.21419143676758,535.4580879211426,537.806510925293,537.1055603027344,537.8580093383789,536.003589630127,534.7452163696289,537.7588272094727,536.5569591522217,541.2893295288086,537.5175476074219 +37500,37500,cpu,homo,False,True,True,104.62236404418945,103.94525527954102,107.98859596252441,105.98230361938477,107.0709228515625,103.43003273010254,106.25553131103516,102.89478302001953,105.1642894744873,105.68642616271973,537.4386310577393,539.3688678741455,538.1906032562256,538.9750003814697,538.5146141052246,537.4104976654053,537.2791290283203,537.5626087188721,538.9580726623535,535.4039669036865 +37500,37500,cpu,homo,False,True,False,106.98795318603516,107.38682746887207,104.55513000488281,107.0852279663086,105.82232475280762,104.97379302978516,105.93414306640625,106.11534118652344,105.10087013244629,105.34787178039551,537.4574661254883,539.9160385131836,537.1699333190918,559.8125457763672,536.2715721130371,538.9139652252197,540.0481224060059,532.1323871612549,537.9912853240967,533.9789390563965 +37500,37500,cpu,homo,True,False,True,19.309520721435547,19.760608673095703,19.63329315185547,19.663333892822266,20.397186279296875,19.368410110473633,19.695520401000977,19.698619842529297,19.362211227416992,19.36650276184082,520.7939147949219,518.5122489929199,519.566535949707,521.3272571563721,520.5256938934326,524.2199897766113,520.0848579406738,521.0471153259277,518.0318355560303,522.1090316772461 +37500,37500,cpu,homo,True,False,False,19.328594207763672,19.76156234741211,19.41204071044922,20.453214645385742,19.48714256286621,19.536256790161133,19.519329071044922,19.87457275390625,19.76299285888672,19.35434341430664,520.8191871643066,521.4056968688965,521.8310356140137,521.4743614196777,523.9918231964111,522.2158432006836,523.1318473815918,520.0433731079102,522.0062732696533,517.8189277648926 +37500,37500,cpu,homo,False,False,True,19.509077072143555,20.467758178710938,19.665956497192383,20.59769630432129,19.42133903503418,19.559144973754883,19.973278045654297,20.655393600463867,19.46854591369629,19.47021484375,519.1013813018799,519.8328495025635,523.057222366333,521.9895839691162,519.5796489715576,523.6620903015137,520.404577255249,520.4870700836182,523.221492767334,522.5429534912109 +37500,37500,cpu,homo,False,False,False,19.718170166015625,19.668102264404297,19.923925399780273,19.377708435058594,20.3704833984375,19.516468048095703,19.84119415283203,19.64735984802246,20.34282684326172,20.47419548034668,520.3073024749756,523.2284069061279,519.399881362915,523.4174728393555,521.4951038360596,521.3754177093506,521.9936370849609,521.1095809936523,522.4041938781738,520.1470851898193 +37500,37500,cpu,uniform,True,True,True,98.10376167297363,99.17306900024414,100.27408599853516,99.72453117370605,100.70371627807617,98.93369674682617,97.0451831817627,101.76658630371094,96.55189514160156,100.76498985290527,945.981502532959,947.3667144775391,947.8745460510254,945.7395076751709,944.5686340332031,946.7983245849609,948.9836692810059,945.814847946167,946.7906951904297,946.9828605651855 +37500,37500,cpu,uniform,True,True,False,98.30164909362793,100.19135475158691,97.16677665710449,101.06420516967773,97.2437858581543,96.31013870239258,97.78523445129395,96.76861763000488,96.66132926940918,96.71616554260254,951.1044025421143,948.544979095459,952.1925449371338,949.0492343902588,948.9459991455078,949.8028755187988,949.6104717254639,949.3613243103027,950.836181640625,949.6097564697266 +37500,37500,cpu,uniform,False,True,True,101.17840766906738,98.20103645324707,101.45998001098633,102.39672660827637,100.63767433166504,98.72245788574219,99.66135025024414,98.8917350769043,99.00021553039551,98.32978248596191,949.4433403015137,949.0468502044678,947.7226734161377,947.2203254699707,944.7231292724609,946.932315826416,945.1296329498291,947.9286670684814,943.5598850250244,949.174165725708 +37500,37500,cpu,uniform,False,True,False,99.8983383178711,98.06156158447266,99.4260311126709,102.78940200805664,99.82585906982422,99.35545921325684,100.63052177429199,97.88155555725098,98.47712516784668,101.67694091796875,950.0241279602051,948.157787322998,947.4143981933594,948.3253955841064,953.0909061431885,951.6236782073975,948.8167762756348,947.9291439056396,949.5875835418701,948.204517364502 +37500,37500,cpu,uniform,True,False,True,30.72524070739746,31.046628952026367,31.17966651916504,31.501293182373047,30.396699905395508,31.770944595336914,31.46648406982422,31.121253967285156,32.32860565185547,31.613588333129883,924.4284629821777,924.9053001403809,924.4735240936279,926.689624786377,926.7334938049316,927.2913932800293,928.2281398773193,929.1813373565674,925.5554676055908,925.4353046417236 +37500,37500,cpu,uniform,True,False,False,31.014204025268555,31.01062774658203,30.711650848388672,30.445098876953125,30.344009399414062,30.451059341430664,30.805587768554688,33.70380401611328,31.42714500427246,30.635833740234375,920.635461807251,922.7585792541504,921.4174747467041,921.7739105224609,924.278974533081,922.7309226989746,921.9846725463867,921.7731952667236,925.9374141693115,922.8758811950684 +37500,37500,cpu,uniform,False,False,True,30.717134475708008,30.63368797302246,30.569791793823242,30.334949493408203,30.78007698059082,31.251192092895508,30.68852424621582,34.7445011138916,33.50567817687988,30.909299850463867,925.1842498779297,925.347089767456,921.2958812713623,921.9906330108643,921.4262962341309,920.7525253295898,925.3859519958496,932.3747158050537,922.0407009124756,978.0592918395996 +37500,37500,cpu,uniform,False,False,False,30.762195587158203,32.22513198852539,30.611515045166016,33.26869010925293,31.603336334228516,31.0516357421875,30.969619750976562,32.92250633239746,30.80606460571289,30.780553817749023,924.630880355835,927.0009994506836,926.8276691436768,927.8957843780518,927.55126953125,927.5088310241699,926.8651008605957,924.1554737091064,928.0052185058594,924.1509437561035 +37500,37500,cpu,normal,True,True,True,149.54304695129395,144.72317695617676,145.0338363647461,143.39399337768555,141.8921947479248,142.18950271606445,140.0582790374756,143.04447174072266,142.50445365905762,142.6854133605957,1887.4132633209229,1879.8060417175293,1888.9973163604736,1881.4585208892822,1885.962724685669,1886.4431381225586,1887.1805667877197,1885.9283924102783,1886.7735862731934,1888.625144958496 +37500,37500,cpu,normal,True,True,False,150.91681480407715,150.03418922424316,145.87998390197754,144.76990699768066,145.097017288208,143.22376251220703,144.37413215637207,142.76885986328125,141.26205444335938,142.15636253356934,1906.5899848937988,1900.2811908721924,1901.982069015503,1899.299144744873,1903.9077758789062,1905.705213546753,1905.6487083435059,1904.3207168579102,1904.801368713379,1901.9510746002197 +37500,37500,cpu,normal,False,True,True,144.33026313781738,143.69869232177734,141.89958572387695,141.81017875671387,139.60814476013184,139.95933532714844,142.94123649597168,140.80452919006348,140.5172348022461,142.4233913421631,1904.7107696533203,1905.7698249816895,1904.8833847045898,1901.4015197753906,1900.9191989898682,1898.632526397705,1905.8895111083984,1898.5910415649414,1898.4732627868652,1900.0487327575684 +37500,37500,cpu,normal,False,True,False,145.36142349243164,141.99566841125488,140.49482345581055,139.8167610168457,139.65344429016113,139.8911476135254,140.59710502624512,140.52367210388184,140.7017707824707,140.89369773864746,1892.782211303711,1893.88108253479,1894.6540355682373,1892.7853107452393,1892.3346996307373,1895.6825733184814,1899.1649150848389,1898.2315063476562,1895.0190544128418,1892.1089172363281 +37500,37500,cpu,normal,True,False,True,111.7246150970459,111.9527816772461,118.48664283752441,115.0665283203125,111.57846450805664,112.38336563110352,112.24031448364258,111.2813949584961,111.73415184020996,111.6328239440918,1886.803150177002,1890.4433250427246,1889.87135887146,1889.8851871490479,1887.704610824585,1890.1984691619873,1893.1171894073486,1888.5819911956787,1881.4165592193604,1889.1420364379883 +37500,37500,cpu,normal,True,False,False,112.63036727905273,118.28494071960449,115.09847640991211,112.40601539611816,111.17053031921387,112.12277412414551,111.94682121276855,111.88673973083496,111.5410327911377,113.30366134643555,1888.8940811157227,1890.6638622283936,1888.01908493042,1895.6618309020996,1889.87135887146,1889.2922401428223,1895.9732055664062,1887.4704837799072,1887.5985145568848,1884.620189666748 +37500,37500,cpu,normal,False,False,True,111.18078231811523,111.76896095275879,119.92239952087402,114.50505256652832,112.41292953491211,111.9534969329834,112.66875267028809,111.27877235412598,111.85216903686523,111.91606521606445,1882.798671722412,1878.7033557891846,1876.5766620635986,1885.5457305908203,1880.2478313446045,1882.939100265503,1883.0783367156982,1883.7628364562988,1883.6934566497803,1880.4080486297607 +37500,37500,cpu,normal,False,False,False,112.87856101989746,112.18667030334473,119.22836303710938,114.6707534790039,113.28315734863281,112.08891868591309,112.04338073730469,114.0291690826416,111.76562309265137,114.02487754821777,1889.0554904937744,1889.6160125732422,1889.7132873535156,1887.983798980713,1889.0361785888672,1894.2556381225586,1913.926601409912,1882.868766784668,1888.5233402252197,1889.1136646270752 +37500,50000,cpu,homo,True,True,True,139.2216682434082,137.9377841949463,139.6770477294922,139.41025733947754,139.17183876037598,139.25623893737793,142.08555221557617,141.61252975463867,137.32004165649414,139.28699493408203,719.6972370147705,720.6449508666992,717.9234027862549,717.658281326294,717.8592681884766,718.5778617858887,717.9734706878662,716.5327072143555,717.3759937286377,717.0672416687012 +37500,50000,cpu,homo,True,True,False,141.3106918334961,141.30306243896484,140.24734497070312,142.21715927124023,140.98811149597168,141.7977809906006,143.10407638549805,139.95122909545898,139.59240913391113,139.13369178771973,717.153787612915,718.4998989105225,717.0877456665039,718.2409763336182,718.4391021728516,717.6432609558105,713.66286277771,717.0476913452148,716.8495655059814,718.1644439697266 +37500,50000,cpu,homo,False,True,True,133.7893009185791,133.73684883117676,130.90229034423828,133.06856155395508,131.28352165222168,130.9666633605957,132.92717933654785,133.40163230895996,132.9035758972168,133.38208198547363,717.0126438140869,720.1735973358154,720.4134464263916,716.712236404419,718.0726528167725,719.9251651763916,716.7167663574219,717.5238132476807,717.7302837371826,717.8759574890137 +37500,50000,cpu,homo,False,True,False,129.48322296142578,134.57965850830078,129.64558601379395,129.00471687316895,128.6778450012207,133.40473175048828,129.94670867919922,130.14745712280273,127.60567665100098,133.44049453735352,713.4432792663574,715.9817218780518,715.057373046875,714.4639492034912,714.5242691040039,715.6445980072021,715.1813507080078,716.4039611816406,715.9192562103271,714.8816585540771 +37500,50000,cpu,homo,True,False,True,26.006698608398438,25.707006454467773,25.840282440185547,27.035236358642578,26.336669921875,25.96259117126465,26.71980857849121,26.003360748291016,26.23271942138672,26.211977005004883,697.2336769104004,696.3837146759033,696.0279941558838,695.218563079834,696.0949897766113,696.0999965667725,695.6260204315186,695.6002712249756,694.382905960083,696.2494850158691 +37500,50000,cpu,homo,True,False,False,25.617361068725586,26.34596824645996,26.06821060180664,26.491641998291016,25.752544403076172,26.031017303466797,25.629520416259766,25.948524475097656,25.575637817382812,26.1838436126709,695.0638294219971,692.5055980682373,695.1539516448975,697.8635787963867,694.3159103393555,690.9759044647217,695.2099800109863,695.5316066741943,688.7884140014648,695.767879486084 +37500,50000,cpu,homo,False,False,True,25.92754364013672,25.943279266357422,25.952816009521484,26.738643646240234,26.103973388671875,26.8247127532959,26.6726016998291,26.57461166381836,26.03435516357422,25.634288787841797,694.915771484375,691.8742656707764,692.4631595611572,694.5452690124512,694.1831111907959,693.1560039520264,693.4242248535156,693.9587593078613,692.1188831329346,692.1188831329346 +37500,50000,cpu,homo,False,False,False,25.771141052246094,26.157617568969727,25.661945343017578,26.262998580932617,25.934457778930664,25.986194610595703,27.42624282836914,26.04985237121582,25.90656280517578,25.58159828186035,694.9472427368164,696.7020034790039,696.3539123535156,694.3628787994385,695.5573558807373,693.2826042175293,693.6357021331787,695.0199604034424,694.5381164550781,692.0201778411865 +37500,50000,cpu,uniform,True,True,True,135.04457473754883,131.81471824645996,133.0738067626953,133.15582275390625,135.4823112487793,130.87129592895508,131.486177444458,132.37857818603516,133.38804244995117,132.37619400024414,1288.2826328277588,1268.9626216888428,1263.5488510131836,1263.0388736724854,1267.0543193817139,1263.085126876831,1265.8355236053467,1263.4162902832031,1268.4321403503418,1265.4011249542236 +37500,50000,cpu,uniform,True,True,False,133.39972496032715,132.7519416809082,133.3467960357666,131.56604766845703,133.14342498779297,133.17608833312988,133.3334445953369,133.17608833312988,132.11297988891602,132.84754753112793,1269.3545818328857,1267.8887844085693,1266.3414478302002,1269.3488597869873,1266.6850090026855,1264.5368576049805,1267.3962116241455,1266.3683891296387,1266.040325164795,1264.3029689788818 +37500,50000,cpu,uniform,False,True,True,124.47047233581543,127.51150131225586,124.8311996459961,121.98519706726074,124.00960922241211,128.14092636108398,122.08294868469238,128.48162651062012,120.32771110534668,125.4873275756836,1255.7742595672607,1262.653112411499,1260.9596252441406,1258.1017017364502,1259.2217922210693,1287.0473861694336,1262.4568939208984,1264.3296718597412,1264.6217346191406,1261.0275745391846 +37500,50000,cpu,uniform,False,True,False,122.9398250579834,128.2203197479248,122.84588813781738,130.4013729095459,127.91037559509277,125.83088874816895,125.09512901306152,126.27482414245605,124.40633773803711,125.9610652923584,1262.5551223754883,1264.314889907837,1262.0222568511963,1286.2541675567627,1268.1739330291748,1267.8086757659912,1266.9422626495361,1265.5889987945557,1265.7647132873535,1268.4540748596191 +37500,50000,cpu,uniform,True,False,True,40.54665565490723,41.97263717651367,41.45526885986328,41.08285903930664,42.63448715209961,41.205644607543945,41.91422462463379,40.8780574798584,41.36490821838379,40.78531265258789,1238.8558387756348,1242.171287536621,1242.6486015319824,1240.4372692108154,1241.0948276519775,1246.4783191680908,1238.2588386535645,1235.8922958374023,1236.9604110717773,1240.5247688293457 +37500,50000,cpu,uniform,True,False,False,41.74327850341797,40.99678993225098,41.39518737792969,40.94815254211426,40.869951248168945,42.170047760009766,41.471004486083984,41.780948638916016,41.103363037109375,40.996551513671875,1240.2997016906738,1234.9131107330322,1230.1599979400635,1239.1486167907715,1235.7549667358398,1231.8177223205566,1236.47141456604,1236.276388168335,1233.7150573730469,1231.6815853118896 +37500,50000,cpu,uniform,False,False,True,40.69066047668457,40.99750518798828,40.78269004821777,40.46750068664551,41.4423942565918,40.87352752685547,41.3813591003418,41.442155838012695,45.14789581298828,44.27933692932129,1235.4328632354736,1238.290786743164,1234.0078353881836,1234.9083423614502,1235.4965209960938,1235.9287738800049,1234.6725463867188,1233.959436416626,1234.1220378875732,1237.3549938201904 +37500,50000,cpu,uniform,False,False,False,40.56239128112793,40.95888137817383,40.636301040649414,42.29378700256348,40.77649116516113,41.15915298461914,41.077613830566406,41.07785224914551,41.38040542602539,41.220664978027344,1235.0869178771973,1235.3734970092773,1235.537052154541,1238.001823425293,1234.649658203125,1232.2108745574951,1234.9202632904053,1233.5126399993896,1232.6288223266602,1232.6915264129639 +37500,50000,cpu,normal,True,True,True,192.31796264648438,189.24975395202637,190.2146339416504,190.19198417663574,192.6109790802002,191.2367343902588,188.60578536987305,190.69910049438477,190.20366668701172,189.99624252319336,2527.7481079101562,2534.756660461426,2532.464027404785,2526.106357574463,2532.61137008667,2531.35085105896,2538.4037494659424,2534.67059135437,2536.09561920166,2535.633087158203 +37500,50000,cpu,normal,True,True,False,190.03939628601074,189.7132396697998,187.6230239868164,190.02366065979004,189.61668014526367,189.70394134521484,189.17584419250488,187.2701644897461,187.39962577819824,189.3444061279297,2540.621757507324,2541.050672531128,2575.103759765625,2541.355609893799,2542.628526687622,2534.3942642211914,2536.956548690796,2534.9605083465576,2532.9222679138184,2541.3413047790527 +37500,50000,cpu,normal,False,True,True,186.32936477661133,184.50045585632324,187.26778030395508,184.89384651184082,186.77020072937012,187.6394748687744,186.1405372619629,185.0602626800537,186.568021774292,185.2433681488037,2536.4632606506348,2537.013053894043,2542.15669631958,2532.773733139038,2549.262523651123,2532.4149131774902,2524.646997451782,2522.181749343872,2527.783155441284,2526.1685848236084 +37500,50000,cpu,normal,False,True,False,186.56039237976074,184.62133407592773,187.38961219787598,185.8656406402588,186.43689155578613,184.08513069152832,185.35709381103516,183.82573127746582,183.90536308288574,187.2231960296631,2537.381410598755,2533.109188079834,2536.2133979797363,2532.5210094451904,2538.3379459381104,2536.790132522583,2536.684513092041,2534.958839416504,2536.0352993011475,2537.0140075683594 +37500,50000,cpu,normal,True,False,True,154.77943420410156,150.8498191833496,149.02687072753906,149.4121551513672,148.6060619354248,149.48487281799316,150.18582344055176,150.84171295166016,149.30272102355957,148.90432357788086,2501.952886581421,2512.587070465088,2511.028289794922,2510.5535984039307,2503.718852996826,2509.248971939087,2502.243995666504,2506.9639682769775,2504.5671463012695,2506.2594413757324 +37500,50000,cpu,normal,True,False,False,154.771089553833,151.87335014343262,150.6659984588623,151.20506286621094,150.6507396697998,150.1469612121582,149.0957736968994,149.6412754058838,150.18796920776367,151.08275413513184,2509.1395378112793,2503.1521320343018,2537.5144481658936,2508.957862854004,2504.955530166626,2503.3771991729736,2507.6849460601807,2506.1957836151123,2510.7171535491943,2505.7027339935303 +37500,50000,cpu,normal,False,False,True,155.7300090789795,152.9231071472168,149.71542358398438,149.53088760375977,149.9803066253662,150.2976417541504,149.5366096496582,150.65932273864746,149.21188354492188,149.75309371948242,2500.3201961517334,2490.3223514556885,2496.619462966919,2495.1632022857666,2501.711368560791,2496.0598945617676,2499.2175102233887,2502.624988555908,2491.3582801818848,2492.079257965088 +37500,50000,cpu,normal,False,False,False,155.17449378967285,151.34859085083008,149.7325897216797,148.32496643066406,149.9316692352295,150.3612995147705,148.78439903259277,148.512601852417,149.40285682678223,149.69325065612793,2518.5718536376953,2521.360397338867,2517.486333847046,2520.2038288116455,2517.131805419922,2512.131690979004,2505.7239532470703,2519.1211700439453,2514.6396160125732,2524.5728492736816 +50000,1000,cpu,homo,True,True,True,15.796422958374023,15.658378601074219,27.853965759277344,26.546716690063477,21.447420120239258,30.9140682220459,21.611452102661133,15.778779983520508,16.060829162597656,20.342111587524414,19.39249038696289,19.37079429626465,41.15414619445801,19.44756507873535,19.42729949951172,19.0432071685791,19.10090446472168,19.22321319580078,19.190073013305664,19.281625747680664 +50000,1000,cpu,homo,True,True,False,16.63970947265625,13.606071472167969,13.956546783447266,14.90163803100586,15.529155731201172,25.475025177001953,21.22211456298828,18.184423446655273,18.73469352722168,13.767242431640625,19.4246768951416,19.28091049194336,19.268512725830078,19.418954849243164,19.432783126831055,19.28091049194336,19.292593002319336,19.303321838378906,20.80559730529785,19.36817169189453 +50000,1000,cpu,homo,False,True,True,20.00260353088379,20.716428756713867,19.726276397705078,19.931554794311523,19.98162269592285,20.687341690063477,20.413875579833984,20.089387893676758,20.057201385498047,20.830154418945312,19.701480865478516,19.97232437133789,19.81806755065918,19.75727081298828,19.83809471130371,19.740581512451172,19.759416580200195,19.812583923339844,19.869327545166016,19.929170608520508 +50000,1000,cpu,homo,False,True,False,19.553661346435547,19.960641860961914,20.10059356689453,19.83332633972168,20.139694213867188,19.828319549560547,20.296096801757812,21.601438522338867,20.358800888061523,23.38409423828125,19.70052719116211,19.834041595458984,19.62113380432129,19.695043563842773,20.0040340423584,19.97828483581543,20.200014114379883,20.03312110900879,20.19810676574707,20.00713348388672 +50000,1000,cpu,homo,True,False,True,2.5713443756103516,2.6650428771972656,2.7549266815185547,2.306699752807617,2.315998077392578,2.2666454315185547,2.156972885131836,2.1164417266845703,2.0952224731445312,1.5745162963867188,22.3238468170166,19.196271896362305,19.300460815429688,19.16217803955078,19.198179244995117,19.260168075561523,19.076824188232422,19.24729347229004,19.29330825805664,19.11020278930664 +50000,1000,cpu,homo,True,False,False,2.040863037109375,2.0182132720947266,1.992940902709961,1.8744468688964844,1.5423297882080078,1.567840576171875,1.5845298767089844,1.5680789947509766,2.001047134399414,1.6789436340332031,19.358396530151367,19.327640533447266,19.283533096313477,19.263505935668945,19.258975982666016,19.25492286682129,19.072294235229492,19.214153289794922,19.101381301879883,19.285202026367188 +50000,1000,cpu,homo,False,False,True,11.811017990112305,12.502193450927734,13.239383697509766,13.025999069213867,10.277748107910156,11.093854904174805,13.509988784790039,9.3994140625,10.184526443481445,12.873411178588867,18.593311309814453,18.649816513061523,18.39923858642578,18.672943115234375,18.718242645263672,18.650531768798828,18.79596710205078,18.436431884765625,18.66769790649414,18.66292953491211 +50000,1000,cpu,homo,False,False,False,8.818387985229492,12.795209884643555,12.395143508911133,7.95292854309082,7.558584213256836,7.010221481323242,12.282609939575195,12.433052062988281,12.451648712158203,11.592626571655273,18.599510192871094,18.446683883666992,18.48888397216797,18.50104331970215,18.350839614868164,18.49508285522461,18.43571662902832,18.498897552490234,18.58353614807129,18.685340881347656 +50000,1000,cpu,uniform,True,True,True,30.241966247558594,29.717206954956055,26.087522506713867,27.718782424926758,19.475221633911133,17.003536224365234,15.543222427368164,27.31037139892578,21.260738372802734,15.797853469848633,33.85472297668457,33.847808837890625,33.69712829589844,33.594369888305664,34.1033935546875,33.928871154785156,34.21211242675781,34.146785736083984,33.89310836791992,34.09314155578613 +50000,1000,cpu,uniform,True,True,False,27.977705001831055,20.90144157409668,29.400110244750977,20.040273666381836,21.00396156311035,28.91230583190918,29.74390983581543,21.84605598449707,16.8149471282959,29.699087142944336,34.24835205078125,34.3632698059082,34.226417541503906,34.20424461364746,34.06548500061035,33.99777412414551,33.96010398864746,33.705949783325195,33.606767654418945,33.61701965332031 +50000,1000,cpu,uniform,False,True,True,16.20197296142578,15.317678451538086,16.319990158081055,15.545368194580078,16.82114601135254,15.674829483032227,16.623973846435547,16.193389892578125,16.427040100097656,15.633106231689453,34.87682342529297,34.78503227233887,34.8966121673584,34.815073013305664,34.47914123535156,34.46388244628906,34.294843673706055,34.48343276977539,34.28769111633301,34.270524978637695 +50000,1000,cpu,uniform,False,True,False,15.13051986694336,16.05844497680664,15.13814926147461,16.657114028930664,15.130996704101562,16.60013198852539,15.068531036376953,16.643524169921875,15.436887741088867,16.92795753479004,34.68203544616699,34.464359283447266,34.316062927246094,34.409284591674805,34.399986267089844,34.50274467468262,34.247398376464844,34.694671630859375,34.94095802307129,34.272193908691406 +50000,1000,cpu,uniform,True,False,True,3.316164016723633,3.229856491088867,3.596067428588867,3.1349658966064453,2.5987625122070312,2.885580062866211,2.3577213287353516,2.178668975830078,2.4771690368652344,2.597808837890625,33.99348258972168,33.99181365966797,33.86068344116211,34.017086029052734,34.255266189575195,33.7221622467041,33.59651565551758,33.54310989379883,33.81466865539551,34.067630767822266 +50000,1000,cpu,uniform,True,False,False,3.4966468811035156,2.7153491973876953,2.549886703491211,2.8553009033203125,2.536773681640625,1.9707679748535156,2.6483535766601562,2.5932788848876953,2.069234848022461,1.7325878143310547,33.609628677368164,33.614397048950195,33.599138259887695,33.89406204223633,70.75047492980957,34.33561325073242,34.325599670410156,33.817291259765625,33.96320343017578,33.90359878540039 +50000,1000,cpu,uniform,False,False,True,14.636993408203125,21.11959457397461,16.811370849609375,17.77935028076172,18.759965896606445,19.44899559020996,19.603729248046875,21.70276641845703,19.827842712402344,19.305706024169922,33.41245651245117,32.98377990722656,33.15591812133789,32.9899787902832,32.87863731384277,32.70673751831055,32.575130462646484,32.87625312805176,32.71055221557617,32.735586166381836 +50000,1000,cpu,uniform,False,False,False,21.23093605041504,20.275115966796875,19.632816314697266,16.824722290039062,19.900798797607422,12.19034194946289,16.535520553588867,21.304607391357422,12.699127197265625,20.447492599487305,32.89508819580078,32.78183937072754,32.881975173950195,33.05530548095703,33.094167709350586,32.9134464263916,32.93442726135254,32.7610969543457,32.75775909423828,32.47880935668945 +50000,1000,cpu,normal,True,True,True,33.6916446685791,31.611919403076172,31.81743621826172,65.17648696899414,41.63336753845215,47.987937927246094,53.72786521911621,51.74136161804199,60.13917922973633,51.25617980957031,67.38567352294922,67.89064407348633,68.41206550598145,68.10474395751953,68.32194328308105,68.084716796875,67.6119327545166,68.04466247558594,67.95454025268555,67.74544715881348 +50000,1000,cpu,normal,True,True,False,36.88216209411621,31.793594360351562,54.73017692565918,40.029048919677734,34.01947021484375,32.05728530883789,65.43159484863281,41.13268852233887,62.31975555419922,61.02466583251953,67.45028495788574,68.19391250610352,68.21036338806152,68.14765930175781,68.14241409301758,67.95930862426758,68.15552711486816,67.46411323547363,67.5806999206543,67.66009330749512 +50000,1000,cpu,normal,False,True,True,17.6541805267334,17.009973526000977,17.243385314941406,17.465829849243164,16.604185104370117,17.136812210083008,17.76862144470215,17.025232315063477,16.964197158813477,17.745018005371094,67.81506538391113,67.83032417297363,68.19701194763184,68.14742088317871,67.35777854919434,67.84725189208984,68.50266456604004,68.7112808227539,68.40395927429199,68.50838661193848 +50000,1000,cpu,normal,False,True,False,17.08054542541504,18.196821212768555,16.770601272583008,17.54140853881836,18.45073699951172,17.529726028442383,17.411231994628906,18.46933364868164,17.859220504760742,17.996788024902344,67.90757179260254,67.30031967163086,67.40546226501465,67.58356094360352,67.17252731323242,67.09957122802734,66.28298759460449,66.38932228088379,66.96772575378418,67.50249862670898 +50000,1000,cpu,normal,True,False,True,6.9904327392578125,5.4473876953125,4.819393157958984,4.299640655517578,4.347562789916992,4.118442535400391,5.041599273681641,4.794120788574219,4.387855529785156,3.916025161743164,88.45901489257812,67.21162796020508,67.47961044311523,66.82658195495605,67.33584403991699,67.47841835021973,67.4736499786377,67.48437881469727,67.9311752319336,67.00801849365234 +50000,1000,cpu,normal,True,False,False,4.366397857666016,4.676580429077148,4.960298538208008,6.323099136352539,3.8080215454101562,4.210233688354492,4.179239273071289,3.8111209869384766,4.000663757324219,4.064083099365234,66.87641143798828,67.03424453735352,67.45219230651855,66.56646728515625,66.54477119445801,66.58053398132324,66.19620323181152,66.28608703613281,66.16067886352539,66.2984848022461 +50000,1000,cpu,normal,False,False,True,42.98663139343262,30.863285064697266,26.34572982788086,42.30833053588867,61.47313117980957,52.26325988769531,46.15974426269531,60.33444404602051,45.0742244720459,45.22347450256348,67.3823356628418,67.38018989562988,67.10076332092285,67.49606132507324,67.09599494934082,66.32590293884277,67.02423095703125,66.44892692565918,66.34521484375,66.91765785217285 +50000,1000,cpu,normal,False,False,False,38.12050819396973,56.493282318115234,34.017086029052734,70.68109512329102,53.757667541503906,41.272640228271484,43.317556381225586,44.34943199157715,44.77119445800781,45.11260986328125,66.3309097290039,66.37334823608398,66.2693977355957,66.5595531463623,66.48707389831543,66.27011299133301,65.09065628051758,66.2539005279541,65.92655181884766,66.78605079650879 +50000,2500,cpu,homo,True,True,True,24.96814727783203,27.01711654663086,22.9489803314209,24.680137634277344,25.043725967407227,27.630090713500977,25.460243225097656,26.526212692260742,30.271053314208984,25.954008102416992,47.83201217651367,47.393083572387695,47.370195388793945,47.57809638977051,47.15704917907715,47.635793685913086,48.400163650512695,48.09927940368652,48.25735092163086,47.98150062561035 +50000,2500,cpu,homo,True,True,False,31.378507614135742,27.25076675415039,28.23495864868164,24.599075317382812,33.601999282836914,29.834270477294922,29.970169067382812,20.13993263244629,25.304317474365234,24.164199829101562,48.2792854309082,48.26807975769043,48.15864562988281,47.91831970214844,47.92451858520508,47.97697067260742,47.77240753173828,47.72019386291504,47.73235321044922,47.91712760925293 +50000,2500,cpu,homo,False,True,True,33.33544731140137,33.33568572998047,32.77397155761719,32.129764556884766,32.77468681335449,33.035993576049805,33.174991607666016,33.26225280761719,32.90987014770508,33.814191818237305,47.864437103271484,47.97244071960449,48.4011173248291,48.40874671936035,48.37465286254883,48.294782638549805,48.50459098815918,48.61044883728027,48.879146575927734,48.685312271118164 +50000,2500,cpu,homo,False,True,False,33.22911262512207,34.42502021789551,32.92703628540039,33.059120178222656,33.15472602844238,33.49637985229492,33.36167335510254,34.03353691101074,34.01446342468262,33.982038497924805,48.895835876464844,48.822641372680664,48.72870445251465,48.48527908325195,48.732757568359375,48.302412033081055,48.32124710083008,48.10905456542969,48.2785701751709,48.55203628540039 +50000,2500,cpu,homo,True,False,True,4.1522979736328125,5.25212287902832,3.752470016479492,3.352642059326172,3.865957260131836,3.3800601959228516,3.0775070190429688,2.8333663940429688,2.8228759765625,3.0748844146728516,47.81222343444824,47.445058822631836,47.19257354736328,46.87166213989258,47.422170639038086,71.16961479187012,47.59526252746582,47.30629920959473,47.13082313537598,47.05023765563965 +50000,2500,cpu,homo,True,False,False,5.202054977416992,4.178285598754883,3.8728713989257812,3.2248497009277344,3.238201141357422,3.2033920288085938,3.011941909790039,2.351999282836914,2.6428699493408203,2.401590347290039,47.1341609954834,46.84185981750488,46.69928550720215,46.74243927001953,46.872854232788086,46.9968318939209,46.47254943847656,46.862125396728516,46.72098159790039,47.00326919555664 +50000,2500,cpu,homo,False,False,True,10.505199432373047,11.476516723632812,11.927127838134766,14.497995376586914,13.057470321655273,13.304471969604492,11.737585067749023,16.855716705322266,13.291120529174805,18.810510635375977,46.31543159484863,46.355247497558594,46.28610610961914,46.76556587219238,46.539306640625,46.331167221069336,45.990943908691406,46.44656181335449,46.72884941101074,46.62346839904785 +50000,2500,cpu,homo,False,False,False,13.326406478881836,17.31109619140625,13.428926467895508,12.791872024536133,13.356208801269531,11.101484298706055,13.527393341064453,13.669252395629883,13.387918472290039,13.625383377075195,46.57340049743652,46.19550704956055,46.39267921447754,46.77295684814453,46.48709297180176,46.555519104003906,46.67854309082031,46.799421310424805,46.59461975097656,46.38385772705078 +50000,2500,cpu,uniform,True,True,True,27.51922607421875,25.23183822631836,29.819250106811523,28.719425201416016,25.324344635009766,32.076120376586914,18.554210662841797,15.758752822875977,29.76679801940918,33.588409423828125,85.42728424072266,84.6095085144043,84.60807800292969,84.35773849487305,84.46359634399414,84.01870727539062,84.54322814941406,84.64884757995605,84.58685874938965,84.46502685546875 +50000,2500,cpu,uniform,True,True,False,29.67095375061035,31.474828720092773,26.313066482543945,26.597261428833008,30.30109405517578,25.928735733032227,29.720067977905273,37.0638370513916,33.36739540100098,31.12316131591797,103.71994972229004,85.5398178100586,85.7079029083252,85.09230613708496,85.12258529663086,85.74867248535156,85.06393432617188,84.80453491210938,84.56540107727051,84.28215980529785 +50000,2500,cpu,uniform,False,True,True,28.496503829956055,28.70798110961914,28.45454216003418,29.706954956054688,28.568029403686523,28.260231018066406,29.450654983520508,27.829647064208984,27.71925926208496,27.950763702392578,84.79166030883789,84.42974090576172,85.55340766906738,85.68072319030762,85.63017845153809,85.58440208435059,85.11996269226074,85.2210521697998,84.17868614196777,84.86795425415039 +50000,2500,cpu,uniform,False,True,False,26.540517807006836,26.354312896728516,28.144359588623047,27.601242065429688,27.917861938476562,26.579856872558594,27.216196060180664,27.463674545288086,26.67522430419922,27.122974395751953,85.32166481018066,85.05821228027344,85.4337215423584,86.13014221191406,86.60268783569336,86.23647689819336,85.92891693115234,85.80827713012695,85.30855178833008,85.06989479064941 +50000,2500,cpu,uniform,True,False,True,4.965305328369141,4.929780960083008,3.907442092895508,3.3550262451171875,3.347158432006836,3.224611282348633,2.875804901123047,2.751588821411133,2.7692317962646484,3.0858516693115234,83.40120315551758,83.22763442993164,82.66282081604004,82.91196823120117,82.9012393951416,83.12463760375977,82.83305168151855,82.7174186706543,83.73522758483887,83.72211456298828 +50000,2500,cpu,uniform,True,False,False,5.080938339233398,3.603219985961914,4.236936569213867,3.3240318298339844,3.057241439819336,2.9451847076416016,3.2491683959960938,3.080606460571289,2.991914749145508,3.4241676330566406,83.16397666931152,83.6648941040039,84.15412902832031,83.87231826782227,83.78791809082031,83.42266082763672,83.15634727478027,83.61244201660156,83.6021900177002,82.91220664978027 +50000,2500,cpu,uniform,False,False,True,19.909381866455078,17.83013343811035,19.212722778320312,19.069671630859375,19.629955291748047,20.091772079467773,16.01886749267578,18.95284652709961,20.045757293701172,19.394397735595703,81.64119720458984,82.28540420532227,82.8697681427002,82.96442031860352,83.02617073059082,83.51254463195801,82.96537399291992,82.5803279876709,82.30972290039062,82.01289176940918 +50000,2500,cpu,uniform,False,False,False,19.886255264282227,17.325639724731445,15.714883804321289,19.84691619873047,19.153356552124023,16.97993278503418,19.26112174987793,21.580934524536133,22.255420684814453,18.78976821899414,82.93390274047852,82.7031135559082,82.82876014709473,82.46326446533203,83.55998992919922,83.33802223205566,83.02760124206543,83.40191841125488,82.72504806518555,82.72051811218262 +50000,2500,cpu,normal,True,True,True,44.496774673461914,49.94702339172363,52.454471588134766,64.70203399658203,61.31935119628906,44.45481300354004,46.20504379272461,63.35020065307617,45.44568061828613,35.86149215698242,170.48096656799316,169.45195198059082,170.0916290283203,170.06659507751465,168.82848739624023,168.471097946167,168.71261596679688,169.38352584838867,169.6324348449707,169.39592361450195 +50000,2500,cpu,normal,True,True,False,49.458980560302734,47.901153564453125,49.01123046875,50.02999305725098,60.64939498901367,63.36569786071777,49.816131591796875,49.21841621398926,52.47664451599121,48.70867729187012,168.72191429138184,167.47736930847168,169.34776306152344,168.14017295837402,169.1434383392334,169.88253593444824,168.07031631469727,167.9692268371582,168.35427284240723,169.04044151306152 +50000,2500,cpu,normal,False,True,True,31.735897064208984,32.50312805175781,31.59022331237793,31.482219696044922,32.36198425292969,32.131195068359375,32.65953063964844,32.749176025390625,32.04488754272461,32.3638916015625,168.87450218200684,169.6338653564453,169.9075698852539,169.75021362304688,169.80290412902832,169.13890838623047,168.9743995666504,169.44193840026855,170.38917541503906,170.87769508361816 +50000,2500,cpu,normal,False,True,False,31.967639923095703,33.27059745788574,31.31556510925293,31.25143051147461,32.80973434448242,31.049489974975586,33.10203552246094,31.258344650268555,31.706571578979492,31.142711639404297,170.0146198272705,169.81911659240723,169.0046787261963,169.19326782226562,168.24007034301758,167.91486740112305,169.2051887512207,169.80743408203125,168.96438598632812,168.61653327941895 +50000,2500,cpu,normal,True,False,True,12.827396392822266,11.63029670715332,10.479927062988281,9.234905242919922,10.039091110229492,10.365962982177734,10.33926010131836,9.769201278686523,9.182214736938477,9.743690490722656,167.20342636108398,167.5422191619873,166.5213108062744,209.06305313110352,169.5401668548584,168.28131675720215,168.37072372436523,169.2526340484619,168.1959629058838,168.63131523132324 +50000,2500,cpu,normal,True,False,False,9.277105331420898,10.091543197631836,9.701251983642578,9.439706802368164,9.94420051574707,9.716987609863281,9.734869003295898,9.32455062866211,11.344194412231445,10.252952575683594,167.2537326812744,166.9013500213623,166.90969467163086,167.02985763549805,167.69146919250488,167.62709617614746,168.26868057250977,190.85049629211426,165.64202308654785,164.96014595031738 +50000,2500,cpu,normal,False,False,True,42.671918869018555,47.12390899658203,44.78859901428223,60.61911582946777,49.27706718444824,53.986549377441406,45.39823532104492,43.72119903564453,47.23477363586426,42.51694679260254,167.33455657958984,167.32144355773926,166.20278358459473,168.3197021484375,167.7846908569336,167.2077178955078,166.59235954284668,167.8335666656494,167.48285293579102,168.32208633422852 +50000,2500,cpu,normal,False,False,False,48.08187484741211,51.2387752532959,59.61799621582031,57.11674690246582,45.19844055175781,46.36693000793457,44.039249420166016,46.480655670166016,47.747135162353516,48.62642288208008,168.58744621276855,168.31445693969727,167.58322715759277,169.0084934234619,167.56200790405273,167.59490966796875,168.04027557373047,167.34910011291504,167.15264320373535,167.68932342529297 +50000,5000,cpu,homo,True,True,True,23.632287979125977,34.45935249328613,30.198097229003906,33.05196762084961,29.966115951538086,28.502464294433594,29.85358238220215,25.512218475341797,29.520034790039062,29.18267250061035,96.2672233581543,95.91555595397949,95.7632064819336,96.31991386413574,95.37148475646973,95.51358222961426,95.57294845581055,96.80056571960449,96.37856483459473,95.86977958679199 +50000,5000,cpu,homo,True,True,False,24.092674255371094,24.9173641204834,26.721954345703125,23.34880828857422,23.691177368164062,24.0478515625,22.838592529296875,29.163599014282227,26.517391204833984,25.3450870513916,95.39604187011719,95.09134292602539,95.72005271911621,95.35384178161621,95.03626823425293,96.46129608154297,95.73674201965332,95.15094757080078,96.28629684448242,96.11153602600098 +50000,5000,cpu,homo,False,True,True,46.90861701965332,46.468496322631836,46.65517807006836,46.33903503417969,45.87531089782715,45.77374458312988,46.355485916137695,46.03886604309082,46.2946891784668,45.98402976989746,95.63565254211426,95.9019660949707,96.51470184326172,97.69225120544434,97.07784652709961,96.74239158630371,96.22573852539062,96.46749496459961,95.65901756286621,96.06242179870605 +50000,5000,cpu,homo,False,True,False,46.47088050842285,45.99332809448242,45.17555236816406,45.88150978088379,45.80521583557129,46.11396789550781,45.84479331970215,46.19932174682617,45.583486557006836,46.30756378173828,95.53694725036621,95.53885459899902,95.89695930480957,96.06313705444336,95.47710418701172,95.34454345703125,95.65997123718262,95.02911567687988,95.04318237304688,96.08626365661621 +50000,5000,cpu,homo,True,False,True,4.552364349365234,4.171609878540039,4.142522811889648,3.942728042602539,3.774404525756836,3.474712371826172,3.373384475708008,3.8747787475585938,3.7775039672851562,3.6020278930664062,92.32139587402344,92.681884765625,92.58651733398438,92.1640396118164,93.11079978942871,92.88382530212402,92.44394302368164,92.41294860839844,92.62752532958984,92.65971183776855 +50000,5000,cpu,homo,True,False,False,4.211664199829102,4.122734069824219,4.011869430541992,3.713846206665039,3.9865970611572266,3.4651756286621094,3.9038658142089844,4.269838333129883,4.450321197509766,3.832101821899414,92.51141548156738,93.08695793151855,91.65692329406738,93.08815002441406,93.06192398071289,93.08075904846191,92.90790557861328,92.92864799499512,93.15752983093262,91.71676635742188 +50000,5000,cpu,homo,False,False,True,21.1334228515625,22.21202850341797,20.209789276123047,13.445377349853516,14.51253890991211,13.060808181762695,12.221336364746094,12.286663055419922,12.513160705566406,19.3631649017334,92.89693832397461,92.5137996673584,91.86363220214844,91.92752838134766,92.76914596557617,93.04165840148926,92.71764755249023,92.51236915588379,92.68069267272949,92.18668937683105 +50000,5000,cpu,homo,False,False,False,18.667936325073242,16.278505325317383,14.61029052734375,16.139507293701172,13.313531875610352,21.657943725585938,15.167474746704102,16.080379486083984,13.358116149902344,18.5239315032959,92.16547012329102,92.72360801696777,92.48113632202148,92.70811080932617,93.54496002197266,93.25218200683594,93.27936172485352,92.63396263122559,92.41485595703125,92.59581565856934 +50000,5000,cpu,uniform,True,True,True,27.85468101501465,30.88235855102539,36.507368087768555,26.56412124633789,35.608530044555664,26.094675064086914,31.512022018432617,29.175519943237305,28.414011001586914,24.880170822143555,170.76945304870605,170.1986789703369,171.25511169433594,171.17619514465332,170.77350616455078,170.09806632995605,169.99340057373047,169.36159133911133,168.37406158447266,189.95022773742676 +50000,5000,cpu,uniform,True,True,False,31.0819149017334,28.026819229125977,23.14472198486328,29.91771697998047,24.038314819335938,31.267881393432617,28.081178665161133,29.67047691345215,29.09231185913086,29.782772064208984,169.2030429840088,169.55089569091797,168.90692710876465,170.12715339660645,169.1417694091797,168.45107078552246,168.59078407287598,190.60635566711426,239.40491676330566,169.53730583190918 +50000,5000,cpu,uniform,False,True,True,41.81194305419922,42.82689094543457,41.030168533325195,39.74461555480957,39.68977928161621,40.35353660583496,39.682626724243164,40.47799110412598,40.50731658935547,40.27676582336426,170.66097259521484,169.3589687347412,169.04497146606445,169.4498062133789,169.27695274353027,169.38328742980957,170.75324058532715,169.0828800201416,169.02947425842285,168.6422824859619 +50000,5000,cpu,uniform,False,True,False,39.443254470825195,40.15016555786133,39.841651916503906,40.2069091796875,40.435791015625,39.82114791870117,40.40074348449707,39.52479362487793,40.24171829223633,39.86978530883789,169.13533210754395,170.7007884979248,169.87109184265137,170.67551612854004,170.20654678344727,169.85321044921875,168.81513595581055,169.64268684387207,169.82626914978027,170.80092430114746 +50000,5000,cpu,uniform,True,False,True,6.418704986572266,5.811214447021484,5.352973937988281,5.934953689575195,5.588293075561523,5.348682403564453,6.066799163818359,5.97381591796875,5.348920822143555,6.105184555053711,165.53950309753418,166.34845733642578,165.9095287322998,208.1460952758789,165.74430465698242,167.7091121673584,164.15143013000488,164.46733474731445,165.00020027160645,220.87860107421875 +50000,5000,cpu,uniform,True,False,False,7.159709930419922,5.8956146240234375,6.131649017333984,5.623102188110352,5.370616912841797,5.801916122436523,5.668401718139648,5.379199981689453,6.729602813720703,5.6171417236328125,167.8168773651123,167.42467880249023,165.78030586242676,165.47083854675293,164.84308242797852,165.46106338500977,165.35568237304688,165.56668281555176,166.12625122070312,166.49627685546875 +50000,5000,cpu,uniform,False,False,True,19.41823959350586,18.234729766845703,19.35410499572754,20.578861236572266,20.46966552734375,26.102066040039062,28.08833122253418,25.6655216217041,20.491600036621094,18.33796501159668,166.11289978027344,166.5058135986328,164.83402252197266,164.9801731109619,165.44127464294434,165.32230377197266,165.88711738586426,165.46082496643066,164.71624374389648,165.0063991546631 +50000,5000,cpu,uniform,False,False,False,22.237539291381836,18.587827682495117,27.895212173461914,18.56541633605957,17.701148986816406,16.220569610595703,18.06807518005371,14.357566833496094,20.09868621826172,16.53766632080078,165.68827629089355,164.83592987060547,164.51764106750488,164.5066738128662,165.1902198791504,165.41457176208496,164.31021690368652,164.43514823913574,164.64519500732422,164.39294815063477 +50000,5000,cpu,normal,True,True,True,50.91261863708496,53.067684173583984,52.50430107116699,40.19355773925781,50.37188529968262,54.0776252746582,54.4126033782959,63.39883804321289,66.74003601074219,52.50287055969238,337.7561569213867,340.15870094299316,336.5743160247803,337.871789932251,340.2519226074219,337.0189666748047,338.7308120727539,340.7413959503174,336.442232131958,337.73279190063477 +50000,5000,cpu,normal,True,True,False,66.9558048248291,56.707143783569336,56.273460388183594,50.4608154296875,39.825439453125,49.92222785949707,58.45022201538086,58.245182037353516,55.71556091308594,56.30922317504883,340.31081199645996,337.8610610961914,338.51027488708496,339.73002433776855,337.57996559143066,338.0568027496338,339.56456184387207,337.19491958618164,337.3889923095703,338.8817310333252 +50000,5000,cpu,normal,False,True,True,49.94487762451172,50.0485897064209,50.85349082946777,49.748897552490234,50.61006546020508,50.02284049987793,50.17256736755371,49.2401123046875,49.928903579711914,50.466299057006836,340.1761054992676,338.40441703796387,338.93370628356934,338.9103412628174,337.6009464263916,339.88428115844727,340.132474899292,337.80813217163086,340.55399894714355,339.69759941101074 +50000,5000,cpu,normal,False,True,False,49.33357238769531,49.58200454711914,49.84402656555176,49.81732368469238,50.02450942993164,50.678253173828125,50.25362968444824,50.574541091918945,49.55005645751953,49.872398376464844,339.1900062561035,338.93871307373047,341.08614921569824,338.43064308166504,337.7833366394043,339.6739959716797,337.82505989074707,336.4248275756836,339.74766731262207,340.8365249633789 +50000,5000,cpu,normal,True,False,True,19.225358963012695,19.352197647094727,20.14303207397461,19.543170928955078,20.690441131591797,19.59967613220215,19.692420959472656,19.601821899414062,19.539356231689453,19.208431243896484,337.76354789733887,335.56079864501953,335.202693939209,338.35721015930176,335.1306915283203,335.55102348327637,337.2645378112793,336.470365524292,336.44580841064453,337.1105194091797 +50000,5000,cpu,normal,True,False,False,19.189834594726562,21.303892135620117,26.437044143676758,22.475719451904297,19.246578216552734,19.52672004699707,19.08254623413086,19.309043884277344,19.464492797851562,20.296573638916016,335.0696563720703,337.2511863708496,334.43236351013184,337.51893043518066,336.0888957977295,334.7940444946289,335.6754779815674,337.05687522888184,334.5632553100586,355.7469844818115 +50000,5000,cpu,normal,False,False,True,57.03234672546387,44.61073875427246,46.39577865600586,49.29971694946289,44.95716094970703,46.126365661621094,48.37679862976074,55.52077293395996,50.980567932128906,41.563987731933594,338.3305072784424,333.70327949523926,334.9628448486328,338.2744789123535,336.0769748687744,335.60800552368164,336.40456199645996,333.91737937927246,334.47766304016113,335.93106269836426 +50000,5000,cpu,normal,False,False,False,46.404361724853516,41.979074478149414,43.998003005981445,46.08869552612305,53.765296936035156,51.28049850463867,44.61407661437988,45.04513740539551,60.390472412109375,61.03515625,337.4044895172119,334.4759941101074,335.5679512023926,336.40050888061523,333.3020210266113,336.64584159851074,337.0020389556885,335.3917598724365,334.96713638305664,336.69424057006836 +50000,10000,cpu,homo,True,True,True,34.539222717285156,35.4466438293457,35.49504280090332,36.42725944519043,36.39411926269531,36.48018836975098,33.785104751586914,36.45634651184082,36.786794662475586,34.53874588012695,191.6799545288086,191.02144241333008,191.67160987854004,235.18633842468262,192.21115112304688,191.19524955749512,190.41180610656738,190.21177291870117,190.63949584960938,191.05100631713867 +50000,10000,cpu,homo,True,True,False,34.493446350097656,36.43298149108887,35.66789627075195,36.34953498840332,37.401437759399414,36.35525703430176,36.47661209106445,36.318302154541016,37.017822265625,36.609649658203125,192.12031364440918,192.46530532836914,190.5655860900879,192.0301914215088,190.76013565063477,191.8203830718994,192.1699047088623,190.09661674499512,189.91541862487793,191.80989265441895 +50000,10000,cpu,homo,False,True,True,65.31405448913574,63.97604942321777,64.02230262756348,66.04170799255371,64.24403190612793,64.23330307006836,64.94688987731934,64.30411338806152,63.745975494384766,65.18983840942383,194.02813911437988,192.11792945861816,191.29538536071777,192.22021102905273,193.6941146850586,193.13383102416992,191.96820259094238,191.7104721069336,191.7433738708496,192.88134574890137 +50000,10000,cpu,homo,False,True,False,64.82243537902832,64.06068801879883,63.98320198059082,65.48190116882324,64.41903114318848,64.92447853088379,65.14215469360352,65.04583358764648,64.4838809967041,64.74113464355469,191.82300567626953,211.2419605255127,192.7790641784668,193.31097602844238,193.1006908416748,193.068265914917,192.05117225646973,191.8661594390869,191.0693645477295,191.82848930358887 +50000,10000,cpu,homo,True,False,True,9.065628051757812,8.217096328735352,7.186412811279297,7.030725479125977,7.496356964111328,7.096767425537109,7.559061050415039,7.288694381713867,7.022619247436523,7.851362228393555,186.21397018432617,186.57422065734863,186.98763847351074,184.86595153808594,184.4940185546875,184.20696258544922,184.6928596496582,185.85848808288574,186.00058555603027,185.02283096313477 +50000,10000,cpu,homo,True,False,False,7.075786590576172,8.060455322265625,7.100343704223633,7.544517517089844,7.634162902832031,6.861209869384766,7.687568664550781,7.67207145690918,7.348537445068359,6.979703903198242,185.18590927124023,184.95631217956543,184.91196632385254,184.6179962158203,185.5487823486328,184.97943878173828,186.2659454345703,185.7922077178955,185.29605865478516,183.8524341583252 +50000,10000,cpu,homo,False,False,True,7.412910461425781,7.441997528076172,7.3833465576171875,6.93964958190918,6.9446563720703125,7.108926773071289,7.017374038696289,7.345438003540039,7.021427154541016,6.98089599609375,185.94694137573242,185.86444854736328,184.76033210754395,185.194730758667,184.78035926818848,186.13171577453613,185.24813652038574,184.5557689666748,185.3771209716797,185.17327308654785 +50000,10000,cpu,homo,False,False,False,7.061243057250977,6.928682327270508,7.293462753295898,7.042884826660156,7.145881652832031,6.94584846496582,6.962776184082031,7.380962371826172,7.078886032104492,7.466554641723633,185.4417324066162,185.4381561279297,186.72871589660645,187.0415210723877,187.51072883605957,188.15231323242188,184.64970588684082,185.34183502197266,185.79959869384766,186.70225143432617 +50000,10000,cpu,uniform,True,True,True,34.12652015686035,35.20941734313965,34.86919403076172,33.954620361328125,34.056663513183594,33.56170654296875,35.07184982299805,33.571481704711914,34.4545841217041,32.631635665893555,334.17630195617676,335.94799041748047,332.52429962158203,335.9484672546387,338.5465145111084,331.4836025238037,334.2092037200928,335.20960807800293,331.88652992248535,332.81564712524414 +50000,10000,cpu,uniform,True,True,False,32.108306884765625,31.63433074951172,31.646728515625,34.24787521362305,32.36508369445801,31.6925048828125,34.07001495361328,32.32979774475098,33.275604248046875,34.33108329772949,339.3692970275879,338.9902114868164,336.7733955383301,337.03136444091797,339.7328853607178,336.977481842041,337.08953857421875,338.20629119873047,337.810754776001,338.2439613342285 +50000,10000,cpu,uniform,False,True,True,58.41636657714844,58.78329277038574,57.97839164733887,59.87358093261719,60.14657020568848,59.2801570892334,59.30638313293457,59.455156326293945,58.85887145996094,59.790849685668945,339.05887603759766,339.5264148712158,337.8796577453613,339.08963203430176,338.8476371765137,338.1640911102295,339.4186496734619,338.90342712402344,338.47951889038086,339.42103385925293 +50000,10000,cpu,uniform,False,True,False,60.49799919128418,59.14902687072754,59.198856353759766,59.62324142456055,60.02974510192871,60.00518798828125,58.853864669799805,60.11557579040527,60.212135314941406,59.39745903015137,339.32018280029297,339.45608139038086,341.59398078918457,338.5426998138428,336.99512481689453,339.9794101715088,337.48579025268555,337.2011184692383,340.23571014404297,363.1775379180908 +50000,10000,cpu,uniform,True,False,True,10.895252227783203,11.63172721862793,11.61336898803711,11.010885238647461,12.542724609375,11.52181625366211,11.480331420898438,12.785911560058594,11.476278305053711,11.324882507324219,328.78732681274414,330.1706314086914,328.66883277893066,353.0619144439697,330.0044536590576,329.27441596984863,332.37433433532715,332.22317695617676,329.76245880126953,330.71374893188477 +50000,10000,cpu,uniform,True,False,False,10.87188720703125,11.523008346557617,11.353731155395508,10.708332061767578,11.074304580688477,11.05499267578125,11.83462142944336,11.230230331420898,11.466264724731445,10.673999786376953,327.40211486816406,330.86681365966797,331.5246105194092,329.7257423400879,327.59594917297363,329.4107913970947,331.343412399292,329.056978225708,330.05785942077637,327.8787136077881 +50000,10000,cpu,uniform,False,False,True,11.495828628540039,11.105537414550781,11.011123657226562,11.245012283325195,11.233091354370117,11.223793029785156,11.476993560791016,11.214256286621094,10.988712310791016,11.514902114868164,331.0086727142334,332.60583877563477,329.8153877258301,331.7985534667969,331.62832260131836,329.2255401611328,331.20155334472656,332.0186138153076,328.7160396575928,332.4446678161621 +50000,10000,cpu,uniform,False,False,False,11.917352676391602,11.216163635253906,10.991811752319336,11.679887771606445,11.176109313964844,10.968685150146484,11.247873306274414,10.97249984741211,11.104106903076172,11.433124542236328,329.0438652038574,330.6915760040283,331.7999839782715,330.0001621246338,328.3886909484863,331.50744438171387,329.47778701782227,329.62989807128906,331.066370010376,329.5431137084961 +50000,10000,cpu,normal,True,True,True,50.94027519226074,49.93796348571777,49.93462562561035,50.31538009643555,50.248146057128906,49.84641075134277,50.73976516723633,50.73428153991699,51.71465873718262,51.31340026855469,676.2259006500244,675.5862236022949,674.8850345611572,676.8105030059814,679.2411804199219,675.8549213409424,677.070140838623,680.7529926300049,674.9458312988281,674.4599342346191 +50000,10000,cpu,normal,True,True,False,53.24196815490723,50.31871795654297,50.33588409423828,49.96752738952637,51.90420150756836,51.436662673950195,49.90863800048828,49.67045783996582,50.49848556518555,53.450822830200195,671.4274883270264,674.1809844970703,674.6423244476318,669.6527004241943,671.8685626983643,677.0246028900146,672.4979877471924,673.4611988067627,674.1800308227539,672.5471019744873 +50000,10000,cpu,normal,False,True,True,79.92863655090332,83.68134498596191,79.7276496887207,80.55949211120605,81.65812492370605,80.96790313720703,81.06708526611328,80.18040657043457,82.33380317687988,80.93667030334473,675.6191253662109,679.699182510376,676.4693260192871,677.7780055999756,679.5961856842041,676.8395900726318,676.8348217010498,677.0219802856445,677.1628856658936,676.9976615905762 +50000,10000,cpu,normal,False,True,False,81.3145637512207,81.97140693664551,79.98299598693848,82.72290229797363,80.6722640991211,81.49313926696777,81.3589096069336,80.79981803894043,80.32536506652832,81.98332786560059,676.3429641723633,676.1863231658936,675.9340763092041,676.915168762207,676.3451099395752,678.4188747406006,679.7704696655273,676.8918037414551,676.7351627349854,677.4184703826904 +50000,10000,cpu,normal,True,False,True,39.06989097595215,39.56198692321777,39.940834045410156,40.049076080322266,39.340972900390625,40.04025459289551,39.800167083740234,40.09294509887695,39.49713706970215,39.4747257232666,668.9558029174805,670.7632541656494,671.4136600494385,671.3616847991943,672.6558208465576,670.2806949615479,673.1336116790771,672.9094982147217,670.8810329437256,671.5412139892578 +50000,10000,cpu,normal,True,False,False,39.34311866760254,39.792776107788086,39.3369197845459,39.644718170166016,39.32595252990723,41.77141189575195,39.974212646484375,41.496992111206055,40.59243202209473,40.67039489746094,673.5801696777344,671.0951328277588,671.3433265686035,670.2401638031006,669.0373420715332,669.701099395752,669.2073345184326,668.8666343688965,668.360710144043,669.2407131195068 +50000,10000,cpu,normal,False,False,True,39.396047592163086,40.00568389892578,41.396379470825195,39.998769760131836,41.26691818237305,41.14055633544922,40.30632972717285,40.495872497558594,41.54324531555176,42.819976806640625,671.703577041626,670.3841686248779,668.5342788696289,669.8434352874756,671.5385913848877,670.0389385223389,672.3873615264893,673.3560562133789,668.3855056762695,671.8630790710449 +50000,10000,cpu,normal,False,False,False,41.41592979431152,40.399789810180664,40.77339172363281,40.639400482177734,41.67652130126953,40.277957916259766,39.80112075805664,40.79794883728027,40.98320007324219,41.235923767089844,671.9763278961182,672.5389957427979,670.6628799438477,673.2757091522217,671.703577041626,669.5177555084229,670.8767414093018,672.2803115844727,670.682430267334,670.0854301452637 +50000,25000,cpu,homo,True,True,True,88.4408950805664,88.49692344665527,89.08557891845703,88.20009231567383,87.60571479797363,85.76107025146484,91.59040451049805,85.51979064941406,90.83056449890137,86.39192581176758,479.4290065765381,475.95930099487305,477.92816162109375,476.4258861541748,481.3194274902344,478.4739017486572,478.5916805267334,477.9806137084961,476.7458438873291,478.055477142334 +50000,25000,cpu,homo,True,True,False,92.35525131225586,88.41609954833984,91.4144515991211,92.47994422912598,90.99340438842773,91.51244163513184,90.95478057861328,89.73073959350586,88.1509780883789,88.06419372558594,477.1866798400879,478.47580909729004,477.6196479797363,480.07965087890625,477.006196975708,478.7116050720215,475.8923053741455,479.55942153930664,475.22592544555664,478.44696044921875 +50000,25000,cpu,homo,False,True,True,111.56988143920898,110.09025573730469,109.95030403137207,109.54999923706055,111.2816333770752,111.80543899536133,110.20183563232422,110.80455780029297,107.93876647949219,111.76371574401855,479.4280529022217,477.28443145751953,478.5768985748291,479.66980934143066,479.53248023986816,478.7008762359619,478.02734375,478.09314727783203,477.84876823425293,479.63929176330566 +50000,25000,cpu,homo,False,True,False,111.39941215515137,111.16743087768555,109.80391502380371,110.0163459777832,111.2518310546875,110.73994636535645,111.48810386657715,111.65285110473633,110.47124862670898,110.03541946411133,476.41754150390625,471.09198570251465,476.4692783355713,474.90453720092773,475.5878448486328,471.38285636901855,475.0862121582031,473.0672836303711,476.88913345336914,472.25379943847656 +50000,25000,cpu,homo,True,False,True,18.518447875976562,17.43602752685547,17.36307144165039,17.19212532043457,18.680810928344727,19.04296875,17.387866973876953,17.200946807861328,17.279863357543945,17.23766326904297,464.4491672515869,463.4580612182617,461.60030364990234,463.193416595459,462.1284008026123,466.3569927215576,464.3404483795166,466.5794372558594,463.31071853637695,465.303897857666 +50000,25000,cpu,homo,True,False,False,17.258167266845703,17.32611656188965,17.255783081054688,17.583847045898438,17.266035079956055,17.217397689819336,17.365694046020508,17.349958419799805,17.233610153198242,17.242908477783203,461.0180854797363,464.9848937988281,460.8900547027588,456.8345546722412,458.2977294921875,456.1784267425537,461.66396141052246,457.73863792419434,459.94114875793457,456.55059814453125 +50000,25000,cpu,homo,False,False,True,17.52161979675293,17.404556274414062,17.914295196533203,17.5321102142334,17.36617088317871,17.26055145263672,17.298221588134766,17.697811126708984,17.32015609741211,17.342329025268555,464.85042572021484,463.28043937683105,462.73088455200195,463.8705253601074,461.6968631744385,464.54834938049316,462.782621383667,463.75155448913574,462.3868465423584,465.4109477996826 +50000,25000,cpu,homo,False,False,False,17.34638214111328,17.65155792236328,17.376184463500977,18.152236938476562,17.52448081970215,17.401695251464844,17.394542694091797,17.366647720336914,17.459392547607422,17.23647117614746,461.2905979156494,465.09385108947754,459.6066474914551,462.2538089752197,462.27121353149414,464.33043479919434,463.62805366516113,462.186336517334,463.54079246520996,459.89418029785156 +50000,25000,cpu,uniform,True,True,True,82.78584480285645,84.34891700744629,84.17844772338867,85.28709411621094,83.16755294799805,84.06901359558105,83.01901817321777,82.36050605773926,83.60409736633301,86.0910415649414,847.1267223358154,844.7387218475342,846.3547229766846,842.9675102233887,843.3961868286133,844.383955001831,845.0443744659424,843.7952995300293,844.796895980835,842.9079055786133 +50000,25000,cpu,uniform,True,True,False,83.46772193908691,81.75206184387207,85.84427833557129,83.19377899169922,83.98652076721191,82.95392990112305,82.85307884216309,82.3054313659668,85.13617515563965,83.7411880493164,836.8921279907227,840.8493995666504,835.5426788330078,839.5631313323975,838.4783267974854,837.8274440765381,840.7509326934814,837.0683193206787,837.0919227600098,840.2454853057861 +50000,25000,cpu,uniform,False,True,True,107.76710510253906,108.02578926086426,106.14609718322754,107.37037658691406,107.19132423400879,105.04007339477539,107.53345489501953,103.60097885131836,107.2225570678711,105.6833267211914,842.3888683319092,842.4675464630127,843.9083099365234,844.1562652587891,847.041130065918,845.3867435455322,842.5755500793457,843.2819843292236,845.2894687652588,841.0866260528564 +50000,25000,cpu,uniform,False,True,False,105.30233383178711,108.56938362121582,105.45754432678223,109.86518859863281,106.5511703491211,109.24386978149414,107.26404190063477,105.73506355285645,108.81710052490234,106.82868957519531,840.0859832763672,844.6366786956787,844.2776203155518,842.914342880249,847.508430480957,842.5967693328857,844.3176746368408,841.9234752655029,844.1638946533203,840.6391143798828 +50000,25000,cpu,uniform,True,False,True,27.532339096069336,27.25839614868164,28.96428108215332,30.848979949951172,28.98573875427246,28.260231018066406,28.134822845458984,27.611970901489258,28.446197509765625,27.89592742919922,824.3801593780518,825.2592086791992,823.9126205444336,823.7974643707275,825.5400657653809,822.0069408416748,827.378511428833,821.0828304290771,825.5317211151123,822.1299648284912 +50000,25000,cpu,uniform,True,False,False,27.22454071044922,27.013301849365234,27.467012405395508,26.992082595825195,27.357816696166992,27.333736419677734,26.98373794555664,27.34541893005371,26.938199996948242,27.350902557373047,822.4532604217529,825.3779411315918,826.0810375213623,825.7129192352295,824.6321678161621,826.2050151824951,826.6723155975342,823.5747814178467,819.0546035766602,822.0531940460205 +50000,25000,cpu,uniform,False,False,True,27.346372604370117,27.246952056884766,26.888370513916016,27.440786361694336,27.508258819580078,27.874231338500977,27.492523193359375,27.72378921508789,28.018712997436523,27.704238891601562,828.8259506225586,827.2933959960938,829.700231552124,826.6217708587646,825.1137733459473,824.784517288208,824.0783214569092,825.9990215301514,825.5090713500977,825.2830505371094 +50000,25000,cpu,uniform,False,False,False,27.231216430664062,27.33612060546875,27.601003646850586,27.949094772338867,28.202533721923828,27.47488021850586,27.92644500732422,27.15754508972168,27.202606201171875,30.254125595092773,822.3536014556885,825.6323337554932,826.2252807617188,830.4443359375,826.535701751709,826.4367580413818,847.1782207489014,827.5580406188965,825.3753185272217,825.953483581543 +50000,25000,cpu,normal,True,True,True,123.2609748840332,131.2255859375,126.36280059814453,124.02176856994629,124.01103973388672,123.31867218017578,123.9156723022461,123.05426597595215,122.93505668640137,122.95818328857422,1688.4605884552002,1689.1899108886719,1687.8504753112793,1687.7212524414062,1692.0685768127441,1693.1231021881104,1689.0337467193604,1688.164472579956,1691.3225650787354,1695.4145431518555 +50000,25000,cpu,normal,True,True,False,123.08335304260254,126.69849395751953,124.91869926452637,123.0320930480957,122.71904945373535,123.0936050415039,126.30319595336914,123.046875,123.1989860534668,124.36032295227051,1676.0241985321045,1674.9687194824219,1673.2754707336426,1679.9876689910889,1676.3737201690674,1670.9516048431396,1676.8064498901367,1672.2021102905273,1669.6889400482178,1672.252893447876 +50000,25000,cpu,normal,False,True,True,169.94333267211914,170.35889625549316,165.84539413452148,169.17753219604492,169.59571838378906,168.08414459228516,166.67485237121582,168.00165176391602,169.6767807006836,167.9849624633789,1686.8174076080322,1686.2871646881104,1683.0780506134033,1683.0036640167236,1684.7326755523682,1684.6237182617188,1685.006856918335,1683.4001541137695,1685.823917388916,1682.3761463165283 +50000,25000,cpu,normal,False,True,False,169.5396900177002,169.3270206451416,165.8027172088623,167.5565242767334,167.47593879699707,165.15827178955078,167.1924591064453,168.23172569274902,167.13190078735352,171.25511169433594,1686.5811347961426,1687.9713535308838,1684.382677078247,1686.0532760620117,1689.5925998687744,1686.7687702178955,1685.0171089172363,1684.8816871643066,1687.3953342437744,1685.8584880828857 +50000,25000,cpu,normal,True,False,True,99.49040412902832,99.51019287109375,100.59642791748047,104.05731201171875,104.08854484558105,102.38790512084961,101.16767883300781,100.7375717163086,99.2591381072998,100.15392303466797,1676.7268180847168,1675.9669780731201,1681.2005043029785,1678.1182289123535,1679.4829368591309,1678.0858039855957,1678.3084869384766,1679.6371936798096,1681.3101768493652,1697.7448463439941 +50000,25000,cpu,normal,True,False,False,99.5633602142334,100.03542900085449,100.1737117767334,104.34436798095703,101.34530067443848,99.90501403808594,100.88348388671875,100.04067420959473,100.97599029541016,100.02636909484863,1670.501708984375,1674.098014831543,1674.3354797363281,1669.8062419891357,1666.6450500488281,1672.5895404815674,1671.518325805664,1674.7591495513916,1672.541856765747,1670.8338260650635 +50000,25000,cpu,normal,False,False,True,99.76601600646973,99.99513626098633,99.72333908081055,104.40516471862793,99.30801391601562,99.98369216918945,99.66611862182617,99.40767288208008,98.92392158508301,99.49564933776855,1671.2689399719238,1674.9157905578613,1669.4700717926025,1669.9531078338623,1673.9444732666016,1676.384449005127,1672.3015308380127,1670.9544658660889,1671.438455581665,1666.1770343780518 +50000,25000,cpu,normal,False,False,False,99.37119483947754,99.61891174316406,100.6925106048584,101.05013847351074,104.50077056884766,101.95803642272949,100.9359359741211,99.4107723236084,98.67286682128906,99.56765174865723,1677.708387374878,1678.6110401153564,1683.023452758789,1677.8855323791504,1682.1606159210205,1679.8481941223145,1675.7800579071045,1674.9396324157715,1679.2428493499756,1676.6376495361328 +50000,37500,cpu,homo,True,True,True,131.4682960510254,130.5856704711914,132.35187530517578,131.38985633850098,132.45272636413574,134.98902320861816,130.48934936523438,133.35394859313965,130.53178787231445,132.67087936401367,718.2691097259521,719.2745208740234,717.8061008453369,717.8678512573242,716.6581153869629,721.1198806762695,716.991662979126,717.2083854675293,718.8014984130859,719.1274166107178 +50000,37500,cpu,homo,True,True,False,134.0174674987793,134.002685546875,134.8097324371338,134.2766284942627,133.63265991210938,134.4435214996338,132.27128982543945,131.8533420562744,132.96794891357422,134.87005233764648,717.0195579528809,718.1155681610107,716.8259620666504,721.1220264434814,718.6942100524902,719.4876670837402,718.6291217803955,717.0228958129883,719.1004753112793,742.7198886871338 +50000,37500,cpu,homo,False,True,True,140.9010887145996,136.5060806274414,141.28375053405762,142.00830459594727,142.64655113220215,142.95220375061035,140.8083438873291,138.48423957824707,141.5691375732422,140.5644416809082,715.6851291656494,711.8544578552246,719.151496887207,718.2838916778564,714.0684127807617,715.5044078826904,716.5892124176025,716.7565822601318,719.2449569702148,719.3412780761719 +50000,37500,cpu,homo,False,True,False,139.021635055542,139.85228538513184,142.195463180542,139.43123817443848,142.2252655029297,139.92786407470703,139.40119743347168,141.77775382995605,140.77329635620117,142.52996444702148,720.4523086547852,718.5206413269043,716.7890071868896,718.1909084320068,718.3401584625244,716.5851593017578,718.3308601379395,717.2040939331055,717.3891067504883,714.7836685180664 +50000,37500,cpu,homo,True,False,True,26.623249053955078,25.908470153808594,27.53758430480957,26.021242141723633,25.59638023376465,25.95353126525879,25.532960891723633,26.3519287109375,26.737451553344727,25.508880615234375,690.7105445861816,694.6711540222168,691.0412311553955,688.6982917785645,720.6869125366211,694.6942806243896,695.0068473815918,695.1708793640137,693.7611103057861,694.0884590148926 +50000,37500,cpu,homo,True,False,False,25.676250457763672,25.932788848876953,25.74944496154785,25.897979736328125,25.532960891723633,25.903701782226562,28.339862823486328,27.978181838989258,26.801586151123047,25.94733238220215,691.5693283081055,688.2443428039551,693.5019493103027,687.4861717224121,691.972017288208,694.0360069274902,692.8465366363525,689.9163722991943,691.4753913879395,687.995433807373 +50000,37500,cpu,homo,False,False,True,25.96902847290039,27.54831314086914,26.024818420410156,26.40843391418457,27.097225189208984,30.181407928466797,27.231216430664062,26.14307403564453,25.553464889526367,25.96116065979004,694.1866874694824,693.7122344970703,696.1183547973633,694.3285465240479,696.8348026275635,698.0681419372559,697.0586776733398,694.0371990203857,696.051836013794,695.5709457397461 +50000,37500,cpu,homo,False,False,False,26.17192268371582,25.6805419921875,26.911020278930664,26.04818344116211,26.909828186035156,25.934696197509766,25.834083557128906,26.170730590820312,27.455806732177734,26.058673858642578,689.2509460449219,687.4644756317139,690.3765201568604,688.4574890136719,687.3660087585449,687.2422695159912,688.8046264648438,692.2399997711182,690.8087730407715,692.2702789306641 +50000,37500,cpu,uniform,True,True,True,128.03411483764648,124.01294708251953,129.2738914489746,119.82131004333496,124.98283386230469,123.69894981384277,124.87626075744629,125.5347728729248,126.21188163757324,126.63722038269043,1284.127950668335,1252.845287322998,1253.4801959991455,1252.48384475708,1249.6864795684814,1246.0975646972656,1244.1420555114746,1252.3767948150635,1253.7767887115479,1252.6051998138428 +50000,37500,cpu,uniform,True,True,False,126.08814239501953,121.35553359985352,125.06532669067383,124.78256225585938,121.77062034606934,129.2867660522461,125.80132484436035,128.25870513916016,122.3750114440918,124.5276927947998,1264.5087242126465,1264.5692825317383,1267.624855041504,1264.0187740325928,1265.9072875976562,1265.3131484985352,1266.13450050354,1262.5553607940674,1262.7801895141602,1306.520938873291 +50000,37500,cpu,uniform,False,True,True,132.84540176391602,135.13827323913574,131.40225410461426,136.86871528625488,134.40513610839844,132.9023838043213,132.6279640197754,135.43152809143066,132.05623626708984,137.15720176696777,1256.2739849090576,1261.1005306243896,1264.7078037261963,1260.193109512329,1264.843225479126,1262.0155811309814,1261.9452476501465,1262.389898300171,1263.4243965148926,1266.8943405151367 +50000,37500,cpu,uniform,False,True,False,133.72564315795898,131.7746639251709,134.0503692626953,135.39838790893555,131.54864311218262,133.84294509887695,135.26129722595215,133.96334648132324,131.57367706298828,133.78667831420898,1269.5996761322021,1268.3136463165283,1263.9880180358887,1266.5276527404785,1268.1941986083984,1267.0395374298096,1263.50998878479,1266.8139934539795,1263.7355327606201,1266.0937309265137 +50000,37500,cpu,uniform,True,False,True,40.99225997924805,41.91160202026367,40.5576229095459,40.75765609741211,40.650129318237305,40.546417236328125,41.34202003479004,41.53704643249512,41.2142276763916,41.192054748535156,1237.5774383544922,1237.440824508667,1234.9121570587158,1230.3314208984375,1232.4330806732178,1234.703540802002,1232.846736907959,1234.2939376831055,1237.1227741241455,1232.1233749389648 +50000,37500,cpu,uniform,True,False,False,41.58902168273926,42.77157783508301,41.139841079711914,41.796207427978516,40.791988372802734,41.089534759521484,40.830135345458984,40.93670845031738,41.80312156677246,41.356563568115234,1234.1184616088867,1236.335039138794,1238.7559413909912,1237.8442287445068,1234.0912818908691,1232.0551872253418,1236.8569374084473,1234.8642349243164,1235.5666160583496,1232.8696250915527 +50000,37500,cpu,uniform,False,False,True,40.54141044616699,40.42172431945801,41.91112518310547,42.207956314086914,41.36300086975098,41.809797286987305,42.84787178039551,41.4433479309082,41.8696403503418,40.72737693786621,1237.6618385314941,1238.600730895996,1234.1976165771484,1236.7439270019531,1236.656665802002,1235.938310623169,1235.0053787231445,1231.1086654663086,1234.4915866851807,1237.1206283569336 +50000,37500,cpu,uniform,False,False,False,40.93194007873535,40.63773155212402,40.49968719482422,43.8992977142334,42.75798797607422,41.38040542602539,40.91382026672363,41.593313217163086,40.67277908325195,44.267892837524414,1243.5693740844727,1243.9804077148438,1241.560935974121,1242.2881126403809,1239.379644393921,1242.410659790039,1246.6650009155273,1239.7551536560059,1237.206220626831,1239.7427558898926 +50000,37500,cpu,normal,True,True,True,185.70184707641602,183.88986587524414,188.06958198547363,185.26911735534668,185.8961582183838,186.9332790374756,185.6982707977295,185.5771541595459,185.77075004577637,185.6057643890381,2536.194086074829,2538.3481979370117,2534.7578525543213,2538.133144378662,2534.7139835357666,2535.531520843506,2534.5771312713623,2537.8572940826416,2537.6036167144775,2541.0494804382324 +50000,37500,cpu,normal,True,True,False,185.98103523254395,185.18328666687012,188.56549263000488,185.1058006286621,184.49783325195312,187.42847442626953,189.09955024719238,185.45889854431152,184.17859077453613,185.25004386901855,2506.256580352783,2509.902000427246,2504.955291748047,2505.10835647583,2503.0133724212646,2509.2337131500244,2500.07963180542,2503.4472942352295,2499.897003173828,2501.765251159668 +50000,37500,cpu,normal,False,True,True,188.66801261901855,189.2249584197998,187.15715408325195,190.2298927307129,187.8652572631836,187.7446174621582,187.63279914855957,188.8582706451416,188.72809410095215,187.94703483581543,2542.9110527038574,2537.632465362549,2529.982089996338,2537.038803100586,2540.989875793457,2539.7679805755615,2534.34157371521,2528.6478996276855,2526.500940322876,2534.426212310791 +50000,37500,cpu,normal,False,True,False,188.10486793518066,188.19880485534668,188.86542320251465,189.6519660949707,187.1659755706787,185.92000007629395,189.17155265808105,188.80224227905273,189.8190975189209,187.72459030151367,2534.303665161133,2537.0798110961914,2541.7988300323486,2541.350841522217,2542.3383712768555,2534.853219985962,2540.595293045044,2533.5171222686768,2533.504009246826,2539.707660675049 +50000,37500,cpu,normal,True,False,True,153.71417999267578,149.96981620788574,148.93579483032227,148.8783359527588,149.1079330444336,152.73809432983398,150.1302719116211,148.9391326904297,149.47962760925293,148.70262145996094,2516.6361331939697,2520.700454711914,2517.742395401001,2517.6069736480713,2516.314744949341,2518.3939933776855,2517.7648067474365,2515.6164169311523,2511.3840103149414,2520.6873416900635 +50000,37500,cpu,normal,True,False,False,155.4105281829834,149.3518352508545,149.60074424743652,149.2009162902832,149.58715438842773,150.1140594482422,149.19734001159668,149.1532325744629,149.86157417297363,148.41890335083008,2507.2340965270996,2508.0952644348145,2505.2170753479004,2505.354166030884,2506.197452545166,2504.7760009765625,2505.9990882873535,2504.9943923950195,2507.612943649292,2506.025791168213 +50000,37500,cpu,normal,False,False,True,154.6800136566162,151.09801292419434,148.90456199645996,149.0004062652588,149.7485637664795,148.1490135192871,149.16467666625977,148.70595932006836,149.02114868164062,149.62410926818848,2513.458013534546,2509.1073513031006,2512.296199798584,2504.298210144043,2508.9218616485596,2503.857374191284,2508.6662769317627,2501.5392303466797,2507.283926010132,2506.06369972229 +50000,37500,cpu,normal,False,False,False,153.9895534515381,151.3509750366211,148.0276584625244,148.8509178161621,148.87619018554688,148.90432357788086,149.8737335205078,147.82238006591797,149.2443084716797,149.7650146484375,2495.043992996216,2498.61741065979,2499.7661113739014,2501.4495849609375,2505.0101280212402,2503.0322074890137,2509.9525451660156,2518.533706665039,2495.067596435547,2511.1448764801025 +50000,50000,cpu,homo,True,True,True,185.9300136566162,198.17256927490234,193.79663467407227,190.9482479095459,194.10228729248047,179.412841796875,177.0610809326172,174.37481880187988,172.80030250549316,181.0774803161621,960.0746631622314,969.4833755493164,961.3869190216064,969.9258804321289,969.8491096496582,966.3925170898438,961.7652893066406,968.5134887695312,959.7399234771729,964.4241333007812 +50000,50000,cpu,homo,True,True,False,177.66904830932617,174.1921901702881,179.76069450378418,171.84042930603027,173.96855354309082,189.00775909423828,174.18575286865234,174.23224449157715,175.67896842956543,169.38495635986328,957.5345516204834,958.1208229064941,957.5929641723633,957.237720489502,953.9659023284912,958.1217765808105,961.1296653747559,960.0090980529785,968.203067779541,987.2796535491943 +50000,50000,cpu,homo,False,True,True,172.4405288696289,178.02715301513672,172.1343994140625,173.83956909179688,174.97754096984863,173.33221435546875,173.77257347106934,177.1090030670166,172.227144241333,173.05302619934082,952.8994560241699,955.4004669189453,967.7269458770752,959.2540264129639,955.9016227722168,966.8595790863037,955.5675983428955,954.768180847168,958.3230018615723,954.7686576843262 +50000,50000,cpu,homo,False,True,False,175.19044876098633,173.72512817382812,175.36544799804688,175.04429817199707,171.64349555969238,179.68988418579102,170.26567459106445,176.68604850769043,176.9726276397705,172.7287769317627,958.6496353149414,966.6128158569336,958.39524269104,949.9163627624512,962.8682136535645,964.5097255706787,968.8951969146729,973.0839729309082,972.3377227783203,970.2286720275879 +50000,50000,cpu,homo,True,False,True,48.97260665893555,44.64125633239746,37.130117416381836,35.28571128845215,35.07256507873535,34.483909606933594,34.38425064086914,34.65628623962402,34.5306396484375,34.517765045166016,949.120044708252,929.6705722808838,926.7246723175049,929.4390678405762,932.0633411407471,933.713436126709,936.9502067565918,934.6718788146973,934.5426559448242,930.109977722168 +50000,50000,cpu,homo,True,False,False,34.334659576416016,34.30676460266113,34.69538688659668,34.46459770202637,34.29126739501953,34.50894355773926,35.71891784667969,34.379005432128906,34.45911407470703,34.310102462768555,938.9398097991943,936.6319179534912,932.687520980835,928.2433986663818,930.1002025604248,935.9593391418457,942.6393508911133,937.8659725189209,944.5908069610596,947.5812911987305 +50000,50000,cpu,homo,False,False,True,45.56632041931152,44.188737869262695,45.13239860534668,43.413639068603516,44.42262649536133,46.433448791503906,42.687177658081055,45.49431800842285,49.55101013183594,48.58136177062988,937.1726512908936,933.4897994995117,934.6821308135986,933.9196681976318,936.8534088134766,935.5144500732422,928.2596111297607,931.5805435180664,935.3048801422119,937.3049736022949 +50000,50000,cpu,homo,False,False,False,34.78884696960449,34.342288970947266,34.29913520812988,34.395456314086914,35.685062408447266,34.395694732666016,34.496307373046875,34.44266319274902,34.33942794799805,34.26814079284668,924.6652126312256,934.4286918640137,938.3456707000732,941.795825958252,943.335771560669,944.0016746520996,943.1157112121582,929.7120571136475,940.6096935272217,937.0148181915283 +50000,50000,cpu,uniform,True,True,True,181.67352676391602,184.7515106201172,186.45811080932617,171.95391654968262,179.93617057800293,167.94347763061523,176.80096626281738,187.14141845703125,179.49724197387695,183.54296684265137,1691.8532848358154,1704.9884796142578,1716.8824672698975,1704.8680782318115,1710.273265838623,1702.8322219848633,1702.7931213378906,1699.8817920684814,1702.8050422668457,1690.877914428711 +50000,50000,cpu,uniform,True,True,False,180.26971817016602,176.15294456481934,170.2892780303955,164.38937187194824,166.4254665374756,167.54651069641113,166.1372184753418,173.1276512145996,167.6504611968994,167.36745834350586,1680.7403564453125,1685.7173442840576,1688.8885498046875,1683.6771965026855,1685.960054397583,1681.401014328003,1683.2435131072998,1679.4748306274414,1682.870626449585,1681.2944412231445 +50000,50000,cpu,uniform,False,True,True,169.82054710388184,172.05381393432617,168.1067943572998,167.71197319030762,166.4738655090332,167.68121719360352,168.40171813964844,170.0911521911621,165.78292846679688,169.1889762878418,1686.6505146026611,1691.3554668426514,1688.4639263153076,1690.397024154663,1687.3419284820557,1694.483995437622,1700.2689838409424,1706.0706615447998,1707.625389099121,1708.7218761444092 +50000,50000,cpu,uniform,False,True,False,174.5762825012207,183.12954902648926,175.6134033203125,172.0888614654541,180.6027889251709,181.57005310058594,174.4225025177002,168.3492660522461,169.0957546234131,176.9571304321289,1689.352035522461,1686.0206127166748,1678.8311004638672,1689.5267963409424,1685.9464645385742,1683.1154823303223,1681.9312572479248,1680.232048034668,1681.384563446045,1684.6239566802979 +50000,50000,cpu,uniform,True,False,True,55.19914627075195,54.225921630859375,54.28719520568848,54.551124572753906,54.39162254333496,54.47196960449219,54.41880226135254,54.552555084228516,61.67316436767578,57.598114013671875,1651.1290073394775,1653.3746719360352,1657.2678089141846,1665.121078491211,1654.6566486358643,1656.7232608795166,1654.6883583068848,1658.9765548706055,1654.8869609832764,1667.3359870910645 +50000,50000,cpu,uniform,True,False,False,54.26836013793945,55.194854736328125,54.03590202331543,54.177045822143555,54.894208908081055,55.41491508483887,54.49318885803223,55.05704879760742,55.24611473083496,58.666229248046875,1674.9253273010254,1651.5510082244873,1657.2754383087158,1658.961296081543,1658.6740016937256,1658.7517261505127,1659.1548919677734,1656.5041542053223,1660.7558727264404,1660.7539653778076 +50000,50000,cpu,uniform,False,False,True,54.0463924407959,55.69863319396973,54.17203903198242,55.059194564819336,61.93900108337402,72.33858108520508,72.88789749145508,70.18852233886719,84.93638038635254,80.02710342407227,1663.4399890899658,1645.4095840454102,1645.3564167022705,1649.2149829864502,1641.2715911865234,1659.1711044311523,1655.5633544921875,1649.2969989776611,1649.3632793426514,1650.7771015167236 +50000,50000,cpu,uniform,False,False,False,71.40994071960449,60.089826583862305,55.19223213195801,54.41761016845703,55.03988265991211,55.14216423034668,54.27217483520508,54.613590240478516,59.14568901062012,55.18341064453125,1672.6889610290527,1672.4891662597656,1646.62504196167,1648.179292678833,1653.390884399414,1656.3146114349365,1656.2726497650146,1659.665822982788,1657.175064086914,1657.5202941894531 +50000,50000,cpu,normal,True,True,True,306.92386627197266,280.9309959411621,270.9949016571045,282.8240394592285,263.98611068725586,258.58330726623535,261.74139976501465,249.49026107788086,251.80435180664062,250.73552131652832,3408.3356857299805,3463.1736278533936,3419.0163612365723,3410.701036453247,3396.2769508361816,3391.292095184326,3398.7386226654053,3405.8620929718018,3409.3563556671143,3394.1314220428467 +50000,50000,cpu,normal,True,True,False,262.1922492980957,300.0476360321045,316.24746322631836,302.9954433441162,296.6141700744629,259.810209274292,261.2872123718262,256.5138339996338,251.4326572418213,248.48318099975586,3415.6739711761475,3429.163932800293,3393.06640625,3393.740177154541,3410.4161262512207,3408.8549613952637,3407.846450805664,3388.3886337280273,3408.4203243255615,3388.333797454834 +50000,50000,cpu,normal,False,True,True,275.2950191497803,272.5965976715088,285.6907844543457,261.1880302429199,246.43731117248535,247.44868278503418,247.67541885375977,245.8057403564453,260.22815704345703,256.1025619506836,3390.547752380371,3391.1476135253906,3379.647731781006,3384.1516971588135,3386.6055011749268,3386.483669281006,3389.230489730835,3388.766050338745,3383.378744125366,3378.0200481414795 +50000,50000,cpu,normal,False,True,False,246.97136878967285,245.91445922851562,248.0487823486328,247.29275703430176,246.67668342590332,246.11473083496094,247.58481979370117,247.06125259399414,249.38607215881348,248.78835678100586,3384.8979473114014,3388.932943344116,3385.5321407318115,3385.324716567993,3389.188289642334,3384.364128112793,3389.4031047821045,3387.526750564575,3385.554075241089,3386.897087097168 +50000,50000,cpu,normal,True,False,True,198.4856128692627,199.40686225891113,196.28286361694336,199.18560981750488,202.26407051086426,200.20627975463867,200.29497146606445,199.54943656921387,199.87130165100098,204.84232902526855,3345.1755046844482,3341.5820598602295,3341.3515090942383,3337.8539085388184,3342.9770469665527,3344.0587520599365,3343.642234802246,3345.651626586914,3343.3148860931396,3342.665433883667 +50000,50000,cpu,normal,True,False,False,198.92072677612305,198.90403747558594,198.0133056640625,200.0432014465332,200.4995346069336,199.91421699523926,199.8445987701416,198.8229751586914,198.06265830993652,199.6750831604004,3364.1626834869385,3360.677719116211,3354.8340797424316,3352.415084838867,3353.985548019409,3355.0970554351807,3383.802890777588,3355.741500854492,3368.061304092407,3357.3620319366455 +50000,50000,cpu,normal,False,False,True,198.3330249786377,198.43387603759766,198.69351387023926,198.10152053833008,198.81963729858398,198.6095905303955,198.3664035797119,197.52264022827148,216.54510498046875,206.89964294433594,3343.641519546509,3341.3689136505127,3342.000722885132,3349.337577819824,3343.6248302459717,3351.475954055786,3356.6970825195312,3337.895393371582,3352.043628692627,3350.111722946167 +50000,50000,cpu,normal,False,False,False,200.90842247009277,200.16002655029297,198.50611686706543,198.86469841003418,197.65090942382812,198.4410285949707,198.6231803894043,200.18815994262695,198.47559928894043,199.07307624816895,3362.312078475952,3358.2146167755127,3355.9324741363525,3354.6907901763916,3369.0950870513916,3353.5220623016357,3349.679708480835,3356.100559234619,3355.541706085205,3362.8034591674805 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_grad_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_grad_gpu.csv new file mode 100644 index 0000000..487a01d --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_event_matvec_grad_gpu.csv @@ -0,0 +1,1177 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,gpu,homo,True,True,True,0.21648406982421875,0.21195411682128906,0.1728534698486328,0.19884109497070312,0.1995563507080078,0.2117156982421875,0.18143653869628906,0.21004676818847656,0.6129741668701172,0.4837512969970703,0.26988983154296875,0.2663135528564453,0.24819374084472656,0.2472400665283203,0.24366378784179688,0.2620220184326172,0.26297569274902344,0.26416778564453125,0.2415180206298828,0.24652481079101562 +1000,1000,gpu,homo,True,True,False,0.5221366882324219,0.4916191101074219,0.43082237243652344,0.45299530029296875,0.27751922607421875,0.2510547637939453,0.22029876708984375,0.2110004425048828,0.24747848510742188,0.19097328186035156,0.28586387634277344,0.2589225769042969,0.25653839111328125,0.24437904357910156,0.240325927734375,0.2491474151611328,0.22411346435546875,0.24700164794921875,0.2560615539550781,0.2994537353515625 +1000,1000,gpu,homo,False,True,True,0.2014636993408203,0.18405914306640625,0.1773834228515625,0.2810955047607422,0.2300739288330078,0.20837783813476562,0.21219253540039062,0.20241737365722656,0.5478858947753906,0.49185752868652344,0.2472400665283203,0.26607513427734375,0.2415180206298828,0.25153160095214844,0.2524852752685547,0.25463104248046875,0.23651123046875,0.2346038818359375,0.26106834411621094,0.2675056457519531 +1000,1000,gpu,homo,False,True,False,0.2760887145996094,0.2789497375488281,0.278472900390625,0.3113746643066406,0.4878044128417969,0.2486705780029297,0.23937225341796875,0.2384185791015625,0.2770423889160156,0.5633831024169922,0.24652481079101562,0.2651214599609375,0.2651214599609375,0.26988983154296875,0.263214111328125,0.2884864807128906,0.28014183044433594,0.2968311309814453,0.2598762512207031,0.24056434631347656 +1000,1000,gpu,homo,True,False,True,0.2396106719970703,0.6041526794433594,0.4985332489013672,0.43487548828125,0.43487548828125,0.4467964172363281,0.4088878631591797,0.4246234893798828,0.39196014404296875,0.4730224609375,0.19049644470214844,0.14662742614746094,0.17142295837402344,0.15473365783691406,0.15616416931152344,0.1308917999267578,0.13875961303710938,0.179290771484375,0.1742839813232422,0.1590251922607422 +1000,1000,gpu,homo,True,False,False,0.2696514129638672,0.2892017364501953,0.24366378784179688,0.2524852752685547,0.24437904357910156,0.28252601623535156,0.339508056640625,0.46062469482421875,0.2715587615966797,0.22673606872558594,0.16951560974121094,0.17571449279785156,0.14519691467285156,0.1442432403564453,0.16260147094726562,0.15926361083984375,0.17333030700683594,0.17499923706054688,0.23651123046875,0.5588531494140625 +1000,1000,gpu,homo,False,False,True,0.25582313537597656,0.20599365234375,0.21767616271972656,0.202178955078125,0.21982192993164062,0.20742416381835938,0.22721290588378906,0.18930435180664062,0.19216537475585938,0.1990795135498047,0.17118453979492188,0.1704692840576172,0.16927719116210938,0.1614093780517578,0.14066696166992188,0.1354217529296875,0.15115737915039062,0.14925003051757812,0.14829635620117188,0.15401840209960938 +1000,1000,gpu,homo,False,False,False,0.25081634521484375,0.25177001953125,0.24080276489257812,0.1952648162841797,0.22125244140625,0.20265579223632812,0.21576881408691406,0.1850128173828125,0.21266937255859375,0.27942657470703125,0.16379356384277344,0.14662742614746094,0.16617774963378906,0.17380714416503906,0.18835067749023438,0.14328956604003906,0.24557113647460938,0.179290771484375,0.1354217529296875,0.1506805419921875 +1000,1000,gpu,uniform,True,True,True,0.22339820861816406,0.2658367156982422,0.2548694610595703,0.64849853515625,0.5474090576171875,0.4830360412597656,0.45680999755859375,0.4684925079345703,0.47278404235839844,0.5395412445068359,0.3533363342285156,0.4360675811767578,0.3440380096435547,0.3261566162109375,0.29730796813964844,0.2617835998535156,0.28443336486816406,0.27632713317871094,0.2865791320800781,0.2694129943847656 +1000,1000,gpu,uniform,True,True,False,0.2617835998535156,0.3018379211425781,0.3037452697753906,0.3075599670410156,0.26297569274902344,0.25725364685058594,0.24771690368652344,0.26035308837890625,0.316619873046875,0.2741813659667969,0.3018379211425781,0.2906322479248047,0.2739429473876953,0.3020763397216797,0.28705596923828125,0.27823448181152344,0.2830028533935547,0.2856254577636719,0.2570152282714844,0.29468536376953125 +1000,1000,gpu,uniform,False,True,True,0.2551078796386719,0.23937225341796875,0.2810955047607422,0.2238750457763672,0.28443336486816406,0.26726722717285156,0.24318695068359375,0.23651123046875,0.3752708435058594,0.6382465362548828,0.29015541076660156,0.2932548522949219,0.2865791320800781,0.3001689910888672,0.2942085266113281,0.28586387634277344,0.3151893615722656,0.29015541076660156,0.2734661102294922,0.30112266540527344 +1000,1000,gpu,uniform,False,True,False,0.2627372741699219,0.2562999725341797,0.6399154663085938,0.48923492431640625,0.45418739318847656,0.4642009735107422,0.45418739318847656,0.44226646423339844,0.4627704620361328,0.4661083221435547,0.24843215942382812,0.23055076599121094,0.21076202392578125,0.21576881408691406,0.2522468566894531,0.2105236053466797,0.19979476928710938,0.17976760864257812,0.22935867309570312,0.4210472106933594 +1000,1000,gpu,uniform,True,False,True,0.22602081298828125,0.22268295288085938,0.27823448181152344,0.57220458984375,0.49424171447753906,0.45180320739746094,0.45299530029296875,0.41484832763671875,0.4684925079345703,0.4432201385498047,0.3123283386230469,0.29540061950683594,0.2846717834472656,0.3223419189453125,0.3082752227783203,0.2753734588623047,0.30803680419921875,0.3077983856201172,0.47850608825683594,0.2903938293457031 +1000,1000,gpu,uniform,True,False,False,0.26535987854003906,0.26106834411621094,0.2510547637939453,0.26488304138183594,0.27680397033691406,0.24247169494628906,0.6113052368164062,0.5726814270019531,0.48828125,0.7116794586181641,0.3333091735839844,0.33092498779296875,0.3490447998046875,0.4374980926513672,0.33593177795410156,0.40602684020996094,0.3154277801513672,0.30040740966796875,0.2448558807373047,0.2770423889160156 +1000,1000,gpu,uniform,False,False,True,0.25010108947753906,0.26345252990722656,0.2536773681640625,0.2789497375488281,0.2799034118652344,0.26035308837890625,0.26726722717285156,0.2532005310058594,0.2429485321044922,0.3113746643066406,0.22602081298828125,0.1766681671142578,0.22172927856445312,0.21529197692871094,0.1919269561767578,0.20503997802734375,0.2162456512451172,0.19049644470214844,0.19669532775878906,0.1811981201171875 +1000,1000,gpu,uniform,False,False,False,0.4909038543701172,0.47326087951660156,0.453948974609375,0.46634674072265625,0.4439353942871094,0.44465065002441406,0.4677772521972656,0.4680156707763672,0.49686431884765625,0.47659873962402344,0.21409988403320312,0.22077560424804688,0.461578369140625,0.4169940948486328,0.6105899810791016,0.3440380096435547,0.28586387634277344,0.30922889709472656,0.3275871276855469,0.35452842712402344 +1000,1000,gpu,normal,True,True,True,0.2429485321044922,0.23603439331054688,0.2472400665283203,0.22745132446289062,0.2396106719970703,0.24080276489257812,0.23245811462402344,0.2586841583251953,0.2307891845703125,0.23698806762695312,0.2923011779785156,0.28395652770996094,0.2987384796142578,0.3006458282470703,0.28228759765625,0.2727508544921875,0.2837181091308594,0.274658203125,0.27108192443847656,0.26702880859375 +1000,1000,gpu,normal,True,True,False,0.5373954772949219,0.5176067352294922,0.5152225494384766,0.4878044128417969,0.522613525390625,0.4668235778808594,0.4596710205078125,0.6208419799804688,0.5025863647460938,0.5202293395996094,0.2529621124267578,0.24938583374023438,0.26106834411621094,0.2963542938232422,0.27561187744140625,0.2923011779785156,0.2758502960205078,0.25177001953125,0.2713203430175781,0.2617835998535156 +1000,1000,gpu,normal,False,True,True,0.545501708984375,0.5233287811279297,0.5314350128173828,0.4868507385253906,0.5357265472412109,0.5548000335693359,0.5137920379638672,0.4622936248779297,0.46634674072265625,0.4813671112060547,0.20647048950195312,0.16307830810546875,0.18596649169921875,0.1690387725830078,0.1971721649169922,0.18525123596191406,0.18358230590820312,0.15401840209960938,0.1735687255859375,0.16927719116210938 +1000,1000,gpu,normal,False,True,False,0.25534629821777344,0.21123886108398438,0.24771690368652344,0.2593994140625,0.25010108947753906,0.22649765014648438,0.22482872009277344,0.2307891845703125,0.23794174194335938,0.22220611572265625,0.1747608184814453,0.18310546875,0.1926422119140625,0.2071857452392578,0.20503997802734375,0.2009868621826172,0.17309188842773438,0.19049644470214844,0.2048015594482422,0.15735626220703125 +1000,1000,gpu,normal,True,False,True,0.255584716796875,0.26106834411621094,0.2560615539550781,0.22864341735839844,0.2129077911376953,0.24318695068359375,0.21314620971679688,0.23794174194335938,0.2486705780029297,0.5567073822021484,0.28824806213378906,0.30231475830078125,0.28824806213378906,0.35071372985839844,0.4000663757324219,0.3025531768798828,0.2987384796142578,0.2818107604980469,0.2627372741699219,0.29754638671875 +1000,1000,gpu,normal,True,False,False,0.4582405090332031,0.5583763122558594,0.6394386291503906,0.4787445068359375,0.4780292510986328,0.4417896270751953,0.45371055603027344,0.4448890686035156,0.48613548278808594,0.6303787231445312,0.32806396484375,0.3249645233154297,0.28705596923828125,0.25963783264160156,0.2944469451904297,0.28824806213378906,0.2605915069580078,0.29754638671875,0.25916099548339844,0.2722740173339844 +1000,1000,gpu,normal,False,False,True,0.24127960205078125,0.2722740173339844,0.26226043701171875,0.23126602172851562,0.23937225341796875,0.23627281188964844,0.263214111328125,0.24127960205078125,0.24890899658203125,0.25010108947753906,0.2231597900390625,0.18525123596191406,0.2181529998779297,0.22172927856445312,0.20170211791992188,0.19240379333496094,0.19311904907226562,0.17333030700683594,0.20885467529296875,0.2181529998779297 +1000,1000,gpu,normal,False,False,False,0.2410411834716797,0.255584716796875,0.2219676971435547,0.240325927734375,0.2224445343017578,0.21958351135253906,0.24271011352539062,0.5700588226318359,0.5168914794921875,0.6103515625,0.2200603485107422,0.19025802612304688,0.21719932556152344,0.1633167266845703,0.19550323486328125,0.17595291137695312,0.16832351684570312,0.17499923706054688,0.1773834228515625,0.18405914306640625 +1000,2500,gpu,homo,True,True,True,0.26416778564453125,0.26702880859375,0.23794174194335938,0.2372264862060547,0.2582073211669922,0.2357959747314453,0.2460479736328125,0.2467632293701172,0.26917457580566406,0.22673606872558594,0.19240379333496094,0.15687942504882812,0.17547607421875,0.18525123596191406,0.22339820861816406,0.20384788513183594,0.1811981201171875,0.1919269561767578,0.15020370483398438,0.1919269561767578 +1000,2500,gpu,homo,True,True,False,0.2410411834716797,0.2110004425048828,0.23412704467773438,0.21123886108398438,0.22745132446289062,0.20265579223632812,0.20074844360351562,0.21529197692871094,0.21910667419433594,0.2040863037109375,0.18310546875,0.18167495727539062,0.18835067749023438,0.17189979553222656,0.1709461212158203,0.15926361083984375,0.1709461212158203,0.1876354217529297,0.14638900756835938,0.1671314239501953 +1000,2500,gpu,homo,False,True,True,0.22935867309570312,0.21696090698242188,0.24247169494628906,0.274658203125,0.2334117889404297,0.20384788513183594,0.21266937255859375,0.2238750457763672,0.21076202392578125,0.202178955078125,0.19478797912597656,0.21576881408691406,0.2162456512451172,0.21123886108398438,0.2193450927734375,0.1590251922607422,0.17714500427246094,0.1742839813232422,0.17952919006347656,0.46372413635253906 +1000,2500,gpu,homo,False,True,False,0.22602081298828125,0.2644062042236328,0.23031234741210938,0.1952648162841797,0.217437744140625,0.20575523376464844,0.22411346435546875,0.23603439331054688,0.22482872009277344,0.22459030151367188,0.1595020294189453,0.1838207244873047,0.18548965454101562,0.19693374633789062,0.164031982421875,0.14591217041015625,0.1857280731201172,0.1685619354248047,0.32067298889160156,0.32591819763183594 +1000,2500,gpu,homo,True,False,True,0.21123886108398438,0.2079010009765625,0.20432472229003906,0.21219253540039062,0.2014636993408203,0.5497932434082031,0.5166530609130859,0.5061626434326172,0.49614906311035156,0.48923492431640625,0.2880096435546875,0.30803680419921875,0.2579689025878906,0.2655982971191406,0.2932548522949219,0.2586841583251953,0.17786026000976562,0.16307830810546875,0.18739700317382812,0.15974044799804688 +1000,2500,gpu,homo,True,False,False,0.209808349609375,0.19741058349609375,0.21529197692871094,0.20837783813476562,0.186920166015625,0.21648406982421875,0.1881122589111328,0.20384788513183594,0.2079010009765625,0.21648406982421875,0.22149085998535156,0.20766258239746094,0.1990795135498047,0.18906593322753906,0.1857280731201172,0.19621849060058594,0.18525123596191406,0.19168853759765625,0.19311904907226562,0.17404556274414062 +1000,2500,gpu,homo,False,False,True,0.22292137145996094,0.4839897155761719,0.34737586975097656,0.316619873046875,0.316619873046875,0.2903938293457031,0.29158592224121094,0.2968311309814453,0.2884864807128906,0.27441978454589844,0.17309188842773438,0.17571449279785156,0.17213821411132812,0.14781951904296875,0.20813941955566406,0.18858909606933594,0.14543533325195312,0.14472007751464844,0.18596649169921875,0.17333030700683594 +1000,2500,gpu,homo,False,False,False,0.5047321319580078,0.2942085266113281,0.23651123046875,0.2410411834716797,0.22220611572265625,0.23126602172851562,0.22172927856445312,0.23245811462402344,0.23102760314941406,0.23698806762695312,0.17595291137695312,0.19741058349609375,0.16832351684570312,0.15163421630859375,0.1647472381591797,0.1842975616455078,0.1952648162841797,0.1533031463623047,0.1609325408935547,0.14257431030273438 +1000,2500,gpu,uniform,True,True,True,0.7402896881103516,0.5605220794677734,0.5364418029785156,0.48470497131347656,0.4792213439941406,0.5655288696289062,0.4985332489013672,0.4792213439941406,0.5066394805908203,0.5221366882324219,0.3161430358886719,0.2989768981933594,0.28777122497558594,0.30231475830078125,0.2779960632324219,0.3204345703125,0.3039836883544922,0.2663135528564453,0.2722740173339844,0.27680397033691406 +1000,2500,gpu,uniform,True,True,False,0.22935867309570312,0.25272369384765625,0.28014183044433594,0.2269744873046875,0.25534629821777344,0.24008750915527344,0.22912025451660156,0.23865699768066406,0.2338886260986328,0.22125244140625,0.21004676818847656,0.1976490020751953,0.20313262939453125,0.17333030700683594,0.20003318786621094,0.1614093780517578,0.16379356384277344,0.16498565673828125,0.1761913299560547,0.20933151245117188 +1000,2500,gpu,uniform,False,True,True,0.2548694610595703,0.25773048400878906,0.24127960205078125,0.23245811462402344,0.22554397583007812,0.25534629821777344,0.23889541625976562,0.22792816162109375,0.20456314086914062,0.24271011352539062,0.32520294189453125,0.30803680419921875,0.36716461181640625,0.4036426544189453,0.3414154052734375,0.3108978271484375,0.3261566162109375,0.30422210693359375,0.2987384796142578,0.3154277801513672 +1000,2500,gpu,uniform,False,True,False,0.24056434631347656,0.21529197692871094,0.232696533203125,0.2593994140625,0.22649765014648438,0.22649765014648438,0.2884864807128906,0.27179718017578125,0.22983551025390625,0.25773048400878906,0.5390644073486328,0.36406517028808594,0.3120899200439453,0.3032684326171875,0.29850006103515625,0.32448768615722656,0.31256675720214844,0.3190040588378906,0.30231475830078125,0.33211708068847656 +1000,2500,gpu,uniform,True,False,True,0.2415180206298828,0.2503395080566406,0.2505779266357422,0.2391338348388672,0.232696533203125,0.2193450927734375,0.2429485321044922,0.23865699768066406,0.23245811462402344,0.22792816162109375,0.19669532775878906,0.19788742065429688,0.18286705017089844,0.2048015594482422,0.18262863159179688,0.217437744140625,0.20074844360351562,0.20599365234375,0.19860267639160156,0.4010200500488281 +1000,2500,gpu,uniform,True,False,False,0.4477500915527344,0.45013427734375,0.4532337188720703,0.44655799865722656,0.4487037658691406,0.4801750183105469,0.4432201385498047,0.4246234893798828,0.43511390686035156,0.4572868347167969,0.18858909606933594,0.16236305236816406,0.16880035400390625,0.1595020294189453,0.20933151245117188,0.1773834228515625,0.2110004425048828,0.19812583923339844,0.18715858459472656,0.17380714416503906 +1000,2500,gpu,uniform,False,False,True,0.23627281188964844,0.2639293670654297,0.2338886260986328,0.2193450927734375,0.24056434631347656,0.20384788513183594,0.21338462829589844,0.22411346435546875,0.23365020751953125,0.23627281188964844,0.2923011779785156,0.2753734588623047,0.2853870391845703,0.286102294921875,0.2777576446533203,0.27298927307128906,0.3108978271484375,0.2770423889160156,0.2923011779785156,0.2779960632324219 +1000,2500,gpu,uniform,False,False,False,0.26297569274902344,0.2551078796386719,0.26297569274902344,0.2722740173339844,0.22459030151367188,0.2422332763671875,0.21910667419433594,0.24652481079101562,0.2276897430419922,0.6003379821777344,0.18215179443359375,0.17642974853515625,0.20122528076171875,0.2002716064453125,0.18644332885742188,0.2105236053466797,0.209808349609375,0.1780986785888672,0.1666545867919922,0.17714500427246094 +1000,2500,gpu,normal,True,True,True,0.2529621124267578,0.28705596923828125,0.23698806762695312,0.29349327087402344,0.255584716796875,0.2315044403076172,0.2429485321044922,0.21767616271972656,0.22554397583007812,0.2453327178955078,0.3361701965332031,0.4162788391113281,0.3979206085205078,0.3578662872314453,0.33926963806152344,0.34332275390625,0.3559589385986328,0.3380775451660156,0.3294944763183594,0.3333091735839844 +1000,2500,gpu,normal,True,True,False,0.24580955505371094,0.2295970916748047,0.22864341735839844,0.24390220642089844,0.24318695068359375,0.2257823944091797,0.24509429931640625,0.23508071899414062,0.23245811462402344,0.2105236053466797,0.1838207244873047,0.17499923706054688,0.2224445343017578,0.14162063598632812,0.1857280731201172,0.17023086547851562,0.15926361083984375,0.17118453979492188,0.17142295837402344,0.1881122589111328 +1000,2500,gpu,normal,False,True,True,0.23174285888671875,0.2460479736328125,0.2281665802001953,0.22649765014648438,0.22745132446289062,0.21529197692871094,0.24771690368652344,0.2532005310058594,0.2560615539550781,0.22673606872558594,0.2460479736328125,0.255584716796875,0.23293495178222656,0.19931793212890625,0.186920166015625,0.19240379333496094,0.22029876708984375,0.21958351135253906,0.4298686981201172,0.3771781921386719 +1000,2500,gpu,normal,False,True,False,0.3008842468261719,0.2410411834716797,0.24700164794921875,0.21529197692871094,0.23245811462402344,0.2522468566894531,0.2510547637939453,0.2319812774658203,0.23055076599121094,0.2377033233642578,0.335693359375,0.31638145446777344,0.32901763916015625,0.3185272216796875,0.3159046173095703,0.3917217254638672,0.3447532653808594,0.31566619873046875,0.3085136413574219,0.28896331787109375 +1000,2500,gpu,normal,True,False,True,0.2872943878173828,0.20313262939453125,0.225067138671875,0.2460479736328125,0.2334117889404297,0.21076202392578125,0.2315044403076172,0.2219676971435547,0.2295970916748047,0.22172927856445312,0.2231597900390625,0.23031234741210938,0.2186298370361328,0.25272369384765625,0.2231597900390625,0.2644062042236328,0.24700164794921875,0.20837783813476562,0.2002716064453125,0.21910667419433594 +1000,2500,gpu,normal,True,False,False,0.23818016052246094,0.2334117889404297,0.2567768096923828,0.26106834411621094,0.23317337036132812,0.2636909484863281,0.22268295288085938,0.47278404235839844,0.5953311920166016,0.5025863647460938,0.20074844360351562,0.25272369384765625,0.23651123046875,0.21147727966308594,0.19550323486328125,0.18858909606933594,0.18787384033203125,0.2143383026123047,0.2288818359375,0.20694732666015625 +1000,2500,gpu,normal,False,False,True,0.22721290588378906,0.24461746215820312,0.27298927307128906,0.2620220184326172,0.2257823944091797,0.20265579223632812,0.24008750915527344,0.23484230041503906,0.2238750457763672,0.2040863037109375,0.29969215393066406,0.2892017364501953,0.2942085266113281,0.29349327087402344,0.2956390380859375,0.27680397033691406,0.24890899658203125,0.26917457580566406,0.2830028533935547,0.30493736267089844 +1000,2500,gpu,normal,False,False,False,0.4477500915527344,0.4477500915527344,0.4425048828125,0.4589557647705078,0.4482269287109375,0.4184246063232422,0.41675567626953125,0.43654441833496094,0.4024505615234375,0.42247772216796875,0.39958953857421875,0.36978721618652344,0.5929470062255859,0.36716461181640625,0.31185150146484375,0.3311634063720703,0.3097057342529297,0.301361083984375,0.2918243408203125,0.2913475036621094 +1000,5000,gpu,homo,True,True,True,0.22029876708984375,0.2219676971435547,0.20885467529296875,0.19216537475585938,0.2601146697998047,0.2808570861816406,0.2262592315673828,0.23126602172851562,0.23126602172851562,0.21028518676757812,0.22339820861816406,0.19788742065429688,0.19121170043945312,0.446319580078125,0.4985332489013672,0.3535747528076172,0.3421306610107422,0.30684471130371094,0.3399848937988281,0.4761219024658203 +1000,5000,gpu,homo,True,True,False,0.2970695495605469,0.5202293395996094,0.46515464782714844,0.4699230194091797,0.4611015319824219,0.4324913024902344,0.4591941833496094,0.4343986511230469,0.4324913024902344,0.4134178161621094,0.22649765014648438,0.20742416381835938,0.240325927734375,0.2262592315673828,0.2186298370361328,0.2148151397705078,0.20551681518554688,0.2086162567138672,0.2117156982421875,0.22125244140625 +1000,5000,gpu,homo,False,True,True,0.45228004455566406,0.23889541625976562,0.23746490478515625,0.22411346435546875,0.23794174194335938,0.21076202392578125,0.244140625,0.2200603485107422,0.213623046875,0.2262592315673828,0.24628639221191406,0.20170211791992188,0.21910667419433594,0.24890899658203125,0.213623046875,0.18310546875,0.2713203430175781,0.2346038818359375,0.21886825561523438,0.22792816162109375 +1000,5000,gpu,homo,False,True,False,0.4630088806152344,0.31876564025878906,0.2913475036621094,0.2865791320800781,0.2751350402832031,0.2663135528564453,0.24962425231933594,0.26702880859375,0.25177001953125,0.2586841583251953,0.19502639770507812,0.1976490020751953,0.20456314086914062,0.19741058349609375,0.20623207092285156,0.179290771484375,0.20647048950195312,0.18644332885742188,0.1938343048095703,0.1823902130126953 +1000,5000,gpu,homo,True,False,True,0.21600723266601562,0.17642974853515625,0.17881393432617188,0.31185150146484375,0.22101402282714844,0.21600723266601562,0.18358230590820312,0.18024444580078125,0.21386146545410156,0.3197193145751953,0.2617835998535156,0.2789497375488281,0.28395652770996094,0.2932548522949219,0.2753734588623047,0.27298927307128906,0.28777122497558594,0.2827644348144531,0.28896331787109375,0.2713203430175781 +1000,5000,gpu,homo,True,False,False,0.42057037353515625,0.4444122314453125,0.3962516784667969,0.3998279571533203,0.42247772216796875,0.3986358642578125,0.4303455352783203,0.42176246643066406,0.3895759582519531,0.3993511199951172,0.16999244689941406,0.19407272338867188,0.17786026000976562,0.2014636993408203,0.44226646423339844,0.3790855407714844,0.2741813659667969,0.2410411834716797,0.1895427703857422,0.16617774963378906 +1000,5000,gpu,homo,False,False,True,0.21648406982421875,0.2219676971435547,0.23365020751953125,0.21576881408691406,0.4734992980957031,0.43129920959472656,0.5540847778320312,0.3829002380371094,0.37932395935058594,0.4050731658935547,0.2491474151611328,0.2396106719970703,0.2422332763671875,0.27179718017578125,0.2834796905517578,0.24080276489257812,0.1876354217529297,0.1850128173828125,0.15735626220703125,0.1633167266845703 +1000,5000,gpu,homo,False,False,False,0.43892860412597656,0.43392181396484375,0.41222572326660156,0.4112720489501953,0.385284423828125,0.4303455352783203,0.44846534729003906,0.43082237243652344,0.42366981506347656,0.408172607421875,0.28228759765625,0.2841949462890625,0.26535987854003906,0.27823448181152344,0.274658203125,0.2732276916503906,0.28014183044433594,0.25773048400878906,0.2601146697998047,0.2765655517578125 +1000,5000,gpu,uniform,True,True,True,0.2799034118652344,0.28443336486816406,0.3058910369873047,0.27942657470703125,0.2963542938232422,0.24843215942382812,0.2505779266357422,0.2551078796386719,0.29850006103515625,0.2880096435546875,0.3409385681152344,0.3612041473388672,0.3762245178222656,0.35572052001953125,0.33473968505859375,0.34308433532714844,0.35119056701660156,0.3387928009033203,0.36454200744628906,0.3604888916015625 +1000,5000,gpu,uniform,True,True,False,0.30994415283203125,0.28705596923828125,0.2949237823486328,0.28967857360839844,0.2994537353515625,0.2605915069580078,0.29349327087402344,0.26035308837890625,0.25463104248046875,0.26726722717285156,0.2148151397705078,0.2205371856689453,0.1964569091796875,0.2143383026123047,0.21123886108398438,0.194549560546875,0.2384185791015625,0.22459030151367188,0.24318695068359375,0.217437744140625 +1000,5000,gpu,uniform,False,True,True,0.2830028533935547,0.25177001953125,0.2205371856689453,0.2353191375732422,0.2605915069580078,0.2396106719970703,0.23484230041503906,0.2567768096923828,0.22172927856445312,0.22077560424804688,0.26345252990722656,0.2396106719970703,0.24962425231933594,0.21505355834960938,0.22220611572265625,0.25534629821777344,0.22602081298828125,0.23937225341796875,0.24437904357910156,0.2505779266357422 +1000,5000,gpu,uniform,False,True,False,0.2779960632324219,0.247955322265625,0.23174285888671875,0.24962425231933594,0.23746490478515625,0.23889541625976562,0.2269744873046875,0.23365020751953125,0.2110004425048828,0.23126602172851562,0.40459632873535156,0.3485679626464844,0.38552284240722656,0.3571510314941406,0.3428459167480469,0.39577484130859375,0.537872314453125,0.4298686981201172,0.36525726318359375,0.3287792205810547 +1000,5000,gpu,uniform,True,False,True,0.2956390380859375,0.2651214599609375,0.29754638671875,0.3063678741455078,0.3256797790527344,0.2429485321044922,0.2353191375732422,0.2231597900390625,0.25200843811035156,0.22721290588378906,0.17833709716796875,0.1583099365234375,0.19550323486328125,0.21028518676757812,0.3917217254638672,0.3647804260253906,0.30350685119628906,0.3120899200439453,0.29969215393066406,0.2837181091308594 +1000,5000,gpu,uniform,True,False,False,0.5259513854980469,0.5838871002197266,0.5114078521728516,0.7512569427490234,0.4801750183105469,0.4286766052246094,0.47135353088378906,0.431060791015625,0.42939186096191406,0.4584789276123047,0.20051002502441406,0.20647048950195312,0.21409988403320312,0.22935867309570312,0.21648406982421875,0.20694732666015625,0.1964569091796875,0.19812583923339844,0.1838207244873047,0.1766681671142578 +1000,5000,gpu,uniform,False,False,True,0.25343894958496094,0.28514862060546875,0.24318695068359375,0.24318695068359375,0.2613067626953125,0.22077560424804688,0.2300739288330078,0.2162456512451172,0.2448558807373047,0.2624988555908203,0.4169940948486328,0.45180320739746094,0.3185272216796875,0.30350685119628906,0.31375885009765625,0.28514862060546875,0.29778480529785156,0.25844573974609375,0.29206275939941406,0.2532005310058594 +1000,5000,gpu,uniform,False,False,False,0.5106925964355469,0.48804283142089844,0.4532337188720703,0.4394054412841797,0.4627704620361328,0.4551410675048828,0.4591941833496094,0.44465065002441406,0.4680156707763672,0.4687309265136719,0.3294944763183594,0.3001689910888672,0.31375885009765625,0.3657341003417969,0.3447532653808594,0.36072731018066406,0.4169940948486328,0.3914833068847656,0.3974437713623047,0.3635883331298828 +1000,5000,gpu,normal,True,True,True,0.293731689453125,0.25773048400878906,0.25343894958496094,0.2617835998535156,0.26297569274902344,0.24700164794921875,0.2613067626953125,0.2605915069580078,0.2696514129638672,0.21266937255859375,0.38552284240722656,0.4010200500488281,0.3268718719482422,0.3254413604736328,0.37407875061035156,0.25534629821777344,0.2524852752685547,0.2582073211669922,0.22912025451660156,0.2148151397705078 +1000,5000,gpu,normal,True,True,False,0.3070831298828125,0.2789497375488281,0.29850006103515625,0.29540061950683594,0.25463104248046875,0.2655982971191406,0.2720355987548828,0.28514862060546875,0.3070831298828125,0.2815723419189453,0.3612041473388672,0.3590583801269531,0.3361701965332031,0.35691261291503906,0.28514862060546875,0.23818016052246094,0.25343894958496094,0.2353191375732422,0.2689361572265625,0.23245811462402344 +1000,5000,gpu,normal,False,True,True,0.43654441833496094,0.537872314453125,0.5214214324951172,0.3521442413330078,0.2799034118652344,0.2639293670654297,0.28705596923828125,0.26106834411621094,0.22482872009277344,0.22673606872558594,0.22339820861816406,0.22530555725097656,0.22792816162109375,0.2276897430419922,0.2281665802001953,0.213623046875,0.21982192993164062,0.23794174194335938,0.1857280731201172,0.2186298370361328 +1000,5000,gpu,normal,False,True,False,0.3802776336669922,0.38361549377441406,0.3819465637207031,0.3616809844970703,0.3437995910644531,0.35309791564941406,0.3705024719238281,0.4119873046875,0.3597736358642578,0.3781318664550781,0.24080276489257812,0.24247169494628906,0.2636909484863281,0.2651214599609375,0.2655982971191406,0.26535987854003906,0.2257823944091797,0.22721290588378906,0.2601146697998047,0.2503395080566406 +1000,5000,gpu,normal,True,False,True,0.23674964904785156,0.244140625,0.274658203125,0.2608299255371094,0.2834796905517578,0.2200603485107422,0.2598762512207031,0.28824806213378906,0.24771690368652344,0.2543926239013672,0.26416778564453125,0.2658367156982422,0.23889541625976562,0.2467632293701172,0.21982192993164062,0.2696514129638672,0.26106834411621094,0.22482872009277344,0.2353191375732422,0.2129077911376953 +1000,5000,gpu,normal,True,False,False,0.3001689910888672,0.28252601623535156,0.26798248291015625,0.2815723419189453,0.3039836883544922,0.26726722717285156,0.2818107604980469,0.38123130798339844,0.4239082336425781,0.32448768615722656,0.40030479431152344,0.35858154296875,0.36787986755371094,0.3619194030761719,0.3426074981689453,0.36525726318359375,0.3628730773925781,0.35953521728515625,0.36597251892089844,0.3502368927001953 +1000,5000,gpu,normal,False,False,True,0.3466606140136719,0.2808570861816406,0.30684471130371094,0.26535987854003906,0.23126602172851562,0.23746490478515625,0.2498626708984375,0.20933151245117188,0.23865699768066406,0.2608299255371094,0.1881122589111328,0.18978118896484375,0.186920166015625,0.2033710479736328,0.1919269561767578,0.16546249389648438,0.17714500427246094,0.1780986785888672,0.17905235290527344,0.19359588623046875 +1000,5000,gpu,normal,False,False,False,0.35071372985839844,0.32782554626464844,0.2830028533935547,0.2884864807128906,0.2467632293701172,0.2732276916503906,0.2722740173339844,0.5960464477539062,0.5104541778564453,0.5118846893310547,0.1983642578125,0.1895427703857422,0.2090930938720703,0.1659393310546875,0.19884109497070312,0.16760826110839844,0.1704692840576172,0.18525123596191406,0.4131793975830078,0.3581047058105469 +1000,10000,gpu,homo,True,True,True,0.2720355987548828,0.27251243591308594,0.25391578674316406,0.25582313537597656,0.24437904357910156,0.3349781036376953,0.28014183044433594,0.2422332763671875,0.22912025451660156,0.2601146697998047,0.33593177795410156,0.2865791320800781,0.2522468566894531,0.25844573974609375,0.2872943878173828,0.2529621124267578,0.2512931823730469,0.2639293670654297,0.25272369384765625,0.2753734588623047 +1000,10000,gpu,homo,True,True,False,0.32520294189453125,0.2644062042236328,0.2830028533935547,0.2536773681640625,0.28204917907714844,0.23889541625976562,0.2715587615966797,0.2512931823730469,0.2613067626953125,0.2453327178955078,0.23126602172851562,0.2243518829345703,0.2570152282714844,0.2598762512207031,0.2453327178955078,0.22554397583007812,0.2505779266357422,0.24819374084472656,0.23818016052246094,0.23865699768066406 +1000,10000,gpu,homo,False,True,True,0.24890899658203125,0.6115436553955078,0.7047653198242188,0.4813671112060547,0.4360675811767578,0.4432201385498047,0.4341602325439453,0.4115104675292969,0.40650367736816406,0.4341602325439453,0.2570152282714844,0.27632713317871094,0.2543926239013672,0.24771690368652344,0.2512931823730469,0.25343894958496094,0.2224445343017578,0.23126602172851562,0.2219676971435547,0.26106834411621094 +1000,10000,gpu,homo,False,True,False,0.22339820861816406,0.2486705780029297,0.2155303955078125,0.2295970916748047,0.21195411682128906,0.2307891845703125,0.2200603485107422,0.20956993103027344,0.21123886108398438,0.21767616271972656,0.27561187744140625,0.26917457580566406,0.2658367156982422,0.2753734588623047,0.2663135528564453,0.25177001953125,0.22792816162109375,0.2741813659667969,0.2760887145996094,0.22459030151367188 +1000,10000,gpu,homo,True,False,True,0.1957416534423828,0.2219676971435547,0.1938343048095703,0.2315044403076172,0.5590915679931641,0.4265308380126953,0.44035911560058594,0.3974437713623047,0.4076957702636719,0.4200935363769531,0.21696090698242188,0.24318695068359375,0.2567768096923828,0.2262592315673828,0.24843215942382812,0.24580955505371094,0.21409988403320312,0.21696090698242188,0.5519390106201172,0.5705356597900391 +1000,10000,gpu,homo,True,False,False,0.42724609375,0.4456043243408203,0.40650367736816406,0.431060791015625,0.42319297790527344,0.45752525329589844,0.48995018005371094,0.5285739898681641,0.4482269287109375,0.44465065002441406,0.23603439331054688,0.2205371856689453,0.2167224884033203,0.2071857452392578,0.2086162567138672,0.23698806762695312,0.23221969604492188,0.2124309539794922,0.22029876708984375,0.2040863037109375 +1000,10000,gpu,homo,False,False,True,0.21791458129882812,0.20933151245117188,0.20194053649902344,0.22149085998535156,0.22530555725097656,0.22649765014648438,0.22268295288085938,0.20837783813476562,0.2257823944091797,0.22721290588378906,0.1595020294189453,0.16641616821289062,0.16188621520996094,0.14925003051757812,0.152587890625,0.1277923583984375,0.1518726348876953,0.16021728515625,0.16498565673828125,0.16832351684570312 +1000,10000,gpu,homo,False,False,False,0.4475116729736328,0.4470348358154297,0.44655799865722656,0.4525184631347656,0.4382133483886719,0.45299530029296875,0.4417896270751953,0.44035911560058594,0.41675567626953125,0.4425048828125,0.28824806213378906,0.2522468566894531,0.2567768096923828,0.2422332763671875,0.2560615539550781,0.26226043701171875,0.3390312194824219,0.2949237823486328,0.22864341735839844,0.20956993103027344 +1000,10000,gpu,uniform,True,True,True,0.2925395965576172,0.33354759216308594,0.7102489471435547,0.5483627319335938,0.5559921264648438,0.5080699920654297,0.4353523254394531,0.2968311309814453,0.27632713317871094,0.2605915069580078,0.4439353942871094,0.4394054412841797,0.46133995056152344,0.40221214294433594,0.4088878631591797,0.33855438232421875,0.3173351287841797,0.2932548522949219,0.2789497375488281,0.26106834411621094 +1000,10000,gpu,uniform,True,True,False,0.6945133209228516,0.5552768707275391,0.5915164947509766,0.5402565002441406,0.5517005920410156,0.5540847778320312,0.6425380706787109,0.5550384521484375,0.5524158477783203,0.3733634948730469,0.38814544677734375,0.3838539123535156,0.41556358337402344,0.3933906555175781,0.4146099090576172,0.43773651123046875,0.3979206085205078,0.4203319549560547,0.40650367736816406,0.4038810729980469 +1000,10000,gpu,uniform,False,True,True,0.5350112915039062,0.4832744598388672,0.47087669372558594,0.5066394805908203,0.453948974609375,0.4477500915527344,0.4687309265136719,0.5016326904296875,0.5025863647460938,0.46133995056152344,0.2808570861816406,0.29397010803222656,0.6353855133056641,0.32830238342285156,0.3314018249511719,0.2830028533935547,0.2942085266113281,0.3058910369873047,0.24580955505371094,0.2646446228027344 +1000,10000,gpu,uniform,False,True,False,0.45013427734375,0.4794597625732422,0.47135353088378906,0.5013942718505859,0.4944801330566406,0.4730224609375,0.4715919494628906,0.43702125549316406,0.4534721374511719,0.4582405090332031,0.36787986755371094,0.29206275939941406,0.28896331787109375,0.2779960632324219,0.24747848510742188,0.2665519714355469,0.2899169921875,0.2758502960205078,0.2665519714355469,0.2732276916503906 +1000,10000,gpu,uniform,True,False,True,0.26535987854003906,0.23436546325683594,0.24199485778808594,0.24318695068359375,0.22101402282714844,0.225067138671875,0.2541542053222656,0.2372264862060547,0.2429485321044922,0.24962425231933594,0.35452842712402344,0.35500526428222656,0.3237724304199219,0.3554821014404297,0.3535747528076172,0.3371238708496094,0.32830238342285156,0.37026405334472656,0.34356117248535156,0.33354759216308594 +1000,10000,gpu,uniform,True,False,False,0.6165504455566406,0.5464553833007812,0.5443096160888672,0.5271434783935547,0.7398128509521484,0.4706382751464844,0.2751350402832031,0.2567768096923828,0.23651123046875,0.24819374084472656,0.2505779266357422,0.26106834411621094,0.24461746215820312,0.4813671112060547,0.40793418884277344,0.4265308380126953,0.42176246643066406,0.5230903625488281,0.47087669372558594,0.4074573516845703 +1000,10000,gpu,uniform,False,False,True,0.2772808074951172,0.2722740173339844,0.26226043701171875,0.2815723419189453,0.3037452697753906,0.30493736267089844,0.2639293670654297,0.28443336486816406,0.26869773864746094,0.3056526184082031,0.20265579223632812,0.17786026000976562,0.2067089080810547,0.18095970153808594,0.20360946655273438,0.17070770263671875,0.18477439880371094,0.19860267639160156,0.20456314086914062,0.17189979553222656 +1000,10000,gpu,uniform,False,False,False,0.30159950256347656,0.2949237823486328,0.30803680419921875,0.2884864807128906,0.2906322479248047,0.2853870391845703,0.2512931823730469,0.2644062042236328,0.2512931823730469,0.24938583374023438,0.22673606872558594,0.21338462829589844,0.2048015594482422,0.16951560974121094,0.17070770263671875,0.17404556274414062,0.16951560974121094,0.17380714416503906,0.19884109497070312,0.1976490020751953 +1000,10000,gpu,normal,True,True,True,0.2980232238769531,0.6778240203857422,0.5314350128173828,0.5068778991699219,0.5204677581787109,0.492095947265625,0.47016143798828125,0.476837158203125,0.47969818115234375,0.6430149078369141,0.2799034118652344,0.293731689453125,0.34308433532714844,0.3020763397216797,0.5297660827636719,0.7729530334472656,0.49304962158203125,0.36716461181640625,0.3063678741455078,0.25582313537597656 +1000,10000,gpu,normal,True,True,False,0.6930828094482422,0.5702972412109375,0.8089542388916016,0.5893707275390625,0.5176067352294922,0.5049705505371094,0.5176067352294922,0.5152225494384766,0.5517005920410156,0.4985332489013672,0.5128383636474609,0.3185272216796875,0.3151893615722656,0.28514862060546875,0.32639503479003906,0.46896934509277344,0.3879070281982422,0.37789344787597656,0.4317760467529297,0.42057037353515625 +1000,10000,gpu,normal,False,True,True,0.6616115570068359,0.537872314453125,0.4582405090332031,0.45490264892578125,0.4591941833496094,0.49805641174316406,0.47969818115234375,0.4730224609375,0.518798828125,0.5183219909667969,0.31566619873046875,0.30112266540527344,0.2961158752441406,0.32830238342285156,0.3197193145751953,0.31304359436035156,0.31304359436035156,0.29397010803222656,0.3180503845214844,0.3197193145751953 +1000,10000,gpu,normal,False,True,False,0.33283233642578125,0.3211498260498047,0.255584716796875,0.25916099548339844,0.2410411834716797,0.24771690368652344,0.270843505859375,0.2636909484863281,0.2532005310058594,0.2963542938232422,0.36025047302246094,0.32639503479003906,0.5028247833251953,0.4916191101074219,0.4322528839111328,0.4391670227050781,0.4286766052246094,0.4096031188964844,0.41103363037109375,0.4367828369140625 +1000,10000,gpu,normal,True,False,True,0.2696514129638672,0.5292892456054688,0.4839897155761719,0.4646778106689453,0.4489421844482422,0.42510032653808594,0.4363059997558594,0.47516822814941406,0.4940032958984375,0.5660057067871094,0.3082752227783203,0.270843505859375,0.31375885009765625,0.2956390380859375,0.2799034118652344,0.2980232238769531,0.2968311309814453,0.2818107604980469,0.2522468566894531,0.32782554626464844 +1000,10000,gpu,normal,True,False,False,0.24127960205078125,0.24962425231933594,0.2646446228027344,0.2541542053222656,0.31495094299316406,0.2532005310058594,0.31375885009765625,0.2574920654296875,0.24366378784179688,0.22745132446289062,0.3352165222167969,0.3135204315185547,0.3085136413574219,0.3628730773925781,0.2906322479248047,0.2918243408203125,0.3025531768798828,0.28061866760253906,0.33283233642578125,0.3082752227783203 +1000,10000,gpu,normal,False,False,True,0.278472900390625,0.26106834411621094,0.28967857360839844,0.2741813659667969,0.2532005310058594,0.2770423889160156,0.286102294921875,0.2868175506591797,0.2319812774658203,0.26226043701171875,0.1900196075439453,0.22482872009277344,0.20766258239746094,0.19121170043945312,0.18978118896484375,0.2143383026123047,0.179290771484375,0.16617774963378906,0.17189979553222656,0.20074844360351562 +1000,10000,gpu,normal,False,False,False,0.34165382385253906,0.2961158752441406,0.31375885009765625,0.3223419189453125,0.2818107604980469,0.29730796813964844,0.30159950256347656,0.2994537353515625,0.3261566162109375,0.30159950256347656,0.3077983856201172,0.3108978271484375,0.29587745666503906,0.278472900390625,0.28061866760253906,0.29468536376953125,0.2942085266113281,0.30541419982910156,0.25200843811035156,0.2932548522949219 +1000,25000,gpu,homo,True,True,True,0.3097057342529297,0.3104209899902344,0.3135204315185547,0.3204345703125,0.2875328063964844,0.2970695495605469,0.30612945556640625,0.2856254577636719,0.29969215393066406,0.29540061950683594,0.5037784576416016,0.4954338073730469,0.48828125,0.4620552062988281,0.431060791015625,0.42748451232910156,0.46706199645996094,0.44035911560058594,0.42700767517089844,0.4706382751464844 +1000,25000,gpu,homo,True,True,False,0.4925727844238281,0.5142688751220703,0.5135536193847656,0.4839897155761719,0.4868507385253906,0.5159378051757812,0.4858970642089844,0.4932880401611328,0.4723072052001953,0.47898292541503906,0.5075931549072266,0.5123615264892578,0.5335807800292969,0.5102157592773438,0.5183219909667969,0.4851818084716797,0.4963874816894531,0.4851818084716797,0.48804283142089844,0.4954338073730469 +1000,25000,gpu,homo,False,True,True,0.25916099548339844,0.27060508728027344,0.2467632293701172,0.2598762512207031,0.24890899658203125,0.2524852752685547,0.5207061767578125,0.354766845703125,0.2658367156982422,0.3082752227783203,0.4277229309082031,0.4119873046875,0.42629241943359375,0.42748451232910156,0.42128562927246094,0.43845176696777344,0.4074573516845703,0.4229545593261719,0.4477500915527344,0.43702125549316406 +1000,25000,gpu,homo,False,True,False,0.45299530029296875,0.44155120849609375,0.4436969757080078,0.4487037658691406,0.45180320739746094,0.4515647888183594,0.438690185546875,0.4315376281738281,0.41675567626953125,0.4105567932128906,0.5052089691162109,0.5016326904296875,0.5123615264892578,0.4947185516357422,0.49185752868652344,0.4897117614746094,0.5016326904296875,0.5171298980712891,0.49614906311035156,0.45228004455566406 +1000,25000,gpu,homo,True,False,True,0.21648406982421875,0.2155303955078125,0.2067089080810547,0.5779266357421875,0.5741119384765625,0.4792213439941406,0.5681514739990234,0.48089027404785156,0.4353523254394531,0.3943443298339844,0.3571510314941406,0.35190582275390625,0.3573894500732422,0.3135204315185547,0.33211708068847656,0.3566741943359375,0.3409385681152344,0.31447410583496094,0.3211498260498047,0.3304481506347656 +1000,25000,gpu,homo,True,False,False,0.22149085998535156,0.2105236053466797,0.217437744140625,0.21386146545410156,0.22840499877929688,0.24557113647460938,0.2009868621826172,0.21314620971679688,0.21791458129882812,0.20456314086914062,0.4200935363769531,0.4184246063232422,0.39196014404296875,0.3924369812011719,0.41294097900390625,0.42629241943359375,0.4086494445800781,0.4291534423828125,0.38886070251464844,0.39315223693847656 +1000,25000,gpu,homo,False,False,True,0.32448768615722656,0.29921531677246094,0.3330707550048828,0.2951622009277344,0.31948089599609375,0.29277801513671875,0.28228759765625,0.27680397033691406,0.3044605255126953,0.293731689453125,0.1647472381591797,0.15091896057128906,0.1671314239501953,0.15664100646972656,0.16045570373535156,0.13709068298339844,0.14901161193847656,0.16307830810546875,0.148773193359375,0.3695487976074219 +1000,25000,gpu,homo,False,False,False,0.3376007080078125,0.308990478515625,0.2980232238769531,0.29850006103515625,0.28514862060546875,0.2524852752685547,0.29754638671875,0.26297569274902344,0.24962425231933594,0.2777576446533203,0.2827644348144531,0.25081634521484375,0.17714500427246094,0.18143653869628906,0.1678466796875,0.19407272338867188,0.2071857452392578,0.1583099365234375,0.17571449279785156,0.17642974853515625 +1000,25000,gpu,uniform,True,True,True,0.32901763916015625,0.331878662109375,0.3116130828857422,0.33974647521972656,0.3058910369873047,0.2968311309814453,0.3037452697753906,0.3116130828857422,0.3120899200439453,0.2675056457519531,0.4830360412597656,0.5395412445068359,0.7154941558837891,0.6120204925537109,0.6039142608642578,0.6268024444580078,0.5774497985839844,0.5648136138916016,0.5893707275390625,0.5655288696289062 +1000,25000,gpu,uniform,True,True,False,0.32591819763183594,0.3151893615722656,0.370025634765625,0.36978721618652344,0.3364086151123047,0.30994415283203125,0.33926963806152344,0.3256797790527344,0.3440380096435547,0.3314018249511719,1.0843276977539062,0.7164478302001953,0.8521080017089844,0.6108283996582031,0.5490779876708984,0.5316734313964844,0.514984130859375,0.4191398620605469,0.43082237243652344,0.3848075866699219 +1000,25000,gpu,uniform,False,True,True,0.3688335418701172,0.3161430358886719,0.2841949462890625,0.2923011779785156,0.2684593200683594,0.2815723419189453,0.2982616424560547,0.3151893615722656,0.2684593200683594,0.24843215942382812,0.4169940948486328,0.4749298095703125,0.4184246063232422,0.42557716369628906,0.4706382751464844,0.6623268127441406,0.6146430969238281,0.5853176116943359,0.6203651428222656,0.4782676696777344 +1000,25000,gpu,uniform,False,True,False,0.3190040588378906,0.31065940856933594,0.3044605255126953,0.27251243591308594,0.2837181091308594,0.2751350402832031,0.2982616424560547,0.2753734588623047,0.2624988555908203,0.2799034118652344,0.47397613525390625,0.4589557647705078,0.4494190216064453,0.44417381286621094,0.44035911560058594,0.4749298095703125,0.47397613525390625,0.45871734619140625,0.4525184631347656,0.47469139099121094 +1000,25000,gpu,uniform,True,False,True,0.3046989440917969,0.2696514129638672,0.26226043701171875,0.2849102020263672,0.2868175506591797,0.25272369384765625,0.23818016052246094,0.2505779266357422,0.24771690368652344,0.25916099548339844,0.45752525329589844,0.4718303680419922,0.43702125549316406,0.43582916259765625,0.4413127899169922,0.47469139099121094,0.4551410675048828,0.5192756652832031,0.44155120849609375,0.3972053527832031 +1000,25000,gpu,uniform,True,False,False,0.2532005310058594,0.5838871002197266,0.6644725799560547,0.49042701721191406,0.49948692321777344,0.3230571746826172,0.3027915954589844,0.5559921264648438,0.4985332489013672,0.4634857177734375,0.3604888916015625,0.3838539123535156,0.3597736358642578,0.3464221954345703,0.32806396484375,0.3619194030761719,0.34689903259277344,0.30541419982910156,0.34618377685546875,0.3314018249511719 +1000,25000,gpu,uniform,False,False,True,0.3390312194824219,0.34117698669433594,0.3299713134765625,0.33473968505859375,0.3352165222167969,0.3521442413330078,0.40984153747558594,0.4000663757324219,0.8509159088134766,0.6322860717773438,0.4222393035888672,0.21004676818847656,0.21076202392578125,0.2644062042236328,0.3948211669921875,0.40411949157714844,0.3402233123779297,0.3383159637451172,0.29730796813964844,0.2894401550292969 +1000,25000,gpu,uniform,False,False,False,0.6237030029296875,0.6144046783447266,0.6074905395507812,0.5941390991210938,0.6158351898193359,0.5948543548583984,0.6008148193359375,0.5872249603271484,0.5996227264404297,0.6477832794189453,0.20503997802734375,0.22602081298828125,0.24461746215820312,0.18453598022460938,0.1976490020751953,0.186920166015625,0.2067089080810547,0.18453598022460938,0.16570091247558594,0.2105236053466797 +1000,25000,gpu,normal,True,True,True,0.3464221954345703,0.6639957427978516,0.5660057067871094,0.5230903625488281,0.5509853363037109,0.5528926849365234,0.5025863647460938,0.5340576171875,0.5872249603271484,0.5145072937011719,0.5269050598144531,0.5235671997070312,0.5221366882324219,0.5223751068115234,0.52642822265625,0.4668235778808594,0.5059242248535156,0.5028247833251953,0.518798828125,0.5064010620117188 +1000,25000,gpu,normal,True,True,False,0.5536079406738281,0.6079673767089844,0.5743503570556641,0.5576610565185547,0.5633831024169922,0.5962848663330078,0.5555152893066406,0.9157657623291016,0.5745887756347656,0.5550384521484375,0.38695335388183594,0.43463706970214844,0.3523826599121094,0.38623809814453125,0.4191398620605469,0.3955364227294922,0.6003379821777344,0.5362033843994141,0.5328655242919922,0.5993843078613281 +1000,25000,gpu,normal,False,True,True,0.5052089691162109,0.4973411560058594,0.5481243133544922,0.4928112030029297,0.5266666412353516,0.5755424499511719,0.5738735198974609,0.5664825439453125,0.5171298980712891,0.5705356597900391,0.5033016204833984,0.49805641174316406,0.5056858062744141,0.4801750183105469,0.46753883361816406,0.46181678771972656,0.4825592041015625,0.4889965057373047,0.4992485046386719,0.4551410675048828 +1000,25000,gpu,normal,False,True,False,0.3674030303955078,0.3364086151123047,0.33736228942871094,0.3154277801513672,0.31495094299316406,0.3123283386230469,0.2968311309814453,0.30803680419921875,0.3294944763183594,0.3135204315185547,0.4634857177734375,0.48089027404785156,0.4799365997314453,0.4794597625732422,0.47397613525390625,0.4570484161376953,0.4513263702392578,0.4665851593017578,0.4668235778808594,0.49233436584472656 +1000,25000,gpu,normal,True,False,True,0.27060508728027344,0.2536773681640625,0.2429485321044922,0.22649765014648438,0.27441978454589844,0.24628639221191406,0.2186298370361328,0.22792816162109375,0.23221969604492188,0.2758502960205078,0.40435791015625,0.47326087951660156,0.44155120849609375,0.4894733428955078,0.4534721374511719,0.4887580871582031,0.4520416259765625,0.8282661437988281,0.6425380706787109,0.5686283111572266 +1000,25000,gpu,normal,True,False,False,0.2570152282714844,0.2453327178955078,0.21195411682128906,0.26488304138183594,0.22912025451660156,0.2410411834716797,0.21338462829589844,0.2396106719970703,0.22649765014648438,0.21529197692871094,0.4944801330566406,0.45680999755859375,0.4947185516357422,0.4582405090332031,0.4367828369140625,0.46372413635253906,0.4439353942871094,0.4601478576660156,0.4253387451171875,0.4374980926513672 +1000,25000,gpu,normal,False,False,True,0.42557716369628906,0.476837158203125,0.43201446533203125,0.44155120849609375,0.43463706970214844,0.44155120849609375,0.423431396484375,0.4146099090576172,0.4203319549560547,0.41961669921875,0.19097328186035156,0.1881122589111328,0.19621849060058594,0.20623207092285156,0.1728534698486328,0.14925003051757812,0.17070770263671875,0.20313262939453125,0.18739700317382812,0.2009868621826172 +1000,25000,gpu,normal,False,False,False,0.48279762268066406,0.4878044128417969,0.45752525329589844,0.43511390686035156,0.43511390686035156,0.4496574401855469,0.4343986511230469,0.44155120849609375,0.41937828063964844,0.46896934509277344,0.20194053649902344,0.23245811462402344,0.2052783966064453,0.2307891845703125,0.2200603485107422,0.22268295288085938,0.2617835998535156,0.21600723266601562,0.20933151245117188,0.1964569091796875 +1000,37500,gpu,homo,True,True,True,0.7791519165039062,0.6947517395019531,0.6601810455322266,0.6048679351806641,0.5481243133544922,0.5450248718261719,0.514984130859375,0.5447864532470703,0.5364418029785156,0.5543231964111328,0.6103515625,0.621795654296875,0.5755424499511719,0.5803108215332031,0.5946159362792969,0.6906986236572266,0.5829334259033203,0.6256103515625,0.5691051483154297,0.5812644958496094 +1000,37500,gpu,homo,True,True,False,0.3459453582763672,0.3445148468017578,0.3447532653808594,0.3552436828613281,0.3139972686767578,0.3204345703125,0.3352165222167969,0.3478527069091797,0.36215782165527344,0.339508056640625,0.4878044128417969,0.5030632019042969,0.49805641174316406,0.4887580871582031,0.4782676696777344,0.48160552978515625,0.4661083221435547,0.47516822814941406,0.45418739318847656,0.45871734619140625 +1000,37500,gpu,homo,False,True,True,0.8144378662109375,0.6263256072998047,0.5435943603515625,0.5242824554443359,0.5099773406982422,0.5211830139160156,0.5211830139160156,0.5018711090087891,0.6558895111083984,0.5030632019042969,0.6606578826904297,0.6415843963623047,0.6694793701171875,0.6396770477294922,0.7040500640869141,0.6582736968994141,0.629425048828125,0.6291866302490234,0.6318092346191406,0.6856918334960938 +1000,37500,gpu,homo,False,True,False,0.5316734313964844,0.48661231994628906,0.4782676696777344,0.6999969482421875,0.49185752868652344,0.4591941833496094,0.4858970642089844,0.6058216094970703,0.47469139099121094,0.4527568817138672,0.5645751953125,0.5261898040771484,0.5345344543457031,0.6082057952880859,0.7724761962890625,0.6697177886962891,0.6468296051025391,0.640869140625,0.6566047668457031,0.6678104400634766 +1000,37500,gpu,homo,True,False,True,0.22912025451660156,0.2155303955078125,0.20837783813476562,0.21910667419433594,0.209808349609375,0.1914501190185547,0.17976760864257812,0.2117156982421875,0.1888275146484375,0.1881122589111328,0.6401538848876953,0.6723403930664062,0.6000995635986328,0.5462169647216797,0.5846023559570312,0.5061626434326172,0.5233287811279297,0.5235671997070312,0.5342960357666016,0.5173683166503906 +1000,37500,gpu,homo,True,False,False,0.45108795166015625,0.4050731658935547,0.4134178161621094,0.4203319549560547,0.42557716369628906,0.40650367736816406,0.4017353057861328,0.4012584686279297,0.5967617034912109,0.4773139953613281,0.3981590270996094,0.3628730773925781,0.39196014404296875,0.37550926208496094,0.3979206085205078,0.3719329833984375,0.3960132598876953,0.38743019104003906,0.3840923309326172,0.35572052001953125 +1000,37500,gpu,homo,False,False,True,0.5636215209960938,0.5443096160888672,0.545501708984375,0.5612373352050781,0.5414485931396484,0.5486011505126953,0.5385875701904297,0.5352497100830078,0.5211830139160156,0.5269050598144531,0.16164779663085938,0.14328956604003906,0.17261505126953125,0.17452239990234375,0.12159347534179688,0.15807151794433594,0.16021728515625,0.13899803161621094,0.13256072998046875,0.16832351684570312 +1000,37500,gpu,homo,False,False,False,0.42247772216796875,0.34999847412109375,0.36025047302246094,0.36907196044921875,0.3619194030761719,0.3581047058105469,0.339508056640625,0.33545494079589844,0.40340423583984375,0.41794776916503906,0.17452239990234375,0.18405914306640625,0.1983642578125,0.156402587890625,0.16736984252929688,0.17309188842773438,0.17261505126953125,0.13494491577148438,0.13303756713867188,0.17070770263671875 +1000,37500,gpu,uniform,True,True,True,0.38814544677734375,0.3750324249267578,0.38170814514160156,0.37217140197753906,0.4107952117919922,0.4012584686279297,0.3647804260253906,0.38313865661621094,0.8687973022460938,0.6768703460693359,0.4944801330566406,0.804901123046875,0.8020401000976562,0.7891654968261719,0.8542537689208984,0.6291866302490234,0.5693435668945312,0.5400180816650391,0.5466938018798828,0.7531642913818359 +1000,37500,gpu,uniform,True,True,False,0.35881996154785156,0.3600120544433594,0.3685951232910156,0.3218650817871094,0.3783702850341797,0.34809112548828125,0.3638267517089844,0.38123130798339844,0.3421306610107422,0.3707408905029297,0.5035400390625,0.4811286926269531,0.5211830139160156,0.4563331604003906,0.5218982696533203,0.5049705505371094,0.4982948303222656,0.4863739013671875,0.4687309265136719,0.48804283142089844 +1000,37500,gpu,uniform,False,True,True,0.28896331787109375,0.3135204315185547,0.316619873046875,0.2865791320800781,0.2930164337158203,0.2868175506591797,0.3085136413574219,0.2994537353515625,0.2818107604980469,0.29659271240234375,0.6194114685058594,0.6184577941894531,0.5700588226318359,0.7588863372802734,0.6308555603027344,0.5846023559570312,0.5826950073242188,0.6279945373535156,0.5781650543212891,0.5691051483154297 +1000,37500,gpu,uniform,False,True,False,0.31876564025878906,0.3533363342285156,0.28705596923828125,0.3333091735839844,0.32258033752441406,0.27441978454589844,0.3325939178466797,0.29587745666503906,0.3006458282470703,0.286102294921875,0.5898475646972656,0.6306171417236328,0.6222724914550781,0.6041526794433594,0.6070137023925781,0.5917549133300781,0.6201267242431641,0.6074905395507812,0.6122589111328125,0.6508827209472656 +1000,37500,gpu,uniform,True,False,True,0.3199577331542969,0.25916099548339844,0.23221969604492188,0.24890899658203125,0.23865699768066406,0.232696533203125,0.24652481079101562,0.2453327178955078,0.23055076599121094,0.2567768096923828,0.4737377166748047,0.4265308380126953,0.4410743713378906,0.4508495330810547,0.4470348358154297,0.4220008850097656,0.43654441833496094,0.41484832763671875,0.42819976806640625,0.446319580078125 +1000,37500,gpu,uniform,True,False,False,0.28204917907714844,0.286102294921875,0.2760887145996094,0.3020763397216797,0.2696514129638672,0.2543926239013672,0.2846717834472656,0.2663135528564453,0.26679039001464844,0.2677440643310547,0.43845176696777344,0.49042701721191406,0.45680999755859375,0.4642009735107422,0.4055500030517578,0.4093647003173828,0.41484832763671875,0.4119873046875,0.4100799560546875,0.4203319549560547 +1000,37500,gpu,uniform,False,False,True,0.7047653198242188,1.058816909790039,0.7228851318359375,0.7009506225585938,0.6635189056396484,0.6554126739501953,0.6732940673828125,0.6644725799560547,0.6256103515625,0.6570816040039062,0.19884109497070312,0.19311904907226562,0.16999244689941406,0.1926422119140625,0.17189979553222656,0.1595020294189453,0.19550323486328125,0.179290771484375,0.1392364501953125,0.1666545867919922 +1000,37500,gpu,uniform,False,False,False,0.44083595275878906,0.74005126953125,0.7319450378417969,0.873565673828125,0.7214546203613281,0.682830810546875,0.6458759307861328,0.6680488586425781,0.66375732421875,0.6544589996337891,0.25343894958496094,0.24747848510742188,0.2148151397705078,0.24843215942382812,0.2040863037109375,0.21576881408691406,0.22745132446289062,0.2040863037109375,0.18739700317382812,0.21600723266601562 +1000,37500,gpu,normal,True,True,True,0.6363391876220703,0.6611347198486328,0.5970001220703125,0.6120204925537109,0.6015300750732422,0.5545616149902344,0.553131103515625,0.5710124969482422,0.598907470703125,0.5631446838378906,0.6139278411865234,0.5822181701660156,0.5958080291748047,0.5645751953125,0.6086826324462891,0.8347034454345703,0.8099079132080078,0.7445812225341797,0.7886886596679688,0.7712841033935547 +1000,37500,gpu,normal,True,True,False,0.591278076171875,0.4324913024902344,0.41747093200683594,0.3998279571533203,0.3845691680908203,0.3592967987060547,0.3726482391357422,0.39386749267578125,0.3707408905029297,0.3819465637207031,0.6480216979980469,0.5738735198974609,0.5640983581542969,0.5905628204345703,0.5550384521484375,0.5927085876464844,0.5753040313720703,0.5970001220703125,0.5724430084228516,0.5824565887451172 +1000,37500,gpu,normal,False,True,True,0.32806396484375,0.34427642822265625,0.3197193145751953,0.3180503845214844,0.27871131896972656,0.3056526184082031,0.5586147308349609,0.34499168395996094,0.3037452697753906,0.6649494171142578,0.9050369262695312,0.7250308990478516,0.6718635559082031,0.6144046783447266,0.6535053253173828,0.6513595581054688,0.6508827209472656,0.6237030029296875,0.6299018859863281,0.6427764892578125 +1000,37500,gpu,normal,False,True,False,0.5903244018554688,0.5497932434082031,0.6225109100341797,0.5345344543457031,0.5357265472412109,0.5223751068115234,0.5388259887695312,0.5002021789550781,0.5133152008056641,0.5474090576171875,0.6954669952392578,0.6730556488037109,0.6351470947265625,0.6420612335205078,0.6318092346191406,0.6830692291259766,0.6551742553710938,0.6148815155029297,0.6101131439208984,0.6299018859863281 +1000,37500,gpu,normal,True,False,True,0.24366378784179688,0.23317337036132812,0.22292137145996094,0.26106834411621094,0.2193450927734375,0.2486705780029297,0.23102760314941406,0.2486705780029297,0.24890899658203125,0.2288818359375,0.5941390991210938,0.5698204040527344,0.5896091461181641,0.6175041198730469,0.5774497985839844,0.6034374237060547,0.576019287109375,0.5905628204345703,0.5857944488525391,0.5819797515869141 +1000,37500,gpu,normal,True,False,False,0.3476142883300781,0.26988983154296875,0.28228759765625,0.23984909057617188,0.2732276916503906,0.25963783264160156,0.2753734588623047,0.21266937255859375,0.278472900390625,0.5199909210205078,0.6287097930908203,0.946044921875,0.6010532379150391,0.6203651428222656,0.6015300750732422,0.6098747253417969,0.5986690521240234,0.6074905395507812,0.5803108215332031,0.568389892578125 +1000,37500,gpu,normal,False,False,True,0.6580352783203125,0.6406307220458984,0.87738037109375,0.6465911865234375,0.6060600280761719,0.6382465362548828,0.6461143493652344,0.6084442138671875,0.5877017974853516,0.6079673767089844,0.202178955078125,0.2067089080810547,0.18930435180664062,0.21886825561523438,0.19502639770507812,0.1933574676513672,0.21839141845703125,0.16546249389648438,0.2067089080810547,0.16450881958007812 +1000,37500,gpu,normal,False,False,False,0.6618499755859375,0.6122589111328125,0.5915164947509766,0.6327629089355469,0.6046295166015625,0.6377696990966797,0.6368160247802734,0.6048679351806641,0.6165504455566406,0.6232261657714844,0.19884109497070312,0.2396106719970703,0.23126602172851562,0.23174285888671875,0.194549560546875,0.21266937255859375,0.16689300537109375,0.21266937255859375,0.1983642578125,0.21696090698242188 +1000,50000,gpu,homo,True,True,True,0.39768218994140625,0.3848075866699219,0.38933753967285156,0.35500526428222656,0.38170814514160156,0.3669261932373047,0.38909912109375,0.3669261932373047,0.3819465637207031,0.3883838653564453,0.7002353668212891,0.7030963897705078,0.698089599609375,0.6821155548095703,0.6837844848632812,0.7054805755615234,0.705718994140625,0.8697509765625,0.7140636444091797,0.6921291351318359 +1000,50000,gpu,homo,True,True,False,0.3962516784667969,0.3647804260253906,0.37860870361328125,0.39649009704589844,0.3750324249267578,0.38886070251464844,0.39768218994140625,0.3800392150878906,0.7600784301757812,0.43773651123046875,0.8602142333984375,1.0232925415039062,0.8337497711181641,0.7987022399902344,0.782012939453125,0.7534027099609375,0.7817745208740234,0.7746219635009766,0.7624626159667969,0.7486343383789062 +1000,50000,gpu,homo,False,True,True,0.30875205993652344,0.30684471130371094,0.30493736267089844,0.27561187744140625,0.3190040588378906,0.28634071350097656,0.26702880859375,0.274658203125,0.30422210693359375,0.2853870391845703,0.6971359252929688,0.7116794586181641,0.7221698760986328,0.7371902465820312,0.9636878967285156,0.7288455963134766,0.7214546203613281,0.7076263427734375,0.6861686706542969,0.7624626159667969 +1000,50000,gpu,homo,False,True,False,0.3190040588378906,0.33092498779296875,0.2880096435546875,0.3027915954589844,0.29158592224121094,0.33211708068847656,0.3085136413574219,0.3008842468261719,0.3101825714111328,0.29730796813964844,0.6804466247558594,0.7405281066894531,0.7998943328857422,0.7333755493164062,0.6875991821289062,0.6995201110839844,0.6837844848632812,0.6806850433349609,0.6542205810546875,0.6611347198486328 +1000,50000,gpu,homo,True,False,True,0.5438327789306641,0.42939186096191406,0.4677772521972656,0.45228004455566406,0.4534721374511719,0.6730556488037109,0.392913818359375,0.3407001495361328,0.2014636993408203,0.22363662719726562,0.8285045623779297,0.6363391876220703,0.5788803100585938,0.5586147308349609,0.5483627319335938,0.5242824554443359,0.5288124084472656,0.537872314453125,0.5991458892822266,0.5285739898681641 +1000,50000,gpu,homo,True,False,False,0.4258155822753906,0.4520416259765625,0.4112720489501953,0.41031837463378906,0.41937828063964844,0.26702880859375,0.22339820861816406,0.25010108947753906,0.22792816162109375,0.21219253540039062,0.46563148498535156,0.48661231994628906,0.5369186401367188,0.5362033843994141,0.5075931549072266,0.5002021789550781,0.8871555328369141,0.5061626434326172,0.47516822814941406,0.5629062652587891 +1000,50000,gpu,homo,False,False,True,0.4029273986816406,0.3952980041503906,0.39196014404296875,0.36334991455078125,0.3790855407714844,0.3933906555175781,0.3864765167236328,0.3960132598876953,0.7355213165283203,0.6330013275146484,0.25844573974609375,0.2472400665283203,0.24843215942382812,0.24938583374023438,0.26416778564453125,0.25844573974609375,0.26106834411621094,0.24938583374023438,0.2434253692626953,0.2548694610595703 +1000,50000,gpu,homo,False,False,False,0.4024505615234375,0.4074573516845703,0.38743019104003906,0.4096031188964844,0.41866302490234375,0.385284423828125,0.39315223693847656,0.392913818359375,0.40078163146972656,0.3743171691894531,0.2944469451904297,0.3387928009033203,0.28061866760253906,0.2613067626953125,0.2646446228027344,0.2815723419189453,0.2639293670654297,0.2942085266113281,0.26226043701171875,0.2532005310058594 +1000,50000,gpu,uniform,True,True,True,0.7832050323486328,0.8096694946289062,0.9553432464599609,0.7164478302001953,0.6847381591796875,0.6661415100097656,0.6437301635742188,0.6604194641113281,0.6711483001708984,0.640869140625,0.6780624389648438,0.8389949798583984,0.8118152618408203,0.7658004760742188,0.8046627044677734,0.7414817810058594,0.7662773132324219,0.7750988006591797,0.7634162902832031,0.762939453125 +1000,50000,gpu,uniform,True,True,False,0.4172325134277344,0.4210472106933594,0.4334449768066406,0.41961669921875,0.4162788391113281,0.4260540008544922,0.4279613494873047,0.41866302490234375,0.4086494445800781,0.4191398620605469,0.7615089416503906,0.6668567657470703,0.7300376892089844,0.6783008575439453,0.7050037384033203,0.7688999176025391,0.6909370422363281,0.701904296875,0.7257461547851562,0.7112026214599609 +1000,50000,gpu,uniform,False,True,True,0.37169456481933594,0.35381317138671875,0.42700767517089844,0.39768218994140625,0.32448768615722656,0.339508056640625,0.3437995910644531,0.30350685119628906,0.5936622619628906,0.41866302490234375,0.7097721099853516,0.7088184356689453,0.7283687591552734,0.7250308990478516,0.7982254028320312,0.7593631744384766,1.058816909790039,0.7786750793457031,0.7197856903076172,0.7255077362060547 +1000,50000,gpu,uniform,False,True,False,0.3495216369628906,0.3628730773925781,0.31375885009765625,0.36716461181640625,0.37479400634765625,0.34165382385253906,0.30231475830078125,0.3123283386230469,0.2796649932861328,0.2951622009277344,0.7381439208984375,0.6804466247558594,0.6899833679199219,0.7121562957763672,0.7212162017822266,0.9930133819580078,1.1072158813476562,0.8666515350341797,0.8683204650878906,0.9276866912841797 +1000,50000,gpu,uniform,True,False,True,0.2281665802001953,0.247955322265625,0.21982192993164062,0.2052783966064453,0.23293495178222656,0.23126602172851562,0.213623046875,0.20766258239746094,0.2467632293701172,0.20766258239746094,0.484466552734375,0.5033016204833984,0.5424022674560547,0.5445480346679688,0.8344650268554688,0.6010532379150391,0.537872314453125,0.4978179931640625,0.4935264587402344,0.49948692321777344 +1000,50000,gpu,uniform,True,False,False,0.5371570587158203,0.5102157592773438,0.4985332489013672,0.4851818084716797,0.46706199645996094,0.469207763671875,0.4725456237792969,0.4489421844482422,0.5044937133789062,0.4830360412597656,0.5333423614501953,0.5040168762207031,0.5180835723876953,0.5207061767578125,0.47278404235839844,0.5042552947998047,0.4820823669433594,0.4973411560058594,0.49114227294921875,0.7023811340332031 +1000,50000,gpu,uniform,False,False,True,0.5898475646972656,0.61798095703125,0.5972385406494141,0.5638599395751953,0.5290508270263672,0.5393028259277344,0.5364418029785156,0.5359649658203125,0.5421638488769531,0.5204677581787109,0.2262592315673828,0.21457672119140625,0.20742416381835938,0.18072128295898438,0.17642974853515625,0.19788742065429688,0.18548965454101562,0.1823902130126953,0.2048015594482422,0.1823902130126953 +1000,50000,gpu,uniform,False,False,False,0.5550384521484375,0.5271434783935547,0.5357265472412109,0.5426406860351562,0.5567073822021484,0.5574226379394531,0.5269050598144531,0.7903575897216797,0.8685588836669922,0.7541179656982422,0.3311634063720703,0.37288665771484375,0.35881996154785156,0.3643035888671875,0.3859996795654297,0.38123130798339844,0.5178451538085938,0.36907196044921875,0.35572052001953125,0.37026405334472656 +1000,50000,gpu,normal,True,True,True,0.40984153747558594,0.41937828063964844,0.3974437713623047,0.36025047302246094,0.4324913024902344,0.3590583801269531,0.3883838653564453,0.4024505615234375,0.4239082336425781,0.4229545593261719,0.7634162902832031,0.7612705230712891,0.7503032684326172,0.7364749908447266,0.7352828979492188,0.7624626159667969,0.7536411285400391,1.111745834350586,0.8122920989990234,0.7426738739013672 +1000,50000,gpu,normal,True,True,False,0.7140636444091797,0.6749629974365234,0.5984306335449219,0.591278076171875,0.5917549133300781,0.6098747253417969,0.6451606750488281,0.6701946258544922,0.6580352783203125,0.6337165832519531,0.7648468017578125,0.766754150390625,0.7221698760986328,0.6983280181884766,0.7441043853759766,0.7088184356689453,0.743865966796875,0.6921291351318359,0.6992816925048828,0.7462501525878906 +1000,50000,gpu,normal,False,True,True,0.5669593811035156,0.545501708984375,0.5412101745605469,0.5478858947753906,0.5621910095214844,0.5679130554199219,0.8094310760498047,0.6008148193359375,0.5807876586914062,0.5218982696533203,0.8025169372558594,0.7474422454833984,0.7576942443847656,0.7672309875488281,0.8296966552734375,0.7421970367431641,0.8003711700439453,0.7781982421875,0.7853507995605469,0.7662773132324219 +1000,50000,gpu,normal,False,True,False,0.3414154052734375,0.35881996154785156,0.34928321838378906,0.3838539123535156,0.3333091735839844,0.39315223693847656,0.3333091735839844,0.3533363342285156,0.3025531768798828,0.3457069396972656,0.8523464202880859,0.8425712585449219,0.9248256683349609,0.9150505065917969,0.8914470672607422,0.8985996246337891,0.8878707885742188,0.8461475372314453,0.8554458618164062,0.8745193481445312 +1000,50000,gpu,normal,True,False,True,0.22459030151367188,0.2644062042236328,0.21886825561523438,0.23603439331054688,0.22149085998535156,0.24628639221191406,0.2498626708984375,0.2090930938720703,0.2353191375732422,0.22292137145996094,0.7293224334716797,0.8194446563720703,0.9491443634033203,0.9255409240722656,0.8761882781982422,0.9150505065917969,0.8749961853027344,0.9386539459228516,0.8609294891357422,0.8292198181152344 +1000,50000,gpu,normal,True,False,False,0.2562999725341797,0.4291534423828125,0.2980232238769531,0.2942085266113281,0.2548694610595703,0.2486705780029297,0.23055076599121094,0.23412704467773438,0.2105236053466797,0.23603439331054688,0.6875991821289062,0.7178783416748047,0.67901611328125,0.7166862487792969,0.9622573852539062,0.7679462432861328,0.6964206695556641,0.7190704345703125,0.7176399230957031,0.7162094116210938 +1000,50000,gpu,normal,False,False,True,0.8394718170166016,0.7388591766357422,0.7717609405517578,0.7796287536621094,0.7927417755126953,0.7951259613037109,0.9462833404541016,0.7989406585693359,0.7426738739013672,0.7605552673339844,0.2884864807128906,0.31256675720214844,0.3542900085449219,0.32711029052734375,0.3075599670410156,0.31685829162597656,0.30040740966796875,0.30803680419921875,0.32520294189453125,0.3025531768798828 +1000,50000,gpu,normal,False,False,False,0.7846355438232422,0.7750988006591797,0.8161067962646484,0.7369518280029297,0.7576942443847656,0.7801055908203125,0.7231235504150391,0.7367134094238281,0.766754150390625,0.7431507110595703,0.21505355834960938,0.15163421630859375,0.1838207244873047,0.2067089080810547,0.1926422119140625,0.1983642578125,0.47206878662109375,0.3380775451660156,0.39196014404296875,0.3299713134765625 +2500,1000,gpu,homo,True,True,True,0.2200603485107422,0.20837783813476562,0.19669532775878906,0.2281665802001953,0.21791458129882812,0.20813941955566406,0.25177001953125,0.2338886260986328,0.21958351135253906,0.2300739288330078,0.36978721618652344,0.3592967987060547,0.33664703369140625,0.33473968505859375,0.35381317138671875,0.34308433532714844,0.3457069396972656,0.33974647521972656,0.38886070251464844,0.3209114074707031 +2500,1000,gpu,homo,True,True,False,0.4596710205078125,0.42438507080078125,0.41174888610839844,0.4515647888183594,0.40459632873535156,0.4229545593261719,0.47779083251953125,0.4341602325439453,0.42176246643066406,0.3826618194580078,0.26607513427734375,0.2684593200683594,0.2703666687011719,0.26488304138183594,0.2739429473876953,0.27060508728027344,0.2779960632324219,0.24580955505371094,0.24747848510742188,0.240325927734375 +2500,1000,gpu,homo,False,True,True,0.2715587615966797,0.2875328063964844,0.3914833068847656,0.3275871276855469,0.32782554626464844,0.28061866760253906,0.30541419982910156,0.7355213165283203,0.2770423889160156,0.2918243408203125,0.3185272216796875,0.3292560577392578,0.5156993865966797,0.33354759216308594,0.2753734588623047,0.28705596923828125,0.29206275939941406,0.2579689025878906,0.27561187744140625,0.2677440643310547 +2500,1000,gpu,homo,False,True,False,0.24390220642089844,0.21123886108398438,0.2219676971435547,0.22530555725097656,0.2598762512207031,0.22363662719726562,0.20265579223632812,0.22029876708984375,0.2155303955078125,0.22673606872558594,0.18310546875,0.17189979553222656,0.18095970153808594,0.14495849609375,0.19121170043945312,0.17189979553222656,0.1659393310546875,0.1628398895263672,0.14281272888183594,0.15807151794433594 +2500,1000,gpu,homo,True,False,True,0.4711151123046875,0.46062469482421875,0.45371055603027344,0.4391670227050781,0.438690185546875,0.4439353942871094,0.4341602325439453,0.4315376281738281,0.4379749298095703,0.43320655822753906,0.18525123596191406,0.16832351684570312,0.16021728515625,0.1552104949951172,0.18215179443359375,0.1323223114013672,0.14781951904296875,0.1804828643798828,0.15735626220703125,0.15163421630859375 +2500,1000,gpu,homo,True,False,False,0.4470348358154297,0.44345855712890625,0.44918060302734375,0.45180320739746094,0.4107952117919922,0.4665851593017578,0.4189014434814453,0.4048347473144531,0.4181861877441406,0.4088878631591797,0.19431114196777344,0.17189979553222656,0.18548965454101562,0.18167495727539062,0.20837783813476562,0.17595291137695312,0.17499923706054688,0.17404556274414062,0.1690387725830078,0.15425682067871094 +2500,1000,gpu,homo,False,False,True,0.492095947265625,0.4508495330810547,0.4143714904785156,0.4138946533203125,0.3960132598876953,0.39124488830566406,0.3864765167236328,0.3895759582519531,0.28061866760253906,0.2377033233642578,0.14710426330566406,0.17070770263671875,0.17523765563964844,0.17714500427246094,0.18072128295898438,0.1811981201171875,0.1723766326904297,0.1583099365234375,0.16021728515625,0.15115737915039062 +2500,1000,gpu,homo,False,False,False,0.5021095275878906,0.3142356872558594,0.286102294921875,0.25391578674316406,0.2894401550292969,0.26488304138183594,0.244140625,0.34737586975097656,0.2372264862060547,0.240325927734375,0.347137451171875,0.31447410583496094,0.25725364685058594,0.2703666687011719,0.2758502960205078,0.33402442932128906,0.3466606140136719,0.30517578125,0.30303001403808594,0.2701282501220703 +2500,1000,gpu,uniform,True,True,True,0.2491474151611328,0.25653839111328125,0.30803680419921875,0.5822181701660156,0.5178451538085938,0.5083084106445312,0.47016143798828125,0.5054473876953125,0.3635883331298828,0.24819374084472656,0.33092498779296875,0.5457401275634766,0.47516822814941406,0.3590583801269531,0.3325939178466797,0.32210350036621094,0.3097057342529297,0.33092498779296875,0.3173351287841797,0.2906322479248047 +2500,1000,gpu,uniform,True,True,False,0.28967857360839844,0.2605915069580078,0.24247169494628906,0.34332275390625,0.5848407745361328,0.4875659942626953,0.5021095275878906,0.5328655242919922,0.47588348388671875,0.4494190216064453,0.3581047058105469,0.32258033752441406,0.3192424774169922,0.3199577331542969,0.30493736267089844,0.3123283386230469,0.31948089599609375,0.4265308380126953,0.42819976806640625,0.3097057342529297 +2500,1000,gpu,uniform,False,True,True,0.5247592926025391,0.5128383636474609,0.6310939788818359,0.4978179931640625,0.5168914794921875,0.48065185546875,0.49757957458496094,0.49114227294921875,0.48995018005371094,0.4825592041015625,0.31685829162597656,0.3285408020019531,0.3502368927001953,0.2543926239013672,0.2567768096923828,0.23508071899414062,0.2665519714355469,0.2453327178955078,0.21982192993164062,0.24890899658203125 +2500,1000,gpu,uniform,False,True,False,0.2453327178955078,0.24747848510742188,0.2434253692626953,0.25582313537597656,0.2586841583251953,0.23555755615234375,0.26702880859375,0.30350685119628906,0.28824806213378906,0.2598762512207031,0.18525123596191406,0.17547607421875,0.1735687255859375,0.20074844360351562,0.1780986785888672,0.21886825561523438,0.21195411682128906,0.1952648162841797,0.18787384033203125,0.2200603485107422 +2500,1000,gpu,uniform,True,False,True,0.2834796905517578,0.2770423889160156,0.2830028533935547,0.2524852752685547,0.30732154846191406,0.2589225769042969,0.25272369384765625,0.2613067626953125,0.2796649932861328,0.2505779266357422,0.1838207244873047,0.20956993103027344,0.17833709716796875,0.1621246337890625,0.15997886657714844,0.1862049102783203,0.18334388732910156,0.1838207244873047,0.17261505126953125,0.179290771484375 +2500,1000,gpu,uniform,True,False,False,0.6182193756103516,0.5819797515869141,0.5095005035400391,0.4742145538330078,0.4944801330566406,0.4646778106689453,0.4870891571044922,0.46753883361816406,0.47016143798828125,0.4906654357910156,0.18787384033203125,0.18644332885742188,0.19860267639160156,0.16427040100097656,0.17714500427246094,0.18525123596191406,0.15544891357421875,0.17642974853515625,0.22530555725097656,0.20074844360351562 +2500,1000,gpu,uniform,False,False,True,0.2846717834472656,0.2923011779785156,0.6186962127685547,0.7519721984863281,0.507354736328125,0.5331039428710938,0.484466552734375,0.43129920959472656,0.42819976806640625,0.4146099090576172,0.23221969604492188,0.2200603485107422,0.5335807800292969,0.3998279571533203,0.2162456512451172,0.24008750915527344,0.22459030151367188,0.24938583374023438,0.4725456237792969,0.2377033233642578 +2500,1000,gpu,uniform,False,False,False,0.44536590576171875,0.4246234893798828,0.47016143798828125,0.4863739013671875,0.43201446533203125,0.4208087921142578,0.5908012390136719,0.4482269287109375,0.4286766052246094,0.47087669372558594,0.1842975616455078,0.1933574676513672,0.2033710479736328,0.1914501190185547,0.17118453979492188,0.18358230590820312,0.17714500427246094,0.20956993103027344,0.1800060272216797,0.19502639770507812 +2500,1000,gpu,normal,True,True,True,0.5006790161132812,0.5211830139160156,0.4763603210449219,0.4341602325439453,0.4253387451171875,0.4372596740722656,0.41937828063964844,0.4222393035888672,0.44727325439453125,0.6906986236572266,0.5166530609130859,0.37360191345214844,0.3304481506347656,0.34165382385253906,0.32830238342285156,0.3027915954589844,0.3292560577392578,0.3426074981689453,0.3306865692138672,0.32782554626464844 +2500,1000,gpu,normal,True,True,False,0.4954338073730469,0.4673004150390625,0.4820823669433594,0.4639625549316406,0.45013427734375,0.4489421844482422,0.4749298095703125,0.469207763671875,0.43392181396484375,0.4317760467529297,0.3345012664794922,0.33164024353027344,0.3075599670410156,0.2913475036621094,0.2856254577636719,0.3199577331542969,0.3190040588378906,0.30303001403808594,0.3333091735839844,0.46515464782714844 +2500,1000,gpu,normal,False,True,True,0.44226646423339844,0.4661083221435547,0.6940364837646484,0.49686431884765625,0.4630088806152344,0.45037269592285156,0.5207061767578125,0.4782676696777344,0.5576610565185547,0.5664825439453125,0.33164024353027344,0.30922889709472656,0.3063678741455078,0.32138824462890625,0.2956390380859375,0.3006458282470703,0.32329559326171875,0.2789497375488281,0.2803802490234375,0.308990478515625 +2500,1000,gpu,normal,False,True,False,0.45871734619140625,0.4425048828125,0.49686431884765625,0.49948692321777344,0.4642009735107422,0.6124973297119141,0.49686431884765625,0.39267539978027344,0.3647804260253906,0.33736228942871094,0.23484230041503906,0.23746490478515625,0.21696090698242188,0.19979476928710938,0.17786026000976562,0.19788742065429688,0.17976760864257812,0.2167224884033203,0.1881122589111328,0.20456314086914062 +2500,1000,gpu,normal,True,False,True,0.5002021789550781,0.47707557678222656,0.4799365997314453,0.4813671112060547,0.4496574401855469,0.41985511779785156,0.42748451232910156,0.4253387451171875,0.44918060302734375,0.45561790466308594,0.2899169921875,0.22554397583007812,0.29778480529785156,0.24557113647460938,0.3418922424316406,0.23984909057617188,0.20599365234375,0.2276897430419922,0.20313262939453125,0.2148151397705078 +2500,1000,gpu,normal,True,False,False,0.25081634521484375,0.28395652770996094,0.29015541076660156,0.27060508728027344,0.2593994140625,0.2448558807373047,0.30422210693359375,0.2589225769042969,0.27441978454589844,0.2663135528564453,0.31948089599609375,0.31065940856933594,0.29277801513671875,0.26988983154296875,0.2961158752441406,0.28133392333984375,0.3192424774169922,0.2791881561279297,0.293731689453125,0.2944469451904297 +2500,1000,gpu,normal,False,False,True,0.4649162292480469,0.46944618225097656,0.4570484161376953,0.4589557647705078,0.457763671875,0.44536590576171875,0.4456043243408203,0.4658699035644531,0.4935264587402344,0.4649162292480469,0.31113624572753906,0.29468536376953125,0.32830238342285156,0.3108978271484375,0.30732154846191406,0.3268718719482422,0.30422210693359375,0.3261566162109375,0.2970695495605469,0.33211708068847656 +2500,1000,gpu,normal,False,False,False,0.23221969604492188,0.2586841583251953,0.23651123046875,0.2751350402832031,0.2148151397705078,0.36263465881347656,0.4947185516357422,0.5276203155517578,0.4858970642089844,0.46062469482421875,0.3364086151123047,0.34928321838378906,0.3383159637451172,0.4162788391113281,0.3349781036376953,0.3333091735839844,0.34165382385253906,0.33926963806152344,0.34880638122558594,0.31828880310058594 +2500,2500,gpu,homo,True,True,True,0.2200603485107422,0.24366378784179688,0.22864341735839844,0.2472400665283203,0.23317337036132812,0.2391338348388672,0.22554397583007812,0.30922889709472656,0.2532005310058594,0.2155303955078125,0.3330707550048828,0.3025531768798828,0.3101825714111328,0.3056526184082031,0.33354759216308594,0.3037452697753906,0.2963542938232422,0.29587745666503906,0.2949237823486328,0.3027915954589844 +2500,2500,gpu,homo,True,True,False,0.24318695068359375,0.21791458129882812,0.2491474151611328,0.2105236053466797,0.2155303955078125,0.23674964904785156,0.2205371856689453,0.2269744873046875,0.2117156982421875,0.2391338348388672,0.213623046875,0.5002021789550781,0.48613548278808594,0.3638267517089844,0.3249645233154297,0.2982616424560547,0.48041343688964844,0.3306865692138672,0.3147125244140625,0.34308433532714844 +2500,2500,gpu,homo,False,True,True,0.4553794860839844,0.4520416259765625,0.4258155822753906,0.4379749298095703,0.45228004455566406,0.40459632873535156,0.4811286926269531,0.4489421844482422,0.4162788391113281,0.4019737243652344,0.29087066650390625,0.29754638671875,0.29921531677246094,0.3113746643066406,0.31113624572753906,0.3018379211425781,0.3485679626464844,0.29397010803222656,0.28586387634277344,0.2751350402832031 +2500,2500,gpu,homo,False,True,False,0.4971027374267578,0.4487037658691406,0.4634857177734375,0.45228004455566406,0.4551410675048828,0.44274330139160156,0.45108795166015625,0.43320655822753906,0.4572868347167969,0.4591941833496094,0.2148151397705078,0.21028518676757812,0.2162456512451172,0.2357959747314453,0.2124309539794922,0.20885467529296875,0.21767616271972656,0.2090930938720703,0.19288063049316406,0.2079010009765625 +2500,2500,gpu,homo,True,False,True,0.2357959747314453,0.2789497375488281,0.2727508544921875,0.2467632293701172,0.2295970916748047,0.2613067626953125,0.2315044403076172,0.5941390991210938,0.64849853515625,0.5159378051757812,0.20360946655273438,0.2014636993408203,0.17642974853515625,0.14710426330566406,0.16927719116210938,0.39696693420410156,0.3199577331542969,0.27298927307128906,0.270843505859375,0.26226043701171875 +2500,2500,gpu,homo,True,False,False,0.2315044403076172,0.2033710479736328,0.17833709716796875,0.20813941955566406,0.2071857452392578,0.20694732666015625,0.2155303955078125,0.21266937255859375,0.18930435180664062,0.19979476928710938,0.26869773864746094,0.2620220184326172,0.2627372741699219,0.26535987854003906,0.3325939178466797,0.25391578674316406,0.28824806213378906,0.26798248291015625,0.2608299255371094,0.2498626708984375 +2500,2500,gpu,homo,False,False,True,0.22602081298828125,0.22721290588378906,0.22912025451660156,0.1838207244873047,0.17881393432617188,0.17642974853515625,0.1785755157470703,0.22554397583007812,0.22649765014648438,0.21219253540039062,0.2951622009277344,0.3094673156738281,0.293731689453125,0.28967857360839844,0.43082237243652344,0.28395652770996094,0.30612945556640625,0.40841102600097656,0.3600120544433594,0.29754638671875 +2500,2500,gpu,homo,False,False,False,0.23293495178222656,0.22125244140625,0.22459030151367188,0.21004676818847656,0.1976490020751953,0.20194053649902344,0.22292137145996094,0.21266937255859375,0.553131103515625,0.4494190216064453,0.30493736267089844,0.32258033752441406,0.2865791320800781,0.28061866760253906,0.3123283386230469,0.26535987854003906,0.26226043701171875,0.2923011779785156,0.2646446228027344,0.2636909484863281 +2500,2500,gpu,uniform,True,True,True,0.26869773864746094,0.2448558807373047,0.2124309539794922,0.2810955047607422,0.255584716796875,0.2319812774658203,0.21791458129882812,0.2613067626953125,0.23245811462402344,0.22149085998535156,0.2295970916748047,0.2586841583251953,0.21576881408691406,0.23937225341796875,0.1819133758544922,0.22339820861816406,0.1823902130126953,0.18978118896484375,0.21338462829589844,0.23126602172851562 +2500,2500,gpu,uniform,True,True,False,0.2770423889160156,0.2803802490234375,0.3151893615722656,0.3254413604736328,0.3180503845214844,0.28586387634277344,0.2760887145996094,0.28133392333984375,0.24080276489257812,0.26345252990722656,0.25391578674316406,0.20456314086914062,0.24938583374023438,0.22149085998535156,0.2532005310058594,0.45108795166015625,0.35190582275390625,0.3135204315185547,0.41484832763671875,0.44035911560058594 +2500,2500,gpu,uniform,False,True,True,0.47898292541503906,0.5202293395996094,0.4875659942626953,0.5404949188232422,0.5040168762207031,0.4966259002685547,0.4971027374267578,0.4696846008300781,0.4260540008544922,0.43582916259765625,0.2357959747314453,0.22673606872558594,0.2048015594482422,0.19168853759765625,0.209808349609375,0.247955322265625,0.31375885009765625,0.2167224884033203,0.213623046875,0.23651123046875 +2500,2500,gpu,uniform,False,True,False,0.4825592041015625,0.4878044128417969,0.49996376037597656,0.48923492431640625,0.4665851593017578,0.48470497131347656,0.46896934509277344,0.48160552978515625,0.45371055603027344,0.4112720489501953,0.3757476806640625,0.34332275390625,0.34928321838378906,0.3266334533691406,0.3294944763183594,0.8559226989746094,0.4818439483642578,0.5490779876708984,0.33545494079589844,0.34332275390625 +2500,2500,gpu,uniform,True,False,True,0.23865699768066406,0.24652481079101562,0.2143383026123047,0.22983551025390625,0.23698806762695312,0.24771690368652344,0.23698806762695312,0.2300739288330078,0.2396106719970703,0.25391578674316406,0.3790855407714844,0.31828880310058594,0.33211708068847656,0.2868175506591797,0.3139972686767578,0.2913475036621094,0.4673004150390625,0.36597251892089844,0.30541419982910156,0.27751922607421875 +2500,2500,gpu,uniform,True,False,False,0.2696514129638672,0.2593994140625,0.24700164794921875,0.2429485321044922,0.24700164794921875,0.5750656127929688,0.4935264587402344,0.46753883361816406,0.3924369812011719,0.26917457580566406,0.3485679626464844,0.3440380096435547,0.3228187561035156,0.32329559326171875,0.31495094299316406,0.30159950256347656,0.33354759216308594,0.3178119659423828,0.331878662109375,0.3070831298828125 +2500,2500,gpu,uniform,False,False,True,0.29349327087402344,0.3268718719482422,0.263214111328125,0.3018379211425781,0.2574920654296875,0.28228759765625,0.27561187744140625,0.38814544677734375,0.30040740966796875,0.3032684326171875,0.20813941955566406,0.15974044799804688,0.16736984252929688,0.1811981201171875,0.18739700317382812,0.18358230590820312,0.1614093780517578,0.17142295837402344,0.18286705017089844,0.1766681671142578 +2500,2500,gpu,uniform,False,False,False,0.2658367156982422,0.2391338348388672,0.25773048400878906,0.23055076599121094,0.2422332763671875,0.24127960205078125,0.2467632293701172,0.2543926239013672,0.24008750915527344,0.2300739288330078,0.23245811462402344,0.19478797912597656,0.20956993103027344,0.22292137145996094,0.16450881958007812,0.217437744140625,0.2143383026123047,0.1862049102783203,0.17952919006347656,0.21147727966308594 +2500,2500,gpu,normal,True,True,True,0.2887248992919922,0.274658203125,0.5774497985839844,0.5476474761962891,0.5040168762207031,0.5083084106445312,0.5080699920654297,0.4839897155761719,0.47588348388671875,0.5192756652832031,0.21338462829589844,0.1933574676513672,0.2765655517578125,0.23484230041503906,0.23126602172851562,0.22673606872558594,0.2460479736328125,0.2048015594482422,0.2155303955078125,0.1742839813232422 +2500,2500,gpu,normal,True,True,False,0.4699230194091797,0.4601478576660156,0.457763671875,0.46563148498535156,0.4630088806152344,0.4343986511230469,0.46515464782714844,0.5085468292236328,0.4487037658691406,0.42819976806640625,0.34332275390625,0.3304481506347656,0.34117698669433594,0.31828880310058594,0.33164024353027344,0.2925395965576172,0.33211708068847656,0.30493736267089844,0.3178119659423828,0.32901763916015625 +2500,2500,gpu,normal,False,True,True,0.39887428283691406,0.31566619873046875,0.28204917907714844,0.28014183044433594,0.2734661102294922,0.2892017364501953,0.2505779266357422,0.2491474151611328,0.2772808074951172,0.2491474151611328,0.22912025451660156,0.2422332763671875,0.24771690368652344,0.2560615539550781,0.23794174194335938,0.2257823944091797,0.4534721374511719,0.38504600524902344,0.3714561462402344,0.3409385681152344 +2500,2500,gpu,normal,False,True,False,0.4932880401611328,0.46443939208984375,0.4611015319824219,0.4646778106689453,0.4715919494628906,0.4718303680419922,0.5021095275878906,0.4718303680419922,0.48828125,0.48542022705078125,0.3485679626464844,0.3521442413330078,0.3457069396972656,0.37169456481933594,0.4420280456542969,0.377655029296875,0.3330707550048828,0.3368854522705078,0.3514289855957031,0.3292560577392578 +2500,2500,gpu,normal,True,False,True,0.24771690368652344,0.23221969604492188,0.23937225341796875,0.2636909484863281,0.2884864807128906,0.2675056457519531,0.25272369384765625,0.23865699768066406,0.2422332763671875,0.26607513427734375,0.34332275390625,0.3581047058105469,0.3197193145751953,0.2803802490234375,0.36978721618652344,0.31876564025878906,0.3192424774169922,0.3235340118408203,0.3159046173095703,0.4730224609375 +2500,2500,gpu,normal,True,False,False,0.5040168762207031,0.4515647888183594,0.4889965057373047,0.5843639373779297,0.4951953887939453,0.5044937133789062,0.46896934509277344,0.4887580871582031,0.4863739013671875,0.4868507385253906,0.36978721618652344,0.32210350036621094,0.3542900085449219,0.33354759216308594,0.3185272216796875,0.3173351287841797,0.25081634521484375,0.232696533203125,0.21338462829589844,0.21982192993164062 +2500,2500,gpu,normal,False,False,True,0.2636909484863281,0.23174285888671875,0.2753734588623047,0.5955696105957031,0.5481243133544922,0.5173683166503906,0.5869865417480469,0.4932880401611328,0.4889965057373047,0.4665851593017578,0.2582073211669922,0.2429485321044922,0.2307891845703125,0.23221969604492188,0.20456314086914062,0.23698806762695312,0.2276897430419922,0.2682209014892578,0.2377033233642578,0.21576881408691406 +2500,2500,gpu,normal,False,False,False,0.26798248291015625,0.2791881561279297,0.24628639221191406,0.2472400665283203,0.278472900390625,0.2532005310058594,0.23794174194335938,0.2529621124267578,0.22482872009277344,0.2703666687011719,0.2155303955078125,0.24318695068359375,0.179290771484375,0.22029876708984375,0.20813941955566406,0.2071857452392578,0.2167224884033203,0.1995563507080078,0.21004676818847656,0.213623046875 +2500,5000,gpu,homo,True,True,True,0.46753883361816406,0.4506111145019531,0.4420280456542969,0.39696693420410156,0.3399848937988281,0.3349781036376953,0.3573894500732422,0.36597251892089844,0.3592967987060547,0.3597736358642578,0.2396106719970703,0.26345252990722656,0.270843505859375,0.2338886260986328,0.24843215942382812,0.24175643920898438,0.2548694610595703,0.2377033233642578,0.24580955505371094,0.5137920379638672 +2500,5000,gpu,homo,True,True,False,0.2689361572265625,0.2696514129638672,0.2741813659667969,0.22339820861816406,0.24199485778808594,0.24962425231933594,0.42438507080078125,0.21648406982421875,0.25534629821777344,0.20694732666015625,0.26679039001464844,0.2601146697998047,0.21958351135253906,0.22125244140625,0.24008750915527344,0.22029876708984375,0.2586841583251953,0.2422332763671875,0.2532005310058594,0.2448558807373047 +2500,5000,gpu,homo,False,True,True,0.22935867309570312,0.24890899658203125,0.21505355834960938,0.23627281188964844,0.2548694610595703,0.22602081298828125,0.24461746215820312,0.22125244140625,0.24175643920898438,0.20360946655273438,0.2262592315673828,0.21791458129882812,0.19741058349609375,0.1838207244873047,0.171661376953125,0.22172927856445312,0.1964569091796875,0.20575523376464844,0.2079010009765625,0.2048015594482422 +2500,5000,gpu,homo,False,True,False,0.23126602172851562,0.2505779266357422,0.2334117889404297,0.23627281188964844,0.2257823944091797,0.22554397583007812,0.24509429931640625,0.2167224884033203,0.2658367156982422,0.24628639221191406,0.23698806762695312,0.2231597900390625,0.21147727966308594,0.25534629821777344,0.2574920654296875,0.2448558807373047,0.21076202392578125,0.23365020751953125,0.19431114196777344,0.20766258239746094 +2500,5000,gpu,homo,True,False,True,0.263214111328125,0.24557113647460938,0.2586841583251953,0.2238750457763672,0.22029876708984375,0.1971721649169922,0.4532337188720703,0.2651214599609375,0.2129077911376953,0.20313262939453125,0.19550323486328125,0.1938343048095703,0.2067089080810547,0.21982192993164062,0.22220611572265625,0.21839141845703125,0.2224445343017578,0.22149085998535156,0.2086162567138672,0.21696090698242188 +2500,5000,gpu,homo,True,False,False,0.20265579223632812,0.22912025451660156,0.22363662719726562,0.22459030151367188,0.21004676818847656,0.19931793212890625,0.24938583374023438,0.24390220642089844,0.5371570587158203,0.4642009735107422,0.20051002502441406,0.17452239990234375,0.2079010009765625,0.20933151245117188,0.2200603485107422,0.2071857452392578,0.17547607421875,0.1914501190185547,0.20575523376464844,0.21886825561523438 +2500,5000,gpu,homo,False,False,True,0.23293495178222656,0.2200603485107422,0.2110004425048828,0.2086162567138672,0.21910667419433594,0.1842975616455078,0.21457672119140625,0.19598007202148438,0.21266937255859375,0.20503997802734375,0.194549560546875,0.20384788513183594,0.19168853759765625,0.18143653869628906,0.16260147094726562,0.18596649169921875,0.19502639770507812,0.1842975616455078,0.1938343048095703,0.18787384033203125 +2500,5000,gpu,homo,False,False,False,0.4723072052001953,0.415802001953125,0.4298686981201172,0.4868507385253906,0.438690185546875,0.42510032653808594,0.4570484161376953,0.4551410675048828,0.44417381286621094,0.4208087921142578,0.156402587890625,0.1628398895263672,0.16546249389648438,0.15234947204589844,0.1666545867919922,0.15211105346679688,0.15783309936523438,0.1442432403564453,0.15282630920410156,0.16355514526367188 +2500,5000,gpu,uniform,True,True,True,0.24580955505371094,0.24271011352539062,0.2532005310058594,0.2694129943847656,0.24747848510742188,0.2491474151611328,0.25391578674316406,0.2319812774658203,0.24747848510742188,0.2491474151611328,0.3170967102050781,0.3364086151123047,0.3285408020019531,0.3249645233154297,0.3135204315185547,0.31757354736328125,0.3235340118408203,0.33402442932128906,0.3266334533691406,0.5955696105957031 +2500,5000,gpu,uniform,True,True,False,0.5397796630859375,0.6086826324462891,0.5109310150146484,0.4603862762451172,0.5285739898681641,0.49686431884765625,0.4856586456298828,0.4878044128417969,0.48613548278808594,0.5395412445068359,0.36334991455078125,0.38170814514160156,0.3364086151123047,0.3666877746582031,0.29921531677246094,0.29587745666503906,0.2200603485107422,0.27942657470703125,0.22864341735839844,0.2980232238769531 +2500,5000,gpu,uniform,False,True,True,0.3376007080078125,0.2853870391845703,0.2720355987548828,0.2601146697998047,0.26607513427734375,0.2608299255371094,0.25272369384765625,0.2295970916748047,0.24247169494628906,0.2753734588623047,0.25010108947753906,0.22864341735839844,0.24557113647460938,0.3859996795654297,0.4792213439941406,0.3390312194824219,0.3426074981689453,0.370025634765625,0.3483295440673828,0.3566741943359375 +2500,5000,gpu,uniform,False,True,False,0.2906322479248047,0.255584716796875,0.2760887145996094,0.2655982971191406,0.2789497375488281,0.2675056457519531,0.25963783264160156,0.2429485321044922,0.2391338348388672,0.2288818359375,0.23055076599121094,0.23651123046875,0.22935867309570312,0.24461746215820312,0.2334117889404297,0.19216537475585938,0.2353191375732422,0.21767616271972656,0.2453327178955078,0.2377033233642578 +2500,5000,gpu,uniform,True,False,True,0.5357265472412109,0.6704330444335938,0.33402442932128906,0.6144046783447266,0.49805641174316406,0.5648136138916016,0.49996376037597656,0.4639625549316406,0.5018711090087891,0.46181678771972656,0.1819133758544922,0.2353191375732422,0.2429485321044922,0.2048015594482422,0.1971721649169922,0.17714500427246094,0.31256675720214844,0.2269744873046875,0.2186298370361328,0.2155303955078125 +2500,5000,gpu,uniform,True,False,False,0.49591064453125,0.4608631134033203,0.43392181396484375,0.4744529724121094,0.7588863372802734,0.4906654357910156,0.4773139953613281,0.4603862762451172,0.4799365997314453,0.4851818084716797,0.23865699768066406,0.24819374084472656,0.21958351135253906,0.20623207092285156,0.24271011352539062,0.1842975616455078,0.1804828643798828,0.22292137145996094,0.22339820861816406,0.19979476928710938 +2500,5000,gpu,uniform,False,False,True,0.4680156707763672,0.446319580078125,0.4525184631347656,0.4551410675048828,0.4241466522216797,0.4508495330810547,0.44465065002441406,0.46825408935546875,0.4591941833496094,0.4248619079589844,0.22602081298828125,0.19621849060058594,0.2224445343017578,0.22292137145996094,0.18906593322753906,0.20384788513183594,0.19550323486328125,0.20885467529296875,0.23698806762695312,0.2529621124267578 +2500,5000,gpu,uniform,False,False,False,0.32711029052734375,0.28514862060546875,0.3027915954589844,0.29754638671875,0.26726722717285156,0.25153160095214844,0.3066062927246094,0.3116130828857422,0.27441978454589844,0.28324127197265625,0.36525726318359375,0.3414154052734375,0.3705024719238281,0.37670135498046875,0.36025047302246094,0.4162788391113281,0.3342628479003906,0.3421306610107422,0.35071372985839844,0.3807544708251953 +2500,5000,gpu,normal,True,True,True,0.2753734588623047,0.32067298889160156,0.2689361572265625,0.25963783264160156,0.24771690368652344,0.30231475830078125,0.32830238342285156,0.27751922607421875,0.2665519714355469,0.2834796905517578,0.36597251892089844,0.3910064697265625,0.37169456481933594,0.34928321838378906,0.3707408905029297,0.5822181701660156,0.41103363037109375,0.3402233123779297,0.33664703369140625,0.3159046173095703 +2500,5000,gpu,normal,True,True,False,0.2627372741699219,0.2846717834472656,0.29277801513671875,0.2834796905517578,0.2696514129638672,0.2810955047607422,0.26535987854003906,0.24247169494628906,0.2586841583251953,0.25844573974609375,0.24938583374023438,0.2689361572265625,0.2269744873046875,0.22149085998535156,0.21600723266601562,0.2300739288330078,0.2472400665283203,0.2002716064453125,0.2682209014892578,0.1914501190185547 +2500,5000,gpu,normal,False,True,True,0.2262592315673828,0.2696514129638672,0.27489662170410156,0.26726722717285156,0.2593994140625,0.24890899658203125,0.2837181091308594,0.2613067626953125,0.2751350402832031,0.24890899658203125,0.37550926208496094,0.37169456481933594,0.3917217254638672,0.3674030303955078,0.34117698669433594,0.33974647521972656,0.42176246643066406,0.3979206085205078,0.4127025604248047,0.3771781921386719 +2500,5000,gpu,normal,False,True,False,0.5154609680175781,0.4878044128417969,0.5092620849609375,0.5288124084472656,0.5292892456054688,0.46896934509277344,0.4990100860595703,0.4622936248779297,0.4951953887939453,0.5011558532714844,0.2720355987548828,0.26679039001464844,0.2505779266357422,0.2791881561279297,0.23293495178222656,0.25916099548339844,0.2498626708984375,0.23746490478515625,0.2694129943847656,0.28514862060546875 +2500,5000,gpu,normal,True,False,True,0.2624988555908203,0.21505355834960938,0.2570152282714844,0.2319812774658203,0.2586841583251953,0.2601146697998047,0.20766258239746094,0.20503997802734375,0.25153160095214844,0.2684593200683594,0.2598762512207031,0.2696514129638672,0.47850608825683594,0.3199577331542969,0.2620220184326172,0.22649765014648438,0.2551078796386719,0.2551078796386719,0.23126602172851562,0.2834796905517578 +2500,5000,gpu,normal,True,False,False,0.27823448181152344,0.2410411834716797,0.3285408020019531,0.27441978454589844,0.23436546325683594,0.6096363067626953,0.5428791046142578,0.5259513854980469,0.5292892456054688,0.6835460662841797,0.27680397033691406,0.244140625,0.27680397033691406,0.2655982971191406,0.26869773864746094,0.26035308837890625,0.24175643920898438,0.2760887145996094,0.2627372741699219,0.274658203125 +2500,5000,gpu,normal,False,False,True,0.2551078796386719,0.263214111328125,0.28443336486816406,0.2601146697998047,0.2639293670654297,0.2663135528564453,0.23317337036132812,0.2510547637939453,0.2605915069580078,0.20647048950195312,0.2815723419189453,0.3020763397216797,0.24008750915527344,0.2624988555908203,0.3917217254638672,0.2009868621826172,0.20885467529296875,0.4315376281738281,0.39267539978027344,0.34308433532714844 +2500,5000,gpu,normal,False,False,False,0.26106834411621094,0.2658367156982422,0.24080276489257812,0.25272369384765625,0.2486705780029297,0.2675056457519531,0.2734661102294922,0.22745132446289062,0.23031234741210938,0.247955322265625,0.2429485321044922,0.2117156982421875,0.21719932556152344,0.19669532775878906,0.2186298370361328,0.19860267639160156,0.2353191375732422,0.23937225341796875,0.21338462829589844,0.20456314086914062 +2500,10000,gpu,homo,True,True,True,0.2903938293457031,0.6325244903564453,0.5323886871337891,0.5176067352294922,0.48351287841796875,0.5028247833251953,0.47206878662109375,0.5028247833251953,0.4990100860595703,0.4630088806152344,0.331878662109375,0.33736228942871094,0.33855438232421875,0.30303001403808594,0.3600120544433594,0.6656646728515625,0.3848075866699219,0.33164024353027344,0.36406517028808594,0.3223419189453125 +2500,10000,gpu,homo,True,True,False,0.3070831298828125,0.22602081298828125,0.24747848510742188,0.2512931823730469,0.6499290466308594,0.5023479461669922,0.5390644073486328,0.45180320739746094,0.4990100860595703,0.4558563232421875,0.47278404235839844,0.4591941833496094,0.47898292541503906,0.4611015319824219,0.44226646423339844,0.42724609375,0.4448890686035156,0.4222393035888672,0.44608116149902344,0.5011558532714844 +2500,10000,gpu,homo,False,True,True,0.2732276916503906,0.23746490478515625,0.2627372741699219,0.26607513427734375,0.2605915069580078,0.2503395080566406,0.2677440643310547,0.26488304138183594,0.24509429931640625,0.7226467132568359,0.29397010803222656,0.3287792205810547,0.28896331787109375,0.3037452697753906,0.30541419982910156,0.34618377685546875,0.2796649932861328,0.2727508544921875,0.2722740173339844,0.2951622009277344 +2500,10000,gpu,homo,False,True,False,0.28133392333984375,0.2727508544921875,0.24700164794921875,0.29969215393066406,0.255584716796875,0.2815723419189453,0.255584716796875,0.26106834411621094,0.2562999725341797,0.27632713317871094,0.31757354736328125,0.2894401550292969,0.28228759765625,0.28395652770996094,0.26297569274902344,0.26607513427734375,0.2751350402832031,0.2734661102294922,0.2765655517578125,0.2830028533935547 +2500,10000,gpu,homo,True,False,True,0.2300739288330078,0.25153160095214844,0.25963783264160156,0.2231597900390625,0.21791458129882812,0.2288818359375,0.3058910369873047,0.23221969604492188,0.2384185791015625,0.2498626708984375,0.2887248992919922,0.3116130828857422,0.2868175506591797,0.3139972686767578,0.2741813659667969,0.27561187744140625,0.2562999725341797,0.2644062042236328,0.2677440643310547,0.26488304138183594 +2500,10000,gpu,homo,True,False,False,0.43702125549316406,0.40841102600097656,0.431060791015625,0.41365623474121094,0.4189014434814453,0.6368160247802734,0.5323886871337891,0.4413127899169922,0.39696693420410156,0.4127025604248047,0.23436546325683594,0.2295970916748047,0.2467632293701172,0.21910667419433594,0.24819374084472656,0.23174285888671875,0.23818016052246094,0.2357959747314453,0.23126602172851562,0.22482872009277344 +2500,10000,gpu,homo,False,False,True,0.22482872009277344,0.22673606872558594,0.22935867309570312,0.22721290588378906,0.22649765014648438,0.2295970916748047,0.2124309539794922,0.2276897430419922,0.2384185791015625,0.23508071899414062,0.17547607421875,0.1842975616455078,0.17762184143066406,0.1614093780517578,0.16498565673828125,0.1811981201171875,0.17833709716796875,0.1666545867919922,0.15664100646972656,0.1571178436279297 +2500,10000,gpu,homo,False,False,False,0.2598762512207031,0.2422332763671875,0.24318695068359375,0.2467632293701172,0.25725364685058594,0.2434253692626953,0.24509429931640625,0.23794174194335938,0.24557113647460938,0.23746490478515625,0.19049644470214844,0.1773834228515625,0.1480579376220703,0.14972686767578125,0.16355514526367188,0.15115737915039062,0.19431114196777344,0.1709461212158203,0.1583099365234375,0.17404556274414062 +2500,10000,gpu,uniform,True,True,True,0.32973289489746094,0.2892017364501953,0.32782554626464844,0.3292560577392578,0.2613067626953125,0.3116130828857422,0.29158592224121094,0.3139972686767578,0.2815723419189453,0.28443336486816406,0.3504753112792969,0.3612041473388672,0.3552436828613281,0.3237724304199219,0.3247261047363281,0.3216266632080078,0.37407875061035156,0.36334991455078125,0.3523826599121094,0.3390312194824219 +2500,10000,gpu,uniform,True,True,False,0.5810260772705078,0.545501708984375,0.5347728729248047,0.5249977111816406,0.5304813385009766,0.5288124084472656,0.5419254302978516,0.5548000335693359,0.5242824554443359,0.52642822265625,0.5936622619628906,0.4673004150390625,0.44918060302734375,0.4425048828125,0.4451274871826172,0.4839897155761719,0.4715919494628906,0.4398822784423828,0.4551410675048828,0.4837512969970703 +2500,10000,gpu,uniform,False,True,True,0.2956390380859375,0.23794174194335938,0.2970695495605469,0.2872943878173828,0.24271011352539062,0.2810955047607422,0.2658367156982422,0.2589225769042969,0.26154518127441406,0.2791881561279297,0.30803680419921875,0.2930164337158203,0.3256797790527344,0.3018379211425781,0.2713203430175781,0.30803680419921875,0.30803680419921875,0.31185150146484375,0.28014183044433594,0.3006458282470703 +2500,10000,gpu,uniform,False,True,False,0.3006458282470703,0.2875328063964844,0.2777576446533203,0.2987384796142578,0.26726722717285156,0.32401084899902344,0.2868175506591797,0.2589225769042969,0.26726722717285156,0.2903938293457031,0.29468536376953125,0.2899169921875,0.32806396484375,0.2715587615966797,0.2880096435546875,0.2849102020263672,0.26679039001464844,0.2884864807128906,0.31280517578125,0.3123283386230469 +2500,10000,gpu,uniform,True,False,True,0.29659271240234375,0.28634071350097656,0.2875328063964844,0.24247169494628906,0.23674964904785156,0.2739429473876953,0.2512931823730469,0.26798248291015625,0.2636909484863281,0.28014183044433594,0.26869773864746094,0.2624988555908203,0.2372264862060547,0.27680397033691406,0.2434253692626953,0.25010108947753906,0.2636909484863281,0.255584716796875,0.25582313537597656,0.5049705505371094 +2500,10000,gpu,uniform,True,False,False,0.28014183044433594,0.2627372741699219,0.25463104248046875,0.2028942108154297,0.23293495178222656,0.2715587615966797,0.25463104248046875,0.2460479736328125,0.23055076599121094,0.24247169494628906,0.2620220184326172,0.27680397033691406,0.2715587615966797,0.2639293670654297,0.2677440643310547,0.24652481079101562,0.23818016052246094,0.26679039001464844,0.2434253692626953,0.28634071350097656 +2500,10000,gpu,uniform,False,False,True,0.2827644348144531,0.27489662170410156,0.2868175506591797,0.28228759765625,0.30803680419921875,0.23818016052246094,0.2608299255371094,0.26798248291015625,0.2655982971191406,0.25844573974609375,0.3178119659423828,0.4227161407470703,0.3325939178466797,0.31566619873046875,0.2853870391845703,0.30493736267089844,0.30231475830078125,0.29158592224121094,0.29397010803222656,0.29587745666503906 +2500,10000,gpu,uniform,False,False,False,0.29015541076660156,0.2887248992919922,0.34332275390625,0.29587745666503906,0.263214111328125,0.2880096435546875,0.2815723419189453,0.24366378784179688,0.2827644348144531,0.26726722717285156,0.22459030151367188,0.20766258239746094,0.22339820861816406,0.20003318786621094,0.1964569091796875,0.20265579223632812,0.19669532775878906,0.1785755157470703,0.21147727966308594,0.2028942108154297 +2500,10000,gpu,normal,True,True,True,0.2963542938232422,0.28014183044433594,0.2620220184326172,0.3037452697753906,0.2529621124267578,0.3008842468261719,0.29397010803222656,0.2741813659667969,0.2796649932861328,0.2779960632324219,0.3814697265625,0.3867149353027344,0.34880638122558594,0.35381317138671875,0.3204345703125,0.3533363342285156,0.3516674041748047,0.3864765167236328,0.3533363342285156,0.3688335418701172 +2500,10000,gpu,normal,True,True,False,0.5402565002441406,0.5173683166503906,0.5960464477539062,0.5033016204833984,0.5204677581787109,0.5125999450683594,0.5183219909667969,0.4913806915283203,0.5190372467041016,0.5044937133789062,0.6093978881835938,0.6177425384521484,0.4990100860595703,0.4482269287109375,0.4260540008544922,0.4134178161621094,0.4189014434814453,0.4177093505859375,0.4398822784423828,0.4405975341796875 +2500,10000,gpu,normal,False,True,True,0.4954338073730469,0.49567222595214844,0.4646778106689453,0.5893707275390625,0.60272216796875,0.5290508270263672,0.4813671112060547,0.5121231079101562,0.46753883361816406,0.4928112030029297,0.40793418884277344,0.4811286926269531,0.40411949157714844,0.4131793975830078,0.4305839538574219,0.41365623474121094,0.41794776916503906,0.41222572326660156,0.41484832763671875,0.42629241943359375 +2500,10000,gpu,normal,False,True,False,0.5304813385009766,0.507354736328125,0.49376487731933594,0.49304962158203125,0.5106925964355469,0.6191730499267578,0.4992485046386719,0.4742145538330078,0.4830360412597656,0.4954338073730469,0.4303455352783203,0.4324913024902344,0.41937828063964844,0.4398822784423828,0.4096031188964844,0.4379749298095703,0.42629241943359375,0.40984153747558594,0.43773651123046875,0.4191398620605469 +2500,10000,gpu,normal,True,False,True,0.25391578674316406,0.2772808074951172,0.2155303955078125,0.209808349609375,0.2532005310058594,0.2243518829345703,0.2231597900390625,0.22101402282714844,0.22745132446289062,0.2300739288330078,0.32019615173339844,0.3159046173095703,0.29587745666503906,0.2999305725097656,0.29778480529785156,0.2923011779785156,0.2837181091308594,0.28777122497558594,0.30159950256347656,0.2741813659667969 +2500,10000,gpu,normal,True,False,False,0.2522468566894531,0.2734661102294922,0.2613067626953125,0.26345252990722656,0.2799034118652344,0.24962425231933594,0.2200603485107422,0.25272369384765625,0.2193450927734375,0.2570152282714844,0.2770423889160156,0.28252601623535156,0.32329559326171875,0.2911090850830078,0.27489662170410156,0.29206275939941406,0.2803802490234375,0.30517578125,0.2949237823486328,0.2751350402832031 +2500,10000,gpu,normal,False,False,True,0.5559921264648438,0.4966259002685547,0.4818439483642578,0.5056858062744141,0.48995018005371094,0.48828125,0.5085468292236328,0.49948692321777344,0.4715919494628906,0.4711151123046875,0.33164024353027344,0.31256675720214844,0.301361083984375,0.29921531677246094,0.3211498260498047,0.27751922607421875,0.3209114074707031,0.3097057342529297,0.2770423889160156,0.29206275939941406 +2500,10000,gpu,normal,False,False,False,0.5204677581787109,0.5583763122558594,0.5207061767578125,0.5104541778564453,0.46706199645996094,0.5059242248535156,0.4868507385253906,0.48089027404785156,0.4756450653076172,0.4811286926269531,0.20360946655273438,0.19216537475585938,0.40650367736816406,0.35119056701660156,0.6024837493896484,0.46372413635253906,0.3800392150878906,0.3266334533691406,0.6077289581298828,0.31185150146484375 +2500,25000,gpu,homo,True,True,True,0.32329559326171875,0.40078163146972656,0.2949237823486328,0.36454200744628906,0.3674030303955078,0.4248619079589844,0.6687641143798828,0.7243156433105469,0.5981922149658203,0.6310939788818359,0.5702972412109375,0.5958080291748047,0.8859634399414062,0.5736351013183594,0.5421638488769531,0.5714893341064453,0.5970001220703125,0.5574226379394531,0.5352497100830078,0.5609989166259766 +2500,25000,gpu,homo,True,True,False,0.39386749267578125,0.3304481506347656,0.4832744598388672,0.35691261291503906,0.4038810729980469,0.31876564025878906,0.4000663757324219,0.3082752227783203,0.38743019104003906,0.3020763397216797,0.5462169647216797,0.5087852478027344,0.751495361328125,0.6670951843261719,0.659942626953125,0.6630420684814453,0.6835460662841797,0.6787776947021484,0.6797313690185547,0.6539821624755859 +2500,25000,gpu,homo,False,True,True,0.34165382385253906,0.3094673156738281,0.33974647521972656,0.3056526184082031,0.30040740966796875,0.3082752227783203,0.316619873046875,0.29969215393066406,0.30303001403808594,0.29969215393066406,0.5195140838623047,0.5180835723876953,0.5347728729248047,0.5261898040771484,0.5211830139160156,0.5221366882324219,0.5128383636474609,0.5097389221191406,0.5142688751220703,0.5176067352294922 +2500,25000,gpu,homo,False,True,False,0.36144256591796875,0.31876564025878906,0.3554821014404297,0.3693103790283203,0.3504753112792969,0.3211498260498047,0.30541419982910156,0.3190040588378906,0.3228187561035156,0.3132820129394531,0.4074573516845703,0.4143714904785156,0.4303455352783203,0.42819976806640625,0.42629241943359375,0.44226646423339844,0.4131793975830078,0.4191398620605469,0.438690185546875,0.4296302795410156 +2500,25000,gpu,homo,True,False,True,0.2243518829345703,0.2193450927734375,0.21076202392578125,0.20241737365722656,0.20503997802734375,0.22125244140625,0.2014636993408203,0.2048015594482422,0.209808349609375,0.2124309539794922,0.3261566162109375,0.30612945556640625,0.30684471130371094,0.3230571746826172,0.3209114074707031,0.3116130828857422,0.3020763397216797,0.36978721618652344,0.34546852111816406,0.2913475036621094 +2500,25000,gpu,homo,True,False,False,0.22292137145996094,0.2040863037109375,0.21457672119140625,0.20837783813476562,0.2129077911376953,0.19311904907226562,0.20575523376464844,0.20313262939453125,0.20623207092285156,0.21648406982421875,0.3457069396972656,0.33473968505859375,0.3266334533691406,0.3185272216796875,0.3528594970703125,0.3349781036376953,0.3216266632080078,0.3325939178466797,0.3275871276855469,0.31685829162597656 +2500,25000,gpu,homo,False,False,True,0.522613525390625,0.4951953887939453,0.5028247833251953,0.4775524139404297,0.46062469482421875,0.4782676696777344,0.4813671112060547,0.3540515899658203,0.3075599670410156,0.3039836883544922,0.1556873321533203,0.14162063598632812,0.17595291137695312,0.1647472381591797,0.14543533325195312,0.16164779663085938,0.1628398895263672,0.1373291015625,0.1747608184814453,0.15544891357421875 +2500,25000,gpu,homo,False,False,False,0.3514289855957031,0.30732154846191406,0.3409385681152344,0.3459453582763672,0.33164024353027344,0.3376007080078125,0.3268718719482422,0.3044605255126953,0.316619873046875,0.3218650817871094,0.2143383026123047,0.2338886260986328,0.19311904907226562,0.2200603485107422,0.2257823944091797,0.2117156982421875,0.2391338348388672,0.2033710479736328,0.20360946655273438,0.2071857452392578 +2500,25000,gpu,uniform,True,True,True,0.7312297821044922,0.7364749908447266,0.6492137908935547,0.8368492126464844,0.7112026214599609,0.6935596466064453,0.6401538848876953,0.6628036499023438,0.591278076171875,0.6792545318603516,0.7314682006835938,0.7698535919189453,0.7340908050537109,0.8273124694824219,0.8323192596435547,1.0404586791992188,0.7574558258056641,0.7991790771484375,0.6742477416992188,0.7779598236083984 +2500,25000,gpu,uniform,True,True,False,0.4220008850097656,0.4372596740722656,0.6239414215087891,0.3693103790283203,0.35858154296875,0.4138946533203125,0.4322528839111328,0.3654956817626953,0.4246234893798828,0.37670135498046875,0.7240772247314453,0.6649494171142578,0.6864070892333984,0.7233619689941406,0.6668567657470703,0.6701946258544922,0.6549358367919922,0.6792545318603516,0.6935596466064453,0.6673336029052734 +2500,25000,gpu,uniform,False,True,True,0.5881786346435547,0.5590915679931641,0.5955696105957031,0.5249977111816406,0.6639957427978516,0.5948543548583984,0.5667209625244141,0.5927085876464844,0.6606578826904297,0.5583763122558594,0.4868507385253906,0.5185604095458984,0.4467964172363281,0.4799365997314453,0.4715919494628906,0.537872314453125,0.5850791931152344,0.5028247833251953,0.4436969757080078,0.44655799865722656 +2500,25000,gpu,uniform,False,True,False,0.34999847412109375,0.34427642822265625,0.33855438232421875,0.3502368927001953,0.3631114959716797,0.3364086151123047,0.3604888916015625,0.3349781036376953,0.3695487976074219,0.3657341003417969,0.7100105285644531,0.6184577941894531,0.6010532379150391,0.6694793701171875,0.7190704345703125,0.93841552734375,0.64849853515625,0.5948543548583984,0.621795654296875,0.6010532379150391 +2500,25000,gpu,uniform,True,False,True,0.2923011779785156,0.26798248291015625,0.28252601623535156,0.64849853515625,0.5805492401123047,0.5347728729248047,0.5469322204589844,0.5266666412353516,0.5347728729248047,0.5414485931396484,0.4839897155761719,0.4649162292480469,0.4646778106689453,0.4520416259765625,0.43511390686035156,0.46539306640625,0.5528926849365234,0.6425380706787109,0.48232078552246094,0.5090236663818359 +2500,25000,gpu,uniform,True,False,False,0.4761219024658203,0.4303455352783203,0.4718303680419922,0.4374980926513672,0.5002021789550781,0.4825592041015625,0.4677772521972656,0.45013427734375,0.4429817199707031,0.4825592041015625,0.3414154052734375,0.3948211669921875,0.3426074981689453,0.3368854522705078,0.37860870361328125,0.3001689910888672,0.335693359375,0.31948089599609375,0.33593177795410156,0.28824806213378906 +2500,25000,gpu,uniform,False,False,True,0.3871917724609375,0.35309791564941406,0.3654956817626953,0.3294944763183594,0.3523826599121094,0.35262107849121094,0.3209114074707031,0.34427642822265625,0.34117698669433594,0.42319297790527344,0.232696533203125,0.2231597900390625,0.179290771484375,0.2124309539794922,0.19693374633789062,0.1823902130126953,0.19073486328125,0.18024444580078125,0.19025802612304688,0.1881122589111328 +2500,25000,gpu,uniform,False,False,False,0.7572174072265625,0.7688999176025391,0.6110668182373047,0.5948543548583984,0.5636215209960938,0.6082057952880859,0.6000995635986328,0.5981922149658203,0.5888938903808594,0.5791187286376953,0.19931793212890625,0.20456314086914062,0.2079010009765625,0.18095970153808594,0.18858909606933594,0.19311904907226562,0.20575523376464844,0.1990795135498047,0.1735687255859375,0.19431114196777344 +2500,25000,gpu,normal,True,True,True,0.6153583526611328,0.6213188171386719,0.5731582641601562,0.7505416870117188,0.6420612335205078,0.5056858062744141,0.4153251647949219,0.41794776916503906,0.7555484771728516,0.40435791015625,0.5741119384765625,0.6258487701416016,0.5476474761962891,0.6186962127685547,0.5521774291992188,0.5962848663330078,0.5745887756347656,0.6520748138427734,0.5288124084472656,0.6237030029296875 +2500,25000,gpu,normal,True,True,False,0.4050731658935547,0.3218650817871094,0.7619857788085938,0.6618499755859375,0.6756782531738281,0.797271728515625,0.6542205810546875,0.6151199340820312,0.6322860717773438,0.5908012390136719,0.5717277526855469,0.5586147308349609,0.5919933319091797,0.5743503570556641,0.5826950073242188,0.5583763122558594,0.576019287109375,0.5621910095214844,0.530242919921875,0.5424022674560547 +2500,25000,gpu,normal,False,True,True,0.41413307189941406,0.37670135498046875,0.37217140197753906,0.3719329833984375,0.3788471221923828,0.339508056640625,0.36454200744628906,0.3833770751953125,0.34618377685546875,0.3597736358642578,0.4889965057373047,0.5156993865966797,0.5109310150146484,0.49495697021484375,0.4646778106689453,0.4973411560058594,0.5242824554443359,0.49757957458496094,0.5011558532714844,0.4963874816894531 +2500,25000,gpu,normal,False,True,False,0.3917217254638672,0.3864765167236328,0.3807544708251953,0.36978721618652344,0.4050731658935547,0.4298686981201172,0.7028579711914062,0.4508495330810547,0.6122589111328125,0.3402233123779297,0.6837844848632812,0.63323974609375,0.6334781646728516,0.6566047668457031,0.6434917449951172,0.6246566772460938,0.6608963012695312,0.7011890411376953,0.7245540618896484,0.9427070617675781 +2500,25000,gpu,normal,True,False,True,0.24652481079101562,0.25153160095214844,0.21719932556152344,0.23746490478515625,0.24175643920898438,0.25177001953125,0.2071857452392578,0.22792816162109375,0.20956993103027344,0.20837783813476562,0.6585121154785156,0.6387233734130859,0.6024837493896484,0.8640289306640625,0.6268024444580078,0.598907470703125,0.5960464477539062,0.5669593811035156,0.5714893341064453,0.5555152893066406 +2500,25000,gpu,normal,True,False,False,0.3407001495361328,0.2315044403076172,0.24890899658203125,0.2551078796386719,0.2522468566894531,0.23865699768066406,0.2560615539550781,0.24461746215820312,0.24199485778808594,0.23102760314941406,0.4723072052001953,0.4673004150390625,0.4184246063232422,0.42366981506347656,0.4222393035888672,0.4744529724121094,0.4897117614746094,0.43487548828125,0.46944618225097656,0.4622936248779297 +2500,25000,gpu,normal,False,False,True,0.5197525024414062,0.4990100860595703,0.4742145538330078,0.44274330139160156,0.457763671875,0.4830360412597656,0.4673004150390625,0.4572868347167969,0.5025863647460938,0.4429817199707031,0.22792816162109375,0.21719932556152344,0.21457672119140625,0.22125244140625,0.20647048950195312,0.2231597900390625,0.2448558807373047,0.21147727966308594,0.1881122589111328,0.2052783966064453 +2500,25000,gpu,normal,False,False,False,0.43845176696777344,0.4398822784423828,0.42319297790527344,0.4451274871826172,0.4837512969970703,0.4200935363769531,0.4506111145019531,0.7255077362060547,0.7579326629638672,0.7219314575195312,0.21576881408691406,0.19073486328125,0.202178955078125,0.20003318786621094,0.20456314086914062,0.22745132446289062,0.2319812774658203,0.19478797912597656,0.24199485778808594,0.26035308837890625 +2500,37500,gpu,homo,True,True,True,0.3924369812011719,0.52642822265625,0.3566741943359375,0.5106925964355469,0.3669261932373047,0.4992485046386719,0.4050731658935547,0.47326087951660156,0.3306865692138672,0.4966259002685547,0.9446144104003906,1.0814666748046875,0.8378028869628906,0.8158683776855469,0.7917881011962891,0.8215904235839844,0.9202957153320312,0.8082389831542969,0.7567405700683594,0.7908344268798828 +2500,37500,gpu,homo,True,True,False,0.7319450378417969,0.5712509155273438,0.713348388671875,0.5588531494140625,0.7023811340332031,0.5800724029541016,0.6783008575439453,0.5671977996826172,0.6873607635498047,0.5979537963867188,1.0609626770019531,0.9570121765136719,0.9915828704833984,0.9670257568359375,0.9489059448242188,0.9315013885498047,1.0056495666503906,0.9579658508300781,0.9632110595703125,0.9248256683349609 +2500,37500,gpu,homo,False,True,True,0.38433074951171875,0.4210472106933594,0.377655029296875,0.38170814514160156,0.3609657287597656,0.3952980041503906,0.37169456481933594,0.37360191345214844,0.3790855407714844,0.37384033203125,0.5843639373779297,0.5645751953125,0.5509853363037109,0.5950927734375,0.5578994750976562,0.5743503570556641,0.5636215209960938,0.61798095703125,0.5638599395751953,0.6010532379150391 +2500,37500,gpu,homo,False,True,False,0.3745555877685547,0.3485679626464844,0.37169456481933594,0.3654956817626953,0.36978721618652344,0.3619194030761719,0.3986358642578125,0.3535747528076172,0.3705024719238281,0.36263465881347656,0.5664825439453125,0.5857944488525391,0.5750656127929688,0.5679130554199219,0.5481243133544922,0.5862712860107422,0.5450248718261719,0.5686283111572266,0.5488395690917969,0.5750656127929688 +2500,37500,gpu,homo,True,False,True,0.24175643920898438,0.2353191375732422,0.2110004425048828,0.232696533203125,0.19431114196777344,0.4820823669433594,0.2167224884033203,0.2148151397705078,0.2186298370361328,0.2269744873046875,0.4954338073730469,0.47588348388671875,0.4944801330566406,0.46539306640625,0.46539306640625,0.47016143798828125,0.48613548278808594,0.4889965057373047,0.4851818084716797,0.48351287841796875 +2500,37500,gpu,homo,True,False,False,0.2090930938720703,0.21338462829589844,0.21600723266601562,0.2665519714355469,0.240325927734375,0.22482872009277344,0.20813941955566406,0.22292137145996094,0.19049644470214844,0.1895427703857422,0.6730556488037109,0.5438327789306641,0.5183219909667969,0.5040168762207031,0.5030632019042969,0.4878044128417969,0.48851966857910156,0.4391670227050781,0.40078163146972656,0.3781318664550781 +2500,37500,gpu,homo,False,False,True,0.6031990051269531,0.5776882171630859,0.5784034729003906,0.5712509155273438,0.5664825439453125,0.5538463592529297,0.5693435668945312,0.5898475646972656,0.5507469177246094,0.5869865417480469,0.18262863159179688,0.1544952392578125,0.16999244689941406,0.23436546325683594,0.18215179443359375,0.17380714416503906,0.17261505126953125,0.16736984252929688,0.16999244689941406,0.15115737915039062 +2500,37500,gpu,homo,False,False,False,0.47659873962402344,0.4069805145263672,0.4074573516845703,0.4074573516845703,0.42510032653808594,0.438690185546875,0.40030479431152344,0.4487037658691406,0.44345855712890625,0.6086826324462891,0.232696533203125,0.17595291137695312,0.19168853759765625,0.17380714416503906,0.1957416534423828,0.17261505126953125,0.21576881408691406,0.20956993103027344,0.16498565673828125,0.16880035400390625 +2500,37500,gpu,uniform,True,True,True,0.3948211669921875,0.47397613525390625,0.4012584686279297,0.45871734619140625,0.3857612609863281,0.48470497131347656,0.42700767517089844,0.4725456237792969,0.36835670471191406,0.4711151123046875,0.8375644683837891,0.9703636169433594,0.8559226989746094,1.4662742614746094,1.070261001586914,1.033782958984375,0.9229183197021484,1.0116100311279297,0.9238719940185547,0.9770393371582031 +2500,37500,gpu,uniform,True,True,False,0.46944618225097656,0.40435791015625,0.46634674072265625,0.4227161407470703,0.48160552978515625,0.4086494445800781,0.48089027404785156,0.4038810729980469,0.47516822814941406,0.4189014434814453,0.8728504180908203,0.8516311645507812,0.8597373962402344,0.858306884765625,0.8802413940429688,1.1959075927734375,0.9150505065917969,0.8404254913330078,0.8859634399414062,0.8263587951660156 +2500,37500,gpu,uniform,False,True,True,0.38170814514160156,0.4696846008300781,0.5145072937011719,0.4241466522216797,0.39267539978027344,0.4203319549560547,0.37980079650878906,0.44918060302734375,0.40459632873535156,0.40721893310546875,0.6086826324462891,0.6039142608642578,0.5705356597900391,0.5970001220703125,0.6070137023925781,0.6430149078369141,0.6086826324462891,0.5967617034912109,0.5850791931152344,0.5621910095214844 +2500,37500,gpu,uniform,False,True,False,0.4315376281738281,0.40459632873535156,0.38552284240722656,0.40459632873535156,0.3821849822998047,0.3879070281982422,0.3857612609863281,0.39649009704589844,0.37360191345214844,0.4012584686279297,0.6206035614013672,0.6184577941894531,0.6318092346191406,0.5950927734375,0.5910396575927734,0.5867481231689453,0.6239414215087891,0.6244182586669922,0.6325244903564453,0.5857944488525391 +2500,37500,gpu,uniform,True,False,True,0.23937225341796875,0.2238750457763672,0.24747848510742188,0.2319812774658203,0.23889541625976562,0.22101402282714844,0.19168853759765625,0.25153160095214844,0.23865699768066406,0.20742416381835938,0.4296302795410156,0.41985511779785156,0.690460205078125,0.8387565612792969,0.4837512969970703,0.4305839538574219,0.4324913024902344,0.4241466522216797,0.3840923309326172,0.41222572326660156 +2500,37500,gpu,uniform,True,False,False,0.2834796905517578,0.29158592224121094,0.2658367156982422,0.29921531677246094,0.27060508728027344,0.28228759765625,0.29397010803222656,0.3018379211425781,0.2968311309814453,0.2722740173339844,0.5896091461181641,0.5867481231689453,0.5600452423095703,0.5617141723632812,0.5884170532226562,0.5633831024169922,0.5619525909423828,0.5571842193603516,0.5617141723632812,0.5526542663574219 +2500,37500,gpu,uniform,False,False,True,0.5164146423339844,0.5340576171875,0.5211830139160156,0.5011558532714844,0.4715919494628906,0.48422813415527344,0.48828125,0.46515464782714844,0.4913806915283203,0.5092620849609375,0.22792816162109375,0.20384788513183594,0.23126602172851562,0.2205371856689453,0.20623207092285156,0.18024444580078125,0.20241737365722656,0.24247169494628906,0.240325927734375,0.2815723419189453 +2500,37500,gpu,uniform,False,False,False,0.5452632904052734,0.6287097930908203,0.5669593811035156,0.8320808410644531,0.6711483001708984,0.4951953887939453,0.4856586456298828,0.47397613525390625,0.49114227294921875,0.4754066467285156,0.21839141845703125,0.19598007202148438,0.20194053649902344,0.5311965942382812,0.4036426544189453,0.39124488830566406,0.3597736358642578,0.6651878356933594,0.42891502380371094,0.32806396484375 +2500,37500,gpu,normal,True,True,True,0.41937828063964844,0.4673004150390625,0.3998279571533203,0.47326087951660156,0.3972053527832031,0.5002021789550781,0.3883838653564453,0.47707557678222656,0.4248619079589844,0.5004405975341797,1.0533332824707031,1.0457038879394531,1.0426044464111328,1.0652542114257812,1.020193099975586,1.0249614715576172,1.01470947265625,1.1134147644042969,1.1086463928222656,1.180887222290039 +2500,37500,gpu,normal,True,True,False,0.8451938629150391,0.9865760803222656,0.7271766662597656,0.530242919921875,0.4801750183105469,0.7178783416748047,0.7421970367431641,0.6353855133056641,0.7326602935791016,0.682830810546875,1.1029243469238281,1.0759830474853516,1.1026859283447266,1.069784164428711,1.1415481567382812,1.077890396118164,1.0731220245361328,1.30462646484375,1.3244152069091797,1.0886192321777344 +2500,37500,gpu,normal,False,True,True,0.4353523254394531,0.4413127899169922,0.4146099090576172,0.3993511199951172,0.40221214294433594,0.38743019104003906,0.3566741943359375,0.396728515625,0.3578662872314453,0.42700767517089844,0.6473064422607422,0.6186962127685547,0.6186962127685547,0.6537437438964844,0.6966590881347656,0.6170272827148438,0.6320476531982422,0.9951591491699219,0.9438991546630859,0.8060932159423828 +2500,37500,gpu,normal,False,True,False,0.4458427429199219,0.39267539978027344,0.4305839538574219,0.3807544708251953,0.415802001953125,0.3764629364013672,0.40984153747558594,0.362396240234375,0.3921985626220703,0.396728515625,0.9272098541259766,0.8373260498046875,1.0192394256591797,0.7150173187255859,0.9038448333740234,0.8602142333984375,0.8747577667236328,0.7901191711425781,0.9016990661621094,0.8392333984375 +2500,37500,gpu,normal,True,False,True,0.2727508544921875,0.2853870391845703,0.2682209014892578,0.23412704467773438,0.22673606872558594,0.2338886260986328,0.22172927856445312,0.2429485321044922,0.22602081298828125,0.21600723266601562,0.6136894226074219,0.5900859832763672,0.5636215209960938,0.5476474761962891,0.5965232849121094,0.5881786346435547,0.5753040313720703,0.5633831024169922,0.5960464477539062,0.5469322204589844 +2500,37500,gpu,normal,True,False,False,0.3070831298828125,0.2739429473876953,0.25343894958496094,0.27942657470703125,0.26869773864746094,0.2548694610595703,0.30803680419921875,0.25963783264160156,0.27251243591308594,0.25463104248046875,0.6225109100341797,0.6361007690429688,0.6351470947265625,0.9140968322753906,0.7987022399902344,0.7138252258300781,0.6983280181884766,0.7238388061523438,0.8642673492431641,0.8828639984130859 +2500,37500,gpu,normal,False,False,True,0.74005126953125,1.165151596069336,1.0287761688232422,0.99945068359375,1.0251998901367188,0.9577274322509766,0.9074211120605469,0.9348392486572266,0.9090900421142578,0.9174346923828125,0.3497600555419922,0.3445148468017578,0.3552436828613281,0.3445148468017578,0.33926963806152344,0.33926963806152344,0.3361701965332031,0.37550926208496094,0.29754638671875,0.3199577331542969 +2500,37500,gpu,normal,False,False,False,0.7417201995849609,0.7150173187255859,0.7264614105224609,0.7109642028808594,0.789642333984375,0.7150173187255859,0.7154941558837891,0.6895065307617188,1.0862350463867188,1.0445117950439453,0.33402442932128906,0.3001689910888672,0.3185272216796875,0.3345012664794922,0.3399848937988281,0.31638145446777344,0.3132820129394531,0.33593177795410156,0.37097930908203125,0.33736228942871094 +2500,50000,gpu,homo,True,True,True,0.4558563232421875,0.6124973297119141,0.4334449768066406,0.5958080291748047,0.5376338958740234,0.6368160247802734,0.4324913024902344,0.6005764007568359,0.4382133483886719,0.5865097045898438,1.0938644409179688,1.1682510375976562,1.1796951293945312,1.1022090911865234,1.1377334594726562,1.1153221130371094,1.0921955108642578,1.0867118835449219,1.0862350463867188,1.1286735534667969 +2500,50000,gpu,homo,True,True,False,0.6492137908935547,0.4706382751464844,0.6456375122070312,0.49757957458496094,0.6403923034667969,0.4608631134033203,0.6334781646728516,0.4558563232421875,0.6053447723388672,0.43892860412597656,1.1484622955322266,1.4145374298095703,1.1298656463623047,1.1334419250488281,1.1246204376220703,1.0182857513427734,1.0509490966796875,1.0581016540527344,1.0483264923095703,1.0395050048828125 +2500,50000,gpu,homo,False,True,True,0.644683837890625,0.5998611450195312,0.6334781646728516,0.6456375122070312,0.6184577941894531,0.5776882171630859,0.6070137023925781,0.5617141723632812,0.6301403045654297,0.6313323974609375,0.8034706115722656,0.7991790771484375,0.7772445678710938,0.7886886596679688,0.7891654968261719,0.7603168487548828,0.7824897766113281,0.7867813110351562,0.8015632629394531,0.8990764617919922 +2500,50000,gpu,homo,False,True,False,0.6139278411865234,0.6287097930908203,0.6384849548339844,0.6866455078125,0.6642341613769531,0.6611347198486328,0.9293556213378906,0.8058547973632812,0.7076263427734375,0.6580352783203125,0.7207393646240234,0.6840229034423828,0.6930828094482422,0.9405612945556641,0.7684230804443359,0.6961822509765625,0.7164478302001953,0.6842613220214844,0.7147789001464844,0.7078647613525391 +2500,50000,gpu,homo,True,False,True,0.24557113647460938,0.186920166015625,0.21004676818847656,0.21123886108398438,0.2086162567138672,0.19121170043945312,0.194549560546875,0.20313262939453125,0.2124309539794922,0.21958351135253906,0.5805492401123047,0.560760498046875,0.5381107330322266,0.5419254302978516,0.5240440368652344,0.5304813385009766,0.5211830139160156,0.5390644073486328,0.5309581756591797,0.5309581756591797 +2500,50000,gpu,homo,True,False,False,0.2262592315673828,0.20384788513183594,0.21982192993164062,0.2071857452392578,0.1819133758544922,0.20623207092285156,0.2148151397705078,0.19121170043945312,0.6036758422851562,0.5147457122802734,0.5004405975341797,0.5013942718505859,0.5147457122802734,0.6623268127441406,0.4932880401611328,0.4978179931640625,0.48804283142089844,0.6539821624755859,0.6959438323974609,0.6234645843505859 +2500,50000,gpu,homo,False,False,True,0.49614906311035156,0.5230903625488281,0.5254745483398438,0.4858970642089844,0.5242824554443359,0.47659873962402344,0.5018711090087891,0.5004405975341797,0.5180835723876953,0.49757957458496094,0.36597251892089844,0.2944469451904297,0.2713203430175781,0.2646446228027344,0.2536773681640625,0.2503395080566406,0.27179718017578125,0.31948089599609375,0.2753734588623047,0.3266334533691406 +2500,50000,gpu,homo,False,False,False,0.6520748138427734,0.5292892456054688,0.5292892456054688,0.4887580871582031,0.4763603210449219,0.5004405975341797,0.8404254913330078,0.6208419799804688,0.7383823394775391,0.7574558258056641,0.20432472229003906,0.45490264892578125,0.32448768615722656,0.27751922607421875,0.28324127197265625,0.2646446228027344,0.270843505859375,0.2636909484863281,0.2503395080566406,0.2586841583251953 +2500,50000,gpu,uniform,True,True,True,0.5047321319580078,0.5834102630615234,0.4665851593017578,0.576019287109375,0.43010711669921875,0.5605220794677734,0.4343986511230469,0.5595684051513672,0.4725456237792969,0.9219646453857422,1.1966228485107422,1.2276172637939453,1.146554946899414,1.2385845184326172,1.1076927185058594,1.2617111206054688,1.1944770812988281,1.3091564178466797,1.1491775512695312,1.252889633178711 +2500,50000,gpu,uniform,True,True,False,0.6005764007568359,0.46133995056152344,0.5309581756591797,0.4565715789794922,0.5495548248291016,0.4620552062988281,0.5521774291992188,0.46563148498535156,0.5252361297607422,0.4343986511230469,1.1148452758789062,1.1644363403320312,1.1441707611083984,1.0838508605957031,1.1029243469238281,1.0828971862792969,1.1053085327148438,1.153707504272461,1.210927963256836,1.1539459228515625 +2500,50000,gpu,uniform,False,True,True,0.6692409515380859,0.6437301635742188,0.6682872772216797,0.6225109100341797,0.6518363952636719,0.6244182586669922,0.6437301635742188,0.6411075592041016,0.6618499755859375,0.6444454193115234,0.7436275482177734,0.7255077362060547,0.7350444793701172,0.7574558258056641,0.7436275482177734,0.7162094116210938,0.7314682006835938,0.7128715515136719,0.7336139678955078,0.7562637329101562 +2500,50000,gpu,uniform,False,True,False,0.4379749298095703,0.461578369140625,0.4162788391113281,0.48470497131347656,0.40268898010253906,0.45609474182128906,0.4611015319824219,0.4563331604003906,0.4432201385498047,0.46706199645996094,0.8418560028076172,0.7750988006591797,0.7457733154296875,0.7307529449462891,0.7042884826660156,0.7245540618896484,0.7436275482177734,0.7197856903076172,0.7338523864746094,0.7150173187255859 +2500,50000,gpu,uniform,True,False,True,0.49304962158203125,0.5097389221191406,0.5333423614501953,0.4794597625732422,0.44846534729003906,0.4458427429199219,0.43892860412597656,0.4246234893798828,0.43082237243652344,0.4544258117675781,0.4985332489013672,0.5309581756591797,0.5366802215576172,0.5133152008056641,0.4925727844238281,0.4887580871582031,0.48923492431640625,0.5202293395996094,0.47469139099121094,0.4734992980957031 +2500,50000,gpu,uniform,True,False,False,0.4513263702392578,0.34332275390625,0.33974647521972656,0.2789497375488281,0.2837181091308594,0.2727508544921875,0.32019615173339844,0.33283233642578125,0.2772808074951172,0.2875328063964844,0.6914138793945312,0.6613731384277344,0.6775856018066406,0.6978511810302734,0.6754398345947266,0.6690025329589844,0.6706714630126953,0.7100105285644531,0.6501674652099609,0.6158351898193359 +2500,50000,gpu,uniform,False,False,True,0.6577968597412109,0.6811618804931641,0.6582736968994141,0.6840229034423828,0.6673336029052734,0.6618499755859375,0.67138671875,0.6716251373291016,0.6873607635498047,0.6823539733886719,0.4222393035888672,0.3325939178466797,0.28777122497558594,0.2753734588623047,0.30040740966796875,0.22292137145996094,0.1895427703857422,0.194549560546875,0.20456314086914062,0.5207061767578125 +2500,50000,gpu,uniform,False,False,False,1.2536048889160156,0.9903907775878906,0.9636878967285156,0.988006591796875,1.0688304901123047,0.9229183197021484,0.9198188781738281,0.8676052093505859,0.9038448333740234,1.0242462158203125,0.2315044403076172,0.20742416381835938,0.23365020751953125,0.2014636993408203,0.21338462829589844,0.16832351684570312,0.17690658569335938,0.19097328186035156,0.1938343048095703,0.1811981201171875 +2500,50000,gpu,normal,True,True,True,0.5099773406982422,0.5536079406738281,0.4305839538574219,0.5486011505126953,0.47707557678222656,0.5602836608886719,0.41961669921875,0.5445480346679688,0.4324913024902344,0.5211830139160156,1.3878345489501953,1.3537406921386719,1.4426708221435547,1.3422966003417969,1.3217926025390625,1.264810562133789,1.3659000396728516,1.336812973022461,1.6019344329833984,1.4743804931640625 +2500,50000,gpu,normal,True,True,False,0.5283355712890625,0.4680156707763672,0.5390644073486328,0.5366802215576172,0.9326934814453125,0.7045269012451172,0.8039474487304688,0.8652210235595703,0.7662773132324219,0.6580352783203125,1.291036605834961,1.2707710266113281,1.2810230255126953,1.1968612670898438,1.2247562408447266,1.2364387512207031,1.2869834899902344,1.177072525024414,1.2862682342529297,1.1789798736572266 +2500,50000,gpu,normal,False,True,True,0.7431507110595703,0.6766319274902344,0.7069110870361328,0.6411075592041016,0.6530284881591797,0.6551742553710938,0.6780624389648438,0.6537437438964844,0.6923675537109375,0.6451606750488281,0.8471012115478516,0.8482933044433594,0.8351802825927734,0.8080005645751953,0.8883476257324219,0.8962154388427734,0.8518695831298828,0.8318424224853516,0.8614063262939453,0.8826255798339844 +2500,50000,gpu,normal,False,True,False,0.45299530029296875,0.4665851593017578,0.47206878662109375,0.5056858062744141,0.44798851013183594,0.4687309265136719,0.4563331604003906,0.4379749298095703,0.4432201385498047,0.48804283142089844,0.7965564727783203,0.8561611175537109,0.8449554443359375,0.7994174957275391,0.7915496826171875,0.8854866027832031,1.0597705841064453,0.8990764617919922,0.823974609375,0.7989406585693359 +2500,50000,gpu,normal,True,False,True,0.5128383636474609,0.4744529724121094,0.4642009735107422,0.46062469482421875,0.4391670227050781,0.45299530029296875,0.4470348358154297,0.5207061767578125,0.4410743713378906,0.4315376281738281,0.7343292236328125,0.7071495056152344,0.6756782531738281,0.6878376007080078,0.6921291351318359,0.7767677307128906,0.7116794586181641,0.7264614105224609,0.70953369140625,0.6995201110839844 +2500,50000,gpu,normal,True,False,False,0.4417896270751953,0.48661231994628906,0.4565715789794922,0.46896934509277344,0.4436969757080078,0.457763671875,0.4596710205078125,0.4487037658691406,0.42247772216796875,0.4444122314453125,1.0030269622802734,0.9970664978027344,0.89263916015625,0.8902549743652344,0.9059906005859375,0.8854866027832031,0.92315673828125,0.9648799896240234,0.8893013000488281,0.843048095703125 +2500,50000,gpu,normal,False,False,True,1.0027885437011719,1.0859966278076172,1.094818115234375,1.6586780548095703,1.3577938079833984,1.373291015625,1.3828277587890625,1.2900829315185547,1.2753009796142578,1.3010501861572266,0.33974647521972656,0.34809112548828125,0.34356117248535156,0.3285408020019531,0.3306865692138672,0.3192424774169922,0.31304359436035156,0.3101825714111328,0.31256675720214844,0.30612945556640625 +2500,50000,gpu,normal,False,False,False,1.1305809020996094,1.4083385467529297,1.1241436004638672,1.09100341796875,1.0349750518798828,1.0619163513183594,1.0874271392822266,1.0557174682617188,1.119375228881836,1.024007797241211,0.31375885009765625,0.316619873046875,0.31828880310058594,0.3361701965332031,0.32806396484375,0.3185272216796875,0.3209114074707031,0.36025047302246094,0.2815723419189453,0.4496574401855469 +5000,1000,gpu,homo,True,True,True,0.43082237243652344,0.42819976806640625,0.4019737243652344,0.4086494445800781,0.43320655822753906,0.45490264892578125,0.4169940948486328,0.4048347473144531,0.40411949157714844,0.4074573516845703,0.3352165222167969,0.3540515899658203,0.32639503479003906,0.35262107849121094,0.3380775451660156,0.3254413604736328,0.33926963806152344,0.31948089599609375,0.3235340118408203,0.31280517578125 +5000,1000,gpu,homo,True,True,False,0.25463104248046875,0.2815723419189453,0.26679039001464844,0.2598762512207031,0.27060508728027344,0.23484230041503906,0.22792816162109375,0.27489662170410156,0.2624988555908203,0.263214111328125,0.25725364685058594,0.2608299255371094,0.24199485778808594,0.22864341735839844,0.244140625,0.2162456512451172,0.22029876708984375,0.2357959747314453,0.2434253692626953,0.22220611572265625 +5000,1000,gpu,homo,False,True,True,0.26679039001464844,0.24127960205078125,0.2372264862060547,0.26106834411621094,0.25343894958496094,0.24557113647460938,0.24890899658203125,0.22482872009277344,0.22554397583007812,0.22530555725097656,0.3616809844970703,0.3542900085449219,0.3750324249267578,0.3676414489746094,0.4189014434814453,0.3154277801513672,0.40435791015625,0.4391670227050781,0.40912628173828125,0.37550926208496094 +5000,1000,gpu,homo,False,True,False,0.4458427429199219,0.4570484161376953,0.44918060302734375,0.42724609375,0.40078163146972656,0.4210472106933594,0.4093647003173828,0.4436969757080078,0.4115104675292969,0.43392181396484375,0.2086162567138672,0.1900196075439453,0.194549560546875,0.2105236053466797,0.18525123596191406,0.15997886657714844,0.18525123596191406,0.18143653869628906,0.34308433532714844,0.33402442932128906 +5000,1000,gpu,homo,True,False,True,0.20623207092285156,0.23603439331054688,0.22292137145996094,0.20051002502441406,0.22530555725097656,0.21886825561523438,0.2105236053466797,0.23365020751953125,0.2155303955078125,0.23794174194335938,0.15544891357421875,0.1933574676513672,0.17213821411132812,0.2002716064453125,0.15878677368164062,0.15211105346679688,0.16427040100097656,0.1633167266845703,0.1666545867919922,0.16927719116210938 +5000,1000,gpu,homo,True,False,False,0.2701282501220703,0.232696533203125,0.22077560424804688,0.22864341735839844,0.2086162567138672,0.19812583923339844,0.2231597900390625,0.19073486328125,0.21767616271972656,0.2105236053466797,0.2856254577636719,0.2598762512207031,0.24461746215820312,0.2589225769042969,0.25963783264160156,0.23794174194335938,0.23865699768066406,0.2582073211669922,0.2205371856689453,0.27060508728027344 +5000,1000,gpu,homo,False,False,True,0.5290508270263672,0.45371055603027344,0.4184246063232422,0.38814544677734375,0.4229545593261719,0.4062652587890625,0.4096031188964844,0.4248619079589844,0.41294097900390625,0.41174888610839844,0.2613067626953125,0.2562999725341797,0.20837783813476562,0.2307891845703125,0.21457672119140625,0.19025802612304688,0.2396106719970703,0.2105236053466797,0.1914501190185547,0.19049644470214844 +5000,1000,gpu,homo,False,False,False,0.2155303955078125,0.20241737365722656,0.19598007202148438,0.21505355834960938,0.1773834228515625,0.20122528076171875,0.20074844360351562,0.1952648162841797,0.19407272338867188,0.21576881408691406,0.41747093200683594,0.3662109375,0.400543212890625,0.3235340118408203,0.34165382385253906,0.33593177795410156,0.39958953857421875,0.3552436828613281,0.41174888610839844,0.3745555877685547 +5000,1000,gpu,uniform,True,True,True,0.28634071350097656,0.2505779266357422,0.24819374084472656,0.2346038818359375,0.2608299255371094,0.21767616271972656,0.26154518127441406,0.247955322265625,0.26154518127441406,0.21386146545410156,0.3566741943359375,0.3628730773925781,0.6740093231201172,0.44274330139160156,0.3883838653564453,0.3612041473388672,0.40221214294433594,0.43201446533203125,0.354766845703125,0.3731250762939453 +5000,1000,gpu,uniform,True,True,False,0.5509853363037109,0.48422813415527344,0.47016143798828125,0.5221366882324219,0.4527568817138672,0.43964385986328125,0.2789497375488281,0.24890899658203125,0.2567768096923828,0.2639293670654297,0.3368854522705078,0.32401084899902344,0.33664703369140625,0.3180503845214844,0.34165382385253906,0.3566741943359375,0.3190040588378906,0.3485679626464844,0.34618377685546875,0.32639503479003906 +5000,1000,gpu,uniform,False,True,True,0.2512931823730469,0.2682209014892578,0.2932548522949219,0.23889541625976562,0.2541542053222656,0.2453327178955078,0.2377033233642578,0.22554397583007812,0.24580955505371094,0.22554397583007812,0.3662109375,0.3273487091064453,0.3616809844970703,0.3311634063720703,0.34117698669433594,0.3077983856201172,0.33664703369140625,0.3006458282470703,0.3483295440673828,0.34499168395996094 +5000,1000,gpu,uniform,False,True,False,0.2524852752685547,0.24771690368652344,0.24628639221191406,0.23317337036132812,0.2567768096923828,0.2548694610595703,0.24557113647460938,0.24366378784179688,0.2510547637939453,0.20384788513183594,0.2028942108154297,0.17905235290527344,0.4665851593017578,0.36835670471191406,0.3387928009033203,0.34117698669433594,0.3197193145751953,0.3418922424316406,0.3418922424316406,0.36334991455078125 +5000,1000,gpu,uniform,True,False,True,0.3235340118408203,0.362396240234375,0.36263465881347656,0.79345703125,0.6463527679443359,0.6854534149169922,0.5650520324707031,0.5288124084472656,0.4825592041015625,0.4889965057373047,0.31185150146484375,0.27823448181152344,0.2627372741699219,0.2722740173339844,0.2713203430175781,0.29540061950683594,0.2830028533935547,0.2856254577636719,0.27823448181152344,0.3104209899902344 +5000,1000,gpu,uniform,True,False,False,0.5373954772949219,0.4856586456298828,0.47326087951660156,0.47779083251953125,0.44655799865722656,0.6110668182373047,0.5238056182861328,0.47206878662109375,0.4775524139404297,0.4782676696777344,0.17213821411132812,0.22149085998535156,0.19669532775878906,0.16760826110839844,0.16999244689941406,0.2276897430419922,0.17213821411132812,0.17547607421875,0.2009868621826172,0.22125244140625 +5000,1000,gpu,uniform,False,False,True,0.2601146697998047,0.22125244140625,0.24271011352539062,0.25963783264160156,0.25177001953125,0.2429485321044922,0.22482872009277344,0.2593994140625,0.23627281188964844,0.3883838653564453,0.20813941955566406,0.19097328186035156,0.1800060272216797,0.2155303955078125,0.2148151397705078,0.17952919006347656,0.41675567626953125,0.3421306610107422,0.3218650817871094,0.34165382385253906 +5000,1000,gpu,uniform,False,False,False,0.2503395080566406,0.26035308837890625,0.2033710479736328,0.23508071899414062,0.2295970916748047,0.209808349609375,0.2701282501220703,0.21576881408691406,0.23221969604492188,0.21266937255859375,0.22363662719726562,0.2460479736328125,0.1766681671142578,0.21076202392578125,0.2048015594482422,0.22602081298828125,0.1957416534423828,0.20933151245117188,0.22864341735839844,0.2129077911376953 +5000,1000,gpu,normal,True,True,True,0.5195140838623047,0.5037784576416016,0.4756450653076172,0.47516822814941406,0.4642009735107422,0.45180320739746094,0.47588348388671875,0.4563331604003906,0.4668235778808594,0.4572868347167969,0.27060508728027344,0.2644062042236328,0.23412704467773438,0.3046989440917969,0.2593994140625,0.25916099548339844,0.2560615539550781,0.24652481079101562,0.24461746215820312,0.225067138671875 +5000,1000,gpu,normal,True,True,False,0.26535987854003906,0.2498626708984375,0.24580955505371094,0.23746490478515625,0.26154518127441406,0.2377033233642578,0.2319812774658203,0.21457672119140625,0.23126602172851562,0.225067138671875,0.3380775451660156,0.3533363342285156,0.3504753112792969,0.4143714904785156,0.3552436828613281,0.36454200744628906,0.3542900085449219,0.5035400390625,0.4894733428955078,0.3829002380371094 +5000,1000,gpu,normal,False,True,True,0.33020973205566406,0.3066062927246094,0.30732154846191406,0.35452842712402344,0.3650188446044922,0.31113624572753906,0.2903938293457031,0.3287792205810547,0.30517578125,0.3268718719482422,0.23484230041503906,0.2257823944091797,0.2193450927734375,0.32639503479003906,0.27251243591308594,0.20933151245117188,0.22077560424804688,0.2627372741699219,0.2338886260986328,0.22029876708984375 +5000,1000,gpu,normal,False,True,False,0.2830028533935547,0.26154518127441406,0.2636909484863281,0.5908012390136719,0.5488395690917969,0.5650520324707031,0.4761219024658203,0.4775524139404297,0.4889965057373047,0.44155120849609375,0.3039836883544922,0.23889541625976562,0.21886825561523438,0.23674964904785156,0.2315044403076172,0.2110004425048828,0.217437744140625,0.22482872009277344,0.2601146697998047,0.2243518829345703 +5000,1000,gpu,normal,True,False,True,0.3020763397216797,0.30994415283203125,0.24080276489257812,0.28967857360839844,0.29206275939941406,0.28395652770996094,0.2529621124267578,0.2789497375488281,0.26535987854003906,0.2818107604980469,0.34236907958984375,0.4024505615234375,0.6413459777832031,0.3376007080078125,0.4248619079589844,0.33283233642578125,0.30040740966796875,0.3037452697753906,0.30303001403808594,0.27823448181152344 +5000,1000,gpu,normal,True,False,False,0.2677440643310547,0.25177001953125,0.24437904357910156,0.2562999725341797,0.23746490478515625,0.22411346435546875,0.27060508728027344,0.2422332763671875,0.23365020751953125,0.23126602172851562,0.19288063049316406,0.19550323486328125,0.22411346435546875,0.22363662719726562,0.247955322265625,0.20003318786621094,0.20003318786621094,0.1773834228515625,0.19168853759765625,0.17213821411132812 +5000,1000,gpu,normal,False,False,True,0.28014183044433594,0.27251243591308594,0.3025531768798828,0.3139972686767578,0.6670951843261719,0.5741119384765625,0.6778240203857422,0.7028579711914062,0.9005069732666016,0.6811618804931641,0.25391578674316406,0.2510547637939453,0.2834796905517578,0.22745132446289062,0.25463104248046875,0.23365020751953125,0.43582916259765625,0.45228004455566406,0.4475116729736328,0.5104541778564453 +5000,1000,gpu,normal,False,False,False,0.4665851593017578,0.44846534729003906,0.46062469482421875,0.4711151123046875,0.4646778106689453,0.4451274871826172,0.46896934509277344,0.47850608825683594,0.45418739318847656,0.4680156707763672,0.18787384033203125,0.24509429931640625,0.2353191375732422,0.4241466522216797,0.41294097900390625,0.3261566162109375,0.3325939178466797,0.3559589385986328,0.3368854522705078,0.3418922424316406 +5000,2500,gpu,homo,True,True,True,0.2529621124267578,0.270843505859375,0.2593994140625,0.22840499877929688,0.23674964904785156,0.23865699768066406,0.2448558807373047,0.5025863647460938,0.6451606750488281,0.5316734313964844,0.21648406982421875,0.20575523376464844,0.1876354217529297,0.21505355834960938,0.18358230590820312,0.1895427703857422,0.18858909606933594,0.20933151245117188,0.21004676818847656,0.213623046875 +5000,2500,gpu,homo,True,True,False,0.27680397033691406,0.2307891845703125,0.23818016052246094,0.2541542053222656,0.2532005310058594,0.2930164337158203,0.33783912658691406,0.6124973297119141,0.5364418029785156,0.48828125,0.21338462829589844,0.2052783966064453,0.20241737365722656,0.21028518676757812,0.21910667419433594,0.1995563507080078,0.21457672119140625,0.22077560424804688,0.2117156982421875,0.22125244140625 +5000,2500,gpu,homo,False,True,True,0.244140625,0.2617835998535156,0.2903938293457031,0.2918243408203125,0.2703666687011719,0.308990478515625,0.24318695068359375,0.3905296325683594,0.2543926239013672,0.3039836883544922,0.23937225341796875,0.32901763916015625,0.24700164794921875,0.22792816162109375,0.2162456512451172,0.20694732666015625,0.24366378784179688,0.2105236053466797,0.23436546325683594,0.21767616271972656 +5000,2500,gpu,homo,False,True,False,0.4887580871582031,0.4444122314453125,0.45371055603027344,0.4222393035888672,0.4622936248779297,0.44345855712890625,0.41866302490234375,0.41794776916503906,0.4401206970214844,0.4353523254394531,0.35572052001953125,0.3657341003417969,0.3631114959716797,0.3383159637451172,0.33736228942871094,0.3287792205810547,0.35691261291503906,0.3199577331542969,0.3154277801513672,0.3418922424316406 +5000,2500,gpu,homo,True,False,True,0.22864341735839844,0.2090930938720703,0.2067089080810547,0.2231597900390625,0.21457672119140625,0.1976490020751953,0.1995563507080078,0.23508071899414062,0.23603439331054688,0.21600723266601562,0.179290771484375,0.18215179443359375,0.141143798828125,0.13709068298339844,0.18358230590820312,0.14019012451171875,0.2357959747314453,0.23293495178222656,0.1919269561767578,0.16260147094726562 +5000,2500,gpu,homo,True,False,False,0.5300045013427734,0.4324913024902344,0.5254745483398438,0.41961669921875,0.43129920959472656,0.40793418884277344,0.42176246643066406,0.4291534423828125,0.42557716369628906,0.49114227294921875,0.2548694610595703,0.2887248992919922,0.25177001953125,0.4131793975830078,0.3604888916015625,0.29158592224121094,0.2865791320800781,0.2894401550292969,0.2560615539550781,0.2758502960205078 +5000,2500,gpu,homo,False,False,True,0.2276897430419922,0.19216537475585938,0.1976490020751953,0.2224445343017578,0.21195411682128906,0.22745132446289062,0.18906593322753906,0.20599365234375,0.217437744140625,0.22792816162109375,0.2224445343017578,0.2295970916748047,0.20599365234375,0.20694732666015625,0.20051002502441406,0.21219253540039062,0.20885467529296875,0.19931793212890625,0.22482872009277344,0.1933574676513672 +5000,2500,gpu,homo,False,False,False,0.22602081298828125,0.22029876708984375,0.22149085998535156,0.2117156982421875,0.19168853759765625,0.22029876708984375,0.21910667419433594,0.20623207092285156,0.19121170043945312,0.1995563507080078,0.22792816162109375,0.2200603485107422,0.2384185791015625,0.2124309539794922,0.18358230590820312,0.20885467529296875,0.19550323486328125,0.2586841583251953,0.5207061767578125,0.19788742065429688 +5000,2500,gpu,uniform,True,True,True,0.2868175506591797,0.29087066650390625,0.2772808074951172,0.2713203430175781,0.2989768981933594,0.4813671112060547,0.2789497375488281,0.6270408630371094,0.5548000335693359,0.5180835723876953,0.3726482391357422,0.3902912139892578,0.3886222839355469,0.38123130798339844,0.4220008850097656,0.370025634765625,0.40268898010253906,0.36454200744628906,0.5033016204833984,0.37550926208496094 +5000,2500,gpu,uniform,True,True,False,0.48470497131347656,0.4849433898925781,0.4711151123046875,0.4839897155761719,0.4723072052001953,0.4787445068359375,0.5891323089599609,0.6580352783203125,0.5061626434326172,0.4627704620361328,0.30517578125,0.33545494079589844,0.28133392333984375,0.2903938293457031,0.2925395965576172,0.2765655517578125,0.2593994140625,0.27370452880859375,0.27561187744140625,0.3075599670410156 +5000,2500,gpu,uniform,False,True,True,0.4894733428955078,0.518798828125,0.4901885986328125,0.4982948303222656,0.48804283142089844,0.4684925079345703,0.4699230194091797,0.484466552734375,0.5054473876953125,0.4799365997314453,0.29015541076660156,0.2532005310058594,0.2753734588623047,0.2865791320800781,0.5958080291748047,0.4928112030029297,0.44608116149902344,0.42724609375,0.44155120849609375,0.4322528839111328 +5000,2500,gpu,uniform,False,True,False,0.2765655517578125,0.2651214599609375,0.2636909484863281,0.24771690368652344,0.2715587615966797,0.2789497375488281,0.2651214599609375,0.2498626708984375,0.6346702575683594,0.5548000335693359,0.3108978271484375,0.2372264862060547,0.26106834411621094,0.2713203430175781,0.26988983154296875,0.2675056457519531,0.2560615539550781,0.2789497375488281,0.2970695495605469,0.2968311309814453 +5000,2500,gpu,uniform,True,False,True,0.28824806213378906,0.2453327178955078,0.2422332763671875,0.2334117889404297,0.2574920654296875,0.23221969604492188,0.2307891845703125,0.2684593200683594,0.5903244018554688,0.522613525390625,0.21386146545410156,0.24271011352539062,0.23221969604492188,0.26917457580566406,0.19288063049316406,0.2231597900390625,0.24628639221191406,0.3299713134765625,0.21529197692871094,0.22602081298828125 +5000,2500,gpu,uniform,True,False,False,0.27060508728027344,0.2732276916503906,0.2834796905517578,0.2944469451904297,0.26226043701171875,0.240325927734375,0.22220611572265625,0.23674964904785156,0.26488304138183594,0.2372264862060547,0.21457672119140625,0.20766258239746094,0.18548965454101562,0.18215179443359375,0.19097328186035156,0.20241737365722656,0.2014636993408203,0.1690387725830078,0.21719932556152344,0.2422332763671875 +5000,2500,gpu,uniform,False,False,True,0.27942657470703125,0.2560615539550781,0.23412704467773438,0.23889541625976562,0.25534629821777344,0.2586841583251953,0.26345252990722656,0.21910667419433594,0.2338886260986328,0.2949237823486328,0.2295970916748047,0.2701282501220703,0.24747848510742188,0.23436546325683594,0.1804828643798828,0.20647048950195312,0.2346038818359375,0.2636909484863281,0.19025802612304688,0.21123886108398438 +5000,2500,gpu,uniform,False,False,False,0.46539306640625,0.5044937133789062,0.5218982696533203,0.6132125854492188,0.4792213439941406,0.5319118499755859,0.45609474182128906,0.44155120849609375,0.4668235778808594,0.5555152893066406,0.22935867309570312,0.21386146545410156,0.22983551025390625,0.20170211791992188,0.23508071899414062,0.22339820861816406,0.19478797912597656,0.22912025451660156,0.17118453979492188,0.20456314086914062 +5000,2500,gpu,normal,True,True,True,0.2994537353515625,0.32019615173339844,0.3495216369628906,0.33473968505859375,0.30875205993652344,0.2970695495605469,0.33974647521972656,0.2658367156982422,0.3075599670410156,0.2913475036621094,0.36215782165527344,0.35881996154785156,0.3840923309326172,0.4000663757324219,0.3535747528076172,0.3361701965332031,0.3771781921386719,0.34689903259277344,0.3590583801269531,0.3693103790283203 +5000,2500,gpu,normal,True,True,False,0.37288665771484375,0.2968311309814453,0.3159046173095703,0.2980232238769531,0.29754638671875,0.2703666687011719,0.2727508544921875,0.2868175506591797,0.31495094299316406,0.24747848510742188,0.24127960205078125,0.278472900390625,0.255584716796875,0.2498626708984375,0.2644062042236328,0.29397010803222656,0.240325927734375,0.23603439331054688,0.2651214599609375,0.22339820861816406 +5000,2500,gpu,normal,False,True,True,0.301361083984375,0.27632713317871094,0.24819374084472656,0.2980232238769531,0.2598762512207031,0.2536773681640625,0.2760887145996094,0.2906322479248047,0.26226043701171875,0.2582073211669922,0.26035308837890625,0.26416778564453125,0.25177001953125,0.2467632293701172,0.2982616424560547,0.2486705780029297,0.2887248992919922,0.25463104248046875,0.2658367156982422,0.26297569274902344 +5000,2500,gpu,normal,False,True,False,0.5698204040527344,0.5166530609130859,0.6029605865478516,0.5195140838623047,0.5373954772949219,0.49233436584472656,0.5133152008056641,0.47326087951660156,0.5104541778564453,0.5040168762207031,0.25773048400878906,0.2560615539550781,0.2543926239013672,0.2090930938720703,0.2682209014892578,0.24890899658203125,0.2415180206298828,0.24318695068359375,0.2472400665283203,0.22673606872558594 +5000,2500,gpu,normal,True,False,True,0.5092620849609375,0.5428791046142578,0.5631446838378906,0.5106925964355469,0.5071163177490234,0.5652904510498047,0.5464553833007812,0.6334781646728516,0.5707740783691406,0.5207061767578125,0.2377033233642578,0.2262592315673828,0.2307891845703125,0.2338886260986328,0.20813941955566406,0.18525123596191406,0.21076202392578125,0.2593994140625,0.5028247833251953,0.3662109375 +5000,2500,gpu,normal,True,False,False,0.2655982971191406,0.2574920654296875,0.25653839111328125,0.2536773681640625,0.2315044403076172,0.2999305725097656,0.2734661102294922,0.247955322265625,0.2460479736328125,0.2682209014892578,0.3185272216796875,0.3266334533691406,0.2810955047607422,0.35500526428222656,0.47016143798828125,0.3676414489746094,0.34499168395996094,0.32830238342285156,0.30493736267089844,0.32258033752441406 +5000,2500,gpu,normal,False,False,True,0.2601146697998047,0.2713203430175781,0.3027915954589844,0.2646446228027344,0.2970695495605469,0.24890899658203125,0.22530555725097656,0.20456314086914062,0.2777576446533203,0.23174285888671875,0.24843215942382812,0.23746490478515625,0.25844573974609375,0.3056526184082031,0.24199485778808594,0.23674964904785156,0.22292137145996094,0.26917457580566406,0.41604042053222656,0.3960132598876953 +5000,2500,gpu,normal,False,False,False,0.2608299255371094,0.28586387634277344,0.2472400665283203,0.2231597900390625,0.29158592224121094,0.2627372741699219,0.2655982971191406,0.2608299255371094,0.2415180206298828,0.22077560424804688,0.46825408935546875,0.38623809814453125,0.3745555877685547,0.3466606140136719,0.3600120544433594,0.3409385681152344,0.32973289489746094,0.3256797790527344,0.32258033752441406,0.3285408020019531 +5000,5000,gpu,homo,True,True,True,0.2703666687011719,0.3075599670410156,0.2887248992919922,0.28586387634277344,0.278472900390625,0.2810955047607422,0.26726722717285156,0.2701282501220703,0.2677440643310547,0.2999305725097656,0.2532005310058594,0.2644062042236328,0.26607513427734375,0.2560615539550781,0.27108192443847656,0.25200843811035156,0.2651214599609375,0.2582073211669922,0.2567768096923828,0.26106834411621094 +5000,5000,gpu,homo,True,True,False,0.4413127899169922,0.47087669372558594,0.44417381286621094,0.4482269287109375,0.4341602325439453,0.7252693176269531,0.3554821014404297,0.32210350036621094,0.26917457580566406,0.3139972686767578,0.3151893615722656,0.3006458282470703,0.29277801513671875,0.2703666687011719,0.3657341003417969,0.5984306335449219,0.6096363067626953,0.4353523254394531,0.47326087951660156,0.4324913024902344 +5000,5000,gpu,homo,False,True,True,0.4589557647705078,0.4966259002685547,0.45800209045410156,0.4553794860839844,0.4639625549316406,0.45561790466308594,0.5428791046142578,0.45418739318847656,0.4558563232421875,0.5075931549072266,0.23818016052246094,0.2372264862060547,0.2582073211669922,0.2598762512207031,0.24509429931640625,0.26154518127441406,0.2911090850830078,0.27298927307128906,0.2646446228027344,0.2524852752685547 +5000,5000,gpu,homo,False,True,False,0.3018379211425781,0.30994415283203125,0.29277801513671875,0.31065940856933594,0.2956390380859375,0.3006458282470703,0.29587745666503906,0.32401084899902344,0.2827644348144531,0.27489662170410156,0.4520416259765625,0.29659271240234375,0.2789497375488281,0.26106834411621094,0.2720355987548828,0.28634071350097656,0.2613067626953125,0.24437904357910156,0.2770423889160156,0.32591819763183594 +5000,5000,gpu,homo,True,False,True,0.23174285888671875,0.2410411834716797,0.20384788513183594,0.19431114196777344,0.21791458129882812,0.2181529998779297,0.2281665802001953,0.21576881408691406,0.21791458129882812,0.20694732666015625,0.23221969604492188,0.19598007202148438,0.3323554992675781,0.2231597900390625,0.19931793212890625,0.20313262939453125,0.21266937255859375,0.2048015594482422,0.2162456512451172,0.164031982421875 +5000,5000,gpu,homo,True,False,False,0.4413127899169922,0.41937828063964844,0.4050731658935547,0.3979206085205078,0.40841102600097656,0.423431396484375,0.42557716369628906,0.41294097900390625,0.396728515625,0.4324913024902344,0.2071857452392578,0.1983642578125,0.2155303955078125,0.1938343048095703,0.19359588623046875,0.1804828643798828,0.2334117889404297,0.22482872009277344,0.18644332885742188,0.18215179443359375 +5000,5000,gpu,homo,False,False,True,0.23293495178222656,0.24509429931640625,0.26702880859375,0.23365020751953125,0.2243518829345703,0.21576881408691406,0.23436546325683594,0.21910667419433594,0.21719932556152344,0.2505779266357422,0.1857280731201172,0.21147727966308594,0.18668174743652344,0.18548965454101562,0.1723766326904297,0.1933574676513672,0.17881393432617188,0.18525123596191406,0.16999244689941406,0.1857280731201172 +5000,5000,gpu,homo,False,False,False,0.24247169494628906,0.21839141845703125,0.21648406982421875,0.23698806762695312,0.19025802612304688,0.20503997802734375,0.217437744140625,0.2155303955078125,0.21839141845703125,0.21767616271972656,0.2110004425048828,0.2219676971435547,0.2086162567138672,0.247955322265625,0.23818016052246094,0.22077560424804688,0.213623046875,0.209808349609375,0.2048015594482422,0.1838207244873047 +5000,5000,gpu,uniform,True,True,True,0.31447410583496094,0.2982616424560547,0.31375885009765625,0.2875328063964844,0.3039836883544922,0.26416778564453125,0.2887248992919922,0.3039836883544922,0.32401084899902344,0.27370452880859375,0.2651214599609375,0.2856254577636719,0.2925395965576172,0.29158592224121094,0.2529621124267578,0.2655982971191406,0.2739429473876953,0.27108192443847656,0.27179718017578125,0.28014183044433594 +5000,5000,gpu,uniform,True,True,False,0.3066062927246094,0.2856254577636719,0.64849853515625,0.32329559326171875,0.7309913635253906,0.5495548248291016,0.5419254302978516,0.5230903625488281,0.49686431884765625,0.5202293395996094,0.4394054412841797,0.41866302490234375,0.3733634948730469,0.4074573516845703,0.3838539123535156,0.37932395935058594,0.4391670227050781,0.44083595275878906,0.3829002380371094,0.4520416259765625 +5000,5000,gpu,uniform,False,True,True,0.5362033843994141,0.5321502685546875,0.5068778991699219,0.3829002380371094,0.4036426544189453,0.34356117248535156,0.32782554626464844,0.3275871276855469,0.34332275390625,0.3254413604736328,0.2989768981933594,0.32639503479003906,0.26679039001464844,0.2868175506591797,0.26607513427734375,0.2892017364501953,0.28324127197265625,0.28204917907714844,0.2613067626953125,0.2856254577636719 +5000,5000,gpu,uniform,False,True,False,0.335693359375,0.3688335418701172,0.3345012664794922,0.3528594970703125,0.3151893615722656,0.3609657287597656,0.3330707550048828,0.31185150146484375,0.3483295440673828,0.30732154846191406,0.3066062927246094,0.301361083984375,0.2734661102294922,0.35452842712402344,0.2880096435546875,0.3237724304199219,0.27871131896972656,0.316619873046875,0.27370452880859375,0.2951622009277344 +5000,5000,gpu,uniform,True,False,True,0.5092620849609375,0.4928112030029297,0.4889965057373047,0.4954338073730469,0.46706199645996094,0.4725456237792969,0.4570484161376953,0.6835460662841797,0.5240440368652344,0.46753883361816406,0.43892860412597656,0.34928321838378906,0.3495216369628906,0.34356117248535156,0.35262107849121094,0.3230571746826172,0.38886070251464844,0.34356117248535156,0.3211498260498047,0.31876564025878906 +5000,5000,gpu,uniform,True,False,False,0.46944618225097656,0.4889965057373047,0.4839897155761719,0.5199909210205078,0.4496574401855469,0.48470497131347656,0.4839897155761719,0.4715919494628906,0.4489421844482422,0.47206878662109375,0.25200843811035156,0.20933151245117188,0.20933151245117188,0.22864341735839844,0.2200603485107422,0.2224445343017578,0.2105236053466797,0.2079010009765625,0.21886825561523438,0.15401840209960938 +5000,5000,gpu,uniform,False,False,True,0.24652481079101562,0.21839141845703125,0.23889541625976562,0.20956993103027344,0.2510547637939453,0.2422332763671875,0.23865699768066406,0.24437904357910156,0.22125244140625,0.2434253692626953,0.2865791320800781,0.2551078796386719,0.2694129943847656,0.26345252990722656,0.2715587615966797,0.26488304138183594,0.2536773681640625,0.23627281188964844,0.2777576446533203,0.21386146545410156 +5000,5000,gpu,uniform,False,False,False,0.2899169921875,0.31828880310058594,0.3905296325683594,0.3762245178222656,0.3590583801269531,0.3674030303955078,0.33473968505859375,0.3418922424316406,0.3123283386230469,0.3695487976074219,0.26297569274902344,0.25081634521484375,0.26226043701171875,0.22268295288085938,0.24437904357910156,0.2219676971435547,0.24080276489257812,0.2732276916503906,0.22220611572265625,0.21982192993164062 +5000,5000,gpu,normal,True,True,True,0.2970695495605469,0.32019615173339844,0.3325939178466797,0.2956390380859375,0.30040740966796875,0.2694129943847656,0.30875205993652344,0.31185150146484375,0.33354759216308594,0.32401084899902344,0.49614906311035156,0.4050731658935547,0.3998279571533203,0.3883838653564453,0.3826618194580078,0.3628730773925781,0.38623809814453125,0.39505958557128906,0.41222572326660156,0.3848075866699219 +5000,5000,gpu,normal,True,True,False,0.5679130554199219,0.5307197570800781,0.5223751068115234,0.5218982696533203,0.5431175231933594,0.5033016204833984,0.5042552947998047,0.46515464782714844,0.48351287841796875,0.5238056182861328,0.5428791046142578,0.35643577575683594,0.31876564025878906,0.2899169921875,0.3001689910888672,0.3020763397216797,0.2644062042236328,0.28204917907714844,0.27751922607421875,0.2732276916503906 +5000,5000,gpu,normal,False,True,True,0.5517005920410156,0.5304813385009766,0.5280971527099609,0.4992485046386719,0.484466552734375,0.5028247833251953,0.5977153778076172,0.5359649658203125,0.5617141723632812,0.49805641174316406,0.2791881561279297,0.3101825714111328,0.2689361572265625,0.3001689910888672,0.3082752227783203,0.27441978454589844,0.25653839111328125,0.2827644348144531,0.30875205993652344,0.3044605255126953 +5000,5000,gpu,normal,False,True,False,1.064300537109375,0.6237030029296875,0.5350112915039062,0.7534027099609375,0.5488395690917969,0.5462169647216797,0.5447864532470703,0.48923492431640625,0.5321502685546875,0.5383491516113281,0.2713203430175781,0.32591819763183594,0.2982616424560547,0.32591819763183594,0.30875205993652344,0.3139972686767578,0.3101825714111328,0.34165382385253906,0.5433559417724609,0.3139972686767578 +5000,5000,gpu,normal,True,False,True,0.24628639221191406,0.2460479736328125,0.24652481079101562,0.24318695068359375,0.26869773864746094,0.21910667419433594,0.24771690368652344,0.278472900390625,0.24843215942382812,0.2789497375488281,0.5521774291992188,0.41747093200683594,0.42700767517089844,0.36907196044921875,0.3218650817871094,0.3132820129394531,0.3819465637207031,0.3380775451660156,0.35881996154785156,0.3590583801269531 +5000,5000,gpu,normal,True,False,False,0.24890899658203125,0.23865699768066406,0.24390220642089844,0.24008750915527344,0.2589225769042969,0.26535987854003906,0.22554397583007812,0.23818016052246094,0.23674964904785156,0.25773048400878906,0.2243518829345703,0.31685829162597656,0.492095947265625,0.43010711669921875,0.40078163146972656,0.3819465637207031,0.4303455352783203,0.38695335388183594,0.3981590270996094,0.4551410675048828 +5000,5000,gpu,normal,False,False,True,0.2613067626953125,0.2570152282714844,0.25463104248046875,0.2598762512207031,0.25343894958496094,0.23651123046875,0.22363662719726562,0.2491474151611328,0.2586841583251953,0.28204917907714844,0.2791881561279297,0.22220611572265625,0.2422332763671875,0.27370452880859375,0.26726722717285156,0.2765655517578125,0.22912025451660156,0.2522468566894531,0.23174285888671875,0.247955322265625 +5000,5000,gpu,normal,False,False,False,0.29087066650390625,0.2605915069580078,0.2720355987548828,0.6213188171386719,0.5459785461425781,0.48995018005371094,0.48065185546875,0.4825592041015625,0.4703998565673828,0.4940032958984375,0.3733634948730469,0.3306865692138672,0.4265308380126953,0.3993511199951172,0.4227161407470703,0.6375312805175781,0.39958953857421875,0.4279613494873047,0.4630088806152344,0.3871917724609375 +5000,10000,gpu,homo,True,True,True,0.3159046173095703,0.3006458282470703,0.2803802490234375,0.3275871276855469,0.4563331604003906,0.3180503845214844,0.29969215393066406,0.4744529724121094,0.30350685119628906,0.32401084899902344,0.5629062652587891,0.5753040313720703,0.5872249603271484,0.5192756652832031,0.49042701721191406,0.4730224609375,0.49114227294921875,0.4990100860595703,0.47278404235839844,0.4489421844482422 +5000,10000,gpu,homo,True,True,False,0.4649162292480469,0.4222393035888672,0.6146430969238281,0.40221214294433594,0.4048347473144531,0.3743171691894531,0.3979206085205078,0.3628730773925781,0.35071372985839844,0.3616809844970703,0.423431396484375,0.7050037384033203,0.51116943359375,0.5567073822021484,0.4763603210449219,0.7076263427734375,0.48351287841796875,0.5059242248535156,0.6263256072998047,0.5822181701660156 +5000,10000,gpu,homo,False,True,True,0.3209114074707031,0.2872943878173828,0.3368854522705078,0.29397010803222656,0.30684471130371094,0.28586387634277344,0.31495094299316406,0.2911090850830078,0.3185272216796875,0.35858154296875,0.3752708435058594,0.37384033203125,0.3399848937988281,0.38313865661621094,0.3466606140136719,0.3867149353027344,0.3266334533691406,0.3895759582519531,0.32067298889160156,0.40078163146972656 +5000,10000,gpu,homo,False,True,False,0.48995018005371094,0.5598068237304688,0.5075931549072266,0.48851966857910156,0.48661231994628906,0.48851966857910156,0.48851966857910156,0.48851966857910156,0.4787445068359375,0.5249977111816406,0.35262107849121094,0.40531158447265625,0.35858154296875,0.3764629364013672,0.3504753112792969,0.3693103790283203,0.3407001495361328,0.3342628479003906,0.3457069396972656,0.34689903259277344 +5000,10000,gpu,homo,True,False,True,0.23055076599121094,0.2052783966064453,0.20003318786621094,0.2162456512451172,0.22149085998535156,0.5013942718505859,0.4661083221435547,0.4353523254394531,0.41937828063964844,0.4169940948486328,0.25272369384765625,0.25010108947753906,0.240325927734375,0.24962425231933594,0.2560615539550781,0.24461746215820312,0.25725364685058594,0.2346038818359375,0.24080276489257812,0.2300739288330078 +5000,10000,gpu,homo,True,False,False,0.23436546325683594,0.21314620971679688,0.22673606872558594,0.24366378784179688,0.2799034118652344,0.2338886260986328,0.22554397583007812,0.2315044403076172,0.244140625,0.23126602172851562,0.2503395080566406,0.2696514129638672,0.2677440643310547,0.21982192993164062,0.22363662719726562,0.20170211791992188,0.20694732666015625,0.6799697875976562,0.2677440643310547,0.20194053649902344 +5000,10000,gpu,homo,False,False,True,0.4572868347167969,0.42819976806640625,0.46896934509277344,0.4584789276123047,0.4506111145019531,0.4684925079345703,0.4756450653076172,0.4298686981201172,0.42891502380371094,0.4458427429199219,0.39887428283691406,0.3559589385986328,0.3364086151123047,0.33664703369140625,0.30875205993652344,0.34356117248535156,0.6096363067626953,0.3390312194824219,0.22530555725097656,0.26106834411621094 +5000,10000,gpu,homo,False,False,False,0.255584716796875,0.22554397583007812,0.2338886260986328,0.2319812774658203,0.24008750915527344,0.2548694610595703,0.23674964904785156,0.23674964904785156,0.23937225341796875,0.2830028533935547,0.2257823944091797,0.21600723266601562,0.2090930938720703,0.2148151397705078,0.21958351135253906,0.21982192993164062,0.18835067749023438,0.22339820861816406,0.20551681518554688,0.20003318786621094 +5000,10000,gpu,uniform,True,True,True,0.5674362182617188,0.5590915679931641,0.5929470062255859,0.5445480346679688,0.5974769592285156,0.5767345428466797,0.5576610565185547,0.5333423614501953,0.5702972412109375,0.5505084991455078,0.3833770751953125,0.3876686096191406,0.3933906555175781,0.4150867462158203,0.38814544677734375,0.4029273986816406,0.4088878631591797,0.38933753967285156,0.41294097900390625,0.3879070281982422 +5000,10000,gpu,uniform,True,True,False,0.5321502685546875,0.5109310150146484,0.5164146423339844,0.5166530609130859,0.5528926849365234,0.5211830139160156,0.5466938018798828,0.5402565002441406,0.5517005920410156,0.5192756652832031,0.3864765167236328,0.42891502380371094,0.35190582275390625,0.40531158447265625,0.37026405334472656,0.5772113800048828,0.5855560302734375,0.5779266357421875,0.5152225494384766,0.5478858947753906 +5000,10000,gpu,uniform,False,True,True,0.5559921264648438,0.5335807800292969,0.5319118499755859,0.5400180816650391,0.5140304565429688,0.36454200744628906,0.3056526184082031,0.3235340118408203,0.324249267578125,0.2951622009277344,0.37598609924316406,0.3726482391357422,0.3333091735839844,0.3921985626220703,0.3628730773925781,0.33926963806152344,0.32639503479003906,0.3762245178222656,0.354766845703125,0.3769397735595703 +5000,10000,gpu,uniform,False,True,False,0.3108978271484375,0.29921531677246094,0.27942657470703125,0.3197193145751953,0.31828880310058594,0.3075599670410156,0.2803802490234375,0.29540061950683594,0.2894401550292969,0.3097057342529297,0.4711151123046875,0.49996376037597656,0.61798095703125,0.49996376037597656,0.4677772521972656,0.46324729919433594,0.46062469482421875,0.4642009735107422,0.46753883361816406,0.4699230194091797 +5000,10000,gpu,uniform,True,False,True,0.2682209014892578,0.2315044403076172,0.2853870391845703,0.21314620971679688,0.2384185791015625,0.21338462829589844,0.2551078796386719,0.24557113647460938,0.26917457580566406,0.24127960205078125,0.2677440643310547,0.2677440643310547,0.2593994140625,0.25153160095214844,0.24461746215820312,0.25343894958496094,0.2586841583251953,0.2765655517578125,0.2307891845703125,0.24628639221191406 +5000,10000,gpu,uniform,True,False,False,0.4963874816894531,0.5006790161132812,0.4897117614746094,0.3788471221923828,0.31495094299316406,0.7266998291015625,0.5650520324707031,0.5254745483398438,0.4887580871582031,0.47659873962402344,0.24509429931640625,0.2593994140625,0.22220611572265625,0.21219253540039062,0.2079010009765625,0.24199485778808594,0.21886825561523438,0.21839141845703125,0.2429485321044922,0.2636909484863281 +5000,10000,gpu,uniform,False,False,True,0.5218982696533203,0.6561279296875,0.6911754608154297,0.8647441864013672,0.5030632019042969,0.49591064453125,0.4589557647705078,0.47326087951660156,0.4687309265136719,0.49495697021484375,0.2288818359375,0.22029876708984375,0.194549560546875,0.2167224884033203,0.2079010009765625,0.20575523376464844,0.1933574676513672,0.21910667419433594,0.27179718017578125,0.2620220184326172 +5000,10000,gpu,uniform,False,False,False,0.5342960357666016,0.5209445953369141,0.5743503570556641,0.5292892456054688,0.5476474761962891,0.5006790161132812,0.4990100860595703,0.4837512969970703,0.4448890686035156,0.4353523254394531,0.20432472229003906,0.2124309539794922,0.23698806762695312,0.20074844360351562,0.2243518829345703,0.19598007202148438,0.22983551025390625,0.21886825561523438,0.22554397583007812,0.25010108947753906 +5000,10000,gpu,normal,True,True,True,0.3726482391357422,0.3821849822998047,0.37860870361328125,0.7119178771972656,0.6167888641357422,0.6003379821777344,0.6239414215087891,0.5955696105957031,0.583648681640625,0.5843639373779297,0.4143714904785156,0.4291534423828125,0.4038810729980469,0.4246234893798828,0.4029273986816406,0.43129920959472656,0.3743171691894531,0.42700767517089844,0.4286766052246094,0.40340423583984375 +5000,10000,gpu,normal,True,True,False,0.35643577575683594,0.331878662109375,0.3414154052734375,0.3311634063720703,0.3342628479003906,0.30541419982910156,0.3094673156738281,0.3230571746826172,0.29730796813964844,0.29468536376953125,0.5536079406738281,0.5714893341064453,0.5548000335693359,0.5552768707275391,0.5567073822021484,0.5774497985839844,0.5695819854736328,0.5519390106201172,0.8137226104736328,0.6117820739746094 +5000,10000,gpu,normal,False,True,True,0.33783912658691406,0.3268718719482422,0.3275871276855469,0.3275871276855469,0.32711029052734375,0.34117698669433594,0.3292560577392578,0.31948089599609375,0.34618377685546875,0.3154277801513672,0.4878044128417969,0.4596710205078125,0.4687309265136719,0.4773139953613281,0.43511390686035156,0.4718303680419922,0.46563148498535156,0.4897117614746094,0.4780292510986328,0.48232078552246094 +5000,10000,gpu,normal,False,True,False,0.5910396575927734,0.5428791046142578,0.5414485931396484,0.5507469177246094,0.5061626434326172,0.5245208740234375,0.5204677581787109,0.522613525390625,0.5285739898681641,0.5517005920410156,0.49376487731933594,0.48279762268066406,0.5166530609130859,0.46443939208984375,0.47707557678222656,0.5023479461669922,0.4901885986328125,0.4680156707763672,0.44655799865722656,0.46753883361816406 +5000,10000,gpu,normal,True,False,True,0.2779960632324219,0.28228759765625,0.2377033233642578,0.2503395080566406,0.2453327178955078,0.2582073211669922,0.2231597900390625,0.26679039001464844,0.22864341735839844,0.23221969604492188,0.2872943878173828,0.3135204315185547,0.27751922607421875,0.2739429473876953,0.30422210693359375,0.29397010803222656,0.3323554992675781,0.2722740173339844,0.3085136413574219,0.2720355987548828 +5000,10000,gpu,normal,True,False,False,0.27680397033691406,0.2579689025878906,0.6227493286132812,0.5171298980712891,0.4951953887939453,0.5211830139160156,0.4553794860839844,0.45418739318847656,0.4572868347167969,0.43582916259765625,0.38313865661621094,0.3941059112548828,0.38814544677734375,0.3910064697265625,0.38886070251464844,0.3840923309326172,0.34117698669433594,0.3616809844970703,0.3502368927001953,0.3616809844970703 +5000,10000,gpu,normal,False,False,True,0.31304359436035156,0.25916099548339844,0.3058910369873047,0.2872943878173828,0.3285408020019531,0.49567222595214844,0.2918243408203125,0.2586841583251953,0.30422210693359375,0.3027915954589844,0.3826618194580078,0.60272216796875,0.3933906555175781,0.33783912658691406,0.3452301025390625,0.32401084899902344,0.32830238342285156,0.3693103790283203,0.3466606140136719,0.34618377685546875 +5000,10000,gpu,normal,False,False,False,0.5218982696533203,0.3421306610107422,0.32067298889160156,0.28896331787109375,0.2586841583251953,0.2665519714355469,0.2903938293457031,0.2720355987548828,0.27179718017578125,0.3352165222167969,0.23818016052246094,0.2522468566894531,0.2536773681640625,0.2219676971435547,0.240325927734375,0.217437744140625,0.2598762512207031,0.2117156982421875,0.21910667419433594,0.24652481079101562 +5000,25000,gpu,homo,True,True,True,0.4405975341796875,0.4677772521972656,0.7507801055908203,0.4591941833496094,0.4401206970214844,0.43702125549316406,0.44608116149902344,0.4360675811767578,0.4611015319824219,0.4284381866455078,0.8554458618164062,0.9067058563232422,1.0197162628173828,0.9171962738037109,0.8463859558105469,0.8435249328613281,0.7951259613037109,1.0459423065185547,0.8957386016845703,0.8409023284912109 +5000,25000,gpu,homo,True,True,False,0.6926059722900391,0.64849853515625,0.6742477416992188,0.6535053253173828,0.6985664367675781,0.9260177612304688,0.7104873657226562,0.7059574127197266,0.7112026214599609,0.6649494171142578,0.6816387176513672,0.7238388061523438,0.6806850433349609,0.7045269012451172,0.6651878356933594,0.7026195526123047,0.67138671875,0.6723403930664062,0.6554126739501953,0.7145404815673828 +5000,25000,gpu,homo,False,True,True,0.4317760467529297,0.42700767517089844,0.4260540008544922,0.41866302490234375,0.4105567932128906,0.42319297790527344,0.4971027374267578,0.7748603820800781,0.6651878356933594,0.6842613220214844,0.4820823669433594,0.7259845733642578,0.6754398345947266,0.6251335144042969,0.6091594696044922,0.6394386291503906,0.6120204925537109,0.6530284881591797,0.6639957427978516,0.7271766662597656 +5000,25000,gpu,homo,False,True,False,0.6418228149414062,0.6814002990722656,0.7102489471435547,0.6587505340576172,0.6589889526367188,0.6415843963623047,0.6203651428222656,0.6308555603027344,0.6413459777832031,0.5307197570800781,0.6012916564941406,0.5891323089599609,0.6482601165771484,0.5383491516113281,0.6036758422851562,0.7212162017822266,0.5702972412109375,0.5128383636474609,0.5552768707275391,0.5862712860107422 +5000,25000,gpu,homo,True,False,True,0.2262592315673828,0.24652481079101562,0.20647048950195312,0.21839141845703125,0.667572021484375,0.47898292541503906,0.4391670227050781,0.4317760467529297,0.4220008850097656,0.41961669921875,0.3364086151123047,0.5440711975097656,0.47206878662109375,0.4680156707763672,0.41103363037109375,0.4017353057861328,0.3998279571533203,0.4253387451171875,0.40841102600097656,0.42510032653808594 +5000,25000,gpu,homo,True,False,False,0.6017684936523438,0.48232078552246094,0.423431396484375,0.41294097900390625,0.4525184631347656,0.4360675811767578,0.4982948303222656,0.4298686981201172,0.4897117614746094,0.5280971527099609,0.5066394805908203,0.4878044128417969,0.652313232421875,0.5290508270263672,0.46753883361816406,0.45609474182128906,0.4603862762451172,0.4725456237792969,0.4596710205078125,0.4677772521972656 +5000,25000,gpu,homo,False,False,True,0.308990478515625,0.29659271240234375,0.2827644348144531,0.28252601623535156,0.24938583374023438,0.29015541076660156,0.29730796813964844,0.2608299255371094,0.28252601623535156,0.2689361572265625,0.19884109497070312,0.21028518676757812,0.21123886108398438,0.23818016052246094,0.21338462829589844,0.2231597900390625,0.20194053649902344,0.21958351135253906,0.22149085998535156,0.23055076599121094 +5000,25000,gpu,homo,False,False,False,0.6811618804931641,0.5559921264648438,0.5106925964355469,0.5762577056884766,0.5581378936767578,0.7092952728271484,0.5958080291748047,0.5626678466796875,0.5102157592773438,0.4901885986328125,0.2968311309814453,0.28228759765625,0.2875328063964844,0.2703666687011719,0.2789497375488281,0.28514862060546875,0.27370452880859375,0.2837181091308594,0.4055500030517578,0.32138824462890625 +5000,25000,gpu,uniform,True,True,True,0.49948692321777344,0.4858970642089844,0.5018711090087891,0.4897117614746094,0.4780292510986328,0.476837158203125,0.4763603210449219,0.45180320739746094,0.4851818084716797,0.4856586456298828,0.8683204650878906,0.8554458618164062,0.8435249328613281,0.8752346038818359,0.7925033569335938,0.8323192596435547,0.8234977722167969,0.8370876312255859,0.8141994476318359,0.8156299591064453 +5000,25000,gpu,uniform,True,True,False,0.7042884826660156,0.6854534149169922,0.6763935089111328,0.6437301635742188,0.6475448608398438,0.6337165832519531,0.6666183471679688,0.637054443359375,0.6489753723144531,0.6604194641113281,1.0254383087158203,0.9326934814453125,0.8535385131835938,0.8759498596191406,0.7221698760986328,0.8420944213867188,0.7519721984863281,0.9412765502929688,0.8108615875244141,0.9174346923828125 +5000,25000,gpu,uniform,False,True,True,0.6906986236572266,0.6842613220214844,0.6663799285888672,0.6568431854248047,0.6289482116699219,0.644683837890625,0.6291866302490234,0.6651878356933594,0.6625652313232422,0.6594657897949219,0.5674362182617188,0.5843639373779297,0.5316734313964844,0.5457401275634766,0.5552768707275391,0.5269050598144531,0.5221366882324219,0.5168914794921875,0.52642822265625,0.5321502685546875 +5000,25000,gpu,uniform,False,True,False,0.6213188171386719,0.6055831909179688,0.7007122039794922,0.6284713745117188,0.6165504455566406,0.6151199340820312,0.5743503570556641,0.5812644958496094,0.5691051483154297,0.5857944488525391,0.6222724914550781,0.5826950073242188,0.60272216796875,0.5552768707275391,0.5824565887451172,0.7903575897216797,0.629425048828125,0.6108283996582031,0.5934238433837891,0.5567073822021484 +5000,25000,gpu,uniform,True,False,True,0.26988983154296875,0.25343894958496094,0.22840499877929688,0.22721290588378906,0.2765655517578125,0.2651214599609375,0.26798248291015625,0.240325927734375,0.31256675720214844,0.2751350402832031,0.3173351287841797,0.354766845703125,0.4029273986816406,0.3592967987060547,0.3752708435058594,0.3407001495361328,0.3714561462402344,0.35762786865234375,0.3669261932373047,0.3578662872314453 +5000,25000,gpu,uniform,True,False,False,0.2567768096923828,0.2532005310058594,0.2410411834716797,0.23984909057617188,0.30112266540527344,0.3058910369873047,0.2696514129638672,0.25391578674316406,0.22292137145996094,0.2715587615966797,0.48470497131347656,0.4673004150390625,0.41985511779785156,0.45013427734375,0.4532337188720703,0.4582405090332031,0.43392181396484375,0.4589557647705078,0.4773139953613281,0.44155120849609375 +5000,25000,gpu,uniform,False,False,True,0.39505958557128906,0.40793418884277344,0.3917217254638672,0.3952980041503906,0.3764629364013672,0.461578369140625,0.44608116149902344,0.39696693420410156,0.3981590270996094,0.3764629364013672,0.3559589385986328,0.33855438232421875,0.3609657287597656,0.35071372985839844,0.3104209899902344,0.33926963806152344,0.32806396484375,0.3046989440917969,0.335693359375,0.316619873046875 +5000,25000,gpu,uniform,False,False,False,0.5915164947509766,0.8015632629394531,0.6263256072998047,0.6406307220458984,0.6086826324462891,0.6258487701416016,0.583648681640625,0.5784034729003906,0.5574226379394531,0.5435943603515625,0.4088878631591797,0.4012584686279297,0.3459453582763672,0.2448558807373047,0.21195411682128906,0.23412704467773438,0.18835067749023438,0.2124309539794922,0.21338462829589844,0.20599365234375 +5000,25000,gpu,normal,True,True,True,0.48232078552246094,0.46253204345703125,0.4780292510986328,0.4608631134033203,0.4410743713378906,0.46896934509277344,0.4520416259765625,0.45418739318847656,0.47707557678222656,0.4496574401855469,0.7312297821044922,0.7567405700683594,0.7264614105224609,0.7412433624267578,0.7188320159912109,0.7240772247314453,0.6744861602783203,0.7009506225585938,0.705718994140625,0.7717609405517578 +5000,25000,gpu,normal,True,True,False,0.49304962158203125,0.5238056182861328,0.5605220794677734,0.48995018005371094,0.5970001220703125,0.7648468017578125,0.8909702301025391,0.743865966796875,0.7627010345458984,0.7646083831787109,0.6375312805175781,0.7221698760986328,0.6670951843261719,0.6806850433349609,0.6177425384521484,0.7243156433105469,0.6475448608398438,0.7083415985107422,0.6477832794189453,0.7572174072265625 +5000,25000,gpu,normal,False,True,True,0.46062469482421875,0.43511390686035156,0.3979206085205078,0.4062652587890625,0.8144378662109375,0.7162094116210938,0.6606578826904297,0.6771087646484375,0.7104873657226562,0.7827281951904297,0.8928775787353516,0.7717609405517578,0.7185935974121094,0.6818771362304688,0.6885528564453125,0.6899833679199219,0.6735324859619141,0.6861686706542969,0.6392002105712891,0.6449222564697266 +5000,25000,gpu,normal,False,True,False,0.4298686981201172,0.42748451232910156,0.4496574401855469,0.4050731658935547,0.4229545593261719,0.44035911560058594,0.42939186096191406,0.4150867462158203,0.4107952117919922,0.4298686981201172,0.61798095703125,0.5483627319335938,0.5924701690673828,0.5733966827392578,0.5593299865722656,0.5648136138916016,0.5674362182617188,0.5297660827636719,0.5185604095458984,0.5283355712890625 +5000,25000,gpu,normal,True,False,True,0.26035308837890625,0.25153160095214844,0.39696693420410156,0.2834796905517578,0.6797313690185547,0.5984306335449219,0.45037269592285156,0.49424171447753906,0.5223751068115234,0.5304813385009766,0.4405975341796875,0.4787445068359375,0.5071163177490234,0.4131793975830078,0.4687309265136719,0.4723072052001953,0.4515647888183594,0.43320655822753906,0.46253204345703125,0.7827281951904297 +5000,25000,gpu,normal,True,False,False,0.5087852478027344,0.5230903625488281,0.5013942718505859,0.5292892456054688,0.49495697021484375,0.49805641174316406,0.4966259002685547,0.5047321319580078,0.7436275482177734,0.49114227294921875,0.5354881286621094,0.6444454193115234,0.5538463592529297,0.5645751953125,0.5369186401367188,0.5447864532470703,0.5578994750976562,0.5469322204589844,0.61798095703125,0.5824565887451172 +5000,25000,gpu,normal,False,False,True,0.4515647888183594,0.49614906311035156,0.4763603210449219,0.5207061767578125,0.48351287841796875,1.0704994201660156,0.762939453125,0.7693767547607422,0.7450580596923828,0.7200241088867188,0.39386749267578125,0.3972053527832031,0.4012584686279297,0.3650188446044922,0.3757476806640625,0.3662109375,0.370025634765625,0.3445148468017578,0.3676414489746094,0.3762245178222656 +5000,25000,gpu,normal,False,False,False,0.45371055603027344,0.431060791015625,0.4677772521972656,0.45299530029296875,0.47969818115234375,0.47659873962402344,0.44608116149902344,0.4546642303466797,0.4589557647705078,0.44226646423339844,0.33545494079589844,0.24771690368652344,0.2815723419189453,0.24557113647460938,0.28586387634277344,0.2727508544921875,0.25963783264160156,0.24437904357910156,0.2257823944091797,0.23865699768066406 +5000,37500,gpu,homo,True,True,True,0.5769729614257812,0.5638599395751953,0.5645751953125,0.5526542663574219,0.5884170532226562,0.5600452423095703,0.5741119384765625,0.5335807800292969,0.5524158477783203,0.5741119384765625,0.9326934814453125,1.0488033294677734,0.9555816650390625,1.1205673217773438,0.9503364562988281,1.0445117950439453,0.9560585021972656,1.0561943054199219,0.9515285491943359,1.107931137084961 +5000,37500,gpu,homo,True,True,False,0.6029605865478516,0.5285739898681641,0.5741119384765625,0.5402565002441406,0.5750656127929688,0.5185604095458984,0.9677410125732422,0.8118152618408203,0.7581710815429688,0.7755756378173828,1.1386871337890625,1.1734962463378906,1.0831356048583984,1.2028217315673828,1.0952949523925781,1.1997222900390625,1.1031627655029297,1.1990070343017578,1.0962486267089844,1.1878013610839844 +5000,37500,gpu,homo,False,True,True,0.5865097045898438,0.7071495056152344,0.6184577941894531,0.6177425384521484,0.6275177001953125,0.6597042083740234,0.5848407745361328,0.6296634674072266,0.5736351013183594,0.6263256072998047,0.7486343383789062,0.843048095703125,0.8563995361328125,0.7855892181396484,0.7603168487548828,0.7560253143310547,0.7753372192382812,0.7860660552978516,0.7486343383789062,0.7472038269042969 +5000,37500,gpu,homo,False,True,False,0.6625652313232422,0.5900859832763672,0.6506443023681641,0.6268024444580078,0.6461143493652344,0.6558895111083984,0.9343624114990234,0.6477832794189453,0.6554126739501953,0.5865097045898438,0.9307861328125,0.8194446563720703,0.7672309875488281,0.7343292236328125,0.8466243743896484,0.8025169372558594,1.1103153228759766,0.7309913635253906,0.7464885711669922,0.7772445678710938 +5000,37500,gpu,homo,True,False,True,0.23698806762695312,0.240325927734375,0.23651123046875,0.19073486328125,0.23055076599121094,0.21696090698242188,0.21600723266601562,0.22029876708984375,0.21219253540039062,0.225067138671875,0.40268898010253906,0.4062652587890625,0.49877166748046875,0.48041343688964844,0.4229545593261719,0.4150867462158203,1.0581016540527344,0.6036758422851562,0.5598068237304688,0.5307197570800781 +5000,37500,gpu,homo,True,False,False,0.2300739288330078,0.23555755615234375,0.1995563507080078,0.25272369384765625,0.22459030151367188,0.22935867309570312,0.22482872009277344,0.23317337036132812,0.22363662719726562,0.21600723266601562,0.49233436584472656,0.5125999450683594,0.48732757568359375,0.5209445953369141,0.7257461547851562,0.5109310150146484,0.49805641174316406,0.4992485046386719,0.5030632019042969,0.49996376037597656 +5000,37500,gpu,homo,False,False,True,0.5931854248046875,0.5652904510498047,0.5681514739990234,0.5867481231689453,0.5810260772705078,0.5688667297363281,0.5712509155273438,0.5667209625244141,0.5633831024169922,0.6127357482910156,0.2999305725097656,0.2818107604980469,0.30803680419921875,0.28014183044433594,0.28896331787109375,0.4057884216308594,0.28204917907714844,0.27823448181152344,0.26917457580566406,0.27179718017578125 +5000,37500,gpu,homo,False,False,False,0.4191398620605469,0.43582916259765625,0.36072731018066406,0.35953521728515625,0.3807544708251953,0.36716461181640625,0.38123130798339844,0.3898143768310547,0.36644935607910156,0.3612041473388672,0.19168853759765625,0.18835067749023438,0.18286705017089844,0.18930435180664062,0.1811981201171875,0.17976760864257812,0.18453598022460938,0.13971328735351562,0.1499652862548828,0.16355514526367188 +5000,37500,gpu,uniform,True,True,True,0.5693435668945312,0.5803108215332031,0.9698867797851562,0.8521080017089844,0.8141994476318359,0.8223056793212891,0.850677490234375,1.065969467163086,0.8013248443603516,0.774383544921875,1.2416839599609375,1.1789798736572266,1.280069351196289,1.1510848999023438,1.1026859283447266,1.1255741119384766,1.1622905731201172,1.1749267578125,1.1703968048095703,1.196146011352539 +5000,37500,gpu,uniform,True,True,False,0.78582763671875,0.7801055908203125,0.7724761962890625,0.7646083831787109,0.7750988006591797,0.7548332214355469,0.7660388946533203,0.7586479187011719,0.89263916015625,0.8113384246826172,1.3134479522705078,1.4684200286865234,1.2793540954589844,1.3508796691894531,1.4035701751708984,1.4083385467529297,1.2333393096923828,1.3294219970703125,1.2602806091308594,1.2700557708740234 +5000,37500,gpu,uniform,False,True,True,0.4966259002685547,0.5440711975097656,0.49042701721191406,0.5500316619873047,0.4878044128417969,0.5640983581542969,0.5335807800292969,0.5686283111572266,0.5216598510742188,0.5564689636230469,0.6957054138183594,0.6961822509765625,0.8935928344726562,1.0297298431396484,0.8428096771240234,0.8490085601806641,0.8134841918945312,0.7727146148681641,0.7774829864501953,0.7557868957519531 +5000,37500,gpu,uniform,False,True,False,0.5497932434082031,0.5619525909423828,0.5619525909423828,0.5309581756591797,0.8902549743652344,0.8332729339599609,0.8192062377929688,1.0886192321777344,0.8270740509033203,0.8249282836914062,0.7083415985107422,0.6737709045410156,0.6868839263916016,0.7033348083496094,0.6811618804931641,0.6513595581054688,0.6709098815917969,0.6463527679443359,0.6978511810302734,0.6821155548095703 +5000,37500,gpu,uniform,True,False,True,0.3368854522705078,0.3361701965332031,0.2894401550292969,0.26154518127441406,0.27871131896972656,0.3209114074707031,0.27561187744140625,0.26297569274902344,0.2951622009277344,0.27179718017578125,0.6215572357177734,0.8404254913330078,0.6062984466552734,0.5862712860107422,0.6008148193359375,0.5705356597900391,0.5946159362792969,0.5791187286376953,0.5803108215332031,0.5595684051513672 +5000,37500,gpu,uniform,True,False,False,0.2551078796386719,0.24080276489257812,0.24962425231933594,0.23627281188964844,0.23818016052246094,0.2295970916748047,0.27060508728027344,0.2617835998535156,0.2498626708984375,0.2143383026123047,0.5869865417480469,0.5397796630859375,0.5505084991455078,0.6103515625,0.58746337890625,0.5657672882080078,0.5445480346679688,0.5350112915039062,0.4832744598388672,0.5519390106201172 +5000,37500,gpu,uniform,False,False,True,0.5109310150146484,0.8242130279541016,0.49996376037597656,0.8454322814941406,0.7956027984619141,0.7519721984863281,0.7040500640869141,0.7357597351074219,0.7138252258300781,0.7176399230957031,0.3478527069091797,0.3783702850341797,0.3211498260498047,0.301361083984375,0.31828880310058594,0.3571510314941406,0.3261566162109375,0.34356117248535156,0.331878662109375,0.3237724304199219 +5000,37500,gpu,uniform,False,False,False,0.6811618804931641,0.7264614105224609,0.7557868957519531,0.7236003875732422,0.6456375122070312,0.6444454193115234,0.6494522094726562,0.6697177886962891,0.6568431854248047,0.6365776062011719,0.2503395080566406,0.2372264862060547,0.1919269561767578,0.1995563507080078,0.21719932556152344,0.2415180206298828,0.22363662719726562,0.2002716064453125,0.22029876708984375,0.22292137145996094 +5000,37500,gpu,normal,True,True,True,0.8723735809326172,0.8571147918701172,0.6079673767089844,0.5581378936767578,0.5996227264404297,0.6015300750732422,0.5805492401123047,0.55694580078125,0.58746337890625,0.5905628204345703,1.3089179992675781,1.4710426330566406,1.481771469116211,1.375436782836914,1.3976097106933594,1.310110092163086,1.3926029205322266,1.2869834899902344,1.3494491577148438,1.2824535369873047 +5000,37500,gpu,normal,True,True,False,0.5681514739990234,0.8296966552734375,0.6163120269775391,0.6115436553955078,0.579833984375,0.5354881286621094,0.5614757537841797,0.5674362182617188,0.5443096160888672,0.5357265472412109,1.1341571807861328,1.7855167388916016,1.3511180877685547,1.4078617095947266,1.293182373046875,1.3484954833984375,1.2295246124267578,1.3709068298339844,1.2638568878173828,1.3995170593261719 +5000,37500,gpu,normal,False,True,True,0.8273124694824219,0.804901123046875,0.9610652923583984,0.762939453125,0.7174015045166016,0.7572174072265625,0.79345703125,0.7762908935546875,0.7305145263671875,0.7357597351074219,0.8268356323242188,0.8120536804199219,0.820159912109375,0.8065700531005859,0.8308887481689453,0.8292198181152344,0.8356571197509766,0.843048095703125,0.8733272552490234,0.8220672607421875 +5000,37500,gpu,normal,False,True,False,0.5490779876708984,0.5385875701904297,0.5400180816650391,0.9019374847412109,0.8225440979003906,0.7274150848388672,0.7445812225341797,0.7271766662597656,0.7898807525634766,0.7092952728271484,0.7991790771484375,0.7121562957763672,0.9477138519287109,0.8537769317626953,0.9722709655761719,0.8456707000732422,0.8454322814941406,0.8502006530761719,0.8761882781982422,0.8721351623535156 +5000,37500,gpu,normal,True,False,True,0.2684593200683594,0.2646446228027344,0.26488304138183594,0.2276897430419922,0.2961158752441406,0.2415180206298828,0.24199485778808594,0.2689361572265625,0.2727508544921875,0.26226043701171875,0.6003379821777344,0.63323974609375,0.8623600006103516,0.8056163787841797,0.7436275482177734,0.6814002990722656,0.6837844848632812,0.7009506225585938,0.6856918334960938,0.9281635284423828 +5000,37500,gpu,normal,True,False,False,0.2601146697998047,0.2727508544921875,0.25463104248046875,0.2982616424560547,0.2830028533935547,0.2791881561279297,0.25963783264160156,0.24819374084472656,0.25844573974609375,0.2663135528564453,0.5731582641601562,0.5447864532470703,0.5950927734375,0.5948543548583984,0.6101131439208984,1.150369644165039,0.6577968597412109,0.5991458892822266,0.5474090576171875,0.5502700805664062 +5000,37500,gpu,normal,False,False,True,0.7481575012207031,0.7126331329345703,0.7481575012207031,0.713348388671875,0.7381439208984375,0.7660388946533203,0.7793903350830078,1.0097026824951172,0.7669925689697266,0.7076263427734375,0.28896331787109375,0.3452301025390625,0.3266334533691406,0.26488304138183594,0.30684471130371094,0.27060508728027344,0.2684593200683594,0.33020973205566406,0.29659271240234375,0.2582073211669922 +5000,37500,gpu,normal,False,False,False,0.7975101470947266,0.7481575012207031,0.7166862487792969,0.6916522979736328,0.7171630859375,0.7450580596923828,0.7319450378417969,0.7350444793701172,0.7479190826416016,0.7266998291015625,0.3654956817626953,0.3688335418701172,0.3349781036376953,0.37360191345214844,0.35572052001953125,0.3609657287597656,0.33473968505859375,0.36072731018066406,0.3685951232910156,0.3674030303955078 +5000,50000,gpu,homo,True,True,True,0.6973743438720703,0.6985664367675781,0.6654262542724609,0.7150173187255859,0.6961822509765625,0.690460205078125,0.6704330444335938,0.6701946258544922,0.6823539733886719,0.6644725799560547,1.6243457794189453,1.653909683227539,1.7132759094238281,1.7170906066894531,1.9145011901855469,1.6145706176757812,1.6276836395263672,1.6345977783203125,1.6238689422607422,1.6682147979736328 +5000,50000,gpu,homo,True,True,False,0.7560253143310547,0.6663799285888672,0.6563663482666016,0.6792545318603516,0.6625652313232422,0.6287097930908203,0.6511211395263672,0.7269382476806641,0.7119178771972656,0.6723403930664062,1.6448497772216797,1.6324520111083984,1.5497207641601562,1.5556812286376953,1.4576911926269531,1.7483234405517578,1.4986991882324219,1.6407966613769531,1.659393310546875,1.6200542449951172 +5000,50000,gpu,homo,False,True,True,0.7483959197998047,0.6968975067138672,0.8146762847900391,0.6606578826904297,0.7236003875732422,0.66375732421875,0.7307529449462891,0.6618499755859375,0.7264614105224609,0.6861686706542969,0.9682178497314453,0.9939670562744141,1.001119613647461,0.9667873382568359,1.0104179382324219,1.01470947265625,1.0554790496826172,0.9660720825195312,0.9343624114990234,1.0695457458496094 +5000,50000,gpu,homo,False,True,False,0.7901191711425781,0.8389949798583984,0.6577968597412109,0.7519721984863281,0.7450580596923828,0.850677490234375,0.7283687591552734,0.7951259613037109,0.9586811065673828,0.8389949798583984,0.7615089416503906,0.8003711700439453,0.7698535919189453,0.7967948913574219,0.7636547088623047,0.797271728515625,0.7445812225341797,0.7636547088623047,0.7476806640625,0.7503032684326172 +5000,50000,gpu,homo,True,False,True,0.225067138671875,0.2384185791015625,0.20432472229003906,0.21719932556152344,0.1952648162841797,0.21767616271972656,0.213623046875,0.21576881408691406,0.22530555725097656,0.21839141845703125,0.5540847778320312,0.5445480346679688,0.6184577941894531,0.530242919921875,0.5040168762207031,0.5025863647460938,0.4799365997314453,0.5064010620117188,0.5221366882324219,0.4875659942626953 +5000,50000,gpu,homo,True,False,False,0.5927085876464844,0.49495697021484375,0.44035911560058594,0.41937828063964844,0.4398822784423828,0.4189014434814453,0.43272972106933594,0.42510032653808594,0.4775524139404297,0.41103363037109375,0.6310939788818359,0.6136894226074219,0.6108283996582031,0.6060600280761719,0.6222724914550781,0.58746337890625,0.5846023559570312,0.6170272827148438,0.6296634674072266,0.6117820739746094 +5000,50000,gpu,homo,False,False,True,0.5023479461669922,0.48732757568359375,0.49996376037597656,0.5054473876953125,0.5071163177490234,0.5047321319580078,0.5190372467041016,0.49114227294921875,0.5102157592773438,0.514984130859375,0.3249645233154297,0.3085136413574219,0.32639503479003906,0.31566619873046875,0.3063678741455078,0.3135204315185547,0.30159950256347656,0.3025531768798828,0.3249645233154297,0.3123283386230469 +5000,50000,gpu,homo,False,False,False,0.5106925964355469,0.4799365997314453,0.4863739013671875,0.5087852478027344,0.5230903625488281,0.4782676696777344,0.47016143798828125,0.49591064453125,0.492095947265625,0.4639625549316406,0.1697540283203125,0.19240379333496094,0.19669532775878906,0.19693374633789062,0.20360946655273438,0.186920166015625,0.18525123596191406,0.19073486328125,0.18787384033203125,0.19884109497070312 +5000,50000,gpu,uniform,True,True,True,0.9210109710693359,0.934600830078125,1.1873245239257812,1.0805130004882812,0.9868144989013672,1.0349750518798828,1.054525375366211,0.9605884552001953,0.9801387786865234,0.9920597076416016,1.4536380767822266,1.4841556549072266,1.5230178833007812,1.4195442199707031,1.691579818725586,1.6632080078125,1.5006065368652344,1.4617443084716797,1.4133453369140625,1.6934871673583984 +5000,50000,gpu,uniform,True,True,False,0.8845329284667969,0.8592605590820312,0.8800029754638672,0.8664131164550781,0.8845329284667969,0.8587837219238281,0.8676052093505859,0.8711814880371094,0.8835792541503906,0.8516311645507812,1.6317367553710938,1.645803451538086,1.4705657958984375,1.5594959259033203,1.4390945434570312,1.5721321105957031,1.4069080352783203,1.6241073608398438,1.4750957489013672,1.657724380493164 +5000,50000,gpu,uniform,False,True,True,0.9050369262695312,0.9675025939941406,0.7274150848388672,0.6184577941894531,0.6947517395019531,0.6194114685058594,0.6413459777832031,0.6284713745117188,0.6566047668457031,0.5855560302734375,0.9326934814453125,0.9427070617675781,0.9465217590332031,1.102447509765625,0.980377197265625,1.2142658233642578,0.9868144989013672,0.9675025939941406,0.9407997131347656,0.9520053863525391 +5000,50000,gpu,uniform,False,True,False,0.6732940673828125,0.6864070892333984,0.6580352783203125,0.6093978881835938,0.6597042083740234,0.6353855133056641,0.5979537963867188,0.6129741668701172,0.6501674652099609,0.6318092346191406,0.9632110595703125,1.1591911315917969,0.9043216705322266,1.0044574737548828,0.9622573852539062,0.9109973907470703,0.9503364562988281,0.9963512420654297,0.9331703186035156,0.9021759033203125 +5000,50000,gpu,uniform,True,False,True,0.2651214599609375,0.7259845733642578,0.6985664367675781,0.5681514739990234,0.5621910095214844,0.48828125,0.4284381866455078,0.47135353088378906,0.484466552734375,0.43702125549316406,0.5128383636474609,0.5118846893310547,0.4901885986328125,0.4875659942626953,0.499725341796875,0.5204677581787109,0.5156993865966797,0.49877166748046875,0.5049705505371094,0.5021095275878906 +5000,50000,gpu,uniform,True,False,False,0.29087066650390625,0.3120899200439453,0.2968311309814453,0.26345252990722656,0.2932548522949219,0.30684471130371094,0.2803802490234375,0.2875328063964844,0.29730796813964844,0.3077983856201172,0.5278587341308594,0.5447864532470703,0.49567222595214844,0.4782676696777344,0.5109310150146484,0.49757957458496094,0.5147457122802734,0.499725341796875,0.51116943359375,0.4820823669433594 +5000,50000,gpu,uniform,False,False,True,0.9331703186035156,0.9369850158691406,0.9286403656005859,0.9810924530029297,1.024007797241211,1.0559558868408203,1.004934310913086,0.9393692016601562,0.9005069732666016,0.9241104125976562,0.2841949462890625,0.2911090850830078,0.2415180206298828,0.240325927734375,0.20623207092285156,0.2071857452392578,0.22125244140625,0.2377033233642578,0.22292137145996094,0.2300739288330078 +5000,50000,gpu,uniform,False,False,False,0.7202625274658203,0.6651878356933594,0.6580352783203125,0.6799697875976562,0.6651878356933594,0.6999969482421875,0.6513595581054688,0.7052421569824219,0.6542205810546875,0.6730556488037109,0.5784034729003906,0.2751350402832031,0.20456314086914062,0.2491474151611328,0.24700164794921875,0.26488304138183594,0.2543926239013672,0.27179718017578125,0.2295970916748047,0.20074844360351562 +5000,50000,gpu,normal,True,True,True,0.6949901580810547,0.6728172302246094,0.6561279296875,0.7092952728271484,0.6918907165527344,0.7345676422119141,0.6911754608154297,0.6968975067138672,0.6422996520996094,1.0249614715576172,1.6794204711914062,1.7771720886230469,1.7483234405517578,1.6627311706542969,1.7611980438232422,1.7163753509521484,1.6889572143554688,1.669168472290039,1.766204833984375,1.9397735595703125 +5000,50000,gpu,normal,True,True,False,0.9131431579589844,0.9942054748535156,0.9589195251464844,0.8711814880371094,0.8590221405029297,0.8733272552490234,0.9307861328125,0.9157657623291016,0.8718967437744141,0.8776187896728516,1.4431476593017578,1.5780925750732422,1.405954360961914,1.711130142211914,1.4500617980957031,1.7206668853759766,1.5215873718261719,1.9831657409667969,1.4345645904541016,1.6021728515625 +5000,50000,gpu,normal,False,True,True,0.6706714630126953,0.6654262542724609,0.6880760192871094,0.5967617034912109,0.6313323974609375,0.5996227264404297,0.7071495056152344,0.6189346313476562,0.9377002716064453,0.6537437438964844,0.8573532104492188,0.9202957153320312,0.8893013000488281,0.9129047393798828,0.8573532104492188,0.9071826934814453,0.8492469787597656,0.8757114410400391,0.8475780487060547,0.8857250213623047 +5000,50000,gpu,normal,False,True,False,0.6577968597412109,0.6732940673828125,0.701904296875,0.6809234619140625,0.6403923034667969,0.698089599609375,0.7214546203613281,0.9591579437255859,0.6444454193115234,0.99945068359375,0.919342041015625,0.9186267852783203,0.8730888366699219,0.8423328399658203,0.8785724639892578,1.165151596069336,1.1448860168457031,1.1775493621826172,0.9911060333251953,0.8924007415771484 +5000,50000,gpu,normal,True,False,True,0.2486705780029297,0.2777576446533203,0.2460479736328125,0.26869773864746094,0.24962425231933594,0.2627372741699219,0.24628639221191406,0.263214111328125,0.23365020751953125,0.25177001953125,0.7634162902832031,0.7441043853759766,0.6930828094482422,0.7441043853759766,0.7181167602539062,0.6742477416992188,0.7369518280029297,0.7181167602539062,0.7119178771972656,0.6816387176513672 +5000,50000,gpu,normal,True,False,False,0.5309581756591797,0.5137920379638672,0.4832744598388672,0.4775524139404297,0.4782676696777344,0.47779083251953125,0.5216598510742188,0.4677772521972656,0.46253204345703125,0.46181678771972656,0.7069110870361328,0.7140636444091797,0.7371902465820312,0.7474422454833984,0.7317066192626953,0.7565021514892578,0.6957054138183594,0.7224082946777344,0.7061958312988281,0.7107257843017578 +5000,50000,gpu,normal,False,False,True,1.0662078857421875,1.0416507720947266,1.115560531616211,1.398324966430664,1.331329345703125,1.341104507446289,1.6281604766845703,1.3060569763183594,1.2843608856201172,1.3294219970703125,0.2512931823730469,0.2315044403076172,0.2522468566894531,0.2617835998535156,0.26297569274902344,0.2543926239013672,0.2396106719970703,0.25343894958496094,0.274658203125,0.2562999725341797 +5000,50000,gpu,normal,False,False,False,1.0731220245361328,1.100301742553711,1.0592937469482422,1.4257431030273438,1.4564990997314453,1.3782978057861328,1.3709068298339844,1.3012886047363281,1.341104507446289,1.2464523315429688,0.3161430358886719,0.2970695495605469,0.2727508544921875,0.2570152282714844,0.2396106719970703,0.23746490478515625,0.2689361572265625,0.263214111328125,0.5071163177490234,0.40602684020996094 +10000,1000,gpu,homo,True,True,True,0.2505779266357422,0.247955322265625,0.23603439331054688,0.21791458129882812,0.23031234741210938,0.2143383026123047,0.2205371856689453,0.2315044403076172,0.22125244140625,0.22411346435546875,0.2372264862060547,0.47326087951660156,0.37384033203125,0.48160552978515625,0.41222572326660156,0.3800392150878906,0.3612041473388672,0.3757476806640625,0.40030479431152344,0.4069805145263672 +10000,1000,gpu,homo,True,True,False,0.48089027404785156,0.4572868347167969,0.4487037658691406,0.44846534729003906,0.4169940948486328,0.431060791015625,0.4818439483642578,0.46753883361816406,0.45037269592285156,0.4398822784423828,0.3821849822998047,0.3840923309326172,0.3712177276611328,0.36334991455078125,0.35762786865234375,0.37384033203125,0.35834312438964844,0.36644935607910156,0.3764629364013672,0.39005279541015625 +10000,1000,gpu,homo,False,True,True,0.4868507385253906,0.46944618225097656,0.46944618225097656,0.4551410675048828,0.3986358642578125,0.31304359436035156,0.255584716796875,0.2346038818359375,0.2655982971191406,0.23818016052246094,0.2617835998535156,0.2522468566894531,0.25153160095214844,0.2677440643310547,0.22077560424804688,0.2453327178955078,0.5865097045898438,0.36835670471191406,0.3151893615722656,0.32973289489746094 +10000,1000,gpu,homo,False,True,False,0.4508495330810547,0.4513263702392578,0.6811618804931641,0.5331039428710938,0.51116943359375,0.4787445068359375,0.4570484161376953,0.45180320739746094,0.4372596740722656,0.5335807800292969,0.2777576446533203,0.23031234741210938,0.2644062042236328,0.24390220642089844,0.30040740966796875,0.30112266540527344,0.27561187744140625,0.2605915069580078,0.25844573974609375,0.2353191375732422 +10000,1000,gpu,homo,True,False,True,0.2357959747314453,0.1990795135498047,0.2295970916748047,0.23317337036132812,0.2357959747314453,0.2288818359375,0.2334117889404297,0.2186298370361328,0.23818016052246094,0.2105236053466797,0.19741058349609375,0.1723766326904297,0.1747608184814453,0.16307830810546875,0.16427040100097656,0.17070770263671875,0.15616416931152344,0.1633167266845703,0.16689300537109375,0.2052783966064453 +10000,1000,gpu,homo,True,False,False,0.3170967102050781,0.27751922607421875,0.2982616424560547,0.27370452880859375,0.5986690521240234,0.7309913635253906,0.5242824554443359,0.4811286926269531,0.4525184631347656,0.44083595275878906,0.2624988555908203,0.2532005310058594,0.2410411834716797,0.36525726318359375,0.31447410583496094,0.28395652770996094,0.255584716796875,0.26535987854003906,0.2617835998535156,0.2598762512207031 +10000,1000,gpu,homo,False,False,True,0.21839141845703125,0.24175643920898438,0.22745132446289062,0.1976490020751953,0.2181529998779297,0.19598007202148438,0.20599365234375,0.19621849060058594,0.1983642578125,0.1938343048095703,0.22077560424804688,0.23221969604492188,0.22602081298828125,0.22721290588378906,0.24437904357910156,0.22292137145996094,0.2453327178955078,0.23508071899414062,0.24318695068359375,0.23984909057617188 +10000,1000,gpu,homo,False,False,False,0.1819133758544922,0.21886825561523438,0.22339820861816406,0.6089210510253906,0.5273818969726562,0.4723072052001953,0.4661083221435547,0.46515464782714844,0.43272972106933594,0.4363059997558594,0.20742416381835938,0.2338886260986328,0.20265579223632812,0.2009868621826172,0.19025802612304688,0.17786026000976562,0.2040863037109375,0.20956993103027344,0.1819133758544922,0.2262592315673828 +10000,1000,gpu,uniform,True,True,True,0.5288124084472656,0.5545616149902344,0.48065185546875,0.5090236663818359,0.46896934509277344,0.4563331604003906,0.4684925079345703,0.4723072052001953,0.4878044128417969,0.5533695220947266,0.3857612609863281,0.41866302490234375,0.3833770751953125,0.3726482391357422,0.3669261932373047,0.377655029296875,0.4210472106933594,0.4124641418457031,0.42700767517089844,0.38504600524902344 +10000,1000,gpu,uniform,True,True,False,0.461578369140625,0.4544258117675781,0.46539306640625,0.6070137023925781,0.5409717559814453,0.5033016204833984,0.4315376281738281,0.4591941833496094,0.4661083221435547,0.4608631134033203,0.4246234893798828,0.4298686981201172,0.41103363037109375,0.4506111145019531,0.4279613494873047,0.408172607421875,0.4086494445800781,0.3898143768310547,0.6494522094726562,0.4367828369140625 +10000,1000,gpu,uniform,False,True,True,0.2613067626953125,0.28061866760253906,0.2644062042236328,0.27441978454589844,0.3020763397216797,0.2300739288330078,0.2453327178955078,0.28586387634277344,0.2875328063964844,0.28777122497558594,0.38433074951171875,0.43129920959472656,0.31375885009765625,0.2853870391845703,0.30803680419921875,0.2593994140625,0.2765655517578125,0.2942085266113281,0.2911090850830078,0.2532005310058594 +10000,1000,gpu,uniform,False,True,False,0.5245208740234375,0.507354736328125,0.5040168762207031,0.5166530609130859,0.49877166748046875,0.5135536193847656,0.5049705505371094,0.49185752868652344,0.5064010620117188,0.4825592041015625,0.46324729919433594,0.4189014434814453,0.4291534423828125,0.40411949157714844,0.3981590270996094,0.4100799560546875,0.4184246063232422,0.42319297790527344,0.2887248992919922,0.26416778564453125 +10000,1000,gpu,uniform,True,False,True,0.4875659942626953,0.49114227294921875,0.46443939208984375,0.4775524139404297,0.5695819854736328,0.4894733428955078,0.4711151123046875,0.4763603210449219,0.4622936248779297,0.4553794860839844,0.2930164337158203,0.33926963806152344,0.30875205993652344,0.39005279541015625,0.35953521728515625,0.37741661071777344,0.4019737243652344,0.3485679626464844,0.30422210693359375,0.31447410583496094 +10000,1000,gpu,uniform,True,False,False,0.5707740783691406,0.5347728729248047,0.4928112030029297,0.46753883361816406,0.4830360412597656,0.45037269592285156,0.4985332489013672,0.46133995056152344,0.4696846008300781,0.4990100860595703,0.2129077911376953,0.2028942108154297,0.18548965454101562,0.2009868621826172,0.18453598022460938,0.20170211791992188,0.18596649169921875,0.16236305236816406,0.19168853759765625,0.21791458129882812 +10000,1000,gpu,uniform,False,False,True,0.4897117614746094,0.4475116729736328,0.469207763671875,0.4620552062988281,0.4711151123046875,0.45037269592285156,0.4324913024902344,0.42176246643066406,0.4394054412841797,0.4215240478515625,0.2734661102294922,0.2162456512451172,0.2524852752685547,0.25200843811035156,0.26535987854003906,0.24652481079101562,0.4825592041015625,0.3752708435058594,0.33783912658691406,0.3237724304199219 +10000,1000,gpu,uniform,False,False,False,0.4737377166748047,0.4420280456542969,0.43392181396484375,0.4634857177734375,0.4401206970214844,0.4150867462158203,0.4248619079589844,0.4475116729736328,0.4420280456542969,0.4489421844482422,0.24271011352539062,0.23555755615234375,0.24771690368652344,0.22530555725097656,0.25534629821777344,0.25534629821777344,0.2124309539794922,0.23436546325683594,0.2777576446533203,0.24700164794921875 +10000,1000,gpu,normal,True,True,True,0.27632713317871094,0.26869773864746094,0.25081634521484375,0.2410411834716797,0.28514862060546875,0.2911090850830078,0.2887248992919922,0.25343894958496094,0.2722740173339844,0.2715587615966797,0.34117698669433594,0.3352165222167969,0.27489662170410156,0.301361083984375,0.35500526428222656,0.31828880310058594,0.3197193145751953,0.29206275939941406,0.2624988555908203,0.32806396484375 +10000,1000,gpu,normal,True,True,False,0.33092498779296875,0.3185272216796875,0.3170967102050781,0.3192424774169922,0.3063678741455078,0.2884864807128906,0.32639503479003906,0.30159950256347656,0.3509521484375,0.3025531768798828,0.3604888916015625,0.35858154296875,0.6186962127685547,0.5769729614257812,0.4875659942626953,0.3960132598876953,0.40984153747558594,0.3910064697265625,0.41031837463378906,0.40912628173828125 +10000,1000,gpu,normal,False,True,True,0.30517578125,0.28395652770996094,0.26297569274902344,0.28324127197265625,0.3056526184082031,0.2739429473876953,0.28967857360839844,0.2658367156982422,0.2377033233642578,0.26226043701171875,0.44417381286621094,0.40912628173828125,0.4067420959472656,0.3495216369628906,0.3743171691894531,0.3540515899658203,0.3635883331298828,0.3726482391357422,0.39386749267578125,0.3986358642578125 +10000,1000,gpu,normal,False,True,False,0.34427642822265625,0.29087066650390625,0.2605915069580078,0.2856254577636719,0.28204917907714844,0.2677440643310547,0.247955322265625,0.30684471130371094,0.2532005310058594,0.26345252990722656,0.2486705780029297,0.25916099548339844,0.2536773681640625,0.2396106719970703,0.263214111328125,0.26726722717285156,0.2913475036621094,0.2734661102294922,0.2894401550292969,0.2624988555908203 +10000,1000,gpu,normal,True,False,True,0.3147125244140625,0.6799697875976562,0.6096363067626953,0.5490779876708984,0.5803108215332031,0.5147457122802734,0.5350112915039062,0.5195140838623047,0.7197856903076172,0.5548000335693359,0.3299713134765625,0.34046173095703125,0.2925395965576172,0.33283233642578125,0.278472900390625,0.34427642822265625,0.2999305725097656,0.3070831298828125,0.3039836883544922,0.2779960632324219 +10000,1000,gpu,normal,True,False,False,0.2872943878173828,0.2646446228027344,0.31113624572753906,0.2582073211669922,0.26607513427734375,0.2818107604980469,0.26726722717285156,0.29206275939941406,0.2791881561279297,0.29969215393066406,0.37741661071777344,0.347137451171875,0.43582916259765625,0.3781318664550781,0.40650367736816406,0.3185272216796875,0.31280517578125,0.3695487976074219,0.35881996154785156,0.33092498779296875 +10000,1000,gpu,normal,False,False,True,0.25343894958496094,0.24628639221191406,0.2734661102294922,0.22530555725097656,0.2498626708984375,0.2818107604980469,0.2732276916503906,0.24652481079101562,0.2644062042236328,0.2257823944091797,0.42700767517089844,0.400543212890625,0.4088878631591797,0.3688335418701172,0.40435791015625,0.4248619079589844,0.4000663757324219,0.41556358337402344,0.4048347473144531,0.3762245178222656 +10000,1000,gpu,normal,False,False,False,0.2593994140625,0.27298927307128906,0.23317337036132812,0.2372264862060547,0.2460479736328125,0.22864341735839844,0.22745132446289062,0.23555755615234375,0.2315044403076172,0.2467632293701172,0.2918243408203125,0.2696514129638672,0.3085136413574219,0.3249645233154297,0.2899169921875,0.26297569274902344,0.49686431884765625,0.5505084991455078,0.5471706390380859,0.5087852478027344 +10000,2500,gpu,homo,True,True,True,0.3418922424316406,0.31185150146484375,0.2911090850830078,0.29540061950683594,0.30303001403808594,0.32782554626464844,0.316619873046875,0.2913475036621094,0.28324127197265625,0.2760887145996094,0.36835670471191406,0.40268898010253906,0.3790855407714844,0.3752708435058594,0.3676414489746094,0.37407875061035156,0.3528594970703125,0.3604888916015625,0.34737586975097656,0.37026405334472656 +10000,2500,gpu,homo,True,True,False,0.2391338348388672,0.22482872009277344,0.2779960632324219,0.25272369384765625,0.24580955505371094,0.2589225769042969,0.2377033233642578,0.23126602172851562,0.25391578674316406,0.23412704467773438,0.3228187561035156,0.2841949462890625,0.2703666687011719,0.2968311309814453,0.29850006103515625,0.2894401550292969,0.29349327087402344,0.30112266540527344,0.29397010803222656,0.2818107604980469 +10000,2500,gpu,homo,False,True,True,0.24747848510742188,0.29349327087402344,0.2620220184326172,0.31447410583496094,0.2644062042236328,0.2841949462890625,0.2491474151611328,0.2853870391845703,0.24700164794921875,0.30732154846191406,0.5402565002441406,0.4990100860595703,0.48542022705078125,0.49185752868652344,0.5130767822265625,0.47516822814941406,0.5121231079101562,0.5991458892822266,0.5404949188232422,0.4451274871826172 +10000,2500,gpu,homo,False,True,False,0.30612945556640625,0.26154518127441406,0.3075599670410156,0.24557113647460938,0.29659271240234375,0.25653839111328125,0.2932548522949219,0.22745132446289062,0.2803802490234375,0.25010108947753906,0.38814544677734375,0.35071372985839844,0.3750324249267578,0.3771781921386719,0.3628730773925781,0.3514289855957031,0.35071372985839844,0.3440380096435547,0.3821849822998047,0.3383159637451172 +10000,2500,gpu,homo,True,False,True,0.42939186096191406,0.4382133483886719,0.42891502380371094,0.4200935363769531,0.4165172576904297,0.469207763671875,0.4703998565673828,0.4925727844238281,0.4897117614746094,0.45180320739746094,0.156402587890625,0.1773834228515625,0.1838207244873047,0.18787384033203125,0.1690387725830078,0.1621246337890625,0.17452239990234375,0.1633167266845703,0.1678466796875,0.3998279571533203 +10000,2500,gpu,homo,True,False,False,0.3058910369873047,0.26226043701171875,0.22864341735839844,0.2257823944091797,0.263214111328125,0.2262592315673828,0.2338886260986328,0.2460479736328125,0.24628639221191406,0.2536773681640625,0.1842975616455078,0.16808509826660156,0.1761913299560547,0.1811981201171875,0.4086494445800781,0.4220008850097656,0.4589557647705078,0.370025634765625,0.35262107849121094,0.530242919921875 +10000,2500,gpu,homo,False,False,True,0.25081634521484375,0.24580955505371094,0.23674964904785156,0.2319812774658203,0.22530555725097656,0.23293495178222656,0.26345252990722656,0.5557537078857422,0.5533695220947266,0.44274330139160156,0.25153160095214844,0.23937225341796875,0.24390220642089844,0.23365020751953125,0.2346038818359375,0.2269744873046875,0.24127960205078125,0.22339820861816406,0.21195411682128906,0.21457672119140625 +10000,2500,gpu,homo,False,False,False,0.4792213439941406,0.4458427429199219,0.42438507080078125,0.4239082336425781,0.41556358337402344,0.4208087921142578,0.3895759582519531,0.39124488830566406,0.4470348358154297,0.44798851013183594,0.2372264862060547,0.22673606872558594,0.2067089080810547,0.2384185791015625,0.22220611572265625,0.23126602172851562,0.2536773681640625,0.2434253692626953,0.2353191375732422,0.21338462829589844 +10000,2500,gpu,uniform,True,True,True,0.3108978271484375,0.270843505859375,0.23984909057617188,0.2963542938232422,0.2758502960205078,0.2849102020263672,0.25725364685058594,0.28014183044433594,0.26535987854003906,0.2415180206298828,0.3387928009033203,0.7793903350830078,0.5080699920654297,0.44846534729003906,0.4475116729736328,0.4329681396484375,0.4134178161621094,0.4553794860839844,0.5204677581787109,0.4749298095703125 +10000,2500,gpu,uniform,True,True,False,0.5066394805908203,0.5176067352294922,0.4773139953613281,0.5002021789550781,0.5028247833251953,0.4916191101074219,0.7185935974121094,0.5640983581542969,0.5087852478027344,0.49805641174316406,0.3108978271484375,0.34165382385253906,0.3142356872558594,0.30231475830078125,0.35262107849121094,0.3337860107421875,0.31948089599609375,0.3204345703125,0.30732154846191406,0.33664703369140625 +10000,2500,gpu,uniform,False,True,True,0.3910064697265625,0.37384033203125,0.3509521484375,0.39839744567871094,0.3509521484375,0.3974437713623047,0.3743171691894531,0.4134178161621094,0.43082237243652344,0.3879070281982422,0.926971435546875,0.5323886871337891,0.4925727844238281,0.4787445068359375,0.5059242248535156,0.45943260192871094,0.41604042053222656,0.38695335388183594,0.4036426544189453,0.4031658172607422 +10000,2500,gpu,uniform,False,True,False,0.5853176116943359,0.49877166748046875,0.5054473876953125,0.5147457122802734,0.5314350128173828,0.4913806915283203,0.4913806915283203,0.4811286926269531,0.4858970642089844,0.48279762268066406,0.3228187561035156,0.35452842712402344,0.33736228942871094,0.3573894500732422,0.3056526184082031,0.34689903259277344,0.3495216369628906,0.32520294189453125,0.3399848937988281,0.35953521728515625 +10000,2500,gpu,uniform,True,False,True,0.33473968505859375,0.3345012664794922,0.31828880310058594,0.3261566162109375,0.3426074981689453,0.4088878631591797,0.3426074981689453,0.3352165222167969,0.34546852111816406,0.2810955047607422,0.2346038818359375,0.2040863037109375,0.23031234741210938,0.2052783966064453,0.22983551025390625,0.2048015594482422,0.2143383026123047,0.21195411682128906,0.21409988403320312,0.21958351135253906 +10000,2500,gpu,uniform,True,False,False,0.3008842468261719,0.2803802490234375,0.278472900390625,0.2987384796142578,0.2803802490234375,0.2677440643310547,0.2727508544921875,0.2570152282714844,0.26297569274902344,0.24962425231933594,0.2338886260986328,0.2238750457763672,0.25081634521484375,0.23865699768066406,0.2079010009765625,0.22673606872558594,0.2002716064453125,0.23818016052246094,0.19478797912597656,0.1842975616455078 +10000,2500,gpu,uniform,False,False,True,0.5190372467041016,0.5383491516113281,0.5300045013427734,0.5269050598144531,0.5517005920410156,0.5621910095214844,0.5013942718505859,0.48351287841796875,0.5180835723876953,0.5228519439697266,0.3745555877685547,0.5464553833007812,0.42748451232910156,0.36716461181640625,0.3402233123779297,0.3542900085449219,0.3631114959716797,0.33283233642578125,0.35500526428222656,0.3306865692138672 +10000,2500,gpu,uniform,False,False,False,0.518798828125,0.46563148498535156,0.46181678771972656,0.4696846008300781,0.7221698760986328,0.5774497985839844,0.5328655242919922,0.5373954772949219,0.5040168762207031,0.49114227294921875,0.2715587615966797,0.2605915069580078,0.5290508270263672,0.3943443298339844,0.3712177276611328,0.36025047302246094,0.3674030303955078,0.3459453582763672,0.32138824462890625,0.34046173095703125 +10000,2500,gpu,normal,True,True,True,0.26035308837890625,0.25582313537597656,0.29850006103515625,0.24318695068359375,0.28967857360839844,0.28061866760253906,0.2906322479248047,0.24652481079101562,0.28228759765625,0.26869773864746094,0.4565715789794922,0.42629241943359375,0.4398822784423828,0.4496574401855469,0.6356239318847656,0.5037784576416016,0.41365623474121094,0.4220008850097656,0.3962516784667969,0.42247772216796875 +10000,2500,gpu,normal,True,True,False,0.32830238342285156,0.30875205993652344,0.2605915069580078,0.29778480529785156,0.2791881561279297,0.2713203430175781,0.2677440643310547,0.27561187744140625,0.2589225769042969,0.25725364685058594,0.43654441833496094,0.4482269287109375,0.4470348358154297,0.6034374237060547,0.5803108215332031,0.4558563232421875,0.45680999755859375,0.4837512969970703,0.44846534729003906,0.4570484161376953 +10000,2500,gpu,normal,False,True,True,0.3383159637451172,0.29158592224121094,0.2703666687011719,0.32639503479003906,0.2613067626953125,0.2880096435546875,0.27561187744140625,0.3256797790527344,0.2689361572265625,0.29754638671875,0.3769397735595703,0.39696693420410156,0.3490447998046875,0.3752708435058594,0.30541419982910156,0.3440380096435547,0.3209114074707031,0.3237724304199219,0.3464221954345703,0.34689903259277344 +10000,2500,gpu,normal,False,True,False,0.38433074951171875,0.3561973571777344,0.3745555877685547,0.3285408020019531,0.3857612609863281,0.36215782165527344,0.39577484130859375,0.33855438232421875,0.37288665771484375,0.35643577575683594,0.4317760467529297,0.46062469482421875,0.4496574401855469,0.4127025604248047,0.423431396484375,0.43487548828125,0.45371055603027344,0.43082237243652344,0.45228004455566406,0.45418739318847656 +10000,2500,gpu,normal,True,False,True,0.3056526184082031,0.26988983154296875,0.33974647521972656,0.2872943878173828,0.33283233642578125,0.6530284881591797,0.5886554718017578,0.7243156433105469,0.35500526428222656,0.31828880310058594,0.36644935607910156,0.8473396301269531,0.37980079650878906,0.36907196044921875,0.3142356872558594,0.34928321838378906,0.31685829162597656,0.3132820129394531,0.3120899200439453,0.2930164337158203 +10000,2500,gpu,normal,True,False,False,0.5469322204589844,0.537872314453125,0.5118846893310547,0.48422813415527344,0.4782676696777344,0.4227161407470703,0.3955364227294922,0.40793418884277344,0.3781318664550781,0.3795623779296875,0.22268295288085938,0.1964569091796875,0.22363662719726562,0.21696090698242188,0.23365020751953125,0.2181529998779297,0.2117156982421875,0.1876354217529297,0.2193450927734375,0.17523765563964844 +10000,2500,gpu,normal,False,False,True,0.5233287811279297,0.4982948303222656,0.4916191101074219,0.4870891571044922,0.4742145538330078,0.4563331604003906,0.49495697021484375,0.49805641174316406,0.4341602325439453,0.45609474182128906,0.30684471130371094,0.26679039001464844,0.2732276916503906,0.316619873046875,0.28634071350097656,0.3173351287841797,0.28443336486816406,0.27179718017578125,0.29659271240234375,0.2593994140625 +10000,2500,gpu,normal,False,False,False,0.7174015045166016,0.49614906311035156,0.4832744598388672,0.4887580871582031,0.46133995056152344,0.4723072052001953,0.48851966857910156,0.316619873046875,0.2963542938232422,0.26297569274902344,0.2579689025878906,0.28896331787109375,0.2665519714355469,0.30231475830078125,0.30684471130371094,0.2498626708984375,0.28252601623535156,0.2903938293457031,0.293731689453125,0.3063678741455078 +10000,5000,gpu,homo,True,True,True,0.31256675720214844,0.3330707550048828,0.3132820129394531,0.3459453582763672,0.32973289489746094,0.3161430358886719,0.35691261291503906,0.28824806213378906,0.30350685119628906,0.6225109100341797,0.4456043243408203,0.5037784576416016,0.4379749298095703,0.47087669372558594,0.46896934509277344,0.43487548828125,0.3135204315185547,0.39768218994140625,0.32806396484375,0.354766845703125 +10000,5000,gpu,homo,True,True,False,0.301361083984375,0.2968311309814453,0.3151893615722656,0.35762786865234375,0.2884864807128906,0.33211708068847656,0.3046989440917969,0.2961158752441406,0.3020763397216797,0.3261566162109375,0.3840923309326172,0.3600120544433594,0.34046173095703125,0.35309791564941406,0.28443336486816406,0.29969215393066406,0.33354759216308594,0.3139972686767578,0.30493736267089844,0.3173351287841797 +10000,5000,gpu,homo,False,True,True,0.3123283386230469,0.3044605255126953,0.2961158752441406,0.28514862060546875,0.286102294921875,0.2942085266113281,0.2808570861816406,0.278472900390625,0.2815723419189453,0.29087066650390625,0.5788803100585938,0.5009174346923828,0.5013942718505859,0.46896934509277344,0.49948692321777344,0.5555152893066406,0.5245208740234375,0.48065185546875,0.49614906311035156,0.4787445068359375 +10000,5000,gpu,homo,False,True,False,0.30994415283203125,0.28228759765625,0.3273487091064453,0.31256675720214844,0.31948089599609375,0.2846717834472656,0.34546852111816406,0.3216266632080078,0.2892017364501953,0.3135204315185547,0.4391670227050781,0.4551410675048828,0.392913818359375,0.42057037353515625,0.44226646423339844,0.43320655822753906,0.4143714904785156,0.4737377166748047,0.38504600524902344,0.4096031188964844 +10000,5000,gpu,homo,True,False,True,0.2617835998535156,0.2853870391845703,0.28133392333984375,0.2503395080566406,0.27871131896972656,0.2627372741699219,0.2593994140625,0.2682209014892578,0.23984909057617188,0.2677440643310547,0.1723766326904297,0.2148151397705078,0.21314620971679688,0.2124309539794922,0.22482872009277344,0.1990795135498047,0.18644332885742188,0.20051002502441406,0.1804828643798828,0.1862049102783203 +10000,5000,gpu,homo,True,False,False,0.2853870391845703,0.3192424774169922,0.28514862060546875,0.30040740966796875,0.2760887145996094,0.2932548522949219,0.278472900390625,0.2536773681640625,0.25844573974609375,0.2856254577636719,0.1742839813232422,0.18215179443359375,0.21028518676757812,0.19741058349609375,0.15974044799804688,0.17404556274414062,0.1995563507080078,0.17213821411132812,0.17762184143066406,0.18477439880371094 +10000,5000,gpu,homo,False,False,True,0.5478858947753906,0.48422813415527344,0.5598068237304688,0.4742145538330078,0.4303455352783203,0.4317760467529297,0.42319297790527344,0.4191398620605469,0.41484832763671875,0.4241466522216797,0.2498626708984375,0.4825592041015625,0.5128383636474609,0.3654956817626953,0.32639503479003906,0.37288665771484375,0.3223419189453125,0.35452842712402344,0.48732757568359375,0.37932395935058594 +10000,5000,gpu,homo,False,False,False,0.32973289489746094,0.3387928009033203,0.3261566162109375,0.3459453582763672,0.29659271240234375,0.3218650817871094,0.3058910369873047,0.32019615173339844,0.3573894500732422,0.32019615173339844,0.32806396484375,0.30112266540527344,0.2994537353515625,0.29969215393066406,0.30803680419921875,0.3294944763183594,0.31757354736328125,0.3218650817871094,0.4124641418457031,0.47850608825683594 +10000,5000,gpu,uniform,True,True,True,0.354766845703125,0.3390312194824219,0.3509521484375,0.3368854522705078,0.3292560577392578,0.3342628479003906,0.32973289489746094,0.33545494079589844,0.34117698669433594,0.31757354736328125,0.35071372985839844,0.4220008850097656,0.4062652587890625,0.39839744567871094,0.3330707550048828,0.4203319549560547,0.3566741943359375,0.3795623779296875,0.29850006103515625,0.4105567932128906 +10000,5000,gpu,uniform,True,True,False,0.6296634674072266,0.4360675811767578,0.6678104400634766,0.6079673767089844,0.8463859558105469,0.5848407745361328,0.5478858947753906,0.5159378051757812,0.5271434783935547,0.5795955657958984,0.45800209045410156,0.5121231079101562,0.5526542663574219,0.6849765777587891,0.507354736328125,0.48851966857910156,0.4856586456298828,0.4878044128417969,0.4868507385253906,0.49591064453125 +10000,5000,gpu,uniform,False,True,True,0.41961669921875,0.3490447998046875,0.35953521728515625,0.35452842712402344,0.36263465881347656,0.37479400634765625,0.30922889709472656,0.32711029052734375,0.3104209899902344,0.3314018249511719,0.4482269287109375,0.4112720489501953,0.4143714904785156,0.4105567932128906,0.4334449768066406,0.3864765167236328,0.37479400634765625,0.4277229309082031,0.41294097900390625,0.3883838653564453 +10000,5000,gpu,uniform,False,True,False,0.5946159362792969,0.6232261657714844,0.5686283111572266,0.5881786346435547,0.5497932434082031,0.5483627319335938,0.5297660827636719,0.5333423614501953,0.6086826324462891,0.6465911865234375,0.5099773406982422,0.5068778991699219,0.48089027404785156,0.5271434783935547,0.46706199645996094,0.5207061767578125,0.47206878662109375,0.4935264587402344,0.46753883361816406,0.4944801330566406 +10000,5000,gpu,uniform,True,False,True,0.3261566162109375,0.34427642822265625,0.3941059112548828,0.6136894226074219,0.4894733428955078,0.5054473876953125,0.5404949188232422,0.5474090576171875,0.4913806915283203,0.5233287811279297,0.3345012664794922,0.3330707550048828,0.30517578125,0.3540515899658203,0.36454200744628906,0.33664703369140625,0.30922889709472656,0.29921531677246094,0.32138824462890625,0.32401084899902344 +10000,5000,gpu,uniform,True,False,False,0.5249977111816406,0.5381107330322266,0.5176067352294922,0.4856586456298828,0.4830360412597656,0.4787445068359375,0.4589557647705078,0.5083084106445312,0.48923492431640625,0.4799365997314453,0.3790855407714844,0.5214214324951172,0.43773651123046875,0.36454200744628906,0.3528594970703125,0.3914833068847656,0.3845691680908203,0.3597736358642578,0.37550926208496094,0.36644935607910156 +10000,5000,gpu,uniform,False,False,True,0.26106834411621094,0.29850006103515625,0.6413459777832031,0.5085468292236328,0.45299530029296875,0.4584789276123047,0.4513263702392578,0.4508495330810547,0.4572868347167969,0.4603862762451172,0.4589557647705078,0.43487548828125,0.4477500915527344,0.4837512969970703,0.3452301025390625,0.3478527069091797,0.3838539123535156,0.3361701965332031,0.3383159637451172,0.3352165222167969 +10000,5000,gpu,uniform,False,False,False,0.25844573974609375,0.2315044403076172,0.24080276489257812,0.2391338348388672,0.25534629821777344,0.2551078796386719,0.2434253692626953,0.247955322265625,0.2574920654296875,0.247955322265625,0.26106834411621094,0.23794174194335938,0.26106834411621094,0.26035308837890625,0.2231597900390625,0.2391338348388672,0.2219676971435547,0.232696533203125,0.24366378784179688,0.23293495178222656 +10000,5000,gpu,normal,True,True,True,0.33593177795410156,0.3006458282470703,0.35643577575683594,0.2918243408203125,0.3097057342529297,0.2942085266113281,0.3204345703125,0.29754638671875,0.3063678741455078,0.2856254577636719,0.45680999755859375,0.5085468292236328,0.4620552062988281,0.48422813415527344,0.4458427429199219,0.48160552978515625,0.4620552062988281,0.47326087951660156,0.45561790466308594,0.4508495330810547 +10000,5000,gpu,normal,True,True,False,0.5347728729248047,0.6124973297119141,0.5438327789306641,0.5252361297607422,0.5156993865966797,0.5345344543457031,0.5292892456054688,0.5292892456054688,0.5238056182861328,0.5557537078857422,0.4470348358154297,0.37217140197753906,0.36263465881347656,0.36787986755371094,0.36907196044921875,0.400543212890625,0.38123130798339844,0.4029273986816406,0.3674030303955078,0.37384033203125 +10000,5000,gpu,normal,False,True,True,0.37670135498046875,0.33926963806152344,0.335693359375,0.3323554992675781,0.31495094299316406,0.33354759216308594,0.3643035888671875,0.3399848937988281,0.3402233123779297,0.3104209899902344,0.46825408935546875,0.4267692565917969,0.44727325439453125,0.44655799865722656,0.4696846008300781,0.40650367736816406,0.42366981506347656,0.5095005035400391,0.44655799865722656,0.4870891571044922 +10000,5000,gpu,normal,False,True,False,0.6086826324462891,0.6093978881835938,0.5598068237304688,0.5698204040527344,0.6077289581298828,0.5576610565185547,0.5412101745605469,0.5459785461425781,0.5974769592285156,0.5590915679931641,0.4456043243408203,0.5133152008056641,0.38933753967285156,0.5059242248535156,0.4534721374511719,0.4096031188964844,0.3764629364013672,0.4417896270751953,0.37598609924316406,0.4019737243652344 +10000,5000,gpu,normal,True,False,True,0.2903938293457031,0.25010108947753906,0.3046989440917969,0.32520294189453125,0.2980232238769531,0.2810955047607422,0.3311634063720703,0.33855438232421875,0.6556510925292969,0.6358623504638672,0.22363662719726562,0.2300739288330078,0.21028518676757812,0.2269744873046875,0.2541542053222656,0.2715587615966797,0.30040740966796875,0.2758502960205078,0.18525123596191406,0.23555755615234375 +10000,5000,gpu,normal,True,False,False,0.5068778991699219,0.4932880401611328,0.4603862762451172,0.35643577575683594,0.29397010803222656,0.2903938293457031,0.3154277801513672,0.2963542938232422,0.27632713317871094,0.2884864807128906,0.31685829162597656,0.2589225769042969,0.5245208740234375,0.3349781036376953,0.26607513427734375,0.2810955047607422,0.26988983154296875,0.270843505859375,0.24509429931640625,0.23245811462402344 +10000,5000,gpu,normal,False,False,True,0.31447410583496094,0.2925395965576172,0.2739429473876953,0.2429485321044922,0.2846717834472656,0.2758502960205078,0.29730796813964844,0.2741813659667969,0.31828880310058594,0.3235340118408203,0.34356117248535156,0.3178119659423828,0.3638267517089844,0.3311634063720703,0.30875205993652344,0.31876564025878906,0.3452301025390625,0.3209114074707031,0.31280517578125,0.3159046173095703 +10000,5000,gpu,normal,False,False,False,0.5712509155273438,0.6630420684814453,0.4913806915283203,0.5168914794921875,0.4870891571044922,0.5347728729248047,0.47850608825683594,0.49877166748046875,0.5214214324951172,0.5121231079101562,0.27298927307128906,0.270843505859375,0.2880096435546875,0.24247169494628906,0.27370452880859375,0.30517578125,0.2849102020263672,0.28014183044433594,0.2803802490234375,0.2834796905517578 +10000,10000,gpu,homo,True,True,True,0.4010200500488281,0.36597251892089844,0.34809112548828125,0.37384033203125,0.3483295440673828,0.34546852111816406,0.38909912109375,0.3528594970703125,0.3440380096435547,0.3383159637451172,0.5941390991210938,0.6034374237060547,0.6897449493408203,0.5457401275634766,0.5159378051757812,0.4990100860595703,0.4870891571044922,0.4978179931640625,0.5071163177490234,0.5409717559814453 +10000,10000,gpu,homo,True,True,False,0.5578994750976562,0.5893707275390625,0.5521774291992188,0.5753040313720703,0.5936622619628906,0.5855560302734375,0.6086826324462891,0.5807876586914062,0.5733966827392578,0.5710124969482422,0.5998611450195312,0.6496906280517578,0.5755424499511719,0.5950927734375,0.7185935974121094,0.6926059722900391,0.5981922149658203,0.6165504455566406,0.5946159362792969,0.60272216796875 +10000,10000,gpu,homo,False,True,True,0.5931854248046875,0.6036758422851562,0.6227493286132812,0.6279945373535156,0.6110668182373047,0.5817413330078125,0.5946159362792969,0.5915164947509766,0.6129741668701172,0.5674362182617188,0.4990100860595703,0.5469322204589844,0.8504390716552734,0.7600784301757812,0.6392002105712891,0.6430149078369141,0.6122589111328125,0.6184577941894531,0.6504058837890625,0.6167888641357422 +10000,10000,gpu,homo,False,True,False,0.38313865661621094,0.39839744567871094,0.35190582275390625,0.3974437713623047,0.37217140197753906,0.35309791564941406,0.33926963806152344,0.3788471221923828,0.3573894500732422,0.3838539123535156,0.49686431884765625,0.48995018005371094,0.5021095275878906,0.5979537963867188,0.47087669372558594,0.5109310150146484,0.5106925964355469,0.5047321319580078,0.4944801330566406,0.5240440368652344 +10000,10000,gpu,homo,True,False,True,0.24247169494628906,0.23651123046875,0.24461746215820312,0.25153160095214844,0.2238750457763672,0.2276897430419922,0.2551078796386719,0.22339820861816406,0.2086162567138672,0.2281665802001953,0.2281665802001953,0.2562999725341797,0.2467632293701172,0.2117156982421875,0.23651123046875,0.39076805114746094,0.3905296325683594,0.3638267517089844,0.3294944763183594,0.3204345703125 +10000,10000,gpu,homo,True,False,False,0.26416778564453125,0.24247169494628906,0.2460479736328125,0.232696533203125,0.2238750457763672,0.2295970916748047,0.21576881408691406,0.2448558807373047,0.24080276489257812,0.24557113647460938,0.3325939178466797,0.3254413604736328,0.32210350036621094,0.5655288696289062,0.35881996154785156,0.33211708068847656,0.3368854522705078,0.316619873046875,0.30732154846191406,0.3108978271484375 +10000,10000,gpu,homo,False,False,True,0.2529621124267578,0.23484230041503906,0.2582073211669922,0.25343894958496094,0.2505779266357422,0.25010108947753906,0.24437904357910156,0.24175643920898438,0.26297569274902344,0.2536773681640625,0.2815723419189453,0.2582073211669922,0.23794174194335938,0.24819374084472656,0.2651214599609375,0.5199909210205078,0.29754638671875,0.24652481079101562,0.244140625,0.25463104248046875 +10000,10000,gpu,homo,False,False,False,0.4291534423828125,0.4279613494873047,0.41174888610839844,0.4382133483886719,0.45013427734375,0.40912628173828125,0.45371055603027344,0.44536590576171875,0.3993511199951172,0.4248619079589844,0.2338886260986328,0.22983551025390625,0.23818016052246094,0.21696090698242188,0.2143383026123047,0.22530555725097656,0.22268295288085938,0.225067138671875,0.2551078796386719,0.30684471130371094 +10000,10000,gpu,uniform,True,True,True,0.3910064697265625,0.4012584686279297,0.37550926208496094,0.37360191345214844,0.3924369812011719,0.385284423828125,0.4215240478515625,0.3643035888671875,0.36215782165527344,0.35500526428222656,0.45943260192871094,0.5247592926025391,0.5352497100830078,0.4947185516357422,0.4487037658691406,0.49996376037597656,0.5826950073242188,0.5352497100830078,0.47206878662109375,0.5388259887695312 +10000,10000,gpu,uniform,True,True,False,0.3762245178222656,0.41413307189941406,0.3657341003417969,0.4146099090576172,0.3809928894042969,0.4038810729980469,0.39005279541015625,0.3719329833984375,0.36525726318359375,0.362396240234375,0.5323886871337891,0.507354736328125,0.514984130859375,0.5216598510742188,0.5450248718261719,0.5469322204589844,0.5316734313964844,0.5140304565429688,0.5207061767578125,0.5209445953369141 +10000,10000,gpu,uniform,False,True,True,0.6787776947021484,0.6892681121826172,0.8068084716796875,0.6093978881835938,0.6268024444580078,0.5826950073242188,0.5888938903808594,0.5993843078613281,0.6210803985595703,0.6177425384521484,0.6301403045654297,0.7698535919189453,0.6737709045410156,0.652313232421875,0.6504058837890625,0.6477832794189453,0.6103515625,0.6461143493652344,0.6244182586669922,0.6148815155029297 +10000,10000,gpu,uniform,False,True,False,0.6012916564941406,0.5786418914794922,0.5922317504882812,0.5767345428466797,0.5753040313720703,0.5879402160644531,0.5190372467041016,0.5736351013183594,0.5648136138916016,0.5662441253662109,0.514984130859375,0.5242824554443359,0.5457401275634766,0.5435943603515625,0.5304813385009766,0.5507469177246094,0.5106925964355469,0.5235671997070312,0.5240440368652344,0.5514621734619141 +10000,10000,gpu,uniform,True,False,True,0.6222724914550781,0.522613525390625,0.4703998565673828,0.5223751068115234,0.6170272827148438,0.5273818969726562,0.5171298980712891,0.4932880401611328,0.5185604095458984,0.4851818084716797,0.4425048828125,0.4277229309082031,0.4100799560546875,0.4291534423828125,0.40149688720703125,0.39315223693847656,0.3650188446044922,0.4146099090576172,0.4470348358154297,0.42724609375 +10000,10000,gpu,uniform,True,False,False,0.30803680419921875,0.26679039001464844,0.2770423889160156,0.25272369384765625,0.27561187744140625,0.28228759765625,0.2951622009277344,0.23651123046875,0.26798248291015625,0.2655982971191406,0.24175643920898438,0.2498626708984375,0.28228759765625,0.25653839111328125,0.2582073211669922,0.24962425231933594,0.23627281188964844,0.24271011352539062,0.24318695068359375,0.24652481079101562 +10000,10000,gpu,uniform,False,False,True,0.4971027374267578,0.5037784576416016,0.5235671997070312,0.5266666412353516,0.5223751068115234,0.48613548278808594,0.4756450653076172,0.5142688751220703,0.4889965057373047,0.47707557678222656,0.274658203125,0.2665519714355469,0.27871131896972656,0.25391578674316406,0.2319812774658203,0.2319812774658203,0.28204917907714844,0.278472900390625,0.1983642578125,0.20360946655273438 +10000,10000,gpu,uniform,False,False,False,0.8630752563476562,0.5478858947753906,0.5207061767578125,0.522613525390625,0.5278587341308594,0.5214214324951172,0.5068778991699219,0.5071163177490234,0.5559921264648438,0.5183219909667969,0.3604888916015625,0.36716461181640625,0.35309791564941406,0.3681182861328125,0.3437995910644531,0.3466606140136719,0.3566741943359375,0.3733634948730469,0.34928321838378906,0.34880638122558594 +10000,10000,gpu,normal,True,True,True,0.4215240478515625,0.3509521484375,0.3802776336669922,0.3628730773925781,0.400543212890625,0.4429817199707031,0.400543212890625,0.37598609924316406,0.39887428283691406,0.3769397735595703,0.6079673767089844,0.6737709045410156,0.6031990051269531,0.8721351623535156,0.6413459777832031,0.7190704345703125,0.5319118499755859,0.5812644958496094,0.5152225494384766,0.5908012390136719 +10000,10000,gpu,normal,True,True,False,0.6041526794433594,0.6146430969238281,0.5738735198974609,0.6070137023925781,0.67138671875,0.7436275482177734,0.6420612335205078,0.61798095703125,0.6003379821777344,0.6115436553955078,0.6709098815917969,0.644683837890625,0.6735324859619141,0.6351470947265625,0.6868839263916016,0.6093978881835938,0.6594657897949219,0.6463527679443359,0.6234645843505859,0.6473064422607422 +10000,10000,gpu,normal,False,True,True,0.4343986511230469,0.38051605224609375,0.3871917724609375,0.36787986755371094,0.3619194030761719,0.35262107849121094,0.37360191345214844,0.3631114959716797,0.37026405334472656,0.35309791564941406,0.6623268127441406,0.8196830749511719,0.6740093231201172,0.6582736968994141,0.6358623504638672,0.6592273712158203,0.6411075592041016,0.6539821624755859,0.6289482116699219,0.6742477416992188 +10000,10000,gpu,normal,False,True,False,0.7984638214111328,0.6666183471679688,0.5979537963867188,0.45108795166015625,0.3554821014404297,0.42176246643066406,0.3559589385986328,0.36025047302246094,0.36525726318359375,0.38814544677734375,0.7011890411376953,0.7023811340332031,0.7917881011962891,0.7395744323730469,0.9400844573974609,0.6642341613769531,0.5993843078613281,0.5893707275390625,0.6031990051269531,0.5640983581542969 +10000,10000,gpu,normal,True,False,True,0.5781650543212891,0.5519390106201172,0.5528926849365234,0.5447864532470703,0.5240440368652344,0.5445480346679688,0.4780292510986328,0.4863739013671875,0.5075931549072266,0.5602836608886719,0.28777122497558594,0.2961158752441406,0.2751350402832031,0.3008842468261719,0.2903938293457031,0.2734661102294922,0.3101825714111328,0.3006458282470703,0.3142356872558594,0.2949237823486328 +10000,10000,gpu,normal,True,False,False,0.3342628479003906,0.31828880310058594,0.31828880310058594,0.3266334533691406,0.3001689910888672,0.36787986755371094,0.3123283386230469,0.27680397033691406,0.3063678741455078,0.2694129943847656,0.41866302490234375,0.37932395935058594,0.4024505615234375,0.3902912139892578,0.3998279571533203,0.3948211669921875,0.4048347473144531,0.40221214294433594,0.3502368927001953,0.34356117248535156 +10000,10000,gpu,normal,False,False,True,0.29850006103515625,0.2732276916503906,0.2837181091308594,0.26988983154296875,0.26726722717285156,0.30040740966796875,0.2579689025878906,0.2856254577636719,0.2884864807128906,0.30159950256347656,0.3151893615722656,0.30803680419921875,0.35309791564941406,0.6222724914550781,0.37097930908203125,0.30159950256347656,0.3495216369628906,0.3032684326171875,0.33402442932128906,0.3077983856201172 +10000,10000,gpu,normal,False,False,False,0.35071372985839844,0.3533363342285156,0.7100105285644531,0.43010711669921875,0.3705024719238281,0.3566741943359375,0.3039836883544922,0.32067298889160156,0.3230571746826172,0.28228759765625,0.4119873046875,0.4634857177734375,0.4165172576904297,0.4324913024902344,0.4169940948486328,0.4177093505859375,0.4482269287109375,0.3902912139892578,0.3833770751953125,0.3795623779296875 +10000,25000,gpu,homo,True,True,True,0.5757808685302734,0.5593299865722656,0.5998611450195312,0.5574226379394531,0.5571842193603516,0.5660057067871094,0.5776882171630859,0.5633831024169922,0.5662441253662109,0.5564689636230469,1.026153564453125,1.1725425720214844,1.0676383972167969,1.1489391326904297,1.0085105895996094,1.1146068572998047,0.9911060333251953,1.1126995086669922,0.9670257568359375,1.0890960693359375 +10000,25000,gpu,homo,True,True,False,0.5908012390136719,0.6082057952880859,0.5664825439453125,0.5910396575927734,0.5519390106201172,0.591278076171875,0.5757808685302734,0.6873607635498047,0.5862712860107422,0.5848407745361328,1.005411148071289,0.9477138519287109,0.9784698486328125,0.9312629699707031,0.9772777557373047,0.9503364562988281,0.9524822235107422,0.9450912475585938,0.9944438934326172,0.9205341339111328 +10000,25000,gpu,homo,False,True,True,0.8418560028076172,0.8008480072021484,0.8444786071777344,0.7956027984619141,0.7975101470947266,0.8273124694824219,0.8080005645751953,0.804901123046875,0.7877349853515625,0.9217262268066406,0.8032321929931641,0.8261203765869141,1.1250972747802734,0.8165836334228516,0.7503032684326172,0.8001327514648438,0.7472038269042969,0.7741451263427734,0.7500648498535156,0.7531642913818359 +10000,25000,gpu,homo,False,True,False,0.6868839263916016,0.6330013275146484,0.7181167602539062,0.6577968597412109,0.6670951843261719,0.9007453918457031,0.6651878356933594,0.6468296051025391,0.6704330444335938,0.6537437438964844,0.7748603820800781,0.762939453125,0.8039474487304688,0.7450580596923828,0.8323192596435547,0.7271766662597656,0.7951259613037109,0.7250308990478516,0.84686279296875,0.7622241973876953 +10000,25000,gpu,homo,True,False,True,0.25343894958496094,0.23627281188964844,0.240325927734375,0.21529197692871094,0.22077560424804688,0.23651123046875,0.21147727966308594,0.21505355834960938,0.22149085998535156,0.2162456512451172,0.4744529724121094,0.41604042053222656,0.43129920959472656,0.37384033203125,0.34117698669433594,0.32830238342285156,0.34546852111816406,0.3323554992675781,0.33473968505859375,0.3299713134765625 +10000,25000,gpu,homo,True,False,False,0.23365020751953125,0.2779960632324219,0.2338886260986328,0.2357959747314453,0.213623046875,0.232696533203125,0.21910667419433594,0.22149085998535156,0.23293495178222656,0.1983642578125,0.4525184631347656,0.4334449768066406,0.438690185546875,0.4775524139404297,0.4603862762451172,0.4355907440185547,0.45561790466308594,0.4420280456542969,0.4749298095703125,0.476837158203125 +10000,25000,gpu,homo,False,False,True,0.3170967102050781,0.3151893615722656,0.30732154846191406,0.29397010803222656,0.2808570861816406,0.301361083984375,0.2970695495605469,0.3190040588378906,0.3509521484375,0.2989768981933594,0.2760887145996094,0.2663135528564453,0.2770423889160156,0.2651214599609375,0.2799034118652344,0.2598762512207031,0.22554397583007812,0.2503395080566406,0.2541542053222656,0.24747848510742188 +10000,25000,gpu,homo,False,False,False,0.3299713134765625,0.3139972686767578,0.3001689910888672,0.2968311309814453,0.29969215393066406,0.2865791320800781,0.3063678741455078,0.2968311309814453,0.2989768981933594,0.30231475830078125,0.26702880859375,0.2391338348388672,0.2269744873046875,0.23603439331054688,0.2315044403076172,0.23293495178222656,0.21195411682128906,0.4379749298095703,0.3674030303955078,0.3094673156738281 +10000,25000,gpu,uniform,True,True,True,0.5643367767333984,0.5395412445068359,0.5824565887451172,0.5941390991210938,0.5812644958496094,0.5481243133544922,0.5757808685302734,0.5564689636230469,0.5486011505126953,0.5404949188232422,1.0445117950439453,1.3170242309570312,1.0652542114257812,1.249551773071289,1.1255741119384766,1.4009475708007812,1.1773109436035156,1.1992454528808594,1.027822494506836,1.2717247009277344 +10000,25000,gpu,uniform,True,True,False,0.8871555328369141,0.9143352508544922,0.8046627044677734,0.8027553558349609,0.7822513580322266,0.8375644683837891,0.7641315460205078,0.8397102355957031,0.8044242858886719,0.7936954498291016,1.081228256225586,1.0080337524414062,1.0547637939453125,1.0409355163574219,1.0325908660888672,1.4123916625976562,1.1529922485351562,0.9732246398925781,1.0840892791748047,0.9334087371826172 +10000,25000,gpu,uniform,False,True,True,0.6208419799804688,0.5950927734375,0.5757808685302734,0.5872249603271484,0.5950927734375,0.5755424499511719,0.583648681640625,0.5567073822021484,0.5705356597900391,0.5586147308349609,0.7786750793457031,0.8120536804199219,0.7874965667724609,0.8127689361572266,0.8070468902587891,0.7846355438232422,0.7050037384033203,0.7593631744384766,0.7288455963134766,0.7889270782470703 +10000,25000,gpu,uniform,False,True,False,0.8425712585449219,1.0123252868652344,0.9019374847412109,0.8339881896972656,0.8940696716308594,0.7975101470947266,0.8151531219482422,1.0077953338623047,0.9949207305908203,0.8232593536376953,0.8263587951660156,0.7843971252441406,0.8809566497802734,1.0068416595458984,0.9696483612060547,0.9055137634277344,0.9131431579589844,0.8740425109863281,0.8921623229980469,0.8776187896728516 +10000,25000,gpu,uniform,True,False,True,0.3070831298828125,0.25963783264160156,0.2460479736328125,0.2422332763671875,0.2703666687011719,0.2644062042236328,0.23412704467773438,0.2548694610595703,0.23102760314941406,0.2636909484863281,0.3676414489746094,0.40078163146972656,0.3459453582763672,0.3581047058105469,0.3764629364013672,0.3821849822998047,0.331878662109375,0.3566741943359375,0.3216266632080078,0.3077983856201172 +10000,25000,gpu,uniform,True,False,False,0.5474090576171875,0.5404949188232422,0.5018711090087891,0.5238056182861328,0.5066394805908203,0.47779083251953125,0.46324729919433594,0.47588348388671875,0.4878044128417969,0.4863739013671875,0.34737586975097656,0.354766845703125,0.37598609924316406,0.38623809814453125,0.3504753112792969,0.3719329833984375,0.5335807800292969,0.5125999450683594,0.44608116149902344,0.3802776336669922 +10000,25000,gpu,uniform,False,False,True,0.6155967712402344,0.5753040313720703,0.5619525909423828,0.5714893341064453,0.6477832794189453,0.5831718444824219,0.5786418914794922,0.5786418914794922,0.5517005920410156,0.5738735198974609,0.4093647003173828,0.38123130798339844,0.3440380096435547,0.3695487976074219,0.3616809844970703,0.36978721618652344,0.3669261932373047,0.362396240234375,0.3509521484375,0.33020973205566406 +10000,25000,gpu,uniform,False,False,False,0.37789344787597656,0.3705024719238281,0.3571510314941406,0.3924369812011719,0.7116794586181641,0.3693103790283203,0.34809112548828125,0.3712177276611328,0.3437995910644531,0.35858154296875,0.24080276489257812,0.27942657470703125,0.24771690368652344,0.2529621124267578,0.22792816162109375,0.26702880859375,0.2186298370361328,0.25272369384765625,0.2510547637939453,0.255584716796875 +10000,25000,gpu,normal,True,True,True,0.6325244903564453,0.560760498046875,0.5941390991210938,0.6270408630371094,0.5555152893066406,0.5629062652587891,0.6105899810791016,0.5543231964111328,0.5669593811035156,0.5762577056884766,1.0859966278076172,1.2476444244384766,1.0869503021240234,1.2869834899902344,1.0755062103271484,1.2149810791015625,1.0027885437011719,1.3022422790527344,1.039266586303711,1.2202262878417969 +10000,25000,gpu,normal,True,True,False,0.8132457733154297,0.7941722869873047,0.7894039154052734,0.7913112640380859,0.7417201995849609,0.7944107055664062,0.7686614990234375,0.8401870727539062,0.7946491241455078,0.7772445678710938,1.0447502136230469,1.0199546813964844,1.033782958984375,1.062154769897461,1.0302066802978516,1.024484634399414,1.2538433074951172,1.1661052703857422,1.1408329010009766,1.1975765228271484 +10000,25000,gpu,normal,False,True,True,0.6093978881835938,0.6129741668701172,0.6039142608642578,0.5922317504882812,0.5855560302734375,0.5695819854736328,0.55694580078125,0.5435943603515625,0.6101131439208984,0.5657672882080078,0.9207725524902344,1.0690689086914062,0.8878707885742188,0.9419918060302734,0.8714199066162109,0.9868144989013672,0.8447170257568359,0.8959770202636719,0.9033679962158203,0.9567737579345703 +10000,25000,gpu,normal,False,True,False,0.7872581481933594,0.7350444793701172,0.8091926574707031,0.8175373077392578,0.7140636444091797,0.6310939788818359,0.7042884826660156,0.6093978881835938,0.6711483001708984,0.6546974182128906,1.0395050048828125,0.8997917175292969,0.9131431579589844,0.8845329284667969,0.942230224609375,0.8738040924072266,1.0714530944824219,0.9620189666748047,1.018524169921875,0.9801387786865234 +10000,25000,gpu,normal,True,False,True,0.4410743713378906,0.6597042083740234,0.5154609680175781,0.4963874816894531,0.48279762268066406,0.4620552062988281,0.4773139953613281,0.522613525390625,0.5223751068115234,0.5123615264892578,0.6098747253417969,0.5953311920166016,0.5574226379394531,0.5369186401367188,0.5550384521484375,0.5528926849365234,0.5273818969726562,0.5826950073242188,0.7643699645996094,0.6504058837890625 +10000,25000,gpu,normal,True,False,False,0.34117698669433594,0.3139972686767578,0.32067298889160156,0.2894401550292969,0.3063678741455078,0.316619873046875,0.3399848937988281,0.3306865692138672,0.3020763397216797,0.33164024353027344,0.44274330139160156,0.4379749298095703,0.4363059997558594,0.4639625549316406,0.4405975341796875,0.4487037658691406,0.4241466522216797,0.42891502380371094,0.4825592041015625,0.5044937133789062 +10000,25000,gpu,normal,False,False,True,0.46133995056152344,0.4673004150390625,0.4475116729736328,0.4627704620361328,0.43654441833496094,0.4787445068359375,0.43845176696777344,0.46372413635253906,0.4782676696777344,0.47469139099121094,0.4317760467529297,0.45037269592285156,0.4105567932128906,0.4527568817138672,0.4394054412841797,0.4608631134033203,0.6258487701416016,0.5364418029785156,0.5011558532714844,0.4305839538574219 +10000,25000,gpu,normal,False,False,False,0.5066394805908203,0.4363059997558594,0.774383544921875,0.49614906311035156,0.47087669372558594,0.5173683166503906,0.4928112030029297,0.4508495330810547,0.46181678771972656,0.4367828369140625,0.30040740966796875,0.2925395965576172,0.31828880310058594,0.301361083984375,0.29158592224121094,0.28896331787109375,0.3058910369873047,0.2720355987548828,0.30517578125,0.28204917907714844 +10000,37500,gpu,homo,True,True,True,0.7863044738769531,0.7390975952148438,0.7531642913818359,1.0247230529785156,1.1603832244873047,1.0149478912353516,0.9682178497314453,0.9469985961914062,0.9515285491943359,0.9596347808837891,1.5573501586914062,1.5878677368164062,1.6486644744873047,1.5687942504882812,1.5282630920410156,1.6362667083740234,1.5151500701904297,1.5850067138671875,1.4781951904296875,1.8911361694335938 +10000,37500,gpu,homo,True,True,False,0.9431838989257812,0.9653568267822266,0.7967948913574219,0.7319450378417969,0.7574558258056641,0.7724761962890625,0.7517337799072266,0.9481906890869141,0.7429122924804688,0.7395744323730469,2.083301544189453,1.7018318176269531,2.070188522338867,2.001523971557617,1.7719268798828125,1.6558170318603516,1.7726421356201172,1.6345977783203125,1.7933845520019531,1.6417503356933594 +10000,37500,gpu,homo,False,True,True,0.7855892181396484,0.8900165557861328,0.8294582366943359,0.8893013000488281,0.8342266082763672,1.207113265991211,1.0805130004882812,1.1355876922607422,1.035451889038086,1.1026859283447266,1.5347003936767578,1.06048583984375,1.0998249053955078,1.1463165283203125,1.0676383972167969,1.0714530944824219,1.1219978332519531,1.1441707611083984,1.0924339294433594,1.0495185852050781 +10000,37500,gpu,homo,False,True,False,1.0714530944824219,1.0724067687988281,1.096963882446289,0.9152889251708984,0.9655952453613281,0.9334087371826172,1.0046958923339844,0.9987354278564453,1.0101795196533203,0.8995532989501953,0.9839534759521484,0.8821487426757812,0.9505748748779297,0.9162425994873047,0.9162425994873047,0.8251667022705078,0.9214878082275391,0.9255409240722656,0.9241104125976562,0.8819103240966797 +10000,37500,gpu,homo,True,False,True,0.26488304138183594,0.22292137145996094,0.2434253692626953,0.28896331787109375,0.26869773864746094,0.30159950256347656,0.44798851013183594,0.26035308837890625,0.25582313537597656,0.27489662170410156,0.4374980926513672,0.4012584686279297,0.4162788391113281,0.39076805114746094,0.423431396484375,0.40411949157714844,0.42176246643066406,0.4162788391113281,0.37741661071777344,0.3962516784667969 +10000,37500,gpu,homo,True,False,False,0.22649765014648438,0.2396106719970703,0.2536773681640625,0.2498626708984375,0.22792816162109375,0.2295970916748047,0.23293495178222656,0.24652481079101562,0.24008750915527344,0.2579689025878906,0.4475116729736328,0.42057037353515625,0.4363059997558594,0.4367828369140625,0.4324913024902344,0.4279613494873047,0.43892860412597656,0.43129920959472656,0.4634857177734375,0.4763603210449219 +10000,37500,gpu,homo,False,False,True,0.4527568817138672,0.47469139099121094,0.3821849822998047,0.3719329833984375,0.3509521484375,0.3833770751953125,0.36835670471191406,0.37741661071777344,0.35858154296875,0.3573894500732422,0.25582313537597656,0.20360946655273438,0.2129077911376953,0.21147727966308594,0.202178955078125,0.1983642578125,0.20956993103027344,0.2009868621826172,0.1995563507080078,0.2048015594482422 +10000,37500,gpu,homo,False,False,False,0.47397613525390625,0.39577484130859375,0.4172325134277344,0.7426738739013672,0.4267692565917969,0.3924369812011719,0.38814544677734375,0.38933753967285156,0.38886070251464844,0.4563331604003906,0.17714500427246094,0.1919269561767578,0.22077560424804688,0.21076202392578125,0.20003318786621094,0.19669532775878906,0.202178955078125,0.19741058349609375,0.21696090698242188,0.2193450927734375 +10000,37500,gpu,uniform,True,True,True,1.0828971862792969,1.2576580047607422,0.9925365447998047,1.0256767272949219,1.0187625885009766,1.0066032409667969,1.0030269622802734,0.9348392486572266,0.9770393371582031,0.9663105010986328,1.5025138854980469,1.827239990234375,1.4803409576416016,1.8362998962402344,1.50299072265625,1.7685890197753906,1.9927024841308594,1.9235610961914062,1.499176025390625,1.8968582153320312 +10000,37500,gpu,uniform,True,True,False,0.9839534759521484,0.9844303131103516,0.9677410125732422,0.9715557098388672,0.9353160858154297,0.9844303131103516,0.8718967437744141,0.8704662322998047,0.8642673492431641,0.8623600006103516,1.7476081848144531,1.6036033630371094,1.6911029815673828,1.7955303192138672,1.7383098602294922,1.6028881072998047,1.8248558044433594,1.6698837280273438,1.6493797302246094,1.4905929565429688 +10000,37500,gpu,uniform,False,True,True,0.7581710815429688,0.8254051208496094,0.7996559143066406,0.7994174957275391,0.7240772247314453,0.78582763671875,0.7238388061523438,0.8153915405273438,0.7631778717041016,0.7829666137695312,1.203775405883789,1.0232925415039062,0.9987354278564453,0.9586811065673828,0.9391307830810547,1.0058879852294922,0.9684562683105469,0.9703636169433594,0.9686946868896484,1.005411148071289 +10000,37500,gpu,uniform,False,True,False,0.8795261383056641,0.8382797241210938,0.8330345153808594,0.8094310760498047,0.7758140563964844,0.7617473602294922,0.8242130279541016,0.7548332214355469,0.8184909820556641,0.7302761077880859,0.9744167327880859,0.9355545043945312,0.9844303131103516,0.9655952453613281,1.0113716125488281,0.9772777557373047,0.9713172912597656,0.9634494781494141,1.0237693786621094,0.9176731109619141 +10000,37500,gpu,uniform,True,False,True,0.7696151733398438,0.5528926849365234,0.5116462707519531,0.5295276641845703,0.48470497131347656,0.5147457122802734,0.49996376037597656,0.5271434783935547,0.4901885986328125,0.4940032958984375,0.45418739318847656,0.45180320739746094,0.45800209045410156,0.44083595275878906,0.4146099090576172,0.49424171447753906,0.47278404235839844,0.4303455352783203,0.4291534423828125,0.4341602325439453 +10000,37500,gpu,uniform,True,False,False,0.29730796813964844,0.2925395965576172,0.27680397033691406,0.2713203430175781,0.27942657470703125,0.6849765777587891,0.5435943603515625,0.5035400390625,0.4723072052001953,0.5054473876953125,0.6082057952880859,0.5743503570556641,0.5342960357666016,0.5681514739990234,0.5519390106201172,0.5221366882324219,0.5934238433837891,0.5490779876708984,0.5528926849365234,0.5352497100830078 +10000,37500,gpu,uniform,False,False,True,0.7090568542480469,0.8168220520019531,0.7302761077880859,0.7495880126953125,0.7162094116210938,0.7128715515136719,0.8046627044677734,0.8294582366943359,0.9222030639648438,0.8387565612792969,0.4734992980957031,0.41365623474121094,0.3459453582763672,0.33092498779296875,0.3540515899658203,0.4658699035644531,0.42319297790527344,0.3571510314941406,0.2880096435546875,0.2849102020263672 +10000,37500,gpu,uniform,False,False,False,0.5316734313964844,0.48470497131347656,0.4875659942626953,0.5099773406982422,0.492095947265625,0.5269050598144531,0.5350112915039062,0.4870891571044922,0.4992485046386719,0.5404949188232422,0.2789497375488281,0.27108192443847656,0.278472900390625,0.2799034118652344,0.27441978454589844,0.28896331787109375,0.2846717834472656,0.26488304138183594,0.27370452880859375,0.2791881561279297 +10000,37500,gpu,normal,True,True,True,0.8151531219482422,0.7205009460449219,0.7338523864746094,0.7274150848388672,0.7953643798828125,0.7348060607910156,0.7658004760742188,0.7283687591552734,0.7684230804443359,0.7376670837402344,1.7125606536865234,2.2411346435546875,2.001523971557617,1.9140243530273438,1.8727779388427734,1.924753189086914,1.8682479858398438,2.0155906677246094,1.9621849060058594,2.309560775756836 +10000,37500,gpu,normal,True,True,False,0.7531642913818359,0.7812976837158203,0.7388591766357422,0.7863044738769531,0.7052421569824219,0.7398128509521484,0.7202625274658203,0.7693767547607422,0.7505416870117188,0.7748603820800781,1.972198486328125,1.9178390502929688,1.9443035125732422,1.9063949584960938,1.9383430480957031,2.1064281463623047,1.9214153289794922,1.8646717071533203,1.9807815551757812,1.8239021301269531 +10000,37500,gpu,normal,False,True,True,0.7147789001464844,0.8013248443603516,0.7386207580566406,0.759124755859375,0.7326602935791016,0.7691383361816406,1.0561943054199219,0.7946491241455078,0.7815361022949219,0.8182525634765625,1.1065006256103516,1.148223876953125,1.0726451873779297,1.2297630310058594,1.0967254638671875,1.1327266693115234,1.0538101196289062,1.0936260223388672,0.9911060333251953,1.4293193817138672 +10000,37500,gpu,normal,False,True,False,0.7598400115966797,0.7202625274658203,1.0182857513427734,0.7586479187011719,0.7638931274414062,0.7436275482177734,0.7748603820800781,0.7314682006835938,0.7171630859375,0.7040500640869141,1.4548301696777344,1.0085105895996094,1.0986328125,0.9477138519287109,1.1446475982666016,1.0077953338623047,1.0526180267333984,0.9660720825195312,1.1153221130371094,0.9534358978271484 +10000,37500,gpu,normal,True,False,True,0.32520294189453125,0.28324127197265625,0.2849102020263672,0.2799034118652344,0.26416778564453125,0.2758502960205078,0.2796649932861328,0.2732276916503906,0.3459453582763672,0.2899169921875,0.6225109100341797,0.5803108215332031,0.6380081176757812,0.6151199340820312,0.5960464477539062,0.6501674652099609,0.6737709045410156,0.8897781372070312,0.8172988891601562,0.7731914520263672 +10000,37500,gpu,normal,True,False,False,0.5121231079101562,0.5369186401367188,0.48232078552246094,0.4878044128417969,0.4978179931640625,0.47659873962402344,0.5612373352050781,0.5533695220947266,0.4992485046386719,0.5784034729003906,0.8974075317382812,0.8249282836914062,0.7958412170410156,0.7481575012207031,0.7188320159912109,0.7216930389404297,0.6878376007080078,0.6847381591796875,0.720977783203125,0.7264614105224609 +10000,37500,gpu,normal,False,False,True,0.7300376892089844,0.7264614105224609,0.7097721099853516,0.7534027099609375,0.7171630859375,0.7126331329345703,0.7243156433105469,0.7257461547851562,0.6928443908691406,0.69427490234375,0.3676414489746094,0.3504753112792969,0.3008842468261719,0.35881996154785156,0.31375885009765625,0.29659271240234375,0.6406307220458984,0.3802776336669922,0.3516674041748047,0.35071372985839844 +10000,37500,gpu,normal,False,False,False,0.7431507110595703,0.7653236389160156,0.804901123046875,0.7615089416503906,0.7510185241699219,1.0721683502197266,0.8001327514648438,0.7417201995849609,0.7419586181640625,0.7054805755615234,0.3414154052734375,0.5457401275634766,0.4839897155761719,0.4591941833496094,0.4267692565917969,0.4706382751464844,0.4057884216308594,0.4253387451171875,0.43082237243652344,0.45680999755859375 +10000,50000,gpu,homo,True,True,True,0.9603500366210938,0.8966922760009766,0.9398460388183594,0.8609294891357422,0.9016990661621094,0.8673667907714844,0.9009838104248047,0.8783340454101562,0.9095668792724609,0.9012222290039062,1.8968582153320312,2.200603485107422,2.2225379943847656,2.2058486938476562,2.0012855529785156,2.2344589233398438,2.02178955078125,2.191781997680664,2.0787715911865234,2.3670196533203125 +10000,50000,gpu,homo,True,True,False,0.9012222290039062,0.8802413940429688,0.8857250213623047,1.220703125,1.41143798828125,1.165151596069336,1.1110305786132812,1.1284351348876953,1.085519790649414,1.1248588562011719,2.2406578063964844,2.084970474243164,2.2940635681152344,2.1071434020996094,2.3996829986572266,2.3081302642822266,2.4149417877197266,2.336263656616211,2.295255661010742,2.242565155029297 +10000,50000,gpu,homo,False,True,True,1.2083053588867188,0.9381771087646484,1.077413558959961,0.9765625,1.1060237884521484,0.9696483612060547,1.1088848114013672,0.9171962738037109,1.0924339294433594,0.9615421295166016,1.1591911315917969,1.0704994201660156,1.1026859283447266,1.094818115234375,1.1289119720458984,1.10626220703125,1.173257827758789,1.1088848114013672,1.1060237884521484,1.1107921600341797 +10000,50000,gpu,homo,False,True,False,0.9927749633789062,1.0726451873779297,1.0449886322021484,1.107931137084961,0.9908676147460938,1.0745525360107422,0.9763240814208984,1.0483264923095703,1.0018348693847656,1.0597705841064453,1.1181831359863281,1.0569095611572266,1.0955333709716797,1.0783672332763672,1.0640621185302734,1.0194778442382812,1.1262893676757812,1.093149185180664,1.0876655578613281,1.0478496551513672 +10000,50000,gpu,homo,True,False,True,0.23889541625976562,0.2551078796386719,0.24461746215820312,0.24366378784179688,0.23508071899414062,0.217437744140625,0.23126602172851562,0.20813941955566406,0.21338462829589844,0.21648406982421875,0.54931640625,0.5123615264892578,0.5440711975097656,0.7715225219726562,0.8103847503662109,0.6654262542724609,0.6303787231445312,0.629425048828125,0.5791187286376953,0.5288124084472656 +10000,50000,gpu,homo,True,False,False,0.2892017364501953,0.2410411834716797,0.24127960205078125,0.247955322265625,0.2372264862060547,0.25963783264160156,0.2624988555908203,0.25272369384765625,0.2522468566894531,0.255584716796875,0.5080699920654297,0.576019287109375,0.5054473876953125,0.4940032958984375,0.4711151123046875,0.5278587341308594,0.4894733428955078,0.4954338073730469,0.4963874816894531,0.49686431884765625 +10000,50000,gpu,homo,False,False,True,0.7197856903076172,0.7421970367431641,0.7367134094238281,0.6048679351806641,0.5536079406738281,0.5333423614501953,0.5471706390380859,0.5118846893310547,0.5211830139160156,0.5538463592529297,0.21505355834960938,0.25582313537597656,0.22220611572265625,0.2391338348388672,0.2346038818359375,0.20837783813476562,0.22554397583007812,0.22673606872558594,0.2319812774658203,0.23055076599121094 +10000,50000,gpu,homo,False,False,False,0.7228851318359375,0.7309913635253906,0.7169246673583984,0.7100105285644531,0.7121562957763672,0.6916522979736328,0.6926059722900391,0.6883144378662109,0.7112026214599609,0.7255077362060547,0.29754638671875,0.31495094299316406,0.3197193145751953,0.3209114074707031,0.34689903259277344,0.3390312194824219,0.31876564025878906,0.3044605255126953,0.30493736267089844,0.3135204315185547 +10000,50000,gpu,uniform,True,True,True,0.9465217590332031,0.9007453918457031,0.8974075317382812,0.8997917175292969,0.8962154388427734,0.8666515350341797,0.8997917175292969,0.8904933929443359,0.9109973907470703,0.8640289306640625,2.0093917846679688,2.404451370239258,1.917123794555664,2.485990524291992,1.9481182098388672,2.332925796508789,1.9378662109375,2.4487972259521484,2.037525177001953,2.4428367614746094 +10000,50000,gpu,uniform,True,True,False,0.9672641754150391,1.3153553009033203,0.9171962738037109,0.9188652038574219,0.8671283721923828,0.9214878082275391,0.9067058563232422,0.9303092956542969,0.858306884765625,0.8714199066162109,2.217531204223633,2.1677017211914062,2.3169517517089844,2.207040786743164,2.3348331451416016,2.268075942993164,2.3546218872070312,2.1562576293945312,2.100229263305664,2.0864009857177734 +10000,50000,gpu,uniform,False,True,True,0.9844303131103516,0.8592605590820312,0.9562969207763672,0.8661746978759766,0.9906291961669922,0.8597373962402344,0.9438991546630859,0.8938312530517578,0.9355545043945312,1.302480697631836,1.4519691467285156,1.5227794647216797,1.2233257293701172,1.3186931610107422,1.257181167602539,1.2416839599609375,1.173257827758789,1.1610984802246094,1.1680126190185547,1.3308525085449219 +10000,50000,gpu,uniform,False,True,False,1.2781620025634766,1.30462646484375,1.2302398681640625,1.1372566223144531,1.2996196746826172,1.1780261993408203,1.1327266693115234,1.1513233184814453,1.1692047119140625,1.4400482177734375,1.1556148529052734,1.0616779327392578,1.2259483337402344,1.0833740234375,1.1425018310546875,1.1107921600341797,1.1446475982666016,1.0578632354736328,1.1625289916992188,1.0797977447509766 +10000,50000,gpu,uniform,True,False,True,0.29397010803222656,0.2677440643310547,0.2453327178955078,0.27823448181152344,0.2932548522949219,0.2589225769042969,0.29349327087402344,0.2608299255371094,0.24366378784179688,0.24771690368652344,0.6015300750732422,0.5354881286621094,0.5733966827392578,0.5373954772949219,0.5474090576171875,0.5483627319335938,0.5273818969726562,0.4951953887939453,0.51116943359375,0.5142688751220703 +10000,50000,gpu,uniform,True,False,False,0.5335807800292969,0.49495697021484375,0.5145072937011719,0.4978179931640625,0.49233436584472656,0.4913806915283203,0.5068778991699219,0.49424171447753906,0.5152225494384766,0.4992485046386719,0.5338191986083984,0.5710124969482422,0.5686283111572266,0.5576610565185547,0.9787082672119141,0.6692409515380859,0.6649494171142578,0.6768703460693359,0.6530284881591797,0.682830810546875 +10000,50000,gpu,uniform,False,False,True,0.7243156433105469,0.7376670837402344,0.6785392761230469,0.6999969482421875,0.7073879241943359,0.7262229919433594,0.7045269012451172,0.6966590881347656,0.6866455078125,0.7002353668212891,0.41985511779785156,0.3962516784667969,0.42939186096191406,0.4706382751464844,0.4787445068359375,0.3955364227294922,0.40268898010253906,0.41484832763671875,0.3867149353027344,0.3867149353027344 +10000,50000,gpu,uniform,False,False,False,0.6766319274902344,0.6947517395019531,0.6959438323974609,0.6613731384277344,0.6971359252929688,0.7405281066894531,1.0190010070800781,0.6978511810302734,0.6909370422363281,0.7030963897705078,0.29730796813964844,0.28204917907714844,0.3235340118408203,0.5440711975097656,0.42819976806640625,0.40411949157714844,0.3883838653564453,0.37789344787597656,0.36263465881347656,0.377655029296875 +10000,50000,gpu,normal,True,True,True,0.9286403656005859,0.89263916015625,0.8981227874755859,0.8795261383056641,1.2478828430175781,1.1506080627441406,1.1992454528808594,1.3356208801269531,1.1568069458007812,1.1131763458251953,2.334117889404297,2.3941993713378906,2.025127410888672,2.3605823516845703,2.0051002502441406,2.378225326538086,2.084970474243164,2.7036666870117188,2.091646194458008,2.374887466430664 +10000,50000,gpu,normal,True,True,False,1.2242794036865234,1.2593269348144531,1.1849403381347656,1.262664794921875,1.1823177337646484,1.1539459228515625,1.0483264923095703,1.0848045349121094,1.0466575622558594,1.1096000671386719,2.7353763580322266,2.196073532104492,2.427816390991211,2.3033618927001953,2.498626708984375,2.1262168884277344,2.4030208587646484,2.490520477294922,2.5606155395507812,2.2275447845458984 +10000,50000,gpu,normal,False,True,True,1.2023448944091797,1.0914802551269531,1.255035400390625,1.0907649993896484,1.1525154113769531,1.0449886322021484,1.171112060546875,1.0406970977783203,1.1444091796875,1.1756420135498047,1.1625289916992188,1.1708736419677734,1.1386871337890625,1.1909008026123047,1.1227130889892578,1.155853271484375,1.1327266693115234,1.4176368713378906,1.2347698211669922,1.3272762298583984 +10000,50000,gpu,normal,False,True,False,0.90789794921875,0.90789794921875,0.9045600891113281,0.8883476257324219,0.9090900421142578,0.8764266967773438,0.9348392486572266,0.9298324584960938,0.9362697601318359,0.8921623229980469,1.1916160583496094,1.0972023010253906,1.2180805206298828,1.1501312255859375,1.1794567108154297,1.062631607055664,1.2569427490234375,1.314401626586914,1.3136863708496094,1.4448165893554688 +10000,50000,gpu,normal,True,False,True,0.2453327178955078,0.2663135528564453,0.2930164337158203,0.28133392333984375,0.32830238342285156,0.2880096435546875,0.28634071350097656,0.2789497375488281,0.25916099548339844,0.30159950256347656,0.7691383361816406,0.7426738739013672,0.7257461547851562,0.7195472717285156,0.7672309875488281,0.6864070892333984,0.7455348968505859,0.7350444793701172,0.7350444793701172,0.7255077362060547 +10000,50000,gpu,normal,True,False,False,0.7643699645996094,0.6146430969238281,0.5495548248291016,0.5466938018798828,0.5614757537841797,0.5118846893310547,0.5462169647216797,0.5483627319335938,0.5037784576416016,0.4897117614746094,0.7872581481933594,0.7271766662597656,0.7531642913818359,0.7827281951904297,0.7483959197998047,0.7469654083251953,0.7488727569580078,0.7524490356445312,0.7107257843017578,0.7357597351074219 +10000,50000,gpu,normal,False,False,True,1.1019706726074219,1.1150836944580078,1.0898113250732422,1.1153221130371094,1.1050701141357422,1.1615753173828125,1.108407974243164,1.1124610900878906,1.1057853698730469,1.1210441589355469,0.3695487976074219,0.6105899810791016,0.3807544708251953,0.3409385681152344,0.3504753112792969,0.34236907958984375,0.3142356872558594,0.33211708068847656,0.36072731018066406,0.33164024353027344 +10000,50000,gpu,normal,False,False,False,1.0952949523925781,1.0955333709716797,1.1241436004638672,1.2845993041992188,1.138448715209961,1.127004623413086,1.0914802551269531,1.1091232299804688,1.1060237884521484,1.1060237884521484,0.4589557647705078,0.44536590576171875,0.46372413635253906,0.45013427734375,0.4749298095703125,0.4782676696777344,0.4711151123046875,0.46634674072265625,0.4639625549316406,0.48923492431640625 +25000,1000,gpu,homo,True,True,True,0.6873607635498047,0.5483627319335938,0.5254745483398438,0.4725456237792969,0.4582405090332031,0.47898292541503906,0.45228004455566406,0.47206878662109375,0.5047321319580078,0.44798851013183594,0.4317760467529297,0.42438507080078125,0.39005279541015625,0.39124488830566406,0.3936290740966797,0.38933753967285156,0.4143714904785156,0.40912628173828125,0.41222572326660156,0.4627704620361328 +25000,1000,gpu,homo,True,True,False,0.4756450653076172,0.4756450653076172,0.44417381286621094,0.4353523254394531,0.4394054412841797,0.4184246063232422,0.4489421844482422,0.4315376281738281,0.42438507080078125,0.4680156707763672,0.507354736328125,0.514984130859375,0.5371570587158203,0.5521774291992188,0.5602836608886719,0.6077289581298828,0.5552768707275391,0.5116462707519531,0.5137920379638672,0.5228519439697266 +25000,1000,gpu,homo,False,True,True,0.3104209899902344,0.28014183044433594,0.286102294921875,0.3082752227783203,0.3192424774169922,0.27489662170410156,0.26726722717285156,0.29397010803222656,0.2989768981933594,0.27441978454589844,0.5080699920654297,0.4925727844238281,0.49185752868652344,0.5698204040527344,0.5435943603515625,0.49376487731933594,0.49424171447753906,0.6029605865478516,0.5192756652832031,0.4963874816894531 +25000,1000,gpu,homo,False,True,False,0.3218650817871094,0.3151893615722656,0.2732276916503906,0.2758502960205078,0.2849102020263672,0.27680397033691406,0.3185272216796875,0.28252601623535156,0.2951622009277344,0.28228759765625,0.42247772216796875,0.38552284240722656,0.3972053527832031,0.41222572326660156,0.38313865661621094,0.3764629364013672,0.40030479431152344,0.4215240478515625,0.4379749298095703,0.7731914520263672 +25000,1000,gpu,homo,True,False,True,0.37550926208496094,0.362396240234375,0.3573894500732422,0.3528594970703125,0.34236907958984375,0.3376007080078125,0.35119056701660156,0.3845691680908203,0.3478527069091797,0.34236907958984375,0.2703666687011719,0.2562999725341797,0.30040740966796875,0.2620220184326172,0.2655982971191406,0.2689361572265625,0.2682209014892578,0.2837181091308594,0.3986358642578125,0.3845691680908203 +25000,1000,gpu,homo,True,False,False,0.28586387634277344,0.27179718017578125,0.25272369384765625,0.2751350402832031,0.28514862060546875,0.31113624572753906,0.2598762512207031,0.28514862060546875,0.2853870391845703,0.2467632293701172,0.4978179931640625,0.3025531768798828,0.2703666687011719,0.25773048400878906,0.24437904357910156,0.2512931823730469,0.2410411834716797,0.2491474151611328,0.25343894958496094,0.2505779266357422 +25000,1000,gpu,homo,False,False,True,0.27060508728027344,0.23317337036132812,0.2257823944091797,0.20813941955566406,0.2143383026123047,0.2028942108154297,0.20599365234375,0.2105236053466797,0.20742416381835938,0.1976490020751953,0.3006458282470703,0.29659271240234375,0.2944469451904297,0.3056526184082031,0.2999305725097656,0.3333091735839844,0.3428459167480469,0.3261566162109375,0.6732940673828125,0.5044937133789062 +25000,1000,gpu,homo,False,False,False,0.24700164794921875,0.22721290588378906,0.23102760314941406,0.2224445343017578,0.23174285888671875,0.21791458129882812,0.25463104248046875,0.5543231964111328,0.4520416259765625,0.43272972106933594,0.3008842468261719,0.316619873046875,0.3178119659423828,0.2944469451904297,0.29778480529785156,0.3159046173095703,0.2765655517578125,0.3101825714111328,0.3108978271484375,0.30803680419921875 +25000,1000,gpu,uniform,True,True,True,0.5066394805908203,0.5295276641845703,0.5297660827636719,0.5064010620117188,0.492095947265625,0.47469139099121094,0.5238056182861328,0.5042552947998047,0.4928112030029297,0.4951953887939453,0.45037269592285156,0.4703998565673828,0.4706382751464844,0.47469139099121094,0.44465065002441406,0.4646778106689453,0.44536590576171875,0.4334449768066406,0.4394054412841797,0.44035911560058594 +25000,1000,gpu,uniform,True,True,False,0.47707557678222656,0.48804283142089844,0.48923492431640625,0.45871734619140625,0.4837512969970703,0.5042552947998047,0.45228004455566406,0.44345855712890625,0.4744529724121094,0.48613548278808594,0.5450248718261719,0.54931640625,0.5671977996826172,0.5476474761962891,0.5335807800292969,0.6442070007324219,0.5645751953125,0.5512237548828125,0.5717277526855469,0.5314350128173828 +25000,1000,gpu,uniform,False,True,True,0.370025634765625,0.3731250762939453,0.3681182861328125,0.3266334533691406,0.2968311309814453,0.3647804260253906,0.3325939178466797,0.32711029052734375,0.3490447998046875,0.33926963806152344,0.4401206970214844,0.41222572326660156,0.4210472106933594,0.4265308380126953,0.45871734619140625,0.39958953857421875,0.44536590576171875,0.3943443298339844,0.42128562927246094,0.4208087921142578 +25000,1000,gpu,uniform,False,True,False,0.3409385681152344,0.35262107849121094,0.3829002380371094,0.3364086151123047,0.3407001495361328,0.36835670471191406,0.362396240234375,0.3879070281982422,0.35452842712402344,0.3407001495361328,0.5450248718261719,0.5500316619873047,0.5357265472412109,0.5440711975097656,0.5285739898681641,0.5283355712890625,0.5409717559814453,0.5242824554443359,0.5369186401367188,0.5388259887695312 +25000,1000,gpu,uniform,True,False,True,0.4184246063232422,0.4286766052246094,0.3864765167236328,0.7886886596679688,0.6613731384277344,0.7021427154541016,0.6287097930908203,0.6651878356933594,0.5977153778076172,0.4012584686279297,0.32782554626464844,0.29158592224121094,0.29397010803222656,0.29587745666503906,0.4761219024658203,0.3142356872558594,0.308990478515625,0.29921531677246094,0.2548694610595703,0.2646446228027344 +25000,1000,gpu,uniform,True,False,False,0.5412101745605469,0.64849853515625,0.5018711090087891,0.5178451538085938,0.7333755493164062,0.6749629974365234,0.6906986236572266,0.6225109100341797,0.6246566772460938,0.6878376007080078,0.17213821411132812,0.15664100646972656,0.19788742065429688,0.18835067749023438,0.16117095947265625,0.1723766326904297,0.1709461212158203,0.2193450927734375,0.225067138671875,0.49304962158203125 +25000,1000,gpu,uniform,False,False,True,0.2536773681640625,0.2510547637939453,0.25963783264160156,0.24557113647460938,0.22172927856445312,0.2727508544921875,0.42510032653808594,0.2429485321044922,0.2338886260986328,0.6024837493896484,0.5033016204833984,0.4513263702392578,0.4901885986328125,0.43511390686035156,0.47278404235839844,0.4038810729980469,0.4172325134277344,0.4143714904785156,0.4138946533203125,0.44345855712890625 +25000,1000,gpu,uniform,False,False,False,0.4639625549316406,0.48542022705078125,0.45680999755859375,0.4382133483886719,0.44083595275878906,0.42748451232910156,0.4513263702392578,0.4887580871582031,0.4780292510986328,0.7414817810058594,0.4544258117675781,0.5230903625488281,0.6358623504638672,0.46539306640625,0.45561790466308594,0.4260540008544922,0.44846534729003906,0.4532337188720703,0.4367828369140625,0.42557716369628906 +25000,1000,gpu,normal,True,True,True,0.32258033752441406,0.3063678741455078,0.27680397033691406,0.29659271240234375,0.6480216979980469,0.5478858947753906,0.5192756652832031,0.5204677581787109,0.49304962158203125,0.48923492431640625,0.48804283142089844,0.47898292541503906,0.44989585876464844,0.47969818115234375,0.7071495056152344,0.6275177001953125,0.6072521209716797,0.751495361328125,0.63323974609375,0.6155967712402344 +25000,1000,gpu,normal,True,True,False,0.5114078521728516,0.5681514739990234,0.5125999450683594,0.5154609680175781,0.4944801330566406,0.49233436584472656,0.4658699035644531,0.47969818115234375,0.48661231994628906,0.49757957458496094,0.5285739898681641,0.8327960968017578,0.6747245788574219,0.6439685821533203,0.6103515625,0.5834102630615234,0.5943775177001953,0.5693435668945312,0.6699562072753906,0.5886554718017578 +25000,1000,gpu,normal,False,True,True,0.31566619873046875,0.3440380096435547,0.3485679626464844,0.6616115570068359,0.6442070007324219,0.576019287109375,0.5810260772705078,0.5652904510498047,0.5605220794677734,0.5476474761962891,0.5357265472412109,0.5295276641845703,0.6411075592041016,0.6034374237060547,0.5230903625488281,0.5519390106201172,0.5478858947753906,0.5295276641845703,0.5562305450439453,0.5166530609130859 +25000,1000,gpu,normal,False,True,False,0.6129741668701172,0.5631446838378906,0.5922317504882812,0.4813671112060547,0.40984153747558594,0.3800392150878906,0.3781318664550781,0.3762245178222656,0.3573894500732422,0.3714561462402344,0.3898143768310547,0.38743019104003906,0.40078163146972656,0.3936290740966797,0.4258155822753906,0.3666877746582031,0.3914833068847656,0.3821849822998047,0.4150867462158203,0.4277229309082031 +25000,1000,gpu,normal,True,False,True,0.43892860412597656,0.4649162292480469,0.48804283142089844,0.4894733428955078,0.47016143798828125,0.4374980926513672,0.44226646423339844,0.4584789276123047,0.4367828369140625,0.42557716369628906,0.18668174743652344,0.1995563507080078,0.20456314086914062,0.20503997802734375,0.19025802612304688,0.1900196075439453,0.1850128173828125,0.16999244689941406,0.2002716064453125,0.1671314239501953 +25000,1000,gpu,normal,True,False,False,0.6620883941650391,0.6685256958007812,0.6711483001708984,0.6573200225830078,0.6763935089111328,0.6551742553710938,0.6632804870605469,0.7207393646240234,0.7069110870361328,0.7121562957763672,0.22125244140625,0.18715858459472656,0.17762184143066406,0.21219253540039062,0.17833709716796875,0.2040863037109375,0.1766681671142578,0.22292137145996094,0.2295970916748047,0.2288818359375 +25000,1000,gpu,normal,False,False,True,0.24747848510742188,0.25200843811035156,0.2422332763671875,0.2567768096923828,0.28395652770996094,0.26679039001464844,0.25200843811035156,0.2505779266357422,0.21195411682128906,0.2818107604980469,0.4425048828125,0.4355907440185547,0.4146099090576172,0.4451274871826172,0.44846534729003906,0.45800209045410156,0.4191398620605469,0.5004405975341797,0.46253204345703125,0.47898292541503906 +25000,1000,gpu,normal,False,False,False,0.4634857177734375,0.5090236663818359,0.4718303680419922,0.4673004150390625,0.45180320739746094,0.4355907440185547,0.43654441833496094,0.4546642303466797,0.4265308380126953,0.4401206970214844,0.5612373352050781,0.5557537078857422,0.5700588226318359,0.5438327789306641,0.5886554718017578,0.5381107330322266,0.5617141723632812,0.5779266357421875,0.5893707275390625,0.5543231964111328 +25000,2500,gpu,homo,True,True,True,0.3523826599121094,0.33402442932128906,0.29277801513671875,0.33664703369140625,0.30422210693359375,0.28896331787109375,0.29397010803222656,0.3173351287841797,0.3154277801513672,0.37550926208496094,0.5762577056884766,0.5061626434326172,0.5259513854980469,0.43082237243652344,0.4398822784423828,0.4456043243408203,0.4279613494873047,0.44155120849609375,0.431060791015625,0.4477500915527344 +25000,2500,gpu,homo,True,True,False,0.36525726318359375,0.3502368927001953,0.35691261291503906,0.3581047058105469,0.3361701965332031,0.3256797790527344,0.3132820129394531,0.3352165222167969,0.31065940856933594,0.2989768981933594,0.43392181396484375,0.44798851013183594,0.4112720489501953,0.42176246643066406,0.4291534423828125,0.4334449768066406,0.4265308380126953,0.4296302795410156,0.4456043243408203,0.4334449768066406 +25000,2500,gpu,homo,False,True,True,0.5104541778564453,0.6163120269775391,0.5352497100830078,0.6041526794433594,0.5078315734863281,0.5965232849121094,0.5042552947998047,0.6084442138671875,0.5338191986083984,0.6163120269775391,0.6120204925537109,0.5755424499511719,0.5769729614257812,0.6084442138671875,0.5571842193603516,0.6091594696044922,0.5786418914794922,0.5865097045898438,0.5724430084228516,0.5841255187988281 +25000,2500,gpu,homo,False,True,False,0.7290840148925781,0.6115436553955078,0.6155967712402344,0.5662441253662109,0.6108283996582031,0.5757808685302734,0.6318092346191406,0.5359649658203125,0.5915164947509766,0.5600452423095703,0.5600452423095703,0.5381107330322266,0.5645751953125,0.5133152008056641,0.5462169647216797,0.5290508270263672,0.5309581756591797,0.5373954772949219,0.5421638488769531,0.5259513854980469 +25000,2500,gpu,homo,True,False,True,0.30541419982910156,0.27680397033691406,0.28204917907714844,0.2663135528564453,0.31304359436035156,0.3135204315185547,0.3192424774169922,0.3044605255126953,0.3085136413574219,0.2713203430175781,0.17309188842773438,0.1766681671142578,0.1857280731201172,0.16117095947265625,0.1556873321533203,0.1392364501953125,0.1823902130126953,0.1785755157470703,0.1583099365234375,0.16546249389648438 +25000,2500,gpu,homo,True,False,False,0.3085136413574219,0.29087066650390625,0.2944469451904297,0.2827644348144531,0.2791881561279297,0.3056526184082031,0.2942085266113281,0.25725364685058594,0.27489662170410156,0.308990478515625,0.20360946655273438,0.1933574676513672,0.18286705017089844,0.26535987854003906,0.1862049102783203,0.15544891357421875,0.16188621520996094,0.1838207244873047,0.171661376953125,0.1723766326904297 +25000,2500,gpu,homo,False,False,True,0.4353523254394531,0.40531158447265625,0.4267692565917969,0.42510032653808594,0.423431396484375,0.44989585876464844,0.40650367736816406,0.39196014404296875,0.42366981506347656,0.3902912139892578,0.34165382385253906,0.31495094299316406,0.3256797790527344,0.3209114074707031,0.31948089599609375,0.31495094299316406,0.3132820129394531,0.30303001403808594,0.31495094299316406,0.2760887145996094 +25000,2500,gpu,homo,False,False,False,0.415802001953125,0.3936290740966797,0.4734992980957031,0.4458427429199219,0.415802001953125,0.4489421844482422,0.4813671112060547,0.5617141723632812,0.45037269592285156,0.45490264892578125,0.32210350036621094,0.32329559326171875,0.32019615173339844,0.28395652770996094,0.3349781036376953,0.3757476806640625,0.3247261047363281,0.3159046173095703,0.31113624572753906,0.3154277801513672 +25000,2500,gpu,uniform,True,True,True,0.6701946258544922,0.5984306335449219,0.4220008850097656,0.3769397735595703,0.39267539978027344,0.3871917724609375,0.3743171691894531,0.37598609924316406,0.3783702850341797,0.36597251892089844,0.4856586456298828,0.49185752868652344,0.46515464782714844,0.4944801330566406,0.484466552734375,0.48804283142089844,0.4520416259765625,0.48613548278808594,0.46372413635253906,0.4506111145019531 +25000,2500,gpu,uniform,True,True,False,0.3561973571777344,0.38933753967285156,0.3402233123779297,0.3819465637207031,0.4127025604248047,0.3771781921386719,0.4062652587890625,0.33855438232421875,0.3631114959716797,0.37598609924316406,0.6747245788574219,0.5974769592285156,0.6113052368164062,0.6382465362548828,0.6215572357177734,0.6096363067626953,0.7567405700683594,0.6704330444335938,0.6144046783447266,0.6000995635986328 +25000,2500,gpu,uniform,False,True,True,0.37026405334472656,0.4146099090576172,0.3666877746582031,0.7762908935546875,0.6191730499267578,0.6711483001708984,0.5533695220947266,0.6055831909179688,0.5645751953125,0.6072521209716797,0.5674362182617188,0.8831024169921875,0.7805824279785156,0.7536411285400391,0.6818771362304688,0.7462501525878906,0.6628036499023438,0.7562637329101562,0.7114410400390625,0.7259845733642578 +25000,2500,gpu,uniform,False,True,False,0.6310939788818359,0.5745887756347656,0.7207393646240234,0.5662441253662109,0.6582736968994141,0.5681514739990234,0.5786418914794922,0.5490779876708984,0.6184577941894531,0.5712509155273438,0.58746337890625,0.5726814270019531,0.8456707000732422,1.04522705078125,0.713348388671875,0.7030963897705078,0.6628036499023438,0.6492137908935547,0.6663799285888672,0.6082057952880859 +25000,2500,gpu,uniform,True,False,True,0.39505958557128906,0.35190582275390625,0.4291534423828125,0.43654441833496094,0.38933753967285156,0.38313865661621094,0.3600120544433594,0.3764629364013672,0.339508056640625,0.3857612609863281,0.1838207244873047,0.18286705017089844,0.17595291137695312,0.15616416931152344,0.21958351135253906,0.20599365234375,0.21076202392578125,0.15497207641601562,0.20766258239746094,0.19979476928710938 +25000,2500,gpu,uniform,True,False,False,0.3681182861328125,0.3829002380371094,0.33926963806152344,0.3829002380371094,0.3376007080078125,0.3402233123779297,0.3719329833984375,0.3707408905029297,0.35262107849121094,0.3402233123779297,0.2834796905517578,0.2880096435546875,0.28395652770996094,0.30732154846191406,0.29778480529785156,0.2944469451904297,0.31256675720214844,0.29850006103515625,0.31065940856933594,0.32901763916015625 +25000,2500,gpu,uniform,False,False,True,0.5469322204589844,0.5352497100830078,0.5161762237548828,0.5130767822265625,0.49185752868652344,0.4763603210449219,0.46324729919433594,0.45228004455566406,0.6704330444335938,0.5404949188232422,0.3788471221923828,0.3349781036376953,0.3376007080078125,0.3254413604736328,0.3540515899658203,0.34308433532714844,0.3681182861328125,0.34928321838378906,0.3750324249267578,0.35309791564941406 +25000,2500,gpu,uniform,False,False,False,0.5719661712646484,0.5457401275634766,0.6947517395019531,0.5362033843994141,0.47397613525390625,0.5040168762207031,0.5896091461181641,0.5424022674560547,0.4570484161376953,0.4413127899169922,0.36787986755371094,0.3762245178222656,0.37479400634765625,0.3285408020019531,0.31566619873046875,0.3447532653808594,0.34999847412109375,0.3287792205810547,0.3037452697753906,0.36263465881347656 +25000,2500,gpu,normal,True,True,True,0.6797313690185547,0.5958080291748047,0.5948543548583984,0.5776882171630859,0.5784034729003906,0.5629062652587891,0.6501674652099609,0.6952285766601562,0.6089210510253906,0.5645751953125,0.6270408630371094,0.6215572357177734,0.6482601165771484,0.6089210510253906,0.6213188171386719,0.5955696105957031,0.5881786346435547,0.5984306335449219,0.6213188171386719,0.6518363952636719 +25000,2500,gpu,normal,True,True,False,0.598907470703125,0.5424022674560547,0.5538463592529297,0.5314350128173828,0.5447864532470703,0.5252361297607422,0.5638599395751953,0.5669593811035156,0.5486011505126953,0.5376338958740234,0.5290508270263672,0.4947185516357422,0.5342960357666016,0.5087852478027344,0.5049705505371094,0.4811286926269531,0.4909038543701172,0.48828125,0.5161762237548828,0.46563148498535156 +25000,2500,gpu,normal,False,True,True,0.576019287109375,0.5929470062255859,0.579833984375,0.6139278411865234,0.5898475646972656,0.6082057952880859,0.5438327789306641,0.6084442138671875,0.5698204040527344,0.6055831909179688,0.7076263427734375,0.7481575012207031,0.8974075317382812,0.7672309875488281,0.6973743438720703,0.7462501525878906,0.7076263427734375,0.7388591766357422,0.6914138793945312,0.7064342498779297 +25000,2500,gpu,normal,False,True,False,0.6055831909179688,0.5445480346679688,0.5583763122558594,0.5686283111572266,0.6117820739746094,0.5550384521484375,0.5919933319091797,0.598907470703125,0.6392002105712891,0.8141994476318359,0.5686283111572266,0.5846023559570312,0.5931854248046875,0.5712509155273438,0.5810260772705078,0.5626678466796875,0.5743503570556641,0.5540847778320312,0.5457401275634766,0.5590915679931641 +25000,2500,gpu,normal,True,False,True,0.4901885986328125,0.4494190216064453,0.4532337188720703,0.44083595275878906,0.43129920959472656,0.4456043243408203,0.4372596740722656,0.46253204345703125,0.43272972106933594,0.44918060302734375,0.4055500030517578,0.3418922424316406,0.3287792205810547,0.3445148468017578,0.3185272216796875,0.3039836883544922,0.3135204315185547,0.2899169921875,0.31828880310058594,0.29015541076660156 +25000,2500,gpu,normal,True,False,False,0.4508495330810547,0.43702125549316406,0.46634674072265625,0.4420280456542969,0.4367828369140625,0.46753883361816406,0.43845176696777344,0.43272972106933594,0.39577484130859375,0.47326087951660156,0.3447532653808594,0.324249267578125,0.3273487091064453,0.308990478515625,0.3132820129394531,0.3273487091064453,0.3123283386230469,0.3170967102050781,0.3108978271484375,0.3197193145751953 +25000,2500,gpu,normal,False,False,True,0.3001689910888672,0.2646446228027344,0.2906322479248047,0.27251243591308594,0.2415180206298828,0.2391338348388672,0.2655982971191406,0.24127960205078125,0.2884864807128906,0.24700164794921875,0.4792213439941406,0.46539306640625,0.5013942718505859,0.45609474182128906,0.46515464782714844,0.4513263702392578,0.4639625549316406,0.45990943908691406,0.43392181396484375,0.45228004455566406 +25000,2500,gpu,normal,False,False,False,0.4742145538330078,0.45871734619140625,0.4591941833496094,0.44274330139160156,0.44155120849609375,0.4398822784423828,0.5517005920410156,0.5974769592285156,0.4773139953613281,0.47206878662109375,0.6003379821777344,0.5853176116943359,0.5512237548828125,0.5931854248046875,0.5962848663330078,0.5898475646972656,0.5586147308349609,0.6206035614013672,0.6091594696044922,0.8790493011474609 +25000,5000,gpu,homo,True,True,True,0.45871734619140625,0.48542022705078125,0.45680999755859375,0.4253387451171875,0.4355907440185547,0.4718303680419922,0.4608631134033203,0.45609474182128906,0.44608116149902344,0.4558563232421875,0.6864070892333984,0.6384849548339844,0.6127357482910156,0.63323974609375,0.6358623504638672,0.5993843078613281,0.6015300750732422,0.6034374237060547,0.5891323089599609,0.6048679351806641 +25000,5000,gpu,homo,True,True,False,0.6718635559082031,0.6785392761230469,0.6577968597412109,0.6618499755859375,0.63323974609375,0.6155967712402344,0.6208419799804688,0.6175041198730469,0.6008148193359375,0.5590915679931641,0.6494522094726562,0.6222724914550781,0.6687641143798828,0.6020069122314453,0.6380081176757812,0.5931854248046875,0.6558895111083984,0.60272216796875,0.6210803985595703,0.6203651428222656 +25000,5000,gpu,homo,False,True,True,0.6794929504394531,0.6251335144042969,0.6098747253417969,0.6182193756103516,0.6108283996582031,0.6551742553710938,0.6897449493408203,0.6494522094726562,0.6372928619384766,0.6413459777832031,0.7319450378417969,0.7538795471191406,0.7188320159912109,0.7104873657226562,0.6990432739257812,0.6916522979736328,0.7171630859375,0.7030963897705078,0.6597042083740234,0.7150173187255859 +25000,5000,gpu,homo,False,True,False,0.4410743713378906,0.4107952117919922,0.42700767517089844,0.4436969757080078,0.4355907440185547,0.41866302490234375,0.4544258117675781,0.3948211669921875,0.4737377166748047,0.45800209045410156,0.6561279296875,0.7157325744628906,0.6566047668457031,0.6809234619140625,0.644683837890625,0.7126331329345703,0.8907318115234375,0.8914470672607422,0.8568763732910156,0.9884834289550781 +25000,5000,gpu,homo,True,False,True,0.3237724304199219,0.2808570861816406,0.2980232238769531,0.26988983154296875,0.2956390380859375,0.30732154846191406,0.286102294921875,0.2932548522949219,0.29587745666503906,0.3085136413574219,0.1857280731201172,0.1723766326904297,0.2079010009765625,0.18525123596191406,0.17404556274414062,0.16260147094726562,0.17213821411132812,0.16570091247558594,0.16236305236816406,0.15044212341308594 +25000,5000,gpu,homo,True,False,False,0.41174888610839844,0.43773651123046875,0.377655029296875,0.3902912139892578,0.3612041473388672,0.331878662109375,0.3578662872314453,0.3304481506347656,0.3478527069091797,0.35381317138671875,0.2086162567138672,0.1761913299560547,0.1888275146484375,0.1888275146484375,0.16450881958007812,0.17714500427246094,0.16307830810546875,0.18334388732910156,0.171661376953125,0.17404556274414062 +25000,5000,gpu,homo,False,False,True,0.20933151245117188,0.1823902130126953,0.2288818359375,0.22745132446289062,0.20194053649902344,0.2181529998779297,0.217437744140625,0.22673606872558594,0.21195411682128906,0.2067089080810547,0.49376487731933594,0.43201446533203125,0.44798851013183594,0.4258155822753906,0.4146099090576172,0.4146099090576172,0.446319580078125,0.44727325439453125,0.4124641418457031,0.41604042053222656 +25000,5000,gpu,homo,False,False,False,0.26345252990722656,0.2002716064453125,0.2117156982421875,0.2009868621826172,0.23055076599121094,0.20003318786621094,0.2162456512451172,0.20313262939453125,0.2009868621826172,0.21529197692871094,0.4494190216064453,0.4482269287109375,0.3998279571533203,0.4322528839111328,0.4360675811767578,0.48279762268066406,0.4456043243408203,0.4734992980957031,0.4611015319824219,0.42176246643066406 +25000,5000,gpu,uniform,True,True,True,0.46515464782714844,0.4513263702392578,0.41174888610839844,0.4277229309082031,0.4439353942871094,0.7543563842773438,0.7343292236328125,0.9121894836425781,0.7245540618896484,0.6575584411621094,0.7586479187011719,0.6868839263916016,0.6592273712158203,0.6725788116455078,0.6551742553710938,0.6380081176757812,0.640869140625,0.637054443359375,0.6265640258789062,0.6377696990966797 +25000,5000,gpu,uniform,True,True,False,0.4661083221435547,0.44155120849609375,0.45228004455566406,0.46443939208984375,0.46324729919433594,0.43201446533203125,0.47397613525390625,0.43845176696777344,0.4801750183105469,0.4341602325439453,0.5855560302734375,0.5376338958740234,0.553131103515625,0.5481243133544922,0.5583763122558594,0.5309581756591797,0.5388259887695312,0.5142688751220703,0.5598068237304688,0.5321502685546875 +25000,5000,gpu,uniform,False,True,True,0.8771419525146484,0.568389892578125,0.5319118499755859,0.4897117614746094,0.46539306640625,0.5235671997070312,0.4756450653076172,0.48828125,0.47659873962402344,0.46753883361816406,0.9005069732666016,0.8823871612548828,0.80108642578125,0.8504390716552734,0.8156299591064453,0.8199214935302734,0.8111000061035156,0.8742809295654297,0.9002685546875,0.9734630584716797 +25000,5000,gpu,uniform,False,True,False,0.4477500915527344,0.4799365997314453,0.43845176696777344,0.47779083251953125,0.457763671875,0.4107952117919922,0.42700767517089844,0.44989585876464844,0.44727325439453125,0.4177093505859375,0.6349086761474609,0.7009506225585938,0.6692409515380859,0.7281303405761719,0.6105899810791016,0.7469654083251953,0.6673336029052734,0.7271766662597656,0.7076263427734375,0.7555484771728516 +25000,5000,gpu,uniform,True,False,True,0.6422996520996094,0.6279945373535156,0.6229877471923828,0.5884170532226562,0.5919933319091797,0.5748271942138672,0.5955696105957031,0.5908012390136719,0.5681514739990234,0.6022453308105469,0.2880096435546875,0.247955322265625,0.34546852111816406,0.46443939208984375,0.3669261932373047,0.3383159637451172,0.3211498260498047,0.3077983856201172,0.3204345703125,0.31757354736328125 +25000,5000,gpu,uniform,True,False,False,0.3685951232910156,0.3733634948730469,0.400543212890625,0.3879070281982422,0.49686431884765625,0.42128562927246094,0.3864765167236328,0.423431396484375,0.34880638122558594,0.3566741943359375,0.2262592315673828,0.18787384033203125,0.1888275146484375,0.21886825561523438,0.18286705017089844,0.2148151397705078,0.2422332763671875,0.22721290588378906,0.19979476928710938,0.23436546325683594 +25000,5000,gpu,uniform,False,False,True,0.49805641174316406,0.49114227294921875,0.5977153778076172,0.5886554718017578,0.5097389221191406,0.5135536193847656,0.48613548278808594,0.457763671875,0.45680999755859375,0.47707557678222656,0.3349781036376953,0.36406517028808594,0.3376007080078125,0.32210350036621094,0.29468536376953125,0.33283233642578125,0.3268718719482422,0.3566741943359375,0.3745555877685547,0.3864765167236328 +25000,5000,gpu,uniform,False,False,False,0.5080699920654297,0.5316734313964844,0.4951953887939453,0.48232078552246094,0.5278587341308594,0.4916191101074219,0.4832744598388672,0.4353523254394531,0.4439353942871094,0.5121231079101562,0.44274330139160156,0.3783702850341797,0.3542900085449219,0.36978721618652344,0.37741661071777344,0.3631114959716797,0.3733634948730469,0.3681182861328125,0.35500526428222656,0.36907196044921875 +25000,5000,gpu,normal,True,True,True,0.4725456237792969,0.46515464782714844,0.43845176696777344,0.4596710205078125,0.4858970642089844,0.43272972106933594,0.44417381286621094,0.4673004150390625,0.5035400390625,0.45752525329589844,0.5536079406738281,0.5891323089599609,0.5834102630615234,0.553131103515625,0.5993843078613281,0.5409717559814453,0.5629062652587891,0.54168701171875,0.5412101745605469,0.5905628204345703 +25000,5000,gpu,normal,True,True,False,0.4553794860839844,0.44989585876464844,0.4487037658691406,0.4260540008544922,0.4420280456542969,0.42438507080078125,0.4229545593261719,0.43201446533203125,0.4398822784423828,0.43082237243652344,0.7493495941162109,0.7033348083496094,0.6897449493408203,0.6737709045410156,0.6861686706542969,0.6840229034423828,0.7829666137695312,0.7812976837158203,1.0290145874023438,0.7266998291015625 +25000,5000,gpu,normal,False,True,True,0.5028247833251953,0.44655799865722656,0.4515647888183594,0.4813671112060547,0.4868507385253906,0.4649162292480469,0.4413127899169922,0.8003711700439453,0.7164478302001953,0.7162094116210938,0.70953369140625,0.7445812225341797,0.7252693176269531,0.6818771362304688,0.7112026214599609,0.7441043853759766,0.6773471832275391,0.7326602935791016,0.7023811340332031,0.7450580596923828 +25000,5000,gpu,normal,False,True,False,0.7503032684326172,0.7429122924804688,0.7348060607910156,0.7269382476806641,0.7534027099609375,0.7181167602539062,0.7486343383789062,0.7314682006835938,0.7257461547851562,0.7293224334716797,1.1830329895019531,0.9386539459228516,0.8797645568847656,0.9138584136962891,0.7932186126708984,0.8771419525146484,0.7793903350830078,0.8535385131835938,0.8096694946289062,0.8661746978759766 +25000,5000,gpu,normal,True,False,True,0.7007122039794922,0.6678104400634766,0.6837844848632812,0.7221698760986328,0.7042884826660156,0.6864070892333984,0.6785392761230469,0.6573200225830078,0.6766319274902344,0.6830692291259766,0.31447410583496094,0.26226043701171875,0.21386146545410156,0.23865699768066406,0.23102760314941406,0.2560615539550781,0.23412704467773438,0.2541542053222656,0.23126602172851562,0.22935867309570312 +25000,5000,gpu,normal,True,False,False,0.7059574127197266,0.7042884826660156,0.6785392761230469,0.6723403930664062,0.6377696990966797,0.6067752838134766,0.6334781646728516,0.5819797515869141,0.6077289581298828,0.6074905395507812,0.3597736358642578,0.30350685119628906,0.2682209014892578,0.2841949462890625,0.25582313537597656,0.24437904357910156,0.2567768096923828,0.2739429473876953,0.24700164794921875,0.42557716369628906 +25000,5000,gpu,normal,False,False,True,0.8192062377929688,0.5462169647216797,0.4906654357910156,0.4591941833496094,0.45871734619140625,0.4773139953613281,0.46753883361816406,0.45680999755859375,0.7071495056152344,0.4932880401611328,0.46634674072265625,0.4620552062988281,0.43201446533203125,0.46539306640625,0.43582916259765625,0.690460205078125,0.6191730499267578,0.5698204040527344,0.54168701171875,0.576019287109375 +25000,5000,gpu,normal,False,False,False,0.2582073211669922,0.2117156982421875,0.23651123046875,0.2357959747314453,0.24628639221191406,0.25343894958496094,0.22721290588378906,0.232696533203125,0.25534629821777344,0.2658367156982422,0.7011890411376953,0.6113052368164062,0.6594657897949219,0.6358623504638672,0.6108283996582031,0.5948543548583984,0.5805492401123047,0.5452632904052734,0.5393028259277344,0.5815029144287109 +25000,10000,gpu,homo,True,True,True,0.8156299591064453,0.6692409515380859,0.63323974609375,0.6263256072998047,0.6129741668701172,0.5905628204345703,0.6411075592041016,0.6620883941650391,0.6208419799804688,0.6120204925537109,0.7567405700683594,0.7829666137695312,0.7100105285644531,0.8382797241210938,1.1649131774902344,0.8721351623535156,0.8387565612792969,0.8320808410644531,0.8487701416015625,0.8256435394287109 +25000,10000,gpu,homo,True,True,False,0.6353855133056641,0.5924701690673828,0.6155967712402344,0.5860328674316406,0.5931854248046875,0.6189346313476562,0.8101463317871094,0.6103515625,0.6520748138427734,0.5998611450195312,0.8111000061035156,0.7627010345458984,0.7803440093994141,0.7719993591308594,0.8175373077392578,0.7498264312744141,0.7512569427490234,0.7274150848388672,1.1124610900878906,1.1279582977294922 +25000,10000,gpu,homo,False,True,True,0.7991790771484375,0.7853507995605469,0.8149147033691406,0.7634162902832031,0.8065700531005859,0.7910728454589844,0.7910728454589844,0.6608963012695312,0.7104873657226562,0.6890296936035156,0.9086132049560547,1.0187625885009766,0.8795261383056641,0.9670257568359375,0.8909702301025391,1.0194778442382812,0.9934902191162109,1.239776611328125,1.188039779663086,1.1739730834960938 +25000,10000,gpu,homo,False,True,False,0.7581710815429688,0.7925033569335938,0.7474422454833984,0.7777214050292969,0.7314682006835938,0.7441043853759766,0.7383823394775391,0.8378028869628906,0.751495361328125,0.7560253143310547,1.0199546813964844,0.9655952453613281,1.215219497680664,1.1396408081054688,1.1048316955566406,1.1124610900878906,1.1365413665771484,1.0764598846435547,1.1050701141357422,1.0902881622314453 +25000,10000,gpu,homo,True,False,True,0.5955696105957031,0.6287097930908203,0.5939006805419922,0.5633831024169922,0.5421638488769531,0.5872249603271484,0.5850791931152344,0.5488395690917969,0.5164146423339844,0.5013942718505859,0.3542900085449219,0.3204345703125,0.34308433532714844,0.31065940856933594,0.3190040588378906,0.31566619873046875,0.34427642822265625,0.3063678741455078,0.3058910369873047,0.29587745666503906 +25000,10000,gpu,homo,True,False,False,0.5130767822265625,0.4985332489013672,0.5135536193847656,0.4680156707763672,0.4897117614746094,0.6575584411621094,0.583648681640625,0.5204677581787109,0.5202293395996094,0.48995018005371094,0.2503395080566406,0.2357959747314453,0.25177001953125,0.232696533203125,0.23102760314941406,0.23221969604492188,0.22745132446289062,0.2589225769042969,0.21696090698242188,0.21839141845703125 +25000,10000,gpu,homo,False,False,True,0.28204917907714844,0.25272369384765625,0.26535987854003906,0.26679039001464844,0.2651214599609375,0.23889541625976562,0.24390220642089844,0.247955322265625,0.2601146697998047,0.2627372741699219,0.3459453582763672,0.3407001495361328,0.3459453582763672,0.32711029052734375,0.354766845703125,0.3418922424316406,0.32591819763183594,0.3669261932373047,0.347137451171875,0.3476142883300781 +25000,10000,gpu,homo,False,False,False,0.21982192993164062,0.24747848510742188,0.2110004425048828,0.2346038818359375,0.2231597900390625,0.20766258239746094,0.22482872009277344,0.21600723266601562,0.23174285888671875,0.21314620971679688,0.3077983856201172,0.31280517578125,0.3223419189453125,0.33783912658691406,0.3426074981689453,0.33354759216308594,0.29206275939941406,0.3287792205810547,0.3466606140136719,0.3294944763183594 +25000,10000,gpu,uniform,True,True,True,0.5867481231689453,0.9124279022216797,0.8950233459472656,0.8845329284667969,0.8366107940673828,0.865936279296875,0.8544921875,0.8099079132080078,0.8282661437988281,0.820159912109375,0.7338523864746094,0.7998943328857422,0.7758140563964844,0.8232593536376953,0.7357597351074219,0.8485317230224609,0.8180141448974609,0.7946491241455078,0.7264614105224609,0.7765293121337891 +25000,10000,gpu,uniform,True,True,False,0.6136894226074219,0.5829334259033203,0.6074905395507812,0.5707740783691406,0.6020069122314453,0.5600452423095703,0.5662441253662109,0.5664825439453125,0.5774497985839844,0.5750656127929688,0.9152889251708984,0.7908344268798828,0.7910728454589844,0.7796287536621094,0.8096694946289062,0.8380413055419922,0.782012939453125,0.7641315460205078,0.7867813110351562,0.8051395416259766 +25000,10000,gpu,uniform,False,True,True,0.9846687316894531,0.8730888366699219,0.8504390716552734,0.8814334869384766,0.8592605590820312,0.8990764617919922,0.9365081787109375,0.8797645568847656,1.01470947265625,0.8347034454345703,1.0590553283691406,1.1610984802246094,0.9942054748535156,1.2230873107910156,1.1518001556396484,1.1827945709228516,1.047372817993164,1.1763572692871094,1.0039806365966797,1.1696815490722656 +25000,10000,gpu,uniform,False,True,False,0.8559226989746094,0.8318424224853516,0.7691383361816406,0.6260871887207031,0.5714893341064453,0.6270408630371094,0.6124973297119141,0.6453990936279297,0.5917549133300781,0.6020069122314453,1.0919570922851562,1.0378360748291016,1.0848045349121094,1.0516643524169922,1.2857913970947266,1.0836124420166016,1.0311603546142578,1.0640621185302734,1.1017322540283203,1.012563705444336 +25000,10000,gpu,uniform,True,False,True,0.49948692321777344,0.46634674072265625,0.46706199645996094,0.4315376281738281,0.46253204345703125,0.45871734619140625,0.44655799865722656,0.4622936248779297,0.4646778106689453,0.45037269592285156,0.31638145446777344,0.2815723419189453,0.2739429473876953,0.28395652770996094,0.27871131896972656,0.2696514129638672,0.33092498779296875,0.26607513427734375,0.3986358642578125,0.32210350036621094 +25000,10000,gpu,uniform,True,False,False,0.4222393035888672,0.4229545593261719,0.4124641418457031,0.438690185546875,0.3848075866699219,0.42557716369628906,0.7336139678955078,0.6585121154785156,0.6058216094970703,0.6060600280761719,0.2560615539550781,0.2684593200683594,0.2677440643310547,0.22339820861816406,0.2689361572265625,0.23221969604492188,0.24366378784179688,0.26679039001464844,0.22220611572265625,0.232696533203125 +25000,10000,gpu,uniform,False,False,True,0.5750656127929688,0.6461143493652344,0.5505084991455078,0.4603862762451172,0.4570484161376953,0.4634857177734375,0.44846534729003906,0.4730224609375,0.4630088806152344,0.4761219024658203,0.3147125244140625,0.35858154296875,0.31495094299316406,0.36144256591796875,0.35834312438964844,0.3662109375,0.3910064697265625,0.6742477416992188,0.5319118499755859,0.47135353088378906 +25000,10000,gpu,uniform,False,False,False,0.2734661102294922,0.2830028533935547,0.2598762512207031,0.2815723419189453,0.23984909057617188,0.2956390380859375,0.26297569274902344,0.2567768096923828,0.2639293670654297,0.3294944763183594,0.3733634948730469,0.3495216369628906,0.3821849822998047,0.3345012664794922,0.35881996154785156,0.39696693420410156,0.4410743713378906,0.36787986755371094,0.3559589385986328,0.370025634765625 +25000,10000,gpu,normal,True,True,True,0.7915496826171875,0.7791519165039062,0.8711814880371094,0.7958412170410156,0.7874965667724609,0.7579326629638672,0.7877349853515625,0.8001327514648438,0.7994174957275391,0.7834434509277344,0.9355545043945312,0.9696483612060547,0.9024143218994141,0.9808540344238281,0.8327960968017578,0.9908676147460938,0.84686279296875,0.9081363677978516,0.8351802825927734,0.9472370147705078 +25000,10000,gpu,normal,True,True,False,0.621795654296875,0.5733966827392578,0.6010532379150391,0.5583763122558594,0.5834102630615234,0.5643367767333984,0.5846023559570312,0.5702972412109375,0.6108283996582031,0.54168701171875,0.8444786071777344,0.9911060333251953,1.0502338409423828,0.9026527404785156,0.9310245513916016,0.9350776672363281,0.9520053863525391,1.0814666748046875,0.9493827819824219,0.9458065032958984 +25000,10000,gpu,normal,False,True,True,0.8485317230224609,0.89263916015625,0.8678436279296875,0.7796287536621094,0.7944107055664062,0.8018016815185547,0.8156299591064453,0.7431507110595703,0.7059574127197266,0.7505416870117188,0.8609294891357422,1.1951923370361328,0.9918212890625,1.1260509490966797,0.9560585021972656,1.5058517456054688,1.1401176452636719,1.2581348419189453,1.0292530059814453,1.1823177337646484 +25000,10000,gpu,normal,False,True,False,0.5691051483154297,0.6346702575683594,0.5812644958496094,0.6270408630371094,0.5719661712646484,0.5872249603271484,0.58746337890625,0.6153583526611328,0.5633831024169922,0.6091594696044922,1.0647773742675781,1.0116100311279297,1.071929931640625,1.0135173797607422,1.054525375366211,1.0120868682861328,1.0528564453125,1.2764930725097656,1.4510154724121094,1.2798309326171875 +25000,10000,gpu,normal,True,False,True,0.6992816925048828,0.9241104125976562,0.7002353668212891,0.6842613220214844,0.7822513580322266,0.6897449493408203,0.6430149078369141,0.6830692291259766,0.6618499755859375,0.6825923919677734,0.5133152008056641,0.49996376037597656,0.4894733428955078,0.42057037353515625,0.41413307189941406,0.4029273986816406,0.4107952117919922,0.41604042053222656,0.39958953857421875,0.3998279571533203 +25000,10000,gpu,normal,True,False,False,0.48089027404785156,0.4992485046386719,0.4825592041015625,0.4634857177734375,0.43463706970214844,0.43654441833496094,0.4608631134033203,0.4570484161376953,0.47326087951660156,0.7872581481933594,0.6062984466552734,0.4394054412841797,0.43392181396484375,0.3867149353027344,0.4165172576904297,0.4134178161621094,0.3941059112548828,0.41985511779785156,0.42366981506347656,0.3962516784667969 +25000,10000,gpu,normal,False,False,True,0.27298927307128906,0.2734661102294922,0.28896331787109375,0.3082752227783203,0.2789497375488281,0.2734661102294922,0.2741813659667969,0.27108192443847656,0.28443336486816406,0.26702880859375,0.4591941833496094,0.4696846008300781,0.4546642303466797,0.4601478576660156,0.45871734619140625,0.4398822784423828,0.45108795166015625,0.47326087951660156,0.47659873962402344,0.4673004150390625 +25000,10000,gpu,normal,False,False,False,0.3237724304199219,0.28896331787109375,0.28061866760253906,0.25200843811035156,0.2701282501220703,0.2982616424560547,0.24509429931640625,0.2543926239013672,0.3001689910888672,0.2722740173339844,0.5002021789550781,0.4589557647705078,0.4811286926269531,0.4372596740722656,0.4801750183105469,0.4744529724121094,0.476837158203125,0.4684925079345703,0.46253204345703125,0.44536590576171875 +25000,25000,gpu,homo,True,True,True,1.0421276092529297,1.0485649108886719,1.3494491577148438,1.0614395141601562,1.0528564453125,1.0342597961425781,1.0538101196289062,1.0221004486083984,1.0275840759277344,1.0557174682617188,1.9197463989257812,1.9876956939697266,1.7712116241455078,1.786947250366211,1.7681121826171875,1.8990039825439453,1.8093585968017578,1.8169879913330078,1.6908645629882812,2.004384994506836 +25000,25000,gpu,homo,True,True,False,1.3229846954345703,1.2040138244628906,1.2631416320800781,1.1987686157226562,1.1773109436035156,1.1632442474365234,1.1970996856689453,1.0833740234375,1.1146068572998047,1.1756420135498047,1.8544197082519531,1.6968250274658203,2.1970272064208984,1.7292499542236328,1.8203258514404297,1.7383098602294922,1.7597675323486328,1.7747879028320312,1.7790794372558594,1.7774105072021484 +25000,25000,gpu,homo,False,True,True,1.0285377502441406,1.0330677032470703,1.0559558868408203,1.0333061218261719,1.0581016540527344,1.4271736145019531,1.3000965118408203,1.055002212524414,1.0225772857666016,1.004934310913086,1.6896724700927734,1.8968582153320312,1.6837120056152344,1.7375946044921875,1.6891956329345703,1.7039775848388672,1.7151832580566406,1.7690658569335938,1.940011978149414,1.699209213256836 +25000,25000,gpu,homo,False,True,False,1.7561912536621094,1.2845993041992188,1.432657241821289,1.216888427734375,1.3501644134521484,1.2881755828857422,1.2862682342529297,1.2426376342773438,1.3222694396972656,1.2149810791015625,1.9037723541259766,1.8377304077148438,1.9376277923583984,1.7900466918945312,1.8892288208007812,1.7833709716796875,1.7673969268798828,1.8420219421386719,1.9283294677734375,2.0101070404052734 +25000,25000,gpu,homo,True,False,True,0.3132820129394531,0.3304481506347656,0.31876564025878906,0.3108978271484375,0.3638267517089844,0.301361083984375,0.32639503479003906,0.3058910369873047,0.29969215393066406,0.3025531768798828,0.31304359436035156,0.30493736267089844,0.3044605255126953,0.3325939178466797,0.3123283386230469,0.3120899200439453,0.2880096435546875,0.30112266540527344,0.3027915954589844,0.3097057342529297 +25000,25000,gpu,homo,True,False,False,0.3387928009033203,0.30517578125,0.3504753112792969,0.3600120544433594,0.32806396484375,0.32830238342285156,0.354766845703125,0.33926963806152344,0.3197193145751953,0.33020973205566406,0.34880638122558594,0.3104209899902344,0.3104209899902344,0.34236907958984375,0.3170967102050781,0.32830238342285156,0.3058910369873047,0.31375885009765625,0.3063678741455078,0.31280517578125 +25000,25000,gpu,homo,False,False,True,0.6835460662841797,0.5590915679931641,0.5393028259277344,0.5340576171875,0.5059242248535156,0.5252361297607422,0.5080699920654297,0.5970001220703125,0.5669593811035156,0.5404949188232422,0.3254413604736328,0.3104209899902344,0.3066062927246094,0.3039836883544922,0.27370452880859375,0.31256675720214844,0.33855438232421875,0.32401084899902344,0.32830238342285156,0.3197193145751953 +25000,25000,gpu,homo,False,False,False,0.3204345703125,0.3178119659423828,0.3714561462402344,0.32830238342285156,0.3190040588378906,0.33211708068847656,0.3483295440673828,0.32019615173339844,0.3209114074707031,0.3261566162109375,0.42128562927246094,0.4248619079589844,0.4208087921142578,0.4184246063232422,0.4119873046875,0.40531158447265625,0.4336833953857422,0.45800209045410156,0.40030479431152344,0.40268898010253906 +25000,25000,gpu,uniform,True,True,True,0.9188652038574219,0.9028911590576172,0.9167194366455078,0.9036064147949219,0.9086132049560547,0.9119510650634766,0.9415149688720703,1.1551380157470703,0.9648799896240234,0.8924007415771484,1.7442703247070312,1.796722412109375,1.7442703247070312,1.9299983978271484,1.7926692962646484,1.9440650939941406,1.7476081848144531,1.8687248229980469,1.7275810241699219,1.7659664154052734 +25000,25000,gpu,uniform,True,True,False,1.0101795196533203,0.9450912475585938,0.9481906890869141,0.9524822235107422,0.9899139404296875,0.995635986328125,0.9970664978027344,0.9357929229736328,1.0230541229248047,1.0073184967041016,1.7690658569335938,2.13623046875,1.9016265869140625,1.7330646514892578,1.8358230590820312,1.7771720886230469,1.8515586853027344,1.7209053039550781,1.8253326416015625,1.7447471618652344 +25000,25000,gpu,uniform,False,True,True,0.9133815765380859,0.9095668792724609,0.9083747863769531,1.1544227600097656,1.001119613647461,0.9500980377197266,0.9474754333496094,0.9198188781738281,0.9272098541259766,0.8995532989501953,1.8253326416015625,1.8322467803955078,1.6803741455078125,1.867532730102539,1.817464828491211,1.8699169158935547,1.758575439453125,1.8832683563232422,1.741170883178711,2.15911865234375 +25000,25000,gpu,uniform,False,True,False,1.2781620025634766,1.2345314025878906,1.1773109436035156,1.1858940124511719,1.1472702026367188,1.1336803436279297,1.1451244354248047,1.1262893676757812,1.1639595031738281,1.207113265991211,2.166748046875,1.695871353149414,1.786947250366211,1.6412734985351562,1.997232437133789,1.8749237060546875,2.0515918731689453,1.7774105072021484,1.9156932830810547,1.6651153564453125 +25000,25000,gpu,uniform,True,False,True,0.4119873046875,0.40268898010253906,0.5066394805908203,0.7047653198242188,0.644683837890625,0.6296634674072266,0.6101131439208984,0.5853176116943359,0.7152557373046875,0.7395744323730469,0.354766845703125,0.3552436828613281,0.3466606140136719,0.3762245178222656,0.316619873046875,0.35762786865234375,0.3409385681152344,0.29969215393066406,0.3342628479003906,0.3387928009033203 +25000,25000,gpu,uniform,True,False,False,0.5891323089599609,0.6246566772460938,0.5984306335449219,0.5738735198974609,0.5831718444824219,0.5624294281005859,0.5476474761962891,0.591278076171875,0.5450248718261719,0.5068778991699219,0.4801750183105469,0.45228004455566406,0.44035911560058594,0.4374980926513672,0.43964385986328125,0.4856586456298828,0.45943260192871094,0.45299530029296875,0.4513263702392578,0.4305839538574219 +25000,25000,gpu,uniform,False,False,True,0.8981227874755859,0.4131793975830078,0.3821849822998047,0.6785392761230469,0.8513927459716797,0.6511211395263672,0.4024505615234375,0.39076805114746094,0.3838539123535156,0.39005279541015625,0.4513263702392578,0.44608116149902344,0.4107952117919922,0.45418739318847656,0.4477500915527344,0.6225109100341797,0.5502700805664062,0.46706199645996094,0.4913806915283203,0.49185752868652344 +25000,25000,gpu,uniform,False,False,False,0.3745555877685547,0.3609657287597656,0.3597736358642578,0.3714561462402344,0.3840923309326172,0.37217140197753906,0.38552284240722656,0.3662109375,0.3821849822998047,0.3540515899658203,0.33545494079589844,0.3120899200439453,0.3490447998046875,0.3559589385986328,0.33736228942871094,0.30112266540527344,0.32806396484375,0.2989768981933594,0.3330707550048828,0.3483295440673828 +25000,25000,gpu,normal,True,True,True,0.9458065032958984,0.9250640869140625,0.9047985076904297,0.9291172027587891,0.9520053863525391,0.9229183197021484,0.9307861328125,0.8995532989501953,0.9133815765380859,0.9162425994873047,1.6014575958251953,2.036571502685547,1.6925334930419922,1.6443729400634766,1.6167163848876953,1.6498565673828125,1.5819072723388672,1.6148090362548828,1.5707015991210938,1.6045570373535156 +25000,25000,gpu,normal,True,True,False,1.1773109436035156,1.1515617370605469,1.2276172637939453,1.1577606201171875,1.4088153839111328,1.1789798736572266,1.2209415435791016,1.1942386627197266,1.1909008026123047,1.3790130615234375,1.7852783203125,1.6608238220214844,1.7461776733398438,1.8129348754882812,1.8527507781982422,1.6696453094482422,1.7421245574951172,1.9948482513427734,1.9328594207763672,1.7504692077636719 +25000,25000,gpu,normal,False,True,True,0.92315673828125,0.9167194366455078,0.9183883666992188,0.9145736694335938,0.9148120880126953,0.8780956268310547,0.8924007415771484,1.2629032135009766,1.5227794647216797,1.2104511260986328,1.665353775024414,1.890420913696289,1.6007423400878906,1.5747547149658203,1.5604496002197266,1.7406940460205078,1.6331672668457031,1.5919208526611328,1.7132759094238281,1.669168472290039 +25000,25000,gpu,normal,False,True,False,1.0077953338623047,0.926971435546875,0.934600830078125,0.9412765502929688,0.9567737579345703,0.9276866912841797,0.9326934814453125,0.9274482727050781,0.9114742279052734,0.9098052978515625,1.8515586853027344,1.7178058624267578,1.7447471618652344,1.626729965209961,1.7085075378417969,1.6601085662841797,1.6672611236572266,1.631021499633789,1.682281494140625,1.6596317291259766 +25000,25000,gpu,normal,True,False,True,0.4572868347167969,0.4894733428955078,0.4839897155761719,0.4436969757080078,0.45180320739746094,0.4825592041015625,0.4277229309082031,0.47707557678222656,0.49996376037597656,0.46896934509277344,0.48923492431640625,0.4906654357910156,0.4761219024658203,0.4703998565673828,0.4570484161376953,0.4534721374511719,0.44989585876464844,0.4756450653076172,0.5095005035400391,0.4572868347167969 +25000,25000,gpu,normal,True,False,False,0.5397796630859375,0.5283355712890625,0.4992485046386719,0.4951953887939453,0.4839897155761719,0.45108795166015625,0.4496574401855469,0.51116943359375,0.45371055603027344,0.4680156707763672,0.8363723754882812,0.6403923034667969,0.5807876586914062,0.5645751953125,0.5710124969482422,0.57220458984375,0.5791187286376953,0.5700588226318359,0.5686283111572266,0.5729198455810547 +25000,25000,gpu,normal,False,False,True,0.5280971527099609,0.5092620849609375,0.6206035614013672,0.49233436584472656,0.5269050598144531,0.49114227294921875,0.5402565002441406,0.5106925964355469,0.457763671875,0.48613548278808594,0.5204677581787109,0.5228519439697266,0.5095005035400391,0.5145072937011719,0.4951953887939453,0.48995018005371094,0.5028247833251953,0.51116943359375,0.4684925079345703,0.45418739318847656 +25000,25000,gpu,normal,False,False,False,0.4982948303222656,0.4894733428955078,0.4761219024658203,0.4715919494628906,0.484466552734375,0.5099773406982422,0.4324913024902344,0.46062469482421875,0.49233436584472656,0.484466552734375,0.5204677581787109,0.5097389221191406,0.6940364837646484,0.4742145538330078,0.43129920959472656,0.46324729919433594,0.4639625549316406,0.47779083251953125,0.4839897155761719,0.4889965057373047 +25000,37500,gpu,homo,True,True,True,1.4679431915283203,1.3585090637207031,1.3899803161621094,1.375436782836914,1.3728141784667969,1.7478466033935547,1.4009475708007812,1.7063617706298828,1.5308856964111328,1.506805419921875,2.4220943450927734,2.8235912322998047,2.557992935180664,2.609729766845703,2.353668212890625,2.610921859741211,2.307415008544922,2.721071243286133,2.315044403076172,3.032684326171875 +25000,37500,gpu,homo,True,True,False,1.4450550079345703,1.440286636352539,1.4896392822265625,1.5659332275390625,1.3811588287353516,1.2621879577636719,1.379251480102539,1.3508796691894531,1.4069080352783203,1.270294189453125,2.798318862915039,2.725839614868164,2.7909278869628906,2.698183059692383,2.9430389404296875,2.8848648071289062,2.856731414794922,2.70843505859375,2.7496814727783203,2.713441848754883 +25000,37500,gpu,homo,False,True,True,1.5270709991455078,1.7290115356445312,1.5590190887451172,1.6665458679199219,1.5285015106201172,1.6314983367919922,1.4557838439941406,1.6672611236572266,1.7752647399902344,1.5921592712402344,2.185344696044922,2.375364303588867,2.192974090576172,2.4628639221191406,2.164602279663086,2.150297164916992,2.1848678588867188,2.22015380859375,2.1810531616210938,2.3174285888671875 +25000,37500,gpu,homo,False,True,False,1.6620159149169922,1.4357566833496094,1.596212387084961,1.3976097106933594,1.5861988067626953,1.4429092407226562,1.813650131225586,1.5897750854492188,1.8775463104248047,1.7042160034179688,2.4890899658203125,2.2513866424560547,3.253936767578125,2.3331642150878906,2.43377685546875,2.217531204223633,2.424955368041992,2.187013626098633,2.387523651123047,2.6738643646240234 +25000,37500,gpu,homo,True,False,True,0.5104541778564453,0.3483295440673828,0.31757354736328125,0.32138824462890625,0.30684471130371094,0.2884864807128906,0.3237724304199219,0.35071372985839844,0.347137451171875,0.33664703369140625,0.4088878631591797,0.3960132598876953,0.38552284240722656,0.3962516784667969,0.34165382385253906,0.3426074981689453,0.3743171691894531,0.3941059112548828,0.3752708435058594,0.37360191345214844 +25000,37500,gpu,homo,True,False,False,0.553131103515625,0.5519390106201172,0.5459785461425781,0.5357265472412109,0.4146099090576172,0.3476142883300781,0.3275871276855469,0.3223419189453125,0.31638145446777344,0.31185150146484375,0.4124641418457031,0.4012584686279297,0.3752708435058594,0.39267539978027344,0.3654956817626953,0.3693103790283203,0.3619194030761719,0.3771781921386719,0.3612041473388672,0.5903244018554688 +25000,37500,gpu,homo,False,False,True,0.5605220794677734,0.4074573516845703,0.41484832763671875,0.37598609924316406,0.4062652587890625,0.3819465637207031,0.3802776336669922,0.4069805145263672,0.39958953857421875,0.3859996795654297,0.32138824462890625,0.33736228942871094,0.3192424774169922,0.3211498260498047,0.339508056640625,0.34999847412109375,0.3211498260498047,0.3311634063720703,0.3268718719482422,0.3597736358642578 +25000,37500,gpu,homo,False,False,False,0.6105899810791016,0.5900859832763672,0.5817413330078125,0.6167888641357422,0.5781650543212891,0.5686283111572266,0.6053447723388672,0.6105899810791016,0.5948543548583984,0.5424022674560547,0.7944107055664062,0.4410743713378906,0.4551410675048828,0.5850791931152344,0.44155120849609375,0.4248619079589844,0.4248619079589844,0.42366981506347656,0.5879402160644531,0.46753883361816406 +25000,37500,gpu,uniform,True,True,True,1.2881755828857422,1.2514591217041016,1.547098159790039,1.8031597137451172,1.5697479248046875,1.584768295288086,1.562356948852539,1.4858245849609375,1.3041496276855469,1.6219615936279297,2.7713775634765625,2.789020538330078,2.627134323120117,2.6302337646484375,2.3615360260009766,2.7396678924560547,2.4826526641845703,3.097057342529297,2.6521682739257812,2.7396678924560547 +25000,37500,gpu,uniform,True,True,False,1.2135505676269531,1.216888427734375,1.2662410736083984,1.2454986572265625,1.2645721435546875,1.2290477752685547,1.7151832580566406,1.4851093292236328,1.4598369598388672,1.4035701751708984,2.773284912109375,2.5229454040527344,2.5794506072998047,2.7208328247070312,2.6845932006835938,2.7031898498535156,2.737760543823242,2.6547908782958984,2.55584716796875,2.6285648345947266 +25000,37500,gpu,uniform,False,True,True,1.287698745727539,1.596212387084961,1.3260841369628906,1.3294219970703125,1.3103485107421875,1.407623291015625,1.348257064819336,1.3108253479003906,1.2807846069335938,1.3294219970703125,2.348184585571289,2.619504928588867,2.292156219482422,2.431154251098633,2.3009777069091797,2.433300018310547,2.338409423828125,2.525806427001953,2.558469772338867,2.467632293701172 +25000,37500,gpu,uniform,False,True,False,1.5099048614501953,1.4922618865966797,1.5501976013183594,1.4510154724121094,1.8451213836669922,1.5156269073486328,1.432657241821289,1.3823509216308594,1.4514923095703125,1.4164447784423828,2.285003662109375,2.346515655517578,2.4390220642089844,2.0821094512939453,2.3021697998046875,2.132892608642578,2.2704601287841797,2.0961761474609375,2.329587936401367,2.537250518798828 +25000,37500,gpu,uniform,True,False,True,0.6539821624755859,0.6842613220214844,0.6361007690429688,0.6086826324462891,0.6422996520996094,0.6322860717773438,0.6108283996582031,0.5972385406494141,0.682830810546875,0.6315708160400391,0.5381107330322266,0.49424171447753906,0.5133152008056641,0.5280971527099609,0.5347728729248047,0.5590915679931641,0.5145072937011719,0.7226467132568359,0.5471706390380859,0.5075931549072266 +25000,37500,gpu,uniform,True,False,False,0.6062984466552734,0.6518363952636719,0.6086826324462891,0.6318092346191406,0.6060600280761719,0.568389892578125,0.5598068237304688,0.5517005920410156,0.5490779876708984,0.5562305450439453,0.4246234893798828,0.3867149353027344,0.45037269592285156,0.4134178161621094,0.3991127014160156,0.45013427734375,0.4260540008544922,0.42939186096191406,0.4291534423828125,0.6673336029052734 +25000,37500,gpu,uniform,False,False,True,0.5261898040771484,0.5319118499755859,0.5321502685546875,0.5016326904296875,0.5307197570800781,0.51116943359375,0.5192756652832031,0.5047321319580078,0.5266666412353516,0.5311965942382812,0.4055500030517578,0.4029273986816406,0.33473968505859375,0.3769397735595703,0.3705024719238281,0.34117698669433594,0.3542900085449219,0.3821849822998047,0.3597736358642578,0.3681182861328125 +25000,37500,gpu,uniform,False,False,False,0.89263916015625,0.8387565612792969,0.7932186126708984,0.7393360137939453,0.5242824554443359,0.55694580078125,0.5042552947998047,0.5252361297607422,0.4894733428955078,0.49114227294921875,0.5087852478027344,0.48804283142089844,0.47779083251953125,0.5395412445068359,0.5295276641845703,0.4811286926269531,0.5068778991699219,0.4754066467285156,0.457763671875,0.48851966857910156 +25000,37500,gpu,normal,True,True,True,1.2164115905761719,1.22833251953125,1.1849403381347656,1.1925697326660156,1.1801719665527344,1.1868476867675781,1.2526512145996094,1.2006759643554688,1.4483928680419922,1.2240409851074219,2.836465835571289,2.7871131896972656,2.9091835021972656,2.828836441040039,2.7894973754882812,3.144502639770508,3.0095577239990234,2.895832061767578,2.949953079223633,3.0336380004882812 +25000,37500,gpu,normal,True,True,False,1.2447834014892578,1.1997222900390625,1.2125968933105469,1.169443130493164,1.2154579162597656,1.2614727020263672,1.5704631805419922,1.4853477478027344,1.4698505401611328,1.4028549194335938,2.714872360229492,2.7344226837158203,2.7952194213867188,2.7191638946533203,3.0736923217773438,2.6907920837402344,2.825498580932617,2.772092819213867,2.829313278198242,2.8090476989746094 +25000,37500,gpu,normal,False,True,True,1.2505054473876953,1.3537406921386719,1.2819766998291016,1.338958740234375,1.270294189453125,1.321554183959961,1.2927055358886719,1.318216323852539,1.2917518615722656,1.3430118560791016,2.119302749633789,2.306222915649414,2.11334228515625,2.4080276489257812,2.1848678588867188,2.325296401977539,2.0601749420166016,2.393960952758789,2.1233558654785156,2.462625503540039 +25000,37500,gpu,normal,False,True,False,1.6360282897949219,1.6086101531982422,1.6241073608398438,1.4719963073730469,1.7099380493164062,1.5115737915039062,1.6133785247802734,1.3322830200195312,1.4410018920898438,1.5223026275634766,2.6807785034179688,2.1610260009765625,2.693653106689453,2.218484878540039,2.4259090423583984,2.1991729736328125,2.6407241821289062,2.3000240325927734,2.483844757080078,2.2683143615722656 +25000,37500,gpu,normal,True,False,True,0.7772445678710938,0.7309913635253906,0.5517005920410156,0.5018711090087891,0.5283355712890625,0.48470497131347656,0.4584789276123047,0.45871734619140625,0.47016143798828125,0.4792213439941406,0.6465911865234375,0.6203651428222656,0.6358623504638672,0.6234645843505859,0.6186962127685547,0.6320476531982422,0.6313323974609375,0.6422996520996094,0.644683837890625,0.6492137908935547 +25000,37500,gpu,normal,True,False,False,0.7860660552978516,0.7152557373046875,0.7171630859375,0.7243156433105469,0.7317066192626953,0.7169246673583984,0.7197856903076172,0.6852149963378906,0.7126331329345703,0.6654262542724609,0.6380081176757812,0.6403923034667969,0.6494522094726562,0.6654262542724609,0.6170272827148438,0.5948543548583984,0.6301403045654297,0.6029605865478516,0.6113052368164062,0.6501674652099609 +25000,37500,gpu,normal,False,False,True,0.7572174072265625,0.7827281951904297,0.759124755859375,0.7250308990478516,0.7410049438476562,0.7600784301757812,0.7238388061523438,0.7717609405517578,0.70953369140625,0.7233619689941406,0.5576610565185547,0.5283355712890625,0.5352497100830078,0.5414485931396484,0.5352497100830078,0.5509853363037109,0.5655288696289062,0.5521774291992188,0.5664825439453125,0.5371570587158203 +25000,37500,gpu,normal,False,False,False,0.7562637329101562,0.7855892181396484,0.7936954498291016,0.8080005645751953,0.7605552673339844,0.7646083831787109,0.7524490356445312,0.7340908050537109,0.7283687591552734,0.7643699645996094,0.5273818969726562,0.5385875701904297,0.5640983581542969,0.5598068237304688,0.5059242248535156,0.5071163177490234,0.7951259613037109,0.6694793701171875,0.6420612335205078,0.6244182586669922 +25000,50000,gpu,homo,True,True,True,1.674652099609375,2.0096302032470703,1.6968250274658203,1.672983169555664,1.6815662384033203,1.7366409301757812,1.6186237335205078,1.623392105102539,1.6660690307617188,1.7211437225341797,3.3922195434570312,3.367900848388672,3.5796165466308594,3.3392906188964844,3.363370895385742,3.573894500732422,3.2541751861572266,3.7360191345214844,3.158092498779297,3.3326148986816406 +25000,50000,gpu,homo,True,True,False,1.6858577728271484,1.6226768493652344,1.7330646514892578,1.631021499633789,1.7399787902832031,1.8475055694580078,1.7151832580566406,1.5916824340820312,1.6405582427978516,1.5807151794433594,3.7670135498046875,3.1082630157470703,3.6745071411132812,3.3752918243408203,3.5767555236816406,3.453493118286133,3.601551055908203,3.122091293334961,3.504037857055664,3.1418800354003906 +25000,50000,gpu,homo,False,True,True,1.9106864929199219,1.7681121826171875,1.9800662994384766,1.737356185913086,1.9762516021728516,1.7688274383544922,2.2575855255126953,1.7385482788085938,1.898050308227539,1.6574859619140625,2.633333206176758,2.802133560180664,3.2503604888916016,2.86865234375,2.6421546936035156,2.854585647583008,2.6962757110595703,2.8467178344726562,3.193378448486328,2.839326858520508 +25000,50000,gpu,homo,False,True,False,1.9190311431884766,2.1131038665771484,1.91497802734375,1.8312931060791016,1.8439292907714844,1.8856525421142578,1.9049644470214844,1.8742084503173828,1.9516944885253906,1.943349838256836,2.5663375854492188,2.8548240661621094,2.6798248291015625,2.566814422607422,2.6700496673583984,2.6810169219970703,2.6171207427978516,2.7484893798828125,2.8214454650878906,2.5577545166015625 +25000,50000,gpu,homo,True,False,True,0.3619194030761719,0.33545494079589844,0.3249645233154297,0.3247261047363281,0.33020973205566406,0.6964206695556641,0.5922317504882812,0.5586147308349609,0.5207061767578125,0.5218982696533203,0.5078315734863281,0.4878044128417969,0.49185752868652344,0.9508132934570312,0.4818439483642578,0.5462169647216797,0.476837158203125,0.4754066467285156,0.5435943603515625,0.4985332489013672 +25000,50000,gpu,homo,True,False,False,0.38170814514160156,0.30422210693359375,0.33164024353027344,0.3044605255126953,0.30040740966796875,0.31495094299316406,0.31304359436035156,0.30350685119628906,0.3108978271484375,0.28967857360839844,0.5800724029541016,0.5540847778320312,0.5400180816650391,0.5981922149658203,0.5674362182617188,0.5538463592529297,0.6017684936523438,0.5490779876708984,0.9279251098632812,0.6949901580810547 +25000,50000,gpu,homo,False,False,True,0.5204677581787109,0.5292892456054688,0.5068778991699219,0.5509853363037109,0.5059242248535156,0.5185604095458984,0.5118846893310547,0.4916191101074219,0.5109310150146484,0.5245208740234375,0.3268718719482422,0.34236907958984375,0.33164024353027344,0.3268718719482422,0.3151893615722656,0.3457069396972656,0.3376007080078125,0.3421306610107422,0.301361083984375,0.30922889709472656 +25000,50000,gpu,homo,False,False,False,0.7648468017578125,0.7381439208984375,0.7307529449462891,0.7493495941162109,0.7166862487792969,0.8285045623779297,0.7388591766357422,0.7276535034179688,0.7135868072509766,0.7376670837402344,0.30612945556640625,0.3287792205810547,0.3132820129394531,0.3237724304199219,0.3139972686767578,0.30994415283203125,0.32520294189453125,0.32019615173339844,0.3056526184082031,0.3097057342529297 +25000,50000,gpu,uniform,True,True,True,1.5141963958740234,1.485586166381836,1.5170574188232422,1.5690326690673828,1.5053749084472656,1.4810562133789062,1.8243789672851562,1.5647411346435547,1.5034675598144531,1.4905929565429688,3.204822540283203,3.2672882080078125,3.1239986419677734,3.366231918334961,3.126382827758789,3.156900405883789,3.0722618103027344,3.267049789428711,3.2830238342285156,3.261089324951172 +25000,50000,gpu,uniform,True,True,False,1.83868408203125,1.7452239990234375,1.779317855834961,1.6889572143554688,1.7025470733642578,1.7423629760742188,1.7256736755371094,1.5921592712402344,1.6434192657470703,1.901865005493164,3.7169456481933594,3.2415390014648438,3.3385753631591797,3.281116485595703,3.4799575805664062,3.811359405517578,3.3719539642333984,3.1328201293945312,3.3423900604248047,3.181934356689453 +25000,50000,gpu,uniform,False,True,True,1.8830299377441406,1.8050670623779297,1.909017562866211,1.8405914306640625,1.8885135650634766,1.7848014831542969,1.867055892944336,1.811981201171875,1.9078254699707031,1.7685890197753906,2.696514129638672,2.78472900390625,2.6743412017822266,2.9501914978027344,2.727508544921875,2.975940704345703,2.7327537536621094,2.7816295623779297,2.790212631225586,2.6924610137939453 +25000,50000,gpu,uniform,False,True,False,2.0210742950439453,1.5864372253417969,1.6355514526367188,1.6183853149414062,1.672983169555664,1.5463829040527344,1.6701221466064453,1.5740394592285156,1.6405582427978516,1.6121864318847656,2.911806106567383,2.9540061950683594,2.7282238006591797,2.6061534881591797,2.8307437896728516,2.7980804443359375,2.8688907623291016,2.6636123657226562,2.768278121948242,2.6578903198242188 +25000,50000,gpu,uniform,True,False,True,0.35452842712402344,0.37026405334472656,0.408172607421875,0.3910064697265625,0.3478527069091797,0.3769397735595703,0.3781318664550781,0.3647804260253906,0.3809928894042969,0.3485679626464844,0.5242824554443359,0.48613548278808594,0.47397613525390625,0.5016326904296875,0.5059242248535156,0.45228004455566406,0.48041343688964844,0.49424171447753906,0.5338191986083984,0.48995018005371094 +25000,50000,gpu,uniform,True,False,False,0.4124641418457031,0.3688335418701172,0.37097930908203125,0.4181861877441406,0.3628730773925781,0.36263465881347656,0.37169456481933594,0.35309791564941406,0.3552436828613281,0.35262107849121094,0.6318092346191406,0.6210803985595703,0.6012916564941406,0.5869865417480469,0.5865097045898438,0.576019287109375,0.5431175231933594,0.6010532379150391,0.6587505340576172,0.6270408630371094 +25000,50000,gpu,uniform,False,False,True,0.7071495056152344,0.7104873657226562,0.7126331329345703,0.7266998291015625,0.6930828094482422,0.6909370422363281,0.7433891296386719,0.7069110870361328,0.7741451263427734,0.8349418640136719,0.5218982696533203,0.5257129669189453,0.5178451538085938,0.6422996520996094,0.5297660827636719,0.5311965942382812,0.5183219909667969,0.5140304565429688,0.5395412445068359,0.5230903625488281 +25000,50000,gpu,uniform,False,False,False,1.1494159698486328,0.9932518005371094,0.9658336639404297,0.9548664093017578,0.7822513580322266,0.7348060607910156,0.7610321044921875,0.7352828979492188,0.7741451263427734,0.7078647613525391,0.5109310150146484,0.5359649658203125,0.49591064453125,0.4763603210449219,0.4572868347167969,0.48041343688964844,0.4935264587402344,0.46324729919433594,0.4756450653076172,0.4780292510986328 +25000,50000,gpu,normal,True,True,True,1.8644332885742188,1.8360614776611328,1.7707347869873047,1.735687255859375,2.0279884338378906,1.6546249389648438,1.6841888427734375,1.7468929290771484,1.6994476318359375,1.6341209411621094,3.8776397705078125,3.5257339477539062,3.5190582275390625,3.451824188232422,3.4475326538085938,3.9520263671875,3.438234329223633,3.4074783325195312,3.4728050231933594,3.667593002319336 +25000,50000,gpu,normal,True,True,False,1.5714168548583984,1.844644546508789,1.5799999237060547,1.4595985412597656,1.5614032745361328,1.4994144439697266,1.4972686767578125,1.4421939849853516,1.491546630859375,1.508951187133789,3.978252410888672,3.5021305084228516,3.7474632263183594,3.419160842895508,3.6516189575195312,3.957986831665039,4.174709320068359,3.5810470581054688,3.7009716033935547,3.8678646087646484 +25000,50000,gpu,normal,False,True,True,1.6369819641113281,1.495361328125,1.6760826110839844,1.5544891357421875,1.674652099609375,1.9693374633789062,1.7085075378417969,1.5342235565185547,1.580953598022461,1.617431640625,2.5277137756347656,2.6450157165527344,2.531290054321289,3.0286312103271484,2.550363540649414,2.7418136596679688,2.688884735107422,2.6521682739257812,2.4878978729248047,3.042936325073242 +25000,50000,gpu,normal,False,True,False,1.9307136535644531,1.7604827880859375,1.8389225006103516,2.0279884338378906,1.8324851989746094,1.6942024230957031,1.6884803771972656,1.674652099609375,1.8277168273925781,1.7132759094238281,2.6750564575195312,2.6140213012695312,2.7844905853271484,2.655506134033203,2.696514129638672,2.8793811798095703,2.6400089263916016,2.5653839111328125,2.6001930236816406,2.6140213012695312 +25000,50000,gpu,normal,True,False,True,0.46253204345703125,0.4420280456542969,0.484466552734375,0.4630088806152344,0.5276203155517578,0.5271434783935547,0.4775524139404297,0.47969818115234375,0.4734992980957031,0.48351287841796875,0.7767677307128906,0.7808208465576172,0.7367134094238281,0.7643699645996094,0.7433891296386719,0.7512569427490234,0.7555484771728516,0.9608268737792969,1.2049674987792969,0.9222030639648438 +25000,50000,gpu,normal,True,False,False,0.7336139678955078,0.7519721984863281,0.6930828094482422,0.6844997406005859,0.6346702575683594,0.6296634674072266,0.6489753723144531,0.6833076477050781,0.6623268127441406,0.8144378662109375,0.9539127349853516,0.9315013885498047,0.9207725524902344,0.9126663208007812,0.8847713470458984,0.8971691131591797,0.9934902191162109,0.9262561798095703,0.9429454803466797,0.8924007415771484 +25000,50000,gpu,normal,False,False,True,1.3821125030517578,1.1858940124511719,1.1515617370605469,1.15966796875,1.1396408081054688,1.1067390441894531,1.5454292297363281,1.4066696166992188,1.3523101806640625,1.421213150024414,0.6411075592041016,0.9031295776367188,0.7848739624023438,0.7405281066894531,0.698089599609375,0.6856918334960938,0.6744861602783203,0.6375312805175781,0.5977153778076172,0.5972385406494141 +25000,50000,gpu,normal,False,False,False,1.3666152954101562,1.3430118560791016,1.4443397521972656,1.4462471008300781,1.36566162109375,1.390695571899414,1.3954639434814453,1.3434886932373047,1.2717247009277344,1.3494491577148438,0.6031990051269531,0.6210803985595703,0.6253719329833984,0.5879402160644531,0.8864402770996094,0.6501674652099609,0.5733966827392578,0.6220340728759766,0.5905628204345703,0.5791187286376953 +37500,1000,gpu,homo,True,True,True,0.5166530609130859,0.34427642822265625,0.3077983856201172,0.3287792205810547,0.2875328063964844,0.2880096435546875,0.27751922607421875,0.27751922607421875,0.2651214599609375,0.2841949462890625,0.6513595581054688,0.6778240203857422,0.6821155548095703,0.6546974182128906,0.7066726684570312,0.6787776947021484,0.6885528564453125,0.7419586181640625,0.6883144378662109,1.0418891906738281 +37500,1000,gpu,homo,True,True,False,0.29540061950683594,0.25773048400878906,0.2624988555908203,0.2722740173339844,0.2791881561279297,0.25916099548339844,0.2524852752685547,0.26297569274902344,0.2460479736328125,0.2925395965576172,0.5457401275634766,0.5648136138916016,0.8552074432373047,0.6127357482910156,0.5586147308349609,0.5383491516113281,0.5440711975097656,0.5223751068115234,0.5345344543457031,0.5459785461425781 +37500,1000,gpu,homo,False,True,True,0.3349781036376953,0.3247261047363281,0.3323554992675781,0.33974647521972656,0.34046173095703125,0.34689903259277344,0.3466606140136719,0.3304481506347656,0.3256797790527344,0.331878662109375,0.5013942718505859,0.5071163177490234,0.49686431884765625,0.5025863647460938,0.49567222595214844,0.5190372467041016,0.48923492431640625,0.5626678466796875,0.7791519165039062,0.583648681640625 +37500,1000,gpu,homo,False,True,False,0.560760498046875,0.5352497100830078,0.5414485931396484,0.5478858947753906,0.5204677581787109,0.5414485931396484,0.5733966827392578,0.5333423614501953,0.5083084106445312,0.5013942718505859,0.49591064453125,0.7791519165039062,0.7200241088867188,0.6296634674072266,0.5922317504882812,0.6053447723388672,0.5736351013183594,0.5905628204345703,0.49948692321777344,0.49757957458496094 +37500,1000,gpu,homo,True,False,True,0.3459453582763672,0.3561973571777344,0.35762786865234375,0.3311634063720703,0.3323554992675781,0.347137451171875,0.7171630859375,0.6113052368164062,0.560760498046875,0.5245208740234375,0.22935867309570312,0.3733634948730469,0.3437995910644531,0.324249267578125,0.2818107604980469,0.23126602172851562,0.25200843811035156,0.25916099548339844,0.2510547637939453,0.2551078796386719 +37500,1000,gpu,homo,True,False,False,0.5960464477539062,0.5538463592529297,0.5793571472167969,0.5464553833007812,0.5478858947753906,0.5805492401123047,0.5548000335693359,0.54168701171875,0.5490779876708984,0.5812644958496094,0.24127960205078125,0.21696090698242188,0.1671314239501953,0.18668174743652344,0.16355514526367188,0.16880035400390625,0.16236305236816406,0.19693374633789062,0.37169456481933594,0.2799034118652344 +37500,1000,gpu,homo,False,False,True,0.45800209045410156,0.5021095275878906,0.7517337799072266,0.45561790466308594,0.4334449768066406,0.469207763671875,0.40149688720703125,0.43654441833496094,0.44345855712890625,0.453948974609375,0.41604042053222656,0.4363059997558594,0.4074573516845703,0.4138946533203125,0.38433074951171875,0.4291534423828125,0.37598609924316406,0.3781318664550781,0.38170814514160156,0.38313865661621094 +37500,1000,gpu,homo,False,False,False,0.2162456512451172,0.22530555725097656,0.21982192993164062,0.19288063049316406,0.21076202392578125,0.1976490020751953,0.19073486328125,0.18215179443359375,0.22149085998535156,0.1804828643798828,0.6399154663085938,0.5164146423339844,0.4863739013671875,0.47659873962402344,0.4706382751464844,0.4718303680419922,0.4894733428955078,0.4913806915283203,0.49424171447753906,0.4909038543701172 +37500,1000,gpu,uniform,True,True,True,0.3523826599121094,0.3657341003417969,0.31113624572753906,0.3273487091064453,0.28324127197265625,0.286102294921875,0.28824806213378906,0.3008842468261719,0.27632713317871094,0.28324127197265625,0.8230209350585938,0.6387233734130859,0.7789134979248047,0.7343292236328125,0.7462501525878906,0.7755756378173828,0.8394718170166016,0.7810592651367188,0.7834434509277344,0.7569789886474609 +37500,1000,gpu,uniform,True,True,False,0.4749298095703125,0.36263465881347656,0.32782554626464844,0.7290840148925781,0.4951953887939453,0.3342628479003906,0.3693103790283203,0.3342628479003906,0.354766845703125,0.3609657287597656,0.7731914520263672,0.579833984375,0.5755424499511719,0.6279945373535156,0.5667209625244141,0.5993843078613281,0.5750656127929688,0.5762577056884766,0.5888938903808594,0.6279945373535156 +37500,1000,gpu,uniform,False,True,True,0.42891502380371094,0.4189014434814453,0.41365623474121094,0.41937828063964844,0.39386749267578125,0.3936290740966797,0.40984153747558594,0.4189014434814453,0.6639957427978516,0.4642009735107422,0.5381107330322266,0.5257129669189453,0.4887580871582031,0.5278587341308594,0.4687309265136719,0.5059242248535156,0.5311965942382812,0.5059242248535156,0.5071163177490234,0.48851966857910156 +37500,1000,gpu,uniform,False,True,False,0.47469139099121094,0.4932880401611328,0.4889965057373047,0.49686431884765625,0.49996376037597656,0.49614906311035156,0.5023479461669922,0.4954338073730469,0.44989585876464844,0.44918060302734375,0.4940032958984375,0.5033016204833984,0.5221366882324219,1.1148452758789062,0.5474090576171875,0.8103847503662109,0.5519390106201172,0.5030632019042969,0.5183219909667969,0.5598068237304688 +37500,1000,gpu,uniform,True,False,True,0.4570484161376953,0.42629241943359375,0.4353523254394531,0.43702125549316406,0.4248619079589844,0.4138946533203125,0.39696693420410156,0.4298686981201172,0.43392181396484375,0.4150867462158203,0.3120899200439453,0.3025531768798828,0.29730796813964844,0.3113746643066406,0.30112266540527344,0.2911090850830078,0.2982616424560547,0.301361083984375,0.27942657470703125,0.28252601623535156 +37500,1000,gpu,uniform,True,False,False,0.42057037353515625,0.4215240478515625,0.4296302795410156,0.4482269287109375,0.44536590576171875,0.4394054412841797,0.4489421844482422,0.8301734924316406,0.7417201995849609,0.6604194641113281,0.2982616424560547,0.2989768981933594,0.2918243408203125,0.2789497375488281,0.2818107604980469,0.3101825714111328,0.28514862060546875,0.27680397033691406,0.34880638122558594,0.5037784576416016 +37500,1000,gpu,uniform,False,False,True,0.2391338348388672,0.24819374084472656,0.2434253692626953,0.2601146697998047,0.29349327087402344,0.25272369384765625,0.22912025451660156,0.23126602172851562,0.4210472106933594,0.3676414489746094,0.5426406860351562,0.5297660827636719,0.5233287811279297,0.5254745483398438,0.5257129669189453,0.5233287811279297,0.5974769592285156,0.5414485931396484,0.5300045013427734,0.5023479461669922 +37500,1000,gpu,uniform,False,False,False,0.270843505859375,0.2624988555908203,0.28133392333984375,0.22292137145996094,0.2696514129638672,0.23746490478515625,0.23937225341796875,0.24557113647460938,0.36334991455078125,0.27632713317871094,0.5960464477539062,0.5624294281005859,0.5369186401367188,0.5347728729248047,0.5309581756591797,0.5371570587158203,0.5571842193603516,0.5910396575927734,0.5812644958496094,0.5335807800292969 +37500,1000,gpu,normal,True,True,True,0.34046173095703125,0.3199577331542969,0.32520294189453125,0.3199577331542969,0.2970695495605469,0.28896331787109375,0.2980232238769531,0.30541419982910156,0.2906322479248047,0.293731689453125,0.7789134979248047,0.7977485656738281,0.7271766662597656,0.74005126953125,0.8404254913330078,0.9777545928955078,0.8237361907958984,0.7755756378173828,0.7474422454833984,0.7226467132568359 +37500,1000,gpu,normal,True,True,False,0.3447532653808594,0.3445148468017578,0.33354759216308594,0.3032684326171875,0.33354759216308594,0.3371238708496094,0.3211498260498047,0.3311634063720703,0.34046173095703125,0.2808570861816406,0.6406307220458984,1.0952949523925781,0.8792877197265625,0.8051395416259766,0.7483959197998047,0.7724761962890625,0.7236003875732422,0.7143020629882812,0.7779598236083984,0.7333755493164062 +37500,1000,gpu,normal,False,True,True,0.3561973571777344,0.39696693420410156,0.3714561462402344,0.37670135498046875,0.3743171691894531,0.354766845703125,0.396728515625,0.396728515625,0.3349781036376953,0.37860870361328125,0.60272216796875,0.5593299865722656,0.5764961242675781,0.5707740783691406,0.5633831024169922,0.5276203155517578,0.6036758422851562,0.5998611450195312,0.5543231964111328,0.5829334259033203 +37500,1000,gpu,normal,False,True,False,0.39505958557128906,0.3628730773925781,0.48351287841796875,0.3802776336669922,0.3600120544433594,0.38361549377441406,0.3437995910644531,0.39696693420410156,0.34546852111816406,0.3523826599121094,0.5841255187988281,0.5726814270019531,0.5834102630615234,0.5691051483154297,0.6020069122314453,0.5705356597900391,0.6034374237060547,0.57220458984375,0.5314350128173828,0.5550384521484375 +37500,1000,gpu,normal,True,False,True,0.8959770202636719,0.8747577667236328,0.8671283721923828,0.8499622344970703,0.8020401000976562,0.7450580596923828,0.7541179656982422,0.7302761077880859,0.7956027984619141,0.79345703125,0.3273487091064453,0.20885467529296875,0.21266937255859375,0.22530555725097656,0.18525123596191406,0.1933574676513672,0.16927719116210938,0.37860870361328125,0.4134178161621094,0.34356117248535156 +37500,1000,gpu,normal,True,False,False,0.6382465362548828,0.6384849548339844,0.6005764007568359,0.5996227264404297,0.6299018859863281,0.6361007690429688,0.6313323974609375,0.6108283996582031,0.6244182586669922,0.6134510040283203,0.1633167266845703,0.2148151397705078,0.22268295288085938,0.18215179443359375,0.17786026000976562,0.19240379333496094,0.19621849060058594,0.1990795135498047,0.20241737365722656,0.18858909606933594 +37500,1000,gpu,normal,False,False,True,0.45490264892578125,0.4584789276123047,0.4665851593017578,0.43892860412597656,0.4744529724121094,0.4563331604003906,0.4425048828125,0.45752525329589844,0.4439353942871094,0.45680999755859375,0.5788803100585938,0.5598068237304688,0.5276203155517578,0.576019287109375,0.8347034454345703,0.8645057678222656,0.7328987121582031,0.6656646728515625,0.6842613220214844,0.6542205810546875 +37500,1000,gpu,normal,False,False,False,0.22125244140625,0.24175643920898438,0.24390220642089844,0.21696090698242188,0.2384185791015625,0.240325927734375,0.21219253540039062,0.22935867309570312,0.2243518829345703,0.2472400665283203,0.7302761077880859,0.8740425109863281,1.0159015655517578,0.7979869842529297,0.6990432739257812,0.827789306640625,0.9293556213378906,0.9276866912841797,0.8194446563720703,1.0128021240234375 +37500,2500,gpu,homo,True,True,True,0.5567073822021484,0.55694580078125,0.5195140838623047,0.5733966827392578,0.5183219909667969,0.5700588226318359,0.5466938018798828,0.5519390106201172,0.5273818969726562,0.4951953887939453,0.6182193756103516,0.6113052368164062,0.6036758422851562,0.637054443359375,0.6020069122314453,0.6060600280761719,0.6129741668701172,0.6198883056640625,0.6220340728759766,0.61798095703125 +37500,2500,gpu,homo,True,True,False,0.6632804870605469,0.8318424224853516,0.6208419799804688,0.5042552947998047,0.6437301635742188,0.5939006805419922,0.6084442138671875,0.5812644958496094,0.5784034729003906,0.5705356597900391,0.5691051483154297,0.5719661712646484,0.5638599395751953,0.5824565887451172,0.5483627319335938,0.5464553833007812,0.5619525909423828,0.5414485931396484,0.5621910095214844,0.5719661712646484 +37500,2500,gpu,homo,False,True,True,0.5795955657958984,0.7195472717285156,0.5729198455810547,0.7016658782958984,0.5452632904052734,0.6968975067138672,0.5609989166259766,0.7009506225585938,0.5605220794677734,0.6799697875976562,1.0273456573486328,0.9529590606689453,0.9868144989013672,1.0993480682373047,1.0304450988769531,0.9996891021728516,0.9565353393554688,0.9806156158447266,0.98419189453125,0.9741783142089844 +37500,2500,gpu,homo,False,True,False,0.4832744598388672,0.3573894500732422,0.5018711090087891,0.38313865661621094,0.51116943359375,0.34618377685546875,0.4992485046386719,0.377655029296875,0.4858970642089844,0.3688335418701172,0.8170604705810547,0.9152889251708984,0.8559226989746094,0.7908344268798828,0.804901123046875,0.7863044738769531,0.8287429809570312,0.8058547973632812,1.0592937469482422,0.9729862213134766 +37500,2500,gpu,homo,True,False,True,0.5853176116943359,0.7958412170410156,0.6453990936279297,0.5726814270019531,0.6020069122314453,0.5693435668945312,0.5803108215332031,0.5917549133300781,0.54931640625,0.5700588226318359,0.1838207244873047,0.14519691467285156,0.1785755157470703,0.15997886657714844,0.1990795135498047,0.18787384033203125,0.13566017150878906,0.1761913299560547,0.19741058349609375,0.19359588623046875 +37500,2500,gpu,homo,True,False,False,0.37384033203125,0.3886222839355469,0.39505958557128906,0.38504600524902344,0.3883838653564453,0.43964385986328125,0.39839744567871094,0.5884170532226562,0.4036426544189453,0.3921985626220703,0.14591217041015625,0.17023086547851562,0.1671314239501953,0.164031982421875,0.12278556823730469,0.17070770263671875,0.15544891357421875,0.1614093780517578,0.12969970703125,0.156402587890625 +37500,2500,gpu,homo,False,False,True,0.2849102020263672,0.22411346435546875,0.24890899658203125,0.24175643920898438,0.2472400665283203,0.2338886260986328,0.23794174194335938,0.2684593200683594,0.23412704467773438,0.2453327178955078,0.3662109375,0.39076805114746094,0.400543212890625,0.3592967987060547,0.3788471221923828,0.35643577575683594,0.3838539123535156,0.38313865661621094,0.35381317138671875,0.6198883056640625 +37500,2500,gpu,homo,False,False,False,0.4363059997558594,0.42724609375,0.4076957702636719,0.4138946533203125,0.38814544677734375,0.49686431884765625,0.4229545593261719,0.4286766052246094,0.40411949157714844,0.4429817199707031,0.3974437713623047,0.39768218994140625,0.4031658172607422,0.3952980041503906,0.3914833068847656,0.3886222839355469,0.3905296325683594,0.3757476806640625,0.38886070251464844,0.39577484130859375 +37500,2500,gpu,uniform,True,True,True,0.4112720489501953,0.39577484130859375,0.3924369812011719,0.4105567932128906,0.3829002380371094,0.42057037353515625,1.027822494506836,0.5402565002441406,0.7021427154541016,0.6556510925292969,0.6554126739501953,0.6759166717529297,0.6964206695556641,0.6747245788574219,0.6361007690429688,0.6568431854248047,0.8623600006103516,0.6742477416992188,0.7641315460205078,0.6706714630126953 +37500,2500,gpu,uniform,True,True,False,0.4165172576904297,0.40149688720703125,0.37598609924316406,0.3638267517089844,0.3974437713623047,0.3643035888671875,0.3612041473388672,0.39315223693847656,0.38123130798339844,0.3883838653564453,0.7359981536865234,0.7762908935546875,0.9212493896484375,0.7638931274414062,0.7479190826416016,0.7216930389404297,0.6957054138183594,0.6844997406005859,0.7464885711669922,0.6961822509765625 +37500,2500,gpu,uniform,False,True,True,0.4673004150390625,0.46563148498535156,0.4165172576904297,0.48065185546875,0.4134178161621094,0.7021427154541016,0.446319580078125,0.49591064453125,0.4489421844482422,0.484466552734375,0.7922649383544922,1.1088848114013672,0.8101463317871094,0.8864402770996094,0.7803440093994141,0.8878707885742188,0.7805824279785156,0.8780956268310547,0.789642333984375,0.8544921875 +37500,2500,gpu,uniform,False,True,False,0.7321834564208984,0.47016143798828125,0.5316734313964844,0.46133995056152344,0.5676746368408203,0.49567222595214844,0.6170272827148438,0.5271434783935547,0.6048679351806641,0.5421638488769531,1.2195110321044922,1.1637210845947266,1.0635852813720703,0.9281635284423828,0.9694099426269531,1.0514259338378906,1.0595321655273438,0.9615421295166016,1.0237693786621094,0.9617805480957031 +37500,2500,gpu,uniform,True,False,True,0.7245540618896484,0.5533695220947266,0.518798828125,0.4878044128417969,0.4780292510986328,0.4963874816894531,0.4963874816894531,0.4761219024658203,0.5557537078857422,0.5469322204589844,0.4894733428955078,0.3631114959716797,0.30875205993652344,0.28514862060546875,0.3237724304199219,0.4889965057373047,0.2987384796142578,0.34046173095703125,0.31828880310058594,0.2880096435546875 +37500,2500,gpu,uniform,True,False,False,0.5121231079101562,0.5309581756591797,0.52642822265625,0.4889965057373047,0.49567222595214844,0.48828125,0.47326087951660156,0.4725456237792969,0.5321502685546875,0.5216598510742188,0.3101825714111328,0.2963542938232422,0.3070831298828125,0.286102294921875,0.308990478515625,0.29921531677246094,0.3409385681152344,0.3464221954345703,0.2651214599609375,0.2696514129638672 +37500,2500,gpu,uniform,False,False,True,0.4630088806152344,0.4742145538330078,0.5352497100830078,0.5066394805908203,0.5526542663574219,0.5447864532470703,0.5233287811279297,0.5598068237304688,0.5099773406982422,0.5142688751220703,0.3991127014160156,0.43129920959472656,0.4496574401855469,0.4565715789794922,0.45037269592285156,0.4088878631591797,0.42128562927246094,0.4553794860839844,0.4382133483886719,0.46896934509277344 +37500,2500,gpu,uniform,False,False,False,0.5397796630859375,0.4985332489013672,0.49686431884765625,0.4649162292480469,0.49757957458496094,0.5087852478027344,0.48732757568359375,0.44655799865722656,0.49877166748046875,0.49996376037597656,0.4520416259765625,0.4429817199707031,0.44465065002441406,0.4260540008544922,0.45418739318847656,0.446319580078125,0.4506111145019531,0.42724609375,0.4405975341796875,0.4303455352783203 +37500,2500,gpu,normal,True,True,True,0.4093647003173828,0.41985511779785156,0.40149688720703125,0.3933906555175781,0.37360191345214844,0.38909912109375,0.3807544708251953,0.4088878631591797,0.4177093505859375,0.4165172576904297,0.6389617919921875,0.6539821624755859,0.6682872772216797,0.6611347198486328,0.6692409515380859,0.6601810455322266,0.6413459777832031,0.6482601165771484,0.6546974182128906,0.6504058837890625 +37500,2500,gpu,normal,True,True,False,0.4143714904785156,0.7739067077636719,0.6697177886962891,0.6432533264160156,0.8122920989990234,0.6849765777587891,0.6437301635742188,0.6198883056640625,0.6213188171386719,0.6070137023925781,0.6685256958007812,0.7269382476806641,0.6983280181884766,0.6804466247558594,0.888824462890625,0.8606910705566406,0.8165836334228516,0.8883476257324219,0.7829666137695312,0.7598400115966797 +37500,2500,gpu,normal,False,True,True,0.4372596740722656,0.48470497131347656,0.40531158447265625,0.47779083251953125,0.41556358337402344,0.48422813415527344,0.3867149353027344,0.44608116149902344,0.4069805145263672,0.4372596740722656,0.9312629699707031,0.9202957153320312,0.957489013671875,0.9615421295166016,0.9903907775878906,0.9670257568359375,0.9453296661376953,0.9202957153320312,1.2331008911132812,1.3833045959472656 +37500,2500,gpu,normal,False,True,False,0.4611015319824219,0.41937828063964844,0.4811286926269531,0.4112720489501953,0.4737377166748047,0.41866302490234375,0.4642009735107422,0.7772445678710938,0.9279251098632812,0.6525516510009766,0.9207725524902344,0.9109973907470703,0.9512901306152344,0.9207725524902344,1.0237693786621094,0.9417533874511719,0.9129047393798828,0.9033679962158203,0.8978843688964844,0.9224414825439453 +37500,2500,gpu,normal,True,False,True,0.9782314300537109,0.9021759033203125,0.9891986846923828,0.9274482727050781,0.8487701416015625,0.8645057678222656,0.8139610290527344,0.9350776672363281,0.8389949798583984,0.8792877197265625,0.22339820861816406,0.17762184143066406,0.19407272338867188,0.20194053649902344,0.1914501190185547,0.29778480529785156,0.18143653869628906,0.225067138671875,0.1919269561767578,0.2067089080810547 +37500,2500,gpu,normal,True,False,False,0.9577274322509766,0.942230224609375,0.9419918060302734,0.9031295776367188,0.8931159973144531,0.8847713470458984,0.9024143218994141,0.9980201721191406,0.9455680847167969,0.8971691131591797,0.21529197692871094,0.4394054412841797,0.37789344787597656,0.3170967102050781,0.35262107849121094,0.3254413604736328,0.32711029052734375,0.3197193145751953,0.3418922424316406,0.32138824462890625 +37500,2500,gpu,normal,False,False,True,0.5054473876953125,0.4870891571044922,0.46062469482421875,0.48351287841796875,0.48351287841796875,0.4706382751464844,0.45418739318847656,0.4737377166748047,0.4405975341796875,0.4336833953857422,0.6866455078125,0.7283687591552734,0.6935596466064453,0.6897449493408203,0.6732940673828125,0.6918907165527344,0.6899833679199219,0.6964206695556641,0.7143020629882812,0.6687641143798828 +37500,2500,gpu,normal,False,False,False,0.30112266540527344,0.2560615539550781,0.2338886260986328,0.24557113647460938,0.3066062927246094,0.29587745666503906,0.2613067626953125,0.24628639221191406,0.5855560302734375,0.24890899658203125,0.6129741668701172,0.5474090576171875,0.5848407745361328,0.5528926849365234,0.5490779876708984,0.5886554718017578,0.5605220794677734,0.5502700805664062,0.5486011505126953,0.5807876586914062 +37500,5000,gpu,homo,True,True,True,0.6582736968994141,0.6740093231201172,0.6518363952636719,0.6802082061767578,0.6220340728759766,0.6906986236572266,0.6406307220458984,0.7641315460205078,0.6756782531738281,0.6766319274902344,0.6558895111083984,0.6680488586425781,0.7257461547851562,0.7135868072509766,0.6666183471679688,1.0614395141601562,0.6806850433349609,0.6763935089111328,0.6592273712158203,0.6570816040039062 +37500,5000,gpu,homo,True,True,False,0.8835792541503906,0.6616115570068359,0.6256103515625,0.583648681640625,0.6091594696044922,0.6098747253417969,0.6248950958251953,0.6213188171386719,0.5626678466796875,0.5981922149658203,0.7064342498779297,0.6175041198730469,0.6642341613769531,0.6229877471923828,0.6768703460693359,0.6258487701416016,0.6697177886962891,0.6167888641357422,0.6372928619384766,0.6232261657714844 +37500,5000,gpu,homo,False,True,True,0.5686283111572266,0.5533695220947266,0.5347728729248047,0.5445480346679688,0.5562305450439453,0.5559921264648438,0.5805492401123047,0.5738735198974609,0.7817745208740234,0.5588531494140625,1.3117790222167969,1.2311935424804688,1.1360645294189453,1.2311935424804688,1.0204315185546875,1.2006759643554688,1.054525375366211,1.1637210845947266,1.062631607055664,1.1870861053466797 +37500,5000,gpu,homo,False,True,False,0.5304813385009766,0.5495548248291016,0.9014606475830078,0.7770061492919922,0.7710456848144531,0.7600784301757812,0.7452964782714844,0.6058216094970703,0.5729198455810547,0.5328655242919922,1.0800361633300781,1.2121200561523438,1.0917186737060547,1.2295246124267578,1.071929931640625,1.1510848999023438,1.0716915130615234,1.4238357543945312,1.3017654418945312,1.2774467468261719 +37500,5000,gpu,homo,True,False,True,0.7488727569580078,0.6260871887207031,0.6916522979736328,0.7643699645996094,0.5974769592285156,0.5862712860107422,0.6093978881835938,0.5903244018554688,0.5910396575927734,0.5729198455810547,0.30684471130371094,0.32067298889160156,0.3077983856201172,0.3325939178466797,0.3151893615722656,0.2961158752441406,0.29397010803222656,0.32329559326171875,0.30517578125,0.28824806213378906 +37500,5000,gpu,homo,True,False,False,0.4534721374511719,0.4258155822753906,0.4260540008544922,0.42176246643066406,0.4444122314453125,0.3986358642578125,0.4067420959472656,0.4153251647949219,0.4127025604248047,0.42510032653808594,0.30517578125,0.27680397033691406,0.2694129943847656,0.2703666687011719,0.26607513427734375,0.2849102020263672,0.32782554626464844,0.3063678741455078,0.2999305725097656,0.286102294921875 +37500,5000,gpu,homo,False,False,True,0.5090236663818359,0.8149147033691406,0.48422813415527344,0.4258155822753906,0.44035911560058594,0.42700767517089844,0.4112720489501953,0.4496574401855469,0.41961669921875,0.42176246643066406,0.4451274871826172,0.4353523254394531,0.6976127624511719,0.5850791931152344,0.5433559417724609,0.5116462707519531,0.5996227264404297,0.5819797515869141,0.5235671997070312,0.5300045013427734 +37500,5000,gpu,homo,False,False,False,0.43487548828125,0.2758502960205078,0.25463104248046875,0.22077560424804688,0.20074844360351562,0.22792816162109375,0.23126602172851562,0.225067138671875,0.20956993103027344,0.2090930938720703,0.5204677581787109,0.5040168762207031,0.5056858062744141,0.5004405975341797,0.5013942718505859,0.4954338073730469,0.5147457122802734,0.49185752868652344,0.5185604095458984,0.4620552062988281 +37500,5000,gpu,uniform,True,True,True,0.9977817535400391,0.8578300476074219,0.7414817810058594,0.7886886596679688,0.7610321044921875,0.8256435394287109,0.7328987121582031,0.8473396301269531,0.7443428039550781,0.95367431640625,0.9443759918212891,0.9658336639404297,1.0590553283691406,0.949859619140625,0.9043216705322266,0.8234977722167969,0.7929801940917969,0.8015632629394531,0.8871555328369141,0.8718967437744141 +37500,5000,gpu,uniform,True,True,False,0.5650520324707031,0.5142688751220703,0.5483627319335938,0.5142688751220703,0.5328655242919922,0.5426406860351562,0.5707740783691406,0.5824565887451172,0.5705356597900391,0.5602836608886719,0.8182525634765625,0.8344650268554688,0.7987022399902344,0.7724761962890625,0.8122920989990234,0.81634521484375,0.8423328399658203,0.7839202880859375,0.7784366607666016,0.7908344268798828 +37500,5000,gpu,uniform,False,True,True,0.9202957153320312,0.8645057678222656,0.78582763671875,0.8211135864257812,0.7886886596679688,0.7851123809814453,0.7717609405517578,0.7669925689697266,0.7755756378173828,0.8563995361328125,1.1930465698242188,1.4443397521972656,1.7726421356201172,1.2018680572509766,1.3134479522705078,1.280069351196289,1.1858940124511719,1.1599063873291016,1.2638568878173828,1.2097358703613281 +37500,5000,gpu,uniform,False,True,False,0.8478164672851562,0.7722377777099609,0.7936954498291016,0.7388591766357422,0.7646083831787109,0.7407665252685547,0.8909702301025391,0.8130073547363281,0.7927417755126953,0.7460117340087891,1.2042522430419922,1.2977123260498047,1.438140869140625,1.3608932495117188,1.2781620025634766,1.3060569763183594,1.2581348419189453,1.3701915740966797,1.3325214385986328,1.3270378112792969 +37500,5000,gpu,uniform,True,False,True,0.5123615264892578,0.5064010620117188,0.5197525024414062,0.5133152008056641,0.5369186401367188,0.4870891571044922,0.5247592926025391,0.5290508270263672,0.54168701171875,0.5288124084472656,0.3600120544433594,0.3521442413330078,0.38170814514160156,0.33783912658691406,0.36978721618652344,0.4291534423828125,0.3528594970703125,0.35572052001953125,0.324249267578125,0.3247261047363281 +37500,5000,gpu,uniform,True,False,False,0.7300376892089844,0.6821155548095703,0.7226467132568359,0.7081031799316406,0.7045269012451172,0.7064342498779297,0.8385181427001953,0.7867813110351562,0.7538795471191406,0.7333755493164062,0.32806396484375,0.3249645233154297,0.331878662109375,0.3147125244140625,0.45990943908691406,0.3733634948730469,0.33020973205566406,0.3113746643066406,0.3342628479003906,0.3676414489746094 +37500,5000,gpu,uniform,False,False,True,0.26726722717285156,0.29015541076660156,0.23794174194335938,0.2684593200683594,0.24962425231933594,0.2543926239013672,0.2796649932861328,0.2598762512207031,0.2593994140625,0.28133392333984375,0.44918060302734375,0.41675567626953125,0.41866302490234375,0.4143714904785156,0.40268898010253906,0.4475116729736328,0.44417381286621094,0.4589557647705078,0.47779083251953125,0.4291534423828125 +37500,5000,gpu,uniform,False,False,False,0.4906654357910156,0.47326087951660156,0.4801750183105469,0.4425048828125,0.4763603210449219,0.5233287811279297,0.4334449768066406,0.4322528839111328,0.44989585876464844,0.4649162292480469,0.5674362182617188,0.6496906280517578,0.5872249603271484,0.5588531494140625,0.5180835723876953,0.4582405090332031,0.45180320739746094,0.48351287841796875,0.4444122314453125,0.4405975341796875 +37500,5000,gpu,normal,True,True,True,0.7851123809814453,0.8220672607421875,0.78582763671875,0.7808208465576172,0.7452964782714844,0.7603168487548828,0.7991790771484375,0.8716583251953125,1.135110855102539,0.8759498596191406,0.7417201995849609,0.7467269897460938,0.7066726684570312,0.7510185241699219,1.0554790496826172,0.7834434509277344,0.75531005859375,0.7350444793701172,0.6868839263916016,0.7052421569824219 +37500,5000,gpu,normal,True,True,False,0.537872314453125,0.5133152008056641,0.5204677581787109,0.5395412445068359,0.5135536193847656,0.4837512969970703,0.507354736328125,0.5109310150146484,0.48851966857910156,0.49948692321777344,0.7677078247070312,0.6933212280273438,0.7390975952148438,0.7297992706298828,0.7195472717285156,0.7951259613037109,0.9624958038330078,0.9009838104248047,0.9510517120361328,0.8480548858642578 +37500,5000,gpu,normal,False,True,True,0.8206367492675781,0.8485317230224609,0.8313655853271484,0.7658004760742188,0.78582763671875,0.8015632629394531,0.8101463317871094,0.8134841918945312,0.8215904235839844,0.7801055908203125,1.4641284942626953,1.3380050659179688,1.5168190002441406,1.384735107421875,1.4095306396484375,1.3272762298583984,1.3613700866699219,1.3136863708496094,1.4088153839111328,1.2409687042236328 +37500,5000,gpu,normal,False,True,False,0.5815029144287109,0.5817413330078125,0.5598068237304688,0.5440711975097656,0.6527900695800781,0.5576610565185547,0.5548000335693359,0.5640983581542969,0.9427070617675781,0.6024837493896484,1.1754035949707031,1.2781620025634766,1.1591911315917969,1.270294189453125,1.1873245239257812,1.2824535369873047,1.4302730560302734,1.3265609741210938,1.2006759643554688,1.285552978515625 +37500,5000,gpu,normal,True,False,True,1.0738372802734375,0.9734630584716797,0.9891986846923828,0.9617805480957031,0.9520053863525391,0.9047985076904297,0.93841552734375,0.9174346923828125,0.9307861328125,1.0693073272705078,0.3795623779296875,0.4253387451171875,0.41604042053222656,0.37479400634765625,0.3571510314941406,0.36835670471191406,0.3666877746582031,0.3724098205566406,0.3857612609863281,0.3845691680908203 +37500,5000,gpu,normal,True,False,False,0.9882450103759766,0.9262561798095703,0.9338855743408203,0.9160041809082031,0.8418560028076172,0.8852481842041016,1.0941028594970703,0.8819103240966797,0.8444786071777344,0.8139610290527344,0.24819374084472656,0.23174285888671875,0.2586841583251953,0.25582313537597656,0.2307891845703125,0.26226043701171875,0.31447410583496094,0.46443939208984375,0.43392181396484375,0.3972053527832031 +37500,5000,gpu,normal,False,False,True,0.48065185546875,0.48732757568359375,0.4818439483642578,0.45609474182128906,0.44846534729003906,0.4992485046386719,0.4353523254394531,0.39577484130859375,0.5383491516113281,0.47016143798828125,0.6971359252929688,0.7112026214599609,0.7343292236328125,0.7071495056152344,0.7081031799316406,0.7112026214599609,0.6756782531738281,0.7071495056152344,0.7050037384033203,0.7033348083496094 +37500,5000,gpu,normal,False,False,False,0.4782676696777344,0.5114078521728516,0.4856586456298828,0.5161762237548828,0.5261898040771484,0.5035400390625,0.5023479461669922,0.47707557678222656,0.45490264892578125,0.4825592041015625,0.8213520050048828,0.7238388061523438,0.659942626953125,0.6806850433349609,0.6866455078125,0.7410049438476562,0.7188320159912109,0.7534027099609375,0.7126331329345703,0.9207725524902344 +37500,10000,gpu,homo,True,True,True,1.033782958984375,1.0471343994140625,0.9829998016357422,1.138925552368164,1.1019706726074219,1.0993480682373047,1.0368824005126953,1.1661052703857422,1.0836124420166016,1.1446475982666016,1.249551773071289,1.2676715850830078,1.2295246124267578,1.4412403106689453,1.1518001556396484,1.1167526245117188,1.1518001556396484,1.1320114135742188,1.125335693359375,1.1792182922363281 +37500,10000,gpu,homo,True,True,False,0.8602142333984375,0.8087158203125,0.8509159088134766,0.7936954498291016,0.8542537689208984,0.7700920104980469,0.8578300476074219,0.8001327514648438,0.8950233459472656,0.8666515350341797,1.0793209075927734,0.9410381317138672,1.0578632354736328,0.8997917175292969,1.0027885437011719,0.9171962738037109,0.9942054748535156,0.8766651153564453,0.9486675262451172,0.9050369262695312 +37500,10000,gpu,homo,False,True,True,1.0216236114501953,1.1610984802246094,1.0039806365966797,0.9424686431884766,1.0259151458740234,0.9644031524658203,0.9388923645019531,0.8819103240966797,0.911712646484375,0.9479522705078125,1.31988525390625,1.4934539794921875,1.2629032135009766,1.4500617980957031,1.2848377227783203,1.6689300537109375,1.5337467193603516,1.6434192657470703,1.4379024505615234,1.6014575958251953 +37500,10000,gpu,homo,False,True,False,0.7045269012451172,0.7658004760742188,0.9555816650390625,0.8051395416259766,0.7390975952148438,0.7512569427490234,0.7405281066894531,0.7381439208984375,0.7140636444091797,0.7426738739013672,1.8951892852783203,1.7037391662597656,1.9328594207763672,1.630544662475586,1.7387866973876953,1.5645027160644531,1.9974708557128906,1.6813278198242188,2.214670181274414,1.6193389892578125 +37500,10000,gpu,homo,True,False,True,0.4220008850097656,0.4525184631347656,0.4222393035888672,0.4749298095703125,0.7216930389404297,0.629425048828125,0.6012916564941406,0.5850791931152344,0.6268024444580078,0.5905628204345703,0.24318695068359375,0.21338462829589844,0.2560615539550781,0.2295970916748047,0.19359588623046875,0.5164146423339844,0.38313865661621094,0.30994415283203125,0.3304481506347656,0.3306865692138672 +37500,10000,gpu,homo,True,False,False,0.5898475646972656,0.5810260772705078,0.6518363952636719,0.6079673767089844,0.5745887756347656,0.6093978881835938,0.8103847503662109,0.583648681640625,0.5817413330078125,0.5793571472167969,0.2002716064453125,0.23365020751953125,0.22172927856445312,0.2014636993408203,0.20837783813476562,0.2110004425048828,0.18644332885742188,0.20384788513183594,0.2193450927734375,0.2243518829345703 +37500,10000,gpu,homo,False,False,True,0.22220611572265625,0.2453327178955078,0.24008750915527344,0.23865699768066406,0.2410411834716797,0.21958351135253906,0.2281665802001953,0.2307891845703125,0.2741813659667969,0.28443336486816406,0.537872314453125,0.5190372467041016,0.5297660827636719,0.52642822265625,0.5180835723876953,0.52642822265625,0.518798828125,0.5352497100830078,0.5087852478027344,0.5121231079101562 +37500,10000,gpu,homo,False,False,False,0.2574920654296875,0.21409988403320312,0.23508071899414062,0.21457672119140625,0.23603439331054688,0.23794174194335938,0.232696533203125,0.23174285888671875,0.2167224884033203,0.2300739288330078,0.44465065002441406,0.4429817199707031,0.6823539733886719,0.4284381866455078,0.42128562927246094,0.4353523254394531,0.4391670227050781,0.4172325134277344,0.4258155822753906,0.41985511779785156 +37500,10000,gpu,uniform,True,True,True,1.0101795196533203,1.0821819305419922,1.2454986572265625,1.0707378387451172,1.0104179382324219,1.0628700256347656,1.0230541229248047,1.0712146759033203,0.9815692901611328,1.2326240539550781,0.9386539459228516,0.9355545043945312,0.9698867797851562,0.9429454803466797,1.2140274047851562,1.2288093566894531,1.1363029479980469,1.1396408081054688,1.161336898803711,1.0476112365722656 +37500,10000,gpu,uniform,True,True,False,0.7753372192382812,0.7135868072509766,0.7495880126953125,0.7266998291015625,0.7681846618652344,0.7424354553222656,0.7789134979248047,0.9644031524658203,0.7936954498291016,0.6995201110839844,1.140594482421875,1.123666763305664,1.1479854583740234,1.016378402709961,1.1696815490722656,1.0821819305419922,1.150369644165039,0.9949207305908203,1.1305809020996094,0.9832382202148438 +37500,10000,gpu,uniform,False,True,True,0.7586479187011719,0.7488727569580078,1.0249614715576172,0.7815361022949219,0.7653236389160156,0.6799697875976562,0.7531642913818359,0.6995201110839844,0.7507801055908203,0.7476806640625,1.4951229095458984,1.7809867858886719,1.5087127685546875,1.795053482055664,1.8470287322998047,1.7786026000976562,1.4426708221435547,1.88446044921875,1.5354156494140625,1.8732547760009766 +37500,10000,gpu,uniform,False,True,False,0.7622241973876953,0.949859619140625,0.7662773132324219,0.8056163787841797,0.7233619689941406,0.7960796356201172,0.774383544921875,0.7739067077636719,0.7271766662597656,0.7612705230712891,1.8448829650878906,1.768350601196289,1.8165111541748047,1.7266273498535156,2.2614002227783203,1.7931461334228516,1.817941665649414,1.64031982421875,1.9097328186035156,1.7962455749511719 +37500,10000,gpu,uniform,True,False,True,0.4978179931640625,0.5130767822265625,0.46443939208984375,0.5033016204833984,0.5006790161132812,0.48422813415527344,0.49757957458496094,0.4897117614746094,0.5097389221191406,0.4868507385253906,0.3714561462402344,0.3306865692138672,0.335693359375,0.324249267578125,0.3826618194580078,0.4858970642089844,0.4341602325439453,0.39267539978027344,0.3681182861328125,0.3924369812011719 +37500,10000,gpu,uniform,True,False,False,0.5559921264648438,0.5197525024414062,0.5409717559814453,0.51116943359375,0.5364418029785156,0.4928112030029297,0.5061626434326172,0.4925727844238281,0.5347728729248047,0.5013942718505859,0.38242340087890625,0.3533363342285156,0.3981590270996094,0.3466606140136719,0.3495216369628906,0.3528594970703125,0.3619194030761719,0.35834312438964844,0.4036426544189453,0.3638267517089844 +37500,10000,gpu,uniform,False,False,True,0.5753040313720703,0.5955696105957031,0.6203651428222656,0.54168701171875,0.4982948303222656,0.5326271057128906,0.621795654296875,0.5383491516113281,0.492095947265625,0.5011558532714844,0.4591941833496094,0.44727325439453125,0.46753883361816406,0.43320655822753906,0.5292892456054688,0.5412101745605469,0.5342960357666016,0.5743503570556641,0.4477500915527344,0.499725341796875 +37500,10000,gpu,uniform,False,False,False,0.5586147308349609,0.4947185516357422,0.4940032958984375,0.48923492431640625,0.46706199645996094,0.4439353942871094,0.4706382751464844,0.347137451171875,0.2739429473876953,0.22363662719726562,0.5266666412353516,0.48613548278808594,0.4477500915527344,0.4069805145263672,0.4162788391113281,0.4067420959472656,0.6473064422607422,0.7691383361816406,0.6756782531738281,0.6132125854492188 +37500,10000,gpu,normal,True,True,True,1.074075698852539,1.02996826171875,0.9775161743164062,1.0669231414794922,1.0170936584472656,1.0857582092285156,0.9992122650146484,0.93841552734375,0.9131431579589844,0.9520053863525391,1.0118484497070312,1.003265380859375,1.0106563568115234,1.0263919830322266,0.9505748748779297,1.4274120330810547,1.2238025665283203,1.1746883392333984,1.1336803436279297,1.2233257293701172 +37500,10000,gpu,normal,True,True,False,0.9765625,0.9214878082275391,1.0101795196533203,0.9534358978271484,0.9813308715820312,0.9453296661376953,0.9887218475341797,1.0144710540771484,1.0325908660888672,1.065969467163086,1.3344287872314453,1.1126995086669922,1.2366771697998047,1.0223388671875,1.3437271118164062,1.119852066040039,1.1954307556152344,1.0116100311279297,1.2640953063964844,1.1107921600341797 +37500,10000,gpu,normal,False,True,True,0.7073879241943359,0.7350444793701172,0.8161067962646484,0.7526874542236328,0.7643699645996094,0.7410049438476562,0.7731914520263672,0.7548332214355469,1.2636184692382812,1.020669937133789,1.856088638305664,1.9659996032714844,2.1550655364990234,1.9750595092773438,1.6939640045166016,1.905679702758789,1.7693042755126953,1.9385814666748047,1.8362998962402344,1.9071102142333984 +37500,10000,gpu,normal,False,True,False,0.8249282836914062,1.1096000671386719,0.9648799896240234,0.9984970092773438,0.9851455688476562,0.9639263153076172,0.9436607360839844,0.9744167327880859,0.9410381317138672,1.003265380859375,2.094745635986328,1.8124580383300781,1.8467903137207031,1.867532730102539,1.8808841705322266,1.7821788787841797,1.7521381378173828,1.8062591552734375,1.8415451049804688,2.1028518676757812 +37500,10000,gpu,normal,True,False,True,0.7374286651611328,0.7359981536865234,0.7534027099609375,0.9450912475585938,1.0678768157958984,0.7643699645996094,0.77056884765625,0.7460117340087891,0.7281303405761719,0.7495880126953125,0.3066062927246094,0.34165382385253906,0.31280517578125,0.37097930908203125,0.335693359375,0.3063678741455078,0.308990478515625,0.29850006103515625,0.3304481506347656,0.30231475830078125 +37500,10000,gpu,normal,True,False,False,0.7157325744628906,0.9052753448486328,1.0731220245361328,0.9586811065673828,0.9379386901855469,0.9684562683105469,0.9818077087402344,0.9374618530273438,0.9450912475585938,0.9686946868896484,0.33354759216308594,0.3314018249511719,0.29540061950683594,0.31638145446777344,0.3230571746826172,0.32401084899902344,0.293731689453125,0.29921531677246094,0.293731689453125,0.3275871276855469 +37500,10000,gpu,normal,False,False,True,0.6453990936279297,0.5805492401123047,0.5333423614501953,0.4973411560058594,0.4951953887939453,0.51116943359375,0.48542022705078125,0.5364418029785156,0.5373954772949219,0.6151199340820312,0.7266998291015625,0.7071495056152344,0.7176399230957031,0.7076263427734375,0.6825923919677734,0.7138252258300781,0.6825923919677734,0.6873607635498047,0.705718994140625,0.7112026214599609 +37500,10000,gpu,normal,False,False,False,0.52642822265625,0.537872314453125,0.48828125,0.5433559417724609,0.5290508270263672,0.5042552947998047,0.48923492431640625,0.48279762268066406,0.4966259002685547,0.5064010620117188,0.6787776947021484,0.7219314575195312,0.7395744323730469,0.6530284881591797,0.8678436279296875,0.8471012115478516,0.8337497711181641,0.8101463317871094,0.7750988006591797,0.7197856903076172 +37500,25000,gpu,homo,True,True,True,1.766204833984375,1.837015151977539,1.707315444946289,1.8105506896972656,1.7085075378417969,1.8036365509033203,1.997232437133789,1.951456069946289,1.7313957214355469,1.7406940460205078,2.171754837036133,2.2432804107666016,2.123117446899414,2.562284469604492,2.3193359375,2.393960952758789,2.3682117462158203,2.4881362915039062,2.3272037506103516,2.3088455200195312 +37500,25000,gpu,homo,True,True,False,1.6281604766845703,1.3990402221679688,1.6016960144042969,1.3709068298339844,1.5721321105957031,1.4116764068603516,1.9321441650390625,1.3823509216308594,1.6219615936279297,1.3577938079833984,2.244710922241211,2.1500587463378906,2.2492408752441406,2.3458003997802734,2.3331642150878906,2.1529197692871094,2.252340316772461,2.111196517944336,2.230405807495117,2.167224884033203 +37500,25000,gpu,homo,False,True,True,1.359701156616211,1.4033317565917969,1.4841556549072266,1.3689994812011719,1.3370513916015625,1.3036727905273438,1.3360977172851562,1.346588134765625,1.3399124145507812,1.3082027435302734,2.2950172424316406,2.7527809143066406,2.318143844604492,2.903461456298828,2.331972122192383,2.727985382080078,2.3751258850097656,2.7751922607421875,2.3932456970214844,2.984285354614258 +37500,25000,gpu,homo,False,True,False,1.500844955444336,1.6071796417236328,1.4109611511230469,1.3163089752197266,1.7554759979248047,1.5282630920410156,1.615285873413086,1.4553070068359375,1.5604496002197266,1.4042854309082031,2.7642250061035156,2.64739990234375,2.9306411743164062,2.6857852935791016,2.6204586029052734,2.619504928588867,2.960205078125,2.826690673828125,3.1652450561523438,2.8104782104492188 +37500,25000,gpu,homo,True,False,True,0.6365776062011719,0.6239414215087891,0.6091594696044922,0.6017684936523438,0.6334781646728516,0.6155967712402344,0.6461143493652344,0.6031990051269531,0.6303787231445312,0.6198883056640625,0.38886070251464844,0.3981590270996094,0.3876686096191406,0.39124488830566406,0.3814697265625,0.39577484130859375,0.4093647003173828,0.40340423583984375,0.4062652587890625,0.39005279541015625 +37500,25000,gpu,homo,True,False,False,0.4572868347167969,0.42319297790527344,0.4284381866455078,0.42176246643066406,0.39577484130859375,0.41031837463378906,0.42057037353515625,0.42057037353515625,0.39577484130859375,0.43463706970214844,0.31566619873046875,0.32973289489746094,0.6403923034667969,0.2956390380859375,0.31065940856933594,0.30493736267089844,0.2789497375488281,0.2968311309814453,0.2884864807128906,0.30303001403808594 +37500,25000,gpu,homo,False,False,True,0.5550384521484375,0.47087669372558594,0.446319580078125,0.4200935363769531,0.4210472106933594,0.41365623474121094,0.4379749298095703,0.41985511779785156,0.4928112030029297,0.6911754608154297,0.3685951232910156,0.37932395935058594,0.37384033203125,0.38170814514160156,0.37550926208496094,0.3769397735595703,0.36406517028808594,0.3902912139892578,0.3635883331298828,0.36644935607910156 +37500,25000,gpu,homo,False,False,False,0.5369186401367188,0.5393028259277344,0.5729198455810547,0.6265640258789062,0.5714893341064453,0.5321502685546875,0.5321502685546875,0.5311965942382812,0.5137920379638672,0.514984130859375,0.3986358642578125,0.41031837463378906,0.39124488830566406,0.36907196044921875,0.4076957702636719,0.36907196044921875,0.3943443298339844,0.4286766052246094,0.4374980926513672,0.4210472106933594 +37500,25000,gpu,uniform,True,True,True,1.2705326080322266,1.3341903686523438,1.361846923828125,1.3623237609863281,1.3272762298583984,1.3337135314941406,1.5532970428466797,1.375436782836914,1.2440681457519531,1.3103485107421875,2.3832321166992188,2.4356842041015625,2.3496150970458984,2.4716854095458984,2.2287368774414062,2.557516098022461,2.3856163024902344,2.4318695068359375,2.2652149200439453,2.3794174194335938 +37500,25000,gpu,uniform,True,True,False,1.2989044189453125,1.2145042419433594,1.2710094451904297,1.2080669403076172,1.3346672058105469,1.216888427734375,1.2807846069335938,1.1827945709228516,1.2969970703125,1.483917236328125,2.244234085083008,2.415180206298828,2.3505687713623047,2.201557159423828,2.3539066314697266,2.150297164916992,2.2735595703125,2.1867752075195312,2.614259719848633,2.200603485107422 +37500,25000,gpu,uniform,False,True,True,1.5115737915039062,1.6567707061767578,1.5366077423095703,1.4719963073730469,1.428365707397461,1.432657241821289,1.3818740844726562,1.4579296112060547,1.4910697937011719,1.4231204986572266,2.593517303466797,2.719402313232422,2.6624202728271484,2.8412342071533203,2.577066421508789,2.832174301147461,2.7697086334228516,2.7914047241210938,2.884387969970703,2.888917922973633 +37500,25000,gpu,uniform,False,True,False,1.2652873992919922,1.5735626220703125,1.5454292297363281,1.688241958618164,1.6002655029296875,1.463174819946289,1.6193389892578125,1.459360122680664,1.4069080352783203,1.2784004211425781,2.7527809143066406,2.618074417114258,2.536296844482422,3.0171871185302734,2.741098403930664,2.7441978454589844,2.5229454040527344,2.714872360229492,2.7523040771484375,2.958536148071289 +37500,25000,gpu,uniform,True,False,True,0.5292892456054688,0.5025863647460938,0.4858970642089844,0.5161762237548828,0.48732757568359375,0.4889965057373047,0.4799365997314453,0.5371570587158203,0.48828125,0.5326271057128906,0.4837512969970703,0.6144046783447266,0.5173683166503906,0.5142688751220703,0.4932880401611328,0.4718303680419922,0.46825408935546875,0.46372413635253906,0.48232078552246094,0.4878044128417969 +37500,25000,gpu,uniform,True,False,False,0.5333423614501953,0.51116943359375,0.5457401275634766,0.5178451538085938,0.5078315734863281,0.4749298095703125,0.4944801330566406,0.5285739898681641,0.4990100860595703,0.518798828125,0.5059242248535156,0.4622936248779297,0.48613548278808594,0.5090236663818359,0.5125999450683594,0.4639625549316406,0.45490264892578125,0.49996376037597656,0.5910396575927734,0.5326271057128906 +37500,25000,gpu,uniform,False,False,True,0.3604888916015625,0.3666877746582031,0.431060791015625,0.423431396484375,0.3750324249267578,0.37741661071777344,0.36144256591796875,0.3921985626220703,0.36787986755371094,0.3647804260253906,0.4291534423828125,0.4303455352783203,0.3905296325683594,0.400543212890625,0.3955364227294922,0.39887428283691406,0.3857612609863281,0.39386749267578125,0.3902912139892578,0.4687309265136719 +37500,25000,gpu,uniform,False,False,False,0.3814697265625,0.3883838653564453,0.3838539123535156,0.37598609924316406,0.3688335418701172,0.7169246673583984,0.6515979766845703,0.6303787231445312,0.5917549133300781,0.6139278411865234,0.6649494171142578,0.5786418914794922,0.5190372467041016,0.5371570587158203,0.5326271057128906,0.5292892456054688,0.5056858062744141,0.52642822265625,0.5376338958740234,0.537872314453125 +37500,25000,gpu,normal,True,True,True,1.6398429870605469,1.6093254089355469,1.5134811401367188,1.5833377838134766,1.468658447265625,1.6102790832519531,1.4755725860595703,1.4712810516357422,1.3608932495117188,1.440286636352539,2.363443374633789,2.6335716247558594,2.2072792053222656,2.3987293243408203,2.2225379943847656,2.556324005126953,2.413511276245117,2.4988651275634766,2.434253692626953,2.4209022521972656 +37500,25000,gpu,normal,True,True,False,1.6486644744873047,1.4836788177490234,1.5482902526855469,1.4379024505615234,1.5017986297607422,1.4333724975585938,1.51824951171875,1.4255046844482422,1.5437602996826172,1.4584064483642578,2.450227737426758,2.237558364868164,2.496480941772461,2.133607864379883,2.424001693725586,2.173185348510742,2.6519298553466797,2.4518966674804688,2.5947093963623047,2.313375473022461 +37500,25000,gpu,normal,False,True,True,1.2197494506835938,1.19781494140625,1.186370849609375,1.1844635009765625,1.1720657348632812,1.247406005859375,1.1990070343017578,1.1823177337646484,1.21307373046875,1.210927963256836,2.731800079345703,3.058910369873047,2.7625560760498047,2.7315616607666016,2.852916717529297,2.7043819427490234,2.813100814819336,3.1518936157226562,2.9747486114501953,2.805471420288086 +37500,25000,gpu,normal,False,True,False,1.218557357788086,1.2187957763671875,1.264810562133789,1.2097358703613281,1.5375614166259766,1.589059829711914,1.5909671783447266,1.4801025390625,1.4472007751464844,1.436471939086914,2.9244422912597656,3.0853748321533203,2.9878616333007812,3.0667781829833984,2.9571056365966797,2.839803695678711,2.767324447631836,2.9439926147460938,2.798795700073242,2.7091503143310547 +37500,25000,gpu,normal,True,False,True,1.0902881622314453,1.0492801666259766,1.0058879852294922,0.9908676147460938,0.8406639099121094,0.7474422454833984,0.7932186126708984,0.7941722869873047,0.911712646484375,0.8308887481689453,0.6461143493652344,0.7867813110351562,0.6902217864990234,0.6725788116455078,0.6699562072753906,0.6349086761474609,0.6604194641113281,0.6518363952636719,0.6477832794189453,0.64849853515625 +37500,25000,gpu,normal,True,False,False,0.7297992706298828,0.7319450378417969,0.7200241088867188,0.7085800170898438,0.7638931274414062,0.7905960083007812,0.9474754333496094,0.7977485656738281,0.7412433624267578,0.7619857788085938,0.5552768707275391,0.5548000335693359,0.8676052093505859,0.5190372467041016,0.5209445953369141,0.5528926849365234,0.5373954772949219,0.5035400390625,0.5068778991699219,0.5452632904052734 +37500,25000,gpu,normal,False,False,True,0.7822513580322266,0.7758140563964844,0.7824897766113281,0.6902217864990234,0.6613731384277344,0.6968975067138672,0.6544589996337891,0.8220672607421875,0.8029937744140625,0.7112026214599609,0.9343624114990234,0.7526874542236328,0.7777214050292969,0.7233619689941406,0.7331371307373047,0.8318424224853516,0.7708072662353516,0.7491111755371094,0.7030963897705078,0.7388591766357422 +37500,25000,gpu,normal,False,False,False,0.6935596466064453,0.6480216979980469,0.7176399230957031,0.7128715515136719,0.70953369140625,0.7064342498779297,0.8935928344726562,0.7791519165039062,0.7712841033935547,0.7772445678710938,0.6470680236816406,0.6380081176757812,0.6585121154785156,0.6241798400878906,0.6465911865234375,0.6682872772216797,0.8378028869628906,0.6799697875976562,0.6668567657470703,0.6206035614013672 +37500,37500,gpu,homo,True,True,True,1.926422119140625,2.458810806274414,1.983642578125,2.5370121002197266,2.191781997680664,2.351045608520508,2.200603485107422,2.288818359375,2.2840499877929688,2.7582645416259766,3.2846927642822266,3.435850143432617,3.363370895385742,3.5104751586914062,3.4952163696289062,3.1747817993164062,3.223419189453125,3.343820571899414,3.1626224517822266,3.4914016723632812 +37500,37500,gpu,homo,True,True,False,2.3882389068603516,2.0799636840820312,2.3186206817626953,2.035379409790039,2.343893051147461,2.0165443420410156,2.7799606323242188,1.9731521606445312,2.229452133178711,1.9190311431884766,3.520965576171875,3.489971160888672,3.4074783325195312,3.502368927001953,3.743410110473633,3.4317970275878906,3.6783218383789062,3.4554004669189453,3.6079883575439453,3.7310123443603516 +37500,37500,gpu,homo,False,True,True,2.2292137145996094,2.31170654296875,2.1865367889404297,2.2666454315185547,1.9183158874511719,2.0287036895751953,2.210855484008789,2.1805763244628906,2.0112991333007812,2.1414756774902344,3.1354427337646484,3.2672882080078125,3.190279006958008,3.352642059326172,3.3371448516845703,3.282785415649414,3.1211376190185547,3.4003257751464844,3.1728744506835938,3.509998321533203 +37500,37500,gpu,homo,False,True,False,2.4366378784179688,2.1152496337890625,2.3796558380126953,2.015829086303711,2.299785614013672,2.000570297241211,2.474546432495117,2.1772384643554688,2.328157424926758,2.132415771484375,3.4379959106445312,3.4198760986328125,3.4537315368652344,3.373861312866211,3.6520957946777344,3.1328201293945312,3.3342838287353516,3.512859344482422,3.5207271575927734,3.742218017578125 +37500,37500,gpu,homo,True,False,True,0.8323192596435547,0.7538795471191406,0.7259845733642578,0.9031295776367188,0.7379055023193359,0.6957054138183594,0.6949901580810547,0.6701946258544922,0.6716251373291016,0.6761550903320312,0.49591064453125,0.5292892456054688,0.5433559417724609,0.8490085601806641,0.4239082336425781,0.6449222564697266,0.5545616149902344,0.492095947265625,0.4863739013671875,0.5276203155517578 +37500,37500,gpu,homo,True,False,False,0.4520416259765625,0.4355907440185547,0.42629241943359375,0.4322528839111328,0.4534721374511719,0.5033016204833984,0.4355907440185547,0.4467964172363281,0.4553794860839844,0.4661083221435547,0.4127025604248047,0.3707408905029297,0.4074573516845703,0.3638267517089844,0.36716461181640625,0.38933753967285156,0.3616809844970703,0.39076805114746094,0.4119873046875,0.37932395935058594 +37500,37500,gpu,homo,False,False,True,0.4439353942871094,0.43892860412597656,0.453948974609375,0.4432201385498047,0.42819976806640625,0.4334449768066406,0.4570484161376953,0.4379749298095703,0.4324913024902344,0.4436969757080078,0.38361549377441406,0.4119873046875,0.41484832763671875,0.42510032653808594,0.39649009704589844,0.6833076477050781,0.4303455352783203,0.3764629364013672,0.3638267517089844,0.35762786865234375 +37500,37500,gpu,homo,False,False,False,0.4858970642089844,0.4706382751464844,0.48160552978515625,0.44727325439453125,0.4818439483642578,0.44608116149902344,0.4343986511230469,0.4627704620361328,0.45180320739746094,0.47779083251953125,0.3571510314941406,0.6232261657714844,0.5648136138916016,0.5381107330322266,0.52642822265625,0.49877166748046875,0.48995018005371094,0.49948692321777344,0.49042701721191406,0.4849433898925781 +37500,37500,gpu,uniform,True,True,True,1.7542839050292969,1.7962455749511719,1.7962455749511719,1.7077922821044922,2.1088123321533203,2.1278858184814453,2.018451690673828,1.9378662109375,2.027273178100586,1.9633769989013672,3.3257007598876953,3.7097930908203125,3.385305404663086,3.3321380615234375,3.2875537872314453,3.2982826232910156,3.435850143432617,3.591775894165039,3.5555362701416016,3.415346145629883 +37500,37500,gpu,uniform,True,True,False,1.7027854919433594,1.6522407531738281,2.087116241455078,2.341032028198242,2.0792484283447266,1.6865730285644531,1.678466796875,1.7096996307373047,1.7619132995605469,1.6913414001464844,3.504514694213867,3.332376480102539,3.364086151123047,3.3032894134521484,3.694772720336914,3.1158924102783203,3.529787063598633,3.5085678100585938,3.561258316040039,3.3986568450927734 +37500,37500,gpu,uniform,False,True,True,2.25067138671875,2.0551681518554688,2.0339488983154297,1.941680908203125,1.9655227661132812,2.017974853515625,2.008199691772461,1.8305778503417969,1.829385757446289,2.1724700927734375,3.693103790283203,3.4253597259521484,3.268003463745117,3.3118724822998047,3.364086151123047,3.5202503204345703,3.453969955444336,3.4613609313964844,3.2851696014404297,3.4122467041015625 +37500,37500,gpu,uniform,False,True,False,1.7426013946533203,1.7282962799072266,1.833200454711914,1.6889572143554688,1.768350601196289,1.707315444946289,1.7032623291015625,1.8744468688964844,2.0203590393066406,1.9450187683105469,3.5789012908935547,3.358125686645508,3.444194793701172,3.1719207763671875,3.8857460021972656,3.302335739135742,3.4406185150146484,3.1235218048095703,3.3299922943115234,3.984212875366211 +37500,37500,gpu,uniform,True,False,True,0.6122589111328125,0.5896091461181641,0.5881786346435547,0.5853176116943359,0.5965232849121094,0.5948543548583984,0.5991458892822266,0.5757808685302734,0.5962848663330078,0.5397796630859375,0.44345855712890625,0.4291534423828125,0.48041343688964844,0.4553794860839844,0.457763671875,0.6794929504394531,0.6010532379150391,0.8707046508789062,0.6158351898193359,0.5958080291748047 +37500,37500,gpu,uniform,True,False,False,0.6120204925537109,0.6654262542724609,0.6432533264160156,0.5896091461181641,0.6339550018310547,0.61798095703125,0.5967617034912109,0.6301403045654297,0.6330013275146484,0.6394386291503906,0.4742145538330078,0.49948692321777344,0.46253204345703125,0.4229545593261719,0.4742145538330078,0.42438507080078125,0.4487037658691406,0.415802001953125,0.4570484161376953,0.44918060302734375 +37500,37500,gpu,uniform,False,False,True,0.8363723754882812,0.8602142333984375,0.7946491241455078,0.7753372192382812,0.7793903350830078,0.7646083831787109,0.7789134979248047,1.1112689971923828,1.1534690856933594,1.0082721710205078,0.45180320739746094,0.4730224609375,0.4267692565917969,0.4317760467529297,0.47087669372558594,0.4222393035888672,0.4420280456542969,0.4448890686035156,0.4222393035888672,0.6515979766845703 +37500,37500,gpu,uniform,False,False,False,0.8091926574707031,0.8478164672851562,0.8077621459960938,0.9124279022216797,0.9448528289794922,0.9217262268066406,0.8537769317626953,0.8137226104736328,0.8213520050048828,0.8931159973144531,0.5800724029541016,0.5719661712646484,0.5621910095214844,0.5445480346679688,0.5958080291748047,0.57220458984375,0.5776882171630859,0.5545616149902344,0.5249977111816406,0.4696846008300781 +37500,37500,gpu,normal,True,True,True,2.0399093627929688,2.0530223846435547,2.0270347595214844,2.0596981048583984,2.100229263305664,2.035379409790039,2.174854278564453,1.9068717956542969,1.9116401672363281,1.8880367279052734,3.6156177520751953,3.534555435180664,3.366231918334961,4.015445709228516,3.589153289794922,3.671407699584961,3.482341766357422,3.4439563751220703,3.782510757446289,3.434419631958008 +37500,37500,gpu,normal,True,True,False,1.6536712646484375,1.8770694732666016,1.8200874328613281,1.6851425170898438,1.6901493072509766,1.613616943359375,1.7359256744384766,1.6756057739257812,1.7580986022949219,1.6787052154541016,3.6492347717285156,3.3829212188720703,3.682851791381836,3.340005874633789,3.9746761322021484,3.3104419708251953,3.7186145782470703,3.4322738647460938,3.840208053588867,3.4160614013671875 +37500,37500,gpu,normal,False,True,True,1.7185211181640625,1.6865730285644531,1.7247200012207031,1.7209053039550781,1.7430782318115234,1.7275810241699219,1.817464828491211,2.125978469848633,1.8241405487060547,1.8620491027832031,4.1484832763671875,3.371000289916992,3.424406051635742,3.515958786010742,3.47137451171875,3.892183303833008,3.367185592651367,3.457784652709961,3.3655166625976562,3.519773483276367 +37500,37500,gpu,normal,False,True,False,1.7676353454589844,1.6529560089111328,2.095460891723633,2.017498016357422,1.9071102142333984,1.8849372863769531,1.9154548645019531,1.8608570098876953,1.916646957397461,1.8734931945800781,3.8957595825195312,3.4410953521728516,3.7736892700195312,3.5970211029052734,3.844738006591797,3.3490657806396484,3.743886947631836,3.3626556396484375,4.071474075317383,3.3648014068603516 +37500,37500,gpu,normal,True,False,True,0.7827281951904297,0.7822513580322266,0.7810592651367188,0.7576942443847656,0.7987022399902344,0.7941722869873047,1.0099411010742188,0.8885860443115234,0.7843971252441406,0.77056884765625,0.6802082061767578,0.7297992706298828,0.7114410400390625,0.6825923919677734,0.7047653198242188,0.7159709930419922,0.7076263427734375,0.7205009460449219,0.6859302520751953,0.7092952728271484 +37500,37500,gpu,normal,True,False,False,1.0404586791992188,1.0099411010742188,1.0077953338623047,1.0371208190917969,0.9870529174804688,1.028299331665039,1.0328292846679688,1.0304450988769531,0.9710788726806641,0.9844303131103516,0.8344650268554688,0.8623600006103516,0.8537769317626953,0.8444786071777344,0.8137226104736328,0.9624958038330078,0.9212493896484375,0.9248256683349609,0.8418560028076172,0.8330345153808594 +37500,37500,gpu,normal,False,False,True,1.1188983917236328,0.8728504180908203,0.8449554443359375,0.8029937744140625,0.8103847503662109,0.7920265197753906,0.7753372192382812,0.7891654968261719,0.7870197296142578,0.8156299591064453,0.6871223449707031,0.6902217864990234,0.6949901580810547,0.6780624389648438,0.6921291351318359,0.7109642028808594,0.7035732269287109,0.6823539733886719,0.6868839263916016,0.7035732269287109 +37500,37500,gpu,normal,False,False,False,1.0199546813964844,1.0495185852050781,1.0190010070800781,1.0128021240234375,1.0132789611816406,1.0645389556884766,1.2209415435791016,1.0509490966796875,1.0209083557128906,1.0190010070800781,0.8225440979003906,0.9255409240722656,0.9109973907470703,0.8871555328369141,0.8590221405029297,0.8254051208496094,0.8192062377929688,0.8449554443359375,0.9126663208007812,0.7853507995605469 +37500,50000,gpu,homo,True,True,True,2.3746490478515625,2.468585968017578,2.6264190673828125,2.7751922607421875,2.611875534057617,2.780437469482422,2.595663070678711,2.6421546936035156,2.614736557006836,2.996683120727539,3.934621810913086,3.9873123168945312,4.036426544189453,4.48918342590332,4.182100296020508,4.0912628173828125,4.152536392211914,4.271507263183594,4.158735275268555,4.136085510253906 +37500,50000,gpu,homo,True,True,False,2.675294876098633,2.347707748413086,2.704620361328125,2.3119449615478516,2.5653839111328125,2.339601516723633,2.613067626953125,2.2821426391601562,2.893209457397461,2.255678176879883,4.3926239013671875,4.205465316772461,4.449129104614258,4.063129425048828,4.128932952880859,4.280328750610352,4.376649856567383,4.006624221801758,4.451751708984375,4.098176956176758 +37500,50000,gpu,homo,False,True,True,2.697467803955078,2.321958541870117,2.4209022521972656,2.3946762084960938,2.746105194091797,2.4962425231933594,2.7618408203125,2.5882720947265625,2.5017261505126953,2.328634262084961,4.081010818481445,4.267692565917969,4.000663757324219,4.685878753662109,4.531621932983398,4.225730895996094,4.108190536499023,4.305362701416016,4.241704940795898,4.425764083862305 +37500,50000,gpu,homo,False,True,False,2.722024917602539,2.807140350341797,2.987384796142578,2.6106834411621094,2.6519298553466797,2.5835037231445312,2.552509307861328,2.538442611694336,2.8994083404541016,2.539396286010742,4.027366638183594,4.367589950561523,4.129171371459961,3.9997100830078125,4.015445709228516,3.882884979248047,4.452228546142578,4.057645797729492,4.092931747436523,3.943920135498047 +37500,50000,gpu,homo,True,False,True,0.44655799865722656,0.4558563232421875,0.446319580078125,0.42819976806640625,0.43129920959472656,0.4391670227050781,0.43010711669921875,0.4189014434814453,0.4417896270751953,0.45180320739746094,0.5521774291992188,0.55694580078125,0.5815029144287109,0.5810260772705078,0.5550384521484375,0.583648681640625,0.5486011505126953,0.5550384521484375,0.5340576171875,0.545501708984375 +37500,50000,gpu,homo,True,False,False,0.6890296936035156,0.6711483001708984,0.6506443023681641,0.6501674652099609,0.6711483001708984,0.7381439208984375,0.7159709930419922,0.7081031799316406,0.7028579711914062,0.7214546203613281,0.8099079132080078,0.560760498046875,0.6487369537353516,0.5424022674560547,0.5872249603271484,0.6768703460693359,0.5764961242675781,0.5559921264648438,0.5590915679931641,0.4973411560058594 +37500,50000,gpu,homo,False,False,True,0.6361007690429688,0.6232261657714844,0.5915164947509766,0.6098747253417969,0.60272216796875,0.629425048828125,0.8940696716308594,0.6642341613769531,0.6425380706787109,0.629425048828125,0.41556358337402344,0.4134178161621094,0.4208087921142578,0.39577484130859375,0.41556358337402344,0.4153251647949219,0.4220008850097656,0.40841102600097656,0.3952980041503906,0.408172607421875 +37500,50000,gpu,homo,False,False,False,0.8490085601806641,0.8375644683837891,0.8254051208496094,0.8153915405273438,0.8075237274169922,0.8444786071777344,0.7724761962890625,0.8025169372558594,0.7693767547607422,0.9858608245849609,0.5462169647216797,0.5364418029785156,0.55694580078125,0.5221366882324219,0.5104541778564453,0.5040168762207031,0.4813671112060547,0.49948692321777344,0.4935264587402344,0.5390644073486328 +37500,50000,gpu,uniform,True,True,True,2.284526824951172,2.2153854370117188,2.298116683959961,2.144336700439453,2.4619102478027344,2.1240711212158203,2.23541259765625,2.1708011627197266,2.2792816162109375,2.218484878540039,4.083871841430664,4.390478134155273,4.090309143066406,4.716157913208008,3.940582275390625,4.538774490356445,3.9565563201904297,4.529714584350586,4.158258438110352,4.434823989868164 +37500,50000,gpu,uniform,True,True,False,2.1331310272216797,2.0761489868164062,2.163410186767578,2.2695064544677734,2.2110939025878906,2.0911693572998047,2.158641815185547,2.068758010864258,2.185344696044922,2.0644664764404297,4.739999771118164,4.560708999633789,4.633903503417969,4.036664962768555,4.802942276000977,4.101037979125977,4.896402359008789,4.044771194458008,4.892587661743164,3.9496421813964844 +37500,50000,gpu,uniform,False,True,True,2.525806427001953,2.3338794708251953,2.383708953857422,2.4428367614746094,2.4747848510742188,2.3865699768066406,2.4585723876953125,2.3877620697021484,2.368450164794922,2.210855484008789,4.37164306640625,4.303932189941406,3.980875015258789,4.667758941650391,4.028081893920898,4.193782806396484,3.9992332458496094,4.65703010559082,4.13203239440918,4.1027069091796875 +37500,50000,gpu,uniform,False,True,False,2.1982192993164062,2.2249221801757812,2.25067138671875,2.188444137573242,2.223491668701172,2.112150192260742,2.568960189819336,2.178668975830078,2.2203922271728516,2.0906925201416016,4.415988922119141,3.850698471069336,4.337072372436523,3.947019577026367,4.392385482788086,3.8115978240966797,3.9701461791992188,4.136085510253906,4.665374755859375,4.132509231567383 +37500,50000,gpu,uniform,True,False,True,0.6339550018310547,0.6368160247802734,0.8261203765869141,1.0330677032470703,0.9241104125976562,0.8606910705566406,0.8563995361328125,0.9260177612304688,0.9157657623291016,0.8389949798583984,0.8397102355957031,0.7448196411132812,0.8490085601806641,0.6384849548339844,0.6780624389648438,0.644683837890625,0.5540847778320312,0.5583763122558594,0.5397796630859375,0.5421638488769531 +37500,50000,gpu,uniform,True,False,False,0.6127357482910156,0.6575584411621094,0.6606578826904297,0.6353855133056641,0.6296634674072266,0.6060600280761719,0.6222724914550781,0.6091594696044922,0.6363391876220703,0.6186962127685547,0.5824565887451172,0.5214214324951172,0.5421638488769531,0.5164146423339844,0.5359649658203125,0.5192756652832031,0.5323886871337891,0.5238056182861328,0.5254745483398438,0.49877166748046875 +37500,50000,gpu,uniform,False,False,True,0.8690357208251953,0.7991790771484375,0.7872581481933594,0.8099079132080078,0.7843971252441406,0.8361339569091797,0.8175373077392578,0.7991790771484375,0.797271728515625,0.7719993591308594,0.5297660827636719,0.5245208740234375,0.5011558532714844,0.5261898040771484,0.5106925964355469,0.4940032958984375,0.5278587341308594,0.4677772521972656,0.5261898040771484,0.4889965057373047 +37500,50000,gpu,uniform,False,False,False,0.8223056793212891,0.8337497711181641,1.3642311096191406,0.9865760803222656,0.7936954498291016,0.8006095886230469,0.8139610290527344,0.7827281951904297,0.7784366607666016,0.8103847503662109,0.5173683166503906,0.5645751953125,0.7736682891845703,0.5700588226318359,0.49948692321777344,0.5400180816650391,0.5640983581542969,0.5519390106201172,0.5254745483398438,0.5135536193847656 +37500,50000,gpu,normal,True,True,True,2.7151107788085938,2.4492740631103516,2.3789405822753906,2.281665802001953,2.3097991943359375,2.2420883178710938,2.2819042205810547,2.4175643920898438,2.323627471923828,2.2258758544921875,4.964113235473633,5.035638809204102,4.5318603515625,5.153894424438477,4.644632339477539,5.054712295532227,4.37474250793457,5.110979080200195,4.781484603881836,5.057334899902344 +37500,50000,gpu,normal,True,True,False,2.0935535430908203,2.0346641540527344,2.1033287048339844,2.3882389068603516,2.126455307006836,2.063751220703125,2.0775794982910156,2.0055770874023438,2.0668506622314453,2.0313262939453125,4.628181457519531,4.194498062133789,4.653453826904297,4.880189895629883,4.702091217041016,4.22358512878418,4.797220230102539,4.457950592041016,4.616022109985352,4.20689582824707 +37500,50000,gpu,normal,False,True,True,2.481698989868164,2.133607864379883,2.171754837036133,2.1033287048339844,2.248048782348633,2.1212100982666016,2.1505355834960938,2.013683319091797,2.363443374633789,2.054452896118164,4.050254821777344,3.818035125732422,4.523515701293945,4.18543815612793,4.317998886108398,3.9098262786865234,4.435062408447266,3.935575485229492,4.208564758300781,3.917694091796875 +37500,50000,gpu,normal,False,True,False,2.336263656616211,2.393007278442383,2.3529529571533203,2.115488052368164,2.166748046875,2.0952224731445312,2.277374267578125,2.108335494995117,2.6934146881103516,2.101898193359375,3.6878585815429688,4.0264129638671875,4.465579986572266,4.045009613037109,3.8309097290039062,4.026889801025391,4.421710968017578,4.291057586669922,3.946065902709961,4.091501235961914 +37500,50000,gpu,normal,True,False,True,0.8494853973388672,0.7913112640380859,0.83160400390625,0.9462833404541016,0.7915496826171875,0.7848739624023438,0.8213520050048828,0.7798671722412109,0.7960796356201172,0.7727146148681641,0.8897781372070312,1.1279582977294922,0.9312629699707031,0.9062290191650391,1.2271404266357422,1.0387897491455078,1.0294914245605469,1.0066032409667969,0.9989738464355469,1.0037422180175781 +37500,50000,gpu,normal,True,False,False,0.7929801940917969,0.7636547088623047,0.7855892181396484,0.7574558258056641,0.8225440979003906,0.80108642578125,1.5232563018798828,1.0700225830078125,0.9438991546630859,0.8420944213867188,0.8490085601806641,0.8683204650878906,0.8757114410400391,0.8821487426757812,0.8699893951416016,0.8392333984375,0.8776187896728516,0.8838176727294922,0.8831024169921875,0.9262561798095703 +37500,50000,gpu,normal,False,False,True,1.2018680572509766,1.1577606201171875,1.1401176452636719,1.1336803436279297,1.1510848999023438,1.1565685272216797,1.1365413665771484,1.1789798736572266,1.148223876953125,1.1799335479736328,0.8180141448974609,0.7975101470947266,0.8618831634521484,0.7805824279785156,0.80108642578125,0.8428096771240234,0.8182525634765625,0.8375644683837891,0.8137226104736328,0.8258819580078125 +37500,50000,gpu,normal,False,False,False,1.5454292297363281,1.4166831970214844,1.4090538024902344,1.4104843139648438,1.344442367553711,1.3508796691894531,1.3699531555175781,1.3930797576904297,1.4998912811279297,1.3885498046875,0.92315673828125,0.9288787841796875,0.9176731109619141,0.89263916015625,0.8816719055175781,0.8833408355712891,0.9338855743408203,0.8819103240966797,0.8394718170166016,0.8494853973388672 +50000,1000,gpu,homo,True,True,True,0.31375885009765625,0.3104209899902344,0.3101825714111328,0.2923011779785156,0.3135204315185547,0.286102294921875,0.2999305725097656,0.31757354736328125,0.6277561187744141,0.5235671997070312,0.6706714630126953,0.6577968597412109,0.6558895111083984,0.6554126739501953,0.6997585296630859,0.9639263153076172,0.7176399230957031,0.6754398345947266,0.6783008575439453,0.6735324859619141 +50000,1000,gpu,homo,True,True,False,0.5099773406982422,0.4830360412597656,0.47659873962402344,0.49114227294921875,0.48422813415527344,0.4856586456298828,0.5052089691162109,0.47659873962402344,0.4940032958984375,0.4906654357910156,0.8356571197509766,0.8118152618408203,0.7817745208740234,0.7634162902832031,0.7834434509277344,0.8287429809570312,0.7863044738769531,0.9443759918212891,0.8001327514648438,0.782012939453125 +50000,1000,gpu,homo,False,True,True,0.4181861877441406,0.3991127014160156,0.39958953857421875,0.3905296325683594,0.392913818359375,0.4203319549560547,0.39958953857421875,0.3974437713623047,0.3757476806640625,0.4153251647949219,0.7224082946777344,0.7138252258300781,0.7169246673583984,0.7224082946777344,0.6837844848632812,0.7245540618896484,0.7002353668212891,0.7293224334716797,0.7054805755615234,0.7119178771972656 +50000,1000,gpu,homo,False,True,False,0.3731250762939453,0.3859996795654297,0.3764629364013672,0.37479400634765625,0.3764629364013672,0.35834312438964844,0.3540515899658203,0.3540515899658203,0.3743171691894531,0.3859996795654297,0.8037090301513672,0.8263587951660156,0.8904933929443359,0.8826255798339844,0.8974075317382812,0.8056163787841797,0.7772445678710938,0.8306503295898438,0.8909702301025391,0.8096694946289062 +50000,1000,gpu,homo,True,False,True,0.6160736083984375,0.6458759307861328,0.6265640258789062,0.6010532379150391,0.6184577941894531,0.6079673767089844,0.5619525909423828,0.5393028259277344,0.5764961242675781,0.5445480346679688,0.16498565673828125,0.16355514526367188,0.1308917999267578,0.16808509826660156,0.1628398895263672,0.1633167266845703,0.16379356384277344,0.16164779663085938,0.16260147094726562,0.12278556823730469 +50000,1000,gpu,homo,True,False,False,0.4992485046386719,0.4591941833496094,0.438690185546875,0.4353523254394531,0.42891502380371094,0.4374980926513672,0.4036426544189453,0.41294097900390625,0.476837158203125,0.43010711669921875,0.20742416381835938,0.16736984252929688,0.19693374633789062,0.179290771484375,0.16999244689941406,0.14281272888183594,0.14734268188476562,0.1819133758544922,0.1652240753173828,0.16307830810546875 +50000,1000,gpu,homo,False,False,True,0.4169940948486328,0.4749298095703125,0.4296302795410156,0.4849433898925781,0.4782676696777344,0.5860328674316406,0.47016143798828125,0.4761219024658203,0.43511390686035156,0.4622936248779297,0.6127357482910156,0.6096363067626953,0.6015300750732422,0.6020069122314453,0.6237030029296875,0.6058216094970703,0.5972385406494141,0.5822181701660156,0.5803108215332031,0.5934238433837891 +50000,1000,gpu,homo,False,False,False,0.4496574401855469,0.4305839538574219,0.4341602325439453,0.41985511779785156,0.4153251647949219,0.4024505615234375,0.40340423583984375,0.4665851593017578,0.4229545593261719,0.42366981506347656,0.47850608825683594,0.476837158203125,0.4761219024658203,0.5230903625488281,0.5433559417724609,0.5257129669189453,0.5314350128173828,0.5009174346923828,0.5042552947998047,0.5159378051757812 +50000,1000,gpu,uniform,True,True,True,0.33855438232421875,0.6928443908691406,0.6151199340820312,0.5762577056884766,0.5726814270019531,0.5464553833007812,0.5617141723632812,0.5693435668945312,0.6413459777832031,0.5595684051513672,0.7634162902832031,0.7560253143310547,0.7352828979492188,0.7228851318359375,0.7381439208984375,0.7424354553222656,0.7143020629882812,0.70953369140625,0.7045269012451172,0.7317066192626953 +50000,1000,gpu,uniform,True,True,False,0.3142356872558594,0.3345012664794922,0.32806396484375,0.3447532653808594,0.3304481506347656,0.3349781036376953,0.2923011779785156,0.33926963806152344,0.30350685119628906,0.31280517578125,0.7560253143310547,0.728607177734375,0.7290840148925781,0.7123947143554688,0.7355213165283203,0.6928443908691406,0.7052421569824219,0.7197856903076172,0.7450580596923828,0.7281303405761719 +50000,1000,gpu,uniform,False,True,True,0.6551742553710938,0.6816387176513672,0.6685256958007812,0.682830810546875,0.6659030914306641,0.6411075592041016,0.6542205810546875,0.6680488586425781,0.6620883941650391,0.6010532379150391,0.8065700531005859,0.8645057678222656,0.8993148803710938,1.0342597961425781,0.8673667907714844,0.8249282836914062,0.8728504180908203,0.8616447448730469,0.7832050323486328,0.9784698486328125 +50000,1000,gpu,uniform,False,True,False,0.44727325439453125,0.4298686981201172,0.41294097900390625,0.44655799865722656,0.4024505615234375,0.4222393035888672,0.4153251647949219,0.3867149353027344,0.3972053527832031,0.41985511779785156,0.7910728454589844,0.7927417755126953,0.8425712585449219,0.8373260498046875,0.7846355438232422,0.7865428924560547,0.7736682891845703,0.7390975952148438,0.7026195526123047,0.7305145263671875 +50000,1000,gpu,uniform,True,False,True,0.4982948303222656,0.5657672882080078,0.52642822265625,0.6031990051269531,0.5278587341308594,0.5702972412109375,0.5359649658203125,0.5285739898681641,0.5152225494384766,0.5359649658203125,0.17189979553222656,0.2117156982421875,0.18715858459472656,0.18358230590820312,0.17547607421875,0.22268295288085938,0.22530555725097656,0.42366981506347656,0.2963542938232422,0.23794174194335938 +50000,1000,gpu,uniform,True,False,False,0.7829666137695312,0.8339881896972656,0.8063316345214844,0.7691383361816406,0.759124755859375,0.766754150390625,0.6351470947265625,0.5428791046142578,0.7328987121582031,0.7688999176025391,0.3266334533691406,0.2903938293457031,0.28705596923828125,0.29659271240234375,0.28395652770996094,0.2918243408203125,0.29015541076660156,0.2703666687011719,0.30350685119628906,0.31447410583496094 +50000,1000,gpu,uniform,False,False,True,0.47206878662109375,0.4417896270751953,0.48041343688964844,0.4699230194091797,0.438690185546875,0.4334449768066406,0.4436969757080078,0.4563331604003906,0.5223751068115234,0.47087669372558594,0.5204677581787109,0.5221366882324219,0.4916191101074219,0.5249977111816406,0.5156993865966797,0.5154609680175781,0.5803108215332031,0.5900859832763672,0.8327960968017578,0.5581378936767578 +50000,1000,gpu,uniform,False,False,False,0.4527568817138672,0.4467964172363281,0.4239082336425781,0.4172325134277344,0.4687309265136719,0.4494190216064453,0.4215240478515625,0.4177093505859375,0.40912628173828125,0.362396240234375,0.6239414215087891,0.6241798400878906,0.6318092346191406,0.5850791931152344,0.5233287811279297,0.5018711090087891,0.4749298095703125,0.499725341796875,0.7016658782958984,0.6811618804931641 +50000,1000,gpu,normal,True,True,True,0.35691261291503906,0.3509521484375,0.34880638122558594,0.362396240234375,0.3268718719482422,0.34236907958984375,0.40793418884277344,0.3426074981689453,0.33974647521972656,0.3020763397216797,0.8070468902587891,0.7796287536621094,0.7507801055908203,0.7636547088623047,0.7727146148681641,0.7467269897460938,0.7791519165039062,0.7810592651367188,0.8006095886230469,0.8192062377929688 +50000,1000,gpu,normal,True,True,False,0.6220340728759766,0.6268024444580078,0.6134510040283203,0.6358623504638672,0.9815692901611328,0.6670951843261719,0.5719661712646484,0.5517005920410156,0.5364418029785156,0.5497932434082031,0.9145736694335938,0.9102821350097656,0.8225440979003906,0.7836818695068359,0.8268356323242188,0.8118152618408203,0.7836818695068359,0.8101463317871094,0.7929801940917969,0.7755756378173828 +50000,1000,gpu,normal,False,True,True,0.5209445953369141,0.47016143798828125,0.47659873962402344,0.45108795166015625,0.4527568817138672,0.4353523254394531,0.6916522979736328,0.5288124084472656,0.6530284881591797,0.6954669952392578,0.7693767547607422,0.713348388671875,0.75531005859375,0.7162094116210938,0.7679462432861328,0.7345676422119141,0.7605552673339844,0.7328987121582031,0.7593631744384766,0.7669925689697266 +50000,1000,gpu,normal,False,True,False,0.4165172576904297,0.4589557647705078,0.43201446533203125,0.4107952117919922,0.4298686981201172,0.42819976806640625,0.4341602325439453,0.43702125549316406,0.4360675811767578,0.6844997406005859,0.7677078247070312,0.7331371307373047,0.7331371307373047,0.7383823394775391,0.7252693176269531,0.9450912475585938,0.8971691131591797,0.8933544158935547,1.1529922485351562,0.8089542388916016 +50000,1000,gpu,normal,True,False,True,0.7472038269042969,0.7412433624267578,0.7433891296386719,0.7519721984863281,0.7450580596923828,0.8070468902587891,0.7402896881103516,0.7536411285400391,0.7312297821044922,0.7176399230957031,0.217437744140625,0.21910667419433594,0.21314620971679688,0.18739700317382812,0.15091896057128906,0.19288063049316406,0.19216537475585938,0.16260147094726562,0.2048015594482422,0.1647472381591797 +50000,1000,gpu,normal,True,False,False,1.0538101196289062,1.0035037994384766,1.0056495666503906,1.0266304016113281,1.0654926300048828,1.041412353515625,1.0251998901367188,1.0755062103271484,1.0209083557128906,1.0569095611572266,0.1995563507080078,0.1709461212158203,0.20051002502441406,0.16641616821289062,0.17571449279785156,0.1747608184814453,0.18262863159179688,0.18930435180664062,0.19359588623046875,0.209808349609375 +50000,1000,gpu,normal,False,False,True,0.476837158203125,0.4723072052001953,0.45180320739746094,0.4582405090332031,0.4436969757080078,0.4661083221435547,0.4894733428955078,0.5247592926025391,0.4916191101074219,0.5011558532714844,0.7560253143310547,0.7259845733642578,0.7250308990478516,0.72479248046875,0.7381439208984375,0.7021427154541016,0.6847381591796875,0.7114410400390625,0.7202625274658203,0.7612705230712891 +50000,1000,gpu,normal,False,False,False,0.48089027404785156,0.4601478576660156,0.46443939208984375,0.4849433898925781,0.46706199645996094,0.4553794860839844,0.4868507385253906,0.4496574401855469,0.4677772521972656,0.4634857177734375,0.7188320159912109,0.7250308990478516,0.7653236389160156,0.728607177734375,0.7731914520263672,0.9479522705078125,0.7922649383544922,0.7684230804443359,0.7138252258300781,0.7081031799316406 +50000,2500,gpu,homo,True,True,True,0.44536590576171875,0.6625652313232422,0.4680156707763672,0.39768218994140625,0.4410743713378906,0.41556358337402344,0.4119873046875,0.3905296325683594,0.4277229309082031,0.3943443298339844,0.6833076477050781,0.6783008575439453,0.6496906280517578,0.6666183471679688,0.6616115570068359,0.6937980651855469,0.6685256958007812,0.6802082061767578,0.6911754608154297,0.6890296936035156 +50000,2500,gpu,homo,True,True,False,0.6606578826904297,0.6465911865234375,0.6268024444580078,0.7176399230957031,0.6015300750732422,0.6108283996582031,0.5795955657958984,0.5910396575927734,0.6301403045654297,0.6251335144042969,0.8568763732910156,0.8158683776855469,0.7982254028320312,0.7987022399902344,0.8063316345214844,0.7941722869873047,0.8053779602050781,0.8130073547363281,0.8149147033691406,0.8563995361328125 +50000,2500,gpu,homo,False,True,True,0.6349086761474609,0.8132457733154297,0.6561279296875,0.7932186126708984,0.6682872772216797,0.7760524749755859,0.6117820739746094,0.9021759033203125,0.5593299865722656,0.7016658782958984,1.558542251586914,1.3818740844726562,1.3840198516845703,1.3523101806640625,1.3267993927001953,1.3434886932373047,1.2464523315429688,1.310110092163086,1.2247562408447266,1.260519027709961 +50000,2500,gpu,homo,False,True,False,0.5629062652587891,0.4107952117919922,0.5857944488525391,0.4284381866455078,0.5958080291748047,0.42819976806640625,0.5822181701660156,0.41961669921875,0.6022453308105469,0.41174888610839844,1.4994144439697266,1.249074935913086,1.2030601501464844,1.1827945709228516,1.1374950408935547,1.1527538299560547,1.1620521545410156,1.1527538299560547,1.232147216796875,1.192331314086914 +50000,2500,gpu,homo,True,False,True,1.0919570922851562,0.7297992706298828,0.7228851318359375,0.7066726684570312,0.69427490234375,0.7109642028808594,0.5266666412353516,0.5133152008056641,0.507354736328125,0.5383491516113281,0.29015541076660156,0.2880096435546875,0.2665519714355469,0.26917457580566406,0.3006458282470703,0.2646446228027344,0.26416778564453125,0.37360191345214844,0.2522468566894531,0.2894401550292969 +50000,2500,gpu,homo,True,False,False,0.6864070892333984,0.7042884826660156,0.7226467132568359,0.6899833679199219,0.6778240203857422,0.8561611175537109,0.7960796356201172,0.7269382476806641,0.7414817810058594,0.7016658782958984,0.18477439880371094,0.17070770263671875,0.1823902130126953,0.14472007751464844,0.1842975616455078,0.17547607421875,0.15974044799804688,0.17547607421875,0.13184547424316406,0.1614093780517578 +50000,2500,gpu,homo,False,False,True,0.24175643920898438,0.247955322265625,0.23674964904785156,0.21123886108398438,0.20647048950195312,0.2315044403076172,0.2281665802001953,0.24366378784179688,0.22220611572265625,0.2295970916748047,0.4665851593017578,0.45037269592285156,0.4584789276123047,0.45752525329589844,0.4603862762451172,0.47969818115234375,0.4527568817138672,0.4591941833496094,0.43845176696777344,0.4723072052001953 +50000,2500,gpu,homo,False,False,False,0.2715587615966797,0.49114227294921875,0.5075931549072266,0.44417381286621094,0.42557716369628906,0.41604042053222656,0.41604042053222656,0.4277229309082031,0.46706199645996094,0.4265308380126953,0.4982948303222656,0.5028247833251953,0.6830692291259766,0.5433559417724609,0.5104541778564453,0.4837512969970703,0.4532337188720703,0.47397613525390625,0.4858970642089844,0.4737377166748047 +50000,2500,gpu,uniform,True,True,True,0.5221366882324219,0.4940032958984375,0.4642009735107422,0.4534721374511719,0.5686283111572266,0.7562637329101562,0.7300376892089844,0.6606578826904297,0.6747245788574219,0.6682872772216797,0.8845329284667969,0.8318424224853516,0.8344650268554688,0.8251667022705078,0.8487701416015625,0.843048095703125,0.8578300476074219,0.8366107940673828,0.86212158203125,0.9062290191650391 +50000,2500,gpu,uniform,True,True,False,0.4398822784423828,0.44226646423339844,0.46539306640625,0.4558563232421875,0.4420280456542969,0.4417896270751953,0.40078163146972656,0.4208087921142578,0.42319297790527344,0.4341602325439453,0.7233619689941406,0.7712841033935547,0.7488727569580078,0.7443428039550781,0.7216930389404297,0.7145404815673828,0.7154941558837891,0.7491111755371094,0.7765293121337891,0.7505416870117188 +50000,2500,gpu,uniform,False,True,True,0.4432201385498047,0.545501708984375,0.4432201385498047,0.5867481231689453,0.4897117614746094,0.5505084991455078,0.5486011505126953,0.5366802215576172,0.4303455352783203,0.5517005920410156,1.341104507446289,1.1601448059082031,1.0311603546142578,1.1255741119384766,1.032114028930664,1.117706298828125,1.033782958984375,1.1324882507324219,1.0309219360351562,1.1153221130371094 +50000,2500,gpu,uniform,False,True,False,0.7462501525878906,0.6954669952392578,0.7734298706054688,0.6661415100097656,0.7474422454833984,0.698089599609375,0.698089599609375,0.6420612335205078,0.7033348083496094,0.6010532379150391,1.1720657348632812,1.111745834350586,1.119375228881836,1.1396408081054688,1.0883808135986328,1.104116439819336,1.1632442474365234,1.1432170867919922,1.1119842529296875,1.1553764343261719 +50000,2500,gpu,uniform,True,False,True,0.7066726684570312,0.6556510925292969,0.6697177886962891,0.6449222564697266,0.6616115570068359,0.6883144378662109,0.6923675537109375,0.6546974182128906,0.6592273712158203,0.6613731384277344,0.32210350036621094,0.3235340118408203,0.33664703369140625,0.3304481506347656,0.3552436828613281,0.35643577575683594,0.39005279541015625,0.31828880310058594,0.30303001403808594,0.31280517578125 +50000,2500,gpu,uniform,True,False,False,0.7202625274658203,0.7174015045166016,0.6601810455322266,0.9922981262207031,0.9169578552246094,0.8566379547119141,0.8120536804199219,0.8223056793212891,0.8130073547363281,0.8168220520019531,0.2510547637939453,0.35572052001953125,0.2765655517578125,0.2720355987548828,0.2713203430175781,0.2532005310058594,0.24843215942382812,0.27251243591308594,0.23055076599121094,0.232696533203125 +50000,2500,gpu,uniform,False,False,True,0.4773139953613281,0.3681182861328125,0.2732276916503906,0.26988983154296875,0.2541542053222656,0.263214111328125,0.23293495178222656,0.27179718017578125,0.2627372741699219,0.24008750915527344,0.5171298980712891,0.49948692321777344,0.5240440368652344,0.5600452423095703,0.5273818969726562,0.5211830139160156,0.5178451538085938,0.4794597625732422,0.5097389221191406,0.4985332489013672 +50000,2500,gpu,uniform,False,False,False,0.28228759765625,0.2696514129638672,0.2319812774658203,0.24175643920898438,0.2727508544921875,0.25081634521484375,0.2288818359375,0.2777576446533203,0.25391578674316406,0.24175643920898438,0.5211830139160156,0.5130767822265625,0.5068778991699219,0.461578369140625,0.4825592041015625,0.4985332489013672,0.5207061767578125,0.5154609680175781,0.5145072937011719,0.49233436584472656 +50000,2500,gpu,normal,True,True,True,0.5242824554443359,0.42819976806640625,0.49948692321777344,0.3886222839355469,0.4475116729736328,0.43582916259765625,0.45943260192871094,0.4439353942871094,0.4582405090332031,0.4210472106933594,0.8873939514160156,0.8604526519775391,0.9236335754394531,0.858306884765625,0.820159912109375,0.8909702301025391,0.8764266967773438,0.934600830078125,0.8428096771240234,0.8838176727294922 +50000,2500,gpu,normal,True,True,False,0.7386207580566406,0.7011890411376953,0.6802082061767578,0.6830692291259766,0.667572021484375,0.6861686706542969,0.6692409515380859,0.7119178771972656,0.6988048553466797,0.7359981536865234,0.9398460388183594,0.9696483612060547,0.9150505065917969,0.9100437164306641,0.8816719055175781,0.92315673828125,0.9284019470214844,0.8993148803710938,0.9150505065917969,0.8933544158935547 +50000,2500,gpu,normal,False,True,True,0.4925727844238281,0.5376338958740234,0.4551410675048828,0.5195140838623047,0.4649162292480469,0.518798828125,0.457763671875,0.54168701171875,0.4620552062988281,0.5185604095458984,1.3496875762939453,1.466512680053711,1.4159679412841797,1.3511180877685547,1.3561248779296875,1.3015270233154297,1.268625259399414,1.2142658233642578,1.4126300811767578,1.323699951171875 +50000,2500,gpu,normal,False,True,False,0.7822513580322266,0.6585121154785156,0.7536411285400391,0.6997585296630859,0.7655620574951172,0.6768703460693359,0.7724761962890625,0.6711483001708984,0.7417201995849609,0.6935596466064453,1.4431476593017578,1.2805461883544922,1.3780593872070312,1.316070556640625,1.2826919555664062,1.2547969818115234,1.340627670288086,1.3179779052734375,1.4224052429199219,1.6393661499023438 +50000,2500,gpu,normal,True,False,True,1.3151168823242188,1.287221908569336,1.2319087982177734,1.2505054473876953,1.306295394897461,1.4083385467529297,1.3442039489746094,1.5392303466796875,1.4004707336425781,1.3148784637451172,0.22220611572265625,0.21457672119140625,0.209808349609375,0.2181529998779297,0.225067138671875,0.21839141845703125,0.2257823944091797,0.22673606872558594,0.22172927856445312,0.1888275146484375 +50000,2500,gpu,normal,True,False,False,1.2845993041992188,1.3201236724853516,1.2860298156738281,1.2650489807128906,1.360177993774414,1.1332035064697266,1.1050701141357422,1.0564327239990234,1.0335445404052734,1.0683536529541016,0.22149085998535156,0.2117156982421875,0.2205371856689453,0.21409988403320312,0.2989768981933594,0.23794174194335938,0.2448558807373047,0.21266937255859375,0.24461746215820312,0.2148151397705078 +50000,2500,gpu,normal,False,False,True,0.3502368927001953,0.2770423889160156,0.24962425231933594,0.2703666687011719,0.23651123046875,0.2593994140625,0.22459030151367188,0.27489662170410156,0.26488304138183594,0.24962425231933594,0.8614063262939453,0.8268356323242188,0.8485317230224609,0.8361339569091797,0.8168220520019531,0.835418701171875,0.8339881896972656,0.8385181427001953,0.8311271667480469,0.8220672607421875 +50000,2500,gpu,normal,False,False,False,0.26106834411621094,0.2818107604980469,0.2815723419189453,0.2605915069580078,0.2696514129638672,0.24962425231933594,0.28252601623535156,0.22149085998535156,0.25272369384765625,0.28896331787109375,0.7605552673339844,0.7069110870361328,0.7233619689941406,0.7472038269042969,0.743865966796875,0.7188320159912109,0.7255077362060547,0.7185935974121094,0.720977783203125,0.7143020629882812 +50000,5000,gpu,homo,True,True,True,0.762939453125,0.6649494171142578,0.7417201995849609,0.6663799285888672,0.7688999176025391,0.9491443634033203,0.8120536804199219,0.7393360137939453,0.7584095001220703,0.6911754608154297,1.0004043579101562,0.9481906890869141,0.9124279022216797,0.9565353393554688,0.9472370147705078,0.8645057678222656,0.8301734924316406,0.8420944213867188,0.8754730224609375,0.835418701171875 +50000,5000,gpu,homo,True,True,False,0.8733272552490234,0.9424686431884766,0.8833408355712891,0.9930133819580078,0.8330345153808594,1.001119613647461,0.9791851043701172,1.0094642639160156,0.9436607360839844,1.032114028930664,0.7765293121337891,0.7886886596679688,0.8029937744140625,0.7860660552978516,0.7658004760742188,0.7870197296142578,0.7829666137695312,0.7886886596679688,0.7669925689697266,0.8115768432617188 +50000,5000,gpu,homo,False,True,True,0.6895065307617188,0.6878376007080078,0.6415843963623047,0.6883144378662109,0.6678104400634766,0.6651878356933594,0.6718635559082031,0.6518363952636719,0.6890296936035156,1.0612010955810547,1.4460086822509766,1.5411376953125,1.5544891357421875,1.5363693237304688,1.4925003051757812,1.5292167663574219,1.4872550964355469,1.7826557159423828,1.4688968658447266,1.5537738800048828 +50000,5000,gpu,homo,False,True,False,0.6608963012695312,0.6651878356933594,0.881195068359375,0.782012939453125,1.0395050048828125,0.90789794921875,0.8640289306640625,0.8575916290283203,0.8809566497802734,0.8561611175537109,1.5206336975097656,1.6009807586669922,1.390218734741211,1.7917156219482422,1.5037059783935547,1.62506103515625,1.3837814331054688,1.6222000122070312,1.512289047241211,1.552581787109375 +50000,5000,gpu,homo,True,False,True,0.5071163177490234,0.9222030639648438,0.9331703186035156,0.7681846618652344,0.7364749908447266,0.7212162017822266,0.74005126953125,0.6978511810302734,0.7109642028808594,0.7126331329345703,0.32782554626464844,0.3228187561035156,0.293731689453125,0.2849102020263672,0.2815723419189453,0.2808570861816406,0.2963542938232422,0.27942657470703125,0.27251243591308594,0.2868175506591797 +50000,5000,gpu,homo,True,False,False,1.0190010070800781,0.7832050323486328,0.5891323089599609,0.6098747253417969,0.5741119384765625,0.8189678192138672,0.5652904510498047,0.5714893341064453,0.6175041198730469,0.6086826324462891,0.19812583923339844,0.2307891845703125,0.1926422119140625,0.21529197692871094,0.194549560546875,0.1933574676513672,0.2033710479736328,0.17142295837402344,0.17786026000976562,0.21004676818847656 +50000,5000,gpu,homo,False,False,True,0.23102760314941406,0.2338886260986328,0.24271011352539062,0.22792816162109375,0.22673606872558594,0.1857280731201172,0.20647048950195312,0.2396106719970703,0.2124309539794922,0.22721290588378906,0.6206035614013672,0.5476474761962891,0.5199909210205078,0.5342960357666016,0.5309581756591797,0.5202293395996094,0.5328655242919922,0.5161762237548828,0.5185604095458984,0.5171298980712891 +50000,5000,gpu,homo,False,False,False,0.4475116729736328,0.4246234893798828,0.4107952117919922,0.41937828063964844,0.4253387451171875,0.4105567932128906,0.4203319549560547,0.40435791015625,0.3979206085205078,0.42438507080078125,0.4870891571044922,0.4696846008300781,0.4832744598388672,0.48232078552246094,0.4811286926269531,0.49114227294921875,0.4837512969970703,0.4887580871582031,0.6999969482421875,0.6272792816162109 +50000,5000,gpu,uniform,True,True,True,0.640869140625,0.6127357482910156,0.6363391876220703,0.6256103515625,0.6704330444335938,0.8385181427001953,0.7109642028808594,0.6232261657714844,0.6928443908691406,0.6115436553955078,1.1668205261230469,0.9810924530029297,0.9558200836181641,0.946044921875,0.9503364562988281,0.8957386016845703,0.8580684661865234,0.9233951568603516,0.843048095703125,0.9083747863769531 +50000,5000,gpu,uniform,True,True,False,0.5996227264404297,0.6277561187744141,0.6406307220458984,0.6442070007324219,0.6227493286132812,0.6308555603027344,0.8511543273925781,0.7004737854003906,0.6563663482666016,0.6711483001708984,0.8349418640136719,0.7507801055908203,0.7803440093994141,0.8113384246826172,0.8196830749511719,0.7913112640380859,0.7963180541992188,0.8308887481689453,0.8223056793212891,0.7846355438232422 +50000,5000,gpu,uniform,False,True,True,0.9751319885253906,0.9617805480957031,1.046895980834961,0.9591579437255859,0.8504390716552734,0.9822845458984375,1.1301040649414062,1.1205673217773438,0.9937286376953125,1.047372817993164,1.4002323150634766,1.3272762298583984,1.313924789428711,1.3308525085449219,1.3382434844970703,1.3477802276611328,1.688241958618164,1.4057159423828125,1.3606548309326172,1.3315677642822266 +50000,5000,gpu,uniform,False,True,False,0.6487369537353516,0.7262229919433594,1.0247230529785156,0.9233951568603516,0.9202957153320312,0.89263916015625,0.8716583251953125,0.8363723754882812,0.8881092071533203,0.8513927459716797,1.2292861938476562,1.4853477478027344,1.2750625610351562,1.4312267303466797,1.2137889862060547,1.5041828155517578,1.196146011352539,1.5332698822021484,1.247406005859375,1.3468265533447266 +50000,5000,gpu,uniform,True,False,True,0.9891986846923828,0.9737014770507812,1.0449886322021484,0.9970664978027344,0.8950233459472656,0.9059906005859375,0.9377002716064453,0.9253025054931641,0.9109973907470703,0.9334087371826172,0.6122589111328125,0.26702880859375,0.2372264862060547,0.27489662170410156,0.2155303955078125,0.2300739288330078,0.2040863037109375,0.24318695068359375,0.23221969604492188,0.2315044403076172 +50000,5000,gpu,uniform,True,False,False,1.012563705444336,0.8013248443603516,0.7519721984863281,0.7669925689697266,0.7812976837158203,0.7603168487548828,0.7381439208984375,0.7288455963134766,0.77056884765625,0.7581710815429688,0.3306865692138672,0.34046173095703125,0.3654956817626953,0.34928321838378906,0.3154277801513672,0.339508056640625,0.31638145446777344,0.3445148468017578,0.308990478515625,0.32591819763183594 +50000,5000,gpu,uniform,False,False,True,0.2734661102294922,0.2627372741699219,0.2722740173339844,0.9396076202392578,0.48232078552246094,0.4315376281738281,0.4298686981201172,0.41794776916503906,0.4482269287109375,0.46324729919433594,0.4792213439941406,0.49805641174316406,0.51116943359375,0.5500316619873047,0.8337497711181641,0.6861686706542969,0.6508827209472656,0.6122589111328125,0.5891323089599609,0.5223751068115234 +50000,5000,gpu,uniform,False,False,False,0.45228004455566406,0.4696846008300781,0.4601478576660156,0.4978179931640625,0.4723072052001953,0.4677772521972656,0.4620552062988281,0.4520416259765625,0.4639625549316406,0.46133995056152344,0.5536079406738281,0.5357265472412109,0.5328655242919922,0.522613525390625,0.5047321319580078,0.4875659942626953,0.4744529724121094,0.5049705505371094,0.5154609680175781,0.51116943359375 +50000,5000,gpu,normal,True,True,True,0.8416175842285156,0.926971435546875,0.9407997131347656,1.058816909790039,0.9303092956542969,0.8909702301025391,0.8947849273681641,0.8881092071533203,0.90789794921875,0.9002685546875,1.1813640594482422,1.129150390625,1.0616779327392578,1.1267662048339844,1.0166168212890625,0.9987354278564453,0.9832382202148438,1.0216236114501953,1.0673999786376953,1.1324882507324219 +50000,5000,gpu,normal,True,True,False,0.8361339569091797,0.9098052978515625,0.9872913360595703,0.9169578552246094,0.9236335754394531,0.8604526519775391,0.9357929229736328,0.9415149688720703,0.9799003601074219,1.2288093566894531,1.096963882446289,1.0175704956054688,1.2977123260498047,1.0385513305664062,1.0323524475097656,0.9992122650146484,1.1031627655029297,1.0666847229003906,1.0256767272949219,0.9126663208007812 +50000,5000,gpu,normal,False,True,True,0.7319450378417969,0.7174015045166016,0.7023811340332031,0.7290840148925781,0.7221698760986328,0.7276535034179688,1.0089874267578125,0.75531005859375,0.7381439208984375,0.7519721984863281,1.5833377838134766,1.535177230834961,1.6040802001953125,1.558065414428711,1.6088485717773438,1.4865398406982422,1.8513202667236328,1.5952587127685547,1.583099365234375,1.5306472778320312 +50000,5000,gpu,normal,False,True,False,0.6928443908691406,0.6387233734130859,0.6785392761230469,0.6358623504638672,0.6492137908935547,0.6375312805175781,0.66375732421875,0.6618499755859375,0.6580352783203125,0.6258487701416016,1.65557861328125,1.802206039428711,1.5909671783447266,1.7695426940917969,1.6341209411621094,1.7788410186767578,1.5163421630859375,1.5654563903808594,1.4388561248779297,1.8763542175292969 +50000,5000,gpu,normal,True,False,True,1.0952949523925781,1.0750293731689453,1.0409355163574219,1.0538101196289062,1.0666847229003906,1.058816909790039,1.0628700256347656,1.0366439819335938,1.041412353515625,1.0623931884765625,0.3859996795654297,0.3800392150878906,0.3993511199951172,0.3681182861328125,0.3523826599121094,0.41031837463378906,0.4057884216308594,0.3514289855957031,0.38695335388183594,0.3733634948730469 +50000,5000,gpu,normal,True,False,False,1.1518001556396484,1.5292167663574219,1.3585090637207031,1.3654232025146484,1.3663768768310547,1.413106918334961,1.3842582702636719,1.3186931610107422,1.394033432006836,1.3935565948486328,0.27298927307128906,0.2574920654296875,0.2789497375488281,0.270843505859375,0.2951622009277344,0.27370452880859375,0.286102294921875,0.2353191375732422,0.22459030151367188,0.24700164794921875 +50000,5000,gpu,normal,False,False,True,0.2472400665283203,0.3056526184082031,0.27060508728027344,0.2677440643310547,0.2574920654296875,0.2815723419189453,0.24127960205078125,0.2655982971191406,0.2856254577636719,0.23984909057617188,0.7276535034179688,0.7185935974121094,0.7350444793701172,0.7035732269287109,0.7398128509521484,0.7236003875732422,0.7283687591552734,0.7162094116210938,1.0619163513183594,1.0051727294921875 +50000,5000,gpu,normal,False,False,False,0.2810955047607422,0.2789497375488281,0.26798248291015625,0.2837181091308594,0.2949237823486328,0.2651214599609375,0.29349327087402344,0.31375885009765625,0.2906322479248047,0.2613067626953125,0.797271728515625,0.8025169372558594,0.8144378662109375,0.823974609375,0.8161067962646484,0.8604526519775391,0.9171962738037109,0.8635520935058594,0.8566379547119141,0.8435249328613281 +50000,10000,gpu,homo,True,True,True,1.318216323852539,1.0118484497070312,1.1363029479980469,0.9870529174804688,1.1200904846191406,0.9632110595703125,1.1124610900878906,0.9491443634033203,1.1143684387207031,1.0046958923339844,1.2922286987304688,1.313924789428711,1.3167858123779297,1.1897087097167969,1.4297962188720703,1.2722015380859375,1.2698173522949219,1.2545585632324219,1.2416839599609375,1.257181167602539 +50000,10000,gpu,homo,True,True,False,0.9589195251464844,1.0399818420410156,0.9713172912597656,1.0154247283935547,0.9701251983642578,1.062631607055664,1.0004043579101562,1.3275146484375,0.9791851043701172,1.068115234375,1.1551380157470703,1.0187625885009766,1.0831356048583984,1.0287761688232422,1.171112060546875,1.2934207916259766,1.134634017944336,1.081705093383789,1.1298656463623047,1.058816909790039 +50000,10000,gpu,homo,False,True,True,1.1203289031982422,1.085042953491211,1.1110305786132812,1.0058879852294922,0.9932518005371094,1.0004043579101562,1.0709762573242188,1.0564327239990234,1.2927055358886719,1.2769699096679688,1.8343925476074219,1.996755599975586,2.027273178100586,2.0945072174072266,1.9955635070800781,2.0596981048583984,1.867532730102539,1.9681453704833984,1.8734931945800781,2.0723342895507812 +50000,10000,gpu,homo,False,True,False,0.9403228759765625,0.9541511535644531,0.8931159973144531,0.9291172027587891,0.8974075317382812,0.9207725524902344,0.8914470672607422,0.9102821350097656,0.8671283721923828,0.9214878082275391,2.1066665649414062,2.051115036010742,2.123117446899414,2.0911693572998047,2.263307571411133,2.0287036895751953,2.394437789916992,2.110004425048828,2.171754837036133,2.1011829376220703 +50000,10000,gpu,homo,True,False,True,0.5526542663574219,0.4928112030029297,0.5786418914794922,0.5304813385009766,0.4868507385253906,0.5171298980712891,0.5164146423339844,0.5097389221191406,0.4849433898925781,0.4982948303222656,0.2434253692626953,0.244140625,0.23245811462402344,0.23984909057617188,0.25081634521484375,0.2315044403076172,0.23412704467773438,0.240325927734375,0.2453327178955078,0.22149085998535156 +50000,10000,gpu,homo,True,False,False,0.6792545318603516,0.6880760192871094,0.6663799285888672,0.6978511810302734,0.6825923919677734,0.7779598236083984,0.7190704345703125,0.7104873657226562,0.6728172302246094,0.6554126739501953,0.20051002502441406,0.24056434631347656,0.20074844360351562,0.22554397583007812,0.217437744140625,0.23365020751953125,0.2224445343017578,0.2281665802001953,0.2472400665283203,0.25343894958496094 +50000,10000,gpu,homo,False,False,True,0.5733966827392578,0.5297660827636719,0.5176067352294922,0.4782676696777344,0.4508495330810547,0.47278404235839844,0.4703998565673828,0.4475116729736328,0.4191398620605469,0.3058910369873047,0.4863739013671875,0.48470497131347656,0.49042701721191406,0.5176067352294922,0.5071163177490234,0.4928112030029297,0.49805641174316406,0.469207763671875,0.4687309265136719,0.4878044128417969 +50000,10000,gpu,homo,False,False,False,0.4470348358154297,0.42700767517089844,0.5011558532714844,0.45108795166015625,0.43463706970214844,0.4343986511230469,0.40912628173828125,0.4119873046875,0.4203319549560547,0.4055500030517578,0.7674694061279297,0.6642341613769531,0.5960464477539062,0.6237030029296875,0.6742477416992188,0.6480216979980469,0.6070137023925781,0.6246566772460938,0.6394386291503906,0.6277561187744141 +50000,10000,gpu,uniform,True,True,True,1.2319087982177734,1.230478286743164,1.2145042419433594,1.110076904296875,1.2638568878173828,1.1105537414550781,1.1577606201171875,0.9586811065673828,1.0259151458740234,0.8804798126220703,1.6031265258789062,1.3613700866699219,1.2967586517333984,1.2679100036621094,1.1892318725585938,1.222848892211914,1.4009475708007812,1.3270378112792969,1.27410888671875,1.3568401336669922 +50000,10000,gpu,uniform,True,True,False,1.2941360473632812,1.264333724975586,1.1959075927734375,1.2576580047607422,1.1937618255615234,1.191854476928711,1.1713504791259766,1.3747215270996094,1.3086795806884766,1.1372566223144531,1.2485980987548828,1.291036605834961,1.3659000396728516,1.2254714965820312,1.4562606811523438,1.2099742889404297,1.3899803161621094,1.2392997741699219,1.1839866638183594,1.1668205261230469 +50000,10000,gpu,uniform,False,True,True,0.9148120880126953,0.8847713470458984,0.9291172027587891,0.9307861328125,0.8842945098876953,0.92315673828125,0.9601116180419922,0.9148120880126953,0.9062290191650391,0.9069442749023438,1.8532276153564453,2.2385120391845703,1.8513202667236328,2.2950172424316406,1.827239990234375,2.2733211517333984,1.8563270568847656,2.527952194213867,1.878976821899414,2.2149085998535156 +50000,10000,gpu,uniform,False,True,False,1.3318061828613281,1.2652873992919922,1.203298568725586,1.2199878692626953,1.2392997741699219,1.2497901916503906,1.1725425720214844,1.1515617370605469,1.0967254638671875,1.1734962463378906,2.2063255310058594,2.1104812622070312,2.1898746490478516,2.1347999572753906,2.197742462158203,2.17437744140625,2.098560333251953,2.382040023803711,2.204418182373047,2.029895782470703 +50000,10000,gpu,uniform,True,False,True,0.705718994140625,0.7517337799072266,0.7252693176269531,1.0569095611572266,0.7433891296386719,0.7255077362060547,0.7090568542480469,0.7207393646240234,0.675201416015625,0.667572021484375,0.2696514129638672,0.2751350402832031,0.3039836883544922,0.26535987854003906,0.25010108947753906,0.2703666687011719,0.2570152282714844,0.25343894958496094,0.2887248992919922,0.286102294921875 +50000,10000,gpu,uniform,True,False,False,0.7159709930419922,0.6964206695556641,1.125335693359375,1.1296272277832031,0.9653568267822266,0.9438991546630859,0.8990764617919922,0.8907318115234375,0.9000301361083984,0.8890628814697266,0.331878662109375,0.36072731018066406,0.48351287841796875,0.3974437713623047,0.38242340087890625,0.38504600524902344,0.4429817199707031,0.4305839538574219,0.4401206970214844,0.4436969757080078 +50000,10000,gpu,uniform,False,False,True,0.5140304565429688,0.49304962158203125,0.48422813415527344,0.48065185546875,0.469207763671875,0.4870891571044922,0.48279762268066406,0.4763603210449219,0.48542022705078125,0.4634857177734375,0.7269382476806641,0.67901611328125,0.70953369140625,0.6530284881591797,0.6463527679443359,0.6318092346191406,0.6275177001953125,0.6475448608398438,0.6289482116699219,0.6282329559326172 +50000,10000,gpu,uniform,False,False,False,0.5323886871337891,0.492095947265625,0.4825592041015625,0.4973411560058594,0.4706382751464844,0.46563148498535156,0.4749298095703125,0.46896934509277344,0.47469139099121094,0.47707557678222656,0.5090236663818359,0.49591064453125,0.4868507385253906,0.5288124084472656,0.5354881286621094,0.5602836608886719,0.5645751953125,0.5300045013427734,0.7965564727783203,0.5807876586914062 +50000,10000,gpu,normal,True,True,True,1.0156631469726562,0.9620189666748047,0.9922981262207031,0.9100437164306641,1.4700889587402344,1.1408329010009766,1.2636184692382812,1.1205673217773438,1.3222694396972656,1.169443130493164,1.232147216796875,1.4100074768066406,1.2447834014892578,1.3837814331054688,1.287698745727539,1.4467239379882812,1.302957534790039,1.4824867248535156,1.3680458068847656,1.3270378112792969 +50000,10000,gpu,normal,True,True,False,1.1525154113769531,1.1227130889892578,1.153707504272461,1.157999038696289,1.1510848999023438,1.085042953491211,1.0967254638671875,1.0645389556884766,1.1563301086425781,1.3654232025146484,1.2106895446777344,1.176595687866211,1.5132427215576172,1.155853271484375,1.230001449584961,1.1990070343017578,1.1932849884033203,1.1286735534667969,1.1823177337646484,1.1501312255859375 +50000,10000,gpu,normal,False,True,True,1.0597705841064453,0.9796619415283203,0.9896755218505859,0.9610652923583984,0.9791851043701172,0.9500980377197266,0.9489059448242188,0.9369850158691406,1.0540485382080078,1.0371208190917969,2.0761489868164062,2.4852752685546875,2.203226089477539,2.511262893676758,2.180337905883789,2.6535987854003906,2.1233558654785156,2.493143081665039,2.080678939819336,2.3419857025146484 +50000,10000,gpu,normal,False,True,False,0.9047985076904297,0.9100437164306641,0.8935928344726562,0.9682178497314453,1.390218734741211,1.0118484497070312,0.9140968322753906,0.9560585021972656,0.9286403656005859,0.9229183197021484,2.6204586029052734,2.228975296020508,2.5453567504882812,2.1758079528808594,2.5186538696289062,2.2208690643310547,2.3915767669677734,2.403736114501953,2.544879913330078,2.2497177124023438 +50000,10000,gpu,normal,True,False,True,1.3058185577392578,1.3172626495361328,1.4188289642333984,1.3492107391357422,1.3954639434814453,1.628875732421875,1.2662410736083984,1.1973381042480469,1.199960708618164,1.2118816375732422,0.4115104675292969,0.37741661071777344,0.38433074951171875,0.3447532653808594,0.3447532653808594,0.36263465881347656,0.39696693420410156,0.3619194030761719,0.3478527069091797,0.3616809844970703 +50000,10000,gpu,normal,True,False,False,1.318216323852539,1.1289119720458984,1.1088848114013672,1.0519027709960938,1.0690689086914062,1.0793209075927734,1.055002212524414,1.07574462890625,1.1074542999267578,1.0454654693603516,0.4947185516357422,0.4761219024658203,0.4703998565673828,0.4723072052001953,0.48661231994628906,0.4684925079345703,0.476837158203125,0.4696846008300781,0.4699230194091797,0.44083595275878906 +50000,10000,gpu,normal,False,False,True,0.5171298980712891,0.5130767822265625,0.5123615264892578,0.5331039428710938,0.4849433898925781,0.507354736328125,0.5114078521728516,0.4944801330566406,0.4992485046386719,0.5230903625488281,0.8692741394042969,0.8497238159179688,0.87738037109375,1.0790824890136719,0.8380413055419922,0.8566379547119141,0.8573532104492188,0.8482933044433594,0.8265972137451172,0.9100437164306641 +50000,10000,gpu,normal,False,False,False,0.28896331787109375,0.2987384796142578,0.2598762512207031,0.2701282501220703,0.2841949462890625,0.31685829162597656,0.31065940856933594,0.29754638671875,0.28204917907714844,0.2636909484863281,0.7781982421875,0.7863044738769531,0.7569789886474609,0.7386207580566406,0.7593631744384766,1.0175704956054688,0.7731914520263672,0.7424354553222656,0.7290840148925781,0.7479190826416016 +50000,25000,gpu,homo,True,True,True,1.9307136535644531,1.706838607788086,1.8720626831054688,1.7032623291015625,1.970052719116211,1.7256736755371094,1.9097328186035156,1.9993782043457031,1.905679702758789,1.6837120056152344,3.080129623413086,2.744913101196289,2.727985382080078,2.8755664825439453,2.7456283569335938,2.6781558990478516,2.839803695678711,2.7425289154052734,2.7141571044921875,2.7513504028320312 +50000,25000,gpu,homo,True,True,False,2.105712890625,1.8916130065917969,1.874685287475586,1.9066333770751953,2.149820327758789,2.180337905883789,2.184152603149414,2.179384231567383,2.329587936401367,2.049684524536133,2.63214111328125,2.5277137756347656,2.6497840881347656,2.505779266357422,2.8145313262939453,2.6230812072753906,2.496957778930664,2.541780471801758,2.5663375854492188,2.5637149810791016 +50000,25000,gpu,homo,False,True,True,1.8401145935058594,1.8329620361328125,1.8334388732910156,1.8892288208007812,1.996755599975586,1.7848014831542969,1.7561912536621094,2.072572708129883,1.9636154174804688,1.9984245300292969,3.1621456146240234,3.1020641326904297,3.185749053955078,3.294706344604492,3.4263134002685547,3.2775402069091797,3.077268600463867,3.2122135162353516,3.065347671508789,3.7012100219726562 +50000,25000,gpu,homo,False,True,False,1.6796588897705078,1.6551017761230469,1.7361640930175781,1.6107559204101562,1.7290115356445312,1.5866756439208984,1.7054080963134766,1.5578269958496094,1.8486976623535156,1.580953598022461,3.4263134002685547,3.3111572265625,3.4003257751464844,3.560304641723633,3.460407257080078,3.2291412353515625,3.447294235229492,3.202199935913086,3.893136978149414,3.2846927642822266 +50000,25000,gpu,homo,True,False,True,0.5354881286621094,0.5772113800048828,0.5686283111572266,0.5147457122802734,0.5254745483398438,0.5481243133544922,0.5445480346679688,0.560760498046875,0.5292892456054688,0.5490779876708984,0.5466938018798828,0.4582405090332031,0.44035911560058594,0.48995018005371094,0.4513263702392578,0.6437301635742188,0.4546642303466797,0.45228004455566406,0.4496574401855469,0.44846534729003906 +50000,25000,gpu,homo,True,False,False,0.5545616149902344,0.5490779876708984,0.5464553833007812,0.7262229919433594,0.858306884765625,0.804901123046875,0.7433891296386719,0.7824897766113281,0.7693767547607422,0.7455348968505859,0.4515647888183594,0.43010711669921875,0.42366981506347656,0.4169940948486328,0.42176246643066406,0.3952980041503906,0.4467964172363281,0.4532337188720703,0.438690185546875,0.4076957702636719 +50000,25000,gpu,homo,False,False,True,0.5145072937011719,0.49948692321777344,0.54931640625,0.5309581756591797,0.8742809295654297,0.4894733428955078,0.5052089691162109,0.492095947265625,0.5035400390625,0.4749298095703125,0.431060791015625,0.4496574401855469,0.42939186096191406,0.4634857177734375,0.4253387451171875,0.453948974609375,0.45800209045410156,0.4191398620605469,0.446319580078125,0.45609474182128906 +50000,25000,gpu,homo,False,False,False,0.34546852111816406,0.32520294189453125,0.3082752227783203,0.3216266632080078,0.36215782165527344,0.3101825714111328,0.3464221954345703,0.3151893615722656,0.3323554992675781,0.3116130828857422,0.4298686981201172,0.4305839538574219,0.4401206970214844,0.43511390686035156,0.415802001953125,0.4382133483886719,0.40602684020996094,0.44274330139160156,0.4363059997558594,0.40411949157714844 +50000,25000,gpu,uniform,True,True,True,1.665353775024414,1.8954277038574219,1.9240379333496094,1.77001953125,1.837015151977539,1.7080307006835938,1.871347427368164,1.726388931274414,1.8548965454101562,1.7290115356445312,2.7587413787841797,2.7899742126464844,3.1006336212158203,2.8853416442871094,2.8476715087890625,2.7074813842773438,2.714395523071289,2.8121471405029297,2.972841262817383,2.7697086334228516 +50000,25000,gpu,uniform,True,True,False,1.695871353149414,1.6291141510009766,1.6655921936035156,1.6748905181884766,1.6791820526123047,1.6133785247802734,1.6543865203857422,1.9962787628173828,1.7375946044921875,1.60980224609375,2.7925968170166016,2.7871131896972656,2.7735233306884766,2.722024917602539,2.7549266815185547,2.7399063110351562,2.828359603881836,3.0357837677001953,2.7048587799072266,2.681732177734375 +50000,25000,gpu,uniform,False,True,True,1.6331672668457031,2.0058155059814453,1.9791126251220703,1.7764568328857422,1.9402503967285156,1.8200874328613281,1.7502307891845703,1.8191337585449219,1.7981529235839844,1.8007755279541016,3.2019615173339844,3.3559799194335938,3.6468505859375,3.5860538482666016,3.2291412353515625,3.352642059326172,3.0722618103027344,3.571033477783203,3.1232833862304688,3.232717514038086 +50000,25000,gpu,uniform,False,True,False,1.5583038330078125,1.542806625366211,1.7969608306884766,1.5201568603515625,1.5170574188232422,1.5246868133544922,1.6701221466064453,1.8811225891113281,1.8362998962402344,1.8372535705566406,3.342866897583008,3.283262252807617,3.2663345336914062,3.077983856201172,3.724336624145508,3.3261775970458984,3.452777862548828,3.2067298889160156,3.277301788330078,3.490447998046875 +50000,25000,gpu,uniform,True,False,True,0.7669925689697266,0.7085800170898438,0.7262229919433594,0.7243156433105469,0.7157325744628906,0.7364749908447266,0.7274150848388672,0.6983280181884766,0.6875991821289062,0.6709098815917969,0.45871734619140625,0.4363059997558594,0.45180320739746094,0.4367828369140625,0.45013427734375,0.5102157592773438,0.5068778991699219,0.43892860412597656,0.47206878662109375,0.44155120849609375 +50000,25000,gpu,uniform,True,False,False,0.7486343383789062,0.7593631744384766,0.8227825164794922,0.7414817810058594,0.74005126953125,0.7452964782714844,0.7371902465820312,0.7340908050537109,0.7584095001220703,1.3241767883300781,0.4138946533203125,0.42176246643066406,0.37479400634765625,0.3936290740966797,0.3757476806640625,0.4246234893798828,0.4048347473144531,0.3962516784667969,0.408172607421875,0.4017353057861328 +50000,25000,gpu,uniform,False,False,True,0.6918907165527344,0.6313323974609375,0.6136894226074219,0.8919239044189453,0.6303787231445312,0.5846023559570312,0.5958080291748047,0.5960464477539062,0.5843639373779297,0.5817413330078125,0.45418739318847656,0.4985332489013672,0.48422813415527344,0.47588348388671875,0.47016143798828125,0.5209445953369141,0.4661083221435547,0.5040168762207031,0.48160552978515625,0.49996376037597656 +50000,25000,gpu,uniform,False,False,False,0.3879070281982422,0.3943443298339844,0.4215240478515625,0.4172325134277344,0.38123130798339844,0.41556358337402344,0.3724098205566406,0.3643035888671875,0.3941059112548828,0.37097930908203125,0.5350112915039062,0.5066394805908203,0.48232078552246094,0.49614906311035156,0.4990100860595703,0.5414485931396484,0.5395412445068359,0.5104541778564453,0.9834766387939453,0.6396770477294922 +50000,25000,gpu,normal,True,True,True,1.6450881958007812,1.7352104187011719,1.6608238220214844,1.5180110931396484,1.5902519226074219,1.4908313751220703,1.5780925750732422,1.4548301696777344,2.0062923431396484,1.8639564514160156,2.557516098022461,2.913236618041992,2.714395523071289,3.0846595764160156,2.6259422302246094,2.704620361328125,2.4640560150146484,2.8009414672851562,2.709627151489258,2.966165542602539 +50000,25000,gpu,normal,True,True,False,1.6338825225830078,1.5978813171386719,1.9783973693847656,1.6455650329589844,1.9774436950683594,1.600027084350586,1.6491413116455078,1.5463829040527344,1.6558170318603516,1.5461444854736328,2.5391578674316406,2.477407455444336,2.4340152740478516,2.426624298095703,2.4785995483398438,2.651214599609375,2.4712085723876953,2.6166439056396484,2.5217533111572266,2.3446083068847656 +50000,25000,gpu,normal,False,True,True,1.5757083892822266,1.554727554321289,1.505136489868164,1.5316009521484375,1.4939308166503906,1.4417171478271484,1.4519691467285156,1.48773193359375,1.4710426330566406,1.7719268798828125,3.6242008209228516,3.516674041748047,3.5543441772460938,3.5505294799804688,3.7987232208251953,3.4971237182617188,3.4859180450439453,3.3578872680664062,3.3774375915527344,3.618001937866211 +50000,25000,gpu,normal,False,True,False,1.6021728515625,1.561880111694336,1.5037059783935547,1.5058517456054688,1.5006065368652344,1.4579296112060547,1.7099380493164062,1.4586448669433594,1.5306472778320312,1.4827251434326172,3.9949417114257812,3.371715545654297,3.637552261352539,3.4749507904052734,4.106283187866211,3.4399032592773438,3.6773681640625,3.3729076385498047,3.7338733673095703,3.7932395935058594 +50000,25000,gpu,normal,True,False,True,1.382589340209961,1.3556480407714844,1.3458728790283203,1.3484954833984375,1.3425350189208984,1.3308525085449219,1.3077259063720703,1.3387203216552734,1.280069351196289,1.2557506561279297,0.6554126739501953,0.6232261657714844,0.6248950958251953,0.6451606750488281,0.5958080291748047,0.6353855133056641,0.5626678466796875,0.6356239318847656,0.8435249328613281,0.8678436279296875 +50000,25000,gpu,normal,True,False,False,1.1250972747802734,1.1441707611083984,1.1658668518066406,1.127004623413086,1.131296157836914,1.0986328125,1.153707504272461,1.1568069458007812,1.1165142059326172,1.154184341430664,0.6887912750244141,0.6875991821289062,0.7045269012451172,0.7660388946533203,0.6821155548095703,0.9436607360839844,0.6754398345947266,0.8380413055419922,0.8084774017333984,0.7529258728027344 +50000,25000,gpu,normal,False,False,True,0.7467269897460938,0.690460205078125,0.7021427154541016,0.7016658782958984,0.7240772247314453,0.705718994140625,0.6759166717529297,0.7171630859375,0.5700588226318359,0.5681514739990234,0.7684230804443359,0.7655620574951172,0.7343292236328125,0.7357597351074219,0.7450580596923828,0.7736682891845703,0.9813308715820312,0.8084774017333984,0.7376670837402344,0.7596015930175781 +50000,25000,gpu,normal,False,False,False,0.4820823669433594,0.49304962158203125,0.5204677581787109,0.4711151123046875,0.5068778991699219,0.47326087951660156,0.4591941833496094,0.4839897155761719,0.5075931549072266,0.4818439483642578,0.9105205535888672,0.8864402770996094,0.8726119995117188,0.8618831634521484,0.9114742279052734,1.262664794921875,0.9164810180664062,0.8757114410400391,0.8971691131591797,0.858306884765625 +50000,37500,gpu,homo,True,True,True,2.7589797973632812,2.581357955932617,2.705097198486328,2.5742053985595703,3.104686737060547,2.554178237915039,2.5644302368164062,2.4423599243164062,2.630472183227539,2.3856163024902344,4.060506820678711,4.358530044555664,3.936290740966797,4.243612289428711,3.931283950805664,4.245519638061523,3.8449764251708984,4.289150238037109,3.7260055541992188,4.453897476196289 +50000,37500,gpu,homo,True,True,False,2.6171207427978516,2.532958984375,2.5091171264648438,2.5119781494140625,2.7358531951904297,2.7353763580322266,2.991914749145508,2.741575241088867,2.7780532836914062,2.574920654296875,4.277229309082031,3.9186477661132812,4.020214080810547,3.8650035858154297,4.307031631469727,3.9691925048828125,3.941774368286133,3.9179325103759766,4.304409027099609,3.895282745361328 +50000,37500,gpu,homo,False,True,True,2.7256011962890625,2.844572067260742,3.0753612518310547,2.7265548706054688,2.628803253173828,2.8145313262939453,2.613067626953125,2.5894641876220703,2.7256011962890625,2.6416778564453125,4.464626312255859,4.205942153930664,4.178285598754883,4.352092742919922,4.419565200805664,4.049777984619141,3.8962364196777344,4.064798355102539,4.5986175537109375,3.980398178100586 +50000,37500,gpu,homo,False,True,False,2.6216506958007812,2.3813247680664062,2.5637149810791016,2.4461746215820312,2.943754196166992,2.457857131958008,2.5300979614257812,2.580881118774414,2.7289390563964844,2.5148391723632812,4.396677017211914,3.9560794830322266,4.178047180175781,4.026651382446289,4.200458526611328,4.633188247680664,4.302978515625,4.217386245727539,4.738330841064453,4.057407379150391 +50000,37500,gpu,homo,True,False,True,0.8275508880615234,0.8270740509033203,0.835418701171875,0.7781982421875,0.8540153503417969,0.8132457733154297,0.8025169372558594,0.8075237274169922,0.7519721984863281,0.728607177734375,0.41103363037109375,0.3952980041503906,0.3838539123535156,0.41604042053222656,0.377655029296875,0.4100799560546875,0.41961669921875,0.8358955383300781,0.5712509155273438,0.5555152893066406 +50000,37500,gpu,homo,True,False,False,0.8893013000488281,0.8323192596435547,0.8802413940429688,0.9307861328125,0.8399486541748047,0.6902217864990234,0.7092952728271484,0.7729530334472656,0.7233619689941406,0.6728172302246094,0.4992485046386719,0.49757957458496094,0.4932880401611328,0.4966259002685547,0.4940032958984375,0.4916191101074219,0.5254745483398438,0.5030632019042969,0.47969818115234375,0.49614906311035156 +50000,37500,gpu,homo,False,False,True,0.6535053253173828,0.6551742553710938,0.7951259613037109,0.6895065307617188,0.6551742553710938,0.6527900695800781,0.6403923034667969,0.6771087646484375,0.6666183471679688,0.6532669067382812,0.5812644958496094,0.5598068237304688,0.568389892578125,0.5443096160888672,0.5605220794677734,0.5216598510742188,0.5478858947753906,0.5347728729248047,0.5497932434082031,0.5676746368408203 +50000,37500,gpu,homo,False,False,False,0.7061958312988281,0.5991458892822266,0.49591064453125,0.46443939208984375,0.47206878662109375,0.4799365997314453,0.4696846008300781,0.48351287841796875,0.46181678771972656,0.45943260192871094,0.5571842193603516,0.5393028259277344,0.5128383636474609,0.5266666412353516,0.5574226379394531,0.5261898040771484,0.5135536193847656,0.5147457122802734,0.5390644073486328,0.5276203155517578 +50000,37500,gpu,uniform,True,True,True,2.132892608642578,2.040386199951172,2.1445751190185547,2.243518829345703,2.1581649780273438,2.0647048950195312,2.074003219604492,2.023458480834961,2.1102428436279297,2.0134449005126953,3.888845443725586,4.221439361572266,4.225015640258789,4.096746444702148,4.0187835693359375,3.9856433868408203,4.112720489501953,4.107952117919922,3.9000511169433594,3.9098262786865234 +50000,37500,gpu,uniform,True,True,False,2.567768096923828,2.650737762451172,2.540111541748047,2.3670196533203125,2.671480178833008,2.504587173461914,2.553224563598633,2.3996829986572266,2.8235912322998047,2.385377883911133,4.644155502319336,3.9472579956054688,4.150152206420898,3.976583480834961,4.483938217163086,4.145383834838867,4.101276397705078,4.022121429443359,4.555702209472656,4.001617431640625 +50000,37500,gpu,uniform,False,True,True,2.2432804107666016,2.414226531982422,2.25067138671875,2.122163772583008,2.286672592163086,2.171039581298828,2.2187232971191406,2.087116241455078,2.4635791778564453,2.3763179779052734,4.455089569091797,4.566192626953125,4.124879837036133,4.73785400390625,4.287481307983398,4.591226577758789,4.043340682983398,4.715681076049805,3.9751529693603516,4.43577766418457 +50000,37500,gpu,uniform,False,True,False,2.134561538696289,2.0172595977783203,2.1507740020751953,2.0570755004882812,2.1262168884277344,2.0961761474609375,2.187013626098633,2.2492408752441406,2.168416976928711,2.072572708129883,4.672527313232422,4.027366638183594,4.980564117431641,4.239559173583984,4.479646682739258,3.9849281311035156,4.932880401611328,4.025697708129883,4.689931869506836,4.044294357299805 +50000,37500,gpu,uniform,True,False,True,0.8671283721923828,0.8311271667480469,0.8165836334228516,0.7929801940917969,0.8175373077392578,0.8165836334228516,0.8175373077392578,0.8068084716796875,1.1403560638427734,1.184701919555664,0.5784034729003906,0.5662441253662109,0.6215572357177734,0.6020069122314453,0.5843639373779297,0.5626678466796875,0.6041526794433594,0.5667209625244141,0.5888938903808594,0.6151199340820312 +50000,37500,gpu,uniform,True,False,False,0.8535385131835938,0.8349418640136719,0.8146762847900391,0.84686279296875,0.7941722869873047,0.8294582366943359,0.8008480072021484,0.7805824279785156,0.8056163787841797,0.7991790771484375,0.54931640625,0.5598068237304688,0.4971027374267578,0.5171298980712891,0.5385875701904297,0.5121231079101562,0.5333423614501953,0.5800724029541016,0.5555152893066406,0.6520748138427734 +50000,37500,gpu,uniform,False,False,True,0.9822845458984375,0.6947517395019531,0.6422996520996094,0.6570816040039062,0.6561279296875,0.6353855133056641,0.6401538848876953,0.6673336029052734,0.6561279296875,0.6198883056640625,0.6589889526367188,0.6802082061767578,0.6916522979736328,0.6480216979980469,0.6666183471679688,0.6952285766601562,0.6935596466064453,0.6594657897949219,0.6392002105712891,0.6351470947265625 +50000,37500,gpu,uniform,False,False,False,0.6620883941650391,0.5915164947509766,0.6272792816162109,0.6189346313476562,0.6003379821777344,0.6394386291503906,0.5950927734375,0.5950927734375,0.6036758422851562,0.6165504455566406,0.6906986236572266,0.6821155548095703,0.6797313690185547,0.6830692291259766,0.6635189056396484,0.6272792816162109,0.637054443359375,0.6113052368164062,0.6558895111083984,0.6725788116455078 +50000,37500,gpu,normal,True,True,True,2.3157596588134766,2.25830078125,2.3581981658935547,2.1054744720458984,2.332448959350586,2.158641815185547,2.428293228149414,2.190113067626953,2.2649765014648438,2.1750926971435547,4.119396209716797,3.91387939453125,4.503965377807617,3.9298534393310547,4.234790802001953,3.8678646087646484,4.494190216064453,3.8928985595703125,4.195690155029297,3.7186145782470703 +50000,37500,gpu,normal,True,True,False,2.359151840209961,2.1333694458007812,2.2842884063720703,2.1276473999023438,2.4347305297851562,2.1295547485351562,2.247333526611328,2.086162567138672,2.3193359375,2.1681785583496094,4.279136657714844,4.026889801025391,3.979206085205078,4.179716110229492,4.389047622680664,4.00996208190918,3.9196014404296875,4.032611846923828,4.580020904541016,4.142045974731445 +50000,37500,gpu,normal,False,True,True,2.3107528686523438,2.159595489501953,2.29644775390625,2.1500587463378906,2.2940635681152344,2.6857852935791016,2.2199153900146484,2.1800994873046875,2.279520034790039,2.162933349609375,4.328489303588867,5.011796951293945,4.983186721801758,4.9610137939453125,4.527091979980469,4.714012145996094,4.75621223449707,5.01704216003418,4.5146942138671875,5.232334136962891 +50000,37500,gpu,normal,False,True,False,2.152681350708008,2.0952224731445312,2.1910667419433594,2.2890567779541016,2.1500587463378906,2.0308494567871094,2.0885467529296875,2.0422935485839844,2.1643638610839844,2.048492431640625,4.87065315246582,4.477977752685547,4.9037933349609375,4.375934600830078,5.045175552368164,4.235982894897461,4.729509353637695,4.178047180175781,4.982948303222656,4.197359085083008 +50000,37500,gpu,normal,True,False,True,1.1370182037353516,1.42669677734375,1.1942386627197266,1.1844635009765625,1.1630058288574219,1.1658668518066406,1.1513233184814453,1.1746883392333984,1.1458396911621094,1.142263412475586,1.0073184967041016,1.0075569152832031,1.0335445404052734,1.1906623840332031,0.9987354278564453,0.9686946868896484,1.1019706726074219,1.0557174682617188,0.9691715240478516,1.0139942169189453 +50000,37500,gpu,normal,True,False,False,1.5172958374023438,1.4524459838867188,1.459360122680664,1.4042854309082031,1.4443397521972656,1.360177993774414,1.3751983642578125,1.4426708221435547,1.3897418975830078,1.2955665588378906,0.8311271667480469,0.8563995361328125,0.8203983306884766,0.8380413055419922,0.8280277252197266,0.820159912109375,0.8132457733154297,0.8158683776855469,0.7970333099365234,0.8101463317871094 +50000,37500,gpu,normal,False,False,True,0.8127689361572266,0.850677490234375,0.8172988891601562,0.79345703125,0.8144378662109375,0.8330345153808594,1.1968612670898438,1.2731552124023438,1.0328292846679688,0.8330345153808594,0.9255409240722656,0.8561611175537109,0.8847713470458984,0.904083251953125,0.8559226989746094,0.885009765625,0.8568763732910156,0.9033679962158203,0.8540153503417969,0.8785724639892578 +50000,37500,gpu,normal,False,False,False,0.7977485656738281,0.77056884765625,0.8192062377929688,0.7808208465576172,0.8099079132080078,1.1131763458251953,1.066446304321289,1.0466575622558594,1.3740062713623047,1.0993480682373047,0.8549690246582031,0.87738037109375,0.89263916015625,0.8599758148193359,0.8494853973388672,0.8502006530761719,0.8580684661865234,0.8721351623535156,0.8769035339355469,0.858306884765625 +50000,50000,gpu,homo,True,True,True,2.930879592895508,2.7666091918945312,3.026247024536133,2.730846405029297,3.396749496459961,2.8982162475585938,3.0090808868408203,2.7806758880615234,3.0362606048583984,3.1158924102783203,5.087852478027344,5.208492279052734,4.82487678527832,4.787921905517578,4.717350006103516,5.156993865966797,4.769802093505859,5.019426345825195,5.10859489440918,4.891395568847656 +50000,50000,gpu,homo,True,True,False,3.370523452758789,3.330230712890625,3.2117366790771484,3.2243728637695312,3.1516551971435547,3.454923629760742,3.1871795654296875,3.1447410583496094,3.085613250732422,3.0405521392822266,4.755735397338867,4.912376403808594,5.413532257080078,4.8465728759765625,4.687070846557617,4.974842071533203,5.044221878051758,4.528284072875977,4.633665084838867,5.055427551269531 +50000,50000,gpu,homo,False,True,True,3.0205249786376953,3.106355667114258,3.0107498168945312,2.864837646484375,3.086566925048828,2.8238296508789062,3.0617713928222656,3.5560131072998047,3.3168792724609375,3.114938735961914,5.227565765380859,4.916667938232422,4.769086837768555,5.248546600341797,4.794597625732422,4.930734634399414,4.727363586425781,4.99272346496582,4.986047744750977,4.796028137207031 +50000,50000,gpu,homo,False,True,False,3.15093994140625,3.087282180786133,3.1185150146484375,3.0257701873779297,3.6704540252685547,3.1163692474365234,3.2193660736083984,3.0889511108398438,3.1456947326660156,3.6115646362304688,4.894256591796875,4.647731781005859,5.3043365478515625,4.751443862915039,4.7588348388671875,5.107879638671875,5.048990249633789,4.714012145996094,4.881381988525391,4.930257797241211 +50000,50000,gpu,homo,True,False,True,1.2040138244628906,1.4507770538330078,1.1882781982421875,1.1227130889892578,1.1782646179199219,1.0852813720703125,1.1157989501953125,1.0385513305664062,1.1532306671142578,1.0793209075927734,0.4737377166748047,0.46539306640625,0.4634857177734375,0.4818439483642578,0.4889965057373047,0.4661083221435547,0.48279762268066406,0.46896934509277344,0.4668235778808594,0.44035911560058594 +50000,50000,gpu,homo,True,False,False,1.1410713195800781,1.1172294616699219,1.0614395141601562,1.132965087890625,1.0287761688232422,1.123189926147461,1.130819320678711,1.383066177368164,1.0905265808105469,1.1446475982666016,0.6213188171386719,0.5865097045898438,0.5905628204345703,0.6508827209472656,0.5793571472167969,0.5891323089599609,0.5731582641601562,0.5781650543212891,0.5738735198974609,0.6048679351806641 +50000,50000,gpu,homo,False,False,True,1.1951923370361328,1.1475086212158203,1.5408992767333984,1.1780261993408203,1.1837482452392578,1.1472702026367188,1.1057853698730469,1.1987686157226562,1.1889934539794922,1.157999038696289,0.4687309265136719,0.4794597625732422,0.4639625549316406,0.47469139099121094,0.46706199645996094,0.484466552734375,0.4723072052001953,0.4851818084716797,0.4513263702392578,0.4527568817138672 +50000,50000,gpu,homo,False,False,False,1.1687278747558594,1.161813735961914,1.1548995971679688,1.447916030883789,1.3720989227294922,1.3260841369628906,0.9913444519042969,1.150369644165039,1.0929107666015625,1.1601448059082031,0.5283355712890625,0.5600452423095703,0.5190372467041016,0.5171298980712891,0.5185604095458984,0.5159378051757812,0.5133152008056641,0.49233436584472656,0.48851966857910156,0.4870891571044922 +50000,50000,gpu,uniform,True,True,True,2.749919891357422,2.655506134033203,2.6476383209228516,2.623319625854492,2.635478973388672,3.111600875854492,2.8238296508789062,2.6922225952148438,2.7382373809814453,2.7244091033935547,5.120992660522461,5.232334136962891,4.919290542602539,5.347490310668945,5.1116943359375,5.00941276550293,4.703998565673828,5.484104156494141,4.995822906494141,5.285739898681641 +50000,50000,gpu,uniform,True,True,False,2.8448104858398438,2.6769638061523438,2.782583236694336,2.7570724487304688,2.827167510986328,3.226757049560547,3.152132034301758,2.995729446411133,3.1175613403320312,2.96783447265625,5.318403244018555,4.689216613769531,4.897594451904297,5.1136016845703125,5.17582893371582,4.899263381958008,4.857540130615234,5.219936370849609,4.914999008178711,4.849910736083984 +50000,50000,gpu,uniform,False,True,True,2.7289390563964844,2.9015541076660156,2.730846405029297,2.601146697998047,2.6674270629882812,2.6123523712158203,2.6526451110839844,2.890348434448242,2.843141555786133,2.751588821411133,4.663705825805664,5.015850067138672,4.99415397644043,5.16510009765625,4.748106002807617,4.971504211425781,4.85539436340332,5.041360855102539,4.860401153564453,5.481719970703125 +50000,50000,gpu,uniform,False,True,False,2.809286117553711,2.6235580444335938,2.8181076049804688,2.6612281799316406,2.8018951416015625,3.0150413513183594,2.871274948120117,2.7222633361816406,2.942800521850586,2.7387142181396484,5.010128021240234,4.826545715332031,4.8160552978515625,5.239725112915039,4.791498184204102,5.040645599365234,5.389928817749023,4.87828254699707,4.89354133605957,4.715442657470703 +50000,50000,gpu,uniform,True,False,True,1.8682479858398438,1.676321029663086,1.6400814056396484,1.7197132110595703,1.6374588012695312,1.5254020690917969,1.6274452209472656,1.5721321105957031,1.5692710876464844,1.5337467193603516,0.7026195526123047,0.6377696990966797,0.6344318389892578,0.6489753723144531,0.6554126739501953,0.6315708160400391,0.6473064422607422,0.6337165832519531,0.6659030914306641,0.6501674652099609 +50000,50000,gpu,uniform,True,False,False,1.760721206665039,1.8072128295898438,1.6932487487792969,1.6665458679199219,1.9750595092773438,1.7070770263671875,1.7349720001220703,1.6894340515136719,1.7080307006835938,1.7364025115966797,0.6687641143798828,0.6411075592041016,0.6775856018066406,0.6396770477294922,0.7617473602294922,0.7963180541992188,0.774383544921875,0.7383823394775391,0.70953369140625,0.7090568542480469 +50000,50000,gpu,uniform,False,False,True,1.687765121459961,1.6460418701171875,1.6782283782958984,1.6772747039794922,1.9085407257080078,1.720428466796875,1.6713142395019531,1.6787052154541016,1.6558170318603516,1.6891956329345703,0.8909702301025391,0.8208751678466797,0.8294582366943359,0.7860660552978516,0.7405281066894531,0.8118152618408203,0.7803440093994141,0.7801055908203125,0.8172988891601562,0.8971691131591797 +50000,50000,gpu,uniform,False,False,False,1.6894340515136719,1.6312599182128906,1.589059829711914,1.7070770263671875,1.5964508056640625,1.5020370483398438,1.5130043029785156,1.5401840209960938,1.6589164733886719,1.5900135040283203,0.6318092346191406,0.6442070007324219,0.6501674652099609,0.6527900695800781,0.6639957427978516,0.6375312805175781,0.6425380706787109,0.6120204925537109,0.6389617919921875,0.6051063537597656 +50000,50000,gpu,normal,True,True,True,2.770662307739258,2.6292800903320312,2.714872360229492,2.6280879974365234,2.991199493408203,2.676725387573242,2.729654312133789,2.552032470703125,2.741575241088867,2.578258514404297,5.4874420166015625,5.439281463623047,5.195379257202148,5.4874420166015625,5.1116943359375,5.119562149047852,5.452632904052734,5.02467155456543,5.083322525024414,5.077838897705078 +50000,50000,gpu,normal,True,True,False,3.270387649536133,2.6726722717285156,2.8772354125976562,2.648591995239258,2.770662307739258,2.6116371154785156,3.1974315643310547,2.6993751525878906,2.862215042114258,2.6807785034179688,5.700349807739258,5.3348541259765625,5.046844482421875,5.65648078918457,5.2547454833984375,5.365848541259766,5.466222763061523,5.018949508666992,5.435705184936523,5.674123764038086 +50000,50000,gpu,normal,False,True,True,2.8374195098876953,2.5899410247802734,2.7027130126953125,3.072977066040039,3.120899200439453,3.1304359436035156,3.0503273010253906,2.814769744873047,2.752542495727539,2.720355987548828,5.842447280883789,5.199670791625977,5.451440811157227,5.752801895141602,5.234956741333008,5.128383636474609,5.69915771484375,5.464792251586914,5.456686019897461,5.5084228515625 +50000,50000,gpu,normal,False,True,False,3.1621456146240234,2.6946067810058594,2.8333663940429688,2.7217864990234375,2.8362274169921875,2.6259422302246094,3.123760223388672,3.136873245239258,3.1163692474365234,2.867460250854492,5.335330963134766,5.393266677856445,5.560398101806641,5.231142044067383,5.316257476806641,5.247592926025391,5.412578582763672,5.621671676635742,5.4492950439453125,5.766630172729492 +50000,50000,gpu,normal,True,False,True,1.4801025390625,1.9145011901855469,1.4805793762207031,1.5783309936523438,1.5227794647216797,1.5947818756103516,1.7499923706054688,1.5285015106201172,1.5807151794433594,1.537322998046875,1.046895980834961,1.0292530059814453,1.0297298431396484,1.0063648223876953,0.9822845458984375,1.0271072387695312,1.0373592376708984,1.3041496276855469,1.016855239868164,1.0945796966552734 +50000,50000,gpu,normal,True,False,False,1.508951187133789,1.5289783477783203,1.50299072265625,1.581430435180664,1.5354156494140625,1.4638900756835938,1.4605522155761719,1.575469970703125,1.4696121215820312,1.7390251159667969,1.1739730834960938,1.222372055053711,1.2145042419433594,1.1966228485107422,1.1615753173828125,1.1985301971435547,1.268148422241211,1.1608600616455078,1.1148452758789062,1.0952949523925781 +50000,50000,gpu,normal,False,False,True,1.768350601196289,1.7774105072021484,1.802682876586914,1.7766952514648438,1.7430782318115234,1.7337799072265625,1.6129016876220703,1.8813610076904297,1.619577407836914,1.6613006591796875,1.0263919830322266,1.0766983032226562,1.3303756713867188,1.0294914245605469,1.0445117950439453,1.0263919830322266,1.004934310913086,0.9942054748535156,0.9930133819580078,1.0194778442382812 +50000,50000,gpu,normal,False,False,False,1.7573833465576172,1.7979145050048828,1.6908645629882812,1.767873764038086,1.8999576568603516,1.7757415771484375,1.8017292022705078,1.6710758209228516,1.6772747039794922,1.7330646514892578,1.0344982147216797,1.046895980834961,1.0104179382324219,1.0197162628173828,1.0364055633544922,1.0230541229248047,1.0216236114501953,1.0199546813964844,1.0285377502441406,1.0488033294677734 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_cpu.csv new file mode 100644 index 0000000..85ed98f --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_cpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,cpu,homo,True,True,False,0.370025634765625,0.38361549377441406,0.3535747528076172,0.31828880310058594,0.3743171691894531,0.34499168395996094,0.3402233123779297,0.4658699035644531,0.45180320739746094,0.4341602325439453,0.4088878631591797,0.4076957702636719,0.40650367736816406,0.4069805145263672,0.4169940948486328,0.4131793975830078,0.4067420959472656,0.408172607421875,0.4067420959472656,0.40841102600097656 +1000,1000,cpu,homo,False,True,False,0.3490447998046875,0.3466606140136719,0.3688335418701172,0.33354759216308594,0.3483295440673828,0.35262107849121094,0.3681182861328125,0.3561973571777344,0.35381317138671875,0.34427642822265625,0.3941059112548828,0.3726482391357422,0.3724098205566406,0.37169456481933594,0.3724098205566406,0.37217140197753906,0.3714561462402344,0.40793418884277344,0.4067420959472656,0.4067420959472656 +1000,1000,cpu,homo,True,False,False,0.9558200836181641,0.9484291076660156,1.1136531829833984,1.4262199401855469,1.0747909545898438,1.0662078857421875,1.1115074157714844,0.9968280792236328,1.0755062103271484,1.1644363403320312,0.431060791015625,0.41961669921875,0.41866302490234375,0.41294097900390625,0.3829002380371094,0.3833770751953125,0.38242340087890625,0.3826618194580078,0.38313865661621094,0.3833770751953125 +1000,1000,cpu,homo,False,False,False,0.40721893310546875,1.2466907501220703,0.39577484130859375,1.1546611785888672,1.0254383087158203,1.2583732604980469,1.1990070343017578,1.0843276977539062,1.1022090911865234,1.283884048461914,1.0139942169189453,1.004934310913086,1.0027885437011719,1.0137557983398438,0.8025169372558594,0.6415843963623047,0.6487369537353516,0.6449222564697266,0.6432533264160156,0.6513595581054688 +1000,1000,cpu,uniform,True,True,False,0.5972385406494141,0.4119873046875,0.5693435668945312,0.5681514739990234,0.5826950073242188,0.4153251647949219,0.5996227264404297,0.5893707275390625,0.6399154663085938,0.6136894226074219,0.6873607635498047,0.6875991821289062,0.6916522979736328,0.7197856903076172,0.7517337799072266,0.7262229919433594,0.6868839263916016,0.6883144378662109,0.6868839263916016,0.7436275482177734 +1000,1000,cpu,uniform,False,True,False,0.8463859558105469,0.7603168487548828,0.7612705230712891,0.80108642578125,0.7598400115966797,0.8542537689208984,0.7495880126953125,0.7874965667724609,0.7431507110595703,0.7464885711669922,0.7529258728027344,0.7517337799072266,0.7512569427490234,0.7526874542236328,0.7519721984863281,0.7572174072265625,0.7431507110595703,0.7052421569824219,0.7512569427490234,0.7503032684326172 +1000,1000,cpu,uniform,True,False,False,1.069784164428711,1.199960708618164,1.1591911315917969,1.1785030364990234,1.1665821075439453,1.2273788452148438,1.1000633239746094,1.0654926300048828,1.401662826538086,1.100301742553711,0.7691383361816406,0.7681846618652344,0.7326602935791016,0.7009506225585938,0.7009506225585938,0.7793903350830078,0.7958412170410156,0.7681846618652344,0.7681846618652344,0.7658004760742188 +1000,1000,cpu,uniform,False,False,False,1.5075206756591797,1.2807846069335938,1.1360645294189453,1.2726783752441406,1.2102127075195312,1.239776611328125,1.134634017944336,1.1527538299560547,0.9567737579345703,1.2042522430419922,0.774383544921875,0.7665157318115234,0.7662773132324219,0.7615089416503906,0.7004737854003906,0.7596015930175781,0.7655620574951172,0.7314682006835938,0.7615089416503906,0.7669925689697266 +1000,1000,cpu,normal,True,True,False,1.9860267639160156,1.8396377563476562,1.928567886352539,1.9366741180419922,2.850055694580078,1.8117427825927734,2.3336410522460938,1.889944076538086,2.8815269470214844,2.0127296447753906,1.445770263671875,1.3933181762695312,1.4395713806152344,1.3735294342041016,1.3878345489501953,1.4605522155761719,1.4252662658691406,1.3382434844970703,1.461029052734375,1.3985633850097656 +1000,1000,cpu,normal,False,True,False,1.7669200897216797,2.018451690673828,2.087116241455078,1.692056655883789,1.6751289367675781,1.8393993377685547,1.8520355224609375,1.7588138580322266,1.708984375,1.6214847564697266,1.455545425415039,1.447439193725586,1.4483928680419922,1.4464855194091797,1.4500617980957031,1.4684200286865234,1.4655590057373047,1.4874935150146484,1.4677047729492188,1.4472007751464844 +1000,1000,cpu,normal,True,False,False,2.5222301483154297,2.9573440551757812,2.642393112182617,2.6912689208984375,2.8200149536132812,2.604246139526367,2.8069019317626953,2.7289390563964844,2.7670860290527344,2.6273727416992188,1.4371871948242188,1.4445781707763672,1.4383792877197266,1.4688968658447266,1.4176368713378906,1.489877700805664,1.4657974243164062,1.4469623565673828,1.3949871063232422,1.438140869140625 +1000,1000,cpu,normal,False,False,False,2.4220943450927734,1.9218921661376953,3.005504608154297,2.155303955078125,2.5148391723632812,2.379179000854492,3.2753944396972656,1.9907951354980469,1.7771720886230469,1.7535686492919922,1.4584064483642578,1.4624595642089844,1.4426708221435547,1.384735107421875,1.4312267303466797,1.4009475708007812,1.4853477478027344,1.4562606811523438,1.367330551147461,1.4109611511230469 +1000,2500,cpu,homo,True,True,False,0.40531158447265625,0.37860870361328125,0.36644935607910156,0.38433074951171875,0.43892860412597656,0.38623809814453125,0.3669261932373047,0.3883838653564453,0.35953521728515625,0.3693103790283203,1.0156631469726562,1.008749008178711,0.9672641754150391,1.0075569152832031,1.01470947265625,1.0113716125488281,1.0073184967041016,1.0120868682861328,1.0151863098144531,1.0075569152832031 +1000,2500,cpu,homo,False,True,False,0.7383823394775391,0.7345676422119141,0.7367134094238281,0.7317066192626953,0.7607936859130859,0.7112026214599609,0.728607177734375,0.8070468902587891,0.7469654083251953,0.7822513580322266,0.9784698486328125,0.9834766387939453,0.9756088256835938,0.9732246398925781,0.9768009185791016,0.9758472442626953,0.9801387786865234,0.9748935699462891,0.9746551513671875,0.9777545928955078 +1000,2500,cpu,homo,True,False,False,2.2597312927246094,2.0890235900878906,2.101421356201172,2.0096302032470703,1.9595623016357422,1.8029212951660156,1.8019676208496094,1.7731189727783203,2.227783203125,1.7054080963134766,1.0292530059814453,0.9977817535400391,1.02996826171875,1.0349750518798828,1.027822494506836,1.0352134704589844,0.9789466857910156,0.9865760803222656,1.0237693786621094,1.024007797241211 +1000,2500,cpu,homo,False,False,False,3.473043441772461,3.5610198974609375,3.573179244995117,3.3941268920898438,4.074811935424805,2.602815628051758,3.062009811401367,3.36456298828125,2.648591995239258,4.132270812988281,0.9884834289550781,1.0235309600830078,1.0228157043457031,1.0247230529785156,1.0271072387695312,1.0223388671875,0.9646415710449219,0.9369850158691406,0.9837150573730469,1.0197162628173828 +1000,2500,cpu,uniform,True,True,False,0.598907470703125,0.5908012390136719,1.0249614715576172,0.5793571472167969,0.57220458984375,0.5588531494140625,0.5776882171630859,0.5700588226318359,0.6194114685058594,0.5755424499511719,1.7857551574707031,1.7900466918945312,1.8143653869628906,1.7995834350585938,1.8734931945800781,1.810312271118164,1.8572807312011719,1.8198490142822266,1.9006729125976562,6.370067596435547 +1000,2500,cpu,uniform,False,True,False,1.2269020080566406,1.1441707611083984,1.2772083282470703,1.2230873107910156,1.2891292572021484,1.5451908111572266,1.4755725860595703,1.3637542724609375,1.4317035675048828,1.5048980712890625,1.7712116241455078,1.7771720886230469,1.7731189727783203,1.729726791381836,1.7671585083007812,1.7733573913574219,1.8007755279541016,1.6422271728515625,1.7085075378417969,1.739501953125 +1000,2500,cpu,uniform,True,False,False,2.3963451385498047,2.481698989868164,2.413511276245117,2.54058837890625,2.619504928588867,1.5459060668945312,2.664327621459961,2.503633499145508,2.764463424682617,2.6688575744628906,1.7971992492675781,1.8012523651123047,1.8100738525390625,1.8033981323242188,1.8346309661865234,1.8057823181152344,1.8224716186523438,1.796722412109375,1.8258094787597656,1.7969608306884766 +1000,2500,cpu,uniform,False,False,False,2.9633045196533203,3.1638145446777344,2.6242733001708984,2.4161338806152344,2.11334228515625,2.844572067260742,3.214597702026367,2.411365509033203,2.8886795043945312,2.9327869415283203,2.820253372192383,2.8002262115478516,2.5506019592285156,1.8658638000488281,1.8756389617919922,1.8684864044189453,1.8720626831054688,1.8665790557861328,1.857757568359375,1.7333030700683594 +1000,2500,cpu,normal,True,True,False,1.8737316131591797,2.0835399627685547,1.8775463104248047,1.9092559814453125,2.8133392333984375,1.9145011901855469,1.8835067749023438,1.8994808197021484,2.3193359375,2.325296401977539,3.509044647216797,3.5059452056884766,3.448963165283203,3.487825393676758,3.5681724548339844,3.4503936767578125,3.490447998046875,3.4508705139160156,3.5254955291748047,3.586292266845703 +1000,2500,cpu,normal,False,True,False,4.33349609375,4.589319229125977,5.133628845214844,4.691600799560547,4.6215057373046875,4.845380783081055,4.592180252075195,4.624605178833008,4.593849182128906,4.750728607177734,3.4279823303222656,3.520965576171875,3.328084945678711,3.4906864166259766,3.4940242767333984,3.4034252166748047,3.5123825073242188,3.4177303314208984,3.3380985260009766,3.4112930297851562 +1000,2500,cpu,normal,True,False,False,5.276918411254883,5.21540641784668,5.211830139160156,5.577564239501953,6.3323974609375,5.6400299072265625,5.680084228515625,5.657434463500977,5.8231353759765625,5.677223205566406,3.6003589630126953,3.544330596923828,3.5648345947265625,3.6029815673828125,3.4139156341552734,3.4868717193603516,3.5817623138427734,3.5257339477539062,3.5152435302734375,3.5467147827148438 +1000,2500,cpu,normal,False,False,False,3.003358840942383,3.1638145446777344,3.0260086059570312,3.0715465545654297,3.4499168395996094,3.0875205993652344,3.9815902709960938,3.4356117248535156,3.378629684448242,3.4012794494628906,3.583669662475586,3.4804344177246094,3.502368927001953,3.406524658203125,3.549814224243164,3.5047531127929688,3.4928321838378906,3.41033935546875,3.4580230712890625,3.4377574920654297 +1000,5000,cpu,homo,True,True,False,0.6773471832275391,0.6191730499267578,0.6933212280273438,0.4115104675292969,0.5414485931396484,0.5905628204345703,0.5862712860107422,0.5943775177001953,0.5853176116943359,0.5466938018798828,2.0105838775634766,2.0546913146972656,2.0084381103515625,1.9953250885009766,2.011537551879883,1.9931793212890625,2.047300338745117,2.112150192260742,2.1054744720458984,1.964569091796875 +1000,5000,cpu,homo,False,True,False,0.949859619140625,2.010822296142578,1.3518333435058594,1.3337135314941406,1.3720989227294922,2.160310745239258,1.3611316680908203,1.3964176177978516,1.5201568603515625,1.1601448059082031,1.9373893737792969,1.8956661224365234,1.8527507781982422,1.8894672393798828,1.7991065979003906,1.901865005493164,1.7580986022949219,1.8749237060546875,1.8417835235595703,1.9259452819824219 +1000,5000,cpu,homo,True,False,False,3.644227981567383,3.614187240600586,4.094839096069336,3.4685134887695312,3.919839859008789,3.426790237426758,1.9536018371582031,2.673625946044922,3.503561019897461,2.3567676544189453,2.035379409790039,2.0227432250976562,2.020120620727539,2.0401477813720703,2.012491226196289,2.0160675048828125,2.022981643676758,1.9674301147460938,2.0165443420410156,1.9786357879638672 +1000,5000,cpu,homo,False,False,False,4.361391067504883,3.9873123168945312,4.259347915649414,4.035234451293945,4.656791687011719,4.560708999633789,4.6520233154296875,4.430055618286133,4.503488540649414,4.950761795043945,2.0475387573242188,1.9447803497314453,2.0339488983154297,2.049684524536133,2.0542144775390625,2.010345458984375,2.019166946411133,2.0558834075927734,2.0122528076171875,1.9061565399169922 +1000,5000,cpu,uniform,True,True,False,1.066446304321289,0.6442070007324219,0.6482601165771484,0.9176731109619141,0.8111000061035156,0.9288787841796875,1.0457038879394531,0.9133815765380859,1.0423660278320312,0.9350776672363281,3.4973621368408203,3.5479068756103516,3.587961196899414,3.5316944122314453,3.495454788208008,3.4961700439453125,3.584146499633789,3.451824188232422,3.5316944122314453,3.5147666931152344 +1000,5000,cpu,uniform,False,True,False,2.434968948364258,2.1851062774658203,2.4521350860595703,2.413034439086914,2.5391578674316406,2.6586055755615234,4.145383834838867,2.5162696838378906,2.61688232421875,2.694845199584961,4.140138626098633,10.502338409423828,8.475065231323242,6.316900253295898,4.991054534912109,4.335641860961914,3.507375717163086,3.475666046142578,3.397703170776367,3.386259078979492 +1000,5000,cpu,uniform,True,False,False,5.331277847290039,4.497766494750977,4.37164306640625,4.554510116577148,5.592823028564453,4.667997360229492,5.510807037353516,5.531549453735352,5.624294281005859,4.362344741821289,3.4303665161132812,3.479480743408203,3.559112548828125,3.5631656646728516,3.609180450439453,3.632783889770508,3.5157203674316406,3.5521984100341797,3.555774688720703,3.5543441772460938 +1000,5000,cpu,uniform,False,False,False,4.538059234619141,3.9649009704589844,4.600048065185547,3.8106441497802734,3.986835479736328,3.370523452758789,4.103422164916992,3.7784576416015625,4.410743713378906,4.0874481201171875,3.611326217651367,3.6284923553466797,3.383636474609375,3.391742706298828,3.495454788208008,3.600597381591797,3.4914016723632812,3.4792423248291016,3.4630298614501953,3.506898880004883 +1000,5000,cpu,normal,True,True,False,3.3664703369140625,2.650022506713867,3.780364990234375,2.1228790283203125,3.079652786254883,2.5475025177001953,3.0863285064697266,3.3490657806396484,2.8607845306396484,2.5386810302734375,6.852865219116211,6.948947906494141,6.697177886962891,6.904840469360352,6.901264190673828,6.808757781982422,6.754875183105469,6.866693496704102,7.109880447387695,6.837368011474609 +1000,5000,cpu,normal,False,True,False,8.575916290283203,8.609533309936523,9.084224700927734,12.271404266357422,8.495807647705078,8.765459060668945,8.54635238647461,8.37087631225586,9.077310562133789,8.75234603881836,6.7424774169921875,6.83283805847168,6.755590438842773,6.902933120727539,6.688833236694336,6.876945495605469,6.946563720703125,6.832361221313477,6.811618804931641,6.701946258544922 +1000,5000,cpu,normal,True,False,False,9.917259216308594,7.733345031738281,10.691165924072266,10.123968124389648,10.523080825805664,11.367321014404297,8.35728645324707,8.327007293701172,8.936643600463867,10.81991195678711,7.008552551269531,7.010936737060547,7.020235061645508,7.074117660522461,6.993770599365234,7.010698318481445,6.799459457397461,6.999492645263672,6.8950653076171875,6.96563720703125 +1000,5000,cpu,normal,False,False,False,4.709959030151367,4.983663558959961,4.102230072021484,4.294872283935547,4.315614700317383,3.798246383666992,4.257917404174805,4.718780517578125,3.9217472076416016,3.595113754272461,6.768465042114258,6.981372833251953,6.755352020263672,7.011175155639648,6.733179092407227,6.806373596191406,6.904840469360352,6.600141525268555,7.019996643066406,6.948232650756836 +1000,10000,cpu,homo,True,True,False,0.6315708160400391,0.6461143493652344,0.6377696990966797,0.6575584411621094,0.7014274597167969,0.8318424224853516,0.8580684661865234,0.7376670837402344,0.8299350738525391,0.8132457733154297,4.091978073120117,3.9222240447998047,3.936767578125,3.943204879760742,3.9768218994140625,3.9048194885253906,3.8933753967285156,4.021644592285156,3.988981246948242,3.9556026458740234 +1000,10000,cpu,homo,False,True,False,2.7391910552978516,2.8994083404541016,2.8395652770996094,2.8574466705322266,2.871990203857422,3.3986568450927734,2.7227401733398438,2.8879642486572266,3.033161163330078,2.833127975463867,3.742218017578125,3.656148910522461,3.6864280700683594,3.8094520568847656,3.8056373596191406,3.7212371826171875,3.724813461303711,3.7162303924560547,3.823995590209961,3.674030303955078 +1000,10000,cpu,homo,True,False,False,7.628202438354492,7.2498321533203125,7.832050323486328,7.906436920166016,7.810831069946289,8.087158203125,8.299589157104492,8.443117141723633,7.499217987060547,7.358312606811523,14.471292495727539,9.618997573852539,8.731842041015625,6.86192512512207,6.059885025024414,4.034519195556641,4.0569305419921875,3.9696693420410156,4.117012023925781,3.9947032928466797 +1000,10000,cpu,homo,False,False,False,4.527091979980469,4.268646240234375,4.340648651123047,4.135608673095703,4.112005233764648,3.862619400024414,4.055023193359375,4.086017608642578,4.088878631591797,3.9811134338378906,4.045009613037109,4.220724105834961,4.068136215209961,3.8809776306152344,3.9882659912109375,4.149436950683594,4.040002822875977,3.8385391235351562,3.914356231689453,4.025459289550781 +1000,10000,cpu,uniform,True,True,False,0.9684562683105469,0.9448528289794922,0.9405612945556641,0.9636878967285156,0.9541511535644531,0.9655952453613281,0.9593963623046875,0.9760856628417969,0.9474754333496094,0.9486675262451172,6.850719451904297,6.971120834350586,6.9484710693359375,6.729841232299805,6.934165954589844,6.814718246459961,6.856203079223633,6.853818893432617,6.933450698852539,6.834268569946289 +1000,10000,cpu,uniform,False,True,False,4.320383071899414,6.306886672973633,4.637241363525391,4.58073616027832,4.435062408447266,5.005598068237305,3.731250762939453,3.8137435913085938,4.251956939697266,4.8656463623046875,6.730794906616211,6.835460662841797,6.629705429077148,6.782293319702148,6.722211837768555,6.5212249755859375,6.819725036621094,6.626605987548828,6.719112396240234,6.835222244262695 +1000,10000,cpu,uniform,True,False,False,8.198022842407227,7.349491119384766,9.0179443359375,7.821798324584961,9.445905685424805,8.142471313476562,9.825706481933594,9.919404983520508,9.159088134765625,8.788108825683594,6.800174713134766,7.002115249633789,6.866693496704102,6.943464279174805,6.842136383056641,6.840944290161133,6.89244270324707,6.963253021240234,21.21710777282715,11.629819869995117 +1000,10000,cpu,uniform,False,False,False,4.132747650146484,3.998994827270508,3.68499755859375,3.3941268920898438,3.573179244995117,3.2806396484375,3.39508056640625,3.2541751861572266,3.252744674682617,3.266572952270508,7.024288177490234,6.933450698852539,7.088422775268555,6.82377815246582,7.083415985107422,7.031440734863281,6.84666633605957,7.068634033203125,6.964206695556641,6.93821907043457 +1000,10000,cpu,normal,True,True,False,2.9206275939941406,2.907991409301758,3.1042098999023438,2.3436546325683594,2.7306079864501953,2.4623870849609375,2.028226852416992,2.0515918731689453,2.2499561309814453,1.7523765563964844,13.380289077758789,13.836860656738281,13.599872589111328,13.471841812133789,13.507843017578125,13.616085052490234,13.655662536621094,13.602972030639648,13.700723648071289,13.438224792480469 +1000,10000,cpu,normal,False,True,False,13.517141342163086,13.460397720336914,11.117935180664062,15.269994735717773,10.864019393920898,12.879610061645508,15.325546264648438,16.204118728637695,16.14999771118164,16.89457893371582,13.54074478149414,13.603687286376953,13.545513153076172,13.57722282409668,13.711929321289062,13.588428497314453,13.599872589111328,13.678550720214844,13.617992401123047,13.646841049194336 +1000,10000,cpu,normal,True,False,False,20.148038864135742,14.205694198608398,10.982036590576172,9.397268295288086,12.40396499633789,20.006418228149414,17.82083511352539,13.843536376953125,10.126352310180664,19.791364669799805,13.509988784790039,13.57269287109375,13.770103454589844,13.74673843383789,13.91744613647461,13.828754425048828,13.721704483032227,32.293081283569336,15.188932418823242,13.644695281982422 +1000,10000,cpu,normal,False,False,False,4.460334777832031,4.295110702514648,4.052400588989258,3.470182418823242,3.6678314208984375,3.4894943237304688,3.6597251892089844,3.512144088745117,3.606557846069336,3.4754276275634766,13.613224029541016,13.736724853515625,13.62752914428711,13.775348663330078,13.812541961669922,13.760566711425781,13.689041137695312,13.580799102783203,13.68260383605957,13.777971267700195 +1000,25000,cpu,homo,True,True,False,1.4526844024658203,1.5566349029541016,1.3885498046875,1.3918876647949219,1.379251480102539,1.382589340209961,1.3647079467773438,1.3699531555175781,1.1856555938720703,1.28173828125,9.807586669921875,9.622573852539062,9.715080261230469,9.864568710327148,9.798765182495117,9.815454483032227,9.568929672241211,9.65118408203125,9.525537490844727,9.734630584716797 +1000,25000,cpu,homo,False,True,False,6.949424743652344,6.131172180175781,6.373405456542969,7.22193717956543,6.422281265258789,6.760835647583008,7.278203964233398,6.232023239135742,10.535955429077148,6.763935089111328,9.27591323852539,9.148597717285156,9.472131729125977,9.148836135864258,9.375333786010742,9.107112884521484,9.371042251586914,9.254693984985352,9.398698806762695,9.325981140136719 +1000,25000,cpu,homo,True,False,False,15.013456344604492,14.431953430175781,17.049074172973633,10.739803314208984,11.35563850402832,17.80080795288086,15.839338302612305,15.899419784545898,17.723798751831055,15.928268432617188,9.939432144165039,9.89389419555664,9.818553924560547,9.732246398925781,9.940385818481445,9.523391723632812,9.886503219604492,9.778738021850586,9.88006591796875,9.91964340209961 +1000,25000,cpu,homo,False,False,False,10.235786437988281,10.847806930541992,10.036706924438477,10.050296783447266,10.317564010620117,10.126590728759766,10.151863098144531,10.215997695922852,10.205745697021484,10.033607482910156,9.646177291870117,9.877204895019531,9.73367691040039,9.875297546386719,9.853839874267578,9.794235229492188,9.811162948608398,9.547710418701172,9.91511344909668,9.662866592407227 +1000,25000,cpu,uniform,True,True,False,2.561330795288086,2.5947093963623047,2.1321773529052734,2.09808349609375,2.0530223846435547,2.03704833984375,1.973867416381836,1.699686050415039,1.6429424285888672,2.232074737548828,17.256498336791992,17.079830169677734,16.971588134765625,16.969919204711914,16.970157623291016,17.100811004638672,17.00568199157715,17.104148864746094,17.12632179260254,17.031192779541016 +1000,25000,cpu,uniform,False,True,False,11.192560195922852,8.541107177734375,9.201765060424805,11.677742004394531,10.976076126098633,10.817289352416992,9.863138198852539,11.38758659362793,12.706756591796875,11.148691177368164,16.64566993713379,16.663789749145508,16.65520668029785,16.5252685546875,16.607999801635742,16.6170597076416,16.726970672607422,16.770362854003906,16.589641571044922,16.658782958984375 +1000,25000,cpu,uniform,True,False,False,14.24551010131836,16.204833984375,18.665790557861328,19.437551498413086,16.542673110961914,17.117023468017578,15.57469367980957,19.875526428222656,20.04098892211914,15.402555465698242,18.54991912841797,46.09799385070801,19.148826599121094,37.2316837310791,17.591476440429688,17.165660858154297,17.073392868041992,17.014026641845703,17.16899871826172,17.13728904724121 +1000,25000,cpu,uniform,False,False,False,8.208036422729492,8.053064346313477,8.003473281860352,8.158206939697266,8.249044418334961,8.300065994262695,8.270978927612305,8.314371109008789,8.107423782348633,7.98487663269043,17.330408096313477,17.253875732421875,17.166852951049805,17.302274703979492,17.140865325927734,17.119884490966797,17.201662063598633,17.207622528076172,17.296314239501953,17.232894897460938 +1000,25000,cpu,normal,True,True,False,3.8754940032958984,3.5529136657714844,4.049777984619141,2.8188228607177734,2.6481151580810547,2.8505325317382812,3.517627716064453,2.514362335205078,3.1290054321289062,2.2640228271484375,34.125328063964844,33.814191818237305,33.94460678100586,33.838510513305664,33.86640548706055,33.67781639099121,33.61821174621582,34.48367118835449,34.09528732299805,34.26480293273926 +1000,25000,cpu,normal,False,True,False,24.263620376586914,30.926227569580078,32.10806846618652,30.467748641967773,18.686771392822266,30.998945236206055,29.66475486755371,32.88531303405762,27.12726593017578,30.93695640563965,33.74457359313965,33.652544021606445,33.32805633544922,33.52642059326172,33.54454040527344,34.03425216674805,33.88547897338867,34.04593467712402,33.68949890136719,33.841609954833984 +1000,25000,cpu,normal,True,False,False,34.17634963989258,31.35538101196289,18.95618438720703,15.858650207519531,16.063451766967773,17.22121238708496,20.517587661743164,26.314496994018555,33.89263153076172,22.637367248535156,34.174442291259766,34.285545349121094,34.134864807128906,34.41810607910156,34.09075736999512,34.34157371520996,33.98537635803223,34.23166275024414,33.97798538208008,34.09695625305176 +1000,25000,cpu,normal,False,False,False,8.76760482788086,8.804559707641602,8.763790130615234,8.798360824584961,9.093761444091797,8.846521377563477,8.986949920654297,8.90207290649414,9.016990661621094,9.222030639648438,34.015655517578125,34.093379974365234,34.06572341918945,34.37161445617676,34.33084487915039,34.31344032287598,33.88166427612305,34.16728973388672,34.348249435424805,34.04378890991211 +1000,37500,cpu,homo,True,True,False,2.1173954010009766,2.2416114807128906,2.341747283935547,1.76239013671875,2.061128616333008,2.0804405212402344,2.0525455474853516,2.1445751190185547,1.7540454864501953,1.5914440155029297,14.626741409301758,14.361858367919922,14.502525329589844,14.493227005004883,14.467716217041016,14.516353607177734,14.409065246582031,43.94865036010742,25.48837661743164,15.040397644042969 +1000,37500,cpu,homo,False,True,False,7.073402404785156,9.868383407592773,9.644031524658203,10.158300399780273,8.031845092773438,6.319522857666016,8.277654647827148,6.855964660644531,7.665395736694336,9.884834289550781,13.938665390014648,13.926029205322266,14.031410217285156,13.888359069824219,13.835668563842773,13.95416259765625,14.177560806274414,13.820886611938477,13.977766036987305,13.797521591186523 +1000,37500,cpu,homo,True,False,False,20.997285842895508,14.0380859375,12.345552444458008,21.126985549926758,13.979673385620117,10.923624038696289,11.866331100463867,21.642684936523438,14.667749404907227,15.587806701660156,14.354705810546875,14.214515686035156,14.175176620483398,14.255285263061523,14.335870742797852,14.265298843383789,14.419317245483398,14.384269714355469,14.239072799682617,14.946699142456055 +1000,37500,cpu,homo,False,False,False,14.964580535888672,15.840291976928711,15.007734298706055,15.414714813232422,15.398502349853516,15.697956085205078,15.236377716064453,16.019344329833984,15.459775924682617,16.063690185546875,14.598608016967773,14.737129211425781,14.764070510864258,14.728307723999023,14.775276184082031,14.671087265014648,14.76430892944336,14.836311340332031,14.998912811279297,14.898538589477539 +1000,37500,cpu,uniform,True,True,False,3.0341148376464844,3.449678421020508,2.7840137481689453,2.6221275329589844,2.3543834686279297,2.478361129760742,2.322673797607422,2.3069381713867188,1.9974708557128906,1.9118785858154297,25.460243225097656,25.55990219116211,25.586366653442383,25.54798126220703,25.416135787963867,25.429487228393555,25.615692138671875,25.71392059326172,25.670289993286133,25.83003044128418 +1000,37500,cpu,uniform,False,True,False,16.165733337402344,14.759302139282227,11.449813842773438,16.011953353881836,14.64700698852539,15.897512435913086,10.204076766967773,7.85064697265625,7.655620574951172,15.326976776123047,24.419069290161133,24.64914321899414,24.696826934814453,24.922847747802734,24.655580520629883,25.144577026367188,24.75118637084961,24.837970733642578,24.7189998626709,24.90234375 +1000,37500,cpu,uniform,True,False,False,25.285720825195312,16.899824142456055,22.125720977783203,14.90473747253418,14.50967788696289,12.402772903442383,19.116878509521484,23.988008499145508,21.875858306884766,14.710664749145508,25.466203689575195,25.455713272094727,25.392770767211914,25.655031204223633,25.807619094848633,25.506258010864258,25.574207305908203,25.46381950378418,25.312423706054688,26.77178382873535 +1000,37500,cpu,uniform,False,False,False,12.239217758178711,11.85750961303711,11.996269226074219,11.912107467651367,12.250661849975586,11.808633804321289,12.425422668457031,11.640787124633789,12.357950210571289,11.964797973632812,25.713682174682617,25.711774826049805,25.85768699645996,25.961637496948242,25.751829147338867,25.686264038085938,25.73680877685547,25.758981704711914,25.745868682861328,25.758981704711914 +1000,37500,cpu,normal,True,True,False,5.025148391723633,5.595207214355469,5.291223526000977,3.773212432861328,3.735065460205078,4.209280014038086,3.3648014068603516,3.2405853271484375,3.263711929321289,3.675699234008789,50.971269607543945,51.01275444030762,51.062583923339844,50.933837890625,50.71449279785156,50.55952072143555,50.40383338928223,50.50516128540039,50.54664611816406,50.62103271484375 +1000,37500,cpu,normal,False,True,False,43.618202209472656,31.157493591308594,35.516977310180664,22.64118194580078,37.48679161071777,37.79172897338867,25.471925735473633,35.71057319641113,25.536298751831055,18.77737045288086,50.63772201538086,50.61769485473633,50.41337013244629,50.12035369873047,50.56476593017578,50.240516662597656,50.12941360473633,50.48966407775879,50.513267517089844,50.394296646118164 +1000,37500,cpu,normal,True,False,False,24.92213249206543,29.464006423950195,46.22936248779297,41.265010833740234,44.01826858520508,31.993627548217773,43.84875297546387,44.393301010131836,28.951644897460938,25.191068649291992,51.24640464782715,51.90920829772949,70.34969329833984,56.97512626647949,55.83524703979492,52.451372146606445,52.483558654785156,62.32452392578125,69.77224349975586,67.50011444091797 +1000,37500,cpu,normal,False,False,False,12.86935806274414,12.59303092956543,13.880252838134766,12.438774108886719,13.294458389282227,13.016700744628906,13.610601425170898,12.70747184753418,12.828588485717773,12.702226638793945,50.73738098144531,50.804853439331055,50.757408142089844,50.428152084350586,50.956010818481445,50.2779483795166,50.5831241607666,50.82511901855469,51.059722900390625,50.84943771362305 +1000,50000,cpu,homo,True,True,False,2.9556751251220703,2.473592758178711,2.473592758178711,2.9141902923583984,2.557039260864258,2.0210742950439453,2.5582313537597656,2.359628677368164,1.710653305053711,1.7664432525634766,19.390583038330078,19.43659782409668,19.35291290283203,19.478559494018555,19.202470779418945,19.21224594116211,19.52338218688965,19.47617530822754,19.39558982849121,19.443035125732422 +1000,50000,cpu,homo,False,True,False,13.527870178222656,13.16690444946289,13.150215148925781,11.79647445678711,13.35763931274414,12.564659118652344,12.219667434692383,11.091232299804688,11.307716369628906,13.633489608764648,19.052505493164062,18.97430419921875,18.517494201660156,18.655061721801758,18.776655197143555,18.698453903198242,18.616676330566406,18.71967315673828,18.294811248779297,18.613815307617188 +1000,50000,cpu,homo,True,False,False,22.585153579711914,16.762971878051758,14.450788497924805,13.356685638427734,12.982368469238281,19.362926483154297,18.9821720123291,22.666215896606445,15.401363372802734,13.13328742980957,19.272565841674805,19.32358741760254,19.361495971679688,19.270896911621094,19.53601837158203,19.39225196838379,19.321680068969727,19.348621368408203,19.17099952697754,19.06561851501465 +1000,50000,cpu,homo,False,False,False,21.591663360595703,20.99895477294922,21.642208099365234,21.20232582092285,23.311853408813477,21.150827407836914,20.944833755493164,20.824909210205078,21.36993408203125,20.98250389099121,19.838333129882812,19.95563507080078,19.886493682861328,19.59061622619629,19.759654998779297,19.70505714416504,19.6530818939209,20.1718807220459,20.2176570892334,19.965410232543945 +1000,50000,cpu,uniform,True,True,False,3.2067298889160156,3.3283233642578125,2.862691879272461,2.4156570434570312,2.3272037506103516,2.312183380126953,3.388643264770508,2.320528030395508,2.071380615234375,2.753734588623047,34.384965896606445,34.535884857177734,34.59525108337402,34.673213958740234,34.64221954345703,34.35778617858887,34.392356872558594,34.44361686706543,34.354209899902344,34.09004211425781 +1000,50000,cpu,uniform,False,True,False,18.732547760009766,19.904613494873047,22.45473861694336,19.61493492126465,19.41204071044922,16.96300506591797,12.77923583984375,19.412994384765625,15.756845474243164,19.275903701782227,33.312082290649414,33.3249568939209,33.251285552978516,33.797264099121094,33.49494934082031,33.242225646972656,33.556222915649414,33.14471244812012,33.37740898132324,33.22744369506836 +1000,50000,cpu,uniform,True,False,False,18.07260513305664,16.131162643432617,28.171777725219727,19.471168518066406,15.859365463256836,26.428699493408203,29.664278030395508,32.636165618896484,28.1829833984375,25.882720947265625,34.37232971191406,34.41143035888672,34.48152542114258,34.48605537414551,34.50822830200195,34.59501266479492,34.65580940246582,35.86912155151367,34.45029258728027,73.40884208679199 +1000,50000,cpu,uniform,False,False,False,16.124486923217773,16.095876693725586,16.055822372436523,15.889406204223633,16.13783836364746,16.43967628479004,16.13783836364746,15.256643295288086,16.2811279296875,16.400814056396484,34.51085090637207,34.84654426574707,34.8353385925293,34.97314453125,35.06612777709961,35.12096405029297,35.24470329284668,35.216569900512695,34.94405746459961,35.13193130493164 +1000,50000,cpu,normal,True,True,False,5.517244338989258,5.178928375244141,4.728555679321289,6.650209426879883,5.406618118286133,5.0220489501953125,4.679203033447266,4.103183746337891,3.876209259033203,4.145383834838867,70.39189338684082,67.28720664978027,89.31803703308105,67.87776947021484,67.89374351501465,67.98696517944336,68.17841529846191,67.55256652832031,68.00198554992676,67.43192672729492 +1000,50000,cpu,normal,False,True,False,54.47721481323242,51.43141746520996,42.11878776550293,38.666486740112305,47.72520065307617,39.48044776916504,55.370330810546875,41.108131408691406,32.26304054260254,39.17837142944336,67.36302375793457,67.11196899414062,67.22712516784668,67.14034080505371,66.96343421936035,67.66343116760254,67.90995597839355,67.9178237915039,67.43931770324707,67.64340400695801 +1000,50000,cpu,normal,True,False,False,34.15083885192871,31.912803649902344,32.01603889465332,33.275604248046875,37.11843490600586,60.92691421508789,40.98677635192871,51.264047622680664,39.97230529785156,34.23285484313965,67.54398345947266,67.88325309753418,67.98863410949707,68.4669017791748,68.80044937133789,68.33434104919434,68.58634948730469,68.82810592651367,68.7570571899414,68.16577911376953 +1000,50000,cpu,normal,False,False,False,17.475128173828125,17.931461334228516,17.20261573791504,17.30203628540039,16.364574432373047,18.14723014831543,16.607046127319336,18.10908317565918,17.789363861083984,17.532825469970703,67.46292114257812,66.58124923706055,66.91336631774902,66.81513786315918,67.3680305480957,67.92807579040527,67.1086311340332,67.1529769897461,68.24898719787598,68.22037696838379 +2500,1000,cpu,homo,True,True,False,0.7052421569824219,0.7331371307373047,0.7498264312744141,0.7195472717285156,0.6933212280273438,0.7445812225341797,0.7376670837402344,0.6937980651855469,0.7195472717285156,0.698089599609375,0.9603500366210938,0.9129047393798828,0.9126663208007812,0.9737014770507812,0.9720325469970703,0.9710788726806641,0.9720325469970703,0.9925365447998047,0.9753704071044922,0.9741783142089844 +2500,1000,cpu,homo,False,True,False,0.3819465637207031,0.3788471221923828,0.385284423828125,0.38933753967285156,0.40411949157714844,0.39839744567871094,0.43654441833496094,0.3867149353027344,0.3771781921386719,0.37360191345214844,1.0097026824951172,1.0111331939697266,1.01470947265625,1.0075569152832031,0.988006591796875,0.9834766387939453,1.0120868682861328,1.0097026824951172,1.0094642639160156,0.9865760803222656 +2500,1000,cpu,homo,True,False,False,3.3686161041259766,3.050565719604492,2.7861595153808594,3.8628578186035156,4.129171371459961,2.835512161254883,3.0651092529296875,3.332376480102539,4.871845245361328,4.747867584228516,1.016378402709961,0.9367465972900391,1.0426044464111328,0.9837150573730469,0.9653568267822266,1.01470947265625,1.070261001586914,0.9863376617431641,1.024007797241211,1.0440349578857422 +2500,1000,cpu,homo,False,False,False,2.1576881408691406,2.0170211791992188,2.012491226196289,2.699136734008789,2.589702606201172,2.190113067626953,2.191305160522461,2.2869110107421875,2.187013626098633,2.181529998779297,1.0297298431396484,1.032114028930664,1.0356903076171875,1.0213851928710938,1.0254383087158203,1.0204315185546875,1.0187625885009766,1.0197162628173828,1.0404586791992188,1.0085105895996094 +2500,1000,cpu,uniform,True,True,False,1.1563301086425781,1.2195110321044922,1.1565685272216797,1.2345314025878906,1.1680126190185547,1.9683837890625,1.2366771697998047,1.1720657348632812,1.1937618255615234,1.4843940734863281,1.772165298461914,1.7802715301513672,1.7693042755126953,1.7397403717041016,1.7707347869873047,1.7180442810058594,1.7781257629394531,1.6586780548095703,1.6522407531738281,1.772165298461914 +2500,1000,cpu,uniform,False,True,False,0.5774497985839844,0.6108283996582031,0.5643367767333984,0.591278076171875,0.5593299865722656,0.5810260772705078,0.5624294281005859,0.5922317504882812,0.6582736968994141,0.5872249603271484,3.867626190185547,2.84576416015625,2.8269290924072266,2.8548240661621094,2.119779586791992,2.019643783569336,2.289295196533203,1.9371509552001953,1.9326210021972656,1.8231868743896484 +2500,1000,cpu,uniform,True,False,False,2.6090145111083984,2.6900768280029297,3.2694339752197266,2.831697463989258,2.6493072509765625,2.877950668334961,2.754688262939453,3.199338912963867,2.8069019317626953,2.971649169921875,1.8138885498046875,1.7802715301513672,1.705169677734375,1.767873764038086,1.8086433410644531,1.829385757446289,1.7249584197998047,1.8718242645263672,1.9104480743408203,1.8534660339355469 +2500,1000,cpu,uniform,False,False,False,0.9162425994873047,1.0623931884765625,2.1829605102539062,1.3823509216308594,2.234220504760742,1.168966293334961,2.5093555450439453,2.6140213012695312,2.4573802947998047,2.064943313598633,2.2804737091064453,1.9817352294921875,1.9545555114746094,1.9998550415039062,1.9638538360595703,1.8925666809082031,1.8236637115478516,1.8343925476074219,1.8546581268310547,1.8286705017089844 +2500,1000,cpu,normal,True,True,False,4.766941070556641,7.012605667114258,4.679441452026367,4.722356796264648,4.716157913208008,4.603147506713867,4.46009635925293,4.395723342895508,4.497051239013672,4.730463027954102,3.5343170166015625,3.3020973205566406,3.4859180450439453,3.5152435302734375,3.4041404724121094,3.4689903259277344,3.3864974975585938,3.4532546997070312,3.511190414428711,3.4606456756591797 +2500,1000,cpu,normal,False,True,False,1.9555091857910156,1.9207000732421875,1.9080638885498047,1.8534660339355469,2.0067691802978516,2.05230712890625,1.7962455749511719,2.6140213012695312,1.8987655639648438,1.8508434295654297,3.497600555419922,3.593921661376953,12.164115905761719,9.558677673339844,7.212400436401367,5.063295364379883,4.827022552490234,3.7784576416015625,3.531932830810547,3.4449100494384766 +2500,1000,cpu,normal,True,False,False,3.223419189453125,3.3469200134277344,3.3805370330810547,3.354787826538086,3.6284923553466797,3.278970718383789,3.8347244262695312,3.551959991455078,3.4313201904296875,3.4623146057128906,4.0264129638671875,3.8383007049560547,3.450155258178711,3.5696029663085938,3.4456253051757812,3.4759044647216797,3.31878662109375,3.4017562866210938,3.560781478881836,3.448009490966797 +2500,1000,cpu,normal,False,False,False,5.463600158691406,5.6285858154296875,5.166292190551758,5.659341812133789,7.03740119934082,5.645751953125,5.737066268920898,5.379438400268555,5.504369735717773,5.976438522338867,3.5707950592041016,3.5877227783203125,3.605365753173828,3.4825801849365234,3.5424232482910156,3.4914016723632812,3.404855728149414,3.5407543182373047,3.5676956176757812,3.5429000854492188 +2500,2500,cpu,homo,True,True,False,0.8599758148193359,0.9207725524902344,0.8599758148193359,1.1684894561767578,0.8337497711181641,1.3611316680908203,1.3782978057861328,1.3687610626220703,0.9226799011230469,1.3625621795654297,3.6640167236328125,2.680063247680664,2.6280879974365234,2.6710033416748047,2.6445388793945312,2.528667449951172,8.163213729858398,8.626937866210938,5.84864616394043,5.120515823364258 +2500,2500,cpu,homo,False,True,False,0.8511543273925781,0.8153915405273438,1.2984275817871094,0.7886886596679688,0.7851123809814453,0.7648468017578125,0.7913112640380859,1.2309551239013672,0.8146762847900391,0.7798671722412109,2.454042434692383,2.3927688598632812,2.538919448852539,2.476215362548828,2.4437904357910156,2.8319358825683594,2.452373504638672,2.428770065307617,2.469778060913086,2.388477325439453 +2500,2500,cpu,homo,True,False,False,5.382537841796875,4.971027374267578,5.35273551940918,5.086421966552734,4.914045333862305,5.80906867980957,4.990339279174805,5.466222763061523,5.216360092163086,5.531072616577148,2.6116371154785156,2.516031265258789,2.573728561401367,2.5262832641601562,2.5641918182373047,2.5641918182373047,2.5620460510253906,2.4704933166503906,2.5038719177246094,2.5436878204345703 +2500,2500,cpu,homo,False,False,False,5.631446838378906,4.545450210571289,5.566835403442383,4.862070083618164,5.106210708618164,5.094766616821289,4.257917404174805,4.783153533935547,4.257440567016602,3.779888153076172,2.458333969116211,2.5560855865478516,2.517223358154297,2.5107860565185547,2.529144287109375,2.5701522827148438,2.460956573486328,2.488374710083008,2.4614334106445312,2.5124549865722656 +2500,2500,cpu,uniform,True,True,False,1.2583732604980469,1.500844955444336,1.2531280517578125,1.279592514038086,1.9381046295166016,1.802682876586914,2.074718475341797,1.447439193725586,1.8188953399658203,1.6155242919921875,4.325389862060547,4.44793701171875,4.419565200805664,4.273176193237305,4.365682601928711,4.293918609619141,4.299163818359375,4.356145858764648,4.403114318847656,4.210710525512695 +2500,2500,cpu,uniform,False,True,False,1.4107227325439453,1.2314319610595703,1.4195442199707031,1.308441162109375,1.3191699981689453,1.2505054473876953,1.2290477752685547,1.3222694396972656,1.7855167388916016,1.2722015380859375,4.358053207397461,4.266023635864258,4.318952560424805,4.341602325439453,4.355907440185547,4.348993301391602,4.352807998657227,4.213094711303711,4.358768463134766,4.140377044677734 +2500,2500,cpu,uniform,True,False,False,4.700660705566406,5.108833312988281,5.0334930419921875,5.265474319458008,5.177021026611328,5.310773849487305,4.898548126220703,4.352807998657227,4.837751388549805,5.455255508422852,4.23431396484375,4.441261291503906,4.517555236816406,4.451274871826172,4.362344741821289,4.471302032470703,4.408121109008789,4.307270050048828,4.324674606323242,4.469871520996094 +2500,2500,cpu,uniform,False,False,False,4.44793701171875,4.717588424682617,4.433870315551758,4.173517227172852,4.142999649047852,4.688262939453125,3.6351680755615234,3.442525863647461,4.093647003173828,5.042791366577148,4.285573959350586,4.371881484985352,4.514455795288086,4.366159439086914,4.2972564697265625,4.45246696472168,4.525899887084961,4.372835159301758,4.345417022705078,4.422426223754883 +2500,2500,cpu,normal,True,True,False,4.559040069580078,4.518747329711914,4.128217697143555,4.563570022583008,4.772424697875977,4.726171493530273,4.244565963745117,5.0754547119140625,5.362510681152344,6.306171417236328,8.540868759155273,8.630752563476562,8.411407470703125,8.561134338378906,8.485555648803711,8.719205856323242,8.543252944946289,8.658170700073242,8.411407470703125,8.623361587524414 +2500,2500,cpu,normal,False,True,False,7.059335708618164,6.351709365844727,6.609678268432617,4.585742950439453,4.608392715454102,4.601955413818359,4.557132720947266,5.397796630859375,4.117488861083984,4.485607147216797,8.543968200683594,8.448123931884766,8.522510528564453,8.444786071777344,8.445262908935547,8.44573974609375,8.625030517578125,8.520841598510742,8.666753768920898,8.506059646606445 +2500,2500,cpu,normal,True,False,False,7.594108581542969,9.257793426513672,7.054328918457031,7.431268692016602,8.046627044677734,7.520914077758789,7.373571395874023,7.446050643920898,7.935762405395508,8.008241653442383,8.634328842163086,8.754730224609375,8.618593215942383,8.764028549194336,8.715629577636719,8.762121200561523,8.585929870605469,8.65793228149414,8.54945182800293,8.764266967773438 +2500,2500,cpu,normal,False,False,False,6.531238555908203,7.745265960693359,6.893157958984375,6.699323654174805,6.575345993041992,6.768703460693359,6.728649139404297,6.973743438720703,6.698846817016602,7.152080535888672,8.878946304321289,24.03092384338379,12.438535690307617,9.241342544555664,8.779764175415039,8.594274520874023,8.656740188598633,8.382320404052734,8.716344833374023,8.500337600708008 +2500,5000,cpu,homo,True,True,False,1.438140869140625,1.2614727020263672,1.3682842254638672,1.4123916625976562,1.3804435729980469,1.2137889862060547,1.3248920440673828,1.1119842529296875,0.8382797241210938,1.3232231140136719,4.877805709838867,4.769802093505859,4.90117073059082,4.781007766723633,4.863977432250977,4.73785400390625,4.784584045410156,4.920482635498047,4.689216613769531,4.889726638793945 +2500,5000,cpu,homo,False,True,False,1.392364501953125,1.390218734741211,1.3663768768310547,1.5833377838134766,1.455068588256836,1.4941692352294922,1.4348030090332031,1.4014244079589844,1.415252685546875,1.4259815216064453,4.852533340454102,4.753351211547852,4.85682487487793,4.695653915405273,4.880428314208984,4.64630126953125,4.671335220336914,4.908561706542969,4.767179489135742,4.624128341674805 +2500,5000,cpu,homo,True,False,False,7.736921310424805,5.904912948608398,6.800651550292969,8.040189743041992,7.935285568237305,5.942821502685547,6.331443786621094,6.542205810546875,5.888700485229492,5.311250686645508,4.97889518737793,4.859447479248047,4.939079284667969,4.80341911315918,4.951715469360352,4.851102828979492,4.7817230224609375,4.967212677001953,4.936933517456055,4.879474639892578 +2500,5000,cpu,homo,False,False,False,8.994102478027344,7.141590118408203,6.382942199707031,5.817174911499023,6.574869155883789,7.622003555297852,6.41632080078125,6.241321563720703,6.367921829223633,6.976127624511719,4.951238632202148,4.9839019775390625,5.065441131591797,4.829645156860352,4.975080490112305,5.035400390625,4.871129989624023,4.873037338256836,4.988431930541992,4.990577697753906 +2500,5000,cpu,uniform,True,True,False,2.0656585693359375,2.0704269409179688,2.1021366119384766,2.1049976348876953,2.156496047973633,1.4166831970214844,2.135038375854492,1.8575191497802734,1.519918441772461,2.154111862182617,8.621931076049805,8.273124694824219,8.679866790771484,8.24427604675293,8.594274520874023,8.392333984375,8.597135543823242,8.483409881591797,8.74948501586914,8.33582878112793 +2500,5000,cpu,uniform,False,True,False,3.5064220428466797,3.9229393005371094,2.5289058685302734,2.507448196411133,3.622770309448242,2.3729801177978516,2.4101734161376953,2.3679733276367188,2.6693344116210938,2.4292469024658203,8.342981338500977,8.318424224853516,8.457183837890625,8.320808410644531,8.441925048828125,8.429288864135742,8.28242301940918,8.45193862915039,8.472204208374023,8.354425430297852 +2500,5000,cpu,uniform,True,False,False,7.337093353271484,5.682706832885742,6.056070327758789,6.879568099975586,6.878137588500977,6.343603134155273,7.416963577270508,5.757808685302734,6.549596786499023,6.23321533203125,8.703231811523438,8.557796478271484,8.748531341552734,8.736848831176758,8.762598037719727,8.399009704589844,8.731603622436523,8.454322814941406,8.810043334960938,8.534669876098633 +2500,5000,cpu,uniform,False,False,False,5.873441696166992,5.854606628417969,6.363868713378906,6.021976470947266,5.873441696166992,5.8135986328125,5.859613418579102,6.368398666381836,6.186723709106445,5.723476409912109,8.716583251953125,8.47482681274414,8.785724639892578,8.326053619384766,8.737325668334961,8.47768783569336,8.730173110961914,8.419036865234375,8.622407913208008,8.447647094726562 +2500,5000,cpu,normal,True,True,False,5.338907241821289,7.004261016845703,6.505489349365234,6.689310073852539,4.555940628051758,6.580114364624023,5.357027053833008,7.003307342529297,7.049322128295898,5.396604537963867,16.90959930419922,17.03166961669922,17.123937606811523,16.953468322753906,17.130374908447266,17.07911491394043,16.938447952270508,16.974449157714844,16.994714736938477,16.977787017822266 +2500,5000,cpu,normal,False,True,False,9.875774383544922,9.165048599243164,9.239912033081055,9.282112121582031,7.939815521240234,8.997917175292969,8.883953094482422,9.43756103515625,8.906364440917969,8.930444717407227,16.8612003326416,16.97254180908203,16.628742218017578,16.638994216918945,16.704797744750977,16.88528060913086,16.636133193969727,16.85810089111328,16.84737205505371,16.833782196044922 +2500,5000,cpu,normal,True,False,False,10.502338409423828,11.135578155517578,13.126373291015625,12.085437774658203,10.531187057495117,10.806798934936523,12.346267700195312,13.322114944458008,12.520313262939453,11.063814163208008,17.17376708984375,17.264604568481445,17.161130905151367,17.1658992767334,17.102718353271484,17.20118522644043,17.285823822021484,17.14015007019043,17.10677146911621,17.114877700805664 +2500,5000,cpu,normal,False,False,False,8.946418762207031,7.358074188232422,7.599830627441406,7.670164108276367,8.977890014648438,8.169174194335938,9.344100952148438,9.31859016418457,7.461309432983398,9.998798370361328,17.14611053466797,17.07768440246582,17.045974731445312,16.914844512939453,16.96181297302246,17.09580421447754,17.03357696533203,16.771554946899414,16.836881637573242,17.098665237426758 +2500,10000,cpu,homo,True,True,False,1.3074874877929688,1.3036727905273438,1.2531280517578125,1.1668205261230469,1.5218257904052734,1.7573833465576172,1.3701915740966797,1.1639595031738281,1.1429786682128906,1.3158321380615234,9.322643280029297,9.561300277709961,9.277820587158203,9.47260856628418,9.417295455932617,9.609222412109375,9.461402893066406,9.496688842773438,9.774923324584961,9.453296661376953 +2500,10000,cpu,homo,False,True,False,4.254341125488281,3.517627716064453,3.080129623413086,2.885103225708008,3.5932064056396484,3.0045509338378906,3.131389617919922,5.214214324951172,2.853870391845703,2.982616424560547,9.243249893188477,9.488821029663086,9.154319763183594,9.389162063598633,9.172439575195312,9.333610534667969,9.229660034179688,9.314775466918945,9.388923645019531,9.346246719360352 +2500,10000,cpu,homo,True,False,False,8.577346801757812,9.297370910644531,7.905006408691406,11.140823364257812,7.962226867675781,8.473396301269531,8.333921432495117,8.844852447509766,9.521245956420898,9.07588005065918,9.761571884155273,9.555816650390625,9.709835052490234,9.655475616455078,9.874343872070312,9.619474411010742,9.52458381652832,9.64665412902832,9.777307510375977,9.747982025146484 +2500,10000,cpu,homo,False,False,False,6.577491760253906,6.775617599487305,6.8378448486328125,6.775856018066406,6.792545318603516,6.875753402709961,6.949186325073242,6.732702255249023,7.091999053955078,7.000446319580078,9.60230827331543,9.690284729003906,9.655952453613281,10.28132438659668,9.564638137817383,9.73653793334961,9.560823440551758,9.575366973876953,9.62519645690918,9.528875350952148 +2500,10000,cpu,uniform,True,True,False,1.8420219421386719,1.8360614776611328,1.8346309661865234,1.834869384765625,1.8391609191894531,1.8761157989501953,1.9481182098388672,1.8572807312011719,1.4986991882324219,1.508951187133789,16.937971115112305,17.04883575439453,16.872882843017578,16.857385635375977,16.846418380737305,16.88241958618164,16.689062118530273,16.879796981811523,16.83950424194336,16.730785369873047 +2500,10000,cpu,uniform,False,True,False,7.699728012084961,4.631996154785156,4.800558090209961,4.889726638793945,4.824161529541016,7.57598876953125,4.748344421386719,4.651069641113281,4.773378372192383,5.404472351074219,16.95108413696289,16.98923110961914,16.777515411376953,16.528844833374023,16.655683517456055,16.61372184753418,16.732215881347656,16.685962677001953,16.592025756835938,16.675949096679688 +2500,10000,cpu,uniform,True,False,False,9.67860221862793,8.541584014892578,9.926795959472656,6.943702697753906,8.90493392944336,7.796287536621094,13.010025024414062,10.03122329711914,11.012792587280273,11.543989181518555,17.220497131347656,17.199039459228516,17.12203025817871,17.14015007019043,17.165422439575195,16.977548599243164,17.08221435546875,17.079591751098633,17.168283462524414,17.093896865844727 +2500,10000,cpu,uniform,False,False,False,5.784749984741211,5.512714385986328,5.486965179443359,5.526542663574219,5.65791130065918,5.561590194702148,5.637645721435547,5.600452423095703,5.63812255859375,5.730152130126953,17.069101333618164,17.186403274536133,17.108917236328125,17.10224151611328,17.361879348754883,17.317533493041992,17.429590225219727,17.087459564208984,17.046451568603516,17.025232315063477 +2500,10000,cpu,normal,True,True,False,4.42957878112793,3.3807754516601562,3.730297088623047,3.868579864501953,2.8998851776123047,3.284931182861328,2.655029296875,2.2232532501220703,2.163410186767578,2.5682449340820312,34.61956977844238,33.77366065979004,34.39068794250488,33.38289260864258,33.522844314575195,33.66851806640625,33.70523452758789,54.44765090942383,33.86330604553223,33.31565856933594 +2500,10000,cpu,normal,False,True,False,14.63937759399414,15.802860260009766,13.356685638427734,15.396595001220703,17.55046844482422,15.395879745483398,16.129016876220703,14.49728012084961,14.150619506835938,16.326189041137695,33.46514701843262,33.80465507507324,33.84661674499512,33.95390510559082,34.02113914489746,33.859968185424805,33.70189666748047,33.8895320892334,33.80537033081055,34.00444984436035 +2500,10000,cpu,normal,True,False,False,15.86294174194336,18.034934997558594,18.22829246520996,17.301559448242188,16.525745391845703,13.021469116210938,17.159223556518555,16.099929809570312,18.19610595703125,17.193317413330078,34.06810760498047,34.10911560058594,34.230709075927734,34.39521789550781,34.24954414367676,34.61956977844238,34.27314758300781,34.48081016540527,34.21783447265625,34.308433532714844 +2500,10000,cpu,normal,False,False,False,8.066892623901367,7.906675338745117,7.405519485473633,8.220672607421875,7.938146591186523,7.895946502685547,7.989645004272461,7.374763488769531,8.131265640258789,8.271455764770508,33.92195701599121,34.28339958190918,33.9353084564209,33.59508514404297,33.872365951538086,33.70404243469238,33.443450927734375,33.530473709106445,33.89787673950195,33.35857391357422 +2500,25000,cpu,homo,True,True,False,3.1023025512695312,2.872943878173828,2.734661102294922,2.4421215057373047,3.173351287841797,2.2242069244384766,2.0694732666015625,2.2547245025634766,2.1865367889404297,2.1626949310302734,23.71954917907715,23.74267578125,23.60701560974121,23.805856704711914,23.363828659057617,23.828506469726562,23.373126983642578,23.56696128845215,23.49567413330078,23.38409423828125 +2500,25000,cpu,homo,False,True,False,6.220579147338867,7.893562316894531,7.1086883544921875,8.382320404052734,6.746530532836914,8.8348388671875,7.309913635253906,6.7462921142578125,6.839513778686523,6.415605545043945,23.333072662353516,23.342370986938477,23.353099822998047,23.076772689819336,23.308277130126953,23.194313049316406,23.237943649291992,23.16451072692871,22.96733856201172,23.38123321533203 +2500,25000,cpu,homo,True,False,False,16.686439514160156,18.291473388671875,14.334678649902344,15.338659286499023,16.75724983215332,15.592336654663086,16.527652740478516,18.05734634399414,16.09325408935547,18.37754249572754,24.13654327392578,24.048328399658203,23.96869659423828,24.307727813720703,23.94843101501465,24.181127548217773,24.306297302246094,24.061918258666992,24.01423454284668,24.094820022583008 +2500,25000,cpu,homo,False,False,False,17.261028289794922,16.80898666381836,16.85500144958496,16.43967628479004,17.061710357666016,16.826152801513672,17.483949661254883,17.046689987182617,16.921281814575195,18.55635643005371,24.540424346923828,24.814367294311523,24.305105209350586,24.631500244140625,24.504423141479492,24.608135223388672,24.489402770996094,24.704933166503906,24.715662002563477,25.281906127929688 +2500,25000,cpu,uniform,True,True,False,3.5974979400634766,3.0651092529296875,3.5026073455810547,4.615545272827148,4.480123519897461,3.065824508666992,3.0214786529541016,3.0176639556884766,2.420663833618164,2.353668212890625,42.238712310791016,64.19730186462402,52.503347396850586,56.824684143066406,59.478044509887695,42.65642166137695,45.71700096130371,42.63901710510254,42.80662536621094,57.45673179626465 +2500,25000,cpu,uniform,False,True,False,11.327028274536133,10.454893112182617,11.316537857055664,9.789466857910156,12.570858001708984,11.295318603515625,11.58595085144043,11.264324188232422,16.317367553710938,11.665582656860352,41.5806770324707,41.71872138977051,41.91112518310547,41.684865951538086,41.692495346069336,41.52965545654297,41.56994819641113,42.299509048461914,41.99409484863281,41.87917709350586 +2500,25000,cpu,uniform,True,False,False,18.83721351623535,13.243675231933594,10.753154754638672,18.60833168029785,12.38393783569336,18.70870590209961,15.326976776123047,10.818004608154297,13.319969177246094,18.011808395385742,42.0985221862793,42.235612869262695,42.371511459350586,42.418479919433594,42.542219161987305,42.49310493469238,42.47784614562988,43.137311935424805,43.19000244140625,43.10488700866699 +2500,25000,cpu,uniform,False,False,False,13.973236083984375,14.112710952758789,14.322042465209961,14.14632797241211,14.244556427001953,14.440059661865234,14.251947402954102,14.519691467285156,14.322519302368164,15.371084213256836,42.3128604888916,42.731523513793945,42.696237564086914,42.21534729003906,42.558908462524414,42.20104217529297,42.79613494873047,42.38748550415039,42.85693168640137,42.97900199890137 +2500,25000,cpu,normal,True,True,False,6.780385971069336,6.070375442504883,5.235910415649414,5.537271499633789,4.99272346496582,5.032062530517578,5.2280426025390625,5.244016647338867,5.082607269287109,4.768610000610352,84.54132080078125,84.66792106628418,84.23328399658203,84.66339111328125,85.12306213378906,84.95831489562988,84.45334434509277,84.2430591583252,83.88280868530273,83.60862731933594 +2500,25000,cpu,normal,False,True,False,26.883363723754883,29.40964698791504,38.68389129638672,33.02145004272461,31.466007232666016,28.8546085357666,35.12096405029297,29.502153396606445,32.377004623413086,25.57086944580078,84.00130271911621,83.7395191192627,83.94002914428711,84.12408828735352,85.12330055236816,85.02054214477539,84.20586585998535,83.88876914978027,84.49673652648926,83.60815048217773 +2500,25000,cpu,normal,True,False,False,30.16495704650879,35.054683685302734,24.05095100402832,36.04698181152344,32.547950744628906,21.805524826049805,21.558284759521484,21.372556686401367,22.283554077148438,22.475004196166992,85.25466918945312,84.85174179077148,85.24680137634277,84.84601974487305,85.12210845947266,85.70337295532227,85.74628829956055,85.65378189086914,84.73396301269531,83.94551277160645 +2500,25000,cpu,normal,False,False,False,16.08419418334961,16.036510467529297,15.862226486206055,16.381263732910156,16.674041748046875,16.235828399658203,16.127824783325195,16.07823371887207,16.88528060913086,16.713857650756836,84.98024940490723,84.54537391662598,85.09349822998047,84.69867706298828,84.42544937133789,84.69057083129883,85.14404296875,84.58852767944336,84.84649658203125,85.13808250427246 +2500,37500,cpu,homo,True,True,False,3.8979053497314453,3.4770965576171875,2.623319625854492,2.5658607482910156,2.640962600708008,3.3898353576660156,2.144336700439453,3.0972957611083984,2.452850341796875,2.020597457885742,35.260915756225586,35.28857231140137,35.29953956604004,35.17651557922363,35.08567810058594,35.14671325683594,36.36288642883301,36.45515441894531,36.542415618896484,35.13789176940918 +2500,37500,cpu,homo,False,True,False,14.488935470581055,12.366056442260742,10.067939758300781,10.870933532714844,10.80012321472168,17.145633697509766,10.146141052246094,14.28985595703125,10.724067687988281,10.012388229370117,35.10570526123047,34.923553466796875,35.02488136291504,35.22062301635742,35.25280952453613,35.30621528625488,35.22634506225586,35.39776802062988,35.157203674316406,35.253286361694336 +2500,37500,cpu,homo,True,False,False,18.187761306762695,14.01376724243164,15.665054321289062,14.728784561157227,21.730899810791016,23.981332778930664,19.676923751831055,17.4558162689209,24.305105209350586,23.402929306030273,36.31997108459473,36.3764762878418,36.06820106506348,36.17405891418457,36.458492279052734,36.21697425842285,36.16452217102051,36.164283752441406,35.89153289794922,35.794734954833984 +2500,37500,cpu,homo,False,False,False,25.313138961791992,24.465084075927734,25.15387535095215,25.001049041748047,25.20895004272461,24.274587631225586,25.06113052368164,25.04277229309082,25.165081024169922,25.318622589111328,36.5293025970459,36.57197952270508,36.251068115234375,36.379337310791016,36.22913360595703,36.391496658325195,36.37290000915527,36.31114959716797,36.27753257751465,36.53311729431152 +2500,37500,cpu,uniform,True,True,False,3.7522315979003906,3.572225570678711,3.525257110595703,3.588438034057617,3.186464309692383,3.817319869995117,3.4732818603515625,3.5486221313476562,2.8939247131347656,2.4623870849609375,63.05670738220215,62.422990798950195,62.77918815612793,63.00044059753418,63.13347816467285,62.35766410827637,63.74645233154297,62.75773048400879,62.99400329589844,62.58797645568848 +2500,37500,cpu,uniform,False,True,False,15.900135040283203,18.454790115356445,16.9370174407959,15.329360961914062,15.067100524902344,16.51597023010254,15.325307846069336,16.8764591217041,16.14546775817871,16.088247299194336,62.27898597717285,62.5758171081543,61.8593692779541,62.151193618774414,62.0877742767334,61.68222427368164,61.83886528015137,61.9959831237793,62.12019920349121,61.85579299926758 +2500,37500,cpu,uniform,True,False,False,12.734651565551758,22.788524627685547,21.0268497467041,21.40951156616211,15.638113021850586,24.69801902770996,15.305757522583008,20.2028751373291,24.695873260498047,22.228717803955078,63.4768009185791,63.604116439819336,63.213348388671875,63.468217849731445,63.352108001708984,63.40909004211426,99.94173049926758,64.05305862426758,64.00346755981445,63.905954360961914 +2500,37500,cpu,uniform,False,False,False,20.44677734375,20.696640014648438,20.75028419494629,21.2554931640625,20.720720291137695,20.389556884765625,20.6758975982666,21.120548248291016,20.779848098754883,20.327329635620117,63.5685920715332,63.918352127075195,64.49198722839355,64.29600715637207,64.13602828979492,63.7669563293457,63.72427940368652,63.40384483337402,63.294410705566406,63.371896743774414 +2500,37500,cpu,normal,True,True,False,7.091283798217773,7.125139236450195,7.259368896484375,7.025003433227539,8.218526840209961,7.454633712768555,8.855104446411133,7.150411605834961,7.903337478637695,7.421016693115234,125.5347728729248,126.03974342346191,125.82874298095703,125.68807601928711,127.5322437286377,126.6336441040039,126.66988372802734,125.63109397888184,127.16794013977051,126.72615051269531 +2500,37500,cpu,normal,False,True,False,36.63802146911621,37.034034729003906,35.30383110046387,25.980710983276367,28.867244720458984,35.806894302368164,39.363861083984375,37.64510154724121,42.37246513366699,30.464887619018555,126.94525718688965,125.77462196350098,126.00874900817871,125.28824806213379,125.17428398132324,125.85043907165527,125.5795955657959,126.36017799377441,127.0599365234375,126.23286247253418 +2500,37500,cpu,normal,True,False,False,37.22357749938965,54.75163459777832,55.46069145202637,45.27592658996582,38.79141807556152,41.72015190124512,42.72723197937012,38.10930252075195,40.12918472290039,38.600921630859375,126.49965286254883,126.64222717285156,149.4297981262207,127.71439552307129,126.60336494445801,126.90377235412598,126.91068649291992,127.74205207824707,127.15506553649902,127.98714637756348 +2500,37500,cpu,normal,False,False,False,23.47850799560547,24.049997329711914,24.043798446655273,24.64890480041504,24.2917537689209,24.54853057861328,24.458646774291992,25.116682052612305,24.328947067260742,23.981809616088867,126.87039375305176,125.8704662322998,125.77080726623535,126.27935409545898,126.13415718078613,126.04618072509766,126.62363052368164,127.35629081726074,126.60408020019531,125.24533271789551 +2500,50000,cpu,homo,True,True,False,4.090547561645508,3.393888473510742,3.3881664276123047,3.960847854614258,3.051280975341797,2.7740001678466797,3.3295154571533203,2.735614776611328,2.6335716247558594,3.241300582885742,46.950578689575195,47.165870666503906,47.28412628173828,47.02115058898926,46.800851821899414,47.05977439880371,46.42796516418457,46.09870910644531,46.709299087524414,46.365976333618164 +2500,50000,cpu,homo,False,True,False,13.544082641601562,14.101743698120117,16.021728515625,18.595457077026367,12.511014938354492,15.176773071289062,12.714862823486328,13.978242874145508,13.323307037353516,13.225317001342773,46.21005058288574,46.04363441467285,46.19169235229492,46.288251876831055,46.36812210083008,46.69666290283203,46.16737365722656,46.2496280670166,46.43535614013672,46.094417572021484 +2500,50000,cpu,homo,True,False,False,26.58820152282715,23.761987686157227,25.582313537597656,25.239944458007812,22.964000701904297,27.44150161743164,25.145292282104492,30.605316162109375,31.377553939819336,20.14946937561035,48.113346099853516,48.48980903625488,47.86396026611328,48.14934730529785,48.21491241455078,84.21730995178223,47.81818389892578,47.922372817993164,48.00581932067871,47.342538833618164 +2500,50000,cpu,homo,False,False,False,33.50949287414551,33.410072326660156,33.44082832336426,33.496856689453125,33.02192687988281,33.193111419677734,33.86282920837402,32.909393310546875,33.21552276611328,33.26749801635742,48.48217964172363,48.534393310546875,48.70724678039551,48.294782638549805,48.57158660888672,48.71177673339844,49.17716979980469,48.781394958496094,48.65241050720215,48.28977584838867 +2500,50000,cpu,uniform,True,True,False,7.618427276611328,4.616737365722656,4.988908767700195,4.340887069702148,3.350496292114258,3.5622119903564453,3.3376216888427734,3.2782554626464844,3.22723388671875,2.9926300048828125,83.36615562438965,82.66711235046387,83.05025100708008,85.80613136291504,83.8315486907959,83.9695930480957,84.19632911682129,83.79149436950684,102.53715515136719,103.4243106842041 +2500,50000,cpu,uniform,False,True,False,20.13397216796875,16.31903648376465,15.619039535522461,16.199588775634766,21.088838577270508,21.108150482177734,20.411252975463867,21.29387855529785,19.599437713623047,17.007112503051758,83.27126502990723,82.59844779968262,83.21809768676758,84.26237106323242,84.06186103820801,84.03229713439941,84.40828323364258,83.94670486450195,83.68229866027832,83.24837684631348 +2500,50000,cpu,uniform,True,False,False,35.04157066345215,30.152320861816406,28.03349494934082,24.050474166870117,25.46095848083496,26.072263717651367,25.83146095275879,28.306245803833008,25.29454231262207,23.343801498413086,88.47832679748535,85.48903465270996,84.51318740844727,84.76877212524414,85.79373359680176,84.93757247924805,86.20619773864746,85.13593673706055,84.9447250366211,84.90395545959473 +2500,50000,cpu,uniform,False,False,False,27.184009552001953,27.61530876159668,27.801513671875,27.401208877563477,28.322219848632812,27.22001075744629,27.21571922302246,27.24146842956543,27.515411376953125,27.576208114624023,84.06472206115723,84.26141738891602,84.71083641052246,84.89036560058594,84.86318588256836,84.27190780639648,84.26570892333984,84.21158790588379,84.25331115722656,84.2580795288086 +2500,50000,cpu,normal,True,True,False,10.829687118530273,9.332895278930664,10.174751281738281,9.771347045898438,9.852886199951172,9.946584701538086,10.432720184326172,9.982824325561523,9.98997688293457,10.677099227905273,169.24333572387695,169.2507266998291,168.68305206298828,168.48158836364746,167.81997680664062,169.0976619720459,169.62146759033203,168.59960556030273,167.87314414978027,211.0304832458496 +2500,50000,cpu,normal,False,True,False,52.127838134765625,43.95174980163574,27.46129035949707,47.292470932006836,52.34384536743164,46.088457107543945,45.501708984375,44.5709228515625,46.48780822753906,60.033321380615234,167.52934455871582,167.3564910888672,166.9635772705078,167.1469211578369,169.04187202453613,168.87760162353516,167.50192642211914,168.0307388305664,169.16823387145996,168.1530475616455 +2500,50000,cpu,normal,True,False,False,39.85786437988281,50.75407028198242,67.02828407287598,67.82126426696777,52.21223831176758,44.36302185058594,48.04348945617676,52.32715606689453,51.51724815368652,52.40345001220703,169.37637329101562,170.78471183776855,170.3629493713379,169.58904266357422,168.2722568511963,169.83842849731445,169.22450065612793,171.15163803100586,170.24469375610352,170.02010345458984 +2500,50000,cpu,normal,False,False,False,32.25064277648926,31.81004524230957,31.5704345703125,31.68463706970215,32.28402137756348,32.06181526184082,31.25739097595215,31.990766525268555,32.060861587524414,31.788349151611328,168.95365715026855,170.1364517211914,169.0692901611328,168.38693618774414,169.49772834777832,169.86680030822754,169.5864200592041,169.1296100616455,168.20168495178223,168.5619354248047 +5000,1000,cpu,homo,True,True,False,1.3196468353271484,1.2781620025634766,2.4712085723876953,1.2700557708740234,1.0645389556884766,1.3546943664550781,1.4445781707763672,1.4948844909667969,1.7290115356445312,1.4445781707763672,1.8155574798583984,1.8458366394042969,1.934051513671875,1.8303394317626953,1.882314682006836,1.9042491912841797,1.9254684448242188,1.8208026885986328,1.8932819366455078,1.7976760864257812 +5000,1000,cpu,homo,False,True,False,0.400543212890625,0.5278587341308594,0.5950927734375,0.5440711975097656,0.408172607421875,0.42724609375,0.38933753967285156,0.5068778991699219,0.5831718444824219,0.5786418914794922,2.016305923461914,2.008199691772461,2.0127296447753906,2.0236968994140625,2.027273178100586,2.0160675048828125,2.082347869873047,2.0072460174560547,1.9915103912353516,2.020120620727539 +5000,1000,cpu,homo,True,False,False,4.898309707641602,3.921985626220703,4.458189010620117,3.9594173431396484,5.339145660400391,5.025148391723633,5.1631927490234375,4.740715026855469,4.200935363769531,5.005836486816406,1.9326210021972656,2.0003318786621094,1.936197280883789,1.9142627716064453,1.978158950805664,1.9750595092773438,2.038717269897461,2.040386199951172,1.992940902709961,2.0456314086914062 +5000,1000,cpu,homo,False,False,False,3.7963390350341797,3.762960433959961,2.4437904357910156,4.237890243530273,3.8604736328125,3.2072067260742188,4.136562347412109,3.9000511169433594,3.8907527923583984,5.083322525024414,2.0563602447509766,2.115488052368164,2.0067691802978516,2.0928382873535156,2.0487308502197266,2.0427703857421875,2.020597457885742,2.035856246948242,2.0334720611572266,2.0532608032226562 +5000,1000,cpu,uniform,True,True,False,2.3338794708251953,2.3279190063476562,2.437114715576172,2.2802352905273438,2.3910999298095703,2.430438995361328,2.3436546325683594,2.4957656860351562,2.552509307861328,2.5031566619873047,3.459930419921875,3.467082977294922,3.4492015838623047,3.3712387084960938,3.257274627685547,3.381490707397461,3.4673213958740234,3.3583641052246094,3.3910274505615234,3.3266544342041016 +5000,1000,cpu,uniform,False,True,False,0.9593963623046875,0.9655952453613281,0.9443759918212891,0.8769035339355469,0.9458065032958984,0.8175373077392578,0.9427070617675781,0.6964206695556641,1.0807514190673828,0.9613037109375,3.6039352416992188,3.5257339477539062,3.5796165466308594,3.415346145629883,3.465890884399414,3.437519073486328,3.478527069091797,3.565549850463867,3.5240650177001953,3.465414047241211 +5000,1000,cpu,uniform,True,False,False,4.534006118774414,4.8046112060546875,4.497766494750977,4.4651031494140625,3.6482810974121094,4.387378692626953,3.530740737915039,4.038572311401367,4.259824752807617,4.215717315673828,3.618001937866211,3.6916732788085938,3.4775733947753906,3.4704208374023438,3.508329391479492,3.576517105102539,3.6156177520751953,3.441333770751953,3.538846969604492,3.4613609313964844 +5000,1000,cpu,uniform,False,False,False,3.2737255096435547,4.129171371459961,4.299163818359375,4.60052490234375,4.660129547119141,4.40669059753418,4.299402236938477,3.9529800415039062,4.55164909362793,4.316091537475586,3.597736358642578,3.5359859466552734,3.608226776123047,3.5927295684814453,3.572225570678711,3.5774707794189453,3.577709197998047,3.5610198974609375,3.5626888275146484,3.587484359741211 +5000,1000,cpu,normal,True,True,False,9.043216705322266,8.820295333862305,8.709907531738281,8.968114852905273,9.282588958740234,9.269475936889648,8.507013320922852,8.630037307739258,8.383750915527344,8.569717407226562,6.695985794067383,6.821632385253906,6.771564483642578,6.737709045410156,6.847620010375977,6.583213806152344,6.926059722900391,6.852865219116211,6.762027740478516,6.771326065063477 +5000,1000,cpu,normal,False,True,False,2.9230117797851562,2.914905548095703,2.7196407318115234,2.9153823852539062,2.9296875,2.173900604248047,2.7980804443359375,2.6772022247314453,3.1621456146240234,3.0670166015625,7.04503059387207,6.889104843139648,7.085084915161133,6.927490234375,6.838560104370117,7.044792175292969,6.887197494506836,7.036924362182617,7.003307342529297,6.8912506103515625 +5000,1000,cpu,normal,True,False,False,4.684209823608398,4.155397415161133,4.625797271728516,4.940986633300781,4.913806915283203,4.51970100402832,4.616498947143555,4.748821258544922,4.602909088134766,4.848957061767578,7.032871246337891,6.850481033325195,7.060050964355469,6.911516189575195,7.090091705322266,6.82520866394043,6.815433502197266,6.99305534362793,6.871700286865234,6.911516189575195 +5000,1000,cpu,normal,False,False,False,10.554075241088867,10.727405548095703,10.66732406616211,10.239839553833008,7.786035537719727,10.852336883544922,11.429071426391602,11.831283569335938,10.22028923034668,8.322954177856445,7.00688362121582,6.904125213623047,7.120370864868164,6.823062896728516,6.954193115234375,6.892919540405273,6.891727447509766,7.007837295532227,6.748437881469727,7.099151611328125 +5000,2500,cpu,homo,True,True,False,2.500772476196289,2.4902820587158203,2.4750232696533203,1.4374256134033203,2.2842884063720703,1.4345645904541016,1.4395713806152344,1.728057861328125,1.5347003936767578,1.56402587890625,4.808187484741211,4.843473434448242,4.795551300048828,4.896640777587891,4.687309265136719,4.758358001708984,4.900217056274414,4.670858383178711,4.677534103393555,4.848718643188477 +5000,2500,cpu,homo,False,True,False,1.1734962463378906,1.2881755828857422,1.4386177062988281,1.3000965118408203,1.287221908569336,0.8151531219482422,1.4009475708007812,1.3430118560791016,1.4476776123046875,1.321554183959961,4.709720611572266,4.894495010375977,4.836320877075195,4.8732757568359375,4.873752593994141,4.778385162353516,4.937648773193359,4.778146743774414,4.848241806030273,5.08880615234375 +5000,2500,cpu,homo,True,False,False,6.935834884643555,7.121086120605469,6.22248649597168,6.208896636962891,6.091833114624023,5.5999755859375,7.126331329345703,6.52003288269043,5.373716354370117,6.005525588989258,5.04755973815918,5.021095275878906,4.820585250854492,4.904747009277344,5.0220489501953125,4.860162734985352,4.805088043212891,5.000114440917969,4.967689514160156,4.858732223510742 +5000,2500,cpu,homo,False,False,False,7.8411102294921875,7.54547119140625,8.114814758300781,8.01706314086914,7.26628303527832,8.825540542602539,8.281707763671875,7.2479248046875,7.310390472412109,7.75146484375,4.8809051513671875,4.782915115356445,5.096435546875,4.899263381958008,4.93168830871582,4.914999008178711,4.976511001586914,4.924535751342773,4.906415939331055,4.976034164428711 +5000,2500,cpu,uniform,True,True,False,3.734111785888672,2.4919509887695312,2.3584365844726562,2.3851394653320312,2.4209022521972656,3.1800270080566406,2.6993751525878906,2.5787353515625,2.681255340576172,4.00090217590332,8.368730545043945,8.480310440063477,8.366584777832031,8.60285758972168,8.559942245483398,8.5601806640625,8.504152297973633,8.55708122253418,8.524656295776367,8.524894714355469 +5000,2500,cpu,uniform,False,True,False,2.313375473022461,1.2431144714355469,1.8265247344970703,2.1195411682128906,1.3573169708251953,1.5909671783447266,2.3484230041503906,1.2922286987304688,1.3849735260009766,1.6121864318847656,8.589506149291992,8.451461791992188,8.657455444335938,8.435964584350586,8.50987434387207,8.505105972290039,8.463621139526367,8.461236953735352,8.536100387573242,8.493185043334961 +5000,2500,cpu,uniform,True,False,False,4.986286163330078,6.078958511352539,6.007909774780273,4.705667495727539,5.4111480712890625,5.602598190307617,5.058050155639648,5.697011947631836,4.965305328369141,5.547285079956055,8.734941482543945,8.676528930664062,8.611679077148438,8.657693862915039,8.779764175415039,8.75091552734375,8.614778518676758,8.780956268310547,8.763790130615234,8.724689483642578 +5000,2500,cpu,uniform,False,False,False,6.112575531005859,8.220434188842773,6.638050079345703,7.944822311401367,7.300376892089844,7.39598274230957,6.407022476196289,7.739782333374023,7.925271987915039,7.056236267089844,8.790016174316406,8.740425109863281,8.599996566772461,8.682012557983398,8.5296630859375,8.81814956665039,9.99307632446289,8.759498596191406,8.377552032470703,8.712530136108398 +5000,2500,cpu,normal,True,True,False,9.808063507080078,12.026786804199219,10.588645935058594,8.466482162475586,8.350372314453125,8.902549743652344,8.710384368896484,8.347034454345703,9.487152099609375,8.428335189819336,16.880035400390625,16.671180725097656,16.65043830871582,16.82305335998535,16.735553741455078,16.74342155456543,16.855239868164062,16.82877540588379,16.74056053161621,16.8607234954834 +5000,2500,cpu,normal,False,True,False,5.577802658081055,5.332231521606445,4.802942276000977,4.966259002685547,4.685878753662109,6.140232086181641,4.595041275024414,5.899906158447266,5.142688751220703,7.055044174194336,16.791820526123047,16.85166358947754,16.904354095458984,16.971588134765625,16.817092895507812,16.940832138061523,16.956090927124023,16.96324348449707,16.8459415435791,16.843795776367188 +5000,2500,cpu,normal,True,False,False,8.91423225402832,8.899211883544922,8.64863395690918,9.60087776184082,9.166717529296875,9.866952896118164,8.966207504272461,8.89277458190918,8.89277458190918,10.64753532409668,17.127513885498047,17.20738410949707,17.093658447265625,17.134666442871094,17.25292205810547,17.235279083251953,17.084836959838867,17.049551010131836,17.1968936920166,17.12965965270996 +5000,2500,cpu,normal,False,False,False,12.012958526611328,11.682271957397461,11.817693710327148,10.59865951538086,10.956048965454102,10.842561721801758,15.164852142333984,14.224529266357422,13.03863525390625,12.699365615844727,16.988515853881836,16.88981056213379,16.873836517333984,16.745567321777344,16.904592514038086,17.003297805786133,16.917943954467773,16.91269874572754,16.956090927124023,16.99995994567871 +5000,5000,cpu,homo,True,True,False,2.5725364685058594,2.5587081909179688,1.9464492797851562,2.185344696044922,2.5675296783447266,1.9083023071289062,1.8298625946044922,2.7451515197753906,2.5818347930908203,2.1953582763671875,9.443044662475586,9.515762329101562,9.543657302856445,9.326934814453125,9.55820083618164,9.465932846069336,9.66191291809082,9.427070617675781,9.57942008972168,9.449481964111328 +5000,5000,cpu,homo,False,True,False,2.4678707122802734,2.5010108947753906,2.179384231567383,2.484560012817383,2.4929046630859375,2.0685195922851562,2.0482540130615234,2.534151077270508,1.7480850219726562,2.46429443359375,9.2926025390625,9.404897689819336,9.350061416625977,9.33837890625,9.481668472290039,9.220600128173828,9.488821029663086,9.135007858276367,9.595155715942383,10.098695755004883 +5000,5000,cpu,homo,True,False,False,7.027149200439453,7.335186004638672,9.092569351196289,9.282588958740234,7.352590560913086,7.602691650390625,8.023977279663086,7.187843322753906,6.411075592041016,6.7501068115234375,9.906291961669922,9.627819061279297,9.881019592285156,9.767532348632812,9.615182876586914,9.92131233215332,9.498357772827148,9.832143783569336,9.557008743286133,9.905099868774414 +5000,5000,cpu,homo,False,False,False,8.98432731628418,8.584976196289062,9.235143661499023,10.089397430419922,7.630109786987305,8.727788925170898,7.874488830566406,7.825136184692383,9.032487869262695,8.870124816894531,9.726524353027344,9.60850715637207,9.807825088500977,9.549617767333984,9.780406951904297,9.577274322509766,9.712934494018555,9.702682495117188,9.83285903930664,9.720563888549805 +5000,5000,cpu,uniform,True,True,False,3.525257110595703,3.226041793823242,4.146575927734375,4.142045974731445,2.950906753540039,2.86102294921875,4.006862640380859,4.156827926635742,3.308534622192383,4.178762435913086,16.84284210205078,16.91150665283203,16.82257652282715,16.80278778076172,16.912221908569336,17.000198364257812,16.747236251831055,16.691207885742188,16.760826110839844,16.71147346496582 +5000,5000,cpu,uniform,False,True,False,2.513408660888672,3.5305023193359375,3.566741943359375,2.9630661010742188,4.159688949584961,3.838777542114258,4.200458526611328,3.4520626068115234,4.163503646850586,4.196405410766602,16.81065559387207,16.852140426635742,16.897201538085938,16.988515853881836,16.921043395996094,16.802072525024414,16.949892044067383,16.88528060913086,16.798019409179688,16.76797866821289 +5000,5000,cpu,uniform,True,False,False,8.239984512329102,7.214069366455078,8.33892822265625,7.418155670166016,8.74781608581543,8.392810821533203,7.65681266784668,7.763385772705078,6.561517715454102,6.755352020263672,16.976118087768555,17.064332962036133,17.124176025390625,17.07744598388672,17.074108123779297,17.011165618896484,17.09914207458496,16.926050186157227,17.03190803527832,17.141342163085938 +5000,5000,cpu,uniform,False,False,False,6.648540496826172,6.7539215087890625,5.920171737670898,6.965398788452148,5.979061126708984,7.625818252563477,5.939245223999023,6.415843963623047,7.815122604370117,6.6967010498046875,17.427921295166016,17.160654067993164,16.978979110717773,17.005443572998047,17.037153244018555,17.131805419921875,17.168283462524414,17.1053409576416,17.19832420349121,17.063140869140625 +5000,5000,cpu,normal,True,True,False,7.563591003417969,9.919166564941406,9.870529174804688,10.449409484863281,10.90383529663086,11.57999038696289,10.230541229248047,9.199857711791992,10.962247848510742,8.350849151611328,33.40482711791992,33.6461067199707,33.641815185546875,33.74648094177246,33.846378326416016,33.504486083984375,33.62917900085449,33.60104560852051,33.76054763793945,33.70165824890137 +5000,5000,cpu,normal,False,True,False,9.83572006225586,9.088993072509766,8.90207290649414,9.184837341308594,8.917808532714844,8.572816848754883,10.58506965637207,9.606361389160156,7.311105728149414,9.442806243896484,33.76483917236328,33.2181453704834,33.168792724609375,33.79392623901367,33.51259231567383,33.45799446105957,33.461570739746094,33.322811126708984,33.25486183166504,33.254384994506836 +5000,5000,cpu,normal,True,False,False,13.144493103027344,11.840343475341797,12.068510055541992,16.396045684814453,14.161109924316406,14.590263366699219,11.090517044067383,12.673377990722656,9.704113006591797,8.312702178955078,34.189701080322266,34.152984619140625,34.0723991394043,34.0726375579834,34.40141677856445,34.35969352722168,34.331321716308594,33.93983840942383,33.82563591003418,33.79702568054199 +5000,5000,cpu,normal,False,False,False,16.048192977905273,11.728525161743164,15.365839004516602,12.40682601928711,13.048648834228516,12.540578842163086,13.036727905273438,13.044118881225586,17.704486846923828,12.634754180908203,34.25264358520508,34.052133560180664,34.01327133178711,34.1951847076416,34.19089317321777,34.32750701904297,34.12747383117676,34.380197525024414,34.319400787353516,34.05952453613281 +5000,10000,cpu,homo,True,True,False,2.2144317626953125,2.1753311157226562,2.0322799682617188,2.567768096923828,2.084493637084961,1.6319751739501953,1.6150474548339844,1.9543170928955078,1.7113685607910156,1.6505718231201172,18.620729446411133,18.466711044311523,18.599510192871094,18.561840057373047,18.602848052978516,18.53156089782715,18.903493881225586,18.715620040893555,19.089460372924805,18.717527389526367 +5000,10000,cpu,homo,False,True,False,5.008220672607422,3.6344528198242188,4.650115966796875,3.731250762939453,5.134105682373047,3.330230712890625,3.640413284301758,4.603147506713867,5.268335342407227,5.27501106262207,18.779993057250977,18.761157989501953,18.759727478027344,18.617868423461914,18.73469352722168,18.72420310974121,18.686532974243164,18.744230270385742,18.865108489990234,18.748044967651367 +5000,10000,cpu,homo,True,False,False,9.46950912475586,11.258363723754883,10.536670684814453,9.572982788085938,11.058330535888672,10.766983032226562,9.229660034179688,8.813858032226562,11.314868927001953,9.14454460144043,19.350528717041016,19.304752349853516,19.63639259338379,19.510746002197266,19.234895706176758,19.300460815429688,19.29640769958496,19.269466400146484,19.284725189208984,19.205808639526367 +5000,10000,cpu,homo,False,False,False,8.980512619018555,9.12332534790039,9.344100952148438,9.651899337768555,9.444952011108398,9.52601432800293,9.261131286621094,9.294271469116211,9.72890853881836,9.309530258178711,19.42276954650879,19.612550735473633,19.342422485351562,19.48833465576172,19.587039947509766,19.488811492919922,19.428253173828125,19.39082145690918,19.59395408630371,19.51313018798828 +5000,10000,cpu,uniform,True,True,False,2.7976036071777344,2.573251724243164,2.896547317504883,2.869129180908203,3.639698028564453,2.087831497192383,2.6667118072509766,2.123594284057617,2.5141239166259766,2.679109573364258,33.46824645996094,33.54191780090332,33.61105918884277,33.24484825134277,33.226728439331055,33.254384994506836,33.60629081726074,33.303022384643555,33.19740295410156,33.34784507751465 +5000,10000,cpu,uniform,False,True,False,7.432460784912109,6.7348480224609375,6.64520263671875,6.054878234863281,7.820606231689453,8.150339126586914,6.445884704589844,7.388830184936523,6.065845489501953,5.91731071472168,33.423662185668945,33.39958190917969,52.178144454956055,33.1418514251709,32.98473358154297,32.968997955322266,32.846689224243164,33.19954872131348,32.89151191711426,32.999515533447266 +5000,10000,cpu,uniform,True,False,False,9.060382843017578,14.15252685546875,12.939453125,10.720491409301758,11.389493942260742,10.286569595336914,8.629798889160156,9.200572967529297,8.648872375488281,10.269641876220703,33.6003303527832,33.727169036865234,34.54089164733887,34.06500816345215,33.97846221923828,33.908843994140625,33.98466110229492,34.288644790649414,55.3131103515625,33.79988670349121 +5000,10000,cpu,uniform,False,False,False,8.190631866455078,8.137702941894531,8.104085922241211,7.972240447998047,8.15725326538086,8.078336715698242,8.241891860961914,8.18490982055664,8.117198944091797,8.250713348388672,34.27529335021973,33.80107879638672,33.899784088134766,33.86831283569336,33.756256103515625,33.71381759643555,33.96797180175781,33.608198165893555,33.63633155822754,34.14154052734375 +5000,10000,cpu,normal,True,True,False,4.981756210327148,5.049228668212891,4.852294921875,4.3048858642578125,3.8611888885498047,4.375457763671875,3.860950469970703,5.610227584838867,3.8619041442871094,4.301548004150391,66.87760353088379,67.04235076904297,67.21735000610352,67.07024574279785,67.21115112304688,66.83611869812012,66.5888786315918,67.40593910217285,85.97111701965332,67.28577613830566 +5000,10000,cpu,normal,False,True,False,17.25935935974121,13.034820556640625,14.302253723144531,19.18482780456543,16.126155853271484,21.509408950805664,16.1588191986084,14.315366744995117,17.084598541259766,16.546010971069336,68.15505027770996,67.84653663635254,67.68393516540527,67.31986999511719,67.352294921875,67.19112396240234,67.46125221252441,66.88642501831055,66.98751449584961,66.93506240844727 +5000,10000,cpu,normal,True,False,False,17.16160774230957,18.133163452148438,25.202035903930664,19.729137420654297,17.46344566345215,17.337799072265625,17.38119125366211,16.414403915405273,14.137506484985352,18.425464630126953,67.50249862670898,67.91234016418457,88.7150764465332,67.43621826171875,67.31534004211426,67.14940071105957,67.34299659729004,86.52472496032715,68.89462471008301,68.88508796691895 +5000,10000,cpu,normal,False,False,False,10.083436965942383,9.85860824584961,10.065078735351562,10.188817977905273,10.255575180053711,10.245561599731445,10.26296615600586,10.394811630249023,10.229825973510742,10.324716567993164,67.46125221252441,67.72708892822266,67.66462326049805,67.7492618560791,68.73011589050293,68.24994087219238,68.27807426452637,67.90781021118164,67.43454933166504,67.30127334594727 +5000,25000,cpu,homo,True,True,False,3.551006317138672,3.312826156616211,3.281831741333008,2.9027462005615234,3.467559814453125,3.077268600463867,2.69317626953125,3.654956817626953,3.628253936767578,3.419160842895508,47.06430435180664,47.27482795715332,45.8683967590332,46.22602462768555,46.56672477722168,46.571969985961914,46.07844352722168,47.32918739318848,46.72718048095703,46.54502868652344 +5000,25000,cpu,homo,False,True,False,11.277914047241211,9.575605392456055,8.331537246704102,7.385969161987305,12.15815544128418,12.671947479248047,12.240886688232422,10.243415832519531,9.571552276611328,10.237455368041992,46.543121337890625,46.26893997192383,46.01645469665527,46.02622985839844,46.51284217834473,46.62203788757324,46.26011848449707,46.55122756958008,46.22483253479004,46.401262283325195 +5000,25000,cpu,homo,True,False,False,18.520593643188477,16.80612564086914,21.109342575073242,18.320560455322266,19.90509033203125,14.542341232299805,18.061161041259766,18.138885498046875,14.585256576538086,14.662742614746094,48.607826232910156,48.27451705932617,48.14505577087402,47.881126403808594,49.13973808288574,48.338890075683594,48.57993125915527,48.772573471069336,48.979759216308594,49.05891418457031 +5000,25000,cpu,homo,False,False,False,23.101091384887695,23.864269256591797,24.01566505432129,23.694753646850586,23.636579513549805,24.086713790893555,23.758888244628906,24.26314353942871,23.65422248840332,23.787498474121094,47.9583740234375,48.23184013366699,48.60401153564453,48.35033416748047,48.35247993469238,48.12312126159668,48.38681221008301,48.317909240722656,48.03013801574707,48.249006271362305 +5000,25000,cpu,uniform,True,True,False,5.758523941040039,7.952451705932617,5.413055419921875,4.345417022705078,5.255222320556641,4.759550094604492,4.873991012573242,4.118680953979492,4.512548446655273,5.027532577514648,82.67593383789062,82.97562599182129,82.2443962097168,83.59885215759277,101.57060623168945,83.8468074798584,82.77654647827148,83.2681655883789,84.13004875183105,83.58192443847656 +5000,25000,cpu,uniform,False,True,False,12.934207916259766,13.774871826171875,11.650562286376953,13.460874557495117,14.491796493530273,11.459112167358398,13.141155242919922,11.924505233764648,15.228271484375,11.750936508178711,83.12678337097168,84.37395095825195,83.61101150512695,83.24003219604492,83.60838890075684,83.31656455993652,83.34732055664062,82.93700218200684,83.54687690734863,82.94010162353516 +5000,25000,cpu,uniform,True,False,False,15.830278396606445,16.48259162902832,13.837814331054688,15.56396484375,15.584945678710938,14.991283416748047,16.548633575439453,15.89202880859375,17.30489730834961,15.192270278930664,84.27953720092773,85.09659767150879,84.28430557250977,85.10065078735352,85.85762977600098,120.75209617614746,85.13140678405762,85.0222110748291,84.8236083984375,84.66339111328125 +5000,25000,cpu,uniform,False,False,False,20.31421661376953,20.058155059814453,20.502090454101562,20.128726959228516,20.16615867614746,20.49541473388672,20.47276496887207,20.70474624633789,20.093202590942383,20.444869995117188,84.52606201171875,84.76686477661133,84.38491821289062,84.1670036315918,84.5484733581543,85.27278900146484,84.83314514160156,85.0212574005127,85.78038215637207,85.53242683410645 +5000,25000,cpu,normal,True,True,False,9.379386901855469,9.756326675415039,9.884834289550781,10.882854461669922,9.310007095336914,11.478900909423828,10.257482528686523,9.953022003173828,10.739326477050781,9.756803512573242,190.16146659851074,167.26231575012207,166.961669921875,167.44661331176758,168.8227653503418,168.975830078125,167.65546798706055,167.4795150756836,167.60706901550293,167.78135299682617 +5000,25000,cpu,normal,False,True,False,28.730154037475586,31.526803970336914,38.374900817871094,33.65755081176758,26.59010887145996,30.596494674682617,32.46450424194336,29.628992080688477,29.877424240112305,27.499914169311523,167.23179817199707,168.01977157592773,167.9973602294922,169.30103302001953,168.3039665222168,167.4368381500244,167.3285961151123,167.9859161376953,167.18363761901855,168.65253448486328 +5000,25000,cpu,normal,True,False,False,29.295921325683594,29.067039489746094,31.254291534423828,31.859874725341797,39.34764862060547,38.94329071044922,43.8539981842041,37.30201721191406,34.92403030395508,34.77787971496582,170.1500415802002,170.50838470458984,170.87626457214355,169.60382461547852,168.3809757232666,169.37494277954102,169.45743560791016,172.5289821624756,188.91143798828125,175.30012130737305 +5000,25000,cpu,normal,False,False,False,25.129318237304688,25.32792091369629,25.44999122619629,25.203943252563477,25.094032287597656,25.56324005126953,26.141881942749023,26.499509811401367,24.936199188232422,24.949073791503906,170.65668106079102,171.22507095336914,170.72629928588867,169.77262496948242,168.8246726989746,169.97194290161133,169.7838306427002,170.9587574005127,170.8090305328369,169.6031093597412 +5000,37500,cpu,homo,True,True,False,4.700183868408203,4.452228546142578,3.5338401794433594,3.787517547607422,3.147125244140625,2.651214599609375,2.654552459716797,3.072977066040039,2.8231143951416016,2.537965774536133,70.07074356079102,69.78011131286621,69.42105293273926,70.19233703613281,69.75221633911133,69.9610710144043,70.3434944152832,71.85864448547363,69.1220760345459,69.94080543518066 +5000,37500,cpu,homo,False,True,False,11.532306671142578,17.789602279663086,11.197090148925781,12.626409530639648,9.672403335571289,13.262033462524414,10.015249252319336,10.353565216064453,13.60464096069336,14.908075332641602,71.10810279846191,70.26886940002441,69.65756416320801,70.05095481872559,69.86784934997559,69.1828727722168,69.60487365722656,69.26584243774414,69.30184364318848,69.81635093688965 +5000,37500,cpu,homo,True,False,False,23.309707641601562,24.872541427612305,27.312755584716797,21.616220474243164,24.846315383911133,25.92182159423828,30.35593032836914,27.59695053100586,20.780563354492188,23.10633659362793,71.99478149414062,71.54130935668945,72.42250442504883,71.9442367553711,71.95377349853516,71.88653945922852,71.68841361999512,72.03793525695801,71.45214080810547,71.66910171508789 +5000,37500,cpu,homo,False,False,False,34.61956977844238,34.11126136779785,34.784793853759766,33.42413902282715,34.00063514709473,33.98251533508301,34.362077713012695,34.338951110839844,34.784555435180664,34.948110580444336,72.5553035736084,72.5865364074707,73.03881645202637,73.1809139251709,72.70455360412598,72.42035865783691,72.35121726989746,72.43108749389648,72.69787788391113,72.42178916931152 +5000,37500,cpu,uniform,True,True,False,6.980180740356445,6.095170974731445,4.7702789306640625,4.776716232299805,4.238367080688477,4.929780960083008,4.128694534301758,4.520893096923828,4.837512969970703,4.615545272827148,124.91297721862793,144.79494094848633,123.09408187866211,125.09441375732422,124.15432929992676,122.5271224975586,122.26200103759766,122.53499031066895,122.01046943664551,122.29132652282715 +5000,37500,cpu,uniform,False,True,False,14.621734619140625,17.462968826293945,19.860267639160156,16.682147979736328,14.455556869506836,17.21954345703125,18.523216247558594,15.931367874145508,20.009994506835938,18.662691116333008,124.21298027038574,124.91440773010254,125.48494338989258,124.81260299682617,124.06349182128906,125.45466423034668,127.06184387207031,126.11055374145508,126.38664245605469,126.82342529296875 +5000,37500,cpu,uniform,True,False,False,22.382020950317383,19.808053970336914,21.935224533081055,19.76156234741211,27.604103088378906,21.17133140563965,23.089885711669922,23.038148880004883,24.255990982055664,28.08094024658203,127.26831436157227,126.62529945373535,126.34110450744629,126.37495994567871,126.53446197509766,126.06501579284668,126.10363960266113,126.97958946228027,128.22723388671875,126.85966491699219 +5000,37500,cpu,uniform,False,False,False,29.6933650970459,30.630826950073242,30.765295028686523,30.246973037719727,29.773235321044922,30.25341033935547,30.205965042114258,29.962778091430664,31.22401237487793,29.975175857543945,126.58095359802246,126.65772438049316,126.46746635437012,126.24359130859375,127.20441818237305,126.8002986907959,126.39117240905762,126.66511535644531,126.28793716430664,127.10094451904297 +5000,37500,cpu,normal,True,True,False,14.719247817993164,14.34183120727539,14.127969741821289,15.657186508178711,15.921831130981445,15.781402587890625,15.62190055847168,14.977455139160156,14.66059684753418,16.268014907836914,250.91075897216797,251.36041641235352,252.98547744750977,252.80332565307617,251.86586380004883,252.76875495910645,255.0811767578125,251.55901908874512,251.00946426391602,251.9369125366211 +5000,37500,cpu,normal,False,True,False,41.54038429260254,35.99739074707031,38.94615173339844,37.64033317565918,38.378000259399414,41.31293296813965,45.45187950134277,36.93985939025879,42.86336898803711,36.04698181152344,255.0973892211914,250.70738792419434,251.5265941619873,251.72114372253418,254.09698486328125,251.4805793762207,251.5270709991455,250.49233436584473,251.3422966003418,251.13344192504883 +5000,37500,cpu,normal,True,False,False,44.606924057006836,42.10233688354492,38.21372985839844,39.177656173706055,41.40019416809082,43.412208557128906,50.28891563415527,38.45953941345215,37.93048858642578,43.20979118347168,250.8087158203125,252.55584716796875,252.16412544250488,250.9312629699707,252.26140022277832,251.6629695892334,253.20005416870117,255.8450698852539,251.86777114868164,252.55680084228516 +5000,37500,cpu,normal,False,False,False,37.72258758544922,37.68324851989746,37.424564361572266,37.48679161071777,37.43624687194824,38.02132606506348,37.4906063079834,37.41574287414551,38.02680969238281,37.4448299407959,255.126953125,253.26824188232422,253.1299591064453,254.44865226745605,254.79841232299805,254.49538230895996,253.17120552062988,252.88820266723633,254.63151931762695,253.10373306274414 +5000,50000,cpu,homo,True,True,False,6.193876266479492,6.2694549560546875,4.90570068359375,4.341840744018555,4.123449325561523,4.065513610839844,3.898143768310547,3.851652145385742,3.943920135498047,3.6787986755371094,93.71519088745117,94.89274024963379,93.02258491516113,93.10722351074219,93.16825866699219,93.01185607910156,93.06001663208008,92.6055908203125,94.59877014160156,93.18089485168457 +5000,50000,cpu,homo,False,True,False,18.164873123168945,13.921022415161133,15.232563018798828,18.978118896484375,15.037059783935547,14.399290084838867,14.504432678222656,12.662172317504883,21.321535110473633,13.488292694091797,92.26131439208984,92.48948097229004,92.36526489257812,92.29898452758789,92.51999855041504,92.82469749450684,92.95129776000977,92.51904487609863,92.07510948181152,91.7973518371582 +5000,50000,cpu,homo,True,False,False,26.34596824645996,27.7101993560791,34.813642501831055,28.542757034301758,25.738000869750977,26.92866325378418,29.021501541137695,23.93341064453125,25.06279945373535,26.73816680908203,96.44389152526855,96.42386436462402,97.20492362976074,96.42291069030762,95.69835662841797,95.4294204711914,96.06790542602539,95.63183784484863,96.35329246520996,95.53217887878418 +5000,50000,cpu,homo,False,False,False,44.97170448303223,45.63283920288086,46.18358612060547,47.06311225891113,45.835256576538086,48.12121391296387,45.065879821777344,45.496225357055664,45.7453727722168,45.079946517944336,95.95894813537598,96.14443778991699,96.89474105834961,96.74906730651855,97.53012657165527,98.00577163696289,96.56977653503418,96.5728759765625,96.14992141723633,96.80843353271484 +5000,50000,cpu,uniform,True,True,False,7.25102424621582,6.123542785644531,5.936384201049805,5.9299468994140625,6.058454513549805,6.576299667358398,6.1359405517578125,5.461215972900391,5.8345794677734375,6.106853485107422,165.94505310058594,165.56930541992188,166.28479957580566,166.2755012512207,166.47911071777344,165.93217849731445,165.1928424835205,165.75288772583008,166.06926918029785,166.75901412963867 +5000,50000,cpu,uniform,False,True,False,21.17180824279785,22.56488800048828,24.12557601928711,21.393537521362305,19.114255905151367,15.726804733276367,15.51365852355957,18.124818801879883,18.84770393371582,21.29077911376953,164.89410400390625,164.64614868164062,166.10026359558105,166.60761833190918,167.6332950592041,166.123628616333,164.98827934265137,165.57860374450684,164.9336814880371,164.95728492736816 +5000,50000,cpu,uniform,True,False,False,28.715848922729492,27.135372161865234,31.41641616821289,28.600692749023438,25.465011596679688,31.27264976501465,25.672435760498047,31.816959381103516,28.150081634521484,31.824111938476562,168.53761672973633,168.32876205444336,169.3096160888672,168.77460479736328,170.00412940979004,168.99657249450684,168.65777969360352,168.19310188293457,168.701171875,169.62885856628418 +5000,50000,cpu,uniform,False,False,False,39.93725776672363,38.747549057006836,39.36576843261719,40.26651382446289,39.88003730773926,39.56317901611328,41.1219596862793,39.23225402832031,40.526390075683594,40.170907974243164,167.84191131591797,168.90716552734375,170.3319549560547,170.8369255065918,169.478178024292,169.12317276000977,169.53635215759277,168.5633659362793,171.38338088989258,169.69704627990723 +5000,50000,cpu,normal,True,True,False,19.124507904052734,19.628047943115234,19.765853881835938,19.121408462524414,19.153594970703125,19.845008850097656,19.30975914001465,19.113540649414062,19.710540771484375,19.28400993347168,334.8228931427002,333.85586738586426,355.17120361328125,336.773157119751,335.6492519378662,337.5101089477539,331.5284252166748,336.3502025604248,337.81957626342773,333.953857421875 +5000,50000,cpu,normal,False,True,False,45.937538146972656,47.97720909118652,38.892269134521484,49.423933029174805,50.10390281677246,60.20355224609375,42.19317436218262,44.85154151916504,40.679931640625,44.706106185913086,334.6719741821289,336.03930473327637,341.5806293487549,335.1314067840576,338.40107917785645,337.42356300354004,335.4051113128662,336.2572193145752,337.96215057373047,334.7465991973877 +5000,50000,cpu,normal,True,False,False,62.520742416381836,54.62980270385742,51.915645599365234,55.785179138183594,53.77793312072754,49.932241439819336,52.1235466003418,54.254770278930664,52.43635177612305,75.39987564086914,337.18419075012207,339.85209465026855,340.7285213470459,339.5829200744629,338.94801139831543,339.48302268981934,337.9497528076172,339.0371799468994,339.245080947876,336.5201950073242 +5000,50000,cpu,normal,False,False,False,50.09198188781738,49.96919631958008,52.31833457946777,50.83298683166504,49.82590675354004,49.95894432067871,50.231218338012695,50.12249946594238,50.10175704956055,50.70972442626953,338.0544185638428,340.00110626220703,340.19994735717773,337.5523090362549,338.79780769348145,338.95111083984375,338.05322647094727,340.8384323120117,340.883731842041,337.0499610900879 +10000,1000,cpu,homo,True,True,False,2.6955604553222656,2.344369888305664,2.710580825805664,2.507925033569336,1.7452239990234375,1.7995834350585938,2.7370452880859375,2.8257369995117188,2.678394317626953,2.8595924377441406,3.8194656372070312,3.7207603454589844,3.846406936645508,3.735780715942383,3.8232803344726562,3.7703514099121094,3.7965774536132812,3.774881362915039,3.8292407989501953,3.7240982055664062 +10000,1000,cpu,homo,False,True,False,0.8020401000976562,0.7541179656982422,0.7796287536621094,0.7398128509521484,0.7231235504150391,0.6330013275146484,0.6182193756103516,0.6024837493896484,0.6272792816162109,0.6313323974609375,3.9930343627929688,3.808736801147461,3.963470458984375,3.9215087890625,3.914356231689453,3.8094520568847656,3.9632320404052734,14.278650283813477,11.6729736328125,13.950586318969727 +10000,1000,cpu,homo,True,False,False,4.506111145019531,4.460334777832031,4.003286361694336,4.434823989868164,4.259586334228516,4.1790008544921875,4.293680191040039,4.380941390991211,4.244804382324219,4.132747650146484,4.046440124511719,3.97491455078125,4.069805145263672,3.9789676666259766,3.8785934448242188,4.061222076416016,4.065275192260742,4.010915756225586,4.02379035949707,4.088401794433594 +10000,1000,cpu,homo,False,False,False,7.017612457275391,6.776332855224609,6.118059158325195,7.80940055847168,7.42793083190918,8.235931396484375,6.30950927734375,6.346225738525391,7.374286651611328,7.021903991699219,3.9184093475341797,3.832578659057617,4.110097885131836,3.986358642578125,4.008054733276367,3.8335323333740234,4.06193733215332,3.937244415283203,4.036188125610352,3.9262771606445312 +10000,1000,cpu,uniform,True,True,False,4.772663116455078,4.2514801025390625,4.662275314331055,2.3806095123291016,4.720926284790039,3.3011436462402344,4.904747009277344,2.377033233642578,2.4094581604003906,2.3622512817382812,6.832122802734375,6.811380386352539,6.754636764526367,6.640195846557617,6.872892379760742,6.685733795166016,6.639242172241211,6.893634796142578,6.748437881469727,6.796598434448242 +10000,1000,cpu,uniform,False,True,False,1.0595321655273438,1.0440349578857422,1.087188720703125,1.0738372802734375,1.0247230529785156,1.0306835174560547,1.2023448944091797,1.073598861694336,1.1034011840820312,0.9891986846923828,6.894111633300781,6.888389587402344,6.912946701049805,6.758928298950195,6.682395935058594,6.857395172119141,6.762027740478516,6.922721862792969,6.800651550292969,6.949663162231445 +10000,1000,cpu,uniform,True,False,False,4.122495651245117,3.9501190185546875,3.885507583618164,3.688335418701172,3.5827159881591797,3.5228729248046875,3.5898685455322266,3.3142566680908203,3.33404541015625,3.3342838287353516,6.816625595092773,6.944894790649414,6.864309310913086,7.024526596069336,6.912946701049805,6.937742233276367,6.957292556762695,6.890773773193359,6.936550140380859,6.874799728393555 +10000,1000,cpu,uniform,False,False,False,6.538629531860352,8.857488632202148,9.264945983886719,8.635282516479492,8.574962615966797,9.192943572998047,9.08970832824707,8.768558502197266,9.174346923828125,9.374380111694336,6.802082061767578,7.048606872558594,6.733894348144531,6.857156753540039,6.894350051879883,6.713151931762695,7.060766220092773,6.851434707641602,6.874322891235352,6.997346878051758 +10000,1000,cpu,normal,True,True,False,8.685827255249023,9.164094924926758,13.975381851196289,12.60519027709961,15.182971954345703,16.70050621032715,17.46678352355957,16.34693145751953,12.957096099853516,17.24529266357422,13.245582580566406,13.180971145629883,13.743877410888672,13.403892517089844,13.565778732299805,13.545513153076172,13.5498046875,13.6566162109375,13.640165328979492,13.736248016357422 +10000,1000,cpu,normal,False,True,False,2.344846725463867,2.321481704711914,2.350330352783203,2.324819564819336,2.3241043090820312,1.9228458404541016,2.1305084228515625,2.206087112426758,1.8584728240966797,1.5933513641357422,13.854265213012695,13.67330551147461,13.642549514770508,13.618230819702148,13.655424118041992,13.675928115844727,13.644695281982422,13.599872589111328,13.683080673217773,13.7481689453125 +10000,1000,cpu,normal,True,False,False,4.219532012939453,4.173040390014648,4.14729118347168,3.7398338317871094,3.648042678833008,3.725290298461914,3.6249160766601562,3.683328628540039,3.605365753173828,3.838062286376953,13.587236404418945,13.420343399047852,13.55743408203125,13.587236404418945,13.595104217529297,13.535737991333008,13.336896896362305,13.390064239501953,13.482809066772461,13.599634170532227 +10000,1000,cpu,normal,False,False,False,18.843889236450195,15.918731689453125,12.84480094909668,10.018348693847656,13.21864128112793,20.685672760009766,18.26190948486328,19.638538360595703,17.036914825439453,19.122600555419922,13.667821884155273,13.909339904785156,13.785123825073242,13.477563858032227,13.797521591186523,13.67497444152832,13.883829116821289,13.747692108154297,13.450384140014648,13.78488540649414 +10000,2500,cpu,homo,True,True,False,4.087209701538086,2.9213428497314453,2.865314483642578,2.941131591796875,2.8014183044433594,3.6973953247070312,3.5614967346191406,2.8755664825439453,2.8400421142578125,3.6597251892089844,9.473800659179688,9.279727935791016,9.383678436279297,9.334087371826172,9.091854095458984,9.413719177246094,9.22846794128418,9.457588195800781,9.294509887695312,9.39798355102539 +10000,2500,cpu,homo,False,True,False,1.5673637390136719,1.3461112976074219,1.3229846954345703,1.323699951171875,1.3217926025390625,1.323699951171875,1.134634017944336,1.0666847229003906,1.3735294342041016,1.2025833129882812,9.64498519897461,9.599924087524414,9.551286697387695,9.619474411010742,9.528636932373047,9.499311447143555,9.405136108398438,9.33218002319336,9.406805038452148,9.352684020996094 +10000,2500,cpu,homo,True,False,False,6.950139999389648,6.844282150268555,6.505250930786133,6.952762603759766,6.9122314453125,6.752490997314453,6.699562072753906,6.80088996887207,7.152557373046875,7.058382034301758,9.785890579223633,9.70768928527832,9.997844696044922,9.578943252563477,9.881019592285156,9.829044342041016,9.636640548706055,9.831666946411133,9.65118408203125,9.909391403198242 +10000,2500,cpu,homo,False,False,False,9.04989242553711,7.668256759643555,9.231328964233398,7.807493209838867,8.1939697265625,6.453275680541992,7.827520370483398,4.45103645324707,7.779836654663086,9.70602035522461,9.813785552978516,9.58251953125,9.853124618530273,9.546041488647461,9.839296340942383,9.778261184692383,9.731054306030273,9.6893310546875,9.475231170654297,9.91678237915039 +10000,2500,cpu,uniform,True,True,False,6.777524948120117,6.66499137878418,4.741191864013672,7.524013519287109,6.449699401855469,4.806041717529297,4.6939849853515625,4.66609001159668,4.738807678222656,5.789279937744141,17.043590545654297,16.92509651184082,16.927480697631836,16.901254653930664,16.8917179107666,16.920804977416992,16.91746711730957,16.695737838745117,16.748666763305664,16.69001579284668 +10000,2500,cpu,uniform,False,True,False,2.2597312927246094,2.2373199462890625,1.771688461303711,1.7576217651367188,1.7557144165039062,1.6527175903320312,1.8689632415771484,1.5468597412109375,1.697540283203125,1.7285346984863281,17.15683937072754,20.931720733642578,17.08817481994629,16.925334930419922,16.865015029907227,16.944408416748047,16.898393630981445,16.81685447692871,16.971111297607422,16.99042320251465 +10000,2500,cpu,uniform,True,False,False,5.619525909423828,5.48863410949707,5.4836273193359375,5.666017532348633,5.498409271240234,5.362510681152344,5.649566650390625,5.485773086547852,5.368232727050781,5.535364151000977,17.485380172729492,17.12512969970703,17.133235931396484,16.928434371948242,16.979694366455078,17.02737808227539,17.00305938720703,16.956090927124023,16.90840721130371,17.017126083374023 +10000,2500,cpu,uniform,False,False,False,11.89565658569336,12.784957885742188,11.454582214355469,11.594057083129883,11.440277099609375,11.358022689819336,11.566400527954102,10.432004928588867,8.201360702514648,9.813308715820312,16.918182373046875,16.90220832824707,17.000913619995117,17.038345336914062,17.055511474609375,17.05002784729004,17.10987091064453,17.0285701751709,17.087221145629883,17.06409454345703 +10000,2500,cpu,normal,True,True,False,16.146421432495117,13.649940490722656,16.618728637695312,15.717029571533203,17.807722091674805,18.593311309814453,16.538143157958984,22.48859405517578,16.2813663482666,14.770269393920898,34.041404724121094,33.637285232543945,33.76913070678711,33.91122817993164,34.050941467285156,34.10005569458008,34.09767150878906,33.81061553955078,33.727169036865234,33.8134765625 +10000,2500,cpu,normal,False,True,False,4.313945770263672,4.3010711669921875,3.5486221313476562,3.0851364135742188,3.4284591674804688,3.434896469116211,2.352476119995117,2.348661422729492,2.3963451385498047,2.353191375732422,33.6146354675293,34.02113914489746,34.57999229431152,34.58404541015625,43.04838180541992,34.59763526916504,34.55829620361328,34.08932685852051,34.22403335571289,55.99665641784668 +10000,2500,cpu,normal,True,False,False,6.566762924194336,6.356477737426758,6.343841552734375,6.3877105712890625,6.340265274047852,6.306886672973633,6.282567977905273,6.614446640014648,6.325483322143555,6.424427032470703,34.111738204956055,34.293174743652344,34.04808044433594,34.1799259185791,33.89453887939453,33.74838829040527,33.98466110229492,33.99848937988281,34.01637077331543,54.680585861206055 +10000,2500,cpu,normal,False,False,False,19.84095573425293,20.310640335083008,17.670631408691406,16.814231872558594,15.158891677856445,20.52617073059082,19.295692443847656,18.17798614501953,20.63131332397461,17.537593841552734,34.339189529418945,34.3937873840332,34.26671028137207,34.35802459716797,33.93149375915527,33.92791748046875,34.061431884765625,34.121036529541016,34.285783767700195,34.25312042236328 +10000,5000,cpu,homo,True,True,False,5.17582893371582,4.4403076171875,5.239248275756836,5.211114883422852,5.10406494140625,5.09333610534668,4.586696624755859,3.7221908569335938,5.248308181762695,5.256175994873047,18.78833770751953,18.517255783081055,18.550634384155273,18.691539764404297,18.810033798217773,18.64910125732422,18.57924461364746,18.651247024536133,18.83077621459961,18.871307373046875 +10000,5000,cpu,homo,False,True,False,2.360105514526367,2.328634262084961,2.2335052490234375,1.7015933990478516,2.382040023803711,1.8124580383300781,2.008199691772461,1.7240047454833984,1.8820762634277344,1.9292831420898438,18.74685287475586,18.58043670654297,18.588781356811523,18.64004135131836,18.610477447509766,18.550872802734375,18.58663558959961,18.531084060668945,18.639087677001953,18.70107650756836 +10000,5000,cpu,homo,True,False,False,9.029150009155273,9.27281379699707,9.162425994873047,9.312152862548828,9.145975112915039,9.567737579345703,9.261369705200195,9.340524673461914,9.472131729125977,9.496688842773438,19.402027130126953,19.373655319213867,19.333362579345703,19.384145736694336,19.268512725830078,19.426584243774414,19.246578216552734,19.203901290893555,19.418954849243164,19.379615783691406 +10000,5000,cpu,homo,False,False,False,11.332035064697266,9.932518005371094,12.124776840209961,10.549545288085938,10.655403137207031,11.372804641723633,11.953115463256836,13.780832290649414,10.379791259765625,11.139392852783203,19.854307174682617,19.439220428466797,19.270896911621094,19.120454788208008,19.32501792907715,19.342422485351562,19.712209701538086,19.681453704833984,19.59705352783203,19.621849060058594 +10000,5000,cpu,uniform,True,True,False,5.333900451660156,6.062030792236328,7.7571868896484375,6.687402725219727,7.076263427734375,6.142139434814453,8.050680160522461,8.055448532104492,7.17926025390625,8.17728042602539,33.09321403503418,33.34498405456543,32.923221588134766,32.915592193603516,33.04171562194824,33.02812576293945,33.22649002075195,33.20050239562988,33.19954872131348,32.72652626037598 +10000,5000,cpu,uniform,False,True,False,3.3578872680664062,3.3049583435058594,2.772808074951172,2.9065608978271484,2.6063919067382812,3.1232833862304688,2.3293495178222656,2.1533966064453125,2.166271209716797,1.9893646240234375,33.26058387756348,33.25366973876953,33.28871726989746,33.32400321960449,33.24604034423828,33.17856788635254,33.251047134399414,33.53285789489746,33.318281173706055,33.940792083740234 +10000,5000,cpu,uniform,True,False,False,8.001089096069336,8.034467697143555,8.043050765991211,8.140087127685547,8.455753326416016,8.225202560424805,8.066654205322266,8.268117904663086,8.29768180847168,8.074045181274414,34.4846248626709,34.50417518615723,34.41929817199707,34.76595878601074,34.32130813598633,33.65516662597656,33.84709358215332,33.96129608154297,33.919572830200195,33.8435173034668 +10000,5000,cpu,uniform,False,False,False,11.125326156616211,10.699748992919922,11.248350143432617,9.842395782470703,11.805534362792969,12.572288513183594,10.403871536254883,9.716033935546875,9.64665412902832,10.007619857788086,34.16156768798828,34.16776657104492,54.128170013427734,34.317970275878906,34.06262397766113,34.18326377868652,34.06572341918945,33.968210220336914,33.91695022583008,33.773183822631836 +10000,5000,cpu,normal,True,True,False,15.524625778198242,14.512777328491211,15.342473983764648,13.312101364135742,15.854597091674805,15.156745910644531,15.096902847290039,17.476558685302734,19.23966407775879,13.690710067749023,68.01652908325195,67.7187442779541,67.413330078125,67.40617752075195,66.92218780517578,67.00801849365234,67.20376014709473,66.99109077453613,66.77770614624023,67.24095344543457 +10000,5000,cpu,normal,False,True,False,4.374265670776367,5.060672760009766,3.8955211639404297,3.872394561767578,4.420757293701172,4.413843154907227,3.8590431213378906,3.9565563201904297,3.882884979248047,4.567146301269531,67.48127937316895,67.53873825073242,67.54946708679199,68.10188293457031,67.17157363891602,67.09909439086914,67.12126731872559,66.78032875061035,67.22521781921387,67.20805168151855 +10000,5000,cpu,normal,True,False,False,10.180950164794922,10.300874710083008,10.081291198730469,10.153770446777344,10.335683822631836,10.237932205200195,10.175466537475586,10.109186172485352,9.984970092773438,10.215997695922852,67.75236129760742,67.60859489440918,67.2597885131836,67.06070899963379,66.97201728820801,66.9863224029541,67.04020500183105,66.83015823364258,66.91622734069824,66.76912307739258 +10000,5000,cpu,normal,False,False,False,17.075300216674805,15.223503112792969,19.896984100341797,16.739845275878906,14.626264572143555,14.952421188354492,14.45627212524414,14.14799690246582,13.73291015625,15.497446060180664,67.86346435546875,67.74091720581055,67.18611717224121,67.4276351928711,67.8720474243164,67.87514686584473,67.88301467895508,67.72708892822266,67.87323951721191,68.21656227111816 +10000,10000,cpu,homo,True,True,False,3.833293914794922,3.843069076538086,3.9300918579101562,2.998828887939453,3.9114952087402344,4.029512405395508,3.0252933502197266,2.4967193603515625,2.766847610473633,2.438068389892578,36.16929054260254,36.78297996520996,37.00757026672363,37.039995193481445,36.37361526489258,36.658525466918945,36.79656982421875,37.14752197265625,36.85569763183594,36.98253631591797 +10000,10000,cpu,homo,False,True,False,3.8623809814453125,3.8657188415527344,2.7756690979003906,2.6695728302001953,2.6459693908691406,2.587556838989258,2.7015209197998047,2.1119117736816406,2.0685195922851562,2.451658248901367,37.22190856933594,37.08696365356445,36.94915771484375,37.15872764587402,36.925315856933594,37.07098960876465,36.875247955322266,37.34755516052246,37.07146644592285,37.0180606842041 +10000,10000,cpu,homo,True,False,False,13.184547424316406,12.842655181884766,13.287544250488281,13.056039810180664,13.084173202514648,13.088464736938477,13.322591781616211,13.196468353271484,13.224124908447266,13.013601303100586,38.3756160736084,38.57088088989258,38.3603572845459,38.34342956542969,38.176536560058594,38.45930099487305,38.20061683654785,38.38396072387695,38.2685661315918,38.754940032958984 +10000,10000,cpu,homo,False,False,False,12.852907180786133,13.134002685546875,13.235807418823242,13.650655746459961,13.54837417602539,13.285160064697266,13.105392456054688,13.324975967407227,13.294219970703125,13.385295867919922,38.21992874145508,38.2387638092041,38.37466239929199,39.0925407409668,39.159536361694336,38.83242607116699,38.643598556518555,38.91921043395996,38.82551193237305,38.808584213256836 +10000,10000,cpu,uniform,True,True,False,5.877494812011719,4.832983016967773,3.7708282470703125,4.421710968017578,3.9780139923095703,2.927541732788086,3.042936325073242,3.171205520629883,2.307415008544922,2.756834030151367,65.6435489654541,65.98496437072754,65.51265716552734,65.50264358520508,65.95802307128906,65.82379341125488,66.23506546020508,66.44439697265625,66.36691093444824,66.10465049743652 +10000,10000,cpu,uniform,False,True,False,4.591703414916992,5.664587020874023,5.573034286499023,4.618406295776367,3.7298202514648438,3.658294677734375,3.016233444213867,3.002643585205078,3.0100345611572266,2.4242401123046875,66.15710258483887,66.08819961547852,66.44058227539062,66.16449356079102,66.26033782958984,66.60985946655273,66.60938262939453,66.5433406829834,67.4600601196289,102.92911529541016 +10000,10000,cpu,uniform,True,False,False,12.125730514526367,12.246131896972656,11.99793815612793,12.626171112060547,11.908769607543945,12.161970138549805,11.847734451293945,12.117385864257812,11.963844299316406,12.262105941772461,67.94357299804688,68.26114654541016,67.85845756530762,69.3209171295166,68.66264343261719,68.37153434753418,68.1767463684082,68.48645210266113,68.18532943725586,67.52681732177734 +10000,10000,cpu,uniform,False,False,False,12.516498565673828,12.125253677368164,12.738704681396484,12.39156723022461,12.176275253295898,12.191534042358398,12.301206588745117,12.63880729675293,12.022256851196289,12.357711791992188,67.20638275146484,66.76840782165527,68.04800033569336,67.73543357849121,68.21250915527344,67.29936599731445,67.48414039611816,67.25120544433594,66.39933586120605,65.91987609863281 +10000,10000,cpu,normal,True,True,False,8.152246475219727,8.50367546081543,7.873296737670898,8.437395095825195,8.360147476196289,8.503913879394531,7.680416107177734,8.423089981079102,7.826328277587891,8.391141891479492,166.57543182373047,133.9740753173828,133.86988639831543,135.26129722595215,134.95326042175293,134.41848754882812,133.93330574035645,134.11831855773926,133.73994827270508,134.05847549438477 +10000,10000,cpu,normal,False,True,False,8.205175399780273,7.8105926513671875,8.337259292602539,8.031606674194336,8.091211318969727,7.803678512573242,7.754325866699219,8.33892822265625,7.951498031616211,8.039474487304688,133.3019733428955,133.8813304901123,133.39495658874512,134.5837116241455,133.30602645874023,133.63337516784668,132.371187210083,131.92987442016602,133.05330276489258,132.30204582214355 +10000,10000,cpu,normal,True,False,False,16.262292861938477,16.36791229248047,16.51167869567871,16.820430755615234,16.16668701171875,15.911102294921875,17.087459564208984,16.460180282592773,15.98048210144043,16.090869903564453,136.31820678710938,135.34784317016602,135.04981994628906,135.15281677246094,134.86337661743164,135.1943016052246,135.22791862487793,136.35683059692383,136.07215881347656,135.48946380615234 +10000,10000,cpu,normal,False,False,False,16.52383804321289,16.558170318603516,16.743898391723633,16.918182373046875,16.75891876220703,16.415834426879883,16.803979873657227,16.343355178833008,16.40915870666504,17.08388328552246,133.75139236450195,133.43024253845215,134.5200538635254,134.4888210296631,134.71269607543945,136.63172721862793,135.24413108825684,135.39409637451172,133.76593589782715,135.88643074035645 +10000,25000,cpu,homo,True,True,False,6.047248840332031,4.764318466186523,4.333019256591797,4.519939422607422,3.5429000854492188,3.524303436279297,4.266262054443359,3.4983158111572266,4.199504852294922,3.463268280029297,92.97060966491699,92.98849105834961,92.42558479309082,93.00398826599121,92.87762641906738,93.61863136291504,93.37544441223145,93.60837936401367,92.96846389770508,92.90599822998047 +10000,25000,cpu,homo,False,True,False,5.0334930419921875,4.551410675048828,4.670381546020508,4.299640655517578,3.670215606689453,3.5598278045654297,3.9610862731933594,3.525257110595703,3.508329391479492,3.506898880004883,92.78678894042969,91.54343605041504,91.57371520996094,92.54837036132812,93.06836128234863,93.06097030639648,93.11151504516602,92.70596504211426,92.5450325012207,92.37933158874512 +10000,25000,cpu,homo,True,False,False,22.17268943786621,21.436214447021484,20.68328857421875,21.097421646118164,21.52729034423828,21.3623046875,21.852970123291016,21.26002311706543,21.16560935974121,21.426677703857422,95.56937217712402,95.34215927124023,95.28326988220215,95.22867202758789,96.61722183227539,96.21572494506836,96.31991386413574,95.69549560546875,95.70765495300293,95.28565406799316 +10000,25000,cpu,homo,False,False,False,31.599760055541992,32.75704383850098,31.80861473083496,31.946897506713867,32.41682052612305,32.11402893066406,32.256364822387695,32.62734413146973,31.963586807250977,31.96859359741211,97.02444076538086,97.84054756164551,96.24218940734863,95.8700180053711,95.68643569946289,95.4291820526123,95.09730339050293,96.21334075927734,95.94202041625977,95.47090530395508 +10000,25000,cpu,uniform,True,True,False,6.7005157470703125,6.6089630126953125,5.620002746582031,5.79833984375,6.094217300415039,5.453824996948242,5.833148956298828,5.934715270996094,5.424976348876953,7.081747055053711,165.73047637939453,166.26906394958496,164.73913192749023,163.93399238586426,164.7195816040039,164.11685943603516,165.54951667785645,166.75162315368652,165.98200798034668,165.2238368988037 +10000,25000,cpu,uniform,False,True,False,8.613109588623047,6.394386291503906,6.148099899291992,5.4988861083984375,5.918264389038086,5.76019287109375,5.568265914916992,5.5141448974609375,5.758762359619141,6.389856338500977,165.2352809906006,165.97509384155273,166.14031791687012,167.05656051635742,166.1818027496338,165.85445404052734,165.33613204956055,165.30990600585938,165.63868522644043,165.92979431152344 +10000,25000,cpu,uniform,True,False,False,21.183252334594727,21.10600471496582,21.1789608001709,21.185874938964844,20.36738395690918,21.741628646850586,21.094560623168945,20.40696144104004,21.163225173950195,21.605491638183594,167.22393035888672,191.69068336486816,168.46537590026855,169.9690818786621,168.55120658874512,167.27638244628906,167.43779182434082,168.16949844360352,167.85168647766113,169.7556972503662 +10000,25000,cpu,uniform,False,False,False,29.770374298095703,30.35902976989746,30.585289001464844,30.39693832397461,29.643774032592773,30.823945999145508,29.94251251220703,30.15899658203125,30.0905704498291,30.322790145874023,168.38455200195312,169.21591758728027,169.39496994018555,169.72947120666504,169.4951057434082,168.94865036010742,168.54071617126465,168.28203201293945,169.63434219360352,169.4636344909668 +10000,25000,cpu,normal,True,True,False,19.34957504272461,19.35601234436035,19.404172897338867,19.64855194091797,19.625425338745117,20.145893096923828,19.89150047302246,19.61493492126465,19.92177963256836,19.826889038085938,333.3239555358887,334.7935676574707,336.23719215393066,333.141565322876,335.296630859375,336.5035057067871,333.96387100219727,357.1431636810303,335.7362747192383,334.80167388916016 +10000,25000,cpu,normal,False,True,False,19.907236099243164,20.63918113708496,20.232200622558594,20.142078399658203,19.960641860961914,19.966840744018555,20.627498626708984,20.71976661682129,20.201683044433594,19.976139068603516,336.66205406188965,334.0873718261719,336.14420890808105,337.0974063873291,332.5810432434082,335.79230308532715,336.6575241088867,332.69572257995605,335.3087902069092,336.651086807251 +10000,25000,cpu,normal,True,False,False,34.105539321899414,34.72495079040527,33.521413803100586,33.47182273864746,34.234046936035156,33.9202880859375,32.67216682434082,33.14995765686035,33.72931480407715,35.76016426086426,339.9035930633545,340.8191204071045,337.4652862548828,339.0803337097168,339.6179676055908,337.04376220703125,339.65134620666504,357.20038414001465,334.3074321746826,336.824893951416 +10000,25000,cpu,normal,False,False,False,40.63844680786133,40.91000556945801,42.33741760253906,40.21430015563965,39.946794509887695,42.073965072631836,40.45915603637695,42.12546348571777,40.018558502197266,40.2982234954834,337.7547264099121,339.4310474395752,338.01913261413574,338.8381004333496,340.70897102355957,336.28201484680176,339.003324508667,341.59302711486816,338.27781677246094,338.5641574859619 +10000,37500,cpu,homo,True,True,False,6.250858306884766,5.900382995605469,5.554676055908203,5.244016647338867,5.502939224243164,5.190610885620117,5.324125289916992,5.48243522644043,5.3081512451171875,5.133867263793945,139.33515548706055,138.5047435760498,138.2908821105957,139.542818069458,139.91737365722656,139.0674114227295,141.22581481933594,139.9245262145996,138.37409019470215,137.41827011108398 +10000,37500,cpu,homo,False,True,False,6.853818893432617,6.866931915283203,5.322933197021484,5.448341369628906,5.649328231811523,5.3730010986328125,5.9356689453125,5.444765090942383,5.523920059204102,5.279064178466797,140.30933380126953,140.72251319885254,141.03245735168457,139.57953453063965,139.19520378112793,139.0695571899414,140.06567001342773,138.5636329650879,140.70439338684082,140.82622528076172 +10000,37500,cpu,homo,True,False,False,28.868675231933594,28.168916702270508,28.394222259521484,29.117584228515625,29.208660125732422,28.844594955444336,28.905630111694336,27.848243713378906,28.8693904876709,28.162717819213867,144.64044570922852,145.6437110900879,145.8277702331543,145.20621299743652,144.1519260406494,143.94378662109375,144.07014846801758,143.29075813293457,145.34902572631836,145.94602584838867 +10000,37500,cpu,homo,False,False,False,49.9110221862793,49.19624328613281,49.225807189941406,49.97587203979492,50.81748962402344,48.85578155517578,49.21293258666992,48.32339286804199,49.82757568359375,48.51055145263672,144.37389373779297,143.83959770202637,143.39065551757812,143.1562900543213,143.3846950531006,143.9533233642578,144.48285102844238,145.09129524230957,143.92518997192383,143.1281566619873 +10000,37500,cpu,uniform,True,True,False,8.401870727539062,8.471488952636719,9.537696838378906,8.570671081542969,9.288311004638672,9.047985076904297,9.443998336791992,8.121252059936523,8.46099853515625,8.36944580078125,252.4871826171875,248.52681159973145,248.84271621704102,248.87514114379883,251.18684768676758,248.08740615844727,247.67422676086426,247.8475570678711,250.02574920654297,253.28516960144043 +10000,37500,cpu,uniform,False,True,False,8.7127685546875,8.236408233642578,8.682727813720703,8.237838745117188,8.67319107055664,8.269309997558594,8.676767349243164,8.246421813964844,8.727788925170898,8.238554000854492,246.64878845214844,247.8625774383545,249.52435493469238,247.7564811706543,248.1987476348877,248.23236465454102,249.1755485534668,246.9477653503418,248.15034866333008,250.25558471679688 +10000,37500,cpu,uniform,True,False,False,25.50816535949707,25.516748428344727,25.005817413330078,26.013612747192383,23.8339900970459,26.476621627807617,26.495695114135742,26.100635528564453,25.269508361816406,25.20918846130371,252.57301330566406,252.8681755065918,251.02782249450684,252.00819969177246,254.03523445129395,256.7439079284668,251.5730857849121,251.542329788208,252.55870819091797,252.4423599243164 +10000,37500,cpu,uniform,False,False,False,45.22514343261719,44.73066329956055,45.496225357055664,45.93801498413086,45.45283317565918,45.8378791809082,45.41730880737305,45.8986759185791,44.927358627319336,45.83096504211426,250.33211708068848,250.72932243347168,253.20839881896973,272.7382183074951,250.05507469177246,250.06699562072754,253.91173362731934,253.126859664917,251.4054775238037,251.1732578277588 +10000,37500,cpu,normal,True,True,False,31.207561492919922,30.400991439819336,29.67548370361328,30.43961524963379,29.54697608947754,33.852338790893555,32.501935958862305,31.529664993286133,29.468297958374023,30.649423599243164,503.7844181060791,503.1311511993408,501.09076499938965,502.8862953186035,502.349853515625,503.8931369781494,503.38053703308105,502.30884552001953,499.2079734802246,498.3479976654053 +10000,37500,cpu,normal,False,True,False,31.566619873046875,31.581640243530273,29.96230125427246,30.81512451171875,29.926538467407227,30.62152862548828,30.718564987182617,30.66086769104004,29.978513717651367,30.784130096435547,500.15974044799805,503.94582748413086,500.9908676147461,502.3996829986572,501.2693405151367,503.3426284790039,500.20289421081543,502.15697288513184,501.38044357299805,503.2458305358887 +10000,37500,cpu,normal,True,False,False,39.217233657836914,38.581132888793945,40.270090103149414,39.12663459777832,40.285587310791016,38.838863372802734,39.502859115600586,39.7799015045166,40.01879692077637,38.0556583404541,503.9715766906738,508.1946849822998,505.21326065063477,506.40058517456055,504.1525363922119,507.8287124633789,506.40249252319336,506.9928169250488,505.10239601135254,505.6653022766113 +10000,37500,cpu,normal,False,False,False,61.36631965637207,61.092376708984375,60.381412506103516,61.62452697753906,61.075687408447266,61.689138412475586,60.245513916015625,60.5161190032959,61.12265586853027,60.059547424316406,509.0460777282715,510.6370449066162,507.54594802856445,508.32343101501465,506.50501251220703,508.73684883117676,506.0248374938965,508.68749618530273,505.8436393737793,510.714054107666 +10000,50000,cpu,homo,True,True,False,7.750988006591797,7.262229919433594,7.055759429931641,6.900787353515625,7.251501083374023,6.9370269775390625,7.412910461425781,7.014989852905273,6.7577362060546875,7.251501083374023,184.86356735229492,186.62738800048828,186.28168106079102,186.79046630859375,185.38665771484375,185.7013702392578,185.99915504455566,186.80405616760254,185.72282791137695,185.1043701171875 +10000,50000,cpu,homo,False,True,False,8.885860443115234,9.06825065612793,8.076190948486328,7.002592086791992,7.264852523803711,7.028818130493164,7.442712783813477,6.995201110839844,7.259607315063477,6.9637298583984375,186.01727485656738,185.22143363952637,214.15996551513672,185.54186820983887,186.55896186828613,187.07895278930664,186.76352500915527,184.2942237854004,184.8888397216797,186.05470657348633 +10000,50000,cpu,homo,True,False,False,35.91012954711914,36.4382266998291,34.69514846801758,36.650896072387695,35.706520080566406,34.48772430419922,34.79909896850586,33.76936912536621,36.12041473388672,34.73377227783203,190.9337043762207,192.1706199645996,190.46521186828613,190.25468826293945,190.40703773498535,191.2851333618164,190.2458667755127,187.94918060302734,187.98089027404785,187.78157234191895 +10000,50000,cpu,homo,False,False,False,63.532114028930664,64.04876708984375,65.08564949035645,65.74320793151855,64.9871826171875,64.01658058166504,64.79144096374512,63.88735771179199,63.803911209106445,63.52829933166504,190.89484214782715,189.7416114807129,190.49692153930664,189.03422355651855,189.78214263916016,192.05927848815918,189.53752517700195,189.38398361206055,189.14175033569336,189.8179054260254 +10000,50000,cpu,uniform,True,True,False,11.215925216674805,11.704206466674805,11.465787887573242,11.529684066772461,11.543750762939453,10.881900787353516,11.883258819580078,11.056661605834961,11.382102966308594,11.916875839233398,333.7821960449219,330.3079605102539,330.9288024902344,333.2021236419678,330.9190273284912,331.7239284515381,334.7907066345215,330.92236518859863,330.5544853210449,333.3144187927246 +10000,50000,cpu,uniform,False,True,False,10.972261428833008,10.933637619018555,11.396169662475586,10.929107666015625,11.861324310302734,11.355161666870117,10.944366455078125,11.443376541137695,11.00301742553711,11.090993881225586,328.2580375671387,326.0481357574463,329.48780059814453,328.4299373626709,326.5259265899658,328.8693428039551,329.9365043640137,326.0843753814697,329.1192054748535,328.80640029907227 +10000,50000,cpu,uniform,True,False,False,34.55400466918945,32.8061580657959,30.7924747467041,31.872987747192383,32.45210647583008,33.745527267456055,34.915924072265625,30.75885772705078,32.108306884765625,33.3554744720459,338.9763832092285,338.0744457244873,335.71791648864746,335.9811305999756,337.796688079834,336.3921642303467,337.24355697631836,337.51702308654785,336.057186126709,337.4764919281006 +10000,50000,cpu,uniform,False,False,False,58.75396728515625,59.65375900268555,58.91776084899902,59.9977970123291,59.64231491088867,59.41271781921387,58.81214141845703,59.145450592041016,60.75644493103027,59.133052825927734,339.68281745910645,338.2253646850586,337.878942489624,339.21313285827637,356.273889541626,336.7595672607422,337.32104301452637,337.60857582092285,334.78474617004395,336.16018295288086 +10000,50000,cpu,normal,True,True,False,40.18759727478027,40.132999420166016,39.89720344543457,40.04096984863281,40.8935546875,39.85095024108887,40.93194007873535,40.157318115234375,39.8256778717041,39.459228515625,665.3938293457031,668.7793731689453,664.7348403930664,663.243293762207,668.9133644104004,669.9905395507812,665.4660701751709,667.6716804504395,668.724775314331,663.9785766601562 +10000,50000,cpu,normal,False,True,False,41.49675369262695,40.822505950927734,41.06283187866211,40.377140045166016,41.43953323364258,40.79103469848633,41.19229316711426,41.19873046875,41.205406188964844,40.247440338134766,671.7102527618408,673.7923622131348,671.6856956481934,669.0428256988525,671.9613075256348,670.7451343536377,669.6491241455078,671.7712879180908,671.583890914917,671.5729236602783 +10000,50000,cpu,normal,True,False,False,51.000118255615234,51.28002166748047,51.407814025878906,49.85547065734863,50.22144317626953,50.65655708312988,52.80113220214844,50.09746551513672,51.50318145751953,50.98295211791992,676.0494709014893,675.0319004058838,673.2118129730225,674.4785308837891,674.1101741790771,672.957181930542,671.1122989654541,673.8293170928955,673.7127304077148,674.5872497558594 +10000,50000,cpu,normal,False,False,False,82.74602890014648,81.1917781829834,81.09498023986816,81.14409446716309,82.366943359375,81.29096031188965,82.27062225341797,81.23016357421875,80.71327209472656,81.53176307678223,677.5662899017334,676.8274307250977,678.6789894104004,678.0374050140381,674.3354797363281,675.912618637085,676.7716407775879,673.6412048339844,676.8932342529297,678.4453392028809 +25000,1000,cpu,homo,True,True,False,6.413936614990234,5.223989486694336,5.0601959228515625,6.479740142822266,3.711700439453125,7.067203521728516,4.601240158081055,6.440877914428711,6.465435028076172,7.273435592651367,9.186267852783203,9.368896484375,9.221792221069336,9.230613708496094,9.30643081665039,9.164810180664062,9.413957595825195,9.304046630859375,9.454011917114258,9.212493896484375 +25000,1000,cpu,homo,False,True,False,1.390218734741211,1.4190673828125,1.4138221740722656,1.1837482452392578,1.3811588287353516,1.5249252319335938,1.5180110931396484,1.2028217315673828,1.3797283172607422,1.3573169708251953,9.605646133422852,9.714365005493164,9.68480110168457,9.639739990234375,9.673595428466797,9.768486022949219,9.73820686340332,9.660959243774414,9.772062301635742,9.45425033569336 +25000,1000,cpu,homo,True,False,False,10.336160659790039,10.58197021484375,11.068344116210938,10.5743408203125,9.758710861206055,10.792255401611328,9.908199310302734,10.800361633300781,10.636568069458008,10.706424713134766,9.865522384643555,9.99307632446289,10.062694549560547,9.920835494995117,9.954690933227539,9.922981262207031,9.858846664428711,9.918212890625,9.810209274291992,9.994268417358398 +25000,1000,cpu,homo,False,False,False,9.470224380493164,8.592844009399414,16.4034366607666,17.613887786865234,15.85245132446289,16.119003295898438,11.098146438598633,17.82393455505371,13.855934143066406,17.53854751586914,9.745359420776367,9.894132614135742,9.651660919189453,9.799003601074219,9.555578231811523,9.921073913574219,9.421825408935547,9.790420532226562,9.834766387939453,11.812210083007812 +25000,1000,cpu,uniform,True,True,False,7.286787033081055,6.796836853027344,5.988597869873047,10.71023941040039,9.990453720092773,11.417865753173828,9.141683578491211,9.310722351074219,10.722637176513672,11.948347091674805,16.454696655273438,16.478776931762695,16.637325286865234,16.688108444213867,16.679763793945312,17.032861709594727,16.675233840942383,16.67189598083496,16.76177978515625,16.731739044189453 +25000,1000,cpu,uniform,False,True,False,2.176523208618164,2.279043197631836,2.2385120391845703,1.806020736694336,1.8978118896484375,1.6779899597167969,1.6410350799560547,1.7719268798828125,1.4548301696777344,1.5079975128173828,17.313241958618164,38.67912292480469,17.100811004638672,16.986370086669922,17.047643661499023,16.970157623291016,16.94798469543457,17.15254783630371,17.19379425048828,17.081260681152344 +25000,1000,cpu,uniform,True,False,False,8.048057556152344,7.909536361694336,8.059978485107422,7.903099060058594,8.17108154296875,7.961034774780273,8.155345916748047,8.083105087280273,8.068323135375977,8.033275604248047,17.88806915283203,17.543315887451172,17.3642635345459,17.391204833984375,17.486572265625,17.265796661376953,17.344951629638672,17.45772361755371,17.30632781982422,17.303943634033203 +25000,1000,cpu,uniform,False,False,False,13.031244277954102,18.38064193725586,18.654823303222656,18.26000213623047,17.01045036315918,13.981103897094727,10.971784591674805,12.115955352783203,9.151220321655273,18.815040588378906,17.010211944580078,16.99519157409668,17.145395278930664,17.598628997802734,17.483234405517578,17.603635787963867,27.049541473388672,17.434120178222656,16.909122467041016,17.116546630859375 +25000,1000,cpu,normal,True,True,False,39.02006149291992,32.31072425842285,29.07705307006836,31.418323516845703,31.241893768310547,29.450178146362305,23.762941360473633,27.46868133544922,30.927181243896484,36.30423545837402,33.7982177734375,33.8137149810791,33.62250328063965,33.48088264465332,33.23221206665039,33.330440521240234,33.391714096069336,33.59580039978027,33.33115577697754,33.37812423706055 +25000,1000,cpu,normal,False,True,False,4.490375518798828,4.499673843383789,3.7403106689453125,3.1855106353759766,3.233671188354492,3.2346248626708984,3.4227371215820312,3.3190250396728516,3.1507015228271484,2.8297901153564453,33.58101844787598,33.44464302062988,33.63204002380371,33.93411636352539,33.93959999084473,33.193111419677734,33.63442420959473,33.44225883483887,33.3099365234375,33.384084701538086 +25000,1000,cpu,normal,True,False,False,8.430719375610352,8.588552474975586,8.496522903442383,9.030818939208984,9.136199951171875,9.055137634277344,8.792400360107422,8.755207061767578,8.742332458496094,8.983135223388672,34.21592712402344,34.14273262023926,34.108638763427734,34.156084060668945,34.21521186828613,34.173011779785156,33.80227088928223,33.86211395263672,33.90836715698242,33.90002250671387 +25000,1000,cpu,normal,False,False,False,37.34254837036133,40.89212417602539,22.710561752319336,15.776634216308594,15.125274658203125,16.051769256591797,41.86701774597168,34.806013107299805,30.39860725402832,39.48187828063965,34.305572509765625,34.17515754699707,34.299373626708984,34.239768981933594,34.15203094482422,33.98585319519043,34.29293632507324,34.468889236450195,34.06047821044922,34.16275978088379 +25000,2500,cpu,homo,True,True,False,6.783723831176758,11.077880859375,6.839752197265625,7.175445556640625,6.907939910888672,10.32710075378418,6.7958831787109375,8.494138717651367,10.175466537475586,11.130571365356445,23.70929718017578,23.37336540222168,23.604393005371094,23.36287498474121,23.264646530151367,23.799657821655273,23.359060287475586,23.449182510375977,23.527860641479492,23.28658103942871 +25000,2500,cpu,homo,False,True,False,2.3453235626220703,2.1958351135253906,3.1404495239257812,2.4344921112060547,2.0134449005126953,2.0096302032470703,2.5947093963623047,2.6814937591552734,2.513408660888672,1.8088817596435547,23.306608200073242,22.82857894897461,23.316144943237305,22.91107177734375,23.188114166259766,23.342132568359375,22.927522659301758,23.29254150390625,23.372888565063477,23.088455200195312 +25000,2500,cpu,homo,True,False,False,16.281843185424805,16.640424728393555,16.777992248535156,16.134977340698242,16.094207763671875,16.260385513305664,16.58177375793457,16.234397888183594,17.237186431884766,16.788244247436523,24.416208267211914,24.188756942749023,24.579286575317383,25.145769119262695,24.426937103271484,24.090290069580078,24.387598037719727,24.13463592529297,24.454116821289062,24.11484718322754 +25000,2500,cpu,homo,False,False,False,17.331838607788086,12.61281967163086,9.309053421020508,16.476154327392578,15.932083129882812,17.590761184692383,16.283512115478516,16.6933536529541,16.76154136657715,15.23280143737793,24.22618865966797,24.17922019958496,24.305105209350586,24.030447006225586,24.057388305664062,24.134159088134766,23.904800415039062,24.243593215942383,24.091720581054688,24.43528175354004 +25000,2500,cpu,uniform,True,True,False,11.686086654663086,11.955976486206055,11.44719123840332,10.931015014648438,11.987686157226562,11.418342590332031,11.004924774169922,11.289119720458984,11.710166931152344,10.39886474609375,41.42951965332031,41.47744178771973,41.31937026977539,41.6722297668457,41.44120216369629,41.567087173461914,41.58163070678711,41.29314422607422,42.14167594909668,41.94808006286621 +25000,2500,cpu,uniform,False,True,False,4.170656204223633,3.4911632537841797,2.787351608276367,2.657651901245117,2.640247344970703,3.2966136932373047,2.8679370880126953,2.860546112060547,2.440929412841797,2.3543834686279297,42.10472106933594,42.064666748046875,44.6934700012207,41.69654846191406,41.477203369140625,41.600704193115234,41.78309440612793,41.698455810546875,41.66221618652344,41.18180274963379 +25000,2500,cpu,uniform,True,False,False,14.003276824951172,14.067411422729492,13.94343376159668,13.760089874267578,14.205217361450195,14.136314392089844,13.977527618408203,13.692855834960938,13.984441757202148,14.04881477355957,42.4344539642334,42.80900955200195,43.097496032714844,42.975664138793945,42.99426078796387,42.9682731628418,42.58608818054199,42.563438415527344,42.4189567565918,42.77396202087402 +25000,2500,cpu,uniform,False,False,False,18.586158752441406,14.567852020263672,11.725425720214844,15.837907791137695,11.964082717895508,11.202096939086914,16.38507843017578,19.52838897705078,16.979217529296875,18.037796020507812,42.4952507019043,42.39702224731445,42.61946678161621,42.5267219543457,42.38605499267578,42.421579360961914,42.82021522521973,42.80900955200195,43.016910552978516,42.4044132232666 +25000,2500,cpu,normal,True,True,False,26.249408721923828,26.877164840698242,29.26945686340332,23.56886863708496,29.382705688476562,16.711711883544922,30.797719955444336,27.84562110900879,26.83281898498535,29.753684997558594,84.00845527648926,84.2435359954834,84.37824249267578,84.8550796508789,83.72902870178223,83.82463455200195,82.92651176452637,84.1515064239502,83.81986618041992,83.43219757080078 +25000,2500,cpu,normal,False,True,False,4.7817230224609375,4.745006561279297,5.258798599243164,5.097389221191406,5.28407096862793,6.908178329467773,4.751443862915039,4.71186637878418,6.124019622802734,4.947662353515625,84.11407470703125,83.82058143615723,84.65075492858887,84.12742614746094,84.25140380859375,106.0185432434082,84.49387550354004,84.28025245666504,84.21611785888672,84.96356010437012 +25000,2500,cpu,normal,True,False,False,16.85476303100586,15.825271606445312,15.76375961303711,16.19887351989746,16.94321632385254,15.95449447631836,16.35885238647461,18.11814308166504,16.339778900146484,16.495227813720703,84.85746383666992,84.58733558654785,84.28001403808594,85.18671989440918,85.18791198730469,84.87772941589355,84.72633361816406,84.43737030029297,104.79879379272461,84.04874801635742 +25000,2500,cpu,normal,False,False,False,25.11739730834961,34.02543067932129,38.50722312927246,31.836271286010742,28.71084213256836,23.46181869506836,31.152963638305664,23.5445499420166,30.43818473815918,31.748294830322266,84.4273567199707,85.70432662963867,84.74302291870117,84.42997932434082,84.60855484008789,85.17122268676758,85.01124382019043,84.99431610107422,84.93804931640625,85.08634567260742 +25000,5000,cpu,homo,True,True,False,7.717132568359375,10.264158248901367,11.046886444091797,11.112689971923828,10.457754135131836,7.92384147644043,8.513689041137695,9.453296661376953,7.908105850219727,7.212638854980469,47.116756439208984,46.77557945251465,47.069549560546875,46.710968017578125,46.636104583740234,46.23866081237793,46.37932777404785,46.19622230529785,46.02837562561035,46.306610107421875 +25000,5000,cpu,homo,False,True,False,3.8650035858154297,3.9997100830078125,2.7360916137695312,2.8955936431884766,3.023862838745117,2.244234085083008,2.2737979888916016,2.240896224975586,2.4361610412597656,1.8610954284667969,68.93253326416016,47.142744064331055,46.881914138793945,46.86427116394043,46.653032302856445,46.43678665161133,46.593666076660156,46.61202430725098,46.248435974121094,49.507856369018555 +25000,5000,cpu,homo,True,False,False,22.43971824645996,23.195743560791016,23.086071014404297,23.255348205566406,23.572444915771484,23.671865463256836,23.201704025268555,23.474931716918945,22.665977478027344,23.552894592285156,47.95026779174805,47.737836837768555,47.59502410888672,47.45006561279297,47.745704650878906,47.904253005981445,47.837018966674805,47.96433448791504,47.99365997314453,47.93190956115723 +25000,5000,cpu,homo,False,False,False,15.242576599121094,15.01917839050293,15.926837921142578,16.715526580810547,14.25027847290039,15.252113342285156,14.694929122924805,14.590024948120117,14.53542709350586,14.703989028930664,47.95050621032715,48.583269119262695,48.99001121520996,47.852277755737305,47.87635803222656,47.887325286865234,47.95026779174805,47.83916473388672,47.61672019958496,48.19798469543457 +25000,5000,cpu,uniform,True,True,False,11.28387451171875,13.265371322631836,13.279914855957031,18.232107162475586,13.074398040771484,17.75956153869629,11.68966293334961,11.466264724731445,12.477636337280273,13.93437385559082,82.22651481628418,82.44490623474121,82.29255676269531,103.19662094116211,82.34429359436035,82.60250091552734,83.39953422546387,83.21809768676758,83.2674503326416,82.65042304992676 +25000,5000,cpu,uniform,False,True,False,5.249977111816406,4.35185432434082,4.312276840209961,3.345012664794922,3.0291080474853516,3.5371780395507812,4.558563232421875,4.894018173217773,4.202842712402344,4.802703857421875,82.85760879516602,83.66918563842773,104.27355766296387,83.6939811706543,83.43219757080078,83.49156379699707,83.87613296508789,83.47010612487793,83.06670188903809,83.42337608337402 +25000,5000,cpu,uniform,True,False,False,20.488500595092773,20.766258239746094,20.929336547851562,20.649433135986328,20.531654357910156,20.442485809326172,20.357370376586914,20.81465721130371,21.007537841796875,20.75481414794922,84.41305160522461,84.99646186828613,83.93168449401855,84.89489555358887,86.18354797363281,84.3651294708252,85.42060852050781,85.23321151733398,85.57438850402832,85.26372909545898 +25000,5000,cpu,uniform,False,False,False,17.142295837402344,16.26133918762207,21.803617477416992,16.302108764648438,14.853954315185547,16.030550003051758,19.323348999023438,17.34447479248047,16.56341552734375,18.059253692626953,84.60021018981934,84.4109058380127,85.55769920349121,84.73420143127441,84.77663993835449,84.2280387878418,84.21802520751953,83.94432067871094,84.18464660644531,83.39858055114746 +25000,5000,cpu,normal,True,True,False,29.489517211914062,27.220964431762695,22.711992263793945,26.032447814941406,29.62779998779297,26.728391647338867,29.44779396057129,26.370525360107422,23.793697357177734,25.15411376953125,168.77126693725586,170.0448989868164,167.76752471923828,166.84913635253906,167.18292236328125,167.23060607910156,167.44065284729004,168.59912872314453,167.93012619018555,167.6309108734131 +25000,5000,cpu,normal,False,True,False,10.50877571105957,9.865760803222656,9.433507919311523,10.268211364746094,10.364770889282227,9.79304313659668,11.232614517211914,9.842157363891602,10.077953338623047,10.133743286132812,167.45519638061523,167.99616813659668,167.64235496520996,168.57385635375977,168.32304000854492,167.3758029937744,168.05458068847656,169.11578178405762,168.22075843811035,169.5425510406494 +25000,5000,cpu,normal,True,False,False,24.993181228637695,25.894641876220703,25.032997131347656,24.97720718383789,25.728702545166016,25.248050689697266,27.637481689453125,25.32172203063965,25.04134178161621,25.6960391998291,168.7338352203369,169.0685749053955,169.3878173828125,169.77596282958984,171.4329719543457,169.33131217956543,169.28482055664062,169.03948783874512,169.04211044311523,168.41435432434082 +25000,5000,cpu,normal,False,False,False,36.42559051513672,31.35061264038086,29.35051918029785,34.23953056335449,32.15360641479492,33.223628997802734,38.2847785949707,39.05129432678223,29.596328735351562,33.87188911437988,169.2190170288086,168.81442070007324,169.5573329925537,172.90353775024414,170.50719261169434,170.10998725891113,169.23213005065918,168.9291000366211,169.21544075012207,170.49241065979004 +25000,10000,cpu,homo,True,True,False,6.208896636962891,6.9370269775390625,5.815744400024414,4.858970642089844,4.857063293457031,3.7882328033447266,3.835439682006836,3.743886947631836,3.545999526977539,3.5240650177001953,93.38593482971191,93.70112419128418,93.81890296936035,93.33157539367676,93.21260452270508,92.21982955932617,92.79322624206543,92.26059913635254,93.31226348876953,92.8804874420166 +25000,10000,cpu,homo,False,True,False,5.72967529296875,5.1784515380859375,4.385471343994141,4.323482513427734,3.8683414459228516,3.798961639404297,3.4456253051757812,4.187822341918945,3.4589767456054688,4.165172576904297,91.75753593444824,92.33832359313965,92.10658073425293,91.85218811035156,91.94612503051758,92.7436351776123,92.39006042480469,93.0638313293457,92.21363067626953,91.76135063171387 +25000,10000,cpu,homo,True,False,False,31.64839744567871,32.63974189758301,31.603574752807617,31.965970993041992,31.71372413635254,32.00864791870117,32.46665000915527,32.38630294799805,32.52577781677246,32.20057487487793,96.10605239868164,95.39294242858887,95.98493576049805,96.3282585144043,96.38142585754395,95.59345245361328,95.54266929626465,96.2064266204834,95.60847282409668,95.71146965026855 +25000,10000,cpu,homo,False,False,False,22.03083038330078,21.61431312561035,21.595478057861328,21.735429763793945,22.28093147277832,22.118091583251953,21.779537200927734,22.782325744628906,21.690845489501953,21.660566329956055,96.26960754394531,95.05844116210938,94.89607810974121,95.94106674194336,95.32332420349121,94.73991394042969,94.77996826171875,95.66783905029297,95.23606300354004,94.81525421142578 +25000,10000,cpu,uniform,True,True,False,5.843162536621094,6.056070327758789,6.179332733154297,5.703449249267578,6.062984466552734,5.688667297363281,5.8269500732421875,5.84721565246582,5.506753921508789,6.206512451171875,164.56866264343262,165.1437282562256,165.1465892791748,166.58973693847656,165.86661338806152,165.07887840270996,164.81971740722656,166.2428379058838,164.50977325439453,165.61651229858398 +25000,10000,cpu,uniform,False,True,False,7.689476013183594,6.842851638793945,5.857944488525391,5.632162094116211,6.197690963745117,6.054162979125977,5.368947982788086,5.781650543212891,5.667448043823242,5.74040412902832,165.72022438049316,165.35019874572754,164.0770435333252,164.0169620513916,164.3388271331787,164.43824768066406,165.52162170410156,165.54570198059082,164.0622615814209,162.48130798339844 +25000,10000,cpu,uniform,True,False,False,30.43365478515625,29.60491180419922,30.18784523010254,30.171871185302734,30.09176254272461,29.639482498168945,31.03470802307129,29.412508010864258,30.991554260253906,30.419111251831055,168.63131523132324,170.16053199768066,169.572114944458,187.8662109375,168.32613945007324,168.38550567626953,169.44646835327148,169.9240207672119,169.2824363708496,168.9610481262207 +25000,10000,cpu,uniform,False,False,False,21.65079116821289,20.37525177001953,20.545244216918945,21.814584732055664,20.847320556640625,22.10831642150879,21.811485290527344,21.49057388305664,20.361900329589844,21.570444107055664,168.92719268798828,169.44193840026855,169.30770874023438,170.38846015930176,169.0347194671631,168.6253547668457,168.38526725769043,168.61653327941895,169.74377632141113,171.23651504516602 +25000,10000,cpu,normal,True,True,False,20.847082138061523,20.153284072875977,20.263195037841797,20.871400833129883,21.149635314941406,20.465850830078125,20.23005485534668,20.54762840270996,20.609378814697266,21.428823471069336,334.8691463470459,335.5381488800049,336.2774848937988,335.79564094543457,336.52806282043457,338.0279541015625,333.9424133300781,336.9615077972412,337.1131420135498,334.26904678344727 +25000,10000,cpu,normal,False,True,False,19.400358200073242,20.078420639038086,21.176815032958984,20.151138305664062,20.761728286743164,20.491838455200195,20.50304412841797,19.494295120239258,19.86861228942871,19.973039627075195,332.5207233428955,336.99917793273926,333.5261344909668,331.9096565246582,338.2081985473633,332.7596187591553,335.01672744750977,335.68453788757324,333.84180068969727,332.69381523132324 +25000,10000,cpu,normal,True,False,False,40.6186580657959,41.01872444152832,40.54975509643555,40.30966758728027,40.28773307800293,41.08881950378418,42.99306869506836,40.0540828704834,41.42427444458008,40.62914848327637,337.94569969177246,335.02745628356934,337.9511833190918,339.6306037902832,337.7494812011719,340.0912284851074,338.23275566101074,337.1462821960449,339.524507522583,336.99798583984375 +25000,10000,cpu,normal,False,False,False,35.06588935852051,34.2555046081543,33.88404846191406,33.9663028717041,34.471750259399414,35.06588935852051,33.93697738647461,34.013986587524414,33.293724060058594,33.52689743041992,338.8392925262451,339.1916751861572,337.15319633483887,337.8918170928955,342.50640869140625,337.86702156066895,338.7150764465332,339.7712707519531,337.91351318359375,339.7104740142822 +25000,25000,cpu,homo,True,True,False,8.931159973144531,8.605003356933594,9.277105331420898,8.533000946044922,8.903741836547852,8.558273315429688,9.819984436035156,8.515119552612305,9.027719497680664,8.478641510009766,230.22723197937012,232.2542667388916,228.58691215515137,227.65636444091797,268.80931854248047,231.72736167907715,228.96480560302734,229.4924259185791,231.79936408996582,232.7566146850586 +25000,25000,cpu,homo,False,True,False,9.340763092041016,8.532047271728516,9.277820587158203,10.490179061889648,9.055137634277344,8.963584899902344,9.383440017700195,8.970260620117188,8.85319709777832,8.919954299926758,230.29375076293945,236.5870475769043,232.16509819030762,229.22444343566895,230.93080520629883,233.37388038635254,232.64718055725098,229.3846607208252,229.92944717407227,231.08339309692383 +25000,25000,cpu,homo,True,False,False,53.95174026489258,53.316593170166016,53.922176361083984,53.323984146118164,53.771018981933594,52.77824401855469,53.92646789550781,54.939985275268555,54.062604904174805,55.199623107910156,238.65079879760742,238.07215690612793,240.3891086578369,238.82699012756348,238.2373809814453,238.51847648620605,240.49687385559082,240.07916450500488,239.80164527893066,238.52014541625977 +25000,25000,cpu,homo,False,False,False,54.476261138916016,53.330421447753906,52.4139404296875,53.28202247619629,52.97970771789551,53.60984802246094,52.45065689086914,53.629398345947266,54.2302131652832,54.209232330322266,239.11309242248535,237.73598670959473,238.95525932312012,239.45140838623047,240.55910110473633,238.6457920074463,239.58683013916016,240.0519847869873,240.13566970825195,238.48342895507812 +25000,25000,cpu,uniform,True,True,False,15.464067459106445,14.249324798583984,13.744354248046875,14.098644256591797,13.659238815307617,14.719486236572266,13.748407363891602,14.00136947631836,14.561176300048828,13.751506805419922,416.7981147766113,411.65781021118164,415.30609130859375,412.2951030731201,414.6921634674072,414.5214557647705,412.1098518371582,416.5003299713135,413.16914558410645,414.95585441589355 +25000,25000,cpu,uniform,False,True,False,14.27769660949707,15.424489974975586,13.759613037109375,13.80157470703125,15.482187271118164,13.880014419555664,14.234542846679688,14.362335205078125,13.863086700439453,13.904809951782227,411.1652374267578,412.5630855560303,413.77878189086914,414.1700267791748,414.6137237548828,436.753511428833,415.3256416320801,412.40477561950684,415.1742458343506,415.4624938964844 +25000,25000,cpu,uniform,True,False,False,53.41291427612305,53.43294143676758,53.68828773498535,52.23560333251953,53.714752197265625,53.65467071533203,52.46853828430176,53.59697341918945,53.34186553955078,52.37603187561035,414.57343101501465,422.2252368927002,422.1067428588867,422.3802089691162,420.1338291168213,417.53602027893066,421.43940925598145,417.3753261566162,423.290491104126,419.9368953704834 +25000,25000,cpu,uniform,False,False,False,52.70791053771973,53.53975296020508,53.421735763549805,56.20217323303223,51.93471908569336,54.21876907348633,53.312063217163086,53.18403244018555,54.137468338012695,52.8106689453125,420.3677177429199,421.91433906555176,421.32019996643066,424.10755157470703,426.38683319091797,421.9386577606201,467.56887435913086,422.35374450683594,423.7997531890869,422.7030277252197 +25000,25000,cpu,normal,True,True,False,51.085710525512695,50.72522163391113,53.336381912231445,49.913883209228516,50.2474308013916,50.055742263793945,49.889564514160156,50.06575584411621,49.99732971191406,52.01554298400879,834.9754810333252,837.0697498321533,836.707353591919,879.7211647033691,834.2916965484619,836.5335464477539,832.7822685241699,837.9518985748291,837.1484279632568,833.43505859375 +25000,25000,cpu,normal,False,True,False,49.2091178894043,49.9267578125,49.898386001586914,49.907684326171875,49.97062683105469,51.61857604980469,49.764156341552734,49.78370666503906,50.504207611083984,50.40574073791504,858.1876754760742,839.092493057251,840.1310443878174,838.594913482666,836.8716239929199,834.2289924621582,833.4288597106934,835.8452320098877,836.7257118225098,838.327169418335 +25000,25000,cpu,normal,True,False,False,83.84943008422852,83.82105827331543,82.67712593078613,85.68739891052246,81.62999153137207,82.82470703125,82.82256126403809,83.27913284301758,82.9312801361084,84.51104164123535,846.5960025787354,846.6627597808838,846.3239669799805,863.4176254272461,838.6096954345703,839.4973278045654,867.661714553833,846.4195728302002,846.1956977844238,846.7428684234619 +25000,25000,cpu,normal,False,False,False,83.8160514831543,84.99550819396973,85.77275276184082,84.30314064025879,84.19084548950195,82.56387710571289,84.37061309814453,83.62150192260742,85.07466316223145,83.57834815979004,840.0039672851562,843.7767028808594,844.1970348358154,841.9537544250488,842.4301147460938,842.282772064209,841.3197994232178,841.7296409606934,843.0197238922119,844.754695892334 +25000,37500,cpu,homo,True,True,False,13.292789459228516,13.014554977416992,13.070344924926758,13.13638687133789,13.067007064819336,12.888669967651367,13.023138046264648,13.035774230957031,13.072967529296875,13.727188110351562,346.76170349121094,343.89567375183105,346.2545871734619,344.2826271057129,344.6812629699707,347.2020626068115,347.029447555542,343.3239459991455,346.3478088378906,347.3942279815674 +25000,37500,cpu,homo,False,True,False,13.887166976928711,15.53797721862793,13.143777847290039,13.852357864379883,12.970685958862305,13.580560684204102,13.561248779296875,13.399600982666016,13.527393341064453,13.15164566040039,346.4813232421875,346.80724143981934,345.81518173217773,347.89490699768066,346.76337242126465,346.8492031097412,348.25754165649414,347.2468852996826,348.0844497680664,346.2491035461426 +25000,37500,cpu,homo,True,False,False,70.01924514770508,71.4719295501709,71.18391990661621,70.4345703125,71.28715515136719,70.08004188537598,69.21195983886719,71.78425788879395,69.93627548217773,71.62165641784668,356.56023025512695,360.43620109558105,358.84785652160645,358.4880828857422,359.4532012939453,357.11145401000977,359.07936096191406,360.8675003051758,357.9723834991455,360.5661392211914 +25000,37500,cpu,homo,False,False,False,83.25743675231934,81.53247833251953,82.2291374206543,80.9488296508789,80.54757118225098,81.38918876647949,82.70788192749023,79.89192008972168,81.67171478271484,81.3760757446289,360.05401611328125,361.75537109375,359.4653606414795,360.55827140808105,359.515905380249,359.0424060821533,360.2015972137451,356.7497730255127,357.61141777038574,360.05520820617676 +25000,37500,cpu,uniform,True,True,False,20.647287368774414,20.30158042907715,20.311832427978516,20.44820785522461,20.595073699951172,20.513296127319336,20.690202713012695,21.502971649169922,20.421743392944336,20.901203155517578,620.9630966186523,611.5236282348633,616.011381149292,615.2288913726807,612.2002601623535,615.0648593902588,653.510332107544,629.4636726379395,618.2410717010498,616.9357299804688 +25000,37500,cpu,uniform,False,True,False,20.810842514038086,20.836353302001953,21.806955337524414,21.329402923583984,20.780324935913086,20.77627182006836,20.761966705322266,21.711349487304688,20.879030227661133,21.14701271057129,622.6656436920166,620.8467483520508,621.2191581726074,621.065616607666,619.3382740020752,621.7076778411865,618.9684867858887,622.3859786987305,618.9742088317871,620.4264163970947 +25000,37500,cpu,uniform,True,False,False,65.92321395874023,64.67318534851074,65.69790840148926,64.73684310913086,64.92066383361816,66.1172866821289,64.96858596801758,64.53728675842285,67.4443244934082,67.20614433288574,636.1002922058105,637.4492645263672,633.2001686096191,633.9857578277588,636.610746383667,633.5806846618652,634.9875926971436,634.9532604217529,634.2265605926514,634.6993446350098 +25000,37500,cpu,uniform,False,False,False,79.75959777832031,77.98361778259277,78.58920097351074,79.64420318603516,79.63109016418457,80.44886589050293,79.53691482543945,78.12190055847168,79.88762855529785,80.22212982177734,635.4949474334717,629.6727657318115,627.4197101593018,631.1004161834717,631.0415267944336,631.2577724456787,631.6678524017334,631.0856342315674,633.4192752838135,629.9588680267334 +25000,37500,cpu,normal,True,True,False,75.0131607055664,75.12545585632324,74.58949089050293,74.62263107299805,75.02007484436035,74.5248794555664,74.80072975158691,74.34749603271484,74.28956031799316,76.2016773223877,1255.5289268493652,1257.1642398834229,1256.941556930542,1255.7878494262695,1262.2442245483398,1256.6938400268555,1257.1115493774414,1258.9409351348877,1261.4789009094238,1262.0229721069336 +25000,37500,cpu,normal,False,True,False,76.49755477905273,74.87869262695312,75.10685920715332,74.8288631439209,75.16288757324219,74.55754280090332,74.9664306640625,74.57756996154785,74.71418380737305,75.41251182556152,1262.6523971557617,1257.5747966766357,1258.0666542053223,1259.9990367889404,1259.5396041870117,1259.4854831695557,1259.0324878692627,1256.4897537231445,1255.8681964874268,1260.5538368225098 +25000,37500,cpu,normal,True,False,False,95.67475318908691,96.48776054382324,95.39175033569336,95.61800956726074,96.06218338012695,95.3359603881836,95.63755989074707,95.83640098571777,95.22747993469238,94.57612037658691,1263.7202739715576,1267.441749572754,1268.3203220367432,1264.545202255249,1261.8567943572998,1270.4079151153564,1262.7177238464355,1268.6173915863037,1270.1623439788818,1269.688606262207 +25000,37500,cpu,normal,False,False,False,126.13368034362793,123.14319610595703,123.7339973449707,125.02789497375488,122.88832664489746,126.60884857177734,124.28140640258789,123.4884262084961,125.75173377990723,124.70746040344238,1287.0922088623047,1283.322811126709,1258.971929550171,1261.4359855651855,1255.8352947235107,1263.336420059204,1268.113374710083,1311.690330505371,1273.0960845947266,1265.1724815368652 +25000,50000,cpu,homo,True,True,False,17.336606979370117,18.017053604125977,17.731189727783203,17.69256591796875,17.75336265563965,17.05312728881836,17.18449592590332,17.345905303955078,18.56827735900879,17.244815826416016,463.2275104522705,463.22178840637207,459.50913429260254,462.76283264160156,459.8345756530762,463.5899066925049,460.56485176086426,462.10289001464844,459.9294662475586,461.73739433288574 +25000,50000,cpu,homo,False,True,False,17.227649688720703,17.174959182739258,17.186641693115234,17.16756820678711,17.22407341003418,17.204999923706055,17.555713653564453,17.421245574951172,17.23933219909668,17.496824264526367,462.7664089202881,462.4028205871582,461.4567756652832,459.5654010772705,460.437536239624,461.3618850708008,464.59484100341797,460.42442321777344,461.8830680847168,460.48903465270996 +25000,50000,cpu,homo,True,False,False,88.46259117126465,88.61303329467773,89.84661102294922,87.42856979370117,90.4991626739502,88.82880210876465,88.9444351196289,89.24746513366699,88.1040096282959,89.39766883850098,477.7989387512207,474.52425956726074,477.8463840484619,476.5050411224365,479.59446907043457,475.54612159729004,480.5331230163574,476.6390323638916,479.6626567840576,475.05927085876465 +25000,50000,cpu,homo,False,False,False,108.99162292480469,108.39605331420898,109.15231704711914,107.08498954772949,108.91294479370117,108.2468032836914,110.76521873474121,109.96890068054199,108.80613327026367,109.82012748718262,474.40433502197266,475.4483699798584,476.90653800964355,475.51774978637695,478.5020351409912,476.978063583374,478.09600830078125,478.43146324157715,478.96695137023926,477.72955894470215 +25000,50000,cpu,uniform,True,True,False,28.053998947143555,27.7254581451416,27.41551399230957,27.933597564697266,27.56810188293457,27.048587799072266,27.431726455688477,27.661561965942383,27.29177474975586,29.454469680786133,824.6631622314453,828.7181854248047,846.9316959381104,823.8322734832764,826.7109394073486,828.270673751831,827.1596431732178,830.690860748291,829.2081356048584,830.2769660949707 +25000,50000,cpu,uniform,False,True,False,27.659177780151367,26.978254318237305,27.998924255371094,27.716875076293945,27.326583862304688,28.004169464111328,27.627944946289062,28.918981552124023,27.885913848876953,27.37259864807129,827.7828693389893,823.9314556121826,824.1407871246338,823.3137130737305,824.4011402130127,824.6376514434814,850.6217002868652,827.6641368865967,827.1074295043945,824.1596221923828 +25000,50000,cpu,uniform,True,False,False,81.09569549560547,82.61990547180176,81.84170722961426,82.05389976501465,85.26754379272461,80.97314834594727,83.91475677490234,83.0376148223877,84.97476577758789,83.53948593139648,843.4247970581055,846.2448120117188,846.1580276489258,844.6760177612305,843.8370227813721,844.7000980377197,845.2658653259277,847.0630645751953,845.5512523651123,843.3482646942139 +25000,50000,cpu,uniform,False,False,False,106.24957084655762,107.32865333557129,107.49435424804688,108.19554328918457,109.49349403381348,107.67626762390137,108.45708847045898,106.78553581237793,111.61470413208008,107.26428031921387,842.7510261535645,844.0883159637451,844.4159030914307,843.1744575500488,843.3165550231934,844.5096015930176,847.6886749267578,842.0531749725342,847.8515148162842,846.550464630127 +25000,50000,cpu,normal,True,True,False,99.6391773223877,106.31108283996582,101.16219520568848,100.20971298217773,99.81942176818848,100.25763511657715,100.94475746154785,100.50845146179199,100.19636154174805,100.12984275817871,1678.3936023712158,1717.153549194336,1678.5600185394287,1679.7516345977783,1680.1669597625732,1679.197072982788,1679.4462203979492,1686.9182586669922,1690.7637119293213,1703.702449798584 +25000,50000,cpu,normal,False,True,False,100.26121139526367,99.97367858886719,99.76530075073242,100.29435157775879,100.12269020080566,99.80893135070801,100.11672973632812,100.05521774291992,99.33090209960938,98.8459587097168,1682.2588443756104,1677.6163578033447,1680.3946495056152,1678.3783435821533,1675.8975982666016,1677.9954433441162,1677.1199703216553,1673.5341548919678,1671.475887298584,1679.9933910369873 +25000,50000,cpu,normal,True,False,False,126.24859809875488,126.85155868530273,126.06096267700195,124.33457374572754,124.15671348571777,126.6934871673584,125.39386749267578,124.88102912902832,122.95699119567871,125.06413459777832,1682.7280521392822,1683.8579177856445,1679.8663139343262,1728.7516593933105,1686.1841678619385,1680.359125137329,1687.3478889465332,1687.3724460601807,1684.0245723724365,1681.929349899292 +25000,50000,cpu,normal,False,False,False,167.8597927093506,169.60740089416504,169.50631141662598,168.6418056488037,168.72382164001465,166.75567626953125,169.0232753753662,169.89469528198242,167.59061813354492,168.47777366638184,1689.4757747650146,1712.8207683563232,1687.598705291748,1687.9291534423828,1692.2924518585205,1691.9469833374023,1690.091848373413,1734.9600791931152,1688.7493133544922,1692.5299167633057 +37500,1000,cpu,homo,True,True,False,9.884119033813477,9.66501235961914,9.771585464477539,9.931325912475586,9.673595428466797,10.198831558227539,16.017675399780273,10.522603988647461,9.135723114013672,10.399580001831055,13.740301132202148,13.961315155029297,13.84282112121582,13.908863067626953,13.792753219604492,13.771295547485352,13.887166976928711,13.998746871948242,14.061450958251953,13.922691345214844 +37500,1000,cpu,homo,False,True,False,1.8610954284667969,1.8358230590820312,1.8358230590820312,1.8413066864013672,1.8315315246582031,1.9638538360595703,1.4331340789794922,1.7421245574951172,2.0220279693603516,1.394510269165039,14.449119567871094,14.628410339355469,14.54019546508789,14.542818069458008,14.71257209777832,14.784812927246094,14.456987380981445,14.566421508789062,14.635801315307617,14.357566833496094 +37500,1000,cpu,homo,True,False,False,15.102624893188477,14.874935150146484,14.9078369140625,15.149116516113281,15.506505966186523,14.835596084594727,15.333890914916992,15.285968780517578,16.030073165893555,15.762567520141602,14.800071716308594,14.759302139282227,14.676094055175781,14.839649200439453,14.848470687866211,14.827728271484375,14.849424362182617,14.961481094360352,14.931440353393555,14.770746231079102 +37500,1000,cpu,homo,False,False,False,13.628721237182617,23.168563842773438,16.73746109008789,21.97718620300293,21.533966064453125,13.859987258911133,22.41039276123047,18.497705459594727,23.5135555267334,22.008895874023438,14.387845993041992,14.263629913330078,14.435768127441406,14.392852783203125,14.566659927368164,14.375686645507812,14.340400695800781,14.475584030151367,14.310836791992188,14.52326774597168 +37500,1000,cpu,uniform,True,True,False,14.645576477050781,10.823726654052734,8.231878280639648,7.122993469238281,6.208181381225586,15.658378601074219,16.204833984375,11.045694351196289,13.7786865234375,16.637086868286133,24.87468719482422,24.95098114013672,25.055646896362305,24.929046630859375,25.10833740234375,25.185346603393555,25.20275115966797,25.194644927978516,25.2683162689209,25.110483169555664 +37500,1000,cpu,uniform,False,True,False,2.7642250061035156,3.0469894409179688,2.562999725341797,2.413511276245117,2.8891563415527344,2.0151138305664062,2.09808349609375,1.947164535522461,1.8842220306396484,1.844644546508789,25.9702205657959,25.67887306213379,25.653600692749023,25.721073150634766,27.492523193359375,25.51889419555664,25.47621726989746,25.890827178955078,25.716543197631836,25.92158317565918 +37500,1000,cpu,uniform,True,False,False,11.506319046020508,11.903524398803711,11.999130249023438,11.963129043579102,11.592388153076172,11.830329895019531,11.589765548706055,11.713027954101562,11.59977912902832,11.999368667602539,25.611400604248047,25.794267654418945,25.55370330810547,25.624513626098633,25.732994079589844,25.65169334411621,25.784969329833984,25.749683380126953,25.905370712280273,25.53391456604004 +37500,1000,cpu,uniform,False,False,False,27.870893478393555,20.999670028686523,27.65631675720215,27.675390243530273,24.97100830078125,25.647640228271484,26.33976936340332,17.820119857788086,14.559745788574219,14.21213150024414,25.81477165222168,25.948047637939453,25.486469268798828,25.890350341796875,25.6044864654541,25.787830352783203,25.8638858795166,25.624752044677734,25.725603103637695,25.670766830444336 +37500,1000,cpu,normal,True,True,False,25.87890625,21.617412567138672,31.78238868713379,33.18452835083008,44.67129707336426,41.853904724121094,40.79866409301758,40.543317794799805,40.435075759887695,37.32490539550781,50.45342445373535,50.73428153991699,50.66657066345215,49.973249435424805,49.96323585510254,50.338029861450195,50.49920082092285,50.50468444824219,50.42147636413574,50.39191246032715 +37500,1000,cpu,normal,False,True,False,5.085229873657227,4.735469818115234,5.552530288696289,4.731178283691406,4.46009635925293,3.8199424743652344,3.8399696350097656,3.445148468017578,2.9616355895996094,3.0651092529296875,51.79858207702637,51.29194259643555,50.586700439453125,51.013946533203125,50.894737243652344,50.780296325683594,50.696611404418945,50.39072036743164,50.47273635864258,52.887678146362305 +37500,1000,cpu,normal,True,False,False,12.894153594970703,12.618303298950195,12.536764144897461,12.64500617980957,12.3443603515625,12.33053207397461,13.674020767211914,12.693166732788086,12.754440307617188,12.800455093383789,51.093101501464844,50.77362060546875,50.65298080444336,50.87614059448242,50.566911697387695,50.718069076538086,50.354719161987305,50.63581466674805,50.70376396179199,50.75407028198242 +37500,1000,cpu,normal,False,False,False,25.53391456604004,60.910940170288086,48.50125312805176,39.197444915771484,44.014692306518555,40.04526138305664,28.6865234375,41.14842414855957,39.18266296386719,46.27513885498047,50.69422721862793,50.69899559020996,50.827741622924805,50.35996437072754,50.598859786987305,50.60982704162598,50.49490928649902,50.57835578918457,50.68612098693848,50.60863494873047 +37500,2500,cpu,homo,True,True,False,11.66081428527832,10.500431060791016,8.956670761108398,10.432720184326172,9.104251861572266,10.229349136352539,13.119935989379883,9.91201400756836,9.961843490600586,10.087013244628906,34.82866287231445,35.054922103881836,34.62386131286621,34.87443923950195,34.33585166931152,34.60693359375,34.88802909851074,34.51848030090332,34.83700752258301,35.003662109375 +37500,2500,cpu,homo,False,True,False,3.791332244873047,2.7539730072021484,2.9244422912597656,2.918720245361328,2.717733383178711,2.5959014892578125,2.8464794158935547,2.2368431091308594,2.5482177734375,2.2385120391845703,35.085201263427734,35.036325454711914,35.34436225891113,35.24446487426758,35.3085994720459,35.04443168640137,35.04514694213867,34.98268127441406,35.00533103942871,34.804582595825195 +37500,2500,cpu,homo,True,False,False,24.854660034179688,24.618864059448242,25.543689727783203,25.470256805419922,25.403976440429688,25.147199630737305,25.78878402709961,25.02298355102539,25.177955627441406,24.79386329650879,36.108970642089844,36.229610443115234,36.04435920715332,36.04769706726074,36.37576103210449,36.3461971282959,36.429643630981445,36.27324104309082,36.15903854370117,36.373138427734375 +37500,2500,cpu,homo,False,False,False,19.521236419677734,20.392656326293945,16.913652420043945,19.98162269592285,23.154497146606445,24.259328842163086,22.78447151184082,24.100542068481445,25.444746017456055,26.39603614807129,35.5527400970459,35.60614585876465,35.64000129699707,35.84718704223633,35.944461822509766,35.81953048706055,36.08250617980957,35.691261291503906,35.89129447937012,36.38052940368652 +37500,2500,cpu,uniform,True,True,False,14.16921615600586,16.804933547973633,16.57843589782715,13.417482376098633,15.572071075439453,14.855146408081055,9.578227996826172,16.083717346191406,14.665365219116211,11.211156845092773,62.28923797607422,62.55817413330078,62.13688850402832,62.43324279785156,100.67009925842285,63.18235397338867,62.622785568237305,62.69979476928711,62.44659423828125,62.499046325683594 +37500,2500,cpu,uniform,False,True,False,3.938913345336914,4.918336868286133,3.7305355072021484,3.8766860961914062,3.1549930572509766,3.0851364135742188,3.591299057006836,2.810955047607422,3.2968521118164062,2.656221389770508,62.372446060180664,62.7593994140625,62.82520294189453,62.43276596069336,62.966108322143555,62.979698181152344,63.03691864013672,62.847137451171875,62.71672248840332,62.75343894958496 +37500,2500,cpu,uniform,True,False,False,21.357297897338867,21.37470245361328,21.767854690551758,21.82459831237793,21.559476852416992,21.58665657043457,22.071361541748047,21.364450454711914,21.50273323059082,21.402597427368164,63.75741958618164,63.77673149108887,63.22646141052246,63.77100944519043,63.973188400268555,63.37308883666992,63.58623504638672,63.57860565185547,64.66794013977051,64.0571117401123 +37500,2500,cpu,uniform,False,False,False,17.064332962036133,22.31144905090332,19.768714904785156,25.283336639404297,21.711111068725586,26.385784149169922,26.790142059326172,22.01676368713379,24.564504623413086,15.355825424194336,62.78800964355469,63.297271728515625,63.37428092956543,63.248634338378906,63.25078010559082,63.71474266052246,64.6359920501709,64.50009346008301,64.09287452697754,64.32795524597168 +37500,2500,cpu,normal,True,True,False,47.373056411743164,41.054725646972656,40.55309295654297,32.76467323303223,52.22463607788086,48.7062931060791,46.35763168334961,39.94131088256836,33.951759338378906,36.90075874328613,125.71310997009277,124.5126724243164,126.16467475891113,125.81205368041992,125.99039077758789,126.4193058013916,126.3735294342041,125.26655197143555,125.58794021606445,125.46610832214355 +37500,2500,cpu,normal,False,True,False,7.068634033203125,8.712053298950195,8.548974990844727,7.737874984741211,7.053375244140625,7.006645202636719,8.372783660888672,7.488727569580078,7.462739944458008,7.390022277832031,125.76007843017578,125.66041946411133,125.5040168762207,125.76985359191895,127.02059745788574,127.75301933288574,126.88660621643066,145.21265029907227,125.74934959411621,124.65596199035645 +37500,2500,cpu,normal,True,False,False,23.49233627319336,23.773193359375,23.439884185791016,23.2694149017334,23.385286331176758,24.002790451049805,24.013996124267578,23.766517639160156,24.286508560180664,23.919343948364258,127.34174728393555,127.75182723999023,126.90591812133789,126.78813934326172,127.39896774291992,147.52793312072754,126.68657302856445,126.79171562194824,125.94103813171387,126.39021873474121 +37500,2500,cpu,normal,False,False,False,44.24571990966797,41.635751724243164,38.88988494873047,41.9769287109375,44.217824935913086,56.1673641204834,44.29936408996582,39.44277763366699,38.359642028808594,53.223371505737305,127.47526168823242,127.14266777038574,126.21402740478516,126.37495994567871,125.8699893951416,125.51069259643555,126.56354904174805,127.7914047241211,128.7078857421875,128.38172912597656 +37500,5000,cpu,homo,True,True,False,16.100645065307617,16.040325164794922,13.537168502807617,13.087987899780273,15.738248825073242,13.945817947387695,13.237714767456055,15.563488006591797,11.053800582885742,15.399456024169922,69.5960521697998,69.49186325073242,68.89891624450684,69.18144226074219,68.86744499206543,68.97234916687012,69.25296783447266,69.53191757202148,69.67282295227051,69.54121589660645 +37500,5000,cpu,homo,False,True,False,4.171133041381836,4.700422286987305,3.7140846252441406,3.6993026733398438,3.3960342407226562,3.942251205444336,2.612590789794922,2.5453567504882812,2.5517940521240234,2.9685497283935547,69.5199966430664,69.58508491516113,69.58961486816406,69.0770149230957,68.86458396911621,69.70524787902832,69.3671703338623,69.7019100189209,69.96631622314453,68.89224052429199 +37500,5000,cpu,homo,True,False,False,34.83390808105469,34.607648849487305,35.131216049194336,35.816192626953125,36.47327423095703,35.994768142700195,35.272836685180664,35.18533706665039,34.41572189331055,37.72282600402832,71.54726982116699,72.13997840881348,72.16978073120117,72.08824157714844,72.18527793884277,71.77567481994629,72.09300994873047,72.5407600402832,72.92532920837402,73.40455055236816 +37500,5000,cpu,homo,False,False,False,22.31764793395996,25.229930877685547,23.438692092895508,27.435302734375,23.597240447998047,26.121854782104492,24.42622184753418,19.201040267944336,24.3680477142334,20.819425582885742,73.1203556060791,71.64740562438965,72.16191291809082,72.01528549194336,71.26402854919434,71.17176055908203,71.35891914367676,70.63984870910645,71.05207443237305,70.84321975708008 +37500,5000,cpu,uniform,True,True,False,15.249252319335938,15.238046646118164,15.155792236328125,13.744354248046875,22.397756576538086,19.165515899658203,15.026330947875977,15.464544296264648,16.524791717529297,16.704320907592773,124.41182136535645,123.57234954833984,124.68814849853516,125.60915946960449,125.04744529724121,124.48239326477051,124.7105598449707,124.05920028686523,124.0236759185791,124.12691116333008 +37500,5000,cpu,uniform,False,True,False,7.786273956298828,5.900859832763672,5.2127838134765625,4.591703414916992,4.246234893798828,4.144906997680664,5.195379257202148,4.161596298217773,4.263401031494141,4.073619842529297,126.30605697631836,124.83549118041992,124.56274032592773,124.4208812713623,124.68266487121582,125.75888633728027,125.08749961853027,161.2374782562256,123.47197532653809,124.94754791259766 +37500,5000,cpu,uniform,True,False,False,30.783653259277344,31.249046325683594,30.743122100830078,30.550241470336914,30.32374382019043,31.09288215637207,31.365394592285156,30.93409538269043,31.2044620513916,30.727148056030273,127.59709358215332,127.17556953430176,127.71248817443848,127.99596786499023,127.76732444763184,126.88040733337402,126.84869766235352,126.85918807983398,127.12430953979492,127.29573249816895 +37500,5000,cpu,uniform,False,False,False,18.621206283569336,23.58698844909668,23.28014373779297,25.950908660888672,22.001266479492188,19.253253936767578,21.93760871887207,21.993160247802734,18.75448226928711,21.85821533203125,126.34754180908203,127.97331809997559,127.43258476257324,127.06661224365234,126.55925750732422,126.40976905822754,126.62816047668457,126.4340877532959,126.6028881072998,127.95686721801758 +37500,5000,cpu,normal,True,True,False,34.84487533569336,61.136722564697266,40.65561294555664,39.81924057006836,35.97283363342285,37.79149055480957,32.840728759765625,37.413835525512695,35.51363945007324,41.498422622680664,252.71105766296387,252.7601718902588,251.59788131713867,251.68561935424805,254.73690032958984,252.38442420959473,251.22618675231934,252.14838981628418,253.62157821655273,252.8688907623291 +37500,5000,cpu,normal,False,True,False,15.558719635009766,16.824960708618164,16.289710998535156,15.224456787109375,15.141963958740234,14.589309692382812,15.447854995727539,14.532804489135742,15.353679656982422,14.043807983398438,250.9448528289795,252.40421295166016,251.97362899780273,249.93443489074707,253.02886962890625,253.45468521118164,252.3024082183838,251.79505348205566,253.71718406677246,252.32744216918945 +37500,5000,cpu,normal,True,False,False,37.35637664794922,38.359642028808594,37.62507438659668,37.88614273071289,37.8572940826416,39.50643539428711,37.3990535736084,37.83845901489258,37.82343864440918,37.76717185974121,253.02529335021973,250.5631446838379,251.70230865478516,254.4713020324707,253.9353370666504,253.10325622558594,254.32682037353516,255.2785873413086,254.46557998657227,253.68165969848633 +37500,5000,cpu,normal,False,False,False,44.631242752075195,36.81445121765137,41.246652603149414,49.158573150634766,49.53598976135254,45.36175727844238,54.669857025146484,52.82878875732422,44.60859298706055,48.47240447998047,252.4411678314209,254.1217803955078,253.5388469696045,253.5421848297119,252.91204452514648,254.30655479431152,253.07726860046387,252.6707649230957,253.6170482635498,253.37719917297363 +37500,10000,cpu,homo,True,True,False,5.741119384765625,5.219936370849609,5.824565887451172,5.227327346801758,5.251884460449219,5.366325378417969,5.240201950073242,5.42902946472168,5.469322204589844,5.264520645141602,138.9153003692627,138.3192539215088,138.3354663848877,138.37432861328125,138.92030715942383,139.64056968688965,139.6491527557373,139.10937309265137,138.4596824645996,137.94231414794922 +37500,10000,cpu,homo,False,True,False,6.905317306518555,6.178140640258789,6.058216094970703,6.040096282958984,5.758523941040039,5.395650863647461,5.134344100952148,5.722522735595703,5.3844451904296875,5.1116943359375,138.22484016418457,138.60821723937988,140.56086540222168,139.845609664917,139.30106163024902,138.563871383667,138.45419883728027,138.37003707885742,138.54360580444336,139.79053497314453 +37500,10000,cpu,homo,True,False,False,49.92318153381348,50.17590522766113,50.02546310424805,49.97134208679199,49.01695251464844,50.85873603820801,49.22318458557129,49.460649490356445,49.53289031982422,48.92468452453613,143.5682773590088,143.5558795928955,144.90985870361328,144.33836936950684,143.70083808898926,144.14334297180176,144.2089080810547,145.2045440673828,144.5333957672119,145.62058448791504 +37500,10000,cpu,homo,False,False,False,27.675151824951172,27.591228485107422,27.200937271118164,27.90975570678711,27.439355850219727,28.16176414489746,27.25982666015625,27.45509147644043,27.7254581451416,27.965784072875977,143.83530616760254,143.98455619812012,143.83888244628906,145.2641487121582,144.76394653320312,143.66841316223145,143.40853691101074,144.93799209594727,143.94807815551758,144.2887783050537 +37500,10000,cpu,uniform,True,True,False,9.726762771606445,9.334325790405273,8.949518203735352,8.527278900146484,8.873701095581055,8.264303207397461,8.580207824707031,8.224964141845703,8.688211441040039,8.27646255493164,245.5129623413086,245.62692642211914,245.14222145080566,245.64099311828613,246.6413974761963,246.44827842712402,246.2773323059082,248.16608428955078,247.16997146606445,245.2223300933838 +37500,10000,cpu,uniform,False,True,False,9.008169174194336,8.250236511230469,10.192394256591797,8.85629653930664,8.301734924316406,9.011507034301758,8.432149887084961,8.504152297973633,8.085966110229492,9.24372673034668,249.4347095489502,247.76935577392578,247.34091758728027,249.37033653259277,249.8910427093506,248.3997344970703,247.7588653564453,248.47126007080078,248.51512908935547,248.92163276672363 +37500,10000,cpu,uniform,True,False,False,44.690847396850586,45.20463943481445,44.18373107910156,44.62909698486328,45.6087589263916,44.3117618560791,43.936967849731445,44.96121406555176,44.72851753234863,45.03750801086426,271.4369297027588,253.0229091644287,255.31673431396484,254.66656684875488,253.01623344421387,253.3702850341797,254.5149326324463,253.4492015838623,256.1659812927246,252.66051292419434 +37500,10000,cpu,uniform,False,False,False,26.44658088684082,25.732755661010742,25.597810745239258,26.170015335083008,26.99899673461914,26.91340446472168,25.38323402404785,27.950048446655273,25.241851806640625,26.738882064819336,252.35247611999512,253.78870964050293,254.65106964111328,253.94582748413086,254.4856071472168,253.82232666015625,253.29995155334473,253.09491157531738,253.13282012939453,254.37283515930176 +37500,10000,cpu,normal,True,True,False,30.518054962158203,29.634952545166016,30.47466278076172,31.087875366210938,32.47475624084473,30.444622039794922,30.127763748168945,30.06291389465332,30.666589736938477,30.451536178588867,505.25903701782227,502.0749568939209,505.1753520965576,502.49218940734863,506.2751770019531,502.7437210083008,505.4140090942383,502.0756721496582,503.7553310394287,501.42931938171387 +37500,10000,cpu,normal,False,True,False,29.96087074279785,29.534578323364258,31.14151954650879,29.850244522094727,29.590368270874023,29.97422218322754,29.817819595336914,30.696630477905273,29.387235641479492,29.81734275817871,508.59761238098145,503.0333995819092,507.5511932373047,503.51619720458984,506.35766983032227,501.84011459350586,508.58116149902344,501.6655921936035,506.04701042175293,502.31432914733887 +37500,10000,cpu,normal,True,False,False,61.939239501953125,61.12527847290039,61.23805046081543,61.4626407623291,60.78195571899414,60.95147132873535,60.682058334350586,61.019182205200195,60.24670600891113,60.97722053527832,503.4663677215576,510.4098320007324,506.76584243774414,507.5051784515381,505.93066215515137,508.12435150146484,507.36188888549805,508.5415840148926,506.5023899078369,508.5456371307373 +37500,10000,cpu,normal,False,False,False,37.67657279968262,38.178443908691406,39.48163986206055,40.23122787475586,37.68157958984375,39.166927337646484,38.96808624267578,38.39993476867676,39.45660591125488,39.360761642456055,526.9491672515869,509.79137420654297,506.34002685546875,507.2767734527588,507.6632499694824,509.36365127563477,509.5241069793701,507.9820156097412,509.5794200897217,508.06498527526855 +37500,25000,cpu,homo,True,True,False,13.834476470947266,13.097524642944336,13.75722885131836,13.063192367553711,12.828350067138672,12.994527816772461,12.990713119506836,13.177633285522461,13.448953628540039,13.35000991821289,346.06170654296875,345.71194648742676,344.21563148498535,346.1599349975586,343.1251049041748,342.9532051086426,345.7486629486084,346.33946418762207,346.6925621032715,347.62001037597656 +37500,25000,cpu,homo,False,True,False,13.17739486694336,12.647390365600586,13.092756271362305,13.940572738647461,13.04173469543457,13.370513916015625,12.767314910888672,16.408443450927734,17.462491989135742,14.281034469604492,348.67119789123535,349.5042324066162,348.48785400390625,345.20912170410156,351.27925872802734,347.4233150482178,345.9022045135498,352.28848457336426,346.4233875274658,345.99900245666504 +37500,25000,cpu,homo,True,False,False,81.64286613464355,81.24589920043945,81.2380313873291,81.54296875,81.73847198486328,79.9398422241211,81.09259605407715,80.82938194274902,82.25274085998535,81.26091957092285,358.2744598388672,357.0716381072998,359.9061965942383,359.30609703063965,359.6925735473633,358.3941459655762,357.68628120422363,359.3282699584961,358.61825942993164,358.8752746582031 +37500,25000,cpu,homo,False,False,False,70.3887939453125,71.03848457336426,69.41628456115723,69.72932815551758,69.64397430419922,69.31948661804199,69.85950469970703,68.24302673339844,69.35453414916992,69.77510452270508,359.7981929779053,357.5451374053955,358.96944999694824,359.4999313354492,357.70487785339355,361.3295555114746,359.8029613494873,358.00814628601074,360.0351810455322,357.71799087524414 +37500,25000,cpu,uniform,True,True,False,21.00682258605957,20.8587646484375,21.456003189086914,20.60222625732422,20.939111709594727,20.445823669433594,20.469188690185547,20.81155776977539,21.583080291748047,20.461082458496094,617.1808242797852,618.7489032745361,618.9751625061035,620.537281036377,618.7975406646729,618.8297271728516,622.5101947784424,619.3318367004395,619.3196773529053,618.7012195587158 +37500,25000,cpu,uniform,False,True,False,21.608591079711914,21.015405654907227,20.78533172607422,20.45130729675293,20.893573760986328,20.83897590637207,20.56574821472168,21.203994750976562,21.15345001220703,21.937847137451172,622.35426902771,622.7121353149414,625.0958442687988,619.8039054870605,620.1508045196533,622.3640441894531,619.1940307617188,619.4355487823486,622.2398281097412,622.3902702331543 +37500,25000,cpu,uniform,True,False,False,81.23373985290527,82.60726928710938,80.53398132324219,81.3744068145752,80.83081245422363,81.85529708862305,81.27474784851074,82.77392387390137,81.8023681640625,80.58881759643555,631.5546035766602,653.0075073242188,634.7808837890625,632.504940032959,634.2883110046387,633.143424987793,633.2290172576904,631.3462257385254,632.9860687255859,633.9993476867676 +37500,25000,cpu,uniform,False,False,False,64.70298767089844,65.11592864990234,65.13571739196777,67.08526611328125,65.57226181030273,65.58036804199219,64.04304504394531,67.28219985961914,63.918113708496094,66.32232666015625,629.3435096740723,631.3281059265137,629.9028396606445,626.3484954833984,627.8576850891113,633.3260536193848,644.7339057922363,629.5721530914307,629.3280124664307,625.9469985961914 +37500,25000,cpu,normal,True,True,False,75.8371353149414,76.00092887878418,75.46496391296387,75.35576820373535,79.05459403991699,76.64036750793457,74.97310638427734,74.69677925109863,74.52178001403809,74.96213912963867,1260.0526809692383,1258.3084106445312,1259.0901851654053,1262.345790863037,1259.4294548034668,1259.4854831695557,1259.7501277923584,1257.2827339172363,1258.716106414795,1256.2785148620605 +37500,25000,cpu,normal,False,True,False,75.4396915435791,74.67937469482422,75.97613334655762,74.61428642272949,74.68008995056152,76.94554328918457,75.06370544433594,75.71601867675781,75.36554336547852,75.89530944824219,1256.8538188934326,1250.396490097046,1246.8593120574951,1248.2481002807617,1247.4925518035889,1248.3999729156494,1246.5744018554688,1248.645305633545,1248.323917388916,1246.5531826019287 +37500,25000,cpu,normal,True,False,False,127.57706642150879,127.27832794189453,125.01358985900879,124.37939643859863,125.71239471435547,124.74775314331055,125.05865097045898,124.96519088745117,126.4028549194336,125.34546852111816,1267.3895359039307,1268.6500549316406,1269.347906112671,1267.6928043365479,1267.4839496612549,1267.8766250610352,1266.232967376709,1266.1223411560059,1271.136999130249,1267.103672027588 +37500,25000,cpu,normal,False,False,False,93.50109100341797,95.11756896972656,93.52254867553711,94.47860717773438,94.04158592224121,94.60592269897461,95.29757499694824,94.92731094360352,94.39277648925781,94.74444389343262,1260.9496116638184,1261.0783576965332,1261.5561485290527,1262.3488903045654,1261.4774703979492,1264.470100402832,1292.0184135437012,1261.0397338867188,1262.8967761993408,1263.533353805542 +37500,37500,cpu,homo,True,True,False,20.73383331298828,19.56939697265625,19.48857307434082,19.504785537719727,21.042585372924805,19.437074661254883,19.357681274414062,19.376754760742188,19.618511199951172,19.321680068969727,521.5826034545898,517.0748233795166,520.7281112670898,518.9783573150635,520.2345848083496,518.5806751251221,519.340991973877,516.9985294342041,519.322395324707,514.5392417907715 +37500,37500,cpu,homo,False,True,False,20.857572555541992,19.557476043701172,19.337177276611328,19.81043815612793,19.721269607543945,20.830631256103516,20.041942596435547,21.207571029663086,19.598722457885742,19.625186920166016,515.5158042907715,518.4502601623535,516.4227485656738,517.8613662719727,515.294075012207,519.5045471191406,519.2492008209229,518.071174621582,515.0737762451172,519.3758010864258 +37500,37500,cpu,homo,True,False,False,105.90720176696777,108.18171501159668,105.7276725769043,103.97768020629883,105.83949089050293,106.65464401245117,107.19585418701172,106.80937767028809,105.15379905700684,106.72736167907715,539.8776531219482,536.4646911621094,538.7518405914307,535.7217788696289,536.7648601531982,537.9848480224609,533.4317684173584,537.1232032775879,535.8388423919678,536.4034175872803 +37500,37500,cpu,homo,False,False,False,106.83655738830566,106.64248466491699,108.05320739746094,107.93733596801758,106.99677467346191,105.89098930358887,105.89861869812012,109.0700626373291,105.91936111450195,108.48641395568848,540.5426025390625,537.9514694213867,540.4796600341797,535.8953475952148,538.0642414093018,538.7091636657715,538.853645324707,582.2925567626953,537.3473167419434,540.1709079742432 +37500,37500,cpu,uniform,True,True,False,31.384944915771484,30.757904052734375,30.329227447509766,30.694007873535156,30.689239501953125,30.696630477905273,30.66849708557129,30.460834503173828,34.73043441772461,30.796289443969727,927.1221160888672,927.6635646820068,925.7791042327881,927.936315536499,928.3571243286133,925.4941940307617,925.5890846252441,926.8395900726318,928.6797046661377,928.1237125396729 +37500,37500,cpu,uniform,False,True,False,31.073570251464844,30.76910972595215,30.527114868164062,30.949831008911133,30.288219451904297,32.28163719177246,31.596660614013672,30.887603759765625,30.817031860351562,30.57575225830078,932.0077896118164,931.0131072998047,929.9077987670898,929.3656349182129,928.1406402587891,929.2619228363037,927.0813465118408,927.1860122680664,926.0475635528564,948.6038684844971 +37500,37500,cpu,uniform,True,False,False,97.41926193237305,101.53841972351074,98.25015068054199,102.07343101501465,101.28164291381836,95.95704078674316,103.59740257263184,99.64323043823242,100.6157398223877,102.39362716674805,949.4390487670898,947.4656581878662,948.1010437011719,949.2580890655518,948.7814903259277,950.5941867828369,950.9141445159912,948.5263824462891,950.7310390472412,947.1557140350342 +37500,37500,cpu,uniform,False,False,False,98.61564636230469,95.00503540039062,98.30307960510254,97.35870361328125,97.46193885803223,97.4576473236084,99.86591339111328,96.22073173522949,99.16877746582031,97.75614738464355,949.7427940368652,950.9551525115967,949.7530460357666,949.52392578125,948.692798614502,950.6542682647705,948.6339092254639,947.1120834350586,945.8153247833252,946.3574886322021 +37500,37500,cpu,normal,True,True,False,111.83428764343262,113.80362510681152,113.02971839904785,111.63043975830078,115.18311500549316,114.0439510345459,113.92450332641602,111.80639266967773,112.46848106384277,111.71889305114746,1880.3341388702393,1880.5949687957764,1884.0982913970947,1883.3715915679932,1923.0389595031738,1890.7816410064697,1884.795904159546,1880.3870677947998,1882.1828365325928,1879.9567222595215 +37500,37500,cpu,normal,False,True,False,112.07389831542969,112.74933815002441,112.58983612060547,111.49263381958008,112.37430572509766,111.79423332214355,112.457275390625,112.53213882446289,111.99498176574707,112.44940757751465,1888.6463642120361,1887.2685432434082,1890.8467292785645,1889.3795013427734,1893.2557106018066,1887.991189956665,1880.225419998169,1882.4262619018555,1879.2178630828857,1877.3200511932373 +37500,37500,cpu,normal,True,False,False,140.6419277191162,140.25115966796875,140.99550247192383,141.57629013061523,141.34597778320312,139.93191719055176,139.8618221282959,141.10469818115234,142.43507385253906,142.2252655029297,1899.0378379821777,1894.4876194000244,1895.5388069152832,1894.7906494140625,1896.6639041900635,1896.1145877838135,1896.3418006896973,1898.6849784851074,1897.289752960205,1900.1150131225586 +37500,37500,cpu,normal,False,False,False,141.2222385406494,141.6182518005371,143.15104484558105,142.98629760742188,142.79961585998535,141.81923866271973,143.21589469909668,144.37413215637207,140.87605476379395,144.53768730163574,1906.7165851593018,1906.130075454712,1900.3117084503174,1900.5632400512695,1903.4523963928223,1900.3140926361084,1904.1121006011963,1902.5743007659912,1901.9768238067627,1906.9037437438965 +37500,50000,cpu,homo,True,True,False,25.913238525390625,25.953292846679688,26.464462280273438,25.818824768066406,27.50992774963379,26.54719352722168,25.79665184020996,26.842117309570312,25.69723129272461,26.023149490356445,699.028730392456,696.8135833740234,696.1722373962402,697.3931789398193,697.9000568389893,693.1779384613037,695.4100131988525,695.6822872161865,695.5380439758301,692.8293704986572 +37500,50000,cpu,homo,False,True,False,26.39913558959961,27.480363845825195,25.668859481811523,25.98714828491211,27.199506759643555,26.137590408325195,25.80571174621582,26.05724334716797,25.722265243530273,26.094675064086914,697.3686218261719,697.5257396697998,696.2919235229492,695.3420639038086,698.0030536651611,698.0040073394775,695.2342987060547,695.7111358642578,697.5314617156982,696.0761547088623 +37500,50000,cpu,homo,True,False,False,130.6307315826416,133.6498260498047,131.7293643951416,130.56588172912598,129.69303131103516,130.62310218811035,133.91470909118652,129.69088554382324,129.61888313293457,133.96573066711426,718.4085845947266,718.064546585083,716.1867618560791,718.3823585510254,718.4028625488281,717.5865173339844,717.6327705383301,717.0875072479248,744.18044090271,719.0244197845459 +37500,50000,cpu,homo,False,False,False,138.46182823181152,137.93492317199707,139.9679183959961,139.87493515014648,140.4876708984375,138.79895210266113,139.88208770751953,138.85998725891113,140.88749885559082,139.77313041687012,715.8997058868408,714.3247127532959,715.0497436523438,714.5650386810303,710.0999355316162,716.1355018615723,716.6776657104492,714.7908210754395,713.0286693572998,715.0290012359619 +37500,50000,cpu,uniform,True,True,False,40.78841209411621,40.58527946472168,41.15867614746094,40.92049598693848,41.19873046875,41.23497009277344,42.45400428771973,41.39256477355957,40.92144966125488,41.05567932128906,1237.1056079864502,1240.2167320251465,1243.5405254364014,1243.443250656128,1241.499423980713,1243.452787399292,1244.5261478424072,1242.5775527954102,1242.4883842468262,1241.0590648651123 +37500,50000,cpu,uniform,False,True,False,40.990591049194336,41.63527488708496,40.96364974975586,41.18919372558594,40.958404541015625,40.99678993225098,40.608882904052734,41.04351997375488,42.19245910644531,40.915489196777344,1271.0621356964111,1242.2621250152588,1241.8725490570068,1241.7855262756348,1243.7591552734375,1244.9448108673096,1243.1821823120117,1264.470100402832,1247.9963302612305,1240.2875423431396 +37500,50000,cpu,uniform,True,False,False,129.17613983154297,128.4170150756836,128.48496437072754,125.67758560180664,128.92413139343262,129.82964515686035,128.86381149291992,126.58166885375977,129.5335292816162,125.72908401489258,1267.1372890472412,1265.4445171356201,1264.538288116455,1264.5301818847656,1268.2058811187744,1269.8779106140137,1270.768165588379,1264.1983032226562,1261.5587711334229,1258.4235668182373 +37500,50000,cpu,uniform,False,False,False,135.1621150970459,133.6538791656494,130.98907470703125,131.06799125671387,131.54101371765137,133.17251205444336,133.0561637878418,134.56225395202637,133.44788551330566,130.2812099456787,1268.669843673706,1267.5323486328125,1266.815185546875,1268.1937217712402,1265.7921314239502,1285.6576442718506,1263.2801532745361,1262.7296447753906,1263.6542320251465,1263.1750106811523 +37500,50000,cpu,normal,True,True,False,149.91044998168945,149.35851097106934,149.2459774017334,148.82230758666992,148.98943901062012,149.00612831115723,148.52142333984375,149.49917793273926,148.7748622894287,148.99730682373047,2505.8963298797607,2504.6491622924805,2510.3471279144287,2501.049041748047,2487.6649379730225,2487.5383377075195,2485.191822052002,2485.0621223449707,2485.6345653533936,2489.644765853882 +37500,50000,cpu,normal,False,True,False,149.9466896057129,149.05881881713867,148.99706840515137,150.2835750579834,151.50952339172363,151.07154846191406,150.9387493133545,150.87342262268066,151.14140510559082,150.6490707397461,2518.6750888824463,2519.915819168091,2517.6644325256348,2519.202709197998,2519.9155807495117,2516.9308185577393,2517.009496688843,2519.1407203674316,2521.585464477539,2516.8633460998535 +37500,50000,cpu,normal,True,False,False,185.35923957824707,186.27643585205078,185.194730758667,186.77568435668945,186.58757209777832,186.92827224731445,188.69447708129883,187.9880428314209,188.12966346740723,186.4919662475586,2520.3564167022705,2511.898994445801,2507.5273513793945,2527.641534805298,2522.8679180145264,2524.641513824463,2520.0355052948,2517.5445079803467,2513.4289264678955,2521.0256576538086 +37500,50000,cpu,normal,False,False,False,191.04743003845215,191.20478630065918,192.00873374938965,189.69130516052246,190.74225425720215,189.2681121826172,188.44985961914062,187.9897117614746,190.3553009033203,189.92304801940918,2539.724349975586,2556.8222999572754,2533.5335731506348,2534.5020294189453,2536.055088043213,2538.844347000122,2539.886713027954,2534.8081588745117,2523.6666202545166,2523.7531661987305 +50000,1000,cpu,homo,True,True,False,12.402772903442383,13.161420822143555,9.972572326660156,12.6495361328125,12.311458587646484,8.673906326293945,6.506204605102539,13.195514678955078,10.128259658813477,8.358001708984375,18.651247024536133,18.51797103881836,18.587827682495117,18.477916717529297,18.497467041015625,18.378019332885742,18.503904342651367,18.532991409301758,18.314361572265625,18.48292350769043 +50000,1000,cpu,homo,False,True,False,2.3040771484375,2.7494430541992188,1.9984245300292969,2.0117759704589844,1.964569091796875,1.6715526580810547,1.682281494140625,1.886129379272461,1.7347335815429688,2.1920204162597656,19.498586654663086,19.66381072998047,19.53911781311035,19.191265106201172,19.028425216674805,19.2258358001709,19.151687622070312,19.04296875,19.05059814453125,19.222021102905273 +50000,1000,cpu,homo,True,False,False,19.357681274414062,19.848346710205078,20.25127410888672,20.117759704589844,20.112037658691406,19.440889358520508,20.06244659423828,20.01047134399414,20.177602767944336,19.602060317993164,38.069725036621094,20.428180694580078,19.757986068725586,19.815683364868164,19.93870735168457,20.333051681518555,20.112037658691406,20.046710968017578,20.0350284576416,20.14946937561035 +50000,1000,cpu,homo,False,False,False,25.48694610595703,18.613576889038086,26.67069435119629,17.833709716796875,15.06948471069336,26.007413864135742,16.01576805114746,14.619588851928711,33.10656547546387,21.217823028564453,19.142627716064453,19.122838973999023,19.107580184936523,19.306659698486328,19.28567886352539,19.20771598815918,19.043922424316406,19.203901290893555,19.178152084350586,19.258975982666016 +50000,1000,cpu,uniform,True,True,False,13.138055801391602,21.122455596923828,18.101930618286133,19.504785537719727,12.508153915405273,9.89079475402832,7.578372955322266,6.255626678466797,6.151914596557617,6.298065185546875,32.64784812927246,32.89675712585449,33.69259834289551,33.38479995727539,33.38479995727539,33.422231674194336,33.24079513549805,33.40649604797363,33.399343490600586,33.47039222717285 +50000,1000,cpu,uniform,False,True,False,3.417491912841797,2.886533737182617,2.551555633544922,3.3295154571533203,2.579212188720703,2.2449493408203125,2.4499893188476562,2.4499893188476562,2.4423599243164062,2.084493637084961,55.98855018615723,34.14440155029297,33.931732177734375,33.99014472961426,33.826589584350586,33.54334831237793,33.58149528503418,33.73289108276367,33.50663185119629,33.85329246520996 +50000,1000,cpu,uniform,True,False,False,15.589475631713867,15.182971954345703,15.976905822753906,15.265464782714844,16.0067081451416,15.540122985839844,15.720367431640625,15.403509140014648,16.260623931884766,15.729665756225586,34.19184684753418,34.288644790649414,34.76524353027344,34.55996513366699,34.37948226928711,34.512996673583984,34.593820571899414,34.48653221130371,34.281253814697266,34.17778015136719 +50000,1000,cpu,uniform,False,False,False,26.81255340576172,32.865285873413086,22.87888526916504,28.5494327545166,23.633956909179688,16.835689544677734,16.17288589477539,17.70472526550293,15.108346939086914,15.292167663574219,33.837080001831055,33.803701400756836,34.043073654174805,34.16585922241211,78.643798828125,34.46483612060547,34.238338470458984,34.34467315673828,34.07788276672363,33.954620361328125 +50000,1000,cpu,normal,True,True,False,46.40793800354004,58.68077278137207,43.18499565124512,31.00419044494629,26.301860809326172,26.325225830078125,24.76978302001953,39.25800323486328,31.856060028076172,27.484655380249023,67.63410568237305,67.49749183654785,67.72565841674805,68.03631782531738,67.89040565490723,67.94571876525879,67.72089004516602,67.34609603881836,67.58522987365723,66.94388389587402 +50000,1000,cpu,normal,False,True,False,6.005287170410156,4.902362823486328,5.166769027709961,4.4727325439453125,3.8988590240478516,3.943204879760742,4.825115203857422,4.932165145874023,3.908872604370117,3.8836002349853516,67.81172752380371,68.4967041015625,68.02034378051758,68.1009292602539,68.31169128417969,67.79718399047852,67.49105453491211,67.08240509033203,66.64299964904785,66.4827823638916 +50000,1000,cpu,normal,True,False,False,17.681121826171875,18.09072494506836,18.148183822631836,18.253564834594727,18.316268920898438,17.494916915893555,17.06695556640625,17.433881759643555,17.713308334350586,18.088817596435547,68.24541091918945,68.12882423400879,68.2218074798584,67.90995597839355,67.78097152709961,67.35110282897949,67.59047508239746,67.3224925994873,67.35897064208984,67.5039291381836 +50000,1000,cpu,normal,False,False,False,47.51992225646973,36.223411560058594,31.750917434692383,31.563282012939453,31.64052963256836,31.907081604003906,31.763315200805664,31.78572654724121,31.904220581054688,31.818866729736328,67.88229942321777,68.1924819946289,109.21859741210938,67.84939765930176,67.95477867126465,68.19486618041992,67.93880462646484,68.04609298706055,67.6567554473877,68.01795959472656 +50000,2500,cpu,homo,True,True,False,13.358592987060547,13.941287994384766,11.682271957397461,13.24009895324707,14.444589614868164,12.555599212646484,18.24188232421875,12.850284576416016,13.131856918334961,14.034271240234375,47.05214500427246,46.68116569519043,46.83732986450195,47.121524810791016,46.74172401428223,46.62609100341797,46.457767486572266,46.72980308532715,46.65422439575195,46.47636413574219 +50000,2500,cpu,homo,False,True,False,4.935979843139648,3.7870407104492188,3.1654834747314453,3.0345916748046875,3.118276596069336,3.1003952026367188,2.60162353515625,2.6116371154785156,2.480745315551758,2.853870391845703,47.620296478271484,47.44315147399902,47.41668701171875,47.60932922363281,47.30939865112305,46.913862228393555,47.150373458862305,47.09053039550781,46.706438064575195,46.53000831604004 +50000,2500,cpu,homo,True,False,False,34.16609764099121,33.28442573547363,33.9357852935791,33.88071060180664,33.61845016479492,32.692670822143555,33.83135795593262,34.26241874694824,34.25288200378418,33.50377082824707,48.48480224609375,48.46501350402832,48.91681671142578,48.516273498535156,48.5224723815918,48.586130142211914,48.43878746032715,48.39515686035156,49.13735389709473,48.88749122619629 +50000,2500,cpu,homo,False,False,False,23.91672134399414,21.689176559448242,18.263578414916992,23.60081672668457,17.528057098388672,23.26059341430664,28.560400009155273,27.811050415039062,23.82349967956543,28.33867073059082,47.60575294494629,47.79839515686035,48.05445671081543,48.227548599243164,47.2409725189209,48.175811767578125,48.003435134887695,47.814130783081055,47.38879203796387,47.926902770996094 +50000,2500,cpu,uniform,True,True,False,22.260189056396484,19.142627716064453,19.83642578125,20.308971405029297,18.22352409362793,18.769502639770508,20.489931106567383,19.414663314819336,30.115604400634766,18.471956253051758,82.72576332092285,82.55934715270996,82.57317543029785,82.54218101501465,82.61990547180176,82.38053321838379,82.4117660522461,82.83495903015137,82.31210708618164,81.59112930297852 +50000,2500,cpu,uniform,False,True,False,5.155801773071289,4.288434982299805,3.9904117584228516,4.099607467651367,3.4143924713134766,3.487110137939453,3.36456298828125,3.055095672607422,3.4019947052001953,3.007650375366211,83.73165130615234,83.91642570495605,83.50920677185059,83.40048789978027,83.0693244934082,83.24646949768066,83.57000350952148,83.13608169555664,83.2521915435791,83.62364768981934 +50000,2500,cpu,uniform,True,False,False,26.742935180664062,27.086496353149414,27.28557586669922,27.1914005279541,27.06170082092285,26.781082153320312,26.865720748901367,26.773452758789062,27.20808982849121,26.54433250427246,84.20252799987793,86.02643013000488,84.20228958129883,84.67912673950195,84.8844051361084,84.32936668395996,83.9838981628418,84.0141773223877,84.46741104125977,83.82177352905273 +50000,2500,cpu,uniform,False,False,False,29.053688049316406,28.92446517944336,27.656078338623047,21.903514862060547,18.339872360229492,26.581287384033203,24.560928344726562,28.4121036529541,31.274080276489258,25.465965270996094,84.22112464904785,84.20324325561523,84.31744575500488,84.11216735839844,84.58709716796875,84.65313911437988,84.17487144470215,84.58590507507324,84.69653129577637,84.82956886291504 +50000,2500,cpu,normal,True,True,False,47.32775688171387,46.44608497619629,45.97735404968262,47.34182357788086,41.89109802246094,40.992021560668945,39.5965576171875,44.88706588745117,43.17951202392578,41.76664352416992,168.24007034301758,167.84238815307617,168.49875450134277,168.9009666442871,168.1978702545166,167.7558422088623,167.68479347229004,166.86105728149414,167.83928871154785,167.18792915344238 +50000,2500,cpu,normal,False,True,False,10.017156600952148,9.77325439453125,9.649276733398438,10.16545295715332,9.82522964477539,10.088920593261719,9.745359420776367,9.919881820678711,11.463642120361328,9.884834289550781,167.73438453674316,169.86751556396484,167.4506664276123,168.88928413391113,169.01421546936035,168.55216026306152,167.46950149536133,167.39869117736816,167.95730590820312,167.83571243286133 +50000,2500,cpu,normal,True,False,False,32.40227699279785,32.325029373168945,32.02056884765625,31.782150268554688,32.28878974914551,32.02676773071289,32.515525817871094,32.507896423339844,32.31382369995117,31.955242156982422,168.78390312194824,168.37477684020996,168.96629333496094,169.4633960723877,170.71843147277832,170.1350212097168,169.53158378601074,168.1807041168213,168.5953140258789,170.33743858337402 +50000,2500,cpu,normal,False,False,False,37.21904754638672,32.52267837524414,53.218841552734375,38.529396057128906,44.72637176513672,47.827959060668945,53.1313419342041,40.30299186706543,52.71506309509277,53.38263511657715,167.79708862304688,168.45393180847168,168.58553886413574,170.28474807739258,169.9068546295166,169.6004867553711,168.78390312194824,169.48962211608887,168.46060752868652,170.60518264770508 +50000,5000,cpu,homo,True,True,False,19.19722557067871,17.464876174926758,15.53654670715332,12.273788452148438,15.860557556152344,19.859790802001953,12.761116027832031,15.747547149658203,12.772083282470703,14.176130294799805,92.84567832946777,92.61560440063477,92.24867820739746,92.47398376464844,91.20368957519531,91.78733825683594,92.26608276367188,93.06955337524414,93.20759773254395,92.92197227478027 +50000,5000,cpu,homo,False,True,False,4.8389434814453125,4.628896713256836,4.2591094970703125,5.090475082397461,4.340887069702148,4.275798797607422,3.718137741088867,3.6592483520507812,3.9412975311279297,3.6509037017822266,94.12813186645508,94.07615661621094,94.59829330444336,93.52612495422363,94.09785270690918,113.74711990356445,93.12129020690918,93.536376953125,93.25194358825684,93.9493179321289 +50000,5000,cpu,homo,True,False,False,46.820878982543945,46.251535415649414,46.29921913146973,46.288490295410156,46.15449905395508,46.52714729309082,46.614885330200195,46.22316360473633,48.20990562438965,45.31502723693848,96.13990783691406,95.79658508300781,95.45016288757324,95.63493728637695,95.37076950073242,95.38888931274414,95.37577629089355,96.40264511108398,96.65107727050781,96.97103500366211 +50000,5000,cpu,homo,False,False,False,29.972553253173828,28.22113037109375,23.234128952026367,26.984453201293945,25.040626525878906,27.200698852539062,27.772903442382812,29.169321060180664,27.918338775634766,25.964736938476562,95.43108940124512,95.1395034790039,95.20220756530762,95.22128105163574,94.93470191955566,95.64614295959473,95.12615203857422,95.91197967529297,96.3587760925293,96.09055519104004 +50000,5000,cpu,uniform,True,True,False,20.955562591552734,19.457578659057617,21.44646644592285,22.053956985473633,19.566059112548828,21.90995216369629,23.82040023803711,21.17323875427246,26.461362838745117,23.302555084228516,164.46518898010254,164.2458438873291,165.6029224395752,165.55309295654297,165.30442237854004,165.6951904296875,165.38453102111816,164.6881103515625,165.25769233703613,165.93694686889648 +50000,5000,cpu,uniform,False,True,False,7.529258728027344,7.976293563842773,7.720470428466797,8.257627487182617,6.096839904785156,5.834102630615234,6.675004959106445,5.702495574951172,7.621288299560547,6.6661834716796875,165.88282585144043,164.92915153503418,165.88473320007324,167.13404655456543,166.55898094177246,166.17488861083984,165.77529907226562,165.98105430603027,165.79174995422363,166.45097732543945 +50000,5000,cpu,uniform,True,False,False,41.67008399963379,39.489030838012695,39.77847099304199,39.148807525634766,39.69168663024902,39.44993019104004,40.9245491027832,39.43920135498047,39.49856758117676,40.236711502075195,169.0847873687744,169.75998878479004,169.85249519348145,170.65191268920898,169.97885704040527,169.1596508026123,169.19708251953125,169.32106018066406,169.48866844177246,170.07207870483398 +50000,5000,cpu,uniform,False,False,False,29.917240142822266,25.619983673095703,31.334400177001953,32.60540962219238,30.619382858276367,24.204015731811523,29.187679290771484,29.062986373901367,26.820898056030273,25.592327117919922,169.0661907196045,169.7063446044922,169.3274974822998,170.51124572753906,196.1061954498291,168.64466667175293,168.93434524536133,168.3979034423828,169.12174224853516,169.35062408447266 +50000,5000,cpu,normal,True,True,False,51.32341384887695,51.44238471984863,57.991981506347656,68.76111030578613,51.162004470825195,66.64466857910156,54.94070053100586,50.7662296295166,50.41003227233887,43.239593505859375,333.94598960876465,337.8629684448242,335.8306884765625,335.2334499359131,336.1203670501709,334.1634273529053,334.47837829589844,336.2598419189453,334.25259590148926,335.1635932922363 +50000,5000,cpu,normal,False,True,False,20.04265785217285,20.145416259765625,20.499467849731445,19.586563110351562,19.447803497314453,19.257783889770508,20.478487014770508,20.528316497802734,20.270109176635742,20.616531372070312,337.4950885772705,337.993860244751,337.53395080566406,338.1929397583008,336.16185188293457,335.0706100463867,337.5570774078369,335.65521240234375,336.353063583374,336.6360664367676 +50000,5000,cpu,normal,True,False,False,49.60370063781738,50.33087730407715,50.65655708312988,49.68070983886719,49.90720748901367,49.59416389465332,49.896240234375,50.50945281982422,49.938201904296875,50.39262771606445,337.8422260284424,338.716983795166,337.6879692077637,339.3516540527344,340.40045738220215,338.8552665710449,339.5957946777344,340.8012390136719,337.0780944824219,339.71357345581055 +50000,5000,cpu,normal,False,False,False,61.075448989868164,55.655717849731445,68.50934028625488,68.41516494750977,57.683467864990234,74.76091384887695,63.195228576660156,47.19400405883789,51.247358322143555,55.01961708068848,337.3432159423828,338.72318267822266,336.14659309387207,338.6850357055664,339.7972583770752,336.240291595459,335.82162857055664,338.4380340576172,337.0344638824463,337.1267318725586 +50000,10000,cpu,homo,True,True,False,7.369041442871094,7.17473030090332,7.026195526123047,7.694482803344727,7.004499435424805,7.438182830810547,6.960391998291016,7.352113723754883,7.0896148681640625,7.028818130493164,183.4275722503662,182.2946071624756,181.6558837890625,182.50751495361328,183.7005615234375,183.68053436279297,182.30271339416504,182.44671821594238,183.61210823059082,184.30161476135254 +50000,10000,cpu,homo,False,True,False,7.971048355102539,7.075786590576172,6.853342056274414,7.250547409057617,6.793022155761719,7.158756256103516,7.124423980712891,6.7539215087890625,7.817506790161133,6.82520866394043,184.2038631439209,183.38918685913086,184.4942569732666,185.29939651489258,187.69526481628418,185.6393814086914,184.90123748779297,184.83901023864746,183.93182754516602,184.58056449890137 +50000,10000,cpu,homo,True,False,False,65.02604484558105,64.52274322509766,65.01269340515137,66.34688377380371,64.2080307006836,65.87791442871094,64.80097770690918,64.10026550292969,65.45162200927734,65.41943550109863,191.93267822265625,192.1212673187256,192.5067901611328,193.27926635742188,192.69394874572754,191.5755271911621,190.90652465820312,192.2745704650879,192.76928901672363,192.8691864013672 +50000,10000,cpu,homo,False,False,False,37.12058067321777,34.79290008544922,34.35945510864258,36.67950630187988,35.680532455444336,34.89375114440918,35.81047058105469,35.02798080444336,34.57379341125488,36.832571029663086,193.26424598693848,192.2745704650879,191.37930870056152,191.01309776306152,192.3360824584961,193.4826374053955,191.79964065551758,191.56408309936523,191.5721893310547,191.5144920349121 +50000,10000,cpu,uniform,True,True,False,11.351823806762695,11.060714721679688,11.540412902832031,11.6119384765625,11.007547378540039,11.219978332519531,11.560916900634766,10.954141616821289,11.474609375,11.62862777709961,332.14688301086426,332.60059356689453,328.99999618530273,329.3945789337158,331.87270164489746,331.5467834472656,332.014799118042,332.84568786621094,330.1866054534912,331.6643238067627 +50000,10000,cpu,uniform,False,True,False,11.42430305480957,10.837078094482422,11.178731918334961,11.194944381713867,10.958433151245117,11.196374893188477,11.359691619873047,10.906219482421875,11.12055778503418,11.482477188110352,334.20467376708984,333.21547508239746,329.57911491394043,332.061767578125,331.18557929992676,328.779935836792,330.2350044250488,330.89637756347656,331.3782215118408,332.416296005249 +50000,10000,cpu,uniform,True,False,False,60.56475639343262,60.86611747741699,60.84036827087402,59.295654296875,61.70082092285156,60.706138610839844,60.44626235961914,60.776710510253906,60.50682067871094,59.55815315246582,339.05529975891113,340.4064178466797,336.72380447387695,337.80384063720703,339.42413330078125,335.8302116394043,337.7509117126465,338.20033073425293,335.86978912353516,337.1908664703369 +50000,10000,cpu,uniform,False,False,False,32.037973403930664,31.969785690307617,32.53793716430664,30.845165252685547,32.216787338256836,34.8973274230957,33.06078910827637,33.356666564941406,32.91058540344238,31.93378448486328,338.8409614562988,337.9030227661133,338.96374702453613,338.69147300720215,337.10169792175293,339.27083015441895,338.30785751342773,338.6220932006836,338.8700485229492,339.4136428833008 +50000,10000,cpu,normal,True,True,False,43.20931434631348,41.13578796386719,42.60897636413574,43.76053810119629,42.0989990234375,40.90118408203125,41.91946983337402,40.67802429199219,42.0992374420166,40.500640869140625,673.2385158538818,670.3615188598633,674.1437911987305,672.0030307769775,671.7104911804199,672.9564666748047,673.4058856964111,669.3027019500732,674.034833908081,674.2374897003174 +50000,10000,cpu,normal,False,True,False,39.68214988708496,39.29543495178223,39.368391036987305,40.108680725097656,39.43347930908203,39.59369659423828,39.61610794067383,40.303707122802734,39.574384689331055,39.595842361450195,671.4837551116943,671.4394092559814,672.5094318389893,670.9685325622559,672.3101139068604,670.7947254180908,670.7019805908203,665.0865077972412,666.5399074554443,666.0006046295166 +50000,10000,cpu,normal,True,False,False,81.26497268676758,80.61361312866211,80.63507080078125,80.83367347717285,80.98626136779785,81.81476593017578,81.3901424407959,80.64627647399902,82.53693580627441,80.53970336914062,678.1830787658691,676.7880916595459,677.236795425415,676.2328147888184,674.7846603393555,676.7499446868896,675.1198768615723,675.0814914703369,678.4071922302246,675.8368015289307 +50000,10000,cpu,normal,False,False,False,51.8646240234375,50.008535385131836,52.46281623840332,51.48935317993164,51.300764083862305,50.38046836853027,50.8577823638916,51.73850059509277,49.64470863342285,49.97658729553223,676.6788959503174,677.4201393127441,678.8043975830078,676.4645576477051,678.5016059875488,678.5831451416016,677.8461933135986,677.2184371948242,679.4557571411133,676.1536598205566 +50000,25000,cpu,homo,True,True,False,17.614126205444336,17.34757423400879,17.426252365112305,17.525434494018555,17.644882202148438,19.04606819152832,18.251895904541016,17.429113388061523,17.33708381652832,17.430543899536133,463.8385772705078,460.00146865844727,461.96484565734863,460.2212905883789,463.5200500488281,460.65807342529297,463.35792541503906,483.8716983795166,462.7366065979004,463.6685848236084 +50000,25000,cpu,homo,False,True,False,17.7764892578125,17.206192016601562,17.21024513244629,18.793582916259766,17.2274112701416,18.257617950439453,17.448902130126953,18.960237503051758,18.082380294799805,17.698287963867188,465.0115966796875,465.09456634521484,460.6165885925293,463.29379081726074,457.90934562683105,463.5961055755615,459.7163200378418,461.5790843963623,462.4631404876709,462.5575542449951 +50000,25000,cpu,homo,True,False,False,109.68494415283203,109.66181755065918,110.19444465637207,107.7888011932373,108.74629020690918,108.38007926940918,111.36293411254883,108.6883544921875,110.80551147460938,109.9863052368164,477.6742458343506,479.25400733947754,476.0103225708008,479.65431213378906,478.93595695495605,479.8092842102051,476.8555164337158,478.2900810241699,478.9743423461914,479.59256172180176 +50000,25000,cpu,homo,False,False,False,88.99116516113281,90.35682678222656,89.5380973815918,88.18507194519043,91.71366691589355,89.40863609313965,88.92655372619629,87.87965774536133,90.9121036529541,88.15336227416992,478.02066802978516,478.6102771759033,479.42495346069336,478.44457626342773,517.6651477813721,476.6111373901367,478.0106544494629,477.891206741333,478.4727096557617,476.4237403869629 +50000,25000,cpu,uniform,True,True,False,26.959657669067383,29.647350311279297,29.265403747558594,29.39438819885254,29.019832611083984,29.237031936645508,27.36353874206543,27.179956436157227,27.645587921142578,27.007102966308594,824.5737552642822,825.1254558563232,825.7334232330322,826.7953395843506,829.4401168823242,827.8286457061768,828.5410404205322,827.2411823272705,825.3936767578125,826.9960880279541 +50000,25000,cpu,uniform,False,True,False,27.6033878326416,27.156352996826172,27.501821517944336,27.420997619628906,27.410268783569336,30.336618423461914,29.186248779296875,27.695894241333008,27.352571487426758,29.83713150024414,825.059175491333,828.43017578125,829.3273448944092,827.261209487915,828.2809257507324,829.0810585021973,826.2104988098145,827.6188373565674,830.895185470581,827.0378112792969 +50000,25000,cpu,uniform,True,False,False,108.67762565612793,107.72705078125,108.77180099487305,108.96873474121094,108.06846618652344,107.65957832336426,109.09557342529297,110.29267311096191,109.33446884155273,107.8338623046875,843.6124324798584,846.7226028442383,844.8479175567627,846.5380668640137,846.282958984375,846.4906215667725,844.0368175506592,842.7448272705078,845.8306789398193,844.0456390380859 +50000,25000,cpu,uniform,False,False,False,80.85465431213379,84.37395095825195,82.81588554382324,83.39333534240723,82.40175247192383,85.40987968444824,78.74011993408203,81.8929672241211,82.52549171447754,84.49864387512207,841.4227962493896,845.1156616210938,842.799186706543,846.1010456085205,843.7449932098389,843.8222408294678,842.9703712463379,842.984676361084,841.5439128875732,863.4293079376221 +50000,25000,cpu,normal,True,True,False,122.93505668640137,109.75956916809082,101.36294364929199,99.81799125671387,111.35601997375488,116.90068244934082,102.91576385498047,100.03542900085449,99.69329833984375,104.29620742797852,1694.00954246521,1722.8424549102783,1701.3123035430908,1679.8005104064941,1675.513744354248,1676.3911247253418,1678.6961555480957,1679.490566253662,1675.217866897583,1677.7830123901367 +50000,25000,cpu,normal,False,True,False,100.63457489013672,100.49605369567871,100.04329681396484,100.15392303466797,100.4636287689209,99.6241569519043,99.42436218261719,99.54595565795898,99.91741180419922,99.7614860534668,1665.2863025665283,1669.3086624145508,1665.1709079742432,1662.7097129821777,1661.1087322235107,1665.2743816375732,1664.4783020019531,1668.6277389526367,1668.2569980621338,1665.8880710601807 +50000,25000,cpu,normal,True,False,False,167.30165481567383,166.58902168273926,166.05067253112793,168.75815391540527,166.08762741088867,167.3440933227539,166.45026206970215,168.87235641479492,168.99704933166504,167.84071922302246,1698.897123336792,1696.4497566223145,1690.6538009643555,1693.6585903167725,1692.514181137085,1694.3471431732178,1688.8222694396973,1696.1863040924072,1751.8346309661865,1693.9170360565186 +50000,25000,cpu,normal,False,False,False,124.50194358825684,124.84169006347656,123.46410751342773,124.24421310424805,123.07548522949219,123.32630157470703,123.9006519317627,124.94349479675293,122.81966209411621,124.30071830749512,1684.6837997436523,1684.59153175354,1691.7130947113037,1684.011459350586,1684.009313583374,1684.924840927124,1689.1400814056396,1685.3764057159424,1687.6497268676758,1685.0252151489258 +50000,37500,cpu,homo,True,True,False,26.318788528442383,26.966571807861328,26.04389190673828,26.665925979614258,26.134252548217773,27.008771896362305,25.944948196411133,25.56014060974121,27.101993560791016,26.048898696899414,693.798303604126,695.4724788665771,697.7794170379639,692.4834251403809,693.6454772949219,697.1204280853271,693.4850215911865,692.9500102996826,694.021463394165,694.2367553710938 +50000,37500,cpu,homo,False,True,False,25.85768699645996,25.62737464904785,26.96681022644043,26.4742374420166,27.18973159790039,25.960206985473633,26.247024536132812,25.879383087158203,26.361703872680664,26.105403900146484,690.3135776519775,690.9465789794922,693.46022605896,689.993143081665,687.8452301025391,690.3550624847412,692.1336650848389,690.5922889709473,691.5879249572754,691.5185451507568 +50000,37500,cpu,homo,True,False,False,139.6033763885498,144.68860626220703,140.44880867004395,142.55023002624512,140.9008502960205,142.2438621520996,140.6550407409668,140.96593856811523,142.3935890197754,141.73293113708496,713.9508724212646,717.0913219451904,717.3318862915039,716.9878482818604,716.6397571563721,718.9161777496338,717.8804874420166,715.0561809539795,715.0037288665771,718.1699275970459 +50000,37500,cpu,homo,False,False,False,132.30252265930176,131.47997856140137,131.30879402160645,131.683349609375,131.03389739990234,132.15112686157227,130.57374954223633,130.80644607543945,132.7211856842041,133.41021537780762,717.6916599273682,718.0111408233643,719.9325561523438,719.531774520874,717.1103954315186,717.7455425262451,719.6056842803955,716.9756889343262,717.5750732421875,721.5762138366699 +50000,37500,cpu,uniform,True,True,False,42.111873626708984,41.07952117919922,41.89753532409668,40.856122970581055,41.335344314575195,41.548967361450195,41.811227798461914,41.80169105529785,49.829959869384766,44.66843605041504,1235.5566024780273,1230.2484512329102,1257.714033126831,1241.346836090088,1240.7398223876953,1243.1139945983887,1239.9663925170898,1244.7941303253174,1246.178388595581,1242.767572402954 +50000,37500,cpu,uniform,False,True,False,40.74811935424805,41.00847244262695,40.70329666137695,41.225433349609375,42.21010208129883,40.99011421203613,42.39249229431152,44.066667556762695,43.254852294921875,41.72992706298828,1241.59836769104,1243.8788414001465,1244.6858882904053,1243.6707019805908,1241.2891387939453,1243.2382106781006,1247.3633289337158,1242.4674034118652,1238.060474395752,1235.43381690979 +50000,37500,cpu,uniform,True,False,False,131.73937797546387,133.50296020507812,132.97104835510254,134.23752784729004,133.87823104858398,130.13267517089844,130.07616996765137,132.99846649169922,131.94918632507324,134.70196723937988,1265.6583786010742,1265.0179862976074,1265.5479907989502,1268.0737972259521,1258.9285373687744,1263.5102272033691,1263.516902923584,1263.8511657714844,1261.7461681365967,1267.0869827270508 +50000,37500,cpu,uniform,False,False,False,127.23684310913086,123.32439422607422,123.4893798828125,126.77836418151855,124.20511245727539,128.70168685913086,128.94058227539062,120.06568908691406,129.5182704925537,123.36063385009766,1268.2673931121826,1265.4671669006348,1268.9063549041748,1267.9119110107422,1288.9082431793213,1263.3707523345947,1267.5743103027344,1267.3251628875732,1264.9993896484375,1267.5926685333252 +50000,37500,cpu,normal,True,True,False,148.2095718383789,148.8661766052246,148.93865585327148,150.42352676391602,149.16443824768066,148.58579635620117,148.38361740112305,149.26815032958984,148.69046211242676,148.91457557678223,2518.0788040161133,2518.47505569458,2518.7888145446777,2515.8066749572754,2519.1829204559326,2519.4649696350098,2518.5043811798096,2512.589931488037,2519.019603729248,2512.789011001587 +50000,37500,cpu,normal,False,True,False,150.07281303405762,148.56743812561035,148.39982986450195,149.25241470336914,148.1177806854248,149.01351928710938,148.81014823913574,149.3818759918213,148.2696533203125,202.10003852844238,2511.5156173706055,2513.660430908203,2520.6809043884277,2520.366430282593,2519.1690921783447,2538.407564163208,2515.8863067626953,2513.291120529175,2516.134262084961,2514.185905456543 +50000,37500,cpu,normal,True,False,False,195.80411911010742,193.7084197998047,193.1896209716797,194.93556022644043,190.33002853393555,190.49596786499023,193.61615180969238,194.31543350219727,193.71795654296875,192.09527969360352,2532.339334487915,2534.9457263946533,2535.4039669036865,2538.1386280059814,2541.3060188293457,2534.0278148651123,2537.3618602752686,2540.2894020080566,2535.259485244751,2532.7696800231934 +50000,37500,cpu,normal,False,False,False,185.11557579040527,185.1785182952881,184.42773818969727,186.64050102233887,186.99383735656738,189.2099380493164,186.25688552856445,185.92476844787598,188.77577781677246,192.1086311340332,2541.740894317627,2542.4036979675293,2540.9040451049805,2535.099744796753,2540.0848388671875,2537.5237464904785,2540.217399597168,2535.6369018554688,2527.0867347717285,2523.7865447998047 +50000,50000,cpu,homo,True,True,False,35.35962104797363,34.37542915344238,34.37161445617676,34.35683250427246,34.26527976989746,36.080121994018555,34.39831733703613,34.264564514160156,35.97307205200195,34.386396408081055,927.0737171173096,924.9858856201172,924.4513511657715,925.809383392334,923.01344871521,924.4987964630127,921.4212894439697,926.2750148773193,923.4504699707031,925.3787994384766 +50000,50000,cpu,homo,False,True,False,34.69133377075195,34.48319435119629,34.50274467468262,37.19472885131836,35.509586334228516,34.316301345825195,38.08259963989258,36.34452819824219,34.24882888793945,34.31344032287598,928.4811019897461,922.9998588562012,928.2729625701904,930.3052425384521,925.4589080810547,929.2290210723877,923.9718914031982,926.426887512207,951.5185356140137,922.9030609130859 +50000,50000,cpu,homo,True,False,False,172.8205680847168,173.66504669189453,178.32589149475098,175.92930793762207,180.43947219848633,174.26800727844238,181.65159225463867,174.8054027557373,176.50341987609863,178.41053009033203,955.5785655975342,956.2182426452637,955.7335376739502,957.7295780181885,955.8734893798828,957.8351974487305,957.3805332183838,955.5819034576416,957.0262432098389,955.7452201843262 +50000,50000,cpu,homo,False,False,False,177.4880886077881,176.76234245300293,175.41074752807617,175.42600631713867,177.35743522644043,171.9214916229248,176.0232448577881,173.40612411499023,179.59165573120117,175.490140914917,956.8991661071777,958.6806297302246,962.531328201294,961.1349105834961,955.3613662719727,954.1199207305908,956.6264152526855,956.2129974365234,957.1409225463867,956.0546875 +50000,50000,cpu,uniform,True,True,False,54.49056625366211,55.151939392089844,54.69918251037598,54.71634864807129,54.625511169433594,54.61382865905762,54.395437240600586,54.274797439575195,54.17060852050781,54.21614646911621,1646.1610794067383,1645.672082901001,1645.8191871643066,1649.2538452148438,1644.397497177124,1646.094560623169,1643.9428329467773,1647.9709148406982,1641.925573348999,1638.953685760498 +50000,50000,cpu,uniform,False,True,False,54.31938171386719,54.4130802154541,55.2058219909668,54.572343826293945,54.77142333984375,55.96756935119629,54.212093353271484,54.197072982788086,54.30936813354492,54.28051948547363,1653.149127960205,1655.059814453125,1655.4532051086426,1653.841257095337,1656.3940048217773,1653.4733772277832,1656.569004058838,1657.1190357208252,1655.275583267212,1654.2811393737793 +50000,50000,cpu,uniform,True,False,False,169.7537899017334,171.07796669006348,172.6064682006836,167.15598106384277,168.60723495483398,166.95499420166016,164.75534439086914,165.83991050720215,170.18914222717285,174.8363971710205,1685.5103969573975,1687.9971027374268,1690.0911331176758,1691.4093494415283,1686.7296695709229,1685.4867935180664,1684.7681999206543,1685.041904449463,1674.8270988464355,1680.370807647705 +50000,50000,cpu,uniform,False,False,False,168.7922477722168,172.43146896362305,166.14794731140137,169.28434371948242,165.9536361694336,168.59030723571777,167.37794876098633,163.93065452575684,169.9683666229248,169.33226585388184,1679.4710159301758,1676.6486167907715,1687.7317428588867,1681.6463470458984,1685.8394145965576,1688.319206237793,1684.6575736999512,1684.2155456542969,1690.136194229126,1688.5170936584473 +50000,50000,cpu,normal,True,True,False,199.080228805542,197.66473770141602,198.98104667663574,200.6080150604248,199.3386745452881,200.67620277404785,204.5290470123291,202.88825035095215,201.55835151672363,201.28655433654785,3359.0140342712402,3357.9070568084717,3356.7557334899902,3356.826066970825,3359.398603439331,3356.4884662628174,3359.025239944458,3358.5681915283203,3394.8094844818115,3358.4117889404297 +50000,50000,cpu,normal,False,True,False,199.11861419677734,207.45468139648438,204.22101020812988,201.94029808044434,215.45124053955078,202.96788215637207,199.05567169189453,228.37209701538086,216.25566482543945,201.74336433410645,3356.842279434204,3354.6533584594727,3356.38427734375,3354.426860809326,3355.5142879486084,3358.6654663085938,3353.8641929626465,3353.426694869995,3355.0806045532227,3353.0008792877197 +50000,50000,cpu,normal,True,False,False,257.0803165435791,250.80561637878418,246.21343612670898,247.2097873687744,250.2148151397705,250.26345252990723,246.6421127319336,247.27892875671387,245.58591842651367,251.91187858581543,3386.1982822418213,3375.666856765747,3374.716281890869,3382.070779800415,3386.248826980591,3423.3906269073486,3384.725570678711,3387.0675563812256,3386.2199783325195,3389.160394668579 +50000,50000,cpu,normal,False,False,False,249.9215602874756,249.9091625213623,251.53374671936035,248.9025592803955,248.6279010772705,249.60947036743164,249.67312812805176,251.00064277648926,250.94270706176758,248.42548370361328,3381.3533782958984,3383.190155029297,3388.5104656219482,3377.2737979888916,3381.087064743042,3380.186080932617,3388.08012008667,3385.3840827941895,3378.0808448791504,3386.744260787964 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_gpu.csv new file mode 100644 index 0000000..ec822d2 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_gpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,cpu,homo,True,True,False,0.194549560546875,0.2231597900390625,0.2071857452392578,0.18858909606933594,0.2205371856689453,0.2086162567138672,0.20122528076171875,0.217437744140625,0.19788742065429688,0.2167224884033203,0.1804828643798828,0.28634071350097656,0.20742416381835938,0.16236305236816406,0.18596649169921875,0.1575946807861328,0.1437664031982422,0.1628398895263672,0.2105236053466797,0.18787384033203125 +1000,1000,cpu,homo,False,True,False,0.2589225769042969,0.2453327178955078,0.25391578674316406,0.2589225769042969,0.5674362182617188,0.24938583374023438,0.2377033233642578,0.24437904357910156,0.24938583374023438,0.263214111328125,0.18930435180664062,0.19359588623046875,0.1876354217529297,0.20384788513183594,0.19788742065429688,0.20384788513183594,0.15497207641601562,0.18835067749023438,0.19359588623046875,0.18143653869628906 +1000,1000,cpu,homo,True,False,False,0.20313262939453125,0.19931793212890625,0.22745132446289062,0.2155303955078125,0.2579689025878906,0.19931793212890625,0.20170211791992188,0.2124309539794922,0.2067089080810547,0.22172927856445312,0.4057884216308594,0.34332275390625,0.28204917907714844,0.2498626708984375,0.24652481079101562,0.23698806762695312,0.23698806762695312,0.2391338348388672,0.23627281188964844,0.23508071899414062 +1000,1000,cpu,homo,False,False,False,0.2186298370361328,0.2574920654296875,0.5807876586914062,0.4737377166748047,0.4315376281738281,0.40531158447265625,0.3783702850341797,0.40149688720703125,0.3859996795654297,0.3826618194580078,0.16808509826660156,0.18167495727539062,0.1277923583984375,0.1742839813232422,0.16832351684570312,0.16450881958007812,0.13756752014160156,0.17976760864257812,0.1614093780517578,0.15544891357421875 +1000,1000,cpu,uniform,True,True,False,0.3108978271484375,0.2751350402832031,0.2269744873046875,0.2448558807373047,0.2696514129638672,0.2460479736328125,0.225067138671875,0.2613067626953125,0.25916099548339844,0.22792816162109375,0.19478797912597656,0.20503997802734375,0.21505355834960938,0.22983551025390625,0.20837783813476562,0.19979476928710938,0.19168853759765625,0.20265579223632812,0.19097328186035156,0.2605915069580078 +1000,1000,cpu,uniform,False,True,False,0.4680156707763672,0.48613548278808594,0.4525184631347656,0.4513263702392578,0.45371055603027344,0.4429817199707031,0.4565715789794922,0.43702125549316406,0.4475116729736328,0.41604042053222656,0.28967857360839844,0.2865791320800781,0.28586387634277344,0.3032684326171875,0.28228759765625,0.2815723419189453,0.34165382385253906,0.33593177795410156,0.30231475830078125,0.2639293670654297 +1000,1000,cpu,uniform,True,False,False,0.2772808074951172,0.26035308837890625,0.23317337036132812,0.24127960205078125,0.21266937255859375,0.2684593200683594,0.32448768615722656,0.7364749908447266,0.49877166748046875,0.5662441253662109,0.2968311309814453,0.3478527069091797,0.2982616424560547,0.2770423889160156,0.2918243408203125,0.3039836883544922,0.27298927307128906,0.30684471130371094,0.27751922607421875,0.26679039001464844 +1000,1000,cpu,uniform,False,False,False,0.2644062042236328,0.29778480529785156,0.4832744598388672,0.4248619079589844,0.5495548248291016,0.6272792816162109,0.4830360412597656,0.4901885986328125,0.4341602325439453,0.48828125,0.32901763916015625,0.3142356872558594,0.30040740966796875,0.2789497375488281,0.3008842468261719,0.2892017364501953,0.29540061950683594,0.28443336486816406,0.28634071350097656,0.2837181091308594 +1000,1000,cpu,normal,True,True,False,0.2543926239013672,0.2582073211669922,0.2372264862060547,0.2162456512451172,0.21791458129882812,0.25534629821777344,0.2532005310058594,0.22101402282714844,0.2491474151611328,0.5676746368408203,0.18262863159179688,0.14472007751464844,0.1876354217529297,0.16570091247558594,0.1735687255859375,0.2067089080810547,0.18167495727539062,0.21839141845703125,0.20933151245117188,0.19359588623046875 +1000,1000,cpu,normal,False,True,False,0.48995018005371094,0.4711151123046875,0.4642009735107422,0.4394054412841797,0.438690185546875,0.47707557678222656,0.46825408935546875,0.5180835723876953,0.48851966857910156,0.4558563232421875,0.33283233642578125,0.3159046173095703,0.2999305725097656,0.3437995910644531,0.3476142883300781,0.3211498260498047,0.32639503479003906,0.308990478515625,0.4913806915283203,0.3235340118408203 +1000,1000,cpu,normal,True,False,False,0.2803802490234375,0.2627372741699219,0.263214111328125,0.25463104248046875,0.2377033233642578,0.2338886260986328,0.2522468566894531,0.23436546325683594,0.2491474151611328,0.20003318786621094,0.29754638671875,0.28133392333984375,0.2570152282714844,0.2741813659667969,0.2696514129638672,0.23651123046875,0.2560615539550781,0.26035308837890625,0.26679039001464844,0.247955322265625 +1000,1000,cpu,normal,False,False,False,0.2589225769042969,0.24461746215820312,0.25200843811035156,0.3509521484375,0.25153160095214844,0.2753734588623047,0.25916099548339844,0.2562999725341797,0.23365020751953125,0.23794174194335938,0.25963783264160156,0.2529621124267578,0.2338886260986328,0.25010108947753906,0.2529621124267578,0.24437904357910156,0.23746490478515625,0.2551078796386719,0.2512931823730469,0.2295970916748047 +1000,2500,cpu,homo,True,True,False,0.2567768096923828,0.18644332885742188,0.21338462829589844,0.18739700317382812,0.20360946655273438,0.18739700317382812,0.19025802612304688,0.19216537475585938,0.5247592926025391,0.4839897155761719,0.25963783264160156,0.2665519714355469,0.2720355987548828,0.2651214599609375,0.25844573974609375,0.2772808074951172,0.3173351287841797,0.2644062042236328,0.2808570861816406,0.27751922607421875 +1000,2500,cpu,homo,False,True,False,0.21910667419433594,0.21076202392578125,0.20599365234375,0.18215179443359375,0.19860267639160156,0.1971721649169922,0.21076202392578125,0.19621849060058594,0.1804828643798828,0.20766258239746094,0.1773834228515625,0.14472007751464844,0.1437664031982422,0.15473365783691406,0.1499652862548828,0.1239776611328125,0.1556873321533203,0.15807151794433594,0.1633167266845703,0.12445449829101562 +1000,2500,cpu,homo,True,False,False,0.48041343688964844,0.3933906555175781,0.4017353057861328,0.39386749267578125,0.3895759582519531,0.3981590270996094,0.3867149353027344,0.3790855407714844,0.3826618194580078,0.3960132598876953,0.2593994140625,0.26726722717285156,0.3578662872314453,0.5464553833007812,0.3039836883544922,0.2684593200683594,0.2570152282714844,0.2560615539550781,0.2951622009277344,0.2796649932861328 +1000,2500,cpu,homo,False,False,False,0.22649765014648438,0.19693374633789062,0.2117156982421875,0.2105236053466797,0.19788742065429688,0.17690658569335938,0.1933574676513672,0.20265579223632812,0.1919269561767578,0.2167224884033203,0.17595291137695312,0.14472007751464844,0.14472007751464844,0.1685619354248047,0.12612342834472656,0.48065185546875,0.3211498260498047,0.28634071350097656,0.26345252990722656,0.2663135528564453 +1000,2500,cpu,uniform,True,True,False,0.46372413635253906,0.4711151123046875,0.4570484161376953,0.5097389221191406,0.4916191101074219,0.48160552978515625,0.4622936248779297,0.6403923034667969,0.4608631134033203,0.4966259002685547,0.2713203430175781,0.21219253540039062,0.19598007202148438,0.2117156982421875,0.21958351135253906,0.2498626708984375,0.22530555725097656,0.23865699768066406,0.22482872009277344,0.18596649169921875 +1000,2500,cpu,uniform,False,True,False,0.2551078796386719,0.28634071350097656,0.25725364685058594,0.23889541625976562,0.2639293670654297,0.27108192443847656,0.21982192993164062,0.2338886260986328,0.244140625,0.26154518127441406,0.18024444580078125,0.2281665802001953,0.27680397033691406,0.23508071899414062,0.22530555725097656,0.3933906555175781,0.22101402282714844,0.1780986785888672,0.1666545867919922,0.20456314086914062 +1000,2500,cpu,uniform,True,False,False,0.33020973205566406,0.2646446228027344,0.3829002380371094,0.27060508728027344,0.26297569274902344,0.2684593200683594,0.2384185791015625,0.23555755615234375,0.2219676971435547,0.2608299255371094,0.2319812774658203,0.23674964904785156,0.20384788513183594,0.20742416381835938,0.2148151397705078,0.21839141845703125,0.2651214599609375,0.24175643920898438,0.20837783813476562,0.20503997802734375 +1000,2500,cpu,uniform,False,False,False,0.2186298370361328,0.22792816162109375,0.24056434631347656,0.2789497375488281,0.23627281188964844,0.202178955078125,0.20885467529296875,0.27441978454589844,0.270843505859375,0.2627372741699219,0.31495094299316406,0.2734661102294922,0.28586387634277344,0.3216266632080078,0.2949237823486328,0.2772808074951172,0.28514862060546875,0.2968311309814453,0.2951622009277344,0.3037452697753906 +1000,2500,cpu,normal,True,True,False,0.23984909057617188,0.247955322265625,0.22554397583007812,0.2262592315673828,0.21600723266601562,0.23174285888671875,0.1957416534423828,0.23674964904785156,0.2181529998779297,0.22935867309570312,0.29730796813964844,0.2868175506591797,0.354766845703125,0.2884864807128906,0.2617835998535156,0.2684593200683594,0.2803802490234375,0.2999305725097656,0.2963542938232422,0.3399848937988281 +1000,2500,cpu,normal,False,True,False,0.25773048400878906,0.2243518829345703,0.23436546325683594,0.23627281188964844,0.24318695068359375,0.23651123046875,0.25391578674316406,0.24318695068359375,0.278472900390625,0.2651214599609375,0.21886825561523438,0.2086162567138672,0.1971721649169922,0.23555755615234375,0.2110004425048828,0.21409988403320312,0.22363662719726562,0.19884109497070312,0.20360946655273438,0.19097328186035156 +1000,2500,cpu,normal,True,False,False,0.2522468566894531,0.25582313537597656,0.29015541076660156,0.2734661102294922,0.24652481079101562,0.2543926239013672,0.23794174194335938,0.23365020751953125,0.23555755615234375,0.23031234741210938,0.24056434631347656,0.2243518829345703,0.1804828643798828,0.22792816162109375,0.21910667419433594,0.22339820861816406,0.19311904907226562,0.19812583923339844,0.28252601623535156,0.24199485778808594 +1000,2500,cpu,normal,False,False,False,0.2186298370361328,0.2536773681640625,0.23221969604492188,0.25963783264160156,0.23794174194335938,0.23627281188964844,0.240325927734375,0.2219676971435547,0.21195411682128906,0.23293495178222656,0.47588348388671875,0.3731250762939453,0.35071372985839844,0.37288665771484375,0.3635883331298828,0.3654956817626953,0.3483295440673828,0.33783912658691406,0.3261566162109375,0.3349781036376953 +1000,5000,cpu,homo,True,True,False,0.19741058349609375,0.17523765563964844,0.2117156982421875,0.17786026000976562,0.1952648162841797,0.2048015594482422,0.35762786865234375,0.5857944488525391,0.44155120849609375,0.4246234893798828,0.18310546875,0.16379356384277344,0.1766681671142578,0.16617774963378906,0.16999244689941406,0.16260147094726562,0.1800060272216797,0.16355514526367188,0.16307830810546875,0.1270771026611328 +1000,5000,cpu,homo,False,True,False,0.2086162567138672,0.2503395080566406,0.21982192993164062,0.2186298370361328,0.19121170043945312,0.1914501190185547,0.21505355834960938,0.1857280731201172,0.21123886108398438,0.18072128295898438,0.17690658569335938,0.1773834228515625,0.17261505126953125,0.19240379333496094,0.164031982421875,0.2002716064453125,0.14925003051757812,0.1666545867919922,0.1735687255859375,0.19240379333496094 +1000,5000,cpu,homo,True,False,False,0.22292137145996094,0.1933574676513672,0.20647048950195312,0.19741058349609375,0.1976490020751953,0.2675056457519531,0.20432472229003906,0.2162456512451172,0.21028518676757812,0.20766258239746094,0.2872943878173828,0.2887248992919922,0.35643577575683594,0.29754638671875,0.2818107604980469,0.2803802490234375,0.2779960632324219,0.2837181091308594,0.2779960632324219,0.27632713317871094 +1000,5000,cpu,homo,False,False,False,0.2071857452392578,0.19669532775878906,0.1995563507080078,0.2186298370361328,0.21886825561523438,0.22029876708984375,0.18334388732910156,0.1838207244873047,0.20265579223632812,0.18095970153808594,0.331878662109375,0.31256675720214844,0.3192424774169922,0.30994415283203125,0.3116130828857422,0.3104209899902344,0.3342628479003906,0.30541419982910156,0.31495094299316406,0.3058910369873047 +1000,5000,cpu,uniform,True,True,False,0.5066394805908203,0.4818439483642578,0.44274330139160156,0.46706199645996094,0.45418739318847656,0.4544258117675781,0.42438507080078125,0.44083595275878906,0.5125999450683594,0.6325244903564453,0.21576881408691406,0.21076202392578125,0.17404556274414062,0.1823902130126953,0.1957416534423828,0.1933574676513672,0.156402587890625,0.179290771484375,0.15234947204589844,0.1704692840576172 +1000,5000,cpu,uniform,False,True,False,0.4811286926269531,0.4665851593017578,0.4627704620361328,0.4303455352783203,0.5347728729248047,0.45108795166015625,0.4763603210449219,0.49233436584472656,0.46825408935546875,0.41937828063964844,0.23055076599121094,0.2181529998779297,0.1704692840576172,0.21147727966308594,0.19097328186035156,0.20837783813476562,0.28014183044433594,0.41413307189941406,0.3571510314941406,0.3094673156738281 +1000,5000,cpu,uniform,True,False,False,0.6062984466552734,0.5290508270263672,0.4737377166748047,0.4913806915283203,0.45418739318847656,0.47087669372558594,0.47659873962402344,0.4940032958984375,0.5581378936767578,0.4794597625732422,0.3349781036376953,0.34499168395996094,0.33164024353027344,0.3376007080078125,0.33926963806152344,0.33020973205566406,0.38743019104003906,0.48613548278808594,0.3662109375,0.3457069396972656 +1000,5000,cpu,uniform,False,False,False,0.5602836608886719,0.5331039428710938,0.5738735198974609,0.5674362182617188,0.5567073822021484,0.4870891571044922,0.48923492431640625,0.5080699920654297,0.5357265472412109,0.49996376037597656,0.3294944763183594,0.33974647521972656,0.35953521728515625,0.3285408020019531,0.3306865692138672,0.33164024353027344,0.33164024353027344,0.3123283386230469,0.3154277801513672,0.2942085266113281 +1000,5000,cpu,normal,True,True,False,0.2243518829345703,0.23412704467773438,0.2467632293701172,0.24962425231933594,0.2372264862060547,0.23889541625976562,0.25844573974609375,0.21505355834960938,0.2675056457519531,0.27632713317871094,0.27370452880859375,0.2918243408203125,0.3132820129394531,0.40912628173828125,0.39958953857421875,0.3190040588378906,0.2090930938720703,0.23055076599121094,0.1780986785888672,0.1723766326904297 +1000,5000,cpu,normal,False,True,False,0.22673606872558594,0.29277801513671875,0.22220611572265625,0.23603439331054688,0.217437744140625,0.24509429931640625,0.2675056457519531,0.5993843078613281,0.49376487731933594,0.47326087951660156,0.6542205810546875,0.47469139099121094,0.34308433532714844,0.3769397735595703,0.36525726318359375,0.37288665771484375,0.3902912139892578,0.34356117248535156,0.39386749267578125,0.3631114959716797 +1000,5000,cpu,normal,True,False,False,0.46324729919433594,0.4875659942626953,0.4792213439941406,0.4515647888183594,0.4534721374511719,0.4487037658691406,0.4413127899169922,0.44417381286621094,0.6430149078369141,0.5495548248291016,0.36787986755371094,0.3528594970703125,0.3147125244140625,0.40221214294433594,0.3654956817626953,0.33664703369140625,0.3592967987060547,0.3542900085449219,0.31757354736328125,0.30350685119628906 +1000,5000,cpu,normal,False,False,False,0.2644062042236328,0.255584716796875,0.2751350402832031,0.2536773681640625,0.2491474151611328,0.24819374084472656,0.2646446228027344,0.6616115570068359,0.3714561462402344,0.31757354736328125,0.3693103790283203,0.3521442413330078,0.3209114074707031,0.3235340118408203,0.3459453582763672,0.34236907958984375,0.3273487091064453,0.3199577331542969,0.32401084899902344,0.4229545593261719 +1000,10000,cpu,homo,True,True,False,0.2646446228027344,0.24390220642089844,0.2486705780029297,0.25773048400878906,0.2613067626953125,0.23317337036132812,0.2505779266357422,0.24175643920898438,0.2300739288330078,0.2636909484863281,0.20170211791992188,0.19598007202148438,0.19860267639160156,0.3046989440917969,0.2315044403076172,0.20956993103027344,0.21147727966308594,0.25010108947753906,0.23031234741210938,0.1957416534423828 +1000,10000,cpu,homo,False,True,False,0.4734992980957031,0.5450248718261719,0.4608631134033203,0.4878044128417969,0.47898292541503906,0.46539306640625,0.6909370422363281,0.4489421844482422,0.4985332489013672,0.5011558532714844,0.20122528076171875,0.22292137145996094,0.21457672119140625,0.19311904907226562,0.2238750457763672,0.19073486328125,0.18930435180664062,0.2193450927734375,0.22029876708984375,0.1881122589111328 +1000,10000,cpu,homo,True,False,False,0.209808349609375,0.22220611572265625,0.22673606872558594,0.21791458129882812,0.22745132446289062,0.2105236053466797,0.2148151397705078,0.21529197692871094,0.19860267639160156,0.2143383026123047,0.3440380096435547,0.3266334533691406,0.37980079650878906,0.3612041473388672,0.3609657287597656,0.32711029052734375,0.34427642822265625,0.3337860107421875,0.34928321838378906,0.31948089599609375 +1000,10000,cpu,homo,False,False,False,0.34546852111816406,0.3020763397216797,0.24056434631347656,0.6210803985595703,0.49185752868652344,0.4525184631347656,0.44417381286621094,0.43392181396484375,0.438690185546875,0.43272972106933594,0.37479400634765625,0.36025047302246094,0.3571510314941406,0.32520294189453125,0.33354759216308594,0.3528594970703125,0.3371238708496094,0.3342628479003906,0.3209114074707031,0.3371238708496094 +1000,10000,cpu,uniform,True,True,False,0.3132820129394531,0.2753734588623047,0.2772808074951172,0.2562999725341797,0.2503395080566406,0.26988983154296875,0.2963542938232422,0.293731689453125,0.27179718017578125,0.28228759765625,0.18215179443359375,0.17952919006347656,0.22292137145996094,0.17142295837402344,0.1785755157470703,0.2334117889404297,0.1919269561767578,0.18835067749023438,0.18358230590820312,0.2052783966064453 +1000,10000,cpu,uniform,False,True,False,0.2570152282714844,0.2772808074951172,0.25200843811035156,0.24843215942382812,0.22792816162109375,0.23508071899414062,0.7138252258300781,0.5476474761962891,0.461578369140625,0.42939186096191406,0.5593299865722656,0.40650367736816406,0.37789344787597656,0.34809112548828125,0.35381317138671875,0.33211708068847656,0.31828880310058594,0.33664703369140625,0.3209114074707031,0.33092498779296875 +1000,10000,cpu,uniform,True,False,False,0.3082752227783203,0.27751922607421875,0.25081634521484375,0.22268295288085938,0.23865699768066406,0.2582073211669922,0.22029876708984375,0.24271011352539062,0.2834796905517578,0.27179718017578125,0.3902912139892578,0.4138946533203125,0.38552284240722656,0.4177093505859375,0.6594657897949219,0.396728515625,0.3154277801513672,0.2918243408203125,0.3008842468261719,0.30922889709472656 +1000,10000,cpu,uniform,False,False,False,0.28061866760253906,0.2772808074951172,0.28634071350097656,0.2682209014892578,0.2543926239013672,0.25177001953125,0.2727508544921875,0.2734661102294922,0.23674964904785156,0.25343894958496094,0.2846717834472656,0.274658203125,0.2872943878173828,0.2579689025878906,0.23174285888671875,0.2422332763671875,0.2753734588623047,0.24199485778808594,0.24008750915527344,0.2675056457519531 +1000,10000,cpu,normal,True,True,False,0.4944801330566406,0.4947185516357422,0.5085468292236328,0.46253204345703125,0.4525184631347656,0.48613548278808594,0.48422813415527344,0.4582405090332031,0.46515464782714844,0.47397613525390625,0.2067089080810547,0.21147727966308594,0.22339820861816406,0.22125244140625,0.19741058349609375,0.19478797912597656,0.19097328186035156,0.19073486328125,0.18668174743652344,0.1957416534423828 +1000,10000,cpu,normal,False,True,False,0.2665519714355469,0.2181529998779297,0.23031234741210938,0.25010108947753906,0.23245811462402344,0.240325927734375,0.20813941955566406,0.25653839111328125,0.2117156982421875,0.24819374084472656,0.3261566162109375,0.2841949462890625,0.31113624572753906,0.32067298889160156,0.2834796905517578,0.32329559326171875,0.2663135528564453,0.27370452880859375,0.27680397033691406,0.3199577331542969 +1000,10000,cpu,normal,True,False,False,0.4868507385253906,0.4525184631347656,0.48422813415527344,0.5004405975341797,0.44655799865722656,0.4711151123046875,0.457763671875,0.4363059997558594,0.43773651123046875,0.43463706970214844,0.4031658172607422,0.4096031188964844,0.3879070281982422,0.38623809814453125,0.38361549377441406,0.40078163146972656,0.5307197570800781,0.44918060302734375,0.40078163146972656,0.3941059112548828 +1000,10000,cpu,normal,False,False,False,0.5009174346923828,0.5059242248535156,0.5316734313964844,0.49567222595214844,0.4792213439941406,0.4839897155761719,0.545501708984375,0.5176067352294922,0.5095005035400391,0.5345344543457031,0.4096031188964844,0.3876686096191406,0.3921985626220703,0.3685951232910156,0.39696693420410156,0.3635883331298828,0.3726482391357422,0.4100799560546875,0.36907196044921875,0.39267539978027344 +1000,25000,cpu,homo,True,True,False,0.5702972412109375,0.5786418914794922,0.5743503570556641,0.6041526794433594,0.5316734313964844,0.5323886871337891,0.5338191986083984,0.5319118499755859,0.5257129669189453,0.5311965942382812,0.3058910369873047,0.3249645233154297,0.2899169921875,0.26679039001464844,0.30303001403808594,0.2868175506591797,0.28634071350097656,0.31256675720214844,0.29158592224121094,0.29754638671875 +1000,25000,cpu,homo,False,True,False,0.213623046875,0.21791458129882812,0.20241737365722656,0.21123886108398438,0.20503997802734375,0.209808349609375,0.22172927856445312,0.2009868621826172,0.22459030151367188,0.2415180206298828,0.3216266632080078,0.3037452697753906,0.30112266540527344,0.32329559326171875,0.30040740966796875,0.2930164337158203,0.28705596923828125,0.3075599670410156,0.30541419982910156,0.2942085266113281 +1000,25000,cpu,homo,True,False,False,0.2853870391845703,0.232696533203125,0.24366378784179688,0.22602081298828125,0.2772808074951172,0.2562999725341797,0.24271011352539062,0.2257823944091797,0.2319812774658203,0.2353191375732422,0.6299018859863281,0.5946159362792969,0.8676052093505859,0.5600452423095703,0.5624294281005859,0.5323886871337891,0.5133152008056641,0.5092620849609375,0.5252361297607422,0.4935264587402344 +1000,25000,cpu,homo,False,False,False,0.3535747528076172,0.270843505859375,0.3609657287597656,0.2913475036621094,0.3521442413330078,0.3020763397216797,0.35572052001953125,0.2510547637939453,0.3516674041748047,0.2834796905517578,0.4971027374267578,0.5044937133789062,0.5099773406982422,0.4780292510986328,0.4780292510986328,0.7791519165039062,0.5013942718505859,0.5152225494384766,0.4756450653076172,0.47898292541503906 +1000,25000,cpu,uniform,True,True,False,0.35071372985839844,0.3151893615722656,0.36716461181640625,0.3311634063720703,0.35953521728515625,0.36787986755371094,0.3306865692138672,0.3590583801269531,0.3287792205810547,0.33354759216308594,0.21004676818847656,0.16951560974121094,0.19288063049316406,0.19025802612304688,0.1926422119140625,0.2448558807373047,0.20551681518554688,0.22077560424804688,0.18978118896484375,0.22077560424804688 +1000,25000,cpu,uniform,False,True,False,0.2913475036621094,0.27680397033691406,0.23245811462402344,0.22411346435546875,0.2453327178955078,0.22459030151367188,0.2434253692626953,0.21576881408691406,0.209808349609375,0.2307891845703125,0.3674030303955078,0.3657341003417969,0.3418922424316406,0.3459453582763672,0.37097930908203125,0.3745555877685547,0.32639503479003906,0.3445148468017578,0.3490447998046875,0.3457069396972656 +1000,25000,cpu,uniform,True,False,False,0.5915164947509766,0.5803108215332031,0.5843639373779297,0.5047321319580078,0.6527900695800781,0.4673004150390625,0.5917549133300781,0.6573200225830078,0.5071163177490234,0.47278404235839844,0.5638599395751953,0.5736351013183594,0.5602836608886719,0.5838871002197266,0.7653236389160156,0.5559921264648438,0.5574226379394531,0.5438327789306641,0.5359649658203125,0.5488395690917969 +1000,25000,cpu,uniform,False,False,False,0.7312297821044922,0.6706714630126953,0.6644725799560547,0.5698204040527344,0.6296634674072266,0.5519390106201172,0.6580352783203125,0.5352497100830078,0.6124973297119141,0.5300045013427734,0.5049705505371094,0.4711151123046875,0.43845176696777344,0.4761219024658203,0.46372413635253906,0.5285739898681641,0.4878044128417969,0.45418739318847656,0.45180320739746094,0.4317760467529297 +1000,25000,cpu,normal,True,True,False,0.46324729919433594,0.4258155822753906,0.4181861877441406,0.4153251647949219,0.4036426544189453,0.4878044128417969,0.44655799865722656,0.4246234893798828,0.44918060302734375,0.431060791015625,0.2892017364501953,0.28443336486816406,0.25916099548339844,0.31495094299316406,0.26917457580566406,0.2944469451904297,0.27489662170410156,0.28967857360839844,0.27871131896972656,0.3190040588378906 +1000,25000,cpu,normal,False,True,False,0.4684925079345703,0.4715919494628906,0.4420280456542969,0.2810955047607422,0.2453327178955078,0.24390220642089844,0.24366378784179688,0.2269744873046875,0.2357959747314453,0.22840499877929688,0.46896934509277344,0.5614757537841797,0.6725788116455078,0.7402896881103516,0.5972385406494141,0.6256103515625,0.5762577056884766,0.5602836608886719,0.5791187286376953,0.5674362182617188 +1000,25000,cpu,normal,True,False,False,0.2586841583251953,0.2722740173339844,0.2582073211669922,0.25653839111328125,0.2579689025878906,0.26988983154296875,0.25153160095214844,0.2810955047607422,0.2655982971191406,0.28324127197265625,0.6334781646728516,0.9021759033203125,0.6153583526611328,0.5581378936767578,0.5614757537841797,0.5137920379638672,0.5309581756591797,0.5228519439697266,0.5104541778564453,0.5433559417724609 +1000,25000,cpu,normal,False,False,False,0.40221214294433594,0.3695487976074219,0.9212493896484375,0.6344318389892578,0.6043910980224609,0.5116462707519531,0.7872581481933594,0.5667209625244141,0.6449222564697266,0.5381107330322266,0.3821849822998047,0.4024505615234375,0.40221214294433594,0.4432201385498047,3.039121627807617,0.5924701690673828,0.5979537963867188,0.5702972412109375,0.5323886871337891,0.5204677581787109 +1000,37500,cpu,homo,True,True,False,0.3788471221923828,0.36072731018066406,0.35262107849121094,0.37741661071777344,0.37670135498046875,0.3676414489746094,0.4646778106689453,0.701904296875,0.6096363067626953,0.7464885711669922,0.2586841583251953,0.2655982971191406,0.28204917907714844,0.34737586975097656,0.4572868347167969,0.3020763397216797,0.3173351287841797,0.2944469451904297,0.293731689453125,0.28228759765625 +1000,37500,cpu,homo,False,True,False,0.2105236053466797,0.19478797912597656,0.19860267639160156,0.17762184143066406,0.21839141845703125,0.19121170043945312,0.2009868621826172,0.20503997802734375,0.2129077911376953,0.17786026000976562,0.37479400634765625,0.4012584686279297,0.3917217254638672,0.3833770751953125,0.3707408905029297,0.38051605224609375,0.3991127014160156,0.3807544708251953,0.3712177276611328,0.37789344787597656 +1000,37500,cpu,homo,True,False,False,0.25534629821777344,0.3104209899902344,0.2830028533935547,0.29277801513671875,0.24628639221191406,0.2880096435546875,0.2627372741699219,0.29659271240234375,0.2663135528564453,0.27489662170410156,0.5612373352050781,0.5538463592529297,0.5338191986083984,0.5364418029785156,0.5095005035400391,0.5443096160888672,0.5331039428710938,0.5502700805664062,0.537872314453125,0.5316734313964844 +1000,37500,cpu,homo,False,False,False,0.873565673828125,0.6227493286132812,0.6754398345947266,0.3523826599121094,0.38313865661621094,0.3490447998046875,0.3733634948730469,0.3490447998046875,0.37479400634765625,0.35452842712402344,0.4870891571044922,0.4744529724121094,0.47278404235839844,0.4725456237792969,0.4673004150390625,0.49757957458496094,0.7872581481933594,0.5452632904052734,0.48851966857910156,0.48732757568359375 +1000,37500,cpu,uniform,True,True,False,0.4661083221435547,0.4589557647705078,0.4444122314453125,0.41866302490234375,0.44345855712890625,0.4405975341796875,0.45371055603027344,0.4444122314453125,0.40602684020996094,0.41031837463378906,0.19502639770507812,0.4985332489013672,0.3714561462402344,0.35643577575683594,0.32520294189453125,0.29754638671875,0.2987384796142578,0.29659271240234375,0.29587745666503906,0.31828880310058594 +1000,37500,cpu,uniform,False,True,False,0.2770423889160156,0.27489662170410156,0.2627372741699219,0.23245811462402344,0.28133392333984375,0.2181529998779297,0.2810955047607422,0.232696533203125,0.2200603485107422,0.27441978454589844,0.6055831909179688,0.5457401275634766,0.5142688751220703,0.5748271942138672,0.5424022674560547,0.5183219909667969,0.545501708984375,0.5209445953369141,0.5352497100830078,0.5044937133789062 +1000,37500,cpu,uniform,True,False,False,0.3154277801513672,0.2906322479248047,0.2727508544921875,0.28705596923828125,0.2741813659667969,0.30732154846191406,0.3039836883544922,0.2834796905517578,0.2846717834472656,0.2808570861816406,0.5729198455810547,0.5850791931152344,0.6101131439208984,0.5791187286376953,0.5764961242675781,0.5865097045898438,0.5717277526855469,0.5834102630615234,0.5633831024169922,0.5655288696289062 +1000,37500,cpu,uniform,False,False,False,0.7221698760986328,0.6146430969238281,0.6780624389648438,0.5812644958496094,0.6992816925048828,0.6248950958251953,0.46563148498535156,0.3712177276611328,0.4363059997558594,0.3516674041748047,0.5462169647216797,0.5209445953369141,0.5314350128173828,0.5731582641601562,0.5543231964111328,0.5121231079101562,0.5552768707275391,0.5426406860351562,0.5288124084472656,0.5204677581787109 +1000,37500,cpu,normal,True,True,False,0.6172657012939453,0.6470680236816406,0.6008148193359375,0.6024837493896484,0.6313323974609375,0.5972385406494141,0.6194114685058594,0.6387233734130859,0.5776882171630859,0.6120204925537109,0.2570152282714844,0.2090930938720703,0.20432472229003906,0.20766258239746094,0.18310546875,0.164031982421875,0.17595291137695312,0.20313262939453125,0.1800060272216797,0.2105236053466797 +1000,37500,cpu,normal,False,True,False,0.23674964904785156,0.2086162567138672,0.23865699768066406,0.6177425384521484,0.4978179931640625,0.5145072937011719,0.44226646423339844,0.4649162292480469,0.4634857177734375,0.45943260192871094,0.6086826324462891,0.6303787231445312,0.5822181701660156,0.6091594696044922,0.58746337890625,0.6031990051269531,0.5917549133300781,0.7312297821044922,0.6234645843505859,0.5443096160888672 +1000,37500,cpu,normal,True,False,False,0.3037452697753906,0.3056526184082031,0.27942657470703125,0.32258033752441406,0.31065940856933594,0.2949237823486328,0.29659271240234375,0.316619873046875,0.2713203430175781,0.2815723419189453,0.8194446563720703,0.7970333099365234,0.7803440093994141,0.7560253143310547,0.7882118225097656,0.7512569427490234,0.8261203765869141,0.7984638214111328,0.7855892181396484,0.8130073547363281 +1000,37500,cpu,normal,False,False,False,0.4100799560546875,0.38313865661621094,0.400543212890625,0.40030479431152344,0.4477500915527344,0.4017353057861328,0.48041343688964844,0.3783702850341797,0.4668235778808594,0.3883838653564453,0.5755424499511719,0.5867481231689453,0.5741119384765625,0.5934238433837891,0.5650520324707031,0.5886554718017578,0.5915164947509766,0.5929470062255859,0.8687973022460938,0.7662773132324219 +1000,50000,cpu,homo,True,True,False,0.5791187286376953,0.6418228149414062,0.6229877471923828,0.7905960083007812,0.6282329559326172,0.5850791931152344,0.5829334259033203,0.5788803100585938,0.5846023559570312,0.5886554718017578,0.21219253540039062,0.19478797912597656,0.20647048950195312,0.18334388732910156,0.20074844360351562,0.1919269561767578,0.22220611572265625,0.19025802612304688,0.1983642578125,0.18739700317382812 +1000,50000,cpu,homo,False,True,False,0.2205371856689453,0.21338462829589844,0.22339820861816406,0.21505355834960938,0.2040863037109375,0.20051002502441406,0.21505355834960938,0.16689300537109375,0.1995563507080078,0.20956993103027344,0.5016326904296875,0.48613548278808594,0.6327629089355469,0.7064342498779297,0.5691051483154297,0.5865097045898438,0.6120204925537109,0.5841255187988281,0.55694580078125,0.6422996520996094 +1000,50000,cpu,homo,True,False,False,0.293731689453125,0.3159046173095703,0.3139972686767578,0.31948089599609375,0.6349086761474609,0.5738735198974609,0.514984130859375,0.5035400390625,0.5488395690917969,0.49424171447753906,0.8099079132080078,0.8013248443603516,0.7879734039306641,0.8676052093505859,0.8022785186767578,0.9829998016357422,0.8373260498046875,0.7915496826171875,0.8542537689208984,0.8654594421386719 +1000,50000,cpu,homo,False,False,False,0.41556358337402344,0.37407875061035156,0.40912628173828125,0.38313865661621094,0.3752708435058594,0.3707408905029297,0.3581047058105469,0.3726482391357422,0.34737586975097656,0.3807544708251953,0.7569789886474609,0.8137226104736328,0.8463859558105469,0.8056163787841797,0.8318424224853516,0.8146762847900391,0.7984638214111328,0.8120536804199219,0.8084774017333984,0.7851123809814453 +1000,50000,cpu,uniform,True,True,False,0.5512237548828125,0.5376338958740234,0.49877166748046875,0.5528926849365234,0.5559921264648438,0.5550384521484375,0.5035400390625,0.5123615264892578,0.5171298980712891,0.514984130859375,0.6837844848632812,0.35309791564941406,0.3139972686767578,0.36334991455078125,0.4382133483886719,0.46372413635253906,0.35762786865234375,0.31566619873046875,0.3459453582763672,0.3199577331542969 +1000,50000,cpu,uniform,False,True,False,0.46896934509277344,0.47135353088378906,0.4482269287109375,0.45108795166015625,0.4572868347167969,0.46753883361816406,0.46443939208984375,0.43272972106933594,0.4324913024902344,0.4410743713378906,0.5123615264892578,0.4680156707763672,0.5259513854980469,0.49614906311035156,0.4932880401611328,0.4837512969970703,0.47397613525390625,0.4913806915283203,0.4725456237792969,0.5054473876953125 +1000,50000,cpu,uniform,True,False,False,0.3380775451660156,0.3211498260498047,0.32258033752441406,0.6899833679199219,0.4477500915527344,0.30994415283203125,0.2853870391845703,0.2880096435546875,0.3097057342529297,0.31113624572753906,0.7770061492919922,0.7357597351074219,0.7171630859375,0.7541179656982422,0.751495361328125,0.7431507110595703,0.7300376892089844,0.7114410400390625,0.7455348968505859,0.7624626159667969 +1000,50000,cpu,uniform,False,False,False,0.4265308380126953,0.4134178161621094,0.4100799560546875,0.41747093200683594,0.4372596740722656,0.4107952117919922,0.42700767517089844,0.4036426544189453,0.4184246063232422,0.42700767517089844,0.7777214050292969,0.7588863372802734,0.7596015930175781,0.7634162902832031,0.7486343383789062,0.7662773132324219,0.7429122924804688,0.7600784301757812,0.8225440979003906,0.8070468902587891 +1000,50000,cpu,normal,True,True,False,0.7922649383544922,0.7798671722412109,0.7524490356445312,0.7593631744384766,0.7472038269042969,0.7686614990234375,0.7731914520263672,0.7233619689941406,0.7390975952148438,0.7345676422119141,0.2281665802001953,0.23746490478515625,0.19216537475585938,0.2834796905517578,0.19741058349609375,0.2486705780029297,0.21219253540039062,0.18143653869628906,0.21004676818847656,0.19407272338867188 +1000,50000,cpu,normal,False,True,False,0.2498626708984375,0.6299018859863281,0.5304813385009766,0.530242919921875,0.4863739013671875,0.70953369140625,0.5619525909423828,0.5044937133789062,0.5185604095458984,0.4355907440185547,0.7460117340087891,0.7314682006835938,0.7131099700927734,0.7283687591552734,0.7424354553222656,1.066446304321289,0.904083251953125,1.0037422180175781,0.87738037109375,0.8709430694580078 +1000,50000,cpu,normal,True,False,False,0.3342628479003906,0.32401084899902344,0.35643577575683594,0.35834312438964844,0.354766845703125,0.3619194030761719,0.3676414489746094,0.3800392150878906,0.49304962158203125,0.31638145446777344,0.7753372192382812,0.7910728454589844,0.7641315460205078,0.7791519165039062,0.7483959197998047,0.7801055908203125,0.7531642913818359,0.7328987121582031,0.7526874542236328,0.7455348968505859 +1000,50000,cpu,normal,False,False,False,0.38743019104003906,0.4372596740722656,0.3895759582519531,0.39649009704589844,0.38170814514160156,0.4019737243652344,0.39124488830566406,0.43702125549316406,0.3898143768310547,0.3840923309326172,0.7555484771728516,0.7147789001464844,0.7319450378417969,0.7295608520507812,0.7574558258056641,0.7255077362060547,0.7174015045166016,0.9922981262207031,0.8084774017333984,0.8072853088378906 +2500,1000,cpu,homo,True,True,False,0.21719932556152344,0.18787384033203125,0.2193450927734375,0.20122528076171875,0.19812583923339844,0.17452239990234375,0.19812583923339844,0.2028942108154297,0.20813941955566406,0.1938343048095703,0.19979476928710938,0.1990795135498047,0.18739700317382812,0.17881393432617188,0.1881122589111328,0.16951560974121094,0.18405914306640625,0.18310546875,0.18095970153808594,0.17333030700683594 +2500,1000,cpu,homo,False,True,False,0.25725364685058594,0.2410411834716797,0.225067138671875,0.2353191375732422,0.22935867309570312,0.22339820861816406,0.1952648162841797,0.2048015594482422,0.2048015594482422,0.20360946655273438,0.25963783264160156,0.24843215942382812,0.2579689025878906,0.2562999725341797,0.2617835998535156,0.23603439331054688,0.2570152282714844,0.4024505615234375,0.27632713317871094,0.24652481079101562 +2500,1000,cpu,homo,True,False,False,0.2067089080810547,0.19025802612304688,0.2143383026123047,0.22459030151367188,0.20051002502441406,0.1990795135498047,0.20432472229003906,0.19741058349609375,0.21409988403320312,0.186920166015625,0.19693374633789062,0.1900196075439453,0.1709461212158203,0.171661376953125,0.17714500427246094,0.1723766326904297,0.17142295837402344,0.1823902130126953,0.15664100646972656,0.1723766326904297 +2500,1000,cpu,homo,False,False,False,0.2605915069580078,0.26726722717285156,0.26106834411621094,0.2677440643310547,0.2434253692626953,0.2503395080566406,0.2231597900390625,0.21982192993164062,0.21338462829589844,0.2117156982421875,0.18453598022460938,0.18072128295898438,0.19860267639160156,0.17690658569335938,0.17452239990234375,0.18453598022460938,0.1926422119140625,0.23365020751953125,0.22530555725097656,0.19168853759765625 +2500,1000,cpu,uniform,True,True,False,0.22935867309570312,0.24271011352539062,0.2307891845703125,0.2586841583251953,0.21600723266601562,0.2319812774658203,0.24318695068359375,0.2613067626953125,0.2377033233642578,0.21839141845703125,0.21696090698242188,0.4150867462158203,0.37097930908203125,0.3199577331542969,0.40268898010253906,0.3752708435058594,0.3509521484375,0.31304359436035156,0.32138824462890625,0.30684471130371094 +2500,1000,cpu,uniform,False,True,False,0.2319812774658203,0.2598762512207031,0.2503395080566406,0.2570152282714844,0.24080276489257812,0.24819374084472656,0.2334117889404297,0.24509429931640625,0.2646446228027344,0.23746490478515625,0.2899169921875,0.31447410583496094,0.30422210693359375,0.2899169921875,0.2887248992919922,0.2837181091308594,0.2994537353515625,0.2875328063964844,0.27751922607421875,0.3197193145751953 +2500,1000,cpu,uniform,True,False,False,0.5145072937011719,0.5116462707519531,0.4363059997558594,0.6368160247802734,0.5159378051757812,0.44918060302734375,0.4782676696777344,0.4451274871826172,0.46443939208984375,0.4646778106689453,0.17786026000976562,0.23412704467773438,0.20003318786621094,0.2124309539794922,0.21004676818847656,0.1842975616455078,0.1766681671142578,0.15234947204589844,0.16760826110839844,0.2651214599609375 +2500,1000,cpu,uniform,False,False,False,0.5064010620117188,0.5056858062744141,0.5078315734863281,0.4868507385253906,0.4391670227050781,0.4420280456542969,0.4456043243408203,0.43320655822753906,0.45013427734375,0.4398822784423828,0.396728515625,0.20623207092285156,0.20194053649902344,0.2162456512451172,0.21314620971679688,0.21266937255859375,0.213623046875,0.1914501190185547,0.21839141845703125,0.1976490020751953 +2500,1000,cpu,normal,True,True,False,0.4940032958984375,0.47850608825683594,0.45037269592285156,0.4582405090332031,0.34880638122558594,0.29349327087402344,0.2696514129638672,0.46563148498535156,0.2815723419189453,0.3070831298828125,0.3058910369873047,0.3123283386230469,0.3116130828857422,0.2987384796142578,0.2837181091308594,0.30493736267089844,0.30303001403808594,0.4711151123046875,0.3933906555175781,0.3540515899658203 +2500,1000,cpu,normal,False,True,False,0.2923011779785156,0.2357959747314453,0.21958351135253906,0.27489662170410156,0.2510547637939453,0.263214111328125,0.2613067626953125,0.24199485778808594,0.23174285888671875,0.2391338348388672,0.5033016204833984,0.3788471221923828,0.3185272216796875,0.3829002380371094,0.3039836883544922,0.31948089599609375,0.2903938293457031,0.30994415283203125,0.3027915954589844,0.29468536376953125 +2500,1000,cpu,normal,True,False,False,0.446319580078125,0.3571510314941406,0.25463104248046875,0.26345252990722656,0.24509429931640625,0.22864341735839844,0.23603439331054688,0.2551078796386719,0.2372264862060547,0.2384185791015625,0.43964385986328125,0.35262107849121094,0.32019615173339844,0.31280517578125,0.30922889709472656,0.3077983856201172,0.3170967102050781,0.2942085266113281,0.3142356872558594,0.29969215393066406 +2500,1000,cpu,normal,False,False,False,0.27489662170410156,0.23102760314941406,0.2541542053222656,0.2684593200683594,0.23937225341796875,0.22411346435546875,0.24199485778808594,0.2181529998779297,0.20432472229003906,0.25200843811035156,0.3952980041503906,0.38051605224609375,0.3447532653808594,0.3628730773925781,0.4584789276123047,0.3743171691894531,0.354766845703125,0.3407001495361328,0.34117698669433594,0.3268718719482422 +2500,2500,cpu,homo,True,True,False,0.4246234893798828,0.48089027404785156,0.44274330139160156,0.4162788391113281,0.4067420959472656,0.5309581756591797,0.48828125,0.42891502380371094,0.45943260192871094,0.6513595581054688,0.26154518127441406,0.43582916259765625,0.3154277801513672,0.28014183044433594,0.2727508544921875,0.25725364685058594,0.26035308837890625,0.24628639221191406,0.232696533203125,0.232696533203125 +2500,2500,cpu,homo,False,True,False,0.26726722717285156,0.25725364685058594,0.2608299255371094,0.25177001953125,0.2818107604980469,0.24056434631347656,0.25200843811035156,0.25010108947753906,0.263214111328125,0.2522468566894531,0.17333030700683594,0.15807151794433594,0.1609325408935547,0.20051002502441406,0.1575946807861328,0.156402587890625,0.15044212341308594,0.1552104949951172,0.16164779663085938,0.15735626220703125 +2500,2500,cpu,homo,True,False,False,0.2837181091308594,0.22268295288085938,0.22459030151367188,0.19741058349609375,0.2048015594482422,0.20933151245117188,0.2238750457763672,0.1971721649169922,0.19931793212890625,0.1804828643798828,0.2827644348144531,0.32258033752441406,0.3101825714111328,0.3256797790527344,0.2894401550292969,0.3223419189453125,0.28252601623535156,0.28824806213378906,0.2760887145996094,0.31828880310058594 +2500,2500,cpu,homo,False,False,False,0.43702125549316406,0.40841102600097656,0.423431396484375,0.39505958557128906,0.41031837463378906,0.3917217254638672,0.3981590270996094,0.42891502380371094,0.4057884216308594,0.39196014404296875,0.2696514129638672,0.33020973205566406,0.2913475036621094,0.3001689910888672,0.3311634063720703,0.20313262939453125,0.17833709716796875,0.17786026000976562,0.1766681671142578,0.18906593322753906 +2500,2500,cpu,uniform,True,True,False,0.23126602172851562,0.3044605255126953,0.244140625,0.2639293670654297,0.23365020751953125,0.25200843811035156,0.21576881408691406,0.21982192993164062,0.20742416381835938,0.2396106719970703,0.3857612609863281,0.32448768615722656,0.29730796813964844,0.3077983856201172,0.28634071350097656,0.2894401550292969,0.5781650543212891,0.36025047302246094,0.3883838653564453,0.35643577575683594 +2500,2500,cpu,uniform,False,True,False,0.5071163177490234,0.49233436584472656,0.47087669372558594,0.6134510040283203,0.47278404235839844,0.42128562927246094,0.5466938018798828,0.47707557678222656,0.43511390686035156,0.4467964172363281,0.3178119659423828,0.30732154846191406,0.3025531768798828,0.29659271240234375,0.2758502960205078,0.2944469451904297,0.4813671112060547,0.40268898010253906,0.3132820129394531,0.2925395965576172 +2500,2500,cpu,uniform,True,False,False,0.24008750915527344,0.247955322265625,0.2620220184326172,0.23412704467773438,0.22339820861816406,0.2586841583251953,0.23937225341796875,0.2620220184326172,0.2872943878173828,0.270843505859375,0.3311634063720703,0.3123283386230469,0.3209114074707031,0.3380775451660156,0.3097057342529297,0.3266334533691406,0.3204345703125,0.3387928009033203,0.32973289489746094,0.3445148468017578 +2500,2500,cpu,uniform,False,False,False,0.3418922424316406,0.5590915679931641,0.2872943878173828,0.24318695068359375,0.240325927734375,0.2739429473876953,0.23818016052246094,0.23412704467773438,0.24271011352539062,0.2410411834716797,0.20885467529296875,0.194549560546875,0.17380714416503906,0.17786026000976562,0.17023086547851562,0.19216537475585938,0.19550323486328125,0.24580955505371094,0.3991127014160156,0.3571510314941406 +2500,2500,cpu,normal,True,True,False,0.232696533203125,0.244140625,0.2288818359375,0.22149085998535156,0.26798248291015625,0.23698806762695312,0.24437904357910156,0.2243518829345703,0.20956993103027344,0.2319812774658203,0.34427642822265625,0.3209114074707031,0.30922889709472656,0.2944469451904297,0.2875328063964844,0.28061866760253906,0.2994537353515625,0.3516674041748047,0.3063678741455078,0.30922889709472656 +2500,2500,cpu,normal,False,True,False,0.24199485778808594,0.22530555725097656,0.23126602172851562,0.2486705780029297,0.6337165832519531,0.7319450378417969,0.5266666412353516,0.47850608825683594,0.46706199645996094,0.47326087951660156,0.21886825561523438,0.2300739288330078,0.19741058349609375,0.19407272338867188,0.19598007202148438,0.18787384033203125,0.18596649169921875,0.21600723266601562,0.19621849060058594,0.1838207244873047 +2500,2500,cpu,normal,True,False,False,0.24580955505371094,0.2968311309814453,0.23937225341796875,0.23984909057617188,0.24580955505371094,0.2384185791015625,0.2605915069580078,0.21338462829589844,0.5588531494140625,0.514984130859375,0.3116130828857422,0.39649009704589844,0.4286766052246094,0.4246234893798828,0.34999847412109375,0.3154277801513672,0.33783912658691406,0.3306865692138672,0.5786418914794922,0.3421306610107422 +2500,2500,cpu,normal,False,False,False,0.4661083221435547,0.47898292541503906,0.4603862762451172,0.48851966857910156,0.4858970642089844,0.4291534423828125,0.4191398620605469,0.4901885986328125,0.7758140563964844,0.48232078552246094,0.20933151245117188,0.22721290588378906,0.21147727966308594,0.2052783966064453,0.213623046875,0.19621849060058594,0.2002716064453125,0.209808349609375,0.1976490020751953,0.2067089080810547 +2500,5000,cpu,homo,True,True,False,0.21982192993164062,0.21147727966308594,0.19550323486328125,0.20766258239746094,0.20384788513183594,0.20956993103027344,0.1838207244873047,0.23436546325683594,0.19073486328125,0.1964569091796875,0.2002716064453125,0.1552104949951172,0.15926361083984375,0.171661376953125,0.1633167266845703,0.14066696166992188,0.18095970153808594,0.1609325408935547,0.15544891357421875,0.1456737518310547 +2500,5000,cpu,homo,False,True,False,0.2124309539794922,0.3819465637207031,0.2143383026123047,0.225067138671875,0.2155303955078125,0.19240379333496094,0.19979476928710938,0.20956993103027344,0.186920166015625,0.2281665802001953,0.2193450927734375,0.2052783966064453,0.20766258239746094,0.209808349609375,0.21696090698242188,0.1976490020751953,0.20051002502441406,0.1995563507080078,0.19812583923339844,0.20503997802734375 +2500,5000,cpu,homo,True,False,False,0.24962425231933594,0.5919933319091797,0.5042552947998047,0.5922317504882812,0.46443939208984375,0.45871734619140625,0.45037269592285156,0.4363059997558594,0.4189014434814453,0.4324913024902344,0.23293495178222656,0.23794174194335938,0.2231597900390625,0.2315044403076172,0.23674964904785156,0.2086162567138672,0.21886825561523438,0.23055076599121094,0.22673606872558594,0.2269744873046875 +2500,5000,cpu,homo,False,False,False,0.2522468566894531,0.2551078796386719,0.22935867309570312,0.438690185546875,0.22530555725097656,0.2541542053222656,0.21576881408691406,0.3066062927246094,0.2334117889404297,0.2384185791015625,0.22912025451660156,0.21338462829589844,0.24461746215820312,0.23508071899414062,0.22792816162109375,0.2295970916748047,0.24366378784179688,0.2181529998779297,0.2422332763671875,0.23102760314941406 +2500,5000,cpu,uniform,True,True,False,0.2636909484863281,0.24080276489257812,0.25773048400878906,0.24819374084472656,0.25200843811035156,0.23818016052246094,0.24962425231933594,0.30994415283203125,0.2560615539550781,0.2834796905517578,0.324249267578125,0.3101825714111328,0.28228759765625,0.33092498779296875,0.3421306610107422,0.31113624572753906,0.40268898010253906,0.3631114959716797,0.29349327087402344,0.274658203125 +2500,5000,cpu,uniform,False,True,False,0.44727325439453125,0.45299530029296875,0.4661083221435547,0.7264614105224609,0.5588531494140625,0.49996376037597656,0.4897117614746094,0.4570484161376953,0.4458427429199219,0.44035911560058594,0.5254745483398438,0.400543212890625,0.3330707550048828,0.4138946533203125,0.3428459167480469,0.3497600555419922,0.3249645233154297,0.33211708068847656,0.3294944763183594,0.3380775451660156 +2500,5000,cpu,uniform,True,False,False,0.2846717834472656,0.31256675720214844,0.2658367156982422,0.29921531677246094,0.2994537353515625,0.2932548522949219,0.27823448181152344,0.28586387634277344,0.293731689453125,0.27489662170410156,0.2453327178955078,0.2751350402832031,0.24271011352539062,0.2510547637939453,0.21123886108398438,0.2593994140625,0.25391578674316406,0.22363662719726562,0.2338886260986328,0.2684593200683594 +2500,5000,cpu,uniform,False,False,False,0.4544258117675781,0.44727325439453125,0.4687309265136719,0.46372413635253906,0.32258033752441406,0.5550384521484375,0.5147457122802734,0.45371055603027344,0.48065185546875,0.6415843963623047,0.37407875061035156,0.46372413635253906,0.37741661071777344,0.3693103790283203,0.4363059997558594,0.3955364227294922,0.33783912658691406,0.3497600555419922,0.3654956817626953,0.33354759216308594 +2500,5000,cpu,normal,True,True,False,0.3235340118408203,0.28133392333984375,0.26679039001464844,0.22935867309570312,0.22459030151367188,0.23555755615234375,0.24199485778808594,0.2942085266113281,0.23174285888671875,0.23889541625976562,0.2589225769042969,0.24843215942382812,0.24819374084472656,0.25725364685058594,0.4508495330810547,0.35643577575683594,0.2193450927734375,0.244140625,0.24843215942382812,0.2532005310058594 +2500,5000,cpu,normal,False,True,False,0.2288818359375,0.25844573974609375,0.26345252990722656,0.2613067626953125,0.23102760314941406,0.27632713317871094,0.2300739288330078,0.2448558807373047,0.23245811462402344,0.2753734588623047,0.3631114959716797,0.36978721618652344,0.3943443298339844,0.6399154663085938,0.3867149353027344,0.3566741943359375,0.3345012664794922,0.33783912658691406,0.3311634063720703,0.3840923309326172 +2500,5000,cpu,normal,True,False,False,0.2942085266113281,0.28252601623535156,0.2884864807128906,0.29921531677246094,0.2856254577636719,0.27942657470703125,0.286102294921875,0.28443336486816406,0.26679039001464844,0.28133392333984375,0.3705024719238281,0.5304813385009766,0.4394054412841797,0.4017353057861328,0.3910064697265625,0.35762786865234375,0.32830238342285156,0.34356117248535156,0.37479400634765625,0.4317760467529297 +2500,5000,cpu,normal,False,False,False,0.2770423889160156,0.2574920654296875,0.24509429931640625,0.2613067626953125,0.2694129943847656,0.24056434631347656,0.24509429931640625,0.2923011779785156,0.29158592224121094,0.26988983154296875,0.400543212890625,0.38361549377441406,0.5919933319091797,0.5309581756591797,0.3883838653564453,0.45228004455566406,0.4723072052001953,0.3790855407714844,0.45299530029296875,0.4127025604248047 +2500,10000,cpu,homo,True,True,False,0.22339820861816406,0.2110004425048828,0.2117156982421875,0.20623207092285156,0.19931793212890625,0.21719932556152344,0.24366378784179688,0.2295970916748047,0.21982192993164062,0.2052783966064453,0.2071857452392578,0.1800060272216797,0.18215179443359375,0.19884109497070312,0.17976760864257812,0.18548965454101562,0.19693374633789062,0.2071857452392578,0.2009868621826172,0.17404556274414062 +2500,10000,cpu,homo,False,True,False,0.23818016052246094,0.19502639770507812,0.23651123046875,0.20003318786621094,0.2276897430419922,0.2200603485107422,0.2377033233642578,0.2143383026123047,0.2372264862060547,0.2262592315673828,0.255584716796875,0.21910667419433594,0.22363662719726562,0.22935867309570312,0.2319812774658203,0.23317337036132812,0.21529197692871094,0.21147727966308594,0.20384788513183594,0.21767616271972656 +2500,10000,cpu,homo,True,False,False,0.2605915069580078,0.2276897430419922,0.2646446228027344,0.2460479736328125,0.6971359252929688,0.4699230194091797,0.5042552947998047,0.46324729919433594,0.4515647888183594,0.4355907440185547,0.38361549377441406,0.5118846893310547,0.46253204345703125,0.4050731658935547,0.385284423828125,0.3635883331298828,0.35452842712402344,0.3845691680908203,0.3452301025390625,0.3883838653564453 +2500,10000,cpu,homo,False,False,False,0.5555152893066406,0.5071163177490234,0.545501708984375,0.5230903625488281,0.6730556488037109,0.7355213165283203,0.5364418029785156,0.44536590576171875,0.4811286926269531,0.4620552062988281,0.3781318664550781,0.49233436584472656,0.3504753112792969,0.3368854522705078,0.339508056640625,0.35071372985839844,0.33783912658691406,0.3731250762939453,0.34117698669433594,0.3173351287841797 +2500,10000,cpu,uniform,True,True,False,0.2722740173339844,0.2498626708984375,0.30684471130371094,0.2598762512207031,0.24652481079101562,0.24509429931640625,0.2269744873046875,0.24390220642089844,0.2586841583251953,0.2605915069580078,0.25582313537597656,0.18715858459472656,0.17499923706054688,0.16379356384277344,0.19502639770507812,0.33020973205566406,0.2346038818359375,0.22649765014648438,0.2117156982421875,0.22220611572265625 +2500,10000,cpu,uniform,False,True,False,0.263214111328125,0.2562999725341797,0.23317337036132812,0.2281665802001953,0.23674964904785156,0.25153160095214844,0.2453327178955078,0.23436546325683594,0.232696533203125,0.26988983154296875,0.26106834411621094,0.2789497375488281,0.23603439331054688,0.2396106719970703,0.2048015594482422,0.2269744873046875,0.2415180206298828,0.23221969604492188,0.2377033233642578,0.22745132446289062 +2500,10000,cpu,uniform,True,False,False,0.30159950256347656,0.43272972106933594,0.30303001403808594,0.28967857360839844,0.3104209899902344,0.3075599670410156,0.2620220184326172,0.27751922607421875,0.26607513427734375,0.25010108947753906,0.3383159637451172,0.3380775451660156,0.35572052001953125,0.32067298889160156,0.3027915954589844,0.3268718719482422,0.3273487091064453,0.3044605255126953,0.3039836883544922,0.3237724304199219 +2500,10000,cpu,uniform,False,False,False,0.3814697265625,0.3426074981689453,0.3066062927246094,0.30112266540527344,0.36025047302246094,0.36072731018066406,0.3199577331542969,0.30541419982910156,0.3135204315185547,0.6906986236572266,0.3826618194580078,0.33545494079589844,0.38886070251464844,0.3197193145751953,0.3414154052734375,0.2872943878173828,0.31304359436035156,0.32973289489746094,0.3426074981689453,0.29754638671875 +2500,10000,cpu,normal,True,True,False,0.28252601623535156,0.2760887145996094,0.28634071350097656,0.26535987854003906,0.2605915069580078,0.24437904357910156,0.27441978454589844,0.2467632293701172,0.26988983154296875,0.2522468566894531,0.24890899658203125,0.22363662719726562,0.2086162567138672,0.25343894958496094,0.1933574676513672,0.2384185791015625,0.20074844360351562,0.2682209014892578,0.2334117889404297,0.20766258239746094 +2500,10000,cpu,normal,False,True,False,0.25272369384765625,0.232696533203125,0.27060508728027344,0.2582073211669922,0.6422996520996094,0.5412101745605469,0.5171298980712891,0.5044937133789062,0.4589557647705078,0.46181678771972656,0.28896331787109375,0.29778480529785156,0.3120899200439453,0.2722740173339844,0.2856254577636719,0.2827644348144531,0.32520294189453125,0.2970695495605469,0.2884864807128906,0.2682209014892578 +2500,10000,cpu,normal,True,False,False,0.5609989166259766,0.5283355712890625,0.48160552978515625,0.4787445068359375,0.5352497100830078,0.49805641174316406,0.4761219024658203,0.49877166748046875,0.49185752868652344,0.5083084106445312,0.34427642822265625,0.3483295440673828,0.3032684326171875,0.3502368927001953,0.3173351287841797,0.3402233123779297,0.3368854522705078,0.32639503479003906,0.3046989440917969,0.3113746643066406 +2500,10000,cpu,normal,False,False,False,0.3662109375,0.3190040588378906,0.37670135498046875,0.3285408020019531,0.3814697265625,0.31685829162597656,0.35691261291503906,0.3440380096435547,0.37789344787597656,0.2963542938232422,0.5517005920410156,0.4775524139404297,0.49591064453125,0.4601478576660156,0.4267692565917969,0.35309791564941406,0.36644935607910156,0.3161430358886719,0.3533363342285156,0.3676414489746094 +2500,25000,cpu,homo,True,True,False,0.29778480529785156,0.3046989440917969,0.3514289855957031,0.30350685119628906,0.2694129943847656,0.293731689453125,0.29540061950683594,0.2875328063964844,0.29397010803222656,0.2961158752441406,0.22101402282714844,0.20599365234375,0.2129077911376953,0.2129077911376953,0.2040863037109375,0.20051002502441406,0.17642974853515625,0.1862049102783203,0.18262863159179688,0.16832351684570312 +2500,25000,cpu,homo,False,True,False,0.21719932556152344,0.18739700317382812,0.22363662719726562,0.19669532775878906,0.19669532775878906,0.18024444580078125,0.202178955078125,0.2033710479736328,0.21386146545410156,0.2353191375732422,0.5724430084228516,0.31638145446777344,0.3185272216796875,0.3056526184082031,0.29206275939941406,0.2999305725097656,0.30422210693359375,0.3063678741455078,0.29349327087402344,0.2944469451904297 +2500,25000,cpu,homo,True,False,False,0.362396240234375,0.32711029052734375,0.3352165222167969,0.3180503845214844,0.34928321838378906,0.3101825714111328,0.33545494079589844,0.30994415283203125,0.35858154296875,0.3304481506347656,0.42700767517089844,0.43511390686035156,0.4189014434814453,0.4563331604003906,0.4296302795410156,0.44345855712890625,0.4181861877441406,0.43487548828125,0.4267692565917969,0.42939186096191406 +2500,25000,cpu,homo,False,False,False,0.32401084899902344,0.3972053527832031,0.31495094299316406,0.4048347473144531,0.3116130828857422,0.41174888610839844,0.32138824462890625,0.39839744567871094,0.28395652770996094,0.4019737243652344,0.7395744323730469,0.6589889526367188,0.7431507110595703,0.6697177886962891,0.7340908050537109,0.6392002105712891,0.7250308990478516,0.6575584411621094,0.7264614105224609,0.6723403930664062 +2500,25000,cpu,uniform,True,True,False,0.5822181701660156,0.6551742553710938,0.6890296936035156,0.5970001220703125,0.5815029144287109,0.5428791046142578,0.5476474761962891,0.5750656127929688,0.5528926849365234,0.5700588226318359,0.2887248992919922,0.31566619873046875,0.2956390380859375,0.5056858062744141,0.34689903259277344,0.3066062927246094,0.2803802490234375,0.2548694610595703,0.2524852752685547,0.25582313537597656 +2500,25000,cpu,uniform,False,True,False,0.23484230041503906,0.24890899658203125,0.2429485321044922,0.2079010009765625,0.22935867309570312,0.247955322265625,0.2372264862060547,0.23508071899414062,0.24628639221191406,0.23055076599121094,0.6039142608642578,0.5214214324951172,0.5021095275878906,0.47898292541503906,0.476837158203125,0.5249977111816406,0.49757957458496094,0.46896934509277344,0.4513263702392578,0.4601478576660156 +2500,25000,cpu,uniform,True,False,False,0.6067752838134766,0.5979537963867188,0.6132125854492188,0.5469322204589844,0.5311965942382812,0.5235671997070312,0.5080699920654297,0.5283355712890625,0.5030632019042969,0.8273124694824219,0.5829334259033203,0.6256103515625,0.6272792816162109,0.6167888641357422,0.5478858947753906,0.5397796630859375,0.537872314453125,0.5631446838378906,0.5817413330078125,0.5781650543212891 +2500,25000,cpu,uniform,False,False,False,0.7090568542480469,0.6885528564453125,0.5619525909423828,0.6647109985351562,0.5724430084228516,0.66375732421875,0.5872249603271484,0.6206035614013672,0.553131103515625,0.6213188171386719,0.5984306335449219,0.5731582641601562,0.5781650543212891,0.5960464477539062,0.5826950073242188,0.598907470703125,0.5617141723632812,0.8022785186767578,0.8873939514160156,0.9469985961914062 +2500,25000,cpu,normal,True,True,False,0.4525184631347656,0.47016143798828125,0.44274330139160156,0.5002021789550781,0.4355907440185547,0.4124641418457031,0.44798851013183594,0.44918060302734375,0.4513263702392578,0.4391670227050781,0.19288063049316406,0.2238750457763672,0.22292137145996094,0.24199485778808594,0.20623207092285156,0.2002716064453125,0.18167495727539062,0.19288063049316406,0.23293495178222656,0.2715587615966797 +2500,25000,cpu,normal,False,True,False,0.2868175506591797,0.9140968322753906,0.8220672607421875,0.5364418029785156,0.5259513854980469,0.4940032958984375,0.48828125,0.4584789276123047,0.43272972106933594,0.446319580078125,0.5009174346923828,0.5147457122802734,0.4811286926269531,0.5240440368652344,0.5145072937011719,0.5025863647460938,0.48422813415527344,0.4901885986328125,0.4801750183105469,0.46443939208984375 +2500,25000,cpu,normal,True,False,False,0.3955364227294922,0.36525726318359375,0.36597251892089844,0.3495216369628906,0.37217140197753906,0.38743019104003906,0.3540515899658203,0.3485679626464844,0.37288665771484375,0.35691261291503906,0.5886554718017578,0.5369186401367188,0.5056858062744141,0.5624294281005859,0.5369186401367188,0.5135536193847656,0.5071163177490234,0.5221366882324219,0.5154609680175781,0.49424171447753906 +2500,25000,cpu,normal,False,False,False,0.34689903259277344,0.4448890686035156,0.34117698669433594,0.4391670227050781,0.3185272216796875,0.4241466522216797,0.32806396484375,0.49495697021484375,0.33402442932128906,0.4413127899169922,0.9264945983886719,0.762939453125,0.8618831634521484,0.7598400115966797,0.7848739624023438,0.7183551788330078,0.8442401885986328,0.7996559143066406,0.7936954498291016,0.7216930389404297 +2500,37500,cpu,homo,True,True,False,0.8471012115478516,0.6434917449951172,0.6616115570068359,0.6222724914550781,0.6756782531738281,0.6539821624755859,0.6175041198730469,0.6666183471679688,0.6084442138671875,0.6165504455566406,0.18739700317382812,0.13828277587890625,0.18930435180664062,0.19049644470214844,0.16236305236816406,0.17714500427246094,0.1862049102783203,0.16617774963378906,0.15664100646972656,0.16999244689941406 +2500,37500,cpu,homo,False,True,False,0.20122528076171875,0.2288818359375,0.17786026000976562,0.1933574676513672,0.2129077911376953,0.23937225341796875,0.19741058349609375,0.21886825561523438,0.22983551025390625,0.19502639770507812,0.41222572326660156,0.37980079650878906,0.40793418884277344,0.396728515625,0.396728515625,0.3981590270996094,0.3707408905029297,0.385284423828125,0.3840923309326172,0.3666877746582031 +2500,37500,cpu,homo,True,False,False,0.34880638122558594,0.3769397735595703,0.3383159637451172,0.39124488830566406,0.33926963806152344,0.38886070251464844,0.3662109375,0.3876686096191406,0.31757354736328125,0.3819465637207031,0.6301403045654297,0.5948543548583984,0.5757808685302734,0.5843639373779297,0.5829334259033203,0.6368160247802734,0.5590915679931641,0.6093978881835938,0.5478858947753906,0.5779266357421875 +2500,37500,cpu,homo,False,False,False,0.3631114959716797,0.4863739013671875,0.37598609924316406,0.499725341796875,0.36978721618652344,0.5109310150146484,0.3497600555419922,0.48851966857910156,0.3771781921386719,0.46515464782714844,0.9992122650146484,0.8692741394042969,0.9832382202148438,0.86212158203125,1.0561943054199219,0.9877681732177734,0.9896755218505859,0.8661746978759766,0.9984970092773438,0.8931159973144531 +2500,37500,cpu,uniform,True,True,False,0.47397613525390625,0.5080699920654297,0.5042552947998047,0.5104541778564453,0.49495697021484375,0.47469139099121094,0.4935264587402344,0.47898292541503906,0.5049705505371094,0.4754066467285156,0.19311904907226562,0.1823902130126953,0.2014636993408203,0.1895427703857422,0.19931793212890625,0.22077560424804688,0.7636547088623047,0.5970001220703125,0.26917457580566406,0.22864341735839844 +2500,37500,cpu,uniform,False,True,False,0.24700164794921875,0.23555755615234375,0.244140625,0.2124309539794922,0.25463104248046875,0.21409988403320312,0.22125244140625,0.21028518676757812,0.23674964904785156,0.1976490020751953,0.42510032653808594,0.4076957702636719,0.4119873046875,0.4177093505859375,0.3948211669921875,0.4119873046875,0.4322528839111328,0.45299530029296875,0.40984153747558594,0.4024505615234375 +2500,37500,cpu,uniform,True,False,False,0.6728172302246094,0.8821487426757812,0.6306171417236328,0.6058216094970703,0.6287097930908203,0.614166259765625,0.54931640625,0.6270408630371094,0.5888938903808594,0.5784034729003906,0.5805492401123047,0.6322860717773438,0.6153583526611328,0.6308555603027344,0.8935928344726562,1.0466575622558594,0.7882118225097656,0.7388591766357422,0.7562637329101562,0.7340908050537109 +2500,37500,cpu,uniform,False,False,False,0.41031837463378906,0.4589557647705078,0.39839744567871094,0.4787445068359375,0.4329681396484375,0.5080699920654297,0.40030479431152344,0.48732757568359375,0.4031658172607422,0.45871734619140625,1.02996826171875,1.0068416595458984,1.0027885437011719,0.9868144989013672,1.0478496551513672,0.9484291076660156,0.9415149688720703,1.1208057403564453,0.9694099426269531,0.9760856628417969 +2500,37500,cpu,normal,True,True,False,1.0249614715576172,0.9667873382568359,1.0199546813964844,1.0221004486083984,0.9336471557617188,0.9198188781738281,0.9207725524902344,0.9245872497558594,0.9098052978515625,0.9081363677978516,0.38695335388183594,0.3452301025390625,0.3230571746826172,0.32401084899902344,0.34165382385253906,0.31495094299316406,0.3108978271484375,0.32711029052734375,0.32401084899902344,0.33020973205566406 +2500,37500,cpu,normal,False,True,False,0.2818107604980469,0.2338886260986328,0.26869773864746094,0.23055076599121094,0.2644062042236328,0.26988983154296875,0.2841949462890625,0.22220611572265625,0.240325927734375,0.2582073211669922,0.6315708160400391,0.6577968597412109,0.6473064422607422,0.6420612335205078,0.5917549133300781,0.6167888641357422,0.6165504455566406,0.6198883056640625,0.5888938903808594,0.5803108215332031 +2500,37500,cpu,normal,True,False,False,0.6020069122314453,0.6542205810546875,0.827789306640625,0.7603168487548828,0.6222724914550781,0.6914138793945312,0.6158351898193359,0.6465911865234375,0.6668567657470703,0.8258819580078125,0.7536411285400391,0.7510185241699219,0.7758140563964844,0.7727146148681641,0.7631778717041016,0.7598400115966797,0.7462501525878906,0.7696151733398438,0.8296966552734375,0.7519721984863281 +2500,37500,cpu,normal,False,False,False,0.44536590576171875,0.5614757537841797,0.38504600524902344,0.5440711975097656,0.36263465881347656,0.5173683166503906,0.3991127014160156,0.5218982696533203,0.4432201385498047,0.5548000335693359,1.1935234069824219,0.9112358093261719,0.9791851043701172,0.9305477142333984,0.99945068359375,0.9129047393798828,1.0004043579101562,0.9176731109619141,1.0027885437011719,0.8859634399414062 +2500,50000,cpu,homo,True,True,False,0.7996559143066406,0.5526542663574219,0.5180835723876953,0.5486011505126953,0.5278587341308594,0.4966259002685547,0.5340576171875,0.5235671997070312,0.8890628814697266,0.7469654083251953,0.22077560424804688,0.2722740173339844,0.2682209014892578,0.22482872009277344,0.20623207092285156,0.20837783813476562,0.17762184143066406,0.19931793212890625,0.19788742065429688,0.17833709716796875 +2500,50000,cpu,homo,False,True,False,0.21982192993164062,0.20384788513183594,0.186920166015625,0.20599365234375,0.19693374633789062,0.19288063049316406,0.18858909606933594,0.17452239990234375,0.1888275146484375,0.21195411682128906,0.47898292541503906,0.4897117614746094,0.4763603210449219,0.4534721374511719,0.4684925079345703,0.47135353088378906,0.4711151123046875,0.4665851593017578,0.46181678771972656,0.4591941833496094 +2500,50000,cpu,homo,True,False,False,0.40149688720703125,0.885009765625,0.7071495056152344,0.9388923645019531,0.6394386291503906,0.6101131439208984,0.6172657012939453,0.6358623504638672,0.6012916564941406,0.6148815155029297,0.7219314575195312,0.7126331329345703,0.7085800170898438,0.8709430694580078,0.6794929504394531,0.7023811340332031,0.6935596466064453,0.6761550903320312,0.6892681121826172,0.6806850433349609 +2500,50000,cpu,homo,False,False,False,0.6525516510009766,0.8323192596435547,0.6392002105712891,0.7805824279785156,0.7030963897705078,0.8876323699951172,0.6017684936523438,0.6532669067382812,0.46825408935546875,0.9343624114990234,1.2562274932861328,1.2402534484863281,1.2156963348388672,1.287221908569336,1.1420249938964844,1.2583732604980469,1.1937618255615234,1.245260238647461,1.184701919555664,1.3136863708496094 +2500,50000,cpu,uniform,True,True,False,0.6673336029052734,0.6926059722900391,0.6372928619384766,0.6682872772216797,0.7035732269287109,0.6909370422363281,0.6837844848632812,0.6716251373291016,0.6909370422363281,0.6787776947021484,0.20742416381835938,0.179290771484375,0.17833709716796875,0.19073486328125,0.19359588623046875,0.21195411682128906,0.17714500427246094,0.20194053649902344,0.18453598022460938,0.2086162567138672 +2500,50000,cpu,uniform,False,True,False,0.46753883361816406,0.4928112030029297,0.6353855133056641,0.46443939208984375,0.4661083221435547,0.4627704620361328,0.4544258117675781,0.43964385986328125,0.4417896270751953,0.3407001495361328,0.5710124969482422,0.54168701171875,0.49376487731933594,0.4935264587402344,0.48732757568359375,0.5030632019042969,0.5195140838623047,0.4932880401611328,0.7064342498779297,0.6382465362548828 +2500,50000,cpu,uniform,True,False,False,0.5071163177490234,0.4642009735107422,0.46563148498535156,0.40793418884277344,0.4718303680419922,0.5228519439697266,0.5223751068115234,0.5152225494384766,0.8528232574462891,0.5295276641845703,0.9129047393798828,0.9169578552246094,0.9224414825439453,0.9522438049316406,0.8749961853027344,0.8134841918945312,0.9448528289794922,1.1487007141113281,0.8428096771240234,0.8502006530761719 +2500,50000,cpu,uniform,False,False,False,0.49233436584472656,0.40984153747558594,0.4661083221435547,0.46181678771972656,0.431060791015625,0.45990943908691406,0.47588348388671875,0.4487037658691406,0.45800209045410156,0.44989585876464844,1.1997222900390625,1.1751651763916016,1.1129379272460938,1.1568069458007812,1.1107921600341797,1.1425018310546875,1.1477470397949219,1.1599063873291016,1.115560531616211,1.140594482421875 +2500,50000,cpu,normal,True,True,False,1.6436576843261719,1.2705326080322266,1.2710094451904297,1.2590885162353516,1.2402534484863281,1.2481212615966797,1.3363361358642578,1.3511180877685547,1.3592243194580078,1.3113021850585938,0.3085136413574219,0.6918907165527344,0.2422332763671875,0.2167224884033203,0.2472400665283203,0.21600723266601562,0.2262592315673828,0.2582073211669922,0.2231597900390625,0.1995563507080078 +2500,50000,cpu,normal,False,True,False,0.25463104248046875,0.23746490478515625,0.22912025451660156,0.2684593200683594,0.2532005310058594,0.2429485321044922,0.2315044403076172,0.23794174194335938,0.23508071899414062,0.3578662872314453,0.7278919219970703,0.7641315460205078,0.7314682006835938,0.6859302520751953,0.7021427154541016,0.7164478302001953,0.7388591766357422,0.6930828094482422,0.7097721099853516,0.7219314575195312 +2500,50000,cpu,normal,True,False,False,0.5121231079101562,0.4639625549316406,0.4420280456542969,0.47850608825683594,0.4649162292480469,0.8544921875,0.7050037384033203,0.6954669952392578,0.6437301635742188,0.6697177886962891,1.1336803436279297,1.092672348022461,1.026153564453125,1.001119613647461,1.1408329010009766,1.0044574737548828,0.9951591491699219,0.9539127349853516,1.001119613647461,1.0035037994384766 +2500,50000,cpu,normal,False,False,False,0.46825408935546875,0.6444454193115234,0.4563331604003906,0.6160736083984375,0.47326087951660156,0.6554126739501953,0.4138946533203125,0.6191730499267578,0.4420280456542969,0.6501674652099609,1.2712478637695312,1.2395381927490234,1.6705989837646484,1.2505054473876953,1.2264251708984375,1.1715888977050781,1.1985301971435547,1.1959075927734375,1.2469291687011719,1.312255859375 +5000,1000,cpu,homo,True,True,False,0.2338886260986328,0.18858909606933594,0.21386146545410156,0.22077560424804688,0.2167224884033203,0.20837783813476562,0.20623207092285156,0.2086162567138672,0.20265579223632812,0.1842975616455078,0.20241737365722656,0.16689300537109375,0.15282630920410156,0.18310546875,0.1811981201171875,0.1862049102783203,0.1838207244873047,0.1842975616455078,0.19121170043945312,0.16379356384277344 +5000,1000,cpu,homo,False,True,False,0.24056434631347656,0.2162456512451172,0.24437904357910156,0.5214214324951172,0.278472900390625,0.22029876708984375,0.2276897430419922,0.5724430084228516,0.5326271057128906,0.44727325439453125,0.18095970153808594,0.18787384033203125,0.19216537475585938,0.16427040100097656,0.14352798461914062,0.15926361083984375,0.17118453979492188,0.17690658569335938,0.1690387725830078,0.16045570373535156 +5000,1000,cpu,homo,True,False,False,0.24390220642089844,0.23818016052246094,0.23436546325683594,0.23746490478515625,0.20170211791992188,0.22172927856445312,0.2167224884033203,0.2117156982421875,0.22459030151367188,0.22411346435546875,0.3082752227783203,0.2884864807128906,0.30159950256347656,0.3018379211425781,0.29468536376953125,0.27561187744140625,0.2720355987548828,0.26988983154296875,0.3190040588378906,0.5371570587158203 +5000,1000,cpu,homo,False,False,False,0.43129920959472656,0.4215240478515625,0.408172607421875,0.4074573516845703,0.4184246063232422,0.40340423583984375,0.3993511199951172,0.4992485046386719,0.4258155822753906,0.42057037353515625,0.5235671997070312,0.30040740966796875,0.4851818084716797,0.3833770751953125,0.3190040588378906,0.3235340118408203,0.3230571746826172,0.3104209899902344,0.31757354736328125,0.2994537353515625 +5000,1000,cpu,uniform,True,True,False,0.2613067626953125,0.2989768981933594,0.2753734588623047,0.2460479736328125,0.2694129943847656,0.24747848510742188,0.22602081298828125,0.2529621124267578,0.25081634521484375,0.23984909057617188,0.21409988403320312,0.22673606872558594,0.20837783813476562,0.21529197692871094,0.21314620971679688,0.1819133758544922,0.20933151245117188,0.21696090698242188,0.2079010009765625,0.21767616271972656 +5000,1000,cpu,uniform,False,True,False,0.5850791931152344,0.5056858062744141,0.4901885986328125,0.5037784576416016,0.4851818084716797,0.47469139099121094,0.4684925079345703,0.4544258117675781,0.45800209045410156,0.4382133483886719,0.2989768981933594,0.3104209899902344,0.28133392333984375,0.28133392333984375,0.26869773864746094,0.2694129943847656,0.2644062042236328,0.3132820129394531,0.27871131896972656,0.2741813659667969 +5000,1000,cpu,uniform,True,False,False,0.2734661102294922,0.22673606872558594,0.23317337036132812,0.2529621124267578,0.26607513427734375,0.2665519714355469,0.2613067626953125,0.2655982971191406,0.2486705780029297,0.27632713317871094,0.21910667419433594,0.21696090698242188,0.24557113647460938,0.202178955078125,0.22721290588378906,0.22363662719726562,0.21266937255859375,0.28443336486816406,0.2467632293701172,0.2562999725341797 +5000,1000,cpu,uniform,False,False,False,0.2562999725341797,0.2837181091308594,0.6885528564453125,0.48851966857910156,0.5254745483398438,0.5047321319580078,0.476837158203125,0.46372413635253906,0.46443939208984375,0.46563148498535156,0.23412704467773438,0.2760887145996094,0.25844573974609375,0.23484230041503906,0.19550323486328125,0.2377033233642578,0.2181529998779297,0.23055076599121094,0.24056434631347656,0.23174285888671875 +5000,1000,cpu,normal,True,True,False,0.2658367156982422,0.26798248291015625,0.30517578125,0.25916099548339844,0.2624988555908203,0.23698806762695312,0.24461746215820312,0.25153160095214844,0.2636909484863281,0.24819374084472656,0.2932548522949219,0.25534629821777344,0.27942657470703125,0.24318695068359375,0.2624988555908203,0.2713203430175781,0.2875328063964844,0.28061866760253906,0.28896331787109375,0.2377033233642578 +5000,1000,cpu,normal,False,True,False,0.27298927307128906,0.26726722717285156,0.27680397033691406,0.24461746215820312,0.25534629821777344,0.2472400665283203,0.25463104248046875,0.2486705780029297,0.31113624572753906,0.31948089599609375,0.30303001403808594,0.30517578125,0.30922889709472656,0.3628730773925781,0.31638145446777344,0.3190040588378906,0.30493736267089844,0.3037452697753906,0.28395652770996094,0.27251243591308594 +5000,1000,cpu,normal,True,False,False,0.263214111328125,0.2524852752685547,0.23508071899414062,0.23555755615234375,0.28967857360839844,0.2646446228027344,0.24175643920898438,0.2543926239013672,0.2605915069580078,0.2658367156982422,0.23293495178222656,0.240325927734375,0.2532005310058594,0.23102760314941406,0.23484230041503906,0.23174285888671875,0.26607513427734375,0.240325927734375,0.24175643920898438,0.21505355834960938 +5000,1000,cpu,normal,False,False,False,0.23651123046875,0.3006458282470703,0.2582073211669922,0.23746490478515625,0.27108192443847656,0.24580955505371094,0.27751922607421875,0.2951622009277344,0.28777122497558594,0.28204917907714844,0.45800209045410156,0.3616809844970703,0.3635883331298828,0.34928321838378906,0.3502368927001953,0.354766845703125,0.33783912658691406,0.335693359375,0.3337860107421875,0.3440380096435547 +5000,2500,cpu,homo,True,True,False,0.24199485778808594,0.23317337036132812,0.26798248291015625,0.23126602172851562,0.21600723266601562,0.2129077911376953,0.23102760314941406,0.5755424499511719,0.5712509155273438,0.7271766662597656,0.15997886657714844,0.2186298370361328,0.2090930938720703,0.19598007202148438,0.19121170043945312,0.1628398895263672,0.1773834228515625,0.20647048950195312,0.19359588623046875,0.20432472229003906 +5000,2500,cpu,homo,False,True,False,0.2586841583251953,0.24700164794921875,0.22339820861816406,0.209808349609375,0.22125244140625,0.22602081298828125,0.5755424499511719,0.4782676696777344,0.446319580078125,0.4451274871826172,0.20503997802734375,0.21719932556152344,0.2532005310058594,0.1838207244873047,0.19407272338867188,0.1888275146484375,0.16307830810546875,0.1628398895263672,0.16379356384277344,0.171661376953125 +5000,2500,cpu,homo,True,False,False,0.4477500915527344,0.4680156707763672,0.4248619079589844,0.6194114685058594,0.4439353942871094,0.4444122314453125,0.4391670227050781,0.44226646423339844,0.44417381286621094,0.4508495330810547,0.2033710479736328,0.46753883361816406,0.37741661071777344,0.33783912658691406,0.31375885009765625,0.3161430358886719,0.3178119659423828,0.3139972686767578,0.3192424774169922,0.29349327087402344 +5000,2500,cpu,homo,False,False,False,0.22792816162109375,0.24199485778808594,0.24938583374023438,0.23984909057617188,0.24056434631347656,0.21886825561523438,0.2334117889404297,0.23674964904785156,0.22339820861816406,0.2155303955078125,0.20885467529296875,0.1938343048095703,0.225067138671875,0.22935867309570312,0.2162456512451172,0.19860267639160156,0.21386146545410156,0.4153251647949219,0.3771781921386719,0.3247261047363281 +5000,2500,cpu,uniform,True,True,False,0.25653839111328125,0.25844573974609375,0.26679039001464844,0.2448558807373047,0.2751350402832031,0.24461746215820312,0.2918243408203125,0.2377033233642578,0.3261566162109375,0.2429485321044922,0.2105236053466797,0.2231597900390625,0.1995563507080078,0.2238750457763672,0.21219253540039062,0.2288818359375,0.2002716064453125,0.21505355834960938,0.2071857452392578,0.1976490020751953 +5000,2500,cpu,uniform,False,True,False,0.27298927307128906,0.26702880859375,0.2777576446533203,0.28967857360839844,0.2541542053222656,0.2593994140625,0.23984909057617188,0.29087066650390625,0.27179718017578125,0.2522468566894531,0.22077560424804688,0.21982192993164062,0.20575523376464844,0.18668174743652344,0.1933574676513672,0.202178955078125,0.18835067749023438,0.2243518829345703,0.21409988403320312,0.18358230590820312 +5000,2500,cpu,uniform,True,False,False,0.48089027404785156,0.5040168762207031,0.4601478576660156,0.4887580871582031,0.45108795166015625,0.4601478576660156,0.4661083221435547,0.45180320739746094,0.46825408935546875,0.4749298095703125,0.4699230194091797,0.415802001953125,0.3666877746582031,0.3867149353027344,0.377655029296875,0.36263465881347656,0.3485679626464844,0.38361549377441406,0.39505958557128906,0.34999847412109375 +5000,2500,cpu,uniform,False,False,False,0.3192424774169922,0.30732154846191406,0.2815723419189453,0.3082752227783203,0.2541542053222656,0.2720355987548828,0.27179718017578125,0.28014183044433594,0.25725364685058594,0.2925395965576172,0.2620220184326172,0.2818107604980469,0.2589225769042969,0.24175643920898438,0.2460479736328125,0.2353191375732422,0.23937225341796875,0.21910667419433594,0.25010108947753906,0.22912025451660156 +5000,2500,cpu,normal,True,True,False,0.2713203430175781,0.27370452880859375,0.29468536376953125,0.23984909057617188,0.2675056457519531,0.2827644348144531,0.25773048400878906,0.3330707550048828,0.27489662170410156,0.29540061950683594,0.2410411834716797,0.24199485778808594,0.2148151397705078,0.24437904357910156,0.24557113647460938,0.26416778564453125,0.28061866760253906,0.25272369384765625,0.2646446228027344,0.22864341735839844 +5000,2500,cpu,normal,False,True,False,0.26345252990722656,0.24390220642089844,0.26535987854003906,0.2422332763671875,0.244140625,0.23055076599121094,0.23698806762695312,0.24008750915527344,0.21958351135253906,0.23484230041503906,0.25200843811035156,0.24747848510742188,0.20647048950195312,0.2231597900390625,0.24652481079101562,0.24771690368652344,0.2338886260986328,0.2186298370361328,0.2067089080810547,0.24390220642089844 +5000,2500,cpu,normal,True,False,False,0.3159046173095703,0.30612945556640625,0.2675056457519531,0.30875205993652344,0.23126602172851562,0.25200843811035156,0.2796649932861328,0.23698806762695312,0.2892017364501953,0.29277801513671875,0.2579689025878906,0.26226043701171875,0.2315044403076172,0.2524852752685547,0.2627372741699219,0.2434253692626953,0.26607513427734375,0.21600723266601562,0.24962425231933594,0.244140625 +5000,2500,cpu,normal,False,False,False,0.3666877746582031,0.3600120544433594,0.3769397735595703,0.3724098205566406,0.36406517028808594,0.34999847412109375,0.3535747528076172,0.3495216369628906,0.3662109375,0.3669261932373047,0.28967857360839844,0.32711029052734375,0.3154277801513672,0.29659271240234375,0.2894401550292969,0.29730796813964844,0.2880096435546875,0.27179718017578125,0.2994537353515625,0.33283233642578125 +5000,5000,cpu,homo,True,True,False,0.2524852752685547,0.2167224884033203,0.22220611572265625,0.22172927856445312,0.22029876708984375,0.21791458129882812,0.2295970916748047,0.3228187561035156,0.22149085998535156,0.26345252990722656,0.24580955505371094,0.23221969604492188,0.2357959747314453,0.21600723266601562,0.20074844360351562,0.19216537475585938,0.20503997802734375,0.21076202392578125,0.17595291137695312,0.18143653869628906 +5000,5000,cpu,homo,False,True,False,0.25725364685058594,0.2315044403076172,0.21696090698242188,0.2300739288330078,0.2396106719970703,0.23794174194335938,0.2448558807373047,0.23221969604492188,0.22673606872558594,0.2429485321044922,0.1881122589111328,0.19025802612304688,0.19311904907226562,0.1735687255859375,0.18215179443359375,0.16450881958007812,0.20265579223632812,0.19121170043945312,0.17380714416503906,0.1742839813232422 +5000,5000,cpu,homo,True,False,False,0.2646446228027344,0.2582073211669922,0.27060508728027344,0.2574920654296875,0.240325927734375,0.2570152282714844,0.2262592315673828,0.24318695068359375,0.2295970916748047,0.3085136413574219,0.2930164337158203,0.2930164337158203,0.2579689025878906,0.2932548522949219,0.27561187744140625,0.3094673156738281,0.25963783264160156,0.3170967102050781,0.26607513427734375,0.2818107604980469 +5000,5000,cpu,homo,False,False,False,0.2918243408203125,0.26154518127441406,0.2770423889160156,0.26726722717285156,0.2949237823486328,0.25582313537597656,0.28705596923828125,0.2772808074951172,0.28395652770996094,0.2779960632324219,0.29921531677246094,0.2722740173339844,0.29349327087402344,0.25272369384765625,0.29206275939941406,0.2627372741699219,0.2803802490234375,0.26702880859375,0.28204917907714844,0.25963783264160156 +5000,5000,cpu,uniform,True,True,False,0.28705596923828125,0.27370452880859375,0.28967857360839844,0.25177001953125,0.24890899658203125,0.2346038818359375,0.2541542053222656,0.2758502960205078,0.24509429931640625,0.2684593200683594,0.301361083984375,0.3254413604736328,0.32258033752441406,0.3094673156738281,0.3027915954589844,0.32329559326171875,0.33283233642578125,0.39196014404296875,0.4706382751464844,0.4208087921142578 +5000,5000,cpu,uniform,False,True,False,0.30875205993652344,0.32401084899902344,0.2684593200683594,0.2789497375488281,0.29468536376953125,0.2841949462890625,0.4372596740722656,0.3192424774169922,0.274658203125,0.3008842468261719,0.33545494079589844,0.3077983856201172,0.3139972686767578,0.3123283386230469,0.34236907958984375,0.3199577331542969,0.3147125244140625,0.3476142883300781,0.3097057342529297,0.29778480529785156 +5000,5000,cpu,uniform,True,False,False,0.31948089599609375,0.2894401550292969,0.3211498260498047,0.3070831298828125,0.25725364685058594,0.29158592224121094,0.30541419982910156,0.2758502960205078,0.32520294189453125,0.26917457580566406,0.3113746643066406,0.3075599670410156,0.2884864807128906,0.28204917907714844,0.40435791015625,0.3573894500732422,0.2636909484863281,0.29587745666503906,0.3230571746826172,0.30159950256347656 +5000,5000,cpu,uniform,False,False,False,0.5528926849365234,0.58746337890625,0.49948692321777344,0.52642822265625,0.4773139953613281,0.5145072937011719,0.5218982696533203,0.5106925964355469,0.5106925964355469,0.5018711090087891,0.4773139953613281,0.4475116729736328,0.4277229309082031,0.37789344787597656,0.4303455352783203,0.42247772216796875,0.3941059112548828,0.3921985626220703,0.3952980041503906,0.41365623474121094 +5000,5000,cpu,normal,True,True,False,0.7011890411376953,0.5698204040527344,0.47206878662109375,0.461578369140625,0.4601478576660156,0.44989585876464844,0.4417896270751953,0.4620552062988281,0.49877166748046875,0.4379749298095703,0.3325939178466797,0.3666877746582031,0.3185272216796875,0.3597736358642578,0.3304481506347656,0.32591819763183594,0.33283233642578125,0.3440380096435547,0.308990478515625,0.33545494079589844 +5000,5000,cpu,normal,False,True,False,0.4940032958984375,0.48422813415527344,0.4725456237792969,0.4551410675048828,0.4696846008300781,0.49424171447753906,0.4515647888183594,0.48661231994628906,0.4563331604003906,0.5056858062744141,0.22459030151367188,0.20623207092285156,0.21314620971679688,0.2434253692626953,0.25153160095214844,0.23674964904785156,0.2357959747314453,0.25463104248046875,0.1914501190185547,0.21982192993164062 +5000,5000,cpu,normal,True,False,False,0.3135204315185547,0.3104209899902344,0.29587745666503906,0.2980232238769531,0.27179718017578125,0.286102294921875,0.31495094299316406,0.31113624572753906,0.3116130828857422,0.3001689910888672,0.2703666687011719,0.30040740966796875,0.26726722717285156,0.30994415283203125,0.2663135528564453,0.2727508544921875,0.2751350402832031,0.2522468566894531,0.2620220184326172,0.2601146697998047 +5000,5000,cpu,normal,False,False,False,0.32138824462890625,0.3116130828857422,0.27298927307128906,0.2853870391845703,0.2913475036621094,0.6303787231445312,0.545501708984375,0.5419254302978516,0.6029605865478516,0.7584095001220703,0.446319580078125,0.4901885986328125,0.6475448608398438,0.4558563232421875,0.42557716369628906,0.4706382751464844,0.4520416259765625,0.4203319549560547,0.46181678771972656,0.44345855712890625 +5000,10000,cpu,homo,True,True,False,0.25391578674316406,0.20647048950195312,0.22935867309570312,0.22459030151367188,0.24771690368652344,0.27179718017578125,0.2300739288330078,0.21600723266601562,0.22983551025390625,0.2014636993408203,0.3669261932373047,0.31685829162597656,0.28204917907714844,0.2689361572265625,0.28324127197265625,0.31375885009765625,0.30922889709472656,0.2834796905517578,0.2796649932861328,0.2655982971191406 +5000,10000,cpu,homo,False,True,False,0.2181529998779297,0.22745132446289062,0.23818016052246094,0.24819374084472656,0.2562999725341797,0.22268295288085938,0.25725364685058594,0.2200603485107422,0.2300739288330078,0.2512931823730469,0.22292137145996094,0.2181529998779297,0.2205371856689453,0.22101402282714844,0.2288818359375,0.22101402282714844,0.2219676971435547,0.23055076599121094,0.18668174743652344,0.2193450927734375 +5000,10000,cpu,homo,True,False,False,0.44417381286621094,0.5609989166259766,0.48828125,0.3559589385986328,0.37407875061035156,0.3178119659423828,0.308990478515625,0.3292560577392578,0.3056526184082031,0.33593177795410156,0.47659873962402344,0.4725456237792969,0.4658699035644531,0.49185752868652344,0.46563148498535156,0.5054473876953125,0.499725341796875,0.4875659942626953,0.4444122314453125,0.46324729919433594 +5000,10000,cpu,homo,False,False,False,0.3192424774169922,0.331878662109375,0.3542900085449219,0.3161430358886719,0.32806396484375,0.3235340118408203,0.3516674041748047,0.33974647521972656,0.3349781036376953,0.3063678741455078,0.41294097900390625,0.6520748138427734,0.43082237243652344,0.40459632873535156,0.44465065002441406,0.4603862762451172,0.3876686096191406,0.43654441833496094,0.3924369812011719,0.4107952117919922 +5000,10000,cpu,uniform,True,True,False,0.2753734588623047,0.2899169921875,0.2295970916748047,0.27108192443847656,0.2872943878173828,0.2765655517578125,0.3018379211425781,0.3616809844970703,0.2682209014892578,0.2808570861816406,0.23555755615234375,0.36144256591796875,0.45228004455566406,0.35572052001953125,0.3604888916015625,0.3592967987060547,0.41556358337402344,0.34809112548828125,0.3647804260253906,0.27441978454589844 +5000,10000,cpu,uniform,False,True,False,0.2951622009277344,0.2562999725341797,0.23889541625976562,0.2448558807373047,0.2429485321044922,0.2589225769042969,0.22125244140625,0.25725364685058594,0.23984909057617188,0.27441978454589844,0.3829002380371094,0.3628730773925781,0.3578662872314453,0.36716461181640625,0.38743019104003906,0.34928321838378906,0.34618377685546875,0.3972053527832031,0.3407001495361328,0.37360191345214844 +5000,10000,cpu,uniform,True,False,False,0.3573894500732422,0.3104209899902344,0.286102294921875,0.32019615173339844,0.3273487091064453,0.3132820129394531,0.3154277801513672,0.28514862060546875,0.28061866760253906,0.3204345703125,0.3974437713623047,0.5340576171875,0.36835670471191406,0.331878662109375,0.3387928009033203,0.3437995910644531,0.3819465637207031,0.33092498779296875,0.3814697265625,0.3304481506347656 +5000,10000,cpu,uniform,False,False,False,0.6437301635742188,0.5636215209960938,0.5369186401367188,0.5528926849365234,0.5419254302978516,0.5452632904052734,0.5891323089599609,0.5359649658203125,0.5452632904052734,0.5388259887695312,0.45871734619140625,0.47707557678222656,0.4062652587890625,0.4432201385498047,0.5638599395751953,0.43773651123046875,0.39386749267578125,0.4222393035888672,0.40435791015625,0.42557716369628906 +5000,10000,cpu,normal,True,True,False,0.3020763397216797,0.28324127197265625,0.2627372741699219,0.26679039001464844,0.25963783264160156,0.2880096435546875,0.2903938293457031,0.2522468566894531,0.2789497375488281,0.2884864807128906,0.1990795135498047,0.22101402282714844,0.26702880859375,0.19478797912597656,0.22602081298828125,0.24509429931640625,0.2551078796386719,0.2162456512451172,0.2319812774658203,0.2396106719970703 +5000,10000,cpu,normal,False,True,False,0.2789497375488281,0.2677440643310547,0.25534629821777344,0.2486705780029297,0.25081634521484375,0.2467632293701172,0.2593994140625,0.27680397033691406,0.2460479736328125,0.25010108947753906,0.39577484130859375,0.39839744567871094,0.4248619079589844,0.37860870361328125,0.36454200744628906,0.3631114959716797,0.38433074951171875,0.316619873046875,0.2923011779785156,0.3037452697753906 +5000,10000,cpu,normal,True,False,False,0.3077983856201172,0.659942626953125,0.5736351013183594,0.3619194030761719,0.3376007080078125,0.6582736968994141,0.3094673156738281,0.2765655517578125,0.3402233123779297,0.3304481506347656,0.698089599609375,0.5261898040771484,0.5362033843994141,0.44918060302734375,0.42128562927246094,0.423431396484375,0.3848075866699219,0.38814544677734375,0.37741661071777344,0.38909912109375 +5000,10000,cpu,normal,False,False,False,0.3437995910644531,0.32138824462890625,0.3216266632080078,0.3533363342285156,0.3368854522705078,0.32591819763183594,0.33783912658691406,0.3108978271484375,0.3337860107421875,0.35762786865234375,0.49948692321777344,0.4673004150390625,0.41961669921875,0.49114227294921875,0.41747093200683594,0.4763603210449219,0.42510032653808594,0.47397613525390625,0.3800392150878906,0.461578369140625 +5000,25000,cpu,homo,True,True,False,0.2903938293457031,0.3063678741455078,0.2942085266113281,0.27632713317871094,0.3101825714111328,0.2830028533935547,0.2808570861816406,0.26988983154296875,0.27298927307128906,0.2570152282714844,0.1423358917236328,0.19741058349609375,0.18978118896484375,0.16760826110839844,0.1728534698486328,0.1850128173828125,0.1742839813232422,0.17642974853515625,0.16045570373535156,0.16379356384277344 +5000,25000,cpu,homo,False,True,False,0.2219676971435547,0.1990795135498047,0.24271011352539062,0.44083595275878906,0.24318695068359375,0.2276897430419922,0.21409988403320312,0.21958351135253906,0.21529197692871094,0.2040863037109375,0.3116130828857422,0.2865791320800781,0.32067298889160156,0.3840923309326172,0.5061626434326172,0.40531158447265625,0.3955364227294922,0.4355907440185547,0.4603862762451172,0.5004405975341797 +5000,25000,cpu,homo,True,False,False,0.45037269592285156,0.43272972106933594,0.423431396484375,0.4138946533203125,0.4208087921142578,0.42057037353515625,0.42557716369628906,0.4172325134277344,0.43964385986328125,0.44083595275878906,0.48422813415527344,0.5090236663818359,0.4775524139404297,0.5166530609130859,0.5061626434326172,0.5030632019042969,0.5185604095458984,0.5156993865966797,0.4839897155761719,0.5068778991699219 +5000,25000,cpu,homo,False,False,False,0.453948974609375,0.4508495330810547,0.4405975341796875,0.4527568817138672,0.44846534729003906,0.45609474182128906,0.44155120849609375,0.4649162292480469,0.4565715789794922,0.4546642303466797,0.8530616760253906,0.7953643798828125,0.8442401885986328,0.7867813110351562,0.8420944213867188,0.7693767547607422,0.8087158203125,0.8115768432617188,0.8220672607421875,0.7843971252441406 +5000,25000,cpu,uniform,True,True,False,0.3571510314941406,0.35452842712402344,0.3445148468017578,0.3407001495361328,0.33593177795410156,0.3695487976074219,0.3540515899658203,0.36454200744628906,0.34689903259277344,0.3387928009033203,0.48232078552246094,0.4031658172607422,0.3509521484375,0.33736228942871094,0.2956390380859375,0.29015541076660156,0.30517578125,0.3223419189453125,0.3173351287841797,0.35572052001953125 +5000,25000,cpu,uniform,False,True,False,0.4525184631347656,0.45800209045410156,0.43892860412597656,0.48160552978515625,0.6015300750732422,0.46515464782714844,0.4665851593017578,0.4420280456542969,0.47326087951660156,0.4448890686035156,0.43845176696777344,0.4336833953857422,0.6732940673828125,0.5383491516113281,0.4634857177734375,0.48232078552246094,0.42724609375,0.457763671875,0.4322528839111328,0.4363059997558594 +5000,25000,cpu,uniform,True,False,False,0.4787445068359375,0.4601478576660156,0.4470348358154297,0.43845176696777344,0.45943260192871094,0.42557716369628906,0.4191398620605469,0.4184246063232422,0.4374980926513672,0.3936290740966797,0.6625652313232422,0.6511211395263672,0.6480216979980469,0.6668567657470703,0.6189346313476562,0.6694793701171875,0.7648468017578125,0.9329319000244141,0.6551742553710938,0.675201416015625 +5000,25000,cpu,uniform,False,False,False,0.7359981536865234,0.7352828979492188,0.7047653198242188,0.7069110870361328,0.7143020629882812,0.6871223449707031,0.6773471832275391,0.6916522979736328,0.7250308990478516,0.6840229034423828,0.8826255798339844,0.9222030639648438,0.8709430694580078,0.8771419525146484,0.8864402770996094,0.8699893951416016,0.827789306640625,0.8697509765625,0.9353160858154297,0.9589195251464844 +5000,25000,cpu,normal,True,True,False,0.6773471832275391,0.6735324859619141,0.7252693176269531,0.6592273712158203,0.6809234619140625,0.6625652313232422,0.6690025329589844,0.6439685821533203,0.667572021484375,0.6573200225830078,0.28443336486816406,0.2281665802001953,0.2472400665283203,0.2498626708984375,0.2238750457763672,0.28061866760253906,0.23221969604492188,0.24271011352539062,0.25653839111328125,0.24628639221191406 +5000,25000,cpu,normal,False,True,False,0.31304359436035156,0.2779960632324219,0.27179718017578125,0.2779960632324219,0.29778480529785156,0.2682209014892578,0.29087066650390625,0.2694129943847656,0.2791881561279297,0.2779960632324219,0.4513263702392578,0.43392181396484375,0.44417381286621094,0.44345855712890625,0.46634674072265625,0.4601478576660156,0.5211830139160156,0.7412433624267578,0.4992485046386719,0.4665851593017578 +5000,25000,cpu,normal,True,False,False,0.41961669921875,0.41747093200683594,0.4284381866455078,0.40340423583984375,0.43702125549316406,0.41794776916503906,0.4329681396484375,0.45800209045410156,0.4749298095703125,0.42319297790527344,0.5764961242675781,0.6127357482910156,0.5550384521484375,0.5345344543457031,0.5555152893066406,0.5633831024169922,0.5815029144287109,0.5548000335693359,0.5431175231933594,0.5412101745605469 +5000,25000,cpu,normal,False,False,False,0.46634674072265625,0.4684925079345703,0.8640289306640625,0.7405281066894531,0.7290840148925781,0.7047653198242188,0.7200241088867188,0.7557868957519531,0.7848739624023438,0.7073879241943359,0.9489059448242188,0.8947849273681641,0.8127689361572266,0.8215904235839844,0.7617473602294922,0.9784698486328125,0.9167194366455078,0.9653568267822266,0.8680820465087891,1.3172626495361328 +5000,37500,cpu,homo,True,True,False,0.3726482391357422,0.36334991455078125,0.3666877746582031,0.4012584686279297,0.3993511199951172,0.3476142883300781,0.35953521728515625,0.3707408905029297,0.3590583801269531,0.3426074981689453,0.3142356872558594,0.30994415283203125,0.2658367156982422,0.27251243591308594,0.3001689910888672,0.263214111328125,0.26345252990722656,0.2827644348144531,0.27179718017578125,0.26106834411621094 +5000,37500,cpu,homo,False,True,False,0.2238750457763672,0.19478797912597656,0.2052783966064453,0.19812583923339844,0.2129077911376953,0.19884109497070312,0.1914501190185547,0.19669532775878906,0.1971721649169922,0.2193450927734375,0.4220008850097656,0.3898143768310547,0.3731250762939453,0.39768218994140625,0.39005279541015625,0.3955364227294922,0.3838539123535156,0.3955364227294922,0.3771781921386719,0.4031658172607422 +5000,37500,cpu,homo,True,False,False,0.8592605590820312,0.8289813995361328,0.7674694061279297,0.8380413055419922,0.7424354553222656,0.6372928619384766,0.5335807800292969,0.6022453308105469,0.514984130859375,0.5714893341064453,0.6501674652099609,0.6535053253173828,0.6203651428222656,0.6208419799804688,0.61798095703125,0.6291866302490234,0.6260871887207031,0.6310939788818359,0.6241798400878906,0.6251335144042969 +5000,37500,cpu,homo,False,False,False,0.5438327789306641,0.54168701171875,0.5412101745605469,0.5426406860351562,0.5307197570800781,0.5190372467041016,0.5280971527099609,0.5428791046142578,0.5445480346679688,0.5300045013427734,1.2922286987304688,1.2667179107666016,1.2767314910888672,1.207113265991211,1.2102127075195312,1.1615753173828125,1.2087821960449219,1.4927387237548828,1.21307373046875,1.093149185180664 +5000,37500,cpu,uniform,True,True,False,0.4913806915283203,0.47087669372558594,0.4684925079345703,0.4887580871582031,0.4820823669433594,0.5276203155517578,0.45871734619140625,0.5123615264892578,0.4448890686035156,0.4611015319824219,0.31447410583496094,0.2949237823486328,0.3345012664794922,0.3986358642578125,0.2868175506591797,0.2627372741699219,0.2257823944091797,0.21529197692871094,0.24008750915527344,0.21338462829589844 +5000,37500,cpu,uniform,False,True,False,0.24366378784179688,0.25582313537597656,0.25963783264160156,0.23412704467773438,0.22459030151367188,0.23221969604492188,0.23293495178222656,0.23651123046875,0.26917457580566406,0.25916099548339844,0.6034374237060547,0.7915496826171875,0.5662441253662109,0.5650520324707031,0.5652904510498047,0.5426406860351562,0.5500316619873047,0.5185604095458984,0.5486011505126953,0.5388259887695312 +5000,37500,cpu,uniform,True,False,False,0.5233287811279297,0.5090236663818359,0.5018711090087891,0.5636215209960938,0.5393028259277344,0.5619525909423828,0.5495548248291016,0.5764961242675781,0.5221366882324219,0.8525848388671875,0.7052421569824219,0.6799697875976562,0.7395744323730469,0.6775856018066406,0.6966590881347656,0.6794929504394531,0.6382465362548828,0.8897781372070312,0.8211135864257812,0.7863044738769531 +5000,37500,cpu,uniform,False,False,False,0.5545616149902344,0.7143020629882812,0.6210803985595703,0.7331371307373047,0.7891654968261719,0.7045269012451172,0.5669593811035156,0.7212162017822266,0.5586147308349609,0.7212162017822266,1.1303424835205078,1.1603832244873047,1.0843276977539062,1.0967254638671875,1.104116439819336,1.4410018920898438,1.0921955108642578,1.1363029479980469,1.134634017944336,1.1639595031738281 +5000,37500,cpu,normal,True,True,False,0.7476806640625,0.9415149688720703,0.9627342224121094,0.7770061492919922,0.720977783203125,0.7531642913818359,0.7243156433105469,0.7300376892089844,0.7493495941162109,0.7395744323730469,0.2601146697998047,0.2713203430175781,0.2593994140625,0.26917457580566406,0.2677440643310547,0.2613067626953125,0.2541542053222656,0.2665519714355469,0.2923011779785156,0.25844573974609375 +5000,37500,cpu,normal,False,True,False,0.23508071899414062,0.24366378784179688,0.2765655517578125,0.26798248291015625,0.24437904357910156,0.23221969604492188,0.24890899658203125,0.2219676971435547,0.24509429931640625,0.21719932556152344,0.7219314575195312,0.675201416015625,0.6959438323974609,0.6861686706542969,0.6659030914306641,0.6687641143798828,0.8637905120849609,0.6608963012695312,0.6437301635742188,0.637054443359375 +5000,37500,cpu,normal,True,False,False,0.52642822265625,0.5629062652587891,0.7698535919189453,0.6306171417236328,0.5164146423339844,0.5655288696289062,0.5209445953369141,0.5662441253662109,0.5240440368652344,0.5803108215332031,0.7090568542480469,0.7395744323730469,0.743865966796875,0.7412433624267578,0.7457733154296875,0.8382797241210938,0.9388923645019531,0.8721351623535156,0.8599758148193359,0.8287429809570312 +5000,37500,cpu,normal,False,False,False,0.8237361907958984,0.8137226104736328,0.7939338684082031,0.7975101470947266,1.0044574737548828,0.9629726409912109,0.8504390716552734,0.8206367492675781,0.8096694946289062,0.8056163787841797,1.3282299041748047,1.397848129272461,1.3391971588134766,1.6853809356689453,1.3175010681152344,1.3535022735595703,1.2736320495605469,1.4190673828125,1.2886524200439453,1.3775825500488281 +5000,50000,cpu,homo,True,True,False,0.8308887481689453,0.8776187896728516,0.8137226104736328,0.7750988006591797,0.7851123809814453,0.7312297821044922,0.5314350128173828,0.5199909210205078,0.492095947265625,0.5092620849609375,0.31185150146484375,0.3466606140136719,0.3237724304199219,0.2799034118652344,0.27251243591308594,0.3104209899902344,0.28705596923828125,0.32258033752441406,0.27823448181152344,0.29754638671875 +5000,50000,cpu,homo,False,True,False,0.22792816162109375,0.2617835998535156,0.25081634521484375,0.2505779266357422,0.2186298370361328,0.22125244140625,0.23889541625976562,0.22149085998535156,0.21910667419433594,0.2532005310058594,0.5040168762207031,0.48470497131347656,0.4603862762451172,0.49614906311035156,0.48160552978515625,0.45108795166015625,0.4494190216064453,0.47326087951660156,0.49185752868652344,0.48351287841796875 +5000,50000,cpu,homo,True,False,False,0.7071495056152344,0.7274150848388672,0.66375732421875,0.7312297821044922,0.6728172302246094,0.7200241088867188,0.6763935089111328,0.7152557373046875,0.6780624389648438,0.72479248046875,0.8649826049804688,0.8656978607177734,0.8721351623535156,0.9737014770507812,0.8883476257324219,0.8683204650878906,1.1436939239501953,1.0700225830078125,1.0755062103271484,0.8931159973144531 +5000,50000,cpu,homo,False,False,False,0.6070137023925781,0.6177425384521484,0.6587505340576172,0.6210803985595703,0.6544589996337891,0.6563663482666016,0.6392002105712891,0.6172657012939453,0.6191730499267578,0.6198883056640625,1.4073848724365234,1.322031021118164,1.4865398406982422,1.3713836669921875,1.3544559478759766,1.3799667358398438,1.4426708221435547,1.2650489807128906,1.3470649719238281,1.7285346984863281 +5000,50000,cpu,uniform,True,True,False,0.7987022399902344,0.682830810546875,0.7081031799316406,0.667572021484375,0.7123947143554688,0.6606578826904297,0.6725788116455078,0.6940364837646484,0.7143020629882812,0.6949901580810547,0.2243518829345703,0.1933574676513672,0.23698806762695312,0.17905235290527344,0.23674964904785156,0.2090930938720703,0.19097328186035156,0.23484230041503906,0.22125244140625,0.20384788513183594 +5000,50000,cpu,uniform,False,True,False,0.2689361572265625,0.22745132446289062,0.2410411834716797,0.2532005310058594,0.2651214599609375,0.274658203125,0.2410411834716797,0.2193450927734375,0.20647048950195312,0.24962425231933594,0.6046295166015625,0.6034374237060547,0.5788803100585938,0.629425048828125,0.6182193756103516,0.6086826324462891,0.6031990051269531,0.5867481231689453,0.6568431854248047,0.6678104400634766 +5000,50000,cpu,uniform,True,False,False,0.9272098541259766,0.8823871612548828,0.9398460388183594,0.9212493896484375,0.8161067962646484,0.8003711700439453,0.8306503295898438,0.8029937744140625,0.7853507995605469,0.7803440093994141,0.9953975677490234,0.9639263153076172,0.9672641754150391,0.9026527404785156,1.0547637939453125,0.9930133819580078,0.9586811065673828,0.9465217590332031,0.9267330169677734,0.9140968322753906 +5000,50000,cpu,uniform,False,False,False,0.8356571197509766,0.8950233459472656,0.8420944213867188,0.7786750793457031,0.6971359252929688,0.7231235504150391,0.7684230804443359,0.7877349853515625,0.7112026214599609,0.7677078247070312,1.6140937805175781,1.4464855194091797,1.3730525970458984,1.4007091522216797,1.4007091522216797,1.461029052734375,1.3256072998046875,1.4138221740722656,1.3134479522705078,1.4183521270751953 +5000,50000,cpu,normal,True,True,False,1.0824203491210938,1.0647773742675781,1.0595321655273438,1.0530948638916016,1.0480880737304688,1.0492801666259766,1.0290145874023438,1.0797977447509766,1.0955333709716797,1.394510269165039,0.4284381866455078,0.41604042053222656,0.4668235778808594,0.4153251647949219,0.43702125549316406,0.4284381866455078,0.4057884216308594,0.3712177276611328,0.3955364227294922,0.4150867462158203 +5000,50000,cpu,normal,False,True,False,0.23818016052246094,0.27751922607421875,0.3101825714111328,0.6017684936523438,0.4978179931640625,0.45037269592285156,0.44608116149902344,0.4410743713378906,0.4296302795410156,0.43320655822753906,1.0325908660888672,0.8931159973144531,0.8099079132080078,0.8182525634765625,0.8635520935058594,0.81634521484375,0.8826255798339844,0.9107589721679688,0.9069442749023438,0.8754730224609375 +5000,50000,cpu,normal,True,False,False,0.5784034729003906,0.6036758422851562,0.5855560302734375,0.6113052368164062,0.5702972412109375,0.6263256072998047,0.5960464477539062,0.6144046783447266,0.8883476257324219,0.6902217864990234,0.8790493011474609,0.8435249328613281,0.8478164672851562,0.8537769317626953,0.8683204650878906,0.8745193481445312,0.9264945983886719,0.8893013000488281,0.8871555328369141,0.8649826049804688 +5000,50000,cpu,normal,False,False,False,0.7274150848388672,0.6966590881347656,0.675201416015625,0.6787776947021484,0.652313232421875,0.6589889526367188,0.6816387176513672,0.6880760192871094,0.6475448608398438,0.7069110870361328,1.6820430755615234,1.6956329345703125,1.5795230865478516,1.7223358154296875,1.657247543334961,1.7004013061523438,1.7011165618896484,1.8734931945800781,1.6810894012451172,1.6498565673828125 +10000,1000,cpu,homo,True,True,False,0.21886825561523438,0.20241737365722656,0.1919269561767578,0.2110004425048828,0.19931793212890625,0.2040863037109375,0.1938343048095703,0.1976490020751953,0.20265579223632812,0.2219676971435547,0.202178955078125,0.2155303955078125,0.21195411682128906,0.21076202392578125,0.2193450927734375,0.19884109497070312,0.20241737365722656,0.19598007202148438,0.21028518676757812,0.21886825561523438 +10000,1000,cpu,homo,False,True,False,0.3554821014404297,0.34356117248535156,0.3261566162109375,0.3609657287597656,0.3409385681152344,0.3349781036376953,0.32711029052734375,0.36144256591796875,0.37932395935058594,0.43702125549316406,0.21529197692871094,0.17762184143066406,0.18405914306640625,0.17142295837402344,0.15974044799804688,0.15926361083984375,0.16736984252929688,0.15592575073242188,0.1380443572998047,0.15592575073242188 +10000,1000,cpu,homo,True,False,False,0.213623046875,0.22459030151367188,0.24080276489257812,0.24127960205078125,0.23698806762695312,0.23412704467773438,0.2498626708984375,0.2524852752685547,0.23627281188964844,0.23865699768066406,0.2353191375732422,0.23865699768066406,0.24366378784179688,0.26035308837890625,0.2548694610595703,0.25653839111328125,0.25200843811035156,0.23031234741210938,0.24437904357910156,0.23126602172851562 +10000,1000,cpu,homo,False,False,False,0.49424171447753906,0.4603862762451172,0.4239082336425781,0.5104541778564453,0.42247772216796875,0.766754150390625,0.4432201385498047,0.4322528839111328,0.4184246063232422,0.4296302795410156,0.2434253692626953,0.2257823944091797,0.24557113647460938,0.2384185791015625,0.23818016052246094,0.240325927734375,0.23484230041503906,0.2808570861816406,0.23937225341796875,0.2167224884033203 +10000,1000,cpu,uniform,True,True,False,0.5142688751220703,0.6785392761230469,0.5135536193847656,0.47588348388671875,0.46706199645996094,0.4405975341796875,0.43654441833496094,0.4467964172363281,0.47659873962402344,0.46253204345703125,0.37169456481933594,0.3685951232910156,0.3383159637451172,0.3814697265625,0.36525726318359375,0.36644935607910156,0.3418922424316406,0.33783912658691406,0.32067298889160156,0.3464221954345703 +10000,1000,cpu,uniform,False,True,False,0.5202293395996094,0.49304962158203125,0.4889965057373047,0.46181678771972656,0.4878044128417969,0.4572868347167969,0.4839897155761719,0.4734992980957031,0.47087669372558594,0.4744529724121094,0.19240379333496094,0.1590251922607422,0.17762184143066406,0.17905235290527344,0.18739700317382812,0.17833709716796875,0.16951560974121094,0.20694732666015625,0.18167495727539062,0.19216537475585938 +10000,1000,cpu,uniform,True,False,False,0.4913806915283203,0.5214214324951172,0.4863739013671875,0.5137920379638672,0.4096031188964844,0.37479400634765625,0.3185272216796875,0.3249645233154297,0.3371238708496094,0.3352165222167969,0.3886222839355469,0.4622936248779297,0.4019737243652344,0.37670135498046875,0.37026405334472656,0.4029273986816406,0.3991127014160156,0.3819465637207031,0.38123130798339844,0.3943443298339844 +10000,1000,cpu,uniform,False,False,False,0.263214111328125,0.247955322265625,0.2193450927734375,0.24318695068359375,0.2562999725341797,0.2853870391845703,0.5974769592285156,0.5068778991699219,0.52642822265625,0.4792213439941406,0.3342628479003906,0.5466938018798828,0.4451274871826172,0.4336833953857422,0.3952980041503906,0.40221214294433594,0.4105567932128906,0.40531158447265625,0.38051605224609375,0.39649009704589844 +10000,1000,cpu,normal,True,True,False,0.46706199645996094,0.2434253692626953,0.2777576446533203,0.26702880859375,0.22721290588378906,0.2467632293701172,0.2243518829345703,0.23365020751953125,0.22482872009277344,0.2071857452392578,0.43129920959472656,0.4730224609375,0.41222572326660156,0.37598609924316406,0.4029273986816406,0.41031837463378906,0.4062652587890625,0.41103363037109375,0.3807544708251953,0.40435791015625 +10000,1000,cpu,normal,False,True,False,0.48851966857910156,0.522613525390625,0.5390644073486328,0.5152225494384766,0.5009174346923828,0.46825408935546875,0.4711151123046875,0.5021095275878906,0.5254745483398438,0.4894733428955078,0.20742416381835938,0.20003318786621094,0.20074844360351562,0.19049644470214844,0.18358230590820312,0.16427040100097656,0.22721290588378906,0.21004676818847656,0.18215179443359375,0.2288818359375 +10000,1000,cpu,normal,True,False,False,0.3001689910888672,0.278472900390625,0.2868175506591797,0.26988983154296875,0.29587745666503906,0.2741813659667969,0.28014183044433594,0.37479400634765625,0.3132820129394531,0.7314682006835938,0.4038810729980469,0.36907196044921875,0.37980079650878906,0.3459453582763672,0.37097930908203125,0.377655029296875,0.3669261932373047,0.36025047302246094,0.3559589385986328,0.37217140197753906 +10000,1000,cpu,normal,False,False,False,0.29754638671875,0.6358623504638672,0.5164146423339844,0.4668235778808594,0.5154609680175781,0.4677772521972656,0.48661231994628906,0.42629241943359375,0.4620552062988281,0.5509853363037109,0.4436969757080078,0.4405975341796875,0.45490264892578125,0.4417896270751953,0.43845176696777344,0.42748451232910156,0.4315376281738281,0.4298686981201172,0.4582405090332031,0.44918060302734375 +10000,2500,cpu,homo,True,True,False,0.39124488830566406,0.3910064697265625,0.3764629364013672,0.40340423583984375,0.39696693420410156,0.3681182861328125,0.37026405334472656,0.3685951232910156,0.3643035888671875,0.3631114959716797,0.20647048950195312,0.21958351135253906,0.46372413635253906,0.2548694610595703,0.22602081298828125,0.24509429931640625,0.21767616271972656,0.1995563507080078,0.2079010009765625,0.19812583923339844 +10000,2500,cpu,homo,False,True,False,0.2295970916748047,0.2541542053222656,0.270843505859375,0.240325927734375,0.25916099548339844,0.27370452880859375,0.2605915069580078,0.2620220184326172,0.2598762512207031,0.25725364685058594,0.17023086547851562,0.16880035400390625,0.13065338134765625,0.1735687255859375,0.16450881958007812,0.1575946807861328,0.1735687255859375,0.1678466796875,0.12564659118652344,0.12540817260742188 +10000,2500,cpu,homo,True,False,False,0.4754066467285156,0.4353523254394531,0.4966259002685547,0.44608116149902344,0.47278404235839844,0.4723072052001953,0.49185752868652344,0.42748451232910156,0.46324729919433594,0.43272972106933594,0.4315376281738281,0.4291534423828125,0.39005279541015625,0.4107952117919922,0.41866302490234375,0.415802001953125,0.415802001953125,0.4315376281738281,0.39458274841308594,0.4394054412841797 +10000,2500,cpu,homo,False,False,False,0.25272369384765625,0.24747848510742188,0.26416778564453125,0.24175643920898438,0.2486705780029297,0.2338886260986328,0.24652481079101562,0.19884109497070312,0.25272369384765625,0.22339820861816406,0.36263465881347656,0.38552284240722656,0.3485679626464844,0.3681182861328125,0.3497600555419922,0.35858154296875,0.34165382385253906,0.3600120544433594,0.3654956817626953,0.3497600555419922 +10000,2500,cpu,uniform,True,True,False,0.4794597625732422,0.4527568817138672,0.4298686981201172,0.45418739318847656,0.6003379821777344,0.5581378936767578,0.4901885986328125,0.48041343688964844,0.46706199645996094,0.4420280456542969,0.3936290740966797,0.4811286926269531,0.4887580871582031,0.35953521728515625,0.2853870391845703,0.3039836883544922,0.270843505859375,0.255584716796875,0.2799034118652344,0.278472900390625 +10000,2500,cpu,uniform,False,True,False,0.3230571746826172,0.3273487091064453,0.3337860107421875,0.29921531677246094,0.3147125244140625,0.2999305725097656,0.3325939178466797,0.35762786865234375,0.3001689910888672,0.6940364837646484,0.3364086151123047,0.31185150146484375,0.28228759765625,0.2751350402832031,0.3142356872558594,0.2906322479248047,0.2830028533935547,0.28824806213378906,0.2791881561279297,0.2689361572265625 +10000,2500,cpu,uniform,True,False,False,0.34546852111816406,0.3046989440917969,0.34499168395996094,0.34046173095703125,0.3311634063720703,0.6418228149414062,0.36025047302246094,0.31495094299316406,0.3199577331542969,0.3390312194824219,0.3933906555175781,0.34117698669433594,0.36597251892089844,0.37217140197753906,0.36025047302246094,0.3197193145751953,0.37360191345214844,0.3204345703125,0.36525726318359375,0.33545494079589844 +10000,2500,cpu,uniform,False,False,False,0.4906654357910156,0.49185752868652344,0.4863739013671875,0.49114227294921875,0.47135353088378906,0.4782676696777344,0.4756450653076172,0.49948692321777344,0.46443939208984375,0.4875659942626953,0.3383159637451172,0.3027915954589844,0.3058910369873047,0.2994537353515625,0.3197193145751953,0.4603862762451172,0.4792213439941406,0.4210472106933594,0.3998279571533203,0.3902912139892578 +10000,2500,cpu,normal,True,True,False,0.4687309265136719,0.507354736328125,0.51116943359375,0.4425048828125,0.45871734619140625,0.42176246643066406,0.4360675811767578,0.4265308380126953,0.45299530029296875,0.4706382751464844,0.4184246063232422,0.43487548828125,0.4093647003173828,0.3972053527832031,0.3986358642578125,0.3941059112548828,0.3941059112548828,0.38504600524902344,0.3528594970703125,0.3349781036376953 +10000,2500,cpu,normal,False,True,False,0.7913112640380859,0.5667209625244141,0.5269050598144531,0.41413307189941406,0.6110668182373047,0.5145072937011719,0.5090236663818359,0.5097389221191406,0.5083084106445312,0.4730224609375,0.29158592224121094,0.26702880859375,0.3132820129394531,0.28705596923828125,0.2999305725097656,0.31757354736328125,0.3311634063720703,0.3120899200439453,0.2949237823486328,0.31065940856933594 +10000,2500,cpu,normal,True,False,False,0.33736228942871094,0.2887248992919922,0.3116130828857422,0.3311634063720703,0.3178119659423828,0.2868175506591797,0.34332275390625,0.29778480529785156,0.3132820129394531,0.2734661102294922,0.4677772521972656,0.4477500915527344,0.45990943908691406,0.4630088806152344,0.4963874816894531,0.4394054412841797,0.4432201385498047,0.46062469482421875,0.4429817199707031,0.44536590576171875 +10000,2500,cpu,normal,False,False,False,0.5886554718017578,0.4887580871582031,0.4887580871582031,0.4754066467285156,0.49757957458496094,0.48041343688964844,0.5173683166503906,0.44846534729003906,0.4258155822753906,0.6463527679443359,0.4482269287109375,0.4565715789794922,0.4489421844482422,0.4425048828125,0.44465065002441406,0.6964206695556641,0.5009174346923828,0.4730224609375,0.438690185546875,0.4544258117675781 +10000,5000,cpu,homo,True,True,False,0.6418228149414062,0.54168701171875,0.49114227294921875,0.4696846008300781,0.47135353088378906,0.4839897155761719,0.46443939208984375,0.6513595581054688,0.6077289581298828,0.45680999755859375,0.3209114074707031,0.30875205993652344,0.30231475830078125,0.31113624572753906,0.308990478515625,0.3154277801513672,0.2989768981933594,0.2963542938232422,0.30803680419921875,0.33473968505859375 +10000,5000,cpu,homo,False,True,False,0.4336833953857422,0.24628639221191406,0.2536773681640625,0.2243518829345703,0.2391338348388672,0.2639293670654297,0.24437904357910156,0.23055076599121094,0.2281665802001953,0.2155303955078125,0.1709461212158203,0.1747608184814453,0.1671314239501953,0.16999244689941406,0.16355514526367188,0.17023086547851562,0.1773834228515625,0.18072128295898438,0.17571449279785156,0.15664100646972656 +10000,5000,cpu,homo,True,False,False,0.34236907958984375,0.31256675720214844,0.3249645233154297,0.3178119659423828,0.30112266540527344,0.3254413604736328,0.3249645233154297,0.3006458282470703,0.3924369812011719,0.3094673156738281,0.3821849822998047,0.4286766052246094,0.385284423828125,0.44536590576171875,0.3752708435058594,0.42128562927246094,0.39649009704589844,0.4177093505859375,0.35572052001953125,0.41866302490234375 +10000,5000,cpu,homo,False,False,False,0.35190582275390625,0.3192424774169922,0.6268024444580078,0.5412101745605469,0.5300045013427734,0.49304962158203125,0.4773139953613281,0.47135353088378906,0.4703998565673828,0.5104541778564453,0.3285408020019531,0.3376007080078125,0.27751922607421875,0.3399848937988281,0.316619873046875,0.3535747528076172,0.30922889709472656,0.3535747528076172,0.3216266632080078,0.3273487091064453 +10000,5000,cpu,uniform,True,True,False,0.492095947265625,0.4820823669433594,0.48279762268066406,0.47588348388671875,0.5013942718505859,0.4725456237792969,0.43487548828125,0.48995018005371094,0.4780292510986328,0.4870891571044922,0.2562999725341797,0.29730796813964844,0.2677440643310547,0.24890899658203125,0.24819374084472656,0.2377033233642578,0.20599365234375,0.2334117889404297,0.2503395080566406,0.21958351135253906 +10000,5000,cpu,uniform,False,True,False,0.5347728729248047,0.5006790161132812,0.5018711090087891,0.6735324859619141,0.5519390106201172,0.49948692321777344,0.5009174346923828,0.48279762268066406,0.4839897155761719,0.4894733428955078,0.32639503479003906,0.293731689453125,0.3142356872558594,0.31304359436035156,0.2834796905517578,0.3046989440917969,0.31828880310058594,0.3151893615722656,0.2903938293457031,0.2837181091308594 +10000,5000,cpu,uniform,True,False,False,0.33664703369140625,0.7083415985107422,0.6258487701416016,0.6659030914306641,0.60272216796875,0.7684230804443359,0.60272216796875,0.6265640258789062,0.5786418914794922,0.5624294281005859,0.5211830139160156,0.5500316619873047,0.5450248718261719,0.5433559417724609,0.5354881286621094,0.5328655242919922,0.5223751068115234,0.5276203155517578,0.5049705505371094,0.5359649658203125 +10000,5000,cpu,uniform,False,False,False,0.3056526184082031,0.2803802490234375,0.32258033752441406,0.2913475036621094,0.3521442413330078,0.3101825714111328,0.3058910369873047,0.28014183044433594,0.301361083984375,0.5180835723876953,0.32973289489746094,0.37479400634765625,0.3273487091064453,0.3638267517089844,0.3688335418701172,0.36334991455078125,0.35119056701660156,0.35190582275390625,0.32830238342285156,0.34928321838378906 +10000,5000,cpu,normal,True,True,False,0.5176067352294922,0.4894733428955078,0.4620552062988281,0.5369186401367188,0.4811286926269531,0.4718303680419922,0.46133995056152344,0.46515464782714844,0.46443939208984375,0.47707557678222656,0.34332275390625,0.4131793975830078,0.3409385681152344,0.30875205993652344,0.30732154846191406,0.30803680419921875,0.3228187561035156,0.324249267578125,0.2949237823486328,0.3066062927246094 +10000,5000,cpu,normal,False,True,False,0.5261898040771484,0.5602836608886719,0.5171298980712891,0.4878044128417969,0.4699230194091797,0.5977153778076172,0.499725341796875,0.5252361297607422,0.49233436584472656,0.5040168762207031,0.2522468566894531,0.22101402282714844,0.23555755615234375,0.26488304138183594,0.2276897430419922,0.24175643920898438,0.2529621124267578,0.23293495178222656,0.2548694610595703,0.2262592315673828 +10000,5000,cpu,normal,True,False,False,0.6361007690429688,0.5905628204345703,0.6258487701416016,0.5626678466796875,0.6170272827148438,0.6308555603027344,0.5781650543212891,0.5536079406738281,0.5218982696533203,0.5555152893066406,0.4489421844482422,0.5116462707519531,0.38361549377441406,0.49614906311035156,0.42438507080078125,0.4985332489013672,0.4031658172607422,0.4291534423828125,0.37980079650878906,0.4863739013671875 +10000,5000,cpu,normal,False,False,False,0.5395412445068359,0.5319118499755859,0.5285739898681641,0.49424171447753906,0.5397796630859375,0.5335807800292969,0.4680156707763672,0.4973411560058594,0.4992485046386719,0.5037784576416016,0.40721893310546875,0.3535747528076172,0.3457069396972656,0.35500526428222656,0.35858154296875,0.3857612609863281,0.37479400634765625,0.35881996154785156,0.3387928009033203,0.3578662872314453 +10000,10000,cpu,homo,True,True,False,0.24008750915527344,0.2353191375732422,0.22292137145996094,0.21147727966308594,0.23484230041503906,0.2231597900390625,0.22363662719726562,0.21505355834960938,0.20170211791992188,0.22912025451660156,0.3743171691894531,0.3769397735595703,0.36787986755371094,0.34165382385253906,0.3559589385986328,0.36406517028808594,0.3724098205566406,0.3936290740966797,0.3981590270996094,0.6766319274902344 +10000,10000,cpu,homo,False,True,False,0.23865699768066406,0.24771690368652344,0.2319812774658203,0.2155303955078125,0.2110004425048828,0.23126602172851562,0.24700164794921875,0.22673606872558594,0.24080276489257812,0.5507469177246094,0.3085136413574219,0.32901763916015625,0.31185150146484375,0.29969215393066406,0.31113624572753906,0.3108978271484375,0.3097057342529297,0.30159950256347656,0.29730796813964844,0.2875328063964844 +10000,10000,cpu,homo,True,False,False,0.3516674041748047,0.3662109375,0.36525726318359375,0.3528594970703125,0.37288665771484375,0.35309791564941406,0.3752708435058594,0.3650188446044922,0.3600120544433594,0.3666877746582031,0.5676746368408203,0.5757808685302734,0.5028247833251953,0.52642822265625,0.5123615264892578,0.4849433898925781,0.4744529724121094,0.5025863647460938,0.5154609680175781,0.5369186401367188 +10000,10000,cpu,homo,False,False,False,0.629425048828125,0.7917881011962891,0.5774497985839844,0.6031990051269531,0.5562305450439453,0.5524158477783203,0.5326271057128906,0.5152225494384766,0.5183219909667969,0.5359649658203125,0.6587505340576172,0.6275177001953125,0.6766319274902344,0.6692409515380859,0.6096363067626953,0.6437301635742188,0.6420612335205078,0.6434917449951172,0.6136894226074219,0.6353855133056641 +10000,10000,cpu,uniform,True,True,False,0.2739429473876953,0.25200843811035156,0.2772808074951172,0.28824806213378906,0.2448558807373047,0.2906322479248047,0.2703666687011719,0.29206275939941406,0.2334117889404297,0.2715587615966797,0.2684593200683594,0.29659271240234375,0.27489662170410156,0.26869773864746094,0.2872943878173828,0.24962425231933594,0.2269744873046875,0.2410411834716797,0.2980232238769531,0.24318695068359375 +10000,10000,cpu,uniform,False,True,False,0.6420612335205078,0.5824565887451172,0.48279762268066406,0.49686431884765625,0.48851966857910156,0.4875659942626953,0.48089027404785156,0.4801750183105469,0.32258033752441406,0.25272369384765625,0.2961158752441406,0.2503395080566406,0.2772808074951172,0.2601146697998047,0.2856254577636719,0.27251243591308594,0.26416778564453125,0.25916099548339844,0.27060508728027344,0.24700164794921875 +10000,10000,cpu,uniform,True,False,False,0.37741661071777344,0.39267539978027344,0.40411949157714844,0.40793418884277344,0.39649009704589844,0.3752708435058594,0.3666877746582031,0.36025047302246094,0.3857612609863281,0.39696693420410156,0.5533695220947266,0.5435943603515625,0.5445480346679688,0.5214214324951172,0.5135536193847656,0.5199909210205078,0.5221366882324219,0.507354736328125,0.5457401275634766,0.5228519439697266 +10000,10000,cpu,uniform,False,False,False,0.3991127014160156,0.37550926208496094,0.40602684020996094,0.39196014404296875,0.4105567932128906,0.39958953857421875,0.43463706970214844,0.38504600524902344,0.3707408905029297,0.3561973571777344,0.7390975952148438,0.6589889526367188,0.6034374237060547,0.6411075592041016,0.6003379821777344,0.6079673767089844,0.5970001220703125,0.5822181701660156,0.5779266357421875,0.5781650543212891 +10000,10000,cpu,normal,True,True,False,0.2875328063964844,0.2808570861816406,0.24652481079101562,0.25773048400878906,0.2624988555908203,0.28443336486816406,0.2961158752441406,0.2522468566894531,0.274658203125,0.2722740173339844,0.46944618225097656,0.4239082336425781,0.43010711669921875,0.3762245178222656,0.4115104675292969,0.4553794860839844,0.4150867462158203,0.3731250762939453,0.3955364227294922,0.38170814514160156 +10000,10000,cpu,normal,False,True,False,0.5805492401123047,0.5240440368652344,0.49996376037597656,0.5369186401367188,0.48661231994628906,0.48041343688964844,0.5013942718505859,0.4925727844238281,0.5633831024169922,0.4909038543701172,0.4181861877441406,0.4096031188964844,0.37980079650878906,0.4146099090576172,0.41031837463378906,0.400543212890625,0.3921985626220703,0.3752708435058594,0.3714561462402344,0.3705024719238281 +10000,10000,cpu,normal,True,False,False,0.3924369812011719,0.3917217254638672,0.4322528839111328,0.4127025604248047,0.3592967987060547,0.3917217254638672,0.36454200744628906,0.4062652587890625,0.3654956817626953,0.36334991455078125,0.9057521820068359,0.5848407745361328,0.6058216094970703,0.5145072937011719,0.5598068237304688,0.5202293395996094,0.5466938018798828,0.5095005035400391,0.5218982696533203,0.5753040313720703 +10000,10000,cpu,normal,False,False,False,0.40411949157714844,0.41484832763671875,0.392913818359375,0.41985511779785156,0.392913818359375,0.39887428283691406,0.3867149353027344,0.4208087921142578,0.37097930908203125,0.38361549377441406,0.5979537963867188,0.5557537078857422,0.5397796630859375,0.5204677581787109,0.5002021789550781,0.5235671997070312,0.5428791046142578,0.5447864532470703,0.5357265472412109,0.49996376037597656 +10000,25000,cpu,homo,True,True,False,0.3612041473388672,0.6363391876220703,0.5781650543212891,0.5452632904052734,0.5397796630859375,0.5419254302978516,0.5245208740234375,0.5214214324951172,0.36144256591796875,0.301361083984375,0.3077983856201172,0.30231475830078125,0.28967857360839844,0.2846717834472656,0.2753734588623047,0.29277801513671875,0.2727508544921875,0.2701282501220703,0.2720355987548828,0.3185272216796875 +10000,25000,cpu,homo,False,True,False,0.5908012390136719,0.4723072052001953,0.4239082336425781,0.42819976806640625,0.41675567626953125,0.415802001953125,0.41222572326660156,0.40411949157714844,0.41675567626953125,0.42366981506347656,0.32806396484375,0.3514289855957031,0.34356117248535156,0.34308433532714844,0.3345012664794922,0.3528594970703125,0.36025047302246094,0.30040740966796875,0.354766845703125,0.3457069396972656 +10000,25000,cpu,homo,True,False,False,0.6623268127441406,0.6558895111083984,0.6079673767089844,0.6334781646728516,0.6029605865478516,0.6377696990966797,0.5831718444824219,0.6017684936523438,0.6058216094970703,0.6232261657714844,0.7421970367431641,0.7727146148681641,0.720977783203125,0.6978511810302734,0.7932186126708984,0.7698535919189453,0.7469654083251953,1.1563301086425781,0.8347034454345703,0.7545948028564453 +10000,25000,cpu,homo,False,False,False,0.5788803100585938,0.5590915679931641,0.5707740783691406,0.5793571472167969,0.5481243133544922,0.8080005645751953,0.5567073822021484,0.5366802215576172,0.9307861328125,0.7905960083007812,1.1911392211914062,0.99945068359375,1.1448860168457031,1.0759830474853516,1.1227130889892578,1.0008811950683594,1.1098384857177734,0.9865760803222656,1.1970996856689453,0.9968280792236328 +10000,25000,cpu,uniform,True,True,False,0.3542900085449219,0.3352165222167969,0.3428459167480469,0.34308433532714844,0.7483959197998047,0.6234645843505859,0.6272792816162109,0.5862712860107422,0.5862712860107422,0.7338523864746094,0.23102760314941406,0.23698806762695312,0.22554397583007812,0.2505779266357422,0.24127960205078125,0.2148151397705078,0.20813941955566406,0.2257823944091797,0.23555755615234375,0.22339820861816406 +10000,25000,cpu,uniform,False,True,False,0.26106834411621094,0.2779960632324219,0.2460479736328125,0.24461746215820312,0.2799034118652344,0.2543926239013672,0.23865699768066406,0.2777576446533203,0.30159950256347656,0.21719932556152344,0.3972053527832031,0.3380775451660156,0.3533363342285156,0.3910064697265625,0.3604888916015625,0.34546852111816406,0.30732154846191406,0.3535747528076172,0.34999847412109375,0.37384033203125 +10000,25000,cpu,uniform,True,False,False,0.5860328674316406,0.5984306335449219,0.5888938903808594,0.5958080291748047,0.7100105285644531,0.6008148193359375,0.5846023559570312,0.6051063537597656,0.9596347808837891,0.8225440979003906,0.7977485656738281,0.7367134094238281,0.7996559143066406,0.7805824279785156,0.7681846618652344,0.743865966796875,0.7917881011962891,0.7884502410888672,0.8311271667480469,0.7576942443847656 +10000,25000,cpu,uniform,False,False,False,0.6036758422851562,0.5800724029541016,0.5998611450195312,0.5893707275390625,0.5576610565185547,0.5688667297363281,0.5700588226318359,0.5519390106201172,0.5693435668945312,0.5753040313720703,1.1835098266601562,1.0828971862792969,1.1563301086425781,1.1169910430908203,1.2056827545166016,1.0535717010498047,1.1756420135498047,1.0492801666259766,1.1518001556396484,1.3332366943359375 +10000,25000,cpu,normal,True,True,False,0.4913806915283203,0.45228004455566406,0.46443939208984375,0.45180320739746094,0.4534721374511719,0.4551410675048828,0.48470497131347656,0.4558563232421875,0.4436969757080078,0.45943260192871094,0.2963542938232422,0.308990478515625,0.3218650817871094,0.2970695495605469,0.2722740173339844,0.3237724304199219,0.2903938293457031,0.3323554992675781,0.2570152282714844,0.30231475830078125 +10000,25000,cpu,normal,False,True,False,0.2849102020263672,0.2818107604980469,0.27823448181152344,0.278472900390625,0.25391578674316406,0.28967857360839844,0.2868175506591797,0.3058910369873047,0.27942657470703125,0.29087066650390625,0.4878044128417969,0.45013427734375,0.4260540008544922,0.4496574401855469,0.4546642303466797,0.4611015319824219,0.4811286926269531,0.46563148498535156,0.4432201385498047,0.4801750183105469 +10000,25000,cpu,normal,True,False,False,0.5865097045898438,0.6000995635986328,0.5571842193603516,0.5857944488525391,0.5595684051513672,0.6194114685058594,0.5805492401123047,0.5843639373779297,0.5834102630615234,0.6227493286132812,1.2097358703613281,0.9062290191650391,0.8335113525390625,0.8087158203125,0.8401870727539062,0.8265972137451172,0.804901123046875,1.0046958923339844,1.0111331939697266,0.9977817535400391 +10000,25000,cpu,normal,False,False,False,0.5953311920166016,0.6139278411865234,0.5939006805419922,0.5848407745361328,0.5598068237304688,0.6127357482910156,0.5779266357421875,0.5838871002197266,0.5891323089599609,0.57220458984375,1.2555122375488281,1.0743141174316406,1.344442367553711,1.0266304016113281,1.1272430419921875,1.0416507720947266,1.127481460571289,1.0418891906738281,1.1069774627685547,0.9741783142089844 +10000,37500,cpu,homo,True,True,False,0.7371902465820312,0.4093647003173828,0.3752708435058594,0.3914833068847656,0.3578662872314453,0.34356117248535156,0.3466606140136719,0.4029273986816406,0.41484832763671875,0.3669261932373047,0.6315708160400391,0.2605915069580078,0.25963783264160156,0.24700164794921875,0.24580955505371094,0.23674964904785156,0.2124309539794922,0.24390220642089844,0.22029876708984375,0.21004676818847656 +10000,37500,cpu,homo,False,True,False,0.48041343688964844,0.47898292541503906,0.44989585876464844,0.42819976806640625,0.42366981506347656,0.4296302795410156,0.42366981506347656,0.4591941833496094,0.4687309265136719,0.4165172576904297,0.5059242248535156,0.5025863647460938,0.5288124084472656,0.5319118499755859,0.5404949188232422,0.5435943603515625,0.5178451538085938,0.5018711090087891,0.5016326904296875,0.5178451538085938 +10000,37500,cpu,homo,True,False,False,0.8404254913330078,0.9052753448486328,0.7691383361816406,0.9183883666992188,0.8404254913330078,0.8864402770996094,0.820159912109375,0.8771419525146484,0.8058547973632812,0.8945465087890625,0.9582042694091797,0.9357929229736328,0.9424686431884766,0.9355545043945312,0.9639263153076172,1.0051727294921875,1.2180805206298828,0.988006591796875,0.9896755218505859,0.9753704071044922 +10000,37500,cpu,homo,False,False,False,0.7388591766357422,0.6794929504394531,0.7157325744628906,0.6520748138427734,0.7050037384033203,0.6511211395263672,0.7176399230957031,0.6654262542724609,0.7121562957763672,0.6482601165771484,1.674652099609375,1.622915267944336,1.678466796875,1.8315315246582031,1.6126632690429688,1.6217231750488281,1.7502307891845703,1.5344619750976562,1.6062259674072266,1.520395278930664 +10000,37500,cpu,uniform,True,True,False,0.5133152008056641,0.5452632904052734,0.7195472717285156,0.5636215209960938,0.5290508270263672,0.5266666412353516,0.5035400390625,0.49042701721191406,0.4792213439941406,0.5164146423339844,0.2548694610595703,0.2608299255371094,0.27370452880859375,0.2846717834472656,0.2589225769042969,0.26679039001464844,0.22077560424804688,0.2589225769042969,0.24509429931640625,0.23627281188964844 +10000,37500,cpu,uniform,False,True,False,0.2639293670654297,0.2830028533935547,0.29015541076660156,0.293731689453125,0.2982616424560547,0.247955322265625,0.27251243591308594,0.29015541076660156,0.2243518829345703,0.2791881561279297,0.4138946533203125,0.4725456237792969,0.43201446533203125,0.4558563232421875,0.4239082336425781,0.4410743713378906,0.44727325439453125,0.43392181396484375,0.42510032653808594,0.44155120849609375 +10000,37500,cpu,uniform,True,False,False,0.9500980377197266,1.033782958984375,0.99945068359375,1.1353492736816406,1.0690689086914062,1.054525375366211,1.2350082397460938,1.268625259399414,1.168966293334961,1.2090206146240234,1.0361671447753906,1.09100341796875,1.047372817993164,1.0886192321777344,0.9894371032714844,1.1949539184570312,1.0538101196289062,1.0640621185302734,1.0044574737548828,1.0838508605957031 +10000,37500,cpu,uniform,False,False,False,0.7040500640869141,0.7207393646240234,0.7393360137939453,0.7257461547851562,0.7233619689941406,0.7464885711669922,0.7038116455078125,0.7314682006835938,0.7164478302001953,0.8428096771240234,1.6322135925292969,1.8155574798583984,1.9290447235107422,1.722574234008789,1.6245841979980469,1.7004013061523438,1.4717578887939453,1.6834735870361328,1.54876708984375,1.577138900756836 +10000,37500,cpu,normal,True,True,False,0.7138252258300781,0.7266998291015625,1.1289119720458984,0.9741783142089844,1.1191368103027344,0.9584426879882812,0.9987354278564453,0.9243488311767578,0.9241104125976562,0.9369850158691406,0.3712177276611328,0.3509521484375,0.3619194030761719,0.6883144378662109,0.396728515625,0.5435943603515625,0.45871734619140625,0.4341602325439453,0.45990943908691406,0.42819976806640625 +10000,37500,cpu,normal,False,True,False,0.5674362182617188,0.5145072937011719,0.5359649658203125,0.49114227294921875,0.5087852478027344,0.5545616149902344,0.4971027374267578,0.5311965942382812,0.5021095275878906,0.51116943359375,0.7855892181396484,0.7736682891845703,0.7054805755615234,0.7047653198242188,0.7169246673583984,0.7550716400146484,0.7460117340087891,0.7369518280029297,0.8037090301513672,0.7159709930419922 +10000,37500,cpu,normal,True,False,False,0.9753704071044922,1.0144710540771484,0.9105205535888672,0.9887218475341797,0.957489013671875,0.9520053863525391,0.9362697601318359,0.9982585906982422,0.8759498596191406,0.9317398071289062,1.332998275756836,1.0902881622314453,1.0440349578857422,1.0335445404052734,0.9753704071044922,1.0690689086914062,1.0199546813964844,0.9608268737792969,1.0182857513427734,1.0609626770019531 +10000,37500,cpu,normal,False,False,False,0.7741451263427734,0.6833076477050781,0.7030963897705078,0.6220340728759766,0.7090568542480469,0.6532669067382812,0.7197856903076172,0.6272792816162109,0.7462501525878906,0.6268024444580078,2.252340316772461,1.977682113647461,2.033233642578125,1.7027854919433594,1.9717216491699219,1.6655921936035156,2.0742416381835938,1.6732215881347656,1.9817352294921875,1.7778873443603516 +10000,50000,cpu,homo,True,True,False,0.5242824554443359,0.507354736328125,0.5168914794921875,0.5164146423339844,0.4985332489013672,0.5407333374023438,0.8530616760253906,0.5464553833007812,0.4894733428955078,0.5178451538085938,0.2231597900390625,0.21529197692871094,0.21958351135253906,0.21839141845703125,0.186920166015625,0.18596649169921875,0.2167224884033203,0.1850128173828125,0.21600723266601562,0.19693374633789062 +10000,50000,cpu,homo,False,True,False,0.2205371856689453,0.24700164794921875,0.423431396484375,0.2989768981933594,0.25653839111328125,0.22554397583007812,0.25081634521484375,0.23365020751953125,0.20694732666015625,0.23508071899414062,0.5056858062744141,0.5288124084472656,0.5011558532714844,0.5011558532714844,0.6759166717529297,0.7436275482177734,0.7081031799316406,0.7641315460205078,0.6775856018066406,0.6251335144042969 +10000,50000,cpu,homo,True,False,False,1.2731552124023438,1.3089179992675781,1.2395381927490234,1.3015270233154297,1.2536048889160156,1.367807388305664,1.10626220703125,1.1801719665527344,1.3713836669921875,1.5001296997070312,1.2385845184326172,1.4064311981201172,1.3568401336669922,1.440286636352539,1.2125968933105469,1.3027191162109375,1.3606548309326172,1.2812614440917969,2.1851062774658203,1.4617443084716797 +10000,50000,cpu,homo,False,False,False,0.9143352508544922,0.6911754608154297,0.8780956268310547,0.6899833679199219,0.8985996246337891,0.7030963897705078,0.8962154388427734,0.6890296936035156,0.8642673492431641,0.6983280181884766,1.9009113311767578,2.0859241485595703,2.119779586791992,2.1524429321289062,1.836538314819336,2.1483898162841797,1.9559860229492188,2.1820068359375,1.7628669738769531,2.1300315856933594 +10000,50000,cpu,uniform,True,True,False,0.7445812225341797,0.7522106170654297,0.6997585296630859,0.7119178771972656,0.6766319274902344,0.7083415985107422,0.7398128509521484,0.7250308990478516,0.6799697875976562,0.7226467132568359,0.3886222839355469,0.3802776336669922,0.38433074951171875,0.4696846008300781,0.4184246063232422,0.3676414489746094,0.3676414489746094,0.3821849822998047,0.3762245178222656,0.4718303680419922 +10000,50000,cpu,uniform,False,True,False,0.26726722717285156,0.29659271240234375,0.3223419189453125,0.3273487091064453,0.29754638671875,0.25153160095214844,0.2567768096923828,0.2636909484863281,0.2357959747314453,0.3616809844970703,0.5381107330322266,0.5335807800292969,0.48470497131347656,0.5295276641845703,0.5059242248535156,0.5156993865966797,0.5190372467041016,0.5171298980712891,0.4875659942626953,0.5435943603515625 +10000,50000,cpu,uniform,True,False,False,1.123189926147461,1.1234283447265625,1.0902881622314453,1.1487007141113281,1.0733604431152344,1.1069774627685547,1.1756420135498047,1.2040138244628906,1.1379718780517578,1.1341571807861328,1.3327598571777344,1.3370513916015625,1.337289810180664,1.3082027435302734,1.2559890747070312,1.300811767578125,1.6481876373291016,1.191854476928711,1.218557357788086,1.3284683227539062 +10000,50000,cpu,uniform,False,False,False,0.9403228759765625,0.8847713470458984,0.8974075317382812,0.9214878082275391,0.8957386016845703,0.8883476257324219,0.9002685546875,1.0559558868408203,0.8974075317382812,0.911712646484375,2.496480941772461,2.274036407470703,2.31170654296875,2.0606517791748047,2.268075942993164,2.0852088928222656,2.290964126586914,2.309560775756836,2.2802352905273438,2.1109580993652344 +10000,50000,cpu,normal,True,True,False,1.1143684387207031,1.3155937194824219,1.1243820190429688,1.0998249053955078,1.0724067687988281,1.0693073272705078,1.0833740234375,1.4636516571044922,1.4224052429199219,1.3453960418701172,0.40531158447265625,0.6561279296875,0.5640983581542969,0.5519390106201172,0.4851818084716797,0.5443096160888672,0.5159378051757812,0.5002021789550781,0.47516822814941406,0.545501708984375 +10000,50000,cpu,normal,False,True,False,0.49996376037597656,0.47397613525390625,0.49376487731933594,0.5648136138916016,0.5216598510742188,0.4932880401611328,0.3643035888671875,0.30112266540527344,0.3452301025390625,0.4601478576660156,0.8859634399414062,0.988006591796875,1.0271072387695312,0.9624958038330078,0.9315013885498047,0.9262561798095703,0.8788108825683594,0.9105205535888672,0.9334087371826172,0.8976459503173828 +10000,50000,cpu,normal,True,False,False,0.9224414825439453,0.8823871612548828,0.8656978607177734,0.8418560028076172,0.8497238159179688,0.8845329284667969,0.8404254913330078,0.8778572082519531,0.8432865142822266,0.8752346038818359,1.397848129272461,1.420736312866211,1.3167858123779297,1.4700889587402344,1.313924789428711,1.5442371368408203,1.3287067413330078,1.4178752899169922,1.3167858123779297,1.4405250549316406 +10000,50000,cpu,normal,False,False,False,0.8914470672607422,0.7307529449462891,0.8859634399414062,0.6639957427978516,0.904083251953125,0.7014274597167969,0.9174346923828125,0.7441043853759766,1.1518001556396484,0.7193088531494141,2.268552780151367,2.5496482849121094,2.2928714752197266,2.287149429321289,2.155303955078125,2.1986961364746094,2.108335494995117,2.2034645080566406,2.4819374084472656,2.3326873779296875 +25000,1000,cpu,homo,True,True,False,0.46372413635253906,0.4565715789794922,0.4086494445800781,0.42724609375,0.4343986511230469,0.4458427429199219,0.4544258117675781,0.4649162292480469,0.7593631744384766,0.47707557678222656,0.3292560577392578,0.3190040588378906,0.3285408020019531,0.3159046173095703,0.31256675720214844,0.32830238342285156,0.3142356872558594,0.301361083984375,0.3008842468261719,0.3020763397216797 +25000,1000,cpu,homo,False,True,False,0.2999305725097656,0.2689361572265625,0.3044605255126953,0.2751350402832031,0.28061866760253906,0.3063678741455078,0.30231475830078125,0.3199577331542969,0.2722740173339844,0.27942657470703125,0.27060508728027344,0.24700164794921875,0.2548694610595703,0.247955322265625,0.25463104248046875,0.24938583374023438,0.2560615539550781,0.2541542053222656,0.2574920654296875,0.2551078796386719 +25000,1000,cpu,homo,True,False,False,0.3600120544433594,0.2899169921875,0.6992816925048828,0.5631446838378906,0.5719661712646484,0.484466552734375,0.5648136138916016,0.4730224609375,0.7817745208740234,0.6062984466552734,0.4165172576904297,0.40459632873535156,0.3972053527832031,0.400543212890625,0.3962516784667969,0.38743019104003906,0.3991127014160156,0.40435791015625,0.370025634765625,0.3974437713623047 +25000,1000,cpu,homo,False,False,False,0.5199909210205078,0.5052089691162109,0.5457401275634766,0.4863739013671875,0.44846534729003906,0.4432201385498047,0.4467964172363281,0.4394054412841797,0.4398822784423828,0.42247772216796875,0.4401206970214844,0.4405975341796875,0.42510032653808594,0.4127025604248047,0.4279613494873047,0.42176246643066406,0.4336833953857422,0.4353523254394531,0.44417381286621094,0.47707557678222656 +25000,1000,cpu,uniform,True,True,False,0.2887248992919922,0.2868175506591797,0.5965232849121094,0.4990100860595703,0.4646778106689453,0.47469139099121094,0.446319580078125,0.4551410675048828,0.4642009735107422,0.5424022674560547,0.3249645233154297,0.35262107849121094,0.36787986755371094,0.3058910369873047,0.32591819763183594,0.339508056640625,0.3516674041748047,0.3178119659423828,0.3325939178466797,0.35858154296875 +25000,1000,cpu,uniform,False,True,False,0.5550384521484375,0.5612373352050781,0.5595684051513672,0.5710124969482422,0.5638599395751953,0.5512237548828125,0.5464553833007812,0.579833984375,0.4811286926269531,0.3936290740966797,0.2872943878173828,0.3228187561035156,0.2830028533935547,0.5650520324707031,0.4520416259765625,0.31495094299316406,0.4763603210449219,0.2880096435546875,0.29277801513671875,0.3330707550048828 +25000,1000,cpu,uniform,True,False,False,0.41174888610839844,0.34427642822265625,0.42510032653808594,0.3094673156738281,0.4336833953857422,0.35500526428222656,0.4074573516845703,0.3268718719482422,0.3936290740966797,0.3483295440673828,0.5650520324707031,0.5195140838623047,0.5621910095214844,0.5474090576171875,0.6268024444580078,0.5457401275634766,0.5385875701904297,0.5028247833251953,0.5028247833251953,0.5106925964355469 +25000,1000,cpu,uniform,False,False,False,0.29659271240234375,0.27060508728027344,0.25773048400878906,0.2751350402832031,0.2970695495605469,0.2722740173339844,0.6079673767089844,0.5273818969726562,0.5192756652832031,0.48732757568359375,0.6284713745117188,0.4520416259765625,0.47278404235839844,0.4680156707763672,0.44655799865722656,0.4596710205078125,0.45752525329589844,0.44345855712890625,0.44417381286621094,0.46634674072265625 +25000,1000,cpu,normal,True,True,False,0.2415180206298828,0.23651123046875,0.2193450927734375,0.2377033233642578,0.20360946655273438,0.22912025451660156,0.2193450927734375,0.22721290588378906,0.22101402282714844,0.25153160095214844,0.5931854248046875,0.5905628204345703,0.7534027099609375,0.6649494171142578,0.6728172302246094,0.6215572357177734,0.6494522094726562,0.5533695220947266,0.6201267242431641,0.4792213439941406 +25000,1000,cpu,normal,False,True,False,0.4630088806152344,0.446319580078125,0.4725456237792969,0.4706382751464844,0.438690185546875,0.4680156707763672,0.484466552734375,0.6902217864990234,0.49614906311035156,0.49805641174316406,0.35572052001953125,0.3020763397216797,0.33402442932128906,0.31638145446777344,0.31828880310058594,0.29659271240234375,0.2880096435546875,0.3287792205810547,0.29087066650390625,0.2760887145996094 +25000,1000,cpu,normal,True,False,False,0.37026405334472656,0.3032684326171875,0.4096031188964844,0.3325939178466797,0.46539306640625,0.34046173095703125,0.5717277526855469,0.3228187561035156,0.3933906555175781,0.3256797790527344,0.5624294281005859,0.5578994750976562,0.5278587341308594,0.5199909210205078,0.5161762237548828,0.5266666412353516,0.4954338073730469,0.5578994750976562,0.5137920379638672,0.4944801330566406 +25000,1000,cpu,normal,False,False,False,0.29850006103515625,0.28061866760253906,0.30803680419921875,0.29969215393066406,0.2923011779785156,0.30541419982910156,0.23794174194335938,0.26798248291015625,0.2913475036621094,0.34165382385253906,0.6031990051269531,0.5717277526855469,0.5860328674316406,0.5354881286621094,0.5192756652832031,0.47206878662109375,0.4870891571044922,0.8475780487060547,0.518798828125,0.5064010620117188 +25000,2500,cpu,homo,True,True,False,0.2014636993408203,0.2162456512451172,0.20885467529296875,0.23221969604492188,0.23937225341796875,0.1995563507080078,0.1842975616455078,0.22172927856445312,0.2117156982421875,0.213623046875,0.40078163146972656,0.3380775451660156,0.34308433532714844,0.3383159637451172,0.3311634063720703,0.347137451171875,0.33020973205566406,0.3421306610107422,0.35643577575683594,0.34046173095703125 +25000,2500,cpu,homo,False,True,False,0.48232078552246094,0.4570484161376953,0.5018711090087891,0.5013942718505859,0.5452632904052734,0.48613548278808594,0.49948692321777344,0.4875659942626953,0.45299530029296875,0.6051063537597656,0.2675056457519531,0.25773048400878906,0.26297569274902344,0.27108192443847656,0.2522468566894531,0.23603439331054688,0.23174285888671875,0.2627372741699219,0.2472400665283203,0.24366378784179688 +25000,2500,cpu,homo,True,False,False,0.36978721618652344,0.4658699035644531,0.3719329833984375,0.4467964172363281,0.3566741943359375,0.42629241943359375,0.3368854522705078,0.4749298095703125,0.37169456481933594,0.4146099090576172,0.7226467132568359,0.6730556488037109,0.7612705230712891,0.6723403930664062,0.7295608520507812,0.6451606750488281,0.7131099700927734,0.6375312805175781,0.8234977722167969,0.728607177734375 +25000,2500,cpu,homo,False,False,False,0.33164024353027344,0.30517578125,0.2911090850830078,0.2791881561279297,0.3361701965332031,0.30517578125,0.3483295440673828,0.66375732421875,0.583648681640625,0.5195140838623047,0.8759498596191406,0.47016143798828125,0.43964385986328125,0.4608631134033203,0.4513263702392578,0.4413127899169922,0.4239082336425781,0.4601478576660156,0.4658699035644531,0.4794597625732422 +25000,2500,cpu,uniform,True,True,False,0.5609989166259766,0.46563148498535156,0.4565715789794922,0.4551410675048828,0.44727325439453125,0.4837512969970703,0.46253204345703125,0.4475116729736328,0.4508495330810547,0.6763935089111328,0.3917217254638672,0.42176246643066406,0.4277229309082031,0.37932395935058594,0.3688335418701172,0.4184246063232422,0.3762245178222656,0.3833770751953125,0.3552436828613281,0.3552436828613281 +25000,2500,cpu,uniform,False,True,False,0.5595684051513672,0.5559921264648438,0.5488395690917969,0.5581378936767578,0.5626678466796875,0.6120204925537109,0.5676746368408203,0.5486011505126953,0.5433559417724609,0.5586147308349609,0.32258033752441406,0.31447410583496094,0.33354759216308594,0.30612945556640625,0.4355907440185547,0.3104209899902344,0.3485679626464844,0.3151893615722656,0.29754638671875,0.3097057342529297 +25000,2500,cpu,uniform,True,False,False,0.4048347473144531,0.44465065002441406,0.3719329833984375,0.45800209045410156,0.3681182861328125,0.44989585876464844,0.35119056701660156,0.4487037658691406,0.3237724304199219,0.41794776916503906,0.9253025054931641,0.7517337799072266,0.690460205078125,0.7357597351074219,0.6811618804931641,0.6935596466064453,0.6434917449951172,0.6558895111083984,0.6341934204101562,0.6773471832275391 +25000,2500,cpu,uniform,False,False,False,0.385284423828125,0.3457069396972656,0.34999847412109375,0.3497600555419922,0.4024505615234375,0.3421306610107422,0.3707408905029297,0.33736228942871094,0.3502368927001953,0.3387928009033203,0.5025863647460938,0.5059242248535156,0.469207763671875,0.4780292510986328,0.4916191101074219,0.9577274322509766,0.5130767822265625,0.4858970642089844,0.48422813415527344,0.4715919494628906 +25000,2500,cpu,normal,True,True,False,0.5311965942382812,0.5204677581787109,0.4012584686279297,0.2911090850830078,0.2624988555908203,0.2396106719970703,0.24652481079101562,0.23603439331054688,0.2372264862060547,0.5271434783935547,0.5598068237304688,0.5586147308349609,0.5815029144287109,0.5688667297363281,0.5736351013183594,0.5631446838378906,0.5300045013427734,0.5567073822021484,0.5540847778320312,0.5533695220947266 +25000,2500,cpu,normal,False,True,False,0.7882118225097656,0.6644725799560547,0.6947517395019531,0.6875991821289062,0.7069110870361328,0.6697177886962891,0.8854866027832031,0.6909370422363281,0.6971359252929688,0.7188320159912109,0.32782554626464844,0.3230571746826172,0.3287792205810547,0.30684471130371094,0.3082752227783203,0.3185272216796875,0.2846717834472656,0.2846717834472656,0.2837181091308594,0.2846717834472656 +25000,2500,cpu,normal,True,False,False,0.33855438232421875,0.4246234893798828,0.35881996154785156,0.4315376281738281,0.3204345703125,0.4608631134033203,0.38361549377441406,0.43892860412597656,0.32806396484375,0.4367828369140625,0.6296634674072266,0.5881786346435547,0.6616115570068359,0.6139278411865234,0.6759166717529297,0.5977153778076172,0.6585121154785156,0.5919933319091797,0.6668567657470703,0.591278076171875 +25000,2500,cpu,normal,False,False,False,0.3476142883300781,0.38433074951171875,0.33473968505859375,0.3342628479003906,0.3635883331298828,0.3509521484375,0.35190582275390625,0.3504753112792969,0.3876686096191406,0.34046173095703125,0.5490779876708984,0.5452632904052734,0.5104541778564453,0.5371570587158203,0.5288124084472656,0.49567222595214844,0.49567222595214844,0.48661231994628906,0.49185752868652344,0.5159378051757812 +25000,5000,cpu,homo,True,True,False,0.2129077911376953,0.21505355834960938,0.22292137145996094,0.22172927856445312,0.19550323486328125,0.1952648162841797,0.21314620971679688,0.2014636993408203,0.2117156982421875,0.2167224884033203,0.415802001953125,0.4067420959472656,0.41484832763671875,0.41174888610839844,0.4162788391113281,0.41103363037109375,0.4057884216308594,0.4184246063232422,0.3986358642578125,0.38886070251464844 +25000,5000,cpu,homo,False,True,False,0.3139972686767578,0.2951622009277344,0.2918243408203125,0.30159950256347656,0.29540061950683594,0.29587745666503906,0.2982616424560547,0.3104209899902344,0.3132820129394531,0.2880096435546875,0.17261505126953125,0.18072128295898438,0.1842975616455078,0.1938343048095703,0.1766681671142578,0.1728534698486328,0.17261505126953125,0.16689300537109375,0.18405914306640625,0.18739700317382812 +25000,5000,cpu,homo,True,False,False,0.9219646453857422,0.6666183471679688,0.7128715515136719,0.7200241088867188,0.6709098815917969,0.6482601165771484,0.6246566772460938,0.6000995635986328,0.6132125854492188,0.5991458892822266,0.7772445678710938,0.7274150848388672,0.7698535919189453,0.7193088531494141,0.7977485656738281,0.7340908050537109,0.7436275482177734,0.7183551788330078,0.7627010345458984,0.7250308990478516 +25000,5000,cpu,homo,False,False,False,0.45037269592285156,0.4055500030517578,0.4181861877441406,0.4432201385498047,0.42629241943359375,0.4334449768066406,0.4127025604248047,0.4239082336425781,0.4057884216308594,0.4527568817138672,0.6389617919921875,0.6425380706787109,0.6430149078369141,0.6327629089355469,0.6146430969238281,0.6122589111328125,0.6146430969238281,0.6568431854248047,0.6346702575683594,0.6330013275146484 +25000,5000,cpu,uniform,True,True,False,0.4894733428955078,0.48351287841796875,0.44608116149902344,0.4658699035644531,0.46133995056152344,0.45680999755859375,0.4603862762451172,0.5459785461425781,0.5133152008056641,0.4639625549316406,0.5087852478027344,0.47278404235839844,0.4410743713378906,0.44536590576171875,0.42247772216796875,0.4458427429199219,0.4291534423828125,0.4253387451171875,0.4363059997558594,0.4067420959472656 +25000,5000,cpu,uniform,False,True,False,0.45108795166015625,0.3979206085205078,0.3955364227294922,0.3991127014160156,0.4222393035888672,0.42366981506347656,0.41222572326660156,0.4165172576904297,0.3991127014160156,0.4215240478515625,0.2243518829345703,0.20837783813476562,0.2086162567138672,0.22482872009277344,0.21767616271972656,0.20456314086914062,0.2090930938720703,0.22459030151367188,0.1895427703857422,0.19168853759765625 +25000,5000,cpu,uniform,True,False,False,0.7073879241943359,0.6921291351318359,0.7073879241943359,0.6682872772216797,0.6749629974365234,0.6546974182128906,0.6046295166015625,0.5974769592285156,0.6148815155029297,0.5652904510498047,0.8780956268310547,0.9131431579589844,0.8733272552490234,1.2133121490478516,0.9083747863769531,0.8873939514160156,0.8680820465087891,0.8175373077392578,0.8873939514160156,0.8778572082519531 +25000,5000,cpu,uniform,False,False,False,0.4475116729736328,0.4410743713378906,0.48923492431640625,0.41961669921875,0.4363059997558594,0.4703998565673828,0.4432201385498047,0.42819976806640625,0.4513263702392578,0.40912628173828125,0.5011558532714844,0.5350112915039062,0.5176067352294922,0.5121231079101562,0.5083084106445312,0.49114227294921875,0.5166530609130859,0.5159378051757812,0.5252361297607422,0.8287429809570312 +25000,5000,cpu,normal,True,True,False,0.26535987854003906,0.2658367156982422,0.24962425231933594,0.27751922607421875,0.27298927307128906,0.24271011352539062,0.247955322265625,0.2567768096923828,0.2701282501220703,0.4544258117675781,0.4870891571044922,0.4534721374511719,0.4513263702392578,0.46563148498535156,0.4382133483886719,0.43487548828125,0.6532669067382812,0.8063316345214844,0.6821155548095703,0.5650520324707031 +25000,5000,cpu,normal,False,True,False,0.6616115570068359,0.644683837890625,0.6475448608398438,0.6365776062011719,0.6785392761230469,0.67138671875,0.6651878356933594,0.7228851318359375,0.9758472442626953,0.6735324859619141,0.2372264862060547,0.2541542053222656,0.21648406982421875,0.23436546325683594,0.2224445343017578,0.24890899658203125,0.24628639221191406,0.22649765014648438,0.24771690368652344,0.23937225341796875 +25000,5000,cpu,normal,True,False,False,0.9629726409912109,0.8535385131835938,0.7529258728027344,0.7011890411376953,0.6773471832275391,0.6806850433349609,0.7960796356201172,0.7729530334472656,0.6868839263916016,0.6697177886962891,1.0638236999511719,0.9818077087402344,0.9362697601318359,0.8835792541503906,0.8196830749511719,0.8766651153564453,0.7371902465820312,0.8063316345214844,0.7736682891845703,0.8213520050048828 +25000,5000,cpu,normal,False,False,False,0.7543563842773438,0.5433559417724609,0.5583763122558594,0.4944801330566406,0.4699230194091797,0.46539306640625,0.4916191101074219,0.4589557647705078,0.4813671112060547,0.4889965057373047,0.6115436553955078,0.6043910980224609,0.5891323089599609,0.5807876586914062,0.5514621734619141,0.5562305450439453,0.5643367767333984,0.6163120269775391,0.6034374237060547,0.8211135864257812 +25000,10000,cpu,homo,True,True,False,0.4222393035888672,0.43272972106933594,0.4324913024902344,0.579833984375,0.6175041198730469,0.5550384521484375,0.5109310150146484,0.5300045013427734,0.499725341796875,0.5078315734863281,0.47588348388671875,0.4324913024902344,0.4379749298095703,0.41794776916503906,0.41747093200683594,0.44608116149902344,0.43511390686035156,0.4436969757080078,0.4048347473144531,0.44536590576171875 +25000,10000,cpu,homo,False,True,False,0.5893707275390625,0.3714561462402344,0.34737586975097656,0.31495094299316406,0.3113746643066406,0.33736228942871094,0.33855438232421875,0.33974647521972656,0.32401084899902344,0.34236907958984375,0.240325927734375,0.25963783264160156,0.23555755615234375,0.20241737365722656,0.19669532775878906,0.20694732666015625,0.3752708435058594,0.39267539978027344,0.3800392150878906,0.3726482391357422 +25000,10000,cpu,homo,True,False,False,0.5712509155273438,0.5300045013427734,0.5533695220947266,0.5664825439453125,0.5762577056884766,0.5316734313964844,0.5412101745605469,0.51116943359375,0.522613525390625,0.5390644073486328,1.0673999786376953,0.9927749633789062,1.1332035064697266,1.3165473937988281,1.2540817260742188,1.1136531829833984,1.1734962463378906,1.0678768157958984,1.1985301971435547,1.1096000671386719 +25000,10000,cpu,homo,False,False,False,0.6055831909179688,0.6535053253173828,0.583648681640625,0.6444454193115234,0.5617141723632812,0.6086826324462891,0.5919933319091797,0.6315708160400391,0.5979537963867188,0.6935596466064453,0.7932186126708984,0.7493495941162109,0.789642333984375,0.7593631744384766,0.7195472717285156,0.7543563842773438,1.0449886322021484,1.1258125305175781,0.8816719055175781,0.8857250213623047 +25000,10000,cpu,uniform,True,True,False,0.4749298095703125,0.4799365997314453,0.49614906311035156,0.4730224609375,0.46563148498535156,0.43511390686035156,0.47898292541503906,0.4444122314453125,0.4603862762451172,0.4520416259765625,0.37860870361328125,0.36263465881347656,0.3273487091064453,0.3578662872314453,0.3352165222167969,0.3407001495361328,0.3502368927001953,0.3273487091064453,0.34928321838378906,0.3476142883300781 +25000,10000,cpu,uniform,False,True,False,0.5838871002197266,0.5929470062255859,0.5550384521484375,0.5807876586914062,0.5838871002197266,0.560760498046875,0.606536865234375,0.6594657897949219,0.7565021514892578,0.6906986236572266,0.22840499877929688,0.2334117889404297,0.22101402282714844,0.22101402282714844,0.2562999725341797,0.23627281188964844,0.2262592315673828,0.23627281188964844,0.2751350402832031,0.2257823944091797 +25000,10000,cpu,uniform,True,False,False,0.5962848663330078,0.6451606750488281,0.5922317504882812,0.6346702575683594,0.5855560302734375,0.5834102630615234,0.5645751953125,0.5855560302734375,0.5848407745361328,0.5795955657958984,1.1239051818847656,0.9877681732177734,1.5015602111816406,1.0292530059814453,1.0187625885009766,0.95367431640625,1.0685920715332031,0.9315013885498047,1.0342597961425781,0.9901523590087891 +25000,10000,cpu,uniform,False,False,False,0.8556842803955078,0.8389949798583984,0.7805824279785156,0.7910728454589844,0.8494853973388672,0.7550716400146484,0.743865966796875,0.7333755493164062,0.7562637329101562,0.6978511810302734,1.0268688201904297,0.9748935699462891,1.0612010955810547,0.9586811065673828,1.0440349578857422,1.0104179382324219,1.0590553283691406,0.9882450103759766,1.073598861694336,0.9272098541259766 +25000,10000,cpu,normal,True,True,False,0.30994415283203125,0.26607513427734375,0.31876564025878906,0.27942657470703125,0.2880096435546875,0.2765655517578125,0.2620220184326172,0.2913475036621094,0.2586841583251953,0.2830028533935547,0.4830360412597656,0.48804283142089844,0.47516822814941406,0.4754066467285156,0.47469139099121094,0.47397613525390625,0.47779083251953125,0.46896934509277344,0.46443939208984375,0.45800209045410156 +25000,10000,cpu,normal,False,True,False,0.4906654357910156,0.48661231994628906,0.47898292541503906,0.4963874816894531,0.47278404235839844,0.4973411560058594,0.49686431884765625,0.4467964172363281,0.4971027374267578,0.46753883361816406,0.29921531677246094,0.29754638671875,0.3154277801513672,0.38170814514160156,0.31828880310058594,0.453948974609375,0.2872943878173828,0.3082752227783203,0.3261566162109375,0.3113746643066406 +25000,10000,cpu,normal,True,False,False,1.010894775390625,0.8597373962402344,0.8673667907714844,0.7982254028320312,0.79345703125,0.7491111755371094,0.7932186126708984,0.7996559143066406,0.8215904235839844,0.7941722869873047,1.119375228881836,1.0094642639160156,1.043558120727539,1.2531280517578125,1.1138916015625,0.9946823120117188,1.1057853698730469,0.9601116180419922,1.1298656463623047,0.9999275207519531 +25000,10000,cpu,normal,False,False,False,0.5829334259033203,0.6093978881835938,0.63323974609375,0.7481575012207031,0.5664825439453125,0.6082057952880859,0.6172657012939453,0.6120204925537109,0.5791187286376953,0.6685256958007812,0.8540153503417969,0.8337497711181641,1.1937618255615234,1.0218620300292969,0.9546279907226562,0.9329319000244141,0.9109973907470703,1.0313987731933594,0.9808540344238281,0.9455680847167969 +25000,25000,cpu,homo,True,True,False,0.36263465881347656,0.32782554626464844,0.3132820129394531,0.3559589385986328,0.3056526184082031,0.3261566162109375,0.30875205993652344,0.33211708068847656,0.32138824462890625,0.3159046173095703,0.31375885009765625,0.29659271240234375,0.30612945556640625,0.30517578125,0.29730796813964844,0.30422210693359375,0.3058910369873047,0.3001689910888672,0.2918243408203125,0.28204917907714844 +25000,25000,cpu,homo,False,True,False,0.5164146423339844,0.5171298980712891,0.7834434509277344,0.5707740783691406,0.579833984375,0.7851123809814453,0.5681514739990234,0.49686431884765625,0.4782676696777344,0.49185752868652344,0.30040740966796875,0.30732154846191406,0.32782554626464844,0.3151893615722656,0.301361083984375,0.30612945556640625,0.3180503845214844,0.32258033752441406,0.30040740966796875,0.4143714904785156 +25000,25000,cpu,homo,True,False,False,0.9603500366210938,1.0099411010742188,0.9958744049072266,0.9853839874267578,0.9677410125732422,0.9858608245849609,0.9744167327880859,0.9891986846923828,0.9584426879882812,0.9810924530029297,1.7354488372802734,1.6255378723144531,2.109527587890625,1.6243457794189453,1.7845630645751953,1.6317367553710938,1.827239990234375,1.5571117401123047,1.796722412109375,1.6810894012451172 +25000,25000,cpu,homo,False,False,False,1.0614395141601562,1.119375228881836,1.1398792266845703,1.1641979217529297,1.0499954223632812,1.104593276977539,1.0528564453125,1.1303424835205078,1.0275840759277344,1.0366439819335938,1.8451213836669922,1.5180110931396484,2.1278858184814453,1.5869140625,1.8336772918701172,1.7178058624267578,1.9376277923583984,1.5549659729003906,1.6849040985107422,1.615285873413086 +25000,25000,cpu,uniform,True,True,False,0.3871917724609375,0.4029273986816406,0.3895759582519531,0.3654956817626953,0.38313865661621094,0.33926963806152344,0.37932395935058594,0.40078163146972656,0.37384033203125,0.3669261932373047,0.3955364227294922,0.4436969757080078,0.4322528839111328,0.4296302795410156,0.40841102600097656,0.40602684020996094,0.4239082336425781,0.4239082336425781,0.4267692565917969,0.4341602325439453 +25000,25000,cpu,uniform,False,True,False,0.37980079650878906,0.3998279571533203,0.33855438232421875,0.35691261291503906,0.3342628479003906,0.36025047302246094,0.3666877746582031,0.362396240234375,0.3592967987060547,0.33855438232421875,0.43773651123046875,0.4513263702392578,0.4191398620605469,0.4658699035644531,0.4470348358154297,0.44918060302734375,0.42891502380371094,0.3871917724609375,0.4086494445800781,0.3643035888671875 +25000,25000,cpu,uniform,True,False,False,0.9188652038574219,0.9686946868896484,0.8568763732910156,0.9429454803466797,0.9493827819824219,1.2826919555664062,1.1522769927978516,1.252889633178711,1.1508464813232422,1.1794567108154297,1.7752647399902344,1.60980224609375,1.6748905181884766,1.5747547149658203,2.0945072174072266,1.5521049499511719,1.645803451538086,1.5413761138916016,1.7211437225341797,1.5721321105957031 +25000,25000,cpu,uniform,False,False,False,1.2636184692382812,1.2216567993164062,1.2030601501464844,1.241445541381836,1.1355876922607422,1.378774642944336,1.1429786682128906,1.157999038696289,1.0530948638916016,1.2001991271972656,1.6541481018066406,1.649618148803711,1.6863346099853516,1.5590190887451172,1.6241073608398438,1.626729965209961,1.6198158264160156,1.5811920166015625,1.9865036010742188,1.626729965209961 +25000,25000,cpu,normal,True,True,False,0.48160552978515625,0.4646778106689453,0.5199909210205078,0.4763603210449219,0.4649162292480469,0.47898292541503906,0.4749298095703125,0.4620552062988281,0.469207763671875,0.4620552062988281,0.4906654357910156,0.4684925079345703,0.4642009735107422,0.46753883361816406,0.4794597625732422,0.4954338073730469,0.4763603210449219,0.4787445068359375,0.4820823669433594,0.4756450653076172 +25000,25000,cpu,normal,False,True,False,0.5173683166503906,0.4858970642089844,0.5066394805908203,0.4978179931640625,0.45037269592285156,0.4620552062988281,0.45752525329589844,0.5004405975341797,0.49424171447753906,0.4677772521972656,0.7805824279785156,0.6883144378662109,0.621795654296875,0.5948543548583984,0.6723403930664062,0.6349086761474609,0.7266998291015625,0.6272792816162109,0.5893707275390625,0.5714893341064453 +25000,25000,cpu,normal,True,False,False,1.3210773468017578,0.9350776672363281,0.8931159973144531,0.8924007415771484,0.9076595306396484,0.9510517120361328,0.9214878082275391,0.8776187896728516,0.8671283721923828,0.9136199951171875,1.970052719116211,1.6658306121826172,1.6617774963378906,1.53350830078125,1.6875267028808594,1.5687942504882812,1.8188953399658203,1.6050338745117188,1.6639232635498047,1.6243457794189453 +25000,25000,cpu,normal,False,False,False,1.1606216430664062,1.0805130004882812,1.0399818420410156,1.3141632080078125,1.1012554168701172,1.0356903076171875,1.0852813720703125,1.1589527130126953,1.0707378387451172,1.110076904296875,1.8489360809326172,1.6295909881591797,2.0477771759033203,1.6810894012451172,1.7371177673339844,1.67083740234375,1.8186569213867188,1.5950202941894531,1.8401145935058594,1.6696453094482422 +25000,37500,cpu,homo,True,True,False,0.6771087646484375,0.5617141723632812,0.4222393035888672,0.42819976806640625,0.3859996795654297,0.3647804260253906,0.3857612609863281,0.3943443298339844,0.40650367736816406,0.3921985626220703,0.2956390380859375,0.30040740966796875,0.2925395965576172,0.27942657470703125,0.27179718017578125,0.2853870391845703,0.2880096435546875,0.2841949462890625,0.2846717834472656,0.3046989440917969 +25000,37500,cpu,homo,False,True,False,0.2830028533935547,0.2770423889160156,0.30803680419921875,0.3006458282470703,0.3066062927246094,0.3199577331542969,0.3101825714111328,0.3066062927246094,0.29015541076660156,0.3070831298828125,0.3800392150878906,0.37860870361328125,0.3752708435058594,0.35858154296875,0.3559589385986328,0.34332275390625,0.35953521728515625,0.35762786865234375,0.3581047058105469,0.3676414489746094 +25000,37500,cpu,homo,True,False,False,1.5971660614013672,1.6269683837890625,1.5532970428466797,1.5866756439208984,1.592874526977539,1.6083717346191406,1.8656253814697266,1.7197132110595703,1.466512680053711,1.6469955444335938,2.341747283935547,2.2573471069335938,2.661466598510742,2.3415088653564453,2.424478530883789,2.2437572479248047,2.3336410522460938,2.2232532501220703,2.3865699768066406,2.1071434020996094 +25000,37500,cpu,homo,False,False,False,1.3723373413085938,1.4920234680175781,1.3065338134765625,1.5158653259277344,1.4240741729736328,1.6007423400878906,1.4503002166748047,1.4810562133789062,1.6410350799560547,1.5261173248291016,2.7267932891845703,2.874612808227539,2.593517303466797,2.6569366455078125,3.000497817993164,2.6056766510009766,2.7892589569091797,2.616405487060547,2.576589584350586,2.6586055755615234 +25000,37500,cpu,uniform,True,True,False,0.476837158203125,0.48851966857910156,0.5049705505371094,0.4992485046386719,0.5095005035400391,0.48422813415527344,0.4858970642089844,0.5075931549072266,0.49996376037597656,0.8778572082519531,0.3604888916015625,0.3802776336669922,0.576019287109375,0.5013942718505859,0.4978179931640625,0.4665851593017578,0.4851818084716797,0.4544258117675781,0.4603862762451172,0.45871734619140625 +25000,37500,cpu,uniform,False,True,False,0.38743019104003906,0.38361549377441406,0.37860870361328125,0.3933906555175781,0.34546852111816406,0.3757476806640625,0.3418922424316406,0.37288665771484375,0.3306865692138672,0.3578662872314453,0.4405975341796875,0.3979206085205078,0.3757476806640625,0.4124641418457031,0.41222572326660156,0.4050731658935547,0.38933753967285156,0.41031837463378906,0.40078163146972656,0.39887428283691406 +25000,37500,cpu,uniform,True,False,False,1.2845993041992188,1.2586116790771484,1.2485980987548828,1.2416839599609375,1.3065338134765625,1.5506744384765625,1.5196800231933594,1.4526844024658203,1.6350746154785156,1.318216323852539,2.585172653198242,2.4509429931640625,2.307415008544922,2.2683143615722656,2.2895336151123047,2.4242401123046875,2.3262500762939453,2.6412010192871094,2.222776412963867,2.229928970336914 +25000,37500,cpu,uniform,False,False,False,1.4176368713378906,1.249551773071289,1.1589527130126953,1.2083053588867188,1.1608600616455078,1.1925697326660156,1.1475086212158203,1.2087821960449219,1.180887222290039,1.1796951293945312,2.412557601928711,2.424955368041992,2.9447078704833984,2.689361572265625,2.3076534271240234,2.500295639038086,2.4394989013671875,2.638101577758789,2.407073974609375,2.95257568359375 +25000,37500,cpu,normal,True,True,False,0.7843971252441406,0.7257461547851562,0.7503032684326172,0.7312297821044922,0.7150173187255859,0.6868839263916016,0.7414817810058594,0.7393360137939453,0.7357597351074219,0.7672309875488281,0.6554126739501953,0.6518363952636719,0.6754398345947266,0.6778240203857422,0.6499290466308594,0.6325244903564453,0.6518363952636719,0.6837844848632812,0.6592273712158203,0.6146430969238281 +25000,37500,cpu,normal,False,True,False,0.4951953887939453,0.5090236663818359,0.8573532104492188,0.6010532379150391,0.4944801330566406,0.4982948303222656,0.4723072052001953,0.5159378051757812,0.4725456237792969,0.4863739013671875,0.6372928619384766,0.637054443359375,0.6368160247802734,0.5993843078613281,0.6129741668701172,0.5710124969482422,0.5939006805419922,0.6127357482910156,0.6186962127685547,0.6022453308105469 +25000,37500,cpu,normal,True,False,False,1.3031959533691406,1.294851303100586,1.207590103149414,1.355886459350586,1.2660026550292969,1.3077259063720703,1.2555122375488281,1.35040283203125,1.2326240539550781,1.2941360473632812,2.3260116577148438,2.416849136352539,2.1958351135253906,2.2687911987304688,2.1734237670898438,2.2852420806884766,2.538442611694336,2.3148059844970703,2.187967300415039,2.269268035888672 +25000,37500,cpu,normal,False,False,False,1.2688636779785156,1.3606548309326172,1.5306472778320312,1.6293525695800781,1.5671253204345703,1.668691635131836,1.4548301696777344,1.631021499633789,1.4612674713134766,1.6787052154541016,2.9015541076660156,2.9332637786865234,2.933979034423828,2.5339126586914062,2.9773712158203125,2.673625946044922,2.889394760131836,3.110170364379883,3.047943115234375,2.730131149291992 +25000,50000,cpu,homo,True,True,False,0.9400844573974609,0.8099079132080078,0.7750988006591797,0.7662773132324219,0.7779598236083984,0.7631778717041016,0.8304119110107422,0.8404254913330078,0.8938312530517578,0.8325576782226562,0.49424171447753906,0.4277229309082031,0.39839744567871094,0.3941059112548828,0.38123130798339844,0.3867149353027344,0.3752708435058594,0.3826618194580078,0.3886222839355469,0.5991458892822266 +25000,50000,cpu,homo,False,True,False,0.47278404235839844,0.3693103790283203,0.29730796813964844,0.3268718719482422,0.34046173095703125,0.31065940856933594,0.3170967102050781,0.3123283386230469,0.31185150146484375,0.3044605255126953,0.4227161407470703,0.4527568817138672,0.42700767517089844,0.43272972106933594,0.43773651123046875,0.4150867462158203,0.42247772216796875,0.40459632873535156,0.43964385986328125,0.43201446533203125 +25000,50000,cpu,homo,True,False,False,1.817941665649414,2.001047134399414,2.2246837615966797,2.300262451171875,2.1054744720458984,2.490520477294922,2.1080970764160156,2.3741722106933594,2.110719680786133,2.291440963745117,2.778291702270508,2.688169479370117,2.6895999908447266,2.7298927307128906,2.9556751251220703,2.8562545776367188,3.0918121337890625,2.7854442596435547,3.053903579711914,2.7129650115966797 +25000,50000,cpu,homo,False,False,False,1.775979995727539,1.8906593322753906,1.7063617706298828,1.5926361083984375,1.7251968383789062,1.6508102416992188,1.7828941345214844,1.6193389892578125,1.725912094116211,1.6164779663085938,3.152608871459961,3.217935562133789,2.9973983764648438,3.1294822692871094,3.337383270263672,3.2231807708740234,3.2079219818115234,3.3416748046875,3.251314163208008,3.5247802734375 +25000,50000,cpu,uniform,True,True,False,1.348733901977539,1.0874271392822266,0.9381771087646484,0.9503364562988281,0.9722709655761719,0.9760856628417969,0.9751319885253906,0.9953975677490234,0.9818077087402344,1.0216236114501953,0.40149688720703125,0.4284381866455078,0.4131793975830078,0.3943443298339844,0.4329681396484375,0.3705024719238281,0.4055500030517578,0.4520416259765625,0.43320655822753906,0.4279613494873047 +25000,50000,cpu,uniform,False,True,False,0.38170814514160156,0.3540515899658203,0.3802776336669922,0.3743171691894531,0.347137451171875,0.3795623779296875,0.3573894500732422,0.34880638122558594,0.3407001495361328,0.36978721618652344,0.48470497131347656,0.4832744598388672,0.48470497131347656,0.47850608825683594,0.4863739013671875,0.45037269592285156,0.5509853363037109,0.7975101470947266,0.5125999450683594,0.5166530609130859 +25000,50000,cpu,uniform,True,False,False,1.5811920166015625,1.5969276428222656,1.6465187072753906,1.6109943389892578,1.6164779663085938,1.7333030700683594,1.5940666198730469,1.9011497497558594,1.5914440155029297,1.6641616821289062,3.180980682373047,2.729654312133789,2.894163131713867,2.6988983154296875,2.879619598388672,2.8464794158935547,2.830028533935547,2.821683883666992,2.864837646484375,2.7434825897216797 +25000,50000,cpu,uniform,False,False,False,1.552581787109375,1.809835433959961,1.6112327575683594,1.844644546508789,1.603841781616211,1.7919540405273438,1.7480850219726562,1.7786026000976562,1.5230178833007812,2.0961761474609375,3.2701492309570312,3.5126209259033203,3.1135082244873047,3.3621788024902344,3.553628921508789,3.600597381591797,3.207683563232422,3.3926963806152344,3.389120101928711,3.3195018768310547 +25000,50000,cpu,normal,True,True,False,1.1560916900634766,1.1570453643798828,1.1265277862548828,1.1169910430908203,1.1341571807861328,1.119375228881836,1.4407634735107422,1.1324882507324219,1.12152099609375,1.1262893676757812,0.5986690521240234,0.6191730499267578,0.6020069122314453,0.7088184356689453,0.8654594421386719,0.7784366607666016,1.0104179382324219,0.7638931274414062,0.7481575012207031,0.6732940673828125 +25000,50000,cpu,normal,False,True,False,0.7178783416748047,0.8797645568847656,0.8485317230224609,0.8418560028076172,0.5383491516113281,0.4901885986328125,0.5183219909667969,0.5121231079101562,0.5011558532714844,0.5018711090087891,0.7700920104980469,0.7808208465576172,0.766754150390625,0.7650852203369141,0.7779598236083984,0.8292198181152344,0.823974609375,1.130819320678711,0.8058547973632812,0.766754150390625 +25000,50000,cpu,normal,True,False,False,1.6207695007324219,1.6894340515136719,1.5797615051269531,1.8534660339355469,1.605987548828125,1.6641616821289062,1.5919208526611328,1.688241958618164,1.6360282897949219,1.6460418701171875,2.884387969970703,2.662181854248047,2.6471614837646484,2.6574134826660156,2.620220184326172,2.4988651275634766,2.6285648345947266,2.806425094604492,2.5968551635742188,2.599000930786133 +25000,50000,cpu,normal,False,False,False,1.9905567169189453,1.8076896667480469,1.722574234008789,1.6047954559326172,1.5721321105957031,1.5461444854736328,1.6324520111083984,1.6117095947265625,1.6663074493408203,1.9474029541015625,3.717660903930664,3.8263797760009766,4.021406173706055,3.7047863006591797,3.703594207763672,3.4852027893066406,3.4782886505126953,3.84521484375,3.6170482635498047,3.6077499389648438 +37500,1000,cpu,homo,True,True,False,0.4134178161621094,0.22363662719726562,0.2334117889404297,0.2346038818359375,0.2300739288330078,0.20122528076171875,0.2377033233642578,0.2262592315673828,0.19693374633789062,0.20742416381835938,0.3993511199951172,0.3883838653564453,0.4329681396484375,0.3972053527832031,0.3838539123535156,0.40984153747558594,0.39839744567871094,0.41747093200683594,0.3991127014160156,0.3857612609863281 +37500,1000,cpu,homo,False,True,False,0.347137451171875,0.38695335388183594,0.3752708435058594,0.3457069396972656,0.324249267578125,0.3638267517089844,0.5927085876464844,0.6842613220214844,0.4067420959472656,0.34117698669433594,0.2262592315673828,0.25844573974609375,0.2224445343017578,0.21123886108398438,0.2281665802001953,0.1983642578125,0.17952919006347656,0.19216537475585938,0.1850128173828125,0.186920166015625 +37500,1000,cpu,homo,True,False,False,0.6101131439208984,0.5443096160888672,0.5815029144287109,0.55694580078125,0.5688667297363281,0.5252361297607422,0.5738735198974609,0.5280971527099609,0.5822181701660156,0.5133152008056641,0.4737377166748047,0.49877166748046875,0.4794597625732422,0.47779083251953125,0.4839897155761719,0.4887580871582031,0.4887580871582031,0.46896934509277344,0.4982948303222656,0.4856586456298828 +37500,1000,cpu,homo,False,False,False,0.26035308837890625,0.2753734588623047,0.23627281188964844,0.26869773864746094,0.2827644348144531,0.27871131896972656,0.2522468566894531,0.2779960632324219,0.2624988555908203,0.2589225769042969,0.6334781646728516,0.6468296051025391,0.6258487701416016,0.6449222564697266,0.6639957427978516,0.6687641143798828,0.6723403930664062,0.6306171417236328,0.6017684936523438,0.6172657012939453 +37500,1000,cpu,uniform,True,True,False,0.4646778106689453,0.4837512969970703,0.45680999755859375,0.4570484161376953,0.4546642303466797,0.4553794860839844,0.46181678771972656,0.4398822784423828,0.44655799865722656,0.4279613494873047,0.42891502380371094,0.4298686981201172,0.4165172576904297,0.4189014434814453,0.431060791015625,0.4067420959472656,0.43129920959472656,0.6692409515380859,0.5686283111572266,0.5266666412353516 +37500,1000,cpu,uniform,False,True,False,0.461578369140625,0.4341602325439453,0.4436969757080078,0.4813671112060547,0.44226646423339844,0.4355907440185547,0.4723072052001953,0.43773651123046875,0.41675567626953125,0.42557716369628906,0.19216537475585938,0.1976490020751953,0.25200843811035156,0.213623046875,0.1819133758544922,0.21457672119140625,0.18644332885742188,0.1926422119140625,0.19931793212890625,0.20194053649902344 +37500,1000,cpu,uniform,True,False,False,0.4856586456298828,0.5512237548828125,0.5528926849365234,0.4367828369140625,0.4723072052001953,0.43511390686035156,0.5004405975341797,0.41031837463378906,0.5028247833251953,0.45037269592285156,0.5729198455810547,0.5512237548828125,0.8013248443603516,0.6456375122070312,0.7982254028320312,0.7195472717285156,0.7116794586181641,0.7450580596923828,0.6644725799560547,0.6575584411621094 +37500,1000,cpu,uniform,False,False,False,0.5629062652587891,0.5896091461181641,0.5342960357666016,0.5738735198974609,0.57220458984375,0.5524158477783203,0.5450248718261719,0.5583763122558594,0.5419254302978516,0.5512237548828125,0.835418701171875,0.7596015930175781,0.7498264312744141,0.7061958312988281,0.6167888641357422,0.5638599395751953,0.5834102630615234,0.5776882171630859,0.5681514739990234,0.560760498046875 +37500,1000,cpu,normal,True,True,False,0.28133392333984375,0.2727508544921875,0.29349327087402344,0.2799034118652344,0.27298927307128906,0.2338886260986328,0.41866302490234375,0.3254413604736328,0.29277801513671875,0.26679039001464844,0.5698204040527344,0.6084442138671875,0.5726814270019531,0.5946159362792969,0.5617141723632812,0.5872249603271484,0.5936622619628906,0.5640983581542969,0.5841255187988281,0.5772113800048828 +37500,1000,cpu,normal,False,True,False,0.6535053253173828,0.6527900695800781,0.6008148193359375,0.6241798400878906,0.6518363952636719,0.6270408630371094,0.6353855133056641,0.6222724914550781,0.6225109100341797,0.6220340728759766,0.5826950073242188,0.37741661071777344,0.3256797790527344,0.2779960632324219,0.2932548522949219,0.2694129943847656,0.26607513427734375,0.2849102020263672,0.2713203430175781,0.2677440643310547 +37500,1000,cpu,normal,True,False,False,0.6506443023681641,0.5564689636230469,0.6189346313476562,0.5578994750976562,0.6453990936279297,0.5810260772705078,0.6434917449951172,0.5621910095214844,0.6091594696044922,0.5779266357421875,0.5660057067871094,0.6067752838134766,0.5855560302734375,0.5881786346435547,0.5621910095214844,0.5879402160644531,0.5567073822021484,0.5884170532226562,0.5698204040527344,0.6058216094970703 +37500,1000,cpu,normal,False,False,False,0.3247261047363281,0.2827644348144531,0.28204917907714844,0.3292560577392578,0.3039836883544922,0.3132820129394531,0.3037452697753906,0.2949237823486328,0.2903938293457031,0.31757354736328125,0.6732940673828125,0.6976127624511719,0.614166259765625,0.6656646728515625,0.6937980651855469,0.6833076477050781,0.5893707275390625,0.6256103515625,0.6322860717773438,0.6172657012939453 +37500,2500,cpu,homo,True,True,False,0.4711151123046875,0.5612373352050781,0.6616115570068359,0.7038116455078125,0.45752525329589844,0.41794776916503906,0.4634857177734375,0.40841102600097656,0.38623809814453125,0.3895759582519531,0.4928112030029297,0.49185752868652344,0.49567222595214844,0.6029605865478516,0.522613525390625,0.4909038543701172,0.4734992980957031,0.4851818084716797,0.47326087951660156,0.4775524139404297 +37500,2500,cpu,homo,False,True,False,0.5922317504882812,0.5588531494140625,0.5602836608886719,0.598907470703125,0.5650520324707031,0.5633831024169922,0.5333423614501953,0.5712509155273438,0.5321502685546875,0.5395412445068359,0.1628398895263672,0.17547607421875,0.19097328186035156,0.1842975616455078,0.18453598022460938,0.17404556274414062,0.16450881958007812,0.18334388732910156,0.17142295837402344,0.19478797912597656 +37500,2500,cpu,homo,True,False,False,0.6074905395507812,0.9427070617675781,0.6201267242431641,0.7174015045166016,0.6170272827148438,0.7815361022949219,0.5843639373779297,0.7991790771484375,0.6031990051269531,0.7259845733642578,0.8313655853271484,0.7343292236328125,0.8313655853271484,0.7402896881103516,1.1401176452636719,0.8237361907958984,0.9284019470214844,0.7619857788085938,0.9090900421142578,0.7472038269042969 +37500,2500,cpu,homo,False,False,False,0.3762245178222656,0.39005279541015625,0.3597736358642578,0.3807544708251953,0.3523826599121094,0.38814544677734375,0.33974647521972656,0.3826618194580078,0.339508056640625,0.3769397735595703,0.5552768707275391,0.5624294281005859,0.5593299865722656,0.5764961242675781,0.5712509155273438,0.5772113800048828,0.5548000335693359,0.5486011505126953,0.5354881286621094,0.5538463592529297 +37500,2500,cpu,uniform,True,True,False,0.3018379211425781,0.27060508728027344,0.22840499877929688,0.2448558807373047,0.2377033233642578,0.27108192443847656,0.5698204040527344,0.5085468292236328,0.4737377166748047,0.44536590576171875,0.45299530029296875,0.4229545593261719,0.44155120849609375,0.6630420684814453,0.5948543548583984,0.5450248718261719,0.5507469177246094,0.5371570587158203,0.5805492401123047,0.5424022674560547 +37500,2500,cpu,uniform,False,True,False,0.7190704345703125,1.1491775512695312,0.7457733154296875,0.7386207580566406,0.7538795471191406,0.782012939453125,0.7462501525878906,0.7152557373046875,0.7762908935546875,0.72479248046875,0.4971027374267578,0.36215782165527344,0.25963783264160156,0.2315044403076172,0.19407272338867188,0.21147727966308594,0.2155303955078125,0.21648406982421875,0.19788742065429688,0.22721290588378906 +37500,2500,cpu,uniform,True,False,False,0.873565673828125,0.5269050598144531,0.4165172576904297,0.6184577941894531,0.44918060302734375,0.4925727844238281,0.44465065002441406,0.4649162292480469,0.4131793975830078,0.4909038543701172,0.9665489196777344,0.9365081787109375,0.9820461273193359,0.9002685546875,0.9164810180664062,0.8864402770996094,0.9305477142333984,0.9720325469970703,0.9713172912597656,0.9038448333740234 +37500,2500,cpu,uniform,False,False,False,0.713348388671875,0.7534027099609375,0.6253719329833984,0.9310245513916016,0.6527900695800781,0.6289482116699219,0.5762577056884766,0.6291866302490234,0.5755424499511719,0.5984306335449219,0.728607177734375,0.9491443634033203,0.6620883941650391,0.6434917449951172,0.6542205810546875,0.6198883056640625,0.6175041198730469,0.5757808685302734,0.6136894226074219,0.6549358367919922 +37500,2500,cpu,normal,True,True,False,0.45752525329589844,0.469207763671875,0.4756450653076172,0.45561790466308594,0.44083595275878906,0.46443939208984375,0.4477500915527344,0.4379749298095703,0.5140304565429688,0.5154609680175781,0.7641315460205078,0.6453990936279297,0.6353855133056641,0.5950927734375,0.6299018859863281,0.5719661712646484,0.6086826324462891,0.5581378936767578,0.5519390106201172,0.5707740783691406 +37500,2500,cpu,normal,False,True,False,1.0428428649902344,1.1496543884277344,0.9007453918457031,0.9417533874511719,0.8680820465087891,0.9031295776367188,0.8726119995117188,0.8573532104492188,0.8485317230224609,0.9686946868896484,0.339508056640625,0.3330707550048828,0.3139972686767578,0.30875205993652344,0.3514289855957031,0.3750324249267578,0.2994537353515625,0.3008842468261719,0.2994537353515625,0.32019615173339844 +37500,2500,cpu,normal,True,False,False,0.43773651123046875,0.5700588226318359,0.40650367736816406,0.5242824554443359,0.4088878631591797,0.5545616149902344,0.4127025604248047,0.5359649658203125,0.3769397735595703,0.5085468292236328,1.1134147644042969,0.9968280792236328,1.1043548583984375,0.9753704071044922,1.0747909545898438,0.9977817535400391,1.149892807006836,1.0731220245361328,1.2090206146240234,1.0635852813720703 +37500,2500,cpu,normal,False,False,False,0.47326087951660156,0.5443096160888672,0.7715225219726562,0.6885528564453125,0.6723403930664062,0.7004737854003906,0.6470680236816406,0.6003379821777344,0.4868507385253906,0.4646778106689453,0.6763935089111328,0.6659030914306641,0.6613731384277344,0.6601810455322266,0.60272216796875,0.6685256958007812,0.6635189056396484,0.6401538848876953,0.6344318389892578,0.6666183471679688 +37500,5000,cpu,homo,True,True,False,0.26154518127441406,0.2720355987548828,0.2675056457519531,0.26035308837890625,0.2589225769042969,0.2644062042236328,0.2148151397705078,0.2167224884033203,0.2262592315673828,0.2346038818359375,0.40602684020996094,0.39076805114746094,0.39958953857421875,0.3840923309326172,0.4134178161621094,0.40459632873535156,0.40435791015625,0.5822181701660156,0.5142688751220703,0.4031658172607422 +37500,5000,cpu,homo,False,True,False,0.5857944488525391,0.5168914794921875,0.7350444793701172,0.5898475646972656,0.57220458984375,0.6308555603027344,0.5741119384765625,0.5686283111572266,0.6029605865478516,0.5855560302734375,0.2396106719970703,0.23627281188964844,0.2124309539794922,0.1995563507080078,0.17023086547851562,0.20384788513183594,0.21338462829589844,0.3745555877685547,0.21505355834960938,0.1957416534423828 +37500,5000,cpu,homo,True,False,False,0.6361007690429688,0.6315708160400391,0.8490085601806641,0.6234645843505859,0.5612373352050781,0.5714893341064453,0.5667209625244141,0.5419254302978516,0.5536079406738281,0.5390644073486328,1.2900829315185547,1.1246204376220703,1.178741455078125,1.1601448059082031,1.1851787567138672,1.4379024505615234,1.1913776397705078,1.1391639709472656,1.1723041534423828,1.0874271392822266 +37500,5000,cpu,homo,False,False,False,0.5602836608886719,0.6046295166015625,0.911712646484375,0.8480548858642578,0.7431507110595703,0.7913112640380859,0.7779598236083984,0.8234977722167969,0.7307529449462891,0.8075237274169922,0.6461143493652344,0.6351470947265625,0.6320476531982422,0.6139278411865234,0.6127357482910156,0.6139278411865234,0.6022453308105469,0.6649494171142578,0.8707046508789062,0.8618831634521484 +37500,5000,cpu,uniform,True,True,False,0.48661231994628906,0.48732757568359375,0.4818439483642578,0.45180320739746094,0.5037784576416016,0.4799365997314453,0.4658699035644531,0.5717277526855469,0.5447864532470703,0.4887580871582031,0.44417381286621094,0.4227161407470703,0.44918060302734375,0.42819976806640625,0.4112720489501953,0.4291534423828125,0.4146099090576172,0.4208087921142578,0.40459632873535156,0.43129920959472656 +37500,5000,cpu,uniform,False,True,False,0.8006095886230469,0.7619857788085938,0.7593631744384766,0.7662773132324219,0.7419586181640625,0.7162094116210938,0.7610321044921875,0.7927417755126953,0.7698535919189453,0.6961822509765625,0.42510032653808594,0.35452842712402344,0.34046173095703125,0.35381317138671875,0.3604888916015625,0.35381317138671875,0.6964206695556641,0.34499168395996094,0.3437995910644531,0.31280517578125 +37500,5000,cpu,uniform,True,False,False,1.1136531829833984,0.9074211120605469,0.7843971252441406,0.9088516235351562,0.77056884765625,0.9248256683349609,0.7753372192382812,0.8635520935058594,0.7121562957763672,0.8471012115478516,1.119375228881836,1.1661052703857422,1.110076904296875,1.1529922485351562,1.0981559753417969,1.1916160583496094,1.02996826171875,1.1630058288574219,1.1103153228759766,1.1184215545654297 +37500,5000,cpu,uniform,False,False,False,0.5707740783691406,0.5538463592529297,0.5784034729003906,0.5340576171875,0.5409717559814453,0.8358955383300781,0.5397796630859375,0.5488395690917969,0.522613525390625,0.5323886871337891,0.7326602935791016,0.6775856018066406,0.7047653198242188,0.6768703460693359,0.7033348083496094,0.6623268127441406,0.9951591491699219,0.8325576782226562,0.8156299591064453,0.7994174957275391 +37500,5000,cpu,normal,True,True,False,0.4916191101074219,0.47516822814941406,0.45228004455566406,0.4506111145019531,0.44083595275878906,0.4897117614746094,0.4391670227050781,0.4620552062988281,0.4284381866455078,0.45680999755859375,0.6151199340820312,0.6239414215087891,0.5686283111572266,0.58746337890625,0.5898475646972656,0.6041526794433594,0.5927085876464844,0.6394386291503906,0.6289482116699219,0.6327629089355469 +37500,5000,cpu,normal,False,True,False,1.0373592376708984,0.9791851043701172,0.9496212005615234,0.9596347808837891,0.919342041015625,0.9565353393554688,0.9222030639648438,0.9176731109619141,0.9317398071289062,1.0533332824707031,0.3070831298828125,0.2903938293457031,0.24318695068359375,0.2703666687011719,0.27370452880859375,0.2524852752685547,0.2543926239013672,0.28896331787109375,0.26345252990722656,0.2613067626953125 +37500,5000,cpu,normal,True,False,False,0.6737709045410156,0.6468296051025391,0.6473064422607422,0.6787776947021484,0.6604194641113281,0.644683837890625,0.67138671875,0.6542205810546875,0.6320476531982422,0.6244182586669922,1.3115406036376953,1.4464855194091797,1.3170242309570312,1.392364501953125,1.7583370208740234,1.3480186462402344,1.3065338134765625,1.413106918334961,1.298666000366211,1.3811588287353516 +37500,5000,cpu,normal,False,False,False,0.7157325744628906,0.7617473602294922,0.7100105285644531,0.7486343383789062,0.7197856903076172,0.7758140563964844,0.6201267242431641,0.6303787231445312,0.6108283996582031,0.6358623504638672,0.7152557373046875,0.7612705230712891,0.7154941558837891,0.7464885711669922,0.720977783203125,0.7348060607910156,0.7143020629882812,0.7379055023193359,0.6999969482421875,0.7138252258300781 +37500,10000,cpu,homo,True,True,False,0.25343894958496094,0.5576610565185547,0.4620552062988281,0.45108795166015625,0.4203319549560547,0.4286766052246094,0.43082237243652344,0.44918060302734375,0.4189014434814453,0.4220008850097656,0.41294097900390625,0.38361549377441406,0.39458274841308594,0.40221214294433594,0.6322860717773438,0.5648136138916016,0.5328655242919922,0.5211830139160156,0.5080699920654297,0.5059242248535156 +37500,10000,cpu,homo,False,True,False,0.42748451232910156,0.7572174072265625,0.6403923034667969,0.6098747253417969,0.5774497985839844,0.5681514739990234,0.5710124969482422,0.6170272827148438,0.5829334259033203,0.5500316619873047,0.24580955505371094,0.21409988403320312,0.22029876708984375,0.24199485778808594,0.21910667419433594,0.23674964904785156,0.2105236053466797,0.2052783966064453,0.244140625,0.22649765014648438 +37500,10000,cpu,homo,True,False,False,0.7925033569335938,0.7026195526123047,0.7162094116210938,0.6875991821289062,0.7033348083496094,0.6554126739501953,0.7128715515136719,0.6475448608398438,0.7336139678955078,1.0182857513427734,1.6927719116210938,1.53350830078125,1.8067359924316406,1.734018325805664,1.7850399017333984,1.5671253204345703,1.764059066772461,1.5377998352050781,1.7247200012207031,2.012014389038086 +37500,10000,cpu,homo,False,False,False,0.8423328399658203,0.8523464202880859,0.8113384246826172,0.8726119995117188,0.7832050323486328,0.8885860443115234,0.8094310760498047,0.8504390716552734,0.8001327514648438,0.8919239044189453,1.142740249633789,1.0807514190673828,1.074075698852539,1.0833740234375,1.0082721710205078,0.9899139404296875,0.9915828704833984,1.081228256225586,0.9462833404541016,1.2507438659667969 +37500,10000,cpu,uniform,True,True,False,0.5166530609130859,0.5083084106445312,0.5097389221191406,0.5152225494384766,0.5137920379638672,0.606536865234375,0.8318424224853516,0.5068778991699219,0.5209445953369141,0.4780292510986328,0.5645751953125,0.5707740783691406,0.5593299865722656,0.5609989166259766,0.5900859832763672,0.5564689636230469,0.5800724029541016,0.5853176116943359,0.5717277526855469,0.5819797515869141 +37500,10000,cpu,uniform,False,True,False,0.5328655242919922,0.5087852478027344,0.5059242248535156,0.5075931549072266,0.5254745483398438,0.5249977111816406,0.4978179931640625,0.5340576171875,0.7915496826171875,0.5533695220947266,0.39768218994140625,0.2899169921875,0.27251243591308594,0.24509429931640625,0.27561187744140625,0.286102294921875,0.27441978454589844,0.2646446228027344,0.2651214599609375,0.232696533203125 +37500,10000,cpu,uniform,True,False,False,0.7755756378173828,0.7665157318115234,0.7805824279785156,0.78582763671875,1.0807514190673828,0.7908344268798828,0.7679462432861328,0.7691383361816406,0.7174015045166016,0.732421875,1.6543865203857422,1.7344951629638672,1.6994476318359375,1.7402172088623047,1.5621185302734375,1.7881393432617188,1.651763916015625,1.940011978149414,1.51824951171875,1.6798973083496094 +37500,10000,cpu,uniform,False,False,False,0.7255077362060547,0.8287429809570312,0.7338523864746094,0.7712841033935547,0.7481575012207031,0.7925033569335938,0.7488727569580078,0.7991790771484375,0.7357597351074219,0.8056163787841797,0.9388923645019531,0.9682178497314453,0.9009838104248047,0.9717941284179688,0.9160041809082031,0.9872913360595703,0.9734630584716797,0.934600830078125,0.8869171142578125,0.9987354278564453 +37500,10000,cpu,normal,True,True,False,0.2677440643310547,0.29969215393066406,0.31304359436035156,0.29015541076660156,0.29587745666503906,0.28204917907714844,0.30303001403808594,0.2899169921875,0.3113746643066406,0.247955322265625,0.6492137908935547,0.6310939788818359,0.6330013275146484,0.6206035614013672,0.6239414215087891,0.6067752838134766,0.5953311920166016,0.5917549133300781,0.5962848663330078,0.5826950073242188 +37500,10000,cpu,normal,False,True,False,0.7264614105224609,0.7586479187011719,0.7119178771972656,0.7262229919433594,0.72479248046875,0.7574558258056641,1.1413097381591797,0.9665489196777344,0.9737014770507812,0.9570121765136719,0.42724609375,0.4112720489501953,0.40078163146972656,0.3972053527832031,0.43773651123046875,0.4189014434814453,0.43201446533203125,0.41103363037109375,0.4467964172363281,0.3960132598876953 +37500,10000,cpu,normal,True,False,False,1.2273788452148438,0.9982585906982422,0.9436607360839844,0.7188320159912109,0.7855892181396484,0.6968975067138672,0.7874965667724609,0.6971359252929688,0.8020401000976562,0.7190704345703125,1.934051513671875,1.7459392547607422,2.2525787353515625,1.7919540405273438,2.053976058959961,1.7485618591308594,2.038240432739258,1.6825199127197266,1.9631385803222656,1.7197132110595703 +37500,10000,cpu,normal,False,False,False,0.9825229644775391,0.9927749633789062,0.9350776672363281,0.9603500366210938,1.0273456573486328,1.0249614715576172,0.9295940399169922,0.9217262268066406,0.8530616760253906,0.9515285491943359,0.934600830078125,1.071929931640625,1.3384819030761719,1.0402202606201172,1.0178089141845703,1.0099411010742188,1.0867118835449219,0.9512901306152344,1.085519790649414,0.9305477142333984 +37500,25000,cpu,homo,True,True,False,0.34308433532714844,0.3044605255126953,0.3542900085449219,0.3170967102050781,0.3008842468261719,0.3104209899902344,0.2956390380859375,0.6563663482666016,0.7383823394775391,0.6124973297119141,0.37550926208496094,0.3724098205566406,0.5631446838378906,0.5621910095214844,0.49185752868652344,0.4558563232421875,0.47278404235839844,0.4563331604003906,0.4749298095703125,0.5373954772949219 +37500,25000,cpu,homo,False,True,False,0.4181861877441406,0.4334449768066406,0.4336833953857422,0.41747093200683594,0.4208087921142578,0.4305839538574219,0.4229545593261719,0.4279613494873047,0.4265308380126953,0.4143714904785156,0.2961158752441406,0.2911090850830078,0.2765655517578125,0.29969215393066406,0.2779960632324219,0.301361083984375,0.27561187744140625,0.2918243408203125,0.26988983154296875,0.29659271240234375 +37500,25000,cpu,homo,True,False,False,1.3308525085449219,1.4443397521972656,1.2691020965576172,1.4460086822509766,1.2483596801757812,1.4541149139404297,1.28936767578125,1.4400482177734375,1.2826919555664062,1.4810562133789062,2.768278121948242,2.8183460235595703,2.5980472564697266,2.635478973388672,2.825021743774414,2.6895999908447266,2.772092819213867,2.7740001678466797,2.6051998138427734,2.6929378509521484 +37500,25000,cpu,homo,False,False,False,1.4417171478271484,1.5811920166015625,1.5826225280761719,1.6047954559326172,1.5180110931396484,1.8734931945800781,1.4715194702148438,1.6312599182128906,1.489400863647461,1.5430450439453125,2.438068389892578,2.437114715576172,2.4056434631347656,2.2287368774414062,2.404451370239258,2.2852420806884766,2.500772476196289,2.2287368774414062,2.2461414337158203,2.311229705810547 +37500,25000,cpu,uniform,True,True,False,0.5993843078613281,0.5562305450439453,0.5648136138916016,0.5774497985839844,0.5729198455810547,0.8404254913330078,0.8947849273681641,0.6742477416992188,0.7293224334716797,0.6177425384521484,0.43654441833496094,0.4017353057861328,0.36263465881347656,0.4048347473144531,0.37741661071777344,0.4189014434814453,0.4086494445800781,0.6253719329833984,0.6315708160400391,0.8985996246337891 +37500,25000,cpu,uniform,False,True,False,0.8940696716308594,0.7889270782470703,0.8187294006347656,0.7560253143310547,0.7386207580566406,0.7636547088623047,0.7269382476806641,0.7236003875732422,0.6768703460693359,0.7066726684570312,0.3349781036376953,0.4019737243652344,0.3952980041503906,0.3769397735595703,0.37550926208496094,0.3826618194580078,0.3561973571777344,0.3650188446044922,0.3781318664550781,0.3752708435058594 +37500,25000,cpu,uniform,True,False,False,1.2004375457763672,1.186370849609375,1.1501312255859375,1.1930465698242188,1.153707504272461,1.1713504791259766,1.1320114135742188,1.2035369873046875,1.1386871337890625,1.1456012725830078,2.668142318725586,2.8939247131347656,2.642393112182617,2.617359161376953,2.5060176849365234,2.701997756958008,2.5415420532226562,2.4712085723876953,2.641916275024414,2.955198287963867 +37500,25000,cpu,uniform,False,False,False,1.5308856964111328,1.661062240600586,1.4805793762207031,1.3892650604248047,1.3751983642578125,1.3666152954101562,1.4064311981201172,1.3725757598876953,1.3377666473388672,1.270294189453125,2.128124237060547,2.517223358154297,2.123594284057617,2.209186553955078,2.0301342010498047,2.1224021911621094,2.0287036895751953,2.191305160522461,2.1402835845947266,2.3615360260009766 +37500,25000,cpu,normal,True,True,False,0.5223751068115234,0.48160552978515625,0.4744529724121094,0.4730224609375,0.4801750183105469,0.48851966857910156,0.4622936248779297,0.46634674072265625,0.4916191101074219,0.461578369140625,0.9374618530273438,0.7615089416503906,0.7433891296386719,0.7479190826416016,0.7505416870117188,0.7216930389404297,0.7107257843017578,0.7154941558837891,0.7226467132568359,0.7283687591552734 +37500,25000,cpu,normal,False,True,False,1.005411148071289,0.9765625,0.9698867797851562,0.9925365447998047,0.9462833404541016,0.9715557098388672,0.9660720825195312,0.9355545043945312,0.9517669677734375,0.9772777557373047,0.5893707275390625,0.5793571472167969,0.5345344543457031,0.5829334259033203,0.5376338958740234,0.5316734313964844,0.5154609680175781,0.7886886596679688,0.6723403930664062,0.6201267242431641 +37500,25000,cpu,normal,True,False,False,1.1751651763916016,1.377105712890625,1.1932849884033203,1.3492107391357422,1.1663436889648438,1.3363361358642578,1.2359619140625,1.3797283172607422,1.1544227600097656,1.3685226440429688,3.3111572265625,2.895355224609375,3.1938552856445312,2.9611587524414062,3.103971481323242,2.86865234375,3.3979415893554688,2.785205841064453,3.0057430267333984,2.803802490234375 +37500,25000,cpu,normal,False,False,False,1.4367103576660156,1.4317035675048828,1.302480697631836,1.3391971588134766,1.251220703125,1.3432502746582031,1.2676715850830078,1.3020038604736328,1.2776851654052734,1.3229846954345703,2.2275447845458984,2.172708511352539,2.1190643310546875,2.241373062133789,2.551555633544922,2.3298263549804688,2.3238658905029297,2.3055076599121094,2.1941661834716797,2.307415008544922 +37500,37500,cpu,homo,True,True,False,0.44345855712890625,0.4582405090332031,0.4589557647705078,0.4477500915527344,0.4525184631347656,0.45609474182128906,0.4432201385498047,0.46324729919433594,0.44989585876464844,0.4360675811767578,0.38909912109375,0.38886070251464844,0.40531158447265625,0.3864765167236328,0.36525726318359375,0.37097930908203125,0.34117698669433594,0.3650188446044922,0.3612041473388672,0.3521442413330078 +37500,37500,cpu,homo,False,True,False,0.4296302795410156,0.4355907440185547,0.47016143798828125,0.45561790466308594,0.45180320739746094,0.4696846008300781,0.42247772216796875,0.4162788391113281,0.44155120849609375,0.7872581481933594,0.38051605224609375,0.3650188446044922,0.3724098205566406,0.36072731018066406,0.3643035888671875,0.3514289855957031,0.4069805145263672,0.5865097045898438,0.4913806915283203,0.46706199645996094 +37500,37500,cpu,homo,True,False,False,2.121448516845703,1.9390583038330078,1.9981861114501953,1.8801689147949219,2.0236968994140625,1.9350051879882812,2.0720958709716797,2.214670181274414,2.0134449005126953,1.8470287322998047,3.3502578735351562,3.640890121459961,3.2663345336914062,3.229856491088867,3.335237503051758,3.4415721893310547,4.080295562744141,3.6368370056152344,3.5555362701416016,3.403186798095703 +37500,37500,cpu,homo,False,False,False,2.294778823852539,2.1829605102539062,2.232789993286133,2.1300315856933594,2.2127628326416016,2.2890567779541016,2.2125244140625,2.0711421966552734,2.200603485107422,2.0177364349365234,3.6292076110839844,3.450632095336914,3.6449432373046875,3.3555030822753906,3.5119056701660156,3.3655166625976562,3.325939178466797,3.6444664001464844,3.3800601959228516,3.4160614013671875 +37500,37500,cpu,uniform,True,True,False,0.5927085876464844,0.6518363952636719,0.6101131439208984,0.5834102630615234,0.5793571472167969,0.6124973297119141,0.6351470947265625,1.0333061218261719,0.8969306945800781,0.7839202880859375,0.43582916259765625,0.47707557678222656,0.45943260192871094,0.44155120849609375,0.5002021789550781,0.4940032958984375,0.6015300750732422,0.47898292541503906,0.6427764892578125,0.6020069122314453 +37500,37500,cpu,uniform,False,True,False,0.8594989776611328,0.8623600006103516,0.8599758148193359,0.8497238159179688,0.7853507995605469,0.7605552673339844,0.7605552673339844,0.8373260498046875,0.8246898651123047,0.8726119995117188,0.5738735198974609,0.5660057067871094,0.5934238433837891,0.5841255187988281,0.5662441253662109,0.5939006805419922,0.6160736083984375,0.6325244903564453,0.5731582641601562,0.5962848663330078 +37500,37500,cpu,uniform,True,False,False,1.7323493957519531,1.7299652099609375,2.313375473022461,2.0208358764648438,1.9888877868652344,2.0067691802978516,2.007007598876953,1.943826675415039,1.8150806427001953,1.748800277709961,3.5681724548339844,3.4253597259521484,3.388643264770508,3.6683082580566406,3.5729408264160156,3.362417221069336,3.4732818603515625,3.4568309783935547,3.893136978149414,3.432750701904297 +37500,37500,cpu,uniform,False,False,False,1.9903182983398438,1.7216205596923828,1.7011165618896484,1.697540283203125,1.7130374908447266,1.6307830810546875,1.6603469848632812,1.7230510711669922,1.6884803771972656,1.6810894012451172,3.6940574645996094,3.464937210083008,3.5963058471679688,3.3516883850097656,3.4265518188476562,3.437042236328125,3.6177635192871094,3.3376216888427734,3.406524658203125,3.635883331298828 +37500,37500,cpu,normal,True,True,False,0.8060932159423828,0.7884502410888672,0.7960796356201172,1.0862350463867188,1.1584758758544922,1.0464191436767578,1.0120868682861328,1.0228157043457031,1.0035037994384766,1.0094642639160156,1.0673999786376953,0.7646083831787109,0.69427490234375,0.7262229919433594,0.7388591766357422,0.7174015045166016,0.6875991821289062,0.7040500640869141,0.6935596466064453,0.7154941558837891 +37500,37500,cpu,normal,False,True,False,0.8668899536132812,0.835418701171875,0.8168220520019531,0.8118152618408203,0.9131431579589844,0.8437633514404297,0.8687973022460938,0.8764266967773438,0.8771419525146484,0.8347034454345703,0.7929801940917969,0.8020401000976562,0.7994174957275391,0.8156299591064453,0.8006095886230469,0.7748603820800781,0.8406639099121094,0.8790493011474609,0.8399486541748047,1.1124610900878906 +37500,37500,cpu,normal,True,False,False,1.9533634185791016,1.7478466033935547,1.7385482788085938,1.6908645629882812,1.7590522766113281,1.7058849334716797,1.7344951629638672,1.6982555389404297,1.7628669738769531,1.6641616821289062,3.556966781616211,3.744363784790039,3.592252731323242,3.5190582275390625,3.695964813232422,3.406524658203125,4.002809524536133,3.3843517303466797,3.7086009979248047,3.3845901489257812 +37500,37500,cpu,normal,False,False,False,1.7864704132080078,1.6796588897705078,1.8055438995361328,1.6317367553710938,1.748800277709961,1.6140937805175781,1.6775131225585938,1.7247200012207031,1.9922256469726562,1.6541481018066406,3.517627716064453,3.3490657806396484,3.60870361328125,3.9145946502685547,3.829479217529297,3.599405288696289,3.753662109375,3.7488937377929688,3.826618194580078,3.4177303314208984 +37500,50000,cpu,homo,True,True,False,0.8792877197265625,0.8158683776855469,0.8053779602050781,0.8130073547363281,0.8673667907714844,0.8234977722167969,0.7970333099365234,0.7956027984619141,0.7939338684082031,0.8282661437988281,0.3902912139892578,0.47588348388671875,0.4284381866455078,0.37980079650878906,0.4088878631591797,0.4305839538574219,0.5095005035400391,0.3924369812011719,0.4162788391113281,0.3895759582519531 +37500,50000,cpu,homo,False,True,False,0.6701946258544922,0.6561279296875,0.6685256958007812,0.8189678192138672,0.6723403930664062,0.6573200225830078,0.6189346313476562,0.6167888641357422,0.6189346313476562,0.6320476531982422,0.4379749298095703,0.4444122314453125,0.46515464782714844,0.44608116149902344,0.4341602325439453,0.44083595275878906,0.423431396484375,0.43082237243652344,0.4391670227050781,0.4086494445800781 +37500,50000,cpu,homo,True,False,False,2.5866031646728516,2.534627914428711,2.4476051330566406,2.6404857635498047,2.387523651123047,2.6314258575439453,2.6807785034179688,2.9637813568115234,2.605438232421875,2.864837646484375,3.849506378173828,3.860950469970703,4.595279693603516,4.034996032714844,4.024982452392578,3.9038658142089844,3.9381980895996094,4.36091423034668,3.9093494415283203,3.9627552032470703 +37500,50000,cpu,homo,False,False,False,3.005504608154297,2.398967742919922,2.650737762451172,2.2754669189453125,2.6328563690185547,2.3097991943359375,2.565145492553711,2.4869441986083984,2.5796890258789062,2.371072769165039,4.294395446777344,4.111766815185547,4.508018493652344,4.118919372558594,4.214286804199219,4.100322723388672,4.347562789916992,4.061222076416016,4.138469696044922,4.032135009765625 +37500,50000,cpu,uniform,True,True,False,0.8172988891601562,0.8418560028076172,0.8156299591064453,0.7874965667724609,0.7987022399902344,0.8368492126464844,1.0631084442138672,0.8347034454345703,0.81634521484375,0.7786750793457031,0.6701946258544922,0.6284713745117188,0.6687641143798828,0.6856918334960938,0.9865760803222656,0.6692409515380859,0.6451606750488281,0.637054443359375,0.6475448608398438,0.6468296051025391 +37500,50000,cpu,uniform,False,True,False,0.6103515625,0.6282329559326172,0.6430149078369141,0.6215572357177734,0.6525516510009766,0.6432533264160156,0.6260871887207031,0.6132125854492188,0.7126331329345703,0.6234645843505859,0.5288124084472656,0.5249977111816406,0.5338191986083984,0.5311965942382812,0.5357265472412109,0.5598068237304688,0.5345344543457031,0.9095668792724609,0.5600452423095703,0.5776882171630859 +37500,50000,cpu,uniform,True,False,False,2.2902488708496094,2.0945072174072266,2.039670944213867,2.096414566040039,2.0852088928222656,2.1636486053466797,2.100229263305664,2.135038375854492,2.231597900390625,2.1517276763916016,4.487514495849609,4.059791564941406,4.58216667175293,4.0283203125,4.489660263061523,3.8568973541259766,4.536628723144531,3.8073062896728516,4.147768020629883,3.8385391235351562 +37500,50000,cpu,uniform,False,False,False,2.6602745056152344,2.1200180053710938,2.2704601287841797,2.167940139770508,2.409696578979492,2.1555423736572266,2.321004867553711,2.353191375732422,2.686738967895508,2.2792816162109375,4.783391952514648,4.578590393066406,4.586696624755859,4.176139831542969,4.790306091308594,4.3239593505859375,4.418611526489258,4.291772842407227,4.717350006103516,4.148721694946289 +37500,50000,cpu,normal,True,True,False,1.5480518341064453,1.203298568725586,1.1355876922607422,1.5015602111816406,1.424551010131836,1.4445781707763672,1.4684200286865234,1.382589340209961,1.355886459350586,1.3594627380371094,0.8301734924316406,0.8404254913330078,0.8056163787841797,0.8084774017333984,0.843048095703125,0.8313655853271484,0.8168220520019531,0.804901123046875,0.8075237274169922,0.8141994476318359 +37500,50000,cpu,normal,False,True,False,0.7793903350830078,0.8137226104736328,0.7829666137695312,0.7836818695068359,0.8175373077392578,0.7441043853759766,0.8041858673095703,0.7374286651611328,1.0945796966552734,1.0678768157958984,0.8687973022460938,0.8757114410400391,0.8630752563476562,1.1417865753173828,1.1386871337890625,1.0542869567871094,0.9949207305908203,0.9891986846923828,0.9860992431640625,0.9930133819580078 +37500,50000,cpu,normal,True,False,False,2.1448135375976562,2.3279190063476562,2.0682811737060547,2.233266830444336,2.5870800018310547,2.5718212127685547,2.31170654296875,2.5272369384765625,2.349376678466797,2.4666786193847656,4.347562789916992,3.816366195678711,4.52113151550293,3.8499832153320312,4.302024841308594,3.827333450317383,4.633665084838867,3.847837448120117,4.317760467529297,3.8836002349853516 +37500,50000,cpu,normal,False,False,False,2.3932456970214844,2.0613670349121094,2.9621124267578125,2.451181411743164,2.611875534057617,2.4149417877197266,2.633333206176758,2.373933792114258,2.650022506713867,2.587556838989258,4.515171051025391,4.100799560546875,4.808187484741211,4.201650619506836,4.398107528686523,4.195213317871094,4.487037658691406,4.407405853271484,4.610776901245117,4.467248916625977 +50000,1000,cpu,homo,True,True,False,0.3991127014160156,0.4010200500488281,0.40435791015625,0.4162788391113281,0.38933753967285156,0.3814697265625,0.3991127014160156,0.41484832763671875,0.3943443298339844,0.39267539978027344,0.5590915679931641,0.5609989166259766,0.5517005920410156,0.5657672882080078,0.5650520324707031,0.5645751953125,0.5757808685302734,0.6215572357177734,0.5476474761962891,0.47969818115234375 +50000,1000,cpu,homo,False,True,False,0.5812644958496094,0.5791187286376953,0.5853176116943359,0.591278076171875,0.5536079406738281,0.6072521209716797,0.6053447723388672,0.5846023559570312,0.5891323089599609,0.5807876586914062,0.217437744140625,0.23698806762695312,0.2117156982421875,0.4410743713378906,0.3161430358886719,0.2853870391845703,0.24819374084472656,0.255584716796875,0.2467632293701172,0.27179718017578125 +50000,1000,cpu,homo,True,False,False,0.39696693420410156,0.40793418884277344,0.40793418884277344,0.39505958557128906,0.3910064697265625,0.38743019104003906,0.3800392150878906,0.3643035888671875,0.4127025604248047,0.38933753967285156,0.7636547088623047,0.7550716400146484,0.78582763671875,0.759124755859375,0.7436275482177734,0.7309913635253906,0.7181167602539062,0.7777214050292969,0.7529258728027344,0.7572174072265625 +50000,1000,cpu,homo,False,False,False,0.6449222564697266,0.5214214324951172,0.4954338073730469,0.4982948303222656,0.47326087951660156,0.4782676696777344,0.6496906280517578,0.5838871002197266,0.7441043853759766,0.5290508270263672,0.812530517578125,0.9953975677490234,0.8015632629394531,0.7750988006591797,0.7650852203369141,0.7627010345458984,0.7538795471191406,0.7793903350830078,0.7793903350830078,0.7567405700683594 +50000,1000,cpu,uniform,True,True,False,0.5857944488525391,0.2913475036621094,0.25177001953125,0.2675056457519531,0.2605915069580078,0.24747848510742188,0.22339820861816406,0.23102760314941406,0.209808349609375,0.25582313537597656,0.5216598510742188,0.507354736328125,0.5273818969726562,0.5388259887695312,0.5440711975097656,0.5223751068115234,0.5245208740234375,0.4601478576660156,0.5040168762207031,0.5278587341308594 +50000,1000,cpu,uniform,False,True,False,0.5280971527099609,0.55694580078125,0.507354736328125,0.5340576171875,0.5130767822265625,0.5598068237304688,0.54168701171875,0.5514621734619141,0.5238056182861328,0.5092620849609375,0.26726722717285156,0.2772808074951172,0.29730796813964844,0.2765655517578125,0.2644062042236328,0.4119873046875,0.31065940856933594,0.2701282501220703,0.28634071350097656,0.2989768981933594 +50000,1000,cpu,uniform,True,False,False,0.6546974182128906,0.7491111755371094,0.6346702575683594,0.6253719329833984,0.6077289581298828,0.6220340728759766,0.6115436553955078,0.6544589996337891,0.6258487701416016,0.6201267242431641,0.7750988006591797,0.6916522979736328,0.7977485656738281,0.7386207580566406,0.6945133209228516,0.9753704071044922,0.7433891296386719,0.7190704345703125,0.6818771362304688,0.6818771362304688 +50000,1000,cpu,uniform,False,False,False,0.35691261291503906,0.3447532653808594,0.3407001495361328,0.3509521484375,0.2925395965576172,0.3407001495361328,0.3018379211425781,0.2961158752441406,0.31256675720214844,0.27441978454589844,0.7860660552978516,1.1126995086669922,0.9272098541259766,1.1718273162841797,0.8819103240966797,0.8878707885742188,0.8549690246582031,0.835418701171875,0.8254051208496094,0.8578300476074219 +50000,1000,cpu,normal,True,True,False,0.48995018005371094,0.4839897155761719,0.45299530029296875,0.4582405090332031,0.4367828369140625,0.4620552062988281,0.43654441833496094,0.46563148498535156,0.4456043243408203,0.48613548278808594,0.8492469787597656,0.8504390716552734,1.0716915130615234,0.9067058563232422,0.8525848388671875,0.8382797241210938,0.8244514465332031,0.8189678192138672,0.8084774017333984,0.789642333984375 +50000,1000,cpu,normal,False,True,False,0.8540153503417969,0.8096694946289062,0.8411407470703125,0.8752346038818359,0.8499622344970703,0.8137226104736328,0.8707046508789062,1.0797977447509766,0.83160400390625,0.7765293121337891,0.33020973205566406,0.3151893615722656,0.2899169921875,0.270843505859375,0.28896331787109375,0.29468536376953125,0.2994537353515625,0.31375885009765625,0.29397010803222656,0.2799034118652344 +50000,1000,cpu,normal,True,False,False,0.3848075866699219,0.3993511199951172,0.4169940948486328,0.4105567932128906,0.4115104675292969,0.40030479431152344,0.41365623474121094,0.3807544708251953,0.41031837463378906,0.4277229309082031,0.7636547088623047,0.7891654968261719,0.7638931274414062,0.7257461547851562,0.7243156433105469,0.7240772247314453,0.7309913635253906,0.713348388671875,0.7429122924804688,0.7317066192626953 +50000,1000,cpu,normal,False,False,False,0.37288665771484375,0.35500526428222656,0.30922889709472656,0.33092498779296875,0.3464221954345703,0.3859996795654297,0.3571510314941406,0.34427642822265625,0.3159046173095703,0.3275871276855469,0.9145736694335938,0.8625984191894531,0.8668899536132812,0.8833408355712891,0.9195804595947266,0.8611679077148438,0.9412765502929688,0.9095668792724609,0.9887218475341797,0.9896755218505859 +50000,2500,cpu,homo,True,True,False,0.5674362182617188,0.5104541778564453,0.4596710205078125,0.39839744567871094,0.4200935363769531,0.46753883361816406,0.4341602325439453,0.41365623474121094,0.4115104675292969,0.4010200500488281,0.4940032958984375,0.4858970642089844,0.46324729919433594,0.45800209045410156,0.48089027404785156,0.4811286926269531,0.5006790161132812,0.4916191101074219,0.48542022705078125,0.4646778106689453 +50000,2500,cpu,homo,False,True,False,0.4944801330566406,0.4744529724121094,0.4973411560058594,0.4620552062988281,0.46372413635253906,0.4849433898925781,0.4553794860839844,0.4832744598388672,0.4825592041015625,0.4782676696777344,0.18525123596191406,0.1728534698486328,0.19693374633789062,0.1888275146484375,0.17905235290527344,0.1811981201171875,0.18596649169921875,0.18525123596191406,0.18906593322753906,0.2129077911376953 +50000,2500,cpu,homo,True,False,False,0.6897449493408203,1.0633468627929688,0.6754398345947266,0.8208751678466797,0.6310939788818359,0.8120536804199219,0.6325244903564453,0.8115768432617188,0.6327629089355469,0.8068084716796875,1.058340072631836,1.1515617370605469,1.0776519775390625,1.5649795532226562,1.2493133544921875,1.2497901916503906,1.215219497680664,1.2276172637939453,1.1622905731201172,1.2257099151611328 +50000,2500,cpu,homo,False,False,False,0.4169940948486328,0.43582916259765625,0.3886222839355469,0.41604042053222656,0.4010200500488281,0.3981590270996094,0.42438507080078125,0.4184246063232422,0.4115104675292969,0.3991127014160156,0.9524822235107422,0.8945465087890625,0.8409023284912109,0.8056163787841797,0.8072853088378906,0.7793903350830078,0.8807182312011719,0.7979869842529297,0.8151531219482422,0.8335113525390625 +50000,2500,cpu,uniform,True,True,False,0.27251243591308594,0.23937225341796875,0.22983551025390625,0.23126602172851562,0.23889541625976562,0.2048015594482422,0.21505355834960938,0.2410411834716797,0.2560615539550781,0.2429485321044922,0.5514621734619141,0.5400180816650391,0.530242919921875,0.5414485931396484,0.5326271057128906,0.55694580078125,0.5273818969726562,0.5247592926025391,0.5421638488769531,0.4906654357910156 +50000,2500,cpu,uniform,False,True,False,0.7250308990478516,0.7977485656738281,0.7386207580566406,0.7126331329345703,0.6315708160400391,0.6494522094726562,0.6775856018066406,0.6685256958007812,0.6957054138183594,0.6804466247558594,0.3275871276855469,0.30875205993652344,0.33664703369140625,0.29969215393066406,0.2982616424560547,0.32019615173339844,0.3020763397216797,0.2961158752441406,0.33092498779296875,0.29277801513671875 +50000,2500,cpu,uniform,True,False,False,0.49185752868652344,0.5078315734863281,0.5199909210205078,0.49877166748046875,0.461578369140625,0.46825408935546875,0.7624626159667969,0.7331371307373047,0.7488727569580078,0.6947517395019531,1.2292861938476562,1.2810230255126953,1.2836456298828125,1.2173652648925781,1.12152099609375,1.210927963256836,1.1169910430908203,1.1565685272216797,1.2271404266357422,1.468658447265625 +50000,2500,cpu,uniform,False,False,False,0.5865097045898438,0.7419586181640625,0.5543231964111328,0.518798828125,0.5033016204833984,0.46706199645996094,0.5192756652832031,0.45108795166015625,0.48041343688964844,0.4756450653076172,0.74005126953125,0.7264614105224609,0.7491111755371094,0.7543563842773438,1.0440349578857422,0.8893013000488281,1.1811256408691406,0.8485317230224609,0.8418560028076172,0.8251667022705078 +50000,2500,cpu,normal,True,True,False,0.7307529449462891,0.5803108215332031,0.49996376037597656,0.4792213439941406,0.4611015319824219,0.4839897155761719,0.44989585876464844,0.46062469482421875,0.4782676696777344,0.5056858062744141,0.8060932159423828,0.8244514465332031,0.8358955383300781,0.8265972137451172,0.8335113525390625,0.8447170257568359,0.7417201995849609,0.7643699645996094,0.7965564727783203,0.7967948913574219 +50000,2500,cpu,normal,False,True,False,1.377105712890625,1.340627670288086,1.4290809631347656,1.3225078582763672,1.5408992767333984,1.3048648834228516,1.2917518615722656,1.2385845184326172,1.283884048461914,1.341104507446289,0.2639293670654297,0.2472400665283203,0.24008750915527344,0.2410411834716797,0.27108192443847656,0.2644062042236328,0.2410411834716797,0.2205371856689453,0.1888275146484375,0.2224445343017578 +50000,2500,cpu,normal,True,False,False,0.5636215209960938,0.6377696990966797,0.4703998565673828,0.6043910980224609,0.46515464782714844,0.6413459777832031,0.4322528839111328,0.6122589111328125,0.48160552978515625,1.2350082397460938,1.3580322265625,1.3356208801269531,1.3546943664550781,1.3134479522705078,1.3318061828613281,1.421213150024414,1.3248920440673828,1.2590885162353516,1.2519359588623047,1.2786388397216797 +50000,2500,cpu,normal,False,False,False,0.5183219909667969,0.5016326904296875,0.4916191101074219,0.46181678771972656,0.44417381286621094,0.43082237243652344,0.47397613525390625,0.4291534423828125,0.4773139953613281,0.46253204345703125,0.9136199951171875,0.9181499481201172,0.9264945983886719,0.8838176727294922,0.8809566497802734,1.0762214660644531,0.8695125579833984,0.8580684661865234,0.8606910705566406,0.8647441864013672 +50000,5000,cpu,homo,True,True,False,0.22172927856445312,0.3325939178466797,0.2505779266357422,0.2675056457519531,0.25773048400878906,0.2391338348388672,0.24652481079101562,0.2377033233642578,0.23818016052246094,0.25010108947753906,0.514984130859375,0.5123615264892578,0.4673004150390625,0.48041343688964844,0.45561790466308594,0.47469139099121094,0.47135353088378906,0.44798851013183594,0.4639625549316406,0.4482269287109375 +50000,5000,cpu,homo,False,True,False,0.49996376037597656,0.4849433898925781,0.4832744598388672,0.4832744598388672,0.48613548278808594,0.46539306640625,0.5049705505371094,0.4906654357910156,0.5061626434326172,0.48422813415527344,0.18167495727539062,0.17714500427246094,0.1785755157470703,0.18644332885742188,0.15163421630859375,0.16999244689941406,0.18334388732910156,0.16546249389648438,0.17690658569335938,0.179290771484375 +50000,5000,cpu,homo,True,False,False,0.6611347198486328,0.9615421295166016,1.1143684387207031,0.8475780487060547,0.8876323699951172,0.8549690246582031,0.8661746978759766,0.8537769317626953,0.8742809295654297,0.8492469787597656,1.3895034790039062,1.2769699096679688,1.3644695281982422,1.3570785522460938,1.4202594757080078,1.4367103576660156,1.3649463653564453,1.2917518615722656,1.4214515686035156,1.4057159423828125 +50000,5000,cpu,homo,False,False,False,0.7069110870361328,0.7429122924804688,0.6918907165527344,0.7119178771972656,0.7121562957763672,0.6992816925048828,0.6835460662841797,0.7283687591552734,0.7045269012451172,0.9808540344238281,0.83160400390625,0.8199214935302734,0.7927417755126953,0.8366107940673828,0.7839202880859375,1.0447502136230469,0.7913112640380859,0.8742809295654297,0.7946491241455078,0.7908344268798828 +50000,5000,cpu,uniform,True,True,False,0.5295276641845703,0.5447864532470703,0.2856254577636719,0.2808570861816406,0.278472900390625,0.27871131896972656,0.2837181091308594,0.2770423889160156,0.24008750915527344,0.255584716796875,0.5185604095458984,0.5075931549072266,0.5214214324951172,0.5319118499755859,0.48470497131347656,0.48995018005371094,0.5145072937011719,0.5371570587158203,0.5037784576416016,0.4932880401611328 +50000,5000,cpu,uniform,False,True,False,0.9448528289794922,0.7710456848144531,0.6978511810302734,0.7102489471435547,0.6947517395019531,0.6833076477050781,0.6685256958007812,0.7016658782958984,0.6725788116455078,0.6778240203857422,0.29277801513671875,0.28586387634277344,0.2789497375488281,0.2720355987548828,0.2765655517578125,0.23508071899414062,0.2777576446533203,0.25844573974609375,0.27060508728027344,0.2593994140625 +50000,5000,cpu,uniform,True,False,False,0.8089542388916016,0.7634162902832031,0.7929801940917969,0.8246898651123047,0.8068084716796875,0.7469654083251953,0.7793903350830078,1.1489391326904297,1.0628700256347656,1.0058879852294922,1.3377666473388672,1.556396484375,1.4140605926513672,1.409292221069336,1.4412403106689453,1.8074512481689453,1.6162395477294922,1.53350830078125,1.4829635620117188,1.5714168548583984 +50000,5000,cpu,uniform,False,False,False,0.5993843078613281,0.6010532379150391,0.6365776062011719,0.6024837493896484,0.598907470703125,0.6122589111328125,0.8757114410400391,1.0094642639160156,0.9694099426269531,0.8733272552490234,0.8265972137451172,0.8418560028076172,0.8094310760498047,0.7953643798828125,0.8153915405273438,0.7755756378173828,0.8106231689453125,0.7991790771484375,0.8504390716552734,0.8347034454345703 +50000,5000,cpu,normal,True,True,False,0.28824806213378906,0.2999305725097656,0.2834796905517578,0.2808570861816406,0.2574920654296875,0.2639293670654297,0.2570152282714844,0.2956390380859375,0.28324127197265625,0.25844573974609375,0.8914470672607422,0.8463859558105469,0.8037090301513672,0.8509159088134766,0.8170604705810547,0.8208751678466797,0.8225440979003906,0.8261203765869141,0.8182525634765625,0.7817745208740234 +50000,5000,cpu,normal,False,True,False,1.1823177337646484,1.06048583984375,1.0688304901123047,1.071929931640625,1.0709762573242188,1.0538101196289062,1.0662078857421875,1.0685920715332031,1.0445117950439453,1.0368824005126953,0.2923011779785156,0.2837181091308594,0.2856254577636719,0.30517578125,0.29158592224121094,0.2715587615966797,0.2796649932861328,0.2810955047607422,0.27561187744140625,0.2620220184326172 +50000,5000,cpu,normal,True,False,False,0.732421875,0.7233619689941406,0.6651878356933594,0.6666183471679688,0.6639957427978516,0.6840229034423828,0.6725788116455078,0.659942626953125,0.6613731384277344,0.659942626953125,1.489877700805664,1.6243457794189453,1.5888214111328125,1.5723705291748047,1.5568733215332031,1.6620159149169922,1.5404224395751953,1.589059829711914,1.5835762023925781,1.9345283508300781 +50000,5000,cpu,normal,False,False,False,0.6306171417236328,0.644683837890625,0.5974769592285156,0.6422996520996094,0.6060600280761719,0.6058216094970703,0.6299018859863281,0.6253719329833984,0.6356239318847656,0.6234645843505859,0.8957386016845703,0.8800029754638672,0.8962154388427734,0.8285045623779297,0.8492469787597656,0.8902549743652344,0.8759498596191406,0.8673667907714844,1.0383129119873047,0.9980201721191406 +50000,10000,cpu,homo,True,True,False,0.21314620971679688,0.20432472229003906,0.2295970916748047,0.22268295288085938,0.22482872009277344,0.23889541625976562,0.2307891845703125,0.24461746215820312,0.24437904357910156,0.21076202392578125,0.4875659942626953,0.51116943359375,0.49877166748046875,0.47898292541503906,0.4990100860595703,0.5083084106445312,0.4761219024658203,0.5054473876953125,0.4696846008300781,0.4889965057373047 +50000,10000,cpu,homo,False,True,False,0.789642333984375,0.8099079132080078,0.9465217590332031,0.7739067077636719,0.7154941558837891,0.7328987121582031,0.7002353668212891,0.7331371307373047,0.6909370422363281,0.7176399230957031,0.2357959747314453,0.1983642578125,0.20647048950195312,0.21958351135253906,0.20837783813476562,0.22363662719726562,0.225067138671875,0.20885467529296875,0.20623207092285156,0.19025802612304688 +50000,10000,cpu,homo,True,False,False,1.1014938354492188,0.8692741394042969,1.0862350463867188,0.8652210235595703,1.0921955108642578,0.8692741394042969,1.0635852813720703,0.896453857421875,1.1458396911621094,0.9152889251708984,2.0079612731933594,2.1266937255859375,1.9228458404541016,2.3767948150634766,2.1893978118896484,2.137899398803711,2.00653076171875,2.192974090576172,2.000093460083008,2.171754837036133 +50000,10000,cpu,homo,False,False,False,1.2459754943847656,1.1887550354003906,1.0974407196044922,1.3158321380615234,1.2433528900146484,1.631021499633789,1.2218952178955078,1.2104511260986328,1.0883808135986328,1.2199878692626953,1.207590103149414,1.1625289916992188,1.0459423065185547,1.2230873107910156,1.4061927795410156,1.1875629425048828,1.1644363403320312,1.1782646179199219,1.1234283447265625,1.161336898803711 +50000,10000,cpu,uniform,True,True,False,0.5249977111816406,0.5025863647460938,0.4973411560058594,0.49948692321777344,0.4837512969970703,0.5397796630859375,0.4985332489013672,0.49233436584472656,0.45752525329589844,0.4966259002685547,0.5297660827636719,0.5862712860107422,0.5497932434082031,0.5245208740234375,0.5331039428710938,0.6539821624755859,0.5643367767333984,0.5283355712890625,0.5140304565429688,0.5123615264892578 +50000,10000,cpu,uniform,False,True,False,0.72479248046875,0.6759166717529297,0.7262229919433594,0.7126331329345703,0.7097721099853516,0.6630420684814453,0.6699562072753906,0.6666183471679688,0.6632804870605469,0.7257461547851562,0.2377033233642578,0.26702880859375,0.2548694610595703,0.27871131896972656,0.2772808074951172,0.2865791320800781,0.2834796905517578,0.25200843811035156,0.26679039001464844,0.30922889709472656 +50000,10000,cpu,uniform,True,False,False,0.9434223175048828,0.8955001831054688,0.8881092071533203,0.9224414825439453,0.9102821350097656,0.881195068359375,0.8673667907714844,0.8771419525146484,0.9195804595947266,0.9047985076904297,2.410888671875,1.920461654663086,2.1615028381347656,1.9783973693847656,2.2535324096679688,2.067089080810547,2.2928714752197266,2.019166946411133,2.450704574584961,2.1834373474121094 +50000,10000,cpu,uniform,False,False,False,0.8893013000488281,0.8895397186279297,0.8969306945800781,0.8878707885742188,1.270294189453125,1.3136863708496094,1.135110855102539,1.1417865753173828,1.1577606201171875,1.1775493621826172,1.3797283172607422,1.2516975402832031,1.2803077697753906,1.1899471282958984,1.1403560638427734,1.1827945709228516,1.280069351196289,1.1718273162841797,1.1856555938720703,1.2485980987548828 +50000,10000,cpu,normal,True,True,False,0.29158592224121094,0.2651214599609375,0.29015541076660156,0.2751350402832031,0.26035308837890625,0.2696514129638672,0.2789497375488281,0.26869773864746094,0.3108978271484375,0.3197193145751953,0.7338523864746094,0.7269382476806641,0.7376670837402344,0.7431507110595703,0.7069110870361328,0.720977783203125,0.7386207580566406,0.7359981536865234,0.7493495941162109,0.7188320159912109 +50000,10000,cpu,normal,False,True,False,1.3446807861328125,1.1000633239746094,1.0840892791748047,1.0762214660644531,1.1103153228759766,1.054525375366211,1.100778579711914,1.0793209075927734,1.0809898376464844,1.0628700256347656,0.5254745483398438,0.4825592041015625,0.5099773406982422,0.5741119384765625,0.5049705505371094,0.5691051483154297,0.5054473876953125,0.49376487731933594,0.45943260192871094,0.4627704620361328 +50000,10000,cpu,normal,True,False,False,0.9224414825439453,0.7281303405761719,0.9012222290039062,0.7092952728271484,0.9253025054931641,0.6718635559082031,0.8831024169921875,0.67138671875,0.9832382202148438,0.6668567657470703,2.3016929626464844,2.214193344116211,2.251148223876953,2.3250579833984375,2.218484878540039,2.284526824951172,2.6216506958007812,2.3293495178222656,2.31170654296875,2.243518829345703 +50000,10000,cpu,normal,False,False,False,0.8623600006103516,0.8730888366699219,0.8866786956787109,0.8540153503417969,0.8561611175537109,0.8342266082763672,0.8604526519775391,0.8575916290283203,0.8559226989746094,0.8733272552490234,1.4395713806152344,1.538991928100586,1.3217926025390625,1.4274120330810547,1.3225078582763672,1.458883285522461,1.4159679412841797,1.3587474822998047,1.3382434844970703,1.3663768768310547 +50000,25000,cpu,homo,True,True,False,0.5843639373779297,0.5373954772949219,0.5035400390625,0.5156993865966797,0.522613525390625,0.7147789001464844,0.5624294281005859,0.5474090576171875,0.5350112915039062,0.5879402160644531,0.4410743713378906,0.4432201385498047,0.4482269287109375,0.4286766052246094,0.4456043243408203,0.4324913024902344,0.4341602325439453,0.43654441833496094,0.4303455352783203,0.41031837463378906 +50000,25000,cpu,homo,False,True,False,0.5366802215576172,0.5257129669189453,0.8444786071777344,0.79345703125,0.9300708770751953,0.7359981536865234,0.7271766662597656,0.7638931274414062,0.7042884826660156,0.7364749908447266,0.3457069396972656,0.5729198455810547,0.4622936248779297,0.49996376037597656,0.44155120849609375,0.4303455352783203,0.4258155822753906,0.4038810729980469,0.39887428283691406,0.4010200500488281 +50000,25000,cpu,homo,True,False,False,1.7240047454833984,1.7180442810058594,1.7194747924804688,1.855611801147461,1.7726421356201172,1.6269683837890625,1.6450881958007812,1.5118122100830078,1.6531944274902344,1.5709400177001953,3.365755081176758,3.3376216888427734,3.139972686767578,3.389120101928711,3.1936168670654297,3.709077835083008,3.0918121337890625,3.3652782440185547,3.0906200408935547,3.2699108123779297 +50000,25000,cpu,homo,False,False,False,2.033233642578125,2.249002456665039,2.3419857025146484,2.2974014282226562,2.0360946655273438,2.273082733154297,2.055644989013672,2.2153854370117188,2.017498016357422,2.1851062774658203,2.8600692749023438,2.9985904693603516,2.8786659240722656,2.742290496826172,2.7463436126708984,2.7840137481689453,2.822399139404297,2.9048919677734375,2.741098403930664,2.6950836181640625 +50000,25000,cpu,uniform,True,True,False,0.6186962127685547,0.5986690521240234,0.579833984375,0.5915164947509766,0.6124973297119141,0.5168914794921875,0.46634674072265625,0.46372413635253906,0.4570484161376953,0.4665851593017578,0.7407665252685547,0.6725788116455078,0.5862712860107422,0.5786418914794922,0.5676746368408203,0.6532669067382812,0.6074905395507812,0.6580352783203125,0.6051063537597656,0.6160736083984375 +50000,25000,cpu,uniform,False,True,False,0.7476806640625,0.7143020629882812,0.7274150848388672,0.7152557373046875,0.6878376007080078,0.7038116455078125,0.7200241088867188,0.6909370422363281,0.6961822509765625,0.7140636444091797,0.39124488830566406,0.3993511199951172,0.38313865661621094,0.377655029296875,0.3933906555175781,0.3705024719238281,0.4177093505859375,0.4229545593261719,0.4165172576904297,0.43010711669921875 +50000,25000,cpu,uniform,True,False,False,1.5354156494140625,1.7235279083251953,1.5807151794433594,1.7313957214355469,1.5251636505126953,1.722097396850586,1.5208721160888672,1.7082691192626953,1.5535354614257812,2.110719680786133,3.2444000244140625,3.765583038330078,3.1490325927734375,3.3659934997558594,3.2820701599121094,3.445863723754883,3.3643245697021484,3.3469200134277344,3.026247024536133,3.242969512939453 +50000,25000,cpu,uniform,False,False,False,1.5711784362792969,1.5628337860107422,1.5163421630859375,1.6391277313232422,1.5988349914550781,1.8355846405029297,1.5480518341064453,1.5902519226074219,1.6651153564453125,1.6193389892578125,3.078460693359375,2.6655197143554688,2.8655529022216797,2.7472972869873047,2.84576416015625,2.925395965576172,2.947568893432617,2.8307437896728516,2.8488636016845703,2.886533737182617 +50000,25000,cpu,normal,True,True,False,0.49495697021484375,0.5316734313964844,0.5409717559814453,0.5042552947998047,0.8008480072021484,0.5009174346923828,0.5061626434326172,0.4801750183105469,0.48613548278808594,0.4868507385253906,0.8943080902099609,0.8549690246582031,0.8769035339355469,0.8876323699951172,1.01470947265625,1.1882781982421875,1.020669937133789,0.9453296661376953,0.8833408355712891,0.8771419525146484 +50000,25000,cpu,normal,False,True,False,1.1851787567138672,1.1844635009765625,1.1622905731201172,1.1477470397949219,1.1444091796875,1.150369644165039,1.1684894561767578,1.1601448059082031,1.140594482421875,1.1005401611328125,0.6554126739501953,0.6508827209472656,0.6568431854248047,0.6518363952636719,0.9303092956542969,0.6728172302246094,0.6384849548339844,0.6215572357177734,0.6349086761474609,0.6251335144042969 +50000,25000,cpu,normal,True,False,False,1.5895366668701172,1.789093017578125,1.9984245300292969,1.6214847564697266,1.6329288482666016,1.5223026275634766,1.5685558319091797,1.547098159790039,1.6279220581054688,1.522064208984375,3.4723281860351562,3.8073062896728516,3.5376548767089844,3.575563430786133,3.458738327026367,3.4923553466796875,3.787517547607422,3.497600555419922,3.576040267944336,3.4513473510742188 +50000,25000,cpu,normal,False,False,False,1.8062591552734375,1.6586780548095703,1.5823841094970703,1.6093254089355469,1.6369819641113281,1.6508102416992188,1.6689300537109375,1.6560554504394531,1.5444755554199219,1.6627311706542969,2.5835037231445312,3.048419952392578,2.733469009399414,2.6319026947021484,3.0694007873535156,2.8285980224609375,2.577066421508789,2.645254135131836,2.6144981384277344,2.6967525482177734 +50000,37500,cpu,homo,True,True,False,0.4322528839111328,0.44035911560058594,0.4291534423828125,0.4286766052246094,0.42247772216796875,0.4222393035888672,0.7340908050537109,0.6690025329589844,0.6430149078369141,0.6470680236816406,0.44274330139160156,0.4305839538574219,0.457763671875,0.45490264892578125,0.6723403930664062,0.8401870727539062,0.6422996520996094,0.6458759307861328,0.6031990051269531,0.5640983581542969 +50000,37500,cpu,homo,False,True,False,0.6468296051025391,0.6208419799804688,0.6489753723144531,0.6334781646728516,0.9446144104003906,1.081228256225586,0.8618831634521484,0.8285045623779297,0.8451938629150391,0.8106231689453125,0.5173683166503906,0.48232078552246094,0.4718303680419922,0.4761219024658203,0.45990943908691406,0.7300376892089844,0.5292892456054688,0.48613548278808594,0.46372413635253906,0.4687309265136719 +50000,37500,cpu,homo,True,False,False,2.645730972290039,2.316713333129883,2.7005672454833984,2.3827552795410156,2.7129650115966797,2.2878646850585938,3.0307769775390625,2.2728443145751953,2.6252269744873047,2.309083938598633,3.863096237182617,4.0836334228515625,4.003286361694336,4.195213317871094,4.145383834838867,3.8840770721435547,3.95965576171875,4.054546356201172,4.140377044677734,4.037618637084961 +50000,37500,cpu,homo,False,False,False,2.5110244750976562,2.6175975799560547,2.47955322265625,2.6357173919677734,2.8791427612304688,2.6781558990478516,2.459287643432617,2.6421546936035156,2.500295639038086,2.5599002838134766,4.171848297119141,4.307031631469727,4.50587272644043,4.019260406494141,4.172801971435547,4.228115081787109,4.087924957275391,3.978252410888672,3.9484500885009766,4.197359085083008 +50000,37500,cpu,uniform,True,True,False,0.8563995361328125,0.8218288421630859,0.8034706115722656,0.8146762847900391,0.8242130279541016,0.8168220520019531,0.9469985961914062,0.7808208465576172,0.67901611328125,0.7114410400390625,0.5280971527099609,0.5095005035400391,0.5254745483398438,0.5023479461669922,0.5271434783935547,0.4971027374267578,0.5660057067871094,0.5447864532470703,0.5559921264648438,0.5078315734863281 +50000,37500,cpu,uniform,False,True,False,1.3594627380371094,1.2044906616210938,1.0573863983154297,1.02996826171875,1.081705093383789,1.0106563568115234,1.1031627655029297,1.0821819305419922,1.0025501251220703,1.020669937133789,0.7779598236083984,0.7598400115966797,0.7653236389160156,0.7343292236328125,0.6933212280273438,0.7026195526123047,0.6999969482421875,0.736236572265625,0.6432533264160156,0.6830692291259766 +50000,37500,cpu,uniform,True,False,False,2.34222412109375,2.0051002502441406,2.832651138305664,2.3288726806640625,2.6781558990478516,2.405881881713867,2.5501251220703125,2.288341522216797,2.537250518798828,2.7322769165039062,4.915714263916016,4.088640213012695,4.422426223754883,4.425287246704102,4.943132400512695,4.309892654418945,4.797220230102539,4.4155120849609375,5.0220489501953125,4.330158233642578 +50000,37500,cpu,uniform,False,False,False,2.1066665649414062,2.209901809692383,2.087831497192383,2.1009445190429688,2.4254322052001953,2.1271705627441406,2.0155906677246094,2.0911693572998047,2.1140575408935547,2.1326541900634766,4.286766052246094,4.10771369934082,4.0130615234375,3.7937164306640625,4.066944122314453,4.040956497192383,4.052400588989258,3.8919448852539062,4.219532012939453,4.074811935424805 +50000,37500,cpu,normal,True,True,False,1.041412353515625,1.1477470397949219,1.1150836944580078,1.0330677032470703,1.4386177062988281,1.1518001556396484,1.0488033294677734,1.0895729064941406,1.1680126190185547,1.1105537414550781,1.0838508605957031,1.0998249053955078,1.2013912200927734,1.127481460571289,0.9968280792236328,1.0235309600830078,1.0030269622802734,1.0356903076171875,1.0213851928710938,1.0344982147216797 +50000,37500,cpu,normal,False,True,False,1.2247562408447266,1.2285709381103516,1.1496543884277344,1.1544227600097656,1.186370849609375,1.1425018310546875,1.1987686157226562,1.1763572692871094,1.1475086212158203,1.1713504791259766,1.123189926147461,0.965118408203125,0.9932518005371094,0.9806156158447266,0.9722709655761719,0.9374618530273438,0.9660720825195312,1.0046958923339844,0.9815692901611328,0.9472370147705078 +50000,37500,cpu,normal,True,False,False,2.440214157104492,2.0868778228759766,2.548694610595703,2.1126270294189453,2.409219741821289,2.477884292602539,2.609729766845703,2.3698806762695312,2.624988555908203,2.4404525756835938,4.509925842285156,4.196405410766602,4.87208366394043,4.415988922119141,4.546403884887695,4.164695739746094,4.868507385253906,4.296064376831055,4.552602767944336,4.207134246826172 +50000,37500,cpu,normal,False,False,False,2.127408981323242,2.2668838500976562,2.0761489868164062,2.2954940795898438,2.1028518676757812,2.2058486938476562,2.0325183868408203,2.4182796478271484,2.132892608642578,2.2840499877929688,4.328727722167969,3.7488937377929688,4.684925079345703,3.834247589111328,4.331350326538086,3.7229061126708984,4.702329635620117,3.808259963989258,4.315376281738281,3.784656524658203 +50000,50000,cpu,homo,True,True,False,1.4376640319824219,1.0631084442138672,1.1174678802490234,1.0402202606201172,1.0972023010253906,1.1036396026611328,1.054525375366211,1.0406970977783203,1.0368824005126953,1.074075698852539,0.5497932434082031,0.492095947265625,0.4737377166748047,0.4711151123046875,0.4761219024658203,0.4703998565673828,0.4839897155761719,0.48065185546875,0.5102157592773438,0.45299530029296875 +50000,50000,cpu,homo,False,True,False,1.2335777282714844,1.1017322540283203,1.0929107666015625,1.0519027709960938,1.0333061218261719,1.0859966278076172,1.0781288146972656,1.0540485382080078,1.0824203491210938,1.0449886322021484,0.4928112030029297,0.4818439483642578,0.4763603210449219,0.48661231994628906,0.49114227294921875,0.45943260192871094,0.47850608825683594,0.4744529724121094,0.4799365997314453,0.46753883361816406 +50000,50000,cpu,homo,True,False,False,3.044605255126953,2.8891563415527344,3.011465072631836,2.9866695404052734,3.4928321838378906,2.9087066650390625,2.9821395874023438,2.847433090209961,3.0133724212646484,3.1592845916748047,4.912137985229492,5.262136459350586,4.879474639892578,4.874944686889648,5.267858505249023,4.910945892333984,4.886865615844727,4.837274551391602,4.981517791748047,5.000829696655273 +50000,50000,cpu,homo,False,False,False,3.009796142578125,2.9556751251220703,2.9692649841308594,2.8841495513916016,2.941608428955078,2.9251575469970703,3.3440589904785156,2.7837753295898438,3.0083656311035156,2.8989315032958984,5.127668380737305,5.3043365478515625,5.006074905395508,4.861116409301758,4.9991607666015625,5.307435989379883,4.763126373291016,4.815340042114258,4.9915313720703125,4.895687103271484 +50000,50000,cpu,uniform,True,True,False,1.6160011291503906,1.3668537139892578,1.4429092407226562,1.3604164123535156,1.346588134765625,1.344919204711914,1.3916492462158203,1.2898445129394531,1.374959945678711,1.3730525970458984,0.6258487701416016,0.6594657897949219,0.6213188171386719,0.6265640258789062,0.6456375122070312,0.621795654296875,0.6201267242431641,0.6704330444335938,0.6763935089111328,0.8885860443115234 +50000,50000,cpu,uniform,False,True,False,1.5532970428466797,1.4460086822509766,1.3699531555175781,1.3854503631591797,1.3279914855957031,1.3229846954345703,1.3356208801269531,1.3117790222167969,1.3606548309326172,1.4014244079589844,0.6630420684814453,0.9410381317138672,0.6463527679443359,0.6482601165771484,0.6709098815917969,0.6511211395263672,0.6124973297119141,0.6022453308105469,0.6511211395263672,0.6358623504638672 +50000,50000,cpu,uniform,True,False,False,2.8269290924072266,2.7399063110351562,3.1244754791259766,3.048419952392578,3.008127212524414,2.9227733612060547,3.181934356689453,3.042459487915039,3.448963165283203,2.897500991821289,4.830598831176758,5.444049835205078,4.731178283691406,4.739046096801758,5.343198776245117,4.852056503295898,4.872560501098633,4.786014556884766,5.158424377441406,4.856109619140625 +50000,50000,cpu,uniform,False,False,False,2.901315689086914,2.7837753295898438,2.923727035522461,2.6862621307373047,2.768993377685547,2.7647018432617188,2.846956253051758,2.6564598083496094,2.8967857360839844,2.7883052825927734,5.052804946899414,4.762887954711914,4.812955856323242,4.687786102294922,5.070209503173828,4.673957824707031,4.82940673828125,4.955053329467773,4.694461822509766,4.692554473876953 +50000,50000,cpu,normal,True,True,False,1.4286041259765625,1.4646053314208984,1.4994144439697266,1.5516281127929688,1.6796588897705078,1.432657241821289,1.4729499816894531,1.5196800231933594,1.590728759765625,1.4719963073730469,1.1382102966308594,1.1444091796875,1.138448715209961,1.110076904296875,1.1248588562011719,1.0824203491210938,1.0695457458496094,1.1937618255615234,1.1410713195800781,1.104593276977539 +50000,50000,cpu,normal,False,True,False,1.4805793762207031,1.7681121826171875,1.5096664428710938,1.786947250366211,1.6243457794189453,1.4841556549072266,1.4510154724121094,1.4045238494873047,1.4798641204833984,1.524209976196289,1.0912418365478516,1.0356903076171875,1.0175704956054688,1.0788440704345703,1.0943412780761719,1.1432170867919922,1.1191368103027344,1.4302730560302734,1.108407974243164,1.0499954223632812 +50000,50000,cpu,normal,True,False,False,3.076314926147461,2.939462661743164,2.9897689819335938,3.220081329345703,2.9344558715820312,2.815723419189453,2.8040409088134766,2.6857852935791016,2.862215042114258,3.1342506408691406,5.888700485229492,5.400180816650391,5.530118942260742,5.863428115844727,5.306005477905273,5.273342132568359,5.850553512573242,5.392551422119141,5.45954704284668,5.741596221923828 +50000,50000,cpu,normal,False,False,False,3.1075477600097656,2.7425289154052734,2.748250961303711,2.936840057373047,3.4623146057128906,3.016948699951172,3.1883716583251953,2.994060516357422,3.129243850708008,3.435373306274414,5.332231521606445,5.271673202514648,5.354642868041992,5.280017852783203,5.356073379516602,5.265474319458008,5.82575798034668,5.097627639770508,5.312204360961914,5.749702453613281 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_grad_cpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_grad_cpu.csv new file mode 100644 index 0000000..ef7dab7 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_grad_cpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),speedup +1000,1000,cpu,homo,True,True,1.1227130889892578,1.1067390441894531,1.033782958984375,1.2464523315429688,1.0890960693359375,1.5685558319091797,0.7183551788330078,0.4489421844482422,0.4036426544189453,0.4048347473144531,-0.3669463015798663 +1000,1000,cpu,homo,False,True,1.0344982147216797,1.0848045349121094,0.9627342224121094,1.2476444244384766,0.9775161743164062,0.47659873962402344,0.48804283142089844,0.45013427734375,0.39649009704589844,0.38433074951171875,-0.5862982929020665 +1000,1000,cpu,homo,True,False,0.4074573516845703,0.34427642822265625,0.3802776336669922,0.35953521728515625,0.36263465881347656,0.4286766052246094,0.40841102600097656,0.4074573516845703,0.4112720489501953,0.4067420959472656,0.11238266683811249 +1000,1000,cpu,homo,False,False,0.3848075866699219,0.3714561462402344,0.3662109375,0.36144256591796875,0.38623809814453125,0.4265308380126953,0.40912628173828125,0.4074573516845703,0.39696693420410156,0.3714561462402344,0.07559918408975008 +1000,1000,cpu,uniform,True,True,1.1103153228759766,0.9653568267822266,0.9009838104248047,1.0573863983154297,1.1181831359863281,0.6823539733886719,0.6606578826904297,0.7338523864746094,0.7276535034179688,0.7202625274658203,-0.31587228135122625 +1000,1000,cpu,uniform,False,True,1.0669231414794922,1.2493133544921875,1.0325908660888672,1.1205673217773438,1.0159015655517578,1.1286735534667969,1.1241436004638672,0.9706020355224609,0.7407665252685547,0.7357597351074219,-0.14317381666449347 +1000,1000,cpu,uniform,True,False,0.5767345428466797,0.5500316619873047,0.5164146423339844,0.5767345428466797,0.5431175231933594,0.9133815765380859,0.8704662322998047,0.8752346038818359,0.8685588836669922,0.8676052093505859,0.5907325912503236 +1000,1000,cpu,uniform,False,False,0.6101131439208984,0.5409717559814453,0.5476474761962891,0.5478858947753906,0.5581378936767578,0.7631778717041016,0.7426738739013672,0.7407665252685547,0.8213520050048828,1.7321109771728516,0.7114076844610677 +1000,1000,cpu,normal,True,True,2.4111270904541016,2.2802352905273438,2.3403167724609375,2.2554397583007812,2.206563949584961,1.42669677734375,1.4181137084960938,1.3966560363769531,1.4224052429199219,1.4185905456542969,-0.3837952207102555 +1000,1000,cpu,normal,False,True,2.6438236236572266,3.335714340209961,2.5262832641601562,3.150463104248047,2.4712085723876953,1.4412403106689453,1.434326171875,1.4123916625976562,1.4216899871826172,1.3747215270996094,-0.4985402075774197 +1000,1000,cpu,normal,True,False,1.8241405487060547,1.909494400024414,1.5630722045898438,1.89208984375,2.0589828491210938,1.3012886047363281,1.28173828125,1.4183521270751953,1.2798309326171875,1.2786388397216797,-0.2906569041971744 +1000,1000,cpu,normal,False,False,1.9838809967041016,1.7428398132324219,1.222848892211914,1.6434192657470703,1.8062591552734375,1.4171600341796875,1.4014244079589844,1.4052391052246094,1.277923583984375,1.4061927795410156,-0.17755258451843647 +1000,2500,cpu,homo,True,True,4.18853759765625,2.572298049926758,3.341197967529297,3.850221633911133,3.295421600341797,2.537250518798828,2.6221275329589844,2.638578414916992,2.635478973388672,2.6526451110839844,-0.24128445439716906 +1000,2500,cpu,homo,False,True,2.0868778228759766,2.40325927734375,1.935720443725586,1.9307136535644531,1.9946098327636719,1.1150836944580078,1.0426044464111328,1.0218620300292969,1.0294914245605469,1.026153564453125,-0.494241754192003 +1000,2500,cpu,homo,True,False,0.8008480072021484,0.6124973297119141,0.7338523864746094,0.7491111755371094,0.7257461547851562,0.9961128234863281,0.9179115295410156,0.896453857421875,0.9348392486572266,0.9739398956298828,0.3029225908372828 +1000,2500,cpu,homo,False,False,0.4551410675048828,0.4000663757324219,0.4336833953857422,0.4203319549560547,0.3895759582519531,2.462148666381836,3.4689903259277344,3.6706924438476562,3.6590099334716797,3.1986236572265625,6.842326479609224 +1000,2500,cpu,uniform,True,True,3.197193145751953,3.022909164428711,2.7163028717041016,3.0202865600585938,2.6006698608398438,4.21452522277832,4.603862762451172,4.127979278564453,2.701282501220703,2.660989761352539,0.2576894100691147 +1000,2500,cpu,uniform,False,True,2.2690296173095703,2.290964126586914,2.1469593048095703,2.1653175354003906,2.1924972534179688,1.8115043640136719,1.7976760864257812,1.7633438110351562,1.7766952514648438,1.7879009246826172,-0.192290288521623 +1000,2500,cpu,uniform,True,False,1.209259033203125,1.2450218200683594,1.3155937194824219,1.2354850769042969,0.6616115570068359,1.7421245574951172,1.7511844635009766,1.7213821411132812,1.687765121459961,1.6980171203613281,0.5176490386638057 +1000,2500,cpu,uniform,False,False,0.6666183471679688,0.5767345428466797,0.5564689636230469,0.5791187286376953,0.5667209625244141,1.7256736755371094,1.7783641815185547,1.8494129180908203,1.8627643585205078,1.7652511596679688,2.049048968029138 +1000,2500,cpu,normal,True,True,3.283977508544922,3.259897232055664,2.9706954956054688,3.0846595764160156,2.9764175415039062,3.432035446166992,3.3426284790039062,3.461122512817383,3.412008285522461,3.482341766357422,0.09980253792343374 +1000,2500,cpu,normal,False,True,5.65648078918457,5.359649658203125,5.16963005065918,5.451440811157227,5.224943161010742,3.4236907958984375,3.511667251586914,3.545045852661133,3.5822391510009766,3.4554004669189453,-0.3478538715518159 +1000,2500,cpu,normal,True,False,4.499673843383789,4.190206527709961,4.433155059814453,3.489255905151367,4.537343978881836,3.691434860229492,3.4911632537841797,3.4651756286621094,3.2739639282226562,3.2546520233154297,-0.18786355232898955 +1000,2500,cpu,normal,False,False,2.0575523376464844,1.8203258514404297,2.511262893676758,1.8191337585449219,3.039121627807617,3.587007522583008,3.4475326538085938,3.5479068756103516,3.465890884399414,3.4508705139160156,0.5558452570217276 +1000,5000,cpu,homo,True,True,6.143093109130859,5.822896957397461,4.660129547119141,4.762411117553711,4.088878631591797,2.609729766845703,2.6025772094726562,2.431631088256836,1.9724369049072266,1.8901824951171875,-0.5483623432528542 +1000,5000,cpu,homo,False,True,3.6504268646240234,3.7186145782470703,3.7081241607666016,4.244565963745117,3.5758018493652344,6.75511360168457,4.834175109863281,4.623889923095703,3.3168792724609375,3.2591819763183594,0.20593727132800077 +1000,5000,cpu,homo,True,False,1.3875961303710938,0.9775161743164062,1.5950202941894531,1.5947818756103516,1.5463829040527344,6.9599151611328125,5.557060241699219,4.366159439086914,4.019498825073242,2.850055694580078,2.344838005707571 +1000,5000,cpu,homo,False,False,0.6659030914306641,0.6415843963623047,0.5545616149902344,0.6959438323974609,0.6518363952636719,7.351160049438477,6.039857864379883,2.905607223510742,3.660440444946289,3.6361217498779297,6.3502933967169275 +1000,5000,cpu,uniform,True,True,4.529476165771484,4.244565963745117,4.436731338500977,4.568576812744141,4.589319229125977,9.003162384033203,6.516456604003906,5.2509307861328125,4.12440299987793,3.5390853881835938,0.27115464554843793 +1000,5000,cpu,uniform,False,True,2.298593521118164,4.146814346313477,4.167079925537109,3.636598587036133,4.801750183105469,3.5347938537597656,3.5448074340820312,3.528118133544922,3.5011768341064453,3.5028457641601562,-0.07553970339778482 +1000,5000,cpu,uniform,True,False,2.302408218383789,2.2363662719726562,2.2935867309570312,2.3200511932373047,2.0427703857421875,3.361940383911133,3.430604934692383,3.3152103424072266,3.3211708068847656,3.2126903533935547,0.486497998125905 +1000,5000,cpu,uniform,False,False,0.926971435546875,1.016855239868164,1.070261001586914,0.9362697601318359,0.9684562683105469,8.753299713134766,6.551504135131836,4.743814468383789,4.469633102416992,3.7856101989746094,4.754204837380641 +1000,5000,cpu,normal,True,True,5.123138427734375,4.784345626831055,4.463434219360352,4.795312881469727,4.269838333129883,6.78563117980957,6.838798522949219,6.595849990844727,6.956815719604492,6.663799285888672,0.4439663065372643 +1000,5000,cpu,normal,False,True,8.565664291381836,10.162115097045898,7.89952278137207,7.347345352172852,9.951353073120117,6.963014602661133,6.764411926269531,6.953239440917969,6.745576858520508,6.900310516357422,-0.2185367918844544 +1000,5000,cpu,normal,True,False,8.094549179077148,8.260011672973633,4.568338394165039,8.434772491455078,8.86082649230957,6.722211837768555,6.929159164428711,6.804704666137695,6.763458251953125,6.927728652954102,-0.10652526512788518 +1000,5000,cpu,normal,False,False,2.910137176513672,2.858400344848633,2.5587081909179688,2.979278564453125,3.072500228881836,6.760358810424805,6.928682327270508,6.685018539428711,6.749153137207031,6.850719451904297,1.3627424970983255 +1000,10000,cpu,homo,True,True,7.725238800048828,6.164789199829102,5.999326705932617,4.956245422363281,4.852294921875,10.210752487182617,6.76274299621582,5.961179733276367,4.203081130981445,4.267692565917969,0.05749747113887049 +1000,10000,cpu,homo,False,True,5.762338638305664,6.970882415771484,7.281780242919922,7.425785064697266,7.13038444519043,3.8611888885498047,3.814697265625,4.039287567138672,3.988981246948242,3.8831233978271484,-0.43342160797782103 +1000,10000,cpu,homo,True,False,2.7801990509033203,2.096414566040039,2.636432647705078,2.4900436401367188,5.297183990478516,3.6458969116210938,3.79180908203125,3.828287124633789,3.7331581115722656,3.705263137817383,0.22248885841618105 +1000,10000,cpu,homo,False,False,0.7152557373046875,0.6842613220214844,0.6279945373535156,0.8094310760498047,0.7760524749755859,4.008769989013672,4.215717315673828,3.907442092895508,3.9839744567871094,3.976583480834961,4.561171967797281 +1000,10000,cpu,uniform,True,True,6.770849227905273,5.8574676513671875,5.340337753295898,4.646539688110352,4.343271255493164,11.596441268920898,7.578849792480469,6.876230239868164,6.867647171020508,6.965398788452148,0.47948209990094814 +1000,10000,cpu,uniform,False,True,8.962392807006836,9.055614471435547,8.691787719726562,7.856607437133789,8.240699768066406,6.958961486816406,7.0209503173828125,6.741762161254883,6.905317306518555,7.15327262878418,-0.18751183540708227 +1000,10000,cpu,uniform,True,False,3.286600112915039,2.3741722106933594,5.045652389526367,2.3360252380371094,4.552364349365234,6.8225860595703125,6.582498550415039,6.7729949951171875,6.614208221435547,6.669282913208008,0.9017859562589772 +1000,10000,cpu,uniform,False,False,1.0843276977539062,1.1882781982421875,1.1167526245117188,1.0738372802734375,1.0008811950683594,6.876230239868164,6.784915924072266,6.981372833251953,6.674289703369141,6.749868392944336,5.234662710533206 +1000,10000,cpu,normal,True,True,6.951808929443359,5.0220489501953125,4.782438278198242,4.580259323120117,4.752397537231445,13.61393928527832,13.60940933227539,13.631343841552734,13.823270797729492,13.507366180419922,1.6135709389993145 +1000,10000,cpu,normal,False,True,19.63949203491211,19.728899002075195,15.368223190307617,12.09712028503418,13.333559036254883,13.642072677612305,13.563156127929688,13.667106628417969,13.711929321289062,13.525009155273438,-0.15041071120548644 +1000,10000,cpu,normal,True,False,10.862350463867188,17.142057418823242,16.6473388671875,16.286849975585938,10.545969009399414,15.22207260131836,13.632535934448242,13.632059097290039,13.654947280883789,13.369083404541016,-0.02761249783209041 +1000,10000,cpu,normal,False,False,2.9244422912597656,3.3195018768310547,2.8061866760253906,2.7914047241210938,2.753734588623047,14.510631561279297,13.530254364013672,13.468027114868164,13.349533081054688,13.123750686645508,3.657823807112403 +1000,25000,cpu,homo,True,True,13.82136344909668,10.875225067138672,9.766817092895508,9.609460830688477,9.914875030517578,10.052204132080078,9.886503219604492,9.692668914794922,10.219097137451172,9.985208511352539,-0.07690745050587133 +1000,25000,cpu,homo,False,True,17.36760139465332,11.688947677612305,9.198427200317383,16.9525146484375,17.57979393005371,9.889841079711914,9.654045104980469,9.696483612060547,9.628534317016602,9.666204452514648,-0.33319248457214734 +1000,25000,cpu,homo,True,False,6.780385971069336,6.446123123168945,6.677389144897461,6.344795227050781,6.476640701293945,9.410619735717773,9.517192840576172,9.48786735534668,9.485960006713867,9.284019470214844,0.44186944484919133 +1000,25000,cpu,homo,False,False,1.4362335205078125,1.4286041259765625,1.3723373413085938,1.3675689697265625,1.3828277587890625,9.71221923828125,9.812593460083008,9.569883346557617,9.813785552978516,9.724617004394531,5.959942677767162 +1000,25000,cpu,uniform,True,True,13.777494430541992,9.387969970703125,8.809328079223633,7.640838623046875,8.076906204223633,17.555713653564453,16.913414001464844,16.988754272460938,17.07148551940918,17.11559295654297,0.7957727820353235 +1000,25000,cpu,uniform,False,True,16.3729190826416,11.004924774169922,17.08531379699707,14.4500732421875,12.623310089111328,17.1968936920166,17.043113708496094,17.130613327026367,17.206192016601562,17.128944396972656,0.1980696293235038 +1000,25000,cpu,uniform,True,False,6.673097610473633,10.767221450805664,9.096384048461914,10.694742202758789,10.767459869384766,17.561912536621094,16.667604446411133,16.530275344848633,16.54839515686035,16.758203506469727,0.7514230933529371 +1000,25000,cpu,uniform,False,False,2.265453338623047,2.1626949310302734,2.274751663208008,2.4080276489257812,2.132892608642578,17.171144485473633,16.818761825561523,17.075538635253906,17.12322235107422,17.062902450561523,6.582082273112808 +1000,25000,cpu,normal,True,True,11.453866958618164,9.480714797973633,8.650541305541992,8.412837982177734,8.57996940612793,33.762216567993164,33.72645378112793,33.76889228820801,33.643484115600586,34.38735008239746,2.6345195073760506 +1000,25000,cpu,normal,False,True,31.119346618652344,24.58047866821289,37.66369819641113,32.78303146362305,39.04008865356445,34.04521942138672,33.86878967285156,33.61177444458008,33.90908241271973,34.06953811645508,0.02613867788229074 +1000,25000,cpu,normal,True,False,30.85637092590332,28.005599975585938,28.450965881347656,35.92395782470703,30.925750732421875,33.97488594055176,33.6298942565918,33.45084190368652,33.724069595336914,33.34975242614746,0.09059781474006545 +1000,25000,cpu,normal,False,False,6.516456604003906,6.257057189941406,5.269289016723633,5.914211273193359,3.7086009979248047,33.77890586853027,33.930063247680664,33.63990783691406,33.63537788391113,34.15083885192871,5.113549009807132 +1000,37500,cpu,homo,True,True,16.127347946166992,14.928102493286133,14.739274978637695,14.645814895629883,14.560461044311523,15.266895294189453,14.902591705322266,15.12002944946289,14.94455337524414,14.96577262878418,0.002651179202548093 +1000,37500,cpu,homo,False,True,22.104501724243164,21.298646926879883,17.82083511352539,19.578933715820312,19.06871795654297,14.693498611450195,14.709949493408203,14.451742172241211,14.264345169067383,14.447450637817383,-0.27339743895801305 +1000,37500,cpu,homo,True,False,9.572267532348633,10.093212127685547,10.06007194519043,8.41069221496582,11.269092559814453,13.824701309204102,13.70859146118164,13.78488540649414,13.704061508178711,13.821125030517578,0.3934398540688444 +1000,37500,cpu,homo,False,False,2.045869827270508,2.0449161529541016,2.1262168884277344,2.2530555725097656,2.3431777954101562,15.521526336669922,14.481067657470703,14.461278915405273,14.450550079345703,14.509439468383789,5.790183886757507 +1000,37500,cpu,uniform,True,True,15.402078628540039,12.715578079223633,12.22085952758789,12.07590103149414,11.667251586914062,25.825977325439453,25.724172592163086,25.838136672973633,25.751590728759766,26.046037673950195,1.01595740722827 +1000,37500,cpu,uniform,False,True,18.502473831176758,23.17357063293457,23.205280303955078,20.814180374145508,14.066219329833984,25.156497955322266,25.540828704833984,25.6345272064209,25.50959587097168,25.524616241455078,0.27670272996025624 +1000,37500,cpu,uniform,True,False,13.97705078125,16.63947105407715,15.326261520385742,17.012357711791992,16.43848419189453,24.684906005859375,24.707555770874023,24.529695510864258,24.584293365478516,24.805307388305664,0.5531695100014715 +1000,37500,cpu,uniform,False,False,3.301382064819336,3.206968307495117,3.257274627685547,3.000974655151367,2.400636672973633,26.027441024780273,25.658130645751953,25.938749313354492,25.483369827270508,29.440641403198242,7.739122233400403 +1000,37500,cpu,normal,True,True,16.014814376831055,15.065193176269531,13.277769088745117,13.265848159790039,12.507438659667969,50.37999153137207,51.088571548461914,50.99034309387207,50.81772804260254,50.34828186035156,2.6164418954890514 +1000,37500,cpu,normal,False,True,38.298606872558594,45.38750648498535,34.62576866149902,43.77126693725586,46.55146598815918,50.763607025146484,51.0563850402832,51.55372619628906,51.45263671875,50.72617530822754,0.22488078191976246 +1000,37500,cpu,normal,True,False,39.83807563781738,31.781911849975586,44.405460357666016,28.337717056274414,20.483970642089844,50.18305778503418,49.72696304321289,49.87645149230957,49.28946495056152,49.698829650878906,0.5091239899395301 +1000,37500,cpu,normal,False,False,9.385347366333008,7.9803466796875,5.969047546386719,6.84809684753418,6.46662712097168,51.38397216796875,51.43451690673828,50.37689208984375,50.03786087036133,50.40264129638672,5.920588866698326 +1000,50000,cpu,homo,True,True,20.80821990966797,20.771265029907227,20.592689514160156,20.422935485839844,20.458459854125977,19.672632217407227,19.522905349731445,19.88363265991211,19.92034912109375,19.834518432617188,-0.040945034911321954 +1000,50000,cpu,homo,False,True,19.60134506225586,14.139652252197266,16.625642776489258,14.712810516357422,27.105093002319336,19.284486770629883,19.190073013305664,19.16027069091797,19.076824188232422,19.35744285583496,0.042138885296780115 +1000,50000,cpu,homo,True,False,10.364770889282227,12.084007263183594,11.102914810180664,13.026237487792969,20.943403244018555,18.63551139831543,18.559932708740234,18.65530014038086,18.372774124145508,18.481731414794922,0.372977172013206 +1000,50000,cpu,homo,False,False,2.9544830322265625,2.798318862915039,2.748250961303711,2.6400089263916016,2.6504993438720703,19.158363342285156,18.950462341308594,18.64147186279297,18.987655639648438,18.886566162109375,5.86104484320437 +1000,50000,cpu,uniform,True,True,17.51112937927246,16.150474548339844,15.772104263305664,16.2355899810791,15.895843505859375,34.89351272583008,34.88516807556152,34.7902774810791,34.759521484375,34.42025184631348,1.1301836549170003 +1000,50000,cpu,uniform,False,True,27.23526954650879,33.093929290771484,27.69756317138672,28.88941764831543,32.64117240905762,40.61532020568848,34.41214561462402,34.639835357666016,34.10530090332031,33.80537033081055,0.1873570236366331 +1000,50000,cpu,uniform,True,False,17.412424087524414,18.33510398864746,12.972593307495117,9.787321090698242,7.264852523803711,33.09488296508789,33.03027153015137,33.2646369934082,33.17403793334961,32.755374908447266,1.5135082231058945 +1000,50000,cpu,uniform,False,False,4.116058349609375,4.091024398803711,3.4177303314208984,4.401922225952148,3.5054683685302734,34.558773040771484,34.239768981933594,34.62934494018555,34.7137451171875,34.78097915649414,7.8532054098920945 +1000,50000,cpu,normal,True,True,18.593311309814453,17.894506454467773,17.073869705200195,16.21413230895996,18.025636672973633,67.49558448791504,67.93475151062012,67.49176979064941,67.7649974822998,67.9624080657959,2.8569919569007185 +1000,50000,cpu,normal,False,True,53.57813835144043,55.854082107543945,43.69235038757324,54.207563400268555,57.82437324523926,88.99855613708496,67.22378730773926,67.35062599182129,67.5806999206543,67.45672225952148,0.3524480127177432 +1000,50000,cpu,normal,True,False,34.70778465270996,45.36938667297363,34.435272216796875,53.598642349243164,39.772748947143555,67.09575653076172,66.77603721618652,66.82896614074707,66.71595573425293,66.74814224243164,0.6074595608811737 +1000,50000,cpu,normal,False,False,8.843183517456055,7.839679718017578,6.979227066040039,5.773782730102539,6.1550140380859375,67.73090362548828,67.52347946166992,67.04950332641602,67.39401817321777,67.9168701171875,8.485989322007784 +2500,1000,cpu,homo,True,True,2.129793167114258,1.6210079193115234,2.088308334350586,2.1440982818603516,2.6102066040039062,0.9706020355224609,0.9438991546630859,1.0154247283935547,1.0371208190917969,1.0302066802978516,-0.5282679150162045 +2500,1000,cpu,homo,False,True,4.230260848999023,3.6923885345458984,4.084587097167969,3.906726837158203,3.690004348754883,1.8813610076904297,1.790761947631836,1.7905235290527344,1.7621517181396484,1.8186569213867188,-0.53869261173609 +2500,1000,cpu,homo,True,False,0.41556358337402344,0.6203651428222656,0.38814544677734375,0.3814697265625,0.3867149353027344,1.0328292846679688,1.0225772857666016,1.0137557983398438,0.9233951568603516,0.9980201721191406,1.2764545948885262 +2500,1000,cpu,homo,False,False,0.9098052978515625,0.835418701171875,0.8060932159423828,0.7185935974121094,0.7636547088623047,1.0144710540771484,0.9970664978027344,0.9760856628417969,0.9763240814208984,0.9732246398925781,0.22402175198013952 +2500,1000,cpu,uniform,True,True,2.3539066314697266,2.197742462158203,2.154827117919922,2.174854278564453,2.2513866424560547,1.8126964569091797,1.7993450164794922,1.8877983093261719,1.8448829650878906,1.8754005432128906,-0.17179937465198958 +2500,1000,cpu,uniform,False,True,3.1709671020507812,2.652406692504883,3.0078887939453125,2.2385120391845703,2.6082992553710938,5.64122200012207,3.8335323333740234,3.844738006591797,3.154754638671875,2.5789737701416016,0.39297542269478813 +2500,1000,cpu,uniform,True,False,0.690460205078125,0.6568431854248047,0.9264945983886719,0.6718635559082031,0.7112026214599609,5.916118621826172,5.460977554321289,3.847360610961914,3.8602352142333984,3.0443668365478516,5.051375668274873 +2500,1000,cpu,uniform,False,False,1.1181831359863281,1.1456012725830078,1.142740249633789,1.1148452758789062,1.102447509765625,2.096414566040039,1.7266273498535156,1.7123222351074219,1.7175674438476562,1.5752315521240234,0.5697812447006954 +2500,1000,cpu,normal,True,True,6.218194961547852,5.518436431884766,5.489587783813477,5.38325309753418,5.452156066894531,3.560781478881836,3.4880638122558594,3.448009490966797,3.4165382385253906,3.655672073364258,-0.37391141810890494 +2500,1000,cpu,normal,False,True,3.2503604888916016,3.146648406982422,3.0059814453125,3.1538009643554688,3.019094467163086,8.03828239440918,5.415201187133789,5.135774612426758,3.5157203674316406,3.511667251586914,0.6446349303535894 +2500,1000,cpu,normal,True,False,2.170085906982422,1.9321441650390625,2.8221607208251953,2.110719680786133,2.835512161254883,8.038759231567383,6.235837936401367,5.521297454833984,4.115104675292969,4.1103363037109375,1.36056156982466 +2500,1000,cpu,normal,False,False,4.540205001831055,4.46319580078125,2.101421356201172,5.951166152954102,4.6329498291015625,3.281116485595703,3.313302993774414,3.44085693359375,3.4575462341308594,3.458738327026367,-0.2184236561503793 +2500,2500,cpu,homo,True,True,6.524324417114258,6.429195404052734,4.643440246582031,6.943464279174805,6.515026092529297,2.638578414916992,2.4170875549316406,2.57110595703125,2.695798873901367,2.529144287109375,-0.5861687753347254 +2500,2500,cpu,homo,False,True,6.660938262939453,6.546258926391602,4.681825637817383,5.535364151000977,6.2465667724609375,2.4404525756835938,2.4721622467041016,2.5222301483154297,2.6013851165771484,2.5742053985595703,-0.574990558381345 +2500,2500,cpu,homo,True,False,0.9317398071289062,1.5902519226074219,0.8566379547119141,0.8177757263183594,0.8182525634765625,2.4781227111816406,2.5582313537597656,2.4878978729248047,2.34222412109375,2.478361129760742,1.4617505824181047 +2500,2500,cpu,homo,False,False,0.7915496826171875,0.7638931274414062,0.7677078247070312,0.7874965667724609,0.7731914520263672,2.5472640991210938,2.455472946166992,2.4080276489257812,2.4602413177490234,2.4862289428710938,2.1817065684469 +2500,2500,cpu,uniform,True,True,4.734516143798828,4.750251770019531,4.218339920043945,4.413366317749023,4.143476486206055,9.183883666992188,6.627321243286133,5.1898956298828125,9.423971176147461,11.486530303955078,0.8828254699298452 +2500,2500,cpu,uniform,False,True,4.583835601806641,5.28717041015625,4.464387893676758,4.245519638061523,4.275798797607422,4.374980926513672,4.280567169189453,4.338979721069336,4.423618316650391,4.495382308959961,-0.041265072808444936 +2500,2500,cpu,uniform,True,False,1.2516975402832031,1.3065338134765625,2.0265579223632812,1.5904903411865234,1.1849403381347656,4.431486129760742,15.538215637207031,10.024547576904297,7.107019424438477,6.223440170288086,4.886333452107156 +2500,2500,cpu,uniform,False,False,1.6689300537109375,1.2333393096923828,1.2080669403076172,1.294851303100586,1.2309551239013672,4.366636276245117,4.242658615112305,4.299402236938477,4.371881484985352,4.334449768066406,2.2571674929941796 +2500,2500,cpu,normal,True,True,8.904695510864258,7.154941558837891,6.744861602783203,7.220983505249023,6.957054138183594,8.637428283691406,8.663177490234375,8.497476577758789,8.636236190795898,8.600950241088867,0.16366461229015705 +2500,2500,cpu,normal,False,True,6.653308868408203,6.737947463989258,6.192207336425781,5.714178085327148,6.323337554931641,8.680582046508789,8.679389953613281,8.590936660766602,8.623838424682617,8.489608764648438,0.36189190819434813 +2500,2500,cpu,normal,True,False,4.435062408447266,6.888151168823242,6.729364395141602,4.533529281616211,4.609823226928711,8.414506912231445,8.67009162902832,8.324861526489258,8.59832763671875,8.411884307861328,0.5597801311498405 +2500,2500,cpu,normal,False,False,4.425764083862305,4.450798034667969,5.402803421020508,3.5686492919921875,4.462957382202148,8.816957473754883,8.474349975585938,8.771896362304688,8.491992950439453,8.792400360107422,0.9428824843180628 +2500,5000,cpu,homo,True,True,8.372068405151367,8.074283599853516,7.670879364013672,7.503986358642578,6.845951080322266,5.019187927246094,5.088567733764648,4.888772964477539,5.030155181884766,5.079030990600586,-0.34734695648401237 +2500,5000,cpu,homo,False,True,7.360219955444336,7.097721099853516,6.813287734985352,7.589817047119141,7.074832916259766,5.037069320678711,4.853248596191406,4.803657531738281,5.01704216003418,5.036830902099609,-0.31133314756578157 +2500,5000,cpu,homo,True,False,1.5532970428466797,1.4803409576416016,2.513885498046875,1.4314651489257812,1.3773441314697266,4.739284515380859,4.764556884765625,4.794836044311523,4.744291305541992,4.847288131713867,1.8589403406659248 +2500,5000,cpu,homo,False,False,0.9820461273193359,1.5530586242675781,0.9996891021728516,1.3322830200195312,1.2967586517333984,4.862070083618164,4.890203475952148,4.820108413696289,4.76384162902832,4.852533340454102,2.9243027888446216 +2500,5000,cpu,uniform,True,True,7.712364196777344,6.957292556762695,6.102085113525391,6.40106201171875,6.727933883666992,8.551359176635742,8.836507797241211,8.479595184326172,8.738994598388672,8.563756942749023,0.27342991771573244 +2500,5000,cpu,uniform,False,True,7.379770278930664,7.648229598999023,6.464719772338867,6.745338439941406,6.776094436645508,8.581876754760742,8.638620376586914,8.54945182800293,8.57686996459961,8.550882339477539,0.22515320713604803 +2500,5000,cpu,uniform,True,False,2.38037109375,2.2847652435302734,2.4216175079345703,2.3038387298583984,2.3398399353027344,8.431673049926758,8.393287658691406,8.371591567993164,8.4381103515625,8.30698013305664,2.575455783419036 +2500,5000,cpu,uniform,False,False,2.190113067626953,2.1495819091796875,1.9702911376953125,1.6911029815673828,2.0411014556884766,8.40449333190918,8.550643920898438,8.462190628051758,8.542060852050781,8.413076400756836,3.219444444444444 +2500,5000,cpu,normal,True,True,8.822202682495117,7.966041564941406,8.725166320800781,8.272647857666016,8.392572402954102,17.371654510498047,17.163753509521484,17.154216766357422,17.078638076782227,17.32182502746582,1.0410830365722683 +2500,5000,cpu,normal,False,True,11.658191680908203,10.34688949584961,11.920690536499023,11.353492736816406,10.1165771484375,17.287015914916992,16.99686050415039,17.066478729248047,17.178773880004883,16.987085342407227,0.543729852332933 +2500,5000,cpu,normal,True,False,7.889270782470703,9.07278060913086,10.261058807373047,8.804082870483398,9.072303771972656,16.722679138183594,16.856908798217773,16.772985458374023,16.667604446411133,16.844511032104492,0.8595482155412586 +2500,5000,cpu,normal,False,False,6.169319152832031,6.084442138671875,6.9522857666015625,6.932973861694336,5.859613418579102,16.959190368652344,16.979694366455078,17.09294319152832,16.89457893371582,17.009973526000977,1.654375167645218 +2500,10000,cpu,homo,True,True,10.676383972167969,8.718490600585938,7.349491119384766,6.800413131713867,6.755590438842773,9.953975677490234,9.783744812011719,10.025501251220703,9.715557098388672,9.922027587890625,0.22581523025226002 +2500,10000,cpu,homo,False,True,11.049509048461914,10.201215744018555,10.39576530456543,10.042905807495117,8.047103881835938,12.896299362182617,9.631633758544922,9.797334671020508,9.486198425292969,9.501934051513672,0.03170509563299939 +2500,10000,cpu,homo,True,False,2.717256546020508,4.472017288208008,2.7747154235839844,2.870798110961914,2.7923583984375,9.589433670043945,9.343147277832031,9.389877319335938,9.409666061401367,9.298324584960938,2.009535433671523 +2500,10000,cpu,homo,False,False,1.3954639434814453,1.3399124145507812,1.3146400451660156,1.3325214385986328,1.3089179992675781,9.49406623840332,9.511947631835938,9.366512298583984,9.541511535644531,9.286642074584961,6.053873013610775 +2500,10000,cpu,uniform,True,True,9.750127792358398,7.7838897705078125,6.634950637817383,6.134986877441406,5.770206451416016,17.27437973022461,17.29273796081543,17.23170280456543,17.078876495361328,17.178058624267578,1.3855233764688775 +2500,10000,cpu,uniform,False,True,11.925935745239258,12.276887893676758,11.077880859375,11.950492858886719,10.716915130615234,20.036935806274414,16.947269439697266,16.86263084411621,16.76321029663086,16.892671585083008,0.5100184322696377 +2500,10000,cpu,uniform,True,False,5.860328674316406,4.913806915283203,7.377386093139648,4.76527214050293,4.670381546020508,17.121315002441406,16.47472381591797,16.791105270385742,16.82901382446289,16.856908798217773,2.047541677829728 +2500,10000,cpu,uniform,False,False,2.2287368774414062,2.0668506622314453,2.077817916870117,2.0482540130615234,2.105712890625,16.96491241455078,16.859769821166992,16.877174377441406,16.666889190673828,16.749143600463867,6.990397463480919 +2500,10000,cpu,normal,True,True,10.342836380004883,8.527994155883789,7.308006286621094,6.722211837768555,6.386518478393555,33.24532508850098,33.555030822753906,33.17570686340332,33.26082229614258,33.42437744140625,3.242086610350519 +2500,10000,cpu,normal,False,True,18.249034881591797,14.424800872802734,19.988059997558594,11.994123458862305,13.675689697265625,33.79058837890625,33.79321098327637,33.95652770996094,33.846378326416016,33.69140625,1.1584887398150037 +2500,10000,cpu,normal,True,False,17.220020294189453,15.505552291870117,16.286134719848633,15.57016372680664,15.229940414428711,33.963918685913086,33.9055061340332,33.9663028717041,33.85114669799805,33.80155563354492,1.1236008424071335 +2500,10000,cpu,normal,False,False,6.422996520996094,5.595207214355469,4.612207412719727,5.270242691040039,4.6863555908203125,33.65015983581543,33.51283073425293,33.49661827087402,33.70165824890137,33.776044845581055,5.324040030848145 +2500,25000,cpu,homo,True,True,18.175363540649414,16.742229461669922,16.5555477142334,16.08133316040039,16.735553741455078,24.745941162109375,24.061203002929688,24.296998977661133,24.32703971862793,24.35612678527832,0.4448602413319078 +2500,25000,cpu,homo,False,True,18.454790115356445,17.2269344329834,14.86349105834961,9.731054306030273,9.855508804321289,24.448394775390625,24.288654327392578,24.489641189575195,24.5511531829834,24.47962760925293,0.7432535338632145 +2500,25000,cpu,homo,True,False,6.969451904296875,6.478071212768555,6.021261215209961,6.842851638793945,6.599664688110352,23.326635360717773,23.05150032043457,23.42081069946289,23.32019805908203,23.471832275390625,2.542581860330339 +2500,25000,cpu,homo,False,False,3.239870071411133,3.416299819946289,2.884387969970703,2.859830856323242,2.863645553588867,23.478269577026367,23.387432098388672,23.57172966003418,23.54598045349121,23.579120635986328,6.701930586360938 +2500,25000,cpu,uniform,True,True,14.795064926147461,13.440608978271484,13.210058212280273,13.188362121582031,13.278484344482422,42.48237609863281,43.485403060913086,43.09797286987305,43.04623603820801,42.533159255981445,2.160609592551765 +2500,25000,cpu,uniform,False,True,18.550634384155273,19.176244735717773,16.510486602783203,18.108367919921875,16.36195182800293,43.15829277038574,42.35339164733887,42.47117042541504,42.77491569519043,42.471885681152344,1.4037337361281703 +2500,25000,cpu,uniform,True,False,12.066364288330078,11.451959609985352,10.340452194213867,11.026144027709961,11.145830154418945,41.20016098022461,41.41497611999512,41.249752044677734,41.4121150970459,41.35560989379883,2.687843070507638 +2500,25000,cpu,uniform,False,False,5.10716438293457,4.851818084716797,4.270315170288086,4.131793975830078,3.7078857421875,41.93830490112305,41.80574417114258,41.974782943725586,41.72658920288086,41.637420654296875,8.474061190095501 +2500,25000,cpu,normal,True,True,18.903255462646484,16.19434356689453,15.756368637084961,15.485525131225586,15.649080276489258,102.81157493591309,84.92803573608398,84.57040786743164,84.87963676452637,84.74040031433105,4.390142053302703 +2500,25000,cpu,normal,False,True,26.928424835205078,37.08028793334961,31.776905059814453,30.223608016967773,32.71198272705078,85.17122268676758,84.96356010437012,84.85865592956543,83.77194404602051,84.50818061828613,1.6667738180179503 +2500,25000,cpu,normal,True,False,30.68685531616211,30.989646911621094,31.270265579223633,28.494834899902344,36.1638069152832,84.3191146850586,84.40041542053223,84.31386947631836,84.49840545654297,84.06329154968262,1.6750039709853337 +2500,25000,cpu,normal,False,False,10.384559631347656,8.125066757202148,7.3375701904296875,5.103588104248047,5.648612976074219,84.52963829040527,84.48576927185059,84.17797088623047,84.31863784790039,83.91261100769043,10.514523578422112 +2500,37500,cpu,homo,True,True,24.811506271362305,23.984909057617188,25.124788284301758,24.639129638671875,25.068998336791992,36.91673278808594,36.84091567993164,36.84854507446289,36.77797317504883,36.92746162414551,0.49084061179583416 +2500,37500,cpu,homo,False,True,22.93705940246582,22.076845169067383,22.834300994873047,16.309261322021484,27.43077278137207,35.72702407836914,35.9039306640625,35.99953651428223,36.07821464538574,36.029815673828125,0.6107299667759889 +2500,37500,cpu,homo,True,False,9.910106658935547,8.534431457519531,10.257482528686523,10.87498664855957,8.035659790039062,34.72471237182617,34.55615043640137,34.66987609863281,34.92474555969238,34.93070602416992,2.650419124495498 +2500,37500,cpu,homo,False,False,4.638671875,4.382848739624023,4.909276962280273,3.3605098724365234,2.918243408203125,35.425424575805664,35.90559959411621,35.86626052856445,79.37455177307129,35.86435317993164,10.006488527104347 +2500,37500,cpu,uniform,True,True,21.076202392578125,19.90056037902832,20.678043365478516,20.55978775024414,20.812273025512695,63.66157531738281,63.99202346801758,63.704490661621094,64.22114372253418,64.79001045227051,2.109569893966112 +2500,37500,cpu,uniform,False,True,21.747589111328125,21.747589111328125,21.384477615356445,21.829605102539062,16.956329345703125,62.99757957458496,62.90602684020996,63.314199447631836,63.0488395690918,63.614606857299805,2.0471176734398178 +2500,37500,cpu,uniform,True,False,16.700029373168945,16.486644744873047,15.76375961303711,16.628265380859375,15.711545944213867,61.47646903991699,61.56659126281738,61.600446701049805,61.46860122680664,62.01457977294922,2.790450967280236 +2500,37500,cpu,uniform,False,False,7.187843322753906,5.171298980712891,4.834890365600586,5.338907241821289,4.344701766967773,62.577247619628906,62.28828430175781,62.07895278930664,62.00695037841797,62.25085258483887,10.578481899709933 +2500,37500,cpu,normal,True,True,23.88596534729004,23.63443374633789,23.714780807495117,24.014949798583984,23.89216423034668,127.86006927490234,127.18367576599121,126.64294242858887,126.58071517944336,127.07161903381348,4.332606925091902 +2500,37500,cpu,normal,False,True,40.67564010620117,34.05427932739258,34.219980239868164,34.26671028137207,41.635990142822266,127.01416015625,126.6486644744873,126.7545223236084,126.97100639343262,128.07965278625488,2.4377012051673614 +2500,37500,cpu,normal,True,False,46.277761459350586,39.1237735748291,31.476736068725586,32.76515007019043,30.10082244873047,125.56838989257812,125.85949897766113,125.9772777557373,125.65732002258301,125.4878044128418,2.4969147183586196 +2500,37500,cpu,normal,False,False,13.520956039428711,13.041019439697266,9.187459945678711,7.540225982666016,7.641792297363281,126.80244445800781,127.21061706542969,126.25360488891602,126.49106979370117,125.95033645629883,11.422737358511764 +2500,50000,cpu,homo,True,True,32.315969467163086,32.67025947570801,31.914472579956055,32.69147872924805,32.888174057006836,48.992156982421875,49.05533790588379,48.74157905578613,48.81596565246582,48.25615882873535,0.5008657475069407 +2500,50000,cpu,homo,False,True,27.18496322631836,19.375324249267578,18.649816513061523,26.422739028930664,22.06563949584961,47.85418510437012,49.0109920501709,47.64580726623535,47.553300857543945,47.72496223449707,1.1089925055463987 +2500,50000,cpu,homo,True,False,13.120651245117188,12.502193450927734,14.11747932434082,13.865232467651367,11.079072952270508,47.08552360534668,46.51784896850586,46.31614685058594,46.402692794799805,46.323299407958984,2.596611956197223 +2500,50000,cpu,homo,False,False,6.190299987792969,5.813837051391602,5.26738166809082,4.540443420410156,3.8421154022216797,47.84750938415527,47.42765426635742,47.40595817565918,47.4247932434082,47.438621520996094,8.259523610375368 +2500,50000,cpu,uniform,True,True,26.63588523864746,26.77631378173828,27.783870697021484,27.054309844970703,27.173757553100586,85.1895809173584,85.66045761108398,85.45899391174316,85.2975845336914,84.85817909240723,2.149104769282231 +2500,50000,cpu,uniform,False,True,31.54587745666504,37.122488021850586,28.56898307800293,23.27704429626465,17.185211181640625,85.4487419128418,85.27970314025879,84.6245288848877,84.54585075378418,84.24949645996094,2.080243578955388 +2500,50000,cpu,uniform,True,False,16.12257957458496,20.2484130859375,14.41645622253418,19.23537254333496,18.046140670776367,82.74698257446289,82.95083045959473,82.53002166748047,82.74269104003906,82.5650691986084,3.6955883786154393 +2500,50000,cpu,uniform,False,False,8.472204208374023,6.397485733032227,5.6896209716796875,4.747152328491211,4.291772842407227,84.76877212524414,84.08188819885254,83.9078426361084,83.9385986328125,83.2059383392334,13.186758925119216 +2500,50000,cpu,normal,True,True,32.44948387145996,31.444549560546875,31.43906593322754,31.893491744995117,31.460285186767578,170.14551162719727,168.87283325195312,167.98973083496094,167.84119606018066,168.6575412750244,4.315542360734456 +2500,50000,cpu,normal,False,True,49.7589111328125,49.21722412109375,62.346696853637695,75.47545433044434,66.12825393676758,169.33560371398926,169.71468925476074,169.6493625640869,168.49207878112793,168.41650009155273,1.7914630172694688 +2500,50000,cpu,normal,True,False,35.91203689575195,46.9815731048584,46.753883361816406,31.013011932373047,40.47131538391113,166.75734519958496,165.3575897216797,167.17958450317383,169.15082931518555,169.23785209655762,3.1648467060530487 +2500,50000,cpu,normal,False,False,14.355897903442383,9.796619415283203,10.306358337402344,9.766578674316406,9.892463684082031,167.6192283630371,169.10362243652344,168.1225299835205,167.0076847076416,167.00100898742676,14.500486812020071 +5000,1000,cpu,homo,True,True,3.497600555419922,3.519296646118164,3.5233497619628906,3.6919116973876953,3.458261489868164,2.03704833984375,2.1071434020996094,2.146005630493164,2.1016597747802734,2.0644664764404297,-0.4089273440342862 +5000,1000,cpu,homo,False,True,6.039619445800781,5.377769470214844,5.706071853637695,6.214141845703125,5.1898956298828125,7.364988327026367,7.4672698974609375,5.484104156494141,4.630565643310547,3.8809776306152344,0.010530450552848736 +5000,1000,cpu,homo,True,False,0.5791187286376953,0.5934238433837891,0.5424022674560547,0.4611015319824219,0.6744861602783203,1.9900798797607422,1.9366741180419922,2.036571502685547,2.091646194458008,1.9989013671875,2.5270157243225158 +5000,1000,cpu,homo,False,False,1.4057159423828125,0.8361339569091797,1.5511512756347656,0.8480548858642578,1.4810562133789062,1.966714859008789,1.8737316131591797,1.924276351928711,1.8074512481689453,1.9333362579345703,0.5526520757068307 +5000,1000,cpu,uniform,True,True,5.408048629760742,5.226373672485352,4.707813262939453,4.380702972412109,4.641532897949219,8.778095245361328,6.740331649780273,4.708766937255859,4.601240158081055,3.4935474395751953,0.16242954438703627 +5000,1000,cpu,uniform,False,True,5.274772644042969,5.062580108642578,4.143238067626953,4.179954528808594,3.9768218994140625,9.350061416625977,7.050275802612305,4.971742630004883,4.842519760131836,3.509998321533203,0.3130766314193032 +5000,1000,cpu,uniform,True,False,0.9858608245849609,0.8685588836669922,0.8194446563720703,0.5886554718017578,0.8025169372558594,3.5665035247802734,3.9081573486328125,3.4914016723632812,3.516674041748047,3.4716129302978516,3.4167741935483873 +5000,1000,cpu,uniform,False,False,2.5691986083984375,2.2449493408203125,2.1932125091552734,3.8433074951171875,2.1429061889648438,3.4372806549072266,3.218412399291992,3.393888473510742,3.5567283630371094,3.432035446166992,0.31129011541496165 +5000,1000,cpu,normal,True,True,10.444164276123047,7.669210433959961,7.079601287841797,10.383367538452148,9.541988372802734,6.969690322875977,6.896734237670898,6.805419921875,6.981849670410156,6.894111633300781,-0.23428450644683996 +5000,1000,cpu,normal,False,True,6.09135627746582,4.824399948120117,4.076242446899414,4.664182662963867,3.942251205444336,6.855010986328125,6.788969039916992,6.8302154541015625,6.783962249755859,6.714582443237305,0.43961850493539023 +5000,1000,cpu,normal,True,False,2.801179885864258,2.6111602783203125,2.8095245361328125,2.763509750366211,1.9009113311767578,11.179447174072266,7.555246353149414,7.046699523925781,7.016658782958984,6.909370422363281,2.0813706081518624 +5000,1000,cpu,normal,False,False,8.870124816894531,8.873701095581055,9.1552734375,8.705615997314453,8.433818817138672,7.52568244934082,7.042169570922852,6.64067268371582,6.800413131713867,6.8187713623046875,-0.20915375911559142 +5000,2500,cpu,homo,True,True,8.883476257324219,6.890296936035156,7.179021835327148,7.145404815673828,7.623434066772461,4.951000213623047,4.941701889038086,5.02467155456543,4.929304122924805,4.874229431152344,-0.34464908732365884 +5000,2500,cpu,homo,False,True,9.347915649414062,7.69495964050293,6.676912307739258,8.29458236694336,5.891561508178711,5.040645599365234,5.084037780761719,4.930019378662109,4.911899566650391,5.074501037597656,-0.3393882595651272 +5000,2500,cpu,homo,True,False,1.4691352844238281,1.2958049774169922,0.7762908935546875,1.165628433227539,1.2993812561035156,4.764080047607422,4.892826080322266,4.806041717529297,4.751443862915039,4.743099212646484,2.988766275007939 +5000,2500,cpu,homo,False,False,2.679109573364258,1.6541481018066406,2.554178237915039,2.6416778564453125,1.5113353729248047,9.946584701538086,7.195711135864258,5.125284194946289,4.86445426940918,4.851102828979492,1.8969054354633208 +5000,2500,cpu,uniform,True,True,7.4939727783203125,6.699085235595703,7.548809051513672,7.612705230712891,6.9828033447265625,8.613824844360352,8.614540100097656,8.557796478271484,8.488178253173828,8.514642715454102,0.17754740502591693 +5000,2500,cpu,uniform,False,True,7.282495498657227,7.045745849609375,7.4634552001953125,6.35528564453125,6.245851516723633,8.539199829101562,8.782148361206055,8.702278137207031,8.763551712036133,8.62431526184082,0.2622249642990835 +5000,2500,cpu,uniform,True,False,1.8393993377685547,2.045869827270508,1.3837814331054688,2.192258834838867,2.1393299102783203,8.723020553588867,8.573293685913086,8.37850570678711,8.552312850952148,8.349895477294922,3.4348117611999607 +5000,2500,cpu,uniform,False,False,2.629995346069336,2.751588821411133,2.4738311767578125,4.149198532104492,2.502918243408203,8.266210556030273,8.494138717651367,8.306741714477539,8.560657501220703,8.403778076171875,1.897220989662936 +5000,2500,cpu,normal,True,True,10.536670684814453,12.703657150268555,9.788990020751953,12.959480285644531,11.419534683227539,17.20571517944336,17.123937606811523,16.962766647338867,16.990184783935547,17.152070999145508,0.48819293320265134 +5000,2500,cpu,normal,False,True,8.419275283813477,9.670734405517578,8.786201477050781,8.394956588745117,8.090972900390625,17.184019088745117,17.136573791503906,17.1205997467041,16.956567764282227,16.968727111816406,0.9686871130562917 +5000,2500,cpu,normal,True,False,6.8912506103515625,6.573677062988281,6.067991256713867,6.948947906494141,5.948066711425781,17.133712768554688,16.996145248413086,16.98756217956543,17.14301109313965,17.063617706298828,1.6310275619205856 +5000,2500,cpu,normal,False,False,11.216878890991211,8.878231048583984,8.6212158203125,8.613824844360352,8.839607238769531,16.88241958618164,16.910314559936523,16.776561737060547,16.70694351196289,16.74175262451172,0.8197624580428609 +5000,5000,cpu,homo,True,True,9.958028793334961,9.76252555847168,9.495258331298828,9.643793106079102,9.686708450317383,9.84954833984375,9.910821914672852,9.84644889831543,9.836196899414062,9.89389419555664,0.016285397165280102 +5000,5000,cpu,homo,False,True,9.63592529296875,9.486675262451172,8.233308792114258,7.985353469848633,9.132623672485352,9.723901748657227,9.835004806518555,9.91368293762207,9.66501235961914,9.968280792236328,0.10415091912060337 +5000,5000,cpu,homo,True,False,1.4505386352539062,2.022266387939453,2.5787353515625,2.213716506958008,2.2253990173339844,9.34147834777832,9.567975997924805,9.290933609008789,9.55510139465332,9.16600227355957,3.4726938024135814 +5000,5000,cpu,homo,False,False,2.547025680541992,2.528667449951172,2.47955322265625,1.7027854919433594,2.4847984313964844,9.31859016418457,9.689807891845703,9.4146728515625,9.519100189208984,9.512186050415039,3.0411345501796845 +5000,5000,cpu,uniform,True,True,10.364770889282227,8.962869644165039,9.367227554321289,8.921384811401367,7.639646530151367,17.60125160217285,17.322778701782227,17.27461814880371,17.166852951049805,17.274856567382812,0.9144544482317178 +5000,5000,cpu,uniform,False,True,10.042667388916016,8.562803268432617,9.638786315917969,10.074138641357422,8.863210678100586,16.979694366455078,17.003297805786133,16.8914794921875,17.07148551940918,16.994953155517578,0.8002971287659051 +5000,5000,cpu,uniform,True,False,3.7775039672851562,3.961801528930664,3.9992332458496094,3.942251205444336,3.929615020751953,16.775131225585938,16.66545867919922,16.69764518737793,16.580581665039062,16.446828842163086,3.2408938384476977 +5000,5000,cpu,uniform,False,False,3.9930343627929688,4.5337677001953125,4.063844680786133,3.714323043823242,3.6306381225585938,17.018556594848633,16.9985294342041,16.94011688232422,16.833066940307617,16.814231872558594,3.2438887294297745 +5000,5000,cpu,normal,True,True,16.286134719848633,15.842914581298828,13.33761215209961,13.329267501831055,12.8173828125,33.70857238769531,33.646583557128906,33.830881118774414,33.632516860961914,34.08479690551758,1.3585468491983166 +5000,5000,cpu,normal,False,True,17.385244369506836,13.788700103759766,17.551660537719727,12.135505676269531,18.085241317749023,34.403324127197266,33.83493423461914,33.96940231323242,33.88619422912598,33.84542465209961,1.1525919214798037 +5000,5000,cpu,normal,True,False,11.583566665649414,10.055303573608398,13.043642044067383,8.764028549194336,10.550975799560547,33.687591552734375,33.849239349365234,33.71262550354004,33.76579284667969,33.40506553649902,2.119038157557775 +5000,5000,cpu,normal,False,False,10.560989379882812,9.88626480102539,8.974075317382812,8.582830429077148,11.550426483154297,33.59198570251465,33.772945404052734,33.746957778930664,33.812761306762695,33.71000289916992,2.4030079818327903 +5000,10000,cpu,homo,True,True,13.108015060424805,10.185003280639648,10.21265983581543,9.564399719238281,9.139299392700195,19.24300193786621,19.40298080444336,19.250154495239258,19.18339729309082,19.357919692993164,0.8471289877706842 +5000,10000,cpu,homo,False,True,13.538122177124023,12.334823608398438,10.733842849731445,9.484052658081055,13.651371002197266,19.388437271118164,19.268512725830078,19.378185272216797,19.38605308532715,19.2413330078125,0.6179936706082363 +5000,10000,cpu,homo,True,False,4.445791244506836,5.068302154541016,5.121707916259766,4.563331604003906,4.727363586425781,19.045591354370117,18.49675178527832,18.56684684753418,18.946170806884766,18.77880096435547,2.921767724577749 +5000,10000,cpu,homo,False,False,2.5701522827148438,2.525806427001953,2.6009082794189453,2.6340484619140625,2.5703907012939453,18.642425537109375,18.617630004882812,18.535614013671875,18.535852432250977,18.477916717529297,6.193801744529864 +5000,10000,cpu,uniform,True,True,12.85243034362793,9.766578674316406,8.448600769042969,7.874250411987305,7.83228874206543,34.18755531311035,34.38305854797363,34.28292274475098,34.08670425415039,33.905029296875,2.6525575349797386 +5000,10000,cpu,uniform,False,True,14.590024948120117,12.21609115600586,11.04593276977539,12.165307998657227,8.967399597167969,34.090280532836914,33.86974334716797,33.872365951538086,33.91575813293457,33.92338752746582,1.8765319320937754 +5000,10000,cpu,uniform,True,False,7.036685943603516,7.429599761962891,7.747650146484375,5.538702011108398,7.482290267944336,33.63633155822754,33.410072326660156,33.83135795593262,34.15369987487793,33.94293785095215,3.7956504675679703 +5000,10000,cpu,uniform,False,False,4.015445709228516,4.157781600952148,4.114389419555664,3.2830238342285156,3.141164779663086,33.25462341308594,33.20455551147461,33.30731391906738,33.267974853515625,33.294677734375,7.888995068995834 +5000,10000,cpu,normal,True,True,15.491008758544922,11.699438095092773,10.95271110534668,10.36691665649414,9.961843490600586,68.82548332214355,68.35198402404785,68.07541847229004,68.47429275512695,67.73591041564941,4.839779163217791 +5000,10000,cpu,normal,False,True,24.255752563476562,19.525766372680664,20.726919174194336,14.945745468139648,19.799232482910156,68.10545921325684,67.97266006469727,68.01414489746094,67.9008960723877,67.53325462341309,2.4208033168467855 +5000,10000,cpu,normal,True,False,19.249677658081055,21.247148513793945,23.9260196685791,18.02206039428711,18.387317657470703,67.66700744628906,67.07239151000977,67.40665435791016,68.02868843078613,68.13406944274902,2.355165621948307 +5000,10000,cpu,normal,False,False,10.441064834594727,7.803678512573242,6.676673889160156,7.053852081298828,5.02467155456543,66.73550605773926,66.92790985107422,66.58744812011719,67.12126731872559,66.84350967407227,8.032869597716333 +5000,25000,cpu,homo,True,True,23.58412742614746,22.932052612304688,23.724079132080078,23.159265518188477,23.95462989807129,48.22707176208496,47.82676696777344,47.966718673706055,48.192501068115234,48.0954647064209,1.0477206284194636 +5000,25000,cpu,homo,False,True,21.32129669189453,16.677141189575195,16.58034324645996,20.488262176513672,16.405820846557617,47.9278564453125,47.99461364746094,47.61528968811035,48.032283782958984,47.186851501464844,1.6101390536014493 +5000,25000,cpu,homo,True,False,12.481689453125,12.555360794067383,8.837223052978516,11.287927627563477,8.82720947265625,46.555519104003906,45.945167541503906,46.34499549865723,46.402692794799805,46.77915573120117,3.297648908358652 +5000,25000,cpu,homo,False,False,6.154060363769531,5.690097808837891,5.251884460449219,4.781484603881836,4.018545150756836,46.28419876098633,46.16498947143555,46.4320182800293,46.28467559814453,46.068668365478516,7.929329012300213 +5000,25000,cpu,uniform,True,True,20.7059383392334,19.8061466217041,20.21050453186035,20.712614059448242,20.42412757873535,83.89830589294434,83.64224433898926,84.08141136169434,84.41400527954102,84.85841751098633,3.1321141589171146 +5000,25000,cpu,uniform,False,True,21.667957305908203,20.86615562438965,17.10343360900879,18.182992935180664,13.269901275634766,83.84943008422852,84.19489860534668,84.08141136169434,84.08761024475098,84.3505859375,3.6169930979607967 +5000,25000,cpu,uniform,True,False,17.05026626586914,15.988588333129883,13.598203659057617,14.250516891479492,15.84935188293457,82.67951011657715,83.1906795501709,127.5472640991211,83.8935375213623,83.41741561889648,5.003998657793188 +5000,25000,cpu,uniform,False,False,8.658647537231445,6.854772567749023,5.715847015380859,5.253076553344727,6.030082702636719,82.90266990661621,82.94844627380371,82.73744583129883,82.78751373291016,82.88836479187012,11.741726370749522 +5000,25000,cpu,normal,True,True,25.166034698486328,25.319814682006836,24.9326229095459,25.251388549804688,25.022268295288086,169.1000461578369,169.05617713928223,168.8079833984375,168.71237754821777,169.20995712280273,5.721873097226622 +5000,25000,cpu,normal,False,True,27.10413932800293,36.475419998168945,30.966520309448242,38.808584213256836,34.96527671813965,170.82524299621582,170.85671424865723,169.27361488342285,168.71261596679688,169.29197311401367,4.043728974411637 +5000,25000,cpu,normal,True,False,31.43024444580078,26.13353729248047,26.262521743774414,28.94306182861328,23.746490478515625,167.83428192138672,167.80996322631836,167.8910255432129,169.97289657592773,168.6556339263916,5.168981590634818 +5000,25000,cpu,normal,False,False,17.181396484375,12.248992919921875,9.599447250366211,10.423421859741211,9.892463684082031,168.40767860412598,169.39067840576172,169.0194606781006,167.8175926208496,166.91017150878906,13.180391621202503 +5000,37500,cpu,homo,True,True,35.97688674926758,33.5545539855957,35.00247001647949,33.72526168823242,34.389495849609375,72.33500480651855,72.46994972229004,71.92158699035645,71.9449520111084,72.01027870178223,1.0891083366360972 +5000,37500,cpu,homo,False,True,20.08366584777832,18.045902252197266,22.08709716796875,35.57944297790527,22.855520248413086,72.14879989624023,71.61951065063477,70.99437713623047,71.68769836425781,71.18058204650879,2.0141260818107103 +5000,37500,cpu,homo,True,False,11.839866638183594,15.527725219726562,10.024070739746094,12.134790420532227,12.783527374267578,70.96695899963379,70.26433944702148,70.05572319030762,69.95105743408203,70.037841796875,4.637554668697173 +5000,37500,cpu,homo,False,False,7.523059844970703,6.3076019287109375,5.359411239624023,4.837751388549805,4.403591156005859,70.36113739013672,70.42384147644043,70.07193565368652,70.20974159240723,71.30074501037598,11.393593291404612 +5000,37500,cpu,uniform,True,True,29.42490577697754,29.665470123291016,29.90436553955078,29.421567916870117,30.148029327392578,127.14457511901855,128.3121109008789,127.34174728393555,127.10332870483398,126.05500221252441,3.28068249658174 +5000,37500,cpu,uniform,False,True,25.59971809387207,25.971651077270508,25.92182159423828,19.332170486450195,20.92146873474121,127.44307518005371,126.21808052062988,126.60694122314453,125.77438354492188,125.4415512084961,4.36306609485164 +5000,37500,cpu,uniform,True,False,20.025014877319336,21.378755569458008,15.179157257080078,15.796422958374023,22.861480712890625,124.91154670715332,124.36532974243164,123.77619743347168,121.89865112304688,123.32749366760254,5.491745291874964 +5000,37500,cpu,uniform,False,False,9.443044662475586,8.18490982055664,6.819725036621094,6.256818771362305,6.810426712036133,124.04870986938477,123.05760383605957,123.59619140625,124.32312965393066,123.9006519317627,15.498134719635967 +5000,37500,cpu,normal,True,True,38.28763961791992,37.12105751037598,37.728071212768555,37.16230392456055,37.017107009887695,253.42798233032227,255.7377815246582,254.194974899292,253.07440757751465,253.78155708312988,5.781137157119928 +5000,37500,cpu,normal,False,True,42.61612892150879,45.67146301269531,41.34798049926758,38.02013397216797,55.687665939331055,255.85222244262695,256.0842037200928,254.73260879516602,254.63271141052246,255.89990615844727,4.718556315851276 +5000,37500,cpu,normal,True,False,29.70147132873535,41.36180877685547,37.64057159423828,37.279367446899414,37.369489669799805,253.44371795654297,251.13320350646973,248.95691871643066,250.15664100646973,252.4561882019043,5.850985063137404 +5000,37500,cpu,normal,False,False,21.85225486755371,18.117904663085938,15.384912490844727,14.702558517456055,16.028404235839844,252.1376609802246,250.56982040405273,250.4415512084961,249.47810173034668,251.76000595092773,13.571319768134245 +5000,50000,cpu,homo,True,True,46.29635810852051,45.257568359375,45.48954963684082,44.96002197265625,45.58300971984863,95.43180465698242,97.32842445373535,96.00567817687988,95.66664695739746,95.79014778137207,1.1100666584954224 +5000,50000,cpu,homo,False,True,30.553340911865234,32.648563385009766,26.18694305419922,23.89049530029297,23.594141006469727,97.63383865356445,97.11122512817383,96.00329399108887,95.81112861633301,96.60816192626953,2.530031057902172 +5000,50000,cpu,homo,True,False,19.082307815551758,21.890878677368164,16.9985294342041,20.224571228027344,13.74053955078125,93.11246871948242,93.44005584716797,93.69015693664551,92.74721145629883,92.34237670898438,4.061434969438112 +5000,50000,cpu,homo,False,False,10.580062866210938,8.082151412963867,6.70933723449707,6.052970886230469,5.702972412109375,93.02902221679688,93.60909461975098,93.57309341430664,93.57595443725586,93.32633018493652,11.581336210218078 +5000,50000,cpu,uniform,True,True,39.690494537353516,39.227962493896484,40.10152816772461,39.611101150512695,39.904117584228516,169.61669921875,169.25382614135742,168.7490940093994,169.88658905029297,170.12882232666016,3.26944448113825 +5000,50000,cpu,uniform,False,True,33.17904472351074,30.991792678833008,29.15787696838379,32.35578536987305,31.137704849243164,168.83468627929688,169.3565845489502,169.97742652893066,168.3506965637207,167.69647598266602,4.38326745317441 +5000,50000,cpu,uniform,True,False,22.01533317565918,19.8824405670166,23.46181869506836,23.520469665527344,26.935577392578125,167.09136962890625,166.62263870239258,165.4980182647705,164.93630409240723,165.56501388549805,6.164087235417876 +5000,50000,cpu,uniform,False,False,14.188051223754883,9.020566940307617,9.585380554199219,8.039712905883789,8.463144302368164,164.61968421936035,166.21637344360352,167.8030490875244,167.12188720703125,165.09580612182617,15.8541539711558 +5000,50000,cpu,normal,True,True,50.25291442871094,49.20077323913574,49.59869384765625,49.9424934387207,49.51047897338867,337.75806427001953,340.9609794616699,340.6193256378174,337.693452835083,340.75331687927246,5.831986161466823 +5000,50000,cpu,normal,False,True,63.956260681152344,50.43458938598633,50.80461502075195,70.7252025604248,57.993412017822266,343.1220054626465,340.7289981842041,341.32885932922363,340.70444107055664,339.89763259887695,4.8036754774835435 +5000,50000,cpu,normal,True,False,43.2133674621582,59.47113037109375,55.47213554382324,57.44338035583496,46.08559608459473,335.8142375946045,336.1084461212158,334.7752094268799,335.0555896759033,335.51597595214844,5.409482966757138 +5000,50000,cpu,normal,False,False,24.79100227355957,21.337032318115234,18.947362899780273,19.530296325683594,19.58441734313965,334.8047733306885,336.00378036499023,337.24308013916016,334.3505859375,335.4308605194092,15.103573185661492 +10000,1000,cpu,homo,True,True,5.753040313720703,7.1697235107421875,5.200624465942383,4.431247711181641,3.4027099609375,3.904581069946289,3.9136409759521484,3.955364227294922,4.027128219604492,4.030466079711914,-0.23600892783334715 +10000,1000,cpu,homo,False,True,7.073402404785156,5.923032760620117,5.331754684448242,4.869699478149414,4.566192626953125,4.110813140869141,3.971576690673828,3.853321075439453,3.9167404174804688,4.038095474243164,-0.2835870881314888 +10000,1000,cpu,homo,True,False,0.640869140625,0.7650852203369141,0.6392002105712891,0.6237030029296875,0.60272216796875,3.9229393005371094,3.973722457885742,3.8971900939941406,3.8971900939941406,3.8819313049316406,4.982728465238304 +10000,1000,cpu,homo,False,False,2.7217864990234375,1.6126632690429688,2.808094024658203,2.699613571166992,2.923250198364258,5.265951156616211,5.3195953369140625,3.9191246032714844,3.786802291870117,3.6313533782958984,0.7173620708976132 +10000,1000,cpu,uniform,True,True,7.8411102294921875,7.9402923583984375,8.16035270690918,8.726835250854492,7.058858871459961,6.864786148071289,6.8206787109375,6.809234619140625,6.852388381958008,6.796598434448242,-0.1405517646988219 +10000,1000,cpu,uniform,False,True,6.669759750366211,5.835771560668945,5.255222320556641,4.484891891479492,4.113674163818359,11.78884506225586,7.930517196655273,7.081747055053711,6.900548934936523,6.623029708862305,0.5298076140341357 +10000,1000,cpu,uniform,True,False,0.9424686431884766,0.9846687316894531,0.9467601776123047,0.9076595306396484,0.9074211120605469,6.765127182006836,6.766080856323242,6.944894790649414,6.755352020263672,6.844758987426758,6.267300554227894 +10000,1000,cpu,uniform,False,False,4.234552383422852,4.535675048828125,4.5948028564453125,4.410743713378906,4.696369171142578,6.707668304443359,6.511688232421875,6.453514099121094,6.664752960205078,6.478786468505859,0.4603151026470744 +10000,1000,cpu,normal,True,True,19.659757614135742,19.605636596679688,19.881010055541992,17.467975616455078,19.03557777404785,14.047384262084961,13.81373405456543,13.76652717590332,13.75269889831543,13.711214065551758,-0.2776624250657428 +10000,1000,cpu,normal,False,True,7.204294204711914,6.020069122314453,5.227327346801758,4.779338836669922,4.287004470825195,13.513326644897461,13.454437255859375,13.346672058105469,13.489484786987305,13.641357421875,1.4509482840780112 +10000,1000,cpu,normal,True,False,2.8371810913085938,2.7866363525390625,2.8200149536132812,2.790212631225586,2.87628173828125,13.602256774902344,13.629436492919922,13.765573501586914,13.467788696289062,13.758420944213867,3.8350032948650794 +10000,1000,cpu,normal,False,False,11.614561080932617,15.629768371582031,14.736413955688477,14.760971069335938,16.14522933959961,14.544010162353516,13.521432876586914,13.437509536743164,13.449668884277344,13.451814651489258,-0.061499460272807616 +10000,2500,cpu,homo,True,True,9.993791580200195,8.652210235595703,8.923053741455078,8.666038513183594,7.267236709594727,9.884834289550781,9.564399719238281,9.652137756347656,9.607315063476562,9.61613655090332,0.11085595904900747 +10000,2500,cpu,homo,False,True,10.534048080444336,8.648157119750977,7.761716842651367,7.053136825561523,6.814479827880859,10.002374649047852,9.737014770507812,9.869813919067383,9.959697723388672,9.68790054321289,0.20693321493667338 +10000,2500,cpu,homo,True,False,1.3530254364013672,1.3556480407714844,1.3043880462646484,1.3267993927001953,1.337289810180664,9.481668472290039,9.62519645690918,9.450674057006836,9.553194046020508,9.418487548828125,6.118188959508677 +10000,2500,cpu,homo,False,False,2.875804901123047,4.787445068359375,4.812479019165039,4.9343109130859375,3.0546188354492188,9.253501892089844,9.384632110595703,9.289979934692383,9.200334548950195,9.336471557617188,1.2704957185297374 +10000,2500,cpu,uniform,True,True,12.241840362548828,11.072397232055664,10.278463363647461,10.334968566894531,9.177207946777344,17.247915267944336,16.875505447387695,16.949176788330078,16.990184783935547,17.064809799194336,0.6030089163052554 +10000,2500,cpu,uniform,False,True,10.093450546264648,8.127450942993164,6.707906723022461,6.061315536499023,5.822420120239258,17.32182502746582,17.396926879882812,17.35234260559082,17.161130905151367,17.39668846130371,1.3532444317791752 +10000,2500,cpu,uniform,True,False,2.0990371704101562,2.0754337310791016,2.1605491638183594,2.0875930786132812,1.9140243530273438,16.763925552368164,16.971349716186523,16.80135726928711,16.6778564453125,16.711711883544922,7.11929419905432 +10000,2500,cpu,uniform,False,False,4.537820816040039,7.176876068115234,5.922794342041016,4.744052886962891,4.6634674072265625,16.765832901000977,16.905784606933594,16.965150833129883,16.74365997314453,16.661405563354492,2.1074800546568517 +10000,2500,cpu,normal,True,True,19.97995376586914,20.308732986450195,18.88871192932129,21.09050750732422,17.032623291015625,33.881425857543945,33.62250328063965,33.74218940734863,33.83016586303711,33.693552017211914,0.7345212541778157 +10000,2500,cpu,normal,False,True,10.540485382080078,8.443355560302734,7.704019546508789,6.934404373168945,6.609678268432617,34.69276428222656,34.096717834472656,34.091949462890625,33.92434120178223,34.23595428466797,3.2513911523304397 +10000,2500,cpu,normal,True,False,7.039308547973633,6.104230880737305,5.648374557495117,4.418134689331055,5.199432373046875,33.516883850097656,33.416032791137695,33.52832794189453,33.12206268310547,33.211708068847656,4.871103912452374 +10000,2500,cpu,normal,False,False,14.147043228149414,14.940738677978516,15.390157699584961,14.455795288085938,17.04859733581543,33.65182876586914,33.69903564453125,33.72025489807129,33.75959396362305,33.59794616699219,1.2166818850743506 +10000,5000,cpu,homo,True,True,13.044357299804688,14.394044876098633,11.486053466796875,10.935068130493164,10.076761245727539,19.72484588623047,19.447803497314453,19.46091651916504,19.745826721191406,19.679546356201172,0.6360530011018692 +10000,5000,cpu,homo,False,True,12.534141540527344,10.462045669555664,9.584903717041016,9.036540985107422,9.22393798828125,19.245386123657227,19.21248435974121,19.214153289794922,19.20032501220703,19.472837448120117,0.8950080892869703 +10000,5000,cpu,homo,True,False,2.5315284729003906,2.5234222412109375,2.803802490234375,2.4900436401367188,2.017498016357422,18.618345260620117,18.997669219970703,18.921613693237305,18.63718032836914,18.709182739257812,6.591925657438112 +10000,5000,cpu,homo,False,False,4.456996917724609,5.132436752319336,5.356311798095703,4.940032958984375,4.051685333251953,18.66316795349121,18.622636795043945,18.964529037475586,18.599748611450195,18.654584884643555,2.9062061134849255 +10000,5000,cpu,uniform,True,True,15.653133392333984,12.975692749023438,12.817621231079102,13.821840286254883,12.326240539550781,33.521413803100586,33.800363540649414,33.87880325317383,33.75053405761719,33.92505645751953,1.4983704393464827 +10000,5000,cpu,uniform,False,True,11.25788688659668,9.366512298583984,8.429527282714844,7.859945297241211,7.999658584594727,33.744096755981445,33.64968299865723,33.895015716552734,34.040212631225586,33.61701965332031,2.761584236202165 +10000,5000,cpu,uniform,True,False,4.215002059936523,3.991842269897461,4.004478454589844,4.026174545288086,4.251241683959961,33.48231315612793,33.62107276916504,33.51879119873047,33.61153602600098,33.77366065979004,7.199986036119903 +10000,5000,cpu,uniform,False,False,8.132219314575195,8.222341537475586,8.080005645751953,8.039474487304688,7.35020637512207,32.881975173950195,32.82618522644043,32.86123275756836,32.776832580566406,32.854318618774414,3.1231298829586613 +10000,5000,cpu,normal,True,True,27.261972427368164,26.3519287109375,24.212360382080078,22.241592407226562,20.107746124267578,67.8548812866211,67.60859489440918,67.46625900268555,67.15106964111328,67.36350059509277,1.8079269441903927 +10000,5000,cpu,normal,False,True,14.028072357177734,10.708808898925781,10.187149047851562,10.542154312133789,10.491609573364258,68.87960433959961,68.68171691894531,68.59493255615234,69.10037994384766,67.7938461303711,5.130521848796782 +10000,5000,cpu,normal,True,False,10.582208633422852,7.840394973754883,6.819486618041992,5.652904510498047,4.84466552734375,67.14749336242676,67.32034683227539,67.32034683227539,66.81418418884277,66.84422492980957,8.385836174059225 +10000,5000,cpu,normal,False,False,21.008014678955078,20.91360092163086,19.21224594116211,21.055221557617188,15.31529426574707,67.23380088806152,66.87140464782715,67.12985038757324,66.93434715270996,67.17991828918457,2.4393258069800936 +10000,10000,cpu,homo,True,True,15.02370834350586,12.925386428833008,12.889862060546875,12.937545776367188,13.16213607788086,38.674116134643555,38.4976863861084,38.59257698059082,38.64860534667969,38.750648498535156,1.8856821282158136 +10000,10000,cpu,homo,False,True,15.570640563964844,12.997627258300781,12.735128402709961,12.897253036499023,12.974739074707031,38.094282150268555,38.269996643066406,38.22970390319824,39.087772369384766,38.43092918395996,1.8598671181243214 +10000,10000,cpu,homo,True,False,5.106925964355469,5.097866058349609,4.245758056640625,3.5767555236816406,5.196332931518555,36.94438934326172,37.04357147216797,37.07718849182129,37.40429878234863,37.1549129486084,6.992906053979693 +10000,10000,cpu,homo,False,False,5.158901214599609,5.100488662719727,5.10096549987793,4.440069198608398,3.4122467041015625,37.45222091674805,37.51111030578613,37.46676445007324,37.2622013092041,37.53471374511719,7.065724468729778 +10000,10000,cpu,uniform,True,True,15.076398849487305,12.309074401855469,11.982440948486328,11.708498001098633,12.232780456542969,67.47269630432129,67.52204895019531,67.63648986816406,67.58499145507812,67.37303733825684,4.332389337872546 +10000,10000,cpu,uniform,False,True,15.120506286621094,12.06517219543457,11.726617813110352,12.39919662475586,12.401819229125977,67.89445877075195,67.83413887023926,67.71016120910645,68.56536865234375,68.40753555297852,4.342865589204926 +10000,10000,cpu,uniform,True,False,8.003711700439453,7.292032241821289,6.021976470947266,4.640102386474609,4.561424255371094,67.46482849121094,66.50972366333008,66.35618209838867,66.31588935852051,66.10345840454102,9.902958431960752 +10000,10000,cpu,uniform,False,False,6.90150260925293,6.248950958251953,5.443572998046875,4.786252975463867,3.9680004119873047,66.52474403381348,66.1306381225586,66.76793098449707,67.1231746673584,67.08192825317383,11.199246776569868 +10000,10000,cpu,normal,True,True,20.298242568969727,17.000436782836914,16.293764114379883,16.023635864257812,16.728878021240234,135.41698455810547,135.03146171569824,135.96796989440918,135.41626930236816,134.76037979125977,6.835930273334493 +10000,10000,cpu,normal,False,True,19.012451171875,16.127824783325195,16.30258560180664,16.63970947265625,16.543865203857422,135.11204719543457,153.2309055328369,136.14606857299805,135.65492630004883,134.58514213562012,7.209362471791723 +10000,10000,cpu,normal,True,False,14.597892761230469,10.9405517578125,9.137630462646484,8.367300033569336,8.235692977905273,135.56623458862305,134.83381271362305,134.36341285705566,133.23640823364258,134.62448120117188,12.116937883578203 +10000,10000,cpu,normal,False,False,18.189668655395508,11.979103088378906,10.762929916381836,8.50367546081543,7.866859436035156,133.6841583251953,133.96215438842773,133.68678092956543,132.80177116394043,135.18834114074707,10.68057734154937 +10000,25000,cpu,homo,True,True,32.84811973571777,33.20646286010742,33.010005950927734,32.9282283782959,33.36024284362793,95.65067291259766,96.85087203979492,97.13554382324219,96.79484367370605,96.4808464050293,1.9204949671324405 +10000,25000,cpu,homo,False,True,22.137165069580078,21.143436431884766,21.678686141967773,20.915746688842773,21.803617477416992,95.29232978820801,96.26007080078125,96.21596336364746,96.19426727294922,96.10843658447266,3.45836811421562 +10000,25000,cpu,homo,True,False,12.317419052124023,9.468793869018555,8.733034133911133,8.128881454467773,6.236791610717773,92.99159049987793,93.20521354675293,92.80037879943848,93.27268600463867,93.60027313232422,9.379212901238175 +10000,25000,cpu,homo,False,False,9.810209274291992,9.011268615722656,7.616519927978516,7.026433944702148,5.883693695068359,92.94319152832031,91.96043014526367,93.09983253479004,92.96703338623047,93.27292442321777,10.798361589452126 +10000,25000,cpu,uniform,True,True,29.433012008666992,29.02078628540039,29.597043991088867,29.997825622558594,30.617237091064453,168.94865036010742,168.94221305847168,170.10831832885742,167.43087768554688,167.6020622253418,4.67064870499559 +10000,25000,cpu,uniform,False,True,22.552013397216797,20.9348201751709,21.787405014038086,20.741701126098633,21.791458129882812,166.86630249023438,167.84358024597168,168.7624454498291,168.44797134399414,168.2569980621338,6.79331766100443 +10000,25000,cpu,uniform,True,False,17.850399017333984,14.127016067504883,12.015104293823242,8.464813232421875,8.765697479248047,163.84291648864746,163.51008415222168,165.39692878723145,166.89753532409668,164.7164821624756,12.464932161939032 +10000,25000,cpu,uniform,False,False,12.713909149169922,10.52546501159668,7.971048355102539,7.152318954467773,5.944967269897461,166.14341735839844,166.10050201416016,185.9288215637207,164.24298286437988,163.5458469390869,18.092875591907017 +10000,25000,cpu,normal,True,True,40.88997840881348,40.29679298400879,39.754629135131836,41.237592697143555,39.604902267456055,339.17927742004395,339.0200138092041,337.0323181152344,336.81774139404297,338.6650085449219,7.378836949085654 +10000,25000,cpu,normal,False,True,34.93690490722656,33.39362144470215,33.1876277923584,33.39362144470215,33.820152282714844,330.66534996032715,335.85619926452637,340.00301361083984,336.7791175842285,337.78834342956543,8.963093796496603 +10000,25000,cpu,normal,True,False,24.672269821166992,21.522998809814453,20.03335952758789,19.986391067504883,19.644975662231445,334.4557285308838,332.6389789581299,333.39786529541016,335.2775573730469,334.2139720916748,14.77540320128646 +10000,25000,cpu,normal,False,False,21.66914939880371,20.661115646362305,19.397974014282227,19.889116287231445,19.696712493896484,335.5562686920166,336.49158477783203,338.23561668395996,335.1893424987793,337.42737770080566,15.610725699036575 +10000,37500,cpu,homo,True,True,48.42376708984375,48.48670959472656,49.78322982788086,54.070234298706055,49.81684684753418,144.46711540222168,146.32916450500488,145.92623710632324,144.87791061401367,144.44494247436523,1.8974502669807767 +10000,37500,cpu,homo,False,True,26.57032012939453,29.136180877685547,27.84562110900879,28.072595596313477,27.584314346313477,144.0751552581787,142.56787300109863,141.77966117858887,140.28477668762207,141.99566841125488,4.10529470700566 +10000,37500,cpu,homo,True,False,14.368057250976562,11.164188385009766,7.835865020751953,7.557153701782227,7.343292236328125,138.8988494873047,138.5633945465088,138.57793807983398,139.62912559509277,139.9214267730713,13.410845974127328 +10000,37500,cpu,homo,False,False,12.954235076904297,9.840965270996094,9.308099746704102,7.399320602416992,5.8841705322265625,137.56775856018066,177.57558822631836,138.8254165649414,139.68443870544434,138.06605339050293,15.121854742968807 +10000,37500,cpu,uniform,True,True,45.102834701538086,46.69594764709473,46.140432357788086,45.91727256774902,45.1054573059082,254.7459602355957,253.3419132232666,252.7170181274414,255.16176223754883,253.97562980651855,4.546521217573849 +10000,37500,cpu,uniform,False,True,24.651050567626953,26.25870704650879,26.361942291259766,26.778697967529297,25.244712829589844,253.84831428527832,252.3038387298584,252.8536319732666,254.08387184143066,253.11613082885742,8.793145160546779 +10000,37500,cpu,uniform,True,False,22.08852767944336,13.61989974975586,12.855768203735352,10.015726089477539,9.164571762084961,248.02851676940918,246.58918380737305,248.04115295410156,249.90129470825195,248.85225296020508,17.324919670163755 +10000,37500,cpu,uniform,False,False,15.062570571899414,13.22627067565918,9.680986404418945,8.76617431640625,8.236169815063477,249.73058700561523,247.98870086669922,249.497652053833,249.4509220123291,249.64499473571777,21.671704905234854 +10000,37500,cpu,normal,True,True,60.27674674987793,60.88685989379883,60.39690971374512,60.22310256958008,61.0964298248291,509.72723960876465,507.7862739562988,508.5792541503906,506.93678855895996,509.31477546691895,7.393898317892962 +10000,37500,cpu,normal,False,True,40.666818618774414,38.24639320373535,38.09976577758789,38.61212730407715,38.87462615966797,503.9527416229248,508.2719326019287,503.7415027618408,506.9465637207031,504.6572685241699,11.99523652504134 +10000,37500,cpu,normal,True,False,30.254125595092773,29.977798461914062,29.326677322387695,29.901742935180664,30.200719833374023,499.4063377380371,508.0690383911133,497.0724582672119,502.4905204772949,500.49352645874023,15.754737750986102 +10000,37500,cpu,normal,False,False,31.351327896118164,29.373884201049805,28.701066970825195,29.522180557250977,30.340909957885742,504.0433406829834,502.74085998535156,504.67848777770996,502.5291442871094,506.17527961730957,15.881088850382888 +10000,50000,cpu,homo,True,True,64.45980072021484,63.70234489440918,65.71674346923828,64.5449161529541,64.9874210357666,194.72670555114746,191.8342113494873,191.6642189025879,191.9114589691162,192.88110733032227,1.9776879213555625 +10000,50000,cpu,homo,False,True,34.85298156738281,34.32655334472656,34.68775749206543,35.21466255187988,37.323951721191406,212.33296394348145,191.23363494873047,190.80519676208496,191.3766860961914,191.27917289733887,4.538520070279768 +10000,50000,cpu,homo,True,False,14.44554328918457,18.921852111816406,11.873245239257812,11.067390441894531,9.609222412109375,185.0755214691162,185.4267120361328,186.6931915283203,186.9511604309082,184.87834930419922,13.093805271324559 +10000,50000,cpu,homo,False,False,16.377925872802734,10.56361198425293,8.686065673828125,7.720470428466797,6.879091262817383,185.9726905822754,185.96267700195312,185.35971641540527,185.06836891174316,185.93335151672363,17.48196688628553 +10000,50000,cpu,uniform,True,True,59.27896499633789,59.08799171447754,59.31401252746582,60.72878837585449,60.52064895629883,339.50233459472656,338.87696266174316,339.99156951904297,340.3313159942627,337.3425006866455,4.67371082425098 +10000,50000,cpu,uniform,False,True,32.26208686828613,31.209468841552734,33.045053482055664,33.962249755859375,33.763885498046875,336.5142345428467,335.3283405303955,332.0300579071045,335.3090286254883,334.55467224121094,9.190625707666312 +10000,50000,cpu,uniform,True,False,20.899534225463867,17.029523849487305,14.503955841064453,11.105537414550781,11.211633682250977,328.63378524780273,325.47450065612793,327.1510601043701,328.86481285095215,325.36792755126953,20.879438641256677 +10000,50000,cpu,uniform,False,False,15.563488006591797,11.590003967285156,11.420249938964844,10.710954666137695,12.499809265136719,331.4180374145508,332.4267864227295,332.9198360443115,328.8156986236572,331.03275299072266,25.812759750408077 +10000,50000,cpu,normal,True,True,82.90410041809082,80.99865913391113,81.67243003845215,80.47056198120117,82.6103687286377,677.6828765869141,675.1430034637451,678.847074508667,677.6378154754639,680.4823875427246,7.294977094889932 +10000,50000,cpu,normal,False,True,49.391984939575195,50.22835731506348,50.393104553222656,50.12011528015137,49.74532127380371,675.7419109344482,675.579309463501,677.3912906646729,675.654411315918,674.5305061340332,12.522140738959687 +10000,50000,cpu,normal,True,False,41.01085662841797,40.07720947265625,39.659738540649414,40.41600227355957,40.099143981933594,670.9771156311035,670.5832481384277,670.9415912628174,669.6498394012451,669.867992401123,15.654927158186027 +10000,50000,cpu,normal,False,False,41.812896728515625,39.86787796020508,39.89863395690918,39.16573524475098,39.78610038757324,670.3641414642334,669.109582901001,667.9732799530029,670.3550815582275,669.5122718811035,15.692233521066143 +25000,1000,cpu,homo,True,True,10.303497314453125,8.861303329467773,7.195711135864258,6.70623779296875,7.083415985107422,10.317802429199219,11.448383331298828,9.887933731079102,9.896278381347656,9.476661682128906,0.2709053336658709 +25000,1000,cpu,homo,False,True,13.610124588012695,10.202884674072266,10.228872299194336,10.254144668579102,10.125398635864258,9.990215301513672,9.964227676391602,10.113954544067383,9.82213020324707,9.952545166015625,-0.08412774905809162 +25000,1000,cpu,homo,True,False,2.0189285278320312,1.6145706176757812,1.5473365783691406,1.4998912811279297,1.4803409576416016,9.880781173706055,9.773731231689453,9.723424911499023,9.75489616394043,9.750127792358398,4.989775051124744 +25000,1000,cpu,homo,False,False,6.453037261962891,5.155324935913086,6.50477409362793,6.859779357910156,7.507085800170898,13.01717758178711,9.775400161743164,9.094476699829102,9.286880493164062,9.161949157714844,0.5497500568886671 +25000,1000,cpu,uniform,True,True,17.923355102539062,19.303083419799805,18.619775772094727,18.601417541503906,16.236305236816406,17.109394073486328,17.19975471496582,17.018795013427734,16.85309410095215,17.00425148010254,-0.06063529956146352 +25000,1000,cpu,uniform,False,True,11.29460334777832,9.617328643798828,8.430719375610352,8.129358291625977,7.997035980224609,17.645597457885742,17.244577407836914,17.459392547607422,17.261981964111328,17.276287078857422,0.9109228099060882 +25000,1000,cpu,uniform,True,False,2.145051956176758,2.4557113647460938,2.3698806762695312,2.248048782348633,2.237081527709961,17.034292221069336,16.884565353393555,16.98923110961914,16.97540283203125,16.9219970703125,6.402859580844554 +25000,1000,cpu,uniform,False,False,8.542537689208984,10.570526123046875,8.129596710205078,10.567903518676758,8.644580841064453,16.918182373046875,16.90530776977539,16.689777374267578,16.6323184967041,16.506671905517578,0.8007103009027596 +25000,1000,cpu,normal,True,True,42.32430458068848,39.43920135498047,43.2887077331543,42.0987606048584,36.006927490234375,34.789323806762695,34.26408767700195,34.39188003540039,34.258127212524414,34.00993347167969,-0.1547788655402027 +25000,1000,cpu,normal,False,True,13.576507568359375,10.143518447875977,9.436368942260742,8.331060409545898,8.800983428955078,34.36088562011719,33.98847579956055,33.865928649902344,34.02090072631836,33.91146659851074,2.3834348702145314 +25000,1000,cpu,normal,True,False,6.74748420715332,6.270885467529297,5.770206451416016,3.9052963256835938,3.756284713745117,34.20138359069824,34.20209884643555,34.49511528015137,34.525156021118164,33.950090408325195,5.479123850730124 +25000,1000,cpu,normal,False,False,39.3216609954834,32.874107360839844,20.172595977783203,13.749122619628906,12.130498886108398,33.81991386413574,33.763885498046875,34.11126136779785,34.075260162353516,33.36954116821289,0.430382605329376 +25000,2500,cpu,homo,True,True,17.969846725463867,18.356800079345703,10.492086410522461,18.843412399291992,13.3819580078125,24.16396141052246,24.2767333984375,24.532318115234375,24.239778518676758,24.32107925415039,0.5375450555748262 +25000,2500,cpu,homo,False,True,18.251419067382812,16.579151153564453,16.383886337280273,17.343759536743164,17.64655113220215,24.442434310913086,24.37758445739746,24.59549903869629,24.3377685546875,24.776458740234375,0.42138015150635155 +25000,2500,cpu,homo,True,False,3.167390823364258,3.099679946899414,3.0736923217773438,2.485990524291992,2.6404857635498047,23.401260375976562,23.402690887451172,23.402929306030273,23.61440658569336,23.267030715942383,7.093342122610416 +25000,2500,cpu,homo,False,False,7.392406463623047,6.700277328491211,9.552955627441406,5.986690521240234,6.9255828857421875,23.69976043701172,23.468494415283203,23.561716079711914,23.352622985839844,23.273944854736328,2.2101542374539407 +25000,2500,cpu,uniform,True,True,18.294572830200195,16.61515235900879,17.27461814880371,20.145416259765625,13.65041732788086,41.9919490814209,41.94927215576172,41.9614315032959,41.66603088378906,42.15693473815918,1.4392322260951067 +25000,2500,cpu,uniform,False,True,15.594005584716797,13.312101364135742,12.994527816772461,13.44919204711914,13.536691665649414,42.756080627441406,43.128013610839844,42.717695236206055,42.954444885253906,43.27678680419922,2.1186511658492857 +25000,2500,cpu,uniform,True,False,5.107879638671875,5.074739456176758,4.043102264404297,3.6590099334716797,4.137516021728516,41.77236557006836,42.62089729309082,41.411399841308594,41.954755783081055,41.78643226623535,8.515189243027889 +25000,2500,cpu,uniform,False,False,10.772228240966797,9.214162826538086,9.689569473266602,11.168479919433594,11.618614196777344,41.13626480102539,40.758371353149414,41.39852523803711,41.227102279663086,41.43834114074707,2.925783699771866 +25000,2500,cpu,normal,True,True,33.24532508850098,34.97719764709473,34.54923629760742,29.66761589050293,37.33682632446289,84.89203453063965,124.44090843200684,83.24313163757324,84.09333229064941,83.58216285705566,1.710931016033018 +25000,2500,cpu,normal,False,True,18.495559692382812,16.109466552734375,16.173839569091797,15.956878662109375,16.783475875854492,85.67976951599121,84.86628532409668,85.18648147583008,84.59353446960449,85.01458168029785,4.092727765804085 +25000,2500,cpu,normal,True,False,9.689569473266602,8.615493774414062,12.026071548461914,8.26406478881836,8.23664665222168,84.39183235168457,84.34700965881348,83.73332023620605,84.24901962280273,83.65130424499512,7.976209991498115 +25000,2500,cpu,normal,False,False,30.66849708557129,26.628732681274414,31.79025650024414,31.548023223876953,20.120620727539062,84.66768264770508,84.47623252868652,83.48608016967773,85.20817756652832,83.45317840576172,1.993058637406119 +25000,5000,cpu,homo,True,True,19.789695739746094,16.0980224609375,20.313024520874023,14.522552490234375,15.538215637207031,48.34890365600586,48.09212684631348,47.85799980163574,48.57754707336426,48.31671714782715,1.7960708333448494 +25000,5000,cpu,homo,False,True,22.841453552246094,23.37169647216797,22.685527801513672,23.030519485473633,23.084640502929688,48.64048957824707,48.58088493347168,48.094987869262695,48.20108413696289,48.922061920166016,1.1079159955472915 +25000,5000,cpu,homo,True,False,6.027460098266602,5.4149627685546875,4.688501358032227,4.500627517700195,3.7851333618164062,46.50449752807617,45.952796936035156,46.28491401672363,46.661376953125,46.66638374328613,8.504564939313159 +25000,5000,cpu,homo,False,False,12.584447860717773,9.658098220825195,9.81283187866211,12.09115982055664,11.097192764282227,46.15139961242676,46.95701599121094,46.834707260131836,47.25527763366699,46.83566093444824,3.236391335683983 +25000,5000,cpu,uniform,True,True,17.8525447845459,22.408485412597656,18.74518394470215,24.849414825439453,26.18551254272461,84.8388671875,84.56254005432129,84.9466323852539,86.16423606872559,86.23456954956055,2.878066324916693 +25000,5000,cpu,uniform,False,True,21.135330200195312,20.546913146972656,21.33941650390625,20.84183692932129,20.91693878173828,84.38563346862793,84.59091186523438,84.95187759399414,84.81931686401367,85.41488647460938,3.04810901950255 +25000,5000,cpu,uniform,True,False,8.957624435424805,7.347822189331055,5.899190902709961,5.018711090087891,5.072355270385742,82.7338695526123,82.97872543334961,83.07123184204102,83.07695388793945,83.01997184753418,11.84631398662316 +25000,5000,cpu,uniform,False,False,12.298107147216797,12.978553771972656,13.550519943237305,15.315532684326172,10.968923568725586,82.21030235290527,81.7561149597168,82.28778839111328,83.12439918518066,83.27031135559082,5.337560143245282 +25000,5000,cpu,normal,True,True,28.55682373046875,33.90145301818848,33.37526321411133,39.394378662109375,36.543846130371094,169.52276229858398,168.68996620178223,170.03560066223145,170.21775245666504,169.25430297851562,3.9351555874486266 +25000,5000,cpu,normal,False,True,25.831937789916992,24.783611297607422,24.876832962036133,24.995803833007812,24.99866485595703,171.0803508758545,169.96455192565918,170.6233024597168,169.91019248962402,169.94071006774902,5.785723785457793 +25000,5000,cpu,normal,True,False,16.9832706451416,14.37997817993164,13.051748275756836,14.383554458618164,12.459993362426758,167.01316833496094,212.77594566345215,168.40457916259766,169.2218780517578,169.1608428955078,11.44168562633833 +25000,5000,cpu,normal,False,False,30.907154083251953,36.57364845275879,31.379222869873047,26.413440704345703,28.777122497558594,169.33941841125488,168.4551239013672,167.48881340026855,166.84532165527344,167.8335666656494,4.45250915056451 +25000,10000,cpu,homo,True,True,22.79949188232422,21.34847640991211,21.61431312561035,20.7211971282959,20.52760124206543,95.51453590393066,96.22740745544434,95.75462341308594,95.43776512145996,95.27397155761719,3.468773741915216 +25000,10000,cpu,homo,False,True,32.8218936920166,33.56218338012695,33.682823181152344,33.23984146118164,33.13708305358887,95.37482261657715,95.73745727539062,95.90840339660645,98.16431999206543,95.15690803527832,1.8859100779813098 +25000,10000,cpu,homo,True,False,8.64267349243164,8.529901504516602,9.366035461425781,6.05463981628418,6.2007904052734375,97.42379188537598,95.54481506347656,93.43147277832031,93.15323829650879,93.89328956604004,11.204106591934314 +25000,10000,cpu,homo,False,False,10.442495346069336,8.516788482666016,6.192445755004883,5.972862243652344,5.387544631958008,92.25821495056152,92.85974502563477,92.83280372619629,92.07320213317871,92.84567832946777,11.67714489072305 +25000,10000,cpu,uniform,True,True,21.52395248413086,20.980119705200195,20.86639404296875,21.126747131347656,20.33090591430664,168.03884506225586,206.27999305725098,169.4350242614746,169.6934700012207,169.38352584838867,7.421698913530491 +25000,10000,cpu,uniform,False,True,30.033111572265625,30.91716766357422,30.59077262878418,30.041933059692383,30.840158462524414,169.49057579040527,169.94166374206543,169.0366268157959,167.9847240447998,167.88291931152344,4.539424597495108 +25000,10000,cpu,uniform,True,False,12.402772903442383,10.226249694824219,8.52203369140625,6.533145904541016,5.438089370727539,165.35115242004395,164.10088539123535,164.3238067626953,164.23344612121582,165.8473014831543,18.10512086162284 +25000,10000,cpu,uniform,False,False,11.953115463256836,10.819673538208008,9.361743927001953,7.277965545654297,6.803750991821289,164.963960647583,166.12935066223145,164.9940013885498,164.88957405090332,164.75510597229004,16.866702777992725 +25000,10000,cpu,normal,True,True,33.68806838989258,33.75554084777832,33.53166580200195,34.23261642456055,33.30373764038086,336.6386890411377,376.7890930175781,339.76006507873535,337.92686462402344,340.69252014160156,9.277078449155264 +25000,10000,cpu,normal,False,True,41.817426681518555,40.20857810974121,43.869972229003906,41.124582290649414,41.0618782043457,342.7913188934326,339.61987495422363,339.7033214569092,340.5873775482178,339.28561210632324,7.179390463139393 +25000,10000,cpu,normal,True,False,27.05669403076172,22.075176239013672,21.257638931274414,19.599437713623047,19.59824562072754,335.5722427368164,335.08777618408203,334.5448970794678,333.1592082977295,335.9332084655762,14.278220876247167 +25000,10000,cpu,normal,False,False,20.49088478088379,25.28548240661621,20.491600036621094,20.096778869628906,19.806861877441406,335.10756492614746,334.644079208374,334.5174789428711,335.9854221343994,334.136962890625,14.770614574818781 +25000,25000,cpu,homo,True,True,55.04345893859863,54.351806640625,53.30061912536621,54.47268486022949,54.36563491821289,237.51258850097656,239.03322219848633,241.10841751098633,238.90328407287598,239.62044715881348,3.4052570162183233 +25000,25000,cpu,homo,False,True,55.47618865966797,54.41904067993164,53.285837173461914,54.71992492675781,54.15940284729004,238.97123336791992,239.44520950317383,239.58516120910645,239.15982246398926,238.29007148742676,3.394066623199989 +25000,25000,cpu,homo,True,False,15.96379280090332,13.589620590209961,9.751558303833008,9.443998336791992,8.573293685913086,253.4933090209961,231.67824745178223,232.57136344909668,232.63049125671387,230.47900199890137,19.600240405611682 +25000,25000,cpu,homo,False,False,14.755725860595703,17.299175262451172,11.19685173034668,9.950637817382812,9.04393196105957,233.05082321166992,233.89172554016113,231.5502166748047,233.27875137329102,232.33366012573242,17.70158955109545 +25000,25000,cpu,uniform,True,True,52.36482620239258,52.02841758728027,52.71792411804199,52.060604095458984,52.74820327758789,423.5799312591553,422.8861331939697,425.4627227783203,421.80418968200684,424.701452255249,7.088098003590115 +25000,25000,cpu,uniform,False,True,53.34186553955078,52.080392837524414,52.72984504699707,52.76608467102051,53.0552864074707,421.83399200439453,421.0624694824219,423.3381748199463,421.88072204589844,422.1498966217041,6.994232219547772 +25000,25000,cpu,uniform,True,False,20.743608474731445,18.79572868347168,21.708250045776367,16.77560806274414,14.429092407226562,410.84814071655273,411.99588775634766,414.20674324035645,410.5684757232666,413.22851181030273,21.290933097456502 +25000,25000,cpu,uniform,False,False,19.498109817504883,14.977455139160156,13.40794563293457,14.657735824584961,13.731002807617188,412.0974540710449,412.00709342956543,414.31307792663574,410.35008430480957,412.5657081604004,26.025994892297497 +25000,25000,cpu,normal,True,True,84.84745025634766,81.96544647216797,84.04827117919922,82.80205726623535,82.52835273742676,848.6223220825195,849.0252494812012,846.8120098114014,848.4382629394531,848.7915992736816,9.191675345461878 +25000,25000,cpu,normal,False,True,82.93867111206055,83.57667922973633,83.79864692687988,82.34071731567383,83.70447158813477,846.0049629211426,850.0864505767822,850.3425121307373,848.3197689056396,847.4576473236084,9.188826097139327 +25000,25000,cpu,normal,True,False,48.59280586242676,48.44403266906738,49.486637115478516,49.817800521850586,51.027536392211914,836.8678092956543,833.6801528930664,832.7939510345459,829.4186592102051,833.5022926330566,15.84231258553887 +25000,25000,cpu,normal,False,False,51.900625228881836,54.21090126037598,51.172494888305664,49.872636795043945,49.92222785949707,840.2457237243652,835.810661315918,839.4529819488525,840.7483100891113,841.8011665344238,15.329846874660916 +25000,37500,cpu,homo,True,True,82.41605758666992,80.57522773742676,82.45420455932617,82.34310150146484,81.96306228637695,359.71808433532715,360.3079319000244,358.9651584625244,360.3806495666504,359.6339225769043,3.3904783073425646 +25000,37500,cpu,homo,False,True,70.08075714111328,70.27053833007812,70.33801078796387,70.55902481079102,71.61402702331543,358.6153984069824,360.71085929870605,355.8838367462158,357.59639739990234,359.73644256591797,4.080006108058583 +25000,37500,cpu,homo,True,False,18.248796463012695,17.899513244628906,14.709234237670898,13.289213180541992,13.514041900634766,345.95251083374023,346.543550491333,350.2044677734375,346.93431854248047,346.7419147491455,21.358471508873833 +25000,37500,cpu,homo,False,False,23.60987663269043,17.16017723083496,13.227462768554688,12.999773025512695,13.231754302978516,345.7496166229248,346.76599502563477,343.42193603515625,346.1441993713379,346.65536880493164,20.547522325076894 +25000,37500,cpu,uniform,True,True,80.75284957885742,79.99825477600098,79.16617393493652,79.54263687133789,81.38489723205566,633.0094337463379,634.8803043365479,631.8471431732178,634.1948509216309,634.3629360198975,6.904043086604432 +25000,37500,cpu,uniform,False,True,66.09988212585449,66.48874282836914,66.45584106445312,66.79701805114746,65.64140319824219,632.2240829467773,633.512020111084,632.5488090515137,626.4364719390869,631.887674331665,8.522690852597206 +25000,37500,cpu,uniform,True,False,21.88897132873535,21.995067596435547,21.081209182739258,20.433425903320312,20.489215850830078,612.9930019378662,611.3519668579102,614.6957874298096,616.7197227478027,614.633321762085,27.996647347824716 +25000,37500,cpu,uniform,False,False,22.754430770874023,21.772384643554688,21.040678024291992,20.360231399536133,20.57957649230957,621.8528747558594,620.9383010864258,621.1414337158203,621.0644245147705,618.1650161743164,28.135674376124857 +25000,37500,cpu,normal,True,True,126.18827819824219,126.45292282104492,126.63626670837402,126.15966796875,125.68068504333496,1267.890214920044,1265.613317489624,1273.024559020996,1270.0886726379395,1266.6289806365967,9.050810698500246 +25000,37500,cpu,normal,False,True,93.89495849609375,93.37258338928223,94.40755844116211,94.59352493286133,93.98388862609863,1267.4903869628906,1270.0345516204834,1271.2736129760742,1273.4591960906982,1272.8636264801025,12.514274111201583 +25000,37500,cpu,normal,True,False,74.67246055603027,75.836181640625,75.37055015563965,79.97345924377441,77.25238800048828,1250.8907318115234,1270.3056335449219,1249.2363452911377,1247.948169708252,1248.9898204803467,15.359405523446675 +25000,37500,cpu,normal,False,False,73.97794723510742,73.89664649963379,74.65028762817383,74.64027404785156,77.7735710144043,1258.4402561187744,1259.3045234680176,1258.6102485656738,1256.7601203918457,1257.389783859253,15.777421186602883 +25000,50000,cpu,homo,True,True,108.30807685852051,107.19895362854004,107.60307312011719,108.30020904541016,107.58376121520996,478.0092239379883,481.8575382232666,480.0548553466797,479.63547706604004,476.8521785736084,3.4460772192745184 +25000,50000,cpu,homo,False,True,89.64681625366211,90.12937545776367,89.75696563720703,88.4401798248291,87.71467208862305,475.44407844543457,478.32226753234863,474.75314140319824,478.557825088501,475.9020805358887,4.346743334986313 +25000,50000,cpu,homo,True,False,27.972698211669922,19.959211349487305,17.96102523803711,17.203092575073242,17.517805099487305,463.7618064880371,463.03701400756836,463.820219039917,465.7118320465088,463.0591869354248,22.05239748344214 +25000,50000,cpu,homo,False,False,21.57735824584961,18.36228370666504,17.302989959716797,17.263412475585938,17.311573028564453,460.9074592590332,457.8356742858887,460.9100818634033,459.75732803344727,461.9121551513672,24.06406464629678 +25000,50000,cpu,uniform,True,True,107.04398155212402,105.01527786254883,106.44674301147461,105.45539855957031,108.38723182678223,842.3857688903809,845.9630012512207,844.2037105560303,843.775749206543,846.4255332946777,6.93230883469961 +25000,50000,cpu,uniform,False,True,81.62736892700195,86.4861011505127,85.19458770751953,82.03721046447754,87.19539642333984,845.2675342559814,847.7234840393066,840.6143188476562,845.4999923706055,845.7298278808594,8.998647492698606 +25000,50000,cpu,uniform,True,False,28.9914608001709,27.669906616210938,27.7254581451416,27.061939239501953,28.155803680419922,828.6726474761963,825.3674507141113,824.5820999145508,825.0844478607178,827.6045322418213,28.59295117019387 +25000,50000,cpu,uniform,False,False,32.63521194458008,28.84078025817871,27.364015579223633,27.713775634765625,27.65941619873047,830.5363655090332,826.6735076904297,826.3142108917236,825.6795406341553,826.5037536621094,27.67773122997517 +25000,50000,cpu,normal,True,True,168.00451278686523,164.3235683441162,166.4285659790039,166.94116592407227,164.40367698669434,1693.7506198883057,1696.0058212280273,1693.854570388794,1691.774845123291,1692.176342010498,9.200634862644606 +25000,50000,cpu,normal,False,True,124.40109252929688,124.23014640808105,123.04997444152832,123.40021133422852,122.99084663391113,1670.8080768585205,1716.1364555358887,1697.7126598358154,1699.2146968841553,1693.2692527770996,12.715452924972892 +25000,50000,cpu,normal,True,False,101.16767883300781,100.35967826843262,99.15637969970703,99.65777397155762,99.17926788330078,1682.4429035186768,1678.2469749450684,1679.1181564331055,1681.4091205596924,1677.0954132080078,15.812739184265315 +25000,50000,cpu,normal,False,False,99.83587265014648,100.29983520507812,99.60675239562988,100.53110122680664,100.19230842590332,1666.7265892028809,1664.2870903015137,1669.3801879882812,1666.712999343872,1668.1492328643799,15.654994078431486 +37500,1000,cpu,homo,True,True,15.100240707397461,21.640300750732422,16.52050018310547,13.269186019897461,21.72231674194336,14.478921890258789,14.402627944946289,14.502286911010742,14.33110237121582,14.244556427001953,-0.1846184602250931 +37500,1000,cpu,homo,False,True,17.002344131469727,15.169620513916016,14.714479446411133,15.26498794555664,15.536785125732422,15.243291854858398,15.049457550048828,14.945507049560547,15.085458755493164,15.04373550415039,-0.029872824138862275 +37500,1000,cpu,homo,True,False,2.2432804107666016,2.1266937255859375,2.1352767944335938,2.103090286254883,2.129077911376953,14.496326446533203,14.341592788696289,14.41335678100586,14.415740966796875,14.5263671875,5.723532285282885 +37500,1000,cpu,homo,False,False,6.807088851928711,6.116628646850586,9.6435546875,8.36634635925293,6.628990173339844,15.221118927001953,13.925313949584961,13.907909393310547,13.945579528808594,13.765811920166016,0.8839408691899029 +37500,1000,cpu,uniform,True,True,21.810531616210938,19.775390625,19.072771072387695,26.835203170776367,24.66893196105957,25.81954002380371,25.48050880432129,25.7413387298584,25.70819854736328,25.65741539001465,0.14482670662883024 +37500,1000,cpu,uniform,False,True,14.181137084960938,11.80720329284668,11.421918869018555,11.214494705200195,11.443853378295898,26.26490592956543,26.317596435546875,26.245594024658203,26.028156280517578,26.102781295776367,1.1801576528303683 +37500,1000,cpu,uniform,True,False,3.562450408935547,3.393888473510742,3.094911575317383,2.7179718017578125,2.4907588958740234,25.220155715942383,25.580883026123047,24.931907653808594,25.334596633911133,24.99103546142578,7.260729630497618 +37500,1000,cpu,uniform,False,False,12.993574142456055,14.737606048583984,9.849309921264648,11.535406112670898,16.034841537475586,25.089740753173828,25.095701217651367,24.935245513916016,24.967432022094727,24.939537048339844,0.9190520452898683 +37500,1000,cpu,normal,True,True,35.75539588928223,41.13435745239258,25.577545166015625,24.5211124420166,23.555755615234375,51.00369453430176,51.18703842163086,50.95314979553223,50.85587501525879,51.00584030151367,0.6938922569160697 +37500,1000,cpu,normal,False,True,15.298843383789062,12.439250946044922,13.062000274658203,12.712717056274414,12.898921966552734,50.777435302734375,50.618648529052734,50.36640167236328,50.28486251831055,50.298213958740234,2.7997135174528185 +37500,1000,cpu,normal,True,False,8.80885124206543,7.520914077758789,5.369663238525391,6.046056747436523,4.321813583374023,51.65410041809082,53.2073974609375,51.06925964355469,51.114797592163086,50.80270767211914,7.040847583643123 +37500,1000,cpu,normal,False,False,51.180362701416016,38.71273994445801,32.11665153503418,51.748037338256836,39.052724838256836,50.38785934448242,50.94599723815918,50.92787742614746,51.044464111328125,50.46725273132324,0.19248548048828584 +37500,2500,cpu,homo,True,True,22.95398712158203,23.462533950805664,14.894247055053711,11.640787124633789,23.172616958618164,35.819053649902344,35.93897819519043,36.08536720275879,36.000967025756836,35.77065467834473,0.8685728742428827 +37500,2500,cpu,homo,False,True,24.496793746948242,24.474620819091797,24.78814125061035,24.86896514892578,24.07693862915039,36.66830062866211,36.56196594238281,36.60726547241211,36.52477264404297,36.61346435546875,0.4911787107705221 +37500,2500,cpu,homo,True,False,4.639863967895508,4.642724990844727,3.5827159881591797,3.4952163696289062,3.4513473510742188,35.12310981750488,35.64906120300293,35.29667854309082,35.16674041748047,35.10260581970215,7.900634198587193 +37500,2500,cpu,homo,False,False,10.097026824951172,9.270429611206055,10.760784149169922,9.414196014404297,9.988546371459961,34.76285934448242,34.73067283630371,34.73067283630371,34.9581241607666,34.70754623413086,2.5107293451681847 +37500,2500,cpu,uniform,True,True,23.494720458984375,25.16961097717285,22.769689559936523,18.643617630004883,25.90322494506836,63.73119354248047,64.45693969726562,64.41593170166016,64.37015533447266,63.907623291015625,1.7666792062640426 +37500,2500,cpu,uniform,False,True,21.036148071289062,19.90532875061035,20.091533660888672,20.107507705688477,19.788503646850586,65.41013717651367,64.79835510253906,63.7056827545166,63.50135803222656,63.33494186401367,2.1779806154580266 +37500,2500,cpu,uniform,True,False,7.507085800170898,5.997896194458008,5.908489227294922,5.177021026611328,4.93931770324707,62.319040298461914,62.187910079956055,62.489986419677734,62.90602684020996,63.091278076171875,9.599263666970781 +37500,2500,cpu,uniform,False,False,15.348196029663086,14.638900756835938,12.363433837890625,13.8702392578125,14.843463897705078,61.8593692779541,62.3016357421875,61.832427978515625,62.32786178588867,61.86699867248535,3.364900273430292 +37500,2500,cpu,normal,True,True,38.62404823303223,45.534610748291016,42.05489158630371,34.975290298461914,37.7347469329834,127.8376579284668,127.41208076477051,126.68561935424805,127.34389305114746,127.00629234313965,2.1986430090154445 +37500,2500,cpu,normal,False,True,24.71780776977539,23.340940475463867,23.81587028503418,23.85711669921875,23.79584312438965,126.76596641540527,128.27324867248535,128.31497192382812,128.0229091644287,127.55322456359863,4.3454636121555446 +37500,2500,cpu,normal,True,False,13.787031173706055,14.835357666015625,11.186599731445312,8.837461471557617,8.16655158996582,127.49552726745605,127.04157829284668,126.04570388793945,125.76150894165039,124.84622001647949,10.109966385637728 +37500,2500,cpu,normal,False,False,43.135643005371094,41.719675064086914,34.23190116882324,40.5116081237793,39.8404598236084,135.90717315673828,125.32448768615723,125.5197525024414,125.57625770568848,125.91266632080078,2.2001735785269494 +37500,5000,cpu,homo,True,True,22.986412048339844,27.65369415283203,26.295185089111328,21.80337905883789,21.112680435180664,72.34048843383789,71.92707061767578,72.00002670288086,72.45898246765137,72.14879989624023,2.011024621389198 +37500,5000,cpu,homo,False,True,34.23428535461426,34.60812568664551,34.481048583984375,35.477399826049805,34.89351272583008,71.90370559692383,72.13449478149414,70.9986686706543,71.89726829528809,72.31497764587402,1.0682829874527644 +37500,5000,cpu,homo,True,False,8.56328010559082,6.875038146972656,5.570888519287109,5.966424942016602,4.351377487182617,70.69706916809082,70.37711143493652,69.56243515014648,69.3817138671875,69.92292404174805,10.170592488298642 +37500,5000,cpu,homo,False,False,14.544486999511719,15.398263931274414,14.857769012451172,11.149168014526367,13.927221298217773,69.61584091186523,70.5571174621582,69.64635848999023,69.62394714355469,69.45443153381348,3.993032737942918 +37500,5000,cpu,uniform,True,True,27.034759521484375,24.997472763061523,21.639108657836914,36.74054145812988,27.402400970458984,127.84194946289062,127.4869441986084,126.59430503845215,125.58174133300781,126.17611885070801,3.5980797010561645 +37500,5000,cpu,uniform,False,True,29.77776527404785,29.380083084106445,29.77609634399414,30.314922332763672,29.9227237701416,125.76961517333984,125.37145614624023,126.51824951171875,125.57697296142578,126.31344795227051,3.220305879607653 +37500,5000,cpu,uniform,True,False,9.26518440246582,7.803440093994141,5.81812858581543,6.013631820678711,6.847858428955078,126.99222564697266,124.72677230834961,123.57544898986816,123.8706111907959,123.37303161621094,16.414508566817172 +37500,5000,cpu,uniform,False,False,20.854473114013672,22.50981330871582,21.242141723632812,15.301227569580078,15.239477157592773,123.62074851989746,123.59356880187988,123.26645851135254,124.58372116088867,126.73139572143555,5.53509857771452 +37500,5000,cpu,normal,True,True,43.15972328186035,42.22822189331055,44.23236846923828,37.132978439331055,37.35804557800293,254.37688827514648,252.55966186523438,251.87993049621582,252.30765342712402,254.44579124450684,5.200390139060045 +37500,5000,cpu,normal,False,True,38.156986236572266,38.33484649658203,38.346290588378906,38.12861442565918,38.5594367980957,255.61141967773438,253.44181060791016,256.6506862640381,257.6169967651367,254.3923854827881,5.671220274884573 +37500,5000,cpu,normal,True,False,18.365144729614258,14.821767807006836,15.010595321655273,14.259815216064453,14.42718505859375,253.2958984375,250.3819465637207,250.7622241973877,249.73607063293457,252.41422653198242,15.343869485265614 +37500,5000,cpu,normal,False,False,38.93613815307617,36.58890724182129,45.67742347717285,39.50095176696777,36.23175621032715,251.67465209960938,250.5342960357666,251.81126594543457,251.4195442199707,250.9927749633789,5.37992944361179 +37500,10000,cpu,homo,True,True,27.84109115600586,29.070615768432617,26.659488677978516,28.284072875976562,29.381275177001953,145.68352699279785,144.3319320678711,144.00625228881836,143.77975463867188,143.65482330322266,4.108141778459762 +37500,10000,cpu,homo,False,True,49.61109161376953,48.64072799682617,49.216270446777344,49.567461013793945,48.97189140319824,144.439697265625,144.72508430480957,144.48285102844238,146.22855186462402,146.02303504943848,1.950720564434064 +37500,10000,cpu,homo,True,False,13.216972351074219,10.997772216796875,7.979631423950195,7.392406463623047,6.322622299194336,138.4880542755127,138.98372650146484,140.30957221984863,140.7151222229004,139.6334171295166,14.206685777791627 +37500,10000,cpu,homo,False,False,11.121511459350586,8.709430694580078,7.087469100952148,7.54237174987793,5.31458854675293,140.20299911499023,140.53082466125488,139.387845993042,139.2977237701416,138.14687728881836,16.53764310975244 +37500,10000,cpu,uniform,True,True,28.754234313964844,25.976181030273438,26.93343162536621,26.065587997436523,26.894569396972656,253.82423400878906,252.76541709899902,254.67824935913086,254.66370582580566,252.5942325592041,8.422731442617957 +37500,10000,cpu,uniform,False,True,46.64444923400879,47.37687110900879,46.04005813598633,46.19646072387695,46.94056510925293,252.76803970336914,253.98588180541992,254.89258766174316,253.05938720703125,251.24526023864746,4.428644163970126 +37500,10000,cpu,uniform,True,False,15.391111373901367,11.867284774780273,12.102842330932617,11.514663696289062,10.915756225585938,250.40483474731445,248.91901016235352,247.88784980773926,247.24650382995605,249.94516372680664,19.138695002951696 +37500,10000,cpu,uniform,False,False,16.2508487701416,19.196748733520508,13.171911239624023,10.522603988647461,8.789777755737305,247.7552890777588,249.45855140686035,247.24912643432617,247.65324592590332,248.6400604248047,17.26470990815191 +37500,10000,cpu,normal,True,True,39.71052169799805,39.76082801818848,38.410186767578125,38.02752494812012,38.45643997192383,505.79118728637695,508.78000259399414,507.0173740386963,506.5031051635742,505.47003746032715,12.035038050704834 +37500,10000,cpu,normal,False,True,59.83853340148926,60.552120208740234,60.48178672790527,62.851905822753906,60.48107147216797,506.5584182739258,506.84642791748047,507.26890563964844,504.90522384643555,504.37402725219727,7.316594170526596 +37500,10000,cpu,normal,True,False,29.527902603149414,29.224157333374023,30.182838439941406,29.18529510498047,28.740644454956055,500.65112113952637,498.8596439361572,552.1812438964844,502.2261142730713,497.74765968322754,16.3747189433406 +37500,10000,cpu,normal,False,False,30.495643615722656,29.571056365966797,29.76512908935547,31.215429306030273,30.63797950744629,501.819372177124,499.25756454467773,502.5794506072998,498.05331230163574,498.7506866455078,15.48453350602156 +37500,25000,cpu,homo,True,True,71.31099700927734,69.52095031738281,70.00160217285156,71.05875015258789,72.17931747436523,359.13753509521484,362.1225357055664,358.156681060791,356.8148612976074,360.8975410461426,4.07560919112993 +37500,25000,cpu,homo,False,True,82.37314224243164,81.87556266784668,80.96075057983398,81.87341690063477,81.83813095092773,357.4700355529785,357.82837867736816,357.851505279541,357.5253486633301,360.5034351348877,3.380256060879031 +37500,25000,cpu,homo,True,False,20.764827728271484,19.712209701538086,15.638351440429688,13.417720794677734,13.191699981689453,347.306489944458,343.8565731048584,346.62318229675293,349.3485450744629,346.0676670074463,19.95142273318097 +37500,25000,cpu,homo,False,False,17.69280433654785,14.538288116455078,14.071941375732422,13.153553009033203,13.845205307006836,349.9298095703125,348.6337661743164,346.7974662780762,346.3740348815918,348.4997749328613,22.74068629045373 +37500,25000,cpu,uniform,True,True,67.20733642578125,64.71562385559082,66.09773635864258,63.42124938964844,64.25285339355469,635.655403137207,630.9921741485596,636.5811824798584,635.9195709228516,632.8363418579102,8.73913208980845 +37500,25000,cpu,uniform,False,True,80.51943778991699,81.29715919494629,78.77802848815918,78.06229591369629,81.45856857299805,633.4221363067627,636.6865634918213,634.9639892578125,630.145788192749,633.1839561462402,6.918719751925568 +37500,25000,cpu,uniform,True,False,23.853063583374023,21.06499671936035,21.182537078857422,20.485877990722656,21.118879318237305,622.112512588501,618.4351444244385,618.7124252319336,618.2446479797363,618.6559200286865,27.7465805126298 +37500,25000,cpu,uniform,False,False,22.605180740356445,22.547483444213867,21.206378936767578,20.413637161254883,20.849943161010742,618.1662082672119,617.3715591430664,617.577075958252,619.0869808197021,616.4729595184326,27.699121847045426 +37500,25000,cpu,normal,True,True,97.47958183288574,102.79631614685059,96.71974182128906,94.76184844970703,94.43163871765137,1271.8474864959717,1273.6403942108154,1270.5810070037842,1273.0443477630615,1270.7500457763672,12.08104794713678 +37500,25000,cpu,normal,False,True,126.49059295654297,123.99673461914062,126.4793872833252,122.54977226257324,127.20608711242676,1268.9194679260254,1267.7638530731201,1262.7429962158203,1261.8191242218018,1262.2394561767578,9.089767239264036 +37500,25000,cpu,normal,True,False,75.44827461242676,74.40829277038574,77.91614532470703,76.21121406555176,75.50501823425293,1258.4314346313477,1249.1724491119385,1254.6448707580566,1288.496971130371,1259.9289417266846,15.629403175991335 +37500,25000,cpu,normal,False,False,74.01442527770996,74.03707504272461,75.18982887268066,75.87838172912598,79.00238037109375,1262.4316215515137,1258.0153942108154,1258.258581161499,1258.983850479126,1259.4075202941895,15.653607690993272 +37500,37500,cpu,homo,True,True,107.13982582092285,107.64360427856445,109.79008674621582,107.72705078125,107.75256156921387,536.9505882263184,539.3655300140381,536.7364883422852,537.9202365875244,537.2240543365479,3.9776526644849097 +37500,37500,cpu,homo,False,True,105.25107383728027,103.82676124572754,103.35350036621094,103.60932350158691,103.64556312561035,538.1956100463867,538.6137962341309,539.604663848877,538.0806922912598,539.2637252807617,4.183432566171282 +37500,37500,cpu,homo,True,False,24.454593658447266,22.71103858947754,20.174264907836914,20.191431045532227,19.47021484375,519.5441246032715,520.1585292816162,520.0026035308838,522.6767063140869,518.1035995483398,23.3032529183573 +37500,37500,cpu,homo,False,False,21.547317504882812,19.331693649291992,20.091533660888672,19.99688148498535,19.798994064331055,525.5682468414307,523.4646797180176,524.5308876037598,523.5035419464111,524.1801738739014,25.013105561404963 +37500,37500,cpu,uniform,True,True,99.29800033569336,97.95904159545898,100.05521774291992,98.21963310241699,96.11225128173828,944.7798728942871,947.4122524261475,945.493221282959,947.0615386962891,943.5088634490967,8.617231906231739 +37500,37500,cpu,uniform,False,True,97.62120246887207,99.39289093017578,99.13158416748047,100.23188591003418,100.0669002532959,948.8091468811035,947.8335380554199,947.9959011077881,950.9665966033936,951.1532783508301,8.561509509715263 +37500,37500,cpu,uniform,True,False,32.637596130371094,30.504226684570312,30.632972717285156,30.603647232055664,30.620336532592773,930.8567047119141,928.6694526672363,930.4189682006836,932.3227405548096,929.19921875,29.00970140529632 +37500,37500,cpu,uniform,False,False,30.831098556518555,30.37571907043457,30.69019317626953,30.707359313964844,30.743122100830078,931.1196804046631,927.6561737060547,923.0690002441406,926.5158176422119,928.3320903778076,29.236508568283515 +37500,37500,cpu,normal,True,True,149.32489395141602,142.42243766784668,141.5414810180664,141.35193824768066,147.51601219177246,1899.766206741333,1903.3458232879639,1902.4765491485596,1902.4765491485596,1949.5558738708496,12.23482862844984 +37500,37500,cpu,normal,False,True,142.00186729431152,140.94972610473633,141.25657081604004,142.02451705932617,147.47190475463867,1907.278299331665,1903.9835929870605,1907.9859256744385,1899.7457027435303,1902.5294780731201,12.340986151968234 +37500,37500,cpu,normal,True,False,113.13128471374512,112.98108100891113,112.67995834350586,112.69855499267578,111.9692325592041,1882.8957080841064,1889.3802165985107,1886.4493370056152,1887.2833251953125,1886.6748809814453,15.740641038063778 +37500,37500,cpu,normal,False,False,110.73565483093262,111.45401000976562,111.23085021972656,111.13262176513672,111.66739463806152,1880.6343078613281,1880.305528640747,1883.002519607544,1883.7859630584717,1875.4732608795166,15.90552766059226 +37500,50000,cpu,homo,True,True,140.42901992797852,143.76282691955566,143.13030242919922,143.0830955505371,143.65243911743164,719.3441390991211,719.1169261932373,714.7202491760254,715.0614261627197,715.5754566192627,4.018947737460246 +37500,50000,cpu,homo,False,True,138.36932182312012,136.3828182220459,134.0944766998291,134.38820838928223,131.73460960388184,718.6057567596436,716.2036895751953,716.9098854064941,718.9702987670898,716.1469459533691,4.314072596269834 +37500,50000,cpu,homo,True,False,28.77497673034668,26.0009765625,25.733232498168945,25.65479278564453,25.61163902282715,694.5421695709229,691.1404132843018,691.7405128479004,691.4892196655273,692.4929618835449,25.267418360903697 +37500,50000,cpu,homo,False,False,28.98240089416504,26.20530128479004,26.59320831298828,25.790691375732422,26.644468307495117,693.8090324401855,692.1892166137695,691.312313079834,696.4595317840576,692.5795078277588,24.826636089266586 +37500,50000,cpu,uniform,True,True,134.57393646240234,131.39724731445312,133.02850723266602,132.91049003601074,135.00618934631348,1267.4102783203125,1273.517370223999,1267.0035362243652,1270.6384658813477,1269.3791389465332,8.51835803020824 +37500,50000,cpu,uniform,False,True,127.22325325012207,128.2787322998047,123.20256233215332,129.26411628723145,126.32083892822266,1262.5179290771484,1268.6753273010254,1267.1849727630615,1265.930414199829,1262.6099586486816,8.974812086740242 +37500,50000,cpu,uniform,True,False,43.39909553527832,44.78096961975098,41.893720626831055,40.720224380493164,41.17274284362793,1229.590654373169,1233.4303855895996,1235.395908355713,1232.783317565918,1227.994441986084,28.0573621595113 +37500,50000,cpu,uniform,False,False,43.71953010559082,41.79573059082031,40.97175598144531,41.033029556274414,41.03589057922363,1232.060194015503,1232.2206497192383,1230.2570343017578,1226.5205383300781,1229.649543762207,28.491886225388598 +37500,50000,cpu,normal,True,True,190.83833694458008,188.83848190307617,190.01173973083496,195.0540542602539,192.83461570739746,2535.1619720458984,2530.2512645721436,2535.3569984436035,2532.494068145752,2534.648895263672,12.22912953736832 +37500,50000,cpu,normal,False,True,185.50539016723633,186.3424777984619,183.83169174194336,187.7155303955078,184.92436408996582,2542.7889823913574,2536.4830493927,2542.9835319519043,2533.679485321045,2543.621778488159,12.68015802123147 +37500,50000,cpu,normal,True,False,153.54347229003906,152.33397483825684,151.7322063446045,150.36845207214355,156.1596393585205,2514.045000076294,2517.627000808716,2519.901752471924,2520.5821990966797,2518.0399417877197,15.47634340563852 +37500,50000,cpu,normal,False,False,146.35300636291504,149.51634407043457,149.41978454589844,149.75309371948242,154.56295013427734,2508.7015628814697,2503.777265548706,2508.48650932312,2507.169723510742,2509.671211242676,15.725880005292499 +50000,1000,cpu,homo,True,True,27.620315551757812,19.214391708374023,24.343013763427734,30.9298038482666,27.456045150756836,19.376039505004883,19.32048797607422,19.369840621948242,19.2110538482666,19.165754318237305,-0.2556304503440192 +50000,1000,cpu,homo,False,True,20.59793472290039,20.77317237854004,20.59030532836914,20.838499069213867,20.193815231323242,19.756078720092773,19.594669342041016,19.743680953979492,19.64569091796875,19.633769989013672,-0.04485551648544983 +50000,1000,cpu,homo,True,False,2.6543140411376953,2.6819705963134766,2.9954910278320312,2.6574134826660156,2.237081527709961,19.321680068969727,19.253253936767578,19.226789474487305,19.06752586364746,19.08254623413086,6.254637223974764 +50000,1000,cpu,homo,False,False,13.073205947875977,11.883735656738281,11.292695999145508,12.919425964355469,11.473417282104492,18.920421600341797,18.721818923950195,18.671035766601562,18.763065338134766,18.512725830078125,0.5432921962784005 +50000,1000,cpu,uniform,True,True,23.339033126831055,26.48186683654785,18.556833267211914,15.275001525878906,16.306638717651367,33.83326530456543,33.6306095123291,33.65588188171387,33.9508056640625,33.48827362060547,0.686273434145876 +50000,1000,cpu,uniform,False,True,17.53067970275879,16.473054885864258,15.746593475341797,16.24011993408203,16.32547378540039,34.61146354675293,34.056663513183594,34.30795669555664,34.220218658447266,34.491777420043945,1.0857214025453428 +50000,1000,cpu,uniform,True,False,4.103183746337891,4.148721694946289,3.634929656982422,3.332853317260742,3.409147262573242,34.05880928039551,33.708810806274414,33.772945404052734,34.53540802001953,33.97679328918457,8.128469955845652 +50000,1000,cpu,uniform,False,False,19.52338218688965,16.570568084716797,16.674280166625977,18.790483474731445,21.177291870117188,33.38217735290527,33.04147720336914,32.759666442871094,32.91583061218262,32.823801040649414,0.7784133709375956 +50000,1000,cpu,normal,True,True,74.81861114501953,55.440664291381836,47.219276428222656,41.61810874938965,50.44865608215332,67.78430938720703,67.76833534240723,67.6567554473877,67.5814151763916,67.90924072265625,0.25656071575465145 +50000,1000,cpu,normal,False,True,19.442319869995117,16.529083251953125,17.034053802490234,16.27349853515625,17.171382904052734,67.6875114440918,67.42668151855469,67.46363639831543,67.47031211853027,67.85845756530762,2.908678733256297 +50000,1000,cpu,normal,True,False,11.376142501831055,8.567094802856445,7.239341735839844,7.621526718139648,6.0367584228515625,67.63577461242676,67.9786205291748,68.13955307006836,67.15607643127441,67.10100173950195,7.276294666051758 +50000,1000,cpu,normal,False,False,45.29213905334473,30.034780502319336,63.74955177307129,51.51867866516113,48.53701591491699,67.40403175354004,67.36993789672852,66.3604736328125,66.41173362731934,66.21670722961426,0.3957255932992554 +50000,2500,cpu,homo,True,True,27.193069458007812,27.186155319213867,16.413450241088867,14.640092849731445,24.59883689880371,48.17080497741699,48.37822914123535,48.110008239746094,48.226356506347656,47.77669906616211,1.1872088336879694 +50000,2500,cpu,homo,False,True,32.18841552734375,32.68623352050781,33.043861389160156,33.629655838012695,33.70356559753418,48.539161682128906,48.72560501098633,48.88153076171875,48.95973205566406,48.68340492248535,0.4752609952735185 +50000,2500,cpu,homo,True,False,6.784200668334961,6.06536865234375,4.944324493408203,4.876852035522461,4.882574081420898,46.92721366882324,46.657562255859375,46.94080352783203,46.74577713012695,46.793460845947266,7.494976939783848 +50000,2500,cpu,homo,False,False,11.228799819946289,11.43503189086914,13.542413711547852,11.980772018432617,12.466907501220703,46.923160552978516,46.73409461975098,46.620845794677734,47.16181755065918,46.68593406677246,2.860028065927414 +50000,2500,cpu,uniform,True,True,25.773286819458008,25.490999221801758,26.592493057250977,26.450157165527344,18.88895034790039,84.01823043823242,84.91206169128418,85.90912818908691,86.19809150695801,86.00282669067383,2.4663522481184237 +50000,2500,cpu,uniform,False,True,27.64582633972168,27.552366256713867,28.26833724975586,27.871131896972656,27.98628807067871,85.61182022094727,85.60633659362793,85.96420288085938,85.42227745056152,85.42966842651367,2.072223448620473 +50000,2500,cpu,uniform,True,False,9.389400482177734,8.172988891601562,7.753849029541016,6.710529327392578,7.669925689697266,83.12368392944336,82.70955085754395,82.86261558532715,82.5808048248291,83.15634727478027,9.439987987987989 +50000,2500,cpu,uniform,False,False,21.712303161621094,16.077518463134766,15.341520309448242,15.491008758544922,15.265703201293945,83.37998390197754,83.08577537536621,82.5650691986084,82.58390426635742,83.4348201751709,3.9476598115116586 +50000,2500,cpu,normal,True,True,46.54335975646973,47.53518104553223,36.95940971374512,32.74989128112793,48.45452308654785,169.33321952819824,170.84550857543945,172.20187187194824,169.4166660308838,169.02542114257812,3.008731657397308 +50000,2500,cpu,normal,False,True,31.19039535522461,31.57520294189453,31.655550003051758,31.824350357055664,31.322717666625977,168.66421699523926,168.13397407531738,167.91105270385742,169.38233375549316,169.32368278503418,4.352699167333697 +50000,2500,cpu,normal,True,False,19.810914993286133,14.10222053527832,9.929418563842773,9.801387786865234,9.647130966186523,168.67518424987793,168.55597496032715,171.51975631713867,166.90921783447266,166.36896133422852,12.30407365272619 +50000,2500,cpu,normal,False,False,57.55877494812012,44.22307014465332,53.18570137023926,45.95685005187988,48.32029342651367,166.26286506652832,166.82052612304688,167.15717315673828,167.43779182434082,167.4809455871582,2.3507606599528605 +50000,5000,cpu,homo,True,True,30.74026107788086,29.003143310546875,24.53923225402832,25.487899780273438,22.803068161010742,95.93486785888672,95.46375274658203,96.67754173278809,96.42362594604492,95.61944007873535,2.6215295636754705 +50000,5000,cpu,homo,False,True,46.6158390045166,46.95606231689453,48.35867881774902,46.77009582519531,46.91720008850098,98.43826293945312,97.57757186889648,97.39375114440918,96.59981727600098,96.70758247375488,1.0657048346931401 +50000,5000,cpu,homo,True,False,8.021116256713867,6.639003753662109,5.665063858032227,4.50897216796875,4.66609001159668,93.44649314880371,93.57047080993652,92.92364120483398,93.55401992797852,117.54512786865234,15.64527652283546 +50000,5000,cpu,homo,False,False,21.672487258911133,13.889312744140625,14.452695846557617,13.884305953979492,17.006397247314453,92.73910522460938,93.46461296081543,134.33098793029785,92.7572250366211,92.4077033996582,5.250520862495248 +50000,5000,cpu,uniform,True,True,30.414342880249023,24.671316146850586,28.003454208374023,26.575326919555664,25.179147720336914,169.9662208557129,170.84193229675293,168.11466217041016,168.07007789611816,167.90413856506348,5.265756088936039 +50000,5000,cpu,uniform,False,True,40.354251861572266,41.38898849487305,40.621280670166016,40.46988487243652,40.65394401550293,168.12825202941895,167.59896278381348,168.90811920166016,168.7757968902588,168.68972778320312,3.1383246708815076 +50000,5000,cpu,uniform,True,False,11.992931365966797,9.953975677490234,10.072469711303711,8.785486221313477,7.119417190551758,166.4884090423584,165.8763885498047,166.30125045776367,166.00751876831055,165.84205627441406,16.32974642926436 +50000,5000,cpu,uniform,False,False,19.429922103881836,20.847082138061523,19.021272659301758,19.10257339477539,21.544694900512695,163.65456581115723,164.0152931213379,163.8662815093994,166.18990898132324,165.67182540893555,7.23846498823956 +50000,5000,cpu,normal,True,True,46.76651954650879,54.19468879699707,55.55558204650879,52.47926712036133,57.16896057128906,334.719181060791,335.4039192199707,366.09888076782227,350.3596782684326,360.0740432739258,5.562303773725184 +50000,5000,cpu,normal,False,True,49.950361251831055,49.91936683654785,49.909353256225586,50.25005340576172,50.096750259399414,339.51306343078613,337.0857238769531,338.0758762359619,340.7132625579834,337.85295486450195,5.76955478198539 +50000,5000,cpu,normal,True,False,22.191762924194336,19.00792121887207,18.89181137084961,20.154953002929688,19.109010696411133,333.96244049072266,336.26317977905273,334.8977565765381,335.36219596862793,337.27192878723145,15.886414847130137 +50000,5000,cpu,normal,False,False,44.112205505371094,44.59881782531738,48.56276512145996,51.24306678771973,51.07760429382324,335.8321189880371,334.58924293518066,337.10241317749023,337.6319408416748,335.68429946899414,6.015354272726911 +50000,10000,cpu,homo,True,True,33.9350700378418,33.652544021606445,35.68458557128906,34.80052947998047,36.01574897766113,191.36285781860352,191.5302276611328,191.35451316833496,192.30222702026367,191.77746772766113,4.504828946287216 +50000,10000,cpu,homo,False,True,64.24117088317871,64.4071102142334,65.09852409362793,64.16940689086914,65.2008056640625,190.95206260681152,191.6220188140869,192.60525703430176,194.18621063232422,192.95454025268555,1.9782401931450337 +50000,10000,cpu,homo,True,False,13.754606246948242,9.189128875732422,9.321212768554688,7.9479217529296875,7.303714752197266,185.25266647338867,186.51843070983887,185.7142448425293,183.38584899902344,184.53145027160645,18.475361140798498 +50000,10000,cpu,homo,False,False,14.809846878051758,12.574911117553711,8.682727813720703,8.496761322021484,7.409811019897461,184.79418754577637,185.00351905822754,186.31529808044434,186.42783164978027,185.4095458984375,16.85410674556756 +50000,10000,cpu,uniform,True,True,33.39862823486328,32.38701820373535,34.54256057739258,32.25541114807129,30.99822998046875,334.4616889953613,334.87987518310547,339.12205696105957,337.7978801727295,336.87543869018555,9.289264726458654 +50000,10000,cpu,uniform,False,True,60.94813346862793,59.14020538330078,61.14506721496582,61.136722564697266,60.27817726135254,337.69798278808594,335.2961540222168,335.3464603424072,337.1267318725586,336.05289459228516,4.5560206050264735 +50000,10000,cpu,uniform,True,False,18.340349197387695,18.20683479309082,15.71965217590332,12.672901153564453,11.564493179321289,329.636812210083,335.1261615753174,331.24423027038574,327.44288444519043,330.0361633300781,20.613004157291467 +50000,10000,cpu,uniform,False,False,19.216299057006836,13.584375381469727,11.734962463378906,11.05046272277832,11.924028396606445,329.40053939819336,329.1776180267334,327.26311683654785,330.9774398803711,329.4334411621094,23.385261938564334 +50000,10000,cpu,normal,True,True,50.72784423828125,50.719261169433594,50.12369155883789,51.16415023803711,50.92191696166992,679.154634475708,674.1807460784912,676.0759353637695,676.1219501495361,680.3252696990967,12.348184157742073 +50000,10000,cpu,normal,False,True,82.96656608581543,80.47652244567871,80.66558837890625,82.93509483337402,81.17485046386719,679.2802810668945,675.403356552124,676.7804622650146,678.1859397888184,676.8364906311035,7.295766890765234 +50000,10000,cpu,normal,True,False,41.7027473449707,38.85078430175781,38.77139091491699,38.43379020690918,39.077043533325195,673.3825206756592,673.1948852539062,671.5455055236816,671.0548400878906,671.238899230957,16.072186039300426 +50000,10000,cpu,normal,False,False,46.76342010498047,41.646480560302734,40.79890251159668,40.01617431640625,40.038347244262695,668.9949035644531,670.1676845550537,669.478178024292,667.2365665435791,667.2830581665039,14.975854321567162 +50000,25000,cpu,homo,True,True,88.4397029876709,87.3408317565918,90.56663513183594,88.12451362609863,88.38462829589844,477.1852493286133,477.91004180908203,476.5181541442871,477.4453639984131,478.14321517944336,4.390466299932058 +50000,25000,cpu,homo,False,True,110.86034774780273,108.68668556213379,111.85574531555176,108.62159729003906,111.4645004272461,508.5134506225586,480.04937171936035,474.93529319763184,479.05850410461426,476.7875671386719,3.386931977353453 +50000,25000,cpu,homo,True,False,24.293184280395508,20.46370506286621,18.247365951538086,17.90642738342285,17.7004337310791,462.8949165344238,464.2183780670166,462.69941329956055,465.3604030609131,461.4834785461426,22.492854293347516 +50000,25000,cpu,homo,False,False,22.25494384765625,18.904447555541992,17.49897003173828,18.0206298828125,18.882036209106445,467.24605560302734,460.9992504119873,462.5418186187744,461.95363998413086,461.1027240753174,23.213254593175854 +50000,25000,cpu,uniform,True,True,86.67397499084473,85.5860710144043,85.479736328125,84.66076850891113,84.79928970336914,844.9468612670898,844.6063995361328,844.7821140289307,845.5314636230469,842.0436382293701,8.882752931958036 +50000,25000,cpu,uniform,False,True,107.36227035522461,108.63661766052246,106.58836364746094,109.50803756713867,107.31887817382812,844.4736003875732,845.1566696166992,843.2636260986328,846.2202548980713,844.2091941833496,6.8294631479707775 +50000,25000,cpu,uniform,True,False,28.437137603759766,27.474164962768555,27.126073837280273,27.747154235839844,28.3660888671875,828.1748294830322,828.514814376831,829.542875289917,829.1566371917725,828.7286758422852,28.781526283325338 +50000,25000,cpu,uniform,False,False,27.87327766418457,27.99057960510254,27.749300003051758,27.00519561767578,27.64582633972168,825.0088691711426,823.8778114318848,823.0962753295898,822.2522735595703,827.8872966766357,28.813380075251498 +50000,25000,cpu,normal,True,True,124.30930137634277,125.30851364135742,123.75760078430176,124.63831901550293,123.70443344116211,1692.883014678955,1693.321943283081,1694.446086883545,1693.2051181793213,1694.4911479949951,12.620877985178367 +50000,25000,cpu,normal,False,True,166.1367416381836,167.92631149291992,165.7884120941162,170.94707489013672,166.28694534301758,1674.8404502868652,1679.7688007354736,1682.5950145721436,1684.586524963379,1691.720724105835,9.050958547031309 +50000,25000,cpu,normal,True,False,98.18434715270996,99.48611259460449,99.48468208312988,99.50566291809082,99.83301162719727,1664.8352146148682,1672.3320484161377,1677.8292655944824,1675.6341457366943,1674.9353408813477,15.84928540764082 +50000,25000,cpu,normal,False,False,100.68869590759277,99.95722770690918,101.59039497375488,99.85995292663574,99.48062896728516,1674.3271350860596,1675.9424209594727,1674.799919128418,1677.3319244384766,1678.124189376831,15.708356347616608 +50000,37500,cpu,homo,True,True,130.46884536743164,130.52701950073242,131.7427158355713,130.51581382751465,134.73248481750488,719.7690010070801,715.1408195495605,716.9499397277832,716.5300846099854,716.6967391967773,4.448568499784586 +50000,37500,cpu,homo,False,True,141.13235473632812,142.4417495727539,143.40662956237793,140.9320831298828,141.6628360748291,717.6110744476318,719.090461730957,717.9710865020752,715.2817249298096,719.4149494171143,4.058473020412771 +50000,37500,cpu,homo,True,False,29.019832611083984,26.244163513183594,27.18639373779297,25.676250457763672,25.907039642333984,686.6950988769531,686.5601539611816,682.9352378845215,685.1980686187744,685.9714984893799,24.570886800977625 +50000,37500,cpu,homo,False,False,28.203964233398438,27.051210403442383,25.72321891784668,27.293920516967773,26.97467803955078,691.6224956512451,692.5883293151855,692.4831867218018,692.833423614502,693.4068202972412,24.60451956486099 +50000,37500,cpu,uniform,True,True,124.14765357971191,127.56919860839844,123.03447723388672,126.30271911621094,123.89230728149414,1261.6710662841797,1265.3450965881348,1265.0988101959229,1264.5537853240967,1255.814552307129,9.100840259192779 +50000,37500,cpu,uniform,False,True,129.90260124206543,132.14850425720215,134.49525833129883,130.10358810424805,130.01108169555664,1253.3690929412842,1244.917392730713,1245.8512783050537,1253.7310123443604,1250.5056858062744,8.515372684112762 +50000,37500,cpu,uniform,True,False,43.436527252197266,40.73309898376465,41.35465621948242,41.40877723693848,43.10894012451172,1245.7988262176514,1234.1609001159668,1237.070083618164,1235.5735301971436,1243.1449890136719,28.497663965129743 +50000,37500,cpu,uniform,False,False,44.01373863220215,41.262149810791016,41.033267974853516,40.56501388549805,41.17298126220703,1236.0522747039795,1238.032341003418,1236.795425415039,1238.7235164642334,1260.2875232696533,28.848479222748228 +50000,37500,cpu,normal,True,True,192.58642196655273,186.43856048583984,187.24346160888672,194.03457641601562,187.5288486480713,2533.0560207366943,2533.8499546051025,2527.742862701416,2534.534215927124,2530.0867557525635,12.356028871876333 +50000,37500,cpu,normal,False,True,188.75455856323242,187.63303756713867,187.95108795166016,191.36714935302734,191.84637069702148,2540.900707244873,2535.3646278381348,2545.1133251190186,2545.5048084259033,2538.919687271118,12.40907983802017 +50000,37500,cpu,normal,True,False,148.5140323638916,148.08106422424316,148.820161819458,148.53549003601074,154.10923957824707,2510.004997253418,2556.021213531494,2502.28214263916,2502.786159515381,2511.855363845825,15.820776512936199 +50000,37500,cpu,normal,False,False,147.5694179534912,149.55520629882812,149.8267650604248,149.54829216003418,154.2525291442871,2524.496078491211,2515.6893730163574,2520.195245742798,2515.625,2518.550395965576,15.775916094691354 +50000,50000,cpu,homo,True,True,179.26931381225586,177.0467758178711,173.5243797302246,177.4747371673584,176.2557029724121,956.3472270965576,957.6687812805176,955.1024436950684,956.3734531402588,955.9743404388428,4.411525203287133 +50000,50000,cpu,homo,False,True,178.65419387817383,177.12807655334473,178.2362461090088,177.62351036071777,177.73008346557617,957.1778774261475,958.8375091552734,956.4917087554932,957.1144580841064,955.1358222961426,4.37992738915963 +50000,50000,cpu,homo,True,False,36.54313087463379,34.76309776306152,34.473419189453125,34.57140922546387,34.860849380493164,923.3441352844238,923.5837459564209,923.3453273773193,924.5355129241943,925.0297546386719,25.367149186547138 +50000,50000,cpu,homo,False,False,36.7131233215332,34.36112403869629,34.505367279052734,35.648345947265625,34.39021110534668,930.3441047668457,927.875280380249,926.6557693481445,922.0480918884277,929.309606552124,25.399505291910355 +50000,50000,cpu,uniform,True,True,169.64006423950195,167.2344207763672,169.62170600891113,171.31686210632324,164.8850440979004,1695.8458423614502,1700.2828121185303,1691.7362213134766,1705.5542469024658,1687.0455741882324,9.06346724262222 +50000,50000,cpu,uniform,False,True,169.17729377746582,169.33894157409668,170.91941833496094,168.54381561279297,166.11742973327637,1687.1519088745117,1687.3688697814941,1687.2658729553223,1687.509298324585,1693.293571472168,9.001919840108418 +50000,50000,cpu,uniform,True,False,58.56752395629883,54.84342575073242,54.07857894897461,56.60557746887207,56.238412857055664,1650.9065628051758,1653.038740158081,1656.7420959472656,1650.1367092132568,1654.9201011657715,28.485393824140758 +50000,50000,cpu,uniform,False,False,67.2154426574707,58.1660270690918,54.97407913208008,54.26359176635742,57.065725326538086,1652.0650386810303,1647.205114364624,1652.4226665496826,1651.6680717468262,1652.4429321289062,27.303847018387057 +50000,50000,cpu,normal,True,True,252.18749046325684,249.1915225982666,250.02670288085938,247.9245662689209,247.97844886779785,3379.4095516204834,3390.355348587036,3383.211851119995,3392.219066619873,3382.888078689575,12.571687165207072 +50000,50000,cpu,normal,False,True,251.5869140625,247.8337287902832,250.32496452331543,246.76060676574707,248.47722053527832,3391.5202617645264,3389.4567489624023,3392.5483226776123,3425.766706466675,3380.777359008789,12.638791429609377 +50000,50000,cpu,normal,True,False,201.96151733398438,199.53203201293945,198.78625869750977,201.22528076171875,201.1568546295166,3343.425750732422,3342.6778316497803,3344.223737716675,3338.393211364746,3343.228578567505,15.667580952326603 +50000,50000,cpu,normal,False,False,197.8585720062256,202.4686336517334,201.54547691345215,199.5105743408203,202.11338996887207,3352.794408798218,3352.0379066467285,3344.5119857788086,3338.473081588745,3341.446876525879,15.670971757936027 diff --git a/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_grad_gpu.csv b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_grad_gpu.csv new file mode 100644 index 0000000..6c6cecf --- /dev/null +++ b/benchmarks/analysis/basic/matvec/internal benchmarks/jitconn_matvec_grad_gpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),speedup +1000,1000,gpu,homo,True,True,0.3948211669921875,0.26988983154296875,0.2524852752685547,0.22721290588378906,0.19598007202148438,0.3032684326171875,0.20313262939453125,0.18525123596191406,0.16617774963378906,0.15974044799804688,-0.24083955887584485 +1000,1000,gpu,homo,False,True,0.3426074981689453,0.2512931823730469,0.23102760314941406,0.23889541625976562,0.23412704467773438,0.39505958557128906,0.29349327087402344,0.18334388732910156,0.16760826110839844,0.1761913299560547,-0.06337252020573103 +1000,1000,gpu,homo,True,False,0.46324729919433594,0.22792816162109375,0.2357959747314453,0.21719932556152344,0.19311904907226562,0.40078163146972656,0.2682209014892578,0.263214111328125,0.244140625,0.25272369384765625,0.06863968621857719 +1000,1000,gpu,homo,False,False,0.5867481231689453,0.4563331604003906,0.438690185546875,0.4050731658935547,0.38361549377441406,0.32639503479003906,0.20432472229003906,0.20074844360351562,0.20599365234375,0.1552104949951172,-0.5187440932479261 +1000,1000,gpu,uniform,True,True,0.43082237243652344,0.24175643920898438,0.2491474151611328,0.2598762512207031,0.22482872009277344,0.42939186096191406,0.24509429931640625,0.22292137145996094,0.21386146545410156,0.18262863159179688,-0.08001356162061368 +1000,1000,gpu,uniform,False,True,0.33020973205566406,0.29754638671875,0.3273487091064453,0.2830028533935547,0.23818016052246094,0.3066062927246094,0.25963783264160156,0.2448558807373047,0.2028942108154297,0.20074844360351562,-0.17716408268733852 +1000,1000,gpu,uniform,True,False,0.40459632873535156,0.29850006103515625,0.2586841583251953,0.24771690368652344,0.2510547637939453,0.33402442932128906,0.23698806762695312,0.23293495178222656,0.18334388732910156,0.19621849060058594,-0.18968331700946783 +1000,1000,gpu,uniform,False,False,0.6284713745117188,0.47135353088378906,0.4456043243408203,0.48613548278808594,0.5903244018554688,0.33020973205566406,0.25010108947753906,0.22029876708984375,0.2110004425048828,0.20885467529296875,-0.5345094116577248 +1000,1000,gpu,normal,True,True,0.4925727844238281,0.3001689910888672,0.255584716796875,0.2830028533935547,0.2219676971435547,0.3609657287597656,0.2727508544921875,0.1914501190185547,0.22840499877929688,0.23984909057617188,-0.16730621642363774 +1000,1000,gpu,normal,False,True,0.3802776336669922,0.2586841583251953,0.2663135528564453,0.2467632293701172,0.2586841583251953,0.4184246063232422,0.4086494445800781,0.4172325134277344,0.3190040588378906,0.3116130828857422,0.32905188440087874 +1000,1000,gpu,normal,True,False,0.5033016204833984,0.3368854522705078,0.21958351135253906,0.2281665802001953,0.2391338348388672,0.27298927307128906,0.29659271240234375,0.20432472229003906,0.24652481079101562,0.2086162567138672,-0.195160031225605 +1000,1000,gpu,normal,False,False,0.6997585296630859,0.6616115570068359,0.5075931549072266,0.4622936248779297,0.4341602325439453,0.29587745666503906,0.20575523376464844,0.2200603485107422,0.21195411682128906,0.18453598022460938,-0.5956547978273989 +1000,2500,gpu,homo,True,True,0.3826618194580078,0.23126602172851562,0.2524852752685547,0.2498626708984375,0.232696533203125,0.31375885009765625,0.19812583923339844,0.2205371856689453,0.17762184143066406,0.18835067749023438,-0.18575468363379288 +1000,2500,gpu,homo,False,True,0.4315376281738281,0.2524852752685547,0.21386146545410156,0.2512931823730469,0.23293495178222656,0.3485679626464844,0.24771690368652344,0.21886825561523438,0.2334117889404297,0.24175643920898438,-0.06641366223908918 +1000,2500,gpu,homo,True,False,0.4611015319824219,0.23674964904785156,0.24509429931640625,0.21219253540039062,0.2276897430419922,0.3075599670410156,0.23627281188964844,0.2143383026123047,0.1964569091796875,0.18095970153808594,-0.17879310344827581 +1000,2500,gpu,homo,False,False,0.3504753112792969,0.2620220184326172,0.24890899658203125,0.255584716796875,0.24652481079101562,0.36454200744628906,0.3726482391357422,0.3571510314941406,0.28014183044433594,0.33283233642578125,0.25214198286413714 +1000,2500,gpu,uniform,True,True,0.43463706970214844,0.24890899658203125,0.2815723419189453,0.2315044403076172,0.6461143493652344,0.4379749298095703,0.34809112548828125,0.2834796905517578,0.35572052001953125,0.31685829162597656,-0.054599560098331 +1000,2500,gpu,uniform,False,True,0.45299530029296875,0.3170967102050781,0.2532005310058594,0.293731689453125,0.25081634521484375,0.27489662170410156,0.23984909057617188,0.23126602172851562,0.22935867309570312,0.19788742065429688,-0.25167274939172746 +1000,2500,gpu,uniform,True,False,0.8575916290283203,0.6871223449707031,0.5030632019042969,0.7395744323730469,0.45800209045410156,0.3044605255126953,0.2372264862060547,0.2155303955078125,0.2110004425048828,0.45871734619140625,-0.5603144284454893 +1000,2500,gpu,uniform,False,False,0.4611015319824219,0.3008842468261719,0.24747848510742188,0.2338886260986328,0.2815723419189453,0.2753734588623047,0.2734661102294922,0.20194053649902344,0.25963783264160156,0.2129077911376953,-0.1977798624140088 +1000,2500,gpu,normal,True,True,0.44798851013183594,0.6237030029296875,0.5156993865966797,0.46896934509277344,0.44798851013183594,0.2818107604980469,0.23221969604492188,0.20837783813476562,0.19931793212890625,0.19884109497070312,-0.5525514089870526 +1000,2500,gpu,normal,False,True,0.40221214294433594,0.28204917907714844,0.3306865692138672,0.23889541625976562,0.2613067626953125,0.47969818115234375,0.3485679626464844,0.32019615173339844,0.2918243408203125,0.28967857360839844,0.141778127458694 +1000,2500,gpu,normal,True,False,0.4086494445800781,0.32401084899902344,0.217437744140625,0.24080276489257812,0.240325927734375,0.46324729919433594,0.41604042053222656,0.3383159637451172,0.28824806213378906,0.30875205993652344,0.2678660669665167 +1000,2500,gpu,normal,False,False,0.3807544708251953,0.3027915954589844,0.22459030151367188,0.2384185791015625,0.640869140625,0.2942085266113281,0.19288063049316406,0.1697540283203125,0.19073486328125,0.1938343048095703,-0.41736694677871145 +1000,5000,gpu,homo,True,True,0.3788471221923828,0.29397010803222656,0.31638145446777344,0.2357959747314453,0.2071857452392578,0.28228759765625,0.23102760314941406,0.2391338348388672,0.18453598022460938,0.20051002502441406,-0.20575994672881637 +1000,5000,gpu,homo,False,True,0.43487548828125,0.29754638671875,0.2593994140625,0.270843505859375,0.2605915069580078,0.32448768615722656,0.2491474151611328,0.23508071899414062,0.2357959747314453,0.20885467529296875,-0.17717952731256847 +1000,5000,gpu,homo,True,False,0.46539306640625,0.2646446228027344,0.22649765014648438,0.23555755615234375,0.23365020751953125,0.2789497375488281,0.21266937255859375,0.22363662719726562,0.1957416534423828,0.19121170043945312,-0.2269230769230769 +1000,5000,gpu,homo,False,False,0.396728515625,0.2548694610595703,0.25916099548339844,0.2562999725341797,0.209808349609375,0.3936290740966797,0.29969215393066406,0.47707557678222656,0.3821849822998047,0.2942085266113281,0.3412987012987012 +1000,5000,gpu,uniform,True,True,0.47016143798828125,0.6999969482421875,0.5724430084228516,0.4944801330566406,0.5004405975341797,0.3285408020019531,0.28967857360839844,0.2472400665283203,0.2315044403076172,0.21696090698242188,-0.5200313534227486 +1000,5000,gpu,uniform,False,True,0.44083595275878906,0.27489662170410156,0.2856254577636719,0.2913475036621094,0.2818107604980469,0.3154277801513672,0.2715587615966797,0.2589225769042969,0.22459030151367188,0.23174285888671875,-0.1729254996971532 +1000,5000,gpu,uniform,True,False,0.42700767517089844,0.2751350402832031,0.29540061950683594,0.2651214599609375,0.25725364685058594,0.33593177795410156,0.2422332763671875,0.2319812774658203,0.23055076599121094,0.2110004425048828,-0.17647058823529416 +1000,5000,gpu,uniform,False,False,0.4448890686035156,0.2789497375488281,0.2148151397705078,0.26297569274902344,0.6237030029296875,0.2818107604980469,0.24127960205078125,0.2090930938720703,0.21195411682128906,0.19788742065429688,-0.37434691745036575 +1000,5000,gpu,normal,True,True,0.48065185546875,0.2803802490234375,0.24938583374023438,0.24390220642089844,0.24700164794921875,0.36072731018066406,0.23317337036132812,0.25391578674316406,0.24437904357910156,0.24199485778808594,-0.11132285215181836 +1000,5000,gpu,normal,False,True,0.4966259002685547,0.2970695495605469,0.2887248992919922,0.26869773864746094,0.2675056457519531,0.4792213439941406,0.4589557647705078,0.41985511779785156,0.5328655242919922,0.4260540008544922,0.43143320076594494 +1000,5000,gpu,normal,True,False,0.6957054138183594,0.5559921264648438,0.4627704620361328,0.4558563232421875,0.47898292541503906,0.3910064697265625,0.42629241943359375,0.43487548828125,0.40650367736816406,0.38242340087890625,-0.22957163426925842 +1000,5000,gpu,normal,False,False,0.4253387451171875,0.27823448181152344,0.27441978454589844,0.23746490478515625,0.2503395080566406,0.2772808074951172,0.27561187744140625,0.22602081298828125,0.19097328186035156,0.25725364685058594,-0.1628171763175016 +1000,10000,gpu,homo,True,True,0.45871734619140625,0.270843505859375,0.2646446228027344,0.2789497375488281,0.37598609924316406,0.32520294189453125,0.28586387634277344,0.24437904357910156,0.2598762512207031,0.3712177276611328,-0.0985976579441955 +1000,10000,gpu,homo,False,True,0.3898143768310547,0.2307891845703125,0.23674964904785156,0.2570152282714844,0.21457672119140625,0.5552768707275391,0.3960132598876953,0.35762786865234375,0.35262107849121094,0.34332275390625,0.5086114101184069 +1000,10000,gpu,homo,True,False,0.4086494445800781,0.24652481079101562,0.20432472229003906,0.22459030151367188,0.1995563507080078,0.3521442413330078,0.4963874816894531,0.39649009704589844,0.31757354736328125,0.32639503479003906,0.4715824665676078 +1000,10000,gpu,homo,False,False,0.42819976806640625,0.22792816162109375,0.2620220184326172,0.20623207092285156,0.22292137145996094,0.27942657470703125,0.18143653869628906,0.2224445343017578,0.18143653869628906,0.17905235290527344,-0.22526986374093083 +1000,10000,gpu,uniform,True,True,0.8416175842285156,0.6263256072998047,0.6313323974609375,0.8256435394287109,0.3731250762939453,0.3666877746582031,0.2906322479248047,0.30612945556640625,0.3190040588378906,0.3077983856201172,-0.5178197064989518 +1000,10000,gpu,uniform,False,True,0.47278404235839844,0.2491474151611328,0.2913475036621094,0.29921531677246094,0.2422332763671875,0.4138946533203125,0.46753883361816406,0.48089027404785156,0.4138946533203125,0.4189014434814453,0.41190001533507137 +1000,10000,gpu,uniform,True,False,0.4878044128417969,0.26035308837890625,0.30994415283203125,0.22983551025390625,0.24819374084472656,0.36597251892089844,0.7491111755371094,0.3399848937988281,0.28586387634277344,0.27561187744140625,0.31274251125252217 +1000,10000,gpu,uniform,False,False,0.49304962158203125,0.3132820129394531,0.2989768981933594,0.3063678741455078,0.26702880859375,0.31375885009765625,0.24056434631347656,0.20647048950195312,0.17023086547851562,0.17070770263671875,-0.3437011788098282 +1000,10000,gpu,normal,True,True,0.4773139953613281,0.3669261932373047,0.30517578125,0.3097057342529297,0.3008842468261719,0.3561973571777344,0.3266334533691406,0.5207061767578125,0.44417381286621094,0.3933906555175781,0.15971281495529666 +1000,10000,gpu,normal,False,True,0.7581710815429688,0.5414485931396484,0.48279762268066406,0.4787445068359375,0.4787445068359375,0.5848407745361328,0.4532337188720703,0.4229545593261719,0.4172325134277344,0.4124641418457031,-0.16394013226592408 +1000,10000,gpu,normal,True,False,0.4169940948486328,0.3027915954589844,0.27298927307128906,0.5724430084228516,0.2694129943847656,0.39267539978027344,0.339508056640625,0.3077983856201172,0.3476142883300781,0.32019615173339844,-0.06913580246913575 +1000,10000,gpu,normal,False,False,0.5497932434082031,0.4668235778808594,0.35643577575683594,0.2906322479248047,0.32067298889160156,0.484466552734375,0.3540515899658203,0.3228187561035156,0.3578662872314453,0.3552436828613281,-0.0553886819656374 +1000,25000,gpu,homo,True,True,0.48160552978515625,0.3497600555419922,0.32448768615722656,0.33545494079589844,0.3235340118408203,0.4944801330566406,0.41747093200683594,0.4150867462158203,0.4458427429199219,0.42724609375,0.21229637414608504 +1000,25000,gpu,homo,False,True,0.4744529724121094,0.2732276916503906,0.28705596923828125,0.23365020751953125,0.23603439331054688,0.6504058837890625,0.4925727844238281,0.4951953887939453,0.5195140838623047,0.6575584411621094,0.8713153724247227 +1000,25000,gpu,homo,True,False,0.40268898010253906,0.2522468566894531,0.20623207092285156,0.25582313537597656,0.22101402282714844,0.6043910980224609,0.44727325439453125,0.4177093505859375,0.43392181396484375,0.4303455352783203,0.7441197434069851 +1000,25000,gpu,homo,False,False,0.4737377166748047,0.31876564025878906,0.35119056701660156,0.3151893615722656,0.28228759765625,0.2930164337158203,0.39076805114746094,0.3161430358886719,0.2601146697998047,0.2601146697998047,-0.1269341366561687 +1000,25000,gpu,uniform,True,True,0.4658699035644531,0.3857612609863281,0.3097057342529297,0.45990943908691406,0.33974647521972656,0.5049705505371094,0.41675567626953125,0.39386749267578125,0.4169940948486328,0.4162788391113281,0.09580547112462012 +1000,25000,gpu,uniform,False,True,0.4813671112060547,0.3383159637451172,0.27060508728027344,0.2720355987548828,0.31113624572753906,0.5764961242675781,0.49948692321777344,0.5199909210205078,0.4813671112060547,0.4596710205078125,0.5160279242057273 +1000,25000,gpu,uniform,True,False,0.3635883331298828,0.28443336486816406,0.28395652770996094,0.2684593200683594,0.23937225341796875,0.4425048828125,0.4630088806152344,0.3762245178222656,0.3731250762939453,0.37860870361328125,0.4123199205166419 +1000,25000,gpu,uniform,False,False,0.5154609680175781,0.3941059112548828,0.35071372985839844,0.3581047058105469,0.3387928009033203,0.3495216369628906,0.2505779266357422,0.23508071899414062,0.23174285888671875,0.23627281188964844,-0.3341454501157266 +1000,25000,gpu,normal,True,True,0.49185752868652344,0.3829002380371094,0.3273487091064453,0.3304481506347656,0.3159046173095703,0.6933212280273438,0.690460205078125,0.5729198455810547,0.5078315734863281,0.5350112915039062,0.6227266864439571 +1000,25000,gpu,normal,False,True,0.7648468017578125,0.5717277526855469,0.5249977111816406,0.5221366882324219,0.5085468292236328,0.5788803100585938,0.5388259887695312,0.4620552062988281,0.7052421569824219,0.6270408630371094,0.006841975105102538 +1000,25000,gpu,normal,True,False,0.8833408355712891,0.5645751953125,0.4897117614746094,0.4458427429199219,0.45228004455566406,0.5600452423095703,0.5083084106445312,0.45561790466308594,0.4622936248779297,0.4963874816894531,-0.12451656297292757 +1000,25000,gpu,normal,False,False,0.61798095703125,0.5030632019042969,0.4787445068359375,0.42891502380371094,0.4551410675048828,0.4127025604248047,0.35881996154785156,0.3178119659423828,0.3502368927001953,0.30517578125,-0.2975619120752544 +1000,37500,gpu,homo,True,True,0.5185604095458984,0.7584095001220703,0.6093978881835938,0.5903244018554688,0.5817413330078125,0.7038116455078125,0.7314682006835938,0.5939006805419922,0.6041526794433594,0.6320476531982422,0.06766448394137825 +1000,37500,gpu,homo,False,True,0.5488395690917969,0.3254413604736328,0.32591819763183594,0.36263465881347656,0.3387928009033203,0.6716251373291016,0.8962154388427734,0.957489013671875,1.1897087097167969,0.7917881011962891,1.3699849548645937 +1000,37500,gpu,homo,True,False,0.42819976806640625,0.2105236053466797,0.26535987854003906,0.5419254302978516,0.5347728729248047,0.6165504455566406,0.5195140838623047,0.5121231079101562,0.4982948303222656,0.5006790161132812,0.3364227250842562 +1000,37500,gpu,homo,False,False,0.5011558532714844,0.3886222839355469,0.354766845703125,0.3693103790283203,0.34046173095703125,0.24652481079101562,0.17189979553222656,0.15854835510253906,0.1804828643798828,0.17881393432617188,-0.5209222886421861 +1000,37500,gpu,uniform,True,True,0.5156993865966797,0.4100799560546875,0.3955364227294922,0.3821849822998047,0.3573894500732422,0.6165504455566406,0.5478858947753906,0.5197525024414062,0.5276203155517578,0.48279762268066406,0.3074965293845442 +1000,37500,gpu,uniform,False,True,0.5052089691162109,0.3693103790283203,0.3349781036376953,0.3113746643066406,0.3459453582763672,0.9849071502685547,0.7100105285644531,0.6985664367675781,0.6890296936035156,0.6928443908691406,1.0223499361430397 +1000,37500,gpu,uniform,True,False,0.5295276641845703,0.3485679626464844,0.34236907958984375,0.29349327087402344,0.30350685119628906,0.5576610565185547,0.4718303680419922,0.4165172576904297,0.4470348358154297,0.42510032653808594,0.27548209366391174 +1000,37500,gpu,uniform,False,False,0.6086826324462891,0.48804283142089844,0.43511390686035156,0.4553794860839844,0.45180320739746094,0.2968311309814453,0.2262592315673828,0.255584716796875,0.20241737365722656,0.16307830810546875,-0.5308895405669599 +1000,37500,gpu,normal,True,True,0.5204677581787109,0.4324913024902344,0.37217140197753906,0.40340423583984375,0.34499168395996094,0.6861686706542969,0.621795654296875,0.6003379821777344,0.6327629089355469,0.9114742279052734,0.6650569161779925 +1000,37500,gpu,normal,False,True,0.4870891571044922,0.3991127014160156,0.3325939178466797,0.2753734588623047,0.32639503479003906,0.7710456848144531,0.6816387176513672,0.6501674652099609,0.6670951843261719,0.606536865234375,0.8546359350445258 +1000,37500,gpu,normal,True,False,0.4210472106933594,0.26488304138183594,0.2579689025878906,0.32591819763183594,0.2510547637939453,0.8769035339355469,0.598907470703125,0.5915164947509766,0.6134510040283203,0.5893707275390625,1.150180279040602 +1000,37500,gpu,normal,False,False,0.8423328399658203,0.6687641143798828,0.6551742553710938,0.8649826049804688,0.698089599609375,0.3025531768798828,0.23508071899414062,0.24366378784179688,0.2148151397705078,0.24127960205078125,-0.6682009973149214 +1000,50000,gpu,homo,True,True,0.5860328674316406,0.41031837463378906,0.43272972106933594,0.38313865661621094,0.39768218994140625,0.8563995361328125,0.7977485656738281,0.7646083831787109,0.7467269897460938,0.7276535034179688,0.7616787139928796 +1000,50000,gpu,homo,False,True,0.4744529724121094,0.3643035888671875,0.3046989440917969,0.31566619873046875,0.2741813659667969,0.8776187896728516,0.736236572265625,0.9591579437255859,0.8695125579833984,0.713348388671875,1.3976616231086658 +1000,50000,gpu,homo,True,False,0.38814544677734375,0.25916099548339844,0.2186298370361328,0.25343894958496094,0.23484230041503906,0.52642822265625,0.5071163177490234,0.5168914794921875,0.5023479461669922,0.4520416259765625,0.8496478873239437 +1000,50000,gpu,homo,False,False,0.5524158477783203,0.46372413635253906,0.4470348358154297,0.3981590270996094,0.3991127014160156,0.27441978454589844,0.2028942108154297,0.2205371856689453,0.18072128295898438,0.2009868621826172,-0.522413247547727 +1000,50000,gpu,uniform,True,True,0.5905628204345703,0.44608116149902344,0.40030479431152344,0.4494190216064453,0.39649009704589844,0.8730888366699219,0.8287429809570312,0.8053779602050781,0.7534027099609375,1.1241436004638672,0.9207310704960836 +1000,50000,gpu,uniform,False,True,0.55694580078125,0.3230571746826172,0.3466606140136719,0.3452301025390625,0.3714561462402344,0.8242130279541016,0.7600784301757812,0.7452964782714844,0.7529258728027344,0.7431507110595703,0.9685928106980739 +1000,50000,gpu,uniform,True,False,0.4525184631347656,0.3032684326171875,0.2200603485107422,0.2346038818359375,0.2353191375732422,0.7014274597167969,0.5984306335449219,0.5564689636230469,0.5373954772949219,0.5507469177246094,1.0366094986807388 +1000,50000,gpu,uniform,False,False,0.6806850433349609,0.5733966827392578,0.5929470062255859,0.8215904235839844,0.7808208465576172,0.3323554992675781,0.2651214599609375,0.2052783966064453,0.19121170043945312,0.17189979553222656,-0.6620127177218689 +1000,50000,gpu,normal,True,True,0.5805492401123047,0.5469322204589844,0.4050731658935547,0.4150867462158203,0.41031837463378906,0.9684562683105469,0.9732246398925781,0.8525848388671875,0.8208751678466797,0.8521080017089844,0.8945399393326592 +1000,50000,gpu,normal,False,True,0.4773139953613281,0.392913818359375,0.3466606140136719,0.3254413604736328,0.3368854522705078,0.8723735809326172,0.8299350738525391,0.7905960083007812,0.7083415985107422,0.7488727569580078,1.102004567368688 +1000,50000,gpu,normal,True,False,0.4401206970214844,0.25916099548339844,0.2346038818359375,0.2765655517578125,0.2295970916748047,0.9977817535400391,0.9064674377441406,0.8833408355712891,0.8823871612548828,0.8985996246337891,2.1725165562913906 +1000,50000,gpu,normal,False,False,0.9331703186035156,0.8189678192138672,0.7987022399902344,0.7805824279785156,0.7443428039550781,0.2741813659667969,0.202178955078125,0.18858909606933594,0.17452239990234375,0.19121170043945312,-0.7471190406551623 +2500,1000,gpu,homo,True,True,0.3495216369628906,0.2422332763671875,0.24509429931640625,0.23794174194335938,0.22482872009277344,0.3008842468261719,0.20384788513183594,0.2281665802001953,0.20813941955566406,0.1697540283203125,-0.1452944413869015 +2500,1000,gpu,homo,False,True,0.5435943603515625,0.5428791046142578,0.40531158447265625,0.3879070281982422,0.4143714904785156,0.4096031188964844,0.3337860107421875,0.29778480529785156,0.2608299255371094,0.2601146697998047,-0.3190604863853669 +2500,1000,gpu,homo,True,False,0.3590583801269531,0.22649765014648438,0.23937225341796875,0.2124309539794922,0.2334117889404297,0.240325927734375,0.22125244140625,0.19884109497070312,0.16570091247558594,0.1633167266845703,-0.22138836772983117 +2500,1000,gpu,homo,False,False,0.6921291351318359,0.4744529724121094,0.4353523254394531,0.44536590576171875,0.4253387451171875,0.3123283386230469,0.22649765014648438,0.2129077911376953,0.20360946655273438,0.1964569091796875,-0.5341818532446244 +2500,1000,gpu,uniform,True,True,0.3159046173095703,0.6144046783447266,0.5371570587158203,0.48351287841796875,0.5233287811279297,0.2932548522949219,0.209808349609375,0.20885467529296875,0.21791458129882812,0.2028942108154297,-0.5422046637116978 +2500,1000,gpu,uniform,False,True,0.6170272827148438,0.5240440368652344,0.5617141723632812,0.4718303680419922,0.4620552062988281,0.36406517028808594,0.2598762512207031,0.2617835998535156,0.21409988403320312,0.21457672119140625,-0.5014919974681256 +2500,1000,gpu,uniform,True,False,0.3898143768310547,0.30231475830078125,0.2696514129638672,0.2682209014892578,0.25773048400878906,0.27823448181152344,0.1652240753173828,0.1850128173828125,0.2033710479736328,0.20313262939453125,-0.3043269230769231 +2500,1000,gpu,uniform,False,False,0.3345012664794922,0.26154518127441406,0.2636909484863281,0.2510547637939453,0.2899169921875,0.2789497375488281,0.2384185791015625,0.2071857452392578,0.20051002502441406,0.17142295837402344,-0.21719148936170207 +2500,1000,gpu,normal,True,True,0.400543212890625,0.3025531768798828,0.2727508544921875,0.23174285888671875,0.2472400665283203,0.3979206085205078,0.48041343688964844,0.3876686096191406,0.3504753112792969,0.3371238708496094,0.3428384136348739 +2500,1000,gpu,normal,False,True,0.36025047302246094,0.2543926239013672,0.3025531768798828,0.23746490478515625,0.21338462829589844,0.3788471221923828,0.3733634948730469,0.3170967102050781,0.33092498779296875,0.2841949462890625,0.23126524921575453 +2500,1000,gpu,normal,True,False,0.4100799560546875,0.26726722717285156,0.25391578674316406,0.21529197692871094,0.31638145446777344,0.32448768615722656,0.4506111145019531,0.5884170532226562,0.3876686096191406,0.3292560577392578,0.4220990873533246 +2500,1000,gpu,normal,False,False,0.6220340728759766,0.48279762268066406,0.46753883361816406,0.46443939208984375,0.47278404235839844,0.3266334533691406,0.26917457580566406,0.2982616424560547,0.22673606872558594,0.22864341735839844,-0.4622838685160555 +2500,2500,gpu,homo,True,True,0.4031658172607422,0.2605915069580078,0.2765655517578125,0.2281665802001953,0.24509429931640625,0.42629241943359375,0.32329559326171875,0.2951622009277344,0.3223419189453125,0.29015541076660156,0.17237308146399055 +2500,2500,gpu,homo,False,True,0.33402442932128906,0.24127960205078125,0.26535987854003906,0.2105236053466797,0.22840499877929688,0.5090236663818359,0.3752708435058594,0.33092498779296875,0.29540061950683594,0.2827644348144531,0.4015278554127073 +2500,2500,gpu,homo,True,False,0.3809928894042969,0.24461746215820312,0.29468536376953125,0.2353191375732422,0.21576881408691406,0.3619194030761719,0.2696514129638672,0.2384185791015625,0.2677440643310547,0.2434253692626953,0.007127955493741345 +2500,2500,gpu,homo,False,False,0.6160736083984375,0.5362033843994141,0.49376487731933594,0.446319580078125,0.4451274871826172,0.3731250762939453,0.40602684020996094,0.3688335418701172,0.2758502960205078,0.3161430358886719,-0.3142910833411632 +2500,2500,gpu,uniform,True,True,0.4527568817138672,0.2791881561279297,0.29206275939941406,0.26702880859375,0.2238750457763672,0.4169940948486328,0.37169456481933594,0.3108978271484375,0.3371238708496094,0.3135204315185547,0.15533522190745996 +2500,2500,gpu,uniform,False,True,0.40078163146972656,0.2772808074951172,0.26798248291015625,0.2925395965576172,0.25963783264160156,0.44727325439453125,0.2732276916503906,0.24628639221191406,0.21696090698242188,0.2033710479736328,-0.07415658816040738 +2500,2500,gpu,uniform,True,False,0.675201416015625,0.6866455078125,0.4611015319824219,0.476837158203125,0.4515647888183594,0.5254745483398438,0.37026405334472656,0.34689903259277344,0.29540061950683594,0.3001689910888672,-0.33188908145580587 +2500,2500,gpu,uniform,False,False,0.7045269012451172,0.5300045013427734,0.5609989166259766,0.4658699035644531,0.5040168762207031,0.2834796905517578,0.2155303955078125,0.18930435180664062,0.19812583923339844,0.18310546875,-0.6132425209069747 +2500,2500,gpu,normal,True,True,0.42629241943359375,0.26726722717285156,0.28395652770996094,0.2460479736328125,0.27561187744140625,0.32448768615722656,0.23865699768066406,0.26917457580566406,0.22912025451660156,0.2262592315673828,-0.14106234096692116 +2500,2500,gpu,normal,False,True,0.8068084716796875,0.4901885986328125,0.3294944763183594,0.31495094299316406,0.3056526184082031,0.4203319549560547,0.3643035888671875,0.32591819763183594,0.5021095275878906,0.3390312194824219,-0.13145888594164457 +2500,2500,gpu,normal,True,False,0.43702125549316406,0.28824806213378906,0.240325927734375,0.28586387634277344,0.2644062042236328,0.3402233123779297,0.21576881408691406,0.20360946655273438,0.1850128173828125,0.21409988403320312,-0.23560868197546403 +2500,2500,gpu,normal,False,False,0.5848407745361328,0.5052089691162109,0.5235671997070312,0.4951953887939453,0.4723072052001953,0.4024505615234375,0.2799034118652344,0.3058910369873047,0.2574920654296875,0.2753734588623047,-0.41067799741363387 +2500,5000,gpu,homo,True,True,0.4100799560546875,0.29206275939941406,0.3032684326171875,0.2713203430175781,0.2617835998535156,0.347137451171875,0.2884864807128906,0.26607513427734375,0.24628639221191406,0.2605915069580078,-0.08445684177901747 +2500,5000,gpu,homo,False,True,0.41675567626953125,0.244140625,0.2923011779785156,0.2574920654296875,0.25272369384765625,0.51116943359375,0.5278587341308594,0.29087066650390625,0.2665519714355469,0.2288818359375,0.24731182795698925 +2500,5000,gpu,homo,True,False,0.7305145263671875,0.469207763671875,0.44155120849609375,0.4296302795410156,0.41961669921875,0.26869773864746094,0.22673606872558594,0.1971721649169922,0.15091896057128906,0.17690658569335938,-0.5902737890101475 +2500,5000,gpu,homo,False,False,0.46443939208984375,0.2429485321044922,0.25653839111328125,0.21505355834960938,0.6203651428222656,0.25773048400878906,0.1957416534423828,0.20766258239746094,0.1804828643798828,0.1952648162841797,-0.42374453425202063 +2500,5000,gpu,uniform,True,True,0.5154609680175781,0.3464221954345703,0.3204345703125,0.37670135498046875,0.6363391876220703,0.3666877746582031,0.3192424774169922,0.27871131896972656,0.2734661102294922,0.2689361572265625,-0.31353171155516946 +2500,5000,gpu,uniform,False,True,0.4799365997314453,0.6721019744873047,0.5581378936767578,0.705718994140625,0.2837181091308594,0.331878662109375,0.2923011779785156,0.29397010803222656,0.278472900390625,0.25963783264160156,-0.4605669875474697 +2500,5000,gpu,uniform,True,False,0.4448890686035156,0.27823448181152344,0.2524852752685547,0.24557113647460938,0.25177001953125,0.308990478515625,0.2467632293701172,0.2620220184326172,0.274658203125,0.2741813659667969,-0.0721916477824539 +2500,5000,gpu,uniform,False,False,0.7975101470947266,0.6318092346191406,0.6866455078125,0.5626678466796875,0.4725456237792969,0.2551078796386719,0.1895427703857422,0.20575523376464844,0.22339820861816406,0.18644332885742188,-0.6635393811000984 +2500,5000,gpu,normal,True,True,0.4413127899169922,0.2689361572265625,0.2925395965576172,0.25963783264160156,0.25725364685058594,0.4315376281738281,0.32591819763183594,0.24080276489257812,0.3094673156738281,0.2727508544921875,0.04000627549419522 +2500,5000,gpu,normal,False,True,0.45561790466308594,0.3361701965332031,0.3178119659423828,0.34880638122558594,0.5908012390136719,0.47659873962402344,0.40841102600097656,0.36907196044921875,0.34356117248535156,0.3609657287597656,-0.04421175101803376 +2500,5000,gpu,normal,True,False,0.44727325439453125,0.2808570861816406,0.2677440643310547,0.20551681518554688,0.2238750457763672,0.40078163146972656,0.415802001953125,0.38743019104003906,0.36072731018066406,0.3590583801269531,0.3497825359652058 +2500,5000,gpu,normal,False,False,0.4742145538330078,0.24390220642089844,0.24652481079101562,0.2620220184326172,0.2319812774658203,0.3273487091064453,0.2567768096923828,0.24175643920898438,0.21886825561523438,0.25177001953125,-0.11114743380189607 +2500,10000,gpu,homo,True,True,0.5121231079101562,0.3457069396972656,0.3058910369873047,0.263214111328125,0.3063678741455078,0.44417381286621094,0.5857944488525391,0.36454200744628906,0.3192424774169922,0.3185272216796875,0.17248968363136186 +2500,10000,gpu,homo,False,True,0.44345855712890625,0.3123283386230469,0.2529621124267578,0.2942085266113281,0.2949237823486328,0.38433074951171875,0.6735324859619141,0.5035400390625,0.4017353057861328,0.37288665771484375,0.46195165622202317 +2500,10000,gpu,homo,True,False,0.4794597625732422,0.5807876586914062,0.5524158477783203,0.3960132598876953,0.4093647003173828,0.29587745666503906,0.2486705780029297,0.2377033233642578,0.23603439331054688,0.21839141845703125,-0.48856241372510356 +2500,10000,gpu,homo,False,False,0.3814697265625,0.3190040588378906,0.2601146697998047,0.23865699768066406,0.6093978881835938,0.30803680419921875,0.2791881561279297,0.2834796905517578,0.2422332763671875,0.278472900390625,-0.2306881096757184 +2500,10000,gpu,uniform,True,True,0.49233436584472656,0.3561973571777344,0.3154277801513672,0.324249267578125,0.33545494079589844,0.41174888610839844,0.3504753112792969,0.3495216369628906,0.3504753112792969,0.29778480529785156,-0.03490652372859193 +2500,10000,gpu,uniform,False,True,0.5109310150146484,0.33664703369140625,0.3113746643066406,0.32782554626464844,0.3020763397216797,0.4036426544189453,0.33020973205566406,0.36716461181640625,0.32210350036621094,0.31495094299316406,-0.02838864454218315 +2500,10000,gpu,uniform,True,False,0.4646778106689453,0.27632713317871094,0.23937225341796875,0.3097057342529297,0.23436546325683594,0.3478527069091797,0.25153160095214844,0.28443336486816406,0.25582313537597656,0.2760887145996094,-0.07131685955583356 +2500,10000,gpu,uniform,False,False,0.42319297790527344,0.3025531768798828,0.232696533203125,0.2841949462890625,0.25773048400878906,0.33974647521972656,0.2117156982421875,0.2300739288330078,0.2486705780029297,0.20742416381835938,-0.1751152073732719 +2500,10000,gpu,normal,True,True,0.5178451538085938,0.3006458282470703,0.3311634063720703,0.2694129943847656,0.7386207580566406,0.5354881286621094,0.400543212890625,0.3440380096435547,0.36406517028808594,0.2994537353515625,-0.09922651933701654 +2500,10000,gpu,normal,False,True,0.4296302795410156,0.3361701965332031,0.3018379211425781,0.2727508544921875,0.2658367156982422,0.4329681396484375,0.3745555877685547,0.3349781036376953,0.3237724304199219,0.3428459167480469,0.12631735193706395 +2500,10000,gpu,normal,True,False,0.46944618225097656,0.3635883331298828,0.2562999725341797,0.24271011352539062,0.25725364685058594,0.4584789276123047,0.35452842712402344,0.3314018249511719,0.3058910369873047,0.3383159637451172,0.12541254125412538 +2500,10000,gpu,normal,False,False,0.5223751068115234,0.6117820739746094,0.5571842193603516,0.5004405975341797,0.484466552734375,0.3249645233154297,0.26679039001464844,0.2467632293701172,0.21767616271972656,0.1888275146484375,-0.5347884187082406 +2500,25000,gpu,homo,True,True,0.5695819854736328,0.3986358642578125,0.4405975341796875,0.6072521209716797,0.43010711669921875,0.7047653198242188,0.644683837890625,0.7562637329101562,0.8263587951660156,0.7152557373046875,0.4910331384015594 +2500,25000,gpu,homo,False,True,0.820159912109375,0.5948543548583984,0.5252361297607422,0.5190372467041016,0.5235671997070312,0.6709098815917969,0.6024837493896484,0.5965232849121094,0.5514621734619141,0.5667209625244141,0.0017584525617455604 +2500,25000,gpu,homo,True,False,0.40531158447265625,0.28514862060546875,0.2338886260986328,0.22339820861816406,0.2231597900390625,0.4088878631591797,0.3483295440673828,0.32258033752441406,0.32329559326171875,0.34618377685546875,0.276 +2500,25000,gpu,homo,False,False,0.4627704620361328,0.32401084899902344,0.34737586975097656,0.27942657470703125,0.2865791320800781,0.23889541625976562,0.1957416534423828,0.18978118896484375,0.19431114196777344,0.19240379333496094,-0.4052727527695975 +2500,25000,gpu,uniform,True,True,0.6451606750488281,0.3597736358642578,0.4582405090332031,0.3609657287597656,0.4169940948486328,0.6127357482910156,0.6144046783447266,0.6330013275146484,0.6437301635742188,1.2054443359375,0.6551063829787234 +2500,25000,gpu,uniform,False,True,0.560760498046875,0.39267539978027344,0.3535747528076172,0.3199577331542969,0.30684471130371094,0.5707740783691406,0.47135353088378906,0.4858970642089844,0.45108795166015625,0.45299530029296875,0.25767476266798184 +2500,25000,gpu,uniform,True,False,0.4436969757080078,0.3113746643066406,0.24127960205078125,0.2620220184326172,0.27370452880859375,0.6165504455566406,0.469207763671875,0.4677772521972656,0.44918060302734375,0.41413307189941406,0.5774976657329598 +2500,25000,gpu,uniform,False,False,0.5352497100830078,0.38361549377441406,0.37670135498046875,0.3857612609863281,0.3714561462402344,0.3209114074707031,0.22077560424804688,0.1690387725830078,0.19407272338867188,0.4665851593017578,-0.3319396051103368 +2500,25000,gpu,normal,True,True,0.6175041198730469,0.4589557647705078,0.47016143798828125,0.370025634765625,0.4363059997558594,0.8072853088378906,0.7262229919433594,0.6589889526367188,0.6797313690185547,0.6649494171142578,0.5032931401357787 +2500,25000,gpu,normal,False,True,0.682830810546875,0.39315223693847656,0.3256797790527344,0.3745555877685547,0.3502368927001953,0.6518363952636719,0.5609989166259766,0.5793571472167969,0.5543231964111328,0.7431507110595703,0.45296557910079605 +2500,25000,gpu,normal,True,False,0.4944801330566406,0.2887248992919922,0.2601146697998047,0.2772808074951172,0.22554397583007812,0.5357265472412109,0.43511390686035156,0.43201446533203125,0.4584789276123047,0.42247772216796875,0.47710100231303 +2500,25000,gpu,normal,False,False,0.6196498870849609,0.4734992980957031,0.4544258117675781,0.4897117614746094,0.47898292541503906,0.34928321838378906,0.2961158752441406,0.2396106719970703,0.22602081298828125,0.2048015594482422,-0.4770703050975933 +2500,37500,gpu,homo,True,True,0.6833076477050781,0.42724609375,0.530242919921875,0.3638267517089844,0.48160552978515625,1.1568069458007812,1.100778579711914,0.8878707885742188,0.8831024169921875,0.8418560028076172,0.9589566551591868 +2500,37500,gpu,homo,False,True,0.5371570587158203,0.3566741943359375,0.36907196044921875,0.4036426544189453,0.3731250762939453,0.7584095001220703,0.7371902465820312,0.6642341613769531,0.6606578826904297,0.6427764892578125,0.6979544126241963 +2500,37500,gpu,homo,True,False,0.4138946533203125,0.22363662719726562,0.2181529998779297,0.22554397583007812,0.22459030151367188,0.5271434783935547,0.4565715789794922,0.4200935363769531,0.41294097900390625,0.40721893310546875,0.7031221471608544 +2500,37500,gpu,homo,False,False,0.5345344543457031,0.41604042053222656,0.4425048828125,0.3643035888671875,0.3578662872314453,0.3421306610107422,0.20837783813476562,0.20933151245117188,0.20933151245117188,0.2148151397705078,-0.4402614968440036 +2500,37500,gpu,uniform,True,True,0.7967948913574219,0.41866302490234375,0.5497932434082031,0.48279762268066406,0.5636215209960938,0.9675025939941406,0.8852481842041016,0.9295940399169922,0.9462833404541016,0.9317398071289062,0.6575086915967099 +2500,37500,gpu,uniform,False,True,0.6258487701416016,0.4277229309082031,0.40912628173828125,0.3921985626220703,0.39887428283691406,0.9171962738037109,0.8432865142822266,0.7386207580566406,0.7386207580566406,0.7381439208984375,0.7640960541626998 +2500,37500,gpu,uniform,True,False,0.3781318664550781,0.6515979766845703,0.5681514739990234,0.4398822784423828,0.461578369140625,0.6747245788574219,0.5860328674316406,0.7321834564208984,0.6744861602783203,0.5321502685546875,0.28016789087093397 +2500,37500,gpu,uniform,False,False,0.7004737854003906,0.6976127624511719,0.5738735198974609,0.8051395416259766,0.560760498046875,0.3750324249267578,0.4181861877441406,0.3190040588378906,0.31638145446777344,0.3044605255126953,-0.48078571428571426 +2500,37500,gpu,normal,True,True,0.7486343383789062,0.4456043243408203,0.5211830139160156,0.423431396484375,0.5383491516113281,1.2793540954589844,1.3120174407958984,1.0380744934082031,1.0106563568115234,1.0106563568115234,1.1106955205272064 +2500,37500,gpu,normal,False,True,0.5915164947509766,0.4253387451171875,0.4050731658935547,0.3695487976074219,0.40078163146972656,0.7414817810058594,0.6906986236572266,0.6823539733886719,0.6656646728515625,0.6785392761230469,0.577705274605764 +2500,37500,gpu,normal,True,False,0.43964385986328125,0.263214111328125,0.22125244140625,0.23555755615234375,0.22912025451660156,0.7092952728271484,0.6327629089355469,0.6229877471923828,0.6389617919921875,0.5960464477539062,1.3042060085836908 +2500,37500,gpu,normal,False,False,0.8568763732910156,0.77056884765625,0.7271766662597656,0.7102489471435547,0.7178783416748047,0.4355907440185547,0.3829002380371094,0.38933753967285156,0.3783702850341797,0.4124641418457031,-0.4716374637589815 +2500,50000,gpu,homo,True,True,0.8215904235839844,0.5180835723876953,1.1031627655029297,0.7126331329345703,0.7979869842529297,1.5249252319335938,1.3561248779296875,1.367807388305664,1.3592243194580078,1.3272762298583984,0.7542515981184417 +2500,50000,gpu,homo,False,True,0.9694099426269531,0.6978511810302734,0.6439685821533203,0.6358623504638672,0.5965232849121094,0.8068084716796875,0.7655620574951172,0.7879734039306641,0.8339881896972656,0.8423328399658203,0.13913745542622613 +2500,50000,gpu,homo,True,False,0.4105567932128906,0.31065940856933594,0.2925395965576172,0.24175643920898438,0.2434253692626953,0.5626678466796875,0.5125999450683594,0.4799365997314453,0.4878044128417969,0.4940032958984375,0.692540162239542 +2500,50000,gpu,homo,False,False,0.7669925689697266,0.5428791046142578,0.5595684051513672,0.5495548248291016,0.5431175231933594,0.29397010803222656,0.23674964904785156,0.2143383026123047,0.2181529998779297,0.20194053649902344,-0.6066484224082421 +2500,50000,gpu,uniform,True,True,0.7872581481933594,0.5555152893066406,1.012563705444336,0.934600830078125,0.9238719940185547,1.2395381927490234,1.1343955993652344,1.207113265991211,1.1386871337890625,1.1439323425292969,0.3915355890007921 +2500,50000,gpu,uniform,False,True,0.6737709045410156,0.49591064453125,0.4622936248779297,0.4665851593017578,0.41222572326660156,0.9517669677734375,0.8282661437988281,0.7750988006591797,0.7910728454589844,0.7767677307128906,0.6421042636026968 +2500,50000,gpu,uniform,True,False,0.43129920959472656,0.2942085266113281,0.24127960205078125,0.26535987854003906,0.27298927307128906,0.8015632629394531,0.7529258728027344,0.7634162902832031,1.0263919830322266,0.7355213165283203,1.710597180421353 +2500,50000,gpu,uniform,False,False,1.0783672332763672,0.9853839874267578,1.12152099609375,0.9801387786865234,0.9403228759765625,0.2944469451904297,0.2067089080810547,0.22077560424804688,0.21767616271972656,0.2677440643310547,-0.7635302358160168 +2500,50000,gpu,normal,True,True,0.8382797241210938,0.5350112915039062,0.6177425384521484,0.46515464782714844,0.6334781646728516,1.2996196746826172,1.3151168823242188,1.192331314086914,1.2357234954833984,1.1565685272216797,1.0064819816343853 +2500,50000,gpu,normal,False,True,0.5807876586914062,0.5512237548828125,0.4665851593017578,0.8487701416015625,0.6887912750244141,0.8823871612548828,0.7808208465576172,0.8151531219482422,0.7977485656738281,0.8099079132080078,0.3028736506005778 +2500,50000,gpu,normal,True,False,0.42819976806640625,0.2925395965576172,0.2918243408203125,0.2598762512207031,0.2536773681640625,0.9865760803222656,0.8554458618164062,0.8046627044677734,0.8459091186523438,0.8537769317626953,1.8479925011716918 +2500,50000,gpu,normal,False,False,1.283884048461914,1.10626220703125,1.0809898376464844,1.0292530059814453,1.0876655578613281,0.47516822814941406,0.37479400634765625,0.4119873046875,0.3800392150878906,0.3590583801269531,-0.6419063059988054 +5000,1000,gpu,homo,True,True,0.35881996154785156,0.2655982971191406,0.2510547637939453,0.2377033233642578,0.24199485778808594,0.30231475830078125,0.22912025451660156,0.21600723266601562,0.21648406982421875,0.20051002502441406,-0.14074595355383535 +5000,1000,gpu,homo,False,True,0.6844997406005859,0.6134510040283203,0.5190372467041016,0.49495697021484375,0.461578369140625,0.2789497375488281,0.2276897430419922,0.1990795135498047,0.18095970153808594,0.19478797912597656,-0.6100747872431875 +5000,1000,gpu,homo,True,False,0.37169456481933594,0.2541542053222656,0.23555755615234375,0.2033710479736328,0.21195411682128906,0.3020763397216797,0.2052783966064453,0.17690658569335938,0.19931793212890625,0.17070770263671875,-0.17422969187675075 +5000,1000,gpu,homo,False,False,0.3554821014404297,0.34689903259277344,0.2598762512207031,0.23794174194335938,0.23436546325683594,0.25200843811035156,0.4410743713378906,0.42247772216796875,0.33593177795410156,0.32973289489746094,0.24164866212398195 +5000,1000,gpu,uniform,True,True,0.3516674041748047,0.26988983154296875,0.6229877471923828,0.6957054138183594,0.5741119384765625,0.3097057342529297,0.2574920654296875,0.3142356872558594,0.2982616424560547,0.43511390686035156,-0.35776597762184714 +5000,1000,gpu,uniform,False,True,0.6978511810302734,0.4944801330566406,0.4515647888183594,0.6678104400634766,0.5185604095458984,0.3190040588378906,0.2605915069580078,0.4401206970214844,0.3600120544433594,0.33211708068847656,-0.39516468705248087 +5000,1000,gpu,uniform,True,False,0.35762786865234375,0.2541542053222656,0.27108192443847656,0.2644062042236328,0.25725364685058594,0.3445148468017578,0.26702880859375,0.2338886260986328,0.21791458129882812,0.18978118896484375,-0.1077915464267527 +5000,1000,gpu,uniform,False,False,0.35071372985839844,0.2913475036621094,0.32520294189453125,0.3459453582763672,0.26488304138183594,0.31948089599609375,0.3364086151123047,0.2582073211669922,0.26226043701171875,0.23365020751953125,-0.10651155763710529 +5000,1000,gpu,normal,True,True,0.42176246643066406,0.3428459167480469,0.3345012664794922,0.32448768615722656,0.30803680419921875,0.3669261932373047,0.2961158752441406,0.2682209014892578,0.25081634521484375,0.2346038818359375,-0.1818807655238882 +5000,1000,gpu,normal,False,True,0.3819465637207031,0.32448768615722656,0.3154277801513672,0.2694129943847656,0.2789497375488281,0.31375885009765625,0.29587745666503906,0.25153160095214844,0.2562999725341797,0.23698806762695312,-0.13741269359246888 +5000,1000,gpu,normal,True,False,0.5860328674316406,0.5247592926025391,0.49424171447753906,0.484466552734375,0.4870891571044922,0.3495216369628906,0.3037452697753906,0.24700164794921875,0.2582073211669922,0.25081634521484375,-0.4530396964930138 +5000,1000,gpu,normal,False,False,0.6644725799560547,0.5719661712646484,0.522613525390625,0.5147457122802734,0.4715919494628906,0.5819797515869141,0.4029273986816406,0.3867149353027344,0.36597251892089844,0.3924369812011719,-0.22414242292661746 +5000,2500,gpu,homo,True,True,0.34999847412109375,0.3132820129394531,0.28824806213378906,0.27370452880859375,0.2562999725341797,0.34880638122558594,0.2682209014892578,0.2543926239013672,0.24938583374023438,0.26154518127441406,-0.06694560669456062 +5000,2500,gpu,homo,False,True,0.32901763916015625,0.26035308837890625,0.26679039001464844,0.2694129943847656,0.2467632293701172,0.5640983581542969,0.408172607421875,0.6210803985595703,0.3707408905029297,0.3440380096435547,0.681897150799166 +5000,2500,gpu,homo,True,False,0.38170814514160156,0.28777122497558594,0.26226043701171875,0.24509429931640625,0.23508071899414062,0.4425048828125,0.46372413635253906,0.30803680419921875,0.26869773864746094,0.2923011779785156,0.25734549138804463 +5000,2500,gpu,homo,False,False,0.5762577056884766,0.4718303680419922,0.4520416259765625,0.4107952117919922,0.40793418884277344,0.3540515899658203,0.24366378784179688,0.19407272338867188,0.2155303955078125,0.18858909606933594,-0.4842689697717458 +5000,2500,gpu,uniform,True,True,0.37598609924316406,0.34236907958984375,0.32973289489746094,0.29730796813964844,0.27298927307128906,0.33926963806152344,0.5323886871337891,0.3936290740966797,0.3731250762939453,0.36835670471191406,0.2399823217442545 +5000,2500,gpu,uniform,False,True,0.6694793701171875,0.5877017974853516,0.6098747253417969,0.5083084106445312,0.5207061767578125,0.5590915679931641,0.44226646423339844,0.3905296325683594,0.3902912139892578,0.36406517028808594,-0.2589116654317939 +5000,2500,gpu,uniform,True,False,0.47135353088378906,0.35881996154785156,0.25200843811035156,0.2720355987548828,0.24390220642089844,0.2980232238769531,0.23031234741210938,0.19598007202148438,0.17189979553222656,0.2033710479736328,-0.31194987319110845 +5000,2500,gpu,uniform,False,False,0.6754398345947266,0.6263256072998047,0.5247592926025391,0.4589557647705078,0.4711151123046875,0.3666877746582031,0.2639293670654297,0.25081634521484375,0.20575523376464844,0.2491474151611328,-0.5152222798823733 +5000,2500,gpu,normal,True,True,0.40221214294433594,0.2982616424560547,0.2884864807128906,0.30350685119628906,0.2532005310058594,0.3712177276611328,0.2810955047607422,0.2529621124267578,0.22292137145996094,0.2696514129638672,-0.09563473700447322 +5000,2500,gpu,normal,False,True,0.4134178161621094,0.3497600555419922,0.3349781036376953,0.28443336486816406,0.3399848937988281,0.38361549377441406,0.3235340118408203,0.2815723419189453,0.3123283386230469,0.26869773864746094,-0.08871972318339105 +5000,2500,gpu,normal,True,False,0.7231235504150391,0.5886554718017578,0.5714893341064453,0.5714893341064453,0.5419254302978516,0.3573894500732422,0.2448558807373047,0.21076202392578125,0.22530555725097656,0.21576881408691406,-0.5815100644442677 +5000,2500,gpu,normal,False,False,0.4343986511230469,0.3790855407714844,0.3039836883544922,0.32401084899902344,0.3190040588378906,0.3848075866699219,0.35262107849121094,0.28204917907714844,0.2779960632324219,0.2932548522949219,-0.09642470205850484 +5000,5000,gpu,homo,True,True,0.4489421844482422,0.29397010803222656,0.2923011779785156,0.25773048400878906,0.2779960632324219,0.34928321838378906,0.2644062042236328,0.308990478515625,0.2505779266357422,0.27060508728027344,-0.08089239641827284 +5000,5000,gpu,homo,False,True,0.6647109985351562,0.629425048828125,0.5848407745361328,0.5185604095458984,0.4596710205078125,0.42724609375,0.2894401550292969,0.32067298889160156,0.2803802490234375,0.33092498779296875,-0.4229806408544726 +5000,5000,gpu,homo,True,False,0.41222572326660156,0.2865791320800781,0.23055076599121094,0.2512931823730469,0.2243518829345703,0.38886070251464844,0.3204345703125,0.2162456512451172,0.18286705017089844,0.20384788513183594,-0.06601052095706772 +5000,5000,gpu,homo,False,False,0.3287792205810547,0.24175643920898438,0.2548694610595703,0.2808570861816406,0.22840499877929688,0.2961158752441406,0.22268295288085938,0.19097328186035156,0.5035400390625,0.37670135498046875,0.1913183279742765 +5000,5000,gpu,uniform,True,True,0.5326271057128906,0.3490447998046875,0.31828880310058594,0.6182193756103516,0.6914138793945312,0.5609989166259766,0.4534721374511719,0.39505958557128906,0.4055500030517578,0.36644935607910156,-0.13072392171765157 +5000,5000,gpu,uniform,False,True,0.4382133483886719,0.32901763916015625,0.2815723419189453,0.30684471130371094,0.2696514129638672,0.5772113800048828,0.4298686981201172,0.3910064697265625,0.4165172576904297,0.39768218994140625,0.36115593369517374 +5000,5000,gpu,uniform,True,False,0.4737377166748047,0.2911090850830078,0.24127960205078125,0.24843215942382812,0.27680397033691406,0.5240440368652344,0.3910064697265625,0.3917217254638672,0.36525726318359375,0.362396240234375,0.32850692822668526 +5000,5000,gpu,uniform,False,False,0.606536865234375,0.5724430084228516,0.48851966857910156,0.5075931549072266,0.48422813415527344,0.4756450653076172,0.36978721618652344,0.3688335418701172,0.3113746643066406,0.33974647521972656,-0.29854760623991394 +5000,5000,gpu,normal,True,True,0.7939338684082031,0.6067752838134766,0.5388259887695312,0.5726814270019531,0.5788803100585938,0.4353523254394531,0.36215782165527344,0.34737586975097656,0.2834796905517578,0.32258033752441406,-0.4335518704203625 +5000,5000,gpu,normal,False,True,0.5199909210205078,0.38361549377441406,0.34999847412109375,0.3108978271484375,0.3070831298828125,0.701904296875,0.4870891571044922,0.4417896270751953,0.42128562927246094,0.40793418884277344,0.31439490445859875 +5000,5000,gpu,normal,True,False,0.4146099090576172,0.2892017364501953,0.2562999725341797,0.2815723419189453,0.24700164794921875,0.5629062652587891,0.4489421844482422,0.2498626708984375,0.21123886108398438,0.2377033233642578,0.14910313901345296 +5000,5000,gpu,normal,False,False,0.6678104400634766,0.4534721374511719,0.4210472106933594,0.5371570587158203,0.5733966827392578,0.3514289855957031,0.2789497375488281,0.2739429473876953,0.2396106719970703,0.23818016052246094,-0.479015008537791 +5000,10000,gpu,homo,True,True,0.5431175231933594,0.35262107849121094,0.335693359375,0.2703666687011719,0.324249267578125,0.48160552978515625,0.3795623779296875,0.40984153747558594,0.4074573516845703,0.4603862762451172,0.17130173651912783 +5000,10000,gpu,homo,False,True,0.4668235778808594,0.3628730773925781,0.3540515899658203,0.3447532653808594,0.3173351287841797,0.43272972106933594,0.3991127014160156,0.33664703369140625,0.36644935607910156,0.5478858947753906,0.12839059674502717 +5000,10000,gpu,homo,True,False,0.3917217254638672,0.2884864807128906,0.2491474151611328,0.22602081298828125,0.23818016052246094,0.32806396484375,0.24580955505371094,0.26035308837890625,0.23508071899414062,0.23603439331054688,-0.0633019674935843 +5000,10000,gpu,homo,False,False,0.4432201385498047,0.28967857360839844,0.28514862060546875,0.30922889709472656,0.26679039001464844,0.4665851593017578,0.3941059112548828,0.3674030303955078,0.2980232238769531,0.3936290740966797,0.20430750822614407 +5000,10000,gpu,uniform,True,True,0.48422813415527344,0.4096031188964844,0.6582736968994141,0.5850791931152344,0.5674362182617188,0.7016658782958984,0.5350112915039062,0.5509853363037109,0.5016326904296875,0.5288124084472656,0.041960507757404786 +5000,10000,gpu,uniform,False,True,0.7777214050292969,0.5469322204589844,0.46944618225097656,0.5104541778564453,0.45943260192871094,0.5526542663574219,0.5199909210205078,0.47469139099121094,0.4322528839111328,0.5905628204345703,-0.07012852583455531 +5000,10000,gpu,uniform,True,False,0.45943260192871094,0.3752708435058594,0.3952980041503906,0.2913475036621094,0.2620220184326172,0.3666877746582031,0.30422210693359375,0.27108192443847656,0.2789497375488281,0.27751922607421875,-0.15975935828877008 +5000,10000,gpu,uniform,False,False,0.47850608825683594,0.26345252990722656,0.2589225769042969,0.2803802490234375,0.27561187744140625,0.3304481506347656,0.2052783966064453,0.21958351135253906,0.17881393432617188,0.20170211791992188,-0.2704441041347626 +5000,10000,gpu,normal,True,True,0.5152225494384766,0.37741661071777344,0.35762786865234375,0.3619194030761719,0.3170967102050781,0.5192756652832031,0.4878044128417969,0.4379749298095703,0.39005279541015625,0.46443939208984375,0.19191794364804737 +5000,10000,gpu,normal,False,True,0.5319118499755859,0.3757476806640625,0.32591819763183594,0.3457069396972656,0.29754638671875,0.5602836608886719,0.5168914794921875,0.48089027404785156,0.48041343688964844,0.6380081176757812,0.42606707317073167 +5000,10000,gpu,normal,True,False,0.47016143798828125,0.4284381866455078,0.2853870391845703,0.26798248291015625,0.2639293670654297,0.4525184631347656,0.38170814514160156,0.2930164337158203,0.3032684326171875,0.3070831298828125,0.012644157287758695 +5000,10000,gpu,normal,False,False,0.4723072052001953,0.4153251647949219,0.29468536376953125,0.25343894958496094,0.2887248992919922,0.3592967987060547,0.3154277801513672,0.6442070007324219,0.28204917907714844,0.25343894958496094,0.07534909442831461 +5000,25000,gpu,homo,True,True,0.598907470703125,0.48732757568359375,0.4818439483642578,0.4699230194091797,0.4527568817138672,0.9508132934570312,0.682830810546875,0.8223056793212891,0.6740093231201172,0.7917881011962891,0.5745190006700489 +5000,25000,gpu,homo,False,True,0.6468296051025391,0.5946159362792969,0.49185752868652344,0.7014274597167969,0.4856586456298828,0.6222724914550781,0.5671977996826172,0.5440711975097656,0.5371570587158203,0.5025863647460938,-0.050371458894603593 +5000,25000,gpu,homo,True,False,0.3752708435058594,0.2722740173339844,0.2543926239013672,0.22077560424804688,0.2117156982421875,0.5831718444824219,0.48041343688964844,0.43487548828125,0.4239082336425781,0.4296302795410156,0.7625513668036448 +5000,25000,gpu,homo,False,False,0.43487548828125,0.33092498779296875,0.362396240234375,0.3342628479003906,0.29277801513671875,0.4794597625732422,0.4088878631591797,0.3402233123779297,0.3180503845214844,0.3848075866699219,0.10038033143167624 +5000,25000,gpu,uniform,True,True,0.6272792816162109,0.5161762237548828,0.4916191101074219,0.43654441833496094,0.47206878662109375,1.2428760528564453,0.8623600006103516,0.9450912475585938,0.7803440093994141,0.9567737579345703,0.8820882931858656 +5000,25000,gpu,uniform,False,True,1.0192394256591797,0.705718994140625,0.6997585296630859,0.6492137908935547,0.6623268127441406,0.8282661437988281,0.7874965667724609,0.7092952728271484,0.7364749908447266,0.7317066192626953,0.015251100759364533 +5000,25000,gpu,uniform,True,False,0.9622573852539062,0.4487037658691406,0.3123283386230469,0.3216266632080078,0.3170967102050781,0.42700767517089844,0.4100799560546875,0.32782554626464844,0.3349781036376953,0.38433074951171875,-0.20228121530231147 +5000,25000,gpu,uniform,False,False,0.5578994750976562,0.4398822784423828,0.3674030303955078,0.4031658172607422,0.3764629364013672,0.31304359436035156,0.22292137145996094,0.23174285888671875,0.2460479736328125,0.2346038818359375,-0.41796353935082253 +5000,25000,gpu,normal,True,True,0.6971359252929688,0.5338191986083984,0.4830360412597656,0.45299530029296875,0.7164478302001953,0.8661746978759766,0.7266998291015625,0.8549690246582031,0.6895065307617188,0.7989406585693359,0.36513973871341165 +5000,25000,gpu,normal,False,True,0.5803108215332031,0.45371055603027344,0.46563148498535156,0.42891502380371094,0.43845176696777344,0.8132457733154297,0.7038116455078125,0.7195472717285156,0.7808208465576172,0.7543563842773438,0.5934730056406123 +5000,25000,gpu,normal,True,False,0.42366981506347656,0.3018379211425781,0.29659271240234375,0.2644062042236328,0.2880096435546875,0.5762577056884766,0.5199909210205078,0.4947185516357422,0.51116943359375,0.4944801330566406,0.6491520290732888 +5000,25000,gpu,normal,False,False,0.7092952728271484,0.5700588226318359,0.6041526794433594,0.5121231079101562,0.4687309265136719,0.33855438232421875,0.30803680419921875,0.21409988403320312,0.22792816162109375,0.20837783813476562,-0.5471949392375561 +5000,37500,gpu,homo,True,True,0.7109642028808594,0.6017684936523438,0.5557537078857422,0.5736351013183594,0.5581378936767578,1.3775825500488281,1.171112060546875,1.294851303100586,1.1954307556152344,1.2612342834472656,1.0998887476160202 +5000,37500,gpu,homo,False,True,1.0340213775634766,0.8313655853271484,0.8475780487060547,0.7958412170410156,0.8027553558349609,0.858306884765625,0.7531642913818359,0.7433891296386719,0.7059574127197266,0.6480216979980469,-0.13979208139792076 +5000,37500,gpu,homo,True,False,0.4100799560546875,0.2911090850830078,0.22459030151367188,0.2200603485107422,0.19288063049316406,0.5009174346923828,0.39696693420410156,0.3833770751953125,0.39839744567871094,0.3857612609863281,0.5428317008014247 +5000,37500,gpu,homo,False,False,0.5917549133300781,0.4582405090332031,0.3998279571533203,0.3821849822998047,0.3883838653564453,0.3724098205566406,0.2319812774658203,0.26154518127441406,0.2522468566894531,0.32138824462890625,-0.35165897133039836 +5000,37500,gpu,uniform,True,True,0.7348060607910156,0.6155967712402344,0.5679130554199219,0.576019287109375,0.5819797515869141,1.4967918395996094,1.6086101531982422,1.4650821685791016,1.3682842254638672,1.4371871948242188,1.3976594590405331 +5000,37500,gpu,uniform,False,True,0.7479190826416016,0.5393028259277344,0.5540847778320312,0.5314350128173828,0.5397796630859375,0.7436275482177734,0.751495361328125,0.7107257843017578,0.72479248046875,0.7123947143554688,0.2508185985592666 +5000,37500,gpu,uniform,True,False,0.5002021789550781,0.28705596923828125,0.7028579711914062,0.5130767822265625,0.4992485046386719,0.5755424499511719,0.6585121154785156,0.6186962127685547,0.5462169647216797,0.54931640625,0.17816310975609762 +5000,37500,gpu,uniform,False,False,0.7483959197998047,0.5917549133300781,0.5452632904052734,0.5407333374023438,0.5452632904052734,0.2875328063964844,0.2713203430175781,0.22840499877929688,0.23317337036132812,0.23889541625976562,-0.5761855091069565 +5000,37500,gpu,normal,True,True,0.8585453033447266,0.6346702575683594,0.637054443359375,0.6394386291503906,0.6227493286132812,1.6722679138183594,1.589059829711914,1.6906261444091797,1.3692378997802734,1.661062240600586,1.3529411764705883 +5000,37500,gpu,normal,False,True,1.0323524475097656,0.8974075317382812,1.1706352233886719,0.7560253143310547,0.7901191711425781,1.1186599731445312,1.0745525360107422,0.9226799011230469,0.9379386901855469,0.8747577667236328,0.060700908204628146 +5000,37500,gpu,normal,True,False,0.4553794860839844,0.3185272216796875,0.28228759765625,0.2751350402832031,0.28824806213378906,0.7355213165283203,0.6043910980224609,0.60272216796875,0.6079673767089844,0.6444454193115234,0.9727660827322244 +5000,37500,gpu,normal,False,False,0.9164810180664062,0.7815361022949219,0.7348060607910156,0.7381439208984375,0.7076263427734375,0.44608116149902344,0.28133392333984375,0.28896331787109375,0.2512931823730469,0.2460479736328125,-0.6097246127366609 +5000,50000,gpu,homo,True,True,1.1749267578125,0.6773471832275391,0.6296634674072266,0.6554126739501953,0.6699562072753906,1.8393993377685547,1.3687610626220703,1.6427040100097656,1.5325546264648438,1.6512870788574219,1.1103387813889412 +5000,50000,gpu,homo,False,True,0.8294582366943359,0.7522106170654297,0.6473064422607422,0.7402896881103516,0.6272792816162109,1.0466575622558594,0.9627342224121094,0.949859619140625,0.8339881896972656,0.8389949798583984,0.2879681803115677 +5000,50000,gpu,homo,True,False,0.4436969757080078,0.2429485321044922,0.24628639221191406,0.2148151397705078,0.22149085998535156,0.7224082946777344,0.6136894226074219,0.6663799285888672,0.576019287109375,0.5767345428466797,1.3043705380463173 +5000,50000,gpu,homo,False,False,0.7481575012207031,0.5872249603271484,0.5037784576416016,0.4794597625732422,0.5273818969726562,0.29969215393066406,0.24199485778808594,0.17786026000976562,0.20647048950195312,0.19931793212890625,-0.6045907681997151 +5000,50000,gpu,uniform,True,True,0.8592605590820312,1.0037422180175781,0.9305477142333984,0.9088516235351562,0.9062290191650391,1.7235279083251953,1.4154911041259766,1.5990734100341797,1.4195442199707031,1.5988349914550781,0.6830315571650285 +5000,50000,gpu,uniform,False,True,0.8471012115478516,0.6914138793945312,0.6172657012939453,0.6322860717773438,0.5865097045898438,0.9164810180664062,1.1098384857177734,0.9601116180419922,1.0704994201660156,1.0879039764404297,0.5245866892751165 +5000,50000,gpu,uniform,True,False,0.4248619079589844,0.29778480529785156,0.2505779266357422,0.26416778564453125,0.2346038818359375,0.6136894226074219,0.5660057067871094,0.5295276641845703,0.5526542663574219,0.5133152008056641,0.8853255587949465 +5000,50000,gpu,uniform,False,False,0.8885860443115234,0.9684562683105469,0.7212162017822266,0.7169246673583984,0.7042884826660156,0.3285408020019531,0.2837181091308594,0.25010108947753906,0.24366378784179688,0.24819374084472656,-0.6614008941877794 +5000,50000,gpu,normal,True,True,0.8652210235595703,0.7398128509521484,0.7169246673583984,0.6425380706787109,0.6639957427978516,1.9447803497314453,1.4374256134033203,1.8842220306396484,1.7731189727783203,1.8732547760009766,1.4563374728957226 +5000,50000,gpu,normal,False,True,0.8091926574707031,0.6818771362304688,0.6399154663085938,0.6072521209716797,0.6279945373535156,0.9870529174804688,0.9086132049560547,0.8656978607177734,0.9236335754394531,0.9708404541015625,0.38310078617465826 +5000,50000,gpu,normal,True,False,0.4432201385498047,0.3275871276855469,0.2741813659667969,0.24819374084472656,0.29468536376953125,1.0395050048828125,0.9820461273193359,0.9088516235351562,0.9050369262695312,0.8864402770996094,1.9737237237237237 +5000,50000,gpu,normal,False,False,1.2938976287841797,1.116037368774414,1.0895729064941406,1.0819435119628906,1.0921955108642578,0.5829334259033203,0.4451274871826172,0.41484832763671875,0.4782676696777344,0.3814697265625,-0.5941505231751901 +10000,1000,gpu,homo,True,True,0.3001689910888672,0.2791881561279297,0.263214111328125,0.2415180206298828,0.2486705780029297,0.30159950256347656,0.2856254577636719,0.24938583374023438,0.2627372741699219,0.2586841583251953,0.018962432915921257 +10000,1000,gpu,homo,False,True,0.38886070251464844,0.3037452697753906,0.2543926239013672,0.2732276916503906,0.2665519714355469,0.37980079650878906,0.30040740966796875,0.2739429473876953,0.25534629821777344,0.2460479736328125,-0.021007055805003172 +10000,1000,gpu,homo,True,False,0.39315223693847656,0.31256675720214844,0.27489662170410156,0.27251243591308594,0.2665519714355469,0.4010200500488281,0.29468536376953125,0.2663135528564453,0.2646446228027344,0.25844573974609375,-0.022748666457483524 +10000,1000,gpu,homo,False,False,0.3204345703125,0.28896331787109375,0.24938583374023438,0.24557113647460938,0.22864341735839844,0.3604888916015625,0.3509521484375,0.3104209899902344,0.2543926239013672,0.2541542053222656,0.1480951529243426 +10000,1000,gpu,uniform,True,True,0.3619194030761719,0.2980232238769531,0.29349327087402344,0.31375885009765625,0.3104209899902344,0.3962516784667969,0.33664703369140625,0.3154277801513672,0.30517578125,0.30112266540527344,0.04881366178026303 +10000,1000,gpu,uniform,False,True,0.40459632873535156,0.3070831298828125,0.3113746643066406,0.2846717834472656,0.2655982971191406,0.39887428283691406,0.3304481506347656,0.31495094299316406,0.2810955047607422,0.2579689025878906,0.006364600697075229 +10000,1000,gpu,uniform,True,False,0.41294097900390625,0.28014183044433594,0.29015541076660156,0.3261566162109375,0.293731689453125,0.49304962158203125,0.3426074981689453,0.30159950256347656,0.2880096435546875,0.28443336486816406,0.06647828673408696 +10000,1000,gpu,uniform,False,False,0.5710124969482422,0.8070468902587891,0.7433891296386719,0.7295608520507812,0.7290840148925781,0.5159378051757812,0.5948543548583984,0.3597736358642578,0.3886222839355469,0.35381317138671875,-0.3818593500266383 +10000,1000,gpu,normal,True,True,0.4258155822753906,0.3361701965332031,0.29349327087402344,0.38242340087890625,0.30994415283203125,0.40650367736816406,0.3209114074707031,0.33974647521972656,0.29659271240234375,0.3032684326171875,-0.04624198608648211 +10000,1000,gpu,normal,False,True,0.35643577575683594,0.34737586975097656,0.31495094299316406,0.2994537353515625,0.263214111328125,0.3731250762939453,0.2884864807128906,0.3190040588378906,0.28896331787109375,0.2925395965576172,-0.012211668928086894 +10000,1000,gpu,normal,True,False,0.43201446533203125,0.3337860107421875,0.3185272216796875,0.3597736358642578,0.3275871276855469,0.27751922607421875,0.2186298370361328,0.18477439880371094,0.17404556274414062,0.18286705017089844,-0.4142107387969318 +10000,1000,gpu,normal,False,False,0.8618831634521484,0.6532669067382812,0.6916522979736328,0.5164146423339844,0.38051605224609375,0.3788471221923828,0.28133392333984375,0.4723072052001953,0.5457401275634766,0.4894733428955078,-0.3015824243355354 +10000,2500,gpu,homo,True,True,0.6134510040283203,0.5843639373779297,0.47898292541503906,0.4935264587402344,0.4642009735107422,0.3750324249267578,0.2980232238769531,0.30159950256347656,0.2713203430175781,0.30231475830078125,-0.41230769230769226 +10000,2500,gpu,homo,False,True,0.3726482391357422,0.28133392333984375,0.316619873046875,0.28634071350097656,0.26106834411621094,0.8730888366699219,0.5242824554443359,0.4699230194091797,0.44608116149902344,0.45680999755859375,0.8248782786241557 +10000,2500,gpu,homo,True,False,0.5235671997070312,0.2894401550292969,0.25773048400878906,0.2589225769042969,0.24890899658203125,0.5774497985839844,0.4305839538574219,0.2548694610595703,0.21195411682128906,0.19478797912597656,0.057695212203594526 +10000,2500,gpu,homo,False,False,0.3180503845214844,0.2689361572265625,0.2422332763671875,0.21958351135253906,0.23365020751953125,0.2887248992919922,0.2617835998535156,0.24271011352539062,0.18596649169921875,0.21409988403320312,-0.06952965235173825 +10000,2500,gpu,uniform,True,True,0.45371055603027344,0.2942085266113281,0.2727508544921875,0.2970695495605469,0.2999305725097656,0.4925727844238281,0.4086494445800781,0.39958953857421875,0.3161430358886719,0.3407001495361328,0.21016949152542375 +10000,2500,gpu,uniform,False,True,0.4928112030029297,0.32448768615722656,0.316619873046875,0.29468536376953125,0.35858154296875,0.5862712860107422,0.492095947265625,0.4801750183105469,0.4336833953857422,0.4394054412841797,0.3605923159018143 +10000,2500,gpu,uniform,True,False,0.6031990051269531,0.5919933319091797,0.4756450653076172,0.4525184631347656,0.4868507385253906,0.2818107604980469,0.21147727966308594,0.20766258239746094,0.21195411682128906,0.23698806762695312,-0.559462915601023 +10000,2500,gpu,uniform,False,False,0.36072731018066406,0.25582313537597656,0.2605915069580078,0.2646446228027344,0.26702880859375,0.36454200744628906,0.2753734588623047,0.3104209899902344,0.26702880859375,0.25463104248046875,0.04484684379759685 +10000,2500,gpu,normal,True,True,0.5381107330322266,0.46944618225097656,0.3371238708496094,0.3294944763183594,0.33783912658691406,0.47969818115234375,0.41675567626953125,0.41031837463378906,0.392913818359375,0.3981590270996094,0.042659082829719086 +10000,2500,gpu,normal,False,True,0.8032321929931641,0.5764961242675781,0.5497932434082031,0.5142688751220703,0.5154609680175781,0.58746337890625,0.5047321319580078,0.4444122314453125,0.4944801330566406,0.47779083251953125,-0.15219142765066063 +10000,2500,gpu,normal,True,False,0.522613525390625,0.28634071350097656,0.3135204315185547,0.3075599670410156,0.2846717834472656,0.43010711669921875,0.3688335418701172,0.3750324249267578,0.3058910369873047,0.2923011779785156,0.033509454949944395 +10000,2500,gpu,normal,False,False,0.6237030029296875,0.4837512969970703,0.4642009735107422,0.4763603210449219,0.4596710205078125,0.41294097900390625,0.3418922424316406,0.3571510314941406,0.3495216369628906,0.2830028533935547,-0.30433542498573873 +10000,5000,gpu,homo,True,True,0.33736228942871094,0.3094673156738281,0.29087066650390625,0.35190582275390625,0.3376007080078125,0.39196014404296875,0.3807544708251953,0.3154277801513672,0.36525726318359375,0.3573894500732422,0.11282051282051286 +10000,5000,gpu,homo,False,True,0.8077621459960938,0.614166259765625,0.9322166442871094,0.5846023559570312,0.5197525024414062,0.5898475646972656,0.45680999755859375,0.45752525329589844,0.41294097900390625,0.4303455352783203,-0.32124638080794155 +10000,5000,gpu,homo,True,False,0.3159046173095703,0.2503395080566406,0.2300739288330078,0.2033710479736328,0.21958351135253906,0.392913818359375,0.3421306610107422,0.4200935363769531,0.3590583801269531,0.3981590270996094,0.5684395776300353 +10000,5000,gpu,homo,False,False,0.3516674041748047,0.24175643920898438,0.22530555725097656,0.2579689025878906,0.25391578674316406,0.377655029296875,0.3025531768798828,0.2429485321044922,0.2658367156982422,0.25534629821777344,0.08546855402257658 +10000,5000,gpu,uniform,True,True,0.41961669921875,0.370025634765625,0.3342628479003906,0.3211498260498047,0.32448768615722656,0.4241466522216797,0.3879070281982422,0.3657341003417969,0.36025047302246094,0.35119056701660156,0.06763675559148474 +10000,5000,gpu,uniform,False,True,0.47779083251953125,0.3714561462402344,0.32019615173339844,0.32448768615722656,0.3590583801269531,0.5307197570800781,0.44655799865722656,0.4401206970214844,0.4105567932128906,0.3955364227294922,0.19994853319608863 +10000,5000,gpu,uniform,True,False,0.6718635559082031,0.5598068237304688,0.5135536193847656,0.5068778991699219,0.4756450653076172,0.2732276916503906,0.2384185791015625,0.4277229309082031,0.2884864807128906,0.24008750915527344,-0.461847740582117 +10000,5000,gpu,uniform,False,False,0.33354759216308594,0.3502368927001953,0.2803802490234375,0.26535987854003906,0.26416778564453125,0.3478527069091797,0.286102294921875,0.2186298370361328,0.22864341735839844,0.22649765014648438,-0.12450119712689545 +10000,5000,gpu,normal,True,True,0.6487369537353516,0.46944618225097656,0.4703998565673828,0.4105567932128906,0.4374980926513672,0.5881786346435547,0.5087852478027344,0.5211830139160156,0.492095947265625,0.4971027374267578,0.07005870841487272 +10000,5000,gpu,normal,False,True,0.6840229034423828,0.5917549133300781,0.5564689636230469,0.5490779876708984,0.5838871002197266,0.7174015045166016,0.5850791931152344,0.5745887756347656,0.4928112030029297,0.5435943603515625,-0.01744793760553187 +10000,5000,gpu,normal,True,False,0.3788471221923828,0.31065940856933594,0.27370452880859375,0.2868175506591797,0.2899169921875,0.36644935607910156,0.2655982971191406,0.2989768981933594,0.36787986755371094,0.232696533203125,-0.0054187954791763415 +10000,5000,gpu,normal,False,False,0.5047321319580078,0.3707408905029297,0.3418922424316406,0.3485679626464844,0.2956390380859375,0.5068778991699219,0.5340576171875,0.43487548828125,0.3879070281982422,0.39505958557128906,0.21337090163934436 +10000,10000,gpu,homo,True,True,0.5824565887451172,0.4191398620605469,0.42939186096191406,0.3845691680908203,0.3483295440673828,0.5486011505126953,0.5438327789306641,0.5040168762207031,0.49495697021484375,0.4811286926269531,0.18884971353018942 +10000,10000,gpu,homo,False,True,0.41866302490234375,0.4763603210449219,0.36716461181640625,0.39887428283691406,0.37384033203125,0.5791187286376953,0.5121231079101562,0.5040168762207031,0.5044937133789062,0.6482601165771484,0.35043936731107195 +10000,10000,gpu,homo,True,False,0.41961669921875,0.3218650817871094,0.2903938293457031,0.2684593200683594,0.23317337036132812,0.3147125244140625,0.2639293670654297,0.24056434631347656,0.23889541625976562,0.22554397583007812,-0.16293532338308458 +10000,10000,gpu,homo,False,False,0.3662109375,0.2541542053222656,0.25725364685058594,0.27680397033691406,0.24700164794921875,0.37217140197753906,0.2734661102294922,0.26345252990722656,0.24318695068359375,0.2627372741699219,0.009697175910173605 +10000,10000,gpu,uniform,True,True,0.5979537963867188,0.4696846008300781,0.38814544677734375,0.4074573516845703,0.3917217254638672,0.6351470947265625,0.5934238433837891,0.5595684051513672,0.5309581756591797,0.5602836608886719,0.2769084373017552 +10000,10000,gpu,uniform,False,True,0.6582736968994141,0.5168914794921875,0.5154609680175781,0.5300045013427734,0.5216598510742188,0.6098747253417969,0.5509853363037109,0.5815029144287109,0.5815029144287109,0.4963874816894531,0.028429838288993148 +10000,10000,gpu,uniform,True,False,0.4343986511230469,0.2932548522949219,0.31304359436035156,0.2524852752685547,0.2884864807128906,0.5388259887695312,0.41031837463378906,0.3802776336669922,0.3910064697265625,0.39505958557128906,0.3375037684654809 +10000,10000,gpu,uniform,False,False,0.5097389221191406,0.3418922424316406,0.3426074981689453,0.31757354736328125,0.3521442413330078,0.36907196044921875,0.26798248291015625,0.3228187561035156,0.3020763397216797,0.255584716796875,-0.1858531593757995 +10000,10000,gpu,normal,True,True,1.0027885437011719,0.6721019744873047,0.5905628204345703,0.5972385406494141,0.6213188171386719,0.5755424499511719,0.5638599395751953,0.4801750183105469,0.5235671997070312,0.5204677581787109,-0.2354752617532334 +10000,10000,gpu,normal,False,True,0.5049705505371094,0.4565715789794922,0.4055500030517578,0.4551410675048828,0.38933753967285156,0.7159709930419922,0.7448196411132812,0.640869140625,0.6504058837890625,0.5376338958740234,0.4874946097455799 +10000,10000,gpu,normal,True,False,0.4947185516357422,0.30040740966796875,0.29540061950683594,0.2701282501220703,0.2884864807128906,0.4220008850097656,0.3380775451660156,0.3581047058105469,0.5686283111572266,0.28705596923828125,0.19690617319647252 +10000,10000,gpu,normal,False,False,0.3783702850341797,0.3895759582519531,0.6306171417236328,0.5137920379638672,0.5166530609130859,0.5533695220947266,0.4127025604248047,0.4367828369140625,0.3879070281982422,0.42939186096191406,-0.08598351001177851 +10000,25000,gpu,homo,True,True,1.0457038879394531,0.8347034454345703,0.7536411285400391,0.7634162902832031,0.7941722869873047,1.0306835174560547,1.0440349578857422,0.9608268737792969,1.2059211730957031,1.252889633178711,0.31079005744838173 +10000,25000,gpu,homo,False,True,0.7851123809814453,0.6265640258789062,0.6358623504638672,0.5714893341064453,0.6091594696044922,1.0213851928710938,1.007080078125,0.9493827819824219,0.9310245513916016,0.8990764617919922,0.48936484490398824 +10000,25000,gpu,homo,True,False,0.4253387451171875,0.25582313537597656,0.2410411834716797,0.2684593200683594,0.24175643920898438,0.5459785461425781,0.4513263702392578,0.4420280456542969,0.6320476531982422,0.5137920379638672,0.8047603195739015 +10000,25000,gpu,homo,False,False,0.4475116729736328,0.3447532653808594,0.3342628479003906,0.347137451171875,0.3116130828857422,0.31638145446777344,0.2467632293701172,0.23627281188964844,0.2346038818359375,0.18978118896484375,-0.3145032051282052 +10000,25000,gpu,uniform,True,True,0.7882118225097656,0.6010532379150391,0.5860328674316406,0.6222724914550781,0.6213188171386719,1.1868476867675781,1.1665821075439453,0.9522438049316406,1.0297298431396484,0.9548664093017578,0.64350788830457 +10000,25000,gpu,uniform,False,True,1.0800361633300781,0.9217262268066406,0.8833408355712891,0.7998943328857422,0.7991790771484375,0.8039474487304688,0.8823871612548828,0.7650852203369141,0.8568763732910156,0.6968975067138672,-0.10681624840493409 +10000,25000,gpu,uniform,True,False,0.48089027404785156,0.3299713134765625,0.2803802490234375,0.24938583374023438,0.25844573974609375,0.48923492431640625,0.4429817199707031,0.39076805114746094,0.4050731658935547,0.3876686096191406,0.32309527359475165 +10000,25000,gpu,uniform,False,False,0.5347728729248047,0.3981590270996094,0.3991127014160156,0.3941059112548828,0.3886222839355469,0.5035400390625,0.41937828063964844,0.40411949157714844,0.3981590270996094,0.3635883331298828,-0.012288613303269469 +10000,25000,gpu,normal,True,True,0.7131099700927734,0.6468296051025391,0.63323974609375,0.6017684936523438,0.5733966827392578,1.27410888671875,1.2660026550292969,1.2662410736083984,1.2154579162597656,1.260995864868164,0.9829934532319964 +10000,25000,gpu,normal,False,True,0.7574558258056641,0.6194114685058594,0.6201267242431641,0.6308555603027344,0.9980201721191406,1.0156631469726562,1.0304450988769531,0.8556842803955078,0.9973049163818359,0.873565673828125,0.31628090478695414 +10000,25000,gpu,normal,True,False,0.7941722869873047,0.7326602935791016,0.5762577056884766,0.6532669067382812,0.5514621734619141,0.5252361297607422,0.5259513854980469,0.4525184631347656,0.45990943908691406,0.4425048828125,-0.2725962231512181 +10000,25000,gpu,normal,False,False,0.6468296051025391,0.5211830139160156,0.4718303680419922,0.4639625549316406,0.5195140838623047,0.3800392150878906,0.3726482391357422,0.32639503479003906,0.3230571746826172,0.3445148468017578,-0.3341815868399527 +10000,37500,gpu,homo,True,True,0.8726119995117188,0.8096694946289062,0.7176399230957031,0.7474422454833984,0.7023811340332031,1.7125606536865234,1.7631053924560547,1.6317367553710938,1.8055438995361328,1.6782283782958984,1.2316219731219422 +10000,37500,gpu,homo,False,True,1.0154247283935547,0.8001327514648438,0.8568763732910156,0.8339881896972656,0.8215904235839844,1.2090206146240234,1.2297630310058594,1.2979507446289062,1.1796951293945312,1.0297298431396484,0.37387759598964365 +10000,37500,gpu,homo,True,False,0.40531158447265625,0.28777122497558594,0.25916099548339844,0.34046173095703125,0.2491474151611328,0.5123615264892578,0.4317760467529297,0.44417381286621094,0.43654441833496094,0.4420280456542969,0.4702334931189114 +10000,37500,gpu,homo,False,False,0.6246566772460938,0.4317760467529297,0.3783702850341797,0.42510032653808594,0.4124641418457031,0.3020763397216797,0.24008750915527344,0.2167224884033203,0.2601146697998047,0.5981922149658203,-0.28832231665092856 +10000,37500,gpu,uniform,True,True,0.988006591796875,0.7865428924560547,0.7846355438232422,0.7495880126953125,0.7402896881103516,1.6701221466064453,1.6283988952636719,1.7659664154052734,1.828908920288086,1.6963481903076172,1.121415533180239 +10000,37500,gpu,uniform,False,True,0.9565353393554688,0.7679462432861328,1.1119842529296875,1.0213851928710938,1.0516643524169922,1.2733936309814453,1.2295246124267578,1.129150390625,1.1229515075683594,1.0666847229003906,0.1858003108003108 +10000,37500,gpu,uniform,True,False,0.6859302520751953,0.30684471130371094,0.2951622009277344,0.3085136413574219,0.3116130828857422,0.5540847778320312,0.5156993865966797,0.4367828369140625,0.47206878662109375,0.44465065002441406,0.2700237410970885 +10000,37500,gpu,uniform,False,False,0.7119178771972656,0.6051063537597656,0.8556842803955078,0.7317066192626953,0.7078647613525391,0.3268718719482422,0.3185272216796875,0.29540061950683594,0.2605915069580078,0.2448558807373047,-0.5996303874331728 +10000,37500,gpu,normal,True,True,1.2888908386230469,1.058816909790039,1.0039806365966797,0.9806156158447266,1.0046958923339844,1.7457008361816406,1.9457340240478516,1.6872882843017578,2.2041797637939453,1.8932819366455078,0.7755639937458119 +10000,37500,gpu,normal,False,True,1.3916492462158203,1.0535717010498047,0.9706020355224609,0.9539127349853516,0.9844303131103516,1.1975765228271484,1.2443065643310547,1.07574462890625,1.178741455078125,1.0652542114257812,0.07610099300886142 +10000,37500,gpu,normal,True,False,0.4935264587402344,0.3802776336669922,0.29468536376953125,0.25081634521484375,0.29468536376953125,0.843048095703125,0.7212162017822266,0.7922649383544922,0.7333755493164062,0.7772445678710938,1.2562247878703574 +10000,37500,gpu,normal,False,False,0.8804798126220703,0.7741451263427734,0.7455348968505859,0.7519721984863281,0.7455348968505859,0.4372596740722656,0.4336833953857422,0.3788471221923828,0.3807544708251953,0.33926963806152344,-0.49461707854171766 +10000,50000,gpu,homo,True,True,1.0633468627929688,0.9510517120361328,0.8783340454101562,0.9379386901855469,0.8864402770996094,2.009153366088867,2.0046234130859375,1.8591880798339844,2.0666122436523438,2.021312713623047,1.1116502400808694 +10000,50000,gpu,homo,False,True,1.168966293334961,1.1265277862548828,0.9818077087402344,1.0695457458496094,0.9856224060058594,1.252889633178711,1.5158653259277344,1.27410888671875,1.18255615234375,1.2226104736328125,0.2092014665116695 +10000,50000,gpu,homo,True,False,0.4627704620361328,0.3108978271484375,0.2460479736328125,0.2605915069580078,0.22983551025390625,0.7679462432861328,0.7350444793701172,0.6515979766845703,0.6618499755859375,0.6890296936035156,1.3212819703189136 +10000,50000,gpu,homo,False,False,0.7078647613525391,0.9291172027587891,0.774383544921875,0.8087158203125,0.7560253143310547,0.33783912658691406,0.24366378784179688,0.263214111328125,0.2448558807373047,0.22530555725097656,-0.6693050308808539 +10000,50000,gpu,uniform,True,True,1.1687278747558594,0.9262561798095703,0.9245872497558594,1.3098716735839844,1.2655258178710938,2.0668506622314453,2.0384788513183594,1.9719600677490234,2.067089080810547,2.004384994506836,0.8139088933395833 +10000,50000,gpu,uniform,False,True,1.3616085052490234,1.188516616821289,1.1982917785644531,1.1301040649414062,1.1296272277832031,1.2209415435791016,1.1882781982421875,1.4719963073730469,1.3608932495117188,1.2004375457763672,0.07230158730158731 +10000,50000,gpu,uniform,True,False,0.47516822814941406,0.3273487091064453,0.2987384796142578,0.26297569274902344,0.2562999725341797,0.6136894226074219,0.5383491516113281,0.5624294281005859,0.5218982696533203,0.5474090576171875,0.717816683831102 +10000,50000,gpu,uniform,False,False,0.8902549743652344,0.7464885711669922,0.7526874542236328,0.7030963897705078,0.7216930389404297,0.3383159637451172,0.30159950256347656,0.30994415283203125,0.2300739288330078,0.2810955047607422,-0.6169521190148768 +10000,50000,gpu,normal,True,True,1.0879039764404297,0.980377197265625,0.9224414825439453,0.9353160858154297,0.9357929229736328,2.4492740631103516,2.5527477264404297,2.206087112426758,2.4013519287109375,2.043485641479492,1.3968222832483326 +10000,50000,gpu,normal,False,True,1.1010169982910156,0.9524822235107422,0.8909702301025391,0.9319782257080078,0.9341239929199219,1.2423992156982422,1.2407302856445312,1.1279582977294922,1.1646747589111328,1.1394023895263672,0.22961788174654307 +10000,50000,gpu,normal,True,False,0.5180835723876953,0.3116130828857422,0.6444454193115234,0.5741119384765625,0.5092620849609375,1.0309219360351562,0.9713172912597656,0.8893013000488281,0.8969306945800781,0.8904933929443359,0.8294956651440291 +10000,50000,gpu,normal,False,False,1.4994144439697266,1.184701919555664,1.1219978332519531,1.0828971862792969,1.0752677917480469,0.4565715789794922,0.47779083251953125,0.377655029296875,0.3151893615722656,0.537872314453125,-0.6369923249120563 +25000,1000,gpu,homo,True,True,0.38552284240722656,0.2963542938232422,0.2796649932861328,0.2970695495605469,0.4436969757080078,0.5326271057128906,0.446319580078125,0.4620552062988281,0.4451274871826172,0.41413307189941406,0.35126050420168076 +25000,1000,gpu,homo,False,True,0.4277229309082031,0.39696693420410156,0.3371238708496094,0.33473968505859375,0.3020763397216797,0.6515979766845703,0.5350112915039062,0.5645751953125,0.51116943359375,0.5159378051757812,0.5446712619300107 +25000,1000,gpu,homo,True,False,0.392913818359375,0.3552436828613281,0.6582736968994141,0.7183551788330078,0.5095005035400391,0.22077560424804688,0.1506805419921875,0.1544952392578125,0.19788742065429688,0.15306472778320312,-0.6671191963073582 +25000,1000,gpu,homo,False,False,0.3304481506347656,0.2646446228027344,0.2503395080566406,0.23436546325683594,0.22673606872558594,0.4305839538574219,0.3752708435058594,0.32711029052734375,0.3643035888671875,0.31828880310058594,0.3895985401459854 +25000,1000,gpu,uniform,True,True,0.3838539123535156,0.3285408020019531,0.33736228942871094,0.2715587615966797,0.29587745666503906,0.6873607635498047,0.8490085601806641,0.5676746368408203,0.5316734313964844,0.6079673767089844,1.005749668288368 +25000,1000,gpu,uniform,False,True,0.5056858062744141,0.3871917724609375,0.4229545593261719,0.3376007080078125,0.34546852111816406,0.5214214324951172,0.4184246063232422,0.44608116149902344,0.48661231994628906,0.46372413635253906,0.16877385496183206 +25000,1000,gpu,uniform,True,False,0.45752525329589844,0.3654956817626953,0.34737586975097656,0.339508056640625,0.3421306610107422,0.5526542663574219,0.37169456481933594,0.2930164337158203,0.28228759765625,0.29087066650390625,-0.03321318228630277 +25000,1000,gpu,uniform,False,False,0.8034706115722656,0.5888938903808594,0.5462169647216797,0.49614906311035156,0.4646778106689453,0.4558563232421875,0.3464221954345703,0.3178119659423828,0.3650188446044922,0.34046173095703125,-0.3703642792533509 +25000,1000,gpu,normal,True,True,0.4360675811767578,0.3559589385986328,0.3006458282470703,0.30684471130371094,0.31065940856933594,0.6794929504394531,0.6031990051269531,0.5171298980712891,0.5729198455810547,0.5409717559814453,0.7037501742646033 +25000,1000,gpu,normal,False,True,0.4687309265136719,0.4019737243652344,0.3604888916015625,0.3268718719482422,0.3197193145751953,0.4951953887939453,0.4208087921142578,0.40435791015625,0.41103363037109375,0.42700767517089844,0.1494413407821229 +25000,1000,gpu,normal,True,False,0.904083251953125,0.7531642913818359,0.6866455078125,0.6880760192871094,0.6704330444335938,0.4093647003173828,0.31065940856933594,0.3147125244140625,0.2651214599609375,0.2608299255371094,-0.5784660956919312 +25000,1000,gpu,normal,False,False,0.4286766052246094,0.2605915069580078,0.3104209899902344,0.2288818359375,0.22673606872558594,0.5640983581542969,0.47135353088378906,0.8158683776855469,0.4756450653076172,0.7319450378417969,1.1019003931847968 +25000,2500,gpu,homo,True,True,0.4935264587402344,0.36454200744628906,0.331878662109375,0.31566619873046875,0.3142356872558594,0.7312297821044922,0.5948543548583984,0.5650520324707031,0.5345344543457031,0.5483627319335938,0.6342198349272894 +25000,2500,gpu,homo,False,True,0.7910728454589844,0.5571842193603516,0.6833076477050781,0.5879402160644531,0.6160736083984375,0.8442401885986328,0.8285045623779297,0.6933212280273438,0.7336139678955078,0.6680488586425781,0.16446835163215678 +25000,2500,gpu,homo,True,False,0.6301403045654297,0.54168701171875,0.4811286926269531,0.4971027374267578,0.4787445068359375,0.25916099548339844,0.244140625,0.21123886108398438,0.2014636993408203,0.19025802612304688,-0.5791764919281698 +25000,2500,gpu,homo,False,False,0.4055500030517578,0.6353855133056641,0.5347728729248047,0.46634674072265625,0.46253204345703125,0.5714893341064453,0.4475116729736328,0.4515647888183594,0.4436969757080078,0.8845329284667969,0.11746787244169443 +25000,2500,gpu,uniform,True,True,0.4935264587402344,0.3838539123535156,0.3554821014404297,0.3628730773925781,0.3502368927001953,0.5903244018554688,0.5476474761962891,0.47659873962402344,0.4951953887939453,0.46133995056152344,0.3212447929429061 +25000,2500,gpu,uniform,False,True,0.5383491516113281,0.7393360137939453,0.7090568542480469,0.6282329559326172,0.9443759918212891,0.6527900695800781,0.579833984375,0.5843639373779297,0.5710124969482422,0.5564689636230469,-0.17275102150177502 +25000,2500,gpu,uniform,True,False,0.5075931549072266,0.37407875061035156,0.4131793975830078,0.3616809844970703,0.39267539978027344,0.4439353942871094,0.3609657287597656,0.3364086151123047,0.3256797790527344,0.3192424774169922,-0.12833042466550315 +25000,2500,gpu,uniform,False,False,0.545501708984375,0.49424171447753906,0.28705596923828125,0.2601146697998047,0.2770423889160156,0.4596710205078125,0.3826618194580078,0.4150867462158203,0.3533363342285156,0.3142356872558594,0.03274494755691992 +25000,2500,gpu,normal,True,True,0.5822181701660156,0.4444122314453125,0.3604888916015625,0.41604042053222656,0.41675567626953125,0.6778240203857422,0.5850791931152344,0.5512237548828125,0.5099773406982422,0.5311965942382812,0.28622059929116106 +25000,2500,gpu,normal,False,True,0.7059574127197266,0.4546642303466797,0.5478858947753906,0.4963874816894531,0.48851966857910156,0.6806850433349609,0.6036758422851562,0.5667209625244141,0.8909702301025391,0.6916522979736328,0.274851730547933 +25000,2500,gpu,normal,True,False,0.5588531494140625,0.4818439483642578,0.4906654357910156,0.4725456237792969,0.4878044128417969,0.31876564025878906,0.3039836883544922,0.2200603485107422,0.22292137145996094,0.2448558807373047,-0.4740216247249067 +25000,2500,gpu,normal,False,False,0.6186962127685547,0.46753883361816406,0.4830360412597656,0.4699230194091797,0.43511390686035156,0.5345344543457031,0.5114078521728516,0.476837158203125,0.4532337188720703,0.46825408935546875,-0.012141067643091197 +25000,5000,gpu,homo,True,True,0.6415843963623047,0.5156993865966797,0.7765293121337891,0.6661415100097656,0.6561279296875,0.5626678466796875,0.6363391876220703,0.5104541778564453,0.5805492401123047,0.8237361907958984,-0.043713846379146215 +25000,5000,gpu,homo,False,True,1.1477470397949219,0.7174015045166016,0.6546974182128906,0.6437301635742188,0.6961822509765625,0.9140968322753906,0.7116794586181641,0.8153915405273438,0.6759166717529297,0.782012939453125,0.010192105750818525 +25000,5000,gpu,homo,True,False,0.7214546203613281,0.6225109100341797,0.5087852478027344,0.5633831024169922,0.5559921264648438,0.45371055603027344,0.4029273986816406,0.2689361572265625,0.19550323486328125,0.1614093780517578,-0.5012032729022942 +25000,5000,gpu,homo,False,False,0.3924369812011719,0.3116130828857422,0.2579689025878906,0.2574920654296875,0.24962425231933594,0.3941059112548828,0.3528594970703125,0.3294944763183594,0.31495094299316406,0.3249645233154297,0.16828951639078227 +25000,5000,gpu,uniform,True,True,0.8592605590820312,0.7152557373046875,0.7307529449462891,0.7293224334716797,0.7023811340332031,0.8087158203125,0.7219314575195312,0.6372928619384766,0.6937980651855469,0.6458759307861328,-0.06137552634936838 +25000,5000,gpu,uniform,False,True,0.606536865234375,0.5068778991699219,0.44655799865722656,0.44155120849609375,0.44274330139160156,0.9560585021972656,0.7660388946533203,0.8714199066162109,0.7162094116210938,0.8614063262939453,0.7064962934061647 +25000,5000,gpu,uniform,True,False,0.6425380706787109,0.6389617919921875,0.7030963897705078,0.6425380706787109,0.6012916564941406,0.3688335418701172,0.2167224884033203,0.2238750457763672,0.2560615539550781,0.2288818359375,-0.599069492651946 +25000,5000,gpu,uniform,False,False,0.6225109100341797,0.4291534423828125,0.37598609924316406,0.41961669921875,0.3876686096191406,0.4591941833496094,0.3294944763183594,0.3209114074707031,0.3254413604736328,0.3032684326171875,-0.22221036910603797 +25000,5000,gpu,normal,True,True,0.5450248718261719,0.4532337188720703,0.4303455352783203,0.42891502380371094,0.4341602325439453,0.8459091186523438,0.7421970367431641,0.7140636444091797,0.7047653198242188,0.675201416015625,0.6067415730337078 +25000,5000,gpu,normal,False,True,0.6198883056640625,0.5257129669189453,0.530242919921875,0.4534721374511719,0.4718303680419922,0.9198188781738281,0.7643699645996094,0.8020401000976562,0.7240772247314453,0.8192062377929688,0.5491292392300642 +25000,5000,gpu,normal,True,False,0.8528232574462891,0.7865428924560547,0.6995201110839844,0.6678104400634766,0.7112026214599609,0.3323554992675781,0.25010108947753906,0.2849102020263672,0.23889541625976562,0.2562999725341797,-0.6335128895729127 +25000,5000,gpu,normal,False,False,0.39124488830566406,0.3414154052734375,0.24080276489257812,0.29969215393066406,0.2627372741699219,0.6916522979736328,0.6315708160400391,0.5426406860351562,0.5779266357421875,0.6549358367919922,1.0175411362930769 +25000,10000,gpu,homo,True,True,0.8599758148193359,0.6439685821533203,0.7424354553222656,0.6892681121826172,0.6635189056396484,0.9706020355224609,0.9152889251708984,0.7889270782470703,0.9343624114990234,0.7991790771484375,0.2248277689454159 +25000,10000,gpu,homo,False,True,0.7202625274658203,0.6444454193115234,0.5705356597900391,0.5648136138916016,0.5409717559814453,0.9973049163818359,1.02996826171875,0.9622573852539062,1.0287761688232422,1.1591911315917969,0.702548020384163 +25000,10000,gpu,homo,True,False,0.45800209045410156,0.40221214294433594,0.6461143493652344,0.5698204040527344,0.5247592926025391,0.47516822814941406,0.3292560577392578,0.263214111328125,0.5667209625244141,0.37169456481933594,-0.22871023925199374 +25000,10000,gpu,homo,False,False,0.3757476806640625,0.2989768981933594,0.6630420684814453,0.49233436584472656,0.4508495330810547,0.6060600280761719,0.47016143798828125,0.4165172576904297,0.4572868347167969,0.43129920959472656,0.044005435350684685 +25000,10000,gpu,uniform,True,True,0.7555484771728516,0.6058216094970703,0.6148815155029297,0.5769729614257812,0.560760498046875,0.8950233459472656,0.8227825164794922,0.8070468902587891,0.8931159973144531,0.7567405700683594,0.3406324171196693 +25000,10000,gpu,uniform,False,True,1.0344982147216797,0.949859619140625,0.8518695831298828,0.8456707000732422,0.8308887481689453,1.2011528015136719,1.112222671508789,1.0266304016113281,1.0619163513183594,1.0225772857666016,0.20202874049027897 +25000,10000,gpu,uniform,True,False,0.4944801330566406,0.42939186096191406,0.3910064697265625,0.3712177276611328,0.37360191345214844,0.38123130798339844,0.3120899200439453,0.2682209014892578,0.29778480529785156,0.24247169494628906,-0.270864683412432 +25000,10000,gpu,uniform,False,False,0.6093978881835938,0.5161762237548828,0.5056858062744141,0.5037784576416016,0.45013427734375,0.4532337188720703,0.38909912109375,0.3275871276855469,0.4000663757324219,0.38433074951171875,-0.24402840542285342 +25000,10000,gpu,normal,True,True,0.9951591491699219,0.8413791656494141,0.8373260498046875,0.8690357208251953,0.8869171142578125,1.0302066802978516,0.9715557098388672,0.9479522705078125,0.9388923645019531,0.8981227874755859,0.08057050592034454 +25000,10000,gpu,normal,False,True,0.6721019744873047,0.6043910980224609,0.5712509155273438,0.5691051483154297,0.5586147308349609,1.1899471282958984,1.3189315795898438,1.1169910430908203,1.0557174682617188,1.069784164428711,0.9329326923076924 +25000,10000,gpu,normal,True,False,0.8440017700195312,0.7851123809814453,0.7486343383789062,0.7467269897460938,0.7421970367431641,0.6537437438964844,0.46515464782714844,0.4181861877441406,0.3979206085205078,0.6120204925537109,-0.3412874583795783 +25000,10000,gpu,normal,False,False,0.4935264587402344,0.4303455352783203,0.3726482391357422,0.35119056701660156,0.31566619873046875,0.6983280181884766,0.6241798400878906,0.5660057067871094,0.5996227264404297,0.5922317504882812,0.5689131754705525 +25000,25000,gpu,homo,True,True,1.2006759643554688,1.0020732879638672,1.0673999786376953,0.9844303131103516,1.0333061218261719,1.7833709716796875,1.8837451934814453,1.7020702362060547,1.7652511596679688,1.617431640625,0.6550791289057216 +25000,25000,gpu,homo,False,True,1.1854171752929688,1.0020732879638672,1.0631084442138672,1.2400150299072266,1.0612010955810547,1.750946044921875,1.8548965454101562,1.621246337890625,1.7025470733642578,1.8317699432373047,0.5781156059434853 +25000,25000,gpu,homo,True,False,0.5249977111816406,0.39458274841308594,0.3445148468017578,0.3151893615722656,0.3573894500732422,0.48470497131347656,0.4210472106933594,0.44918060302734375,0.4413127899169922,0.4298686981201172,0.14945217284254575 +25000,25000,gpu,homo,False,False,0.6201267242431641,0.6747245788574219,0.5886554718017578,0.5340576171875,0.5033016204833984,0.5402565002441406,0.44727325439453125,0.4477500915527344,0.47135353088378906,0.7076263427734375,-0.10497102277365111 +25000,25000,gpu,uniform,True,True,1.1818408966064453,1.2958049774169922,1.2199878692626953,1.1563301086425781,1.1758804321289062,1.8069744110107422,1.825094223022461,1.7879009246826172,1.7714500427246094,1.6560554504394531,0.4672808508955755 +25000,25000,gpu,uniform,False,True,1.306295394897461,1.2729167938232422,1.3155937194824219,1.218557357788086,1.2691020965576172,1.748800277709961,1.7383098602294922,1.669168472290039,1.7964839935302734,1.6384124755859375,0.34605902129249166 +25000,25000,gpu,uniform,True,False,0.6175041198730469,0.4382133483886719,0.38886070251464844,0.4153251647949219,0.3998279571533203,0.6356239318847656,0.8347034454345703,0.47707557678222656,0.3745555877685547,0.4775524139404297,0.23886895969613842 +25000,25000,gpu,uniform,False,False,0.7898807525634766,0.8957386016845703,0.6458759307861328,0.5984306335449219,0.6146430969238281,0.5726814270019531,0.4677772521972656,0.4506111145019531,0.4138946533203125,0.42128562927246094,-0.3437142664962669 +25000,25000,gpu,normal,True,True,1.1124610900878906,1.0051727294921875,1.0290145874023438,0.9398460388183594,0.9491443634033203,1.6753673553466797,1.7189979553222656,1.6674995422363281,2.020120620727539,1.611948013305664,0.7264807537521898 +25000,25000,gpu,normal,False,True,1.0068416595458984,0.8952617645263672,0.9450912475585938,0.9131431579589844,0.9064674377441406,1.9121170043945312,1.9679069519042969,1.7588138580322266,1.8436908721923828,1.6808509826660156,0.9635230407683661 +25000,25000,gpu,normal,True,False,0.6792545318603516,0.5085468292236328,0.5035400390625,0.4978179931640625,0.4818439483642578,0.7257461547851562,0.6070137023925781,0.6115436553955078,0.6015300750732422,0.5574226379394531,0.16183165223600815 +25000,25000,gpu,normal,False,False,0.8616447448730469,0.7255077362060547,0.6787776947021484,0.7395744323730469,0.7007122039794922,0.8685588836669922,0.7545948028564453,0.6122589111328125,0.6039142608642578,0.6191730499267578,-0.06683821164361536 +25000,37500,gpu,homo,True,True,1.6055107116699219,1.4276504516601562,1.6522407531738281,1.3353824615478516,1.4638900756835938,3.2944679260253906,2.9172897338867188,2.840757369995117,3.0710697174072266,2.699613571166992,0.9804733539324053 +25000,37500,gpu,homo,False,True,2.0246505737304688,1.6922950744628906,1.7690658569335938,1.6524791717529297,1.8546581268310547,2.4607181549072266,2.7163028717041016,2.4106502532958984,2.5026798248291016,2.4001598358154297,0.3888918345705197 +25000,37500,gpu,homo,True,False,0.7650852203369141,0.5788803100585938,0.518798828125,0.5071163177490234,0.5121231079101562,0.6361007690429688,0.7224082946777344,0.5366802215576172,0.4940032958984375,0.4673004150390625,-0.00885175380542691 +25000,37500,gpu,homo,False,False,0.6110668182373047,0.4870891571044922,0.37789344787597656,0.4019737243652344,0.41103363037109375,0.5514621734619141,0.6680488586425781,0.43582916259765625,0.44536590576171875,0.39649009704589844,0.09092802833038216 +25000,37500,gpu,uniform,True,True,1.7728805541992188,1.5418529510498047,1.4965534210205078,1.3997554779052734,1.4235973358154297,2.9027462005615234,3.009319305419922,2.691984176635742,2.9058456420898438,2.7358531951904297,0.8659359190556493 +25000,37500,gpu,uniform,False,True,1.775503158569336,1.6086101531982422,1.3108253479003906,1.2943744659423828,1.6283988952636719,2.416849136352539,2.2902488708496094,2.2745132446289062,2.3641586303710938,2.3202896118164062,0.53143876560984 +25000,37500,gpu,uniform,True,False,0.8728504180908203,0.6797313690185547,0.6742477416992188,0.6110668182373047,0.5831718444824219,0.6458759307861328,0.5254745483398438,0.49376487731933594,0.48065185546875,0.4837512969970703,-0.23137500871140848 +25000,37500,gpu,uniform,False,False,0.6740093231201172,0.5640983581542969,0.5261898040771484,0.7836818695068359,0.5779266357421875,0.5218982696533203,0.40650367736816406,0.39577484130859375,0.5908012390136719,0.3800392150878906,-0.2658073373503165 +25000,37500,gpu,normal,True,True,1.695871353149414,1.5645027160644531,1.5017986297607422,1.5902519226074219,1.4605522155761719,2.750396728515625,2.8116703033447266,2.9311180114746094,2.867460250854492,2.7675628662109375,0.8083002746414403 +25000,37500,gpu,normal,False,True,1.4908313751220703,1.2753009796142578,1.641988754272461,1.2595653533935547,1.3341903686523438,2.3763179779052734,2.420663833618164,2.283811569213867,2.5720596313476562,2.4788379669189453,0.7326341596295287 +25000,37500,gpu,normal,True,False,1.2333393096923828,0.8728504180908203,0.7646083831787109,0.7724761962890625,0.7836818695068359,0.7388591766357422,0.6389617919921875,0.6403923034667969,0.5960464477539062,0.6000995635986328,-0.2739121068504955 +25000,37500,gpu,normal,False,False,0.9419918060302734,0.8242130279541016,0.7877349853515625,0.7827281951904297,1.163482666015625,0.6844997406005859,0.6306171417236328,0.5753040313720703,0.5462169647216797,0.5869865417480469,-0.3281059602649007 +25000,50000,gpu,homo,True,True,1.8620491027832031,1.6787052154541016,1.9674301147460938,1.6486644744873047,1.8110275268554688,3.2958984375,3.535032272338867,3.811359405517578,3.856658935546875,3.373384475708008,0.99292816504493 +25000,50000,gpu,homo,False,True,2.080202102661133,2.0051002502441406,2.010822296142578,1.9612312316894531,1.9469261169433594,2.75421142578125,2.6397705078125,2.7518272399902344,2.8090476989746094,2.946615219116211,0.38955220323633855 +25000,50000,gpu,homo,True,False,0.46944618225097656,0.4119873046875,0.3287792205810547,0.3209114074707031,0.35452842712402344,0.6170272827148438,0.5233287811279297,0.46634674072265625,0.4944801330566406,0.4734992980957031,0.365406498925275 +25000,50000,gpu,homo,False,False,0.7245540618896484,0.5500316619873047,0.568389892578125,0.5331039428710938,0.5354881286621094,0.3859996795654297,0.35500526428222656,0.3459453582763672,0.33211708068847656,0.3886222839355469,-0.3791352767769407 +25000,50000,gpu,uniform,True,True,1.748800277709961,1.57928466796875,1.5494823455810547,1.552581787109375,1.5561580657958984,3.343343734741211,3.559589385986328,3.4952163696289062,3.552675247192383,3.729581832885742,1.2138400453771978 +25000,50000,gpu,uniform,False,True,2.097606658935547,1.8477439880371094,1.8019676208496094,1.6429424285888672,1.7094612121582031,2.8181076049804688,2.69317626953125,2.7523040771484375,2.7310848236083984,2.603292465209961,0.4943275604579873 +25000,50000,gpu,uniform,True,False,0.5688667297363281,0.4405975341796875,0.3676414489746094,0.43201446533203125,0.36072731018066406,0.5676746368408203,0.4971027374267578,0.4940032958984375,0.5064010620117188,0.7627010345458984,0.3032633776508076 +25000,50000,gpu,uniform,False,False,1.2562274932861328,1.0576248168945312,0.9775161743164062,0.9560585021972656,0.9605884552001953,0.5080699920654297,0.4100799560546875,0.423431396484375,0.4267692565917969,0.3981590270996094,-0.5840047610327779 +25000,50000,gpu,normal,True,True,1.7747879028320312,1.556396484375,1.7256736755371094,1.6345977783203125,1.5459060668945312,3.443479537963867,3.6983489990234375,3.398895263671875,3.658771514892578,3.527402877807617,1.1520115774240232 +25000,50000,gpu,normal,False,True,1.7771720886230469,1.6415119171142578,1.6603469848632812,2.1843910217285156,1.953125,2.771139144897461,2.73895263671875,2.559185028076172,2.664327621459961,2.6628971099853516,0.45352717489717254 +25000,50000,gpu,normal,True,False,0.6613731384277344,0.5290508270263672,0.5023479461669922,0.47779083251953125,0.4718303680419922,0.9067058563232422,0.7872581481933594,0.8111000061035156,0.7822513580322266,0.7767677307128906,0.5380312189840295 +25000,50000,gpu,normal,False,False,1.337289810180664,1.2395381927490234,1.2118816375732422,1.1658668518066406,1.1327266693115234,0.8959770202636719,0.7283687591552734,0.7078647613525391,0.7498264312744141,0.690460205078125,-0.380267899107003 +37500,1000,gpu,homo,True,True,0.4458427429199219,0.3101825714111328,0.3113746643066406,0.2970695495605469,0.29587745666503906,0.8254051208496094,0.7150173187255859,0.7271766662597656,0.6580352783203125,0.6814002990722656,1.1724583572659393 +37500,1000,gpu,homo,False,True,0.43010711669921875,0.4558563232421875,0.6549358367919922,0.568389892578125,0.5712509155273438,0.5900859832763672,0.5381107330322266,0.492095947265625,0.5166530609130859,0.5354881286621094,-0.0030241038868629166 +37500,1000,gpu,homo,True,False,0.44083595275878906,0.41484832763671875,0.38170814514160156,0.3745555877685547,0.3914833068847656,0.4153251647949219,0.34427642822265625,0.33664703369140625,0.39076805114746094,0.29778480529785156,-0.10912769249077714 +37500,1000,gpu,homo,False,False,0.5886554718017578,0.48661231994628906,0.4093647003173828,0.40650367736816406,0.40340423583984375,0.6897449493408203,0.5433559417724609,0.4665851593017578,0.40984153747558594,0.4584789276123047,0.11918121363258516 +37500,1000,gpu,uniform,True,True,0.43320655822753906,0.34117698669433594,0.316619873046875,0.3039836883544922,0.29921531677246094,0.72479248046875,0.6456375122070312,0.6248950958251953,0.5815029144287109,0.591278076171875,0.8699690402476781 +37500,1000,gpu,uniform,False,True,0.47707557678222656,0.6291866302490234,0.4315376281738281,0.36907196044921875,0.3974437713623047,0.6182193756103516,0.518798828125,0.52642822265625,0.4978179931640625,0.5152225494384766,0.16151060527677186 +37500,1000,gpu,uniform,True,False,0.6148815155029297,0.5037784576416016,0.4813671112060547,0.49185752868652344,0.766754150390625,0.2856254577636719,0.5023479461669922,0.3857612609863281,0.301361083984375,0.2810955047607422,-0.38565471226021686 +37500,1000,gpu,uniform,False,False,0.3871917724609375,0.2789497375488281,0.2791881561279297,0.2346038818359375,0.24199485778808594,0.6768703460693359,0.5812644958496094,0.5025863647460938,0.4894733428955078,0.5190372467041016,0.9475184439973172 +37500,1000,gpu,normal,True,True,0.457763671875,0.3504753112792969,0.3349781036376953,0.33545494079589844,0.29587745666503906,0.7228851318359375,0.6978511810302734,0.6661415100097656,0.6425380706787109,0.6172657012939453,0.8859330914953647 +37500,1000,gpu,normal,False,True,0.4591941833496094,0.39076805114746094,0.3948211669921875,0.35881996154785156,0.3323554992675781,0.6816387176513672,0.5786418914794922,0.6182193756103516,0.6008148193359375,0.6160736083984375,0.5988916256157635 +37500,1000,gpu,normal,True,False,0.6973743438720703,0.6930828094482422,0.6208419799804688,0.6086826324462891,0.6303787231445312,0.4837512969970703,0.3688335418701172,0.3211498260498047,0.3445148468017578,0.3247261047363281,-0.43299347172302505 +37500,1000,gpu,normal,False,False,0.3876686096191406,0.2219676971435547,0.24652481079101562,0.255584716796875,0.2491474151611328,0.8778572082519531,0.7631778717041016,0.9810924530029297,0.7531642913818359,0.6935596466064453,1.9898388227049755 +37500,2500,gpu,homo,True,True,0.5762577056884766,0.4265308380126953,0.44345855712890625,0.40411949157714844,0.4222393035888672,0.6568431854248047,0.5884170532226562,0.5900859832763672,0.5745887756347656,0.5714893341064453,0.3118967687788501 +37500,2500,gpu,homo,False,True,0.6525516510009766,0.400543212890625,0.5185604095458984,0.3876686096191406,0.5033016204833984,1.1229515075683594,0.9846687316894531,0.9229183197021484,0.9624958038330078,1.1138916015625,1.0737728724949172 +37500,2500,gpu,homo,True,False,0.7197856903076172,0.6475448608398438,0.5869865417480469,0.5898475646972656,0.5846023559570312,0.4448890686035156,0.331878662109375,0.31304359436035156,0.2880096435546875,0.2799034118652344,-0.47016688257258243 +37500,2500,gpu,homo,False,False,0.34809112548828125,0.28896331787109375,0.24843215942382812,0.3552436828613281,0.2770423889160156,0.537872314453125,0.446319580078125,0.5025863647460938,0.47326087951660156,0.42819976806640625,0.5735155513666352 +37500,2500,gpu,uniform,True,True,0.5691051483154297,0.4830360412597656,0.4782676696777344,0.40841102600097656,0.46133995056152344,0.7007122039794922,0.6811618804931641,0.9202957153320312,0.8111000061035156,0.759124755859375,0.6133902850898978 +37500,2500,gpu,uniform,False,True,0.7011890411376953,0.48065185546875,0.5578994750976562,0.43702125549316406,0.5674362182617188,0.9102821350097656,0.9648799896240234,0.9479522705078125,1.1911392211914062,0.8530616760253906,0.7736750651607298 +37500,2500,gpu,uniform,True,False,0.8485317230224609,0.78582763671875,0.7252693176269531,0.7338523864746094,0.7479190826416016,0.3094673156738281,0.2524852752685547,0.20074844360351562,0.19860267639160156,0.18835067749023438,-0.7007199602780536 +37500,2500,gpu,uniform,False,False,0.44345855712890625,0.35691261291503906,0.2880096435546875,0.2942085266113281,0.27632713317871094,0.5211830139160156,0.4138946533203125,0.4527568817138672,0.41794776916503906,0.3986358642578125,0.3288301235987352 +37500,2500,gpu,normal,True,True,0.6058216094970703,0.4723072052001953,0.5013942718505859,0.4851818084716797,0.7526874542236328,0.9112358093261719,0.8237361907958984,0.7810592651367188,0.7874965667724609,0.8881092071533203,0.48777185410848767 +37500,2500,gpu,normal,False,True,0.9312629699707031,0.6964206695556641,0.8032321929931641,0.7474422454833984,0.9038448333740234,1.0223388671875,0.9741783142089844,0.9138584136962891,0.9367465972900391,0.9057521820068359,0.1642915547249153 +37500,2500,gpu,normal,True,False,0.7946491241455078,0.7486343383789062,0.7238388061523438,0.7748603820800781,0.7238388061523438,0.408172607421875,0.37407875061035156,0.3292560577392578,0.3497600555419922,0.3268718719482422,-0.5251661918328585 +37500,2500,gpu,normal,False,False,0.5645751953125,0.5431175231933594,0.4978179931640625,0.4658699035644531,0.43582916259765625,0.7069110870361328,0.6537437438964844,0.6008148193359375,0.6015300750732422,0.7567405700683594,0.32407759604412334 +37500,5000,gpu,homo,True,True,1.0554790496826172,0.9407997131347656,0.8013248443603516,0.7443428039550781,0.7748603820800781,0.8924007415771484,0.8213520050048828,0.9710788726806641,0.8754730224609375,0.8282661437988281,0.016624323428697574 +37500,5000,gpu,homo,False,True,0.6642341613769531,0.6055831909179688,0.5795955657958984,0.5662441253662109,0.5335807800292969,1.506805419921875,1.2845993041992188,1.4085769653320312,1.3434886932373047,1.4564990997314453,1.3734842360549715 +37500,5000,gpu,homo,True,False,0.8060932159423828,0.6401538848876953,0.6253719329833984,0.6241798400878906,0.5950927734375,0.27632713317871094,0.2105236053466797,0.24008750915527344,0.2162456512451172,0.22840499877929688,-0.6439904368615519 +37500,5000,gpu,homo,False,False,0.41985511779785156,0.2410411834716797,0.2658367156982422,0.22554397583007812,0.24199485778808594,0.6647109985351562,0.5700588226318359,0.7140636444091797,0.560760498046875,0.6742477416992188,1.2835157318741448 +37500,5000,gpu,uniform,True,True,0.9303092956542969,0.8680820465087891,0.7824897766113281,0.7243156433105469,0.7462501525878906,0.8862018585205078,0.7631778717041016,0.6489753723144531,0.7567405700683594,0.6725788116455078,-0.07991525922438647 +37500,5000,gpu,uniform,False,True,0.6883144378662109,0.5748271942138672,0.5974769592285156,0.5583763122558594,0.5402565002441406,1.7733573913574219,1.2860298156738281,1.3027191162109375,1.1134147644042969,1.2617111206054688,1.276667740895907 +37500,5000,gpu,uniform,True,False,0.6272792816162109,0.5903244018554688,0.6716251373291016,0.5626678466796875,0.7197856903076172,0.4494190216064453,0.339508056640625,0.34356117248535156,0.32401084899902344,0.3101825714111328,-0.44298278583778095 +37500,5000,gpu,uniform,False,False,0.6644725799560547,0.5445480346679688,0.5497932434082031,0.4723072052001953,0.4456043243408203,0.5252361297607422,0.4775524139404297,0.44918060302734375,0.4703998565673828,0.40912628173828125,-0.12897479290994918 +37500,5000,gpu,normal,True,True,0.980377197265625,0.7994174957275391,0.8599758148193359,0.7357597351074219,0.7684230804443359,1.0287761688232422,0.9589195251464844,0.8881092071533203,0.9667873382568359,0.9338855743408203,0.1526379379782521 +37500,5000,gpu,normal,False,True,0.9539127349853516,0.8132457733154297,0.6546974182128906,0.6003379821777344,0.5671977996826172,1.5079975128173828,1.1870861053466797,1.5408992767333984,1.2013912200927734,1.4510154724121094,0.9190966456326801 +37500,5000,gpu,normal,True,False,1.5377998352050781,1.1217594146728516,1.0390281677246094,0.9920597076416016,0.949859619140625,0.4875659942626953,0.4677772521972656,0.469207763671875,0.6930828094482422,0.4718303680419922,-0.5409163919181672 +37500,5000,gpu,normal,False,False,0.6012916564941406,0.5285739898681641,0.484466552734375,0.4763603210449219,0.4639625549316406,0.7321834564208984,0.6721019744873047,0.6082057952880859,0.6191730499267578,0.5893707275390625,0.2608492767148858 +37500,10000,gpu,homo,True,True,0.9665489196777344,0.8728504180908203,0.8521080017089844,0.8037090301513672,0.8411407470703125,1.3689994812011719,1.0128021240234375,1.0364055633544922,0.9982585906982422,0.9579658508300781,0.23938860787332317 +37500,10000,gpu,homo,False,True,1.1065006256103516,1.2197494506835938,0.9975433349609375,0.9734630584716797,0.9765625,1.6028881072998047,1.810312271118164,1.6183853149414062,1.7538070678710938,1.7843246459960938,0.6249547920433995 +37500,10000,gpu,homo,True,False,0.7243156433105469,0.6461143493652344,0.6909370422363281,0.6155967712402344,0.5970001220703125,0.4680156707763672,0.3769397735595703,0.3268718719482422,0.31280517578125,0.3266334533691406,-0.44676667637634726 +37500,10000,gpu,homo,False,False,0.45561790466308594,0.32520294189453125,0.2715587615966797,0.2617835998535156,0.2727508544921875,0.5421638488769531,0.4742145538330078,0.43320655822753906,0.4584789276123047,0.4298686981201172,0.47325721153846145 +37500,10000,gpu,uniform,True,True,0.8590221405029297,0.7541179656982422,0.766754150390625,0.7348060607910156,0.7669925689697266,1.0876655578613281,1.0364055633544922,0.9839534759521484,0.9894371032714844,0.9453296661376953,0.2991216755727535 +37500,10000,gpu,uniform,False,True,1.1224746704101562,1.0528564453125,0.9903907775878906,0.9641647338867188,0.9665489196777344,1.7888545989990234,1.644134521484375,1.6853809356689453,1.7621517181396484,1.6376972198486328,0.6714071856287425 +37500,10000,gpu,uniform,True,False,0.5967617034912109,0.5490779876708984,0.5252361297607422,0.5884170532226562,0.5319118499755859,0.5359649658203125,0.4515647888183594,0.34356117248535156,0.38313865661621094,0.3390312194824219,-0.2644345746498121 +37500,10000,gpu,uniform,False,False,0.3917217254638672,0.27942657470703125,0.3025531768798828,0.30231475830078125,0.2627372741699219,0.48804283142089844,0.4391670227050781,0.457763671875,0.446319580078125,0.4527568817138672,0.48435079020762317 +37500,10000,gpu,normal,True,True,1.2288093566894531,1.0442733764648438,0.995635986328125,0.9856224060058594,1.1925697326660156,1.1873245239257812,1.3005733489990234,1.0967254638671875,1.2247562408447266,1.153707504272461,0.0947649479121071 +37500,10000,gpu,normal,False,True,1.1396408081054688,1.050710678100586,1.0399818420410156,1.1184215545654297,1.077890396118164,1.8663406372070312,2.0377635955810547,1.7714500427246094,1.941680908203125,2.094745635986328,0.7896841087825666 +37500,10000,gpu,normal,True,False,0.8645057678222656,1.1525154113769531,1.3713836669921875,1.0762214660644531,1.0237693786621094,0.9632110595703125,0.5092620849609375,0.43082237243652344,0.3247261047363281,0.34618377685546875,-0.5309730668983492 +37500,10000,gpu,normal,False,False,0.7293224334716797,0.5445480346679688,0.5893707275390625,0.5371570587158203,0.4928112030029297,0.8556842803955078,0.7445812225341797,0.7181167602539062,0.7212162017822266,0.7174015045166016,0.2985578903996704 +37500,25000,gpu,homo,True,True,1.6703605651855469,1.40380859375,1.52587890625,1.3856887817382812,1.5172958374023438,2.3517608642578125,2.7909278869628906,2.393960952758789,2.4034976959228516,2.260923385620117,0.6261518906895456 +37500,25000,gpu,homo,False,True,1.5075206756591797,1.4777183532714844,1.3811588287353516,1.399993896484375,1.3954639434814453,2.532482147216797,2.8243064880371094,2.8960704803466797,2.843618392944336,2.6102066040039062,0.913845334398615 +37500,25000,gpu,homo,True,False,0.4951953887939453,0.5152225494384766,0.438690185546875,0.42176246643066406,0.41675567626953125,0.5440711975097656,0.3981590270996094,0.40435791015625,0.40459632873535156,0.3790855407714844,-0.06878582595101612 +37500,25000,gpu,homo,False,False,1.1060237884521484,0.37980079650878906,0.3654956817626953,0.40078163146972656,0.31375885009765625,0.5366802215576172,0.5021095275878906,0.49495697021484375,0.47659873962402344,0.4856586456298828,-0.02722542278386919 +37500,25000,gpu,uniform,True,True,1.4581680297851562,1.329183578491211,1.5358924865722656,1.2836456298828125,1.344919204711914,2.3915767669677734,2.26593017578125,2.3059844970703125,2.276897430419922,2.163410186767578,0.6404074353522189 +37500,25000,gpu,uniform,False,True,1.5883445739746094,1.5113353729248047,1.5485286712646484,1.4452934265136719,1.5265941619873047,2.847433090209961,2.4940967559814453,2.5556087493896484,2.5053024291992188,2.6443004608154297,0.7121491818153374 +37500,25000,gpu,uniform,True,False,1.0578632354736328,1.2068748474121094,0.8540153503417969,0.7793903350830078,0.9975433349609375,0.7004737854003906,0.5402565002441406,0.4973411560058594,0.48613548278808594,0.4589557647705078,-0.45193337878640305 +37500,25000,gpu,uniform,False,False,0.6394386291503906,0.5042552947998047,0.39696693420410156,0.37288665771484375,0.3814697265625,0.7536411285400391,0.7467269897460938,0.6105899810791016,0.5624294281005859,0.5526542663574219,0.4056721379596926 +37500,25000,gpu,normal,True,True,1.7235279083251953,1.6968250274658203,1.6264915466308594,1.5268325805664062,1.581430435180664,2.466917037963867,2.583742141723633,2.212047576904297,2.4580955505371094,2.3374557495117188,0.478614237684549 +37500,25000,gpu,normal,False,True,1.7402172088623047,1.4789104461669922,1.5764236450195312,1.4805793762207031,1.4133453369140625,2.897024154663086,3.2949447631835938,2.8183460235595703,2.8247833251953125,2.8388500213623047,0.9083157633635124 +37500,25000,gpu,normal,True,False,1.2104511260986328,1.0249614715576172,1.0099411010742188,0.9775161743164062,0.9737014770507812,0.6134510040283203,0.5745887756347656,0.5524158477783203,0.4966259002685547,0.629425048828125,-0.44838502477518816 +37500,25000,gpu,normal,False,False,0.6387233734130859,0.6072521209716797,0.83160400390625,0.7746219635009766,0.7183551788330078,0.8637905120849609,0.8380413055419922,0.8831024169921875,0.8327960968017578,0.6673336029052734,0.14409722222222232 +37500,37500,gpu,homo,True,True,2.221822738647461,1.8606185913085938,2.098560333251953,2.2869110107421875,2.0978450775146484,3.5483837127685547,3.6008358001708984,3.507375717163086,3.4592151641845703,3.286600112915039,0.6470574961639137 +37500,37500,gpu,homo,False,True,2.218961715698242,1.9288063049316406,2.190113067626953,1.8644332885742188,2.0329952239990234,3.4971237182617188,3.453969955444336,3.572225570678711,3.490447998046875,3.4170150756835938,0.7030048916841369 +37500,37500,gpu,homo,True,False,0.637054443359375,0.4839897155761719,0.4749298095703125,0.47707557678222656,0.4851818084716797,0.48661231994628906,0.4105567932128906,0.4146099090576172,0.37288665771484375,0.39124488830566406,-0.18853681267474376 +37500,37500,gpu,homo,False,False,0.7967948913574219,0.7288455963134766,0.7174015045166016,0.7143020629882812,0.7510185241699219,0.47469139099121094,0.4119873046875,0.38313865661621094,0.41675567626953125,0.4057884216308594,-0.4357721486434357 +37500,37500,gpu,uniform,True,True,1.9919872283935547,1.7402172088623047,1.6946792602539062,1.7116069793701172,1.6984939575195312,3.4787654876708984,3.613710403442383,3.525972366333008,3.9093494415283203,3.2854080200195312,1.0157561041413734 +37500,37500,gpu,uniform,False,True,1.878499984741211,1.7476081848144531,1.722574234008789,1.9314289093017578,1.7499923706054688,3.5898685455322266,3.6468505859375,3.4723281860351562,3.8187503814697266,3.6704540252685547,1.0152871287128713 +37500,37500,gpu,uniform,True,False,0.7932186126708984,0.6659030914306641,0.5688667297363281,0.5884170532226562,0.6222724914550781,0.6933212280273438,0.5617141723632812,0.5648136138916016,0.5609989166259766,0.5381107330322266,-0.09871908127208484 +37500,37500,gpu,uniform,False,False,0.7343292236328125,0.6000995635986328,0.6711483001708984,0.667572021484375,0.6198883056640625,0.5409717559814453,0.51116943359375,0.7328987121582031,0.5209445953369141,0.6818771362304688,-0.09267303793802495 +37500,37500,gpu,normal,True,True,2.0263195037841797,1.7189979553222656,1.7080307006835938,1.6510486602783203,1.7499923706054688,3.654003143310547,4.159688949584961,3.7331581115722656,3.7581920623779297,3.665447235107422,1.1424955571113147 +37500,37500,gpu,normal,False,True,1.9121170043945312,1.6791820526123047,1.735687255859375,1.9643306732177734,1.741170883178711,4.017829895019531,3.8995742797851562,3.4868717193603516,3.7581920623779297,3.711223602294922,1.0895341164049097 +37500,37500,gpu,normal,True,False,1.0025501251220703,0.8120536804199219,0.7565021514892578,0.8122920989990234,0.7658004760742188,0.8628368377685547,0.7762908935546875,0.8502006530761719,0.7481575012207031,0.7193088531494141,-0.04637131529046712 +37500,37500,gpu,normal,False,False,0.9865760803222656,1.2006759643554688,0.8683204650878906,0.8780956268310547,0.7812976837158203,1.033782958984375,0.8473396301269531,0.8542537689208984,0.9267330169677734,0.8318424224853516,-0.046875 +37500,50000,gpu,homo,True,True,2.521514892578125,2.6502609252929688,2.7251243591308594,2.4261474609375,2.762317657470703,4.700899124145508,4.498481750488281,4.128932952880859,4.5795440673828125,4.126310348510742,0.683878726040376 +37500,50000,gpu,homo,False,True,2.7332305908203125,3.134489059448242,2.8433799743652344,2.7103424072265625,2.879619598388672,4.040718078613281,4.443645477294922,3.9234161376953125,4.112005233764648,4.054069519042969,0.43862427687844896 +37500,50000,gpu,homo,True,False,0.6530284881591797,0.7433891296386719,0.46563148498535156,0.4668235778808594,0.4622936248779297,0.7336139678955078,0.6444454193115234,0.5373954772949219,0.5221366882324219,0.5223751068115234,0.06047663790894342 +37500,50000,gpu,homo,False,False,0.8602142333984375,0.9586811065673828,0.8702278137207031,0.8475780487060547,0.9250640869140625,0.8053779602050781,0.5590915679931641,0.5314350128173828,0.6451606750488281,0.7617473602294922,-0.2597520572833173 +37500,50000,gpu,uniform,True,True,2.331972122192383,2.145051956176758,2.1648406982421875,2.0656585693359375,2.41851806640625,4.451513290405273,4.51207160949707,4.456996917724609,4.926919937133789,4.34565544128418,1.0396434234774783 +37500,50000,gpu,uniform,False,True,2.4068355560302734,2.171754837036133,2.7484893798828125,2.1734237670898438,2.549886703491211,4.261493682861328,4.091501235961914,4.04667854309082,4.0225982666015625,4.28462028503418,0.7183586253289278 +37500,50000,gpu,uniform,True,False,0.8642673492431641,0.7090568542480469,0.6597042083740234,1.2066364288330078,0.9088516235351562,0.6189346313476562,0.6022453308105469,0.5593299865722656,0.5486011505126953,0.9043216705322266,-0.25642853226602336 +37500,50000,gpu,uniform,False,False,1.0259151458740234,0.797271728515625,0.8373260498046875,1.1534690856933594,0.8816719055175781,0.6210803985595703,0.5424022674560547,0.5123615264892578,0.507354736328125,0.5145072937011719,-0.42548870271642547 +37500,50000,gpu,normal,True,True,2.268552780151367,2.3033618927001953,2.133607864379883,2.0797252655029297,2.3734569549560547,4.858970642089844,4.973649978637695,4.871606826782227,4.610776901245117,4.8122406005859375,1.162190457876632 +37500,50000,gpu,normal,False,True,2.4318695068359375,2.2003650665283203,2.607107162475586,2.1567344665527344,2.2177696228027344,4.392862319946289,4.274606704711914,4.563570022583008,4.339933395385742,4.164218902587891,0.8714895713581869 +37500,50000,gpu,normal,True,False,0.9911060333251953,0.8590221405029297,0.8227825164794922,0.8020401000976562,0.8075237274169922,0.9877681732177734,0.8978843688964844,1.0037422180175781,0.9336471557617188,0.8971691131591797,0.10221578888765182 +37500,50000,gpu,normal,False,False,1.7066001892089844,1.4467239379882812,1.4808177947998047,1.493692398071289,1.4796257019042969,0.8733272552490234,0.9014606475830078,1.153707504272461,1.2822151184082031,0.9675025939941406,-0.3193243073837282 +50000,1000,gpu,homo,True,True,0.48923492431640625,0.37407875061035156,0.3781318664550781,0.39005279541015625,0.37384033203125,0.8580684661865234,0.8246898651123047,0.7894039154052734,0.7319450378417969,0.9934902191162109,1.0932112709547024 +50000,1000,gpu,homo,False,True,0.70953369140625,0.5354881286621094,0.4239082336425781,0.43511390686035156,0.42629241943359375,0.827789306640625,0.7541179656982422,0.7340908050537109,0.9331703186035156,0.8635520935058594,0.6253651182512014 +50000,1000,gpu,homo,True,False,0.5288124084472656,0.5309581756591797,0.7386207580566406,0.6361007690429688,0.6432533264160156,0.3452301025390625,0.19311904907226562,0.16808509826660156,0.15091896057128906,0.1678466796875,-0.6668990626694554 +50000,1000,gpu,homo,False,False,0.5385875701904297,0.31304359436035156,0.29921531677246094,0.2722740173339844,0.26106834411621094,0.9365081787109375,0.67138671875,0.5762577056884766,0.6279945373535156,0.5946159362792969,1.0227916194790487 +50000,1000,gpu,uniform,True,True,0.6783008575439453,0.6453990936279297,0.5769729614257812,0.54931640625,0.5424022674560547,1.0058879852294922,0.8835792541503906,0.9143352508544922,0.8885860443115234,0.8699893951416016,0.5246593896900644 +50000,1000,gpu,uniform,False,True,0.5576610565185547,0.4563331604003906,0.42724609375,0.44417381286621094,0.41556358337402344,0.7963180541992188,0.7112026214599609,0.7123947143554688,0.7059574127197266,0.7109642028808594,0.5805615998342142 +50000,1000,gpu,uniform,True,False,0.7503032684326172,0.6701946258544922,0.5795955657958984,0.5471706390380859,0.5810260772705078,0.2913475036621094,0.2288818359375,0.20623207092285156,0.2014636993408203,0.17952919006347656,-0.6459873485252648 +50000,1000,gpu,uniform,False,False,0.3376007080078125,0.2970695495605469,0.26154518127441406,0.2658367156982422,0.28324127197265625,0.6005764007568359,0.5600452423095703,0.5223751068115234,0.47707557678222656,0.5166530609130859,0.8520290333223359 +50000,1000,gpu,normal,True,True,0.41031837463378906,0.4150867462158203,0.36525726318359375,0.3266334533691406,0.3616809844970703,1.0478496551513672,0.9839534759521484,1.018524169921875,1.0368824005126953,1.2221336364746094,1.8256566425580512 +50000,1000,gpu,normal,False,True,0.5612373352050781,0.4649162292480469,0.4291534423828125,0.40650367736816406,0.4677772521972656,1.0547637939453125,0.8444786071777344,0.8842945098876953,0.8373260498046875,0.8053779602050781,0.9000102343670044 +50000,1000,gpu,normal,True,False,0.9236335754394531,0.8625984191894531,0.8146762847900391,1.1336803436279297,1.050710678100586,0.5509853363037109,0.38170814514160156,0.3426074981689453,0.3304481506347656,0.5905628204345703,-0.5410293458223308 +50000,1000,gpu,normal,False,False,0.6310939788818359,0.5297660827636719,0.4992485046386719,0.4839897155761719,0.4744529724121094,1.0216236114501953,0.9429454803466797,0.9655952453613281,0.8893013000488281,0.8537769317626953,0.7846672129654921 +50000,2500,gpu,homo,True,True,0.4932880401611328,0.4837512969970703,0.4303455352783203,0.43511390686035156,0.39696693420410156,1.043081283569336,1.1725425720214844,0.9720325469970703,0.8425712585449219,0.7708072662353516,1.1438305120834662 +50000,2500,gpu,homo,False,True,0.7295608520507812,0.4546642303466797,0.6170272827148438,0.4153251647949219,0.5993843078613281,1.4729499816894531,1.4119148254394531,1.325368881225586,1.3344287872314453,1.514434814453125,1.5068156802980273 +50000,2500,gpu,homo,True,False,0.6732940673828125,0.5507469177246094,0.5593299865722656,0.4849433898925781,0.5359649658203125,0.26154518127441406,0.18644332885742188,0.1690387725830078,0.18930435180664062,0.1876354217529297,-0.645553477299779 +50000,2500,gpu,homo,False,False,0.3571510314941406,0.24008750915527344,0.26726722717285156,0.24271011352539062,0.22864341735839844,0.6051063537597656,0.7367134094238281,0.6756782531738281,0.682830810546875,0.7426738739013672,1.5773692664643941 +50000,2500,gpu,uniform,True,True,0.5767345428466797,0.7076263427734375,0.4925727844238281,0.4596710205078125,0.4215240478515625,0.8330345153808594,1.058816909790039,0.9043216705322266,0.8764266967773438,0.8690357208251953,0.7085837294824648 +50000,2500,gpu,uniform,False,True,0.7379055023193359,0.4916191101074219,0.6542205810546875,0.49948692321777344,0.6518363952636719,1.0402202606201172,0.9863376617431641,0.9872913360595703,1.0266304016113281,1.0266304016113281,0.6695208169677926 +50000,2500,gpu,uniform,True,False,0.865936279296875,0.7526874542236328,0.7188320159912109,0.7832050323486328,0.6873607635498047,0.2989768981933594,0.2257823944091797,0.23674964904785156,0.179290771484375,0.19431114196777344,-0.7019158527422991 +50000,2500,gpu,uniform,False,False,0.7119178771972656,0.5464553833007812,0.5052089691162109,0.4887580871582031,0.47016143798828125,0.7004737854003906,0.5514621734619141,0.4894733428955078,0.5042552947998047,0.5004405975341797,0.008669760924774561 +50000,2500,gpu,normal,True,True,0.54931640625,0.5223751068115234,0.5233287811279297,0.8561611175537109,0.6997585296630859,1.0979175567626953,0.9999275207519531,0.9250640869140625,1.0204315185546875,0.9288787841796875,0.5780115012106537 +50000,2500,gpu,normal,False,True,0.9386539459228516,0.7917881011962891,0.9632110595703125,0.8144378662109375,1.1157989501953125,1.2655258178710938,1.22833251953125,1.203775405883789,1.5034675598144531,1.1854171752929688,0.3812003712488399 +50000,2500,gpu,normal,True,False,1.405477523803711,1.3213157653808594,1.2319087982177734,1.0657310485839844,1.0461807250976562,0.3025531768798828,0.2617835998535156,0.2665519714355469,0.225067138671875,0.31304359436035156,-0.7744874715261959 +50000,2500,gpu,normal,False,False,0.6177425384521484,0.5183219909667969,0.48041343688964844,0.48470497131347656,0.46443939208984375,1.1169910430908203,0.8070468902587891,1.134634017944336,1.0287761688232422,0.885009765625,0.9381098410928352 +50000,5000,gpu,homo,True,True,0.9760856628417969,0.9379386901855469,0.7846355438232422,0.8406639099121094,0.7772445678710938,0.9446144104003906,0.9024143218994141,0.7984638214111328,0.8590221405029297,0.8320808410644531,0.004639602319801206 +50000,5000,gpu,homo,False,True,0.8704662322998047,0.7207393646240234,1.1777877807617188,0.8418560028076172,0.6463527679443359,1.6329288482666016,1.489877700805664,1.6415119171142578,1.3692378997802734,1.522064208984375,0.7982750896057347 +50000,5000,gpu,homo,True,False,0.640869140625,0.5271434783935547,0.5428791046142578,0.5400180816650391,0.5035400390625,0.26917457580566406,0.22649765014648438,0.21076202392578125,0.2372264862060547,0.21648406982421875,-0.578810698519865 +50000,5000,gpu,homo,False,False,0.6837844848632812,0.3483295440673828,0.6079673767089844,0.5025863647460938,0.4627704620361328,0.8859634399414062,0.6697177886962891,0.5846023559570312,0.579833984375,0.606536865234375,0.27681185944363107 +50000,5000,gpu,uniform,True,True,0.9448528289794922,0.7038116455078125,0.6730556488037109,0.6594657897949219,0.6406307220458984,0.8988380432128906,0.8623600006103516,0.8432865142822266,0.8618831634521484,0.8473396301269531,0.19103416496609826 +50000,5000,gpu,uniform,False,True,1.0445117950439453,0.8978843688964844,0.9200572967529297,0.8885860443115234,0.8907318115234375,1.7788410186767578,1.4348030090332031,1.6155242919921875,1.5230178833007812,1.7094612121582031,0.7367610046740973 +50000,5000,gpu,uniform,True,False,0.7352828979492188,0.8649826049804688,0.7653236389160156,0.7188320159912109,1.0585784912109375,0.331878662109375,0.4584789276123047,0.4112720489501953,0.5006790161132812,0.4012584686279297,-0.492259883754388 +50000,5000,gpu,uniform,False,False,0.43582916259765625,0.36406517028808594,0.3685951232910156,0.27561187744140625,0.28586387634277344,0.6668567657470703,0.6549358367919922,0.5390644073486328,0.5505084991455078,0.5171298980712891,0.692805953693495 +50000,5000,gpu,normal,True,True,0.7290840148925781,0.6954669952392578,0.682830810546875,0.7312297821044922,0.6639957427978516,1.049041748046875,1.0139942169189453,1.0135173797607422,1.0678768157958984,1.0848045349121094,0.4929548703287727 +50000,5000,gpu,normal,False,True,0.8542537689208984,0.7317066192626953,0.7364749908447266,0.7016658782958984,0.7081031799316406,1.9886493682861328,1.581430435180664,1.834869384765625,1.5039443969726562,1.8534660339355469,1.3477705378816918 +50000,5000,gpu,normal,True,False,1.1556148529052734,1.085519790649414,1.1055469512939453,1.0683536529541016,1.0633468627929688,0.36525726318359375,0.2841949462890625,0.26106834411621094,0.30803680419921875,0.2658367156982422,-0.7290451736443555 +50000,5000,gpu,normal,False,False,0.3714561462402344,0.29206275939941406,0.3261566162109375,0.2789497375488281,0.27823448181152344,0.9756088256835938,0.8301734924316406,0.7212162017822266,0.7379055023193359,0.7536411285400391,1.5978729963008633 +50000,10000,gpu,homo,True,True,1.0707378387451172,1.146078109741211,1.018524169921875,1.0819435119628906,1.0056495666503906,1.119375228881836,1.093149185180664,1.0683536529541016,1.0771751403808594,1.092672348022461,0.024007883185523715 +50000,10000,gpu,homo,False,True,0.9846687316894531,1.1444091796875,0.8933544158935547,0.949859619140625,0.8640289306640625,2.0830631256103516,2.2437572479248047,2.118825912475586,2.489328384399414,2.0394325256347656,1.2691644071974366 +50000,10000,gpu,homo,True,False,0.6253719329833984,0.5638599395751953,0.5614757537841797,0.5435943603515625,0.5462169647216797,0.5054473876953125,0.3466606140136719,0.32329559326171875,0.35643577575683594,0.3139972686767578,-0.3501762632197415 +50000,10000,gpu,homo,False,False,0.5581378936767578,0.5123615264892578,0.44465065002441406,0.4315376281738281,0.4191398620605469,0.5769729614257812,0.5583763122558594,0.5078315734863281,0.5550384521484375,0.5249977111816406,0.15106318653632966 +50000,10000,gpu,uniform,True,True,1.035451889038086,0.9908676147460938,1.3399124145507812,1.0194778442382812,0.9098052978515625,1.6241073608398438,1.3687610626220703,1.291513442993164,1.3549327850341797,1.2888908386230469,0.30831569942821124 +50000,10000,gpu,uniform,False,True,1.3070106506347656,1.2655258178710938,1.1665821075439453,1.1472702026367188,1.1093616485595703,2.221345901489258,2.187013626098633,2.1588802337646484,2.081155776977539,2.3877620697021484,0.8406632734213457 +50000,10000,gpu,uniform,True,False,1.1975765228271484,1.0280609130859375,0.9794235229492188,0.9598731994628906,0.9248256683349609,0.36334991455078125,0.3254413604736328,0.26154518127441406,0.28324127197265625,0.27680397033691406,-0.703250890013116 +50000,10000,gpu,uniform,False,False,0.45013427734375,0.3485679626464844,0.2968311309814453,0.29349327087402344,0.2608299255371094,0.7481575012207031,0.6840229034423828,0.7021427154541016,0.6999969482421875,0.6220340728759766,1.0949421965317918 +50000,10000,gpu,normal,True,True,1.25885009765625,1.2218952178955078,1.1415481567382812,1.1098384857177734,1.1317729949951172,1.436471939086914,1.363992691040039,1.3225078582763672,1.302480697631836,1.234292984008789,0.13571864200040662 +50000,10000,gpu,normal,False,True,1.1174678802490234,1.016378402709961,0.9663105010986328,1.2464523315429688,0.9477138519287109,2.1131038665771484,2.3140907287597656,2.0728111267089844,2.3288726806640625,2.4454593658447266,1.1295145456183016 +50000,10000,gpu,normal,True,False,1.1680126190185547,1.150369644165039,1.0840892791748047,1.1026859283447266,1.3828277587890625,0.44274330139160156,0.4394054412841797,0.3612041473388672,0.37097930908203125,0.37860870361328125,-0.661524133462909 +50000,10000,gpu,normal,False,False,0.46825408935546875,0.3132820129394531,0.3421306610107422,0.3314018249511719,0.2999305725097656,1.1289119720458984,0.8933544158935547,0.9560585021972656,0.9338855743408203,0.8680820465087891,1.7238146990897976 +50000,25000,gpu,homo,True,True,2.119779586791992,2.091646194458008,2.1486282348632812,2.02178955078125,2.021312713623047,2.7937889099121094,2.698183059692383,2.845287322998047,2.8154850006103516,2.8715133666992188,0.3480771875143236 +50000,25000,gpu,homo,False,True,1.8939971923828125,1.7056465148925781,1.6901493072509766,1.6422271728515625,1.7223358154296875,3.373861312866211,3.5364627838134766,3.1855106353759766,3.499746322631836,3.248929977416992,0.9463621587371553 +50000,25000,gpu,homo,True,False,0.8556842803955078,0.8268356323242188,0.7605552673339844,0.7061958312988281,0.8013248443603516,0.4436969757080078,0.3955364227294922,0.3485679626464844,0.35071372985839844,0.3402233123779297,-0.5244417622208811 +50000,25000,gpu,homo,False,False,0.45418739318847656,0.3807544708251953,0.3731250762939453,0.33974647521972656,0.3407001495361328,0.6384849548339844,0.5002021789550781,0.4553794860839844,0.4749298095703125,0.45371055603027344,0.3358161848251484 +50000,25000,gpu,uniform,True,True,2.0542144775390625,1.9769668579101562,1.9986629486083984,1.863718032836914,1.9831657409667969,2.991199493408203,2.649068832397461,2.702474594116211,2.534151077270508,2.6235580444335938,0.36689518659778875 +50000,25000,gpu,uniform,False,True,1.8641948699951172,1.8436908721923828,1.8873214721679688,1.8198490142822266,1.7871856689453125,3.1964778900146484,3.3583641052246094,3.187417984008789,3.3788681030273438,3.5223960876464844,0.808637977044848 +50000,25000,gpu,uniform,True,False,0.8842945098876953,0.7429122924804688,0.8308887481689453,1.0402202606201172,0.7305145263671875,0.49376487731933594,0.42939186096191406,0.43845176696777344,0.3933906555175781,0.3838539123535156,-0.4942211196932965 +50000,25000,gpu,uniform,False,False,0.8025169372558594,0.5509853363037109,0.4241466522216797,0.4513263702392578,0.408172607421875,0.6256103515625,0.5347728729248047,0.5354881286621094,0.7767677307128906,1.032114028930664,0.3289937618660157 +50000,25000,gpu,normal,True,True,1.9962787628173828,1.8079280853271484,1.8985271453857422,1.8329620361328125,1.8172264099121094,2.798318862915039,2.6259422302246094,2.7120113372802734,2.9973983764648438,2.6776790618896484,0.47668816436819705 +50000,25000,gpu,normal,False,True,1.6021728515625,1.4801025390625,1.6133785247802734,1.7743110656738281,1.6028881072998047,3.447294235229492,4.09698486328125,3.343820571899414,3.9162635803222656,3.3826828002929688,1.2528647371529829 +50000,25000,gpu,normal,True,False,1.4503002166748047,1.2514591217041016,1.306295394897461,1.294851303100586,1.2323856353759766,0.6232261657714844,0.6771087646484375,0.6070137023925781,0.5903244018554688,0.5848407745361328,-0.5283280434861917 +50000,25000,gpu,normal,False,False,0.6279945373535156,0.5564689636230469,0.46181678771972656,0.5507469177246094,0.8330345153808594,1.0933876037597656,1.007080078125,0.9663105010986328,0.9424686431884766,0.8597373962402344,0.6068927531670469 +50000,37500,gpu,homo,True,True,2.9621124267578125,2.677440643310547,2.7816295623779297,2.698183059692383,3.0219554901123047,3.8919448852539062,4.129648208618164,4.171609878540039,3.934621810913086,3.900766372680664,0.4163168276769005 +50000,37500,gpu,homo,False,True,2.8395652770996094,2.2857189178466797,2.5527477264404297,2.3169517517089844,2.5136470794677734,4.7283172607421875,4.487276077270508,4.336118698120117,4.626035690307617,4.359006881713867,0.80169636900791 +50000,37500,gpu,homo,True,False,1.0349750518798828,0.9791851043701172,0.9639263153076172,0.8726119995117188,0.8893013000488281,0.46133995056152344,0.4436969757080078,0.4177093505859375,0.4057884216308594,0.40602684020996094,-0.5496705397112821 +50000,37500,gpu,homo,False,False,0.957489013671875,0.7467269897460938,0.7069110870361328,0.7047653198242188,0.6895065307617188,0.5552768707275391,0.4925727844238281,0.46181678771972656,0.7147789001464844,0.5886554718017578,-0.26076060397218215 +50000,37500,gpu,uniform,True,True,2.3169517517089844,2.093791961669922,2.4290084838867188,2.1479129791259766,2.1800994873046875,4.221677780151367,3.949403762817383,4.117012023925781,3.9670467376708984,4.0302276611328125,0.8164215110693622 +50000,37500,gpu,uniform,False,True,2.2666454315185547,2.170562744140625,2.1924972534179688,2.4924278259277344,2.384662628173828,4.543781280517578,4.55164909362793,4.29844856262207,4.495859146118164,4.727363586425781,0.9655429625178709 +50000,37500,gpu,uniform,True,False,1.627206802368164,0.9150505065917969,1.1281967163085938,1.0056495666503906,0.8375644683837891,0.6291866302490234,0.5776882171630859,0.5285739898681641,0.5490779876708984,0.5519390106201172,-0.4855573813024302 +50000,37500,gpu,uniform,False,False,1.0628700256347656,0.8919239044189453,0.8747577667236328,0.9050369262695312,0.8652210235595703,0.83160400390625,0.6911754608154297,0.6680488586425781,0.6628036499023438,0.6880760192871094,-0.23003161768517078 +50000,37500,gpu,normal,True,True,2.357959747314453,2.1352767944335938,2.538442611694336,2.2089481353759766,2.3190975189208984,4.285097122192383,4.003286361694336,4.3163299560546875,4.197835922241211,4.14276123046875,0.8119212127462101 +50000,37500,gpu,normal,False,True,2.2323131561279297,2.0775794982910156,2.4209022521972656,2.2776126861572266,2.398967742919922,4.762172698974609,5.274772644042969,4.775762557983398,4.657268524169922,5.047321319580078,1.1492496760439743 +50000,37500,gpu,normal,True,False,1.4908313751220703,1.5146732330322266,1.4350414276123047,1.435995101928711,1.4472007751464844,0.8978843688964844,0.9157657623291016,0.8115768432617188,0.8480548858642578,0.8015632629394531,-0.4163031447359854 +50000,37500,gpu,normal,False,False,0.9837150573730469,0.9567737579345703,1.255035400390625,1.1560916900634766,1.069784164428711,1.2507438659667969,1.03759765625,1.0418891906738281,1.2974739074707031,1.0440349578857422,0.04617617309468325 +50000,50000,gpu,homo,True,True,3.3884048461914062,3.1003952026367188,3.263235092163086,3.12042236328125,3.6966800689697266,5.124092102050781,4.830360412597656,5.331993103027344,4.790067672729492,4.965305328369141,0.5113531714055486 +50000,50000,gpu,homo,False,True,3.5517215728759766,3.3414363861083984,3.7348270416259766,3.27301025390625,3.376483917236328,4.925727844238281,5.07807731628418,4.863739013671875,5.239725112915039,4.788875579833984,0.4409593332137387 +50000,50000,gpu,homo,True,False,1.397848129272461,1.5532970428466797,1.4255046844482422,1.5289783477783203,1.390218734741211,0.6442070007324219,0.5128383636474609,0.5016326904296875,0.4799365997314453,0.49686431884765625,-0.6387699748374236 +50000,50000,gpu,homo,False,False,1.2798309326171875,1.2247562408447266,1.1703968048095703,1.2288093566894531,1.4233589172363281,0.6325244903564453,0.5178451538085938,0.5016326904296875,0.5004405975341797,0.5056858062744141,-0.5798854472831412 +50000,50000,gpu,uniform,True,True,3.2994747161865234,2.7124881744384766,2.7616024017333984,2.6984214782714844,2.8057098388671875,5.059003829956055,5.2204132080078125,4.886150360107422,4.946470260620117,5.221843719482422,0.7743675377807464 +50000,50000,gpu,uniform,False,True,3.024578094482422,2.7713775634765625,2.8650760650634766,2.786874771118164,2.826690673828125,5.017518997192383,5.581855773925781,4.989385604858398,4.913330078125,5.11479377746582,0.7945784339925173 +50000,50000,gpu,uniform,True,False,1.650094985961914,1.5115737915039062,1.4781951904296875,1.4462471008300781,1.634359359741211,1.0187625885009766,0.8165836334228516,0.8177757263183594,0.7658004760742188,0.7855892181396484,-0.45540732505713055 +50000,50000,gpu,uniform,False,False,1.6243457794189453,1.5137195587158203,1.6775131225585938,1.9793510437011719,1.7206668853759766,0.86212158203125,0.7638931274414062,0.7021427154541016,0.6716251373291016,0.6690025329589844,-0.5691687431755187 +50000,50000,gpu,normal,True,True,3.005504608154297,3.111600875854492,2.8824806213378906,2.6748180389404297,2.812623977661133,5.675077438354492,5.78618049621582,5.621910095214844,5.887746810913086,5.239725112915039,0.9473034576962955 +50000,50000,gpu,normal,False,True,2.921581268310547,2.6750564575195312,2.7773380279541016,2.9497146606445312,2.872943878173828,5.555868148803711,5.531072616577148,5.259275436401367,5.559682846069336,5.286216735839844,0.9153917205474851 +50000,50000,gpu,normal,True,False,1.6396045684814453,1.4910697937011719,1.5680789947509766,1.8229484558105469,1.5468597412109375,1.1081695556640625,0.99945068359375,1.0402202606201172,1.0123252868652344,1.0230541229248047,-0.3576029785473672 +50000,50000,gpu,normal,False,False,1.5826225280761719,1.512289047241211,1.5807151794433594,1.493692398071289,1.775979995727539,1.2898445129394531,1.194000244140625,1.0843276977539062,0.9791851043701172,1.0225772857666016,-0.29896474118529637 diff --git a/benchmarks/analysis/basic/matvec/test_results/csr matvec/analysis cpu.py b/benchmarks/analysis/basic/matvec/test_results/csr matvec/analysis cpu.py new file mode 100644 index 0000000..90287b5 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/csr matvec/analysis cpu.py @@ -0,0 +1,72 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "csr matvec/csrmv_cpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['events type'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df.drop(columns=['p'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['values type', 'transpose', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(14, 14)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (values_type, transpose) in enumerate([(v, t) for v in avg_speedup_df['values type'].unique() for t in avg_speedup_df['transpose'].unique()]): + plt.subplot(2, 2, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['values type'] == values_type) & (avg_speedup_df['transpose'] == transpose)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'values type: {values_type}, transpose: {transpose}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[CPU] csr matvec taichi speedup over brainpylib\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('csr matvec/csrmv cpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/csr matvec/analysis gpu.py b/benchmarks/analysis/basic/matvec/test_results/csr matvec/analysis gpu.py new file mode 100644 index 0000000..19a7dc7 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/csr matvec/analysis gpu.py @@ -0,0 +1,70 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "csr matvec/csrmv_gpu.csv" + +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['events type'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['values type', 'transpose', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(14, 14)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (values_type, transpose) in enumerate([(v, t) for v in avg_speedup_df['values type'].unique() for t in avg_speedup_df['transpose'].unique()]): + plt.subplot(2, 2, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['values type'] == values_type) & (avg_speedup_df['transpose'] == transpose)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'values type: {values_type}, transpose: {transpose}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[GPU] csr matvec taichi speedup over brainpylib method: cusparse\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('csr matvec/csrmv gpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/csr matvec/barchart_cpu.py b/benchmarks/analysis/basic/matvec/test_results/csr matvec/barchart_cpu.py new file mode 100644 index 0000000..ec95a02 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/csr matvec/barchart_cpu.py @@ -0,0 +1,48 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv("csr matvec/csrmv_cpu.csv") +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['events type'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df.drop(columns=['p'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +plt.hist(combined_df['speedup'], bins=50) +plt.xlabel('Speedup') +plt.ylabel('Frequency') +plt.title('[CPU] csr matvec taichi speedup over brainpylib' + '\n' + + 'speedup = (brainpylib time / taichi aot time) - 1') +plt.savefig('csr matvec/csrmv cpu dist.png') + diff --git a/benchmarks/analysis/basic/matvec/test_results/csr matvec/barchart_gpu.py b/benchmarks/analysis/basic/matvec/test_results/csr matvec/barchart_gpu.py new file mode 100644 index 0000000..d8f738f --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/csr matvec/barchart_gpu.py @@ -0,0 +1,47 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv("csr matvec/csrmv_gpu.csv") +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['events type'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df.drop(columns=['p'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +plt.hist(combined_df['speedup'], bins=50) +plt.xlabel('Speedup') +plt.ylabel('Frequency') +plt.title('[GPU] csr matvec taichi speedup over brainpylib' + '\n' + + 'speedup = (brainpylib time / taichi aot time) - 1') +plt.savefig('csr matvec/csrmv gpu dist.png') \ No newline at end of file diff --git a/benchmarks/analysis/basic/matvec/test_results/csr matvec/csrmv_cpu.csv b/benchmarks/analysis/basic/matvec/test_results/csr matvec/csrmv_cpu.csv new file mode 100644 index 0000000..ef61a20 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/csr matvec/csrmv_cpu.csv @@ -0,0 +1,197 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,True,0.06127357482910156,0.06127357482910156,0.060558319091796875,0.06127357482910156,0.06103515625,0.06008148193359375,0.06031990051269531,0.06079673767089844,0.060558319091796875,0.06008148193359375,0.5588531494140625,0.6048679351806641,0.5626678466796875,0.5528926849365234,0.5285739898681641,0.5283355712890625,0.5285739898681641,0.5908012390136719,0.5631446838378906,0.5571842193603516 +"(1000, 1000)",0.5,1000,1000,cpu,homo,float,False,0.1666545867919922,0.16760826110839844,0.14400482177734375,0.1621246337890625,0.1666545867919922,0.15735626220703125,0.16427040100097656,0.16355514526367188,0.2658367156982422,0.28824806213378906,0.6401538848876953,0.6058216094970703,0.591278076171875,0.6129741668701172,0.6108283996582031,0.6108283996582031,0.6015300750732422,0.6022453308105469,0.6422996520996094,0.5910396575927734 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,True,0.06818771362304688,0.06771087646484375,0.06747245788574219,0.06771087646484375,0.06723403930664062,0.06771087646484375,0.06723403930664062,0.06651878356933594,0.06651878356933594,0.06699562072753906,0.5691051483154297,0.7112026214599609,0.5803108215332031,0.7126331329345703,0.6082057952880859,0.7066726684570312,0.8404254913330078,0.8692741394042969,0.8823871612548828,0.8780956268310547 +"(1000, 1000)",0.5,1000,1000,cpu,heter,float,False,0.16379356384277344,0.1735687255859375,0.19812583923339844,0.17213821411132812,0.14543533325195312,0.110626220703125,0.14734268188476562,0.14925003051757812,0.1499652862548828,0.1628398895263672,1.0335445404052734,1.0499954223632812,1.062631607055664,0.9863376617431641,0.7734298706054688,0.7774829864501953,3.289461135864258,0.7903575897216797,0.7731914520263672,0.7903575897216797 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,True,0.14090538024902344,0.14209747314453125,0.1385211944580078,0.13780593872070312,0.1380443572998047,0.1373291015625,0.13566017150878906,0.13637542724609375,0.13685226440429688,0.13709068298339844,1.3687610626220703,1.3685226440429688,1.3360977172851562,1.3740062713623047,1.371622085571289,1.3527870178222656,1.3725757598876953,1.3499259948730469,1.2905597686767578,1.3532638549804688 +"(1000, 2500)",0.5,1000,2500,cpu,homo,float,False,0.438690185546875,0.47469139099121094,0.4487037658691406,0.2968311309814453,0.32711029052734375,0.38743019104003906,0.38743019104003906,0.3540515899658203,0.3724098205566406,0.3368854522705078,1.3132095336914062,1.1560916900634766,1.1146068572998047,1.1227130889892578,1.1258125305175781,3.9060115814208984,1.1532306671142578,1.0194778442382812,0.7803440093994141,0.7684230804443359 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,True,0.18215179443359375,0.17642974853515625,0.17642974853515625,0.1773834228515625,0.17642974853515625,0.17523765563964844,0.17547607421875,0.17881393432617188,0.1862049102783203,0.17023086547851562,1.6398429870605469,1.6422271728515625,1.6622543334960938,1.6453266143798828,1.600027084350586,1.6553401947021484,1.5664100646972656,1.6512870788574219,1.5935897827148438,1.6770362854003906 +"(1000, 2500)",0.5,1000,2500,cpu,heter,float,False,0.3342628479003906,0.3368854522705078,0.32138824462890625,0.24366378784179688,0.3464221954345703,0.3428459167480469,0.3502368927001953,0.3247261047363281,0.3256797790527344,0.34928321838378906,1.6815662384033203,3.772735595703125,1.234292984008789,1.146078109741211,1.1515617370605469,1.1622905731201172,1.1539459228515625,1.1594295501708984,0.9634494781494141,0.820159912109375 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,True,0.2532005310058594,0.2646446228027344,0.24843215942382812,0.2498626708984375,0.2510547637939453,0.23818016052246094,0.2505779266357422,0.24056434631347656,0.23794174194335938,0.24819374084472656,2.569437026977539,2.5544166564941406,2.5796890258789062,2.534627914428711,2.4847984313964844,2.5238990783691406,2.498149871826172,2.4607181549072266,2.5453567504882812,2.569437026977539 +"(1000, 5000)",0.5,1000,5000,cpu,homo,float,False,0.5686283111572266,0.5183219909667969,0.5559921264648438,0.522613525390625,0.5376338958740234,0.5054473876953125,0.5097389221191406,0.5218982696533203,0.5142688751220703,0.5092620849609375,1.7087459564208984,1.6942024230957031,1.7039775848388672,1.5382766723632812,1.1394023895263672,1.2390613555908203,1.1374950408935547,1.1336803436279297,2.434968948364258,1.1878013610839844 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,True,0.3104209899902344,0.3120899200439453,0.30684471130371094,0.30732154846191406,0.30803680419921875,0.30803680419921875,0.3123283386230469,0.3135204315185547,0.3039836883544922,0.3044605255126953,2.9747486114501953,2.913951873779297,3.0133724212646484,3.0498504638671875,3.0095577239990234,3.1151771545410156,3.049612045288086,2.991199493408203,2.9022693634033203,3.153562545776367 +"(1000, 5000)",0.5,1000,5000,cpu,heter,float,False,0.5171298980712891,0.518798828125,0.5409717559814453,0.5567073822021484,0.2779960632324219,0.5357265472412109,0.5228519439697266,0.5562305450439453,0.2677440643310547,0.5328655242919922,2.1648406982421875,2.1407604217529297,2.1681785583496094,1.7087459564208984,1.4896392822265625,2.863168716430664,1.485586166381836,1.519918441772461,1.4882087707519531,1.0526180267333984 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,True,0.43964385986328125,0.4553794860839844,0.45299530029296875,0.4508495330810547,0.4677772521972656,0.4420280456542969,0.46133995056152344,0.4489421844482422,0.45561790466308594,0.4489421844482422,4.916667938232422,5.118608474731445,5.177021026611328,4.989385604858398,5.042076110839844,5.1059722900390625,5.02467155456543,4.974365234375,5.146980285644531,5.128622055053711 +"(1000, 10000)",0.5,1000,10000,cpu,homo,float,False,0.9095668792724609,0.9181499481201172,1.0008811950683594,0.9369850158691406,0.9253025054931641,0.9207725524902344,0.9832382202148438,0.9932518005371094,0.9531974792480469,0.8792877197265625,2.09808349609375,3.413677215576172,2.2115707397460938,2.0978450775146484,1.5530586242675781,1.4736652374267578,1.4176368713378906,1.466989517211914,1.470327377319336,1.5425682067871094 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,True,0.6084442138671875,0.61798095703125,0.6058216094970703,0.5998611450195312,0.5879402160644531,0.5943775177001953,0.5939006805419922,0.6270408630371094,0.6058216094970703,0.6034374237060547,6.0901641845703125,6.209850311279297,6.275653839111328,6.1855316162109375,6.251811981201172,6.179094314575195,6.2923431396484375,6.203889846801758,6.196022033691406,6.098270416259766 +"(1000, 10000)",0.5,1000,10000,cpu,heter,float,False,0.885009765625,0.9174346923828125,0.8969306945800781,0.8983612060546875,0.8957386016845703,0.8537769317626953,0.8828639984130859,0.8687973022460938,0.9782314300537109,1.0039806365966797,3.0395984649658203,2.1686553955078125,2.051115036010742,2.024412155151367,2.040386199951172,3.008127212524414,1.9478797912597656,2.0537376403808594,1.941680908203125,2.056598663330078 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,True,1.1241436004638672,1.1463165283203125,1.081705093383789,1.1436939239501953,1.0979175567626953,1.0938644409179688,1.0845661163330078,1.0876655578613281,1.0857582092285156,1.1034011840820312,12.549877166748047,12.937068939208984,12.720823287963867,12.73345947265625,12.946367263793945,13.030290603637695,12.932062149047852,12.907743453979492,12.873411178588867,12.919902801513672 +"(1000, 25000)",0.5,1000,25000,cpu,homo,float,False,2.0020008087158203,2.065420150756836,1.9299983978271484,2.040386199951172,2.055644989013672,1.9671916961669922,1.783132553100586,2.02178955078125,1.9512176513671875,2.0990371704101562,4.17637825012207,3.2989978790283203,3.2148361206054688,3.3109188079833984,3.2432079315185547,4.194736480712891,3.323078155517578,3.318309783935547,3.3338069915771484,3.3066272735595703 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,True,1.453399658203125,1.4219284057617188,1.4462471008300781,1.4352798461914062,1.3606548309326172,1.4495849609375,1.41143798828125,1.356363296508789,1.3561248779296875,1.4319419860839844,15.723228454589844,15.678644180297852,15.67697525024414,15.712261199951172,15.727043151855469,15.798568725585938,15.787601470947266,15.731096267700195,15.731573104858398,15.636682510375977 +"(1000, 25000)",0.5,1000,25000,cpu,heter,float,False,2.2165775299072266,2.2208690643310547,2.2039413452148438,2.295255661010742,2.3043155670166016,1.743316650390625,2.2764205932617188,2.2170543670654297,2.2356510162353516,2.359628677368164,4.791259765625,5.843400955200195,4.753589630126953,4.798412322998047,5.618810653686523,4.718780517578125,4.723072052001953,5.481243133544922,4.881858825683594,4.802227020263672 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,True,1.5974044799804688,1.5947818756103516,1.605987548828125,1.6131401062011719,1.5299320220947266,1.626729965209961,1.5995502471923828,1.5592575073242188,1.6112327575683594,1.6324520111083984,19.549131393432617,19.28544044494629,19.29640769958496,19.364356994628906,19.456863403320312,19.368648529052734,19.3631649017334,19.51003074645996,19.522905349731445,19.495248794555664 +"(1000, 37500)",0.5,1000,37500,cpu,homo,float,False,2.9878616333007812,2.802610397338867,2.7666091918945312,3.381013870239258,2.927541732788086,2.938985824584961,1.8620491027832031,3.0977725982666016,3.094196319580078,3.113985061645508,4.998445510864258,4.856109619140625,106.01186752319336,64.31007385253906,8.630752563476562,73.64225387573242,96.1618423461914,130.22613525390625,12.43448257446289,8.014678955078125 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,True,2.222299575805664,2.176523208618164,2.225160598754883,2.149343490600586,2.1905899047851562,2.09808349609375,2.1295547485351562,2.1028518676757812,2.084493637084961,2.134561538696289,23.820877075195312,24.022579193115234,23.973464965820312,23.852109909057617,24.07670021057129,24.163484573364258,24.06454086303711,23.914813995361328,24.03402328491211,24.019241333007812 +"(1000, 37500)",0.5,1000,37500,cpu,heter,float,False,3.3011436462402344,3.302335739135742,3.259897232055664,3.3464431762695312,3.3097267150878906,3.2885074615478516,3.383159637451172,2.494335174560547,2.3953914642333984,2.2907257080078125,8.281230926513672,7.224082946777344,8.51750373840332,7.382869720458984,8.181571960449219,7.22503662109375,7.966279983520508,7.266759872436523,7.110357284545898,7.9059600830078125 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,True,2.0904541015625,2.111196517944336,2.012491226196289,2.1224021911621094,2.099275588989258,2.0706653594970703,2.220630645751953,2.657175064086914,2.0706653594970703,2.0749568939208984,26.278972625732422,26.299476623535156,26.154279708862305,26.599645614624023,25.93994140625,26.355266571044922,26.044368743896484,26.31378173828125,26.283979415893555,26.243209838867188 +"(1000, 50000)",0.5,1000,50000,cpu,homo,float,False,3.8652420043945312,3.854990005493164,3.8368701934814453,4.122018814086914,3.1375885009765625,3.108978271484375,3.4589767456054688,4.144430160522461,4.068136215209961,3.618001937866211,6.351947784423828,7.36546516418457,6.429910659790039,7.234096527099609,6.592512130737305,6.330251693725586,7.51948356628418,6.339073181152344,6.337404251098633,7.149219512939453 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,True,2.8557777404785156,2.895355224609375,2.830982208251953,2.7818679809570312,2.794981002807617,2.8269290924072266,2.8345584869384766,2.878904342651367,2.8259754180908203,2.848386764526367,32.33528137207031,32.61232376098633,32.62925148010254,32.63545036315918,32.56106376647949,32.49311447143555,32.48929977416992,32.44495391845703,32.610177993774414,32.4091911315918 +"(1000, 50000)",0.5,1000,50000,cpu,heter,float,False,4.040718078613281,3.9937496185302734,3.755331039428711,4.058122634887695,4.306793212890625,4.343986511230469,4.303216934204102,4.296779632568359,4.421234130859375,4.1446685791015625,11.007547378540039,9.462356567382812,10.635852813720703,10.585546493530273,9.465456008911133,10.527610778808594,9.536027908325195,11.03067398071289,10.671377182006836,9.461641311645508 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,True,0.3879070281982422,0.38695335388183594,0.40841102600097656,0.39076805114746094,0.38361549377441406,0.38313865661621094,0.38361549377441406,0.40149688720703125,0.3879070281982422,0.3859996795654297,1.2297630310058594,1.2660026550292969,1.3225078582763672,1.2934207916259766,1.3318061828613281,1.3201236724853516,1.3232231140136719,1.3279914855957031,1.3239383697509766,1.2385845184326172 +"(2500, 1000)",0.5,2500,1000,cpu,homo,float,False,0.1842975616455078,0.20170211791992188,0.1862049102783203,0.20694732666015625,0.2505779266357422,0.1933574676513672,0.23317337036132812,0.20432472229003906,0.1957416534423828,0.18644332885742188,1.5687942504882812,1.2958049774169922,1.251220703125,1.2805461883544922,0.8711814880371094,0.8859634399414062,0.8528232574462891,0.8533000946044922,0.850677490234375,0.8406639099121094 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,True,0.1480579376220703,0.14925003051757812,0.14662742614746094,0.148773193359375,0.1480579376220703,0.1366138458251953,0.1347064971923828,0.13685226440429688,0.1342296600341797,0.1361370086669922,1.5864372253417969,1.6207695007324219,1.5904903411865234,1.5368461608886719,1.5411376953125,1.621246337890625,1.560211181640625,1.6074180603027344,1.6121864318847656,1.6641616821289062 +"(2500, 1000)",0.5,2500,1000,cpu,heter,float,False,0.20766258239746094,0.1971721649169922,0.186920166015625,0.2014636993408203,0.18525123596191406,0.2655982971191406,0.1933574676513672,0.19431114196777344,0.17714500427246094,0.1971721649169922,1.4691352844238281,1.1844635009765625,1.16729736328125,3.2196044921875,1.1920928955078125,1.1720657348632812,1.2028217315673828,1.0075569152832031,0.8497238159179688,0.8525848388671875 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,True,0.30112266540527344,0.28634071350097656,0.2856254577636719,0.2868175506591797,0.2875328063964844,0.2868175506591797,0.2849102020263672,0.2849102020263672,0.2849102020263672,0.28395652770996094,3.155231475830078,3.141164779663086,3.137826919555664,3.0171871185302734,3.0622482299804688,3.0717849731445312,3.1142234802246094,3.210306167602539,3.2045841217041016,3.039121627807617 +"(2500, 2500)",0.5,2500,2500,cpu,homo,float,False,0.3135204315185547,0.2949237823486328,0.34809112548828125,0.33783912658691406,0.3025531768798828,0.30994415283203125,0.3154277801513672,0.30994415283203125,0.3490447998046875,0.308990478515625,1.901388168334961,1.9364356994628906,1.4486312866210938,1.294851303100586,1.2974739074707031,1.291036605834961,1.3039112091064453,1.323699951171875,1.28936767578125,1.1715888977050781 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,True,0.3657341003417969,0.36454200744628906,0.36454200744628906,0.36406517028808594,0.36454200744628906,0.3643035888671875,0.3612041473388672,0.3466606140136719,0.347137451171875,0.39577484130859375,3.9958953857421875,3.8232803344726562,3.9184093475341797,3.823995590209961,3.953695297241211,3.847837448120117,3.846883773803711,3.784656524658203,3.934621810913086,3.938436508178711 +"(2500, 2500)",0.5,2500,2500,cpu,heter,float,False,0.3154277801513672,0.29921531677246094,0.31185150146484375,0.3859996795654297,0.32019615173339844,0.308990478515625,0.3445148468017578,0.3368854522705078,0.3037452697753906,0.3173351287841797,2.5501251220703125,2.1750926971435547,1.7468929290771484,1.7175674438476562,1.7313957214355469,2.6030540466308594,2.086162567138672,1.2161731719970703,1.2743473052978516,1.3401508331298828 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,True,0.5114078521728516,0.5066394805908203,0.5085468292236328,0.5104541778564453,0.5064010620117188,0.5180835723876953,0.6136894226074219,1.613616943359375,1.5575885772705078,1.6107559204101562,5.802154541015625,5.884647369384766,6.066799163818359,6.111621856689453,6.078004837036133,6.101131439208984,6.168365478515625,6.101369857788086,6.098031997680664,6.125450134277344 +"(2500, 5000)",0.5,2500,5000,cpu,homo,float,False,0.6270408630371094,0.5044937133789062,0.5087852478027344,0.48470497131347656,0.6122589111328125,0.6182193756103516,0.7812976837158203,0.5807876586914062,0.6008148193359375,0.5576610565185547,3.0257701873779297,3.5088062286376953,2.4814605712890625,2.3806095123291016,1.7323493957519531,1.7323493957519531,1.7685890197753906,1.7249584197998047,2.6717185974121094,1.7218589782714844 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,True,0.6811618804931641,0.6210803985595703,0.6985664367675781,0.6196498870849609,0.6928443908691406,0.6146430969238281,0.6923675537109375,0.6148815155029297,0.6916522979736328,0.6313323974609375,7.700443267822266,7.338762283325195,7.610559463500977,7.414102554321289,7.512807846069336,7.533073425292969,7.427453994750977,7.57288932800293,7.436990737915039,7.622003555297852 +"(2500, 5000)",0.5,2500,5000,cpu,heter,float,False,0.8342266082763672,0.5581378936767578,0.560760498046875,0.5228519439697266,0.5216598510742188,0.6508827209472656,0.5192756652832031,0.5459785461425781,0.5438327789306641,0.6399154663085938,3.3006668090820312,2.4187564849853516,3.405332565307617,2.4232864379882812,2.442598342895508,2.5053024291992188,2.444028854370117,2.4225711822509766,3.2541751861572266,2.4917125701904297 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,True,0.8974075317382812,0.8935928344726562,0.8864402770996094,0.8852481842041016,0.8807182312011719,0.9067058563232422,0.91552734375,0.8869171142578125,0.9093284606933594,0.8971691131591797,12.12930679321289,12.31241226196289,12.251615524291992,12.21013069152832,12.219429016113281,12.272119522094727,12.318611145019531,12.082815170288086,12.271881103515625,12.345075607299805 +"(2500, 10000)",0.5,2500,10000,cpu,homo,float,False,0.9012222290039062,0.9334087371826172,0.8931159973144531,0.8945465087890625,1.1906623840332031,0.9937286376953125,1.2483596801757812,0.9176731109619141,0.8947849273681641,0.8995532989501953,3.4699440002441406,4.398584365844727,3.2744407653808594,3.296375274658203,3.2923221588134766,3.2134056091308594,4.1484832763671875,3.287076950073242,3.289937973022461,3.286600112915039 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,True,1.325368881225586,1.260995864868164,1.2824535369873047,1.2412071228027344,1.249551773071289,1.222848892211914,1.2485980987548828,1.2502670288085938,1.2328624725341797,1.2133121490478516,15.254735946655273,15.489339828491211,15.560150146484375,15.360593795776367,15.21754264831543,15.208721160888672,15.199899673461914,15.343666076660156,15.39921760559082,15.146255493164062 +"(2500, 10000)",0.5,2500,10000,cpu,heter,float,False,1.043081283569336,1.0364055633544922,1.0216236114501953,0.9746551513671875,0.965118408203125,1.272439956665039,0.9491443634033203,0.9191036224365234,0.9450912475585938,1.2664794921875,4.797935485839844,4.790306091308594,4.761219024658203,5.480289459228516,4.865169525146484,4.775524139404297,5.522251129150391,4.726171493530273,4.747867584228516,4.760265350341797 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,True,2.478361129760742,2.3813247680664062,2.8274059295654297,2.5222301483154297,2.4442672729492188,2.4645328521728516,2.2974014282226562,2.4116039276123047,2.4003982543945312,2.8307437896728516,33.609867095947266,33.64992141723633,33.70046615600586,33.76936912536621,33.681392669677734,34.073591232299805,33.66875648498535,33.36977958679199,33.30111503601074,32.87172317504883 +"(2500, 25000)",0.5,2500,25000,cpu,homo,float,False,2.1817684173583984,2.1872520446777344,2.1004676818847656,2.1262168884277344,2.1605491638183594,2.0995140075683594,2.1347999572753906,2.360105514526367,3.0722618103027344,2.4063587188720703,9.032249450683594,7.965326309204102,8.667945861816406,7.978916168212891,8.963584899902344,7.977724075317383,8.881807327270508,8.280277252197266,8.789539337158203,7.895946502685547 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,True,3.527402877807617,3.506183624267578,3.3800601959228516,3.3097267150878906,3.464221954345703,3.4716129302978516,3.3524036407470703,3.4220218658447266,3.3936500549316406,3.3800601959228516,40.00139236450195,39.9017333984375,40.093183517456055,39.86001014709473,39.53433036804199,40.49229621887207,39.54458236694336,39.69287872314453,39.641618728637695,39.501190185546875 +"(2500, 25000)",0.5,2500,25000,cpu,heter,float,False,3.1142234802246094,3.2172203063964844,2.3622512817382812,2.909421920776367,2.3009777069091797,2.3453235626220703,2.271890640258789,2.3834705352783203,2.3376941680908203,2.5207996368408203,13.538837432861328,13.515949249267578,13.579845428466797,12.018203735351562,13.347864151000977,13.549089431762695,13.574361801147461,12.023448944091797,13.360738754272461,13.001680374145508 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,True,3.948688507080078,3.709554672241211,3.8704872131347656,3.8852691650390625,3.9658546447753906,3.8068294525146484,3.790140151977539,3.9670467376708984,3.8843154907226562,3.888368606567383,48.89225959777832,48.711538314819336,48.77114295959473,49.30400848388672,49.48282241821289,49.32570457458496,49.20506477355957,49.477577209472656,49.5295524597168,49.23701286315918 +"(2500, 37500)",0.5,2500,37500,cpu,homo,float,False,4.681825637817383,3.2689571380615234,4.730701446533203,3.262758255004883,3.1685829162597656,4.459619522094727,3.8852691650390625,4.360198974609375,3.2434463500976562,3.240346908569336,13.417959213256836,12.966394424438477,12.235164642333984,13.087272644042969,13.345003128051758,13.336181640625,12.053251266479492,13.162851333618164,12.858390808105469,13.154745101928711 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,True,5.351543426513672,12.701272964477539,6.7501068115234375,5.253076553344727,5.274057388305664,5.232572555541992,5.228996276855469,6.050348281860352,5.686044692993164,5.301713943481445,60.198307037353516,59.76581573486328,59.90958213806152,60.06455421447754,60.280799865722656,60.582637786865234,60.047149658203125,60.30416488647461,60.43577194213867,60.98771095275879 +"(2500, 37500)",0.5,2500,37500,cpu,heter,float,False,3.47137451171875,4.965066909790039,3.564119338989258,3.421783447265625,3.4148693084716797,3.8487911224365234,3.4949779510498047,3.4646987915039062,3.4782886505126953,4.773378372192383,19.137144088745117,19.132375717163086,19.0887451171875,19.239425659179688,19.54054832458496,20.557641983032227,18.961191177368164,19.75846290588379,23.180246353149414,19.30999755859375 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,True,5.479335784912109,5.650043487548828,5.583286285400391,5.335092544555664,5.42140007019043,5.340814590454102,5.220174789428711,5.273342132568359,5.296230316162109,5.257606506347656,67.23785400390625,66.85781478881836,68.04156303405762,68.96257400512695,68.85051727294922,68.77923011779785,67.71039962768555,67.28672981262207,66.88594818115234,66.79224967956543 +"(2500, 50000)",0.5,2500,50000,cpu,homo,float,False,2.5742053985595703,4.115581512451172,4.157066345214844,3.9975643157958984,3.651857376098633,4.2133331298828125,3.818035125732422,3.9229393005371094,3.6652088165283203,3.7696361541748047,18.98646354675293,114.5009994506836,166.49460792541504,165.84205627441406,152.47726440429688,113.1136417388916,119.63319778442383,162.70971298217773,119.81463432312012,162.60337829589844 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,True,7.007837295532227,6.889581680297852,7.047414779663086,6.877422332763672,6.964921951293945,6.85572624206543,6.924629211425781,7.0590972900390625,6.842374801635742,6.93202018737793,83.19807052612305,83.33158493041992,81.97808265686035,82.80539512634277,82.26370811462402,82.92841911315918,83.08887481689453,82.45062828063965,83.03642272949219,82.67807960510254 +"(2500, 50000)",0.5,2500,50000,cpu,heter,float,False,4.164695739746094,4.357576370239258,4.415035247802734,6.259918212890625,4.441976547241211,5.318403244018555,4.508018493652344,5.17582893371582,4.639148712158203,4.4384002685546875,24.442195892333984,26.26490592956543,25.973081588745117,25.98404884338379,25.2072811126709,26.498794555664062,24.676084518432617,25.396347045898438,25.04110336303711,26.161670684814453 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,True,0.2090930938720703,0.2086162567138672,0.20623207092285156,0.2052783966064453,0.2067089080810547,0.22840499877929688,0.2090930938720703,0.20551681518554688,0.23031234741210938,0.22864341735839844,2.5386810302734375,2.5420188903808594,2.5475025177001953,2.5339126586914062,2.5866031646728516,2.5491714477539062,2.5370121002197266,2.544879913330078,2.5451183319091797,2.5529861450195312 +"(5000, 1000)",0.5,5000,1000,cpu,homo,float,False,0.27251243591308594,0.2601146697998047,0.34499168395996094,0.31757354736328125,0.2739429473876953,0.29468536376953125,0.29587745666503906,0.24008750915527344,0.26488304138183594,0.2601146697998047,72.46637344360352,57.034969329833984,0.8573532104492188,0.8311271667480469,0.8156299591064453,35.28141975402832,0.8699893951416016,0.8423328399658203,1.912832260131836,0.8580684661865234 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,True,0.28443336486816406,0.26488304138183594,0.2682209014892578,0.2779960632324219,0.2675056457519531,0.26416778564453125,0.26702880859375,0.26297569274902344,0.2658367156982422,0.26226043701171875,3.792285919189453,2.999544143676758,3.0069351196289062,2.9709339141845703,2.9015541076660156,2.965688705444336,3.025531768798828,3.0052661895751953,3.0248165130615234,3.005504608154297 +"(5000, 1000)",0.5,5000,1000,cpu,heter,float,False,0.25463104248046875,0.2434253692626953,0.26226043701171875,0.2510547637939453,0.25010108947753906,0.27871131896972656,0.2429485321044922,0.2453327178955078,0.2589225769042969,0.25177001953125,1.119852066040039,1.1026859283447266,1.1322498321533203,2.542734146118164,1.1358261108398438,1.1131763458251953,1.1327266693115234,1.0986328125,1.1129379272460938,1.2366771697998047 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,True,0.7140636444091797,0.7104873657226562,0.7078647613525391,0.7066726684570312,0.705718994140625,0.7121562957763672,0.7052421569824219,0.7078647613525391,0.7638931274414062,0.7653236389160156,6.077051162719727,6.21795654296875,6.113767623901367,6.071329116821289,6.285190582275391,6.078958511352539,6.175518035888672,6.109714508056641,5.976200103759766,6.066560745239258 +"(5000, 2500)",0.5,5000,2500,cpu,homo,float,False,0.4315376281738281,0.3657341003417969,0.36597251892089844,0.3619194030761719,0.3516674041748047,0.3533363342285156,0.3345012664794922,0.484466552734375,0.37407875061035156,0.4851818084716797,2.7856826782226562,1.6758441925048828,1.6679763793945312,1.6889572143554688,3.512144088745117,1.7070770263671875,1.6579627990722656,2.765178680419922,1.7113685607910156,1.6510486602783203 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,True,0.6966590881347656,0.6144046783447266,0.6794929504394531,0.5617141723632812,0.6892681121826172,0.6051063537597656,0.67138671875,0.6508827209472656,0.675201416015625,0.6084442138671875,7.738590240478516,7.717132568359375,7.599115371704102,7.581949234008789,7.613897323608398,7.663726806640625,7.627725601196289,7.517576217651367,7.63249397277832,7.580995559692383 +"(5000, 2500)",0.5,5000,2500,cpu,heter,float,False,0.33783912658691406,0.3867149353027344,0.3838539123535156,0.3535747528076172,0.347137451171875,0.4820823669433594,0.3502368927001953,0.3561973571777344,0.34546852111816406,0.35643577575683594,2.83050537109375,4.638910293579102,2.398967742919922,2.38037109375,2.364635467529297,2.398967742919922,2.3260116577148438,3.3626556396484375,2.3412704467773438,2.339601516723633 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,True,1.018524169921875,0.9429454803466797,0.8862018585205078,0.8482933044433594,0.8854866027832031,0.8931159973144531,0.9007453918457031,0.8490085601806641,0.8897781372070312,0.8893013000488281,11.975526809692383,12.167692184448242,12.069463729858398,12.195110321044922,12.126684188842773,12.016773223876953,11.841535568237305,12.143135070800781,11.998891830444336,11.998414993286133 +"(5000, 5000)",0.5,5000,5000,cpu,homo,float,False,0.6649494171142578,0.5228519439697266,0.5736351013183594,0.8862018585205078,0.6153583526611328,0.6344318389892578,0.7700920104980469,0.8594989776611328,0.6544589996337891,0.5886554718017578,3.2501220703125,3.2384395599365234,3.233194351196289,4.654407501220703,3.3020973205566406,3.2296180725097656,3.3257007598876953,3.2329559326171875,4.207849502563477,3.2892227172851562 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,True,1.149892807006836,1.1496543884277344,1.1429786682128906,1.1510848999023438,1.150369644165039,1.149892807006836,1.2090206146240234,1.155853271484375,1.1479854583740234,1.1439323425292969,14.53542709350586,14.87874984741211,14.808416366577148,14.915943145751953,14.90330696105957,14.703035354614258,14.935970306396484,14.816522598266602,15.185356140136719,15.077352523803711 +"(5000, 5000)",0.5,5000,5000,cpu,heter,float,False,0.6656646728515625,0.5586147308349609,0.6608963012695312,0.6670951843261719,0.9067058563232422,0.5707740783691406,0.7102489471435547,0.8220672607421875,0.7834434509277344,0.7481575012207031,4.810810089111328,4.744291305541992,4.646062850952148,6.05320930480957,4.687786102294922,4.741668701171875,5.4531097412109375,4.668951034545898,31.630754470825195,4.807233810424805 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,True,1.7948150634765625,1.7306804656982422,1.7714500427246094,1.7161369323730469,1.722097396850586,1.7483234405517578,1.756906509399414,1.7638206481933594,1.796722412109375,1.8010139465332031,24.382829666137695,24.55735206604004,24.5058536529541,24.46722984313965,24.455547332763672,24.052143096923828,24.37734603881836,24.045467376708984,24.352550506591797,23.98204803466797 +"(5000, 10000)",0.5,5000,10000,cpu,homo,float,False,0.9493827819824219,0.9894371032714844,1.2540817260742188,1.256704330444336,1.2238025665283203,1.2967586517333984,1.1065006256103516,0.9114742279052734,1.3549327850341797,0.9713172912597656,6.459712982177734,7.354021072387695,6.384372711181641,7.008075714111328,6.446361541748047,6.476402282714844,7.0037841796875,6.411552429199219,7.225275039672852,6.428718566894531 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,True,2.4385452270507812,2.5238990783691406,2.6369094848632812,2.637624740600586,2.5501251220703125,2.5751590728759766,2.4797916412353516,2.5081634521484375,2.5496482849121094,2.5670528411865234,31.303882598876953,31.118392944335938,31.37803077697754,31.073331832885742,31.033992767333984,30.84731101989746,31.05473518371582,31.12936019897461,31.1734676361084,30.81202507019043 +"(5000, 10000)",0.5,5000,10000,cpu,heter,float,False,1.5380382537841797,1.3108253479003906,1.3110637664794922,1.2922286987304688,1.4030933380126953,1.619100570678711,1.374959945678711,1.6698837280273438,1.4147758483886719,1.1963844299316406,51.413536071777344,37.59598731994629,78.71437072753906,21.071910858154297,10.562419891357422,9.667634963989258,10.732173919677734,9.31859016418457,35.48622131347656,10.539054870605469 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,True,5.101919174194336,5.039453506469727,5.023002624511719,4.959583282470703,5.006074905395508,16.335487365722656,10.896444320678711,7.443904876708984,6.085634231567383,5.234956741333008,66.12992286682129,66.54191017150879,66.2696361541748,66.3914680480957,65.74702262878418,65.54031372070312,87.7997875213623,64.27216529846191,65.35911560058594,65.84739685058594 +"(5000, 25000)",0.5,5000,25000,cpu,homo,float,False,3.672361373901367,2.942800521850586,3.377676010131836,3.296375274658203,3.4546852111816406,2.9878616333007812,3.119230270385742,3.1981468200683594,3.4248828887939453,2.6483535766601562,17.162561416625977,17.29893684387207,17.103195190429688,52.396535873413086,109.12156105041504,23.27418327331543,17.356157302856445,17.5933837890625,17.32945442199707,17.19975471496582 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,True,6.860256195068359,6.684064865112305,6.741762161254883,6.777763366699219,6.762027740478516,6.788015365600586,8.996009826660156,20.52760124206543,11.868953704833984,8.563518524169922,80.43861389160156,80.38806915283203,79.81753349304199,79.76078987121582,79.86736297607422,79.98871803283691,80.08193969726562,80.38997650146484,80.33299446105957,79.9870491027832 +"(5000, 25000)",0.5,5000,25000,cpu,heter,float,False,3.5839080810546875,3.4329891204833984,3.2074451446533203,3.500223159790039,3.161191940307617,3.3168792724609375,3.448009490966797,3.3767223358154297,3.6211013793945312,3.1685829162597656,24.588346481323242,25.6497859954834,24.611473083496094,26.174545288085938,25.907278060913086,26.215553283691406,24.81842041015625,25.50220489501953,25.260210037231445,26.174306869506836 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,True,7.565975189208984,7.730960845947266,7.765769958496094,7.728338241577148,7.865428924560547,7.668018341064453,7.920503616333008,7.629871368408203,7.493257522583008,7.813453674316406,98.59395027160645,97.55229949951172,99.75314140319824,98.25634956359863,98.44827651977539,98.40202331542969,97.47004508972168,97.79214859008789,98.26087951660156,98.36077690124512 +"(5000, 37500)",0.5,5000,37500,cpu,homo,float,False,4.777431488037109,4.1103363037109375,4.337072372436523,4.408597946166992,4.440069198608398,3.666400909423828,4.296064376831055,4.099607467651367,3.6118030548095703,4.850864410400391,25.287628173828125,26.288747787475586,26.436567306518555,25.188684463500977,26.33810043334961,25.042057037353516,26.20697021484375,26.654958724975586,26.6571044921875,24.892330169677734 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,True,10.400772094726562,10.513544082641602,10.321617126464844,10.518789291381836,10.432958602905273,10.241031646728516,10.506153106689453,25.89869499206543,13.419866561889648,10.5133056640625,123.75521659851074,123.65150451660156,124.94683265686035,124.43351745605469,124.1908073425293,125.02717971801758,124.9232292175293,124.88222122192383,123.66366386413574,123.79002571105957 +"(5000, 37500)",0.5,5000,37500,cpu,heter,float,False,3.4079551696777344,3.8962364196777344,3.59344482421875,3.6783218383789062,4.548311233520508,5.036830902099609,4.533290863037109,3.7899017333984375,4.04047966003418,3.6771297454833984,38.26737403869629,37.364959716796875,37.52470016479492,37.08696365356445,37.42051124572754,37.75525093078613,37.19282150268555,37.153005599975586,37.24312782287598,37.62650489807129 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,True,10.492324829101562,10.232925415039062,10.48421859741211,10.410547256469727,10.492324829101562,10.453462600708008,10.446548461914062,10.404586791992188,10.56218147277832,10.434389114379883,133.84628295898438,133.74829292297363,134.95492935180664,134.68122482299805,132.75885581970215,133.10551643371582,133.12339782714844,131.95538520812988,133.070707321167,133.03780555725098 +"(5000, 50000)",0.5,5000,50000,cpu,homo,float,False,5.062341690063477,5.361795425415039,4.499197006225586,4.266262054443359,3.832101821899414,6.129741668701172,4.7321319580078125,4.723072052001953,4.209041595458984,4.21452522277832,66.12253189086914,164.26515579223633,82.95345306396484,35.36248207092285,59.60440635681152,34.067392349243164,36.15736961364746,82.94153213500977,85.71624755859375,43.45297813415527 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,True,17.949819564819336,14.342308044433594,14.330625534057617,14.086246490478516,13.907432556152344,14.338970184326172,14.248132705688477,14.394521713256836,14.408349990844727,14.38593864440918,168.2124137878418,168.72596740722656,167.11878776550293,166.18061065673828,166.78166389465332,166.49818420410156,166.19205474853516,167.4802303314209,166.46766662597656,166.23258590698242 +"(5000, 50000)",0.5,5000,50000,cpu,heter,float,False,6.171703338623047,5.955934524536133,5.968332290649414,5.3577423095703125,6.503820419311523,6.484508514404297,4.523038864135742,5.768299102783203,7.232427597045898,5.45048713684082,191.37310981750488,95.11661529541016,174.2541790008545,54.48627471923828,53.7877082824707,61.76924705505371,51.80215835571289,137.9532814025879,168.30873489379883,96.57096862792969 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,True,0.7476806640625,0.8051395416259766,0.7536411285400391,0.7472038269042969,0.7448196411132812,0.7588863372802734,0.7472038269042969,0.7545948028564453,0.6256103515625,0.4954338073730469,4.934787750244141,4.935979843139648,4.932880401611328,4.927635192871094,4.956722259521484,4.940509796142578,4.927635192871094,4.9381256103515625,4.851818084716797,4.937410354614258 +"(10000, 1000)",0.5,10000,1000,cpu,homo,float,False,0.3788471221923828,0.3609657287597656,0.3237724304199219,0.29158592224121094,0.28705596923828125,0.3142356872558594,0.2932548522949219,0.2999305725097656,0.3001689910888672,0.339508056640625,1.4519691467285156,1.455545425415039,1.451730728149414,1.4536380767822266,1.4483928680419922,1.4450550079345703,2.518177032470703,1.4498233795166016,1.458883285522461,1.444101333618164 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,True,0.48422813415527344,0.4832744598388672,0.48232078552246094,0.48470497131347656,0.4837512969970703,0.48232078552246094,0.5049705505371094,0.4935264587402344,0.4839897155761719,0.46753883361816406,6.119966506958008,6.14619255065918,6.1168670654296875,6.108522415161133,6.125926971435547,6.119489669799805,6.10804557800293,6.104230880737305,6.115913391113281,6.07752799987793 +"(10000, 1000)",0.5,10000,1000,cpu,heter,float,False,0.3440380096435547,0.34427642822265625,0.3020763397216797,0.2624988555908203,0.25582313537597656,0.26726722717285156,0.2849102020263672,0.3597736358642578,0.3261566162109375,0.2970695495605469,7.840394973754883,2.752542495727539,2.4940967559814453,2.0296573638916016,2.1817684173583984,2.0406246185302734,3.089427947998047,2.0837783813476562,2.0208358764648438,2.086162567138672 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,True,0.9267330169677734,0.8594989776611328,0.8919239044189453,0.8792877197265625,0.8676052093505859,0.8633136749267578,0.858306884765625,0.8771419525146484,0.8633136749267578,0.8575916290283203,12.326955795288086,12.146711349487305,12.121200561523438,12.479543685913086,12.308120727539062,12.134552001953125,12.215614318847656,12.412548065185547,12.260198593139648,11.989116668701172 +"(10000, 2500)",0.5,10000,2500,cpu,homo,float,False,0.38123130798339844,0.37550926208496094,0.3933906555175781,0.4150867462158203,0.5626678466796875,0.7317066192626953,0.6899833679199219,0.4162788391113281,0.40030479431152344,0.45943260192871094,3.215312957763672,3.228902816772461,3.3071041107177734,3.1135082244873047,4.32276725769043,3.107786178588867,3.1006336212158203,3.0999183654785156,3.098011016845703,4.311800003051758 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,True,1.1513233184814453,1.1410713195800781,1.1403560638427734,1.1513233184814453,1.1394023895263672,1.1386871337890625,1.1515617370605469,1.1479854583740234,1.1317729949951172,1.1477470397949219,15.481948852539062,15.476226806640625,15.46335220336914,15.338659286499023,15.232563018798828,15.190362930297852,15.285015106201172,15.408992767333984,15.392303466796875,15.472888946533203 +"(10000, 2500)",0.5,10000,2500,cpu,heter,float,False,0.4973411560058594,0.5397796630859375,0.5080699920654297,0.49948692321777344,0.5054473876953125,0.4894733428955078,0.6153583526611328,0.7338523864746094,1.2922286987304688,0.5578994750976562,138.95463943481445,4.797220230102539,5.517721176147461,4.483938217163086,4.451990127563477,4.441499710083008,5.265951156616211,4.447460174560547,4.452705383300781,5.452394485473633 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,True,1.809835433959961,1.6720294952392578,1.6627311706542969,1.6427040100097656,1.6705989837646484,1.6689300537109375,1.6715526580810547,1.7001628875732422,1.7495155334472656,1.7342567443847656,23.734092712402344,23.799419403076172,23.569583892822266,23.540019989013672,23.767709732055664,23.53644371032715,23.705482482910156,23.842334747314453,23.880481719970703,23.73337745666504 +"(10000, 5000)",0.5,10000,5000,cpu,homo,float,False,0.7112026214599609,0.7479190826416016,0.7066726684570312,0.7002353668212891,0.6959438323974609,0.69427490234375,0.8382797241210938,0.8966922760009766,0.8039474487304688,0.7894039154052734,6.987333297729492,6.494045257568359,6.256818771362305,6.949663162231445,6.258726119995117,7.160663604736328,6.3877105712890625,6.262063980102539,6.942272186279297,6.229400634765625 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,True,2.4738311767578125,2.758502960205078,2.5904178619384766,2.621889114379883,2.463102340698242,2.5131702423095703,2.521514892578125,2.6340484619140625,2.6586055755615234,2.638578414916992,31.250476837158203,30.9295654296875,30.85160255432129,30.480384826660156,30.084609985351562,30.45058250427246,31.33225440979004,31.52942657470703,31.473875045776367,31.607389450073242 +"(10000, 5000)",0.5,10000,5000,cpu,heter,float,False,0.7658004760742188,0.7641315460205078,0.7390975952148438,0.7593631744384766,0.8282661437988281,0.865936279296875,0.7927417755126953,0.7948875427246094,0.9353160858154297,0.9152889251708984,10.648727416992188,9.309768676757812,10.43701171875,10.15019416809082,10.69951057434082,32.30404853820801,10.713815689086914,9.266376495361328,87.76545524597168,100.66795349121094 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,True,3.864765167236328,3.762483596801758,3.874063491821289,3.705739974975586,3.7994384765625,3.8852691650390625,12.615442276000977,5.433797836303711,3.7469863891601562,3.6475658416748047,51.279306411743164,50.57382583618164,50.115108489990234,49.638986587524414,49.66020584106445,50.23026466369629,50.090789794921875,49.857139587402344,50.28223991394043,49.96442794799805 +"(10000, 10000)",0.5,10000,10000,cpu,homo,float,False,1.4541149139404297,1.4348030090332031,1.4448165893554688,1.415252685546875,1.3670921325683594,1.2340545654296875,1.3759136199951172,1.2829303741455078,1.3048648834228516,1.2814998626708984,14.63007926940918,13.229131698608398,15.794038772583008,31.320571899414062,17.38715171813965,25.249481201171875,14.338970184326172,12.664318084716797,14.541864395141602,14.510631561279297 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,True,5.099058151245117,5.360603332519531,5.25665283203125,5.166292190551758,5.705833435058594,5.269050598144531,5.183935165405273,5.347490310668945,5.118846893310547,5.110263824462891,62.78705596923828,62.964677810668945,63.26484680175781,63.72475624084473,64.26620483398438,64.28766250610352,64.12720680236816,64.5151138305664,65.02008438110352,64.8336410522461 +"(10000, 10000)",0.5,10000,10000,cpu,heter,float,False,1.3740062713623047,1.4002323150634766,1.4123916625976562,1.466989517211914,1.6872882843017578,1.4157295227050781,1.2471675872802734,1.238107681274414,1.2326240539550781,1.226663589477539,21.060943603515625,20.433425903320312,20.261526107788086,19.895315170288086,20.023822784423828,20.671606063842773,20.86663246154785,20.362377166748047,20.498037338256836,19.81663703918457 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,True,9.797334671020508,9.95492935180664,10.418176651000977,10.146379470825195,10.048866271972656,9.776115417480469,9.94110107421875,10.022878646850586,9.783744812011719,10.003328323364258,133.72492790222168,134.3705654144287,133.30817222595215,134.51409339904785,135.17284393310547,134.76228713989258,135.02144813537598,135.20026206970215,134.64856147766113,133.37969779968262 +"(10000, 25000)",0.5,10000,25000,cpu,homo,float,False,3.209829330444336,3.3121109008789062,2.83050537109375,2.433300018310547,2.596616744995117,2.5985240936279297,2.0647048950195312,1.9011497497558594,2.113819122314453,2.0096302032470703,33.69283676147461,34.10673141479492,37.003517150878906,33.88619422912598,34.18588638305664,33.985137939453125,33.820152282714844,33.99348258972168,33.88690948486328,33.9655876159668 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,True,13.58652114868164,13.403654098510742,13.397693634033203,13.517618179321289,13.619184494018555,13.436079025268555,13.341426849365234,13.473987579345703,13.548851013183594,13.511180877685547,163.36321830749512,163.09595108032227,162.48655319213867,162.28055953979492,162.24122047424316,165.0393009185791,166.14389419555664,162.86444664001465,163.21420669555664,163.1326675415039 +"(10000, 25000)",0.5,10000,25000,cpu,heter,float,False,3.385782241821289,2.3674964904785156,2.727031707763672,2.8128623962402344,2.90679931640625,2.2766590118408203,2.1390914916992188,2.694845199584961,2.062559127807617,1.9040107727050781,49.78013038635254,50.000905990600586,51.074981689453125,50.214290618896484,50.51231384277344,49.547433853149414,49.977779388427734,50.38738250732422,49.538612365722656,50.597190856933594 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,True,15.233039855957031,15.193462371826172,15.000104904174805,15.044927597045898,15.133380889892578,15.224456787109375,15.104532241821289,15.249252319335938,15.283584594726562,15.371084213256836,197.7865695953369,200.00720024108887,199.47290420532227,197.56269454956055,197.96156883239746,197.92914390563965,199.40543174743652,197.86572456359863,196.5022087097168,197.89552688598633 +"(10000, 37500)",0.5,10000,37500,cpu,homo,float,False,3.572702407836914,3.2482147216796875,3.9281845092773438,3.367900848388672,3.743410110473633,2.4945735931396484,2.513885498046875,2.4580955505371094,2.1636486053466797,2.4955272674560547,174.1960048675537,157.7765941619873,110.321044921875,145.22242546081543,50.005435943603516,50.65512657165527,50.29869079589844,51.24044418334961,50.40574073791504,52.973270416259766 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,True,20.730018615722656,20.45297622680664,20.461320877075195,20.650863647460938,20.38288116455078,20.335912704467773,20.621299743652344,20.337581634521484,20.87092399597168,20.273447036743164,247.60746955871582,246.6447353363037,250.63586235046387,251.6958713531494,250.0476837158203,251.16896629333496,252.90203094482422,252.38323211669922,249.55010414123535,251.1465549468994 +"(10000, 37500)",0.5,10000,37500,cpu,heter,float,False,4.654645919799805,3.4439563751220703,3.454923629760742,3.6602020263671875,2.8378963470458984,3.51715087890625,2.802610397338867,2.745389938354492,2.757549285888672,2.592325210571289,199.32126998901367,189.26095962524414,225.3725528717041,208.65869522094727,223.60706329345703,77.18944549560547,156.5859317779541,74.35035705566406,74.51748847961426,75.12784004211426 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,True,20.621061325073242,20.664215087890625,20.523786544799805,20.60723304748535,20.53546905517578,20.415067672729492,20.895719528198242,20.592451095581055,20.62368392944336,20.403385162353516,272.8424072265625,271.0890769958496,267.7915096282959,272.6609706878662,270.1098918914795,266.8642997741699,266.2181854248047,266.01552963256836,266.2038803100586,266.6149139404297 +"(10000, 50000)",0.5,10000,50000,cpu,homo,float,False,4.356861114501953,3.0257701873779297,2.989530563354492,3.1380653381347656,2.8657913208007812,2.819061279296875,2.737760543823242,2.51007080078125,2.337932586669922,2.907991409301758,90.5294418334961,67.57593154907227,67.1987533569336,66.94412231445312,75.0269889831543,66.72477722167969,65.99712371826172,66.18785858154297,67.08526611328125,66.26772880554199 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,True,27.655839920043945,27.744293212890625,27.512311935424805,27.597904205322266,27.535200119018555,30.182600021362305,27.61101722717285,27.429819107055664,27.657032012939453,27.75740623474121,336.9734287261963,334.0010643005371,332.1568965911865,332.78346061706543,333.6822986602783,332.95583724975586,332.43680000305176,335.27374267578125,331.2997817993164,330.37424087524414 +"(10000, 50000)",0.5,10000,50000,cpu,heter,float,False,3.9520263671875,4.114627838134766,3.359556198120117,3.3464431762695312,3.3731460571289062,3.449678421020508,4.264116287231445,3.565073013305664,3.4596920013427734,3.4530162811279297,135.3604793548584,257.749080657959,148.93388748168945,97.75090217590332,98.8004207611084,113.63601684570312,98.48475456237793,98.9985466003418,98.4351634979248,100.44646263122559 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,True,0.8838176727294922,0.9753704071044922,0.8904933929443359,1.0628700256347656,0.8790493011474609,1.0678768157958984,0.8847713470458984,1.0595321655273438,0.8704662322998047,1.0600090026855469,11.857986450195312,11.77215576171875,11.931419372558594,11.886835098266602,11.825323104858398,11.704206466674805,11.950969696044922,12.04371452331543,11.712789535522461,11.943340301513672 +"(25000, 1000)",0.5,25000,1000,cpu,homo,float,False,0.4374980926513672,0.4830360412597656,0.4210472106933594,0.3910064697265625,0.4723072052001953,0.4153251647949219,0.39076805114746094,0.40078163146972656,0.4394054412841797,0.41866302490234375,47.99389839172363,77.83126831054688,22.42302894592285,55.9382438659668,24.318218231201172,54.555654525756836,4.431247711181641,3.317117691040039,4.316568374633789,3.331422805786133 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,True,1.2121200561523438,1.222372055053711,1.1692047119140625,1.1608600616455078,1.0671615600585938,1.1875629425048828,1.1548995971679688,1.154184341430664,1.1556148529052734,1.1360645294189453,14.699935913085938,14.69731330871582,14.907360076904297,14.689922332763672,14.73546028137207,14.777898788452148,14.942407608032227,15.137672424316406,14.795541763305664,14.728784561157227 +"(25000, 1000)",0.5,25000,1000,cpu,heter,float,False,0.6005764007568359,0.5500316619873047,0.6344318389892578,0.5409717559814453,0.537872314453125,0.6034374237060547,0.6272792816162109,0.6649494171142578,0.6775856018066406,0.7476806640625,26.739835739135742,26.427030563354492,6.035804748535156,4.823207855224609,4.736185073852539,5.94639778137207,5.149602890014648,4.733085632324219,5.706310272216797,4.80198860168457 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,True,2.4220943450927734,2.179861068725586,2.183675765991211,2.335071563720703,5.1555633544921875,2.239704132080078,2.3081302642822266,2.3529529571533203,2.2258758544921875,2.3033618927001953,33.57219696044922,33.20503234863281,32.35316276550293,32.07731246948242,31.94260597229004,31.29410743713379,31.547069549560547,31.569719314575195,31.459808349609375,31.622648239135742 +"(25000, 2500)",0.5,25000,2500,cpu,homo,float,False,0.8845329284667969,0.8382797241210938,1.1386871337890625,1.3620853424072266,1.031637191772461,0.9858608245849609,0.9324550628662109,0.8864402770996094,0.8120536804199219,0.9462833404541016,7.580995559692383,8.563041687011719,7.909297943115234,8.351564407348633,7.666587829589844,10.06937026977539,7.568120956420898,8.67152214050293,7.495641708374023,8.438348770141602 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,True,3.033161163330078,2.8748512268066406,2.882242202758789,2.9213428497314453,2.978801727294922,3.001689910888672,2.963542938232422,3.704547882080078,3.062009811401367,3.1614303588867188,38.58757019042969,38.28692436218262,38.37847709655762,38.570404052734375,38.622140884399414,38.27047348022461,38.82455825805664,38.80167007446289,38.87009620666504,38.78355026245117 +"(25000, 2500)",0.5,25000,2500,cpu,heter,float,False,0.9400844573974609,1.0485649108886719,1.1563301086425781,1.1415481567382812,1.0347366333007812,0.9541511535644531,0.8921623229980469,0.8935928344726562,0.8740425109863281,0.8606910705566406,12.557268142700195,12.583732604980469,11.219024658203125,12.532234191894531,12.588262557983398,11.106252670288086,12.734651565551758,12.956857681274414,12.491226196289062,11.180400848388672 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,True,4.5413970947265625,4.257917404174805,4.423618316650391,4.180431365966797,4.258394241333008,4.319667816162109,4.408359527587891,4.314899444580078,4.34422492980957,4.395723342895508,60.71305274963379,61.48076057434082,61.33317947387695,61.06376647949219,61.06209754943848,61.075687408447266,61.16628646850586,60.87899208068848,61.23208999633789,61.28668785095215 +"(25000, 5000)",0.5,25000,5000,cpu,homo,float,False,1.5523433685302734,1.5854835510253906,1.5752315521240234,1.5485286712646484,2.0198822021484375,1.6303062438964844,1.5060901641845703,1.3194084167480469,1.3577938079833984,1.3051033020019531,16.570568084716797,16.648530960083008,18.794536590576172,16.727924346923828,16.59226417541504,16.724586486816406,16.921043395996094,16.480445861816406,16.52979850769043,16.516923904418945 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,True,5.827188491821289,5.836009979248047,5.9986114501953125,5.902528762817383,6.1626434326171875,5.90062141418457,5.871057510375977,5.916118621826172,5.948305130004883,5.967140197753906,78.6740779876709,78.95946502685547,78.67884635925293,77.41856575012207,76.86090469360352,77.00467109680176,77.54039764404297,77.2697925567627,77.1474838256836,77.92305946350098 +"(25000, 5000)",0.5,25000,5000,cpu,heter,float,False,1.9943714141845703,1.7445087432861328,1.7049312591552734,1.7168521881103516,1.4472007751464844,1.4586448669433594,1.4863014221191406,1.46484375,1.4603137969970703,1.4750957489013672,24.253368377685547,25.783777236938477,24.389982223510742,25.94780921936035,23.91815185546875,24.816513061523438,23.865461349487305,23.780107498168945,24.985790252685547,23.700714111328125 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,True,8.950233459472656,9.15217399597168,8.768796920776367,9.131431579589844,8.690834045410156,9.197473526000977,8.74471664428711,8.966207504272461,8.776426315307617,9.200811386108398,125.94103813171387,125.37765502929688,125.69284439086914,125.7636547088623,126.05500221252441,127.44379043579102,126.6171932220459,126.54876708984375,125.34642219543457,125.15425682067871 +"(25000, 10000)",0.5,25000,10000,cpu,homo,float,False,2.710103988647461,3.1571388244628906,2.2432804107666016,2.348184585571289,2.3686885833740234,2.2361278533935547,1.9707679748535156,2.0072460174560547,2.070903778076172,1.979827880859375,34.00707244873047,33.93197059631348,33.91599655151367,33.81228446960449,33.736467361450195,33.93697738647461,34.047842025756836,33.81800651550293,33.69593620300293,37.16683387756348 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,True,12.934207916259766,13.185977935791016,13.117790222167969,12.996435165405273,13.117790222167969,12.95614242553711,12.858152389526367,12.926578521728516,12.818574905395508,12.906551361083984,157.8660011291504,159.2121124267578,157.45830535888672,158.0207347869873,157.64164924621582,160.08496284484863,157.32383728027344,159.77048873901367,160.91012954711914,158.15067291259766 +"(25000, 10000)",0.5,25000,10000,cpu,heter,float,False,2.599000930786133,3.108501434326172,2.657651901245117,2.015352249145508,2.0041465759277344,2.1533966064453125,2.3195743560791016,1.9974708557128906,1.882791519165039,1.7061233520507812,49.09062385559082,72.97825813293457,49.864768981933594,48.22087287902832,49.784183502197266,50.806522369384766,49.02052879333496,48.96831512451172,48.89249801635742,52.16217041015625 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,True,24.945497512817383,24.631023406982422,25.476694107055664,24.93000030517578,50.60076713562012,24.946928024291992,32.294273376464844,24.77860450744629,24.58643913269043,24.6889591217041,334.7325325012207,328.9146423339844,324.7520923614502,327.44598388671875,326.5647888183594,323.29845428466797,326.6406059265137,326.22385025024414,327.1064758300781,328.1741142272949 +"(25000, 25000)",0.5,25000,25000,cpu,homo,float,False,4.4078826904296875,4.218578338623047,3.6072731018066406,3.570079803466797,3.7491321563720703,3.282785415649414,3.295421600341797,3.309965133666992,3.290891647338867,3.4008026123046875,241.5306568145752,248.5787868499756,255.7673454284668,242.5394058227539,257.213830947876,192.92593002319336,218.71209144592285,233.96635055541992,220.02840042114258,221.07648849487305 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,True,33.89620780944824,33.98871421813965,34.52944755554199,34.51991081237793,34.80052947998047,34.43455696105957,35.155534744262695,38.346290588378906,34.19971466064453,34.325361251831055,416.28384590148926,415.9202575683594,417.1299934387207,413.0275249481201,406.9359302520752,410.2647304534912,417.41323471069336,415.36617279052734,411.85450553894043,411.9834899902344 +"(25000, 25000)",0.5,25000,25000,cpu,heter,float,False,4.381656646728516,4.113435745239258,4.047870635986328,4.245281219482422,4.330635070800781,4.225492477416992,4.370689392089844,4.229307174682617,4.401922225952148,4.321098327636719,281.7995548248291,174.9439239501953,233.63757133483887,284.87610816955566,162.56976127624512,162.14489936828613,295.4587936401367,175.98319053649902,278.95379066467285,177.51407623291016 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,True,38.02156448364258,37.59121894836426,37.461042404174805,37.66989707946777,38.14530372619629,38.275957107543945,38.149356842041016,37.54925727844238,38.053035736083984,38.06328773498535,499.7737407684326,495.3784942626953,500.40411949157715,495.5792427062988,505.2177906036377,505.9475898742676,498.2180595397949,492.1000003814697,493.9594268798828,491.7757511138916 +"(25000, 37500)",0.5,25000,37500,cpu,homo,float,False,5.478382110595703,3.718852996826172,4.454135894775391,3.603696823120117,4.27556037902832,4.060029983520508,4.433631896972656,4.403591156005859,4.151821136474609,3.5016536712646484,122.88618087768555,124.48525428771973,123.40998649597168,122.95913696289062,125.05221366882324,124.76396560668945,133.087158203125,124.542236328125,125.82182884216309,139.3749713897705 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,True,52.11234092712402,51.62835121154785,52.394866943359375,51.576852798461914,51.83815956115723,53.01213264465332,54.45289611816406,51.79405212402344,52.10399627685547,51.73969268798828,616.1806583404541,621.8676567077637,623.694896697998,619.8205947875977,623.3267784118652,627.9995441436768,618.0100440979004,624.61256980896,625.7655620574951,629.0977001190186 +"(25000, 37500)",0.5,25000,37500,cpu,heter,float,False,6.852149963378906,6.51860237121582,5.981922149658203,5.143165588378906,5.767345428466797,5.90205192565918,6.427764892578125,5.945920944213867,6.232500076293945,5.34820556640625,321.5646743774414,258.5172653198242,313.1556510925293,313.7979507446289,344.8770046234131,238.19804191589355,373.4278678894043,244.4164752960205,215.02065658569336,348.6466407775879 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,True,51.802873611450195,50.966739654541016,51.63860321044922,50.84848403930664,50.72498321533203,51.172494888305664,50.9946346282959,51.13649368286133,51.131248474121094,51.09453201293945,661.9045734405518,672.1763610839844,672.9063987731934,663.1500720977783,671.3449954986572,712.0399475097656,670.0518131256104,677.8740882873535,664.8857593536377,663.4261608123779 +"(25000, 50000)",0.5,25000,50000,cpu,homo,float,False,5.457878112792969,6.0100555419921875,4.669666290283203,4.889249801635742,5.569934844970703,4.804134368896484,5.014181137084961,5.099296569824219,4.612207412719727,4.790306091308594,169.62146759033203,162.7182960510254,162.52374649047852,163.5284423828125,162.41860389709473,269.0269947052002,359.0352535247803,341.5844440460205,342.65995025634766,284.0583324432373 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,True,69.26918029785156,70.29175758361816,70.36232948303223,70.36662101745605,70.15228271484375,69.31567192077637,68.62497329711914,68.35389137268066,68.59207153320312,69.03362274169922,825.3421783447266,822.6089477539062,824.4967460632324,825.8695602416992,825.2749443054199,825.4673480987549,826.378345489502,820.1150894165039,831.6521644592285,823.662519454956 +"(25000, 50000)",0.5,25000,50000,cpu,heter,float,False,8.691072463989258,8.60738754272461,8.249759674072266,8.394479751586914,8.464574813842773,8.602380752563477,8.575677871704102,8.560657501220703,8.789300918579102,8.42428207397461,239.65883255004883,325.90484619140625,255.47194480895996,250.29468536376953,254.6398639678955,262.85624504089355,256.6943168640137,240.15450477600098,238.85655403137207,237.6117706298828 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,True,1.979827880859375,1.9621849060058594,1.9643306732177734,1.9483566284179688,1.8641948699951172,1.3163089752197266,1.3191699981689453,1.323699951171875,1.3179779052734375,1.3179779052734375,18.009185791015625,17.894268035888672,18.009424209594727,18.038034439086914,18.009185791015625,17.96555519104004,17.957687377929688,17.781972885131836,18.202781677246094,17.988920211791992 +"(37500, 1000)",0.5,37500,1000,cpu,homo,float,False,0.6031990051269531,0.5595684051513672,0.5698204040527344,0.5190372467041016,0.5340576171875,0.6673336029052734,0.7207393646240234,0.7402896881103516,0.6496906280517578,0.6496906280517578,4.840373992919922,5.717992782592773,4.918575286865234,4.831552505493164,4.851818084716797,5.674600601196289,4.831790924072266,4.835367202758789,5.731821060180664,4.880428314208984 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,True,1.7728805541992188,1.695394515991211,1.6939640045166016,1.7125606536865234,1.6241073608398438,1.6777515411376953,1.7120838165283203,1.743316650390625,1.6868114471435547,1.7769336700439453,22.492408752441406,22.389888763427734,22.284269332885742,22.631168365478516,22.373199462890625,22.14193344116211,22.443056106567383,22.298812866210938,22.365331649780273,22.258758544921875 +"(37500, 1000)",0.5,37500,1000,cpu,heter,float,False,0.7200241088867188,0.8819103240966797,0.8149147033691406,0.7746219635009766,0.8196830749511719,0.7865428924560547,0.7200241088867188,0.7402896881103516,0.698089599609375,0.7076263427734375,7.022380828857422,8.365869522094727,7.143974304199219,8.471012115478516,7.519006729125977,8.237838745117188,7.173776626586914,8.020877838134766,7.145166397094727,7.019996643066406 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,True,3.2978057861328125,3.5257339477539062,3.161907196044922,3.1309127807617188,3.206014633178711,3.2129287719726562,3.2126903533935547,3.3457279205322266,3.1359195709228516,3.2002925872802734,46.547889709472656,46.44942283630371,46.1421012878418,46.23222351074219,46.49782180786133,46.36025428771973,46.26131057739258,46.5545654296875,46.636104583740234,46.663761138916016 +"(37500, 2500)",0.5,37500,2500,cpu,homo,float,False,1.3875961303710938,1.8281936645507812,1.1606216430664062,1.153707504272461,1.1475086212158203,1.1501312255859375,1.1675357818603516,1.1451244354248047,1.1441707611083984,1.153707504272461,12.299537658691406,11.544227600097656,12.523174285888672,12.444257736206055,11.184930801391602,12.659788131713867,12.287139892578125,12.217521667480469,11.310100555419922,12.350320816040039 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,True,4.4040679931640625,4.433155059814453,4.606485366821289,4.543304443359375,4.487752914428711,4.5986175537109375,4.556417465209961,4.395484924316406,4.431962966918945,4.571437835693359,59.19384956359863,58.953285217285156,58.81810188293457,59.069156646728516,59.2494010925293,59.241533279418945,59.51428413391113,58.556318283081055,58.44235420227051,58.3806037902832 +"(37500, 2500)",0.5,37500,2500,cpu,heter,float,False,1.5485286712646484,1.3494491577148438,1.3968944549560547,1.338958740234375,1.3167858123779297,1.3651847839355469,1.3942718505859375,1.1126995086669922,1.0995864868164062,1.1060237884521484,18.021106719970703,21.040916442871094,18.302202224731445,17.838716506958008,18.138647079467773,17.943620681762695,18.6007022857666,18.629074096679688,17.853975296020508,29.345989227294922 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,True,6.790399551391602,6.407260894775391,6.469249725341797,6.711244583129883,6.504535675048828,6.585836410522461,6.567955017089844,6.353616714477539,6.680488586425781,6.529569625854492,92.58437156677246,92.73123741149902,92.57316589355469,93.01209449768066,92.84710884094238,92.74792671203613,92.55456924438477,92.82684326171875,91.82095527648926,92.0569896697998 +"(37500, 5000)",0.5,37500,5000,cpu,homo,float,False,2.206087112426758,2.0780563354492188,2.101898193359375,2.1407604217529297,2.277374267578125,2.2859573364257812,1.5919208526611328,1.8572807312011719,1.8777847290039062,1.6129016876220703,25.190114974975586,25.821208953857422,25.18153190612793,25.902748107910156,27.53281593322754,25.989532470703125,24.72662925720215,24.057626724243164,25.042057037353516,24.20949935913086 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,True,9.476184844970703,9.331464767456055,8.969306945800781,9.244441986083984,8.961677551269531,9.016990661621094,9.335994720458984,9.090900421142578,9.150266647338867,8.940935134887695,117.17820167541504,118.84665489196777,118.61181259155273,118.93320083618164,119.45486068725586,119.34757232666016,118.57962608337402,118.92056465148926,119.93074417114258,120.11456489562988 +"(37500, 5000)",0.5,37500,5000,cpu,heter,float,False,2.4089813232421875,2.233743667602539,2.063751220703125,1.9221305847167969,1.985788345336914,1.9295215606689453,2.3946762084960938,1.8932819366455078,1.7082691192626953,1.7085075378417969,36.03506088256836,38.1472110748291,36.75484657287598,36.299705505371094,49.64804649353027,36.24367713928223,38.17629814147949,36.27586364746094,39.127349853515625,35.8128547668457 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,True,13.303279876708984,13.549089431762695,13.646841049194336,13.281822204589844,13.43393325805664,13.152360916137695,13.523340225219727,13.310670852661133,22.24421501159668,13.734579086303711,189.76426124572754,189.74757194519043,193.38560104370117,193.39632987976074,189.87226486206055,190.22464752197266,190.7813549041748,192.19732284545898,194.74315643310547,191.15424156188965 +"(37500, 10000)",0.5,37500,10000,cpu,homo,float,False,3.477811813354492,3.398418426513672,2.585172653198242,2.9480457305908203,2.6481151580810547,2.2745132446289062,3.582477569580078,2.4204254150390625,2.0830631256103516,2.210378646850586,50.88353157043457,50.52804946899414,50.80366134643555,50.3230094909668,80.4448127746582,50.66561698913574,49.66282844543457,49.698591232299805,49.69215393066406,50.74119567871094 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,True,19.248485565185547,18.87369155883789,18.898725509643555,18.781423568725586,18.844127655029297,18.82028579711914,19.03223991394043,19.087553024291992,19.040822982788086,19.609689712524414,243.5154914855957,241.87016487121582,243.38006973266602,240.25321006774902,242.37418174743652,244.37665939331055,242.17867851257324,243.34335327148438,243.34025382995605,242.82336235046387 +"(37500, 10000)",0.5,37500,10000,cpu,heter,float,False,2.9425621032714844,3.027200698852539,2.983570098876953,2.6471614837646484,3.2486915588378906,2.6886463165283203,3.0226707458496094,2.6819705963134766,2.7036666870117188,2.3546218872070312,73.15444946289062,84.96689796447754,88.98329734802246,74.85556602478027,130.10478019714355,223.48451614379883,137.35175132751465,149.66940879821777,219.42138671875,117.80905723571777 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,True,36.834716796875,36.356210708618164,36.9420051574707,36.68713569641113,36.95845603942871,37.035226821899414,36.658287048339844,36.56768798828125,36.89074516296387,36.546945571899414,492.5963878631592,495.0277805328369,499.0732669830322,490.9367561340332,492.2611713409424,489.3007278442383,500.5302429199219,491.1491870880127,498.81672859191895,503.64160537719727 +"(37500, 25000)",0.5,37500,25000,cpu,homo,float,False,7.648468017578125,6.097078323364258,5.351781845092773,5.236148834228516,4.833221435546875,4.996299743652344,5.565881729125977,4.974126815795898,4.858493804931641,4.984617233276367,123.13032150268555,122.98274040222168,123.10600280761719,122.28035926818848,126.08194351196289,123.75473976135254,123.07262420654297,122.85041809082031,124.10688400268555,122.41744995117188 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,True,49.713134765625,50.38714408874512,51.34105682373047,51.4063835144043,50.551652908325195,50.15277862548828,49.94606971740723,50.31633377075195,51.48029327392578,50.67133903503418,616.1091327667236,620.2232837677002,616.6112422943115,611.6580963134766,615.3223514556885,613.0352020263672,621.8729019165039,622.6954460144043,617.5823211669922,623.5775947570801 +"(37500, 25000)",0.5,37500,25000,cpu,heter,float,False,5.078792572021484,5.395650863647461,6.4144134521484375,6.278514862060547,6.337404251098633,6.935596466064453,5.733728408813477,5.790948867797852,5.944252014160156,5.464792251586914,185.8234405517578,179.41617965698242,204.01859283447266,227.86545753479004,180.1164150238037,179.5177459716797,250.61941146850586,179.91995811462402,179.3808937072754,180.04560470581055 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,True,75.54769515991211,56.25295639038086,56.93387985229492,56.389808654785156,56.32448196411133,56.25653266906738,56.61273002624512,58.50934982299805,56.28061294555664,56.10466003417969,739.4828796386719,741.3434982299805,740.703821182251,744.565486907959,741.7361736297607,738.753080368042,742.1998977661133,750.7278919219971,743.2718276977539,742.4032688140869 +"(37500, 37500)",0.5,37500,37500,cpu,homo,float,False,6.907463073730469,5.789518356323242,6.445646286010742,5.591630935668945,5.0411224365234375,6.258964538574219,5.669355392456055,5.040884017944336,6.835699081420898,5.340099334716797,182.81245231628418,182.03306198120117,181.80179595947266,181.72669410705566,182.0356845855713,181.7493438720703,182.2521686553955,180.88746070861816,182.33084678649902,181.95796012878418 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,True,75.65116882324219,75.60372352600098,75.72627067565918,76.07460021972656,75.6380558013916,75.90508460998535,77.10695266723633,76.5068531036377,76.27534866333008,75.77872276306152,924.4656562805176,922.1000671386719,921.4599132537842,923.6776828765869,921.6492176055908,925.5633354187012,924.9668121337891,924.3373870849609,927.2127151489258,938.3132457733154 +"(37500, 37500)",0.5,37500,37500,cpu,heter,float,False,7.429599761962891,7.406473159790039,7.623910903930664,8.099079132080078,7.73930549621582,8.520364761352539,7.2383880615234375,8.332252502441406,7.418632507324219,8.231878280639648,266.8640613555908,266.2808895111084,266.42775535583496,266.39795303344727,267.0772075653076,283.53118896484375,266.751766204834,266.56413078308105,267.1823501586914,268.33319664001465 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,True,76.55501365661621,76.13396644592285,76.28321647644043,76.17306709289551,76.20835304260254,76.48682594299316,76.56431198120117,77.03948020935059,77.1169662475586,76.69258117675781,997.2221851348877,993.8416481018066,997.4722862243652,996.8953132629395,998.1541633605957,992.7349090576172,997.3340034484863,997.2147941589355,996.0417747497559,992.8979873657227 +"(37500, 50000)",0.5,37500,50000,cpu,homo,float,False,7.712364196777344,7.084131240844727,7.5817108154296875,7.199525833129883,7.849693298339844,8.07499885559082,7.335901260375977,7.919073104858398,8.628368377685547,6.855964660644531,239.90631103515625,240.71431159973145,240.2634620666504,241.29581451416016,241.97936058044434,241.29223823547363,252.55537033081055,240.54574966430664,239.28093910217285,240.1735782623291 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,True,103.56855392456055,103.18803787231445,102.11324691772461,102.50401496887207,103.54971885681152,103.12819480895996,103.4085750579834,104.29024696350098,104.43449020385742,102.81968116760254,1243.7210083007812,1246.5317249298096,1245.769739151001,1238.7981414794922,1237.9496097564697,1243.9138889312744,1242.5456047058105,1235.1493835449219,1237.89644241333,1243.4828281402588 +"(37500, 50000)",0.5,37500,50000,cpu,heter,float,False,11.390924453735352,10.282516479492188,9.563207626342773,10.387420654296875,9.912729263305664,11.10076904296875,10.408163070678711,9.575128555297852,10.40959358215332,9.707927703857422,356.11581802368164,358.3958148956299,367.94209480285645,353.63268852233887,356.4167022705078,354.4306755065918,353.2991409301758,353.48033905029297,352.76007652282715,353.243350982666 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,True,1.7158985137939453,1.5642642974853516,1.6314983367919922,1.6453266143798828,1.5528202056884766,1.6803741455078125,1.659393310546875,1.7161369323730469,1.71661376953125,1.7104148864746094,23.678064346313477,23.808956146240234,23.66924285888672,23.72884750366211,24.00994300842285,24.25384521484375,23.977279663085938,23.74553680419922,23.658037185668945,23.41175079345703 +"(50000, 1000)",0.5,50000,1000,cpu,homo,float,False,0.6835460662841797,0.6804466247558594,0.6661415100097656,0.6875991821289062,0.7121562957763672,0.6895065307617188,0.8230209350585938,0.8311271667480469,0.8530616760253906,0.80108642578125,7.237911224365234,6.401538848876953,8.242368698120117,6.472110748291016,6.3991546630859375,7.278919219970703,6.408929824829102,7.280826568603516,6.407976150512695,6.374835968017578 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,True,2.406597137451172,2.268075942993164,2.419710159301758,2.391815185546875,2.316713333129883,2.286195755004883,2.228260040283203,2.351045608520508,2.1851062774658203,2.3818016052246094,30.08556365966797,30.39240837097168,30.263900756835938,30.265331268310547,30.27796745300293,30.06911277770996,30.2584171295166,30.39407730102539,30.323028564453125,30.088186264038086 +"(50000, 1000)",0.5,50000,1000,cpu,heter,float,False,0.7615089416503906,0.751495361328125,0.8003711700439453,0.7598400115966797,0.7534027099609375,0.7221698760986328,0.8792877197265625,0.9679794311523438,0.8678436279296875,0.8680820465087891,9.394407272338867,10.73598861694336,10.55455207824707,9.390830993652344,10.539531707763672,9.37509536743164,10.530471801757812,10.607242584228516,9.42540168762207,10.557174682617188 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,True,4.516124725341797,4.374980926513672,4.279375076293945,4.35638427734375,4.420995712280273,4.383563995361328,4.3354034423828125,4.539966583251953,4.804134368896484,4.719734191894531,63.082218170166016,63.04931640625,63.35282325744629,63.11345100402832,63.25507164001465,62.8209114074707,62.566280364990234,62.48831748962402,62.68143653869629,62.47448921203613 +"(50000, 2500)",0.5,50000,2500,cpu,homo,float,False,1.56402587890625,1.5017986297607422,2.1924972534179688,1.6832351684570312,1.4607906341552734,1.3508796691894531,1.3740062713623047,1.318216323852539,1.3957023620605469,1.3835430145263672,16.138792037963867,16.48545265197754,16.129255294799805,15.927314758300781,17.768383026123047,16.038179397583008,15.951156616210938,16.501426696777344,16.335725784301758,16.170501708984375 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,True,6.032705307006836,5.9967041015625,6.005525588989258,5.963802337646484,6.05010986328125,12.575149536132812,8.602619171142578,6.258487701416016,6.16455078125,6.049156188964844,78.36055755615234,78.24230194091797,77.82793045043945,78.74441146850586,79.01620864868164,78.6588191986084,78.3379077911377,78.43542098999023,78.15837860107422,78.16147804260254 +"(50000, 2500)",0.5,50000,2500,cpu,heter,float,False,1.5876293182373047,1.569509506225586,1.3539791107177734,1.4412403106689453,1.5306472778320312,1.4281272888183594,1.2536048889160156,1.2998580932617188,1.360177993774414,1.3020038604736328,22.984027862548828,24.168968200683594,22.966861724853516,23.180484771728516,24.364948272705078,23.512601852416992,23.94723892211914,23.278236389160156,23.442983627319336,24.499893188476562 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,True,8.600473403930664,9.06062126159668,8.550405502319336,8.594274520874023,9.018898010253906,9.005546569824219,8.961915969848633,8.915185928344727,8.565187454223633,8.900165557861328,121.32954597473145,121.76227569580078,122.9853630065918,122.45821952819824,123.02970886230469,123.22306632995605,123.01254272460938,122.29800224304199,121.05798721313477,121.35696411132812 +"(50000, 5000)",0.5,50000,5000,cpu,homo,float,False,2.980947494506836,2.7267932891845703,2.7320384979248047,2.7337074279785156,2.432107925415039,1.9695758819580078,2.147674560546875,2.8083324432373047,2.452850341796875,1.8053054809570312,34.607648849487305,33.713340759277344,33.643245697021484,33.20193290710449,33.11920166015625,32.628774642944336,33.12945365905762,33.18500518798828,32.5016975402832,32.87458419799805 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,True,12.028932571411133,12.08949089050293,12.037038803100586,12.078523635864258,12.041091918945312,12.132883071899414,11.91854476928711,11.95836067199707,12.116193771362305,11.937379837036133,156.36539459228516,156.52704238891602,155.66778182983398,155.98392486572266,155.5345058441162,155.74908256530762,157.12809562683105,155.8208465576172,155.55119514465332,155.82752227783203 +"(50000, 5000)",0.5,50000,5000,cpu,heter,float,False,3.01361083984375,2.623319625854492,3.0455589294433594,2.5277137756347656,2.3255348205566406,2.0012855529785156,2.5179386138916016,2.422332763671875,2.1648406982421875,2.3970603942871094,48.512935638427734,48.60424995422363,48.502206802368164,48.93779754638672,47.224998474121094,68.78352165222168,48.97618293762207,48.11239242553711,48.23708534240723,48.86198043823242 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,True,17.421722412109375,17.382144927978516,17.438650131225586,17.975330352783203,18.145084381103516,18.248558044433594,17.801284790039062,18.147706985473633,18.222808837890625,18.160343170166016,252.701997756958,250.87952613830566,253.1259059906006,253.90338897705078,253.0670166015625,251.58429145812988,253.3893585205078,253.60441207885742,252.67553329467773,252.1493434906006 +"(50000, 10000)",0.5,50000,10000,cpu,homo,float,False,4.591941833496094,4.90880012512207,4.403114318847656,3.688335418701172,4.05120849609375,3.8542747497558594,3.3190250396728516,2.8340816497802734,3.4253597259521484,2.2797584533691406,65.79184532165527,65.57536125183105,65.44852256774902,65.0949478149414,65.8867359161377,66.04456901550293,65.92679023742676,66.26176834106445,66.36452674865723,65.8721923828125 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,True,25.079727172851562,25.463104248046875,25.037527084350586,24.956941604614258,24.947643280029297,24.903297424316406,25.67124366760254,25.028705596923828,25.009870529174805,25.553464889526367,319.11182403564453,318.2334899902344,317.3344135284424,319.8540210723877,318.73321533203125,317.37589836120605,318.0117607116699,317.716121673584,318.04513931274414,318.6759948730469 +"(50000, 10000)",0.5,50000,10000,cpu,heter,float,False,4.698753356933594,3.555774688720703,3.337383270263672,3.7741661071777344,3.429412841796875,4.263162612915039,3.4079551696777344,3.5686492919921875,2.9544830322265625,3.454446792602539,98.31523895263672,97.77355194091797,121.8557357788086,98.65546226501465,98.45876693725586,98.17790985107422,97.412109375,97.99551963806152,98.23846817016602,98.66595268249512 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,True,48.026323318481445,48.28166961669922,47.63984680175781,47.61314392089844,48.067569732666016,48.265933990478516,48.493146896362305,47.63031005859375,48.650264739990234,48.3705997467041,653.5003185272217,650.5677700042725,654.705286026001,650.1567363739014,653.3699035644531,653.0544757843018,650.6125926971436,649.6586799621582,650.6831645965576,652.9550552368164 +"(50000, 25000)",0.5,50000,25000,cpu,homo,float,False,7.8487396240234375,5.355596542358398,5.570888519287109,6.239414215087891,5.404472351074219,4.676580429077148,5.389928817749023,4.5948028564453125,6.70623779296875,5.544900894165039,162.36543655395508,162.63961791992188,162.30297088623047,162.59288787841797,162.4755859375,162.0190143585205,161.73577308654785,163.76662254333496,162.10103034973145,163.12313079833984 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,True,66.86758995056152,67.33870506286621,68.87984275817871,66.61105155944824,65.91033935546875,66.46919250488281,66.67613983154297,65.91153144836426,66.72334671020508,67.63696670532227,816.1659240722656,819.4789886474609,816.4181709289551,818.0108070373535,816.8201446533203,814.8488998413086,818.371057510376,818.922758102417,818.4418678283691,817.3515796661377 +"(50000, 25000)",0.5,50000,25000,cpu,heter,float,False,6.48808479309082,8.79359245300293,6.639242172241211,7.868766784667969,7.092714309692383,6.709098815917969,6.767988204956055,6.45136833190918,7.485151290893555,6.545305252075195,237.07818984985352,236.97900772094727,237.08701133728027,237.15448379516602,237.57696151733398,237.4284267425537,237.15972900390625,237.00594902038574,251.2683868408203,237.34569549560547 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,True,74.92303848266602,74.95808601379395,75.63519477844238,75.6537914276123,74.52273368835449,75.75464248657227,74.04828071594238,74.64337348937988,74.22041893005371,73.4090805053711,982.2821617126465,980.6101322174072,986.1156940460205,984.4284057617188,984.5778942108154,986.3066673278809,983.3848476409912,986.0186576843262,984.51828956604,987.32590675354 +"(50000, 37500)",0.5,50000,37500,cpu,homo,float,False,8.116722106933594,8.158445358276367,7.480382919311523,7.450342178344727,7.6236724853515625,6.697416305541992,7.774591445922852,6.771326065063477,6.734609603881836,8.187055587768555,240.3090000152588,240.36812782287598,241.23287200927734,241.26601219177246,241.7762279510498,240.29970169067383,253.0956268310547,240.3249740600586,241.83893203735352,240.36288261413574 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,True,100.41546821594238,101.20344161987305,101.89366340637207,100.2655029296875,139.18781280517578,100.99053382873535,100.42047500610352,101.91464424133301,101.61733627319336,117.1731948852539,1234.2159748077393,1233.7284088134766,1233.2639694213867,1251.868486404419,1238.5940551757812,1238.0690574645996,1235.424518585205,1234.3034744262695,1240.5202388763428,1231.3377857208252 +"(50000, 37500)",0.5,50000,37500,cpu,heter,float,False,9.771585464477539,10.473251342773438,9.823799133300781,10.47658920288086,10.356903076171875,9.726762771606445,10.995626449584961,9.662866592407227,10.509014129638672,9.92894172668457,355.27968406677246,356.3506603240967,371.9050884246826,354.45570945739746,355.2372455596924,355.2670478820801,354.3980121612549,354.8870086669922,353.6672592163086,354.37512397766113 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,True,102.07486152648926,102.21648216247559,101.29165649414062,100.56257247924805,101.45878791809082,101.4549732208252,100.68106651306152,100.58140754699707,101.91917419433594,100.09598731994629,1326.9336223602295,1327.181100845337,1323.5158920288086,1327.068567276001,1327.4896144866943,1323.7452507019043,1323.3065605163574,1328.8543224334717,1320.0280666351318,1326.6563415527344 +"(50000, 50000)",0.5,50000,50000,cpu,homo,float,False,8.801460266113281,10.44607162475586,8.75711441040039,12.374162673950195,9.572029113769531,10.246515274047852,9.911775588989258,8.789539337158203,9.64808464050293,9.002447128295898,321.2704658508301,332.6995372772217,322.1399784088135,320.4505443572998,319.97108459472656,322.07274436950684,319.43416595458984,341.9764041900635,321.7792510986328,321.6993808746338 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,True,139.84203338623047,139.38426971435547,137.81070709228516,137.56632804870605,136.81745529174805,137.3450756072998,137.24279403686523,136.30366325378418,136.46459579467773,136.1103057861328,1647.2201347351074,1651.0205268859863,1643.064022064209,1647.1076011657715,1655.017375946045,1646.472692489624,1654.2353630065918,1656.4509868621826,1653.010368347168,1653.7652015686035 +"(50000, 50000)",0.5,50000,50000,cpu,heter,float,False,13.94963264465332,13.041496276855469,15.106439590454102,13.929605484008789,14.19687271118164,13.912200927734375,13.775348663330078,14.230966567993164,12.79449462890625,13.668060302734375,479.49814796447754,475.8479595184326,479.28476333618164,476.95112228393555,478.8947105407715,480.68952560424805,476.8373966217041,478.7180423736572,476.3753414154053,476.3531684875488 diff --git a/benchmarks/analysis/basic/matvec/test_results/csr matvec/csrmv_gpu.csv b/benchmarks/analysis/basic/matvec/test_results/csr matvec/csrmv_gpu.csv new file mode 100644 index 0000000..58e6a37 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/csr matvec/csrmv_gpu.csv @@ -0,0 +1,197 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.15473365783691406,0.1533031463623047,0.14781951904296875,0.15020370483398438,0.15044212341308594,0.14400482177734375,0.14829635620117188,0.15664100646972656,0.1456737518310547,0.14853477478027344,0.12111663818359375,0.10991096496582031,0.11038780212402344,0.10967254638671875,0.10824203491210938,0.11467933654785156,0.11420249938964844,0.11444091796875,0.11038780212402344,0.09632110595703125 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.14066696166992188,0.15354156494140625,0.14019012451171875,0.14472007751464844,0.13780593872070312,0.14162063598632812,0.1399517059326172,0.13971328735351562,0.13446807861328125,0.1373291015625,0.0972747802734375,0.0972747802734375,0.09107589721679688,0.09083747863769531,0.09012222290039062,0.09012222290039062,0.09274482727050781,0.09465217590332031,0.095367431640625,0.09250640869140625 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.11658668518066406,0.11396408081054688,0.11682510375976562,0.11515617370605469,0.11491775512695312,0.11420249938964844,0.1125335693359375,0.11348724365234375,0.11205673217773438,0.1125335693359375,0.08678436279296875,0.08678436279296875,0.08392333984375,0.08320808410644531,0.08296966552734375,0.08225440979003906,0.08296966552734375,0.08440017700195312,0.08320808410644531,0.08344650268554688 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.12373924255371094,0.11873245239257812,0.11754035949707031,0.11587142944335938,0.11539459228515625,0.11563301086425781,0.1251697540283203,0.11682510375976562,0.11587142944335938,0.11396408081054688,0.10561943054199219,0.1049041748046875,0.10347366333007812,0.102996826171875,0.11372566223144531,0.10561943054199219,0.10204315185546875,0.102996826171875,0.102996826171875,0.10204315185546875 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.15974044799804688,0.1533031463623047,0.15616416931152344,0.15282630920410156,0.1552104949951172,0.14925003051757812,0.15592575073242188,0.14972686767578125,0.18143653869628906,0.14925003051757812,0.12993812561035156,0.12493133544921875,0.10752677917480469,0.12111663818359375,0.10800361633300781,0.10800361633300781,0.10609626770019531,0.11706352233886719,0.11229515075683594,0.10800361633300781 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.14090538024902344,0.13899803161621094,0.14019012451171875,0.14495849609375,0.13756752014160156,0.13709068298339844,0.13709068298339844,0.13780593872070312,0.1480579376220703,0.13828277587890625,0.102996826171875,0.0858306884765625,0.08535385131835938,0.08606910705566406,0.08416175842285156,0.08797645568847656,0.08893013000488281,0.08893013000488281,0.09036064147949219,0.08368492126464844 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.12826919555664062,0.12183189392089844,0.12564659118652344,0.11849403381347656,0.12183189392089844,0.11920928955078125,0.13685226440429688,0.13065338134765625,0.12493133544921875,0.118255615234375,0.10848045349121094,0.10538101196289062,0.11110305786132812,0.10848045349121094,0.10704994201660156,0.10514259338378906,0.10347366333007812,0.10633468627929688,0.10466575622558594,0.10395050048828125 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.1327991485595703,0.1277923583984375,0.12993812561035156,0.1277923583984375,0.12874603271484375,0.12683868408203125,0.1270771026611328,0.12731552124023438,0.1270771026611328,0.1285076141357422,0.08869171142578125,0.08416175842285156,0.08654594421386719,0.08559226989746094,0.08416175842285156,0.08535385131835938,0.08463859558105469,0.08535385131835938,0.08440017700195312,0.09274482727050781 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.20003318786621094,0.19311904907226562,0.2009868621826172,0.19097328186035156,0.18930435180664062,0.19669532775878906,0.19860267639160156,0.1876354217529297,0.20313262939453125,0.20170211791992188,0.18668174743652344,0.1609325408935547,0.194549560546875,0.19502639770507812,0.141143798828125,0.13566017150878906,0.2186298370361328,0.1697540283203125,0.16498565673828125,0.1399517059326172 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.34880638122558594,0.47850608825683594,0.40459632873535156,0.347137451171875,0.33283233642578125,0.3254413604736328,0.31685829162597656,0.31495094299316406,0.31948089599609375,0.1704692840576172,0.11515617370605469,0.12803077697753906,0.11515617370605469,0.11324882507324219,0.11324882507324219,0.11134147644042969,0.11110305786132812,0.10967254638671875,0.1163482666015625,0.10967254638671875 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.12278556823730469,0.12493133544921875,0.12350082397460938,0.12111663818359375,0.12087821960449219,0.12087821960449219,0.11992454528808594,0.13566017150878906,0.11992454528808594,0.11920928955078125,0.08916854858398438,0.08654594421386719,0.0896453857421875,0.08845329284667969,0.08845329284667969,0.08797645568847656,0.087738037109375,0.08797645568847656,0.08702278137207031,0.08797645568847656 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.14662742614746094,0.4405975341796875,0.17070770263671875,0.14662742614746094,0.14519691467285156,0.1399517059326172,0.141143798828125,0.13875961303710938,0.14066696166992188,0.156402587890625,0.17261505126953125,0.164031982421875,0.1614093780517578,0.1633167266845703,0.16260147094726562,0.15854835510253906,0.15783309936523438,0.1621246337890625,0.1590251922607422,0.1590251922607422 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.1742839813232422,0.17642974853515625,0.4894733428955078,0.16927719116210938,0.1735687255859375,0.16617774963378906,0.16546249389648438,0.164031982421875,0.16307830810546875,0.1766681671142578,0.1456737518310547,0.1506805419921875,0.20051002502441406,0.1761913299560547,0.15878677368164062,0.14519691467285156,0.1456737518310547,0.14209747314453125,0.15211105346679688,0.13875961303710938 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,0.1697540283203125,0.1590251922607422,0.1595020294189453,0.1735687255859375,0.1678466796875,0.1571178436279297,0.1537799835205078,0.15211105346679688,0.1499652862548828,0.1494884490966797,0.14066696166992188,0.11444091796875,0.12159347534179688,0.13327598571777344,0.1239776611328125,0.13875961303710938,0.11682510375976562,0.11205673217773438,0.11706352233886719,0.11396408081054688 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.1347064971923828,0.13518333435058594,0.1327991485595703,0.1323223114013672,0.13136863708496094,0.13136863708496094,0.14901161193847656,0.13065338134765625,0.12969970703125,0.13136863708496094,0.09059906005859375,0.09012222290039062,0.08893013000488281,0.08916854858398438,0.08916854858398438,0.08654594421386719,0.08749961853027344,0.08749961853027344,0.08702278137207031,0.08678436279296875 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,0.12612342834472656,0.11610984802246094,0.1163482666015625,0.11730194091796875,0.11539459228515625,0.11563301086425781,0.11539459228515625,0.11515617370605469,0.11444091796875,0.11587142944335938,0.07295608520507812,0.06914138793945312,0.0705718994140625,0.0896453857421875,0.07581710815429688,0.07295608520507812,0.07081031799316406,0.06961822509765625,0.06985664367675781,0.06842613220214844 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.2238750457763672,0.20742416381835938,0.20503997802734375,0.22363662719726562,0.20503997802734375,0.20933151245117188,0.20384788513183594,0.20241737365722656,0.2186298370361328,0.2453327178955078,0.12278556823730469,0.10538101196289062,0.10752677917480469,0.10395050048828125,0.12111663818359375,0.14328956604003906,0.11491775512695312,0.1239776611328125,0.3724098205566406,0.308990478515625 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,0.15473365783691406,0.1544952392578125,0.14925003051757812,0.1475811004638672,0.14710426330566406,0.1475811004638672,0.1475811004638672,0.16021728515625,0.1461505889892578,0.14138221740722656,0.16307830810546875,0.13947486877441406,0.11467933654785156,0.11587142944335938,0.11444091796875,0.110626220703125,0.11372566223144531,0.10371208190917969,0.13208389282226562,0.1125335693359375 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.14638900756835938,0.14710426330566406,0.14543533325195312,0.14352798461914062,0.14495849609375,0.14328956604003906,0.14448165893554688,0.1423358917236328,0.14209747314453125,0.1442432403564453,0.11658668518066406,0.11324882507324219,0.1304149627685547,0.11372566223144531,0.11157989501953125,0.11610984802246094,0.07939338684082031,0.08153915405273438,0.08225440979003906,0.08058547973632812 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,0.1354217529296875,0.13327598571777344,0.13399124145507812,0.1392364501953125,0.13685226440429688,0.13709068298339844,0.1373291015625,0.13303756713867188,0.32401084899902344,0.13208389282226562,0.12421607971191406,0.12087821960449219,0.12683868408203125,0.12254714965820312,0.12469291687011719,0.12302398681640625,0.11968612670898438,0.12063980102539062,0.12040138244628906,0.1373291015625 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.1933574676513672,0.1881122589111328,0.186920166015625,0.1857280731201172,0.38933753967285156,0.18668174743652344,0.2205371856689453,0.2167224884033203,0.18167495727539062,0.18262863159179688,0.22792816162109375,0.225067138671875,0.21839141845703125,0.2143383026123047,0.21505355834960938,0.21791458129882812,0.21719932556152344,0.2148151397705078,0.2722740173339844,0.26798248291015625 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,0.1780986785888672,0.1747608184814453,0.22745132446289062,0.2033710479736328,0.16880035400390625,0.1697540283203125,0.1633167266845703,0.16307830810546875,0.1685619354248047,0.1590251922607422,0.1277923583984375,0.156402587890625,0.15687942504882812,0.15234947204589844,0.3960132598876953,0.25844573974609375,0.21886825561523438,0.21123886108398438,0.20623207092285156,0.2028942108154297 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.16260147094726562,0.16427040100097656,0.18358230590820312,0.17642974853515625,0.16164779663085938,0.15664100646972656,0.1556873321533203,0.15544891357421875,0.15473365783691406,0.15497207641601562,0.11682510375976562,0.10633468627929688,0.10347366333007812,0.09608268737792969,0.10585784912109375,0.10061264038085938,0.10323524475097656,0.15115737915039062,0.10561943054199219,0.10442733764648438 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,0.14734268188476562,0.14734268188476562,0.1423358917236328,0.1456737518310547,0.14400482177734375,0.14257431030273438,0.16832351684570312,0.1652240753173828,0.14543533325195312,0.14352798461914062,0.29540061950683594,0.08249282836914062,0.08296966552734375,0.08177757263183594,0.080108642578125,0.08082389831542969,0.07987022399902344,0.08130073547363281,0.08130073547363281,0.08082389831542969 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.25081634521484375,0.2071857452392578,0.19693374633789062,0.1957416534423828,0.1919269561767578,0.1933574676513672,0.1900196075439453,0.1914501190185547,0.1876354217529297,0.2522468566894531,0.3025531768798828,0.1666545867919922,0.3676414489746094,0.263214111328125,0.22792816162109375,0.20885467529296875,0.20956993103027344,0.20575523376464844,0.19884109497070312,0.20170211791992188 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,0.18787384033203125,0.18215179443359375,0.1819133758544922,0.1766681671142578,0.17690658569335938,0.1728534698486328,0.17499923706054688,0.17309188842773438,0.17523765563964844,0.1747608184814453,0.1838207244873047,0.15425682067871094,0.15878677368164062,0.15592575073242188,0.15425682067871094,0.1811981201171875,0.17642974853515625,0.16999244689941406,0.1823902130126953,0.17905235290527344 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.20933151245117188,0.20623207092285156,0.2040863037109375,0.20432472229003906,0.20384788513183594,0.20956993103027344,0.17499923706054688,0.1735687255859375,0.17023086547851562,0.17142295837402344,0.118255615234375,0.118255615234375,0.11754035949707031,0.11610984802246094,0.11897087097167969,0.12493133544921875,0.11777877807617188,0.12278556823730469,0.11396408081054688,0.11205673217773438 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,0.3514289855957031,0.34332275390625,0.3407001495361328,0.3478527069091797,0.347137451171875,0.3390312194824219,0.42891502380371094,0.3571510314941406,0.34880638122558594,0.3490447998046875,0.11587142944335938,0.10585784912109375,0.10514259338378906,0.1049041748046875,0.10466575622558594,0.11873245239257812,0.10704994201660156,0.10585784912109375,0.10776519775390625,0.10395050048828125 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.1742839813232422,0.16450881958007812,0.16736984252929688,0.1633167266845703,0.17023086547851562,0.16450881958007812,0.16379356384277344,0.1647472381591797,0.16450881958007812,0.16379356384277344,0.1437664031982422,0.11610984802246094,0.15044212341308594,0.10180473327636719,0.1010894775390625,0.11110305786132812,0.08678436279296875,0.16450881958007812,0.0934600830078125,0.33926963806152344 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.16021728515625,0.1544952392578125,0.16307830810546875,0.15592575073242188,0.15282630920410156,0.15020370483398438,0.15282630920410156,0.14901161193847656,0.1571178436279297,0.16736984252929688,0.1125335693359375,0.09584426879882812,0.09799003601074219,0.09417533874511719,0.09441375732421875,0.10776519775390625,0.10514259338378906,0.1285076141357422,0.09679794311523438,0.09584426879882812 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.13303756713867188,0.12922286987304688,0.12755393981933594,0.12731552124023438,0.1251697540283203,0.12493133544921875,0.12540817260742188,0.12826919555664062,0.12969970703125,0.12540817260742188,0.07891654968261719,0.07486343383789062,0.0743865966796875,0.0743865966796875,0.07343292236328125,0.07367134094238281,0.07319450378417969,0.07319450378417969,0.07319450378417969,0.07200241088867188 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.31638145446777344,0.1380443572998047,0.13899803161621094,0.1399517059326172,0.1354217529296875,0.13709068298339844,0.1366138458251953,0.13685226440429688,0.1354217529296875,0.13566017150878906,0.12826919555664062,0.11754035949707031,0.1049041748046875,0.15282630920410156,0.3139972686767578,0.1766681671142578,0.1583099365234375,0.15354156494140625,0.15401840209960938,0.15091896057128906 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.1609325408935547,0.1690387725830078,0.152587890625,0.16355514526367188,0.15020370483398438,0.1633167266845703,0.15044212341308594,0.1609325408935547,0.14972686767578125,0.16117095947265625,0.1220703125,0.12040138244628906,0.11157989501953125,0.26869773864746094,0.1442432403564453,0.12326240539550781,0.11682510375976562,0.11539459228515625,0.10657310485839844,0.11301040649414062 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.1499652862548828,0.1575946807861328,0.1747608184814453,0.16546249389648438,0.16617774963378906,0.15306472778320312,0.14638900756835938,0.14972686767578125,0.1442432403564453,0.14162063598632812,0.1552104949951172,0.13446807861328125,0.1456737518310547,0.1354217529296875,0.14019012451171875,0.13518333435058594,0.13566017150878906,0.13399124145507812,0.13828277587890625,0.13971328735351562 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.12540817260742188,0.13685226440429688,0.12564659118652344,0.1366138458251953,0.12469291687011719,0.13494491577148438,0.12302398681640625,0.1423358917236328,0.1220703125,0.13494491577148438,0.0820159912109375,0.08320808410644531,0.08106231689453125,0.08225440979003906,0.07987022399902344,0.08106231689453125,0.07963180541992188,0.080108642578125,0.08106231689453125,0.08106231689453125 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.12063980102539062,0.12230873107910156,0.11849403381347656,0.11730194091796875,0.13828277587890625,0.12946128845214844,0.11968612670898438,0.12040138244628906,0.11873245239257812,0.11897087097167969,0.10919570922851562,0.11038780212402344,0.11110305786132812,0.10943412780761719,0.10895729064941406,0.10824203491210938,0.13113021850585938,0.11396408081054688,0.10848045349121094,0.10800361633300781 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.18453598022460938,0.18548965454101562,0.19025802612304688,0.1914501190185547,0.1850128173828125,0.18262863159179688,0.18453598022460938,0.1819133758544922,0.17905235290527344,0.18548965454101562,0.1544952392578125,0.13494491577148438,0.1239776611328125,0.12135505676269531,0.1270771026611328,0.152587890625,0.11849403381347656,0.12230873107910156,0.12493133544921875,0.12564659118652344 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.3867149353027344,0.37217140197753906,0.3674030303955078,0.3635883331298828,0.3612041473388672,0.3571510314941406,0.3554821014404297,0.3590583801269531,0.4134178161621094,0.3731250762939453,0.2505779266357422,0.2257823944091797,0.2186298370361328,0.21314620971679688,0.21219253540039062,0.23126602172851562,0.2655982971191406,0.24652481079101562,0.2353191375732422,0.22745132446289062 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.14400482177734375,0.1430511474609375,0.6203651428222656,0.1723766326904297,0.14781951904296875,0.14257431030273438,0.14090538024902344,0.1380443572998047,0.13971328735351562,0.13875961303710938,0.07891654968261719,0.07510185241699219,0.07748603820800781,0.07319450378417969,0.07510185241699219,0.07677078247070312,0.07462501525878906,0.07414817810058594,0.0743865966796875,0.07414817810058594 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.3218650817871094,0.3104209899902344,0.30541419982910156,0.3032684326171875,0.3101825714111328,0.3032684326171875,0.2963542938232422,0.2951622009277344,0.31256675720214844,0.30040740966796875,0.08630752563476562,0.08392333984375,0.08440017700195312,0.08225440979003906,0.08273124694824219,0.09179115295410156,0.08511543273925781,0.08392333984375,0.08416175842285156,0.08130073547363281 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.17905235290527344,0.1823902130126953,0.1780986785888672,0.1804828643798828,0.17523765563964844,0.1766681671142578,0.17690658569335938,0.1785755157470703,0.17499923706054688,0.17690658569335938,0.13017654418945312,0.12636184692382812,0.11968612670898438,0.11849403381347656,0.11777877807617188,0.11610984802246094,0.12445449829101562,0.11706352233886719,0.11777877807617188,0.11682510375976562 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,0.6034374237060547,0.20265579223632812,0.18405914306640625,0.17881393432617188,0.179290771484375,0.17452239990234375,0.1735687255859375,0.179290771484375,0.1697540283203125,0.1709461212158203,0.1971721649169922,0.17762184143066406,0.17380714416503906,0.1709461212158203,0.16951560974121094,0.16450881958007812,0.16880035400390625,0.1666545867919922,0.16570091247558594,0.164031982421875 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.15425682067871094,0.15401840209960938,0.15354156494140625,0.15211105346679688,0.15163421630859375,0.15091896057128906,0.1499652862548828,0.1590251922607422,0.14972686767578125,0.15091896057128906,0.10991096496582031,0.11491775512695312,0.11706352233886719,0.11205673217773438,0.11086463928222656,0.12087821960449219,0.087738037109375,0.08344650268554688,0.118255615234375,0.11110305786132812 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,0.14257431030273438,0.13685226440429688,0.1354217529296875,0.1327991485595703,0.13399124145507812,0.13184547424316406,0.16832351684570312,0.1385211944580078,0.133514404296875,0.1304149627685547,0.11348724365234375,0.12755393981933594,0.10895729064941406,0.12230873107910156,0.11730194091796875,0.11587142944335938,0.11539459228515625,0.11467933654785156,0.11515617370605469,0.11420249938964844 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.22554397583007812,0.21982192993164062,0.22149085998535156,0.22149085998535156,0.2200603485107422,0.23603439331054688,0.22268295288085938,0.2186298370361328,0.2162456512451172,0.21576881408691406,0.24819374084472656,0.2372264862060547,0.2396106719970703,0.2353191375732422,0.2315044403076172,0.23221969604492188,0.2288818359375,0.2300739288330078,0.2300739288330078,0.2448558807373047 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,0.18525123596191406,0.202178955078125,0.17976760864257812,0.1723766326904297,0.16689300537109375,0.17690658569335938,0.17142295837402344,0.1678466796875,0.16736984252929688,0.1633167266845703,0.2834796905517578,0.2281665802001953,0.2148151397705078,0.21505355834960938,0.2162456512451172,0.21266937255859375,0.20766258239746094,0.21314620971679688,0.21147727966308594,0.209808349609375 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.1933574676513672,0.1964569091796875,0.1957416534423828,0.19431114196777344,0.19311904907226562,0.19311904907226562,0.19073486328125,0.19168853759765625,0.19025802612304688,0.20265579223632812,0.1652240753173828,0.16736984252929688,0.16617774963378906,0.1652240753173828,0.16498565673828125,0.16450881958007812,0.16450881958007812,0.17786026000976562,0.16641616821289062,0.1647472381591797 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,0.16546249389648438,0.16379356384277344,0.16117095947265625,0.15974044799804688,0.15974044799804688,0.15926361083984375,0.1583099365234375,0.1595020294189453,0.1595020294189453,0.15926361083984375,0.13947486877441406,0.13399124145507812,0.13971328735351562,0.1354217529296875,0.13303756713867188,0.1304149627685547,0.13017654418945312,0.12922286987304688,0.133514404296875,0.1308917999267578 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.24199485778808594,0.24819374084472656,0.2338886260986328,0.24390220642089844,0.22935867309570312,0.240325927734375,0.22935867309570312,0.2567768096923828,0.25773048400878906,0.2818107604980469,0.26702880859375,0.2524852752685547,0.2627372741699219,0.24843215942382812,0.26106834411621094,0.2532005310058594,0.2663135528564453,0.2434253692626953,0.2551078796386719,0.24008750915527344 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,0.23412704467773438,0.21696090698242188,0.21576881408691406,0.232696533203125,0.48851966857910156,0.21886825561523438,0.2148151397705078,0.20503997802734375,0.20265579223632812,0.1995563507080078,0.24461746215820312,0.2429485321044922,0.29921531677246094,0.40602684020996094,0.23436546325683594,0.2357959747314453,0.23698806762695312,0.2377033233642578,0.24390220642089844,0.23937225341796875 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.2124309539794922,0.2205371856689453,0.21028518676757812,0.2205371856689453,0.21505355834960938,0.23794174194335938,0.20956993103027344,0.21910667419433594,0.213623046875,0.22363662719726562,0.19359588623046875,0.1800060272216797,0.1914501190185547,0.18072128295898438,0.1938343048095703,0.17833709716796875,0.1914501190185547,0.17952919006347656,0.19073486328125,0.18167495727539062 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,0.1964569091796875,0.1957416534423828,0.19478797912597656,0.1952648162841797,0.1957416534423828,0.1933574676513672,0.1926422119140625,0.19049644470214844,0.1926422119140625,0.19168853759765625,0.1785755157470703,0.17595291137695312,0.17309188842773438,0.1785755157470703,0.1723766326904297,0.171661376953125,0.1723766326904297,0.17309188842773438,0.17690658569335938,0.17380714416503906 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.49996376037597656,0.4706382751464844,0.4563331604003906,0.4513263702392578,0.4436969757080078,0.44035911560058594,0.4482269287109375,0.4513263702392578,0.4425048828125,0.4413127899169922,0.26488304138183594,0.2639293670654297,0.263214111328125,0.2608299255371094,0.2613067626953125,0.2608299255371094,0.2677440643310547,0.2658367156982422,0.26679039001464844,0.2689361572265625 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,0.23674964904785156,0.2276897430419922,0.22864341735839844,0.2281665802001953,0.22602081298828125,0.2422332763671875,0.2353191375732422,0.23794174194335938,0.2510547637939453,0.507354736328125,0.27823448181152344,0.2841949462890625,0.25916099548339844,0.25844573974609375,0.25272369384765625,0.2548694610595703,0.2536773681640625,0.2524852752685547,0.2510547637939453,0.25582313537597656 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.24771690368652344,0.2460479736328125,0.2434253692626953,0.2734661102294922,0.24843215942382812,0.24247169494628906,0.24271011352539062,0.26035308837890625,0.28061866760253906,0.5285739898681641,0.2014636993408203,0.20074844360351562,0.20170211791992188,0.21457672119140625,0.20241737365722656,0.20241737365722656,0.2014636993408203,0.2002716064453125,0.1995563507080078,0.21648406982421875 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,0.26345252990722656,0.2620220184326172,0.25963783264160156,0.2582073211669922,0.2696514129638672,0.270843505859375,0.2589225769042969,0.2741813659667969,0.2613067626953125,0.2617835998535156,0.1862049102783203,0.18358230590820312,0.1850128173828125,0.18525123596191406,0.1838207244873047,0.18310546875,0.18525123596191406,0.18334388732910156,0.18453598022460938,0.18358230590820312 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.16546249389648438,0.16427040100097656,0.16236305236816406,0.1595020294189453,0.18906593322753906,0.17118453979492188,0.1628398895263672,0.1575946807861328,0.1647472381591797,0.1556873321533203,0.20503997802734375,0.19168853759765625,0.23674964904785156,0.19788742065429688,0.20003318786621094,0.18668174743652344,0.19860267639160156,0.19097328186035156,0.1983642578125,0.2448558807373047 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.1780986785888672,0.17023086547851562,0.16808509826660156,0.16379356384277344,0.1747608184814453,0.17118453979492188,0.2300739288330078,0.28824806213378906,0.20360946655273438,0.19359588623046875,0.11730194091796875,0.1392364501953125,0.11205673217773438,0.1163482666015625,0.13566017150878906,0.12445449829101562,0.10347366333007812,0.10275840759277344,0.09608268737792969,0.09894371032714844 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.14066696166992188,0.13947486877441406,0.14019012451171875,0.1392364501953125,0.1361370086669922,0.13637542724609375,0.13685226440429688,0.1361370086669922,0.13566017150878906,0.1366138458251953,0.08130073547363281,0.08320808410644531,0.09107589721679688,0.08153915405273438,0.08130073547363281,0.07987022399902344,0.08034706115722656,0.08034706115722656,0.08106231689453125,0.08034706115722656 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.1270771026611328,0.1220703125,0.12326240539550781,0.1220703125,0.12326240539550781,0.11968612670898438,0.12135505676269531,0.11944770812988281,0.12087821960449219,0.11873245239257812,0.10323524475097656,0.10442733764648438,0.10347366333007812,0.10323524475097656,0.10204315185546875,0.10180473327636719,0.10156631469726562,0.1010894775390625,0.10180473327636719,0.1010894775390625 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.1976490020751953,0.15974044799804688,0.19097328186035156,0.15783309936523438,0.18548965454101562,0.1552104949951172,0.18215179443359375,0.1506805419921875,0.18095970153808594,0.1537799835205078,0.11992454528808594,0.17762184143066406,0.12278556823730469,0.15473365783691406,0.11134147644042969,0.152587890625,0.12540817260742188,0.15664100646972656,0.156402587890625,0.16236305236816406 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.1537799835205078,0.14734268188476562,0.14543533325195312,0.14352798461914062,0.1461505889892578,0.14352798461914062,0.14328956604003906,0.1423358917236328,0.14138221740722656,0.14138221740722656,0.12254714965820312,0.12159347534179688,0.1163482666015625,0.09417533874511719,0.10204315185546875,0.09393692016601562,0.09870529174804688,0.09226799011230469,0.09703636169433594,0.08869171142578125 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.1704692840576172,0.14591217041015625,0.16927719116210938,0.14328956604003906,0.16736984252929688,0.1437664031982422,0.1666545867919922,0.14066696166992188,0.16641616821289062,0.1418590545654297,0.06961822509765625,0.1342296600341797,0.10275840759277344,0.141143798828125,0.09799003601074219,0.13685226440429688,0.09989738464355469,0.14138221740722656,0.09298324584960938,0.16570091247558594 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.13136863708496094,0.12826919555664062,0.12731552124023438,0.1270771026611328,0.1285076141357422,0.125885009765625,0.12540817260742188,0.12493133544921875,0.12564659118652344,0.12445449829101562,0.0743865966796875,0.07104873657226562,0.07009506225585938,0.06985664367675781,0.06961822509765625,0.07033348083496094,0.07033348083496094,0.06985664367675781,0.07009506225585938,0.06937980651855469 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.21529197692871094,0.18787384033203125,0.21314620971679688,0.18930435180664062,0.2071857452392578,0.18787384033203125,0.20599365234375,0.1888275146484375,0.2720355987548828,0.43702125549316406,0.1666545867919922,0.18858909606933594,0.1652240753173828,0.18787384033203125,0.1697540283203125,0.20933151245117188,0.1494884490966797,0.19550323486328125,0.16641616821289062,0.19669532775878906 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.15401840209960938,0.1518726348876953,0.1513957977294922,0.14781951904296875,0.1480579376220703,0.14662742614746094,0.14781951904296875,0.1461505889892578,0.14901161193847656,0.14662742614746094,0.12731552124023438,0.09942054748535156,0.12159347534179688,0.09250640869140625,0.09417533874511719,0.09322166442871094,0.09131431579589844,0.09369850158691406,0.09369850158691406,0.09226799011230469 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.19407272338867188,0.16736984252929688,0.3647804260253906,0.16689300537109375,0.1876354217529297,0.1697540283203125,0.21028518676757812,0.1742839813232422,0.19025802612304688,0.16546249389648438,0.1049041748046875,0.15926361083984375,0.2048015594482422,0.2448558807373047,0.13327598571777344,0.16307830810546875,0.13709068298339844,0.16355514526367188,0.15807151794433594,0.15544891357421875 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.1392364501953125,0.1347064971923828,0.13637542724609375,0.13518333435058594,0.14662742614746094,0.13780593872070312,0.13566017150878906,0.1323223114013672,0.13518333435058594,0.13065338134765625,0.08535385131835938,0.09632110595703125,0.4086494445800781,0.18286705017089844,0.1537799835205078,0.14543533325195312,0.1430511474609375,0.1404285430908203,0.13828277587890625,0.13756752014160156 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.22459030151367188,0.20813941955566406,0.21076202392578125,0.2124309539794922,0.21839141845703125,0.22459030151367188,0.2079010009765625,0.209808349609375,0.20837783813476562,0.21338462829589844,0.2071857452392578,0.247955322265625,0.4062652587890625,0.20933151245117188,0.20122528076171875,0.2090930938720703,0.202178955078125,0.20313262939453125,0.22101402282714844,0.19621849060058594 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,0.16617774963378906,0.1621246337890625,0.16427040100097656,0.16307830810546875,0.16045570373535156,0.16021728515625,0.16045570373535156,0.1666545867919922,0.202178955078125,0.1678466796875,0.12969970703125,0.13136863708496094,0.1544952392578125,0.15091896057128906,0.15878677368164062,0.15664100646972656,0.1327991485595703,0.1392364501953125,0.1862049102783203,0.15306472778320312 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.18668174743652344,0.18787384033203125,0.1857280731201172,0.18548965454101562,0.1857280731201172,0.18644332885742188,0.1857280731201172,0.18477439880371094,0.18453598022460938,0.1862049102783203,0.16546249389648438,0.17786026000976562,0.1678466796875,0.16188621520996094,0.16236305236816406,0.16236305236816406,0.15974044799804688,0.16355514526367188,0.16307830810546875,0.1614093780517578 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,0.20647048950195312,0.20432472229003906,0.20599365234375,0.20503997802734375,0.3902912139892578,0.217437744140625,0.2040863037109375,0.20170211791992188,0.20813941955566406,0.20599365234375,0.14853477478027344,0.12469291687011719,0.11801719665527344,0.11754035949707031,0.118255615234375,0.11658668518066406,0.1201629638671875,0.118255615234375,0.118255615234375,0.11587142944335938 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.30231475830078125,0.2894401550292969,0.28634071350097656,0.28777122497558594,0.2803802490234375,0.2791881561279297,0.3025531768798828,0.2906322479248047,0.2865791320800781,0.2818107604980469,0.3056526184082031,0.30517578125,0.2944469451904297,0.29015541076660156,0.29087066650390625,0.2930164337158203,0.35500526428222656,0.2923011779785156,0.3719329833984375,0.29587745666503906 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,0.4525184631347656,0.3917217254638672,0.38814544677734375,0.3905296325683594,0.3895759582519531,0.3962516784667969,0.385284423828125,0.3783702850341797,0.3883838653564453,0.45561790466308594,0.24461746215820312,0.2675056457519531,0.24747848510742188,0.24437904357910156,0.35834312438964844,0.24771690368652344,0.2467632293701172,0.2472400665283203,0.24461746215820312,0.24652481079101562 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,0.6163120269775391,0.5295276641845703,0.8928775787353516,0.5266666412353516,0.4715919494628906,0.46062469482421875,0.45561790466308594,0.4467964172363281,0.4489421844482422,0.4467964172363281,0.22649765014648438,0.2276897430419922,0.22602081298828125,0.2300739288330078,0.22912025451660156,0.2307891845703125,0.23031234741210938,0.23794174194335938,0.2772808074951172,0.27823448181152344 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,0.2028942108154297,0.1983642578125,0.2002716064453125,0.20885467529296875,0.19812583923339844,0.1971721649169922,0.19669532775878906,0.1957416534423828,0.2009868621826172,0.19860267639160156,0.20551681518554688,0.19812583923339844,0.18596649169921875,0.22673606872558594,0.20813941955566406,0.21958351135253906,0.21004676818847656,0.18715858459472656,0.23651123046875,0.2067089080810547 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,0.3948211669921875,0.38695335388183594,0.40459632873535156,0.3829002380371094,0.3879070281982422,0.3719329833984375,0.37932395935058594,0.3724098205566406,0.38886070251464844,0.37169456481933594,0.35262107849121094,0.3788471221923828,0.3604888916015625,0.3743171691894531,0.34618377685546875,0.3707408905029297,0.34427642822265625,0.4172325134277344,0.46253204345703125,0.6122589111328125 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,0.2791881561279297,0.26607513427734375,0.49567222595214844,0.4057884216308594,0.2627372741699219,0.26798248291015625,0.2620220184326172,0.263214111328125,0.2613067626953125,0.2627372741699219,0.31948089599609375,0.3190040588378906,0.3223419189453125,0.32258033752441406,0.35190582275390625,0.32973289489746094,0.3299713134765625,0.31304359436035156,0.31685829162597656,0.31256675720214844 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,0.3807544708251953,0.3535747528076172,0.4763603210449219,0.34046173095703125,0.33974647521972656,0.3323554992675781,0.7157325744628906,0.335693359375,0.3490447998046875,0.3383159637451172,0.3132820129394531,0.3147125244140625,0.2646446228027344,0.2892017364501953,0.26106834411621094,0.28824806213378906,0.2684593200683594,0.2872943878173828,0.26297569274902344,0.28395652770996094 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,0.25963783264160156,0.25844573974609375,0.25773048400878906,0.2567768096923828,0.2541542053222656,0.255584716796875,0.2529621124267578,0.2579689025878906,0.2579689025878906,0.25534629821777344,0.2846717834472656,0.23031234741210938,0.22602081298828125,0.22673606872558594,0.2276897430419922,0.22482872009277344,0.22482872009277344,0.22411346435546875,0.225067138671875,0.22721290588378906 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,0.39839744567871094,0.3902912139892578,0.38504600524902344,0.3924369812011719,0.38504600524902344,0.38552284240722656,0.3809928894042969,0.39124488830566406,0.3883838653564453,0.3914833068847656,0.4525184631347656,0.46372413635253906,0.4405975341796875,0.43320655822753906,0.43010711669921875,0.43010711669921875,0.4398822784423828,0.42891502380371094,0.44608116149902344,0.4317760467529297 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,0.324249267578125,0.3235340118408203,0.3161430358886719,0.32067298889160156,0.3228187561035156,0.31876564025878906,0.3135204315185547,0.32591819763183594,0.3192424774169922,0.32901763916015625,0.4036426544189453,0.3838539123535156,0.4239082336425781,0.3833770751953125,0.38814544677734375,0.3840923309326172,0.3879070281982422,0.3821849822998047,0.3800392150878906,0.42438507080078125 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,0.3943443298339844,0.3829002380371094,0.7476806640625,0.39577484130859375,0.38695335388183594,0.3814697265625,0.392913818359375,0.39267539978027344,0.3905296325683594,0.38695335388183594,0.30922889709472656,0.30517578125,0.30732154846191406,0.30422210693359375,0.3020763397216797,0.3027915954589844,0.301361083984375,0.3006458282470703,0.30517578125,0.30517578125 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,0.30803680419921875,0.3097057342529297,0.3094673156738281,0.3101825714111328,0.30493736267089844,0.30875205993652344,0.30732154846191406,0.30684471130371094,0.33211708068847656,0.3349781036376953,0.29397010803222656,0.2868175506591797,0.28443336486816406,0.2856254577636719,0.31948089599609375,0.3380775451660156,0.31828880310058594,0.28395652770996094,0.28395652770996094,0.28133392333984375 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.2124309539794922,0.2052783966064453,0.20837783813476562,0.20551681518554688,0.20170211791992188,0.20241737365722656,0.20360946655273438,0.20599365234375,0.20432472229003906,0.20360946655273438,0.1804828643798828,0.1842975616455078,0.18072128295898438,0.1766681671142578,0.179290771484375,0.17714500427246094,0.17070770263671875,0.19168853759765625,0.18095970153808594,0.17762184143066406 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.1595020294189453,0.17070770263671875,0.15401840209960938,0.18930435180664062,0.16069412231445312,0.1518726348876953,0.15020370483398438,0.1475811004638672,0.16498565673828125,0.1583099365234375,0.21409988403320312,0.2090930938720703,0.19669532775878906,0.18978118896484375,0.186920166015625,0.1881122589111328,0.18835067749023438,0.18739700317382812,0.1876354217529297,0.2257823944091797 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.24652481079101562,0.19025802612304688,0.1881122589111328,0.18477439880371094,0.18286705017089844,0.18215179443359375,0.1823902130126953,0.18310546875,0.18453598022460938,0.18334388732910156,0.1552104949951172,0.15473365783691406,0.17952919006347656,0.1595020294189453,0.1609325408935547,0.15783309936523438,0.1590251922607422,0.1583099365234375,0.156402587890625,0.15807151794433594 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.13184547424316406,0.12755393981933594,0.1308917999267578,0.1270771026611328,0.1289844512939453,0.1251697540283203,0.12946128845214844,0.12540817260742188,0.1270771026611328,0.12540817260742188,0.0858306884765625,0.0896453857421875,0.0858306884765625,0.08559226989746094,0.08678436279296875,0.08678436279296875,0.08440017700195312,0.08344650268554688,0.08344650268554688,0.10800361633300781 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.1933574676513672,0.23937225341796875,0.1919269561767578,0.2384185791015625,0.18906593322753906,0.23937225341796875,0.18787384033203125,0.2357959747314453,0.18525123596191406,0.2453327178955078,0.2243518829345703,0.1709461212158203,0.22482872009277344,0.16117095947265625,0.29778480529785156,0.1723766326904297,0.22363662719726562,0.1678466796875,0.21457672119140625,0.16641616821289062 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.17023086547851562,0.1609325408935547,0.1621246337890625,0.1811981201171875,0.19025802612304688,0.1838207244873047,0.16307830810546875,0.1609325408935547,0.16641616821289062,0.15497207641601562,0.09560585021972656,0.14138221740722656,0.1220703125,0.09250640869140625,0.10037422180175781,0.09131431579589844,0.09298324584960938,0.09465217590332031,0.08821487426757812,0.0972747802734375 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.2779960632324219,0.24271011352539062,0.17523765563964844,0.22363662719726562,0.16951560974121094,0.21958351135253906,0.16999244689941406,0.21886825561523438,0.16641616821289062,0.2300739288330078,0.1990795135498047,0.1480579376220703,0.19693374633789062,0.14734268188476562,0.19860267639160156,0.1475811004638672,0.19741058349609375,0.14543533325195312,0.19431114196777344,0.14519691467285156 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.14352798461914062,0.1385211944580078,0.14352798461914062,0.1392364501953125,0.14019012451171875,0.1385211944580078,0.1399517059326172,0.1380443572998047,0.14066696166992188,0.13780593872070312,0.08440017700195312,0.08082389831542969,0.08606910705566406,0.08249282836914062,0.08296966552734375,0.30112266540527344,0.31447410583496094,0.08606910705566406,0.08726119995117188,0.08869171142578125 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.23484230041503906,0.22912025451660156,0.2319812774658203,0.22935867309570312,0.23055076599121094,0.22721290588378906,0.23126602172851562,0.2281665802001953,0.22673606872558594,0.22339820861816406,0.23603439331054688,0.23508071899414062,0.24652481079101562,0.24628639221191406,0.24557113647460938,0.2384185791015625,0.24056434631347656,0.23818016052246094,0.23603439331054688,0.23555755615234375 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.18835067749023438,0.18644332885742188,0.1914501190185547,0.4527568817138672,0.2071857452392578,0.18095970153808594,0.18262863159179688,0.17595291137695312,0.18072128295898438,0.1742839813232422,0.36978721618652344,0.27179718017578125,0.2338886260986328,0.21076202392578125,0.20575523376464844,0.247955322265625,0.21147727966308594,0.22029876708984375,0.22411346435546875,0.21004676818847656 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.21910667419433594,0.2143383026123047,0.21600723266601562,0.21409988403320312,0.21314620971679688,0.21076202392578125,0.2086162567138672,0.20885467529296875,0.20956993103027344,0.20956993103027344,0.19097328186035156,0.1900196075439453,0.1900196075439453,0.18930435180664062,0.19550323486328125,0.20313262939453125,0.1983642578125,0.20885467529296875,0.2048015594482422,0.20194053649902344 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.15974044799804688,0.15807151794433594,0.15854835510253906,0.15306472778320312,0.1552104949951172,0.16021728515625,0.16307830810546875,0.17070770263671875,0.15473365783691406,0.1518726348876953,0.09298324584960938,0.09059906005859375,0.09131431579589844,0.08988380432128906,0.087738037109375,0.14829635620117188,0.12063980102539062,0.09322166442871094,0.0896453857421875,0.08869171142578125 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.2791881561279297,0.278472900390625,0.27489662170410156,0.27632713317871094,0.27632713317871094,0.2765655517578125,0.2732276916503906,0.3311634063720703,0.3101825714111328,0.27561187744140625,0.30303001403808594,0.30112266540527344,0.30112266540527344,0.29659271240234375,0.29587745666503906,0.29397010803222656,0.2951622009277344,0.29778480529785156,0.3097057342529297,0.30303001403808594 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,0.18715858459472656,0.1838207244873047,0.18906593322753906,0.17976760864257812,0.18262863159179688,0.18024444580078125,0.18358230590820312,0.1804828643798828,0.18095970153808594,0.18644332885742188,0.24700164794921875,0.24127960205078125,0.23412704467773438,0.22721290588378906,0.22363662719726562,0.22792816162109375,0.22554397583007812,0.22673606872558594,0.2224445343017578,0.23818016052246094 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.25916099548339844,0.2608299255371094,0.25916099548339844,0.26035308837890625,0.25725364685058594,0.2567768096923828,0.2574920654296875,0.26297569274902344,0.3161430358886719,0.26607513427734375,0.2467632293701172,0.28252601623535156,0.274658203125,0.22983551025390625,0.23174285888671875,0.22912025451660156,0.2307891845703125,0.2300739288330078,0.23221969604492188,0.23245811462402344 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,0.1914501190185547,0.1900196075439453,0.18978118896484375,0.18930435180664062,0.18930435180664062,0.19097328186035156,0.186920166015625,0.18906593322753906,0.1881122589111328,0.186920166015625,0.13566017150878906,0.1609325408935547,0.15926361083984375,0.1609325408935547,0.1590251922607422,0.1595020294189453,0.15997886657714844,0.15878677368164062,0.15807151794433594,0.15783309936523438 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,0.6575584411621094,0.43272972106933594,0.39315223693847656,0.4107952117919922,0.39267539978027344,0.3833770751953125,0.3905296325683594,0.3826618194580078,0.3781318664550781,0.3733634948730469,0.4241466522216797,0.4239082336425781,0.4246234893798828,0.4265308380126953,0.42247772216796875,0.4220008850097656,0.4220008850097656,0.46825408935546875,0.4239082336425781,0.4227161407470703 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,0.2357959747314453,0.2300739288330078,0.2346038818359375,0.2281665802001953,0.23412704467773438,0.23126602172851562,0.232696533203125,0.22864341735839844,0.23293495178222656,0.2288818359375,0.35691261291503906,0.35858154296875,0.3566741943359375,0.3707408905029297,0.3628730773925781,0.3457069396972656,0.3459453582763672,0.3552436828613281,0.4982948303222656,0.4515647888183594 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,0.5772113800048828,0.5393028259277344,0.41937828063964844,0.3948211669921875,0.38695335388183594,0.38313865661621094,0.385284423828125,0.44608116149902344,0.3857612609863281,0.38361549377441406,0.3273487091064453,0.3254413604736328,0.32520294189453125,0.3285408020019531,0.34332275390625,0.3814697265625,0.3647804260253906,0.3266334533691406,0.32782554626464844,0.3261566162109375 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,0.2865791320800781,0.2830028533935547,0.29778480529785156,0.28204917907714844,0.2789497375488281,0.27561187744140625,0.27823448181152344,0.2760887145996094,0.278472900390625,0.27680397033691406,0.24080276489257812,0.23746490478515625,0.24080276489257812,0.2384185791015625,0.24080276489257812,0.23984909057617188,0.24127960205078125,0.247955322265625,0.2415180206298828,0.2384185791015625 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,0.5075931549072266,0.6434917449951172,0.7574558258056641,0.5669593811035156,0.4978179931640625,0.5335807800292969,0.4935264587402344,0.5309581756591797,0.5002021789550781,0.5278587341308594,0.6725788116455078,0.8633136749267578,0.96893310546875,0.7576942443847656,0.7500648498535156,0.6289482116699219,0.8540153503417969,0.6787776947021484,0.7166862487792969,0.6124973297119141 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,0.3845691680908203,0.38933753967285156,0.3883838653564453,0.3910064697265625,0.3771781921386719,0.3819465637207031,0.37980079650878906,0.3898143768310547,0.3790855407714844,0.3879070281982422,0.5943775177001953,0.583648681640625,0.5688667297363281,0.5757808685302734,0.5784034729003906,0.6322860717773438,0.5331039428710938,0.5543231964111328,0.5393028259277344,0.6361007690429688 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,0.5476474761962891,0.5507469177246094,0.5087852478027344,0.5457401275634766,0.5106925964355469,0.545501708984375,0.5068778991699219,0.5538463592529297,0.5071163177490234,0.5464553833007812,0.46372413635253906,0.4210472106933594,0.46634674072265625,0.4265308380126953,0.4715919494628906,0.5297660827636719,0.469207763671875,0.42057037353515625,0.4677772521972656,0.4172325134277344 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,0.4112720489501953,0.41675567626953125,0.41103363037109375,0.41675567626953125,0.41961669921875,0.42247772216796875,0.4177093505859375,0.43487548828125,0.42057037353515625,0.4191398620605469,0.43511390686035156,0.42748451232910156,0.4286766052246094,0.4241466522216797,0.4284381866455078,0.42557716369628906,0.42510032653808594,0.4265308380126953,0.43845176696777344,0.6606578826904297 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,0.5943775177001953,0.6051063537597656,0.6017684936523438,0.5919933319091797,0.5919933319091797,0.5860328674316406,0.5877017974853516,0.5867481231689453,0.6051063537597656,0.5865097045898438,1.0149478912353516,0.9391307830810547,0.9000301361083984,0.7739067077636719,0.9210109710693359,0.9293556213378906,0.843048095703125,0.8246898651123047,0.736236572265625,0.9036064147949219 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,0.4878044128417969,0.48065185546875,0.47707557678222656,0.47469139099121094,0.4723072052001953,0.48923492431640625,0.4730224609375,0.4684925079345703,0.4723072052001953,0.469207763671875,0.6854534149169922,0.6871223449707031,0.7283687591552734,0.8697509765625,1.0042190551757812,0.7991790771484375,0.8032321929931641,0.7045269012451172,0.8261203765869141,0.7681846618652344 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,0.6079673767089844,0.6265640258789062,0.6132125854492188,0.6053447723388672,0.9398460388183594,0.9448528289794922,0.8292198181152344,0.8070468902587891,0.7977485656738281,0.8006095886230469,0.6365776062011719,0.6504058837890625,0.579833984375,0.58746337890625,0.659942626953125,0.6568431854248047,0.6339550018310547,0.5784034729003906,0.6320476531982422,0.5764961242675781 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,0.5269050598144531,0.5047321319580078,0.5028247833251953,0.4944801330566406,0.49591064453125,0.49495697021484375,0.4932880401611328,0.5002021789550781,0.4973411560058594,0.49233436584472656,0.4627704620361328,0.6425380706787109,0.4687309265136719,0.45990943908691406,0.45871734619140625,0.45490264892578125,0.461578369140625,0.45680999755859375,0.45680999755859375,0.4553794860839844 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.3142356872558594,0.6105899810791016,0.5366802215576172,0.4849433898925781,0.47016143798828125,0.4649162292480469,0.45752525329589844,0.4546642303466797,0.4756450653076172,0.3552436828613281,0.3190040588378906,0.43511390686035156,0.4591941833496094,0.27298927307128906,0.25773048400878906,0.3380775451660156,0.3936290740966797,0.32591819763183594,0.32639503479003906,0.3018379211425781 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.19669532775878906,0.18453598022460938,0.18978118896484375,0.48160552978515625,0.1938343048095703,0.18644332885742188,0.1857280731201172,0.1800060272216797,0.1862049102783203,0.1857280731201172,0.09584426879882812,0.09608268737792969,0.09894371032714844,0.09584426879882812,0.09441375732421875,0.09417533874511719,0.09322166442871094,0.09703636169433594,0.09322166442871094,0.09441375732421875 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.255584716796875,0.2536773681640625,0.2529621124267578,0.2512931823730469,0.2498626708984375,0.25010108947753906,0.25272369384765625,0.2503395080566406,0.2491474151611328,0.25081634521484375,0.2498626708984375,0.247955322265625,0.24628639221191406,0.2448558807373047,0.2548694610595703,0.24652481079101562,0.24318695068359375,0.2734661102294922,0.33974647521972656,0.3802776336669922 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.17118453979492188,0.1983642578125,0.18310546875,0.16021728515625,0.15878677368164062,0.15473365783691406,0.15687942504882812,0.1556873321533203,0.15854835510253906,0.15592575073242188,0.0896453857421875,0.08630752563476562,0.08559226989746094,0.08511543273925781,0.08440017700195312,0.08511543273925781,0.08392333984375,0.08440017700195312,0.08296966552734375,0.08487701416015625 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.28705596923828125,0.40435791015625,0.2789497375488281,0.3960132598876953,0.270843505859375,0.39458274841308594,0.27108192443847656,0.39505958557128906,0.2677440643310547,0.8029937744140625,0.4119873046875,0.28061866760253906,0.4036426544189453,0.29540061950683594,0.40411949157714844,0.27370452880859375,0.4055500030517578,0.2715587615966797,0.40340423583984375,0.26988983154296875 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,0.2067089080810547,0.19025802612304688,0.19168853759765625,0.18358230590820312,0.19598007202148438,0.18262863159179688,0.1862049102783203,0.1842975616455078,0.1850128173828125,0.18286705017089844,0.16617774963378906,0.17213821411132812,0.1628398895263672,0.1590251922607422,0.15592575073242188,0.1595020294189453,0.1609325408935547,0.16450881958007812,0.17833709716796875,0.164031982421875 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.2608299255371094,0.3783702850341797,0.25200843811035156,0.37479400634765625,0.2765655517578125,0.3857612609863281,0.24843215942382812,0.3719329833984375,0.24628639221191406,0.37288665771484375,0.3514289855957031,0.2884864807128906,0.3542900085449219,0.22149085998535156,0.34308433532714844,0.23126602172851562,0.3542900085449219,0.3287792205810547,0.3466606140136719,0.2224445343017578 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,0.21839141845703125,0.2143383026123047,0.21457672119140625,0.21696090698242188,0.21386146545410156,0.21648406982421875,0.21457672119140625,0.2117156982421875,0.21028518676757812,0.18095970153808594,0.110626220703125,0.10800361633300781,0.11086463928222656,0.1087188720703125,0.10967254638671875,0.10919570922851562,0.10943412780761719,0.10728836059570312,0.1068115234375,0.10776519775390625 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.385284423828125,0.3762245178222656,0.37550926208496094,0.3743171691894531,0.37479400634765625,0.3719329833984375,0.3724098205566406,0.3845691680908203,0.4093647003173828,0.37789344787597656,0.5443096160888672,0.46825408935546875,0.446319580078125,0.43010711669921875,0.43129920959472656,0.423431396484375,0.4258155822753906,0.43129920959472656,0.4277229309082031,0.42700767517089844 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,0.20575523376464844,0.19931793212890625,0.19931793212890625,0.19741058349609375,0.1995563507080078,0.1990795135498047,0.1995563507080078,0.19288063049316406,0.19931793212890625,0.19288063049316406,0.23031234741210938,0.22602081298828125,0.23984909057617188,0.22864341735839844,0.22459030151367188,0.2231597900390625,0.2281665802001953,0.22363662719726562,0.2262592315673828,0.22602081298828125 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,0.3693103790283203,0.3685951232910156,0.36978721618652344,0.36787986755371094,0.3674030303955078,0.37479400634765625,0.3745555877685547,0.3647804260253906,0.36215782165527344,0.3631114959716797,0.4317760467529297,0.3948211669921875,0.3838539123535156,0.3867149353027344,0.38313865661621094,0.4253387451171875,0.4837512969970703,0.4329681396484375,0.3604888916015625,0.3612041473388672 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,0.20456314086914062,0.20241737365722656,0.20384788513183594,0.2014636993408203,0.20360946655273438,0.20003318786621094,0.20194053649902344,0.19812583923339844,0.2224445343017578,0.20647048950195312,0.16570091247558594,0.16307830810546875,0.16808509826660156,0.1659393310546875,0.16450881958007812,0.1633167266845703,0.16307830810546875,0.16307830810546875,0.16260147094726562,0.16260147094726562 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.7538795471191406,0.5407333374023438,0.5087852478027344,0.49185752868652344,0.4878044128417969,0.4837512969970703,0.4837512969970703,0.48160552978515625,0.48041343688964844,0.48351287841796875,0.5207061767578125,0.5459785461425781,0.5331039428710938,0.5292892456054688,0.5881786346435547,0.6883144378662109,0.5774497985839844,0.5679130554199219,0.5609989166259766,0.5733966827392578 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,0.244140625,0.2384185791015625,0.24580955505371094,0.24080276489257812,0.2384185791015625,0.23102760314941406,0.2372264862060547,0.23102760314941406,0.25081634521484375,0.2307891845703125,0.3643035888671875,0.3707408905029297,0.3616809844970703,0.3528594970703125,0.3581047058105469,0.35572052001953125,0.3554821014404297,0.3523826599121094,0.36025047302246094,0.3616809844970703 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,0.5056858062744141,0.4839897155761719,0.4799365997314453,0.4737377166748047,0.4744529724121094,0.4787445068359375,0.47707557678222656,0.4792213439941406,0.4830360412597656,0.48160552978515625,0.44846534729003906,0.4475116729736328,0.45609474182128906,0.4787445068359375,0.44608116149902344,0.4611015319824219,0.48732757568359375,0.4780292510986328,0.469207763671875,0.4475116729736328 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,0.28777122497558594,0.2779960632324219,0.278472900390625,0.27871131896972656,0.278472900390625,0.2892017364501953,0.2942085266113281,0.29015541076660156,0.3147125244140625,0.5352497100830078,0.28896331787109375,0.28443336486816406,0.28228759765625,0.2834796905517578,0.2810955047607422,0.28061866760253906,0.2808570861816406,0.27942657470703125,0.28204917907714844,0.28133392333984375 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,0.7483959197998047,0.7610321044921875,0.7550716400146484,0.7407665252685547,0.7462501525878906,0.7507801055908203,0.7536411285400391,0.7474422454833984,0.7431507110595703,0.7448196411132812,1.0607242584228516,1.1126995086669922,1.1131763458251953,1.2505054473876953,1.210927963256836,1.0933876037597656,1.1057853698730469,1.0945796966552734,1.2984275817871094,1.1906623840332031 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,0.3936290740966797,0.38814544677734375,0.38242340087890625,0.3876686096191406,0.3814697265625,0.3905296325683594,0.38504600524902344,0.3859996795654297,0.3821849822998047,0.3819465637207031,0.7255077362060547,0.7197856903076172,0.7390975952148438,0.7297992706298828,0.7169246673583984,0.6721019744873047,0.6699562072753906,0.7092952728271484,0.8273124694824219,0.9469985961914062 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,0.7929801940917969,0.7860660552978516,0.7796287536621094,0.7829666137695312,0.7801055908203125,0.7779598236083984,0.7803440093994141,0.7710456848144531,0.7774829864501953,0.7786750793457031,0.9896755218505859,0.8504390716552734,0.881195068359375,1.0731220245361328,0.9400844573974609,0.93841552734375,0.8029937744140625,0.7255077362060547,0.949859619140625,0.9584426879882812 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,0.5047321319580078,0.5016326904296875,0.5083084106445312,0.5002021789550781,0.5092620849609375,0.4963874816894531,0.5044937133789062,0.5004405975341797,0.5047321319580078,0.49877166748046875,0.4711151123046875,0.47898292541503906,0.5104541778564453,0.5147457122802734,0.5080699920654297,0.48041343688964844,0.5042552947998047,0.5080699920654297,0.5049705505371094,0.5068778991699219 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,1.234292984008789,1.1386871337890625,1.2164115905761719,1.3613700866699219,1.1603832244873047,1.0380744934082031,1.1599063873291016,1.0194778442382812,1.1434555053710938,1.0182857513427734,1.5366077423095703,1.596689224243164,1.6469955444335938,1.5344619750976562,1.5819072723388672,1.7654895782470703,1.4729499816894531,1.6961097717285156,1.5635490417480469,1.6584396362304688 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,0.9465217590332031,0.9286403656005859,0.90789794921875,0.89263916015625,0.9157657623291016,0.8938312530517578,0.888824462890625,0.8864402770996094,1.0237693786621094,1.062631607055664,1.2969970703125,1.2509822845458984,1.1954307556152344,1.1920928955078125,1.2438297271728516,1.344442367553711,1.2230873107910156,1.2536048889160156,1.3728141784667969,1.3594627380371094 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,1.5001296997070312,1.5823841094970703,1.5366077423095703,1.4317035675048828,1.4772415161132812,1.3337135314941406,1.3840198516845703,1.2619495391845703,1.4226436614990234,1.3148784637451172,1.0728836059570312,1.0979175567626953,1.2295246124267578,1.4200210571289062,1.0902881622314453,1.2669563293457031,1.2221336364746094,1.3508796691894531,1.306772232055664,1.4011859893798828 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,0.7894039154052734,0.7863044738769531,0.7898807525634766,0.7891654968261719,0.7829666137695312,0.7832050323486328,0.7841587066650391,0.7803440093994141,0.7860660552978516,0.7786750793457031,1.0023117065429688,0.9458065032958984,0.9410381317138672,1.020669937133789,0.9901523590087891,0.9064674377441406,0.7827281951904297,0.7691383361816406,1.1241436004638672,0.9822845458984375 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,1.4104843139648438,1.276254653930664,1.4328956604003906,1.2998580932617188,1.4383792877197266,1.3568401336669922,1.4047622680664062,1.2969970703125,1.3859272003173828,1.2738704681396484,1.7883777618408203,1.9958019256591797,1.9612312316894531,2.146005630493164,2.0551681518554688,2.1181106567382812,1.9299983978271484,2.0668506622314453,1.9140243530273438,2.1181106567382812 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,0.9629726409912109,0.972747802734375,0.9675025939941406,0.965118408203125,0.9546279907226562,0.9682178497314453,0.9708404541015625,1.3134479522705078,0.9794235229492188,0.9925365447998047,1.837015151977539,1.669168472290039,1.7681121826171875,1.8267631530761719,1.8320083618164062,1.708984375,1.7762184143066406,1.8239021301269531,1.7728805541992188,1.7344951629638672 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,1.5399456024169922,1.4333724975585938,1.626729965209961,1.3985633850097656,1.514434814453125,1.3654232025146484,1.7085075378417969,1.3692378997802734,1.4600753784179688,1.4138221740722656,1.3415813446044922,1.5347003936767578,1.5079975128173828,1.5842914581298828,1.5273094177246094,1.589059829711914,1.5497207641601562,1.5828609466552734,1.5261173248291016,1.651763916015625 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,1.3527870178222656,1.4390945434570312,1.6024112701416016,1.3194084167480469,1.2927055358886719,1.2655258178710938,1.308441162109375,1.2843608856201172,1.2369155883789062,1.2063980102539062,1.1761188507080078,1.2519359588623047,1.0857582092285156,1.108407974243164,1.2459754943847656,1.194000244140625,1.2896060943603516,1.2776851654052734,1.211404800415039,1.2421607971191406 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.5342960357666016,0.7410049438476562,0.4291534423828125,0.5602836608886719,0.3616809844970703,0.5462169647216797,0.36454200744628906,0.5402565002441406,0.3390312194824219,0.5376338958740234,0.5342960357666016,0.32901763916015625,0.5939006805419922,0.3299713134765625,0.5283355712890625,0.3261566162109375,0.5269050598144531,0.3314018249511719,0.5304813385009766,0.3292560577392578 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,0.2071857452392578,0.1964569091796875,0.1971721649169922,0.19550323486328125,0.19669532775878906,0.19621849060058594,0.19216537475585938,0.19049644470214844,0.19216537475585938,0.19311904907226562,0.217437744140625,0.21791458129882812,0.2262592315673828,0.18095970153808594,0.14257431030273438,0.21147727966308594,0.2789497375488281,0.21457672119140625,0.21123886108398438,0.21028518676757812 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.3247261047363281,0.5204677581787109,0.3216266632080078,0.5328655242919922,0.3178119659423828,0.5156993865966797,0.3185272216796875,0.5125999450683594,0.31685829162597656,0.5145072937011719,0.49614906311035156,0.29730796813964844,0.4963874816894531,0.29659271240234375,0.507354736328125,0.32448768615722656,0.5030632019042969,0.3535747528076172,0.5369186401367188,0.32591819763183594 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.1876354217529297,0.18215179443359375,0.1857280731201172,0.1838207244873047,0.18525123596191406,0.18167495727539062,0.1857280731201172,0.18143653869628906,0.18477439880371094,0.18143653869628906,0.11134147644042969,0.11038780212402344,0.11539459228515625,0.10275840759277344,0.10251998901367188,0.10204315185546875,0.10156631469726562,0.10228157043457031,0.10180473327636719,0.10132789611816406 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.5426406860351562,0.5373954772949219,0.5366802215576172,0.5400180816650391,0.5381107330322266,0.5371570587158203,0.5304813385009766,0.5340576171875,0.5278587341308594,0.5326271057128906,0.5421638488769531,0.5376338958740234,0.5466938018798828,0.5407333374023438,0.5366802215576172,0.5397796630859375,0.5459785461425781,0.5400180816650391,0.5357265472412109,0.5421638488769531 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,0.22292137145996094,0.2167224884033203,0.22339820861816406,0.2193450927734375,0.21576881408691406,0.21910667419433594,0.225067138671875,0.21219253540039062,0.22649765014648438,0.22649765014648438,0.29850006103515625,0.22983551025390625,0.22721290588378906,0.2295970916748047,0.22530555725097656,0.225067138671875,0.22649765014648438,0.22482872009277344,0.24175643920898438,0.225067138671875 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.5545616149902344,0.5645751953125,0.5483627319335938,0.5488395690917969,0.5495548248291016,0.5393028259277344,0.5137920379638672,0.5166530609130859,0.5080699920654297,0.5133152008056641,0.4856586456298828,0.49614906311035156,0.6101131439208984,0.6480216979980469,0.5478858947753906,0.48923492431640625,0.6611347198486328,0.49757957458496094,0.5300045013427734,0.5085468292236328 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,0.2148151397705078,0.21076202392578125,0.20837783813476562,0.2105236053466797,0.20742416381835938,0.2048015594482422,0.20599365234375,0.20647048950195312,0.20551681518554688,0.20766258239746094,0.2117156982421875,0.19407272338867188,0.1811981201171875,0.19431114196777344,0.17881393432617188,0.17642974853515625,0.17309188842773438,0.17189979553222656,0.1728534698486328,0.1735687255859375 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.6928443908691406,0.5085468292236328,0.6835460662841797,0.5087852478027344,0.6880760192871094,0.5130767822265625,0.6804466247558594,0.5035400390625,0.6754398345947266,0.5011558532714844,0.5314350128173828,0.7040500640869141,0.5345344543457031,0.7016658782958984,0.5826950073242188,0.7486343383789062,0.5860328674316406,0.7457733154296875,0.5681514739990234,0.7550716400146484 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,0.2818107604980469,0.27823448181152344,0.2906322479248047,0.26488304138183594,0.26488304138183594,0.2651214599609375,0.2529621124267578,0.23412704467773438,0.23984909057617188,0.2396106719970703,0.2999305725097656,0.30112266540527344,0.29921531677246094,0.2982616424560547,0.29754638671875,0.29778480529785156,0.33974647521972656,0.33402442932128906,0.29850006103515625,0.29277801513671875 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,0.6685256958007812,0.4947185516357422,0.9901523590087891,0.8466243743896484,0.8943080902099609,0.7011890411376953,0.8568763732910156,0.6844997406005859,0.8502006530761719,0.6709098815917969,0.5106925964355469,0.7205009460449219,0.6649494171142578,0.7755756378173828,0.6268024444580078,0.6918907165527344,0.5955696105957031,0.8699893951416016,0.6246566772460938,0.7414817810058594 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,0.24628639221191406,0.24771690368652344,0.2453327178955078,0.24580955505371094,0.24557113647460938,0.2574920654296875,0.24366378784179688,0.24080276489257812,0.23746490478515625,0.23674964904785156,0.213623046875,0.2117156982421875,0.2110004425048828,0.20885467529296875,0.209808349609375,0.2110004425048828,0.20956993103027344,0.20956993103027344,0.21076202392578125,0.20956993103027344 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,0.5726814270019531,0.6852149963378906,0.7474422454833984,1.0352134704589844,0.81634521484375,0.8916854858398438,0.7233619689941406,0.8535385131835938,0.7276535034179688,0.8652210235595703,0.7801055908203125,0.6122589111328125,0.7703304290771484,0.6194114685058594,0.7760524749755859,0.6055831909179688,0.7674694061279297,0.8230209350585938,1.0890960693359375,0.8015632629394531 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,0.3032684326171875,0.2892017364501953,0.2894401550292969,0.2720355987548828,0.28061866760253906,0.2727508544921875,0.28014183044433594,0.27561187744140625,0.2779960632324219,0.27561187744140625,0.5545616149902344,0.47469139099121094,0.45299530029296875,0.45108795166015625,0.4467964172363281,0.4458427429199219,0.44655799865722656,0.4458427429199219,0.4448890686035156,0.46372413635253906 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,0.5199909210205078,0.6608963012695312,0.5176067352294922,0.6642341613769531,0.5173683166503906,0.6585121154785156,0.507354736328125,0.6539821624755859,0.5128383636474609,0.6651878356933594,0.598907470703125,0.43845176696777344,0.7755756378173828,0.6108283996582031,0.6635189056396484,0.4394054412841797,0.5934238433837891,0.4367828369140625,0.7064342498779297,0.606536865234375 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,0.5655288696289062,0.5295276641845703,0.5159378051757812,0.5118846893310547,0.507354736328125,0.5333423614501953,0.5214214324951172,0.45490264892578125,0.4734992980957031,0.7448196411132812,0.3185272216796875,0.31566619873046875,0.32591819763183594,0.3566741943359375,0.3445148468017578,0.3135204315185547,0.32138824462890625,0.32639503479003906,0.35572052001953125,0.3559589385986328 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,1.3318061828613281,1.0914802551269531,1.40380859375,1.1026859283447266,1.2407302856445312,1.096487045288086,1.2516975402832031,1.3391971588134766,1.5778541564941406,1.3206005096435547,1.455068588256836,1.8129348754882812,1.6193389892578125,1.7879009246826172,1.5270709991455078,1.6531944274902344,1.5401840209960938,1.7037391662597656,1.5985965728759766,1.7828941345214844 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,0.4858970642089844,0.47469139099121094,0.4925727844238281,0.4673004150390625,0.4737377166748047,0.46825408935546875,0.4763603210449219,0.4825592041015625,0.8835792541503906,0.4944801330566406,0.9624958038330078,1.1425018310546875,1.1365413665771484,1.207113265991211,1.2645721435546875,1.41143798828125,1.291036605834961,1.1868476867675781,1.3720989227294922,1.3818740844726562 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,1.3625621795654297,1.1494159698486328,1.2805461883544922,1.1191368103027344,1.332998275756836,1.130819320678711,1.2733936309814453,1.1374950408935547,1.3470649719238281,1.5361309051513672,1.142740249633789,1.4209747314453125,1.214742660522461,1.3380050659179688,1.0781288146972656,1.4142990112304688,1.1730194091796875,1.2359619140625,1.0938644409179688,1.40380859375 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,0.7061958312988281,0.6949901580810547,0.6859302520751953,0.6887912750244141,0.6892681121826172,0.6861686706542969,0.6864070892333984,0.6816387176513672,0.6823539733886719,0.6856918334960938,1.0144710540771484,0.8835792541503906,0.9479522705078125,0.8921623229980469,0.7922649383544922,0.7843971252441406,0.9005069732666016,0.8420944213867188,0.8418560028076172,0.8356571197509766 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,1.9888877868652344,1.5194416046142578,1.62506103515625,1.5552043914794922,1.695871353149414,1.512289047241211,1.7018318176269531,1.5020370483398438,1.6331672668457031,1.4886856079101562,1.9881725311279297,2.2187232971191406,2.004861831665039,2.208709716796875,2.1245479583740234,2.2192001342773438,2.054929733276367,2.287626266479492,2.145051956176758,2.313852310180664 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,0.9810924530029297,0.9796619415283203,1.0013580322265625,1.0204315185546875,1.3561248779296875,1.0139942169189453,0.9965896606445312,1.004934310913086,0.9741783142089844,0.9722709655761719,1.8315315246582031,1.8157958984375,1.9330978393554688,1.894235610961914,1.8720626831054688,1.9271373748779297,1.9478797912597656,1.8241405487060547,1.912832260131836,1.8854141235351562 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,1.7857551574707031,1.6417503356933594,1.7285346984863281,1.6400814056396484,1.7845630645751953,1.6291141510009766,1.787424087524414,1.5952587127685547,1.947164535522461,1.5704631805419922,1.6384124755859375,1.7764568328857422,1.657247543334961,1.7123222351074219,1.607656478881836,1.8146038055419922,1.6984939575195312,1.8494129180908203,1.6148090362548828,1.8918514251708984 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,1.1212825775146484,1.1196136474609375,1.1126995086669922,1.1138916015625,1.1105537414550781,1.1153221130371094,1.1098384857177734,1.1107921600341797,1.1136531829833984,1.1179447174072266,1.3217926025390625,1.2814998626708984,1.272439956665039,1.3515949249267578,1.3201236724853516,1.4007091522216797,1.4007091522216797,1.3172626495361328,1.367807388305664,1.4140605926513672 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,1.9397735595703125,2.0308494567871094,1.8761157989501953,2.295255661010742,1.920461654663086,2.0873546600341797,1.9202232360839844,2.019643783569336,1.9154548645019531,2.077817916870117,2.9325485229492188,2.9366016387939453,2.8772354125976562,2.7801990509033203,2.962350845336914,2.759695053100586,2.937793731689453,2.6750564575195312,2.9821395874023438,2.570629119873047 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,1.5273094177246094,1.486063003540039,1.8360614776611328,1.4657974243164062,1.4338493347167969,1.4405250549316406,1.4882087707519531,1.5158653259277344,1.5158653259277344,1.4617443084716797,2.656698226928711,2.5565624237060547,2.628803253173828,2.5250911712646484,2.629995346069336,2.5632381439208984,2.35748291015625,2.4976730346679688,2.5184154510498047,2.51007080078125 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,1.9965171813964844,2.2139549255371094,1.9984245300292969,2.2084712982177734,2.0101070404052734,2.2211074829101562,2.229452133178711,2.2118091583251953,2.0601749420166016,2.1393299102783203,2.2788047790527344,2.106904983520508,2.2699832916259766,1.9741058349609375,2.1855831146240234,1.903533935546875,2.2771358489990234,1.8939971923828125,2.2552013397216797,1.89208984375 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,1.5838146209716797,1.651763916015625,1.590728759765625,1.6584396362304688,1.6393661499023438,1.6295909881591797,1.8537044525146484,1.6100406646728516,1.6429424285888672,1.6748905181884766,1.9102096557617188,1.7211437225341797,1.7173290252685547,1.8243789672851562,1.7938613891601562,1.7802715301513672,1.8799304962158203,1.7423629760742188,1.7774105072021484,1.8718242645263672 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.66375732421875,0.6196498870849609,0.6089210510253906,0.5996227264404297,0.5967617034912109,0.6000995635986328,0.6144046783447266,0.5979537963867188,0.5917549133300781,0.5879402160644531,0.4584789276123047,0.4832744598388672,0.4703998565673828,0.4527568817138672,0.44846534729003906,0.45800209045410156,0.4622936248779297,0.4436969757080078,0.4513263702392578,0.47659873962402344 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,0.22411346435546875,0.2200603485107422,0.21886825561523438,0.2193450927734375,0.2186298370361328,0.21839141845703125,0.2155303955078125,0.21338462829589844,0.22912025451660156,0.2288818359375,0.23436546325683594,0.2200603485107422,0.20265579223632812,0.21266937255859375,0.21910667419433594,0.1938343048095703,0.20623207092285156,0.16808509826660156,0.1544952392578125,0.14328956604003906 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.4291534423828125,0.39958953857421875,0.39839744567871094,0.39768218994140625,0.39768218994140625,0.3974437713623047,0.3979206085205078,0.40030479431152344,0.3943443298339844,0.3943443298339844,0.36144256591796875,0.3719329833984375,0.3654956817626953,0.36072731018066406,0.3604888916015625,0.3604888916015625,0.3604888916015625,0.3590583801269531,0.3612041473388672,0.3600120544433594 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,0.22840499877929688,0.2052783966064453,0.20503997802734375,0.2048015594482422,0.2028942108154297,0.20241737365722656,0.20432472229003906,0.2014636993408203,0.202178955078125,0.2033710479736328,0.09393692016601562,0.09322166442871094,0.09393692016601562,0.09441375732421875,0.09059906005859375,0.09226799011230469,0.09083747863769531,0.09202957153320312,0.09179115295410156,0.09131431579589844 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.6728172302246094,0.40984153747558594,0.6639957427978516,0.4031658172607422,0.6573200225830078,0.40221214294433594,0.6594657897949219,0.40650367736816406,0.6597042083740234,0.4119873046875,0.4813671112060547,0.8587837219238281,0.4756450653076172,0.8199214935302734,0.44417381286621094,0.8223056793212891,0.4410743713378906,0.7617473602294922,0.4401206970214844,0.8246898651123047 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,0.34499168395996094,0.27823448181152344,0.25200843811035156,0.25081634521484375,0.24580955505371094,0.24080276489257812,0.2503395080566406,0.244140625,0.24580955505371094,0.24271011352539062,0.2980232238769531,0.24962425231933594,0.24271011352539062,0.23984909057617188,0.24080276489257812,0.2415180206298828,0.23794174194335938,0.23984909057617188,0.24008750915527344,0.23746490478515625 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,0.6613731384277344,0.4000663757324219,0.6515979766845703,0.4048347473144531,0.6456375122070312,0.3924369812011719,0.6434917449951172,0.39958953857421875,0.6463527679443359,0.39315223693847656,0.614166259765625,0.8068084716796875,0.41675567626953125,0.7748603820800781,0.36644935607910156,0.7977485656738281,0.4496574401855469,0.7126331329345703,0.37860870361328125,0.8530616760253906 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,0.23627281188964844,0.2319812774658203,0.23293495178222656,0.23174285888671875,0.2319812774658203,0.23055076599121094,0.2300739288330078,0.22649765014648438,0.23221969604492188,0.2319812774658203,0.16927719116210938,0.17452239990234375,0.17333030700683594,0.17523765563964844,0.17452239990234375,0.1773834228515625,0.17404556274414062,0.1728534698486328,0.17309188842773438,0.17189979553222656 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,0.6303787231445312,0.7009506225585938,0.6723403930664062,0.6995201110839844,0.6625652313232422,0.9958744049072266,0.6735324859619141,0.6518363952636719,0.6492137908935547,0.6556510925292969,1.0223388671875,0.8680820465087891,0.8039474487304688,0.7889270782470703,0.8709430694580078,0.7884502410888672,0.8289813995361328,0.7545948028564453,0.6983280181884766,0.8325576782226562 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,0.48661231994628906,0.4706382751464844,0.5471706390380859,0.4858970642089844,0.7474422454833984,0.484466552734375,0.45800209045410156,0.453948974609375,0.4687309265136719,0.46753883361816406,0.39505958557128906,0.3876686096191406,0.38170814514160156,0.39124488830566406,0.4000663757324219,0.3895759582519531,0.3886222839355469,0.3840923309326172,0.3914833068847656,0.3826618194580078 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,0.621795654296875,0.6031990051269531,0.6034374237060547,0.6089210510253906,0.6012916564941406,0.5996227264404297,0.6031990051269531,0.6015300750732422,0.5998611450195312,0.5998611450195312,0.6601810455322266,0.6823539733886719,0.682830810546875,0.6415843963623047,0.6184577941894531,0.6251335144042969,0.614166259765625,0.6165504455566406,0.6833076477050781,0.6785392761230469 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,0.2872943878173828,0.2868175506591797,0.28133392333984375,0.28252601623535156,0.2849102020263672,0.28204917907714844,0.2815723419189453,0.2772808074951172,0.2753734588623047,0.2803802490234375,0.2906322479248047,0.27489662170410156,0.23698806762695312,0.2524852752685547,0.28777122497558594,0.28777122497558594,0.2830028533935547,0.2875328063964844,0.2837181091308594,0.23818016052246094 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,0.8411407470703125,0.8380413055419922,0.8275508880615234,0.8256435394287109,0.8347034454345703,1.0781288146972656,0.8671283721923828,0.8413791656494141,0.8358955383300781,0.8373260498046875,1.1780261993408203,1.0495185852050781,1.1806488037109375,1.0371208190917969,1.094818115234375,1.0595321655273438,1.1470317840576172,1.0271072387695312,1.2507438659667969,1.146554946899414 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,0.3669261932373047,0.37026405334472656,0.33354759216308594,0.3445148468017578,0.31828880310058594,0.3223419189453125,0.3185272216796875,0.31876564025878906,0.3192424774169922,0.3230571746826172,0.6239414215087891,0.6194114685058594,0.6299018859863281,0.6194114685058594,0.6115436553955078,0.6041526794433594,0.61798095703125,0.6067752838134766,0.6349086761474609,0.6206035614013672 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,0.8723735809326172,0.8630752563476562,0.8618831634521484,0.8535385131835938,0.8566379547119141,0.8604526519775391,0.8578300476074219,0.8559226989746094,0.8614063262939453,0.8518695831298828,0.8072853088378906,0.7655620574951172,0.7605552673339844,0.8144378662109375,1.0716915130615234,0.8318424224853516,0.9844303131103516,0.9968280792236328,0.9922981262207031,0.8833408355712891 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,0.4420280456542969,0.4525184631347656,0.5118846893310547,0.44345855712890625,0.438690185546875,0.4372596740722656,0.4391670227050781,0.43582916259765625,0.44226646423339844,0.4363059997558594,0.438690185546875,0.4210472106933594,0.41604042053222656,0.4401206970214844,0.4374980926513672,0.4220008850097656,0.3914833068847656,0.38909912109375,0.3864765167236328,0.4181861877441406 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,1.481771469116211,1.682281494140625,1.4066696166992188,1.7554759979248047,1.489877700805664,1.703023910522461,1.4858245849609375,1.680612564086914,1.4078617095947266,1.6715526580810547,2.3779869079589844,2.002716064453125,2.2211074829101562,2.0122528076171875,2.0990371704101562,1.8880367279052734,2.0287036895751953,1.9681453704833984,2.033233642578125,1.8870830535888672 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,0.6101131439208984,0.6053447723388672,0.6113052368164062,0.6010532379150391,0.6012916564941406,0.6012916564941406,0.5967617034912109,0.6024837493896484,0.6039142608642578,0.6012916564941406,1.318216323852539,1.5091896057128906,1.4905929565429688,1.4963150024414062,1.5516281127929688,1.5006065368652344,1.5664100646972656,1.5225410461425781,1.3287067413330078,1.6934871673583984 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,1.4863014221191406,1.680135726928711,1.4789104461669922,1.6808509826660156,1.524209976196289,1.6808509826660156,1.6949176788330078,1.86920166015625,1.4843940734863281,1.7063617706298828,1.8372535705566406,1.5010833740234375,1.6820430755615234,1.7299652099609375,1.7614364624023438,1.6260147094726562,1.8117427825927734,1.6591548919677734,1.8062591552734375,1.4240741729736328 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,0.8678436279296875,0.8680820465087891,0.8652210235595703,0.8602142333984375,0.8618831634521484,0.8656978607177734,0.8642673492431641,0.8642673492431641,0.8690357208251953,0.8645057678222656,1.0437965393066406,0.9002685546875,0.9012222290039062,0.89263916015625,0.9741783142089844,1.140594482421875,0.9806156158447266,0.9493827819824219,1.043558120727539,1.1370182037353516 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,2.168416976928711,1.9502639770507812,2.1893978118896484,1.9383430480957031,2.253293991088867,2.1712779998779297,2.3686885833740234,1.9409656524658203,2.2001266479492188,1.9826889038085938,2.679109573364258,2.8650760650634766,2.571582794189453,3.3121109008789062,2.7582645416259766,3.0939579010009766,2.8467178344726562,3.07464599609375,2.780914306640625,3.389596939086914 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,1.3341903686523438,1.3661384582519531,1.2903213500976562,1.3363361358642578,1.5828609466552734,1.3053417205810547,1.2640953063964844,1.2764930725097656,1.2695789337158203,1.268625259399414,2.291440963745117,2.291440963745117,2.382040023803711,2.444028854370117,2.293825149536133,2.4785995483398438,2.3584365844726562,2.2721290588378906,2.2580623626708984,2.2754669189453125 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,2.2993087768554688,2.0558834075927734,2.3033618927001953,2.2592544555664062,2.2437572479248047,2.1219253540039062,2.2482872009277344,2.098560333251953,2.2776126861572266,2.1321773529052734,2.1216869354248047,2.2928714752197266,2.1512508392333984,2.409219741821289,1.9583702087402344,2.2742748260498047,2.089262008666992,2.3603439331054688,2.1004676818847656,2.382040023803711 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,1.5225410461425781,1.5172958374023438,1.4412403106689453,1.504659652709961,1.4939308166503906,1.439809799194336,1.497030258178711,1.4443397521972656,1.436471939086914,1.434326171875,1.6014575958251953,1.7399787902832031,1.7278194427490234,1.68609619140625,1.8134117126464844,1.77001953125,1.7714500427246094,1.6188621520996094,1.7154216766357422,1.7747879028320312 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,2.5026798248291016,2.6807785034179688,2.492189407348633,2.973794937133789,2.4442672729492188,2.686738967895508,2.4797916412353516,2.785205841064453,2.7039051055908203,3.3102035522460938,3.671884536743164,3.3087730407714844,3.690958023071289,3.4410953521728516,4.046916961669922,3.393888473510742,3.7355422973632812,3.462076187133789,3.6652088165283203,3.6411285400390625 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,1.8851757049560547,1.8661022186279297,1.8067359924316406,1.786947250366211,1.8389225006103516,1.8086433410644531,2.086162567138672,1.844167709350586,1.8813610076904297,1.8155574798583984,3.269195556640625,3.063201904296875,3.129243850708008,3.1235218048095703,3.1244754791259766,3.0236244201660156,3.4682750701904297,3.1294822692871094,3.160238265991211,3.2083988189697266 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,2.622842788696289,2.788543701171875,2.5763511657714844,3.245115280151367,2.646207809448242,2.8688907623291016,2.5827884674072266,2.8235912322998047,2.5873184204101562,3.3826828002929688,2.704143524169922,2.6192665100097656,2.7446746826171875,2.433300018310547,3.152132034301758,2.6350021362304688,2.7832984924316406,2.5954246520996094,2.8574466705322266,2.535104751586914 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,2.3691654205322266,2.0101070404052734,2.048969268798828,1.9812583923339844,2.0346641540527344,1.9772052764892578,1.9741058349609375,1.9867420196533203,2.323627471923828,2.219676971435547,2.3565292358398438,2.279520034790039,2.1817684173583984,2.1636486053466797,2.2001266479492188,2.2602081298828125,2.2306442260742188,2.2058486938476562,2.2902488708496094,2.262592315673828 diff --git a/benchmarks/analysis/basic/matvec/test_results/event csr matvec/analysis cpu.py b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/analysis cpu.py new file mode 100644 index 0000000..a419a97 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/analysis cpu.py @@ -0,0 +1,70 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "event csr matvec/event_csrmv_cpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['values type', 'events type', 'transpose', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(14, 20)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (values_type, events_type, transpose) in enumerate([(v, e, t) for v in avg_speedup_df['values type'].unique() for e in avg_speedup_df['events type'].unique() for t in avg_speedup_df['transpose'].unique()]): + plt.subplot(4, 2, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['values type'] == values_type) & (avg_speedup_df['events type'] == events_type) & (avg_speedup_df['transpose'] == transpose)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'values type: {values_type}, events type: {events_type}, transpose: {transpose}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[CPU] event csr matvec taichi speedup over brainpylib\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('event csr matvec/event csrmv cpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/event csr matvec/analysis gpu.py b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/analysis gpu.py new file mode 100644 index 0000000..4d51f29 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/analysis gpu.py @@ -0,0 +1,70 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "event csr matvec/event_csrmv_gpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['values type', 'events type', 'transpose', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(14, 20)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (values_type, events_type, transpose) in enumerate([(v, e, t) for v in avg_speedup_df['values type'].unique() for e in avg_speedup_df['events type'].unique() for t in avg_speedup_df['transpose'].unique()]): + plt.subplot(4, 2, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['values type'] == values_type) & (avg_speedup_df['events type'] == events_type) & (avg_speedup_df['transpose'] == transpose)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'values type: {values_type}, events type: {events_type}, transpose: {transpose}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[GPU] event csr matvec taichi speedup over brainpylib\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('event csr matvec/event csrmv gpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/event csr matvec/barchart_cpu.py b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/barchart_cpu.py new file mode 100644 index 0000000..767f53d --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/barchart_cpu.py @@ -0,0 +1,48 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv("event csr matvec/event_csrmv_cpu.csv") +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['events type'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df.drop(columns=['p'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +plt.hist(combined_df['speedup'], bins=50) +plt.xlabel('Speedup') +plt.ylabel('Frequency') +plt.title('[CPU] event csr matvec taichi speedup over brainpylib' + '\n' + + 'speedup = (brainpylib time / taichi aot time) - 1') +plt.savefig('event csr matvec/event csrmv cpu dist.png') + diff --git a/benchmarks/analysis/basic/matvec/test_results/event csr matvec/barchart_gpu.py b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/barchart_gpu.py new file mode 100644 index 0000000..2c0a1bb --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/barchart_gpu.py @@ -0,0 +1,48 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv("event csr matvec/event_csrmv_gpu.csv") +combined_df.drop(columns=['backend'], inplace=True) +combined_df.drop(columns=['events type'], inplace=True) +combined_df.drop(columns=['s'], inplace=True) +combined_df.drop(columns=['p'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +plt.hist(combined_df['speedup'], bins=50) +plt.xlabel('Speedup') +plt.ylabel('Frequency') +plt.title('[GPU] event csr matvec taichi speedup over brainpylib' + '\n' + + 'speedup = (brainpylib time / taichi aot time) - 1') +plt.savefig('event csr matvec/event csrmv gpu dist.png') + diff --git a/benchmarks/analysis/basic/matvec/test_results/event csr matvec/event_csrmv_cpu.csv b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/event_csrmv_cpu.csv new file mode 100644 index 0000000..6ec5619 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/event_csrmv_cpu.csv @@ -0,0 +1,393 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,True,0.034332275390625,0.03314018249511719,0.032901763916015625,0.03361701965332031,0.032901763916015625,0.03218650817871094,0.0324249267578125,0.03266334533691406,0.03266334533691406,0.03218650817871094,0.08797645568847656,0.09512901306152344,0.08296966552734375,0.08296966552734375,0.08273124694824219,0.08273124694824219,0.08249282836914062,0.08273124694824219,0.08249282836914062,0.08273124694824219 +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,False,0.31113624572753906,0.25963783264160156,0.2636909484863281,0.2040863037109375,0.19431114196777344,0.1804828643798828,0.17762184143066406,0.19788742065429688,0.16427040100097656,0.16832351684570312,0.5154609680175781,0.47206878662109375,3.961801528930664,0.44798851013183594,0.48613548278808594,0.4756450653076172,0.4456043243408203,0.49376487731933594,0.4611015319824219,0.45180320739746094 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.029325485229492188,0.0286102294921875,0.028848648071289062,0.029325485229492188,0.029087066650390625,0.027894973754882812,0.028371810913085938,0.027894973754882812,0.028848648071289062,0.027894973754882812,0.10251998901367188,0.09179115295410156,0.09012222290039062,0.09059906005859375,0.09012222290039062,0.09036064147949219,0.09012222290039062,0.09012222290039062,0.08988380432128906,0.09012222290039062 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.19407272338867188,0.1842975616455078,0.19240379333496094,0.1990795135498047,0.18644332885742188,0.21839141845703125,0.18262863159179688,0.19168853759765625,0.20265579223632812,0.20456314086914062,3.833770751953125,0.6341934204101562,0.5788803100585938,0.5741119384765625,0.8044242858886719,0.5755424499511719,0.5638599395751953,0.5552768707275391,0.576019287109375,0.5650520324707031 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,True,0.06651878356933594,0.06437301635742188,0.06461143493652344,0.06556510925292969,0.064849853515625,0.06437301635742188,0.06413459777832031,0.06413459777832031,0.06461143493652344,0.06437301635742188,0.3247261047363281,0.3235340118408203,0.3230571746826172,0.3228187561035156,0.3228187561035156,0.32329559326171875,0.3235340118408203,0.32329559326171875,0.32401084899902344,0.3235340118408203 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,False,0.2541542053222656,0.2512931823730469,0.2627372741699219,0.28395652770996094,0.2689361572265625,0.2617835998535156,0.2505779266357422,0.17786026000976562,0.2512931823730469,0.25177001953125,3.200054168701172,3.501415252685547,2.1734237670898438,2.173185348510742,2.1817684173583984,2.1469593048095703,2.1505355834960938,2.1064281463623047,2.944469451904297,2.1169185638427734 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.030040740966796875,0.0286102294921875,0.028848648071289062,0.029325485229492188,0.0286102294921875,0.0286102294921875,0.029325485229492188,0.030994415283203125,0.028371810913085938,0.028133392333984375,0.13875961303710938,0.1385211944580078,0.13875961303710938,0.13875961303710938,0.1385211944580078,0.13017654418945312,0.09799003601074219,0.09751319885253906,0.09703636169433594,0.0972747802734375 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.1735687255859375,0.2551078796386719,0.27823448181152344,0.24580955505371094,0.3485679626464844,0.33664703369140625,0.2598762512207031,0.2739429473876953,0.2372264862060547,0.27298927307128906,2.7713775634765625,2.783060073852539,2.7632713317871094,3.621339797973633,2.763032913208008,2.7620792388916016,2.758026123046875,2.762317657470703,3.2432079315185547,2.772808074951172 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,True,0.05555152893066406,0.05435943603515625,0.05269050598144531,0.05340576171875,0.05221366882324219,0.05221366882324219,0.051975250244140625,0.06270408630371094,0.04649162292480469,0.04601478576660156,0.18143653869628906,0.18072128295898438,0.18072128295898438,0.18095970153808594,0.18095970153808594,0.18072128295898438,0.1804828643798828,0.18024444580078125,0.18072128295898438,0.18024444580078125 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,False,0.331878662109375,0.2827644348144531,0.3674030303955078,0.2334117889404297,0.38361549377441406,0.33283233642578125,0.3514289855957031,0.2353191375732422,0.28514862060546875,0.3292560577392578,3.9610862731933594,0.7531642913818359,0.6272792816162109,0.6272792816162109,0.6184577941894531,0.6163120269775391,0.6303787231445312,0.6146430969238281,0.6260871887207031,0.6184577941894531 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.10061264038085938,0.10156631469726562,0.17905235290527344,0.10967254638671875,0.10132789611816406,0.10442733764648438,0.09942054748535156,0.10013580322265625,0.09894371032714844,0.09894371032714844,0.18310546875,0.18286705017089844,0.1823902130126953,0.18262863159179688,0.18262863159179688,0.1823902130126953,0.1823902130126953,0.1819133758544922,0.1823902130126953,0.1819133758544922 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.3688335418701172,0.3838539123535156,0.3814697265625,0.4024505615234375,0.40721893310546875,0.3662109375,0.41484832763671875,0.37741661071777344,0.3802776336669922,0.37097930908203125,1.0995864868164062,1.0285377502441406,1.0504722595214844,1.047372817993164,1.0287761688232422,1.0480880737304688,1.0488033294677734,1.0266304016113281,1.0440349578857422,2.8955936431884766 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,True,0.1571178436279297,0.15306472778320312,0.15044212341308594,0.17642974853515625,0.16164779663085938,0.14853477478027344,0.1468658447265625,0.14781951904296875,0.1475811004638672,0.14781951904296875,0.6964206695556641,0.6947517395019531,0.6916522979736328,0.69427490234375,0.6906986236572266,0.6740093231201172,0.5435943603515625,0.5407333374023438,0.5395412445068359,0.5407333374023438 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,False,0.4355907440185547,0.4162788391113281,0.4405975341796875,0.4119873046875,0.4489421844482422,0.4820823669433594,0.43654441833496094,0.40602684020996094,0.47779083251953125,0.3235340118408203,4.869222640991211,4.770517349243164,4.78053092956543,5.317211151123047,4.852533340454102,4.769802093505859,5.529165267944336,4.852533340454102,4.769325256347656,5.05828857421875 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.05841255187988281,0.06723403930664062,0.055789947509765625,0.05888938903808594,0.05626678466796875,0.05602836608886719,0.05459785461425781,0.05555152893066406,0.05555152893066406,0.05602836608886719,0.21505355834960938,0.2148151397705078,0.21457672119140625,0.21409988403320312,0.21409988403320312,0.21338462829589844,0.21409988403320312,0.21386146545410156,0.21409988403320312,0.2143383026123047 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.37288665771484375,0.3871917724609375,0.5114078521728516,0.4096031188964844,0.4563331604003906,0.47659873962402344,0.31280517578125,0.4172325134277344,0.42247772216796875,0.41866302490234375,6.39796257019043,6.846189498901367,6.389141082763672,6.389856338500977,6.906270980834961,6.3991546630859375,7.77435302734375,6.39033317565918,6.787538528442383,6.423711776733398 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,True,0.06914138793945312,0.06890296936035156,0.06961822509765625,0.07009506225585938,0.0705718994140625,0.07581710815429688,0.06842613220214844,0.06651878356933594,0.07224082946777344,0.072479248046875,1.0251998901367188,1.0180473327636719,0.980377197265625,0.9772777557373047,0.9901523590087891,0.980377197265625,0.9911060333251953,0.7665157318115234,0.6160736083984375,0.6530284881591797 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,False,0.6451606750488281,0.6952285766601562,0.6215572357177734,0.6415843963623047,0.6256103515625,0.6458759307861328,0.33473968505859375,0.6296634674072266,0.6296634674072266,0.5195140838623047,1.2135505676269531,1.207113265991211,1.1920928955078125,1.199483871459961,1.2524127960205078,1.210927963256836,1.1832714080810547,0.8742809295654297,2.2344589233398438,1.2793540954589844 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.06818771362304688,0.0667572021484375,0.06771087646484375,0.06890296936035156,0.06747245788574219,0.06771087646484375,0.06794929504394531,0.06699562072753906,0.0667572021484375,0.06651878356933594,0.32973289489746094,0.3261566162109375,0.32591819763183594,0.3261566162109375,0.30922889709472656,0.30922889709472656,0.30922889709472656,0.308990478515625,0.3094673156738281,0.33473968505859375 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.6456375122070312,0.36406517028808594,0.3609657287597656,0.6492137908935547,0.4582405090332031,0.4413127899169922,0.6608963012695312,0.6656646728515625,0.6639957427978516,0.4448890686035156,2.100229263305664,1.943349838256836,1.4328956604003906,1.4126300811767578,3.4482479095458984,1.4896392822265625,1.4367103576660156,1.2423992156982422,0.9939670562744141,0.9777545928955078 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,True,0.07748603820800781,0.07605552673339844,0.07677078247070312,0.07724761962890625,0.07557868957519531,0.0762939453125,0.0762939453125,0.07557868957519531,0.07534027099609375,0.07605552673339844,0.3936290740966797,0.3745555877685547,0.40030479431152344,0.3933906555175781,0.3933906555175781,0.4024505615234375,0.3962516784667969,0.4229545593261719,0.39839744567871094,0.3936290740966797 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,False,0.6048679351806641,0.6208419799804688,0.5950927734375,0.5896091461181641,0.6060600280761719,0.60272216796875,0.5886554718017578,0.6070137023925781,0.6377696990966797,0.5943775177001953,9.92584228515625,9.757041931152344,10.191917419433594,9.679794311523438,10.253667831420898,10.306358337402344,9.670019149780273,10.300159454345703,9.671211242675781,10.275602340698242 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.07772445678710938,0.08058547973632812,0.07867813110351562,0.07963180541992188,0.07772445678710938,0.07700920104980469,0.07748603820800781,0.0762939453125,0.07963180541992188,0.07677078247070312,0.3955364227294922,0.39458274841308594,0.4062652587890625,0.3979206085205078,0.39458274841308594,0.3941059112548828,0.40459632873535156,0.3962516784667969,0.39386749267578125,0.3943443298339844 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.3502368927001953,0.6272792816162109,0.6749629974365234,0.4291534423828125,0.6520748138427734,0.6046295166015625,0.4138946533203125,0.6070137023925781,0.396728515625,0.5695819854736328,12.968301773071289,13.006448745727539,13.027667999267578,13.191461563110352,12.882232666015625,13.181209564208984,13.194084167480469,13.502836227416992,12.904882431030273,13.126850128173828 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,True,0.17881393432617188,0.17690658569335938,0.18167495727539062,0.1819133758544922,0.1804828643798828,0.1800060272216797,0.17762184143066406,0.1766681671142578,0.17333030700683594,0.1819133758544922,0.5953311920166016,0.6499290466308594,0.6401538848876953,0.6537437438964844,0.6444454193115234,0.6434917449951172,0.6659030914306641,0.6511211395263672,0.6597042083740234,0.6158351898193359 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,False,1.0962486267089844,0.9126663208007812,1.2328624725341797,1.1627674102783203,0.6892681121826172,1.2288093566894531,1.134634017944336,1.1670589447021484,1.2443065643310547,1.2667179107666016,1.9381046295166016,1.9512176513671875,1.920461654663086,1.871347427368164,2.5811195373535156,1.3844966888427734,1.3191699981689453,1.3134479522705078,1.3499259948730469,1.3201236724853516 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.09846687316894531,0.0972747802734375,0.09679794311523438,0.09775161743164062,0.09632110595703125,0.095367431640625,0.09512901306152344,0.09679794311523438,0.09679794311523438,0.095367431640625,0.5943775177001953,0.652313232421875,0.6208419799804688,0.6177425384521484,0.6198883056640625,0.6160736083984375,0.6937980651855469,0.5819797515869141,0.6532669067382812,0.6172657012939453 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,1.2769699096679688,1.3053417205810547,1.2412071228027344,1.3289451599121094,1.2717247009277344,1.3036727905273438,1.313924789428711,1.312255859375,1.3802051544189453,1.4102458953857422,2.2056102752685547,2.216339111328125,2.207040786743164,2.215147018432617,2.396821975708008,1.6345977783203125,1.535177230834961,1.5423297882080078,1.5344619750976562,1.5139579772949219 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,True,0.12493133544921875,0.11897087097167969,0.12063980102539062,0.13399124145507812,0.1220703125,0.12063980102539062,0.11944770812988281,0.12469291687011719,0.11682510375976562,0.11754035949707031,0.8082389831542969,0.8051395416259766,0.8172988891601562,0.8187294006347656,0.8091926574707031,0.8223056793212891,0.8008480072021484,0.8263587951660156,0.8032321929931641,0.7703304290771484 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,False,1.2018680572509766,1.2738704681396484,1.1532306671142578,1.2073516845703125,1.2679100036621094,1.2278556823730469,1.2693405151367188,1.3403892517089844,1.4729499816894531,1.3463497161865234,19.874095916748047,19.98448371887207,19.5772647857666,20.06673812866211,19.494295120239258,19.494056701660156,19.855976104736328,19.495010375976562,19.608020782470703,19.505977630615234 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.12326240539550781,0.12183189392089844,0.1220703125,0.1354217529296875,0.12636184692382812,0.1277923583984375,0.13446807861328125,0.12183189392089844,0.12350082397460938,0.12421607971191406,0.7641315460205078,0.8585453033447266,0.8082389831542969,0.8192062377929688,0.7693767547607422,0.8282661437988281,0.8320808410644531,0.8013248443603516,0.7874965667724609,0.7116794586181641 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,1.325845718383789,1.1928081512451172,1.2371540069580078,1.2428760528564453,1.3015270233154297,1.2285709381103516,1.1444091796875,1.3191699981689453,1.6820430755615234,1.0514259338378906,26.28302574157715,26.137351989746094,26.250839233398438,26.313304901123047,26.282072067260742,26.485681533813477,26.29876136779785,26.132583618164062,26.2453556060791,26.76558494567871 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,True,0.20194053649902344,0.20170211791992188,0.19121170043945312,0.20241737365722656,0.21409988403320312,0.19669532775878906,0.202178955078125,0.19669532775878906,0.2033710479736328,0.1919269561767578,1.5521049499511719,1.5797615051269531,1.7435550689697266,1.6644001007080078,1.5709400177001953,1.5010833740234375,1.5919208526611328,1.5261173248291016,1.6629695892333984,1.6031265258789062 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,False,2.6335716247558594,2.4623870849609375,2.532482147216797,2.6166439056396484,2.0513534545898438,1.7952919006347656,1.8575191497802734,1.9602775573730469,2.679109573364258,2.73895263671875,2.1200180053710938,2.130746841430664,2.120494842529297,2.1300315856933594,3.1604766845703125,2.242565155029297,2.099752426147461,2.1767616271972656,2.338409423828125,2.0895004272460938 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.3008842468261719,0.29087066650390625,0.293731689453125,0.2987384796142578,0.31256675720214844,0.29468536376953125,0.29969215393066406,0.3001689910888672,0.3063678741455078,0.28705596923828125,1.627206802368164,1.6207695007324219,1.6312599182128906,1.6298294067382812,1.5954971313476562,1.6057491302490234,1.6210079193115234,1.6283988952636719,1.6071796417236328,1.508951187133789 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,3.392457962036133,3.3729076385498047,3.4520626068115234,3.3845901489257812,3.368854522705078,3.467082977294922,3.416776657104492,3.3903121948242188,3.31878662109375,3.3233165740966797,3.293752670288086,3.231525421142578,4.37617301940918,3.303050994873047,3.2498836517333984,3.2396316528320312,3.2427310943603516,4.328727722167969,3.316640853881836,3.2384395599365234 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,True,0.2562999725341797,0.2486705780029297,0.2582073211669922,0.26297569274902344,0.24580955505371094,0.24747848510742188,0.2434253692626953,0.25200843811035156,0.2429485321044922,0.2589225769042969,1.9259452819824219,1.9445419311523438,1.9559860229492188,1.8963813781738281,1.9497871398925781,1.953125,1.9533634185791016,1.9156932830810547,1.8007755279541016,1.940011978149414 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,False,2.8574466705322266,2.8510093688964844,2.86865234375,2.486705780029297,2.9075145721435547,2.9458999633789062,3.551483154296875,2.973318099975586,2.954721450805664,2.4566650390625,53.733110427856445,60.26291847229004,55.09781837463379,54.595947265625,49.593210220336914,65.37461280822754,49.672603607177734,53.36308479309082,50.923824310302734,55.481910705566406 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.2567768096923828,0.28061866760253906,0.2560615539550781,0.24390220642089844,0.2574920654296875,0.25391578674316406,0.24437904357910156,0.2567768096923828,0.25010108947753906,0.2536773681640625,1.8832683563232422,1.8863677978515625,1.9004344940185547,1.9102096557617188,1.8839836120605469,1.9230842590332031,1.8575191497802734,1.9674301147460938,1.931905746459961,1.9519329071044922 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,2.843141555786133,2.923727035522461,3.026247024536133,2.0341873168945312,2.5970935821533203,2.9311180114746094,3.062009811401367,3.156900405883789,2.784252166748047,2.8488636016845703,66.52712821960449,66.4663314819336,65.36483764648438,65.79136848449707,73.41670989990234,71.76661491394043,69.68998908996582,65.05155563354492,66.14971160888672,68.96352767944336 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,True,0.2703666687011719,0.26607513427734375,0.2722740173339844,0.2846717834472656,0.2739429473876953,0.2675056457519531,0.27108192443847656,0.2899169921875,0.2791881561279297,0.2779960632324219,2.3860931396484375,2.2928714752197266,2.3779869079589844,2.4046897888183594,2.359151840209961,2.391815185546875,2.269268035888672,2.399444580078125,2.2361278533935547,2.3314952850341797 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,False,3.7789344787597656,4.126071929931641,3.9038658142089844,3.5696029663085938,4.008769989013672,4.225015640258789,4.069089889526367,4.339694976806641,4.292011260986328,4.206418991088867,3.1251907348632812,3.0481815338134766,4.076719284057617,3.072500228881836,3.1256675720214844,3.0994415283203125,3.118753433227539,4.049062728881836,3.1461715698242188,3.1137466430664062 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.27489662170410156,0.2675056457519531,0.2970695495605469,0.2765655517578125,0.2837181091308594,0.2779960632324219,0.2868175506591797,0.26345252990722656,0.2741813659667969,0.2720355987548828,2.3970603942871094,2.3102760314941406,2.329587936401367,2.2411346435546875,2.3856163024902344,2.4192333221435547,2.334117889404297,2.390146255493164,2.382993698120117,2.3818016052246094 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,3.919363021850586,3.9179325103759766,4.885435104370117,5.739927291870117,4.130125045776367,4.083395004272461,3.742218017578125,4.806280136108398,5.116462707519531,5.171060562133789,4.844903945922852,4.743814468383789,4.691600799560547,5.811214447021484,4.7779083251953125,4.779338836669922,5.856990814208984,4.810333251953125,4.68897819519043,5.498647689819336 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,True,0.34236907958984375,0.3528594970703125,0.35643577575683594,0.3249645233154297,0.3418922424316406,0.3299713134765625,0.34356117248535156,0.34046173095703125,0.3485679626464844,0.3509521484375,3.0930042266845703,3.0956268310546875,2.7396678924560547,2.8548240661621094,2.7701854705810547,2.825498580932617,2.89154052734375,3.0112266540527344,2.8052330017089844,2.7883052825927734 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,False,4.401683807373047,4.447221755981445,4.996776580810547,4.569530487060547,4.62031364440918,4.660129547119141,4.625797271728516,4.66465950012207,4.724740982055664,4.619359970092773,74.38397407531738,73.8520622253418,77.8496265411377,72.95632362365723,72.48568534851074,74.94044303894043,75.67310333251953,74.30028915405273,75.6382942199707,72.42703437805176 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.9801387786865234,0.9789466857910156,1.1010169982910156,0.9968280792236328,0.9858608245849609,0.9627342224121094,0.9915828704833984,0.9818077087402344,0.9891986846923828,0.9686946868896484,2.7086734771728516,2.8731822967529297,2.8450489044189453,2.7713775634765625,2.7747154235839844,2.8471946716308594,2.7332305908203125,2.8514862060546875,2.8672218322753906,2.834320068359375 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,5.836725234985352,4.717588424682617,4.500865936279297,4.717350006103516,4.716157913208008,4.761934280395508,3.8912296295166016,5.102396011352539,4.483938217163086,4.519939422607422,96.62771224975586,98.80900382995605,101.02701187133789,98.24585914611816,102.18358039855957,97.53561019897461,98.12688827514648,96.62294387817383,97.19157218933105,96.70662879943848 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,True,0.362396240234375,0.35834312438964844,0.35834312438964844,0.3464221954345703,0.35834312438964844,0.3616809844970703,0.3604888916015625,0.3712177276611328,0.3669261932373047,0.3485679626464844,3.1709671020507812,3.168821334838867,3.167390823364258,3.1778812408447266,3.0798912048339844,3.103971481323242,3.170013427734375,3.12042236328125,3.1681060791015625,3.053903579711914 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,False,5.568027496337891,6.664276123046875,5.588054656982422,5.07044792175293,5.416154861450195,5.345582962036133,5.681276321411133,5.711555480957031,5.615949630737305,5.368709564208984,4.145383834838867,4.390478134155273,5.005121231079102,4.201650619506836,4.188299179077148,5.288839340209961,4.179239273071289,4.163265228271484,4.256010055541992,5.376338958740234 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.3941059112548828,0.37860870361328125,0.44536590576171875,0.35953521728515625,0.36978721618652344,0.37384033203125,0.3731250762939453,0.35834312438964844,0.3631114959716797,0.3902912139892578,3.168344497680664,3.3216476440429688,3.196239471435547,3.126382827758789,3.1037330627441406,3.023862838745117,3.3860206604003906,3.1194686889648438,3.083944320678711,3.0727386474609375 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,6.213188171386719,6.2713623046875,4.255771636962891,6.270647048950195,6.361722946166992,6.726264953613281,6.40416145324707,9.394407272338867,6.678104400634766,8.506059646606445,6.303548812866211,7.074594497680664,6.302595138549805,6.256818771362305,7.203340530395508,6.314992904663086,7.133960723876953,6.283044815063477,6.277322769165039,7.077217102050781 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,True,0.4355907440185547,0.4305839538574219,0.4336833953857422,0.43511390686035156,0.4291534423828125,0.4436969757080078,0.4248619079589844,0.42700767517089844,0.4267692565917969,0.4363059997558594,3.7033557891845703,3.7164688110351562,3.7851333618164062,3.790140151977539,3.643512725830078,3.7050247192382812,3.741741180419922,3.8411617279052734,3.6842823028564453,3.6153793334960938 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,False,4.546403884887695,5.63502311706543,5.808830261230469,5.817174911499023,4.37617301940918,5.740642547607422,6.031990051269531,5.163908004760742,6.046056747436523,6.077289581298828,96.37117385864258,97.39971160888672,96.52137756347656,96.60196304321289,96.97961807250977,97.04804420471191,96.9247817993164,98.30927848815918,97.97120094299316,96.6188907623291 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.42891502380371094,0.4172325134277344,0.41866302490234375,0.41866302490234375,0.4394054412841797,0.4467964172363281,0.46181678771972656,0.41675567626953125,0.4150867462158203,0.42247772216796875,3.751516342163086,3.7870407104492188,3.834962844848633,3.8025379180908203,3.6041736602783203,3.6475658416748047,3.8537979125976562,3.736734390258789,3.5991668701171875,3.657817840576172 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,6.10804557800293,6.223917007446289,4.56690788269043,5.619525909423828,5.03087043762207,3.602743148803711,5.246400833129883,4.236936569213867,6.021976470947266,6.135225296020508,127.75754928588867,127.9454231262207,128.63540649414062,128.80730628967285,128.54623794555664,129.6253204345703,128.32283973693848,129.46271896362305,129.15277481079102,130.33604621887207 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,True,0.08177757263183594,0.08058547973632812,0.07939338684082031,0.08130073547363281,0.08058547973632812,0.07915496826171875,0.07891654968261719,0.07915496826171875,0.07915496826171875,0.07867813110351562,0.4696846008300781,0.25200843811035156,0.21505355834960938,0.2124309539794922,0.21147727966308594,0.22101402282714844,0.21767616271972656,0.2110004425048828,0.2105236053466797,0.21123886108398438 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,False,0.2357959747314453,0.217437744140625,0.2086162567138672,0.23865699768066406,0.33855438232421875,0.35881996154785156,0.2818107604980469,0.26702880859375,0.24080276489257812,0.20074844360351562,0.896453857421875,0.8821487426757812,0.8828639984130859,0.8842945098876953,3.492116928100586,1.0557174682617188,0.8223056793212891,0.8254051208496094,0.8158683776855469,0.7889270782470703 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.10466575622558594,0.08749961853027344,0.08606910705566406,0.08654594421386719,0.08416175842285156,0.08416175842285156,0.08320808410644531,0.08392333984375,0.08368492126464844,0.08392333984375,0.20599365234375,0.20599365234375,0.20575523376464844,0.20599365234375,0.20551681518554688,0.22411346435546875,0.2167224884033203,0.2295970916748047,0.21719932556152344,0.21600723266601562 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.24819374084472656,0.2281665802001953,0.2117156982421875,0.225067138671875,0.22649765014648438,0.24628639221191406,0.347137451171875,0.3845691680908203,0.31757354736328125,0.2541542053222656,1.499176025390625,1.5022754669189453,3.0853748321533203,1.039266586303711,1.0960102081298828,1.007080078125,0.9787082672119141,1.0025501251220703,0.9744167327880859,0.9229183197021484 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,True,0.036716461181640625,0.03600120544433594,0.03600120544433594,0.0362396240234375,0.03552436828613281,0.03528594970703125,0.03600120544433594,0.03552436828613281,0.036716461181640625,0.035762786865234375,0.2524852752685547,0.25010108947753906,0.25010108947753906,0.2503395080566406,0.2498626708984375,0.25010108947753906,0.2498626708984375,0.2498626708984375,0.2498626708984375,0.2601146697998047 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,False,0.354766845703125,0.4096031188964844,0.35953521728515625,0.32901763916015625,0.31304359436035156,0.31876564025878906,0.25534629821777344,0.22077560424804688,0.2357959747314453,0.24247169494628906,5.317449569702148,5.031585693359375,5.030155181884766,5.482912063598633,5.029439926147461,5.028247833251953,5.036115646362305,5.404949188232422,5.026817321777344,5.032777786254883 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.04410743713378906,0.043392181396484375,0.04315376281738281,0.04363059997558594,0.04291534423828125,0.04267692565917969,0.04291534423828125,0.04291534423828125,0.04315376281738281,0.04267692565917969,0.25200843811035156,0.2498626708984375,0.2498626708984375,0.2498626708984375,0.2498626708984375,0.25010108947753906,0.23794174194335938,0.23746490478515625,0.23746490478515625,0.2372264862060547 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.2512931823730469,0.2391338348388672,0.2143383026123047,0.23436546325683594,0.21696090698242188,0.20241737365722656,0.22649765014648438,0.22268295288085938,0.22077560424804688,0.19931793212890625,6.715059280395508,6.668806076049805,6.98089599609375,6.671905517578125,7.066965103149414,6.669282913208008,6.669044494628906,7.030010223388672,6.668329238891602,7.084131240844727 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,True,0.07414817810058594,0.07271766662597656,0.07200241088867188,0.07152557373046875,0.07152557373046875,0.07009506225585938,0.08678436279296875,0.07295608520507812,0.07200241088867188,0.07224082946777344,0.4546642303466797,0.45180320739746094,0.46181678771972656,0.45299530029296875,0.4680156707763672,0.4515647888183594,0.45180320739746094,0.45180320739746094,0.4646778106689453,0.45299530029296875 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,False,0.4487037658691406,0.4572868347167969,0.48613548278808594,0.4591941833496094,0.4391670227050781,0.45752525329589844,0.4367828369140625,0.4329681396484375,0.5230903625488281,0.4360675811767578,1.398324966430664,1.352548599243164,1.3289451599121094,1.3318061828613281,1.3201236724853516,2.4566650390625,0.9312629699707031,0.9255409240722656,0.9057521820068359,0.9300708770751953 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.21028518676757812,0.20766258239746094,0.20384788513183594,0.2665519714355469,0.20813941955566406,0.20742416381835938,0.2052783966064453,0.20694732666015625,0.20456314086914062,0.2033710479736328,0.45752525329589844,0.4565715789794922,0.4563331604003906,0.4489421844482422,0.4818439483642578,0.4589557647705078,0.45680999755859375,0.4744529724121094,0.4563331604003906,0.45418739318847656 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.5438327789306641,0.4470348358154297,0.7121562957763672,0.47898292541503906,0.4413127899169922,0.5342960357666016,0.42247772216796875,0.42629241943359375,0.415802001953125,0.6594657897949219,1.8494129180908203,1.8336772918701172,1.8274784088134766,1.8362998962402344,1.4009475708007812,1.2631416320800781,1.2617111206054688,1.2700557708740234,1.2607574462890625,2.5942325592041016 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,True,0.08916854858398438,0.08749961853027344,0.08678436279296875,0.08797645568847656,0.08702278137207031,0.08916854858398438,0.08678436279296875,0.08702278137207031,0.087738037109375,0.0858306884765625,0.5466938018798828,0.5452632904052734,0.545501708984375,0.5583763122558594,0.5488395690917969,0.5452632904052734,0.5526542663574219,0.5474090576171875,0.5457401275634766,0.5452632904052734 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,False,0.41031837463378906,0.4329681396484375,0.42247772216796875,0.4267692565917969,0.41484832763671875,0.39696693420410156,0.40459632873535156,0.41484832763671875,0.4138946533203125,0.4420280456542969,12.496471405029297,11.915922164916992,12.271881103515625,12.293815612792969,12.307405471801758,11.909246444702148,12.289047241210938,12.323856353759766,12.001752853393555,12.316465377807617 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.09250640869140625,0.10395050048828125,0.0934600830078125,0.09036064147949219,0.08916854858398438,0.08845329284667969,0.08726119995117188,0.08821487426757812,0.08726119995117188,0.08678436279296875,0.5540847778320312,0.54931640625,0.5638599395751953,0.5509853363037109,0.5521774291992188,0.5459785461425781,0.553131103515625,0.5195140838623047,0.537872314453125,0.5640983581542969 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.4146099090576172,0.41294097900390625,0.4277229309082031,0.47206878662109375,0.4227161407470703,0.38051605224609375,0.7047653198242188,0.46706199645996094,0.41103363037109375,0.38242340087890625,15.66004753112793,15.657663345336914,15.656232833862305,15.677213668823242,16.399145126342773,15.740394592285156,16.022920608520508,15.661478042602539,15.684366226196289,15.75779914855957 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,True,0.10967254638671875,0.10776519775390625,0.10704994201660156,0.10752677917480469,0.10752677917480469,0.10538101196289062,0.10561943054199219,0.10728836059570312,0.10633468627929688,0.1049041748046875,2.2847652435302734,2.209901809692383,1.5571117401123047,1.5223026275634766,1.5120506286621094,1.5325546264648438,1.516103744506836,1.5392303466796875,1.3499259948730469,1.0526180267333984 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,False,0.6427764892578125,0.6091594696044922,0.6158351898193359,0.6229877471923828,0.6191730499267578,0.6098747253417969,0.6148815155029297,0.6189346313476562,0.8804798126220703,0.8287429809570312,4.29224967956543,1.9938945770263672,1.5637874603271484,1.5883445739746094,1.5671253204345703,1.6443729400634766,1.5704631805419922,1.5034675598144531,1.1625289916992188,1.1625289916992188 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.10657310485839844,0.12302398681640625,0.10991096496582031,0.10824203491210938,0.10466575622558594,0.11181831359863281,0.10824203491210938,0.11467933654785156,0.110626220703125,0.10657310485839844,0.8454322814941406,0.8573532104492188,0.8656978607177734,0.8363723754882812,0.8122920989990234,0.820159912109375,0.8399486541748047,0.8478164672851562,0.8425712585449219,0.8206367492675781 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.6947517395019531,0.7457733154296875,0.7033348083496094,0.8108615875244141,0.8578300476074219,0.9515285491943359,0.7472038269042969,0.6997585296630859,0.8420944213867188,0.6892681121826172,4.251241683959961,2.3970603942871094,2.3343563079833984,2.3055076599121094,1.6825199127197266,1.6865730285644531,1.6756057739257812,2.489805221557617,1.6884803771972656,1.7213821411132812 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,True,0.21386146545410156,0.21147727966308594,0.21123886108398438,0.209808349609375,0.20766258239746094,0.2071857452392578,0.20813941955566406,0.2262592315673828,0.2117156982421875,0.21219253540039062,1.0673999786376953,1.0325908660888672,0.9772777557373047,1.0695457458496094,1.0347366333007812,1.0230541229248047,1.0318756103515625,1.0218620300292969,1.0347366333007812,1.0221004486083984 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,False,0.7295608520507812,0.7486343383789062,0.7159709930419922,0.7750988006591797,0.7297992706298828,0.6976127624511719,0.7376670837402344,0.7169246673583984,0.7097721099853516,0.6911754608154297,24.131059646606445,24.123191833496094,24.114131927490234,24.155378341674805,24.05071258544922,24.04022216796875,24.149417877197266,24.034738540649414,24.034500122070312,24.338483810424805 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.148773193359375,0.14734268188476562,0.14662742614746094,0.1480579376220703,0.15115737915039062,0.17333030700683594,0.14519691467285156,0.148773193359375,0.14972686767578125,0.14781951904296875,1.0669231414794922,1.0614395141601562,1.0437965393066406,1.0302066802978516,1.0597705841064453,1.0654926300048828,1.020669937133789,1.0380744934082031,1.0101795196533203,1.0631084442138672 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.8158683776855469,0.7839202880859375,0.9353160858154297,1.0344982147216797,0.9729862213134766,0.8730888366699219,0.8172988891601562,0.7557868957519531,0.6988048553466797,0.6999969482421875,32.22513198852539,33.11467170715332,33.00285339355469,32.195329666137695,32.63998031616211,32.24492073059082,32.766103744506836,33.14065933227539,32.19413757324219,32.84502029418945 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,True,0.18644332885742188,0.21505355834960938,0.1895427703857422,0.18906593322753906,0.18024444580078125,0.18835067749023438,0.19979476928710938,0.19478797912597656,0.17571449279785156,0.1881122589111328,1.514434814453125,1.495361328125,1.6107559204101562,1.5916824340820312,1.6095638275146484,1.5096664428710938,1.5206336975097656,1.6222000122070312,1.5749931335449219,1.5683174133300781 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,False,1.1615753173828125,1.2292861938476562,1.1909008026123047,1.1854171752929688,1.6765594482421875,1.3418197631835938,1.2176036834716797,1.277923583984375,1.2557506561279297,1.5299320220947266,3.1888484954833984,2.238750457763672,2.2513866424560547,2.2661685943603516,3.1151771545410156,2.222299575805664,2.1567344665527344,2.1638870239257812,2.1524429321289062,2.1708011627197266 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.2384185791015625,0.24628639221191406,0.23603439331054688,0.23698806762695312,0.24580955505371094,0.2200603485107422,0.22482872009277344,0.2300739288330078,0.24652481079101562,0.23126602172851562,1.6109943389892578,1.5947818756103516,1.6129016876220703,1.575469970703125,1.4958381652832031,1.6181468963623047,1.5299320220947266,1.5528202056884766,1.6148090362548828,1.5206336975097656 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,1.4548301696777344,1.4197826385498047,1.4846324920654297,1.909494400024414,1.6283988952636719,1.3573169708251953,1.3828277587890625,1.4414787292480469,1.3513565063476562,1.4255046844482422,3.6993026733398438,3.880739212036133,3.216266632080078,3.4799575805664062,3.246307373046875,3.2002925872802734,4.086017608642578,3.216981887817383,3.215789794921875,3.2410621643066406 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,True,0.2491474151611328,0.24366378784179688,0.24247169494628906,0.2548694610595703,0.24127960205078125,0.23984909057617188,0.2391338348388672,0.244140625,0.23794174194335938,0.23984909057617188,2.0253658294677734,1.9676685333251953,1.989126205444336,1.920938491821289,1.9648075103759766,1.9197463989257812,2.000093460083008,1.9693374633789062,2.0165443420410156,1.9953250885009766 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,False,1.4119148254394531,1.4770030975341797,1.348733901977539,1.5101432800292969,1.5261173248291016,1.795053482055664,1.470804214477539,1.7046928405761719,1.4297962188720703,1.5673637390136719,63.919782638549805,69.0915584564209,66.65182113647461,56.97751045227051,58.74371528625488,54.381608963012695,52.762746810913086,58.09211730957031,50.39334297180176,50.768136978149414 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.23937225341796875,0.24056434631347656,0.23865699768066406,0.240325927734375,0.23317337036132812,0.23889541625976562,0.2377033233642578,0.23794174194335938,0.2377033233642578,0.23674964904785156,1.9919872283935547,1.9702911376953125,2.0220279693603516,1.9185543060302734,1.9249916076660156,2.0139217376708984,1.9917488098144531,2.0682811737060547,2.017498016357422,1.9884109497070312 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,1.3039112091064453,1.3895034790039062,1.2714862823486328,1.6589164733886719,1.3332366943359375,1.6562938690185547,1.6484260559082031,1.5418529510498047,1.409769058227539,1.3730525970458984,65.0031566619873,67.06643104553223,64.67795372009277,70.62220573425293,64.77665901184082,65.65976142883301,64.83888626098633,65.82832336425781,66.29085540771484,65.31429290771484 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,True,0.4067420959472656,0.40602684020996094,0.3962516784667969,0.3986358642578125,0.3955364227294922,0.40459632873535156,0.4067420959472656,0.39887428283691406,0.3962516784667969,0.40793418884277344,3.854990005493164,3.9603710174560547,3.8449764251708984,3.9796829223632812,3.820657730102539,3.917217254638672,3.8313865661621094,3.902912139892578,3.8759708404541016,3.8084983825683594 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,False,3.672361373901367,3.607034683227539,3.724336624145508,2.8035640716552734,2.9687881469726562,3.5779476165771484,2.9451847076416016,3.7496089935302734,2.866506576538086,3.786802291870117,5.095243453979492,5.00178337097168,5.83958625793457,5.086660385131836,5.051374435424805,5.077600479125977,5.817890167236328,5.138874053955078,5.254030227661133,5.7888031005859375 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.4146099090576172,0.4165172576904297,0.41031837463378906,0.40531158447265625,0.3924369812011719,0.3962516784667969,0.3998279571533203,0.392913818359375,0.3972053527832031,0.39887428283691406,3.9119720458984375,3.911733627319336,3.9315223693847656,3.7822723388671875,3.8480758666992188,3.8619041442871094,3.9615631103515625,3.8902759552001953,3.8127899169921875,3.8039684295654297 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,3.390789031982422,3.5066604614257812,3.4351348876953125,3.626585006713867,3.4096240997314453,4.665374755859375,3.568887710571289,3.615856170654297,4.304170608520508,3.6401748657226562,8.57853889465332,7.7762603759765625,8.565902709960938,7.790327072143555,9.049177169799805,7.807731628417969,8.594274520874023,7.822513580322266,8.667707443237305,9.168624877929688 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,True,0.5240440368652344,0.51116943359375,0.5190372467041016,0.5176067352294922,0.5183219909667969,0.5092620849609375,0.518798828125,0.5242824554443359,0.5106925964355469,0.5218982696533203,4.701375961303711,4.776477813720703,4.707574844360352,4.600286483764648,4.81867790222168,4.826068878173828,4.673480987548828,4.61888313293457,4.834413528442383,4.699945449829102 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,False,3.7224292755126953,3.0052661895751953,3.1549930572509766,3.828287124633789,2.7704238891601562,3.683805465698242,3.1707286834716797,3.9129257202148438,3.403902053833008,3.2439231872558594,120.01323699951172,121.55008316040039,121.01626396179199,120.74065208435059,121.5353012084961,120.62954902648926,121.17290496826172,120.89371681213379,121.14691734313965,120.96095085144043 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.5197525024414062,0.5276203155517578,0.5278587341308594,0.5121231079101562,0.5152225494384766,0.5130767822265625,0.5190372467041016,0.5221366882324219,0.5156993865966797,0.5230903625488281,4.463434219360352,4.605770111083984,4.826784133911133,4.727363586425781,4.574298858642578,4.631757736206055,7.8601837158203125,4.828453063964844,4.825115203857422,4.764080047607422 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,3.6878585815429688,3.094911575317383,2.753019332885742,2.6121139526367188,3.0744075775146484,3.770589828491211,3.2281875610351562,4.481315612792969,4.4345855712890625,3.261089324951172,168.4863567352295,170.81117630004883,169.67344284057617,169.09050941467285,169.56377029418945,168.98775100708008,165.1756763458252,160.44950485229492,165.4050350189209,170.12357711791992 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,True,0.5905628204345703,0.5872249603271484,0.5762577056884766,0.5848407745361328,0.5886554718017578,0.6256103515625,0.5979537963867188,0.6005764007568359,0.6048679351806641,0.5970001220703125,5.952596664428711,5.6896209716796875,5.73277473449707,5.936622619628906,5.630016326904297,5.867242813110352,5.749702453613281,5.816936492919922,5.869626998901367,5.75709342956543 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,False,4.230976104736328,3.988027572631836,4.390716552734375,5.350828170776367,4.136562347412109,4.355669021606445,4.136562347412109,3.9479732513427734,4.747629165649414,5.631923675537109,8.531570434570312,7.690668106079102,8.486747741699219,7.697582244873047,8.608579635620117,7.697343826293945,8.579254150390625,7.6313018798828125,8.731842041015625,7.631063461303711 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.5731582641601562,0.5664825439453125,0.5800724029541016,0.5850791931152344,0.5586147308349609,0.5636215209960938,0.5652904510498047,0.5805492401123047,0.5671977996826172,0.5698204040527344,5.659580230712891,5.658388137817383,5.776166915893555,5.70225715637207,5.641460418701172,5.820989608764648,5.700588226318359,5.757331848144531,5.834817886352539,5.595922470092773 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,5.096197128295898,6.771564483642578,5.136251449584961,5.113363265991211,5.113840103149414,5.031824111938477,4.914999008178711,5.225419998168945,4.996776580810547,5.684852600097656,12.715339660644531,11.636734008789062,13.081073760986328,12.71820068359375,12.574911117553711,11.659860610961914,13.259649276733398,15.308856964111328,30.849218368530273,14.254093170166016 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,True,0.7419586181640625,0.7789134979248047,0.7638931274414062,0.7498264312744141,0.7462501525878906,0.7469654083251953,0.7476806640625,0.743865966796875,0.7627010345458984,0.77056884765625,6.811380386352539,7.112741470336914,6.862163543701172,7.097959518432617,6.951093673706055,6.865262985229492,6.972312927246094,6.875276565551758,7.042407989501953,6.856203079223633 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,False,4.88591194152832,5.192756652832031,4.853725433349609,4.974365234375,4.76527214050293,5.301952362060547,4.723310470581055,4.863977432250977,4.733085632324219,4.802703857421875,181.16426467895508,179.1989803314209,180.10473251342773,187.84475326538086,181.3821792602539,178.89142036437988,180.97734451293945,180.5245876312256,183.01796913146973,179.93688583374023 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.67901611328125,0.7455348968505859,0.7452964782714844,0.7352828979492188,0.6673336029052734,0.7445812225341797,0.74005126953125,0.7369518280029297,0.7386207580566406,0.7729530334472656,7.108449935913086,6.963968276977539,7.0781707763671875,6.7920684814453125,7.103919982910156,6.928920745849609,7.056713104248047,6.871938705444336,6.951093673706055,7.058143615722656 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,4.889011383056641,4.825592041015625,6.803750991821289,4.839658737182617,5.059719085693359,4.29534912109375,4.8313140869140625,4.778385162353516,4.913806915283203,4.7607421875,240.13638496398926,238.68179321289062,237.18714714050293,236.93132400512695,236.66930198669434,241.00613594055176,240.24605751037598,238.45267295837402,237.45012283325195,240.8158779144287 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,True,0.7581710815429688,0.7755756378173828,0.7536411285400391,0.7646083831787109,0.7474422454833984,0.6842613220214844,0.7646083831787109,0.7536411285400391,0.7991790771484375,0.7796287536621094,7.663488388061523,7.512092590332031,7.720947265625,7.65681266784668,7.822751998901367,7.550239562988281,7.776498794555664,7.638454437255859,7.734060287475586,7.6122283935546875 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,False,5.740642547607422,5.714178085327148,7.760286331176758,6.08372688293457,5.8841705322265625,5.855083465576172,5.751609802246094,5.749225616455078,5.913496017456055,6.154775619506836,11.678457260131836,10.195732116699219,11.838674545288086,11.255502700805664,10.201454162597656,11.765003204345703,10.128974914550781,11.263370513916016,11.847734451293945,10.146617889404297 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.6887912750244141,0.8146762847900391,0.7522106170654297,0.7655620574951172,0.7643699645996094,0.7636547088623047,0.7736682891845703,0.7596015930175781,0.7312297821044922,0.7612705230712891,7.759571075439453,7.733583450317383,7.878541946411133,7.690906524658203,7.887125015258789,7.685422897338867,7.684230804443359,7.807731628417969,7.584810256958008,7.910490036010742 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,6.862163543701172,6.740808486938477,6.734609603881836,9.30333137512207,6.00886344909668,7.064104080200195,6.711244583129883,6.7958831787109375,6.812095642089844,7.17616081237793,17.075777053833008,17.069339752197266,18.103837966918945,16.863584518432617,16.9069766998291,17.105579376220703,16.906261444091797,16.953229904174805,15.763521194458008,18.042564392089844 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,True,0.9393692016601562,0.9455680847167969,0.9565353393554688,0.988006591796875,0.9424686431884766,1.115560531616211,0.9489059448242188,0.9396076202392578,0.9331703186035156,0.9479522705078125,9.26065444946289,9.402990341186523,9.524345397949219,9.182453155517578,9.386062622070312,9.212970733642578,9.432315826416016,9.293556213378906,9.322881698608398,9.250164031982422 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,False,6.922245025634766,6.521940231323242,5.556583404541016,7.293224334716797,7.780313491821289,5.723714828491211,6.47425651550293,9.47427749633789,6.622314453125,6.3323974609375,237.776517868042,237.656831741333,237.5967502593994,236.7877960205078,235.55898666381836,236.5422248840332,237.1504306793213,237.1683120727539,236.14025115966797,238.13152313232422 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.8826255798339844,0.9894371032714844,0.9853839874267578,0.9779930114746094,0.9424686431884766,0.8597373962402344,0.9307861328125,0.8597373962402344,0.9365081787109375,0.9429454803466797,10.182619094848633,9.224176406860352,9.373664855957031,9.077072143554688,9.493350982666016,9.087324142456055,9.497404098510742,9.257316589355469,9.442806243896484,9.255170822143555 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,5.762577056884766,5.09333610534668,6.6165924072265625,7.048130035400391,8.423328399658203,6.455183029174805,6.586313247680664,6.361484527587891,6.496906280517578,6.542682647705078,324.8271942138672,313.65346908569336,322.56436347961426,319.2257881164551,318.2070255279541,321.7315673828125,322.85428047180176,321.98405265808105,316.5779113769531,313.5371208190918 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,True,0.050067901611328125,0.048160552978515625,0.049591064453125,0.04839897155761719,0.049114227294921875,0.048160552978515625,0.04982948303222656,0.04792213439941406,0.04887580871582031,0.04696846008300781,0.9002685546875,0.40340423583984375,0.3421306610107422,0.370025634765625,0.3552436828613281,0.3540515899658203,0.44608116149902344,0.484466552734375,0.4887580871582031,0.4940032958984375 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,False,0.6766319274902344,0.3829002380371094,0.3986358642578125,0.33664703369140625,0.32973289489746094,0.3807544708251953,0.3457069396972656,0.3299713134765625,0.31566619873046875,0.3788471221923828,1.1267662048339844,1.1279582977294922,1.119852066040039,1.131296157836914,1.1262893676757812,1.127481460571289,1.1196136474609375,1.1143684387207031,2.370595932006836,0.7839202880859375 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.055789947509765625,0.06175041198730469,0.05555152893066406,0.05459785461425781,0.05316734313964844,0.05364418029785156,0.053882598876953125,0.05340576171875,0.05316734313964844,0.05245208740234375,0.34618377685546875,0.34499168395996094,0.3769397735595703,0.3657341003417969,0.3643035888671875,0.3705024719238281,0.3657341003417969,0.36406517028808594,0.36406517028808594,0.3635883331298828 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.4253387451171875,0.35762786865234375,0.3490447998046875,0.33283233642578125,0.3387928009033203,0.34236907958984375,0.4074573516845703,0.37550926208496094,0.2994537353515625,0.2853870391845703,3.9119720458984375,1.8968582153320312,1.7445087432861328,1.6849040985107422,1.2373924255371094,1.2288093566894531,1.2390613555908203,1.6510486602783203,1.2667179107666016,1.2357234954833984 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,True,0.12636184692382812,0.12159347534179688,0.12493133544921875,0.12302398681640625,0.12540817260742188,0.11944770812988281,0.12183189392089844,0.11849403381347656,0.12111663818359375,0.11801719665527344,1.4050006866455078,1.3637542724609375,0.8955001831054688,0.8957386016845703,0.9069442749023438,0.8985996246337891,0.8935928344726562,0.8931159973144531,0.9088516235351562,0.9071826934814453 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,False,0.38743019104003906,0.26297569274902344,0.2510547637939453,0.24509429931640625,0.22459030151367188,0.3769397735595703,0.36644935607910156,0.3368854522705078,0.33354759216308594,0.33354759216308594,10.120153427124023,9.881258010864258,10.105609893798828,9.910345077514648,10.112285614013672,10.253667831420898,10.640382766723633,10.332584381103516,10.215520858764648,9.89222526550293 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.052928924560546875,0.05221366882324219,0.05316734313964844,0.05340576171875,0.07367134094238281,0.05698204040527344,0.05698204040527344,0.05698204040527344,0.057220458984375,0.055789947509765625,0.4367828369140625,0.4055500030517578,0.40459632873535156,0.4038810729980469,0.40435791015625,0.42057037353515625,0.4239082336425781,0.45490264892578125,0.4291534423828125,0.4246234893798828 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.39839744567871094,0.4246234893798828,0.40411949157714844,0.34546852111816406,0.3571510314941406,0.33092498779296875,0.3204345703125,0.3256797790527344,0.3249645233154297,0.3154277801513672,13.830900192260742,13.43989372253418,13.174772262573242,13.167381286621094,13.173580169677734,13.164520263671875,13.161182403564453,13.167858123779297,13.156890869140625,13.082265853881836 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,True,0.10347366333007812,0.10275840759277344,0.102996826171875,0.10251998901367188,0.1010894775390625,0.10156631469726562,0.10180473327636719,0.10204315185546875,0.11992454528808594,0.11444091796875,0.7328987121582031,0.6146430969238281,0.7317066192626953,0.6682872772216797,0.7636547088623047,0.7672309875488281,0.7946491241455078,0.7786750793457031,0.7836818695068359,0.7832050323486328 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,False,0.4191398620605469,0.6978511810302734,0.7550716400146484,1.222848892211914,0.6003379821777344,0.5595684051513672,0.5562305450439453,0.5681514739990234,0.49233436584472656,0.4971027374267578,2.3221969604492188,2.354860305786133,3.765583038330078,1.611948013305664,1.5954971313476562,1.5947818756103516,1.6047954559326172,1.6319751739501953,1.4634132385253906,1.1572837829589844 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.10204315185546875,0.11563301086425781,0.10800361633300781,0.10442733764648438,0.10347366333007812,0.10347366333007812,0.10251998901367188,0.10466575622558594,0.1163482666015625,0.11348724365234375,0.7941722869873047,0.7915496826171875,0.7846355438232422,0.7696151733398438,0.74005126953125,0.6706714630126953,0.7882118225097656,0.8106231689453125,0.7905960083007812,0.7901191711425781 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.5207061767578125,0.514984130859375,0.45013427734375,0.7083415985107422,0.7054805755615234,0.6663799285888672,0.6878376007080078,0.6122589111328125,0.6089210510253906,0.5285739898681641,2.3889541625976562,2.370595932006836,2.3813247680664062,1.7213821411132812,1.6734600067138672,2.5293827056884766,1.730203628540039,1.6665458679199219,1.6634464263916016,1.6319751739501953 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,True,0.1437664031982422,0.1418590545654297,0.14019012451171875,0.14138221740722656,0.13971328735351562,0.13875961303710938,0.13899803161621094,0.1399517059326172,0.13875961303710938,0.1571178436279297,0.9181499481201172,0.9348392486572266,0.9450912475585938,0.9438991546630859,0.9212493896484375,0.9267330169677734,0.9303092956542969,0.9512901306152344,0.9291172027587891,0.8804798126220703 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,False,0.7741451263427734,0.5192756652832031,0.5488395690917969,0.5209445953369141,0.5338191986083984,0.5624294281005859,0.54931640625,0.5280971527099609,0.5674362182617188,0.7297992706298828,24.104833602905273,23.958921432495117,25.295257568359375,23.836135864257812,23.875713348388672,23.886442184448242,23.925065994262695,24.647235870361328,24.176836013793945,24.667024612426758 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.13709068298339844,0.1366138458251953,0.13375282287597656,0.1342296600341797,0.13327598571777344,0.1323223114013672,0.1327991485595703,0.13303756713867188,0.13256072998046875,0.133514404296875,0.9000301361083984,0.8895397186279297,0.9684562683105469,0.9377002716064453,0.9205341339111328,0.8878707885742188,0.8959770202636719,0.9791851043701172,0.926971435546875,0.8990764617919922 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.5908012390136719,0.5996227264404297,0.6155967712402344,0.5953311920166016,0.5922317504882812,0.5724430084228516,0.5948543548583984,0.5869865417480469,0.5784034729003906,0.5676746368408203,31.73542022705078,31.31246566772461,31.301021575927734,31.274080276489258,31.292200088500977,31.276464462280273,31.88347816467285,31.48794174194336,31.267404556274414,31.268596649169922 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,True,0.1647472381591797,0.16307830810546875,0.16450881958007812,0.16260147094726562,0.16021728515625,0.1609325408935547,0.16236305236816406,0.16760826110839844,0.16045570373535156,0.15926361083984375,1.2836456298828125,1.3747215270996094,1.299142837524414,1.384735107421875,1.3492107391357422,1.3630390167236328,1.38092041015625,1.3337135314941406,1.2662410736083984,1.360177993774414 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,False,1.0776519775390625,1.1115074157714844,0.7886886596679688,0.6377696990966797,0.6325244903564453,1.0919570922851562,0.7624626159667969,0.6787776947021484,0.7240772247314453,0.6537437438964844,3.6656856536865234,2.2275447845458984,2.234935760498047,2.2330284118652344,3.8073062896728516,2.1774768829345703,2.166271209716797,2.154827117919922,2.1681785583496094,2.163410186767578 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.2815723419189453,0.27871131896972656,0.2770423889160156,0.27680397033691406,0.274658203125,0.274658203125,0.2753734588623047,0.2727508544921875,0.27370452880859375,0.2739429473876953,3.0226707458496094,2.755880355834961,2.0542144775390625,2.0520687103271484,2.0406246185302734,2.047300338745117,1.8894672393798828,1.4188289642333984,1.3823509216308594,1.4455318450927734 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.9255409240722656,0.7593631744384766,0.8714199066162109,0.9062290191650391,0.7390975952148438,1.2943744659423828,0.8685588836669922,0.9846687316894531,0.7426738739013672,0.8962154388427734,4.034996032714844,3.3905506134033203,3.1664371490478516,3.2236576080322266,3.145933151245117,3.954172134399414,3.2396316528320312,3.1604766845703125,3.2181739807128906,3.160238265991211 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,True,0.3597736358642578,0.32782554626464844,0.32830238342285156,0.3256797790527344,0.3292560577392578,0.34046173095703125,0.3268718719482422,0.3342628479003906,0.3256797790527344,0.3261566162109375,1.9955635070800781,1.9805431365966797,1.7476081848144531,1.7113685607910156,1.6710758209228516,1.7147064208984375,1.7747879028320312,1.6400814056396484,1.7611980438232422,1.7235279083251953 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,False,0.8008480072021484,0.7994174957275391,0.8292198181152344,1.054525375366211,0.7636547088623047,0.6918907165527344,0.7143020629882812,0.9379386901855469,0.9934902191162109,0.9579658508300781,56.01048469543457,51.85723304748535,52.957773208618164,51.95736885070801,53.64990234375,51.795005798339844,51.369428634643555,53.852081298828125,57.83390998840332,66.76292419433594 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.24509429931640625,0.22339820861816406,0.22649765014648438,0.2205371856689453,0.22101402282714844,0.22172927856445312,0.22149085998535156,0.22125244140625,0.21910667419433594,0.2186298370361328,1.7476081848144531,1.64794921875,1.8017292022705078,1.6894340515136719,1.7561912536621094,1.7600059509277344,1.7600059509277344,1.6829967498779297,1.7778873443603516,1.7604827880859375 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.8494853973388672,0.9415149688720703,0.7846355438232422,0.8940696716308594,0.7171630859375,0.7910728454589844,1.1348724365234375,0.9758472442626953,0.9489059448242188,0.9188652038574219,63.7202262878418,65.96875190734863,68.03727149963379,65.51051139831543,63.806772232055664,63.96341323852539,65.18435478210449,63.616037368774414,63.54498863220215,66.19715690612793 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,True,0.2872943878173828,0.27298927307128906,0.2815723419189453,0.2732276916503906,0.28204917907714844,0.2779960632324219,0.2741813659667969,0.2684593200683594,0.2696514129638672,0.2677440643310547,2.6404857635498047,2.4902820587158203,2.616405487060547,2.5866031646728516,2.6633739471435547,2.681255340576172,2.6946067810058594,2.61688232421875,2.597808837890625,2.657175064086914 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,False,1.5363693237304688,1.2288093566894531,1.5461444854736328,1.531362533569336,1.4379024505615234,1.2433528900146484,1.5320777893066406,1.810312271118164,1.6353130340576172,1.592397689819336,4.813909530639648,4.06646728515625,4.172801971435547,4.075527191162109,5.033016204833984,4.063129425048828,4.059076309204102,4.069328308105469,4.766702651977539,4.060506820678711 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.2696514129638672,0.27108192443847656,0.26726722717285156,0.27370452880859375,0.27060508728027344,0.2677440643310547,0.2658367156982422,0.2694129943847656,0.26345252990722656,0.2675056457519531,2.5398731231689453,2.689361572265625,2.69317626953125,2.697467803955078,2.548694610595703,2.5429725646972656,2.5055408477783203,2.5429725646972656,2.557992935180664,2.681255340576172 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,1.3844966888427734,1.7848014831542969,1.7936229705810547,1.3782978057861328,1.7418861389160156,1.8489360809326172,1.5287399291992188,1.8494129180908203,1.825094223022461,1.4123916625976562,7.048130035400391,6.226301193237305,6.236076354980469,7.001399993896484,6.242036819458008,7.140398025512695,6.214141845703125,6.220340728759766,7.152557373046875,6.234169006347656 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,True,0.36454200744628906,0.37980079650878906,0.362396240234375,0.36334991455078125,0.3592967987060547,0.3609657287597656,0.3619194030761719,0.41484832763671875,0.3643035888671875,0.3609657287597656,3.367900848388672,3.2110214233398438,3.228902816772461,3.2112598419189453,3.230571746826172,3.3502578735351562,3.2143592834472656,3.2172203063964844,3.191709518432617,3.1206607818603516 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,False,2.0558834075927734,1.5561580657958984,2.389669418334961,1.6374588012695312,1.3353824615478516,1.4688968658447266,2.513885498046875,1.5325546264648438,2.146005630493164,1.6531944274902344,97.27764129638672,97.65863418579102,98.70553016662598,96.6954231262207,97.6095199584961,95.76416015625,96.42791748046875,97.2139835357666,97.67270088195801,98.5116958618164 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.7276535034179688,0.6854534149169922,0.7395744323730469,0.6780624389648438,0.698089599609375,0.6837844848632812,0.7398128509521484,0.713348388671875,0.69427490234375,0.6687641143798828,3.3462047576904297,3.1654834747314453,3.1766891479492188,3.179788589477539,3.284454345703125,3.1020641326904297,3.058195114135742,3.172159194946289,3.096342086791992,3.2777786254882812 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,1.3723373413085938,1.6756057739257812,1.848459243774414,1.8167495727539062,2.5649070739746094,1.8737316131591797,2.205371856689453,1.8732547760009766,1.622915267944336,1.798868179321289,128.21698188781738,127.65741348266602,129.51970100402832,128.22198867797852,127.12740898132324,127.72583961486816,127.39706039428711,128.2939910888672,128.9353370666504,127.4573802947998 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,True,0.8351802825927734,0.8525848388671875,0.8273124694824219,0.6983280181884766,0.5905628204345703,0.6020069122314453,0.7772445678710938,1.9087791442871094,1.7821788787841797,0.7388591766357422,6.314277648925781,6.462574005126953,6.323814392089844,6.481647491455078,6.445646286010742,6.210088729858398,6.48951530456543,6.355047225952148,6.253480911254883,6.496667861938477 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,False,3.4563541412353516,3.6475658416748047,2.7925968170166016,2.7990341186523438,3.6695003509521484,2.880573272705078,3.339052200317383,3.0753612518310547,3.0164718627929688,3.9849281311035156,11.692523956298828,11.310577392578125,10.056734085083008,11.230707168579102,11.138200759887695,11.46841049194336,11.465311050415039,11.240959167480469,10.408163070678711,11.284828186035156 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.9226799011230469,0.9407997131347656,0.9343624114990234,0.9264945983886719,0.8728504180908203,0.8645057678222656,0.8599758148193359,0.8842945098876953,0.8673667907714844,0.8685588836669922,6.512880325317383,6.478548049926758,6.410837173461914,6.245613098144531,6.499528884887695,6.3266754150390625,6.493330001831055,6.429910659790039,6.499528884887695,6.426811218261719 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,4.472017288208008,4.776239395141602,5.629539489746094,3.6444664001464844,4.6977996826171875,4.756927490234375,4.595756530761719,4.429101943969727,4.496097564697266,4.731416702270508,16.742944717407227,16.844987869262695,16.799211502075195,16.916275024414062,17.078876495361328,17.09151268005371,17.100811004638672,16.68095588684082,16.776561737060547,16.873836517333984 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,True,0.9150505065917969,2.3927688598632812,2.4993419647216797,2.380847930908203,2.4385452270507812,2.3746490478515625,2.376079559326172,1.9142627716064453,1.6088485717773438,1.5921592712402344,7.987022399902344,7.642269134521484,7.925271987915039,7.708072662353516,7.851600646972656,7.895708084106445,7.91621208190918,7.904052734375,7.718563079833984,7.8334808349609375 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,False,3.494739532470703,3.480195999145508,3.3740997314453125,3.216266632080078,3.3218860626220703,3.27301025390625,3.2465457916259766,3.969430923461914,3.0350685119628906,3.4766197204589844,243.38960647583008,238.55352401733398,235.8388900756836,236.81330680847168,240.97681045532227,236.97304725646973,236.65690422058105,237.38479614257812,237.49852180480957,237.9171848297119 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,1.3301372528076172,1.3279914855957031,1.398324966430664,1.3289451599121094,1.317739486694336,1.0232925415039062,0.9412765502929688,0.9493827819824219,0.9126663208007812,0.9555816650390625,7.837533950805664,7.823705673217773,7.7419281005859375,7.798671722412109,7.700681686401367,7.876157760620117,7.676601409912109,7.8983306884765625,7.688760757446289,7.83228874206543 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,4.6939849853515625,4.386186599731445,4.46009635925293,4.402637481689453,4.957914352416992,4.526853561401367,3.5910606384277344,4.595518112182617,4.524469375610352,6.057262420654297,318.12143325805664,314.7695064544678,322.51548767089844,323.6126899719238,312.43395805358887,315.14811515808105,314.35418128967285,312.15453147888184,320.28889656066895,318.8753128051758 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,True,0.8869171142578125,0.8733272552490234,0.8003711700439453,0.8800029754638672,0.8947849273681641,0.9095668792724609,0.9260177612304688,0.8912086486816406,1.0581016540527344,0.8831024169921875,9.534358978271484,9.451866149902344,9.735107421875,9.544610977172852,9.547948837280273,9.35506820678711,9.554386138916016,9.491205215454102,9.539365768432617,9.468317031860352 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,False,5.779743194580078,5.016088485717773,5.360126495361328,5.601406097412109,5.805015563964844,5.254268646240234,4.899740219116211,4.393577575683594,5.553722381591797,5.909442901611328,16.527891159057617,16.229629516601562,16.273975372314453,14.996767044067383,16.15309715270996,16.152143478393555,16.566753387451172,16.187429428100586,16.40939712524414,16.6323184967041 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,1.4154911041259766,1.3659000396728516,1.3480186462402344,1.3697147369384766,1.3012886047363281,1.1110305786132812,1.4333724975585938,1.1734962463378906,1.142740249633789,1.161336898803711,9.517192840576172,9.504556655883789,9.411334991455078,9.511947631835938,9.248495101928711,9.527444839477539,9.531736373901367,9.504556655883789,9.534358978271484,9.297609329223633 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,5.704641342163086,6.84809684753418,6.564140319824219,5.262613296508789,7.161140441894531,7.232904434204102,7.552385330200195,6.780862808227539,6.664514541625977,7.225275039672852,26.552438735961914,24.892807006835938,26.977062225341797,24.76358413696289,26.563644409179688,24.859189987182617,25.842666625976562,24.779319763183594,26.254892349243164,24.682044982910156 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,True,1.199483871459961,3.5619735717773438,3.564596176147461,3.493785858154297,2.377748489379883,2.481698989868164,2.386331558227539,2.3818016052246094,1.6813278198242188,1.6160011291503906,11.59214973449707,11.685848236083984,11.454343795776367,11.652946472167969,11.81483268737793,11.593341827392578,11.595964431762695,11.749982833862305,11.743545532226562,11.476755142211914 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,False,4.705667495727539,5.107879638671875,5.481719970703125,4.904031753540039,3.903627395629883,6.574392318725586,5.301475524902344,4.475831985473633,5.750417709350586,6.365060806274414,352.45227813720703,351.1953353881836,351.5584468841553,357.6784133911133,350.8188724517822,352.7867794036865,351.1390686035156,349.92361068725586,382.0524215698242,350.3382205963135 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,1.1279582977294922,1.1653900146484375,1.171112060546875,1.1518001556396484,1.1675357818603516,1.1701583862304688,1.1229515075683594,1.0542869567871094,1.1494159698486328,1.1446475982666016,11.78288459777832,11.913299560546875,11.807441711425781,11.828422546386719,11.810302734375,11.769294738769531,11.91854476928711,11.781454086303711,11.88206672668457,11.832714080810547 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,6.927490234375,5.833625793457031,6.718873977661133,6.272554397583008,6.725311279296875,7.011890411376953,6.611347198486328,6.367206573486328,7.046937942504883,6.752967834472656,470.9746837615967,466.37511253356934,465.806245803833,466.29929542541504,465.8381938934326,466.4027690887451,465.7561779022217,517.0290470123291,471.84205055236816,474.1494655609131 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,True,1.1444091796875,1.1279582977294922,1.1394023895263672,1.1463165283203125,1.155853271484375,1.1305809020996094,1.1749267578125,1.13677978515625,1.1475086212158203,1.127481460571289,12.659072875976562,12.445449829101562,12.980222702026367,12.853145599365234,12.55178451538086,12.565135955810547,12.759685516357422,12.653589248657227,12.585163116455078,12.55941390991211 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,False,6.255626678466797,6.456136703491211,6.306171417236328,6.936550140380859,6.342172622680664,7.149219512939453,5.742549896240234,5.792140960693359,7.035017013549805,5.718708038330078,22.089481353759766,21.011829376220703,21.039724349975586,21.696805953979492,22.184371948242188,21.153926849365234,21.424531936645508,21.26479148864746,22.353172302246094,23.03934097290039 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,1.1348724365234375,1.0631084442138672,1.1363029479980469,1.055002212524414,1.1208057403564453,1.1293888092041016,1.1150836944580078,1.0533332824707031,1.1525154113769531,1.1332035064697266,12.634038925170898,12.769222259521484,12.600183486938477,12.898445129394531,12.609004974365234,12.674093246459961,12.617349624633789,12.741565704345703,12.445688247680664,12.56871223449707 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,7.128238677978516,7.0629119873046875,8.945465087890625,9.70458984375,8.948087692260742,9.692907333374023,8.215188980102539,9.833812713623047,8.994102478027344,9.130001068115234,33.38456153869629,33.08224678039551,32.87982940673828,33.377647399902344,33.61630439758301,33.64300727844238,33.20813179016113,32.65881538391113,32.87506103515625,32.46879577636719 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,True,2.077341079711914,2.0303726196289062,2.0112991333007812,2.0155906677246094,1.7180442810058594,1.4674663543701172,1.4123916625976562,1.4939308166503906,1.67083740234375,1.5079975128173828,16.115903854370117,15.806436538696289,15.779495239257812,15.766143798828125,15.84315299987793,15.718460083007812,15.645980834960938,15.682458877563477,15.817403793334961,15.775680541992188 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,False,6.17527961730957,7.567882537841797,6.25157356262207,5.953550338745117,5.662679672241211,6.355047225952148,7.980585098266602,6.200551986694336,6.48808479309082,5.604982376098633,470.4298973083496,466.2153720855713,469.03157234191895,466.8545722961426,465.512752532959,465.2366638183594,468.3265686035156,494.4887161254883,466.8452739715576,464.4496440887451 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,1.4789104461669922,1.4691352844238281,1.5408992767333984,1.4853477478027344,1.4727115631103516,1.5077590942382812,1.706838607788086,1.5568733215332031,1.5325546264648438,1.4789104461669922,15.855789184570312,15.98668098449707,16.112804412841797,15.960216522216797,15.950918197631836,15.817403793334961,15.863656997680664,15.877485275268555,15.787839889526367,15.624761581420898 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,9.277820587158203,7.7915191650390625,8.00776481628418,9.142637252807617,7.67970085144043,9.011507034301758,8.793115615844727,7.345438003540039,8.63194465637207,7.925510406494141,622.1046447753906,619.910478591919,617.5658702850342,620.0332641601562,624.8455047607422,619.4100379943848,620.3341484069824,622.2355365753174,619.743824005127,622.943639755249 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,True,0.17595291137695312,0.17333030700683594,0.1723766326904297,0.17189979553222656,0.20194053649902344,0.1800060272216797,0.17261505126953125,0.1709461212158203,0.17142295837402344,0.17023086547851562,0.7588863372802734,0.7343292236328125,0.6244182586669922,0.7627010345458984,0.7801055908203125,0.7712841033935547,0.7679462432861328,0.7889270782470703,0.7715225219726562,0.7815361022949219 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,False,0.2951622009277344,0.3361701965332031,0.2865791320800781,0.3037452697753906,0.27370452880859375,0.29397010803222656,0.28967857360839844,0.2720355987548828,0.29659271240234375,0.28824806213378906,2.0339488983154297,2.08282470703125,1.9593238830566406,1.676797866821289,1.348257064819336,1.3484954833984375,1.3403892517089844,2.8052330017089844,1.3501644134521484,1.3501644134521484 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.080108642578125,0.07843971252441406,0.07867813110351562,0.07724761962890625,0.07772445678710938,0.07534027099609375,0.07724761962890625,0.07534027099609375,0.07677078247070312,0.07510185241699219,0.8089542388916016,0.8065700531005859,0.8175373077392578,0.8096694946289062,0.8068084716796875,0.8068084716796875,0.7989406585693359,0.8003711700439453,0.8056163787841797,0.7534027099609375 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.3998279571533203,0.3402233123779297,0.3826618194580078,0.32591819763183594,0.3654956817626953,0.4703998565673828,0.4756450653076172,0.40268898010253906,0.3936290740966797,0.41174888610839844,2.857685089111328,3.8030147552490234,2.012014389038086,1.918792724609375,1.9202232360839844,1.9140243530273438,1.5323162078857422,1.4235973358154297,1.4302730560302734,1.432180404663086 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,True,0.13208389282226562,0.1289844512939453,0.1285076141357422,0.12922286987304688,0.12755393981933594,0.1270771026611328,0.1266002655029297,0.12612342834472656,0.1366138458251953,0.11968612670898438,1.0690689086914062,1.0752677917480469,0.9987354278564453,0.9794235229492188,0.9908676147460938,1.0306835174560547,0.9844303131103516,0.9889602661132812,0.9813308715820312,1.027822494506836 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,False,0.3802776336669922,0.4029273986816406,0.39005279541015625,0.4832744598388672,0.5445480346679688,0.3619194030761719,0.3840923309326172,0.32329559326171875,0.3466606140136719,0.44465065002441406,19.56462860107422,19.58608627319336,20.247936248779297,19.563913345336914,19.564151763916016,19.866466522216797,19.56009864807129,19.565582275390625,19.746065139770508,19.668102264404297 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.1220703125,0.11777877807617188,0.12135505676269531,0.11968612670898438,0.11777877807617188,0.11730194091796875,0.11754035949707031,0.1323223114013672,0.12302398681640625,0.12445449829101562,0.9720325469970703,1.0290145874023438,0.9949207305908203,1.0335445404052734,0.9660720825195312,0.9150505065917969,0.9832382202148438,1.0213851928710938,1.0113716125488281,1.0221004486083984 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.28634071350097656,0.32019615173339844,0.3204345703125,0.3056526184082031,0.3170967102050781,0.29015541076660156,0.32830238342285156,0.30350685119628906,0.40435791015625,0.3452301025390625,26.34406089782715,26.134014129638672,26.49998664855957,26.29232406616211,26.14450454711914,26.229381561279297,26.292085647583008,26.204347610473633,26.29375457763672,26.324748992919922 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,True,0.19621849060058594,0.1952648162841797,0.1957416534423828,0.1850128173828125,0.18358230590820312,0.18477439880371094,0.18262863159179688,0.18453598022460938,0.1823902130126953,0.18334388732910156,1.6117095947265625,1.5184879302978516,1.64031982421875,1.5347003936767578,1.5914440155029297,1.642465591430664,1.5990734100341797,1.6276836395263672,1.627206802368164,1.631021499633789 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,False,0.6670951843261719,0.7367134094238281,0.6325244903564453,0.72479248046875,0.7476806640625,0.6911754608154297,0.5478858947753906,0.5664825439453125,0.7188320159912109,0.5660057067871094,2.827882766723633,3.727436065673828,2.6068687438964844,2.3686885833740234,2.1436214447021484,2.153635025024414,2.1834373474121094,2.1555423736572266,2.9265880584716797,2.1393299102783203 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.2002716064453125,0.19931793212890625,0.1983642578125,0.19860267639160156,0.1976490020751953,0.19598007202148438,0.19741058349609375,0.19598007202148438,0.1971721649169922,0.19550323486328125,1.6658306121826172,1.6384124755859375,1.5916824340820312,1.672506332397461,1.6491413116455078,1.6651153564453125,1.6887187957763672,1.653909683227539,1.6448497772216797,1.6415119171142578 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.5688667297363281,0.6000995635986328,0.5700588226318359,0.5629062652587891,0.5559921264648438,0.5693435668945312,0.5638599395751953,0.5655288696289062,0.8800029754638672,0.8289813995361328,3.2019615173339844,4.279851913452148,3.067493438720703,3.052234649658203,3.052949905395508,3.051280975341797,3.9374828338623047,3.046751022338867,3.0927658081054688,3.0336380004882812 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,True,0.2598762512207031,0.25916099548339844,0.26035308837890625,0.2589225769042969,0.2586841583251953,0.2586841583251953,0.2605915069580078,0.25963783264160156,0.2543926239013672,0.25272369384765625,2.271413803100586,2.130746841430664,2.127408981323242,2.1622180938720703,2.1719932556152344,2.065420150756836,2.191305160522461,2.167940139770508,2.1359920501708984,2.0284652709960938 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,False,0.5862712860107422,0.5545616149902344,0.6353855133056641,0.743865966796875,0.6670951843261719,0.8203983306884766,0.5929470062255859,0.5211830139160156,0.5421638488769531,0.5233287811279297,52.56462097167969,55.2067756652832,56.92481994628906,51.958560943603516,51.90634727478027,54.2147159576416,52.24275588989258,48.245906829833984,53.60698699951172,53.32660675048828 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.26988983154296875,0.2758502960205078,0.25963783264160156,0.2601146697998047,0.2582073211669922,0.2701282501220703,0.2491474151611328,0.25177001953125,0.2562999725341797,0.25582313537597656,2.2106170654296875,2.093076705932617,2.026081085205078,2.1386146545410156,2.012014389038086,2.1796226501464844,2.0020008087158203,2.2139549255371094,2.1293163299560547,2.0034313201904297 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.6897449493408203,0.6375312805175781,0.6630420684814453,0.629425048828125,0.6420612335205078,0.6029605865478516,0.6303787231445312,0.6544589996337891,0.6306171417236328,0.6225109100341797,61.85579299926758,65.20271301269531,61.977386474609375,66.91932678222656,62.6375675201416,68.40801239013672,66.91956520080566,63.72499465942383,62.602996826171875,64.17512893676758 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,True,0.3421306610107422,0.3139972686767578,0.30231475830078125,0.29969215393066406,0.29850006103515625,0.3104209899902344,0.308990478515625,0.29730796813964844,0.33020973205566406,0.3066062927246094,2.972841262817383,2.8839111328125,3.025054931640625,3.004789352416992,2.920389175415039,2.977609634399414,2.912282943725586,3.0040740966796875,3.025054931640625,2.8879642486572266 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,False,0.9615421295166016,0.9438991546630859,0.8764266967773438,0.8563995361328125,0.8661746978759766,0.8616447448730469,0.8428096771240234,0.8516311645507812,0.8561611175537109,0.8580684661865234,4.063606262207031,4.036903381347656,4.451513290405273,4.997014999389648,4.086017608642578,4.042387008666992,4.033803939819336,4.955530166625977,4.101753234863281,4.149675369262695 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.30159950256347656,0.3075599670410156,0.30231475830078125,0.30684471130371094,0.2989768981933594,0.29730796813964844,0.3104209899902344,0.29659271240234375,0.2951622009277344,0.2932548522949219,2.7480125427246094,3.036975860595703,3.033876419067383,3.017902374267578,2.8269290924072266,2.79998779296875,2.9649734497070312,2.934694290161133,2.8917789459228516,2.964019775390625 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.980377197265625,0.9388923645019531,0.9276866912841797,1.3606548309326172,1.0972023010253906,1.0139942169189453,1.0037422180175781,0.9794235229492188,1.0135173797607422,0.9784698486328125,6.751775741577148,6.197452545166016,6.093502044677734,7.003545761108398,6.215095520019531,6.73222541809082,6.158113479614258,6.094932556152344,6.772756576538086,6.207942962646484 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,True,0.4191398620605469,0.4284381866455078,0.4508495330810547,0.40912628173828125,0.3998279571533203,0.46443939208984375,1.1899471282958984,1.2254714965820312,1.247406005859375,1.1527538299560547,3.7522315979003906,3.709077835083008,3.759145736694336,3.767728805541992,3.7603378295898438,3.776073455810547,3.7775039672851562,3.7603378295898438,3.725290298461914,3.74603271484375 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,False,0.9458065032958984,1.2052059173583984,1.3387203216552734,1.0836124420166016,0.9770393371582031,1.0573863983154297,0.8437633514404297,0.8475780487060547,0.9000301361083984,0.9448528289794922,95.43371200561523,98.33359718322754,97.76449203491211,97.2280502319336,96.81534767150879,94.64788436889648,95.95608711242676,94.79832649230957,96.9390869140625,94.41971778869629 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.4093647003173828,0.43845176696777344,0.41866302490234375,0.4076957702636719,0.4107952117919922,0.4062652587890625,0.4019737243652344,0.40078163146972656,0.40268898010253906,0.40602684020996094,3.60870361328125,3.565073013305664,3.511190414428711,3.6971569061279297,3.709554672241211,3.583192825317383,3.5376548767089844,3.5305023193359375,3.682851791381836,3.602743148803711 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.8893013000488281,0.8852481842041016,0.8709430694580078,0.865936279296875,0.8661746978759766,1.1398792266845703,0.9005069732666016,0.8993148803710938,0.8921623229980469,0.774383544921875,127.6087760925293,126.87397003173828,127.72655487060547,125.78845024108887,137.82334327697754,126.01613998413086,126.9383430480957,127.3488998413086,126.44648551940918,126.56354904174805 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,True,0.5173683166503906,0.5171298980712891,0.5249977111816406,0.5164146423339844,0.5161762237548828,0.5118846893310547,0.5052089691162109,0.5211830139160156,0.5118846893310547,0.5183219909667969,5.484342575073242,5.408525466918945,5.770683288574219,5.441188812255859,5.398750305175781,5.767822265625,5.4225921630859375,5.389928817749023,5.7582855224609375,5.51915168762207 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,False,1.5554428100585938,1.4128684997558594,1.592397689819336,1.3966560363769531,1.4274120330810547,1.6531944274902344,1.5108585357666016,1.4204978942871094,1.5606880187988281,1.1010169982910156,9.157896041870117,8.051872253417969,9.196281433105469,8.105278015136719,9.453773498535156,9.16433334350586,8.04758071899414,9.234428405761719,7.966041564941406,9.547948837280273 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.5178451538085938,0.530242919921875,0.5178451538085938,0.5168914794921875,0.5185604095458984,0.5133152008056641,0.5340576171875,0.5164146423339844,0.5166530609130859,0.5142688751220703,5.747318267822266,5.525827407836914,5.566596984863281,5.71751594543457,5.660295486450195,5.425691604614258,5.7201385498046875,5.532979965209961,5.460023880004883,5.744695663452148 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,1.8630027770996094,1.8143653869628906,1.7442703247070312,1.7538070678710938,1.8842220306396484,1.5079975128173828,2.0868778228759766,2.0453929901123047,1.604318618774414,1.386404037475586,13.723373413085938,13.41867446899414,13.521909713745117,12.341499328613281,13.419389724731445,30.54213523864746,19.70219612121582,13.499975204467773,13.420581817626953,12.530803680419922 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,True,1.2853145599365234,0.8966922760009766,0.8966922760009766,0.8778572082519531,0.8833408355712891,0.8604526519775391,0.8714199066162109,0.8780956268310547,0.8838176727294922,0.8792877197265625,6.93058967590332,6.883859634399414,6.919622421264648,6.970405578613281,6.998777389526367,7.063388824462891,6.885766983032227,6.8874359130859375,6.947517395019531,6.729841232299805 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,False,1.7197132110595703,1.645803451538086,1.9388198852539062,1.7063617706298828,1.5037059783935547,1.5208721160888672,1.4667510986328125,1.543283462524414,1.495361328125,1.4941692352294922,190.1867389678955,240.91053009033203,191.67304039001465,189.2080307006836,199.35297966003418,192.79932975769043,191.13397598266602,190.67764282226562,189.94379043579102,193.2382583618164 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.7119178771972656,0.6704330444335938,0.7181167602539062,0.640869140625,0.7061958312988281,0.6353855133056641,0.7073879241943359,0.6501674652099609,0.7112026214599609,0.6465911865234375,7.133245468139648,6.754159927368164,6.847143173217773,6.82520866394043,6.760120391845703,6.959438323974609,6.832599639892578,6.9904327392578125,6.794929504394531,6.63304328918457 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,1.7015933990478516,1.6481876373291016,1.766204833984375,1.7724037170410156,1.7271041870117188,1.5666484832763672,1.6658306121826172,1.5578269958496094,1.7018318176269531,1.468658447265625,254.65059280395508,254.1189193725586,254.0895938873291,254.01020050048828,254.65011596679688,254.4260025024414,254.15587425231934,253.79610061645508,254.26435470581055,254.11725044250488 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,True,1.1012554168701172,1.3017654418945312,3.734111785888672,3.7384033203125,3.7384033203125,3.699064254760742,2.8285980224609375,2.4967193603515625,2.4802684783935547,2.005338668823242,13.99540901184082,13.823986053466797,13.865470886230469,13.89455795288086,13.687372207641602,13.798952102661133,13.689994812011719,14.039754867553711,13.85188102722168,13.974905014038086 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,False,2.9036998748779297,2.7968883514404297,2.9175281524658203,2.4771690368652344,2.28118896484375,2.573251724243164,2.7000904083251953,2.1097660064697266,2.310037612915039,2.006053924560547,22.382497787475586,21.233081817626953,21.125316619873047,21.43383026123047,22.536277770996094,21.23856544494629,21.24786376953125,21.159887313842773,22.441387176513672,21.428585052490234 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,1.1913776397705078,1.0960102081298828,1.1620521545410156,1.0991096496582031,1.1548995971679688,1.077413558959961,1.1637210845947266,1.0838508605957031,1.1522769927978516,1.0828971862792969,13.821840286254883,13.814210891723633,14.017105102539062,14.06097412109375,14.07623291015625,14.108419418334961,13.969898223876953,14.076948165893555,14.012575149536133,13.854026794433594 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,3.5152435302734375,3.9730072021484375,3.259897232055664,2.979755401611328,3.147125244140625,2.716541290283203,2.3305416107177734,2.3262500762939453,2.602100372314453,2.353668212890625,33.43009948730469,33.41507911682129,33.2341194152832,32.68718719482422,35.70842742919922,33.27822685241699,32.74250030517578,32.84049034118652,32.06610679626465,33.06102752685547 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,True,1.5392303466796875,1.6758441925048828,5.15437126159668,5.079030990600586,4.32586669921875,3.439664840698242,3.4995079040527344,2.5560855865478516,2.2902488708496094,2.521038055419922,17.50969886779785,17.363548278808594,17.25935935974121,17.382144927978516,17.39788055419922,17.33684539794922,17.589569091796875,17.744779586791992,17.81630516052246,17.817020416259766 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,False,3.7848949432373047,2.6597976684570312,3.5572052001953125,2.9942989349365234,2.384662628173828,2.3703575134277344,2.3331642150878906,2.3441314697265625,2.3097991943359375,2.397775650024414,470.42322158813477,464.9994373321533,465.5787944793701,465.900182723999,465.4242992401123,466.2168025970459,466.40872955322266,466.4723873138428,465.87252616882324,465.9590721130371 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,1.5680789947509766,1.4920234680175781,1.4815330505371094,1.508474349975586,1.5778541564941406,1.580953598022461,1.6968250274658203,1.6434192657470703,1.6219615936279297,1.615285873413086,17.390727996826172,17.46964454650879,17.25625991821289,17.403602600097656,17.365694046020508,17.363309860229492,17.6236629486084,17.429590225219727,17.35973358154297,17.581462860107422 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,3.802061080932617,4.332542419433594,3.5200119018554688,2.672433853149414,2.6662349700927734,2.678394317626953,3.3936500549316406,2.2559165954589844,2.943277359008789,2.595186233520508,618.3629035949707,624.0630149841309,619.6551322937012,620.3734874725342,623.7974166870117,620.0289726257324,622.3185062408447,617.1474456787109,653.0923843383789,622.3993301391602 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,True,1.7075538635253906,1.6584396362304688,1.7244815826416016,1.7135143280029297,1.6379356384277344,1.7075538635253906,1.7185211181640625,1.7418861389160156,1.7440319061279297,1.7306804656982422,20.369291305541992,20.06673812866211,20.26200294494629,20.220279693603516,20.40863037109375,20.773649215698242,20.627737045288086,20.566940307617188,20.537137985229492,20.700454711914062 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,False,5.2928924560546875,3.2422542572021484,3.1235218048095703,3.4706592559814453,2.7747154235839844,3.7844181060791016,2.6345252990722656,2.5146007537841797,2.3326873779296875,2.140522003173828,31.85272216796875,32.11045265197754,32.6838493347168,32.06062316894531,32.5162410736084,31.620025634765625,32.60922431945801,31.81171417236328,30.91597557067871,31.852006912231445 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,1.739501953125,1.7058849334716797,1.7342567443847656,1.725912094116211,1.7056465148925781,1.695871353149414,1.8205642700195312,5.800485610961914,5.581855773925781,5.659341812133789,20.77937126159668,20.813941955566406,20.884037017822266,20.70331573486328,20.724058151245117,20.734548568725586,20.727157592773438,20.74742317199707,20.91360092163086,20.79939842224121 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,4.44483757019043,4.206418991088867,4.097461700439453,4.46319580078125,2.9408931732177734,3.6590099334716797,2.7687549591064453,2.797365188598633,2.5701522827148438,2.2132396697998047,49.49688911437988,49.71647262573242,49.1185188293457,49.57389831542969,49.12519454956055,50.71759223937988,48.985958099365234,49.42178726196289,49.46160316467285,49.22127723693848 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,True,2.3796558380126953,2.2869110107421875,2.407073974609375,2.3691654205322266,2.405881881713867,2.554178237915039,2.3059844970703125,2.284526824951172,2.356290817260742,2.4077892303466797,26.194095611572266,26.561737060546875,26.25274658203125,26.381731033325195,26.459217071533203,26.190996170043945,26.48019790649414,26.160001754760742,26.66473388671875,26.45087242126465 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,False,3.8385391235351562,3.6039352416992188,2.949237823486328,3.3893585205078125,3.552675247192383,2.422809600830078,2.3069381713867188,2.316713333129883,2.7310848236083984,2.0759105682373047,692.9304599761963,690.516471862793,695.7898139953613,694.9231624603271,694.4561004638672,691.5054321289062,698.1351375579834,690.9775733947754,727.489709854126,695.7788467407227 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,7.614612579345703,7.723808288574219,7.866144180297852,5.551338195800781,5.173444747924805,3.6880970001220703,3.5321712493896484,3.400564193725586,2.4657249450683594,2.458333969116211,26.354312896728516,26.79610252380371,26.398897171020508,26.73935890197754,26.523828506469727,26.566267013549805,26.64041519165039,26.44062042236328,26.682615280151367,26.469707489013672 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,3.8678646087646484,3.519296646118164,3.0624866485595703,3.441333770751953,3.3011436462402344,2.8197765350341797,2.5827884674072266,2.772808074951172,2.4726390838623047,2.708911895751953,923.7980842590332,926.1050224304199,926.9871711730957,922.4774837493896,924.217939376831,923.844575881958,925.6775379180908,923.133373260498,925.8239269256592,920.8149909973145 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,True,2.214193344116211,2.2754669189453125,2.20489501953125,2.3660659790039062,2.378225326538086,2.3016929626464844,2.2268295288085938,2.2215843200683594,2.2416114807128906,2.2034645080566406,27.56786346435547,27.64749526977539,27.493953704833984,27.61554718017578,27.6644229888916,27.930498123168945,27.683019638061523,27.26888656616211,27.44293212890625,27.50396728515625 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,False,4.380464553833008,3.7484169006347656,3.5500526428222656,3.8034915924072266,3.145933151245117,3.237485885620117,3.343820571899414,3.2258033752441406,3.6706924438476562,2.895355224609375,76.74479484558105,92.0097827911377,41.85605049133301,42.60110855102539,42.946815490722656,43.58482360839844,41.77737236022949,42.65928268432617,41.45193099975586,43.3506965637207 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,3.918886184692383,3.4236907958984375,3.911733627319336,3.869771957397461,2.793550491333008,2.5098323822021484,2.5222301483154297,2.51007080078125,2.3336410522460938,2.3338794708251953,28.07474136352539,27.93145179748535,28.04255485534668,27.849912643432617,28.055429458618164,27.936935424804688,27.758121490478516,27.62007713317871,28.144359588623047,27.94790267944336 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,8.459091186523438,6.433725357055664,5.3768157958984375,5.358219146728516,4.605293273925781,4.441976547241211,3.6611557006835938,3.191709518432617,3.2682418823242188,3.6356449127197266,64.9406909942627,64.85319137573242,66.0712718963623,86.49206161499023,65.0019645690918,65.15955924987793,65.27543067932129,65.49358367919922,64.58401679992676,65.00506401062012 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,True,3.1757354736328125,3.1843185424804688,3.169536590576172,3.166675567626953,3.2584667205810547,3.1392574310302734,3.1692981719970703,3.1211376190185547,3.1189918518066406,3.1774044036865234,35.88700294494629,36.15856170654297,36.000967025756836,36.008358001708984,36.00883483886719,35.78042984008789,36.26370429992676,36.05961799621582,36.1025333404541,36.69571876525879 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,False,5.00941276550293,4.20689582824707,4.569768905639648,3.8874149322509766,3.7679672241210938,4.43267822265625,4.509449005126953,3.4601688385009766,3.5440921783447266,3.804445266723633,953.0119895935059,924.4349002838135,923.7823486328125,925.9517192840576,920.7465648651123,930.4351806640625,925.1232147216797,927.5524616241455,924.687385559082,964.7119045257568 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,3.220081329345703,3.25775146484375,3.0717849731445312,3.1342506408691406,3.169536590576172,3.2358169555664062,3.2563209533691406,3.2529830932617188,3.199338912963867,3.1685829162597656,36.06534004211426,35.69316864013672,36.06605529785156,35.851478576660156,36.08989715576172,35.85624694824219,35.96305847167969,35.878658294677734,36.275625228881836,36.252498626708984 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,5.281925201416016,5.026578903198242,4.249334335327148,4.248857498168945,3.866910934448242,4.079103469848633,3.094196319580078,3.0341148376464844,3.090381622314453,3.299713134765625,1231.6291332244873,1234.6336841583252,1228.079080581665,1231.5857410430908,1229.2473316192627,1233.8740825653076,1228.9958000183105,1232.5623035430908,1233.5634231567383,1224.6010303497314 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,True,0.20766258239746094,0.20647048950195312,0.20503997802734375,0.20647048950195312,0.22649765014648438,0.21457672119140625,0.2052783966064453,0.2033710479736328,0.20384788513183594,0.20313262939453125,1.9366741180419922,1.8019676208496094,1.9087791442871094,1.8067359924316406,1.8846988677978516,1.8382072448730469,1.886129379272461,2.040863037109375,1.964569091796875,1.912832260131836 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,False,0.6053447723388672,0.5521774291992188,0.5955696105957031,0.5791187286376953,0.5640983581542969,0.57220458984375,0.5521774291992188,0.5908012390136719,0.5478858947753906,0.5478858947753906,2.710580825805664,3.921031951904297,2.5806427001953125,2.2482872009277344,2.2590160369873047,2.244710922241211,2.4046897888183594,2.2859573364257812,3.032684326171875,2.284526824951172 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.20313262939453125,0.2117156982421875,0.23031234741210938,0.20551681518554688,0.20265579223632812,0.2014636993408203,0.2002716064453125,0.20766258239746094,0.2028942108154297,0.2009868621826172,1.9631385803222656,1.898050308227539,1.8291473388671875,1.9257068634033203,1.9261837005615234,2.004861831665039,2.0017623901367188,1.9671916961669922,1.9123554229736328,1.9199848175048828 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.6160736083984375,0.57220458984375,0.6403923034667969,0.6420612335205078,0.6132125854492188,0.5943775177001953,0.5888938903808594,0.6234645843505859,0.5996227264404297,0.6062984466552734,3.358125686645508,4.062175750732422,3.2494068145751953,3.265380859375,3.289937973022461,3.2379627227783203,3.931283950805664,3.2434463500976562,3.257274627685547,3.287792205810547 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,True,0.2601146697998047,0.26035308837890625,0.25725364685058594,0.25773048400878906,0.2770423889160156,0.2593994140625,0.25725364685058594,0.2579689025878906,0.2562999725341797,0.2586841583251953,2.446889877319336,2.4635791778564453,2.394437789916992,2.4068355560302734,2.4535655975341797,2.5162696838378906,2.555370330810547,2.4547576904296875,2.4688243865966797,2.5339126586914062 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,False,0.5817413330078125,0.5691051483154297,0.5640983581542969,0.5853176116943359,0.5631446838378906,0.5865097045898438,0.5664825439453125,0.5710124969482422,0.7650852203369141,0.621795654296875,56.89287185668945,58.07065963745117,61.30409240722656,59.72170829772949,53.00712585449219,55.99665641784668,54.946184158325195,61.78784370422363,55.16195297241211,54.17227745056152 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.4966259002685547,0.4947185516357422,0.4336833953857422,0.3631114959716797,0.35858154296875,0.35691261291503906,0.354766845703125,0.35643577575683594,0.3666877746582031,0.3578662872314453,2.4635791778564453,2.477407455444336,2.491474151611328,2.5103092193603516,2.5022029876708984,2.454042434692383,2.4254322052001953,2.506732940673828,2.4878978729248047,2.467632293701172 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.5755424499511719,0.6048679351806641,0.6279945373535156,0.5850791931152344,0.5867481231689453,0.6139278411865234,0.5939006805419922,0.5719661712646484,0.5693435668945312,0.5900859832763672,64.58783149719238,65.9947395324707,67.1994686126709,64.55039978027344,64.55254554748535,74.28574562072754,65.73748588562012,64.66221809387207,64.75377082824707,74.2502212524414 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,True,0.6129741668701172,0.5745887756347656,0.5562305450439453,0.5736351013183594,0.6372928619384766,1.1641979217529297,1.1339187622070312,1.0218620300292969,0.5998611450195312,0.6399154663085938,3.928661346435547,4.008769989013672,3.9987564086914062,3.9157867431640625,3.828287124633789,3.853321075439453,3.973245620727539,3.9224624633789062,3.8831233978271484,3.797769546508789 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,False,1.125335693359375,1.1067390441894531,1.0921955108642578,1.1279582977294922,1.1723041534423828,1.1012554168701172,1.100778579711914,1.1334419250488281,1.3437271118164062,1.2667179107666016,5.861997604370117,4.956245422363281,4.947185516357422,5.786657333374023,4.948854446411133,4.945278167724609,4.97126579284668,5.869388580322266,4.9381256103515625,4.971027374267578 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.4146099090576172,0.39505958557128906,0.39458274841308594,0.3952980041503906,0.3952980041503906,0.3914833068847656,0.3943443298339844,0.3952980041503906,0.4172325134277344,0.4444122314453125,4.19926643371582,4.051446914672852,3.851175308227539,4.028797149658203,4.028797149658203,3.85284423828125,3.833770751953125,3.987550735473633,4.091739654541016,3.9310455322265625 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,1.2400150299072266,1.201629638671875,1.2316703796386719,1.1324882507324219,1.0724067687988281,1.2080669403076172,1.432657241821289,1.6512870788574219,1.2555122375488281,1.2137889862060547,7.271289825439453,8.022308349609375,7.352113723754883,7.493734359741211,7.921695709228516,7.253170013427734,7.998228073120117,7.253170013427734,8.081912994384766,7.267475128173828 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,True,0.5159378051757812,0.49948692321777344,0.5002021789550781,0.5340576171875,0.5168914794921875,0.5459785461425781,0.5218982696533203,0.5207061767578125,0.5271434783935547,0.5271434783935547,4.975080490112305,4.931449890136719,4.988431930541992,4.947185516357422,4.831075668334961,4.791021347045898,4.965305328369141,4.9648284912109375,4.834890365600586,4.879951477050781 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,False,1.3146400451660156,1.359701156616211,1.3158321380615234,1.2612342834472656,1.3837814331054688,1.3332366943359375,1.3365745544433594,1.1529922485351562,1.1563301086425781,1.1179447174072266,118.65854263305664,115.65232276916504,115.91315269470215,114.67194557189941,116.77384376525879,115.21625518798828,116.66083335876465,118.27874183654785,115.40436744689941,117.89751052856445 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.5307197570800781,0.5214214324951172,0.5195140838623047,0.5211830139160156,0.518798828125,0.5190372467041016,0.5326271057128906,0.5216598510742188,0.5335807800292969,0.5364418029785156,4.910945892333984,4.8675537109375,4.638910293579102,4.658937454223633,4.939079284667969,4.820823669433594,4.642009735107422,4.682779312133789,4.955530166625977,4.791259765625 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,1.2335777282714844,1.218557357788086,1.2180805206298828,1.2030601501464844,1.2569427490234375,1.21307373046875,1.214742660522461,1.1265277862548828,1.285552978515625,1.142263412475586,150.18892288208008,150.5262851715088,150.9995460510254,150.48527717590332,150.82645416259766,150.91800689697266,152.56524085998535,151.64732933044434,150.39730072021484,150.23374557495117 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,True,0.6103515625,0.6077289581298828,0.6320476531982422,0.6229877471923828,0.6098747253417969,0.6082057952880859,0.6074905395507812,0.6341934204101562,0.6315708160400391,0.6074905395507812,6.901264190673828,6.779909133911133,6.922006607055664,6.765604019165039,6.8206787109375,6.791114807128906,6.833076477050781,6.804227828979492,6.821632385253906,6.929874420166016 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,False,2.320528030395508,2.755880355834961,1.6925334930419922,1.605987548828125,1.8434524536132812,1.5969276428222656,1.821756362915039,1.7170906066894531,1.6236305236816406,1.7731189727783203,10.105133056640625,11.467218399047852,11.35110855102539,10.045289993286133,11.188030242919922,11.276006698608398,10.066032409667969,11.580467224121094,11.45625114440918,10.061025619506836 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.6389617919921875,0.6721019744873047,0.5981922149658203,0.6387233734130859,0.637054443359375,0.6372928619384766,0.6124973297119141,0.6372928619384766,0.6418228149414062,0.6122589111328125,6.93964958190918,7.235050201416016,7.017612457275391,6.8416595458984375,7.015705108642578,6.942987442016602,6.956577301025391,6.7386627197265625,6.953001022338867,6.824731826782227 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,2.162933349609375,2.122640609741211,1.7361640930175781,3.009319305419922,2.1619796752929688,1.6558170318603516,1.9121170043945312,1.8324851989746094,1.5048980712890625,1.8303394317626953,16.33429527282715,16.968727111816406,16.17598533630371,16.41225814819336,16.19863510131836,16.489028930664062,16.188859939575195,16.210556030273438,16.443729400634766,16.21699333190918 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,True,1.7104148864746094,1.257181167602539,1.1301040649414062,1.178741455078125,1.1723041534423828,1.3892650604248047,1.2733936309814453,1.2164115905761719,1.2025833129882812,0.9560585021972656,8.844375610351562,8.455991744995117,8.911371231079102,8.515119552612305,8.774757385253906,8.376836776733398,8.760690689086914,8.48841667175293,8.755683898925781,8.531808853149414 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,False,1.9211769104003906,1.888275146484375,1.71661376953125,1.7218589782714844,1.7733573913574219,2.2346973419189453,2.3496150970458984,1.4078617095947266,1.4019012451171875,1.4271736145019531,233.87479782104492,232.20419883728027,234.56192016601562,233.12687873840332,235.6095314025879,237.3795509338379,233.95776748657227,236.405611038208,233.5348129272461,234.71426963806152 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,1.8100738525390625,1.657247543334961,1.2307167053222656,1.2500286102294922,1.2536048889160156,1.2176036834716797,1.2316703796386719,1.264333724975586,1.383066177368164,2.6192665100097656,8.70060920715332,8.840799331665039,8.75997543334961,8.780956268310547,8.767127990722656,8.907079696655273,8.770942687988281,8.811235427856445,8.76164436340332,8.745193481445312 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,2.263784408569336,2.468585968017578,2.2776126861572266,1.828908920288086,1.9752979278564453,1.7466545104980469,1.5795230865478516,1.941680908203125,1.7211437225341797,1.6314983367919922,304.9144744873047,309.4816207885742,318.15195083618164,307.66892433166504,306.272029876709,308.3758354187012,307.8320026397705,305.8035373687744,308.7136745452881,307.208776473999 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,True,1.0225772857666016,1.0755062103271484,1.074075698852539,1.096487045288086,1.0046958923339844,1.0063648223876953,1.0929107666015625,1.013040542602539,1.004934310913086,1.0106563568115234,13.093233108520508,13.193368911743164,13.245105743408203,13.166189193725586,13.123512268066406,13.123273849487305,13.147354125976562,13.180255889892578,13.048410415649414,12.839555740356445 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,False,3.0570030212402344,3.069639205932617,2.726316452026367,2.763509750366211,2.2585391998291016,2.841472625732422,1.8427371978759766,1.8575191497802734,1.855611801147461,2.449512481689453,21.01302146911621,21.27695083618164,21.012544631958008,22.377729415893555,21.406888961791992,21.254539489746094,21.07095718383789,22.362709045410156,21.29817008972168,20.897626876831055 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.9970664978027344,1.0237693786621094,1.1086463928222656,1.0259151458740234,1.0006427764892578,1.033782958984375,0.9760856628417969,1.0275840759277344,0.9763240814208984,0.9899139404296875,13.20195198059082,13.469219207763672,13.361692428588867,12.989044189453125,13.340950012207031,13.080596923828125,13.298988342285156,13.235330581665039,13.358831405639648,13.135671615600586 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,3.314971923828125,3.2379627227783203,3.1507015228271484,2.698183059692383,2.3398399353027344,2.4499893188476562,2.9036998748779297,2.608060836791992,1.981496810913086,2.1696090698242188,31.9216251373291,33.32257270812988,32.546043395996094,32.8671932220459,34.51061248779297,32.88698196411133,32.95445442199707,32.79566764831543,32.694339752197266,32.657623291015625 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,True,1.4886856079101562,1.5037059783935547,1.5337467193603516,1.5528202056884766,1.5475749969482422,1.5287399291992188,1.4944076538085938,1.5091896057128906,1.51824951171875,1.4905929565429688,17.75360107421875,17.69542694091797,17.422914505004883,17.41933822631836,17.522811889648438,17.40550994873047,17.409086227416992,17.366886138916016,17.414569854736328,17.403364181518555 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,False,3.228902816772461,3.079652786254883,3.145456314086914,3.035306930541992,2.9375553131103516,2.7036666870117188,3.6194324493408203,2.716064453125,2.5348663330078125,2.4106502532958984,463.8822078704834,464.93053436279297,466.6600227355957,466.07184410095215,465.8181667327881,466.2611484527588,467.24581718444824,465.7862186431885,462.51535415649414,466.9508934020996 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,1.577138900756836,1.600503921508789,1.560211181640625,1.5645027160644531,1.5187263488769531,1.5521049499511719,1.54876708984375,1.5494823455810547,1.5530586242675781,1.5132427215576172,17.486572265625,17.618417739868164,17.634153366088867,17.366647720336914,17.337799072265625,17.242908477783203,17.27151870727539,17.351627349853516,17.50922203063965,17.420291900634766 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,3.537416458129883,3.821134567260742,2.8467178344726562,2.8066635131835938,2.7081966400146484,2.440929412841797,2.604961395263672,2.9287338256835938,2.190113067626953,1.970052719116211,619.560718536377,621.4299201965332,615.7176494598389,617.5148487091064,619.8182106018066,617.1326637268066,618.6881065368652,616.771936416626,616.7833805084229,617.8722381591797 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,True,2.926349639892578,2.681255340576172,2.524137496948242,2.657175064086914,2.6166439056396484,2.6483535766601562,2.7294158935546875,2.6862621307373047,2.584695816040039,2.6078224182128906,34.102678298950195,34.542083740234375,33.69450569152832,34.28292274475098,34.152984619140625,33.956289291381836,33.978939056396484,33.93077850341797,33.86068344116211,33.78701210021973 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,False,5.295038223266602,4.98652458190918,3.889322280883789,3.4303665161132812,4.633903503417969,4.547357559204102,3.478527069091797,3.139495849609375,3.175020217895508,3.5161972045898438,52.428483963012695,52.0017147064209,52.43110656738281,53.12228202819824,51.92136764526367,53.924560546875,51.868438720703125,51.631927490234375,52.28781700134277,69.79560852050781 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,2.599000930786133,2.620697021484375,2.4526119232177734,2.8426647186279297,2.745389938354492,2.573728561401367,2.640962600708008,2.57110595703125,2.542734146118164,2.774953842163086,33.37454795837402,33.709049224853516,33.75053405761719,33.63347053527832,33.97703170776367,34.035682678222656,34.238576889038086,34.093618392944336,34.525156021118164,33.898353576660156 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,6.922483444213867,7.320880889892578,7.209539413452148,5.799055099487305,5.520820617675781,5.684137344360352,4.646539688110352,4.119396209716797,4.616260528564453,4.152059555053711,80.89995384216309,81.25996589660645,80.38115501403809,80.97434043884277,81.38442039489746,81.51650428771973,79.94461059570312,80.10363578796387,82.27086067199707,81.34603500366211 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,True,4.03141975402832,3.963470458984375,3.921031951904297,3.9572715759277344,4.135370254516602,3.9064884185791016,3.9010047912597656,3.8900375366210938,4.093647003173828,3.9196014404296875,44.93999481201172,44.622182846069336,44.707536697387695,44.85440254211426,44.56830024719238,44.693708419799805,44.49200630187988,44.77357864379883,45.60661315917969,44.34680938720703 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,False,4.161596298217773,4.417896270751953,4.887819290161133,4.8732757568359375,4.32276725769043,3.8874149322509766,4.031896591186523,3.4677982330322266,4.725456237792969,3.7126541137695312,1150.1657962799072,1154.8433303833008,1150.6414413452148,1152.6901721954346,1146.6515064239502,1151.500940322876,1150.7658958435059,1154.801845550537,1151.5204906463623,1152.73118019104 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,3.9741992950439453,4.001855850219727,4.103422164916992,3.964662551879883,3.9072036743164062,3.9758682250976562,4.110097885131836,3.969430923461914,3.874540328979492,3.903627395629883,44.70539093017578,44.417381286621094,44.41523551940918,44.6009635925293,44.538259506225586,44.88015174865723,44.68560218811035,44.74520683288574,44.75283622741699,44.48843002319336 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,5.771636962890625,5.557060241699219,5.064487457275391,4.545688629150391,4.278421401977539,4.331827163696289,3.737211227416992,3.959178924560547,3.5479068756103516,5.279064178466797,1535.6171131134033,1538.313865661621,1538.665533065796,1542.454481124878,1587.9473686218262,1532.3176383972168,1542.6411628723145,1536.2203121185303,1533.9839458465576,1542.6216125488281 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,True,9.961128234863281,6.936788558959961,7.189512252807617,5.353212356567383,4.948616027832031,4.256486892700195,4.234552383422852,4.075288772583008,4.12440299987793,4.250526428222656,51.253318786621094,50.92644691467285,51.13029479980469,51.19800567626953,51.1927604675293,51.03564262390137,51.4826774597168,51.668405532836914,52.14381217956543,52.159786224365234 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,False,6.272792816162109,6.120920181274414,5.287885665893555,4.372596740722656,6.1511993408203125,6.336688995361328,4.821062088012695,5.548238754272461,4.23884391784668,4.232883453369141,80.05523681640625,77.63838768005371,79.67686653137207,78.40085029602051,77.20685005187988,78.08613777160645,76.80439949035645,77.84914970397949,77.13508605957031,79.99324798583984 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,4.379749298095703,4.095792770385742,4.08935546875,3.985881805419922,4.247188568115234,4.183292388916016,4.171848297119141,4.045724868774414,4.213809967041016,4.114627838134766,52.02007293701172,51.93018913269043,51.44357681274414,51.54252052307129,51.14459991455078,51.30195617675781,51.53179168701172,51.779985427856445,51.84793472290039,51.702022552490234 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,8.589982986450195,8.126974105834961,8.477210998535156,5.96165657043457,5.505561828613281,5.047321319580078,5.470991134643555,5.445718765258789,5.938053131103516,7.463693618774414,121.38748168945312,121.54531478881836,120.91422080993652,121.79303169250488,121.80948257446289,124.21488761901855,121.83737754821777,121.94228172302246,121.4909553527832,123.25930595397949 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,True,5.78761100769043,8.390665054321289,5.7697296142578125,5.891323089599609,8.227109909057617,5.680322647094727,5.8002471923828125,5.543708801269531,5.700349807739258,5.733728408813477,66.13516807556152,66.40982627868652,66.04862213134766,66.30873680114746,65.85407257080078,66.20645523071289,65.81401824951172,65.86313247680664,66.04790687561035,65.81759452819824 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,False,6.789922714233398,7.042884826660156,6.651163101196289,7.363080978393555,5.137205123901367,6.190299987792969,6.16002082824707,5.895137786865234,5.329608917236328,5.888462066650391,1720.308780670166,1727.74076461792,1725.8274555206299,1721.9505310058594,1732.6092720031738,1726.2015342712402,1721.1709022521973,1726.374626159668,1727.4737358093262,1724.4551181793213 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,5.950212478637695,5.831241607666016,5.870819091796875,15.65241813659668,10.116338729858398,7.422447204589844,6.192445755004883,5.815982818603516,5.689859390258789,5.838871002197266,66.29371643066406,66.06364250183105,66.06817245483398,66.16926193237305,65.81997871398926,66.29014015197754,65.90747833251953,66.06316566467285,66.03598594665527,65.6585693359375 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,6.361961364746094,7.271528244018555,5.434989929199219,5.310535430908203,6.424427032470703,5.852937698364258,7.43412971496582,7.224798202514648,5.650758743286133,5.8345794677734375,2306.7972660064697,2318.92466545105,2312.6296997070312,2328.3424377441406,2303.948402404785,2304.753303527832,2302.7403354644775,2371.105194091797,2297.933340072632,2309.2470169067383 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,True,5.483865737915039,5.688905715942383,5.49626350402832,5.457639694213867,5.633831024169922,5.476713180541992,5.428075790405273,5.504608154296875,5.573034286499023,5.440950393676758,69.84591484069824,69.53787803649902,69.34261322021484,69.52881813049316,69.28253173828125,68.96829605102539,69.366455078125,69.61274147033691,68.43686103820801,68.87102127075195 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,False,7.445573806762695,8.424758911132812,7.04503059387207,6.761074066162109,6.7882537841796875,6.087779998779297,7.7304840087890625,5.620241165161133,7.429838180541992,7.454156875610352,102.91218757629395,103.13725471496582,103.14822196960449,102.20050811767578,102.3716926574707,102.6160717010498,102.22768783569336,104.12263870239258,102.92577743530273,103.24454307556152 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,5.599260330200195,5.694150924682617,5.481481552124023,5.558490753173828,5.810260772705078,5.519628524780273,5.433559417724609,5.75566291809082,5.58161735534668,5.537509918212891,69.37193870544434,69.54455375671387,69.51642036437988,69.53144073486328,69.46420669555664,70.00184059143066,69.99754905700684,68.85695457458496,68.97568702697754,68.50457191467285 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,7.3719024658203125,9.27877426147461,6.821155548095703,7.554531097412109,8.594989776611328,6.9751739501953125,8.19849967956543,7.1468353271484375,8.39376449584961,7.766008377075195,158.8432788848877,158.08939933776855,158.09369087219238,158.6911678314209,157.98115730285645,172.2238063812256,157.7010154724121,158.94842147827148,158.29801559448242,158.05673599243164 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,True,12.268304824829102,22.441625595092773,13.915538787841797,9.587526321411133,7.9212188720703125,7.603883743286133,7.582664489746094,7.716894149780273,7.597446441650391,22.24254608154297,86.98701858520508,87.40496635437012,87.2492790222168,87.46957778930664,87.52250671386719,87.17560768127441,87.43667602539062,86.55095100402832,86.19213104248047,85.99996566772461 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,False,7.858514785766602,6.968498229980469,8.97979736328125,6.831884384155273,9.176492691040039,7.494449615478516,8.166313171386719,8.12673568725586,8.066654205322266,6.742715835571289,2303.5027980804443,2300.312042236328,2295.433759689331,2295.531988143921,2307.803153991699,2298.8123893737793,2326.486825942993,2300.107717514038,2297.8429794311523,2304.650068283081 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,8.126497268676758,7.819652557373047,7.489442825317383,7.564783096313477,7.491111755371094,7.4558258056640625,7.532835006713867,7.42340087890625,7.47990608215332,7.338047027587891,86.06195449829102,85.83712577819824,85.46090126037598,86.27843856811523,85.91556549072266,86.10701560974121,86.52353286743164,86.34424209594727,86.66133880615234,86.71832084655762 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,9.599685668945312,8.461236953735352,8.907318115234375,7.335901260375977,8.782148361206055,7.848024368286133,8.8348388671875,7.230997085571289,8.667230606079102,7.209539413452148,3071.460485458374,3073.5816955566406,3075.103998184204,3080.1093578338623,3135.711431503296,3068.4471130371094,3065.1440620422363,3072.3092555999756,3065.0711059570312,3075.251817703247 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,True,0.2665519714355469,0.2949237823486328,0.2980232238769531,0.28395652770996094,0.2827644348144531,0.293731689453125,0.2651214599609375,0.3018379211425781,0.28395652770996094,0.28324127197265625,2.9871463775634766,2.896547317504883,3.0128955841064453,2.959728240966797,3.008127212524414,2.9001235961914062,2.915620803833008,2.9969215393066406,3.0150413513183594,2.903461456298828 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,False,0.7569789886474609,0.8149147033691406,0.7793903350830078,1.0712146759033203,1.0759830474853516,1.2593269348144531,0.8890628814697266,0.8723735809326172,0.8740425109863281,0.888824462890625,3.3812522888183594,3.1969547271728516,3.1669139862060547,3.9522647857666016,3.1709671020507812,3.1843185424804688,3.1919479370117188,3.1881332397460938,3.9567947387695312,3.2215118408203125 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.29659271240234375,0.3132820129394531,0.31304359436035156,0.2968311309814453,0.2694129943847656,0.26702880859375,0.29087066650390625,0.28634071350097656,0.28514862060546875,0.2846717834472656,3.0717849731445312,3.1027793884277344,3.095388412475586,3.026247024536133,3.003358840942383,3.0112266540527344,3.075122833251953,3.070831298828125,3.0670166015625,3.0095577239990234 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,1.0416507720947266,1.0771751403808594,0.8628368377685547,0.8776187896728516,0.8714199066162109,0.8709430694580078,0.8499622344970703,1.1894702911376953,1.051187515258789,1.0700225830078125,4.759550094604492,4.786252975463867,5.6285858154296875,4.734277725219727,4.791259765625,4.723310470581055,5.477428436279297,4.797935485839844,4.723310470581055,5.735158920288086 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,True,0.49614906311035156,0.49757957458496094,0.49614906311035156,0.49877166748046875,0.5276203155517578,0.5276203155517578,0.5006790161132812,0.4982948303222656,0.4973411560058594,0.4963874816894531,3.717660903930664,3.8318634033203125,3.833293914794922,3.6668777465820312,3.6973953247070312,3.7686824798583984,3.823995590209961,3.721475601196289,3.655672073364258,3.811359405517578 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,False,0.8649826049804688,0.850677490234375,0.9372234344482422,0.8666515350341797,0.80108642578125,0.7855892181396484,0.7865428924560547,0.782012939453125,0.7779598236083984,0.7495880126953125,72.29971885681152,72.49712944030762,75.19650459289551,72.53575325012207,73.60410690307617,75.3173828125,72.66521453857422,75.76131820678711,78.48095893859863,74.9361515045166 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.3695487976074219,0.3669261932373047,0.3650188446044922,0.34618377685546875,0.34427642822265625,0.3428459167480469,0.34427642822265625,0.3445148468017578,0.34332275390625,0.41174888610839844,3.7200450897216797,3.6563873291015625,3.8013458251953125,3.7822723388671875,3.719806671142578,3.694295883178711,3.7033557891845703,3.7779808044433594,3.7546157836914062,3.7469863891601562 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.7979869842529297,0.8523464202880859,0.8080005645751953,0.8032321929931641,0.8139610290527344,0.7944107055664062,0.8199214935302734,0.7777214050292969,0.7898807525634766,1.0056495666503906,97.36776351928711,102.36310958862305,95.86668014526367,96.28438949584961,96.40860557556152,95.91865539550781,96.4653491973877,97.67627716064453,96.52543067932129,96.9550609588623 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,True,0.5743503570556641,0.5788803100585938,0.5626678466796875,0.5583763122558594,0.5795955657958984,0.5598068237304688,0.5593299865722656,0.537872314453125,0.5376338958740234,0.5381107330322266,6.053447723388672,5.9833526611328125,5.883455276489258,6.16455078125,5.9986114501953125,5.896091461181641,6.103515625,5.892276763916016,5.9661865234375,6.12187385559082 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,False,1.6052722930908203,1.6312599182128906,1.7189979553222656,1.7821788787841797,1.2621879577636719,1.2438297271728516,1.3377666473388672,1.4619827270507812,1.3272762298583984,1.5079975128173828,7.434606552124023,8.601665496826172,7.461786270141602,8.471488952636719,7.502317428588867,8.928060531616211,7.516384124755859,8.690357208251953,7.49516487121582,8.644342422485352 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.6003379821777344,0.5624294281005859,0.5724430084228516,0.5636215209960938,0.5593299865722656,0.5667209625244141,0.5366802215576172,0.5373954772949219,0.5466938018798828,0.5400180816650391,5.991697311401367,6.177425384521484,6.094455718994141,6.054401397705078,6.056547164916992,5.957841873168945,5.986213684082031,6.072282791137695,6.080389022827148,6.089925765991211 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,1.9481182098388672,2.4003982543945312,1.922607421875,1.4545917510986328,1.6376972198486328,1.477956771850586,1.6541481018066406,1.6064643859863281,1.6472339630126953,1.4607906341552734,12.441158294677734,10.907411575317383,11.945962905883789,12.295007705688477,10.906219482421875,11.812448501586914,12.579917907714844,12.022256851196289,10.938882827758789,12.387752532958984 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,True,1.0194778442382812,1.0325908660888672,1.0514259338378906,1.0380744934082031,1.0325908660888672,0.9644031524658203,1.0633468627929688,0.823974609375,0.7224082946777344,0.7767677307128906,11.268854141235352,8.348226547241211,7.997989654541016,7.873296737670898,7.932424545288086,7.735252380371094,7.762908935546875,7.675409317016602,10.239124298095703,20.5843448638916 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,False,1.682281494140625,1.7046928405761719,1.7125606536865234,1.5416145324707031,1.8544197082519531,1.9030570983886719,1.7001628875732422,1.5993118286132812,1.6963481903076172,1.4164447784423828,173.02846908569336,172.4562644958496,175.43482780456543,172.48034477233887,172.593355178833,186.72823905944824,172.66345024108887,171.0662841796875,173.9659309387207,172.1510887145996 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.7815361022949219,0.7305145263671875,0.7839202880859375,0.7088184356689453,0.7925033569335938,0.7212162017822266,0.7486343383789062,0.6766319274902344,0.7953643798828125,0.7264614105224609,7.759809494018555,7.431507110595703,7.626771926879883,7.511615753173828,7.55000114440918,7.689952850341797,7.460832595825195,7.737636566162109,7.413387298583984,7.710933685302734 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,2.0170211791992188,1.7418861389160156,1.7848014831542969,1.5766620635986328,1.5332698822021484,1.733541488647461,1.5819072723388672,1.5459060668945312,1.7819404602050781,1.453399658203125,225.70419311523438,245.9280490875244,223.22773933410645,225.80599784851074,224.4882583618164,227.30755805969238,225.3246307373047,226.70269012451172,226.32169723510742,226.0572910308838 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,True,0.8859634399414062,0.8132457733154297,0.8296966552734375,0.8070468902587891,0.7998943328857422,0.7991790771484375,0.8037090301513672,0.8471012115478516,0.8318424224853516,0.8032321929931641,10.641336441040039,10.446548461914062,10.764598846435547,10.715007781982422,10.610103607177734,10.635137557983398,10.44607162475586,10.630130767822266,10.700225830078125,10.529756546020508 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,False,2.8574466705322266,2.3794174194335938,2.2335052490234375,2.0525455474853516,1.9652843475341797,1.9996166229248047,2.268075942993164,2.239227294921875,1.8820762634277344,1.867055892944336,16.598224639892578,16.178607940673828,16.508102416992188,16.25347137451172,16.107797622680664,16.533374786376953,16.13020896911621,16.541719436645508,16.1745548248291,16.542911529541016 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.8459091186523438,0.8144378662109375,0.8413791656494141,0.8432865142822266,0.8537769317626953,0.8454322814941406,0.8101463317871094,0.8478164672851562,0.8373260498046875,0.8666515350341797,10.244131088256836,10.594844818115234,10.500431060791016,10.34998893737793,10.80179214477539,10.753154754638672,10.549545288085938,10.711193084716797,10.436296463012695,10.638952255249023 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,3.319978713989258,2.5527477264404297,2.9277801513671875,2.6133060455322266,2.6826858520507812,2.145051956176758,2.1119117736816406,2.7832984924316406,2.135753631591797,2.4175643920898438,23.849964141845703,24.996280670166016,23.663997650146484,23.7119197845459,25.022268295288086,23.784637451171875,24.767398834228516,23.84209632873535,26.43752098083496,24.008750915527344 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,True,1.3346672058105469,1.5897750854492188,1.360177993774414,1.6279220581054688,1.3244152069091797,1.310586929321289,1.2974739074707031,1.2891292572021484,1.27410888671875,1.2950897216796875,14.192342758178711,14.072895050048828,14.120817184448242,14.075756072998047,14.142513275146484,13.928890228271484,14.023303985595703,13.95869255065918,14.226436614990234,14.295339584350586 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,False,2.827167510986328,2.4459362030029297,3.090381622314453,2.283334732055664,2.2454261779785156,2.046823501586914,2.881288528442383,2.2377967834472656,2.2428035736083984,2.183675765991211,345.7446098327637,347.1822738647461,346.0054397583008,347.0921516418457,344.6636199951172,345.1700210571289,346.987247467041,345.35932540893555,345.7961082458496,365.91076850891113 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,1.2900829315185547,1.341104507446289,1.3353824615478516,1.407623291015625,3.8919448852539062,4.042625427246094,3.964662551879883,3.509521484375,2.670764923095703,2.438068389892578,14.198780059814453,14.262676239013672,14.013290405273438,14.236211776733398,14.011859893798828,14.175176620483398,14.251232147216797,14.370918273925781,14.071941375732422,14.06240463256836 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,3.037691116333008,2.2885799407958984,3.3011436462402344,2.4538040161132812,2.254009246826172,2.2399425506591797,2.365589141845703,2.2149085998535156,1.983642578125,2.4263858795166016,460.68763732910156,453.474760055542,457.0291042327881,456.3291072845459,455.64818382263184,455.5401802062988,457.4418067932129,457.4005603790283,451.5235424041748,453.9148807525635 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,True,1.6677379608154297,1.7628669738769531,1.6751289367675781,1.550436019897461,1.5358924865722656,1.5289783477783203,1.5990734100341797,1.5189647674560547,1.5914440155029297,1.5406608581542969,20.778179168701172,20.828962326049805,20.82204818725586,20.607471466064453,20.488977432250977,20.77317237854004,21.177291870117188,20.7369327545166,20.52593231201172,20.55525779724121 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,False,4.309415817260742,3.2491683959960938,3.2186508178710938,3.3402442932128906,2.9938220977783203,3.1821727752685547,3.3845901489257812,2.5005340576171875,2.818584442138672,2.7594566345214844,31.95667266845703,32.35578536987305,31.967639923095703,31.127452850341797,31.886577606201172,31.9516658782959,32.451629638671875,32.44519233703613,32.62472152709961,32.09185600280762 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,1.6775131225585938,1.6121864318847656,1.5523433685302734,1.5823841094970703,1.7735958099365234,1.722097396850586,1.674652099609375,1.5845298767089844,1.5482902526855469,1.5594959259033203,20.92599868774414,20.847797393798828,20.871400833129883,21.09384536743164,20.733356475830078,20.694494247436523,21.02494239807129,20.910024642944336,20.752906799316406,20.580291748046875 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,3.957033157348633,4.400491714477539,3.7217140197753906,3.6199092864990234,3.605365753173828,3.892183303833008,4.255056381225586,3.142118453979492,5.117177963256836,3.8132667541503906,48.81691932678223,48.54321479797363,48.60734939575195,48.54226112365723,48.60091209411621,47.61815071105957,48.93302917480469,48.36535453796387,48.16770553588867,48.9351749420166 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,True,2.713441848754883,2.6252269744873047,2.6154518127441406,2.6009082794189453,2.5763511657714844,2.7437210083007812,2.6891231536865234,2.5887489318847656,2.630949020385742,2.6061534881591797,29.407024383544922,29.256820678710938,29.055356979370117,29.362201690673828,29.19602394104004,28.801918029785156,28.980731964111328,29.088258743286133,28.901100158691406,28.68175506591797 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,False,4.050493240356445,4.234790802001953,2.813577651977539,3.134012222290039,3.1516551971435547,2.868175506591797,3.658294677734375,2.6268959045410156,2.6531219482421875,2.4297237396240234,694.1583156585693,692.5132274627686,694.1707134246826,694.5734024047852,694.4184303283691,689.3875598907471,693.2308673858643,689.690113067627,688.0240440368652,695.8038806915283 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,2.746105194091797,2.6824474334716797,2.6693344116210938,2.7170181274414062,2.6900768280029297,2.685546875,2.596616744995117,2.5527477264404297,2.536296844482422,2.614259719848633,29.416322708129883,29.48307991027832,29.456615447998047,29.64615821838379,29.343605041503906,29.516935348510742,29.896974563598633,29.581069946289062,29.634714126586914,29.583215713500977 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,4.192352294921875,3.8459300994873047,4.150867462158203,3.7589073181152344,3.850698471069336,3.420591354370117,3.281116485595703,2.9544830322265625,3.414630889892578,3.1363964080810547,920.5577373504639,916.2509441375732,922.7840900421143,922.7502346038818,919.8861122131348,927.1116256713867,921.6315746307373,922.26243019104,923.4073162078857,914.9188995361328 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,True,4.403352737426758,4.380226135253906,4.294395446777344,4.21905517578125,4.358053207397461,4.329204559326172,4.172086715698242,4.24957275390625,4.337310791015625,4.322290420532227,54.64625358581543,54.29887771606445,54.86702919006348,54.31365966796875,54.241180419921875,53.778886795043945,54.03614044189453,53.876638412475586,54.738521575927734,54.368019104003906 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,False,6.435871124267578,5.565643310546875,6.924629211425781,4.647493362426758,4.836559295654297,5.152463912963867,4.149198532104492,5.350589752197266,4.3163299560546875,5.277156829833984,77.95405387878418,77.16846466064453,77.43000984191895,77.34799385070801,78.03583145141602,76.76029205322266,78.05466651916504,77.92782783508301,77.64172554016113,78.0642032623291 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,4.239797592163086,4.191875457763672,4.120349884033203,4.399776458740234,4.265546798706055,4.2858123779296875,4.175901412963867,4.332304000854492,4.253625869750977,4.263162612915039,55.220842361450195,55.05561828613281,55.03082275390625,54.80337142944336,54.613351821899414,54.68583106994629,54.47268486022949,54.41689491271973,54.52442169189453,54.37612533569336 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,7.735252380371094,7.831335067749023,6.277799606323242,6.219625473022461,6.70623779296875,6.209850311279297,6.675481796264648,5.136013031005859,4.947662353515625,7.519245147705078,119.85182762145996,119.45247650146484,119.48060989379883,121.02484703063965,150.07400512695312,119.88043785095215,148.2677459716797,119.62413787841797,144.7281837463379,122.66397476196289 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,True,6.106853485107422,6.270170211791992,8.184432983398438,6.159067153930664,6.086826324462891,6.009340286254883,6.247043609619141,18.26024055480957,16.262292861938477,10.683774948120117,70.38688659667969,69.88525390625,70.08647918701172,69.96464729309082,69.86713409423828,70.32632827758789,70.19901275634766,70.00970840454102,70.23286819458008,70.49202919006348 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,False,5.40471076965332,7.065534591674805,4.998445510864258,5.053520202636719,6.524801254272461,5.345344543457031,5.045175552368164,7.430553436279297,7.058858871459961,7.550954818725586,1729.1688919067383,1732.2158813476562,1724.1337299346924,1731.060266494751,1731.4860820770264,1727.4231910705566,1737.7283573150635,1726.3362407684326,1729.313850402832,1720.3598022460938 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,6.286382675170898,7.822513580322266,5.970478057861328,6.134033203125,6.028175354003906,5.906105041503906,6.083488464355469,6.063938140869141,6.1435699462890625,6.227016448974609,70.59955596923828,70.19901275634766,69.62323188781738,69.82707977294922,69.5953369140625,69.33474540710449,69.56815719604492,69.6711540222168,69.45037841796875,69.20051574707031 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,6.809234619140625,6.239414215087891,7.062435150146484,5.274295806884766,5.236387252807617,6.67881965637207,5.228281021118164,5.548954010009766,6.61778450012207,6.067752838134766,2310.356616973877,2321.052312850952,2310.5592727661133,2340.179443359375,2314.6812915802,2357.5570583343506,2299.6249198913574,2306.6487312316895,2304.3363094329834,2338.900089263916 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,True,6.684064865112305,6.327629089355469,6.4716339111328125,6.345510482788086,6.2046051025390625,6.57963752746582,6.283283233642578,6.2694549560546875,6.622791290283203,6.32166862487793,81.20322227478027,81.23087882995605,80.30223846435547,80.58619499206543,79.6821117401123,79.98967170715332,81.18724822998047,80.81340789794922,80.97004890441895,82.09419250488281 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,False,7.793188095092773,7.127046585083008,8.726119995117188,6.339311599731445,7.787227630615234,6.312131881713867,7.195711135864258,7.503271102905273,6.614446640014648,8.339405059814453,115.81230163574219,114.94207382202148,116.93668365478516,115.5397891998291,115.96035957336426,114.72654342651367,116.79744720458984,115.10968208312988,114.99142646789551,115.6013011932373 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,6.463289260864258,6.699562072753906,6.591796875,6.542682647705078,6.703376770019531,6.491661071777344,6.634712219238281,6.545782089233398,6.470918655395508,6.637096405029297,81.5885066986084,81.34055137634277,81.66003227233887,81.73561096191406,81.88390731811523,81.53414726257324,81.58373832702637,81.38442039489746,81.85100555419922,81.01415634155273 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,11.135339736938477,8.29458236694336,9.978532791137695,8.809566497802734,8.610248565673828,7.577419281005859,9.190559387207031,10.935544967651367,11.198043823242188,8.990049362182617,177.6254177093506,176.9545078277588,177.93536186218262,178.36952209472656,177.72316932678223,177.3679256439209,177.8426170349121,176.82194709777832,178.3134937286377,176.94854736328125 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,True,8.959054946899414,8.75234603881836,8.698463439941406,8.722066879272461,8.671045303344727,8.776664733886719,8.649349212646484,8.73708724975586,8.690595626831055,8.787393569946289,101.09376907348633,101.04703903198242,102.08511352539062,101.90296173095703,102.77295112609863,102.85186767578125,102.0665168762207,101.89700126647949,101.57322883605957,101.98307037353516 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,False,7.99560546875,9.957075119018555,7.552146911621094,8.694648742675781,9.240150451660156,8.35871696472168,8.185386657714844,8.109092712402344,7.962703704833984,8.713960647583008,2601.013422012329,2587.780714035034,2586.055040359497,2579.3962478637695,2588.426113128662,2584.3775272369385,2592.2698974609375,2591.1214351654053,2602.799892425537,2581.5305709838867 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,8.82863998413086,8.980035781860352,8.777856826782227,8.957386016845703,8.915901184082031,8.89444351196289,8.80885124206543,8.864879608154297,8.888959884643555,8.877277374267578,101.84192657470703,101.51124000549316,102.67090797424316,102.73861885070801,102.40554809570312,102.45394706726074,102.17094421386719,101.89414024353027,101.81331634521484,102.09774971008301 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,7.997035980224609,9.721517562866211,8.315086364746094,9.690523147583008,9.035587310791016,8.731842041015625,8.661270141601562,9.636163711547852,9.137153625488281,8.246898651123047,3442.5692558288574,3450.134515762329,3510.8492374420166,3459.6951007843018,3462.8612995147705,3450.2813816070557,3454.5834064483643,3523.552656173706,3469.402313232422,3456.0930728912354 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,True,8.719682693481445,8.479118347167969,8.555173873901367,8.487939834594727,8.514642715454102,8.485078811645508,8.599996566772461,8.499622344970703,8.516788482666016,8.632183074951172,106.92429542541504,107.47313499450684,107.74040222167969,107.8941822052002,107.84530639648438,107.93685913085938,107.57780075073242,107.15436935424805,107.03158378601074,106.98175430297852 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,False,8.781671524047852,8.764505386352539,10.480403900146484,8.429527282714844,9.911298751831055,9.562492370605469,9.516239166259766,12.294530868530273,8.520841598510742,11.618375778198242,154.92630004882812,155.08437156677246,155.33041954040527,154.62899208068848,154.2060375213623,154.42490577697754,154.2050838470459,154.07586097717285,155.58505058288574,154.50716018676758 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,8.691787719726562,8.606910705566406,8.739233016967773,8.50677490234375,8.600950241088867,8.588552474975586,8.672952651977539,8.603572845458984,8.656501770019531,8.597135543823242,107.97619819641113,107.82456398010254,109.3435287475586,108.40082168579102,107.85627365112305,107.50603675842285,106.96101188659668,107.54632949829102,108.0930233001709,107.7580451965332 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,10.174036026000977,12.146949768066406,12.781143188476562,11.064767837524414,12.070178985595703,11.853456497192383,12.065887451171875,10.961532592773438,12.549638748168945,12.479066848754883,236.12570762634277,236.6797924041748,237.31541633605957,238.3887767791748,234.89952087402344,233.9472770690918,233.81519317626953,249.55320358276367,234.98892784118652,234.10797119140625 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,True,11.466026306152344,11.671066284179688,11.596918106079102,11.72637939453125,12.642383575439453,11.694908142089844,11.601686477661133,11.492252349853516,11.642932891845703,11.591196060180664,134.70101356506348,134.48333740234375,133.96954536437988,134.68599319458008,136.948823928833,135.29729843139648,134.60922241210938,135.0114345550537,134.8717212677002,134.49335098266602 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,False,12.416362762451172,10.146379470825195,11.34347915649414,11.41214370727539,11.720657348632812,11.455059051513672,13.962507247924805,13.231277465820312,10.105609893798828,11.724710464477539,3453.8259506225586,3458.6939811706543,3451.3556957244873,3447.829484939575,3457.078695297241,3457.033634185791,3451.3463973999023,3459.667682647705,3444.2756175994873,3467.8871631622314 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,11.641740798950195,11.481046676635742,11.66391372680664,11.693954467773438,11.397838592529297,11.964082717895508,11.842727661132812,11.405706405639648,11.642694473266602,11.645317077636719,134.77158546447754,134.69791412353516,133.83173942565918,134.3986988067627,132.8146457672119,133.13531875610352,133.76307487487793,134.03916358947754,133.7895393371582,133.0423355102539 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,12.280941009521484,12.108564376831055,11.21664047241211,11.935710906982422,11.84535026550293,11.759042739868164,12.191057205200195,11.778831481933594,11.002302169799805,12.05587387084961,4602.368593215942,4608.6225509643555,4598.855495452881,4636.417865753174,4601.836442947388,4618.75319480896,4604.52938079834,4694.733381271362,4629.49800491333,4594.934463500977 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,True,0.5068778991699219,0.5233287811279297,0.5128383636474609,0.507354736328125,0.5049705505371094,0.5056858062744141,0.5049705505371094,0.5035400390625,0.5037784576416016,0.5176067352294922,4.074573516845703,4.010438919067383,3.8776397705078125,4.06336784362793,4.081487655639648,3.979206085205078,3.936767578125,4.025459289550781,3.9777755737304688,3.8700103759765625 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,False,0.9634494781494141,0.965118408203125,0.9860992431640625,0.9608268737792969,0.9613037109375,0.9734630584716797,1.0213851928710938,0.9615421295166016,0.9293556213378906,1.0364055633544922,5.871772766113281,4.235267639160156,4.17327880859375,4.984855651855469,4.188060760498047,4.272937774658203,4.148721694946289,5.16510009765625,4.200935363769531,4.178524017333984 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.35834312438964844,0.35953521728515625,0.35834312438964844,0.3600120544433594,0.370025634765625,0.3631114959716797,0.3592967987060547,0.35834312438964844,0.36025047302246094,0.35881996154785156,4.0225982666015625,4.061222076416016,4.03594970703125,3.9873123168945312,4.00090217590332,4.145383834838867,4.016637802124023,4.049539566040039,4.079580307006836,4.125833511352539 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,1.055002212524414,1.064300537109375,1.051187515258789,1.0881423950195312,1.6682147979736328,1.4255046844482422,1.59454345703125,1.0704994201660156,1.0700225830078125,1.005411148071289,6.267547607421875,7.187128067016602,6.23011589050293,6.957054138183594,6.29115104675293,6.286144256591797,6.965160369873047,6.202459335327148,6.2408447265625,7.108211517333984 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,True,0.47278404235839844,0.48279762268066406,0.47397613525390625,0.4730224609375,0.4730224609375,0.4684925079345703,0.5137920379638672,0.47135353088378906,0.4687309265136719,0.4582405090332031,5.026578903198242,4.9571990966796875,5.110025405883789,4.968881607055664,4.913806915283203,5.03849983215332,5.052328109741211,4.9896240234375,4.98199462890625,4.978179931640625 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,False,1.1081695556640625,1.0085105895996094,0.9975433349609375,1.0132789611816406,1.0271072387695312,1.2128353118896484,1.2824535369873047,1.3501644134521484,1.0290145874023438,0.8933544158935547,96.74906730651855,95.90291976928711,97.89538383483887,96.76384925842285,95.79300880432129,97.48315811157227,97.63622283935547,97.1672534942627,100.28982162475586,96.86994552612305 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.7612705230712891,0.7545948028564453,0.7834434509277344,0.5469322204589844,0.5478858947753906,0.5395412445068359,0.5431175231933594,0.5385875701904297,0.553131103515625,0.5424022674560547,5.114555358886719,4.936695098876953,4.854440689086914,4.798650741577148,5.174875259399414,4.8084259033203125,4.756450653076172,5.081892013549805,4.808664321899414,4.728794097900391 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,1.0395050048828125,1.0142326354980469,1.2364387512207031,1.3353824615478516,1.508474349975586,1.1241436004638672,1.0559558868408203,1.1034011840820312,1.2154579162597656,1.0991096496582031,127.9900074005127,127.51364707946777,126.9068717956543,128.01790237426758,127.31719017028809,130.65195083618164,128.0193328857422,130.4476261138916,127.16150283813477,127.52676010131836 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,True,0.7276535034179688,0.6988048553466797,0.7696151733398438,0.6999969482421875,0.7593631744384766,0.6990432739257812,0.7622241973876953,0.7150173187255859,0.7650852203369141,0.7009506225585938,8.077859878540039,7.757902145385742,8.121967315673828,7.746219635009766,8.01849365234375,7.847070693969727,8.021116256713867,7.949113845825195,7.947444915771484,7.889747619628906 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,False,2.1147727966308594,2.1076202392578125,2.709627151489258,2.352476119995117,2.1936893463134766,2.1283626556396484,2.565145492553711,1.697540283203125,1.5823841094970703,1.5840530395507812,11.251449584960938,9.886026382446289,11.809825897216797,11.203289031982422,9.969711303710938,11.174917221069336,11.202573776245117,10.043859481811523,11.527776718139648,11.21830940246582 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.6701946258544922,0.7259845733642578,0.6699562072753906,0.7250308990478516,0.6666183471679688,0.7333755493164062,0.6670951843261719,0.7319450378417969,0.6647109985351562,0.72479248046875,8.246898651123047,7.816791534423828,8.056640625,7.868051528930664,8.0413818359375,8.007526397705078,7.9803466796875,8.009672164916992,7.857084274291992,8.005619049072266 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,2.407073974609375,2.5339126586914062,2.903461456298828,1.9044876098632812,2.538919448852539,1.8310546875,2.1162033081054688,1.6283988952636719,1.7769336700439453,2.6433467864990234,14.709234237670898,17.746925354003906,14.706850051879883,15.798091888427734,15.81263542175293,15.800237655639648,15.720129013061523,16.132831573486328,15.902042388916016,15.871286392211914 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,True,1.0623931884765625,1.0378360748291016,1.0194778442382812,0.9393692016601562,0.9260177612304688,0.926971435546875,0.9224414825439453,0.9367465972900391,0.9541511535644531,0.8983612060546875,10.170936584472656,10.097980499267578,10.363340377807617,10.095596313476562,10.352611541748047,10.267972946166992,10.076761245727539,10.416030883789062,10.067939758300781,10.302305221557617 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,False,2.1889209747314453,2.2373199462890625,1.7991065979003906,2.171754837036133,1.970052719116211,1.7940998077392578,1.817941665649414,2.207040786743164,1.6508102416992188,1.9464492797851562,226.53794288635254,225.9042263031006,226.0875701904297,225.49104690551758,226.14669799804688,225.75139999389648,226.80234909057617,225.8431911468506,225.76355934143066,224.75600242614746 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,2.895832061767578,2.8731822967529297,2.875089645385742,2.9458999633789062,2.685546875,2.044200897216797,2.0008087158203125,1.9965171813964844,1.9848346710205078,1.8236637115478516,10.069608688354492,10.157585144042969,9.853363037109375,10.247945785522461,10.069847106933594,10.131359100341797,10.147571563720703,9.946584701538086,10.39266586303711,10.469675064086914 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,2.0427703857421875,1.9271373748779297,1.9524097442626953,1.9543170928955078,1.7158985137939453,2.231597900390625,1.932382583618164,1.6021728515625,1.5497207641601562,1.5835762023925781,295.46427726745605,301.7890453338623,295.81689834594727,295.8641052246094,296.9214916229248,307.1708679199219,295.1657772064209,296.51522636413574,296.50235176086426,297.6875305175781 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,True,1.1174678802490234,1.277923583984375,1.09100341796875,1.1107921600341797,1.0616779327392578,1.0728836059570312,1.0738372802734375,1.0597705841064453,1.0852813720703125,1.123189926147461,14.141559600830078,14.039278030395508,13.962984085083008,13.924121856689453,14.157295227050781,14.157533645629883,13.978719711303711,14.03498649597168,14.044046401977539,13.806819915771484 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,False,3.570556640625,3.373384475708008,2.9239654541015625,3.836393356323242,2.5043487548828125,2.609729766845703,2.3801326751708984,2.447366714477539,2.5153160095214844,2.219676971435547,21.99840545654297,20.92123031616211,20.864248275756836,20.84970474243164,21.968841552734375,20.937442779541016,21.03114128112793,20.970821380615234,24.302959442138672,22.34625816345215 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,1.1205673217773438,1.068115234375,1.0654926300048828,1.0666847229003906,1.1036396026611328,1.0814666748046875,1.0600090026855469,1.1246204376220703,1.10626220703125,1.1796951293945312,13.91458511352539,14.092445373535156,14.118194580078125,14.193058013916016,14.203310012817383,14.071464538574219,14.031171798706055,14.166593551635742,14.097929000854492,14.168024063110352 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,3.7314891815185547,2.7997493743896484,2.981901168823242,3.0066967010498047,2.585172653198242,2.573728561401367,2.3262500762939453,2.235889434814453,2.2869110107421875,2.2301673889160156,32.39130973815918,32.00221061706543,31.11720085144043,31.93950653076172,32.39083290100098,32.042503356933594,32.41133689880371,31.943559646606445,33.5843563079834,32.42325782775879 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,True,1.8796920776367188,1.8315315246582031,1.8184185028076172,1.7862319946289062,1.8055438995361328,1.8322467803955078,1.7769336700439453,1.8010139465332031,1.9145011901855469,1.928567886352539,20.331382751464844,20.064830780029297,19.919395446777344,20.08843421936035,20.119428634643555,20.69544792175293,20.313739776611328,20.235061645507812,20.3249454498291,20.279645919799805 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,False,2.789735794067383,3.2799243927001953,3.0007362365722656,2.489328384399414,3.0891895294189453,2.679109573364258,2.2912025451660156,2.327442169189453,2.344846725463867,2.2568702697753906,456.96520805358887,461.58695220947266,454.0591239929199,461.34185791015625,454.85424995422363,456.2101364135742,455.87897300720215,453.51624488830566,458.33635330200195,453.49717140197754 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,1.856088638305664,1.9197463989257812,1.8589496612548828,1.870870590209961,1.8305778503417969,1.8553733825683594,1.8568038940429688,1.8694400787353516,1.8277168273925781,1.874685287475586,20.13421058654785,20.133256912231445,20.364999771118164,20.34592628479004,20.45726776123047,20.15829086303711,20.084381103515625,20.281314849853516,20.386934280395508,20.27750015258789 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,3.0896663665771484,2.930164337158203,2.6166439056396484,3.226757049560547,2.6061534881591797,2.5568008422851562,2.6557445526123047,2.2993087768554688,2.208232879638672,2.3632049560546875,605.3204536437988,606.9469451904297,602.5512218475342,604.6926975250244,605.3075790405273,605.6208610534668,602.6811599731445,605.116605758667,604.1607856750488,611.335277557373 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,True,2.090930938720703,2.0647048950195312,2.1162033081054688,2.0813941955566406,2.3026466369628906,2.2940635681152344,2.170085906982422,2.112150192260742,2.111673355102539,2.121448516845703,28.49555015563965,28.342247009277344,28.319597244262695,28.09882164001465,28.066396713256836,28.281211853027344,28.198957443237305,27.843236923217773,28.306961059570312,28.31268310546875 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,False,4.753589630126953,6.175756454467773,5.511999130249023,4.13203239440918,4.078865051269531,3.5028457641601562,4.368782043457031,4.190683364868164,3.0052661895751953,2.881288528442383,41.43214225769043,43.65038871765137,41.097164154052734,41.25380516052246,42.36960411071777,40.82012176513672,42.29450225830078,41.11766815185547,42.33860969543457,41.736602783203125 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,2.0949840545654297,2.301454544067383,2.2559165954589844,2.146482467651367,2.183198928833008,2.100706100463867,2.068758010864258,2.1219253540039062,2.119779586791992,2.3365020751953125,28.213024139404297,28.41019630432129,28.145313262939453,28.11717987060547,28.484821319580078,28.196096420288086,28.130054473876953,28.537750244140625,28.224945068359375,28.01036834716797 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,5.330324172973633,5.270242691040039,3.629446029663086,3.669261932373047,4.450082778930664,4.159212112426758,3.571748733520508,3.850698471069336,3.146648406982422,4.614830017089844,65.37199020385742,65.22035598754883,66.22910499572754,64.69440460205078,80.8248519897461,65.9341812133789,65.28425216674805,64.70012664794922,64.57686424255371,63.66705894470215 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,True,3.60870361328125,3.689289093017578,3.7806034088134766,10.060787200927734,9.989500045776367,8.249044418334961,6.5898895263671875,5.473613739013672,4.462957382202148,4.117012023925781,40.14873504638672,39.968013763427734,40.16709327697754,40.091753005981445,40.1003360748291,40.13657569885254,40.131330490112305,40.16518592834473,40.23313522338867,40.0996208190918 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,False,4.441022872924805,3.6194324493408203,3.9069652557373047,3.6830902099609375,4.364967346191406,3.499269485473633,3.0333995819091797,2.966642379760742,3.903627395629883,3.2968521118164062,918.7936782836914,922.0428466796875,924.5421886444092,920.5648899078369,917.8390502929688,920.706033706665,921.2343692779541,918.4374809265137,915.2524471282959,921.0405349731445 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,3.8187503814697266,3.7412643432617188,3.6666393280029297,3.5369396209716797,3.679513931274414,3.698587417602539,3.6649703979492188,3.5958290100097656,3.607511520385742,3.6385059356689453,39.936065673828125,39.823293685913086,40.35305976867676,40.01355171203613,40.08817672729492,40.076494216918945,40.038347244262695,40.00973701477051,40.11225700378418,40.052175521850586 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,4.098415374755859,4.283905029296875,4.2266845703125,3.9687156677246094,3.10516357421875,3.0622482299804688,4.403114318847656,3.2417774200439453,3.4220218658447266,3.623485565185547,1223.2840061187744,1227.3011207580566,1229.780673980713,1225.3916263580322,1230.5948734283447,1227.1554470062256,1227.3375988006592,1224.6801853179932,1226.865530014038,1222.0191955566406 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,True,5.8116912841796875,5.707502365112305,5.869865417480469,7.335662841796875,5.665302276611328,5.801916122436523,5.699634552001953,5.710124969482422,5.841493606567383,5.616188049316406,73.37021827697754,73.16899299621582,72.84045219421387,73.49371910095215,73.42362403869629,72.9970932006836,73.3494758605957,73.09699058532715,72.68667221069336,73.07624816894531 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,False,7.428169250488281,5.637168884277344,5.813121795654297,7.004499435424805,6.514787673950195,7.807731628417969,5.379915237426758,7.850885391235352,7.560968399047852,5.33294677734375,103.71851921081543,102.6148796081543,106.05430603027344,103.7900447845459,102.5240421295166,102.3561954498291,102.74171829223633,103.69420051574707,103.73091697692871,102.51736640930176 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,5.779743194580078,6.042957305908203,5.759000778198242,5.706548690795898,5.99360466003418,5.787849426269531,5.705833435058594,5.886554718017578,5.762815475463867,5.679845809936523,72.72481918334961,73.87113571166992,74.72038269042969,74.0962028503418,73.06218147277832,73.37474822998047,72.91078567504883,72.90101051330566,72.61824607849121,72.3719596862793 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,7.937192916870117,7.08770751953125,6.3877105712890625,7.597446441650391,6.430387496948242,7.993936538696289,9.336471557617188,7.892847061157227,6.392955780029297,8.283376693725586,160.8290672302246,159.49749946594238,159.30557250976562,159.92021560668945,159.09600257873535,169.62575912475586,160.91585159301758,160.4902744293213,160.5994701385498,160.14552116394043 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,True,7.979154586791992,8.056402206420898,7.875680923461914,8.024454116821289,7.7800750732421875,8.124589920043945,7.866144180297852,8.109331130981445,7.837533950805664,8.126258850097656,92.36812591552734,92.12183952331543,92.63038635253906,93.37830543518066,91.77803993225098,91.7673110961914,92.06080436706543,92.14067459106445,92.06748008728027,92.93150901794434 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,False,7.056951522827148,8.275270462036133,6.678581237792969,6.721735000610352,8.496761322021484,7.809877395629883,8.853673934936523,6.810903549194336,8.16488265991211,7.870197296142578,2312.624454498291,2299.140691757202,2299.673557281494,2297.2254753112793,2296.9040870666504,2298.426866531372,2296.8404293060303,2297.999382019043,2308.9258670806885,2310.0156784057617 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,7.962942123413086,8.111238479614258,7.940530776977539,8.182287216186523,7.954835891723633,8.119583129882812,7.896900177001953,8.107185363769531,7.96818733215332,8.058309555053711,92.72241592407227,92.60869026184082,92.37957000732422,91.81022644042969,91.5229320526123,91.59612655639648,92.66853332519531,92.85998344421387,92.6065444946289,92.60106086730957 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,7.096052169799805,8.124589920043945,6.934881210327148,8.250951766967773,9.613513946533203,8.464813232421875,7.423162460327148,8.005619049072266,8.971452713012695,8.151531219482422,3108.9298725128174,3072.9291439056396,3067.6255226135254,3079.2698860168457,3079.6103477478027,3064.7010803222656,3072.056770324707,3073.678493499756,3069.5581436157227,3060.3461265563965 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,True,8.453369140625,8.447647094726562,8.61501693725586,8.726358413696289,8.430719375610352,8.739233016967773,8.39376449584961,8.499860763549805,8.502721786499023,8.42428207397461,106.68540000915527,106.04715347290039,105.69953918457031,107.81049728393555,106.74929618835449,106.53018951416016,107.42545127868652,108.08801651000977,108.18886756896973,106.85944557189941 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,False,9.91058349609375,9.661197662353516,9.469985961914062,8.817911148071289,9.901285171508789,8.68535041809082,10.68425178527832,9.342670440673828,8.217096328735352,10.550498962402344,152.80628204345703,153.2278060913086,152.76575088500977,153.0158519744873,152.93574333190918,153.71441841125488,153.03421020507812,152.60934829711914,156.26287460327148,155.30657768249512 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,8.451700210571289,8.96596908569336,21.87824249267578,12.434005737304688,9.113788604736328,8.619308471679688,8.60738754272461,8.488893508911133,8.399009704589844,8.50057601928711,107.33747482299805,107.27143287658691,108.01959037780762,108.0622673034668,108.7198257446289,108.9177131652832,108.52670669555664,108.21986198425293,107.65290260314941,106.80413246154785 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,10.964155197143555,10.33329963684082,11.051416397094727,11.05046272277832,9.98830795288086,12.02082633972168,9.974956512451172,13.257980346679688,13.468265533447266,11.880874633789062,235.63623428344727,235.1377010345459,234.59148406982422,235.3522777557373,235.2430820465088,235.1086139678955,249.87149238586426,236.38105392456055,235.64481735229492,235.33344268798828 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,True,11.818408966064453,11.528968811035156,11.608123779296875,11.830568313598633,11.649370193481445,11.565208435058594,11.721134185791016,11.711597442626953,11.54637336730957,11.64555549621582,135.3287696838379,134.69767570495605,134.93990898132324,135.8468532562256,134.07158851623535,133.87155532836914,134.141206741333,135.28990745544434,134.90939140319824,134.5536708831787 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,False,12.044429779052734,10.511636734008789,11.176109313964844,10.69188117980957,10.52236557006836,11.191129684448242,10.417938232421875,10.657787322998047,11.960029602050781,12.260198593139648,3441.3509368896484,3441.993474960327,3447.723627090454,3460.148572921753,3528.160333633423,3445.6043243408203,3452.4152278900146,3444.9808597564697,3448.928117752075,3455.139636993408 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,11.7034912109375,11.718273162841797,11.451244354248047,11.746644973754883,11.589288711547852,11.407852172851562,11.723518371582031,11.56163215637207,11.41810417175293,11.463642120361328,133.67724418640137,134.35626029968262,133.75616073608398,132.9174041748047,133.52155685424805,134.41181182861328,134.54914093017578,134.9499225616455,134.71508026123047,133.87107849121094 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,11.144161224365234,11.46388053894043,11.77525520324707,10.971784591674805,12.206077575683594,12.03465461730957,10.70547103881836,11.917829513549805,11.812448501586914,10.642290115356445,4607.041120529175,4606.372117996216,4615.888595581055,4600.536346435547,4617.552042007446,4684.276819229126,4621.721506118774,4623.861074447632,4609.827756881714,4627.045631408691 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,True,11.356592178344727,11.30056381225586,11.148214340209961,11.29913330078125,11.425256729125977,11.253595352172852,11.338233947753906,11.290311813354492,11.155843734741211,11.200904846191406,142.05670356750488,141.5114402770996,142.29297637939453,142.6076889038086,142.17495918273926,141.6304111480713,141.1583423614502,142.34209060668945,141.65687561035156,142.76862144470215 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,False,12.184381484985352,12.040376663208008,11.563539505004883,12.149333953857422,12.195825576782227,11.420965194702148,12.224197387695312,12.166261672973633,11.251211166381836,11.760473251342773,205.2476406097412,209.57446098327637,208.85562896728516,212.25404739379883,204.39529418945312,203.91440391540527,206.74872398376465,206.07948303222656,206.16888999938965,205.2133083343506 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,11.362314224243164,11.427640914916992,13.054609298706055,11.354446411132812,11.291742324829102,11.417150497436523,11.127471923828125,11.316299438476562,11.067867279052734,11.140823364257812,143.7220573425293,143.19729804992676,142.78101921081543,142.44318008422852,142.09222793579102,142.84300804138184,143.48435401916504,143.91231536865234,143.26095581054688,141.84856414794922 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,14.076471328735352,14.909029006958008,14.522314071655273,16.24155044555664,15.261650085449219,14.703750610351562,14.59503173828125,14.770984649658203,13.884305953979492,14.809131622314453,311.1131191253662,311.2819194793701,310.4519844055176,311.82241439819336,311.24210357666016,310.4217052459717,310.28056144714355,312.701940536499,310.9564781188965,310.5030059814453 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,True,15.324831008911133,15.336990356445312,15.339851379394531,15.377283096313477,15.301942825317383,15.261411666870117,15.32745361328125,15.220403671264648,15.373945236206055,15.226364135742188,177.6907444000244,177.05702781677246,177.92916297912598,176.48053169250488,177.60729789733887,177.5963306427002,177.75845527648926,177.01268196105957,177.1223545074463,176.8324375152588 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,False,15.186786651611328,14.193534851074219,14.185905456542969,13.504743576049805,14.423608779907227,15.472650527954102,14.348268508911133,14.309883117675781,16.462326049804688,14.35708999633789,4603.2164096832275,4610.5523109436035,4611.68360710144,4617.120265960693,4607.229471206665,4613.584756851196,4599.238395690918,4620.8815574646,4605.632305145264,4578.122854232788 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,15.273809432983398,15.241146087646484,15.453100204467773,31.47721290588379,15.79904556274414,32.86337852478027,16.082763671875,15.230417251586914,15.312910079956055,15.208959579467773,175.52566528320312,175.16112327575684,176.03182792663574,176.31292343139648,176.6824722290039,176.98335647583008,176.1910915374756,177.30951309204102,176.75328254699707,178.0693531036377 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,15.106439590454102,15.079736709594727,15.160322189331055,15.170574188232422,15.226125717163086,14.369726181030273,15.34271240234375,16.55268669128418,15.482187271118164,16.31641387939453,6168.694734573364,6179.37707901001,6156.628370285034,6127.024173736572,6151.423931121826,6139.748811721802,6142.6684856414795,6149.573802947998,6150.70652961731,6134.025096893311 diff --git a/benchmarks/analysis/basic/matvec/test_results/event csr matvec/event_csrmv_gpu.csv b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/event_csrmv_gpu.csv new file mode 100644 index 0000000..ebd568a --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/event csr matvec/event_csrmv_gpu.csv @@ -0,0 +1,393 @@ +s,p,shape[0],shape[1],backend,values type,events type,transpose,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,True,0.16808509826660156,0.1685619354248047,0.17309188842773438,0.16379356384277344,0.1621246337890625,0.15807151794433594,0.1735687255859375,0.16117095947265625,0.15687942504882812,0.1556873321533203,0.102996826171875,0.10251998901367188,0.10013580322265625,0.1010894775390625,0.10347366333007812,0.17881393432617188,0.118255615234375,0.08678436279296875,0.091552734375,0.08463859558105469 +"(1000, 1000)",0.5,1000,1000,gpu,homo,bool,False,0.18715858459472656,0.20456314086914062,0.19812583923339844,0.213623046875,0.20360946655273438,0.20194053649902344,0.1881122589111328,0.17714500427246094,0.17952919006347656,0.17762184143066406,0.125885009765625,0.10824203491210938,0.10585784912109375,0.10466575622558594,0.10371208190917969,0.10848045349121094,0.10895729064941406,0.10466575622558594,0.10371208190917969,0.10228157043457031 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,True,0.16307830810546875,0.1685619354248047,0.14710426330566406,0.13947486877441406,0.13756752014160156,0.1380443572998047,0.13637542724609375,0.133514404296875,0.133514404296875,0.13399124145507812,0.10132789611816406,0.15091896057128906,0.10561943054199219,0.09989738464355469,0.10037422180175781,0.09775161743164062,0.10132789611816406,0.09608268737792969,0.09632110595703125,0.10466575622558594 +"(1000, 1000)",0.5,1000,1000,gpu,homo,float,False,0.16260147094726562,0.14162063598632812,0.14138221740722656,0.14162063598632812,0.14853477478027344,0.1437664031982422,0.14519691467285156,0.14066696166992188,0.13780593872070312,0.13947486877441406,0.09131431579589844,0.09298324584960938,0.3211498260498047,0.12636184692382812,0.091552734375,0.09250640869140625,0.08225440979003906,0.09655952453613281,0.08845329284667969,0.08988380432128906 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,True,0.14138221740722656,0.1347064971923828,0.13446807861328125,0.15735626220703125,0.14019012451171875,0.1366138458251953,0.13446807861328125,0.1327991485595703,0.13208389282226562,0.13136863708496094,0.06914138793945312,0.11849403381347656,0.1087188720703125,0.09226799011230469,0.08797645568847656,0.09894371032714844,0.10728836059570312,0.10514259338378906,0.10585784912109375,0.1049041748046875 +"(1000, 1000)",0.5,1000,1000,gpu,heter,bool,False,0.12278556823730469,0.1163482666015625,0.1251697540283203,0.11515617370605469,0.1163482666015625,0.11539459228515625,0.11444091796875,0.11610984802246094,0.11467933654785156,0.11324882507324219,0.11467933654785156,0.11658668518066406,0.11515617370605469,0.1125335693359375,0.11086463928222656,0.11229515075683594,0.12183189392089844,0.11348724365234375,0.1125335693359375,0.11086463928222656 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,True,0.11730194091796875,0.11372566223144531,0.11444091796875,0.11396408081054688,0.11754035949707031,0.11491775512695312,0.11229515075683594,0.11873245239257812,0.11992454528808594,0.1125335693359375,0.09465217590332031,0.0820159912109375,0.06651878356933594,0.060558319091796875,0.06270408630371094,0.06270408630371094,0.0629425048828125,0.06222724914550781,0.062465667724609375,0.06222724914550781 +"(1000, 1000)",0.5,1000,1000,gpu,heter,float,False,0.1270771026611328,0.1239776611328125,0.14448165893554688,0.1277923583984375,0.12278556823730469,0.12230873107910156,0.12183189392089844,0.13065338134765625,0.1239776611328125,0.12111663818359375,0.08320808410644531,0.08296966552734375,0.08225440979003906,0.08130073547363281,0.08130073547363281,0.08082389831542969,0.07939338684082031,0.07963180541992188,0.07963180541992188,0.07963180541992188 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,True,0.1552104949951172,0.14925003051757812,0.14901161193847656,0.14853477478027344,0.14781951904296875,0.148773193359375,0.14519691467285156,0.5505084991455078,0.4036426544189453,0.36263465881347656,0.12564659118652344,0.125885009765625,0.12826919555664062,0.1266002655029297,0.1239776611328125,0.12469291687011719,0.12564659118652344,0.12350082397460938,0.12469291687011719,0.13446807861328125 +"(1000, 2500)",0.5,1000,2500,gpu,homo,bool,False,0.1518726348876953,0.14591217041015625,0.1456737518310547,0.1475811004638672,0.14448165893554688,0.1437664031982422,0.1418590545654297,0.14328956604003906,0.14400482177734375,0.1423358917236328,0.10466575622558594,0.10061264038085938,0.09894371032714844,0.09512901306152344,0.09894371032714844,0.09369850158691406,0.09560585021972656,0.09679794311523438,0.09560585021972656,0.09465217590332031 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,True,0.14328956604003906,0.14138221740722656,0.13875961303710938,0.1366138458251953,0.13566017150878906,0.14090538024902344,0.13589859008789062,0.14734268188476562,0.14734268188476562,0.13685226440429688,0.14495849609375,0.10204315185546875,0.10347366333007812,0.10561943054199219,0.09751319885253906,0.10323524475097656,0.09846687316894531,0.09799003601074219,0.09703636169433594,0.10013580322265625 +"(1000, 2500)",0.5,1000,2500,gpu,homo,float,False,0.20432472229003906,0.1804828643798828,0.17595291137695312,0.17189979553222656,0.1647472381591797,0.17023086547851562,0.17070770263671875,0.16832351684570312,0.1685619354248047,0.1666545867919922,0.12469291687011719,0.11086463928222656,0.11420249938964844,0.12063980102539062,0.11491775512695312,0.11587142944335938,0.11396408081054688,0.12063980102539062,0.11277198791503906,0.11849403381347656 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,True,0.118255615234375,0.1163482666015625,0.11515617370605469,0.11372566223144531,0.11420249938964844,0.11396408081054688,0.1125335693359375,0.11229515075683594,0.11277198791503906,0.12326240539550781,0.09441375732421875,0.09465217590332031,0.09560585021972656,0.09322166442871094,0.09202957153320312,0.09226799011230469,0.09202957153320312,0.09179115295410156,0.09202957153320312,0.091552734375 +"(1000, 2500)",0.5,1000,2500,gpu,heter,bool,False,0.11777877807617188,0.11920928955078125,0.11873245239257812,0.11777877807617188,0.12350082397460938,0.11849403381347656,0.11658668518066406,0.11563301086425781,0.11539459228515625,0.11467933654785156,0.11014938354492188,0.10657310485839844,0.10776519775390625,0.10538101196289062,0.10561943054199219,0.11372566223144531,0.110626220703125,0.1068115234375,0.10585784912109375,0.10538101196289062 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,True,0.18644332885742188,0.16641616821289062,0.15783309936523438,0.15544891357421875,0.15282630920410156,0.16260147094726562,0.11849403381347656,0.11754035949707031,0.12183189392089844,0.11944770812988281,0.07081031799316406,0.06961822509765625,0.07081031799316406,0.06842613220214844,0.06914138793945312,0.06794929504394531,0.06866455078125,0.06842613220214844,0.06961822509765625,0.06937980651855469 +"(1000, 2500)",0.5,1000,2500,gpu,heter,float,False,0.12087821960449219,0.11754035949707031,0.118255615234375,0.11706352233886719,0.11587142944335938,0.12326240539550781,0.11992454528808594,0.118255615234375,0.11563301086425781,0.11563301086425781,0.09512901306152344,0.0934600830078125,0.09226799011230469,0.09202957153320312,0.091552734375,0.091552734375,0.09036064147949219,0.09036064147949219,0.09036064147949219,0.0896453857421875 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,True,0.14209747314453125,0.13947486877441406,0.14019012451171875,0.1399517059326172,0.13780593872070312,0.1373291015625,0.13589859008789062,0.1494884490966797,0.1373291015625,0.13875961303710938,0.24390220642089844,0.2319812774658203,0.2384185791015625,0.2288818359375,0.2262592315673828,0.4608631134033203,0.22649765014648438,0.2231597900390625,0.22530555725097656,0.26798248291015625 +"(1000, 5000)",0.5,1000,5000,gpu,homo,bool,False,0.5142688751220703,0.4210472106933594,0.36454200744628906,0.3514289855957031,0.3368854522705078,0.3502368927001953,0.3323554992675781,0.3399848937988281,0.3299713134765625,0.34046173095703125,0.18715858459472656,0.18835067749023438,0.18715858459472656,0.18858909606933594,0.18477439880371094,0.18453598022460938,0.1735687255859375,0.18548965454101562,0.24700164794921875,0.2181529998779297 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,True,0.1595020294189453,0.1513957977294922,0.15115737915039062,0.14781951904296875,0.15044212341308594,0.14972686767578125,0.15735626220703125,0.15401840209960938,0.15664100646972656,0.15020370483398438,0.22935867309570312,0.3483295440673828,0.32138824462890625,0.20813941955566406,0.194549560546875,0.20956993103027344,0.20074844360351562,0.19812583923339844,0.19741058349609375,0.19598007202148438 +"(1000, 5000)",0.5,1000,5000,gpu,homo,float,False,0.1475811004638672,0.14209747314453125,0.15687942504882812,0.14281272888183594,0.14257431030273438,0.141143798828125,0.14209747314453125,0.14066696166992188,0.14162063598632812,0.13756752014160156,0.09799003601074219,0.09584426879882812,0.09632110595703125,0.09655952453613281,0.0972747802734375,0.10323524475097656,0.09846687316894531,0.09512901306152344,0.09846687316894531,0.09560585021972656 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,True,0.1163482666015625,0.1163482666015625,0.11467933654785156,0.1163482666015625,0.11515617370605469,0.11396408081054688,0.11348724365234375,0.11372566223144531,0.11229515075683594,0.11348724365234375,0.07009506225585938,0.07009506225585938,0.0705718994140625,0.07033348083496094,0.06985664367675781,0.06890296936035156,0.06937980651855469,0.06937980651855469,0.06985664367675781,0.06890296936035156 +"(1000, 5000)",0.5,1000,5000,gpu,heter,bool,False,0.12063980102539062,0.1220703125,0.12063980102539062,0.12063980102539062,0.118255615234375,0.12421607971191406,0.12040138244628906,0.11873245239257812,0.11801719665527344,0.11849403381347656,0.07915496826171875,0.07367134094238281,0.07295608520507812,0.0705718994140625,0.0705718994140625,0.07033348083496094,0.0705718994140625,0.06985664367675781,0.06961822509765625,0.07033348083496094 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,True,0.1533031463623047,0.13494491577148438,0.1220703125,0.13971328735351562,0.13065338134765625,0.11754035949707031,0.11682510375976562,0.11539459228515625,0.11444091796875,0.11396408081054688,0.15974044799804688,0.15974044799804688,0.15997886657714844,0.15974044799804688,0.15783309936523438,0.16021728515625,0.15878677368164062,0.15974044799804688,0.15997886657714844,0.16117095947265625 +"(1000, 5000)",0.5,1000,5000,gpu,heter,float,False,0.31685829162597656,0.3075599670410156,0.3466606140136719,0.3190040588378906,0.3101825714111328,0.3097057342529297,0.30112266540527344,0.3006458282470703,0.30612945556640625,0.19884109497070312,0.09250640869140625,0.09369850158691406,0.09512901306152344,0.09322166442871094,0.09298324584960938,0.09083747863769531,0.09179115295410156,0.09131431579589844,0.09250640869140625,0.09083747863769531 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,True,0.3192424774169922,0.2834796905517578,0.5433559417724609,0.26702880859375,0.2491474151611328,0.2582073211669922,0.2689361572265625,0.2472400665283203,0.2391338348388672,0.23794174194335938,0.11396408081054688,0.11110305786132812,0.10371208190917969,0.11110305786132812,0.12063980102539062,0.10728836059570312,0.10943412780761719,0.10752677917480469,0.10251998901367188,0.1385211944580078 +"(1000, 10000)",0.5,1000,10000,gpu,homo,bool,False,0.21958351135253906,0.19240379333496094,0.3421306610107422,0.21576881408691406,0.20170211791992188,0.18453598022460938,0.1819133758544922,0.18167495727539062,0.18405914306640625,0.17905235290527344,0.186920166015625,0.18405914306640625,0.1881122589111328,0.18405914306640625,0.1842975616455078,0.18644332885742188,0.1995563507080078,0.1850128173828125,0.18167495727539062,0.18024444580078125 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,True,0.1475811004638672,0.14591217041015625,0.14328956604003906,0.2281665802001953,0.5044937133789062,0.3809928894042969,0.3604888916015625,0.6415843963623047,0.36144256591796875,0.34499168395996094,0.1723766326904297,0.17571449279785156,0.1780986785888672,0.1709461212158203,0.1728534698486328,0.17118453979492188,0.16880035400390625,0.1678466796875,0.171661376953125,0.17023086547851562 +"(1000, 10000)",0.5,1000,10000,gpu,homo,float,False,0.1571178436279297,0.15234947204589844,0.1595020294189453,0.1418590545654297,0.1437664031982422,0.14066696166992188,0.14209747314453125,0.14138221740722656,0.1475811004638672,0.14281272888183594,0.09465217590332031,0.09369850158691406,0.09131431579589844,0.09131431579589844,0.08869171142578125,0.09059906005859375,0.08988380432128906,0.09059906005859375,0.08845329284667969,0.08916854858398438 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,True,0.1571178436279297,0.1556873321533203,0.1552104949951172,0.1537799835205078,0.1544952392578125,0.15354156494140625,0.15401840209960938,0.16355514526367188,0.16045570373535156,0.21529197692871094,0.16736984252929688,0.16736984252929688,0.16570091247558594,0.1800060272216797,0.19025802612304688,0.16832351684570312,0.164031982421875,0.16355514526367188,0.16236305236816406,0.16307830810546875 +"(1000, 10000)",0.5,1000,10000,gpu,heter,bool,False,0.1308917999267578,0.12922286987304688,0.13136863708496094,0.13017654418945312,0.13065338134765625,0.1304149627685547,0.12946128845214844,0.12946128845214844,0.12946128845214844,0.12969970703125,0.091552734375,0.09179115295410156,0.09250640869140625,0.09083747863769531,0.0896453857421875,0.09131431579589844,0.08988380432128906,0.0896453857421875,0.09036064147949219,0.08916854858398438 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,True,0.13399124145507812,0.12993812561035156,0.12803077697753906,0.12683868408203125,0.12564659118652344,0.12540817260742188,0.12946128845214844,0.12564659118652344,0.125885009765625,0.12469291687011719,0.07367134094238281,0.07295608520507812,0.07343292236328125,0.07152557373046875,0.07104873657226562,0.07271766662597656,0.07104873657226562,0.07104873657226562,0.07200241088867188,0.07343292236328125 +"(1000, 10000)",0.5,1000,10000,gpu,heter,float,False,0.14019012451171875,0.13637542724609375,0.13256072998046875,0.13113021850585938,0.13136863708496094,0.13136863708496094,0.13184547424316406,0.13136863708496094,0.13065338134765625,0.1342296600341797,0.07939338684082031,0.08177757263183594,0.08940696716308594,0.07843971252441406,0.07748603820800781,0.07748603820800781,0.07605552673339844,0.07653236389160156,0.07653236389160156,0.07557868957519531 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,True,0.17833709716796875,0.16188621520996094,0.1614093780517578,0.15783309936523438,0.15926361083984375,0.15974044799804688,0.16164779663085938,0.1590251922607422,0.15854835510253906,0.16045570373535156,0.3306865692138672,0.4723072052001953,0.2181529998779297,0.21839141845703125,0.1983642578125,0.2110004425048828,0.28777122497558594,0.22268295288085938,0.20241737365722656,0.20885467529296875 +"(1000, 25000)",0.5,1000,25000,gpu,homo,bool,False,0.14925003051757812,0.14591217041015625,0.14662742614746094,0.14138221740722656,0.1430511474609375,0.14901161193847656,0.1430511474609375,0.1423358917236328,0.1430511474609375,0.14138221740722656,0.11014938354492188,0.10848045349121094,0.1125335693359375,0.10538101196289062,0.11181831359863281,0.10848045349121094,0.11038780212402344,0.10585784912109375,0.11181831359863281,0.10442733764648438 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,True,0.1590251922607422,0.15401840209960938,0.1518726348876953,0.15354156494140625,0.148773193359375,0.14901161193847656,0.1494884490966797,0.1506805419921875,0.14829635620117188,0.14829635620117188,0.10919570922851562,0.10776519775390625,0.11086463928222656,0.10752677917480469,0.1087188720703125,0.10967254638671875,0.10824203491210938,0.10848045349121094,0.10704994201660156,0.10561943054199219 +"(1000, 25000)",0.5,1000,25000,gpu,homo,float,False,0.19931793212890625,0.1895427703857422,0.1850128173828125,0.1838207244873047,0.18072128295898438,0.1811981201171875,0.18095970153808594,0.1819133758544922,0.2295970916748047,0.19812583923339844,0.14519691467285156,0.1277923583984375,0.12922286987304688,0.12803077697753906,0.12612342834472656,0.12683868408203125,0.12683868408203125,0.13780593872070312,0.11873245239257812,0.10848045349121094 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,True,0.13375282287597656,0.13828277587890625,0.13256072998046875,0.12993812561035156,0.12969970703125,0.1289844512939453,0.12612342834472656,0.12731552124023438,0.12612342834472656,0.1266002655029297,0.13494491577148438,0.13446807861328125,0.13208389282226562,0.13327598571777344,0.1308917999267578,0.13136863708496094,0.1571178436279297,0.15234947204589844,0.15401840209960938,0.17952919006347656 +"(1000, 25000)",0.5,1000,25000,gpu,heter,bool,False,0.1513957977294922,0.1513957977294922,0.1480579376220703,0.14925003051757812,0.14781951904296875,0.1468658447265625,0.14591217041015625,0.14638900756835938,0.1456737518310547,0.14710426330566406,0.10919570922851562,0.08559226989746094,0.0858306884765625,0.08416175842285156,0.08606910705566406,0.08368492126464844,0.08392333984375,0.08535385131835938,0.08487701416015625,0.08440017700195312 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,True,0.15091896057128906,0.1499652862548828,0.1513957977294922,0.1494884490966797,0.14853477478027344,0.14781951904296875,0.14638900756835938,0.14638900756835938,0.14662742614746094,0.14638900756835938,0.08416175842285156,0.23627281188964844,0.08630752563476562,0.08487701416015625,0.08440017700195312,0.08440017700195312,0.08416175842285156,0.08440017700195312,0.0820159912109375,0.08392333984375 +"(1000, 25000)",0.5,1000,25000,gpu,heter,float,False,0.17142295837402344,0.17452239990234375,0.16832351684570312,0.16832351684570312,0.16832351684570312,0.1964569091796875,0.17571449279785156,0.17070770263671875,0.1666545867919922,0.16760826110839844,0.18906593322753906,0.17786026000976562,0.40411949157714844,0.2548694610595703,0.1862049102783203,0.17404556274414062,0.16951560974121094,0.17118453979492188,0.16880035400390625,0.16808509826660156 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,True,0.17523765563964844,0.17452239990234375,0.1773834228515625,0.18835067749023438,0.1671314239501953,0.1652240753173828,0.16736984252929688,0.1633167266845703,0.164031982421875,0.164031982421875,0.14209747314453125,0.13899803161621094,0.13971328735351562,0.13780593872070312,0.1354217529296875,0.14257431030273438,0.13494491577148438,0.13399124145507812,0.13566017150878906,0.133514404296875 +"(1000, 37500)",0.5,1000,37500,gpu,homo,bool,False,0.18262863159179688,0.39768218994140625,0.171661376953125,0.1614093780517578,0.15926361083984375,0.16069412231445312,0.15783309936523438,0.15926361083984375,0.1575946807861328,0.15473365783691406,0.15163421630859375,0.1494884490966797,0.15020370483398438,0.14901161193847656,0.15115737915039062,0.1468658447265625,0.1442432403564453,0.14281272888183594,0.14519691467285156,0.15735626220703125 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,True,0.1881122589111328,0.18358230590820312,0.16880035400390625,0.16689300537109375,0.16069412231445312,0.1621246337890625,0.1633167266845703,0.1621246337890625,0.16045570373535156,0.16164779663085938,0.11372566223144531,0.11205673217773438,0.11301040649414062,0.11157989501953125,0.11134147644042969,0.1087188720703125,0.10895729064941406,0.10967254638671875,0.10895729064941406,0.11038780212402344 +"(1000, 37500)",0.5,1000,37500,gpu,homo,float,False,0.1678466796875,0.16832351684570312,0.16736984252929688,0.16427040100097656,0.16188621520996094,0.1647472381591797,0.16260147094726562,0.16355514526367188,0.16236305236816406,0.16188621520996094,0.11134147644042969,0.11181831359863281,0.11205673217773438,0.11229515075683594,0.110626220703125,0.110626220703125,0.10919570922851562,0.10943412780761719,0.11038780212402344,0.110626220703125 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,True,0.3116130828857422,0.14781951904296875,0.14472007751464844,0.14472007751464844,0.141143798828125,0.14281272888183594,0.1423358917236328,0.15997886657714844,0.1842975616455078,0.14901161193847656,0.09131431579589844,0.0896453857421875,0.08893013000488281,0.08845329284667969,0.08606910705566406,0.08821487426757812,0.08702278137207031,0.08821487426757812,0.08702278137207031,0.08654594421386719 +"(1000, 37500)",0.5,1000,37500,gpu,heter,bool,False,0.17547607421875,0.1747608184814453,0.1728534698486328,0.1747608184814453,0.1704692840576172,0.17213821411132812,0.17142295837402344,0.1671314239501953,0.16760826110839844,0.1671314239501953,0.09965896606445312,0.10442733764648438,0.0972747802734375,0.09679794311523438,0.09703636169433594,0.09655952453613281,0.29921531677246094,0.1628398895263672,0.13399124145507812,0.13303756713867188 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,True,0.14138221740722656,0.13685226440429688,0.1385211944580078,0.13685226440429688,0.1354217529296875,0.13375282287597656,0.1361370086669922,0.13566017150878906,0.1347064971923828,0.133514404296875,0.18525123596191406,0.17523765563964844,0.17309188842773438,0.17142295837402344,0.1685619354248047,0.1652240753173828,0.16570091247558594,0.1690387725830078,0.17762184143066406,0.16832351684570312 +"(1000, 37500)",0.5,1000,37500,gpu,heter,float,False,0.2071857452392578,0.19693374633789062,0.19598007202148438,0.19288063049316406,0.26488304138183594,0.20766258239746094,0.19669532775878906,0.19097328186035156,0.19121170043945312,0.18787384033203125,0.11467933654785156,0.11301040649414062,0.11396408081054688,0.11229515075683594,0.11205673217773438,0.11301040649414062,0.11610984802246094,0.11205673217773438,0.11157989501953125,0.1125335693359375 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,True,0.3917217254638672,0.18477439880371094,0.186920166015625,0.18358230590820312,0.18405914306640625,0.18358230590820312,0.18024444580078125,0.18286705017089844,0.1785755157470703,0.18024444580078125,0.27060508728027344,0.4329681396484375,0.2551078796386719,0.30303001403808594,0.40721893310546875,0.3032684326171875,0.2498626708984375,0.20813941955566406,0.19788742065429688,0.2892017364501953 +"(1000, 50000)",0.5,1000,50000,gpu,homo,bool,False,0.18453598022460938,0.17714500427246094,0.17547607421875,0.1735687255859375,0.16880035400390625,0.17404556274414062,0.17142295837402344,0.1690387725830078,0.17333030700683594,0.1919269561767578,0.18024444580078125,0.1761913299560547,0.17762184143066406,0.17881393432617188,0.1766681671142578,0.18024444580078125,0.1785755157470703,0.1766681671142578,0.1766681671142578,0.17404556274414062 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,True,0.20551681518554688,0.20360946655273438,0.21386146545410156,0.47016143798828125,0.22935867309570312,0.19359588623046875,0.1983642578125,0.19502639770507812,0.1888275146484375,0.18858909606933594,0.10943412780761719,0.10395050048828125,0.10251998901367188,0.10251998901367188,0.10442733764648438,0.10347366333007812,0.10204315185546875,0.10228157043457031,0.10323524475097656,0.10085105895996094 +"(1000, 50000)",0.5,1000,50000,gpu,homo,float,False,0.19121170043945312,0.209808349609375,0.19240379333496094,0.1876354217529297,0.18525123596191406,0.1857280731201172,0.18310546875,0.17881393432617188,0.18334388732910156,0.17833709716796875,0.23102760314941406,0.22983551025390625,0.2288818359375,0.22363662719726562,0.22649765014648438,0.22721290588378906,0.22292137145996094,0.22125244140625,0.2269744873046875,0.2262592315673828 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,True,0.14495849609375,0.14543533325195312,0.1468658447265625,0.1456737518310547,0.14472007751464844,0.1442432403564453,0.1583099365234375,0.1430511474609375,0.14162063598632812,0.1430511474609375,0.08082389831542969,0.07915496826171875,0.08058547973632812,0.07987022399902344,0.08058547973632812,0.07987022399902344,0.07939338684082031,0.07867813110351562,0.08249282836914062,0.07843971252441406 +"(1000, 50000)",0.5,1000,50000,gpu,heter,bool,False,0.186920166015625,0.1862049102783203,0.18787384033203125,0.18715858459472656,0.1857280731201172,0.18644332885742188,0.1862049102783203,0.18453598022460938,0.1842975616455078,0.18167495727539062,0.09250640869140625,0.09202957153320312,0.10967254638671875,0.09989738464355469,0.09322166442871094,0.09226799011230469,0.09179115295410156,0.09083747863769531,0.091552734375,0.09083747863769531 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,True,0.1499652862548828,0.14925003051757812,0.1475811004638672,0.17380714416503906,0.15306472778320312,0.1468658447265625,0.14710426330566406,0.1442432403564453,0.14591217041015625,0.14472007751464844,0.10013580322265625,0.10085105895996094,0.10204315185546875,0.10132789611816406,0.09989738464355469,0.09918212890625,0.09894371032714844,0.09942054748535156,0.09846687316894531,0.09846687316894531 +"(1000, 50000)",0.5,1000,50000,gpu,heter,float,False,0.21386146545410156,0.20956993103027344,0.20623207092285156,0.2067089080810547,0.20360946655273438,0.21266937255859375,0.2741813659667969,0.2658367156982422,0.22220611572265625,0.23126602172851562,0.13828277587890625,0.13685226440429688,0.1373291015625,0.13637542724609375,0.13566017150878906,0.1347064971923828,0.13566017150878906,0.11849403381347656,0.10561943054199219,0.1068115234375 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,True,0.14352798461914062,0.1404285430908203,0.1399517059326172,0.2589225769042969,0.5092620849609375,0.3714561462402344,0.35309791564941406,0.34046173095703125,0.33783912658691406,0.33593177795410156,0.0896453857421875,0.08702278137207031,0.08702278137207031,0.08559226989746094,0.08535385131835938,0.08630752563476562,0.08630752563476562,0.08440017700195312,0.20265579223632812,0.3712177276611328 +"(2500, 1000)",0.5,2500,1000,gpu,homo,bool,False,0.16736984252929688,0.1659393310546875,0.1609325408935547,0.16045570373535156,0.1595020294189453,0.15997886657714844,0.1614093780517578,0.15974044799804688,0.1678466796875,0.16188621520996094,0.11944770812988281,0.14829635620117188,0.10943412780761719,0.10466575622558594,0.10466575622558594,0.1087188720703125,0.10895729064941406,0.1068115234375,0.11110305786132812,0.10704994201660156 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,True,0.1430511474609375,0.13899803161621094,0.1475811004638672,0.1480579376220703,0.14829635620117188,0.1423358917236328,0.13971328735351562,0.1385211944580078,0.1513957977294922,0.1354217529296875,0.08606910705566406,0.08559226989746094,0.08463859558105469,0.08273124694824219,0.08392333984375,0.08106231689453125,0.08344650268554688,0.08416175842285156,0.08654594421386719,0.08320808410644531 +"(2500, 1000)",0.5,2500,1000,gpu,homo,float,False,0.2052783966064453,0.2002716064453125,0.3159046173095703,0.5221366882324219,0.38552284240722656,0.3616809844970703,0.3516674041748047,0.34332275390625,0.33855438232421875,0.33473968505859375,0.10800361633300781,0.15115737915039062,0.11730194091796875,0.10776519775390625,0.110626220703125,0.10395050048828125,0.11038780212402344,0.10657310485839844,0.10657310485839844,0.10585784912109375 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,True,0.12278556823730469,0.12326240539550781,0.12350082397460938,0.12421607971191406,0.1201629638671875,0.1289844512939453,0.1220703125,0.11897087097167969,0.12063980102539062,0.12111663818359375,0.1652240753173828,0.16045570373535156,0.15974044799804688,0.16045570373535156,0.16164779663085938,0.16045570373535156,0.1614093780517578,0.16021728515625,0.15997886657714844,0.17118453979492188 +"(2500, 1000)",0.5,2500,1000,gpu,heter,bool,False,0.12731552124023438,0.12326240539550781,0.1239776611328125,0.12373924255371094,0.12278556823730469,0.12278556823730469,0.12683868408203125,0.12755393981933594,0.12230873107910156,0.12969970703125,0.06818771362304688,0.06771087646484375,0.06723403930664062,0.0667572021484375,0.06794929504394531,0.07200241088867188,0.0667572021484375,0.06604194641113281,0.06580352783203125,0.07510185241699219 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,True,0.11968612670898438,0.11563301086425781,0.11563301086425781,0.11730194091796875,0.11777877807617188,0.11658668518066406,0.11610984802246094,0.11754035949707031,0.11682510375976562,0.11563301086425781,0.15878677368164062,0.156402587890625,0.15807151794433594,0.15497207641601562,0.1533031463623047,0.1544952392578125,0.152587890625,0.15234947204589844,0.1685619354248047,0.1621246337890625 +"(2500, 1000)",0.5,2500,1000,gpu,heter,float,False,0.1316070556640625,0.1289844512939453,0.12922286987304688,0.12946128845214844,0.12469291687011719,0.12683868408203125,0.12469291687011719,0.12469291687011719,0.12493133544921875,0.1239776611328125,0.15211105346679688,0.15878677368164062,0.15211105346679688,0.1499652862548828,0.14829635620117188,0.1537799835205078,0.1480579376220703,0.1468658447265625,0.15425682067871094,0.15687942504882812 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,True,0.15091896057128906,0.1437664031982422,0.14734268188476562,0.15473365783691406,0.1590251922607422,0.16427040100097656,0.14495849609375,0.14066696166992188,0.141143798828125,0.13756752014160156,0.12302398681640625,0.10323524475097656,0.08845329284667969,0.08869171142578125,0.08893013000488281,0.08559226989746094,0.10204315185546875,0.0896453857421875,0.08702278137207031,0.0858306884765625 +"(2500, 2500)",0.5,2500,2500,gpu,homo,bool,False,0.15425682067871094,0.148773193359375,0.15044212341308594,0.15020370483398438,0.14829635620117188,0.14662742614746094,0.1461505889892578,0.1475811004638672,0.16927719116210938,0.15115737915039062,0.18978118896484375,0.14162063598632812,0.15544891357421875,0.12874603271484375,0.1919269561767578,0.16760826110839844,0.14019012451171875,0.12278556823730469,0.1201629638671875,0.12040138244628906 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,True,0.14543533325195312,0.16736984252929688,0.17547607421875,0.1456737518310547,0.13971328735351562,0.1456737518310547,0.14066696166992188,0.13875961303710938,0.13780593872070312,0.20837783813476562,0.1533031463623047,0.1475811004638672,0.15234947204589844,0.14543533325195312,0.14734268188476562,0.14257431030273438,0.13446807861328125,0.1609325408935547,0.12826919555664062,0.10657310485839844 +"(2500, 2500)",0.5,2500,2500,gpu,homo,float,False,0.1533031463623047,0.14710426330566406,0.14853477478027344,0.14829635620117188,0.14710426330566406,0.1480579376220703,0.14901161193847656,0.14591217041015625,0.14925003051757812,0.148773193359375,0.09846687316894531,0.11587142944335938,0.09703636169433594,0.10371208190917969,0.1304149627685547,0.08869171142578125,0.08797645568847656,0.0896453857421875,0.08821487426757812,0.09107589721679688 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,True,0.1251697540283203,0.12469291687011719,0.12493133544921875,0.1251697540283203,0.12278556823730469,0.12278556823730469,0.1220703125,0.12135505676269531,0.12135505676269531,0.12087821960449219,0.0782012939453125,0.08082389831542969,0.080108642578125,0.07939338684082031,0.07867813110351562,0.07891654968261719,0.0782012939453125,0.0782012939453125,0.07843971252441406,0.07867813110351562 +"(2500, 2500)",0.5,2500,2500,gpu,heter,bool,False,0.1308917999267578,0.3237724304199219,0.1266002655029297,0.125885009765625,0.12564659118652344,0.12683868408203125,0.1385211944580078,0.12755393981933594,0.1456737518310547,0.13947486877441406,0.08440017700195312,0.08392333984375,0.08559226989746094,0.0858306884765625,0.08392333984375,0.08440017700195312,0.08463859558105469,0.08368492126464844,0.08511543273925781,0.08368492126464844 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,True,0.32901763916015625,0.3592967987060547,0.33354759216308594,0.3294944763183594,0.3204345703125,0.31638145446777344,0.3135204315185547,0.3077983856201172,0.32448768615722656,0.31375885009765625,0.19812583923339844,0.09226799011230469,0.08153915405273438,0.07843971252441406,0.07653236389160156,0.07700920104980469,0.07677078247070312,0.07653236389160156,0.07677078247070312,0.07605552673339844 +"(2500, 2500)",0.5,2500,2500,gpu,heter,float,False,0.12922286987304688,0.1270771026611328,0.19073486328125,0.1621246337890625,0.12922286987304688,0.12540817260742188,0.12302398681640625,0.1220703125,0.12254714965820312,0.13208389282226562,0.16427040100097656,0.16379356384277344,0.18405914306640625,0.17452239990234375,0.1537799835205078,0.15091896057128906,0.15020370483398438,0.14901161193847656,0.1544952392578125,0.15616416931152344 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,True,0.1544952392578125,0.15807151794433594,0.16045570373535156,0.1506805419921875,0.15664100646972656,0.156402587890625,0.15497207641601562,0.14972686767578125,0.1575946807861328,0.14901161193847656,0.11348724365234375,0.10704994201660156,0.10967254638671875,0.10561943054199219,0.1068115234375,0.10633468627929688,0.11014938354492188,0.10776519775390625,0.1239776611328125,0.11157989501953125 +"(2500, 5000)",0.5,2500,5000,gpu,homo,bool,False,0.1926422119140625,0.19550323486328125,0.1926422119140625,0.148773193359375,0.16045570373535156,0.17547607421875,0.1494884490966797,0.14352798461914062,0.14734268188476562,0.14781951904296875,0.09489059448242188,0.09274482727050781,0.09179115295410156,0.12183189392089844,0.09679794311523438,0.09632110595703125,0.09441375732421875,0.09083747863769531,0.09059906005859375,0.09083747863769531 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,True,0.3590583801269531,0.35071372985839844,0.3490447998046875,0.3733634948730469,0.28443336486816406,0.2574920654296875,0.26035308837890625,0.2498626708984375,0.3216266632080078,0.27179718017578125,0.10609626770019531,0.10895729064941406,0.14400482177734375,0.10251998901367188,0.10347366333007812,0.10085105895996094,0.09846687316894531,0.09799003601074219,0.09894371032714844,0.102996826171875 +"(2500, 5000)",0.5,2500,5000,gpu,homo,float,False,0.1571178436279297,0.14925003051757812,0.15211105346679688,0.152587890625,0.14591217041015625,0.1468658447265625,0.14543533325195312,0.14662742614746094,0.14734268188476562,0.1461505889892578,0.20623207092285156,0.2009868621826172,0.19931793212890625,0.20170211791992188,0.19168853759765625,0.19812583923339844,0.1983642578125,0.19860267639160156,0.33211708068847656,0.3445148468017578 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,True,0.12183189392089844,0.11682510375976562,0.11968612670898438,0.11873245239257812,0.1163482666015625,0.11682510375976562,0.11610984802246094,0.11730194091796875,0.11658668518066406,0.11515617370605469,0.07319450378417969,0.07224082946777344,0.07605552673339844,0.07390975952148438,0.07486343383789062,0.07605552673339844,0.07343292236328125,0.07534027099609375,0.0743865966796875,0.07295608520507812 +"(2500, 5000)",0.5,2500,5000,gpu,heter,bool,False,0.3135204315185547,0.3075599670410156,0.31304359436035156,0.30303001403808594,0.3261566162109375,0.15974044799804688,0.13136863708496094,0.1277923583984375,0.12159347534179688,0.12135505676269531,0.1671314239501953,0.16307830810546875,0.164031982421875,0.20360946655273438,0.38313865661621094,0.2167224884033203,0.17571449279785156,0.16617774963378906,0.16117095947265625,0.15878677368164062 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,True,0.13136863708496094,0.12087821960449219,0.11968612670898438,0.11801719665527344,0.12326240539550781,0.12087821960449219,0.11706352233886719,0.11658668518066406,0.13017654418945312,0.11754035949707031,0.07510185241699219,0.07772445678710938,0.07796287536621094,0.07653236389160156,0.0762939453125,0.07462501525878906,0.07510185241699219,0.07486343383789062,0.07390975952148438,0.07581710815429688 +"(2500, 5000)",0.5,2500,5000,gpu,heter,float,False,0.6029605865478516,0.48089027404785156,0.34308433532714844,0.33164024353027344,0.3230571746826172,0.3170967102050781,0.31566619873046875,0.3108978271484375,0.3159046173095703,0.3101825714111328,0.1552104949951172,0.15354156494140625,0.1533031463623047,0.15020370483398438,0.15282630920410156,0.148773193359375,0.1499652862548828,0.1506805419921875,0.17452239990234375,0.1571178436279297 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,True,0.14781951904296875,0.1494884490966797,0.14734268188476562,0.1468658447265625,0.1461505889892578,0.14472007751464844,0.14257431030273438,0.14257431030273438,0.14328956604003906,0.14281272888183594,0.1838207244873047,0.1811981201171875,0.2944469451904297,0.2472400665283203,0.22482872009277344,0.1900196075439453,0.19502639770507812,0.23055076599121094,0.19931793212890625,0.3733634948730469 +"(2500, 10000)",0.5,2500,10000,gpu,homo,bool,False,0.15807151794433594,0.15544891357421875,0.15783309936523438,0.15544891357421875,0.15234947204589844,0.15783309936523438,0.15425682067871094,0.15306472778320312,0.1533031463623047,0.15425682067871094,0.194549560546875,0.17189979553222656,0.16546249389648438,0.17595291137695312,0.1819133758544922,0.17023086547851562,0.1685619354248047,0.1709461212158203,0.16570091247558594,0.17070770263671875 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,True,0.1575946807861328,0.15687942504882812,0.15687942504882812,0.156402587890625,0.15497207641601562,0.15425682067871094,0.15425682067871094,0.1537799835205078,0.15306472778320312,0.15306472778320312,0.21576881408691406,0.21314620971679688,0.2913475036621094,0.17762184143066406,0.11706352233886719,0.13017654418945312,0.11587142944335938,0.11563301086425781,0.11205673217773438,0.11491775512695312 +"(2500, 10000)",0.5,2500,10000,gpu,homo,float,False,0.15807151794433594,0.1571178436279297,0.15497207641601562,0.16808509826660156,0.1995563507080078,0.17786026000976562,0.16307830810546875,0.16355514526367188,0.16307830810546875,0.1633167266845703,0.10919570922851562,0.10824203491210938,0.1068115234375,0.10633468627929688,0.1049041748046875,0.10371208190917969,0.10466575622558594,0.102996826171875,0.11944770812988281,0.11563301086425781 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,True,0.12636184692382812,0.1251697540283203,0.12254714965820312,0.12159347534179688,0.11992454528808594,0.12683868408203125,0.12230873107910156,0.12373924255371094,0.12159347534179688,0.11968612670898438,0.16355514526367188,0.16355514526367188,0.1938343048095703,0.1926422119140625,0.2655982971191406,0.18286705017089844,0.1742839813232422,0.16069412231445312,0.15616416931152344,0.15687942504882812 +"(2500, 10000)",0.5,2500,10000,gpu,heter,bool,False,0.17142295837402344,0.17976760864257812,0.17142295837402344,0.16808509826660156,0.16641616821289062,0.16689300537109375,0.16570091247558594,0.16260147094726562,0.1628398895263672,0.16355514526367188,0.10085105895996094,0.09989738464355469,0.10061264038085938,0.09918212890625,0.09894371032714844,0.10013580322265625,0.09894371032714844,0.09870529174804688,0.09846687316894531,0.09918212890625 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,True,0.13494491577148438,0.2105236053466797,0.13446807861328125,0.12826919555664062,0.12493133544921875,0.12755393981933594,0.12683868408203125,0.13685226440429688,0.12731552124023438,0.12564659118652344,0.08916854858398438,0.08821487426757812,0.09107589721679688,0.09036064147949219,0.08893013000488281,0.09012222290039062,0.07033348083496094,0.07009506225585938,0.06985664367675781,0.06985664367675781 +"(2500, 10000)",0.5,2500,10000,gpu,heter,float,False,0.1895427703857422,0.1735687255859375,0.15664100646972656,0.14972686767578125,0.1468658447265625,0.14734268188476562,0.1461505889892578,0.1480579376220703,0.1461505889892578,0.1442432403564453,0.1780986785888672,0.08678436279296875,0.10371208190917969,0.0896453857421875,0.08535385131835938,0.08463859558105469,0.08535385131835938,0.0858306884765625,0.08511543273925781,0.08559226989746094 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,True,0.1652240753173828,0.1621246337890625,0.1590251922607422,0.15807151794433594,0.1544952392578125,0.15473365783691406,0.15401840209960938,0.15592575073242188,0.15425682067871094,0.15497207641601562,0.1544952392578125,0.11014938354492188,0.10752677917480469,0.10824203491210938,0.10514259338378906,0.10943412780761719,0.10657310485839844,0.10776519775390625,0.10585784912109375,0.10347366333007812 +"(2500, 25000)",0.5,2500,25000,gpu,homo,bool,False,0.18167495727539062,0.17380714416503906,0.18358230590820312,0.19168853759765625,0.1761913299560547,0.1728534698486328,0.17309188842773438,0.18167495727539062,0.17452239990234375,0.4520416259765625,0.13780593872070312,0.13113021850585938,0.1347064971923828,0.13184547424316406,0.1304149627685547,0.13113021850585938,0.13017654418945312,0.12946128845214844,0.1304149627685547,0.12826919555664062 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,True,0.17595291137695312,0.16427040100097656,0.1621246337890625,0.16188621520996094,0.17333030700683594,0.15664100646972656,0.15497207641601562,0.15592575073242188,0.1571178436279297,0.1518726348876953,0.3809928894042969,0.26607513427734375,0.20360946655273438,0.19168853759765625,0.18715858459472656,0.18477439880371094,0.1823902130126953,0.1800060272216797,0.18072128295898438,0.179290771484375 +"(2500, 25000)",0.5,2500,25000,gpu,homo,float,False,0.179290771484375,0.179290771484375,0.179290771484375,0.17762184143066406,0.1747608184814453,0.1766681671142578,0.18668174743652344,0.18334388732910156,0.17881393432617188,0.17499923706054688,0.2124309539794922,0.20933151245117188,0.2129077911376953,0.20766258239746094,0.2086162567138672,0.209808349609375,0.20551681518554688,0.21147727966308594,0.20742416381835938,0.2257823944091797 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,True,0.18072128295898438,0.17881393432617188,0.17762184143066406,0.17571449279785156,0.18906593322753906,0.18143653869628906,0.17333030700683594,0.1709461212158203,0.17142295837402344,0.17023086547851562,0.1697540283203125,0.17118453979492188,0.17404556274414062,0.1709461212158203,0.1671314239501953,0.17023086547851562,0.16832351684570312,0.16927719116210938,0.16999244689941406,0.3058910369873047 +"(2500, 25000)",0.5,2500,25000,gpu,heter,bool,False,0.1685619354248047,0.16999244689941406,0.1704692840576172,0.16760826110839844,0.16641616821289062,0.1671314239501953,0.16498565673828125,0.16570091247558594,0.1614093780517578,0.1614093780517578,0.10728836059570312,0.1049041748046875,0.10657310485839844,0.10585784912109375,0.10538101196289062,0.10442733764648438,0.10538101196289062,0.10442733764648438,0.10395050048828125,0.10418891906738281 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,True,0.3485679626464844,0.3342628479003906,0.33164024353027344,0.32711029052734375,0.33593177795410156,0.33164024353027344,0.3254413604736328,0.3314018249511719,0.3314018249511719,0.3235340118408203,0.10967254638671875,0.10800361633300781,0.1068115234375,0.10704994201660156,0.10561943054199219,0.10538101196289062,0.29540061950683594,0.1270771026611328,0.1239776611328125,0.1289844512939453 +"(2500, 25000)",0.5,2500,25000,gpu,heter,float,False,0.18072128295898438,0.17952919006347656,0.18167495727539062,0.17952919006347656,0.18143653869628906,0.17952919006347656,0.17333030700683594,0.17142295837402344,0.17333030700683594,0.1709461212158203,0.10895729064941406,0.10848045349121094,0.133514404296875,0.13256072998046875,0.15354156494140625,0.34236907958984375,0.23293495178222656,0.21314620971679688,0.20456314086914062,0.19860267639160156 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,True,0.17547607421875,0.16951560974121094,0.17070770263671875,0.171661376953125,0.1659393310546875,0.1671314239501953,0.1647472381591797,0.1628398895263672,0.16379356384277344,0.164031982421875,0.22673606872558594,0.12230873107910156,0.11324882507324219,0.10943412780761719,0.10514259338378906,0.102996826171875,0.10752677917480469,0.10251998901367188,0.10275840759277344,0.10275840759277344 +"(2500, 37500)",0.5,2500,37500,gpu,homo,bool,False,0.19502639770507812,0.19121170043945312,0.1888275146484375,0.18644332885742188,0.1862049102783203,0.1850128173828125,0.18477439880371094,0.1888275146484375,0.20194053649902344,0.21910667419433594,0.14519691467285156,0.14472007751464844,0.14662742614746094,0.1437664031982422,0.14019012451171875,0.1468658447265625,0.16450881958007812,0.16021728515625,0.15854835510253906,0.15544891357421875 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,True,0.1881122589111328,0.23055076599121094,0.2071857452392578,0.1804828643798828,0.18548965454101562,0.1780986785888672,0.17690658569335938,0.1766681671142578,0.1773834228515625,0.17642974853515625,0.14209747314453125,0.14162063598632812,0.1442432403564453,0.13685226440429688,0.1380443572998047,0.1373291015625,0.41484832763671875,0.2715587615966797,0.22649765014648438,0.27823448181152344 +"(2500, 37500)",0.5,2500,37500,gpu,homo,float,False,0.21910667419433594,0.2086162567138672,0.20742416381835938,0.20694732666015625,0.20575523376464844,0.22721290588378906,0.21600723266601562,0.2048015594482422,0.20432472229003906,0.20456314086914062,0.1583099365234375,0.152587890625,0.152587890625,0.15282630920410156,0.1494884490966797,0.15163421630859375,0.15091896057128906,0.14829635620117188,0.15020370483398438,0.14972686767578125 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,True,0.1575946807861328,0.1556873321533203,0.15592575073242188,0.15473365783691406,0.15306472778320312,0.17261505126953125,0.1780986785888672,0.16021728515625,0.15544891357421875,0.15616416931152344,0.18095970153808594,0.17976760864257812,0.35572052001953125,0.2765655517578125,0.17905235290527344,0.15974044799804688,0.15687942504882812,0.1544952392578125,0.15687942504882812,0.15687942504882812 +"(2500, 37500)",0.5,2500,37500,gpu,heter,bool,False,0.19693374633789062,0.19621849060058594,0.1964569091796875,0.1857280731201172,0.1857280731201172,0.18262863159179688,0.20742416381835938,0.1938343048095703,0.18358230590820312,0.18215179443359375,0.12922286987304688,0.12230873107910156,0.12254714965820312,0.1392364501953125,0.1323223114013672,0.12302398681640625,0.12135505676269531,0.12111663818359375,0.12063980102539062,0.1201629638671875 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,True,0.17786026000976562,0.1709461212158203,0.1728534698486328,0.16999244689941406,0.16927719116210938,0.17142295837402344,0.17070770263671875,0.17118453979492188,0.1723766326904297,0.1697540283203125,0.18167495727539062,0.1761913299560547,0.17976760864257812,0.17642974853515625,0.17499923706054688,0.17642974853515625,0.2040863037109375,0.18334388732910156,0.17905235290527344,0.1766681671142578 +"(2500, 37500)",0.5,2500,37500,gpu,heter,float,False,0.2009868621826172,0.19788742065429688,0.19693374633789062,0.2110004425048828,0.19860267639160156,0.194549560546875,0.1938343048095703,0.20837783813476562,0.19168853759765625,0.19049644470214844,0.1544952392578125,0.1533031463623047,0.1537799835205078,0.15234947204589844,0.15211105346679688,0.15211105346679688,0.16808509826660156,0.16260147094726562,0.15306472778320312,0.15234947204589844 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,True,0.19502639770507812,0.18739700317382812,0.18668174743652344,0.1823902130126953,0.1857280731201172,0.18310546875,0.18262863159179688,0.1819133758544922,0.1819133758544922,0.1804828643798828,0.18644332885742188,0.19240379333496094,0.19693374633789062,0.1697540283203125,0.1697540283203125,0.20647048950195312,0.17118453979492188,0.1766681671142578,0.1633167266845703,0.1659393310546875 +"(2500, 50000)",0.5,2500,50000,gpu,homo,bool,False,0.18787384033203125,0.18715858459472656,0.1857280731201172,0.1823902130126953,0.19860267639160156,0.1823902130126953,0.1804828643798828,0.1811981201171875,0.1811981201171875,0.18143653869628906,0.16427040100097656,0.18286705017089844,0.16880035400390625,0.1628398895263672,0.16427040100097656,0.1533031463623047,0.16427040100097656,0.18668174743652344,0.15807151794433594,0.278472900390625 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,True,0.22363662719726562,0.2186298370361328,0.30040740966796875,0.24557113647460938,0.2410411834716797,0.19478797912597656,0.19097328186035156,0.1938343048095703,0.20003318786621094,0.19097328186035156,0.29850006103515625,0.22411346435546875,0.2124309539794922,0.2079010009765625,0.2052783966064453,0.2143383026123047,0.21028518676757812,0.21529197692871094,0.2124309539794922,0.21266937255859375 +"(2500, 50000)",0.5,2500,50000,gpu,homo,float,False,0.28061866760253906,0.255584716796875,0.24700164794921875,0.24771690368652344,0.24557113647460938,0.24700164794921875,0.24318695068359375,0.24771690368652344,0.2429485321044922,0.2410411834716797,0.1976490020751953,0.19407272338867188,0.2617835998535156,0.23746490478515625,0.20122528076171875,0.1990795135498047,0.1990795135498047,0.19693374633789062,0.2048015594482422,0.19860267639160156 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,True,0.17380714416503906,0.17309188842773438,0.17023086547851562,0.16880035400390625,0.1685619354248047,0.16951560974121094,0.16951560974121094,0.16808509826660156,0.1685619354248047,0.16927719116210938,0.10824203491210938,0.10585784912109375,0.1068115234375,0.1068115234375,0.10704994201660156,0.10514259338378906,0.10609626770019531,0.10371208190917969,0.10561943054199219,0.10538101196289062 +"(2500, 50000)",0.5,2500,50000,gpu,heter,bool,False,0.2205371856689453,0.2167224884033203,0.21529197692871094,0.21314620971679688,0.21076202392578125,0.2675056457519531,0.8268356323242188,0.518798828125,0.45800209045410156,0.4191398620605469,0.25725364685058594,0.2524852752685547,0.2548694610595703,0.2505779266357422,0.25081634521484375,0.25343894958496094,0.2491474151611328,0.2503395080566406,0.24938583374023438,0.2498626708984375 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,True,0.19073486328125,0.18644332885742188,0.18405914306640625,0.18334388732910156,0.18334388732910156,0.1850128173828125,0.18835067749023438,0.18477439880371094,0.1819133758544922,0.18167495727539062,0.14352798461914062,0.11348724365234375,0.12230873107910156,0.20742416381835938,0.3502368927001953,0.3628730773925781,0.20360946655273438,0.1881122589111328,0.1842975616455078,0.18787384033203125 +"(2500, 50000)",0.5,2500,50000,gpu,heter,float,False,0.22220611572265625,0.2193450927734375,0.21839141845703125,0.21767616271972656,0.22649765014648438,0.21910667419433594,0.2143383026123047,0.213623046875,0.21600723266601562,0.21457672119140625,0.17762184143066406,0.3485679626464844,0.16808509826660156,0.1678466796875,0.17118453979492188,0.1697540283203125,0.1747608184814453,0.17261505126953125,0.1685619354248047,0.1690387725830078 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,True,0.1456737518310547,0.14257431030273438,0.14448165893554688,0.13899803161621094,0.13709068298339844,0.1385211944580078,0.13780593872070312,0.1404285430908203,0.1380443572998047,0.1404285430908203,0.19979476928710938,0.19216537475585938,0.19049644470214844,0.18930435180664062,0.18525123596191406,0.18072128295898438,0.18477439880371094,0.18215179443359375,0.18525123596191406,0.18024444580078125 +"(5000, 1000)",0.5,5000,1000,gpu,homo,bool,False,0.16450881958007812,0.1590251922607422,0.16045570373535156,0.15878677368164062,0.15878677368164062,0.1571178436279297,0.15997886657714844,0.1583099365234375,0.15807151794433594,0.15616416931152344,0.08654594421386719,0.08916854858398438,0.08511543273925781,0.08678436279296875,0.08678436279296875,0.08535385131835938,0.08511543273925781,0.08535385131835938,0.08440017700195312,0.0858306884765625 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,True,0.5090236663818359,0.4336833953857422,0.3814697265625,0.3528594970703125,0.3464221954345703,0.3402233123779297,0.3376007080078125,0.33473968505859375,0.33354759216308594,0.3409385681152344,0.09250640869140625,0.09989738464355469,0.09131431579589844,0.1366138458251953,0.11348724365234375,0.11801719665527344,0.08726119995117188,0.08702278137207031,0.08749961853027344,0.08893013000488281 +"(5000, 1000)",0.5,5000,1000,gpu,homo,float,False,0.1537799835205078,0.14972686767578125,0.1513957977294922,0.14901161193847656,0.14710426330566406,0.1506805419921875,0.14781951904296875,0.1437664031982422,0.14591217041015625,0.1456737518310547,0.09250640869140625,0.10657310485839844,0.10228157043457031,0.0972747802734375,0.31256675720214844,0.1270771026611328,0.09799003601074219,0.08988380432128906,0.08845329284667969,0.08821487426757812 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,True,0.13566017150878906,0.15854835510253906,0.13589859008789062,0.13637542724609375,0.1347064971923828,0.1327991485595703,0.13184547424316406,0.13256072998046875,0.1304149627685547,0.12993812561035156,0.07987022399902344,0.07748603820800781,0.07700920104980469,0.07843971252441406,0.07843971252441406,0.07796287536621094,0.0782012939453125,0.0762939453125,0.080108642578125,0.0762939453125 +"(5000, 1000)",0.5,5000,1000,gpu,heter,bool,False,0.1289844512939453,0.1251697540283203,0.12540817260742188,0.12373924255371094,0.1220703125,0.1220703125,0.16450881958007812,0.1327991485595703,0.12564659118652344,0.12350082397460938,0.16236305236816406,0.16164779663085938,0.1614093780517578,0.15926361083984375,0.15807151794433594,0.15997886657714844,0.15807151794433594,0.1590251922607422,0.15878677368164062,0.1583099365234375 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,True,0.16427040100097656,0.16021728515625,0.1583099365234375,0.2300739288330078,0.1571178436279297,0.152587890625,0.1552104949951172,0.17070770263671875,0.15878677368164062,0.1537799835205078,0.07009506225585938,0.07033348083496094,0.07271766662597656,0.07009506225585938,0.07152557373046875,0.07081031799316406,0.0705718994140625,0.0705718994140625,0.06961822509765625,0.07081031799316406 +"(5000, 1000)",0.5,5000,1000,gpu,heter,float,False,0.1347064971923828,0.13017654418945312,0.1304149627685547,0.12993812561035156,0.12922286987304688,0.12922286987304688,0.12636184692382812,0.125885009765625,0.13637542724609375,0.1270771026611328,0.06914138793945312,0.06937980651855469,0.0705718994140625,0.06794929504394531,0.06890296936035156,0.06723403930664062,0.06723403930664062,0.06747245788574219,0.06747245788574219,0.0667572021484375 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,True,0.15544891357421875,0.15354156494140625,0.1533031463623047,0.1666545867919922,0.1494884490966797,0.14829635620117188,0.1480579376220703,0.14829635620117188,0.14448165893554688,0.14853477478027344,0.10466575622558594,0.102996826171875,0.13494491577148438,0.15878677368164062,0.10538101196289062,0.10347366333007812,0.10395050048828125,0.10013580322265625,0.102996826171875,0.10228157043457031 +"(5000, 2500)",0.5,5000,2500,gpu,homo,bool,False,0.3616809844970703,0.36978721618652344,0.34427642822265625,0.34046173095703125,0.3409385681152344,0.33855438232421875,0.3349781036376953,0.39458274841308594,0.34499168395996094,0.33092498779296875,0.10514259338378906,0.10395050048828125,0.10466575622558594,0.10013580322265625,0.09703636169433594,0.0972747802734375,0.09608268737792969,0.11968612670898438,0.148773193359375,0.10728836059570312 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,True,0.16951560974121094,0.19407272338867188,0.1888275146484375,0.15783309936523438,0.3364086151123047,0.16808509826660156,0.1590251922607422,0.156402587890625,0.16045570373535156,0.15401840209960938,0.09250640869140625,0.09131431579589844,0.09226799011230469,0.09059906005859375,0.08988380432128906,0.09012222290039062,0.087738037109375,0.08726119995117188,0.09036064147949219,0.09036064147949219 +"(5000, 2500)",0.5,5000,2500,gpu,homo,float,False,0.16808509826660156,0.1595020294189453,0.16498565673828125,0.16069412231445312,0.15664100646972656,0.1571178436279297,0.15926361083984375,0.15854835510253906,0.1609325408935547,0.15616416931152344,0.2524852752685547,0.21839141845703125,0.21839141845703125,0.2288818359375,0.2257823944091797,0.22363662719726562,0.22530555725097656,0.22411346435546875,0.23126602172851562,0.24580955505371094 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,True,0.1728534698486328,0.16736984252929688,0.1742839813232422,0.13256072998046875,0.213623046875,0.5125999450683594,0.35119056701660156,0.3266334533691406,0.3154277801513672,0.3275871276855469,0.07605552673339844,0.0762939453125,0.07939338684082031,0.07557868957519531,0.07486343383789062,0.07557868957519531,0.07367134094238281,0.07414817810058594,0.07414817810058594,0.07295608520507812 +"(5000, 2500)",0.5,5000,2500,gpu,heter,bool,False,0.1704692840576172,0.16570091247558594,0.16760826110839844,0.16427040100097656,0.1659393310546875,0.18262863159179688,0.16498565673828125,0.1780986785888672,0.16617774963378906,0.16427040100097656,0.07319450378417969,0.072479248046875,0.07271766662597656,0.0743865966796875,0.6434917449951172,0.3230571746826172,0.2002716064453125,0.2930164337158203,0.2276897430419922,0.18787384033203125 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,True,0.1323223114013672,0.12826919555664062,0.125885009765625,0.12636184692382812,0.12826919555664062,0.12755393981933594,0.12683868408203125,0.12731552124023438,0.1266002655029297,0.12326240539550781,0.1285076141357422,0.12683868408203125,0.125885009765625,0.12540817260742188,0.12540817260742188,0.2567768096923828,0.12636184692382812,0.13399124145507812,0.13947486877441406,0.1628398895263672 +"(5000, 2500)",0.5,5000,2500,gpu,heter,float,False,0.1556873321533203,0.15234947204589844,0.14829635620117188,0.1499652862548828,0.18143653869628906,0.20122528076171875,0.1537799835205078,0.148773193359375,0.17404556274414062,0.14853477478027344,0.08368492126464844,0.08368492126464844,0.08487701416015625,0.08225440979003906,0.0820159912109375,0.08225440979003906,0.08177757263183594,0.08153915405273438,0.0820159912109375,0.0820159912109375 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,True,0.15687942504882812,0.152587890625,0.15163421630859375,0.148773193359375,0.1614093780517578,0.1475811004638672,0.14543533325195312,0.14519691467285156,0.14352798461914062,0.1842975616455078,0.27823448181152344,0.21958351135253906,0.19598007202148438,0.186920166015625,0.21195411682128906,0.22149085998535156,0.20170211791992188,0.2033710479736328,0.20575523376464844,0.20074844360351562 +"(5000, 5000)",0.5,5000,5000,gpu,homo,bool,False,0.38552284240722656,0.36334991455078125,0.3514289855957031,0.34546852111816406,0.34117698669433594,0.3402233123779297,0.3361701965332031,0.3361701965332031,0.3528594970703125,0.4100799560546875,0.19693374633789062,0.18215179443359375,0.19049644470214844,0.19168853759765625,0.1938343048095703,0.1895427703857422,0.2276897430419922,0.194549560546875,0.19049644470214844,0.18715858459472656 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,True,0.1804828643798828,0.17690658569335938,0.1773834228515625,0.18310546875,0.171661376953125,0.16951560974121094,0.1709461212158203,0.17833709716796875,0.17523765563964844,0.17118453979492188,0.19550323486328125,0.1857280731201172,0.18262863159179688,0.18310546875,0.18858909606933594,0.18215179443359375,0.18262863159179688,0.18668174743652344,0.18143653869628906,0.1819133758544922 +"(5000, 5000)",0.5,5000,5000,gpu,homo,float,False,0.1697540283203125,0.16880035400390625,0.16379356384277344,0.16021728515625,0.15091896057128906,0.3693103790283203,0.22554397583007812,0.1964569091796875,0.1666545867919922,0.15687942504882812,0.10085105895996094,0.09584426879882812,0.09870529174804688,0.09465217590332031,0.09655952453613281,0.09775161743164062,0.09942054748535156,0.09918212890625,0.09918212890625,0.09703636169433594 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,True,0.12803077697753906,0.15735626220703125,0.1289844512939453,0.12230873107910156,0.13589859008789062,0.12087821960449219,0.11920928955078125,0.12135505676269531,0.12254714965820312,0.12254714965820312,0.07390975952148438,0.07319450378417969,0.07271766662597656,0.07104873657226562,0.07152557373046875,0.07200241088867188,0.07271766662597656,0.072479248046875,0.072479248046875,0.07176399230957031 +"(5000, 5000)",0.5,5000,5000,gpu,heter,bool,False,0.1552104949951172,0.1475811004638672,0.1461505889892578,0.14543533325195312,0.14710426330566406,0.14662742614746094,0.14162063598632812,0.17786026000976562,0.1456737518310547,0.14281272888183594,0.18548965454101562,0.1621246337890625,0.1571178436279297,0.15425682067871094,0.156402587890625,0.16307830810546875,0.1583099365234375,0.15497207641601562,0.15306472778320312,0.17905235290527344 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,True,0.12278556823730469,0.12445449829101562,0.12302398681640625,0.12183189392089844,0.11920928955078125,0.11944770812988281,0.12111663818359375,0.11992454528808594,0.11920928955078125,0.11920928955078125,0.08368492126464844,0.08249282836914062,0.08249282836914062,0.08177757263183594,0.08106231689453125,0.08606910705566406,0.07009506225585938,0.07081031799316406,0.07009506225585938,0.06890296936035156 +"(5000, 5000)",0.5,5000,5000,gpu,heter,float,False,0.1976490020751953,0.19097328186035156,0.19121170043945312,0.1900196075439453,0.21219253540039062,0.194549560546875,0.19168853759765625,0.19049644470214844,0.19288063049316406,0.1895427703857422,0.09679794311523438,0.09441375732421875,0.11372566223144531,0.09679794311523438,0.09512901306152344,0.09298324584960938,0.09489059448242188,0.09417533874511719,0.0934600830078125,0.0934600830078125 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,True,0.1575946807861328,0.15401840209960938,0.15926361083984375,0.15473365783691406,0.1475811004638672,0.14638900756835938,0.14734268188476562,0.1480579376220703,0.1456737518310547,0.14591217041015625,0.10037422180175781,0.09918212890625,0.09703636169433594,0.09608268737792969,0.10085105895996094,0.09894371032714844,0.09846687316894531,0.09870529174804688,0.10037422180175781,0.09965896606445312 +"(5000, 10000)",0.5,5000,10000,gpu,homo,bool,False,0.17023086547851562,0.1671314239501953,0.17023086547851562,0.1690387725830078,0.16641616821289062,0.1678466796875,0.16999244689941406,0.1666545867919922,0.16379356384277344,0.16379356384277344,0.11229515075683594,0.11420249938964844,0.10752677917480469,0.1270771026611328,0.11515617370605469,0.13399124145507812,0.11682510375976562,0.12969970703125,0.11348724365234375,0.12159347534179688 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,True,0.16307830810546875,0.1804828643798828,0.1761913299560547,0.14853477478027344,0.15044212341308594,0.15020370483398438,0.1499652862548828,0.14829635620117188,0.16236305236816406,0.1442432403564453,0.09918212890625,0.09298324584960938,0.09465217590332031,0.18453598022460938,0.13685226440429688,0.09512901306152344,0.10228157043457031,0.10347366333007812,0.09131431579589844,0.09322166442871094 +"(5000, 10000)",0.5,5000,10000,gpu,homo,float,False,0.20265579223632812,0.19621849060058594,0.1995563507080078,0.19812583923339844,0.18715858459472656,0.17642974853515625,0.24366378784179688,0.2040863037109375,0.37741661071777344,0.1842975616455078,0.2608299255371094,0.28967857360839844,0.24771690368652344,0.27108192443847656,0.21409988403320312,0.20360946655273438,0.21767616271972656,0.213623046875,0.2110004425048828,0.21457672119140625 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,True,0.13399124145507812,0.12803077697753906,0.1289844512939453,0.12826919555664062,0.1285076141357422,0.12874603271484375,0.13637542724609375,0.12350082397460938,0.12326240539550781,0.12278556823730469,0.17261505126953125,0.17309188842773438,0.1690387725830078,0.3540515899658203,0.2560615539550781,0.18215179443359375,0.1709461212158203,0.17142295837402344,0.16880035400390625,0.16450881958007812 +"(5000, 10000)",0.5,5000,10000,gpu,heter,bool,False,0.1628398895263672,0.15878677368164062,0.15878677368164062,0.17142295837402344,0.1544952392578125,0.1544952392578125,0.15592575073242188,0.1895427703857422,0.1895427703857422,0.16355514526367188,0.09703636169433594,0.09846687316894531,0.09894371032714844,0.0972747802734375,0.09679794311523438,0.09822845458984375,0.0972747802734375,0.09608268737792969,0.09679794311523438,0.09608268737792969 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,True,0.3249645233154297,0.31447410583496094,0.3063678741455078,0.3008842468261719,0.31876564025878906,0.2987384796142578,0.2961158752441406,0.3170967102050781,0.3104209899902344,0.3178119659423828,0.16450881958007812,0.27298927307128906,0.1857280731201172,0.09942054748535156,0.09250640869140625,0.08988380432128906,0.08749961853027344,0.08940696716308594,0.09202957153320312,0.09274482727050781 +"(5000, 10000)",0.5,5000,10000,gpu,heter,float,False,0.1723766326904297,0.1773834228515625,0.1666545867919922,0.16736984252929688,0.16927719116210938,0.16498565673828125,0.16260147094726562,0.164031982421875,0.16355514526367188,0.1652240753173828,0.11014938354492188,0.10800361633300781,0.11157989501953125,0.11038780212402344,0.10824203491210938,0.10943412780761719,0.10776519775390625,0.10633468627929688,0.10848045349121094,0.1087188720703125 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,True,0.19025802612304688,0.18334388732910156,0.1876354217529297,0.17523765563964844,0.1780986785888672,0.17571449279785156,0.17881393432617188,0.1823902130126953,0.18143653869628906,0.17452239990234375,0.1354217529296875,0.13256072998046875,0.15020370483398438,0.1347064971923828,0.12969970703125,0.1316070556640625,0.13184547424316406,0.13136863708496094,0.1285076141357422,0.13113021850585938 +"(5000, 25000)",0.5,5000,25000,gpu,homo,bool,False,0.23674964904785156,0.21123886108398438,0.2071857452392578,0.21147727966308594,0.2071857452392578,0.2079010009765625,0.20837783813476562,0.20694732666015625,0.20837783813476562,0.20933151245117188,0.14400482177734375,0.14090538024902344,0.14543533325195312,0.14352798461914062,0.14281272888183594,0.1418590545654297,0.14162063598632812,0.1404285430908203,0.1404285430908203,0.1392364501953125 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,True,0.18095970153808594,0.1723766326904297,0.17762184143066406,0.17404556274414062,0.17309188842773438,0.16999244689941406,0.17547607421875,0.1709461212158203,0.1697540283203125,0.16760826110839844,0.10943412780761719,0.10848045349121094,0.12159347534179688,0.14281272888183594,0.10704994201660156,0.10776519775390625,0.10251998901367188,0.1049041748046875,0.1049041748046875,0.10466575622558594 +"(5000, 25000)",0.5,5000,25000,gpu,homo,float,False,0.5538463592529297,0.301361083984375,0.3020763397216797,0.2808570861816406,0.26679039001464844,0.2608299255371094,0.2624988555908203,0.27489662170410156,0.28443336486816406,0.26535987854003906,0.13184547424316406,0.1685619354248047,0.2884864807128906,0.18143653869628906,0.18715858459472656,0.15401840209960938,0.15592575073242188,0.16927719116210938,0.156402587890625,0.17118453979492188 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,True,0.17714500427246094,0.1621246337890625,0.1583099365234375,0.1723766326904297,0.15306472778320312,0.1537799835205078,0.15282630920410156,0.15306472778320312,0.1537799835205078,0.48661231994628906,0.10323524475097656,0.10323524475097656,0.10347366333007812,0.10848045349121094,0.10395050048828125,0.10132789611816406,0.10156631469726562,0.10037422180175781,0.10180473327636719,0.10061264038085938 +"(5000, 25000)",0.5,5000,25000,gpu,heter,bool,False,0.2257823944091797,0.22554397583007812,0.2219676971435547,0.21982192993164062,0.21791458129882812,0.21767616271972656,0.21576881408691406,0.21696090698242188,0.21910667419433594,0.2167224884033203,0.15687942504882812,0.1556873321533203,0.1575946807861328,0.15544891357421875,0.15544891357421875,0.15497207641601562,0.1544952392578125,0.15425682067871094,0.15425682067871094,0.1544952392578125 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,True,0.1876354217529297,0.1823902130126953,0.18024444580078125,0.179290771484375,0.17547607421875,0.17714500427246094,0.17762184143066406,0.17595291137695312,0.17523765563964844,0.1742839813232422,0.1289844512939453,0.1220703125,0.12421607971191406,0.11873245239257812,0.11801719665527344,0.11730194091796875,0.11873245239257812,0.11849403381347656,0.11873245239257812,0.11944770812988281 +"(5000, 25000)",0.5,5000,25000,gpu,heter,float,False,0.41747093200683594,0.4150867462158203,0.4162788391113281,0.5733966827392578,0.4506111145019531,0.4239082336425781,0.4177093505859375,0.41174888610839844,0.40602684020996094,0.40531158447265625,0.1475811004638672,0.14472007751464844,0.14495849609375,0.14400482177734375,0.1513957977294922,0.14829635620117188,0.14448165893554688,0.1442432403564453,0.14400482177734375,0.14328956604003906 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,True,0.1850128173828125,0.1862049102783203,0.19788742065429688,0.17595291137695312,0.1728534698486328,0.17452239990234375,0.17404556274414062,0.17189979553222656,0.1735687255859375,0.17261505126953125,0.13494491577148438,0.12040138244628906,0.3631114959716797,0.15687942504882812,0.12540817260742188,0.12803077697753906,0.12254714965820312,0.11992454528808594,0.1201629638671875,0.11873245239257812 +"(5000, 37500)",0.5,5000,37500,gpu,homo,bool,False,0.2124309539794922,0.2129077911376953,0.2117156982421875,0.2124309539794922,0.2079010009765625,0.21529197692871094,0.20885467529296875,0.20599365234375,0.20456314086914062,0.2110004425048828,0.2505779266357422,0.2460479736328125,0.24390220642089844,0.24247169494628906,0.2524852752685547,0.2605915069580078,0.25582313537597656,0.2543926239013672,0.25081634521484375,0.25272369384765625 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,True,0.171661376953125,0.17142295837402344,0.16927719116210938,0.17118453979492188,0.16760826110839844,0.17380714416503906,0.16760826110839844,0.17023086547851562,0.16927719116210938,0.17833709716796875,0.22912025451660156,0.2288818359375,0.22935867309570312,0.2276897430419922,0.2639293670654297,0.2219676971435547,0.20360946655273438,0.20575523376464844,0.20456314086914062,0.2033710479736328 +"(5000, 37500)",0.5,5000,37500,gpu,homo,float,False,0.2601146697998047,0.2579689025878906,0.2605915069580078,0.2562999725341797,0.2567768096923828,0.25653839111328125,0.29850006103515625,0.29754638671875,0.2617835998535156,0.2646446228027344,0.19884109497070312,0.19073486328125,0.19168853759765625,0.19025802612304688,0.1895427703857422,0.18930435180664062,0.1938343048095703,0.18978118896484375,0.1895427703857422,0.1926422119140625 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,True,0.18858909606933594,0.17213821411132812,0.17070770263671875,0.17070770263671875,0.1690387725830078,0.16832351684570312,0.16617774963378906,0.16951560974121094,0.5490779876708984,0.18405914306640625,0.1766681671142578,0.18715858459472656,0.18596649169921875,0.17547607421875,0.17404556274414062,0.19884109497070312,0.18858909606933594,0.17547607421875,0.3006458282470703,0.171661376953125 +"(5000, 37500)",0.5,5000,37500,gpu,heter,bool,False,0.3075599670410156,0.2989768981933594,0.3020763397216797,0.29659271240234375,0.2989768981933594,0.2956390380859375,0.2956390380859375,0.29540061950683594,0.3025531768798828,0.30517578125,0.27251243591308594,0.27060508728027344,0.270843505859375,0.26869773864746094,0.2665519714355469,0.2665519714355469,0.26607513427734375,0.26535987854003906,0.26345252990722656,0.2684593200683594 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,True,0.17571449279785156,0.17595291137695312,0.1652240753173828,0.16164779663085938,0.15878677368164062,0.15854835510253906,0.16117095947265625,0.1552104949951172,0.1583099365234375,0.15354156494140625,0.20623207092285156,0.20575523376464844,0.20503997802734375,0.20456314086914062,0.20360946655273438,0.20456314086914062,0.20241737365722656,0.20313262939453125,0.20122528076171875,0.20360946655273438 +"(5000, 37500)",0.5,5000,37500,gpu,heter,float,False,0.2892017364501953,0.3170967102050781,0.2808570861816406,0.2803802490234375,0.41794776916503906,0.2791881561279297,0.2968311309814453,0.2827644348144531,0.27489662170410156,0.27632713317871094,0.31447410583496094,0.3120899200439453,0.31280517578125,0.3218650817871094,0.3135204315185547,0.31065940856933594,0.3085136413574219,0.3077983856201172,0.30922889709472656,0.3063678741455078 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,True,0.20742416381835938,0.19431114196777344,0.19025802612304688,0.19407272338867188,0.2543926239013672,0.20122528076171875,0.36215782165527344,0.2295970916748047,0.21839141845703125,0.19860267639160156,0.15091896057128906,0.16999244689941406,0.1361370086669922,0.13184547424316406,0.13303756713867188,0.13184547424316406,0.1327991485595703,0.1327991485595703,0.13375282287597656,0.13136863708496094 +"(5000, 50000)",0.5,5000,50000,gpu,homo,bool,False,0.45108795166015625,0.4341602325439453,0.4298686981201172,0.43272972106933594,0.4248619079589844,0.42700767517089844,0.4305839538574219,0.4398822784423828,0.606536865234375,0.4928112030029297,0.1590251922607422,0.15997886657714844,0.16164779663085938,0.15974044799804688,0.15854835510253906,0.1590251922607422,0.15687942504882812,0.15854835510253906,0.15926361083984375,0.1571178436279297 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,True,0.19121170043945312,0.1919269561767578,0.18477439880371094,0.18477439880371094,0.1842975616455078,0.1842975616455078,0.1850128173828125,0.18477439880371094,0.18477439880371094,0.18405914306640625,0.1609325408935547,0.16236305236816406,0.156402587890625,0.15354156494140625,0.15401840209960938,0.156402587890625,0.1583099365234375,0.1628398895263672,0.1614093780517578,0.16427040100097656 +"(5000, 50000)",0.5,5000,50000,gpu,homo,float,False,0.37407875061035156,0.34117698669433594,0.34499168395996094,0.32401084899902344,0.32067298889160156,0.3247261047363281,0.3247261047363281,0.3266334533691406,0.32138824462890625,0.3204345703125,0.26297569274902344,0.25773048400878906,0.2589225769042969,0.2567768096923828,0.2532005310058594,0.25391578674316406,0.25272369384765625,0.2529621124267578,0.2529621124267578,0.25177001953125 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,True,0.19216537475585938,0.18525123596191406,0.1800060272216797,0.2071857452392578,0.38433074951171875,0.17881393432617188,0.1761913299560547,0.17523765563964844,0.1747608184814453,0.17499923706054688,0.20837783813476562,0.1506805419921875,0.14638900756835938,0.14352798461914062,0.14519691467285156,0.14543533325195312,0.14448165893554688,0.14257431030273438,0.1430511474609375,0.1423358917236328 +"(5000, 50000)",0.5,5000,50000,gpu,heter,bool,False,0.3337860107421875,0.3209114074707031,0.3142356872558594,0.30684471130371094,0.3020763397216797,0.3018379211425781,0.30231475830078125,0.30303001403808594,0.3066062927246094,0.5438327789306641,0.23031234741210938,0.2288818359375,0.22029876708984375,0.2110004425048828,0.209808349609375,0.22411346435546875,0.21123886108398438,0.2090930938720703,0.20742416381835938,0.2079010009765625 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,True,0.20623207092285156,0.1850128173828125,0.18095970153808594,0.1780986785888672,0.17833709716796875,0.17547607421875,0.17642974853515625,0.17642974853515625,0.1773834228515625,0.17690658569335938,0.1289844512939453,0.12946128845214844,0.1285076141357422,0.12874603271484375,0.12969970703125,0.1277923583984375,0.12874603271484375,0.12755393981933594,0.1316070556640625,0.1323223114013672 +"(5000, 50000)",0.5,5000,50000,gpu,heter,float,False,0.33926963806152344,0.33020973205566406,0.3380775451660156,0.33783912658691406,0.34999847412109375,0.34427642822265625,0.32806396484375,0.3407001495361328,0.32806396484375,0.33783912658691406,0.3635883331298828,0.3094673156738281,0.3018379211425781,0.29921531677246094,0.29730796813964844,0.29754638671875,0.2999305725097656,0.2999305725097656,0.29921531677246094,0.2994537353515625 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,True,0.1804828643798828,0.18548965454101562,0.17714500427246094,0.1747608184814453,0.18167495727539062,0.17142295837402344,0.17023086547851562,0.16880035400390625,0.17023086547851562,0.16736984252929688,0.11277198791503906,0.10776519775390625,0.110626220703125,0.10943412780761719,0.10943412780761719,0.10561943054199219,0.10371208190917969,0.10633468627929688,0.10824203491210938,0.10848045349121094 +"(10000, 1000)",0.5,10000,1000,gpu,homo,bool,False,0.1659393310546875,0.1614093780517578,0.16069412231445312,0.15974044799804688,0.15807151794433594,0.15664100646972656,0.1552104949951172,0.15401840209960938,0.15664100646972656,0.15497207641601562,0.1304149627685547,0.12040138244628906,0.11897087097167969,0.125885009765625,0.15783309936523438,0.12063980102539062,0.11444091796875,0.11110305786132812,0.11539459228515625,0.10895729064941406 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,True,0.4024505615234375,0.3712177276611328,0.3662109375,0.4138946533203125,0.3685951232910156,0.35500526428222656,0.3552436828613281,0.33545494079589844,0.32830238342285156,0.32973289489746094,0.09202957153320312,0.09489059448242188,0.08940696716308594,0.09298324584960938,0.08869171142578125,0.09465217590332031,0.08654594421386719,0.08821487426757812,0.09250640869140625,0.08988380432128906 +"(10000, 1000)",0.5,10000,1000,gpu,homo,float,False,0.22602081298828125,0.20432472229003906,0.2028942108154297,0.2117156982421875,0.20360946655273438,0.19621849060058594,0.19788742065429688,0.19431114196777344,0.19884109497070312,0.19025802612304688,0.10633468627929688,0.10371208190917969,0.11086463928222656,0.10323524475097656,0.10251998901367188,0.10347366333007812,0.10752677917480469,0.10728836059570312,0.1666545867919922,0.11444091796875 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,True,0.12540817260742188,0.12469291687011719,0.12350082397460938,0.1220703125,0.1201629638671875,0.12254714965820312,0.1220703125,0.12230873107910156,0.1220703125,0.12278556823730469,0.12111663818359375,0.12326240539550781,0.12278556823730469,0.11849403381347656,0.1556873321533203,0.12183189392089844,0.11801719665527344,0.11754035949707031,0.11730194091796875,0.11754035949707031 +"(10000, 1000)",0.5,10000,1000,gpu,heter,bool,False,0.16236305236816406,0.1609325408935547,0.1614093780517578,0.15926361083984375,0.152587890625,0.1506805419921875,0.152587890625,0.15783309936523438,0.15425682067871094,0.152587890625,0.08440017700195312,0.08368492126464844,0.08368492126464844,0.08177757263183594,0.08273124694824219,0.08177757263183594,0.0820159912109375,0.0820159912109375,0.08368492126464844,0.08249282836914062 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,True,0.1659393310546875,0.15878677368164062,0.15854835510253906,0.16045570373535156,0.15878677368164062,0.16570091247558594,0.12564659118652344,0.12540817260742188,0.12540817260742188,0.12373924255371094,0.16188621520996094,0.16355514526367188,0.16236305236816406,0.1614093780517578,0.16045570373535156,0.15974044799804688,0.1926422119140625,0.16021728515625,0.16045570373535156,0.1575946807861328 +"(10000, 1000)",0.5,10000,1000,gpu,heter,float,False,0.1373291015625,0.13494491577148438,0.13375282287597656,0.13327598571777344,0.13399124145507812,0.13446807861328125,0.13113021850585938,0.13899803161621094,0.13327598571777344,0.13184547424316406,0.06842613220214844,0.06723403930664062,0.06771087646484375,0.06699562072753906,0.06651878356933594,0.06580352783203125,0.0667572021484375,0.06508827209472656,0.06556510925292969,0.06604194641113281 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,True,0.1685619354248047,0.1633167266845703,0.2124309539794922,0.7708072662353516,0.4260540008544922,0.4012584686279297,0.36907196044921875,0.35572052001953125,0.35119056701660156,0.34999847412109375,0.1087188720703125,0.15211105346679688,0.11754035949707031,0.11157989501953125,0.10967254638671875,0.10895729064941406,0.1087188720703125,0.1068115234375,0.11372566223144531,0.10633468627929688 +"(10000, 2500)",0.5,10000,2500,gpu,homo,bool,False,0.1595020294189453,0.156402587890625,0.16117095947265625,0.15854835510253906,0.1556873321533203,0.16808509826660156,0.16164779663085938,0.15735626220703125,0.15687942504882812,0.15354156494140625,0.12373924255371094,0.12063980102539062,0.12469291687011719,0.11372566223144531,0.32830238342285156,0.118255615234375,0.09942054748535156,0.102996826171875,0.10013580322265625,0.09942054748535156 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,True,0.15234947204589844,0.1671314239501953,0.14829635620117188,0.20432472229003906,0.14925003051757812,0.14400482177734375,0.141143798828125,0.1430511474609375,0.14257431030273438,0.14352798461914062,0.19025802612304688,0.18906593322753906,0.18739700317382812,0.1876354217529297,0.18548965454101562,0.18525123596191406,0.18358230590820312,0.18358230590820312,0.18405914306640625,0.18358230590820312 +"(10000, 2500)",0.5,10000,2500,gpu,homo,float,False,0.1633167266845703,0.16236305236816406,0.1595020294189453,0.15687942504882812,0.1571178436279297,0.15854835510253906,0.1571178436279297,0.20813941955566406,0.16927719116210938,0.16069412231445312,0.377655029296875,0.26345252990722656,0.21338462829589844,0.21839141845703125,0.2167224884033203,0.19407272338867188,0.20074844360351562,0.2014636993408203,0.20241737365722656,0.2014636993408203 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,True,0.2980232238769531,0.5030632019042969,0.5004405975341797,0.34165382385253906,0.32520294189453125,0.3178119659423828,0.31256675720214844,0.3116130828857422,0.3085136413574219,0.3075599670410156,0.09512901306152344,0.09322166442871094,0.09393692016601562,0.09226799011230469,0.09250640869140625,0.09131431579589844,0.11348724365234375,0.11730194091796875,0.09369850158691406,0.09012222290039062 +"(10000, 2500)",0.5,10000,2500,gpu,heter,bool,False,0.1468658447265625,0.14638900756835938,0.1442432403564453,0.14495849609375,0.1442432403564453,0.1437664031982422,0.1418590545654297,0.14352798461914062,0.1571178436279297,0.13828277587890625,0.09632110595703125,0.095367431640625,0.09584426879882812,0.09489059448242188,0.09369850158691406,0.09393692016601562,0.09369850158691406,0.09298324584960938,0.09298324584960938,0.09393692016601562 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,True,0.1289844512939453,0.125885009765625,0.12636184692382812,0.1423358917236328,0.12636184692382812,0.12326240539550781,0.12111663818359375,0.12183189392089844,0.12183189392089844,0.1289844512939453,0.09703636169433594,0.09369850158691406,0.09417533874511719,0.09775161743164062,0.09298324584960938,0.09274482727050781,0.09107589721679688,0.09059906005859375,0.09202957153320312,0.09083747863769531 +"(10000, 2500)",0.5,10000,2500,gpu,heter,float,False,0.20575523376464844,0.1850128173828125,0.16117095947265625,0.17905235290527344,0.16307830810546875,0.15997886657714844,0.1590251922607422,0.16045570373535156,0.16379356384277344,0.16117095947265625,0.1289844512939453,0.1270771026611328,0.12803077697753906,0.12993812561035156,0.12922286987304688,0.12803077697753906,0.13017654418945312,0.12874603271484375,0.1361370086669922,0.09751319885253906 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,True,0.1571178436279297,0.15163421630859375,0.15425682067871094,0.1506805419921875,0.15974044799804688,0.1513957977294922,0.148773193359375,0.1461505889892578,0.148773193359375,0.1475811004638672,0.11420249938964844,0.11205673217773438,0.10800361633300781,0.11229515075683594,0.10967254638671875,0.10848045349121094,0.11348724365234375,0.10776519775390625,0.10991096496582031,0.11038780212402344 +"(10000, 5000)",0.5,10000,5000,gpu,homo,bool,False,0.17309188842773438,0.17714500427246094,0.16927719116210938,0.16880035400390625,0.16999244689941406,0.1678466796875,0.16880035400390625,0.16927719116210938,0.171661376953125,0.1666545867919922,0.11324882507324219,0.110626220703125,0.11181831359863281,0.10824203491210938,0.1087188720703125,0.10967254638671875,0.10704994201660156,0.10848045349121094,0.12564659118652344,0.11515617370605469 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,True,0.15354156494140625,0.14972686767578125,0.152587890625,0.1537799835205078,0.15091896057128906,0.15211105346679688,0.15354156494140625,0.1494884490966797,0.14972686767578125,0.15020370483398438,0.21576881408691406,0.17762184143066406,0.19097328186035156,0.18358230590820312,0.18262863159179688,0.1811981201171875,0.17309188842773438,0.18167495727539062,0.18167495727539062,0.17881393432617188 +"(10000, 5000)",0.5,10000,5000,gpu,homo,float,False,0.4162788391113281,0.19073486328125,0.2257823944091797,0.17976760864257812,0.17833709716796875,0.19073486328125,0.19288063049316406,0.17118453979492188,0.1652240753173828,0.1659393310546875,0.18835067749023438,0.18835067749023438,0.1842975616455078,0.1804828643798828,0.1804828643798828,0.18262863159179688,0.1804828643798828,0.19693374633789062,0.1811981201171875,0.1819133758544922 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,True,0.2541542053222656,0.23746490478515625,0.2377033233642578,0.22983551025390625,0.22912025451660156,0.22482872009277344,0.22459030151367188,0.22459030151367188,0.2269744873046875,0.232696533203125,0.1728534698486328,0.1723766326904297,0.17213821411132812,0.16927719116210938,0.1685619354248047,0.16689300537109375,0.16808509826660156,0.16808509826660156,0.3211498260498047,0.2434253692626953 +"(10000, 5000)",0.5,10000,5000,gpu,heter,bool,False,0.16450881958007812,0.1628398895263672,0.16236305236816406,0.1590251922607422,0.15974044799804688,0.15997886657714844,0.1609325408935547,0.15735626220703125,0.15783309936523438,0.15854835510253906,0.09489059448242188,0.09393692016601562,0.09512901306152344,0.09369850158691406,0.09369850158691406,0.09465217590332031,0.0934600830078125,0.09417533874511719,0.09369850158691406,0.09369850158691406 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,True,0.15807151794433594,0.1556873321533203,0.1499652862548828,0.15020370483398438,0.15020370483398438,0.15020370483398438,0.15163421630859375,0.1499652862548828,0.3497600555419922,0.1533031463623047,0.09322166442871094,0.09131431579589844,0.09059906005859375,0.091552734375,0.0896453857421875,0.09131431579589844,0.09083747863769531,0.09083747863769531,0.09036064147949219,0.09012222290039062 +"(10000, 5000)",0.5,10000,5000,gpu,heter,float,False,0.1652240753173828,0.16045570373535156,0.1685619354248047,0.1652240753173828,0.1595020294189453,0.1590251922607422,0.15616416931152344,0.15878677368164062,0.15783309936523438,0.15854835510253906,0.18405914306640625,0.1480579376220703,0.148773193359375,0.1533031463623047,0.1475811004638672,0.1475811004638672,0.1475811004638672,0.148773193359375,0.14901161193847656,0.14591217041015625 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,True,0.1575946807861328,0.15664100646972656,0.16880035400390625,0.18072128295898438,0.15807151794433594,0.156402587890625,0.15401840209960938,0.15616416931152344,0.15544891357421875,0.15664100646972656,0.1347064971923828,0.1513957977294922,0.11682510375976562,0.11205673217773438,0.11086463928222656,0.11277198791503906,0.11110305786132812,0.11110305786132812,0.11229515075683594,0.11134147644042969 +"(10000, 10000)",0.5,10000,10000,gpu,homo,bool,False,0.25582313537597656,0.2522468566894531,0.25391578674316406,0.2505779266357422,0.24747848510742188,0.26726722717285156,0.28204917907714844,0.26702880859375,0.25272369384765625,0.2682209014892578,0.23889541625976562,0.23365020751953125,0.23508071899414062,0.23555755615234375,0.23555755615234375,0.23412704467773438,0.2338886260986328,0.23508071899414062,0.23365020751953125,0.25081634521484375 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,True,0.1609325408935547,0.15854835510253906,0.1552104949951172,0.15234947204589844,0.15616416931152344,0.15497207641601562,0.1552104949951172,0.1537799835205078,0.1544952392578125,0.17595291137695312,0.13303756713867188,0.12135505676269531,0.1201629638671875,0.118255615234375,0.118255615234375,0.12683868408203125,0.11944770812988281,0.11873245239257812,0.11849403381347656,0.11897087097167969 +"(10000, 10000)",0.5,10000,10000,gpu,homo,float,False,0.1952648162841797,0.1900196075439453,0.18644332885742188,0.18548965454101562,0.1881122589111328,0.18548965454101562,0.18978118896484375,0.18930435180664062,0.18787384033203125,0.18477439880371094,0.11920928955078125,0.11372566223144531,0.11706352233886719,0.11682510375976562,0.11754035949707031,0.11706352233886719,0.11754035949707031,0.1220703125,0.11539459228515625,0.11539459228515625 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,True,0.1380443572998047,0.1354217529296875,0.13446807861328125,0.13446807861328125,0.133514404296875,0.13065338134765625,0.13303756713867188,0.133514404296875,0.133514404296875,0.1571178436279297,0.18072128295898438,0.1800060272216797,0.18072128295898438,0.1766681671142578,0.1761913299560547,0.17833709716796875,0.17714500427246094,0.17786026000976562,0.19860267639160156,0.1850128173828125 +"(10000, 10000)",0.5,10000,10000,gpu,heter,bool,False,0.19502639770507812,0.19407272338867188,0.21576881408691406,0.19550323486328125,0.19168853759765625,0.19311904907226562,0.18739700317382812,0.18835067749023438,0.18644332885742188,0.1952648162841797,0.14066696166992188,0.13828277587890625,0.1380443572998047,0.13685226440429688,0.13756752014160156,0.13780593872070312,0.13828277587890625,0.13637542724609375,0.1373291015625,0.1361370086669922 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,True,0.13494491577148438,0.1316070556640625,0.13518333435058594,0.1327991485595703,0.4017353057861328,0.14281272888183594,0.1327991485595703,0.13113021850585938,0.13065338134765625,0.13017654418945312,0.11682510375976562,0.08678436279296875,0.0858306884765625,0.08535385131835938,0.08511543273925781,0.08487701416015625,0.08440017700195312,0.08487701416015625,0.08463859558105469,0.08440017700195312 +"(10000, 10000)",0.5,10000,10000,gpu,heter,float,False,0.18906593322753906,0.1857280731201172,0.18835067749023438,0.186920166015625,0.1862049102783203,0.18477439880371094,0.1857280731201172,0.18310546875,0.1819133758544922,0.18072128295898438,0.1494884490966797,0.16450881958007812,0.16069412231445312,0.15306472778320312,0.2014636993408203,0.3845691680908203,0.2598762512207031,0.23412704467773438,0.2262592315673828,0.22482872009277344 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,True,0.1811981201171875,0.17380714416503906,0.1785755157470703,0.17642974853515625,0.1723766326904297,0.1838207244873047,0.3540515899658203,0.17762184143066406,0.19431114196777344,0.16999244689941406,0.22673606872558594,0.2269744873046875,0.23651123046875,0.2334117889404297,0.22411346435546875,0.2353191375732422,0.24080276489257812,0.23937225341796875,0.2357959747314453,0.2429485321044922 +"(10000, 25000)",0.5,10000,25000,gpu,homo,bool,False,0.23174285888671875,0.2262592315673828,0.22673606872558594,0.22339820861816406,0.22840499877929688,0.22530555725097656,0.22268295288085938,0.22459030151367188,0.22268295288085938,0.22077560424804688,0.17976760864257812,0.17976760864257812,0.17690658569335938,0.179290771484375,0.179290771484375,0.18072128295898438,0.1785755157470703,0.179290771484375,0.18095970153808594,0.1785755157470703 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,True,0.63323974609375,0.4088878631591797,0.5414485931396484,0.5037784576416016,0.4050731658935547,0.3840923309326172,0.3993511199951172,0.36787986755371094,0.3592967987060547,0.354766845703125,0.21839141845703125,0.21719932556152344,0.21648406982421875,0.2231597900390625,0.21576881408691406,0.21457672119140625,0.22101402282714844,0.2148151397705078,0.21338462829589844,0.2186298370361328 +"(10000, 25000)",0.5,10000,25000,gpu,homo,float,False,0.29158592224121094,0.2925395965576172,0.27871131896972656,0.2598762512207031,0.24557113647460938,0.2448558807373047,0.2448558807373047,0.2434253692626953,0.2570152282714844,0.24843215942382812,0.1766681671142578,0.17523765563964844,0.179290771484375,0.17571449279785156,0.28824806213378906,0.3883838653564453,0.2818107604980469,0.26488304138183594,0.25916099548339844,0.255584716796875 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,True,0.16450881958007812,0.1666545867919922,0.15664100646972656,0.15544891357421875,0.15497207641601562,0.1590251922607422,0.15425682067871094,0.15854835510253906,0.1761913299560547,0.16164779663085938,0.3876686096191406,0.25916099548339844,0.5521774291992188,0.263214111328125,0.301361083984375,0.29850006103515625,0.23102760314941406,0.2143383026123047,0.2090930938720703,0.20885467529296875 +"(10000, 25000)",0.5,10000,25000,gpu,heter,bool,False,0.3235340118408203,0.3228187561035156,0.3345012664794922,0.31828880310058594,0.286102294921875,0.28634071350097656,0.2830028533935547,0.2834796905517578,0.2834796905517578,0.2830028533935547,0.2887248992919922,0.2942085266113281,0.29158592224121094,0.2911090850830078,0.2892017364501953,0.30493736267089844,0.2963542938232422,0.2932548522949219,0.2923011779785156,0.28777122497558594 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,True,0.15926361083984375,0.15664100646972656,0.1513957977294922,0.15401840209960938,0.16236305236816406,0.156402587890625,0.15544891357421875,0.15282630920410156,0.15425682067871094,0.15497207641601562,0.1373291015625,0.13375282287597656,0.13518333435058594,0.13709068298339844,0.13637542724609375,0.13566017150878906,0.13494491577148438,0.1347064971923828,0.1347064971923828,0.13494491577148438 +"(10000, 25000)",0.5,10000,25000,gpu,heter,float,False,0.2903938293457031,0.29277801513671875,0.30303001403808594,0.2892017364501953,0.2875328063964844,0.286102294921875,0.2827644348144531,0.2930164337158203,0.28777122497558594,0.41961669921875,0.3032684326171875,0.30994415283203125,0.6437301635742188,0.3261566162109375,0.36525726318359375,0.30231475830078125,0.29778480529785156,0.29468536376953125,0.293731689453125,0.2925395965576172 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,True,0.1933574676513672,0.19431114196777344,0.1976490020751953,0.19073486328125,0.19121170043945312,0.18787384033203125,0.19240379333496094,0.18668174743652344,0.1862049102783203,0.19359588623046875,0.2799034118652344,0.27251243591308594,0.28014183044433594,0.2923011779785156,0.2834796905517578,0.2734661102294922,0.2751350402832031,0.2715587615966797,0.26917457580566406,0.2720355987548828 +"(10000, 37500)",0.5,10000,37500,gpu,homo,bool,False,0.2753734588623047,0.3457069396972656,0.293731689453125,0.2808570861816406,0.2694129943847656,0.26702880859375,0.2636909484863281,0.26869773864746094,0.2675056457519531,0.2675056457519531,0.21386146545410156,0.21147727966308594,0.2124309539794922,0.21314620971679688,0.2105236053466797,0.21028518676757812,0.20837783813476562,0.2086162567138672,0.21266937255859375,0.21076202392578125 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,True,0.19168853759765625,0.18596649169921875,0.25391578674316406,0.2086162567138672,0.19860267639160156,0.20003318786621094,0.18739700317382812,0.18978118896484375,0.1900196075439453,0.18525123596191406,0.2162456512451172,0.2090930938720703,0.19288063049316406,0.16736984252929688,0.37980079650878906,0.2105236053466797,0.1728534698486328,0.17189979553222656,0.17023086547851562,0.16736984252929688 +"(10000, 37500)",0.5,10000,37500,gpu,homo,float,False,0.39696693420410156,0.3883838653564453,0.38433074951171875,0.41866302490234375,0.3921985626220703,0.3910064697265625,0.3833770751953125,0.3802776336669922,0.3826618194580078,0.3769397735595703,0.3094673156738281,0.31828880310058594,0.3190040588378906,0.30732154846191406,0.30541419982910156,0.30732154846191406,0.3027915954589844,0.3108978271484375,0.3120899200439453,0.30684471130371094 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,True,0.17404556274414062,0.17309188842773438,0.17309188842773438,0.16355514526367188,0.16546249389648438,0.16498565673828125,0.16832351684570312,0.16617774963378906,0.1704692840576172,0.1659393310546875,0.17023086547851562,0.1690387725830078,0.16808509826660156,0.16927719116210938,0.1761913299560547,0.1556873321533203,0.15044212341308594,0.14901161193847656,0.14901161193847656,0.1480579376220703 +"(10000, 37500)",0.5,10000,37500,gpu,heter,bool,False,0.35691261291503906,0.3533363342285156,0.3533363342285156,0.3495216369628906,0.3490447998046875,0.3516674041748047,0.35071372985839844,0.35500526428222656,0.3540515899658203,0.34928321838378906,0.3886222839355469,0.38433074951171875,0.6659030914306641,0.4055500030517578,0.41675567626953125,0.3879070281982422,0.3902912139892578,0.38313865661621094,0.3788471221923828,0.3705024719238281 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,True,0.17714500427246094,0.16832351684570312,0.17189979553222656,0.1709461212158203,0.1659393310546875,0.1728534698486328,0.1666545867919922,0.16570091247558594,0.16379356384277344,0.16355514526367188,0.1480579376220703,0.14829635620117188,0.14781951904296875,0.14495849609375,0.2002716064453125,0.1647472381591797,0.14591217041015625,0.14710426330566406,0.14495849609375,0.14352798461914062 +"(10000, 37500)",0.5,10000,37500,gpu,heter,float,False,0.3921985626220703,0.38433074951171875,0.38504600524902344,0.3814697265625,0.3845691680908203,0.3943443298339844,0.3902912139892578,0.38695335388183594,0.3814697265625,0.37860870361328125,0.32830238342285156,0.32639503479003906,0.32806396484375,0.32711029052734375,0.331878662109375,0.3268718719482422,0.3287792205810547,0.3273487091064453,0.33354759216308594,0.3287792205810547 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,True,0.2853870391845703,0.21386146545410156,0.21076202392578125,0.20766258239746094,0.2090930938720703,0.20813941955566406,0.20742416381835938,0.20241737365722656,0.20694732666015625,0.20623207092285156,0.2956390380859375,0.2620220184326172,0.24843215942382812,0.2715587615966797,0.24771690368652344,0.24580955505371094,0.2472400665283203,0.2460479736328125,0.24652481079101562,0.24509429931640625 +"(10000, 50000)",0.5,10000,50000,gpu,homo,bool,False,0.5578994750976562,0.5142688751220703,0.5054473876953125,0.5016326904296875,0.476837158203125,0.33736228942871094,0.3159046173095703,0.3046989440917969,0.29921531677246094,0.3027915954589844,0.28634071350097656,0.3192424774169922,0.28228759765625,0.2758502960205078,0.27751922607421875,0.27108192443847656,0.2753734588623047,0.2779960632324219,0.2815723419189453,0.2732276916503906 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,True,0.21314620971679688,0.3352165222167969,0.22745132446289062,0.21219253540039062,0.2117156982421875,0.20456314086914062,0.2090930938720703,0.20694732666015625,0.2079010009765625,0.2052783966064453,0.21886825561523438,0.2243518829345703,0.20694732666015625,0.2079010009765625,0.2014636993408203,0.20503997802734375,0.20241737365722656,0.20384788513183594,0.1990795135498047,0.2048015594482422 +"(10000, 50000)",0.5,10000,50000,gpu,homo,float,False,0.49948692321777344,0.4992485046386719,0.4935264587402344,0.48923492431640625,0.48470497131347656,0.48422813415527344,0.4837512969970703,0.4818439483642578,0.4837512969970703,0.5426406860351562,0.4951953887939453,0.45752525329589844,0.4706382751464844,0.43892860412597656,0.4382133483886719,0.4322528839111328,0.4184246063232422,0.4172325134277344,0.42057037353515625,0.41747093200683594 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,True,0.2219676971435547,0.22792816162109375,0.18477439880371094,0.19621849060058594,0.19025802612304688,0.1850128173828125,0.186920166015625,0.1842975616455078,0.17952919006347656,0.1823902130126953,0.2741813659667969,0.2639293670654297,0.25773048400878906,0.2586841583251953,0.2562999725341797,0.25725364685058594,0.2560615539550781,0.255584716796875,0.2562999725341797,0.2562999725341797 +"(10000, 50000)",0.5,10000,50000,gpu,heter,bool,False,0.4451274871826172,0.4353523254394531,0.43392181396484375,0.4303455352783203,0.4279613494873047,0.43320655822753906,0.43010711669921875,0.4298686981201172,0.4296302795410156,0.43487548828125,0.36525726318359375,0.3578662872314453,0.35643577575683594,0.35881996154785156,0.3590583801269531,0.35881996154785156,0.3571510314941406,0.3566741943359375,0.35572052001953125,0.35762786865234375 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,True,0.18548965454101562,0.18262863159179688,0.18405914306640625,0.179290771484375,0.18215179443359375,0.18477439880371094,0.17976760864257812,0.17976760864257812,0.18167495727539062,0.18286705017089844,0.19240379333496094,0.1926422119140625,0.19431114196777344,0.19240379333496094,0.19288063049316406,0.1914501190185547,0.1919269561767578,0.19168853759765625,0.19097328186035156,0.19407272338867188 +"(10000, 50000)",0.5,10000,50000,gpu,heter,float,False,0.5323886871337891,0.5142688751220703,0.4982948303222656,0.49877166748046875,0.49757957458496094,0.4966259002685547,0.4925727844238281,0.4966259002685547,0.5002021789550781,0.49686431884765625,0.44798851013183594,0.4413127899169922,0.44417381286621094,0.4401206970214844,0.4417896270751953,0.43392181396484375,0.4394054412841797,0.44155120849609375,0.43511390686035156,0.4324913024902344 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,True,0.152587890625,0.15211105346679688,0.1499652862548828,0.1621246337890625,0.15020370483398438,0.14662742614746094,0.1461505889892578,0.14853477478027344,0.14591217041015625,0.14781951904296875,0.13017654418945312,0.11372566223144531,0.12326240539550781,0.12350082397460938,0.11897087097167969,0.11324882507324219,0.11587142944335938,0.11229515075683594,0.09870529174804688,0.09894371032714844 +"(25000, 1000)",0.5,25000,1000,gpu,homo,bool,False,0.1888275146484375,0.19073486328125,0.186920166015625,0.1876354217529297,0.18668174743652344,0.2033710479736328,0.1983642578125,0.3857612609863281,0.19478797912597656,0.1881122589111328,0.11563301086425781,0.11110305786132812,0.10824203491210938,0.10943412780761719,0.10514259338378906,0.11038780212402344,0.16379356384277344,0.17213821411132812,0.16164779663085938,0.15854835510253906 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,True,0.17547607421875,0.1685619354248047,0.16880035400390625,0.164031982421875,0.1652240753173828,0.16617774963378906,0.1652240753173828,0.16570091247558594,0.16570091247558594,0.1678466796875,0.10657310485839844,0.10776519775390625,0.10633468627929688,0.10728836059570312,0.10538101196289062,0.1068115234375,0.1049041748046875,0.10943412780761719,0.10514259338378906,0.10776519775390625 +"(25000, 1000)",0.5,25000,1000,gpu,homo,float,False,0.20194053649902344,0.1881122589111328,0.194549560546875,0.18644332885742188,0.1900196075439453,0.18739700317382812,0.19669532775878906,0.19431114196777344,0.18906593322753906,0.18477439880371094,0.2655982971191406,0.13566017150878906,0.11086463928222656,0.09942054748535156,0.10180473327636719,0.102996826171875,0.10061264038085938,0.12063980102539062,0.1609325408935547,0.10848045349121094 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,True,0.1327991485595703,0.13113021850585938,0.12922286987304688,0.12755393981933594,0.1361370086669922,0.1366138458251953,0.13065338134765625,0.1468658447265625,0.1385211944580078,0.1461505889892578,0.19049644470214844,0.18405914306640625,0.19025802612304688,0.1938343048095703,0.186920166015625,0.1842975616455078,0.18787384033203125,0.18978118896484375,0.18310546875,0.1900196075439453 +"(25000, 1000)",0.5,25000,1000,gpu,heter,bool,False,0.18644332885742188,0.18072128295898438,0.18477439880371094,0.18286705017089844,0.17786026000976562,0.18024444580078125,0.17976760864257812,0.1800060272216797,0.1990795135498047,0.1811981201171875,0.20194053649902344,0.24628639221191406,0.1895427703857422,0.17786026000976562,0.1747608184814453,0.1728534698486328,0.17452239990234375,0.1735687255859375,0.17213821411132812,0.1728534698486328 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,True,0.13566017150878906,0.1342296600341797,0.1361370086669922,0.1342296600341797,0.13303756713867188,0.13256072998046875,0.13303756713867188,0.13446807861328125,0.133514404296875,0.1327991485595703,0.09894371032714844,0.09846687316894531,0.09870529174804688,0.09870529174804688,0.10991096496582031,0.10061264038085938,0.09822845458984375,0.09846687316894531,0.09775161743164062,0.09846687316894531 +"(25000, 1000)",0.5,25000,1000,gpu,heter,float,False,0.1811981201171875,0.17690658569335938,0.17786026000976562,0.1761913299560547,0.1773834228515625,0.17762184143066406,0.17690658569335938,0.17547607421875,0.17523765563964844,0.17833709716796875,0.10275840759277344,0.10228157043457031,0.10156631469726562,0.09989738464355469,0.10061264038085938,0.10037422180175781,0.10013580322265625,0.10013580322265625,0.09989738464355469,0.10085105895996094 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,True,0.17571449279785156,0.1678466796875,0.1728534698486328,0.1723766326904297,0.17189979553222656,0.1690387725830078,0.16808509826660156,0.16832351684570312,0.16927719116210938,0.1709461212158203,0.12230873107910156,0.12063980102539062,0.12087821960449219,0.11920928955078125,0.11992454528808594,0.11920928955078125,0.44345855712890625,0.1704692840576172,0.1270771026611328,0.12278556823730469 +"(25000, 2500)",0.5,25000,2500,gpu,homo,bool,False,0.23317337036132812,0.22935867309570312,0.24056434631347656,0.22459030151367188,0.2002716064453125,0.1990795135498047,0.1983642578125,0.19812583923339844,0.19693374633789062,0.19407272338867188,0.20456314086914062,0.20456314086914062,0.20194053649902344,0.2009868621826172,0.2009868621826172,0.1995563507080078,0.19931793212890625,0.28014183044433594,0.21147727966308594,0.1366138458251953 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,True,0.1685619354248047,0.16999244689941406,0.16760826110839844,0.16760826110839844,0.16498565673828125,0.1647472381591797,0.16045570373535156,0.16307830810546875,0.16117095947265625,0.16307830810546875,0.2505779266357422,0.40912628173828125,0.3044605255126953,0.22912025451660156,0.21386146545410156,0.2086162567138672,0.2048015594482422,0.2040863037109375,0.2014636993408203,0.20194053649902344 +"(25000, 2500)",0.5,25000,2500,gpu,homo,float,False,0.1976490020751953,0.18930435180664062,0.18715858459472656,0.186920166015625,0.18477439880371094,0.1881122589111328,0.1881122589111328,0.1862049102783203,0.18644332885742188,0.186920166015625,0.12874603271484375,0.125885009765625,0.1678466796875,0.12326240539550781,0.12087821960449219,0.1239776611328125,0.11968612670898438,0.12254714965820312,0.11920928955078125,0.12278556823730469 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,True,0.1583099365234375,0.15783309936523438,0.15234947204589844,0.15473365783691406,0.1556873321533203,0.15211105346679688,0.1533031463623047,0.1537799835205078,0.15234947204589844,0.1513957977294922,0.09512901306152344,0.09775161743164062,0.09679794311523438,0.09679794311523438,0.09465217590332031,0.09584426879882812,0.09489059448242188,0.09512901306152344,0.09512901306152344,0.095367431640625 +"(25000, 2500)",0.5,25000,2500,gpu,heter,bool,False,0.1785755157470703,0.17499923706054688,0.17523765563964844,0.17523765563964844,0.17118453979492188,0.18095970153808594,0.1773834228515625,0.1747608184814453,0.17452239990234375,0.17452239990234375,0.15211105346679688,0.15401840209960938,0.1533031463623047,0.15091896057128906,0.1513957977294922,0.1571178436279297,0.15234947204589844,0.15020370483398438,0.14925003051757812,0.1499652862548828 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,True,0.15878677368164062,0.141143798828125,0.14090538024902344,0.13899803161621094,0.13971328735351562,0.13780593872070312,0.13828277587890625,0.13899803161621094,0.13875961303710938,0.13756752014160156,0.15854835510253906,0.1537799835205078,0.1544952392578125,0.20051002502441406,0.16117095947265625,0.1537799835205078,0.1506805419921875,0.15020370483398438,0.14972686767578125,0.15020370483398438 +"(25000, 2500)",0.5,25000,2500,gpu,heter,float,False,0.17976760864257812,0.18072128295898438,0.18072128295898438,0.1785755157470703,0.1785755157470703,0.17642974853515625,0.17452239990234375,0.17523765563964844,0.1766681671142578,0.17595291137695312,0.20003318786621094,0.19812583923339844,0.2071857452392578,0.2040863037109375,0.1995563507080078,0.19812583923339844,0.19931793212890625,0.1990795135498047,0.19788742065429688,0.19669532775878906 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,True,0.1952648162841797,0.1666545867919922,0.16188621520996094,0.16069412231445312,0.16760826110839844,0.16307830810546875,0.15878677368164062,0.16021728515625,0.16069412231445312,0.1609325408935547,0.1220703125,0.11968612670898438,0.11944770812988281,0.12135505676269531,0.1201629638671875,0.11992454528808594,0.11777877807617188,0.11873245239257812,0.1201629638671875,0.1659393310546875 +"(25000, 5000)",0.5,25000,5000,gpu,homo,bool,False,0.3974437713623047,0.3921985626220703,0.3871917724609375,0.38743019104003906,0.38361549377441406,0.40721893310546875,0.5412101745605469,0.47659873962402344,0.41604042053222656,0.3991127014160156,0.13637542724609375,0.13566017150878906,0.13375282287597656,0.13017654418945312,0.1342296600341797,0.13065338134765625,0.1308917999267578,0.13208389282226562,0.1316070556640625,0.1316070556640625 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,True,0.18835067749023438,0.18358230590820312,0.17976760864257812,0.18024444580078125,0.1766681671142578,0.17786026000976562,0.1747608184814453,0.1780986785888672,0.21123886108398438,0.19884109497070312,0.12302398681640625,0.12159347534179688,0.12493133544921875,0.12087821960449219,0.12254714965820312,0.12159347534179688,0.12040138244628906,0.12087821960449219,0.12063980102539062,0.11849403381347656 +"(25000, 5000)",0.5,25000,5000,gpu,homo,float,False,0.24437904357910156,0.2384185791015625,0.23698806762695312,0.22935867309570312,0.24080276489257812,0.23245811462402344,0.2338886260986328,0.2315044403076172,0.23174285888671875,0.22792816162109375,0.23746490478515625,0.22840499877929688,0.22411346435546875,0.22554397583007812,0.22268295288085938,0.22459030151367188,0.22268295288085938,0.22101402282714844,0.22125244140625,0.2205371856689453 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,True,0.15974044799804688,0.15544891357421875,0.15473365783691406,0.15473365783691406,0.152587890625,0.15544891357421875,0.15473365783691406,0.15497207641601562,0.15926361083984375,0.1583099365234375,0.11014938354492188,0.10991096496582031,0.1125335693359375,0.1277923583984375,0.11515617370605469,0.10418891906738281,0.10538101196289062,0.10418891906738281,0.10824203491210938,0.26726722717285156 +"(25000, 5000)",0.5,25000,5000,gpu,heter,bool,False,0.4603862762451172,0.4317760467529297,0.4134178161621094,0.4024505615234375,0.39386749267578125,0.3917217254638672,0.37789344787597656,0.24080276489257812,0.2162456512451172,0.209808349609375,0.25177001953125,0.24938583374023438,0.2486705780029297,0.24700164794921875,0.24652481079101562,0.24700164794921875,0.24509429931640625,0.24509429931640625,0.2703666687011719,0.2377033233642578 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,True,0.530242919921875,0.37407875061035156,0.3604888916015625,0.33545494079589844,0.32711029052734375,0.32448768615722656,0.32019615173339844,0.32067298889160156,0.3185272216796875,0.31876564025878906,0.20742416381835938,0.32138824462890625,0.1633167266845703,0.10919570922851562,0.10442733764648438,0.10323524475097656,0.10323524475097656,0.10561943054199219,0.10395050048828125,0.10347366333007812 +"(25000, 5000)",0.5,25000,5000,gpu,heter,float,False,0.2353191375732422,0.23102760314941406,0.2257823944091797,0.22840499877929688,0.2281665802001953,0.23174285888671875,0.2288818359375,0.22554397583007812,0.22220611572265625,0.22745132446289062,0.1819133758544922,0.17571449279785156,0.18358230590820312,0.3643035888671875,0.20647048950195312,0.20456314086914062,0.26535987854003906,0.2028942108154297,0.19407272338867188,0.19431114196777344 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,True,0.21219253540039062,0.21266937255859375,0.18548965454101562,0.18334388732910156,0.18286705017089844,0.179290771484375,0.18215179443359375,0.18143653869628906,0.1811981201171875,0.18215179443359375,0.25010108947753906,0.24652481079101562,0.2524852752685547,0.24652481079101562,0.24390220642089844,0.3139972686767578,0.2605915069580078,0.24628639221191406,0.24390220642089844,0.24437904357910156 +"(25000, 10000)",0.5,25000,10000,gpu,homo,bool,False,0.3211498260498047,0.3032684326171875,0.28586387634277344,0.2887248992919922,0.27871131896972656,0.27441978454589844,0.2753734588623047,0.27561187744140625,0.2624988555908203,0.24747848510742188,0.1876354217529297,0.19049644470214844,0.1857280731201172,0.186920166015625,0.1862049102783203,0.1842975616455078,0.18477439880371094,0.18477439880371094,0.1876354217529297,0.1862049102783203 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,True,0.19788742065429688,0.1881122589111328,0.18167495727539062,0.17786026000976562,0.17833709716796875,0.1773834228515625,0.1785755157470703,0.179290771484375,0.1785755157470703,0.17690658569335938,0.15115737915039062,0.1468658447265625,0.1392364501953125,0.1494884490966797,0.1456737518310547,0.1468658447265625,0.1366138458251953,0.13756752014160156,0.1480579376220703,0.15115737915039062 +"(25000, 10000)",0.5,25000,10000,gpu,homo,float,False,0.24580955505371094,0.24366378784179688,0.24461746215820312,0.24127960205078125,0.2570152282714844,0.24938583374023438,0.2410411834716797,0.23984909057617188,0.2372264862060547,0.24437904357910156,0.19121170043945312,0.18405914306640625,0.2105236053466797,0.19073486328125,0.18477439880371094,0.19431114196777344,0.2048015594482422,0.21195411682128906,0.21886825561523438,0.22077560424804688 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,True,0.17261505126953125,0.16832351684570312,0.16760826110839844,0.16379356384277344,0.16164779663085938,0.16260147094726562,0.1609325408935547,0.17118453979492188,0.17333030700683594,0.164031982421875,0.17333030700683594,0.16927719116210938,0.16999244689941406,0.19288063049316406,0.18024444580078125,0.17213821411132812,0.16736984252929688,0.16832351684570312,0.1666545867919922,0.16951560974121094 +"(25000, 10000)",0.5,25000,10000,gpu,heter,bool,False,0.3361701965332031,0.2808570861816406,0.2732276916503906,0.2727508544921875,0.2682209014892578,0.2658367156982422,0.27489662170410156,0.2765655517578125,0.2658367156982422,0.2651214599609375,0.25081634521484375,0.2486705780029297,0.2486705780029297,0.25534629821777344,0.25916099548339844,0.26988983154296875,0.4115104675292969,0.2562999725341797,0.25725364685058594,0.2646446228027344 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,True,0.17690658569335938,0.17452239990234375,0.1842975616455078,0.18095970153808594,0.17571449279785156,0.17142295837402344,0.17309188842773438,0.1678466796875,0.16999244689941406,0.1678466796875,0.16736984252929688,0.2338886260986328,0.1780986785888672,0.16951560974121094,0.16927719116210938,0.1652240753173828,0.17023086547851562,0.17261505126953125,0.17690658569335938,0.4267692565917969 +"(25000, 10000)",0.5,25000,10000,gpu,heter,float,False,0.28014183044433594,0.2741813659667969,0.27489662170410156,0.27561187744140625,0.2734661102294922,0.2751350402832031,0.2720355987548828,0.28204917907714844,0.2796649932861328,0.27680397033691406,0.2593994140625,0.25582313537597656,0.2510547637939453,0.2491474151611328,0.25010108947753906,0.24938583374023438,0.24938583374023438,0.2512931823730469,0.2503395080566406,0.25010108947753906 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,True,0.24461746215820312,0.24700164794921875,0.24509429931640625,0.2434253692626953,0.24366378784179688,0.2720355987548828,0.2505779266357422,0.2486705780029297,0.2448558807373047,0.2429485321044922,0.22363662719726562,0.209808349609375,0.2052783966064453,0.20503997802734375,0.27632713317871094,0.25391578674316406,0.22482872009277344,0.24628639221191406,0.21719932556152344,0.2205371856689453 +"(25000, 25000)",0.5,25000,25000,gpu,homo,bool,False,0.3590583801269531,0.3490447998046875,0.3452301025390625,0.34499168395996094,0.3581047058105469,0.4062652587890625,0.3731250762939453,0.370025634765625,0.3452301025390625,0.3478527069091797,0.40078163146972656,0.6644725799560547,0.4069805145263672,0.4038810729980469,0.4031658172607422,0.3998279571533203,0.3986358642578125,0.3826618194580078,0.39124488830566406,0.39196014404296875 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,True,0.255584716796875,0.24771690368652344,0.25916099548339844,0.24056434631347656,0.25200843811035156,0.24461746215820312,0.24700164794921875,0.23746490478515625,0.24271011352539062,0.25534629821777344,0.3094673156738281,0.28777122497558594,0.2849102020263672,0.28896331787109375,0.2872943878173828,0.3085136413574219,0.32329559326171875,0.3082752227783203,0.2994537353515625,0.29921531677246094 +"(25000, 25000)",0.5,25000,25000,gpu,homo,float,False,0.3871917724609375,0.3764629364013672,0.37288665771484375,0.37360191345214844,0.38433074951171875,0.38623809814453125,0.377655029296875,0.3724098205566406,0.37384033203125,0.36835670471191406,0.44608116149902344,0.4603862762451172,0.43511390686035156,0.41604042053222656,0.4127025604248047,0.4298686981201172,0.4286766052246094,0.4138946533203125,0.4131793975830078,0.4153251647949219 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,True,0.2930164337158203,0.2732276916503906,0.27108192443847656,0.26988983154296875,0.2624988555908203,0.2613067626953125,0.25391578674316406,0.2307891845703125,0.2338886260986328,0.23317337036132812,0.19311904907226562,0.1938343048095703,0.1952648162841797,0.1895427703857422,0.1900196075439453,0.1888275146484375,0.19073486328125,0.19073486328125,0.20194053649902344,0.194549560546875 +"(25000, 25000)",0.5,25000,25000,gpu,heter,bool,False,0.5402565002441406,0.5331039428710938,0.5462169647216797,0.5438327789306641,0.5373954772949219,0.5381107330322266,0.5371570587158203,0.537872314453125,0.5316734313964844,0.5347728729248047,0.5688667297363281,0.5688667297363281,0.6334781646728516,0.6730556488037109,0.6475448608398438,0.5731582641601562,0.5896091461181641,0.5855560302734375,0.5850791931152344,1.0180473327636719 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,True,0.22292137145996094,0.2200603485107422,0.21958351135253906,0.22459030151367188,0.2167224884033203,0.21958351135253906,0.2186298370361328,0.22101402282714844,0.21529197692871094,0.21386146545410156,0.17642974853515625,0.1780986785888672,0.17547607421875,0.17690658569335938,0.1742839813232422,0.1742839813232422,0.17309188842773438,0.17309188842773438,0.1761913299560547,0.17380714416503906 +"(25000, 25000)",0.5,25000,25000,gpu,heter,float,False,0.5192756652832031,0.5278587341308594,0.5285739898681641,0.5207061767578125,0.5166530609130859,0.5147457122802734,0.5135536193847656,0.5118846893310547,0.5145072937011719,0.5235671997070312,0.44918060302734375,0.4565715789794922,0.4553794860839844,0.44918060302734375,0.4494190216064453,0.4398822784423828,0.45108795166015625,0.4596710205078125,0.7874965667724609,0.47206878662109375 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,True,0.30994415283203125,0.2970695495605469,0.29468536376953125,0.29850006103515625,0.29397010803222656,0.2932548522949219,0.3123283386230469,0.3082752227783203,0.3104209899902344,0.30350685119628906,0.2808570861816406,0.28586387634277344,0.3142356872558594,0.274658203125,0.2875328063964844,0.2853870391845703,0.28586387634277344,0.3085136413574219,0.2739429473876953,0.27370452880859375 +"(25000, 37500)",0.5,25000,37500,gpu,homo,bool,False,0.42247772216796875,0.41675567626953125,0.41961669921875,0.41604042053222656,0.4189014434814453,0.4138946533203125,0.43272972106933594,0.4265308380126953,0.41866302490234375,0.4177093505859375,0.3876686096191406,0.3864765167236328,0.43654441833496094,0.37550926208496094,0.3802776336669922,0.38051605224609375,0.37026405334472656,0.3685951232910156,0.37169456481933594,0.44918060302734375 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,True,0.28896331787109375,0.28204917907714844,0.28204917907714844,0.33974647521972656,0.3075599670410156,0.3070831298828125,0.3037452697753906,0.29397010803222656,0.5373954772949219,0.30303001403808594,0.24366378784179688,0.24318695068359375,0.2422332763671875,0.2429485321044922,0.2391338348388672,0.2467632293701172,0.2429485321044922,0.240325927734375,0.2422332763671875,0.24390220642089844 +"(25000, 37500)",0.5,25000,37500,gpu,homo,float,False,0.7276535034179688,0.7414817810058594,0.7195472717285156,0.7147789001464844,0.7102489471435547,0.7090568542480469,0.7073879241943359,0.7119178771972656,0.7116794586181641,0.7140636444091797,0.6389617919921875,0.7326602935791016,0.6635189056396484,0.6427764892578125,0.6372928619384766,0.7252693176269531,0.6604194641113281,0.6854534149169922,0.6415843963623047,0.6322860717773438 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,True,0.2777576446533203,0.2884864807128906,0.2694129943847656,0.26106834411621094,0.2646446228027344,0.26988983154296875,0.27060508728027344,0.2646446228027344,0.27441978454589844,0.26345252990722656,0.22292137145996094,0.4589557647705078,0.2300739288330078,0.22172927856445312,0.2243518829345703,0.2224445343017578,0.21958351135253906,0.217437744140625,0.21696090698242188,0.21910667419433594 +"(25000, 37500)",0.5,25000,37500,gpu,heter,bool,False,0.6844997406005859,0.6811618804931641,0.6852149963378906,0.6847381591796875,0.6911754608154297,0.6866455078125,0.6825923919677734,0.6778240203857422,0.6797313690185547,0.67901611328125,0.79345703125,0.7371902465820312,0.7290840148925781,0.7734298706054688,0.7793903350830078,0.7865428924560547,0.7145404815673828,0.7166862487792969,0.8096694946289062,0.7421970367431641 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,True,0.27108192443847656,0.3380775451660156,0.3299713134765625,0.61798095703125,0.6835460662841797,0.48732757568359375,0.46825408935546875,0.457763671875,0.45943260192871094,0.4813671112060547,0.25653839111328125,0.25773048400878906,0.2605915069580078,0.25773048400878906,0.2570152282714844,0.25534629821777344,0.2529621124267578,0.2560615539550781,0.25463104248046875,0.2524852752685547 +"(25000, 37500)",0.5,25000,37500,gpu,heter,float,False,0.7691383361816406,0.7841587066650391,0.7650852203369141,0.7507801055908203,0.7519721984863281,0.7505416870117188,0.7677078247070312,0.7600784301757812,0.7665157318115234,0.7426738739013672,0.9834766387939453,0.7476806640625,0.7240772247314453,0.7038116455078125,0.6992816925048828,0.6988048553466797,0.7009506225585938,0.6978511810302734,0.6995201110839844,0.7045269012451172 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,True,0.4069805145263672,0.4184246063232422,0.43511390686035156,0.3991127014160156,0.4112720489501953,0.408172607421875,0.39958953857421875,0.39839744567871094,0.39577484130859375,0.4017353057861328,0.3151893615722656,0.3154277801513672,0.33164024353027344,0.3037452697753906,0.30350685119628906,0.3037452697753906,0.30517578125,0.30231475830078125,0.3025531768798828,0.2982616424560547 +"(25000, 50000)",0.5,25000,50000,gpu,homo,bool,False,0.5195140838623047,0.5128383636474609,0.5047321319580078,0.5142688751220703,0.5095005035400391,0.507354736328125,0.5049705505371094,0.5128383636474609,0.5180835723876953,0.5075931549072266,0.5004405975341797,0.4887580871582031,0.48732757568359375,0.48279762268066406,0.4889965057373047,0.5006790161132812,0.4849433898925781,0.48732757568359375,0.4906654357910156,0.4818439483642578 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,True,0.32782554626464844,0.3268718719482422,0.33164024353027344,0.32806396484375,0.33473968505859375,0.32901763916015625,0.335693359375,0.3333091735839844,0.3342628479003906,0.32591819763183594,0.30875205993652344,0.3058910369873047,0.3046989440917969,0.29754638671875,0.29778480529785156,0.3006458282470703,0.31065940856933594,0.3020763397216797,0.3046989440917969,0.29468536376953125 +"(25000, 50000)",0.5,25000,50000,gpu,homo,float,False,0.9627342224121094,0.9663105010986328,0.9655952453613281,0.9577274322509766,0.9582042694091797,0.9577274322509766,0.9853839874267578,1.2443065643310547,0.9961128234863281,0.9665489196777344,0.8997917175292969,0.9105205535888672,0.8823871612548828,0.8764266967773438,0.87738037109375,0.8754730224609375,0.8783340454101562,0.8814334869384766,0.8878707885742188,0.8790493011474609 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,True,0.3285408020019531,0.41604042053222656,0.3390312194824219,0.3223419189453125,0.3159046173095703,0.3237724304199219,0.3237724304199219,0.31685829162597656,0.3159046173095703,0.3101825714111328,0.28514862060546875,0.28324127197265625,0.28204917907714844,0.28395652770996094,0.28586387634277344,0.2868175506591797,0.28395652770996094,0.2868175506591797,0.2849102020263672,0.2834796905517578 +"(25000, 50000)",0.5,25000,50000,gpu,heter,bool,False,0.9095668792724609,0.9102821350097656,0.8974075317382812,0.8916854858398438,0.8904933929443359,0.8966922760009766,0.8895397186279297,0.8893013000488281,0.8876323699951172,0.8828639984130859,0.8094310760498047,0.8087158203125,0.8137226104736328,0.8008480072021484,0.8018016815185547,0.7991790771484375,0.7991790771484375,0.8077621459960938,0.8001327514648438,0.8046627044677734 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,True,0.3409385681152344,0.32639503479003906,0.31828880310058594,0.3285408020019531,0.32520294189453125,0.32067298889160156,0.3299713134765625,0.32138824462890625,0.3120899200439453,0.3211498260498047,0.5228519439697266,0.3829002380371094,0.36215782165527344,0.3535747528076172,0.3502368927001953,0.6618499755859375,0.354766845703125,0.3561973571777344,0.34880638122558594,0.35071372985839844 +"(25000, 50000)",0.5,25000,50000,gpu,heter,float,False,1.0378360748291016,1.0385513305664062,1.0325908660888672,1.0294914245605469,1.0271072387695312,1.0461807250976562,1.0612010955810547,1.0478496551513672,1.4853477478027344,1.4526844024658203,1.0035037994384766,0.9934902191162109,0.9884834289550781,0.9901523590087891,1.2562274932861328,1.016855239868164,0.9958744049072266,0.9782314300537109,0.9827613830566406,0.9808540344238281 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,True,0.1666545867919922,0.16427040100097656,0.16450881958007812,0.16307830810546875,0.15974044799804688,0.16117095947265625,0.15783309936523438,0.15783309936523438,0.15926361083984375,0.15854835510253906,0.14734268188476562,0.14829635620117188,0.14209747314453125,0.14781951904296875,0.14328956604003906,0.14328956604003906,0.14162063598632812,0.1423358917236328,0.1423358917236328,0.14543533325195312 +"(37500, 1000)",0.5,37500,1000,gpu,homo,bool,False,0.2014636993408203,0.20003318786621094,0.20003318786621094,0.2009868621826172,0.1976490020751953,0.1964569091796875,0.19693374633789062,0.1957416534423828,0.19550323486328125,0.240325927734375,0.16808509826660156,0.12564659118652344,0.1354217529296875,0.164031982421875,0.12826919555664062,0.12612342834472656,0.1277923583984375,0.12254714965820312,0.1277923583984375,0.12135505676269531 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,True,0.17833709716796875,0.16760826110839844,0.1652240753173828,0.16307830810546875,0.255584716796875,0.5040168762207031,0.46372413635253906,0.5106925964355469,0.3654956817626953,0.37670135498046875,0.21839141845703125,0.316619873046875,0.2162456512451172,0.1342296600341797,0.16045570373535156,0.12874603271484375,0.12111663818359375,0.12230873107910156,0.12350082397460938,0.12183189392089844 +"(37500, 1000)",0.5,37500,1000,gpu,homo,float,False,0.21004676818847656,0.20003318786621094,0.2002716064453125,0.1971721649169922,0.19598007202148438,0.1976490020751953,0.19812583923339844,0.19550323486328125,0.19431114196777344,0.19550323486328125,0.1239776611328125,0.12230873107910156,0.11992454528808594,0.12159347534179688,0.11849403381347656,0.1220703125,0.12040138244628906,0.12159347534179688,0.1308917999267578,0.1251697540283203 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,True,0.1850128173828125,0.18310546875,0.17952919006347656,0.17976760864257812,0.179290771484375,0.17762184143066406,0.17833709716796875,0.1766681671142578,0.17452239990234375,0.17452239990234375,0.2040863037109375,0.22101402282714844,0.2162456512451172,0.1876354217529297,0.6456375122070312,0.19407272338867188,0.17976760864257812,0.17523765563964844,0.1761913299560547,0.17023086547851562 +"(37500, 1000)",0.5,37500,1000,gpu,heter,bool,False,0.2048015594482422,0.20051002502441406,0.2009868621826172,0.20456314086914062,0.21076202392578125,0.19931793212890625,0.19669532775878906,0.1957416534423828,0.19478797912597656,0.194549560546875,0.12874603271484375,0.12755393981933594,0.1277923583984375,0.125885009765625,0.17642974853515625,0.1399517059326172,0.13184547424316406,0.13113021850585938,0.12087821960449219,0.11301040649414062 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,True,0.14090538024902344,0.1392364501953125,0.14352798461914062,0.13875961303710938,0.13303756713867188,0.13494491577148438,0.13709068298339844,0.13589859008789062,0.13327598571777344,0.13399124145507812,0.10251998901367188,0.10251998901367188,0.10228157043457031,0.10061264038085938,0.1201629638671875,0.10395050048828125,0.10204315185546875,0.10037422180175781,0.10085105895996094,0.10180473327636719 +"(37500, 1000)",0.5,37500,1000,gpu,heter,float,False,0.2155303955078125,0.20837783813476562,0.20956993103027344,0.21219253540039062,0.209808349609375,0.20956993103027344,0.21409988403320312,0.21266937255859375,0.20837783813476562,0.20742416381835938,0.18334388732910156,0.18095970153808594,0.1804828643798828,0.1785755157470703,0.17905235290527344,0.1914501190185547,0.1857280731201172,0.18072128295898438,0.17881393432617188,0.1785755157470703 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,True,0.21266937255859375,0.18906593322753906,0.18858909606933594,0.18548965454101562,0.1919269561767578,0.18477439880371094,0.1842975616455078,0.19168853759765625,0.20694732666015625,0.19049644470214844,0.3437995910644531,0.21529197692871094,0.20384788513183594,0.1811981201171875,0.3528594970703125,0.16260147094726562,0.15282630920410156,0.1506805419921875,0.1437664031982422,0.15044212341308594 +"(37500, 2500)",0.5,37500,2500,gpu,homo,bool,False,0.3790855407714844,0.3781318664550781,0.3790855407714844,0.3924369812011719,0.4382133483886719,0.42700767517089844,0.4093647003173828,0.4124641418457031,0.41174888610839844,0.4203319549560547,0.23698806762695312,0.2598762512207031,0.24747848510742188,0.24175643920898438,0.23031234741210938,0.2396106719970703,0.24008750915527344,0.2372264862060547,0.23889541625976562,0.23746490478515625 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,True,0.1823902130126953,0.18310546875,0.17833709716796875,0.1766681671142578,0.1747608184814453,0.17642974853515625,0.17309188842773438,0.1742839813232422,0.17595291137695312,0.17261505126953125,0.11777877807617188,0.11420249938964844,0.11897087097167969,0.1163482666015625,0.11348724365234375,0.11467933654785156,0.11372566223144531,0.11420249938964844,0.11157989501953125,0.11420249938964844 +"(37500, 2500)",0.5,37500,2500,gpu,homo,float,False,0.22602081298828125,0.21505355834960938,0.21648406982421875,0.2193450927734375,0.22029876708984375,0.21696090698242188,0.2167224884033203,0.21576881408691406,0.21338462829589844,0.21600723266601562,0.14638900756835938,0.13875961303710938,0.14519691467285156,0.14019012451171875,0.1513957977294922,0.13947486877441406,0.1366138458251953,0.13780593872070312,0.1480579376220703,0.14662742614746094 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,True,0.15854835510253906,0.156402587890625,0.15473365783691406,0.1571178436279297,0.15735626220703125,0.1552104949951172,0.15473365783691406,0.15401840209960938,0.15401840209960938,0.1552104949951172,0.10538101196289062,0.10561943054199219,0.1068115234375,0.10585784912109375,0.10704994201660156,0.10633468627929688,0.10514259338378906,0.10609626770019531,0.10561943054199219,0.10609626770019531 +"(37500, 2500)",0.5,37500,2500,gpu,heter,bool,False,0.2849102020263672,0.28586387634277344,0.28228759765625,0.28014183044433594,0.2841949462890625,0.28705596923828125,0.28443336486816406,0.2770423889160156,0.2818107604980469,0.2818107604980469,0.15783309936523438,0.1556873321533203,0.1583099365234375,0.15878677368164062,0.1571178436279297,0.15735626220703125,0.1571178436279297,0.1583099365234375,0.15616416931152344,0.156402587890625 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,True,0.1533031463623047,0.15091896057128906,0.15044212341308594,0.1480579376220703,0.14901161193847656,0.14638900756835938,0.1480579376220703,0.14710426330566406,0.14591217041015625,0.14591217041015625,0.09632110595703125,0.10204315185546875,0.09751319885253906,0.09512901306152344,0.09417533874511719,0.09369850158691406,0.09393692016601562,0.09369850158691406,0.09393692016601562,0.09322166442871094 +"(37500, 2500)",0.5,37500,2500,gpu,heter,float,False,0.2129077911376953,0.21147727966308594,0.21266937255859375,0.21004676818847656,0.2105236053466797,0.2090930938720703,0.21219253540039062,0.21600723266601562,0.20956993103027344,0.2110004425048828,0.22745132446289062,0.22983551025390625,0.22912025451660156,0.2276897430419922,0.22745132446289062,0.22602081298828125,0.2257823944091797,0.23698806762695312,0.2300739288330078,0.22649765014648438 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,True,0.2722740173339844,0.22482872009277344,0.23674964904785156,0.2510547637939453,0.26798248291015625,0.2186298370361328,0.2143383026123047,0.21266937255859375,0.21266937255859375,0.21719932556152344,0.1468658447265625,0.15735626220703125,0.1544952392578125,0.1461505889892578,0.1518726348876953,0.148773193359375,0.14281272888183594,0.14710426330566406,0.1456737518310547,0.14829635620117188 +"(37500, 5000)",0.5,37500,5000,gpu,homo,bool,False,0.2644062042236328,0.26035308837890625,0.2579689025878906,0.2567768096923828,0.27251243591308594,0.2732276916503906,0.2627372741699219,0.2574920654296875,0.25272369384765625,0.2567768096923828,0.15974044799804688,0.16045570373535156,0.16307830810546875,0.1583099365234375,0.15854835510253906,0.16307830810546875,0.1614093780517578,0.15926361083984375,0.1590251922607422,0.1556873321533203 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,True,0.17905235290527344,0.17571449279785156,0.16999244689941406,0.1723766326904297,0.17309188842773438,0.171661376953125,0.19669532775878906,0.18215179443359375,0.1761913299560547,0.17118453979492188,0.19407272338867188,0.2052783966064453,0.19550323486328125,0.18644332885742188,0.1850128173828125,0.1842975616455078,0.18334388732910156,0.19240379333496094,0.18787384033203125,0.186920166015625 +"(37500, 5000)",0.5,37500,5000,gpu,homo,float,False,0.2765655517578125,0.26035308837890625,0.2624988555908203,0.2510547637939453,0.2551078796386719,0.2579689025878906,0.5233287811279297,0.2715587615966797,0.2627372741699219,0.2608299255371094,0.18453598022460938,0.20956993103027344,0.16832351684570312,0.17547607421875,0.1647472381591797,0.16570091247558594,0.1690387725830078,0.16641616821289062,0.16546249389648438,0.16427040100097656 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,True,0.1647472381591797,0.16355514526367188,0.16808509826660156,0.16498565673828125,0.16188621520996094,0.16021728515625,0.16117095947265625,0.15997886657714844,0.15854835510253906,0.15592575073242188,0.11467933654785156,0.11372566223144531,0.11205673217773438,0.11181831359863281,0.1125335693359375,0.11324882507324219,0.11348724365234375,0.13184547424316406,0.11873245239257812,0.11324882507324219 +"(37500, 5000)",0.5,37500,5000,gpu,heter,bool,False,0.2560615539550781,0.25463104248046875,0.2684593200683594,0.26416778564453125,0.25653839111328125,0.2510547637939453,0.2498626708984375,0.24938583374023438,0.25010108947753906,0.2486705780029297,0.26869773864746094,0.21004676818847656,0.202178955078125,0.20170211791992188,0.19693374633789062,0.19884109497070312,0.1983642578125,0.19669532775878906,0.19884109497070312,0.19860267639160156 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,True,0.16069412231445312,0.15807151794433594,0.15807151794433594,0.15687942504882812,0.15544891357421875,0.15473365783691406,0.15234947204589844,0.1628398895263672,0.16164779663085938,0.15664100646972656,0.11134147644042969,0.10967254638671875,0.10991096496582031,0.10919570922851562,0.10848045349121094,0.10704994201660156,0.10776519775390625,0.1087188720703125,0.10776519775390625,0.10704994201660156 +"(37500, 5000)",0.5,37500,5000,gpu,heter,float,False,0.80108642578125,0.5500316619873047,0.5025863647460938,0.5035400390625,0.4649162292480469,0.4565715789794922,0.45299530029296875,0.4448890686035156,0.3609657287597656,0.36406517028808594,0.19979476928710938,0.19478797912597656,0.19550323486328125,0.19240379333496094,0.19478797912597656,0.194549560546875,0.19240379333496094,0.19359588623046875,0.19311904907226562,0.19288063049316406 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,True,0.263214111328125,0.2574920654296875,0.25844573974609375,0.5548000335693359,0.2624988555908203,0.25463104248046875,0.2739429473876953,0.24700164794921875,0.255584716796875,0.2779960632324219,0.1735687255859375,0.16450881958007812,0.17023086547851562,0.16832351684570312,0.16832351684570312,0.16689300537109375,0.1659393310546875,0.16617774963378906,0.16999244689941406,0.17261505126953125 +"(37500, 10000)",0.5,37500,10000,gpu,homo,bool,False,0.2949237823486328,0.2913475036621094,0.28777122497558594,0.28896331787109375,0.2894401550292969,0.324249267578125,0.30350685119628906,0.2956390380859375,0.2903938293457031,0.286102294921875,0.24890899658203125,0.240325927734375,0.2486705780029297,0.23698806762695312,0.2853870391845703,0.26345252990722656,0.22673606872558594,0.2486705780029297,0.2789497375488281,0.2658367156982422 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,True,0.22554397583007812,0.21529197692871094,0.21982192993164062,0.21195411682128906,0.217437744140625,0.2117156982421875,0.21457672119140625,0.213623046875,0.21409988403320312,0.20956993103027344,0.25582313537597656,0.24271011352539062,0.2524852752685547,0.23603439331054688,0.2353191375732422,0.24771690368652344,0.2522468566894531,0.2346038818359375,0.23317337036132812,0.2551078796386719 +"(37500, 10000)",0.5,37500,10000,gpu,homo,float,False,0.5173683166503906,0.5018711090087891,0.4887580871582031,0.48732757568359375,0.5269050598144531,0.5087852478027344,0.4978179931640625,0.4799365997314453,0.48089027404785156,0.47707557678222656,0.2460479736328125,0.2570152282714844,0.2951622009277344,0.2770423889160156,0.26869773864746094,0.5385875701904297,0.2803802490234375,0.25153160095214844,0.2377033233642578,0.2357959747314453 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,True,0.19598007202148438,0.19359588623046875,0.1914501190185547,0.1900196075439453,0.20813941955566406,0.1995563507080078,0.19359588623046875,0.18930435180664062,0.18596649169921875,0.1876354217529297,0.1723766326904297,0.16570091247558594,0.15997886657714844,0.15473365783691406,0.1575946807861328,0.39887428283691406,0.2875328063964844,0.16498565673828125,0.1685619354248047,0.1621246337890625 +"(37500, 10000)",0.5,37500,10000,gpu,heter,bool,False,0.34236907958984375,0.34546852111816406,0.3561973571777344,0.35858154296875,0.34928321838378906,0.35572052001953125,0.3414154052734375,0.3380775451660156,0.3387928009033203,0.7021427154541016,0.4315376281738281,0.3650188446044922,0.3635883331298828,0.3674030303955078,0.36144256591796875,0.35691261291503906,0.3604888916015625,0.35953521728515625,0.35881996154785156,0.35881996154785156 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,True,0.1983642578125,0.18739700317382812,0.19025802612304688,0.18644332885742188,0.18715858459472656,0.186920166015625,0.18715858459472656,0.1823902130126953,0.18215179443359375,0.18262863159179688,0.1494884490966797,0.4470348358154297,0.2028942108154297,0.15401840209960938,0.14209747314453125,0.14328956604003906,0.14019012451171875,0.13971328735351562,0.1404285430908203,0.14495849609375 +"(37500, 10000)",0.5,37500,10000,gpu,heter,float,False,0.3559589385986328,0.3516674041748047,0.354766845703125,0.347137451171875,0.3476142883300781,0.4124641418457031,0.7231235504150391,0.6101131439208984,0.6139278411865234,0.5617141723632812,0.4394054412841797,0.4360675811767578,0.4324913024902344,0.4303455352783203,0.43320655822753906,0.4336833953857422,0.431060791015625,0.4324913024902344,0.44465065002441406,0.4420280456542969 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,True,0.2791881561279297,0.2765655517578125,0.2791881561279297,0.2777576446533203,0.2715587615966797,0.26988983154296875,0.2663135528564453,0.2739429473876953,0.2677440643310547,0.3185272216796875,0.22149085998535156,0.21767616271972656,0.2224445343017578,0.21791458129882812,0.21839141845703125,0.22029876708984375,0.2186298370361328,0.22077560424804688,0.21886825561523438,0.2162456512451172 +"(37500, 25000)",0.5,37500,25000,gpu,homo,bool,False,0.4429817199707031,0.43392181396484375,0.431060791015625,0.4296302795410156,0.42700767517089844,0.4215240478515625,0.42128562927246094,0.4220008850097656,0.4227161407470703,0.42510032653808594,0.4336833953857422,0.39076805114746094,0.3902912139892578,0.39076805114746094,0.3857612609863281,0.39124488830566406,0.6327629089355469,0.4296302795410156,0.39577484130859375,0.39696693420410156 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,True,0.492095947265625,0.4730224609375,0.4703998565673828,0.4665851593017578,0.4658699035644531,0.4673004150390625,0.4634857177734375,0.4940032958984375,0.48422813415527344,0.47659873962402344,0.24127960205078125,0.2429485321044922,0.23674964904785156,0.23698806762695312,0.23818016052246094,0.2384185791015625,0.23818016052246094,0.23484230041503906,0.2384185791015625,0.23603439331054688 +"(37500, 25000)",0.5,37500,25000,gpu,homo,float,False,0.8206367492675781,0.6153583526611328,0.5543231964111328,0.5536079406738281,0.5309581756591797,0.5137920379638672,0.49757957458496094,0.4944801330566406,0.49877166748046875,0.5061626434326172,0.42891502380371094,0.3910064697265625,0.3933906555175781,0.39005279541015625,0.3993511199951172,0.3974437713623047,0.3914833068847656,0.39124488830566406,0.3952980041503906,0.38909912109375 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,True,0.2868175506591797,0.2856254577636719,0.2841949462890625,0.2827644348144531,0.2758502960205078,0.2796649932861328,0.29349327087402344,0.28443336486816406,0.2830028533935547,0.2949237823486328,0.2231597900390625,0.22292137145996094,0.22292137145996094,0.22149085998535156,0.21982192993164062,0.22149085998535156,0.22172927856445312,0.22363662719726562,0.2536773681640625,0.31280517578125 +"(37500, 25000)",0.5,37500,25000,gpu,heter,bool,False,0.6818771362304688,0.67901611328125,0.6732940673828125,0.6844997406005859,0.6697177886962891,0.6687641143798828,0.6847381591796875,0.6873607635498047,0.6725788116455078,0.6704330444335938,0.7250308990478516,0.7212162017822266,0.7236003875732422,0.7889270782470703,0.7920265197753906,0.7107257843017578,0.6911754608154297,0.7016658782958984,0.6976127624511719,0.7748603820800781 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,True,0.28061866760253906,0.274658203125,0.26607513427734375,0.2601146697998047,0.26297569274902344,0.26345252990722656,0.2624988555908203,0.2605915069580078,0.2624988555908203,0.26726722717285156,0.2918243408203125,0.2868175506591797,0.2880096435546875,0.2875328063964844,0.28634071350097656,0.5419254302978516,0.3523826599121094,0.35190582275390625,0.2396106719970703,0.22673606872558594 +"(37500, 25000)",0.5,37500,25000,gpu,heter,float,False,0.7112026214599609,0.7092952728271484,0.9663105010986328,0.7414817810058594,0.728607177734375,0.7081031799316406,0.7076263427734375,0.7069110870361328,0.7112026214599609,0.7064342498779297,0.8411407470703125,1.0106563568115234,0.7803440093994141,0.7710456848144531,0.7524490356445312,0.8084774017333984,0.7767677307128906,0.7319450378417969,0.7293224334716797,0.7140636444091797 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,True,0.3273487091064453,0.3337860107421875,0.3294944763183594,0.33926963806152344,0.3261566162109375,0.32830238342285156,0.34046173095703125,0.3256797790527344,0.3275871276855469,0.3228187561035156,0.3631114959716797,0.39076805114746094,0.3027915954589844,0.2853870391845703,0.2772808074951172,0.27370452880859375,0.2715587615966797,0.27489662170410156,0.29277801513671875,0.293731689453125 +"(37500, 37500)",0.5,37500,37500,gpu,homo,bool,False,0.8480548858642578,0.6234645843505859,0.5786418914794922,0.5767345428466797,0.5767345428466797,0.5757808685302734,0.5686283111572266,0.5631446838378906,0.5645751953125,0.5667209625244141,0.5412101745605469,0.5490779876708984,0.5559921264648438,0.5381107330322266,0.5362033843994141,0.5512237548828125,0.5197525024414062,0.5116462707519531,0.5145072937011719,0.5190372467041016 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,True,0.35309791564941406,0.3571510314941406,0.3466606140136719,0.3459453582763672,0.3528594970703125,0.3383159637451172,0.34499168395996094,0.3428459167480469,0.34356117248535156,0.33545494079589844,0.3535747528076172,0.324249267578125,0.3342628479003906,0.568389892578125,0.35834312438964844,0.3457069396972656,0.324249267578125,0.3273487091064453,0.32329559326171875,0.324249267578125 +"(37500, 37500)",0.5,37500,37500,gpu,homo,float,False,1.0361671447753906,1.0404586791992188,1.0156631469726562,1.0068416595458984,0.9984970092773438,1.0056495666503906,1.0056495666503906,1.001596450805664,1.001119613647461,1.0085105895996094,0.9615421295166016,0.9319782257080078,0.9768009185791016,0.9372234344482422,0.9105205535888672,0.9050369262695312,0.9183883666992188,0.9019374847412109,0.9028911590576172,0.9002685546875 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,True,0.3199577331542969,0.3192424774169922,0.3147125244140625,0.3180503845214844,0.3190040588378906,0.3361701965332031,0.3566741943359375,0.32210350036621094,0.33783912658691406,0.32639503479003906,0.2849102020263672,0.5772113800048828,0.39196014404296875,0.28061866760253906,0.2810955047607422,0.2818107604980469,0.2772808074951172,0.2770423889160156,0.27823448181152344,0.2906322479248047 +"(37500, 37500)",0.5,37500,37500,gpu,heter,bool,False,0.9739398956298828,0.9825229644775391,0.9794235229492188,0.9717941284179688,1.2135505676269531,1.0135173797607422,0.980377197265625,0.9777545928955078,0.9717941284179688,0.9746551513671875,1.0266304016113281,0.9119510650634766,0.9121894836425781,0.9264945983886719,0.9198188781738281,1.230478286743164,1.0116100311279297,0.9069442749023438,0.9100437164306641,0.9131431579589844 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,True,0.3345012664794922,0.33020973205566406,0.3275871276855469,0.3120899200439453,0.3237724304199219,0.3228187561035156,0.3161430358886719,0.31280517578125,0.3185272216796875,0.31447410583496094,0.36072731018066406,0.33283233642578125,0.3292560577392578,0.6670951843261719,0.3650188446044922,0.3540515899658203,0.3533363342285156,0.3516674041748047,0.3533363342285156,0.35119056701660156 +"(37500, 37500)",0.5,37500,37500,gpu,heter,float,False,1.065969467163086,1.0669231414794922,1.0678768157958984,1.0669231414794922,1.062631607055664,1.0635852813720703,1.064300537109375,1.0645389556884766,1.3954639434814453,1.0690689086914062,1.1115074157714844,1.0905265808105469,1.4383792877197266,1.0752677917480469,1.0671615600585938,1.0533332824707031,1.0459423065185547,1.0471343994140625,1.0762214660644531,1.0573863983154297 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,True,0.40841102600097656,0.39768218994140625,0.3833770751953125,0.39005279541015625,0.40459632873535156,0.3921985626220703,0.4019737243652344,0.40650367736816406,0.39315223693847656,0.6563663482666016,0.34046173095703125,0.33545494079589844,0.3337860107421875,0.33354759216308594,0.33402442932128906,0.335693359375,0.3325939178466797,0.33354759216308594,0.3407001495361328,0.34046173095703125 +"(37500, 50000)",0.5,37500,50000,gpu,homo,bool,False,0.7839202880859375,0.713348388671875,0.7059574127197266,0.6978511810302734,0.6985664367675781,0.6968975067138672,0.6995201110839844,0.6964206695556641,0.7476806640625,1.2989044189453125,0.7781982421875,0.7824897766113281,0.7300376892089844,0.7026195526123047,0.7419586181640625,0.8947849273681641,0.7841587066650391,0.7791519165039062,0.7450580596923828,0.7798671722412109 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,True,0.40078163146972656,0.40650367736816406,0.3933906555175781,0.3986358642578125,0.3864765167236328,0.37980079650878906,0.38933753967285156,0.41222572326660156,0.39315223693847656,0.38743019104003906,0.362396240234375,0.36215782165527344,0.35834312438964844,0.3933906555175781,0.3597736358642578,0.3540515899658203,0.3485679626464844,0.3485679626464844,0.34618377685546875,0.34880638122558594 +"(37500, 50000)",0.5,37500,50000,gpu,homo,float,False,1.6274452209472656,1.5676021575927734,1.6083717346191406,1.5611648559570312,1.592874526977539,1.583099365234375,1.5521049499511719,1.589059829711914,1.6884803771972656,1.4910697937011719,1.3959407806396484,1.3206005096435547,1.3058185577392578,1.3248920440673828,1.6245841979980469,1.3651847839355469,1.3358592987060547,1.2941360473632812,1.3675689697265625,1.394510269165039 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,True,0.4475116729736328,0.4208087921142578,0.4322528839111328,0.44417381286621094,0.7004737854003906,0.40793418884277344,0.4112720489501953,0.3941059112548828,0.39958953857421875,0.3886222839355469,0.3247261047363281,0.3247261047363281,0.3342628479003906,0.32901763916015625,0.32711029052734375,0.3273487091064453,0.3261566162109375,0.3230571746826172,0.3235340118408203,0.32329559326171875 +"(37500, 50000)",0.5,37500,50000,gpu,heter,bool,False,1.3344287872314453,1.2722015380859375,1.3508796691894531,1.3432502746582031,1.6295909881591797,1.363515853881836,1.3425350189208984,1.2631416320800781,1.2586116790771484,1.3344287872314453,1.256704330444336,1.2784004211425781,1.180410385131836,1.1887550354003906,1.287698745727539,1.1801719665527344,1.2826919555664062,1.2094974517822266,1.4824867248535156,1.2574195861816406 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,True,0.3829002380371094,0.3762245178222656,0.38361549377441406,0.40268898010253906,0.3933906555175781,0.3743171691894531,0.3826618194580078,0.3693103790283203,0.38623809814453125,0.38313865661621094,0.4379749298095703,0.4374980926513672,0.4439353942871094,0.4413127899169922,0.44083595275878906,0.43964385986328125,0.4372596740722656,0.43582916259765625,0.43511390686035156,0.43511390686035156 +"(37500, 50000)",0.5,37500,50000,gpu,heter,float,False,1.5556812286376953,1.5592575073242188,1.4939308166503906,1.5604496002197266,1.567840576171875,1.4965534210205078,1.5544891357421875,1.4903545379638672,1.7924308776855469,1.5377998352050781,1.6050338745117188,1.5904903411865234,1.6155242919921875,1.5869140625,1.5339851379394531,1.5635490417480469,1.5323162078857422,1.5745162963867188,1.5201568603515625,1.76239013671875 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,True,0.171661376953125,0.18334388732910156,0.1747608184814453,0.16999244689941406,0.16641616821289062,0.16570091247558594,0.16498565673828125,0.1652240753173828,0.1652240753173828,0.16427040100097656,0.17976760864257812,0.1647472381591797,0.1475811004638672,0.14066696166992188,0.14162063598632812,0.14328956604003906,0.141143798828125,0.1418590545654297,0.1461505889892578,0.1404285430908203 +"(50000, 1000)",0.5,50000,1000,gpu,homo,bool,False,0.29754638671875,0.25391578674316406,0.78582763671875,0.25916099548339844,0.24318695068359375,0.24747848510742188,0.2453327178955078,0.24080276489257812,0.24247169494628906,0.24366378784179688,0.1995563507080078,0.18525123596191406,0.18715858459472656,0.19502639770507812,0.1857280731201172,0.18358230590820312,0.1914501190185547,0.17452239990234375,0.17762184143066406,0.17595291137695312 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,True,0.2224445343017578,0.2186298370361328,0.2079010009765625,0.23365020751953125,0.24056434631347656,0.2262592315673828,0.24247169494628906,0.2243518829345703,0.22840499877929688,0.23365020751953125,0.12254714965820312,0.12254714965820312,0.12969970703125,0.12278556823730469,0.11491775512695312,0.11467933654785156,0.11444091796875,0.11467933654785156,0.11324882507324219,0.11396408081054688 +"(50000, 1000)",0.5,50000,1000,gpu,homo,float,False,0.2224445343017578,0.2186298370361328,0.2200603485107422,0.2143383026123047,0.21505355834960938,0.2162456512451172,0.21529197692871094,0.23174285888671875,0.22149085998535156,0.2155303955078125,0.15854835510253906,0.12183189392089844,0.11968612670898438,0.11992454528808594,0.11992454528808594,0.11801719665527344,0.11849403381347656,0.11777877807617188,0.12135505676269531,0.11897087097167969 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,True,0.18358230590820312,0.15974044799804688,0.14829635620117188,0.14662742614746094,0.14734268188476562,0.1456737518310547,0.1423358917236328,0.14138221740722656,0.14162063598632812,0.14209747314453125,0.18930435180664062,0.18858909606933594,0.1850128173828125,0.1819133758544922,0.18477439880371094,0.18358230590820312,0.1850128173828125,0.1862049102783203,0.1838207244873047,0.18358230590820312 +"(50000, 1000)",0.5,50000,1000,gpu,heter,bool,False,0.25773048400878906,0.2512931823730469,0.25153160095214844,0.2467632293701172,0.24390220642089844,0.24199485778808594,0.2384185791015625,0.24271011352539062,0.2410411834716797,0.24056434631347656,0.12731552124023438,0.12278556823730469,0.12350082397460938,0.12183189392089844,0.12183189392089844,0.12254714965820312,0.1220703125,0.12254714965820312,0.12278556823730469,0.1380443572998047 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,True,0.14710426330566406,0.14400482177734375,0.1518726348876953,0.1430511474609375,0.14162063598632812,0.13899803161621094,0.1385211944580078,0.14066696166992188,0.13899803161621094,0.13875961303710938,0.12731552124023438,0.12612342834472656,0.1220703125,0.12254714965820312,0.12230873107910156,0.12278556823730469,0.12254714965820312,0.12111663818359375,0.12159347534179688,0.12230873107910156 +"(50000, 1000)",0.5,50000,1000,gpu,heter,float,False,0.24747848510742188,0.24056434631347656,0.2532005310058594,0.24366378784179688,0.2396106719970703,0.23698806762695312,0.23484230041503906,0.23436546325683594,0.23818016052246094,0.23889541625976562,0.12493133544921875,0.12445449829101562,0.12373924255371094,0.1220703125,0.12493133544921875,0.1735687255859375,0.3802776336669922,0.2396106719970703,0.2186298370361328,0.3104209899902344 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,True,0.4532337188720703,0.41222572326660156,0.38909912109375,0.38313865661621094,0.3800392150878906,0.3745555877685547,0.38242340087890625,0.3809928894042969,0.39267539978027344,0.3838539123535156,0.23627281188964844,0.23126602172851562,0.2334117889404297,0.25773048400878906,0.23555755615234375,0.23126602172851562,0.22840499877929688,0.24509429931640625,0.2377033233642578,0.2288818359375 +"(50000, 2500)",0.5,50000,2500,gpu,homo,bool,False,0.244140625,0.2410411834716797,0.2396106719970703,0.23412704467773438,0.2353191375732422,0.2315044403076172,0.3185272216796875,0.2815723419189453,0.2841949462890625,0.2510547637939453,0.16999244689941406,0.16236305236816406,0.16379356384277344,0.1621246337890625,0.1628398895263672,0.1647472381591797,0.16307830810546875,0.1633167266845703,0.16188621520996094,0.17142295837402344 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,True,0.19216537475585938,0.17452239990234375,0.1704692840576172,0.16689300537109375,0.1652240753173828,0.16498565673828125,0.17714500427246094,0.16832351684570312,0.17118453979492188,0.1666545867919922,0.15211105346679688,0.14638900756835938,0.1862049102783203,0.1595020294189453,0.19550323486328125,0.15783309936523438,0.141143798828125,0.14591217041015625,0.3275871276855469,0.16045570373535156 +"(50000, 2500)",0.5,50000,2500,gpu,homo,float,False,0.2849102020263672,0.2760887145996094,0.2892017364501953,0.5319118499755859,0.2605915069580078,0.2677440643310547,0.2448558807373047,0.240325927734375,0.24080276489257812,0.24080276489257812,0.17261505126953125,0.16689300537109375,0.17333030700683594,0.1666545867919922,0.1709461212158203,0.1685619354248047,0.17642974853515625,0.16498565673828125,0.17118453979492188,0.16450881958007812 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,True,0.18405914306640625,0.18167495727539062,0.1881122589111328,0.18167495727539062,0.1800060272216797,0.17404556274414062,0.1742839813232422,0.17523765563964844,0.1742839813232422,0.17452239990234375,0.14281272888183594,0.12755393981933594,0.13113021850585938,0.12803077697753906,0.125885009765625,0.12540817260742188,0.12445449829101562,0.1239776611328125,0.125885009765625,0.12373924255371094 +"(50000, 2500)",0.5,50000,2500,gpu,heter,bool,False,0.2868175506591797,0.27680397033691406,0.2732276916503906,0.27179718017578125,0.2770423889160156,0.27370452880859375,0.26988983154296875,0.2696514129638672,0.2696514129638672,0.2675056457519531,0.15735626220703125,0.15616416931152344,0.15997886657714844,0.1590251922607422,0.15735626220703125,0.1575946807861328,0.156402587890625,0.15664100646972656,0.1575946807861328,0.15854835510253906 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,True,0.14829635620117188,0.148773193359375,0.14710426330566406,0.14591217041015625,0.14519691467285156,0.14638900756835938,0.1468658447265625,0.14543533325195312,0.1461505889892578,0.14638900756835938,0.148773193359375,0.14591217041015625,0.1468658447265625,0.14519691467285156,0.1461505889892578,0.14734268188476562,0.14495849609375,0.1499652862548828,0.14734268188476562,0.14495849609375 +"(50000, 2500)",0.5,50000,2500,gpu,heter,float,False,0.24271011352539062,0.2646446228027344,0.27108192443847656,0.24461746215820312,0.23865699768066406,0.23865699768066406,0.2410411834716797,0.2377033233642578,0.23412704467773438,0.23436546325683594,0.17213821411132812,0.17142295837402344,0.17023086547851562,0.17070770263671875,0.17023086547851562,0.17070770263671875,0.17070770263671875,0.16999244689941406,0.21266937255859375,0.1938343048095703 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,True,0.21696090698242188,0.20122528076171875,0.20384788513183594,0.19502639770507812,0.19931793212890625,0.19669532775878906,0.20003318786621094,0.19431114196777344,0.19788742065429688,0.19359588623046875,0.17762184143066406,0.19121170043945312,0.15473365783691406,0.15115737915039062,0.15020370483398438,0.152587890625,0.14925003051757812,0.14925003051757812,0.15163421630859375,0.1499652862548828 +"(50000, 5000)",0.5,50000,5000,gpu,homo,bool,False,0.2582073211669922,0.2548694610595703,0.2570152282714844,0.255584716796875,0.24890899658203125,0.2529621124267578,0.2510547637939453,0.2522468566894531,0.2593994140625,0.2560615539550781,0.28252601623535156,0.27751922607421875,0.2779960632324219,0.2770423889160156,0.2961158752441406,0.2849102020263672,0.278472900390625,0.2753734588623047,0.27561187744140625,0.2644062042236328 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,True,0.1983642578125,0.19431114196777344,0.1957416534423828,0.19288063049316406,0.18930435180664062,0.19216537475585938,0.19097328186035156,0.18978118896484375,0.1926422119140625,0.20694732666015625,0.27298927307128906,0.2532005310058594,0.2503395080566406,0.2503395080566406,0.24890899658203125,0.2739429473876953,0.2694129943847656,0.24962425231933594,0.2601146697998047,0.2593994140625 +"(50000, 5000)",0.5,50000,5000,gpu,homo,float,False,0.48923492431640625,0.47397613525390625,0.47516822814941406,0.4684925079345703,0.45871734619140625,0.4703998565673828,0.47659873962402344,0.4551410675048828,0.45180320739746094,0.44798851013183594,0.1983642578125,0.19121170043945312,0.19049644470214844,0.19216537475585938,0.1888275146484375,0.19049644470214844,0.19407272338867188,0.18787384033203125,0.18715858459472656,0.186920166015625 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,True,0.179290771484375,0.1761913299560547,0.17571449279785156,0.17309188842773438,0.17833709716796875,0.17833709716796875,0.1728534698486328,0.17142295837402344,0.1823902130126953,0.17452239990234375,0.22125244140625,0.21910667419433594,0.21719932556152344,0.21576881408691406,0.2460479736328125,0.2181529998779297,0.2148151397705078,0.21266937255859375,0.21147727966308594,0.21409988403320312 +"(50000, 5000)",0.5,50000,5000,gpu,heter,bool,False,0.42247772216796875,0.3268718719482422,0.3032684326171875,0.6337165832519531,0.3180503845214844,0.30112266540527344,0.3020763397216797,0.2942085266113281,0.293731689453125,0.29587745666503906,0.25963783264160156,0.2579689025878906,0.25582313537597656,0.25534629821777344,0.2574920654296875,0.25463104248046875,0.255584716796875,0.2562999725341797,0.2605915069580078,0.2589225769042969 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,True,0.18596649169921875,0.18167495727539062,0.18358230590820312,0.1804828643798828,0.1785755157470703,0.17952919006347656,0.17714500427246094,0.17762184143066406,0.17786026000976562,0.17881393432617188,0.1347064971923828,0.14019012451171875,0.13685226440429688,0.13566017150878906,0.13375282287597656,0.1323223114013672,0.1442432403564453,0.13947486877441406,0.13375282287597656,0.13375282287597656 +"(50000, 5000)",0.5,50000,5000,gpu,heter,float,False,0.30231475830078125,0.2980232238769531,0.29158592224121094,0.2918243408203125,0.28634071350097656,0.2853870391845703,0.2906322479248047,0.29087066650390625,0.2865791320800781,0.28967857360839844,0.23508071899414062,0.23174285888671875,0.23365020751953125,0.23174285888671875,0.2300739288330078,0.23293495178222656,0.23317337036132812,0.23126602172851562,0.23293495178222656,0.2334117889404297 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,True,0.244140625,0.2510547637939453,0.23174285888671875,0.23984909057617188,0.34809112548828125,0.22935867309570312,0.24271011352539062,0.24747848510742188,0.23698806762695312,0.2739429473876953,0.3097057342529297,0.3905296325683594,0.36025047302246094,0.30112266540527344,0.2899169921875,0.29730796813964844,0.2963542938232422,0.2911090850830078,0.2923011779785156,0.29015541076660156 +"(50000, 10000)",0.5,50000,10000,gpu,homo,bool,False,0.3399848937988281,0.32210350036621094,0.3151893615722656,0.31828880310058594,0.3170967102050781,0.3192424774169922,0.32830238342285156,0.31757354736328125,0.3178119659423828,0.35881996154785156,0.3743171691894531,0.3719329833984375,0.3726482391357422,0.37860870361328125,0.3757476806640625,0.37217140197753906,0.3712177276611328,0.37097930908203125,0.3688335418701172,0.3681182861328125 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,True,0.2524852752685547,0.23555755615234375,0.4894733428955078,0.8158683776855469,0.23365020751953125,0.2338886260986328,0.22649765014648438,0.22792816162109375,0.2415180206298828,0.24390220642089844,0.21958351135253906,0.2143383026123047,0.21576881408691406,0.21338462829589844,0.2117156982421875,0.21266937255859375,0.21338462829589844,0.2129077911376953,0.21505355834960938,0.2129077911376953 +"(50000, 10000)",0.5,50000,10000,gpu,homo,float,False,0.3409385681152344,0.33545494079589844,0.3342628479003906,0.3323554992675781,0.3306865692138672,0.3306865692138672,0.3285408020019531,0.3311634063720703,0.335693359375,0.32806396484375,0.2875328063964844,0.30231475830078125,0.26297569274902344,0.25725364685058594,0.2601146697998047,0.2620220184326172,0.2620220184326172,0.26702880859375,0.2651214599609375,0.2574920654296875 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,True,0.21028518676757812,0.20837783813476562,0.20885467529296875,0.20456314086914062,0.20241737365722656,0.2079010009765625,0.20599365234375,0.2052783966064453,0.20456314086914062,0.1995563507080078,0.26345252990722656,0.2601146697998047,0.26607513427734375,0.2694129943847656,0.26035308837890625,0.26154518127441406,0.25582313537597656,0.25773048400878906,0.25916099548339844,0.25844573974609375 +"(50000, 10000)",0.5,50000,10000,gpu,heter,bool,False,0.7774829864501953,0.7054805755615234,0.7197856903076172,0.46539306640625,0.41937828063964844,0.41675567626953125,0.4153251647949219,0.41222572326660156,0.4143714904785156,0.4127025604248047,0.4830360412597656,0.4849433898925781,0.4878044128417969,0.48995018005371094,0.48160552978515625,0.4839897155761719,0.47969818115234375,0.5121231079101562,0.7574558258056641,0.49948692321777344 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,True,0.2143383026123047,0.21147727966308594,0.20551681518554688,0.2067089080810547,0.20647048950195312,0.20575523376464844,0.20551681518554688,0.2071857452392578,0.2048015594482422,0.21266937255859375,0.18310546875,0.18286705017089844,0.1811981201171875,0.18215179443359375,0.18167495727539062,0.18930435180664062,0.1926422119140625,0.1842975616455078,0.186920166015625,0.18596649169921875 +"(50000, 10000)",0.5,50000,10000,gpu,heter,float,False,0.42939186096191406,0.42748451232910156,0.4298686981201172,0.4284381866455078,0.43082237243652344,0.42700767517089844,0.42438507080078125,0.4241466522216797,0.4470348358154297,0.751495361328125,0.4553794860839844,0.45228004455566406,0.4603862762451172,0.4546642303466797,0.4508495330810547,0.44727325439453125,0.4477500915527344,0.4494190216064453,0.45180320739746094,0.45013427734375 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,True,0.3440380096435547,0.33783912658691406,0.3147125244140625,0.31280517578125,0.3044605255126953,0.3046989440917969,0.308990478515625,0.3075599670410156,0.3058910369873047,0.3409385681152344,0.385284423828125,0.3707408905029297,0.41294097900390625,0.41866302490234375,0.37026405334472656,0.3657341003417969,0.3676414489746094,0.3719329833984375,0.3657341003417969,0.37026405334472656 +"(50000, 25000)",0.5,50000,25000,gpu,homo,bool,False,0.5352497100830078,0.5323886871337891,0.530242919921875,0.5316734313964844,0.5254745483398438,0.5273818969726562,0.5240440368652344,0.522613525390625,0.5319118499755859,0.5311965942382812,0.5152225494384766,0.5183219909667969,0.4985332489013672,0.5009174346923828,0.5056858062744141,0.5021095275878906,0.49376487731933594,0.4913806915283203,0.7379055023193359,0.5002021789550781 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,True,0.31280517578125,0.3101825714111328,0.30493736267089844,0.3097057342529297,0.3039836883544922,0.30112266540527344,0.3173351287841797,0.3113746643066406,0.301361083984375,0.30875205993652344,0.2913475036621094,0.2942085266113281,0.2925395965576172,0.2913475036621094,0.2903938293457031,0.2872943878173828,0.2887248992919922,0.2880096435546875,0.29540061950683594,0.29277801513671875 +"(50000, 25000)",0.5,50000,25000,gpu,homo,float,False,0.6296634674072266,0.6108283996582031,0.6086826324462891,0.5984306335449219,0.5884170532226562,0.5877017974853516,0.5931854248046875,0.591278076171875,0.6072521209716797,0.5905628204345703,0.5924701690673828,0.9253025054931641,0.6282329559326172,0.7905960083007812,0.7038116455078125,0.6055831909179688,0.5972385406494141,0.5815029144287109,0.5805492401123047,0.5974769592285156 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,True,0.2987384796142578,0.2961158752441406,0.2956390380859375,0.308990478515625,0.2944469451904297,0.29540061950683594,0.30350685119628906,0.3006458282470703,0.5390644073486328,0.3032684326171875,0.27441978454589844,0.2720355987548828,0.2727508544921875,0.2739429473876953,0.27179718017578125,0.2758502960205078,0.274658203125,0.27489662170410156,0.6444454193115234,0.29540061950683594 +"(50000, 25000)",0.5,50000,25000,gpu,heter,bool,False,0.8692741394042969,0.8649826049804688,0.8690357208251953,0.8656978607177734,0.8635520935058594,0.8559226989746094,0.8587837219238281,0.8633136749267578,0.8792877197265625,1.1687278747558594,0.9541511535644531,0.957489013671875,1.209259033203125,0.9462833404541016,0.9486675262451172,0.8826255798339844,0.9429454803466797,0.9551048278808594,0.9527206420898438,0.8747577667236328 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,True,0.3032684326171875,0.293731689453125,0.3056526184082031,0.2980232238769531,0.2951622009277344,0.2925395965576172,0.29468536376953125,0.3025531768798828,0.30350685119628906,0.29969215393066406,0.3635883331298828,0.6973743438720703,0.3561973571777344,0.35572052001953125,0.38504600524902344,0.3039836883544922,0.2849102020263672,0.2942085266113281,0.2841949462890625,0.27561187744140625 +"(50000, 25000)",0.5,50000,25000,gpu,heter,float,False,0.9100437164306641,0.9219646453857422,0.9207725524902344,0.9136199951171875,0.90789794921875,0.9121894836425781,0.9253025054931641,1.1265277862548828,0.9055137634277344,0.8955001831054688,0.8394718170166016,0.8482933044433594,0.8730888366699219,0.8330345153808594,0.8325576782226562,1.1906623840332031,0.8511543273925781,0.843048095703125,0.8387565612792969,0.8153915405273438 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,True,0.3859996795654297,0.3840923309326172,0.3883838653564453,0.3910064697265625,0.3781318664550781,0.3771781921386719,0.3764629364013672,0.3941059112548828,0.3857612609863281,0.39076805114746094,0.37026405334472656,0.36597251892089844,0.3883838653564453,0.3733634948730469,0.36525726318359375,0.36835670471191406,0.3681182861328125,0.3745555877685547,0.40078163146972656,0.3654956817626953 +"(50000, 37500)",0.5,50000,37500,gpu,homo,bool,False,0.7195472717285156,0.7038116455078125,0.6935596466064453,0.6909370422363281,0.6866455078125,0.6852149963378906,0.6875991821289062,0.6909370422363281,0.7579326629638672,0.9560585021972656,0.75531005859375,0.8974075317382812,0.736236572265625,0.8037090301513672,0.8385181427001953,0.7936954498291016,0.7321834564208984,0.7255077362060547,0.7979869842529297,0.7987022399902344 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,True,0.41794776916503906,0.38933753967285156,0.40221214294433594,0.39696693420410156,0.4029273986816406,0.38743019104003906,0.3991127014160156,0.40984153747558594,0.39887428283691406,0.4000663757324219,0.370025634765625,0.3647804260253906,0.36406517028808594,0.3597736358642578,0.36334991455078125,0.3705024719238281,0.36025047302246094,0.36334991455078125,0.3695487976074219,0.37384033203125 +"(50000, 37500)",0.5,50000,37500,gpu,homo,float,False,1.3852119445800781,1.4126300811767578,1.4052391052246094,1.3775825500488281,1.4011859893798828,1.397848129272461,1.3933181762695312,1.3191699981689453,1.3201236724853516,1.712799072265625,1.3003349304199219,1.4944076538085938,1.3604164123535156,1.3000965118408203,1.3408660888671875,1.2869834899902344,1.2688636779785156,1.279592514038086,1.3089179992675781,1.2345314025878906 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,True,0.3952980041503906,0.42366981506347656,0.4105567932128906,0.3914833068847656,0.3883838653564453,0.3936290740966797,0.3895759582519531,0.38623809814453125,0.39577484130859375,0.3972053527832031,0.39577484130859375,0.3991127014160156,0.4024505615234375,0.39267539978027344,0.39124488830566406,0.39696693420410156,0.4184246063232422,0.8032321929931641,0.4813671112060547,0.4048347473144531 +"(50000, 37500)",0.5,50000,37500,gpu,heter,bool,False,1.3375282287597656,1.331329345703125,1.2564659118652344,1.3234615325927734,1.329660415649414,1.2519359588623047,1.3568401336669922,1.6057491302490234,1.2543201446533203,1.3546943664550781,1.346588134765625,1.3322830200195312,1.3244152069091797,1.397848129272461,1.35040283203125,1.3206005096435547,1.3339519500732422,1.3289451599121094,1.3298988342285156,1.5158653259277344 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,True,0.3864765167236328,0.38933753967285156,0.38433074951171875,0.3960132598876953,0.3933906555175781,0.3914833068847656,0.38170814514160156,0.38933753967285156,0.3979206085205078,0.3879070281982422,0.36263465881347656,0.3612041473388672,0.36263465881347656,0.385284423828125,0.3657341003417969,0.3600120544433594,0.3604888916015625,0.36215782165527344,0.6926059722900391,0.4267692565917969 +"(50000, 37500)",0.5,50000,37500,gpu,heter,float,False,1.4796257019042969,1.4050006866455078,1.7402172088623047,1.4467239379882812,1.392364501953125,1.455545425415039,1.3892650604248047,1.4548301696777344,1.4531612396240234,1.4646053314208984,1.4073848724365234,1.337289810180664,1.4081001281738281,1.4269351959228516,1.3356208801269531,1.417398452758789,1.4023780822753906,1.3620853424072266,1.60980224609375,1.3759136199951172 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,True,0.5218982696533203,0.5173683166503906,0.850677490234375,0.5011558532714844,0.4782676696777344,0.5040168762207031,0.49591064453125,0.48422813415527344,0.4775524139404297,0.47206878662109375,0.5259513854980469,0.49376487731933594,0.4940032958984375,0.4894733428955078,0.48923492431640625,0.4916191101074219,0.48804283142089844,0.49591064453125,0.4935264587402344,0.48160552978515625 +"(50000, 50000)",0.5,50000,50000,gpu,homo,bool,False,0.9503364562988281,1.2340545654296875,0.9450912475585938,0.9167194366455078,0.9877681732177734,0.9868144989013672,0.9350776672363281,0.92315673828125,0.9083747863769531,0.8871555328369141,0.9582042694091797,1.0094642639160156,0.9708404541015625,0.9291172027587891,0.9210109710693359,0.9162425994873047,0.9112358093261719,0.9212493896484375,0.9393692016601562,1.0290145874023438 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,True,0.4944801330566406,0.5009174346923828,0.48804283142089844,0.48661231994628906,0.48351287841796875,0.4775524139404297,0.4773139953613281,0.49757957458496094,0.47326087951660156,0.4909038543701172,0.4725456237792969,0.7231235504150391,0.4932880401611328,0.45800209045410156,0.46324729919433594,0.4551410675048828,0.45871734619140625,0.4591941833496094,0.45871734619140625,0.4544258117675781 +"(50000, 50000)",0.5,50000,50000,gpu,homo,float,False,1.800537109375,1.7766952514648438,1.7650127410888672,1.9938945770263672,1.8007755279541016,1.8382072448730469,1.8310546875,1.7852783203125,1.8203258514404297,1.772165298461914,1.8203258514404297,1.8208026885986328,1.973867416381836,1.7507076263427734,1.781463623046875,1.7337799072265625,1.7151832580566406,1.7459392547607422,1.7592906951904297,1.7342567443847656 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,True,0.4699230194091797,0.48089027404785156,0.48351287841796875,0.6031990051269531,0.47087669372558594,0.4584789276123047,0.45299530029296875,0.461578369140625,0.4799365997314453,0.47087669372558594,0.4374980926513672,0.4334449768066406,0.43392181396484375,0.4317760467529297,0.42939186096191406,0.43487548828125,0.4329681396484375,0.43392181396484375,0.4622936248779297,0.8704662322998047 +"(50000, 50000)",0.5,50000,50000,gpu,heter,bool,False,1.8317699432373047,1.8429756164550781,1.9011497497558594,1.8315315246582031,2.048492431640625,1.760244369506836,1.7380714416503906,1.8644332885742188,1.7714500427246094,1.7349720001220703,1.619577407836914,1.619100570678711,1.5516281127929688,1.6210079193115234,1.615285873413086,1.6329288482666016,1.6674995422363281,1.5790462493896484,2.0558834075927734,1.5659332275390625 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,True,0.4897117614746094,0.48923492431640625,0.4878044128417969,0.4782676696777344,0.4813671112060547,0.4699230194091797,0.4811286926269531,0.4711151123046875,0.47659873962402344,0.4699230194091797,0.5011558532714844,0.49996376037597656,0.5042552947998047,0.5276203155517578,0.5233287811279297,0.8902549743652344,0.5104541778564453,0.5016326904296875,0.499725341796875,0.5028247833251953 +"(50000, 50000)",0.5,50000,50000,gpu,heter,float,False,1.9931793212890625,1.93023681640625,1.9903182983398438,1.9545555114746094,1.9876956939697266,1.9392967224121094,1.9423961639404297,2.1784305572509766,1.9931793212890625,1.93023681640625,2.390623092651367,1.997232437133789,1.9779205322265625,1.9867420196533203,1.9881725311279297,1.99127197265625,2.0911693572998047,2.0134449005126953,2.2766590118408203,1.9996166229248047 diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/analysis cpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/analysis cpu.py new file mode 100644 index 0000000..2a30325 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/analysis cpu.py @@ -0,0 +1,70 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "jitconn event matvec/jitconn_event_matvec_cpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df +# Load the combined dataset + +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['type', 'transpose', 'outdim_parallel', 'bool_event', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(24, 22)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (_type, transpose, bool_event, outdim_parallel) in enumerate([(_t, t, b, o) for _t in avg_speedup_df['type'].unique() for t in avg_speedup_df['transpose'].unique() for b in avg_speedup_df['bool_event'].unique() for o in avg_speedup_df['outdim_parallel'].unique()]): + plt.subplot(6, 4, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['type'] == _type) & (avg_speedup_df['transpose'] == transpose) & (avg_speedup_df['bool_event'] == bool_event) & (avg_speedup_df['outdim_parallel'] == outdim_parallel)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'type: {_type}, transpose: {transpose}\n' + f'bool_event: {bool_event}, outdim_parallel: {outdim_parallel}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[CPU] jitconn event matvec taichi speedup over brainpylib\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('jitconn event matvec/jitconn_event_matvec_cpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/analysis gpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/analysis gpu.py new file mode 100644 index 0000000..826af44 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/analysis gpu.py @@ -0,0 +1,70 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "jitconn event matvec/jitconn_event_matvec_gpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df +# Load the combined dataset + +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['type', 'transpose', 'outdim_parallel', 'bool_event', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(24, 22)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (_type, transpose, bool_event, outdim_parallel) in enumerate([(_t, t, b, o) for _t in avg_speedup_df['type'].unique() for t in avg_speedup_df['transpose'].unique() for b in avg_speedup_df['bool_event'].unique() for o in avg_speedup_df['outdim_parallel'].unique()]): + plt.subplot(6, 4, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['type'] == _type) & (avg_speedup_df['transpose'] == transpose) & (avg_speedup_df['bool_event'] == bool_event) & (avg_speedup_df['outdim_parallel'] == outdim_parallel)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'type: {_type}, transpose: {transpose}\n' + f'bool_event: {bool_event}, outdim_parallel: {outdim_parallel}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[GPU] jitconn event matvec taichi speedup over brainpylib\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('jitconn event matvec/jitconn_event_matvec_gpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/barchart_cpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/barchart_cpu.py new file mode 100644 index 0000000..0b810f8 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/barchart_cpu.py @@ -0,0 +1,45 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv("jitconn event matvec/jitconn_event_matvec_cpu.csv") +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +plt.hist(combined_df['speedup'], bins=50) +plt.xlabel('Speedup') +plt.ylabel('Frequency') +plt.title('[CPU] jitconn event matvec taichi speedup over brainpylib' + '\n' + + 'speedup = (brainpylib time / taichi aot time) - 1') +plt.savefig('jitconn event matvec/jitconn_event_matvec_cpu_dist.png') + diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/barchart_gpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/barchart_gpu.py new file mode 100644 index 0000000..0515580 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/barchart_gpu.py @@ -0,0 +1,45 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv("jitconn event matvec/jitconn_event_matvec_gpu.csv") +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +plt.hist(combined_df['speedup'], bins=50) +plt.xlabel('Speedup') +plt.ylabel('Frequency') +plt.title('[GPU] jitconn event matvec taichi speedup over brainpylib' + '\n' + + 'speedup = (brainpylib time / taichi aot time) - 1') +plt.savefig('jitconn event matvec/jitconn_event_matvec_gpu_dist.png') + diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/jitconn_event_matvec_cpu.csv b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/jitconn_event_matvec_cpu.csv new file mode 100644 index 0000000..958ee7b --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/jitconn_event_matvec_cpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,cpu,homo,TRUE,FALSE,TRUE,0.160217285,0.243902206,0.301837921,0.175714493,0.252962112,0.179290771,0.207901001,0.194787979,0.245809555,0.204086304,0.35738945,0.382900238,0.390768051,0.390291214,0.39768219,0.41103363,0.402927399,0.407934189,0.390768051,0.390529633 +1000,1000,cpu,homo,TRUE,FALSE,FALSE,0.239610672,0.277519226,0.222444534,0.248908997,0.27680397,0.188350677,0.163793564,0.175714493,0.203371048,0.160932541,0.397205353,0.353097916,0.352144241,0.385761261,0.386476517,0.385284424,0.389814377,0.352859497,0.352621078,0.35238266 +1000,1000,cpu,homo,FALSE,FALSE,TRUE,0.231266022,0.203847885,0.154972076,0.195741653,0.168561935,0.185251236,0.173330307,0.165462494,0.110864639,0.164985657,0.390768051,0.389575958,0.389099121,0.371456146,0.356912613,0.35572052,0.356197357,0.35572052,0.373840332,0.395536423 +1000,1000,cpu,homo,FALSE,FALSE,FALSE,0.323057175,0.242233276,0.260829926,0.231266022,0.256061554,0.221967697,0.211715698,0.219345093,0.252246857,0.160455704,0.353813171,0.352621078,0.353574753,0.351667404,0.405550003,0.386953354,0.385761261,0.374317169,0.353097916,0.352621078 +1000,1000,cpu,uniform,TRUE,FALSE,TRUE,0.416517258,0.463962555,0.428915024,0.411748886,0.468254089,0.416517258,0.409126282,0.409841537,0.472784042,0.39935112,0.738382339,0.712156296,0.703573227,0.680923462,0.68116188,0.678777695,0.730037689,0.71310997,0.694990158,0.680446625 +1000,1000,cpu,uniform,TRUE,FALSE,FALSE,0.203371048,0.212669373,0.242710114,0.199556351,0.226974487,0.17786026,0.22482872,0.191450119,0.238895416,0.27179718,0.723838806,0.704526901,0.664234161,0.730514526,0.70476532,0.710248947,0.720739365,0.719070435,0.686645508,0.734090805 +1000,1000,cpu,uniform,FALSE,FALSE,TRUE,0.199794769,0.235795975,0.235795975,0.244617462,0.2617836,0.225305557,0.246524811,0.191688538,0.196456909,0.219106674,2.579689026,2.574443817,2.817869186,1.881599426,1.615285873,1.654863358,1.617193222,1.63602829,1.614332199,1.296281815 +1000,1000,cpu,uniform,FALSE,FALSE,FALSE,0.585794449,0.568389893,0.542402267,0.49161911,0.413179398,0.433206558,0.443935394,0.41270256,0.421047211,0.435590744,0.824928284,0.728130341,0.725746155,0.725507736,0.718832016,0.696182251,0.733613968,0.723361969,0.715255737,0.68116188 +1000,1000,cpu,normal,TRUE,FALSE,TRUE,0.435829163,0.417709351,0.324010849,0.408172607,0.300168991,0.387430191,0.294208527,0.395774841,0.360012054,0.40602684,1.27363205,1.380681992,1.391410828,1.469612122,1.415967941,1.415491104,1.40619278,1.373291016,1.289367676,1.394510269 +1000,1000,cpu,normal,TRUE,FALSE,FALSE,0.759601593,0.592708588,0.344991684,0.323534012,0.409126282,0.289201736,0.39935112,0.297307968,0.402212143,0.395298004,1.399993896,1.338243484,1.27863884,1.381635666,1.359939575,1.342773438,1.400232315,1.392841339,1.394987106,1.400947571 +1000,1000,cpu,normal,FALSE,FALSE,TRUE,0.306606293,0.323057175,0.388860703,0.393390656,0.404834747,0.410079956,0.306367874,0.411272049,0.32043457,0.429391861,1.417636871,1.364946365,1.305103302,1.38425827,1.27363205,1.33228302,1.393079758,1.356840134,1.308917999,1.369476318 +1000,1000,cpu,normal,FALSE,FALSE,FALSE,0.586032867,0.632286072,0.535488129,0.595092773,0.621318817,0.524044037,0.51856041,0.614881516,0.58889389,0.522613525,1.308441162,1.38092041,1.323461533,1.351594925,1.394987106,1.395940781,1.401185989,1.356840134,1.275777817,1.340150833 +1000,2500,cpu,homo,TRUE,FALSE,TRUE,0.342607498,0.267505646,0.233411789,0.251293182,0.2784729,0.275373459,0.314950943,0.309944153,0.279664993,0.355482101,2.007007599,2.00343132,1.881361008,1.350879669,1.334667206,1.333713531,1.329660416,1.327514648,1.365661621,1.333236694 +1000,2500,cpu,homo,TRUE,FALSE,FALSE,0.463485718,0.328302383,0.31208992,0.39100647,0.389814377,0.204801559,0.353097916,0.309228897,0.365018845,0.428438187,0.910997391,0.923871994,0.864267349,0.842809677,0.841379166,0.905513763,0.915527344,0.843048096,0.87594986,0.925064087 +1000,2500,cpu,homo,FALSE,FALSE,TRUE,0.450611115,0.387191772,0.436306,0.426530838,0.407457352,0.381708145,0.375270844,0.42963028,0.440359116,0.34570694,0.87761879,0.872135162,0.87428093,0.96821785,0.957012177,0.955343246,0.956296921,0.957489014,0.927686691,0.873327255 +1000,2500,cpu,homo,FALSE,FALSE,FALSE,0.512838364,0.467300415,0.474214554,0.438213348,0.419855118,0.481843948,0.467538834,0.416278839,0.446081161,0.47826767,2.157449722,2.133131027,2.141237259,1.642227173,1.420021057,1.399040222,1.400470734,1.413822174,1.417636871,1.427173615 +1000,2500,cpu,uniform,TRUE,FALSE,TRUE,0.417947769,0.485420227,0.389099121,0.264406204,0.485658646,0.411987305,0.485181808,0.525474548,0.378131866,0.380277634,1.685857773,1.697301865,1.737356186,2.669095993,4.883766174,6.158590317,5.965948105,4.452228546,3.854751587,5.402326584 +1000,2500,cpu,uniform,TRUE,FALSE,FALSE,0.36406517,0.289916992,0.418424606,0.375270844,0.478029251,0.366926193,0.426292419,0.293970108,0.302553177,0.284910202,1.687049866,1.718997955,1.680135727,1.725673676,1.729726791,1.734256744,1.718521118,1.686811447,1.657485962,1.685857773 +1000,2500,cpu,uniform,FALSE,FALSE,TRUE,0.461578369,0.483512878,0.402450562,0.43463707,0.481128693,0.615596771,0.771760941,0.565290451,0.67281723,0.617027283,4.068374634,4.064798355,3.112316132,2.595663071,2.595424652,2.606868744,1.901388168,1.771211624,1.773357391,1.768827438 +1000,2500,cpu,uniform,FALSE,FALSE,FALSE,0.442266464,0.486850739,0.428438187,0.477790833,0.430583954,0.409841537,0.44131279,0.422716141,0.474452972,0.431060791,1.605510712,1.642227173,1.663208008,1.574516296,1.690864563,1.712560654,2.303361893,1.736402512,1.750230789,1.663208008 +1000,2500,cpu,normal,TRUE,FALSE,TRUE,0.817298889,0.537872314,0.775098801,0.542640686,0.774621964,0.56552887,0.805854797,0.796556473,0.773191452,0.53358078,3.401517868,3.402471542,3.340482712,3.461122513,3.266811371,3.361701965,3.348588943,3.397226334,3.470182419,12.08758354 +1000,2500,cpu,normal,TRUE,FALSE,FALSE,0.549077988,0.790834427,0.565290451,0.792264938,0.758647919,0.5235672,0.795602798,0.761032104,0.539064407,0.812292099,3.701210022,3.705263138,3.518104553,3.408908844,3.312110901,3.409147263,3.427267075,3.392457962,3.391742706,3.415346146 +1000,2500,cpu,normal,FALSE,FALSE,TRUE,0.529050827,0.607252121,0.502347946,0.506162643,0.49328804,0.47659874,0.497817993,0.4966259,0.50163269,0.514745712,3.190517426,3.240346909,3.307580948,3.391265869,3.32403183,3.28874588,3.145217896,3.386735916,3.38602066,3.38602066 +1000,2500,cpu,normal,FALSE,FALSE,FALSE,0.483989716,0.499486923,0.518798828,0.739336014,0.814914703,0.699520111,0.76842308,0.686168671,0.708341599,0.734329224,3.34405899,3.438949585,3.279685974,3.295183182,3.341436386,3.33404541,3.389596939,3.162384033,3.190040588,3.323078156 +1000,5000,cpu,homo,TRUE,FALSE,TRUE,0.36740303,0.537157059,0.5402565,0.382423401,0.492095947,0.374555588,0.39100647,0.38766861,0.524997711,0.514030457,1.760005951,1.834392548,1.797676086,1.793861389,1.706838608,1.803874969,1.831531525,1.833200455,1.77359581,1.799345016 +1000,5000,cpu,homo,TRUE,FALSE,FALSE,0.352621078,0.565767288,0.445365906,0.452518463,0.440835953,0.437498093,0.425577164,0.545740128,0.557661057,0.426530838,1.753330231,1.784324646,1.663446426,1.818656921,1.828432083,1.819610596,1.817941666,1.840591431,1.683235168,1.736164093 +1000,5000,cpu,homo,FALSE,FALSE,TRUE,0.68116188,0.648498535,0.663757324,0.72479248,0.653743744,0.61583519,0.895023346,0.667095184,0.60915947,0.639200211,1.855373383,1.743078232,1.81555748,1.900196075,1.899719238,1.891613007,1.829624176,1.819849014,1.759529114,1.858711243 +1000,5000,cpu,homo,FALSE,FALSE,FALSE,0.611782074,0.622034073,0.581026077,0.57721138,0.593662262,0.596284866,0.564575195,0.543117523,0.686883926,0.694990158,2.009153366,1.737594604,1.844406128,1.825809479,1.820802689,1.876115799,1.829385757,1.883029938,1.885890961,1.875400543 +1000,5000,cpu,uniform,TRUE,FALSE,TRUE,0.463247299,0.661611557,0.625133514,0.60915947,0.619888306,0.611543655,0.623941422,0.611543655,0.81205368,0.866174698,3.347396851,3.289461136,3.255367279,3.196954727,3.27372551,3.340482712,3.311634064,3.263235092,3.216505051,3.229141235 +1000,5000,cpu,uniform,TRUE,FALSE,FALSE,0.510215759,0.768899918,0.83231926,0.835895538,0.735759735,0.519037247,0.489711761,0.621795654,0.622034073,0.612735748,3.262281418,3.153562546,3.323078156,3.353834152,3.309249878,3.368377686,3.205537796,3.211021423,3.344297409,3.32903862 +1000,5000,cpu,uniform,FALSE,FALSE,TRUE,0.614881516,0.611543655,0.562429428,0.566005707,0.592708588,0.642538071,0.61917305,0.607728958,0.57220459,0.57220459,3.28040123,3.168344498,3.171443939,3.164052963,3.257036209,3.312110901,3.207445145,3.191232681,3.185272217,3.291845322 +1000,5000,cpu,uniform,FALSE,FALSE,FALSE,0.536680222,0.524282455,0.582933426,0.531673431,0.50330162,0.576972961,0.49996376,0.529527664,0.52523613,0.520706177,3.387451172,3.206968307,3.299474716,3.273963928,3.240823746,3.390073776,3.240346909,3.171205521,3.230571747,3.194093704 +1000,5000,cpu,normal,TRUE,FALSE,TRUE,1.03354454,1.572132111,0.690460205,1.628160477,1.565933228,1.041650772,0.958681107,1.56712532,1.226902008,1.142263412,6.71005249,6.576299667,6.496906281,6.714582443,6.530046463,6.581544876,6.478309631,6.58416748,6.574630737,6.46853447 +1000,5000,cpu,normal,TRUE,FALSE,FALSE,1.036882401,1.579523087,1.387119293,1.481771469,1.501083374,1.074314117,1.528501511,1.502752304,1.023769379,1.042842865,6.745815277,6.732225418,6.573677063,6.748437881,6.539106369,6.747245789,6.745576859,6.518125534,6.687879562,6.569623947 +1000,5000,cpu,normal,FALSE,FALSE,TRUE,0.863075256,0.89764595,0.85568428,0.806331635,0.877857208,0.806808472,0.796556473,0.909566879,0.967025757,0.81205368,6.659269333,6.359577179,6.458282471,6.554365158,6.382465363,6.673574448,6.418228149,6.563425064,6.513595581,6.356716156 +1000,5000,cpu,normal,FALSE,FALSE,FALSE,0.602960587,0.656366348,0.613212585,0.778913498,0.891923904,0.771284103,0.678300858,0.5402565,0.555992126,0.589132309,6.508350372,6.487607956,6.649971008,6.587505341,6.505489349,6.634712219,6.508588791,6.709814072,6.505012512,6.467580795 +1000,10000,cpu,homo,TRUE,FALSE,TRUE,1.030683517,0.97489357,0.749826431,0.697612762,0.978469849,0.707387924,0.8289814,0.767469406,0.749588013,0.699043274,3.609657288,3.47161293,3.648519516,3.639221191,3.664255142,3.452777863,3.490924835,3.650665283,3.58080864,3.658056259 +1000,10000,cpu,homo,TRUE,FALSE,FALSE,0.776529312,0.506401062,0.670194626,0.62417984,0.906467438,0.980138779,0.550508499,0.898361206,0.940084457,0.460863113,3.529071808,3.571271896,3.499507904,3.425598145,3.519535065,3.606796265,3.622531891,3.394603729,3.452062607,3.576755524 +1000,10000,cpu,homo,FALSE,FALSE,TRUE,0.813484192,0.853300095,0.842571259,0.961065292,1.16610527,1.038551331,0.962018967,0.92792511,0.914335251,0.919103622,3.654003143,3.660678864,4.076480865,3.731489182,3.696918488,3.616809845,4.052877426,3.741025925,3.69310379,3.620386124 +1000,10000,cpu,homo,FALSE,FALSE,FALSE,0.881671906,0.87928772,0.835180283,0.861167908,0.861644745,0.866174698,0.904798508,0.824451447,0.89931488,0.853300095,3.577709198,3.561258316,3.656864166,3.696680069,3.552913666,3.550052643,3.51023674,3.750801086,3.756284714,3.759860992 +1000,10000,cpu,uniform,TRUE,FALSE,TRUE,1.098632813,0.774860382,1.154661179,1.248598099,1.143693924,1.140117645,0.842094421,1.200199127,1.166820526,0.856637955,6.47854805,6.396532059,6.565093994,6.384134293,6.431818008,6.557226181,6.313085556,6.468296051,6.452083588,6.327629089 +1000,10000,cpu,uniform,TRUE,FALSE,FALSE,1.103401184,0.831842422,1.176118851,0.807523727,1.127243042,0.852823257,1.124382019,0.87428093,1.103401184,0.879049301,6.440877914,9.089946747,6.370782852,6.511449814,6.366729736,6.371974945,6.528377533,6.312847137,6.342172623,6.314516068 +1000,10000,cpu,uniform,FALSE,FALSE,TRUE,0.888824463,0.867128372,0.862360001,0.872612,0.781297684,0.867128372,0.839471817,0.830888748,0.944137573,0.89430809,6.443023682,6.60610199,6.297111511,6.595849991,6.355762482,6.339550018,6.556510925,6.218194962,6.505012512,6.637573242 +1000,10000,cpu,uniform,FALSE,FALSE,FALSE,0.920057297,0.925540924,1.396656036,1.142978668,1.096248627,1.069307327,1.089096069,1.174688339,1.101255417,1.034259796,6.632804871,6.606817245,6.433963776,6.624937057,6.721019745,6.491184235,6.566047668,6.680011749,6.583690643,6.669998169 +1000,10000,cpu,normal,TRUE,FALSE,TRUE,2.994775772,2.817153931,1.806020737,2.784013748,2.790927887,2.831220627,2.892255783,1.844644547,2.996683121,2.111434937,12.88342476,13.04125786,12.98666,12.830019,12.97044754,12.90512085,13.1483078,39.83354568,17.17376709,13.13948631 +1000,10000,cpu,normal,TRUE,FALSE,FALSE,2.764701843,1.930713654,1.83057785,1.916646957,1.796960831,3.167629242,1.823663712,2.777338028,2.245187759,1.971483231,14.95289803,27.62651443,16.29328728,13.32068443,13.17811012,13.05890083,13.14949989,13.19599152,13.13114166,12.86220551 +1000,10000,cpu,normal,FALSE,FALSE,TRUE,1.14607811,1.108169556,1.09910965,1.153707504,1.107692719,1.116514206,1.179695129,1.230478287,1.169204712,1.122713089,12.57586479,12.90774345,12.95495033,12.93992996,12.83383369,13.12160492,13.1149292,12.82334328,12.84408569,12.90345192 +1000,10000,cpu,normal,FALSE,FALSE,FALSE,1.163721085,0.927686691,0.864982605,0.890493393,0.921726227,0.927448273,0.916719437,0.908613205,0.862836838,0.947237015,13.0033493,13.08870316,12.99571991,13.15808296,12.93945313,13.17954063,13.02194595,13.29684258,12.99071312,12.95280457 +1000,25000,cpu,homo,TRUE,FALSE,TRUE,1.656770706,2.321243286,1.490592957,2.202987671,2.452611923,2.407550812,2.367019653,1.885652542,1.580238342,1.689195633,8.746862411,8.958816528,8.75377655,9.048461914,8.718252182,8.95857811,8.386135101,9.369134903,8.79573822,8.84771347 +1000,25000,cpu,homo,TRUE,FALSE,FALSE,1.465559006,1.878976822,1.528263092,1.733064651,2.050161362,2.547740936,2.039432526,2.054452896,1.69968605,1.642227173,8.698940277,8.876800537,8.688688278,8.835554123,8.70347023,8.830547333,8.687257767,8.751392365,8.698701859,8.71348381 +1000,25000,cpu,homo,FALSE,FALSE,TRUE,1.890182495,1.777887344,1.776456833,1.791954041,1.885652542,1.486539841,1.418113708,1.454353333,1.425981522,1.410007477,9.095430374,9.256839752,9.034872055,9.241104126,9.09113884,9.281396866,9.255886078,9.179830551,9.196996689,9.204149246 +1000,25000,cpu,homo,FALSE,FALSE,FALSE,1.847505569,1.649856567,1.660823822,1.698493958,1.61075592,1.692771912,1.491785049,1.402139664,1.487493515,1.391410828,9.235620499,9.120225906,9.277105331,9.266614914,9.31930542,9.178161621,9.330511093,9.167432785,9.271383286,9.008646011 +1000,25000,cpu,uniform,TRUE,FALSE,TRUE,2.158641815,2.034187317,2.681732178,2.729654312,2.811193466,2.56896019,2.150058746,2.899885178,2.810955048,2.748966217,15.98596573,16.03960991,15.9971714,16.11924171,15.8572197,15.82241058,15.65885544,16.21580124,39.93034363,17.3125267 +1000,25000,cpu,uniform,TRUE,FALSE,FALSE,2.919435501,2.932071686,2.883672714,2.128601074,2.151250839,2.875328064,2.634048462,2.29883194,2.773761749,1.994609833,17.9605484,15.81764221,15.83051682,15.802145,15.7597065,15.80357552,15.71774483,15.89822769,15.95020294,15.85531235 +1000,25000,cpu,uniform,FALSE,FALSE,TRUE,1.664876938,1.60241127,1.635074615,1.669883728,1.603364944,1.686096191,1.440763474,1.451730728,1.61242485,1.565217972,15.99907875,15.77663422,15.88344574,15.83719254,15.8405304,15.99907875,15.88082314,16.27588272,16.14356041,16.36695862 +1000,25000,cpu,uniform,FALSE,FALSE,FALSE,1.920461655,2.004861832,1.82557106,2.015113831,1.700878143,1.622200012,1.738071442,1.807689667,1.710176468,1.768112183,16.06917381,16.21413231,16.22676849,16.11876488,16.18599892,16.19672775,16.15595818,16.34430885,16.39056206,16.2551403 +1000,25000,cpu,normal,TRUE,FALSE,TRUE,6.980419159,6.675004959,5.955934525,6.940603256,5.313158035,6.912708282,6.900548935,7.058143616,6.98018074,6.882667542,32.89079666,32.4587822,32.59348869,32.39607811,32.4318409,32.28259087,32.31883049,32.41920471,32.42564201,32.23109245 +1000,25000,cpu,normal,TRUE,FALSE,FALSE,6.022930145,4.474878311,7.014036179,6.951808929,6.931304932,7.01880455,6.97684288,7.357120514,6.366491318,6.989240646,32.32955933,59.22460556,32.43637085,32.38224983,32.41205215,32.08780289,32.30214119,32.96589851,32.27210045,32.52124786 +1000,25000,cpu,normal,FALSE,FALSE,TRUE,1.91283226,1.680612564,1.721143723,1.831054688,1.616001129,1.556396484,1.652479172,1.452684402,1.485347748,1.468658447,32.10020065,31.99577332,32.11379051,32.02843666,32.21487999,32.26256371,32.24802017,32.20438957,32.66382217,32.44519234 +1000,25000,cpu,normal,FALSE,FALSE,FALSE,1.856565475,1.729488373,1.889228821,1.583337784,1.616239548,1.488685608,1.571893692,1.46985054,1.701116562,1.54542923,32.32359886,32.44614601,32.40990639,32.05394745,32.02915192,32.07397461,32.13095665,31.98027611,31.87203407,31.8775177 +1000,37500,cpu,homo,TRUE,FALSE,TRUE,2.67291069,1.378059387,3.531932831,3.603696823,2.13932991,3.652334213,2.493858337,3.422737122,3.413438797,3.576040268,13.14640045,13.10610771,13.19980621,13.25535774,13.23485374,13.08369637,13.01527023,13.07606697,13.0906105,13.09370995 +1000,37500,cpu,homo,TRUE,FALSE,FALSE,2.920389175,2.026319504,2.967834473,2.215147018,2.593755722,2.325773239,2.332687378,2.312898636,2.797603607,2.197265625,12.9840374,12.86005974,13.05818558,13.03625107,12.93945313,12.91012764,13.14496994,12.96901703,12.96186447,13.00621033 +1000,37500,cpu,homo,FALSE,FALSE,TRUE,2.601146698,2.683401108,2.225637436,2.165079117,2.086877823,2.22325325,2.009153366,1.835346222,1.953601837,1.933574677,13.6244297,13.52095604,13.55791092,13.68904114,13.59033585,13.74554634,13.64016533,13.64302635,13.64016533,13.86141777 +1000,37500,cpu,homo,FALSE,FALSE,FALSE,2.282857895,2.384901047,2.31385231,2.348661423,2.147912979,1.940488815,1.973152161,2.105712891,2.023220062,1.890420914,13.75746727,13.74030113,13.5178566,13.78583908,13.55886459,13.63563538,13.71407509,13.73267174,13.60321045,13.50975037 +1000,37500,cpu,uniform,TRUE,FALSE,TRUE,2.879142761,4.205465317,2.784252167,3.996372223,2.817869186,4.3592453,3.91960144,3.975629807,4.418611526,3.407478333,23.78439903,23.9443779,23.89168739,23.94461632,42.71435738,23.98848534,23.94628525,23.53692055,23.75411987,23.78702164 +1000,37500,cpu,uniform,TRUE,FALSE,FALSE,2.976894379,4.306077957,3.516435623,2.70318985,3.811359406,4.242420197,4.394054413,4.20331955,4.368782043,4.488229752,23.48780632,43.76029968,23.47993851,23.64706993,23.51784706,23.58913422,23.71525764,23.44965935,23.68211746,23.43249321 +1000,37500,cpu,uniform,FALSE,FALSE,TRUE,2.882480621,2.311229706,2.394199371,2.373456955,2.191305161,2.086400986,1.952171326,2.047300339,1.962900162,2.05206871,23.99349213,24.11484718,23.74339104,23.91529083,23.91195297,23.77986908,23.94151688,23.70500565,23.99349213,23.72574806 +1000,37500,cpu,uniform,FALSE,FALSE,FALSE,2.576828003,2.276182175,2.529859543,2.378702164,2.162694931,2.048254013,2.025127411,2.109527588,1.913785934,1.892566681,24.25813675,24.15943146,24.05357361,24.05452728,24.22761917,24.05548096,23.89264107,24.30963516,24.23501015,24.30582047 +1000,37500,cpu,normal,TRUE,FALSE,TRUE,7.006645203,8.840799332,6.587266922,7.457733154,10.49637794,6.787776947,10.4701519,8.870124817,10.54978371,10.39099693,48.8152504,48.72083664,48.67625237,49.02768135,48.54631424,48.6805439,48.37226868,48.23565483,47.97554016,48.21777344 +1000,37500,cpu,normal,TRUE,FALSE,FALSE,8.226633072,7.752180099,6.592750549,7.158517838,7.937431335,6.749391556,6.628751755,10.39648056,10.07461548,8.498430252,48.86412621,48.51698875,48.86651039,48.95615578,48.76804352,48.70343208,48.36583138,48.17032814,48.38514328,75.25634766 +1000,37500,cpu,normal,FALSE,FALSE,TRUE,2.514600754,2.607345581,2.4766922,2.192497253,2.074956894,2.220630646,2.074956894,2.035856247,2.078771591,1.790523529,48.99263382,48.5355854,48.79689217,48.79283905,48.25687408,48.44856262,48.45738411,48.32386971,47.98793793,47.53112793 +1000,37500,cpu,normal,FALSE,FALSE,FALSE,2.67291069,2.636909485,2.469301224,2.207040787,2.299070358,2.355337143,2.258777618,1.871109009,2.059459686,1.847743988,48.6497879,49.40629005,48.60258102,48.59757423,48.49720001,48.44856262,48.53701591,48.28476906,48.41542244,48.05374146 +1000,50000,cpu,homo,TRUE,FALSE,TRUE,3.363609314,2.602100372,4.319906235,3.138780594,3.349781036,3.338575363,4.131793976,4.745960236,4.480600357,3.769159317,17.52519608,17.92263985,17.79270172,17.48132706,17.56978035,17.55356789,17.49920845,17.57693291,17.608881,17.43197441 +1000,50000,cpu,homo,TRUE,FALSE,FALSE,2.925872803,4.621744156,3.85427475,3.615617752,3.762483597,4.229784012,4.080533981,5.328893661,4.190683365,3.85928154,17.59552956,17.52400398,17.65036583,17.68422127,17.370224,17.35663414,17.65561104,17.46630669,17.48538017,17.42386818 +1000,50000,cpu,homo,FALSE,FALSE,TRUE,3.105401993,2.821922302,2.552509308,2.601146698,2.634763718,2.430915833,2.274990082,2.287149429,2.190589905,2.244949341,18.3198452,18.54419708,18.32032204,18.27430725,18.22590828,18.2390213,18.23163033,18.16749573,18.30840111,18.08929443 +1000,50000,cpu,homo,FALSE,FALSE,FALSE,2.902030945,3.03196907,2.975702286,2.500772476,2.42805481,2.645015717,2.422332764,2.459287643,2.236127853,2.340316772,18.46194267,18.30720901,18.80168915,18.64075661,18.59402657,18.42260361,18.52703094,18.49460602,18.46599579,18.72467995 +1000,50000,cpu,uniform,TRUE,FALSE,TRUE,5.550384521,5.404472351,5.927801132,5.716562271,5.723714828,5.832195282,5.781173706,5.805492401,5.88965416,5.811691284,31.68439865,31.7902565,31.71539307,31.44097328,31.71515465,31.40997887,31.49485588,71.91085815,52.52480507,32.35673904 +1000,50000,cpu,uniform,TRUE,FALSE,FALSE,3.647327423,3.701925278,5.472898483,4.606962204,4.721879959,5.338191986,5.512952805,5.818843842,5.818843842,5.832195282,31.38756752,31.22496605,31.1999321,31.1331749,31.13794327,31.17394447,30.97105026,49.89075661,31.20851517,31.24022484 +1000,50000,cpu,uniform,FALSE,FALSE,TRUE,2.815723419,3.010511398,2.481222153,2.388238907,2.427339554,2.272605896,2.456188202,2.313137054,2.217531204,2.357959747,32.31453896,32.29904175,32.0520401,32.03606606,32.25684166,32.37652779,32.27734566,31.88061714,31.93593025,31.76283836 +1000,50000,cpu,uniform,FALSE,FALSE,FALSE,2.959489822,3.045320511,2.810239792,2.716064453,2.462863922,2.449989319,2.389431,2.207994461,2.170562744,2.237558365,32.43994713,32.40418434,32.35936165,32.52577782,32.50384331,32.25255013,32.26089478,32.20748901,32.34243393,32.17744827 +1000,50000,cpu,normal,TRUE,FALSE,TRUE,11.96169853,13.35334778,11.36946678,8.745908737,8.759021759,6.53386116,13.09609413,9.244441986,10.30683517,13.10253143,86.52472496,64.93115425,64.75806236,64.97573853,65.1049614,65.07301331,65.84024429,64.92447853,64.52417374,64.55922127 +1000,50000,cpu,normal,TRUE,FALSE,FALSE,8.619070053,8.772134781,8.654356003,8.717298508,8.585691452,11.87610626,8.678436279,9.216308594,9.71865654,8.919477463,64.80360031,64.79668617,64.96405602,64.92304802,65.31500816,64.79716301,64.52035904,64.23783302,64.13292885,64.26930428 +1000,50000,cpu,normal,FALSE,FALSE,TRUE,3.241539001,2.768993378,2.66957283,3.278017044,2.739429474,2.247333527,2.365112305,2.353429794,2.377748489,2.036809921,64.96596336,64.57543373,64.19181824,64.05830383,64.03684616,64.37706947,63.97128105,63.8961792,64.46003914,64.12053108 +1000,50000,cpu,normal,FALSE,FALSE,FALSE,3.007888794,2.694129944,2.526044846,2.655744553,2.520084381,2.373456955,2.522945404,2.384185791,2.25186348,2.164840698,65.07301331,64.48197365,64.6750927,64.39256668,64.40615654,64.41283226,64.41712379,64.44883347,64.71848488,64.75281715 +2500,1000,cpu,homo,TRUE,FALSE,TRUE,0.556468964,0.408649445,0.527381897,0.370025635,0.540733337,0.397920609,0.460147858,0.411510468,0.410795212,0.398635864,0.918865204,0.871419907,0.873327255,0.964641571,0.952482224,0.870943069,0.872850418,0.906944275,0.956058502,0.905990601 +2500,1000,cpu,homo,TRUE,FALSE,FALSE,0.461578369,0.402927399,0.427246094,0.335693359,0.417232513,0.438213348,0.444173813,0.354766846,0.484228134,0.418424606,0.920295715,0.881910324,0.881433487,0.92959404,0.943422318,0.947475433,0.927209854,0.946998596,0.94294548,0.877857208 +2500,1000,cpu,homo,FALSE,FALSE,TRUE,0.30374527,0.236988068,0.258922577,0.318050385,0.239133835,0.297784805,0.292062759,0.307559967,0.22983551,0.315189362,0.928640366,0.927209854,0.871896744,0.916004181,0.928878784,0.914335251,0.928640366,0.905275345,0.928163528,0.866651535 +2500,1000,cpu,homo,FALSE,FALSE,FALSE,0.385522842,0.320911407,0.328302383,0.329732895,0.379323959,0.378847122,0.322818756,0.324249268,0.527143478,0.365972519,0.921726227,0.872135162,0.915050507,0.945329666,0.929355621,0.921010971,0.92124939,0.919103622,0.918865204,0.932693481 +2500,1000,cpu,uniform,TRUE,FALSE,TRUE,0.647544861,0.668287277,0.65279007,0.710010529,0.644207001,0.619649887,0.648260117,0.62417984,0.685453415,0.636577606,1.546859741,1.68466568,1.655340195,1.664161682,1.692056656,1.68800354,1.729249954,1.701116562,1.597642899,1.631975174 +2500,1000,cpu,uniform,TRUE,FALSE,FALSE,0.597238541,0.816583633,0.846147537,0.735998154,0.735044479,0.601530075,0.646591187,0.539302826,0.659227371,0.646114349,1.723527908,1.567602158,1.647233963,1.697301865,1.564741135,1.722812653,1.672029495,1.704216003,1.721858978,1.738548279 +2500,1000,cpu,uniform,FALSE,FALSE,TRUE,0.286102295,0.368833542,0.358104706,0.372886658,0.321865082,0.277996063,0.406503677,0.350952148,0.303983688,0.348329544,1.662015915,1.666784286,1.688480377,1.691579819,1.746416092,1.702070236,1.705408096,1.713752747,1.667261124,1.676082611 +2500,1000,cpu,uniform,FALSE,FALSE,FALSE,0.343322754,0.386476517,0.380992889,0.294446945,0.3926754,0.393629074,0.293016434,0.398159027,0.287294388,0.394105911,1.683712006,1.691102982,1.739263535,1.681804657,1.720190048,1.718759537,1.717090607,1.704454422,1.702547073,1.689910889 +2500,1000,cpu,normal,TRUE,FALSE,TRUE,0.476360321,0.474214554,0.49161911,0.496149063,0.466108322,0.491857529,0.48160553,0.470876694,0.461816788,0.494241714,3.388643265,3.390789032,3.331661224,3.38101387,3.273963928,3.384828568,3.349542618,3.312826157,3.383398056,3.321409225 +2500,1000,cpu,normal,TRUE,FALSE,FALSE,0.504732132,0.481367111,0.591754913,0.463485718,0.498533249,0.480175018,0.524520874,0.485181808,0.494241714,0.486373901,3.302335739,3.304004669,3.412008286,3.242492676,3.350019455,3.259420395,3.339529037,3.396511078,3.38768959,3.235578537 +2500,1000,cpu,normal,FALSE,FALSE,TRUE,0.520944595,0.556707382,0.787734985,0.776529312,0.543355942,0.781059265,0.783443451,0.527143478,0.756263733,0.542163849,3.55553627,3.551483154,3.38768959,3.348350525,3.455638885,3.418445587,3.408432007,3.37767601,3.324985504,3.381252289 +2500,1000,cpu,normal,FALSE,FALSE,FALSE,0.789403915,0.522851944,0.764369965,0.766038895,0.532627106,0.779867172,0.883817673,0.962495804,1.007556915,0.675678253,3.328561783,3.357887268,3.415584564,3.448486328,3.410577774,3.413915634,3.279447556,3.394842148,3.382921219,3.418684006 +2500,2500,cpu,homo,TRUE,FALSE,TRUE,0.638961792,0.562906265,0.625133514,0.596761703,0.741958618,0.514030457,0.551700592,0.561714172,0.663757324,0.586271286,3.421545029,3.425121307,2.649307251,6.210565567,7.281541824,6.341457367,4.527807236,4.477977753,3.009557724,3.025531769 +2500,2500,cpu,homo,TRUE,FALSE,FALSE,0.665903091,0.565290451,0.602245331,0.611066818,0.678539276,0.598192215,0.541687012,0.677108765,0.639200211,0.699520111,2.195596695,2.294778824,2.287626266,2.247095108,2.279043198,2.118587494,2.260684967,2.1443367,2.293348312,2.286911011 +2500,2500,cpu,homo,FALSE,FALSE,TRUE,0.887393951,0.591516495,0.766515732,0.653266907,0.834226608,0.686883926,0.808477402,0.637531281,0.807285309,0.770330429,2.30717659,2.334833145,2.268314362,2.276659012,2.304315567,2.311944962,2.289533615,2.245187759,2.309560776,2.279996872 +2500,2500,cpu,homo,FALSE,FALSE,FALSE,0.756978989,0.602006912,0.794649124,0.633716583,0.599622726,0.670909882,0.787973404,0.827789307,0.823497772,0.805854797,2.289772034,2.296924591,2.240419388,2.22659111,2.238512039,2.23326683,2.184152603,2.17294693,2.306222916,2.241134644 +2500,2500,cpu,uniform,TRUE,FALSE,TRUE,0.729084015,0.711202621,0.629425049,0.663518906,0.715255737,0.657081604,0.607252121,0.722646713,0.610113144,0.752687454,3.997325897,3.91459465,3.945112228,4.169464111,4.106760025,3.933429718,3.89289856,3.963470459,4.063606262,3.982305527 +2500,2500,cpu,uniform,TRUE,FALSE,FALSE,0.634670258,0.693559647,0.640392303,0.749349594,0.546693802,0.636816025,0.618696213,0.649929047,0.640869141,0.640153885,4.062414169,4.103422165,4.015207291,4.074335098,4.113197327,4.110097885,4.072666168,4.09412384,4.115819931,4.184961319 +2500,2500,cpu,uniform,FALSE,FALSE,TRUE,0.618457794,0.726938248,0.579357147,0.747680664,0.701665878,0.756502151,0.566005707,0.763177872,0.705957413,0.730991364,4.02545929,4.251718521,4.072666168,4.115819931,3.976345062,4.243373871,4.150629044,4.124641418,4.090547562,4.235267639 +2500,2500,cpu,uniform,FALSE,FALSE,FALSE,0.651597977,0.596046448,0.759363174,0.633716583,0.625371933,0.661611557,0.75006485,0.633716583,0.608682632,0.646114349,4.085063934,3.93986702,4.156589508,4.038095474,4.076242447,3.987073898,4.049301147,4.170656204,4.04715538,4.109859467 +2500,2500,cpu,normal,TRUE,FALSE,TRUE,0.829458237,0.893831253,0.884771347,0.807285309,0.98490715,0.864028931,0.919818878,0.910282135,0.943422318,0.913619995,8.351325989,8.100509644,8.296251297,8.233070374,8.260250092,8.280992508,8.341312408,8.083581924,8.316993713,8.22520256 +2500,2500,cpu,normal,TRUE,FALSE,FALSE,0.943183899,0.880479813,0.881433487,0.873565674,0.916719437,0.92458725,0.935792923,0.882387161,0.85735321,1.456975937,8.095741272,8.22019577,8.143663406,8.182525635,8.162021637,8.333206177,8.082151413,8.218765259,8.140325546,8.233070374 +2500,2500,cpu,normal,FALSE,FALSE,TRUE,0.93626976,0.943899155,0.948429108,0.955581665,0.887155533,0.94127655,0.927686691,0.994920731,0.908851624,0.904560089,8.097410202,8.384227753,8.114099503,8.31580162,8.118867874,8.224487305,8.19683075,8.187532425,8.152723312,8.140802383 +2500,2500,cpu,normal,FALSE,FALSE,FALSE,1.075267792,1.038312912,1.07383728,0.94628334,0.909328461,0.903606415,0.921726227,0.874519348,0.97322464,1.037597656,8.222341537,8.124113083,8.201599121,8.054494858,8.225440979,8.126497269,8.187055588,8.343696594,8.323907852,8.382320404 +2500,5000,cpu,homo,TRUE,FALSE,TRUE,0.951528549,0.912904739,0.76341629,1.072406769,0.686645508,0.776052475,1.051902771,0.790596008,1.024961472,0.830888748,4.533052444,4.375934601,4.333734512,4.357337952,4.580020905,4.32062149,4.326105118,4.390478134,4.546880722,4.295110703 +2500,5000,cpu,homo,TRUE,FALSE,FALSE,0.855922699,0.793218613,0.891447067,0.797510147,0.949859619,0.913381577,0.725984573,0.996351242,0.895738602,1.080036163,4.328489304,4.328250885,4.327535629,4.494190216,4.344701767,4.313707352,4.369497299,4.477262497,4.338502884,4.285097122 +2500,5000,cpu,homo,FALSE,FALSE,TRUE,0.920772552,0.97489357,1.026153564,0.888824463,0.844955444,0.817298889,1.037359238,0.926494598,0.804901123,0.906705856,4.65130806,4.491329193,4.456043243,4.61435318,4.526376724,4.427909851,4.454612732,4.573583603,4.375219345,4.441261292 +2500,5000,cpu,homo,FALSE,FALSE,FALSE,0.891447067,0.886917114,0.960588455,0.871181488,0.956773758,0.97990036,0.942707062,0.911474228,0.870704651,0.905990601,4.418373108,4.407644272,4.531860352,4.56738472,4.476308823,4.297494888,4.523515701,4.403591156,4.300117493,4.502296448 +2500,5000,cpu,uniform,TRUE,FALSE,TRUE,0.931739807,0.965356827,0.972509384,0.826835632,1.317024231,1.014709473,0.905513763,1.151561737,1.002550125,1.015901566,7.99536705,7.937431335,8.031845093,7.930278778,8.069515228,7.979631424,8.055925369,8.001327515,22.97115326,24.34301376 +2500,5000,cpu,uniform,TRUE,FALSE,FALSE,1.032590866,0.825643539,0.857114792,1.064538956,1.11246109,0.926971436,1.080989838,1.173973083,1.183748245,1.349925995,8.050918579,8.201122284,8.066177368,8.091688156,8.177280426,8.032798767,8.149862289,8.025169373,8.037567139,8.071422577 +2500,5000,cpu,uniform,FALSE,FALSE,TRUE,0.902175903,1.008987427,0.938892365,0.93960762,0.956058502,0.891685486,0.946998596,0.896453857,0.92625618,0.96821785,8.118391037,8.001804352,8.03732872,7.890224457,8.017063141,7.927417755,8.021831512,7.838487625,8.017063141,7.889986038 +2500,5000,cpu,uniform,FALSE,FALSE,FALSE,1.012086868,0.993490219,1.037120819,0.972509384,0.977993011,0.904083252,1.060247421,0.995874405,1.038312912,0.930547714,8.142471313,7.925987244,8.17656517,8.031606674,8.240699768,8.011817932,8.152723312,7.994651794,8.150815964,7.94672966 +2500,5000,cpu,normal,TRUE,FALSE,TRUE,1.587152481,1.582145691,1.576185226,1.722335815,2.733469009,1.729488373,1.809358597,1.677751541,1.739740372,1.732826233,16.26086235,16.31903648,16.28661156,16.36433601,16.23702049,16.289711,16.4206028,16.29662514,16.45064354,16.33644104 +2500,5000,cpu,normal,TRUE,FALSE,FALSE,1.709461212,1.607656479,1.700162888,1.629590988,1.909732819,1.514911652,1.43122673,1.865148544,1.833200455,1.403570175,16.47019386,16.22986794,16.24083519,16.23177528,16.23463631,16.17288589,16.28303528,16.3936615,16.31307602,16.15905762 +2500,5000,cpu,normal,FALSE,FALSE,TRUE,1.135587692,1.322984695,1.034736633,0.931739807,1.049757004,0.98991394,0.89430809,0.90265274,0.920057297,0.893592834,16.01099968,15.87629318,15.96879959,16.092062,16.02315903,16.15285873,16.27707481,16.19505882,16.13926888,16.27826691 +2500,5000,cpu,normal,FALSE,FALSE,FALSE,0.959396362,1.165151596,0.944137573,1.125812531,1.272678375,1.227140427,1.20306015,1.056909561,1.132726669,1.088619232,16.47520065,16.40081406,16.39842987,16.3667202,16.29042625,16.50571823,52.78778076,22.8331089,16.48306847,16.24894142 +2500,10000,cpu,homo,TRUE,FALSE,TRUE,1.247406006,1.323699951,1.780748367,1.332044601,1.59740448,1.503705978,1.15609169,1.466989517,1.583099365,1.534223557,8.561372757,8.846998215,8.767604828,9.284734726,8.747339249,8.753061295,8.623123169,8.714914322,8.793354034,8.831739426 +2500,10000,cpu,homo,TRUE,FALSE,FALSE,1.049518585,1.358747482,0.938653946,1.244306564,1.497983932,1.100301743,1.25670433,1.588582993,1.531362534,1.313209534,8.906602859,8.821487427,8.872747421,8.807182312,8.852005005,8.821964264,8.702039719,8.782625198,8.771896362,8.708953857 +2500,10000,cpu,homo,FALSE,FALSE,TRUE,1.443147659,1.352310181,1.297712326,1.312732697,1.296043396,1.275062561,1.36089325,1.443862915,1.475572586,1.121520996,8.952140808,8.734703064,8.859634399,8.898258209,9.001731873,8.875846863,8.879899979,8.91494751,8.914470673,8.849382401 +2500,10000,cpu,homo,FALSE,FALSE,FALSE,1.429796219,1.381874084,1.329421997,1.458644867,1.401424408,1.391410828,1.379728317,1.351118088,1.235485077,1.220941544,8.745193481,8.88466835,9.028196335,8.980512619,8.942842484,9.054899216,8.992433548,9.024381638,8.894681931,9.130001068 +2500,10000,cpu,uniform,TRUE,FALSE,TRUE,2.024650574,1.868963242,1.645803452,1.526355743,1.338243484,1.836061478,1.554965973,1.447677612,1.574993134,1.676082611,15.71178436,15.70510864,15.45906067,15.73467255,15.66696167,15.41256905,15.48171043,15.72465897,15.78831673,15.69366455 +2500,10000,cpu,uniform,TRUE,FALSE,FALSE,1.598119736,1.6310215,1.569747925,1.708269119,1.641988754,1.38258934,1.835346222,1.624584198,1.6040802,1.410484314,15.89822769,15.98763466,15.96570015,15.75660706,15.82884789,16.15142822,15.61594009,15.66171646,15.63382149,15.51866531 +2500,10000,cpu,uniform,FALSE,FALSE,TRUE,1.408815384,1.28030777,1.341104507,1.177072525,1.252412796,1.182556152,1.186132431,1.251220703,1.19638443,1.240968704,15.61522484,15.7623291,15.79284668,15.81525803,15.65480232,15.7225132,15.57898521,15.52176476,15.50078392,15.45929909 +2500,10000,cpu,uniform,FALSE,FALSE,FALSE,1.314163208,1.380205154,1.359462738,1.213550568,1.176595688,1.145362854,1.212835312,1.181602478,1.173496246,1.172065735,15.94996452,15.90561867,15.9778595,15.94924927,16.04652405,15.85698128,15.84649086,15.99645615,15.95306396,15.7058239 +2500,10000,cpu,normal,TRUE,FALSE,TRUE,3.232955933,3.200054169,3.107786179,3.190517426,3.160476685,2.968549728,2.995729446,2.85577774,4.349946976,3.104686737,32.1688652,32.0057869,31.99791908,32.03439713,32.29141235,32.15956688,32.03654289,32.20748901,32.14144707,32.06706047 +2500,10000,cpu,normal,TRUE,FALSE,FALSE,2.952098846,2.74848938,3.243207932,2.861976624,2.918243408,2.844333649,3.013849258,3.945350647,3.1914711,2.840518951,35.25972366,32.70626068,54.87370491,32.52959251,32.64284134,32.17220306,32.30643272,32.24205971,32.32955933,32.3984623 +2500,10000,cpu,normal,FALSE,FALSE,TRUE,1.714706421,1.792430878,1.645565033,1.730918884,1.64604187,1.575231552,1.462936401,1.476764679,1.502275467,1.424074173,32.40728378,32.57465363,32.43517876,32.40680695,32.44400024,32.41562843,32.80830383,32.77277946,32.44233131,32.33575821 +2500,10000,cpu,normal,FALSE,FALSE,FALSE,1.650094986,1.696109772,1.663684845,1.560688019,1.598119736,1.555919647,1.484155655,1.523971558,2.116680145,1.494884491,32.1996212,32.36961365,32.22298622,32.28116035,32.30214119,32.12428093,32.17864037,32.20558167,32.05609322,31.81004524 +2500,25000,cpu,homo,TRUE,FALSE,TRUE,2.804517746,2.506256104,3.345727921,3.322839737,3.551006317,2.419710159,3.249168396,2.269268036,2.399682999,2.827167511,22.02939987,22.27282524,22.1221447,21.97408676,22.15862274,22.22585678,22.15027809,22.1824646,22.21822739,22.01080322 +2500,25000,cpu,homo,TRUE,FALSE,FALSE,2.427816391,2.336025238,2.363204956,2.648353577,2.43639946,3.310203552,3.054141998,3.403186798,2.706766129,2.993822098,21.94166183,21.82173729,21.79026604,22.22657204,21.87013626,21.6562748,21.94356918,21.6255188,21.92807198,21.71993256 +2500,25000,cpu,homo,FALSE,FALSE,TRUE,2.642393112,2.653837204,2.556324005,2.602338791,2.239704132,2.269268036,2.045869827,2.17628479,2.040624619,1.850605011,22.47881889,22.34363556,22.36533165,22.3274231,22.63045311,22.3493576,22.23324776,22.66430855,22.20416069,22.26066589 +2500,25000,cpu,homo,FALSE,FALSE,FALSE,2.787590027,2.834796906,2.1443367,2.122402191,2.114534378,2.127170563,2.174139023,2.110242844,1.889944077,2.022027969,21.91877365,22.09830284,21.98052406,22.19772339,22.16148376,22.26495743,22.10307121,22.21012115,22.11332321,22.00198174 +2500,25000,cpu,uniform,TRUE,FALSE,TRUE,3.335952759,3.617048264,3.135442734,3.169298172,2.942085266,3.531455994,3.626346588,3.150939941,3.233194351,3.187417984,39.58034515,39.18790817,39.1254425,39.1459465,39.64972496,39.76774216,39.52336311,39.41869736,39.48497772,39.45040703 +2500,25000,cpu,uniform,TRUE,FALSE,FALSE,3.242254257,3.32069397,2.424001694,3.568172455,3.207206726,3.083467484,2.836227417,3.306627274,3.172636032,3.866195679,38.53201866,39.06536102,40.39311409,38.68484497,38.82908821,60.93621254,39.16358948,39.24393654,38.84315491,39.37649727 +2500,25000,cpu,uniform,FALSE,FALSE,TRUE,2.948522568,2.430677414,2.382278442,2.434968948,2.335071564,2.133369446,2.03704834,2.029180527,2.046823502,2.079725266,39.23892975,39.31689262,38.98024559,39.43109512,39.04247284,39.35813904,39.14475441,39.15905952,39.1163826,38.84291649 +2500,25000,cpu,uniform,FALSE,FALSE,FALSE,2.504348755,2.569198608,2.735376358,2.35247612,2.106189728,2.015590668,2.07734108,2.160549164,1.889705658,1.833200455,39.50095177,39.98756409,39.7875309,40.02928734,39.79706764,39.57176208,39.78967667,39.80398178,39.56127167,39.83926773 +2500,25000,cpu,normal,TRUE,FALSE,TRUE,7.071495056,7.59935379,7.172584534,7.695198059,7.095575333,6.747484207,9.929656982,7.503509521,7.133960724,6.829738617,80.30676842,80.27672768,81.58040047,81.36200905,80.83057404,80.6863308,80.28292656,80.61647415,80.11770248,79.89454269 +2500,25000,cpu,normal,TRUE,FALSE,FALSE,6.621360779,6.779670715,6.539344788,7.064819336,7.264137268,6.094932556,5.599975586,6.496667862,6.671905518,6.374835968,80.39999008,79.93578911,80.67059517,80.65581322,80.70611954,80.42645454,80.25884628,80.55853844,80.79338074,81.18367195 +2500,25000,cpu,normal,FALSE,FALSE,TRUE,2.9296875,3.083705902,2.986192703,2.424240112,2.547264099,2.359867096,2.418994904,2.338409424,2.070903778,2.068758011,80.07264137,80.45935631,81.23540878,80.85417747,80.57069778,80.73806763,80.23834229,80.86848259,80.85107803,80.73282242 +2500,25000,cpu,normal,FALSE,FALSE,FALSE,2.786159515,2.822160721,3.222703934,2.371788025,2.409219742,2.713918686,2.289533615,2.064943314,2.196073532,2.506732941,80.77311516,79.94127274,79.64205742,79.73575592,79.77318764,78.91774178,79.34808731,79.80370522,79.59389687,81.12549782 +2500,37500,cpu,homo,TRUE,FALSE,TRUE,4.002571106,4.058599472,3.751277924,3.924369812,3.878355026,4.417419434,3.747701645,4.506111145,4.180669785,4.470348358,32.94277191,32.89604187,32.70697594,32.63521194,32.57322311,33.10751915,32.78398514,32.60660172,32.6962471,32.74250031 +2500,37500,cpu,homo,TRUE,FALSE,FALSE,4.816293716,3.693819046,4.771232605,5.23519516,5.053281784,4.421234131,3.867864609,4.149198532,3.702878952,3.818750381,33.28704834,32.9349041,33.11276436,33.06984901,33.21886063,33.0748558,33.00499916,32.90081024,32.62996674,32.71174431 +2500,37500,cpu,homo,FALSE,FALSE,TRUE,3.516674042,2.958536148,3.087043762,3.231048584,2.775192261,2.770662308,2.734899521,2.799510956,2.691268921,2.454519272,33.52999687,33.38384628,33.55288506,33.81848335,33.98180008,33.57028961,33.45346451,33.62774849,33.3096981,33.56766701 +2500,37500,cpu,homo,FALSE,FALSE,FALSE,3.925323486,3.368139267,3.339529037,3.074407578,2.831220627,2.639532089,2.767086029,2.588272095,2.624988556,2.571344376,33.51259232,33.44321251,33.14566612,33.41841698,33.25533867,33.52999687,33.14304352,33.54978561,33.0953598,33.02884102 +2500,37500,cpu,uniform,TRUE,FALSE,TRUE,5.098819733,4.518508911,4.333496094,4.990577698,4.29058075,4.569768906,4.482984543,4.09579277,4.132986069,4.669427872,59.59606171,59.10301208,59.43512917,59.30542946,59.39483643,58.82692337,58.80188942,59.08679962,58.93421173,58.90727043 +2500,37500,cpu,uniform,TRUE,FALSE,FALSE,4.650354385,4.521608353,4.573822021,4.129171371,6.199359894,4.377841949,5.708694458,5.029201508,4.495859146,4.648208618,58.33625793,58.39252472,58.5000515,57.98101425,58.20536613,58.48693848,57.92498589,57.75475502,57.86991119,57.98268318 +2500,37500,cpu,uniform,FALSE,FALSE,TRUE,3.304958344,3.025054932,3.238916397,3.074645996,2.651453018,2.582550049,2.665281296,2.360343933,2.398967743,2.304077148,59.29398537,58.75849724,59.08942223,59.23604965,58.64500999,59.07797813,58.89630318,58.93397331,58.87722969,59.17739868 +2500,37500,cpu,uniform,FALSE,FALSE,FALSE,3.388166428,3.079414368,2.741098404,2.810239792,2.744197845,2.498149872,2.4933815,2.327203751,2.29549408,2.330541611,59.96775627,59.08179283,58.79330635,59.2546463,58.94303322,59.15927887,59.35621262,59.03506279,59.16929245,59.63015556 +2500,37500,cpu,normal,TRUE,FALSE,TRUE,9.632587433,10.2660656,9.202718735,9.425878525,12.20965385,9.377717972,10.3392601,10.14232635,10.09273529,9.861707687,120.7716465,120.4092503,120.0275421,158.4854126,120.729208,121.4430332,120.8014488,120.7637787,120.6614971,120.2261448 +2500,37500,cpu,normal,TRUE,FALSE,FALSE,9.726762772,10.3623867,8.940219879,9.387254715,9.023189545,9.605884552,10.40220261,9.843587875,10.62440872,8.902549744,120.6429005,120.4373837,121.6742992,160.7513428,120.7816601,120.2640533,119.822979,119.3089485,120.4314232,119.9457645 +2500,37500,cpu,normal,FALSE,FALSE,TRUE,4.068374634,3.840446472,3.497838974,3.208398819,3.462553024,3.341197968,3.336191177,2.768993378,2.790689468,2.91633606,120.5706596,120.3687191,122.1849918,121.5493679,121.2589741,120.6645966,120.3608513,120.0590134,120.2661991,120.5718517 +2500,37500,cpu,normal,FALSE,FALSE,FALSE,4.24861908,4.18138504,3.520727158,3.744602203,3.455638885,3.123521805,3.278017044,2.932071686,2.898931503,2.764463425,120.5296516,120.7075119,121.8287945,121.6566563,120.6996441,120.7346916,120.6793785,120.4066277,120.3181744,120.6245422 +2500,50000,cpu,homo,TRUE,FALSE,TRUE,4.887342453,4.367589951,6.062984467,4.777193069,5.568027496,4.816293716,4.888057709,5.702257156,4.743814468,5.074977875,43.69473457,43.93196106,43.40314865,43.76363754,43.7681675,43.57409477,43.65181923,43.47991943,44.24166679,43.98274422 +2500,50000,cpu,homo,TRUE,FALSE,FALSE,6.682157516,5.214929581,6.120681763,5.197048187,6.02555275,5.948543549,5.246162415,5.64455986,5.155324936,5.163669586,43.76482964,43.87378693,43.65491867,43.57218742,43.27964783,43.88427734,43.25151443,43.70713234,43.39647293,43.30611229 +2500,50000,cpu,homo,FALSE,FALSE,TRUE,4.061222076,3.952026367,3.541946411,3.595352173,3.559589386,3.179311752,3.251075745,3.232717514,3.204107285,3.269195557,44.25048828,44.86298561,44.83652115,45.05729675,44.72875595,44.39020157,44.52514648,44.32725906,44.77238655,44.49868202 +2500,50000,cpu,homo,FALSE,FALSE,FALSE,4.111766815,3.613948822,3.49521637,3.326892853,3.18646431,3.293037415,3.182172775,3.320932388,3.207445145,3.076314926,44.42596436,44.27433014,44.5098877,44.10099983,44.4316864,44.56591606,44.84200478,44.74425316,44.36612129,45.09830475 +2500,50000,cpu,uniform,TRUE,FALSE,TRUE,6.597995758,6.244421005,6.447315216,7.478475571,6.354570389,5.418777466,5.739927292,7.727861404,6.115436554,6.263494492,78.30309868,78.04918289,77.35729218,77.01325417,77.54659653,77.38995552,77.45957375,78.03750038,77.96168327,78.51243019 +2500,50000,cpu,uniform,TRUE,FALSE,FALSE,5.440473557,5.658149719,4.796266556,4.833221436,6.780147552,5.791664124,6.21676445,6.13951683,6.152629852,5.90801239,77.68940926,77.74734497,77.71110535,77.69751549,78.51910591,77.99339294,78.12523842,78.36437225,77.95357704,77.86607742 +2500,50000,cpu,uniform,FALSE,FALSE,TRUE,4.200458527,3.45158577,3.625631332,3.564834595,3.278970718,3.030538559,2.929210663,3.116846085,3.104686737,2.922296524,78.63593102,78.9642334,79.22363281,79.63562012,78.99284363,78.61399651,78.93228531,78.28640938,78.21106911,78.99141312 +2500,50000,cpu,uniform,FALSE,FALSE,FALSE,4.180669785,3.586769104,3.453493118,3.492116928,3.118515015,3.083944321,3.092288971,3.225803375,3.03196907,2.949953079,78.41563225,78.68504524,78.85885239,78.66811752,78.61828804,78.81355286,78.11379433,78.66406441,78.04250717,79.02598381 +2500,50000,cpu,normal,TRUE,FALSE,TRUE,10.08534431,9.106874466,12.05253601,13.7116909,11.01565361,12.60590553,11.8303299,10.62226295,13.54312897,14.15705681,201.8709183,161.6957188,161.5555286,179.8722744,159.9855423,159.9187851,160.449028,161.3829136,160.9232426,161.1356735 +2500,50000,cpu,normal,TRUE,FALSE,FALSE,13.40603828,12.49504089,11.34085655,10.26654243,10.20646095,13.5512352,10.09917259,11.51704788,15.62380791,13.29398155,161.2756252,161.3731384,161.9813442,162.7540588,161.8254185,161.0171795,160.6171131,161.2837315,161.6172791,162.6126766 +2500,50000,cpu,normal,FALSE,FALSE,TRUE,4.054546356,4.035711288,4.136562347,3.685712814,3.604412079,3.429412842,3.534555435,3.334283829,3.335952759,3.786087036,161.9997025,160.7239246,160.0961685,160.0739956,160.6271267,161.2696648,162.0883942,160.5288982,160.2983475,160.5277061 +2500,50000,cpu,normal,FALSE,FALSE,FALSE,4.475593567,4.14276123,3.793001175,4.914522171,3.899097443,3.416538239,3.476381302,3.553390503,3.488540649,3.530740738,161.3893509,162.5533104,162.2698307,161.8144512,161.2505913,160.384655,160.9354019,163.4323597,162.498951,161.7472172 +5000,1000,cpu,homo,TRUE,FALSE,TRUE,0.679016113,0.585317612,0.652313232,0.613451004,0.735521317,0.616312027,0.666618347,0.569105148,0.626325607,0.625371933,1.786231995,1.90114975,1.894950867,1.844167709,1.819372177,1.880168915,1.893520355,1.911401749,1.833200455,1.817464828 +5000,1000,cpu,homo,TRUE,FALSE,FALSE,0.582695007,0.488996506,0.595569611,0.560283661,0.537157059,0.553131104,0.562906265,0.574827194,0.728845596,0.60915947,1.883745193,1.858711243,1.743793488,1.812458038,1.795530319,1.848697662,1.83057785,1.926660538,1.797199249,1.878976822 +5000,1000,cpu,homo,FALSE,FALSE,TRUE,0.422000885,0.374555588,0.502824783,0.371456146,0.520944595,0.354766846,0.510692596,0.692605972,0.516891479,0.515460968,1.836538315,1.790046692,1.703023911,1.913070679,1.856088638,1.798629761,1.836776733,1.816511154,1.780509949,1.791238785 +5000,1000,cpu,homo,FALSE,FALSE,FALSE,0.469446182,0.456094742,0.467300415,0.321865082,0.364542007,0.382423401,0.304222107,0.379323959,0.519037247,0.36740303,1.815319061,1.797437668,1.828193665,1.840353012,1.81388855,1.661777496,1.778364182,1.813650131,1.822710037,1.820802689 +5000,1000,cpu,uniform,TRUE,FALSE,TRUE,0.560283661,0.56886673,0.517606735,0.605583191,0.513315201,0.569820404,0.519037247,0.594377518,0.516414642,0.524282455,3.358602524,3.205537796,3.303766251,3.270864487,3.284454346,3.37433815,3.242254257,3.29375267,3.308534622,3.230571747 +5000,1000,cpu,uniform,TRUE,FALSE,FALSE,0.548601151,0.569581985,0.535726547,0.601768494,0.520706177,0.606775284,0.561952591,0.56552887,0.550508499,0.577449799,3.430843353,3.398180008,3.171682358,3.37100029,3.33571434,3.310918808,3.358602524,3.180742264,3.253698349,3.395557404 +5000,1000,cpu,uniform,FALSE,FALSE,TRUE,0.468492508,0.813484192,0.859737396,0.367879868,0.750780106,0.566244125,0.599384308,0.535964966,0.718593597,0.708818436,9.155035019,6.176233292,4.938602448,4.113435745,4.00686264,3.296136856,3.292322159,3.316879272,3.352403641,3.305196762 +5000,1000,cpu,uniform,FALSE,FALSE,FALSE,0.712394714,0.651359558,0.641822815,0.467777252,0.667572021,0.494480133,0.475168228,0.484704971,0.513553619,0.635623932,3.281593323,3.242492676,3.372192383,3.341197968,3.228902817,3.23343277,3.295660019,3.332138062,3.363609314,3.305673599 +5000,1000,cpu,normal,TRUE,FALSE,TRUE,0.97990036,0.78868866,0.859260559,0.790834427,0.917196274,0.716924667,0.627994537,0.608682632,0.596523285,0.61750412,6.443738937,6.595134735,6.471395493,6.604194641,6.3996315,6.371736526,6.567955017,6.428718567,6.453275681,6.518602371 +5000,1000,cpu,normal,TRUE,FALSE,FALSE,0.547409058,0.62584877,0.631093979,0.618457794,0.677347183,0.544786453,0.726699829,0.830411911,0.754117966,0.794410706,6.476402283,6.515979767,6.612062454,6.553173065,6.531000137,6.472826004,6.620883942,6.468057632,6.51884079,6.543397903 +5000,1000,cpu,normal,FALSE,FALSE,TRUE,1.802682877,1.487255096,1.043796539,1.491069794,0.961303711,1.459598541,0.94628334,1.437187195,0.906944275,1.265287399,6.585836411,6.459712982,6.638765335,6.541252136,6.668329239,6.625413895,6.521940231,6.623029709,6.623983383,6.458282471 +5000,1000,cpu,normal,FALSE,FALSE,FALSE,0.945091248,1.404523849,0.959396362,0.941753387,1.445055008,0.950336456,1.496076584,1.488208771,1.45816803,0.997304916,6.488323212,6.778478622,6.531238556,6.566286087,6.642580032,6.69836998,6.701469421,6.578445435,6.672382355,6.860733032 +5000,2500,cpu,homo,TRUE,FALSE,TRUE,1.041173935,1.03354454,1.048326492,1.066446304,1.101255417,1.079082489,1.053094864,1.100301743,0.914335251,0.985860825,4.558324814,4.480600357,4.485607147,4.551172256,4.440784454,4.479408264,4.464626312,4.610538483,4.365682602,4.467487335 +5000,2500,cpu,homo,TRUE,FALSE,FALSE,1.121044159,1.014471054,0.962018967,1.060009003,1.024484634,1.005411148,0.98156929,0.901222229,0.87594986,0.948667526,4.571199417,4.321813583,4.322767258,4.493713379,4.551887512,4.461765289,4.390239716,4.561901093,4.51374054,4.351139069 +5000,2500,cpu,homo,FALSE,FALSE,TRUE,0.771045685,0.916957855,0.939846039,1.01518631,1.022338867,0.955581665,0.8456707,0.946044922,0.944852829,0.954151154,4.422426224,4.322767258,4.465103149,4.548311234,4.417657852,4.321098328,4.486322403,4.514217377,4.418611526,4.485607147 +5000,2500,cpu,homo,FALSE,FALSE,FALSE,0.968456268,1.002311707,0.941038132,1.014232635,0.964164734,0.657081604,0.934123993,0.802516937,0.954389572,0.929355621,4.374980927,4.470825195,4.526615143,4.354715347,4.396915436,4.424571991,4.49681282,4.392147064,4.371404648,4.417896271 +5000,2500,cpu,uniform,TRUE,FALSE,TRUE,0.953674316,0.940799713,0.896692276,0.901937485,0.882387161,0.933885574,0.93460083,0.991821289,0.889539719,0.93460083,8.046627045,7.994651794,8.125066757,7.974624634,8.118867874,7.982969284,8.201599121,8.057594299,8.039712906,8.053064346 +5000,2500,cpu,uniform,TRUE,FALSE,FALSE,0.855922699,0.871181488,0.887393951,0.92291832,0.889778137,0.879764557,0.899553299,0.80704689,0.845432281,0.844955444,8.032083511,8.125066757,8.114814758,8.037805557,8.111000061,7.986068726,8.274078369,8.04901123,8.131027222,8.299589157 +5000,2500,cpu,uniform,FALSE,FALSE,TRUE,0.958919525,0.959157944,0.871658325,0.985383987,0.908613205,1.049518585,1.136302948,1.130104065,0.88262558,0.923871994,8.040904999,8.102416992,8.107662201,8.08596611,8.021831512,8.173942566,7.996320724,8.102416992,8.102416992,8.039951324 +5000,2500,cpu,uniform,FALSE,FALSE,FALSE,0.846624374,0.899791718,1.023054123,1.024007797,0.984430313,1.103639603,0.972032547,0.96321106,1.051187515,0.971794128,7.953166962,8.183002472,7.949829102,8.049488068,7.922649384,8.057355881,7.786035538,8.026838303,7.929325104,8.073568344 +5000,2500,cpu,normal,TRUE,FALSE,TRUE,0.921964645,1.164913177,0.934123993,1.092672348,0.971794128,1.094102859,0.925779343,1.149654388,1.190900803,1.14774704,16.33071899,16.58320427,16.47353172,16.51787758,16.33644104,16.41988754,16.3640976,16.23392105,16.27516747,16.52574539 +5000,2500,cpu,normal,TRUE,FALSE,FALSE,1.348495483,0.990390778,1.074075699,1.183986664,1.075744629,0.928878784,1.079082489,1.294136047,1.008272171,1.139163971,16.3230896,16.18671417,15.97046852,15.83623886,15.94614983,15.82884789,16.02077484,16.15667343,16.05391502,15.9971714 +5000,2500,cpu,normal,FALSE,FALSE,TRUE,1.823186874,1.736164093,2.353429794,2.308130264,1.662492752,1.720428467,2.124547958,1.808404922,1.81555748,1.858949661,16.28756523,16.19100571,16.21413231,18.27430725,16.28994942,16.10445976,16.15023613,16.05844498,16.14928246,16.12377167 +5000,2500,cpu,normal,FALSE,FALSE,FALSE,1.722097397,1.906871796,1.605272293,1.745939255,1.639842987,1.65605545,1.617193222,1.536846161,1.622438431,1.948595047,16.14928246,16.17670059,16.38936996,16.30306244,16.3526535,16.34192467,16.42990112,16.42465591,16.27230644,16.34716988 +5000,5000,cpu,homo,TRUE,FALSE,TRUE,1.346111298,1.31726265,1.31893158,1.239061356,1.278162003,1.307487488,1.128673553,1.284360886,1.345396042,1.312732697,8.786916733,8.842945099,8.843660355,8.933782578,8.897542953,8.966684341,8.88800621,8.813858032,9.096622467,8.875846863 +5000,5000,cpu,homo,TRUE,FALSE,FALSE,1.37424469,1.421689987,1.368999481,1.336336136,1.336097717,1.343011856,1.327037811,1.331329346,1.400470734,1.278877258,8.962869644,8.881807327,8.786201477,8.901119232,8.785486221,8.849859238,8.634328842,8.910894394,8.650302887,8.868217468 +5000,5000,cpu,homo,FALSE,FALSE,TRUE,1.302242279,1.135110855,1.183271408,1.271009445,1.161336899,1.319169998,1.245260239,1.288890839,1.282215118,1.237392426,8.945941925,8.859634399,8.803129196,8.899211884,8.780241013,8.854389191,8.698701859,9.009838104,8.633613586,8.984088898 +5000,5000,cpu,homo,FALSE,FALSE,FALSE,1.198291779,1.38759613,1.464128494,1.357555389,1.301050186,1.214265823,1.221179962,1.219272614,1.244783401,1.194000244,8.748292923,8.854866028,8.684873581,8.925676346,8.543491364,9.052753448,8.56089592,8.927345276,8.547306061,8.925199509 +5000,5000,cpu,uniform,TRUE,FALSE,TRUE,1.639604568,1.343727112,1.378059387,1.38258934,1.354694366,1.348972321,1.389026642,1.342535019,1.493215561,1.467227936,15.64192772,15.635252,15.85149765,15.78021049,15.6583786,15.79523087,15.84148407,15.74325562,15.54083824,15.5248642 +5000,5000,cpu,uniform,TRUE,FALSE,FALSE,1.191854477,1.453399658,1.253128052,1.285076141,1.271009445,1.210689545,1.29365921,1.357316971,1.359701157,1.277923584,15.86127281,15.80858231,15.77019691,15.80023766,15.7763958,15.74873924,15.67077637,16.21103287,15.9137249,15.61164856 +5000,5000,cpu,uniform,FALSE,FALSE,TRUE,1.316308975,1.303911209,1.309156418,1.396656036,1.372337341,1.403331757,1.252174377,1.351356506,1.478433609,1.404285431,15.82145691,15.66791534,15.63978195,15.79451561,15.79403877,15.85388184,15.92707634,16.07346535,15.94376564,15.97070694 +5000,5000,cpu,uniform,FALSE,FALSE,FALSE,1.339673996,1.271724701,1.281261444,1.304149628,1.300573349,1.369476318,1.254081726,1.307249069,1.275777817,1.410245895,15.59281349,15.67363739,15.72489738,15.68126678,15.74110985,15.70606232,15.82288742,15.83790779,15.82050323,15.93589783 +5000,5000,cpu,normal,TRUE,FALSE,TRUE,2.259969711,2.129554749,1.660823822,2.126216888,1.944303513,1.998901367,1.940727234,1.914262772,2.193450928,1.876115799,32.05895424,32.58419037,32.31239319,32.3638916,32.45949745,32.62233734,32.37009048,32.538414,32.49073029,32.56011009 +5000,5000,cpu,normal,TRUE,FALSE,FALSE,1.881599426,2.035140991,2.029895782,1.666545868,1.938819885,1.94311142,1.998901367,1.682281494,1.914978027,1.886129379,32.27186203,32.71746635,32.45353699,32.02080727,32.2394371,32.27353096,32.00292587,32.2945118,31.83412552,32.0482254 +5000,5000,cpu,normal,FALSE,FALSE,TRUE,2.071380615,2.133131027,2.033472061,2.085208893,2.368450165,1.939535141,1.996278763,1.622200012,2.016305923,2.085447311,32.797575,32.7899456,32.55105019,32.38511086,34.71231461,32.61327744,35.01439095,32.35578537,32.34219551,32.54389763 +5000,5000,cpu,normal,FALSE,FALSE,FALSE,2.217531204,2.171039581,1.863718033,2.00676918,1.914739609,1.803159714,1.932621002,2.065658569,1.991987228,2.196073532,32.04655647,32.16004372,32.18245506,32.26041794,32.10616112,31.92019463,32.26256371,32.35411644,32.38034248,32.41705894 +5000,10000,cpu,homo,TRUE,FALSE,TRUE,1.794338226,1.95813179,1.814842224,1.837730408,1.735925674,1.954555511,1.593351364,1.831054688,1.969575882,1.841068268,17.53497124,17.63129234,17.6422596,17.70615578,17.57931709,17.67444611,17.45581627,17.75145531,17.59767532,17.45939255 +5000,10000,cpu,homo,TRUE,FALSE,FALSE,1.868486404,1.753807068,1.806735992,1.677751541,1.797437668,1.672029495,1.866340637,1.743555069,1.623153687,1.527786255,17.42482185,17.41075516,17.39168167,17.27080345,17.29679108,17.39740372,17.36044884,17.28200912,17.11916924,17.12083817 +5000,10000,cpu,homo,FALSE,FALSE,TRUE,2.031564713,1.94978714,1.753568649,1.703500748,1.73664093,1.700401306,1.790761948,1.725673676,1.470327377,1.461267471,17.80653,17.67015457,17.62866974,17.53902435,17.65346527,17.6923275,17.63129234,17.65799522,17.47822762,17.64369011 +5000,10000,cpu,homo,FALSE,FALSE,FALSE,1.764297485,1.81555748,1.764297485,1.738071442,1.899242401,1.68967247,1.513719559,1.47652626,1.502275467,1.54209137,17.52138138,17.51804352,17.59505272,17.65394211,17.60363579,17.57001877,17.68016815,17.65179634,17.27962494,17.59457588 +5000,10000,cpu,uniform,TRUE,FALSE,TRUE,2.004384995,1.844644547,1.804590225,1.880884171,1.918792725,1.712322235,1.894235611,1.807689667,1.475095749,1.804113388,31.70156479,31.64076805,31.76259995,31.62169456,31.70228004,31.35251999,31.46576881,31.73089027,32.20272064,31.30745888 +5000,10000,cpu,uniform,TRUE,FALSE,FALSE,2.110242844,1.73163414,1.806020737,1.845121384,1.863002777,1.674890518,2.0840168,2.158403397,2.059936523,1.835107803,30.94315529,31.11076355,31.22448921,31.37087822,31.41069412,31.32414818,31.23664856,31.03542328,31.42690659,31.46791458 +5000,10000,cpu,uniform,FALSE,FALSE,TRUE,2.007246017,1.95813179,1.719474792,1.838207245,1.701593399,1.725912094,1.665353775,1.602649689,1.566886902,1.6040802,31.42213821,31.11886978,31.21447563,31.76498413,31.33702278,31.35919571,31.25452995,31.28218651,31.05020523,31.19540215 +5000,10000,cpu,uniform,FALSE,FALSE,FALSE,1.936435699,1.971721649,1.911878586,1.935958862,1.689195633,1.747846603,1.699924469,1.650094986,1.683950424,1.623392105,31.85677528,31.72469139,31.49175644,31.79001808,31.76546097,31.81314468,32.09471703,31.52680397,31.86988831,31.80527687 +5000,10000,cpu,normal,TRUE,FALSE,TRUE,3.336191177,3.651618958,3.221511841,3.136396408,3.561258316,2.678155899,3.515720367,4.031181335,3.230810165,3.484249115,64.31627274,64.71991539,64.84103203,63.8654232,64.3260479,64.22638893,64.30435181,65.08231163,64.81099129,65.1640892 +5000,10000,cpu,normal,TRUE,FALSE,FALSE,3.46326828,3.490209579,3.569126129,2.859354019,3.469705582,3.003358841,3.488063812,3.898143768,3.143787384,4.394769669,64.33963776,64.80050087,64.25261497,64.35632706,64.83578682,65.59300423,65.14835358,64.74328041,64.70417976,64.899683 +5000,10000,cpu,normal,FALSE,FALSE,TRUE,2.779245377,2.447128296,2.482414246,2.420186996,2.540826797,2.387285233,2.653121948,2.091646194,2.013683319,2.049446106,64.51749802,64.08071518,64.60547447,64.78619576,65.23156166,65.58895111,65.26303291,64.92805481,65.10663033,64.8124218 +5000,10000,cpu,normal,FALSE,FALSE,FALSE,2.666950226,2.595663071,2.287387848,2.169847488,2.39610672,2.43139267,2.181768417,2.054452896,1.844644547,2.08568573,64.5840168,64.41950798,64.84937668,64.54372406,64.4261837,65.0074482,65.1102066,87.1462822,64.90087509,64.58997726 +5000,25000,cpu,homo,TRUE,FALSE,TRUE,3.040075302,3.340959549,3.484010696,3.893852234,3.210544586,3.475904465,2.853155136,2.855062485,3.305912018,3.093242645,43.36762428,43.51019859,43.61748695,43.48993301,43.92576218,43.54691505,43.74313354,43.8644886,43.81322861,44.04592514 +5000,25000,cpu,homo,TRUE,FALSE,FALSE,3.639698029,2.712011337,3.068447113,2.930402756,2.782583237,2.999305725,3.385305405,2.807617188,3.421545029,3.18646431,42.97447205,43.54953766,43.4551239,43.57624054,43.68209839,42.96970367,43.1625843,43.11418533,43.62654686,43.60222816 +5000,25000,cpu,homo,FALSE,FALSE,TRUE,3.397941589,3.129959106,2.979278564,2.876996994,2.692222595,2.494335175,2.555847168,2.486944199,2.563476563,2.331018448,44.52371597,44.09456253,44.22521591,44.4188118,43.88356209,43.98727417,44.04139519,44.21854019,43.92313957,43.84279251 +5000,25000,cpu,homo,FALSE,FALSE,FALSE,3.480672836,2.882242203,2.864599228,2.900838852,2.71487236,2.508401871,2.399682999,2.550601959,2.559661865,2.277374268,44.47889328,44.40450668,44.83437538,44.516325,44.18754578,44.48962212,44.33178902,44.38042641,44.52586174,43.37739944 +5000,25000,cpu,uniform,TRUE,FALSE,TRUE,3.277301788,3.828763962,3.515481949,3.684043884,3.523826599,3.435134888,3.40628624,3.707408905,3.774881363,3.387928009,78.41587067,81.29239082,77.80814171,78.07207108,78.45664024,77.92878151,98.23942184,77.77929306,77.84700394,78.73153687 +5000,25000,cpu,uniform,TRUE,FALSE,FALSE,3.793001175,4.147291183,3.471374512,3.809213638,3.046989441,4.13441658,4.003047943,3.412246704,3.560304642,4.540681839,96.86160088,77.79407501,77.69227028,77.9299736,78.61638069,78.16886902,78.67240906,78.22775841,77.67534256,103.556633 +5000,25000,cpu,uniform,FALSE,FALSE,TRUE,3.670930862,3.164768219,3.146648407,2.922296524,2.859592438,2.505779266,2.56896019,2.513885498,2.436637878,2.238035202,79.00333405,78.91011238,78.60422134,78.61709595,78.34148407,79.05292511,78.19056511,78.13501358,78.35793495,78.34339142 +5000,25000,cpu,uniform,FALSE,FALSE,FALSE,3.294706345,2.94137001,3.039836884,3.085374832,2.644300461,2.553462982,2.637147903,2.505540848,2.440214157,2.51531601,77.78286934,77.72231102,77.9774189,77.460289,77.71801949,77.72517204,77.33464241,77.44479179,77.83699036,78.47547531 +5000,25000,cpu,normal,TRUE,FALSE,TRUE,8.256196976,7.7085495,6.866693497,7.353782654,8.898496628,8.566856384,9.055376053,9.518384933,7.755041122,8.345603943,159.5308781,158.7409973,158.459425,158.6134434,160.5873108,161.254406,160.7043743,159.3968868,158.6756706,158.7362289 +5000,25000,cpu,normal,TRUE,FALSE,FALSE,8.339643478,8.83603096,7.01212883,8.133888245,6.662607193,8.322238922,7.047891617,8.534669876,6.84762001,8.75878334,161.9913578,162.5068188,160.9315872,160.3631973,160.4979038,159.6004963,161.4656448,189.604044,160.8672142,159.4777107 +5000,25000,cpu,normal,FALSE,FALSE,TRUE,4.442930222,4.205942154,3.664255142,3.34072113,3.692865372,3.472805023,2.914905548,2.85243988,2.845048904,2.946853638,159.791708,160.9869003,160.390377,162.3106003,160.8560085,160.4716778,161.2067223,161.4744663,160.7997417,161.1604691 +5000,25000,cpu,normal,FALSE,FALSE,FALSE,4.004240036,3.779172897,3.561019897,4.274129868,3.280162811,3.113031387,3.273248672,2.7551651,3.052949905,2.868652344,161.2415314,160.6304646,160.6585979,161.1509323,161.0524654,161.7043018,162.2087955,161.6625786,161.1135006,161.0369682 +5000,37500,cpu,homo,TRUE,FALSE,TRUE,4.210472107,4.897594452,4.398822784,5.108118057,4.293680191,3.817081451,4.549264908,4.79888916,4.692077637,4.872322083,65.97566605,66.28203392,65.9327507,66.48612022,65.92679024,65.86146355,66.13612175,66.28870964,66.04194641,66.02978706 +5000,37500,cpu,homo,TRUE,FALSE,FALSE,3.886222839,4.903078079,4.665374756,3.650665283,4.801750183,4.034042358,4.859447479,4.001140594,4.402160645,4.067659378,64.81409073,65.01698494,65.11163712,65.22846222,65.49215317,65.19770622,65.4797554,65.22202492,66.35689735,66.00308418 +5000,37500,cpu,homo,FALSE,FALSE,TRUE,4.210233688,4.058361053,3.600358963,3.649711609,3.4263134,3.454446793,3.491163254,3.458738327,3.32403183,3.386735916,66.35761261,66.21193886,66.7424202,66.84422493,66.77746773,66.87736511,67.34704971,67.53635406,66.98894501,66.76030159 +5000,37500,cpu,homo,FALSE,FALSE,FALSE,4.238843918,4.047393799,3.868579865,3.614902496,3.619432449,3.416061401,3.485202789,3.426790237,3.475427628,3.579139709,65.01913071,64.91661072,65.5195713,65.68717957,66.45965576,66.3049221,66.4126873,66.03527069,66.33400917,66.2791729 +5000,37500,cpu,uniform,TRUE,FALSE,TRUE,4.520177841,4.719495773,5.286455154,5.215883255,4.693508148,5.813121796,4.75859642,5.806207657,5.301237106,4.132509232,116.7397499,115.3512001,116.3835526,116.2769794,116.7390347,117.8162098,117.6884174,117.1200275,117.3791885,116.6963577 +5000,37500,cpu,uniform,TRUE,FALSE,FALSE,4.459857941,4.40120697,5.745887756,4.214048386,5.06234169,5.506277084,4.991292953,5.221843719,4.369258881,4.31227684,115.916729,114.6831512,115.5762672,116.1019802,116.1875725,115.7920361,117.4325943,115.9968376,115.8246994,115.4530048 +5000,37500,cpu,uniform,FALSE,FALSE,TRUE,4.568815231,4.113197327,3.552675247,3.59416008,3.584384918,3.486871719,3.43132019,3.292322159,3.211736679,3.486871719,117.2628403,116.8622971,116.8735027,115.9808636,116.4753437,116.8391705,116.7054176,117.8352833,118.065834,117.8500652 +5000,37500,cpu,uniform,FALSE,FALSE,FALSE,4.354476929,3.950357437,3.907203674,3.811359406,3.318309784,3.423213959,3.407716751,3.319263458,3.163576126,3.279209137,118.5495853,117.950201,117.338419,117.4907684,117.9199219,117.6435947,117.7771091,117.8512573,118.2534695,117.6338196 +5000,37500,cpu,normal,TRUE,FALSE,TRUE,9.17840004,10.71429253,9.349346161,8.694171906,7.899522781,8.973360062,9.919404984,9.655952454,10.82277298,11.94429398,240.7400608,239.5439148,240.748167,242.6578999,240.5941486,240.3855324,238.7459278,242.8634167,240.0932312,240.5335903 +5000,37500,cpu,normal,TRUE,FALSE,FALSE,12.80856133,11.17157936,12.04228401,9.398460388,10.62703133,13.85951042,12.47859001,12.57967949,10.22100449,11.82103157,241.6954041,240.8099174,239.4652367,242.8617477,241.0933971,240.7875061,242.4633503,242.6183224,240.6392097,241.1677837 +5000,37500,cpu,normal,FALSE,FALSE,TRUE,5.435943604,4.864454269,4.43315506,4.426002502,4.170894623,4.187345505,4.060745239,4.120588303,4.193305969,3.959417343,240.9536839,240.3481007,242.4468994,242.9122925,243.0224419,241.1775589,242.8200245,243.4988022,241.9147491,241.2722111 +5000,37500,cpu,normal,FALSE,FALSE,FALSE,5.065441132,5.104064941,5.014419556,4.877090454,4.351615906,4.081487656,4.242420197,4.067182541,4.086256027,4.065275192,243.427515,240.3917313,240.760088,242.7349091,244.0321445,240.3974533,240.8211231,241.5039539,243.185997,240.7109737 +5000,50000,cpu,homo,TRUE,FALSE,TRUE,5.246162415,5.216121674,5.570888519,4.521846771,5.659341812,5.038738251,5.481004715,4.618883133,5.083084106,4.84752655,87.44359016,87.47553825,87.48149872,87.33320236,87.36181259,87.35513687,88.81759644,88.1934166,87.8033638,87.92877197 +5000,50000,cpu,homo,TRUE,FALSE,FALSE,5.717992783,5.372285843,5.125761032,4.921913147,5.988121033,5.296707153,6.07252121,6.327629089,5.122184753,6.199359894,86.64917946,87.69845963,86.86113358,86.70926094,87.15558052,86.13777161,86.67564392,86.00616455,86.15922928,86.42959595 +5000,50000,cpu,homo,FALSE,FALSE,TRUE,5.102872849,4.633426666,4.66299057,4.630327225,4.473209381,4.847764969,4.695653915,4.655122757,4.684209824,4.74190712,88.58561516,87.58997917,88.0086422,87.89300919,88.19770813,87.9638195,87.75925636,89.48874474,88.54675293,88.42253685 +5000,50000,cpu,homo,FALSE,FALSE,FALSE,5.024194717,4.821300507,4.556894302,4.580020905,4.553794861,4.680395126,4.707813263,4.657268524,4.921197891,4.735946655,87.53705025,88.02771568,88.83905411,88.47975731,88.66524696,88.149786,87.36896515,87.61620522,88.07063103,87.57996559 +5000,50000,cpu,uniform,TRUE,FALSE,TRUE,7.036924362,6.690979004,5.520105362,5.830764771,6.472349167,7.442712784,7.19666481,7.004261017,5.922555923,6.376743317,157.374382,158.2884789,157.4759483,175.604105,156.2538147,155.5633545,156.4114094,156.2373638,157.2804451,157.087326 +5000,50000,cpu,uniform,TRUE,FALSE,FALSE,7.165670395,7.104873657,6.928920746,7.037162781,5.706310272,7.469177246,6.675481796,7.280111313,6.756067276,7.169723511,154.6299458,154.0496349,154.6850204,155.1699638,156.1000347,156.7323208,156.1706066,155.4899216,155.7552814,156.2094688 +5000,50000,cpu,uniform,FALSE,FALSE,TRUE,4.806280136,4.486560822,4.260063171,4.238843918,4.22167778,4.301786423,4.255771637,4.279136658,4.255771637,4.604816437,155.4644108,157.4065685,156.465292,156.4362049,155.4629803,155.2710533,155.8113098,157.2384834,157.1660042,156.1825275 +5000,50000,cpu,uniform,FALSE,FALSE,FALSE,5.068063736,5.096435547,4.544019699,4.529714584,4.290103912,4.245758057,4.291296005,4.254341125,4.36425209,4.452943802,156.4884186,155.413866,154.6278,155.4322243,157.4573517,156.7163467,155.8437347,155.5457115,155.2295685,155.8749676 +5000,50000,cpu,normal,TRUE,FALSE,TRUE,14.86325264,16.70980453,14.39642906,12.50910759,12.99953461,10.28633118,13.81182671,12.19892502,12.91131973,15.35129547,321.3498592,320.981741,317.72995,320.3396797,321.5308189,318.2513714,320.8110332,321.7155933,319.7846413,320.5947876 +5000,50000,cpu,normal,TRUE,FALSE,FALSE,11.71684265,11.98959351,12.15934753,10.72621346,10.181427,10.18834114,12.09640503,12.62307167,11.39140129,12.42995262,325.2398968,321.6948509,322.3547935,323.9252567,322.3648071,322.8185177,323.789835,321.6204643,321.4616776,322.3471642 +5000,50000,cpu,normal,FALSE,FALSE,TRUE,6.158351898,5.999326706,5.350828171,5.684375763,5.450248718,5.188941956,5.549669266,5.641460419,5.669593811,5.63621521,324.9082565,321.562767,322.4928379,323.6546516,321.5503693,321.2678432,323.2655525,320.766449,321.6307163,323.448658 +5000,50000,cpu,normal,FALSE,FALSE,FALSE,5.697488785,5.284786224,5.554676056,5.50198555,5.283355713,5.442380905,5.352497101,5.398511887,5.372047424,5.593538284,322.742939,323.1673241,325.0267506,322.8771687,321.0725784,321.3989735,323.5580921,321.4225769,322.9205608,323.2924938 +10000,1000,cpu,homo,TRUE,FALSE,TRUE,1.021623611,0.919103622,0.880479813,0.851631165,0.901937485,0.816822052,0.977993011,0.878334045,0.950813293,0.88262558,3.882169724,3.818273544,3.69977951,3.669261932,3.63278389,3.792524338,3.767967224,3.634691238,3.659486771,3.649711609 +10000,1000,cpu,homo,TRUE,FALSE,FALSE,0.867605209,0.83065033,0.867843628,0.832080841,0.84400177,0.822305679,0.752449036,0.798225403,0.816345215,0.80370903,3.643035889,3.556013107,3.741264343,3.643989563,3.632307053,3.648281097,3.760814667,3.64112854,3.615856171,3.706932068 +10000,1000,cpu,homo,FALSE,FALSE,TRUE,0.650882721,0.660657883,0.653743744,0.900745392,0.629663467,0.886440277,0.947713852,0.664234161,0.906705856,0.611066818,3.477334976,3.536224365,3.60250473,3.563165665,3.664255142,3.475666046,3.502368927,3.523349762,3.597021103,3.681898117 +10000,1000,cpu,homo,FALSE,FALSE,FALSE,0.936031342,0.66280365,0.678539276,0.912904739,0.718355179,0.938177109,0.619888306,0.919103622,0.729560852,0.92291832,3.611326218,3.447055817,3.482580185,3.583908081,3.484249115,3.617286682,3.561496735,3.44991684,3.520488739,3.448724747 +10000,1000,cpu,uniform,TRUE,FALSE,TRUE,0.863790512,0.873804092,0.881671906,1.057863235,1.098871231,1.073598862,1.049041748,1.066923141,1.004219055,0.989437103,6.477355957,6.493330002,6.47187233,6.548643112,6.465435028,6.392002106,6.469011307,6.559848785,6.531476974,6.53219223 +10000,1000,cpu,uniform,TRUE,FALSE,FALSE,0.88596344,0.903129578,0.936985016,0.92959404,0.862598419,0.880718231,0.884056091,0.887393951,0.896453857,0.840425491,6.510972977,6.541490555,6.576538086,6.713151932,6.577968597,6.587982178,6.44826889,6.501436234,6.602048874,6.478309631 +10000,1000,cpu,uniform,FALSE,FALSE,TRUE,1.024723053,0.903844833,1.215696335,1.147985458,1.145124435,0.829935074,1.118421555,0.773906708,1.138687134,1.131057739,6.317615509,6.439447403,6.503343582,6.449222565,6.42991066,6.525993347,6.532669067,6.385564804,6.549596786,8.458614349 +10000,1000,cpu,uniform,FALSE,FALSE,FALSE,0.890254974,0.897169113,1.205921173,1.259326935,1.240253448,0.932216644,0.89931488,0.667572021,1.241922379,0.977277756,6.397008896,6.376028061,6.398677826,6.417512894,6.449699402,6.381034851,6.422996521,14.42623138,8.000850677,6.412029266 +10000,1000,cpu,normal,TRUE,FALSE,TRUE,1.134157181,1.012086868,0.926733017,0.845909119,0.931739807,0.855445862,0.922441483,0.905752182,0.901699066,0.887870789,12.93826103,13.00954819,12.9172802,12.82906532,12.81118393,13.07153702,12.86029816,12.74514198,12.60948181,12.93182373 +10000,1000,cpu,normal,TRUE,FALSE,FALSE,0.882387161,0.862360001,0.867366791,0.881195068,0.895500183,0.905275345,0.906467438,0.911951065,0.888586044,0.872135162,13.03648949,12.86292076,12.91060448,12.89534569,12.87388802,12.94803619,12.84909248,13.26823235,12.97593117,13.00835609 +10000,1000,cpu,normal,FALSE,FALSE,TRUE,2.838850021,2.838611603,2.933502197,2.799987793,2.785682678,2.527952194,2.428293228,1.620531082,2.797365189,2.908468246,13.08822632,13.06915283,12.93516159,12.96567917,12.9981041,13.06223869,12.85195351,12.77375221,12.99095154,12.95208931 +10000,1000,cpu,normal,FALSE,FALSE,FALSE,2.845287323,1.842021942,2.906084061,2.769470215,1.952648163,3.062009811,2.000570297,3.066062927,3.033161163,2.755880356,12.97974586,13.07797432,12.85409927,12.85409927,12.98689842,13.24224472,12.96687126,15.61260223,20.60103416,13.71431351 +10000,2500,cpu,homo,TRUE,FALSE,TRUE,1.552820206,1.515388489,1.466989517,1.347064972,1.423835754,1.343011856,1.366853714,1.379013062,1.386642456,1.289367676,8.812427521,9.188175201,8.845329285,9.145259857,8.978366852,9.062290192,8.917331696,8.860111237,8.875846863,8.890867233 +10000,2500,cpu,homo,TRUE,FALSE,FALSE,1.547813416,1.439094543,1.303672791,1.265287399,1.200437546,1.281023026,1.339197159,1.312732697,1.214027405,1.125574112,8.849620819,8.845806122,9.005069733,8.866786957,8.923768997,8.708238602,9.040117264,8.689641953,8.900880814,8.653640747 +10000,2500,cpu,homo,FALSE,FALSE,TRUE,1.510620117,1.318216324,1.432657242,1.20306015,1.555919647,1.317739487,1.286029816,1.494407654,1.471281052,1.19137764,8.714199066,8.88800621,8.649110794,8.986949921,8.696556091,8.90827179,8.65650177,8.97526741,8.766174316,8.898973465 +10000,2500,cpu,homo,FALSE,FALSE,FALSE,1.168727875,1.999378204,1.41119957,1.075744629,1.648426056,1.285791397,1.488447189,1.511335373,1.69301033,1.368284225,8.751869202,8.779764175,8.701324463,8.86631012,8.793354034,8.840084076,8.831739426,8.901119232,8.831977844,8.790493011 +10000,2500,cpu,uniform,TRUE,FALSE,TRUE,1.646757126,1.446723938,1.426696777,1.377105713,1.300573349,1.253604889,1.230478287,1.293420792,1.15942955,1.221418381,15.72084427,15.79475403,15.84553719,15.88368416,15.88869095,15.85698128,15.82813263,15.91181755,16.06440544,15.95115662 +10000,2500,cpu,uniform,TRUE,FALSE,FALSE,1.312971115,1.350879669,1.512765884,1.485347748,1.311302185,1.206636429,1.22833252,1.215219498,1.277685165,1.277923584,15.88606834,15.85173607,15.94805717,15.94614983,15.95854759,15.99407196,15.85197449,15.83957672,16.03889465,16.0279274 +10000,2500,cpu,uniform,FALSE,FALSE,TRUE,1.34062767,1.523256302,1.6913414,1.548528671,1.650094986,1.516103745,1.511096954,1.487255096,1.640319824,1.922130585,15.83647728,15.71822166,15.93470573,15.75446129,15.58613777,15.73777199,16.77513123,15.89727402,15.66934586,15.91205597 +10000,2500,cpu,uniform,FALSE,FALSE,FALSE,1.811265945,1.491069794,1.510858536,1.886844635,1.419067383,1.451015472,1.7786026,1.838922501,1.819372177,1.711606979,15.80572128,15.77353477,15.72871208,15.73705673,15.65265656,15.72346687,15.79356194,15.98882675,15.96999168,15.80190659 +10000,2500,cpu,normal,TRUE,FALSE,TRUE,1.685857773,1.579284668,1.76692009,1.687765121,1.484155655,1.420736313,1.490592957,1.473426819,1.491785049,1.507282257,32.44686127,32.40084648,32.37175941,32.06324577,32.33838081,32.52768517,32.83858299,32.72485733,32.30214119,32.5949192 +10000,2500,cpu,normal,TRUE,FALSE,FALSE,1.663446426,1.648426056,1.650571823,1.700639725,1.65438652,1.375436783,1.403808594,1.584768295,1.714706421,1.49846077,32.4575901,32.52053261,32.72128105,32.56678581,32.35936165,31.86106682,31.59070015,32.14597702,32.17720985,32.17554092 +10000,2500,cpu,normal,FALSE,FALSE,TRUE,3.119468689,2.97498703,2.733469009,3.014802933,2.93469429,3.28040123,2.71654129,3.046274185,3.826618195,3.090143204,32.3266983,32.38344193,32.25207329,32.40966797,32.28449821,32.5820446,32.53960609,32.45043755,32.38105774,32.31620789 +10000,2500,cpu,normal,FALSE,FALSE,FALSE,2.961397171,2.982139587,3.150463104,3.055095673,2.896785736,3.230810165,3.157615662,2.975940704,3.132104874,3.092288971,32.27567673,32.34672546,32.3638916,32.28855133,32.13906288,32.36293793,32.33146667,32.34124184,32.21201897,31.95309639 +10000,5000,cpu,homo,TRUE,FALSE,TRUE,2.062559128,1.99341774,1.775026321,1.60741806,1.636743546,1.635789871,1.628875732,1.748800278,1.491069794,1.36756897,17.6820755,17.72713661,17.60625839,17.78125763,17.68803596,17.76647568,17.7359581,17.81654358,17.80128479,17.75670052 +10000,5000,cpu,homo,TRUE,FALSE,FALSE,2.030611038,1.946687698,2.01177597,1.834154129,1.662254333,1.772642136,1.668930054,1.626253128,1.810789108,1.583337784,17.47465134,17.79317856,17.45033264,17.47465134,17.65727997,17.7667141,17.67086983,17.84849167,17.6076889,17.78531075 +10000,5000,cpu,homo,FALSE,FALSE,TRUE,2.041578293,2.020359039,2.243518829,2.09069252,1.784324646,1.823186874,1.756429672,1.912355423,1.828670502,2.098321915,17.76981354,17.72403717,17.82059669,17.71044731,17.73643494,17.5306797,17.67277718,17.63606071,17.46273041,17.75193214 +10000,5000,cpu,homo,FALSE,FALSE,FALSE,1.906871796,1.776456833,1.943826675,1.692056656,1.722097397,1.812696457,1.698970795,1.770496368,1.690626144,1.734972,17.65775681,17.72451401,17.63916016,17.61054993,17.56381989,17.68779755,17.65990257,17.54331589,17.47989655,17.53234863 +10000,5000,cpu,uniform,TRUE,FALSE,TRUE,1.974821091,1.95646286,1.78694725,1.703739166,1.710653305,1.741886139,1.855134964,1.776695251,1.56712532,1.476049423,31.27670288,31.14819527,31.48460388,31.42738342,31.73208237,31.56089783,31.36086464,31.90946579,31.676054,31.90326691 +10000,5000,cpu,uniform,TRUE,FALSE,FALSE,2.071142197,2.049446106,1.876115799,1.893758774,1.872777939,1.806020737,1.798629761,1.868486404,1.622676849,1.631498337,31.86845779,31.7800045,31.7094326,31.63552284,31.73470497,31.68034554,31.64052963,31.44645691,31.05688095,31.28242493 +10000,5000,cpu,uniform,FALSE,FALSE,TRUE,1.884222031,1.962184906,2.249956131,1.979589462,1.851320267,2.243041992,2.199888229,2.033472061,1.994132996,2.259016037,31.30173683,31.29673004,31.31890297,31.3911438,31.42023087,31.17322922,31.07643127,31.72278404,56.65588379,31.43715858 +10000,5000,cpu,uniform,FALSE,FALSE,FALSE,2.141475677,2.109050751,1.895666122,1.885414124,1.909971237,2.025842667,1.950025558,2.203226089,1.994609833,2.069711685,33.70046616,31.29863739,31.60142899,31.62002563,31.06403351,31.37636185,31.23378754,30.96294403,31.3167572,31.40497208 +10000,5000,cpu,normal,TRUE,FALSE,TRUE,2.642154694,2.604484558,2.393960953,2.266168594,2.355575562,2.242088318,2.463340759,2.011060715,1.883506775,1.976490021,64.89610672,64.42642212,64.11123276,63.92526627,64.21852112,64.47887421,64.15510178,63.97485733,64.6777153,64.63718414 +10000,5000,cpu,normal,TRUE,FALSE,FALSE,2.660751343,2.681016922,2.707481384,2.524852753,2.539157867,2.485275269,2.291917801,2.288818359,2.054214478,1.994609833,64.93067741,64.81194496,64.70274925,64.70799446,64.56375122,64.01515007,64.35132027,64.23687935,64.63074684,64.34082985 +10000,5000,cpu,normal,FALSE,FALSE,TRUE,3.450870514,2.919435501,3.460645676,3.272294998,3.591060638,3.107070923,3.889322281,3.319263458,4.677295685,3.570079803,64.98718262,65.0305748,64.54992294,65.03009796,64.63170052,64.57161903,64.55993652,64.18323517,64.35465813,64.98789787 +10000,5000,cpu,normal,FALSE,FALSE,FALSE,3.63945961,3.694057465,3.444671631,3.083467484,2.906799316,3.593444824,2.978801727,2.851963043,4.015922546,2.93636322,64.89348412,64.67008591,64.21852112,64.16535378,63.82417679,63.88235092,63.67588043,63.62462044,63.85111809,65.33789635 +10000,10000,cpu,homo,TRUE,FALSE,TRUE,2.51698494,2.356767654,2.379417419,2.578258514,2.109050751,2.086400986,2.058267593,2.212047577,2.252578735,1.888513565,35.29262543,35.51483154,35.2897644,35.12501717,35.27402878,35.06779671,35.45117378,35.53915024,35.74442863,35.44473648 +10000,10000,cpu,homo,TRUE,FALSE,FALSE,2.666711807,2.555847168,2.571821213,2.56562233,2.276182175,2.063274384,2.13098526,2.09569931,2.17461586,1.865148544,34.82699394,34.81149673,34.88564491,34.67464447,34.83772278,35.09092331,35.22872925,35.42995453,34.94715691,34.7905159 +10000,10000,cpu,homo,FALSE,FALSE,TRUE,2.537488937,2.503156662,2.395391464,2.513408661,2.120494843,2.36415863,1.998186111,2.084255219,2.029895782,1.9094944,35.56346893,35.96806526,35.93397141,35.72154045,35.69364548,35.9005928,35.53032875,35.80546379,36.1020565,35.4821682 +10000,10000,cpu,homo,FALSE,FALSE,FALSE,2.60591507,2.694606781,2.479553223,2.560853958,2.212524414,2.105951309,2.120256424,2.071619034,2.141952515,1.806020737,35.08210182,35.03847122,34.94739532,34.97004509,34.81435776,35.04252434,34.93976593,35.1805687,34.82818604,35.03108025 +10000,10000,cpu,uniform,TRUE,FALSE,TRUE,2.646446228,2.521514893,2.4330616,2.156734467,2.242803574,2.189397812,2.141237259,1.940011978,1.902103424,2.054691315,61.72561646,62.26825714,62.23535538,62.12806702,62.47854233,62.31546402,62.34312057,62.27874756,62.22820282,62.10875511 +10000,10000,cpu,uniform,TRUE,FALSE,FALSE,2.768278122,2.74848938,2.408981323,2.388477325,2.42638588,2.35748291,2.225637436,2.063512802,1.956224442,1.931905746,62.27779388,62.0663166,62.26062775,62.73603439,62.33119965,62.00122833,62.44683266,62.18719482,62.18242645,62.10565567 +10000,10000,cpu,uniform,FALSE,FALSE,TRUE,2.668380737,2.450466156,2.429246902,2.248048782,2.117395401,2.170324326,2.241373062,1.96313858,2.231836319,1.920938492,62.36410141,62.61301041,63.16208839,62.22438812,62.71576881,63.11821938,62.90531158,62.85953522,62.8349781,62.57581711 +10000,10000,cpu,uniform,FALSE,FALSE,FALSE,2.63428688,2.583265305,2.691984177,2.211093903,2.419948578,2.180576324,2.214193344,2.010345459,2.101421356,1.999855042,61.94043159,62.32190132,61.76829338,61.94067001,62.6718998,62.46638298,61.9430542,62.07919121,62.27254868,61.88941002 +10000,10000,cpu,normal,TRUE,FALSE,TRUE,3.932714462,3.739833832,3.986120224,3.384113312,3.365516663,3.561735153,3.116130829,3.539085388,2.964496613,2.928495407,128.6292076,130.4388046,129.6384335,129.0841103,129.0032864,128.5464764,127.7947426,128.1497478,128.0975342,128.8626194 +10000,10000,cpu,normal,TRUE,FALSE,FALSE,4.22000885,4.585266113,4.299640656,3.713130951,3.766775131,3.717422485,3.237724304,3.406047821,2.804279327,3.067016602,128.9904118,129.4510365,129.2712688,129.0314198,127.6652813,128.0093193,128.1161308,130.0139427,128.7660599,129.570961 +10000,10000,cpu,normal,FALSE,FALSE,TRUE,3.731012344,3.663063049,3.733158112,3.628253937,3.457546234,2.910852432,2.882480621,2.820014954,3.035306931,2.70986557,129.9750805,130.181551,129.9760342,128.7996769,127.8192997,128.5147667,127.6068687,128.7713051,129.5640469,130.2735806 +10000,10000,cpu,normal,FALSE,FALSE,FALSE,3.956317902,3.616571426,3.5135746,3.049135208,3.424167633,3.182172775,3.148794174,3.007650375,2.722263336,2.799034119,128.9558411,129.3394566,130.1763058,128.8933754,128.7624836,126.8777847,128.2484531,128.3326149,128.374815,129.2648315 +10000,25000,cpu,homo,TRUE,FALSE,TRUE,4.245042801,3.345727921,4.096269608,3.057956696,3.377437592,3.14283371,2.951383591,2.833127975,2.88772583,3.105401993,86.18736267,86.43889427,87.32581139,86.72451973,87.73422241,87.90445328,87.58020401,87.34941483,87.70346642,86.8973732 +10000,25000,cpu,homo,TRUE,FALSE,FALSE,3.971576691,3.667593002,3.249406815,3.154277802,3.28874588,2.742528915,2.925157547,2.981901169,2.801418304,2.553939819,87.72110939,88.21725845,87.53108978,87.85057068,87.09454536,87.01634407,87.46385574,87.215662,87.49079704,86.92216873 +10000,25000,cpu,homo,FALSE,FALSE,TRUE,4.251003265,3.621816635,3.638982773,3.64279747,3.214120865,3.24177742,3.256082535,3.460168839,3.563404083,3.305196762,88.46402168,88.22464943,88.01412582,88.06777,88.10400963,88.22894096,88.32979202,88.44852448,88.63115311,87.67795563 +10000,25000,cpu,homo,FALSE,FALSE,FALSE,4.317998886,4.368543625,4.225492477,3.786563873,3.3390522,3.422021866,3.331899643,3.252267838,3.209352493,3.175735474,87.35370636,87.42904663,88.29450607,87.23139763,87.5389576,87.54348755,87.77165413,87.40353584,87.25070953,87.13054657 +10000,25000,cpu,uniform,TRUE,FALSE,TRUE,3.486394882,4.179239273,3.473997116,4.084825516,3.56388092,3.10087204,3.3223629,3.110170364,2.668619156,2.863645554,156.9209099,155.8499336,156.7857265,156.7447186,157.7618122,158.1451893,156.3928127,156.0339928,156.4590931,156.9912434 +10000,25000,cpu,uniform,TRUE,FALSE,FALSE,4.681825638,3.854513168,3.991365433,3.406763077,3.36098671,3.406763077,3.22508812,3.044605255,3.139972687,2.615690231,156.2330723,156.1598778,156.4166546,154.3200016,154.2301178,154.7193527,154.2270184,155.731678,157.4845314,156.0015678 +10000,25000,cpu,uniform,FALSE,FALSE,TRUE,4.154682159,3.988265991,3.894805908,3.49187851,3.500938416,3.453493118,3.139019012,3.16286087,3.298044205,2.973556519,157.1931839,155.7955742,155.3814411,156.3534737,158.7619781,156.6073895,155.9319496,157.2489738,155.9455395,157.2520733 +10000,25000,cpu,uniform,FALSE,FALSE,FALSE,4.555702209,3.858089447,3.583431244,3.732442856,3.143310547,3.224611282,3.617525101,3.055095673,3.269910812,3.116607666,155.7173729,156.380415,196.1109638,154.9263,154.4415951,153.935194,155.0319195,154.3264389,156.3913822,154.6449661 +10000,25000,cpu,normal,TRUE,FALSE,TRUE,6.099462509,5.210876465,5.035161972,4.766941071,4.316329956,4.956245422,4.035949707,3.688812256,3.51023674,4.123926163,320.5981255,320.1010227,322.5157261,320.1777935,317.8260326,321.9764233,321.7155933,321.1867809,322.2157955,321.4066029 +10000,25000,cpu,normal,TRUE,FALSE,FALSE,7.274150848,5.489826202,6.722211838,5.118846893,4.527807236,4.427433014,4.216432571,4.27365303,3.850221634,3.966331482,321.8507767,320.5022812,324.21875,321.4287758,323.3368397,324.2359161,322.4236965,323.4226704,322.7059841,321.0504055 +10000,25000,cpu,normal,FALSE,FALSE,TRUE,5.408287048,5.076408386,5.225419998,4.51374054,4.837989807,4.178285599,4.573583603,4.240036011,4.234075546,4.42481041,321.523428,319.3724155,321.3291168,322.9923248,319.6280003,321.7396736,323.3029842,321.6512203,322.3206997,323.2519627 +10000,25000,cpu,normal,FALSE,FALSE,FALSE,5.857467651,7.092237473,5.248308182,4.96506691,5.312919617,4.318714142,4.27365303,4.379272461,4.310369492,4.259824753,322.7884769,321.4228153,322.302103,322.5119114,321.1631775,324.2082596,324.9368668,323.4267235,323.7586021,324.5894909 +10000,37500,cpu,homo,TRUE,FALSE,TRUE,4.376411438,5.395650864,3.771066666,3.787279129,4.102945328,3.199577332,3.318786621,3.139972687,2.947092056,2.986907959,130.5527687,130.9278011,131.8264008,131.8635941,131.7644119,131.2644482,131.0195923,131.0081482,131.4175129,130.7282448 +10000,37500,cpu,homo,TRUE,FALSE,FALSE,4.717826843,4.568099976,3.89289856,3.815889359,3.679275513,3.632545471,3.195285797,3.361701965,3.1042099,3.182649612,130.5041313,131.3898563,130.9154034,131.7839622,131.0861111,130.3598881,129.5206547,128.7426949,130.2442551,130.6869984 +10000,37500,cpu,homo,FALSE,FALSE,TRUE,5.269289017,5.207777023,5.01704216,5.085945129,4.982233047,4.86779213,4.993438721,5.115747452,5.349159241,5.174636841,131.5734386,132.997036,133.3434582,132.9193115,132.4369907,131.8290234,131.9622993,131.9727898,132.2314739,133.1739426 +10000,37500,cpu,homo,FALSE,FALSE,FALSE,5.351781845,5.321741104,4.906177521,4.941701889,4.951953888,5.15961647,5.214691162,4.968643188,5.085945129,4.992246628,131.7903996,131.4308643,131.9365501,130.9294701,131.9022179,131.2055588,130.617857,130.8298111,131.8194866,132.1909428 +10000,37500,cpu,uniform,TRUE,FALSE,TRUE,4.952907562,4.36091423,4.307031631,4.022836685,3.840684891,3.886461258,3.498077393,3.19314003,2.787828445,3.027677536,236.6056442,236.0122204,234.9638939,235.5465889,235.4953289,235.9726429,238.2631302,234.292984,235.6832027,235.9132767 +10000,37500,cpu,uniform,TRUE,FALSE,FALSE,4.750728607,4.830121994,3.853321075,5.071163177,3.858089447,4.056215286,3.322601318,3.370046616,3.568649292,2.921819687,231.7118645,233.850956,253.5293102,232.4049473,229.0267944,229.5818329,232.1298122,230.5235863,279.7207832,231.6048145 +10000,37500,cpu,uniform,FALSE,FALSE,TRUE,5.352020264,4.994392395,5.058050156,4.859685898,5.144357681,4.777908325,5.067586899,5.339622498,4.883289337,4.80389595,235.4228497,234.1668606,234.5483303,236.6404533,234.4703674,234.292984,234.5716953,236.2859249,235.2693081,234.3747616 +10000,37500,cpu,uniform,FALSE,FALSE,FALSE,5.570173264,5.04565239,4.887580872,4.688501358,4.900932312,4.891633987,4.698753357,4.748344421,5.065441132,4.79888916,234.3299389,233.4258556,230.186224,232.5282097,233.7503433,232.5599194,228.9927006,232.542038,234.4207764,233.9465618 +10000,37500,cpu,normal,TRUE,FALSE,TRUE,6.985425949,6.855726242,6.324052811,5.37610054,5.033016205,5.486726761,4.982948303,5.084991455,5.326509476,4.908323288,484.6496582,480.7934761,485.5513573,482.9864502,486.2043858,482.9440117,483.3126068,481.3570976,482.9897881,481.5592766 +10000,37500,cpu,normal,TRUE,FALSE,FALSE,5.691766739,5.76210022,5.426645279,4.885673523,4.768848419,4.901170731,4.964351654,4.789590836,4.791975021,4.798412323,476.4008522,480.6494713,476.2704372,483.0248356,480.1385403,479.1772366,476.1779308,480.2048206,478.5861969,479.2129993 +10000,37500,cpu,normal,FALSE,FALSE,TRUE,7.155656815,6.603479385,6.356239319,6.687164307,6.630420685,7.491111755,7.364749908,6.849527359,6.84261322,6.515026093,485.4898453,478.5037041,484.5404625,479.1042805,481.1046124,480.4775715,481.2784195,477.6463509,481.7028046,478.1954288 +10000,37500,cpu,normal,FALSE,FALSE,FALSE,7.094621658,6.438732147,6.860256195,8.379936218,8.167505264,8.038282394,6.487131119,6.329536438,6.759405136,6.589412689,482.1901321,484.0323925,481.9140434,484.2457771,482.216835,484.7409725,482.9063416,485.1388931,482.3377132,485.5027199 +10000,50000,cpu,homo,TRUE,FALSE,TRUE,4.58240509,4.910945892,4.433870316,4.088640213,3.858327866,3.799438477,4.132270813,3.524303436,3.381252289,3.597259521,175.6234169,175.5888462,174.1611958,173.8348007,174.4492054,174.4244099,176.0866642,176.3100624,175.9431362,174.305439 +10000,50000,cpu,homo,TRUE,FALSE,FALSE,5.342960358,5.140066147,5.095720291,4.341125488,4.049777985,3.799200058,3.843545914,4.522562027,3.863573074,3.789663315,173.9406586,175.8096218,175.6298542,174.1969585,173.489809,174.1981506,173.0678082,175.4627228,175.7597923,175.542593 +10000,50000,cpu,homo,FALSE,FALSE,TRUE,6.448507309,6.396532059,6.527662277,6.537437439,6.703853607,6.586790085,6.757736206,7.390975952,6.700754166,6.517410278,175.321579,175.8003235,176.4514446,177.3273945,176.1949062,175.4062176,174.9579906,175.4376888,176.099062,176.954031 +10000,50000,cpu,homo,FALSE,FALSE,FALSE,6.448507309,6.351947784,6.538629532,6.514310837,6.689310074,6.697893143,6.635904312,6.62279129,6.526231766,6.712675095,174.3452549,174.4771004,174.3793488,174.3423939,175.4586697,173.9358902,173.9435196,174.1709709,173.6147404,175.0721931 +10000,50000,cpu,uniform,TRUE,FALSE,TRUE,5.606174469,4.991531372,4.891872406,4.081487656,4.004955292,3.95655632,3.903865814,3.37100029,3.829479218,3.392219543,312.4628067,313.2174015,311.6221428,359.5159054,314.8980141,312.0400906,311.5439415,313.5433197,312.6583099,311.578989 +10000,50000,cpu,uniform,TRUE,FALSE,FALSE,5.459547043,4.857301712,4.91476059,4.820108414,4.387617111,4.287004471,3.544092178,3.651380539,3.54886055,3.633022308,308.7944984,312.7567768,310.8024597,308.6740971,310.7223511,311.9606972,309.3318939,311.0027313,312.4945164,309.0469837 +10000,50000,cpu,uniform,FALSE,FALSE,TRUE,6.263971329,6.127595901,6.293535233,6.439685822,6.548404694,6.277084351,6.411075592,6.591558456,6.371021271,6.344556808,311.1538887,311.0809326,312.9034042,310.662508,311.930418,313.5733604,312.6173019,312.466383,313.546896,312.5116825 +10000,50000,cpu,uniform,FALSE,FALSE,FALSE,6.481647491,6.290197372,6.388425827,6.559848785,6.506681442,7.102966309,6.22010231,6.289243698,6.657123566,6.42991066,310.7278347,310.1997375,311.9056225,311.6593361,311.0902309,313.1744862,310.8582497,311.1305237,311.9311333,310.9760284 +10000,50000,cpu,normal,TRUE,FALSE,TRUE,7.432222366,6.956100464,6.609201431,6.136417389,6.106615067,7.008075714,5.987644196,6.940126419,6.192445755,6.243228912,642.7986622,641.0505772,641.9563293,642.4574852,664.4883156,644.0865993,643.4066296,644.3414688,643.6014175,643.7690258 +10000,50000,cpu,normal,TRUE,FALSE,FALSE,7.534980774,7.098913193,7.715463638,6.076097488,7.536172867,6.561756134,6.524324417,6.611824036,7.098197937,6.46853447,641.1237717,635.7574463,639.323473,635.5540752,636.1620426,636.4178658,636.1269951,636.8603706,640.2127743,637.3238564 +10000,50000,cpu,normal,FALSE,FALSE,TRUE,8.930444717,8.596897125,8.738279343,8.585453033,8.495330811,8.762836456,9.154081345,8.597612381,8.833169937,8.565187454,658.8623524,642.5089836,645.2946663,642.1582699,644.9797153,643.6989307,642.9474354,644.9255943,645.1025009,642.1759129 +10000,50000,cpu,normal,FALSE,FALSE,FALSE,8.903503418,8.905410767,8.505582809,8.953332901,8.387565613,8.847475052,8.986711502,9.070158005,8.688211441,9.048700333,644.7167397,643.1629658,642.3017979,643.2590485,642.563343,644.7057724,642.731905,641.6015625,642.5125599,642.0662403 +25000,1000,cpu,homo,TRUE,FALSE,TRUE,1.81055069,1.592636108,1.67632103,1.59406662,1.675605774,1.559257507,1.511096954,1.352071762,1.304626465,1.330852509,9.17339325,8.990049362,9.258270264,8.814334869,9.239196777,8.887529373,9.290456772,9.00554657,9.200811386,8.946180344 +25000,1000,cpu,homo,TRUE,FALSE,FALSE,1.950979233,1.794099808,1.984357834,1.823425293,1.587629318,1.503944397,1.596450806,1.516342163,1.508235931,1.539468765,9.351730347,9.034395218,9.207725525,9.028673172,9.287595749,8.908987045,9.103059769,9.103059769,9.099245071,9.045600891 +25000,1000,cpu,homo,FALSE,FALSE,TRUE,1.530647278,1.226663589,2.139091492,1.25837326,2.139091492,1.176595688,2.353429794,1.747369766,2.280473709,2.368211746,8.793354034,8.828401566,8.814811707,8.857965469,8.828878403,8.950948715,8.7454319,8.865833282,8.641242981,8.887290955 +25000,1000,cpu,homo,FALSE,FALSE,FALSE,2.22158432,2.173662186,2.129793167,1.476764679,1.403093338,2.196073532,1.459360123,1.407384872,1.579761505,1.460552216,8.74876976,8.571147919,8.855104446,8.588552475,8.91327858,8.655071259,8.87966156,8.552312851,8.834600449,8.736371994 +25000,1000,cpu,uniform,TRUE,FALSE,TRUE,1.839876175,1.750946045,1.723527908,1.521348953,1.565694809,1.535892487,1.570701599,1.437902451,1.307487488,1.337051392,16.00027084,15.83003998,15.76495171,15.71106911,15.81120491,15.94829559,15.78211784,15.83170891,15.94996452,15.86580276 +25000,1000,cpu,uniform,TRUE,FALSE,FALSE,2.026796341,1.99007988,1.923561096,1.985788345,1.81055069,1.835584641,1.780748367,1.747846603,1.710176468,1.67965889,15.90824127,15.98858833,16.45898819,15.98572731,15.99979401,16.03984833,15.98215103,16.02911949,15.9702301,15.99788666 +25000,1000,cpu,uniform,FALSE,FALSE,TRUE,1.898527145,2.765417099,2.822637558,1.972436905,1.923322678,1.880645752,1.91450119,2.891778946,2.905607224,2.93135643,34.23786163,34.22260284,29.40821648,16.32499695,15.99168777,16.00432396,15.9702301,16.00503922,15.92254639,15.98358154 +25000,1000,cpu,uniform,FALSE,FALSE,FALSE,2.862453461,2.007722855,2.927303314,2.888202667,2.208948135,2.056121826,2.874851227,2.76684761,2.960205078,2.745628357,38.90824318,37.01353073,16.89696312,15.7532692,15.64693451,15.64621925,15.57326317,15.68937302,15.84339142,15.61713219 +25000,1000,cpu,normal,TRUE,FALSE,TRUE,2.196788788,2.062320709,2.034425735,1.890182495,1.713037491,1.851797104,1.936674118,1.655578613,1.699209213,1.663684845,32.23061562,32.31859207,32.24754333,31.99195862,31.84652328,32.11808205,32.04798698,32.30309486,32.35960007,32.06586838 +25000,1000,cpu,normal,TRUE,FALSE,FALSE,1.860141754,1.930236816,1.545667648,1.540660858,1.755237579,1.705884933,1.598358154,1.532554626,1.376390457,1.337051392,32.02795982,32.03940392,32.25684166,32.01913834,32.2227478,32.21726418,32.46450424,32.68194199,32.69314766,32.61089325 +25000,1000,cpu,normal,FALSE,FALSE,TRUE,4.540920258,4.671096802,7.030487061,6.07919693,6.939888,7.037878036,7.029294968,7.256031036,7.018566132,6.731510162,32.4883461,32.53269196,32.51004219,32.7270031,32.28092194,31.97216988,33.86473656,32.29165077,32.23347664,32.10020065 +25000,1000,cpu,normal,FALSE,FALSE,FALSE,5.819559097,3.918886185,4.832267761,6.883382797,6.882667542,5.569458008,6.39462471,5.522727966,6.964921951,5.714416504,32.5884819,32.45258331,32.84859657,32.72652626,32.62400627,32.84025192,32.84192085,32.88149834,32.746315,32.66501427 +25000,2500,cpu,homo,TRUE,FALSE,TRUE,2.504825592,2.4330616,2.507686615,2.21323967,2.133846283,1.964092255,2.014636993,2.141475677,1.752138138,1.786470413,22.26495743,22.38273621,22.33886719,22.33123779,22.42875099,22.31764793,22.3402977,22.24850655,22.31955528,22.49574661 +25000,2500,cpu,homo,TRUE,FALSE,FALSE,2.540588379,2.600431442,2.532482147,2.113342285,1.988649368,2.222776413,2.327680588,2.028226852,1.878738403,1.908540726,22.26114273,22.37415314,22.37224579,22.33409882,22.31621742,22.25065231,22.14956284,22.4545002,22.02510834,22.24564552 +25000,2500,cpu,homo,FALSE,FALSE,TRUE,2.471208572,2.61759758,2.356529236,3.015518188,2.4933815,2.429962158,2.505540848,2.400636673,2.368927002,2.610683441,22.10354805,21.84033394,21.8501091,21.90232277,21.59905434,21.73471451,21.58880234,21.81982994,21.37875557,21.25883102 +25000,2500,cpu,homo,FALSE,FALSE,FALSE,2.17294693,2.663135529,2.806901932,3.237247467,3.183841705,2.372264862,2.784490585,2.939224243,2.623796463,2.363443375,21.34513855,21.58761024,21.78573608,21.63314819,21.72660828,21.8462944,21.67987823,21.59905434,21.73280716,21.87085152 +25000,2500,cpu,uniform,TRUE,FALSE,TRUE,2.568244934,2.422809601,2.471923828,2.435207367,2.430200577,2.089262009,2.171278,2.131223679,2.161979675,1.851558685,39.27898407,38.92326355,39.01576996,39.14093971,39.34383392,39.03913498,39.30020332,39.59465027,39.529562,39.54124451 +25000,2500,cpu,uniform,TRUE,FALSE,FALSE,2.608060837,2.625703812,2.220630646,2.151966095,2.235651016,2.193212509,1.982688904,1.873254776,1.949548721,1.713275909,39.95203972,39.77322578,39.55125809,39.85548019,39.62111473,39.34240341,39.30068016,39.48450089,39.86573219,39.74533081 +25000,2500,cpu,uniform,FALSE,FALSE,TRUE,3.158807755,3.24845314,2.917289734,3.233671188,3.19814682,2.85077095,3.614902496,3.450632095,3.217220306,3.5405159,39.37673569,39.25871849,38.96379471,39.34073448,38.65861893,39.54648972,39.39628601,39.34597969,39.50023651,39.00623322 +25000,2500,cpu,uniform,FALSE,FALSE,FALSE,3.126621246,3.936767578,3.134250641,2.876758575,3.121852875,3.129243851,3.612995148,3.13782692,3.046989441,3.13615799,39.1304493,39.38341141,39.22176361,40.16804695,57.77430534,38.91944885,38.95878792,40.25793076,39.07299042,39.23010826 +25000,2500,cpu,normal,TRUE,FALSE,TRUE,2.97832489,2.705335617,2.408027649,2.908468246,2.772092819,2.13265419,2.215385437,2.085447311,2.515792847,2.260923386,81.19273186,80.66296577,80.73663712,80.20687103,79.99944687,79.91027832,80.00040054,80.19089699,83.07552338,79.89859581 +25000,2500,cpu,normal,TRUE,FALSE,FALSE,2.994775772,2.780675888,2.69818306,2.610445023,2.27856636,2.747297287,2.24852562,2.506732941,2.29883194,2.283811569,80.25074005,81.16889,80.37090302,80.60264587,80.0743103,80.00826836,79.71715927,81.24232292,83.32133293,81.21776581 +25000,2500,cpu,normal,FALSE,FALSE,TRUE,6.510972977,7.501125336,6.356477737,6.399869919,7.222652435,6.779193878,8.157014847,7.205963135,7.940530777,7.484436035,81.0444355,80.77740669,100.4943848,123.4617233,81.08615875,81.04681969,81.36081696,80.8699131,80.14369011,80.9841156 +25000,2500,cpu,normal,FALSE,FALSE,FALSE,6.870746613,7.653713226,6.652832031,7.291316986,10.25915146,7.271051407,7.395744324,6.757259369,7.353305817,6.859779358,81.53510094,81.37011528,80.9211731,80.76858521,80.52301407,80.50489426,80.19661903,81.06446266,80.77454567,80.82580566 +25000,5000,cpu,homo,TRUE,FALSE,TRUE,3.407478333,3.566741943,2.80547142,3.019094467,2.8860569,2.649068832,2.5370121,2.578258514,2.774238586,2.518892288,45.05634308,44.71826553,44.70968246,44.9025631,44.7435379,44.90280151,44.30007935,44.56114769,44.54064369,44.32868958 +25000,5000,cpu,homo,TRUE,FALSE,FALSE,3.51691246,3.079652786,2.908468246,2.949953079,2.686977386,2.663850784,2.672195435,2.62093544,2.297401428,2.289295197,43.78080368,44.11005974,43.92623901,43.94197464,44.16942596,44.09170151,44.11172867,44.23427582,43.81656647,43.89977455 +25000,5000,cpu,homo,FALSE,FALSE,TRUE,3.312826157,3.107070923,3.555297852,3.136634827,3.45993042,3.43298912,3.556251526,3.44824791,3.069639206,3.314256668,43.58959198,43.64037514,43.46990585,43.57099533,43.52807999,43.41316223,43.56741905,43.47968102,43.70164871,44.05498505 +25000,5000,cpu,homo,FALSE,FALSE,FALSE,3.096818924,3.278017044,3.030538559,2.999067307,2.882480621,3.152132034,3.116846085,3.301143646,3.399372101,3.005504608,44.13151741,43.83444786,44.37923431,43.96748543,44.31343079,43.55120659,43.85066032,43.58625412,43.65706444,43.51401329 +25000,5000,cpu,uniform,TRUE,FALSE,TRUE,3.19814682,3.299951553,3.008365631,2.692937851,2.752780914,2.61425972,2.583742142,2.280473709,2.365112305,2.275943756,78.00292969,78.36127281,77.35657692,77.57711411,78.06444168,77.94737816,77.47936249,78.23777199,78.7961483,78.59277725 +25000,5000,cpu,uniform,TRUE,FALSE,FALSE,3.32903862,3.256559372,3.016471863,2.83074379,2.603054047,2.674102783,2.695798874,2.41112709,2.340078354,2.348899841,78.01628113,77.23474503,77.8157711,78.55391502,78.21655273,79.35619354,79.08320427,79.3762207,97.11170197,78.57680321 +25000,5000,cpu,uniform,FALSE,FALSE,TRUE,4.452228546,3.596544266,2.986192703,3.525018692,3.400325775,3.350734711,3.074884415,3.627538681,3.540039063,3.62944603,77.87322998,78.13024521,77.99220085,77.56996155,78.98592949,78.50408554,97.62167931,78.12595367,77.4769783,78.33838463 +25000,5000,cpu,uniform,FALSE,FALSE,FALSE,3.562688828,3.728151321,3.94320488,3.654718399,4.855632782,3.929853439,3.468990326,3.8189888,4.343271255,3.356695175,77.75402069,79.16283607,77.61931419,78.09472084,78.27162743,78.12643051,77.38184929,77.88968086,77.3704052,77.57425308 +25000,5000,cpu,normal,TRUE,FALSE,TRUE,3.809928894,3.744602203,3.178596497,3.213882446,3.427028656,2.867937088,2.909660339,3.015518188,2.805233002,3.034353256,160.6047153,161.5419388,162.5020504,161.634922,160.6016159,160.1955891,160.6137753,161.01861,162.8088951,162.166357 +25000,5000,cpu,normal,TRUE,FALSE,FALSE,4.554510117,4.229307175,3.554344177,3.343343735,3.510713577,3.216266632,3.014326096,2.994775772,3.130674362,2.608060837,162.327528,161.3385677,203.7742138,161.3209248,161.3893509,162.4679565,162.0521545,161.9260311,161.5269184,161.6294384 +25000,5000,cpu,normal,FALSE,FALSE,TRUE,6.460666656,7.802963257,7.920742035,7.972478867,6.660223007,10.18118858,7.213354111,9.131908417,6.797075272,7.027626038,160.1920128,160.4640484,161.857605,161.1869335,160.9618664,160.0456238,159.9082947,161.2439156,161.7417336,161.0279083 +25000,5000,cpu,normal,FALSE,FALSE,FALSE,8.046150208,6.324529648,8.651733398,7.618188858,6.893396378,7.742643356,6.553888321,8.375406265,6.876945496,8.69011879,161.6494656,161.2522602,161.47542,161.1495018,161.242485,162.6815796,162.4863148,161.7088318,160.6118679,160.3708267 +25000,10000,cpu,homo,TRUE,FALSE,TRUE,4.265785217,3.958702087,3.94153595,3.780841827,3.285884857,3.352880478,3.354787827,3.474235535,3.355264664,3.433465958,88.17100525,87.96882629,88.49024773,88.56749535,88.38486671,88.5784626,88.26065063,89.54262733,89.60080147,88.91844749 +25000,10000,cpu,homo,TRUE,FALSE,FALSE,4.300117493,3.859519958,3.776788712,3.612279892,3.541231155,3.301382065,3.274917603,3.390073776,3.408908844,3.3390522,87.13507652,86.94887161,87.7289772,87.3837471,87.88990974,87.66841888,87.63551712,87.72706985,87.50271797,86.99274063 +25000,10000,cpu,homo,FALSE,FALSE,TRUE,3.811836243,3.435850143,3.183841705,3.335237503,3.468990326,3.056764603,2.881765366,2.784252167,3.101825714,2.910614014,87.76211739,88.13023567,88.41371536,88.22369576,88.00673485,88.24563026,87.80145645,87.50247955,87.10575104,87.41807938 +25000,10000,cpu,homo,FALSE,FALSE,FALSE,3.772258759,3.678798676,3.920555115,3.640651703,3.154039383,3.593921661,3.287315369,3.050804138,2.696275711,2.85410881,87.65506744,87.94856071,87.60213852,86.8139267,86.69447899,87.56875992,87.78047562,87.79644966,86.89022064,86.92669868 +25000,10000,cpu,uniform,TRUE,FALSE,TRUE,4.139900208,3.954410553,3.757715225,3.344297409,3.824472427,3.295898438,3.22675705,3.279924393,3.137350082,3.251791,156.3541889,157.7706337,157.4053764,156.9895744,156.4075947,156.0006142,156.4307213,157.9823494,158.4908962,157.7448845 +25000,10000,cpu,uniform,TRUE,FALSE,FALSE,4.273891449,3.955364227,4.387140274,3.581285477,3.50856781,3.514051437,3.262042999,3.355264664,3.258943558,3.385782242,154.4811726,155.1628113,156.1155319,175.235033,154.3376446,153.8109779,153.9373398,153.8746357,153.6808014,156.0430527 +25000,10000,cpu,uniform,FALSE,FALSE,TRUE,4.162073135,3.938674927,3.962039948,3.765583038,3.266811371,2.869606018,3.203392029,3.121376038,2.902746201,2.552509308,156.3620567,157.7367783,156.8272114,157.2656631,157.0510864,156.2626362,156.9063663,157.6557159,157.7308178,157.0804119 +25000,10000,cpu,uniform,FALSE,FALSE,FALSE,4.528522491,4.03380394,3.80897522,3.635406494,3.586769104,3.322601318,3.202915192,3.284931183,3.015756607,3.257274628,156.1267376,155.9691429,155.7011604,155.0042629,155.3573608,156.9633484,156.586647,155.3092003,155.3623676,154.494524 +25000,10000,cpu,normal,TRUE,FALSE,TRUE,5.821228027,4.948616028,4.952907562,4.344463348,4.39620018,4.54044342,4.227399826,4.385232925,4.110097885,4.323482513,322.5347996,321.2308884,321.1038113,321.7933178,321.7990398,319.9243546,322.0157623,323.895216,319.4611073,321.9339848 +25000,10000,cpu,normal,TRUE,FALSE,FALSE,6.191968918,6.110906601,4.349708557,4.296779633,4.215240479,4.833221436,4.403829575,4.286766052,4.845142365,4.422903061,321.83218,324.870348,322.6680756,321.7132092,324.2104053,321.2275505,322.8321075,326.5035152,321.7282295,321.5703964 +25000,10000,cpu,normal,FALSE,FALSE,TRUE,7.145881653,5.738019943,5.935192108,5.835533142,4.378557205,4.895210266,4.123687744,4.813909531,4.016876221,3.753662109,324.47505,323.7843513,322.6804733,321.3005066,323.5359192,323.1241703,321.2347031,321.9199181,322.3712444,325.189352 +25000,10000,cpu,normal,FALSE,FALSE,FALSE,5.319595337,4.885673523,4.675149918,4.419326782,4.30560112,4.635095596,3.739118576,4.629611969,3.807544708,4.070043564,322.4523067,324.352026,323.9376545,321.4530945,323.3804703,324.0129948,321.313858,322.6413727,321.7728138,318.7541962 +25000,25000,cpu,homo,TRUE,FALSE,TRUE,6.016254425,6.326675415,5.449056625,4.798650742,5.474567413,5.574703217,5.561828613,5.565881729,5.259037018,5.400419235,218.5139656,219.1479206,219.7959423,219.3033695,218.5873985,218.3644772,219.4743156,220.9103107,219.9268341,217.8559303 +25000,25000,cpu,homo,TRUE,FALSE,FALSE,5.141973495,5.6681633,5.46002388,5.611896515,5.830764771,5.583524704,5.605220795,5.150794983,5.496025085,5.693912506,219.61689,219.4144726,217.2939777,218.0008888,219.6013927,219.7391987,218.113184,217.3914909,217.7779675,219.4321156 +25000,25000,cpu,homo,FALSE,FALSE,TRUE,5.65123558,5.445718765,5.275726318,5.445241928,5.189418793,5.444765091,5.36608696,5.649089813,5.341053009,5.688905716,218.8999653,217.0295715,219.1545963,220.477581,222.512722,220.4265594,217.7610397,218.9230919,220.4232216,219.2966938 +25000,25000,cpu,homo,FALSE,FALSE,FALSE,5.781888962,5.662202835,5.436658859,5.529642105,5.20324707,5.410909653,5.350112915,5.182266235,5.427122116,5.230426788,218.3578014,218.9126015,219.227314,221.3923931,219.4492817,218.7621593,219.2764282,221.1782932,220.5455303,219.0546989 +25000,25000,cpu,uniform,TRUE,FALSE,TRUE,6.406545639,6.023645401,5.552053452,5.304098129,5.640506744,5.266189575,5.434989929,5.23018837,5.610704422,5.635976791,392.4393654,409.3756676,391.5481567,392.7428722,388.9482021,390.7253742,391.171217,389.2819881,393.1057453,390.6800747 +25000,25000,cpu,uniform,TRUE,FALSE,FALSE,5.966186523,5.570411682,5.024194717,5.004644394,5.471467972,5.535364151,4.994153976,5.311965942,5.434989929,5.610942841,388.3881569,384.0947151,387.4182701,388.572216,387.1471882,387.1459961,386.8231773,385.8690262,388.0858421,385.2229118 +25000,25000,cpu,uniform,FALSE,FALSE,TRUE,6.278276443,5.636692047,5.44834137,5.116224289,5.289793015,5.832672119,5.544662476,5.230903625,5.720615387,5.053043365,390.0048733,390.4256821,388.0839348,390.6505108,386.66749,389.746666,391.036272,387.2284889,389.149189,387.0718479 +25000,25000,cpu,uniform,FALSE,FALSE,FALSE,5.571365356,5.32746315,5.376577377,5.535125732,5.356550217,5.390644073,5.663871765,5.696296692,5.562067032,5.15627861,385.748148,389.523983,386.6524696,389.1625404,388.1640434,388.8165951,389.0552521,386.9378567,388.9498711,388.4291649 +25000,25000,cpu,normal,TRUE,FALSE,TRUE,8.959293365,8.763790131,8.090496063,8.763551712,8.594751358,9.641170502,7.990598679,8.530378342,9.080886841,8.756875992,806.217432,804.9368858,806.2000275,802.8361797,804.7993183,805.1481247,806.801796,804.8107624,804.775238,803.4071922 +25000,25000,cpu,normal,TRUE,FALSE,FALSE,8.174419403,8.880138397,8.542299271,9.113550186,8.123159409,8.84604454,9.101629257,8.556842804,8.056640625,9.837865829,806.5066338,805.5758476,804.7063351,807.5380325,801.3653755,799.7009754,804.2149544,803.0962944,802.0014763,803.1816483 +25000,25000,cpu,normal,FALSE,FALSE,TRUE,8.246421814,9.131669998,8.867025375,8.516788483,8.881568909,9.244203568,9.98044014,9.093523026,8.432149887,8.979320526,807.0862293,804.0764332,804.6731949,807.2519302,803.0750751,805.0632477,805.7560921,804.9798012,806.0464859,805.2225113 +25000,25000,cpu,normal,FALSE,FALSE,FALSE,8.561372757,8.965492249,9.109020233,8.665800095,9.234666824,8.962154388,8.393287659,8.652687073,9.616374969,8.421182632,805.4804802,803.9593697,801.4681339,802.8371334,804.6650887,805.1376343,853.3124924,803.0698299,803.1048775,806.7367077 +25000,37500,cpu,homo,TRUE,FALSE,TRUE,7.059335709,7.682561874,6.967782974,7.709503174,7.937431335,6.990432739,7.082700729,7.003068924,7.080078125,7.588624954,329.777956,328.1872272,324.8543739,329.8535347,328.8731575,325.1302242,331.6531181,327.848196,325.8392811,327.5902271 +25000,37500,cpu,homo,TRUE,FALSE,FALSE,6.759166718,7.292985916,7.145643234,7.28559494,7.185935974,7.224321365,7.3595047,7.661581039,7.141590118,7.587432861,331.0751915,327.1174431,327.6526928,328.8497925,327.3203373,326.3382912,329.0045261,327.5845051,325.8521557,327.9891014 +25000,37500,cpu,homo,FALSE,FALSE,TRUE,8.145093918,8.319854736,8.338212967,7.717609406,8.291244507,8.151292801,8.12625885,8.043289185,8.117675781,8.197546005,330.4009438,330.6851387,329.7233582,331.1505318,328.6607265,329.3042183,330.1646709,329.3521404,330.8894634,331.7360878 +25000,37500,cpu,homo,FALSE,FALSE,FALSE,7.894992828,8.055925369,8.253097534,7.986307144,8.249998093,8.505821228,8.651256561,8.352994919,8.290529251,8.20183754,327.9528618,325.3741264,327.8138638,326.8506527,325.6464005,330.5113316,330.165863,327.6715279,327.9185295,328.8476467 +25000,37500,cpu,uniform,TRUE,FALSE,TRUE,6.481409073,7.499933243,7.092475891,6.93321228,6.947755814,6.820678711,7.743358612,6.547212601,6.38961792,6.875276566,589.2670155,587.5484943,587.2614384,587.8612995,585.3040218,588.013649,585.4070187,588.2434845,586.6472721,584.5351219 +25000,37500,cpu,uniform,TRUE,FALSE,FALSE,6.843328476,6.65807724,6.846904755,6.931781769,7.025003433,6.857156754,6.978034973,6.857633591,6.682634354,8.206129074,579.5900822,578.0541897,577.3422718,577.6576996,578.4313679,578.5439014,575.5717754,578.8707733,577.9941082,577.7506828 +25000,37500,cpu,uniform,FALSE,FALSE,TRUE,8.486509323,8.110523224,8.745908737,8.425712585,8.030653,8.234500885,7.903575897,8.522987366,7.875680923,8.34608078,587.2917175,583.6267471,588.1404877,584.410429,584.5491886,587.4831676,606.2493324,586.7612362,584.0909481,586.3759518 +25000,37500,cpu,uniform,FALSE,FALSE,FALSE,8.413076401,8.716106415,8.568286896,8.174419403,8.225679398,8.695840836,8.33106041,7.930517197,8.620500565,8.385181427,581.9644928,603.9044857,581.196785,580.1427364,579.0600777,583.0464363,579.2973042,581.8884373,582.8406811,579.8840523 +25000,37500,cpu,normal,TRUE,FALSE,TRUE,9.733200073,10.02144814,11.05117798,9.782314301,10.43820381,10.20884514,9.953737259,10.04934311,9.744644165,10.65278053,1199.108124,1199.009657,1196.26236,1197.846174,1199.256897,1198.223114,1200.615168,1204.24366,1204.730988,1205.422163 +25000,37500,cpu,normal,TRUE,FALSE,FALSE,10.4367733,10.20622253,9.922504425,10.51735878,9.758234024,9.864807129,9.897232056,10.25438309,10.54358482,10.00142097,1203.644514,1202.643633,1207.777023,1203.412533,1206.167698,1210.887194,1208.882093,1207.360029,1209.919214,1208.899498 +25000,37500,cpu,normal,FALSE,FALSE,TRUE,12.93516159,13.51594925,14.46771622,13.17715645,12.83740997,13.66996765,13.41533661,13.49473,13.10229301,13.2484436,1209.660292,1210.78825,1205.686331,1206.053495,1208.099842,1204.442739,1206.448078,1231.775284,1206.794739,1206.06637 +25000,37500,cpu,normal,FALSE,FALSE,FALSE,12.97044754,13.03648949,12.92014122,13.18049431,12.78829575,13.34166527,14.05024529,13.73791695,13.07439804,13.07749748,1207.931757,1211.234093,1212.654829,1208.58717,1206.982613,1210.743666,1210.634708,1209.969759,1210.319519,1207.536459 +25000,50000,cpu,homo,TRUE,FALSE,TRUE,8.698225021,8.898019791,9.356021881,8.947134018,9.740829468,8.927583694,8.333921432,8.904457092,9.251594543,8.826494217,439.9309158,436.5551472,441.265583,439.7006035,436.9277954,440.1590824,437.8094673,438.9839172,436.560154,438.857317 +25000,50000,cpu,homo,TRUE,FALSE,FALSE,8.845806122,8.435487747,8.845806122,9.058475494,8.69345665,8.846282959,8.815050125,8.594751358,8.969783783,9.102106094,435.469389,438.3692741,434.2238903,436.9883537,432.7652454,433.8366985,436.0060692,434.4055653,438.2238388,436.4697933 +25000,50000,cpu,homo,FALSE,FALSE,TRUE,10.72573662,11.1579895,11.59834862,10.90312004,10.51926613,11.20877266,10.62679291,10.56885719,10.92720032,11.02256775,439.2755032,439.5503998,438.9326572,439.2092228,439.422369,438.2166862,440.4652119,439.4288063,440.8385754,438.9281273 +25000,50000,cpu,homo,FALSE,FALSE,FALSE,10.62917709,10.73932648,10.80369949,10.68806648,10.6241703,10.52999496,10.97893715,10.82229614,10.24842262,10.88094711,436.7289543,434.7412586,439.0456676,435.1017475,439.2848015,435.1086617,437.4861717,435.3485107,435.6181622,437.8640652 +25000,50000,cpu,uniform,TRUE,FALSE,TRUE,7.68494606,8.324861526,9.665489197,8.093357086,7.989645004,8.753538132,7.648468018,8.191823959,8.794307709,8.317708969,779.7911167,779.4857025,778.1121731,779.9003124,778.2256603,781.621933,779.2830467,776.8936157,776.5350342,779.8793316 +25000,50000,cpu,uniform,TRUE,FALSE,FALSE,7.875919342,8.177042007,8.473157883,8.772850037,8.411169052,8.736610413,8.240699768,8.540153503,8.539199829,8.579015732,772.3631859,776.8232822,774.0178108,772.1459866,775.2101421,775.134325,774.387598,774.0814686,771.9941139,773.3008862 +25000,50000,cpu,uniform,FALSE,FALSE,TRUE,10.63323021,11.26384735,10.76173782,11.0771656,10.81490517,11.80744171,10.69164276,10.59103012,10.77485085,10.87427139,780.5531025,778.727293,775.0988007,776.9811153,800.262928,781.7306519,783.6585045,783.8413715,782.941103,783.9739323 +25000,50000,cpu,uniform,FALSE,FALSE,FALSE,10.64062119,10.84852219,10.60414314,10.65039635,10.33163071,10.70070267,12.03393936,11.07382774,11.45553589,10.29777527,775.6094933,777.0307064,775.8238316,773.7462521,777.8189182,775.8860588,775.2890587,774.1632462,773.5903263,776.7002583 +25000,50000,cpu,normal,TRUE,FALSE,TRUE,12.82548904,14.44530487,12.88461685,12.70484924,12.86268234,13.03076744,12.78567314,12.70627975,13.12327385,13.78750801,1601.864338,1601.782322,1603.969336,1601.976156,1598.905563,1600.878239,1600.410223,1597.295284,1602.191687,1599.832535 +25000,50000,cpu,normal,TRUE,FALSE,FALSE,12.92824745,14.4970417,13.11659813,12.60590553,12.57944107,13.19074631,13.235569,12.6516819,12.81785965,12.82382011,1601.748228,1603.173971,1608.390093,1610.086679,1606.019258,1603.042603,1607.702017,1609.355688,1606.790304,1607.033014 +25000,50000,cpu,normal,FALSE,FALSE,TRUE,16.38889313,19.23012733,17.79723167,17.46606827,17.23408699,17.4434185,17.1225071,17.97270775,17.31491089,17.87090302,1651.869297,1607.11956,1610.524416,1612.758398,1607.784271,1609.915733,1612.06913,1607.252121,1610.669613,1608.350754 +25000,50000,cpu,normal,FALSE,FALSE,FALSE,17.41528511,18.49269867,17.92192459,17.71187782,18.30744743,17.69375801,17.51089096,18.38517189,17.46153831,17.48776436,1605.255127,1604.98786,1605.612993,1602.06604,1612.525225,1610.444784,1610.696077,1616.930485,1607.618093,1608.991146 +37500,1000,cpu,homo,TRUE,FALSE,TRUE,2.501964569,2.460241318,2.274751663,1.974105835,2.029657364,2.093791962,2.015352249,1.892328262,1.760959625,1.758098602,13.70167732,13.57245445,13.63539696,13.6783123,13.76533508,13.74030113,13.75174522,13.85164261,13.73124123,13.89360428 +37500,1000,cpu,homo,TRUE,FALSE,FALSE,2.445220947,2.311944962,2.511262894,2.301931381,2.138137817,2.066612244,2.043247223,1.971006393,2.063274384,1.811981201,13.37647438,13.45801353,13.5872364,13.49544525,13.53144646,13.72861862,13.4370327,13.56005669,13.433218,13.48471642 +37500,1000,cpu,homo,FALSE,FALSE,TRUE,2.296686172,2.38275528,3.586530685,3.592014313,3.636598587,3.378868103,3.508806229,2.83741951,3.347158432,3.568649292,13.12065125,12.88175583,13.18430901,13.23223114,13.23866844,13.18359375,13.12494278,13.19670677,13.13614845,13.23962212 +37500,1000,cpu,homo,FALSE,FALSE,FALSE,3.157138824,2.923965454,3.528833389,2.775669098,2.427577972,2.751588821,3.242731094,3.654718399,3.605127335,3.690481186,13.13757896,13.17691803,13.10563087,13.06390762,13.11516762,13.13114166,13.23795319,12.94326782,13.02695274,12.99929619 +37500,1000,cpu,uniform,TRUE,FALSE,TRUE,2.544164658,2.320766449,2.407312393,2.2585392,2.249240875,1.868963242,1.834630966,1.90448761,1.898288727,1.888275146,23.89359474,23.51140976,23.94890785,23.6928463,23.79727364,23.57912064,23.77820015,23.97108078,23.78153801,24.09243584 +37500,1000,cpu,uniform,TRUE,FALSE,FALSE,2.163648605,2.261400223,2.17795372,2.436876297,2.005815506,1.926422119,1.836538315,1.928329468,1.868009567,1.846551895,24.61481094,24.37138557,24.76239204,24.7964859,24.43671227,24.41120148,24.32847023,24.36709404,23.95701408,24.30415154 +37500,1000,cpu,uniform,FALSE,FALSE,TRUE,4.210948944,4.164457321,3.672122955,3.497123718,4.199266434,3.859519958,4.081010818,4.437208176,4.431962967,5.405426025,24.00636673,23.77963066,23.60057831,23.43463898,23.71931076,45.07136345,23.79202843,23.66495132,23.64182472,23.80347252 +37500,1000,cpu,uniform,FALSE,FALSE,FALSE,4.39286232,3.029823303,3.045797348,4.392623901,4.561185837,4.323482513,3.932237625,4.385232925,3.510713577,4.27365303,23.60057831,23.3938694,23.29730988,23.43797684,23.65231514,23.49114418,23.56648445,23.86331558,23.74458313,35.77899933 +37500,1000,cpu,normal,TRUE,FALSE,TRUE,2.748966217,2.364397049,2.140045166,2.310037613,2.234697342,2.1007061,2.108097076,1.897096634,1.967668533,2.047777176,47.8413105,48.06876183,47.9581356,48.53248596,47.90091515,48.0234623,48.00987244,49.21531677,48.46405983,48.31838608 +37500,1000,cpu,normal,TRUE,FALSE,FALSE,2.801179886,2.323627472,2.321004868,2.290248871,2.351284027,2.544164658,1.940965652,1.879453659,1.931905746,1.847505569,48.58374596,48.76589775,48.69294167,48.53582382,48.23279381,48.73323441,48.22134972,48.23064804,48.32196236,47.99318314 +37500,1000,cpu,normal,FALSE,FALSE,TRUE,6.677627563,9.249448776,8.284807205,10.39624214,10.36930084,9.357213974,10.47468185,10.55192947,10.49637794,10.48588753,48.64287376,48.93279076,51.31149292,48.7434864,48.91610146,48.97856712,48.4726429,48.422575,48.45428467,48.54559898 +37500,1000,cpu,normal,FALSE,FALSE,FALSE,6.630659103,10.11967659,10.15090942,10.16449928,8.646249771,10.20860672,10.55049896,9.391546249,10.41221619,9.54580307,48.32673073,48.36130142,48.4058857,48.93732071,48.34270477,48.62809181,51.70059204,85.25919914,49.00240898,48.73418808 +37500,2500,cpu,homo,TRUE,FALSE,TRUE,3.467559814,3.415107727,3.039360046,2.990484238,2.800703049,2.622842789,2.726078033,2.641439438,2.48670578,2.519607544,33.82253647,34.12508965,33.59246254,33.37860107,33.83231163,33.77628326,33.88237953,34.29317474,33.62393379,34.3875885 +37500,2500,cpu,homo,TRUE,FALSE,FALSE,3.357172012,3.126621246,3.133535385,2.857208252,2.926826477,2.813339233,2.724647522,2.576351166,2.591609955,2.647399902,32.71269798,32.49287605,32.78636932,33.12039375,32.97424316,32.74464607,33.04481506,32.99880028,33.05745125,32.92012215 +37500,2500,cpu,homo,FALSE,FALSE,TRUE,5.267620087,3.834486008,3.703832626,4.754304886,4.711389542,4.35757637,4.92811203,4.98509407,4.07242775,3.806114197,32.80997276,33.04767609,33.07271004,33.15138817,33.2300663,32.96613693,32.8438282,33.08343887,32.88507462,33.03360939 +37500,2500,cpu,homo,FALSE,FALSE,FALSE,4.585981369,3.843307495,3.554821014,4.028081894,3.919363022,3.754377365,3.912210464,3.980398178,3.77702713,3.803730011,32.70125389,32.61446953,32.68384933,32.49192238,32.57489204,32.67550468,32.65786171,32.51957893,32.57751465,32.5448513 +37500,2500,cpu,uniform,TRUE,FALSE,TRUE,3.413200378,3.002643585,2.867460251,2.819061279,2.858161926,2.979755402,2.586364746,2.435684204,2.332448959,2.264261246,58.26878548,57.34109879,57.81579018,57.52515793,57.75308609,58.17556381,57.42430687,57.87730217,57.90543556,58.20941925 +37500,2500,cpu,uniform,TRUE,FALSE,FALSE,3.31902504,3.021478653,2.992630005,2.911090851,2.827167511,2.714157104,2.588748932,2.401590347,2.483606339,2.518177032,59.28492546,58.87007713,59.06057358,58.9632988,58.99548531,59.23223495,58.89725685,59.09323692,59.20433998,59.00883675 +37500,2500,cpu,uniform,FALSE,FALSE,TRUE,4.615068436,4.634380341,5.523681641,4.182577133,4.7082901,4.806518555,4.515647888,4.683494568,4.896640778,4.781246185,59.26442146,59.15331841,58.52150917,58.17627907,58.16674232,58.23588371,58.19892883,58.17174911,58.14695358,58.18295479 +37500,2500,cpu,uniform,FALSE,FALSE,FALSE,4.461050034,4.482507706,4.044294357,4.414796829,4.214525223,5.775928497,4.622936249,4.960775375,4.4298172,4.485368729,58.1548214,58.60733986,58.62498283,58.58564377,58.5000515,57.9688549,58.86268616,58.21108818,58.46142769,57.80434608 +37500,2500,cpu,normal,TRUE,FALSE,TRUE,3.965139389,3.660917282,3.258705139,3.584861755,3.210306168,3.106594086,2.879619598,2.923965454,2.631187439,3.055810928,120.7785606,121.309042,120.8355427,121.1633682,120.8817959,120.8536625,120.6235886,119.915247,121.2306023,121.3319302 +37500,2500,cpu,normal,TRUE,FALSE,FALSE,4.024744034,3.576993942,3.791332245,3.296375275,3.031492233,3.022432327,2.889633179,2.751111984,2.835512161,2.724647522,121.3614941,122.4653721,121.7746735,121.4456558,121.7281818,120.392561,120.3911304,120.634079,121.3860512,121.5510368 +37500,2500,cpu,normal,FALSE,FALSE,TRUE,7.609844208,8.798122406,11.5737915,10.45894623,10.51950455,10.79654694,9.394884109,10.50662994,11.10172272,10.96701622,120.3386784,122.7238178,140.3512955,121.5190887,120.4125881,120.6936836,121.0241318,121.5744019,179.7714233,122.5533485 +37500,2500,cpu,normal,FALSE,FALSE,FALSE,8.947849274,10.47468185,9.763479233,9.023427963,8.269071579,9.176015854,9.789228439,10.13302803,10.42079926,9.374380112,120.5322742,120.896101,124.9482632,121.6170788,120.775938,120.9790707,120.610714,121.5729713,120.5101013,122.0564842 +37500,5000,cpu,homo,TRUE,FALSE,TRUE,4.266500473,3.722429276,3.530025482,3.682374954,3.505468369,3.679990768,3.407716751,3.430604935,3.369808197,3.512859344,66.51425362,65.81187248,66.18356705,66.13397598,66.02263451,65.70863724,66.55478477,66.03908539,66.56241417,66.33019447 +37500,5000,cpu,homo,TRUE,FALSE,FALSE,4.523515701,4.344940186,3.853082657,3.751754761,3.41463089,3.507852554,3.435373306,3.531217575,3.391027451,3.544569016,65.9828186,65.8056736,66.19811058,65.72008133,65.66476822,65.97113609,65.45567513,65.82713127,66.15924835,65.43278694 +37500,5000,cpu,homo,FALSE,FALSE,TRUE,5.375385284,5.16462326,4.753351212,4.356384277,4.319667816,4.063129425,3.921508789,4.639387131,4.5773983,4.021883011,66.11585617,66.11895561,65.50979614,65.80305099,65.69766998,65.8993721,65.3424263,65.41061401,65.37461281,65.32287598 +37500,5000,cpu,homo,FALSE,FALSE,FALSE,4.964828491,4.417896271,4.864215851,4.925489426,4.309415817,5.809783936,4.477024078,3.839492798,4.765748978,4.724502563,65.55581093,65.731287,65.41275978,65.87815285,66.37835503,66.43366814,65.00720978,65.86194038,65.95230103,64.87560272 +37500,5000,cpu,uniform,TRUE,FALSE,TRUE,4.175186157,3.829956055,3.925085068,3.450632095,3.436088562,3.350973129,3.289699554,3.270149231,3.3390522,3.257751465,116.8978214,117.3710823,118.3097363,117.6755428,117.2103882,116.2748337,116.0430908,116.330862,116.0447598,117.0423031 +37500,5000,cpu,uniform,TRUE,FALSE,FALSE,4.30226326,3.935337067,3.869056702,3.601312637,3.37100029,3.490447998,3.314733505,3.27706337,3.229379654,3.275156021,116.4040565,116.7085171,116.5742874,116.3809299,117.8407669,117.9087162,117.6562309,117.3949242,116.1954403,116.7368889 +37500,5000,cpu,uniform,FALSE,FALSE,TRUE,4.755020142,5.260705948,4.822254181,6.371498108,5.077838898,4.38284874,5.352735519,4.627943039,4.293203354,5.897045135,117.3877716,116.8324947,116.1870956,117.0713902,117.0248985,117.7134514,118.6900139,117.6977158,117.6877022,117.9990768 +37500,5000,cpu,uniform,FALSE,FALSE,FALSE,5.99694252,4.432201385,5.549907684,6.336450577,5.108356476,4.588603973,4.307031631,4.491567612,5.710124969,4.788637161,117.3958778,117.6631451,116.3127422,116.281271,116.4219379,116.0390377,115.9887314,115.6778336,116.8169975,117.5639629 +37500,5000,cpu,normal,TRUE,FALSE,TRUE,5.5103302,4.657268524,4.61268425,4.387140274,3.999233246,4.140138626,4.083395004,4.138231277,4.089355469,4.332542419,242.4530983,240.5991554,239.0766144,239.7167683,241.6555882,240.932703,240.3485775,242.4235344,242.9432869,242.2606945 +37500,5000,cpu,normal,TRUE,FALSE,FALSE,5.293607712,4.939079285,4.434347153,4.704713821,4.380941391,4.307508469,4.140853882,4.160881042,4.065036774,4.11605835,242.6037788,241.6491508,239.7508621,239.4967079,243.0896759,242.0961857,242.3927784,239.9904728,241.5540218,242.4390316 +37500,5000,cpu,normal,FALSE,FALSE,TRUE,9.27400589,11.25001907,7.812023163,9.036540985,9.71364975,12.30168343,9.667873383,8.506298065,10.45084,9.626626968,239.6416664,241.2683964,242.4314022,240.9601212,239.2759323,239.3107414,242.2616482,241.271019,239.5761013,239.5751476 +37500,5000,cpu,normal,FALSE,FALSE,FALSE,9.252786636,9.878396988,11.90161705,11.87133789,9.982347488,11.68417931,8.732795715,9.335279465,11.77978516,11.91592216,241.2853241,240.7164574,258.9933872,242.3739433,242.3856258,260.2238655,241.3599491,242.6221371,242.5553799,241.6749001 +37500,10000,cpu,homo,TRUE,FALSE,TRUE,5.2754879,5.177736282,5.005121231,5.110263824,4.923582077,4.883527756,5.01871109,5.124807358,5.078792572,5.262613297,131.7074299,133.1682205,133.1338882,132.6451302,131.9904327,131.3960552,131.7350864,132.3215961,132.4989796,133.2116127 +37500,10000,cpu,homo,TRUE,FALSE,FALSE,5.295276642,4.850149155,5.064964294,5.168437958,5.148172379,5.183935165,5.331277847,5.306005478,5.154848099,5.32245636,130.4061413,130.8033466,131.9518089,131.7417622,131.4115524,130.9399605,130.0466061,131.0417652,131.0315132,130.2137375 +37500,10000,cpu,homo,FALSE,FALSE,TRUE,4.777908325,4.171609879,3.84926796,4.45318222,3.739356995,3.60417366,3.407239914,3.522872925,3.219842911,2.860546112,130.6295395,131.9668293,132.5445175,132.8659058,132.4551105,131.6502094,131.3052177,130.7239532,130.7945251,131.4814091 +37500,10000,cpu,homo,FALSE,FALSE,FALSE,4.552602768,4.099607468,3.778934479,3.752946854,3.151655197,3.2351017,3.123044968,3.254652023,2.914905548,3.10254097,129.0581226,129.4736862,129.4398308,130.3083897,132.7991486,131.6890717,131.0911179,130.2142143,130.1288605,130.3637028 +37500,10000,cpu,uniform,TRUE,FALSE,TRUE,5.465984344,5.192518234,5.121946335,4.65631485,4.862546921,4.707098007,5.189657211,4.92143631,4.905223846,4.927873611,235.5670929,233.9632511,235.2018356,235.9495163,235.8484268,234.9760532,234.1799736,235.1238728,236.3164425,234.7359657 +37500,10000,cpu,uniform,TRUE,FALSE,FALSE,6.040096283,5.072832108,5.069971085,4.991054535,4.784822464,5.023002625,4.683017731,4.749774933,4.870891571,4.715681076,233.1030369,234.0817451,233.3266735,230.1113605,232.0270538,232.8646183,234.6119881,233.1473827,232.5801849,233.5352898 +37500,10000,cpu,uniform,FALSE,FALSE,TRUE,4.638433456,4.805326462,4.233837128,4.495859146,3.612995148,3.94821167,3.660678864,3.256559372,3.493070602,4.125118256,235.1236343,233.8602543,235.4490757,234.0848446,236.8295193,255.8372021,235.0740433,238.0833626,235.5103493,235.6290817 +37500,10000,cpu,uniform,FALSE,FALSE,FALSE,5.146026611,4.498243332,4.320144653,4.310846329,3.808021545,3.522396088,3.148555756,3.292798996,3.244876862,2.833843231,231.4798832,233.8182926,231.906414,231.8732738,232.7888012,234.3358994,232.9573631,232.8970432,232.8469753,232.7075005 +37500,10000,cpu,normal,TRUE,FALSE,TRUE,6.904602051,6.323814392,6.924152374,7.617235184,6.486177444,6.500482559,6.52050972,6.536483765,6.423473358,6.962537766,485.2406979,484.7545624,486.6495132,482.8736782,484.8091602,481.1911583,482.1064472,480.9088707,482.8734398,483.9003086 +37500,10000,cpu,normal,TRUE,FALSE,FALSE,6.365776062,6.850242615,6.634950638,6.328582764,6.623744965,6.593227386,6.71505928,6.460189819,6.74200058,6.504535675,482.5036526,483.2952023,521.0142136,484.1337204,482.7742577,484.6174717,483.9241505,483.628273,482.8782082,484.6382141 +37500,10000,cpu,normal,FALSE,FALSE,TRUE,6.703853607,6.312608719,5.073547363,5.155563354,5.192995071,4.954099655,5.055904388,4.588603973,4.942893982,5.20658493,479.3522358,481.7426205,478.9471626,483.839035,503.49617,482.7039242,480.0858498,482.4168682,480.7498455,484.4799042 +37500,10000,cpu,normal,FALSE,FALSE,FALSE,7.752656937,7.860183716,7.448911667,6.334781647,6.047487259,5.28550148,5.176067352,4.968881607,4.714250565,4.643678665,481.3148975,478.2407284,481.148243,476.3977528,480.3116322,479.4304371,483.0009937,479.1407585,480.1380634,509.8040104 +37500,25000,cpu,homo,TRUE,FALSE,TRUE,7.652521133,7.872104645,7.874488831,8.001327515,7.741212845,7.566452026,7.676124573,8.032798767,8.113145828,8.539199829,328.994751,328.0408382,327.4173737,331.0139179,327.6958466,328.2659054,329.8830986,331.8459988,328.0165195,330.9395313 +37500,25000,cpu,homo,TRUE,FALSE,FALSE,8.219242096,9.095191956,7.980585098,8.094787598,7.906913757,7.73525238,8.245229721,8.350372314,8.541584015,7.84945488,331.3858509,330.9855461,327.3055553,327.7668953,328.1466961,325.7687092,326.8661499,329.2834759,327.0022869,328.1781673 +37500,25000,cpu,homo,FALSE,FALSE,TRUE,6.685495377,7.057666779,6.941080093,7.294654846,7.806062698,6.611585617,6.990909576,7.140398026,7.155656815,7.344961166,329.6234608,329.303503,326.4141083,328.3166885,329.2911053,327.1188736,328.6416531,329.9047947,327.8987408,328.3388615 +37500,25000,cpu,homo,FALSE,FALSE,FALSE,6.961584091,7.011651993,8.185148239,7.429122925,7.140636444,7.255792618,7.123231888,7.35616684,7.579565048,6.878852844,328.4058571,331.0639858,324.0492344,328.8221359,328.9363384,323.4724998,325.7205486,330.5957317,325.5941868,326.5736103 +37500,25000,cpu,uniform,TRUE,FALSE,TRUE,8.501529694,8.080244064,8.302688599,8.180618286,8.117437363,8.857011795,8.599042892,9.071826935,7.959604263,8.269786835,587.6879692,585.8831406,588.0568027,585.7079029,587.4254704,585.0231647,587.0053768,588.5107517,585.0017071,587.0530605 +37500,25000,cpu,uniform,TRUE,FALSE,FALSE,7.911205292,8.761167526,8.189678192,8.255243301,7.590532303,8.053779602,8.220434189,8.165836334,7.738351822,8.118867874,576.4183998,582.3068619,579.9436569,579.3414116,581.2475681,577.3525238,582.6807022,578.2773495,580.1393986,578.6767006 +37500,25000,cpu,uniform,FALSE,FALSE,TRUE,6.579637527,6.565093994,6.399393082,6.623029709,6.393671036,6.410598755,6.583690643,6.387710571,7.854700089,6.591558456,585.3531361,588.4678364,586.5545273,587.7621174,585.4334831,585.1175785,586.3633156,609.2853546,588.5705948,588.5579586 +37500,25000,cpu,uniform,FALSE,FALSE,FALSE,6.93655014,6.304979324,6.398439407,6.665229797,7.000684738,7.346153259,7.308959961,7.692337036,6.325244904,6.853818893,579.7026157,580.5160999,580.5637836,581.3140869,575.7722855,579.6279907,578.0382156,579.5340538,579.3323517,579.843998 +37500,25000,cpu,normal,TRUE,FALSE,TRUE,13.66448402,13.58056068,14.40739632,13.00430298,13.85140419,13.45729828,13.88049126,14.11318779,13.44537735,14.40501213,1201.922894,1205.249548,1206.217527,1205.023289,1206.573248,1207.038641,1209.173679,1210.626125,1209.774494,1206.854105 +37500,25000,cpu,normal,TRUE,FALSE,FALSE,14.36567307,14.50443268,12.58683205,13.2329464,13.60154152,13.54455948,12.6683712,13.80681992,14.18781281,12.55297661,1209.971428,1211.667538,1208.718538,1208.580017,1203.872681,1202.663422,1206.120491,1204.392433,1203.645706,1206.302404 +37500,25000,cpu,normal,FALSE,FALSE,TRUE,9.953975677,10.17975807,9.776115417,10.02144814,10.24770737,10.07246971,10.05959511,9.747982025,10.05530357,10.13374329,1205.96838,1205.962896,1205.01709,1207.947016,1207.672119,1207.450867,1208.672523,1207.195997,1208.076239,1208.553314 +37500,25000,cpu,normal,FALSE,FALSE,FALSE,9.785175323,10.10918617,9.706258774,9.900569916,9.809017181,10.53166389,10.24222374,9.870290756,9.933710098,10.40315628,1203.420877,1200.894117,1201.87974,1206.339359,1204.716206,1208.479881,1211.576223,1204.180956,1208.114147,1206.655502 +37500,37500,cpu,homo,TRUE,FALSE,TRUE,10.62607765,10.74147224,10.69688797,10.79678535,11.02662086,11.33131981,10.98704338,10.62822342,10.49804688,11.15131378,491.9321537,491.5261269,494.8472977,492.941618,492.0554161,492.2626019,494.1878319,491.7700291,491.9197559,492.5904274 +37500,37500,cpu,homo,TRUE,FALSE,FALSE,10.98513603,10.78486443,11.1041069,11.61551476,11.37137413,11.01922989,10.68353653,10.66470146,11.06643677,11.39211655,487.7874851,491.5947914,489.5238876,492.9025173,490.950346,491.5134907,489.8905754,490.4901981,488.919735,491.0550117 +37500,37500,cpu,homo,FALSE,FALSE,TRUE,10.1556778,11.13510132,11.02185249,10.92910767,10.90741158,10.95962524,11.04450226,10.90598106,11.04927063,10.59627533,492.2888279,494.3809509,494.0054417,493.0109978,492.1574593,492.8538799,494.6377277,493.0186272,492.9950237,493.5162067 +37500,37500,cpu,homo,FALSE,FALSE,FALSE,11.29174232,10.9333992,10.88261604,10.60009003,11.22403145,10.80036163,11.43336296,10.91766357,11.35182381,10.7395649,487.2441292,485.6584072,489.2282486,487.7436161,488.3549213,486.9244099,488.9986515,486.8407249,489.9878502,485.8934879 +37500,37500,cpu,uniform,TRUE,FALSE,TRUE,10.83922386,9.644269943,10.8730793,10.39481163,10.57887077,10.31565666,10.13970375,9.894132614,10.50972939,10.84971428,878.4160614,879.948616,879.2943954,878.7939548,878.6942959,877.1631718,880.3796768,876.7542839,876.9567013,878.9541721 +37500,37500,cpu,uniform,TRUE,FALSE,FALSE,10.68377495,10.96463203,10.19310951,10.46681404,10.64300537,10.44487953,10.66279411,9.922266006,9.919404984,10.1351738,872.5266457,918.1668758,866.1503792,868.6413765,870.2151775,870.1584339,869.9977398,901.7598629,866.383791,867.6035404 +37500,37500,cpu,uniform,FALSE,FALSE,TRUE,10.31041145,10.78629494,10.88452339,11.50655746,11.13843918,11.67750359,10.17904282,11.20758057,11.04688644,10.51878929,873.557806,876.131773,873.3921051,876.3055801,876.2710094,878.2184124,875.8425713,878.0152798,877.5660992,875.3626347 +37500,37500,cpu,uniform,FALSE,FALSE,FALSE,10.10727882,9.984016418,10.39910316,10.13565063,10.40220261,10.40625572,10.70904732,9.698390961,10.59627533,9.927749634,870.6455231,871.0122108,871.0536957,889.6420002,870.7437515,894.1121101,870.0432777,870.2974319,871.1960316,872.3356724 +37500,37500,cpu,normal,TRUE,FALSE,TRUE,16.93606377,15.51246643,15.84243774,15.29335976,15.46096802,14.93477821,15.57374001,17.82989502,16.56007767,15.12384415,1811.653137,1807.817459,1813.312292,1810.38332,1806.221008,1802.164078,1809.864044,1808.416367,1808.44903,1807.801008 +37500,37500,cpu,normal,TRUE,FALSE,FALSE,16.18170738,15.21396637,14.72949982,15.33436775,15.78736305,15.27810097,16.25490189,15.28167725,15.55752754,16.38221741,1806.554556,1808.380365,1859.330893,1815.391064,1812.651634,1806.38051,1814.912081,1858.902216,1813.586473,1818.652391 +37500,37500,cpu,normal,FALSE,FALSE,TRUE,16.32833481,16.31116867,15.17868042,15.67864418,14.71924782,15.16985893,14.90235329,17.52400398,15.26093483,17.45772362,1801.530361,1797.393322,1800.060272,1795.739174,1796.785355,1793.289661,1791.033506,1786.742926,1794.979572,1795.548677 +37500,37500,cpu,normal,FALSE,FALSE,FALSE,15.45715332,15.11359215,16.65043831,16.25823975,15.08951187,15.76399803,15.46478271,15.32554626,15.2797699,14.70899582,1811.483622,1813.879013,1812.165499,1813.692093,1809.188604,1846.549034,1811.696529,1812.907457,1815.746069,1820.899487 +37500,50000,cpu,homo,TRUE,FALSE,TRUE,14.19210434,13.55481148,14.1222477,12.57348061,12.86554337,13.45705986,13.86618614,13.04650307,13.40031624,13.33594322,655.6930542,655.8887959,657.0281982,654.9928188,658.0729485,658.7412357,656.7456722,658.3826542,659.506321,657.1211815 +37500,50000,cpu,homo,TRUE,FALSE,FALSE,13.72170448,13.71097565,13.15879822,13.32139969,12.51578331,13.68117332,13.66305351,13.24129105,12.47906685,13.23390007,657.3343277,652.816534,652.4794102,654.2060375,652.964592,655.8356285,655.5678844,651.8993378,656.9824219,654.5288563 +37500,50000,cpu,homo,FALSE,FALSE,TRUE,14.2531395,14.32180405,14.03427124,14.49799538,14.36305046,14.19401169,13.90242577,13.99850845,13.96727562,13.84449005,656.9628716,654.6037197,654.4048786,655.5132866,654.7176838,656.8017006,656.8222046,655.1418304,658.513546,655.166626 +37500,50000,cpu,homo,FALSE,FALSE,FALSE,14.24312592,15.24686813,14.30630684,13.99564743,15.18249512,14.30773735,14.74952698,14.50133324,14.13869858,14.7292614,654.8988819,654.4678211,652.2450447,656.1801434,654.6041965,655.3447247,656.922102,651.8700123,653.6839008,656.4416885 +37500,50000,cpu,uniform,TRUE,FALSE,TRUE,11.78765297,12.61234283,12.76755333,13.048172,13.49163055,11.47556305,12.85099983,11.9099617,13.8001442,13.82255554,1172.413588,1169.996738,1172.301531,1172.737598,1174.612284,1172.054291,1170.304298,1170.781851,1173.880577,1168.267727 +37500,50000,cpu,uniform,TRUE,FALSE,FALSE,12.59970665,13.05031776,14.1518116,13.18216324,12.77160645,13.09514046,12.10165024,12.9365921,12.69650459,12.94660568,1159.310341,1161.270618,1161.977291,1161.276102,1165.024042,1163.526535,1161.690712,1162.392139,1161.558151,1160.842419 +37500,50000,cpu,uniform,FALSE,FALSE,TRUE,13.8258934,13.92912865,14.36829567,13.09227943,14.06788826,13.81397247,13.95487785,13.18216324,13.64779472,14.43648338,1169.746876,1167.972088,1167.627811,1172.371626,1168.619394,1171.231747,1172.222137,1169.134617,1168.649912,1167.237282 +37500,50000,cpu,uniform,FALSE,FALSE,FALSE,13.51928711,14.02807236,13.58056068,13.41438293,13.16475868,14.30583,14.08529282,13.02361488,14.0235424,13.47923279,1205.474854,1159.793377,1158.658743,1160.545588,1160.049677,1161.919117,1162.492037,1161.603928,1162.742138,1161.633015 +37500,50000,cpu,normal,TRUE,FALSE,TRUE,20.78866959,20.02644539,22.50981331,22.12643623,19.89197731,19.43707466,19.81210709,21.81768417,20.11418343,20.27130127,2411.335468,2411.6292,2407.211304,2409.797192,2410.034895,2414.313316,2409.909964,2411.224365,2418.507814,2415.465355 +37500,50000,cpu,normal,TRUE,FALSE,FALSE,19.21653748,20.00451088,19.62280273,19.77539063,19.9368,20.4064846,20.23911476,20.38764954,19.90866661,19.31762695,2414.161682,2418.280125,2417.117357,2415.777445,2419.884205,2415.840864,2415.319443,2415.975809,2416.420221,2417.64307 +37500,50000,cpu,normal,FALSE,FALSE,TRUE,20.6682682,20.80583572,20.09177208,20.10512352,19.99998093,20.4398632,20.27416229,21.09336853,20.37858963,20.60699463,2412.060738,2429.329872,2414.051056,2407.143593,2417.980671,2411.829948,2415.923595,2413.78212,2412.336588,2413.883209 +37500,50000,cpu,normal,FALSE,FALSE,FALSE,20.13278008,19.54865456,20.36190033,20.73550224,20.51568031,20.26844025,20.0753212,21.08287811,21.95501328,21.1122036,2417.915344,2419.185877,2413.208246,2407.039165,2410.725832,2416.156769,2414.633989,2417.972088,2414.954901,2420.273304 +50000,1000,cpu,homo,TRUE,FALSE,TRUE,2.930641174,2.834320068,2.949476242,2.455472946,2.532720566,2.505779266,2.41112709,2.107620239,2.149343491,2.104520798,18.26405525,18.29218864,18.40090752,18.43929291,18.34893227,18.33081245,18.56803894,18.46337318,18.4173584,18.42522621 +50000,1000,cpu,homo,TRUE,FALSE,FALSE,3.253698349,3.276109695,2.902507782,2.753973007,2.728462219,2.808094025,2.47502327,2.351999283,2.449989319,2.348423004,17.93718338,18.16749573,18.03565025,18.05925369,17.9541111,18.13149452,18.01466942,18.20039749,17.85850525,17.85373688 +50000,1000,cpu,homo,FALSE,FALSE,TRUE,3.602981567,3.252506256,4.772901535,4.53710556,4.827976227,4.784345627,4.540920258,4.413366318,4.57572937,4.372119904,17.57335663,17.67063141,17.74287224,17.70615578,17.57860184,17.65871048,17.69852638,17.67015457,17.60554314,17.63772964 +50000,1000,cpu,homo,FALSE,FALSE,FALSE,4.288673401,2.999544144,4.996776581,4.436731339,4.456520081,3.399133682,4.540920258,3.751754761,3.658771515,4.487514496,17.5318718,17.59791374,17.46177673,17.34423637,17.47131348,17.43960381,17.58217812,17.51732826,17.43602753,17.31657982 +50000,1000,cpu,uniform,TRUE,FALSE,TRUE,3.358602524,2.763271332,2.774238586,2.547264099,2.745389938,2.257108688,2.396345139,2.161741257,2.327680588,2.117872238,31.74757957,31.92067146,31.61501884,31.99481964,32.23800659,31.9776535,31.69584274,31.44693375,31.5861702,31.71467781 +50000,1000,cpu,uniform,TRUE,FALSE,FALSE,3.288269043,2.959251404,3.077983856,2.542495728,2.633810043,2.499341965,2.642393112,2.255916595,2.310276031,2.376079559,32.77873993,32.37438202,32.25708008,32.17983246,32.05490112,32.16481209,32.55915642,32.03606606,31.83579445,31.50415421 +50000,1000,cpu,uniform,FALSE,FALSE,TRUE,3.529310226,5.234718323,3.738164902,5.705833435,4.618883133,5.609035492,5.720615387,5.087375641,5.799770355,5.925893784,31.47554398,31.52799606,38.70344162,31.38232231,31.24976158,53.51662636,31.77165985,50.13585091,32.08613396,32.04512596 +50000,1000,cpu,uniform,FALSE,FALSE,FALSE,5.84769249,3.911018372,4.229545593,4.237890244,5.72681427,4.096508026,4.858970642,4.870653152,4.185438156,4.065513611,31.69059753,31.49294853,31.4810276,31.33511543,49.37171936,49.29637909,32.32121468,31.26239777,31.11696243,31.41713142 +50000,1000,cpu,normal,TRUE,FALSE,TRUE,3.279209137,2.739667892,2.824544907,2.792358398,2.717733383,2.412319183,2.412557602,2.482175827,2.352952957,2.226114273,64.01348114,64.29481506,64.15772438,65.2384758,64.64409828,64.59236145,64.15104866,64.77952003,64.44358826,64.63861465 +50000,1000,cpu,normal,TRUE,FALSE,FALSE,3.15952301,2.580404282,2.601146698,2.519607544,2.54201889,2.213478088,2.25186348,2.375841141,2.187490463,2.106428146,63.77267838,64.10598755,64.14747238,64.26167488,63.75837326,63.97771835,64.14365768,64.63599205,64.65339661,64.41140175 +50000,1000,cpu,normal,FALSE,FALSE,TRUE,8.742570877,13.61060143,11.84153557,12.37249374,9.524822235,13.18836212,12.62283325,13.95201683,11.20018959,11.50989532,64.29767609,64.35751915,64.86582756,64.47482109,64.49818611,64.64529037,65.54985046,65.09971619,64.94927406,64.71538544 +50000,1000,cpu,normal,FALSE,FALSE,FALSE,8.611440659,8.682489395,8.699417114,8.810281754,11.10959053,13.62347603,12.06493378,9.248495102,12.36152649,9.359359741,64.77761269,64.70799446,64.88990784,64.76926804,65.10710716,65.29736519,65.07182121,64.92424011,65.31143188,64.57018852 +50000,2500,cpu,homo,TRUE,FALSE,TRUE,4.114866257,3.676652908,3.461360931,3.536462784,3.257274628,3.1478405,3.262042999,3.108024597,3.233194351,3.029108047,44.76284981,44.56114769,44.45314407,44.14772987,44.04878616,44.56996918,44.39783096,44.33941841,44.60525513,44.37494278 +50000,2500,cpu,homo,TRUE,FALSE,FALSE,4.30226326,3.883123398,3.576755524,3.738641739,3.498315811,3.205060959,3.318309784,3.259897232,3.159284592,3.259181976,44.64864731,44.4829464,44.45624352,44.08454895,44.53396797,44.75498199,44.12007332,44.02565956,44.04044151,44.19064522 +50000,2500,cpu,homo,FALSE,FALSE,TRUE,4.022598267,4.31728363,4.711151123,5.563259125,4.652023315,5.159854889,4.92477417,5.875110626,6.486177444,6.020069122,43.85113716,43.96247864,43.56980324,43.81752014,43.86687279,43.90001297,44.0788269,44.24953461,44.41356659,44.14224625 +50000,2500,cpu,homo,FALSE,FALSE,FALSE,4.605054855,4.976987839,6.314992905,6.253242493,5.853891373,5.903720856,4.758119583,5.98192215,5.285978317,5.538463593,43.14541817,43.54000092,43.34998131,42.83070564,43.59865189,43.73502731,43.43318939,43.82371902,43.72167587,43.87879372 +50000,2500,cpu,uniform,TRUE,FALSE,TRUE,3.654003143,3.798484802,3.335952759,3.317594528,3.331422806,3.161907196,3.016710281,2.989053726,3.102302551,3.009557724,79.07032967,79.08773422,78.69744301,78.71723175,77.92282104,78.34911346,77.41808891,77.51512527,78.27687263,78.73463631 +50000,2500,cpu,uniform,TRUE,FALSE,FALSE,4.015684128,4.001379013,3.510475159,3.548622131,3.584384918,3.281116486,3.067016602,2.962350845,3.078699112,3.049373627,79.77318764,79.31923866,79.05983925,78.70721817,79.01358604,78.87339592,79.07176018,78.74059677,79.11920547,79.36024666 +50000,2500,cpu,uniform,FALSE,FALSE,TRUE,5.291938782,5.604028702,5.649328232,8.270025253,7.369756699,6.268262863,6.244897842,6.779909134,5.980014801,7.32588768,96.23622894,77.76379585,77.47387886,78.25422287,78.90367508,78.71222496,79.10275459,78.63235474,78.8860321,78.7498951 +50000,2500,cpu,uniform,FALSE,FALSE,FALSE,5.977153778,6.356716156,5.460500717,6.155014038,6.247758865,6.146907806,6.098508835,5.924701691,5.832672119,5.751848221,77.12244987,77.82888412,77.12817192,77.31795311,78.15790176,78.89413834,77.82554626,77.0907402,77.29077339,77.30197906 +50000,2500,cpu,normal,TRUE,FALSE,TRUE,4.719257355,4.296064377,4.187345505,3.746986389,3.778934479,3.913164139,3.517627716,3.656387329,3.432273865,3.54886055,163.4676456,160.7146263,159.8339081,159.2483521,159.3518257,160.2869034,161.3764763,158.9787006,160.3951454,159.0559483 +50000,2500,cpu,normal,TRUE,FALSE,FALSE,4.44984436,4.190206528,5.128622055,3.929376602,3.664970398,3.698348999,3.767728806,3.455877304,3.320455551,3.389835358,161.4227295,161.5686417,162.4872684,162.3067856,161.6535187,160.7751846,161.0908508,161.4263058,161.216259,162.0955467 +50000,2500,cpu,normal,FALSE,FALSE,TRUE,12.42780685,12.49957085,11.48629189,11.76452637,10.98537445,13.80085945,12.41660118,14.45746422,11.61670685,12.81833649,160.9437466,160.7561111,160.4483128,161.1447334,179.4142723,161.8514061,161.2663269,160.3631973,160.7131958,161.3564491 +50000,2500,cpu,normal,FALSE,FALSE,FALSE,13.17834854,12.47859001,13.81015778,11.52658463,16.48879051,13.38481903,13.6244297,13.06009293,18.26238632,13.50474358,162.7540588,162.9221439,161.5886688,161.4642143,160.9563828,161.5731716,161.8638039,162.6260281,162.0397568,161.1614227 +50000,5000,cpu,homo,TRUE,FALSE,TRUE,5.324363708,4.848003387,4.882097244,4.478931427,4.806518555,4.625558853,4.607200623,4.636526108,4.842758179,4.700422287,88.18459511,88.07682991,88.03892136,88.63806725,88.60564232,88.42134476,89.36929703,88.45424652,88.06324005,88.17458153 +50000,5000,cpu,homo,TRUE,FALSE,FALSE,4.901885986,4.968643188,4.543542862,4.547119141,4.498243332,4.551649094,4.601716995,4.511356354,4.892349243,4.682064056,88.56105804,88.69147301,88.44208717,88.22584152,88.5412693,88.2666111,88.46926689,88.63449097,88.48500252,88.69099617 +50000,5000,cpu,homo,FALSE,FALSE,TRUE,6.539106369,6.303310394,5.668401718,7.880926132,6.165742874,6.853342056,7.113456726,5.942821503,7.69162178,6.552457809,87.24498749,87.29147911,86.97080612,87.43715286,87.77308464,87.54396439,87.70513535,87.76807785,88.47856522,88.07492256 +50000,5000,cpu,homo,FALSE,FALSE,FALSE,5.411863327,6.306171417,6.187200546,5.341768265,5.517721176,5.573511124,4.98342514,4.989624023,5.203008652,5.474328995,87.15295792,87.36824989,87.12387085,86.59672737,87.20374107,87.83340454,87.14199066,87.43333817,87.20374107,87.13245392 +50000,5000,cpu,uniform,TRUE,FALSE,TRUE,4.800081253,4.733324051,4.464387894,4.457473755,4.380226135,4.439115524,4.427671432,4.455566406,4.402399063,4.268884659,155.9679508,156.2945843,157.4754715,156.2755108,155.4493904,155.6053162,155.7188034,156.3580036,158.2992077,156.4714909 +50000,5000,cpu,uniform,TRUE,FALSE,FALSE,5.196094513,4.670858383,4.514932632,4.300832748,4.334926605,4.323959351,4.47511673,4.638910294,4.518032074,4.562854767,156.3062668,154.9277306,155.4782391,155.6327343,156.0554504,156.7978859,157.1164131,156.4805508,156.2116146,155.1988125 +50000,5000,cpu,uniform,FALSE,FALSE,TRUE,6.298542023,5.832433701,7.083892822,7.138252258,5.928039551,5.670070648,5.646467209,5.609512329,6.84261322,5.93328476,155.1485062,156.1830044,157.0668221,157.4084759,155.755043,156.8000317,155.6155682,156.3048363,156.1207771,156.6770077 +50000,5000,cpu,uniform,FALSE,FALSE,FALSE,8.322715759,6.245613098,7.025957108,5.630493164,6.773233414,6.652355194,6.306171417,6.417989731,5.676031113,6.859302521,155.6870937,156.5275192,154.2870998,153.6130905,152.504921,153.4523964,154.0906429,155.9510231,155.4398537,153.8074017 +50000,5000,cpu,normal,TRUE,FALSE,TRUE,5.477428436,5.488395691,5.28216362,5.23352623,5.424499512,5.344867706,5.200147629,5.179166794,5.413770676,5.206108093,321.2285042,324.5456219,321.7382431,322.177887,324.2101669,322.6728439,320.6682205,325.1903057,321.9587803,318.9928532 +50000,5000,cpu,normal,TRUE,FALSE,FALSE,6.336212158,5.342721939,5.441904068,5.582332611,5.248069763,5.234956741,5.388975143,5.324363708,5.392789841,5.293607712,319.4229603,321.0401535,321.0828304,318.1922436,321.0926056,322.1988678,320.4464912,322.1232891,323.2049942,318.8979626 +50000,5000,cpu,normal,FALSE,FALSE,TRUE,10.78009605,9.922266006,12.36701012,12.39657402,12.35365868,14.62721825,12.41493225,12.799263,16.24822617,15.57469368,321.5997219,322.2079277,322.5581646,321.3837147,322.726965,323.397398,322.5212097,355.1874161,320.3289509,317.3015118 +50000,5000,cpu,normal,FALSE,FALSE,FALSE,11.54637337,14.73808289,11.16466522,12.38298416,11.54446602,10.69140434,11.24000549,10.87522507,11.84296608,10.69903374,323.4453201,325.097084,322.4840164,322.804451,354.0055752,319.9305534,320.2443123,323.3551979,321.7458725,319.4792271 +50000,10000,cpu,homo,TRUE,FALSE,TRUE,6.62946701,6.74033165,7.189512253,6.861925125,6.835460663,6.630897522,6.895542145,6.83927536,6.991386414,7.045507431,176.8341064,178.1291962,176.0110855,175.7929325,176.5890121,176.8672466,177.6208878,176.7129898,175.706625,175.4348278 +50000,10000,cpu,homo,TRUE,FALSE,FALSE,6.627559662,6.452798843,6.44493103,6.680727005,7.072925568,6.531715393,6.609201431,6.88624382,6.689786911,6.7923069,174.1321087,174.0527153,176.2270927,176.7091751,173.4638214,173.4192371,174.5824814,173.6249924,175.2946377,175.3740311 +50000,10000,cpu,homo,FALSE,FALSE,TRUE,5.146026611,5.412340164,5.882501602,5.467414856,4.147291183,4.168748856,3.527164459,3.865242004,3.858089447,3.645896912,175.4896641,174.6754646,174.3206978,175.069809,176.1445999,175.822258,175.7121086,174.7195721,174.9396324,175.4977703 +50000,10000,cpu,homo,FALSE,FALSE,FALSE,4.69827652,4.17971611,3.986120224,3.949165344,3.598213196,3.573417664,3.610610962,3.457546234,3.714799881,3.708124161,174.9396324,176.0287285,175.1635075,174.9267578,173.5713482,174.7503281,175.7411957,176.7263412,175.8103371,174.8430729 +50000,10000,cpu,uniform,TRUE,FALSE,TRUE,6.367683411,6.234169006,6.003856659,6.617069244,6.268978119,6.248235703,6.269931793,6.841659546,6.39295578,6.319046021,312.1173382,313.5733604,313.3633137,311.6238117,311.6750717,313.9681816,312.6401901,311.8100166,314.4378662,312.3474121 +50000,10000,cpu,uniform,TRUE,FALSE,FALSE,6.403684616,6.355285645,6.273031235,6.22177124,6.397724152,6.424427032,6.397485733,6.404161453,6.428480148,6.44993782,311.8970394,311.0041618,310.9395504,313.3480549,346.1608887,311.4185333,313.0407333,311.4309311,310.1549149,312.8621578 +50000,10000,cpu,uniform,FALSE,FALSE,TRUE,5.914926529,4.58073616,4.416704178,4.222631454,4.123687744,3.52025032,3.330230713,3.701448441,3.752470016,3.489971161,312.3114109,310.8901978,311.303854,311.7315769,312.6132488,310.6153011,311.0146523,313.6396408,311.8925095,310.2908134 +50000,10000,cpu,uniform,FALSE,FALSE,FALSE,4.998445511,5.012750626,4.378557205,4.651069641,4.048585892,3.910541534,3.786802292,3.492593765,3.402709961,3.621101379,311.1100197,311.984539,311.368227,333.9285851,314.4874573,311.6531372,308.8691235,312.3173714,311.3055229,308.8855743 +50000,10000,cpu,normal,TRUE,FALSE,TRUE,8.610010147,9.031057358,8.490562439,8.568525314,8.598566055,8.682250977,8.679866791,8.704900742,8.306503296,8.629083633,645.416975,652.3184776,642.4086094,640.3727531,646.2981701,643.9805031,645.2176571,646.0726261,642.8124905,647.5379467 +50000,10000,cpu,normal,TRUE,FALSE,FALSE,8.539438248,8.927106857,8.709907532,8.766174316,8.512973785,9.23204422,8.667469025,8.375883102,8.906364441,8.809089661,644.2654133,646.7428207,641.2906647,646.709919,645.796299,644.2773342,645.5717087,643.8686848,644.9012756,646.2309361 +50000,10000,cpu,normal,FALSE,FALSE,TRUE,8.311748505,7.264614105,6.592988968,6.520748138,6.716012955,6.724357605,6.2687397,6.893157959,6.774663925,6.432771683,642.29846,669.6403027,639.6944523,640.8114433,636.3358498,640.0799751,686.3219738,643.6874866,667.5779819,682.27911 +50000,10000,cpu,normal,FALSE,FALSE,FALSE,8.027553558,6.937980652,6.815910339,6.404161453,6.289958954,6.504297256,6.079435349,6.341695786,6.561279297,6.579875946,646.8977928,644.9065208,664.0770435,647.0756531,645.7145214,681.5056801,644.0131664,637.3987198,641.8139935,640.1698589 +50000,25000,cpu,homo,TRUE,FALSE,TRUE,10.59961319,11.46960258,10.86950302,10.53738594,10.9539032,10.97822189,10.12372971,10.69307327,10.88738441,11.09814644,436.6867542,439.0587807,436.6300106,439.5878315,435.189724,439.7296906,438.9691353,439.2828941,439.399004,436.9928837 +50000,25000,cpu,homo,TRUE,FALSE,FALSE,10.79177856,11.46054268,10.50448418,10.44797897,10.06197929,10.4432106,10.4804039,10.99467278,10.5843544,10.53023338,435.2982044,436.4647865,436.5420341,435.3051186,438.5221004,435.0361824,436.7909431,434.3013763,437.5846386,434.980154 +50000,25000,cpu,homo,FALSE,FALSE,TRUE,9.085178375,8.661270142,8.659601212,8.799552917,8.677482605,9.238004684,9.146213531,9.667873383,8.370637894,8.272886276,437.473774,433.4914684,437.3531342,435.6386662,437.9200935,435.5435371,432.5220585,436.4142418,430.3200245,434.55863 +50000,25000,cpu,homo,FALSE,FALSE,FALSE,9.75561142,8.692026138,8.75878334,8.970022202,8.958816528,9.873390198,8.828401566,8.276700974,9.302616119,8.977413177,434.3075752,438.2009506,433.7608814,434.9517822,434.0751171,437.940836,436.7520809,434.1266155,436.6679192,435.1847172 +50000,25000,cpu,uniform,TRUE,FALSE,TRUE,10.15782356,10.51187515,11.11531258,11.67535782,11.01922989,10.70189476,10.53190231,11.28196716,11.23476028,10.58125496,780.469656,778.0621052,777.0724297,777.9097557,778.2673836,779.0265083,779.2110443,779.7045708,776.5123844,778.6407471 +50000,25000,cpu,uniform,TRUE,FALSE,FALSE,10.45179367,11.61551476,10.98179817,11.8727684,11.42072678,10.56575775,10.87999344,11.15345955,11.03878021,11.1322403,779.4826031,774.374485,776.031971,777.1148682,775.8710384,795.1850891,775.2673626,776.7546177,776.1847973,776.6311169 +50000,25000,cpu,uniform,FALSE,FALSE,TRUE,7.951021194,8.068084717,8.614778519,8.692741394,8.046627045,7.685184479,7.943630219,8.474349976,7.822036743,8.242845535,780.4119587,780.0686359,782.0670605,801.1653423,778.9285183,778.1744003,777.6613235,780.9021473,779.5462608,777.4529457 +50000,25000,cpu,uniform,FALSE,FALSE,FALSE,8.75377655,9.099721909,7.872343063,8.215427399,8.580684662,8.401870728,8.191823959,8.722305298,8.219480515,8.765220642,774.3039131,775.4378319,774.0416527,774.2993832,814.2123222,770.5693245,774.255991,767.6618099,770.1711655,772.0816135 +50000,25000,cpu,normal,TRUE,FALSE,TRUE,17.37737656,18.54014397,17.39859581,17.96030998,17.49491692,17.90857315,16.90936089,17.14468002,17.16661453,18.16701889,1603.673697,1600.392818,1605.545998,1601.923943,1599.652529,1604.437351,1602.288246,1606.335402,1603.335857,1598.492146 +50000,25000,cpu,normal,TRUE,FALSE,FALSE,17.51184464,17.25840569,17.44794846,18.23878288,17.43865013,17.75431633,17.45343208,16.76559448,18.04590225,17.00520515,1605.268717,1608.361483,1605.274439,1605.120659,1604.60043,1605.081081,1609.997272,1597.88084,1600.979805,1606.022835 +50000,25000,cpu,normal,FALSE,FALSE,TRUE,12.8967762,12.8262043,12.69102097,13.93294334,13.86094093,14.16349411,12.52698898,12.72916794,14.5637989,13.17214966,1602.761269,1604.087114,1602.050543,1648.936749,1606.889248,1606.757641,1607.544184,1608.544111,1604.788303,1611.443043 +50000,25000,cpu,normal,FALSE,FALSE,FALSE,12.98904419,12.84599304,12.9096508,13.0777359,13.78083229,13.68927956,12.67313957,13.29708099,13.00406456,12.96591759,1612.545013,1610.877037,1612.862349,1614.16626,1614.592075,1612.318754,1608.707666,1608.754158,1615.031004,1610.405207 +50000,37500,cpu,homo,TRUE,FALSE,TRUE,14.37211037,14.17922974,14.29986954,13.96799088,14.29820061,14.50252533,14.63603973,15.02466202,13.8657093,13.73624802,658.1678391,660.4578495,661.8416309,659.4557762,660.8219147,660.5367661,657.3934555,659.5172882,659.9743366,656.588316 +50000,37500,cpu,homo,TRUE,FALSE,FALSE,14.57595825,14.61148262,14.36281204,14.79721069,14.5046711,14.78004456,13.74912262,14.24598694,14.75715637,14.69564438,650.9878635,653.3088684,652.857542,653.8860798,652.534008,656.9521427,654.7062397,656.5508842,655.9951305,652.8856754 +50000,37500,cpu,homo,FALSE,FALSE,TRUE,13.61942291,13.77344131,12.95995712,13.45801353,13.7181282,13.4704113,14.04643059,13.40866089,14.35518265,12.92681694,658.0357552,657.8903198,659.4440937,658.2016945,658.8478088,654.250145,657.3901176,658.1497192,657.897234,657.71842 +50000,37500,cpu,homo,FALSE,FALSE,FALSE,13.24129105,13.24796677,13.48209381,13.3600235,13.62967491,14.03999329,12.94994354,13.75389099,13.38624954,13.6525631,653.2695293,654.7327042,653.3260345,651.7016888,652.3163319,655.772686,652.0364285,654.6156406,653.8741589,653.6011696 +50000,37500,cpu,uniform,TRUE,FALSE,TRUE,13.69023323,13.32306862,13.37504387,14.15276527,13.712883,13.70239258,13.45276833,13.21077347,13.49306107,13.56267929,1169.890881,1167.775393,1169.852018,1173.393726,1174.582005,1186.797857,1166.83507,1167.043209,1194.103718,1173.531771 +50000,37500,cpu,uniform,TRUE,FALSE,FALSE,12.78448105,13.65804672,14.31727409,14.30726051,13.51451874,13.60273361,13.40818405,13.88072968,13.87405396,14.03737068,1156.566381,1155.119658,1158.468008,1159.861088,1161.662817,1162.615776,1163.533688,1159.686565,1163.361549,1161.85689 +50000,37500,cpu,uniform,FALSE,FALSE,TRUE,12.78281212,12.85266876,13.06509972,14.05143738,13.03458214,11.95454597,13.71717453,11.69013977,13.19098473,13.84353638,1166.253805,1168.699741,1166.614771,1167.402506,1168.563128,1166.963577,1167.115688,1170.137882,1171.471596,1167.031288 +50000,37500,cpu,uniform,FALSE,FALSE,FALSE,13.20147514,12.85767555,12.89606094,12.89200783,12.99595833,12.5143528,14.26053047,11.76023483,12.84217834,13.31973076,1153.226137,1156.886101,1156.724691,1160.205364,1155.368805,1156.720161,1154.610395,1157.925606,1158.980846,1156.69179 +50000,37500,cpu,normal,TRUE,FALSE,TRUE,20.38884163,20.38431168,20.85900307,20.82920074,20.46823502,20.88713646,20.95031738,21.33107185,21.08216286,20.70069313,2409.913778,2412.883043,2407.273769,2414.596796,2453.078032,2407.864094,2405.329704,2414.828062,2411.115646,2406.709671 +50000,37500,cpu,normal,TRUE,FALSE,FALSE,20.22147179,20.05004883,20.50542831,19.83046532,19.6814537,19.98233795,19.63210106,20.00522614,20.4308033,20.17045021,2417.203188,2413.471937,2415.585518,2422.170877,2408.333302,2407.642365,2406.56805,2411.728382,2441.479206,2417.953968 +50000,37500,cpu,normal,FALSE,FALSE,TRUE,19.31834221,20.46298981,20.41316032,20.78175545,20.7695961,20.50924301,20.35927773,20.3704834,19.74487305,20.83897591,2410.950184,2410.37178,2412.094116,2408.352613,2404.727459,2409.101486,2411.628246,2415.983438,2402.903795,2399.279356 +50000,37500,cpu,normal,FALSE,FALSE,FALSE,19.33073997,21.12269402,20.3807354,20.58601379,19.97542381,19.29521561,20.96843719,19.73843575,20.41196823,20.04718781,2418.897629,2416.636229,2418.956757,2402.555704,2405.767441,2408.284426,2408.397913,2407.675743,2414.258957,2411.557198 +50000,50000,cpu,homo,TRUE,FALSE,TRUE,17.95935631,18.23592186,17.99368858,18.83482933,17.82178879,18.28503609,17.93646812,17.26460457,18.08071136,18.03016663,872.6007938,872.0710278,870.0933456,870.1581955,869.5266247,869.8506355,867.5551414,870.0294495,871.60182,871.4044094 +50000,50000,cpu,homo,TRUE,FALSE,FALSE,17.20499992,17.79198647,17.25435257,17.66896248,17.72618294,17.11988449,17.96936989,17.61865616,16.94822311,17.71688461,868.3714867,871.4647293,874.2771149,871.5593815,870.6376553,870.3966141,871.723175,893.6514854,873.3727932,867.8028584 +50000,50000,cpu,homo,FALSE,FALSE,TRUE,18.65530014,18.22185516,17.87567139,16.80803299,18.02396774,16.49069786,16.87455177,18.26071739,17.17090607,16.85786247,873.5342026,874.5112419,875.1540184,874.8161793,873.0535507,873.1930256,873.8603592,872.5690842,875.2965927,874.7348785 +50000,50000,cpu,homo,FALSE,FALSE,FALSE,19.26207542,18.12505722,17.65227318,18.67628098,17.10104942,17.98295975,17.91334152,18.21780205,17.49014854,17.49110222,872.2617626,869.5061207,871.4156151,874.9761581,873.071909,873.2869625,871.4566231,872.2023964,871.8702793,872.2038269 +50000,50000,cpu,uniform,TRUE,FALSE,TRUE,15.614748,16.73674583,16.95942879,15.88177681,15.91897011,17.49157906,16.44253731,17.24624634,16.42203331,17.5011158,1560.616493,1560.113192,1562.944651,1560.692787,1563.569307,1564.863682,1562.780619,1563.855648,1561.392546,1565.181971 +50000,50000,cpu,uniform,TRUE,FALSE,FALSE,16.18719101,17.37761497,15.4736042,17.91596413,16.0074234,17.3561573,14.90354538,17.56572723,15.20609856,17.89855957,1548.707724,1549.999237,1549.386263,1547.578335,1548.075676,1545.524597,1552.316904,1547.966242,1549.161434,1548.218966 +50000,50000,cpu,uniform,FALSE,FALSE,TRUE,16.49928093,17.52328873,17.57884026,18.27907562,18.11146736,17.05026627,16.88504219,16.25680923,17.01879501,16.84117317,1561.353445,1566.544533,1583.329678,1563.729286,1558.939219,1559.739113,1555.788755,1558.459282,1557.04546,1553.307056 +50000,50000,cpu,uniform,FALSE,FALSE,FALSE,17.39168167,17.48752594,17.31491089,17.1251297,17.33469963,17.7564621,16.50547981,16.81160927,17.32397079,17.37594604,1549.718857,1545.744896,1550.27771,1545.209885,1547.744036,1549.931526,1547.416449,1547.662258,1546.839237,1564.429283 +50000,50000,cpu,normal,TRUE,FALSE,TRUE,26.29613876,26.53050423,26.58486366,26.42297745,27.07791328,27.87232399,26.68213844,27.39644051,27.19807625,26.79038048,3241.608143,3211.778879,3209.173918,3219.461441,3220.571041,3215.682983,3219.346762,3213.412046,3217.515945,3202.254772 +50000,50000,cpu,normal,TRUE,FALSE,FALSE,26.51810646,26.24177933,27.0781517,26.9908905,27.48918533,27.79197693,26.86452866,26.77774429,27.67372131,27.17924118,3226.840973,3221.446276,3222.490788,3223.294735,3218.621969,3216.382027,3217.668295,3225.668192,3224.87998,3225.867271 +50000,50000,cpu,normal,FALSE,FALSE,TRUE,26.48258209,26.23558044,26.06368065,27.04358101,26.7367363,25.92945099,25.95543861,27.4450779,26.06081963,27.02474594,3206.167698,3187.956333,3193.40682,3193.578243,3186.912775,3195.888996,3195.447445,3195.150852,3189.917803,3201.513767 +50000,50000,cpu,normal,FALSE,FALSE,FALSE,26.08847618,26.53241158,27.52161026,27.16875076,26.3736248,25.91228485,26.73482895,25.75016022,26.11541748,26.07488632,3225.492477,3226.018906,3223.123789,3225.186586,3214.449644,3220.972538,3225.453854,3221.350193,3210.218668,3215.962172 diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/jitconn_event_matvec_gpu.csv b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/jitconn_event_matvec_gpu.csv new file mode 100644 index 0000000..ff6fed0 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn event matvec/jitconn_event_matvec_gpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,gpu,homo,TRUE,FALSE,TRUE,0.227212906,0.226020813,0.21147728,0.212192535,0.187158585,0.193834305,0.207185745,0.195741653,0.202178955,0.206947327,0.191688538,0.167369843,0.193595886,0.197410583,0.185966492,0.164270401,0.164747238,0.190734863,0.188589096,0.291109085 +1000,1000,gpu,homo,TRUE,FALSE,FALSE,0.205993652,0.210523605,0.233888626,0.191926956,0.21481514,0.203132629,0.192403793,0.191450119,0.218868256,0.20813942,0.288724899,0.284671783,0.321865082,0.266313553,0.263214111,0.264883041,0.267982483,0.245332718,0.252962112,0.236034393 +1000,1000,gpu,homo,FALSE,FALSE,TRUE,0.236034393,0.232934952,0.219106674,0.222921371,0.238656998,0.204086304,0.212430954,0.228643417,0.220298767,0.231027603,0.280857086,0.285625458,0.288486481,0.388383865,0.269889832,0.279426575,0.285148621,0.291109085,0.31375885,0.278949738 +1000,1000,gpu,homo,FALSE,FALSE,FALSE,0.229120255,0.222444534,0.230789185,0.254869461,0.231981277,0.249147415,0.20813942,0.229358673,0.228643417,0.213623047,0.17619133,0.170230865,0.170707703,0.17619133,0.366687775,0.306129456,0.284671783,0.290632248,0.235080719,0.263929367 +1000,1000,gpu,uniform,TRUE,FALSE,TRUE,0.455617905,0.34570694,0.299930573,0.26679039,0.259160995,0.290393829,0.377178192,0.260591507,0.247240067,0.245571136,0.21147728,0.208854675,0.201463699,0.239133835,0.22482872,0.213384628,0.205755234,0.235080719,0.214338303,0.311851501 +1000,1000,gpu,uniform,TRUE,FALSE,FALSE,0.567913055,0.496149063,0.468492508,0.492334366,0.475883484,0.512838364,0.557184219,0.469923019,0.27513504,0.254154205,0.282526016,0.300645828,0.300884247,0.332117081,0.342607498,0.320911407,0.324726105,0.406503677,0.296354294,0.326395035 +1000,1000,gpu,uniform,FALSE,FALSE,TRUE,0.498533249,0.504255295,0.479698181,0.48494339,0.433206558,0.297307968,0.307321548,0.264644623,0.277042389,0.253677368,0.203609467,0.181674957,0.145673752,0.144004822,0.201225281,0.168561935,0.176668167,0.189304352,0.184297562,0.178098679 +1000,1000,gpu,uniform,FALSE,FALSE,FALSE,0.254154205,0.236034393,0.215053558,0.222682953,0.246524811,0.236034393,0.197410583,0.252008438,0.239849091,0.225543976,0.317811966,0.287771225,0.319242477,0.286340714,0.291109085,0.291585922,0.290393829,0.294923782,0.312328339,0.286817551 +1000,1000,gpu,normal,TRUE,FALSE,TRUE,0.233650208,0.251293182,0.269174576,0.246763229,0.232696533,0.280857086,0.232934952,0.23317337,0.248432159,0.246047974,0.412464142,0.219583511,0.201940536,0.356435776,0.380516052,0.298500061,0.289678574,0.315189362,0.284433365,0.299930573 +1000,1000,gpu,normal,TRUE,FALSE,FALSE,0.227928162,0.234127045,0.219106674,0.231027603,0.222206116,0.219583511,0.237226486,0.205516815,0.252962112,0.236988068,0.233411789,0.188827515,0.194311142,0.201702118,0.192642212,0.219106674,0.187635422,0.238418579,0.200271606,0.207901001 +1000,1000,gpu,normal,FALSE,FALSE,TRUE,0.453233719,0.463485718,0.419378281,0.428199768,0.432014465,0.428915024,0.418186188,0.43964386,0.412464142,0.439405441,0.199556351,0.200033188,0.180721283,0.232696533,0.198841095,0.232458115,0.203609467,0.207662582,0.20813942,0.205516815 +1000,1000,gpu,normal,FALSE,FALSE,FALSE,0.224590302,0.220537186,0.204801559,0.249862671,0.245094299,0.270605087,0.261306763,0.219345093,0.22315979,0.199794769,0.193595886,0.246524811,0.216245651,0.22983551,0.189781189,0.188112259,0.217914581,0.18787384,0.205278397,0.422716141 +1000,2500,gpu,homo,TRUE,FALSE,TRUE,0.233650208,0.241518021,0.207185745,0.211954117,0.202417374,0.180006027,0.204563141,0.21648407,0.205993652,0.190734863,0.18620491,0.157117844,0.181674957,0.210762024,0.16283989,0.187158585,0.18453598,0.167608261,0.173568726,0.162601471 +1000,2500,gpu,homo,TRUE,FALSE,FALSE,0.214099884,0.211238861,0.177621841,0.210762024,0.192165375,0.187635422,0.208377838,0.197410583,0.210523605,0.207901001,0.198841095,0.206232071,0.157833099,0.166416168,0.158309937,0.191450119,0.188112259,0.171661377,0.169038773,0.161409378 +1000,2500,gpu,homo,FALSE,FALSE,TRUE,0.216007233,0.216245651,0.209093094,0.1912117,0.207424164,0.178813934,0.211000443,0.178098679,0.174760818,0.201702118,0.250339508,0.231027603,0.262260437,0.256299973,0.247716904,0.240087509,0.241756439,0.212430954,0.223636627,0.225782394 +1000,2500,gpu,homo,FALSE,FALSE,FALSE,0.216960907,0.244379044,0.207662582,0.204563141,0.197649002,0.214576721,0.219106674,0.285625458,0.23150444,0.199794769,0.188112259,0.185012817,0.178813934,0.1745224,0.179767609,0.173091888,0.17786026,0.153303146,0.17786026,0.165939331 +1000,2500,gpu,uniform,TRUE,FALSE,TRUE,0.465393066,0.443935394,0.461578369,0.48327446,0.45800209,0.427007675,0.464439392,0.422477722,0.463485718,0.477313995,0.333786011,0.331163406,0.328779221,0.393629074,0.335931778,0.326633453,0.291824341,0.285625458,0.306606293,0.313043594 +1000,2500,gpu,uniform,TRUE,FALSE,FALSE,0.242710114,0.244855881,0.288486481,0.276565552,0.227928162,0.22149086,0.254154205,0.203609467,0.22649765,0.251293182,0.23150444,0.203371048,0.228404999,0.213623047,0.202417374,0.215053558,0.192165375,0.235795975,0.211238861,0.226974487 +1000,2500,gpu,uniform,FALSE,FALSE,TRUE,0.309944153,0.26011467,0.262975693,0.225067139,0.29540062,0.22983551,0.245094299,0.258922577,0.226020813,0.220298767,0.288248062,0.294446945,0.298976898,0.297307968,0.27513504,0.282526016,0.315189362,0.318527222,0.535726547,0.348806381 +1000,2500,gpu,uniform,FALSE,FALSE,FALSE,0.371932983,0.361919403,0.358581543,0.359773636,0.356197357,0.378370285,0.354528427,0.616788864,0.363349915,0.35238266,0.313520432,0.288963318,0.271320343,0.31709671,0.315904617,0.3221035,0.299215317,0.298976898,0.317573547,0.292062759 +1000,2500,gpu,normal,TRUE,FALSE,TRUE,0.250339508,0.266075134,0.210523605,0.261545181,0.23150444,0.249385834,0.258922577,0.219345093,0.243186951,0.203371048,0.25343895,0.248670578,0.179290771,0.21648407,0.188827515,0.223398209,0.198364258,0.241518021,0.509977341,0.274181366 +1000,2500,gpu,normal,TRUE,FALSE,FALSE,0.2617836,0.229597092,0.235557556,0.244855881,0.228881836,0.232458115,0.208377838,0.240802765,0.225305557,0.21481514,0.435113907,0.353813171,0.333070755,0.328779221,0.330209732,0.331401825,0.327587128,0.333547592,0.336408615,0.341653824 +1000,2500,gpu,normal,FALSE,FALSE,TRUE,0.252246857,0.233888626,0.277757645,0.248432159,0.252485275,0.227689743,0.240325928,0.241518021,0.25343895,0.274419785,0.187158585,0.19288063,0.185012817,0.178813934,0.199794769,0.177621841,0.212192535,0.213861465,0.212669373,0.200271606 +1000,2500,gpu,normal,FALSE,FALSE,FALSE,0.461339951,0.449419022,0.430583954,0.438213348,0.44131279,0.552892685,0.468492508,0.455617905,0.439167023,0.457286835,0.412940979,0.402927399,0.61249733,0.395059586,0.365972519,0.27012825,0.263214111,0.317811966,0.35405159,0.355005264 +1000,5000,gpu,homo,TRUE,FALSE,TRUE,0.421047211,0.411510468,0.436067581,0.4093647,0.443220139,0.418186188,0.440120697,0.444889069,0.235080719,0.211000443,0.213384628,0.195503235,0.215530396,0.196695328,0.220298767,0.228643417,0.204801559,0.195741653,0.186920166,0.186443329 +1000,5000,gpu,homo,TRUE,FALSE,FALSE,0.225543976,0.226974487,0.222206116,0.26011467,0.202417374,0.21648407,0.215530396,0.209569931,0.199317932,0.246047974,0.192642212,0.184297562,0.183105469,0.159978867,0.184774399,0.174045563,0.176429749,0.17952919,0.173807144,0.16450882 +1000,5000,gpu,homo,FALSE,FALSE,TRUE,0.223875046,0.602960587,0.493049622,0.435590744,0.435113907,0.419616699,0.436544418,0.405788422,0.412225723,0.429153442,0.147342682,0.159740448,0.126838684,0.123500824,0.14424324,0.11920929,0.128030777,0.156164169,0.118255615,0.152349472 +1000,5000,gpu,homo,FALSE,FALSE,FALSE,0.200986862,0.22649765,0.199556351,0.199556351,0.214338303,0.256061554,0.299453735,0.223875046,0.185728073,0.214099884,0.211000443,0.180482864,0.165224075,0.197649002,0.175476074,0.178575516,0.157833099,0.172138214,0.164031982,0.149965286 +1000,5000,gpu,uniform,TRUE,FALSE,TRUE,0.531196594,0.529050827,0.530481339,0.505924225,0.492334366,0.513792038,0.517368317,0.477552414,0.468015671,0.467300415,0.338792801,0.338792801,0.323295593,0.29873848,0.35071373,0.333070755,0.32544136,0.326633453,0.331163406,0.325918198 +1000,5000,gpu,uniform,TRUE,FALSE,FALSE,0.547170639,0.540733337,0.517606735,0.512838364,0.505685806,0.527143478,0.498056412,0.451564789,0.497579575,0.497341156,0.20647049,0.227212906,0.224351883,0.235795975,0.194787979,0.220060349,0.232458115,0.225543976,0.533103943,0.43296814 +1000,5000,gpu,uniform,FALSE,FALSE,TRUE,0.294446945,0.241041183,0.21982193,0.234365463,0.232219696,0.261306763,0.246047974,0.235080719,0.289678574,0.236272812,0.231742859,0.172615051,0.203847885,0.438213348,0.485181808,0.430345535,0.355243683,0.322580338,0.29540062,0.688076019 +1000,5000,gpu,uniform,FALSE,FALSE,FALSE,0.305175781,0.297784805,0.277280807,0.229120255,0.226974487,0.234127045,0.245571136,0.233888626,0.23150444,0.228404999,0.475168228,0.35071373,0.298976898,0.302314758,0.289440155,0.288248062,0.281095505,0.318050385,0.288009644,0.307321548 +1000,5000,gpu,normal,TRUE,FALSE,TRUE,0.231266022,0.240564346,0.240325928,0.225067139,0.235319138,0.261545181,0.258922577,0.362157822,0.392436981,0.298023224,0.268936157,0.240325928,0.226020813,0.239610672,0.211715698,0.259399414,0.227451324,0.230312347,0.190019608,0.204563141 +1000,5000,gpu,normal,TRUE,FALSE,FALSE,0.250577927,0.249147415,0.232696533,0.221252441,0.272989273,0.244855881,0.248908997,0.253677368,0.227689743,0.254869461,0.362634659,0.550985336,0.374317169,0.356197357,0.323057175,0.340223312,0.330924988,0.262260437,0.239610672,0.260353088 +1000,5000,gpu,normal,FALSE,FALSE,TRUE,0.52022934,0.503540039,0.446557999,0.257015228,0.213861465,0.223875046,0.256061554,0.214338303,0.22149086,0.274181366,0.201940536,0.21147728,0.207185745,0.504970551,0.36072731,0.292778015,0.289678574,0.284910202,0.287771225,0.288963318 +1000,5000,gpu,normal,FALSE,FALSE,FALSE,0.252723694,0.257253647,0.25844574,0.282287598,0.236272812,0.218868256,0.227212906,0.231742859,0.249385834,0.201463699,0.175714493,0.197410583,0.178337097,0.187158585,0.176429749,0.181436539,0.158548355,0.198364258,0.179290771,0.160217285 +1000,10000,gpu,homo,TRUE,FALSE,TRUE,0.222682953,0.633478165,0.515699387,0.45633316,0.475406647,0.452518463,0.469207764,0.451564789,0.436306,0.479698181,0.220060349,0.231266022,0.238180161,0.230550766,0.227212906,0.212907791,0.216960907,0.20980835,0.22816658,0.221729279 +1000,10000,gpu,homo,TRUE,FALSE,FALSE,0.237464905,0.198602676,0.235557556,0.21314621,0.213623047,0.194072723,0.203847885,0.200986862,0.202894211,0.223636627,0.252485275,0.242471695,0.247955322,0.258684158,0.224113464,0.458240509,0.447511673,0.402212143,0.433921814,0.411987305 +1000,10000,gpu,homo,FALSE,FALSE,TRUE,0.209569931,0.229358673,0.1912117,0.239133835,0.222206116,0.221729279,0.202178955,0.239849091,0.226974487,0.204324722,0.219583511,0.207662582,0.190973282,0.195026398,0.173568726,0.199794769,0.196933746,0.170469284,0.177383423,0.217199326 +1000,10000,gpu,homo,FALSE,FALSE,FALSE,0.217437744,0.217914581,0.220775604,0.210523605,0.197649002,0.205516815,0.232934952,0.248908997,0.202178955,0.216960907,0.21481514,0.211715698,0.212907791,0.205755234,0.203371048,0.172615051,0.185966492,0.184774399,0.180244446,0.171661377 +1000,10000,gpu,uniform,TRUE,FALSE,TRUE,0.300168991,0.249862671,0.226020813,0.240325928,0.237464905,0.239849091,0.25844574,0.264644623,0.250101089,0.21982193,0.421047211,0.368595123,0.365495682,0.363349915,0.347137451,0.368595123,0.492811203,0.364780426,0.341892242,0.311851501 +1000,10000,gpu,uniform,TRUE,FALSE,FALSE,0.31042099,0.257492065,0.298023224,0.279903412,0.245571136,0.242948532,0.229120255,0.248193741,0.256299973,0.26512146,0.481128693,0.440835953,0.416040421,0.405073166,0.386238098,0.403642654,0.374078751,0.408172607,0.371932983,0.404596329 +1000,10000,gpu,uniform,FALSE,FALSE,TRUE,0.293254852,0.266551971,0.295162201,0.26679039,0.247240067,0.269174576,0.247955322,0.254392624,0.240564346,0.264883041,0.34236908,0.31375885,0.283956528,0.295162201,0.31208992,0.295877457,0.322580338,0.299692154,0.293493271,0.357866287 +1000,10000,gpu,uniform,FALSE,FALSE,FALSE,0.451803207,0.473976135,0.479698181,0.465393066,0.487804413,0.454902649,0.462293625,0.47326088,0.455856323,0.445604324,0.191926956,0.206232071,0.209569931,0.192403793,0.21314621,0.214338303,0.208854675,0.169754028,0.193834305,0.190973282 +1000,10000,gpu,normal,TRUE,FALSE,TRUE,0.280857086,0.241279602,0.623226166,0.57053566,0.499725342,0.505208969,0.47326088,0.477313995,0.451564789,0.587701797,0.284433365,0.30040741,0.27012825,0.256061554,0.317811966,0.290393829,0.277519226,0.262260437,0.272989273,0.260353088 +1000,10000,gpu,normal,TRUE,FALSE,FALSE,0.650644302,0.5235672,0.653743744,0.522851944,0.538825989,0.483036041,0.468492508,0.528812408,0.471591949,0.444412231,0.400543213,0.432491302,0.388383865,0.380516052,0.397920609,0.3657341,0.415086746,0.398397446,0.385522842,0.383138657 +1000,10000,gpu,normal,FALSE,FALSE,TRUE,0.253677368,0.265359879,0.227689743,0.242233276,0.224351883,0.251293182,0.281095505,0.247478485,0.238418579,0.243902206,0.274419785,0.19288063,0.198841095,0.267028809,0.227451324,0.447511673,0.210523605,0.232458115,0.213623047,0.229120255 +1000,10000,gpu,normal,FALSE,FALSE,FALSE,0.221014023,0.231027603,0.307798386,0.266075134,0.28014183,0.246047974,0.262260437,0.300645828,0.888824463,0.603914261,0.220537186,0.199794769,0.18954277,0.197887421,0.219583511,0.17285347,0.199317932,0.195026398,0.258922577,0.431060791 +1000,25000,gpu,homo,TRUE,FALSE,TRUE,0.247001648,0.241518021,0.212669373,0.22149086,0.227928162,0.22983551,0.224351883,0.226259232,0.229358673,0.22149086,0.451087952,0.478506088,0.490665436,0.436544418,0.44131279,0.405788422,0.41103363,0.423192978,0.426530838,0.415802002 +1000,25000,gpu,homo,TRUE,FALSE,FALSE,0.428915024,0.428915024,0.427961349,0.425815582,0.410079956,0.585794449,0.451803207,0.446081161,0.427722931,0.414848328,0.494718552,0.429153442,0.422239304,0.417947769,0.416278839,0.408411026,0.412940979,0.403165817,0.423431396,0.395774841 +1000,25000,gpu,homo,FALSE,FALSE,TRUE,0.358581543,0.639200211,0.658512115,0.543355942,0.516891479,0.464916229,0.43463707,0.41103363,0.404834747,0.408411026,0.292301178,0.497102737,0.341415405,0.304460526,0.271320343,0.28181076,0.261068344,0.262975693,0.242710114,0.275373459 +1000,25000,gpu,homo,FALSE,FALSE,FALSE,0.21147728,0.237703323,0.390529633,0.226020813,0.215768814,0.225067139,0.212907791,0.230550766,0.218153,0.214576721,0.284671783,0.27012825,0.279188156,0.268697739,0.264167786,0.272274017,0.27346611,0.271320343,0.26679039,0.27680397 +1000,25000,gpu,uniform,TRUE,FALSE,TRUE,0.288963318,0.248908997,0.259637833,0.254392624,0.256299973,0.600576401,0.57053566,0.493526459,0.44631958,0.47326088,0.456809998,0.476121902,0.441551208,0.498056412,0.469207764,0.486850739,0.464200974,0.785589218,0.486850739,0.500440598 +1000,25000,gpu,uniform,TRUE,FALSE,FALSE,0.274419785,0.252723694,0.26512146,0.29540062,0.273227692,0.242710114,0.257730484,0.264406204,0.265836716,0.247240067,0.348567963,0.354290009,0.369310379,0.32043457,0.361204147,0.381469727,0.365972519,0.397443771,0.540971756,0.34570694 +1000,25000,gpu,uniform,FALSE,FALSE,TRUE,0.280380249,0.253200531,0.264406204,0.282764435,0.241756439,0.283956528,0.293016434,0.244855881,0.262498856,0.302314758,0.159740448,0.214099884,0.201702118,0.196933746,0.18286705,0.215530396,0.214338303,0.200510025,0.174283981,0.197172165 +1000,25000,gpu,uniform,FALSE,FALSE,FALSE,0.60749054,0.649929047,0.636339188,0.61917305,0.52022934,0.516176224,0.545978546,0.546216965,0.503778458,0.545024872,0.25177002,0.234603882,0.212907791,0.187635422,0.190019608,0.22816658,0.16283989,0.202655792,0.237464905,0.205993652 +1000,25000,gpu,normal,TRUE,FALSE,TRUE,0.277519226,0.241041183,0.271081924,0.279903412,0.303030014,0.289440155,0.239849091,0.383615494,0.279903412,0.257730484,0.448226929,0.672340393,0.637769699,0.589609146,0.557661057,0.583410263,0.603675842,0.573396683,0.594854355,0.554561615 +1000,25000,gpu,normal,TRUE,FALSE,FALSE,0.278711319,0.252723694,0.231027603,0.248193741,0.247478485,0.260829926,0.259637833,0.245809555,0.268697739,0.252008438,0.605344772,0.58889389,0.571727753,0.612258911,0.596523285,0.581502914,0.611305237,0.574588776,0.558137894,0.597715378 +1000,25000,gpu,normal,FALSE,FALSE,TRUE,0.265598297,0.279426575,0.26345253,0.248908997,0.244855881,0.271320343,0.249385834,0.284671783,0.243186951,0.274419785,0.175237656,0.202178955,0.219106674,0.197172165,0.205993652,0.220060349,0.222444534,0.216245651,0.234365463,0.195741653 +1000,25000,gpu,normal,FALSE,FALSE,FALSE,0.260591507,0.261545181,0.25343895,0.235080719,0.285387039,0.245809555,0.257253647,0.248432159,0.257730484,0.268220901,0.242710114,0.211715698,0.225067139,0.223875046,0.225305557,0.222206116,0.217914581,0.222206116,0.242948532,0.470399857 +1000,37500,gpu,homo,TRUE,FALSE,TRUE,0.232219696,0.252723694,0.224590302,0.234127045,0.220298767,0.231266022,0.240325928,0.234603882,0.232696533,0.233888626,0.527143478,0.525951385,0.518321991,0.560045242,0.581026077,0.496149063,0.50330162,0.4966259,0.497102737,0.47826767 +1000,37500,gpu,homo,TRUE,FALSE,FALSE,0.248193741,0.596046448,0.472307205,0.490903854,0.464200974,0.43964386,0.433206558,0.419616699,0.428199768,0.413179398,0.625610352,0.605106354,0.620603561,0.4966259,0.436067581,0.442266464,0.421285629,0.446796417,0.439167023,0.436306 +1000,37500,gpu,homo,FALSE,FALSE,TRUE,0.255823135,0.219106674,0.234127045,0.232934952,0.211715698,0.20980835,0.234127045,0.204086304,0.223636627,0.226974487,0.223875046,0.18119812,0.194072723,0.197410583,0.193595886,0.197410583,0.22482872,0.195741653,0.200986862,0.205278397 +1000,37500,gpu,homo,FALSE,FALSE,FALSE,0.493526459,0.495672226,0.514984131,0.466346741,0.512599945,0.498056412,0.507593155,0.519037247,0.519514084,0.496387482,0.18453598,0.183582306,0.170230865,0.173091888,0.169038773,0.171422958,0.171899796,0.164270401,0.167369843,0.17118454 +1000,37500,gpu,uniform,TRUE,FALSE,TRUE,0.38766861,0.379800797,0.386714935,0.379323959,0.392436981,0.389099121,0.383138657,0.368595123,0.363349915,0.463008881,0.44965744,0.44798851,0.42963028,0.428915024,0.423431396,0.477790833,0.447034836,0.449419022,0.441551208,0.424623489 +1000,37500,gpu,uniform,TRUE,FALSE,FALSE,0.281095505,0.281095505,0.267744064,0.277280807,0.241756439,0.23317337,0.227928162,0.246763229,0.273704529,0.275373459,0.41437149,0.397920609,0.44965744,0.405788422,0.433444977,0.436544418,0.478982925,0.440359116,0.461339951,0.420570374 +1000,37500,gpu,uniform,FALSE,FALSE,TRUE,0.279664993,0.252246857,0.236749649,0.227689743,0.249624252,0.244855881,0.275611877,0.271558762,0.241756439,0.243902206,0.235319138,0.235557556,0.242710114,0.236988068,0.219106674,0.213861465,0.214099884,0.224351883,0.217437744,0.200271606 +1000,37500,gpu,uniform,FALSE,FALSE,FALSE,0.293016434,0.318527222,0.259876251,0.273942947,0.255584717,0.253200531,0.254631042,0.274658203,0.256061554,0.263214111,0.190973282,0.252008438,0.235319138,0.251531601,0.20647049,0.210523605,0.212430954,0.192165375,0.239372253,0.229597092 +1000,37500,gpu,normal,TRUE,FALSE,TRUE,0.238895416,0.242710114,0.257730484,0.616073608,0.506401062,0.498771667,0.44798851,0.502824783,0.465393066,0.455379486,0.626564026,0.856637955,0.750541687,1.030921936,0.632286072,0.620126724,0.594854355,0.798225403,0.811100006,0.764608383 +1000,37500,gpu,normal,TRUE,FALSE,FALSE,0.515937805,0.48661232,0.453948975,0.558853149,0.58221817,0.4966259,0.492095947,0.468254089,0.493764877,0.465393066,1.07550621,0.770330429,0.707149506,0.820636749,0.724554062,0.732660294,0.731229782,0.702857971,0.728130341,0.701665878 +1000,37500,gpu,normal,FALSE,FALSE,TRUE,0.249147415,0.259637833,0.237941742,0.273227692,0.249862671,0.252008438,0.268220901,0.26011467,0.239372253,0.245809555,0.377416611,0.35071373,0.351190567,0.351905823,0.347852707,0.359296799,0.36740303,0.34236908,0.327825546,0.344276428 +1000,37500,gpu,normal,FALSE,FALSE,FALSE,0.279188156,0.264406204,0.266313553,0.262975693,0.263214111,0.271320343,0.253677368,0.236034393,0.26512146,0.272035599,0.333309174,0.370740891,0.344991684,0.34737587,0.376939774,0.363826752,0.335454941,0.291347504,0.342130661,0.341653824 +1000,50000,gpu,homo,TRUE,FALSE,TRUE,0.301599503,0.262260437,0.270605087,0.436067581,0.252246857,0.268220901,0.231742859,0.236988068,0.256299973,0.246286392,0.514507294,0.501394272,0.473737717,0.494718552,0.466108322,0.4799366,0.49161911,0.469684601,0.504016876,0.472068787 +1000,50000,gpu,homo,TRUE,FALSE,FALSE,0.338315964,0.255823135,0.225305557,0.239133835,0.214099884,0.251054764,0.231266022,0.247001648,0.204324722,0.251293182,0.486135483,0.491142273,0.4529953,0.494480133,0.470876694,0.4799366,0.480175018,0.4529953,0.455141068,0.44298172 +1000,50000,gpu,homo,FALSE,FALSE,TRUE,0.432252884,0.443220139,0.434398651,0.45633316,0.456571579,0.428676605,0.433921814,0.431060791,0.401735306,0.439405441,0.243902206,0.270843506,0.238656998,0.241279602,0.212669373,0.247001648,0.237226486,0.236034393,0.210046768,0.198602676 +1000,50000,gpu,homo,FALSE,FALSE,FALSE,0.249862671,0.252008438,0.241756439,0.233411789,0.250577927,0.238656998,0.246047974,0.25677681,0.227212906,0.226974487,0.253200531,0.371694565,0.226259232,0.219345093,0.206708908,0.243425369,0.226259232,0.228881836,0.207185745,0.225067139 +1000,50000,gpu,uniform,TRUE,FALSE,TRUE,0.290632248,0.285863876,0.602722168,0.324249268,0.366687775,0.278949738,0.278949738,0.273704529,0.272750854,0.266313553,0.630378723,0.621795654,0.684738159,0.683546066,0.644683838,0.636816025,0.642299652,0.671386719,0.651359558,0.773429871 +1000,50000,gpu,uniform,TRUE,FALSE,FALSE,0.283002853,0.293254852,0.283479691,0.278711319,0.284671783,0.284194946,0.294208527,0.270843506,0.262975693,0.244855881,0.66280365,0.720262527,0.701189041,0.638484955,0.914096832,0.626087189,0.615119934,0.605821609,0.584363937,0.576734543 +1000,50000,gpu,uniform,FALSE,FALSE,TRUE,0.300884247,0.596761703,0.516176224,0.613689423,0.583171844,0.450849533,0.509023666,0.471830368,0.523328781,0.478744507,0.254392624,0.277757645,0.256061554,0.210762024,0.282764435,0.245809555,0.22315979,0.241279602,0.230789185,0.224113464 +1000,50000,gpu,uniform,FALSE,FALSE,FALSE,0.306844711,0.34236908,0.327348709,0.349760056,0.329017639,0.35238266,0.345945358,0.32043457,0.309705734,0.347614288,0.455856323,0.376939774,0.424146652,0.426769257,0.408172607,0.396251678,0.603914261,0.423192978,0.407218933,0.376462936 +1000,50000,gpu,normal,TRUE,FALSE,TRUE,0.278949738,0.338792801,0.321865082,0.275373459,0.284194946,0.324487686,0.26512146,0.272035599,0.282287598,0.256061554,0.779390335,0.788927078,0.787258148,0.826597214,0.792980194,0.757932663,0.754117966,0.731229782,0.780582428,0.770568848 +1000,50000,gpu,normal,TRUE,FALSE,FALSE,0.28014183,0.297546387,0.289440155,0.255346298,0.271320343,0.259399414,0.260829926,0.288724899,0.26679039,0.287532806,0.855445862,0.832796097,0.838756561,0.848531723,0.828504562,0.832080841,0.817537308,0.829219818,0.829696655,0.925540924 +1000,50000,gpu,normal,FALSE,FALSE,TRUE,0.290632248,0.253200531,0.269889832,0.250339508,0.260591507,0.268220901,0.252246857,0.259399414,0.262498856,0.264167786,0.381946564,0.403165817,0.558376312,0.446557999,0.399589539,0.399827957,0.3926754,0.386953354,0.382661819,0.369310379 +1000,50000,gpu,normal,FALSE,FALSE,FALSE,1.040458679,0.25844574,0.277996063,0.277519226,0.248193741,0.244379044,0.272274017,0.220537186,0.262260437,0.261306763,0.330209732,0.367164612,0.316381454,0.319004059,0.325202942,0.312805176,0.300884247,0.316381454,0.311374664,0.290870667 +2500,1000,gpu,homo,TRUE,FALSE,TRUE,0.225543976,0.233650208,0.221729279,0.221252441,0.243902206,0.232458115,0.22649765,0.205755234,0.191926956,0.189304352,0.130653381,0.130414963,0.133275986,0.136137009,0.153064728,0.145435333,0.135421753,0.139951706,0.126123428,0.131845474 +2500,1000,gpu,homo,TRUE,FALSE,FALSE,0.227689743,0.241041183,0.219106674,0.222682953,0.215291977,0.205993652,0.202655792,0.32544136,0.228643417,0.211000443,0.246047974,0.257492065,0.264644623,0.241041183,0.245809555,0.242233276,0.25177002,0.243425369,0.240564346,0.237226486 +2500,1000,gpu,homo,FALSE,FALSE,TRUE,0.277042389,0.22816658,0.266551971,0.243425369,0.281095505,0.217437744,0.226736069,0.235557556,0.225782394,0.222682953,0.207901001,0.159263611,0.195026398,0.18954277,0.194072723,0.187158585,0.201463699,0.207424164,0.408649445,0.342130661 +2500,1000,gpu,homo,FALSE,FALSE,FALSE,0.235319138,0.224113464,0.227212906,0.233411789,0.196218491,0.196695328,0.191926956,0.21982193,0.221014023,0.238418579,0.199794769,0.197410583,0.207185745,0.210046768,0.208377838,0.203132629,0.204324722,0.18954277,0.186681747,0.1912117 +2500,1000,gpu,uniform,TRUE,FALSE,TRUE,0.538349152,0.493049622,0.478744507,0.484228134,0.482797623,0.489711761,0.492572784,0.462293625,0.48494339,0.467300415,0.338077545,0.238895416,0.231027603,0.21147728,0.200748444,0.398159027,0.346899033,0.284910202,0.279426575,0.274419785 +2500,1000,gpu,uniform,TRUE,FALSE,FALSE,0.254869461,0.284671783,0.31709671,0.258684158,0.235557556,0.212192535,0.265359879,0.248193741,0.236749649,0.246047974,0.193357468,0.200986862,0.185251236,0.207185745,0.193119049,0.164270401,0.168561935,0.201940536,0.171899796,0.165939331 +2500,1000,gpu,uniform,FALSE,FALSE,TRUE,0.239133835,0.215768814,0.232934952,0.225305557,0.180006027,0.199556351,0.216722488,0.251054764,0.254392624,0.26845932,0.208616257,0.179052353,0.180959702,0.197172165,0.161647797,0.167608261,0.195026398,0.216007233,0.177383423,0.194311142 +2500,1000,gpu,uniform,FALSE,FALSE,FALSE,0.48494339,0.467300415,0.471353531,0.464439392,0.463247299,0.465154648,0.482320786,0.463724136,0.471353531,0.460863113,0.213384628,0.209569931,0.185728073,0.212192535,0.227689743,0.27346611,0.217914581,0.239133835,0.241279602,0.218629837 +2500,1000,gpu,normal,TRUE,FALSE,TRUE,0.6108284,0.53191185,0.474214554,0.446557999,0.597476959,0.479221344,0.461339951,0.473976135,0.45132637,0.428676605,0.235080719,0.218153,0.195026398,0.215291977,0.224113464,0.197649002,0.207901001,0.203847885,0.211000443,0.199556351 +2500,1000,gpu,normal,TRUE,FALSE,FALSE,0.27513504,0.255584717,0.221014023,0.252008438,0.224590302,0.250339508,0.250101089,0.250577927,0.222682953,0.257730484,0.476837158,0.344753265,0.336885452,0.310182571,0.301122665,0.316619873,0.29706955,0.300884247,0.307559967,0.356674194 +2500,1000,gpu,normal,FALSE,FALSE,TRUE,0.374555588,0.384092331,0.390768051,0.371932983,0.388145447,0.395298004,0.39434433,0.454902649,0.44631958,0.475645065,0.327587128,0.303030014,0.283479691,0.307559967,0.289440155,0.311374664,0.304698944,0.283002853,0.304222107,0.280857086 +2500,1000,gpu,normal,FALSE,FALSE,FALSE,0.263690948,0.301837921,0.290870667,0.30708313,0.302791595,0.310182571,0.285148621,0.376939774,0.544071198,0.291109085,0.22149086,0.217437744,0.193357468,0.217914581,0.244855881,0.1745224,0.214099884,0.201463699,0.223636627,0.214338303 +2500,2500,gpu,homo,TRUE,FALSE,TRUE,0.420331955,0.439882278,0.425338745,0.414609909,0.416278839,0.411748886,0.438451767,0.455856323,0.413656235,0.420093536,0.174760818,0.17285347,0.154972076,0.140190125,0.14257431,0.152587891,0.137090683,0.159263611,0.16283989,0.154972076 +2500,2500,gpu,homo,TRUE,FALSE,FALSE,0.212907791,0.200986862,0.196695328,0.191450119,0.239849091,0.248193741,0.21147728,0.201463699,0.22149086,0.203371048,0.191926956,0.175237656,0.183105469,0.18620491,0.178575516,0.184059143,0.193595886,0.178813934,0.165700912,0.201940536 +2500,2500,gpu,homo,FALSE,FALSE,TRUE,0.289678574,0.2348423,0.247478485,0.237464905,0.22983551,0.233650208,0.246286392,0.23150444,0.247955322,0.223398209,0.277757645,0.258207321,0.296831131,0.293493271,0.258922577,0.311851501,0.311613083,0.277280807,0.275850296,0.348329544 +2500,2500,gpu,homo,FALSE,FALSE,FALSE,0.450134277,0.420331955,0.406503677,0.404596329,0.40602684,0.406742096,0.406980515,0.40769577,0.408172607,0.425577164,0.287294388,0.27346611,0.257015228,0.2617836,0.261068344,0.25510788,0.22983551,0.245094299,0.229358673,0.22482872 +2500,2500,gpu,uniform,TRUE,FALSE,TRUE,0.228404999,0.262260437,0.255584717,0.242710114,0.230550766,0.226259232,0.214338303,0.229597092,0.259876251,0.213623047,0.21314621,0.222206116,0.197410583,0.192403793,0.209331512,0.204563141,0.20647049,0.205039978,0.198364258,0.193834305 +2500,2500,gpu,uniform,TRUE,FALSE,FALSE,0.248908997,0.246524811,0.25510788,0.234603882,0.433206558,0.256299973,0.241279602,0.227928162,0.263690948,0.233650208,0.372171402,0.332117081,0.367641449,0.340461731,0.310182571,0.303030014,0.306844711,0.289916992,0.30875206,0.296354294 +2500,2500,gpu,uniform,FALSE,FALSE,TRUE,0.512123108,0.57554245,0.508069992,0.522613525,0.52022934,0.504970551,0.53358078,0.560045242,0.519990921,0.545740128,0.178575516,0.231027603,0.201463699,0.214099884,0.186920166,0.183105469,0.210046768,0.166893005,0.206708908,0.185012817 +2500,2500,gpu,uniform,FALSE,FALSE,FALSE,0.267267227,0.23651123,0.220537186,0.22983551,0.221729279,0.255823135,0.253677368,0.224113464,0.217676163,0.296115875,0.197172165,0.197172165,0.234603882,0.21982193,0.273942947,0.251531601,0.218629837,0.217437744,0.224351883,0.208377838 +2500,2500,gpu,normal,TRUE,FALSE,TRUE,0.252008438,0.26845932,0.252723694,0.263929367,0.267267227,0.288724899,0.270843506,0.246524811,0.2617836,0.283241272,0.181913376,0.204801559,0.210046768,0.211238861,0.188827515,0.21314621,0.188350677,0.222921371,0.18954277,0.22315979 +2500,2500,gpu,normal,TRUE,FALSE,FALSE,0.546693802,0.275373459,0.259876251,0.268936157,0.555753708,0.532865524,0.524282455,0.486373901,0.529527664,0.695705414,0.236988068,0.208616257,0.201225281,0.211715698,0.19288063,0.234603882,0.250577927,0.195264816,0.450849533,0.377178192 +2500,2500,gpu,normal,FALSE,FALSE,TRUE,0.470638275,0.47826767,0.548124313,0.498056412,0.498056412,0.468969345,0.475168228,0.448703766,0.461816788,0.475883484,0.353574753,0.342130661,0.362873077,0.347137451,0.332355499,0.329732895,0.352859497,0.310182571,0.265359879,0.218868256 +2500,2500,gpu,normal,FALSE,FALSE,FALSE,0.202178955,0.264406204,0.228643417,0.232219696,0.235795975,0.205516815,0.27012825,0.242471695,0.222921371,0.680923462,0.213384628,0.238180161,0.220060349,0.217437744,0.199079514,0.211715698,0.197410583,0.217437744,0.23150444,0.205516815 +2500,5000,gpu,homo,TRUE,FALSE,TRUE,0.243663788,0.239610672,0.241279602,0.229597092,0.214338303,0.243425369,0.235795975,0.225782394,0.245332718,0.241041183,0.290870667,0.280857086,0.288724899,0.298261642,0.330924988,0.292539597,0.27346611,0.300168991,0.301361084,0.304460526 +2500,5000,gpu,homo,TRUE,FALSE,FALSE,0.554800034,0.632286072,0.691413879,0.451803207,0.512361526,0.443220139,0.422716141,0.413656235,0.38933754,0.394821167,0.350236893,0.319719315,0.334024429,0.329017639,0.31375885,0.316381454,0.312805176,0.315666199,0.331163406,0.325918198 +2500,5000,gpu,homo,FALSE,FALSE,TRUE,0.225782394,0.244617462,0.201702118,0.20980835,0.209331512,0.213623047,0.202655792,0.20980835,0.204801559,0.206947327,0.195264816,0.176906586,0.160217285,0.203847885,0.169992447,0.18787384,0.151634216,0.194549561,0.176429749,0.167369843 +2500,5000,gpu,homo,FALSE,FALSE,FALSE,0.22816658,0.22482872,0.230789185,0.203132629,0.222682953,0.185012817,0.222206116,0.203132629,0.282049179,0.298500061,0.205755234,0.16784668,0.203609467,0.18787384,0.179052353,0.190019608,0.175952911,0.174283981,0.172138214,0.182390213 +2500,5000,gpu,uniform,TRUE,FALSE,TRUE,0.257968903,0.278949738,0.219345093,0.26345253,0.209093094,0.223636627,0.202655792,0.221014023,0.26345253,0.200033188,0.239372253,0.251054764,0.212907791,0.233888626,0.275611877,0.234603882,0.227451324,0.208854675,0.240325928,0.207424164 +2500,5000,gpu,uniform,TRUE,FALSE,FALSE,0.457048416,0.27346611,0.243663788,0.241279602,0.264883041,0.272274017,0.257015228,0.253200531,0.257253647,0.259399414,0.25677681,0.242710114,0.224113464,0.238656998,0.195741653,0.247716904,0.21147728,0.210046768,0.205516815,0.274896622 +2500,5000,gpu,uniform,FALSE,FALSE,TRUE,0.279903412,0.227928162,0.242948532,0.272035599,0.259876251,0.221014023,0.214576721,0.239372253,0.230073929,0.227928162,0.365018845,0.341653824,0.366449356,0.269889832,0.222682953,0.254392624,0.201702118,0.205278397,0.218629837,0.217199326 +2500,5000,gpu,uniform,FALSE,FALSE,FALSE,0.250577927,0.258684158,0.253200531,0.267505646,0.270605087,0.270605087,0.267028809,0.264644623,0.244379044,0.26011467,0.185012817,0.223875046,0.153064728,0.197410583,0.18787384,0.196218491,0.193357468,0.17619133,0.189304352,0.191688538 +2500,5000,gpu,normal,TRUE,FALSE,TRUE,0.513315201,0.473737717,0.576496124,0.608444214,0.35238266,0.236034393,0.259637833,0.233411789,0.236988068,0.22482872,0.214338303,0.230073929,0.242233276,0.242471695,0.232696533,0.228404999,0.22983551,0.226736069,0.240087509,0.215053558 +2500,5000,gpu,normal,TRUE,FALSE,FALSE,0.218629837,0.246286392,0.252485275,0.245332718,0.589370728,0.508546829,0.474691391,0.477790833,0.460624695,0.473499298,0.421762466,0.379800797,0.299930573,0.320196152,0.304222107,0.291585922,0.274896622,0.288486481,0.288009644,0.292778015 +2500,5000,gpu,normal,FALSE,FALSE,TRUE,0.267267227,0.253915787,0.237464905,0.260353088,0.285625458,0.655412674,0.519752502,0.511884689,0.48494339,0.473737717,0.244140625,0.283718109,0.239610672,0.23317337,0.261068344,0.202417374,0.202894211,0.227689743,0.175714493,0.242948532 +2500,5000,gpu,normal,FALSE,FALSE,FALSE,0.254631042,0.259876251,0.247716904,0.239372253,0.269651413,0.243186951,0.495910645,0.550985336,0.502109528,0.752210617,0.244140625,0.243902206,0.254631042,0.241279602,0.260353088,0.264883041,0.244140625,0.203847885,0.250101089,0.209569931 +2500,10000,gpu,homo,TRUE,FALSE,TRUE,0.205516815,0.227689743,0.230312347,0.188827515,0.219583511,0.23317337,0.197172165,0.189065933,0.211715698,0.226736069,0.266551971,0.252008438,0.249147415,0.235080719,0.221967697,0.227212906,0.238895416,0.248908997,0.244855881,0.244855881 +2500,10000,gpu,homo,TRUE,FALSE,FALSE,0.231981277,0.250577927,0.224351883,0.218868256,0.215291977,0.216722488,0.230312347,0.23317337,0.203371048,0.235319138,0.225543976,0.247240067,0.245809555,0.247716904,0.239133835,0.251293182,0.226259232,0.445842743,0.370740891,0.34570694 +2500,10000,gpu,homo,FALSE,FALSE,TRUE,0.267505646,0.285387039,0.279188156,0.21147728,0.253915787,0.217676163,0.513553619,0.268220901,0.581502914,0.296354294,0.258684158,0.278711319,0.259876251,0.228404999,0.212669373,0.240564346,0.220537186,0.210762024,0.240802765,0.228881836 +2500,10000,gpu,homo,FALSE,FALSE,FALSE,0.2348423,0.239610672,0.240564346,0.22983551,0.27680397,0.599384308,0.641345978,0.491857529,0.537157059,0.480175018,0.177621841,0.205516815,0.187397003,0.183582306,0.185489655,0.200748444,0.200510025,0.171899796,0.205516815,0.175237656 +2500,10000,gpu,uniform,TRUE,FALSE,TRUE,0.270366669,0.239372253,0.288009644,0.288248062,0.282049179,0.248908997,0.277996063,0.511407852,0.285148621,0.285863876,0.315904617,0.290155411,0.296592712,0.259399414,0.274419785,0.266313553,0.279664993,0.269651413,0.311851501,0.75507164 +2500,10000,gpu,uniform,TRUE,FALSE,FALSE,0.251054764,0.268936157,0.31208992,0.279426575,0.264883041,0.273942947,0.278949738,0.272989273,0.245094299,0.26679039,0.262498856,0.234127045,0.235319138,0.258207321,0.277042389,0.243186951,0.247955322,0.275611877,0.246524811,0.300884247 +2500,10000,gpu,uniform,FALSE,FALSE,TRUE,0.236749649,0.205278397,0.215768814,0.235795975,0.215053558,0.240802765,0.22315979,0.217437744,0.225067139,0.255584717,0.177383423,0.177145004,0.187397003,0.173330307,0.172138214,0.214338303,0.231981277,0.164985657,0.18286705,0.179767609 +2500,10000,gpu,uniform,FALSE,FALSE,FALSE,0.241518021,0.226974487,0.235319138,0.360965729,0.505685806,0.496387482,0.399589539,0.344514847,0.388860703,0.601768494,0.286340714,0.340461731,0.283241272,0.328063965,0.330924988,0.314474106,0.302553177,0.30374527,0.289201736,0.306606293 +2500,10000,gpu,normal,TRUE,FALSE,TRUE,0.452756882,0.50330162,0.467777252,0.462770462,0.464200974,0.465631485,0.44298172,0.413656235,0.451564789,0.446796417,0.415802002,0.453472137,0.405311584,0.420570374,0.755786896,0.469446182,0.39100647,0.418901443,0.407457352,0.424861908 +2500,10000,gpu,normal,TRUE,FALSE,FALSE,0.79369545,0.567674637,0.469923019,0.496387482,0.480413437,0.450849533,0.438451767,0.454425812,0.490188599,0.281572342,0.388622284,0.443220139,0.463485718,0.470876694,1.476049423,0.452041626,0.419139862,0.409603119,0.412940979,0.388622284 +2500,10000,gpu,normal,FALSE,FALSE,TRUE,0.263690948,0.283956528,0.267267227,0.271558762,0.270843506,0.272750854,0.299453735,0.243425369,0.241994858,0.269174576,0.197410583,0.215768814,0.21147728,0.237464905,0.515937805,0.365495682,0.471830368,0.363588333,0.350952148,0.338554382 +2500,10000,gpu,normal,FALSE,FALSE,FALSE,0.239133835,0.221967697,0.233411789,0.26679039,0.227928162,0.592708588,0.510931015,0.516891479,0.469446182,0.469684601,0.333786011,0.307321548,0.294208527,0.305652618,0.325918198,0.364303589,0.450611115,0.334262848,0.32043457,0.314950943 +2500,25000,gpu,homo,TRUE,FALSE,TRUE,0.241756439,0.211238861,0.218868256,0.230550766,0.241756439,0.243663788,0.277280807,0.255584717,0.229597092,0.280618668,0.41103363,0.414133072,0.437736511,0.419855118,0.432252884,0.425815582,0.435352325,0.40602684,0.423908234,0.445365906 +2500,25000,gpu,homo,TRUE,FALSE,FALSE,0.240325928,0.246763229,0.202894211,0.249147415,0.262737274,0.252723694,0.240564346,0.245809555,0.229120255,0.217437744,0.363826752,0.352859497,0.398159027,0.386238098,0.381946564,0.371217728,0.347852707,0.341892242,0.350236893,0.344514847 +2500,25000,gpu,homo,FALSE,FALSE,TRUE,0.254392624,0.218629837,0.240564346,0.272750854,0.210285187,0.251293182,0.211238861,0.23317337,0.252246857,0.228643417,0.349760056,0.353097916,0.319719315,0.335454941,0.323057175,0.332832336,0.316858292,0.309467316,0.34070015,0.303983688 +2500,25000,gpu,homo,FALSE,FALSE,FALSE,0.21481514,0.222444534,0.207901001,0.216960907,0.198602676,0.205755234,0.213861465,0.195264816,0.22482872,0.226974487,0.16617775,0.187158585,0.206947327,0.180244446,0.197887421,0.187397003,0.222444534,0.38599968,0.365257263,0.366687775 +2500,25000,gpu,uniform,TRUE,FALSE,TRUE,0.256299973,0.255823135,0.299930573,0.241756439,0.259399414,0.274419785,0.254392624,0.262260437,0.261306763,0.276565552,0.367879868,0.35572052,0.360250473,0.339031219,0.370502472,0.32544136,0.355958939,0.35071373,0.342130661,0.344514847 +2500,25000,gpu,uniform,TRUE,FALSE,FALSE,0.491142273,0.496387482,0.479221344,0.469684601,0.48661232,0.481843948,0.460624695,0.451803207,0.470638275,0.497579575,0.368833542,0.343084335,0.360488892,0.373840332,0.413417816,0.349760056,0.343084335,0.344514847,0.500917435,0.396966934 +2500,25000,gpu,uniform,FALSE,FALSE,TRUE,0.457286835,0.271320343,0.278711319,0.304698944,0.27346611,0.25177002,0.290632248,0.292062759,0.232934952,0.255823135,0.250816345,0.244140625,0.250101089,0.212430954,0.213861465,0.185728073,0.246524811,0.197887421,0.202178955,0.203847885 +2500,25000,gpu,uniform,FALSE,FALSE,FALSE,0.25343895,0.289916992,0.266313553,0.29706955,0.265836716,0.638246536,0.556945801,0.526666641,0.480890274,0.478029251,0.393867493,0.364303589,0.34737587,0.378370285,0.353574753,0.322580338,0.339508057,0.359296799,0.349283218,0.351905823 +2500,25000,gpu,normal,TRUE,FALSE,TRUE,0.285863876,0.311374664,0.299453735,0.282526016,0.289440155,0.286817551,0.285863876,0.259160995,0.296115875,0.297307968,0.517606735,0.508308411,0.925540924,0.658988953,0.585794449,0.630617142,0.589847565,0.566720963,0.595808029,0.570774078 +2500,25000,gpu,normal,TRUE,FALSE,FALSE,0.2617836,0.249624252,0.266075134,0.281333923,0.258922577,0.254631042,0.261306763,0.241994858,0.272035599,0.268220901,0.514268875,0.497102737,0.458240509,0.47826767,0.452756882,0.466585159,1.147508621,0.488519669,0.45800209,0.497102737 +2500,25000,gpu,normal,FALSE,FALSE,TRUE,0.263690948,0.233888626,0.265836716,0.265598297,0.355005264,0.317811966,0.245809555,0.310659409,0.277996063,0.246047974,0.240802765,0.237703323,0.210285187,0.229597092,0.226736069,0.230312347,0.233888626,0.222682953,0.211000443,0.214576721 +2500,25000,gpu,normal,FALSE,FALSE,FALSE,0.461816788,0.485420227,0.486135483,0.485897064,0.448703766,0.457286835,0.500917435,0.443696976,0.477075577,0.457048416,0.318050385,0.357627869,0.348329544,0.316619873,0.31375885,0.303030014,0.313520432,0.301122665,0.327825546,0.663280487 +2500,37500,gpu,homo,TRUE,FALSE,TRUE,0.252008438,0.22482872,0.239372253,0.25510788,0.217437744,0.237703323,0.233411789,0.221252441,0.216960907,0.240325928,0.427961349,0.40268898,0.419139862,0.422477722,0.437736511,0.417470932,0.41437149,0.420808792,0.422954559,0.435590744 +2500,37500,gpu,homo,TRUE,FALSE,FALSE,0.246047974,0.246763229,0.242471695,0.219106674,0.224351883,0.237703323,0.219583511,0.240325928,0.213384628,0.241518021,0.555753708,0.505208969,0.527620316,0.497102737,0.517368317,0.529527664,0.489711761,0.508069992,0.527143478,0.496864319 +2500,37500,gpu,homo,FALSE,FALSE,TRUE,0.225543976,0.265598297,0.231027603,0.257015228,0.225305557,0.215053558,0.215768814,0.226974487,0.230073929,0.225782394,0.2348423,0.267505646,0.226020813,0.219106674,0.205278397,0.225782394,0.232934952,0.227928162,0.217199326,0.218868256 +2500,37500,gpu,homo,FALSE,FALSE,FALSE,0.251531601,0.209569931,0.252485275,0.212430954,0.218868256,0.238656998,0.23317337,0.251293182,0.238418579,0.226259232,0.218868256,0.219106674,0.225067139,0.241994858,0.226259232,0.246763229,0.215768814,0.289440155,0.201463699,0.463008881 +2500,37500,gpu,uniform,TRUE,FALSE,TRUE,0.531196594,0.325679779,0.300884247,0.257253647,0.227928162,0.233411789,0.245571136,0.254869461,0.262498856,0.254154205,0.486850739,0.425815582,0.423192978,0.427961349,0.459194183,0.396251678,0.445842743,0.416994095,0.49996376,0.734567642 +2500,37500,gpu,uniform,TRUE,FALSE,FALSE,0.495910645,0.500679016,0.424861908,0.597715378,0.496387482,0.493049622,0.490903854,0.470161438,0.487804413,0.464916229,0.617980957,0.825405121,0.623464584,0.626564026,0.610589981,0.423192978,0.44465065,0.417232513,0.448703766,0.4799366 +2500,37500,gpu,uniform,FALSE,FALSE,TRUE,0.578403473,0.833749771,0.620126724,0.521421432,0.48160553,0.502109528,0.48327446,0.508308411,0.530481339,0.498533249,0.216960907,0.282526016,0.342607498,0.277757645,0.285387039,0.252485275,0.26011467,0.31709671,0.291585922,0.280618668 +2500,37500,gpu,uniform,FALSE,FALSE,FALSE,0.327825546,0.659942627,0.61917305,0.541448593,0.484704971,0.529527664,0.515937805,0.473976135,0.540733337,0.548839569,0.248908997,0.248670578,0.267744064,0.253200531,0.273942947,0.27680397,0.247001648,0.250577927,0.270605087,0.279426575 +2500,37500,gpu,normal,TRUE,FALSE,TRUE,0.239610672,0.279426575,0.247478485,0.288248062,0.283241272,0.299453735,0.258684158,0.257968903,0.268697739,0.261068344,0.632047653,0.562906265,0.59223175,0.606298447,0.585794449,0.609636307,0.608682632,1.014947891,0.741958618,0.620603561 +2500,37500,gpu,normal,TRUE,FALSE,FALSE,0.513792038,0.498533249,0.488758087,0.468730927,0.470161438,0.478029251,0.501155853,0.483751297,0.472307205,0.504255295,0.72312355,0.715017319,0.692129135,0.829935074,0.736951828,0.996828079,0.725984573,0.727415085,0.71310997,0.687837601 +2500,37500,gpu,normal,FALSE,FALSE,TRUE,0.511407852,0.606060028,0.532150269,0.497102737,0.468254089,0.488758087,0.468015671,0.482797623,0.524997711,0.537872314,0.2784729,0.282049179,0.271558762,0.415563583,0.28181076,0.27179718,0.293493271,0.283956528,0.282764435,0.294923782 +2500,37500,gpu,normal,FALSE,FALSE,FALSE,0.288963318,0.249862671,0.273704529,0.269889832,0.262260437,0.270366669,0.247716904,0.247478485,0.306844711,0.249385834,0.256061554,0.252962112,0.238895416,0.233411789,0.243902206,0.228404999,0.246047974,0.35738945,0.445127487,0.384569168 +2500,50000,gpu,homo,TRUE,FALSE,TRUE,0.302791595,0.256061554,0.255346298,0.279188156,0.25343895,0.285863876,0.257968903,0.28181076,0.253677368,0.259160995,0.480175018,0.484704971,0.477552414,0.474691391,0.488519669,0.462055206,0.482797623,0.484228134,0.455141068,0.467538834 +2500,50000,gpu,homo,TRUE,FALSE,FALSE,0.250577927,0.222444534,0.240802765,0.240802765,0.252723694,0.215053558,0.247478485,0.232934952,0.227928162,0.213384628,0.479698181,0.531435013,0.484704971,0.839948654,0.515460968,0.48995018,0.476121902,0.461339951,0.442743301,0.475168228 +2500,50000,gpu,homo,FALSE,FALSE,TRUE,0.257253647,0.254154205,0.25343895,0.257968903,0.247478485,0.233888626,0.236034393,0.230550766,0.23651123,0.246286392,0.263690948,0.265359879,0.263929367,0.263929367,0.262737274,0.272035599,0.241279602,0.266551971,0.259637833,0.324487686 +2500,50000,gpu,homo,FALSE,FALSE,FALSE,0.285625458,0.704288483,0.597238541,0.503063202,0.504493713,0.523328781,0.473499298,0.489473343,0.47659874,0.463485718,0.341176987,0.326156616,0.346183777,0.348567963,0.349760056,0.343084335,0.312805176,0.307559967,0.306606293,0.314950943 +2500,50000,gpu,uniform,TRUE,FALSE,TRUE,0.463962555,0.477790833,0.501871109,0.482320786,0.507116318,0.450849533,0.448465347,0.479698181,0.451803207,0.458240509,0.63419342,0.639915466,0.612020493,0.632762909,0.626087189,0.614404678,0.626087189,0.615119934,0.61416626,0.565052032 +2500,50000,gpu,uniform,TRUE,FALSE,FALSE,0.327825546,0.283718109,0.314950943,0.238895416,0.242233276,0.295639038,0.277042389,0.281095505,0.279664993,0.252962112,0.549077988,0.544071198,0.542163849,0.483989716,0.550031662,0.529766083,0.532627106,0.537872314,0.515460968,0.517368317 +2500,50000,gpu,uniform,FALSE,FALSE,TRUE,0.282526016,0.264406204,0.25177002,0.298261642,0.777721405,0.712156296,0.294685364,0.607728958,0.531196594,0.561237335,0.386238098,0.370502472,0.398397446,0.375032425,0.376462936,0.368118286,0.371694565,0.385284424,0.371932983,0.364303589 +2500,50000,gpu,uniform,FALSE,FALSE,FALSE,0.281572342,0.294446945,0.300884247,0.265359879,0.279664993,0.253915787,0.266551971,0.29540062,0.269174576,0.267744064,0.277519226,0.261545181,0.280857086,0.254392624,0.262022018,0.272512436,0.330209732,0.49161911,0.421762466,0.389099121 +2500,50000,gpu,normal,TRUE,FALSE,TRUE,0.324249268,0.316143036,0.309467316,0.281333923,0.305175781,0.288724899,0.283479691,0.295639038,0.321388245,0.267267227,0.8020401,0.78868866,0.76341629,0.739574432,0.767707825,0.751018524,0.735044479,0.7417202,0.762462616,0.836610794 +2500,50000,gpu,normal,TRUE,FALSE,FALSE,0.313043594,0.281333923,0.315904617,0.268697739,0.266313553,0.313043594,0.284671783,0.710010529,0.555992126,0.543355942,0.824928284,0.838279724,0.771284103,0.808000565,0.743150711,0.771760941,0.728607178,0.807285309,0.758171082,0.70643425 +2500,50000,gpu,normal,FALSE,FALSE,TRUE,0.39434433,0.431060791,0.52523613,0.312566757,0.291347504,0.3221035,0.313282013,0.290870667,0.282049179,0.265359879,0.300645828,0.292539597,0.380516052,0.423431396,0.304698944,0.294923782,0.282049179,0.292539597,0.275850296,0.298500061 +2500,50000,gpu,normal,FALSE,FALSE,FALSE,0.52857399,0.768184662,0.582933426,0.512123108,0.499248505,0.488758087,0.4966259,0.451803207,0.529527664,0.621318817,0.364303589,0.31208992,0.326633453,0.309228897,0.276565552,0.484704971,0.314235687,0.341415405,0.336170197,0.290870667 +5000,1000,gpu,homo,TRUE,FALSE,TRUE,0.530719757,0.420808792,0.571250916,0.385761261,0.343561172,0.332355499,0.466585159,0.329256058,0.22315979,0.209331512,0.148296356,0.136852264,0.132322311,0.126838684,0.1475811,0.180721283,0.173091888,0.148057938,0.159502029,0.140190125 +5000,1000,gpu,homo,TRUE,FALSE,FALSE,0.203132629,0.186443329,0.231027603,0.196933746,0.22983551,0.195026398,0.25510788,0.264406204,0.232696533,0.206232071,0.262975693,0.266551971,0.271558762,0.254154205,0.262737274,0.243663788,0.258207321,0.279903412,0.25177002,0.259160995 +5000,1000,gpu,homo,FALSE,FALSE,TRUE,0.281572342,0.23651123,0.274896622,0.277757645,0.235795975,0.241994858,0.238656998,0.27680397,0.508308411,0.530481339,0.286817551,0.210285187,0.187635422,0.199556351,0.213623047,0.219345093,0.224351883,0.208616257,0.193357468,0.168800354 +5000,1000,gpu,homo,FALSE,FALSE,FALSE,0.407218933,0.399589539,0.384569168,0.441789627,0.427246094,0.381231308,0.407218933,0.421047211,0.39768219,0.383377075,0.415325165,0.455379486,0.285863876,0.259399414,0.252723694,0.257492065,0.292539597,0.31542778,0.29706955,0.280857086 +5000,1000,gpu,uniform,TRUE,FALSE,TRUE,0.246763229,0.246524811,0.269412994,0.257253647,0.25510788,0.245571136,0.249385834,0.243425369,0.230073929,0.337123871,0.309705734,0.329971313,0.29873848,0.278711319,0.299930573,0.290155411,0.286817551,0.284194946,0.272035599,0.322341919 +5000,1000,gpu,uniform,TRUE,FALSE,FALSE,0.242233276,0.2617836,0.245571136,0.25177002,0.22816658,0.249862671,0.225782394,0.216007233,0.234127045,0.229120255,0.180244446,0.203371048,0.214576721,0.155210495,0.212430954,0.16951561,0.181674957,0.188827515,0.178813934,0.172615051 +5000,1000,gpu,uniform,FALSE,FALSE,TRUE,0.235319138,0.287532806,0.252485275,0.268697739,0.296115875,0.253915787,0.216722488,0.234127045,0.243902206,0.26011467,0.23150444,0.271081924,0.25343895,0.246763229,0.235557556,0.239610672,0.213623047,0.23150444,0.2348423,0.227212906 +5000,1000,gpu,uniform,FALSE,FALSE,FALSE,0.492334366,0.493049622,0.514030457,0.510931015,0.487089157,0.453472137,0.512599945,0.624895096,0.537633896,0.487089157,0.207662582,0.224113464,0.190258026,0.220060349,0.201702118,0.176906586,0.178337097,0.196933746,0.214576721,0.200986862 +5000,1000,gpu,normal,TRUE,FALSE,TRUE,0.469684601,0.445127487,0.465393066,0.47326088,0.446081161,0.444412231,0.422000885,0.44798851,0.429868698,0.421285629,0.332832336,0.334024429,0.307559967,0.311136246,0.306129456,0.310182571,0.293016434,0.319480896,0.288248062,0.297784805 +5000,1000,gpu,normal,TRUE,FALSE,FALSE,0.6711483,0.247955322,0.260353088,0.229120255,0.238656998,0.225782394,0.220060349,0.241041183,0.230073929,0.230550766,0.204324722,0.222682953,0.214576721,0.186920166,0.202417374,0.188112259,0.220537186,0.216722488,0.192165375,0.188589096 +5000,1000,gpu,normal,FALSE,FALSE,TRUE,0.34737587,0.3926754,0.478029251,0.418186188,0.410318375,0.410556793,0.407934189,0.413656235,0.3926754,0.418186188,0.238895416,0.275850296,0.229120255,0.198364258,0.238180161,0.241994858,0.423192978,0.472307205,0.453710556,0.410556793 +5000,1000,gpu,normal,FALSE,FALSE,FALSE,0.258922577,0.232458115,0.231981277,0.239372253,0.266313553,0.246286392,0.25844574,0.258684158,0.245809555,0.271558762,0.197649002,0.250101089,0.246286392,0.241994858,0.228404999,0.243425369,0.22315979,0.219106674,0.212907791,0.22482872 +5000,2500,gpu,homo,TRUE,FALSE,TRUE,0.418424606,0.421762466,0.420331955,0.407457352,0.388622284,0.433683395,0.472307205,0.602245331,0.532388687,0.565290451,0.183582306,0.196218491,0.182628632,0.183820724,0.159740448,0.174283981,0.183820724,0.17786026,0.178575516,0.186681747 +5000,2500,gpu,homo,TRUE,FALSE,FALSE,0.252962112,0.232934952,0.21314621,0.22149086,0.22149086,0.205039978,0.213623047,0.224351883,0.219106674,0.222206116,0.211238861,0.210762024,0.205278397,0.18787384,0.190019608,0.17786026,0.160932541,0.187158585,0.18954277,0.238418579 +5000,2500,gpu,homo,FALSE,FALSE,TRUE,0.697851181,0.567436218,0.693798065,0.609397888,0.366926193,0.289678574,0.264883041,0.287294388,0.256299973,0.261306763,0.505685806,0.205039978,0.177621841,0.214576721,0.178098679,0.185489655,0.458478928,0.372886658,0.327825546,0.319719315 +5000,2500,gpu,homo,FALSE,FALSE,FALSE,0.226736069,0.216007233,0.234365463,0.220775604,0.198841095,0.214099884,0.22482872,0.211000443,0.209331512,0.219106674,0.282526016,0.292778015,0.308513641,0.313997269,0.297784805,0.213623047,0.190973282,0.206947327,0.198841095,0.193357468 +5000,2500,gpu,uniform,TRUE,FALSE,TRUE,0.2784729,0.258922577,0.259637833,0.245571136,0.230550766,0.245094299,0.21481514,0.229120255,0.245809555,0.25677681,0.462532043,0.347137451,0.313997269,0.291824341,0.305891037,0.313282013,0.288724899,0.314474106,0.308513641,0.283479691 +5000,2500,gpu,uniform,TRUE,FALSE,FALSE,0.277757645,0.219345093,0.221729279,0.227451324,0.222921371,0.214099884,0.21982193,0.239849091,0.590801239,0.519514084,0.177145004,0.195503235,0.216722488,0.240087509,0.455141068,0.374555588,0.342130661,0.312805176,0.218391418,0.227928162 +5000,2500,gpu,uniform,FALSE,FALSE,TRUE,0.291347504,0.25844574,0.260829926,0.250101089,0.257253647,0.232934952,0.26679039,0.222921371,0.26011467,0.239849091,0.226020813,0.207662582,0.197410583,0.224590302,0.225067139,0.182390213,0.226259232,0.219583511,0.190734863,0.216722488 +5000,2500,gpu,uniform,FALSE,FALSE,FALSE,0.292539597,0.241279602,0.277519226,0.243186951,0.268936157,0.23317337,0.221729279,0.245094299,0.218868256,0.284194946,0.236034393,0.194311142,0.239372253,0.212430954,0.219583511,0.210046768,0.197649002,0.200033188,0.257015228,0.248908997 +5000,2500,gpu,normal,TRUE,FALSE,TRUE,0.252008438,0.256538391,0.245571136,0.228643417,0.278949738,0.236272812,0.303983688,0.248670578,0.239610672,0.226736069,0.226974487,0.218629837,0.222206116,0.217437744,0.196218491,0.191926956,0.199317932,0.212192535,0.190973282,0.215530396 +5000,2500,gpu,normal,TRUE,FALSE,FALSE,0.502824783,0.470876694,0.484228134,0.455856323,0.479459763,0.500202179,0.450134277,0.489234924,0.470399857,0.463962555,0.252962112,0.206232071,0.212430954,0.203132629,0.209331512,0.247240067,0.195264816,0.22983551,0.231742859,0.208377838 +5000,2500,gpu,normal,FALSE,FALSE,TRUE,0.465869904,0.486850739,0.455141068,0.465631485,0.520706177,0.469923019,0.447273254,0.471591949,0.447511673,0.45132637,0.246524811,0.232934952,0.245332718,0.220537186,0.262975693,0.212192535,0.274896622,0.206232071,0.467300415,0.398874283 +5000,2500,gpu,normal,FALSE,FALSE,FALSE,0.275850296,0.271558762,0.217437744,0.257253647,0.272512436,0.268220901,0.236988068,0.259637833,0.243663788,0.205516815,0.270605087,0.227928162,0.252246857,0.290632248,0.265836716,0.234127045,0.262737274,0.226974487,0.218868256,0.330209732 +5000,5000,gpu,homo,TRUE,FALSE,TRUE,0.243663788,0.232696533,0.21648407,0.2348423,0.242948532,0.237941742,0.190258026,0.192165375,0.188589096,0.230550766,0.301837921,0.301837921,0.291585922,0.285625458,0.308036804,0.279903412,0.282526016,0.300168991,0.348329544,0.291585922 +5000,5000,gpu,homo,TRUE,FALSE,FALSE,0.501871109,0.464200974,0.484704971,0.433683395,0.636100769,0.722408295,0.470638275,0.43797493,0.419139862,0.401258469,0.441074371,0.487327576,0.330448151,0.314950943,0.306129456,0.284433365,0.293970108,0.271320343,0.339508057,0.330686569 +5000,5000,gpu,homo,FALSE,FALSE,TRUE,0.249147415,0.244379044,0.321626663,0.237464905,0.205993652,0.232696533,0.237464905,0.215768814,0.230550766,0.231742859,0.205993652,0.194072723,0.199794769,0.393629074,0.238180161,0.227451324,0.199317932,0.196456909,0.191926956,0.192165375 +5000,5000,gpu,homo,FALSE,FALSE,FALSE,0.423908234,0.432729721,0.415325165,0.427722931,0.397443771,0.453948975,0.426054001,0.433206558,0.403165817,0.403404236,0.17619133,0.208854675,0.186920166,0.188827515,0.180721283,0.169277191,0.145196915,0.193595886,0.169992447,0.164747238 +5000,5000,gpu,uniform,TRUE,FALSE,TRUE,0.588417053,0.570774078,0.512599945,0.300645828,0.260591507,0.281572342,0.236749649,0.244140625,0.246047974,0.249147415,0.229597092,0.23317337,0.222682953,0.299930573,0.288963318,0.206708908,0.225543976,0.188350677,0.215053558,0.196933746 +5000,5000,gpu,uniform,TRUE,FALSE,FALSE,0.343799591,0.303506851,0.318050385,0.750303268,0.529766083,0.529766083,0.654697418,0.516414642,0.4799366,0.471353531,0.406742096,0.387191772,0.382900238,0.376462936,0.367879868,0.365972519,0.361204147,0.366687775,0.362157822,0.350236893 +5000,5000,gpu,uniform,FALSE,FALSE,TRUE,0.276565552,0.286102295,0.284671783,0.264167786,0.613451004,0.531435013,0.483036041,0.658035278,0.493764877,0.541448593,0.329256058,0.34236908,0.328063965,0.328063965,0.327587128,0.289678574,0.330448151,0.31375885,0.327348709,0.310182571 +5000,5000,gpu,uniform,FALSE,FALSE,FALSE,0.293970108,0.224113464,0.240564346,0.237464905,0.241279602,0.284433365,0.215530396,0.283718109,0.240325928,0.246047974,0.251054764,0.213623047,0.249624252,0.240802765,0.241994858,0.221252441,0.221967697,0.231981277,0.22816658,0.195264816 +5000,5000,gpu,normal,TRUE,FALSE,TRUE,0.260829926,0.243902206,0.252008438,0.209093094,0.245809555,0.239849091,0.243425369,0.276565552,0.197887421,0.241041183,0.221729279,0.233411789,0.244617462,0.232934952,0.269889832,0.269651413,0.262260437,0.244617462,0.275373459,0.52690506 +5000,5000,gpu,normal,TRUE,FALSE,FALSE,0.262737274,0.234365463,0.255346298,0.217914581,0.233888626,0.231742859,0.259399414,0.247240067,0.239133835,0.249147415,0.541210175,0.593185425,0.373125076,0.355005264,0.373363495,0.341176987,0.363826752,0.355243683,0.341415405,0.340938568 +5000,5000,gpu,normal,FALSE,FALSE,TRUE,0.467061996,0.442028046,0.462532043,0.440597534,0.341892242,0.247955322,0.264406204,0.288248062,0.250339508,0.275373459,0.360488892,0.353336334,0.35738945,0.387191772,0.35405159,0.367164612,0.333786011,0.313997269,0.339508057,0.327110291 +5000,5000,gpu,normal,FALSE,FALSE,FALSE,0.27012825,0.232934952,0.207662582,0.277519226,0.600099564,0.61917305,0.521183014,0.595331192,0.638008118,0.645637512,0.369787216,0.374794006,0.367879868,0.366926193,0.333547592,0.345945358,0.367164612,0.327587128,0.377178192,0.390052795 +5000,10000,gpu,homo,TRUE,FALSE,TRUE,0.227928162,0.195503235,0.22482872,0.230550766,0.207901001,0.222921371,0.224113464,0.203847885,0.227451324,0.223398209,0.331401825,0.319719315,0.323295593,0.294446945,0.315189362,0.366687775,0.310182571,0.317335129,0.329732895,0.332593918 +5000,10000,gpu,homo,TRUE,FALSE,FALSE,0.222206116,0.243425369,0.247955322,0.240802765,0.218868256,0.228404999,0.222206116,0.232219696,0.463962555,0.219345093,0.208854675,0.200510025,0.226259232,0.227212906,0.228643417,0.216245651,0.190019608,0.205993652,0.188350677,0.220298767 +5000,10000,gpu,homo,FALSE,FALSE,TRUE,0.515699387,0.526666641,0.630378723,0.517129898,0.430583954,0.509977341,0.425577164,0.420331955,0.421524048,0.427961349,0.210285187,0.238418579,0.226259232,0.20647049,0.21147728,0.173568726,0.208377838,0.175237656,0.218153,0.210285187 +5000,10000,gpu,homo,FALSE,FALSE,FALSE,0.497102737,0.461816788,0.48661232,0.422239304,0.434398651,0.410079956,0.410556793,0.391721725,0.424146652,0.404596329,0.288486481,0.272750854,0.356197357,0.227451324,0.232696533,0.237226486,0.22649765,0.239849091,0.211000443,0.214576721 +5000,10000,gpu,uniform,TRUE,FALSE,TRUE,0.259160995,0.237941742,0.273942947,0.206708908,0.251293182,0.240325928,0.246763229,0.228643417,0.255346298,0.272989273,0.262260437,0.313043594,0.295162201,0.336885452,0.282049179,0.248193741,0.508308411,0.436306,0.48494339,0.464677811 +5000,10000,gpu,uniform,TRUE,FALSE,FALSE,0.244855881,0.237226486,0.283241272,0.246524811,0.253200531,0.22649765,0.239133835,0.262975693,0.563144684,0.589609146,0.269651413,0.266075134,0.251531601,0.280618668,0.247240067,0.238180161,0.254392624,0.257253647,0.236272812,0.234127045 +5000,10000,gpu,uniform,FALSE,FALSE,TRUE,0.293731689,0.270366669,0.249147415,0.282287598,0.249385834,0.241041183,0.216007233,0.277280807,0.248193741,0.215053558,0.356435776,0.225305557,0.214576721,0.259399414,0.218391418,0.249147415,0.510215759,0.40769577,0.358581543,0.366926193 +5000,10000,gpu,uniform,FALSE,FALSE,FALSE,0.276088715,0.286579132,0.243186951,0.283002853,0.284910202,0.222206116,0.272512436,0.257253647,0.217676163,0.248193741,0.219583511,0.22983551,0.199079514,0.233411789,0.208854675,0.246286392,0.224590302,0.190734863,0.296831131,0.257015228 +5000,10000,gpu,normal,TRUE,FALSE,TRUE,0.257730484,0.240325928,0.227212906,0.211954117,0.22816658,0.638961792,0.522851944,0.487804413,0.457525253,0.467061996,0.410318375,0.440120697,0.415563583,0.434160233,0.406503677,0.451087952,0.425100327,0.44131279,0.578165054,0.450611115 +5000,10000,gpu,normal,TRUE,FALSE,FALSE,0.252962112,0.250577927,0.255584717,0.255584717,0.266551971,0.245809555,0.252246857,0.297307968,0.613451004,0.750303268,0.404596329,0.383138657,0.425338745,0.40268898,0.396728516,0.39768219,0.399827957,0.395298004,0.516414642,0.473499298 +5000,10000,gpu,normal,FALSE,FALSE,TRUE,0.632286072,0.542402267,0.500440598,0.464200974,0.459432602,0.459432602,0.466823578,0.439882278,0.465154648,0.48160553,0.222921371,0.225067139,0.225067139,0.232934952,0.513315201,0.45633316,0.374794006,0.346899033,0.35405159,0.345230103 +5000,10000,gpu,normal,FALSE,FALSE,FALSE,0.304460526,0.65779686,0.525474548,0.541687012,0.509977341,0.481843948,0.464200974,0.526428223,0.493049622,0.501155853,0.41103363,0.416755676,0.411987305,0.398159027,0.556468964,0.435113907,0.393390656,0.383377075,0.356197357,0.351190567 +5000,25000,gpu,homo,TRUE,FALSE,TRUE,0.264406204,0.224590302,0.223398209,0.223875046,0.230073929,0.226974487,0.207901001,0.230550766,0.221967697,0.239849091,0.359535217,0.36406517,0.339984894,0.337600708,0.350236893,0.340223312,0.338792801,0.357151031,0.363349915,0.313282013 +5000,25000,gpu,homo,TRUE,FALSE,FALSE,0.460624695,0.440835953,0.562906265,0.438928604,0.443458557,0.464200974,0.442743301,0.423192978,0.419616699,0.416994095,0.339508057,0.331401825,0.327825546,0.339746475,0.350475311,0.332593918,0.337123871,0.324010849,0.341176987,0.372648239 +5000,25000,gpu,homo,FALSE,FALSE,TRUE,0.247240067,0.275373459,0.23317337,0.255346298,0.236749649,0.251054764,0.249147415,0.262737274,0.261068344,0.2348423,0.215053558,0.187397003,0.195503235,0.206232071,0.21314621,0.211000443,0.221729279,0.218868256,0.190734863,0.182628632 +5000,25000,gpu,homo,FALSE,FALSE,FALSE,0.240325928,0.233888626,0.248432159,0.232458115,0.231266022,0.221252441,0.247478485,0.245332718,0.236749649,0.236988068,0.332117081,0.325202942,0.312328339,0.300884247,0.305891037,0.298261642,0.30708313,0.319480896,0.429391861,0.471115112 +5000,25000,gpu,uniform,TRUE,FALSE,TRUE,0.293016434,0.284433365,0.299930573,0.281333923,0.278949738,0.253915787,0.238418579,0.28014183,0.617980957,0.509977341,0.402927399,0.387430191,0.365257263,0.384092331,0.333309174,0.332355499,0.332593918,0.350952148,0.382661819,0.595331192 +5000,25000,gpu,uniform,TRUE,FALSE,FALSE,0.617742538,0.498533249,0.465631485,0.510454178,0.459909439,0.475168228,0.476121902,0.458478928,0.50163269,0.489711761,0.398874283,0.393390656,0.363111496,0.372886658,0.362157822,0.362157822,0.36907196,0.3490448,0.381231308,0.36072731 +5000,25000,gpu,uniform,FALSE,FALSE,TRUE,0.495910645,0.548124313,0.504255295,0.480890274,0.471115112,0.461101532,0.466346741,0.477313995,0.470399857,0.478982925,0.333547592,0.507116318,0.454187393,0.367164612,0.397205353,0.359773636,0.271081924,0.291585922,0.277519226,0.251054764 +5000,25000,gpu,uniform,FALSE,FALSE,FALSE,0.390052795,0.415325165,0.408411026,0.413417816,0.374794006,0.398874283,0.336170197,0.372171402,0.750303268,0.537395477,0.365257263,0.342130661,0.659704208,0.369548798,0.376224518,0.373601913,0.364780426,0.35071373,0.36406517,0.36406517 +5000,25000,gpu,normal,TRUE,FALSE,TRUE,0.237464905,0.319004059,0.652074814,0.623703003,0.715494156,0.602483749,0.554084778,0.545740128,0.551700592,0.573635101,0.619411469,0.602722168,0.595331192,0.566959381,0.559091568,0.572443008,0.575304031,0.591039658,0.608921051,0.56385994 +5000,25000,gpu,normal,TRUE,FALSE,FALSE,0.541210175,0.522136688,0.545501709,0.52523613,0.342845917,0.299692154,0.283002853,0.277280807,0.290155411,0.272274017,0.456094742,0.456809998,0.495672226,0.467777252,0.478506088,0.459432602,0.594377518,0.689744949,0.584125519,0.590085983 +5000,25000,gpu,normal,FALSE,FALSE,TRUE,0.273704529,0.273227692,0.293493271,0.270605087,0.264406204,0.25510788,0.27513504,0.288248062,0.262975693,0.267028809,0.370025635,0.410556793,0.370740891,0.389575958,0.389814377,0.387430191,0.363588333,0.385761261,0.374078751,0.382661819 +5000,25000,gpu,normal,FALSE,FALSE,FALSE,0.255346298,0.240564346,0.254154205,0.281572342,0.313520432,0.236749649,0.259876251,0.26512146,0.262022018,0.281095505,0.234127045,0.271081924,0.242710114,0.290870667,0.244379044,0.227689743,0.237226486,0.270605087,0.297784805,0.242948532 +5000,37500,gpu,homo,TRUE,FALSE,TRUE,0.265598297,0.279188156,0.282287598,0.257730484,0.248908997,0.262260437,0.283718109,0.243186951,0.27346611,0.2784729,0.419378281,0.430583954,0.414133072,0.422239304,0.417470932,0.441551208,0.418186188,0.414133072,0.418186188,0.408649445 +5000,37500,gpu,homo,TRUE,FALSE,FALSE,0.277996063,0.265836716,0.290393829,0.271081924,0.271081924,0.245571136,0.264644623,0.259876251,0.270843506,0.277042389,0.45132637,0.446557999,0.444173813,0.447034836,0.442028046,0.417470932,0.444889069,0.44465065,0.451564789,0.434160233 +5000,37500,gpu,homo,FALSE,FALSE,TRUE,0.475645065,0.493764877,0.67782402,0.498533249,0.570774078,0.783443451,0.539541245,0.47492981,0.461578369,0.469207764,0.345468521,0.350952148,0.335693359,0.3490448,0.559329987,0.424861908,0.406742096,0.379562378,0.366926193,0.36740303 +5000,37500,gpu,homo,FALSE,FALSE,FALSE,0.272035599,0.564813614,0.588417053,0.527858734,0.509738922,0.459432602,0.454425812,0.527858734,0.614643097,0.476121902,0.260591507,0.246047974,0.25343895,0.22983551,0.236988068,0.23317337,0.27012825,0.2348423,0.232696533,0.213384628 +5000,37500,gpu,uniform,TRUE,FALSE,TRUE,0.306844711,0.264644623,0.266551971,0.282526016,0.27346611,0.318050385,0.249385834,0.293254852,0.296354294,0.287771225,0.418663025,0.432014465,0.422239304,0.458478928,0.454187393,0.442266464,0.437498093,0.445127487,0.448226929,0.680208206 +5000,37500,gpu,uniform,TRUE,FALSE,FALSE,0.314474106,0.285625458,0.308990479,0.305175781,0.295639038,0.293970108,0.274658203,0.3054142,0.29540062,0.321626663,0.462532043,0.445365906,0.439405441,0.483751297,0.490427017,0.460147858,0.471353531,0.472545624,0.475645065,0.45132637 +5000,37500,gpu,uniform,FALSE,FALSE,TRUE,0.334978104,0.303268433,0.295877457,0.270843506,0.298261642,0.292062759,0.285863876,0.309467316,0.285387039,0.29706955,0.326633453,0.29540062,0.325918198,0.293970108,0.297546387,0.287294388,0.27179718,0.332593918,0.261545181,0.275611877 +5000,37500,gpu,uniform,FALSE,FALSE,FALSE,0.318050385,0.320196152,0.318527222,0.293016434,0.325918198,0.297307968,0.306367874,0.296592712,0.311613083,0.308513641,0.296592712,0.302791595,0.306606293,0.256299973,0.295639038,0.285863876,0.502109528,0.440120697,0.416755676,0.462770462 +5000,37500,gpu,normal,TRUE,FALSE,TRUE,0.308275223,0.613451004,0.916242599,0.511169434,0.482797623,0.453948975,0.469923019,0.48160553,0.492811203,0.482082367,0.633239746,0.581264496,0.581264496,0.563144684,0.58555603,0.591278076,0.575065613,0.597238541,0.638484955,0.649213791 +5000,37500,gpu,normal,TRUE,FALSE,FALSE,0.532388687,0.492334366,0.489234924,0.624418259,0.612020493,0.551462173,0.53024292,0.538825989,0.511169434,0.500440598,0.762939453,0.736474991,0.826120377,0.710248947,0.711679459,0.687122345,0.775098801,0.736713409,0.725984573,0.713348389 +5000,37500,gpu,normal,FALSE,FALSE,TRUE,0.562667847,0.495195389,0.499248505,0.48160553,0.431776047,0.44465065,0.455856323,0.47492981,0.48661232,0.437021255,0.458478928,0.464677811,0.467061996,0.428438187,0.434875488,0.421524048,0.415325165,0.402927399,0.426530838,0.464200974 +5000,37500,gpu,normal,FALSE,FALSE,FALSE,0.348567963,0.312566757,0.298023224,0.356912613,0.348567963,0.39100647,0.338315964,0.314474106,0.285625458,0.281572342,0.415802002,0.456094742,0.434398651,0.407457352,0.408411026,0.411272049,0.408411026,0.425338745,0.424385071,0.414848328 +5000,50000,gpu,homo,TRUE,FALSE,TRUE,0.321626663,0.27513504,0.288486481,0.254631042,0.283479691,0.272750854,0.291109085,0.243186951,0.274419785,0.265598297,0.669956207,0.618696213,0.556707382,0.648736954,0.56886673,0.595569611,0.549077988,0.598430634,0.584840775,0.555992126 +5000,50000,gpu,homo,TRUE,FALSE,FALSE,0.265598297,0.252962112,0.262975693,0.278711319,0.615119934,0.564098358,0.530004501,0.497102737,0.491380692,0.509738922,0.601530075,0.586748123,0.562429428,0.597715378,0.567436218,0.554561615,0.563383102,0.599622726,0.621080399,0.542879105 +5000,50000,gpu,homo,FALSE,FALSE,TRUE,0.614643097,0.272989273,0.295877457,0.254392624,0.273704529,0.264167786,0.240564346,0.252962112,0.252723694,0.267982483,0.547647476,0.674247742,0.526189804,0.420331955,0.433921814,0.434160233,0.456094742,0.408887863,0.548839569,0.442028046 +5000,50000,gpu,homo,FALSE,FALSE,FALSE,0.250101089,0.281333923,0.270843506,0.255823135,0.246286392,0.242471695,0.25677681,0.298976898,0.30708313,0.268936157,0.410556793,0.38933754,0.382900238,0.382423401,0.385284424,0.374317169,0.375270844,0.375270844,0.379085541,0.527858734 +5000,50000,gpu,uniform,TRUE,FALSE,TRUE,0.294446945,0.329017639,0.273942947,0.271081924,0.278234482,0.265836716,0.263214111,0.289678574,0.278949738,0.288009644,0.532627106,0.515222549,0.537872314,0.524520874,0.505924225,0.512599945,0.534772873,0.532865524,0.528812408,0.542640686 +5000,50000,gpu,uniform,TRUE,FALSE,FALSE,0.322580338,0.27680397,0.313043594,0.322341919,0.286579132,0.294208527,0.278949738,0.275611877,0.565767288,0.301599503,0.593423843,0.540733337,0.524997711,0.528097153,0.516176224,0.505685806,0.507831573,0.510454178,0.4966259,0.500440598 +5000,50000,gpu,uniform,FALSE,FALSE,TRUE,0.5235672,0.527381897,0.560998917,0.548601151,0.577688217,0.511884689,0.486135483,0.510454178,0.522851944,0.545024872,0.304937363,0.330686569,0.283479691,0.332832336,0.282764435,0.319957733,0.297784805,0.348091125,0.302553177,0.316143036 +5000,50000,gpu,uniform,FALSE,FALSE,FALSE,0.549077988,0.564813614,0.509738922,0.383853912,0.288009644,0.326633453,0.289201736,0.338315964,0.280857086,0.311851501,0.483512878,0.413417816,0.419855118,0.410795212,0.423908234,0.421524048,0.431060791,0.421047211,0.425815582,0.415086746 +5000,50000,gpu,normal,TRUE,FALSE,TRUE,0.310897827,0.334739685,0.310897827,0.322580338,0.270366669,0.321865082,0.315666199,0.316143036,0.286340714,0.254869461,0.956296921,0.776052475,0.777482986,0.841856003,0.76508522,0.74672699,0.773906708,0.705718994,0.741481781,0.769615173 +5000,50000,gpu,normal,TRUE,FALSE,FALSE,0.333070755,0.317335129,0.27012825,0.274181366,0.276565552,0.311613083,0.355243683,0.333070755,0.347137451,0.332117081,0.707864761,0.779151917,0.771999359,0.775814056,0.800848007,0.737667084,0.731468201,0.727653503,0.734806061,0.728845596 +5000,50000,gpu,normal,FALSE,FALSE,TRUE,0.507593155,0.5671978,0.580787659,0.553131104,0.607013702,0.554084778,0.525951385,0.553607941,0.662088394,0.690221786,0.340938568,0.34403801,0.332593918,0.319480896,0.327110291,0.308990479,0.340223312,0.527381897,0.541448593,0.474691391 +5000,50000,gpu,normal,FALSE,FALSE,FALSE,0.313282013,0.344991684,0.29873848,0.294685364,0.274419785,0.259160995,0.295639038,0.316858292,0.293970108,0.277042389,0.378608704,0.360965729,0.305175781,0.328063965,0.356197357,0.334978104,0.351190567,0.395536423,0.580072403,0.469923019 +10000,1000,gpu,homo,TRUE,FALSE,TRUE,0.237226486,0.241994858,0.221252441,0.213623047,0.230789185,0.203371048,0.213384628,0.214099884,0.223636627,0.218629837,0.18620491,0.174999237,0.167131424,0.147342682,0.161886215,0.167608261,0.141859055,0.160694122,0.148057938,0.169992447 +10000,1000,gpu,homo,TRUE,FALSE,FALSE,0.404119492,0.440359116,0.40268898,0.40102005,0.420570374,0.430583954,0.427722931,0.412225723,0.396728516,0.406265259,0.167131424,0.167608261,0.163316727,0.153064728,0.177383423,0.164747238,0.160455704,0.167608261,0.170230865,0.170230865 +10000,1000,gpu,homo,FALSE,FALSE,TRUE,0.715494156,0.435352325,0.440835953,0.423431396,0.390291214,0.464916229,0.409603119,0.416517258,0.40102005,0.431060791,0.242233276,0.258684158,0.245809555,0.250101089,0.249385834,0.275373459,0.277996063,0.269651413,0.352859497,0.406503677 +10000,1000,gpu,homo,FALSE,FALSE,FALSE,0.256061554,0.271081924,0.27012825,0.283241272,0.272750854,0.305652618,0.285863876,0.249385834,0.238895416,0.249385834,0.261545181,0.291347504,0.23651123,0.426769257,0.519037247,0.351190567,0.325202942,0.30875206,0.321626663,0.328302383 +10000,1000,gpu,uniform,TRUE,FALSE,TRUE,0.232458115,0.260353088,0.279426575,0.338792801,0.608205795,0.581741333,0.561714172,0.525951385,0.511407852,0.531196594,0.337123871,0.288248062,0.267744064,0.292301178,0.26512146,0.299930573,0.289201736,0.269651413,0.267028809,0.304460526 +10000,1000,gpu,uniform,TRUE,FALSE,FALSE,0.484704971,0.498533249,0.473737717,0.459432602,0.463724136,0.710010529,0.79703331,0.53358078,0.57220459,0.508308411,0.217676163,0.237941742,0.217676163,0.192642212,0.197410583,0.198602676,0.192165375,0.440835953,0.36907196,0.3054142 +10000,1000,gpu,uniform,FALSE,FALSE,TRUE,0.271320343,0.308036804,0.258207321,0.274658203,0.27513504,0.249624252,0.23150444,0.2617836,0.260829926,0.244855881,0.427007675,0.443458557,0.412225723,0.35738945,0.417709351,0.435590744,0.461578369,0.386953354,0.365495682,0.350475311 +10000,1000,gpu,uniform,FALSE,FALSE,FALSE,0.559568405,0.567674637,0.5402565,0.493526459,0.503063202,0.631570816,0.558614731,0.463485718,0.499725342,0.605821609,0.253677368,0.260829926,0.274419785,0.275373459,0.261306763,0.264167786,0.257968903,0.242948532,0.273704529,0.291824341 +10000,1000,gpu,normal,TRUE,FALSE,TRUE,0.5402565,0.515699387,0.459432602,0.492811203,0.76341629,0.505685806,0.453948975,0.465631485,0.445127487,0.450849533,0.215530396,0.202178955,0.198602676,0.215530396,0.196218491,0.262737274,0.233411789,0.228881836,0.460147858,0.205755234 +10000,1000,gpu,normal,TRUE,FALSE,FALSE,0.331640244,0.358343124,0.383138657,0.332117081,0.359773636,0.350952148,0.331878662,0.36239624,0.376462936,0.954389572,0.292778015,0.289916992,0.29540062,0.290870667,0.283956528,0.284433365,0.277757645,0.334739685,0.30040741,0.286579132 +10000,1000,gpu,normal,FALSE,FALSE,TRUE,0.509500504,0.470161438,0.49996376,0.469923019,0.481128693,0.540494919,0.4966259,0.88262558,0.561475754,0.502586365,0.294446945,0.305652618,0.291585922,0.305891037,0.300645828,0.30875206,0.294685364,0.300884247,0.319719315,0.302314758 +10000,1000,gpu,normal,FALSE,FALSE,FALSE,0.482797623,0.425338745,0.458717346,0.567436218,0.471115112,0.457525253,0.455617905,0.454425812,0.44465065,0.454425812,0.487089157,0.447273254,0.395774841,0.399827957,0.405788422,0.397205353,0.422716141,0.401496887,0.427246094,0.411272049 +10000,2500,gpu,homo,TRUE,FALSE,TRUE,0.254869461,0.22315979,0.232934952,0.205755234,0.222206116,0.209569931,0.224113464,0.220060349,0.213861465,0.220298767,0.222682953,0.196218491,0.21481514,0.204324722,0.175237656,0.195980072,0.18954277,0.207424164,0.198364258,0.197649002 +10000,2500,gpu,homo,TRUE,FALSE,FALSE,0.243902206,0.217914581,0.190734863,0.21481514,0.20980835,0.214099884,0.219106674,0.209569931,0.210762024,0.217676163,0.263929367,0.274658203,0.271081924,0.266313553,0.25510788,0.260353088,0.262975693,0.286579132,0.321149826,0.297307968 +10000,2500,gpu,homo,FALSE,FALSE,TRUE,0.585794449,0.493049622,0.42963028,0.430107117,0.440597534,0.429391861,0.393152237,0.457286835,0.428199768,0.420331955,0.38766861,0.365972519,0.35738945,0.342845917,0.312805176,0.328063965,0.314474106,0.304698944,0.303983688,0.334501266 +10000,2500,gpu,homo,FALSE,FALSE,FALSE,0.230073929,0.210523605,0.223398209,0.211238861,0.20980835,0.210046768,0.204324722,0.218629837,0.215530396,0.207662582,0.22816658,0.216245651,0.229120255,0.219583511,0.219106674,0.187635422,0.188589096,0.182390213,0.231027603,0.212430954 +10000,2500,gpu,uniform,TRUE,FALSE,TRUE,0.452041626,0.435352325,0.447750092,0.432252884,0.437021255,0.43964386,0.449180603,0.441074371,0.407934189,0.401735306,0.362157822,0.205278397,0.199079514,0.187158585,0.241041183,0.19288063,0.264883041,0.224590302,0.219345093,0.212669373 +10000,2500,gpu,uniform,TRUE,FALSE,FALSE,0.291109085,0.4799366,0.257253647,0.289916992,0.240564346,0.296592712,0.285387039,0.247955322,0.232219696,0.267744064,0.270843506,0.202417374,0.235319138,0.232458115,0.283718109,0.217914581,0.216245651,0.249147415,0.238418579,0.224113464 +10000,2500,gpu,uniform,FALSE,FALSE,TRUE,0.275373459,0.601768494,0.305891037,0.368595123,0.30040741,0.287532806,0.273942947,0.233650208,0.248193741,0.284671783,0.433683395,0.410795212,0.401735306,0.387430191,0.419378281,0.427484512,0.395059586,0.395536423,0.362157822,0.36406517 +10000,2500,gpu,uniform,FALSE,FALSE,FALSE,0.286102295,0.246763229,0.283002853,0.26345253,0.249624252,0.289916992,0.253200531,0.254631042,0.296831131,0.268220901,0.277519226,0.593662262,0.438690186,0.384569168,0.388145447,0.380516052,0.407934189,0.389814377,0.360012054,0.35238266 +10000,2500,gpu,normal,TRUE,FALSE,TRUE,0.337839127,0.358343124,0.640630722,0.48995018,0.306129456,0.617027283,0.292778015,0.323057175,0.279903412,0.293016434,0.26345253,0.25510788,0.269889832,0.270366669,0.272035599,0.283956528,0.245571136,0.182628632,0.237941742,0.195026398 +10000,2500,gpu,normal,TRUE,FALSE,FALSE,0.221014023,0.22315979,0.253915787,0.216245651,0.254154205,0.260353088,0.248432159,0.251531601,0.260829926,0.238418579,0.319957733,0.333547592,0.322818756,0.320911407,0.331163406,0.328540802,0.331640244,0.329494476,0.31876564,0.35071373 +10000,2500,gpu,normal,FALSE,FALSE,TRUE,0.247716904,0.240802765,0.26011467,0.253200531,0.259399414,0.217437744,0.215291977,0.218153,0.228404999,0.234127045,0.463962555,0.410795212,0.385046005,0.381469727,0.395774841,0.454902649,0.492811203,0.408649445,0.505924225,0.47659874 +10000,2500,gpu,normal,FALSE,FALSE,FALSE,0.535488129,0.54526329,0.819444656,0.608205795,0.547409058,0.490903854,0.48995018,0.48661232,0.464200974,0.57053566,0.330924988,0.295162201,0.336885452,0.318050385,0.289201736,0.314712524,0.321865082,0.282287598,0.296354294,0.330686569 +10000,5000,gpu,homo,TRUE,FALSE,TRUE,0.448226929,0.432252884,0.441789627,0.395298004,0.431060791,0.406265259,0.407218933,0.393390656,0.390291214,0.445127487,0.181674957,0.195026398,0.22482872,0.205278397,0.214576721,0.212430954,0.201463699,0.215053558,0.215053558,0.221729279 +10000,5000,gpu,homo,TRUE,FALSE,FALSE,0.229358673,0.215053558,0.212430954,0.226259232,0.225543976,0.216245651,0.21481514,0.248193741,0.214576721,0.2348423,0.311374664,0.281095505,0.319480896,0.2784729,0.280618668,0.272750854,0.301122665,0.264406204,0.298976898,0.298261642 +10000,5000,gpu,homo,FALSE,FALSE,TRUE,0.216007233,0.231027603,0.210046768,0.233650208,0.203371048,0.216722488,0.204563141,0.189304352,0.216007233,0.205755234,0.199794769,0.223875046,0.213623047,0.216722488,0.220298767,0.234603882,0.219583511,0.204086304,0.222444534,0.213861465 +10000,5000,gpu,homo,FALSE,FALSE,FALSE,0.404596329,0.413417816,0.470638275,0.578403473,0.43129921,0.421047211,0.407218933,0.460386276,0.452041626,0.425815582,0.264406204,0.251293182,0.247955322,0.258684158,0.245094299,0.236034393,0.241279602,0.511884689,0.399827957,0.380992889 +10000,5000,gpu,uniform,TRUE,FALSE,TRUE,0.481367111,0.522851944,0.460386276,0.445842743,0.440597534,0.44965744,0.446081161,0.453233719,0.44298172,0.450372696,0.173807144,0.17952919,0.167131424,0.179052353,0.165700912,0.17786026,0.176906586,0.1745224,0.161886215,0.168323517 +10000,5000,gpu,uniform,TRUE,FALSE,FALSE,0.304222107,0.308275223,0.289440155,0.279426575,0.236272812,0.245571136,0.270605087,0.244855881,0.238418579,0.237941742,0.332593918,0.327825546,0.34570694,0.320672989,0.332832336,0.476121902,0.419855118,0.511407852,0.331401825,0.323534012 +10000,5000,gpu,uniform,FALSE,FALSE,TRUE,0.315666199,0.269889832,0.23150444,0.241518021,0.254631042,0.242710114,0.232696533,0.205755234,0.229597092,0.223875046,0.319242477,0.274896622,0.241756439,0.261068344,0.257492065,0.257492065,0.247240067,0.280618668,0.300168991,0.278234482 +10000,5000,gpu,uniform,FALSE,FALSE,FALSE,0.348806381,0.324726105,0.305175781,0.315666199,0.284910202,0.336170197,0.325202942,0.308990479,0.289201736,0.323295593,0.349521637,0.398397446,0.419855118,0.401496887,0.379800797,0.347137451,0.368118286,0.334501266,0.374555588,0.351905823 +10000,5000,gpu,normal,TRUE,FALSE,TRUE,0.552892685,0.527620316,0.491857529,0.519275665,0.525951385,0.500917435,0.528097153,0.424623489,0.391483307,0.413179398,0.397920609,0.357627869,0.36072731,0.332593918,0.344276428,0.332593918,0.363588333,0.369787216,0.340938568,0.354766846 +10000,5000,gpu,normal,TRUE,FALSE,FALSE,0.242710114,0.311613083,0.279188156,0.251054764,0.27012825,0.25510788,0.259399414,0.239610672,0.27012825,0.254392624,0.257492065,0.277996063,0.221252441,0.269412994,0.243425369,0.255346298,0.279188156,0.275850296,0.280380249,0.262975693 +10000,5000,gpu,normal,FALSE,FALSE,TRUE,0.234603882,0.256299973,0.246047974,0.222444534,0.235795975,0.279426575,0.226736069,0.219106674,0.233888626,0.22482872,0.412940979,0.396728516,0.389099121,0.385761261,0.3926754,0.381946564,0.377178192,0.408411026,0.529050827,0.493049622 +10000,5000,gpu,normal,FALSE,FALSE,FALSE,0.307559967,0.326156616,0.302314758,0.297546387,0.282526016,0.42963028,0.335454941,0.351667404,0.764131546,0.543117523,0.43463707,0.433206558,0.418424606,0.407934189,0.404596329,0.436544418,0.427246094,0.583410263,0.489473343,0.574588776 +10000,10000,gpu,homo,TRUE,FALSE,TRUE,0.544786453,0.62084198,0.469923019,0.455617905,0.475645065,0.436306,0.495672226,0.462770462,0.516176224,0.586032867,0.22315979,0.213384628,0.221967697,0.220060349,0.227451324,0.215291977,0.194549561,0.222444534,0.198125839,0.225067139 +10000,10000,gpu,homo,TRUE,FALSE,FALSE,0.269174576,0.310897827,0.251054764,0.247240067,0.244617462,0.224351883,0.23651123,0.220298767,0.237226486,0.227928162,0.293016434,0.2617836,0.252246857,0.258922577,0.243186951,0.225782394,0.220298767,0.236988068,0.203609467,0.214338303 +10000,10000,gpu,homo,FALSE,FALSE,TRUE,0.282049179,0.230550766,0.249862671,0.232934952,0.245094299,0.245094299,0.241756439,0.29706955,0.232458115,0.208854675,0.344753265,0.359535217,0.314235687,0.317573547,0.324726105,0.3221035,0.313997269,0.315189362,0.301361084,0.337362289 +10000,10000,gpu,homo,FALSE,FALSE,FALSE,0.442504883,0.459671021,0.417947769,0.438213348,0.462532043,0.428676605,0.406742096,0.436544418,0.424146652,0.439405441,0.396490097,0.399827957,0.377178192,0.372171402,0.397443771,0.381946564,0.366687775,0.497341156,0.453472137,0.363349915 +10000,10000,gpu,uniform,TRUE,FALSE,TRUE,0.332117081,0.803232193,0.571250916,0.518083572,0.48160553,0.469923019,0.484228134,0.497102737,0.402927399,0.291585922,0.265836716,0.283718109,0.268220901,0.264644623,0.277519226,0.242471695,0.262260437,0.255584717,0.259637833,0.282049179 +10000,10000,gpu,uniform,TRUE,FALSE,FALSE,0.504732132,0.499010086,0.497341156,0.487089157,0.47659874,0.507831573,0.731229782,0.587463379,0.543355942,0.513792038,0.263690948,0.247240067,0.279664993,0.245809555,0.260591507,0.251054764,0.254631042,0.21147728,0.235795975,0.291109085 +10000,10000,gpu,uniform,FALSE,FALSE,TRUE,0.25677681,0.272512436,0.276327133,0.287294388,0.290870667,0.231027603,0.252723694,0.257968903,0.260353088,0.239133835,0.269174576,0.272989273,0.254392624,0.286340714,0.220298767,0.256061554,0.277996063,0.230312347,0.254392624,0.274419785 +10000,10000,gpu,uniform,FALSE,FALSE,FALSE,0.275373459,0.28181076,0.255346298,0.243663788,0.604629517,0.545024872,0.479698181,0.489711761,0.520944595,0.614404678,0.256538391,0.233411789,0.247240067,0.269889832,0.25510788,0.253200531,0.217437744,0.244379044,0.257968903,0.248670578 +10000,10000,gpu,normal,TRUE,FALSE,TRUE,0.269412994,0.262022018,0.247955322,0.246047974,0.250339508,0.249862671,0.219345093,0.234127045,0.243663788,0.229358673,0.488042831,0.461101532,0.451087952,0.478982925,0.440597534,0.468969345,0.442028046,0.513553619,0.422000885,0.427246094 +10000,10000,gpu,normal,TRUE,FALSE,FALSE,0.267028809,0.256538391,0.269889832,0.249385834,0.270605087,0.236749649,0.267982483,0.242948532,0.275373459,0.277519226,0.420093536,0.421524048,0.432014465,0.413894653,0.40102005,0.398874283,0.423669815,0.377893448,0.393629074,0.407457352 +10000,10000,gpu,normal,FALSE,FALSE,TRUE,0.522851944,0.487327576,0.476360321,0.593423843,0.550985336,0.532150269,0.494003296,0.482559204,0.493764877,0.487089157,0.312805176,0.319004059,0.281095505,0.309705734,0.32377243,0.292778015,0.390768051,0.316619873,0.313043594,0.284194946 +10000,10000,gpu,normal,FALSE,FALSE,FALSE,0.487089157,0.481128693,0.507593155,0.504970551,0.538110733,0.491142273,0.479221344,0.457525253,0.495672226,0.504732132,0.453472137,0.445842743,0.419855118,0.443935394,0.454187393,0.425577164,0.480413437,0.457286835,0.425815582,0.439167023 +10000,25000,gpu,homo,TRUE,FALSE,TRUE,0.267028809,0.238895416,0.27346611,0.257015228,0.66113472,0.514507294,0.494241714,0.510692596,0.494718552,0.4799366,0.301122665,0.360965729,0.330924988,0.322818756,0.581026077,0.373601913,0.355005264,0.346183777,0.363826752,0.31709671 +10000,25000,gpu,homo,TRUE,FALSE,FALSE,0.254392624,0.257015228,0.252485275,0.232696533,0.265836716,0.255346298,0.225067139,0.264406204,0.272750854,0.26512146,0.453472137,0.451564789,0.455856323,0.435352325,0.437259674,0.445127487,0.419616699,0.414133072,0.439405441,0.417947769 +10000,25000,gpu,homo,FALSE,FALSE,TRUE,0.260829926,0.248193741,0.259876251,0.228404999,0.225067139,0.240564346,0.231981277,0.2617836,0.255584717,0.250339508,0.263929367,0.274181366,0.281333923,0.293016434,0.282764435,0.283956528,0.246286392,0.272989273,0.271558762,0.257968903 +10000,25000,gpu,homo,FALSE,FALSE,FALSE,0.621318817,0.278949738,0.287055969,0.270605087,0.293016434,0.282049179,0.2617836,0.285625458,0.263929367,0.270605087,0.30708313,0.336885452,0.469684601,0.393629074,0.398635864,0.377178192,0.35738945,0.361919403,0.363349915,0.344753265 +10000,25000,gpu,uniform,TRUE,FALSE,TRUE,0.732183456,0.617265701,0.555038452,0.58054924,0.559568405,0.502347946,0.497579575,0.515699387,0.490665436,0.489711761,0.357866287,0.340938568,0.36072731,0.368356705,0.398874283,0.362873077,0.353813171,0.367879868,0.366449356,0.341415405 +10000,25000,gpu,uniform,TRUE,FALSE,FALSE,0.562906265,0.539302826,0.542640686,0.606298447,0.545740128,0.548124313,0.5235672,0.546216965,0.504016876,0.501155853,0.494241714,0.474452972,0.458240509,0.673532486,0.513076782,0.473737717,0.44965744,0.44465065,0.487327576,0.472784042 +10000,25000,gpu,uniform,FALSE,FALSE,TRUE,0.649690628,0.558376312,0.492811203,0.547647476,0.599384308,0.572443008,0.665426254,0.579118729,0.518798828,0.626802444,0.349283218,0.355243683,0.349998474,0.31042099,0.319242477,0.333070755,0.35572052,0.314712524,0.337600708,0.340223312 +10000,25000,gpu,uniform,FALSE,FALSE,FALSE,0.324010849,0.270366669,0.280380249,0.278949738,0.30207634,0.454187393,0.339269638,0.334739685,0.334739685,0.28014183,0.40435791,0.411272049,0.400066376,0.387430191,0.383377075,0.413179398,0.400304794,0.408649445,0.362634659,0.377893448 +10000,25000,gpu,normal,TRUE,FALSE,TRUE,0.268936157,0.313997269,0.257730484,0.296592712,0.305652618,0.421285629,0.327348709,0.271081924,0.25677681,0.323057175,0.509977341,0.474452972,0.727891922,0.66113472,0.626087189,0.607967377,0.604629517,0.594139099,0.641345978,0.6275177 +10000,25000,gpu,normal,TRUE,FALSE,FALSE,0.273227692,0.318288803,0.285625458,0.314474106,0.324010849,0.317811966,0.331163406,0.295162201,0.650644302,0.885725021,0.601768494,0.578403473,0.5671978,0.567436218,0.558376312,0.580310822,0.599622726,0.581979752,0.580310822,0.56552887 +10000,25000,gpu,normal,FALSE,FALSE,TRUE,0.570774078,0.580072403,0.316858292,0.364542007,0.303268433,0.30875206,0.309228897,0.35071373,0.351905823,0.313520432,0.499486923,0.47326088,0.451087952,0.746250153,0.454187393,0.472784042,0.490188599,0.439405441,0.447511673,0.449180603 +10000,25000,gpu,normal,FALSE,FALSE,FALSE,0.566482544,0.726938248,0.622034073,0.573635101,0.554561615,0.532388687,0.545740128,0.524759293,0.546216965,0.539064407,0.421762466,0.334501266,0.327110291,0.342607498,0.303983688,0.317573547,0.331640244,0.54526329,0.572919846,0.700712204 +10000,37500,gpu,homo,TRUE,FALSE,TRUE,0.295877457,0.27346611,0.290632248,0.297546387,0.293016434,0.264406204,0.297546387,0.293016434,0.261545181,0.277519226,0.445842743,0.476360321,0.456571579,0.453710556,0.470399857,0.468969345,0.464677811,0.514268875,0.497102737,0.49996376 +10000,37500,gpu,homo,TRUE,FALSE,FALSE,0.487565994,0.493526459,0.482320786,0.468254089,0.460386276,0.463485718,0.479459763,0.508308411,0.485420227,0.490665436,0.422716141,0.411272049,0.393390656,0.414848328,0.66614151,0.593423843,0.517606735,0.539541245,0.692605972,0.522375107 +10000,37500,gpu,homo,FALSE,FALSE,TRUE,0.279903412,0.269889832,0.270605087,0.259876251,0.239849091,0.280857086,0.299215317,0.25510788,0.259637833,0.279903412,0.281095505,0.31042099,0.277519226,0.294923782,0.30708313,0.299215317,0.280618668,0.300168991,0.258207321,0.311613083 +10000,37500,gpu,homo,FALSE,FALSE,FALSE,0.305175781,0.309944153,0.334978104,0.289201736,0.278234482,0.266075134,0.619888306,0.530719757,0.483751297,0.471353531,0.440359116,0.610589981,0.47326088,0.396490097,0.370264053,0.389099121,0.380039215,0.387191772,0.39935112,0.385284424 +10000,37500,gpu,uniform,TRUE,FALSE,TRUE,0.31375885,0.321149826,0.324249268,0.319480896,0.314950943,0.335454941,0.287055969,0.280380249,0.339746475,0.284433365,0.586271286,0.575780869,0.586986542,0.569343567,0.556707382,0.558853149,0.551223755,0.554561615,0.549077988,0.516414642 +10000,37500,gpu,uniform,TRUE,FALSE,FALSE,0.314235687,0.31709671,0.377178192,0.317335129,0.317811966,0.338792801,0.327825546,0.332117081,0.324249268,0.289678574,0.599384308,0.58555603,0.566244125,0.572681427,0.58555603,0.566720963,0.572919846,0.555038452,0.547647476,0.564336777 +10000,37500,gpu,uniform,FALSE,FALSE,TRUE,0.345945358,0.315904617,0.30374527,0.721931458,0.720739365,0.598430634,0.552177429,0.530004501,0.516176224,0.535488129,0.440120697,0.388860703,0.383615494,0.345230103,0.380277634,0.430345535,0.389814377,0.366210938,0.376939774,0.362157822 +10000,37500,gpu,uniform,FALSE,FALSE,FALSE,0.438213348,0.279664993,0.332355499,0.27012825,0.298261642,0.334739685,0.30708313,0.325679779,0.287055969,0.280618668,0.45466423,0.459671021,0.416755676,0.471591949,0.443458557,0.474214554,0.455141068,0.453472137,0.423192978,0.443696976 +10000,37500,gpu,normal,TRUE,FALSE,TRUE,0.338077545,0.35405159,0.309705734,0.524044037,0.375747681,0.306367874,0.337839127,0.323295593,0.315904617,0.329494476,0.623464584,0.59056282,0.623703003,0.592708588,0.615358353,0.601530075,0.969171524,0.768184662,0.74839592,0.778675079 +10000,37500,gpu,normal,TRUE,FALSE,FALSE,0.308036804,0.329017639,0.286340714,0.273227692,0.692605972,0.743627548,0.603914261,0.534772873,0.62584877,0.605106354,0.722885132,0.720739365,0.769615173,0.745296478,0.746965408,0.717163086,0.715970993,0.724315643,0.702142715,0.693798065 +10000,37500,gpu,normal,FALSE,FALSE,TRUE,0.522851944,0.518083572,0.616312027,0.601768494,0.557899475,0.542879105,0.573635101,0.550270081,0.545978546,0.838518143,0.358343124,0.370979309,0.363826752,0.36740303,0.341176987,0.387907028,0.363111496,0.372171402,0.461101532,0.405550003 +10000,37500,gpu,normal,FALSE,FALSE,FALSE,0.31042099,0.328540802,0.293493271,0.320196152,0.298500061,0.319957733,0.296831131,0.301599503,0.305652618,0.301837921,0.382661819,0.371694565,0.432014465,0.39100647,0.417470932,0.363349915,0.378370285,0.615596771,0.619411469,0.543117523 +10000,50000,gpu,homo,TRUE,FALSE,TRUE,0.344753265,0.29873848,0.300168991,0.297307968,0.298261642,0.316143036,0.302314758,0.329732895,0.291109085,0.320911407,0.619649887,0.605583191,0.610589981,0.586509705,0.70643425,0.655174255,0.609397888,0.5838871,0.589847565,0.591993332 +10000,50000,gpu,homo,TRUE,FALSE,FALSE,0.288963318,0.308513641,0.309944153,0.285625458,0.274419785,0.277996063,0.262260437,0.293016434,0.293493271,0.280618668,0.58722496,0.5838871,0.591278076,0.602722168,0.580072403,0.621557236,0.658035278,0.503063202,0.522375107,0.579833984 +10000,50000,gpu,homo,FALSE,FALSE,TRUE,0.295639038,0.282049179,0.288963318,0.296115875,0.294446945,0.2617836,0.287532806,0.289916992,0.257730484,0.266551971,0.360012054,0.348567963,0.32544136,0.340461731,0.388145447,0.351667404,0.339746475,0.341892242,0.311374664,0.363588333 +10000,50000,gpu,homo,FALSE,FALSE,FALSE,0.311851501,0.326633453,0.286817551,0.291585922,0.2784729,0.322818756,0.301361084,0.306606293,0.306844711,0.315904617,0.333786011,0.353813171,0.329732895,0.32043457,0.368118286,0.334024429,0.345468521,0.334739685,0.360488892,0.334024429 +10000,50000,gpu,uniform,TRUE,FALSE,TRUE,0.693559647,0.671386719,0.597238541,0.576972961,0.582933426,0.586986542,0.530004501,0.326871872,0.341176987,0.294923782,0.700712204,0.648021698,0.669002533,0.653982162,0.714063644,0.647068024,0.687599182,0.61917305,0.629663467,0.631332397 +10000,50000,gpu,uniform,TRUE,FALSE,FALSE,0.596284866,0.58221817,0.609874725,0.622034073,0.584363937,0.550746918,0.570058823,0.568151474,0.582933426,0.561952591,0.508546829,0.54192543,0.516653061,0.52690506,0.4966259,0.544548035,0.49161911,0.494241714,0.560522079,0.528812408 +10000,50000,gpu,uniform,FALSE,FALSE,TRUE,0.343322754,0.303030014,0.328540802,0.322341919,0.31876564,0.283002853,0.337839127,0.312566757,0.336408615,0.34403801,0.375986099,0.360965729,0.389099121,0.356674194,0.385046005,0.416517258,0.523805618,0.372648239,0.41103363,0.396966934 +10000,50000,gpu,uniform,FALSE,FALSE,FALSE,0.354766846,0.49829483,0.367641449,0.369548798,0.415325165,0.39935112,0.333547592,0.352859497,0.315904617,0.29873848,0.521421432,0.482082367,0.493049622,0.497341156,0.489473343,0.509500504,0.509262085,0.492334366,0.477313995,0.485658646 +10000,50000,gpu,normal,TRUE,FALSE,TRUE,0.369548798,0.326633453,0.340223312,0.366210938,0.453710556,0.891685486,0.665664673,0.62084198,0.587940216,0.605106354,0.726461411,0.969171524,0.776290894,0.754356384,0.777721405,0.747442245,0.744819641,0.750303268,0.744104385,0.766277313 +10000,50000,gpu,normal,TRUE,FALSE,FALSE,0.554800034,0.57721138,0.571250916,0.535726547,0.533342361,0.563621521,0.508069992,0.550031662,0.539302826,0.587463379,0.923633575,0.870704651,0.931024551,0.883817673,0.909805298,0.87594986,1.061439514,0.916004181,1.016139984,0.843524933 +10000,50000,gpu,normal,FALSE,FALSE,TRUE,0.338554382,0.336885452,0.322818756,0.311613083,0.346660614,0.353336334,0.379085541,0.596761703,0.335693359,0.395059586,0.418663025,0.435590744,0.421285629,0.377416611,0.396490097,0.391244888,0.410079956,0.423669815,0.419616699,0.433921814 +10000,50000,gpu,normal,FALSE,FALSE,FALSE,0.337600708,0.305175781,0.31375885,0.297307968,0.319480896,0.370264053,0.38933754,0.363826752,0.36740303,0.363588333,0.646829605,0.583648682,0.54359436,0.544309616,0.531196594,0.567674637,0.535011292,0.550031662,0.528097153,0.54359436 +25000,1000,gpu,homo,TRUE,FALSE,TRUE,0.21314621,0.238895416,0.235557556,0.200748444,0.236749649,0.449419022,0.273227692,0.243425369,0.267505646,0.243663788,0.199079514,0.151395798,0.222206116,0.230312347,0.279188156,0.413894653,0.332117081,0.340938568,0.299692154,0.272512436 +25000,1000,gpu,homo,TRUE,FALSE,FALSE,0.218629837,0.197410583,0.209569931,0.208377838,0.216245651,0.21982193,0.291824341,0.238895416,0.212430954,0.224351883,0.326871872,0.300884247,0.469207764,0.292062759,0.321865082,0.316619873,0.298976898,0.296831131,0.275850296,0.26845932 +25000,1000,gpu,homo,FALSE,FALSE,TRUE,0.220775604,0.225782394,0.230789185,0.234127045,0.237464905,0.279664993,0.239610672,0.205993652,0.396728516,0.236034393,0.334262848,0.340938568,0.342130661,0.326156616,0.344514847,0.344276428,0.316858292,0.312328339,0.307559967,0.303268433 +25000,1000,gpu,homo,FALSE,FALSE,FALSE,0.222921371,0.240564346,0.239372253,0.224113464,0.239610672,0.216960907,0.238656998,0.213861465,0.221967697,0.202894211,0.330686569,0.322818756,0.349283218,0.34737587,0.322341919,0.311374664,0.371456146,0.336408615,0.31375885,0.338315964 +25000,1000,gpu,uniform,TRUE,FALSE,TRUE,0.465393066,0.47492981,0.463485718,0.458240509,0.469684601,0.454425812,0.49996376,0.480413437,0.457286835,0.435352325,0.212192535,0.445365906,0.359773636,0.312566757,0.330209732,0.353336334,0.323534012,0.419139862,0.272274017,0.311613083 +25000,1000,gpu,uniform,TRUE,FALSE,FALSE,0.283718109,0.26011467,0.229358673,0.245094299,0.233411789,0.272750854,0.219106674,0.250816345,0.259637833,0.229120255,0.231266022,0.202894211,0.214576721,0.213861465,0.177383423,0.18787384,0.196456909,0.167608261,0.207662582,0.189304352 +25000,1000,gpu,uniform,FALSE,FALSE,TRUE,0.578403473,0.542402267,0.553846359,0.492334366,0.518321991,0.49829483,0.550508499,0.503540039,0.545024872,0.510931015,0.356435776,0.387191772,0.376701355,0.353574753,0.370502472,0.364780426,0.367641449,0.361204147,0.354528427,0.505685806 +25000,1000,gpu,uniform,FALSE,FALSE,FALSE,0.286579132,0.257492065,0.285148621,0.242471695,0.232934952,0.283002853,0.225782394,0.236272812,0.263214111,0.268220901,0.445604324,0.415086746,0.426292419,0.401496887,0.406265259,0.40435791,0.411748886,0.593423843,0.523328781,0.492811203 +25000,1000,gpu,normal,TRUE,FALSE,TRUE,0.243902206,0.259876251,0.259399414,0.237464905,0.261306763,0.276565552,0.225305557,0.249862671,0.245571136,0.289201736,0.250339508,0.178575516,0.240564346,0.213861465,0.226974487,0.174999237,0.199079514,0.200986862,0.217199326,0.228881836 +25000,1000,gpu,normal,TRUE,FALSE,FALSE,0.27513504,0.291585922,0.25343895,0.272035599,0.253915787,0.260591507,0.321865082,0.279426575,0.242233276,0.239133835,0.217437744,0.259399414,0.194787979,0.223636627,0.176429749,0.191688538,0.233650208,0.180721283,0.220775604,0.218629837 +25000,1000,gpu,normal,FALSE,FALSE,TRUE,0.277519226,0.252962112,0.251531601,0.28181076,0.285625458,0.279188156,0.287771225,0.281333923,0.237226486,0.259160995,0.446081161,0.497102737,0.48327446,0.471353531,0.44965744,0.44965744,0.465631485,0.44465065,0.440597534,0.422954559 +25000,1000,gpu,normal,FALSE,FALSE,FALSE,0.493049622,0.731229782,0.547885895,0.492334366,0.481128693,0.503063202,0.527381897,0.642776489,0.690221786,0.938653946,0.604152679,0.589370728,0.564575195,0.617980957,0.563144684,0.576496124,0.572443008,0.570297241,0.574827194,0.581741333 +25000,2500,gpu,homo,TRUE,FALSE,TRUE,0.642776489,0.517606735,0.453948975,0.455141068,0.439167023,0.431537628,0.433444977,0.451087952,0.44465065,0.431537628,0.239133835,0.242710114,0.248670578,0.214338303,0.215053558,0.216722488,0.229358673,0.18620491,0.21147728,0.221252441 +25000,2500,gpu,homo,TRUE,FALSE,FALSE,0.245094299,0.247716904,0.237464905,0.230312347,0.201463699,0.204324722,0.199794769,0.231981277,0.208616257,0.227928162,0.312805176,0.285148621,0.298976898,0.296115875,0.283718109,0.282764435,0.278234482,0.288724899,0.288009644,0.272512436 +25000,2500,gpu,homo,FALSE,FALSE,TRUE,0.226974487,0.245094299,0.217199326,0.228643417,0.23150444,0.206232071,0.233888626,0.209569931,0.243425369,0.228404999,0.375032425,0.373363495,0.379562378,0.597238541,0.522851944,0.604152679,0.450611115,0.426054001,0.401735306,0.409603119 +25000,2500,gpu,homo,FALSE,FALSE,FALSE,0.421047211,0.436782837,0.457763672,0.463008881,0.43797493,0.410079956,0.410556793,0.41103363,0.406265259,0.405311584,0.305891037,0.327348709,0.34070015,0.472307205,0.332832336,0.318050385,0.320196152,0.337123871,0.331878662,0.319480896 +25000,2500,gpu,uniform,TRUE,FALSE,TRUE,0.458955765,0.512599945,0.468254089,0.481843948,0.518798828,0.500679016,0.476837158,0.477313995,0.643014908,0.506162643,0.356912613,0.34070015,0.35738945,0.399112701,0.364542007,0.416755676,0.359773636,1.135349274,0.452280045,0.35572052 +25000,2500,gpu,uniform,TRUE,FALSE,FALSE,0.411272049,0.283479691,0.252246857,0.257968903,0.236749649,0.25677681,0.29706955,0.277519226,0.220775604,0.237703323,0.273704529,0.288009644,0.288724899,0.320672989,0.320672989,0.288486481,0.280618668,0.277996063,0.272512436,0.272512436 +25000,2500,gpu,uniform,FALSE,FALSE,TRUE,0.447273254,0.442743301,0.491142273,0.458240509,0.470876694,0.454187393,0.514745712,0.511169434,0.710248947,0.687122345,0.4529953,0.426054001,0.426769257,0.444412231,0.427246094,0.426054001,0.449419022,0.461101532,0.440597534,0.460386276 +25000,2500,gpu,uniform,FALSE,FALSE,FALSE,0.273227692,0.248670578,0.277519226,0.299692154,0.264167786,0.286817551,0.261068344,0.274181366,0.286579132,0.272274017,0.402450562,0.420570374,0.38433075,0.395536423,0.380992889,0.395536423,0.353336334,0.391960144,0.330209732,0.36907196 +25000,2500,gpu,normal,TRUE,FALSE,TRUE,0.318288803,0.256538391,0.280380249,0.289440155,0.273942947,0.249147415,0.314712524,0.267028809,0.334262848,0.259160995,0.227451324,0.238418579,0.229358673,0.236749649,0.235080719,0.234365463,0.216960907,0.254869461,0.213861465,0.239133835 +25000,2500,gpu,normal,TRUE,FALSE,FALSE,0.445365906,0.423431396,0.426769257,0.412940979,0.422477722,0.492334366,0.515937805,0.463247299,0.465154648,0.474691391,0.228404999,0.239610672,0.240802765,0.22983551,0.22816658,0.21982193,0.282764435,0.246286392,0.212669373,0.247240067 +25000,2500,gpu,normal,FALSE,FALSE,TRUE,0.507593155,0.523090363,0.502347946,0.479459763,0.473737717,0.486373901,0.477313995,0.497817993,0.466108322,0.809431076,0.58054924,0.637769699,0.625610352,0.601291656,0.763893127,0.575304031,0.649213791,0.583410263,0.579595566,0.597000122 +25000,2500,gpu,normal,FALSE,FALSE,FALSE,0.298976898,0.265836716,0.284433365,0.272274017,0.327825546,0.290155411,0.294923782,0.2617836,0.287771225,0.308036804,0.480651855,0.48494339,0.483989716,0.712394714,0.493049622,0.45132637,0.489711761,0.463724136,0.493526459,0.465869904 +25000,5000,gpu,homo,TRUE,FALSE,TRUE,0.289440155,0.266551971,0.28181076,0.26845932,0.286817551,0.283479691,0.243425369,0.259160995,0.26512146,0.273227692,0.218153,0.198841095,0.186681747,0.188827515,0.18787384,0.212907791,0.218868256,0.214099884,0.197410583,0.16951561 +25000,5000,gpu,homo,TRUE,FALSE,FALSE,0.235557556,0.235319138,0.254154205,0.261068344,0.230073929,0.243902206,0.240087509,0.227212906,0.246524811,0.280857086,0.231027603,0.243425369,0.251531601,0.201463699,0.25844574,0.231027603,0.225305557,0.250816345,0.252962112,0.267028809 +25000,5000,gpu,homo,FALSE,FALSE,TRUE,0.249147415,0.262022018,0.371456146,0.244140625,0.247716904,0.254154205,0.233888626,0.273227692,0.222921371,0.215053558,0.358819962,0.359296799,0.349998474,0.3490448,0.360250473,0.339508057,0.405311584,0.335216522,0.305175781,0.313043594 +25000,5000,gpu,homo,FALSE,FALSE,FALSE,0.266313553,0.248908997,0.252485275,0.25677681,0.290393829,0.303030014,0.296831131,0.303030014,0.312328339,0.485897064,0.514030457,0.442028046,0.422716141,0.425577164,0.416994095,0.420093536,0.426292419,0.435829163,0.411748886,0.415563583 +25000,5000,gpu,uniform,TRUE,FALSE,TRUE,0.29540062,0.265598297,0.290870667,0.327587128,0.259637833,0.586271286,0.536203384,0.532150269,0.529050827,0.48160553,0.250101089,0.241994858,0.221252441,0.266551971,0.203609467,0.230550766,0.225782394,0.2784729,0.235080719,0.306844711 +25000,5000,gpu,uniform,TRUE,FALSE,FALSE,0.308513641,0.301122665,0.262975693,0.269651413,0.300645828,0.304937363,0.298261642,0.282764435,0.28181076,0.269889832,0.305891037,0.461816788,0.566720963,0.479698181,0.419616699,0.424146652,0.416040421,0.236988068,0.238656998,0.25510788 +25000,5000,gpu,uniform,FALSE,FALSE,TRUE,0.296831131,0.280857086,0.267505646,0.258207321,0.259160995,0.261068344,0.277519226,0.264406204,0.247955322,0.267505646,0.461101532,0.475645065,0.465869904,0.448942184,0.440597534,0.450611115,0.653743744,0.585317612,0.493764877,0.506639481 +25000,5000,gpu,uniform,FALSE,FALSE,FALSE,0.287532806,0.285625458,0.300645828,0.315189362,0.264406204,0.262975693,0.306606293,0.302553177,0.272512436,0.276088715,0.382423401,0.356912613,0.341653824,0.375747681,0.366449356,0.348806381,0.348567963,0.349998474,0.389814377,0.349521637 +25000,5000,gpu,normal,TRUE,FALSE,TRUE,0.298500061,0.274896622,0.304937363,0.272035599,0.247240067,0.308275223,0.279903412,0.271558762,0.241041183,0.287771225,0.294446945,0.267982483,0.248670578,0.295162201,0.285387039,0.297546387,0.257253647,0.281095505,0.31042099,0.284194946 +25000,5000,gpu,normal,TRUE,FALSE,FALSE,0.462293625,0.560998917,0.501155853,0.465154648,0.468015671,0.478029251,0.517129898,0.529766083,0.52690506,0.651836395,0.274181366,0.267505646,0.255823135,0.27012825,0.285863876,0.252485275,0.266075134,0.289201736,0.262975693,0.244617462 +25000,5000,gpu,normal,FALSE,FALSE,TRUE,0.277996063,0.302314758,0.27179718,0.248432159,0.26845932,0.297307968,0.294208527,0.260591507,0.272035599,0.264167786,0.710010529,0.601053238,0.563144684,0.604152679,0.583171844,0.569105148,0.642061234,0.583171844,0.551462173,0.571250916 +25000,5000,gpu,normal,FALSE,FALSE,FALSE,0.27680397,0.260353088,0.262975693,0.297307968,0.266313553,0.324487686,0.252485275,0.277280807,0.286102295,0.280618668,0.568151474,0.548601151,0.532627106,0.566005707,0.56552887,0.59223175,0.601530075,0.562906265,0.569820404,0.553607941 +25000,10000,gpu,homo,TRUE,FALSE,TRUE,0.427246094,0.311613083,0.343561172,0.311613083,0.306129456,0.280618668,0.259637833,0.260353088,0.278711319,0.268936157,0.558137894,0.436782837,0.444412231,0.427246094,0.425815582,0.405550003,0.389099121,0.401735306,0.410556793,0.406265259 +25000,10000,gpu,homo,TRUE,FALSE,FALSE,0.453472137,0.483512878,0.476837158,0.43463707,0.467300415,0.459909439,0.461816788,0.485181808,0.537395477,0.623464584,0.252008438,0.256061554,0.249385834,0.247955322,0.285387039,0.272512436,0.286340714,0.272989273,0.573635101,0.471115112 +25000,10000,gpu,homo,FALSE,FALSE,TRUE,0.264883041,0.249624252,0.241279602,0.235080719,0.263690948,0.242710114,0.267505646,0.262737274,0.288963318,0.261306763,0.415802002,0.436544418,0.432491302,0.423192978,0.467538834,0.423192978,0.432729721,0.567436218,0.48494339,0.441789627 +25000,10000,gpu,homo,FALSE,FALSE,FALSE,0.524997711,0.472545624,0.468492508,0.462770462,0.487089157,0.465869904,0.455617905,0.45132637,0.473737717,0.464200974,0.359296799,0.372171402,0.353336334,0.380039215,0.384569168,0.428915024,0.362873077,0.369787216,0.35572052,0.572919846 +25000,10000,gpu,uniform,TRUE,FALSE,TRUE,0.283718109,0.264883041,0.305175781,0.31542778,0.292301178,0.264406204,0.290155411,0.270366669,0.284671783,0.282049179,0.326871872,0.349521637,0.329732895,0.287294388,0.30374527,0.324249268,0.622987747,0.558853149,0.592470169,0.44631958 +25000,10000,gpu,uniform,TRUE,FALSE,FALSE,0.541210175,0.316381454,0.306844711,0.30374527,0.309944153,0.272035599,0.26679039,0.268936157,0.272750854,0.27012825,0.301837921,0.265359879,0.308036804,0.281333923,0.29873848,0.264167786,0.278711319,0.28014183,0.34403801,0.524282455 +25000,10000,gpu,uniform,FALSE,FALSE,TRUE,0.546455383,0.812768936,0.531435013,0.547170639,0.525474548,0.587463379,0.523090363,0.53358078,0.503063202,0.510931015,0.410079956,0.375270844,0.601530075,0.368833542,0.384092331,0.457048416,0.405550003,0.397443771,0.391960144,0.363588333 +25000,10000,gpu,uniform,FALSE,FALSE,FALSE,0.336885452,0.287771225,0.284433365,0.283002853,0.295639038,0.313043594,0.31208992,0.283718109,0.287294388,0.293970108,0.566720963,0.511169434,0.482797623,0.465154648,0.480890274,0.487327576,0.484466553,0.467061996,0.43463707,0.467777252 +25000,10000,gpu,normal,TRUE,FALSE,TRUE,0.308990479,0.301837921,0.285863876,0.298976898,0.293731689,0.303030014,0.279426575,0.29540062,0.283002853,0.289201736,0.47659874,0.509023666,0.44798851,0.471830368,0.453948975,0.44465065,0.459432602,0.430345535,0.420331955,0.453948975 +25000,10000,gpu,normal,TRUE,FALSE,FALSE,0.302553177,0.268697739,0.288009644,0.628709793,0.587940216,0.909805298,0.574588776,0.499486923,0.529527664,0.510454178,0.369310379,0.376701355,0.569343567,0.489711761,0.459909439,0.439405441,0.437498093,0.440359116,0.419139862,0.424623489 +25000,10000,gpu,normal,FALSE,FALSE,TRUE,0.54359436,0.502586365,0.499248505,0.515460968,0.487565994,0.462293625,0.486850739,0.474691391,0.514268875,0.508308411,0.467061996,0.465869904,0.472784042,0.478744507,0.472068787,0.453472137,0.486373901,0.483989716,0.451087952,0.452518463 +25000,10000,gpu,normal,FALSE,FALSE,FALSE,0.34236908,0.342607498,0.314474106,0.297546387,0.360250473,0.319480896,0.643491745,0.652313232,0.536680222,0.329732895,0.61416626,0.623703003,0.567913055,0.589132309,0.595331192,0.573158264,0.564813614,0.584125519,0.604629517,0.598192215 +25000,25000,gpu,homo,TRUE,FALSE,TRUE,0.298500061,0.326156616,0.308275223,0.297307968,0.31709671,0.299215317,0.324726105,0.294446945,0.313997269,0.322818756,0.44631958,0.453472137,0.447750092,0.438928604,0.448226929,0.448226929,0.430107117,0.448703766,0.45633316,0.43463707 +25000,25000,gpu,homo,TRUE,FALSE,FALSE,0.342130661,0.342845917,0.315666199,0.315666199,0.313043594,0.304937363,0.327348709,0.319480896,0.314950943,0.278711319,0.489234924,0.479221344,0.478029251,0.479459763,0.468254089,0.504732132,0.475645065,0.43797493,0.445604324,0.462055206 +25000,25000,gpu,homo,FALSE,FALSE,TRUE,0.533103943,0.503778458,0.510215759,0.504016876,0.52523613,0.696182251,0.639915466,0.539064407,0.503778458,0.483989716,0.448703766,0.500917435,0.48160553,0.459432602,0.464439392,0.470876694,0.442266464,0.463724136,0.501394272,0.488519669 +25000,25000,gpu,homo,FALSE,FALSE,FALSE,0.549316406,0.510454178,0.497579575,0.510454178,0.488042831,0.508546829,0.523090363,0.528097153,0.490903854,0.463008881,0.466346741,0.473499298,0.457525253,0.507831573,0.465154648,0.39601326,0.395059586,0.371217728,0.370264053,0.35405159 +25000,25000,gpu,uniform,TRUE,FALSE,TRUE,0.351667404,0.354766846,0.370264053,0.377416611,0.391960144,0.353813171,0.336408615,0.365018845,0.348329544,0.352144241,0.513553619,0.470876694,0.495672226,0.455856323,0.464916229,0.452041626,0.464439392,0.43296814,0.468254089,0.453710556 +25000,25000,gpu,uniform,TRUE,FALSE,FALSE,0.57721138,0.57554245,0.710248947,0.722408295,0.638961792,0.61750412,0.662565231,0.760793686,0.63586235,0.621318817,0.434160233,0.398635864,0.424623489,0.413417816,0.410556793,0.438690186,0.378370285,0.440597534,0.38599968,0.393390656 +25000,25000,gpu,uniform,FALSE,FALSE,TRUE,0.373363495,0.374317169,0.372409821,0.383377075,0.383377075,0.351905823,0.31375885,0.341176987,0.306129456,0.333070755,0.427246094,0.416278839,0.437259674,0.397443771,0.412464142,0.43129921,0.411510468,0.400304794,0.39935112,0.365972519 +25000,25000,gpu,uniform,FALSE,FALSE,FALSE,0.382900238,0.347852707,0.369548798,0.332593918,0.316381454,0.354766846,0.352621078,0.337839127,0.356674194,0.328779221,0.49161911,0.499725342,0.516891479,0.502347946,0.511169434,0.511884689,0.492572784,0.52523613,0.480651855,0.568628311 +25000,25000,gpu,normal,TRUE,FALSE,TRUE,0.373125076,0.377893448,0.338315964,0.341415405,0.35572052,0.332117081,0.705718994,0.606298447,0.605821609,0.566244125,0.559329987,0.505924225,0.52857399,0.716924667,0.689029694,0.642776489,0.668764114,0.648498535,0.638723373,0.653266907 +25000,25000,gpu,normal,TRUE,FALSE,FALSE,0.38766861,0.364303589,0.383853912,0.357627869,0.385046005,0.378131866,0.375986099,0.310897827,0.336885452,0.340938568,0.632286072,0.715970993,0.633478165,0.752449036,0.815629959,0.750780106,0.695228577,0.626564026,0.620126724,0.682830811 +25000,25000,gpu,normal,FALSE,FALSE,TRUE,0.336885452,0.344753265,0.724315643,0.650167465,0.633001328,0.909805298,0.586271286,0.593185425,0.598430634,0.602722168,0.733852386,0.673055649,0.653028488,0.636339188,0.624418259,0.663757324,0.623703003,0.646591187,0.638246536,0.613689423 +25000,25000,gpu,normal,FALSE,FALSE,FALSE,0.375986099,0.339031219,0.378608704,0.352859497,0.415325165,0.393629074,0.373840332,0.365257263,0.65779686,0.919818878,0.548124313,0.545501709,0.848293304,0.732183456,0.6980896,0.683546066,0.670433044,0.687837601,0.663757324,0.663757324 +25000,37500,gpu,homo,TRUE,FALSE,TRUE,0.417232513,0.373840332,0.424623489,0.41103363,0.380277634,0.375747681,0.395536423,0.409841537,0.398874283,0.402450562,0.459671021,0.45633316,0.443696976,0.460863113,0.450372696,0.490665436,0.450611115,0.438451767,0.42963028,0.444889069 +25000,37500,gpu,homo,TRUE,FALSE,FALSE,0.400304794,0.377178192,0.429868698,0.398397446,0.382423401,0.589132309,0.489234924,0.788927078,0.610589981,0.616073608,0.453472137,0.48327446,0.453233719,0.466108322,0.459671021,0.459194183,0.438690186,0.441789627,0.447511673,0.427484512 +25000,37500,gpu,homo,FALSE,FALSE,TRUE,0.382423401,0.356674194,0.349998474,0.363349915,0.35071373,0.357627869,0.349521637,0.354528427,0.34737587,0.337123871,0.405073166,0.384807587,0.435113907,0.406503677,0.638961792,0.604152679,0.67615509,0.581741333,0.552654266,0.587463379 +25000,37500,gpu,homo,FALSE,FALSE,FALSE,0.595331192,0.539541245,0.424385071,0.388145447,0.392198563,0.3926754,0.382661819,0.38766861,0.352144241,0.370979309,0.448226929,0.391483307,0.412940979,0.406742096,0.401258469,0.3657341,0.404119492,0.404596329,0.397920609,0.399112701 +25000,37500,gpu,uniform,TRUE,FALSE,TRUE,0.387907028,0.424623489,0.422477722,0.421285629,0.787258148,0.730752945,0.735521317,0.667572021,0.649690628,0.685691833,0.52523613,0.546455383,0.514984131,0.545024872,0.569581985,0.542402267,0.528097153,0.52189827,0.650167465,0.555276871 +25000,37500,gpu,uniform,TRUE,FALSE,FALSE,0.432014465,0.458478928,0.41437149,0.395536423,0.383853912,0.416994095,0.411272049,0.415563583,0.414848328,0.415563583,0.502347946,0.724077225,0.761032104,0.693559647,0.66781044,0.643968582,0.710010529,0.6711483,0.682830811,0.666379929 +25000,37500,gpu,uniform,FALSE,FALSE,TRUE,0.404596329,0.39768219,0.373840332,0.405311584,0.386476517,0.377178192,0.433206558,0.407457352,0.392198563,0.386476517,0.633001328,0.581979752,0.57053566,0.583171844,0.584125519,0.553846359,0.577926636,0.532150269,0.534296036,0.557661057 +25000,37500,gpu,uniform,FALSE,FALSE,FALSE,0.409841537,0.432252884,0.434875488,0.418663025,0.380277634,0.441789627,0.340938568,0.382900238,0.391244888,0.390052795,0.602483749,0.651359558,0.576972961,0.597238541,0.597238541,0.620365143,0.579595566,0.656604767,0.638961792,0.582933426 +25000,37500,gpu,normal,TRUE,FALSE,TRUE,0.489711761,0.430583954,0.448226929,0.435590744,0.40769577,0.40769577,0.445604324,0.431776047,0.386953354,0.412225723,0.896692276,0.912904739,0.827550888,0.795602798,0.712871552,0.67281723,0.677347183,0.70476532,0.667095184,0.673532486 +25000,37500,gpu,normal,TRUE,FALSE,FALSE,0.680446625,0.645875931,0.619888306,0.609397888,0.607728958,0.687360764,0.728845596,0.656366348,0.650644302,0.835895538,0.680685043,0.687837601,0.720500946,0.701904297,0.686645508,0.684261322,0.726222992,0.941753387,0.842571259,0.818729401 +25000,37500,gpu,normal,FALSE,FALSE,TRUE,0.40602684,0.395536423,0.47326088,0.439405441,0.39100647,0.397920609,0.40769577,0.423192978,0.959157944,0.710725784,0.773668289,0.760555267,0.746488571,0.722169876,0.736474991,0.716686249,0.663280487,0.758647919,0.751018524,0.733375549 +25000,37500,gpu,normal,FALSE,FALSE,FALSE,0.47826767,0.427722931,0.442028046,0.416040421,0.433921814,0.38433075,0.43797493,0.395298004,0.440597534,0.754117966,0.736713409,0.723838806,0.752449036,0.731945038,0.728368759,0.688791275,0.723838806,0.771522522,0.782728195,0.7147789 +25000,50000,gpu,homo,TRUE,FALSE,TRUE,0.457763672,0.416040421,0.428199768,0.447750092,0.431776047,0.432014465,0.410795212,0.424623489,0.411987305,0.418424606,0.536441803,0.765800476,0.875234604,0.678300858,0.680685043,0.709295273,0.716924667,0.718593597,0.720024109,0.678539276 +25000,50000,gpu,homo,TRUE,FALSE,FALSE,0.660181046,0.97990036,0.484228134,0.488758087,0.460147858,0.458955765,0.436306,0.468492508,0.455379486,0.467777252,0.564336777,0.57554245,0.539302826,0.535964966,0.550270081,0.540971756,0.536203384,0.553369522,0.557184219,0.5402565 +25000,50000,gpu,homo,FALSE,FALSE,TRUE,0.371456146,0.39768219,0.36239624,0.393152237,0.380516052,0.36907196,0.390768051,0.389575958,0.380516052,0.36907196,0.514745712,0.487804413,0.488758087,0.497817993,0.496387482,0.526428223,0.761270523,2.532482147,0.724077225,0.753164291 +25000,50000,gpu,homo,FALSE,FALSE,FALSE,0.374794006,0.372886658,0.374078751,0.36072731,0.381708145,0.370979309,0.383853912,0.399112701,0.407457352,0.381469727,0.482320786,0.497341156,0.497341156,0.492334366,0.492811203,0.488519669,0.467061996,0.464439392,0.483989716,0.467061996 +25000,50000,gpu,uniform,TRUE,FALSE,TRUE,0.477790833,0.462055206,0.491380692,0.643253326,0.696659088,0.637054443,0.67949295,0.654459,0.651836395,0.654459,0.6980896,0.723838806,0.708818436,0.72145462,0.715017319,0.693321228,0.711917877,0.722646713,0.680685043,0.824213028 +25000,50000,gpu,uniform,TRUE,FALSE,FALSE,0.45466423,0.472068787,0.485181808,0.47659874,0.482559204,0.517606735,0.496864319,0.472068787,0.455141068,0.447273254,0.602960587,0.586986542,0.653743744,0.856876373,0.644922256,0.620126724,0.579595566,0.581741333,0.580072403,0.591278076 +25000,50000,gpu,uniform,FALSE,FALSE,TRUE,0.446557999,0.382423401,0.777482986,0.769615173,0.724315643,0.937700272,0.689268112,0.6711483,0.676393509,0.698804855,0.550508499,0.558614731,0.726461411,0.794887543,0.735044479,0.824928284,0.695228577,0.699281693,0.698804855,0.723838806 +25000,50000,gpu,uniform,FALSE,FALSE,FALSE,0.471353531,0.430583954,0.422239304,0.415325165,0.428915024,0.504016876,0.792980194,0.673770905,0.692844391,0.636100769,0.571012497,0.573158264,0.552177429,0.554084778,0.591754913,0.576496124,0.59223175,0.563144684,0.566959381,0.557899475 +25000,50000,gpu,normal,TRUE,FALSE,TRUE,0.767946243,0.775814056,0.692844391,0.70977211,0.709295273,0.856399536,0.801086426,0.761508942,0.723361969,0.714302063,0.881671906,0.877380371,0.845909119,0.870227814,0.876903534,0.84066391,0.848054886,0.8456707,0.861406326,0.841617584 +25000,50000,gpu,normal,TRUE,FALSE,FALSE,0.472068787,0.508069992,0.848054886,0.817537308,0.754833221,0.719308853,0.724315643,0.70643425,0.741243362,0.741481781,0.876426697,0.851631165,0.871419907,0.853776932,0.872612,0.83732605,0.873565674,0.898838043,0.889778137,0.853538513 +25000,50000,gpu,normal,FALSE,FALSE,TRUE,0.397443771,0.461101532,0.462055206,0.446081161,0.415802002,0.427007675,0.406503677,0.423669815,0.447750092,0.431537628,0.682115555,0.688552856,0.684499741,0.693321228,0.685453415,0.684261322,0.696897507,0.676631927,0.684022903,0.676393509 +25000,50000,gpu,normal,FALSE,FALSE,FALSE,0.903367996,0.923633575,0.795125961,0.703334808,0.672340393,0.667333603,0.613212585,0.704526901,0.692129135,0.689983368,0.720024109,0.727653503,0.66947937,0.696659088,0.70476532,0.720500946,0.683307648,0.728368759,0.720977783,0.698328018 +37500,1000,gpu,homo,TRUE,FALSE,TRUE,0.224113464,0.199079514,0.236034393,0.215053558,0.212192535,0.222682953,0.199556351,0.31208992,0.252246857,0.228643417,0.211000443,0.441789627,0.359773636,0.317811966,0.319957733,0.301837921,0.297546387,0.333786011,0.295877457,0.307321548 +37500,1000,gpu,homo,TRUE,FALSE,FALSE,0.248193741,0.230073929,0.284194946,0.22482872,0.305175781,0.240325928,0.259399414,0.217437744,0.251293182,0.673770905,0.248908997,0.468015671,0.225543976,0.214338303,0.200986862,0.207185745,0.195026398,0.217437744,0.228404999,0.193595886 +37500,1000,gpu,homo,FALSE,FALSE,TRUE,0.249385834,0.239610672,0.22315979,0.231981277,0.240802765,0.247955322,0.221729279,0.234603882,0.234365463,0.236988068,0.524759293,0.528335571,0.618219376,0.536680222,0.555515289,0.514984131,0.498056412,0.482559204,0.457763672,0.45800209 +37500,1000,gpu,homo,FALSE,FALSE,FALSE,0.248193741,0.34236908,0.560045242,0.466823578,0.44965744,0.442504883,0.446081161,0.426054001,0.426292419,0.416517258,0.533103943,0.53524971,0.49829483,0.509023666,0.534296036,0.490427017,0.516414642,0.487804413,0.481367111,0.48160553 +37500,1000,gpu,uniform,TRUE,FALSE,TRUE,0.331878662,0.307798386,0.278949738,0.271081924,0.311851501,0.251293182,0.264883041,0.274896622,0.293493271,0.267028809,0.269412994,0.274181366,0.237226486,0.25677681,0.317573547,0.369548798,0.333786011,0.309467316,0.332117081,0.295639038 +37500,1000,gpu,uniform,TRUE,FALSE,FALSE,0.283718109,0.25510788,0.254154205,0.238418579,0.235557556,0.27179718,0.274658203,0.254392624,0.239610672,0.28014183,0.224590302,0.194072723,0.227689743,0.218391418,0.20980835,0.215768814,0.257253647,0.210762024,0.266551971,0.241756439 +37500,1000,gpu,uniform,FALSE,FALSE,TRUE,0.30040741,0.298261642,0.291585922,0.263690948,0.240325928,0.251054764,0.257968903,0.254154205,0.236272812,0.226020813,0.558853149,0.556230545,0.724554062,0.640153885,0.58221817,0.673770905,0.617742538,0.793933868,0.680923462,0.615596771 +37500,1000,gpu,uniform,FALSE,FALSE,FALSE,0.626325607,0.549077988,0.53191185,0.494003296,0.517845154,0.519514084,0.528812408,0.510931015,0.511884689,0.509738922,0.45633316,0.437259674,0.436306,0.392913818,0.473499298,0.455617905,0.411510468,0.423908234,0.439882278,0.425100327 +37500,1000,gpu,normal,TRUE,FALSE,TRUE,0.50163269,0.489711761,0.474691391,0.488758087,0.458717346,0.45466423,0.438690186,0.463008881,0.472545624,0.406742096,0.252008438,0.194787979,0.248193741,0.20813942,0.241994858,0.221967697,0.235795975,0.25510788,0.227212906,0.427007675 +37500,1000,gpu,normal,TRUE,FALSE,FALSE,0.249147415,0.237703323,0.232219696,0.250577927,0.239133835,0.256538391,0.225782394,0.245809555,0.244140625,0.241518021,0.248670578,0.271081924,0.251293182,0.255584717,0.236988068,0.274181366,0.248670578,0.255584717,0.246286392,0.233650208 +37500,1000,gpu,normal,FALSE,FALSE,TRUE,0.498771667,0.49996376,0.505447388,0.471830368,0.489234924,0.478029251,0.390052795,0.518798828,0.588417053,0.509738922,0.600576401,0.588655472,0.585079193,0.574588776,0.550985336,0.612735748,0.577688217,0.572919846,0.608921051,0.573396683 +37500,1000,gpu,normal,FALSE,FALSE,FALSE,0.301599503,0.266313553,0.239133835,0.282049179,0.254154205,0.279426575,0.293731689,0.292301178,0.270605087,0.286102295,0.609874725,0.574827194,0.618934631,0.610113144,0.587701797,0.611782074,0.596523285,0.584602356,0.57888031,0.572919846 +37500,2500,gpu,homo,TRUE,FALSE,TRUE,0.49996376,0.492334366,0.481128693,0.474452972,0.477313995,0.465154648,0.4799366,0.468969345,0.489473343,0.548362732,0.20647049,0.253200531,0.247001648,0.258207321,0.238656998,0.243186951,0.216722488,0.241041183,0.237464905,0.245094299 +37500,2500,gpu,homo,TRUE,FALSE,FALSE,0.230312347,0.249624252,0.246763229,0.238656998,0.211000443,0.209093094,0.264167786,0.23317337,0.246763229,0.235080719,0.204086304,0.223636627,0.205755234,0.217676163,0.20980835,0.205993652,0.202417374,0.207185745,0.190258026,0.211000443 +37500,2500,gpu,homo,FALSE,FALSE,TRUE,0.424861908,0.420808792,0.427722931,0.418901443,0.432014465,0.444889069,0.416755676,0.417947769,0.423908234,0.44465065,0.425338745,0.385284424,0.470161438,0.445604324,0.378131866,0.395774841,0.372409821,0.400543213,0.396490097,0.417709351 +37500,2500,gpu,homo,FALSE,FALSE,FALSE,0.253677368,0.245332718,0.25510788,0.257015228,0.272750854,0.22482872,0.236034393,0.245571136,0.230312347,0.246047974,0.555038452,0.528335571,0.523090363,0.514984131,0.508546829,0.511407852,0.52189827,0.52857399,0.494241714,0.509500504 +37500,2500,gpu,uniform,TRUE,FALSE,TRUE,0.488758087,0.509023666,0.465154648,0.519752502,0.469446182,0.500202179,0.467300415,0.47659874,0.471353531,0.66280365,0.262260437,0.244617462,0.284671783,0.260829926,0.25510788,0.264883041,0.247478485,0.257968903,0.481128693,0.415563583 +37500,2500,gpu,uniform,TRUE,FALSE,FALSE,0.560283661,0.559091568,0.459671021,0.319242477,0.286579132,0.294446945,0.259160995,0.285625458,0.276565552,0.259399414,0.36072731,0.375270844,0.388383865,0.346660614,0.367164612,0.361442566,0.379085541,0.367641449,0.368595123,0.331163406 +37500,2500,gpu,uniform,FALSE,FALSE,TRUE,0.504255295,0.507831573,0.47659874,0.509738922,0.474691391,0.452041626,0.44465065,0.434875488,0.448942184,0.500440598,0.462770462,0.63085556,0.475883484,0.450134277,0.477313995,0.475406647,0.426292419,0.458955765,0.447273254,0.437498093 +37500,2500,gpu,uniform,FALSE,FALSE,FALSE,0.242471695,0.248193741,0.228404999,0.246286392,0.267028809,0.254869461,0.248908997,0.237941742,0.252962112,0.277280807,0.552654266,0.539302826,0.640153885,0.595569611,0.550508499,0.54693222,0.555276871,0.542640686,0.523090363,0.560760498 +37500,2500,gpu,normal,TRUE,FALSE,TRUE,0.295639038,0.277042389,0.267505646,0.265359879,0.263690948,0.277280807,0.327110291,0.301599503,0.293254852,0.314474106,0.377655029,0.379800797,0.382900238,0.431776047,0.426530838,0.370502472,0.360965729,0.380516052,0.365257263,0.367879868 +37500,2500,gpu,normal,TRUE,FALSE,FALSE,0.300884247,0.288724899,0.297307968,0.251054764,0.307559967,0.264406204,0.250577927,0.25343895,0.65779686,0.53191185,0.27346611,0.290870667,0.252962112,0.271558762,0.258684158,0.282764435,0.252008438,0.22649765,0.244379044,0.230073929 +37500,2500,gpu,normal,FALSE,FALSE,TRUE,0.27179718,0.319480896,0.323057175,0.270366669,0.282764435,0.266551971,0.258207321,0.271558762,0.270366669,0.250339508,0.585079193,0.608205795,0.59056282,0.594139099,0.600337982,0.597238541,0.606298447,0.601530075,0.57387352,0.580310822 +37500,2500,gpu,normal,FALSE,FALSE,FALSE,0.305652618,0.291109085,0.264406204,0.309944153,0.258922577,0.25677681,0.247001648,0.266313553,0.254154205,0.277042389,0.65612793,0.654220581,0.608205795,0.579357147,0.640630722,0.595569611,0.58555603,0.611782074,0.603914261,0.63586235 +37500,5000,gpu,homo,TRUE,FALSE,TRUE,0.270843506,0.292301178,0.270605087,0.273942947,0.247001648,0.281095505,0.263214111,0.257015228,0.264167786,0.309944153,0.383853912,0.381231308,0.36072731,0.433444977,0.58054924,0.448703766,0.364303589,0.346899033,0.360488892,0.365495682 +37500,5000,gpu,homo,TRUE,FALSE,FALSE,0.268220901,0.241041183,0.231266022,0.253915787,0.240802765,0.249862671,0.234365463,0.252008438,0.263214111,0.258684158,0.248908997,0.239133835,0.264406204,0.448465347,0.411510468,0.395059586,0.452518463,0.653743744,0.377893448,0.363349915 +37500,5000,gpu,homo,FALSE,FALSE,TRUE,0.502586365,0.485897064,0.478029251,0.477075577,0.477552414,0.482559204,0.467777252,0.480651855,0.483036041,0.48828125,0.393867493,0.377655029,0.395774841,0.403642654,0.40769577,0.379562378,0.392198563,0.414133072,0.427484512,0.393390656 +37500,5000,gpu,homo,FALSE,FALSE,FALSE,0.44298172,0.479221344,0.44465065,0.43296814,0.450134277,0.413894653,0.500917435,0.492095947,0.448942184,0.437736511,0.443220139,0.443696976,0.433444977,0.448465347,0.445842743,0.437498093,0.445127487,0.440835953,0.436067581,0.431060791 +37500,5000,gpu,uniform,TRUE,FALSE,TRUE,0.625133514,0.58889389,0.579118729,0.516176224,0.535011292,0.533342361,0.67281723,0.668764114,0.818967819,0.540971756,0.30374527,0.316381454,0.281572342,0.311374664,0.283241272,0.289201736,0.267744064,0.285863876,0.272989273,0.276565552 +37500,5000,gpu,uniform,TRUE,FALSE,FALSE,0.319957733,0.297546387,0.293493271,0.259399414,0.25677681,0.267028809,0.310897827,0.267267227,0.261306763,0.259160995,0.305652618,0.272274017,0.324726105,0.296115875,0.279426575,0.30207634,0.235319138,0.283002853,0.250101089,0.280380249 +37500,5000,gpu,uniform,FALSE,FALSE,TRUE,0.360488892,0.596523285,0.334024429,0.341653824,0.31208992,0.316619873,0.30040741,0.321865082,0.293493271,0.306844711,0.648498535,0.58722496,0.473499298,0.488996506,0.471353531,0.47326088,0.485897064,0.527858734,0.569820404,0.671386719 +37500,5000,gpu,uniform,FALSE,FALSE,FALSE,0.342130661,0.339508057,0.314712524,0.320911407,0.287294388,0.296831131,0.278949738,0.324726105,0.295639038,0.317573547,0.456809998,0.469446182,0.443935394,0.472784042,0.442266464,0.445127487,0.418424606,0.436782837,0.444412231,0.404596329 +37500,5000,gpu,normal,TRUE,FALSE,TRUE,0.534296036,0.296831131,0.301122665,0.297784805,0.300645828,0.277280807,0.288009644,0.300884247,0.280857086,0.317573547,0.30040741,0.297784805,0.309705734,0.27346611,0.277519226,0.286817551,0.288009644,0.289678574,0.289916992,0.291585922 +37500,5000,gpu,normal,TRUE,FALSE,FALSE,0.547170639,0.571966171,0.548839569,0.57053566,0.595331192,0.542640686,0.513553619,0.504732132,0.487565994,0.605344772,0.705480576,0.42963028,0.436067581,0.406265259,0.425577164,0.454425812,0.376701355,0.306606293,0.308990479,0.359773636 +37500,5000,gpu,normal,FALSE,FALSE,TRUE,0.481367111,0.49161911,0.458478928,0.475883484,0.485897064,0.472784042,0.451087952,0.457048416,0.518321991,0.460863113,0.61416626,0.604152679,0.601530075,0.597000122,0.626564026,0.61583519,0.589609146,0.603437424,0.597715378,0.586509705 +37500,5000,gpu,normal,FALSE,FALSE,FALSE,0.298261642,0.299930573,0.297546387,0.260829926,0.283718109,0.265598297,0.293970108,0.283718109,0.259160995,0.260829926,0.651359558,0.65779686,0.643730164,0.992774963,0.598669052,0.604391098,0.58054924,0.587940216,0.595569611,0.594854355 +37500,10000,gpu,homo,TRUE,FALSE,TRUE,0.266075134,0.28014183,0.275850296,0.26345253,0.240802765,0.27680397,0.269412994,0.258922577,0.245809555,0.242710114,0.284910202,0.272512436,0.314950943,0.289916992,0.305175781,0.311136246,0.290393829,0.295877457,0.308990479,0.325918198 +37500,10000,gpu,homo,TRUE,FALSE,FALSE,0.507593155,0.596284866,0.503540039,0.502824783,0.497579575,0.465154648,0.450849533,0.484704971,0.505924225,0.479459763,0.431776047,0.373840332,0.38599968,0.369787216,0.345468521,0.387191772,0.344753265,0.366687775,0.35238266,0.437736511 +37500,10000,gpu,homo,FALSE,FALSE,TRUE,0.286102295,0.283956528,0.270605087,0.246763229,0.279664993,0.293493271,0.26512146,0.276088715,0.262498856,0.289916992,0.472784042,0.45466423,0.481843948,0.468015671,0.477075577,0.457525253,0.461339951,0.457525253,0.482797623,0.478029251 +37500,10000,gpu,homo,FALSE,FALSE,FALSE,0.516176224,0.50163269,0.472068787,0.506401062,0.499010086,0.4966259,0.4966259,0.490903854,0.626802444,0.551223755,0.419378281,0.392913818,0.433444977,0.410079956,0.386714935,0.455856323,0.412940979,0.674962997,0.432252884,0.417709351 +37500,10000,gpu,uniform,TRUE,FALSE,TRUE,0.307321548,0.300645828,0.29540062,0.293731689,0.288724899,0.279426575,0.315189362,0.270605087,0.293016434,0.272512436,0.327110291,0.323534012,0.322341919,0.323534012,0.605583191,0.510931015,0.449180603,0.436544418,0.442266464,0.394582748 +37500,10000,gpu,uniform,TRUE,FALSE,FALSE,0.361204147,0.36907196,0.731945038,0.571727753,0.552654266,0.526189804,0.54359436,0.528335571,0.58555603,0.528812408,0.342607498,0.365257263,0.340223312,0.334501266,0.289201736,0.348329544,0.322818756,0.342607498,0.319480896,0.332593918 +37500,10000,gpu,uniform,FALSE,FALSE,TRUE,0.527381897,0.551462173,0.542879105,0.561714172,0.519990921,0.502109528,0.511169434,0.477552414,0.476360321,0.48661232,0.570774078,0.581979752,0.542640686,0.582933426,0.566244125,0.545978546,0.590801239,0.543355942,0.60749054,0.549316406 +37500,10000,gpu,uniform,FALSE,FALSE,FALSE,0.575065613,0.538825989,0.537395477,0.516891479,0.537633896,0.508546829,0.525712967,0.516414642,0.520944595,0.511646271,0.482082367,0.465393066,0.421524048,0.460624695,0.425100327,0.433444977,0.428915024,0.415086746,0.418424606,0.419139862 +37500,10000,gpu,normal,TRUE,FALSE,TRUE,0.313043594,0.354528427,0.284194946,0.317811966,0.272512436,0.294923782,0.310182571,0.310182571,0.27346611,0.307798386,0.357151031,0.367879868,0.35071373,0.402212143,0.338077545,0.408649445,0.383853912,0.455379486,0.610113144,0.741958618 +37500,10000,gpu,normal,TRUE,FALSE,FALSE,0.354528427,0.353574753,0.362157822,0.35405159,0.35738945,0.368595123,0.337600708,0.336170197,0.347852707,0.720977783,0.504255295,0.476837158,0.494480133,0.465869904,0.502109528,0.482559204,0.495195389,0.466823578,0.484466553,0.453710556 +37500,10000,gpu,normal,FALSE,FALSE,TRUE,0.291824341,0.315666199,0.300168991,0.317335129,0.299215317,0.696897507,0.546216965,0.541448593,0.546693802,0.514268875,0.726938248,0.760316849,0.827312469,0.763177872,1.025676727,0.80871582,0.744581223,0.705718994,0.691413879,0.718832016 +37500,10000,gpu,normal,FALSE,FALSE,FALSE,0.562906265,0.533819199,0.532150269,0.53191185,0.523328781,0.509977341,0.52690506,0.538349152,0.57387352,0.551223755,0.653266907,0.851154327,0.610351563,0.591516495,0.607967377,0.575065613,0.603914261,0.589847565,0.601291656,0.579118729 +37500,25000,gpu,homo,TRUE,FALSE,TRUE,0.602960587,0.604867935,0.609397888,0.584363937,0.599622726,0.606060028,0.591754913,0.515460968,0.45800209,0.457048416,0.408887863,0.403642654,0.408411026,0.430822372,0.422477722,0.428199768,0.428676605,0.40769577,0.41270256,0.399112701 +37500,25000,gpu,homo,TRUE,FALSE,FALSE,0.402927399,0.438213348,0.385284424,0.395774841,0.391483307,0.369787216,0.377893448,0.401496887,0.402212143,0.377893448,0.448226929,0.454187393,0.43964386,0.43129921,0.437021255,0.442266464,0.41270256,0.452756882,0.434160233,0.413894653 +37500,25000,gpu,homo,FALSE,FALSE,TRUE,0.623703003,0.596284866,0.61750412,0.805139542,0.638723373,0.636577606,0.550031662,0.560045242,0.587701797,0.601530075,0.545501709,0.568151474,0.591278076,0.571012497,0.619411469,0.593900681,0.616550446,0.635147095,0.639438629,0.604152679 +37500,25000,gpu,homo,FALSE,FALSE,FALSE,0.622272491,0.58722496,0.57721138,0.600099564,0.579118729,0.609397888,0.836372375,0.871896744,0.707387924,0.677585602,0.616073608,0.613927841,0.654220581,0.633716583,0.769138336,0.654220581,0.595331192,0.568151474,0.581502914,0.566959381 +37500,25000,gpu,uniform,TRUE,FALSE,TRUE,0.398159027,0.596523285,0.435113907,0.408649445,0.398397446,0.39935112,0.36907196,0.396490097,0.426769257,0.407457352,0.635385513,0.672340393,0.639200211,0.601768494,0.582456589,0.616550446,0.585317612,0.591993332,0.727891922,0.643730164 +37500,25000,gpu,uniform,TRUE,FALSE,FALSE,0.417232513,0.482797623,0.413417816,0.447273254,0.41103363,0.422716141,0.39100647,0.445842743,0.420808792,0.426054001,0.539064407,0.779390335,0.501871109,0.511646271,0.480413437,0.487804413,0.513792038,0.498771667,0.482559204,0.472307205 +37500,25000,gpu,uniform,FALSE,FALSE,TRUE,0.419139862,0.390052795,0.428438187,0.394821167,0.426292419,0.435113907,0.45800209,0.44631958,0.386476517,0.396490097,0.536203384,0.522851944,0.501871109,0.542402267,0.516414642,0.506877899,0.49328804,0.499010086,0.510215759,0.532388687 +37500,25000,gpu,uniform,FALSE,FALSE,FALSE,0.443458557,0.403165817,0.384092331,0.424146652,0.370025635,0.402927399,0.462293625,0.445842743,0.410318375,0.429153442,0.514745712,0.542879105,0.52690506,0.517845154,0.546455383,0.52022934,0.514030457,0.505924225,0.509500504,0.508069992 +37500,25000,gpu,normal,TRUE,FALSE,TRUE,0.675678253,0.63085556,0.641584396,0.639200211,0.61416626,0.592470169,0.726222992,0.601530075,0.624418259,0.579595566,0.72145462,0.739336014,0.720500946,0.734090805,0.735282898,0.707387924,0.84066391,0.736474991,0.742912292,0.684499741 +37500,25000,gpu,normal,TRUE,FALSE,FALSE,0.459909439,0.40769577,0.40268898,0.417232513,0.445604324,0.392913818,0.41103363,0.416994095,0.462055206,0.367879868,0.739097595,0.703334808,0.715494156,0.76675415,0.70810318,0.682830811,0.774383545,0.715732574,0.765562057,0.754833221 +37500,25000,gpu,normal,FALSE,FALSE,TRUE,0.422954559,0.40602684,0.49161911,0.773191452,0.690221786,0.683307648,0.635385513,0.661849976,0.641107559,0.645399094,0.941514969,0.8893013,0.817298889,0.80537796,0.806570053,0.800848007,0.779151917,0.813484192,0.845432281,0.774383545 +37500,25000,gpu,normal,FALSE,FALSE,FALSE,0.416994095,0.410556793,0.852823257,0.718832016,0.67949295,0.661611557,0.657320023,0.601768494,0.411272049,0.422000885,1.097917557,0.848531723,0.797510147,0.748634338,0.744104385,0.746965408,0.729084015,0.715970993,0.708818436,0.731945038 +37500,37500,gpu,homo,TRUE,FALSE,TRUE,0.478506088,0.444412231,0.649690628,0.449180603,0.40102005,0.437736511,0.407934189,0.437259674,0.445365906,0.457286835,0.781536102,0.67615509,0.645160675,0.659227371,0.592470169,0.624656677,0.805139542,0.627040863,0.612258911,0.599861145 +37500,37500,gpu,homo,TRUE,FALSE,FALSE,0.430822372,0.450134277,0.458240509,0.448226929,0.429391861,0.438690186,0.426769257,0.450849533,0.413894653,0.429153442,0.634670258,0.643491745,0.649929047,0.613689423,0.615596771,0.602722168,0.631809235,0.647306442,0.645160675,0.639677048 +37500,37500,gpu,homo,FALSE,FALSE,TRUE,0.4529953,0.433683395,0.430583954,0.450372696,0.44465065,0.42963028,0.418424606,0.418901443,0.419378281,0.440835953,0.789403915,0.656366348,0.641345978,0.628709793,0.613212585,0.61416626,0.665664673,0.616788864,0.596761703,0.594854355 +37500,37500,gpu,homo,FALSE,FALSE,FALSE,0.424146652,0.410079956,0.423192978,0.411748886,0.411272049,0.418186188,0.401496887,0.412940979,0.397205353,0.438690186,0.57888031,0.611305237,0.603199005,0.588178635,0.61583519,0.583410263,0.575304031,0.627279282,0.58221817,0.601053238 +37500,37500,gpu,uniform,TRUE,FALSE,TRUE,0.469446182,0.488042831,0.487565994,0.501155853,0.433921814,0.443220139,0.424385071,0.480890274,0.471591949,0.58722496,0.601768494,0.617980957,0.624895096,0.627756119,0.950336456,0.65112114,0.639915466,0.651359558,0.577688217,0.603914261 +37500,37500,gpu,uniform,TRUE,FALSE,FALSE,0.739336014,0.693559647,0.702381134,0.672101974,0.723361969,0.662326813,0.658988953,0.63085556,0.66614151,0.675678253,0.618696213,0.605344772,0.586986542,0.568151474,0.710725784,0.610113144,0.605106354,0.583171844,0.581026077,0.594615936 +37500,37500,gpu,uniform,FALSE,FALSE,TRUE,0.445604324,0.475883484,0.42963028,0.464677811,0.855922699,0.738382339,0.765562057,0.924110413,0.707626343,0.746250153,0.690937042,0.720977783,0.691652298,0.689506531,0.702142715,0.713586807,0.695466995,0.682592392,0.677108765,0.660419464 +37500,37500,gpu,uniform,FALSE,FALSE,FALSE,0.715255737,0.696897507,0.706195831,0.66614151,0.845909119,0.694990158,0.692129135,0.62251091,0.658035278,0.599622726,0.57053566,0.585079193,0.596761703,0.576019287,0.625133514,0.616312027,0.601291656,0.600814819,0.579833984,0.594139099 +37500,37500,gpu,normal,TRUE,FALSE,TRUE,0.952243805,0.758886337,0.732660294,0.682115555,0.676393509,0.759124756,0.723361969,0.686168671,0.700712204,0.672101974,0.823259354,1.055955887,0.822067261,0.805139542,0.828266144,0.784158707,0.798940659,0.803470612,0.749111176,0.80370903 +37500,37500,gpu,normal,TRUE,FALSE,FALSE,0.757217407,0.75507164,0.728607178,0.766515732,0.7147789,0.69475174,0.744581223,0.700473785,0.699281693,0.694990158,0.795841217,0.776529312,0.97823143,0.782966614,0.745773315,0.785589218,0.799655914,1.000881195,0.953674316,0.94294548 +37500,37500,gpu,normal,FALSE,FALSE,TRUE,0.4966259,0.473022461,0.518321991,0.453948975,0.478744507,0.472068787,0.467538834,0.440120697,0.496387482,0.466346741,0.908136368,0.874042511,0.811576843,0.859498978,0.866413116,0.840425491,0.875711441,0.852584839,0.847101212,0.825166702 +37500,37500,gpu,normal,FALSE,FALSE,FALSE,0.500917435,0.473976135,0.457286835,0.516653061,0.468730927,0.476360321,0.477790833,0.497341156,0.444889069,0.524520874,0.812292099,0.807285309,0.798225403,0.83732605,0.791549683,0.786542892,0.748634338,0.777721405,0.802278519,0.779151917 +37500,50000,gpu,homo,TRUE,FALSE,TRUE,0.507354736,0.492572784,0.515937805,0.504255295,0.504016876,0.497102737,0.515460968,0.505447388,0.512838364,0.477313995,0.79202652,0.789403915,0.744581223,1.10411644,0.827550888,0.781536102,0.817060471,0.770807266,0.722169876,0.737428665 +37500,50000,gpu,homo,TRUE,FALSE,FALSE,0.833272934,0.861644745,0.836610794,0.776529312,0.762701035,0.734090805,0.699043274,0.767469406,0.695943832,0.727176666,0.617980957,0.625610352,0.589370728,0.593900681,0.604867935,0.571727753,0.6108284,0.604629517,0.57888031,0.609874725 +37500,50000,gpu,homo,FALSE,FALSE,TRUE,0.565290451,0.472068787,0.503540039,0.494480133,0.482559204,0.495195389,0.472784042,0.491142273,0.49161911,0.501394272,0.582695007,0.595331192,0.597476959,0.762939453,0.608682632,0.578403473,0.568628311,0.577926636,0.589370728,0.566959381 +37500,50000,gpu,homo,FALSE,FALSE,FALSE,0.448465347,0.48494339,0.443696976,0.44965744,0.439167023,0.461101532,0.470638275,0.555992126,0.492095947,0.447750092,0.595808029,0.608921051,0.601768494,0.585079193,0.601768494,0.594854355,0.588178635,0.589370728,0.656366348,0.610113144 +37500,50000,gpu,uniform,TRUE,FALSE,TRUE,0.575780869,0.541687012,0.558614731,0.562906265,0.547647476,0.548124313,0.541687012,0.529527664,0.505208969,0.527858734,0.922203064,0.908136368,0.865697861,0.85234642,0.879049301,0.872850418,0.918626785,0.841140747,0.841140747,1.024961472 +37500,50000,gpu,uniform,TRUE,FALSE,FALSE,0.527381897,0.56886673,0.588655472,0.5402565,0.551462173,0.542163849,0.559091568,0.525712967,0.530004501,0.53524971,0.782012939,1.740932465,0.885725021,0.881671906,0.879526138,0.842094421,0.829696655,0.819444656,0.819683075,0.826120377 +37500,50000,gpu,uniform,FALSE,FALSE,TRUE,0.517845154,0.519990921,0.513315201,0.627040863,0.557899475,0.574350357,0.689983368,0.586271286,0.489234924,0.512361526,0.947475433,1.069307327,0.860691071,0.849246979,0.893115997,0.823259354,0.795841217,0.845193863,0.800848007,0.823736191 +37500,50000,gpu,uniform,FALSE,FALSE,FALSE,0.54359436,0.511407852,0.540494919,0.526666641,0.543117523,0.492095947,0.519037247,0.524520874,0.846147537,0.771284103,0.721216202,0.71811676,0.708580017,0.677108765,0.732421875,0.647783279,0.71811676,0.67949295,0.682115555,0.687599182 +37500,50000,gpu,normal,TRUE,FALSE,TRUE,0.558137894,0.567436218,0.548839569,0.556707382,0.879764557,0.836849213,0.825166702,1.105546951,0.819444656,0.816345215,0.992059708,0.965595245,0.967264175,0.973939896,0.955104828,0.96321106,0.973463058,0.943183899,0.962018967,0.984430313 +37500,50000,gpu,normal,TRUE,FALSE,FALSE,0.551939011,0.552415848,0.512838364,0.893831253,1.059293747,0.85067749,0.816822052,0.808238983,0.811100006,0.744581223,1.01017952,1.011371613,1.020669937,1.324653625,1.050233841,0.972032547,0.972270966,0.984430313,1.061201096,0.978469849 +37500,50000,gpu,normal,FALSE,FALSE,TRUE,0.54359436,0.509738922,0.5671978,0.557422638,0.54526329,0.767469406,0.545024872,0.555276871,0.541210175,0.52857399,0.963687897,1.194477081,1.188516617,0.947237015,0.940322876,0.913381577,0.910043716,0.90265274,0.897884369,0.872135162 +37500,50000,gpu,normal,FALSE,FALSE,FALSE,0.812768936,0.900030136,0.889062881,0.922679901,0.785827637,0.826597214,1.048326492,0.797510147,0.730991364,0.774383545,0.872373581,0.907421112,0.933408737,0.951766968,0.893592834,0.929832458,0.870466232,0.941038132,1.095294952,1.110076904 +50000,1000,gpu,homo,TRUE,FALSE,TRUE,0.44631958,0.438690186,0.480890274,0.446557999,0.423908234,0.425338745,0.428438187,0.424385071,0.441074371,0.404596329,0.44131279,0.437259674,0.430345535,0.430107117,0.343322754,0.341176987,0.645399094,0.410318375,0.356197357,0.309944153 +50000,1000,gpu,homo,TRUE,FALSE,FALSE,0.472307205,0.440359116,0.514030457,0.456571579,0.442266464,0.436782837,0.421285629,0.437259674,0.455856323,0.433921814,0.457048416,0.389575958,0.355243683,0.338792801,0.35238266,0.353097916,0.377655029,0.491142273,0.406265259,0.329971313 +50000,1000,gpu,homo,FALSE,FALSE,TRUE,0.510215759,0.466346741,0.576257706,0.775337219,0.478029251,0.502824783,0.483751297,0.440835953,0.449419022,0.429391861,0.631809235,0.58722496,0.589132309,0.571966171,0.589132309,0.597715378,0.576972961,0.582933426,0.595569611,0.571966171 +50000,1000,gpu,homo,FALSE,FALSE,FALSE,0.275850296,0.243186951,0.250101089,0.326395035,0.277996063,0.252485275,0.209093094,0.237226486,0.245094299,0.217676163,0.623703003,0.684976578,0.550508499,0.674724579,0.597476959,0.529766083,0.546216965,0.509738922,0.498771667,0.49161911 +50000,1000,gpu,uniform,TRUE,FALSE,TRUE,0.285863876,0.261068344,0.31876564,0.277757645,0.286579132,0.267982483,0.292539597,0.249147415,0.296354294,0.263690948,0.252485275,0.266313553,0.240802765,0.252723694,0.235319138,0.250339508,0.220060349,0.233888626,0.25177002,0.248908997 +50000,1000,gpu,uniform,TRUE,FALSE,FALSE,0.277519226,0.31542778,0.304698944,0.322580338,0.299215317,0.341653824,0.295877457,0.291824341,0.642299652,1.104831696,0.246286392,0.237464905,0.233411789,0.282287598,0.259637833,0.274658203,0.435829163,0.255584717,0.23150444,0.23317337 +50000,1000,gpu,uniform,FALSE,FALSE,TRUE,0.561952591,0.515222549,0.52523613,0.502824783,0.517845154,0.516176224,0.510931015,0.495910645,0.495672226,0.500440598,0.496387482,0.533103943,0.537395477,0.534534454,0.504970551,0.558853149,0.516176224,0.507593155,0.508069992,0.529766083 +50000,1000,gpu,uniform,FALSE,FALSE,FALSE,0.283241272,0.288009644,0.296831131,0.290155411,0.281572342,0.268936157,0.305175781,0.323295593,0.304937363,0.649452209,0.647544861,0.649929047,0.621318817,0.627756119,0.623703003,0.60915947,0.602483749,0.612258911,0.644922256,0.634670258 +50000,1000,gpu,normal,TRUE,FALSE,TRUE,0.285625458,0.308036804,0.26345253,0.306367874,0.317335129,0.323295593,0.31375885,0.316858292,0.294685364,0.336647034,0.259637833,0.257492065,0.216007233,0.232696533,0.235080719,0.247716904,0.248670578,0.243186951,0.242710114,0.230789185 +50000,1000,gpu,normal,TRUE,FALSE,FALSE,0.265836716,0.301837921,0.262260437,0.241518021,0.256299973,0.27346611,0.289678574,0.22816658,0.47492981,0.264167786,0.411510468,0.386476517,0.379085541,0.377416611,0.374555588,0.387191772,0.349521637,0.384092331,0.379562378,0.390052795 +50000,1000,gpu,normal,FALSE,FALSE,TRUE,0.307321548,0.262975693,0.285387039,0.278234482,0.308036804,0.292062759,0.266075134,0.258684158,0.308036804,0.281095505,0.727891922,0.732183456,0.756502151,0.739336014,0.699996948,0.715732574,0.736951828,0.723361969,0.736951828,1.02519989 +50000,1000,gpu,normal,FALSE,FALSE,FALSE,0.588417053,0.555515289,0.529527664,0.502824783,0.478982925,0.474214554,0.47659874,0.479698181,0.57888031,0.499248505,1.098394394,0.816583633,0.741481781,0.739812851,0.741481781,0.728607178,0.728368759,0.706195831,0.735759735,0.728607178 +50000,2500,gpu,homo,TRUE,FALSE,TRUE,0.47326088,0.471830368,0.472545624,0.475645065,0.473976135,0.455379486,0.335693359,0.597000122,0.601053238,0.687837601,0.316381454,0.253915787,0.252008438,0.282049179,0.269651413,0.277042389,0.292539597,0.267744064,0.267982483,0.267505646 +50000,2500,gpu,homo,TRUE,FALSE,FALSE,0.241279602,0.252723694,0.22315979,0.251054764,0.244379044,0.252962112,0.268220901,0.23317337,0.275373459,0.227928162,0.249624252,0.254154205,0.264406204,0.222444534,0.232458115,0.247001648,0.253677368,0.234127045,0.221252441,0.261545181 +50000,2500,gpu,homo,FALSE,FALSE,TRUE,0.475645065,0.436306,0.426769257,0.683784485,0.457286835,0.49328804,0.479698181,0.439405441,0.449180603,0.43129921,0.591278076,0.710487366,0.667572021,0.61583519,0.586509705,0.57888031,0.577926636,0.584602356,0.583171844,0.58555603 +50000,2500,gpu,homo,FALSE,FALSE,FALSE,0.399827957,0.421524048,0.432491302,0.421285629,0.425100327,0.418186188,0.408411026,0.520944595,0.597000122,0.491380692,0.510692596,0.497579575,0.482797623,0.473499298,0.524759293,0.519037247,0.473499298,0.486373901,0.481367111,0.477313995 +50000,2500,gpu,uniform,TRUE,FALSE,TRUE,0.2617836,0.415563583,0.531435013,0.547409058,0.513076782,0.531196594,0.482797623,0.500679016,0.519990921,0.542640686,0.381231308,0.377655029,0.376701355,0.373840332,0.368118286,0.377178192,0.391483307,0.376224518,0.404834747,0.381946564 +50000,2500,gpu,uniform,TRUE,FALSE,FALSE,0.288724899,0.341176987,0.322341919,0.689029694,0.548124313,0.516176224,0.557184219,0.447273254,0.420093536,0.412464142,0.403404236,0.410318375,0.416755676,0.444889069,0.423431396,0.395536423,0.380277634,0.384569168,0.389099121,0.399112701 +50000,2500,gpu,uniform,FALSE,FALSE,TRUE,0.290632248,0.293493271,0.293016434,0.272512436,0.327110291,0.282287598,0.298261642,0.285625458,0.28014183,0.27513504,0.838041306,0.534772873,0.506401062,0.534296036,0.536441803,0.522613525,0.52022934,0.52523613,0.566959381,0.533342361 +50000,2500,gpu,uniform,FALSE,FALSE,FALSE,0.906705856,0.576972961,0.547409058,0.590324402,0.56552887,0.563383102,0.627279282,0.620365143,0.519514084,0.505208969,0.578165054,0.581741333,0.564575195,0.571727753,0.571250916,0.565767288,0.586509705,0.561714172,0.58054924,0.575065613 +50000,2500,gpu,normal,TRUE,FALSE,TRUE,0.293493271,0.324726105,0.267744064,0.298500061,0.272274017,0.268936157,0.292539597,0.248670578,0.298261642,0.253677368,0.256538391,0.287771225,0.263214111,0.288963318,0.2617836,0.278711319,0.251293182,0.311613083,0.284671783,0.299930573 +50000,2500,gpu,normal,TRUE,FALSE,FALSE,0.502586365,0.501394272,0.49829483,0.4966259,0.530719757,0.503540039,0.490903854,0.484228134,0.499010086,0.4966259,0.283718109,0.298023224,0.285387039,0.303030014,0.290870667,0.273227692,0.297784805,0.314235687,0.31709671,0.544071198 +50000,2500,gpu,normal,FALSE,FALSE,TRUE,0.525951385,0.490665436,0.50163269,0.497579575,0.47659874,0.497341156,0.540971756,0.507116318,0.430107117,0.388860703,0.736951828,0.748872757,0.739812851,0.75340271,0.738143921,0.741243362,0.732183456,0.732898712,0.750780106,0.726938248 +50000,2500,gpu,normal,FALSE,FALSE,FALSE,0.330448151,0.31208992,0.302791595,0.269651413,0.276565552,0.280618668,0.261068344,0.281333923,0.264883041,0.280857086,0.792503357,0.948667526,0.778198242,0.734567642,0.736713409,0.758171082,0.752449036,0.745296478,0.701189041,0.739574432 +50000,5000,gpu,homo,TRUE,FALSE,TRUE,0.507116318,0.499486923,0.511646271,0.504493713,0.501394272,0.500202179,0.492572784,0.579118729,0.586271286,0.530481339,0.277042389,0.275373459,0.290393829,0.265598297,0.293493271,0.277519226,0.251054764,0.269174576,0.271081924,0.265359879 +50000,5000,gpu,homo,TRUE,FALSE,FALSE,0.268220901,0.253915787,0.29540062,0.292539597,0.286817551,0.317573547,0.352859497,0.288963318,0.477313995,0.278711319,0.276327133,0.298023224,0.301361084,0.283002853,0.282287598,0.301837921,0.280380249,0.277042389,0.309467316,0.296831131 +50000,5000,gpu,homo,FALSE,FALSE,TRUE,0.285625458,0.273704529,0.26845932,0.432729721,0.280380249,0.274896622,0.259876251,0.263690948,0.277996063,0.243663788,0.514984131,0.509023666,0.516891479,0.485658646,0.474452972,0.493049622,0.462293625,0.499248505,0.476121902,0.494718552 +50000,5000,gpu,homo,FALSE,FALSE,FALSE,0.488042831,0.468254089,0.619411469,0.553846359,0.518321991,0.491857529,0.468015671,0.457286835,0.47326088,0.463247299,0.591516495,0.593423843,0.579833984,0.605583191,0.633478165,0.597715378,0.57554245,0.598907471,0.59056282,0.585794449 +50000,5000,gpu,uniform,TRUE,FALSE,TRUE,0.326156616,0.304460526,0.346899033,0.29706955,0.336170197,0.302314758,0.31709671,0.338315964,0.309944153,0.283002853,0.400543213,0.36406517,0.380516052,0.367879868,0.353097916,0.354290009,0.392913818,0.396966934,0.361204147,0.406742096 +50000,5000,gpu,uniform,TRUE,FALSE,FALSE,0.562667847,0.548124313,0.522851944,0.530719757,0.532150269,0.512123108,0.518798828,0.512123108,0.541210175,0.494718552,0.450849533,0.474691391,0.435590744,0.43296814,0.450372696,0.390052795,0.357866287,0.325679779,0.308275223,0.292301178 +50000,5000,gpu,uniform,FALSE,FALSE,TRUE,0.57220459,0.589847565,0.550508499,0.563621521,0.521659851,0.623464584,0.558137894,0.53358078,0.584125519,0.731468201,0.537633896,0.534057617,0.522375107,0.546216965,0.557661057,0.592708588,0.618696213,0.547170639,0.580072403,0.547647476 +50000,5000,gpu,uniform,FALSE,FALSE,FALSE,0.285863876,0.31709671,0.304222107,0.311851501,0.294685364,0.327587128,0.321149826,0.328302383,0.299215317,0.288724899,0.657320023,0.656604767,0.606775284,0.560998917,0.659227371,0.63252449,0.615119934,0.620603561,0.746250153,0.681638718 +50000,5000,gpu,normal,TRUE,FALSE,TRUE,0.531196594,0.54359436,0.529289246,0.521659851,0.509977341,0.539064407,0.511169434,0.520944595,0.526428223,0.556468964,0.373363495,0.355005264,0.381231308,0.547409058,0.615596771,0.633955002,0.564336777,0.493049622,0.571489334,0.431776047 +50000,5000,gpu,normal,TRUE,FALSE,FALSE,0.362873077,0.321388245,0.283479691,0.316619873,0.342845917,0.333547592,0.3221035,0.290393829,0.300168991,0.291347504,0.464916229,0.461101532,0.451087952,0.483512878,0.458717346,0.459909439,0.453710556,0.474691391,0.477313995,0.441789627 +50000,5000,gpu,normal,FALSE,FALSE,TRUE,0.512123108,0.513315201,0.506877899,0.522851944,0.475645065,0.530719757,0.488042831,0.507116318,0.500440598,0.504016876,0.783443451,0.773906708,0.760555267,0.727653503,0.734090805,0.80704689,1.109361649,0.822305679,0.766992569,0.75674057 +50000,5000,gpu,normal,FALSE,FALSE,FALSE,0.310182571,0.329256058,0.301837921,0.328540802,0.307798386,0.302314758,0.336885452,0.324487686,0.346899033,0.301122665,0.88262558,0.818490982,0.777721405,0.71144104,0.737190247,0.739336014,0.772714615,0.754356384,0.705957413,0.777006149 +50000,10000,gpu,homo,TRUE,FALSE,TRUE,0.304937363,0.272274017,0.302553177,0.290155411,0.289678574,0.30875206,0.299930573,0.276088715,0.272035599,0.292539597,0.453233719,0.433683395,0.427484512,0.427246094,0.421762466,0.419616699,0.423192978,0.446796417,0.457048416,0.428199768 +50000,10000,gpu,homo,TRUE,FALSE,FALSE,0.322818756,0.278234482,0.312328339,0.316381454,0.336647034,0.303268433,0.308990479,0.294923782,0.269174576,0.319480896,0.347852707,0.328540802,0.345468521,0.347852707,0.35238266,0.351190567,0.347614288,0.323295593,0.328302383,0.335454941 +50000,10000,gpu,homo,FALSE,FALSE,TRUE,0.310182571,0.311613083,0.297546387,0.307559967,0.299692154,0.320196152,0.294685364,0.307559967,0.293493271,0.306844711,0.487327576,0.498771667,0.47659874,0.475645065,0.532388687,0.546216965,0.487089157,0.734567642,0.484466553,0.483751297 +50000,10000,gpu,homo,FALSE,FALSE,FALSE,0.300645828,0.30040741,0.293731689,0.267267227,0.286817551,0.294208527,0.282526016,0.267267227,0.294208527,0.323534012,0.611066818,0.684499741,0.609636307,0.590085983,0.595092773,0.616312027,0.579118729,0.706195831,0.698328018,0.654459 +50000,10000,gpu,uniform,TRUE,FALSE,TRUE,0.381708145,0.310182571,0.340461731,0.330448151,0.327348709,0.321626663,0.342130661,0.372886658,0.545740128,0.459194183,0.395536423,0.382423401,0.328540802,0.387907028,0.36740303,0.382900238,0.389099121,0.364542007,0.363111496,0.389099121 +50000,10000,gpu,uniform,TRUE,FALSE,FALSE,0.331640244,0.308990479,0.317811966,0.306844711,0.34070015,0.321149826,0.335693359,0.327587128,0.339984894,0.307559967,0.413417816,0.36740303,0.398874283,0.381946564,0.40435791,0.369548798,0.391483307,0.419139862,0.382423401,0.36907196 +50000,10000,gpu,uniform,FALSE,FALSE,TRUE,0.587701797,0.693559647,0.602722168,0.531673431,0.551223755,0.561952591,0.551223755,0.510215759,0.569581985,0.575780869,0.520706177,0.524520874,0.749349594,0.701189041,0.65112114,0.650405884,0.631332397,0.646352768,0.779390335,0.65779686 +50000,10000,gpu,uniform,FALSE,FALSE,FALSE,0.34570694,0.332117081,0.327110291,0.339508057,0.304460526,0.329732895,0.31208992,0.312328339,0.356674194,0.347137451,0.547647476,0.576972961,0.546693802,0.801563263,0.601053238,0.576972961,0.568628311,0.58889389,0.584840775,0.549554825 +50000,10000,gpu,normal,TRUE,FALSE,TRUE,0.535726547,0.549077988,0.535726547,0.522613525,0.535964966,0.586032867,0.473022461,0.463724136,0.476837158,0.479459763,0.524044037,0.54693222,0.535488129,0.522613525,0.529766083,0.520706177,0.634670258,0.526428223,0.720262527,0.660181046 +50000,10000,gpu,normal,TRUE,FALSE,FALSE,0.365495682,0.361680984,0.338077545,0.304937363,0.328779221,1.233100891,0.689983368,0.782251358,0.603675842,0.5671978,0.569105148,0.600099564,0.652551651,0.591516495,0.544548035,0.571966171,0.529289246,0.529766083,0.511884689,0.549554825 +50000,10000,gpu,normal,FALSE,FALSE,TRUE,0.572919846,0.532627106,0.470399857,0.509738922,0.514268875,0.530481339,0.518321991,0.505208969,0.492095947,0.506877899,0.913143158,0.88763237,0.897169113,0.832080841,0.867605209,0.883340836,0.861406326,0.869512558,0.910282135,0.89597702 +50000,10000,gpu,normal,FALSE,FALSE,FALSE,0.344753265,0.331401825,0.318527222,0.324487686,0.341653824,0.332355499,0.367164612,0.371932983,0.357866287,0.34236908,1.098155975,0.925064087,0.896453857,0.887870789,0.871181488,0.875234604,0.848054886,0.848293304,0.839471817,0.871181488 +50000,25000,gpu,homo,TRUE,FALSE,TRUE,0.40268898,0.452756882,0.43463707,0.429153442,0.422954559,0.430345535,0.439882278,0.403404236,0.406265259,0.421285629,0.47326088,0.482797623,0.490427017,0.461816788,0.466346741,0.456094742,0.469207764,0.452756882,0.463008881,0.474452972 +50000,25000,gpu,homo,TRUE,FALSE,FALSE,0.383138657,0.397443771,0.401496887,0.411987305,0.384569168,0.379562378,0.388860703,0.603437424,0.39100647,0.388860703,0.581502914,0.500679016,0.506877899,0.489711761,0.487565994,0.506401062,0.509023666,0.486135483,0.48494339,0.488519669 +50000,25000,gpu,homo,FALSE,FALSE,TRUE,0.65779686,0.638961792,0.624418259,0.573635101,0.742912292,0.706911087,0.677347183,0.649452209,0.636339188,0.644922256,0.553607941,0.540733337,0.5402565,0.542640686,0.539064407,0.563621521,0.52523613,0.535488129,0.531673431,0.541210175 +50000,25000,gpu,homo,FALSE,FALSE,FALSE,0.437736511,0.511407852,0.465393066,0.436544418,0.413894653,0.445604324,0.436306,0.425338745,0.472068787,0.855207443,0.685930252,0.661373138,0.666856766,0.703573227,0.653266907,0.674962997,0.653028488,0.69975853,0.685214996,0.840902328 +50000,25000,gpu,uniform,TRUE,FALSE,TRUE,0.450372696,0.473737717,0.471830368,0.485420227,0.482082367,0.502347946,0.463962555,0.492572784,0.486373901,0.724315643,0.549077988,0.579595566,0.573635101,0.536680222,0.516414642,0.522851944,0.539302826,0.548601151,0.487804413,0.553607941 +50000,25000,gpu,uniform,TRUE,FALSE,FALSE,0.705003738,0.898122787,0.730991364,0.672101974,0.693798065,0.650167465,0.678777695,0.752925873,0.726461411,0.647068024,0.691652298,0.689744949,0.648975372,0.534772873,0.560760498,0.522851944,0.549316406,0.531435013,0.598669052,0.517606735 +50000,25000,gpu,uniform,FALSE,FALSE,TRUE,0.488042831,0.458478928,0.494480133,0.457048416,0.513076782,0.759124756,0.8456707,0.748157501,0.792741776,0.713825226,0.718355179,0.679254532,0.628709793,0.614643097,0.720500946,0.720739365,0.705242157,0.973701477,0.649213791,0.626802444 +50000,25000,gpu,uniform,FALSE,FALSE,FALSE,0.774621964,0.771999359,0.730276108,0.705957413,0.769138336,0.747680664,0.696182251,0.663518906,0.647544861,0.670671463,0.613927841,0.607252121,0.610113144,0.581741333,0.597476959,0.584602356,0.594854355,0.642061234,0.602483749,0.929355621 +50000,25000,gpu,normal,TRUE,FALSE,TRUE,0.679731369,0.660896301,0.648975372,0.594854355,0.613927841,0.621557236,0.621080399,0.607252121,0.61750412,0.637769699,0.859975815,0.854730606,0.816106796,0.88095665,0.829696655,0.828504562,0.996351242,0.84233284,0.84233284,0.782966614 +50000,25000,gpu,normal,TRUE,FALSE,FALSE,0.529527664,0.579118729,0.550270081,0.538110733,0.499010086,0.509977341,0.531196594,0.586509705,0.576257706,0.894784927,0.67949295,0.696659088,0.694036484,0.658512115,0.698804855,0.695466995,0.671386719,0.693798065,0.680923462,0.696182251 +50000,25000,gpu,normal,FALSE,FALSE,TRUE,0.494718552,0.494003296,0.463962555,0.491380692,0.466823578,0.526666641,0.582933426,0.510931015,0.470638275,0.484704971,0.84066391,0.834941864,0.844478607,0.839233398,1.140594482,1.033067703,0.994920731,1.017570496,0.999689102,1.210212708 +50000,25000,gpu,normal,FALSE,FALSE,FALSE,0.461578369,0.464439392,0.489711761,0.447273254,0.460624695,0.43129921,0.458478928,0.502109528,0.440597534,0.49328804,1.010894775,0.993967056,1.044034958,1.051187515,0.956535339,0.957727432,0.962495804,0.940799713,0.972032547,1.16443634 +50000,37500,gpu,homo,TRUE,FALSE,TRUE,0.496149063,0.505924225,0.490665436,0.504732132,0.499010086,0.504016876,0.486850739,0.499486923,0.495910645,0.485897064,0.631332397,0.859498978,0.637531281,0.586032867,0.579118729,0.581979752,0.624656677,0.590085983,0.576496124,0.58889389 +50000,37500,gpu,homo,TRUE,FALSE,FALSE,0.754117966,0.559329987,0.522375107,0.511646271,0.54526329,0.497817993,0.511169434,0.493526459,0.475168228,0.509500504,0.88763237,0.623464584,0.610589981,0.594377518,0.607252121,0.611782074,0.616312027,0.584840775,0.572681427,0.597238541 +50000,37500,gpu,homo,FALSE,FALSE,TRUE,0.499725342,0.499725342,0.524282455,0.499010086,0.509023666,0.495910645,0.512838364,0.533819199,0.523805618,0.512838364,0.63419342,0.633478165,0.596761703,0.608921051,0.603199005,0.610351563,0.603914261,0.627994537,0.605106354,0.58555603 +50000,37500,gpu,homo,FALSE,FALSE,FALSE,0.873327255,0.766515732,0.747442245,0.691890717,0.572919846,0.516891479,0.516891479,0.518083572,0.500202179,0.512838364,0.645160675,0.709295273,0.685214996,0.645875931,0.641345978,0.700950623,0.644207001,0.893592834,0.66280365,0.629425049 +50000,37500,gpu,uniform,TRUE,FALSE,TRUE,0.529527664,0.557661057,0.901937485,1.135587692,0.783443451,0.748157501,0.731945038,0.787973404,0.729322433,0.751495361,0.67782402,0.731229782,0.730037689,0.862836838,0.707149506,0.710725784,0.682830811,0.692844391,0.661373138,0.751018524 +50000,37500,gpu,uniform,TRUE,FALSE,FALSE,0.889539719,0.750303268,0.776290894,0.752687454,0.831604004,0.779867172,0.808238983,0.727891922,0.803470612,0.868082047,0.809669495,0.753879547,0.705718994,0.677585602,0.689029694,0.698804855,0.694513321,0.683069229,0.717878342,0.670909882 +50000,37500,gpu,uniform,FALSE,FALSE,TRUE,0.568628311,0.607252121,0.496387482,0.601053238,1.046895981,0.814676285,0.759124756,0.747203827,0.564098358,0.544786453,0.741481781,0.761985779,0.804662704,0.774860382,0.722885132,0.717163086,0.722646713,0.709295273,0.702857971,0.724077225 +50000,37500,gpu,uniform,FALSE,FALSE,FALSE,0.738620758,0.757694244,0.750303268,0.76007843,0.773429871,0.756978989,0.702142715,0.630140305,0.654697418,0.660419464,0.720262527,0.695466995,0.694036484,0.678539276,0.684261322,0.683546066,0.730991364,0.698328018,0.679969788,0.66614151 +50000,37500,gpu,normal,TRUE,FALSE,TRUE,0.525474548,0.531673431,0.571489334,0.911712646,0.897169113,0.764131546,0.75006485,0.70977211,0.760793686,0.746011734,0.921964645,0.875473022,0.920057297,0.906705856,0.968456268,1.167297363,0.942230225,0.892877579,0.914096832,0.891923904 +50000,37500,gpu,normal,TRUE,FALSE,FALSE,0.534534454,0.556945801,0.531196594,0.535964966,0.766515732,0.675201416,0.892400742,0.860452652,0.80871582,0.849723816,0.937223434,0.990152359,0.970125198,1.391649246,1.084804535,1.070976257,1.017332077,1.021146774,1.015663147,1.091003418 +50000,37500,gpu,normal,FALSE,FALSE,TRUE,0.578165054,0.559806824,0.565767288,0.589847565,0.556468964,0.543832779,0.567913055,0.537872314,0.532627106,0.577449799,0.992298126,1.002311707,0.994682312,0.97155571,0.974178314,1.014232635,0.965595245,0.972986221,0.962018967,0.954627991 +50000,37500,gpu,normal,FALSE,FALSE,FALSE,0.602483749,0.569105148,0.534534454,0.57220459,0.568628311,0.582933426,0.559091568,0.552892685,0.551700592,0.551939011,1.160860062,1.069784164,1.121282578,1.075744629,1.075029373,1.01351738,1.036167145,1.105546951,1.080274582,1.111984253 +50000,50000,gpu,homo,TRUE,FALSE,TRUE,0.577449799,0.600576401,0.571012497,0.565052032,0.570297241,0.569820404,0.56219101,0.583648682,0.863552094,0.599384308,0.788927078,0.762462616,0.733137131,0.729560852,0.734567642,0.720024109,0.711202621,0.728607178,0.729084015,0.729084015 +50000,50000,gpu,homo,TRUE,FALSE,FALSE,0.593662262,0.537395477,0.551223755,0.564813614,0.61750412,0.766277313,0.625371933,0.638961792,0.554561615,0.592470169,0.760316849,0.773191452,0.766038895,0.795125961,0.730037689,0.707864761,0.74338913,0.720024109,0.728130341,1.039743423 +50000,50000,gpu,homo,FALSE,FALSE,TRUE,0.803232193,0.792980194,0.804424286,0.797748566,0.984668732,0.811576843,0.808477402,0.794172287,0.775098801,0.756263733,0.727653503,0.747442245,0.71811676,0.730991364,0.70977211,0.704050064,0.70309639,0.714063644,0.69642067,0.697612762 +50000,50000,gpu,homo,FALSE,FALSE,FALSE,0.914335251,0.838756561,0.874996185,0.79703331,0.811338425,0.79035759,0.792980194,0.784158707,0.790834427,0.791549683,0.813961029,0.821352005,0.778913498,0.731945038,0.722408295,0.700950623,0.977516174,0.752449036,0.764131546,0.75173378 +50000,50000,gpu,uniform,TRUE,FALSE,TRUE,0.631809235,0.622034073,0.596523285,0.553131104,0.555992126,0.565052032,0.640392303,0.554561615,0.592947006,0.590324402,0.99158287,0.961065292,0.96154213,0.962018967,0.941991806,1.049518585,0.952005386,0.893115997,0.883579254,0.972032547 +50000,50000,gpu,uniform,TRUE,FALSE,FALSE,0.6108284,0.574350357,0.566959381,0.591993332,0.547170639,0.997543335,0.892400742,0.831604004,0.838756561,0.941514969,1.079082489,0.836372375,0.843286514,0.819444656,0.822782516,0.799894333,0.81372261,0.798463821,0.811338425,0.803470612 +50000,50000,gpu,uniform,FALSE,FALSE,TRUE,0.616073608,0.578641891,0.586509705,0.544786453,0.580787659,0.542879105,0.626802444,0.757694244,0.619411469,0.607967377,0.819206238,0.884771347,0.812768936,0.83732605,0.816106796,0.852823257,0.805854797,0.806808472,0.837564468,0.843524933 +50000,50000,gpu,uniform,FALSE,FALSE,FALSE,0.621557236,0.583171844,0.69475174,0.605821609,0.625610352,0.58722496,0.619649887,0.562667847,0.595808029,0.572919846,0.821590424,0.80037117,0.804662704,0.780820847,0.846624374,1.035451889,1.226425171,1.03187561,1.040458679,0.954627991 +50000,50000,gpu,normal,TRUE,FALSE,TRUE,0.612258911,0.608682632,0.609874725,0.612974167,0.61249733,0.639677048,0.602483749,0.915288925,0.627279282,0.628709793,1.173257828,1.145124435,1.165151596,1.135110855,1.1677742,1.1074543,1.163721085,1.125097275,1.532554626,1.199483871 +50000,50000,gpu,normal,TRUE,FALSE,FALSE,0.628232956,0.653743744,0.630140305,0.65612793,0.585079193,0.627040863,0.615358353,0.648021698,0.611305237,0.656604767,1.27196312,1.330375671,1.243829727,1.292228699,1.21307373,1.217126846,1.279592514,1.308202744,1.252174377,1.303434372 +50000,50000,gpu,normal,FALSE,FALSE,TRUE,0.8893013,0.869274139,0.827312469,0.884056091,0.831604004,0.854492188,0.882863998,0.871419907,0.83398819,0.819206238,1.173019409,1.136302948,1.188755035,1.543998718,1.333475113,1.28364563,1.2550354,1.280784607,1.267910004,1.209974289 +50000,50000,gpu,normal,FALSE,FALSE,FALSE,0.670194626,0.649452209,0.577926636,0.625371933,0.63252449,0.63586235,0.61583519,0.586748123,0.617742538,0.644445419,1.262903214,1.51515007,1.268625259,1.247167587,1.224994659,1.197814941,1.210212708,1.2550354,1.192808151,1.208782196 diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/analysis cpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/analysis cpu.py new file mode 100644 index 0000000..8e8f235 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/analysis cpu.py @@ -0,0 +1,69 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "jitconn matvec/jitconn_matvec_cpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # Calculate the mean of 'taichi aot time' and 'brainpy time' for each row + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # Calculate speedup, if 'brainpy time' is smaller than 'taichi aot time', speedup is negative + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['type', 'transpose', 'outdim_parallel', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(22, 18)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (_type, transpose, outdim_parallel) in enumerate([(_t, t, o) for _t in avg_speedup_df['type'].unique() for t in avg_speedup_df['transpose'].unique() for o in avg_speedup_df['outdim_parallel'].unique()]): + plt.subplot(3, 4, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['type'] == _type) & (avg_speedup_df['transpose'] == transpose) & (avg_speedup_df['outdim_parallel'] == outdim_parallel)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'type: {_type}, transpose: {transpose}, outdim_parallel: {outdim_parallel}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[CPU] jitconn matvec taichi speedup over brainpylib\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('jitconn matvec/jitconn_matvec_cpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/analysis gpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/analysis gpu.py new file mode 100644 index 0000000..51b9018 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/analysis gpu.py @@ -0,0 +1,69 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt + +combined_csv_path = "jitconn matvec/jitconn_matvec_gpu.csv" + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df +# Load the combined dataset + +combined_df = pd.read_csv(combined_csv_path) +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +# Averaging the speedup values for each combination of 's', 'p', 'backend', 'values type', and 'events type' +avg_speedup_df = combined_df.groupby(['type', 'transpose', 'outdim_parallel', 'shape[0]', 'shape[1]']).mean().reset_index() + +# Setting up the plots for heatmaps based on different backends, values types, and events types +plt.figure(figsize=(22, 18)) # Adjusting figure size for eight subplots + +# Creating subplots for each combination of backend, values type, and events type +for i, (_type, transpose, outdim_parallel) in enumerate([(_t, t, o) for _t in avg_speedup_df['type'].unique() for t in avg_speedup_df['transpose'].unique() for o in avg_speedup_df['outdim_parallel'].unique()]): + plt.subplot(3, 4, i + 1) + + # Filtering data and creating a pivot table for the heatmap + filtered_df = avg_speedup_df[(avg_speedup_df['type'] == _type) & (avg_speedup_df['transpose'] == transpose) & (avg_speedup_df['outdim_parallel'] == outdim_parallel)] + heatmap_data = filtered_df.pivot(index="shape[0]", columns="shape[1]", values="speedup") + + # Creating the heatmap + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu') + plt.title(f'type: {_type}, transpose: {transpose}, outdim_parallel: {outdim_parallel}') + plt.xlabel('shape[0]') + plt.ylabel('shape[1]') + +# Adding an overall title with adjusted position +plt.suptitle('[GPU] jitconn matvec taichi speedup over brainpylib\n' + 'speedup = (brainpylib time / taichi aot time) - 1', fontsize=16) + +# Adjust layout to make room for the title +plt.tight_layout(rect=[0, 0, 1, 0.95]) +plt.savefig('jitconn matvec\jitconn_matvec_gpu.png') +# plt.show() diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/barchart_cpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/barchart_cpu.py new file mode 100644 index 0000000..ee6820b --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/barchart_cpu.py @@ -0,0 +1,53 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np +import os +import seaborn as sns +from matplotlib.font_manager import FontProperties + +font = FontProperties(fname='C:\\Windows\\Fonts\\msyh.ttc') + +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +PATH = os.path.dirname(os.path.abspath(__file__)) +combined_df = pd.read_csv(os.path.join(PATH, 'jitconn_matvec_cpu.csv')) +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + +sns.set(style="whitegrid") +sns.histplot(combined_df['speedup'], bins=25, kde=True, color='darkorange') +# plt.hist(combined_df['speedup'], bins=50, density=True) + +plt.xlabel('加速比', fontsize=16, fontproperties=font) +plt.ylabel('频次', fontsize=16, fontproperties=font) +# plt.title('[CPU] jitconn matvec taichi speedup over brainpylib') +plt.savefig(os.path.join(PATH, 'jitconn_matvec_cpu_dist.png')) + + diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/barchart_gpu.py b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/barchart_gpu.py new file mode 100644 index 0000000..639ea0e --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/barchart_gpu.py @@ -0,0 +1,54 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np +import os +import seaborn as sns +from matplotlib.font_manager import FontProperties + +font = FontProperties(fname='C:\\Windows\\Fonts\\msyh.ttc') + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +PATH = os.path.dirname(os.path.abspath(__file__)) +combined_df = pd.read_csv(os.path.join(PATH, 'jitconn_matvec_gpu.csv')) +combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) + + +sns.set(style="whitegrid") +sns.histplot(combined_df['speedup'], bins=25, kde=True, color='darkorange') +# plt.hist(combined_df['speedup'], bins=50, density=True) +plt.xlabel('加速比', fontsize=16, fontproperties=font) +plt.ylabel('频次', fontsize=16, fontproperties=font) +# plt.title('[GPU] jitconn matvec taichi speedup over origin brainpy') +plt.savefig(os.path.join(PATH, 'jitconn_matvec_gpu_dist.png')) + + diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/jitconn_matvec_cpu.csv b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/jitconn_matvec_cpu.csv new file mode 100644 index 0000000..85ed98f --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/jitconn_matvec_cpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,cpu,homo,True,True,False,0.370025634765625,0.38361549377441406,0.3535747528076172,0.31828880310058594,0.3743171691894531,0.34499168395996094,0.3402233123779297,0.4658699035644531,0.45180320739746094,0.4341602325439453,0.4088878631591797,0.4076957702636719,0.40650367736816406,0.4069805145263672,0.4169940948486328,0.4131793975830078,0.4067420959472656,0.408172607421875,0.4067420959472656,0.40841102600097656 +1000,1000,cpu,homo,False,True,False,0.3490447998046875,0.3466606140136719,0.3688335418701172,0.33354759216308594,0.3483295440673828,0.35262107849121094,0.3681182861328125,0.3561973571777344,0.35381317138671875,0.34427642822265625,0.3941059112548828,0.3726482391357422,0.3724098205566406,0.37169456481933594,0.3724098205566406,0.37217140197753906,0.3714561462402344,0.40793418884277344,0.4067420959472656,0.4067420959472656 +1000,1000,cpu,homo,True,False,False,0.9558200836181641,0.9484291076660156,1.1136531829833984,1.4262199401855469,1.0747909545898438,1.0662078857421875,1.1115074157714844,0.9968280792236328,1.0755062103271484,1.1644363403320312,0.431060791015625,0.41961669921875,0.41866302490234375,0.41294097900390625,0.3829002380371094,0.3833770751953125,0.38242340087890625,0.3826618194580078,0.38313865661621094,0.3833770751953125 +1000,1000,cpu,homo,False,False,False,0.40721893310546875,1.2466907501220703,0.39577484130859375,1.1546611785888672,1.0254383087158203,1.2583732604980469,1.1990070343017578,1.0843276977539062,1.1022090911865234,1.283884048461914,1.0139942169189453,1.004934310913086,1.0027885437011719,1.0137557983398438,0.8025169372558594,0.6415843963623047,0.6487369537353516,0.6449222564697266,0.6432533264160156,0.6513595581054688 +1000,1000,cpu,uniform,True,True,False,0.5972385406494141,0.4119873046875,0.5693435668945312,0.5681514739990234,0.5826950073242188,0.4153251647949219,0.5996227264404297,0.5893707275390625,0.6399154663085938,0.6136894226074219,0.6873607635498047,0.6875991821289062,0.6916522979736328,0.7197856903076172,0.7517337799072266,0.7262229919433594,0.6868839263916016,0.6883144378662109,0.6868839263916016,0.7436275482177734 +1000,1000,cpu,uniform,False,True,False,0.8463859558105469,0.7603168487548828,0.7612705230712891,0.80108642578125,0.7598400115966797,0.8542537689208984,0.7495880126953125,0.7874965667724609,0.7431507110595703,0.7464885711669922,0.7529258728027344,0.7517337799072266,0.7512569427490234,0.7526874542236328,0.7519721984863281,0.7572174072265625,0.7431507110595703,0.7052421569824219,0.7512569427490234,0.7503032684326172 +1000,1000,cpu,uniform,True,False,False,1.069784164428711,1.199960708618164,1.1591911315917969,1.1785030364990234,1.1665821075439453,1.2273788452148438,1.1000633239746094,1.0654926300048828,1.401662826538086,1.100301742553711,0.7691383361816406,0.7681846618652344,0.7326602935791016,0.7009506225585938,0.7009506225585938,0.7793903350830078,0.7958412170410156,0.7681846618652344,0.7681846618652344,0.7658004760742188 +1000,1000,cpu,uniform,False,False,False,1.5075206756591797,1.2807846069335938,1.1360645294189453,1.2726783752441406,1.2102127075195312,1.239776611328125,1.134634017944336,1.1527538299560547,0.9567737579345703,1.2042522430419922,0.774383544921875,0.7665157318115234,0.7662773132324219,0.7615089416503906,0.7004737854003906,0.7596015930175781,0.7655620574951172,0.7314682006835938,0.7615089416503906,0.7669925689697266 +1000,1000,cpu,normal,True,True,False,1.9860267639160156,1.8396377563476562,1.928567886352539,1.9366741180419922,2.850055694580078,1.8117427825927734,2.3336410522460938,1.889944076538086,2.8815269470214844,2.0127296447753906,1.445770263671875,1.3933181762695312,1.4395713806152344,1.3735294342041016,1.3878345489501953,1.4605522155761719,1.4252662658691406,1.3382434844970703,1.461029052734375,1.3985633850097656 +1000,1000,cpu,normal,False,True,False,1.7669200897216797,2.018451690673828,2.087116241455078,1.692056655883789,1.6751289367675781,1.8393993377685547,1.8520355224609375,1.7588138580322266,1.708984375,1.6214847564697266,1.455545425415039,1.447439193725586,1.4483928680419922,1.4464855194091797,1.4500617980957031,1.4684200286865234,1.4655590057373047,1.4874935150146484,1.4677047729492188,1.4472007751464844 +1000,1000,cpu,normal,True,False,False,2.5222301483154297,2.9573440551757812,2.642393112182617,2.6912689208984375,2.8200149536132812,2.604246139526367,2.8069019317626953,2.7289390563964844,2.7670860290527344,2.6273727416992188,1.4371871948242188,1.4445781707763672,1.4383792877197266,1.4688968658447266,1.4176368713378906,1.489877700805664,1.4657974243164062,1.4469623565673828,1.3949871063232422,1.438140869140625 +1000,1000,cpu,normal,False,False,False,2.4220943450927734,1.9218921661376953,3.005504608154297,2.155303955078125,2.5148391723632812,2.379179000854492,3.2753944396972656,1.9907951354980469,1.7771720886230469,1.7535686492919922,1.4584064483642578,1.4624595642089844,1.4426708221435547,1.384735107421875,1.4312267303466797,1.4009475708007812,1.4853477478027344,1.4562606811523438,1.367330551147461,1.4109611511230469 +1000,2500,cpu,homo,True,True,False,0.40531158447265625,0.37860870361328125,0.36644935607910156,0.38433074951171875,0.43892860412597656,0.38623809814453125,0.3669261932373047,0.3883838653564453,0.35953521728515625,0.3693103790283203,1.0156631469726562,1.008749008178711,0.9672641754150391,1.0075569152832031,1.01470947265625,1.0113716125488281,1.0073184967041016,1.0120868682861328,1.0151863098144531,1.0075569152832031 +1000,2500,cpu,homo,False,True,False,0.7383823394775391,0.7345676422119141,0.7367134094238281,0.7317066192626953,0.7607936859130859,0.7112026214599609,0.728607177734375,0.8070468902587891,0.7469654083251953,0.7822513580322266,0.9784698486328125,0.9834766387939453,0.9756088256835938,0.9732246398925781,0.9768009185791016,0.9758472442626953,0.9801387786865234,0.9748935699462891,0.9746551513671875,0.9777545928955078 +1000,2500,cpu,homo,True,False,False,2.2597312927246094,2.0890235900878906,2.101421356201172,2.0096302032470703,1.9595623016357422,1.8029212951660156,1.8019676208496094,1.7731189727783203,2.227783203125,1.7054080963134766,1.0292530059814453,0.9977817535400391,1.02996826171875,1.0349750518798828,1.027822494506836,1.0352134704589844,0.9789466857910156,0.9865760803222656,1.0237693786621094,1.024007797241211 +1000,2500,cpu,homo,False,False,False,3.473043441772461,3.5610198974609375,3.573179244995117,3.3941268920898438,4.074811935424805,2.602815628051758,3.062009811401367,3.36456298828125,2.648591995239258,4.132270812988281,0.9884834289550781,1.0235309600830078,1.0228157043457031,1.0247230529785156,1.0271072387695312,1.0223388671875,0.9646415710449219,0.9369850158691406,0.9837150573730469,1.0197162628173828 +1000,2500,cpu,uniform,True,True,False,0.598907470703125,0.5908012390136719,1.0249614715576172,0.5793571472167969,0.57220458984375,0.5588531494140625,0.5776882171630859,0.5700588226318359,0.6194114685058594,0.5755424499511719,1.7857551574707031,1.7900466918945312,1.8143653869628906,1.7995834350585938,1.8734931945800781,1.810312271118164,1.8572807312011719,1.8198490142822266,1.9006729125976562,6.370067596435547 +1000,2500,cpu,uniform,False,True,False,1.2269020080566406,1.1441707611083984,1.2772083282470703,1.2230873107910156,1.2891292572021484,1.5451908111572266,1.4755725860595703,1.3637542724609375,1.4317035675048828,1.5048980712890625,1.7712116241455078,1.7771720886230469,1.7731189727783203,1.729726791381836,1.7671585083007812,1.7733573913574219,1.8007755279541016,1.6422271728515625,1.7085075378417969,1.739501953125 +1000,2500,cpu,uniform,True,False,False,2.3963451385498047,2.481698989868164,2.413511276245117,2.54058837890625,2.619504928588867,1.5459060668945312,2.664327621459961,2.503633499145508,2.764463424682617,2.6688575744628906,1.7971992492675781,1.8012523651123047,1.8100738525390625,1.8033981323242188,1.8346309661865234,1.8057823181152344,1.8224716186523438,1.796722412109375,1.8258094787597656,1.7969608306884766 +1000,2500,cpu,uniform,False,False,False,2.9633045196533203,3.1638145446777344,2.6242733001708984,2.4161338806152344,2.11334228515625,2.844572067260742,3.214597702026367,2.411365509033203,2.8886795043945312,2.9327869415283203,2.820253372192383,2.8002262115478516,2.5506019592285156,1.8658638000488281,1.8756389617919922,1.8684864044189453,1.8720626831054688,1.8665790557861328,1.857757568359375,1.7333030700683594 +1000,2500,cpu,normal,True,True,False,1.8737316131591797,2.0835399627685547,1.8775463104248047,1.9092559814453125,2.8133392333984375,1.9145011901855469,1.8835067749023438,1.8994808197021484,2.3193359375,2.325296401977539,3.509044647216797,3.5059452056884766,3.448963165283203,3.487825393676758,3.5681724548339844,3.4503936767578125,3.490447998046875,3.4508705139160156,3.5254955291748047,3.586292266845703 +1000,2500,cpu,normal,False,True,False,4.33349609375,4.589319229125977,5.133628845214844,4.691600799560547,4.6215057373046875,4.845380783081055,4.592180252075195,4.624605178833008,4.593849182128906,4.750728607177734,3.4279823303222656,3.520965576171875,3.328084945678711,3.4906864166259766,3.4940242767333984,3.4034252166748047,3.5123825073242188,3.4177303314208984,3.3380985260009766,3.4112930297851562 +1000,2500,cpu,normal,True,False,False,5.276918411254883,5.21540641784668,5.211830139160156,5.577564239501953,6.3323974609375,5.6400299072265625,5.680084228515625,5.657434463500977,5.8231353759765625,5.677223205566406,3.6003589630126953,3.544330596923828,3.5648345947265625,3.6029815673828125,3.4139156341552734,3.4868717193603516,3.5817623138427734,3.5257339477539062,3.5152435302734375,3.5467147827148438 +1000,2500,cpu,normal,False,False,False,3.003358840942383,3.1638145446777344,3.0260086059570312,3.0715465545654297,3.4499168395996094,3.0875205993652344,3.9815902709960938,3.4356117248535156,3.378629684448242,3.4012794494628906,3.583669662475586,3.4804344177246094,3.502368927001953,3.406524658203125,3.549814224243164,3.5047531127929688,3.4928321838378906,3.41033935546875,3.4580230712890625,3.4377574920654297 +1000,5000,cpu,homo,True,True,False,0.6773471832275391,0.6191730499267578,0.6933212280273438,0.4115104675292969,0.5414485931396484,0.5905628204345703,0.5862712860107422,0.5943775177001953,0.5853176116943359,0.5466938018798828,2.0105838775634766,2.0546913146972656,2.0084381103515625,1.9953250885009766,2.011537551879883,1.9931793212890625,2.047300338745117,2.112150192260742,2.1054744720458984,1.964569091796875 +1000,5000,cpu,homo,False,True,False,0.949859619140625,2.010822296142578,1.3518333435058594,1.3337135314941406,1.3720989227294922,2.160310745239258,1.3611316680908203,1.3964176177978516,1.5201568603515625,1.1601448059082031,1.9373893737792969,1.8956661224365234,1.8527507781982422,1.8894672393798828,1.7991065979003906,1.901865005493164,1.7580986022949219,1.8749237060546875,1.8417835235595703,1.9259452819824219 +1000,5000,cpu,homo,True,False,False,3.644227981567383,3.614187240600586,4.094839096069336,3.4685134887695312,3.919839859008789,3.426790237426758,1.9536018371582031,2.673625946044922,3.503561019897461,2.3567676544189453,2.035379409790039,2.0227432250976562,2.020120620727539,2.0401477813720703,2.012491226196289,2.0160675048828125,2.022981643676758,1.9674301147460938,2.0165443420410156,1.9786357879638672 +1000,5000,cpu,homo,False,False,False,4.361391067504883,3.9873123168945312,4.259347915649414,4.035234451293945,4.656791687011719,4.560708999633789,4.6520233154296875,4.430055618286133,4.503488540649414,4.950761795043945,2.0475387573242188,1.9447803497314453,2.0339488983154297,2.049684524536133,2.0542144775390625,2.010345458984375,2.019166946411133,2.0558834075927734,2.0122528076171875,1.9061565399169922 +1000,5000,cpu,uniform,True,True,False,1.066446304321289,0.6442070007324219,0.6482601165771484,0.9176731109619141,0.8111000061035156,0.9288787841796875,1.0457038879394531,0.9133815765380859,1.0423660278320312,0.9350776672363281,3.4973621368408203,3.5479068756103516,3.587961196899414,3.5316944122314453,3.495454788208008,3.4961700439453125,3.584146499633789,3.451824188232422,3.5316944122314453,3.5147666931152344 +1000,5000,cpu,uniform,False,True,False,2.434968948364258,2.1851062774658203,2.4521350860595703,2.413034439086914,2.5391578674316406,2.6586055755615234,4.145383834838867,2.5162696838378906,2.61688232421875,2.694845199584961,4.140138626098633,10.502338409423828,8.475065231323242,6.316900253295898,4.991054534912109,4.335641860961914,3.507375717163086,3.475666046142578,3.397703170776367,3.386259078979492 +1000,5000,cpu,uniform,True,False,False,5.331277847290039,4.497766494750977,4.37164306640625,4.554510116577148,5.592823028564453,4.667997360229492,5.510807037353516,5.531549453735352,5.624294281005859,4.362344741821289,3.4303665161132812,3.479480743408203,3.559112548828125,3.5631656646728516,3.609180450439453,3.632783889770508,3.5157203674316406,3.5521984100341797,3.555774688720703,3.5543441772460938 +1000,5000,cpu,uniform,False,False,False,4.538059234619141,3.9649009704589844,4.600048065185547,3.8106441497802734,3.986835479736328,3.370523452758789,4.103422164916992,3.7784576416015625,4.410743713378906,4.0874481201171875,3.611326217651367,3.6284923553466797,3.383636474609375,3.391742706298828,3.495454788208008,3.600597381591797,3.4914016723632812,3.4792423248291016,3.4630298614501953,3.506898880004883 +1000,5000,cpu,normal,True,True,False,3.3664703369140625,2.650022506713867,3.780364990234375,2.1228790283203125,3.079652786254883,2.5475025177001953,3.0863285064697266,3.3490657806396484,2.8607845306396484,2.5386810302734375,6.852865219116211,6.948947906494141,6.697177886962891,6.904840469360352,6.901264190673828,6.808757781982422,6.754875183105469,6.866693496704102,7.109880447387695,6.837368011474609 +1000,5000,cpu,normal,False,True,False,8.575916290283203,8.609533309936523,9.084224700927734,12.271404266357422,8.495807647705078,8.765459060668945,8.54635238647461,8.37087631225586,9.077310562133789,8.75234603881836,6.7424774169921875,6.83283805847168,6.755590438842773,6.902933120727539,6.688833236694336,6.876945495605469,6.946563720703125,6.832361221313477,6.811618804931641,6.701946258544922 +1000,5000,cpu,normal,True,False,False,9.917259216308594,7.733345031738281,10.691165924072266,10.123968124389648,10.523080825805664,11.367321014404297,8.35728645324707,8.327007293701172,8.936643600463867,10.81991195678711,7.008552551269531,7.010936737060547,7.020235061645508,7.074117660522461,6.993770599365234,7.010698318481445,6.799459457397461,6.999492645263672,6.8950653076171875,6.96563720703125 +1000,5000,cpu,normal,False,False,False,4.709959030151367,4.983663558959961,4.102230072021484,4.294872283935547,4.315614700317383,3.798246383666992,4.257917404174805,4.718780517578125,3.9217472076416016,3.595113754272461,6.768465042114258,6.981372833251953,6.755352020263672,7.011175155639648,6.733179092407227,6.806373596191406,6.904840469360352,6.600141525268555,7.019996643066406,6.948232650756836 +1000,10000,cpu,homo,True,True,False,0.6315708160400391,0.6461143493652344,0.6377696990966797,0.6575584411621094,0.7014274597167969,0.8318424224853516,0.8580684661865234,0.7376670837402344,0.8299350738525391,0.8132457733154297,4.091978073120117,3.9222240447998047,3.936767578125,3.943204879760742,3.9768218994140625,3.9048194885253906,3.8933753967285156,4.021644592285156,3.988981246948242,3.9556026458740234 +1000,10000,cpu,homo,False,True,False,2.7391910552978516,2.8994083404541016,2.8395652770996094,2.8574466705322266,2.871990203857422,3.3986568450927734,2.7227401733398438,2.8879642486572266,3.033161163330078,2.833127975463867,3.742218017578125,3.656148910522461,3.6864280700683594,3.8094520568847656,3.8056373596191406,3.7212371826171875,3.724813461303711,3.7162303924560547,3.823995590209961,3.674030303955078 +1000,10000,cpu,homo,True,False,False,7.628202438354492,7.2498321533203125,7.832050323486328,7.906436920166016,7.810831069946289,8.087158203125,8.299589157104492,8.443117141723633,7.499217987060547,7.358312606811523,14.471292495727539,9.618997573852539,8.731842041015625,6.86192512512207,6.059885025024414,4.034519195556641,4.0569305419921875,3.9696693420410156,4.117012023925781,3.9947032928466797 +1000,10000,cpu,homo,False,False,False,4.527091979980469,4.268646240234375,4.340648651123047,4.135608673095703,4.112005233764648,3.862619400024414,4.055023193359375,4.086017608642578,4.088878631591797,3.9811134338378906,4.045009613037109,4.220724105834961,4.068136215209961,3.8809776306152344,3.9882659912109375,4.149436950683594,4.040002822875977,3.8385391235351562,3.914356231689453,4.025459289550781 +1000,10000,cpu,uniform,True,True,False,0.9684562683105469,0.9448528289794922,0.9405612945556641,0.9636878967285156,0.9541511535644531,0.9655952453613281,0.9593963623046875,0.9760856628417969,0.9474754333496094,0.9486675262451172,6.850719451904297,6.971120834350586,6.9484710693359375,6.729841232299805,6.934165954589844,6.814718246459961,6.856203079223633,6.853818893432617,6.933450698852539,6.834268569946289 +1000,10000,cpu,uniform,False,True,False,4.320383071899414,6.306886672973633,4.637241363525391,4.58073616027832,4.435062408447266,5.005598068237305,3.731250762939453,3.8137435913085938,4.251956939697266,4.8656463623046875,6.730794906616211,6.835460662841797,6.629705429077148,6.782293319702148,6.722211837768555,6.5212249755859375,6.819725036621094,6.626605987548828,6.719112396240234,6.835222244262695 +1000,10000,cpu,uniform,True,False,False,8.198022842407227,7.349491119384766,9.0179443359375,7.821798324584961,9.445905685424805,8.142471313476562,9.825706481933594,9.919404983520508,9.159088134765625,8.788108825683594,6.800174713134766,7.002115249633789,6.866693496704102,6.943464279174805,6.842136383056641,6.840944290161133,6.89244270324707,6.963253021240234,21.21710777282715,11.629819869995117 +1000,10000,cpu,uniform,False,False,False,4.132747650146484,3.998994827270508,3.68499755859375,3.3941268920898438,3.573179244995117,3.2806396484375,3.39508056640625,3.2541751861572266,3.252744674682617,3.266572952270508,7.024288177490234,6.933450698852539,7.088422775268555,6.82377815246582,7.083415985107422,7.031440734863281,6.84666633605957,7.068634033203125,6.964206695556641,6.93821907043457 +1000,10000,cpu,normal,True,True,False,2.9206275939941406,2.907991409301758,3.1042098999023438,2.3436546325683594,2.7306079864501953,2.4623870849609375,2.028226852416992,2.0515918731689453,2.2499561309814453,1.7523765563964844,13.380289077758789,13.836860656738281,13.599872589111328,13.471841812133789,13.507843017578125,13.616085052490234,13.655662536621094,13.602972030639648,13.700723648071289,13.438224792480469 +1000,10000,cpu,normal,False,True,False,13.517141342163086,13.460397720336914,11.117935180664062,15.269994735717773,10.864019393920898,12.879610061645508,15.325546264648438,16.204118728637695,16.14999771118164,16.89457893371582,13.54074478149414,13.603687286376953,13.545513153076172,13.57722282409668,13.711929321289062,13.588428497314453,13.599872589111328,13.678550720214844,13.617992401123047,13.646841049194336 +1000,10000,cpu,normal,True,False,False,20.148038864135742,14.205694198608398,10.982036590576172,9.397268295288086,12.40396499633789,20.006418228149414,17.82083511352539,13.843536376953125,10.126352310180664,19.791364669799805,13.509988784790039,13.57269287109375,13.770103454589844,13.74673843383789,13.91744613647461,13.828754425048828,13.721704483032227,32.293081283569336,15.188932418823242,13.644695281982422 +1000,10000,cpu,normal,False,False,False,4.460334777832031,4.295110702514648,4.052400588989258,3.470182418823242,3.6678314208984375,3.4894943237304688,3.6597251892089844,3.512144088745117,3.606557846069336,3.4754276275634766,13.613224029541016,13.736724853515625,13.62752914428711,13.775348663330078,13.812541961669922,13.760566711425781,13.689041137695312,13.580799102783203,13.68260383605957,13.777971267700195 +1000,25000,cpu,homo,True,True,False,1.4526844024658203,1.5566349029541016,1.3885498046875,1.3918876647949219,1.379251480102539,1.382589340209961,1.3647079467773438,1.3699531555175781,1.1856555938720703,1.28173828125,9.807586669921875,9.622573852539062,9.715080261230469,9.864568710327148,9.798765182495117,9.815454483032227,9.568929672241211,9.65118408203125,9.525537490844727,9.734630584716797 +1000,25000,cpu,homo,False,True,False,6.949424743652344,6.131172180175781,6.373405456542969,7.22193717956543,6.422281265258789,6.760835647583008,7.278203964233398,6.232023239135742,10.535955429077148,6.763935089111328,9.27591323852539,9.148597717285156,9.472131729125977,9.148836135864258,9.375333786010742,9.107112884521484,9.371042251586914,9.254693984985352,9.398698806762695,9.325981140136719 +1000,25000,cpu,homo,True,False,False,15.013456344604492,14.431953430175781,17.049074172973633,10.739803314208984,11.35563850402832,17.80080795288086,15.839338302612305,15.899419784545898,17.723798751831055,15.928268432617188,9.939432144165039,9.89389419555664,9.818553924560547,9.732246398925781,9.940385818481445,9.523391723632812,9.886503219604492,9.778738021850586,9.88006591796875,9.91964340209961 +1000,25000,cpu,homo,False,False,False,10.235786437988281,10.847806930541992,10.036706924438477,10.050296783447266,10.317564010620117,10.126590728759766,10.151863098144531,10.215997695922852,10.205745697021484,10.033607482910156,9.646177291870117,9.877204895019531,9.73367691040039,9.875297546386719,9.853839874267578,9.794235229492188,9.811162948608398,9.547710418701172,9.91511344909668,9.662866592407227 +1000,25000,cpu,uniform,True,True,False,2.561330795288086,2.5947093963623047,2.1321773529052734,2.09808349609375,2.0530223846435547,2.03704833984375,1.973867416381836,1.699686050415039,1.6429424285888672,2.232074737548828,17.256498336791992,17.079830169677734,16.971588134765625,16.969919204711914,16.970157623291016,17.100811004638672,17.00568199157715,17.104148864746094,17.12632179260254,17.031192779541016 +1000,25000,cpu,uniform,False,True,False,11.192560195922852,8.541107177734375,9.201765060424805,11.677742004394531,10.976076126098633,10.817289352416992,9.863138198852539,11.38758659362793,12.706756591796875,11.148691177368164,16.64566993713379,16.663789749145508,16.65520668029785,16.5252685546875,16.607999801635742,16.6170597076416,16.726970672607422,16.770362854003906,16.589641571044922,16.658782958984375 +1000,25000,cpu,uniform,True,False,False,14.24551010131836,16.204833984375,18.665790557861328,19.437551498413086,16.542673110961914,17.117023468017578,15.57469367980957,19.875526428222656,20.04098892211914,15.402555465698242,18.54991912841797,46.09799385070801,19.148826599121094,37.2316837310791,17.591476440429688,17.165660858154297,17.073392868041992,17.014026641845703,17.16899871826172,17.13728904724121 +1000,25000,cpu,uniform,False,False,False,8.208036422729492,8.053064346313477,8.003473281860352,8.158206939697266,8.249044418334961,8.300065994262695,8.270978927612305,8.314371109008789,8.107423782348633,7.98487663269043,17.330408096313477,17.253875732421875,17.166852951049805,17.302274703979492,17.140865325927734,17.119884490966797,17.201662063598633,17.207622528076172,17.296314239501953,17.232894897460938 +1000,25000,cpu,normal,True,True,False,3.8754940032958984,3.5529136657714844,4.049777984619141,2.8188228607177734,2.6481151580810547,2.8505325317382812,3.517627716064453,2.514362335205078,3.1290054321289062,2.2640228271484375,34.125328063964844,33.814191818237305,33.94460678100586,33.838510513305664,33.86640548706055,33.67781639099121,33.61821174621582,34.48367118835449,34.09528732299805,34.26480293273926 +1000,25000,cpu,normal,False,True,False,24.263620376586914,30.926227569580078,32.10806846618652,30.467748641967773,18.686771392822266,30.998945236206055,29.66475486755371,32.88531303405762,27.12726593017578,30.93695640563965,33.74457359313965,33.652544021606445,33.32805633544922,33.52642059326172,33.54454040527344,34.03425216674805,33.88547897338867,34.04593467712402,33.68949890136719,33.841609954833984 +1000,25000,cpu,normal,True,False,False,34.17634963989258,31.35538101196289,18.95618438720703,15.858650207519531,16.063451766967773,17.22121238708496,20.517587661743164,26.314496994018555,33.89263153076172,22.637367248535156,34.174442291259766,34.285545349121094,34.134864807128906,34.41810607910156,34.09075736999512,34.34157371520996,33.98537635803223,34.23166275024414,33.97798538208008,34.09695625305176 +1000,25000,cpu,normal,False,False,False,8.76760482788086,8.804559707641602,8.763790130615234,8.798360824584961,9.093761444091797,8.846521377563477,8.986949920654297,8.90207290649414,9.016990661621094,9.222030639648438,34.015655517578125,34.093379974365234,34.06572341918945,34.37161445617676,34.33084487915039,34.31344032287598,33.88166427612305,34.16728973388672,34.348249435424805,34.04378890991211 +1000,37500,cpu,homo,True,True,False,2.1173954010009766,2.2416114807128906,2.341747283935547,1.76239013671875,2.061128616333008,2.0804405212402344,2.0525455474853516,2.1445751190185547,1.7540454864501953,1.5914440155029297,14.626741409301758,14.361858367919922,14.502525329589844,14.493227005004883,14.467716217041016,14.516353607177734,14.409065246582031,43.94865036010742,25.48837661743164,15.040397644042969 +1000,37500,cpu,homo,False,True,False,7.073402404785156,9.868383407592773,9.644031524658203,10.158300399780273,8.031845092773438,6.319522857666016,8.277654647827148,6.855964660644531,7.665395736694336,9.884834289550781,13.938665390014648,13.926029205322266,14.031410217285156,13.888359069824219,13.835668563842773,13.95416259765625,14.177560806274414,13.820886611938477,13.977766036987305,13.797521591186523 +1000,37500,cpu,homo,True,False,False,20.997285842895508,14.0380859375,12.345552444458008,21.126985549926758,13.979673385620117,10.923624038696289,11.866331100463867,21.642684936523438,14.667749404907227,15.587806701660156,14.354705810546875,14.214515686035156,14.175176620483398,14.255285263061523,14.335870742797852,14.265298843383789,14.419317245483398,14.384269714355469,14.239072799682617,14.946699142456055 +1000,37500,cpu,homo,False,False,False,14.964580535888672,15.840291976928711,15.007734298706055,15.414714813232422,15.398502349853516,15.697956085205078,15.236377716064453,16.019344329833984,15.459775924682617,16.063690185546875,14.598608016967773,14.737129211425781,14.764070510864258,14.728307723999023,14.775276184082031,14.671087265014648,14.76430892944336,14.836311340332031,14.998912811279297,14.898538589477539 +1000,37500,cpu,uniform,True,True,False,3.0341148376464844,3.449678421020508,2.7840137481689453,2.6221275329589844,2.3543834686279297,2.478361129760742,2.322673797607422,2.3069381713867188,1.9974708557128906,1.9118785858154297,25.460243225097656,25.55990219116211,25.586366653442383,25.54798126220703,25.416135787963867,25.429487228393555,25.615692138671875,25.71392059326172,25.670289993286133,25.83003044128418 +1000,37500,cpu,uniform,False,True,False,16.165733337402344,14.759302139282227,11.449813842773438,16.011953353881836,14.64700698852539,15.897512435913086,10.204076766967773,7.85064697265625,7.655620574951172,15.326976776123047,24.419069290161133,24.64914321899414,24.696826934814453,24.922847747802734,24.655580520629883,25.144577026367188,24.75118637084961,24.837970733642578,24.7189998626709,24.90234375 +1000,37500,cpu,uniform,True,False,False,25.285720825195312,16.899824142456055,22.125720977783203,14.90473747253418,14.50967788696289,12.402772903442383,19.116878509521484,23.988008499145508,21.875858306884766,14.710664749145508,25.466203689575195,25.455713272094727,25.392770767211914,25.655031204223633,25.807619094848633,25.506258010864258,25.574207305908203,25.46381950378418,25.312423706054688,26.77178382873535 +1000,37500,cpu,uniform,False,False,False,12.239217758178711,11.85750961303711,11.996269226074219,11.912107467651367,12.250661849975586,11.808633804321289,12.425422668457031,11.640787124633789,12.357950210571289,11.964797973632812,25.713682174682617,25.711774826049805,25.85768699645996,25.961637496948242,25.751829147338867,25.686264038085938,25.73680877685547,25.758981704711914,25.745868682861328,25.758981704711914 +1000,37500,cpu,normal,True,True,False,5.025148391723633,5.595207214355469,5.291223526000977,3.773212432861328,3.735065460205078,4.209280014038086,3.3648014068603516,3.2405853271484375,3.263711929321289,3.675699234008789,50.971269607543945,51.01275444030762,51.062583923339844,50.933837890625,50.71449279785156,50.55952072143555,50.40383338928223,50.50516128540039,50.54664611816406,50.62103271484375 +1000,37500,cpu,normal,False,True,False,43.618202209472656,31.157493591308594,35.516977310180664,22.64118194580078,37.48679161071777,37.79172897338867,25.471925735473633,35.71057319641113,25.536298751831055,18.77737045288086,50.63772201538086,50.61769485473633,50.41337013244629,50.12035369873047,50.56476593017578,50.240516662597656,50.12941360473633,50.48966407775879,50.513267517089844,50.394296646118164 +1000,37500,cpu,normal,True,False,False,24.92213249206543,29.464006423950195,46.22936248779297,41.265010833740234,44.01826858520508,31.993627548217773,43.84875297546387,44.393301010131836,28.951644897460938,25.191068649291992,51.24640464782715,51.90920829772949,70.34969329833984,56.97512626647949,55.83524703979492,52.451372146606445,52.483558654785156,62.32452392578125,69.77224349975586,67.50011444091797 +1000,37500,cpu,normal,False,False,False,12.86935806274414,12.59303092956543,13.880252838134766,12.438774108886719,13.294458389282227,13.016700744628906,13.610601425170898,12.70747184753418,12.828588485717773,12.702226638793945,50.73738098144531,50.804853439331055,50.757408142089844,50.428152084350586,50.956010818481445,50.2779483795166,50.5831241607666,50.82511901855469,51.059722900390625,50.84943771362305 +1000,50000,cpu,homo,True,True,False,2.9556751251220703,2.473592758178711,2.473592758178711,2.9141902923583984,2.557039260864258,2.0210742950439453,2.5582313537597656,2.359628677368164,1.710653305053711,1.7664432525634766,19.390583038330078,19.43659782409668,19.35291290283203,19.478559494018555,19.202470779418945,19.21224594116211,19.52338218688965,19.47617530822754,19.39558982849121,19.443035125732422 +1000,50000,cpu,homo,False,True,False,13.527870178222656,13.16690444946289,13.150215148925781,11.79647445678711,13.35763931274414,12.564659118652344,12.219667434692383,11.091232299804688,11.307716369628906,13.633489608764648,19.052505493164062,18.97430419921875,18.517494201660156,18.655061721801758,18.776655197143555,18.698453903198242,18.616676330566406,18.71967315673828,18.294811248779297,18.613815307617188 +1000,50000,cpu,homo,True,False,False,22.585153579711914,16.762971878051758,14.450788497924805,13.356685638427734,12.982368469238281,19.362926483154297,18.9821720123291,22.666215896606445,15.401363372802734,13.13328742980957,19.272565841674805,19.32358741760254,19.361495971679688,19.270896911621094,19.53601837158203,19.39225196838379,19.321680068969727,19.348621368408203,19.17099952697754,19.06561851501465 +1000,50000,cpu,homo,False,False,False,21.591663360595703,20.99895477294922,21.642208099365234,21.20232582092285,23.311853408813477,21.150827407836914,20.944833755493164,20.824909210205078,21.36993408203125,20.98250389099121,19.838333129882812,19.95563507080078,19.886493682861328,19.59061622619629,19.759654998779297,19.70505714416504,19.6530818939209,20.1718807220459,20.2176570892334,19.965410232543945 +1000,50000,cpu,uniform,True,True,False,3.2067298889160156,3.3283233642578125,2.862691879272461,2.4156570434570312,2.3272037506103516,2.312183380126953,3.388643264770508,2.320528030395508,2.071380615234375,2.753734588623047,34.384965896606445,34.535884857177734,34.59525108337402,34.673213958740234,34.64221954345703,34.35778617858887,34.392356872558594,34.44361686706543,34.354209899902344,34.09004211425781 +1000,50000,cpu,uniform,False,True,False,18.732547760009766,19.904613494873047,22.45473861694336,19.61493492126465,19.41204071044922,16.96300506591797,12.77923583984375,19.412994384765625,15.756845474243164,19.275903701782227,33.312082290649414,33.3249568939209,33.251285552978516,33.797264099121094,33.49494934082031,33.242225646972656,33.556222915649414,33.14471244812012,33.37740898132324,33.22744369506836 +1000,50000,cpu,uniform,True,False,False,18.07260513305664,16.131162643432617,28.171777725219727,19.471168518066406,15.859365463256836,26.428699493408203,29.664278030395508,32.636165618896484,28.1829833984375,25.882720947265625,34.37232971191406,34.41143035888672,34.48152542114258,34.48605537414551,34.50822830200195,34.59501266479492,34.65580940246582,35.86912155151367,34.45029258728027,73.40884208679199 +1000,50000,cpu,uniform,False,False,False,16.124486923217773,16.095876693725586,16.055822372436523,15.889406204223633,16.13783836364746,16.43967628479004,16.13783836364746,15.256643295288086,16.2811279296875,16.400814056396484,34.51085090637207,34.84654426574707,34.8353385925293,34.97314453125,35.06612777709961,35.12096405029297,35.24470329284668,35.216569900512695,34.94405746459961,35.13193130493164 +1000,50000,cpu,normal,True,True,False,5.517244338989258,5.178928375244141,4.728555679321289,6.650209426879883,5.406618118286133,5.0220489501953125,4.679203033447266,4.103183746337891,3.876209259033203,4.145383834838867,70.39189338684082,67.28720664978027,89.31803703308105,67.87776947021484,67.89374351501465,67.98696517944336,68.17841529846191,67.55256652832031,68.00198554992676,67.43192672729492 +1000,50000,cpu,normal,False,True,False,54.47721481323242,51.43141746520996,42.11878776550293,38.666486740112305,47.72520065307617,39.48044776916504,55.370330810546875,41.108131408691406,32.26304054260254,39.17837142944336,67.36302375793457,67.11196899414062,67.22712516784668,67.14034080505371,66.96343421936035,67.66343116760254,67.90995597839355,67.9178237915039,67.43931770324707,67.64340400695801 +1000,50000,cpu,normal,True,False,False,34.15083885192871,31.912803649902344,32.01603889465332,33.275604248046875,37.11843490600586,60.92691421508789,40.98677635192871,51.264047622680664,39.97230529785156,34.23285484313965,67.54398345947266,67.88325309753418,67.98863410949707,68.4669017791748,68.80044937133789,68.33434104919434,68.58634948730469,68.82810592651367,68.7570571899414,68.16577911376953 +1000,50000,cpu,normal,False,False,False,17.475128173828125,17.931461334228516,17.20261573791504,17.30203628540039,16.364574432373047,18.14723014831543,16.607046127319336,18.10908317565918,17.789363861083984,17.532825469970703,67.46292114257812,66.58124923706055,66.91336631774902,66.81513786315918,67.3680305480957,67.92807579040527,67.1086311340332,67.1529769897461,68.24898719787598,68.22037696838379 +2500,1000,cpu,homo,True,True,False,0.7052421569824219,0.7331371307373047,0.7498264312744141,0.7195472717285156,0.6933212280273438,0.7445812225341797,0.7376670837402344,0.6937980651855469,0.7195472717285156,0.698089599609375,0.9603500366210938,0.9129047393798828,0.9126663208007812,0.9737014770507812,0.9720325469970703,0.9710788726806641,0.9720325469970703,0.9925365447998047,0.9753704071044922,0.9741783142089844 +2500,1000,cpu,homo,False,True,False,0.3819465637207031,0.3788471221923828,0.385284423828125,0.38933753967285156,0.40411949157714844,0.39839744567871094,0.43654441833496094,0.3867149353027344,0.3771781921386719,0.37360191345214844,1.0097026824951172,1.0111331939697266,1.01470947265625,1.0075569152832031,0.988006591796875,0.9834766387939453,1.0120868682861328,1.0097026824951172,1.0094642639160156,0.9865760803222656 +2500,1000,cpu,homo,True,False,False,3.3686161041259766,3.050565719604492,2.7861595153808594,3.8628578186035156,4.129171371459961,2.835512161254883,3.0651092529296875,3.332376480102539,4.871845245361328,4.747867584228516,1.016378402709961,0.9367465972900391,1.0426044464111328,0.9837150573730469,0.9653568267822266,1.01470947265625,1.070261001586914,0.9863376617431641,1.024007797241211,1.0440349578857422 +2500,1000,cpu,homo,False,False,False,2.1576881408691406,2.0170211791992188,2.012491226196289,2.699136734008789,2.589702606201172,2.190113067626953,2.191305160522461,2.2869110107421875,2.187013626098633,2.181529998779297,1.0297298431396484,1.032114028930664,1.0356903076171875,1.0213851928710938,1.0254383087158203,1.0204315185546875,1.0187625885009766,1.0197162628173828,1.0404586791992188,1.0085105895996094 +2500,1000,cpu,uniform,True,True,False,1.1563301086425781,1.2195110321044922,1.1565685272216797,1.2345314025878906,1.1680126190185547,1.9683837890625,1.2366771697998047,1.1720657348632812,1.1937618255615234,1.4843940734863281,1.772165298461914,1.7802715301513672,1.7693042755126953,1.7397403717041016,1.7707347869873047,1.7180442810058594,1.7781257629394531,1.6586780548095703,1.6522407531738281,1.772165298461914 +2500,1000,cpu,uniform,False,True,False,0.5774497985839844,0.6108283996582031,0.5643367767333984,0.591278076171875,0.5593299865722656,0.5810260772705078,0.5624294281005859,0.5922317504882812,0.6582736968994141,0.5872249603271484,3.867626190185547,2.84576416015625,2.8269290924072266,2.8548240661621094,2.119779586791992,2.019643783569336,2.289295196533203,1.9371509552001953,1.9326210021972656,1.8231868743896484 +2500,1000,cpu,uniform,True,False,False,2.6090145111083984,2.6900768280029297,3.2694339752197266,2.831697463989258,2.6493072509765625,2.877950668334961,2.754688262939453,3.199338912963867,2.8069019317626953,2.971649169921875,1.8138885498046875,1.7802715301513672,1.705169677734375,1.767873764038086,1.8086433410644531,1.829385757446289,1.7249584197998047,1.8718242645263672,1.9104480743408203,1.8534660339355469 +2500,1000,cpu,uniform,False,False,False,0.9162425994873047,1.0623931884765625,2.1829605102539062,1.3823509216308594,2.234220504760742,1.168966293334961,2.5093555450439453,2.6140213012695312,2.4573802947998047,2.064943313598633,2.2804737091064453,1.9817352294921875,1.9545555114746094,1.9998550415039062,1.9638538360595703,1.8925666809082031,1.8236637115478516,1.8343925476074219,1.8546581268310547,1.8286705017089844 +2500,1000,cpu,normal,True,True,False,4.766941070556641,7.012605667114258,4.679441452026367,4.722356796264648,4.716157913208008,4.603147506713867,4.46009635925293,4.395723342895508,4.497051239013672,4.730463027954102,3.5343170166015625,3.3020973205566406,3.4859180450439453,3.5152435302734375,3.4041404724121094,3.4689903259277344,3.3864974975585938,3.4532546997070312,3.511190414428711,3.4606456756591797 +2500,1000,cpu,normal,False,True,False,1.9555091857910156,1.9207000732421875,1.9080638885498047,1.8534660339355469,2.0067691802978516,2.05230712890625,1.7962455749511719,2.6140213012695312,1.8987655639648438,1.8508434295654297,3.497600555419922,3.593921661376953,12.164115905761719,9.558677673339844,7.212400436401367,5.063295364379883,4.827022552490234,3.7784576416015625,3.531932830810547,3.4449100494384766 +2500,1000,cpu,normal,True,False,False,3.223419189453125,3.3469200134277344,3.3805370330810547,3.354787826538086,3.6284923553466797,3.278970718383789,3.8347244262695312,3.551959991455078,3.4313201904296875,3.4623146057128906,4.0264129638671875,3.8383007049560547,3.450155258178711,3.5696029663085938,3.4456253051757812,3.4759044647216797,3.31878662109375,3.4017562866210938,3.560781478881836,3.448009490966797 +2500,1000,cpu,normal,False,False,False,5.463600158691406,5.6285858154296875,5.166292190551758,5.659341812133789,7.03740119934082,5.645751953125,5.737066268920898,5.379438400268555,5.504369735717773,5.976438522338867,3.5707950592041016,3.5877227783203125,3.605365753173828,3.4825801849365234,3.5424232482910156,3.4914016723632812,3.404855728149414,3.5407543182373047,3.5676956176757812,3.5429000854492188 +2500,2500,cpu,homo,True,True,False,0.8599758148193359,0.9207725524902344,0.8599758148193359,1.1684894561767578,0.8337497711181641,1.3611316680908203,1.3782978057861328,1.3687610626220703,0.9226799011230469,1.3625621795654297,3.6640167236328125,2.680063247680664,2.6280879974365234,2.6710033416748047,2.6445388793945312,2.528667449951172,8.163213729858398,8.626937866210938,5.84864616394043,5.120515823364258 +2500,2500,cpu,homo,False,True,False,0.8511543273925781,0.8153915405273438,1.2984275817871094,0.7886886596679688,0.7851123809814453,0.7648468017578125,0.7913112640380859,1.2309551239013672,0.8146762847900391,0.7798671722412109,2.454042434692383,2.3927688598632812,2.538919448852539,2.476215362548828,2.4437904357910156,2.8319358825683594,2.452373504638672,2.428770065307617,2.469778060913086,2.388477325439453 +2500,2500,cpu,homo,True,False,False,5.382537841796875,4.971027374267578,5.35273551940918,5.086421966552734,4.914045333862305,5.80906867980957,4.990339279174805,5.466222763061523,5.216360092163086,5.531072616577148,2.6116371154785156,2.516031265258789,2.573728561401367,2.5262832641601562,2.5641918182373047,2.5641918182373047,2.5620460510253906,2.4704933166503906,2.5038719177246094,2.5436878204345703 +2500,2500,cpu,homo,False,False,False,5.631446838378906,4.545450210571289,5.566835403442383,4.862070083618164,5.106210708618164,5.094766616821289,4.257917404174805,4.783153533935547,4.257440567016602,3.779888153076172,2.458333969116211,2.5560855865478516,2.517223358154297,2.5107860565185547,2.529144287109375,2.5701522827148438,2.460956573486328,2.488374710083008,2.4614334106445312,2.5124549865722656 +2500,2500,cpu,uniform,True,True,False,1.2583732604980469,1.500844955444336,1.2531280517578125,1.279592514038086,1.9381046295166016,1.802682876586914,2.074718475341797,1.447439193725586,1.8188953399658203,1.6155242919921875,4.325389862060547,4.44793701171875,4.419565200805664,4.273176193237305,4.365682601928711,4.293918609619141,4.299163818359375,4.356145858764648,4.403114318847656,4.210710525512695 +2500,2500,cpu,uniform,False,True,False,1.4107227325439453,1.2314319610595703,1.4195442199707031,1.308441162109375,1.3191699981689453,1.2505054473876953,1.2290477752685547,1.3222694396972656,1.7855167388916016,1.2722015380859375,4.358053207397461,4.266023635864258,4.318952560424805,4.341602325439453,4.355907440185547,4.348993301391602,4.352807998657227,4.213094711303711,4.358768463134766,4.140377044677734 +2500,2500,cpu,uniform,True,False,False,4.700660705566406,5.108833312988281,5.0334930419921875,5.265474319458008,5.177021026611328,5.310773849487305,4.898548126220703,4.352807998657227,4.837751388549805,5.455255508422852,4.23431396484375,4.441261291503906,4.517555236816406,4.451274871826172,4.362344741821289,4.471302032470703,4.408121109008789,4.307270050048828,4.324674606323242,4.469871520996094 +2500,2500,cpu,uniform,False,False,False,4.44793701171875,4.717588424682617,4.433870315551758,4.173517227172852,4.142999649047852,4.688262939453125,3.6351680755615234,3.442525863647461,4.093647003173828,5.042791366577148,4.285573959350586,4.371881484985352,4.514455795288086,4.366159439086914,4.2972564697265625,4.45246696472168,4.525899887084961,4.372835159301758,4.345417022705078,4.422426223754883 +2500,2500,cpu,normal,True,True,False,4.559040069580078,4.518747329711914,4.128217697143555,4.563570022583008,4.772424697875977,4.726171493530273,4.244565963745117,5.0754547119140625,5.362510681152344,6.306171417236328,8.540868759155273,8.630752563476562,8.411407470703125,8.561134338378906,8.485555648803711,8.719205856323242,8.543252944946289,8.658170700073242,8.411407470703125,8.623361587524414 +2500,2500,cpu,normal,False,True,False,7.059335708618164,6.351709365844727,6.609678268432617,4.585742950439453,4.608392715454102,4.601955413818359,4.557132720947266,5.397796630859375,4.117488861083984,4.485607147216797,8.543968200683594,8.448123931884766,8.522510528564453,8.444786071777344,8.445262908935547,8.44573974609375,8.625030517578125,8.520841598510742,8.666753768920898,8.506059646606445 +2500,2500,cpu,normal,True,False,False,7.594108581542969,9.257793426513672,7.054328918457031,7.431268692016602,8.046627044677734,7.520914077758789,7.373571395874023,7.446050643920898,7.935762405395508,8.008241653442383,8.634328842163086,8.754730224609375,8.618593215942383,8.764028549194336,8.715629577636719,8.762121200561523,8.585929870605469,8.65793228149414,8.54945182800293,8.764266967773438 +2500,2500,cpu,normal,False,False,False,6.531238555908203,7.745265960693359,6.893157958984375,6.699323654174805,6.575345993041992,6.768703460693359,6.728649139404297,6.973743438720703,6.698846817016602,7.152080535888672,8.878946304321289,24.03092384338379,12.438535690307617,9.241342544555664,8.779764175415039,8.594274520874023,8.656740188598633,8.382320404052734,8.716344833374023,8.500337600708008 +2500,5000,cpu,homo,True,True,False,1.438140869140625,1.2614727020263672,1.3682842254638672,1.4123916625976562,1.3804435729980469,1.2137889862060547,1.3248920440673828,1.1119842529296875,0.8382797241210938,1.3232231140136719,4.877805709838867,4.769802093505859,4.90117073059082,4.781007766723633,4.863977432250977,4.73785400390625,4.784584045410156,4.920482635498047,4.689216613769531,4.889726638793945 +2500,5000,cpu,homo,False,True,False,1.392364501953125,1.390218734741211,1.3663768768310547,1.5833377838134766,1.455068588256836,1.4941692352294922,1.4348030090332031,1.4014244079589844,1.415252685546875,1.4259815216064453,4.852533340454102,4.753351211547852,4.85682487487793,4.695653915405273,4.880428314208984,4.64630126953125,4.671335220336914,4.908561706542969,4.767179489135742,4.624128341674805 +2500,5000,cpu,homo,True,False,False,7.736921310424805,5.904912948608398,6.800651550292969,8.040189743041992,7.935285568237305,5.942821502685547,6.331443786621094,6.542205810546875,5.888700485229492,5.311250686645508,4.97889518737793,4.859447479248047,4.939079284667969,4.80341911315918,4.951715469360352,4.851102828979492,4.7817230224609375,4.967212677001953,4.936933517456055,4.879474639892578 +2500,5000,cpu,homo,False,False,False,8.994102478027344,7.141590118408203,6.382942199707031,5.817174911499023,6.574869155883789,7.622003555297852,6.41632080078125,6.241321563720703,6.367921829223633,6.976127624511719,4.951238632202148,4.9839019775390625,5.065441131591797,4.829645156860352,4.975080490112305,5.035400390625,4.871129989624023,4.873037338256836,4.988431930541992,4.990577697753906 +2500,5000,cpu,uniform,True,True,False,2.0656585693359375,2.0704269409179688,2.1021366119384766,2.1049976348876953,2.156496047973633,1.4166831970214844,2.135038375854492,1.8575191497802734,1.519918441772461,2.154111862182617,8.621931076049805,8.273124694824219,8.679866790771484,8.24427604675293,8.594274520874023,8.392333984375,8.597135543823242,8.483409881591797,8.74948501586914,8.33582878112793 +2500,5000,cpu,uniform,False,True,False,3.5064220428466797,3.9229393005371094,2.5289058685302734,2.507448196411133,3.622770309448242,2.3729801177978516,2.4101734161376953,2.3679733276367188,2.6693344116210938,2.4292469024658203,8.342981338500977,8.318424224853516,8.457183837890625,8.320808410644531,8.441925048828125,8.429288864135742,8.28242301940918,8.45193862915039,8.472204208374023,8.354425430297852 +2500,5000,cpu,uniform,True,False,False,7.337093353271484,5.682706832885742,6.056070327758789,6.879568099975586,6.878137588500977,6.343603134155273,7.416963577270508,5.757808685302734,6.549596786499023,6.23321533203125,8.703231811523438,8.557796478271484,8.748531341552734,8.736848831176758,8.762598037719727,8.399009704589844,8.731603622436523,8.454322814941406,8.810043334960938,8.534669876098633 +2500,5000,cpu,uniform,False,False,False,5.873441696166992,5.854606628417969,6.363868713378906,6.021976470947266,5.873441696166992,5.8135986328125,5.859613418579102,6.368398666381836,6.186723709106445,5.723476409912109,8.716583251953125,8.47482681274414,8.785724639892578,8.326053619384766,8.737325668334961,8.47768783569336,8.730173110961914,8.419036865234375,8.622407913208008,8.447647094726562 +2500,5000,cpu,normal,True,True,False,5.338907241821289,7.004261016845703,6.505489349365234,6.689310073852539,4.555940628051758,6.580114364624023,5.357027053833008,7.003307342529297,7.049322128295898,5.396604537963867,16.90959930419922,17.03166961669922,17.123937606811523,16.953468322753906,17.130374908447266,17.07911491394043,16.938447952270508,16.974449157714844,16.994714736938477,16.977787017822266 +2500,5000,cpu,normal,False,True,False,9.875774383544922,9.165048599243164,9.239912033081055,9.282112121582031,7.939815521240234,8.997917175292969,8.883953094482422,9.43756103515625,8.906364440917969,8.930444717407227,16.8612003326416,16.97254180908203,16.628742218017578,16.638994216918945,16.704797744750977,16.88528060913086,16.636133193969727,16.85810089111328,16.84737205505371,16.833782196044922 +2500,5000,cpu,normal,True,False,False,10.502338409423828,11.135578155517578,13.126373291015625,12.085437774658203,10.531187057495117,10.806798934936523,12.346267700195312,13.322114944458008,12.520313262939453,11.063814163208008,17.17376708984375,17.264604568481445,17.161130905151367,17.1658992767334,17.102718353271484,17.20118522644043,17.285823822021484,17.14015007019043,17.10677146911621,17.114877700805664 +2500,5000,cpu,normal,False,False,False,8.946418762207031,7.358074188232422,7.599830627441406,7.670164108276367,8.977890014648438,8.169174194335938,9.344100952148438,9.31859016418457,7.461309432983398,9.998798370361328,17.14611053466797,17.07768440246582,17.045974731445312,16.914844512939453,16.96181297302246,17.09580421447754,17.03357696533203,16.771554946899414,16.836881637573242,17.098665237426758 +2500,10000,cpu,homo,True,True,False,1.3074874877929688,1.3036727905273438,1.2531280517578125,1.1668205261230469,1.5218257904052734,1.7573833465576172,1.3701915740966797,1.1639595031738281,1.1429786682128906,1.3158321380615234,9.322643280029297,9.561300277709961,9.277820587158203,9.47260856628418,9.417295455932617,9.609222412109375,9.461402893066406,9.496688842773438,9.774923324584961,9.453296661376953 +2500,10000,cpu,homo,False,True,False,4.254341125488281,3.517627716064453,3.080129623413086,2.885103225708008,3.5932064056396484,3.0045509338378906,3.131389617919922,5.214214324951172,2.853870391845703,2.982616424560547,9.243249893188477,9.488821029663086,9.154319763183594,9.389162063598633,9.172439575195312,9.333610534667969,9.229660034179688,9.314775466918945,9.388923645019531,9.346246719360352 +2500,10000,cpu,homo,True,False,False,8.577346801757812,9.297370910644531,7.905006408691406,11.140823364257812,7.962226867675781,8.473396301269531,8.333921432495117,8.844852447509766,9.521245956420898,9.07588005065918,9.761571884155273,9.555816650390625,9.709835052490234,9.655475616455078,9.874343872070312,9.619474411010742,9.52458381652832,9.64665412902832,9.777307510375977,9.747982025146484 +2500,10000,cpu,homo,False,False,False,6.577491760253906,6.775617599487305,6.8378448486328125,6.775856018066406,6.792545318603516,6.875753402709961,6.949186325073242,6.732702255249023,7.091999053955078,7.000446319580078,9.60230827331543,9.690284729003906,9.655952453613281,10.28132438659668,9.564638137817383,9.73653793334961,9.560823440551758,9.575366973876953,9.62519645690918,9.528875350952148 +2500,10000,cpu,uniform,True,True,False,1.8420219421386719,1.8360614776611328,1.8346309661865234,1.834869384765625,1.8391609191894531,1.8761157989501953,1.9481182098388672,1.8572807312011719,1.4986991882324219,1.508951187133789,16.937971115112305,17.04883575439453,16.872882843017578,16.857385635375977,16.846418380737305,16.88241958618164,16.689062118530273,16.879796981811523,16.83950424194336,16.730785369873047 +2500,10000,cpu,uniform,False,True,False,7.699728012084961,4.631996154785156,4.800558090209961,4.889726638793945,4.824161529541016,7.57598876953125,4.748344421386719,4.651069641113281,4.773378372192383,5.404472351074219,16.95108413696289,16.98923110961914,16.777515411376953,16.528844833374023,16.655683517456055,16.61372184753418,16.732215881347656,16.685962677001953,16.592025756835938,16.675949096679688 +2500,10000,cpu,uniform,True,False,False,9.67860221862793,8.541584014892578,9.926795959472656,6.943702697753906,8.90493392944336,7.796287536621094,13.010025024414062,10.03122329711914,11.012792587280273,11.543989181518555,17.220497131347656,17.199039459228516,17.12203025817871,17.14015007019043,17.165422439575195,16.977548599243164,17.08221435546875,17.079591751098633,17.168283462524414,17.093896865844727 +2500,10000,cpu,uniform,False,False,False,5.784749984741211,5.512714385986328,5.486965179443359,5.526542663574219,5.65791130065918,5.561590194702148,5.637645721435547,5.600452423095703,5.63812255859375,5.730152130126953,17.069101333618164,17.186403274536133,17.108917236328125,17.10224151611328,17.361879348754883,17.317533493041992,17.429590225219727,17.087459564208984,17.046451568603516,17.025232315063477 +2500,10000,cpu,normal,True,True,False,4.42957878112793,3.3807754516601562,3.730297088623047,3.868579864501953,2.8998851776123047,3.284931182861328,2.655029296875,2.2232532501220703,2.163410186767578,2.5682449340820312,34.61956977844238,33.77366065979004,34.39068794250488,33.38289260864258,33.522844314575195,33.66851806640625,33.70523452758789,54.44765090942383,33.86330604553223,33.31565856933594 +2500,10000,cpu,normal,False,True,False,14.63937759399414,15.802860260009766,13.356685638427734,15.396595001220703,17.55046844482422,15.395879745483398,16.129016876220703,14.49728012084961,14.150619506835938,16.326189041137695,33.46514701843262,33.80465507507324,33.84661674499512,33.95390510559082,34.02113914489746,33.859968185424805,33.70189666748047,33.8895320892334,33.80537033081055,34.00444984436035 +2500,10000,cpu,normal,True,False,False,15.86294174194336,18.034934997558594,18.22829246520996,17.301559448242188,16.525745391845703,13.021469116210938,17.159223556518555,16.099929809570312,18.19610595703125,17.193317413330078,34.06810760498047,34.10911560058594,34.230709075927734,34.39521789550781,34.24954414367676,34.61956977844238,34.27314758300781,34.48081016540527,34.21783447265625,34.308433532714844 +2500,10000,cpu,normal,False,False,False,8.066892623901367,7.906675338745117,7.405519485473633,8.220672607421875,7.938146591186523,7.895946502685547,7.989645004272461,7.374763488769531,8.131265640258789,8.271455764770508,33.92195701599121,34.28339958190918,33.9353084564209,33.59508514404297,33.872365951538086,33.70404243469238,33.443450927734375,33.530473709106445,33.89787673950195,33.35857391357422 +2500,25000,cpu,homo,True,True,False,3.1023025512695312,2.872943878173828,2.734661102294922,2.4421215057373047,3.173351287841797,2.2242069244384766,2.0694732666015625,2.2547245025634766,2.1865367889404297,2.1626949310302734,23.71954917907715,23.74267578125,23.60701560974121,23.805856704711914,23.363828659057617,23.828506469726562,23.373126983642578,23.56696128845215,23.49567413330078,23.38409423828125 +2500,25000,cpu,homo,False,True,False,6.220579147338867,7.893562316894531,7.1086883544921875,8.382320404052734,6.746530532836914,8.8348388671875,7.309913635253906,6.7462921142578125,6.839513778686523,6.415605545043945,23.333072662353516,23.342370986938477,23.353099822998047,23.076772689819336,23.308277130126953,23.194313049316406,23.237943649291992,23.16451072692871,22.96733856201172,23.38123321533203 +2500,25000,cpu,homo,True,False,False,16.686439514160156,18.291473388671875,14.334678649902344,15.338659286499023,16.75724983215332,15.592336654663086,16.527652740478516,18.05734634399414,16.09325408935547,18.37754249572754,24.13654327392578,24.048328399658203,23.96869659423828,24.307727813720703,23.94843101501465,24.181127548217773,24.306297302246094,24.061918258666992,24.01423454284668,24.094820022583008 +2500,25000,cpu,homo,False,False,False,17.261028289794922,16.80898666381836,16.85500144958496,16.43967628479004,17.061710357666016,16.826152801513672,17.483949661254883,17.046689987182617,16.921281814575195,18.55635643005371,24.540424346923828,24.814367294311523,24.305105209350586,24.631500244140625,24.504423141479492,24.608135223388672,24.489402770996094,24.704933166503906,24.715662002563477,25.281906127929688 +2500,25000,cpu,uniform,True,True,False,3.5974979400634766,3.0651092529296875,3.5026073455810547,4.615545272827148,4.480123519897461,3.065824508666992,3.0214786529541016,3.0176639556884766,2.420663833618164,2.353668212890625,42.238712310791016,64.19730186462402,52.503347396850586,56.824684143066406,59.478044509887695,42.65642166137695,45.71700096130371,42.63901710510254,42.80662536621094,57.45673179626465 +2500,25000,cpu,uniform,False,True,False,11.327028274536133,10.454893112182617,11.316537857055664,9.789466857910156,12.570858001708984,11.295318603515625,11.58595085144043,11.264324188232422,16.317367553710938,11.665582656860352,41.5806770324707,41.71872138977051,41.91112518310547,41.684865951538086,41.692495346069336,41.52965545654297,41.56994819641113,42.299509048461914,41.99409484863281,41.87917709350586 +2500,25000,cpu,uniform,True,False,False,18.83721351623535,13.243675231933594,10.753154754638672,18.60833168029785,12.38393783569336,18.70870590209961,15.326976776123047,10.818004608154297,13.319969177246094,18.011808395385742,42.0985221862793,42.235612869262695,42.371511459350586,42.418479919433594,42.542219161987305,42.49310493469238,42.47784614562988,43.137311935424805,43.19000244140625,43.10488700866699 +2500,25000,cpu,uniform,False,False,False,13.973236083984375,14.112710952758789,14.322042465209961,14.14632797241211,14.244556427001953,14.440059661865234,14.251947402954102,14.519691467285156,14.322519302368164,15.371084213256836,42.3128604888916,42.731523513793945,42.696237564086914,42.21534729003906,42.558908462524414,42.20104217529297,42.79613494873047,42.38748550415039,42.85693168640137,42.97900199890137 +2500,25000,cpu,normal,True,True,False,6.780385971069336,6.070375442504883,5.235910415649414,5.537271499633789,4.99272346496582,5.032062530517578,5.2280426025390625,5.244016647338867,5.082607269287109,4.768610000610352,84.54132080078125,84.66792106628418,84.23328399658203,84.66339111328125,85.12306213378906,84.95831489562988,84.45334434509277,84.2430591583252,83.88280868530273,83.60862731933594 +2500,25000,cpu,normal,False,True,False,26.883363723754883,29.40964698791504,38.68389129638672,33.02145004272461,31.466007232666016,28.8546085357666,35.12096405029297,29.502153396606445,32.377004623413086,25.57086944580078,84.00130271911621,83.7395191192627,83.94002914428711,84.12408828735352,85.12330055236816,85.02054214477539,84.20586585998535,83.88876914978027,84.49673652648926,83.60815048217773 +2500,25000,cpu,normal,True,False,False,30.16495704650879,35.054683685302734,24.05095100402832,36.04698181152344,32.547950744628906,21.805524826049805,21.558284759521484,21.372556686401367,22.283554077148438,22.475004196166992,85.25466918945312,84.85174179077148,85.24680137634277,84.84601974487305,85.12210845947266,85.70337295532227,85.74628829956055,85.65378189086914,84.73396301269531,83.94551277160645 +2500,25000,cpu,normal,False,False,False,16.08419418334961,16.036510467529297,15.862226486206055,16.381263732910156,16.674041748046875,16.235828399658203,16.127824783325195,16.07823371887207,16.88528060913086,16.713857650756836,84.98024940490723,84.54537391662598,85.09349822998047,84.69867706298828,84.42544937133789,84.69057083129883,85.14404296875,84.58852767944336,84.84649658203125,85.13808250427246 +2500,37500,cpu,homo,True,True,False,3.8979053497314453,3.4770965576171875,2.623319625854492,2.5658607482910156,2.640962600708008,3.3898353576660156,2.144336700439453,3.0972957611083984,2.452850341796875,2.020597457885742,35.260915756225586,35.28857231140137,35.29953956604004,35.17651557922363,35.08567810058594,35.14671325683594,36.36288642883301,36.45515441894531,36.542415618896484,35.13789176940918 +2500,37500,cpu,homo,False,True,False,14.488935470581055,12.366056442260742,10.067939758300781,10.870933532714844,10.80012321472168,17.145633697509766,10.146141052246094,14.28985595703125,10.724067687988281,10.012388229370117,35.10570526123047,34.923553466796875,35.02488136291504,35.22062301635742,35.25280952453613,35.30621528625488,35.22634506225586,35.39776802062988,35.157203674316406,35.253286361694336 +2500,37500,cpu,homo,True,False,False,18.187761306762695,14.01376724243164,15.665054321289062,14.728784561157227,21.730899810791016,23.981332778930664,19.676923751831055,17.4558162689209,24.305105209350586,23.402929306030273,36.31997108459473,36.3764762878418,36.06820106506348,36.17405891418457,36.458492279052734,36.21697425842285,36.16452217102051,36.164283752441406,35.89153289794922,35.794734954833984 +2500,37500,cpu,homo,False,False,False,25.313138961791992,24.465084075927734,25.15387535095215,25.001049041748047,25.20895004272461,24.274587631225586,25.06113052368164,25.04277229309082,25.165081024169922,25.318622589111328,36.5293025970459,36.57197952270508,36.251068115234375,36.379337310791016,36.22913360595703,36.391496658325195,36.37290000915527,36.31114959716797,36.27753257751465,36.53311729431152 +2500,37500,cpu,uniform,True,True,False,3.7522315979003906,3.572225570678711,3.525257110595703,3.588438034057617,3.186464309692383,3.817319869995117,3.4732818603515625,3.5486221313476562,2.8939247131347656,2.4623870849609375,63.05670738220215,62.422990798950195,62.77918815612793,63.00044059753418,63.13347816467285,62.35766410827637,63.74645233154297,62.75773048400879,62.99400329589844,62.58797645568848 +2500,37500,cpu,uniform,False,True,False,15.900135040283203,18.454790115356445,16.9370174407959,15.329360961914062,15.067100524902344,16.51597023010254,15.325307846069336,16.8764591217041,16.14546775817871,16.088247299194336,62.27898597717285,62.5758171081543,61.8593692779541,62.151193618774414,62.0877742767334,61.68222427368164,61.83886528015137,61.9959831237793,62.12019920349121,61.85579299926758 +2500,37500,cpu,uniform,True,False,False,12.734651565551758,22.788524627685547,21.0268497467041,21.40951156616211,15.638113021850586,24.69801902770996,15.305757522583008,20.2028751373291,24.695873260498047,22.228717803955078,63.4768009185791,63.604116439819336,63.213348388671875,63.468217849731445,63.352108001708984,63.40909004211426,99.94173049926758,64.05305862426758,64.00346755981445,63.905954360961914 +2500,37500,cpu,uniform,False,False,False,20.44677734375,20.696640014648438,20.75028419494629,21.2554931640625,20.720720291137695,20.389556884765625,20.6758975982666,21.120548248291016,20.779848098754883,20.327329635620117,63.5685920715332,63.918352127075195,64.49198722839355,64.29600715637207,64.13602828979492,63.7669563293457,63.72427940368652,63.40384483337402,63.294410705566406,63.371896743774414 +2500,37500,cpu,normal,True,True,False,7.091283798217773,7.125139236450195,7.259368896484375,7.025003433227539,8.218526840209961,7.454633712768555,8.855104446411133,7.150411605834961,7.903337478637695,7.421016693115234,125.5347728729248,126.03974342346191,125.82874298095703,125.68807601928711,127.5322437286377,126.6336441040039,126.66988372802734,125.63109397888184,127.16794013977051,126.72615051269531 +2500,37500,cpu,normal,False,True,False,36.63802146911621,37.034034729003906,35.30383110046387,25.980710983276367,28.867244720458984,35.806894302368164,39.363861083984375,37.64510154724121,42.37246513366699,30.464887619018555,126.94525718688965,125.77462196350098,126.00874900817871,125.28824806213379,125.17428398132324,125.85043907165527,125.5795955657959,126.36017799377441,127.0599365234375,126.23286247253418 +2500,37500,cpu,normal,True,False,False,37.22357749938965,54.75163459777832,55.46069145202637,45.27592658996582,38.79141807556152,41.72015190124512,42.72723197937012,38.10930252075195,40.12918472290039,38.600921630859375,126.49965286254883,126.64222717285156,149.4297981262207,127.71439552307129,126.60336494445801,126.90377235412598,126.91068649291992,127.74205207824707,127.15506553649902,127.98714637756348 +2500,37500,cpu,normal,False,False,False,23.47850799560547,24.049997329711914,24.043798446655273,24.64890480041504,24.2917537689209,24.54853057861328,24.458646774291992,25.116682052612305,24.328947067260742,23.981809616088867,126.87039375305176,125.8704662322998,125.77080726623535,126.27935409545898,126.13415718078613,126.04618072509766,126.62363052368164,127.35629081726074,126.60408020019531,125.24533271789551 +2500,50000,cpu,homo,True,True,False,4.090547561645508,3.393888473510742,3.3881664276123047,3.960847854614258,3.051280975341797,2.7740001678466797,3.3295154571533203,2.735614776611328,2.6335716247558594,3.241300582885742,46.950578689575195,47.165870666503906,47.28412628173828,47.02115058898926,46.800851821899414,47.05977439880371,46.42796516418457,46.09870910644531,46.709299087524414,46.365976333618164 +2500,50000,cpu,homo,False,True,False,13.544082641601562,14.101743698120117,16.021728515625,18.595457077026367,12.511014938354492,15.176773071289062,12.714862823486328,13.978242874145508,13.323307037353516,13.225317001342773,46.21005058288574,46.04363441467285,46.19169235229492,46.288251876831055,46.36812210083008,46.69666290283203,46.16737365722656,46.2496280670166,46.43535614013672,46.094417572021484 +2500,50000,cpu,homo,True,False,False,26.58820152282715,23.761987686157227,25.582313537597656,25.239944458007812,22.964000701904297,27.44150161743164,25.145292282104492,30.605316162109375,31.377553939819336,20.14946937561035,48.113346099853516,48.48980903625488,47.86396026611328,48.14934730529785,48.21491241455078,84.21730995178223,47.81818389892578,47.922372817993164,48.00581932067871,47.342538833618164 +2500,50000,cpu,homo,False,False,False,33.50949287414551,33.410072326660156,33.44082832336426,33.496856689453125,33.02192687988281,33.193111419677734,33.86282920837402,32.909393310546875,33.21552276611328,33.26749801635742,48.48217964172363,48.534393310546875,48.70724678039551,48.294782638549805,48.57158660888672,48.71177673339844,49.17716979980469,48.781394958496094,48.65241050720215,48.28977584838867 +2500,50000,cpu,uniform,True,True,False,7.618427276611328,4.616737365722656,4.988908767700195,4.340887069702148,3.350496292114258,3.5622119903564453,3.3376216888427734,3.2782554626464844,3.22723388671875,2.9926300048828125,83.36615562438965,82.66711235046387,83.05025100708008,85.80613136291504,83.8315486907959,83.9695930480957,84.19632911682129,83.79149436950684,102.53715515136719,103.4243106842041 +2500,50000,cpu,uniform,False,True,False,20.13397216796875,16.31903648376465,15.619039535522461,16.199588775634766,21.088838577270508,21.108150482177734,20.411252975463867,21.29387855529785,19.599437713623047,17.007112503051758,83.27126502990723,82.59844779968262,83.21809768676758,84.26237106323242,84.06186103820801,84.03229713439941,84.40828323364258,83.94670486450195,83.68229866027832,83.24837684631348 +2500,50000,cpu,uniform,True,False,False,35.04157066345215,30.152320861816406,28.03349494934082,24.050474166870117,25.46095848083496,26.072263717651367,25.83146095275879,28.306245803833008,25.29454231262207,23.343801498413086,88.47832679748535,85.48903465270996,84.51318740844727,84.76877212524414,85.79373359680176,84.93757247924805,86.20619773864746,85.13593673706055,84.9447250366211,84.90395545959473 +2500,50000,cpu,uniform,False,False,False,27.184009552001953,27.61530876159668,27.801513671875,27.401208877563477,28.322219848632812,27.22001075744629,27.21571922302246,27.24146842956543,27.515411376953125,27.576208114624023,84.06472206115723,84.26141738891602,84.71083641052246,84.89036560058594,84.86318588256836,84.27190780639648,84.26570892333984,84.21158790588379,84.25331115722656,84.2580795288086 +2500,50000,cpu,normal,True,True,False,10.829687118530273,9.332895278930664,10.174751281738281,9.771347045898438,9.852886199951172,9.946584701538086,10.432720184326172,9.982824325561523,9.98997688293457,10.677099227905273,169.24333572387695,169.2507266998291,168.68305206298828,168.48158836364746,167.81997680664062,169.0976619720459,169.62146759033203,168.59960556030273,167.87314414978027,211.0304832458496 +2500,50000,cpu,normal,False,True,False,52.127838134765625,43.95174980163574,27.46129035949707,47.292470932006836,52.34384536743164,46.088457107543945,45.501708984375,44.5709228515625,46.48780822753906,60.033321380615234,167.52934455871582,167.3564910888672,166.9635772705078,167.1469211578369,169.04187202453613,168.87760162353516,167.50192642211914,168.0307388305664,169.16823387145996,168.1530475616455 +2500,50000,cpu,normal,True,False,False,39.85786437988281,50.75407028198242,67.02828407287598,67.82126426696777,52.21223831176758,44.36302185058594,48.04348945617676,52.32715606689453,51.51724815368652,52.40345001220703,169.37637329101562,170.78471183776855,170.3629493713379,169.58904266357422,168.2722568511963,169.83842849731445,169.22450065612793,171.15163803100586,170.24469375610352,170.02010345458984 +2500,50000,cpu,normal,False,False,False,32.25064277648926,31.81004524230957,31.5704345703125,31.68463706970215,32.28402137756348,32.06181526184082,31.25739097595215,31.990766525268555,32.060861587524414,31.788349151611328,168.95365715026855,170.1364517211914,169.0692901611328,168.38693618774414,169.49772834777832,169.86680030822754,169.5864200592041,169.1296100616455,168.20168495178223,168.5619354248047 +5000,1000,cpu,homo,True,True,False,1.3196468353271484,1.2781620025634766,2.4712085723876953,1.2700557708740234,1.0645389556884766,1.3546943664550781,1.4445781707763672,1.4948844909667969,1.7290115356445312,1.4445781707763672,1.8155574798583984,1.8458366394042969,1.934051513671875,1.8303394317626953,1.882314682006836,1.9042491912841797,1.9254684448242188,1.8208026885986328,1.8932819366455078,1.7976760864257812 +5000,1000,cpu,homo,False,True,False,0.400543212890625,0.5278587341308594,0.5950927734375,0.5440711975097656,0.408172607421875,0.42724609375,0.38933753967285156,0.5068778991699219,0.5831718444824219,0.5786418914794922,2.016305923461914,2.008199691772461,2.0127296447753906,2.0236968994140625,2.027273178100586,2.0160675048828125,2.082347869873047,2.0072460174560547,1.9915103912353516,2.020120620727539 +5000,1000,cpu,homo,True,False,False,4.898309707641602,3.921985626220703,4.458189010620117,3.9594173431396484,5.339145660400391,5.025148391723633,5.1631927490234375,4.740715026855469,4.200935363769531,5.005836486816406,1.9326210021972656,2.0003318786621094,1.936197280883789,1.9142627716064453,1.978158950805664,1.9750595092773438,2.038717269897461,2.040386199951172,1.992940902709961,2.0456314086914062 +5000,1000,cpu,homo,False,False,False,3.7963390350341797,3.762960433959961,2.4437904357910156,4.237890243530273,3.8604736328125,3.2072067260742188,4.136562347412109,3.9000511169433594,3.8907527923583984,5.083322525024414,2.0563602447509766,2.115488052368164,2.0067691802978516,2.0928382873535156,2.0487308502197266,2.0427703857421875,2.020597457885742,2.035856246948242,2.0334720611572266,2.0532608032226562 +5000,1000,cpu,uniform,True,True,False,2.3338794708251953,2.3279190063476562,2.437114715576172,2.2802352905273438,2.3910999298095703,2.430438995361328,2.3436546325683594,2.4957656860351562,2.552509307861328,2.5031566619873047,3.459930419921875,3.467082977294922,3.4492015838623047,3.3712387084960938,3.257274627685547,3.381490707397461,3.4673213958740234,3.3583641052246094,3.3910274505615234,3.3266544342041016 +5000,1000,cpu,uniform,False,True,False,0.9593963623046875,0.9655952453613281,0.9443759918212891,0.8769035339355469,0.9458065032958984,0.8175373077392578,0.9427070617675781,0.6964206695556641,1.0807514190673828,0.9613037109375,3.6039352416992188,3.5257339477539062,3.5796165466308594,3.415346145629883,3.465890884399414,3.437519073486328,3.478527069091797,3.565549850463867,3.5240650177001953,3.465414047241211 +5000,1000,cpu,uniform,True,False,False,4.534006118774414,4.8046112060546875,4.497766494750977,4.4651031494140625,3.6482810974121094,4.387378692626953,3.530740737915039,4.038572311401367,4.259824752807617,4.215717315673828,3.618001937866211,3.6916732788085938,3.4775733947753906,3.4704208374023438,3.508329391479492,3.576517105102539,3.6156177520751953,3.441333770751953,3.538846969604492,3.4613609313964844 +5000,1000,cpu,uniform,False,False,False,3.2737255096435547,4.129171371459961,4.299163818359375,4.60052490234375,4.660129547119141,4.40669059753418,4.299402236938477,3.9529800415039062,4.55164909362793,4.316091537475586,3.597736358642578,3.5359859466552734,3.608226776123047,3.5927295684814453,3.572225570678711,3.5774707794189453,3.577709197998047,3.5610198974609375,3.5626888275146484,3.587484359741211 +5000,1000,cpu,normal,True,True,False,9.043216705322266,8.820295333862305,8.709907531738281,8.968114852905273,9.282588958740234,9.269475936889648,8.507013320922852,8.630037307739258,8.383750915527344,8.569717407226562,6.695985794067383,6.821632385253906,6.771564483642578,6.737709045410156,6.847620010375977,6.583213806152344,6.926059722900391,6.852865219116211,6.762027740478516,6.771326065063477 +5000,1000,cpu,normal,False,True,False,2.9230117797851562,2.914905548095703,2.7196407318115234,2.9153823852539062,2.9296875,2.173900604248047,2.7980804443359375,2.6772022247314453,3.1621456146240234,3.0670166015625,7.04503059387207,6.889104843139648,7.085084915161133,6.927490234375,6.838560104370117,7.044792175292969,6.887197494506836,7.036924362182617,7.003307342529297,6.8912506103515625 +5000,1000,cpu,normal,True,False,False,4.684209823608398,4.155397415161133,4.625797271728516,4.940986633300781,4.913806915283203,4.51970100402832,4.616498947143555,4.748821258544922,4.602909088134766,4.848957061767578,7.032871246337891,6.850481033325195,7.060050964355469,6.911516189575195,7.090091705322266,6.82520866394043,6.815433502197266,6.99305534362793,6.871700286865234,6.911516189575195 +5000,1000,cpu,normal,False,False,False,10.554075241088867,10.727405548095703,10.66732406616211,10.239839553833008,7.786035537719727,10.852336883544922,11.429071426391602,11.831283569335938,10.22028923034668,8.322954177856445,7.00688362121582,6.904125213623047,7.120370864868164,6.823062896728516,6.954193115234375,6.892919540405273,6.891727447509766,7.007837295532227,6.748437881469727,7.099151611328125 +5000,2500,cpu,homo,True,True,False,2.500772476196289,2.4902820587158203,2.4750232696533203,1.4374256134033203,2.2842884063720703,1.4345645904541016,1.4395713806152344,1.728057861328125,1.5347003936767578,1.56402587890625,4.808187484741211,4.843473434448242,4.795551300048828,4.896640777587891,4.687309265136719,4.758358001708984,4.900217056274414,4.670858383178711,4.677534103393555,4.848718643188477 +5000,2500,cpu,homo,False,True,False,1.1734962463378906,1.2881755828857422,1.4386177062988281,1.3000965118408203,1.287221908569336,0.8151531219482422,1.4009475708007812,1.3430118560791016,1.4476776123046875,1.321554183959961,4.709720611572266,4.894495010375977,4.836320877075195,4.8732757568359375,4.873752593994141,4.778385162353516,4.937648773193359,4.778146743774414,4.848241806030273,5.08880615234375 +5000,2500,cpu,homo,True,False,False,6.935834884643555,7.121086120605469,6.22248649597168,6.208896636962891,6.091833114624023,5.5999755859375,7.126331329345703,6.52003288269043,5.373716354370117,6.005525588989258,5.04755973815918,5.021095275878906,4.820585250854492,4.904747009277344,5.0220489501953125,4.860162734985352,4.805088043212891,5.000114440917969,4.967689514160156,4.858732223510742 +5000,2500,cpu,homo,False,False,False,7.8411102294921875,7.54547119140625,8.114814758300781,8.01706314086914,7.26628303527832,8.825540542602539,8.281707763671875,7.2479248046875,7.310390472412109,7.75146484375,4.8809051513671875,4.782915115356445,5.096435546875,4.899263381958008,4.93168830871582,4.914999008178711,4.976511001586914,4.924535751342773,4.906415939331055,4.976034164428711 +5000,2500,cpu,uniform,True,True,False,3.734111785888672,2.4919509887695312,2.3584365844726562,2.3851394653320312,2.4209022521972656,3.1800270080566406,2.6993751525878906,2.5787353515625,2.681255340576172,4.00090217590332,8.368730545043945,8.480310440063477,8.366584777832031,8.60285758972168,8.559942245483398,8.5601806640625,8.504152297973633,8.55708122253418,8.524656295776367,8.524894714355469 +5000,2500,cpu,uniform,False,True,False,2.313375473022461,1.2431144714355469,1.8265247344970703,2.1195411682128906,1.3573169708251953,1.5909671783447266,2.3484230041503906,1.2922286987304688,1.3849735260009766,1.6121864318847656,8.589506149291992,8.451461791992188,8.657455444335938,8.435964584350586,8.50987434387207,8.505105972290039,8.463621139526367,8.461236953735352,8.536100387573242,8.493185043334961 +5000,2500,cpu,uniform,True,False,False,4.986286163330078,6.078958511352539,6.007909774780273,4.705667495727539,5.4111480712890625,5.602598190307617,5.058050155639648,5.697011947631836,4.965305328369141,5.547285079956055,8.734941482543945,8.676528930664062,8.611679077148438,8.657693862915039,8.779764175415039,8.75091552734375,8.614778518676758,8.780956268310547,8.763790130615234,8.724689483642578 +5000,2500,cpu,uniform,False,False,False,6.112575531005859,8.220434188842773,6.638050079345703,7.944822311401367,7.300376892089844,7.39598274230957,6.407022476196289,7.739782333374023,7.925271987915039,7.056236267089844,8.790016174316406,8.740425109863281,8.599996566772461,8.682012557983398,8.5296630859375,8.81814956665039,9.99307632446289,8.759498596191406,8.377552032470703,8.712530136108398 +5000,2500,cpu,normal,True,True,False,9.808063507080078,12.026786804199219,10.588645935058594,8.466482162475586,8.350372314453125,8.902549743652344,8.710384368896484,8.347034454345703,9.487152099609375,8.428335189819336,16.880035400390625,16.671180725097656,16.65043830871582,16.82305335998535,16.735553741455078,16.74342155456543,16.855239868164062,16.82877540588379,16.74056053161621,16.8607234954834 +5000,2500,cpu,normal,False,True,False,5.577802658081055,5.332231521606445,4.802942276000977,4.966259002685547,4.685878753662109,6.140232086181641,4.595041275024414,5.899906158447266,5.142688751220703,7.055044174194336,16.791820526123047,16.85166358947754,16.904354095458984,16.971588134765625,16.817092895507812,16.940832138061523,16.956090927124023,16.96324348449707,16.8459415435791,16.843795776367188 +5000,2500,cpu,normal,True,False,False,8.91423225402832,8.899211883544922,8.64863395690918,9.60087776184082,9.166717529296875,9.866952896118164,8.966207504272461,8.89277458190918,8.89277458190918,10.64753532409668,17.127513885498047,17.20738410949707,17.093658447265625,17.134666442871094,17.25292205810547,17.235279083251953,17.084836959838867,17.049551010131836,17.1968936920166,17.12965965270996 +5000,2500,cpu,normal,False,False,False,12.012958526611328,11.682271957397461,11.817693710327148,10.59865951538086,10.956048965454102,10.842561721801758,15.164852142333984,14.224529266357422,13.03863525390625,12.699365615844727,16.988515853881836,16.88981056213379,16.873836517333984,16.745567321777344,16.904592514038086,17.003297805786133,16.917943954467773,16.91269874572754,16.956090927124023,16.99995994567871 +5000,5000,cpu,homo,True,True,False,2.5725364685058594,2.5587081909179688,1.9464492797851562,2.185344696044922,2.5675296783447266,1.9083023071289062,1.8298625946044922,2.7451515197753906,2.5818347930908203,2.1953582763671875,9.443044662475586,9.515762329101562,9.543657302856445,9.326934814453125,9.55820083618164,9.465932846069336,9.66191291809082,9.427070617675781,9.57942008972168,9.449481964111328 +5000,5000,cpu,homo,False,True,False,2.4678707122802734,2.5010108947753906,2.179384231567383,2.484560012817383,2.4929046630859375,2.0685195922851562,2.0482540130615234,2.534151077270508,1.7480850219726562,2.46429443359375,9.2926025390625,9.404897689819336,9.350061416625977,9.33837890625,9.481668472290039,9.220600128173828,9.488821029663086,9.135007858276367,9.595155715942383,10.098695755004883 +5000,5000,cpu,homo,True,False,False,7.027149200439453,7.335186004638672,9.092569351196289,9.282588958740234,7.352590560913086,7.602691650390625,8.023977279663086,7.187843322753906,6.411075592041016,6.7501068115234375,9.906291961669922,9.627819061279297,9.881019592285156,9.767532348632812,9.615182876586914,9.92131233215332,9.498357772827148,9.832143783569336,9.557008743286133,9.905099868774414 +5000,5000,cpu,homo,False,False,False,8.98432731628418,8.584976196289062,9.235143661499023,10.089397430419922,7.630109786987305,8.727788925170898,7.874488830566406,7.825136184692383,9.032487869262695,8.870124816894531,9.726524353027344,9.60850715637207,9.807825088500977,9.549617767333984,9.780406951904297,9.577274322509766,9.712934494018555,9.702682495117188,9.83285903930664,9.720563888549805 +5000,5000,cpu,uniform,True,True,False,3.525257110595703,3.226041793823242,4.146575927734375,4.142045974731445,2.950906753540039,2.86102294921875,4.006862640380859,4.156827926635742,3.308534622192383,4.178762435913086,16.84284210205078,16.91150665283203,16.82257652282715,16.80278778076172,16.912221908569336,17.000198364257812,16.747236251831055,16.691207885742188,16.760826110839844,16.71147346496582 +5000,5000,cpu,uniform,False,True,False,2.513408660888672,3.5305023193359375,3.566741943359375,2.9630661010742188,4.159688949584961,3.838777542114258,4.200458526611328,3.4520626068115234,4.163503646850586,4.196405410766602,16.81065559387207,16.852140426635742,16.897201538085938,16.988515853881836,16.921043395996094,16.802072525024414,16.949892044067383,16.88528060913086,16.798019409179688,16.76797866821289 +5000,5000,cpu,uniform,True,False,False,8.239984512329102,7.214069366455078,8.33892822265625,7.418155670166016,8.74781608581543,8.392810821533203,7.65681266784668,7.763385772705078,6.561517715454102,6.755352020263672,16.976118087768555,17.064332962036133,17.124176025390625,17.07744598388672,17.074108123779297,17.011165618896484,17.09914207458496,16.926050186157227,17.03190803527832,17.141342163085938 +5000,5000,cpu,uniform,False,False,False,6.648540496826172,6.7539215087890625,5.920171737670898,6.965398788452148,5.979061126708984,7.625818252563477,5.939245223999023,6.415843963623047,7.815122604370117,6.6967010498046875,17.427921295166016,17.160654067993164,16.978979110717773,17.005443572998047,17.037153244018555,17.131805419921875,17.168283462524414,17.1053409576416,17.19832420349121,17.063140869140625 +5000,5000,cpu,normal,True,True,False,7.563591003417969,9.919166564941406,9.870529174804688,10.449409484863281,10.90383529663086,11.57999038696289,10.230541229248047,9.199857711791992,10.962247848510742,8.350849151611328,33.40482711791992,33.6461067199707,33.641815185546875,33.74648094177246,33.846378326416016,33.504486083984375,33.62917900085449,33.60104560852051,33.76054763793945,33.70165824890137 +5000,5000,cpu,normal,False,True,False,9.83572006225586,9.088993072509766,8.90207290649414,9.184837341308594,8.917808532714844,8.572816848754883,10.58506965637207,9.606361389160156,7.311105728149414,9.442806243896484,33.76483917236328,33.2181453704834,33.168792724609375,33.79392623901367,33.51259231567383,33.45799446105957,33.461570739746094,33.322811126708984,33.25486183166504,33.254384994506836 +5000,5000,cpu,normal,True,False,False,13.144493103027344,11.840343475341797,12.068510055541992,16.396045684814453,14.161109924316406,14.590263366699219,11.090517044067383,12.673377990722656,9.704113006591797,8.312702178955078,34.189701080322266,34.152984619140625,34.0723991394043,34.0726375579834,34.40141677856445,34.35969352722168,34.331321716308594,33.93983840942383,33.82563591003418,33.79702568054199 +5000,5000,cpu,normal,False,False,False,16.048192977905273,11.728525161743164,15.365839004516602,12.40682601928711,13.048648834228516,12.540578842163086,13.036727905273438,13.044118881225586,17.704486846923828,12.634754180908203,34.25264358520508,34.052133560180664,34.01327133178711,34.1951847076416,34.19089317321777,34.32750701904297,34.12747383117676,34.380197525024414,34.319400787353516,34.05952453613281 +5000,10000,cpu,homo,True,True,False,2.2144317626953125,2.1753311157226562,2.0322799682617188,2.567768096923828,2.084493637084961,1.6319751739501953,1.6150474548339844,1.9543170928955078,1.7113685607910156,1.6505718231201172,18.620729446411133,18.466711044311523,18.599510192871094,18.561840057373047,18.602848052978516,18.53156089782715,18.903493881225586,18.715620040893555,19.089460372924805,18.717527389526367 +5000,10000,cpu,homo,False,True,False,5.008220672607422,3.6344528198242188,4.650115966796875,3.731250762939453,5.134105682373047,3.330230712890625,3.640413284301758,4.603147506713867,5.268335342407227,5.27501106262207,18.779993057250977,18.761157989501953,18.759727478027344,18.617868423461914,18.73469352722168,18.72420310974121,18.686532974243164,18.744230270385742,18.865108489990234,18.748044967651367 +5000,10000,cpu,homo,True,False,False,9.46950912475586,11.258363723754883,10.536670684814453,9.572982788085938,11.058330535888672,10.766983032226562,9.229660034179688,8.813858032226562,11.314868927001953,9.14454460144043,19.350528717041016,19.304752349853516,19.63639259338379,19.510746002197266,19.234895706176758,19.300460815429688,19.29640769958496,19.269466400146484,19.284725189208984,19.205808639526367 +5000,10000,cpu,homo,False,False,False,8.980512619018555,9.12332534790039,9.344100952148438,9.651899337768555,9.444952011108398,9.52601432800293,9.261131286621094,9.294271469116211,9.72890853881836,9.309530258178711,19.42276954650879,19.612550735473633,19.342422485351562,19.48833465576172,19.587039947509766,19.488811492919922,19.428253173828125,19.39082145690918,19.59395408630371,19.51313018798828 +5000,10000,cpu,uniform,True,True,False,2.7976036071777344,2.573251724243164,2.896547317504883,2.869129180908203,3.639698028564453,2.087831497192383,2.6667118072509766,2.123594284057617,2.5141239166259766,2.679109573364258,33.46824645996094,33.54191780090332,33.61105918884277,33.24484825134277,33.226728439331055,33.254384994506836,33.60629081726074,33.303022384643555,33.19740295410156,33.34784507751465 +5000,10000,cpu,uniform,False,True,False,7.432460784912109,6.7348480224609375,6.64520263671875,6.054878234863281,7.820606231689453,8.150339126586914,6.445884704589844,7.388830184936523,6.065845489501953,5.91731071472168,33.423662185668945,33.39958190917969,52.178144454956055,33.1418514251709,32.98473358154297,32.968997955322266,32.846689224243164,33.19954872131348,32.89151191711426,32.999515533447266 +5000,10000,cpu,uniform,True,False,False,9.060382843017578,14.15252685546875,12.939453125,10.720491409301758,11.389493942260742,10.286569595336914,8.629798889160156,9.200572967529297,8.648872375488281,10.269641876220703,33.6003303527832,33.727169036865234,34.54089164733887,34.06500816345215,33.97846221923828,33.908843994140625,33.98466110229492,34.288644790649414,55.3131103515625,33.79988670349121 +5000,10000,cpu,uniform,False,False,False,8.190631866455078,8.137702941894531,8.104085922241211,7.972240447998047,8.15725326538086,8.078336715698242,8.241891860961914,8.18490982055664,8.117198944091797,8.250713348388672,34.27529335021973,33.80107879638672,33.899784088134766,33.86831283569336,33.756256103515625,33.71381759643555,33.96797180175781,33.608198165893555,33.63633155822754,34.14154052734375 +5000,10000,cpu,normal,True,True,False,4.981756210327148,5.049228668212891,4.852294921875,4.3048858642578125,3.8611888885498047,4.375457763671875,3.860950469970703,5.610227584838867,3.8619041442871094,4.301548004150391,66.87760353088379,67.04235076904297,67.21735000610352,67.07024574279785,67.21115112304688,66.83611869812012,66.5888786315918,67.40593910217285,85.97111701965332,67.28577613830566 +5000,10000,cpu,normal,False,True,False,17.25935935974121,13.034820556640625,14.302253723144531,19.18482780456543,16.126155853271484,21.509408950805664,16.1588191986084,14.315366744995117,17.084598541259766,16.546010971069336,68.15505027770996,67.84653663635254,67.68393516540527,67.31986999511719,67.352294921875,67.19112396240234,67.46125221252441,66.88642501831055,66.98751449584961,66.93506240844727 +5000,10000,cpu,normal,True,False,False,17.16160774230957,18.133163452148438,25.202035903930664,19.729137420654297,17.46344566345215,17.337799072265625,17.38119125366211,16.414403915405273,14.137506484985352,18.425464630126953,67.50249862670898,67.91234016418457,88.7150764465332,67.43621826171875,67.31534004211426,67.14940071105957,67.34299659729004,86.52472496032715,68.89462471008301,68.88508796691895 +5000,10000,cpu,normal,False,False,False,10.083436965942383,9.85860824584961,10.065078735351562,10.188817977905273,10.255575180053711,10.245561599731445,10.26296615600586,10.394811630249023,10.229825973510742,10.324716567993164,67.46125221252441,67.72708892822266,67.66462326049805,67.7492618560791,68.73011589050293,68.24994087219238,68.27807426452637,67.90781021118164,67.43454933166504,67.30127334594727 +5000,25000,cpu,homo,True,True,False,3.551006317138672,3.312826156616211,3.281831741333008,2.9027462005615234,3.467559814453125,3.077268600463867,2.69317626953125,3.654956817626953,3.628253936767578,3.419160842895508,47.06430435180664,47.27482795715332,45.8683967590332,46.22602462768555,46.56672477722168,46.571969985961914,46.07844352722168,47.32918739318848,46.72718048095703,46.54502868652344 +5000,25000,cpu,homo,False,True,False,11.277914047241211,9.575605392456055,8.331537246704102,7.385969161987305,12.15815544128418,12.671947479248047,12.240886688232422,10.243415832519531,9.571552276611328,10.237455368041992,46.543121337890625,46.26893997192383,46.01645469665527,46.02622985839844,46.51284217834473,46.62203788757324,46.26011848449707,46.55122756958008,46.22483253479004,46.401262283325195 +5000,25000,cpu,homo,True,False,False,18.520593643188477,16.80612564086914,21.109342575073242,18.320560455322266,19.90509033203125,14.542341232299805,18.061161041259766,18.138885498046875,14.585256576538086,14.662742614746094,48.607826232910156,48.27451705932617,48.14505577087402,47.881126403808594,49.13973808288574,48.338890075683594,48.57993125915527,48.772573471069336,48.979759216308594,49.05891418457031 +5000,25000,cpu,homo,False,False,False,23.101091384887695,23.864269256591797,24.01566505432129,23.694753646850586,23.636579513549805,24.086713790893555,23.758888244628906,24.26314353942871,23.65422248840332,23.787498474121094,47.9583740234375,48.23184013366699,48.60401153564453,48.35033416748047,48.35247993469238,48.12312126159668,48.38681221008301,48.317909240722656,48.03013801574707,48.249006271362305 +5000,25000,cpu,uniform,True,True,False,5.758523941040039,7.952451705932617,5.413055419921875,4.345417022705078,5.255222320556641,4.759550094604492,4.873991012573242,4.118680953979492,4.512548446655273,5.027532577514648,82.67593383789062,82.97562599182129,82.2443962097168,83.59885215759277,101.57060623168945,83.8468074798584,82.77654647827148,83.2681655883789,84.13004875183105,83.58192443847656 +5000,25000,cpu,uniform,False,True,False,12.934207916259766,13.774871826171875,11.650562286376953,13.460874557495117,14.491796493530273,11.459112167358398,13.141155242919922,11.924505233764648,15.228271484375,11.750936508178711,83.12678337097168,84.37395095825195,83.61101150512695,83.24003219604492,83.60838890075684,83.31656455993652,83.34732055664062,82.93700218200684,83.54687690734863,82.94010162353516 +5000,25000,cpu,uniform,True,False,False,15.830278396606445,16.48259162902832,13.837814331054688,15.56396484375,15.584945678710938,14.991283416748047,16.548633575439453,15.89202880859375,17.30489730834961,15.192270278930664,84.27953720092773,85.09659767150879,84.28430557250977,85.10065078735352,85.85762977600098,120.75209617614746,85.13140678405762,85.0222110748291,84.8236083984375,84.66339111328125 +5000,25000,cpu,uniform,False,False,False,20.31421661376953,20.058155059814453,20.502090454101562,20.128726959228516,20.16615867614746,20.49541473388672,20.47276496887207,20.70474624633789,20.093202590942383,20.444869995117188,84.52606201171875,84.76686477661133,84.38491821289062,84.1670036315918,84.5484733581543,85.27278900146484,84.83314514160156,85.0212574005127,85.78038215637207,85.53242683410645 +5000,25000,cpu,normal,True,True,False,9.379386901855469,9.756326675415039,9.884834289550781,10.882854461669922,9.310007095336914,11.478900909423828,10.257482528686523,9.953022003173828,10.739326477050781,9.756803512573242,190.16146659851074,167.26231575012207,166.961669921875,167.44661331176758,168.8227653503418,168.975830078125,167.65546798706055,167.4795150756836,167.60706901550293,167.78135299682617 +5000,25000,cpu,normal,False,True,False,28.730154037475586,31.526803970336914,38.374900817871094,33.65755081176758,26.59010887145996,30.596494674682617,32.46450424194336,29.628992080688477,29.877424240112305,27.499914169311523,167.23179817199707,168.01977157592773,167.9973602294922,169.30103302001953,168.3039665222168,167.4368381500244,167.3285961151123,167.9859161376953,167.18363761901855,168.65253448486328 +5000,25000,cpu,normal,True,False,False,29.295921325683594,29.067039489746094,31.254291534423828,31.859874725341797,39.34764862060547,38.94329071044922,43.8539981842041,37.30201721191406,34.92403030395508,34.77787971496582,170.1500415802002,170.50838470458984,170.87626457214355,169.60382461547852,168.3809757232666,169.37494277954102,169.45743560791016,172.5289821624756,188.91143798828125,175.30012130737305 +5000,25000,cpu,normal,False,False,False,25.129318237304688,25.32792091369629,25.44999122619629,25.203943252563477,25.094032287597656,25.56324005126953,26.141881942749023,26.499509811401367,24.936199188232422,24.949073791503906,170.65668106079102,171.22507095336914,170.72629928588867,169.77262496948242,168.8246726989746,169.97194290161133,169.7838306427002,170.9587574005127,170.8090305328369,169.6031093597412 +5000,37500,cpu,homo,True,True,False,4.700183868408203,4.452228546142578,3.5338401794433594,3.787517547607422,3.147125244140625,2.651214599609375,2.654552459716797,3.072977066040039,2.8231143951416016,2.537965774536133,70.07074356079102,69.78011131286621,69.42105293273926,70.19233703613281,69.75221633911133,69.9610710144043,70.3434944152832,71.85864448547363,69.1220760345459,69.94080543518066 +5000,37500,cpu,homo,False,True,False,11.532306671142578,17.789602279663086,11.197090148925781,12.626409530639648,9.672403335571289,13.262033462524414,10.015249252319336,10.353565216064453,13.60464096069336,14.908075332641602,71.10810279846191,70.26886940002441,69.65756416320801,70.05095481872559,69.86784934997559,69.1828727722168,69.60487365722656,69.26584243774414,69.30184364318848,69.81635093688965 +5000,37500,cpu,homo,True,False,False,23.309707641601562,24.872541427612305,27.312755584716797,21.616220474243164,24.846315383911133,25.92182159423828,30.35593032836914,27.59695053100586,20.780563354492188,23.10633659362793,71.99478149414062,71.54130935668945,72.42250442504883,71.9442367553711,71.95377349853516,71.88653945922852,71.68841361999512,72.03793525695801,71.45214080810547,71.66910171508789 +5000,37500,cpu,homo,False,False,False,34.61956977844238,34.11126136779785,34.784793853759766,33.42413902282715,34.00063514709473,33.98251533508301,34.362077713012695,34.338951110839844,34.784555435180664,34.948110580444336,72.5553035736084,72.5865364074707,73.03881645202637,73.1809139251709,72.70455360412598,72.42035865783691,72.35121726989746,72.43108749389648,72.69787788391113,72.42178916931152 +5000,37500,cpu,uniform,True,True,False,6.980180740356445,6.095170974731445,4.7702789306640625,4.776716232299805,4.238367080688477,4.929780960083008,4.128694534301758,4.520893096923828,4.837512969970703,4.615545272827148,124.91297721862793,144.79494094848633,123.09408187866211,125.09441375732422,124.15432929992676,122.5271224975586,122.26200103759766,122.53499031066895,122.01046943664551,122.29132652282715 +5000,37500,cpu,uniform,False,True,False,14.621734619140625,17.462968826293945,19.860267639160156,16.682147979736328,14.455556869506836,17.21954345703125,18.523216247558594,15.931367874145508,20.009994506835938,18.662691116333008,124.21298027038574,124.91440773010254,125.48494338989258,124.81260299682617,124.06349182128906,125.45466423034668,127.06184387207031,126.11055374145508,126.38664245605469,126.82342529296875 +5000,37500,cpu,uniform,True,False,False,22.382020950317383,19.808053970336914,21.935224533081055,19.76156234741211,27.604103088378906,21.17133140563965,23.089885711669922,23.038148880004883,24.255990982055664,28.08094024658203,127.26831436157227,126.62529945373535,126.34110450744629,126.37495994567871,126.53446197509766,126.06501579284668,126.10363960266113,126.97958946228027,128.22723388671875,126.85966491699219 +5000,37500,cpu,uniform,False,False,False,29.6933650970459,30.630826950073242,30.765295028686523,30.246973037719727,29.773235321044922,30.25341033935547,30.205965042114258,29.962778091430664,31.22401237487793,29.975175857543945,126.58095359802246,126.65772438049316,126.46746635437012,126.24359130859375,127.20441818237305,126.8002986907959,126.39117240905762,126.66511535644531,126.28793716430664,127.10094451904297 +5000,37500,cpu,normal,True,True,False,14.719247817993164,14.34183120727539,14.127969741821289,15.657186508178711,15.921831130981445,15.781402587890625,15.62190055847168,14.977455139160156,14.66059684753418,16.268014907836914,250.91075897216797,251.36041641235352,252.98547744750977,252.80332565307617,251.86586380004883,252.76875495910645,255.0811767578125,251.55901908874512,251.00946426391602,251.9369125366211 +5000,37500,cpu,normal,False,True,False,41.54038429260254,35.99739074707031,38.94615173339844,37.64033317565918,38.378000259399414,41.31293296813965,45.45187950134277,36.93985939025879,42.86336898803711,36.04698181152344,255.0973892211914,250.70738792419434,251.5265941619873,251.72114372253418,254.09698486328125,251.4805793762207,251.5270709991455,250.49233436584473,251.3422966003418,251.13344192504883 +5000,37500,cpu,normal,True,False,False,44.606924057006836,42.10233688354492,38.21372985839844,39.177656173706055,41.40019416809082,43.412208557128906,50.28891563415527,38.45953941345215,37.93048858642578,43.20979118347168,250.8087158203125,252.55584716796875,252.16412544250488,250.9312629699707,252.26140022277832,251.6629695892334,253.20005416870117,255.8450698852539,251.86777114868164,252.55680084228516 +5000,37500,cpu,normal,False,False,False,37.72258758544922,37.68324851989746,37.424564361572266,37.48679161071777,37.43624687194824,38.02132606506348,37.4906063079834,37.41574287414551,38.02680969238281,37.4448299407959,255.126953125,253.26824188232422,253.1299591064453,254.44865226745605,254.79841232299805,254.49538230895996,253.17120552062988,252.88820266723633,254.63151931762695,253.10373306274414 +5000,50000,cpu,homo,True,True,False,6.193876266479492,6.2694549560546875,4.90570068359375,4.341840744018555,4.123449325561523,4.065513610839844,3.898143768310547,3.851652145385742,3.943920135498047,3.6787986755371094,93.71519088745117,94.89274024963379,93.02258491516113,93.10722351074219,93.16825866699219,93.01185607910156,93.06001663208008,92.6055908203125,94.59877014160156,93.18089485168457 +5000,50000,cpu,homo,False,True,False,18.164873123168945,13.921022415161133,15.232563018798828,18.978118896484375,15.037059783935547,14.399290084838867,14.504432678222656,12.662172317504883,21.321535110473633,13.488292694091797,92.26131439208984,92.48948097229004,92.36526489257812,92.29898452758789,92.51999855041504,92.82469749450684,92.95129776000977,92.51904487609863,92.07510948181152,91.7973518371582 +5000,50000,cpu,homo,True,False,False,26.34596824645996,27.7101993560791,34.813642501831055,28.542757034301758,25.738000869750977,26.92866325378418,29.021501541137695,23.93341064453125,25.06279945373535,26.73816680908203,96.44389152526855,96.42386436462402,97.20492362976074,96.42291069030762,95.69835662841797,95.4294204711914,96.06790542602539,95.63183784484863,96.35329246520996,95.53217887878418 +5000,50000,cpu,homo,False,False,False,44.97170448303223,45.63283920288086,46.18358612060547,47.06311225891113,45.835256576538086,48.12121391296387,45.065879821777344,45.496225357055664,45.7453727722168,45.079946517944336,95.95894813537598,96.14443778991699,96.89474105834961,96.74906730651855,97.53012657165527,98.00577163696289,96.56977653503418,96.5728759765625,96.14992141723633,96.80843353271484 +5000,50000,cpu,uniform,True,True,False,7.25102424621582,6.123542785644531,5.936384201049805,5.9299468994140625,6.058454513549805,6.576299667358398,6.1359405517578125,5.461215972900391,5.8345794677734375,6.106853485107422,165.94505310058594,165.56930541992188,166.28479957580566,166.2755012512207,166.47911071777344,165.93217849731445,165.1928424835205,165.75288772583008,166.06926918029785,166.75901412963867 +5000,50000,cpu,uniform,False,True,False,21.17180824279785,22.56488800048828,24.12557601928711,21.393537521362305,19.114255905151367,15.726804733276367,15.51365852355957,18.124818801879883,18.84770393371582,21.29077911376953,164.89410400390625,164.64614868164062,166.10026359558105,166.60761833190918,167.6332950592041,166.123628616333,164.98827934265137,165.57860374450684,164.9336814880371,164.95728492736816 +5000,50000,cpu,uniform,True,False,False,28.715848922729492,27.135372161865234,31.41641616821289,28.600692749023438,25.465011596679688,31.27264976501465,25.672435760498047,31.816959381103516,28.150081634521484,31.824111938476562,168.53761672973633,168.32876205444336,169.3096160888672,168.77460479736328,170.00412940979004,168.99657249450684,168.65777969360352,168.19310188293457,168.701171875,169.62885856628418 +5000,50000,cpu,uniform,False,False,False,39.93725776672363,38.747549057006836,39.36576843261719,40.26651382446289,39.88003730773926,39.56317901611328,41.1219596862793,39.23225402832031,40.526390075683594,40.170907974243164,167.84191131591797,168.90716552734375,170.3319549560547,170.8369255065918,169.478178024292,169.12317276000977,169.53635215759277,168.5633659362793,171.38338088989258,169.69704627990723 +5000,50000,cpu,normal,True,True,False,19.124507904052734,19.628047943115234,19.765853881835938,19.121408462524414,19.153594970703125,19.845008850097656,19.30975914001465,19.113540649414062,19.710540771484375,19.28400993347168,334.8228931427002,333.85586738586426,355.17120361328125,336.773157119751,335.6492519378662,337.5101089477539,331.5284252166748,336.3502025604248,337.81957626342773,333.953857421875 +5000,50000,cpu,normal,False,True,False,45.937538146972656,47.97720909118652,38.892269134521484,49.423933029174805,50.10390281677246,60.20355224609375,42.19317436218262,44.85154151916504,40.679931640625,44.706106185913086,334.6719741821289,336.03930473327637,341.5806293487549,335.1314067840576,338.40107917785645,337.42356300354004,335.4051113128662,336.2572193145752,337.96215057373047,334.7465991973877 +5000,50000,cpu,normal,True,False,False,62.520742416381836,54.62980270385742,51.915645599365234,55.785179138183594,53.77793312072754,49.932241439819336,52.1235466003418,54.254770278930664,52.43635177612305,75.39987564086914,337.18419075012207,339.85209465026855,340.7285213470459,339.5829200744629,338.94801139831543,339.48302268981934,337.9497528076172,339.0371799468994,339.245080947876,336.5201950073242 +5000,50000,cpu,normal,False,False,False,50.09198188781738,49.96919631958008,52.31833457946777,50.83298683166504,49.82590675354004,49.95894432067871,50.231218338012695,50.12249946594238,50.10175704956055,50.70972442626953,338.0544185638428,340.00110626220703,340.19994735717773,337.5523090362549,338.79780769348145,338.95111083984375,338.05322647094727,340.8384323120117,340.883731842041,337.0499610900879 +10000,1000,cpu,homo,True,True,False,2.6955604553222656,2.344369888305664,2.710580825805664,2.507925033569336,1.7452239990234375,1.7995834350585938,2.7370452880859375,2.8257369995117188,2.678394317626953,2.8595924377441406,3.8194656372070312,3.7207603454589844,3.846406936645508,3.735780715942383,3.8232803344726562,3.7703514099121094,3.7965774536132812,3.774881362915039,3.8292407989501953,3.7240982055664062 +10000,1000,cpu,homo,False,True,False,0.8020401000976562,0.7541179656982422,0.7796287536621094,0.7398128509521484,0.7231235504150391,0.6330013275146484,0.6182193756103516,0.6024837493896484,0.6272792816162109,0.6313323974609375,3.9930343627929688,3.808736801147461,3.963470458984375,3.9215087890625,3.914356231689453,3.8094520568847656,3.9632320404052734,14.278650283813477,11.6729736328125,13.950586318969727 +10000,1000,cpu,homo,True,False,False,4.506111145019531,4.460334777832031,4.003286361694336,4.434823989868164,4.259586334228516,4.1790008544921875,4.293680191040039,4.380941390991211,4.244804382324219,4.132747650146484,4.046440124511719,3.97491455078125,4.069805145263672,3.9789676666259766,3.8785934448242188,4.061222076416016,4.065275192260742,4.010915756225586,4.02379035949707,4.088401794433594 +10000,1000,cpu,homo,False,False,False,7.017612457275391,6.776332855224609,6.118059158325195,7.80940055847168,7.42793083190918,8.235931396484375,6.30950927734375,6.346225738525391,7.374286651611328,7.021903991699219,3.9184093475341797,3.832578659057617,4.110097885131836,3.986358642578125,4.008054733276367,3.8335323333740234,4.06193733215332,3.937244415283203,4.036188125610352,3.9262771606445312 +10000,1000,cpu,uniform,True,True,False,4.772663116455078,4.2514801025390625,4.662275314331055,2.3806095123291016,4.720926284790039,3.3011436462402344,4.904747009277344,2.377033233642578,2.4094581604003906,2.3622512817382812,6.832122802734375,6.811380386352539,6.754636764526367,6.640195846557617,6.872892379760742,6.685733795166016,6.639242172241211,6.893634796142578,6.748437881469727,6.796598434448242 +10000,1000,cpu,uniform,False,True,False,1.0595321655273438,1.0440349578857422,1.087188720703125,1.0738372802734375,1.0247230529785156,1.0306835174560547,1.2023448944091797,1.073598861694336,1.1034011840820312,0.9891986846923828,6.894111633300781,6.888389587402344,6.912946701049805,6.758928298950195,6.682395935058594,6.857395172119141,6.762027740478516,6.922721862792969,6.800651550292969,6.949663162231445 +10000,1000,cpu,uniform,True,False,False,4.122495651245117,3.9501190185546875,3.885507583618164,3.688335418701172,3.5827159881591797,3.5228729248046875,3.5898685455322266,3.3142566680908203,3.33404541015625,3.3342838287353516,6.816625595092773,6.944894790649414,6.864309310913086,7.024526596069336,6.912946701049805,6.937742233276367,6.957292556762695,6.890773773193359,6.936550140380859,6.874799728393555 +10000,1000,cpu,uniform,False,False,False,6.538629531860352,8.857488632202148,9.264945983886719,8.635282516479492,8.574962615966797,9.192943572998047,9.08970832824707,8.768558502197266,9.174346923828125,9.374380111694336,6.802082061767578,7.048606872558594,6.733894348144531,6.857156753540039,6.894350051879883,6.713151931762695,7.060766220092773,6.851434707641602,6.874322891235352,6.997346878051758 +10000,1000,cpu,normal,True,True,False,8.685827255249023,9.164094924926758,13.975381851196289,12.60519027709961,15.182971954345703,16.70050621032715,17.46678352355957,16.34693145751953,12.957096099853516,17.24529266357422,13.245582580566406,13.180971145629883,13.743877410888672,13.403892517089844,13.565778732299805,13.545513153076172,13.5498046875,13.6566162109375,13.640165328979492,13.736248016357422 +10000,1000,cpu,normal,False,True,False,2.344846725463867,2.321481704711914,2.350330352783203,2.324819564819336,2.3241043090820312,1.9228458404541016,2.1305084228515625,2.206087112426758,1.8584728240966797,1.5933513641357422,13.854265213012695,13.67330551147461,13.642549514770508,13.618230819702148,13.655424118041992,13.675928115844727,13.644695281982422,13.599872589111328,13.683080673217773,13.7481689453125 +10000,1000,cpu,normal,True,False,False,4.219532012939453,4.173040390014648,4.14729118347168,3.7398338317871094,3.648042678833008,3.725290298461914,3.6249160766601562,3.683328628540039,3.605365753173828,3.838062286376953,13.587236404418945,13.420343399047852,13.55743408203125,13.587236404418945,13.595104217529297,13.535737991333008,13.336896896362305,13.390064239501953,13.482809066772461,13.599634170532227 +10000,1000,cpu,normal,False,False,False,18.843889236450195,15.918731689453125,12.84480094909668,10.018348693847656,13.21864128112793,20.685672760009766,18.26190948486328,19.638538360595703,17.036914825439453,19.122600555419922,13.667821884155273,13.909339904785156,13.785123825073242,13.477563858032227,13.797521591186523,13.67497444152832,13.883829116821289,13.747692108154297,13.450384140014648,13.78488540649414 +10000,2500,cpu,homo,True,True,False,4.087209701538086,2.9213428497314453,2.865314483642578,2.941131591796875,2.8014183044433594,3.6973953247070312,3.5614967346191406,2.8755664825439453,2.8400421142578125,3.6597251892089844,9.473800659179688,9.279727935791016,9.383678436279297,9.334087371826172,9.091854095458984,9.413719177246094,9.22846794128418,9.457588195800781,9.294509887695312,9.39798355102539 +10000,2500,cpu,homo,False,True,False,1.5673637390136719,1.3461112976074219,1.3229846954345703,1.323699951171875,1.3217926025390625,1.323699951171875,1.134634017944336,1.0666847229003906,1.3735294342041016,1.2025833129882812,9.64498519897461,9.599924087524414,9.551286697387695,9.619474411010742,9.528636932373047,9.499311447143555,9.405136108398438,9.33218002319336,9.406805038452148,9.352684020996094 +10000,2500,cpu,homo,True,False,False,6.950139999389648,6.844282150268555,6.505250930786133,6.952762603759766,6.9122314453125,6.752490997314453,6.699562072753906,6.80088996887207,7.152557373046875,7.058382034301758,9.785890579223633,9.70768928527832,9.997844696044922,9.578943252563477,9.881019592285156,9.829044342041016,9.636640548706055,9.831666946411133,9.65118408203125,9.909391403198242 +10000,2500,cpu,homo,False,False,False,9.04989242553711,7.668256759643555,9.231328964233398,7.807493209838867,8.1939697265625,6.453275680541992,7.827520370483398,4.45103645324707,7.779836654663086,9.70602035522461,9.813785552978516,9.58251953125,9.853124618530273,9.546041488647461,9.839296340942383,9.778261184692383,9.731054306030273,9.6893310546875,9.475231170654297,9.91678237915039 +10000,2500,cpu,uniform,True,True,False,6.777524948120117,6.66499137878418,4.741191864013672,7.524013519287109,6.449699401855469,4.806041717529297,4.6939849853515625,4.66609001159668,4.738807678222656,5.789279937744141,17.043590545654297,16.92509651184082,16.927480697631836,16.901254653930664,16.8917179107666,16.920804977416992,16.91746711730957,16.695737838745117,16.748666763305664,16.69001579284668 +10000,2500,cpu,uniform,False,True,False,2.2597312927246094,2.2373199462890625,1.771688461303711,1.7576217651367188,1.7557144165039062,1.6527175903320312,1.8689632415771484,1.5468597412109375,1.697540283203125,1.7285346984863281,17.15683937072754,20.931720733642578,17.08817481994629,16.925334930419922,16.865015029907227,16.944408416748047,16.898393630981445,16.81685447692871,16.971111297607422,16.99042320251465 +10000,2500,cpu,uniform,True,False,False,5.619525909423828,5.48863410949707,5.4836273193359375,5.666017532348633,5.498409271240234,5.362510681152344,5.649566650390625,5.485773086547852,5.368232727050781,5.535364151000977,17.485380172729492,17.12512969970703,17.133235931396484,16.928434371948242,16.979694366455078,17.02737808227539,17.00305938720703,16.956090927124023,16.90840721130371,17.017126083374023 +10000,2500,cpu,uniform,False,False,False,11.89565658569336,12.784957885742188,11.454582214355469,11.594057083129883,11.440277099609375,11.358022689819336,11.566400527954102,10.432004928588867,8.201360702514648,9.813308715820312,16.918182373046875,16.90220832824707,17.000913619995117,17.038345336914062,17.055511474609375,17.05002784729004,17.10987091064453,17.0285701751709,17.087221145629883,17.06409454345703 +10000,2500,cpu,normal,True,True,False,16.146421432495117,13.649940490722656,16.618728637695312,15.717029571533203,17.807722091674805,18.593311309814453,16.538143157958984,22.48859405517578,16.2813663482666,14.770269393920898,34.041404724121094,33.637285232543945,33.76913070678711,33.91122817993164,34.050941467285156,34.10005569458008,34.09767150878906,33.81061553955078,33.727169036865234,33.8134765625 +10000,2500,cpu,normal,False,True,False,4.313945770263672,4.3010711669921875,3.5486221313476562,3.0851364135742188,3.4284591674804688,3.434896469116211,2.352476119995117,2.348661422729492,2.3963451385498047,2.353191375732422,33.6146354675293,34.02113914489746,34.57999229431152,34.58404541015625,43.04838180541992,34.59763526916504,34.55829620361328,34.08932685852051,34.22403335571289,55.99665641784668 +10000,2500,cpu,normal,True,False,False,6.566762924194336,6.356477737426758,6.343841552734375,6.3877105712890625,6.340265274047852,6.306886672973633,6.282567977905273,6.614446640014648,6.325483322143555,6.424427032470703,34.111738204956055,34.293174743652344,34.04808044433594,34.1799259185791,33.89453887939453,33.74838829040527,33.98466110229492,33.99848937988281,34.01637077331543,54.680585861206055 +10000,2500,cpu,normal,False,False,False,19.84095573425293,20.310640335083008,17.670631408691406,16.814231872558594,15.158891677856445,20.52617073059082,19.295692443847656,18.17798614501953,20.63131332397461,17.537593841552734,34.339189529418945,34.3937873840332,34.26671028137207,34.35802459716797,33.93149375915527,33.92791748046875,34.061431884765625,34.121036529541016,34.285783767700195,34.25312042236328 +10000,5000,cpu,homo,True,True,False,5.17582893371582,4.4403076171875,5.239248275756836,5.211114883422852,5.10406494140625,5.09333610534668,4.586696624755859,3.7221908569335938,5.248308181762695,5.256175994873047,18.78833770751953,18.517255783081055,18.550634384155273,18.691539764404297,18.810033798217773,18.64910125732422,18.57924461364746,18.651247024536133,18.83077621459961,18.871307373046875 +10000,5000,cpu,homo,False,True,False,2.360105514526367,2.328634262084961,2.2335052490234375,1.7015933990478516,2.382040023803711,1.8124580383300781,2.008199691772461,1.7240047454833984,1.8820762634277344,1.9292831420898438,18.74685287475586,18.58043670654297,18.588781356811523,18.64004135131836,18.610477447509766,18.550872802734375,18.58663558959961,18.531084060668945,18.639087677001953,18.70107650756836 +10000,5000,cpu,homo,True,False,False,9.029150009155273,9.27281379699707,9.162425994873047,9.312152862548828,9.145975112915039,9.567737579345703,9.261369705200195,9.340524673461914,9.472131729125977,9.496688842773438,19.402027130126953,19.373655319213867,19.333362579345703,19.384145736694336,19.268512725830078,19.426584243774414,19.246578216552734,19.203901290893555,19.418954849243164,19.379615783691406 +10000,5000,cpu,homo,False,False,False,11.332035064697266,9.932518005371094,12.124776840209961,10.549545288085938,10.655403137207031,11.372804641723633,11.953115463256836,13.780832290649414,10.379791259765625,11.139392852783203,19.854307174682617,19.439220428466797,19.270896911621094,19.120454788208008,19.32501792907715,19.342422485351562,19.712209701538086,19.681453704833984,19.59705352783203,19.621849060058594 +10000,5000,cpu,uniform,True,True,False,5.333900451660156,6.062030792236328,7.7571868896484375,6.687402725219727,7.076263427734375,6.142139434814453,8.050680160522461,8.055448532104492,7.17926025390625,8.17728042602539,33.09321403503418,33.34498405456543,32.923221588134766,32.915592193603516,33.04171562194824,33.02812576293945,33.22649002075195,33.20050239562988,33.19954872131348,32.72652626037598 +10000,5000,cpu,uniform,False,True,False,3.3578872680664062,3.3049583435058594,2.772808074951172,2.9065608978271484,2.6063919067382812,3.1232833862304688,2.3293495178222656,2.1533966064453125,2.166271209716797,1.9893646240234375,33.26058387756348,33.25366973876953,33.28871726989746,33.32400321960449,33.24604034423828,33.17856788635254,33.251047134399414,33.53285789489746,33.318281173706055,33.940792083740234 +10000,5000,cpu,uniform,True,False,False,8.001089096069336,8.034467697143555,8.043050765991211,8.140087127685547,8.455753326416016,8.225202560424805,8.066654205322266,8.268117904663086,8.29768180847168,8.074045181274414,34.4846248626709,34.50417518615723,34.41929817199707,34.76595878601074,34.32130813598633,33.65516662597656,33.84709358215332,33.96129608154297,33.919572830200195,33.8435173034668 +10000,5000,cpu,uniform,False,False,False,11.125326156616211,10.699748992919922,11.248350143432617,9.842395782470703,11.805534362792969,12.572288513183594,10.403871536254883,9.716033935546875,9.64665412902832,10.007619857788086,34.16156768798828,34.16776657104492,54.128170013427734,34.317970275878906,34.06262397766113,34.18326377868652,34.06572341918945,33.968210220336914,33.91695022583008,33.773183822631836 +10000,5000,cpu,normal,True,True,False,15.524625778198242,14.512777328491211,15.342473983764648,13.312101364135742,15.854597091674805,15.156745910644531,15.096902847290039,17.476558685302734,19.23966407775879,13.690710067749023,68.01652908325195,67.7187442779541,67.413330078125,67.40617752075195,66.92218780517578,67.00801849365234,67.20376014709473,66.99109077453613,66.77770614624023,67.24095344543457 +10000,5000,cpu,normal,False,True,False,4.374265670776367,5.060672760009766,3.8955211639404297,3.872394561767578,4.420757293701172,4.413843154907227,3.8590431213378906,3.9565563201904297,3.882884979248047,4.567146301269531,67.48127937316895,67.53873825073242,67.54946708679199,68.10188293457031,67.17157363891602,67.09909439086914,67.12126731872559,66.78032875061035,67.22521781921387,67.20805168151855 +10000,5000,cpu,normal,True,False,False,10.180950164794922,10.300874710083008,10.081291198730469,10.153770446777344,10.335683822631836,10.237932205200195,10.175466537475586,10.109186172485352,9.984970092773438,10.215997695922852,67.75236129760742,67.60859489440918,67.2597885131836,67.06070899963379,66.97201728820801,66.9863224029541,67.04020500183105,66.83015823364258,66.91622734069824,66.76912307739258 +10000,5000,cpu,normal,False,False,False,17.075300216674805,15.223503112792969,19.896984100341797,16.739845275878906,14.626264572143555,14.952421188354492,14.45627212524414,14.14799690246582,13.73291015625,15.497446060180664,67.86346435546875,67.74091720581055,67.18611717224121,67.4276351928711,67.8720474243164,67.87514686584473,67.88301467895508,67.72708892822266,67.87323951721191,68.21656227111816 +10000,10000,cpu,homo,True,True,False,3.833293914794922,3.843069076538086,3.9300918579101562,2.998828887939453,3.9114952087402344,4.029512405395508,3.0252933502197266,2.4967193603515625,2.766847610473633,2.438068389892578,36.16929054260254,36.78297996520996,37.00757026672363,37.039995193481445,36.37361526489258,36.658525466918945,36.79656982421875,37.14752197265625,36.85569763183594,36.98253631591797 +10000,10000,cpu,homo,False,True,False,3.8623809814453125,3.8657188415527344,2.7756690979003906,2.6695728302001953,2.6459693908691406,2.587556838989258,2.7015209197998047,2.1119117736816406,2.0685195922851562,2.451658248901367,37.22190856933594,37.08696365356445,36.94915771484375,37.15872764587402,36.925315856933594,37.07098960876465,36.875247955322266,37.34755516052246,37.07146644592285,37.0180606842041 +10000,10000,cpu,homo,True,False,False,13.184547424316406,12.842655181884766,13.287544250488281,13.056039810180664,13.084173202514648,13.088464736938477,13.322591781616211,13.196468353271484,13.224124908447266,13.013601303100586,38.3756160736084,38.57088088989258,38.3603572845459,38.34342956542969,38.176536560058594,38.45930099487305,38.20061683654785,38.38396072387695,38.2685661315918,38.754940032958984 +10000,10000,cpu,homo,False,False,False,12.852907180786133,13.134002685546875,13.235807418823242,13.650655746459961,13.54837417602539,13.285160064697266,13.105392456054688,13.324975967407227,13.294219970703125,13.385295867919922,38.21992874145508,38.2387638092041,38.37466239929199,39.0925407409668,39.159536361694336,38.83242607116699,38.643598556518555,38.91921043395996,38.82551193237305,38.808584213256836 +10000,10000,cpu,uniform,True,True,False,5.877494812011719,4.832983016967773,3.7708282470703125,4.421710968017578,3.9780139923095703,2.927541732788086,3.042936325073242,3.171205520629883,2.307415008544922,2.756834030151367,65.6435489654541,65.98496437072754,65.51265716552734,65.50264358520508,65.95802307128906,65.82379341125488,66.23506546020508,66.44439697265625,66.36691093444824,66.10465049743652 +10000,10000,cpu,uniform,False,True,False,4.591703414916992,5.664587020874023,5.573034286499023,4.618406295776367,3.7298202514648438,3.658294677734375,3.016233444213867,3.002643585205078,3.0100345611572266,2.4242401123046875,66.15710258483887,66.08819961547852,66.44058227539062,66.16449356079102,66.26033782958984,66.60985946655273,66.60938262939453,66.5433406829834,67.4600601196289,102.92911529541016 +10000,10000,cpu,uniform,True,False,False,12.125730514526367,12.246131896972656,11.99793815612793,12.626171112060547,11.908769607543945,12.161970138549805,11.847734451293945,12.117385864257812,11.963844299316406,12.262105941772461,67.94357299804688,68.26114654541016,67.85845756530762,69.3209171295166,68.66264343261719,68.37153434753418,68.1767463684082,68.48645210266113,68.18532943725586,67.52681732177734 +10000,10000,cpu,uniform,False,False,False,12.516498565673828,12.125253677368164,12.738704681396484,12.39156723022461,12.176275253295898,12.191534042358398,12.301206588745117,12.63880729675293,12.022256851196289,12.357711791992188,67.20638275146484,66.76840782165527,68.04800033569336,67.73543357849121,68.21250915527344,67.29936599731445,67.48414039611816,67.25120544433594,66.39933586120605,65.91987609863281 +10000,10000,cpu,normal,True,True,False,8.152246475219727,8.50367546081543,7.873296737670898,8.437395095825195,8.360147476196289,8.503913879394531,7.680416107177734,8.423089981079102,7.826328277587891,8.391141891479492,166.57543182373047,133.9740753173828,133.86988639831543,135.26129722595215,134.95326042175293,134.41848754882812,133.93330574035645,134.11831855773926,133.73994827270508,134.05847549438477 +10000,10000,cpu,normal,False,True,False,8.205175399780273,7.8105926513671875,8.337259292602539,8.031606674194336,8.091211318969727,7.803678512573242,7.754325866699219,8.33892822265625,7.951498031616211,8.039474487304688,133.3019733428955,133.8813304901123,133.39495658874512,134.5837116241455,133.30602645874023,133.63337516784668,132.371187210083,131.92987442016602,133.05330276489258,132.30204582214355 +10000,10000,cpu,normal,True,False,False,16.262292861938477,16.36791229248047,16.51167869567871,16.820430755615234,16.16668701171875,15.911102294921875,17.087459564208984,16.460180282592773,15.98048210144043,16.090869903564453,136.31820678710938,135.34784317016602,135.04981994628906,135.15281677246094,134.86337661743164,135.1943016052246,135.22791862487793,136.35683059692383,136.07215881347656,135.48946380615234 +10000,10000,cpu,normal,False,False,False,16.52383804321289,16.558170318603516,16.743898391723633,16.918182373046875,16.75891876220703,16.415834426879883,16.803979873657227,16.343355178833008,16.40915870666504,17.08388328552246,133.75139236450195,133.43024253845215,134.5200538635254,134.4888210296631,134.71269607543945,136.63172721862793,135.24413108825684,135.39409637451172,133.76593589782715,135.88643074035645 +10000,25000,cpu,homo,True,True,False,6.047248840332031,4.764318466186523,4.333019256591797,4.519939422607422,3.5429000854492188,3.524303436279297,4.266262054443359,3.4983158111572266,4.199504852294922,3.463268280029297,92.97060966491699,92.98849105834961,92.42558479309082,93.00398826599121,92.87762641906738,93.61863136291504,93.37544441223145,93.60837936401367,92.96846389770508,92.90599822998047 +10000,25000,cpu,homo,False,True,False,5.0334930419921875,4.551410675048828,4.670381546020508,4.299640655517578,3.670215606689453,3.5598278045654297,3.9610862731933594,3.525257110595703,3.508329391479492,3.506898880004883,92.78678894042969,91.54343605041504,91.57371520996094,92.54837036132812,93.06836128234863,93.06097030639648,93.11151504516602,92.70596504211426,92.5450325012207,92.37933158874512 +10000,25000,cpu,homo,True,False,False,22.17268943786621,21.436214447021484,20.68328857421875,21.097421646118164,21.52729034423828,21.3623046875,21.852970123291016,21.26002311706543,21.16560935974121,21.426677703857422,95.56937217712402,95.34215927124023,95.28326988220215,95.22867202758789,96.61722183227539,96.21572494506836,96.31991386413574,95.69549560546875,95.70765495300293,95.28565406799316 +10000,25000,cpu,homo,False,False,False,31.599760055541992,32.75704383850098,31.80861473083496,31.946897506713867,32.41682052612305,32.11402893066406,32.256364822387695,32.62734413146973,31.963586807250977,31.96859359741211,97.02444076538086,97.84054756164551,96.24218940734863,95.8700180053711,95.68643569946289,95.4291820526123,95.09730339050293,96.21334075927734,95.94202041625977,95.47090530395508 +10000,25000,cpu,uniform,True,True,False,6.7005157470703125,6.6089630126953125,5.620002746582031,5.79833984375,6.094217300415039,5.453824996948242,5.833148956298828,5.934715270996094,5.424976348876953,7.081747055053711,165.73047637939453,166.26906394958496,164.73913192749023,163.93399238586426,164.7195816040039,164.11685943603516,165.54951667785645,166.75162315368652,165.98200798034668,165.2238368988037 +10000,25000,cpu,uniform,False,True,False,8.613109588623047,6.394386291503906,6.148099899291992,5.4988861083984375,5.918264389038086,5.76019287109375,5.568265914916992,5.5141448974609375,5.758762359619141,6.389856338500977,165.2352809906006,165.97509384155273,166.14031791687012,167.05656051635742,166.1818027496338,165.85445404052734,165.33613204956055,165.30990600585938,165.63868522644043,165.92979431152344 +10000,25000,cpu,uniform,True,False,False,21.183252334594727,21.10600471496582,21.1789608001709,21.185874938964844,20.36738395690918,21.741628646850586,21.094560623168945,20.40696144104004,21.163225173950195,21.605491638183594,167.22393035888672,191.69068336486816,168.46537590026855,169.9690818786621,168.55120658874512,167.27638244628906,167.43779182434082,168.16949844360352,167.85168647766113,169.7556972503662 +10000,25000,cpu,uniform,False,False,False,29.770374298095703,30.35902976989746,30.585289001464844,30.39693832397461,29.643774032592773,30.823945999145508,29.94251251220703,30.15899658203125,30.0905704498291,30.322790145874023,168.38455200195312,169.21591758728027,169.39496994018555,169.72947120666504,169.4951057434082,168.94865036010742,168.54071617126465,168.28203201293945,169.63434219360352,169.4636344909668 +10000,25000,cpu,normal,True,True,False,19.34957504272461,19.35601234436035,19.404172897338867,19.64855194091797,19.625425338745117,20.145893096923828,19.89150047302246,19.61493492126465,19.92177963256836,19.826889038085938,333.3239555358887,334.7935676574707,336.23719215393066,333.141565322876,335.296630859375,336.5035057067871,333.96387100219727,357.1431636810303,335.7362747192383,334.80167388916016 +10000,25000,cpu,normal,False,True,False,19.907236099243164,20.63918113708496,20.232200622558594,20.142078399658203,19.960641860961914,19.966840744018555,20.627498626708984,20.71976661682129,20.201683044433594,19.976139068603516,336.66205406188965,334.0873718261719,336.14420890808105,337.0974063873291,332.5810432434082,335.79230308532715,336.6575241088867,332.69572257995605,335.3087902069092,336.651086807251 +10000,25000,cpu,normal,True,False,False,34.105539321899414,34.72495079040527,33.521413803100586,33.47182273864746,34.234046936035156,33.9202880859375,32.67216682434082,33.14995765686035,33.72931480407715,35.76016426086426,339.9035930633545,340.8191204071045,337.4652862548828,339.0803337097168,339.6179676055908,337.04376220703125,339.65134620666504,357.20038414001465,334.3074321746826,336.824893951416 +10000,25000,cpu,normal,False,False,False,40.63844680786133,40.91000556945801,42.33741760253906,40.21430015563965,39.946794509887695,42.073965072631836,40.45915603637695,42.12546348571777,40.018558502197266,40.2982234954834,337.7547264099121,339.4310474395752,338.01913261413574,338.8381004333496,340.70897102355957,336.28201484680176,339.003324508667,341.59302711486816,338.27781677246094,338.5641574859619 +10000,37500,cpu,homo,True,True,False,6.250858306884766,5.900382995605469,5.554676055908203,5.244016647338867,5.502939224243164,5.190610885620117,5.324125289916992,5.48243522644043,5.3081512451171875,5.133867263793945,139.33515548706055,138.5047435760498,138.2908821105957,139.542818069458,139.91737365722656,139.0674114227295,141.22581481933594,139.9245262145996,138.37409019470215,137.41827011108398 +10000,37500,cpu,homo,False,True,False,6.853818893432617,6.866931915283203,5.322933197021484,5.448341369628906,5.649328231811523,5.3730010986328125,5.9356689453125,5.444765090942383,5.523920059204102,5.279064178466797,140.30933380126953,140.72251319885254,141.03245735168457,139.57953453063965,139.19520378112793,139.0695571899414,140.06567001342773,138.5636329650879,140.70439338684082,140.82622528076172 +10000,37500,cpu,homo,True,False,False,28.868675231933594,28.168916702270508,28.394222259521484,29.117584228515625,29.208660125732422,28.844594955444336,28.905630111694336,27.848243713378906,28.8693904876709,28.162717819213867,144.64044570922852,145.6437110900879,145.8277702331543,145.20621299743652,144.1519260406494,143.94378662109375,144.07014846801758,143.29075813293457,145.34902572631836,145.94602584838867 +10000,37500,cpu,homo,False,False,False,49.9110221862793,49.19624328613281,49.225807189941406,49.97587203979492,50.81748962402344,48.85578155517578,49.21293258666992,48.32339286804199,49.82757568359375,48.51055145263672,144.37389373779297,143.83959770202637,143.39065551757812,143.1562900543213,143.3846950531006,143.9533233642578,144.48285102844238,145.09129524230957,143.92518997192383,143.1281566619873 +10000,37500,cpu,uniform,True,True,False,8.401870727539062,8.471488952636719,9.537696838378906,8.570671081542969,9.288311004638672,9.047985076904297,9.443998336791992,8.121252059936523,8.46099853515625,8.36944580078125,252.4871826171875,248.52681159973145,248.84271621704102,248.87514114379883,251.18684768676758,248.08740615844727,247.67422676086426,247.8475570678711,250.02574920654297,253.28516960144043 +10000,37500,cpu,uniform,False,True,False,8.7127685546875,8.236408233642578,8.682727813720703,8.237838745117188,8.67319107055664,8.269309997558594,8.676767349243164,8.246421813964844,8.727788925170898,8.238554000854492,246.64878845214844,247.8625774383545,249.52435493469238,247.7564811706543,248.1987476348877,248.23236465454102,249.1755485534668,246.9477653503418,248.15034866333008,250.25558471679688 +10000,37500,cpu,uniform,True,False,False,25.50816535949707,25.516748428344727,25.005817413330078,26.013612747192383,23.8339900970459,26.476621627807617,26.495695114135742,26.100635528564453,25.269508361816406,25.20918846130371,252.57301330566406,252.8681755065918,251.02782249450684,252.00819969177246,254.03523445129395,256.7439079284668,251.5730857849121,251.542329788208,252.55870819091797,252.4423599243164 +10000,37500,cpu,uniform,False,False,False,45.22514343261719,44.73066329956055,45.496225357055664,45.93801498413086,45.45283317565918,45.8378791809082,45.41730880737305,45.8986759185791,44.927358627319336,45.83096504211426,250.33211708068848,250.72932243347168,253.20839881896973,272.7382183074951,250.05507469177246,250.06699562072754,253.91173362731934,253.126859664917,251.4054775238037,251.1732578277588 +10000,37500,cpu,normal,True,True,False,31.207561492919922,30.400991439819336,29.67548370361328,30.43961524963379,29.54697608947754,33.852338790893555,32.501935958862305,31.529664993286133,29.468297958374023,30.649423599243164,503.7844181060791,503.1311511993408,501.09076499938965,502.8862953186035,502.349853515625,503.8931369781494,503.38053703308105,502.30884552001953,499.2079734802246,498.3479976654053 +10000,37500,cpu,normal,False,True,False,31.566619873046875,31.581640243530273,29.96230125427246,30.81512451171875,29.926538467407227,30.62152862548828,30.718564987182617,30.66086769104004,29.978513717651367,30.784130096435547,500.15974044799805,503.94582748413086,500.9908676147461,502.3996829986572,501.2693405151367,503.3426284790039,500.20289421081543,502.15697288513184,501.38044357299805,503.2458305358887 +10000,37500,cpu,normal,True,False,False,39.217233657836914,38.581132888793945,40.270090103149414,39.12663459777832,40.285587310791016,38.838863372802734,39.502859115600586,39.7799015045166,40.01879692077637,38.0556583404541,503.9715766906738,508.1946849822998,505.21326065063477,506.40058517456055,504.1525363922119,507.8287124633789,506.40249252319336,506.9928169250488,505.10239601135254,505.6653022766113 +10000,37500,cpu,normal,False,False,False,61.36631965637207,61.092376708984375,60.381412506103516,61.62452697753906,61.075687408447266,61.689138412475586,60.245513916015625,60.5161190032959,61.12265586853027,60.059547424316406,509.0460777282715,510.6370449066162,507.54594802856445,508.32343101501465,506.50501251220703,508.73684883117676,506.0248374938965,508.68749618530273,505.8436393737793,510.714054107666 +10000,50000,cpu,homo,True,True,False,7.750988006591797,7.262229919433594,7.055759429931641,6.900787353515625,7.251501083374023,6.9370269775390625,7.412910461425781,7.014989852905273,6.7577362060546875,7.251501083374023,184.86356735229492,186.62738800048828,186.28168106079102,186.79046630859375,185.38665771484375,185.7013702392578,185.99915504455566,186.80405616760254,185.72282791137695,185.1043701171875 +10000,50000,cpu,homo,False,True,False,8.885860443115234,9.06825065612793,8.076190948486328,7.002592086791992,7.264852523803711,7.028818130493164,7.442712783813477,6.995201110839844,7.259607315063477,6.9637298583984375,186.01727485656738,185.22143363952637,214.15996551513672,185.54186820983887,186.55896186828613,187.07895278930664,186.76352500915527,184.2942237854004,184.8888397216797,186.05470657348633 +10000,50000,cpu,homo,True,False,False,35.91012954711914,36.4382266998291,34.69514846801758,36.650896072387695,35.706520080566406,34.48772430419922,34.79909896850586,33.76936912536621,36.12041473388672,34.73377227783203,190.9337043762207,192.1706199645996,190.46521186828613,190.25468826293945,190.40703773498535,191.2851333618164,190.2458667755127,187.94918060302734,187.98089027404785,187.78157234191895 +10000,50000,cpu,homo,False,False,False,63.532114028930664,64.04876708984375,65.08564949035645,65.74320793151855,64.9871826171875,64.01658058166504,64.79144096374512,63.88735771179199,63.803911209106445,63.52829933166504,190.89484214782715,189.7416114807129,190.49692153930664,189.03422355651855,189.78214263916016,192.05927848815918,189.53752517700195,189.38398361206055,189.14175033569336,189.8179054260254 +10000,50000,cpu,uniform,True,True,False,11.215925216674805,11.704206466674805,11.465787887573242,11.529684066772461,11.543750762939453,10.881900787353516,11.883258819580078,11.056661605834961,11.382102966308594,11.916875839233398,333.7821960449219,330.3079605102539,330.9288024902344,333.2021236419678,330.9190273284912,331.7239284515381,334.7907066345215,330.92236518859863,330.5544853210449,333.3144187927246 +10000,50000,cpu,uniform,False,True,False,10.972261428833008,10.933637619018555,11.396169662475586,10.929107666015625,11.861324310302734,11.355161666870117,10.944366455078125,11.443376541137695,11.00301742553711,11.090993881225586,328.2580375671387,326.0481357574463,329.48780059814453,328.4299373626709,326.5259265899658,328.8693428039551,329.9365043640137,326.0843753814697,329.1192054748535,328.80640029907227 +10000,50000,cpu,uniform,True,False,False,34.55400466918945,32.8061580657959,30.7924747467041,31.872987747192383,32.45210647583008,33.745527267456055,34.915924072265625,30.75885772705078,32.108306884765625,33.3554744720459,338.9763832092285,338.0744457244873,335.71791648864746,335.9811305999756,337.796688079834,336.3921642303467,337.24355697631836,337.51702308654785,336.057186126709,337.4764919281006 +10000,50000,cpu,uniform,False,False,False,58.75396728515625,59.65375900268555,58.91776084899902,59.9977970123291,59.64231491088867,59.41271781921387,58.81214141845703,59.145450592041016,60.75644493103027,59.133052825927734,339.68281745910645,338.2253646850586,337.878942489624,339.21313285827637,356.273889541626,336.7595672607422,337.32104301452637,337.60857582092285,334.78474617004395,336.16018295288086 +10000,50000,cpu,normal,True,True,False,40.18759727478027,40.132999420166016,39.89720344543457,40.04096984863281,40.8935546875,39.85095024108887,40.93194007873535,40.157318115234375,39.8256778717041,39.459228515625,665.3938293457031,668.7793731689453,664.7348403930664,663.243293762207,668.9133644104004,669.9905395507812,665.4660701751709,667.6716804504395,668.724775314331,663.9785766601562 +10000,50000,cpu,normal,False,True,False,41.49675369262695,40.822505950927734,41.06283187866211,40.377140045166016,41.43953323364258,40.79103469848633,41.19229316711426,41.19873046875,41.205406188964844,40.247440338134766,671.7102527618408,673.7923622131348,671.6856956481934,669.0428256988525,671.9613075256348,670.7451343536377,669.6491241455078,671.7712879180908,671.583890914917,671.5729236602783 +10000,50000,cpu,normal,True,False,False,51.000118255615234,51.28002166748047,51.407814025878906,49.85547065734863,50.22144317626953,50.65655708312988,52.80113220214844,50.09746551513672,51.50318145751953,50.98295211791992,676.0494709014893,675.0319004058838,673.2118129730225,674.4785308837891,674.1101741790771,672.957181930542,671.1122989654541,673.8293170928955,673.7127304077148,674.5872497558594 +10000,50000,cpu,normal,False,False,False,82.74602890014648,81.1917781829834,81.09498023986816,81.14409446716309,82.366943359375,81.29096031188965,82.27062225341797,81.23016357421875,80.71327209472656,81.53176307678223,677.5662899017334,676.8274307250977,678.6789894104004,678.0374050140381,674.3354797363281,675.912618637085,676.7716407775879,673.6412048339844,676.8932342529297,678.4453392028809 +25000,1000,cpu,homo,True,True,False,6.413936614990234,5.223989486694336,5.0601959228515625,6.479740142822266,3.711700439453125,7.067203521728516,4.601240158081055,6.440877914428711,6.465435028076172,7.273435592651367,9.186267852783203,9.368896484375,9.221792221069336,9.230613708496094,9.30643081665039,9.164810180664062,9.413957595825195,9.304046630859375,9.454011917114258,9.212493896484375 +25000,1000,cpu,homo,False,True,False,1.390218734741211,1.4190673828125,1.4138221740722656,1.1837482452392578,1.3811588287353516,1.5249252319335938,1.5180110931396484,1.2028217315673828,1.3797283172607422,1.3573169708251953,9.605646133422852,9.714365005493164,9.68480110168457,9.639739990234375,9.673595428466797,9.768486022949219,9.73820686340332,9.660959243774414,9.772062301635742,9.45425033569336 +25000,1000,cpu,homo,True,False,False,10.336160659790039,10.58197021484375,11.068344116210938,10.5743408203125,9.758710861206055,10.792255401611328,9.908199310302734,10.800361633300781,10.636568069458008,10.706424713134766,9.865522384643555,9.99307632446289,10.062694549560547,9.920835494995117,9.954690933227539,9.922981262207031,9.858846664428711,9.918212890625,9.810209274291992,9.994268417358398 +25000,1000,cpu,homo,False,False,False,9.470224380493164,8.592844009399414,16.4034366607666,17.613887786865234,15.85245132446289,16.119003295898438,11.098146438598633,17.82393455505371,13.855934143066406,17.53854751586914,9.745359420776367,9.894132614135742,9.651660919189453,9.799003601074219,9.555578231811523,9.921073913574219,9.421825408935547,9.790420532226562,9.834766387939453,11.812210083007812 +25000,1000,cpu,uniform,True,True,False,7.286787033081055,6.796836853027344,5.988597869873047,10.71023941040039,9.990453720092773,11.417865753173828,9.141683578491211,9.310722351074219,10.722637176513672,11.948347091674805,16.454696655273438,16.478776931762695,16.637325286865234,16.688108444213867,16.679763793945312,17.032861709594727,16.675233840942383,16.67189598083496,16.76177978515625,16.731739044189453 +25000,1000,cpu,uniform,False,True,False,2.176523208618164,2.279043197631836,2.2385120391845703,1.806020736694336,1.8978118896484375,1.6779899597167969,1.6410350799560547,1.7719268798828125,1.4548301696777344,1.5079975128173828,17.313241958618164,38.67912292480469,17.100811004638672,16.986370086669922,17.047643661499023,16.970157623291016,16.94798469543457,17.15254783630371,17.19379425048828,17.081260681152344 +25000,1000,cpu,uniform,True,False,False,8.048057556152344,7.909536361694336,8.059978485107422,7.903099060058594,8.17108154296875,7.961034774780273,8.155345916748047,8.083105087280273,8.068323135375977,8.033275604248047,17.88806915283203,17.543315887451172,17.3642635345459,17.391204833984375,17.486572265625,17.265796661376953,17.344951629638672,17.45772361755371,17.30632781982422,17.303943634033203 +25000,1000,cpu,uniform,False,False,False,13.031244277954102,18.38064193725586,18.654823303222656,18.26000213623047,17.01045036315918,13.981103897094727,10.971784591674805,12.115955352783203,9.151220321655273,18.815040588378906,17.010211944580078,16.99519157409668,17.145395278930664,17.598628997802734,17.483234405517578,17.603635787963867,27.049541473388672,17.434120178222656,16.909122467041016,17.116546630859375 +25000,1000,cpu,normal,True,True,False,39.02006149291992,32.31072425842285,29.07705307006836,31.418323516845703,31.241893768310547,29.450178146362305,23.762941360473633,27.46868133544922,30.927181243896484,36.30423545837402,33.7982177734375,33.8137149810791,33.62250328063965,33.48088264465332,33.23221206665039,33.330440521240234,33.391714096069336,33.59580039978027,33.33115577697754,33.37812423706055 +25000,1000,cpu,normal,False,True,False,4.490375518798828,4.499673843383789,3.7403106689453125,3.1855106353759766,3.233671188354492,3.2346248626708984,3.4227371215820312,3.3190250396728516,3.1507015228271484,2.8297901153564453,33.58101844787598,33.44464302062988,33.63204002380371,33.93411636352539,33.93959999084473,33.193111419677734,33.63442420959473,33.44225883483887,33.3099365234375,33.384084701538086 +25000,1000,cpu,normal,True,False,False,8.430719375610352,8.588552474975586,8.496522903442383,9.030818939208984,9.136199951171875,9.055137634277344,8.792400360107422,8.755207061767578,8.742332458496094,8.983135223388672,34.21592712402344,34.14273262023926,34.108638763427734,34.156084060668945,34.21521186828613,34.173011779785156,33.80227088928223,33.86211395263672,33.90836715698242,33.90002250671387 +25000,1000,cpu,normal,False,False,False,37.34254837036133,40.89212417602539,22.710561752319336,15.776634216308594,15.125274658203125,16.051769256591797,41.86701774597168,34.806013107299805,30.39860725402832,39.48187828063965,34.305572509765625,34.17515754699707,34.299373626708984,34.239768981933594,34.15203094482422,33.98585319519043,34.29293632507324,34.468889236450195,34.06047821044922,34.16275978088379 +25000,2500,cpu,homo,True,True,False,6.783723831176758,11.077880859375,6.839752197265625,7.175445556640625,6.907939910888672,10.32710075378418,6.7958831787109375,8.494138717651367,10.175466537475586,11.130571365356445,23.70929718017578,23.37336540222168,23.604393005371094,23.36287498474121,23.264646530151367,23.799657821655273,23.359060287475586,23.449182510375977,23.527860641479492,23.28658103942871 +25000,2500,cpu,homo,False,True,False,2.3453235626220703,2.1958351135253906,3.1404495239257812,2.4344921112060547,2.0134449005126953,2.0096302032470703,2.5947093963623047,2.6814937591552734,2.513408660888672,1.8088817596435547,23.306608200073242,22.82857894897461,23.316144943237305,22.91107177734375,23.188114166259766,23.342132568359375,22.927522659301758,23.29254150390625,23.372888565063477,23.088455200195312 +25000,2500,cpu,homo,True,False,False,16.281843185424805,16.640424728393555,16.777992248535156,16.134977340698242,16.094207763671875,16.260385513305664,16.58177375793457,16.234397888183594,17.237186431884766,16.788244247436523,24.416208267211914,24.188756942749023,24.579286575317383,25.145769119262695,24.426937103271484,24.090290069580078,24.387598037719727,24.13463592529297,24.454116821289062,24.11484718322754 +25000,2500,cpu,homo,False,False,False,17.331838607788086,12.61281967163086,9.309053421020508,16.476154327392578,15.932083129882812,17.590761184692383,16.283512115478516,16.6933536529541,16.76154136657715,15.23280143737793,24.22618865966797,24.17922019958496,24.305105209350586,24.030447006225586,24.057388305664062,24.134159088134766,23.904800415039062,24.243593215942383,24.091720581054688,24.43528175354004 +25000,2500,cpu,uniform,True,True,False,11.686086654663086,11.955976486206055,11.44719123840332,10.931015014648438,11.987686157226562,11.418342590332031,11.004924774169922,11.289119720458984,11.710166931152344,10.39886474609375,41.42951965332031,41.47744178771973,41.31937026977539,41.6722297668457,41.44120216369629,41.567087173461914,41.58163070678711,41.29314422607422,42.14167594909668,41.94808006286621 +25000,2500,cpu,uniform,False,True,False,4.170656204223633,3.4911632537841797,2.787351608276367,2.657651901245117,2.640247344970703,3.2966136932373047,2.8679370880126953,2.860546112060547,2.440929412841797,2.3543834686279297,42.10472106933594,42.064666748046875,44.6934700012207,41.69654846191406,41.477203369140625,41.600704193115234,41.78309440612793,41.698455810546875,41.66221618652344,41.18180274963379 +25000,2500,cpu,uniform,True,False,False,14.003276824951172,14.067411422729492,13.94343376159668,13.760089874267578,14.205217361450195,14.136314392089844,13.977527618408203,13.692855834960938,13.984441757202148,14.04881477355957,42.4344539642334,42.80900955200195,43.097496032714844,42.975664138793945,42.99426078796387,42.9682731628418,42.58608818054199,42.563438415527344,42.4189567565918,42.77396202087402 +25000,2500,cpu,uniform,False,False,False,18.586158752441406,14.567852020263672,11.725425720214844,15.837907791137695,11.964082717895508,11.202096939086914,16.38507843017578,19.52838897705078,16.979217529296875,18.037796020507812,42.4952507019043,42.39702224731445,42.61946678161621,42.5267219543457,42.38605499267578,42.421579360961914,42.82021522521973,42.80900955200195,43.016910552978516,42.4044132232666 +25000,2500,cpu,normal,True,True,False,26.249408721923828,26.877164840698242,29.26945686340332,23.56886863708496,29.382705688476562,16.711711883544922,30.797719955444336,27.84562110900879,26.83281898498535,29.753684997558594,84.00845527648926,84.2435359954834,84.37824249267578,84.8550796508789,83.72902870178223,83.82463455200195,82.92651176452637,84.1515064239502,83.81986618041992,83.43219757080078 +25000,2500,cpu,normal,False,True,False,4.7817230224609375,4.745006561279297,5.258798599243164,5.097389221191406,5.28407096862793,6.908178329467773,4.751443862915039,4.71186637878418,6.124019622802734,4.947662353515625,84.11407470703125,83.82058143615723,84.65075492858887,84.12742614746094,84.25140380859375,106.0185432434082,84.49387550354004,84.28025245666504,84.21611785888672,84.96356010437012 +25000,2500,cpu,normal,True,False,False,16.85476303100586,15.825271606445312,15.76375961303711,16.19887351989746,16.94321632385254,15.95449447631836,16.35885238647461,18.11814308166504,16.339778900146484,16.495227813720703,84.85746383666992,84.58733558654785,84.28001403808594,85.18671989440918,85.18791198730469,84.87772941589355,84.72633361816406,84.43737030029297,104.79879379272461,84.04874801635742 +25000,2500,cpu,normal,False,False,False,25.11739730834961,34.02543067932129,38.50722312927246,31.836271286010742,28.71084213256836,23.46181869506836,31.152963638305664,23.5445499420166,30.43818473815918,31.748294830322266,84.4273567199707,85.70432662963867,84.74302291870117,84.42997932434082,84.60855484008789,85.17122268676758,85.01124382019043,84.99431610107422,84.93804931640625,85.08634567260742 +25000,5000,cpu,homo,True,True,False,7.717132568359375,10.264158248901367,11.046886444091797,11.112689971923828,10.457754135131836,7.92384147644043,8.513689041137695,9.453296661376953,7.908105850219727,7.212638854980469,47.116756439208984,46.77557945251465,47.069549560546875,46.710968017578125,46.636104583740234,46.23866081237793,46.37932777404785,46.19622230529785,46.02837562561035,46.306610107421875 +25000,5000,cpu,homo,False,True,False,3.8650035858154297,3.9997100830078125,2.7360916137695312,2.8955936431884766,3.023862838745117,2.244234085083008,2.2737979888916016,2.240896224975586,2.4361610412597656,1.8610954284667969,68.93253326416016,47.142744064331055,46.881914138793945,46.86427116394043,46.653032302856445,46.43678665161133,46.593666076660156,46.61202430725098,46.248435974121094,49.507856369018555 +25000,5000,cpu,homo,True,False,False,22.43971824645996,23.195743560791016,23.086071014404297,23.255348205566406,23.572444915771484,23.671865463256836,23.201704025268555,23.474931716918945,22.665977478027344,23.552894592285156,47.95026779174805,47.737836837768555,47.59502410888672,47.45006561279297,47.745704650878906,47.904253005981445,47.837018966674805,47.96433448791504,47.99365997314453,47.93190956115723 +25000,5000,cpu,homo,False,False,False,15.242576599121094,15.01917839050293,15.926837921142578,16.715526580810547,14.25027847290039,15.252113342285156,14.694929122924805,14.590024948120117,14.53542709350586,14.703989028930664,47.95050621032715,48.583269119262695,48.99001121520996,47.852277755737305,47.87635803222656,47.887325286865234,47.95026779174805,47.83916473388672,47.61672019958496,48.19798469543457 +25000,5000,cpu,uniform,True,True,False,11.28387451171875,13.265371322631836,13.279914855957031,18.232107162475586,13.074398040771484,17.75956153869629,11.68966293334961,11.466264724731445,12.477636337280273,13.93437385559082,82.22651481628418,82.44490623474121,82.29255676269531,103.19662094116211,82.34429359436035,82.60250091552734,83.39953422546387,83.21809768676758,83.2674503326416,82.65042304992676 +25000,5000,cpu,uniform,False,True,False,5.249977111816406,4.35185432434082,4.312276840209961,3.345012664794922,3.0291080474853516,3.5371780395507812,4.558563232421875,4.894018173217773,4.202842712402344,4.802703857421875,82.85760879516602,83.66918563842773,104.27355766296387,83.6939811706543,83.43219757080078,83.49156379699707,83.87613296508789,83.47010612487793,83.06670188903809,83.42337608337402 +25000,5000,cpu,uniform,True,False,False,20.488500595092773,20.766258239746094,20.929336547851562,20.649433135986328,20.531654357910156,20.442485809326172,20.357370376586914,20.81465721130371,21.007537841796875,20.75481414794922,84.41305160522461,84.99646186828613,83.93168449401855,84.89489555358887,86.18354797363281,84.3651294708252,85.42060852050781,85.23321151733398,85.57438850402832,85.26372909545898 +25000,5000,cpu,uniform,False,False,False,17.142295837402344,16.26133918762207,21.803617477416992,16.302108764648438,14.853954315185547,16.030550003051758,19.323348999023438,17.34447479248047,16.56341552734375,18.059253692626953,84.60021018981934,84.4109058380127,85.55769920349121,84.73420143127441,84.77663993835449,84.2280387878418,84.21802520751953,83.94432067871094,84.18464660644531,83.39858055114746 +25000,5000,cpu,normal,True,True,False,29.489517211914062,27.220964431762695,22.711992263793945,26.032447814941406,29.62779998779297,26.728391647338867,29.44779396057129,26.370525360107422,23.793697357177734,25.15411376953125,168.77126693725586,170.0448989868164,167.76752471923828,166.84913635253906,167.18292236328125,167.23060607910156,167.44065284729004,168.59912872314453,167.93012619018555,167.6309108734131 +25000,5000,cpu,normal,False,True,False,10.50877571105957,9.865760803222656,9.433507919311523,10.268211364746094,10.364770889282227,9.79304313659668,11.232614517211914,9.842157363891602,10.077953338623047,10.133743286132812,167.45519638061523,167.99616813659668,167.64235496520996,168.57385635375977,168.32304000854492,167.3758029937744,168.05458068847656,169.11578178405762,168.22075843811035,169.5425510406494 +25000,5000,cpu,normal,True,False,False,24.993181228637695,25.894641876220703,25.032997131347656,24.97720718383789,25.728702545166016,25.248050689697266,27.637481689453125,25.32172203063965,25.04134178161621,25.6960391998291,168.7338352203369,169.0685749053955,169.3878173828125,169.77596282958984,171.4329719543457,169.33131217956543,169.28482055664062,169.03948783874512,169.04211044311523,168.41435432434082 +25000,5000,cpu,normal,False,False,False,36.42559051513672,31.35061264038086,29.35051918029785,34.23953056335449,32.15360641479492,33.223628997802734,38.2847785949707,39.05129432678223,29.596328735351562,33.87188911437988,169.2190170288086,168.81442070007324,169.5573329925537,172.90353775024414,170.50719261169434,170.10998725891113,169.23213005065918,168.9291000366211,169.21544075012207,170.49241065979004 +25000,10000,cpu,homo,True,True,False,6.208896636962891,6.9370269775390625,5.815744400024414,4.858970642089844,4.857063293457031,3.7882328033447266,3.835439682006836,3.743886947631836,3.545999526977539,3.5240650177001953,93.38593482971191,93.70112419128418,93.81890296936035,93.33157539367676,93.21260452270508,92.21982955932617,92.79322624206543,92.26059913635254,93.31226348876953,92.8804874420166 +25000,10000,cpu,homo,False,True,False,5.72967529296875,5.1784515380859375,4.385471343994141,4.323482513427734,3.8683414459228516,3.798961639404297,3.4456253051757812,4.187822341918945,3.4589767456054688,4.165172576904297,91.75753593444824,92.33832359313965,92.10658073425293,91.85218811035156,91.94612503051758,92.7436351776123,92.39006042480469,93.0638313293457,92.21363067626953,91.76135063171387 +25000,10000,cpu,homo,True,False,False,31.64839744567871,32.63974189758301,31.603574752807617,31.965970993041992,31.71372413635254,32.00864791870117,32.46665000915527,32.38630294799805,32.52577781677246,32.20057487487793,96.10605239868164,95.39294242858887,95.98493576049805,96.3282585144043,96.38142585754395,95.59345245361328,95.54266929626465,96.2064266204834,95.60847282409668,95.71146965026855 +25000,10000,cpu,homo,False,False,False,22.03083038330078,21.61431312561035,21.595478057861328,21.735429763793945,22.28093147277832,22.118091583251953,21.779537200927734,22.782325744628906,21.690845489501953,21.660566329956055,96.26960754394531,95.05844116210938,94.89607810974121,95.94106674194336,95.32332420349121,94.73991394042969,94.77996826171875,95.66783905029297,95.23606300354004,94.81525421142578 +25000,10000,cpu,uniform,True,True,False,5.843162536621094,6.056070327758789,6.179332733154297,5.703449249267578,6.062984466552734,5.688667297363281,5.8269500732421875,5.84721565246582,5.506753921508789,6.206512451171875,164.56866264343262,165.1437282562256,165.1465892791748,166.58973693847656,165.86661338806152,165.07887840270996,164.81971740722656,166.2428379058838,164.50977325439453,165.61651229858398 +25000,10000,cpu,uniform,False,True,False,7.689476013183594,6.842851638793945,5.857944488525391,5.632162094116211,6.197690963745117,6.054162979125977,5.368947982788086,5.781650543212891,5.667448043823242,5.74040412902832,165.72022438049316,165.35019874572754,164.0770435333252,164.0169620513916,164.3388271331787,164.43824768066406,165.52162170410156,165.54570198059082,164.0622615814209,162.48130798339844 +25000,10000,cpu,uniform,True,False,False,30.43365478515625,29.60491180419922,30.18784523010254,30.171871185302734,30.09176254272461,29.639482498168945,31.03470802307129,29.412508010864258,30.991554260253906,30.419111251831055,168.63131523132324,170.16053199768066,169.572114944458,187.8662109375,168.32613945007324,168.38550567626953,169.44646835327148,169.9240207672119,169.2824363708496,168.9610481262207 +25000,10000,cpu,uniform,False,False,False,21.65079116821289,20.37525177001953,20.545244216918945,21.814584732055664,20.847320556640625,22.10831642150879,21.811485290527344,21.49057388305664,20.361900329589844,21.570444107055664,168.92719268798828,169.44193840026855,169.30770874023438,170.38846015930176,169.0347194671631,168.6253547668457,168.38526725769043,168.61653327941895,169.74377632141113,171.23651504516602 +25000,10000,cpu,normal,True,True,False,20.847082138061523,20.153284072875977,20.263195037841797,20.871400833129883,21.149635314941406,20.465850830078125,20.23005485534668,20.54762840270996,20.609378814697266,21.428823471069336,334.8691463470459,335.5381488800049,336.2774848937988,335.79564094543457,336.52806282043457,338.0279541015625,333.9424133300781,336.9615077972412,337.1131420135498,334.26904678344727 +25000,10000,cpu,normal,False,True,False,19.400358200073242,20.078420639038086,21.176815032958984,20.151138305664062,20.761728286743164,20.491838455200195,20.50304412841797,19.494295120239258,19.86861228942871,19.973039627075195,332.5207233428955,336.99917793273926,333.5261344909668,331.9096565246582,338.2081985473633,332.7596187591553,335.01672744750977,335.68453788757324,333.84180068969727,332.69381523132324 +25000,10000,cpu,normal,True,False,False,40.6186580657959,41.01872444152832,40.54975509643555,40.30966758728027,40.28773307800293,41.08881950378418,42.99306869506836,40.0540828704834,41.42427444458008,40.62914848327637,337.94569969177246,335.02745628356934,337.9511833190918,339.6306037902832,337.7494812011719,340.0912284851074,338.23275566101074,337.1462821960449,339.524507522583,336.99798583984375 +25000,10000,cpu,normal,False,False,False,35.06588935852051,34.2555046081543,33.88404846191406,33.9663028717041,34.471750259399414,35.06588935852051,33.93697738647461,34.013986587524414,33.293724060058594,33.52689743041992,338.8392925262451,339.1916751861572,337.15319633483887,337.8918170928955,342.50640869140625,337.86702156066895,338.7150764465332,339.7712707519531,337.91351318359375,339.7104740142822 +25000,25000,cpu,homo,True,True,False,8.931159973144531,8.605003356933594,9.277105331420898,8.533000946044922,8.903741836547852,8.558273315429688,9.819984436035156,8.515119552612305,9.027719497680664,8.478641510009766,230.22723197937012,232.2542667388916,228.58691215515137,227.65636444091797,268.80931854248047,231.72736167907715,228.96480560302734,229.4924259185791,231.79936408996582,232.7566146850586 +25000,25000,cpu,homo,False,True,False,9.340763092041016,8.532047271728516,9.277820587158203,10.490179061889648,9.055137634277344,8.963584899902344,9.383440017700195,8.970260620117188,8.85319709777832,8.919954299926758,230.29375076293945,236.5870475769043,232.16509819030762,229.22444343566895,230.93080520629883,233.37388038635254,232.64718055725098,229.3846607208252,229.92944717407227,231.08339309692383 +25000,25000,cpu,homo,True,False,False,53.95174026489258,53.316593170166016,53.922176361083984,53.323984146118164,53.771018981933594,52.77824401855469,53.92646789550781,54.939985275268555,54.062604904174805,55.199623107910156,238.65079879760742,238.07215690612793,240.3891086578369,238.82699012756348,238.2373809814453,238.51847648620605,240.49687385559082,240.07916450500488,239.80164527893066,238.52014541625977 +25000,25000,cpu,homo,False,False,False,54.476261138916016,53.330421447753906,52.4139404296875,53.28202247619629,52.97970771789551,53.60984802246094,52.45065689086914,53.629398345947266,54.2302131652832,54.209232330322266,239.11309242248535,237.73598670959473,238.95525932312012,239.45140838623047,240.55910110473633,238.6457920074463,239.58683013916016,240.0519847869873,240.13566970825195,238.48342895507812 +25000,25000,cpu,uniform,True,True,False,15.464067459106445,14.249324798583984,13.744354248046875,14.098644256591797,13.659238815307617,14.719486236572266,13.748407363891602,14.00136947631836,14.561176300048828,13.751506805419922,416.7981147766113,411.65781021118164,415.30609130859375,412.2951030731201,414.6921634674072,414.5214557647705,412.1098518371582,416.5003299713135,413.16914558410645,414.95585441589355 +25000,25000,cpu,uniform,False,True,False,14.27769660949707,15.424489974975586,13.759613037109375,13.80157470703125,15.482187271118164,13.880014419555664,14.234542846679688,14.362335205078125,13.863086700439453,13.904809951782227,411.1652374267578,412.5630855560303,413.77878189086914,414.1700267791748,414.6137237548828,436.753511428833,415.3256416320801,412.40477561950684,415.1742458343506,415.4624938964844 +25000,25000,cpu,uniform,True,False,False,53.41291427612305,53.43294143676758,53.68828773498535,52.23560333251953,53.714752197265625,53.65467071533203,52.46853828430176,53.59697341918945,53.34186553955078,52.37603187561035,414.57343101501465,422.2252368927002,422.1067428588867,422.3802089691162,420.1338291168213,417.53602027893066,421.43940925598145,417.3753261566162,423.290491104126,419.9368953704834 +25000,25000,cpu,uniform,False,False,False,52.70791053771973,53.53975296020508,53.421735763549805,56.20217323303223,51.93471908569336,54.21876907348633,53.312063217163086,53.18403244018555,54.137468338012695,52.8106689453125,420.3677177429199,421.91433906555176,421.32019996643066,424.10755157470703,426.38683319091797,421.9386577606201,467.56887435913086,422.35374450683594,423.7997531890869,422.7030277252197 +25000,25000,cpu,normal,True,True,False,51.085710525512695,50.72522163391113,53.336381912231445,49.913883209228516,50.2474308013916,50.055742263793945,49.889564514160156,50.06575584411621,49.99732971191406,52.01554298400879,834.9754810333252,837.0697498321533,836.707353591919,879.7211647033691,834.2916965484619,836.5335464477539,832.7822685241699,837.9518985748291,837.1484279632568,833.43505859375 +25000,25000,cpu,normal,False,True,False,49.2091178894043,49.9267578125,49.898386001586914,49.907684326171875,49.97062683105469,51.61857604980469,49.764156341552734,49.78370666503906,50.504207611083984,50.40574073791504,858.1876754760742,839.092493057251,840.1310443878174,838.594913482666,836.8716239929199,834.2289924621582,833.4288597106934,835.8452320098877,836.7257118225098,838.327169418335 +25000,25000,cpu,normal,True,False,False,83.84943008422852,83.82105827331543,82.67712593078613,85.68739891052246,81.62999153137207,82.82470703125,82.82256126403809,83.27913284301758,82.9312801361084,84.51104164123535,846.5960025787354,846.6627597808838,846.3239669799805,863.4176254272461,838.6096954345703,839.4973278045654,867.661714553833,846.4195728302002,846.1956977844238,846.7428684234619 +25000,25000,cpu,normal,False,False,False,83.8160514831543,84.99550819396973,85.77275276184082,84.30314064025879,84.19084548950195,82.56387710571289,84.37061309814453,83.62150192260742,85.07466316223145,83.57834815979004,840.0039672851562,843.7767028808594,844.1970348358154,841.9537544250488,842.4301147460938,842.282772064209,841.3197994232178,841.7296409606934,843.0197238922119,844.754695892334 +25000,37500,cpu,homo,True,True,False,13.292789459228516,13.014554977416992,13.070344924926758,13.13638687133789,13.067007064819336,12.888669967651367,13.023138046264648,13.035774230957031,13.072967529296875,13.727188110351562,346.76170349121094,343.89567375183105,346.2545871734619,344.2826271057129,344.6812629699707,347.2020626068115,347.029447555542,343.3239459991455,346.3478088378906,347.3942279815674 +25000,37500,cpu,homo,False,True,False,13.887166976928711,15.53797721862793,13.143777847290039,13.852357864379883,12.970685958862305,13.580560684204102,13.561248779296875,13.399600982666016,13.527393341064453,13.15164566040039,346.4813232421875,346.80724143981934,345.81518173217773,347.89490699768066,346.76337242126465,346.8492031097412,348.25754165649414,347.2468852996826,348.0844497680664,346.2491035461426 +25000,37500,cpu,homo,True,False,False,70.01924514770508,71.4719295501709,71.18391990661621,70.4345703125,71.28715515136719,70.08004188537598,69.21195983886719,71.78425788879395,69.93627548217773,71.62165641784668,356.56023025512695,360.43620109558105,358.84785652160645,358.4880828857422,359.4532012939453,357.11145401000977,359.07936096191406,360.8675003051758,357.9723834991455,360.5661392211914 +25000,37500,cpu,homo,False,False,False,83.25743675231934,81.53247833251953,82.2291374206543,80.9488296508789,80.54757118225098,81.38918876647949,82.70788192749023,79.89192008972168,81.67171478271484,81.3760757446289,360.05401611328125,361.75537109375,359.4653606414795,360.55827140808105,359.515905380249,359.0424060821533,360.2015972137451,356.7497730255127,357.61141777038574,360.05520820617676 +25000,37500,cpu,uniform,True,True,False,20.647287368774414,20.30158042907715,20.311832427978516,20.44820785522461,20.595073699951172,20.513296127319336,20.690202713012695,21.502971649169922,20.421743392944336,20.901203155517578,620.9630966186523,611.5236282348633,616.011381149292,615.2288913726807,612.2002601623535,615.0648593902588,653.510332107544,629.4636726379395,618.2410717010498,616.9357299804688 +25000,37500,cpu,uniform,False,True,False,20.810842514038086,20.836353302001953,21.806955337524414,21.329402923583984,20.780324935913086,20.77627182006836,20.761966705322266,21.711349487304688,20.879030227661133,21.14701271057129,622.6656436920166,620.8467483520508,621.2191581726074,621.065616607666,619.3382740020752,621.7076778411865,618.9684867858887,622.3859786987305,618.9742088317871,620.4264163970947 +25000,37500,cpu,uniform,True,False,False,65.92321395874023,64.67318534851074,65.69790840148926,64.73684310913086,64.92066383361816,66.1172866821289,64.96858596801758,64.53728675842285,67.4443244934082,67.20614433288574,636.1002922058105,637.4492645263672,633.2001686096191,633.9857578277588,636.610746383667,633.5806846618652,634.9875926971436,634.9532604217529,634.2265605926514,634.6993446350098 +25000,37500,cpu,uniform,False,False,False,79.75959777832031,77.98361778259277,78.58920097351074,79.64420318603516,79.63109016418457,80.44886589050293,79.53691482543945,78.12190055847168,79.88762855529785,80.22212982177734,635.4949474334717,629.6727657318115,627.4197101593018,631.1004161834717,631.0415267944336,631.2577724456787,631.6678524017334,631.0856342315674,633.4192752838135,629.9588680267334 +25000,37500,cpu,normal,True,True,False,75.0131607055664,75.12545585632324,74.58949089050293,74.62263107299805,75.02007484436035,74.5248794555664,74.80072975158691,74.34749603271484,74.28956031799316,76.2016773223877,1255.5289268493652,1257.1642398834229,1256.941556930542,1255.7878494262695,1262.2442245483398,1256.6938400268555,1257.1115493774414,1258.9409351348877,1261.4789009094238,1262.0229721069336 +25000,37500,cpu,normal,False,True,False,76.49755477905273,74.87869262695312,75.10685920715332,74.8288631439209,75.16288757324219,74.55754280090332,74.9664306640625,74.57756996154785,74.71418380737305,75.41251182556152,1262.6523971557617,1257.5747966766357,1258.0666542053223,1259.9990367889404,1259.5396041870117,1259.4854831695557,1259.0324878692627,1256.4897537231445,1255.8681964874268,1260.5538368225098 +25000,37500,cpu,normal,True,False,False,95.67475318908691,96.48776054382324,95.39175033569336,95.61800956726074,96.06218338012695,95.3359603881836,95.63755989074707,95.83640098571777,95.22747993469238,94.57612037658691,1263.7202739715576,1267.441749572754,1268.3203220367432,1264.545202255249,1261.8567943572998,1270.4079151153564,1262.7177238464355,1268.6173915863037,1270.1623439788818,1269.688606262207 +25000,37500,cpu,normal,False,False,False,126.13368034362793,123.14319610595703,123.7339973449707,125.02789497375488,122.88832664489746,126.60884857177734,124.28140640258789,123.4884262084961,125.75173377990723,124.70746040344238,1287.0922088623047,1283.322811126709,1258.971929550171,1261.4359855651855,1255.8352947235107,1263.336420059204,1268.113374710083,1311.690330505371,1273.0960845947266,1265.1724815368652 +25000,50000,cpu,homo,True,True,False,17.336606979370117,18.017053604125977,17.731189727783203,17.69256591796875,17.75336265563965,17.05312728881836,17.18449592590332,17.345905303955078,18.56827735900879,17.244815826416016,463.2275104522705,463.22178840637207,459.50913429260254,462.76283264160156,459.8345756530762,463.5899066925049,460.56485176086426,462.10289001464844,459.9294662475586,461.73739433288574 +25000,50000,cpu,homo,False,True,False,17.227649688720703,17.174959182739258,17.186641693115234,17.16756820678711,17.22407341003418,17.204999923706055,17.555713653564453,17.421245574951172,17.23933219909668,17.496824264526367,462.7664089202881,462.4028205871582,461.4567756652832,459.5654010772705,460.437536239624,461.3618850708008,464.59484100341797,460.42442321777344,461.8830680847168,460.48903465270996 +25000,50000,cpu,homo,True,False,False,88.46259117126465,88.61303329467773,89.84661102294922,87.42856979370117,90.4991626739502,88.82880210876465,88.9444351196289,89.24746513366699,88.1040096282959,89.39766883850098,477.7989387512207,474.52425956726074,477.8463840484619,476.5050411224365,479.59446907043457,475.54612159729004,480.5331230163574,476.6390323638916,479.6626567840576,475.05927085876465 +25000,50000,cpu,homo,False,False,False,108.99162292480469,108.39605331420898,109.15231704711914,107.08498954772949,108.91294479370117,108.2468032836914,110.76521873474121,109.96890068054199,108.80613327026367,109.82012748718262,474.40433502197266,475.4483699798584,476.90653800964355,475.51774978637695,478.5020351409912,476.978063583374,478.09600830078125,478.43146324157715,478.96695137023926,477.72955894470215 +25000,50000,cpu,uniform,True,True,False,28.053998947143555,27.7254581451416,27.41551399230957,27.933597564697266,27.56810188293457,27.048587799072266,27.431726455688477,27.661561965942383,27.29177474975586,29.454469680786133,824.6631622314453,828.7181854248047,846.9316959381104,823.8322734832764,826.7109394073486,828.270673751831,827.1596431732178,830.690860748291,829.2081356048584,830.2769660949707 +25000,50000,cpu,uniform,False,True,False,27.659177780151367,26.978254318237305,27.998924255371094,27.716875076293945,27.326583862304688,28.004169464111328,27.627944946289062,28.918981552124023,27.885913848876953,27.37259864807129,827.7828693389893,823.9314556121826,824.1407871246338,823.3137130737305,824.4011402130127,824.6376514434814,850.6217002868652,827.6641368865967,827.1074295043945,824.1596221923828 +25000,50000,cpu,uniform,True,False,False,81.09569549560547,82.61990547180176,81.84170722961426,82.05389976501465,85.26754379272461,80.97314834594727,83.91475677490234,83.0376148223877,84.97476577758789,83.53948593139648,843.4247970581055,846.2448120117188,846.1580276489258,844.6760177612305,843.8370227813721,844.7000980377197,845.2658653259277,847.0630645751953,845.5512523651123,843.3482646942139 +25000,50000,cpu,uniform,False,False,False,106.24957084655762,107.32865333557129,107.49435424804688,108.19554328918457,109.49349403381348,107.67626762390137,108.45708847045898,106.78553581237793,111.61470413208008,107.26428031921387,842.7510261535645,844.0883159637451,844.4159030914307,843.1744575500488,843.3165550231934,844.5096015930176,847.6886749267578,842.0531749725342,847.8515148162842,846.550464630127 +25000,50000,cpu,normal,True,True,False,99.6391773223877,106.31108283996582,101.16219520568848,100.20971298217773,99.81942176818848,100.25763511657715,100.94475746154785,100.50845146179199,100.19636154174805,100.12984275817871,1678.3936023712158,1717.153549194336,1678.5600185394287,1679.7516345977783,1680.1669597625732,1679.197072982788,1679.4462203979492,1686.9182586669922,1690.7637119293213,1703.702449798584 +25000,50000,cpu,normal,False,True,False,100.26121139526367,99.97367858886719,99.76530075073242,100.29435157775879,100.12269020080566,99.80893135070801,100.11672973632812,100.05521774291992,99.33090209960938,98.8459587097168,1682.2588443756104,1677.6163578033447,1680.3946495056152,1678.3783435821533,1675.8975982666016,1677.9954433441162,1677.1199703216553,1673.5341548919678,1671.475887298584,1679.9933910369873 +25000,50000,cpu,normal,True,False,False,126.24859809875488,126.85155868530273,126.06096267700195,124.33457374572754,124.15671348571777,126.6934871673584,125.39386749267578,124.88102912902832,122.95699119567871,125.06413459777832,1682.7280521392822,1683.8579177856445,1679.8663139343262,1728.7516593933105,1686.1841678619385,1680.359125137329,1687.3478889465332,1687.3724460601807,1684.0245723724365,1681.929349899292 +25000,50000,cpu,normal,False,False,False,167.8597927093506,169.60740089416504,169.50631141662598,168.6418056488037,168.72382164001465,166.75567626953125,169.0232753753662,169.89469528198242,167.59061813354492,168.47777366638184,1689.4757747650146,1712.8207683563232,1687.598705291748,1687.9291534423828,1692.2924518585205,1691.9469833374023,1690.091848373413,1734.9600791931152,1688.7493133544922,1692.5299167633057 +37500,1000,cpu,homo,True,True,False,9.884119033813477,9.66501235961914,9.771585464477539,9.931325912475586,9.673595428466797,10.198831558227539,16.017675399780273,10.522603988647461,9.135723114013672,10.399580001831055,13.740301132202148,13.961315155029297,13.84282112121582,13.908863067626953,13.792753219604492,13.771295547485352,13.887166976928711,13.998746871948242,14.061450958251953,13.922691345214844 +37500,1000,cpu,homo,False,True,False,1.8610954284667969,1.8358230590820312,1.8358230590820312,1.8413066864013672,1.8315315246582031,1.9638538360595703,1.4331340789794922,1.7421245574951172,2.0220279693603516,1.394510269165039,14.449119567871094,14.628410339355469,14.54019546508789,14.542818069458008,14.71257209777832,14.784812927246094,14.456987380981445,14.566421508789062,14.635801315307617,14.357566833496094 +37500,1000,cpu,homo,True,False,False,15.102624893188477,14.874935150146484,14.9078369140625,15.149116516113281,15.506505966186523,14.835596084594727,15.333890914916992,15.285968780517578,16.030073165893555,15.762567520141602,14.800071716308594,14.759302139282227,14.676094055175781,14.839649200439453,14.848470687866211,14.827728271484375,14.849424362182617,14.961481094360352,14.931440353393555,14.770746231079102 +37500,1000,cpu,homo,False,False,False,13.628721237182617,23.168563842773438,16.73746109008789,21.97718620300293,21.533966064453125,13.859987258911133,22.41039276123047,18.497705459594727,23.5135555267334,22.008895874023438,14.387845993041992,14.263629913330078,14.435768127441406,14.392852783203125,14.566659927368164,14.375686645507812,14.340400695800781,14.475584030151367,14.310836791992188,14.52326774597168 +37500,1000,cpu,uniform,True,True,False,14.645576477050781,10.823726654052734,8.231878280639648,7.122993469238281,6.208181381225586,15.658378601074219,16.204833984375,11.045694351196289,13.7786865234375,16.637086868286133,24.87468719482422,24.95098114013672,25.055646896362305,24.929046630859375,25.10833740234375,25.185346603393555,25.20275115966797,25.194644927978516,25.2683162689209,25.110483169555664 +37500,1000,cpu,uniform,False,True,False,2.7642250061035156,3.0469894409179688,2.562999725341797,2.413511276245117,2.8891563415527344,2.0151138305664062,2.09808349609375,1.947164535522461,1.8842220306396484,1.844644546508789,25.9702205657959,25.67887306213379,25.653600692749023,25.721073150634766,27.492523193359375,25.51889419555664,25.47621726989746,25.890827178955078,25.716543197631836,25.92158317565918 +37500,1000,cpu,uniform,True,False,False,11.506319046020508,11.903524398803711,11.999130249023438,11.963129043579102,11.592388153076172,11.830329895019531,11.589765548706055,11.713027954101562,11.59977912902832,11.999368667602539,25.611400604248047,25.794267654418945,25.55370330810547,25.624513626098633,25.732994079589844,25.65169334411621,25.784969329833984,25.749683380126953,25.905370712280273,25.53391456604004 +37500,1000,cpu,uniform,False,False,False,27.870893478393555,20.999670028686523,27.65631675720215,27.675390243530273,24.97100830078125,25.647640228271484,26.33976936340332,17.820119857788086,14.559745788574219,14.21213150024414,25.81477165222168,25.948047637939453,25.486469268798828,25.890350341796875,25.6044864654541,25.787830352783203,25.8638858795166,25.624752044677734,25.725603103637695,25.670766830444336 +37500,1000,cpu,normal,True,True,False,25.87890625,21.617412567138672,31.78238868713379,33.18452835083008,44.67129707336426,41.853904724121094,40.79866409301758,40.543317794799805,40.435075759887695,37.32490539550781,50.45342445373535,50.73428153991699,50.66657066345215,49.973249435424805,49.96323585510254,50.338029861450195,50.49920082092285,50.50468444824219,50.42147636413574,50.39191246032715 +37500,1000,cpu,normal,False,True,False,5.085229873657227,4.735469818115234,5.552530288696289,4.731178283691406,4.46009635925293,3.8199424743652344,3.8399696350097656,3.445148468017578,2.9616355895996094,3.0651092529296875,51.79858207702637,51.29194259643555,50.586700439453125,51.013946533203125,50.894737243652344,50.780296325683594,50.696611404418945,50.39072036743164,50.47273635864258,52.887678146362305 +37500,1000,cpu,normal,True,False,False,12.894153594970703,12.618303298950195,12.536764144897461,12.64500617980957,12.3443603515625,12.33053207397461,13.674020767211914,12.693166732788086,12.754440307617188,12.800455093383789,51.093101501464844,50.77362060546875,50.65298080444336,50.87614059448242,50.566911697387695,50.718069076538086,50.354719161987305,50.63581466674805,50.70376396179199,50.75407028198242 +37500,1000,cpu,normal,False,False,False,25.53391456604004,60.910940170288086,48.50125312805176,39.197444915771484,44.014692306518555,40.04526138305664,28.6865234375,41.14842414855957,39.18266296386719,46.27513885498047,50.69422721862793,50.69899559020996,50.827741622924805,50.35996437072754,50.598859786987305,50.60982704162598,50.49490928649902,50.57835578918457,50.68612098693848,50.60863494873047 +37500,2500,cpu,homo,True,True,False,11.66081428527832,10.500431060791016,8.956670761108398,10.432720184326172,9.104251861572266,10.229349136352539,13.119935989379883,9.91201400756836,9.961843490600586,10.087013244628906,34.82866287231445,35.054922103881836,34.62386131286621,34.87443923950195,34.33585166931152,34.60693359375,34.88802909851074,34.51848030090332,34.83700752258301,35.003662109375 +37500,2500,cpu,homo,False,True,False,3.791332244873047,2.7539730072021484,2.9244422912597656,2.918720245361328,2.717733383178711,2.5959014892578125,2.8464794158935547,2.2368431091308594,2.5482177734375,2.2385120391845703,35.085201263427734,35.036325454711914,35.34436225891113,35.24446487426758,35.3085994720459,35.04443168640137,35.04514694213867,34.98268127441406,35.00533103942871,34.804582595825195 +37500,2500,cpu,homo,True,False,False,24.854660034179688,24.618864059448242,25.543689727783203,25.470256805419922,25.403976440429688,25.147199630737305,25.78878402709961,25.02298355102539,25.177955627441406,24.79386329650879,36.108970642089844,36.229610443115234,36.04435920715332,36.04769706726074,36.37576103210449,36.3461971282959,36.429643630981445,36.27324104309082,36.15903854370117,36.373138427734375 +37500,2500,cpu,homo,False,False,False,19.521236419677734,20.392656326293945,16.913652420043945,19.98162269592285,23.154497146606445,24.259328842163086,22.78447151184082,24.100542068481445,25.444746017456055,26.39603614807129,35.5527400970459,35.60614585876465,35.64000129699707,35.84718704223633,35.944461822509766,35.81953048706055,36.08250617980957,35.691261291503906,35.89129447937012,36.38052940368652 +37500,2500,cpu,uniform,True,True,False,14.16921615600586,16.804933547973633,16.57843589782715,13.417482376098633,15.572071075439453,14.855146408081055,9.578227996826172,16.083717346191406,14.665365219116211,11.211156845092773,62.28923797607422,62.55817413330078,62.13688850402832,62.43324279785156,100.67009925842285,63.18235397338867,62.622785568237305,62.69979476928711,62.44659423828125,62.499046325683594 +37500,2500,cpu,uniform,False,True,False,3.938913345336914,4.918336868286133,3.7305355072021484,3.8766860961914062,3.1549930572509766,3.0851364135742188,3.591299057006836,2.810955047607422,3.2968521118164062,2.656221389770508,62.372446060180664,62.7593994140625,62.82520294189453,62.43276596069336,62.966108322143555,62.979698181152344,63.03691864013672,62.847137451171875,62.71672248840332,62.75343894958496 +37500,2500,cpu,uniform,True,False,False,21.357297897338867,21.37470245361328,21.767854690551758,21.82459831237793,21.559476852416992,21.58665657043457,22.071361541748047,21.364450454711914,21.50273323059082,21.402597427368164,63.75741958618164,63.77673149108887,63.22646141052246,63.77100944519043,63.973188400268555,63.37308883666992,63.58623504638672,63.57860565185547,64.66794013977051,64.0571117401123 +37500,2500,cpu,uniform,False,False,False,17.064332962036133,22.31144905090332,19.768714904785156,25.283336639404297,21.711111068725586,26.385784149169922,26.790142059326172,22.01676368713379,24.564504623413086,15.355825424194336,62.78800964355469,63.297271728515625,63.37428092956543,63.248634338378906,63.25078010559082,63.71474266052246,64.6359920501709,64.50009346008301,64.09287452697754,64.32795524597168 +37500,2500,cpu,normal,True,True,False,47.373056411743164,41.054725646972656,40.55309295654297,32.76467323303223,52.22463607788086,48.7062931060791,46.35763168334961,39.94131088256836,33.951759338378906,36.90075874328613,125.71310997009277,124.5126724243164,126.16467475891113,125.81205368041992,125.99039077758789,126.4193058013916,126.3735294342041,125.26655197143555,125.58794021606445,125.46610832214355 +37500,2500,cpu,normal,False,True,False,7.068634033203125,8.712053298950195,8.548974990844727,7.737874984741211,7.053375244140625,7.006645202636719,8.372783660888672,7.488727569580078,7.462739944458008,7.390022277832031,125.76007843017578,125.66041946411133,125.5040168762207,125.76985359191895,127.02059745788574,127.75301933288574,126.88660621643066,145.21265029907227,125.74934959411621,124.65596199035645 +37500,2500,cpu,normal,True,False,False,23.49233627319336,23.773193359375,23.439884185791016,23.2694149017334,23.385286331176758,24.002790451049805,24.013996124267578,23.766517639160156,24.286508560180664,23.919343948364258,127.34174728393555,127.75182723999023,126.90591812133789,126.78813934326172,127.39896774291992,147.52793312072754,126.68657302856445,126.79171562194824,125.94103813171387,126.39021873474121 +37500,2500,cpu,normal,False,False,False,44.24571990966797,41.635751724243164,38.88988494873047,41.9769287109375,44.217824935913086,56.1673641204834,44.29936408996582,39.44277763366699,38.359642028808594,53.223371505737305,127.47526168823242,127.14266777038574,126.21402740478516,126.37495994567871,125.8699893951416,125.51069259643555,126.56354904174805,127.7914047241211,128.7078857421875,128.38172912597656 +37500,5000,cpu,homo,True,True,False,16.100645065307617,16.040325164794922,13.537168502807617,13.087987899780273,15.738248825073242,13.945817947387695,13.237714767456055,15.563488006591797,11.053800582885742,15.399456024169922,69.5960521697998,69.49186325073242,68.89891624450684,69.18144226074219,68.86744499206543,68.97234916687012,69.25296783447266,69.53191757202148,69.67282295227051,69.54121589660645 +37500,5000,cpu,homo,False,True,False,4.171133041381836,4.700422286987305,3.7140846252441406,3.6993026733398438,3.3960342407226562,3.942251205444336,2.612590789794922,2.5453567504882812,2.5517940521240234,2.9685497283935547,69.5199966430664,69.58508491516113,69.58961486816406,69.0770149230957,68.86458396911621,69.70524787902832,69.3671703338623,69.7019100189209,69.96631622314453,68.89224052429199 +37500,5000,cpu,homo,True,False,False,34.83390808105469,34.607648849487305,35.131216049194336,35.816192626953125,36.47327423095703,35.994768142700195,35.272836685180664,35.18533706665039,34.41572189331055,37.72282600402832,71.54726982116699,72.13997840881348,72.16978073120117,72.08824157714844,72.18527793884277,71.77567481994629,72.09300994873047,72.5407600402832,72.92532920837402,73.40455055236816 +37500,5000,cpu,homo,False,False,False,22.31764793395996,25.229930877685547,23.438692092895508,27.435302734375,23.597240447998047,26.121854782104492,24.42622184753418,19.201040267944336,24.3680477142334,20.819425582885742,73.1203556060791,71.64740562438965,72.16191291809082,72.01528549194336,71.26402854919434,71.17176055908203,71.35891914367676,70.63984870910645,71.05207443237305,70.84321975708008 +37500,5000,cpu,uniform,True,True,False,15.249252319335938,15.238046646118164,15.155792236328125,13.744354248046875,22.397756576538086,19.165515899658203,15.026330947875977,15.464544296264648,16.524791717529297,16.704320907592773,124.41182136535645,123.57234954833984,124.68814849853516,125.60915946960449,125.04744529724121,124.48239326477051,124.7105598449707,124.05920028686523,124.0236759185791,124.12691116333008 +37500,5000,cpu,uniform,False,True,False,7.786273956298828,5.900859832763672,5.2127838134765625,4.591703414916992,4.246234893798828,4.144906997680664,5.195379257202148,4.161596298217773,4.263401031494141,4.073619842529297,126.30605697631836,124.83549118041992,124.56274032592773,124.4208812713623,124.68266487121582,125.75888633728027,125.08749961853027,161.2374782562256,123.47197532653809,124.94754791259766 +37500,5000,cpu,uniform,True,False,False,30.783653259277344,31.249046325683594,30.743122100830078,30.550241470336914,30.32374382019043,31.09288215637207,31.365394592285156,30.93409538269043,31.2044620513916,30.727148056030273,127.59709358215332,127.17556953430176,127.71248817443848,127.99596786499023,127.76732444763184,126.88040733337402,126.84869766235352,126.85918807983398,127.12430953979492,127.29573249816895 +37500,5000,cpu,uniform,False,False,False,18.621206283569336,23.58698844909668,23.28014373779297,25.950908660888672,22.001266479492188,19.253253936767578,21.93760871887207,21.993160247802734,18.75448226928711,21.85821533203125,126.34754180908203,127.97331809997559,127.43258476257324,127.06661224365234,126.55925750732422,126.40976905822754,126.62816047668457,126.4340877532959,126.6028881072998,127.95686721801758 +37500,5000,cpu,normal,True,True,False,34.84487533569336,61.136722564697266,40.65561294555664,39.81924057006836,35.97283363342285,37.79149055480957,32.840728759765625,37.413835525512695,35.51363945007324,41.498422622680664,252.71105766296387,252.7601718902588,251.59788131713867,251.68561935424805,254.73690032958984,252.38442420959473,251.22618675231934,252.14838981628418,253.62157821655273,252.8688907623291 +37500,5000,cpu,normal,False,True,False,15.558719635009766,16.824960708618164,16.289710998535156,15.224456787109375,15.141963958740234,14.589309692382812,15.447854995727539,14.532804489135742,15.353679656982422,14.043807983398438,250.9448528289795,252.40421295166016,251.97362899780273,249.93443489074707,253.02886962890625,253.45468521118164,252.3024082183838,251.79505348205566,253.71718406677246,252.32744216918945 +37500,5000,cpu,normal,True,False,False,37.35637664794922,38.359642028808594,37.62507438659668,37.88614273071289,37.8572940826416,39.50643539428711,37.3990535736084,37.83845901489258,37.82343864440918,37.76717185974121,253.02529335021973,250.5631446838379,251.70230865478516,254.4713020324707,253.9353370666504,253.10325622558594,254.32682037353516,255.2785873413086,254.46557998657227,253.68165969848633 +37500,5000,cpu,normal,False,False,False,44.631242752075195,36.81445121765137,41.246652603149414,49.158573150634766,49.53598976135254,45.36175727844238,54.669857025146484,52.82878875732422,44.60859298706055,48.47240447998047,252.4411678314209,254.1217803955078,253.5388469696045,253.5421848297119,252.91204452514648,254.30655479431152,253.07726860046387,252.6707649230957,253.6170482635498,253.37719917297363 +37500,10000,cpu,homo,True,True,False,5.741119384765625,5.219936370849609,5.824565887451172,5.227327346801758,5.251884460449219,5.366325378417969,5.240201950073242,5.42902946472168,5.469322204589844,5.264520645141602,138.9153003692627,138.3192539215088,138.3354663848877,138.37432861328125,138.92030715942383,139.64056968688965,139.6491527557373,139.10937309265137,138.4596824645996,137.94231414794922 +37500,10000,cpu,homo,False,True,False,6.905317306518555,6.178140640258789,6.058216094970703,6.040096282958984,5.758523941040039,5.395650863647461,5.134344100952148,5.722522735595703,5.3844451904296875,5.1116943359375,138.22484016418457,138.60821723937988,140.56086540222168,139.845609664917,139.30106163024902,138.563871383667,138.45419883728027,138.37003707885742,138.54360580444336,139.79053497314453 +37500,10000,cpu,homo,True,False,False,49.92318153381348,50.17590522766113,50.02546310424805,49.97134208679199,49.01695251464844,50.85873603820801,49.22318458557129,49.460649490356445,49.53289031982422,48.92468452453613,143.5682773590088,143.5558795928955,144.90985870361328,144.33836936950684,143.70083808898926,144.14334297180176,144.2089080810547,145.2045440673828,144.5333957672119,145.62058448791504 +37500,10000,cpu,homo,False,False,False,27.675151824951172,27.591228485107422,27.200937271118164,27.90975570678711,27.439355850219727,28.16176414489746,27.25982666015625,27.45509147644043,27.7254581451416,27.965784072875977,143.83530616760254,143.98455619812012,143.83888244628906,145.2641487121582,144.76394653320312,143.66841316223145,143.40853691101074,144.93799209594727,143.94807815551758,144.2887783050537 +37500,10000,cpu,uniform,True,True,False,9.726762771606445,9.334325790405273,8.949518203735352,8.527278900146484,8.873701095581055,8.264303207397461,8.580207824707031,8.224964141845703,8.688211441040039,8.27646255493164,245.5129623413086,245.62692642211914,245.14222145080566,245.64099311828613,246.6413974761963,246.44827842712402,246.2773323059082,248.16608428955078,247.16997146606445,245.2223300933838 +37500,10000,cpu,uniform,False,True,False,9.008169174194336,8.250236511230469,10.192394256591797,8.85629653930664,8.301734924316406,9.011507034301758,8.432149887084961,8.504152297973633,8.085966110229492,9.24372673034668,249.4347095489502,247.76935577392578,247.34091758728027,249.37033653259277,249.8910427093506,248.3997344970703,247.7588653564453,248.47126007080078,248.51512908935547,248.92163276672363 +37500,10000,cpu,uniform,True,False,False,44.690847396850586,45.20463943481445,44.18373107910156,44.62909698486328,45.6087589263916,44.3117618560791,43.936967849731445,44.96121406555176,44.72851753234863,45.03750801086426,271.4369297027588,253.0229091644287,255.31673431396484,254.66656684875488,253.01623344421387,253.3702850341797,254.5149326324463,253.4492015838623,256.1659812927246,252.66051292419434 +37500,10000,cpu,uniform,False,False,False,26.44658088684082,25.732755661010742,25.597810745239258,26.170015335083008,26.99899673461914,26.91340446472168,25.38323402404785,27.950048446655273,25.241851806640625,26.738882064819336,252.35247611999512,253.78870964050293,254.65106964111328,253.94582748413086,254.4856071472168,253.82232666015625,253.29995155334473,253.09491157531738,253.13282012939453,254.37283515930176 +37500,10000,cpu,normal,True,True,False,30.518054962158203,29.634952545166016,30.47466278076172,31.087875366210938,32.47475624084473,30.444622039794922,30.127763748168945,30.06291389465332,30.666589736938477,30.451536178588867,505.25903701782227,502.0749568939209,505.1753520965576,502.49218940734863,506.2751770019531,502.7437210083008,505.4140090942383,502.0756721496582,503.7553310394287,501.42931938171387 +37500,10000,cpu,normal,False,True,False,29.96087074279785,29.534578323364258,31.14151954650879,29.850244522094727,29.590368270874023,29.97422218322754,29.817819595336914,30.696630477905273,29.387235641479492,29.81734275817871,508.59761238098145,503.0333995819092,507.5511932373047,503.51619720458984,506.35766983032227,501.84011459350586,508.58116149902344,501.6655921936035,506.04701042175293,502.31432914733887 +37500,10000,cpu,normal,True,False,False,61.939239501953125,61.12527847290039,61.23805046081543,61.4626407623291,60.78195571899414,60.95147132873535,60.682058334350586,61.019182205200195,60.24670600891113,60.97722053527832,503.4663677215576,510.4098320007324,506.76584243774414,507.5051784515381,505.93066215515137,508.12435150146484,507.36188888549805,508.5415840148926,506.5023899078369,508.5456371307373 +37500,10000,cpu,normal,False,False,False,37.67657279968262,38.178443908691406,39.48163986206055,40.23122787475586,37.68157958984375,39.166927337646484,38.96808624267578,38.39993476867676,39.45660591125488,39.360761642456055,526.9491672515869,509.79137420654297,506.34002685546875,507.2767734527588,507.6632499694824,509.36365127563477,509.5241069793701,507.9820156097412,509.5794200897217,508.06498527526855 +37500,25000,cpu,homo,True,True,False,13.834476470947266,13.097524642944336,13.75722885131836,13.063192367553711,12.828350067138672,12.994527816772461,12.990713119506836,13.177633285522461,13.448953628540039,13.35000991821289,346.06170654296875,345.71194648742676,344.21563148498535,346.1599349975586,343.1251049041748,342.9532051086426,345.7486629486084,346.33946418762207,346.6925621032715,347.62001037597656 +37500,25000,cpu,homo,False,True,False,13.17739486694336,12.647390365600586,13.092756271362305,13.940572738647461,13.04173469543457,13.370513916015625,12.767314910888672,16.408443450927734,17.462491989135742,14.281034469604492,348.67119789123535,349.5042324066162,348.48785400390625,345.20912170410156,351.27925872802734,347.4233150482178,345.9022045135498,352.28848457336426,346.4233875274658,345.99900245666504 +37500,25000,cpu,homo,True,False,False,81.64286613464355,81.24589920043945,81.2380313873291,81.54296875,81.73847198486328,79.9398422241211,81.09259605407715,80.82938194274902,82.25274085998535,81.26091957092285,358.2744598388672,357.0716381072998,359.9061965942383,359.30609703063965,359.6925735473633,358.3941459655762,357.68628120422363,359.3282699584961,358.61825942993164,358.8752746582031 +37500,25000,cpu,homo,False,False,False,70.3887939453125,71.03848457336426,69.41628456115723,69.72932815551758,69.64397430419922,69.31948661804199,69.85950469970703,68.24302673339844,69.35453414916992,69.77510452270508,359.7981929779053,357.5451374053955,358.96944999694824,359.4999313354492,357.70487785339355,361.3295555114746,359.8029613494873,358.00814628601074,360.0351810455322,357.71799087524414 +37500,25000,cpu,uniform,True,True,False,21.00682258605957,20.8587646484375,21.456003189086914,20.60222625732422,20.939111709594727,20.445823669433594,20.469188690185547,20.81155776977539,21.583080291748047,20.461082458496094,617.1808242797852,618.7489032745361,618.9751625061035,620.537281036377,618.7975406646729,618.8297271728516,622.5101947784424,619.3318367004395,619.3196773529053,618.7012195587158 +37500,25000,cpu,uniform,False,True,False,21.608591079711914,21.015405654907227,20.78533172607422,20.45130729675293,20.893573760986328,20.83897590637207,20.56574821472168,21.203994750976562,21.15345001220703,21.937847137451172,622.35426902771,622.7121353149414,625.0958442687988,619.8039054870605,620.1508045196533,622.3640441894531,619.1940307617188,619.4355487823486,622.2398281097412,622.3902702331543 +37500,25000,cpu,uniform,True,False,False,81.23373985290527,82.60726928710938,80.53398132324219,81.3744068145752,80.83081245422363,81.85529708862305,81.27474784851074,82.77392387390137,81.8023681640625,80.58881759643555,631.5546035766602,653.0075073242188,634.7808837890625,632.504940032959,634.2883110046387,633.143424987793,633.2290172576904,631.3462257385254,632.9860687255859,633.9993476867676 +37500,25000,cpu,uniform,False,False,False,64.70298767089844,65.11592864990234,65.13571739196777,67.08526611328125,65.57226181030273,65.58036804199219,64.04304504394531,67.28219985961914,63.918113708496094,66.32232666015625,629.3435096740723,631.3281059265137,629.9028396606445,626.3484954833984,627.8576850891113,633.3260536193848,644.7339057922363,629.5721530914307,629.3280124664307,625.9469985961914 +37500,25000,cpu,normal,True,True,False,75.8371353149414,76.00092887878418,75.46496391296387,75.35576820373535,79.05459403991699,76.64036750793457,74.97310638427734,74.69677925109863,74.52178001403809,74.96213912963867,1260.0526809692383,1258.3084106445312,1259.0901851654053,1262.345790863037,1259.4294548034668,1259.4854831695557,1259.7501277923584,1257.2827339172363,1258.716106414795,1256.2785148620605 +37500,25000,cpu,normal,False,True,False,75.4396915435791,74.67937469482422,75.97613334655762,74.61428642272949,74.68008995056152,76.94554328918457,75.06370544433594,75.71601867675781,75.36554336547852,75.89530944824219,1256.8538188934326,1250.396490097046,1246.8593120574951,1248.2481002807617,1247.4925518035889,1248.3999729156494,1246.5744018554688,1248.645305633545,1248.323917388916,1246.5531826019287 +37500,25000,cpu,normal,True,False,False,127.57706642150879,127.27832794189453,125.01358985900879,124.37939643859863,125.71239471435547,124.74775314331055,125.05865097045898,124.96519088745117,126.4028549194336,125.34546852111816,1267.3895359039307,1268.6500549316406,1269.347906112671,1267.6928043365479,1267.4839496612549,1267.8766250610352,1266.232967376709,1266.1223411560059,1271.136999130249,1267.103672027588 +37500,25000,cpu,normal,False,False,False,93.50109100341797,95.11756896972656,93.52254867553711,94.47860717773438,94.04158592224121,94.60592269897461,95.29757499694824,94.92731094360352,94.39277648925781,94.74444389343262,1260.9496116638184,1261.0783576965332,1261.5561485290527,1262.3488903045654,1261.4774703979492,1264.470100402832,1292.0184135437012,1261.0397338867188,1262.8967761993408,1263.533353805542 +37500,37500,cpu,homo,True,True,False,20.73383331298828,19.56939697265625,19.48857307434082,19.504785537719727,21.042585372924805,19.437074661254883,19.357681274414062,19.376754760742188,19.618511199951172,19.321680068969727,521.5826034545898,517.0748233795166,520.7281112670898,518.9783573150635,520.2345848083496,518.5806751251221,519.340991973877,516.9985294342041,519.322395324707,514.5392417907715 +37500,37500,cpu,homo,False,True,False,20.857572555541992,19.557476043701172,19.337177276611328,19.81043815612793,19.721269607543945,20.830631256103516,20.041942596435547,21.207571029663086,19.598722457885742,19.625186920166016,515.5158042907715,518.4502601623535,516.4227485656738,517.8613662719727,515.294075012207,519.5045471191406,519.2492008209229,518.071174621582,515.0737762451172,519.3758010864258 +37500,37500,cpu,homo,True,False,False,105.90720176696777,108.18171501159668,105.7276725769043,103.97768020629883,105.83949089050293,106.65464401245117,107.19585418701172,106.80937767028809,105.15379905700684,106.72736167907715,539.8776531219482,536.4646911621094,538.7518405914307,535.7217788696289,536.7648601531982,537.9848480224609,533.4317684173584,537.1232032775879,535.8388423919678,536.4034175872803 +37500,37500,cpu,homo,False,False,False,106.83655738830566,106.64248466491699,108.05320739746094,107.93733596801758,106.99677467346191,105.89098930358887,105.89861869812012,109.0700626373291,105.91936111450195,108.48641395568848,540.5426025390625,537.9514694213867,540.4796600341797,535.8953475952148,538.0642414093018,538.7091636657715,538.853645324707,582.2925567626953,537.3473167419434,540.1709079742432 +37500,37500,cpu,uniform,True,True,False,31.384944915771484,30.757904052734375,30.329227447509766,30.694007873535156,30.689239501953125,30.696630477905273,30.66849708557129,30.460834503173828,34.73043441772461,30.796289443969727,927.1221160888672,927.6635646820068,925.7791042327881,927.936315536499,928.3571243286133,925.4941940307617,925.5890846252441,926.8395900726318,928.6797046661377,928.1237125396729 +37500,37500,cpu,uniform,False,True,False,31.073570251464844,30.76910972595215,30.527114868164062,30.949831008911133,30.288219451904297,32.28163719177246,31.596660614013672,30.887603759765625,30.817031860351562,30.57575225830078,932.0077896118164,931.0131072998047,929.9077987670898,929.3656349182129,928.1406402587891,929.2619228363037,927.0813465118408,927.1860122680664,926.0475635528564,948.6038684844971 +37500,37500,cpu,uniform,True,False,False,97.41926193237305,101.53841972351074,98.25015068054199,102.07343101501465,101.28164291381836,95.95704078674316,103.59740257263184,99.64323043823242,100.6157398223877,102.39362716674805,949.4390487670898,947.4656581878662,948.1010437011719,949.2580890655518,948.7814903259277,950.5941867828369,950.9141445159912,948.5263824462891,950.7310390472412,947.1557140350342 +37500,37500,cpu,uniform,False,False,False,98.61564636230469,95.00503540039062,98.30307960510254,97.35870361328125,97.46193885803223,97.4576473236084,99.86591339111328,96.22073173522949,99.16877746582031,97.75614738464355,949.7427940368652,950.9551525115967,949.7530460357666,949.52392578125,948.692798614502,950.6542682647705,948.6339092254639,947.1120834350586,945.8153247833252,946.3574886322021 +37500,37500,cpu,normal,True,True,False,111.83428764343262,113.80362510681152,113.02971839904785,111.63043975830078,115.18311500549316,114.0439510345459,113.92450332641602,111.80639266967773,112.46848106384277,111.71889305114746,1880.3341388702393,1880.5949687957764,1884.0982913970947,1883.3715915679932,1923.0389595031738,1890.7816410064697,1884.795904159546,1880.3870677947998,1882.1828365325928,1879.9567222595215 +37500,37500,cpu,normal,False,True,False,112.07389831542969,112.74933815002441,112.58983612060547,111.49263381958008,112.37430572509766,111.79423332214355,112.457275390625,112.53213882446289,111.99498176574707,112.44940757751465,1888.6463642120361,1887.2685432434082,1890.8467292785645,1889.3795013427734,1893.2557106018066,1887.991189956665,1880.225419998169,1882.4262619018555,1879.2178630828857,1877.3200511932373 +37500,37500,cpu,normal,True,False,False,140.6419277191162,140.25115966796875,140.99550247192383,141.57629013061523,141.34597778320312,139.93191719055176,139.8618221282959,141.10469818115234,142.43507385253906,142.2252655029297,1899.0378379821777,1894.4876194000244,1895.5388069152832,1894.7906494140625,1896.6639041900635,1896.1145877838135,1896.3418006896973,1898.6849784851074,1897.289752960205,1900.1150131225586 +37500,37500,cpu,normal,False,False,False,141.2222385406494,141.6182518005371,143.15104484558105,142.98629760742188,142.79961585998535,141.81923866271973,143.21589469909668,144.37413215637207,140.87605476379395,144.53768730163574,1906.7165851593018,1906.130075454712,1900.3117084503174,1900.5632400512695,1903.4523963928223,1900.3140926361084,1904.1121006011963,1902.5743007659912,1901.9768238067627,1906.9037437438965 +37500,50000,cpu,homo,True,True,False,25.913238525390625,25.953292846679688,26.464462280273438,25.818824768066406,27.50992774963379,26.54719352722168,25.79665184020996,26.842117309570312,25.69723129272461,26.023149490356445,699.028730392456,696.8135833740234,696.1722373962402,697.3931789398193,697.9000568389893,693.1779384613037,695.4100131988525,695.6822872161865,695.5380439758301,692.8293704986572 +37500,50000,cpu,homo,False,True,False,26.39913558959961,27.480363845825195,25.668859481811523,25.98714828491211,27.199506759643555,26.137590408325195,25.80571174621582,26.05724334716797,25.722265243530273,26.094675064086914,697.3686218261719,697.5257396697998,696.2919235229492,695.3420639038086,698.0030536651611,698.0040073394775,695.2342987060547,695.7111358642578,697.5314617156982,696.0761547088623 +37500,50000,cpu,homo,True,False,False,130.6307315826416,133.6498260498047,131.7293643951416,130.56588172912598,129.69303131103516,130.62310218811035,133.91470909118652,129.69088554382324,129.61888313293457,133.96573066711426,718.4085845947266,718.064546585083,716.1867618560791,718.3823585510254,718.4028625488281,717.5865173339844,717.6327705383301,717.0875072479248,744.18044090271,719.0244197845459 +37500,50000,cpu,homo,False,False,False,138.46182823181152,137.93492317199707,139.9679183959961,139.87493515014648,140.4876708984375,138.79895210266113,139.88208770751953,138.85998725891113,140.88749885559082,139.77313041687012,715.8997058868408,714.3247127532959,715.0497436523438,714.5650386810303,710.0999355316162,716.1355018615723,716.6776657104492,714.7908210754395,713.0286693572998,715.0290012359619 +37500,50000,cpu,uniform,True,True,False,40.78841209411621,40.58527946472168,41.15867614746094,40.92049598693848,41.19873046875,41.23497009277344,42.45400428771973,41.39256477355957,40.92144966125488,41.05567932128906,1237.1056079864502,1240.2167320251465,1243.5405254364014,1243.443250656128,1241.499423980713,1243.452787399292,1244.5261478424072,1242.5775527954102,1242.4883842468262,1241.0590648651123 +37500,50000,cpu,uniform,False,True,False,40.990591049194336,41.63527488708496,40.96364974975586,41.18919372558594,40.958404541015625,40.99678993225098,40.608882904052734,41.04351997375488,42.19245910644531,40.915489196777344,1271.0621356964111,1242.2621250152588,1241.8725490570068,1241.7855262756348,1243.7591552734375,1244.9448108673096,1243.1821823120117,1264.470100402832,1247.9963302612305,1240.2875423431396 +37500,50000,cpu,uniform,True,False,False,129.17613983154297,128.4170150756836,128.48496437072754,125.67758560180664,128.92413139343262,129.82964515686035,128.86381149291992,126.58166885375977,129.5335292816162,125.72908401489258,1267.1372890472412,1265.4445171356201,1264.538288116455,1264.5301818847656,1268.2058811187744,1269.8779106140137,1270.768165588379,1264.1983032226562,1261.5587711334229,1258.4235668182373 +37500,50000,cpu,uniform,False,False,False,135.1621150970459,133.6538791656494,130.98907470703125,131.06799125671387,131.54101371765137,133.17251205444336,133.0561637878418,134.56225395202637,133.44788551330566,130.2812099456787,1268.669843673706,1267.5323486328125,1266.815185546875,1268.1937217712402,1265.7921314239502,1285.6576442718506,1263.2801532745361,1262.7296447753906,1263.6542320251465,1263.1750106811523 +37500,50000,cpu,normal,True,True,False,149.91044998168945,149.35851097106934,149.2459774017334,148.82230758666992,148.98943901062012,149.00612831115723,148.52142333984375,149.49917793273926,148.7748622894287,148.99730682373047,2505.8963298797607,2504.6491622924805,2510.3471279144287,2501.049041748047,2487.6649379730225,2487.5383377075195,2485.191822052002,2485.0621223449707,2485.6345653533936,2489.644765853882 +37500,50000,cpu,normal,False,True,False,149.9466896057129,149.05881881713867,148.99706840515137,150.2835750579834,151.50952339172363,151.07154846191406,150.9387493133545,150.87342262268066,151.14140510559082,150.6490707397461,2518.6750888824463,2519.915819168091,2517.6644325256348,2519.202709197998,2519.9155807495117,2516.9308185577393,2517.009496688843,2519.1407203674316,2521.585464477539,2516.8633460998535 +37500,50000,cpu,normal,True,False,False,185.35923957824707,186.27643585205078,185.194730758667,186.77568435668945,186.58757209777832,186.92827224731445,188.69447708129883,187.9880428314209,188.12966346740723,186.4919662475586,2520.3564167022705,2511.898994445801,2507.5273513793945,2527.641534805298,2522.8679180145264,2524.641513824463,2520.0355052948,2517.5445079803467,2513.4289264678955,2521.0256576538086 +37500,50000,cpu,normal,False,False,False,191.04743003845215,191.20478630065918,192.00873374938965,189.69130516052246,190.74225425720215,189.2681121826172,188.44985961914062,187.9897117614746,190.3553009033203,189.92304801940918,2539.724349975586,2556.8222999572754,2533.5335731506348,2534.5020294189453,2536.055088043213,2538.844347000122,2539.886713027954,2534.8081588745117,2523.6666202545166,2523.7531661987305 +50000,1000,cpu,homo,True,True,False,12.402772903442383,13.161420822143555,9.972572326660156,12.6495361328125,12.311458587646484,8.673906326293945,6.506204605102539,13.195514678955078,10.128259658813477,8.358001708984375,18.651247024536133,18.51797103881836,18.587827682495117,18.477916717529297,18.497467041015625,18.378019332885742,18.503904342651367,18.532991409301758,18.314361572265625,18.48292350769043 +50000,1000,cpu,homo,False,True,False,2.3040771484375,2.7494430541992188,1.9984245300292969,2.0117759704589844,1.964569091796875,1.6715526580810547,1.682281494140625,1.886129379272461,1.7347335815429688,2.1920204162597656,19.498586654663086,19.66381072998047,19.53911781311035,19.191265106201172,19.028425216674805,19.2258358001709,19.151687622070312,19.04296875,19.05059814453125,19.222021102905273 +50000,1000,cpu,homo,True,False,False,19.357681274414062,19.848346710205078,20.25127410888672,20.117759704589844,20.112037658691406,19.440889358520508,20.06244659423828,20.01047134399414,20.177602767944336,19.602060317993164,38.069725036621094,20.428180694580078,19.757986068725586,19.815683364868164,19.93870735168457,20.333051681518555,20.112037658691406,20.046710968017578,20.0350284576416,20.14946937561035 +50000,1000,cpu,homo,False,False,False,25.48694610595703,18.613576889038086,26.67069435119629,17.833709716796875,15.06948471069336,26.007413864135742,16.01576805114746,14.619588851928711,33.10656547546387,21.217823028564453,19.142627716064453,19.122838973999023,19.107580184936523,19.306659698486328,19.28567886352539,19.20771598815918,19.043922424316406,19.203901290893555,19.178152084350586,19.258975982666016 +50000,1000,cpu,uniform,True,True,False,13.138055801391602,21.122455596923828,18.101930618286133,19.504785537719727,12.508153915405273,9.89079475402832,7.578372955322266,6.255626678466797,6.151914596557617,6.298065185546875,32.64784812927246,32.89675712585449,33.69259834289551,33.38479995727539,33.38479995727539,33.422231674194336,33.24079513549805,33.40649604797363,33.399343490600586,33.47039222717285 +50000,1000,cpu,uniform,False,True,False,3.417491912841797,2.886533737182617,2.551555633544922,3.3295154571533203,2.579212188720703,2.2449493408203125,2.4499893188476562,2.4499893188476562,2.4423599243164062,2.084493637084961,55.98855018615723,34.14440155029297,33.931732177734375,33.99014472961426,33.826589584350586,33.54334831237793,33.58149528503418,33.73289108276367,33.50663185119629,33.85329246520996 +50000,1000,cpu,uniform,True,False,False,15.589475631713867,15.182971954345703,15.976905822753906,15.265464782714844,16.0067081451416,15.540122985839844,15.720367431640625,15.403509140014648,16.260623931884766,15.729665756225586,34.19184684753418,34.288644790649414,34.76524353027344,34.55996513366699,34.37948226928711,34.512996673583984,34.593820571899414,34.48653221130371,34.281253814697266,34.17778015136719 +50000,1000,cpu,uniform,False,False,False,26.81255340576172,32.865285873413086,22.87888526916504,28.5494327545166,23.633956909179688,16.835689544677734,16.17288589477539,17.70472526550293,15.108346939086914,15.292167663574219,33.837080001831055,33.803701400756836,34.043073654174805,34.16585922241211,78.643798828125,34.46483612060547,34.238338470458984,34.34467315673828,34.07788276672363,33.954620361328125 +50000,1000,cpu,normal,True,True,False,46.40793800354004,58.68077278137207,43.18499565124512,31.00419044494629,26.301860809326172,26.325225830078125,24.76978302001953,39.25800323486328,31.856060028076172,27.484655380249023,67.63410568237305,67.49749183654785,67.72565841674805,68.03631782531738,67.89040565490723,67.94571876525879,67.72089004516602,67.34609603881836,67.58522987365723,66.94388389587402 +50000,1000,cpu,normal,False,True,False,6.005287170410156,4.902362823486328,5.166769027709961,4.4727325439453125,3.8988590240478516,3.943204879760742,4.825115203857422,4.932165145874023,3.908872604370117,3.8836002349853516,67.81172752380371,68.4967041015625,68.02034378051758,68.1009292602539,68.31169128417969,67.79718399047852,67.49105453491211,67.08240509033203,66.64299964904785,66.4827823638916 +50000,1000,cpu,normal,True,False,False,17.681121826171875,18.09072494506836,18.148183822631836,18.253564834594727,18.316268920898438,17.494916915893555,17.06695556640625,17.433881759643555,17.713308334350586,18.088817596435547,68.24541091918945,68.12882423400879,68.2218074798584,67.90995597839355,67.78097152709961,67.35110282897949,67.59047508239746,67.3224925994873,67.35897064208984,67.5039291381836 +50000,1000,cpu,normal,False,False,False,47.51992225646973,36.223411560058594,31.750917434692383,31.563282012939453,31.64052963256836,31.907081604003906,31.763315200805664,31.78572654724121,31.904220581054688,31.818866729736328,67.88229942321777,68.1924819946289,109.21859741210938,67.84939765930176,67.95477867126465,68.19486618041992,67.93880462646484,68.04609298706055,67.6567554473877,68.01795959472656 +50000,2500,cpu,homo,True,True,False,13.358592987060547,13.941287994384766,11.682271957397461,13.24009895324707,14.444589614868164,12.555599212646484,18.24188232421875,12.850284576416016,13.131856918334961,14.034271240234375,47.05214500427246,46.68116569519043,46.83732986450195,47.121524810791016,46.74172401428223,46.62609100341797,46.457767486572266,46.72980308532715,46.65422439575195,46.47636413574219 +50000,2500,cpu,homo,False,True,False,4.935979843139648,3.7870407104492188,3.1654834747314453,3.0345916748046875,3.118276596069336,3.1003952026367188,2.60162353515625,2.6116371154785156,2.480745315551758,2.853870391845703,47.620296478271484,47.44315147399902,47.41668701171875,47.60932922363281,47.30939865112305,46.913862228393555,47.150373458862305,47.09053039550781,46.706438064575195,46.53000831604004 +50000,2500,cpu,homo,True,False,False,34.16609764099121,33.28442573547363,33.9357852935791,33.88071060180664,33.61845016479492,32.692670822143555,33.83135795593262,34.26241874694824,34.25288200378418,33.50377082824707,48.48480224609375,48.46501350402832,48.91681671142578,48.516273498535156,48.5224723815918,48.586130142211914,48.43878746032715,48.39515686035156,49.13735389709473,48.88749122619629 +50000,2500,cpu,homo,False,False,False,23.91672134399414,21.689176559448242,18.263578414916992,23.60081672668457,17.528057098388672,23.26059341430664,28.560400009155273,27.811050415039062,23.82349967956543,28.33867073059082,47.60575294494629,47.79839515686035,48.05445671081543,48.227548599243164,47.2409725189209,48.175811767578125,48.003435134887695,47.814130783081055,47.38879203796387,47.926902770996094 +50000,2500,cpu,uniform,True,True,False,22.260189056396484,19.142627716064453,19.83642578125,20.308971405029297,18.22352409362793,18.769502639770508,20.489931106567383,19.414663314819336,30.115604400634766,18.471956253051758,82.72576332092285,82.55934715270996,82.57317543029785,82.54218101501465,82.61990547180176,82.38053321838379,82.4117660522461,82.83495903015137,82.31210708618164,81.59112930297852 +50000,2500,cpu,uniform,False,True,False,5.155801773071289,4.288434982299805,3.9904117584228516,4.099607467651367,3.4143924713134766,3.487110137939453,3.36456298828125,3.055095672607422,3.4019947052001953,3.007650375366211,83.73165130615234,83.91642570495605,83.50920677185059,83.40048789978027,83.0693244934082,83.24646949768066,83.57000350952148,83.13608169555664,83.2521915435791,83.62364768981934 +50000,2500,cpu,uniform,True,False,False,26.742935180664062,27.086496353149414,27.28557586669922,27.1914005279541,27.06170082092285,26.781082153320312,26.865720748901367,26.773452758789062,27.20808982849121,26.54433250427246,84.20252799987793,86.02643013000488,84.20228958129883,84.67912673950195,84.8844051361084,84.32936668395996,83.9838981628418,84.0141773223877,84.46741104125977,83.82177352905273 +50000,2500,cpu,uniform,False,False,False,29.053688049316406,28.92446517944336,27.656078338623047,21.903514862060547,18.339872360229492,26.581287384033203,24.560928344726562,28.4121036529541,31.274080276489258,25.465965270996094,84.22112464904785,84.20324325561523,84.31744575500488,84.11216735839844,84.58709716796875,84.65313911437988,84.17487144470215,84.58590507507324,84.69653129577637,84.82956886291504 +50000,2500,cpu,normal,True,True,False,47.32775688171387,46.44608497619629,45.97735404968262,47.34182357788086,41.89109802246094,40.992021560668945,39.5965576171875,44.88706588745117,43.17951202392578,41.76664352416992,168.24007034301758,167.84238815307617,168.49875450134277,168.9009666442871,168.1978702545166,167.7558422088623,167.68479347229004,166.86105728149414,167.83928871154785,167.18792915344238 +50000,2500,cpu,normal,False,True,False,10.017156600952148,9.77325439453125,9.649276733398438,10.16545295715332,9.82522964477539,10.088920593261719,9.745359420776367,9.919881820678711,11.463642120361328,9.884834289550781,167.73438453674316,169.86751556396484,167.4506664276123,168.88928413391113,169.01421546936035,168.55216026306152,167.46950149536133,167.39869117736816,167.95730590820312,167.83571243286133 +50000,2500,cpu,normal,True,False,False,32.40227699279785,32.325029373168945,32.02056884765625,31.782150268554688,32.28878974914551,32.02676773071289,32.515525817871094,32.507896423339844,32.31382369995117,31.955242156982422,168.78390312194824,168.37477684020996,168.96629333496094,169.4633960723877,170.71843147277832,170.1350212097168,169.53158378601074,168.1807041168213,168.5953140258789,170.33743858337402 +50000,2500,cpu,normal,False,False,False,37.21904754638672,32.52267837524414,53.218841552734375,38.529396057128906,44.72637176513672,47.827959060668945,53.1313419342041,40.30299186706543,52.71506309509277,53.38263511657715,167.79708862304688,168.45393180847168,168.58553886413574,170.28474807739258,169.9068546295166,169.6004867553711,168.78390312194824,169.48962211608887,168.46060752868652,170.60518264770508 +50000,5000,cpu,homo,True,True,False,19.19722557067871,17.464876174926758,15.53654670715332,12.273788452148438,15.860557556152344,19.859790802001953,12.761116027832031,15.747547149658203,12.772083282470703,14.176130294799805,92.84567832946777,92.61560440063477,92.24867820739746,92.47398376464844,91.20368957519531,91.78733825683594,92.26608276367188,93.06955337524414,93.20759773254395,92.92197227478027 +50000,5000,cpu,homo,False,True,False,4.8389434814453125,4.628896713256836,4.2591094970703125,5.090475082397461,4.340887069702148,4.275798797607422,3.718137741088867,3.6592483520507812,3.9412975311279297,3.6509037017822266,94.12813186645508,94.07615661621094,94.59829330444336,93.52612495422363,94.09785270690918,113.74711990356445,93.12129020690918,93.536376953125,93.25194358825684,93.9493179321289 +50000,5000,cpu,homo,True,False,False,46.820878982543945,46.251535415649414,46.29921913146973,46.288490295410156,46.15449905395508,46.52714729309082,46.614885330200195,46.22316360473633,48.20990562438965,45.31502723693848,96.13990783691406,95.79658508300781,95.45016288757324,95.63493728637695,95.37076950073242,95.38888931274414,95.37577629089355,96.40264511108398,96.65107727050781,96.97103500366211 +50000,5000,cpu,homo,False,False,False,29.972553253173828,28.22113037109375,23.234128952026367,26.984453201293945,25.040626525878906,27.200698852539062,27.772903442382812,29.169321060180664,27.918338775634766,25.964736938476562,95.43108940124512,95.1395034790039,95.20220756530762,95.22128105163574,94.93470191955566,95.64614295959473,95.12615203857422,95.91197967529297,96.3587760925293,96.09055519104004 +50000,5000,cpu,uniform,True,True,False,20.955562591552734,19.457578659057617,21.44646644592285,22.053956985473633,19.566059112548828,21.90995216369629,23.82040023803711,21.17323875427246,26.461362838745117,23.302555084228516,164.46518898010254,164.2458438873291,165.6029224395752,165.55309295654297,165.30442237854004,165.6951904296875,165.38453102111816,164.6881103515625,165.25769233703613,165.93694686889648 +50000,5000,cpu,uniform,False,True,False,7.529258728027344,7.976293563842773,7.720470428466797,8.257627487182617,6.096839904785156,5.834102630615234,6.675004959106445,5.702495574951172,7.621288299560547,6.6661834716796875,165.88282585144043,164.92915153503418,165.88473320007324,167.13404655456543,166.55898094177246,166.17488861083984,165.77529907226562,165.98105430603027,165.79174995422363,166.45097732543945 +50000,5000,cpu,uniform,True,False,False,41.67008399963379,39.489030838012695,39.77847099304199,39.148807525634766,39.69168663024902,39.44993019104004,40.9245491027832,39.43920135498047,39.49856758117676,40.236711502075195,169.0847873687744,169.75998878479004,169.85249519348145,170.65191268920898,169.97885704040527,169.1596508026123,169.19708251953125,169.32106018066406,169.48866844177246,170.07207870483398 +50000,5000,cpu,uniform,False,False,False,29.917240142822266,25.619983673095703,31.334400177001953,32.60540962219238,30.619382858276367,24.204015731811523,29.187679290771484,29.062986373901367,26.820898056030273,25.592327117919922,169.0661907196045,169.7063446044922,169.3274974822998,170.51124572753906,196.1061954498291,168.64466667175293,168.93434524536133,168.3979034423828,169.12174224853516,169.35062408447266 +50000,5000,cpu,normal,True,True,False,51.32341384887695,51.44238471984863,57.991981506347656,68.76111030578613,51.162004470825195,66.64466857910156,54.94070053100586,50.7662296295166,50.41003227233887,43.239593505859375,333.94598960876465,337.8629684448242,335.8306884765625,335.2334499359131,336.1203670501709,334.1634273529053,334.47837829589844,336.2598419189453,334.25259590148926,335.1635932922363 +50000,5000,cpu,normal,False,True,False,20.04265785217285,20.145416259765625,20.499467849731445,19.586563110351562,19.447803497314453,19.257783889770508,20.478487014770508,20.528316497802734,20.270109176635742,20.616531372070312,337.4950885772705,337.993860244751,337.53395080566406,338.1929397583008,336.16185188293457,335.0706100463867,337.5570774078369,335.65521240234375,336.353063583374,336.6360664367676 +50000,5000,cpu,normal,True,False,False,49.60370063781738,50.33087730407715,50.65655708312988,49.68070983886719,49.90720748901367,49.59416389465332,49.896240234375,50.50945281982422,49.938201904296875,50.39262771606445,337.8422260284424,338.716983795166,337.6879692077637,339.3516540527344,340.40045738220215,338.8552665710449,339.5957946777344,340.8012390136719,337.0780944824219,339.71357345581055 +50000,5000,cpu,normal,False,False,False,61.075448989868164,55.655717849731445,68.50934028625488,68.41516494750977,57.683467864990234,74.76091384887695,63.195228576660156,47.19400405883789,51.247358322143555,55.01961708068848,337.3432159423828,338.72318267822266,336.14659309387207,338.6850357055664,339.7972583770752,336.240291595459,335.82162857055664,338.4380340576172,337.0344638824463,337.1267318725586 +50000,10000,cpu,homo,True,True,False,7.369041442871094,7.17473030090332,7.026195526123047,7.694482803344727,7.004499435424805,7.438182830810547,6.960391998291016,7.352113723754883,7.0896148681640625,7.028818130493164,183.4275722503662,182.2946071624756,181.6558837890625,182.50751495361328,183.7005615234375,183.68053436279297,182.30271339416504,182.44671821594238,183.61210823059082,184.30161476135254 +50000,10000,cpu,homo,False,True,False,7.971048355102539,7.075786590576172,6.853342056274414,7.250547409057617,6.793022155761719,7.158756256103516,7.124423980712891,6.7539215087890625,7.817506790161133,6.82520866394043,184.2038631439209,183.38918685913086,184.4942569732666,185.29939651489258,187.69526481628418,185.6393814086914,184.90123748779297,184.83901023864746,183.93182754516602,184.58056449890137 +50000,10000,cpu,homo,True,False,False,65.02604484558105,64.52274322509766,65.01269340515137,66.34688377380371,64.2080307006836,65.87791442871094,64.80097770690918,64.10026550292969,65.45162200927734,65.41943550109863,191.93267822265625,192.1212673187256,192.5067901611328,193.27926635742188,192.69394874572754,191.5755271911621,190.90652465820312,192.2745704650879,192.76928901672363,192.8691864013672 +50000,10000,cpu,homo,False,False,False,37.12058067321777,34.79290008544922,34.35945510864258,36.67950630187988,35.680532455444336,34.89375114440918,35.81047058105469,35.02798080444336,34.57379341125488,36.832571029663086,193.26424598693848,192.2745704650879,191.37930870056152,191.01309776306152,192.3360824584961,193.4826374053955,191.79964065551758,191.56408309936523,191.5721893310547,191.5144920349121 +50000,10000,cpu,uniform,True,True,False,11.351823806762695,11.060714721679688,11.540412902832031,11.6119384765625,11.007547378540039,11.219978332519531,11.560916900634766,10.954141616821289,11.474609375,11.62862777709961,332.14688301086426,332.60059356689453,328.99999618530273,329.3945789337158,331.87270164489746,331.5467834472656,332.014799118042,332.84568786621094,330.1866054534912,331.6643238067627 +50000,10000,cpu,uniform,False,True,False,11.42430305480957,10.837078094482422,11.178731918334961,11.194944381713867,10.958433151245117,11.196374893188477,11.359691619873047,10.906219482421875,11.12055778503418,11.482477188110352,334.20467376708984,333.21547508239746,329.57911491394043,332.061767578125,331.18557929992676,328.779935836792,330.2350044250488,330.89637756347656,331.3782215118408,332.416296005249 +50000,10000,cpu,uniform,True,False,False,60.56475639343262,60.86611747741699,60.84036827087402,59.295654296875,61.70082092285156,60.706138610839844,60.44626235961914,60.776710510253906,60.50682067871094,59.55815315246582,339.05529975891113,340.4064178466797,336.72380447387695,337.80384063720703,339.42413330078125,335.8302116394043,337.7509117126465,338.20033073425293,335.86978912353516,337.1908664703369 +50000,10000,cpu,uniform,False,False,False,32.037973403930664,31.969785690307617,32.53793716430664,30.845165252685547,32.216787338256836,34.8973274230957,33.06078910827637,33.356666564941406,32.91058540344238,31.93378448486328,338.8409614562988,337.9030227661133,338.96374702453613,338.69147300720215,337.10169792175293,339.27083015441895,338.30785751342773,338.6220932006836,338.8700485229492,339.4136428833008 +50000,10000,cpu,normal,True,True,False,43.20931434631348,41.13578796386719,42.60897636413574,43.76053810119629,42.0989990234375,40.90118408203125,41.91946983337402,40.67802429199219,42.0992374420166,40.500640869140625,673.2385158538818,670.3615188598633,674.1437911987305,672.0030307769775,671.7104911804199,672.9564666748047,673.4058856964111,669.3027019500732,674.034833908081,674.2374897003174 +50000,10000,cpu,normal,False,True,False,39.68214988708496,39.29543495178223,39.368391036987305,40.108680725097656,39.43347930908203,39.59369659423828,39.61610794067383,40.303707122802734,39.574384689331055,39.595842361450195,671.4837551116943,671.4394092559814,672.5094318389893,670.9685325622559,672.3101139068604,670.7947254180908,670.7019805908203,665.0865077972412,666.5399074554443,666.0006046295166 +50000,10000,cpu,normal,True,False,False,81.26497268676758,80.61361312866211,80.63507080078125,80.83367347717285,80.98626136779785,81.81476593017578,81.3901424407959,80.64627647399902,82.53693580627441,80.53970336914062,678.1830787658691,676.7880916595459,677.236795425415,676.2328147888184,674.7846603393555,676.7499446868896,675.1198768615723,675.0814914703369,678.4071922302246,675.8368015289307 +50000,10000,cpu,normal,False,False,False,51.8646240234375,50.008535385131836,52.46281623840332,51.48935317993164,51.300764083862305,50.38046836853027,50.8577823638916,51.73850059509277,49.64470863342285,49.97658729553223,676.6788959503174,677.4201393127441,678.8043975830078,676.4645576477051,678.5016059875488,678.5831451416016,677.8461933135986,677.2184371948242,679.4557571411133,676.1536598205566 +50000,25000,cpu,homo,True,True,False,17.614126205444336,17.34757423400879,17.426252365112305,17.525434494018555,17.644882202148438,19.04606819152832,18.251895904541016,17.429113388061523,17.33708381652832,17.430543899536133,463.8385772705078,460.00146865844727,461.96484565734863,460.2212905883789,463.5200500488281,460.65807342529297,463.35792541503906,483.8716983795166,462.7366065979004,463.6685848236084 +50000,25000,cpu,homo,False,True,False,17.7764892578125,17.206192016601562,17.21024513244629,18.793582916259766,17.2274112701416,18.257617950439453,17.448902130126953,18.960237503051758,18.082380294799805,17.698287963867188,465.0115966796875,465.09456634521484,460.6165885925293,463.29379081726074,457.90934562683105,463.5961055755615,459.7163200378418,461.5790843963623,462.4631404876709,462.5575542449951 +50000,25000,cpu,homo,True,False,False,109.68494415283203,109.66181755065918,110.19444465637207,107.7888011932373,108.74629020690918,108.38007926940918,111.36293411254883,108.6883544921875,110.80551147460938,109.9863052368164,477.6742458343506,479.25400733947754,476.0103225708008,479.65431213378906,478.93595695495605,479.8092842102051,476.8555164337158,478.2900810241699,478.9743423461914,479.59256172180176 +50000,25000,cpu,homo,False,False,False,88.99116516113281,90.35682678222656,89.5380973815918,88.18507194519043,91.71366691589355,89.40863609313965,88.92655372619629,87.87965774536133,90.9121036529541,88.15336227416992,478.02066802978516,478.6102771759033,479.42495346069336,478.44457626342773,517.6651477813721,476.6111373901367,478.0106544494629,477.891206741333,478.4727096557617,476.4237403869629 +50000,25000,cpu,uniform,True,True,False,26.959657669067383,29.647350311279297,29.265403747558594,29.39438819885254,29.019832611083984,29.237031936645508,27.36353874206543,27.179956436157227,27.645587921142578,27.007102966308594,824.5737552642822,825.1254558563232,825.7334232330322,826.7953395843506,829.4401168823242,827.8286457061768,828.5410404205322,827.2411823272705,825.3936767578125,826.9960880279541 +50000,25000,cpu,uniform,False,True,False,27.6033878326416,27.156352996826172,27.501821517944336,27.420997619628906,27.410268783569336,30.336618423461914,29.186248779296875,27.695894241333008,27.352571487426758,29.83713150024414,825.059175491333,828.43017578125,829.3273448944092,827.261209487915,828.2809257507324,829.0810585021973,826.2104988098145,827.6188373565674,830.895185470581,827.0378112792969 +50000,25000,cpu,uniform,True,False,False,108.67762565612793,107.72705078125,108.77180099487305,108.96873474121094,108.06846618652344,107.65957832336426,109.09557342529297,110.29267311096191,109.33446884155273,107.8338623046875,843.6124324798584,846.7226028442383,844.8479175567627,846.5380668640137,846.282958984375,846.4906215667725,844.0368175506592,842.7448272705078,845.8306789398193,844.0456390380859 +50000,25000,cpu,uniform,False,False,False,80.85465431213379,84.37395095825195,82.81588554382324,83.39333534240723,82.40175247192383,85.40987968444824,78.74011993408203,81.8929672241211,82.52549171447754,84.49864387512207,841.4227962493896,845.1156616210938,842.799186706543,846.1010456085205,843.7449932098389,843.8222408294678,842.9703712463379,842.984676361084,841.5439128875732,863.4293079376221 +50000,25000,cpu,normal,True,True,False,122.93505668640137,109.75956916809082,101.36294364929199,99.81799125671387,111.35601997375488,116.90068244934082,102.91576385498047,100.03542900085449,99.69329833984375,104.29620742797852,1694.00954246521,1722.8424549102783,1701.3123035430908,1679.8005104064941,1675.513744354248,1676.3911247253418,1678.6961555480957,1679.490566253662,1675.217866897583,1677.7830123901367 +50000,25000,cpu,normal,False,True,False,100.63457489013672,100.49605369567871,100.04329681396484,100.15392303466797,100.4636287689209,99.6241569519043,99.42436218261719,99.54595565795898,99.91741180419922,99.7614860534668,1665.2863025665283,1669.3086624145508,1665.1709079742432,1662.7097129821777,1661.1087322235107,1665.2743816375732,1664.4783020019531,1668.6277389526367,1668.2569980621338,1665.8880710601807 +50000,25000,cpu,normal,True,False,False,167.30165481567383,166.58902168273926,166.05067253112793,168.75815391540527,166.08762741088867,167.3440933227539,166.45026206970215,168.87235641479492,168.99704933166504,167.84071922302246,1698.897123336792,1696.4497566223145,1690.6538009643555,1693.6585903167725,1692.514181137085,1694.3471431732178,1688.8222694396973,1696.1863040924072,1751.8346309661865,1693.9170360565186 +50000,25000,cpu,normal,False,False,False,124.50194358825684,124.84169006347656,123.46410751342773,124.24421310424805,123.07548522949219,123.32630157470703,123.9006519317627,124.94349479675293,122.81966209411621,124.30071830749512,1684.6837997436523,1684.59153175354,1691.7130947113037,1684.011459350586,1684.009313583374,1684.924840927124,1689.1400814056396,1685.3764057159424,1687.6497268676758,1685.0252151489258 +50000,37500,cpu,homo,True,True,False,26.318788528442383,26.966571807861328,26.04389190673828,26.665925979614258,26.134252548217773,27.008771896362305,25.944948196411133,25.56014060974121,27.101993560791016,26.048898696899414,693.798303604126,695.4724788665771,697.7794170379639,692.4834251403809,693.6454772949219,697.1204280853271,693.4850215911865,692.9500102996826,694.021463394165,694.2367553710938 +50000,37500,cpu,homo,False,True,False,25.85768699645996,25.62737464904785,26.96681022644043,26.4742374420166,27.18973159790039,25.960206985473633,26.247024536132812,25.879383087158203,26.361703872680664,26.105403900146484,690.3135776519775,690.9465789794922,693.46022605896,689.993143081665,687.8452301025391,690.3550624847412,692.1336650848389,690.5922889709473,691.5879249572754,691.5185451507568 +50000,37500,cpu,homo,True,False,False,139.6033763885498,144.68860626220703,140.44880867004395,142.55023002624512,140.9008502960205,142.2438621520996,140.6550407409668,140.96593856811523,142.3935890197754,141.73293113708496,713.9508724212646,717.0913219451904,717.3318862915039,716.9878482818604,716.6397571563721,718.9161777496338,717.8804874420166,715.0561809539795,715.0037288665771,718.1699275970459 +50000,37500,cpu,homo,False,False,False,132.30252265930176,131.47997856140137,131.30879402160645,131.683349609375,131.03389739990234,132.15112686157227,130.57374954223633,130.80644607543945,132.7211856842041,133.41021537780762,717.6916599273682,718.0111408233643,719.9325561523438,719.531774520874,717.1103954315186,717.7455425262451,719.6056842803955,716.9756889343262,717.5750732421875,721.5762138366699 +50000,37500,cpu,uniform,True,True,False,42.111873626708984,41.07952117919922,41.89753532409668,40.856122970581055,41.335344314575195,41.548967361450195,41.811227798461914,41.80169105529785,49.829959869384766,44.66843605041504,1235.5566024780273,1230.2484512329102,1257.714033126831,1241.346836090088,1240.7398223876953,1243.1139945983887,1239.9663925170898,1244.7941303253174,1246.178388595581,1242.767572402954 +50000,37500,cpu,uniform,False,True,False,40.74811935424805,41.00847244262695,40.70329666137695,41.225433349609375,42.21010208129883,40.99011421203613,42.39249229431152,44.066667556762695,43.254852294921875,41.72992706298828,1241.59836769104,1243.8788414001465,1244.6858882904053,1243.6707019805908,1241.2891387939453,1243.2382106781006,1247.3633289337158,1242.4674034118652,1238.060474395752,1235.43381690979 +50000,37500,cpu,uniform,True,False,False,131.73937797546387,133.50296020507812,132.97104835510254,134.23752784729004,133.87823104858398,130.13267517089844,130.07616996765137,132.99846649169922,131.94918632507324,134.70196723937988,1265.6583786010742,1265.0179862976074,1265.5479907989502,1268.0737972259521,1258.9285373687744,1263.5102272033691,1263.516902923584,1263.8511657714844,1261.7461681365967,1267.0869827270508 +50000,37500,cpu,uniform,False,False,False,127.23684310913086,123.32439422607422,123.4893798828125,126.77836418151855,124.20511245727539,128.70168685913086,128.94058227539062,120.06568908691406,129.5182704925537,123.36063385009766,1268.2673931121826,1265.4671669006348,1268.9063549041748,1267.9119110107422,1288.9082431793213,1263.3707523345947,1267.5743103027344,1267.3251628875732,1264.9993896484375,1267.5926685333252 +50000,37500,cpu,normal,True,True,False,148.2095718383789,148.8661766052246,148.93865585327148,150.42352676391602,149.16443824768066,148.58579635620117,148.38361740112305,149.26815032958984,148.69046211242676,148.91457557678223,2518.0788040161133,2518.47505569458,2518.7888145446777,2515.8066749572754,2519.1829204559326,2519.4649696350098,2518.5043811798096,2512.589931488037,2519.019603729248,2512.789011001587 +50000,37500,cpu,normal,False,True,False,150.07281303405762,148.56743812561035,148.39982986450195,149.25241470336914,148.1177806854248,149.01351928710938,148.81014823913574,149.3818759918213,148.2696533203125,202.10003852844238,2511.5156173706055,2513.660430908203,2520.6809043884277,2520.366430282593,2519.1690921783447,2538.407564163208,2515.8863067626953,2513.291120529175,2516.134262084961,2514.185905456543 +50000,37500,cpu,normal,True,False,False,195.80411911010742,193.7084197998047,193.1896209716797,194.93556022644043,190.33002853393555,190.49596786499023,193.61615180969238,194.31543350219727,193.71795654296875,192.09527969360352,2532.339334487915,2534.9457263946533,2535.4039669036865,2538.1386280059814,2541.3060188293457,2534.0278148651123,2537.3618602752686,2540.2894020080566,2535.259485244751,2532.7696800231934 +50000,37500,cpu,normal,False,False,False,185.11557579040527,185.1785182952881,184.42773818969727,186.64050102233887,186.99383735656738,189.2099380493164,186.25688552856445,185.92476844787598,188.77577781677246,192.1086311340332,2541.740894317627,2542.4036979675293,2540.9040451049805,2535.099744796753,2540.0848388671875,2537.5237464904785,2540.217399597168,2535.6369018554688,2527.0867347717285,2523.7865447998047 +50000,50000,cpu,homo,True,True,False,35.35962104797363,34.37542915344238,34.37161445617676,34.35683250427246,34.26527976989746,36.080121994018555,34.39831733703613,34.264564514160156,35.97307205200195,34.386396408081055,927.0737171173096,924.9858856201172,924.4513511657715,925.809383392334,923.01344871521,924.4987964630127,921.4212894439697,926.2750148773193,923.4504699707031,925.3787994384766 +50000,50000,cpu,homo,False,True,False,34.69133377075195,34.48319435119629,34.50274467468262,37.19472885131836,35.509586334228516,34.316301345825195,38.08259963989258,36.34452819824219,34.24882888793945,34.31344032287598,928.4811019897461,922.9998588562012,928.2729625701904,930.3052425384521,925.4589080810547,929.2290210723877,923.9718914031982,926.426887512207,951.5185356140137,922.9030609130859 +50000,50000,cpu,homo,True,False,False,172.8205680847168,173.66504669189453,178.32589149475098,175.92930793762207,180.43947219848633,174.26800727844238,181.65159225463867,174.8054027557373,176.50341987609863,178.41053009033203,955.5785655975342,956.2182426452637,955.7335376739502,957.7295780181885,955.8734893798828,957.8351974487305,957.3805332183838,955.5819034576416,957.0262432098389,955.7452201843262 +50000,50000,cpu,homo,False,False,False,177.4880886077881,176.76234245300293,175.41074752807617,175.42600631713867,177.35743522644043,171.9214916229248,176.0232448577881,173.40612411499023,179.59165573120117,175.490140914917,956.8991661071777,958.6806297302246,962.531328201294,961.1349105834961,955.3613662719727,954.1199207305908,956.6264152526855,956.2129974365234,957.1409225463867,956.0546875 +50000,50000,cpu,uniform,True,True,False,54.49056625366211,55.151939392089844,54.69918251037598,54.71634864807129,54.625511169433594,54.61382865905762,54.395437240600586,54.274797439575195,54.17060852050781,54.21614646911621,1646.1610794067383,1645.672082901001,1645.8191871643066,1649.2538452148438,1644.397497177124,1646.094560623169,1643.9428329467773,1647.9709148406982,1641.925573348999,1638.953685760498 +50000,50000,cpu,uniform,False,True,False,54.31938171386719,54.4130802154541,55.2058219909668,54.572343826293945,54.77142333984375,55.96756935119629,54.212093353271484,54.197072982788086,54.30936813354492,54.28051948547363,1653.149127960205,1655.059814453125,1655.4532051086426,1653.841257095337,1656.3940048217773,1653.4733772277832,1656.569004058838,1657.1190357208252,1655.275583267212,1654.2811393737793 +50000,50000,cpu,uniform,True,False,False,169.7537899017334,171.07796669006348,172.6064682006836,167.15598106384277,168.60723495483398,166.95499420166016,164.75534439086914,165.83991050720215,170.18914222717285,174.8363971710205,1685.5103969573975,1687.9971027374268,1690.0911331176758,1691.4093494415283,1686.7296695709229,1685.4867935180664,1684.7681999206543,1685.041904449463,1674.8270988464355,1680.370807647705 +50000,50000,cpu,uniform,False,False,False,168.7922477722168,172.43146896362305,166.14794731140137,169.28434371948242,165.9536361694336,168.59030723571777,167.37794876098633,163.93065452575684,169.9683666229248,169.33226585388184,1679.4710159301758,1676.6486167907715,1687.7317428588867,1681.6463470458984,1685.8394145965576,1688.319206237793,1684.6575736999512,1684.2155456542969,1690.136194229126,1688.5170936584473 +50000,50000,cpu,normal,True,True,False,199.080228805542,197.66473770141602,198.98104667663574,200.6080150604248,199.3386745452881,200.67620277404785,204.5290470123291,202.88825035095215,201.55835151672363,201.28655433654785,3359.0140342712402,3357.9070568084717,3356.7557334899902,3356.826066970825,3359.398603439331,3356.4884662628174,3359.025239944458,3358.5681915283203,3394.8094844818115,3358.4117889404297 +50000,50000,cpu,normal,False,True,False,199.11861419677734,207.45468139648438,204.22101020812988,201.94029808044434,215.45124053955078,202.96788215637207,199.05567169189453,228.37209701538086,216.25566482543945,201.74336433410645,3356.842279434204,3354.6533584594727,3356.38427734375,3354.426860809326,3355.5142879486084,3358.6654663085938,3353.8641929626465,3353.426694869995,3355.0806045532227,3353.0008792877197 +50000,50000,cpu,normal,True,False,False,257.0803165435791,250.80561637878418,246.21343612670898,247.2097873687744,250.2148151397705,250.26345252990723,246.6421127319336,247.27892875671387,245.58591842651367,251.91187858581543,3386.1982822418213,3375.666856765747,3374.716281890869,3382.070779800415,3386.248826980591,3423.3906269073486,3384.725570678711,3387.0675563812256,3386.2199783325195,3389.160394668579 +50000,50000,cpu,normal,False,False,False,249.9215602874756,249.9091625213623,251.53374671936035,248.9025592803955,248.6279010772705,249.60947036743164,249.67312812805176,251.00064277648926,250.94270706176758,248.42548370361328,3381.3533782958984,3383.190155029297,3388.5104656219482,3377.2737979888916,3381.087064743042,3380.186080932617,3388.08012008667,3385.3840827941895,3378.0808448791504,3386.744260787964 diff --git a/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/jitconn_matvec_gpu.csv b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/jitconn_matvec_gpu.csv new file mode 100644 index 0000000..ec822d2 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/jitconn matvec/jitconn_matvec_gpu.csv @@ -0,0 +1,589 @@ +shape[0],shape[1],backend,type,transpose,outdim_parallel,bool_event,taichi aot time1(ms),taichi aot time2(ms),taichi aot time3(ms),taichi aot time4(ms),taichi aot time5(ms),taichi aot time6(ms),taichi aot time7(ms),taichi aot time8(ms),taichi aot time9(ms),taichi aot time10(ms),brainpy time1(ms),brainpy time2(ms),brainpy time3(ms),brainpy time4(ms),brainpy time5(ms),brainpy time6(ms),brainpy time7(ms),brainpy time8(ms),brainpy time9(ms),brainpy time10(ms) +1000,1000,cpu,homo,True,True,False,0.194549560546875,0.2231597900390625,0.2071857452392578,0.18858909606933594,0.2205371856689453,0.2086162567138672,0.20122528076171875,0.217437744140625,0.19788742065429688,0.2167224884033203,0.1804828643798828,0.28634071350097656,0.20742416381835938,0.16236305236816406,0.18596649169921875,0.1575946807861328,0.1437664031982422,0.1628398895263672,0.2105236053466797,0.18787384033203125 +1000,1000,cpu,homo,False,True,False,0.2589225769042969,0.2453327178955078,0.25391578674316406,0.2589225769042969,0.5674362182617188,0.24938583374023438,0.2377033233642578,0.24437904357910156,0.24938583374023438,0.263214111328125,0.18930435180664062,0.19359588623046875,0.1876354217529297,0.20384788513183594,0.19788742065429688,0.20384788513183594,0.15497207641601562,0.18835067749023438,0.19359588623046875,0.18143653869628906 +1000,1000,cpu,homo,True,False,False,0.20313262939453125,0.19931793212890625,0.22745132446289062,0.2155303955078125,0.2579689025878906,0.19931793212890625,0.20170211791992188,0.2124309539794922,0.2067089080810547,0.22172927856445312,0.4057884216308594,0.34332275390625,0.28204917907714844,0.2498626708984375,0.24652481079101562,0.23698806762695312,0.23698806762695312,0.2391338348388672,0.23627281188964844,0.23508071899414062 +1000,1000,cpu,homo,False,False,False,0.2186298370361328,0.2574920654296875,0.5807876586914062,0.4737377166748047,0.4315376281738281,0.40531158447265625,0.3783702850341797,0.40149688720703125,0.3859996795654297,0.3826618194580078,0.16808509826660156,0.18167495727539062,0.1277923583984375,0.1742839813232422,0.16832351684570312,0.16450881958007812,0.13756752014160156,0.17976760864257812,0.1614093780517578,0.15544891357421875 +1000,1000,cpu,uniform,True,True,False,0.3108978271484375,0.2751350402832031,0.2269744873046875,0.2448558807373047,0.2696514129638672,0.2460479736328125,0.225067138671875,0.2613067626953125,0.25916099548339844,0.22792816162109375,0.19478797912597656,0.20503997802734375,0.21505355834960938,0.22983551025390625,0.20837783813476562,0.19979476928710938,0.19168853759765625,0.20265579223632812,0.19097328186035156,0.2605915069580078 +1000,1000,cpu,uniform,False,True,False,0.4680156707763672,0.48613548278808594,0.4525184631347656,0.4513263702392578,0.45371055603027344,0.4429817199707031,0.4565715789794922,0.43702125549316406,0.4475116729736328,0.41604042053222656,0.28967857360839844,0.2865791320800781,0.28586387634277344,0.3032684326171875,0.28228759765625,0.2815723419189453,0.34165382385253906,0.33593177795410156,0.30231475830078125,0.2639293670654297 +1000,1000,cpu,uniform,True,False,False,0.2772808074951172,0.26035308837890625,0.23317337036132812,0.24127960205078125,0.21266937255859375,0.2684593200683594,0.32448768615722656,0.7364749908447266,0.49877166748046875,0.5662441253662109,0.2968311309814453,0.3478527069091797,0.2982616424560547,0.2770423889160156,0.2918243408203125,0.3039836883544922,0.27298927307128906,0.30684471130371094,0.27751922607421875,0.26679039001464844 +1000,1000,cpu,uniform,False,False,False,0.2644062042236328,0.29778480529785156,0.4832744598388672,0.4248619079589844,0.5495548248291016,0.6272792816162109,0.4830360412597656,0.4901885986328125,0.4341602325439453,0.48828125,0.32901763916015625,0.3142356872558594,0.30040740966796875,0.2789497375488281,0.3008842468261719,0.2892017364501953,0.29540061950683594,0.28443336486816406,0.28634071350097656,0.2837181091308594 +1000,1000,cpu,normal,True,True,False,0.2543926239013672,0.2582073211669922,0.2372264862060547,0.2162456512451172,0.21791458129882812,0.25534629821777344,0.2532005310058594,0.22101402282714844,0.2491474151611328,0.5676746368408203,0.18262863159179688,0.14472007751464844,0.1876354217529297,0.16570091247558594,0.1735687255859375,0.2067089080810547,0.18167495727539062,0.21839141845703125,0.20933151245117188,0.19359588623046875 +1000,1000,cpu,normal,False,True,False,0.48995018005371094,0.4711151123046875,0.4642009735107422,0.4394054412841797,0.438690185546875,0.47707557678222656,0.46825408935546875,0.5180835723876953,0.48851966857910156,0.4558563232421875,0.33283233642578125,0.3159046173095703,0.2999305725097656,0.3437995910644531,0.3476142883300781,0.3211498260498047,0.32639503479003906,0.308990478515625,0.4913806915283203,0.3235340118408203 +1000,1000,cpu,normal,True,False,False,0.2803802490234375,0.2627372741699219,0.263214111328125,0.25463104248046875,0.2377033233642578,0.2338886260986328,0.2522468566894531,0.23436546325683594,0.2491474151611328,0.20003318786621094,0.29754638671875,0.28133392333984375,0.2570152282714844,0.2741813659667969,0.2696514129638672,0.23651123046875,0.2560615539550781,0.26035308837890625,0.26679039001464844,0.247955322265625 +1000,1000,cpu,normal,False,False,False,0.2589225769042969,0.24461746215820312,0.25200843811035156,0.3509521484375,0.25153160095214844,0.2753734588623047,0.25916099548339844,0.2562999725341797,0.23365020751953125,0.23794174194335938,0.25963783264160156,0.2529621124267578,0.2338886260986328,0.25010108947753906,0.2529621124267578,0.24437904357910156,0.23746490478515625,0.2551078796386719,0.2512931823730469,0.2295970916748047 +1000,2500,cpu,homo,True,True,False,0.2567768096923828,0.18644332885742188,0.21338462829589844,0.18739700317382812,0.20360946655273438,0.18739700317382812,0.19025802612304688,0.19216537475585938,0.5247592926025391,0.4839897155761719,0.25963783264160156,0.2665519714355469,0.2720355987548828,0.2651214599609375,0.25844573974609375,0.2772808074951172,0.3173351287841797,0.2644062042236328,0.2808570861816406,0.27751922607421875 +1000,2500,cpu,homo,False,True,False,0.21910667419433594,0.21076202392578125,0.20599365234375,0.18215179443359375,0.19860267639160156,0.1971721649169922,0.21076202392578125,0.19621849060058594,0.1804828643798828,0.20766258239746094,0.1773834228515625,0.14472007751464844,0.1437664031982422,0.15473365783691406,0.1499652862548828,0.1239776611328125,0.1556873321533203,0.15807151794433594,0.1633167266845703,0.12445449829101562 +1000,2500,cpu,homo,True,False,False,0.48041343688964844,0.3933906555175781,0.4017353057861328,0.39386749267578125,0.3895759582519531,0.3981590270996094,0.3867149353027344,0.3790855407714844,0.3826618194580078,0.3960132598876953,0.2593994140625,0.26726722717285156,0.3578662872314453,0.5464553833007812,0.3039836883544922,0.2684593200683594,0.2570152282714844,0.2560615539550781,0.2951622009277344,0.2796649932861328 +1000,2500,cpu,homo,False,False,False,0.22649765014648438,0.19693374633789062,0.2117156982421875,0.2105236053466797,0.19788742065429688,0.17690658569335938,0.1933574676513672,0.20265579223632812,0.1919269561767578,0.2167224884033203,0.17595291137695312,0.14472007751464844,0.14472007751464844,0.1685619354248047,0.12612342834472656,0.48065185546875,0.3211498260498047,0.28634071350097656,0.26345252990722656,0.2663135528564453 +1000,2500,cpu,uniform,True,True,False,0.46372413635253906,0.4711151123046875,0.4570484161376953,0.5097389221191406,0.4916191101074219,0.48160552978515625,0.4622936248779297,0.6403923034667969,0.4608631134033203,0.4966259002685547,0.2713203430175781,0.21219253540039062,0.19598007202148438,0.2117156982421875,0.21958351135253906,0.2498626708984375,0.22530555725097656,0.23865699768066406,0.22482872009277344,0.18596649169921875 +1000,2500,cpu,uniform,False,True,False,0.2551078796386719,0.28634071350097656,0.25725364685058594,0.23889541625976562,0.2639293670654297,0.27108192443847656,0.21982192993164062,0.2338886260986328,0.244140625,0.26154518127441406,0.18024444580078125,0.2281665802001953,0.27680397033691406,0.23508071899414062,0.22530555725097656,0.3933906555175781,0.22101402282714844,0.1780986785888672,0.1666545867919922,0.20456314086914062 +1000,2500,cpu,uniform,True,False,False,0.33020973205566406,0.2646446228027344,0.3829002380371094,0.27060508728027344,0.26297569274902344,0.2684593200683594,0.2384185791015625,0.23555755615234375,0.2219676971435547,0.2608299255371094,0.2319812774658203,0.23674964904785156,0.20384788513183594,0.20742416381835938,0.2148151397705078,0.21839141845703125,0.2651214599609375,0.24175643920898438,0.20837783813476562,0.20503997802734375 +1000,2500,cpu,uniform,False,False,False,0.2186298370361328,0.22792816162109375,0.24056434631347656,0.2789497375488281,0.23627281188964844,0.202178955078125,0.20885467529296875,0.27441978454589844,0.270843505859375,0.2627372741699219,0.31495094299316406,0.2734661102294922,0.28586387634277344,0.3216266632080078,0.2949237823486328,0.2772808074951172,0.28514862060546875,0.2968311309814453,0.2951622009277344,0.3037452697753906 +1000,2500,cpu,normal,True,True,False,0.23984909057617188,0.247955322265625,0.22554397583007812,0.2262592315673828,0.21600723266601562,0.23174285888671875,0.1957416534423828,0.23674964904785156,0.2181529998779297,0.22935867309570312,0.29730796813964844,0.2868175506591797,0.354766845703125,0.2884864807128906,0.2617835998535156,0.2684593200683594,0.2803802490234375,0.2999305725097656,0.2963542938232422,0.3399848937988281 +1000,2500,cpu,normal,False,True,False,0.25773048400878906,0.2243518829345703,0.23436546325683594,0.23627281188964844,0.24318695068359375,0.23651123046875,0.25391578674316406,0.24318695068359375,0.278472900390625,0.2651214599609375,0.21886825561523438,0.2086162567138672,0.1971721649169922,0.23555755615234375,0.2110004425048828,0.21409988403320312,0.22363662719726562,0.19884109497070312,0.20360946655273438,0.19097328186035156 +1000,2500,cpu,normal,True,False,False,0.2522468566894531,0.25582313537597656,0.29015541076660156,0.2734661102294922,0.24652481079101562,0.2543926239013672,0.23794174194335938,0.23365020751953125,0.23555755615234375,0.23031234741210938,0.24056434631347656,0.2243518829345703,0.1804828643798828,0.22792816162109375,0.21910667419433594,0.22339820861816406,0.19311904907226562,0.19812583923339844,0.28252601623535156,0.24199485778808594 +1000,2500,cpu,normal,False,False,False,0.2186298370361328,0.2536773681640625,0.23221969604492188,0.25963783264160156,0.23794174194335938,0.23627281188964844,0.240325927734375,0.2219676971435547,0.21195411682128906,0.23293495178222656,0.47588348388671875,0.3731250762939453,0.35071372985839844,0.37288665771484375,0.3635883331298828,0.3654956817626953,0.3483295440673828,0.33783912658691406,0.3261566162109375,0.3349781036376953 +1000,5000,cpu,homo,True,True,False,0.19741058349609375,0.17523765563964844,0.2117156982421875,0.17786026000976562,0.1952648162841797,0.2048015594482422,0.35762786865234375,0.5857944488525391,0.44155120849609375,0.4246234893798828,0.18310546875,0.16379356384277344,0.1766681671142578,0.16617774963378906,0.16999244689941406,0.16260147094726562,0.1800060272216797,0.16355514526367188,0.16307830810546875,0.1270771026611328 +1000,5000,cpu,homo,False,True,False,0.2086162567138672,0.2503395080566406,0.21982192993164062,0.2186298370361328,0.19121170043945312,0.1914501190185547,0.21505355834960938,0.1857280731201172,0.21123886108398438,0.18072128295898438,0.17690658569335938,0.1773834228515625,0.17261505126953125,0.19240379333496094,0.164031982421875,0.2002716064453125,0.14925003051757812,0.1666545867919922,0.1735687255859375,0.19240379333496094 +1000,5000,cpu,homo,True,False,False,0.22292137145996094,0.1933574676513672,0.20647048950195312,0.19741058349609375,0.1976490020751953,0.2675056457519531,0.20432472229003906,0.2162456512451172,0.21028518676757812,0.20766258239746094,0.2872943878173828,0.2887248992919922,0.35643577575683594,0.29754638671875,0.2818107604980469,0.2803802490234375,0.2779960632324219,0.2837181091308594,0.2779960632324219,0.27632713317871094 +1000,5000,cpu,homo,False,False,False,0.2071857452392578,0.19669532775878906,0.1995563507080078,0.2186298370361328,0.21886825561523438,0.22029876708984375,0.18334388732910156,0.1838207244873047,0.20265579223632812,0.18095970153808594,0.331878662109375,0.31256675720214844,0.3192424774169922,0.30994415283203125,0.3116130828857422,0.3104209899902344,0.3342628479003906,0.30541419982910156,0.31495094299316406,0.3058910369873047 +1000,5000,cpu,uniform,True,True,False,0.5066394805908203,0.4818439483642578,0.44274330139160156,0.46706199645996094,0.45418739318847656,0.4544258117675781,0.42438507080078125,0.44083595275878906,0.5125999450683594,0.6325244903564453,0.21576881408691406,0.21076202392578125,0.17404556274414062,0.1823902130126953,0.1957416534423828,0.1933574676513672,0.156402587890625,0.179290771484375,0.15234947204589844,0.1704692840576172 +1000,5000,cpu,uniform,False,True,False,0.4811286926269531,0.4665851593017578,0.4627704620361328,0.4303455352783203,0.5347728729248047,0.45108795166015625,0.4763603210449219,0.49233436584472656,0.46825408935546875,0.41937828063964844,0.23055076599121094,0.2181529998779297,0.1704692840576172,0.21147727966308594,0.19097328186035156,0.20837783813476562,0.28014183044433594,0.41413307189941406,0.3571510314941406,0.3094673156738281 +1000,5000,cpu,uniform,True,False,False,0.6062984466552734,0.5290508270263672,0.4737377166748047,0.4913806915283203,0.45418739318847656,0.47087669372558594,0.47659873962402344,0.4940032958984375,0.5581378936767578,0.4794597625732422,0.3349781036376953,0.34499168395996094,0.33164024353027344,0.3376007080078125,0.33926963806152344,0.33020973205566406,0.38743019104003906,0.48613548278808594,0.3662109375,0.3457069396972656 +1000,5000,cpu,uniform,False,False,False,0.5602836608886719,0.5331039428710938,0.5738735198974609,0.5674362182617188,0.5567073822021484,0.4870891571044922,0.48923492431640625,0.5080699920654297,0.5357265472412109,0.49996376037597656,0.3294944763183594,0.33974647521972656,0.35953521728515625,0.3285408020019531,0.3306865692138672,0.33164024353027344,0.33164024353027344,0.3123283386230469,0.3154277801513672,0.2942085266113281 +1000,5000,cpu,normal,True,True,False,0.2243518829345703,0.23412704467773438,0.2467632293701172,0.24962425231933594,0.2372264862060547,0.23889541625976562,0.25844573974609375,0.21505355834960938,0.2675056457519531,0.27632713317871094,0.27370452880859375,0.2918243408203125,0.3132820129394531,0.40912628173828125,0.39958953857421875,0.3190040588378906,0.2090930938720703,0.23055076599121094,0.1780986785888672,0.1723766326904297 +1000,5000,cpu,normal,False,True,False,0.22673606872558594,0.29277801513671875,0.22220611572265625,0.23603439331054688,0.217437744140625,0.24509429931640625,0.2675056457519531,0.5993843078613281,0.49376487731933594,0.47326087951660156,0.6542205810546875,0.47469139099121094,0.34308433532714844,0.3769397735595703,0.36525726318359375,0.37288665771484375,0.3902912139892578,0.34356117248535156,0.39386749267578125,0.3631114959716797 +1000,5000,cpu,normal,True,False,False,0.46324729919433594,0.4875659942626953,0.4792213439941406,0.4515647888183594,0.4534721374511719,0.4487037658691406,0.4413127899169922,0.44417381286621094,0.6430149078369141,0.5495548248291016,0.36787986755371094,0.3528594970703125,0.3147125244140625,0.40221214294433594,0.3654956817626953,0.33664703369140625,0.3592967987060547,0.3542900085449219,0.31757354736328125,0.30350685119628906 +1000,5000,cpu,normal,False,False,False,0.2644062042236328,0.255584716796875,0.2751350402832031,0.2536773681640625,0.2491474151611328,0.24819374084472656,0.2646446228027344,0.6616115570068359,0.3714561462402344,0.31757354736328125,0.3693103790283203,0.3521442413330078,0.3209114074707031,0.3235340118408203,0.3459453582763672,0.34236907958984375,0.3273487091064453,0.3199577331542969,0.32401084899902344,0.4229545593261719 +1000,10000,cpu,homo,True,True,False,0.2646446228027344,0.24390220642089844,0.2486705780029297,0.25773048400878906,0.2613067626953125,0.23317337036132812,0.2505779266357422,0.24175643920898438,0.2300739288330078,0.2636909484863281,0.20170211791992188,0.19598007202148438,0.19860267639160156,0.3046989440917969,0.2315044403076172,0.20956993103027344,0.21147727966308594,0.25010108947753906,0.23031234741210938,0.1957416534423828 +1000,10000,cpu,homo,False,True,False,0.4734992980957031,0.5450248718261719,0.4608631134033203,0.4878044128417969,0.47898292541503906,0.46539306640625,0.6909370422363281,0.4489421844482422,0.4985332489013672,0.5011558532714844,0.20122528076171875,0.22292137145996094,0.21457672119140625,0.19311904907226562,0.2238750457763672,0.19073486328125,0.18930435180664062,0.2193450927734375,0.22029876708984375,0.1881122589111328 +1000,10000,cpu,homo,True,False,False,0.209808349609375,0.22220611572265625,0.22673606872558594,0.21791458129882812,0.22745132446289062,0.2105236053466797,0.2148151397705078,0.21529197692871094,0.19860267639160156,0.2143383026123047,0.3440380096435547,0.3266334533691406,0.37980079650878906,0.3612041473388672,0.3609657287597656,0.32711029052734375,0.34427642822265625,0.3337860107421875,0.34928321838378906,0.31948089599609375 +1000,10000,cpu,homo,False,False,False,0.34546852111816406,0.3020763397216797,0.24056434631347656,0.6210803985595703,0.49185752868652344,0.4525184631347656,0.44417381286621094,0.43392181396484375,0.438690185546875,0.43272972106933594,0.37479400634765625,0.36025047302246094,0.3571510314941406,0.32520294189453125,0.33354759216308594,0.3528594970703125,0.3371238708496094,0.3342628479003906,0.3209114074707031,0.3371238708496094 +1000,10000,cpu,uniform,True,True,False,0.3132820129394531,0.2753734588623047,0.2772808074951172,0.2562999725341797,0.2503395080566406,0.26988983154296875,0.2963542938232422,0.293731689453125,0.27179718017578125,0.28228759765625,0.18215179443359375,0.17952919006347656,0.22292137145996094,0.17142295837402344,0.1785755157470703,0.2334117889404297,0.1919269561767578,0.18835067749023438,0.18358230590820312,0.2052783966064453 +1000,10000,cpu,uniform,False,True,False,0.2570152282714844,0.2772808074951172,0.25200843811035156,0.24843215942382812,0.22792816162109375,0.23508071899414062,0.7138252258300781,0.5476474761962891,0.461578369140625,0.42939186096191406,0.5593299865722656,0.40650367736816406,0.37789344787597656,0.34809112548828125,0.35381317138671875,0.33211708068847656,0.31828880310058594,0.33664703369140625,0.3209114074707031,0.33092498779296875 +1000,10000,cpu,uniform,True,False,False,0.3082752227783203,0.27751922607421875,0.25081634521484375,0.22268295288085938,0.23865699768066406,0.2582073211669922,0.22029876708984375,0.24271011352539062,0.2834796905517578,0.27179718017578125,0.3902912139892578,0.4138946533203125,0.38552284240722656,0.4177093505859375,0.6594657897949219,0.396728515625,0.3154277801513672,0.2918243408203125,0.3008842468261719,0.30922889709472656 +1000,10000,cpu,uniform,False,False,False,0.28061866760253906,0.2772808074951172,0.28634071350097656,0.2682209014892578,0.2543926239013672,0.25177001953125,0.2727508544921875,0.2734661102294922,0.23674964904785156,0.25343894958496094,0.2846717834472656,0.274658203125,0.2872943878173828,0.2579689025878906,0.23174285888671875,0.2422332763671875,0.2753734588623047,0.24199485778808594,0.24008750915527344,0.2675056457519531 +1000,10000,cpu,normal,True,True,False,0.4944801330566406,0.4947185516357422,0.5085468292236328,0.46253204345703125,0.4525184631347656,0.48613548278808594,0.48422813415527344,0.4582405090332031,0.46515464782714844,0.47397613525390625,0.2067089080810547,0.21147727966308594,0.22339820861816406,0.22125244140625,0.19741058349609375,0.19478797912597656,0.19097328186035156,0.19073486328125,0.18668174743652344,0.1957416534423828 +1000,10000,cpu,normal,False,True,False,0.2665519714355469,0.2181529998779297,0.23031234741210938,0.25010108947753906,0.23245811462402344,0.240325927734375,0.20813941955566406,0.25653839111328125,0.2117156982421875,0.24819374084472656,0.3261566162109375,0.2841949462890625,0.31113624572753906,0.32067298889160156,0.2834796905517578,0.32329559326171875,0.2663135528564453,0.27370452880859375,0.27680397033691406,0.3199577331542969 +1000,10000,cpu,normal,True,False,False,0.4868507385253906,0.4525184631347656,0.48422813415527344,0.5004405975341797,0.44655799865722656,0.4711151123046875,0.457763671875,0.4363059997558594,0.43773651123046875,0.43463706970214844,0.4031658172607422,0.4096031188964844,0.3879070281982422,0.38623809814453125,0.38361549377441406,0.40078163146972656,0.5307197570800781,0.44918060302734375,0.40078163146972656,0.3941059112548828 +1000,10000,cpu,normal,False,False,False,0.5009174346923828,0.5059242248535156,0.5316734313964844,0.49567222595214844,0.4792213439941406,0.4839897155761719,0.545501708984375,0.5176067352294922,0.5095005035400391,0.5345344543457031,0.4096031188964844,0.3876686096191406,0.3921985626220703,0.3685951232910156,0.39696693420410156,0.3635883331298828,0.3726482391357422,0.4100799560546875,0.36907196044921875,0.39267539978027344 +1000,25000,cpu,homo,True,True,False,0.5702972412109375,0.5786418914794922,0.5743503570556641,0.6041526794433594,0.5316734313964844,0.5323886871337891,0.5338191986083984,0.5319118499755859,0.5257129669189453,0.5311965942382812,0.3058910369873047,0.3249645233154297,0.2899169921875,0.26679039001464844,0.30303001403808594,0.2868175506591797,0.28634071350097656,0.31256675720214844,0.29158592224121094,0.29754638671875 +1000,25000,cpu,homo,False,True,False,0.213623046875,0.21791458129882812,0.20241737365722656,0.21123886108398438,0.20503997802734375,0.209808349609375,0.22172927856445312,0.2009868621826172,0.22459030151367188,0.2415180206298828,0.3216266632080078,0.3037452697753906,0.30112266540527344,0.32329559326171875,0.30040740966796875,0.2930164337158203,0.28705596923828125,0.3075599670410156,0.30541419982910156,0.2942085266113281 +1000,25000,cpu,homo,True,False,False,0.2853870391845703,0.232696533203125,0.24366378784179688,0.22602081298828125,0.2772808074951172,0.2562999725341797,0.24271011352539062,0.2257823944091797,0.2319812774658203,0.2353191375732422,0.6299018859863281,0.5946159362792969,0.8676052093505859,0.5600452423095703,0.5624294281005859,0.5323886871337891,0.5133152008056641,0.5092620849609375,0.5252361297607422,0.4935264587402344 +1000,25000,cpu,homo,False,False,False,0.3535747528076172,0.270843505859375,0.3609657287597656,0.2913475036621094,0.3521442413330078,0.3020763397216797,0.35572052001953125,0.2510547637939453,0.3516674041748047,0.2834796905517578,0.4971027374267578,0.5044937133789062,0.5099773406982422,0.4780292510986328,0.4780292510986328,0.7791519165039062,0.5013942718505859,0.5152225494384766,0.4756450653076172,0.47898292541503906 +1000,25000,cpu,uniform,True,True,False,0.35071372985839844,0.3151893615722656,0.36716461181640625,0.3311634063720703,0.35953521728515625,0.36787986755371094,0.3306865692138672,0.3590583801269531,0.3287792205810547,0.33354759216308594,0.21004676818847656,0.16951560974121094,0.19288063049316406,0.19025802612304688,0.1926422119140625,0.2448558807373047,0.20551681518554688,0.22077560424804688,0.18978118896484375,0.22077560424804688 +1000,25000,cpu,uniform,False,True,False,0.2913475036621094,0.27680397033691406,0.23245811462402344,0.22411346435546875,0.2453327178955078,0.22459030151367188,0.2434253692626953,0.21576881408691406,0.209808349609375,0.2307891845703125,0.3674030303955078,0.3657341003417969,0.3418922424316406,0.3459453582763672,0.37097930908203125,0.3745555877685547,0.32639503479003906,0.3445148468017578,0.3490447998046875,0.3457069396972656 +1000,25000,cpu,uniform,True,False,False,0.5915164947509766,0.5803108215332031,0.5843639373779297,0.5047321319580078,0.6527900695800781,0.4673004150390625,0.5917549133300781,0.6573200225830078,0.5071163177490234,0.47278404235839844,0.5638599395751953,0.5736351013183594,0.5602836608886719,0.5838871002197266,0.7653236389160156,0.5559921264648438,0.5574226379394531,0.5438327789306641,0.5359649658203125,0.5488395690917969 +1000,25000,cpu,uniform,False,False,False,0.7312297821044922,0.6706714630126953,0.6644725799560547,0.5698204040527344,0.6296634674072266,0.5519390106201172,0.6580352783203125,0.5352497100830078,0.6124973297119141,0.5300045013427734,0.5049705505371094,0.4711151123046875,0.43845176696777344,0.4761219024658203,0.46372413635253906,0.5285739898681641,0.4878044128417969,0.45418739318847656,0.45180320739746094,0.4317760467529297 +1000,25000,cpu,normal,True,True,False,0.46324729919433594,0.4258155822753906,0.4181861877441406,0.4153251647949219,0.4036426544189453,0.4878044128417969,0.44655799865722656,0.4246234893798828,0.44918060302734375,0.431060791015625,0.2892017364501953,0.28443336486816406,0.25916099548339844,0.31495094299316406,0.26917457580566406,0.2944469451904297,0.27489662170410156,0.28967857360839844,0.27871131896972656,0.3190040588378906 +1000,25000,cpu,normal,False,True,False,0.4684925079345703,0.4715919494628906,0.4420280456542969,0.2810955047607422,0.2453327178955078,0.24390220642089844,0.24366378784179688,0.2269744873046875,0.2357959747314453,0.22840499877929688,0.46896934509277344,0.5614757537841797,0.6725788116455078,0.7402896881103516,0.5972385406494141,0.6256103515625,0.5762577056884766,0.5602836608886719,0.5791187286376953,0.5674362182617188 +1000,25000,cpu,normal,True,False,False,0.2586841583251953,0.2722740173339844,0.2582073211669922,0.25653839111328125,0.2579689025878906,0.26988983154296875,0.25153160095214844,0.2810955047607422,0.2655982971191406,0.28324127197265625,0.6334781646728516,0.9021759033203125,0.6153583526611328,0.5581378936767578,0.5614757537841797,0.5137920379638672,0.5309581756591797,0.5228519439697266,0.5104541778564453,0.5433559417724609 +1000,25000,cpu,normal,False,False,False,0.40221214294433594,0.3695487976074219,0.9212493896484375,0.6344318389892578,0.6043910980224609,0.5116462707519531,0.7872581481933594,0.5667209625244141,0.6449222564697266,0.5381107330322266,0.3821849822998047,0.4024505615234375,0.40221214294433594,0.4432201385498047,3.039121627807617,0.5924701690673828,0.5979537963867188,0.5702972412109375,0.5323886871337891,0.5204677581787109 +1000,37500,cpu,homo,True,True,False,0.3788471221923828,0.36072731018066406,0.35262107849121094,0.37741661071777344,0.37670135498046875,0.3676414489746094,0.4646778106689453,0.701904296875,0.6096363067626953,0.7464885711669922,0.2586841583251953,0.2655982971191406,0.28204917907714844,0.34737586975097656,0.4572868347167969,0.3020763397216797,0.3173351287841797,0.2944469451904297,0.293731689453125,0.28228759765625 +1000,37500,cpu,homo,False,True,False,0.2105236053466797,0.19478797912597656,0.19860267639160156,0.17762184143066406,0.21839141845703125,0.19121170043945312,0.2009868621826172,0.20503997802734375,0.2129077911376953,0.17786026000976562,0.37479400634765625,0.4012584686279297,0.3917217254638672,0.3833770751953125,0.3707408905029297,0.38051605224609375,0.3991127014160156,0.3807544708251953,0.3712177276611328,0.37789344787597656 +1000,37500,cpu,homo,True,False,False,0.25534629821777344,0.3104209899902344,0.2830028533935547,0.29277801513671875,0.24628639221191406,0.2880096435546875,0.2627372741699219,0.29659271240234375,0.2663135528564453,0.27489662170410156,0.5612373352050781,0.5538463592529297,0.5338191986083984,0.5364418029785156,0.5095005035400391,0.5443096160888672,0.5331039428710938,0.5502700805664062,0.537872314453125,0.5316734313964844 +1000,37500,cpu,homo,False,False,False,0.873565673828125,0.6227493286132812,0.6754398345947266,0.3523826599121094,0.38313865661621094,0.3490447998046875,0.3733634948730469,0.3490447998046875,0.37479400634765625,0.35452842712402344,0.4870891571044922,0.4744529724121094,0.47278404235839844,0.4725456237792969,0.4673004150390625,0.49757957458496094,0.7872581481933594,0.5452632904052734,0.48851966857910156,0.48732757568359375 +1000,37500,cpu,uniform,True,True,False,0.4661083221435547,0.4589557647705078,0.4444122314453125,0.41866302490234375,0.44345855712890625,0.4405975341796875,0.45371055603027344,0.4444122314453125,0.40602684020996094,0.41031837463378906,0.19502639770507812,0.4985332489013672,0.3714561462402344,0.35643577575683594,0.32520294189453125,0.29754638671875,0.2987384796142578,0.29659271240234375,0.29587745666503906,0.31828880310058594 +1000,37500,cpu,uniform,False,True,False,0.2770423889160156,0.27489662170410156,0.2627372741699219,0.23245811462402344,0.28133392333984375,0.2181529998779297,0.2810955047607422,0.232696533203125,0.2200603485107422,0.27441978454589844,0.6055831909179688,0.5457401275634766,0.5142688751220703,0.5748271942138672,0.5424022674560547,0.5183219909667969,0.545501708984375,0.5209445953369141,0.5352497100830078,0.5044937133789062 +1000,37500,cpu,uniform,True,False,False,0.3154277801513672,0.2906322479248047,0.2727508544921875,0.28705596923828125,0.2741813659667969,0.30732154846191406,0.3039836883544922,0.2834796905517578,0.2846717834472656,0.2808570861816406,0.5729198455810547,0.5850791931152344,0.6101131439208984,0.5791187286376953,0.5764961242675781,0.5865097045898438,0.5717277526855469,0.5834102630615234,0.5633831024169922,0.5655288696289062 +1000,37500,cpu,uniform,False,False,False,0.7221698760986328,0.6146430969238281,0.6780624389648438,0.5812644958496094,0.6992816925048828,0.6248950958251953,0.46563148498535156,0.3712177276611328,0.4363059997558594,0.3516674041748047,0.5462169647216797,0.5209445953369141,0.5314350128173828,0.5731582641601562,0.5543231964111328,0.5121231079101562,0.5552768707275391,0.5426406860351562,0.5288124084472656,0.5204677581787109 +1000,37500,cpu,normal,True,True,False,0.6172657012939453,0.6470680236816406,0.6008148193359375,0.6024837493896484,0.6313323974609375,0.5972385406494141,0.6194114685058594,0.6387233734130859,0.5776882171630859,0.6120204925537109,0.2570152282714844,0.2090930938720703,0.20432472229003906,0.20766258239746094,0.18310546875,0.164031982421875,0.17595291137695312,0.20313262939453125,0.1800060272216797,0.2105236053466797 +1000,37500,cpu,normal,False,True,False,0.23674964904785156,0.2086162567138672,0.23865699768066406,0.6177425384521484,0.4978179931640625,0.5145072937011719,0.44226646423339844,0.4649162292480469,0.4634857177734375,0.45943260192871094,0.6086826324462891,0.6303787231445312,0.5822181701660156,0.6091594696044922,0.58746337890625,0.6031990051269531,0.5917549133300781,0.7312297821044922,0.6234645843505859,0.5443096160888672 +1000,37500,cpu,normal,True,False,False,0.3037452697753906,0.3056526184082031,0.27942657470703125,0.32258033752441406,0.31065940856933594,0.2949237823486328,0.29659271240234375,0.316619873046875,0.2713203430175781,0.2815723419189453,0.8194446563720703,0.7970333099365234,0.7803440093994141,0.7560253143310547,0.7882118225097656,0.7512569427490234,0.8261203765869141,0.7984638214111328,0.7855892181396484,0.8130073547363281 +1000,37500,cpu,normal,False,False,False,0.4100799560546875,0.38313865661621094,0.400543212890625,0.40030479431152344,0.4477500915527344,0.4017353057861328,0.48041343688964844,0.3783702850341797,0.4668235778808594,0.3883838653564453,0.5755424499511719,0.5867481231689453,0.5741119384765625,0.5934238433837891,0.5650520324707031,0.5886554718017578,0.5915164947509766,0.5929470062255859,0.8687973022460938,0.7662773132324219 +1000,50000,cpu,homo,True,True,False,0.5791187286376953,0.6418228149414062,0.6229877471923828,0.7905960083007812,0.6282329559326172,0.5850791931152344,0.5829334259033203,0.5788803100585938,0.5846023559570312,0.5886554718017578,0.21219253540039062,0.19478797912597656,0.20647048950195312,0.18334388732910156,0.20074844360351562,0.1919269561767578,0.22220611572265625,0.19025802612304688,0.1983642578125,0.18739700317382812 +1000,50000,cpu,homo,False,True,False,0.2205371856689453,0.21338462829589844,0.22339820861816406,0.21505355834960938,0.2040863037109375,0.20051002502441406,0.21505355834960938,0.16689300537109375,0.1995563507080078,0.20956993103027344,0.5016326904296875,0.48613548278808594,0.6327629089355469,0.7064342498779297,0.5691051483154297,0.5865097045898438,0.6120204925537109,0.5841255187988281,0.55694580078125,0.6422996520996094 +1000,50000,cpu,homo,True,False,False,0.293731689453125,0.3159046173095703,0.3139972686767578,0.31948089599609375,0.6349086761474609,0.5738735198974609,0.514984130859375,0.5035400390625,0.5488395690917969,0.49424171447753906,0.8099079132080078,0.8013248443603516,0.7879734039306641,0.8676052093505859,0.8022785186767578,0.9829998016357422,0.8373260498046875,0.7915496826171875,0.8542537689208984,0.8654594421386719 +1000,50000,cpu,homo,False,False,False,0.41556358337402344,0.37407875061035156,0.40912628173828125,0.38313865661621094,0.3752708435058594,0.3707408905029297,0.3581047058105469,0.3726482391357422,0.34737586975097656,0.3807544708251953,0.7569789886474609,0.8137226104736328,0.8463859558105469,0.8056163787841797,0.8318424224853516,0.8146762847900391,0.7984638214111328,0.8120536804199219,0.8084774017333984,0.7851123809814453 +1000,50000,cpu,uniform,True,True,False,0.5512237548828125,0.5376338958740234,0.49877166748046875,0.5528926849365234,0.5559921264648438,0.5550384521484375,0.5035400390625,0.5123615264892578,0.5171298980712891,0.514984130859375,0.6837844848632812,0.35309791564941406,0.3139972686767578,0.36334991455078125,0.4382133483886719,0.46372413635253906,0.35762786865234375,0.31566619873046875,0.3459453582763672,0.3199577331542969 +1000,50000,cpu,uniform,False,True,False,0.46896934509277344,0.47135353088378906,0.4482269287109375,0.45108795166015625,0.4572868347167969,0.46753883361816406,0.46443939208984375,0.43272972106933594,0.4324913024902344,0.4410743713378906,0.5123615264892578,0.4680156707763672,0.5259513854980469,0.49614906311035156,0.4932880401611328,0.4837512969970703,0.47397613525390625,0.4913806915283203,0.4725456237792969,0.5054473876953125 +1000,50000,cpu,uniform,True,False,False,0.3380775451660156,0.3211498260498047,0.32258033752441406,0.6899833679199219,0.4477500915527344,0.30994415283203125,0.2853870391845703,0.2880096435546875,0.3097057342529297,0.31113624572753906,0.7770061492919922,0.7357597351074219,0.7171630859375,0.7541179656982422,0.751495361328125,0.7431507110595703,0.7300376892089844,0.7114410400390625,0.7455348968505859,0.7624626159667969 +1000,50000,cpu,uniform,False,False,False,0.4265308380126953,0.4134178161621094,0.4100799560546875,0.41747093200683594,0.4372596740722656,0.4107952117919922,0.42700767517089844,0.4036426544189453,0.4184246063232422,0.42700767517089844,0.7777214050292969,0.7588863372802734,0.7596015930175781,0.7634162902832031,0.7486343383789062,0.7662773132324219,0.7429122924804688,0.7600784301757812,0.8225440979003906,0.8070468902587891 +1000,50000,cpu,normal,True,True,False,0.7922649383544922,0.7798671722412109,0.7524490356445312,0.7593631744384766,0.7472038269042969,0.7686614990234375,0.7731914520263672,0.7233619689941406,0.7390975952148438,0.7345676422119141,0.2281665802001953,0.23746490478515625,0.19216537475585938,0.2834796905517578,0.19741058349609375,0.2486705780029297,0.21219253540039062,0.18143653869628906,0.21004676818847656,0.19407272338867188 +1000,50000,cpu,normal,False,True,False,0.2498626708984375,0.6299018859863281,0.5304813385009766,0.530242919921875,0.4863739013671875,0.70953369140625,0.5619525909423828,0.5044937133789062,0.5185604095458984,0.4355907440185547,0.7460117340087891,0.7314682006835938,0.7131099700927734,0.7283687591552734,0.7424354553222656,1.066446304321289,0.904083251953125,1.0037422180175781,0.87738037109375,0.8709430694580078 +1000,50000,cpu,normal,True,False,False,0.3342628479003906,0.32401084899902344,0.35643577575683594,0.35834312438964844,0.354766845703125,0.3619194030761719,0.3676414489746094,0.3800392150878906,0.49304962158203125,0.31638145446777344,0.7753372192382812,0.7910728454589844,0.7641315460205078,0.7791519165039062,0.7483959197998047,0.7801055908203125,0.7531642913818359,0.7328987121582031,0.7526874542236328,0.7455348968505859 +1000,50000,cpu,normal,False,False,False,0.38743019104003906,0.4372596740722656,0.3895759582519531,0.39649009704589844,0.38170814514160156,0.4019737243652344,0.39124488830566406,0.43702125549316406,0.3898143768310547,0.3840923309326172,0.7555484771728516,0.7147789001464844,0.7319450378417969,0.7295608520507812,0.7574558258056641,0.7255077362060547,0.7174015045166016,0.9922981262207031,0.8084774017333984,0.8072853088378906 +2500,1000,cpu,homo,True,True,False,0.21719932556152344,0.18787384033203125,0.2193450927734375,0.20122528076171875,0.19812583923339844,0.17452239990234375,0.19812583923339844,0.2028942108154297,0.20813941955566406,0.1938343048095703,0.19979476928710938,0.1990795135498047,0.18739700317382812,0.17881393432617188,0.1881122589111328,0.16951560974121094,0.18405914306640625,0.18310546875,0.18095970153808594,0.17333030700683594 +2500,1000,cpu,homo,False,True,False,0.25725364685058594,0.2410411834716797,0.225067138671875,0.2353191375732422,0.22935867309570312,0.22339820861816406,0.1952648162841797,0.2048015594482422,0.2048015594482422,0.20360946655273438,0.25963783264160156,0.24843215942382812,0.2579689025878906,0.2562999725341797,0.2617835998535156,0.23603439331054688,0.2570152282714844,0.4024505615234375,0.27632713317871094,0.24652481079101562 +2500,1000,cpu,homo,True,False,False,0.2067089080810547,0.19025802612304688,0.2143383026123047,0.22459030151367188,0.20051002502441406,0.1990795135498047,0.20432472229003906,0.19741058349609375,0.21409988403320312,0.186920166015625,0.19693374633789062,0.1900196075439453,0.1709461212158203,0.171661376953125,0.17714500427246094,0.1723766326904297,0.17142295837402344,0.1823902130126953,0.15664100646972656,0.1723766326904297 +2500,1000,cpu,homo,False,False,False,0.2605915069580078,0.26726722717285156,0.26106834411621094,0.2677440643310547,0.2434253692626953,0.2503395080566406,0.2231597900390625,0.21982192993164062,0.21338462829589844,0.2117156982421875,0.18453598022460938,0.18072128295898438,0.19860267639160156,0.17690658569335938,0.17452239990234375,0.18453598022460938,0.1926422119140625,0.23365020751953125,0.22530555725097656,0.19168853759765625 +2500,1000,cpu,uniform,True,True,False,0.22935867309570312,0.24271011352539062,0.2307891845703125,0.2586841583251953,0.21600723266601562,0.2319812774658203,0.24318695068359375,0.2613067626953125,0.2377033233642578,0.21839141845703125,0.21696090698242188,0.4150867462158203,0.37097930908203125,0.3199577331542969,0.40268898010253906,0.3752708435058594,0.3509521484375,0.31304359436035156,0.32138824462890625,0.30684471130371094 +2500,1000,cpu,uniform,False,True,False,0.2319812774658203,0.2598762512207031,0.2503395080566406,0.2570152282714844,0.24080276489257812,0.24819374084472656,0.2334117889404297,0.24509429931640625,0.2646446228027344,0.23746490478515625,0.2899169921875,0.31447410583496094,0.30422210693359375,0.2899169921875,0.2887248992919922,0.2837181091308594,0.2994537353515625,0.2875328063964844,0.27751922607421875,0.3197193145751953 +2500,1000,cpu,uniform,True,False,False,0.5145072937011719,0.5116462707519531,0.4363059997558594,0.6368160247802734,0.5159378051757812,0.44918060302734375,0.4782676696777344,0.4451274871826172,0.46443939208984375,0.4646778106689453,0.17786026000976562,0.23412704467773438,0.20003318786621094,0.2124309539794922,0.21004676818847656,0.1842975616455078,0.1766681671142578,0.15234947204589844,0.16760826110839844,0.2651214599609375 +2500,1000,cpu,uniform,False,False,False,0.5064010620117188,0.5056858062744141,0.5078315734863281,0.4868507385253906,0.4391670227050781,0.4420280456542969,0.4456043243408203,0.43320655822753906,0.45013427734375,0.4398822784423828,0.396728515625,0.20623207092285156,0.20194053649902344,0.2162456512451172,0.21314620971679688,0.21266937255859375,0.213623046875,0.1914501190185547,0.21839141845703125,0.1976490020751953 +2500,1000,cpu,normal,True,True,False,0.4940032958984375,0.47850608825683594,0.45037269592285156,0.4582405090332031,0.34880638122558594,0.29349327087402344,0.2696514129638672,0.46563148498535156,0.2815723419189453,0.3070831298828125,0.3058910369873047,0.3123283386230469,0.3116130828857422,0.2987384796142578,0.2837181091308594,0.30493736267089844,0.30303001403808594,0.4711151123046875,0.3933906555175781,0.3540515899658203 +2500,1000,cpu,normal,False,True,False,0.2923011779785156,0.2357959747314453,0.21958351135253906,0.27489662170410156,0.2510547637939453,0.263214111328125,0.2613067626953125,0.24199485778808594,0.23174285888671875,0.2391338348388672,0.5033016204833984,0.3788471221923828,0.3185272216796875,0.3829002380371094,0.3039836883544922,0.31948089599609375,0.2903938293457031,0.30994415283203125,0.3027915954589844,0.29468536376953125 +2500,1000,cpu,normal,True,False,False,0.446319580078125,0.3571510314941406,0.25463104248046875,0.26345252990722656,0.24509429931640625,0.22864341735839844,0.23603439331054688,0.2551078796386719,0.2372264862060547,0.2384185791015625,0.43964385986328125,0.35262107849121094,0.32019615173339844,0.31280517578125,0.30922889709472656,0.3077983856201172,0.3170967102050781,0.2942085266113281,0.3142356872558594,0.29969215393066406 +2500,1000,cpu,normal,False,False,False,0.27489662170410156,0.23102760314941406,0.2541542053222656,0.2684593200683594,0.23937225341796875,0.22411346435546875,0.24199485778808594,0.2181529998779297,0.20432472229003906,0.25200843811035156,0.3952980041503906,0.38051605224609375,0.3447532653808594,0.3628730773925781,0.4584789276123047,0.3743171691894531,0.354766845703125,0.3407001495361328,0.34117698669433594,0.3268718719482422 +2500,2500,cpu,homo,True,True,False,0.4246234893798828,0.48089027404785156,0.44274330139160156,0.4162788391113281,0.4067420959472656,0.5309581756591797,0.48828125,0.42891502380371094,0.45943260192871094,0.6513595581054688,0.26154518127441406,0.43582916259765625,0.3154277801513672,0.28014183044433594,0.2727508544921875,0.25725364685058594,0.26035308837890625,0.24628639221191406,0.232696533203125,0.232696533203125 +2500,2500,cpu,homo,False,True,False,0.26726722717285156,0.25725364685058594,0.2608299255371094,0.25177001953125,0.2818107604980469,0.24056434631347656,0.25200843811035156,0.25010108947753906,0.263214111328125,0.2522468566894531,0.17333030700683594,0.15807151794433594,0.1609325408935547,0.20051002502441406,0.1575946807861328,0.156402587890625,0.15044212341308594,0.1552104949951172,0.16164779663085938,0.15735626220703125 +2500,2500,cpu,homo,True,False,False,0.2837181091308594,0.22268295288085938,0.22459030151367188,0.19741058349609375,0.2048015594482422,0.20933151245117188,0.2238750457763672,0.1971721649169922,0.19931793212890625,0.1804828643798828,0.2827644348144531,0.32258033752441406,0.3101825714111328,0.3256797790527344,0.2894401550292969,0.3223419189453125,0.28252601623535156,0.28824806213378906,0.2760887145996094,0.31828880310058594 +2500,2500,cpu,homo,False,False,False,0.43702125549316406,0.40841102600097656,0.423431396484375,0.39505958557128906,0.41031837463378906,0.3917217254638672,0.3981590270996094,0.42891502380371094,0.4057884216308594,0.39196014404296875,0.2696514129638672,0.33020973205566406,0.2913475036621094,0.3001689910888672,0.3311634063720703,0.20313262939453125,0.17833709716796875,0.17786026000976562,0.1766681671142578,0.18906593322753906 +2500,2500,cpu,uniform,True,True,False,0.23126602172851562,0.3044605255126953,0.244140625,0.2639293670654297,0.23365020751953125,0.25200843811035156,0.21576881408691406,0.21982192993164062,0.20742416381835938,0.2396106719970703,0.3857612609863281,0.32448768615722656,0.29730796813964844,0.3077983856201172,0.28634071350097656,0.2894401550292969,0.5781650543212891,0.36025047302246094,0.3883838653564453,0.35643577575683594 +2500,2500,cpu,uniform,False,True,False,0.5071163177490234,0.49233436584472656,0.47087669372558594,0.6134510040283203,0.47278404235839844,0.42128562927246094,0.5466938018798828,0.47707557678222656,0.43511390686035156,0.4467964172363281,0.3178119659423828,0.30732154846191406,0.3025531768798828,0.29659271240234375,0.2758502960205078,0.2944469451904297,0.4813671112060547,0.40268898010253906,0.3132820129394531,0.2925395965576172 +2500,2500,cpu,uniform,True,False,False,0.24008750915527344,0.247955322265625,0.2620220184326172,0.23412704467773438,0.22339820861816406,0.2586841583251953,0.23937225341796875,0.2620220184326172,0.2872943878173828,0.270843505859375,0.3311634063720703,0.3123283386230469,0.3209114074707031,0.3380775451660156,0.3097057342529297,0.3266334533691406,0.3204345703125,0.3387928009033203,0.32973289489746094,0.3445148468017578 +2500,2500,cpu,uniform,False,False,False,0.3418922424316406,0.5590915679931641,0.2872943878173828,0.24318695068359375,0.240325927734375,0.2739429473876953,0.23818016052246094,0.23412704467773438,0.24271011352539062,0.2410411834716797,0.20885467529296875,0.194549560546875,0.17380714416503906,0.17786026000976562,0.17023086547851562,0.19216537475585938,0.19550323486328125,0.24580955505371094,0.3991127014160156,0.3571510314941406 +2500,2500,cpu,normal,True,True,False,0.232696533203125,0.244140625,0.2288818359375,0.22149085998535156,0.26798248291015625,0.23698806762695312,0.24437904357910156,0.2243518829345703,0.20956993103027344,0.2319812774658203,0.34427642822265625,0.3209114074707031,0.30922889709472656,0.2944469451904297,0.2875328063964844,0.28061866760253906,0.2994537353515625,0.3516674041748047,0.3063678741455078,0.30922889709472656 +2500,2500,cpu,normal,False,True,False,0.24199485778808594,0.22530555725097656,0.23126602172851562,0.2486705780029297,0.6337165832519531,0.7319450378417969,0.5266666412353516,0.47850608825683594,0.46706199645996094,0.47326087951660156,0.21886825561523438,0.2300739288330078,0.19741058349609375,0.19407272338867188,0.19598007202148438,0.18787384033203125,0.18596649169921875,0.21600723266601562,0.19621849060058594,0.1838207244873047 +2500,2500,cpu,normal,True,False,False,0.24580955505371094,0.2968311309814453,0.23937225341796875,0.23984909057617188,0.24580955505371094,0.2384185791015625,0.2605915069580078,0.21338462829589844,0.5588531494140625,0.514984130859375,0.3116130828857422,0.39649009704589844,0.4286766052246094,0.4246234893798828,0.34999847412109375,0.3154277801513672,0.33783912658691406,0.3306865692138672,0.5786418914794922,0.3421306610107422 +2500,2500,cpu,normal,False,False,False,0.4661083221435547,0.47898292541503906,0.4603862762451172,0.48851966857910156,0.4858970642089844,0.4291534423828125,0.4191398620605469,0.4901885986328125,0.7758140563964844,0.48232078552246094,0.20933151245117188,0.22721290588378906,0.21147727966308594,0.2052783966064453,0.213623046875,0.19621849060058594,0.2002716064453125,0.209808349609375,0.1976490020751953,0.2067089080810547 +2500,5000,cpu,homo,True,True,False,0.21982192993164062,0.21147727966308594,0.19550323486328125,0.20766258239746094,0.20384788513183594,0.20956993103027344,0.1838207244873047,0.23436546325683594,0.19073486328125,0.1964569091796875,0.2002716064453125,0.1552104949951172,0.15926361083984375,0.171661376953125,0.1633167266845703,0.14066696166992188,0.18095970153808594,0.1609325408935547,0.15544891357421875,0.1456737518310547 +2500,5000,cpu,homo,False,True,False,0.2124309539794922,0.3819465637207031,0.2143383026123047,0.225067138671875,0.2155303955078125,0.19240379333496094,0.19979476928710938,0.20956993103027344,0.186920166015625,0.2281665802001953,0.2193450927734375,0.2052783966064453,0.20766258239746094,0.209808349609375,0.21696090698242188,0.1976490020751953,0.20051002502441406,0.1995563507080078,0.19812583923339844,0.20503997802734375 +2500,5000,cpu,homo,True,False,False,0.24962425231933594,0.5919933319091797,0.5042552947998047,0.5922317504882812,0.46443939208984375,0.45871734619140625,0.45037269592285156,0.4363059997558594,0.4189014434814453,0.4324913024902344,0.23293495178222656,0.23794174194335938,0.2231597900390625,0.2315044403076172,0.23674964904785156,0.2086162567138672,0.21886825561523438,0.23055076599121094,0.22673606872558594,0.2269744873046875 +2500,5000,cpu,homo,False,False,False,0.2522468566894531,0.2551078796386719,0.22935867309570312,0.438690185546875,0.22530555725097656,0.2541542053222656,0.21576881408691406,0.3066062927246094,0.2334117889404297,0.2384185791015625,0.22912025451660156,0.21338462829589844,0.24461746215820312,0.23508071899414062,0.22792816162109375,0.2295970916748047,0.24366378784179688,0.2181529998779297,0.2422332763671875,0.23102760314941406 +2500,5000,cpu,uniform,True,True,False,0.2636909484863281,0.24080276489257812,0.25773048400878906,0.24819374084472656,0.25200843811035156,0.23818016052246094,0.24962425231933594,0.30994415283203125,0.2560615539550781,0.2834796905517578,0.324249267578125,0.3101825714111328,0.28228759765625,0.33092498779296875,0.3421306610107422,0.31113624572753906,0.40268898010253906,0.3631114959716797,0.29349327087402344,0.274658203125 +2500,5000,cpu,uniform,False,True,False,0.44727325439453125,0.45299530029296875,0.4661083221435547,0.7264614105224609,0.5588531494140625,0.49996376037597656,0.4897117614746094,0.4570484161376953,0.4458427429199219,0.44035911560058594,0.5254745483398438,0.400543212890625,0.3330707550048828,0.4138946533203125,0.3428459167480469,0.3497600555419922,0.3249645233154297,0.33211708068847656,0.3294944763183594,0.3380775451660156 +2500,5000,cpu,uniform,True,False,False,0.2846717834472656,0.31256675720214844,0.2658367156982422,0.29921531677246094,0.2994537353515625,0.2932548522949219,0.27823448181152344,0.28586387634277344,0.293731689453125,0.27489662170410156,0.2453327178955078,0.2751350402832031,0.24271011352539062,0.2510547637939453,0.21123886108398438,0.2593994140625,0.25391578674316406,0.22363662719726562,0.2338886260986328,0.2684593200683594 +2500,5000,cpu,uniform,False,False,False,0.4544258117675781,0.44727325439453125,0.4687309265136719,0.46372413635253906,0.32258033752441406,0.5550384521484375,0.5147457122802734,0.45371055603027344,0.48065185546875,0.6415843963623047,0.37407875061035156,0.46372413635253906,0.37741661071777344,0.3693103790283203,0.4363059997558594,0.3955364227294922,0.33783912658691406,0.3497600555419922,0.3654956817626953,0.33354759216308594 +2500,5000,cpu,normal,True,True,False,0.3235340118408203,0.28133392333984375,0.26679039001464844,0.22935867309570312,0.22459030151367188,0.23555755615234375,0.24199485778808594,0.2942085266113281,0.23174285888671875,0.23889541625976562,0.2589225769042969,0.24843215942382812,0.24819374084472656,0.25725364685058594,0.4508495330810547,0.35643577575683594,0.2193450927734375,0.244140625,0.24843215942382812,0.2532005310058594 +2500,5000,cpu,normal,False,True,False,0.2288818359375,0.25844573974609375,0.26345252990722656,0.2613067626953125,0.23102760314941406,0.27632713317871094,0.2300739288330078,0.2448558807373047,0.23245811462402344,0.2753734588623047,0.3631114959716797,0.36978721618652344,0.3943443298339844,0.6399154663085938,0.3867149353027344,0.3566741943359375,0.3345012664794922,0.33783912658691406,0.3311634063720703,0.3840923309326172 +2500,5000,cpu,normal,True,False,False,0.2942085266113281,0.28252601623535156,0.2884864807128906,0.29921531677246094,0.2856254577636719,0.27942657470703125,0.286102294921875,0.28443336486816406,0.26679039001464844,0.28133392333984375,0.3705024719238281,0.5304813385009766,0.4394054412841797,0.4017353057861328,0.3910064697265625,0.35762786865234375,0.32830238342285156,0.34356117248535156,0.37479400634765625,0.4317760467529297 +2500,5000,cpu,normal,False,False,False,0.2770423889160156,0.2574920654296875,0.24509429931640625,0.2613067626953125,0.2694129943847656,0.24056434631347656,0.24509429931640625,0.2923011779785156,0.29158592224121094,0.26988983154296875,0.400543212890625,0.38361549377441406,0.5919933319091797,0.5309581756591797,0.3883838653564453,0.45228004455566406,0.4723072052001953,0.3790855407714844,0.45299530029296875,0.4127025604248047 +2500,10000,cpu,homo,True,True,False,0.22339820861816406,0.2110004425048828,0.2117156982421875,0.20623207092285156,0.19931793212890625,0.21719932556152344,0.24366378784179688,0.2295970916748047,0.21982192993164062,0.2052783966064453,0.2071857452392578,0.1800060272216797,0.18215179443359375,0.19884109497070312,0.17976760864257812,0.18548965454101562,0.19693374633789062,0.2071857452392578,0.2009868621826172,0.17404556274414062 +2500,10000,cpu,homo,False,True,False,0.23818016052246094,0.19502639770507812,0.23651123046875,0.20003318786621094,0.2276897430419922,0.2200603485107422,0.2377033233642578,0.2143383026123047,0.2372264862060547,0.2262592315673828,0.255584716796875,0.21910667419433594,0.22363662719726562,0.22935867309570312,0.2319812774658203,0.23317337036132812,0.21529197692871094,0.21147727966308594,0.20384788513183594,0.21767616271972656 +2500,10000,cpu,homo,True,False,False,0.2605915069580078,0.2276897430419922,0.2646446228027344,0.2460479736328125,0.6971359252929688,0.4699230194091797,0.5042552947998047,0.46324729919433594,0.4515647888183594,0.4355907440185547,0.38361549377441406,0.5118846893310547,0.46253204345703125,0.4050731658935547,0.385284423828125,0.3635883331298828,0.35452842712402344,0.3845691680908203,0.3452301025390625,0.3883838653564453 +2500,10000,cpu,homo,False,False,False,0.5555152893066406,0.5071163177490234,0.545501708984375,0.5230903625488281,0.6730556488037109,0.7355213165283203,0.5364418029785156,0.44536590576171875,0.4811286926269531,0.4620552062988281,0.3781318664550781,0.49233436584472656,0.3504753112792969,0.3368854522705078,0.339508056640625,0.35071372985839844,0.33783912658691406,0.3731250762939453,0.34117698669433594,0.3173351287841797 +2500,10000,cpu,uniform,True,True,False,0.2722740173339844,0.2498626708984375,0.30684471130371094,0.2598762512207031,0.24652481079101562,0.24509429931640625,0.2269744873046875,0.24390220642089844,0.2586841583251953,0.2605915069580078,0.25582313537597656,0.18715858459472656,0.17499923706054688,0.16379356384277344,0.19502639770507812,0.33020973205566406,0.2346038818359375,0.22649765014648438,0.2117156982421875,0.22220611572265625 +2500,10000,cpu,uniform,False,True,False,0.263214111328125,0.2562999725341797,0.23317337036132812,0.2281665802001953,0.23674964904785156,0.25153160095214844,0.2453327178955078,0.23436546325683594,0.232696533203125,0.26988983154296875,0.26106834411621094,0.2789497375488281,0.23603439331054688,0.2396106719970703,0.2048015594482422,0.2269744873046875,0.2415180206298828,0.23221969604492188,0.2377033233642578,0.22745132446289062 +2500,10000,cpu,uniform,True,False,False,0.30159950256347656,0.43272972106933594,0.30303001403808594,0.28967857360839844,0.3104209899902344,0.3075599670410156,0.2620220184326172,0.27751922607421875,0.26607513427734375,0.25010108947753906,0.3383159637451172,0.3380775451660156,0.35572052001953125,0.32067298889160156,0.3027915954589844,0.3268718719482422,0.3273487091064453,0.3044605255126953,0.3039836883544922,0.3237724304199219 +2500,10000,cpu,uniform,False,False,False,0.3814697265625,0.3426074981689453,0.3066062927246094,0.30112266540527344,0.36025047302246094,0.36072731018066406,0.3199577331542969,0.30541419982910156,0.3135204315185547,0.6906986236572266,0.3826618194580078,0.33545494079589844,0.38886070251464844,0.3197193145751953,0.3414154052734375,0.2872943878173828,0.31304359436035156,0.32973289489746094,0.3426074981689453,0.29754638671875 +2500,10000,cpu,normal,True,True,False,0.28252601623535156,0.2760887145996094,0.28634071350097656,0.26535987854003906,0.2605915069580078,0.24437904357910156,0.27441978454589844,0.2467632293701172,0.26988983154296875,0.2522468566894531,0.24890899658203125,0.22363662719726562,0.2086162567138672,0.25343894958496094,0.1933574676513672,0.2384185791015625,0.20074844360351562,0.2682209014892578,0.2334117889404297,0.20766258239746094 +2500,10000,cpu,normal,False,True,False,0.25272369384765625,0.232696533203125,0.27060508728027344,0.2582073211669922,0.6422996520996094,0.5412101745605469,0.5171298980712891,0.5044937133789062,0.4589557647705078,0.46181678771972656,0.28896331787109375,0.29778480529785156,0.3120899200439453,0.2722740173339844,0.2856254577636719,0.2827644348144531,0.32520294189453125,0.2970695495605469,0.2884864807128906,0.2682209014892578 +2500,10000,cpu,normal,True,False,False,0.5609989166259766,0.5283355712890625,0.48160552978515625,0.4787445068359375,0.5352497100830078,0.49805641174316406,0.4761219024658203,0.49877166748046875,0.49185752868652344,0.5083084106445312,0.34427642822265625,0.3483295440673828,0.3032684326171875,0.3502368927001953,0.3173351287841797,0.3402233123779297,0.3368854522705078,0.32639503479003906,0.3046989440917969,0.3113746643066406 +2500,10000,cpu,normal,False,False,False,0.3662109375,0.3190040588378906,0.37670135498046875,0.3285408020019531,0.3814697265625,0.31685829162597656,0.35691261291503906,0.3440380096435547,0.37789344787597656,0.2963542938232422,0.5517005920410156,0.4775524139404297,0.49591064453125,0.4601478576660156,0.4267692565917969,0.35309791564941406,0.36644935607910156,0.3161430358886719,0.3533363342285156,0.3676414489746094 +2500,25000,cpu,homo,True,True,False,0.29778480529785156,0.3046989440917969,0.3514289855957031,0.30350685119628906,0.2694129943847656,0.293731689453125,0.29540061950683594,0.2875328063964844,0.29397010803222656,0.2961158752441406,0.22101402282714844,0.20599365234375,0.2129077911376953,0.2129077911376953,0.2040863037109375,0.20051002502441406,0.17642974853515625,0.1862049102783203,0.18262863159179688,0.16832351684570312 +2500,25000,cpu,homo,False,True,False,0.21719932556152344,0.18739700317382812,0.22363662719726562,0.19669532775878906,0.19669532775878906,0.18024444580078125,0.202178955078125,0.2033710479736328,0.21386146545410156,0.2353191375732422,0.5724430084228516,0.31638145446777344,0.3185272216796875,0.3056526184082031,0.29206275939941406,0.2999305725097656,0.30422210693359375,0.3063678741455078,0.29349327087402344,0.2944469451904297 +2500,25000,cpu,homo,True,False,False,0.362396240234375,0.32711029052734375,0.3352165222167969,0.3180503845214844,0.34928321838378906,0.3101825714111328,0.33545494079589844,0.30994415283203125,0.35858154296875,0.3304481506347656,0.42700767517089844,0.43511390686035156,0.4189014434814453,0.4563331604003906,0.4296302795410156,0.44345855712890625,0.4181861877441406,0.43487548828125,0.4267692565917969,0.42939186096191406 +2500,25000,cpu,homo,False,False,False,0.32401084899902344,0.3972053527832031,0.31495094299316406,0.4048347473144531,0.3116130828857422,0.41174888610839844,0.32138824462890625,0.39839744567871094,0.28395652770996094,0.4019737243652344,0.7395744323730469,0.6589889526367188,0.7431507110595703,0.6697177886962891,0.7340908050537109,0.6392002105712891,0.7250308990478516,0.6575584411621094,0.7264614105224609,0.6723403930664062 +2500,25000,cpu,uniform,True,True,False,0.5822181701660156,0.6551742553710938,0.6890296936035156,0.5970001220703125,0.5815029144287109,0.5428791046142578,0.5476474761962891,0.5750656127929688,0.5528926849365234,0.5700588226318359,0.2887248992919922,0.31566619873046875,0.2956390380859375,0.5056858062744141,0.34689903259277344,0.3066062927246094,0.2803802490234375,0.2548694610595703,0.2524852752685547,0.25582313537597656 +2500,25000,cpu,uniform,False,True,False,0.23484230041503906,0.24890899658203125,0.2429485321044922,0.2079010009765625,0.22935867309570312,0.247955322265625,0.2372264862060547,0.23508071899414062,0.24628639221191406,0.23055076599121094,0.6039142608642578,0.5214214324951172,0.5021095275878906,0.47898292541503906,0.476837158203125,0.5249977111816406,0.49757957458496094,0.46896934509277344,0.4513263702392578,0.4601478576660156 +2500,25000,cpu,uniform,True,False,False,0.6067752838134766,0.5979537963867188,0.6132125854492188,0.5469322204589844,0.5311965942382812,0.5235671997070312,0.5080699920654297,0.5283355712890625,0.5030632019042969,0.8273124694824219,0.5829334259033203,0.6256103515625,0.6272792816162109,0.6167888641357422,0.5478858947753906,0.5397796630859375,0.537872314453125,0.5631446838378906,0.5817413330078125,0.5781650543212891 +2500,25000,cpu,uniform,False,False,False,0.7090568542480469,0.6885528564453125,0.5619525909423828,0.6647109985351562,0.5724430084228516,0.66375732421875,0.5872249603271484,0.6206035614013672,0.553131103515625,0.6213188171386719,0.5984306335449219,0.5731582641601562,0.5781650543212891,0.5960464477539062,0.5826950073242188,0.598907470703125,0.5617141723632812,0.8022785186767578,0.8873939514160156,0.9469985961914062 +2500,25000,cpu,normal,True,True,False,0.4525184631347656,0.47016143798828125,0.44274330139160156,0.5002021789550781,0.4355907440185547,0.4124641418457031,0.44798851013183594,0.44918060302734375,0.4513263702392578,0.4391670227050781,0.19288063049316406,0.2238750457763672,0.22292137145996094,0.24199485778808594,0.20623207092285156,0.2002716064453125,0.18167495727539062,0.19288063049316406,0.23293495178222656,0.2715587615966797 +2500,25000,cpu,normal,False,True,False,0.2868175506591797,0.9140968322753906,0.8220672607421875,0.5364418029785156,0.5259513854980469,0.4940032958984375,0.48828125,0.4584789276123047,0.43272972106933594,0.446319580078125,0.5009174346923828,0.5147457122802734,0.4811286926269531,0.5240440368652344,0.5145072937011719,0.5025863647460938,0.48422813415527344,0.4901885986328125,0.4801750183105469,0.46443939208984375 +2500,25000,cpu,normal,True,False,False,0.3955364227294922,0.36525726318359375,0.36597251892089844,0.3495216369628906,0.37217140197753906,0.38743019104003906,0.3540515899658203,0.3485679626464844,0.37288665771484375,0.35691261291503906,0.5886554718017578,0.5369186401367188,0.5056858062744141,0.5624294281005859,0.5369186401367188,0.5135536193847656,0.5071163177490234,0.5221366882324219,0.5154609680175781,0.49424171447753906 +2500,25000,cpu,normal,False,False,False,0.34689903259277344,0.4448890686035156,0.34117698669433594,0.4391670227050781,0.3185272216796875,0.4241466522216797,0.32806396484375,0.49495697021484375,0.33402442932128906,0.4413127899169922,0.9264945983886719,0.762939453125,0.8618831634521484,0.7598400115966797,0.7848739624023438,0.7183551788330078,0.8442401885986328,0.7996559143066406,0.7936954498291016,0.7216930389404297 +2500,37500,cpu,homo,True,True,False,0.8471012115478516,0.6434917449951172,0.6616115570068359,0.6222724914550781,0.6756782531738281,0.6539821624755859,0.6175041198730469,0.6666183471679688,0.6084442138671875,0.6165504455566406,0.18739700317382812,0.13828277587890625,0.18930435180664062,0.19049644470214844,0.16236305236816406,0.17714500427246094,0.1862049102783203,0.16617774963378906,0.15664100646972656,0.16999244689941406 +2500,37500,cpu,homo,False,True,False,0.20122528076171875,0.2288818359375,0.17786026000976562,0.1933574676513672,0.2129077911376953,0.23937225341796875,0.19741058349609375,0.21886825561523438,0.22983551025390625,0.19502639770507812,0.41222572326660156,0.37980079650878906,0.40793418884277344,0.396728515625,0.396728515625,0.3981590270996094,0.3707408905029297,0.385284423828125,0.3840923309326172,0.3666877746582031 +2500,37500,cpu,homo,True,False,False,0.34880638122558594,0.3769397735595703,0.3383159637451172,0.39124488830566406,0.33926963806152344,0.38886070251464844,0.3662109375,0.3876686096191406,0.31757354736328125,0.3819465637207031,0.6301403045654297,0.5948543548583984,0.5757808685302734,0.5843639373779297,0.5829334259033203,0.6368160247802734,0.5590915679931641,0.6093978881835938,0.5478858947753906,0.5779266357421875 +2500,37500,cpu,homo,False,False,False,0.3631114959716797,0.4863739013671875,0.37598609924316406,0.499725341796875,0.36978721618652344,0.5109310150146484,0.3497600555419922,0.48851966857910156,0.3771781921386719,0.46515464782714844,0.9992122650146484,0.8692741394042969,0.9832382202148438,0.86212158203125,1.0561943054199219,0.9877681732177734,0.9896755218505859,0.8661746978759766,0.9984970092773438,0.8931159973144531 +2500,37500,cpu,uniform,True,True,False,0.47397613525390625,0.5080699920654297,0.5042552947998047,0.5104541778564453,0.49495697021484375,0.47469139099121094,0.4935264587402344,0.47898292541503906,0.5049705505371094,0.4754066467285156,0.19311904907226562,0.1823902130126953,0.2014636993408203,0.1895427703857422,0.19931793212890625,0.22077560424804688,0.7636547088623047,0.5970001220703125,0.26917457580566406,0.22864341735839844 +2500,37500,cpu,uniform,False,True,False,0.24700164794921875,0.23555755615234375,0.244140625,0.2124309539794922,0.25463104248046875,0.21409988403320312,0.22125244140625,0.21028518676757812,0.23674964904785156,0.1976490020751953,0.42510032653808594,0.4076957702636719,0.4119873046875,0.4177093505859375,0.3948211669921875,0.4119873046875,0.4322528839111328,0.45299530029296875,0.40984153747558594,0.4024505615234375 +2500,37500,cpu,uniform,True,False,False,0.6728172302246094,0.8821487426757812,0.6306171417236328,0.6058216094970703,0.6287097930908203,0.614166259765625,0.54931640625,0.6270408630371094,0.5888938903808594,0.5784034729003906,0.5805492401123047,0.6322860717773438,0.6153583526611328,0.6308555603027344,0.8935928344726562,1.0466575622558594,0.7882118225097656,0.7388591766357422,0.7562637329101562,0.7340908050537109 +2500,37500,cpu,uniform,False,False,False,0.41031837463378906,0.4589557647705078,0.39839744567871094,0.4787445068359375,0.4329681396484375,0.5080699920654297,0.40030479431152344,0.48732757568359375,0.4031658172607422,0.45871734619140625,1.02996826171875,1.0068416595458984,1.0027885437011719,0.9868144989013672,1.0478496551513672,0.9484291076660156,0.9415149688720703,1.1208057403564453,0.9694099426269531,0.9760856628417969 +2500,37500,cpu,normal,True,True,False,1.0249614715576172,0.9667873382568359,1.0199546813964844,1.0221004486083984,0.9336471557617188,0.9198188781738281,0.9207725524902344,0.9245872497558594,0.9098052978515625,0.9081363677978516,0.38695335388183594,0.3452301025390625,0.3230571746826172,0.32401084899902344,0.34165382385253906,0.31495094299316406,0.3108978271484375,0.32711029052734375,0.32401084899902344,0.33020973205566406 +2500,37500,cpu,normal,False,True,False,0.2818107604980469,0.2338886260986328,0.26869773864746094,0.23055076599121094,0.2644062042236328,0.26988983154296875,0.2841949462890625,0.22220611572265625,0.240325927734375,0.2582073211669922,0.6315708160400391,0.6577968597412109,0.6473064422607422,0.6420612335205078,0.5917549133300781,0.6167888641357422,0.6165504455566406,0.6198883056640625,0.5888938903808594,0.5803108215332031 +2500,37500,cpu,normal,True,False,False,0.6020069122314453,0.6542205810546875,0.827789306640625,0.7603168487548828,0.6222724914550781,0.6914138793945312,0.6158351898193359,0.6465911865234375,0.6668567657470703,0.8258819580078125,0.7536411285400391,0.7510185241699219,0.7758140563964844,0.7727146148681641,0.7631778717041016,0.7598400115966797,0.7462501525878906,0.7696151733398438,0.8296966552734375,0.7519721984863281 +2500,37500,cpu,normal,False,False,False,0.44536590576171875,0.5614757537841797,0.38504600524902344,0.5440711975097656,0.36263465881347656,0.5173683166503906,0.3991127014160156,0.5218982696533203,0.4432201385498047,0.5548000335693359,1.1935234069824219,0.9112358093261719,0.9791851043701172,0.9305477142333984,0.99945068359375,0.9129047393798828,1.0004043579101562,0.9176731109619141,1.0027885437011719,0.8859634399414062 +2500,50000,cpu,homo,True,True,False,0.7996559143066406,0.5526542663574219,0.5180835723876953,0.5486011505126953,0.5278587341308594,0.4966259002685547,0.5340576171875,0.5235671997070312,0.8890628814697266,0.7469654083251953,0.22077560424804688,0.2722740173339844,0.2682209014892578,0.22482872009277344,0.20623207092285156,0.20837783813476562,0.17762184143066406,0.19931793212890625,0.19788742065429688,0.17833709716796875 +2500,50000,cpu,homo,False,True,False,0.21982192993164062,0.20384788513183594,0.186920166015625,0.20599365234375,0.19693374633789062,0.19288063049316406,0.18858909606933594,0.17452239990234375,0.1888275146484375,0.21195411682128906,0.47898292541503906,0.4897117614746094,0.4763603210449219,0.4534721374511719,0.4684925079345703,0.47135353088378906,0.4711151123046875,0.4665851593017578,0.46181678771972656,0.4591941833496094 +2500,50000,cpu,homo,True,False,False,0.40149688720703125,0.885009765625,0.7071495056152344,0.9388923645019531,0.6394386291503906,0.6101131439208984,0.6172657012939453,0.6358623504638672,0.6012916564941406,0.6148815155029297,0.7219314575195312,0.7126331329345703,0.7085800170898438,0.8709430694580078,0.6794929504394531,0.7023811340332031,0.6935596466064453,0.6761550903320312,0.6892681121826172,0.6806850433349609 +2500,50000,cpu,homo,False,False,False,0.6525516510009766,0.8323192596435547,0.6392002105712891,0.7805824279785156,0.7030963897705078,0.8876323699951172,0.6017684936523438,0.6532669067382812,0.46825408935546875,0.9343624114990234,1.2562274932861328,1.2402534484863281,1.2156963348388672,1.287221908569336,1.1420249938964844,1.2583732604980469,1.1937618255615234,1.245260238647461,1.184701919555664,1.3136863708496094 +2500,50000,cpu,uniform,True,True,False,0.6673336029052734,0.6926059722900391,0.6372928619384766,0.6682872772216797,0.7035732269287109,0.6909370422363281,0.6837844848632812,0.6716251373291016,0.6909370422363281,0.6787776947021484,0.20742416381835938,0.179290771484375,0.17833709716796875,0.19073486328125,0.19359588623046875,0.21195411682128906,0.17714500427246094,0.20194053649902344,0.18453598022460938,0.2086162567138672 +2500,50000,cpu,uniform,False,True,False,0.46753883361816406,0.4928112030029297,0.6353855133056641,0.46443939208984375,0.4661083221435547,0.4627704620361328,0.4544258117675781,0.43964385986328125,0.4417896270751953,0.3407001495361328,0.5710124969482422,0.54168701171875,0.49376487731933594,0.4935264587402344,0.48732757568359375,0.5030632019042969,0.5195140838623047,0.4932880401611328,0.7064342498779297,0.6382465362548828 +2500,50000,cpu,uniform,True,False,False,0.5071163177490234,0.4642009735107422,0.46563148498535156,0.40793418884277344,0.4718303680419922,0.5228519439697266,0.5223751068115234,0.5152225494384766,0.8528232574462891,0.5295276641845703,0.9129047393798828,0.9169578552246094,0.9224414825439453,0.9522438049316406,0.8749961853027344,0.8134841918945312,0.9448528289794922,1.1487007141113281,0.8428096771240234,0.8502006530761719 +2500,50000,cpu,uniform,False,False,False,0.49233436584472656,0.40984153747558594,0.4661083221435547,0.46181678771972656,0.431060791015625,0.45990943908691406,0.47588348388671875,0.4487037658691406,0.45800209045410156,0.44989585876464844,1.1997222900390625,1.1751651763916016,1.1129379272460938,1.1568069458007812,1.1107921600341797,1.1425018310546875,1.1477470397949219,1.1599063873291016,1.115560531616211,1.140594482421875 +2500,50000,cpu,normal,True,True,False,1.6436576843261719,1.2705326080322266,1.2710094451904297,1.2590885162353516,1.2402534484863281,1.2481212615966797,1.3363361358642578,1.3511180877685547,1.3592243194580078,1.3113021850585938,0.3085136413574219,0.6918907165527344,0.2422332763671875,0.2167224884033203,0.2472400665283203,0.21600723266601562,0.2262592315673828,0.2582073211669922,0.2231597900390625,0.1995563507080078 +2500,50000,cpu,normal,False,True,False,0.25463104248046875,0.23746490478515625,0.22912025451660156,0.2684593200683594,0.2532005310058594,0.2429485321044922,0.2315044403076172,0.23794174194335938,0.23508071899414062,0.3578662872314453,0.7278919219970703,0.7641315460205078,0.7314682006835938,0.6859302520751953,0.7021427154541016,0.7164478302001953,0.7388591766357422,0.6930828094482422,0.7097721099853516,0.7219314575195312 +2500,50000,cpu,normal,True,False,False,0.5121231079101562,0.4639625549316406,0.4420280456542969,0.47850608825683594,0.4649162292480469,0.8544921875,0.7050037384033203,0.6954669952392578,0.6437301635742188,0.6697177886962891,1.1336803436279297,1.092672348022461,1.026153564453125,1.001119613647461,1.1408329010009766,1.0044574737548828,0.9951591491699219,0.9539127349853516,1.001119613647461,1.0035037994384766 +2500,50000,cpu,normal,False,False,False,0.46825408935546875,0.6444454193115234,0.4563331604003906,0.6160736083984375,0.47326087951660156,0.6554126739501953,0.4138946533203125,0.6191730499267578,0.4420280456542969,0.6501674652099609,1.2712478637695312,1.2395381927490234,1.6705989837646484,1.2505054473876953,1.2264251708984375,1.1715888977050781,1.1985301971435547,1.1959075927734375,1.2469291687011719,1.312255859375 +5000,1000,cpu,homo,True,True,False,0.2338886260986328,0.18858909606933594,0.21386146545410156,0.22077560424804688,0.2167224884033203,0.20837783813476562,0.20623207092285156,0.2086162567138672,0.20265579223632812,0.1842975616455078,0.20241737365722656,0.16689300537109375,0.15282630920410156,0.18310546875,0.1811981201171875,0.1862049102783203,0.1838207244873047,0.1842975616455078,0.19121170043945312,0.16379356384277344 +5000,1000,cpu,homo,False,True,False,0.24056434631347656,0.2162456512451172,0.24437904357910156,0.5214214324951172,0.278472900390625,0.22029876708984375,0.2276897430419922,0.5724430084228516,0.5326271057128906,0.44727325439453125,0.18095970153808594,0.18787384033203125,0.19216537475585938,0.16427040100097656,0.14352798461914062,0.15926361083984375,0.17118453979492188,0.17690658569335938,0.1690387725830078,0.16045570373535156 +5000,1000,cpu,homo,True,False,False,0.24390220642089844,0.23818016052246094,0.23436546325683594,0.23746490478515625,0.20170211791992188,0.22172927856445312,0.2167224884033203,0.2117156982421875,0.22459030151367188,0.22411346435546875,0.3082752227783203,0.2884864807128906,0.30159950256347656,0.3018379211425781,0.29468536376953125,0.27561187744140625,0.2720355987548828,0.26988983154296875,0.3190040588378906,0.5371570587158203 +5000,1000,cpu,homo,False,False,False,0.43129920959472656,0.4215240478515625,0.408172607421875,0.4074573516845703,0.4184246063232422,0.40340423583984375,0.3993511199951172,0.4992485046386719,0.4258155822753906,0.42057037353515625,0.5235671997070312,0.30040740966796875,0.4851818084716797,0.3833770751953125,0.3190040588378906,0.3235340118408203,0.3230571746826172,0.3104209899902344,0.31757354736328125,0.2994537353515625 +5000,1000,cpu,uniform,True,True,False,0.2613067626953125,0.2989768981933594,0.2753734588623047,0.2460479736328125,0.2694129943847656,0.24747848510742188,0.22602081298828125,0.2529621124267578,0.25081634521484375,0.23984909057617188,0.21409988403320312,0.22673606872558594,0.20837783813476562,0.21529197692871094,0.21314620971679688,0.1819133758544922,0.20933151245117188,0.21696090698242188,0.2079010009765625,0.21767616271972656 +5000,1000,cpu,uniform,False,True,False,0.5850791931152344,0.5056858062744141,0.4901885986328125,0.5037784576416016,0.4851818084716797,0.47469139099121094,0.4684925079345703,0.4544258117675781,0.45800209045410156,0.4382133483886719,0.2989768981933594,0.3104209899902344,0.28133392333984375,0.28133392333984375,0.26869773864746094,0.2694129943847656,0.2644062042236328,0.3132820129394531,0.27871131896972656,0.2741813659667969 +5000,1000,cpu,uniform,True,False,False,0.2734661102294922,0.22673606872558594,0.23317337036132812,0.2529621124267578,0.26607513427734375,0.2665519714355469,0.2613067626953125,0.2655982971191406,0.2486705780029297,0.27632713317871094,0.21910667419433594,0.21696090698242188,0.24557113647460938,0.202178955078125,0.22721290588378906,0.22363662719726562,0.21266937255859375,0.28443336486816406,0.2467632293701172,0.2562999725341797 +5000,1000,cpu,uniform,False,False,False,0.2562999725341797,0.2837181091308594,0.6885528564453125,0.48851966857910156,0.5254745483398438,0.5047321319580078,0.476837158203125,0.46372413635253906,0.46443939208984375,0.46563148498535156,0.23412704467773438,0.2760887145996094,0.25844573974609375,0.23484230041503906,0.19550323486328125,0.2377033233642578,0.2181529998779297,0.23055076599121094,0.24056434631347656,0.23174285888671875 +5000,1000,cpu,normal,True,True,False,0.2658367156982422,0.26798248291015625,0.30517578125,0.25916099548339844,0.2624988555908203,0.23698806762695312,0.24461746215820312,0.25153160095214844,0.2636909484863281,0.24819374084472656,0.2932548522949219,0.25534629821777344,0.27942657470703125,0.24318695068359375,0.2624988555908203,0.2713203430175781,0.2875328063964844,0.28061866760253906,0.28896331787109375,0.2377033233642578 +5000,1000,cpu,normal,False,True,False,0.27298927307128906,0.26726722717285156,0.27680397033691406,0.24461746215820312,0.25534629821777344,0.2472400665283203,0.25463104248046875,0.2486705780029297,0.31113624572753906,0.31948089599609375,0.30303001403808594,0.30517578125,0.30922889709472656,0.3628730773925781,0.31638145446777344,0.3190040588378906,0.30493736267089844,0.3037452697753906,0.28395652770996094,0.27251243591308594 +5000,1000,cpu,normal,True,False,False,0.263214111328125,0.2524852752685547,0.23508071899414062,0.23555755615234375,0.28967857360839844,0.2646446228027344,0.24175643920898438,0.2543926239013672,0.2605915069580078,0.2658367156982422,0.23293495178222656,0.240325927734375,0.2532005310058594,0.23102760314941406,0.23484230041503906,0.23174285888671875,0.26607513427734375,0.240325927734375,0.24175643920898438,0.21505355834960938 +5000,1000,cpu,normal,False,False,False,0.23651123046875,0.3006458282470703,0.2582073211669922,0.23746490478515625,0.27108192443847656,0.24580955505371094,0.27751922607421875,0.2951622009277344,0.28777122497558594,0.28204917907714844,0.45800209045410156,0.3616809844970703,0.3635883331298828,0.34928321838378906,0.3502368927001953,0.354766845703125,0.33783912658691406,0.335693359375,0.3337860107421875,0.3440380096435547 +5000,2500,cpu,homo,True,True,False,0.24199485778808594,0.23317337036132812,0.26798248291015625,0.23126602172851562,0.21600723266601562,0.2129077911376953,0.23102760314941406,0.5755424499511719,0.5712509155273438,0.7271766662597656,0.15997886657714844,0.2186298370361328,0.2090930938720703,0.19598007202148438,0.19121170043945312,0.1628398895263672,0.1773834228515625,0.20647048950195312,0.19359588623046875,0.20432472229003906 +5000,2500,cpu,homo,False,True,False,0.2586841583251953,0.24700164794921875,0.22339820861816406,0.209808349609375,0.22125244140625,0.22602081298828125,0.5755424499511719,0.4782676696777344,0.446319580078125,0.4451274871826172,0.20503997802734375,0.21719932556152344,0.2532005310058594,0.1838207244873047,0.19407272338867188,0.1888275146484375,0.16307830810546875,0.1628398895263672,0.16379356384277344,0.171661376953125 +5000,2500,cpu,homo,True,False,False,0.4477500915527344,0.4680156707763672,0.4248619079589844,0.6194114685058594,0.4439353942871094,0.4444122314453125,0.4391670227050781,0.44226646423339844,0.44417381286621094,0.4508495330810547,0.2033710479736328,0.46753883361816406,0.37741661071777344,0.33783912658691406,0.31375885009765625,0.3161430358886719,0.3178119659423828,0.3139972686767578,0.3192424774169922,0.29349327087402344 +5000,2500,cpu,homo,False,False,False,0.22792816162109375,0.24199485778808594,0.24938583374023438,0.23984909057617188,0.24056434631347656,0.21886825561523438,0.2334117889404297,0.23674964904785156,0.22339820861816406,0.2155303955078125,0.20885467529296875,0.1938343048095703,0.225067138671875,0.22935867309570312,0.2162456512451172,0.19860267639160156,0.21386146545410156,0.4153251647949219,0.3771781921386719,0.3247261047363281 +5000,2500,cpu,uniform,True,True,False,0.25653839111328125,0.25844573974609375,0.26679039001464844,0.2448558807373047,0.2751350402832031,0.24461746215820312,0.2918243408203125,0.2377033233642578,0.3261566162109375,0.2429485321044922,0.2105236053466797,0.2231597900390625,0.1995563507080078,0.2238750457763672,0.21219253540039062,0.2288818359375,0.2002716064453125,0.21505355834960938,0.2071857452392578,0.1976490020751953 +5000,2500,cpu,uniform,False,True,False,0.27298927307128906,0.26702880859375,0.2777576446533203,0.28967857360839844,0.2541542053222656,0.2593994140625,0.23984909057617188,0.29087066650390625,0.27179718017578125,0.2522468566894531,0.22077560424804688,0.21982192993164062,0.20575523376464844,0.18668174743652344,0.1933574676513672,0.202178955078125,0.18835067749023438,0.2243518829345703,0.21409988403320312,0.18358230590820312 +5000,2500,cpu,uniform,True,False,False,0.48089027404785156,0.5040168762207031,0.4601478576660156,0.4887580871582031,0.45108795166015625,0.4601478576660156,0.4661083221435547,0.45180320739746094,0.46825408935546875,0.4749298095703125,0.4699230194091797,0.415802001953125,0.3666877746582031,0.3867149353027344,0.377655029296875,0.36263465881347656,0.3485679626464844,0.38361549377441406,0.39505958557128906,0.34999847412109375 +5000,2500,cpu,uniform,False,False,False,0.3192424774169922,0.30732154846191406,0.2815723419189453,0.3082752227783203,0.2541542053222656,0.2720355987548828,0.27179718017578125,0.28014183044433594,0.25725364685058594,0.2925395965576172,0.2620220184326172,0.2818107604980469,0.2589225769042969,0.24175643920898438,0.2460479736328125,0.2353191375732422,0.23937225341796875,0.21910667419433594,0.25010108947753906,0.22912025451660156 +5000,2500,cpu,normal,True,True,False,0.2713203430175781,0.27370452880859375,0.29468536376953125,0.23984909057617188,0.2675056457519531,0.2827644348144531,0.25773048400878906,0.3330707550048828,0.27489662170410156,0.29540061950683594,0.2410411834716797,0.24199485778808594,0.2148151397705078,0.24437904357910156,0.24557113647460938,0.26416778564453125,0.28061866760253906,0.25272369384765625,0.2646446228027344,0.22864341735839844 +5000,2500,cpu,normal,False,True,False,0.26345252990722656,0.24390220642089844,0.26535987854003906,0.2422332763671875,0.244140625,0.23055076599121094,0.23698806762695312,0.24008750915527344,0.21958351135253906,0.23484230041503906,0.25200843811035156,0.24747848510742188,0.20647048950195312,0.2231597900390625,0.24652481079101562,0.24771690368652344,0.2338886260986328,0.2186298370361328,0.2067089080810547,0.24390220642089844 +5000,2500,cpu,normal,True,False,False,0.3159046173095703,0.30612945556640625,0.2675056457519531,0.30875205993652344,0.23126602172851562,0.25200843811035156,0.2796649932861328,0.23698806762695312,0.2892017364501953,0.29277801513671875,0.2579689025878906,0.26226043701171875,0.2315044403076172,0.2524852752685547,0.2627372741699219,0.2434253692626953,0.26607513427734375,0.21600723266601562,0.24962425231933594,0.244140625 +5000,2500,cpu,normal,False,False,False,0.3666877746582031,0.3600120544433594,0.3769397735595703,0.3724098205566406,0.36406517028808594,0.34999847412109375,0.3535747528076172,0.3495216369628906,0.3662109375,0.3669261932373047,0.28967857360839844,0.32711029052734375,0.3154277801513672,0.29659271240234375,0.2894401550292969,0.29730796813964844,0.2880096435546875,0.27179718017578125,0.2994537353515625,0.33283233642578125 +5000,5000,cpu,homo,True,True,False,0.2524852752685547,0.2167224884033203,0.22220611572265625,0.22172927856445312,0.22029876708984375,0.21791458129882812,0.2295970916748047,0.3228187561035156,0.22149085998535156,0.26345252990722656,0.24580955505371094,0.23221969604492188,0.2357959747314453,0.21600723266601562,0.20074844360351562,0.19216537475585938,0.20503997802734375,0.21076202392578125,0.17595291137695312,0.18143653869628906 +5000,5000,cpu,homo,False,True,False,0.25725364685058594,0.2315044403076172,0.21696090698242188,0.2300739288330078,0.2396106719970703,0.23794174194335938,0.2448558807373047,0.23221969604492188,0.22673606872558594,0.2429485321044922,0.1881122589111328,0.19025802612304688,0.19311904907226562,0.1735687255859375,0.18215179443359375,0.16450881958007812,0.20265579223632812,0.19121170043945312,0.17380714416503906,0.1742839813232422 +5000,5000,cpu,homo,True,False,False,0.2646446228027344,0.2582073211669922,0.27060508728027344,0.2574920654296875,0.240325927734375,0.2570152282714844,0.2262592315673828,0.24318695068359375,0.2295970916748047,0.3085136413574219,0.2930164337158203,0.2930164337158203,0.2579689025878906,0.2932548522949219,0.27561187744140625,0.3094673156738281,0.25963783264160156,0.3170967102050781,0.26607513427734375,0.2818107604980469 +5000,5000,cpu,homo,False,False,False,0.2918243408203125,0.26154518127441406,0.2770423889160156,0.26726722717285156,0.2949237823486328,0.25582313537597656,0.28705596923828125,0.2772808074951172,0.28395652770996094,0.2779960632324219,0.29921531677246094,0.2722740173339844,0.29349327087402344,0.25272369384765625,0.29206275939941406,0.2627372741699219,0.2803802490234375,0.26702880859375,0.28204917907714844,0.25963783264160156 +5000,5000,cpu,uniform,True,True,False,0.28705596923828125,0.27370452880859375,0.28967857360839844,0.25177001953125,0.24890899658203125,0.2346038818359375,0.2541542053222656,0.2758502960205078,0.24509429931640625,0.2684593200683594,0.301361083984375,0.3254413604736328,0.32258033752441406,0.3094673156738281,0.3027915954589844,0.32329559326171875,0.33283233642578125,0.39196014404296875,0.4706382751464844,0.4208087921142578 +5000,5000,cpu,uniform,False,True,False,0.30875205993652344,0.32401084899902344,0.2684593200683594,0.2789497375488281,0.29468536376953125,0.2841949462890625,0.4372596740722656,0.3192424774169922,0.274658203125,0.3008842468261719,0.33545494079589844,0.3077983856201172,0.3139972686767578,0.3123283386230469,0.34236907958984375,0.3199577331542969,0.3147125244140625,0.3476142883300781,0.3097057342529297,0.29778480529785156 +5000,5000,cpu,uniform,True,False,False,0.31948089599609375,0.2894401550292969,0.3211498260498047,0.3070831298828125,0.25725364685058594,0.29158592224121094,0.30541419982910156,0.2758502960205078,0.32520294189453125,0.26917457580566406,0.3113746643066406,0.3075599670410156,0.2884864807128906,0.28204917907714844,0.40435791015625,0.3573894500732422,0.2636909484863281,0.29587745666503906,0.3230571746826172,0.30159950256347656 +5000,5000,cpu,uniform,False,False,False,0.5528926849365234,0.58746337890625,0.49948692321777344,0.52642822265625,0.4773139953613281,0.5145072937011719,0.5218982696533203,0.5106925964355469,0.5106925964355469,0.5018711090087891,0.4773139953613281,0.4475116729736328,0.4277229309082031,0.37789344787597656,0.4303455352783203,0.42247772216796875,0.3941059112548828,0.3921985626220703,0.3952980041503906,0.41365623474121094 +5000,5000,cpu,normal,True,True,False,0.7011890411376953,0.5698204040527344,0.47206878662109375,0.461578369140625,0.4601478576660156,0.44989585876464844,0.4417896270751953,0.4620552062988281,0.49877166748046875,0.4379749298095703,0.3325939178466797,0.3666877746582031,0.3185272216796875,0.3597736358642578,0.3304481506347656,0.32591819763183594,0.33283233642578125,0.3440380096435547,0.308990478515625,0.33545494079589844 +5000,5000,cpu,normal,False,True,False,0.4940032958984375,0.48422813415527344,0.4725456237792969,0.4551410675048828,0.4696846008300781,0.49424171447753906,0.4515647888183594,0.48661231994628906,0.4563331604003906,0.5056858062744141,0.22459030151367188,0.20623207092285156,0.21314620971679688,0.2434253692626953,0.25153160095214844,0.23674964904785156,0.2357959747314453,0.25463104248046875,0.1914501190185547,0.21982192993164062 +5000,5000,cpu,normal,True,False,False,0.3135204315185547,0.3104209899902344,0.29587745666503906,0.2980232238769531,0.27179718017578125,0.286102294921875,0.31495094299316406,0.31113624572753906,0.3116130828857422,0.3001689910888672,0.2703666687011719,0.30040740966796875,0.26726722717285156,0.30994415283203125,0.2663135528564453,0.2727508544921875,0.2751350402832031,0.2522468566894531,0.2620220184326172,0.2601146697998047 +5000,5000,cpu,normal,False,False,False,0.32138824462890625,0.3116130828857422,0.27298927307128906,0.2853870391845703,0.2913475036621094,0.6303787231445312,0.545501708984375,0.5419254302978516,0.6029605865478516,0.7584095001220703,0.446319580078125,0.4901885986328125,0.6475448608398438,0.4558563232421875,0.42557716369628906,0.4706382751464844,0.4520416259765625,0.4203319549560547,0.46181678771972656,0.44345855712890625 +5000,10000,cpu,homo,True,True,False,0.25391578674316406,0.20647048950195312,0.22935867309570312,0.22459030151367188,0.24771690368652344,0.27179718017578125,0.2300739288330078,0.21600723266601562,0.22983551025390625,0.2014636993408203,0.3669261932373047,0.31685829162597656,0.28204917907714844,0.2689361572265625,0.28324127197265625,0.31375885009765625,0.30922889709472656,0.2834796905517578,0.2796649932861328,0.2655982971191406 +5000,10000,cpu,homo,False,True,False,0.2181529998779297,0.22745132446289062,0.23818016052246094,0.24819374084472656,0.2562999725341797,0.22268295288085938,0.25725364685058594,0.2200603485107422,0.2300739288330078,0.2512931823730469,0.22292137145996094,0.2181529998779297,0.2205371856689453,0.22101402282714844,0.2288818359375,0.22101402282714844,0.2219676971435547,0.23055076599121094,0.18668174743652344,0.2193450927734375 +5000,10000,cpu,homo,True,False,False,0.44417381286621094,0.5609989166259766,0.48828125,0.3559589385986328,0.37407875061035156,0.3178119659423828,0.308990478515625,0.3292560577392578,0.3056526184082031,0.33593177795410156,0.47659873962402344,0.4725456237792969,0.4658699035644531,0.49185752868652344,0.46563148498535156,0.5054473876953125,0.499725341796875,0.4875659942626953,0.4444122314453125,0.46324729919433594 +5000,10000,cpu,homo,False,False,False,0.3192424774169922,0.331878662109375,0.3542900085449219,0.3161430358886719,0.32806396484375,0.3235340118408203,0.3516674041748047,0.33974647521972656,0.3349781036376953,0.3063678741455078,0.41294097900390625,0.6520748138427734,0.43082237243652344,0.40459632873535156,0.44465065002441406,0.4603862762451172,0.3876686096191406,0.43654441833496094,0.3924369812011719,0.4107952117919922 +5000,10000,cpu,uniform,True,True,False,0.2753734588623047,0.2899169921875,0.2295970916748047,0.27108192443847656,0.2872943878173828,0.2765655517578125,0.3018379211425781,0.3616809844970703,0.2682209014892578,0.2808570861816406,0.23555755615234375,0.36144256591796875,0.45228004455566406,0.35572052001953125,0.3604888916015625,0.3592967987060547,0.41556358337402344,0.34809112548828125,0.3647804260253906,0.27441978454589844 +5000,10000,cpu,uniform,False,True,False,0.2951622009277344,0.2562999725341797,0.23889541625976562,0.2448558807373047,0.2429485321044922,0.2589225769042969,0.22125244140625,0.25725364685058594,0.23984909057617188,0.27441978454589844,0.3829002380371094,0.3628730773925781,0.3578662872314453,0.36716461181640625,0.38743019104003906,0.34928321838378906,0.34618377685546875,0.3972053527832031,0.3407001495361328,0.37360191345214844 +5000,10000,cpu,uniform,True,False,False,0.3573894500732422,0.3104209899902344,0.286102294921875,0.32019615173339844,0.3273487091064453,0.3132820129394531,0.3154277801513672,0.28514862060546875,0.28061866760253906,0.3204345703125,0.3974437713623047,0.5340576171875,0.36835670471191406,0.331878662109375,0.3387928009033203,0.3437995910644531,0.3819465637207031,0.33092498779296875,0.3814697265625,0.3304481506347656 +5000,10000,cpu,uniform,False,False,False,0.6437301635742188,0.5636215209960938,0.5369186401367188,0.5528926849365234,0.5419254302978516,0.5452632904052734,0.5891323089599609,0.5359649658203125,0.5452632904052734,0.5388259887695312,0.45871734619140625,0.47707557678222656,0.4062652587890625,0.4432201385498047,0.5638599395751953,0.43773651123046875,0.39386749267578125,0.4222393035888672,0.40435791015625,0.42557716369628906 +5000,10000,cpu,normal,True,True,False,0.3020763397216797,0.28324127197265625,0.2627372741699219,0.26679039001464844,0.25963783264160156,0.2880096435546875,0.2903938293457031,0.2522468566894531,0.2789497375488281,0.2884864807128906,0.1990795135498047,0.22101402282714844,0.26702880859375,0.19478797912597656,0.22602081298828125,0.24509429931640625,0.2551078796386719,0.2162456512451172,0.2319812774658203,0.2396106719970703 +5000,10000,cpu,normal,False,True,False,0.2789497375488281,0.2677440643310547,0.25534629821777344,0.2486705780029297,0.25081634521484375,0.2467632293701172,0.2593994140625,0.27680397033691406,0.2460479736328125,0.25010108947753906,0.39577484130859375,0.39839744567871094,0.4248619079589844,0.37860870361328125,0.36454200744628906,0.3631114959716797,0.38433074951171875,0.316619873046875,0.2923011779785156,0.3037452697753906 +5000,10000,cpu,normal,True,False,False,0.3077983856201172,0.659942626953125,0.5736351013183594,0.3619194030761719,0.3376007080078125,0.6582736968994141,0.3094673156738281,0.2765655517578125,0.3402233123779297,0.3304481506347656,0.698089599609375,0.5261898040771484,0.5362033843994141,0.44918060302734375,0.42128562927246094,0.423431396484375,0.3848075866699219,0.38814544677734375,0.37741661071777344,0.38909912109375 +5000,10000,cpu,normal,False,False,False,0.3437995910644531,0.32138824462890625,0.3216266632080078,0.3533363342285156,0.3368854522705078,0.32591819763183594,0.33783912658691406,0.3108978271484375,0.3337860107421875,0.35762786865234375,0.49948692321777344,0.4673004150390625,0.41961669921875,0.49114227294921875,0.41747093200683594,0.4763603210449219,0.42510032653808594,0.47397613525390625,0.3800392150878906,0.461578369140625 +5000,25000,cpu,homo,True,True,False,0.2903938293457031,0.3063678741455078,0.2942085266113281,0.27632713317871094,0.3101825714111328,0.2830028533935547,0.2808570861816406,0.26988983154296875,0.27298927307128906,0.2570152282714844,0.1423358917236328,0.19741058349609375,0.18978118896484375,0.16760826110839844,0.1728534698486328,0.1850128173828125,0.1742839813232422,0.17642974853515625,0.16045570373535156,0.16379356384277344 +5000,25000,cpu,homo,False,True,False,0.2219676971435547,0.1990795135498047,0.24271011352539062,0.44083595275878906,0.24318695068359375,0.2276897430419922,0.21409988403320312,0.21958351135253906,0.21529197692871094,0.2040863037109375,0.3116130828857422,0.2865791320800781,0.32067298889160156,0.3840923309326172,0.5061626434326172,0.40531158447265625,0.3955364227294922,0.4355907440185547,0.4603862762451172,0.5004405975341797 +5000,25000,cpu,homo,True,False,False,0.45037269592285156,0.43272972106933594,0.423431396484375,0.4138946533203125,0.4208087921142578,0.42057037353515625,0.42557716369628906,0.4172325134277344,0.43964385986328125,0.44083595275878906,0.48422813415527344,0.5090236663818359,0.4775524139404297,0.5166530609130859,0.5061626434326172,0.5030632019042969,0.5185604095458984,0.5156993865966797,0.4839897155761719,0.5068778991699219 +5000,25000,cpu,homo,False,False,False,0.453948974609375,0.4508495330810547,0.4405975341796875,0.4527568817138672,0.44846534729003906,0.45609474182128906,0.44155120849609375,0.4649162292480469,0.4565715789794922,0.4546642303466797,0.8530616760253906,0.7953643798828125,0.8442401885986328,0.7867813110351562,0.8420944213867188,0.7693767547607422,0.8087158203125,0.8115768432617188,0.8220672607421875,0.7843971252441406 +5000,25000,cpu,uniform,True,True,False,0.3571510314941406,0.35452842712402344,0.3445148468017578,0.3407001495361328,0.33593177795410156,0.3695487976074219,0.3540515899658203,0.36454200744628906,0.34689903259277344,0.3387928009033203,0.48232078552246094,0.4031658172607422,0.3509521484375,0.33736228942871094,0.2956390380859375,0.29015541076660156,0.30517578125,0.3223419189453125,0.3173351287841797,0.35572052001953125 +5000,25000,cpu,uniform,False,True,False,0.4525184631347656,0.45800209045410156,0.43892860412597656,0.48160552978515625,0.6015300750732422,0.46515464782714844,0.4665851593017578,0.4420280456542969,0.47326087951660156,0.4448890686035156,0.43845176696777344,0.4336833953857422,0.6732940673828125,0.5383491516113281,0.4634857177734375,0.48232078552246094,0.42724609375,0.457763671875,0.4322528839111328,0.4363059997558594 +5000,25000,cpu,uniform,True,False,False,0.4787445068359375,0.4601478576660156,0.4470348358154297,0.43845176696777344,0.45943260192871094,0.42557716369628906,0.4191398620605469,0.4184246063232422,0.4374980926513672,0.3936290740966797,0.6625652313232422,0.6511211395263672,0.6480216979980469,0.6668567657470703,0.6189346313476562,0.6694793701171875,0.7648468017578125,0.9329319000244141,0.6551742553710938,0.675201416015625 +5000,25000,cpu,uniform,False,False,False,0.7359981536865234,0.7352828979492188,0.7047653198242188,0.7069110870361328,0.7143020629882812,0.6871223449707031,0.6773471832275391,0.6916522979736328,0.7250308990478516,0.6840229034423828,0.8826255798339844,0.9222030639648438,0.8709430694580078,0.8771419525146484,0.8864402770996094,0.8699893951416016,0.827789306640625,0.8697509765625,0.9353160858154297,0.9589195251464844 +5000,25000,cpu,normal,True,True,False,0.6773471832275391,0.6735324859619141,0.7252693176269531,0.6592273712158203,0.6809234619140625,0.6625652313232422,0.6690025329589844,0.6439685821533203,0.667572021484375,0.6573200225830078,0.28443336486816406,0.2281665802001953,0.2472400665283203,0.2498626708984375,0.2238750457763672,0.28061866760253906,0.23221969604492188,0.24271011352539062,0.25653839111328125,0.24628639221191406 +5000,25000,cpu,normal,False,True,False,0.31304359436035156,0.2779960632324219,0.27179718017578125,0.2779960632324219,0.29778480529785156,0.2682209014892578,0.29087066650390625,0.2694129943847656,0.2791881561279297,0.2779960632324219,0.4513263702392578,0.43392181396484375,0.44417381286621094,0.44345855712890625,0.46634674072265625,0.4601478576660156,0.5211830139160156,0.7412433624267578,0.4992485046386719,0.4665851593017578 +5000,25000,cpu,normal,True,False,False,0.41961669921875,0.41747093200683594,0.4284381866455078,0.40340423583984375,0.43702125549316406,0.41794776916503906,0.4329681396484375,0.45800209045410156,0.4749298095703125,0.42319297790527344,0.5764961242675781,0.6127357482910156,0.5550384521484375,0.5345344543457031,0.5555152893066406,0.5633831024169922,0.5815029144287109,0.5548000335693359,0.5431175231933594,0.5412101745605469 +5000,25000,cpu,normal,False,False,False,0.46634674072265625,0.4684925079345703,0.8640289306640625,0.7405281066894531,0.7290840148925781,0.7047653198242188,0.7200241088867188,0.7557868957519531,0.7848739624023438,0.7073879241943359,0.9489059448242188,0.8947849273681641,0.8127689361572266,0.8215904235839844,0.7617473602294922,0.9784698486328125,0.9167194366455078,0.9653568267822266,0.8680820465087891,1.3172626495361328 +5000,37500,cpu,homo,True,True,False,0.3726482391357422,0.36334991455078125,0.3666877746582031,0.4012584686279297,0.3993511199951172,0.3476142883300781,0.35953521728515625,0.3707408905029297,0.3590583801269531,0.3426074981689453,0.3142356872558594,0.30994415283203125,0.2658367156982422,0.27251243591308594,0.3001689910888672,0.263214111328125,0.26345252990722656,0.2827644348144531,0.27179718017578125,0.26106834411621094 +5000,37500,cpu,homo,False,True,False,0.2238750457763672,0.19478797912597656,0.2052783966064453,0.19812583923339844,0.2129077911376953,0.19884109497070312,0.1914501190185547,0.19669532775878906,0.1971721649169922,0.2193450927734375,0.4220008850097656,0.3898143768310547,0.3731250762939453,0.39768218994140625,0.39005279541015625,0.3955364227294922,0.3838539123535156,0.3955364227294922,0.3771781921386719,0.4031658172607422 +5000,37500,cpu,homo,True,False,False,0.8592605590820312,0.8289813995361328,0.7674694061279297,0.8380413055419922,0.7424354553222656,0.6372928619384766,0.5335807800292969,0.6022453308105469,0.514984130859375,0.5714893341064453,0.6501674652099609,0.6535053253173828,0.6203651428222656,0.6208419799804688,0.61798095703125,0.6291866302490234,0.6260871887207031,0.6310939788818359,0.6241798400878906,0.6251335144042969 +5000,37500,cpu,homo,False,False,False,0.5438327789306641,0.54168701171875,0.5412101745605469,0.5426406860351562,0.5307197570800781,0.5190372467041016,0.5280971527099609,0.5428791046142578,0.5445480346679688,0.5300045013427734,1.2922286987304688,1.2667179107666016,1.2767314910888672,1.207113265991211,1.2102127075195312,1.1615753173828125,1.2087821960449219,1.4927387237548828,1.21307373046875,1.093149185180664 +5000,37500,cpu,uniform,True,True,False,0.4913806915283203,0.47087669372558594,0.4684925079345703,0.4887580871582031,0.4820823669433594,0.5276203155517578,0.45871734619140625,0.5123615264892578,0.4448890686035156,0.4611015319824219,0.31447410583496094,0.2949237823486328,0.3345012664794922,0.3986358642578125,0.2868175506591797,0.2627372741699219,0.2257823944091797,0.21529197692871094,0.24008750915527344,0.21338462829589844 +5000,37500,cpu,uniform,False,True,False,0.24366378784179688,0.25582313537597656,0.25963783264160156,0.23412704467773438,0.22459030151367188,0.23221969604492188,0.23293495178222656,0.23651123046875,0.26917457580566406,0.25916099548339844,0.6034374237060547,0.7915496826171875,0.5662441253662109,0.5650520324707031,0.5652904510498047,0.5426406860351562,0.5500316619873047,0.5185604095458984,0.5486011505126953,0.5388259887695312 +5000,37500,cpu,uniform,True,False,False,0.5233287811279297,0.5090236663818359,0.5018711090087891,0.5636215209960938,0.5393028259277344,0.5619525909423828,0.5495548248291016,0.5764961242675781,0.5221366882324219,0.8525848388671875,0.7052421569824219,0.6799697875976562,0.7395744323730469,0.6775856018066406,0.6966590881347656,0.6794929504394531,0.6382465362548828,0.8897781372070312,0.8211135864257812,0.7863044738769531 +5000,37500,cpu,uniform,False,False,False,0.5545616149902344,0.7143020629882812,0.6210803985595703,0.7331371307373047,0.7891654968261719,0.7045269012451172,0.5669593811035156,0.7212162017822266,0.5586147308349609,0.7212162017822266,1.1303424835205078,1.1603832244873047,1.0843276977539062,1.0967254638671875,1.104116439819336,1.4410018920898438,1.0921955108642578,1.1363029479980469,1.134634017944336,1.1639595031738281 +5000,37500,cpu,normal,True,True,False,0.7476806640625,0.9415149688720703,0.9627342224121094,0.7770061492919922,0.720977783203125,0.7531642913818359,0.7243156433105469,0.7300376892089844,0.7493495941162109,0.7395744323730469,0.2601146697998047,0.2713203430175781,0.2593994140625,0.26917457580566406,0.2677440643310547,0.2613067626953125,0.2541542053222656,0.2665519714355469,0.2923011779785156,0.25844573974609375 +5000,37500,cpu,normal,False,True,False,0.23508071899414062,0.24366378784179688,0.2765655517578125,0.26798248291015625,0.24437904357910156,0.23221969604492188,0.24890899658203125,0.2219676971435547,0.24509429931640625,0.21719932556152344,0.7219314575195312,0.675201416015625,0.6959438323974609,0.6861686706542969,0.6659030914306641,0.6687641143798828,0.8637905120849609,0.6608963012695312,0.6437301635742188,0.637054443359375 +5000,37500,cpu,normal,True,False,False,0.52642822265625,0.5629062652587891,0.7698535919189453,0.6306171417236328,0.5164146423339844,0.5655288696289062,0.5209445953369141,0.5662441253662109,0.5240440368652344,0.5803108215332031,0.7090568542480469,0.7395744323730469,0.743865966796875,0.7412433624267578,0.7457733154296875,0.8382797241210938,0.9388923645019531,0.8721351623535156,0.8599758148193359,0.8287429809570312 +5000,37500,cpu,normal,False,False,False,0.8237361907958984,0.8137226104736328,0.7939338684082031,0.7975101470947266,1.0044574737548828,0.9629726409912109,0.8504390716552734,0.8206367492675781,0.8096694946289062,0.8056163787841797,1.3282299041748047,1.397848129272461,1.3391971588134766,1.6853809356689453,1.3175010681152344,1.3535022735595703,1.2736320495605469,1.4190673828125,1.2886524200439453,1.3775825500488281 +5000,50000,cpu,homo,True,True,False,0.8308887481689453,0.8776187896728516,0.8137226104736328,0.7750988006591797,0.7851123809814453,0.7312297821044922,0.5314350128173828,0.5199909210205078,0.492095947265625,0.5092620849609375,0.31185150146484375,0.3466606140136719,0.3237724304199219,0.2799034118652344,0.27251243591308594,0.3104209899902344,0.28705596923828125,0.32258033752441406,0.27823448181152344,0.29754638671875 +5000,50000,cpu,homo,False,True,False,0.22792816162109375,0.2617835998535156,0.25081634521484375,0.2505779266357422,0.2186298370361328,0.22125244140625,0.23889541625976562,0.22149085998535156,0.21910667419433594,0.2532005310058594,0.5040168762207031,0.48470497131347656,0.4603862762451172,0.49614906311035156,0.48160552978515625,0.45108795166015625,0.4494190216064453,0.47326087951660156,0.49185752868652344,0.48351287841796875 +5000,50000,cpu,homo,True,False,False,0.7071495056152344,0.7274150848388672,0.66375732421875,0.7312297821044922,0.6728172302246094,0.7200241088867188,0.6763935089111328,0.7152557373046875,0.6780624389648438,0.72479248046875,0.8649826049804688,0.8656978607177734,0.8721351623535156,0.9737014770507812,0.8883476257324219,0.8683204650878906,1.1436939239501953,1.0700225830078125,1.0755062103271484,0.8931159973144531 +5000,50000,cpu,homo,False,False,False,0.6070137023925781,0.6177425384521484,0.6587505340576172,0.6210803985595703,0.6544589996337891,0.6563663482666016,0.6392002105712891,0.6172657012939453,0.6191730499267578,0.6198883056640625,1.4073848724365234,1.322031021118164,1.4865398406982422,1.3713836669921875,1.3544559478759766,1.3799667358398438,1.4426708221435547,1.2650489807128906,1.3470649719238281,1.7285346984863281 +5000,50000,cpu,uniform,True,True,False,0.7987022399902344,0.682830810546875,0.7081031799316406,0.667572021484375,0.7123947143554688,0.6606578826904297,0.6725788116455078,0.6940364837646484,0.7143020629882812,0.6949901580810547,0.2243518829345703,0.1933574676513672,0.23698806762695312,0.17905235290527344,0.23674964904785156,0.2090930938720703,0.19097328186035156,0.23484230041503906,0.22125244140625,0.20384788513183594 +5000,50000,cpu,uniform,False,True,False,0.2689361572265625,0.22745132446289062,0.2410411834716797,0.2532005310058594,0.2651214599609375,0.274658203125,0.2410411834716797,0.2193450927734375,0.20647048950195312,0.24962425231933594,0.6046295166015625,0.6034374237060547,0.5788803100585938,0.629425048828125,0.6182193756103516,0.6086826324462891,0.6031990051269531,0.5867481231689453,0.6568431854248047,0.6678104400634766 +5000,50000,cpu,uniform,True,False,False,0.9272098541259766,0.8823871612548828,0.9398460388183594,0.9212493896484375,0.8161067962646484,0.8003711700439453,0.8306503295898438,0.8029937744140625,0.7853507995605469,0.7803440093994141,0.9953975677490234,0.9639263153076172,0.9672641754150391,0.9026527404785156,1.0547637939453125,0.9930133819580078,0.9586811065673828,0.9465217590332031,0.9267330169677734,0.9140968322753906 +5000,50000,cpu,uniform,False,False,False,0.8356571197509766,0.8950233459472656,0.8420944213867188,0.7786750793457031,0.6971359252929688,0.7231235504150391,0.7684230804443359,0.7877349853515625,0.7112026214599609,0.7677078247070312,1.6140937805175781,1.4464855194091797,1.3730525970458984,1.4007091522216797,1.4007091522216797,1.461029052734375,1.3256072998046875,1.4138221740722656,1.3134479522705078,1.4183521270751953 +5000,50000,cpu,normal,True,True,False,1.0824203491210938,1.0647773742675781,1.0595321655273438,1.0530948638916016,1.0480880737304688,1.0492801666259766,1.0290145874023438,1.0797977447509766,1.0955333709716797,1.394510269165039,0.4284381866455078,0.41604042053222656,0.4668235778808594,0.4153251647949219,0.43702125549316406,0.4284381866455078,0.4057884216308594,0.3712177276611328,0.3955364227294922,0.4150867462158203 +5000,50000,cpu,normal,False,True,False,0.23818016052246094,0.27751922607421875,0.3101825714111328,0.6017684936523438,0.4978179931640625,0.45037269592285156,0.44608116149902344,0.4410743713378906,0.4296302795410156,0.43320655822753906,1.0325908660888672,0.8931159973144531,0.8099079132080078,0.8182525634765625,0.8635520935058594,0.81634521484375,0.8826255798339844,0.9107589721679688,0.9069442749023438,0.8754730224609375 +5000,50000,cpu,normal,True,False,False,0.5784034729003906,0.6036758422851562,0.5855560302734375,0.6113052368164062,0.5702972412109375,0.6263256072998047,0.5960464477539062,0.6144046783447266,0.8883476257324219,0.6902217864990234,0.8790493011474609,0.8435249328613281,0.8478164672851562,0.8537769317626953,0.8683204650878906,0.8745193481445312,0.9264945983886719,0.8893013000488281,0.8871555328369141,0.8649826049804688 +5000,50000,cpu,normal,False,False,False,0.7274150848388672,0.6966590881347656,0.675201416015625,0.6787776947021484,0.652313232421875,0.6589889526367188,0.6816387176513672,0.6880760192871094,0.6475448608398438,0.7069110870361328,1.6820430755615234,1.6956329345703125,1.5795230865478516,1.7223358154296875,1.657247543334961,1.7004013061523438,1.7011165618896484,1.8734931945800781,1.6810894012451172,1.6498565673828125 +10000,1000,cpu,homo,True,True,False,0.21886825561523438,0.20241737365722656,0.1919269561767578,0.2110004425048828,0.19931793212890625,0.2040863037109375,0.1938343048095703,0.1976490020751953,0.20265579223632812,0.2219676971435547,0.202178955078125,0.2155303955078125,0.21195411682128906,0.21076202392578125,0.2193450927734375,0.19884109497070312,0.20241737365722656,0.19598007202148438,0.21028518676757812,0.21886825561523438 +10000,1000,cpu,homo,False,True,False,0.3554821014404297,0.34356117248535156,0.3261566162109375,0.3609657287597656,0.3409385681152344,0.3349781036376953,0.32711029052734375,0.36144256591796875,0.37932395935058594,0.43702125549316406,0.21529197692871094,0.17762184143066406,0.18405914306640625,0.17142295837402344,0.15974044799804688,0.15926361083984375,0.16736984252929688,0.15592575073242188,0.1380443572998047,0.15592575073242188 +10000,1000,cpu,homo,True,False,False,0.213623046875,0.22459030151367188,0.24080276489257812,0.24127960205078125,0.23698806762695312,0.23412704467773438,0.2498626708984375,0.2524852752685547,0.23627281188964844,0.23865699768066406,0.2353191375732422,0.23865699768066406,0.24366378784179688,0.26035308837890625,0.2548694610595703,0.25653839111328125,0.25200843811035156,0.23031234741210938,0.24437904357910156,0.23126602172851562 +10000,1000,cpu,homo,False,False,False,0.49424171447753906,0.4603862762451172,0.4239082336425781,0.5104541778564453,0.42247772216796875,0.766754150390625,0.4432201385498047,0.4322528839111328,0.4184246063232422,0.4296302795410156,0.2434253692626953,0.2257823944091797,0.24557113647460938,0.2384185791015625,0.23818016052246094,0.240325927734375,0.23484230041503906,0.2808570861816406,0.23937225341796875,0.2167224884033203 +10000,1000,cpu,uniform,True,True,False,0.5142688751220703,0.6785392761230469,0.5135536193847656,0.47588348388671875,0.46706199645996094,0.4405975341796875,0.43654441833496094,0.4467964172363281,0.47659873962402344,0.46253204345703125,0.37169456481933594,0.3685951232910156,0.3383159637451172,0.3814697265625,0.36525726318359375,0.36644935607910156,0.3418922424316406,0.33783912658691406,0.32067298889160156,0.3464221954345703 +10000,1000,cpu,uniform,False,True,False,0.5202293395996094,0.49304962158203125,0.4889965057373047,0.46181678771972656,0.4878044128417969,0.4572868347167969,0.4839897155761719,0.4734992980957031,0.47087669372558594,0.4744529724121094,0.19240379333496094,0.1590251922607422,0.17762184143066406,0.17905235290527344,0.18739700317382812,0.17833709716796875,0.16951560974121094,0.20694732666015625,0.18167495727539062,0.19216537475585938 +10000,1000,cpu,uniform,True,False,False,0.4913806915283203,0.5214214324951172,0.4863739013671875,0.5137920379638672,0.4096031188964844,0.37479400634765625,0.3185272216796875,0.3249645233154297,0.3371238708496094,0.3352165222167969,0.3886222839355469,0.4622936248779297,0.4019737243652344,0.37670135498046875,0.37026405334472656,0.4029273986816406,0.3991127014160156,0.3819465637207031,0.38123130798339844,0.3943443298339844 +10000,1000,cpu,uniform,False,False,False,0.263214111328125,0.247955322265625,0.2193450927734375,0.24318695068359375,0.2562999725341797,0.2853870391845703,0.5974769592285156,0.5068778991699219,0.52642822265625,0.4792213439941406,0.3342628479003906,0.5466938018798828,0.4451274871826172,0.4336833953857422,0.3952980041503906,0.40221214294433594,0.4105567932128906,0.40531158447265625,0.38051605224609375,0.39649009704589844 +10000,1000,cpu,normal,True,True,False,0.46706199645996094,0.2434253692626953,0.2777576446533203,0.26702880859375,0.22721290588378906,0.2467632293701172,0.2243518829345703,0.23365020751953125,0.22482872009277344,0.2071857452392578,0.43129920959472656,0.4730224609375,0.41222572326660156,0.37598609924316406,0.4029273986816406,0.41031837463378906,0.4062652587890625,0.41103363037109375,0.3807544708251953,0.40435791015625 +10000,1000,cpu,normal,False,True,False,0.48851966857910156,0.522613525390625,0.5390644073486328,0.5152225494384766,0.5009174346923828,0.46825408935546875,0.4711151123046875,0.5021095275878906,0.5254745483398438,0.4894733428955078,0.20742416381835938,0.20003318786621094,0.20074844360351562,0.19049644470214844,0.18358230590820312,0.16427040100097656,0.22721290588378906,0.21004676818847656,0.18215179443359375,0.2288818359375 +10000,1000,cpu,normal,True,False,False,0.3001689910888672,0.278472900390625,0.2868175506591797,0.26988983154296875,0.29587745666503906,0.2741813659667969,0.28014183044433594,0.37479400634765625,0.3132820129394531,0.7314682006835938,0.4038810729980469,0.36907196044921875,0.37980079650878906,0.3459453582763672,0.37097930908203125,0.377655029296875,0.3669261932373047,0.36025047302246094,0.3559589385986328,0.37217140197753906 +10000,1000,cpu,normal,False,False,False,0.29754638671875,0.6358623504638672,0.5164146423339844,0.4668235778808594,0.5154609680175781,0.4677772521972656,0.48661231994628906,0.42629241943359375,0.4620552062988281,0.5509853363037109,0.4436969757080078,0.4405975341796875,0.45490264892578125,0.4417896270751953,0.43845176696777344,0.42748451232910156,0.4315376281738281,0.4298686981201172,0.4582405090332031,0.44918060302734375 +10000,2500,cpu,homo,True,True,False,0.39124488830566406,0.3910064697265625,0.3764629364013672,0.40340423583984375,0.39696693420410156,0.3681182861328125,0.37026405334472656,0.3685951232910156,0.3643035888671875,0.3631114959716797,0.20647048950195312,0.21958351135253906,0.46372413635253906,0.2548694610595703,0.22602081298828125,0.24509429931640625,0.21767616271972656,0.1995563507080078,0.2079010009765625,0.19812583923339844 +10000,2500,cpu,homo,False,True,False,0.2295970916748047,0.2541542053222656,0.270843505859375,0.240325927734375,0.25916099548339844,0.27370452880859375,0.2605915069580078,0.2620220184326172,0.2598762512207031,0.25725364685058594,0.17023086547851562,0.16880035400390625,0.13065338134765625,0.1735687255859375,0.16450881958007812,0.1575946807861328,0.1735687255859375,0.1678466796875,0.12564659118652344,0.12540817260742188 +10000,2500,cpu,homo,True,False,False,0.4754066467285156,0.4353523254394531,0.4966259002685547,0.44608116149902344,0.47278404235839844,0.4723072052001953,0.49185752868652344,0.42748451232910156,0.46324729919433594,0.43272972106933594,0.4315376281738281,0.4291534423828125,0.39005279541015625,0.4107952117919922,0.41866302490234375,0.415802001953125,0.415802001953125,0.4315376281738281,0.39458274841308594,0.4394054412841797 +10000,2500,cpu,homo,False,False,False,0.25272369384765625,0.24747848510742188,0.26416778564453125,0.24175643920898438,0.2486705780029297,0.2338886260986328,0.24652481079101562,0.19884109497070312,0.25272369384765625,0.22339820861816406,0.36263465881347656,0.38552284240722656,0.3485679626464844,0.3681182861328125,0.3497600555419922,0.35858154296875,0.34165382385253906,0.3600120544433594,0.3654956817626953,0.3497600555419922 +10000,2500,cpu,uniform,True,True,False,0.4794597625732422,0.4527568817138672,0.4298686981201172,0.45418739318847656,0.6003379821777344,0.5581378936767578,0.4901885986328125,0.48041343688964844,0.46706199645996094,0.4420280456542969,0.3936290740966797,0.4811286926269531,0.4887580871582031,0.35953521728515625,0.2853870391845703,0.3039836883544922,0.270843505859375,0.255584716796875,0.2799034118652344,0.278472900390625 +10000,2500,cpu,uniform,False,True,False,0.3230571746826172,0.3273487091064453,0.3337860107421875,0.29921531677246094,0.3147125244140625,0.2999305725097656,0.3325939178466797,0.35762786865234375,0.3001689910888672,0.6940364837646484,0.3364086151123047,0.31185150146484375,0.28228759765625,0.2751350402832031,0.3142356872558594,0.2906322479248047,0.2830028533935547,0.28824806213378906,0.2791881561279297,0.2689361572265625 +10000,2500,cpu,uniform,True,False,False,0.34546852111816406,0.3046989440917969,0.34499168395996094,0.34046173095703125,0.3311634063720703,0.6418228149414062,0.36025047302246094,0.31495094299316406,0.3199577331542969,0.3390312194824219,0.3933906555175781,0.34117698669433594,0.36597251892089844,0.37217140197753906,0.36025047302246094,0.3197193145751953,0.37360191345214844,0.3204345703125,0.36525726318359375,0.33545494079589844 +10000,2500,cpu,uniform,False,False,False,0.4906654357910156,0.49185752868652344,0.4863739013671875,0.49114227294921875,0.47135353088378906,0.4782676696777344,0.4756450653076172,0.49948692321777344,0.46443939208984375,0.4875659942626953,0.3383159637451172,0.3027915954589844,0.3058910369873047,0.2994537353515625,0.3197193145751953,0.4603862762451172,0.4792213439941406,0.4210472106933594,0.3998279571533203,0.3902912139892578 +10000,2500,cpu,normal,True,True,False,0.4687309265136719,0.507354736328125,0.51116943359375,0.4425048828125,0.45871734619140625,0.42176246643066406,0.4360675811767578,0.4265308380126953,0.45299530029296875,0.4706382751464844,0.4184246063232422,0.43487548828125,0.4093647003173828,0.3972053527832031,0.3986358642578125,0.3941059112548828,0.3941059112548828,0.38504600524902344,0.3528594970703125,0.3349781036376953 +10000,2500,cpu,normal,False,True,False,0.7913112640380859,0.5667209625244141,0.5269050598144531,0.41413307189941406,0.6110668182373047,0.5145072937011719,0.5090236663818359,0.5097389221191406,0.5083084106445312,0.4730224609375,0.29158592224121094,0.26702880859375,0.3132820129394531,0.28705596923828125,0.2999305725097656,0.31757354736328125,0.3311634063720703,0.3120899200439453,0.2949237823486328,0.31065940856933594 +10000,2500,cpu,normal,True,False,False,0.33736228942871094,0.2887248992919922,0.3116130828857422,0.3311634063720703,0.3178119659423828,0.2868175506591797,0.34332275390625,0.29778480529785156,0.3132820129394531,0.2734661102294922,0.4677772521972656,0.4477500915527344,0.45990943908691406,0.4630088806152344,0.4963874816894531,0.4394054412841797,0.4432201385498047,0.46062469482421875,0.4429817199707031,0.44536590576171875 +10000,2500,cpu,normal,False,False,False,0.5886554718017578,0.4887580871582031,0.4887580871582031,0.4754066467285156,0.49757957458496094,0.48041343688964844,0.5173683166503906,0.44846534729003906,0.4258155822753906,0.6463527679443359,0.4482269287109375,0.4565715789794922,0.4489421844482422,0.4425048828125,0.44465065002441406,0.6964206695556641,0.5009174346923828,0.4730224609375,0.438690185546875,0.4544258117675781 +10000,5000,cpu,homo,True,True,False,0.6418228149414062,0.54168701171875,0.49114227294921875,0.4696846008300781,0.47135353088378906,0.4839897155761719,0.46443939208984375,0.6513595581054688,0.6077289581298828,0.45680999755859375,0.3209114074707031,0.30875205993652344,0.30231475830078125,0.31113624572753906,0.308990478515625,0.3154277801513672,0.2989768981933594,0.2963542938232422,0.30803680419921875,0.33473968505859375 +10000,5000,cpu,homo,False,True,False,0.4336833953857422,0.24628639221191406,0.2536773681640625,0.2243518829345703,0.2391338348388672,0.2639293670654297,0.24437904357910156,0.23055076599121094,0.2281665802001953,0.2155303955078125,0.1709461212158203,0.1747608184814453,0.1671314239501953,0.16999244689941406,0.16355514526367188,0.17023086547851562,0.1773834228515625,0.18072128295898438,0.17571449279785156,0.15664100646972656 +10000,5000,cpu,homo,True,False,False,0.34236907958984375,0.31256675720214844,0.3249645233154297,0.3178119659423828,0.30112266540527344,0.3254413604736328,0.3249645233154297,0.3006458282470703,0.3924369812011719,0.3094673156738281,0.3821849822998047,0.4286766052246094,0.385284423828125,0.44536590576171875,0.3752708435058594,0.42128562927246094,0.39649009704589844,0.4177093505859375,0.35572052001953125,0.41866302490234375 +10000,5000,cpu,homo,False,False,False,0.35190582275390625,0.3192424774169922,0.6268024444580078,0.5412101745605469,0.5300045013427734,0.49304962158203125,0.4773139953613281,0.47135353088378906,0.4703998565673828,0.5104541778564453,0.3285408020019531,0.3376007080078125,0.27751922607421875,0.3399848937988281,0.316619873046875,0.3535747528076172,0.30922889709472656,0.3535747528076172,0.3216266632080078,0.3273487091064453 +10000,5000,cpu,uniform,True,True,False,0.492095947265625,0.4820823669433594,0.48279762268066406,0.47588348388671875,0.5013942718505859,0.4725456237792969,0.43487548828125,0.48995018005371094,0.4780292510986328,0.4870891571044922,0.2562999725341797,0.29730796813964844,0.2677440643310547,0.24890899658203125,0.24819374084472656,0.2377033233642578,0.20599365234375,0.2334117889404297,0.2503395080566406,0.21958351135253906 +10000,5000,cpu,uniform,False,True,False,0.5347728729248047,0.5006790161132812,0.5018711090087891,0.6735324859619141,0.5519390106201172,0.49948692321777344,0.5009174346923828,0.48279762268066406,0.4839897155761719,0.4894733428955078,0.32639503479003906,0.293731689453125,0.3142356872558594,0.31304359436035156,0.2834796905517578,0.3046989440917969,0.31828880310058594,0.3151893615722656,0.2903938293457031,0.2837181091308594 +10000,5000,cpu,uniform,True,False,False,0.33664703369140625,0.7083415985107422,0.6258487701416016,0.6659030914306641,0.60272216796875,0.7684230804443359,0.60272216796875,0.6265640258789062,0.5786418914794922,0.5624294281005859,0.5211830139160156,0.5500316619873047,0.5450248718261719,0.5433559417724609,0.5354881286621094,0.5328655242919922,0.5223751068115234,0.5276203155517578,0.5049705505371094,0.5359649658203125 +10000,5000,cpu,uniform,False,False,False,0.3056526184082031,0.2803802490234375,0.32258033752441406,0.2913475036621094,0.3521442413330078,0.3101825714111328,0.3058910369873047,0.28014183044433594,0.301361083984375,0.5180835723876953,0.32973289489746094,0.37479400634765625,0.3273487091064453,0.3638267517089844,0.3688335418701172,0.36334991455078125,0.35119056701660156,0.35190582275390625,0.32830238342285156,0.34928321838378906 +10000,5000,cpu,normal,True,True,False,0.5176067352294922,0.4894733428955078,0.4620552062988281,0.5369186401367188,0.4811286926269531,0.4718303680419922,0.46133995056152344,0.46515464782714844,0.46443939208984375,0.47707557678222656,0.34332275390625,0.4131793975830078,0.3409385681152344,0.30875205993652344,0.30732154846191406,0.30803680419921875,0.3228187561035156,0.324249267578125,0.2949237823486328,0.3066062927246094 +10000,5000,cpu,normal,False,True,False,0.5261898040771484,0.5602836608886719,0.5171298980712891,0.4878044128417969,0.4699230194091797,0.5977153778076172,0.499725341796875,0.5252361297607422,0.49233436584472656,0.5040168762207031,0.2522468566894531,0.22101402282714844,0.23555755615234375,0.26488304138183594,0.2276897430419922,0.24175643920898438,0.2529621124267578,0.23293495178222656,0.2548694610595703,0.2262592315673828 +10000,5000,cpu,normal,True,False,False,0.6361007690429688,0.5905628204345703,0.6258487701416016,0.5626678466796875,0.6170272827148438,0.6308555603027344,0.5781650543212891,0.5536079406738281,0.5218982696533203,0.5555152893066406,0.4489421844482422,0.5116462707519531,0.38361549377441406,0.49614906311035156,0.42438507080078125,0.4985332489013672,0.4031658172607422,0.4291534423828125,0.37980079650878906,0.4863739013671875 +10000,5000,cpu,normal,False,False,False,0.5395412445068359,0.5319118499755859,0.5285739898681641,0.49424171447753906,0.5397796630859375,0.5335807800292969,0.4680156707763672,0.4973411560058594,0.4992485046386719,0.5037784576416016,0.40721893310546875,0.3535747528076172,0.3457069396972656,0.35500526428222656,0.35858154296875,0.3857612609863281,0.37479400634765625,0.35881996154785156,0.3387928009033203,0.3578662872314453 +10000,10000,cpu,homo,True,True,False,0.24008750915527344,0.2353191375732422,0.22292137145996094,0.21147727966308594,0.23484230041503906,0.2231597900390625,0.22363662719726562,0.21505355834960938,0.20170211791992188,0.22912025451660156,0.3743171691894531,0.3769397735595703,0.36787986755371094,0.34165382385253906,0.3559589385986328,0.36406517028808594,0.3724098205566406,0.3936290740966797,0.3981590270996094,0.6766319274902344 +10000,10000,cpu,homo,False,True,False,0.23865699768066406,0.24771690368652344,0.2319812774658203,0.2155303955078125,0.2110004425048828,0.23126602172851562,0.24700164794921875,0.22673606872558594,0.24080276489257812,0.5507469177246094,0.3085136413574219,0.32901763916015625,0.31185150146484375,0.29969215393066406,0.31113624572753906,0.3108978271484375,0.3097057342529297,0.30159950256347656,0.29730796813964844,0.2875328063964844 +10000,10000,cpu,homo,True,False,False,0.3516674041748047,0.3662109375,0.36525726318359375,0.3528594970703125,0.37288665771484375,0.35309791564941406,0.3752708435058594,0.3650188446044922,0.3600120544433594,0.3666877746582031,0.5676746368408203,0.5757808685302734,0.5028247833251953,0.52642822265625,0.5123615264892578,0.4849433898925781,0.4744529724121094,0.5025863647460938,0.5154609680175781,0.5369186401367188 +10000,10000,cpu,homo,False,False,False,0.629425048828125,0.7917881011962891,0.5774497985839844,0.6031990051269531,0.5562305450439453,0.5524158477783203,0.5326271057128906,0.5152225494384766,0.5183219909667969,0.5359649658203125,0.6587505340576172,0.6275177001953125,0.6766319274902344,0.6692409515380859,0.6096363067626953,0.6437301635742188,0.6420612335205078,0.6434917449951172,0.6136894226074219,0.6353855133056641 +10000,10000,cpu,uniform,True,True,False,0.2739429473876953,0.25200843811035156,0.2772808074951172,0.28824806213378906,0.2448558807373047,0.2906322479248047,0.2703666687011719,0.29206275939941406,0.2334117889404297,0.2715587615966797,0.2684593200683594,0.29659271240234375,0.27489662170410156,0.26869773864746094,0.2872943878173828,0.24962425231933594,0.2269744873046875,0.2410411834716797,0.2980232238769531,0.24318695068359375 +10000,10000,cpu,uniform,False,True,False,0.6420612335205078,0.5824565887451172,0.48279762268066406,0.49686431884765625,0.48851966857910156,0.4875659942626953,0.48089027404785156,0.4801750183105469,0.32258033752441406,0.25272369384765625,0.2961158752441406,0.2503395080566406,0.2772808074951172,0.2601146697998047,0.2856254577636719,0.27251243591308594,0.26416778564453125,0.25916099548339844,0.27060508728027344,0.24700164794921875 +10000,10000,cpu,uniform,True,False,False,0.37741661071777344,0.39267539978027344,0.40411949157714844,0.40793418884277344,0.39649009704589844,0.3752708435058594,0.3666877746582031,0.36025047302246094,0.3857612609863281,0.39696693420410156,0.5533695220947266,0.5435943603515625,0.5445480346679688,0.5214214324951172,0.5135536193847656,0.5199909210205078,0.5221366882324219,0.507354736328125,0.5457401275634766,0.5228519439697266 +10000,10000,cpu,uniform,False,False,False,0.3991127014160156,0.37550926208496094,0.40602684020996094,0.39196014404296875,0.4105567932128906,0.39958953857421875,0.43463706970214844,0.38504600524902344,0.3707408905029297,0.3561973571777344,0.7390975952148438,0.6589889526367188,0.6034374237060547,0.6411075592041016,0.6003379821777344,0.6079673767089844,0.5970001220703125,0.5822181701660156,0.5779266357421875,0.5781650543212891 +10000,10000,cpu,normal,True,True,False,0.2875328063964844,0.2808570861816406,0.24652481079101562,0.25773048400878906,0.2624988555908203,0.28443336486816406,0.2961158752441406,0.2522468566894531,0.274658203125,0.2722740173339844,0.46944618225097656,0.4239082336425781,0.43010711669921875,0.3762245178222656,0.4115104675292969,0.4553794860839844,0.4150867462158203,0.3731250762939453,0.3955364227294922,0.38170814514160156 +10000,10000,cpu,normal,False,True,False,0.5805492401123047,0.5240440368652344,0.49996376037597656,0.5369186401367188,0.48661231994628906,0.48041343688964844,0.5013942718505859,0.4925727844238281,0.5633831024169922,0.4909038543701172,0.4181861877441406,0.4096031188964844,0.37980079650878906,0.4146099090576172,0.41031837463378906,0.400543212890625,0.3921985626220703,0.3752708435058594,0.3714561462402344,0.3705024719238281 +10000,10000,cpu,normal,True,False,False,0.3924369812011719,0.3917217254638672,0.4322528839111328,0.4127025604248047,0.3592967987060547,0.3917217254638672,0.36454200744628906,0.4062652587890625,0.3654956817626953,0.36334991455078125,0.9057521820068359,0.5848407745361328,0.6058216094970703,0.5145072937011719,0.5598068237304688,0.5202293395996094,0.5466938018798828,0.5095005035400391,0.5218982696533203,0.5753040313720703 +10000,10000,cpu,normal,False,False,False,0.40411949157714844,0.41484832763671875,0.392913818359375,0.41985511779785156,0.392913818359375,0.39887428283691406,0.3867149353027344,0.4208087921142578,0.37097930908203125,0.38361549377441406,0.5979537963867188,0.5557537078857422,0.5397796630859375,0.5204677581787109,0.5002021789550781,0.5235671997070312,0.5428791046142578,0.5447864532470703,0.5357265472412109,0.49996376037597656 +10000,25000,cpu,homo,True,True,False,0.3612041473388672,0.6363391876220703,0.5781650543212891,0.5452632904052734,0.5397796630859375,0.5419254302978516,0.5245208740234375,0.5214214324951172,0.36144256591796875,0.301361083984375,0.3077983856201172,0.30231475830078125,0.28967857360839844,0.2846717834472656,0.2753734588623047,0.29277801513671875,0.2727508544921875,0.2701282501220703,0.2720355987548828,0.3185272216796875 +10000,25000,cpu,homo,False,True,False,0.5908012390136719,0.4723072052001953,0.4239082336425781,0.42819976806640625,0.41675567626953125,0.415802001953125,0.41222572326660156,0.40411949157714844,0.41675567626953125,0.42366981506347656,0.32806396484375,0.3514289855957031,0.34356117248535156,0.34308433532714844,0.3345012664794922,0.3528594970703125,0.36025047302246094,0.30040740966796875,0.354766845703125,0.3457069396972656 +10000,25000,cpu,homo,True,False,False,0.6623268127441406,0.6558895111083984,0.6079673767089844,0.6334781646728516,0.6029605865478516,0.6377696990966797,0.5831718444824219,0.6017684936523438,0.6058216094970703,0.6232261657714844,0.7421970367431641,0.7727146148681641,0.720977783203125,0.6978511810302734,0.7932186126708984,0.7698535919189453,0.7469654083251953,1.1563301086425781,0.8347034454345703,0.7545948028564453 +10000,25000,cpu,homo,False,False,False,0.5788803100585938,0.5590915679931641,0.5707740783691406,0.5793571472167969,0.5481243133544922,0.8080005645751953,0.5567073822021484,0.5366802215576172,0.9307861328125,0.7905960083007812,1.1911392211914062,0.99945068359375,1.1448860168457031,1.0759830474853516,1.1227130889892578,1.0008811950683594,1.1098384857177734,0.9865760803222656,1.1970996856689453,0.9968280792236328 +10000,25000,cpu,uniform,True,True,False,0.3542900085449219,0.3352165222167969,0.3428459167480469,0.34308433532714844,0.7483959197998047,0.6234645843505859,0.6272792816162109,0.5862712860107422,0.5862712860107422,0.7338523864746094,0.23102760314941406,0.23698806762695312,0.22554397583007812,0.2505779266357422,0.24127960205078125,0.2148151397705078,0.20813941955566406,0.2257823944091797,0.23555755615234375,0.22339820861816406 +10000,25000,cpu,uniform,False,True,False,0.26106834411621094,0.2779960632324219,0.2460479736328125,0.24461746215820312,0.2799034118652344,0.2543926239013672,0.23865699768066406,0.2777576446533203,0.30159950256347656,0.21719932556152344,0.3972053527832031,0.3380775451660156,0.3533363342285156,0.3910064697265625,0.3604888916015625,0.34546852111816406,0.30732154846191406,0.3535747528076172,0.34999847412109375,0.37384033203125 +10000,25000,cpu,uniform,True,False,False,0.5860328674316406,0.5984306335449219,0.5888938903808594,0.5958080291748047,0.7100105285644531,0.6008148193359375,0.5846023559570312,0.6051063537597656,0.9596347808837891,0.8225440979003906,0.7977485656738281,0.7367134094238281,0.7996559143066406,0.7805824279785156,0.7681846618652344,0.743865966796875,0.7917881011962891,0.7884502410888672,0.8311271667480469,0.7576942443847656 +10000,25000,cpu,uniform,False,False,False,0.6036758422851562,0.5800724029541016,0.5998611450195312,0.5893707275390625,0.5576610565185547,0.5688667297363281,0.5700588226318359,0.5519390106201172,0.5693435668945312,0.5753040313720703,1.1835098266601562,1.0828971862792969,1.1563301086425781,1.1169910430908203,1.2056827545166016,1.0535717010498047,1.1756420135498047,1.0492801666259766,1.1518001556396484,1.3332366943359375 +10000,25000,cpu,normal,True,True,False,0.4913806915283203,0.45228004455566406,0.46443939208984375,0.45180320739746094,0.4534721374511719,0.4551410675048828,0.48470497131347656,0.4558563232421875,0.4436969757080078,0.45943260192871094,0.2963542938232422,0.308990478515625,0.3218650817871094,0.2970695495605469,0.2722740173339844,0.3237724304199219,0.2903938293457031,0.3323554992675781,0.2570152282714844,0.30231475830078125 +10000,25000,cpu,normal,False,True,False,0.2849102020263672,0.2818107604980469,0.27823448181152344,0.278472900390625,0.25391578674316406,0.28967857360839844,0.2868175506591797,0.3058910369873047,0.27942657470703125,0.29087066650390625,0.4878044128417969,0.45013427734375,0.4260540008544922,0.4496574401855469,0.4546642303466797,0.4611015319824219,0.4811286926269531,0.46563148498535156,0.4432201385498047,0.4801750183105469 +10000,25000,cpu,normal,True,False,False,0.5865097045898438,0.6000995635986328,0.5571842193603516,0.5857944488525391,0.5595684051513672,0.6194114685058594,0.5805492401123047,0.5843639373779297,0.5834102630615234,0.6227493286132812,1.2097358703613281,0.9062290191650391,0.8335113525390625,0.8087158203125,0.8401870727539062,0.8265972137451172,0.804901123046875,1.0046958923339844,1.0111331939697266,0.9977817535400391 +10000,25000,cpu,normal,False,False,False,0.5953311920166016,0.6139278411865234,0.5939006805419922,0.5848407745361328,0.5598068237304688,0.6127357482910156,0.5779266357421875,0.5838871002197266,0.5891323089599609,0.57220458984375,1.2555122375488281,1.0743141174316406,1.344442367553711,1.0266304016113281,1.1272430419921875,1.0416507720947266,1.127481460571289,1.0418891906738281,1.1069774627685547,0.9741783142089844 +10000,37500,cpu,homo,True,True,False,0.7371902465820312,0.4093647003173828,0.3752708435058594,0.3914833068847656,0.3578662872314453,0.34356117248535156,0.3466606140136719,0.4029273986816406,0.41484832763671875,0.3669261932373047,0.6315708160400391,0.2605915069580078,0.25963783264160156,0.24700164794921875,0.24580955505371094,0.23674964904785156,0.2124309539794922,0.24390220642089844,0.22029876708984375,0.21004676818847656 +10000,37500,cpu,homo,False,True,False,0.48041343688964844,0.47898292541503906,0.44989585876464844,0.42819976806640625,0.42366981506347656,0.4296302795410156,0.42366981506347656,0.4591941833496094,0.4687309265136719,0.4165172576904297,0.5059242248535156,0.5025863647460938,0.5288124084472656,0.5319118499755859,0.5404949188232422,0.5435943603515625,0.5178451538085938,0.5018711090087891,0.5016326904296875,0.5178451538085938 +10000,37500,cpu,homo,True,False,False,0.8404254913330078,0.9052753448486328,0.7691383361816406,0.9183883666992188,0.8404254913330078,0.8864402770996094,0.820159912109375,0.8771419525146484,0.8058547973632812,0.8945465087890625,0.9582042694091797,0.9357929229736328,0.9424686431884766,0.9355545043945312,0.9639263153076172,1.0051727294921875,1.2180805206298828,0.988006591796875,0.9896755218505859,0.9753704071044922 +10000,37500,cpu,homo,False,False,False,0.7388591766357422,0.6794929504394531,0.7157325744628906,0.6520748138427734,0.7050037384033203,0.6511211395263672,0.7176399230957031,0.6654262542724609,0.7121562957763672,0.6482601165771484,1.674652099609375,1.622915267944336,1.678466796875,1.8315315246582031,1.6126632690429688,1.6217231750488281,1.7502307891845703,1.5344619750976562,1.6062259674072266,1.520395278930664 +10000,37500,cpu,uniform,True,True,False,0.5133152008056641,0.5452632904052734,0.7195472717285156,0.5636215209960938,0.5290508270263672,0.5266666412353516,0.5035400390625,0.49042701721191406,0.4792213439941406,0.5164146423339844,0.2548694610595703,0.2608299255371094,0.27370452880859375,0.2846717834472656,0.2589225769042969,0.26679039001464844,0.22077560424804688,0.2589225769042969,0.24509429931640625,0.23627281188964844 +10000,37500,cpu,uniform,False,True,False,0.2639293670654297,0.2830028533935547,0.29015541076660156,0.293731689453125,0.2982616424560547,0.247955322265625,0.27251243591308594,0.29015541076660156,0.2243518829345703,0.2791881561279297,0.4138946533203125,0.4725456237792969,0.43201446533203125,0.4558563232421875,0.4239082336425781,0.4410743713378906,0.44727325439453125,0.43392181396484375,0.42510032653808594,0.44155120849609375 +10000,37500,cpu,uniform,True,False,False,0.9500980377197266,1.033782958984375,0.99945068359375,1.1353492736816406,1.0690689086914062,1.054525375366211,1.2350082397460938,1.268625259399414,1.168966293334961,1.2090206146240234,1.0361671447753906,1.09100341796875,1.047372817993164,1.0886192321777344,0.9894371032714844,1.1949539184570312,1.0538101196289062,1.0640621185302734,1.0044574737548828,1.0838508605957031 +10000,37500,cpu,uniform,False,False,False,0.7040500640869141,0.7207393646240234,0.7393360137939453,0.7257461547851562,0.7233619689941406,0.7464885711669922,0.7038116455078125,0.7314682006835938,0.7164478302001953,0.8428096771240234,1.6322135925292969,1.8155574798583984,1.9290447235107422,1.722574234008789,1.6245841979980469,1.7004013061523438,1.4717578887939453,1.6834735870361328,1.54876708984375,1.577138900756836 +10000,37500,cpu,normal,True,True,False,0.7138252258300781,0.7266998291015625,1.1289119720458984,0.9741783142089844,1.1191368103027344,0.9584426879882812,0.9987354278564453,0.9243488311767578,0.9241104125976562,0.9369850158691406,0.3712177276611328,0.3509521484375,0.3619194030761719,0.6883144378662109,0.396728515625,0.5435943603515625,0.45871734619140625,0.4341602325439453,0.45990943908691406,0.42819976806640625 +10000,37500,cpu,normal,False,True,False,0.5674362182617188,0.5145072937011719,0.5359649658203125,0.49114227294921875,0.5087852478027344,0.5545616149902344,0.4971027374267578,0.5311965942382812,0.5021095275878906,0.51116943359375,0.7855892181396484,0.7736682891845703,0.7054805755615234,0.7047653198242188,0.7169246673583984,0.7550716400146484,0.7460117340087891,0.7369518280029297,0.8037090301513672,0.7159709930419922 +10000,37500,cpu,normal,True,False,False,0.9753704071044922,1.0144710540771484,0.9105205535888672,0.9887218475341797,0.957489013671875,0.9520053863525391,0.9362697601318359,0.9982585906982422,0.8759498596191406,0.9317398071289062,1.332998275756836,1.0902881622314453,1.0440349578857422,1.0335445404052734,0.9753704071044922,1.0690689086914062,1.0199546813964844,0.9608268737792969,1.0182857513427734,1.0609626770019531 +10000,37500,cpu,normal,False,False,False,0.7741451263427734,0.6833076477050781,0.7030963897705078,0.6220340728759766,0.7090568542480469,0.6532669067382812,0.7197856903076172,0.6272792816162109,0.7462501525878906,0.6268024444580078,2.252340316772461,1.977682113647461,2.033233642578125,1.7027854919433594,1.9717216491699219,1.6655921936035156,2.0742416381835938,1.6732215881347656,1.9817352294921875,1.7778873443603516 +10000,50000,cpu,homo,True,True,False,0.5242824554443359,0.507354736328125,0.5168914794921875,0.5164146423339844,0.4985332489013672,0.5407333374023438,0.8530616760253906,0.5464553833007812,0.4894733428955078,0.5178451538085938,0.2231597900390625,0.21529197692871094,0.21958351135253906,0.21839141845703125,0.186920166015625,0.18596649169921875,0.2167224884033203,0.1850128173828125,0.21600723266601562,0.19693374633789062 +10000,50000,cpu,homo,False,True,False,0.2205371856689453,0.24700164794921875,0.423431396484375,0.2989768981933594,0.25653839111328125,0.22554397583007812,0.25081634521484375,0.23365020751953125,0.20694732666015625,0.23508071899414062,0.5056858062744141,0.5288124084472656,0.5011558532714844,0.5011558532714844,0.6759166717529297,0.7436275482177734,0.7081031799316406,0.7641315460205078,0.6775856018066406,0.6251335144042969 +10000,50000,cpu,homo,True,False,False,1.2731552124023438,1.3089179992675781,1.2395381927490234,1.3015270233154297,1.2536048889160156,1.367807388305664,1.10626220703125,1.1801719665527344,1.3713836669921875,1.5001296997070312,1.2385845184326172,1.4064311981201172,1.3568401336669922,1.440286636352539,1.2125968933105469,1.3027191162109375,1.3606548309326172,1.2812614440917969,2.1851062774658203,1.4617443084716797 +10000,50000,cpu,homo,False,False,False,0.9143352508544922,0.6911754608154297,0.8780956268310547,0.6899833679199219,0.8985996246337891,0.7030963897705078,0.8962154388427734,0.6890296936035156,0.8642673492431641,0.6983280181884766,1.9009113311767578,2.0859241485595703,2.119779586791992,2.1524429321289062,1.836538314819336,2.1483898162841797,1.9559860229492188,2.1820068359375,1.7628669738769531,2.1300315856933594 +10000,50000,cpu,uniform,True,True,False,0.7445812225341797,0.7522106170654297,0.6997585296630859,0.7119178771972656,0.6766319274902344,0.7083415985107422,0.7398128509521484,0.7250308990478516,0.6799697875976562,0.7226467132568359,0.3886222839355469,0.3802776336669922,0.38433074951171875,0.4696846008300781,0.4184246063232422,0.3676414489746094,0.3676414489746094,0.3821849822998047,0.3762245178222656,0.4718303680419922 +10000,50000,cpu,uniform,False,True,False,0.26726722717285156,0.29659271240234375,0.3223419189453125,0.3273487091064453,0.29754638671875,0.25153160095214844,0.2567768096923828,0.2636909484863281,0.2357959747314453,0.3616809844970703,0.5381107330322266,0.5335807800292969,0.48470497131347656,0.5295276641845703,0.5059242248535156,0.5156993865966797,0.5190372467041016,0.5171298980712891,0.4875659942626953,0.5435943603515625 +10000,50000,cpu,uniform,True,False,False,1.123189926147461,1.1234283447265625,1.0902881622314453,1.1487007141113281,1.0733604431152344,1.1069774627685547,1.1756420135498047,1.2040138244628906,1.1379718780517578,1.1341571807861328,1.3327598571777344,1.3370513916015625,1.337289810180664,1.3082027435302734,1.2559890747070312,1.300811767578125,1.6481876373291016,1.191854476928711,1.218557357788086,1.3284683227539062 +10000,50000,cpu,uniform,False,False,False,0.9403228759765625,0.8847713470458984,0.8974075317382812,0.9214878082275391,0.8957386016845703,0.8883476257324219,0.9002685546875,1.0559558868408203,0.8974075317382812,0.911712646484375,2.496480941772461,2.274036407470703,2.31170654296875,2.0606517791748047,2.268075942993164,2.0852088928222656,2.290964126586914,2.309560775756836,2.2802352905273438,2.1109580993652344 +10000,50000,cpu,normal,True,True,False,1.1143684387207031,1.3155937194824219,1.1243820190429688,1.0998249053955078,1.0724067687988281,1.0693073272705078,1.0833740234375,1.4636516571044922,1.4224052429199219,1.3453960418701172,0.40531158447265625,0.6561279296875,0.5640983581542969,0.5519390106201172,0.4851818084716797,0.5443096160888672,0.5159378051757812,0.5002021789550781,0.47516822814941406,0.545501708984375 +10000,50000,cpu,normal,False,True,False,0.49996376037597656,0.47397613525390625,0.49376487731933594,0.5648136138916016,0.5216598510742188,0.4932880401611328,0.3643035888671875,0.30112266540527344,0.3452301025390625,0.4601478576660156,0.8859634399414062,0.988006591796875,1.0271072387695312,0.9624958038330078,0.9315013885498047,0.9262561798095703,0.8788108825683594,0.9105205535888672,0.9334087371826172,0.8976459503173828 +10000,50000,cpu,normal,True,False,False,0.9224414825439453,0.8823871612548828,0.8656978607177734,0.8418560028076172,0.8497238159179688,0.8845329284667969,0.8404254913330078,0.8778572082519531,0.8432865142822266,0.8752346038818359,1.397848129272461,1.420736312866211,1.3167858123779297,1.4700889587402344,1.313924789428711,1.5442371368408203,1.3287067413330078,1.4178752899169922,1.3167858123779297,1.4405250549316406 +10000,50000,cpu,normal,False,False,False,0.8914470672607422,0.7307529449462891,0.8859634399414062,0.6639957427978516,0.904083251953125,0.7014274597167969,0.9174346923828125,0.7441043853759766,1.1518001556396484,0.7193088531494141,2.268552780151367,2.5496482849121094,2.2928714752197266,2.287149429321289,2.155303955078125,2.1986961364746094,2.108335494995117,2.2034645080566406,2.4819374084472656,2.3326873779296875 +25000,1000,cpu,homo,True,True,False,0.46372413635253906,0.4565715789794922,0.4086494445800781,0.42724609375,0.4343986511230469,0.4458427429199219,0.4544258117675781,0.4649162292480469,0.7593631744384766,0.47707557678222656,0.3292560577392578,0.3190040588378906,0.3285408020019531,0.3159046173095703,0.31256675720214844,0.32830238342285156,0.3142356872558594,0.301361083984375,0.3008842468261719,0.3020763397216797 +25000,1000,cpu,homo,False,True,False,0.2999305725097656,0.2689361572265625,0.3044605255126953,0.2751350402832031,0.28061866760253906,0.3063678741455078,0.30231475830078125,0.3199577331542969,0.2722740173339844,0.27942657470703125,0.27060508728027344,0.24700164794921875,0.2548694610595703,0.247955322265625,0.25463104248046875,0.24938583374023438,0.2560615539550781,0.2541542053222656,0.2574920654296875,0.2551078796386719 +25000,1000,cpu,homo,True,False,False,0.3600120544433594,0.2899169921875,0.6992816925048828,0.5631446838378906,0.5719661712646484,0.484466552734375,0.5648136138916016,0.4730224609375,0.7817745208740234,0.6062984466552734,0.4165172576904297,0.40459632873535156,0.3972053527832031,0.400543212890625,0.3962516784667969,0.38743019104003906,0.3991127014160156,0.40435791015625,0.370025634765625,0.3974437713623047 +25000,1000,cpu,homo,False,False,False,0.5199909210205078,0.5052089691162109,0.5457401275634766,0.4863739013671875,0.44846534729003906,0.4432201385498047,0.4467964172363281,0.4394054412841797,0.4398822784423828,0.42247772216796875,0.4401206970214844,0.4405975341796875,0.42510032653808594,0.4127025604248047,0.4279613494873047,0.42176246643066406,0.4336833953857422,0.4353523254394531,0.44417381286621094,0.47707557678222656 +25000,1000,cpu,uniform,True,True,False,0.2887248992919922,0.2868175506591797,0.5965232849121094,0.4990100860595703,0.4646778106689453,0.47469139099121094,0.446319580078125,0.4551410675048828,0.4642009735107422,0.5424022674560547,0.3249645233154297,0.35262107849121094,0.36787986755371094,0.3058910369873047,0.32591819763183594,0.339508056640625,0.3516674041748047,0.3178119659423828,0.3325939178466797,0.35858154296875 +25000,1000,cpu,uniform,False,True,False,0.5550384521484375,0.5612373352050781,0.5595684051513672,0.5710124969482422,0.5638599395751953,0.5512237548828125,0.5464553833007812,0.579833984375,0.4811286926269531,0.3936290740966797,0.2872943878173828,0.3228187561035156,0.2830028533935547,0.5650520324707031,0.4520416259765625,0.31495094299316406,0.4763603210449219,0.2880096435546875,0.29277801513671875,0.3330707550048828 +25000,1000,cpu,uniform,True,False,False,0.41174888610839844,0.34427642822265625,0.42510032653808594,0.3094673156738281,0.4336833953857422,0.35500526428222656,0.4074573516845703,0.3268718719482422,0.3936290740966797,0.3483295440673828,0.5650520324707031,0.5195140838623047,0.5621910095214844,0.5474090576171875,0.6268024444580078,0.5457401275634766,0.5385875701904297,0.5028247833251953,0.5028247833251953,0.5106925964355469 +25000,1000,cpu,uniform,False,False,False,0.29659271240234375,0.27060508728027344,0.25773048400878906,0.2751350402832031,0.2970695495605469,0.2722740173339844,0.6079673767089844,0.5273818969726562,0.5192756652832031,0.48732757568359375,0.6284713745117188,0.4520416259765625,0.47278404235839844,0.4680156707763672,0.44655799865722656,0.4596710205078125,0.45752525329589844,0.44345855712890625,0.44417381286621094,0.46634674072265625 +25000,1000,cpu,normal,True,True,False,0.2415180206298828,0.23651123046875,0.2193450927734375,0.2377033233642578,0.20360946655273438,0.22912025451660156,0.2193450927734375,0.22721290588378906,0.22101402282714844,0.25153160095214844,0.5931854248046875,0.5905628204345703,0.7534027099609375,0.6649494171142578,0.6728172302246094,0.6215572357177734,0.6494522094726562,0.5533695220947266,0.6201267242431641,0.4792213439941406 +25000,1000,cpu,normal,False,True,False,0.4630088806152344,0.446319580078125,0.4725456237792969,0.4706382751464844,0.438690185546875,0.4680156707763672,0.484466552734375,0.6902217864990234,0.49614906311035156,0.49805641174316406,0.35572052001953125,0.3020763397216797,0.33402442932128906,0.31638145446777344,0.31828880310058594,0.29659271240234375,0.2880096435546875,0.3287792205810547,0.29087066650390625,0.2760887145996094 +25000,1000,cpu,normal,True,False,False,0.37026405334472656,0.3032684326171875,0.4096031188964844,0.3325939178466797,0.46539306640625,0.34046173095703125,0.5717277526855469,0.3228187561035156,0.3933906555175781,0.3256797790527344,0.5624294281005859,0.5578994750976562,0.5278587341308594,0.5199909210205078,0.5161762237548828,0.5266666412353516,0.4954338073730469,0.5578994750976562,0.5137920379638672,0.4944801330566406 +25000,1000,cpu,normal,False,False,False,0.29850006103515625,0.28061866760253906,0.30803680419921875,0.29969215393066406,0.2923011779785156,0.30541419982910156,0.23794174194335938,0.26798248291015625,0.2913475036621094,0.34165382385253906,0.6031990051269531,0.5717277526855469,0.5860328674316406,0.5354881286621094,0.5192756652832031,0.47206878662109375,0.4870891571044922,0.8475780487060547,0.518798828125,0.5064010620117188 +25000,2500,cpu,homo,True,True,False,0.2014636993408203,0.2162456512451172,0.20885467529296875,0.23221969604492188,0.23937225341796875,0.1995563507080078,0.1842975616455078,0.22172927856445312,0.2117156982421875,0.213623046875,0.40078163146972656,0.3380775451660156,0.34308433532714844,0.3383159637451172,0.3311634063720703,0.347137451171875,0.33020973205566406,0.3421306610107422,0.35643577575683594,0.34046173095703125 +25000,2500,cpu,homo,False,True,False,0.48232078552246094,0.4570484161376953,0.5018711090087891,0.5013942718505859,0.5452632904052734,0.48613548278808594,0.49948692321777344,0.4875659942626953,0.45299530029296875,0.6051063537597656,0.2675056457519531,0.25773048400878906,0.26297569274902344,0.27108192443847656,0.2522468566894531,0.23603439331054688,0.23174285888671875,0.2627372741699219,0.2472400665283203,0.24366378784179688 +25000,2500,cpu,homo,True,False,False,0.36978721618652344,0.4658699035644531,0.3719329833984375,0.4467964172363281,0.3566741943359375,0.42629241943359375,0.3368854522705078,0.4749298095703125,0.37169456481933594,0.4146099090576172,0.7226467132568359,0.6730556488037109,0.7612705230712891,0.6723403930664062,0.7295608520507812,0.6451606750488281,0.7131099700927734,0.6375312805175781,0.8234977722167969,0.728607177734375 +25000,2500,cpu,homo,False,False,False,0.33164024353027344,0.30517578125,0.2911090850830078,0.2791881561279297,0.3361701965332031,0.30517578125,0.3483295440673828,0.66375732421875,0.583648681640625,0.5195140838623047,0.8759498596191406,0.47016143798828125,0.43964385986328125,0.4608631134033203,0.4513263702392578,0.4413127899169922,0.4239082336425781,0.4601478576660156,0.4658699035644531,0.4794597625732422 +25000,2500,cpu,uniform,True,True,False,0.5609989166259766,0.46563148498535156,0.4565715789794922,0.4551410675048828,0.44727325439453125,0.4837512969970703,0.46253204345703125,0.4475116729736328,0.4508495330810547,0.6763935089111328,0.3917217254638672,0.42176246643066406,0.4277229309082031,0.37932395935058594,0.3688335418701172,0.4184246063232422,0.3762245178222656,0.3833770751953125,0.3552436828613281,0.3552436828613281 +25000,2500,cpu,uniform,False,True,False,0.5595684051513672,0.5559921264648438,0.5488395690917969,0.5581378936767578,0.5626678466796875,0.6120204925537109,0.5676746368408203,0.5486011505126953,0.5433559417724609,0.5586147308349609,0.32258033752441406,0.31447410583496094,0.33354759216308594,0.30612945556640625,0.4355907440185547,0.3104209899902344,0.3485679626464844,0.3151893615722656,0.29754638671875,0.3097057342529297 +25000,2500,cpu,uniform,True,False,False,0.4048347473144531,0.44465065002441406,0.3719329833984375,0.45800209045410156,0.3681182861328125,0.44989585876464844,0.35119056701660156,0.4487037658691406,0.3237724304199219,0.41794776916503906,0.9253025054931641,0.7517337799072266,0.690460205078125,0.7357597351074219,0.6811618804931641,0.6935596466064453,0.6434917449951172,0.6558895111083984,0.6341934204101562,0.6773471832275391 +25000,2500,cpu,uniform,False,False,False,0.385284423828125,0.3457069396972656,0.34999847412109375,0.3497600555419922,0.4024505615234375,0.3421306610107422,0.3707408905029297,0.33736228942871094,0.3502368927001953,0.3387928009033203,0.5025863647460938,0.5059242248535156,0.469207763671875,0.4780292510986328,0.4916191101074219,0.9577274322509766,0.5130767822265625,0.4858970642089844,0.48422813415527344,0.4715919494628906 +25000,2500,cpu,normal,True,True,False,0.5311965942382812,0.5204677581787109,0.4012584686279297,0.2911090850830078,0.2624988555908203,0.2396106719970703,0.24652481079101562,0.23603439331054688,0.2372264862060547,0.5271434783935547,0.5598068237304688,0.5586147308349609,0.5815029144287109,0.5688667297363281,0.5736351013183594,0.5631446838378906,0.5300045013427734,0.5567073822021484,0.5540847778320312,0.5533695220947266 +25000,2500,cpu,normal,False,True,False,0.7882118225097656,0.6644725799560547,0.6947517395019531,0.6875991821289062,0.7069110870361328,0.6697177886962891,0.8854866027832031,0.6909370422363281,0.6971359252929688,0.7188320159912109,0.32782554626464844,0.3230571746826172,0.3287792205810547,0.30684471130371094,0.3082752227783203,0.3185272216796875,0.2846717834472656,0.2846717834472656,0.2837181091308594,0.2846717834472656 +25000,2500,cpu,normal,True,False,False,0.33855438232421875,0.4246234893798828,0.35881996154785156,0.4315376281738281,0.3204345703125,0.4608631134033203,0.38361549377441406,0.43892860412597656,0.32806396484375,0.4367828369140625,0.6296634674072266,0.5881786346435547,0.6616115570068359,0.6139278411865234,0.6759166717529297,0.5977153778076172,0.6585121154785156,0.5919933319091797,0.6668567657470703,0.591278076171875 +25000,2500,cpu,normal,False,False,False,0.3476142883300781,0.38433074951171875,0.33473968505859375,0.3342628479003906,0.3635883331298828,0.3509521484375,0.35190582275390625,0.3504753112792969,0.3876686096191406,0.34046173095703125,0.5490779876708984,0.5452632904052734,0.5104541778564453,0.5371570587158203,0.5288124084472656,0.49567222595214844,0.49567222595214844,0.48661231994628906,0.49185752868652344,0.5159378051757812 +25000,5000,cpu,homo,True,True,False,0.2129077911376953,0.21505355834960938,0.22292137145996094,0.22172927856445312,0.19550323486328125,0.1952648162841797,0.21314620971679688,0.2014636993408203,0.2117156982421875,0.2167224884033203,0.415802001953125,0.4067420959472656,0.41484832763671875,0.41174888610839844,0.4162788391113281,0.41103363037109375,0.4057884216308594,0.4184246063232422,0.3986358642578125,0.38886070251464844 +25000,5000,cpu,homo,False,True,False,0.3139972686767578,0.2951622009277344,0.2918243408203125,0.30159950256347656,0.29540061950683594,0.29587745666503906,0.2982616424560547,0.3104209899902344,0.3132820129394531,0.2880096435546875,0.17261505126953125,0.18072128295898438,0.1842975616455078,0.1938343048095703,0.1766681671142578,0.1728534698486328,0.17261505126953125,0.16689300537109375,0.18405914306640625,0.18739700317382812 +25000,5000,cpu,homo,True,False,False,0.9219646453857422,0.6666183471679688,0.7128715515136719,0.7200241088867188,0.6709098815917969,0.6482601165771484,0.6246566772460938,0.6000995635986328,0.6132125854492188,0.5991458892822266,0.7772445678710938,0.7274150848388672,0.7698535919189453,0.7193088531494141,0.7977485656738281,0.7340908050537109,0.7436275482177734,0.7183551788330078,0.7627010345458984,0.7250308990478516 +25000,5000,cpu,homo,False,False,False,0.45037269592285156,0.4055500030517578,0.4181861877441406,0.4432201385498047,0.42629241943359375,0.4334449768066406,0.4127025604248047,0.4239082336425781,0.4057884216308594,0.4527568817138672,0.6389617919921875,0.6425380706787109,0.6430149078369141,0.6327629089355469,0.6146430969238281,0.6122589111328125,0.6146430969238281,0.6568431854248047,0.6346702575683594,0.6330013275146484 +25000,5000,cpu,uniform,True,True,False,0.4894733428955078,0.48351287841796875,0.44608116149902344,0.4658699035644531,0.46133995056152344,0.45680999755859375,0.4603862762451172,0.5459785461425781,0.5133152008056641,0.4639625549316406,0.5087852478027344,0.47278404235839844,0.4410743713378906,0.44536590576171875,0.42247772216796875,0.4458427429199219,0.4291534423828125,0.4253387451171875,0.4363059997558594,0.4067420959472656 +25000,5000,cpu,uniform,False,True,False,0.45108795166015625,0.3979206085205078,0.3955364227294922,0.3991127014160156,0.4222393035888672,0.42366981506347656,0.41222572326660156,0.4165172576904297,0.3991127014160156,0.4215240478515625,0.2243518829345703,0.20837783813476562,0.2086162567138672,0.22482872009277344,0.21767616271972656,0.20456314086914062,0.2090930938720703,0.22459030151367188,0.1895427703857422,0.19168853759765625 +25000,5000,cpu,uniform,True,False,False,0.7073879241943359,0.6921291351318359,0.7073879241943359,0.6682872772216797,0.6749629974365234,0.6546974182128906,0.6046295166015625,0.5974769592285156,0.6148815155029297,0.5652904510498047,0.8780956268310547,0.9131431579589844,0.8733272552490234,1.2133121490478516,0.9083747863769531,0.8873939514160156,0.8680820465087891,0.8175373077392578,0.8873939514160156,0.8778572082519531 +25000,5000,cpu,uniform,False,False,False,0.4475116729736328,0.4410743713378906,0.48923492431640625,0.41961669921875,0.4363059997558594,0.4703998565673828,0.4432201385498047,0.42819976806640625,0.4513263702392578,0.40912628173828125,0.5011558532714844,0.5350112915039062,0.5176067352294922,0.5121231079101562,0.5083084106445312,0.49114227294921875,0.5166530609130859,0.5159378051757812,0.5252361297607422,0.8287429809570312 +25000,5000,cpu,normal,True,True,False,0.26535987854003906,0.2658367156982422,0.24962425231933594,0.27751922607421875,0.27298927307128906,0.24271011352539062,0.247955322265625,0.2567768096923828,0.2701282501220703,0.4544258117675781,0.4870891571044922,0.4534721374511719,0.4513263702392578,0.46563148498535156,0.4382133483886719,0.43487548828125,0.6532669067382812,0.8063316345214844,0.6821155548095703,0.5650520324707031 +25000,5000,cpu,normal,False,True,False,0.6616115570068359,0.644683837890625,0.6475448608398438,0.6365776062011719,0.6785392761230469,0.67138671875,0.6651878356933594,0.7228851318359375,0.9758472442626953,0.6735324859619141,0.2372264862060547,0.2541542053222656,0.21648406982421875,0.23436546325683594,0.2224445343017578,0.24890899658203125,0.24628639221191406,0.22649765014648438,0.24771690368652344,0.23937225341796875 +25000,5000,cpu,normal,True,False,False,0.9629726409912109,0.8535385131835938,0.7529258728027344,0.7011890411376953,0.6773471832275391,0.6806850433349609,0.7960796356201172,0.7729530334472656,0.6868839263916016,0.6697177886962891,1.0638236999511719,0.9818077087402344,0.9362697601318359,0.8835792541503906,0.8196830749511719,0.8766651153564453,0.7371902465820312,0.8063316345214844,0.7736682891845703,0.8213520050048828 +25000,5000,cpu,normal,False,False,False,0.7543563842773438,0.5433559417724609,0.5583763122558594,0.4944801330566406,0.4699230194091797,0.46539306640625,0.4916191101074219,0.4589557647705078,0.4813671112060547,0.4889965057373047,0.6115436553955078,0.6043910980224609,0.5891323089599609,0.5807876586914062,0.5514621734619141,0.5562305450439453,0.5643367767333984,0.6163120269775391,0.6034374237060547,0.8211135864257812 +25000,10000,cpu,homo,True,True,False,0.4222393035888672,0.43272972106933594,0.4324913024902344,0.579833984375,0.6175041198730469,0.5550384521484375,0.5109310150146484,0.5300045013427734,0.499725341796875,0.5078315734863281,0.47588348388671875,0.4324913024902344,0.4379749298095703,0.41794776916503906,0.41747093200683594,0.44608116149902344,0.43511390686035156,0.4436969757080078,0.4048347473144531,0.44536590576171875 +25000,10000,cpu,homo,False,True,False,0.5893707275390625,0.3714561462402344,0.34737586975097656,0.31495094299316406,0.3113746643066406,0.33736228942871094,0.33855438232421875,0.33974647521972656,0.32401084899902344,0.34236907958984375,0.240325927734375,0.25963783264160156,0.23555755615234375,0.20241737365722656,0.19669532775878906,0.20694732666015625,0.3752708435058594,0.39267539978027344,0.3800392150878906,0.3726482391357422 +25000,10000,cpu,homo,True,False,False,0.5712509155273438,0.5300045013427734,0.5533695220947266,0.5664825439453125,0.5762577056884766,0.5316734313964844,0.5412101745605469,0.51116943359375,0.522613525390625,0.5390644073486328,1.0673999786376953,0.9927749633789062,1.1332035064697266,1.3165473937988281,1.2540817260742188,1.1136531829833984,1.1734962463378906,1.0678768157958984,1.1985301971435547,1.1096000671386719 +25000,10000,cpu,homo,False,False,False,0.6055831909179688,0.6535053253173828,0.583648681640625,0.6444454193115234,0.5617141723632812,0.6086826324462891,0.5919933319091797,0.6315708160400391,0.5979537963867188,0.6935596466064453,0.7932186126708984,0.7493495941162109,0.789642333984375,0.7593631744384766,0.7195472717285156,0.7543563842773438,1.0449886322021484,1.1258125305175781,0.8816719055175781,0.8857250213623047 +25000,10000,cpu,uniform,True,True,False,0.4749298095703125,0.4799365997314453,0.49614906311035156,0.4730224609375,0.46563148498535156,0.43511390686035156,0.47898292541503906,0.4444122314453125,0.4603862762451172,0.4520416259765625,0.37860870361328125,0.36263465881347656,0.3273487091064453,0.3578662872314453,0.3352165222167969,0.3407001495361328,0.3502368927001953,0.3273487091064453,0.34928321838378906,0.3476142883300781 +25000,10000,cpu,uniform,False,True,False,0.5838871002197266,0.5929470062255859,0.5550384521484375,0.5807876586914062,0.5838871002197266,0.560760498046875,0.606536865234375,0.6594657897949219,0.7565021514892578,0.6906986236572266,0.22840499877929688,0.2334117889404297,0.22101402282714844,0.22101402282714844,0.2562999725341797,0.23627281188964844,0.2262592315673828,0.23627281188964844,0.2751350402832031,0.2257823944091797 +25000,10000,cpu,uniform,True,False,False,0.5962848663330078,0.6451606750488281,0.5922317504882812,0.6346702575683594,0.5855560302734375,0.5834102630615234,0.5645751953125,0.5855560302734375,0.5848407745361328,0.5795955657958984,1.1239051818847656,0.9877681732177734,1.5015602111816406,1.0292530059814453,1.0187625885009766,0.95367431640625,1.0685920715332031,0.9315013885498047,1.0342597961425781,0.9901523590087891 +25000,10000,cpu,uniform,False,False,False,0.8556842803955078,0.8389949798583984,0.7805824279785156,0.7910728454589844,0.8494853973388672,0.7550716400146484,0.743865966796875,0.7333755493164062,0.7562637329101562,0.6978511810302734,1.0268688201904297,0.9748935699462891,1.0612010955810547,0.9586811065673828,1.0440349578857422,1.0104179382324219,1.0590553283691406,0.9882450103759766,1.073598861694336,0.9272098541259766 +25000,10000,cpu,normal,True,True,False,0.30994415283203125,0.26607513427734375,0.31876564025878906,0.27942657470703125,0.2880096435546875,0.2765655517578125,0.2620220184326172,0.2913475036621094,0.2586841583251953,0.2830028533935547,0.4830360412597656,0.48804283142089844,0.47516822814941406,0.4754066467285156,0.47469139099121094,0.47397613525390625,0.47779083251953125,0.46896934509277344,0.46443939208984375,0.45800209045410156 +25000,10000,cpu,normal,False,True,False,0.4906654357910156,0.48661231994628906,0.47898292541503906,0.4963874816894531,0.47278404235839844,0.4973411560058594,0.49686431884765625,0.4467964172363281,0.4971027374267578,0.46753883361816406,0.29921531677246094,0.29754638671875,0.3154277801513672,0.38170814514160156,0.31828880310058594,0.453948974609375,0.2872943878173828,0.3082752227783203,0.3261566162109375,0.3113746643066406 +25000,10000,cpu,normal,True,False,False,1.010894775390625,0.8597373962402344,0.8673667907714844,0.7982254028320312,0.79345703125,0.7491111755371094,0.7932186126708984,0.7996559143066406,0.8215904235839844,0.7941722869873047,1.119375228881836,1.0094642639160156,1.043558120727539,1.2531280517578125,1.1138916015625,0.9946823120117188,1.1057853698730469,0.9601116180419922,1.1298656463623047,0.9999275207519531 +25000,10000,cpu,normal,False,False,False,0.5829334259033203,0.6093978881835938,0.63323974609375,0.7481575012207031,0.5664825439453125,0.6082057952880859,0.6172657012939453,0.6120204925537109,0.5791187286376953,0.6685256958007812,0.8540153503417969,0.8337497711181641,1.1937618255615234,1.0218620300292969,0.9546279907226562,0.9329319000244141,0.9109973907470703,1.0313987731933594,0.9808540344238281,0.9455680847167969 +25000,25000,cpu,homo,True,True,False,0.36263465881347656,0.32782554626464844,0.3132820129394531,0.3559589385986328,0.3056526184082031,0.3261566162109375,0.30875205993652344,0.33211708068847656,0.32138824462890625,0.3159046173095703,0.31375885009765625,0.29659271240234375,0.30612945556640625,0.30517578125,0.29730796813964844,0.30422210693359375,0.3058910369873047,0.3001689910888672,0.2918243408203125,0.28204917907714844 +25000,25000,cpu,homo,False,True,False,0.5164146423339844,0.5171298980712891,0.7834434509277344,0.5707740783691406,0.579833984375,0.7851123809814453,0.5681514739990234,0.49686431884765625,0.4782676696777344,0.49185752868652344,0.30040740966796875,0.30732154846191406,0.32782554626464844,0.3151893615722656,0.301361083984375,0.30612945556640625,0.3180503845214844,0.32258033752441406,0.30040740966796875,0.4143714904785156 +25000,25000,cpu,homo,True,False,False,0.9603500366210938,1.0099411010742188,0.9958744049072266,0.9853839874267578,0.9677410125732422,0.9858608245849609,0.9744167327880859,0.9891986846923828,0.9584426879882812,0.9810924530029297,1.7354488372802734,1.6255378723144531,2.109527587890625,1.6243457794189453,1.7845630645751953,1.6317367553710938,1.827239990234375,1.5571117401123047,1.796722412109375,1.6810894012451172 +25000,25000,cpu,homo,False,False,False,1.0614395141601562,1.119375228881836,1.1398792266845703,1.1641979217529297,1.0499954223632812,1.104593276977539,1.0528564453125,1.1303424835205078,1.0275840759277344,1.0366439819335938,1.8451213836669922,1.5180110931396484,2.1278858184814453,1.5869140625,1.8336772918701172,1.7178058624267578,1.9376277923583984,1.5549659729003906,1.6849040985107422,1.615285873413086 +25000,25000,cpu,uniform,True,True,False,0.3871917724609375,0.4029273986816406,0.3895759582519531,0.3654956817626953,0.38313865661621094,0.33926963806152344,0.37932395935058594,0.40078163146972656,0.37384033203125,0.3669261932373047,0.3955364227294922,0.4436969757080078,0.4322528839111328,0.4296302795410156,0.40841102600097656,0.40602684020996094,0.4239082336425781,0.4239082336425781,0.4267692565917969,0.4341602325439453 +25000,25000,cpu,uniform,False,True,False,0.37980079650878906,0.3998279571533203,0.33855438232421875,0.35691261291503906,0.3342628479003906,0.36025047302246094,0.3666877746582031,0.362396240234375,0.3592967987060547,0.33855438232421875,0.43773651123046875,0.4513263702392578,0.4191398620605469,0.4658699035644531,0.4470348358154297,0.44918060302734375,0.42891502380371094,0.3871917724609375,0.4086494445800781,0.3643035888671875 +25000,25000,cpu,uniform,True,False,False,0.9188652038574219,0.9686946868896484,0.8568763732910156,0.9429454803466797,0.9493827819824219,1.2826919555664062,1.1522769927978516,1.252889633178711,1.1508464813232422,1.1794567108154297,1.7752647399902344,1.60980224609375,1.6748905181884766,1.5747547149658203,2.0945072174072266,1.5521049499511719,1.645803451538086,1.5413761138916016,1.7211437225341797,1.5721321105957031 +25000,25000,cpu,uniform,False,False,False,1.2636184692382812,1.2216567993164062,1.2030601501464844,1.241445541381836,1.1355876922607422,1.378774642944336,1.1429786682128906,1.157999038696289,1.0530948638916016,1.2001991271972656,1.6541481018066406,1.649618148803711,1.6863346099853516,1.5590190887451172,1.6241073608398438,1.626729965209961,1.6198158264160156,1.5811920166015625,1.9865036010742188,1.626729965209961 +25000,25000,cpu,normal,True,True,False,0.48160552978515625,0.4646778106689453,0.5199909210205078,0.4763603210449219,0.4649162292480469,0.47898292541503906,0.4749298095703125,0.4620552062988281,0.469207763671875,0.4620552062988281,0.4906654357910156,0.4684925079345703,0.4642009735107422,0.46753883361816406,0.4794597625732422,0.4954338073730469,0.4763603210449219,0.4787445068359375,0.4820823669433594,0.4756450653076172 +25000,25000,cpu,normal,False,True,False,0.5173683166503906,0.4858970642089844,0.5066394805908203,0.4978179931640625,0.45037269592285156,0.4620552062988281,0.45752525329589844,0.5004405975341797,0.49424171447753906,0.4677772521972656,0.7805824279785156,0.6883144378662109,0.621795654296875,0.5948543548583984,0.6723403930664062,0.6349086761474609,0.7266998291015625,0.6272792816162109,0.5893707275390625,0.5714893341064453 +25000,25000,cpu,normal,True,False,False,1.3210773468017578,0.9350776672363281,0.8931159973144531,0.8924007415771484,0.9076595306396484,0.9510517120361328,0.9214878082275391,0.8776187896728516,0.8671283721923828,0.9136199951171875,1.970052719116211,1.6658306121826172,1.6617774963378906,1.53350830078125,1.6875267028808594,1.5687942504882812,1.8188953399658203,1.6050338745117188,1.6639232635498047,1.6243457794189453 +25000,25000,cpu,normal,False,False,False,1.1606216430664062,1.0805130004882812,1.0399818420410156,1.3141632080078125,1.1012554168701172,1.0356903076171875,1.0852813720703125,1.1589527130126953,1.0707378387451172,1.110076904296875,1.8489360809326172,1.6295909881591797,2.0477771759033203,1.6810894012451172,1.7371177673339844,1.67083740234375,1.8186569213867188,1.5950202941894531,1.8401145935058594,1.6696453094482422 +25000,37500,cpu,homo,True,True,False,0.6771087646484375,0.5617141723632812,0.4222393035888672,0.42819976806640625,0.3859996795654297,0.3647804260253906,0.3857612609863281,0.3943443298339844,0.40650367736816406,0.3921985626220703,0.2956390380859375,0.30040740966796875,0.2925395965576172,0.27942657470703125,0.27179718017578125,0.2853870391845703,0.2880096435546875,0.2841949462890625,0.2846717834472656,0.3046989440917969 +25000,37500,cpu,homo,False,True,False,0.2830028533935547,0.2770423889160156,0.30803680419921875,0.3006458282470703,0.3066062927246094,0.3199577331542969,0.3101825714111328,0.3066062927246094,0.29015541076660156,0.3070831298828125,0.3800392150878906,0.37860870361328125,0.3752708435058594,0.35858154296875,0.3559589385986328,0.34332275390625,0.35953521728515625,0.35762786865234375,0.3581047058105469,0.3676414489746094 +25000,37500,cpu,homo,True,False,False,1.5971660614013672,1.6269683837890625,1.5532970428466797,1.5866756439208984,1.592874526977539,1.6083717346191406,1.8656253814697266,1.7197132110595703,1.466512680053711,1.6469955444335938,2.341747283935547,2.2573471069335938,2.661466598510742,2.3415088653564453,2.424478530883789,2.2437572479248047,2.3336410522460938,2.2232532501220703,2.3865699768066406,2.1071434020996094 +25000,37500,cpu,homo,False,False,False,1.3723373413085938,1.4920234680175781,1.3065338134765625,1.5158653259277344,1.4240741729736328,1.6007423400878906,1.4503002166748047,1.4810562133789062,1.6410350799560547,1.5261173248291016,2.7267932891845703,2.874612808227539,2.593517303466797,2.6569366455078125,3.000497817993164,2.6056766510009766,2.7892589569091797,2.616405487060547,2.576589584350586,2.6586055755615234 +25000,37500,cpu,uniform,True,True,False,0.476837158203125,0.48851966857910156,0.5049705505371094,0.4992485046386719,0.5095005035400391,0.48422813415527344,0.4858970642089844,0.5075931549072266,0.49996376037597656,0.8778572082519531,0.3604888916015625,0.3802776336669922,0.576019287109375,0.5013942718505859,0.4978179931640625,0.4665851593017578,0.4851818084716797,0.4544258117675781,0.4603862762451172,0.45871734619140625 +25000,37500,cpu,uniform,False,True,False,0.38743019104003906,0.38361549377441406,0.37860870361328125,0.3933906555175781,0.34546852111816406,0.3757476806640625,0.3418922424316406,0.37288665771484375,0.3306865692138672,0.3578662872314453,0.4405975341796875,0.3979206085205078,0.3757476806640625,0.4124641418457031,0.41222572326660156,0.4050731658935547,0.38933753967285156,0.41031837463378906,0.40078163146972656,0.39887428283691406 +25000,37500,cpu,uniform,True,False,False,1.2845993041992188,1.2586116790771484,1.2485980987548828,1.2416839599609375,1.3065338134765625,1.5506744384765625,1.5196800231933594,1.4526844024658203,1.6350746154785156,1.318216323852539,2.585172653198242,2.4509429931640625,2.307415008544922,2.2683143615722656,2.2895336151123047,2.4242401123046875,2.3262500762939453,2.6412010192871094,2.222776412963867,2.229928970336914 +25000,37500,cpu,uniform,False,False,False,1.4176368713378906,1.249551773071289,1.1589527130126953,1.2083053588867188,1.1608600616455078,1.1925697326660156,1.1475086212158203,1.2087821960449219,1.180887222290039,1.1796951293945312,2.412557601928711,2.424955368041992,2.9447078704833984,2.689361572265625,2.3076534271240234,2.500295639038086,2.4394989013671875,2.638101577758789,2.407073974609375,2.95257568359375 +25000,37500,cpu,normal,True,True,False,0.7843971252441406,0.7257461547851562,0.7503032684326172,0.7312297821044922,0.7150173187255859,0.6868839263916016,0.7414817810058594,0.7393360137939453,0.7357597351074219,0.7672309875488281,0.6554126739501953,0.6518363952636719,0.6754398345947266,0.6778240203857422,0.6499290466308594,0.6325244903564453,0.6518363952636719,0.6837844848632812,0.6592273712158203,0.6146430969238281 +25000,37500,cpu,normal,False,True,False,0.4951953887939453,0.5090236663818359,0.8573532104492188,0.6010532379150391,0.4944801330566406,0.4982948303222656,0.4723072052001953,0.5159378051757812,0.4725456237792969,0.4863739013671875,0.6372928619384766,0.637054443359375,0.6368160247802734,0.5993843078613281,0.6129741668701172,0.5710124969482422,0.5939006805419922,0.6127357482910156,0.6186962127685547,0.6022453308105469 +25000,37500,cpu,normal,True,False,False,1.3031959533691406,1.294851303100586,1.207590103149414,1.355886459350586,1.2660026550292969,1.3077259063720703,1.2555122375488281,1.35040283203125,1.2326240539550781,1.2941360473632812,2.3260116577148438,2.416849136352539,2.1958351135253906,2.2687911987304688,2.1734237670898438,2.2852420806884766,2.538442611694336,2.3148059844970703,2.187967300415039,2.269268035888672 +25000,37500,cpu,normal,False,False,False,1.2688636779785156,1.3606548309326172,1.5306472778320312,1.6293525695800781,1.5671253204345703,1.668691635131836,1.4548301696777344,1.631021499633789,1.4612674713134766,1.6787052154541016,2.9015541076660156,2.9332637786865234,2.933979034423828,2.5339126586914062,2.9773712158203125,2.673625946044922,2.889394760131836,3.110170364379883,3.047943115234375,2.730131149291992 +25000,50000,cpu,homo,True,True,False,0.9400844573974609,0.8099079132080078,0.7750988006591797,0.7662773132324219,0.7779598236083984,0.7631778717041016,0.8304119110107422,0.8404254913330078,0.8938312530517578,0.8325576782226562,0.49424171447753906,0.4277229309082031,0.39839744567871094,0.3941059112548828,0.38123130798339844,0.3867149353027344,0.3752708435058594,0.3826618194580078,0.3886222839355469,0.5991458892822266 +25000,50000,cpu,homo,False,True,False,0.47278404235839844,0.3693103790283203,0.29730796813964844,0.3268718719482422,0.34046173095703125,0.31065940856933594,0.3170967102050781,0.3123283386230469,0.31185150146484375,0.3044605255126953,0.4227161407470703,0.4527568817138672,0.42700767517089844,0.43272972106933594,0.43773651123046875,0.4150867462158203,0.42247772216796875,0.40459632873535156,0.43964385986328125,0.43201446533203125 +25000,50000,cpu,homo,True,False,False,1.817941665649414,2.001047134399414,2.2246837615966797,2.300262451171875,2.1054744720458984,2.490520477294922,2.1080970764160156,2.3741722106933594,2.110719680786133,2.291440963745117,2.778291702270508,2.688169479370117,2.6895999908447266,2.7298927307128906,2.9556751251220703,2.8562545776367188,3.0918121337890625,2.7854442596435547,3.053903579711914,2.7129650115966797 +25000,50000,cpu,homo,False,False,False,1.775979995727539,1.8906593322753906,1.7063617706298828,1.5926361083984375,1.7251968383789062,1.6508102416992188,1.7828941345214844,1.6193389892578125,1.725912094116211,1.6164779663085938,3.152608871459961,3.217935562133789,2.9973983764648438,3.1294822692871094,3.337383270263672,3.2231807708740234,3.2079219818115234,3.3416748046875,3.251314163208008,3.5247802734375 +25000,50000,cpu,uniform,True,True,False,1.348733901977539,1.0874271392822266,0.9381771087646484,0.9503364562988281,0.9722709655761719,0.9760856628417969,0.9751319885253906,0.9953975677490234,0.9818077087402344,1.0216236114501953,0.40149688720703125,0.4284381866455078,0.4131793975830078,0.3943443298339844,0.4329681396484375,0.3705024719238281,0.4055500030517578,0.4520416259765625,0.43320655822753906,0.4279613494873047 +25000,50000,cpu,uniform,False,True,False,0.38170814514160156,0.3540515899658203,0.3802776336669922,0.3743171691894531,0.347137451171875,0.3795623779296875,0.3573894500732422,0.34880638122558594,0.3407001495361328,0.36978721618652344,0.48470497131347656,0.4832744598388672,0.48470497131347656,0.47850608825683594,0.4863739013671875,0.45037269592285156,0.5509853363037109,0.7975101470947266,0.5125999450683594,0.5166530609130859 +25000,50000,cpu,uniform,True,False,False,1.5811920166015625,1.5969276428222656,1.6465187072753906,1.6109943389892578,1.6164779663085938,1.7333030700683594,1.5940666198730469,1.9011497497558594,1.5914440155029297,1.6641616821289062,3.180980682373047,2.729654312133789,2.894163131713867,2.6988983154296875,2.879619598388672,2.8464794158935547,2.830028533935547,2.821683883666992,2.864837646484375,2.7434825897216797 +25000,50000,cpu,uniform,False,False,False,1.552581787109375,1.809835433959961,1.6112327575683594,1.844644546508789,1.603841781616211,1.7919540405273438,1.7480850219726562,1.7786026000976562,1.5230178833007812,2.0961761474609375,3.2701492309570312,3.5126209259033203,3.1135082244873047,3.3621788024902344,3.553628921508789,3.600597381591797,3.207683563232422,3.3926963806152344,3.389120101928711,3.3195018768310547 +25000,50000,cpu,normal,True,True,False,1.1560916900634766,1.1570453643798828,1.1265277862548828,1.1169910430908203,1.1341571807861328,1.119375228881836,1.4407634735107422,1.1324882507324219,1.12152099609375,1.1262893676757812,0.5986690521240234,0.6191730499267578,0.6020069122314453,0.7088184356689453,0.8654594421386719,0.7784366607666016,1.0104179382324219,0.7638931274414062,0.7481575012207031,0.6732940673828125 +25000,50000,cpu,normal,False,True,False,0.7178783416748047,0.8797645568847656,0.8485317230224609,0.8418560028076172,0.5383491516113281,0.4901885986328125,0.5183219909667969,0.5121231079101562,0.5011558532714844,0.5018711090087891,0.7700920104980469,0.7808208465576172,0.766754150390625,0.7650852203369141,0.7779598236083984,0.8292198181152344,0.823974609375,1.130819320678711,0.8058547973632812,0.766754150390625 +25000,50000,cpu,normal,True,False,False,1.6207695007324219,1.6894340515136719,1.5797615051269531,1.8534660339355469,1.605987548828125,1.6641616821289062,1.5919208526611328,1.688241958618164,1.6360282897949219,1.6460418701171875,2.884387969970703,2.662181854248047,2.6471614837646484,2.6574134826660156,2.620220184326172,2.4988651275634766,2.6285648345947266,2.806425094604492,2.5968551635742188,2.599000930786133 +25000,50000,cpu,normal,False,False,False,1.9905567169189453,1.8076896667480469,1.722574234008789,1.6047954559326172,1.5721321105957031,1.5461444854736328,1.6324520111083984,1.6117095947265625,1.6663074493408203,1.9474029541015625,3.717660903930664,3.8263797760009766,4.021406173706055,3.7047863006591797,3.703594207763672,3.4852027893066406,3.4782886505126953,3.84521484375,3.6170482635498047,3.6077499389648438 +37500,1000,cpu,homo,True,True,False,0.4134178161621094,0.22363662719726562,0.2334117889404297,0.2346038818359375,0.2300739288330078,0.20122528076171875,0.2377033233642578,0.2262592315673828,0.19693374633789062,0.20742416381835938,0.3993511199951172,0.3883838653564453,0.4329681396484375,0.3972053527832031,0.3838539123535156,0.40984153747558594,0.39839744567871094,0.41747093200683594,0.3991127014160156,0.3857612609863281 +37500,1000,cpu,homo,False,True,False,0.347137451171875,0.38695335388183594,0.3752708435058594,0.3457069396972656,0.324249267578125,0.3638267517089844,0.5927085876464844,0.6842613220214844,0.4067420959472656,0.34117698669433594,0.2262592315673828,0.25844573974609375,0.2224445343017578,0.21123886108398438,0.2281665802001953,0.1983642578125,0.17952919006347656,0.19216537475585938,0.1850128173828125,0.186920166015625 +37500,1000,cpu,homo,True,False,False,0.6101131439208984,0.5443096160888672,0.5815029144287109,0.55694580078125,0.5688667297363281,0.5252361297607422,0.5738735198974609,0.5280971527099609,0.5822181701660156,0.5133152008056641,0.4737377166748047,0.49877166748046875,0.4794597625732422,0.47779083251953125,0.4839897155761719,0.4887580871582031,0.4887580871582031,0.46896934509277344,0.4982948303222656,0.4856586456298828 +37500,1000,cpu,homo,False,False,False,0.26035308837890625,0.2753734588623047,0.23627281188964844,0.26869773864746094,0.2827644348144531,0.27871131896972656,0.2522468566894531,0.2779960632324219,0.2624988555908203,0.2589225769042969,0.6334781646728516,0.6468296051025391,0.6258487701416016,0.6449222564697266,0.6639957427978516,0.6687641143798828,0.6723403930664062,0.6306171417236328,0.6017684936523438,0.6172657012939453 +37500,1000,cpu,uniform,True,True,False,0.4646778106689453,0.4837512969970703,0.45680999755859375,0.4570484161376953,0.4546642303466797,0.4553794860839844,0.46181678771972656,0.4398822784423828,0.44655799865722656,0.4279613494873047,0.42891502380371094,0.4298686981201172,0.4165172576904297,0.4189014434814453,0.431060791015625,0.4067420959472656,0.43129920959472656,0.6692409515380859,0.5686283111572266,0.5266666412353516 +37500,1000,cpu,uniform,False,True,False,0.461578369140625,0.4341602325439453,0.4436969757080078,0.4813671112060547,0.44226646423339844,0.4355907440185547,0.4723072052001953,0.43773651123046875,0.41675567626953125,0.42557716369628906,0.19216537475585938,0.1976490020751953,0.25200843811035156,0.213623046875,0.1819133758544922,0.21457672119140625,0.18644332885742188,0.1926422119140625,0.19931793212890625,0.20194053649902344 +37500,1000,cpu,uniform,True,False,False,0.4856586456298828,0.5512237548828125,0.5528926849365234,0.4367828369140625,0.4723072052001953,0.43511390686035156,0.5004405975341797,0.41031837463378906,0.5028247833251953,0.45037269592285156,0.5729198455810547,0.5512237548828125,0.8013248443603516,0.6456375122070312,0.7982254028320312,0.7195472717285156,0.7116794586181641,0.7450580596923828,0.6644725799560547,0.6575584411621094 +37500,1000,cpu,uniform,False,False,False,0.5629062652587891,0.5896091461181641,0.5342960357666016,0.5738735198974609,0.57220458984375,0.5524158477783203,0.5450248718261719,0.5583763122558594,0.5419254302978516,0.5512237548828125,0.835418701171875,0.7596015930175781,0.7498264312744141,0.7061958312988281,0.6167888641357422,0.5638599395751953,0.5834102630615234,0.5776882171630859,0.5681514739990234,0.560760498046875 +37500,1000,cpu,normal,True,True,False,0.28133392333984375,0.2727508544921875,0.29349327087402344,0.2799034118652344,0.27298927307128906,0.2338886260986328,0.41866302490234375,0.3254413604736328,0.29277801513671875,0.26679039001464844,0.5698204040527344,0.6084442138671875,0.5726814270019531,0.5946159362792969,0.5617141723632812,0.5872249603271484,0.5936622619628906,0.5640983581542969,0.5841255187988281,0.5772113800048828 +37500,1000,cpu,normal,False,True,False,0.6535053253173828,0.6527900695800781,0.6008148193359375,0.6241798400878906,0.6518363952636719,0.6270408630371094,0.6353855133056641,0.6222724914550781,0.6225109100341797,0.6220340728759766,0.5826950073242188,0.37741661071777344,0.3256797790527344,0.2779960632324219,0.2932548522949219,0.2694129943847656,0.26607513427734375,0.2849102020263672,0.2713203430175781,0.2677440643310547 +37500,1000,cpu,normal,True,False,False,0.6506443023681641,0.5564689636230469,0.6189346313476562,0.5578994750976562,0.6453990936279297,0.5810260772705078,0.6434917449951172,0.5621910095214844,0.6091594696044922,0.5779266357421875,0.5660057067871094,0.6067752838134766,0.5855560302734375,0.5881786346435547,0.5621910095214844,0.5879402160644531,0.5567073822021484,0.5884170532226562,0.5698204040527344,0.6058216094970703 +37500,1000,cpu,normal,False,False,False,0.3247261047363281,0.2827644348144531,0.28204917907714844,0.3292560577392578,0.3039836883544922,0.3132820129394531,0.3037452697753906,0.2949237823486328,0.2903938293457031,0.31757354736328125,0.6732940673828125,0.6976127624511719,0.614166259765625,0.6656646728515625,0.6937980651855469,0.6833076477050781,0.5893707275390625,0.6256103515625,0.6322860717773438,0.6172657012939453 +37500,2500,cpu,homo,True,True,False,0.4711151123046875,0.5612373352050781,0.6616115570068359,0.7038116455078125,0.45752525329589844,0.41794776916503906,0.4634857177734375,0.40841102600097656,0.38623809814453125,0.3895759582519531,0.4928112030029297,0.49185752868652344,0.49567222595214844,0.6029605865478516,0.522613525390625,0.4909038543701172,0.4734992980957031,0.4851818084716797,0.47326087951660156,0.4775524139404297 +37500,2500,cpu,homo,False,True,False,0.5922317504882812,0.5588531494140625,0.5602836608886719,0.598907470703125,0.5650520324707031,0.5633831024169922,0.5333423614501953,0.5712509155273438,0.5321502685546875,0.5395412445068359,0.1628398895263672,0.17547607421875,0.19097328186035156,0.1842975616455078,0.18453598022460938,0.17404556274414062,0.16450881958007812,0.18334388732910156,0.17142295837402344,0.19478797912597656 +37500,2500,cpu,homo,True,False,False,0.6074905395507812,0.9427070617675781,0.6201267242431641,0.7174015045166016,0.6170272827148438,0.7815361022949219,0.5843639373779297,0.7991790771484375,0.6031990051269531,0.7259845733642578,0.8313655853271484,0.7343292236328125,0.8313655853271484,0.7402896881103516,1.1401176452636719,0.8237361907958984,0.9284019470214844,0.7619857788085938,0.9090900421142578,0.7472038269042969 +37500,2500,cpu,homo,False,False,False,0.3762245178222656,0.39005279541015625,0.3597736358642578,0.3807544708251953,0.3523826599121094,0.38814544677734375,0.33974647521972656,0.3826618194580078,0.339508056640625,0.3769397735595703,0.5552768707275391,0.5624294281005859,0.5593299865722656,0.5764961242675781,0.5712509155273438,0.5772113800048828,0.5548000335693359,0.5486011505126953,0.5354881286621094,0.5538463592529297 +37500,2500,cpu,uniform,True,True,False,0.3018379211425781,0.27060508728027344,0.22840499877929688,0.2448558807373047,0.2377033233642578,0.27108192443847656,0.5698204040527344,0.5085468292236328,0.4737377166748047,0.44536590576171875,0.45299530029296875,0.4229545593261719,0.44155120849609375,0.6630420684814453,0.5948543548583984,0.5450248718261719,0.5507469177246094,0.5371570587158203,0.5805492401123047,0.5424022674560547 +37500,2500,cpu,uniform,False,True,False,0.7190704345703125,1.1491775512695312,0.7457733154296875,0.7386207580566406,0.7538795471191406,0.782012939453125,0.7462501525878906,0.7152557373046875,0.7762908935546875,0.72479248046875,0.4971027374267578,0.36215782165527344,0.25963783264160156,0.2315044403076172,0.19407272338867188,0.21147727966308594,0.2155303955078125,0.21648406982421875,0.19788742065429688,0.22721290588378906 +37500,2500,cpu,uniform,True,False,False,0.873565673828125,0.5269050598144531,0.4165172576904297,0.6184577941894531,0.44918060302734375,0.4925727844238281,0.44465065002441406,0.4649162292480469,0.4131793975830078,0.4909038543701172,0.9665489196777344,0.9365081787109375,0.9820461273193359,0.9002685546875,0.9164810180664062,0.8864402770996094,0.9305477142333984,0.9720325469970703,0.9713172912597656,0.9038448333740234 +37500,2500,cpu,uniform,False,False,False,0.713348388671875,0.7534027099609375,0.6253719329833984,0.9310245513916016,0.6527900695800781,0.6289482116699219,0.5762577056884766,0.6291866302490234,0.5755424499511719,0.5984306335449219,0.728607177734375,0.9491443634033203,0.6620883941650391,0.6434917449951172,0.6542205810546875,0.6198883056640625,0.6175041198730469,0.5757808685302734,0.6136894226074219,0.6549358367919922 +37500,2500,cpu,normal,True,True,False,0.45752525329589844,0.469207763671875,0.4756450653076172,0.45561790466308594,0.44083595275878906,0.46443939208984375,0.4477500915527344,0.4379749298095703,0.5140304565429688,0.5154609680175781,0.7641315460205078,0.6453990936279297,0.6353855133056641,0.5950927734375,0.6299018859863281,0.5719661712646484,0.6086826324462891,0.5581378936767578,0.5519390106201172,0.5707740783691406 +37500,2500,cpu,normal,False,True,False,1.0428428649902344,1.1496543884277344,0.9007453918457031,0.9417533874511719,0.8680820465087891,0.9031295776367188,0.8726119995117188,0.8573532104492188,0.8485317230224609,0.9686946868896484,0.339508056640625,0.3330707550048828,0.3139972686767578,0.30875205993652344,0.3514289855957031,0.3750324249267578,0.2994537353515625,0.3008842468261719,0.2994537353515625,0.32019615173339844 +37500,2500,cpu,normal,True,False,False,0.43773651123046875,0.5700588226318359,0.40650367736816406,0.5242824554443359,0.4088878631591797,0.5545616149902344,0.4127025604248047,0.5359649658203125,0.3769397735595703,0.5085468292236328,1.1134147644042969,0.9968280792236328,1.1043548583984375,0.9753704071044922,1.0747909545898438,0.9977817535400391,1.149892807006836,1.0731220245361328,1.2090206146240234,1.0635852813720703 +37500,2500,cpu,normal,False,False,False,0.47326087951660156,0.5443096160888672,0.7715225219726562,0.6885528564453125,0.6723403930664062,0.7004737854003906,0.6470680236816406,0.6003379821777344,0.4868507385253906,0.4646778106689453,0.6763935089111328,0.6659030914306641,0.6613731384277344,0.6601810455322266,0.60272216796875,0.6685256958007812,0.6635189056396484,0.6401538848876953,0.6344318389892578,0.6666183471679688 +37500,5000,cpu,homo,True,True,False,0.26154518127441406,0.2720355987548828,0.2675056457519531,0.26035308837890625,0.2589225769042969,0.2644062042236328,0.2148151397705078,0.2167224884033203,0.2262592315673828,0.2346038818359375,0.40602684020996094,0.39076805114746094,0.39958953857421875,0.3840923309326172,0.4134178161621094,0.40459632873535156,0.40435791015625,0.5822181701660156,0.5142688751220703,0.4031658172607422 +37500,5000,cpu,homo,False,True,False,0.5857944488525391,0.5168914794921875,0.7350444793701172,0.5898475646972656,0.57220458984375,0.6308555603027344,0.5741119384765625,0.5686283111572266,0.6029605865478516,0.5855560302734375,0.2396106719970703,0.23627281188964844,0.2124309539794922,0.1995563507080078,0.17023086547851562,0.20384788513183594,0.21338462829589844,0.3745555877685547,0.21505355834960938,0.1957416534423828 +37500,5000,cpu,homo,True,False,False,0.6361007690429688,0.6315708160400391,0.8490085601806641,0.6234645843505859,0.5612373352050781,0.5714893341064453,0.5667209625244141,0.5419254302978516,0.5536079406738281,0.5390644073486328,1.2900829315185547,1.1246204376220703,1.178741455078125,1.1601448059082031,1.1851787567138672,1.4379024505615234,1.1913776397705078,1.1391639709472656,1.1723041534423828,1.0874271392822266 +37500,5000,cpu,homo,False,False,False,0.5602836608886719,0.6046295166015625,0.911712646484375,0.8480548858642578,0.7431507110595703,0.7913112640380859,0.7779598236083984,0.8234977722167969,0.7307529449462891,0.8075237274169922,0.6461143493652344,0.6351470947265625,0.6320476531982422,0.6139278411865234,0.6127357482910156,0.6139278411865234,0.6022453308105469,0.6649494171142578,0.8707046508789062,0.8618831634521484 +37500,5000,cpu,uniform,True,True,False,0.48661231994628906,0.48732757568359375,0.4818439483642578,0.45180320739746094,0.5037784576416016,0.4799365997314453,0.4658699035644531,0.5717277526855469,0.5447864532470703,0.4887580871582031,0.44417381286621094,0.4227161407470703,0.44918060302734375,0.42819976806640625,0.4112720489501953,0.4291534423828125,0.4146099090576172,0.4208087921142578,0.40459632873535156,0.43129920959472656 +37500,5000,cpu,uniform,False,True,False,0.8006095886230469,0.7619857788085938,0.7593631744384766,0.7662773132324219,0.7419586181640625,0.7162094116210938,0.7610321044921875,0.7927417755126953,0.7698535919189453,0.6961822509765625,0.42510032653808594,0.35452842712402344,0.34046173095703125,0.35381317138671875,0.3604888916015625,0.35381317138671875,0.6964206695556641,0.34499168395996094,0.3437995910644531,0.31280517578125 +37500,5000,cpu,uniform,True,False,False,1.1136531829833984,0.9074211120605469,0.7843971252441406,0.9088516235351562,0.77056884765625,0.9248256683349609,0.7753372192382812,0.8635520935058594,0.7121562957763672,0.8471012115478516,1.119375228881836,1.1661052703857422,1.110076904296875,1.1529922485351562,1.0981559753417969,1.1916160583496094,1.02996826171875,1.1630058288574219,1.1103153228759766,1.1184215545654297 +37500,5000,cpu,uniform,False,False,False,0.5707740783691406,0.5538463592529297,0.5784034729003906,0.5340576171875,0.5409717559814453,0.8358955383300781,0.5397796630859375,0.5488395690917969,0.522613525390625,0.5323886871337891,0.7326602935791016,0.6775856018066406,0.7047653198242188,0.6768703460693359,0.7033348083496094,0.6623268127441406,0.9951591491699219,0.8325576782226562,0.8156299591064453,0.7994174957275391 +37500,5000,cpu,normal,True,True,False,0.4916191101074219,0.47516822814941406,0.45228004455566406,0.4506111145019531,0.44083595275878906,0.4897117614746094,0.4391670227050781,0.4620552062988281,0.4284381866455078,0.45680999755859375,0.6151199340820312,0.6239414215087891,0.5686283111572266,0.58746337890625,0.5898475646972656,0.6041526794433594,0.5927085876464844,0.6394386291503906,0.6289482116699219,0.6327629089355469 +37500,5000,cpu,normal,False,True,False,1.0373592376708984,0.9791851043701172,0.9496212005615234,0.9596347808837891,0.919342041015625,0.9565353393554688,0.9222030639648438,0.9176731109619141,0.9317398071289062,1.0533332824707031,0.3070831298828125,0.2903938293457031,0.24318695068359375,0.2703666687011719,0.27370452880859375,0.2524852752685547,0.2543926239013672,0.28896331787109375,0.26345252990722656,0.2613067626953125 +37500,5000,cpu,normal,True,False,False,0.6737709045410156,0.6468296051025391,0.6473064422607422,0.6787776947021484,0.6604194641113281,0.644683837890625,0.67138671875,0.6542205810546875,0.6320476531982422,0.6244182586669922,1.3115406036376953,1.4464855194091797,1.3170242309570312,1.392364501953125,1.7583370208740234,1.3480186462402344,1.3065338134765625,1.413106918334961,1.298666000366211,1.3811588287353516 +37500,5000,cpu,normal,False,False,False,0.7157325744628906,0.7617473602294922,0.7100105285644531,0.7486343383789062,0.7197856903076172,0.7758140563964844,0.6201267242431641,0.6303787231445312,0.6108283996582031,0.6358623504638672,0.7152557373046875,0.7612705230712891,0.7154941558837891,0.7464885711669922,0.720977783203125,0.7348060607910156,0.7143020629882812,0.7379055023193359,0.6999969482421875,0.7138252258300781 +37500,10000,cpu,homo,True,True,False,0.25343894958496094,0.5576610565185547,0.4620552062988281,0.45108795166015625,0.4203319549560547,0.4286766052246094,0.43082237243652344,0.44918060302734375,0.4189014434814453,0.4220008850097656,0.41294097900390625,0.38361549377441406,0.39458274841308594,0.40221214294433594,0.6322860717773438,0.5648136138916016,0.5328655242919922,0.5211830139160156,0.5080699920654297,0.5059242248535156 +37500,10000,cpu,homo,False,True,False,0.42748451232910156,0.7572174072265625,0.6403923034667969,0.6098747253417969,0.5774497985839844,0.5681514739990234,0.5710124969482422,0.6170272827148438,0.5829334259033203,0.5500316619873047,0.24580955505371094,0.21409988403320312,0.22029876708984375,0.24199485778808594,0.21910667419433594,0.23674964904785156,0.2105236053466797,0.2052783966064453,0.244140625,0.22649765014648438 +37500,10000,cpu,homo,True,False,False,0.7925033569335938,0.7026195526123047,0.7162094116210938,0.6875991821289062,0.7033348083496094,0.6554126739501953,0.7128715515136719,0.6475448608398438,0.7336139678955078,1.0182857513427734,1.6927719116210938,1.53350830078125,1.8067359924316406,1.734018325805664,1.7850399017333984,1.5671253204345703,1.764059066772461,1.5377998352050781,1.7247200012207031,2.012014389038086 +37500,10000,cpu,homo,False,False,False,0.8423328399658203,0.8523464202880859,0.8113384246826172,0.8726119995117188,0.7832050323486328,0.8885860443115234,0.8094310760498047,0.8504390716552734,0.8001327514648438,0.8919239044189453,1.142740249633789,1.0807514190673828,1.074075698852539,1.0833740234375,1.0082721710205078,0.9899139404296875,0.9915828704833984,1.081228256225586,0.9462833404541016,1.2507438659667969 +37500,10000,cpu,uniform,True,True,False,0.5166530609130859,0.5083084106445312,0.5097389221191406,0.5152225494384766,0.5137920379638672,0.606536865234375,0.8318424224853516,0.5068778991699219,0.5209445953369141,0.4780292510986328,0.5645751953125,0.5707740783691406,0.5593299865722656,0.5609989166259766,0.5900859832763672,0.5564689636230469,0.5800724029541016,0.5853176116943359,0.5717277526855469,0.5819797515869141 +37500,10000,cpu,uniform,False,True,False,0.5328655242919922,0.5087852478027344,0.5059242248535156,0.5075931549072266,0.5254745483398438,0.5249977111816406,0.4978179931640625,0.5340576171875,0.7915496826171875,0.5533695220947266,0.39768218994140625,0.2899169921875,0.27251243591308594,0.24509429931640625,0.27561187744140625,0.286102294921875,0.27441978454589844,0.2646446228027344,0.2651214599609375,0.232696533203125 +37500,10000,cpu,uniform,True,False,False,0.7755756378173828,0.7665157318115234,0.7805824279785156,0.78582763671875,1.0807514190673828,0.7908344268798828,0.7679462432861328,0.7691383361816406,0.7174015045166016,0.732421875,1.6543865203857422,1.7344951629638672,1.6994476318359375,1.7402172088623047,1.5621185302734375,1.7881393432617188,1.651763916015625,1.940011978149414,1.51824951171875,1.6798973083496094 +37500,10000,cpu,uniform,False,False,False,0.7255077362060547,0.8287429809570312,0.7338523864746094,0.7712841033935547,0.7481575012207031,0.7925033569335938,0.7488727569580078,0.7991790771484375,0.7357597351074219,0.8056163787841797,0.9388923645019531,0.9682178497314453,0.9009838104248047,0.9717941284179688,0.9160041809082031,0.9872913360595703,0.9734630584716797,0.934600830078125,0.8869171142578125,0.9987354278564453 +37500,10000,cpu,normal,True,True,False,0.2677440643310547,0.29969215393066406,0.31304359436035156,0.29015541076660156,0.29587745666503906,0.28204917907714844,0.30303001403808594,0.2899169921875,0.3113746643066406,0.247955322265625,0.6492137908935547,0.6310939788818359,0.6330013275146484,0.6206035614013672,0.6239414215087891,0.6067752838134766,0.5953311920166016,0.5917549133300781,0.5962848663330078,0.5826950073242188 +37500,10000,cpu,normal,False,True,False,0.7264614105224609,0.7586479187011719,0.7119178771972656,0.7262229919433594,0.72479248046875,0.7574558258056641,1.1413097381591797,0.9665489196777344,0.9737014770507812,0.9570121765136719,0.42724609375,0.4112720489501953,0.40078163146972656,0.3972053527832031,0.43773651123046875,0.4189014434814453,0.43201446533203125,0.41103363037109375,0.4467964172363281,0.3960132598876953 +37500,10000,cpu,normal,True,False,False,1.2273788452148438,0.9982585906982422,0.9436607360839844,0.7188320159912109,0.7855892181396484,0.6968975067138672,0.7874965667724609,0.6971359252929688,0.8020401000976562,0.7190704345703125,1.934051513671875,1.7459392547607422,2.2525787353515625,1.7919540405273438,2.053976058959961,1.7485618591308594,2.038240432739258,1.6825199127197266,1.9631385803222656,1.7197132110595703 +37500,10000,cpu,normal,False,False,False,0.9825229644775391,0.9927749633789062,0.9350776672363281,0.9603500366210938,1.0273456573486328,1.0249614715576172,0.9295940399169922,0.9217262268066406,0.8530616760253906,0.9515285491943359,0.934600830078125,1.071929931640625,1.3384819030761719,1.0402202606201172,1.0178089141845703,1.0099411010742188,1.0867118835449219,0.9512901306152344,1.085519790649414,0.9305477142333984 +37500,25000,cpu,homo,True,True,False,0.34308433532714844,0.3044605255126953,0.3542900085449219,0.3170967102050781,0.3008842468261719,0.3104209899902344,0.2956390380859375,0.6563663482666016,0.7383823394775391,0.6124973297119141,0.37550926208496094,0.3724098205566406,0.5631446838378906,0.5621910095214844,0.49185752868652344,0.4558563232421875,0.47278404235839844,0.4563331604003906,0.4749298095703125,0.5373954772949219 +37500,25000,cpu,homo,False,True,False,0.4181861877441406,0.4334449768066406,0.4336833953857422,0.41747093200683594,0.4208087921142578,0.4305839538574219,0.4229545593261719,0.4279613494873047,0.4265308380126953,0.4143714904785156,0.2961158752441406,0.2911090850830078,0.2765655517578125,0.29969215393066406,0.2779960632324219,0.301361083984375,0.27561187744140625,0.2918243408203125,0.26988983154296875,0.29659271240234375 +37500,25000,cpu,homo,True,False,False,1.3308525085449219,1.4443397521972656,1.2691020965576172,1.4460086822509766,1.2483596801757812,1.4541149139404297,1.28936767578125,1.4400482177734375,1.2826919555664062,1.4810562133789062,2.768278121948242,2.8183460235595703,2.5980472564697266,2.635478973388672,2.825021743774414,2.6895999908447266,2.772092819213867,2.7740001678466797,2.6051998138427734,2.6929378509521484 +37500,25000,cpu,homo,False,False,False,1.4417171478271484,1.5811920166015625,1.5826225280761719,1.6047954559326172,1.5180110931396484,1.8734931945800781,1.4715194702148438,1.6312599182128906,1.489400863647461,1.5430450439453125,2.438068389892578,2.437114715576172,2.4056434631347656,2.2287368774414062,2.404451370239258,2.2852420806884766,2.500772476196289,2.2287368774414062,2.2461414337158203,2.311229705810547 +37500,25000,cpu,uniform,True,True,False,0.5993843078613281,0.5562305450439453,0.5648136138916016,0.5774497985839844,0.5729198455810547,0.8404254913330078,0.8947849273681641,0.6742477416992188,0.7293224334716797,0.6177425384521484,0.43654441833496094,0.4017353057861328,0.36263465881347656,0.4048347473144531,0.37741661071777344,0.4189014434814453,0.4086494445800781,0.6253719329833984,0.6315708160400391,0.8985996246337891 +37500,25000,cpu,uniform,False,True,False,0.8940696716308594,0.7889270782470703,0.8187294006347656,0.7560253143310547,0.7386207580566406,0.7636547088623047,0.7269382476806641,0.7236003875732422,0.6768703460693359,0.7066726684570312,0.3349781036376953,0.4019737243652344,0.3952980041503906,0.3769397735595703,0.37550926208496094,0.3826618194580078,0.3561973571777344,0.3650188446044922,0.3781318664550781,0.3752708435058594 +37500,25000,cpu,uniform,True,False,False,1.2004375457763672,1.186370849609375,1.1501312255859375,1.1930465698242188,1.153707504272461,1.1713504791259766,1.1320114135742188,1.2035369873046875,1.1386871337890625,1.1456012725830078,2.668142318725586,2.8939247131347656,2.642393112182617,2.617359161376953,2.5060176849365234,2.701997756958008,2.5415420532226562,2.4712085723876953,2.641916275024414,2.955198287963867 +37500,25000,cpu,uniform,False,False,False,1.5308856964111328,1.661062240600586,1.4805793762207031,1.3892650604248047,1.3751983642578125,1.3666152954101562,1.4064311981201172,1.3725757598876953,1.3377666473388672,1.270294189453125,2.128124237060547,2.517223358154297,2.123594284057617,2.209186553955078,2.0301342010498047,2.1224021911621094,2.0287036895751953,2.191305160522461,2.1402835845947266,2.3615360260009766 +37500,25000,cpu,normal,True,True,False,0.5223751068115234,0.48160552978515625,0.4744529724121094,0.4730224609375,0.4801750183105469,0.48851966857910156,0.4622936248779297,0.46634674072265625,0.4916191101074219,0.461578369140625,0.9374618530273438,0.7615089416503906,0.7433891296386719,0.7479190826416016,0.7505416870117188,0.7216930389404297,0.7107257843017578,0.7154941558837891,0.7226467132568359,0.7283687591552734 +37500,25000,cpu,normal,False,True,False,1.005411148071289,0.9765625,0.9698867797851562,0.9925365447998047,0.9462833404541016,0.9715557098388672,0.9660720825195312,0.9355545043945312,0.9517669677734375,0.9772777557373047,0.5893707275390625,0.5793571472167969,0.5345344543457031,0.5829334259033203,0.5376338958740234,0.5316734313964844,0.5154609680175781,0.7886886596679688,0.6723403930664062,0.6201267242431641 +37500,25000,cpu,normal,True,False,False,1.1751651763916016,1.377105712890625,1.1932849884033203,1.3492107391357422,1.1663436889648438,1.3363361358642578,1.2359619140625,1.3797283172607422,1.1544227600097656,1.3685226440429688,3.3111572265625,2.895355224609375,3.1938552856445312,2.9611587524414062,3.103971481323242,2.86865234375,3.3979415893554688,2.785205841064453,3.0057430267333984,2.803802490234375 +37500,25000,cpu,normal,False,False,False,1.4367103576660156,1.4317035675048828,1.302480697631836,1.3391971588134766,1.251220703125,1.3432502746582031,1.2676715850830078,1.3020038604736328,1.2776851654052734,1.3229846954345703,2.2275447845458984,2.172708511352539,2.1190643310546875,2.241373062133789,2.551555633544922,2.3298263549804688,2.3238658905029297,2.3055076599121094,2.1941661834716797,2.307415008544922 +37500,37500,cpu,homo,True,True,False,0.44345855712890625,0.4582405090332031,0.4589557647705078,0.4477500915527344,0.4525184631347656,0.45609474182128906,0.4432201385498047,0.46324729919433594,0.44989585876464844,0.4360675811767578,0.38909912109375,0.38886070251464844,0.40531158447265625,0.3864765167236328,0.36525726318359375,0.37097930908203125,0.34117698669433594,0.3650188446044922,0.3612041473388672,0.3521442413330078 +37500,37500,cpu,homo,False,True,False,0.4296302795410156,0.4355907440185547,0.47016143798828125,0.45561790466308594,0.45180320739746094,0.4696846008300781,0.42247772216796875,0.4162788391113281,0.44155120849609375,0.7872581481933594,0.38051605224609375,0.3650188446044922,0.3724098205566406,0.36072731018066406,0.3643035888671875,0.3514289855957031,0.4069805145263672,0.5865097045898438,0.4913806915283203,0.46706199645996094 +37500,37500,cpu,homo,True,False,False,2.121448516845703,1.9390583038330078,1.9981861114501953,1.8801689147949219,2.0236968994140625,1.9350051879882812,2.0720958709716797,2.214670181274414,2.0134449005126953,1.8470287322998047,3.3502578735351562,3.640890121459961,3.2663345336914062,3.229856491088867,3.335237503051758,3.4415721893310547,4.080295562744141,3.6368370056152344,3.5555362701416016,3.403186798095703 +37500,37500,cpu,homo,False,False,False,2.294778823852539,2.1829605102539062,2.232789993286133,2.1300315856933594,2.2127628326416016,2.2890567779541016,2.2125244140625,2.0711421966552734,2.200603485107422,2.0177364349365234,3.6292076110839844,3.450632095336914,3.6449432373046875,3.3555030822753906,3.5119056701660156,3.3655166625976562,3.325939178466797,3.6444664001464844,3.3800601959228516,3.4160614013671875 +37500,37500,cpu,uniform,True,True,False,0.5927085876464844,0.6518363952636719,0.6101131439208984,0.5834102630615234,0.5793571472167969,0.6124973297119141,0.6351470947265625,1.0333061218261719,0.8969306945800781,0.7839202880859375,0.43582916259765625,0.47707557678222656,0.45943260192871094,0.44155120849609375,0.5002021789550781,0.4940032958984375,0.6015300750732422,0.47898292541503906,0.6427764892578125,0.6020069122314453 +37500,37500,cpu,uniform,False,True,False,0.8594989776611328,0.8623600006103516,0.8599758148193359,0.8497238159179688,0.7853507995605469,0.7605552673339844,0.7605552673339844,0.8373260498046875,0.8246898651123047,0.8726119995117188,0.5738735198974609,0.5660057067871094,0.5934238433837891,0.5841255187988281,0.5662441253662109,0.5939006805419922,0.6160736083984375,0.6325244903564453,0.5731582641601562,0.5962848663330078 +37500,37500,cpu,uniform,True,False,False,1.7323493957519531,1.7299652099609375,2.313375473022461,2.0208358764648438,1.9888877868652344,2.0067691802978516,2.007007598876953,1.943826675415039,1.8150806427001953,1.748800277709961,3.5681724548339844,3.4253597259521484,3.388643264770508,3.6683082580566406,3.5729408264160156,3.362417221069336,3.4732818603515625,3.4568309783935547,3.893136978149414,3.432750701904297 +37500,37500,cpu,uniform,False,False,False,1.9903182983398438,1.7216205596923828,1.7011165618896484,1.697540283203125,1.7130374908447266,1.6307830810546875,1.6603469848632812,1.7230510711669922,1.6884803771972656,1.6810894012451172,3.6940574645996094,3.464937210083008,3.5963058471679688,3.3516883850097656,3.4265518188476562,3.437042236328125,3.6177635192871094,3.3376216888427734,3.406524658203125,3.635883331298828 +37500,37500,cpu,normal,True,True,False,0.8060932159423828,0.7884502410888672,0.7960796356201172,1.0862350463867188,1.1584758758544922,1.0464191436767578,1.0120868682861328,1.0228157043457031,1.0035037994384766,1.0094642639160156,1.0673999786376953,0.7646083831787109,0.69427490234375,0.7262229919433594,0.7388591766357422,0.7174015045166016,0.6875991821289062,0.7040500640869141,0.6935596466064453,0.7154941558837891 +37500,37500,cpu,normal,False,True,False,0.8668899536132812,0.835418701171875,0.8168220520019531,0.8118152618408203,0.9131431579589844,0.8437633514404297,0.8687973022460938,0.8764266967773438,0.8771419525146484,0.8347034454345703,0.7929801940917969,0.8020401000976562,0.7994174957275391,0.8156299591064453,0.8006095886230469,0.7748603820800781,0.8406639099121094,0.8790493011474609,0.8399486541748047,1.1124610900878906 +37500,37500,cpu,normal,True,False,False,1.9533634185791016,1.7478466033935547,1.7385482788085938,1.6908645629882812,1.7590522766113281,1.7058849334716797,1.7344951629638672,1.6982555389404297,1.7628669738769531,1.6641616821289062,3.556966781616211,3.744363784790039,3.592252731323242,3.5190582275390625,3.695964813232422,3.406524658203125,4.002809524536133,3.3843517303466797,3.7086009979248047,3.3845901489257812 +37500,37500,cpu,normal,False,False,False,1.7864704132080078,1.6796588897705078,1.8055438995361328,1.6317367553710938,1.748800277709961,1.6140937805175781,1.6775131225585938,1.7247200012207031,1.9922256469726562,1.6541481018066406,3.517627716064453,3.3490657806396484,3.60870361328125,3.9145946502685547,3.829479217529297,3.599405288696289,3.753662109375,3.7488937377929688,3.826618194580078,3.4177303314208984 +37500,50000,cpu,homo,True,True,False,0.8792877197265625,0.8158683776855469,0.8053779602050781,0.8130073547363281,0.8673667907714844,0.8234977722167969,0.7970333099365234,0.7956027984619141,0.7939338684082031,0.8282661437988281,0.3902912139892578,0.47588348388671875,0.4284381866455078,0.37980079650878906,0.4088878631591797,0.4305839538574219,0.5095005035400391,0.3924369812011719,0.4162788391113281,0.3895759582519531 +37500,50000,cpu,homo,False,True,False,0.6701946258544922,0.6561279296875,0.6685256958007812,0.8189678192138672,0.6723403930664062,0.6573200225830078,0.6189346313476562,0.6167888641357422,0.6189346313476562,0.6320476531982422,0.4379749298095703,0.4444122314453125,0.46515464782714844,0.44608116149902344,0.4341602325439453,0.44083595275878906,0.423431396484375,0.43082237243652344,0.4391670227050781,0.4086494445800781 +37500,50000,cpu,homo,True,False,False,2.5866031646728516,2.534627914428711,2.4476051330566406,2.6404857635498047,2.387523651123047,2.6314258575439453,2.6807785034179688,2.9637813568115234,2.605438232421875,2.864837646484375,3.849506378173828,3.860950469970703,4.595279693603516,4.034996032714844,4.024982452392578,3.9038658142089844,3.9381980895996094,4.36091423034668,3.9093494415283203,3.9627552032470703 +37500,50000,cpu,homo,False,False,False,3.005504608154297,2.398967742919922,2.650737762451172,2.2754669189453125,2.6328563690185547,2.3097991943359375,2.565145492553711,2.4869441986083984,2.5796890258789062,2.371072769165039,4.294395446777344,4.111766815185547,4.508018493652344,4.118919372558594,4.214286804199219,4.100322723388672,4.347562789916992,4.061222076416016,4.138469696044922,4.032135009765625 +37500,50000,cpu,uniform,True,True,False,0.8172988891601562,0.8418560028076172,0.8156299591064453,0.7874965667724609,0.7987022399902344,0.8368492126464844,1.0631084442138672,0.8347034454345703,0.81634521484375,0.7786750793457031,0.6701946258544922,0.6284713745117188,0.6687641143798828,0.6856918334960938,0.9865760803222656,0.6692409515380859,0.6451606750488281,0.637054443359375,0.6475448608398438,0.6468296051025391 +37500,50000,cpu,uniform,False,True,False,0.6103515625,0.6282329559326172,0.6430149078369141,0.6215572357177734,0.6525516510009766,0.6432533264160156,0.6260871887207031,0.6132125854492188,0.7126331329345703,0.6234645843505859,0.5288124084472656,0.5249977111816406,0.5338191986083984,0.5311965942382812,0.5357265472412109,0.5598068237304688,0.5345344543457031,0.9095668792724609,0.5600452423095703,0.5776882171630859 +37500,50000,cpu,uniform,True,False,False,2.2902488708496094,2.0945072174072266,2.039670944213867,2.096414566040039,2.0852088928222656,2.1636486053466797,2.100229263305664,2.135038375854492,2.231597900390625,2.1517276763916016,4.487514495849609,4.059791564941406,4.58216667175293,4.0283203125,4.489660263061523,3.8568973541259766,4.536628723144531,3.8073062896728516,4.147768020629883,3.8385391235351562 +37500,50000,cpu,uniform,False,False,False,2.6602745056152344,2.1200180053710938,2.2704601287841797,2.167940139770508,2.409696578979492,2.1555423736572266,2.321004867553711,2.353191375732422,2.686738967895508,2.2792816162109375,4.783391952514648,4.578590393066406,4.586696624755859,4.176139831542969,4.790306091308594,4.3239593505859375,4.418611526489258,4.291772842407227,4.717350006103516,4.148721694946289 +37500,50000,cpu,normal,True,True,False,1.5480518341064453,1.203298568725586,1.1355876922607422,1.5015602111816406,1.424551010131836,1.4445781707763672,1.4684200286865234,1.382589340209961,1.355886459350586,1.3594627380371094,0.8301734924316406,0.8404254913330078,0.8056163787841797,0.8084774017333984,0.843048095703125,0.8313655853271484,0.8168220520019531,0.804901123046875,0.8075237274169922,0.8141994476318359 +37500,50000,cpu,normal,False,True,False,0.7793903350830078,0.8137226104736328,0.7829666137695312,0.7836818695068359,0.8175373077392578,0.7441043853759766,0.8041858673095703,0.7374286651611328,1.0945796966552734,1.0678768157958984,0.8687973022460938,0.8757114410400391,0.8630752563476562,1.1417865753173828,1.1386871337890625,1.0542869567871094,0.9949207305908203,0.9891986846923828,0.9860992431640625,0.9930133819580078 +37500,50000,cpu,normal,True,False,False,2.1448135375976562,2.3279190063476562,2.0682811737060547,2.233266830444336,2.5870800018310547,2.5718212127685547,2.31170654296875,2.5272369384765625,2.349376678466797,2.4666786193847656,4.347562789916992,3.816366195678711,4.52113151550293,3.8499832153320312,4.302024841308594,3.827333450317383,4.633665084838867,3.847837448120117,4.317760467529297,3.8836002349853516 +37500,50000,cpu,normal,False,False,False,2.3932456970214844,2.0613670349121094,2.9621124267578125,2.451181411743164,2.611875534057617,2.4149417877197266,2.633333206176758,2.373933792114258,2.650022506713867,2.587556838989258,4.515171051025391,4.100799560546875,4.808187484741211,4.201650619506836,4.398107528686523,4.195213317871094,4.487037658691406,4.407405853271484,4.610776901245117,4.467248916625977 +50000,1000,cpu,homo,True,True,False,0.3991127014160156,0.4010200500488281,0.40435791015625,0.4162788391113281,0.38933753967285156,0.3814697265625,0.3991127014160156,0.41484832763671875,0.3943443298339844,0.39267539978027344,0.5590915679931641,0.5609989166259766,0.5517005920410156,0.5657672882080078,0.5650520324707031,0.5645751953125,0.5757808685302734,0.6215572357177734,0.5476474761962891,0.47969818115234375 +50000,1000,cpu,homo,False,True,False,0.5812644958496094,0.5791187286376953,0.5853176116943359,0.591278076171875,0.5536079406738281,0.6072521209716797,0.6053447723388672,0.5846023559570312,0.5891323089599609,0.5807876586914062,0.217437744140625,0.23698806762695312,0.2117156982421875,0.4410743713378906,0.3161430358886719,0.2853870391845703,0.24819374084472656,0.255584716796875,0.2467632293701172,0.27179718017578125 +50000,1000,cpu,homo,True,False,False,0.39696693420410156,0.40793418884277344,0.40793418884277344,0.39505958557128906,0.3910064697265625,0.38743019104003906,0.3800392150878906,0.3643035888671875,0.4127025604248047,0.38933753967285156,0.7636547088623047,0.7550716400146484,0.78582763671875,0.759124755859375,0.7436275482177734,0.7309913635253906,0.7181167602539062,0.7777214050292969,0.7529258728027344,0.7572174072265625 +50000,1000,cpu,homo,False,False,False,0.6449222564697266,0.5214214324951172,0.4954338073730469,0.4982948303222656,0.47326087951660156,0.4782676696777344,0.6496906280517578,0.5838871002197266,0.7441043853759766,0.5290508270263672,0.812530517578125,0.9953975677490234,0.8015632629394531,0.7750988006591797,0.7650852203369141,0.7627010345458984,0.7538795471191406,0.7793903350830078,0.7793903350830078,0.7567405700683594 +50000,1000,cpu,uniform,True,True,False,0.5857944488525391,0.2913475036621094,0.25177001953125,0.2675056457519531,0.2605915069580078,0.24747848510742188,0.22339820861816406,0.23102760314941406,0.209808349609375,0.25582313537597656,0.5216598510742188,0.507354736328125,0.5273818969726562,0.5388259887695312,0.5440711975097656,0.5223751068115234,0.5245208740234375,0.4601478576660156,0.5040168762207031,0.5278587341308594 +50000,1000,cpu,uniform,False,True,False,0.5280971527099609,0.55694580078125,0.507354736328125,0.5340576171875,0.5130767822265625,0.5598068237304688,0.54168701171875,0.5514621734619141,0.5238056182861328,0.5092620849609375,0.26726722717285156,0.2772808074951172,0.29730796813964844,0.2765655517578125,0.2644062042236328,0.4119873046875,0.31065940856933594,0.2701282501220703,0.28634071350097656,0.2989768981933594 +50000,1000,cpu,uniform,True,False,False,0.6546974182128906,0.7491111755371094,0.6346702575683594,0.6253719329833984,0.6077289581298828,0.6220340728759766,0.6115436553955078,0.6544589996337891,0.6258487701416016,0.6201267242431641,0.7750988006591797,0.6916522979736328,0.7977485656738281,0.7386207580566406,0.6945133209228516,0.9753704071044922,0.7433891296386719,0.7190704345703125,0.6818771362304688,0.6818771362304688 +50000,1000,cpu,uniform,False,False,False,0.35691261291503906,0.3447532653808594,0.3407001495361328,0.3509521484375,0.2925395965576172,0.3407001495361328,0.3018379211425781,0.2961158752441406,0.31256675720214844,0.27441978454589844,0.7860660552978516,1.1126995086669922,0.9272098541259766,1.1718273162841797,0.8819103240966797,0.8878707885742188,0.8549690246582031,0.835418701171875,0.8254051208496094,0.8578300476074219 +50000,1000,cpu,normal,True,True,False,0.48995018005371094,0.4839897155761719,0.45299530029296875,0.4582405090332031,0.4367828369140625,0.4620552062988281,0.43654441833496094,0.46563148498535156,0.4456043243408203,0.48613548278808594,0.8492469787597656,0.8504390716552734,1.0716915130615234,0.9067058563232422,0.8525848388671875,0.8382797241210938,0.8244514465332031,0.8189678192138672,0.8084774017333984,0.789642333984375 +50000,1000,cpu,normal,False,True,False,0.8540153503417969,0.8096694946289062,0.8411407470703125,0.8752346038818359,0.8499622344970703,0.8137226104736328,0.8707046508789062,1.0797977447509766,0.83160400390625,0.7765293121337891,0.33020973205566406,0.3151893615722656,0.2899169921875,0.270843505859375,0.28896331787109375,0.29468536376953125,0.2994537353515625,0.31375885009765625,0.29397010803222656,0.2799034118652344 +50000,1000,cpu,normal,True,False,False,0.3848075866699219,0.3993511199951172,0.4169940948486328,0.4105567932128906,0.4115104675292969,0.40030479431152344,0.41365623474121094,0.3807544708251953,0.41031837463378906,0.4277229309082031,0.7636547088623047,0.7891654968261719,0.7638931274414062,0.7257461547851562,0.7243156433105469,0.7240772247314453,0.7309913635253906,0.713348388671875,0.7429122924804688,0.7317066192626953 +50000,1000,cpu,normal,False,False,False,0.37288665771484375,0.35500526428222656,0.30922889709472656,0.33092498779296875,0.3464221954345703,0.3859996795654297,0.3571510314941406,0.34427642822265625,0.3159046173095703,0.3275871276855469,0.9145736694335938,0.8625984191894531,0.8668899536132812,0.8833408355712891,0.9195804595947266,0.8611679077148438,0.9412765502929688,0.9095668792724609,0.9887218475341797,0.9896755218505859 +50000,2500,cpu,homo,True,True,False,0.5674362182617188,0.5104541778564453,0.4596710205078125,0.39839744567871094,0.4200935363769531,0.46753883361816406,0.4341602325439453,0.41365623474121094,0.4115104675292969,0.4010200500488281,0.4940032958984375,0.4858970642089844,0.46324729919433594,0.45800209045410156,0.48089027404785156,0.4811286926269531,0.5006790161132812,0.4916191101074219,0.48542022705078125,0.4646778106689453 +50000,2500,cpu,homo,False,True,False,0.4944801330566406,0.4744529724121094,0.4973411560058594,0.4620552062988281,0.46372413635253906,0.4849433898925781,0.4553794860839844,0.4832744598388672,0.4825592041015625,0.4782676696777344,0.18525123596191406,0.1728534698486328,0.19693374633789062,0.1888275146484375,0.17905235290527344,0.1811981201171875,0.18596649169921875,0.18525123596191406,0.18906593322753906,0.2129077911376953 +50000,2500,cpu,homo,True,False,False,0.6897449493408203,1.0633468627929688,0.6754398345947266,0.8208751678466797,0.6310939788818359,0.8120536804199219,0.6325244903564453,0.8115768432617188,0.6327629089355469,0.8068084716796875,1.058340072631836,1.1515617370605469,1.0776519775390625,1.5649795532226562,1.2493133544921875,1.2497901916503906,1.215219497680664,1.2276172637939453,1.1622905731201172,1.2257099151611328 +50000,2500,cpu,homo,False,False,False,0.4169940948486328,0.43582916259765625,0.3886222839355469,0.41604042053222656,0.4010200500488281,0.3981590270996094,0.42438507080078125,0.4184246063232422,0.4115104675292969,0.3991127014160156,0.9524822235107422,0.8945465087890625,0.8409023284912109,0.8056163787841797,0.8072853088378906,0.7793903350830078,0.8807182312011719,0.7979869842529297,0.8151531219482422,0.8335113525390625 +50000,2500,cpu,uniform,True,True,False,0.27251243591308594,0.23937225341796875,0.22983551025390625,0.23126602172851562,0.23889541625976562,0.2048015594482422,0.21505355834960938,0.2410411834716797,0.2560615539550781,0.2429485321044922,0.5514621734619141,0.5400180816650391,0.530242919921875,0.5414485931396484,0.5326271057128906,0.55694580078125,0.5273818969726562,0.5247592926025391,0.5421638488769531,0.4906654357910156 +50000,2500,cpu,uniform,False,True,False,0.7250308990478516,0.7977485656738281,0.7386207580566406,0.7126331329345703,0.6315708160400391,0.6494522094726562,0.6775856018066406,0.6685256958007812,0.6957054138183594,0.6804466247558594,0.3275871276855469,0.30875205993652344,0.33664703369140625,0.29969215393066406,0.2982616424560547,0.32019615173339844,0.3020763397216797,0.2961158752441406,0.33092498779296875,0.29277801513671875 +50000,2500,cpu,uniform,True,False,False,0.49185752868652344,0.5078315734863281,0.5199909210205078,0.49877166748046875,0.461578369140625,0.46825408935546875,0.7624626159667969,0.7331371307373047,0.7488727569580078,0.6947517395019531,1.2292861938476562,1.2810230255126953,1.2836456298828125,1.2173652648925781,1.12152099609375,1.210927963256836,1.1169910430908203,1.1565685272216797,1.2271404266357422,1.468658447265625 +50000,2500,cpu,uniform,False,False,False,0.5865097045898438,0.7419586181640625,0.5543231964111328,0.518798828125,0.5033016204833984,0.46706199645996094,0.5192756652832031,0.45108795166015625,0.48041343688964844,0.4756450653076172,0.74005126953125,0.7264614105224609,0.7491111755371094,0.7543563842773438,1.0440349578857422,0.8893013000488281,1.1811256408691406,0.8485317230224609,0.8418560028076172,0.8251667022705078 +50000,2500,cpu,normal,True,True,False,0.7307529449462891,0.5803108215332031,0.49996376037597656,0.4792213439941406,0.4611015319824219,0.4839897155761719,0.44989585876464844,0.46062469482421875,0.4782676696777344,0.5056858062744141,0.8060932159423828,0.8244514465332031,0.8358955383300781,0.8265972137451172,0.8335113525390625,0.8447170257568359,0.7417201995849609,0.7643699645996094,0.7965564727783203,0.7967948913574219 +50000,2500,cpu,normal,False,True,False,1.377105712890625,1.340627670288086,1.4290809631347656,1.3225078582763672,1.5408992767333984,1.3048648834228516,1.2917518615722656,1.2385845184326172,1.283884048461914,1.341104507446289,0.2639293670654297,0.2472400665283203,0.24008750915527344,0.2410411834716797,0.27108192443847656,0.2644062042236328,0.2410411834716797,0.2205371856689453,0.1888275146484375,0.2224445343017578 +50000,2500,cpu,normal,True,False,False,0.5636215209960938,0.6377696990966797,0.4703998565673828,0.6043910980224609,0.46515464782714844,0.6413459777832031,0.4322528839111328,0.6122589111328125,0.48160552978515625,1.2350082397460938,1.3580322265625,1.3356208801269531,1.3546943664550781,1.3134479522705078,1.3318061828613281,1.421213150024414,1.3248920440673828,1.2590885162353516,1.2519359588623047,1.2786388397216797 +50000,2500,cpu,normal,False,False,False,0.5183219909667969,0.5016326904296875,0.4916191101074219,0.46181678771972656,0.44417381286621094,0.43082237243652344,0.47397613525390625,0.4291534423828125,0.4773139953613281,0.46253204345703125,0.9136199951171875,0.9181499481201172,0.9264945983886719,0.8838176727294922,0.8809566497802734,1.0762214660644531,0.8695125579833984,0.8580684661865234,0.8606910705566406,0.8647441864013672 +50000,5000,cpu,homo,True,True,False,0.22172927856445312,0.3325939178466797,0.2505779266357422,0.2675056457519531,0.25773048400878906,0.2391338348388672,0.24652481079101562,0.2377033233642578,0.23818016052246094,0.25010108947753906,0.514984130859375,0.5123615264892578,0.4673004150390625,0.48041343688964844,0.45561790466308594,0.47469139099121094,0.47135353088378906,0.44798851013183594,0.4639625549316406,0.4482269287109375 +50000,5000,cpu,homo,False,True,False,0.49996376037597656,0.4849433898925781,0.4832744598388672,0.4832744598388672,0.48613548278808594,0.46539306640625,0.5049705505371094,0.4906654357910156,0.5061626434326172,0.48422813415527344,0.18167495727539062,0.17714500427246094,0.1785755157470703,0.18644332885742188,0.15163421630859375,0.16999244689941406,0.18334388732910156,0.16546249389648438,0.17690658569335938,0.179290771484375 +50000,5000,cpu,homo,True,False,False,0.6611347198486328,0.9615421295166016,1.1143684387207031,0.8475780487060547,0.8876323699951172,0.8549690246582031,0.8661746978759766,0.8537769317626953,0.8742809295654297,0.8492469787597656,1.3895034790039062,1.2769699096679688,1.3644695281982422,1.3570785522460938,1.4202594757080078,1.4367103576660156,1.3649463653564453,1.2917518615722656,1.4214515686035156,1.4057159423828125 +50000,5000,cpu,homo,False,False,False,0.7069110870361328,0.7429122924804688,0.6918907165527344,0.7119178771972656,0.7121562957763672,0.6992816925048828,0.6835460662841797,0.7283687591552734,0.7045269012451172,0.9808540344238281,0.83160400390625,0.8199214935302734,0.7927417755126953,0.8366107940673828,0.7839202880859375,1.0447502136230469,0.7913112640380859,0.8742809295654297,0.7946491241455078,0.7908344268798828 +50000,5000,cpu,uniform,True,True,False,0.5295276641845703,0.5447864532470703,0.2856254577636719,0.2808570861816406,0.278472900390625,0.27871131896972656,0.2837181091308594,0.2770423889160156,0.24008750915527344,0.255584716796875,0.5185604095458984,0.5075931549072266,0.5214214324951172,0.5319118499755859,0.48470497131347656,0.48995018005371094,0.5145072937011719,0.5371570587158203,0.5037784576416016,0.4932880401611328 +50000,5000,cpu,uniform,False,True,False,0.9448528289794922,0.7710456848144531,0.6978511810302734,0.7102489471435547,0.6947517395019531,0.6833076477050781,0.6685256958007812,0.7016658782958984,0.6725788116455078,0.6778240203857422,0.29277801513671875,0.28586387634277344,0.2789497375488281,0.2720355987548828,0.2765655517578125,0.23508071899414062,0.2777576446533203,0.25844573974609375,0.27060508728027344,0.2593994140625 +50000,5000,cpu,uniform,True,False,False,0.8089542388916016,0.7634162902832031,0.7929801940917969,0.8246898651123047,0.8068084716796875,0.7469654083251953,0.7793903350830078,1.1489391326904297,1.0628700256347656,1.0058879852294922,1.3377666473388672,1.556396484375,1.4140605926513672,1.409292221069336,1.4412403106689453,1.8074512481689453,1.6162395477294922,1.53350830078125,1.4829635620117188,1.5714168548583984 +50000,5000,cpu,uniform,False,False,False,0.5993843078613281,0.6010532379150391,0.6365776062011719,0.6024837493896484,0.598907470703125,0.6122589111328125,0.8757114410400391,1.0094642639160156,0.9694099426269531,0.8733272552490234,0.8265972137451172,0.8418560028076172,0.8094310760498047,0.7953643798828125,0.8153915405273438,0.7755756378173828,0.8106231689453125,0.7991790771484375,0.8504390716552734,0.8347034454345703 +50000,5000,cpu,normal,True,True,False,0.28824806213378906,0.2999305725097656,0.2834796905517578,0.2808570861816406,0.2574920654296875,0.2639293670654297,0.2570152282714844,0.2956390380859375,0.28324127197265625,0.25844573974609375,0.8914470672607422,0.8463859558105469,0.8037090301513672,0.8509159088134766,0.8170604705810547,0.8208751678466797,0.8225440979003906,0.8261203765869141,0.8182525634765625,0.7817745208740234 +50000,5000,cpu,normal,False,True,False,1.1823177337646484,1.06048583984375,1.0688304901123047,1.071929931640625,1.0709762573242188,1.0538101196289062,1.0662078857421875,1.0685920715332031,1.0445117950439453,1.0368824005126953,0.2923011779785156,0.2837181091308594,0.2856254577636719,0.30517578125,0.29158592224121094,0.2715587615966797,0.2796649932861328,0.2810955047607422,0.27561187744140625,0.2620220184326172 +50000,5000,cpu,normal,True,False,False,0.732421875,0.7233619689941406,0.6651878356933594,0.6666183471679688,0.6639957427978516,0.6840229034423828,0.6725788116455078,0.659942626953125,0.6613731384277344,0.659942626953125,1.489877700805664,1.6243457794189453,1.5888214111328125,1.5723705291748047,1.5568733215332031,1.6620159149169922,1.5404224395751953,1.589059829711914,1.5835762023925781,1.9345283508300781 +50000,5000,cpu,normal,False,False,False,0.6306171417236328,0.644683837890625,0.5974769592285156,0.6422996520996094,0.6060600280761719,0.6058216094970703,0.6299018859863281,0.6253719329833984,0.6356239318847656,0.6234645843505859,0.8957386016845703,0.8800029754638672,0.8962154388427734,0.8285045623779297,0.8492469787597656,0.8902549743652344,0.8759498596191406,0.8673667907714844,1.0383129119873047,0.9980201721191406 +50000,10000,cpu,homo,True,True,False,0.21314620971679688,0.20432472229003906,0.2295970916748047,0.22268295288085938,0.22482872009277344,0.23889541625976562,0.2307891845703125,0.24461746215820312,0.24437904357910156,0.21076202392578125,0.4875659942626953,0.51116943359375,0.49877166748046875,0.47898292541503906,0.4990100860595703,0.5083084106445312,0.4761219024658203,0.5054473876953125,0.4696846008300781,0.4889965057373047 +50000,10000,cpu,homo,False,True,False,0.789642333984375,0.8099079132080078,0.9465217590332031,0.7739067077636719,0.7154941558837891,0.7328987121582031,0.7002353668212891,0.7331371307373047,0.6909370422363281,0.7176399230957031,0.2357959747314453,0.1983642578125,0.20647048950195312,0.21958351135253906,0.20837783813476562,0.22363662719726562,0.225067138671875,0.20885467529296875,0.20623207092285156,0.19025802612304688 +50000,10000,cpu,homo,True,False,False,1.1014938354492188,0.8692741394042969,1.0862350463867188,0.8652210235595703,1.0921955108642578,0.8692741394042969,1.0635852813720703,0.896453857421875,1.1458396911621094,0.9152889251708984,2.0079612731933594,2.1266937255859375,1.9228458404541016,2.3767948150634766,2.1893978118896484,2.137899398803711,2.00653076171875,2.192974090576172,2.000093460083008,2.171754837036133 +50000,10000,cpu,homo,False,False,False,1.2459754943847656,1.1887550354003906,1.0974407196044922,1.3158321380615234,1.2433528900146484,1.631021499633789,1.2218952178955078,1.2104511260986328,1.0883808135986328,1.2199878692626953,1.207590103149414,1.1625289916992188,1.0459423065185547,1.2230873107910156,1.4061927795410156,1.1875629425048828,1.1644363403320312,1.1782646179199219,1.1234283447265625,1.161336898803711 +50000,10000,cpu,uniform,True,True,False,0.5249977111816406,0.5025863647460938,0.4973411560058594,0.49948692321777344,0.4837512969970703,0.5397796630859375,0.4985332489013672,0.49233436584472656,0.45752525329589844,0.4966259002685547,0.5297660827636719,0.5862712860107422,0.5497932434082031,0.5245208740234375,0.5331039428710938,0.6539821624755859,0.5643367767333984,0.5283355712890625,0.5140304565429688,0.5123615264892578 +50000,10000,cpu,uniform,False,True,False,0.72479248046875,0.6759166717529297,0.7262229919433594,0.7126331329345703,0.7097721099853516,0.6630420684814453,0.6699562072753906,0.6666183471679688,0.6632804870605469,0.7257461547851562,0.2377033233642578,0.26702880859375,0.2548694610595703,0.27871131896972656,0.2772808074951172,0.2865791320800781,0.2834796905517578,0.25200843811035156,0.26679039001464844,0.30922889709472656 +50000,10000,cpu,uniform,True,False,False,0.9434223175048828,0.8955001831054688,0.8881092071533203,0.9224414825439453,0.9102821350097656,0.881195068359375,0.8673667907714844,0.8771419525146484,0.9195804595947266,0.9047985076904297,2.410888671875,1.920461654663086,2.1615028381347656,1.9783973693847656,2.2535324096679688,2.067089080810547,2.2928714752197266,2.019166946411133,2.450704574584961,2.1834373474121094 +50000,10000,cpu,uniform,False,False,False,0.8893013000488281,0.8895397186279297,0.8969306945800781,0.8878707885742188,1.270294189453125,1.3136863708496094,1.135110855102539,1.1417865753173828,1.1577606201171875,1.1775493621826172,1.3797283172607422,1.2516975402832031,1.2803077697753906,1.1899471282958984,1.1403560638427734,1.1827945709228516,1.280069351196289,1.1718273162841797,1.1856555938720703,1.2485980987548828 +50000,10000,cpu,normal,True,True,False,0.29158592224121094,0.2651214599609375,0.29015541076660156,0.2751350402832031,0.26035308837890625,0.2696514129638672,0.2789497375488281,0.26869773864746094,0.3108978271484375,0.3197193145751953,0.7338523864746094,0.7269382476806641,0.7376670837402344,0.7431507110595703,0.7069110870361328,0.720977783203125,0.7386207580566406,0.7359981536865234,0.7493495941162109,0.7188320159912109 +50000,10000,cpu,normal,False,True,False,1.3446807861328125,1.1000633239746094,1.0840892791748047,1.0762214660644531,1.1103153228759766,1.054525375366211,1.100778579711914,1.0793209075927734,1.0809898376464844,1.0628700256347656,0.5254745483398438,0.4825592041015625,0.5099773406982422,0.5741119384765625,0.5049705505371094,0.5691051483154297,0.5054473876953125,0.49376487731933594,0.45943260192871094,0.4627704620361328 +50000,10000,cpu,normal,True,False,False,0.9224414825439453,0.7281303405761719,0.9012222290039062,0.7092952728271484,0.9253025054931641,0.6718635559082031,0.8831024169921875,0.67138671875,0.9832382202148438,0.6668567657470703,2.3016929626464844,2.214193344116211,2.251148223876953,2.3250579833984375,2.218484878540039,2.284526824951172,2.6216506958007812,2.3293495178222656,2.31170654296875,2.243518829345703 +50000,10000,cpu,normal,False,False,False,0.8623600006103516,0.8730888366699219,0.8866786956787109,0.8540153503417969,0.8561611175537109,0.8342266082763672,0.8604526519775391,0.8575916290283203,0.8559226989746094,0.8733272552490234,1.4395713806152344,1.538991928100586,1.3217926025390625,1.4274120330810547,1.3225078582763672,1.458883285522461,1.4159679412841797,1.3587474822998047,1.3382434844970703,1.3663768768310547 +50000,25000,cpu,homo,True,True,False,0.5843639373779297,0.5373954772949219,0.5035400390625,0.5156993865966797,0.522613525390625,0.7147789001464844,0.5624294281005859,0.5474090576171875,0.5350112915039062,0.5879402160644531,0.4410743713378906,0.4432201385498047,0.4482269287109375,0.4286766052246094,0.4456043243408203,0.4324913024902344,0.4341602325439453,0.43654441833496094,0.4303455352783203,0.41031837463378906 +50000,25000,cpu,homo,False,True,False,0.5366802215576172,0.5257129669189453,0.8444786071777344,0.79345703125,0.9300708770751953,0.7359981536865234,0.7271766662597656,0.7638931274414062,0.7042884826660156,0.7364749908447266,0.3457069396972656,0.5729198455810547,0.4622936248779297,0.49996376037597656,0.44155120849609375,0.4303455352783203,0.4258155822753906,0.4038810729980469,0.39887428283691406,0.4010200500488281 +50000,25000,cpu,homo,True,False,False,1.7240047454833984,1.7180442810058594,1.7194747924804688,1.855611801147461,1.7726421356201172,1.6269683837890625,1.6450881958007812,1.5118122100830078,1.6531944274902344,1.5709400177001953,3.365755081176758,3.3376216888427734,3.139972686767578,3.389120101928711,3.1936168670654297,3.709077835083008,3.0918121337890625,3.3652782440185547,3.0906200408935547,3.2699108123779297 +50000,25000,cpu,homo,False,False,False,2.033233642578125,2.249002456665039,2.3419857025146484,2.2974014282226562,2.0360946655273438,2.273082733154297,2.055644989013672,2.2153854370117188,2.017498016357422,2.1851062774658203,2.8600692749023438,2.9985904693603516,2.8786659240722656,2.742290496826172,2.7463436126708984,2.7840137481689453,2.822399139404297,2.9048919677734375,2.741098403930664,2.6950836181640625 +50000,25000,cpu,uniform,True,True,False,0.6186962127685547,0.5986690521240234,0.579833984375,0.5915164947509766,0.6124973297119141,0.5168914794921875,0.46634674072265625,0.46372413635253906,0.4570484161376953,0.4665851593017578,0.7407665252685547,0.6725788116455078,0.5862712860107422,0.5786418914794922,0.5676746368408203,0.6532669067382812,0.6074905395507812,0.6580352783203125,0.6051063537597656,0.6160736083984375 +50000,25000,cpu,uniform,False,True,False,0.7476806640625,0.7143020629882812,0.7274150848388672,0.7152557373046875,0.6878376007080078,0.7038116455078125,0.7200241088867188,0.6909370422363281,0.6961822509765625,0.7140636444091797,0.39124488830566406,0.3993511199951172,0.38313865661621094,0.377655029296875,0.3933906555175781,0.3705024719238281,0.4177093505859375,0.4229545593261719,0.4165172576904297,0.43010711669921875 +50000,25000,cpu,uniform,True,False,False,1.5354156494140625,1.7235279083251953,1.5807151794433594,1.7313957214355469,1.5251636505126953,1.722097396850586,1.5208721160888672,1.7082691192626953,1.5535354614257812,2.110719680786133,3.2444000244140625,3.765583038330078,3.1490325927734375,3.3659934997558594,3.2820701599121094,3.445863723754883,3.3643245697021484,3.3469200134277344,3.026247024536133,3.242969512939453 +50000,25000,cpu,uniform,False,False,False,1.5711784362792969,1.5628337860107422,1.5163421630859375,1.6391277313232422,1.5988349914550781,1.8355846405029297,1.5480518341064453,1.5902519226074219,1.6651153564453125,1.6193389892578125,3.078460693359375,2.6655197143554688,2.8655529022216797,2.7472972869873047,2.84576416015625,2.925395965576172,2.947568893432617,2.8307437896728516,2.8488636016845703,2.886533737182617 +50000,25000,cpu,normal,True,True,False,0.49495697021484375,0.5316734313964844,0.5409717559814453,0.5042552947998047,0.8008480072021484,0.5009174346923828,0.5061626434326172,0.4801750183105469,0.48613548278808594,0.4868507385253906,0.8943080902099609,0.8549690246582031,0.8769035339355469,0.8876323699951172,1.01470947265625,1.1882781982421875,1.020669937133789,0.9453296661376953,0.8833408355712891,0.8771419525146484 +50000,25000,cpu,normal,False,True,False,1.1851787567138672,1.1844635009765625,1.1622905731201172,1.1477470397949219,1.1444091796875,1.150369644165039,1.1684894561767578,1.1601448059082031,1.140594482421875,1.1005401611328125,0.6554126739501953,0.6508827209472656,0.6568431854248047,0.6518363952636719,0.9303092956542969,0.6728172302246094,0.6384849548339844,0.6215572357177734,0.6349086761474609,0.6251335144042969 +50000,25000,cpu,normal,True,False,False,1.5895366668701172,1.789093017578125,1.9984245300292969,1.6214847564697266,1.6329288482666016,1.5223026275634766,1.5685558319091797,1.547098159790039,1.6279220581054688,1.522064208984375,3.4723281860351562,3.8073062896728516,3.5376548767089844,3.575563430786133,3.458738327026367,3.4923553466796875,3.787517547607422,3.497600555419922,3.576040267944336,3.4513473510742188 +50000,25000,cpu,normal,False,False,False,1.8062591552734375,1.6586780548095703,1.5823841094970703,1.6093254089355469,1.6369819641113281,1.6508102416992188,1.6689300537109375,1.6560554504394531,1.5444755554199219,1.6627311706542969,2.5835037231445312,3.048419952392578,2.733469009399414,2.6319026947021484,3.0694007873535156,2.8285980224609375,2.577066421508789,2.645254135131836,2.6144981384277344,2.6967525482177734 +50000,37500,cpu,homo,True,True,False,0.4322528839111328,0.44035911560058594,0.4291534423828125,0.4286766052246094,0.42247772216796875,0.4222393035888672,0.7340908050537109,0.6690025329589844,0.6430149078369141,0.6470680236816406,0.44274330139160156,0.4305839538574219,0.457763671875,0.45490264892578125,0.6723403930664062,0.8401870727539062,0.6422996520996094,0.6458759307861328,0.6031990051269531,0.5640983581542969 +50000,37500,cpu,homo,False,True,False,0.6468296051025391,0.6208419799804688,0.6489753723144531,0.6334781646728516,0.9446144104003906,1.081228256225586,0.8618831634521484,0.8285045623779297,0.8451938629150391,0.8106231689453125,0.5173683166503906,0.48232078552246094,0.4718303680419922,0.4761219024658203,0.45990943908691406,0.7300376892089844,0.5292892456054688,0.48613548278808594,0.46372413635253906,0.4687309265136719 +50000,37500,cpu,homo,True,False,False,2.645730972290039,2.316713333129883,2.7005672454833984,2.3827552795410156,2.7129650115966797,2.2878646850585938,3.0307769775390625,2.2728443145751953,2.6252269744873047,2.309083938598633,3.863096237182617,4.0836334228515625,4.003286361694336,4.195213317871094,4.145383834838867,3.8840770721435547,3.95965576171875,4.054546356201172,4.140377044677734,4.037618637084961 +50000,37500,cpu,homo,False,False,False,2.5110244750976562,2.6175975799560547,2.47955322265625,2.6357173919677734,2.8791427612304688,2.6781558990478516,2.459287643432617,2.6421546936035156,2.500295639038086,2.5599002838134766,4.171848297119141,4.307031631469727,4.50587272644043,4.019260406494141,4.172801971435547,4.228115081787109,4.087924957275391,3.978252410888672,3.9484500885009766,4.197359085083008 +50000,37500,cpu,uniform,True,True,False,0.8563995361328125,0.8218288421630859,0.8034706115722656,0.8146762847900391,0.8242130279541016,0.8168220520019531,0.9469985961914062,0.7808208465576172,0.67901611328125,0.7114410400390625,0.5280971527099609,0.5095005035400391,0.5254745483398438,0.5023479461669922,0.5271434783935547,0.4971027374267578,0.5660057067871094,0.5447864532470703,0.5559921264648438,0.5078315734863281 +50000,37500,cpu,uniform,False,True,False,1.3594627380371094,1.2044906616210938,1.0573863983154297,1.02996826171875,1.081705093383789,1.0106563568115234,1.1031627655029297,1.0821819305419922,1.0025501251220703,1.020669937133789,0.7779598236083984,0.7598400115966797,0.7653236389160156,0.7343292236328125,0.6933212280273438,0.7026195526123047,0.6999969482421875,0.736236572265625,0.6432533264160156,0.6830692291259766 +50000,37500,cpu,uniform,True,False,False,2.34222412109375,2.0051002502441406,2.832651138305664,2.3288726806640625,2.6781558990478516,2.405881881713867,2.5501251220703125,2.288341522216797,2.537250518798828,2.7322769165039062,4.915714263916016,4.088640213012695,4.422426223754883,4.425287246704102,4.943132400512695,4.309892654418945,4.797220230102539,4.4155120849609375,5.0220489501953125,4.330158233642578 +50000,37500,cpu,uniform,False,False,False,2.1066665649414062,2.209901809692383,2.087831497192383,2.1009445190429688,2.4254322052001953,2.1271705627441406,2.0155906677246094,2.0911693572998047,2.1140575408935547,2.1326541900634766,4.286766052246094,4.10771369934082,4.0130615234375,3.7937164306640625,4.066944122314453,4.040956497192383,4.052400588989258,3.8919448852539062,4.219532012939453,4.074811935424805 +50000,37500,cpu,normal,True,True,False,1.041412353515625,1.1477470397949219,1.1150836944580078,1.0330677032470703,1.4386177062988281,1.1518001556396484,1.0488033294677734,1.0895729064941406,1.1680126190185547,1.1105537414550781,1.0838508605957031,1.0998249053955078,1.2013912200927734,1.127481460571289,0.9968280792236328,1.0235309600830078,1.0030269622802734,1.0356903076171875,1.0213851928710938,1.0344982147216797 +50000,37500,cpu,normal,False,True,False,1.2247562408447266,1.2285709381103516,1.1496543884277344,1.1544227600097656,1.186370849609375,1.1425018310546875,1.1987686157226562,1.1763572692871094,1.1475086212158203,1.1713504791259766,1.123189926147461,0.965118408203125,0.9932518005371094,0.9806156158447266,0.9722709655761719,0.9374618530273438,0.9660720825195312,1.0046958923339844,0.9815692901611328,0.9472370147705078 +50000,37500,cpu,normal,True,False,False,2.440214157104492,2.0868778228759766,2.548694610595703,2.1126270294189453,2.409219741821289,2.477884292602539,2.609729766845703,2.3698806762695312,2.624988555908203,2.4404525756835938,4.509925842285156,4.196405410766602,4.87208366394043,4.415988922119141,4.546403884887695,4.164695739746094,4.868507385253906,4.296064376831055,4.552602767944336,4.207134246826172 +50000,37500,cpu,normal,False,False,False,2.127408981323242,2.2668838500976562,2.0761489868164062,2.2954940795898438,2.1028518676757812,2.2058486938476562,2.0325183868408203,2.4182796478271484,2.132892608642578,2.2840499877929688,4.328727722167969,3.7488937377929688,4.684925079345703,3.834247589111328,4.331350326538086,3.7229061126708984,4.702329635620117,3.808259963989258,4.315376281738281,3.784656524658203 +50000,50000,cpu,homo,True,True,False,1.4376640319824219,1.0631084442138672,1.1174678802490234,1.0402202606201172,1.0972023010253906,1.1036396026611328,1.054525375366211,1.0406970977783203,1.0368824005126953,1.074075698852539,0.5497932434082031,0.492095947265625,0.4737377166748047,0.4711151123046875,0.4761219024658203,0.4703998565673828,0.4839897155761719,0.48065185546875,0.5102157592773438,0.45299530029296875 +50000,50000,cpu,homo,False,True,False,1.2335777282714844,1.1017322540283203,1.0929107666015625,1.0519027709960938,1.0333061218261719,1.0859966278076172,1.0781288146972656,1.0540485382080078,1.0824203491210938,1.0449886322021484,0.4928112030029297,0.4818439483642578,0.4763603210449219,0.48661231994628906,0.49114227294921875,0.45943260192871094,0.47850608825683594,0.4744529724121094,0.4799365997314453,0.46753883361816406 +50000,50000,cpu,homo,True,False,False,3.044605255126953,2.8891563415527344,3.011465072631836,2.9866695404052734,3.4928321838378906,2.9087066650390625,2.9821395874023438,2.847433090209961,3.0133724212646484,3.1592845916748047,4.912137985229492,5.262136459350586,4.879474639892578,4.874944686889648,5.267858505249023,4.910945892333984,4.886865615844727,4.837274551391602,4.981517791748047,5.000829696655273 +50000,50000,cpu,homo,False,False,False,3.009796142578125,2.9556751251220703,2.9692649841308594,2.8841495513916016,2.941608428955078,2.9251575469970703,3.3440589904785156,2.7837753295898438,3.0083656311035156,2.8989315032958984,5.127668380737305,5.3043365478515625,5.006074905395508,4.861116409301758,4.9991607666015625,5.307435989379883,4.763126373291016,4.815340042114258,4.9915313720703125,4.895687103271484 +50000,50000,cpu,uniform,True,True,False,1.6160011291503906,1.3668537139892578,1.4429092407226562,1.3604164123535156,1.346588134765625,1.344919204711914,1.3916492462158203,1.2898445129394531,1.374959945678711,1.3730525970458984,0.6258487701416016,0.6594657897949219,0.6213188171386719,0.6265640258789062,0.6456375122070312,0.621795654296875,0.6201267242431641,0.6704330444335938,0.6763935089111328,0.8885860443115234 +50000,50000,cpu,uniform,False,True,False,1.5532970428466797,1.4460086822509766,1.3699531555175781,1.3854503631591797,1.3279914855957031,1.3229846954345703,1.3356208801269531,1.3117790222167969,1.3606548309326172,1.4014244079589844,0.6630420684814453,0.9410381317138672,0.6463527679443359,0.6482601165771484,0.6709098815917969,0.6511211395263672,0.6124973297119141,0.6022453308105469,0.6511211395263672,0.6358623504638672 +50000,50000,cpu,uniform,True,False,False,2.8269290924072266,2.7399063110351562,3.1244754791259766,3.048419952392578,3.008127212524414,2.9227733612060547,3.181934356689453,3.042459487915039,3.448963165283203,2.897500991821289,4.830598831176758,5.444049835205078,4.731178283691406,4.739046096801758,5.343198776245117,4.852056503295898,4.872560501098633,4.786014556884766,5.158424377441406,4.856109619140625 +50000,50000,cpu,uniform,False,False,False,2.901315689086914,2.7837753295898438,2.923727035522461,2.6862621307373047,2.768993377685547,2.7647018432617188,2.846956253051758,2.6564598083496094,2.8967857360839844,2.7883052825927734,5.052804946899414,4.762887954711914,4.812955856323242,4.687786102294922,5.070209503173828,4.673957824707031,4.82940673828125,4.955053329467773,4.694461822509766,4.692554473876953 +50000,50000,cpu,normal,True,True,False,1.4286041259765625,1.4646053314208984,1.4994144439697266,1.5516281127929688,1.6796588897705078,1.432657241821289,1.4729499816894531,1.5196800231933594,1.590728759765625,1.4719963073730469,1.1382102966308594,1.1444091796875,1.138448715209961,1.110076904296875,1.1248588562011719,1.0824203491210938,1.0695457458496094,1.1937618255615234,1.1410713195800781,1.104593276977539 +50000,50000,cpu,normal,False,True,False,1.4805793762207031,1.7681121826171875,1.5096664428710938,1.786947250366211,1.6243457794189453,1.4841556549072266,1.4510154724121094,1.4045238494873047,1.4798641204833984,1.524209976196289,1.0912418365478516,1.0356903076171875,1.0175704956054688,1.0788440704345703,1.0943412780761719,1.1432170867919922,1.1191368103027344,1.4302730560302734,1.108407974243164,1.0499954223632812 +50000,50000,cpu,normal,True,False,False,3.076314926147461,2.939462661743164,2.9897689819335938,3.220081329345703,2.9344558715820312,2.815723419189453,2.8040409088134766,2.6857852935791016,2.862215042114258,3.1342506408691406,5.888700485229492,5.400180816650391,5.530118942260742,5.863428115844727,5.306005477905273,5.273342132568359,5.850553512573242,5.392551422119141,5.45954704284668,5.741596221923828 +50000,50000,cpu,normal,False,False,False,3.1075477600097656,2.7425289154052734,2.748250961303711,2.936840057373047,3.4623146057128906,3.016948699951172,3.1883716583251953,2.994060516357422,3.129243850708008,3.435373306274414,5.332231521606445,5.271673202514648,5.354642868041992,5.280017852783203,5.356073379516602,5.265474319458008,5.82575798034668,5.097627639770508,5.312204360961914,5.749702453613281 diff --git a/benchmarks/analysis/basic/matvec/test_results/test.bat b/benchmarks/analysis/basic/matvec/test_results/test.bat new file mode 100644 index 0000000..6bb5fe5 --- /dev/null +++ b/benchmarks/analysis/basic/matvec/test_results/test.bat @@ -0,0 +1,17 @@ +@REM python "csr matvec\analysis cpu.py" +@REM python "csr matvec\analysis gpu.py" +@REM python "csr matvec\barchart_cpu.py" +@REM python "csr matvec\barchart_gpu.py" +@REM python "event csr matvec\analysis cpu.py" +@REM python "event csr matvec\analysis gpu.py" +@REM python "event csr matvec\barchart_cpu.py" +@REM python "event csr matvec\barchart_gpu.py" +python "jitconn event matvec\analysis cpu.py" +python "jitconn event matvec\analysis gpu.py" +python "jitconn event matvec\barchart_cpu.py" +python "jitconn event matvec\barchart_gpu.py" +python "jitconn matvec\analysis cpu.py" +python "jitconn matvec\analysis gpu.py" +python "jitconn matvec\barchart_cpu.py" +python "jitconn matvec\barchart_gpu.py" + diff --git a/benchmarks/analysis/basic/test_results/analysis_distribution.py b/benchmarks/analysis/basic/test_results/analysis_distribution.py new file mode 100644 index 0000000..358bb3d --- /dev/null +++ b/benchmarks/analysis/basic/test_results/analysis_distribution.py @@ -0,0 +1,103 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np +import os + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi aot time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpy time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +def process_target_df(path): + # Load the combined dataset + combined_df = pd.read_csv(path) + combined_df.drop(columns=['backend'], inplace=True) + try: + combined_df.drop(columns=['events type'], inplace=True) + combined_df.drop(columns=['s'], inplace=True) + combined_df.drop(columns=['p'], inplace=True) + except: + pass + combined_df = remove_row_outliers(combined_df, "taichi aot time") + combined_df = remove_row_outliers(combined_df, "brainpy time") + combined_df = calculate_speedup(combined_df) + return combined_df + +def plot_stacked_histograms_with_fixed_bins(case_dict, root_path, num_bins=40): + fig, axs = plt.subplots(2, 1, figsize=(12, 10)) # 创建两个子图 + colors = ['blue', 'green', 'red', 'cyan'] # 定义每个案例的颜色 + + for i, (device, cases) in enumerate(case_dict.items()): + all_speedups = [] # 收集所有speedup值以计算共享的bins范围 + for case_name, file_path in cases.items(): + data_path = os.path.join(root_path, file_path) + df = process_target_df(data_path) # 加载和处理数据 + all_speedups.extend(df['speedup'].values) # 添加到速度提升列表 + + # 基于当前设备的所有speedup值计算bins + min_speedup, max_speedup = min(all_speedups), max(all_speedups) + bins = np.linspace(min_speedup, max_speedup, num_bins + 1) + bottom = np.zeros(len(bins)-1) # 初始化底部累积值 + + for j, (case_name, file_path) in enumerate(cases.items()): + data_path = os.path.join(root_path, file_path) + df = process_target_df(data_path) # 再次加载和处理数据 + # 计算当前案例的直方图 + counts, _ = np.histogram(df['speedup'], bins=bins, density=True) + + # 绘制柱状图 + axs[i].bar(bins[:-1] + np.diff(bins)/2, counts, width=np.diff(bins), bottom=bottom, color=colors[j], label=case_name, alpha=0.75) + bottom += counts # 更新底部累积值,为下一个案例做准备 + + axs[i].set_title(f'{device} backend') + axs[i].set_xlabel('Speedup') + axs[i].set_ylabel('Density') + axs[i].legend() + + plt.tight_layout() + # plt.show() + plt.savefig(os.path.join(root_path, 'stacked_histograms.png')) + + + + +# Load the combined dataset +PATH = os.path.dirname(os.path.abspath(__file__)) +case_dict = { + 'CPU': { + 'csr matvec': os.path.join(PATH, 'csr matvec', 'csrmv_cpu.csv'), + 'event csr matvec': os.path.join(PATH, 'event csr matvec', 'event_csrmv_cpu.csv'), + 'jitconn matvec': os.path.join(PATH, 'jitconn matvec', 'jitconn_matvec_cpu.csv'), + 'jitconn event matvec': os.path.join(PATH, 'jitconn event matvec', 'jitconn_event_matvec_cpu.csv'), + }, + 'GPU': { + 'csr matvec': os.path.join(PATH, 'csr matvec', 'csrmv_gpu.csv'), + 'event csr matvec': os.path.join(PATH, 'event csr matvec', 'event_csrmv_gpu.csv'), + 'jitconn matvec': os.path.join(PATH, 'jitconn matvec', 'jitconn_matvec_gpu.csv'), + 'jitconn event matvec': os.path.join(PATH, 'jitconn event matvec', 'jitconn_event_matvec_gpu.csv'), + }, +} + +plot_stacked_histograms_with_fixed_bins(case_dict, PATH) \ No newline at end of file diff --git a/benchmarks/analysis/model/COBA results/analysis_COBA.py b/benchmarks/analysis/model/COBA results/analysis_COBA.py new file mode 100644 index 0000000..3c22372 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/analysis_COBA.py @@ -0,0 +1,70 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt +import os + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# Function to remove outliers for brainpylib and taichi execution times +def remove_outliers(df, prefix): + time_columns = [col for col in df.columns if col.startswith(prefix)] + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + deviation = time_values.sub(mean) + abs_deviation = abs(deviation) + outliers = abs_deviation > (abs_deviation.mean() + 1.5 * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + return df + +# Calculate mean execution times and speedup +def calculate_means_and_speedup(df): + brainpylib_columns = [col for col in df.columns if col.startswith('brainpylib_time')] + taichi_columns = [col for col in df.columns if col.startswith('taichi_time')] + df['brainpylib_mean'] = df[brainpylib_columns].mean(axis=1) + df['taichi_mean'] = df[taichi_columns].mean(axis=1) + df['speedup'] = np.where(df['taichi_mean'] > df['brainpylib_mean'], + 1 - (df['taichi_mean'] / df['brainpylib_mean']), + (df['brainpylib_mean'] / df['taichi_mean']) - 1) + return df + +def main(benchmark_df): + # Applying the functions + benchmark_df = remove_outliers(benchmark_df, 'brainpylib_time') + benchmark_df = remove_outliers(benchmark_df, 'taichi_time') + benchmark_df = calculate_means_and_speedup(benchmark_df) + DEVICE = benchmark_df['device'].unique()[0] + benchmark_df = benchmark_df.drop('device', axis=1) + + # Aggregating speedup values + agg_speedup_df = benchmark_df.groupby(['comm_type', 'post_num', 'conn_num']).mean().reset_index() + + # Unique communication types for creating separate heatmaps + comm_types = agg_speedup_df['comm_type'].unique() + + # Setting up the plots + plt.figure(figsize=(20, 20)) + + for i, comm_type in enumerate(comm_types): + plt.subplot(2, 2, i + 1) + filtered_df = agg_speedup_df[agg_speedup_df['comm_type'] == comm_type] + heatmap_data = filtered_df.pivot(index='post_num', columns='conn_num', values='speedup') + + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu', annot_kws={"size": 24}) + plt.title(f'[{DEVICE}]COBA network Comm Type: {comm_type}\n' + \ + 'speedup = brainpylib time / taichi time - 1 if taichi faster than brainpylib\n' + \ + 'speedup = 1 - taichi time / brainpylib time if taichi slower than brainpylib') + plt.xlabel('Conn Num') + plt.ylabel('Post Num') + + plt.tight_layout() + plt.savefig(f'{PATH}/benchmark_COBA_{DEVICE}_heatmap.png') + +# Load the dataset +benchmark_path = f"{PATH}/benchmark_COBA_cpu2.csv" +benchmark_df = pd.read_csv(benchmark_path) +main(benchmark_df) +benchmark_path = f"{PATH}/benchmark_COBA_gpu2.csv" +benchmark_df = pd.read_csv(benchmark_path) +main(benchmark_df) \ No newline at end of file diff --git a/benchmarks/analysis/model/COBA results/analysis_COBA_barchart.py b/benchmarks/analysis/model/COBA results/analysis_COBA_barchart.py new file mode 100644 index 0000000..5a1f6a8 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/analysis_COBA_barchart.py @@ -0,0 +1,97 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt +import os + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# Function to remove outliers for brainpylib and taichi execution times +def remove_outliers(df, prefix): + time_columns = [col for col in df.columns if col.startswith(prefix)] + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + deviation = time_values.sub(mean) + abs_deviation = abs(deviation) + outliers = abs_deviation > (abs_deviation.mean() + 1.5 * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + return df + +# Calculate mean execution times and speedup +def calculate_means_and_speedup(df): + brainpylib_columns = [col for col in df.columns if col.startswith('brainpylib_time')] + taichi_columns = [col for col in df.columns if col.startswith('taichi_time')] + df['brainpylib_mean'] = df[brainpylib_columns].mean(axis=1) + df['taichi_mean'] = df[taichi_columns].mean(axis=1) + df['speedup'] = np.where(df['taichi_mean'] > df['brainpylib_mean'], + 1 - (df['taichi_mean'] / df['brainpylib_mean']), + (df['brainpylib_mean'] / df['taichi_mean']) - 1) + return df + + +def process_target_df(path): + # Load the combined dataset + benchmark_df = pd.read_csv(path) + # Applying the functions + benchmark_df = remove_outliers(benchmark_df, 'brainpylib_time') + benchmark_df = remove_outliers(benchmark_df, 'taichi_time') + benchmark_df = calculate_means_and_speedup(benchmark_df) + DEVICE = benchmark_df['device'].unique()[0] + benchmark_df = benchmark_df.drop('device', axis=1) + + # Aggregating speedup values + agg_speedup_df = benchmark_df.groupby(['comm_type', 'post_num', 'conn_num']).mean().reset_index() + + return agg_speedup_df + +def plot_stacked_histograms_with_fixed_bins(root_path, num_bins=40): + plt.figure(figsize=(12, 10)) # 调整为单个图形 + colors = ['blue', 'green', 'red', 'cyan'] # 定义每个案例的颜色 + + cpu_path = os.path.join(root_path, 'benchmark_COBA_cpu.csv') + gpu_path = os.path.join(root_path, 'benchmark_COBA_gpu.csv') + cpu_df = process_target_df(cpu_path) + gpu_df = process_target_df(gpu_path) + devices_df = {'CPU': cpu_df, 'GPU': gpu_df} + + # 为CPU和GPU绘制不同的图 + for i, (device, df) in enumerate(devices_df.items()): + plt.subplot(2, 1, i + 1) # 创建子图 + bottom = np.zeros(num_bins) # 重置底部数组 + + # 按comm_type分组绘制 + for j, comm_type in enumerate(df['comm_type'].unique()): + comm_df = df[df['comm_type'] == comm_type] + counts, bins = np.histogram(comm_df['speedup'], bins=num_bins, range=(df['speedup'].min(), df['speedup'].max()), density=True) + plt.bar(bins[:-1], counts, width=(bins[1] - bins[0]), bottom=bottom, color=colors[j], alpha=0.7, label=comm_type) + bottom += counts # 更新底部以堆叠下一组 + + plt.title(f'COBA network [{device}]') + plt.xlabel('Speedup') + plt.ylabel('Density') + plt.legend(title='Comm Type') + + plt.tight_layout() + plt.savefig(f'{root_path}/benchmark_COBA_speedup_stacked.png') + plt.show() + + + +# Load the dataset +PATH = os.path.dirname(os.path.abspath(__file__)) +case_dict = { + 'CPU': [ + # 'EventCSRLinear', + 'EventJitFPHomoLinear', + # 'EventJitFPUniformLinear', + # 'EventJitFPNormalLinear', + ], + 'GPU': [ + # 'EventCSRLinear', + 'EventJitFPHomoLinear', + # 'EventJitFPUniformLinear', + # 'EventJitFPNormalLinear', + ], +} +plot_stacked_histograms_with_fixed_bins(PATH) diff --git a/benchmarks/analysis/model/COBA results/analysis_COBA_normal_barchart.py b/benchmarks/analysis/model/COBA results/analysis_COBA_normal_barchart.py new file mode 100644 index 0000000..024c30e --- /dev/null +++ b/benchmarks/analysis/model/COBA results/analysis_COBA_normal_barchart.py @@ -0,0 +1,59 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np +import os +import seaborn as sns +from matplotlib.font_manager import FontProperties + +font = FontProperties(fname='C:\\Windows\\Fonts\\msyh.ttc') + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi_time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpylib_time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +PATH = os.path.dirname(os.path.abspath(__file__)) +combined_df = pd.read_csv(os.path.join(PATH, 'benchmark_COBA_cpu.csv')) +# combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) +# 只选取comm_type为EventJitFPHomoLinear +combined_df = combined_df[combined_df['comm_type'] == 'EventJitFPNormalLinear'] +combined_df = combined_df[combined_df['conn_num'] == 80] + +# print(combined_df) + +plt.figure(figsize=(10, 6)) # 调整图形大小 +sns.lineplot(x=combined_df['post_num'], y=combined_df['speedup'], marker='o', linestyle='-', color='darkorange', linewidth=2.5) +plt.xlabel('神经元个数', fontsize=16, fontproperties=font) +plt.ylabel('加速比', fontsize=16, fontproperties=font) +# plt.title('[CPU] COBA EI network speedup over origin brainpy op', fontsize=18) +plt.grid(True, which='both', linestyle='--', linewidth=0.5) # 显示网格 +plt.savefig(os.path.join(PATH, 'benchmark_COBA_linechart_cpu.png')) +# plt.show() + + diff --git a/benchmarks/analysis/model/COBA results/analysis_COBA_spks.py b/benchmarks/analysis/model/COBA results/analysis_COBA_spks.py new file mode 100644 index 0000000..ba91d35 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/analysis_COBA_spks.py @@ -0,0 +1,26 @@ +import pandas as pd +import matplotlib.pyplot as plt +import os +import seaborn as sns +import numpy as np + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# Load the data from CSV file +data = pd.read_csv(os.path.join(PATH, 'benchmark_COBA_spks_cpu.csv')) +# Calculate the absolute difference between brainpylib_spk and taichi_spk +data['abs_diff'] = np.abs(data['brainpylib_spk'] - data['taichi_spk']) + +# Apply a non-linear (logarithmic) transformation to the 'post_num' column +data['post_num_log'] = np.log10(data['post_num']) + +# Plotting with a regression line to show the trend +plt.figure(figsize=(12, 6)) +sns.regplot(x='post_num_log', y='abs_diff', data=data, scatter=True, color='skyblue') +# plt.title('Trend of Absolute Difference of Spikes with Regression (CPU)') +plt.xlabel('Log10 of Total Neurons') +plt.ylabel('Absolute Difference of Spikes per Neuron per Second') +plt.ylim(0, None) # Set the lower limit of y-axis to 0 +# plt.grid(True) +plt.savefig(os.path.join(PATH, 'benchmark_COBA_spks_cpu.png')) +plt.show() \ No newline at end of file diff --git a/benchmarks/analysis/model/COBA results/benchmark_COBA_cpu.csv b/benchmarks/analysis/model/COBA results/benchmark_COBA_cpu.csv new file mode 100644 index 0000000..c601661 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/benchmark_COBA_cpu.csv @@ -0,0 +1,13 @@ +post_num,conn_num,comm_type,device,brainpylib_time1,brainpylib_time2,brainpylib_time3,brainpylib_time4,brainpylib_time5,brainpylib_time6,brainpylib_time7,brainpylib_time8,brainpylib_time9,brainpylib_time10,taichi_time1,taichi_time2,taichi_time3,taichi_time4,taichi_time5,taichi_time6,taichi_time7,taichi_time8,taichi_time9,taichi_time10 +400,80,EventJitFPNormalLinear,cpu,160.96997261047363,163.98382186889648,163.85197639465332,163.71822357177734,162.0919704437256,161.39674186706543,160.19201278686523,160.4163646697998,161.89122200012207,160.46595573425293,181.48088455200195,181.47540092468262,181.0600757598877,182.68108367919922,181.38766288757324,242.37370491027832,205.51156997680664,178.00545692443848,228.27911376953125,214.25247192382812 +800,80,EventJitFPNormalLinear,cpu,174.68690872192383,187.84689903259277,187.41655349731445,223.46162796020508,192.7318572998047,188.2331371307373,187.74652481079102,167.62757301330566,190.1390552520752,189.90540504455566,218.24336051940918,209.96904373168945,247.01166152954102,201.0514736175537,222.08213806152344,208.1923484802246,213.7436866760254,203.02557945251465,224.26676750183105,235.1834774017334 +1600,80,EventJitFPNormalLinear,cpu,210.51311492919922,211.8840217590332,188.09175491333008,207.52215385437012,209.90657806396484,209.0444564819336,198.58026504516602,285.1295471191406,210.82377433776855,212.23187446594238,216.63999557495117,210.3879451751709,210.77299118041992,216.0353660583496,231.92763328552246,217.30732917785645,208.3108425140381,208.20975303649902,217.2873020172119,215.99149703979492 +3200,80,EventJitFPNormalLinear,cpu,237.9586696624756,256.11400604248047,251.04713439941406,278.6679267883301,255.3870677947998,254.9281120300293,335.951566696167,253.32927703857422,237.10942268371582,254.0130615234375,224.47824478149414,228.67107391357422,222.0299243927002,229.6590805053711,212.21518516540527,222.69868850708008,223.3569622039795,217.88811683654785,226.15337371826172,198.1949806213379 +6400,80,EventJitFPNormalLinear,cpu,354.8469543457031,348.0198383331299,344.79260444641113,348.9513397216797,327.79812812805176,351.2415885925293,453.047513961792,353.2745838165283,329.0753364562988,355.7624816894531,255.75661659240723,226.60589218139648,222.49650955200195,229.30288314819336,233.32786560058594,257.65371322631836,243.18957328796387,219.52390670776367,236.8607521057129,231.30369186401367 +12800,80,EventJitFPNormalLinear,cpu,538.7852191925049,538.8321876525879,517.9896354675293,551.6452789306641,548.774003982544,516.0872936248779,558.1607818603516,550.8236885070801,513.2966041564941,515.9540176391602,366.12892150878906,231.92334175109863,229.14457321166992,252.94017791748047,223.30737113952637,246.17457389831543,244.82250213623047,224.0605354309082,228.9893627166748,212.48531341552734 +25600,80,EventJitFPNormalLinear,cpu,872.1559047698975,911.4937782287598,922.6400852203369,895.4815864562988,893.7103748321533,897.2029685974121,920.8102226257324,901.4368057250977,948.8134384155273,899.7750282287598,262.4173164367676,252.70533561706543,269.5791721343994,255.78665733337402,265.11216163635254,242.811918258667,389.89949226379395,258.4688663482666,254.52947616577148,254.744291305542 +51200,80,EventJitFPNormalLinear,cpu,1694.0693855285645,1621.8159198760986,1734.8582744598389,1693.960428237915,1662.1885299682617,1610.3579998016357,1656.7039489746094,1611.2608909606934,1656.3975811004639,1654.7210216522217,328.8989067077637,324.3732452392578,308.6099624633789,318.8014030456543,329.0390968322754,351.1490821838379,293.717622756958,319.57387924194336,313.0652904510498,311.5103244781494 +100000,80,EventJitFPNormalLinear,cpu,2919.220209121704,2925.20809173584,3119.706153869629,2941.241502761841,2935.343027114868,2932.901620864868,2933.8808059692383,2943.2263374328613,2902.801513671875,2923.5544204711914,307.59477615356445,319.9424743652344,320.50633430480957,308.2001209259033,307.8455924987793,307.9347610473633,324.57566261291504,308.5949420928955,314.4867420196533,313.7054443359375 +200000,80,EventJitFPNormalLinear,cpu,5781.855344772339,5711.039781570435,5720.657825469971,5743.339538574219,5758.7339878082275,5764.442443847656,5731.518983840942,5772.5770473480225,5875.596284866333,5782.744884490967,536.3578796386719,488.08813095092773,447.14832305908203,447.89934158325195,447.50070571899414,588.6516571044922,444.03791427612305,492.08831787109375,463.9921188354492,468.4431552886963 +400000,80,EventJitFPNormalLinear,cpu,11406.693458557129,11463.652610778809,11335.768938064575,11327.718734741211,11334.57350730896,11338.078022003174,11307.35993385315,11338.592052459717,11332.566738128662,11358.972787857056,709.4035148620605,736.3247871398926,729.2377948760986,697.6583003997803,684.0634346008301,681.3712120056152,690.8729076385498,700.2103328704834,677.4790287017822,672.919750213623 +800000,80,EventJitFPNormalLinear,cpu,22577.19659805298,22561.086893081665,22529.523849487305,22437.955379486084,22764.678955078125,22440.315008163452,22468.382835388184,22431.846141815186,22639.31393623352,22489.261865615845,1181.5659999847412,1158.522129058838,1197.1487998962402,1205.7430744171143,1153.594970703125,1184.3750476837158,1171.1905002593994,1211.423635482788,1220.9784984588623,1172.5356578826904 diff --git a/benchmarks/analysis/model/COBA results/benchmark_COBA_cpu2.csv b/benchmarks/analysis/model/COBA results/benchmark_COBA_cpu2.csv new file mode 100644 index 0000000..e3f7778 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/benchmark_COBA_cpu2.csv @@ -0,0 +1,81 @@ +post_num,conn_num,comm_type,device,brainpylib_time1,brainpylib_time2,brainpylib_time3,brainpylib_time4,brainpylib_time5,brainpylib_time6,brainpylib_time7,brainpylib_time8,brainpylib_time9,brainpylib_time10,taichi_time1,taichi_time2,taichi_time3,taichi_time4,taichi_time5,taichi_time6,taichi_time7,taichi_time8,taichi_time9,taichi_time10 +400,20,EventCSRLinear,cpu,347.7926254272461,418.92147064208984,340.49010276794434,360.567569732666,325.01935958862305,418.3840751647949,336.95483207702637,316.4248466491699,427.384614944458,334.46741104125977,156.89730644226074,159.5900058746338,157.37676620483398,153.49531173706055,158.83135795593262,155.76457977294922,163.00344467163086,142.25387573242188,162.0171070098877,157.50384330749512 +400,20,EventJitFPHomoLinear,cpu,186.02705001831055,147.66740798950195,239.90607261657715,148.40340614318848,143.67318153381348,145.68281173706055,147.75586128234863,143.13268661499023,146.37279510498047,144.09255981445312,155.7157039642334,156.75616264343262,151.39341354370117,153.25164794921875,151.7465114593506,199.28669929504395,155.39860725402832,171.31972312927246,157.99880027770996,157.90033340454102 +400,20,EventJitFPUniformLinear,cpu,153.8534164428711,151.58629417419434,234.80749130249023,145.9786891937256,148.59867095947266,150.67028999328613,151.3512134552002,151.8728733062744,146.16799354553223,152.82392501831055,178.05719375610352,190.16003608703613,159.39927101135254,176.5592098236084,176.57947540283203,180.43231964111328,158.0357551574707,192.39544868469238,155.9443473815918,158.02550315856934 +400,20,EventJitFPNormalLinear,cpu,151.3528823852539,150.1922607421875,151.5064239501953,150.3129005432129,151.11422538757324,150.787353515625,146.3186740875244,254.71782684326172,151.9756317138672,151.29971504211426,158.68425369262695,158.921480178833,164.60561752319336,161.52071952819824,178.14064025878906,161.59987449645996,158.4475040435791,162.25647926330566,162.16254234313965,159.10935401916504 +400,40,EventCSRLinear,cpu,328.4430503845215,447.767972946167,335.74771881103516,332.5684070587158,321.1047649383545,319.4618225097656,456.38442039489746,313.32850456237793,318.1898593902588,315.7522678375244,141.81995391845703,141.72697067260742,140.48147201538086,141.96515083312988,146.05951309204102,141.67189598083496,141.07203483581543,140.7935619354248,142.8241729736328,138.01264762878418 +400,40,EventJitFPHomoLinear,cpu,281.86774253845215,170.1502799987793,166.26548767089844,167.2995090484619,149.66177940368652,167.18626022338867,180.01747131347656,172.82700538635254,167.10710525512695,167.38605499267578,170.7451343536377,159.70420837402344,159.70563888549805,158.5831642150879,209.3505859375,167.55104064941406,170.84932327270508,154.77824211120605,173.54154586791992,183.52270126342773 +400,40,EventJitFPUniformLinear,cpu,164.6883487701416,168.83540153503418,151.07035636901855,153.52988243103027,168.55454444885254,171.38910293579102,150.79998970031738,168.43438148498535,270.4765796661377,150.6030559539795,160.6583595275879,191.99037551879883,183.3195686340332,175.96888542175293,160.90941429138184,162.58955001831055,181.85758590698242,160.1557731628418,160.5699062347412,182.76429176330566 +400,40,EventJitFPNormalLinear,cpu,179.5024871826172,157.2103500366211,185.7459545135498,169.8167324066162,168.90692710876465,154.30498123168945,159.3008041381836,165.30799865722656,171.31471633911133,172.63555526733398,164.2906665802002,183.10141563415527,171.60868644714355,159.44886207580566,164.83759880065918,158.33735466003418,162.43600845336914,159.51895713806152,161.7262363433838,154.9999713897705 +400,80,EventCSRLinear,cpu,314.53990936279297,321.0628032684326,319.0195560455322,313.42220306396484,316.9863224029541,487.73837089538574,316.68567657470703,323.11177253723145,313.3659362792969,322.6006031036377,150.85840225219727,142.71807670593262,138.50116729736328,140.39897918701172,140.73610305786133,141.2026882171631,142.36950874328613,141.54767990112305,316.8015480041504,139.45627212524414 +400,80,EventJitFPHomoLinear,cpu,153.04255485534668,169.06213760375977,168.36309432983398,150.43950080871582,170.14408111572266,171.84138298034668,147.8111743927002,165.91978073120117,153.4121036529541,146.3949680328369,155.7021141052246,170.1829433441162,195.46985626220703,194.37432289123535,190.66095352172852,170.7291603088379,150.25854110717773,173.70128631591797,177.39105224609375,172.41716384887695 +400,80,EventJitFPUniformLinear,cpu,166.14913940429688,161.2985134124756,175.15850067138672,174.09443855285645,154.7846794128418,169.10886764526367,170.6223487854004,153.00774574279785,189.24379348754883,157.17720985412598,158.49685668945312,201.39122009277344,176.01943016052246,178.45845222473145,159.30676460266113,174.93247985839844,182.81912803649902,336.2231254577637,189.9242401123047,191.9574737548828 +400,80,EventJitFPNormalLinear,cpu,178.71499061584473,174.52716827392578,172.50418663024902,187.8347396850586,160.04347801208496,202.61645317077637,166.3663387298584,156.91065788269043,186.29956245422363,196.0165500640869,162.4162197113037,181.29301071166992,178.97820472717285,173.6452579498291,177.61588096618652,175.5979061126709,182.46841430664062,160.54248809814453,176.18060111999512,175.98533630371094 +400,100,EventCSRLinear,cpu,316.6515827178955,511.0282897949219,312.5486373901367,324.5856761932373,318.6841011047363,324.69868659973145,318.12524795532227,317.60191917419434,318.65406036376953,548.3312606811523,138.64994049072266,141.4649486541748,140.41590690612793,141.6783332824707,143.56374740600586,141.8132781982422,141.95871353149414,140.78497886657715,142.00496673583984,144.46687698364258 +400,100,EventJitFPHomoLinear,cpu,153.25307846069336,152.8615951538086,151.04055404663086,151.1225700378418,145.82490921020508,153.1221866607666,150.04825592041016,151.43513679504395,150.7430076599121,145.51568031311035,157.3331356048584,151.11255645751953,156.8589210510254,151.21126174926758,153.52368354797363,150.63118934631348,155.41958808898926,152.6317596435547,154.6473503112793,172.38426208496094 +400,100,EventJitFPUniformLinear,cpu,159.45076942443848,158.50138664245605,160.1088047027588,157.69505500793457,157.4106216430664,156.73041343688965,159.50703620910645,157.85813331604004,152.59456634521484,156.83412551879883,174.27325248718262,182.88016319274902,177.77371406555176,163.8927459716797,200.4990577697754,397.05944061279297,162.10103034973145,194.67759132385254,203.97377014160156,158.0655574798584 +400,100,EventJitFPNormalLinear,cpu,164.77394104003906,159.48939323425293,164.76941108703613,179.7928810119629,158.25581550598145,159.83319282531738,179.0752410888672,179.03733253479004,166.21875762939453,166.4905548095703,215.48962593078613,175.53377151489258,161.07916831970215,163.39731216430664,195.2674388885498,183.15625190734863,200.86336135864258,163.21420669555664,159.24406051635742,196.1231231689453 +4000,20,EventCSRLinear,cpu,334.3369960784912,339.1413688659668,579.9598693847656,334.7511291503906,336.9777202606201,337.05997467041016,332.7343463897705,332.521915435791,331.8166732788086,314.8012161254883,157.6850414276123,157.85479545593262,161.76700592041016,160.9814167022705,158.21027755737305,157.7436923980713,158.75506401062012,149.61934089660645,144.32597160339355,157.93275833129883 +4000,20,EventJitFPHomoLinear,cpu,170.28045654296875,458.4317207336426,162.95170783996582,176.66888236999512,176.72967910766602,160.01081466674805,174.7457981109619,180.38105964660645,179.4416904449463,161.80658340454102,203.25303077697754,191.9403076171875,194.02670860290527,157.65380859375,191.44916534423828,173.60949516296387,192.29698181152344,155.93791007995605,179.09622192382812,171.74220085144043 +4000,20,EventJitFPUniformLinear,cpu,181.82635307312012,186.0795021057129,183.02178382873535,169.7983741760254,185.8525276184082,184.07702445983887,171.38051986694336,176.35440826416016,169.78788375854492,165.39335250854492,182.01971054077148,162.34374046325684,181.5812587738037,157.5796604156494,176.01776123046875,164.86358642578125,219.27571296691895,162.6739501953125,181.37335777282715,164.41679000854492 +4000,20,EventJitFPNormalLinear,cpu,193.9220428466797,179.58402633666992,195.4975128173828,194.98729705810547,194.50736045837402,181.1215877532959,177.89864540100098,194.99444961547852,178.95197868347168,177.2160530090332,201.8892765045166,197.89791107177734,161.30876541137695,185.133695602417,460.23058891296387,182.5389862060547,196.52223587036133,197.24512100219727,184.25703048706055,198.56023788452148 +4000,40,EventCSRLinear,cpu,342.2565460205078,335.5977535247803,338.106632232666,333.44030380249023,338.90414237976074,336.44723892211914,340.05165100097656,655.057430267334,312.76607513427734,337.3422622680664,160.49480438232422,151.82137489318848,158.74242782592773,157.67979621887207,160.49957275390625,142.49920845031738,139.79148864746094,160.4897975921631,161.39507293701172,159.99984741210938 +4000,40,EventJitFPHomoLinear,cpu,175.08769035339355,192.6443576812744,185.1365566253662,171.79250717163086,191.6518211364746,178.37047576904297,192.72541999816895,197.80683517456055,174.88384246826172,177.4439811706543,160.56561470031738,161.52715682983398,156.8007469177246,173.23946952819824,155.26676177978516,191.99061393737793,155.17616271972656,157.35960006713867,174.05295372009277,158.81085395812988 +4000,40,EventJitFPUniformLinear,cpu,213.33980560302734,183.14528465270996,202.925443649292,202.72302627563477,205.80792427062988,192.9624080657959,202.49629020690918,201.17831230163574,221.20928764343262,189.6815299987793,162.46414184570312,162.59241104125977,178.4985065460205,181.8222999572754,163.94376754760742,203.4323215484619,202.13627815246582,161.17405891418457,217.85283088684082,195.08886337280273 +4000,40,EventJitFPNormalLinear,cpu,212.5701904296875,217.79346466064453,535.3691577911377,222.72491455078125,208.14275741577148,222.57113456726074,220.7331657409668,207.3676586151123,223.6616611480713,223.0374813079834,179.93950843811035,179.4302463531494,180.17268180847168,162.7652645111084,179.4147491455078,163.7575626373291,179.37493324279785,203.12952995300293,179.3045997619629,180.18126487731934 +4000,80,EventCSRLinear,cpu,351.55653953552246,348.3619689941406,358.95538330078125,339.2040729522705,339.5371437072754,370.60093879699707,709.4740867614746,341.0515785217285,352.73265838623047,343.7519073486328,157.1483612060547,158.87022018432617,183.8219165802002,181.55717849731445,183.62140655517578,163.6815071105957,160.50291061401367,161.391019821167,157.55057334899902,159.32965278625488 +4000,80,EventJitFPHomoLinear,cpu,221.17877006530762,200.93703269958496,223.62971305847168,217.76604652404785,206.76255226135254,218.89257431030273,255.26022911071777,202.43453979492188,218.796968460083,219.29121017456055,176.76377296447754,155.75909614562988,215.15631675720215,195.4214572906494,192.9788589477539,154.8616886138916,159.4552993774414,175.35853385925293,172.42908477783203,173.62141609191895 +4000,80,EventJitFPUniformLinear,cpu,257.5268745422363,240.05889892578125,235.1822853088379,238.2223606109619,237.07962036132812,238.5580539703369,215.76786041259766,223.2375144958496,235.97002029418945,234.8306179046631,196.67577743530273,177.75774002075195,214.310884475708,214.50567245483398,184.0951442718506,177.37817764282227,201.7529010772705,195.1746940612793,180.20367622375488,161.04531288146973 +4000,80,EventJitFPNormalLinear,cpu,280.3950309753418,633.195161819458,260.7119083404541,277.84037590026855,277.82320976257324,278.12671661376953,280.05170822143555,263.2410526275635,273.9534378051758,263.9119625091553,162.63461112976074,166.69487953186035,181.77175521850586,187.47496604919434,199.46670532226562,181.08415603637695,162.57381439208984,163.63930702209473,160.74585914611816,168.81775856018066 +4000,100,EventCSRLinear,cpu,335.81995964050293,336.4710807800293,321.63500785827637,334.6529006958008,321.7592239379883,342.4496650695801,336.5769386291504,337.10408210754395,728.9233207702637,323.43435287475586,158.08415412902832,161.6380214691162,180.27162551879883,184.33785438537598,187.36577033996582,142.43698120117188,160.2940559387207,158.14781188964844,159.10816192626953,154.82044219970703 +4000,100,EventJitFPHomoLinear,cpu,231.7352294921875,213.98639678955078,228.73711585998535,231.2464714050293,221.70591354370117,228.9407253265381,233.71076583862305,214.81609344482422,255.40661811828613,212.43619918823242,159.52825546264648,176.29122734069824,175.92358589172363,177.44040489196777,173.36559295654297,174.87025260925293,156.88204765319824,174.13640022277832,172.7275848388672,164.98970985412598 +4000,100,EventJitFPUniformLinear,cpu,251.6481876373291,236.52195930480957,256.1213970184326,234.37118530273438,300.1120090484619,253.94892692565918,240.44251441955566,239.27927017211914,256.38699531555176,238.68751525878906,179.1698932647705,161.62872314453125,180.66906929016113,193.27783584594727,187.75129318237305,165.5104160308838,198.59743118286133,176.51891708374023,164.3984317779541,160.79258918762207 +4000,100,EventJitFPNormalLinear,cpu,288.68651390075684,304.2263984680176,309.24534797668457,285.84909439086914,307.94453620910645,302.548885345459,303.7116527557373,294.09193992614746,312.4048709869385,288.70534896850586,183.81190299987793,224.44820404052734,213.95039558410645,586.0717296600342,178.5123348236084,206.03322982788086,188.5051727294922,179.89683151245117,180.9685230255127,165.03047943115234 +40000,20,EventCSRLinear,cpu,360.3482246398926,408.6949825286865,409.67798233032227,382.86876678466797,405.34234046936035,391.15118980407715,407.1211814880371,392.7195072174072,396.6858386993408,373.92663955688477,216.5067195892334,218.84846687316895,216.57752990722656,195.5122947692871,194.26584243774414,198.02117347717285,219.25687789916992,199.97763633728027,675.1289367675781,227.1430492401123 +40000,20,EventJitFPHomoLinear,cpu,321.94066047668457,342.82684326171875,329.70643043518066,343.1253433227539,353.9159297943115,339.6158218383789,321.5446472167969,343.4419631958008,325.73890686035156,351.09424591064453,217.5908088684082,242.68770217895508,214.34879302978516,260.7293128967285,243.29733848571777,226.62639617919922,223.55914115905762,226.58538818359375,264.8146152496338,208.83488655090332 +40000,20,EventJitFPUniformLinear,cpu,367.78950691223145,405.7157039642334,369.97222900390625,427.57678031921387,388.0767822265625,389.04476165771484,392.55213737487793,408.23912620544434,368.21699142456055,430.84263801574707,196.03753089904785,245.81599235534668,264.3270492553711,199.17917251586914,271.7621326446533,210.3874683380127,198.0912685394287,217.50164031982422,243.77679824829102,220.13568878173828 +40000,20,EventJitFPNormalLinear,cpu,515.5942440032959,474.5171070098877,467.15331077575684,488.48819732666016,510.3423595428467,500.5669593811035,468.7223434448242,472.944974899292,508.5594654083252,506.69169425964355,215.2106761932373,220.65401077270508,252.87556648254395,234.90619659423828,218.83368492126465,235.51464080810547,200.48832893371582,235.95690727233887,193.55082511901855,199.68461990356445 +40000,40,EventCSRLinear,cpu,429.5375347137451,398.4568119049072,836.3618850708008,369.2760467529297,379.6103000640869,389.113187789917,378.176212310791,356.9028377532959,375.19383430480957,422.6863384246826,201.2338638305664,232.78236389160156,218.89305114746094,180.59611320495605,223.21605682373047,239.6717071533203,223.1602668762207,215.53707122802734,229.88057136535645,241.22023582458496 +40000,40,EventJitFPHomoLinear,cpu,472.6715087890625,461.32946014404297,511.6908550262451,484.91716384887695,476.78089141845703,450.98161697387695,449.33438301086426,468.80364418029785,474.87449645996094,452.70514488220215,230.02052307128906,204.56957817077637,234.9259853363037,209.23376083374023,241.51015281677246,231.99057579040527,195.48606872558594,230.6208610534668,193.35699081420898,195.9061622619629 +40000,40,EventJitFPUniformLinear,cpu,564.5701885223389,547.7294921875,575.6375789642334,573.965311050415,584.9833488464355,569.8180198669434,584.0563774108887,592.2749042510986,583.7924480438232,553.8156032562256,197.26848602294922,240.59677124023438,198.6839771270752,235.25595664978027,200.18339157104492,196.76756858825684,226.58586502075195,733.2024574279785,243.35908889770508,248.16441535949707 +40000,40,EventJitFPNormalLinear,cpu,763.7767791748047,744.2677021026611,766.1693096160889,760.1771354675293,765.4609680175781,765.338659286499,737.6809120178223,745.1908588409424,792.252779006958,739.4347190856934,214.27321434020996,259.4103813171387,203.24158668518066,256.9568157196045,240.0984764099121,213.40298652648926,198.6379623413086,232.59735107421875,198.41241836547852,254.01806831359863 +40000,80,EventCSRLinear,cpu,428.69114875793457,364.3767833709717,408.78939628601074,410.7706546783447,400.33817291259766,405.8554172515869,400.4218578338623,404.782772064209,413.03443908691406,415.39454460144043,212.68010139465332,205.14678955078125,213.8974666595459,199.8910903930664,187.74938583374023,752.5825500488281,195.5246925354004,200.5593776702881,192.15989112854004,191.77865982055664 +40000,80,EventJitFPHomoLinear,cpu,710.6852531433105,706.9978713989258,732.393741607666,777.7612209320068,718.1370258331299,748.1868267059326,767.9321765899658,702.6553153991699,708.768367767334,714.0991687774658,234.4825267791748,246.37603759765625,212.81766891479492,211.561918258667,216.50171279907227,230.46565055847168,215.47842025756836,195.93048095703125,217.01931953430176,270.0464725494385 +40000,80,EventJitFPUniformLinear,cpu,943.1929588317871,923.2096672058105,907.8683853149414,929.2716979980469,915.032148361206,903.5294055938721,894.9308395385742,990.8971786499023,946.1727142333984,906.8944454193115,214.0824794769287,193.35412979125977,230.74746131896973,203.75823974609375,216.49599075317383,216.40586853027344,226.2582778930664,245.67031860351562,261.5032196044922,281.77404403686523 +40000,80,EventJitFPNormalLinear,cpu,1358.173131942749,1304.0189743041992,1312.8583431243896,1288.4173393249512,1324.6111869812012,1333.5366249084473,1292.952537536621,1290.9700870513916,1297.4638938903809,1291.184425354004,244.00806427001953,264.6794319152832,202.23236083984375,198.68922233581543,212.25357055664062,218.27006340026855,255.3267478942871,246.60134315490723,246.74129486083984,253.85570526123047 +40000,100,EventCSRLinear,cpu,385.678768157959,409.36970710754395,420.02201080322266,424.4060516357422,954.5965194702148,396.6841697692871,383.74829292297363,385.24746894836426,392.32373237609863,386.05666160583496,204.00333404541016,239.74084854125977,211.8833065032959,209.9299430847168,208.85133743286133,215.67797660827637,223.2654094696045,183.95376205444336,226.4692783355713,218.68133544921875 +40000,100,EventJitFPHomoLinear,cpu,880.7806968688965,841.8731689453125,857.0818901062012,882.2119235992432,837.7296924591064,833.1129550933838,875.0619888305664,842.4313068389893,871.056318283081,886.4164352416992,241.82915687561035,234.06648635864258,247.2236156463623,193.79568099975586,254.31084632873535,238.92641067504883,231.42433166503906,212.50081062316895,213.98448944091797,231.231689453125 +40000,100,EventJitFPUniformLinear,cpu,1078.4835815429688,1062.7498626708984,1101.515293121338,1115.5896186828613,1059.95512008667,1057.983636856079,1106.9097518920898,1088.8698101043701,1054.4028282165527,1115.736961364746,200.23703575134277,200.35529136657715,231.19282722473145,210.72864532470703,201.02953910827637,249.03607368469238,216.15934371948242,200.33812522888184,234.89046096801758,216.8722152709961 +40000,100,EventJitFPNormalLinear,cpu,1577.2984027862549,1583.5919380187988,1577.2418975830078,1587.3761177062988,1596.5347290039062,1692.5253868103027,1607.5084209442139,1613.9187812805176,1590.4133319854736,1595.2413082122803,225.6453037261963,205.2896022796631,221.65822982788086,220.89385986328125,212.71657943725586,199.96953010559082,242.86723136901855,211.99607849121094,218.21999549865723,222.19538688659668 +400000,20,EventCSRLinear,cpu,984.2138290405273,384.18102264404297,370.53942680358887,371.8900680541992,365.5054569244385,368.84498596191406,366.7917251586914,370.2967166900635,369.2185878753662,369.86422538757324,195.4512596130371,244.9808120727539,197.71885871887207,189.61524963378906,215.31057357788086,231.89544677734375,206.32100105285645,231.80079460144043,207.53931999206543,187.34097480773926 +400000,20,EventJitFPHomoLinear,cpu,1586.7211818695068,1597.4297523498535,1593.8642024993896,1585.3400230407715,1589.0448093414307,1585.9038829803467,1598.543405532837,1611.3660335540771,1648.6878395080566,1587.1062278747559,200.30999183654785,215.84510803222656,206.32243156433105,202.8799057006836,260.9872817993164,200.2255916595459,203.00531387329102,204.73098754882812,238.34562301635742,218.2760238647461 +400000,20,EventJitFPUniformLinear,cpu,2070.1560974121094,2069.176197052002,2059.9968433380127,2021.207332611084,2060.2993965148926,2046.684741973877,2078.7317752838135,2040.572166442871,2023.6306190490723,2023.207426071167,208.30965042114258,236.30380630493164,210.2642059326172,230.19862174987793,232.95021057128906,217.48065948486328,208.88686180114746,230.76605796813965,209.14101600646973,230.28802871704102 +400000,20,EventJitFPNormalLinear,cpu,3012.7692222595215,3055.9475421905518,3122.33829498291,2992.9144382476807,3034.3663692474365,3023.585796356201,3015.4097080230713,3022.7842330932617,3019.153833389282,3024.1894721984863,226.9885540008545,911.0925197601318,222.6543426513672,215.82937240600586,229.45737838745117,206.5279483795166,215.00873565673828,230.3009033203125,233.3204746246338,229.31313514709473 +400000,40,EventCSRLinear,cpu,415.71879386901855,391.72911643981934,376.2543201446533,395.1268196105957,390.9885883331299,369.83466148376465,365.3414249420166,367.18225479125977,366.4577007293701,364.7189140319824,207.0302963256836,211.47990226745605,204.53476905822754,192.4304962158203,191.39885902404785,188.7049674987793,191.8313503265381,191.55478477478027,186.61808967590332,187.1650218963623 +400000,40,EventJitFPHomoLinear,cpu,2885.8537673950195,2896.3534832000732,2875.0858306884766,2887.3400688171387,2944.3137645721436,2884.066343307495,2869.952917098999,2867.2921657562256,2927.516222000122,2894.793748855591,214.07794952392578,212.50557899475098,207.3228359222412,213.69481086730957,207.6265811920166,207.63063430786133,236.55962944030762,211.6107940673828,211.03620529174805,207.0598602294922 +400000,40,EventJitFPUniformLinear,cpu,3790.367603302002,3756.760835647583,3760.6048583984375,3735.386371612549,3747.4188804626465,3764.132022857666,3779.1128158569336,3830.0564289093018,3772.583484649658,3778.3920764923096,255.0182342529297,241.57452583312988,214.70165252685547,213.55795860290527,200.3495693206787,202.79359817504883,212.8760814666748,923.4650135040283,204.71429824829102,206.80665969848633 +400000,40,EventJitFPNormalLinear,cpu,5808.0079555511475,5779.143571853638,5789.207696914673,5749.662637710571,5763.511180877686,5766.230583190918,5772.2344398498535,5758.98814201355,5751.646995544434,5729.377746582031,259.3686580657959,234.71903800964355,221.2545871734619,242.68412590026855,238.31820487976074,207.15951919555664,209.8374366760254,205.82938194274902,213.5329246520996,241.1801815032959 +400000,80,EventCSRLinear,cpu,415.0252342224121,397.0921039581299,401.66687965393066,401.86405181884766,412.36138343811035,376.01399421691895,364.7122383117676,372.91455268859863,364.6111488342285,371.92535400390625,215.4405117034912,196.63715362548828,186.6316795349121,191.2069320678711,190.65618515014648,188.5054111480713,187.53647804260254,191.32590293884277,187.26825714111328,189.6665096282959 +400000,80,EventJitFPHomoLinear,cpu,5495.328664779663,5494.359254837036,5460.038423538208,5477.377891540527,5474.424362182617,5488.139867782593,5488.909482955933,5490.987777709961,5482.793807983398,5487.693548202515,228.27839851379395,213.3023738861084,203.50074768066406,201.49898529052734,202.50940322875977,200.73699951171875,207.31472969055176,218.25671195983887,201.81798934936523,196.7785358428955 +400000,80,EventJitFPUniformLinear,cpu,7209.303140640259,7218.786001205444,7261.244535446167,7968.317985534668,7239.11452293396,7196.528673171997,7248.672962188721,7224.789142608643,7260.035276412964,7251.80983543396,238.22283744812012,222.1999168395996,208.8027000427246,207.80181884765625,208.79340171813965,208.56785774230957,206.08973503112793,271.5790271759033,228.5916805267334,235.20159721374512 +400000,80,EventJitFPNormalLinear,cpu,11260.658979415894,11362.656593322754,11306.307077407837,11193.825244903564,11223.971605300903,11327.836275100708,11324.64623451233,11281.999349594116,11273.87261390686,11317.586183547974,262.3450756072998,238.93165588378906,222.54228591918945,230.08275032043457,226.94849967956543,216.34316444396973,235.7156276702881,229.10261154174805,209.686279296875,228.34157943725586 +400000,100,EventCSRLinear,cpu,409.58309173583984,368.64781379699707,397.5510597229004,391.2999629974365,368.53647232055664,368.466854095459,361.56415939331055,399.51133728027344,404.2468070983887,376.1472702026367,230.58748245239258,211.29989624023438,208.21642875671387,204.10990715026855,206.8924903869629,212.42523193359375,236.89651489257812,209.52749252319336,221.79412841796875,220.55673599243164 +400000,100,EventJitFPHomoLinear,cpu,6801.779508590698,6789.480686187744,6845.483303070068,6811.714172363281,6829.993963241577,6813.326358795166,6804.221391677856,6784.476041793823,6826.874494552612,6767.617702484131,235.5477809906006,213.37485313415527,201.98774337768555,200.16002655029297,202.50868797302246,201.29895210266113,216.2611484527588,202.71801948547363,217.1916961669922,218.20688247680664 +400000,100,EventJitFPUniformLinear,cpu,8935.197830200195,8960.12568473816,9752.077102661133,8926.64122581482,8951.329469680786,8931.669473648071,8924.068450927734,8924.863815307617,8954.694509506226,8940.648317337036,244.72713470458984,229.24470901489258,208.90283584594727,205.92832565307617,204.21242713928223,201.54333114624023,206.2077522277832,204.07962799072266,208.34064483642578,208.71710777282715 +400000,100,EventJitFPNormalLinear,cpu,14061.439037322998,14007.649421691895,14087.994813919067,14043.462038040161,14005.286931991577,14007.209300994873,14046.929359436035,14037.474870681763,14006.897926330566,13998.637437820435,273.1931209564209,231.98604583740234,219.7418212890625,218.3380126953125,211.72547340393066,212.0370864868164,220.06678581237793,240.10181427001953,276.200532913208,213.6392593383789 +4000000,20,EventCSRLinear,cpu,706.4533233642578,903.8736820220947,709.7330093383789,666.923999786377,631.8037509918213,618.1981563568115,613.7011051177979,630.626916885376,659.9462032318115,695.9934234619141,577.0261287689209,705.6138515472412,515.3079032897949,454.2250633239746,444.58818435668945,431.3032627105713,460.1480960845947,465.99888801574707,427.534818649292,430.6979179382324 +4000000,20,EventJitFPHomoLinear,cpu,14949.52917098999,14947.622776031494,14590.433835983276,14473.084688186646,14464.663982391357,14446.78258895874,14473.794937133789,14423.757553100586,14391.935348510742,14487.890005111694,438.69924545288086,493.5898780822754,449.5844841003418,437.21461296081543,451.892614364624,437.2999668121338,432.71684646606445,429.30126190185547,418.67566108703613,440.9332275390625 +4000000,20,EventJitFPUniformLinear,cpu,18971.608877182007,19235.774278640747,19052.054405212402,19728.020191192627,18844.154357910156,18822.92604446411,18804.2471408844,18754.665851593018,18785.539388656616,18744.720697402954,450.47974586486816,502.73799896240234,472.4609851837158,495.9995746612549,422.00303077697754,422.38926887512207,450.3896236419678,418.90645027160645,425.51541328430176,454.730749130249 +4000000,20,EventJitFPNormalLinear,cpu,28833.25958251953,29178.29203605652,28933.218479156494,28851.6047000885,28691.073656082153,28758.530616760254,28739.754676818848,28677.356719970703,28842.222452163696,28647.88293838501,473.1900691986084,593.2085514068604,512.6669406890869,451.7805576324463,445.5385208129883,429.57210540771484,480.1983833312988,467.7736759185791,440.8714771270752,441.7717456817627 +4000000,40,EventCSRLinear,cpu,970.0493812561035,910.722017288208,782.7069759368896,744.5282936096191,639.387845993042,656.1355590820312,624.6018409729004,645.4520225524902,632.1408748626709,653.4109115600586,751.8060207366943,640.7616138458252,535.834550857544,493.91794204711914,490.5836582183838,458.04286003112793,498.030424118042,467.85569190979004,472.4085330963135,447.5862979888916 +4000000,40,EventJitFPHomoLinear,cpu,28069.449186325073,27886.1243724823,27536.673545837402,27636.22212409973,27454.87666130066,27331.61473274231,27494.812965393066,27532.155513763428,27456.008672714233,27521.018266677856,522.0868587493896,486.2699508666992,441.2217140197754,475.8565425872803,457.6985836029053,522.1612453460693,497.18546867370605,455.30080795288086,448.08220863342285,416.54443740844727 +4000000,40,EventJitFPUniformLinear,cpu,36919.69895362854,36553.49040031433,36411.74030303955,36291.84174537659,36197.20482826233,35994.441986083984,36032.08088874817,35943.43447685242,35942.75212287903,36033.99348258972,546.6344356536865,590.7251834869385,472.6078510284424,1385.7667446136475,449.7864246368408,427.7076721191406,446.03419303894043,431.7588806152344,431.64873123168945,507.5075626373291 +4000000,40,EventJitFPNormalLinear,cpu,57314.92805480957,56745.04041671753,56270.84755897522,56235.56160926819,56180.66906929016,56167.72818565369,56238.415479660034,56067.86036491394,56290.117263793945,56105.252504348755,617.3462867736816,577.1431922912598,525.4836082458496,495.41711807250977,441.7989253997803,469.8970317840576,432.82532691955566,436.04183197021484,478.1217575073242,498.2011318206787 +4000000,80,EventCSRLinear,cpu,1038.896083831787,744.3234920501709,690.2463436126709,667.6650047302246,634.1962814331055,669.7430610656738,626.7402172088623,644.3040370941162,690.0053024291992,677.2735118865967,840.1679992675781,564.3014907836914,495.1317310333252,491.49274826049805,451.41029357910156,462.43739128112793,464.58935737609863,464.0624523162842,474.2100238800049,489.84718322753906 +4000000,80,EventJitFPHomoLinear,cpu,54699.74088668823,53805.47094345093,53642.53735542297,53467.51356124878,53361.92989349365,53539.96467590332,53368.425369262695,53436.15937232971,53846.15516662598,53644.071102142334,592.5815105438232,519.1617012023926,445.39880752563477,468.4278964996338,457.3168754577637,435.2250099182129,430.7887554168701,435.19091606140137,431.1995506286621,439.5453929901123 +4000000,80,EventJitFPUniformLinear,cpu,72043.18428039551,70773.87571334839,71090.19756317139,70741.02282524109,70509.67836380005,70695.00613212585,70505.84554672241,70791.03016853333,70690.00053405762,70628.45015525818,619.5170879364014,480.53908348083496,454.8945426940918,447.6001262664795,442.42334365844727,471.84133529663086,465.5914306640625,427.86121368408203,458.8205814361572,493.70789527893066 +4000000,80,EventJitFPNormalLinear,cpu,112461.70663833618,111467.83590316772,111409.78074073792,111047.99199104309,111195.64485549927,111403.6226272583,111088.00601959229,111264.6701335907,111223.135471344,111206.47525787354,709.9075317382812,606.4767837524414,499.81212615966797,471.10962867736816,1453.2856941223145,470.36004066467285,447.5364685058594,504.9464702606201,480.81064224243164,473.65736961364746 +4000000,100,EventCSRLinear,cpu,1042.1838760375977,747.6012706756592,670.478105545044,655.6832790374756,628.371000289917,666.8875217437744,636.3496780395508,640.1898860931396,695.061206817627,654.9673080444336,862.0049953460693,597.7156162261963,498.93641471862793,451.31659507751465,455.3370475769043,458.88710021972656,461.35663986206055,467.2722816467285,486.27686500549316,479.917049407959 +4000000,100,EventJitFPHomoLinear,cpu,67871.71936035156,66841.27831459045,66544.79694366455,66413.86437416077,66309.52525138855,66374.0918636322,66410.92467308044,66340.04759788513,66611.35601997375,66485.88991165161,588.054895401001,462.1267318725586,438.4288787841797,421.8618869781494,451.57766342163086,489.4394874572754,434.8583221435547,447.41082191467285,427.2756576538086,445.2662467956543 +4000000,100,EventJitFPUniformLinear,cpu,89444.64111328125,88204.03742790222,88104.9690246582,88106.02259635925,88364.00556564331,87911.48018836975,87917.63472557068,87968.13249588013,87898.6222743988,88140.13504981995,598.6177921295166,488.7857437133789,536.3285541534424,456.9511413574219,433.9923858642578,438.33446502685547,423.3548641204834,452.36945152282715,471.28748893737793,461.61460876464844 +4000000,100,EventJitFPNormalLinear,cpu,140269.65522766113,138929.1319847107,138411.3428592682,138330.85536956787,138453.31192016602,138616.34874343872,138331.0558795929,138596.56429290771,138647.56751060486,138546.92721366882,758.0173015594482,572.4771022796631,516.6070461273193,457.226037979126,453.0050754547119,451.1690139770508,452.41594314575195,459.7287178039551,461.6565704345703,485.25142669677734 diff --git a/benchmarks/analysis/model/COBA results/benchmark_COBA_gpu.csv b/benchmarks/analysis/model/COBA results/benchmark_COBA_gpu.csv new file mode 100644 index 0000000..c26a4ac --- /dev/null +++ b/benchmarks/analysis/model/COBA results/benchmark_COBA_gpu.csv @@ -0,0 +1,13 @@ +post_num,conn_num,comm_type,device,brainpylib_time1,brainpylib_time2,brainpylib_time3,brainpylib_time4,brainpylib_time5,brainpylib_time6,brainpylib_time7,brainpylib_time8,brainpylib_time9,brainpylib_time10,taichi_time1,taichi_time2,taichi_time3,taichi_time4,taichi_time5,taichi_time6,taichi_time7,taichi_time8,taichi_time9,taichi_time10 +400,80,EventJitFPNormalLinear,gpu,217.67067909240723,216.78948402404785,214.04027938842773,193.8493251800537,185.43386459350586,188.4467601776123,180.9558868408203,184.05580520629883,185.5638027191162,186.62071228027344,201.13229751586914,200.78229904174805,197.52979278564453,254.7297477722168,201.6448974609375,245.99123001098633,229.2482852935791,198.93312454223633,204.54096794128418,198.31252098083496 +800,80,EventJitFPNormalLinear,gpu,190.59228897094727,192.10004806518555,189.61191177368164,183.11667442321777,189.80932235717773,190.12999534606934,189.9247169494629,190.40155410766602,190.65380096435547,254.0891170501709,210.2642059326172,220.4873561859131,203.57346534729004,202.22735404968262,203.45306396484375,205.8572769165039,206.1440944671631,199.78618621826172,203.22656631469727,204.6184539794922 +1600,80,EventJitFPNormalLinear,gpu,202.83126831054688,198.81796836853027,191.25890731811523,199.75757598876953,199.25665855407715,261.7778778076172,200.6244659423828,194.79608535766602,210.58249473571777,211.29941940307617,222.75161743164062,223.92559051513672,216.02630615234375,212.73136138916016,221.44818305969238,208.418607711792,211.59791946411133,212.21017837524414,211.00544929504395,209.78498458862305 +3200,80,EventJitFPNormalLinear,gpu,206.787109375,215.8205509185791,206.41517639160156,223.0217456817627,288.85340690612793,203.25160026550293,211.4548683166504,202.89921760559082,208.0075740814209,208.81223678588867,214.04671669006348,219.27499771118164,225.84199905395508,218.4746265411377,220.83568572998047,225.75139999389648,211.8074893951416,219.79451179504395,212.65625953674316,216.9342041015625 +6400,80,EventJitFPNormalLinear,gpu,223.52075576782227,210.4775905609131,208.6660861968994,206.2699794769287,306.29611015319824,213.30881118774414,208.9371681213379,187.22939491271973,187.9563331604004,215.0254249572754,215.49630165100098,239.44330215454102,224.74241256713867,226.14288330078125,225.2175807952881,219.3610668182373,239.8815155029297,215.27719497680664,231.1551570892334,227.2796630859375 +12800,80,EventJitFPNormalLinear,gpu,216.94493293762207,223.61254692077637,187.22152709960938,234.13681983947754,232.0702075958252,254.68134880065918,217.65732765197754,332.3230743408203,231.31155967712402,223.46019744873047,250.17142295837402,224.87115859985352,266.77632331848145,266.91555976867676,232.1913242340088,247.65777587890625,246.47188186645508,279.6781063079834,257.7357292175293,228.79576683044434 +25600,80,EventJitFPNormalLinear,gpu,250.88095664978027,247.72000312805176,223.3579158782959,255.22971153259277,248.63529205322266,261.41953468322754,230.7753562927246,211.97986602783203,219.57039833068848,244.82226371765137,236.38319969177246,260.6780529022217,348.07682037353516,276.0903835296631,269.7412967681885,236.77682876586914,279.44445610046387,294.8625087738037,286.5469455718994,292.2804355621338 +51200,80,EventJitFPNormalLinear,gpu,284.60001945495605,292.8457260131836,293.05410385131836,291.72205924987793,269.0999507904053,247.0724582672119,272.92847633361816,283.39147567749023,248.95405769348145,284.96503829956055,303.01976203918457,310.09697914123535,310.92047691345215,301.9297122955322,327.9564380645752,292.86742210388184,314.00394439697266,332.4236869812012,317.5830841064453,310.3177547454834 +100000,80,EventJitFPNormalLinear,gpu,192.59095191955566,201.88212394714355,199.48458671569824,197.99137115478516,193.10975074768066,195.35207748413086,197.0367431640625,197.19314575195312,193.88914108276367,202.8791904449463,260.4043483734131,247.68424034118652,244.71282958984375,257.39288330078125,245.98336219787598,256.76655769348145,241.40310287475586,263.2014751434326,243.9749240875244,241.0900592803955 +200000,80,EventJitFPNormalLinear,gpu,241.07074737548828,242.5711154937744,239.09831047058105,221.87018394470215,293.11561584472656,239.67504501342773,234.2844009399414,240.78655242919922,244.0943717956543,232.7444553375244,424.32403564453125,269.1760063171387,259.57560539245605,264.4064426422119,271.8937397003174,286.33832931518555,269.1686153411865,268.749475479126,267.655611038208,269.76823806762695 +400000,80,EventJitFPNormalLinear,gpu,244.0347671508789,238.7986183166504,233.7479591369629,238.52086067199707,240.50045013427734,242.27643013000488,239.01915550231934,246.60110473632812,238.8131618499756,232.2535514831543,324.91326332092285,324.56421852111816,322.9351043701172,322.42393493652344,325.7174491882324,337.82482147216797,335.76488494873047,326.43747329711914,329.68950271606445,329.2527198791504 +800000,80,EventJitFPNormalLinear,gpu,301.6948699951172,328.3581733703613,494.7850704193115,314.2673969268799,368.36934089660645,309.1142177581787,354.8698425292969,325.1519203186035,351.1927127838135,312.3452663421631,471.250057220459,462.0852470397949,436.82098388671875,454.4506072998047,432.79576301574707,458.00018310546875,454.82873916625977,430.2699565887451,439.1796588897705,464.04123306274414 diff --git a/benchmarks/analysis/model/COBA results/benchmark_COBA_gpu2.csv b/benchmarks/analysis/model/COBA results/benchmark_COBA_gpu2.csv new file mode 100644 index 0000000..0e208b6 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/benchmark_COBA_gpu2.csv @@ -0,0 +1,81 @@ +post_num,conn_num,comm_type,device,brainpylib_time1,brainpylib_time2,brainpylib_time3,brainpylib_time4,brainpylib_time5,brainpylib_time6,brainpylib_time7,brainpylib_time8,brainpylib_time9,brainpylib_time10,taichi_time1,taichi_time2,taichi_time3,taichi_time4,taichi_time5,taichi_time6,taichi_time7,taichi_time8,taichi_time9,taichi_time10 +400,20,EventCSRLinear,gpu,180.77373504638672,170.96519470214844,198.26054573059082,190.23919105529785,185.52112579345703,200.6056308746338,185.5325698852539,198.02546501159668,243.39747428894043,193.39513778686523,229.170560836792,207.6241970062256,221.3592529296875,236.59133911132812,227.1738052368164,195.9531307220459,212.7823829650879,196.9316005706787,266.0336494445801,195.23072242736816 +400,20,EventJitFPHomoLinear,gpu,227.25462913513184,185.60361862182617,198.8980770111084,200.5300521850586,217.41461753845215,181.0317039489746,196.42066955566406,217.22936630249023,227.09274291992188,205.92546463012695,187.43062019348145,203.5965919494629,189.9123191833496,190.14883041381836,216.02249145507812,226.81617736816406,231.3368320465088,262.79401779174805,239.46595191955566,218.26577186584473 +400,20,EventJitFPUniformLinear,gpu,186.32054328918457,186.99121475219727,186.25879287719727,182.56735801696777,179.5198917388916,192.40999221801758,185.23383140563965,190.04559516906738,180.79233169555664,275.2196788787842,195.24812698364258,196.49386405944824,193.50886344909668,199.52750205993652,272.51482009887695,222.08237648010254,198.85492324829102,193.70198249816895,199.5701789855957,200.35696029663086 +400,20,EventJitFPNormalLinear,gpu,182.905912399292,186.5689754486084,275.723934173584,234.32207107543945,187.41345405578613,218.40500831604004,182.81841278076172,184.25464630126953,186.70940399169922,184.10968780517578,198.41265678405762,192.08860397338867,195.08981704711914,195.4975128173828,289.4158363342285,198.4415054321289,197.90911674499512,187.71791458129883,195.66631317138672,200.20627975463867 +400,40,EventCSRLinear,gpu,171.1256504058838,165.61532020568848,170.44830322265625,167.18554496765137,259.5500946044922,183.74896049499512,171.38957977294922,170.56512832641602,161.4370346069336,170.074462890625,187.90626525878906,178.84182929992676,178.7548065185547,258.69083404541016,181.99515342712402,181.3671588897705,182.15560913085938,181.78725242614746,179.98838424682617,180.10282516479492 +400,40,EventJitFPHomoLinear,gpu,184.39745903015137,182.16991424560547,180.04584312438965,182.72018432617188,182.65819549560547,250.4441738128662,181.2751293182373,180.5410385131836,182.9967498779297,183.81905555725098,197.9663372039795,186.93852424621582,192.46935844421387,192.16179847717285,195.16444206237793,195.74356079101562,191.99252128601074,258.1627368927002,194.1511631011963,214.89477157592773 +400,40,EventJitFPUniformLinear,gpu,201.1103630065918,201.45487785339355,227.03218460083008,199.13458824157715,238.79456520080566,298.34818840026855,199.5236873626709,183.8700771331787,184.56435203552246,200.58679580688477,204.67114448547363,212.26239204406738,217.44942665100098,197.73077964782715,216.9651985168457,199.81050491333008,203.03654670715332,193.95112991333008,204.00404930114746,245.88608741760254 +400,40,EventJitFPNormalLinear,gpu,214.5073413848877,181.25271797180176,198.05264472961426,200.79851150512695,216.5541648864746,200.6363868713379,200.6368637084961,249.3579387664795,202.80027389526367,204.76412773132324,207.17334747314453,205.25670051574707,236.47212982177734,197.04318046569824,332.5624465942383,195.48749923706055,215.2712345123291,231.36019706726074,200.00720024108887,249.15814399719238 +400,80,EventCSRLinear,gpu,192.87657737731934,238.22879791259766,194.09418106079102,181.66351318359375,272.0599174499512,188.65013122558594,170.85957527160645,186.36536598205566,205.67703247070312,172.60146141052246,207.37576484680176,189.3022060394287,197.81041145324707,222.1207618713379,175.6114959716797,183.95042419433594,259.66453552246094,222.84293174743652,204.32734489440918,218.4884548187256 +400,80,EventJitFPHomoLinear,gpu,177.73962020874023,188.14897537231445,214.27679061889648,204.1323184967041,228.40332984924316,198.05455207824707,209.66482162475586,237.79749870300293,328.7696838378906,212.0058536529541,216.9477939605713,283.6735248565674,196.36964797973633,201.30467414855957,239.3631935119629,188.07220458984375,209.37800407409668,253.07655334472656,219.30956840515137,218.91450881958008 +400,80,EventJitFPUniformLinear,gpu,187.74986267089844,181.26797676086426,183.54320526123047,181.0441017150879,179.68010902404785,176.405668258667,195.68896293640137,182.8591823577881,187.7267360687256,280.8675765991211,197.40629196166992,198.9572048187256,206.67314529418945,198.54450225830078,236.16695404052734,202.48126983642578,200.55532455444336,252.63094902038574,204.53357696533203,206.21156692504883 +400,80,EventJitFPNormalLinear,gpu,198.58407974243164,202.58355140686035,378.7827491760254,202.80027389526367,307.7108860015869,193.52412223815918,187.2251033782959,261.30223274230957,207.1664333343506,207.18979835510254,219.9089527130127,198.21691513061523,240.0069236755371,201.690673828125,199.87201690673828,236.90342903137207,197.55172729492188,199.74756240844727,250.26822090148926,197.9353427886963 +400,100,EventCSRLinear,gpu,171.69451713562012,173.94161224365234,198.57430458068848,168.5924530029297,177.14619636535645,179.07404899597168,187.4089241027832,169.32415962219238,173.07424545288086,240.88621139526367,182.00230598449707,284.12938117980957,178.01833152770996,183.35437774658203,181.84375762939453,179.57258224487305,180.51934242248535,181.1530590057373,208.23359489440918,175.60887336730957 +400,100,EventJitFPHomoLinear,gpu,243.01815032958984,199.29766654968262,346.24695777893066,179.0168285369873,182.13510513305664,180.98950386047363,213.89532089233398,190.3543472290039,184.3712329864502,187.91675567626953,196.2578296661377,195.66607475280762,189.37206268310547,193.80927085876465,188.31729888916016,194.6418285369873,188.46726417541504,195.7845687866211,268.77522468566895,199.85103607177734 +400,100,EventJitFPUniformLinear,gpu,233.50238800048828,215.24477005004883,188.6913776397705,234.65466499328613,187.70265579223633,182.65533447265625,183.4883689880371,187.93010711669922,183.20155143737793,186.10000610351562,196.78997993469238,194.31805610656738,205.9762477874756,201.40337944030762,197.34740257263184,253.9665699005127,217.0400619506836,197.27635383605957,224.32971000671387,227.06246376037598 +400,100,EventJitFPNormalLinear,gpu,185.24909019470215,211.1527919769287,418.6670780181885,215.5776023864746,201.77531242370605,217.51737594604492,207.32617378234863,197.10278511047363,229.26783561706543,186.50031089782715,221.15254402160645,226.4077663421631,235.32867431640625,199.6912956237793,229.9501895904541,216.6121006011963,198.41337203979492,214.0035629272461,213.21392059326172,204.59485054016113 +4000,20,EventCSRLinear,gpu,193.800687789917,186.79141998291016,189.60833549499512,192.85869598388672,195.55377960205078,187.6366138458252,178.88832092285156,187.11113929748535,195.2340602874756,181.7951202392578,209.6407413482666,199.1891860961914,202.07500457763672,199.44047927856445,200.8037567138672,190.92488288879395,203.62424850463867,201.16114616394043,199.20730590820312,248.11935424804688 +4000,20,EventJitFPHomoLinear,gpu,194.17810440063477,185.60171127319336,188.07458877563477,203.9468288421631,228.32345962524414,203.40275764465332,180.8488368988037,258.0680847167969,204.5571804046631,441.3449764251709,220.0908660888672,214.3552303314209,205.8091163635254,193.375825881958,218.1832790374756,194.40960884094238,220.8871841430664,214.56360816955566,193.27259063720703,213.4559154510498 +4000,20,EventJitFPUniformLinear,gpu,244.61007118225098,208.74619483947754,202.97741889953613,210.7102870941162,222.06783294677734,200.03390312194824,215.44528007507324,209.38825607299805,222.4597930908203,207.5943946838379,220.2622890472412,227.36835479736328,220.48616409301758,226.78637504577637,218.37997436523438,223.94609451293945,198.52137565612793,202.41022109985352,214.2167091369629,219.15578842163086 +4000,20,EventJitFPNormalLinear,gpu,214.9028778076172,192.7173137664795,206.6185474395752,207.19313621520996,192.93212890625,205.14321327209473,207.4568271636963,204.38528060913086,207.42130279541016,192.34085083007812,222.49817848205566,221.90475463867188,201.75528526306152,219.82169151306152,449.24354553222656,237.94126510620117,313.2925033569336,225.73137283325195,222.08571434020996,220.79944610595703 +4000,40,EventCSRLinear,gpu,215.41571617126465,203.68623733520508,226.3350486755371,198.23932647705078,194.66304779052734,264.22691345214844,219.93088722229004,205.3360939025879,228.54089736938477,194.78631019592285,230.34214973449707,250.35786628723145,228.73806953430176,192.13438034057617,211.5163803100586,200.4835605621338,211.8852138519287,236.20271682739258,208.62174034118652,202.3029327392578 +4000,40,EventJitFPHomoLinear,gpu,186.3117218017578,207.63468742370605,207.34643936157227,201.1890411376953,253.1874179840088,210.07752418518066,202.0871639251709,239.19177055358887,221.3306427001953,201.49970054626465,215.4240608215332,211.4717960357666,200.11591911315918,211.92002296447754,212.30411529541016,215.8353328704834,210.5100154876709,195.97625732421875,248.56877326965332,215.53277969360352 +4000,40,EventJitFPUniformLinear,gpu,192.3069953918457,205.83200454711914,207.80563354492188,212.73088455200195,209.34510231018066,205.11865615844727,229.0489673614502,189.5437240600586,189.52441215515137,276.17526054382324,216.51482582092285,199.57780838012695,218.59049797058105,217.96917915344238,481.05573654174805,317.9624080657959,220.61610221862793,239.5780086517334,222.49460220336914,221.3134765625 +4000,40,EventJitFPNormalLinear,gpu,195.18661499023438,219.44332122802734,218.3234691619873,187.10851669311523,210.113525390625,212.18419075012207,186.74182891845703,189.38231468200684,187.37435340881348,243.37363243103027,219.90633010864258,217.53835678100586,216.86840057373047,222.94092178344727,205.66558837890625,239.22324180603027,234.89665985107422,194.8378086090088,203.7978172302246,221.1475372314453 +4000,80,EventCSRLinear,gpu,204.9267292022705,197.96204566955566,202.7113437652588,241.6677474975586,184.74912643432617,192.57593154907227,266.7365074157715,196.0282325744629,191.07985496520996,254.8515796661377,197.30162620544434,220.06702423095703,202.22067832946777,200.05440711975098,248.5184669494629,205.69396018981934,201.5538215637207,236.83977127075195,187.91627883911133,196.47550582885742 +4000,80,EventJitFPHomoLinear,gpu,204.62584495544434,201.64847373962402,210.82758903503418,218.9185619354248,207.9010009765625,209.78093147277832,211.6837501525879,202.69203186035156,236.1128330230713,209.09500122070312,200.8378505706787,251.34587287902832,207.51070976257324,512.4645233154297,294.2826747894287,219.00367736816406,203.27425003051758,211.8399143218994,217.67878532409668,212.81027793884277 +4000,80,EventJitFPUniformLinear,gpu,189.21399116516113,208.21380615234375,256.458044052124,206.47120475769043,199.33772087097168,235.48150062561035,198.93717765808105,189.72539901733398,273.8509178161621,214.28442001342773,238.98053169250488,231.61816596984863,235.30340194702148,230.18264770507812,229.1867733001709,218.8279628753662,209.4430923461914,209.07187461853027,224.17235374450684,212.28885650634766 +4000,80,EventJitFPNormalLinear,gpu,210.51263809204102,191.6499137878418,190.31572341918945,211.93408966064453,195.51753997802734,215.96193313598633,210.36505699157715,235.58449745178223,217.77653694152832,223.16837310791016,208.94527435302734,227.4301052093506,223.07944297790527,233.02674293518066,222.2001552581787,201.91168785095215,226.41968727111816,217.88477897644043,205.397367477417,224.53570365905762 +4000,100,EventCSRLinear,gpu,213.38129043579102,220.23653984069824,211.40122413635254,202.32224464416504,197.80349731445312,200.47926902770996,189.26715850830078,210.48688888549805,183.55107307434082,202.77786254882812,192.14534759521484,202.67438888549805,235.36252975463867,217.30661392211914,205.98721504211426,204.67829704284668,202.26430892944336,217.39554405212402,234.02023315429688,612.6842498779297 +4000,100,EventJitFPHomoLinear,gpu,205.14893531799316,206.88915252685547,212.36658096313477,235.09955406188965,186.9068145751953,215.348482131958,211.33828163146973,188.72618675231934,204.30278778076172,211.16924285888672,215.5301570892334,199.32222366333008,218.9319133758545,218.0929183959961,232.58113861083984,214.52093124389648,217.37289428710938,211.32397651672363,200.92105865478516,214.1106128692627 +4000,100,EventJitFPUniformLinear,gpu,197.56793975830078,214.6320343017578,197.5400447845459,186.75971031188965,195.41525840759277,203.53436470031738,240.0517463684082,209.46192741394043,194.33259963989258,242.6741123199463,216.89224243164062,202.76403427124023,205.5985927581787,208.29343795776367,208.61196517944336,213.73939514160156,218.1556224822998,225.19326210021973,197.83473014831543,213.0594253540039 +4000,100,EventJitFPNormalLinear,gpu,208.98056030273438,210.9215259552002,233.7944507598877,208.60648155212402,212.79335021972656,228.04713249206543,222.22542762756348,214.1122817993164,208.2056999206543,209.44762229919434,206.76350593566895,223.37865829467773,222.4447727203369,207.10372924804688,236.8009090423584,203.5994529724121,206.95996284484863,222.9480743408203,218.42598915100098,207.2279453277588 +40000,20,EventCSRLinear,gpu,244.50325965881348,327.0108699798584,275.36702156066895,242.34390258789062,224.11203384399414,284.57117080688477,264.1024589538574,260.3294849395752,246.0026741027832,269.7560787200928,275.8817672729492,263.8280391693115,317.89326667785645,249.22633171081543,632.0815086364746,258.27956199645996,268.08905601501465,232.1755886077881,290.7252311706543,269.3161964416504 +40000,20,EventJitFPHomoLinear,gpu,257.2648525238037,230.3915023803711,254.59742546081543,235.16392707824707,312.0901584625244,257.8399181365967,275.39968490600586,276.3955593109131,231.13322257995605,248.65269660949707,240.6604290008545,225.94404220581055,239.71962928771973,281.08906745910645,285.8607769012451,277.91595458984375,247.9395866394043,253.78775596618652,347.1863269805908,276.62134170532227 +40000,20,EventJitFPUniformLinear,gpu,244.36378479003906,264.8015022277832,237.47539520263672,221.9858169555664,328.8283348083496,270.80845832824707,250.7617473602295,219.65289115905762,272.11833000183105,282.1340560913086,365.13423919677734,303.3783435821533,352.01382637023926,284.67750549316406,342.95105934143066,287.54401206970215,271.82555198669434,266.56627655029297,275.2835750579834,247.62558937072754 +40000,20,EventJitFPNormalLinear,gpu,286.3612174987793,290.87209701538086,239.3491268157959,237.9164695739746,280.9720039367676,256.14404678344727,262.78042793273926,265.47718048095703,258.47697257995605,263.8547420501709,264.61315155029297,303.363561630249,231.95600509643555,285.59303283691406,231.58526420593262,279.51550483703613,256.49046897888184,274.29986000061035,354.3882369995117,277.8620719909668 +40000,40,EventCSRLinear,gpu,278.22017669677734,214.57505226135254,221.2660312652588,263.96965980529785,249.99403953552246,219.83599662780762,235.02635955810547,244.7226047515869,267.78507232666016,279.56199645996094,273.53453636169434,340.3637409210205,283.5731506347656,209.26642417907715,270.36428451538086,691.5695667266846,245.50461769104004,272.061824798584,298.9938259124756,346.65656089782715 +40000,40,EventJitFPHomoLinear,gpu,288.2511615753174,263.7522220611572,286.1604690551758,252.38347053527832,241.34325981140137,260.40148735046387,271.5027332305908,268.033504486084,231.25290870666504,243.38746070861816,281.038761138916,332.55577087402344,280.9586524963379,375.20742416381836,280.0285816192627,365.903377532959,280.9915542602539,339.8265838623047,275.8030891418457,271.52562141418457 +40000,40,EventJitFPUniformLinear,gpu,258.5439682006836,220.05724906921387,239.49027061462402,259.7780227661133,238.39473724365234,231.55784606933594,306.75601959228516,269.4082260131836,273.0987071990967,262.05968856811523,248.15797805786133,268.8610553741455,292.12021827697754,280.9016704559326,340.8024311065674,313.3234977722168,313.26842308044434,289.86644744873047,362.0002269744873,266.587495803833 +40000,40,EventJitFPNormalLinear,gpu,256.50501251220703,280.9634208679199,234.09628868103027,234.1306209564209,294.37756538391113,301.0420799255371,346.3878631591797,262.0418071746826,273.3151912689209,235.90087890625,255.0036907196045,283.24127197265625,309.0353012084961,270.005464553833,253.08704376220703,248.93903732299805,250.07939338684082,310.61673164367676,284.8982810974121,321.0768699645996 +40000,80,EventCSRLinear,gpu,246.28567695617676,240.7855987548828,226.04990005493164,260.07914543151855,317.33059883117676,259.33170318603516,288.6614799499512,252.83217430114746,265.1066780090332,245.24474143981934,300.74095726013184,258.78357887268066,259.69505310058594,268.24212074279785,247.80964851379395,267.988920211792,251.4503002166748,245.530366897583,239.75467681884766,270.6124782562256 +40000,80,EventJitFPHomoLinear,gpu,234.283447265625,255.85627555847168,229.1712760925293,295.96614837646484,298.0494499206543,265.49339294433594,347.7294445037842,298.78878593444824,246.079683303833,230.97825050354004,262.664794921875,271.1927890777588,284.8351001739502,268.735408782959,249.90200996398926,259.91010665893555,254.3323040008545,269.27638053894043,252.22277641296387,248.72684478759766 +40000,80,EventJitFPUniformLinear,gpu,263.4108066558838,262.2230052947998,259.0503692626953,253.2792091369629,254.48083877563477,245.50747871398926,293.32447052001953,238.03234100341797,252.88629531860352,226.93777084350586,278.9628505706787,271.9120979309082,269.9403762817383,335.93225479125977,286.8781089782715,349.5204448699951,263.64755630493164,265.2313709259033,247.94697761535645,260.8528137207031 +40000,80,EventJitFPNormalLinear,gpu,267.08102226257324,238.2798194885254,239.95399475097656,234.9245548248291,303.1795024871826,264.7900581359863,371.31738662719727,260.72239875793457,252.3214817047119,233.91461372375488,274.3716239929199,267.77195930480957,257.04002380371094,293.1103706359863,282.60326385498047,255.10096549987793,289.99972343444824,271.8977928161621,252.76851654052734,249.2687702178955 +40000,100,EventCSRLinear,gpu,228.32822799682617,281.17966651916504,315.518856048584,249.8610019683838,252.4104118347168,267.000675201416,262.3908519744873,279.47211265563965,254.32062149047852,269.4060802459717,274.20592308044434,280.1535129547119,274.1882801055908,329.0700912475586,301.0690212249756,327.5775909423828,266.9243812561035,265.4128074645996,280.57312965393066,246.6747760772705 +40000,100,EventJitFPHomoLinear,gpu,273.29087257385254,294.7838306427002,271.85511589050293,250.73552131652832,240.4766082763672,278.90896797180176,262.00246810913086,236.01007461547852,241.88494682312012,232.00178146362305,309.0405464172363,245.00226974487305,276.7043113708496,245.52631378173828,264.83845710754395,290.71760177612305,239.1798496246338,263.4289264678955,255.83434104919434,295.4566478729248 +40000,100,EventJitFPUniformLinear,gpu,273.0703353881836,298.4578609466553,263.1964683532715,778.0053615570068,282.70721435546875,249.83596801757812,255.71775436401367,238.48843574523926,265.1519775390625,272.4957466125488,337.63957023620605,269.40417289733887,360.57519912719727,275.9208679199219,366.00518226623535,271.35539054870605,265.9177780151367,247.48659133911133,277.06241607666016,239.68744277954102 +40000,100,EventJitFPNormalLinear,gpu,361.74583435058594,303.6308288574219,334.5677852630615,293.86425018310547,351.12714767456055,272.6426124572754,356.09936714172363,275.93231201171875,398.50425720214844,219.74730491638184,233.28542709350586,285.9311103820801,250.8995532989502,272.2811698913574,246.98328971862793,247.5135326385498,296.0832118988037,249.41635131835938,288.72156143188477,320.5845355987549 +400000,20,EventCSRLinear,gpu,196.44999504089355,204.55145835876465,205.30343055725098,202.04424858093262,189.528226852417,216.54343605041504,199.1724967956543,206.88319206237793,223.45781326293945,224.3192195892334,215.32535552978516,195.0521469116211,208.33063125610352,205.13033866882324,203.80568504333496,212.7094268798828,204.02264595031738,194.97179985046387,223.97685050964355,222.40591049194336 +400000,20,EventJitFPHomoLinear,gpu,210.53290367126465,207.20767974853516,201.50208473205566,211.40408515930176,216.217041015625,205.99007606506348,199.21207427978516,211.85898780822754,217.39983558654785,199.44381713867188,210.0656032562256,249.93658065795898,247.09463119506836,216.7665958404541,208.18471908569336,211.56835556030273,233.46352577209473,221.7569351196289,204.22840118408203,211.96389198303223 +400000,20,EventJitFPUniformLinear,gpu,208.2836627960205,210.23178100585938,227.25462913513184,235.03923416137695,248.50773811340332,197.55148887634277,213.83953094482422,221.3437557220459,206.76636695861816,227.05841064453125,283.5659980773926,226.84049606323242,217.06676483154297,219.5587158203125,228.55114936828613,228.91902923583984,222.70894050598145,235.5644702911377,210.37578582763672,210.0982666015625 +400000,20,EventJitFPNormalLinear,gpu,312.52360343933105,248.93426895141602,232.81216621398926,243.64042282104492,237.69092559814453,215.54875373840332,252.38299369812012,220.1080322265625,283.28824043273926,791.0823822021484,324.4452476501465,237.90812492370605,229.1395664215088,214.56408500671387,241.9588565826416,241.8212890625,196.974515914917,234.73119735717773,225.630521774292,218.2011604309082 +400000,40,EventCSRLinear,gpu,229.85601425170898,305.3863048553467,227.7066707611084,217.83852577209473,229.00104522705078,226.98402404785156,223.2966423034668,214.4167423248291,226.51338577270508,207.0446014404297,216.19796752929688,304.25500869750977,219.68865394592285,215.9252166748047,239.45999145507812,209.28001403808594,205.29508590698242,236.69958114624023,206.3751220703125,207.69977569580078 +400000,40,EventJitFPHomoLinear,gpu,218.28937530517578,206.10547065734863,202.5439739227295,205.0797939300537,202.0103931427002,228.78265380859375,218.2753086090088,207.59344100952148,223.5715389251709,203.33123207092285,205.13582229614258,210.08706092834473,216.60208702087402,212.39328384399414,214.4486904144287,209.20419692993164,209.8867893218994,227.07676887512207,216.64166450500488,211.26604080200195 +400000,40,EventJitFPUniformLinear,gpu,215.79647064208984,201.56168937683105,206.72202110290527,210.60705184936523,208.0056667327881,208.6167335510254,206.10642433166504,212.33153343200684,216.95780754089355,207.49330520629883,248.8076686859131,327.9097080230713,256.53791427612305,219.65646743774414,225.71301460266113,231.69279098510742,220.94297409057617,220.1690673828125,242.44403839111328,236.62376403808594 +400000,40,EventJitFPNormalLinear,gpu,234.0219020843506,219.12670135498047,229.71463203430176,239.62116241455078,217.79465675354004,229.10046577453613,308.1188201904297,253.40652465820312,242.6152229309082,211.9314670562744,310.7271194458008,256.3345432281494,247.58505821228027,214.1280174255371,239.2423152923584,346.72093391418457,260.21385192871094,244.0176010131836,231.3535213470459,231.2781810760498 +400000,80,EventCSRLinear,gpu,281.1307907104492,218.34492683410645,214.07771110534668,223.80661964416504,246.66309356689453,237.5185489654541,236.27376556396484,205.33108711242676,220.92390060424805,218.9643383026123,283.12063217163086,203.57489585876465,202.0862102508545,270.7083225250244,210.03961563110352,204.9415111541748,225.60858726501465,231.35924339294434,231.04596138000488,223.923921585083 +400000,80,EventJitFPHomoLinear,gpu,308.60090255737305,235.23473739624023,250.3223419189453,216.3681983947754,252.63237953186035,343.80030632019043,224.69115257263184,208.5418701171875,883.7277889251709,237.75577545166016,232.41376876831055,247.8482723236084,231.0640811920166,268.2938575744629,329.1480541229248,238.3100986480713,242.29907989501953,214.44988250732422,214.83922004699707,224.32780265808105 +400000,80,EventJitFPUniformLinear,gpu,237.15662956237793,331.3016891479492,218.74332427978516,239.60161209106445,214.90144729614258,220.17621994018555,223.58202934265137,223.9832878112793,218.93739700317383,257.89880752563477,232.0270538330078,254.5337677001953,254.08530235290527,250.16474723815918,232.57040977478027,248.94952774047852,311.1231327056885,237.01715469360352,249.6039867401123,215.27910232543945 +400000,80,EventJitFPNormalLinear,gpu,218.57738494873047,209.90872383117676,231.58693313598633,301.15246772766113,227.83875465393066,229.0656566619873,240.18597602844238,230.8495044708252,262.7601623535156,229.8436164855957,268.5117721557617,218.7023162841797,244.1723346710205,232.30576515197754,260.30945777893066,309.94439125061035,224.14588928222656,251.05547904968262,213.38844299316406,248.91996383666992 +400000,100,EventCSRLinear,gpu,194.41604614257812,199.42331314086914,189.09239768981934,199.21231269836426,205.49440383911133,194.39363479614258,192.28053092956543,226.1066436767578,194.9620246887207,191.7097568511963,198.4388828277588,200.80041885375977,216.5243625640869,195.54567337036133,207.21030235290527,245.26739120483398,219.80690956115723,240.21410942077637,225.65865516662598,257.74621963500977 +400000,100,EventJitFPHomoLinear,gpu,264.44268226623535,234.71832275390625,232.46097564697266,208.15491676330566,212.0382785797119,203.7038803100586,207.80158042907715,207.01122283935547,209.37871932983398,217.9408073425293,219.50507164001465,220.07489204406738,233.95037651062012,219.3458080291748,218.80793571472168,223.1600284576416,227.09274291992188,241.6985034942627,234.4813346862793,239.18914794921875 +400000,100,EventJitFPUniformLinear,gpu,231.5678596496582,222.0747470855713,219.56944465637207,253.65900993347168,233.7017059326172,225.88062286376953,224.64585304260254,325.37126541137695,214.12324905395508,213.8206958770752,254.4388771057129,316.7140483856201,246.25778198242188,227.1890640258789,239.5017147064209,244.10295486450195,338.51122856140137,236.54818534851074,225.07667541503906,253.29089164733887 +400000,100,EventJitFPNormalLinear,gpu,285.25805473327637,237.0142936706543,240.93389511108398,215.5141830444336,272.52817153930664,221.24457359313965,196.40064239501953,236.22751235961914,226.61256790161133,216.27068519592285,926.1467456817627,264.63842391967773,341.4278030395508,246.94347381591797,260.0131034851074,220.15833854675293,246.43921852111816,308.7501525878906,231.37855529785156,218.74332427978516 +4000000,20,EventCSRLinear,gpu,314.9740695953369,295.05228996276855,334.52916145324707,299.62730407714844,324.80883598327637,319.87547874450684,300.03952980041504,294.9409484863281,314.32366371154785,349.7140407562256,315.4933452606201,317.54016876220703,320.05906105041504,320.2016353607178,287.6436710357666,304.40568923950195,314.7289752960205,320.18542289733887,335.25657653808594,296.43774032592773 +4000000,20,EventJitFPHomoLinear,gpu,273.1821537017822,285.0170135498047,247.70569801330566,335.0682258605957,246.73986434936523,246.81448936462402,246.06990814208984,266.8027877807617,330.90806007385254,259.65046882629395,308.4900379180908,341.6309356689453,325.4871368408203,332.78656005859375,316.558837890625,339.97583389282227,321.0713863372803,297.943115234375,313.48633766174316,332.4697017669678 +4000000,20,EventJitFPUniformLinear,gpu,287.80269622802734,304.54373359680176,297.58739471435547,286.3049507141113,288.0520820617676,356.342077255249,298.3517646789551,336.2410068511963,263.75675201416016,332.4882984161377,392.7593231201172,315.67978858947754,331.9675922393799,302.5190830230713,342.5877094268799,301.1758327484131,351.05323791503906,311.3236427307129,357.2850227355957,299.9393939971924 +4000000,20,EventJitFPNormalLinear,gpu,267.4059867858887,255.3863525390625,273.77796173095703,268.72992515563965,301.21564865112305,269.31095123291016,324.33032989501953,281.7363739013672,365.4458522796631,282.29689598083496,299.4377613067627,300.78601837158203,318.80831718444824,313.45057487487793,307.8007698059082,314.65673446655273,332.4611186981201,326.9927501678467,310.5335235595703,307.9814910888672 +4000000,40,EventCSRLinear,gpu,311.7787837982178,331.221342086792,295.70841789245605,348.18124771118164,296.82111740112305,340.99364280700684,294.4211959838867,352.6132106781006,277.41432189941406,359.72142219543457,334.14196968078613,296.0190773010254,345.9336757659912,309.0839385986328,342.73648262023926,291.2108898162842,350.1157760620117,304.25477027893066,339.02430534362793,297.4743843078613 +4000000,40,EventJitFPHomoLinear,gpu,255.61118125915527,320.9269046783447,255.50317764282227,326.8091678619385,255.79357147216797,262.9880905151367,255.58066368103027,259.1891288757324,330.96957206726074,257.33017921447754,301.5174865722656,351.3166904449463,306.6065311431885,338.6857509613037,311.13576889038086,345.45040130615234,301.5027046203613,357.2423458099365,306.67972564697266,331.44235610961914 +4000000,40,EventJitFPUniformLinear,gpu,257.21216201782227,261.0318660736084,321.4278221130371,275.24805068969727,370.44501304626465,303.90286445617676,338.5205268859863,301.116943359375,352.9064655303955,301.7897605895996,341.42327308654785,334.12837982177734,297.6851463317871,1110.9437942504883,390.0313377380371,324.19562339782715,333.9574337005615,316.6089057922363,339.6944999694824,315.2480125427246 +4000000,40,EventJitFPNormalLinear,gpu,278.29813957214355,354.7194004058838,286.44418716430664,364.7005558013916,263.15855979919434,321.2876319885254,263.5185718536377,265.3923034667969,252.01892852783203,274.9960422515869,321.0453987121582,326.3428211212158,328.1419277191162,327.3019790649414,321.69580459594727,329.90336418151855,327.0387649536133,342.5884246826172,332.81826972961426,301.9375801086426 +4000000,80,EventCSRLinear,gpu,371.44923210144043,300.22382736206055,338.362455368042,314.88823890686035,340.6403064727783,318.7258243560791,321.9754695892334,331.3405513763428,320.28698921203613,321.09951972961426,317.2750473022461,336.8222713470459,318.3326721191406,323.1682777404785,298.1090545654297,305.2387237548828,298.4120845794678,310.49489974975586,303.1942844390869,339.4773006439209 +4000000,80,EventJitFPHomoLinear,gpu,268.7397003173828,271.72231674194336,330.02424240112305,271.4118957519531,309.6346855163574,276.09825134277344,269.4363594055176,271.19922637939453,270.89691162109375,267.3463821411133,343.1985378265381,343.1053161621094,309.77439880371094,322.6451873779297,340.9590721130371,321.5973377227783,317.8367614746094,305.9847354888916,333.89925956726074,338.00482749938965 +4000000,80,EventJitFPUniformLinear,gpu,328.51481437683105,299.9541759490967,311.80524826049805,262.23015785217285,295.5942153930664,315.6392574310303,276.17835998535156,372.377872467041,276.18908882141113,322.8490352630615,392.55738258361816,312.6561641693115,327.10957527160645,310.5194568634033,340.5642509460449,322.5669860839844,333.40907096862793,327.162504196167,334.93757247924805,314.2125606536865 +4000000,80,EventJitFPNormalLinear,gpu,305.4828643798828,308.4521293640137,310.3909492492676,299.7095584869385,302.3059368133545,337.8422260284424,294.12388801574707,339.59054946899414,288.5596752166748,366.7428493499756,318.09449195861816,328.946590423584,317.5394535064697,360.67819595336914,300.77481269836426,327.34012603759766,330.19280433654785,361.95826530456543,338.5200500488281,341.991662979126 +4000000,100,EventCSRLinear,gpu,360.3508472442627,350.46863555908203,428.36761474609375,328.04369926452637,347.7439880371094,355.73673248291016,324.0060806274414,314.1202926635742,319.6587562561035,311.0334873199463,288.87462615966797,291.4402484893799,296.675443649292,301.44190788269043,295.76683044433594,384.68360900878906,289.37721252441406,363.9848232269287,310.0557327270508,336.96818351745605 +4000000,100,EventJitFPHomoLinear,gpu,272.6597785949707,276.15976333618164,350.77738761901855,274.70993995666504,314.1143321990967,268.5227394104004,268.6483860015869,255.77950477600098,271.8229293823242,299.8185157775879,331.10594749450684,331.4707279205322,338.5775089263916,384.9179744720459,324.89991188049316,336.1637592315674,326.7347812652588,414.78586196899414,361.51719093322754,387.74967193603516 +4000000,100,EventJitFPUniformLinear,gpu,280.28154373168945,293.17378997802734,314.9898052215576,304.72707748413086,348.3240604400635,318.68624687194824,317.49606132507324,283.6592197418213,362.64801025390625,1232.5756549835205,370.6703186035156,357.64169692993164,345.75581550598145,316.5912628173828,301.32174491882324,316.74838066101074,325.406551361084,321.0713863372803,327.18729972839355,342.12684631347656 +4000000,100,EventJitFPNormalLinear,gpu,303.2417297363281,281.3730239868164,280.0946235656738,354.83312606811523,300.69684982299805,351.44996643066406,311.65313720703125,337.25500106811523,307.6746463775635,341.724157333374,372.0674514770508,338.8686180114746,334.89465713500977,322.53360748291016,326.50017738342285,329.5607566833496,332.3698043823242,317.25597381591797,321.0129737854004,319.41962242126465 diff --git a/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_cpu.csv b/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_cpu.csv new file mode 100644 index 0000000..316fb91 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_cpu.csv @@ -0,0 +1,12 @@ +post_num,conn_num,comm_type,device,brainpylib_spk,taichi_spk +200,80,EventJitFPHomoLinear,cpu,2.53,1.25 +400,80,EventJitFPHomoLinear,cpu,2.495,2.905 +800,80,EventJitFPHomoLinear,cpu,2.62,3.535 +1600,80,EventJitFPHomoLinear,cpu,2.9175,3.22875 +3200,80,EventJitFPHomoLinear,cpu,2.716875,3.11375 +6400,80,EventJitFPHomoLinear,cpu,3.0475,3.42875 +12800,80,EventJitFPHomoLinear,cpu,3.13125,3.4248438 +25600,80,EventJitFPHomoLinear,cpu,3.104453,3.4130468 +51200,80,EventJitFPHomoLinear,cpu,3.1396484,3.4102345 +100000,80,EventJitFPHomoLinear,cpu,3.09538,3.33186 +200000,80,EventJitFPHomoLinear,cpu,3.16811,3.44457 diff --git a/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_gpu.csv b/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_gpu.csv new file mode 100644 index 0000000..c569c24 --- /dev/null +++ b/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_gpu.csv @@ -0,0 +1,12 @@ +post_num,conn_num,comm_type,device,brainpylib_spk,taichi_spk +200,80,EventJitFPHomoLinear,gpu,2.24,3.22 +400,80,EventJitFPHomoLinear,gpu,2.35,2.305 +800,80,EventJitFPHomoLinear,gpu,2.995,3.2124999 +1600,80,EventJitFPHomoLinear,gpu,3.1499999,3.0237498 +3200,80,EventJitFPHomoLinear,gpu,3.01625,2.9681249 +6400,80,EventJitFPHomoLinear,gpu,3.0853124,3.1768749 +12800,80,EventJitFPHomoLinear,gpu,3.0839062,3.4031248 +25600,80,EventJitFPHomoLinear,gpu,3.0870311,3.3578906 +51200,80,EventJitFPHomoLinear,gpu,3.0295312,3.3873827 +100000,80,EventJitFPHomoLinear,gpu,3.08552,3.29154 +200000,80,EventJitFPHomoLinear,gpu,3.0284,3.3159099 diff --git a/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_gpu.xlsx b/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_gpu.xlsx new file mode 100644 index 0000000..8f4b445 Binary files /dev/null and b/benchmarks/analysis/model/COBA results/benchmark_COBA_spks_gpu.xlsx differ diff --git a/benchmarks/analysis/model/COBA results/benchmark_MultipleArea_spks_gpu.xlsx b/benchmarks/analysis/model/COBA results/benchmark_MultipleArea_spks_gpu.xlsx new file mode 100644 index 0000000..eada3e6 Binary files /dev/null and b/benchmarks/analysis/model/COBA results/benchmark_MultipleArea_spks_gpu.xlsx differ diff --git a/benchmarks/analysis/model/Multiple Area results/analysis_MultipleArea.py b/benchmarks/analysis/model/Multiple Area results/analysis_MultipleArea.py new file mode 100644 index 0000000..9832e4d --- /dev/null +++ b/benchmarks/analysis/model/Multiple Area results/analysis_MultipleArea.py @@ -0,0 +1,74 @@ +import pandas as pd +import numpy as np +import seaborn as sns +import matplotlib.pyplot as plt +import os + +PATH = os.path.dirname(os.path.abspath(__file__)) + + +# Function to remove outliers for brainpylib and taichi execution times +def remove_outliers(df, prefix): + time_columns = [col for col in df.columns if col.startswith(prefix)] + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + deviation = time_values.sub(mean) + abs_deviation = abs(deviation) + outliers = abs_deviation > (abs_deviation.mean() + 1.5 * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + return df + + +# Calculate mean execution times and speedup +def calculate_means_and_speedup(df): + brainpylib_columns = [col for col in df.columns if col.startswith('brainpylib_time')] + taichi_columns = [col for col in df.columns if col.startswith('taichi_time')] + df['brainpylib_mean'] = df[brainpylib_columns].mean(axis=1) + df['taichi_mean'] = df[taichi_columns].mean(axis=1) + df['speedup'] = np.where(df['taichi_mean'] > df['brainpylib_mean'], + 1 - (df['taichi_mean'] / df['brainpylib_mean']), + (df['brainpylib_mean'] / df['taichi_mean']) - 1) + return df + + +def main(benchmark_df): + # Applying the functions + benchmark_df = remove_outliers(benchmark_df, 'brainpylib_time') + benchmark_df = remove_outliers(benchmark_df, 'taichi_time') + benchmark_df = calculate_means_and_speedup(benchmark_df) + DEVICE = benchmark_df['device'].unique()[0] + benchmark_df = benchmark_df.drop('device', axis=1) + + # Aggregating speedup values + agg_speedup_df = benchmark_df.groupby(['syn_func_type', 'neuron_num', 'conn_num']).mean().reset_index() + + # Unique communication types for creating separate heatmaps + syn_func_types = agg_speedup_df['syn_func_type'].unique() + + # Setting up the plots + plt.figure(figsize=(20, 20)) + + for i, syn_func_type in enumerate(syn_func_types): + plt.subplot(2, 2, i + 1) + filtered_df = agg_speedup_df[agg_speedup_df['syn_func_type'] == syn_func_type] + heatmap_data = filtered_df.pivot(index='neuron_num', columns='conn_num', values='speedup') + + sns.heatmap(heatmap_data, annot=True, fmt=".2f", cmap='YlGnBu', annot_kws={"size": 24}) + plt.title(f'[{DEVICE}]Multi area network Comm Type: {syn_func_type}\n' + \ + 'speedup = brainpylib time / taichi time - 1 if taichi faster than brainpylib\n' + \ + 'speedup = 1 - taichi time / brainpylib time if taichi slower than brainpylib') + plt.xlabel('Conn Num') + plt.ylabel('Neuron Num') + + plt.tight_layout() + plt.savefig(f'{PATH}/benchmark__MultipleArea_{DEVICE}_heatmap.png') + + +# Load the dataset +benchmark_path = f"{PATH}/benchmark_MultipleArea_cpu.csv" +benchmark_df = pd.read_csv(benchmark_path) +main(benchmark_df) +benchmark_path = f"{PATH}/benchmark_MultipleArea_gpu.csv" +benchmark_df = pd.read_csv(benchmark_path) +main(benchmark_df) \ No newline at end of file diff --git a/benchmarks/analysis/model/Multiple Area results/analysis_MultipleArea_homo_barchart.py b/benchmarks/analysis/model/Multiple Area results/analysis_MultipleArea_homo_barchart.py new file mode 100644 index 0000000..914b42c --- /dev/null +++ b/benchmarks/analysis/model/Multiple Area results/analysis_MultipleArea_homo_barchart.py @@ -0,0 +1,59 @@ +import matplotlib.pyplot as plt +import pandas as pd +import numpy as np +import os +import seaborn as sns +from matplotlib.font_manager import FontProperties + +font = FontProperties(fname='C:\\Windows\\Fonts\\msyh.ttc') + +# 去除一组列中的异常值 +def remove_row_outliers(df, column_prefix, threshold=1.5): + time_columns = [col for col in df.columns if col.startswith(column_prefix)] + + for index, row in df.iterrows(): + time_values = row[time_columns] + mean = time_values.mean() + # 计算每个值与该行其他值的均值的差异 + deviation = time_values.sub(time_values.mean()) + abs_deviation = np.abs(deviation) + # 标记那些与均值差异过大的值为异常值 + outliers = abs_deviation > (abs_deviation.mean() + threshold * abs_deviation.std()) + df.loc[index, time_columns] = time_values.mask(outliers, np.nan) + + return df + +# 重新计算speedup +def calculate_speedup(df): + # 计算每行taichi aot time与brainpy time的均值 + taichi_aot_time_columns = [col for col in df.columns if col.startswith('taichi_time')] + brainpy_time_columns = [col for col in df.columns if col.startswith('brainpylib_time')] + df['taichi aot time mean'] = df[taichi_aot_time_columns].mean(axis=1) + df['brainpy time mean'] = df[brainpy_time_columns].mean(axis=1) + # 计算speedup + df['speedup'] = np.where(df['brainpy time mean'] < df['taichi aot time mean'], 1 - (df['taichi aot time mean'] / df['brainpy time mean']), (df['brainpy time mean'] / df['taichi aot time mean']) - 1) + return df + +# Load the combined dataset +PATH = os.path.dirname(os.path.abspath(__file__)) +combined_df = pd.read_csv(os.path.join(PATH, 'benchmark_MultipleArea_gpu.csv')) +# combined_df.drop(columns=['backend'], inplace=True) +combined_df = remove_row_outliers(combined_df, "taichi aot time") +combined_df = remove_row_outliers(combined_df, "brainpy time") +combined_df = calculate_speedup(combined_df) +# 只选取comm_type为EventJitFPHomoLinear +combined_df = combined_df[combined_df['syn_func_type'] == 'event_mv_prob_homo'] +combined_df = combined_df[combined_df['conn_num'] == 80] + +# print(combined_df) + +plt.figure(figsize=(10, 6)) # 调整图形大小 +sns.lineplot(x=combined_df['neuron_num'], y=combined_df['speedup'], marker='o', linestyle='-', color='darkorange', linewidth=2.5) +plt.xlabel('神经元个数', fontsize=16, fontproperties=font) +plt.ylabel('加速比', fontsize=16, fontproperties=font) +# plt.title('[CPU] Multiple Area network speedup over origin brainpy op', fontsize=18) +plt.grid(True) # 显示网格 +plt.savefig(os.path.join(PATH, 'benchmark_MultipleArea_linechart_gpu.png')) +# plt.show() + + diff --git a/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_cpu.csv b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_cpu.csv new file mode 100644 index 0000000..53690ca --- /dev/null +++ b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_cpu.csv @@ -0,0 +1,17 @@ +neuron_num,conn_num,syn_func_type,device,brainpylib_time1,brainpylib_time2,brainpylib_time3,brainpylib_time4,brainpylib_time5,brainpylib_time6,brainpylib_time7,brainpylib_time8,brainpylib_time9,brainpylib_time10,taichi_time1,taichi_time2,taichi_time3,taichi_time4,taichi_time5,taichi_time6,taichi_time7,taichi_time8,taichi_time9,taichi_time10 +400,20,event_mv_prob_homo,cpu,5320.09244,5298.760653,5261.881351,5386.330843,5268.09144,5284.725428,5280.577183,5476.103306,5266.391516,5270.550728,2923.835993,2846.207619,2833.133221,3060.726166,2854.762554,2864.91251,2871.534348,2867.85841,2878.942966,2867.083073 +400,40,event_mv_prob_homo,cpu,6102.053165,6370.962858,6146.04187,6375.769615,6369.595766,6128.163099,6398.961544,6078.85766,6456.188679,6438.052177,2982.048273,2926.072598,3039.696693,3038.121223,2986.246109,2774.986506,2956.939936,2946.209908,2777.033567,3025.351763 +400,80,event_mv_prob_homo,cpu,7849.857092,8345.089674,7837.632179,7868.107319,8372.108221,7772.301912,8387.889624,7857.409477,7861.587286,8466.136932,2789.082527,3007.338762,3025.847435,2755.603552,3089.376688,2802.808523,3080.138445,2741.533041,3113.970757,2798.70224 +400,100,event_mv_prob_homo,cpu,9450.073004,8786.75127,8832.87096,9517.216682,8861.433029,8788.664579,9512.123585,8830.234051,8887.856722,8856.782198,2778.038025,3101.743937,2761.056185,3192.33036,2818.915129,3154.206991,2778.687,3172.785044,2768.222332,3200.985193 +2000,20,event_mv_prob_homo,cpu,10180.52649,9460.271597,9426.660538,9381.123304,10437.62827,9261.743069,9293.121099,9302.006483,10304.15869,9310.164928,2857.232809,3403.56636,2841.917753,3339.203358,2846.178532,2913.407087,3346.580267,2874.168158,2857.472181,3466.297388 +2000,40,event_mv_prob_homo,cpu,14828.66096,13767.66467,13825.66428,13869.93694,13871.20676,14881.60849,13853.55854,13882.16758,13815.41228,13891.79778,2893.532276,3368.492126,2833.408833,3428.082228,2884.333849,2838.856459,2846.339941,3569.788694,2856.797218,2903.918505 +2000,80,event_mv_prob_homo,cpu,22782.03273,22870.02683,22855.3772,22831.30646,22878.12138,24143.55016,23000.71096,22841.89796,23022.74275,22942.11316,2842.271328,2850.68655,3481.729269,2859.132528,2861.854315,2862.40077,3544.389963,2906.280279,2991.344213,3618.81423 +2000,100,event_mv_prob_homo,cpu,27274.73712,27329.51665,28774.5502,27394.20104,27679.7843,27488.87086,27374.96853,27419.5652,28891.34049,27616.91475,2850.430489,2858.147621,3582.837343,2874.961138,2943.628073,2855.905771,3618.551016,2854.799271,2931.392193,3026.417732 +20000,20,event_mv_prob_homo,cpu,54998.60835,56203.51458,55155.55882,55241.87016,55148.87309,55249.90106,55297.20402,55358.19411,56875.53787,55398.3171,3206.662655,3156.676531,3977.317095,3276.796579,3167.846918,3168.477297,3190.993071,4161.873579,3402.873278,3319.668531 +20000,40,event_mv_prob_homo,cpu,99636.72018,99561.51915,101968.6644,100025.4569,100122.5393,100433.4424,100338.6056,100598.804,100940.4099,100980.3019,4043.170691,3266.072989,3210.56509,3254.617691,3193.814993,4062.630415,3292.419195,3337.968588,3416.754484,4365.555286 +20000,80,event_mv_prob_homo,cpu,189750.3152,190223.4373,190311.9094,190676.4436,190957.83,193480.4265,191729.6481,192255.7721,192013.9606,191849.9422,3193.478584,3187.992334,3230.459213,4146.084785,3189.015627,3225.276947,3227.953196,3420.581102,4521.155119,3605.683088 +20000,100,event_mv_prob_homo,cpu,234531.9102,234854.2635,238271.1678,236026.0019,235688.1781,235852.833,236579.6351,237201.694,237097.3186,237706.5146,3215.920687,3162.595272,4283.617735,3210.680008,3237.701178,3173.654079,3358.522892,3520.175219,4679.183006,3713.667631 +200000,20,event_mv_prob_homo,cpu,512275.357,511785.7099,512971.2567,511707.7079,513940.8758,514585.0391,516247.6735,516882.3886,516362.4446,515996.7556,5671.805382,5705.989599,6782.857895,5629.230022,5595.428705,5642.111301,5762.625456,5839.789629,7257.294178,6427.206755 +200000,40,event_mv_prob_homo,cpu,962637.6698,960847.6758,964300.3139,965336.9873,966105.9308,967388.0758,970536.706,974415.8425,972677.1748,972981.59,5573.898077,5552.32811,5621.579409,6696.351767,5506.146431,5556.497574,5594.604254,5879.435778,6465.978146,7996.859074 +200000,80,event_mv_prob_homo,cpu,566795.4404,566608.9172,566843.9989,566787.6008,565969.1348,566704.1562,567101.2981,567714.1318,567699.8138,568025.1191,5499.38941,5441.596746,5528.663635,5530.964136,6762.066841,5534.946442,5668.459654,6205.40452,7181.733608,8140.119791 +200000,100,event_mv_prob_homo,cpu,702580.5631,702753.9413,702931.8953,703220.8757,703795.4051,703186.0437,703508.1973,703194.0668,705449.4426,705461.4458,6969.969273,5629.896402,5667.449713,5685.665607,5793.05625,5707.055569,5894.05632,8054.272175,7590.444803,8690.71126 diff --git a/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_gpu.csv b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_gpu.csv new file mode 100644 index 0000000..616ead5 --- /dev/null +++ b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_gpu.csv @@ -0,0 +1,17 @@ +neuron_num,conn_num,syn_func_type,device,brainpylib_time1,brainpylib_time2,brainpylib_time3,brainpylib_time4,brainpylib_time5,brainpylib_time6,brainpylib_time7,brainpylib_time8,brainpylib_time9,brainpylib_time10,taichi_time1,taichi_time2,taichi_time3,taichi_time4,taichi_time5,taichi_time6,taichi_time7,taichi_time8,taichi_time9,taichi_time10 +400,20,event_mv_prob_homo,gpu,5225.788593,5248.739958,5281.020164,5356.081724,5194.756985,5130.764723,5206.002951,5220.570803,5368.921995,5245.995998,2988.225937,2803.512096,2639.175892,2841.075897,2695.433378,2743.739128,2711.382866,2783.400297,2726.024151,2731.174469 +400,40,event_mv_prob_homo,gpu,5331.706762,5466.321707,5074.504137,5446.493864,5412.169695,5117.430449,5467.240572,5192.729473,5586.794853,5132.650375,2804.477453,2786.421299,2774.957418,2748.043776,2569.314003,2817.370415,2825.714111,2821.123838,2608.34074,2784.522057 +400,80,event_mv_prob_homo,gpu,5137.099981,5621.876717,5158.361435,5178.043365,5652.561426,5179.442883,5721.498013,5211.066246,5156.998396,5809.758425,2732.997656,2895.892859,2582.412481,2878.422737,2867.451668,2628.942966,2870.758057,2594.787359,2967.459202,2713.845968 +400,100,event_mv_prob_homo,gpu,5159.072161,5162.688971,5211.242199,5882.608652,5176.633835,5161.213398,5988.92045,5292.003393,5186.958075,6013.464212,2647.527933,2902.929306,2576.241255,2944.647789,2594.871521,2957.994938,2562.972546,3034.98292,2587.608814,3031.41427 +2000,20,event_mv_prob_homo,gpu,5035.104036,5068.686962,5123.366594,6004.686832,5157.875538,5057.668924,5107.382298,6024.97673,5286.473989,5159.739971,2570.845604,3060.300589,2560.367584,3071.783304,2672.683954,2602.151871,3090.597153,2595.441341,2628.655195,3105.814219 +2000,40,event_mv_prob_homo,gpu,6113.401651,5162.857771,5117.12575,5161.980867,6255.856991,5162.735224,5178.324699,5157.694101,5204.548359,6267.880917,3131.955385,2599.047184,2656.648159,3153.191566,2572.120667,2629.455328,3197.260141,2601.000309,2638.398409,3204.082251 +2000,80,event_mv_prob_homo,gpu,5206.852198,5184.469461,5237.735987,5217.684984,6455.245256,5249.902487,5236.986876,5198.282719,5216.538429,5219.142914,2690.881491,2588.576555,3221.496582,2689.310551,2608.34527,3233.947515,2614.217758,2645.102262,2557.004929,3284.113169 +2000,100,event_mv_prob_homo,gpu,5233.712673,6662.431002,5264.905453,5260.61511,5245.330095,5339.635134,5477.787971,6715.729237,5279.00362,5299.650431,2684.35955,3377.104044,2654.477596,2665.858507,2580.581188,3405.245304,2627.017021,2608.865023,2647.441387,3405.772924 +20000,20,event_mv_prob_homo,gpu,5109.594822,5124.227285,5071.169138,5075.152636,5109.781742,5155.590057,6782.439232,5171.597481,5121.687889,5080.947638,2585.692167,2599.056005,3393.801451,2611.367702,2605.940819,2663.303137,3426.917076,2603.841066,2599.776983,2646.802902 +20000,40,event_mv_prob_homo,gpu,6870.853901,5196.27285,5179.847956,5255.484581,5332.738876,5189.063787,5119.814396,5145.489454,6968.67013,5133.377075,3448.118925,2593.331575,2619.646072,2670.207739,3458.892584,2622.168541,2613.295078,2588.120222,2625.531435,3474.826574 +20000,80,event_mv_prob_homo,gpu,5250.054121,5274.657965,5277.2789,7222.079515,5288.225889,5269.620657,5280.060053,5279.959917,5316.82539,5340.78598,2578.747272,2635.437727,3594.285965,2652.739286,2627.231836,2606.610537,2574.881792,3588.382006,2635.725975,2650.26021 +20000,100,event_mv_prob_homo,gpu,5312.38842,5321.16127,5274.114132,5484.419346,5321.036577,5329.850674,5316.152811,5310.187817,5285.223484,7474.493027,2608.267069,3635.898352,2602.170944,2650.74563,2560.703754,2597.735405,2602.103949,3646.585941,2609.36594,2601.499081 +200000,20,event_mv_prob_homo,gpu,5486.63044,5573.32468,5447.728634,5612.046242,5543.540001,5485.932112,5513.92293,7867.495775,5499.745607,5647.913218,2700.843811,3859.992981,2884.974957,2869.605064,2652.793169,2695.958376,2720.035553,3788.316488,2679.11911,2667.832136 +200000,40,event_mv_prob_homo,gpu,5704.92816,5808.07066,5704.146624,5765.314341,5746.998787,5721.133709,5746.482372,8269.215107,5758.587122,5748.302221,2688.74836,2770.340204,4255.34749,3030.006409,2685.783148,2715.818644,2693.838596,2678.348303,3977.509499,2716.60924 +200000,80,event_mv_prob_homo,gpu,5920.151949,5959.203243,5986.8958,5976.567984,5987.99777,6002.91872,5982.886553,6031.452656,8754.291773,5987.105608,2642.485619,2874.575138,3382.770777,4650.416851,2721.915722,2686.686754,2732.921362,2650.930643,2671.117783,2674.759865 +200000,100,event_mv_prob_homo,gpu,6025.264025,6095.170975,6095.050812,6160.686731,6080.094576,6060.666323,6019.967794,6058.868647,6099.057674,6100.421667,2731.099367,2857.214689,3609.241962,3502.672672,2710.209608,4145.43128,2691.901684,2772.157431,2703.720808,2713.130474 diff --git a/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_cpu.csv b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_cpu.csv new file mode 100644 index 0000000..ff4101b --- /dev/null +++ b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_cpu.csv @@ -0,0 +1,10 @@ +neuron_num,conn_num,syn_func_type,device,brainpylib_e_spk,brainpylib_i_spk,taichi_e_spk,taichi_i_spk +200,80,event_mv_prob_homo,cpu,146.66667,193.33334,142.22223,233.33334 +400,80,event_mv_prob_homo,cpu,116.666664,193.33334,124.44444,190.0 +800,80,event_mv_prob_homo,cpu,115.55556,198.33334,125.0,203.33334 +1600,80,event_mv_prob_homo,cpu,124.44444,211.66666,118.05556,221.66666 +3200,80,event_mv_prob_homo,cpu,129.30556,188.75,130.69444,203.33334 +6400,80,event_mv_prob_homo,cpu,132.15277,194.79166,127.708336,193.54166 +12800,80,event_mv_prob_homo,cpu,126.31944,202.8125,127.8125,198.125 +25600,80,event_mv_prob_homo,cpu,126.16319,199.7396,129.1493,199.6875 +51200,80,event_mv_prob_homo,cpu,126.28473,201.40625,126.49306,201.17188 diff --git a/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_gpu.csv b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_gpu.csv new file mode 100644 index 0000000..b08693a --- /dev/null +++ b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_gpu.csv @@ -0,0 +1,10 @@ +neuron_num,conn_num,syn_func_type,device,brainpylib_e_spk,brainpylib_i_spk,taichi_e_spk,taichi_i_spk +200,80,event_mv_prob_homo,gpu,485.3333,916.0,462.66666,928.0 +400,80,event_mv_prob_homo,gpu,449.66666,967.0,463.66666,942.0 +800,80,event_mv_prob_homo,gpu,457.99997,978.5,457.8333,948.0 +1600,80,event_mv_prob_homo,gpu,465.8333,954.0,459.41666,960.5 +3200,80,event_mv_prob_homo,gpu,465.66666,953.25,463.12497,940.25 +6400,80,event_mv_prob_homo,gpu,464.12497,937.75,468.18747,950.4375 +12800,80,event_mv_prob_homo,gpu,465.56247,952.3125,463.93747,941.1875 +25600,80,event_mv_prob_homo,gpu,462.49997,954.2656,462.33853,948.71875 +51200,80,event_mv_prob_homo,gpu,464.36978,945.97656,466.58072,949.2969 diff --git a/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_gpu.xlsx b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_gpu.xlsx new file mode 100644 index 0000000..0640f03 --- /dev/null +++ b/benchmarks/analysis/model/Multiple Area results/benchmark_MultipleArea_spks_gpu.xlsx @@ -0,0 +1,17 @@ +neuron_num,conn_num,syn_func_type,device,brainpylib_time1,brainpylib_time2,brainpylib_time3,brainpylib_time4,brainpylib_time5,brainpylib_time6,brainpylib_time7,brainpylib_time8,brainpylib_time9,brainpylib_time10,taichi_time1,taichi_time2,taichi_time3,taichi_time4,taichi_time5,taichi_time6,taichi_time7,taichi_time8,taichi_time9,taichi_time10 +400,20,event_mv_prob_homo,gpu,5225.788593292236,5248.739957809448,5281.020164489746,5356.08172416687,5194.756984710693,5130.764722824097,5206.002950668335,5220.570802688599,5368.921995162964,5245.995998382568,2840.640068054199,2924.7496128082275,2911.5209579467773,2931.5075874328613,2760.2884769439697,2979.6042442321777,3006.3092708587646,2765.7999992370605,3221.2281227111816,2941.9023990631104 +400,40,event_mv_prob_homo,gpu,5331.706762313843,5466.321706771851,5074.504137039185,5446.493864059448,5412.169694900513,5117.4304485321045,5467.240571975708,5192.729473114014,5586.794853210449,5132.650375366211,2768.5046195983887,3123.474359512329,2746.1793422698975,3119.1043853759766,2719.6083068847656,3183.4800243377686,2737.81418800354,3148.721218109131,2738.910436630249,2746.4077472686768 +400,80,event_mv_prob_homo,gpu,5137.099981307983,5621.8767166137695,5158.361434936523,5178.043365478516,5652.56142616272,5179.442882537842,5721.498012542725,5211.066246032715,5156.9983959198,5809.758424758911,2773.9365100860596,3325.9406089782715,2794.856309890747,2764.8487091064453,3358.729362487793,2701.3771533966064,2720.9537029266357,3357.842206954956,2752.7873516082764,2718.535900115967 +400,100,event_mv_prob_homo,gpu,5159.072160720825,5162.688970565796,5211.242198944092,5882.608652114868,5176.633834838867,5161.213397979736,5988.920450210571,5292.003393173218,5186.958074569702,6013.4642124176025,2742.539405822754,2760.516405105591,3581.23779296875,2732.9800128936768,2785.722494125366,2704.6916484832764,3546.4649200439453,2735.804557800293,2698.8067626953125,2732.2490215301514 +2000,20,event_mv_prob_homo,gpu,5035.104036331177,5068.686962127686,5123.366594314575,6004.6868324279785,5157.875537872314,5057.668924331665,5107.382297515869,6024.97673034668,5286.473989486694,5159.739971160889,2815.4988288879395,3741.7731285095215,2783.991575241089,2756.480932235718,2773.073196411133,2697.2718238830566,3732.052803039551,2678.271770477295,2738.4042739868164,2780.4336547851562 +2000,40,event_mv_prob_homo,gpu,6113.401651382446,5162.8577709198,5117.125749588013,5161.980867385864,6255.856990814209,5162.735223770142,5178.3246994018555,5157.694101333618,5204.548358917236,6267.880916595459,2827.4190425872803,2775.7866382598877,2774.376630783081,2763.470411300659,3932.3112964630127,2752.937078475952,2779.6432971954346,2722.6510047912598,2721.2307453155518,2724.8430252075195 +2000,80,event_mv_prob_homo,gpu,5206.852197647095,5184.46946144104,5237.735986709595,5217.684984207153,6455.24525642395,5249.9024868011475,5236.986875534058,5198.282718658447,5216.538429260254,5219.142913818359,2770.3490257263184,2716.423988342285,2779.653310775757,2766.946315765381,2743.5989379882812,4085.0069522857666,2769.04296875,2727.140426635742,2819.460868835449,2734.645366668701 +2000,100,event_mv_prob_homo,gpu,5233.712673187256,6662.431001663208,5264.9054527282715,5260.615110397339,5245.330095291138,5339.635133743286,5477.787971496582,6715.729236602783,5279.003620147705,5299.650430679321,2771.986246109009,2737.0829582214355,2777.7740955352783,4238.395929336548,2819.639205932617,2792.672634124756,2710.01935005188,2723.083734512329,2759.138584136963,2723.6952781677246 +20000,20,event_mv_prob_homo,gpu,5109.594821929932,5124.227285385132,5071.169137954712,5075.152635574341,5109.781742095947,5155.590057373047,6782.439231872559,5171.597480773926,5121.687889099121,5080.947637557983,2768.4829235076904,2804.6579360961914,2732.4817180633545,4489.212512969971,2699.646472930908,2757.366418838501,2737.015962600708,2736.555337905884,2746.8795776367188,2750.6155967712402 +20000,40,event_mv_prob_homo,gpu,6870.853900909424,5196.272850036621,5179.847955703735,5255.484580993652,5332.738876342773,5189.063787460327,5119.814395904541,5145.489454269409,6968.670129776001,5133.3770751953125,2730.6206226348877,2758.795738220215,2772.143602371216,2765.8252716064453,2767.0681476593018,4639.579772949219,2739.851236343384,2781.384229660034,2758.7318420410156,2735.1627349853516 +20000,80,event_mv_prob_homo,gpu,5250.054121017456,5274.657964706421,5277.278900146484,7222.079515457153,5288.225889205933,5269.620656967163,5280.060052871704,5279.959917068481,5316.825389862061,5340.785980224609,2760.009765625,4774.209260940552,2763.4291648864746,2783.85329246521,2728.2872200012207,2761.165142059326,2748.3818531036377,2734.5385551452637,2680.896520614624,2720.0629711151123 +20000,100,event_mv_prob_homo,gpu,5312.3884201049805,5321.161270141602,5274.11413192749,5484.419345855713,5321.036577224731,5329.850673675537,5316.152811050415,5310.187816619873,5285.223484039307,7474.493026733398,2811.8736743927,2780.400037765503,2780.6036472320557,2727.7398109436035,2694.3678855895996,2701.8353939056396,2712.817907333374,2726.9599437713623,4945.3184604644775,2755.4831504821777 +200000,20,event_mv_prob_homo,gpu,5486.630439758301,5573.324680328369,5447.728633880615,5612.046241760254,5543.540000915527,5485.932111740112,5513.922929763794,7867.495775222778,5499.745607376099,5647.913217544556,2887.5577449798584,2959.2208862304688,3005.4397583007812,2964.8044109344482,2881.890296936035,2929.9890995025635,2927.363395690918,5339.345693588257,2937.0241165161133,2925.084114074707 +200000,40,event_mv_prob_homo,gpu,5704.928159713745,5808.070659637451,5704.14662361145,5765.314340591431,5746.9987869262695,5721.133708953857,5746.482372283936,8269.215106964111,5758.587121963501,5748.302221298218,2930.31907081604,2901.646137237549,3073.148727416992,3034.167766571045,2860.145092010498,2864.661693572998,2880.96284866333,2900.2866744995117,5550.427675247192,2891.0281658172607 +200000,80,event_mv_prob_homo,gpu,5920.151948928833,5959.203243255615,5986.895799636841,5976.567983627319,5987.997770309448,6002.918720245361,5982.886552810669,6031.452655792236,8754.291772842407,5987.10560798645,2880.10311126709,3027.24552154541,3220.5355167388916,3222.4478721618652,2912.2531414031982,2879.6353340148926,2884.650707244873,2915.6272411346436,2882.5862407684326,2894.4296836853027 +200000,100,event_mv_prob_homo,gpu,6025.264024734497,6095.170974731445,6095.050811767578,6160.686731338501,6080.094575881958,6060.66632270813,6019.967794418335,6058.868646621704,6099.057674407959,6100.421667098999,5854.90608215332,3041.9886112213135,3316.0011768341064,3293.5538291931152,2917.0920848846436,2891.8728828430176,2902.7891159057617,2908.7133407592773,2897.25661277771,2901.3142585754395 diff --git a/benchmarks/requirements.txt b/benchmarks/requirements.txt new file mode 100644 index 0000000..07ab7d5 --- /dev/null +++ b/benchmarks/requirements.txt @@ -0,0 +1,8 @@ +jax[cpu]==0.4.14 +brainpy==2.4.6.post5 +taichi==1.7.0 +brainpylib==0.2.6 +pandas +matplotlib +seaborn +numpy==1.26.4 \ No newline at end of file diff --git a/benchmarks/requirements_cuda.txt b/benchmarks/requirements_cuda.txt new file mode 100644 index 0000000..a4380fe --- /dev/null +++ b/benchmarks/requirements_cuda.txt @@ -0,0 +1,9 @@ +-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html +jax[cuda12_pip]==0.4.14 +brainpy==2.4.6.post5 +taichi==1.7.0 +brainpylib-cu12x==0.2.6 +pandas +matplotlib +seaborn +numpy==1.26.4 \ No newline at end of file diff --git a/benchmarks/src/basic/csrmv_taichi_VS_csrmv.py b/benchmarks/src/basic/csrmv_taichi_VS_csrmv.py new file mode 100644 index 0000000..c502ecb --- /dev/null +++ b/benchmarks/src/basic/csrmv_taichi_VS_csrmv.py @@ -0,0 +1,252 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + + +bm.set_platform('gpu') + + +s = [1000, 5000, 10000, 15000, 20000, 25000, 30000] +p = [0.1, 0.2, 0.3, 0.4, 0.5] + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 +] + +values_type = [ + 'homo', + 'heter' + ] +events_type = ['float'] +transpose = [ + True, + False + ] +method = 'cusparse' + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + +@partial(jax.jit, static_argnums=(4, 5)) +def csrmv_taichi(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += bm.sparse.csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)[0] + return r + +@partial(jax.jit, static_argnums=(4, 5)) +def csrmv(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += bm.sparse.csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose) + return r + +def test_sparse_csrmv(shape, values_type, events_type, transpose): + rng = bm.random.RandomState(seed=1234) + indices, indptr = bp.conn.FixedProb(0.05, seed=1234, allow_multi_conn=True)(*shape).require('pre2post') + vector = rng.random(shape[0] if transpose else shape[1]) < 0.1 + weight = 1. + + + if events_type == 'float': + vector = vector.astype(bm.float32) + if values_type == 'heter': + heter_data = bm.ones(indices.shape) * weight + weight = heter_data + + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('shape: ', shape, 'values_type: ', values_type, 'events_type: ', events_type, 'transpose: ', transpose) + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['s', 'p', 'shape[0]', 'shape[1]', 'backend', 'values type', 'events type', 'transpose', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'taichi aot time6(ms)', 'taichi aot time7(ms)', 'taichi aot time8(ms)', 'taichi aot time9(ms)', 'taichi aot time10(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'brainpy time6(ms)', 'brainpy time7(ms)', 'brainpy time8(ms)', 'brainpy time9(ms)', 'brainpy time10(ms)']) + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_sparse_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'cpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/csrmv_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_sparse_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'gpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/csrmv_gpu.csv', index=False) diff --git a/benchmarks/src/basic/csrmv_taichi_VS_csrmv_grad.py b/benchmarks/src/basic/csrmv_taichi_VS_csrmv_grad.py new file mode 100644 index 0000000..d902c93 --- /dev/null +++ b/benchmarks/src/basic/csrmv_taichi_VS_csrmv_grad.py @@ -0,0 +1,273 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('cpu') + +s = [1000, + 5000, + 10000, + 15000, + 20000, + 25000, + 30000] +p = [0.1, 0.2, 0.3, 0.4, 0.5] + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 +] + +values_type = [ + 'homo', + 'heter' + ] +events_type = ['float'] +transpose = [ + True, + False + ] +method = 'cusparse' + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + +def sum_op(op): + def func(*args, **kwargs): + r = op(*args, **kwargs) + return r.sum() + + return func + + +def sum_op2(op): + def func(*args, **kwargs): + r = op(*args, **kwargs)[0] + return r.sum() + + return func + +@partial(jax.jit, static_argnums=(4, 5)) +def csrmv_taichi_grad(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op2(bm.sparse.csrmv_taichi), argnums=3)( + weight, indices, indptr, vector.astype(float), shape=shape, transpose=transpose) + return r + +@partial(jax.jit, static_argnums=(4, 5)) +def csrmv_grad(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.sparse.csrmv), argnums=3)( + weight, indices, indptr, vector.astype(float), shape=shape, transpose=transpose) + return r + +def test_sparse_csrmv(shape, values_type, events_type, transpose): + rng = bm.random.RandomState(seed=1234) + indices, indptr = bp.conn.FixedProb(0.05, seed=1234, allow_multi_conn=True)(*shape).require('pre2post') + vector = rng.random(shape[0] if transpose else shape[1]) < 0.1 + weight = 1. + + + if events_type == 'float': + vector = vector.astype(bm.float32) + if values_type == 'heter': + heter_data = bm.ones(indices.shape) * weight + weight = heter_data + + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('shape: ', shape, 'values_type: ', values_type, 'events_type: ', events_type, 'transpose: ', transpose) + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['s', 'p', 'shape[0]', 'shape[1]', 'backend', 'values type', 'events type', 'transpose', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'taichi aot time6(ms)', 'taichi aot time7(ms)', 'taichi aot time8(ms)', 'taichi aot time9(ms)', 'taichi aot time10(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'brainpy time6(ms)', 'brainpy time7(ms)', 'brainpy time8(ms)', 'brainpy time9(ms)', 'brainpy time10(ms)']) + + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_sparse_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'cpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/csrmv_grad_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_sparse_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'gpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/csrmv_grad_gpu.csv', index=False) diff --git a/benchmarks/src/basic/event_csr_matmat_VS_csr_matmat.py b/benchmarks/src/basic/event_csr_matmat_VS_csr_matmat.py new file mode 100644 index 0000000..872c69e --- /dev/null +++ b/benchmarks/src/basic/event_csr_matmat_VS_csr_matmat.py @@ -0,0 +1,285 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('cpu') + +size = [ + (100, 100, 100), + (100, 1000, 100), + (1000, 1000, 100), + (1000, 1000, 1000), + (100, 10000, 100), + (10000, 100, 1000), + (1000, 100, 10000), + (10000, 10000, 1000), + (10000, 1000, 10000), + (10000, 10000, 10000), + (20000, 20000, 20000), +] + +values_type = [ + 'heter', + 'homo', +] +events_type = ['bool', + 'float', + ] +transpose = [ + # True, + False +] + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + + +@partial(jax.jit, static_argnums=(4, 5)) +def csrmm(weight, indices, indptr, matrix, shape, transpose): + r = 0 + for i in range(ITERATION): + r += bm.sparse.csrmm(weight, indices, indptr, matrix, shape=shape, transpose=transpose) + return r + + +@partial(jax.jit, static_argnums=(4, 5)) +def event_csrmm(weight, indices, indptr, matrix, shape, transpose): + r = 0 + for i in range(ITERATION): + r += bm.event.csrmm(weight, indices, indptr, matrix, shape=shape, transpose=transpose) + return r + + +def test_sparse_csrmm(shape, values_type, events_type, transpose): + rng = bm.random.RandomState(seed=1234) + matrix1_shape = (shape[1], shape[0]) if transpose else (shape[0], shape[1]) + matrix2_shape = (shape[1], shape[2]) + indices, indptr = bp.conn.FixedProb(0.05, seed=1234, allow_multi_conn=True)(*matrix1_shape).require('pre2post') + matrix = rng.random(matrix2_shape) + matrix = bm.as_jax(matrix) + weight = 1. + + if events_type == 'float': + matrix = matrix.astype(bm.float32) + if values_type == 'heter': + heter_data = bm.ones(indices.shape) * weight + weight = heter_data + + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time19 = time.time() + + result1 = result + + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time21 = time.time() + + result2 = result + + time22 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(event_csrmm(weight, indices, indptr, matrix, shape=matrix1_shape, transpose=transpose)) + time39 = time.time() + + csrmm_time1 = (time1 - time0) * 1000 + csrmm_time2 = (time3 - time2) * 1000 + csrmm_time3 = (time5 - time4) * 1000 + csrmm_time4 = (time7 - time6) * 1000 + csrmm_time5 = (time9 - time8) * 1000 + csrmm_time6 = (time11 - time10) * 1000 + csrmm_time7 = (time13 - time12) * 1000 + csrmm_time8 = (time15 - time14) * 1000 + csrmm_time9 = (time17 - time16) * 1000 + csrmm_time10 = (time19 - time18) * 1000 + event_csrmm_time1 = (time21 - time20) * 1000 + event_csrmm_time2 = (time23 - time22) * 1000 + event_csrmm_time3 = (time25 - time24) * 1000 + event_csrmm_time4 = (time27 - time26) * 1000 + event_csrmm_time5 = (time29 - time28) * 1000 + event_csrmm_time6 = (time31 - time30) * 1000 + event_csrmm_time7 = (time33 - time32) * 1000 + event_csrmm_time8 = (time35 - time34) * 1000 + event_csrmm_time9 = (time37 - time36) * 1000 + event_csrmm_time10 = (time39 - time38) * 1000 + print('shape: ', shape, 'values_type: ', values_type, 'events_type: ', events_type, 'transpose: ', transpose) + print('csrmm_1: ', csrmm_time1, 'ms') + print('csrmm_3: ', csrmm_time3, 'ms') + print('csrmm_5: ', csrmm_time5, 'ms') + print('csrmm_7: ', csrmm_time7, 'ms') + print('csrmm_9: ', csrmm_time9, 'ms') + print('event_csrmm_1: ', event_csrmm_time1, 'ms') + print('event_csrmm_3: ', event_csrmm_time3, 'ms') + print('event_csrmm_5: ', event_csrmm_time5, 'ms') + print('event_csrmm_7: ', event_csrmm_time7, 'ms') + print('event_csrmm_9: ', event_csrmm_time9, 'ms') + + r = bm.allclose(result1, result2) + if not r: + print('result1: ', result1) + print('result2: ', result2) + + return csrmm_time1, csrmm_time2, csrmm_time3, csrmm_time4, csrmm_time5, \ + csrmm_time6, csrmm_time7, csrmm_time8, csrmm_time9, csrmm_time10, \ + event_csrmm_time1, event_csrmm_time2, event_csrmm_time3, event_csrmm_time4, event_csrmm_time5, \ + event_csrmm_time6, event_csrmm_time7, event_csrmm_time8, event_csrmm_time9, event_csrmm_time10 + + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame( + columns=['shape', 'p', 'shape[0]', 'shape[1]', 'shape[2]', 'backend', 'values type', 'events type', 'transpose', + 'csrmm time1(ms)', 'csrmm time2(ms)', 'csrmm time3(ms)', 'csrmm time4(ms)', + 'csrmm time5(ms)', + 'csrmm time6(ms)', 'csrmm time7(ms)', 'csrmm time8(ms)', 'csrmm time9(ms)', + 'csrmm time10(ms)', + 'event_csrmm time1(ms)', 'event_csrmm time2(ms)', 'event_csrmm time3(ms)', 'event_csrmm time4(ms)', + 'event_csrmm time5(ms)', + 'event_csrmm time6(ms)', 'event_csrmm time7(ms)', 'event_csrmm time8(ms)', 'event_csrmm time9(ms)', + 'event_csrmm time10(ms)']) + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape in size: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + csrmm_time_1, csrmm_time_2, csrmm_time_3, csrmm_time_4, csrmm_time_5, \ + csrmm_time_6, csrmm_time_7, csrmm_time_8, csrmm_time_9, csrmm_time_10, \ + event_csrmm_time_1, event_csrmm_time_2, event_csrmm_time_3, event_csrmm_time_4, event_csrmm_time_5, \ + event_csrmm_time_6, event_csrmm_time_7, event_csrmm_time_8, event_csrmm_time_9, event_csrmm_time_10 = test_sparse_csrmm( + shape, + _values_type, + _events_type, + _transpose) + # append to dataframe + df.loc[df.shape[0]] = [shape, 0.05, shape[0], shape[1], shape[2], 'cpu', _values_type, _events_type, + _transpose, + csrmm_time_1, csrmm_time_2, csrmm_time_3, csrmm_time_4, + csrmm_time_5, + csrmm_time_6, csrmm_time_7, csrmm_time_8, csrmm_time_9, + csrmm_time_10, + event_csrmm_time_1, event_csrmm_time_2, event_csrmm_time_3, event_csrmm_time_4, + event_csrmm_time_5, + event_csrmm_time_6, event_csrmm_time_7, event_csrmm_time_8, event_csrmm_time_9, + event_csrmm_time_10] + df.to_csv(f'{PATH}/csrmm_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape in size: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + csrmm_time_1, csrmm_time_2, csrmm_time_3, csrmm_time_4, csrmm_time_5, \ + csrmm_time_6, csrmm_time_7, csrmm_time_8, csrmm_time_9, csrmm_time_10, \ + event_csrmm_time_1, event_csrmm_time_2, event_csrmm_time_3, event_csrmm_time_4, event_csrmm_time_5, \ + event_csrmm_time_6, event_csrmm_time_7, event_csrmm_time_8, event_csrmm_time_9, event_csrmm_time_10 = test_sparse_csrmm( + shape, + _values_type, + _events_type, + _transpose) + # append to dataframe + df.loc[df.shape[0]] = [shape, 0.05, shape[0], shape[1], shape[2], 'gpu', _values_type, _events_type, + _transpose, + csrmm_time_1, csrmm_time_2, csrmm_time_3, csrmm_time_4, + csrmm_time_5, + csrmm_time_6, csrmm_time_7, csrmm_time_8, csrmm_time_9, + csrmm_time_10, + event_csrmm_time_1, event_csrmm_time_2, event_csrmm_time_3, event_csrmm_time_4, + event_csrmm_time_5, + event_csrmm_time_6, event_csrmm_time_7, event_csrmm_time_8, event_csrmm_time_9, + event_csrmm_time_10] + df.to_csv(f'{PATH}/csrmm_gpu.csv', index=False) diff --git a/benchmarks/src/basic/event_csrmv_taichi_VS_event_csrmv.py b/benchmarks/src/basic/event_csrmv_taichi_VS_event_csrmv.py new file mode 100644 index 0000000..3ac1e0e --- /dev/null +++ b/benchmarks/src/basic/event_csrmv_taichi_VS_event_csrmv.py @@ -0,0 +1,254 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('cpu') + +s = [1000, 5000, 10000, 20000, 25000, 30000] +p = [0.1, 0.2, 0.3, 0.4, 0.5] + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 +] + + + +values_type = [ + 'homo', + 'heter' + ] +events_type = [ + 'bool', + 'float', + ] +transpose = [ + True, + False + ] + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + +@partial(jax.jit, static_argnums=(4, 5)) +def event_csrmv_taichi(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += bm.event.csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)[0] + return r + +@partial(jax.jit, static_argnums=(4, 5)) +def event_csrmv(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += bm.event.csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose) + return r + +def test_event_csrmv(shape, values_type, events_type, transpose): + rng = bm.random.RandomState(seed=1234) + indices, indptr = bp.conn.FixedProb(0.05, seed=1234, allow_multi_conn=True)(*shape).require('pre2post') + vector = rng.random(shape[0] if transpose else shape[1]) < 0.1 + weight = 1. + + + if events_type == 'float': + vector = vector.astype(bm.float32) + if values_type == 'heter': + heter_data = bm.ones(indices.shape) * weight + weight = heter_data + + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time0 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + jax.block_until_ready(event_csrmv_taichi(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time19 = time.time() + + + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time20 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + jax.block_until_ready(event_csrmv(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('shape: ', shape, 'values_type: ', values_type, 'events_type: ', events_type, 'transpose: ', transpose) + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + # assert(jnp.allclose(result1[0], result2)) + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['s', 'p', 'shape[0]', 'shape[1]', 'backend', 'values type', 'events type', 'transpose', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'taichi aot time6(ms)', 'taichi aot time7(ms)', 'taichi aot time8(ms)', 'taichi aot time9(ms)', 'taichi aot time10(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'brainpy time6(ms)', 'brainpy time7(ms)', 'brainpy time8(ms)', 'brainpy time9(ms)', 'brainpy time10(ms)']) + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_event_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'cpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/event_csrmv_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_event_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'gpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/event_csrmv_gpu.csv', index=False) diff --git a/benchmarks/src/basic/event_csrmv_taichi_VS_event_csrmv_grad.py b/benchmarks/src/basic/event_csrmv_taichi_VS_event_csrmv_grad.py new file mode 100644 index 0000000..98793e6 --- /dev/null +++ b/benchmarks/src/basic/event_csrmv_taichi_VS_event_csrmv_grad.py @@ -0,0 +1,271 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('cpu') + +s = [1000, 5000, 10000, 20000, 25000, 30000] +p = [0.1, 0.2, 0.3, 0.4, 0.5] + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 +] + + + +values_type = [ + 'homo', + 'heter' + ] +events_type = [ + 'bool', + 'float', + ] +transpose = [ + True, + False + ] + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + +def sum_op(op): + def func(*args, **kwargs): + r = op(*args, **kwargs) + return r.sum() + + return func + + +def sum_op2(op): + def func(*args, **kwargs): + r = op(*args, **kwargs)[0] + return r.sum() + + return func + +@partial(jax.jit, static_argnums=(4, 5)) +def event_csrmv_taichi_grad(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op2(bm.event.csrmv_taichi), argnums=3)( + weight, indices, indptr, vector.astype(float), shape=shape, transpose=transpose) + return r + +@partial(jax.jit, static_argnums=(4, 5)) +def event_csrmv_grad(weight, indices, indptr, vector, shape, transpose): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.event.csrmv), argnums=3)( + weight, indices, indptr, vector.astype(float), shape=shape, transpose=transpose) + return r + + +def test_event_csrmv(shape, values_type, events_type, transpose): + rng = bm.random.RandomState(seed=1234) + indices, indptr = bp.conn.FixedProb(0.05, seed=1234, allow_multi_conn=True)(*shape).require('pre2post') + vector = rng.random(shape[0] if transpose else shape[1]) < 0.1 + weight = 1. + + + if events_type == 'float': + vector = vector.astype(bm.float32) + if values_type == 'heter': + heter_data = bm.ones(indices.shape) * weight + weight = heter_data + + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(event_csrmv_taichi_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(event_csrmv_grad(weight, indices, indptr, vector, shape=shape, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('shape: ', shape, 'values_type: ', values_type, 'events_type: ', events_type, 'transpose: ', transpose) + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['s', 'p', 'shape[0]', 'shape[1]', 'backend', 'values type', 'events type', 'transpose', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'taichi aot time6(ms)', 'taichi aot time7(ms)', 'taichi aot time8(ms)', 'taichi aot time9(ms)', 'taichi aot time10(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'brainpy time6(ms)', 'brainpy time7(ms)', 'brainpy time8(ms)', 'brainpy time9(ms)', 'brainpy time10(ms)']) + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_event_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'cpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/event_csrmv_grad_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _values_type in values_type: + for _events_type in events_type: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_event_csrmv((shape1, shape2), _values_type, _events_type, _transpose) + # append to dataframe + df.loc[df.shape[0]] = [(shape1, shape2), 0.5 , shape1, shape2, 'gpu', _values_type, _events_type, _transpose, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/event_csrmv_grad_gpu.csv', index=False) diff --git a/benchmarks/src/basic/jitconn_event_matvec_taichi_VS_jitconn_event_matvec.py b/benchmarks/src/basic/jitconn_event_matvec_taichi_VS_jitconn_event_matvec.py new file mode 100644 index 0000000..21a2466 --- /dev/null +++ b/benchmarks/src/basic/jitconn_event_matvec_taichi_VS_jitconn_event_matvec.py @@ -0,0 +1,573 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('cpu') + +seed = 1234 + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 + ] +types = [ + 'homo', + 'uniform', + 'normal' + ] +transpose = [ + True, + False + ] +outdim_parallel = [ + True, + False, + ] +bool_event = [ + True, + False + ] +conn_prob = 0.05 +homo_data = 1. +w_low = 0. +w_high = 1. +w_mu = 0. +w_sigma = 0.1 + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_event_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.event_mv_prob_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)[0] + return r + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_event_matvec_homo(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.event_mv_prob_homo(vector, homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)[0] + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_uniform_taichi(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.event_mv_prob_uniform_taichi(vector, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_uniform(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.event_mv_prob_uniform(vector, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_normal_taichi(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.event_mv_prob_normal_taichi(vector, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_normal(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.event_mv_prob_normal(vector, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + + +def test_jitconn_matvec_homo(shape, transpose, outdim_parallel, bool_event): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) < 0.1 + if not bool_event: + events = events.astype(float) + + # groundtruth = bm.as_jax(events, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec_uniform(shape, transpose, outdim_parallel, bool_event): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) < 0.1 + if not bool_event: + events = events.astype(float) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec_normal(shape, transpose, outdim_parallel, bool_event): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) < 0.1 + if not bool_event: + events = events.astype(float) + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + + +def test_jitconn_matvec(shape, _type, transpose, outdim_parallel, bool_event): + print('shape: ', shape, ' type: ', _type, ' transpose: ', transpose, ' outdim_parallel: ', outdim_parallel) + if _type == 'homo': + return test_jitconn_matvec_homo(shape, transpose, outdim_parallel, bool_event) + elif _type == 'uniform': + return test_jitconn_matvec_uniform(shape, transpose, outdim_parallel, bool_event) + elif _type == 'normal': + return test_jitconn_matvec_normal(shape, transpose, outdim_parallel, bool_event) + else: + raise ValueError + + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['shape[0]', 'shape[1]', 'backend', 'type', 'transpose', 'outdim_parallel', 'bool_event', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'taichi aot time6(ms)', 'taichi aot time7(ms)', 'taichi aot time8(ms)', 'taichi aot time9(ms)', 'taichi aot time10(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'brainpy time6(ms)', 'brainpy time7(ms)', 'brainpy time8(ms)', 'brainpy time9(ms)', 'brainpy time10(ms)']) + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + for _bool_event in bool_event: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_jitconn_matvec((shape1, shape2), _type, _transpose, _outdim_parallel, _bool_event) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'cpu', _type, _transpose, _outdim_parallel, _bool_event, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/jitconn_event_matvec_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + for _bool_event in bool_event: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_jitconn_matvec((shape1, shape2), _type, _transpose, _outdim_parallel, _bool_event) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'gpu', _type, _transpose, _outdim_parallel, _bool_event, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/jitconn_event_matvec_gpu.csv', index=False) diff --git a/benchmarks/src/basic/jitconn_event_matvec_taichi_VS_jitconn_event_matvec_grad.py b/benchmarks/src/basic/jitconn_event_matvec_taichi_VS_jitconn_event_matvec_grad.py new file mode 100644 index 0000000..ff4f01a --- /dev/null +++ b/benchmarks/src/basic/jitconn_event_matvec_taichi_VS_jitconn_event_matvec_grad.py @@ -0,0 +1,589 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('cpu') +# bm.disable_gpu_memory_preallocation() + +seed = 1234 + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 + ] +types = [ + 'homo', + 'uniform', + 'normal' + ] +transpose = [ + True, + False + ] +outdim_parallel = [ + True, + False, + ] +bool_event = [ + True, + False + ] +conn_prob = 0.05 +homo_data = 1. +w_low = 0. +w_high = 1. +w_mu = 0. +w_sigma = 0.1 + +print(bm.get_platform()) + +def sum_op(op): + def func(*args, **kwargs): + r = op(*args, **kwargs)[0] + return r.sum() + + return func + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_event_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r +=jax.grad(sum_op(bm.jitconn.event_mv_prob_homo_taichi), argnums=0)( + vector.astype(float), homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_event_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.event_mv_prob_homo), argnums=0)( + vector.astype(float), homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_uniform_taichi_grad(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.event_mv_prob_uniform_taichi), argnums=0)( + vector.astype(float), w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_uniform_grad(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.event_mv_prob_uniform), argnums=0)( + vector.astype(float), w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_normal_taichi_grad(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.event_mv_prob_normal_taichi), argnums=0)( + vector.astype(float), w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_event_matvec_normal_grad(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.event_mv_prob_normal), argnums=0)( + vector.astype(float), w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +def test_jitconn_matvec_homo(shape, transpose, outdim_parallel, bool_event): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) < 0.1 + if not bool_event: + events = events.astype(float) + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_taichi_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_homo_grad(events, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec_uniform(shape, transpose, outdim_parallel, bool_event): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) < 0.1 + if not bool_event: + events = events.astype(float) + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec_normal(shape, transpose, outdim_parallel, bool_event): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) < 0.1 + if not bool_event: + events = events.astype(float) + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_event_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec(shape, _type, transpose, outdim_parallel, bool_event): + print('shape: ', shape, ' type: ', _type, ' transpose: ', transpose, ' outdim_parallel: ', outdim_parallel) + if _type == 'homo': + return test_jitconn_matvec_homo(shape, transpose, outdim_parallel, bool_event) + elif _type == 'uniform': + return test_jitconn_matvec_uniform(shape, transpose, outdim_parallel, bool_event) + elif _type == 'normal': + return test_jitconn_matvec_normal(shape, transpose, outdim_parallel, bool_event) + else: + raise ValueError + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['shape[0]', 'shape[1]', 'backend', 'type', 'transpose', 'outdim_parallel', 'bool_event', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'taichi aot time6(ms)', 'taichi aot time7(ms)', 'taichi aot time8(ms)', 'taichi aot time9(ms)', 'taichi aot time10(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'brainpy time6(ms)', 'brainpy time7(ms)', 'brainpy time8(ms)', 'brainpy time9(ms)', 'brainpy time10(ms)']) + + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + for _bool_event in bool_event: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_jitconn_matvec((shape1, shape2), _type, _transpose, _outdim_parallel, _bool_event) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'cpu', _type, _transpose, _outdim_parallel, _bool_event, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/jitconn_event_matvec_grad_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + for _bool_event in bool_event: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_jitconn_matvec((shape1, shape2), _type, _transpose, _outdim_parallel, _bool_event) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'gpu', _type, _transpose, _outdim_parallel, _bool_event, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/jitconn_event_matvec_grad_gpu.csv', index=False) diff --git a/benchmarks/src/basic/jitconn_matvec_taichi_VS_jitconn_matvec.py b/benchmarks/src/basic/jitconn_matvec_taichi_VS_jitconn_matvec.py new file mode 100644 index 0000000..14a19ae --- /dev/null +++ b/benchmarks/src/basic/jitconn_matvec_taichi_VS_jitconn_matvec.py @@ -0,0 +1,560 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('gpu') + +seed = 1234 + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 + ] +types = [ + 'homo', + 'uniform', + 'normal' + ] +transpose = [ + True, + False + ] +outdim_parallel = [ + True, + False, + ] +bool_event = False +conn_prob = 0.05 +homo_data = 1. +w_low = 0. +w_high = 1. +w_mu = 0. +w_sigma = 0.1 + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.mv_prob_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.mv_prob_homo(vector, homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_uniform_taichi(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.mv_prob_uniform_taichi(vector, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_uniform(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.mv_prob_uniform(vector, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_normal_taichi(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.mv_prob_normal_taichi(vector, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_normal(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += bm.jitconn.mv_prob_normal(vector, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel) + return r + +def test_jitconn_matvec_homo(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + vector = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo_taichi(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_matvec_homo(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec_uniform(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform_taichi(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_matvec_uniform(events, w_low, w_high, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec_normal(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time0 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + + time2 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + + time4 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + + time6 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + time10 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time11 = time.time() + + time12 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + + time14 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + + time16 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + + time18 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal_taichi(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time20 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + time22 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time23 = time.time() + + time24 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time25 = time.time() + + time26 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time27 = time.time() + + time28 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time29 = time.time() + + time30 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time31 = time.time() + + time32 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time33 = time.time() + + time34 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time35 = time.time() + + time36 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time37 = time.time() + + time38 = time.time() + result = jax.block_until_ready(jitconn_matvec_normal(events, w_mu, w_sigma, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time39 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + taichi_aot_time6 = (time11 - time10) * 1000 + taichi_aot_time7 = (time13 - time12) * 1000 + taichi_aot_time8 = (time15 - time14) * 1000 + taichi_aot_time9 = (time17 - time16) * 1000 + taichi_aot_time10 = (time19 - time18) * 1000 + brainpy_time1 = (time21 - time20) * 1000 + brainpy_time2 = (time23 - time22) * 1000 + brainpy_time3 = (time25 - time24) * 1000 + brainpy_time4 = (time27 - time26) * 1000 + brainpy_time5 = (time29 - time28) * 1000 + brainpy_time6 = (time31 - time30) * 1000 + brainpy_time7 = (time33 - time32) * 1000 + brainpy_time8 = (time35 - time34) * 1000 + brainpy_time9 = (time37 - time36) * 1000 + brainpy_time10 = (time39 - time38) * 1000 + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('taichi_aot_7: ', taichi_aot_time7, 'ms') + print('taichi_aot_9: ', taichi_aot_time9, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + print('brainpylib_7: ', brainpy_time7, 'ms') + print('brainpylib_9: ', brainpy_time9, 'ms') + + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + taichi_aot_time6, taichi_aot_time7, taichi_aot_time8, taichi_aot_time9, taichi_aot_time10,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, \ + brainpy_time6, brainpy_time7, brainpy_time8, brainpy_time9, brainpy_time10 + +def test_jitconn_matvec(shape, _type, transpose, outdim_parallel): + print('shape: ', shape, ' type: ', _type, ' transpose: ', transpose, ' outdim_parallel: ', outdim_parallel) + if _type == 'homo': + return test_jitconn_matvec_homo(shape, transpose, outdim_parallel) + elif _type == 'uniform': + return test_jitconn_matvec_uniform(shape, transpose, outdim_parallel) + elif _type == 'normal': + return test_jitconn_matvec_normal(shape, transpose, outdim_parallel) + else: + raise ValueError + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['shape[0]', 'shape[1]', 'backend', 'type', 'transpose', 'outdim_parallel', 'bool_event', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'taichi aot time6(ms)', 'taichi aot time7(ms)', 'taichi aot time8(ms)', 'taichi aot time9(ms)', 'taichi aot time10(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'brainpy time6(ms)', 'brainpy time7(ms)', 'brainpy time8(ms)', 'brainpy time9(ms)', 'brainpy time10(ms)']) + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_jitconn_matvec((shape1, shape2), _type, _transpose, _outdim_parallel) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'cpu', _type, _transpose, _outdim_parallel, bool_event, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/jitconn_matvec_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, \ + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10 = test_jitconn_matvec((shape1, shape2), _type, _transpose, _outdim_parallel) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'cpu', _type, _transpose, _outdim_parallel, bool_event, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + taichi_aot_time_6, taichi_aot_time_7, taichi_aot_time_8, taichi_aot_time_9, taichi_aot_time_10, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, + brainpy_time_6, brainpy_time_7, brainpy_time_8, brainpy_time_9, brainpy_time_10] + df.to_csv(f'{PATH}/jitconn_matvec_gpu.csv', index=False) diff --git a/benchmarks/src/basic/jitconn_matvec_taichi_VS_jitconn_matvec_grad.py b/benchmarks/src/basic/jitconn_matvec_taichi_VS_jitconn_matvec_grad.py new file mode 100644 index 0000000..165c9b1 --- /dev/null +++ b/benchmarks/src/basic/jitconn_matvec_taichi_VS_jitconn_matvec_grad.py @@ -0,0 +1,736 @@ +# from jax_taichi import jax_taichi_call + +import time +from functools import partial +import os + +import brainpy as bp +import brainpy.math as bm +import jax +import jax.numpy as jnp +import numpy as np +import pandas as pd +import taichi as ti + +bm.set_platform('cpu') + +seed = 1234 + +shape = [ + 1000, + 2500, + 5000, + 10000, + 25000, + 37500, + 50000 + ] +bool_event = False +types = [ + 'homo', + 'uniform', + 'normal' + ] +transpose = [ + True, + False + ] +outdim_parallel = [ + True, + False, + ] +conn_prob = 0.05 +homo_data = 1. +w_low = 0. +w_high = 1. +w_mu = 0. +w_sigma = 0.1 + +ITERATION = 100 +if bm.get_platform() == 'cpu': + ITERATION = 10 + +print(bm.get_platform()) + +def sum_op(op): + def func(*args, **kwargs): + r = op(*args, **kwargs)[0] + return r.sum() + + return func + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.mv_prob_homo_taichi), argnums=0)( + vector, homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(4, 5, 6)) +def jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.mv_prob_homo), argnums=0)( + vector, homo_data, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_uniform_taichi_grad(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.mv_prob_uniform_taichi), argnums=0)( + vector, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_uniform_grad(vector, w_low, w_high, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.mv_prob_uniform), argnums=0)( + vector, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_normal_taichi_grad(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.mv_prob_normal_taichi), argnums=0)( + vector, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +@partial(jax.jit, static_argnums=(5, 6, 7)) +def jitconn_matvec_normal_grad(vector, w_mu, w_sigma, conn_prob, seed, shape, transpose, outdim_parallel): + r = 0 + for i in range(ITERATION): + r += jax.grad(sum_op(bm.jitconn.mv_prob_normal), argnums=0)( + vector, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel + ) + return r + +def test_jitconn_matvec_homo_cpu(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + vector = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + # time.sleep(2) + + time0 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + # time.sleep(2) + + time2 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + # time.sleep(2) + + time4 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + # time.sleep(2) + + time6 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + + time12 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + # time.sleep(2) + + time14 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + # time.sleep(2) + + time16 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + # time.sleep(2) + + time18 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + time20 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + brainpy_time1 = (time13 - time12) * 1000 + brainpy_time2 = (time15 - time14) * 1000 + brainpy_time3 = (time17 - time16) * 1000 + brainpy_time4 = (time19 - time18) * 1000 + brainpy_time5 = (time21 - time20) * 1000 + + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_2: ', taichi_aot_time2, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_4: ', taichi_aot_time4, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('brainpylib_cpu_1: ', brainpy_time1, 'ms') + print('brainpylib_cpu_2: ', brainpy_time2, 'ms') + print('brainpylib_cpu_3: ', brainpy_time3, 'ms') + print('brainpylib_cpu_4: ', brainpy_time4, 'ms') + print('brainpylib_cpu_5: ', brainpy_time5, 'ms') + # assert(jnp.allclose(result1[0], result2)) + + speedup = (brainpy_time1 + brainpy_time2 + brainpy_time3 + brainpy_time4 + brainpy_time5) / \ + (taichi_aot_time1 + taichi_aot_time2 + taichi_aot_time3 + taichi_aot_time4 + taichi_aot_time5) - 1 + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, speedup + +def test_jitconn_matvec_uniform_cpu(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + # time.sleep(2) + + time0 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time1 = time.time() + # time.sleep(2) + + time2 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time3 = time.time() + # time.sleep(2) + + time4 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time5 = time.time() + # time.sleep(2) + + time6 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time7 = time.time() + + time8 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time9 = time.time() + + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) +# print(result1[0]) +# print(result2) +# print(groundtruth - result1[0]) +# print(groundtruth - result2) + + # print(result1[0] - result2) + # print(bm.allclose(groundtruth, result1[0])) + # print(bm.allclose(groundtruth, result2)) + # assert bm.allclose(result1[0], result2) + + time12 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time13 = time.time() + # time.sleep(2) + + time14 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time15 = time.time() + # time.sleep(2) + + time16 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time17 = time.time() + # time.sleep(2) + + time18 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time19 = time.time() + + time20 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time21 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + brainpy_time1 = (time13 - time12) * 1000 + brainpy_time2 = (time15 - time14) * 1000 + brainpy_time3 = (time17 - time16) * 1000 + brainpy_time4 = (time19 - time18) * 1000 + brainpy_time5 = (time21 - time20) * 1000 + + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_2: ', taichi_aot_time2, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_4: ', taichi_aot_time4, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('brainpylib_cpu_1: ', brainpy_time1, 'ms') + print('brainpylib_cpu_2: ', brainpy_time2, 'ms') + print('brainpylib_cpu_3: ', brainpy_time3, 'ms') + print('brainpylib_cpu_4: ', brainpy_time4, 'ms') + print('brainpylib_cpu_5: ', brainpy_time5, 'ms') + # assert(jnp.allclose(result1[0], result2)) + + speedup = (brainpy_time1 + brainpy_time2 + brainpy_time3 + brainpy_time4 + brainpy_time5) / \ + (taichi_aot_time1 + taichi_aot_time2 + taichi_aot_time3 + taichi_aot_time4 + taichi_aot_time5) - 1 + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, speedup + +def test_jitconn_matvec_normal_cpu(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + # time.sleep(2) + + time0 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time1 = time.time() + # time.sleep(2) + + time2 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time3 = time.time() + # time.sleep(2) + + time4 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time5 = time.time() + # time.sleep(2) + + time6 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time7 = time.time() + + time8 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time9 = time.time() + + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) +# print(result1[0]) +# print(result2) +# print(groundtruth - result1[0]) +# print(groundtruth - result2) + + # print(result1[0] - result2) + # print(bm.allclose(groundtruth, result1[0])) + # print(bm.allclose(groundtruth, result2)) + # assert bm.allclose(result1[0], result2) + + time12 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time13 = time.time() + # time.sleep(2) + + time14 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time15 = time.time() + # time.sleep(2) + + time16 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time17 = time.time() + # time.sleep(2) + + time18 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time19 = time.time() + + time20 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time21 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + brainpy_time1 = (time13 - time12) * 1000 + brainpy_time2 = (time15 - time14) * 1000 + brainpy_time3 = (time17 - time16) * 1000 + brainpy_time4 = (time19 - time18) * 1000 + brainpy_time5 = (time21 - time20) * 1000 + + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_2: ', taichi_aot_time2, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_4: ', taichi_aot_time4, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('brainpylib_cpu_1: ', brainpy_time1, 'ms') + print('brainpylib_cpu_2: ', brainpy_time2, 'ms') + print('brainpylib_cpu_3: ', brainpy_time3, 'ms') + print('brainpylib_cpu_4: ', brainpy_time4, 'ms') + print('brainpylib_cpu_5: ', brainpy_time5, 'ms') + # assert(jnp.allclose(result1[0], result2)) + + speedup = (brainpy_time1 + brainpy_time2 + brainpy_time3 + brainpy_time4 + brainpy_time5) / \ + (taichi_aot_time1 + taichi_aot_time2 + taichi_aot_time3 + taichi_aot_time4 + taichi_aot_time5) - 1 + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, speedup + +def test_jitconn_matvec_homo_gpu(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + vector = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + # time.sleep(2) + + time0 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time1 = time.time() + # time.sleep(2) + + time2 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time3 = time.time() + # time.sleep(2) + + time4 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time5 = time.time() + # time.sleep(2) + + time6 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time7 = time.time() + + time8 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_homo_taichi_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time9 = time.time() + + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) +# print(result1[0]) +# print(result2) +# print(groundtruth - result1[0]) +# print(groundtruth - result2) + + # print(result1[0] - result2) + # print(bm.allclose(groundtruth, result1[0])) + # print(bm.allclose(groundtruth, result2)) + # assert bm.allclose(result1[0], result2) + + time12 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time13 = time.time() + # time.sleep(2) + + time14 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time15 = time.time() + # time.sleep(2) + + time16 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time17 = time.time() + # time.sleep(2) + + time18 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time19 = time.time() + + time20 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_homo_grad(vector, homo_data, conn_prob, seed, shape=shape, outdim_parallel=outdim_parallel, transpose=transpose)) + time21 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + brainpy_time1 = (time13 - time12) * 1000 + brainpy_time2 = (time15 - time14) * 1000 + brainpy_time3 = (time17 - time16) * 1000 + brainpy_time4 = (time19 - time18) * 1000 + brainpy_time5 = (time21 - time20) * 1000 + + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_2: ', taichi_aot_time2, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_4: ', taichi_aot_time4, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_2: ', brainpy_time2, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_4: ', brainpy_time4, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + # assert(jnp.allclose(result1[0], result2)) + + speedup = (brainpy_time1 + brainpy_time2 + brainpy_time3 + brainpy_time4 + brainpy_time5) / \ + (taichi_aot_time1 + taichi_aot_time2 + taichi_aot_time3 + taichi_aot_time4 + taichi_aot_time5) - 1 + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, speedup + +def test_jitconn_matvec_uniform_gpu(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + # time.sleep(2) + + time0 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time1 = time.time() + # time.sleep(2) + + time2 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time3 = time.time() + # time.sleep(2) + + time4 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time5 = time.time() + # time.sleep(2) + + time6 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time7 = time.time() + + time8 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_uniform_taichi_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time9 = time.time() + + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) +# print(result1[0]) +# print(result2) +# print(groundtruth - result1[0]) +# print(groundtruth - result2) + + # print(result1[0] - result2) + # print(bm.allclose(groundtruth, result1[0])) + # print(bm.allclose(groundtruth, result2)) + # assert bm.allclose(result1[0], result2) + + time12 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time13 = time.time() + # time.sleep(2) + + time14 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time15 = time.time() + # time.sleep(2) + + time16 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time17 = time.time() + # time.sleep(2) + + time18 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time19 = time.time() + + time20 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_uniform_grad(events, w_low, w_high, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time21 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + brainpy_time1 = (time13 - time12) * 1000 + brainpy_time2 = (time15 - time14) * 1000 + brainpy_time3 = (time17 - time16) * 1000 + brainpy_time4 = (time19 - time18) * 1000 + brainpy_time5 = (time21 - time20) * 1000 + + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_2: ', taichi_aot_time2, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_4: ', taichi_aot_time4, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_2: ', brainpy_time2, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_4: ', brainpy_time4, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + # assert(jnp.allclose(result1[0], result2)) + + speedup = (brainpy_time1 + brainpy_time2 + brainpy_time3 + brainpy_time4 + brainpy_time5) / \ + (taichi_aot_time1 + taichi_aot_time2 + taichi_aot_time3 + taichi_aot_time4 + taichi_aot_time5) - 1 + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, speedup + +def test_jitconn_matvec_normal_gpu(shape, transpose, outdim_parallel): + rng = bm.random.RandomState(seed=seed) + events = bm.as_jax(rng.random(shape[0] if transpose else shape[1])) + + # groundtruth = bm.as_jax(vector, dtype=float) @ bm.as_jax(dense) + + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + # time.sleep(2) + + time0 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time1 = time.time() + # time.sleep(2) + + time2 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time3 = time.time() + # time.sleep(2) + + time4 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time5 = time.time() + # time.sleep(2) + + time6 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time7 = time.time() + + time8 = time.time() + result1 = jax.block_until_ready(jitconn_matvec_normal_taichi_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time9 = time.time() + + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) +# print(result1[0]) +# print(result2) +# print(groundtruth - result1[0]) +# print(groundtruth - result2) + + # print(result1[0] - result2) + # print(bm.allclose(groundtruth, result1[0])) + # print(bm.allclose(groundtruth, result2)) + # assert bm.allclose(result1[0], result2) + + time12 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time13 = time.time() + # time.sleep(2) + + time14 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time15 = time.time() + # time.sleep(2) + + time16 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time17 = time.time() + # time.sleep(2) + + time18 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time19 = time.time() + + time20 = time.time() + result2 = jax.block_until_ready(jitconn_matvec_normal_grad(events, w_mu, w_sigma, conn_prob, seed, shape=shape, transpose=transpose, outdim_parallel=outdim_parallel)) + time21 = time.time() + + taichi_aot_time1 = (time1 - time0) * 1000 + taichi_aot_time2 = (time3 - time2) * 1000 + taichi_aot_time3 = (time5 - time4) * 1000 + taichi_aot_time4 = (time7 - time6) * 1000 + taichi_aot_time5 = (time9 - time8) * 1000 + brainpy_time1 = (time13 - time12) * 1000 + brainpy_time2 = (time15 - time14) * 1000 + brainpy_time3 = (time17 - time16) * 1000 + brainpy_time4 = (time19 - time18) * 1000 + brainpy_time5 = (time21 - time20) * 1000 + + print('taichi_aot_1: ', taichi_aot_time1, 'ms') + print('taichi_aot_2: ', taichi_aot_time2, 'ms') + print('taichi_aot_3: ', taichi_aot_time3, 'ms') + print('taichi_aot_4: ', taichi_aot_time4, 'ms') + print('taichi_aot_5: ', taichi_aot_time5, 'ms') + print('brainpylib_1: ', brainpy_time1, 'ms') + print('brainpylib_2: ', brainpy_time2, 'ms') + print('brainpylib_3: ', brainpy_time3, 'ms') + print('brainpylib_4: ', brainpy_time4, 'ms') + print('brainpylib_5: ', brainpy_time5, 'ms') + # assert(jnp.allclose(result1[0], result2)) + + speedup = (brainpy_time1 + brainpy_time2 + brainpy_time3 + brainpy_time4 + brainpy_time5) / \ + (taichi_aot_time1 + taichi_aot_time2 + taichi_aot_time3 + taichi_aot_time4 + taichi_aot_time5) - 1 + + return taichi_aot_time1, taichi_aot_time2, taichi_aot_time3, taichi_aot_time4, taichi_aot_time5,\ + brainpy_time1, brainpy_time2, brainpy_time3, brainpy_time4, brainpy_time5, speedup + + +def test_jitconn_matvec_cpu(shape, _type, transpose, outdim_parallel): + print('shape: ', shape, ' type: ', _type, ' transpose: ', transpose, ' outdim_parallel: ', outdim_parallel) + if _type == 'homo': + return test_jitconn_matvec_homo_cpu(shape, transpose, outdim_parallel) + elif _type == 'uniform': + return test_jitconn_matvec_uniform_cpu(shape, transpose, outdim_parallel) + elif _type == 'normal': + return test_jitconn_matvec_normal_cpu(shape, transpose, outdim_parallel) + else: + raise ValueError + + +def test_jitconn_matvec_gpu(shape, _type, transpose, outdim_parallel): + print('shape: ', shape, ' type: ', _type, ' transpose: ', transpose, ' outdim_parallel: ', outdim_parallel) + if _type == 'homo': + return test_jitconn_matvec_homo_gpu(shape, transpose, outdim_parallel) + elif _type == 'uniform': + return test_jitconn_matvec_uniform_gpu(shape, transpose, outdim_parallel) + elif _type == 'normal': + return test_jitconn_matvec_normal_gpu(shape, transpose, outdim_parallel) + else: + raise ValueError + +PATH = os.path.dirname(os.path.abspath(__file__)) + +# init dataframe +df = pd.DataFrame(columns=['shape[0]', 'shape[1]', 'backend', 'type', 'transpose', 'outdim_parallel', + 'taichi aot time1(ms)', 'taichi aot time2(ms)', 'taichi aot time3(ms)', 'taichi aot time4(ms)', 'taichi aot time5(ms)', + 'brainpy time1(ms)', 'brainpy time2(ms)', 'brainpy time3(ms)', 'brainpy time4(ms)', 'brainpy time5(ms)', + 'speedup']) + +### RECTANGULAR MATRIX +if (bm.get_platform() == 'cpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, speedup = test_jitconn_matvec_cpu((shape1, shape2), _type, _transpose, _outdim_parallel) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'cpu', _type, _transpose, _outdim_parallel, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, speedup] + df.to_csv(f'{PATH}/jitconn_matvec_grad_cpu.csv', index=False) + +if (bm.get_platform() == 'gpu'): + for shape1 in shape: + for shape2 in shape: + for _type in types: + for _outdim_parallel in outdim_parallel: + for _transpose in transpose: + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5,\ + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, speedup = test_jitconn_matvec_gpu((shape1, shape2), _type, _transpose, _outdim_parallel) + # append to dataframe + df.loc[df.shape[0]] = [shape1, shape2, 'gpu', _type, _transpose, _outdim_parallel, + taichi_aot_time_1, taichi_aot_time_2, taichi_aot_time_3, taichi_aot_time_4, taichi_aot_time_5, + brainpy_time_1, brainpy_time_2, brainpy_time_3, brainpy_time_4, brainpy_time_5, speedup] + df.to_csv(f'{PATH}/jitconn_matvec_grad_gpu.csv', index=False) diff --git a/benchmarks/src/model/Matlab/README.md b/benchmarks/src/model/Matlab/README.md new file mode 100644 index 0000000..9b1bf76 --- /dev/null +++ b/benchmarks/src/model/Matlab/README.md @@ -0,0 +1,3 @@ +Matlab original codes and files + +The codes are also available on https://github.com/xjwanglab/JoglekarEtAl2018_Neuron diff --git a/benchmarks/src/model/Matlab/caret2/badcons_4pt5.mat b/benchmarks/src/model/Matlab/caret2/badcons_4pt5.mat new file mode 100644 index 0000000..d753fc5 Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/badcons_4pt5.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/brate.mat b/benchmarks/src/model/Matlab/caret2/brate.mat new file mode 100644 index 0000000..bed80b3 Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/brate.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/brateS1.mat b/benchmarks/src/model/Matlab/caret2/brateS1.mat new file mode 100644 index 0000000..18a96bc Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/brateS1.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/bspike.mat b/benchmarks/src/model/Matlab/caret2/bspike.mat new file mode 100644 index 0000000..c2db466 Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/bspike.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/cons_5.mat b/benchmarks/src/model/Matlab/caret2/cons_5.mat new file mode 100644 index 0000000..31b779a Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/cons_5.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/goodcons_5pt5.mat b/benchmarks/src/model/Matlab/caret2/goodcons_5pt5.mat new file mode 100644 index 0000000..2045014 Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/goodcons_5pt5.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/grate.mat b/benchmarks/src/model/Matlab/caret2/grate.mat new file mode 100644 index 0000000..8526f99 Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/grate.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/grateS1.mat b/benchmarks/src/model/Matlab/caret2/grateS1.mat new file mode 100644 index 0000000..b0dd34e Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/grateS1.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/gspike.mat b/benchmarks/src/model/Matlab/caret2/gspike.mat new file mode 100644 index 0000000..c93a1f2 Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/gspike.mat differ diff --git a/benchmarks/src/model/Matlab/caret2/nofbgoodcons_5pt5.mat b/benchmarks/src/model/Matlab/caret2/nofbgoodcons_5pt5.mat new file mode 100644 index 0000000..68bfcb5 Binary files /dev/null and b/benchmarks/src/model/Matlab/caret2/nofbgoodcons_5pt5.mat differ diff --git a/benchmarks/src/model/Matlab/efelenMatpython.mat b/benchmarks/src/model/Matlab/efelenMatpython.mat new file mode 100644 index 0000000..cd5174f Binary files /dev/null and b/benchmarks/src/model/Matlab/efelenMatpython.mat differ diff --git a/benchmarks/src/model/Matlab/hierValspython.mat b/benchmarks/src/model/Matlab/hierValspython.mat new file mode 100644 index 0000000..d7506fa Binary files /dev/null and b/benchmarks/src/model/Matlab/hierValspython.mat differ diff --git a/benchmarks/src/model/Matlab/rishimodel_generatefigs_rate.m b/benchmarks/src/model/Matlab/rishimodel_generatefigs_rate.m new file mode 100644 index 0000000..34c4ea4 --- /dev/null +++ b/benchmarks/src/model/Matlab/rishimodel_generatefigs_rate.m @@ -0,0 +1,1778 @@ +clear all; +%this is to generate figures for the rate models in joglekar et al neuron +%2018 +load subgraphData.mat %loading fln and hierarchy data. + +netwParams=struct('nNodes',nNodes,'alpha',0.68); + +netwParams.hier=hierVals/max(hierVals);%hierarchy normalized. +betaE = .066 ; betaI = .351 ; %Hz/pA + +muEE = 33.7 ; muIE = 25.3; omegaEE = 24.3 ; omegaEI = 19.7 ; netwParams.alpha=.68;omegaIE = 12.2 ; omegaII = 12.5 ; +%omegaEI = 25.2 ; muEE = 51.5; +cv(1,1:3) = [0.4660, 0.6740, 0.1880]; cv(2,1:3) = [0.4940,0.1840,0.5560];%color scheme. + +%various cases below plot figures in neuron paper. + +caseval = 0; %normal fln values (not removing fb, symmetrizing fln matrix etc.) %netwParams.alpha=0 +%caseval = 1; flnMat = tril(flnMat); %removing fb worsens propagation +%caseval = -1; netwParams.alpha=0; %no hierarchy +%caseval = 2; flnMat = (flnMat+flnMat')/2; netwParams.alpha=.6;%symmetrizing fln matrix -- using arithmetic mean. +%caseval = 3; flnMat = sqrt(flnMat.*flnMat'); %symmetrizing fln -- geometric mean. +%caseval = 4; %change threshold and connection density .. measure propagation ratio +%caseval = 5; nofb=0;%plot how muEE changes and activity in 24c blows up or too low +%flnMat = tril(flnMat); %to test case5 w/out fb. % other tests: nofb=1; flnMat = tril(flnMat);%netwParams.alpha=0; +%caseval = 6; %histogram showing few strong connections vs all flns. +%caseval = 7; %for figure about balanced amp. in local circuit +%caseval = 8; %for figure about either blowup or badprop in 24c vs V1. along with input to V1. +%caseval = 9; %jorge's mejias sci advances figure +%caseval = 10; %jorge's mejias sci advances figure +%caseval = 11; %compare max rate control case / no fb / symmetrized fln with arithmetic / geometric mean. +%caseval = 12; %caret figs. for brain. +%caseval = 13; %jorge mejias science advances -- fig oscillations. +%caseval = 14 ; %contour plot large scale system +%caseval = -2; flnMat = (flnMat+flnMat')/2; netwParams.alpha=0; +%caseval = -3; flnMat = (flnMat+flnMat')/2; netwParams.alpha=0; +%caseval = 15; %burkhalter result implement in supplementary. vary muIE + +%%%%%%%%%%%% pulse to V1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%basic network setup below + +localParams.bgInh=zeros(netwParams.nNodes,1);%background inhibitory +localParams.tauE=2e-2; localParams.tauI=1e-2; % time constants +tParams.nSteps=5e4;tParams.dt=2e-4; +tSteps=(1:tParams.nSteps)*tParams.dt; +toplotstart=round(1.75/tParams.dt);toplotend=round(5/tParams.dt); +%input to v1 +inpArea='V1'; inpType='whiteNoise'; areaInput.idx=areaMap(inpArea);nNodes=29; +currParams.desiredSs=[10*ones(nNodes,1); 35*ones(nNodes,1)]; +localParams.noiseStd=0; % No local noise here for pulse input to V1 + +lw = 1; fsize=7;fsizelab=7;msize=7; poster = 0; + +%poster=1; +if poster==1 + fsize=10;fsizelab=10;msize=10; +end + +if caseval < 4 + for count=1:2 + if count==1 + omegaEI = 19.7 ; muEE = 33.7 ; %weak GBA + else + omegaEI = 25.2 ; muEE = 51.5;%strong GBA + end + + localParams.ee=betaE*omegaEE*(1+netwParams.alpha*netwParams.hier); + localParams.ie=betaI*omegaIE*(1+netwParams.alpha*netwParams.hier); + localParams.ei=-betaE*omegaEI; + localParams.ii=-betaI*omegaII; + + ldParams.ee=betaE*muEE*(1+netwParams.alpha*netwParams.hier); + ldParams.ie=betaI*muIE*(1+netwParams.alpha*netwParams.hier); + + if caseval == -3 + localParams.ee=betaE*omegaEE*(1+.68*netwParams.hier); %note eta = .68 as in chaudhuri 2015 neuron + localParams.ie=betaI*omegaIE*(1+.68*netwParams.hier); + end + + ldConns.ee= bsxfun(@times,flnMat,ldParams.ee); + ldConns.ie= bsxfun(@times,flnMat,ldParams.ie); + + +% %if caseval == 15 +% burkmat = zeros(nNodes, nNodes); +% mf = .1; %vary mf. +% %burkhalter like scaling of long range E to I. +% for r = 1:nNodes +% for s = 1:nNodes +% burkmat(r,s) = max(0,netwParams.hier(r,1) - netwParams.hier(s,1)); +% % burkmat(r,s) = netwParams.hier(r,1) - netwParams.hier(s,1); +% end ; +% end; +% burkmat = 1 + mf*burkmat; +% ldConns.ie = bsxfun(@times,ldConns.ie,burkmat); +% %end + + + nNodes=size(ldConns.ee,1);%29 nodes. + %build local and long range connections. + wEe=diag(-1+localParams.ee)+ldConns.ee; + wEi=localParams.ei*eye(nNodes);%these ws would be 29x29 identity matrices. + wIe=diag(localParams.ie)+ldConns.ie; + wIi=(-1+localParams.ii)*eye(nNodes);%compare this to eqn 4 - where does -1 come from?? + + A = [wEe/localParams.tauE wEi/localParams.tauE;... + wIe/localParams.tauI wIi/localParams.tauI]; + + currParams.A=A; + + B=currParams.A;%B=params.A; + B(1:nNodes,:)=B(1:nNodes,:)*localParams.tauE; + B((nNodes+1):end,:)=B((nNodes+1):end,:)*localParams.tauI; + currs=-B*currParams.desiredSs; %currs=-B*params.desiredSs; + + localParams.bgExc=currs(1:nNodes); localParams.bgInh=currs((nNodes+1):end); + bgCurr=[localParams.bgExc; localParams.bgInh];%bg = background + + combMat=A; + combMat(1:nNodes,:)=combMat(1:nNodes,:)*localParams.tauE; + combMat((nNodes+1):end,:)=combMat((nNodes+1):end,:)*localParams.tauI; + sstate=-combMat\bgCurr;%which is -bgCurr/combMat %this is steady state. + + netwParams.initConds.exc=sstate(1:nNodes); netwParams.initConds.inh=sstate((nNodes+1):end); + + if (caseval==0 || caseval == -1) + if (count == 1) + %inputs set in various cases to set firing rate to 100 Hz. + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',22.05*1.9); + else + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',11.54*1.9); + end + end + if caseval==1 + if (count == 1) + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',22.68*1.9); + else + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',37.8*1.9); + end + end + if caseval==2 + if (count == 1) + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',22.07*1.9); + else + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',11.18*1.9); + end + end + if caseval==3 + if (count == 1) + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',22.07*1.9); + else + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',13.63*1.9); + end + end + + if caseval== -2 || caseval== -3 + if (count == 1) + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',22.07*1.9); + else + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',13.63*1.9); + end + end + + areaInput.inp=zeros(tParams.nSteps,1); + areaInput.inp(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))=inpParams.ampl; + + + if (count == 1) + popRatesbad=runNetworkAreaInputNEW(tParams,localParams,netwParams,ldConns,areaInput,'threshLinear'); + maxpeakbad=zeros(nNodes,1); + for r=1:nNodes + maxpeakbad(r,1)=max(popRatesbad.exc(r,(toplotstart:toplotend))-popRatesbad.exc(r,toplotstart)); + end + else + popRatesgood=runNetworkAreaInputNEW(tParams,localParams,netwParams,ldConns,areaInput,'threshLinear'); + maxpeakgood=zeros(nNodes,1); + for r=1:nNodes + maxpeakgood(r,1)=max(popRatesgood.exc(r,(toplotstart:toplotend))-popRatesgood.exc(r,toplotstart)); + end + end + + if (caseval==0 || caseval==1 || caseval==2 || caseval == -1 || caseval == -2 || caseval == -3) + if (count == 1) + s=1000;%weak gba + else + s=100;%strong gba + end + end + if caseval==3 + if (count == 1) + s=10000;%weak gba + else + s=100;%strong gba + end + end + + lw=1; + x1 = -98.25; x2 = -96; cv(1,1:3) = [0.4660, 0.6740, 0.1880]; cv(2,1:3) = [0.4940,0.1840,0.5560]; + + hFig = figure(); + if count == 1 + set(hFig,'units', 'centimeters', 'Position', [0 0 5.7 6],'PaperUnits','centimeters','PaperPosition',[.1 -.4 5.7 6],'PaperSize',[6. 5.8]) + else + set(hFig,'units', 'centimeters', 'Position', [0 0 5.7 6],'PaperUnits','centimeters','PaperPosition',[.1 -.4 5.7 6],'PaperSize',[6. 5.8]) + end + + if count ==1 + maxpeak = maxpeakbad; + else + maxpeak = maxpeakgood; + end + + if count == 1 + subplot(9,1,1);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(1,(toplotstart:toplotend))-popRatesbad.exc(1,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'xcolor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(1,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 140]);%ylabel('V1','FontSize', 18) + hold on;plot(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))-100,135*ones(size(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt)))),'k'); + + if poster == 0 + annotation('textbox', [0.42,0.9,0.1,0.1],'String', 'Weak GBA','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [0.23,0.88,0.1,0.1],'String', '250 ms','FontSize',fsizelab,'LineStyle','None'); + end + + subplot(9,1,2);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(3,(toplotstart:toplotend))-popRatesbad.exc(3,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'xcolor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(3,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(3,1)]);%ylabel('V4') + subplot(9,1,3);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(6,(toplotstart:toplotend))-popRatesbad.exc(6,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(6,1))/s, 'Yticklabel',round(s*maxpeak(6,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(6,1)]); + subplot(9,1,4);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(8,(toplotstart:toplotend))-popRatesbad.exc(8,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(8,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(8,1)]);%ylabel('8l') + subplot(9,1,5);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(9,(toplotstart:toplotend))-popRatesbad.exc(9,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(9,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(9,1)]);%ylabel('TEO') + subplot(9,1,6);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(13,(toplotstart:toplotend))-popRatesbad.exc(13,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(13,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(13,1)]);%ylabel('7A') + subplot(9,1,7);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(17,(toplotstart:toplotend))-popRatesbad.exc(17,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(17,1))/s,'Yticklabel',round(s*maxpeak(17,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(17,1)]);%ylabel('9/46D') + subplot(9,1,8);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(19,(toplotstart:toplotend))-popRatesbad.exc(19,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(19,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(19,1)]);%ylabel('TEpd') + subplot(9,1,9);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(29,(toplotstart:toplotend))-popRatesbad.exc(29,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(29,1))/s,'Yticklabel',round(s*maxpeak(29,1))/s,'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(29,1)]); + else + + subplot(9,1,1);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(1,(toplotstart:toplotend))-popRatesbad.exc(1,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(1,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 140]);%ylabel('V1','FontSize', 18) + if poster == 0 + annotation('textbox', [0.42,0.9,0.1,0.1],'String', 'Strong GBA','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [0.21,0.88,0.1,0.1],'String', '250 ms','FontSize',fsizelab,'LineStyle','None'); + end + hold on;subplot(9,1,1);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(1,(toplotstart:toplotend))-popRatesgood.exc(1,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(1,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 140]);%ylabel('V1','FontSize', 18) + hold on;plot(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))-100,135*ones(size(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt)))),'k'); + + subplot(9,1,2);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(3,(toplotstart:toplotend))-popRatesbad.exc(3,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(3,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(3,1)]);%ylabel('V4') + hold on;subplot(9,1,2);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(3,(toplotstart:toplotend))-popRatesgood.exc(3,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(3,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(3,1)]);%ylabel('V4') + subplot(9,1,3);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(6,(toplotstart:toplotend))-popRatesbad.exc(6,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(6,1))/s, 'Yticklabel',round(s*maxpeak(6,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(6,1)]); + hold on;subplot(9,1,3);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(6,(toplotstart:toplotend))-popRatesgood.exc(6,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(6,1))/s, 'Yticklabel',round(s*maxpeak(6,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(6,1)]); + subplot(9,1,4);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(8,(toplotstart:toplotend))-popRatesbad.exc(8,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(8,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(8,1)]);%ylabel('8l') + hold on;subplot(9,1,4);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(8,(toplotstart:toplotend))-popRatesgood.exc(8,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(8,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(8,1)]);%ylabel('8l') + subplot(9,1,5);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(9,(toplotstart:toplotend))-popRatesbad.exc(9,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(9,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(9,1)]);%ylabel('TEO') + hold on;subplot(9,1,5);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(9,(toplotstart:toplotend))-popRatesgood.exc(9,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(9,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(9,1)]);%ylabel('TEO') + subplot(9,1,6);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(13,(toplotstart:toplotend))-popRatesbad.exc(13,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(13,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(13,1)]);%ylabel('7A') + hold on;subplot(9,1,6);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(13,(toplotstart:toplotend))-popRatesgood.exc(13,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(13,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(13,1)]);%ylabel('7A') + subplot(9,1,7);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(17,(toplotstart:toplotend))-popRatesbad.exc(17,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(17,1))/s,'Yticklabel',round(s*maxpeak(17,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(17,1)]);%ylabel('9/46D') + hold on;subplot(9,1,7);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(17,(toplotstart:toplotend))-popRatesgood.exc(17,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(17,1))/s,'Yticklabel',round(s*maxpeak(17,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(17,1)]);%ylabel('9/46D') + subplot(9,1,8);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(19,(toplotstart:toplotend))-popRatesbad.exc(19,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(19,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(19,1)]);%ylabel('TEpd') + hold on;subplot(9,1,8);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(19,(toplotstart:toplotend))-popRatesgood.exc(19,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(19,1))/s,'Xtick',[],'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(19,1)]);%ylabel('TEpd') + subplot(9,1,9);plot(tSteps(toplotstart:toplotend)-100,popRatesbad.exc(29,(toplotstart:toplotend))-popRatesbad.exc(29,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(29,1))/s,'Yticklabel',round(s*maxpeak(29,1))/s,'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(29,1)]); + hold on;subplot(9,1,9);plot(tSteps(toplotstart:toplotend)-100,popRatesgood.exc(29,(toplotstart:toplotend))-popRatesgood.exc(29,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(count,:));set(gca,'XColor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(29,1))/s,'Yticklabel',round(s*maxpeak(29,1))/s,'XLim',[x1 x2],'YLim',[0 1.2*maxpeak(29,1)]); + end + + h = xlabel('Time (s)','FontSize', fsize);set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [.01, 0.4, -0.9]);% + set(gca,'Xtick',-98.:2:-96);set(gca,'XTickLabel',['0';'2']);%timept = [' ';'0';' ';' ';' ';' ';' ';' ';' ';'2'];set(gca,'XTickLabel',timept); + set(gca,'FontSize',fsizelab,'box','off','Ytick',round(s*maxpeak(29,1))/s);%ylabel('18c') + + if count == 2 + xv = .89;%0.87 + annotation('textbox', [xv,0.83,0.1,0.1],'String', 'V1','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.735,0.1,0.1],'String', 'V4','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.645,0.1,0.1],'String', '8m','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.55,0.1,0.1],'String', '8l','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.445,0.1,0.1],'String', 'TEO','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.353,0.1,0.1],'String', '7A','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.265,0.1,0.1],'String', '9/46d','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.173,0.1,0.1],'String', 'TEpd','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [xv,0.08,0.1,0.1],'String', '24c','FontSize',fsizelab,'LineStyle','None'); + end + + if (caseval==0 || caseval==1 || caseval==2 || caseval==-1) + if (count==1) + h = ylabel('Change in firing rate (Hz)','FontSize', fsize);set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, 6.2, -0.9]);%bad + + end + end + if caseval==3 + if (count==1) + h = ylabel('Change in firing rate (Hz)','FontSize', fsize);set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, 6.3, -0.9]);%bad + else + h = ylabel('Change in firing rate (Hz)','FontSize', fsize);set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.04, 6.3, -0.9]);%good + end + end + + %%%%%%%%%%%%%%%%%for peak firing rate figures across various areas %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + nodelen=1:29;nodelen=nodelen'; + if (count==1) + hFig2 = figure(); + set(hFig2,'units', 'centimeters', 'Position', [0 0 8 6],'PaperUnits','centimeters','PaperPosition',[.1 .1 8 6],'PaperSize',[8.2 6.2]) + % set(hFig2,'units', 'centimeters', 'Position', [0 0 8 8],'PaperUnits','centimeters','PaperPosition',[.1 .1 8 8],'PaperSize',[8.2 8.2]) + semilogy(nodelen,100*(maxpeakbad)/maxpeakbad(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab, 'Color',[0.4660, 0.6740, 0.1880]); + if caseval==1 + hold on; semilogy(6:2:8,100*(maxpeakbad(6:2:8,1))/maxpeakbad(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4660, 0.6740, 0.1880]); + hold on; semilogy(9:2:11,100*(maxpeakbad(9:2:11,1))/maxpeakbad(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4660, 0.6740, 0.1880]); + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} ']); + else + set(gca,'Ytick',logspace(-4,2,4),'YTickLabel',['10^{-4}';'10^{-2}';'10^{0} ';'10^{2} ']); + end + else + hFig2 = figure(); + set(hFig2,'units', 'centimeters', 'Position', [0 0 7.5 3.8],'PaperUnits','centimeters','PaperPosition',[.05 .01 7.5 3.8],'PaperSize',[7. 3.8]) ; + semilogy(nodelen-1,100*(maxpeakbad)/maxpeakbad(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4660, 0.6740, 0.1880]);hold on; + semilogy(nodelen-1,100*(maxpeakgood)/maxpeakgood(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4940,0.1840,0.5560]); + if caseval==1 + hold on; semilogy((6:2:8)-1,100*(maxpeakbad(6:2:8,1))/maxpeakbad(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4660, 0.6740, 0.1880]); + hold on; semilogy((9:2:11)-1,100*(maxpeakbad(9:2:11,1))/maxpeakbad(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4660, 0.6740, 0.1880]); + hold on; semilogy((6:2:8)-1,100*(maxpeakgood(6:2:8,1))/maxpeakgood(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4940,0.1840,0.5560]); + hold on; semilogy((9:2:11)-1,100*(maxpeakgood(9:2:11,1))/maxpeakgood(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4940,0.1840,0.5560]); + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-8 1e2]); + else + set(gca,'Ytick',logspace(-4,2,4),'YTickLabel',['10^{-4}';'10^{-2}';'10^{0} ';'10^{2} ']); + legend({'weak GBA','strong GBA'},'Position',[0.7 0.87 0.1 0.1],'Box','off','FontSize',fsize); + end + end + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized'); + pos = get(h, 'Position');set(h, 'Position', pos + [-.02, -.06, -0.9]);% + + if count == 2 + if caseval == 0 + maxpeakbad_control = maxpeakbad; maxpeakgood_control = maxpeakgood; + %save('maxpeakbad_control.mat','maxpeakbad_control'); save('maxpeakgood_control.mat','maxpeakgood_control'); + end + if caseval == 1 + maxpeakbad_nofb= maxpeakbad; maxpeakgood_nofb = maxpeakgood; + %save('maxpeakbad_nofb.mat','maxpeakbad_nofb'); save('maxpeakgood_nofb.mat','maxpeakgood_nofb'); + end + if caseval == 2 + maxpeakbad_arimean = maxpeakbad; maxpeakgood_arimean = maxpeakgood; + %save('maxpeakbad_arimean.mat','maxpeakbad_arimean'); save('maxpeakgood_arimean.mat','maxpeakgood_arimean'); + end + if caseval == 3 + maxpeakbad_geomean = maxpeakbad; maxpeakgood_geomean = maxpeakgood; + %save('maxpeakbad_geomean.mat','maxpeakbad_geomean'); save('maxpeakgood_geomean.mat','maxpeakgood_geomean'); + end + if caseval == -1 + maxpeakbad_nohier = maxpeakbad; maxpeakgood_nohier = maxpeakgood; + %save('maxpeakbad_nohier.mat','maxpeakbad_nohier'); save('maxpeakgood_nohier.mat','maxpeakgood_nohier'); + end + + if caseval == -2 %new after revision. this and below case -3. + maxpeakbad_arimeannohier = maxpeakbad; maxpeakgood_arimeannohier = maxpeakgood; + %save('maxpeakbad_arimeannohier.mat','maxpeakbad_arimeannohier'); save('maxpeakgood_arimeannohier.mat','maxpeakgood_arimeannohier'); + end + if caseval == -3 + maxpeakbad_arimeanlochier = maxpeakbad; maxpeakgood_arimeanlochier = maxpeakgood; + %save('maxpeakbad_arimeanlochier.mat','maxpeakbad_arimeanlochier'); save('maxpeakgood_arimeanlochier.mat','maxpeakgood_arimeanlochier'); + end + + end + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + if (caseval==0) + if count == 1 + % saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2E', 'pdf') + + else + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2G', 'pdf') + end + end + if (caseval==1) + if count == 1 + % saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig 1 nofbbadmaxrate', 'pdf'); + else + % saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig 1 nofbgoodmaxrate', 'pdf') + end + end + if (caseval==2) + if count == 1 + % saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig 2 symflnarmeanbadmaxrate', 'pdf') + else + % saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig 2 symflnarmeangoodmaxrate', 'pdf') + end + end + if (caseval==3) + if count == 1 +% saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig 3 symflngeomeanbadmaxrate', 'pdf') + else +% saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig 3 symflngeomeangoodmaxrate', 'pdf') + end + end + + end +end + +%%%%%%%%%%for figure with threshold and removing weak connections. %%%%%% +if caseval == 4 + + binsize=15;%no of divisions for conn strength calculation. + thresvec = logspace(-5,-2,binsize)'; + frac=zeros(binsize,1);peakratio = zeros(binsize,2); + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',21.5*1.951); + areaInput.inp=zeros(tParams.nSteps,1); + areaInput.inp(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))=inpParams.ampl; +for u=1:length(thresvec) %run loop... + thres = thresvec(u); + clear flnMatloop; flnMatloop = flnMat; + +frac(u,1) = numel(flnMat( flnMat(:)>thresvec(u) ))/8.12;%--area to area only. on x axis.% figure; plot(thresvec,frac) + +for flnrow=1:length(flnMat) + for flncol=1:length(flnMat) + if(flnMat(flnrow,flncol)500) + prop24c(muval,uu) = 500; + end + + if uu==1 + [vcond,wcond]=sortEig(A);maxeig(muval,1)=max(real(wcond)); + disp(max(real(wcond))); + else + condA2(muval,1) = sqrt( sum(svd(A).^2) - sum(abs(eig(A)).^2) ); propV1(muval,1) = maxpeak(1,1); + [vcond,wcond]=sortEig(A);condA1(muval,1) = cond(vcond); condA3(muval,1) = norm(A*A' - A'*A,'fro'); + end + %propv1(muval,uu) = maxpeak(1,1);if (propv1(muval,uu)>500)propv1(muval,uu) = 500;end + disp([muEE,uu]); + end + end + cv(1,1:3) = [0.4660, 0.6740, 0.1880]; cv(2,1:3) = [0.4940,0.1840,0.5560]; + hFig = figure(); + if nofb == 0 + set(hFig,'units', 'centimeters', 'Position', [0 0 3.6 4],'PaperUnits','centimeters','PaperPosition',[.1 .1 3.2 4],'PaperSize',[3.6 4.]) ; + %set(hFig,'units', 'centimeters', 'Position', [0 0 4 3.5],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 3.5],'PaperSize',[3.8 3.5]);%for xjtalk + else + set(hFig,'units', 'centimeters', 'Position', [0 0 3. 4],'PaperUnits','centimeters','PaperPosition',[-.2 .1 2.6 4],'PaperSize',[2.7 4]) ; + end + fsize = 7; msize = 7; + semilogy(muEErange,prop24c(:,1),'.-','LineWidth',lw,'MarkerSize',msize, 'Color',cv(1,:));set(gca,'FontSize',fsizelab,'box','off'); + h = xlabel('Global E to E coupling','FontSize', fsize);%set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.0, -0.01, -0.9]); + %hold on; semilogy(muEErange(4),prop24c(4,1),'x','LineWidth',lw,'MarkerSize',msize, 'Color',cv(1,:)); + %hold on; semilogy(muEErange(5),prop24c(5,1),'o','LineWidth',lw,'MarkerSize',msize, 'Color',cv(1,:)); + + %xlabel({'line 1';'line2'}); + %xlabel({'Global coupling';'Global coupling'},'FontSize', fsize); + + %set(gca,'Xtick',30:5:40,'XTickLabel',['30';'35';'40'],'xlim',[28. 42]); + %set(gca,'Ytick',logspace(-6,3,4),'YTickLabel',['10^{-6}';'10^{-3}';'10^{0} ';'10^{3} '],'ylim',[1e-6, 1e3]); + set(gca,'Ytick',logspace(-8,4,4),'YTickLabel',['10^{-8}';'10^{-4}';'10^{0} ';'10^{4} '],'ylim',[1e-8, 1e4]); + set(gca,'Xtick',20:10:50,'XTickLabel',['20';'30';'40';'50'],'xlim',[20. 50]); + + if nofb==0 + h = ylabel('Maximum rate in 24c (Hz)','FontSize', fsize);%set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]); + else + set(gca,'ycolor',get(gcf,'color') ) ; + end + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1 24cblowup', 'pdf') + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1C ', 'pdf') + + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1 24c no fb slowblowup', 'pdf') + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1C nofb', 'pdf') + + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/suppfig8_nohier', 'pdf') + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/xj columbia talk/main fig 2I only green', 'pdf'); + + hFig = figure(); fsize = 7; msize = 7; + set(hFig,'units', 'centimeters', 'Position', [0 0 4 3.5],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 3.5],'PaperSize',[3.8 3.5]) + semilogy(muEErange,prop24c(:,1),'.-','LineWidth',lw,'MarkerSize',msize,'Color',cv(1,:));set(gca,'FontSize',fsizelab,'box','off'); + hold on; semilogy(muEErange,prop24c(:,2),'.-','LineWidth',lw,'MarkerSize',msize,'Color',cv(2,:));set(gca,'box','off'); + h = xlabel('Global E to E coupling','FontSize', fsize);set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.0, -0.01, -0.9]); + h = ylabel('Maximum rate in 24c (Hz)','FontSize', fsize);set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]); + set(gca,'Xtick',20:10:50,'XTickLabel',['20';'30';'40';'50'],'xlim',[20 52]); + %legend({'increase \mu_{EE}', 'increase \mu_{EE}, \omega_{EI}'},'Position',[0.58 0.2 0.1 0.1],'Box','off','FontSize',7); + set(gca,'Ytick',logspace(-8,4,4),'YTickLabel',['10^{-8}';'10^{-4}';'10^{0} ';'10^{4} '],'ylim',[1e-8, 1e4]); + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 3 24cgoodandbad', 'pdf'); + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2I', 'pdf'); + + + hFig = figure();set(hFig,'units', 'centimeters', 'Position', [0 0 4 4],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 4],'PaperSize',[4. 4.]) + semilogx(prop24c(:,2),condA2,'.-','LineWidth',lw,'MarkerSize',msize,'Color',cv(2,:));set(gca,'FontSize',fsizelab,'box','off'); + h = xlabel('Maximum rate in 24c (Hz)', 'FontSize',fsize);set(h, 'Units', 'Normalized'); + h = ylabel('Nonnormality measure','FontSize', fsize);set(h, 'Units', 'Normalized'); + set(gca,'Xtick',logspace(-7,1,3),'XTickLabel',['10^{-7}';'10^{-3}';'10^{1} '],'xlim',[1e-7 1e1]); + set(gca,'Ytick',4500:150:4650,'YTickLabel',['4500';'4650'],'ylim',[4500, 4650]); + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig nonnormality', 'pdf'); + + + %%%%%%%%%%% brain figure %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + load('2012_12_10_data_sorted_coordinates.mat'); + fsize = 6; msize = 6; + crds=coord.sortCrdList; + %hFig2 = figure(); set(hFig2,'units', 'centimeters', 'Position', [0 0 8.7 6.4],'PaperUnits','centimeters','PaperPosition',[.0 .0 8.7 6.4],'PaperSize',[8.7 6.4]) + hFig2 = figure(); set(hFig2,'units', 'centimeters', 'Position', [0 0 6.4 4.6],'PaperUnits','centimeters','PaperPosition',[.0 .0 6.4 4.6],'PaperSize',[6.4 4.6]) + + axes1 = axes('Parent',hFig2); hold on; + plot3(crds(:,1),crds(:,2),crds(:,3),'.','MarkerSize',msize,'Color',[0 0 0]); + + % Now start to fill in the strong connections Symmetrize, for now + symmConns=(flnMat+flnMat')/2; + thresh=5e-3; + lnWt=@(x) log10(x/thresh)/log10(1/thresh); + % Can set various thresholds for what gets plotted and scale the weights in various ways + for i=1:nNodes + for j=1:(i-1) + if(symmConns(i,j)>thresh) + lineToPlot=[crds(i,:); crds(j,:)]; + plot3(lineToPlot(:,1),lineToPlot(:,2),lineToPlot(:,3),'LineWidth',(.1*lnWt(symmConns(i,j))),'Color', [0.9290 0.6940 0.1250]); + end + end + end + view(axes1,[106 18]); + labels=areaList; + xc=crds(:,1); yc=crds(:,2); zc=crds(:,3); text(xc,yc,zc,labels,'FontSize',fsize); + plot3(crds(:,1),crds(:,2),crds(:,3),'.','MarkerSize',msize,'Color',[0 0 0]); + set(gca,'xlim',[min(crds(:,1)) max(crds(:,1))],'ylim',[min(crds(:,2)) max(crds(:,2))],'zlim',[min(crds(:,3)) max(crds(:,3))]);axis off; + % saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 3 brain', 'pdf') + % saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1A', 'pdf') + + hFig2 = figure(); set(hFig2,'units', 'centimeters', 'Position', [0 0 8.7 6.4],'PaperUnits','centimeters','PaperPosition',[.0 .0 8.7 6.4],'PaperSize',[8.7 6.4]) + axes1 = axes('Parent',hFig2); hold on; + plot3(crds(:,1),crds(:,2),crds(:,3),'.','MarkerSize',msize,'Color',[0 0 0]); + for i=1:nNodes + for j=1:(i-1) + if(symmConns(i,j)>thresh) + lineToPlot=[crds(i,:); crds(j,:)]; + plot3(lineToPlot(:,1),lineToPlot(:,2),lineToPlot(:,3),'LineWidth',(.1*lnWt(symmConns(i,j))),'Color', [0.9290 0.6940 0.1250]); + end + end + end + view(axes1,[106 18]); + xc=crds(:,1); yc=crds(:,2); zc=crds(:,3);% text(xc,yc,zc,labels,'FontSize',fsize); + plot3(crds(:,1),crds(:,2),crds(:,3),'.','MarkerSize',msize,'Color',[0 0 0]); + set(gca,'xlim',[min(crds(:,1)) max(crds(:,1))],'ylim',[min(crds(:,2)) max(crds(:,2))],'zlim',[min(crds(:,3)) max(crds(:,3))]);axis off; +% saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 3 brainsmall', 'pdf') + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +end + +if caseval == 6 + fsize=8;fsizelab=8;msize=8; + + ventarea = [1:3,9,19];flnMatpos=zeros(500,1); + count=0; + for i=1:29 + for j=1:29 + if(flnMat(i,j)>0) + count=count+1;flnMatpos(count,1) = flnMat(i,j); + end; + end; + end; + flnMatpos=flnMatpos(1:count,1); + + count=0;flnMatvisven=zeros(500,1); + for i = 1:length(ventarea) + for j = 1:length(ventarea) + if(flnMat(ventarea(i),ventarea(j))>0) + count=count+1; + flnMatvisven(count,1)=(flnMat(ventarea(i),ventarea(j))); + disp([i, j, flnMatvisven(count,1)]); + end; + end; + end; + flnMatvisven = flnMatvisven(1:count,1); + +hFig = figure(); set(hFig,'units', 'centimeters', 'Position', [0 0 4 3],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 3],'PaperSize',[4.1 3.1]) +hist(flnMatpos,logspace(-6,0,13));set(gca,'xscale','log');h = findobj(gca,'Type','patch'); +set(h,'FaceColor',[0.4940 0.1840 0.5560],'EdgeColor','w','FaceAlpha',0.35,'LineWidth',0.2); +%h = findobj(gca,'Type','line');set(h,'Marker','none'); +hold on; +hist(flnMatvisven,logspace(-6,0,13)); +h = findobj(gca,'Type','line');set(h,'Marker','none'); +%h = findobj(gca,'Type','patch');%set(h,'EdgeAlpha',0.8); +set(gca,'FontSize',fsizelab,'box','off'); +set(gca,'xlim',[1e-6 3],'Xtick',logspace(-6,0,4),'XTickLabel',['10^{-6}';'10^{-4}';'10^{-2}';'10^{0} ']); +set(gca,'ylim',[0 70],'Ytick',0:20:60,'YTickLabel',['0 ';'20';'40';'60']); +ylabel('FLN counts','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, -0.0, -0.9]); +[counts,~]=hist(flnMatpos,logspace(-6,0,13));[countsvv,~]=hist(flnMatvisven,logspace(-6,0,13)); +disp(sum(countsvv(10:13))/sum(counts(10:13))); + +%saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 5 histfln', 'pdf') + + hFig = figure(); + %set(hFig,'units', 'centimeters', 'Position', [0 0 4 2.5],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 2.5],'PaperSize',[4.1 2.6]) +set(hFig,'units', 'centimeters', 'Position', [0 0 4.2 2.5],'PaperUnits','centimeters','PaperPosition',[.1 .1 4.2 2.5],'PaperSize',[4.3 2.6]) + +hist(flnMatpos,logspace(-6,1,15));set(gca,'xscale','log');h = findobj(gca,'Type','patch'); +%set(h,'FaceColor',[0.4940 0.1840 0.5560],'EdgeColor','w','FaceAlpha',0.35,'LineWidth',0.2); +set(h,'FaceColor',[0.4940 0.1840 0.5560],'FaceAlpha',0.35,'LineWidth',0.2); +h = findobj(gca,'Type','line');set(h,'Marker','none'); h = findobj(gca,'Type','patch');%set(h,'EdgeAlpha',0.8); +set(gca,'FontSize',fsizelab,'box','off'); +set(gca,'xlim',[1e-6 3],'Xtick',logspace(-6,0,4),'XTickLabel',['10^{-6}';'10^{-4}';'10^{-2}';'10^{0} ']); +set(gca,'ylim',[0 70],'Ytick',0:20:60,'YTickLabel',['0 ';'20';'40';'60']); +ylabel('FLN counts','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, -0.0, -0.9]); +[counts,~]=hist(flnMatpos,logspace(-6,0,13)); +disp(sum(~(10:13))/sum(counts(10:13))); +%saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 5 histfln1', 'pdf') +saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 4F', 'pdf') + + hFig = figure(); + %set(hFig,'units', 'centimeters', 'Position', [0 0 4 2.5],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 2.5],'PaperSize',[4.1 2.9]) + set(hFig,'units', 'centimeters', 'Position', [0 0 4.2 2.5],'PaperUnits','centimeters','PaperPosition',[.1 .1 4.2 2.5],'PaperSize',[4.3 2.9]) + %hist(flnMatvisven,logspace(-4,1,11)); +hist(flnMatvisven,logspace(-6,1,15)); +set(gca,'xscale','log');h = findobj(gca,'Type','patch'); +set(h,'FaceColor',[0.4940 0.1840 0.5560],'FaceAlpha',0.75,'LineWidth',0.2); +h = findobj(gca,'Type','line');set(h,'Marker','none'); +%h = findobj(gca,'Type','patch');%set(h,'EdgeAlpha',0.8); +set(gca,'FontSize',fsizelab,'box','off'); + set(gca,'xlim',[1e-6 3],'Xtick',logspace(-6,0,4),'XTickLabel',['10^{-6}';'10^{-4}';'10^{-2}';'10^{0} ']);%['10^{-6}';'10^{-4}';'10^{-2}';'10^{0} ']);'XTickLabel',[] + set(gca,'ylim',[0 5],'Ytick',0:5:5,'YTickLabel',['0 ';'5 ']); +h = ylabel('FLNs: ventral stream','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, -0.0, -0.9]); + +[countsvv,centersvv]=hist(flnMatvisven,logspace(-4,1,11)); +%disp(sum(countsvv(10:13))/sum(counts(10:13))); +%saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 5 histfln2', 'pdf') +saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 4G', 'pdf') + +%all vs feedback +flnMatfb=zeros(500,1); + count=0; + for i=1:29 + for j=i:29 + if(flnMat(i,j)>0) + count=count+1;flnMatfb(count,1) = flnMat(i,j); + end; + end; + end; +flnMatfb=flnMatfb(1:count,1); +hFig = figure(); set(hFig,'units', 'centimeters', 'Position', [0 0 4 3],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 3],'PaperSize',[4.1 3.1]) +hist(flnMatpos,logspace(-6,1,15));set(gca,'xscale','log');h = findobj(gca,'Type','patch'); +set(h,'FaceColor',[0.4940 0.1840 0.5560],'EdgeColor','w','FaceAlpha',0.35,'LineWidth',0.2); +%h = findobj(gca,'Type','line');set(h,'Marker','none'); +hold on; +hist(flnMatfb,logspace(-6,1,15)); +h = findobj(gca,'Type','line');set(h,'Marker','none'); +%h = findobj(gca,'Type','patch');%set(h,'EdgeAlpha',0.8); +set(gca,'FontSize',fsizelab,'box','off'); +set(gca,'xlim',[1e-6 3],'Xtick',logspace(-6,0,4),'XTickLabel',['10^{-6}';'10^{-4}';'10^{-2}';'10^{0} ']); +set(gca,'ylim',[0 70],'Ytick',0:20:60,'YTickLabel',['0 ';'20';'40';'60']); +ylabel('FLN counts','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, -0.0, -0.9]); +[counts,~]=hist(flnMatpos,logspace(-6,0,13));[countsvv,~]=hist(flnMatfb,logspace(-6,0,13)); +disp(sum(countsvv)/sum(counts)); %.5093 +%saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig fb fln', 'pdf') + + +%one-directional. +count=0;flnMatonedir=zeros(500,1); + for i = 1:29 + for j = 1:i + if( (flnMat(i,j)*flnMat(j,i)==0) && (flnMat(i,j) + flnMat(j,i) > 0) ) + count=count+1; + flnMatonedir(count,1)= max( flnMat(i,j) , flnMat(j,i) ); + end; + end; + end; +flnMatonedir = flnMatonedir(1:count,1); + +hFig = figure(); set(hFig,'units', 'centimeters', 'Position', [0 0 4 3],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 3],'PaperSize',[4.1 3.1]) +hist(flnMatpos,logspace(-6,1,15));set(gca,'xscale','log');h = findobj(gca,'Type','patch'); +set(h,'FaceColor',[0.4940 0.1840 0.5560],'EdgeColor','w','FaceAlpha',0.35,'LineWidth',0.2); +%h = findobj(gca,'Type','line');set(h,'Marker','none'); +hold on; +hist(flnMatonedir,logspace(-6,1,15)); +h = findobj(gca,'Type','line');set(h,'Marker','none'); +%h = findobj(gca,'Type','patch');%set(h,'EdgeAlpha',0.8); +set(gca,'FontSize',fsizelab,'box','off'); +set(gca,'xlim',[1e-6 3],'Xtick',logspace(-6,0,4),'XTickLabel',['10^{-6}';'10^{-4}';'10^{-2}';'10^{0} ']); +set(gca,'ylim',[0 70],'Ytick',0:20:60,'YTickLabel',['0 ';'20';'40';'60']); +ylabel('FLN counts','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, -0.0, -0.9]); +[counts,~]=hist(flnMatpos,logspace(-6,0,13));[countsvv,~]=hist(flnMatonedir,logspace(-6,0,13)); +disp(sum(countsvv)/sum(counts)); %.2015 +%saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig fln one dir', 'pdf') + +flnMatthres=zeros(500,1); thres = .0023; + count=0; + for i=1:29 + for j=1:29 + if(flnMat(i,j)>thres) + count=count+1;flnMatthres(count,1) = flnMat(i,j); + if (i==2 && j == 1) + disp('here') + end + end; + end; + end; +flnMatthres=flnMatthres(1:count,1); +hFig = figure(); set(hFig,'units', 'centimeters', 'Position', [0 0 4 3],'PaperUnits','centimeters','PaperPosition',[.1 .1 4 3],'PaperSize',[4.1 3.1]) +hist(flnMatpos,logspace(-6,1,15));set(gca,'xscale','log');h = findobj(gca,'Type','patch'); +set(h,'FaceColor',[0.4940 0.1840 0.5560],'EdgeColor','w','FaceAlpha',0.35,'LineWidth',0.2); +%h = findobj(gca,'Type','line');set(h,'Marker','none'); +hold on; +hist(flnMatthres,logspace(-6,1,15)); +h = findobj(gca,'Type','line');set(h,'Marker','none'); +%h = findobj(gca,'Type','patch');%set(h,'EdgeAlpha',0.8); +set(gca,'FontSize',fsizelab,'box','off'); +set(gca,'xlim',[1e-6 3],'Xtick',logspace(-6,0,4),'XTickLabel',['10^{-6}';'10^{-4}';'10^{-2}';'10^{0} ']); +set(gca,'ylim',[0 70],'Ytick',0:20:60,'YTickLabel',['0 ';'20';'40';'60']); +ylabel('FLN counts','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, -0.0, -0.9]); +[counts,~]=hist(flnMatpos,logspace(-6,0,13));[countsvv,~]=hist(flnMatthres,logspace(-6,0,13)); +disp(sum(countsvv)/sum(counts)); % +%saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig thres fln', 'pdf') + +end + +if caseval == 7 + + wmillerEErange = 4.:.025:6.5; wmillerEIrange = 4.5:.025:7.;%for fig. + + + wmillerorig=4 + 2/7; kmillerorig=1.1; + wmillerorigtoplot=4.45; kmillerorigtoplot=4.7/wmillerorigtoplot; + + taue=.02; + taumatrix = [1/taue;1/taue]; + tmpzero = zeros(2,1); + maxamplocal = zeros(length(wmillerEIrange),length(wmillerEErange)); + eigA = zeros(length(wmillerEIrange),length(wmillerEErange)); + + tstep = .0001; tmax=2; + trange = 0:tstep:tmax; + init = [1;0]; + state_m=zeros(2,length(trange));state_m(1:2,1) = init; + + wexctoinh = wmillerorig; winhself = wmillerorig*kmillerorig; + +% for s=1:length(wmillerEErange) %comment to make run faster - save +% values +% %data for contour. +% for ss=1:length(wmillerEIrange) +% disp([s, ss]); +% +% wmiller = wmillerEErange(s); wkmiller=wmillerEIrange(ss); +% +% wexcself = wmiller; +% winhtoexc = wkmiller; +% +% A = [(wexcself-1) -winhtoexc; wexctoinh (-winhself-1)]; +% A = bsxfun(@times, A,taumatrix); +% +% for time=1:length(trange)-1 +% state_m(1:2,time+1) = max(state_m(1:2,time)+ tstep*A*state_m(1:2,time), tmpzero); +% end +% [~,wcond]=eig(A); +% eigA(ss,s) = max(real(diag(wcond))); +% +% if (eigA(ss,s)<0) +% maxamplocal(ss,s) = max(state_m(1,:)); +% end; +% end +% end + + + hFig = figure(); fsizelab = 7; fsize=7;mksize = 4; + %set(hFig,'units', 'centimeters', 'Position', [0 0 7. 4.],'PaperUnits','centimeters','PaperPosition',[.1 .1 7. 4.],'PaperSize',[6.7 4.]) + %save('maxampsaved','maxampsaved') + set(hFig,'units', 'centimeters', 'Position', [0 0 7. 4.],'PaperUnits','centimeters','PaperPosition',[.1 .1 7. 4.],'PaperSize',[7 4.3]) + load maxampsaved; maxamplocal = maxampsaved; + for i = 1:101; for j = 1:101; if maxamplocal(i,j) ==0; maxamplocal(i,j)=-5; end;end;end; %revision added. + ax=gca; pos=get(gca,'pos'); + [C,h] = contourf(wmillerEErange,wmillerEIrange,maxamplocal,20);%,'Position',[pos(1)+pos(3)+.1 pos(2) .1 pos(4)]); + xlabel('Local E to E coupling','FontSize', fsize); ylabel('Local I to E coupling','FontSize', fsize); + annotation('textbox', [0.4,0.25,0.1,0.1],'Color','w','String', 'unstable','FontSize',fsizelab,'LineStyle','None'); + shading flat;set(h,'LineColor','none');h = colorbar;ylabel(h, 'Maximum firing rate in E (Hz)','FontSize',fsizelab); + set(h,'Ticks',[0,4,8]);%colorbar('Ticks',[0,1,2,3]); + x1=get(gca,'position');x=get(h,'Position');x(3)=0.03;set(h,'Position',x);set(gca,'position',x1); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',4:1:6,'XTickLabel',['4';'5';'6']); set(gca,'Ytick',4.5:1:6.5,'YTickLabel',['4.5';'5.5';'6.5']); + %h = xlabel('Local E to E coupling','FontSize', fsize);set(h, 'Units', 'Normalized'); + %h = ylabel('Local I to E coupling','FontSize', fsize);set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.01, -0.0, -0.9]); + wkmillerorigtoplot = wmillerorigtoplot*kmillerorigtoplot; wmillernew = 6; wkmillernew = 6.7; + %hold on; plot(wmillerorigtoplot, wkmillerorigtoplot, 'v','LineWidth',.1,'MarkerEdgeColor',cv(1,:),'MarkerFaceColor',cv(1,:),'Markersize',mksize); + %hold on;plot(wmillernew,wkmillernew,'v','LineWidth',0.1,'MarkerEdgeColor',cv(2,:),'MarkerFaceColor',cv(2,:),'Markersize',mksize); + hold on; plot(wmillerorigtoplot, wkmillerorigtoplot, 'x','LineWidth',.1,'MarkerEdgeColor',cv(1,:),'MarkerFaceColor',cv(1,:),'Markersize',mksize); + hold on;plot(wmillernew,wkmillernew,'x','LineWidth',.1,'MarkerEdgeColor',cv(2,:),'MarkerFaceColor',cv(2,:),'Markersize',mksize); + %caxis([0.5 9.3]); set colorvar limit manually + colormap(hot); %revision + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2 contour', 'pdf'); + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2C', 'pdf'); + + tmax=.6;trange=0:tstep:tmax; + for count=1:2 + if count==1 + + wmiller = wmillerorigtoplot; wkmiller = wmillerorigtoplot*kmillerorigtoplot;wkmillerboundary=4.62; + else + wmiller = 6; wkmiller = 6.7; wkmillerboundary=6.668; + end + + wexcself = wmiller; + winhtoexc = wkmiller; + winhtoexc_bound = wkmillerboundary; + + A = [(wexcself-1) -winhtoexc; wexctoinh (-winhself-1)]; + A = bsxfun(@times, A,taumatrix); + + Abound = [(wexcself-1) -winhtoexc_bound; wexctoinh (-winhself-1)]; + Abound = bsxfun(@times, Abound,taumatrix); + + state_m=zeros(2,length(trange));state_m(1:2,1) = init; + state_mbound=zeros(2,length(trange));state_mbound(1:2,1) = init; + + for time=1:length(trange)-1 + state_m(1:2,time+1) = max ( state_m(1:2,time) + tstep*A*state_m(1:2,time) , tmpzero); + state_mbound(1:2,time+1) = max ( state_mbound(1:2,time) + tstep*Abound*state_mbound(1:2,time) , tmpzero); + end + + if count==1 + lw = 1; fsizelab = 7; fsize=7;msize=7; + state_m_old = state_m; state_mbound_old = state_mbound; + hFig = figure();set(hFig,'units', 'centimeters', 'Position', [0 0 3.6 2.5],'PaperUnits','centimeters','PaperPosition',[.1 .1 3.6 2.5],'PaperSize',[3.8 2.8]); + plot(trange,state_m(1,:),'g','LineWidth',lw,'MarkerSize',msize,'Color',cv(1,:));% ,'Color',[0.4660 0.6740 0.1880]);,'Color',[0.4940 0.1840 0.5560] + else + hold on;plot(trange,state_m(1,:),'m','LineWidth',lw,'MarkerSize',msize,'Color',cv(2,:)); grid off;set(gca,'FontSize',fsizelab,'box','off'); + h = xlabel('Time (s)','FontSize', fsize);set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.0, -0.01, -0.9]); + h = ylabel('Excitatory rate (Hz)','FontSize', fsize);set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]); + set(gca,'Xtick',0:.2:.6,'XTickLabel',['0 ';'0.2';'0.4';'0.6']);%,'xlim',[20 52]); + set(gca,'Ytick',0:2:6,'YTickLabel',['0';'2';'4';'6']); + legend({'weak LBA','strong LBA'},'Position',[0.61 0.89 0.1 0.1],'Box','off','FontSize',fsize); +% saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2 BA', 'pdf') + % saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2B', 'pdf') + + hFig = figure();set(hFig,'units', 'centimeters', 'Position', [0 0 4 4],'PaperUnits','centimeters','PaperPosition',[.2 .2 4 4],'PaperSize',[4.2 4.2]); + plot(trange,state_m_old(1,:),'Color',cv(1,:),'LineWidth',lw,'MarkerSize',msize); hold on; + plot(trange,state_m(1,:),'Color',cv(2,:),'LineWidth',lw,'MarkerSize',msize); hold on; + plot(trange,state_mbound_old(1,:),'-.','Color',cv(1,:),'LineWidth',lw,'MarkerSize',msize);hold on; + plot(trange,state_mbound(1,:),'-.','Color',cv(2,:),'LineWidth',lw,'MarkerSize',msize); + grid off;set(gca,'FontSize',fsizelab,'box','off'); + h = xlabel('Time (s)','FontSize', fsize);set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.0, -0.01, -0.9]); + h = ylabel('Excitatory rate (Hz)','FontSize', fsize);set(h, 'Units', 'Normalized');%pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]); + %set(gca,'Xtick',0:.1:.2,'XTickLabel',['0 ';'0.1';'0.2']);%,'xlim',[20 52]); + set(gca,'Xtick',0:.2:.6,'XTickLabel',['0 ';'0.2';'0.4';'0.6']);%,'xlim',[20 52]); + set(gca,'Ytick',0:2:6,'YTickLabel',['0';'2';'4';'6']); + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 2 BAnearedge good', 'pdf') +% saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig 5 BAnearedge', 'pdf'); + end + end +end + +if caseval == 8 + + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',21.8*1.9);%,22.05*1.9); + areaInput.inp=zeros(tParams.nSteps,1); + areaInput.inp(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))=inpParams.ampl; + muEErange = 34:2:36;omegaEI = 19.7; + prop24c = zeros(length(muEErange),2); + + for muval=1:length(muEErange) + muEE = muEErange(muval); clear A popRates; + + localParams.bgInh=zeros(netwParams.nNodes,1);%background inhibitory + localParams.ee=betaE*omegaEE*(1+netwParams.alpha*netwParams.hier); + localParams.ie=betaI*omegaIE*(1+netwParams.alpha*netwParams.hier); + localParams.ei=-betaE*omegaEI; + localParams.ii=-betaI*omegaII; + ldParams.ee=betaE*muEE*(1+netwParams.alpha*netwParams.hier); + ldParams.ie=betaI*muIE*(1+netwParams.alpha*netwParams.hier); + ldConns.ee= bsxfun(@times,flnMat,ldParams.ee); + ldConns.ie= bsxfun(@times,flnMat,ldParams.ie); + wEe=diag(-1+localParams.ee)+ldConns.ee; + wEi=localParams.ei*eye(nNodes);%these ws would be 29x29 identity matrices. + wIe=diag(localParams.ie)+ldConns.ie; + wIi=(-1+localParams.ii)*eye(nNodes); + A = [wEe/localParams.tauE wEi/localParams.tauE;... + wIe/localParams.tauI wIi/localParams.tauI]; + currParams.A=A; + B=currParams.A;%B=params.A; + B(1:nNodes,:)=B(1:nNodes,:)*localParams.tauE; + B((nNodes+1):end,:)=B((nNodes+1):end,:)*localParams.tauI; + currs=-B*currParams.desiredSs; + localParams.bgExc=currs(1:nNodes); localParams.bgInh=currs((nNodes+1):end); + bgCurr=[localParams.bgExc; localParams.bgInh];%bg = background + combMat=A; + combMat(1:nNodes,:)=combMat(1:nNodes,:)*localParams.tauE; + combMat((nNodes+1):end,:)=combMat((nNodes+1):end,:)*localParams.tauI; + sstate=-combMat\bgCurr;%which is -bgCurr/combMat%this is steady state. + netwParams.initConds.exc=sstate(1:nNodes); netwParams.initConds.inh=sstate((nNodes+1):end); + popRates=runNetworkAreaInputNEW(tParams,localParams,netwParams,ldConns,areaInput,'threshLinear'); + maxpeak=zeros(nNodes,1); + for r=1:nNodes + maxpeak(r,1)=max(popRates.exc(r,(toplotstart:toplotend))-popRates.exc(r,toplotstart)); + end + nodelen=1:29;nodelen=nodelen';disp(muEE); + + x1 = -98.25; + x2 = -95.5; + s=1000; + a = max(popRates.exc(29,(toplotstart:toplotstart+16000))-popRates.exc(29,toplotstart)); + b = max(popRates.exc(1,(toplotstart:toplotstart+16000))-popRates.exc(1,toplotstart)); + if muval==1 + hFig = figure();set(hFig,'units', 'centimeters', 'Position', [0 0 4 4],'PaperUnits','centimeters','PaperPosition',[.1 .1 3.5 4],'PaperSize',[3.7 4.1]); + else + hFig = figure();set(hFig,'units', 'centimeters', 'Position', [0 0 3.4 4],'PaperUnits','centimeters','PaperPosition',[-.2 .1 3.1 4],'PaperSize',[3. 4.1]); + + end + % plot(tSteps(toplotstart:toplotend)-100,popRates.exc(1,(toplotstart:toplotend))-popRates.exc(1,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab);set(gca,'FontSize',fsizelab,'box','off','Xtick',[],'XLim',[x1 x2]);%ylabel('V1','FontSize', 18) + % hold on;plot(tSteps(toplotstart:toplotend)-100,popRates.exc(29,(toplotstart:toplotend))-popRates.exc(29,toplotstart),'LineWidth',lw,'MarkerSize',fsizelab);set(gca,'FontSize',fsizelab,'box','off','XLim',[x1 x2]); + popratesv1notzero = max(1e-2,popRates.exc(1,(toplotstart:toplotend))-popRates.exc(1,toplotstart)); + poprates24cnotzero = max(1e-2,popRates.exc(29,(toplotstart:toplotend))-popRates.exc(29,toplotstart)); + semilogy(tSteps(toplotstart:toplotend)-100,popratesv1notzero,'LineWidth',lw,'MarkerSize',fsizelab,'color',[65 182 196]/255);%cv(1,:)*.8); + set(gca,'FontSize',fsizelab,'box','off','Xtick',[],'XLim',[x1 x2]);%ylabel('V1','FontSize', 18) + hold on;semilogy(tSteps(toplotstart:toplotend)-100,poprates24cnotzero,'LineWidth',lw,'MarkerSize',fsizelab,'color',[0 109 44]/255);%cv(1,:)*(1/.8)); + set(gca,'FontSize',fsizelab,'box','off','XLim',[x1 x2]); + + h = xlabel('Time (s)','FontSize', fsize); + set(gca,'Xtick',-98.:2:-96);set(gca,'XTickLabel',['0';'2']); + if muval==1 + c = 1.2*max(a,b); set(gca,'Ytick',[round(s*maxpeak(29,1))/s,round(s*maxpeak(1,1))/s]);set(gca,'YTickLabel',[round(s*maxpeak(29,1))/s,round(s*maxpeak(1,1))/s],'YLim',[1e-2 5*c]); + ylim1 = 5*c; + set(gca,'Ytick',logspace(-2,2,3),'YTickLabel',['10^{-2}';'10^{0} ';'10^{2} ']); + hold on; plot(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))-100,1.6*c*ones(size(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt)))),'k'); + %%legend('V1','24c'); + + annotation('textbox', [0.38,0.55,0.1,0.1],'String', 'V1','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [0.47,0.22,0.1,0.1],'String', '24c','FontSize',fsizelab,'LineStyle','None'); + h = ylabel('Change in firing rate (Hz)','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, 6.2, -0.9]);%bad + set(gca,'FontSize',fsizelab,'box','off');annotation('textbox', [0.25,0.85,0.1,0.1],'String', '250 ms','FontSize',fsizelab,'LineStyle','None'); + else + c = 300; %set(gca,'Ytick',[round(s*maxpeak(1,1))/s,round(s*maxpeak(29,1))/s]); + %set(gca,'YTickLabel',[round(s*maxpeak(1,1))/s,round(s*maxpeak(29,1))/s],'YLim',[1e-2 800]);%300]); + set(gca,'YTickLabel',[],'YLim',[1e-2 ylim1]);%800]); + %set(gca,'Ytick',logspace(-2,2,3),'YTickLabel',['10^{-2}';'10^{0} ';'10^{2} ']); + hold on; plot(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))-100,.68*c*ones(size(tSteps(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt)))),'k'); + %legend('V1','24c'); + annotation('textbox', [0.54,0.505,0.1,0.1],'String', 'V1','FontSize',fsizelab,'LineStyle','None'); + annotation('textbox', [0.55,0.85,0.1,0.1],'String', '24c','FontSize',fsizelab,'LineStyle','None'); + %h = ylabel('Change in firing rate (Hz)','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, 6.2, -0.9]);%bad + set(gca,'FontSize',fsizelab,'box','off');annotation('textbox', [0.13,0.85,0.1,0.1],'String', '250 ms','FontSize',fsizelab,'LineStyle','None'); + set(gca,'ycolor',get(gcf,'color') ) ; + end + %h = ylabel('Change in firing rate (Hz)','FontSize', fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.01, 6.2, -0.9]);%bad + if muval==1 +% saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1 muEE weak', 'pdf') + else +% saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1 muEE blowup', 'pdf') + % saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 1B', 'pdf') + + end + end +end + +if caseval == 9 + load propagation.mat + hFig2 = figure(); + + set(hFig2,'units', 'centimeters', 'Position', [0 0 7.1 1.6],'PaperUnits','centimeters','PaperPosition',[0. .15 7.1 1.6],'PaperSize',[6.6 2.]) + + fsize = 6; fsizelab = 6; + + semilogy(1:29,100*ratios0/ratios0(1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4660, 0.6740, 0.1880]);hold on; + semilogy(1:29,100*ratios1/ratios1(1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',[0.4940,0.1840,0.5560]); + set(gca,'Ytick',logspace(-2,2,3),'YTickLabel',['10^{-2}';'10^{0} ';'10^{2} ']); + legend({'weak GBA','strong GBA'},'Position',[0.69 0.85 0.1 0.1],'Box','off','FontSize',fsize); % 'Position',[0.71 0.84 0.1 0.1] + %xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',1:1:29,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + %set(gca,'XTickLabel',areapt); + set(gca,'XTickLabel',[]) + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel(sprintf('Peak firing rate (Hz)'),'FontSize',fsize); + pos = get(h, 'Position');set(h, 'Position', pos + [-.02, .26, -0.9]);% + + %pos = get(h, 'Position');set(h, 'Position', pos + [-.02, -.06, -0.9]);% + + % saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 4 propgoodmaxrate', 'pdf'); + saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 3B', 'pdf'); + +end + +if caseval == 10 + load prop10.mat; for10mean = meangamma; for10sig = siggamma; + load prop20.mat; for20mean = meangamma; for20sig = siggamma; + load prop30.mat; for30mean = meangamma; for30sig = siggamma; + load prop40.mat; for40mean = meangamma; for40sig = siggamma; + + hFig2 = figure(); + + set(hFig2,'units', 'centimeters', 'Position', [0 0 7.1 2.3],'PaperUnits','centimeters','PaperPosition',[0. .01 7.1 2.3],'PaperSize',[6.6 2.3]) + + fsize = 6; fsizelab = 6; + + errorbar(1:29,for10mean,for10sig,'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + + errorbar(1:29,for40mean,for40sig,'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:)); + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',1:1:29,'box','off');%set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + set(gca,'ylim',[.0012 .005],'Ytick',0.001:.002:.005);%,'YTickLabel',['0.001';'0.003';'0.005']); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel(sprintf('Gamma power'),'FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + %saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 4 gamma', 'pdf'); + saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 3C', 'pdf'); + +end + +if caseval == 11 + load 'maxpeakbad_control.mat'; load 'maxpeakbad_nofb.mat'; load 'maxpeakbad_arimean.mat'; load 'maxpeakbad_geomean.mat'; load 'maxpeakbad_nohier.mat'; + load 'maxpeakgood_control.mat'; load 'maxpeakgood_nofb.mat'; load 'maxpeakgood_arimean.mat'; load 'maxpeakgood_geomean.mat';load 'maxpeakgood_nohier.mat'; + nodelen=1:29;nodelen=nodelen'; + cy = [237 177 32]/255; + hFig = figure(); + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + semilogy(nodelen-1,100*(maxpeakbad_control)/maxpeakbad_control(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color','k');hold on; + semilogy(nodelen-1,100*(maxpeakbad_nofb)/maxpeakbad_nofb(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + semilogy(nodelen-1,100*(maxpeakbad_geomean)/maxpeakbad_geomean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; +% semilogy(nodelen-1,100*(maxpeakbad_arimean)/maxpeakbad_arimean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cy);hold on; + + %if caseval==1 + hold on; semilogy((6:2:8)-1,100*(maxpeakbad_nofb(6:2:8,1))/maxpeakbad_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:)); + hold on; semilogy((9:2:11)-1,100*(maxpeakbad_nofb(9:2:11,1))/maxpeakbad_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:)); + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-8 1e2]); + %else + % set(gca,'Ytick',logspace(-4,2,4),'YTickLabel',['10^{-4}';'10^{-2}';'10^{0} ';'10^{2} ']); + %legend({'weak GBA','no fb','geom. mean'},'Position',[0.68 0.35 0.1 0.1],'Box','off','FontSize',fsize); +% legend({'weak GBA','no fb','geom. mean','ari. mean'},'Position',[0.9 0.4 0.1 0.1],'Box','off','FontSize',fsize); + + %end + + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + %title('Weak case'); + + hFig2 = figure(); + set(hFig2,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[7. 4.4]) ; + semilogy(nodelen-1,100*(maxpeakgood_control)/maxpeakgood_control(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color','k');hold on; + semilogy(nodelen-1,100*(maxpeakgood_nofb)/maxpeakgood_nofb(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + semilogy(nodelen-1,100*(maxpeakgood_geomean)/maxpeakgood_geomean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; +% semilogy(nodelen-1,100*(maxpeakgood_arimean)/maxpeakgood_arimean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cy);hold on; + + %if caseval==1 + hold on; semilogy((6:2:8)-1,100*(maxpeakgood_nofb(6:2:8,1))/maxpeakgood_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:)); + hold on; semilogy((9:2:11)-1,100*(maxpeakgood_nofb(9:2:11,1))/maxpeakgood_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:)); + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-8 1e2]); + %else + % set(gca,'Ytick',logspace(-4,2,4),'YTickLabel',['10^{-4}';'10^{-2}';'10^{0} ';'10^{2} ']); + legend({'weak GBA','no fb','geom. mean'},'Position',[0.68 0.35 0.1 0.1],'Box','off','FontSize',fsize); +% legend({'weak GBA','no fb','geom. mean','ari. mean'},'Position',[0.65 0.4 0.1 0.1],'Box','off','FontSize',fsize); + + % title('strong GBA case') + %end + + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + +% saveas(hFig,'/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig bad nofb geo mean'); +% saveas(hFig2,'/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig good no fb geo mean'); +% +% saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig bad nofb ari geo mean', 'pdf'); +% saveas(hFig2, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig good no fb ari geo mean', 'pdf'); + + hFig = figure(); %control and no hierarchy. + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + semilogy(nodelen-1,100*(maxpeakbad_nohier)/maxpeakbad_nohier(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + semilogy(nodelen-1,100*(maxpeakgood_nohier)/maxpeakgood_nohier(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + + h2a = semilogy(nodelen-1,100*(maxpeakbad_control)/maxpeakbad_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + h2b = semilogy(nodelen-1,100*(maxpeakgood_control)/maxpeakgood_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a.Color(4)=0.4; h2b.Color(4)=0.4; + + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-6 1e2]); + %legend({'control: weak GBA','control: strong GBA,','no hier.: weak GBA','no hier.: strong GBA'},'Position',[0.68 0.35 0.1 0.1],'Box','off','FontSize',fsize); + legend({'weak GBA','strong GBA'},'Position',[0.78 0.85 0.1 0.1],'Box','off','FontSize',fsize); + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + % saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig control no hier', 'pdf'); + + + hFig = figure(); %control and no feedback. + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + h2a = semilogy(nodelen-1,100*(maxpeakbad_control)/maxpeakbad_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + h2b = semilogy(nodelen-1,100*(maxpeakgood_control)/maxpeakgood_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a.Color(4)=0.4; h2b.Color(4)=0.4; + + semilogy(nodelen-1,100*(maxpeakbad_nofb)/maxpeakbad_nofb(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + hold on; semilogy((6:2:8)-1,100*(maxpeakbad_nofb(6:2:8,1))/maxpeakbad_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:)); + hold on; semilogy((9:2:11)-1,100*(maxpeakbad_nofb(9:2:11,1))/maxpeakbad_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:)); + semilogy(nodelen-1,100*(maxpeakgood_nofb)/maxpeakgood_nofb(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + hold on; semilogy((6:2:8)-1,100*(maxpeakgood_nofb(6:2:8,1))/maxpeakgood_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:)); + hold on; semilogy((9:2:11)-1,100*(maxpeakgood_nofb(9:2:11,1))/maxpeakgood_nofb(1,1),':','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:)); + + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-8 1e2]); + %legend({'control: weak GBA','control: strong GBA,','no fb: weak GBA','no fb: strong GBA'},'Position',[0.68 0.35 0.1 0.1],'Box','off','FontSize',fsize); + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + % saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig control nofb', 'pdf'); + + + hFig = figure(); %control and geom mean. + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + h2a = semilogy(nodelen-1,100*(maxpeakbad_control)/maxpeakbad_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + h2b = semilogy(nodelen-1,100*(maxpeakgood_control)/maxpeakgood_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a.Color(4)=0.4; h2b.Color(4)=0.4; + + semilogy(nodelen-1,100*(maxpeakbad_geomean)/maxpeakbad_geomean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + semilogy(nodelen-1,100*(maxpeakgood_geomean)/maxpeakgood_geomean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-6 1e2]); + %legend({'control: weak GBA','control: strong GBA,','no hier.: weak GBA','no hier.: strong GBA'},'Position',[0.68 0.35 0.1 0.1],'Box','off','FontSize',fsize); + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + % saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig control geomean', 'pdf'); + + + hFig = figure(); %control and ari. mean. + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + h2a = semilogy(nodelen-1,100*(maxpeakbad_control)/maxpeakbad_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + h2b = semilogy(nodelen-1,100*(maxpeakgood_control)/maxpeakgood_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a.Color(4)=0.4; h2b.Color(4)=0.4; + + semilogy(nodelen-1,100*(maxpeakbad_arimean)/maxpeakbad_arimean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + semilogy(nodelen-1,100*(maxpeakgood_arimean)/maxpeakgood_arimean(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + + set(gca,'Ytick',logspace(-4,2,3),'YTickLabel',['10^{-4}';'10^{-1}';'10^{2} '],'ylim',[1e-4 1e2]); + %legend({'control: weak GBA','control: strong GBA,','no hier.: weak GBA','no hier.: strong GBA'},'Position',[0.68 0.35 0.1 0.1],'Box','off','FontSize',fsize); + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + % saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/supp fig control arimean', 'pdf'); + + + load maxpeakbad_arimeannohier.mat; load maxpeakgood_arimeannohier.mat; + load maxpeakbad_arimeanlochier.mat; load maxpeakgood_arimeanlochier.mat; + + hFig = figure(); %control and no hierarchy plus ari mean. + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + semilogy(nodelen-1,100*(maxpeakbad_arimeannohier)/maxpeakbad_arimeannohier(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + semilogy(nodelen-1,100*(maxpeakgood_arimeannohier)/maxpeakgood_arimeannohier(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a = semilogy(nodelen-1,100*(maxpeakbad_control)/maxpeakbad_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + h2b = semilogy(nodelen-1,100*(maxpeakgood_control)/maxpeakgood_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a.Color(4)=0.4; h2b.Color(4)=0.4; + set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-6 1e2]); + %legend({'weak GBA','strong GBA'},'Position',[0.78 0.85 0.1 0.1],'Box','off','FontSize',fsize); + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/suppfigcontrol_arimean_nohier', 'pdf'); + + hFig = figure(); %control and no hierarchy plus ari mean. + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + semilogy(nodelen-1,100*(maxpeakbad_arimeanlochier)/maxpeakbad_arimeanlochier(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + semilogy(nodelen-1,100*(maxpeakgood_arimeanlochier)/maxpeakgood_arimeanlochier(1,1),'.-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a = semilogy(nodelen-1,100*(maxpeakbad_control)/maxpeakbad_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:));hold on; + h2b = semilogy(nodelen-1,100*(maxpeakgood_control)/maxpeakgood_control(1,1),'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:));hold on; + h2a.Color(4)=0.4; h2b.Color(4)=0.4; + %set(gca,'Ytick',logspace(-6,2,3),'YTickLabel',['10^{-6}';'10^{-2}';'10^{2} '],'ylim',[1e-6 1e2]); + set(gca,'Ytick',logspace(-4,2,3),'YTickLabel',['10^{-4}';'10^{-1}';'10^{2} '],'ylim',[1e-4 1e2]); + %legend({'weak GBA','strong GBA'},'Position',[0.78 0.85 0.1 0.1],'Box','off','FontSize',fsize); + xlabel('Areas','FontSize',fsize); + set(gca,'FontSize',fsizelab); + set(gca,'Xtick',0:1:28,'box','off'); + areapt = [' V1 ';' V2 ';' V4 ';' DP ';' MT ';' 8m ';' 5 ';' 8l ';' TEO ';' 2 ';' F1 ';' STPc';' 7A ';' 46d ';' 10 ';'9/46v';'9/46d';' F5 ';' TEpd';' PBr ';' 7m ';' 7B ';' F2 ';' STPi';' PROm';' F7 ';' 8B ';' STPr';' 24c ']; %timept = ['';'0';'';'';'1';'';'';'2']; + set(gca,'XTickLabel',areapt); + ax = gca;ax.XTickLabelRotation = 90; + h = ylabel('Maximum firing rate (Hz)','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + %saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/suppfigcontrol_arimean_loc_hier', 'pdf'); + +end + + +if caseval == 12 + +% colorb = 'yes'; +% d=-100; +% if colorb == 'yes' +% fsizelab = 7; fsize=7;mksize = 3; +% hFig = figure();set(hFig,'units', 'centimeters', 'Position', [0 0 4. 2.],'PaperUnits','centimeters','PaperPosition',[.1 .1 4. 2.],'PaperSize',[4.7 2.]) +% surf(peaks);cmap=colormap('hot');h=colorbar;set(h,'Ticks',[],'ycolor',get(gcf,'color'),'box','off'); ylabel(h, 'Activity','FontSize',fsizelab); +% %w = h.LineWidth;h.LineWidth = 1.; +% saveas(hFig,'/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig colorbar'); +% saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig colorbar', 'pdf'); +% +% end + + + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/brate; + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/grate; + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/bspike; + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/gspike; + + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/badcons_4pt5; + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/goodcons_5pt5; + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/nofbgoodcons_5pt5; + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/cons_5; + + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/brateS1; + load /Users/maddy/Dropbox/rishicode_maddy070115/caret2/grateS1; + + nNodes = 29; + + cmap=colormap('hot'); + % Take value between 0 and 1 and a matrix. Return the nth row of the matrix, where n/length(mat) is closest to x. + f=@(x,mat) mat(round(x*(length(mat)-1))+1,:); + %various caret figures. + + % logTau = min(.8,1.8*(1 - brate)); d=1; + % logTau = min(.8,1.8*(1 - grate)); d=2; + % logTau = (1-bspike); d=3; + % logTau = (1-gspike); d=4; + % logTau = 1- badcons_4pt5;d=5; + % logTau = 1 - goodcons_5pt5;d=6; + % logTau = 1 - nofbgoodcons_5pt5;d=7; + % logTau = 1 - cons_5;d=8; + + % logTau = min(.8,1.8*(1 - brateS1)); d=-1; + % logTau = min(.8,1.8*(1 - grateS1)); d=-2; + + if d==1 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy badrate/Macaque.composite_june2012.areacolor','w'); + end + if d==2 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy goodrate/Macaque.composite_june2012.areacolor','w'); + end + if d==3 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy badspike/Macaque.composite_june2012.areacolor','w'); + end + if d==4 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy goodspike/Macaque.composite_june2012.areacolor','w'); + end + if d==5 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy badcons/Macaque.composite_june2012.areacolor','w'); + end + if d==6 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy goodcons/Macaque.composite_june2012.areacolor','w'); + end + if d==7 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy nofbgoodcons/Macaque.composite_june2012.areacolor','w'); + end + if d==8 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy cons5/Macaque.composite_june2012.areacolor','w'); + end + + if d==-1 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy badrateS1/Macaque.composite_june2012.areacolor','w'); + end + if d==-2 + fid = fopen('/Users/maddy/Dropbox/rishicode_maddy070115/caret2/maddy goodrateS1/Macaque.composite_june2012.areacolor','w'); + end + + areaList{16}='9_46v'; areaList{17}='9_46d'; + os1=' '; os2=' '; + fprintf(fid,'%s\n',os1); + + if d > 4 + list1rate = 1+[6,9,10,11,15,17,19,22,23,24,25,27,28]; + for j = 1:length(list1rate) %new. + logTau(list1rate(j)) = 0; + end + end + + + for i=1:nNodes + +% if d > 4 %5,6,7 - only look at rate areas that propagate. +% %list1rate = [6,9,10,11,15,17,19,22,23,24,25,27,28]; +% if logTau(i) < 0 %> 1 +% logTau(i) = 0; % areas that show weak propagation. +% end +% end + if d==7 + if logTau(i) < 0 + logTau(i) = 0; + end + end + + currCol=round(255*f(logTau(i),cmap)); + fprintf(fid,'%s\n',os1); + fprintf(fid,'%s\n',os2,areaList{i}); + fprintf(fid,'%s%d\n',os2,currCol(1)); + fprintf(fid,'%s%d\n',os2,currCol(2)); + fprintf(fid,'%s%d\n',os2,currCol(3)); + fprintf(fid,'%s2.0\n',os2); + fprintf(fid,'%s1.0\n',os2); + fprintf(fid,'%s\n',os2); + fprintf(fid,'%s\n',os2); + fprintf(fid,'%s\n',os1); + end; + fprintf(fid,'%s\n',os1); + fclose(fid); + +end + +if caseval == 13 + cvosc(1,1:3) = [237/255, 177/255, 32/255]; cvosc(2,1:3) = [217/255 83/255 25/255];%color scheme. + + load oscillations.mat + hFig = figure(); + set(hFig,'units', 'centimeters', 'Position', [0 0 5 1],'PaperUnits','centimeters','PaperPosition',[.05 .05 5 1],'PaperSize',[5.1 1.1]) ; + plot(time, r2,'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cvosc(1,:)); + set(gca,'xcolor',get(gcf,'color'),'ycolor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',[],'Xtick',[],'XLim',[2.7 3.6],'YLim',[-1 9]); + + saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 3Aosc1', 'pdf') + + hFig = figure(); + set(hFig,'units', 'centimeters', 'Position', [0 0 5 1],'PaperUnits','centimeters','PaperPosition',[.05 .05 5 1],'PaperSize',[5.1 1.1]) ; + plot(time, r5,'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cvosc(2,:)); + set(gca,'xcolor',get(gcf,'color'),'ycolor',get(gcf,'color'),'FontSize',fsizelab,'box','off','Ytick',[],'Xtick',[],'XLim',[2.7 3.6],'YLim',[-2.5 3]); + hold on;plot(time(501:801),-1.5*ones(size(time(501:801))),'k'); + saveas(hFig, '/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/main fig 3Aosc2', 'pdf') + +end + +if caseval == 14 + +tParams.dt=2e-4; %new +tParams.nSteps=3e4; + +tSteps=(1:tParams.nSteps)*tParams.dt; + +%omegaEI = 19.7 ; muEE = 33.7 ; %weak gba +%omegaEI = 25.2 ; muEE = 51.5; %strong gba + + + %contour for large scale system --- long range muEE and wEI + %paramvar1=31:.1:53; paramvar2=19:.1:26; +paramvar1=31:5:53; paramvar2=19:5:26; +ampE1_A = zeros(length(paramvar2),length(paramvar1)); +ampElast_A = zeros(length(paramvar2),length(paramvar1)); + + + for tvar1=1:length(paramvar1) + for tvar2=1:length(paramvar2) + + var1here=paramvar1(tvar1); var2here=paramvar2(tvar2); + muEE=var1here; omegaEI=var2here; + disp([muEE,omegaEI]); + + localParams.ee=betaE*omegaEE*(1+netwParams.alpha*netwParams.hier);%rsc*2.29119*(1+netwParams.alpha*netwParams.hier); + localParams.ie=betaI*omegaIE*(1+netwParams.alpha*netwParams.hier);%rsc*6.09552*(1+netwParams.alpha*netwParams.hier); + localParams.ei=-betaE*omegaEI; %-1.29954; + localParams.ii=-betaI*omegaII; %-4.40204; + ldParams.ee=betaE*muEE*(1+netwParams.alpha*netwParams.hier);%rsc*2.29119*(1+netwParams.alpha*netwParams.hier); + ldParams.ie=betaI*muIE*(1+netwParams.alpha*netwParams.hier);%rsc*6.09552*(1+netwParams.alpha*netwParams.hier); + ldConns.ee= bsxfun(@times,flnMat,ldParams.ee); + ldConns.ie= bsxfun(@times,flnMat,ldParams.ie); + + nNodes=size(ldConns.ee,1); + wEe=diag(-1+localParams.ee)+ldConns.ee; + wEi=localParams.ei*eye(nNodes);%these ws would be 29x29 identity matrices. + wIe=diag(localParams.ie)+ldConns.ie; + wIi=(-1+localParams.ii)*eye(nNodes);%compare this to eqn 4 - where does -1 come from?? + %result=[wEe/localParams.tauE wEi/localParams.tauE;wIe/localParams.tauI wIi/localParams.tauI]; + A = [wEe/localParams.tauE wEi/localParams.tauE;... + wIe/localParams.tauI wIi/localParams.tauI]; + + currParams.A=A; + + B=currParams.A;%B=params.A; + B(1:nNodes,:)=B(1:nNodes,:)*localParams.tauE; + B((nNodes+1):end,:)=B((nNodes+1):end,:)*localParams.tauI; + currs=-B*currParams.desiredSs; %currs=-B*params.desiredSs; + + localParams.bgExc=currs(1:nNodes); localParams.bgInh=currs((nNodes+1):end); + bgCurr=[localParams.bgExc; localParams.bgInh];%bg = background + + combMat=A; + combMat(1:nNodes,:)=combMat(1:nNodes,:)*localParams.tauE; + combMat((nNodes+1):end,:)=combMat((nNodes+1):end,:)*localParams.tauI; + sstate=-combMat\bgCurr;%which is -bgCurr/combMat %this is steady state. + + netwParams.initConds.exc=sstate(1:nNodes); netwParams.initConds.inh=sstate((nNodes+1):end); + + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',22.05*1.9); + + areaInput.inp=zeros(tParams.nSteps,1); + areaInput.inp(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))=inpParams.ampl; + + popRates = runNetworkAreaInputNEW(tParams,localParams,netwParams,ldConns,areaInput,'threshLinear'); + %maxpeak=zeros(nNodes,1); + %for r=1:nNodes + %maxpeak(r,1)=max(popRates.exc(r,(toplotstart:toplotend))-popRates.exc(r,toplotstart)); + %end + + %ampratio(tvar2, tvar1) = (maxpeak(nNodes,1)/maxpeak(1,1)); + maxstate=zeros(nNodes,1); toggle=0; statecheck=[popRates.exc ; popRates.inh]; + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%let oscillations be...remove below code for now to + + if((max(statecheck(nNodes,:)) > statecheck(nNodes,tParams.nSteps)) ) + ampE1_A(tvar2,tvar1) = max(statecheck(1,:)-statecheck(1,1)); + ampElast_A(tvar2,tvar1) = max(statecheck(nNodes,:)-statecheck(nNodes,1)); + end + + if((max(statecheck(nNodes,:)) == statecheck(nNodes,tParams.nSteps)) || (max(statecheck(nNodes,:))>1e8))%firing rate beyond max + ampE1_A(tvar2,tvar1) = 1; ampElast_A(tvar2,tvar1) = 1; + end + + end + end + + %save('big_sys_ampE1_A','ampE1_A'); save('big_sys_ampElast_A','ampElast_A'); + ampratio = (ampElast_A./ampE1_A); + %save('big_sys_ampratio','ampratio'); + load big_sys_ampratio; + + + paramvar1=31:.1:53; paramvar2=19:.1:26; + hFig = figure(); fsizelab = 7; fsize=7;mksize = 4; + set(hFig,'units', 'centimeters', 'Position', [0 0 7. 4.],'PaperUnits','centimeters','PaperPosition',[.1 .1 7. 4.],'PaperSize',[7 4.3]) + %for i = 1:71; for j = 1:221; if ampratio(i,j) ==1; ampratio(i,j)=1e-7; end;end;end; %revision added. + ax=gca; pos=get(gca,'pos'); + [C,h] = contourf(paramvar1,paramvar2,log10(ampratio),20);%,'Position',[pos(1)+pos(3)+.1 pos(2) .1 pos(4)]); + xlabel('Global E to E coupling','FontSize', fsize); ylabel('Local I to E coupling','FontSize', fsize); + annotation('textbox', [0.4,0.35,0.1,0.1],'Color','k','String', 'unstable','FontSize',fsizelab,'LineStyle','None'); + shading flat;set(h,'LineColor','none');h = colorbar;ylabel(h, 'Propagation ratio','FontSize',fsizelab); + %set(h,'Ticks',[0,4,8]);%colorbar('Ticks',[0,1,2,3]); + x1=get(gca,'position');x=get(h,'Position');x(3)=0.03;set(h,'Position',x);set(gca,'position',x1); + set(gca,'FontSize',fsizelab); + + omegaEIbefore = 19.7 ; muEEbefore = 33.7 ; omegaEIafter = 25.2 ; muEEafter = 51.5; + + hold on; plot(muEEbefore, omegaEIbefore, 'x','LineWidth',.1,'MarkerEdgeColor',cv(1,:),'MarkerFaceColor',cv(1,:),'Markersize',mksize-2); + hold on;plot(muEEafter,omegaEIafter,'x','LineWidth',.1,'MarkerEdgeColor',cv(2,:),'MarkerFaceColor',cv(2,:),'Markersize',mksize-2); + %caxis([0 9.5]); + colormap(hot); %revision added. + %saveas(hFig,'/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/suppcontourbigmat.pdf'); + +end + + +if caseval == 15 + mfrange = 0:.05:.2; + %mfrange = 0:.005:.2; + + propratbad = zeros(length(mfrange),1); + propratgood = zeros(length(mfrange),1); + + for vary = 1:length(mfrange) + mf = mfrange(vary); + + for count=1:2 + if count==1 + omegaEI = 19.7 ; muEE = 33.7 ; + else + omegaEI = 25.2 ; muEE = 51.5; + end + + localParams.ee=betaE*omegaEE*(1+netwParams.alpha*netwParams.hier); + localParams.ie=betaI*omegaIE*(1+netwParams.alpha*netwParams.hier); + localParams.ei=-betaE*omegaEI; + localParams.ii=-betaI*omegaII; + + ldParams.ee=betaE*muEE*(1+netwParams.alpha*netwParams.hier); + ldParams.ie=betaI*muIE*(1+netwParams.alpha*netwParams.hier); + + ldConns.ee= bsxfun(@times,flnMat,ldParams.ee); + ldConns.ie= bsxfun(@times,flnMat,ldParams.ie); + + + burkmat = zeros(nNodes, nNodes); + %mf = .2; %vary mf. + %burkhalter like scaling of long range E to I. + for r = 1:nNodes + for s = 1:nNodes + burkmat(r,s) = max(0,netwParams.hier(r,1) - netwParams.hier(s,1)); + %burkmat(r,s) = netwParams.hier(r,1) - netwParams.hier(s,1); + end ; + end; + burkmat = 1 + mf*burkmat; + ldConns.ie = bsxfun(@times,ldConns.ie,burkmat); + + + nNodes=size(ldConns.ee,1); + wEe=diag(-1+localParams.ee)+ldConns.ee; + wEi=localParams.ei*eye(nNodes);%these ws would be 29x29 identity matrices. + wIe=diag(localParams.ie)+ldConns.ie; + wIi=(-1+localParams.ii)*eye(nNodes); + A = [wEe/localParams.tauE wEi/localParams.tauE;... + wIe/localParams.tauI wIi/localParams.tauI]; + + currParams.A=A; + + B=currParams.A;%B=params.A; + B(1:nNodes,:)=B(1:nNodes,:)*localParams.tauE; + B((nNodes+1):end,:)=B((nNodes+1):end,:)*localParams.tauI; + currs=-B*currParams.desiredSs; + + localParams.bgExc=currs(1:nNodes); localParams.bgInh=currs((nNodes+1):end); + bgCurr=[localParams.bgExc; localParams.bgInh];%bg = background + + combMat=A; + combMat(1:nNodes,:)=combMat(1:nNodes,:)*localParams.tauE; + combMat((nNodes+1):end,:)=combMat((nNodes+1):end,:)*localParams.tauI; + sstate=-combMat\bgCurr; + + netwParams.initConds.exc=sstate(1:nNodes); netwParams.initConds.inh=sstate((nNodes+1):end); + + inpParams=struct('tStart',2,'tEnd',2.25,'ampl',22.05*1.9); + + areaInput.inp=zeros(tParams.nSteps,1); + areaInput.inp(round(inpParams.tStart/tParams.dt):round(inpParams.tEnd/tParams.dt))=inpParams.ampl; + + if (count == 1) + popRatesbad=runNetworkAreaInputNEW(tParams,localParams,netwParams,ldConns,areaInput,'threshLinear'); + maxpeakbad=zeros(nNodes,1); + for r=1:nNodes + maxpeakbad(r,1)=max(popRatesbad.exc(r,(toplotstart:toplotend))-popRatesbad.exc(r,toplotstart)); + end + else + popRatesgood=runNetworkAreaInputNEW(tParams,localParams,netwParams,ldConns,areaInput,'threshLinear'); + maxpeakgood=zeros(nNodes,1); + for r=1:nNodes + maxpeakgood(r,1)=max(popRatesgood.exc(r,(toplotstart:toplotend))-popRatesgood.exc(r,toplotstart)); + end + end + + end + + propratbad(vary,1) = maxpeakbad(nNodes,1)/maxpeakbad(1,1); + propratgood(vary,1) = maxpeakgood(nNodes,1)/maxpeakgood(1,1); + + + end + + + %mfrange = 0:.005:.2; + %load propratgood; load propratbad; + hFig = figure(); + set(hFig,'units', 'centimeters', 'Position', [0 0 7.5 4.5],'PaperUnits','centimeters','PaperPosition',[.05 .05 7.5 4.5],'PaperSize',[8.6 4.4]) ; + semilogy(mfrange,propratbad,'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(1,:)); + hold on;semilogy(mfrange,propratgood,'-','LineWidth',lw,'MarkerSize',fsizelab,'Color',cv(2,:)); + legend({'weak GBA','strong GBA'},'Position',[0.68 0.78 0.1 0.1],'Box','off','FontSize',fsize); + %set(gca,'Ytick',logspace(-7,-1,3),'YTickLabel',['10^{-7}';'10^{-4}';'10^{2} '],'ylim',[1e-4 1e2]);set(gca,'FontSize',fsizelab,'box','off'); + set(gca,'Ytick',logspace(-7,-1,3),'YTickLabel',['10^{-7}';'10^{-4}';'10^{-1}'],'ylim',[1e-7 1e-1],'box','off'); + xlabel('Hierarchical inhibitory tuning','FontSize',fsize); + set(gca,'FontSize',fsizelab); + %set(gca,'Xtick',0:1:28,'box','off'); + h = ylabel('Propagation ratio','FontSize',fsize);%set(h, 'Units', 'Normalized');pos = get(h, 'Position');set(h, 'Position', pos + [-.02, 0., -0.9]);% + %saveas(hFig,'/Users/maddy/Dropbox/rishicode_maddy070115/signal propagation paper/paper figures v2/suppburkhalter.pdf'); + +end \ No newline at end of file diff --git a/benchmarks/src/model/Matlab/runNetworkAreaInputNEW.m b/benchmarks/src/model/Matlab/runNetworkAreaInputNEW.m new file mode 100644 index 0000000..afed497 --- /dev/null +++ b/benchmarks/src/model/Matlab/runNetworkAreaInputNEW.m @@ -0,0 +1,70 @@ +% Run simulations of the network with input to a particular area and noise + +function result=runNetworkAreaInputNEW(tStruct,localParams,netwParams,ldConns,areaInput,fiCurveType) + +nNodes=size(ldConns.ee,1); + +state.exc=zeros(nNodes,1); state.inh=zeros(size(state.exc)); + +if(isfield(netwParams,'initConds')) + state.exc=netwParams.initConds.exc; state.inh=netwParams.initConds.inh; +end; + +% recording rates across areas +popRates.exc=zeros(nNodes,tStruct.nSteps); +%29 rows corresponding to 29 nodes..for each row see progress of state over +%time. corresponding to columns. +popRates.inh=zeros(size(popRates.exc)); +popRates.exc(:,1)=state.exc; popRates.inh(:,1)=state.inh; +%setting initial states. + +% Define f-I curve + +switch fiCurveType + case 'threshLinear' + tmpZeros=zeros(size(state.exc)); + excFI=@(x) max(x,tmpZeros); + inhFI=@(x) max(x,tmpZeros); + fprintf('Threshold linear f-I curve'); + excFInew=@(x) max(x,10*ones(29,1)); + inhFInew=@(x) max(x,35*ones(29,1)); + +end; + +% Noise std can vary between areas. +noiseStd=localParams.noiseStd/sqrt(tStruct.dt); + +format long; toy=0; + +for i=2:tStruct.nSteps + + if(areaInput.inp(i)==0 && toy==0) + state.exc = 10*ones(nNodes,1);state.inh = 35*ones(nNodes,1); + else + toy=1; + + state.excI=ldConns.ee*state.exc+localParams.ee.*state.exc+... + localParams.ei.*state.inh+localParams.bgExc+noiseStd.*randn(nNodes,1); + state.inhI=ldConns.ie*state.exc+localParams.ie.*state.exc+... + localParams.ii.*state.inh+localParams.bgInh+noiseStd.*randn(nNodes,1); + + % Add in the area specific input (single area, exc population) + state.excI(areaInput.idx)=state.excI(areaInput.idx)+areaInput.inp(i); + % Now update the state using these currents + + state.exc = excFInew(state.exc+(tStruct.dt/localParams.tauE).*(-state.exc+excFI(state.excI))); + state.inh = inhFInew(state.inh+(tStruct.dt/localParams.tauI)*(-state.inh+inhFI(state.inhI))); + + if(min(min(state.exc))<10) + disp(i) + end + + end + % And record + popRates.exc(:,i)=state.exc; popRates.inh(:,i)=state.inh; + %this gives firing rates filled columnwise (timewise) +end; + +result=popRates; + + diff --git a/benchmarks/src/model/Matlab/subgraphData.mat b/benchmarks/src/model/Matlab/subgraphData.mat new file mode 100644 index 0000000..6223e64 Binary files /dev/null and b/benchmarks/src/model/Matlab/subgraphData.mat differ diff --git a/benchmarks/src/model/Matlab/subgraphWiring29.mat b/benchmarks/src/model/Matlab/subgraphWiring29.mat new file mode 100644 index 0000000..2788fcc Binary files /dev/null and b/benchmarks/src/model/Matlab/subgraphWiring29.mat differ diff --git a/benchmarks/src/model/linear.py b/benchmarks/src/model/linear.py new file mode 100644 index 0000000..37d7421 --- /dev/null +++ b/benchmarks/src/model/linear.py @@ -0,0 +1,1317 @@ +# -*- coding: utf-8 -*- + + +import numbers +from typing import Dict, Optional, Union, Callable + +import jax +import jax.numpy as jnp +import numba +import numpy as np + +from brainpy import math as bm +from brainpy._src import connect, initialize as init +from brainpy._src.context import share +from brainpy._src.dnn.base import Layer +from brainpy._src.mixin import SupportOnline, SupportOffline, SupportSTDP +from brainpy.check import is_initializer +from brainpy.connect import csr2csc +from brainpy.errors import MathError +from brainpy.initialize import XavierNormal, ZeroInit, Initializer, parameter +from brainpy.types import ArrayType, Sharding + +__all__ = [ + 'Dense', 'Linear', + 'Identity', + 'AllToAll', + 'OneToOne', + 'MaskedLinear', + 'CSRLinear', 'EventCSRLinear', + 'JitFPHomoLinear', 'JitFPUniformLinear', 'JitFPNormalLinear', + 'EventJitFPHomoLinear', 'EventJitFPNormalLinear', 'EventJitFPUniformLinear', +] + + +class Dense(Layer, SupportSTDP, SupportOnline, SupportOffline): + r"""A linear transformation applied over the last dimension of the input. + + Mathematically, this node can be defined as: + + .. math:: + + y = x \cdot weight + b + + Parameters + ---------- + num_in: int + The number of the input feature. A positive integer. + num_out: int + The number of the output features. A positive integer. + W_initializer: optional, Initializer + The weight initialization. + b_initializer: optional, Initializer + The bias initialization. + mode: Mode + Enable training this node or not. (default True) + """ + + def __init__( + self, + num_in: int, + num_out: int, + W_initializer: Union[Initializer, Callable, ArrayType] = XavierNormal(), + b_initializer: Optional[Union[Initializer, Callable, ArrayType]] = ZeroInit(), + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super(Dense, self).__init__(mode=mode, name=name) + + # shape + self.num_in = num_in + self.num_out = num_out + if num_in < 0: + raise ValueError(f'Received an invalid value for `num_out`, expected ' + f'a positive integer. Received: num_in={num_in}') + if num_out < 0: + raise ValueError(f'Received an invalid value for `num_out`, expected ' + f'a positive integer. Received: num_out={num_out}') + + # weight initializer + self.W_initializer = W_initializer + self.bias_initializer = b_initializer + is_initializer(W_initializer, 'weight_initializer') + is_initializer(b_initializer, 'bias_initializer', allow_none=True) + + # parameter initialization + W = parameter(self.W_initializer, (num_in, self.num_out)) + b = parameter(self.bias_initializer, (self.num_out,)) + if isinstance(self.mode, bm.TrainingMode): + W = bm.TrainVar(W) + b = None if (b is None) else bm.TrainVar(b) + self.W = W + self.b = b + + # fitting parameters + self.online_fit_by = None # support online training + self.offline_fit_by = None # support offline training + self.fit_record = dict() + + def __repr__(self): + return (f'{self.__class__.__name__}(name={self.name}, ' + f'num_in={self.num_in}, ' + f'num_out={self.num_out}, ' + f'mode={self.mode})') + + def update(self, x): + x = bm.as_jax(x) + res = x @ self.W + if self.b is not None: + res += self.b + + # online fitting data + if share.load('fit', False) and self.online_fit_by is not None: + self.fit_record['input'] = x + self.fit_record['output'] = res + + # offline fitting data + if share.load('fit', False) and self.offline_fit_by is not None: + self.fit_record['input'] = x + self.fit_record['output'] = res + return res + + def online_init(self): + if self.b is None: + num_input = self.num_in + else: + num_input = self.num_in + 1 + self.online_fit_by.register_target(feature_in=num_input, identifier=self.name) + + def online_fit(self, + target: ArrayType, + fit_record: Dict[str, ArrayType]): + if not isinstance(target, (bm.ndarray, jnp.ndarray)): + raise MathError(f'"target" must be a tensor, but got {type(target)}') + x = fit_record['input'] + y = fit_record['output'] + if x.ndim != 2: + raise ValueError(f'"ff" must be a 2D tensor with shape of (num_sample, ' + f'num_feature), but we got {x.shape}') + if target.ndim != 2: + raise ValueError(f'"target" must be a 2D tensor with shape of (num_sample, ' + f'num_feature), but we got {target.shape}') + if x.shape[0] != target.shape[0]: + raise ValueError(f'Batch size of the input and target data should be ' + f'the same, while we got {x.shape[0]} != {target.shape[0]}.') + if target.shape[1] != y.shape[1]: + raise MathError(f'The output dimension of output and target data should be ' + f'the same, while we got {target.shape[1]} != {y.shape[1]}') + + # data + if self.b is not None: + x = jnp.concatenate([jnp.ones((x.shape[0], 1)), x], axis=-1) + + # fitting + dW = self.online_fit_by.call(target=target, input=x, output=y, identifier=self.name) + + # assign trained weights + if self.b is None: + self.W += dW + else: + db, dW = jnp.split(dW, [1]) + self.b += db[0] + self.W += dW + + def offline_fit(self, + target: ArrayType, + fit_record: Dict[str, ArrayType]): + """The offline training interface for the Dense node.""" + # data checking + if not isinstance(target, (bm.ndarray, jnp.ndarray)): + raise MathError(f'"targets" must be a tensor, but got {type(target)}') + xs = fit_record['input'] + ys = fit_record['output'] + if xs.ndim != 3: + raise ValueError(f'"ffs" must be a 3D tensor with shape of (num_sample, num_time, ' + f'num_feature), but we got {xs.shape}') + if target.ndim != 3: + raise ValueError(f'"targets" must be a 3D tensor with shape of (num_sample, num_time, ' + f'num_feature), but we got {target.shape}') + if ys.shape != target.shape: + raise ValueError(f'The shapes of output and target data should be ' + f'the same, while we got {ys.shape} != {target.shape}.') + if xs.shape[0] != target.shape[0]: + raise ValueError(f'Batch size of the input and target data should be ' + f'the same, while we got {xs.shape[0]} != {target.shape[0]}.') + if xs.shape[1] != target.shape[1]: + raise MathError(f'The time dimension of input and target data should be ' + f'the same, while we got {xs.shape[1]} != {target.shape[1]}') + + # get input and target training data + if self.b is not None: + xs = jnp.concatenate([jnp.ones(xs.shape[:2] + (1,)), xs], axis=-1) # (..., 1 + num_ff_input) + + # solve weights by offline training methods + weights = self.offline_fit_by(target, xs, ys) + + # assign trained weights + if self.b is None: + self.W.value = weights + else: + bias, Wff = jnp.split(weights, [1]) + self.W.value = Wff + self.b.value = bias[0] + + def stdp_update( + self, + on_pre: Dict = None, + on_post: Dict = None, + w_min: numbers.Number = None, + w_max: numbers.Number = None + ): + if isinstance(self.W, float): + raise ValueError(f'Cannot update the weight of a constant node.') + if not isinstance(self.W, bm.Variable): + self.tracing_variable('W', self.W, self.W.shape) + if on_pre is not None: + spike = on_pre['spike'] + trace = on_pre['trace'] + self.W.value = dense_on_pre(self.W.value, spike, trace, w_min, w_max) + if on_post is not None: + spike = on_post['spike'] + trace = on_post['trace'] + self.W.value = dense_on_post(self.W.value, spike, trace, w_min, w_max) + + +Linear = Dense + + +class Identity(Layer): + r"""A placeholder identity operator that is argument-insensitive. + """ + + def __init__(self, *args, **kwargs) -> None: + super(Identity, self).__init__(*args, **kwargs) + + def update(self, x): + return x + + +@numba.njit(nogil=True, fastmath=True, parallel=False) +def _cpu_dense_on_pre(weight, spike, trace, w_min, w_max, out_w): + out_w[:] = weight + for i in numba.prange(spike.shape[0]): + if spike[i]: + out_w[i] = np.clip(out_w[i] + trace, w_min, w_max) + + +dense_on_pre_prim = bm.XLACustomOp(_cpu_dense_on_pre) + + +def dense_on_pre(weight, spike, trace, w_min, w_max): + if w_min is None: + w_min = -np.inf + if w_max is None: + w_max = np.inf + return dense_on_pre_prim(weight, spike, trace, w_min, w_max, + outs=[jax.ShapeDtypeStruct(weight.shape, weight.dtype)])[0] + + +@numba.njit(nogil=True, fastmath=True, parallel=False) +def _cpu_dense_on_post(weight, spike, trace, w_min, w_max, out_w): + out_w[:] = weight + for i in numba.prange(spike.shape[0]): + if spike[i]: + out_w[:, i] = np.clip(out_w[:, i] + trace, w_min, w_max) + + +dense_on_post_prim = bm.XLACustomOp(_cpu_dense_on_post) + + +def dense_on_post(weight, spike, trace, w_min, w_max): + if w_min is None: + w_min = -np.inf + if w_max is None: + w_max = np.inf + return dense_on_post_prim(weight, spike, trace, w_min, w_max, + outs=[jax.ShapeDtypeStruct(weight.shape, weight.dtype)])[0] + + +class AllToAll(Layer, SupportSTDP): + """Synaptic matrix multiplication with All2All connections. + + Args: + num_pre: int. The number of neurons in the presynaptic neuron group. + num_post: int. The number of neurons in the postsynaptic neuron group. + weight: The synaptic weights. + sharding: The sharding strategy. + include_self: bool. Whether connect the neuron with at the same position. + mode: Mode. The computing mode. + name: str. The object name. + """ + + def __init__( + self, + num_pre: int, + num_post: int, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + include_self: bool = True, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super().__init__(mode=mode, name=name) + + self.num_pre = num_pre + self.num_post = num_post + self.include_self = include_self + self.sharding = sharding + + weight = init.parameter(weight, (self.num_pre, self.num_post), sharding=sharding) + if isinstance(self.mode, bm.TrainingMode): + weight = bm.TrainVar(weight) + self.weight = weight + + def update(self, pre_val): + if bm.ndim(self.weight) == 0: # weight is a scalar + if isinstance(self.mode, bm.BatchingMode): + assert pre_val.ndim == 2, 'Under the batching mode, the input should be a 2D array.' + post_val = bm.sum(pre_val, keepdims=True, axis=1) + else: + assert pre_val.ndim == 1, 'Under the NonBatching mode, the input should be a 1D array.' + post_val = bm.sum(pre_val) + if not self.include_self: + if self.num_pre == self.num_post: + post_val = post_val - pre_val + elif self.num_pre > self.num_post: + val = pre_val[:self.num_post] + post_val = post_val - val + else: + val = bm.concatenate([pre_val, bm.zeros(self.num_post - self.num_pre)]) + post_val = post_val - val + post_val = self.weight * post_val + + else: # weight is a matrix + assert self.weight.ndim == 2, '"weight" must be a 2D matrix.' + if not self.include_self: + post_val = pre_val @ bm.fill_diagonal(self.weight, 0., inplace=False) + else: + post_val = pre_val @ self.weight + return post_val + + def stdp_update( + self, + on_pre: Dict = None, + on_post: Dict = None, + w_min: numbers.Number = None, + w_max: numbers.Number = None + ): + if isinstance(self.weight, float): + raise ValueError(f'Cannot update the weight of a constant node.') + if not isinstance(self.weight, bm.Variable): + self.tracing_variable('weight', self.weight, self.weight.shape) + if on_pre is not None: + spike = on_pre['spike'] + trace = on_pre['trace'] + self.weight.value = dense_on_pre(self.weight.value, spike, trace, w_min, w_max) + if on_post is not None: + spike = on_post['spike'] + trace = on_post['trace'] + self.weight.value = dense_on_post(self.weight.value, spike, trace, w_min, w_max) + + +class OneToOne(Layer, SupportSTDP): + """Synaptic matrix multiplication with One2One connection. + + Args: + num: int. The number of neurons. + weight: The synaptic weight. + sharding: The sharding strategy. + mode: The computing mode. + name: The object name. + + """ + + def __init__( + self, + num: int, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super().__init__(mode=mode, name=name) + + self.num = num + self.sharding = sharding + + weight = init.parameter(weight, (self.num,), sharding=sharding) + if isinstance(self.mode, bm.TrainingMode): + weight = bm.TrainVar(weight) + self.weight = weight + + def update(self, pre_val): + return pre_val * self.weight + + def stdp_update( + self, + on_pre: Dict = None, + on_post: Dict = None, + w_min: numbers.Number = None, + w_max: numbers.Number = None + ): + if isinstance(self.weight, float): + raise ValueError(f'Cannot update the weight of a constant node.') + if not isinstance(self.weight, bm.Variable): + self.tracing_variable('weight', self.weight, self.weight.shape) + if on_pre is not None: + spike = on_pre['spike'] + trace = on_pre['trace'] + self.weight.value += spike * trace + if on_post is not None: + spike = on_post['spike'] + trace = on_post['trace'] + self.weight.value += spike * trace + + +class MaskedLinear(Layer, SupportSTDP): + r"""Synaptic matrix multiplication with masked dense computation. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic value, + :math:`M` the synaptic weight using a dense matrix. + + >>> import brainpy as bp + >>> l = bp.dnn.MaskedLinear(bp.conn.FixedProb(0.1, pre=100, post=100), + >>> weight=0.1) + + Args: + conn: TwoEndConnector. The connection. + weight: Synaptic weights. Can be a scalar, array, or callable function. + mask_fun: Masking function. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + conn: connect.TwoEndConnector, + weight: Union[float, ArrayType, Callable], + mask_fun: Callable = Identity(), + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super().__init__(name=name, mode=mode) + + assert isinstance(conn, connect.TwoEndConnector) + self.conn = conn + self.sharding = sharding + self.mask_fun = mask_fun + + # weight + weight = init.parameter(weight, (conn.pre_num, conn.post_num), sharding=sharding) + if isinstance(self.mode, bm.TrainingMode): + weight = bm.TrainVar(weight) + self.weight = weight + + # connection + self.mask = bm.sharding.partition(self.conn.require('conn_mat'), sharding=sharding) + + def update(self, x): + return x @ self.mask_fun(self.weight * self.mask) + + def stdp_update( + self, + on_pre: Dict = None, + on_post: Dict = None, + w_min: numbers.Number = None, + w_max: numbers.Number = None + ): + if isinstance(self.weight, float): + raise ValueError(f'Cannot update the weight of a constant node.') + if not isinstance(self.weight, bm.Variable): + self.tracing_variable('weight', self.weight, self.weight.shape) + if on_pre is not None: + spike = on_pre['spike'] + trace = on_pre['trace'] + self.weight.value = dense_on_pre(self.weight.value, spike, trace, w_min, w_max) + if on_post is not None: + spike = on_post['spike'] + trace = on_post['trace'] + self.weight.value = dense_on_post(self.weight.value, spike, trace, w_min, w_max) + + +class _CSRLayer(Layer, SupportSTDP): + def __init__( + self, + conn: connect.TwoEndConnector, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + transpose: bool = True, + ): + super().__init__(name=name, mode=mode) + + assert isinstance(conn, connect.TwoEndConnector) + assert sharding is None, 'Currently this model does not support sharding.' + self.conn = conn + self.sharding = sharding + self.transpose = transpose + + # connection + self.indices, self.indptr = self.conn.require('csr') + + # weight + weight = init.parameter(weight, (self.indices.size,)) + if isinstance(self.mode, bm.TrainingMode): + weight = bm.TrainVar(weight) + self.weight = weight + + def stdp_update( + self, + on_pre: Dict = None, + on_post: Dict = None, + w_min: numbers.Number = None, + w_max: numbers.Number = None + ): + if bm.isscalar(self.weight): + raise ValueError(f'When using STDP to update synaptic weights, the weight cannot be a scalar.') + if self.weight.shape != self.indices.shape: + raise ValueError(f'The shape of weight should be the same as the shape of sparse weight {self.weight.shape}.') + if not isinstance(self.weight, bm.Variable): + self.tracing_variable('weight', self.weight, self.weight.shape) + if on_pre is not None: # update on presynaptic spike + spike = on_pre['spike'] + trace = on_pre['trace'] + self.weight.value = csr_on_pre_update(self.weight.value, self.indices, self.indptr, spike, trace, w_min, w_max) + if on_post is not None: # update on postsynaptic spike + if not hasattr(self, '_pre_ids'): + with jax.ensure_compile_time_eval(): + self._pre_ids, self._post_indptr, self.w_indices = csr2csc( + [self.indices, self.indptr], self.conn.post_num, data=np.arange(self.weight.size) + ) + spike = on_post['spike'] + trace = on_post['trace'] + self.weight.value = csc_on_post_update(self.weight.value, self._pre_ids, self._post_indptr, + self.w_indices, spike, trace, w_min, w_max) + + +class CSRLinear(_CSRLayer): + r"""Synaptic matrix multiplication with CSR sparse computation. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic value, + :math:`M` the synaptic weight using a CSR sparse matrix. + + Args: + conn: TwoEndConnector. The connection. + weight: Synaptic weights. Can be a scalar, array, or callable function. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + conn: connect.TwoEndConnector, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + method: str = None, + transpose: bool = True, + ): + super().__init__(name=name, mode=mode, conn=conn, weight=weight, sharding=sharding, transpose=transpose) + self.method = method + + def update(self, x): + if x.ndim == 1: + return bm.sparse.csrmv(self.weight, self.indices, self.indptr, x, + shape=(self.conn.pre_num, self.conn.post_num), + method=self.method, transpose=self.transpose) + elif x.ndim > 1: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_csrmv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_csrmv(self, x): + return bm.sparse.csrmv(self.weight, self.indices, self.indptr, x, + shape=(self.conn.pre_num, self.conn.post_num), + method=self.method, transpose=self.transpose) + +class EventCSRLinear(_CSRLayer): + r"""Synaptic matrix multiplication with event CSR sparse computation. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic spikes, + :math:`M` the synaptic weight using a CSR sparse matrix. + + Args: + conn: TwoEndConnector. The connection. + weight: Synaptic weights. Can be a scalar, array, or callable function. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + conn: connect.TwoEndConnector, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + transpose: bool = True, + method: str = None, + ): + super().__init__(name=name, mode=mode, conn=conn, weight=weight, sharding=sharding, transpose=transpose) + self.method = method + + def update(self, x): + if x.ndim == 1: + if self.method is None: + return bm.event.csrmv_taichi(self.weight, self.indices, self.indptr, x, + shape=(self.conn.pre_num, self.conn.post_num), + transpose=self.transpose,)[0] + else: + return bm.event.csrmv(self.weight, self.indices, self.indptr, x, + shape=(self.conn.pre_num, self.conn.post_num), + transpose=self.transpose,) + elif x.ndim > 1: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_csrmv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_csrmv(self, x): + if self.method is None: + return bm.event.csrmv_taichi(self.weight, self.indices, self.indptr, x, + shape=(self.conn.pre_num, self.conn.post_num), + transpose=self.transpose,)[0] + else: + return bm.event.csrmv(self.weight, self.indices, self.indptr, x, + shape=(self.conn.pre_num, self.conn.post_num), + transpose=self.transpose,) + +@numba.njit(nogil=True, fastmath=True, parallel=False) +def _cpu_csr_on_pre_update(w, indices, indptr, spike, trace, w_min, w_max, out_w): + out_w[:] = w + w_min = w_min[()] + w_max = w_max[()] + for i in numba.prange(spike.shape[0]): # pre id + if spike[i]: + for k in range(indptr[i], indptr[i + 1]): # synapse id + j = indices[k] # post id + # out_w[k] = np.clip(out_w[k] + trace[j], w_min, w_max) + out_w[k] = np.minimum(np.maximum(out_w[k] + trace[j], w_min), w_max) + +csr_on_pre_update_prim = bm.XLACustomOp(_cpu_csr_on_pre_update) + + +def csr_on_pre_update(w, indices, indptr, spike, trace, w_min=None, w_max=None): + if w_min is None: + w_min = -np.inf + if w_max is None: + w_max = np.inf + return csr_on_pre_update_prim(w, indices, indptr, spike, trace, w_min, w_max, + outs=[jax.ShapeDtypeStruct(w.shape, w.dtype)])[0] + +@numba.njit(nogil=True, fastmath=True, parallel=False) +def _cpu_csc_on_pre_update(w, post_ids, indptr, w_ids, spike, trace, w_min, w_max, out_w): + out_w[:] = w + w_min = w_min[()] + w_max = w_max[()] + for i in numba.prange(spike.shape[0]): # post id + if spike[i]: + for k in range(indptr[i], indptr[i + 1]): + j = post_ids[k] # pre id + l = w_ids[k] # syn id + out_w[l] = np.minimum(np.maximum(out_w[l] + trace[j], w_min), w_max) + + +csc_on_pre_update_prim = bm.XLACustomOp(_cpu_csc_on_pre_update) + + +def csc_on_post_update(w, post_ids, indptr, w_ids, spike, trace, w_min=None, w_max=None): + if w_min is None: + w_min = -np.inf + if w_max is None: + w_max = np.inf + return csc_on_pre_update_prim(w, post_ids, indptr, w_ids, spike, trace, w_min, w_max, + outs=[jax.ShapeDtypeStruct(w.shape, w.dtype)])[0] + + + +class CSCLinear(Layer): + r"""Synaptic matrix multiplication with CSC sparse computation. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic value, + :math:`M` the synaptic weight using a CSC sparse matrix. + + Args: + conn: TwoEndConnector. The connection. + weight: Synaptic weights. Can be a scalar, array, or callable function. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + conn: connect.TwoEndConnector, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super().__init__(name=name, mode=mode) + + assert isinstance(conn, connect.TwoEndConnector) + self.conn = conn + self.sharding = sharding + + +class BcsrMM(Layer): + r"""Synaptic matrix multiplication with BCSR sparse computation. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic value, + :math:`M` the synaptic weight using a BCSR sparse matrix. + + Args: + conn: TwoEndConnector. The connection. + weight: Synaptic weights. Can be a scalar, array, or callable function. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + conn: connect.TwoEndConnector, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super().__init__(name=name, mode=mode) + + assert isinstance(conn, connect.TwoEndConnector) + self.conn = conn + self.sharding = sharding + + +class BcscMM(Layer): + r"""Synaptic matrix multiplication with BCSC sparse computation. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic value, + :math:`M` the synaptic weight using a BCSC sparse matrix. + + Args: + conn: TwoEndConnector. The connection. + weight: Synaptic weights. Can be a scalar, array, or callable function. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + conn: connect.TwoEndConnector, + weight: Union[float, ArrayType, Callable], + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super().__init__(name=name, mode=mode) + + assert isinstance(conn, connect.TwoEndConnector) + self.conn = conn + self.sharding = sharding + + +class JitFPHomoLinear(Layer): + r"""Synaptic matrix multiplication with the just-in-time connectivity. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic variable, + :math:`M` the synaptic weights which has the fixed sparse connectivity and weights. + Particularly, the connectivity in :math:`M` is sampled from a fixed probability :math:`prob`, + and at each connection, the synaptic value is the same :math:`weight`. + + Args: + num_in: int. The number of the input feature. A positive integer. + num_out: int. The number of the input feature. A positive integer. + prob: float. The connectivity probability. + weight: float. The synaptic value at each position. + seed: int. The random seed used to keep the reproducibility of the connectivity. + transpose: bool. Transpose the JIT matrix or not. Default False. + atomic: bool. Compute the post-synaptic value with the atomic summation. Default False. + May be changed in the future. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + num_in: int, + num_out: int, + prob: float, + weight: float, + seed: Optional[int] = None, + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + transpose: bool = False, + atomic: bool = False, + ): + super().__init__(name=name, mode=mode) + + self.prob = prob + self.sharding = sharding + self.transpose = transpose + self.seed = np.random.randint(0, 100000) if seed is None else seed + self.atomic = atomic + self.num_in = num_in + self.num_out = num_out + + # weight + if isinstance(self.mode, bm.TrainingMode): + weight = bm.TrainVar(weight) + self.weight = weight + + def update(self, x): + if x.ndim == 1: + return bm.jitconn.mv_prob_homo(x, self.weight, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + elif x.ndim == 2: + return jax.vmap(self._batch_mv)(x) + elif x.ndim > 2: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_mv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_mv(self, x): + return bm.jitconn.mv_prob_homo(x, self.weight, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + + +class JitFPUniformLinear(Layer): + r"""Synaptic matrix multiplication with the just-in-time connectivity. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic variable, + :math:`M` the synaptic weights which has the fixed sparse connectivity and weights. + Particularly, the connectivity in :math:`M` is sampled from a fixed probability :math:`prob`, + and at each connection, the synaptic value is sample from a uniform distribution :math:`U(w_{low}, w_{high})`. + + Args: + num_in: int. The number of the input feature. A positive integer. + num_out: int. The number of the input feature. A positive integer. + prob: float. The connectivity probability. + w_low: float. The lowest value of the uniform distribution. + w_high: float. The highest value of the uniform distribution. + seed: int. The random seed used to keep the reproducibility of the connectivity. + transpose: bool. Transpose the JIT matrix or not. Default False. + atomic: bool. Compute the post-synaptic value with the atomic summation. Default False. + May be changed in the future. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + num_in: int, + num_out: int, + prob: float, + w_low: float, + w_high: float, + seed: Optional[int] = None, + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + transpose: bool = False, + atomic: bool = False, + ): + super().__init__(name=name, mode=mode) + + self.prob = prob + self.sharding = sharding + self.transpose = transpose + self.seed = np.random.randint(0, 100000) if seed is None else seed + self.atomic = atomic + self.num_in = num_in + self.num_out = num_out + + # weight + self.w_low = w_low + self.w_high = w_high + + def update(self, x): + if x.ndim == 1: + return bm.jitconn.mv_prob_uniform(x, self.w_low, self.w_high, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + elif x.ndim == 2: + return jax.vmap(self._batch_mv)(x) + elif x.ndim > 2: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_mv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_mv(self, x): + return bm.jitconn.mv_prob_uniform(x, self.w_low, self.w_high, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + + +class JitFPNormalLinear(Layer): + r"""Synaptic matrix multiplication with the just-in-time connectivity. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic variable, + :math:`M` the synaptic weights which has the fixed sparse connectivity and weights. + Particularly, the connectivity in :math:`M` is sampled from a fixed probability :math:`prob`, + and at each connection, the synaptic value is sample from a normal distribution :math:`N(\mu, \sigma)`. + + Args: + num_in: int. The number of the input feature. A positive integer. + num_out: int. The number of the input feature. A positive integer. + prob: float. The connectivity probability. + w_mu: float. The center of the normal distribution. + w_sigma: float. The standard variance of the normal distribution. + seed: int. The random seed used to keep the reproducibility of the connectivity. + transpose: bool. Transpose the JIT matrix or not. Default False. + atomic: bool. Compute the post-synaptic value with the atomic summation. Default False. + May be changed in the future. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + num_in: int, + num_out: int, + prob: float, + w_mu: float, + w_sigma: float, + seed: Optional[int] = None, + sharding: Optional[Sharding] = None, + transpose: bool = False, + atomic: bool = False, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + ): + super().__init__(name=name, mode=mode) + + self.prob = prob + self.sharding = sharding + self.transpose = transpose + self.seed = np.random.randint(0, 100000) if seed is None else seed + self.atomic = atomic + self.num_in = num_in + self.num_out = num_out + + # weight + self.w_mu = w_mu + self.w_sigma = w_sigma + + def update(self, x): + if x.ndim == 1: + return bm.jitconn.mv_prob_normal(x, self.w_mu, self.w_sigma, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + elif x.ndim == 2: + return jax.vmap(self._batch_mv)(x) + elif x.ndim > 2: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_mv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_mv(self, x): + return bm.jitconn.mv_prob_normal(x, self.w_mu, self.w_sigma, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + + +class EventJitFPHomoLinear(Layer): + r"""Synaptic matrix multiplication with the just-in-time connectivity. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic spikes, + :math:`M` the synaptic weights which has the fixed sparse connectivity and weights. + Particularly, the connectivity in :math:`M` is sampled from a fixed probability :math:`prob`, + and at each connection, the synaptic value is the same :math:`weight`. + + Args: + num_in: int. The number of the input feature. A positive integer. + num_out: int. The number of the input feature. A positive integer. + prob: float. The connectivity probability. + weight: float. The synaptic value at each position. + seed: int. The random seed used to keep the reproducibility of the connectivity. + transpose: bool. Transpose the JIT matrix or not. Default False. + atomic: bool. Compute the post-synaptic value with the atomic summation. Default False. + May be changed in the future. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + num_in: int, + num_out: int, + prob: float, + weight: float, + seed: Optional[int] = None, + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + transpose: bool = False, + atomic: bool = True, + method: str = None, + ): + super().__init__(name=name, mode=mode) + + self.prob = prob + self.sharding = sharding + self.transpose = transpose + self.seed = np.random.randint(0, 1000000) if seed is None else seed + self.atomic = atomic + self.num_in = num_in + self.num_out = num_out + self.method = method + + # weight + if isinstance(self.mode, bm.TrainingMode): + weight = bm.TrainVar(weight) + self.weight = weight + + def update(self, x): + if x.ndim == 1: + if self.method is None: + event_jitconn_mv = bm.jitconn.event_mv_prob_homo_taichi + else: + event_jitconn_mv = bm.jitconn.event_mv_prob_homo + return event_jitconn_mv(x, self.weight, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + elif x.ndim == 2: + return jax.vmap(self._batch_mv)(x) + elif x.ndim > 2: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_mv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_mv(self, x): + if self.method is None: + event_jitconn_mv = bm.jitconn.event_mv_prob_homo_taichi + else: + event_jitconn_mv = bm.jitconn.event_mv_prob_homo + return event_jitconn_mv(x, self.weight, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + + +class EventJitFPUniformLinear(Layer): + r"""Synaptic matrix multiplication with the just-in-time connectivity. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic spikes, + :math:`M` the synaptic weights which has the fixed sparse connectivity and weights. + Particularly, the connectivity in :math:`M` is sampled from a fixed probability :math:`prob`, + and at each connection, the synaptic value is sample from a uniform distribution :math:`U(w_{low}, w_{high})`. + + Args: + num_in: int. The number of the input feature. A positive integer. + num_out: int. The number of the input feature. A positive integer. + prob: float. The connectivity probability. + w_low: float. The lowest value of the uniform distribution. + w_high: float. The highest value of the uniform distribution. + seed: int. The random seed used to keep the reproducibility of the connectivity. + transpose: bool. Transpose the JIT matrix or not. Default False. + atomic: bool. Compute the post-synaptic value with the atomic summation. Default False. + May be changed in the future. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + num_in: int, + num_out: int, + prob: float, + w_low: float, + w_high: float, + seed: Optional[int] = None, + sharding: Optional[Sharding] = None, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + transpose: bool = False, + atomic: bool = True, + method: str = None, + ): + super().__init__(name=name, mode=mode) + + self.prob = prob + self.sharding = sharding + self.transpose = transpose + self.seed = np.random.randint(0, 100000) if seed is None else seed + self.atomic = atomic + self.num_in = num_in + self.num_out = num_out + self.method = method + + # weight + self.w_low = w_low + self.w_high = w_high + + def update(self, x): + if x.ndim == 1: + if self.method is None: + event_jitconn_mv = bm.jitconn.event_mv_prob_uniform_taichi + else: + event_jitconn_mv = bm.jitconn.event_mv_prob_uniform + return event_jitconn_mv(x, self.w_low, self.w_high, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + elif x.ndim == 2: + return jax.vmap(self._batch_mv)(x) + elif x.ndim > 2: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_mv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_mv(self, x): + if self.method is None: + event_jitconn_mv = bm.jitconn.event_mv_prob_uniform_taichi + else: + event_jitconn_mv = bm.jitconn.event_mv_prob_uniform + return event_jitconn_mv(x, self.w_low, self.w_high, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + + +class EventJitFPNormalLinear(Layer): + r"""Synaptic matrix multiplication with the just-in-time connectivity. + + It performs the computation of: + + .. math:: + + y = x @ M + + where :math:`y` is the postsynaptic value, :math:`x` the presynaptic spikes, + :math:`M` the synaptic weights which has the fixed sparse connectivity and weights. + Particularly, the connectivity in :math:`M` is sampled from a fixed probability :math:`prob`, + and at each connection, the synaptic value is sample from a normal distribution :math:`N(\mu, \sigma)`. + + Args: + num_in: int. The number of the input feature. A positive integer. + num_out: int. The number of the input feature. A positive integer. + prob: float. The connectivity probability. + w_mu: float. The center of the normal distribution. + w_sigma: float. The standard variance of the normal distribution. + seed: int. The random seed used to keep the reproducibility of the connectivity. + transpose: bool. Transpose the JIT matrix or not. Default False. + atomic: bool. Compute the post-synaptic value with the atomic summation. Default False. + May be changed in the future. + sharding: The sharding strategy. + mode: The synaptic computing mode. + name: The synapse model name. + """ + + def __init__( + self, + num_in: int, + num_out: int, + prob: float, + w_mu: float, + w_sigma: float, + seed: Optional[int] = None, + sharding: Optional[Sharding] = None, + transpose: bool = False, + atomic: bool = True, + mode: Optional[bm.Mode] = None, + name: Optional[str] = None, + method: str = None, + ): + super().__init__(name=name, mode=mode) + + self.prob = prob + self.sharding = sharding + self.transpose = transpose + self.seed = np.random.randint(0, 100000) if seed is None else seed + self.atomic = atomic + self.num_in = num_in + self.num_out = num_out + self.method = method + + # weight + self.w_mu = w_mu + self.w_sigma = w_sigma + + def update(self, x): + if x.ndim == 1: + if self.method is None: + event_jitconn_mv = bm.jitconn.event_mv_prob_normal_taichi + else: + event_jitconn_mv = bm.jitconn.event_mv_prob_normal + return event_jitconn_mv(x, self.w_mu, self.w_sigma, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) + elif x.ndim == 2: + return jax.vmap(self._batch_mv)(x) + elif x.ndim > 2: + shapes = x.shape[:-1] + x = bm.flatten(x, end_dim=-2) + y = jax.vmap(self._batch_mv)(x) + return bm.reshape(y, shapes + (y.shape[-1],)) + else: + raise ValueError + + def _batch_mv(self, x): + if self.method is None: + event_jitconn_mv = bm.jitconn.event_mv_prob_normal_taichi + else: + event_jitconn_mv = bm.jitconn.event_mv_prob_normal + return event_jitconn_mv(x, self.w_mu, self.w_sigma, self.prob, self.seed, + shape=(self.num_out, self.num_in), + transpose=self.transpose, + outdim_parallel=not self.atomic) diff --git a/benchmarks/src/model/multiarea.py b/benchmarks/src/model/multiarea.py new file mode 100644 index 0000000..35adf34 --- /dev/null +++ b/benchmarks/src/model/multiarea.py @@ -0,0 +1,175 @@ +import time +import functools + +import brainpy as bp +import brainpy.math as bm +from brainpy import neurons + +import matplotlib.pyplot as plt +import numpy as np +from jax import vmap +from scipy.io import loadmat + + +def syn_fun(pre_spike, weight, seed, prob, shape): + return bm.jitconn.event_mv_prob_homo(pre_spike, weight, prob, seed, shape=shape, transpose=True) + + +class MultiAreaNet(bp.Network): + def __init__( + self, hier, conn, delay_mat, muIE=0.0475, muEE=.0375, wII=.075, + wEE=.01, wIE=.075, wEI=.0375, extE=15.4, extI=14.0, alpha=4., + ): + super(MultiAreaNet, self).__init__() + + # data + self.hier = hier + self.conn = conn + self.delay_mat = delay_mat + + # parameters + self.muIE = muIE + self.muEE = muEE + self.wII = wII + self.wEE = wEE + self.wIE = wIE + self.wEI = wEI + self.extE = extE + self.extI = extI + self.alpha = alpha + num_area = hier.size + self.num_area = num_area + self.num_E = 1600 + self.num_I = 400 + + # neuron models + self.E = neurons.LIF((num_area, 1600), + V_th=-50., V_reset=-60., + V_rest=-70., tau=20., tau_ref=2., + noise=3. / bm.sqrt(20.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + self.I = neurons.LIF((num_area, 400), V_th=-50., V_reset=-60., + V_rest=-70., tau=10., tau_ref=2., noise=3. / bm.sqrt(10.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + + # delays + self.intra_delay_step = int(2. / bm.get_dt()) + self.E_delay_steps = bm.asarray(delay_mat.T / bm.get_dt(), dtype=int) + bm.fill_diagonal(self.E_delay_steps, self.intra_delay_step) + self.Edelay = bm.LengthDelay(self.E.spike, delay_len=int(self.E_delay_steps.max())) + self.Idelay = bm.LengthDelay(self.I.spike, delay_len=self.intra_delay_step) + + # synapse model + self.f_EE_current = vmap(functools.partial(syn_fun, prob=0.1, shape=(self.num_E, self.num_E))) + self.f_EI_current = vmap(functools.partial(syn_fun, prob=0.1, shape=(self.num_E, self.num_I))) + self.f_IE_current = vmap(functools.partial(syn_fun, prob=0.1, shape=(self.num_I, self.num_E)), + in_axes=(0, None, 0)) + self.f_II_current = vmap(functools.partial(syn_fun, prob=0.1, shape=(self.num_I, self.num_I)), + in_axes=(0, None, 0)) + + # synapses from I + self.intra_I2E_conn = bm.random.random((num_area, 400, 1600)) < 0.1 + self.intra_I2I_conn = bm.random.random((num_area, 400, 400)) < 0.1 + self.intra_I2E_weight = -wEI + self.intra_I2I_weight = -wII + + # synapses from E + # self.E2E_conns = [bm.random.random((num_area, 1600, 1600)) < 0.1 for _ in range(num_area)] + self.E2I_conns = [bm.random.random((num_area, 1600, 400)) < 0.1 for _ in range(num_area)] + self.E2E_weights = (1 + alpha * hier) * muEE * conn.T # inter-area connections + bm.fill_diagonal(self.E2E_weights, (1 + alpha * hier) * wEE) # intra-area connections + self.E2I_weights = (1 + alpha * hier) * muIE * conn.T # inter-area connections + bm.fill_diagonal(self.E2I_weights, (1 + alpha * hier) * wIE) # intra-area connections + self.E_seeds = bm.random.randint(0, 100000, (num_area, num_area * 2)) + self.I_seeds = bm.random.randint(0, 100000, (num_area * 2)) + + def update(self, v1_input): + self.E.input[0] += v1_input + self.E.input += self.extE + self.I.input += self.extI + E_not_ref = bm.logical_not(self.E.refractory) + I_not_ref = bm.logical_not(self.I.refractory) + + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + + # updates + self.Edelay.update(self.E.spike) + self.Idelay.update(self.I.spike) + self.E.update() + self.I.update() + + +def raster_plot(xValues, yValues, duration): + ticks = np.round(np.arange(0, 29) + 0.5, 2) + areas = ['V1', 'V2', 'V4', 'DP', 'MT', '8m', '5', '8l', 'TEO', '2', 'F1', + 'STPc', '7A', '46d', '10', '9/46v', '9/46d', 'F5', 'TEpd', 'PBr', + '7m', '7B', 'F2', 'STPi', 'PROm', 'F7', '8B', 'STPr', '24c'] + N = len(ticks) + plt.figure(figsize=(8, 6)) + plt.plot(xValues, yValues / (4 * 400), '.', markersize=1) + plt.plot([0, duration], np.arange(N + 1).repeat(2).reshape(-1, 2).T, 'k-') + plt.ylabel('Area') + plt.yticks(np.arange(N)) + plt.xlabel('Time [ms]') + plt.ylim(0, N) + plt.yticks(ticks, areas) + plt.xlim(0, duration) + plt.tight_layout() + plt.show() + + +# hierarchy values +hierVals = loadmat('Matlab/hierValspython.mat') +hierValsnew = hierVals['hierVals'].flatten() +hier = bm.asarray(hierValsnew / max(hierValsnew)) # hierarchy normalized. + +# fraction of labeled neurons +flnMatp = loadmat('Matlab/efelenMatpython.mat') +conn = bm.asarray(flnMatp['flnMatpython'].squeeze()) # fln values..Cij is strength from j to i + +# Distance +speed = 3.5 # axonal conduction velocity +distMatp = loadmat('Matlab/subgraphWiring29.mat') +distMat = distMatp['wiring'].squeeze() # distances between areas values.. +delayMat = bm.asarray(distMat / speed) + +pars = dict(extE=14.2, extI=14.7, wII=.075, wEE=.01, wIE=.075, wEI=.0375, muEE=.0375, muIE=0.0475) +inps = dict(value=15, duration=150) + +inputs, length = bp.inputs.section_input(values=[0, inps['value'], 0.], + durations=[300., inps['duration'], 500], + return_length=True) + +# bm.set_platform('cpu') + +net = MultiAreaNet(hier, conn, delayMat, **pars) +step_run = bm.jit(net.step_run) + +t0 = time.time() +step_run(0, 0.) +t1 = time.time() + +t2 = time.time() +step_run(1, 0.) +t3 = time.time() + +print(f'Compilation time {(t1 - t0) - (t3 - t2)} s') diff --git a/benchmarks/src/model/multiple_area_customized_op.py b/benchmarks/src/model/multiple_area_customized_op.py new file mode 100644 index 0000000..b7d88d6 --- /dev/null +++ b/benchmarks/src/model/multiple_area_customized_op.py @@ -0,0 +1,461 @@ + +import jax +import jax.numpy as jnp +import numpy as np + +from brainpy._src.dependency_check import import_taichi +from brainpy._src.math.interoperability import as_jax +from brainpy._src.math.ndarray import _get_dtype +from brainpy._src.math.op_register import XLACustomOp +from brainpy._src.math.tifunc import (lfsr88_key, lfsr88_uniform, lfsr88_normal, lfsr88_random_integers) +from typing import Tuple, Optional + +ti = import_taichi() + +def multiple_area_customized_op_E( + events: jax.Array, + weight: float, + conn_prob: float, + seed: Optional[int] = None, + *, + shape: Tuple[int, int], + area_num: int, + transpose: bool = False, + outdim_parallel: bool = False, +): + events = as_jax(events) + if isinstance(weight, float): weight = as_jax(weight) + weight = jnp.atleast_1d(as_jax(weight)) + conn_len = jnp.ceil(1 / conn_prob) * 2 - 1 + conn_len = jnp.asarray(jnp.atleast_1d(conn_len), dtype=jnp.int32) + if seed is None: + with jax.ensure_compile_time_eval(): + seed = np.random.randint(0, int(1e8), 1) + seed = jnp.atleast_1d(jnp.asarray(seed, dtype=jnp.uint32)) + return raw_multiple_area_customized_op_E(events, weight, conn_len, seed, shape=shape, area_num=area_num, + transpose=transpose, outdim_parallel=outdim_parallel)[0] + + +def multiple_area_customized_op_I( + events: jax.Array, + weight: float, + conn_prob: float, + seed: Optional[int] = None, + *, + shape: Tuple[int, int], + area_num: int, + transpose: bool = False, + outdim_parallel: bool = False, +): + events = as_jax(events) + if isinstance(weight, float): weight = as_jax(weight) + weight = jnp.atleast_1d(as_jax(weight)) + conn_len = jnp.ceil(1 / conn_prob) * 2 - 1 + conn_len = jnp.asarray(jnp.atleast_1d(conn_len), dtype=jnp.int32) + if seed is None: + with jax.ensure_compile_time_eval(): + seed = np.random.randint(0, int(1e8), 1) + seed = jnp.atleast_1d(jnp.asarray(seed, dtype=jnp.uint32)) + return raw_multiple_area_customized_op_I(events, weight, conn_len, seed, shape=shape, area_num=area_num, + transpose=transpose, outdim_parallel=outdim_parallel)[0] + +@ti.kernel +def _multiple_area_event_mv_prob_homo_bool_irregular_cpu_E( + events: ti.types.ndarray(ndim=1), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[0] + clen0 = clen[0] + + for i_col in range(num_col): + if events[i_col]: + for i_area in range(out.shape[0]): + key = lfsr88_key(seed[i_area] + i_col) + key, i_row = lfsr88_random_integers(key, 0, clen0 - 1) + while i_row < num_row: + out[i_area, i_row] += weight[i_area] + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + + +@ti.kernel +def _multiple_area_event_mv_prob_homo_bool_irregular_gpu_E( + events: ti.types.ndarray(ndim=1), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[0] + clen0 = clen[0] + step = ti.uint32(ti.max((num_row + 1) >> 5, 1)) + + for i in range(num_col * 32): + i_col = i >> 5 + if events[i_col]: + for i_area in range(out.shape[0]): + index = i & 31 + i_row = step * index + 1 + end = ti.min(i_row + step, num_row) + + key = lfsr88_key(seed[i_area] + i) + key, inc = lfsr88_random_integers(key, 0, clen0 - 1) + i_row += inc + while i_row < end: + out[i_area, i_row] += weight[i_area] + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + + +@ti.kernel +def _multiple_area_event_mv_prob_homo_irregular_cpu_E( + events: ti.types.ndarray(ndim=1), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[0] + clen0 = clen[0] + + for i_col in range(num_col): + if events[i_col] != 0.: + for i_area in range(out.shape[0]): + key = lfsr88_key(seed[i_area] + i_col) + key, i_row = lfsr88_random_integers(key, 0, clen0 - 1) + while i_row < num_row: + out[i_area, i_row] += weight[i_area] + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + + +@ti.kernel +def _multiple_area_event_mv_prob_homo_irregular_gpu_E( + events: ti.types.ndarray(ndim=1), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[0] + clen0 = clen[0] + step = ti.uint32(ti.max((num_row + 1) >> 5, 1)) + + for i in range(num_col * 32): + i_col = i >> 5 + if events[i_col] != 0.: + for i_area in range(out.shape[0]): + index = i & 31 + i_row = step * index + 1 + end = ti.min(i_row + step, num_row) + + key = lfsr88_key(seed[i_area] + i) + key, inc = lfsr88_random_integers(key, 0, clen0 - 1) + i_row += inc + while i_row < end: + out[i_area, i_row] += weight[i_area] + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + + +def _reverse(shape): + return shape[::-1] + + +def _general_checking_E(vector, clen, seed, shape, area_num, transpose, outdim_parallel, *weights): + if vector.ndim != 1: + raise ValueError('vector should be a 1D vector.') + if len(shape) != 2: + raise ValueError('shape should be a length-2 tuple.') + if seed.ndim != 1: + raise ValueError('seed must be a 1D scalar.') + if clen.ndim != 1: + raise ValueError('conn_prob must be a 1D scalar.') + if type(area_num) != int: + raise ValueError('area_num must be an integer.') + + assert _get_dtype(clen) in [jnp.int16, jnp.int32, jnp.int64, jnp.uint16, jnp.uint32, jnp.uint64] + assert _get_dtype(seed) in [jnp.int16, jnp.int32, jnp.int64, jnp.uint16, jnp.uint32, jnp.uint64] + + for weight in weights: + if weight.ndim != 1: + raise ValueError('weight must be a 1D scalar.') + assert _get_dtype(weight) in [jnp.float16, jnp.float32, jnp.float64], '"weight" must be float valued.' + + if not isinstance(outdim_parallel, bool): + raise ValueError('outdim_parallel must be boolean value.') + if not isinstance(transpose, bool): + raise ValueError('transpose must be boolean value.') + + if transpose: + out_shape = (area_num, shape[1]) + if vector.shape[0] != shape[0]: + raise ValueError(f'Shape mismatch, vec {vector.shape} @ mat {shape}.') + shape = _reverse(shape) + else: + if vector.shape[0] != shape[1]: + raise ValueError(f'Shape mismatch, mat {shape} @ vec ({vector.shape[0]},).') + out_shape = (area_num, shape[0]) + + return shape, out_shape + + +def _event_checking_E(vector, clen, seed, shape, area_num, transpose, outdim_parallel, *weights): + assert _get_dtype(vector) in [jnp.bool_, jnp.float16, jnp.float32, jnp.float64] + return _general_checking_E(vector, clen, seed, shape, area_num, transpose, outdim_parallel, *weights) + + +def _define_multiple_area_event_mv_prob_homo_irregular_prim_E(cpu_kernel, gpu_kernel): + prim = XLACustomOp(cpu_kernel=cpu_kernel, gpu_kernel=gpu_kernel) + return prim + + +_multiple_area_event_mv_prob_homo_bool_irregular_p_E = _define_multiple_area_event_mv_prob_homo_irregular_prim_E( + cpu_kernel=_multiple_area_event_mv_prob_homo_bool_irregular_cpu_E, + gpu_kernel=_multiple_area_event_mv_prob_homo_bool_irregular_gpu_E +) + +_multiple_area_event_mv_prob_homo_irregular_p_E = _define_multiple_area_event_mv_prob_homo_irregular_prim_E( + cpu_kernel=_multiple_area_event_mv_prob_homo_irregular_cpu_E, + gpu_kernel=_multiple_area_event_mv_prob_homo_irregular_gpu_E +) + + +def raw_multiple_area_customized_op_E( + events: jax.Array, + weight: jax.Array, # vector with size 1 + conn_len: jax.Array, # vector with size 1 + seed: jax.Array, # vector with size 1 + *, + shape: Tuple[int, int], + area_num: int, + transpose: bool = False, + outdim_parallel: bool = False, +) -> jax.Array: + mat_shape, out_shape = _event_checking_E(events, conn_len, seed, shape, area_num, transpose, outdim_parallel, weight) + + if outdim_parallel: + raise NotImplementedError('Not implement outdim_parallel=True') + else: + if events.dtype == jnp.bool_: + prim = _multiple_area_event_mv_prob_homo_bool_irregular_p_E + else: + prim = _multiple_area_event_mv_prob_homo_irregular_p_E + + return prim(events, + weight, + conn_len, + seed, + outs=[jax.ShapeDtypeStruct(shape=out_shape, dtype=weight.dtype)], + shape=mat_shape, + area_num=area_num, + transpose=transpose, + outdim_parallel=outdim_parallel) + + +@ti.kernel +def _multiple_area_event_mv_prob_homo_bool_irregular_cpu_I( + events: ti.types.ndarray(ndim=2), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[1] + weight0 = weight[0] + clen0 = clen[0] + + for i_col in range(num_col): + for i_area in range(out.shape[0]): + if events[i_area, i_col]: + key = lfsr88_key(seed[i_area] + i_col) + key, i_row = lfsr88_random_integers(key, 0, clen0 - 1) + while i_row < num_row: + out[i_area, i_row] += weight0 + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + + +@ti.kernel +def _multiple_area_event_mv_prob_homo_bool_irregular_gpu_I( + events: ti.types.ndarray(ndim=1), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[0] + weight0 = weight[0] + clen0 = clen[0] + step = ti.uint32(ti.max((num_row + 1) >> 5, 1)) + + for i in range(num_col * 32): + i_col = i >> 5 + for i_area in range(out.shape[0]): + if events[i_area, i_col]: + index = i & 31 + i_row = step * index + 1 + end = ti.min(i_row + step, num_row) + + key = lfsr88_key(seed[i_area] + i) + key, inc = lfsr88_random_integers(key, 0, clen0 - 1) + i_row += inc + while i_row < end: + out[i_area, i_row] += weight0 + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + + +@ti.kernel +def _multiple_area_event_mv_prob_homo_irregular_cpu_I( + events: ti.types.ndarray(ndim=1), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[1] + weight0 = weight[0] + clen0 = clen[0] + + for i_col in range(num_col): + for i_area in range(out.shape[0]): + if events[i_area, i_col] != 0.: + key = lfsr88_key(seed[i_area] + i_col) + key, i_row = lfsr88_random_integers(key, 0, clen0 - 1) + while i_row < num_row: + out[i_area, i_row] += weight0 + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + + +@ti.kernel +def _multiple_area_event_mv_prob_homo_irregular_gpu_I( + events: ti.types.ndarray(ndim=1), + weight: ti.types.ndarray(ndim=1), + clen: ti.types.ndarray(ndim=1), + seed: ti.types.ndarray(ndim=1), + out: ti.types.ndarray(ndim=2) +): + num_row = out.shape[1] + num_col = events.shape[0] + weight0 = weight[0] + clen0 = clen[0] + step = ti.uint32(ti.max((num_row + 1) >> 5, 1)) + + for i in range(num_col * 32): + i_col = i >> 5 + for i_area in range(out.shape[0]): + if events[i_area, i_col] != 0.: + index = i & 31 + i_row = step * index + 1 + end = ti.min(i_row + step, num_row) + + key = lfsr88_key(seed[i_area] + i) + key, inc = lfsr88_random_integers(key, 0, clen0 - 1) + i_row += inc + while i_row < end: + out[i_area, i_row] += weight0 + key, inc = lfsr88_random_integers(key, 1, clen0) + i_row += inc + +def _general_checking_I(vector, clen, seed, shape, area_num, transpose, outdim_parallel, *weights): + if vector.ndim != 2: + raise ValueError('vector should be a 2D vector.') + if len(shape) != 2: + raise ValueError('shape should be a length-2 tuple.') + if seed.ndim != 1: + raise ValueError('seed must be a 1D scalar.') + if clen.ndim != 1: + raise ValueError('conn_prob must be a 1D scalar.') + if type(area_num) != int: + raise ValueError('area_num must be an integer.') + + assert _get_dtype(clen) in [jnp.int16, jnp.int32, jnp.int64, jnp.uint16, jnp.uint32, jnp.uint64] + assert _get_dtype(seed) in [jnp.int16, jnp.int32, jnp.int64, jnp.uint16, jnp.uint32, jnp.uint64] + + for weight in weights: + if weight.ndim != 1: + raise ValueError('weight must be a 1D scalar.') + assert _get_dtype(weight) in [jnp.float16, jnp.float32, jnp.float64], '"weight" must be float valued.' + + if not isinstance(outdim_parallel, bool): + raise ValueError('outdim_parallel must be boolean value.') + if not isinstance(transpose, bool): + raise ValueError('transpose must be boolean value.') + + if transpose: + out_shape = (area_num, shape[1]) + if vector.shape[1] != shape[0]: + raise ValueError(f'Shape mismatch, vec {vector.shape} @ mat {shape}.') + shape = _reverse(shape) + else: + if vector.shape[1] != shape[1]: + raise ValueError(f'Shape mismatch, mat {shape} @ vec ({vector.shape[0]},).') + out_shape = (area_num, shape[0]) + + return shape, out_shape + + +def _event_checking_I(vector, clen, seed, shape, area_num, transpose, outdim_parallel, *weights): + assert _get_dtype(vector) in [jnp.bool_, jnp.float16, jnp.float32, jnp.float64] + return _general_checking_I(vector, clen, seed, shape, area_num, transpose, outdim_parallel, *weights) + + +def _define_multiple_area_event_mv_prob_homo_irregular_prim_I(cpu_kernel, gpu_kernel): + prim = XLACustomOp(cpu_kernel=cpu_kernel, gpu_kernel=gpu_kernel) + return prim + + +_multiple_area_event_mv_prob_homo_bool_irregular_p_I = _define_multiple_area_event_mv_prob_homo_irregular_prim_I( + cpu_kernel=_multiple_area_event_mv_prob_homo_bool_irregular_cpu_I, + gpu_kernel=_multiple_area_event_mv_prob_homo_bool_irregular_gpu_I +) + +_multiple_area_event_mv_prob_homo_irregular_p_I = _define_multiple_area_event_mv_prob_homo_irregular_prim_I( + cpu_kernel=_multiple_area_event_mv_prob_homo_irregular_cpu_I, + gpu_kernel=_multiple_area_event_mv_prob_homo_irregular_gpu_I +) + + +def raw_multiple_area_customized_op_I( + events: jax.Array, + weight: jax.Array, # vector with size 1 + conn_len: jax.Array, # vector with size 1 + seed: jax.Array, # vector with size 1 + *, + shape: Tuple[int, int], + area_num: int, + transpose: bool = False, + outdim_parallel: bool = False, +) -> jax.Array: + mat_shape, out_shape = _event_checking_I(events, conn_len, seed, shape, area_num, transpose, outdim_parallel, weight) + + if outdim_parallel: + raise NotImplementedError('Not implement outdim_parallel=True') + else: + if events.dtype == jnp.bool_: + prim = _multiple_area_event_mv_prob_homo_bool_irregular_p_I + else: + prim = _multiple_area_event_mv_prob_homo_irregular_p_I + + return prim(events, + weight, + conn_len, + seed, + outs=[jax.ShapeDtypeStruct(shape=out_shape, dtype=weight.dtype)], + shape=mat_shape, + area_num=area_num, + transpose=transpose, + outdim_parallel=outdim_parallel) + diff --git a/benchmarks/src/model/test_COBA.py b/benchmarks/src/model/test_COBA.py new file mode 100644 index 0000000..1a313a0 --- /dev/null +++ b/benchmarks/src/model/test_COBA.py @@ -0,0 +1,214 @@ +import brainpy as bp +import brainpy.math as bm +import pandas as pd +import os +from time import time +from functools import partial + +from linear import EventCSRLinear, EventJitFPHomoLinear, EventJitFPUniformLinear, EventJitFPNormalLinear + +EventCSRLinear_brainpylib = partial(EventCSRLinear, method='brainpylib') +EventCSRLinear_taichi = partial(EventCSRLinear, method=None) +EventJitFPHomoLinear_brainpylib = partial(EventJitFPHomoLinear, method='brainpylib') +EventJitFPHomoLinear_taichi = partial(EventJitFPHomoLinear, method=None) +EventJitFPUniformLinear_brainpylib = partial(EventJitFPUniformLinear, method='brainpylib') +EventJitFPUniformLinear_taichi = partial(EventJitFPUniformLinear, method=None) +EventJitFPNormalLinear_brainpylib = partial(EventJitFPNormalLinear, method='brainpylib') +EventJitFPNormalLinear_taichi = partial(EventJitFPNormalLinear, method=None) + + +bm.set_platform('gpu') +bm.disable_gpu_memory_preallocation() + +post_nums = [400, 4000, 40000, 400000, 4000000] +conn_nums = [20, 40, 80, 100] +# conn_nums = [80] +comm_types = { + # 'CSRLinear': (bp.dnn.CSRLinear, bp.dnn.CSRLinear_taichi), + 'EventCSRLinear': (EventCSRLinear_brainpylib, EventCSRLinear_taichi), + # 'JitFPHomoLinear': (bp.dnn.JitFPHomoLinear, bp.dnn.JitFPHomoLinear_taichi), + # 'JitFPUniformLinear': (bp.dnn.JitFPUniformLinear, bp.dnn.JitFPUniformLinear_taichi), + # 'JitFPNormalLinear': (bp.dnn.JitFPNormalLinear, bp.dnn.JitFPNormalLinear_taichi), + 'EventJitFPHomoLinear': (EventJitFPHomoLinear_brainpylib, EventJitFPHomoLinear_taichi), + 'EventJitFPUniformLinear': (EventJitFPUniformLinear_brainpylib, EventJitFPUniformLinear_taichi), + 'EventJitFPNormalLinear': (EventJitFPNormalLinear_brainpylib, EventJitFPNormalLinear_taichi) + } +E_PROB = 0.75 +I_PROB = 0.25 +SEED = 1234 +E_WEIGHT = 0.6 +E_W_LOW = 0.3 +E_W_HIGH = 0.9 +E_W_MU = 0.6 +E_W_SIGMA = 0.01 +I_WEIGHT = 6.7 +I_W_LOW = 6.4 +I_W_HIGH = 7.0 +I_W_MU = 6.7 +I_W_SIGMA = 0.01 + +RUNNING_TIME = 100 +if bm.get_platform() == 'cpu': + RUNNING_TIME = 10 + + +class EINet(bp.DynSysGroup): + def __init__(self, post_num, conn_num, comm_type, comm_class): + super().__init__() + self.exc_num = int(post_num * E_PROB) + self.inh_num = int(post_num * I_PROB) + self.N = bp.dyn.LifRef(post_num, V_rest=-60., V_th=-50., V_reset=-60., tau=20., tau_ref=5., + V_initializer=bp.init.Normal(-55., 2.)) + self.delay = bp.VarDelay(self.N.spike, entries={'I': None}) + if comm_type == 'CSRLinear' or comm_type == 'EventCSRLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(bp.conn.FixedProb(conn_num/post_num, pre = self.exc_num, post = post_num, seed=SEED, allow_multi_conn=True), weight=E_WEIGHT), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(bp.conn.FixedProb(conn_num/post_num, pre = self.inh_num, post = post_num, seed=SEED, allow_multi_conn=True), weight=I_WEIGHT), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + elif comm_type == 'JitFPHomoLinear' or comm_type == 'EventJitFPHomoLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.exc_num, post_num, prob=conn_num/post_num, weight=E_WEIGHT, seed=SEED), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.inh_num, post_num, prob=conn_num/post_num, weight=I_WEIGHT, seed=SEED), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + elif comm_type == 'JitFPUniformLinear' or comm_type == 'EventJitFPUniformLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.exc_num, post_num, prob=conn_num/post_num, w_low=E_W_LOW, w_high=E_W_HIGH, seed=SEED), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.inh_num, post_num, prob=conn_num/post_num, w_low=I_W_LOW, w_high=I_W_HIGH, seed=SEED), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + elif comm_type == 'JitFPNormalLinear' or comm_type == 'EventJitFPNormalLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.exc_num, post_num, prob=conn_num/post_num, w_mu=E_W_MU, w_sigma=E_W_SIGMA, seed=SEED), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.inh_num, post_num, prob=conn_num/post_num, w_mu=I_W_MU, w_sigma=I_W_SIGMA, seed=SEED), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + else: + raise NotImplementedError + + def update(self, input): + spk = self.delay.at('I') + self.E(spk[:self.exc_num]) + self.I(spk[self.exc_num:]) + self.delay(self.N(input)) + return self.N.spike.value + +def test(post_num, conn_num, comm_type): + print(f'Post num: {post_num}, conn num: {conn_num}, comm type: {comm_type}') + comm_brainpylib = comm_types[comm_type][0] + comm_taichi = comm_types[comm_type][1] + net_brainpylib = EINet(post_num, conn_num, comm_type, comm_brainpylib) + net_taichi = EINet(post_num, conn_num, comm_type, comm_taichi) + + indices = bm.arange(RUNNING_TIME) + + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time0 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time1 = time() + time2 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time3 = time() + time4 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time5 = time() + time6 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time7 = time() + time8 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time9 = time() + time10 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time11 = time() + time12 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time13 = time() + time14 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time15 = time() + time16 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time17 = time() + time18 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time19 = time() + + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time20 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time21 = time() + time22 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time23 = time() + time24 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time25 = time() + time26 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time27 = time() + time28 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time29 = time() + time30 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time31 = time() + time32 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time33 = time() + time34 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time35 = time() + time36 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time37 = time() + time38 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time39 = time() + + bm.clear_buffer_memory() + + print(f'BrainPylib: {(time1 - time0)*1000}, {(time3 - time2)*1000}, {(time5 - time4)*1000}, {(time7 - time6)*1000}, {(time9 - time8)*1000}, {(time11 - time10)*1000}, {(time13 - time12)*1000}, {(time15 - time14)*1000}, {(time17 - time16)*1000}, {(time19 - time18)*1000}') + print(f'Taichi: {(time21 - time20)*1000}, {(time23 - time22)*1000}, {(time25 - time24)*1000}, {(time27 - time26)*1000}, {(time29 - time28)*1000}, {(time31 - time30)*1000}, {(time33 - time32)*1000}, {(time35 - time34)*1000}, {(time37 - time36)*1000}, {(time39 - time38)*1000}') + + return (time1 - time0)*1000, (time3 - time2)*1000, (time5 - time4)*1000, (time7 - time6)*1000, (time9 - time8)*1000, (time11 - time10)*1000, (time13 - time12)*1000, (time15 - time14)*1000, (time17 - time16)*1000, (time19 - time18)*1000, \ + (time21 - time20)*1000, (time23 - time22)*1000, (time25 - time24)*1000, (time27 - time26)*1000, (time29 - time28)*1000, (time31 - time30)*1000, (time33 - time32)*1000, (time35 - time34)*1000, (time37 - time36)*1000, (time39 - time38)*1000 + +df = pd.DataFrame(columns=['post_num', 'conn_num', 'comm_type', 'device', + 'brainpylib_time1', 'brainpylib_time2', 'brainpylib_time3', 'brainpylib_time4', 'brainpylib_time5', 'brainpylib_time6', 'brainpylib_time7', 'brainpylib_time8', 'brainpylib_time9', 'brainpylib_time10', + 'taichi_time1', 'taichi_time2', 'taichi_time3', 'taichi_time4', 'taichi_time5', 'taichi_time6', 'taichi_time7', 'taichi_time8', 'taichi_time9', 'taichi_time10']) +PATH = os.path.dirname(os.path.abspath(__file__)) +if bm.get_platform() == 'cpu': + for post_num in post_nums: + for conn_num in conn_nums: + for comm_type in comm_types: + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, \ + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10 = test(post_num, conn_num, comm_type) + df.loc[df.shape[0]] = [post_num, conn_num, comm_type, 'cpu', + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10] + df.to_csv(f'{PATH}/benchmark_cpu.csv', index=False) + +if bm.get_platform() == 'gpu': + for post_num in post_nums: + for conn_num in conn_nums: + for comm_type in comm_types: + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, \ + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10 = test(post_num, conn_num, comm_type) + df.loc[df.shape[0]] = [post_num, conn_num, comm_type, 'gpu', + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10] + df.to_csv(f'{PATH}/benchmark_gpu.csv', index=False) \ No newline at end of file diff --git a/benchmarks/src/model/test_COBA_spks.py b/benchmarks/src/model/test_COBA_spks.py new file mode 100644 index 0000000..3aa599c --- /dev/null +++ b/benchmarks/src/model/test_COBA_spks.py @@ -0,0 +1,152 @@ +import brainpy as bp +import brainpy.math as bm +import pandas as pd +import os +from time import time +from functools import partial +from linear import EventCSRLinear, EventJitFPHomoLinear, EventJitFPUniformLinear, EventJitFPNormalLinear + +bm.set_platform('gpu') +bm.disable_gpu_memory_preallocation() + + +EventCSRLinear_brainpylib = partial(EventCSRLinear, method='brainpylib') +EventCSRLinear_taichi = partial(EventCSRLinear, method=None) +EventJitFPHomoLinear_brainpylib = partial(EventJitFPHomoLinear, method='brainpylib') +EventJitFPHomoLinear_taichi = partial(EventJitFPHomoLinear, method=None) +EventJitFPUniformLinear_brainpylib = partial(EventJitFPUniformLinear, method='brainpylib') +EventJitFPUniformLinear_taichi = partial(EventJitFPUniformLinear, method=None) +EventJitFPNormalLinear_brainpylib = partial(EventJitFPNormalLinear, method='brainpylib') +EventJitFPNormalLinear_taichi = partial(EventJitFPNormalLinear, method=None) + + +post_nums = [400, 4000, 40000, 400000, 4000000] +conn_nums = [20, 40, 80, 100] +# conn_nums = [80] +comm_types = { + # 'CSRLinear': (bp.dnn.CSRLinear, bp.dnn.CSRLinear_taichi), + # 'EventCSRLinear': (EventCSRLinear_brainpylib, EventCSRLinear_taichi), + # 'JitFPHomoLinear': (bp.dnn.JitFPHomoLinear, bp.dnn.JitFPHomoLinear_taichi), + # 'JitFPUniformLinear': (bp.dnn.JitFPUniformLinear, bp.dnn.JitFPUniformLinear_taichi), + # 'JitFPNormalLinear': (bp.dnn.JitFPNormalLinear, bp.dnn.JitFPNormalLinear_taichi), + 'EventJitFPHomoLinear': (EventJitFPHomoLinear_brainpylib, EventJitFPHomoLinear_taichi), + 'EventJitFPUniformLinear': (EventJitFPUniformLinear_brainpylib, EventJitFPUniformLinear_taichi), + 'EventJitFPNormalLinear': (EventJitFPNormalLinear_brainpylib, EventJitFPNormalLinear_taichi) + } +E_PROB = 0.75 +I_PROB = 0.25 +SEED = 1234 +E_WEIGHT = 0.6 +E_W_LOW = 0.3 +E_W_HIGH = 0.9 +E_W_MU = 0.6 +E_W_SIGMA = 0.01 +I_WEIGHT = 6.7 +I_W_LOW = 6.4 +I_W_HIGH = 7.0 +I_W_MU = 6.7 +I_W_SIGMA = 0.01 + +RUNNING_TIME = 1000 +# if bm.get_platform() == 'cpu': +# RUNNING_TIME = 10 + + +class EINet(bp.DynSysGroup): + def __init__(self, post_num, conn_num, comm_type, comm_class): + super().__init__() + self.exc_num = int(post_num * E_PROB) + self.inh_num = int(post_num * I_PROB) + self.N = bp.dyn.LifRef(post_num, V_rest=-60., V_th=-50., V_reset=-60., tau=20., tau_ref=5., + V_initializer=bp.init.Normal(-55., 2.)) + self.delay = bp.VarDelay(self.N.spike, entries={'I': None}) + if comm_type == 'CSRLinear' or comm_type == 'EventCSRLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(bp.conn.FixedProb(conn_num/post_num, pre = self.exc_num, post = post_num, seed=SEED, allow_multi_conn=True), weight=E_WEIGHT), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(bp.conn.FixedProb(conn_num/post_num, pre = self.inh_num, post = post_num, seed=SEED, allow_multi_conn=True), weight=I_WEIGHT), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + elif comm_type == 'JitFPHomoLinear' or comm_type == 'EventJitFPHomoLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.exc_num, post_num, prob=conn_num/post_num, weight=E_WEIGHT, seed=SEED, atomic=True), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.inh_num, post_num, prob=conn_num/post_num, weight=I_WEIGHT, seed=SEED, atomic=True), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + elif comm_type == 'JitFPUniformLinear' or comm_type == 'EventJitFPUniformLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.exc_num, post_num, prob=conn_num/post_num, w_low=E_W_LOW, w_high=E_W_HIGH, seed=SEED, atomic=True), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.inh_num, post_num, prob=conn_num/post_num, w_low=I_W_LOW, w_high=I_W_HIGH, seed=SEED, atomic=True), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + elif comm_type == 'JitFPNormalLinear' or comm_type == 'EventJitFPNormalLinear': + self.E = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.exc_num, post_num, prob=conn_num/post_num, w_mu=E_W_MU, w_sigma=E_W_SIGMA, seed=SEED, atomic=True), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=0.), + post=self.N) + self.I = bp.dyn.HalfProjAlignPostMg(comm=comm_class(self.inh_num, post_num, prob=conn_num/post_num, w_mu=I_W_MU, w_sigma=I_W_SIGMA, seed=SEED, atomic=True), + syn=bp.dyn.Expon.desc(size=post_num, tau=5.), + out=bp.dyn.COBA.desc(E=-80.), + post=self.N) + else: + raise NotImplementedError + + def update(self, input): + spk = self.delay.at('I') + self.E(spk[:self.exc_num]) + self.I(spk[self.exc_num:]) + self.delay(self.N(input)) + return self.N.spike.value + +def test_spks(post_num, conn_num, comm_type): + print(f'Post num: {post_num}, conn num: {conn_num}, comm type: {comm_type}') + comm_brainpylib = comm_types[comm_type][0] + comm_taichi = comm_types[comm_type][1] + net_brainpylib = EINet(post_num, conn_num, comm_type, comm_brainpylib) + net_taichi = EINet(post_num, conn_num, comm_type, comm_taichi) + + indices = bm.arange(RUNNING_TIME) + + brainpylib_spks = bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + taichi_spks = bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + + brainpylib_spk = brainpylib_spks.sum() / (RUNNING_TIME/1000) / post_num + taichi_spk = taichi_spks.sum() / (RUNNING_TIME/1000) / post_num + + + print(f'BrainPyLib spks: {brainpylib_spk}') + print(f'Taichi spks: {taichi_spk}') + + return brainpylib_spk, taichi_spk + +df = pd.DataFrame(columns=['post_num', 'conn_num', 'comm_type', 'device', + 'brainpylib_spk', + 'taichi_spk',]) +PATH = os.path.dirname(os.path.abspath(__file__)) +if bm.get_platform() == 'cpu': + for post_num in post_nums: + for conn_num in conn_nums: + for comm_type in comm_types: + brainpylib_spks, taichi_spks = test_spks(post_num, conn_num, comm_type) + df.loc[df.shape[0]] = [post_num, conn_num, comm_type, 'cpu', + brainpylib_spks, + taichi_spks] + df.to_csv(f'{PATH}/benchmark_spks_cpu.csv', index=False) + +if bm.get_platform() == 'gpu': + for post_num in post_nums: + for conn_num in conn_nums: + for comm_type in comm_types: + brainpylib_spks, taichi_spks = test_spks(post_num, conn_num, comm_type) + df.loc[df.shape[0]] = [post_num, conn_num, comm_type, 'gpu', + brainpylib_spks, + taichi_spks] + df.to_csv(f'{PATH}/benchmark_spks_gpu.csv', index=False) \ No newline at end of file diff --git a/benchmarks/src/model/test_MultipleArea.py b/benchmarks/src/model/test_MultipleArea.py new file mode 100644 index 0000000..51afd1f --- /dev/null +++ b/benchmarks/src/model/test_MultipleArea.py @@ -0,0 +1,510 @@ +from time import time +import functools + +import brainpy as bp +import brainpy.math as bm +from brainpy import neurons + +import matplotlib.pyplot as plt +import numpy as np +import pandas as pd +from jax import vmap +import os +from scipy.io import loadmat + +from multiple_area_customized_op import (multiple_area_customized_op_E as syn_fun_E, + multiple_area_customized_op_I as syn_fun_I) + +bm.set_platform('gpu') +bm.disable_gpu_memory_preallocation() + +PATH = os.path.dirname(os.path.abspath(__file__)) + +neuron_nums = [ + 200, + 2000, + 20000, + 200000, + # 2000000 +] +conn_nums = [ + 20, + 40, + 80, + 100 +] + +E_PROB = 0.8 +I_PROB = 0.2 +muIE = 0.0475 +muEE = 0.0375 +wII = 0.075 +wEE = 0.01 +wIE = 0.075 +wEI = 0.0375 +extE = 14.2 +extI = 14.7 +alpha = 4. + +RUNNING_TIME = 10 +if bm.get_platform() == 'cpu': + RUNNING_TIME = 3 + +syn_func_types = [ + 'event_mv_prob_homo', + # 'event_mv_prob_uniform', + # 'event_mv_prob_normal', +] + +# hierarchy values +hierVals = loadmat(f'{PATH}/Matlab/hierValspython.mat') +hierValsnew = hierVals['hierVals'].flatten() +hier = bm.asarray(hierValsnew / max(hierValsnew)) # hierarchy normalized. + +# fraction of labeled neurons +flnMatp = loadmat(f'{PATH}/Matlab/efelenMatpython.mat') +conn = bm.asarray(flnMatp['flnMatpython'].squeeze()) # fln values..Cij is strength from j to i + +# Distance +speed = 3.5 # axonal conduction velocity +distMatp = loadmat(f'{PATH}/Matlab/subgraphWiring29.mat') +distMat = distMatp['wiring'].squeeze() # distances between areas values.. +delayMat = bm.asarray(distMat / speed) + + +class MultiAreaNet_brainpylib(bp.Network): + def __init__( + self, hier, conn, delay_mat, neuron_num, conn_prob, syn_fun_type, syn_fun + ): + super(MultiAreaNet_brainpylib, self).__init__() + + # data + self.hier = hier + self.conn = conn + self.delay_mat = delay_mat + + # parameters + self.exc_num = int(neuron_num * E_PROB) + self.inh_num = int(neuron_num * I_PROB) + self.conn_prob = conn_prob + self.syn_fun_type = syn_fun_type + + self.muIE = muIE + self.muEE = muEE + self.wII = wII + self.wEE = wEE + self.wIE = wIE + self.wEI = wEI + self.extE = extE + self.extI = extI + self.alpha = alpha + num_area = hier.size + self.num_area = num_area + self.num_E = self.exc_num + self.num_I = self.inh_num + + # neuron models + self.E = neurons.LIF((num_area, self.exc_num), + V_th=-50., V_reset=-60., + V_rest=-70., tau=20., tau_ref=2., + noise=3. / bm.sqrt(20.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + self.I = neurons.LIF((num_area, self.inh_num), V_th=-50., V_reset=-60., + V_rest=-70., tau=10., tau_ref=2., noise=3. / bm.sqrt(10.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + + # delays + self.intra_delay_step = int(2. / bm.get_dt()) + self.E_delay_steps = bm.asarray(delay_mat.T / bm.get_dt(), dtype=int) + bm.fill_diagonal(self.E_delay_steps, self.intra_delay_step) + self.Edelay = bm.LengthDelay(self.E.spike, delay_len=int(self.E_delay_steps.max())) + self.Idelay = bm.LengthDelay(self.I.spike, delay_len=self.intra_delay_step) + + # synapse model + self.f_EE_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_E, self.num_E))) + self.f_EI_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_E, self.num_I))) + self.f_IE_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_I, self.num_E)), + in_axes=(0, None, 0)) + self.f_II_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_I, self.num_I)), + in_axes=(0, None, 0)) + + + # synapses from I + # self.intra_I2E_conn = bm.random.random((num_area, self.inh_num, self.exc_num)) < conn_prob + # self.intra_I2I_conn = bm.random.random((num_area, self.inh_num, self.inh_num)) < conn_prob + self.intra_I2E_weight = -wEI + self.intra_I2I_weight = -wII + + # synapses from E + # self.E2E_conns = [bm.random.random((num_area, 1600, 1600)) < 0.1 for _ in range(num_area)] + # self.E2I_conns = [bm.random.random((num_area, self.exc_num, self.inh_num)) < conn_prob for _ in range(num_area)] + self.E2E_weights = (1 + alpha * hier) * muEE * conn.T # inter-area connections + bm.fill_diagonal(self.E2E_weights, (1 + alpha * hier) * wEE) # intra-area connections + self.E2I_weights = (1 + alpha * hier) * muIE * conn.T # inter-area connections + bm.fill_diagonal(self.E2I_weights, (1 + alpha * hier) * wIE) # intra-area connections + self.E_seeds = bm.random.randint(0, 100000, (num_area, num_area * 2)) + self.I_seeds = bm.random.randint(0, 100000, (num_area * 2)) + + def update(self, v1_input): + self.E.input[0] += v1_input + self.E.input += self.extE + self.I.input += self.extI + E_not_ref = bm.logical_not(self.E.refractory) + I_not_ref = bm.logical_not(self.I.refractory) + + if self.syn_fun_type == 'event_mv_prob_homo': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_uniform': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_normal': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], 0.01, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], 0.01, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, 0.01, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, 0.01, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + + # updates + self.Edelay.update(self.E.spike) + self.Idelay.update(self.I.spike) + self.E.update() + self.I.update() + + +class MultiAreaNet_taichi(bp.Network): + def __init__( + self, hier, conn, delay_mat, neuron_num, conn_prob, syn_fun_type, syn_fun_E, syn_fun_I + ): + super(MultiAreaNet_taichi, self).__init__() + + # data + self.hier = hier + self.conn = conn + self.delay_mat = delay_mat + + # parameters + self.exc_num = int(neuron_num * E_PROB) + self.inh_num = int(neuron_num * I_PROB) + self.conn_prob = conn_prob + self.syn_fun_type = syn_fun_type + + self.muIE = muIE + self.muEE = muEE + self.wII = wII + self.wEE = wEE + self.wIE = wIE + self.wEI = wEI + self.extE = extE + self.extI = extI + self.alpha = alpha + num_area = hier.size + self.num_area = num_area + self.num_E = self.exc_num + self.num_I = self.inh_num + + # neuron models + self.E = neurons.LIF((num_area, self.exc_num), + V_th=-50., V_reset=-60., + V_rest=-70., tau=20., tau_ref=2., + noise=3. / bm.sqrt(20.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + self.I = neurons.LIF((num_area, self.inh_num), V_th=-50., V_reset=-60., + V_rest=-70., tau=10., tau_ref=2., noise=3. / bm.sqrt(10.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + + # delays + self.intra_delay_step = int(2. / bm.get_dt()) + self.E_delay_steps = bm.asarray(delay_mat.T / bm.get_dt(), dtype=int) + bm.fill_diagonal(self.E_delay_steps, self.intra_delay_step) + self.Edelay = bm.LengthDelay(self.E.spike, delay_len=int(self.E_delay_steps.max())) + self.Idelay = bm.LengthDelay(self.I.spike, delay_len=self.intra_delay_step) + + # synapse model + self.f_EE_current = functools.partial(syn_fun_E, prob=conn_prob, shape=(self.num_E, self.num_E), area_num=num_area) + self.f_EI_current = functools.partial(syn_fun_E, prob=conn_prob, shape=(self.num_E, self.num_I), area_num=num_area) + self.f_IE_current = functools.partial(syn_fun_I, prob=conn_prob, shape=(self.num_I, self.num_E), area_num=num_area) + self.f_II_current = functools.partial(syn_fun_I, prob=conn_prob, shape=(self.num_I, self.num_I), area_num=num_area) + + + # synapses from I + # self.intra_I2E_conn = bm.random.random((num_area, self.inh_num, self.exc_num)) < conn_prob + # self.intra_I2I_conn = bm.random.random((num_area, self.inh_num, self.inh_num)) < conn_prob + self.intra_I2E_weight = -wEI + self.intra_I2I_weight = -wII + + # synapses from E + # self.E2E_conns = [bm.random.random((num_area, 1600, 1600)) < 0.1 for _ in range(num_area)] + # self.E2I_conns = [bm.random.random((num_area, self.exc_num, self.inh_num)) < conn_prob for _ in range(num_area)] + self.E2E_weights = (1 + alpha * hier) * muEE * conn.T # inter-area connections + bm.fill_diagonal(self.E2E_weights, (1 + alpha * hier) * wEE) # intra-area connections + self.E2I_weights = (1 + alpha * hier) * muIE * conn.T # inter-area connections + bm.fill_diagonal(self.E2I_weights, (1 + alpha * hier) * wIE) # intra-area connections + self.E_seeds = bm.random.randint(0, 100000, (num_area, num_area * 2)) + self.I_seeds = bm.random.randint(0, 100000, (num_area * 2)) + + def update(self, v1_input): + self.E.input[0] += v1_input + self.E.input += self.extE + self.I.input += self.extI + E_not_ref = bm.logical_not(self.E.refractory) + I_not_ref = bm.logical_not(self.I.refractory) + + if self.syn_fun_type == 'event_mv_prob_homo': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + delayed_E_spikes = delayed_E_spikes[i] + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_uniform': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_normal': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], 0.01, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], 0.01, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, 0.01, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, 0.01, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + + # updates + self.Edelay.update(self.E.spike) + self.Idelay.update(self.I.spike) + self.E.update() + self.I.update() + +def raster_plot(xValues, yValues, duration): + ticks = np.round(np.arange(0, 29) + 0.5, 2) + areas = ['V1', 'V2', 'V4', 'DP', 'MT', '8m', '5', '8l', 'TEO', '2', 'F1', + 'STPc', '7A', '46d', '10', '9/46v', '9/46d', 'F5', 'TEpd', 'PBr', + '7m', '7B', 'F2', 'STPi', 'PROm', 'F7', '8B', 'STPr', '24c'] + N = len(ticks) + plt.figure(figsize=(8, 6)) + plt.plot(xValues, yValues / (4 * 400), '.', markersize=1) + plt.plot([0, duration], np.arange(N + 1).repeat(2).reshape(-1, 2).T, 'k-') + plt.ylabel('Area') + plt.yticks(np.arange(N)) + plt.xlabel('Time [ms]') + plt.ylim(0, N) + plt.yticks(ticks, areas) + plt.xlim(0, duration) + plt.tight_layout() + plt.show() + + +def syn_fun_homo_brainpylib(pre_spike, weight, seed, prob, shape): + return bm.jitconn.event_mv_prob_homo(pre_spike, weight, prob, seed, shape=shape, transpose=True) + +def syn_fun_homo_taichi_E(pre_spike, weight, seed, prob, shape, area_num): + return syn_fun_E(pre_spike, weight, prob, seed, shape=shape, area_num=area_num, transpose=True) + +def syn_fun_homo_taichi_I(pre_spike, weight, seed, prob, shape, area_num): + return syn_fun_I(pre_spike, weight, prob, seed, shape=shape, area_num=area_num, transpose=True) + + +def syn_fun_uniform_brainpylib(pre_spike, w_low, w_high, seed, prob, shape): + return bm.jitconn.event_mv_prob_uniform(pre_spike, w_low, w_high, prob, seed, shape=shape, transpose=True) + + +def syn_fun_uniform_taichi(pre_spike, w_low, w_high, seed, prob, shape): + return bm.jitconn.event_mv_prob_uniform_taichi(pre_spike, w_low, w_high, prob, seed, shape=shape, transpose=True) + + +def syn_fun_normal_brainpylib(pre_spike, w_mu, w_sigma, prob, seed, shape): + return bm.jitconn.event_mv_prob_normal(pre_spike, w_mu, w_sigma, prob, seed, shape=shape, transpose=True) + + +def syn_fun_normal_taichi(pre_spike, w_mu, w_sigma, prob, seed, shape): + return bm.jitconn.event_mv_prob_normal_taichi(pre_spike, w_mu, w_sigma, prob, seed, shape=shape, transpose=True) + + +def test(neuron_num, conn_num, syn_func_type): + print(f'neuron nums: {neuron_num}, conn num: {conn_num} syn func type: {syn_func_type}') + conn_prob = conn_num / neuron_num + if syn_func_type == 'event_mv_prob_homo': + net_brainpylib = MultiAreaNet_brainpylib(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_homo_brainpylib) + net_taichi = MultiAreaNet_taichi(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_homo_taichi_E, syn_fun_homo_taichi_I) + elif syn_func_type == 'event_mv_prob_uniform': + net_brainpylib = MultiAreaNet_brainpylib(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_uniform_brainpylib) + net_taichi = MultiAreaNet_taichi(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_uniform_taichi) + elif syn_func_type == 'event_mv_prob_normal': + net_brainpylib = MultiAreaNet_brainpylib(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_normal_brainpylib) + net_taichi = MultiAreaNet_taichi(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_normal_taichi) + else: + raise NotImplementedError + + indices = bm.arange(RUNNING_TIME) + + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time0 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time1 = time() + time2 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time3 = time() + time4 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time5 = time() + time6 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time7 = time() + time8 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time9 = time() + time10 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time11 = time() + time12 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time13 = time() + time14 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time15 = time() + time16 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time17 = time() + time18 = time() + bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + time19 = time() + + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time20 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time21 = time() + time22 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time23 = time() + time24 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time25 = time() + time26 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time27 = time() + time28 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time29 = time() + time30 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time31 = time() + time32 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time33 = time() + time34 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time35 = time() + time36 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time37 = time() + time38 = time() + bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + time39 = time() + + print(f'BrainPylib: {(time1 - time0)*1000}, {(time3 - time2)*1000}, {(time5 - time4)*1000}, {(time7 - time6)*1000}, {(time9 - time8)*1000}, {(time11 - time10)*1000}, {(time13 - time12)*1000}, {(time15 - time14)*1000}, {(time17 - time16)*1000}, {(time19 - time18)*1000}') + print(f'Taichi: {(time21 - time20)*1000}, {(time23 - time22)*1000}, {(time25 - time24)*1000}, {(time27 - time26)*1000}, {(time29 - time28)*1000}, {(time31 - time30)*1000}, {(time33 - time32)*1000}, {(time35 - time34)*1000}, {(time37 - time36)*1000}, {(time39 - time38)*1000}') + + return (time1 - time0)*1000, (time3 - time2)*1000, (time5 - time4)*1000, (time7 - time6)*1000, (time9 - time8)*1000, (time11 - time10)*1000, (time13 - time12)*1000, (time15 - time14)*1000, (time17 - time16)*1000, (time19 - time18)*1000, \ + (time21 - time20)*1000, (time23 - time22)*1000, (time25 - time24)*1000, (time27 - time26)*1000, (time29 - time28)*1000, (time31 - time30)*1000, (time33 - time32)*1000, (time35 - time34)*1000, (time37 - time36)*1000, (time39 - time38)*1000 + +df = pd.DataFrame(columns=['neuron_num', 'conn_num', 'syn_func_type', 'device', + 'brainpylib_time1', 'brainpylib_time2', 'brainpylib_time3', 'brainpylib_time4', 'brainpylib_time5', 'brainpylib_time6', 'brainpylib_time7', 'brainpylib_time8', 'brainpylib_time9', 'brainpylib_time10', + 'taichi_time1', 'taichi_time2', 'taichi_time3', 'taichi_time4', 'taichi_time5', 'taichi_time6', 'taichi_time7', 'taichi_time8', 'taichi_time9', 'taichi_time10']) + + +if bm.get_platform() == 'cpu': + for neuron_num in neuron_nums: + for conn_num in conn_nums: + for syn_func_type in syn_func_types: + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, \ + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10 = test(neuron_num, conn_num, syn_func_type) + df.loc[df.shape[0]] = [neuron_num, conn_num, syn_func_type, 'cpu', + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10] + df.to_csv(f'{PATH}/benchmark_MultipleArea_cpu.csv', index=False) + +if bm.get_platform() == 'gpu': + for neuron_num in neuron_nums: + for conn_num in conn_nums: + for syn_func_type in syn_func_types: + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, \ + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10 = test(neuron_num, conn_num, syn_func_type) + df.loc[df.shape[0]] = [neuron_num, conn_num, syn_func_type, 'gpu', + brainpylib_time1, brainpylib_time2, brainpylib_time3, brainpylib_time4, brainpylib_time5, brainpylib_time6, brainpylib_time7, brainpylib_time8, brainpylib_time9, brainpylib_time10, + taichi_time1, taichi_time2, taichi_time3, taichi_time4, taichi_time5, taichi_time6, taichi_time7, taichi_time8, taichi_time9, taichi_time10] + df.to_csv(f'{PATH}/benchmark_MultipleArea_gpu.csv', index=False) + + diff --git a/benchmarks/src/model/test_MultipleArea_spks.py b/benchmarks/src/model/test_MultipleArea_spks.py new file mode 100644 index 0000000..ed20741 --- /dev/null +++ b/benchmarks/src/model/test_MultipleArea_spks.py @@ -0,0 +1,449 @@ +from time import time +import functools + +import brainpy as bp +import brainpy.math as bm +from brainpy import neurons + +import matplotlib.pyplot as plt +import numpy as np +import pandas as pd +from jax import vmap +import os +from scipy.io import loadmat + +from multiple_area_customized_op import (multiple_area_customized_op_E as syn_fun_E, + multiple_area_customized_op_I as syn_fun_I) + +bm.set_platform('gpu') +bm.disable_gpu_memory_preallocation() + +PATH = os.path.dirname(os.path.abspath(__file__)) + +neuron_nums = [ + 200, + 2000, + 20000, + 200000, + # 2000000 +] +conn_nums = [ + 20, + 40, + 80, + 100 +] + +E_PROB = 0.75 +I_PROB = 0.25 +muIE = 0.0475 +muEE = 0.0375 +wII = 0.075 +wEE = 0.01 +wIE = 0.075 +wEI = 0.0375 +extE = 14.2 +extI = 14.7 +alpha = 4. + +RUNNING_TIME = 10 +if bm.get_platform() == 'cpu': + RUNNING_TIME = 10 + +syn_func_types = [ + 'event_mv_prob_homo', + # 'event_mv_prob_uniform', + # 'event_mv_prob_normal', +] + +# hierarchy values +hierVals = loadmat(f'{PATH}/Matlab/hierValspython.mat') +hierValsnew = hierVals['hierVals'].flatten() +hier = bm.asarray(hierValsnew / max(hierValsnew)) # hierarchy normalized. + +# fraction of labeled neurons +flnMatp = loadmat(f'{PATH}/Matlab/efelenMatpython.mat') +conn = bm.asarray(flnMatp['flnMatpython'].squeeze()) # fln values..Cij is strength from j to i + +# Distance +speed = 3.5 # axonal conduction velocity +distMatp = loadmat(f'{PATH}/Matlab/subgraphWiring29.mat') +distMat = distMatp['wiring'].squeeze() # distances between areas values.. +delayMat = bm.asarray(distMat / speed) + + +class MultiAreaNet_brainpylib(bp.Network): + def __init__( + self, hier, conn, delay_mat, neuron_num, conn_prob, syn_fun_type, syn_fun + ): + super(MultiAreaNet_brainpylib, self).__init__() + + # data + self.hier = hier + self.conn = conn + self.delay_mat = delay_mat + + # parameters + self.exc_num = int(neuron_num * E_PROB) + self.inh_num = int(neuron_num * I_PROB) + self.conn_prob = conn_prob + self.syn_fun_type = syn_fun_type + + self.muIE = muIE + self.muEE = muEE + self.wII = wII + self.wEE = wEE + self.wIE = wIE + self.wEI = wEI + self.extE = extE + self.extI = extI + self.alpha = alpha + num_area = hier.size + self.num_area = num_area + self.num_E = self.exc_num + self.num_I = self.inh_num + + # neuron models + self.E = neurons.LIF((num_area, self.exc_num), + V_th=-50., V_reset=-60., + V_rest=-70., tau=20., tau_ref=2., + noise=3. / bm.sqrt(20.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + self.I = neurons.LIF((num_area, self.inh_num), V_th=-50., V_reset=-60., + V_rest=-70., tau=10., tau_ref=2., noise=3. / bm.sqrt(10.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + + # delays + self.intra_delay_step = int(2. / bm.get_dt()) + self.E_delay_steps = bm.asarray(delay_mat.T / bm.get_dt(), dtype=int) + bm.fill_diagonal(self.E_delay_steps, self.intra_delay_step) + self.Edelay = bm.LengthDelay(self.E.spike, delay_len=int(self.E_delay_steps.max())) + self.Idelay = bm.LengthDelay(self.I.spike, delay_len=self.intra_delay_step) + + # synapse model + self.f_EE_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_E, self.num_E))) + self.f_EI_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_E, self.num_I))) + self.f_IE_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_I, self.num_E)), + in_axes=(0, None, 0)) + self.f_II_current = vmap(functools.partial(syn_fun, prob=conn_prob, shape=(self.num_I, self.num_I)), + in_axes=(0, None, 0)) + + + # synapses from I + # self.intra_I2E_conn = bm.random.random((num_area, self.inh_num, self.exc_num)) < conn_prob + # self.intra_I2I_conn = bm.random.random((num_area, self.inh_num, self.inh_num)) < conn_prob + self.intra_I2E_weight = -wEI + self.intra_I2I_weight = -wII + + # synapses from E + # self.E2E_conns = [bm.random.random((num_area, 1600, 1600)) < 0.1 for _ in range(num_area)] + # self.E2I_conns = [bm.random.random((num_area, self.exc_num, self.inh_num)) < conn_prob for _ in range(num_area)] + self.E2E_weights = (1 + alpha * hier) * muEE * conn.T # inter-area connections + bm.fill_diagonal(self.E2E_weights, (1 + alpha * hier) * wEE) # intra-area connections + self.E2I_weights = (1 + alpha * hier) * muIE * conn.T # inter-area connections + bm.fill_diagonal(self.E2I_weights, (1 + alpha * hier) * wIE) # intra-area connections + self.E_seeds = bm.random.randint(0, 100000, (num_area, num_area * 2)) + self.I_seeds = bm.random.randint(0, 100000, (num_area * 2)) + + def update(self, v1_input): + self.E.input[0] += v1_input + self.E.input += self.extE + self.I.input += self.extI + E_not_ref = bm.logical_not(self.E.refractory) + I_not_ref = bm.logical_not(self.I.refractory) + + if self.syn_fun_type == 'event_mv_prob_homo': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_uniform': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_normal': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], 0.01, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], 0.01, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, 0.01, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, 0.01, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + + # updates + self.Edelay.update(self.E.spike) + self.Idelay.update(self.I.spike) + self.E.update() + self.I.update() + return self.E.spike.value, self.I.spike.value + + +class MultiAreaNet_taichi(bp.Network): + def __init__( + self, hier, conn, delay_mat, neuron_num, conn_prob, syn_fun_type, syn_fun_E, syn_fun_I + ): + super(MultiAreaNet_taichi, self).__init__() + + # data + self.hier = hier + self.conn = conn + self.delay_mat = delay_mat + + # parameters + self.exc_num = int(neuron_num * E_PROB) + self.inh_num = int(neuron_num * I_PROB) + self.conn_prob = conn_prob + self.syn_fun_type = syn_fun_type + + self.muIE = muIE + self.muEE = muEE + self.wII = wII + self.wEE = wEE + self.wIE = wIE + self.wEI = wEI + self.extE = extE + self.extI = extI + self.alpha = alpha + num_area = hier.size + self.num_area = num_area + self.num_E = self.exc_num + self.num_I = self.inh_num + + # neuron models + self.E = neurons.LIF((num_area, self.exc_num), + V_th=-50., V_reset=-60., + V_rest=-70., tau=20., tau_ref=2., + noise=3. / bm.sqrt(20.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + self.I = neurons.LIF((num_area, self.inh_num), V_th=-50., V_reset=-60., + V_rest=-70., tau=10., tau_ref=2., noise=3. / bm.sqrt(10.), + V_initializer=bp.init.Uniform(-70., -50.), + method='exp_auto', + keep_size=True, + ref_var=True) + + # delays + self.intra_delay_step = int(2. / bm.get_dt()) + self.E_delay_steps = bm.asarray(delay_mat.T / bm.get_dt(), dtype=int) + bm.fill_diagonal(self.E_delay_steps, self.intra_delay_step) + self.Edelay = bm.LengthDelay(self.E.spike, delay_len=int(self.E_delay_steps.max())) + self.Idelay = bm.LengthDelay(self.I.spike, delay_len=self.intra_delay_step) + + # synapse model + self.f_EE_current = functools.partial(syn_fun_E, prob=conn_prob, shape=(self.num_E, self.num_E), area_num=num_area) + self.f_EI_current = functools.partial(syn_fun_E, prob=conn_prob, shape=(self.num_E, self.num_I), area_num=num_area) + self.f_IE_current = functools.partial(syn_fun_I, prob=conn_prob, shape=(self.num_I, self.num_E), area_num=num_area) + self.f_II_current = functools.partial(syn_fun_I, prob=conn_prob, shape=(self.num_I, self.num_I), area_num=num_area) + + + # synapses from I + # self.intra_I2E_conn = bm.random.random((num_area, self.inh_num, self.exc_num)) < conn_prob + # self.intra_I2I_conn = bm.random.random((num_area, self.inh_num, self.inh_num)) < conn_prob + self.intra_I2E_weight = -wEI + self.intra_I2I_weight = -wII + + # synapses from E + # self.E2E_conns = [bm.random.random((num_area, 1600, 1600)) < 0.1 for _ in range(num_area)] + # self.E2I_conns = [bm.random.random((num_area, self.exc_num, self.inh_num)) < conn_prob for _ in range(num_area)] + self.E2E_weights = (1 + alpha * hier) * muEE * conn.T # inter-area connections + bm.fill_diagonal(self.E2E_weights, (1 + alpha * hier) * wEE) # intra-area connections + self.E2I_weights = (1 + alpha * hier) * muIE * conn.T # inter-area connections + bm.fill_diagonal(self.E2I_weights, (1 + alpha * hier) * wIE) # intra-area connections + self.E_seeds = bm.random.randint(0, 100000, (num_area, num_area * 2)) + self.I_seeds = bm.random.randint(0, 100000, (num_area * 2)) + + def update(self, v1_input): + self.E.input[0] += v1_input + self.E.input += self.extE + self.I.input += self.extI + E_not_ref = bm.logical_not(self.E.refractory) + I_not_ref = bm.logical_not(self.I.refractory) + + if self.syn_fun_type == 'event_mv_prob_homo': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + delayed_E_spikes = delayed_E_spikes[i] + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_uniform': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2E_weights[i] - 0.03, self.E2E_weights[i] + 0.03, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2E_weight - 0.03, self.intra_I2E_weight + 0.03, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + elif self.syn_fun_type == 'event_mv_prob_normal': + # synapses from E + for i in range(self.num_area): + delayed_E_spikes = self.Edelay(self.E_delay_steps[i], i).astype(float) + current = self.f_EE_current(delayed_E_spikes, self.E2E_weights[i], 0.01, self.E_seeds[i, :self.num_area]) + self.E.V += current * E_not_ref # E2E + current = self.f_EI_current(delayed_E_spikes, self.E2I_weights[i], 0.01, self.E_seeds[i, self.num_area:]) + self.I.V += current * I_not_ref # E2I + + # synapses from I + delayed_I_spikes = self.Idelay(self.intra_delay_step).astype(float) + current = self.f_IE_current(delayed_I_spikes, self.intra_I2E_weight, 0.01, self.I_seeds[:self.num_area]) + self.E.V += current * E_not_ref # I2E + current = self.f_II_current(delayed_I_spikes, self.intra_I2I_weight, 0.01, self.I_seeds[self.num_area:]) + self.I.V += current * I_not_ref # I2I + + # updates + self.Edelay.update(self.E.spike) + self.Idelay.update(self.I.spike) + self.E.update() + self.I.update() + + return self.E.spike.value, self.I.spike.value + +def raster_plot(xValues, yValues, duration): + ticks = np.round(np.arange(0, 29) + 0.5, 2) + areas = ['V1', 'V2', 'V4', 'DP', 'MT', '8m', '5', '8l', 'TEO', '2', 'F1', + 'STPc', '7A', '46d', '10', '9/46v', '9/46d', 'F5', 'TEpd', 'PBr', + '7m', '7B', 'F2', 'STPi', 'PROm', 'F7', '8B', 'STPr', '24c'] + N = len(ticks) + plt.figure(figsize=(8, 6)) + plt.plot(xValues, yValues / (4 * 400), '.', markersize=1) + plt.plot([0, duration], np.arange(N + 1).repeat(2).reshape(-1, 2).T, 'k-') + plt.ylabel('Area') + plt.yticks(np.arange(N)) + plt.xlabel('Time [ms]') + plt.ylim(0, N) + plt.yticks(ticks, areas) + plt.xlim(0, duration) + plt.tight_layout() + plt.show() + + +def syn_fun_homo_brainpylib(pre_spike, weight, seed, prob, shape): + return bm.jitconn.event_mv_prob_homo(pre_spike, weight, prob, seed, shape=shape, transpose=True) + +def syn_fun_homo_taichi_E(pre_spike, weight, seed, prob, shape, area_num): + return syn_fun_E(pre_spike, weight, prob, seed, shape=shape, area_num=area_num, transpose=True) + +def syn_fun_homo_taichi_I(pre_spike, weight, seed, prob, shape, area_num): + return syn_fun_I(pre_spike, weight, prob, seed, shape=shape, area_num=area_num, transpose=True) + + +def syn_fun_uniform_brainpylib(pre_spike, w_low, w_high, seed, prob, shape): + return bm.jitconn.event_mv_prob_uniform(pre_spike, w_low, w_high, prob, seed, shape=shape, transpose=True) + + +def syn_fun_uniform_taichi(pre_spike, w_low, w_high, seed, prob, shape): + return bm.jitconn.event_mv_prob_uniform_taichi(pre_spike, w_low, w_high, prob, seed, shape=shape, transpose=True) + + +def syn_fun_normal_brainpylib(pre_spike, w_mu, w_sigma, prob, seed, shape): + return bm.jitconn.event_mv_prob_normal(pre_spike, w_mu, w_sigma, prob, seed, shape=shape, transpose=True) + + +def syn_fun_normal_taichi(pre_spike, w_mu, w_sigma, prob, seed, shape): + return bm.jitconn.event_mv_prob_normal_taichi(pre_spike, w_mu, w_sigma, prob, seed, shape=shape, transpose=True) + + +def test(neuron_num, conn_num, syn_func_type): + print(f'neuron nums: {neuron_num}, conn num: {conn_num} sys func type: {syn_func_type}') + conn_prob = conn_num / neuron_num + if syn_func_type == 'event_mv_prob_homo': + net_brainpylib = MultiAreaNet_brainpylib(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_homo_brainpylib) + net_taichi = MultiAreaNet_taichi(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_homo_taichi_E, syn_fun_homo_taichi_I) + elif syn_func_type == 'event_mv_prob_uniform': + net_brainpylib = MultiAreaNet_brainpylib(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_uniform_brainpylib) + net_taichi = MultiAreaNet_taichi(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_uniform_taichi) + elif syn_func_type == 'event_mv_prob_normal': + net_brainpylib = MultiAreaNet_brainpylib(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_normal_brainpylib) + net_taichi = MultiAreaNet_taichi(hier, conn, delayMat, neuron_num, conn_prob, syn_func_type, syn_fun_normal_taichi) + else: + raise NotImplementedError + + indices = bm.arange(RUNNING_TIME) + + brainpylib_e_spks, brainpylib_i_spks = bm.for_loop(lambda i: net_brainpylib.step_run(i, 20.), indices) + + taichi_e_spks, taichi_i_spks = bm.for_loop(lambda i: net_taichi.step_run(i, 20.), indices) + + brainpylib_e_spks = brainpylib_e_spks.sum() / (RUNNING_TIME/1000) / net_brainpylib.num_E + brainpylib_i_spks = brainpylib_i_spks.sum() / (RUNNING_TIME/1000) / net_brainpylib.num_I + taichi_e_spks = taichi_e_spks.sum() / (RUNNING_TIME/1000) / net_taichi.num_E + taichi_i_spks = taichi_i_spks.sum() / (RUNNING_TIME/1000) / net_taichi.num_I + + return brainpylib_e_spks, brainpylib_i_spks, taichi_e_spks, taichi_i_spks + + +df = pd.DataFrame(columns=['neuron_num', 'conn_num', 'syn_func_type', 'device', + 'brainpylib_e_spk', 'brainpylib_i_spk', + 'taichi_e_spk', 'taichi_i_spk']) + + +if bm.get_platform() == 'cpu': + for neuron_num in neuron_nums: + for conn_num in conn_nums: + for syn_func_type in syn_func_types: + brainpylib_e_spks, brainpylib_i_spks, taichi_e_spks, taichi_i_spks = test(neuron_num, conn_num, syn_func_type) + df.loc[df.shape[0]] = [neuron_num, conn_num, syn_func_type, 'cpu', + brainpylib_e_spks, brainpylib_i_spks, taichi_e_spks, taichi_i_spks] + df.to_csv(f'{PATH}/benchmark_MultipleArea_spks_cpu.csv', index=False) + +if bm.get_platform() == 'gpu': + for neuron_num in neuron_nums: + for conn_num in conn_nums: + for syn_func_type in syn_func_types: + brainpylib_e_spks, brainpylib_i_spks, taichi_e_spks, taichi_i_spks = test(neuron_num, conn_num, syn_func_type) + df.loc[df.shape[0]] = [neuron_num, conn_num, syn_func_type, 'gpu', + brainpylib_e_spks, brainpylib_i_spks, taichi_e_spks, taichi_i_spks] + df.to_csv(f'{PATH}/benchmark_MultipleArea_spks_gpu.csv', index=False) \ No newline at end of file