From cd3d1addcf3184346133a5b2cfd5659439e22ad3 Mon Sep 17 00:00:00 2001 From: Peter Thoman Date: Mon, 23 Oct 2023 17:02:43 +0200 Subject: [PATCH] Benchmarks: add tags to csv output * Unify/standardize a few tags * Update ruby perf impact script to use names instead of column indices --- ci/check-perf-impact.rb | 12 +- ci/perf/gpuc2_bench.csv | 292 ++++++++++++++++++------------------ ci/perf/gpuc2_bench.md | 292 ++++++++++++++++++------------------ test/benchmark_reporters.cc | 7 +- test/dag_benchmarks.cc | 11 +- test/grid_benchmarks.cc | 12 +- test/system_benchmarks.cc | 4 +- 7 files changed, 320 insertions(+), 310 deletions(-) diff --git a/ci/check-perf-impact.rb b/ci/check-perf-impact.rb index 9e6833902..59dc8ba5f 100755 --- a/ci/check-perf-impact.rb +++ b/ci/check-perf-impact.rb @@ -5,9 +5,9 @@ # information regarding the benchmark file BENCH_FN = 'ci/perf/gpuc2_bench.csv' -NAME_COL_1 = 0 # first name column -NAME_COL_2 = 1 # second name column -RAW_DATA_COL = 11 # raw data column (array of runs) +NAME_COL_1 = "test case" # first name column +NAME_COL_2 = "benchmark name" # second name column +RAW_DATA_COL = "raw" # raw data column (array of runs) # customizing chart generation MAX_CHARTS_PER_IMAGE = 10 # maximum number of comparisons in a single image @@ -67,9 +67,9 @@ def get_data_for_version(version = nil) throw "failed git checkout (cmd: #{cmd})!" unless $?.success? end # read the data - data = CSV.read(BENCH_FN) + data = CSV.read(BENCH_FN, headers: true) bench_data_map = {} - data[1..].each do |row| + data.each do |row| raw_data = row[RAW_DATA_COL].delete_prefix('"').delete_suffix('"').split(",").map(&:to_f) bench_data_map[row[NAME_COL_1]+" / "+row[NAME_COL_2]] = raw_data end @@ -78,7 +78,7 @@ def get_data_for_version(version = nil) `git restore --staged #{BENCH_FN}` `git restore #{BENCH_FN}` end - # return the geometric mean, benchmark data map, and full data set + # return the benchmark data map, and full data set return bench_data_map, data end diff --git a/ci/perf/gpuc2_bench.csv b/ci/perf/gpuc2_bench.csv index b77098a77..14d5dc290 100644 --- a/ci/perf/gpuc2_bench.csv +++ b/ci/perf/gpuc2_bench.csv @@ -1,145 +1,147 @@ -test case,benchmark name,samples,iterations,estimated,mean,low mean,high mean,std dev,low std dev,high std dev,raw -benchmark intrusive graph dependency handling with N nodes - 1,creating nodes,100,5272,2108800,4.4784,4.4773,4.4793,0.0050,0.0042,0.0058,"4.4808,4.4808,4.4827,4.4808,4.4808,4.4674,4.4808,4.4808,4.4827,4.4827,4.4695,4.4808,4.4807,4.4808,4.4808,4.4676,4.4789,4.4827,4.4808,4.4808,4.4789,4.4674,4.4808,4.4789,4.4808,4.4808,4.4695,4.4808,4.4808,4.4808,4.4788,4.4808,4.4676,4.4789,4.4808,4.4808,4.4808,4.4674,4.4808,4.4808,4.4808,4.4808,4.4808,4.4676,4.4788,4.4808,4.4808,4.4827,4.4695,4.4808,4.4808,4.4825,4.4807,4.4676,4.4808,4.4808,4.4808,4.4808,4.4808,4.4674,4.4808,4.4789,4.4808,4.4789,4.4676,4.4807,4.4807,4.4789,4.4808,4.4789,4.4676,4.4808,4.4808,4.4807,4.4808,4.4676,4.4808,4.4808,4.4808,4.4808,4.4693,4.4808,4.4808,4.4808,4.4808,4.4808,4.4676,4.4788,4.4808,4.4808,4.4808,4.4676,4.4808,4.4827,4.4825,4.4807,4.4789,4.4676,4.4808,4.4827" -benchmark intrusive graph dependency handling with N nodes - 1,creating and adding dependencies,100,1096,2301600,22.3743,21.9507,24.0881,3.9108,0.5425,9.2481,"21.5447,21.5356,21.8193,22.7418,21.4900,21.5447,22.5684,22.9608,22.3768,21.7911,22.9708,22.9434,21.6907,22.4863,22.2391,21.5356,21.5356,21.4991,21.5356,21.5447,21.5347,21.5255,21.3714,21.2974,21.4717,21.5356,21.5356,21.4982,21.5356,22.6323,22.1022,21.5812,22.6788,21.4982,22.9526,21.7737,22.4033,22.9617,22.9708,22.7600,21.4900,21.5447,22.5411,22.1752,21.9927,22.9617,22.9516,21.4891,21.5447,22.3495,22.3850,21.5447,21.4900,22.9252,21.9097,22.0931,21.5447,21.5447,21.4900,22.4307,22.6049,22.9699,22.3403,21.8367,22.9708,60.8896,22.6049,21.5356,22.9434,21.6998,21.5356,21.5347,21.5164,21.3714,21.5356,21.5438,22.2664,22.4133,21.4343,21.4900,21.6542,21.9745,21.5356,21.8823,22.8522,21.4900,21.5347,22.4498,22.9617,22.4224,21.4343,22.9434,21.6177,21.5447,21.5447,21.5447,21.5447,21.3796,21.6086,22.1022" -benchmark intrusive graph dependency handling with N nodes - 1,adding and removing dependencies,100,1487,2230500,15.4954,15.4755,15.5752,0.1913,0.0110,0.4191,"15.4815,15.4553,15.5091,15.4553,15.4748,15.4822,15.4755,15.4889,15.4546,15.4755,15.4822,15.4882,15.4882,15.4620,15.4822,15.4815,15.4755,15.4822,15.4553,15.4882,15.4822,15.4889,15.4553,15.4815,15.4755,15.4822,15.4822,15.4546,15.4889,15.4755,15.4815,15.4882,15.4620,15.4822,15.4748,15.4755,15.4755,15.4553,15.4882,15.4822,15.4889,15.4822,15.4546,15.4822,15.4822,15.4822,15.4815,15.4553,15.4822,15.4815,15.4815,15.4822,15.4553,15.4815,15.4822,15.4822,15.4822,15.4546,15.4822,15.4889,17.3954,15.4822,15.4546,15.4889,15.4822,15.4889,15.4748,15.4546,15.4822,15.4822,15.4815,15.4822,15.4553,15.4755,15.4815,15.4822,15.4687,15.4681,15.4889,15.4822,15.4755,15.4546,15.4822,15.4755,15.4822,15.4815,15.4553,15.4755,15.4748,15.4748,15.4822,15.4553,15.4748,15.4822,15.4822,15.4822,15.4546,15.4755,15.4822,15.4748" -benchmark intrusive graph dependency handling with N nodes - 1,checking for dependencies,100,17108,1710800,1.3995,1.3746,1.5226,0.2451,0.0031,0.5850,"1.3761,1.3761,1.3785,1.3767,1.3685,1.3761,1.3767,1.3761,1.3761,1.3761,1.3685,1.3761,1.3761,1.3761,1.3756,1.3685,1.3761,1.3890,1.3761,1.3767,1.3685,1.3761,1.3761,1.3761,1.3761,1.3761,1.3685,1.3761,1.3761,1.3761,1.3761,1.3685,1.3767,1.3761,1.3761,1.3761,1.3685,1.3761,1.3761,1.3761,1.3767,1.3703,1.3732,1.3761,1.3761,1.3761,1.3761,1.3680,1.3761,1.3767,1.3761,1.3761,1.3685,1.3761,1.3761,1.3761,1.3767,1.3685,1.3761,1.3761,1.3761,1.3761,1.3761,1.3685,1.3761,1.3761,1.3761,1.3761,1.3685,3.8381,1.3685,1.3756,1.3761,1.3756,1.3761,1.3761,1.3685,1.3761,1.3761,1.3767,1.3761,1.3685,1.3761,1.3761,1.3761,1.3761,1.3685,1.3761,1.3761,1.3761,1.3761,1.3761,1.3685,1.3761,1.3767,1.3761,1.3761,1.3685,1.3761,1.3761" -benchmark intrusive graph dependency handling with N nodes - 10,creating nodes,100,642,2311200,39.8933,39.1918,42.7303,6.7745,0.3370,16.1419,"38.9953,38.9813,39.0436,39.0109,39.5109,39.5576,39.0109,39.0109,38.8879,39.0109,39.0125,38.9953,38.9969,39.0109,39.0125,38.8863,39.9330,39.9486,39.9486,39.4019,39.0109,39.0125,38.9953,38.8879,39.9159,39.1526,38.9969,38.9798,39.0125,39.0109,38.9953,38.8707,39.8380,39.9486,39.3551,38.9953,39.3084,39.9642,39.9486,39.8536,39.0748,38.9969,38.9953,39.4486,39.6526,39.0109,39.0125,38.8863,38.9969,39.6667,39.4330,39.3863,39.6838,38.9953,38.8879,38.9953,38.9969,39.0109,38.9969,39.3240,39.7601,39.0125,38.8863,39.0125,38.9969,38.9953,38.9969,39.2617,39.8224,38.8879,39.9315,39.1371,38.9969,38.9953,39.3551,39.7305,38.9953,38.8879,39.0109,38.9969,38.9953,39.4330,39.6526,39.1526,39.9470,39.8551,39.9486,107.2087,38.9969,38.8863,38.9969,38.9953,39.0125,39.0109,39.0109,38.9969,38.8707,38.9969,39.0109,39.0125" -benchmark intrusive graph dependency handling with N nodes - 10,creating and adding dependencies,100,100,2390000,238.2878,237.9079,239.7975,3.4892,0.5131,8.2484,"237.2300,237.6300,239.5300,237.9400,238.2300,238.4300,238.7300,237.8300,238.0300,238.0300,238.3300,238.5300,238.1300,237.7300,238.8400,237.9300,238.3300,237.9300,238.2400,238.4300,238.7300,237.1300,238.5400,237.3300,237.8300,237.9300,238.9300,237.9300,237.7300,237.7300,238.2300,238.4400,238.4300,237.5300,238.3300,238.4400,238.3300,238.5300,238.2400,237.6300,238.4300,237.8300,237.5300,237.8400,238.5300,237.7300,237.8300,238.3300,238.5300,237.3300,237.7300,238.1300,237.3300,238.1400,238.5300,237.9300,238.0300,237.6400,238.2300,237.8300,237.9300,238.2300,238.0300,238.4300,238.0300,236.5300,238.0300,238.1300,238.6300,238.5300,239.0400,237.2300,237.5300,238.3300,237.5300,237.8300,272.5900,238.5400,237.9300,237.9300,236.6300,237.3300,237.8300,237.9300,238.3300,236.6300,236.8300,237.6300,237.5300,237.9300,237.6400,237.5300,237.5300,237.5300,237.7300,237.2300,237.4300,236.9300,237.5300,236.7200" -benchmark intrusive graph dependency handling with N nodes - 10,adding and removing dependencies,100,110,2387000,222.4669,222.0579,224.0120,3.7138,0.5859,8.7439,"219.0364,219.4000,222.1273,221.0455,222.3091,222.1273,222.4909,222.4909,222.3091,221.6727,222.1364,222.1273,222.4091,222.4000,222.4091,222.2182,221.9455,222.4909,222.5818,222.4000,222.2182,222.4000,221.7636,222.2273,222.4000,222.3182,222.3091,222.3182,222.3091,221.4909,258.8364,221.7636,222.4000,222.3182,222.4909,222.3182,221.4909,222.2182,222.4909,222.5818,222.4000,222.4000,221.6727,222.4909,222.4091,222.3091,222.3182,222.0364,222.2273,221.6727,222.4909,222.5000,222.4000,222.2273,222.1273,221.6818,222.4000,222.5000,222.4000,222.1364,222.3091,222.2182,221.9455,222.4909,222.5909,222.5818,222.4091,222.3091,221.8636,222.2182,222.3182,222.4000,222.4091,222.4000,221.7636,222.3091,222.4000,222.3182,222.3091,222.1364,222.3091,221.6818,222.3091,222.1273,222.2182,222.0364,222.2273,221.6727,222.5000,222.0364,222.3091,222.4909,222.4000,222.4909,221.9455,222.4091,222.6727,220.9545,219.3000,219.3091" -benchmark intrusive graph dependency handling with N nodes - 10,checking for dependencies,100,999,2297700,23.7324,23.6891,23.8981,0.3896,0.0713,0.9138,"23.6667,23.7568,23.8068,23.7167,23.7568,23.6667,23.5265,23.7467,23.5756,23.6156,23.7467,23.6767,23.7067,23.7267,23.6667,23.7467,23.5556,23.5866,23.7568,23.7467,23.7568,23.7568,23.7467,23.6667,23.5165,23.7568,23.7467,23.7467,23.7568,23.6667,23.7568,23.7568,23.7467,23.6657,23.7568,23.5556,23.5966,23.7467,23.7568,23.6767,23.7067,23.7367,23.6667,23.5265,23.7568,23.5966,23.6266,23.6466,23.6857,23.7057,23.7367,23.6657,23.5255,23.5566,23.7467,23.6166,23.7467,23.7568,23.7568,23.7467,23.6667,23.5165,27.5375,23.7568,23.7568,23.6466,23.7067,23.6667,23.5165,23.5756,23.7467,23.6757,23.7578,23.6557,23.7578,23.7568,23.7568,23.7067,23.6567,23.5255,23.5766,23.7467,23.6867,23.7467,23.6667,23.7467,23.7467,23.7568,23.7467,23.6667,23.7467,23.7467,23.7568,23.7467,23.7568,23.6667,23.7568,23.7467,23.7467,23.7467" -benchmark intrusive graph dependency handling with N nodes - 100,creating nodes,100,61,2403400,405.5267,396.7264,448.6303,86.1946,2.1604,205.5986,"399.0820,398.9180,401.7049,397.7705,397.4426,396.9508,390.2131,397.6066,393.6721,395.6230,396.1148,392.8525,390.2131,396.7869,393.8361,394.1475,398.9180,397.9344,397.1148,398.2623,398.5902,395.3115,395.8033,392.6721,397.1148,392.6721,394.0000,394.9836,397.7705,397.9344,395.9672,397.7705,393.6557,392.3607,393.0000,392.8361,390.0492,391.8689,392.3443,397.2787,397.4426,392.5246,397.1148,398.7541,398.2623,398.2623,398.4426,398.2623,396.2951,396.6230,397.1148,394.9672,1262.8525,398.2623,399.4098,399.4098,397.6066,397.6230,398.4262,397.2787,398.4262,397.4426,398.0984,398.4262,397.6066,396.4590,398.2787,398.4262,398.2623,397.7705,396.6230,397.9344,396.6230,397.9344,398.4262,397.6066,396.7869,396.7869,398.9344,398.5902,399.0820,399.0820,399.2623,398.5902,396.1311,397.1148,397.6066,398.0984,398.4262,399.2459,396.1148,398.2787,398.2623,398.0984,397.9344,397.9344,396.6230,399.2459,398.7705,399.2459" -benchmark intrusive graph dependency handling with N nodes - 100,creating and adding dependencies,100,6,2458800,4128.7817,4112.5250,4144.0950,80.3531,62.1256,112.0881,"4149.1667,4135.8333,4167.6667,3943.8333,3947.1667,3937.1667,3947.1667,3933.6667,3928.8333,3935.5000,3927.1667,3953.8333,3930.5000,3932.1667,3943.8333,4524.8333,4167.6667,4165.8333,4164.3333,4161.0000,4149.1667,4162.5000,4159.1667,4147.5000,4172.6667,4155.8333,4144.1667,4130.8333,4159.1667,4142.5000,4137.5000,4149.1667,4149.1667,4137.5000,4147.6667,4145.8333,4150.8333,4162.5000,4152.5000,4161.0000,4164.1667,4157.6667,4145.8333,4152.5000,4176.0000,4164.1667,4157.5000,4142.5000,4140.8333,4139.1667,4152.5000,4145.8333,4161.0000,4162.5000,4167.6667,4149.1667,4144.1667,4162.6667,4162.5000,4154.3333,4164.1667,4154.3333,4162.5000,4127.5000,4160.8333,4154.1667,4145.8333,4130.8333,4144.3333,4142.5000,4147.5000,4137.5000,4152.6667,4147.5000,4165.8333,4154.1667,4155.8333,4151.0000,4139.1667,4155.8333,4162.6667,4127.5000,4134.1667,4142.5000,4147.6667,4140.8333,4145.8333,4144.1667,4156.0000,4154.1667,4150.8333,4127.5000,4124.1667,4155.8333,4165.8333,4140.8333,4147.5000,4137.5000,4147.5000,4114.1667" -benchmark intrusive graph dependency handling with N nodes - 100,adding and removing dependencies,100,6,2766600,4722.7617,4715.8850,4746.3617,58.5303,17.7714,133.5005,"4740.3333,4732.0000,4783.8333,4745.3333,4713.5000,4688.6667,4733.6667,4717.0000,4715.1667,4730.3333,4732.0000,4732.0000,4723.6667,4722.0000,4735.3333,4737.0000,4720.1667,4732.0000,4737.0000,4728.6667,4723.6667,4723.6667,4735.3333,4730.3333,4696.8333,4682.0000,4675.1667,4708.6667,4718.5000,4720.3333,4725.3333,4728.6667,4732.0000,4725.3333,4703.5000,4707.0000,4732.0000,4733.6667,4722.0000,4730.1667,4733.5000,4713.6667,4695.3333,4725.3333,4726.8333,4715.3333,4676.8333,4688.5000,4686.8333,4728.6667,4682.0000,4668.5000,4685.1667,4720.3333,4718.6667,4713.5000,5274.6667,4683.5000,4691.8333,4713.6667,4718.6667,4730.3333,4732.0000,4706.8333,4737.0000,4727.0000,4695.3333,4710.1667,4698.6667,4708.6667,4720.1667,4698.5000,4680.1667,4708.6667,4730.3333,4705.3333,4695.1667,4735.3333,4730.3333,4718.6667,4732.0000,4720.1667,4713.6667,4680.1667,4728.5000,4715.3333,4687.0000,4725.1667,4720.3333,4727.0000,4712.0000,4718.6667,4737.0000,4733.6667,4735.1667,4725.1667,4723.6667,4732.0000,4713.6667,4712.0000" -benchmark intrusive graph dependency handling with N nodes - 100,checking for dependencies,100,15,2457000,1705.3480,1702.0373,1715.0833,26.7566,9.7273,58.8326,"1705.7333,1706.4667,1947.5333,1650.3333,1699.7333,1695.0667,1701.1333,1700.4000,1702.4667,1703.0667,1699.1333,1648.3333,1705.0667,1695.8000,1709.7333,1706.4667,1704.4667,1703.0667,1706.4667,1706.4667,1708.4000,1705.8000,1702.4000,1707.7333,1707.1333,1704.4000,1707.1333,1654.3333,1704.4667,1710.4000,1703.0667,1708.4667,1711.7333,1707.7333,1711.1333,1651.0000,1707.8000,1706.4000,1700.4667,1709.1333,1705.0667,1707.8000,1711.8000,1704.4000,1705.1333,1703.7333,1704.4667,1699.0667,1707.8000,1703.1333,1705.0667,1707.1333,1707.7333,1706.4000,1704.4667,1704.4000,1699.1333,1707.0667,1705.1333,1706.4667,1707.0667,1706.4667,1705.7333,1707.0667,1695.7333,1704.4667,1704.4667,1712.4000,1707.1333,1703.1333,1702.4000,1705.1333,1705.7333,1702.4667,1701.0667,1704.4667,1707.8000,1706.4000,1711.1333,1706.4667,1705.0667,1699.1333,1707.0667,1705.1333,1703.0667,1704.4000,1707.1333,1703.7333,1703.8000,1709.1333,1700.4000,1708.4667,1704.4000,1706.4667,1709.1333,1705.0667,1705.8000,1706.4000,1699.7333,1703.0667" -benchmark task handling > without access thread,generating and deleting tasks,100,1,350050200,3424395.6900,3366224.0600,3476338.0300,281411.9655,255829.8096,298353.1373,"3626422.0000,3630520.0000,3014001.0000,3026935.0000,3010845.0000,3278813.0000,3629478.0000,3630289.0000,3627965.0000,3621572.0000,3621823.0000,3633726.0000,3629398.0000,3633986.0000,3626242.0000,3624328.0000,3631902.0000,3624608.0000,3623005.0000,3622184.0000,3626722.0000,3624598.0000,3620851.0000,3634727.0000,3629848.0000,3631301.0000,3626862.0000,3624649.0000,3625851.0000,3630590.0000,3620159.0000,3622625.0000,3449436.0000,2995525.0000,2995025.0000,3008170.0000,3007839.0000,3014391.0000,3016206.0000,3025914.0000,3000785.0000,3009383.0000,3271729.0000,3635950.0000,3634918.0000,3646210.0000,3648663.0000,3622946.0000,3623486.0000,3620431.0000,3620470.0000,3619128.0000,3618687.0000,3621022.0000,3619158.0000,3623236.0000,3619438.0000,3615039.0000,3621172.0000,3624618.0000,3627384.0000,3630820.0000,3622745.0000,3622605.0000,3624748.0000,3623607.0000,3625801.0000,3615400.0000,3617145.0000,3119290.0000,2996136.0000,3009222.0000,3020163.0000,3025683.0000,3007860.0000,3013179.0000,3016605.0000,3039660.0000,3398981.0000,3646870.0000,3639417.0000,3597757.0000,2996568.0000,3001918.0000,3007809.0000,3001377.0000,3005144.0000,3010305.0000,3002348.0000,3010625.0000,3004123.0000,3010193.0000,3514940.0000,3632713.0000,3631771.0000,3630199.0000,3632122.0000,3630269.0000,3635569.0000,3624698.0000" -benchmark task handling > with access thread,generating and deleting tasks with access thread,100,1,780463500,7845350.3700,7786064.9600,7893900.1600,271314.8827,232110.1167,305673.0042,"8022875.0000,7954125.0000,8005842.0000,7968322.0000,8034447.0000,8041651.0000,8022985.0000,7967991.0000,7768513.0000,7308581.0000,7351964.0000,7311536.0000,7341324.0000,7969855.0000,8015120.0000,7954255.0000,7983691.0000,7968762.0000,8030791.0000,7773463.0000,7267222.0000,7268345.0000,7271530.0000,7461361.0000,7976817.0000,8001273.0000,8020891.0000,8063543.0000,7999992.0000,7969584.0000,8011784.0000,7990824.0000,8039978.0000,7980304.0000,7972209.0000,7958133.0000,7998619.0000,7358666.0000,7323520.0000,7527276.0000,8049275.0000,7983591.0000,8025470.0000,8008989.0000,7980365.0000,7993670.0000,8000283.0000,8013748.0000,7955758.0000,8013417.0000,8010232.0000,8001274.0000,7966579.0000,7996385.0000,8012595.0000,7992317.0000,7967901.0000,8017736.0000,8032684.0000,7959845.0000,8030730.0000,8011063.0000,8004801.0000,7988159.0000,7965146.0000,8001855.0000,8006124.0000,8006935.0000,7964325.0000,7955958.0000,7976167.0000,7953103.0000,7969123.0000,7989813.0000,8009660.0000,7554318.0000,7313109.0000,7317278.0000,7245151.0000,7506908.0000,7317748.0000,7287020.0000,7691898.0000,7669284.0000,7307069.0000,7273234.0000,7303972.0000,7572852.0000,8022144.0000,8004520.0000,7988179.0000,8036752.0000,8055647.0000,7971187.0000,7998088.0000,8012596.0000,8020250.0000,7970346.0000,8027685.0000,7994762.0000" -generating large task graphs,soup topology,100,1,83036800,846146.1400,845714.0800,846657.7300,2384.2106,2040.6462,2934.1352,"846533.0000,850650.0000,855089.0000,846954.0000,845390.0000,844850.0000,848667.0000,843186.0000,843607.0000,844419.0000,846142.0000,850430.0000,845110.0000,842776.0000,844549.0000,846883.0000,849148.0000,846041.0000,846242.0000,844358.0000,849999.0000,845020.0000,845060.0000,847574.0000,844729.0000,850490.0000,845210.0000,845521.0000,845311.0000,844358.0000,849048.0000,845450.0000,842345.0000,843968.0000,845711.0000,844850.0000,848406.0000,847274.0000,845211.0000,848957.0000,845561.0000,846112.0000,845400.0000,846022.0000,853125.0000,846302.0000,843817.0000,846682.0000,846533.0000,849959.0000,844690.0000,844779.0000,844569.0000,849258.0000,844840.0000,844248.0000,844108.0000,845140.0000,850330.0000,846282.0000,847335.0000,845851.0000,843367.0000,849368.0000,844228.0000,845351.0000,844709.0000,842645.0000,848727.0000,845340.0000,846012.0000,843878.0000,848055.0000,845611.0000,845030.0000,844719.0000,843957.0000,851292.0000,845661.0000,847274.0000,847805.0000,845481.0000,849568.0000,846022.0000,844269.0000,845681.0000,849098.0000,844639.0000,844619.0000,846262.0000,842996.0000,846542.0000,843407.0000,844198.0000,844028.0000,844589.0000,850961.0000,845932.0000,842836.0000,843998.0000" -generating large task graphs,chain topology,100,1,3431400,35539.6300,35465.3100,35720.2600,544.4847,162.2019,965.0984,"35415.0000,35365.0000,39172.0000,36347.0000,35956.0000,35556.0000,35726.0000,35655.0000,35526.0000,35615.0000,35475.0000,35535.0000,35295.0000,35416.0000,35455.0000,35645.0000,35395.0000,35435.0000,35325.0000,35515.0000,35395.0000,35415.0000,35465.0000,35365.0000,35455.0000,35455.0000,35435.0000,35305.0000,35576.0000,35565.0000,35325.0000,35535.0000,35335.0000,35636.0000,35345.0000,35505.0000,35385.0000,35615.0000,35375.0000,35516.0000,35465.0000,35425.0000,35405.0000,35495.0000,35435.0000,35496.0000,35595.0000,35455.0000,35585.0000,35315.0000,35495.0000,35455.0000,35495.0000,35385.0000,39213.0000,35696.0000,35515.0000,35566.0000,35395.0000,35605.0000,35406.0000,35505.0000,35305.0000,35626.0000,35435.0000,35485.0000,35546.0000,35525.0000,35686.0000,35475.0000,35415.0000,35425.0000,35636.0000,35405.0000,35646.0000,35475.0000,35495.0000,35506.0000,35395.0000,35606.0000,35305.0000,35495.0000,35375.0000,35395.0000,35335.0000,35525.0000,35505.0000,35325.0000,35184.0000,35325.0000,35165.0000,35375.0000,35255.0000,35265.0000,35185.0000,35495.0000,35304.0000,35335.0000,35285.0000,35214.0000" -generating large task graphs,expanding tree topology,100,1,5638600,56693.6600,56497.3900,57305.1700,1574.1809,364.8559,3420.0146,"56025.0000,56044.0000,62917.0000,57527.0000,56986.0000,56505.0000,56876.0000,56625.0000,56425.0000,56265.0000,56215.0000,56355.0000,56485.0000,55774.0000,56505.0000,56225.0000,56014.0000,56806.0000,55894.0000,56195.0000,56645.0000,56295.0000,56375.0000,56475.0000,56365.0000,56185.0000,56415.0000,56385.0000,56405.0000,56495.0000,56485.0000,56105.0000,56415.0000,56946.0000,56896.0000,56325.0000,56164.0000,56085.0000,56064.0000,56826.0000,56365.0000,56686.0000,56465.0000,56826.0000,56335.0000,56805.0000,57818.0000,57407.0000,56626.0000,56665.0000,70642.0000,57367.0000,56485.0000,56245.0000,56485.0000,56265.0000,56716.0000,56655.0000,56736.0000,56756.0000,56345.0000,56435.0000,56515.0000,56615.0000,56675.0000,56275.0000,56365.0000,56505.0000,56115.0000,56515.0000,56315.0000,56385.0000,56405.0000,56545.0000,56736.0000,56725.0000,56445.0000,56525.0000,56665.0000,56435.0000,56335.0000,56525.0000,56415.0000,56235.0000,56415.0000,56345.0000,56254.0000,56526.0000,56014.0000,56245.0000,56585.0000,56636.0000,56675.0000,56165.0000,56545.0000,56285.0000,56415.0000,56936.0000,56115.0000,56795.0000" -generating large task graphs,contracting tree topology,100,1,7669000,79067.3100,78930.6200,79340.9000,951.4166,531.1104,1526.5683,"78727.0000,78747.0000,84759.0000,80701.0000,79539.0000,79689.0000,79789.0000,78827.0000,78918.0000,79188.0000,79018.0000,78858.0000,79048.0000,79278.0000,78637.0000,78316.0000,79008.0000,79038.0000,79098.0000,78547.0000,78487.0000,78908.0000,78797.0000,78798.0000,78797.0000,78717.0000,78807.0000,78918.0000,78436.0000,78637.0000,78737.0000,78888.0000,78657.0000,78437.0000,84438.0000,79128.0000,78647.0000,79459.0000,78747.0000,79078.0000,78948.0000,78848.0000,78978.0000,78767.0000,78697.0000,78838.0000,78677.0000,78357.0000,78627.0000,78847.0000,79328.0000,79148.0000,78838.0000,78947.0000,78988.0000,79028.0000,78968.0000,79218.0000,78928.0000,79148.0000,79038.0000,78417.0000,79318.0000,78868.0000,78888.0000,79148.0000,78827.0000,79279.0000,79138.0000,78947.0000,79248.0000,79268.0000,78938.0000,79058.0000,78557.0000,79619.0000,78567.0000,78367.0000,78747.0000,78487.0000,79348.0000,78927.0000,78497.0000,78938.0000,78627.0000,82915.0000,79199.0000,79478.0000,78967.0000,78657.0000,78877.0000,78788.0000,78537.0000,78867.0000,78477.0000,78487.0000,78807.0000,78958.0000,78337.0000,78948.0000" -generating large task graphs,wave_sim topology,100,1,32208600,286648.2500,285753.9300,288615.3200,6443.5735,2868.1434,11011.1655,"328180.0000,327219.0000,305257.0000,288975.0000,284407.0000,284657.0000,284748.0000,284538.0000,284307.0000,284838.0000,284677.0000,284167.0000,284567.0000,285639.0000,284938.0000,292412.0000,285328.0000,285338.0000,285309.0000,285510.0000,285258.0000,285259.0000,285269.0000,285479.0000,285690.0000,285349.0000,285860.0000,285649.0000,285529.0000,290248.0000,285279.0000,285840.0000,285168.0000,285059.0000,284998.0000,285079.0000,285479.0000,285559.0000,284468.0000,284918.0000,285299.0000,284908.0000,285199.0000,291370.0000,285109.0000,285840.0000,285369.0000,285599.0000,285068.0000,285378.0000,285689.0000,285129.0000,284978.0000,285309.0000,285158.0000,285149.0000,284888.0000,289377.0000,285299.0000,284978.0000,284628.0000,284888.0000,284918.0000,284477.0000,284888.0000,284717.0000,285079.0000,285359.0000,284758.0000,285199.0000,284908.0000,289076.0000,286190.0000,284728.0000,284708.0000,284778.0000,284768.0000,284798.0000,285218.0000,285299.0000,284498.0000,284787.0000,285088.0000,284828.0000,284577.0000,289066.0000,284909.0000,285288.0000,285199.0000,286421.0000,285068.0000,285018.0000,285038.0000,285199.0000,285469.0000,285319.0000,284918.0000,285209.0000,286441.0000,297562.0000" -generating large task graphs,jacobi topology,100,1,10294900,102852.1200,102713.3100,103122.4100,950.7190,562.3940,1506.0236,"102523.0000,102913.0000,108744.0000,104186.0000,102863.0000,103143.0000,103214.0000,102843.0000,103013.0000,103103.0000,103344.0000,102973.0000,106150.0000,102763.0000,102552.0000,102893.0000,102974.0000,102953.0000,102562.0000,102712.0000,102603.0000,102442.0000,102433.0000,102562.0000,102653.0000,102522.0000,102463.0000,102352.0000,102853.0000,102282.0000,102522.0000,102733.0000,102513.0000,102572.0000,102543.0000,102512.0000,102623.0000,102663.0000,102662.0000,102533.0000,102432.0000,102633.0000,102683.0000,103073.0000,102302.0000,102713.0000,102733.0000,102592.0000,102662.0000,102442.0000,102622.0000,107492.0000,102693.0000,102612.0000,103133.0000,102763.0000,102482.0000,102463.0000,102763.0000,102662.0000,102883.0000,102643.0000,103094.0000,102903.0000,102422.0000,102583.0000,102472.0000,102693.0000,102182.0000,102592.0000,102723.0000,102663.0000,102582.0000,102372.0000,102413.0000,102602.0000,102853.0000,102653.0000,102713.0000,102843.0000,102502.0000,102202.0000,102432.0000,102122.0000,102623.0000,102592.0000,102543.0000,102753.0000,102873.0000,102322.0000,106400.0000,102963.0000,102613.0000,102963.0000,102612.0000,102642.0000,102623.0000,102372.0000,102272.0000,102492.0000" -generating large command graphs for N nodes - 1,soup topology,100,1,156761900,1576571.7600,1575743.4900,1577458.4900,4371.0883,3872.5709,4987.8308,"1578610.0000,1577819.0000,1585483.0000,1580484.0000,1574342.0000,1578691.0000,1568912.0000,1573280.0000,1587907.0000,1575424.0000,1579201.0000,1572238.0000,1569774.0000,1584381.0000,1573481.0000,1579402.0000,1574553.0000,1577458.0000,1583409.0000,1572518.0000,1577428.0000,1574322.0000,1571597.0000,1584221.0000,1574913.0000,1574913.0000,1585814.0000,1575394.0000,1585293.0000,1574101.0000,1573290.0000,1580073.0000,1572178.0000,1576196.0000,1571527.0000,1576045.0000,1578300.0000,1575384.0000,1580254.0000,1572739.0000,1574293.0000,1583118.0000,1571526.0000,1583168.0000,1577168.0000,1571387.0000,1578110.0000,1570555.0000,1577858.0000,1578239.0000,1571026.0000,1582327.0000,1571186.0000,1579292.0000,1576666.0000,1577277.0000,1581907.0000,1573881.0000,1573130.0000,1579432.0000,1571366.0000,1581285.0000,1573089.0000,1572359.0000,1580063.0000,1574433.0000,1576636.0000,1569913.0000,1571617.0000,1578380.0000,1571638.0000,1578360.0000,1572328.0000,1577528.0000,1581516.0000,1573621.0000,1575124.0000,1578680.0000,1576316.0000,1578710.0000,1569193.0000,1579422.0000,1571256.0000,1574243.0000,1587226.0000,1581936.0000,1577819.0000,1574933.0000,1572419.0000,1574001.0000,1575074.0000,1574603.0000,1575234.0000,1574222.0000,1580033.0000,1574763.0000,1574092.0000,1581475.0000,1573731.0000,1585644.0000" -generating large command graphs for N nodes - 1,chain topology,100,1,12411000,110380.0100,109099.7100,112123.5600,7549.1847,6082.6636,9387.5605,"107261.0000,106941.0000,137048.0000,126839.0000,125907.0000,125546.0000,126167.0000,125606.0000,125967.0000,126147.0000,125465.0000,125616.0000,125886.0000,125506.0000,125636.0000,125776.0000,138640.0000,117550.0000,107421.0000,107612.0000,107381.0000,107242.0000,107221.0000,107392.0000,107311.0000,107061.0000,107502.0000,107452.0000,106891.0000,107221.0000,107622.0000,107622.0000,106880.0000,106991.0000,107211.0000,107321.0000,107312.0000,119454.0000,107592.0000,107121.0000,106770.0000,107091.0000,106841.0000,106881.0000,106710.0000,106981.0000,106820.0000,106920.0000,106701.0000,106780.0000,106861.0000,106530.0000,106740.0000,107191.0000,106880.0000,106840.0000,106791.0000,106911.0000,106760.0000,107031.0000,106941.0000,106921.0000,107221.0000,106941.0000,106851.0000,106971.0000,107091.0000,107141.0000,107402.0000,106860.0000,106881.0000,106931.0000,106620.0000,106861.0000,113633.0000,107181.0000,106981.0000,106750.0000,106751.0000,107121.0000,106750.0000,106519.0000,106940.0000,106941.0000,106921.0000,107091.0000,106781.0000,107041.0000,106460.0000,106971.0000,107101.0000,106871.0000,106880.0000,107051.0000,107121.0000,106800.0000,106941.0000,107332.0000,106690.0000,107382.0000" -generating large command graphs for N nodes - 1,expanding tree topology,100,1,17958800,162664.5900,162227.5700,163597.9400,3103.8713,1749.7006,5588.5897,"161985.0000,162025.0000,174189.0000,164570.0000,162716.0000,162697.0000,162867.0000,163137.0000,162496.0000,161975.0000,161253.0000,160983.0000,161734.0000,162526.0000,162987.0000,162105.0000,161965.0000,162997.0000,162376.0000,162446.0000,162786.0000,162116.0000,162235.0000,174298.0000,162396.0000,161474.0000,161173.0000,162246.0000,162256.0000,161674.0000,161885.0000,162376.0000,162276.0000,162136.0000,162385.0000,161534.0000,162376.0000,161965.0000,161835.0000,162396.0000,161975.0000,162617.0000,162225.0000,162757.0000,162787.0000,161995.0000,162376.0000,185330.0000,163177.0000,162757.0000,161143.0000,161544.0000,160943.0000,161114.0000,161724.0000,162086.0000,162035.0000,161304.0000,162566.0000,161274.0000,161144.0000,162045.0000,161855.0000,161995.0000,161655.0000,162225.0000,162305.0000,162146.0000,161835.0000,162466.0000,161745.0000,161674.0000,170742.0000,161975.0000,161885.0000,161324.0000,160883.0000,160252.0000,161534.0000,161444.0000,162085.0000,161214.0000,162496.0000,162276.0000,162426.0000,161304.0000,162015.0000,161845.0000,160953.0000,161715.0000,161835.0000,161664.0000,161374.0000,162025.0000,161414.0000,161985.0000,169039.0000,163077.0000,162867.0000,162145.0000" -generating large command graphs for N nodes - 1,contracting tree topology,100,1,21186000,200797.1500,197999.9500,203430.3400,13819.3155,13066.6311,14302.8188,"211319.0000,211709.0000,193004.0000,183797.0000,183085.0000,183516.0000,184217.0000,182924.0000,184158.0000,182995.0000,183966.0000,183806.0000,183346.0000,184197.0000,183346.0000,183416.0000,183836.0000,185280.0000,182343.0000,183135.0000,182764.0000,189838.0000,183265.0000,185720.0000,183767.0000,182814.0000,183596.0000,184107.0000,183816.0000,184077.0000,183275.0000,183596.0000,183455.0000,183657.0000,184187.0000,182795.0000,184357.0000,184138.0000,183355.0000,184248.0000,184668.0000,184528.0000,195348.0000,212520.0000,212470.0000,212090.0000,211188.0000,211910.0000,211810.0000,211980.0000,211038.0000,212100.0000,212661.0000,211850.0000,210938.0000,212661.0000,211850.0000,211319.0000,211699.0000,211890.0000,211469.0000,219394.0000,212140.0000,213173.0000,212100.0000,212130.0000,212832.0000,213402.0000,211529.0000,211589.0000,211348.0000,212290.0000,211890.0000,212090.0000,211850.0000,211890.0000,211980.0000,212370.0000,212330.0000,212080.0000,217050.0000,212140.0000,211680.0000,211719.0000,211349.0000,211940.0000,211108.0000,211329.0000,211068.0000,211679.0000,211459.0000,212010.0000,212551.0000,211770.0000,211138.0000,211980.0000,212100.0000,212410.0000,211610.0000,217009.0000" -generating large command graphs for N nodes - 1,wave_sim topology,100,1,103162900,1046738.3400,1032017.7600,1059516.4900,70294.7697,61690.4332,76601.3010,"927206.0000,933357.0000,1127465.0000,1092870.0000,1087489.0000,1095766.0000,1086838.0000,1085405.0000,1085756.0000,1091307.0000,1089924.0000,1087179.0000,1086567.0000,1090606.0000,1085656.0000,1084143.0000,1086247.0000,1093441.0000,1083983.0000,1087098.0000,1095395.0000,1086107.0000,1086557.0000,1086868.0000,1095084.0000,1085806.0000,1087670.0000,1085816.0000,1092799.0000,1086197.0000,1083903.0000,1090675.0000,1083512.0000,1085055.0000,1087530.0000,1090405.0000,1085596.0000,1086727.0000,1091667.0000,1093340.0000,1085455.0000,1088011.0000,1092228.0000,1086217.0000,1085716.0000,1083362.0000,1090755.0000,1081979.0000,1085596.0000,1084253.0000,1098330.0000,1085104.0000,1083902.0000,1091247.0000,1086868.0000,1083312.0000,1087779.0000,1093470.0000,1085065.0000,1087379.0000,1088331.0000,1093060.0000,1085867.0000,1082550.0000,1090054.0000,1089854.0000,1085816.0000,1085486.0000,1090525.0000,1086017.0000,1088652.0000,1086918.0000,1091427.0000,1087800.0000,1086367.0000,1073303.0000,925983.0000,924721.0000,927486.0000,925643.0000,937785.0000,924010.0000,924130.0000,927436.0000,933798.0000,927647.0000,925442.0000,924751.0000,930942.0000,926825.0000,926956.0000,926534.0000,927005.0000,935271.0000,928128.0000,925502.0000,933527.0000,936293.0000,928869.0000,926083.0000" -generating large command graphs for N nodes - 1,jacobi topology,100,1,33679000,351385.1900,350580.9200,354041.3300,6675.6195,2277.1035,14855.5262,"349481.0000,368326.0000,362916.0000,351274.0000,351204.0000,350553.0000,350452.0000,350984.0000,350141.0000,349280.0000,354981.0000,350352.0000,349952.0000,350292.0000,348058.0000,349530.0000,349139.0000,349610.0000,349821.0000,351604.0000,351655.0000,350783.0000,353909.0000,349060.0000,349501.0000,348599.0000,348028.0000,349320.0000,349361.0000,349420.0000,349661.0000,350603.0000,349411.0000,353558.0000,349791.0000,349260.0000,350402.0000,350683.0000,350372.0000,349851.0000,348729.0000,350031.0000,349471.0000,349180.0000,354289.0000,350151.0000,349620.0000,349550.0000,349351.0000,350552.0000,350101.0000,350834.0000,349951.0000,349501.0000,349120.0000,350162.0000,357546.0000,352336.0000,350022.0000,349801.0000,350142.0000,350923.0000,350803.0000,350392.0000,349710.0000,350252.0000,349661.0000,355482.0000,350983.0000,351444.0000,349620.0000,351395.0000,351043.0000,351625.0000,349931.0000,351875.0000,350602.0000,350803.0000,350383.0000,357055.0000,349220.0000,349851.0000,350483.0000,350513.0000,349921.0000,350352.0000,349490.0000,350843.0000,350292.0000,350332.0000,412290.0000,350633.0000,349671.0000,349881.0000,349601.0000,349771.0000,349020.0000,350111.0000,350101.0000,350543.0000" -generating large command graphs for N nodes - 4,soup topology,100,1,197995600,1922108.2200,1894065.5600,1946387.9100,130770.1451,112089.7308,145193.9379,"1682717.0000,1677288.0000,2008004.0000,1995641.0000,1992485.0000,1990792.0000,1993396.0000,1990502.0000,1991954.0000,1992755.0000,1995671.0000,1994999.0000,1997464.0000,1992625.0000,1996463.0000,1991753.0000,1997033.0000,1996893.0000,1993257.0000,1994879.0000,1998767.0000,1990951.0000,1986032.0000,1996813.0000,1992905.0000,1992664.0000,1985651.0000,1993217.0000,1987546.0000,1996582.0000,1997524.0000,2003956.0000,1992725.0000,1996262.0000,1991002.0000,2000490.0000,1989349.0000,1995300.0000,1987245.0000,1998506.0000,1987897.0000,1993847.0000,1988357.0000,1994058.0000,1985292.0000,1995550.0000,1988787.0000,1999899.0000,1991242.0000,1994990.0000,1988327.0000,1991312.0000,1991222.0000,1994418.0000,1994920.0000,2000841.0000,1989649.0000,1990361.0000,1987836.0000,1996062.0000,1988838.0000,1993988.0000,1993747.0000,2003345.0000,1991623.0000,1993397.0000,1989379.0000,1992925.0000,1985321.0000,1995531.0000,1989800.0000,1996302.0000,1997414.0000,1997934.0000,1722923.0000,1698307.0000,1673891.0000,1685954.0000,1675253.0000,1674231.0000,1681957.0000,1676105.0000,1681866.0000,1675935.0000,1680413.0000,1674312.0000,1678469.0000,1681946.0000,1677227.0000,1688378.0000,1675554.0000,1676195.0000,1989298.0000,1987415.0000,1995942.0000,1995160.0000,1995581.0000,1712033.0000,1682938.0000,1679070.0000" -generating large command graphs for N nodes - 4,chain topology,100,1,36155700,358519.1400,353676.6500,363228.4500,24324.9355,23372.3698,25076.2766,"330765.0000,329031.0000,356804.0000,346194.0000,331928.0000,329572.0000,330083.0000,331918.0000,330845.0000,330875.0000,330194.0000,332228.0000,330635.0000,329713.0000,331416.0000,338670.0000,331597.0000,331757.0000,330625.0000,330855.0000,330104.0000,330274.0000,329572.0000,330755.0000,330604.0000,331276.0000,330775.0000,355682.0000,380589.0000,380599.0000,379067.0000,379818.0000,378646.0000,379507.0000,380279.0000,379518.0000,379106.0000,379257.0000,384908.0000,379618.0000,379668.0000,379748.0000,379427.0000,378466.0000,379487.0000,380349.0000,381050.0000,380760.0000,385078.0000,378736.0000,379498.0000,379898.0000,379487.0000,379027.0000,379237.0000,380579.0000,379558.0000,378826.0000,379067.0000,385178.0000,380880.0000,379538.0000,380138.0000,379057.0000,378576.0000,379808.0000,379407.0000,380109.0000,377774.0000,384116.0000,378105.0000,379608.0000,379147.0000,379046.0000,379447.0000,378556.0000,379016.0000,378917.0000,378576.0000,379377.0000,385138.0000,392422.0000,377875.0000,329823.0000,329212.0000,329884.0000,329322.0000,329633.0000,328871.0000,329202.0000,329753.0000,338229.0000,329342.0000,328541.0000,328972.0000,329152.0000,329052.0000,329473.0000,329953.0000,330084.0000" -generating large command graphs for N nodes - 4,expanding tree topology,100,1,45620600,459281.2400,457757.8800,465585.7600,13581.6730,2598.5344,31655.2850,"456734.0000,590578.0000,480238.0000,460180.0000,458517.0000,457926.0000,456323.0000,456193.0000,457115.0000,455331.0000,456954.0000,464529.0000,457135.0000,459048.0000,455762.0000,457695.0000,455853.0000,457605.0000,458297.0000,461694.0000,456152.0000,458116.0000,458307.0000,458257.0000,459649.0000,455452.0000,458617.0000,457716.0000,462966.0000,458257.0000,456593.0000,458517.0000,457986.0000,458738.0000,455060.0000,458938.0000,456583.0000,462846.0000,457335.0000,458647.0000,459859.0000,458066.0000,457566.0000,458026.0000,456654.0000,463517.0000,457094.0000,456523.0000,456253.0000,454941.0000,456493.0000,458227.0000,458096.0000,456894.0000,461843.0000,456754.0000,457265.0000,458016.0000,457395.0000,457265.0000,457035.0000,457365.0000,456584.0000,463496.0000,459348.0000,455952.0000,456193.0000,457826.0000,458417.0000,456874.0000,453728.0000,455031.0000,458908.0000,454129.0000,454169.0000,455662.0000,455622.0000,456243.0000,453568.0000,455982.0000,460201.0000,455822.0000,455973.0000,454559.0000,454910.0000,455452.0000,457625.0000,460340.0000,457977.0000,466252.0000,458607.0000,457686.0000,459439.0000,456754.0000,455511.0000,455942.0000,456974.0000,457686.0000,462946.0000,460150.0000" -generating large command graphs for N nodes - 4,contracting tree topology,100,1,46793100,490426.6300,489904.5000,491113.2700,3034.5143,2454.0985,4157.0551,"489185.0000,494936.0000,499535.0000,495718.0000,492091.0000,490208.0000,489245.0000,490348.0000,489416.0000,488524.0000,491911.0000,495217.0000,490087.0000,489155.0000,488914.0000,486461.0000,489816.0000,489576.0000,488794.0000,495638.0000,488975.0000,488484.0000,488544.0000,489356.0000,488344.0000,488955.0000,487011.0000,494415.0000,488113.0000,486601.0000,488594.0000,488705.0000,487332.0000,488694.0000,487331.0000,496499.0000,488754.0000,488604.0000,488344.0000,486851.0000,486740.0000,487922.0000,488303.0000,488644.0000,493884.0000,489015.0000,487763.0000,488244.0000,488815.0000,488484.0000,486530.0000,488053.0000,495377.0000,489716.0000,489826.0000,489386.0000,489786.0000,486891.0000,489345.0000,490568.0000,504985.0000,491870.0000,487482.0000,488293.0000,487502.0000,487662.0000,490197.0000,492281.0000,498884.0000,491600.0000,489907.0000,490498.0000,491079.0000,491259.0000,489375.0000,491570.0000,496169.0000,489777.0000,489105.0000,489316.0000,490417.0000,491249.0000,489806.0000,490417.0000,495728.0000,491991.0000,490859.0000,490297.0000,490969.0000,491741.0000,491590.0000,493063.0000,495006.0000,491490.0000,492201.0000,489967.0000,489566.0000,490177.0000,490888.0000,489857.0000" -generating large command graphs for N nodes - 4,wave_sim topology,100,1,217517400,2210197.9800,2182189.3400,2232619.3400,127731.5556,107349.2384,145579.3422,"2269530.0000,2271122.0000,2320457.0000,2293736.0000,2269079.0000,2272465.0000,2267415.0000,2144243.0000,1943633.0000,1946768.0000,1946357.0000,2097313.0000,2279418.0000,2267396.0000,2270933.0000,2268257.0000,2270823.0000,2267366.0000,2277986.0000,2268608.0000,2277184.0000,2275582.0000,2269310.0000,2275751.0000,2275060.0000,2279258.0000,2267396.0000,2283867.0000,2273027.0000,2263558.0000,2273377.0000,2267386.0000,2277635.0000,2269540.0000,2274840.0000,2276182.0000,2271895.0000,2272917.0000,2271713.0000,2277424.0000,2264220.0000,2274199.0000,2313293.0000,2270091.0000,2281613.0000,2269520.0000,2275732.0000,2270642.0000,2278136.0000,2276203.0000,2268257.0000,2275661.0000,2274379.0000,2274079.0000,2269039.0000,2278427.0000,2276102.0000,2265713.0000,2278927.0000,2271113.0000,2277675.0000,2275431.0000,2282084.0000,2278286.0000,2276504.0000,2281603.0000,2278156.0000,2279649.0000,2269510.0000,2275230.0000,2272275.0000,2277405.0000,2283406.0000,2269140.0000,2277274.0000,2272145.0000,2276563.0000,2270221.0000,2272877.0000,2271344.0000,2059872.0000,1951337.0000,1946868.0000,1952599.0000,1936909.0000,1945025.0000,1937631.0000,1953440.0000,1940716.0000,1952569.0000,1948351.0000,1945606.0000,1948180.0000,1946468.0000,1946868.0000,1938723.0000,2228351.0000,2279959.0000,2272766.0000,2279629.0000" -generating large command graphs for N nodes - 4,jacobi topology,100,1,78492300,825648.0500,825111.5700,826360.9000,3132.0315,2520.3063,4593.0553,"825292.0000,824781.0000,842224.0000,825362.0000,825042.0000,826284.0000,824260.0000,831454.0000,823770.0000,824391.0000,823710.0000,824571.0000,833268.0000,823689.0000,824762.0000,825863.0000,826214.0000,832345.0000,824541.0000,825332.0000,825393.0000,822777.0000,830121.0000,826184.0000,826184.0000,822818.0000,829831.0000,825293.0000,824701.0000,824361.0000,824310.0000,829961.0000,824731.0000,826524.0000,825873.0000,825243.0000,833057.0000,824230.0000,824370.0000,824291.0000,822968.0000,830713.0000,823308.0000,824120.0000,823038.0000,824531.0000,828509.0000,824842.0000,829019.0000,823109.0000,825202.0000,828940.0000,824401.0000,826424.0000,824922.0000,829250.0000,823649.0000,822066.0000,823138.0000,821986.0000,829881.0000,824320.0000,823890.0000,822447.0000,822217.0000,829059.0000,824601.0000,823248.0000,822167.0000,826605.0000,829590.0000,822888.0000,821455.0000,822908.0000,824992.0000,830523.0000,821806.0000,823779.0000,824892.0000,826745.0000,829982.0000,824030.0000,825042.0000,823519.0000,824641.0000,827247.0000,822988.0000,823720.0000,825152.0000,828098.0000,826224.0000,825814.0000,824100.0000,823269.0000,830402.0000,824381.0000,823619.0000,822457.0000,823228.0000,827336.0000" -generating large command graphs for N nodes - 16,soup topology,100,1,247659500,2520158.2000,2477950.3400,2556478.8700,199963.7002,177669.6421,216372.0965,"2198525.0000,2192223.0000,2667715.0000,2656503.0000,2641225.0000,2651434.0000,2651684.0000,2224715.0000,2206791.0000,2196512.0000,2198425.0000,2189127.0000,2519453.0000,2649740.0000,2643379.0000,2655051.0000,2654459.0000,2642627.0000,2647717.0000,2646805.0000,2641424.0000,2646955.0000,2654420.0000,2648187.0000,2411488.0000,2193225.0000,2200950.0000,2190600.0000,2646885.0000,2657084.0000,2644270.0000,2650422.0000,2652776.0000,2647456.0000,2650693.0000,2652606.0000,2643829.0000,2652535.0000,2657675.0000,2651484.0000,2649800.0000,2654168.0000,2643048.0000,2345273.0000,2200989.0000,2189017.0000,2197433.0000,2188306.0000,2188416.0000,2176814.0000,2183146.0000,2184899.0000,2194668.0000,2185671.0000,2637477.0000,2637246.0000,2636736.0000,2648739.0000,2648818.0000,2641073.0000,2644340.0000,2645733.0000,2642777.0000,2642446.0000,2648498.0000,2645363.0000,2650822.0000,2648699.0000,2641085.0000,2663146.0000,2645161.0000,2636315.0000,2650642.0000,2654360.0000,2641815.0000,2642547.0000,2641936.0000,2636575.0000,2638639.0000,2641906.0000,2632468.0000,2645803.0000,2645623.0000,2642937.0000,2640974.0000,2639451.0000,2638169.0000,2737116.0000,2650192.0000,2645072.0000,2648909.0000,2641595.0000,2641675.0000,2342338.0000,2188967.0000,2198455.0000,2192995.0000,2191773.0000,2197583.0000,2190109.0000" -generating large command graphs for N nodes - 16,chain topology,100,1,120311800,1230936.9400,1219318.8700,1238793.8400,48272.0817,35683.1840,61234.0439,"1247603.0000,1244978.0000,1266038.0000,1248624.0000,1250768.0000,1253864.0000,1246291.0000,1245078.0000,1253924.0000,1237503.0000,1082941.0000,1078042.0000,1095605.0000,1076578.0000,1078592.0000,1085817.0000,1081408.0000,1078161.0000,1078793.0000,1145169.0000,1235159.0000,1243806.0000,1250779.0000,1244307.0000,1243766.0000,1245659.0000,1247002.0000,1243235.0000,1241671.0000,1249647.0000,1245499.0000,1243205.0000,1250899.0000,1242393.0000,1245019.0000,1247152.0000,1245769.0000,1242704.0000,1269114.0000,1245679.0000,1248755.0000,1247773.0000,1258273.0000,1243335.0000,1244707.0000,1260638.0000,1247022.0000,1244487.0000,1256680.0000,1246301.0000,1245399.0000,1251470.0000,1245960.0000,1244056.0000,1250088.0000,1244467.0000,1244968.0000,1243615.0000,1249877.0000,1243304.0000,1243795.0000,1249105.0000,1241261.0000,1242984.0000,1254386.0000,1242353.0000,1249306.0000,1247613.0000,1244287.0000,1239307.0000,1248524.0000,1242994.0000,1245408.0000,1242783.0000,1249266.0000,1242874.0000,1245258.0000,1249045.0000,1242243.0000,1242734.0000,1250237.0000,1241270.0000,1244066.0000,1249556.0000,1245249.0000,1244898.0000,1244978.0000,1248395.0000,1243685.0000,1240650.0000,1251571.0000,1243695.0000,1247082.0000,1251710.0000,1244547.0000,1245058.0000,1252622.0000,1243706.0000,1245148.0000,1250629.0000" -generating large command graphs for N nodes - 16,expanding tree topology,100,1,107483100,1090513.9300,1075230.8400,1103154.6800,70598.1934,60601.3064,78725.7188,"1128276.0000,1132514.0000,1175256.0000,1128677.0000,1132625.0000,1128427.0000,1136262.0000,1128006.0000,1125552.0000,1129118.0000,1123638.0000,1124409.0000,1125812.0000,1132284.0000,1126583.0000,1127064.0000,1133607.0000,1126423.0000,1126253.0000,1121443.0000,1131552.0000,1126343.0000,1125842.0000,1128146.0000,1135681.0000,1128076.0000,1127104.0000,1136222.0000,1127004.0000,1123838.0000,1126644.0000,1130521.0000,1129359.0000,1124519.0000,1132756.0000,1128778.0000,1128727.0000,1127986.0000,1133476.0000,1122375.0000,1124159.0000,1135811.0000,1125321.0000,1124039.0000,1126253.0000,1138125.0000,1127405.0000,1130270.0000,1132054.0000,1125922.0000,1125361.0000,1125942.0000,1134288.0000,1125241.0000,1125331.0000,1129118.0000,1121675.0000,1127375.0000,1123748.0000,1127005.0000,1129739.0000,1032746.0000,958054.0000,969696.0000,955409.0000,956651.0000,954378.0000,960378.0000,957513.0000,955079.0000,954697.0000,989022.0000,954317.0000,955710.0000,955198.0000,965468.0000,956491.0000,959437.0000,957233.0000,964466.0000,956090.0000,958895.0000,956040.0000,957093.0000,1116063.0000,1129599.0000,1128527.0000,1131032.0000,1126052.0000,1123708.0000,1127205.0000,1129298.0000,1130250.0000,1124099.0000,1129689.0000,1131493.0000,1127535.0000,1123448.0000,1135741.0000,1126233.0000" -generating large command graphs for N nodes - 16,contracting tree topology,100,1,115219900,1205571.5900,1194051.7600,1212683.9000,45443.5744,29509.2994,61981.2116,"1025613.0000,1024981.0000,1280765.0000,1218638.0000,1214741.0000,1221704.0000,1213548.0000,1210633.0000,1211835.0000,1219450.0000,1215823.0000,1217105.0000,1218918.0000,1215061.0000,1215071.0000,1221874.0000,1212166.0000,1217506.0000,1218838.0000,1214360.0000,1215502.0000,1211975.0000,1220151.0000,1211745.0000,1211534.0000,1222545.0000,1213448.0000,1211204.0000,1222746.0000,1214069.0000,1223417.0000,1221263.0000,1225862.0000,1218868.0000,1218658.0000,1223137.0000,1217255.0000,1218087.0000,1220812.0000,1219159.0000,1219509.0000,1223086.0000,1221634.0000,1221553.0000,1220862.0000,1227275.0000,1220552.0000,1214400.0000,1223628.0000,1217335.0000,1213348.0000,1222556.0000,1218307.0000,1218057.0000,1219650.0000,1219199.0000,1217275.0000,1216654.0000,1219219.0000,1211734.0000,1215452.0000,1218658.0000,1214249.0000,1217627.0000,1223096.0000,1215152.0000,1210893.0000,1214149.0000,1221503.0000,1212606.0000,1212366.0000,1220201.0000,1211094.0000,1212436.0000,1218528.0000,1215773.0000,1216173.0000,1213098.0000,1217746.0000,1214600.0000,1213128.0000,1220582.0000,1210202.0000,1212607.0000,1217295.0000,1214150.0000,1211885.0000,1217866.0000,1212306.0000,1211665.0000,1210803.0000,1219139.0000,1209651.0000,1209952.0000,1218798.0000,1140159.0000,1025773.0000,1028006.0000,1052823.0000,1029069.0000" -generating large command graphs for N nodes - 16,wave_sim topology,100,1,409248800,4149140.3000,4083101.4200,4204186.6800,306017.9250,262076.3335,342254.3572,"4313804.0000,4307393.0000,4409637.0000,4323102.0000,4316980.0000,4328592.0000,4316991.0000,4319265.0000,4320918.0000,4315979.0000,4329263.0000,4326950.0000,4325076.0000,4307373.0000,4309938.0000,4318623.0000,4314045.0000,4324304.0000,4323242.0000,4331759.0000,4314947.0000,4302413.0000,4308214.0000,4328142.0000,4315158.0000,4318914.0000,4312642.0000,4308505.0000,4315718.0000,4320126.0000,4307192.0000,4323974.0000,4316871.0000,4359080.0000,3901544.0000,3558773.0000,3535489.0000,3523547.0000,3540960.0000,3685734.0000,4311872.0000,4318313.0000,4322331.0000,4326078.0000,4331668.0000,4325637.0000,4330305.0000,3919376.0000,3570185.0000,3620791.0000,3536291.0000,3542603.0000,3743483.0000,4325567.0000,3560026.0000,3561448.0000,3563633.0000,3559515.0000,3567781.0000,3561449.0000,3558322.0000,3564965.0000,3869723.0000,4325567.0000,4310598.0000,4309807.0000,4295159.0000,4315037.0000,4307923.0000,4314717.0000,4321539.0000,4317421.0000,4314165.0000,4314236.0000,4319125.0000,4299497.0000,4318573.0000,4308985.0000,4318514.0000,4306060.0000,4318123.0000,4325557.0000,4332019.0000,4324736.0000,4306531.0000,4326599.0000,4314797.0000,4310378.0000,3563944.0000,3555597.0000,3587608.0000,4310870.0000,4281223.0000,4288797.0000,4304658.0000,4290671.0000,4319525.0000,4319105.0000,4318444.0000,4325386.0000" -generating large command graphs for N nodes - 16,jacobi topology,100,1,235678300,2322835.4800,2288527.8300,2351656.3000,161050.6694,139636.9025,178493.5345,"2419935.0000,2074240.0000,2430315.0000,2412221.0000,2414965.0000,2405427.0000,2419164.0000,2418021.0000,2413081.0000,2420405.0000,2415166.0000,2412492.0000,2415056.0000,2406639.0000,2452857.0000,2415767.0000,2411810.0000,2416689.0000,2406329.0000,2416709.0000,2096281.0000,2034033.0000,2015779.0000,2027571.0000,2017442.0000,2399777.0000,2416939.0000,2409876.0000,2416398.0000,2411800.0000,2413753.0000,2406660.0000,2406399.0000,2414024.0000,2417861.0000,2408894.0000,2416739.0000,2405727.0000,2419334.0000,2422841.0000,2413943.0000,2411189.0000,2057838.0000,2034144.0000,2018194.0000,2231348.0000,2192955.0000,2028242.0000,2016050.0000,2024585.0000,2017713.0000,2055864.0000,2020247.0000,2026449.0000,2016220.0000,2021280.0000,2015138.0000,2091242.0000,2021419.0000,2029304.0000,2017392.0000,2398474.0000,2417430.0000,2409065.0000,2416148.0000,2406079.0000,2421117.0000,2413172.0000,2405398.0000,2432719.0000,2411700.0000,2416859.0000,2419755.0000,2411008.0000,2413773.0000,2413002.0000,2406509.0000,2412310.0000,2410758.0000,2418562.0000,2413743.0000,2415466.0000,2414826.0000,2415537.0000,2411278.0000,2420876.0000,2416068.0000,2435995.0000,2414935.0000,2409805.0000,2411830.0000,2416468.0000,2412922.0000,2403745.0000,2415927.0000,2416869.0000,2412210.0000,2413152.0000,2408884.0000,2413002.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,soup topology,100,1,156585200,1600797.1700,1581270.7700,1614211.6400,81568.5703,59845.4867,103352.8066,"1627974.0000,1625168.0000,1368823.0000,1347983.0000,1344988.0000,1381016.0000,1621471.0000,1623165.0000,1635829.0000,1624898.0000,1629928.0000,1626140.0000,1627001.0000,1632382.0000,1622193.0000,1630860.0000,1623555.0000,1620289.0000,1422415.0000,1342182.0000,1337884.0000,1347502.0000,1340179.0000,1343595.0000,1606092.0000,1620840.0000,1629967.0000,1625308.0000,1624508.0000,1629787.0000,1627794.0000,1631511.0000,1626962.0000,1628835.0000,1623987.0000,1623005.0000,1627573.0000,1625289.0000,1630288.0000,1628314.0000,1631901.0000,1629557.0000,1629296.0000,1631190.0000,1626721.0000,1623736.0000,1627583.0000,1630789.0000,1636260.0000,1630248.0000,1623175.0000,1637652.0000,1625439.0000,1630508.0000,1624396.0000,1625839.0000,1633064.0000,1622604.0000,1630589.0000,1627954.0000,1630008.0000,1624778.0000,1627333.0000,1632633.0000,1626320.0000,1625610.0000,1628955.0000,1626260.0000,1629206.0000,1624988.0000,1625329.0000,1624838.0000,1624066.0000,1638924.0000,1628445.0000,1627623.0000,1626321.0000,1627453.0000,1632822.0000,1630909.0000,1634546.0000,1623816.0000,1635198.0000,1633174.0000,1619648.0000,1627583.0000,1624988.0000,1629777.0000,1631150.0000,1630559.0000,1645668.0000,1627412.0000,1628104.0000,1624627.0000,1621912.0000,1633173.0000,1627803.0000,1628135.0000,1626881.0000,1626761.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,chain topology,100,1,12233400,119607.8700,117634.9400,121561.3300,10040.2603,9746.3603,10502.2742,"108544.0000,108514.0000,136527.0000,129264.0000,128982.0000,128592.0000,128632.0000,128292.0000,127700.0000,128592.0000,128672.0000,128502.0000,128532.0000,128271.0000,128241.0000,128252.0000,128161.0000,128010.0000,128050.0000,128381.0000,128261.0000,132850.0000,128352.0000,128351.0000,128151.0000,128040.0000,127710.0000,128191.0000,128171.0000,127930.0000,127900.0000,128732.0000,128041.0000,127981.0000,128081.0000,128492.0000,127940.0000,128272.0000,127900.0000,128041.0000,128332.0000,127760.0000,128492.0000,127720.0000,128181.0000,128051.0000,128392.0000,128191.0000,128251.0000,127911.0000,128211.0000,128351.0000,132269.0000,128792.0000,135104.0000,130986.0000,109015.0000,108925.0000,108233.0000,108554.0000,108464.0000,108914.0000,108965.0000,108774.0000,108633.0000,108383.0000,108534.0000,108634.0000,108173.0000,108815.0000,108513.0000,108814.0000,108384.0000,108754.0000,108484.0000,108073.0000,108654.0000,108874.0000,108524.0000,108664.0000,108494.0000,108654.0000,108965.0000,108263.0000,108404.0000,108604.0000,108524.0000,108984.0000,120266.0000,109405.0000,108574.0000,108694.0000,108674.0000,108904.0000,108935.0000,108874.0000,108714.0000,108333.0000,108183.0000,108493.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,18103900,187228.9400,186309.5400,190739.2100,8079.3859,1789.7585,18734.7650,"185460.0000,185510.0000,200298.0000,188685.0000,187122.0000,187082.0000,186652.0000,188125.0000,187043.0000,187473.0000,187393.0000,187614.0000,192132.0000,186913.0000,186692.0000,186832.0000,187203.0000,186161.0000,186001.0000,185991.0000,186361.0000,186291.0000,186381.0000,186472.0000,186501.0000,186160.0000,186481.0000,187464.0000,186030.0000,186151.0000,186802.0000,187564.0000,186601.0000,191691.0000,187263.0000,185921.0000,186442.0000,185590.0000,186251.0000,186191.0000,185921.0000,186812.0000,185720.0000,186010.0000,186081.0000,185620.0000,185911.0000,185640.0000,186001.0000,186131.0000,185269.0000,184638.0000,184307.0000,186111.0000,185200.0000,192483.0000,185940.0000,185590.0000,185670.0000,184578.0000,184107.0000,184948.0000,184337.0000,184989.0000,184929.0000,185219.0000,185219.0000,185529.0000,184989.0000,185019.0000,185340.0000,184528.0000,185239.0000,186331.0000,185519.0000,185179.0000,264900.0000,186732.0000,186752.0000,185891.0000,186000.0000,184568.0000,185429.0000,186472.0000,186421.0000,185018.0000,186511.0000,185931.0000,186181.0000,187724.0000,186412.0000,185429.0000,186562.0000,185941.0000,185790.0000,185230.0000,186511.0000,194016.0000,185300.0000,185129.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,21380100,215863.9000,215616.3500,216309.1600,1647.0126,1078.2100,2807.9950,"215487.0000,215326.0000,227099.0000,215396.0000,215447.0000,215246.0000,215928.0000,213382.0000,214705.0000,215977.0000,214956.0000,216739.0000,215867.0000,215286.0000,215556.0000,214405.0000,214344.0000,221248.0000,215677.0000,214965.0000,216007.0000,214575.0000,216068.0000,215847.0000,215667.0000,215697.0000,216248.0000,217169.0000,215848.0000,214494.0000,214584.0000,215125.0000,216038.0000,216138.0000,215016.0000,216298.0000,220115.0000,216248.0000,216238.0000,215466.0000,215517.0000,216549.0000,215597.0000,214124.0000,215106.0000,215326.0000,215006.0000,214966.0000,215206.0000,216108.0000,215056.0000,214234.0000,215958.0000,216418.0000,219464.0000,216638.0000,215777.0000,215847.0000,215807.0000,215948.0000,215125.0000,215005.0000,214936.0000,215056.0000,214615.0000,215767.0000,214956.0000,215326.0000,215016.0000,214785.0000,215216.0000,214705.0000,215145.0000,220445.0000,215616.0000,214715.0000,215987.0000,215918.0000,216478.0000,214615.0000,215447.0000,215887.0000,215757.0000,215105.0000,215336.0000,216168.0000,215556.0000,215296.0000,216308.0000,217430.0000,215677.0000,218933.0000,215767.0000,215697.0000,216458.0000,215777.0000,215737.0000,216549.0000,215266.0000,216238.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,105271200,1091880.7200,1091036.3400,1093096.9100,5120.8849,3843.6072,8494.6921,"1092649.0000,1096807.0000,1123728.0000,1091376.0000,1085675.0000,1090014.0000,1085195.0000,1082680.0000,1080446.0000,1088351.0000,1085716.0000,1086618.0000,1090886.0000,1094934.0000,1090805.0000,1088401.0000,1096516.0000,1093090.0000,1090425.0000,1088331.0000,1098550.0000,1088982.0000,1092138.0000,1087991.0000,1097118.0000,1088851.0000,1088130.0000,1096436.0000,1089873.0000,1092088.0000,1088461.0000,1097127.0000,1091196.0000,1087199.0000,1087350.0000,1101395.0000,1088341.0000,1091117.0000,1093961.0000,1092640.0000,1093791.0000,1089514.0000,1092298.0000,1089203.0000,1087259.0000,1089703.0000,1092558.0000,1087329.0000,1087529.0000,1098540.0000,1086608.0000,1087320.0000,1088701.0000,1097829.0000,1091406.0000,1092929.0000,1088892.0000,1097408.0000,1092790.0000,1090485.0000,1096767.0000,1088461.0000,1090666.0000,1092178.0000,1097348.0000,1090655.0000,1094523.0000,1092368.0000,1097449.0000,1092248.0000,1093491.0000,1099392.0000,1090635.0000,1092650.0000,1092890.0000,1096025.0000,1089944.0000,1091477.0000,1090445.0000,1095845.0000,1089182.0000,1091507.0000,1101276.0000,1088591.0000,1088201.0000,1087680.0000,1096387.0000,1095033.0000,1091106.0000,1090094.0000,1099733.0000,1085676.0000,1089673.0000,1097127.0000,1089594.0000,1089884.0000,1090695.0000,1095795.0000,1089824.0000,1091878.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,jacobi topology,100,1,33919500,356168.7300,355884.0900,356588.1900,1737.6520,1341.4886,2522.9915,"356012.0000,356353.0000,365491.0000,357296.0000,356193.0000,354921.0000,355492.0000,354500.0000,354691.0000,360030.0000,355833.0000,356253.0000,357255.0000,357936.0000,355411.0000,356714.0000,355141.0000,356895.0000,356654.0000,355302.0000,360762.0000,355782.0000,355431.0000,355091.0000,355452.0000,354991.0000,355402.0000,356374.0000,355742.0000,355021.0000,355221.0000,359209.0000,356033.0000,355702.0000,356053.0000,355371.0000,356603.0000,355852.0000,355522.0000,355162.0000,355011.0000,355862.0000,359900.0000,355041.0000,354701.0000,355091.0000,354310.0000,355953.0000,357245.0000,356974.0000,354920.0000,354930.0000,355141.0000,359520.0000,356604.0000,356554.0000,355883.0000,355011.0000,355682.0000,354901.0000,355943.0000,354761.0000,355131.0000,355011.0000,355342.0000,360191.0000,355442.0000,355071.0000,355332.0000,355141.0000,355632.0000,356624.0000,355041.0000,354219.0000,355021.0000,354340.0000,360031.0000,354961.0000,355712.0000,354750.0000,355392.0000,355672.0000,356113.0000,356333.0000,356233.0000,356073.0000,356204.0000,360171.0000,356203.0000,356364.0000,356033.0000,355121.0000,355672.0000,357986.0000,356524.0000,355733.0000,356283.0000,354801.0000,360792.0000,355091.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,soup topology,100,1,130324800,1244412.0800,1216075.0700,1274212.8700,148228.2521,130030.9900,173227.3651,"1271749.0000,1308148.0000,1308909.0000,1300793.0000,1281066.0000,1301685.0000,1308267.0000,1342212.0000,1330430.0000,1307467.0000,1306004.0000,1298830.0000,1304521.0000,1307486.0000,1311273.0000,1271769.0000,1332935.0000,1339898.0000,1307897.0000,1299180.0000,1313447.0000,1304571.0000,1302848.0000,1312326.0000,1277129.0000,1302818.0000,1308779.0000,1365877.0000,1632914.0000,1623445.0000,1611953.0000,1632542.0000,1617725.0000,1374504.0000,1099722.0000,1247973.0000,1440228.0000,1458552.0000,1438575.0000,1052794.0000,1090004.0000,1044338.0000,1075828.0000,1059556.0000,1182509.0000,1325501.0000,1317235.0000,1225741.0000,1058815.0000,1043116.0000,1062872.0000,1087168.0000,1085074.0000,1039087.0000,1069134.0000,1060258.0000,1028187.0000,1054016.0000,1056270.0000,1061049.0000,1065808.0000,1065868.0000,1060097.0000,1069356.0000,1063424.0000,1044558.0000,1047624.0000,1023959.0000,1040751.0000,1072521.0000,1072661.0000,1314340.0000,1437823.0000,1269124.0000,1028738.0000,1046672.0000,1131803.0000,1308347.0000,1295183.0000,1282228.0000,1281648.0000,1270867.0000,1285404.0000,1301655.0000,1278241.0000,1305152.0000,1251330.0000,1278361.0000,1306845.0000,1275125.0000,1308980.0000,1251310.0000,1358543.0000,1275966.0000,1306424.0000,1310512.0000,1248184.0000,1303339.0000,1341150.0000,1276288.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,chain topology,100,1,29941800,297619.3700,289280.6400,306349.2900,43480.4432,40307.7321,47334.3779,"288535.0000,290578.0000,366372.0000,346505.0000,379137.0000,344491.0000,350192.0000,348448.0000,378787.0000,348378.0000,375329.0000,380179.0000,346004.0000,348919.0000,375941.0000,351254.0000,347617.0000,348348.0000,347817.0000,347987.0000,349510.0000,345904.0000,350673.0000,344712.0000,350442.0000,349130.0000,345132.0000,351103.0000,346856.0000,345994.0000,258999.0000,260662.0000,263037.0000,260392.0000,259771.0000,263848.0000,259530.0000,265501.0000,255753.0000,290900.0000,291761.0000,259670.0000,263397.0000,258228.0000,262886.0000,289967.0000,290820.0000,290418.0000,261764.0000,259360.0000,261343.0000,291049.0000,257687.0000,321007.0000,262796.0000,258969.0000,261344.0000,260933.0000,261995.0000,319854.0000,305678.0000,262596.0000,240755.0000,238861.0000,265070.0000,267545.0000,265191.0000,267114.0000,267024.0000,237929.0000,264950.0000,239663.0000,239662.0000,239513.0000,239682.0000,239993.0000,236176.0000,269048.0000,239352.0000,240123.0000,239311.0000,238049.0000,238711.0000,271983.0000,319283.0000,318903.0000,317520.0000,323281.0000,316047.0000,319002.0000,321046.0000,319524.0000,317630.0000,320565.0000,315195.0000,322840.0000,337668.0000,317891.0000,288495.0000,319153.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,expanding tree topology,100,1,36318700,383519.4300,375966.9100,391061.4800,38540.4332,35809.7200,42951.2702,"346174.0000,378986.0000,357516.0000,356294.0000,340583.0000,338280.0000,335374.0000,335464.0000,334141.0000,331567.0000,339502.0000,347066.0000,340824.0000,334362.0000,337818.0000,340935.0000,336746.0000,332098.0000,342868.0000,347527.0000,332638.0000,338831.0000,337217.0000,377283.0000,410255.0000,408944.0000,412760.0000,407030.0000,396199.0000,415165.0000,403152.0000,347707.0000,281281.0000,335253.0000,374659.0000,378425.0000,348529.0000,346986.0000,347667.0000,348228.0000,378425.0000,377924.0000,376612.0000,375490.0000,351054.0000,346264.0000,377483.0000,379156.0000,345883.0000,350252.0000,347556.0000,349420.0000,375881.0000,349531.0000,436215.0000,437898.0000,433450.0000,406760.0000,435093.0000,434702.0000,436676.0000,406399.0000,406108.0000,405838.0000,437577.0000,403684.0000,407580.0000,406829.0000,432889.0000,437387.0000,431587.0000,408873.0000,433911.0000,408091.0000,434892.0000,437728.0000,432969.0000,404114.0000,410516.0000,432598.0000,405727.0000,405106.0000,438559.0000,438520.0000,402020.0000,407601.0000,406930.0000,432959.0000,408883.0000,433579.0000,404454.0000,437517.0000,408713.0000,431055.0000,435063.0000,374848.0000,351324.0000,346805.0000,348529.0000,350122.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,contracting tree topology,100,1,38183100,426523.8600,418776.9800,434020.1500,38940.2952,34451.9951,44262.7851,"434982.0000,498674.0000,420495.0000,398343.0000,398704.0000,399465.0000,410746.0000,401199.0000,482262.0000,466592.0000,461213.0000,497982.0000,491570.0000,521146.0000,465942.0000,464498.0000,493143.0000,463928.0000,491149.0000,499345.0000,461022.0000,465541.0000,465901.0000,461172.0000,463086.0000,374208.0000,376351.0000,379758.0000,348649.0000,376081.0000,372935.0000,373056.0000,369739.0000,371703.0000,373727.0000,372514.0000,370921.0000,372364.0000,347426.0000,373245.0000,370480.0000,345774.0000,344691.0000,347156.0000,373666.0000,370520.0000,457195.0000,425244.0000,423751.0000,455572.0000,424162.0000,427267.0000,424182.0000,424222.0000,426216.0000,460942.0000,432247.0000,424092.0000,427278.0000,426777.0000,424703.0000,420716.0000,428370.0000,428000.0000,455842.0000,449039.0000,452396.0000,451374.0000,425494.0000,422479.0000,428130.0000,426556.0000,425124.0000,424973.0000,480048.0000,426296.0000,422670.0000,457054.0000,422318.0000,423691.0000,427478.0000,427278.0000,422128.0000,445723.0000,463287.0000,466563.0000,401559.0000,406018.0000,434010.0000,435874.0000,434392.0000,438429.0000,436636.0000,433400.0000,465260.0000,435554.0000,438660.0000,432498.0000,434742.0000,435413.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,wave_sim topology,100,1,112145000,1123712.8400,1098681.2500,1162427.2200,156168.3446,109461.5380,209730.1248,"1153454.0000,1136222.0000,1630118.0000,1741930.0000,1740477.0000,1714648.0000,1728514.0000,1602155.0000,1049878.0000,1235640.0000,1247482.0000,1272450.0000,1162632.0000,1222656.0000,947444.0000,1032786.0000,1115612.0000,1131392.0000,1100864.0000,1111444.0000,1110563.0000,1127646.0000,1112256.0000,1120021.0000,1087960.0000,1094803.0000,1117927.0000,1088581.0000,1145839.0000,1127164.0000,1094202.0000,1112617.0000,1114029.0000,1114270.0000,1090625.0000,1111284.0000,1094593.0000,1025492.0000,1006616.0000,1031273.0000,1056761.0000,1025853.0000,1017768.0000,1021364.0000,1030241.0000,1004582.0000,1001826.0000,993310.0000,1004322.0000,1008210.0000,995745.0000,1006096.0000,1023878.0000,1004692.0000,1003290.0000,1020162.0000,1020913.0000,1015162.0000,1028678.0000,1038106.0000,1022035.0000,1014160.0000,1025913.0000,1050910.0000,1013740.0000,1026774.0000,1024360.0000,1031373.0000,1104852.0000,1113368.0000,1133046.0000,1126924.0000,1107848.0000,1128006.0000,1111565.0000,1133767.0000,1101245.0000,1104342.0000,1105864.0000,1115172.0000,1072972.0000,1108029.0000,1115993.0000,1118287.0000,1104020.0000,1121995.0000,1126163.0000,1140039.0000,1113248.0000,1131142.0000,1126183.0000,1160468.0000,1131392.0000,1199802.0000,1126985.0000,1104852.0000,1102538.0000,1108379.0000,1099642.0000,1137373.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,jacobi topology,100,1,48835900,525035.9700,512145.9500,542371.9400,75981.3708,59835.4067,91746.3748,"493633.0000,491589.0000,734040.0000,690136.0000,690958.0000,693813.0000,692350.0000,768635.0000,727927.0000,723339.0000,697120.0000,721756.0000,697921.0000,726596.0000,729731.0000,603843.0000,491861.0000,524542.0000,523721.0000,492832.0000,520565.0000,521447.0000,523921.0000,552816.0000,494686.0000,494566.0000,491269.0000,494555.0000,491479.0000,520916.0000,492412.0000,493283.0000,494656.0000,495628.0000,492962.0000,523380.0000,492412.0000,493103.0000,494025.0000,492872.0000,494715.0000,489496.0000,497741.0000,521136.0000,522128.0000,492772.0000,494766.0000,493453.0000,494526.0000,490017.0000,522609.0000,491600.0000,525334.0000,490408.0000,495337.0000,491761.0000,492572.0000,492942.0000,493584.0000,523320.0000,521447.0000,482934.0000,482483.0000,477724.0000,502761.0000,480549.0000,478915.0000,486580.0000,473937.0000,480118.0000,480158.0000,474417.0000,482432.0000,479287.0000,477704.0000,477824.0000,503502.0000,480749.0000,498573.0000,495597.0000,493614.0000,496359.0000,492081.0000,491490.0000,492251.0000,476351.0000,478194.0000,478094.0000,481531.0000,477292.0000,481410.0000,476120.0000,488855.0000,493614.0000,491239.0000,496228.0000,491830.0000,493413.0000,495628.0000,522799.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,soup topology,100,1,260149500,2643829.6400,2639918.9600,2648517.2900,21804.8042,18910.0898,24489.5843,"2632318.0000,2633199.0000,2634642.0000,2632378.0000,2672053.0000,2626336.0000,2635914.0000,2686120.0000,2625364.0000,2635383.0000,2677944.0000,2625514.0000,2637297.0000,2672764.0000,2631506.0000,2634001.0000,2637147.0000,2626957.0000,2693473.0000,2635333.0000,2628641.0000,2674638.0000,2633820.0000,2631496.0000,2632788.0000,2689296.0000,2627739.0000,2630484.0000,2622759.0000,2632849.0000,2680028.0000,2626497.0000,2630914.0000,2670389.0000,2630996.0000,2630484.0000,2628871.0000,2632557.0000,2690528.0000,2632047.0000,2630263.0000,2628560.0000,2677984.0000,2626246.0000,2629822.0000,2670750.0000,2631816.0000,2634462.0000,2630865.0000,2628741.0000,2682502.0000,2636395.0000,2630734.0000,2685838.0000,2639822.0000,2627909.0000,2630625.0000,2691409.0000,2639891.0000,2626767.0000,2639000.0000,2630495.0000,2679226.0000,2634471.0000,2634972.0000,2632298.0000,2676602.0000,2628680.0000,2633669.0000,2686429.0000,2628310.0000,2638459.0000,2641976.0000,2629523.0000,2682312.0000,2632538.0000,2628710.0000,2625304.0000,2688454.0000,2628861.0000,2631496.0000,2671121.0000,2628591.0000,2635413.0000,2623059.0000,2625785.0000,2696309.0000,2629663.0000,2633730.0000,2632347.0000,2629843.0000,2677223.0000,2633730.0000,2636345.0000,2668356.0000,2641345.0000,2627488.0000,2636194.0000,2668506.0000,2631266.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,chain topology,100,1,42385500,423334.2800,421758.4200,426384.3800,10691.5957,6004.8444,16380.1475,"421367.0000,420976.0000,427819.0000,423070.0000,421267.0000,421367.0000,421036.0000,421287.0000,421126.0000,421708.0000,420966.0000,420615.0000,420765.0000,422299.0000,420836.0000,420815.0000,421387.0000,420565.0000,420715.0000,420996.0000,420726.0000,421026.0000,480008.0000,421597.0000,421036.0000,420776.0000,420665.0000,421207.0000,420916.0000,420826.0000,420966.0000,420775.0000,424383.0000,420625.0000,420716.0000,420265.0000,420074.0000,420536.0000,420204.0000,420806.0000,420636.0000,423951.0000,420505.0000,420364.0000,420095.0000,420775.0000,420105.0000,420144.0000,420766.0000,420736.0000,420675.0000,463156.0000,421437.0000,421036.0000,420796.0000,421196.0000,421067.0000,421216.0000,421227.0000,420876.0000,429512.0000,421116.0000,421097.0000,421677.0000,421177.0000,421056.0000,421347.0000,421086.0000,420786.0000,481811.0000,421728.0000,420455.0000,420736.0000,420835.0000,421056.0000,420996.0000,420926.0000,421036.0000,420825.0000,426656.0000,420956.0000,421106.0000,420465.0000,420515.0000,420365.0000,420185.0000,420154.0000,420234.0000,422740.0000,420595.0000,420435.0000,420084.0000,420465.0000,420374.0000,420666.0000,420966.0000,420675.0000,420676.0000,474127.0000,421857.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,expanding tree topology,100,1,49211300,493179.0900,491503.7700,496300.4400,11358.6414,6865.4834,17031.0635,"489326.0000,491009.0000,504705.0000,492061.0000,491440.0000,491239.0000,491420.0000,490808.0000,491450.0000,490398.0000,490107.0000,489696.0000,491209.0000,491289.0000,490738.0000,489536.0000,532167.0000,489406.0000,491119.0000,490468.0000,490257.0000,490037.0000,490227.0000,490618.0000,496389.0000,491299.0000,490478.0000,490518.0000,490087.0000,489657.0000,489345.0000,489336.0000,495267.0000,489215.0000,489525.0000,489435.0000,490268.0000,489576.0000,488183.0000,490327.0000,551584.0000,490598.0000,488995.0000,490177.0000,490307.0000,489966.0000,490238.0000,490477.0000,495747.0000,489306.0000,489125.0000,489777.0000,489506.0000,489606.0000,489426.0000,491149.0000,534711.0000,490759.0000,489716.0000,490237.0000,490327.0000,490848.0000,490397.0000,489867.0000,495056.0000,490328.0000,491069.0000,490588.0000,490027.0000,490207.0000,490097.0000,490157.0000,490778.0000,490007.0000,489506.0000,490859.0000,490518.0000,490357.0000,489956.0000,489536.0000,555400.0000,491780.0000,490668.0000,490247.0000,489676.0000,488794.0000,489045.0000,489004.0000,489636.0000,495247.0000,490808.0000,489676.0000,489976.0000,490488.0000,490498.0000,492371.0000,491239.0000,530483.0000,490688.0000,490658.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,contracting tree topology,100,1,52020800,521654.4200,520041.9100,524654.1700,10967.4263,6701.1436,15805.0636,"519583.0000,518691.0000,524442.0000,520194.0000,519383.0000,519583.0000,518360.0000,519153.0000,518180.0000,518100.0000,517549.0000,518922.0000,569527.0000,520164.0000,518841.0000,518792.0000,519392.0000,519393.0000,520264.0000,518892.0000,523660.0000,519182.0000,518962.0000,518370.0000,518521.0000,519843.0000,519443.0000,519743.0000,568827.0000,518701.0000,518691.0000,517279.0000,519352.0000,518511.0000,518782.0000,519402.0000,518862.0000,518621.0000,518311.0000,518871.0000,519423.0000,519232.0000,518962.0000,520004.0000,519723.0000,519062.0000,518682.0000,518841.0000,517739.0000,518661.0000,519473.0000,562304.0000,517830.0000,517669.0000,517670.0000,518390.0000,517419.0000,519503.0000,521547.0000,519042.0000,518040.0000,519072.0000,518511.0000,519783.0000,518882.0000,518851.0000,521747.0000,519193.0000,518831.0000,519032.0000,518281.0000,517890.0000,518421.0000,518481.0000,576130.0000,519833.0000,518320.0000,518441.0000,518431.0000,518521.0000,518951.0000,523611.0000,518952.0000,519272.0000,518471.0000,517389.0000,518350.0000,518530.0000,518550.0000,567764.0000,519473.0000,519072.0000,519332.0000,520053.0000,519322.0000,518731.0000,519813.0000,526296.0000,519242.0000,519062.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,wave_sim topology,100,1,314673000,3149747.3900,3145619.6300,3154507.7000,22516.0364,19881.0153,24940.9522,"3137084.0000,3135912.0000,3173052.0000,3143698.0000,3138987.0000,3167762.0000,3130912.0000,3132576.0000,3134388.0000,3195584.0000,3142745.0000,3143116.0000,3139859.0000,3181338.0000,3138337.0000,3137916.0000,3191768.0000,3132736.0000,3133397.0000,3171119.0000,3132576.0000,3171359.0000,3137816.0000,3140030.0000,3137254.0000,3194173.0000,3135942.0000,3136202.0000,3175427.0000,3136533.0000,3138117.0000,3131403.0000,3198861.0000,3137395.0000,3136242.0000,3187781.0000,3132585.0000,3131354.0000,3188552.0000,3133136.0000,3131152.0000,3131433.0000,3180256.0000,3138627.0000,3135070.0000,3130673.0000,3170447.0000,3128929.0000,3186588.0000,3137315.0000,3135792.0000,3175346.0000,3135221.0000,3136534.0000,3132906.0000,3174144.0000,3137054.0000,3138587.0000,3180897.0000,3129760.0000,3137916.0000,3140871.0000,3201235.0000,3134950.0000,3134600.0000,3178793.0000,3135350.0000,3135020.0000,3172893.0000,3135250.0000,3141884.0000,3184334.0000,3138196.0000,3135962.0000,3138728.0000,3193661.0000,3132326.0000,3134229.0000,3132445.0000,3166310.0000,3134289.0000,3135591.0000,3191027.0000,3133528.0000,3135631.0000,3138587.0000,3185797.0000,3132816.0000,3138336.0000,3179014.0000,3135201.0000,3134329.0000,3131924.0000,3187290.0000,3135391.0000,3132796.0000,3198471.0000,3131604.0000,3132466.0000,3183943.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,jacobi topology,100,1,86411600,864048.3800,861659.4700,867886.3300,15214.5337,10620.6407,20230.1127,"858125.0000,858225.0000,870608.0000,860690.0000,860479.0000,912238.0000,860218.0000,857934.0000,857252.0000,865198.0000,858956.0000,856471.0000,857684.0000,857674.0000,923418.0000,859727.0000,859017.0000,858555.0000,865478.0000,859598.0000,857172.0000,858164.0000,857814.0000,859948.0000,859157.0000,858936.0000,857103.0000,858746.0000,918930.0000,859407.0000,858866.0000,858496.0000,862763.0000,858516.0000,858194.0000,859848.0000,858566.0000,903881.0000,859597.0000,858555.0000,858545.0000,858395.0000,863815.0000,859247.0000,856933.0000,857533.0000,859748.0000,858666.0000,857814.0000,857122.0000,858254.0000,924140.0000,857273.0000,858105.0000,857613.0000,863023.0000,859638.0000,859938.0000,859047.0000,859938.0000,864206.0000,860499.0000,860248.0000,859938.0000,859337.0000,916285.0000,861792.0000,860629.0000,860188.0000,862402.0000,858506.0000,858606.0000,859136.0000,858887.0000,865498.0000,859968.0000,860659.0000,859758.0000,858785.0000,903981.0000,859046.0000,859677.0000,859758.0000,859677.0000,859477.0000,860229.0000,859828.0000,859207.0000,914431.0000,859307.0000,857994.0000,858596.0000,864587.0000,859367.0000,859627.0000,859107.0000,859307.0000,863595.0000,859096.0000,858626.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,soup topology,100,1,228342300,2270284.2400,2249318.7800,2289612.4900,103417.8410,92270.1671,117373.6435,"2322992.0000,2320366.0000,2287914.0000,2295398.0000,2322129.0000,2346856.0000,2296701.0000,2292433.0000,2325025.0000,2347959.0000,2329213.0000,2343930.0000,2330996.0000,2347137.0000,2344833.0000,2325276.0000,2352998.0000,2352076.0000,2349140.0000,2363437.0000,2351024.0000,2288997.0000,2317651.0000,2321528.0000,2336056.0000,2338150.0000,2301761.0000,2346666.0000,2290009.0000,2325967.0000,2349281.0000,2322811.0000,2331457.0000,2285730.0000,2321678.0000,2296121.0000,2319485.0000,2355883.0000,2352106.0000,2319104.0000,2491120.0000,2554751.0000,2326899.0000,2383706.0000,2346606.0000,2342368.0000,2313744.0000,2150424.0000,2103435.0000,2130426.0000,2129575.0000,2110188.0000,2085371.0000,2079990.0000,2118644.0000,2097935.0000,2101842.0000,2105720.0000,2139814.0000,2117982.0000,2275381.0000,2324114.0000,2324254.0000,2355944.0000,2319635.0000,2318212.0000,2321498.0000,2323772.0000,2292864.0000,2339372.0000,2343890.0000,2287614.0000,2294888.0000,2323152.0000,2330345.0000,2315377.0000,2320376.0000,2355193.0000,2317601.0000,2317902.0000,2323652.0000,2169009.0000,2136688.0000,2120658.0000,2130346.0000,2099057.0000,2109897.0000,2098786.0000,2106682.0000,2110268.0000,2126639.0000,2102924.0000,2107292.0000,2103585.0000,2080982.0000,2121709.0000,2313723.0000,2319054.0000,2326468.0000,2320807.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,chain topology,100,1,49675400,493717.0200,489160.7100,497871.2400,22202.1104,18599.3935,27340.4747,"524773.0000,492021.0000,445302.0000,425194.0000,417790.0000,434070.0000,459288.0000,553688.0000,503192.0000,479748.0000,480338.0000,478735.0000,477564.0000,505987.0000,506468.0000,529581.0000,508822.0000,505216.0000,477964.0000,477733.0000,507591.0000,489275.0000,468105.0000,491430.0000,493884.0000,464128.0000,495367.0000,492051.0000,494475.0000,492531.0000,549399.0000,495417.0000,490347.0000,495558.0000,493022.0000,494174.0000,493844.0000,522208.0000,495217.0000,493624.0000,523480.0000,518421.0000,494816.0000,494816.0000,491319.0000,496710.0000,521587.0000,519794.0000,495998.0000,491470.0000,494315.0000,521677.0000,493433.0000,493734.0000,463366.0000,524663.0000,491700.0000,523450.0000,465810.0000,490868.0000,494406.0000,463396.0000,492181.0000,467594.0000,520525.0000,492291.0000,495748.0000,492041.0000,464769.0000,523770.0000,521556.0000,522558.0000,465560.0000,490378.0000,497982.0000,490648.0000,494575.0000,521196.0000,493954.0000,490508.0000,494656.0000,464238.0000,495176.0000,463086.0000,491891.0000,495517.0000,492671.0000,493353.0000,522378.0000,493864.0000,491730.0000,493514.0000,494185.0000,522498.0000,494315.0000,493293.0000,492331.0000,495267.0000,490899.0000,494656.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,expanding tree topology,100,1,53716100,558604.2300,553378.3000,563627.5600,26094.3379,24125.4091,28442.6217,"579326.0000,524612.0000,597280.0000,554559.0000,577773.0000,583684.0000,547065.0000,579887.0000,587101.0000,547767.0000,579436.0000,580097.0000,581280.0000,609874.0000,552375.0000,550341.0000,580499.0000,580979.0000,574828.0000,581580.0000,522608.0000,579346.0000,579176.0000,577813.0000,523039.0000,523440.0000,573324.0000,578484.0000,584837.0000,522479.0000,578344.0000,582423.0000,518340.0000,525684.0000,523089.0000,522038.0000,522819.0000,578133.0000,522618.0000,522778.0000,524332.0000,521035.0000,579075.0000,523871.0000,524562.0000,520505.0000,523811.0000,549911.0000,582552.0000,579486.0000,521998.0000,552936.0000,552225.0000,577012.0000,521366.0000,581480.0000,583965.0000,606157.0000,550372.0000,583845.0000,580228.0000,550351.0000,609774.0000,520806.0000,582702.0000,552505.0000,577603.0000,583785.0000,550361.0000,552506.0000,550311.0000,553808.0000,583775.0000,546514.0000,582452.0000,578965.0000,580599.0000,580428.0000,548428.0000,584216.0000,579777.0000,522499.0000,582151.0000,549189.0000,580108.0000,523691.0000,521176.0000,525354.0000,577273.0000,523590.0000,579336.0000,526175.0000,550401.0000,560050.0000,552165.0000,581149.0000,548688.0000,522639.0000,580729.0000,552515.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,contracting tree topology,100,1,54528100,547150.1700,539197.1300,555404.2600,41470.6995,38203.6540,45050.4370,"491650.0000,516266.0000,566201.0000,564859.0000,559008.0000,556233.0000,615665.0000,555712.0000,586961.0000,556743.0000,559860.0000,560781.0000,554429.0000,561573.0000,557655.0000,556874.0000,562805.0000,558456.0000,557745.0000,584717.0000,557334.0000,559689.0000,576490.0000,608631.0000,581029.0000,607911.0000,611147.0000,611046.0000,579878.0000,611737.0000,605115.0000,582983.0000,578355.0000,611046.0000,609684.0000,609483.0000,581680.0000,609132.0000,608231.0000,610055.0000,608862.0000,582382.0000,610625.0000,605797.0000,582142.0000,608852.0000,611337.0000,606878.0000,549861.0000,581380.0000,590057.0000,527177.0000,534632.0000,498412.0000,517338.0000,483895.0000,490147.0000,503131.0000,510727.0000,486430.0000,518531.0000,492381.0000,523480.0000,513521.0000,506017.0000,491079.0000,502701.0000,507661.0000,522028.0000,499585.0000,526015.0000,523360.0000,499245.0000,514373.0000,510235.0000,505737.0000,491429.0000,565079.0000,528680.0000,528189.0000,561282.0000,531396.0000,530393.0000,529021.0000,510085.0000,515726.0000,505216.0000,486760.0000,483674.0000,481240.0000,515886.0000,511177.0000,519513.0000,515666.0000,510986.0000,508913.0000,497261.0000,505366.0000,531475.0000,509744.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,wave_sim topology,100,1,297994100,3017446.2000,2985539.5500,3056027.8300,179435.4107,147857.3027,214251.5070,"2985497.0000,3094494.0000,3485765.0000,3107659.0000,3041533.0000,3147203.0000,3417014.0000,3430721.0000,3441962.0000,3483210.0000,3465066.0000,3476698.0000,3490925.0000,3483150.0000,3530931.0000,3029220.0000,3043386.0000,2993742.0000,3020904.0000,3049779.0000,3018139.0000,3052223.0000,3018789.0000,3015855.0000,3018389.0000,2990366.0000,2993452.0000,2868044.0000,2847435.0000,2802430.0000,2804664.0000,2809393.0000,2815385.0000,2842816.0000,2861321.0000,2804684.0000,2783384.0000,2812368.0000,2786870.0000,2799213.0000,2844900.0000,2817197.0000,2825053.0000,2820915.0000,2796519.0000,2857124.0000,2847716.0000,2822788.0000,2826767.0000,2932206.0000,3027647.0000,3015263.0000,3048006.0000,3078123.0000,3021285.0000,2986388.0000,3015303.0000,3051622.0000,3055770.0000,3067893.0000,2994244.0000,3089484.0000,2995405.0000,3041232.0000,3051923.0000,3041032.0000,3047394.0000,3055710.0000,3076920.0000,3041984.0000,3057193.0000,2979576.0000,3000355.0000,2870790.0000,2861152.0000,2824942.0000,2833709.0000,2810986.0000,2858687.0000,2858095.0000,2959247.0000,3078803.0000,2997359.0000,3072942.0000,3061782.0000,3046643.0000,3058696.0000,3051933.0000,2988743.0000,3004213.0000,3021415.0000,2984004.0000,3082510.0000,3019030.0000,3047705.0000,3017247.0000,3023769.0000,3045180.0000,3028208.0000,3041814.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,jacobi topology,100,1,86665200,893464.7400,885433.6000,900548.6400,38529.4256,33353.3383,44449.8583,"880147.0000,877371.0000,840381.0000,802249.0000,848076.0000,871580.0000,805846.0000,808711.0000,803952.0000,828178.0000,818489.0000,806005.0000,798912.0000,822698.0000,802088.0000,809482.0000,860729.0000,928788.0000,930222.0000,899794.0000,900104.0000,871319.0000,899253.0000,899283.0000,871991.0000,928608.0000,930422.0000,927045.0000,872411.0000,927556.0000,898672.0000,929149.0000,900295.0000,902629.0000,893371.0000,900405.0000,897089.0000,931524.0000,930992.0000,955469.0000,898992.0000,926394.0000,903351.0000,929400.0000,868685.0000,930993.0000,868424.0000,929920.0000,929850.0000,899223.0000,928648.0000,872000.0000,873473.0000,925453.0000,958284.0000,931543.0000,924531.0000,873223.0000,929369.0000,928468.0000,870699.0000,868845.0000,875017.0000,928218.0000,926825.0000,871950.0000,869265.0000,903020.0000,927577.0000,930732.0000,956381.0000,930031.0000,899393.0000,898321.0000,871701.0000,897880.0000,874937.0000,898021.0000,929440.0000,928718.0000,899243.0000,928057.0000,871090.0000,873003.0000,925913.0000,903200.0000,929200.0000,897820.0000,900305.0000,929470.0000,927687.0000,903811.0000,872192.0000,896938.0000,918259.0000,922386.0000,892189.0000,894664.0000,873464.0000,889103.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,soup topology,100,1,195736200,2036080.1200,2015599.3900,2048789.5200,80917.5253,53860.0561,110915.2760,"2057428.0000,2045665.0000,2248129.0000,2067707.0000,2070132.0000,2057518.0000,2060755.0000,2060544.0000,2056987.0000,2047890.0000,2061094.0000,2050324.0000,2056256.0000,2051998.0000,2057317.0000,2054792.0000,2049632.0000,2053670.0000,2053892.0000,2048832.0000,2056907.0000,2052308.0000,2053580.0000,2061516.0000,2050134.0000,2054993.0000,2050104.0000,2059782.0000,2051336.0000,2052338.0000,2051256.0000,2052689.0000,2055594.0000,2070382.0000,2043611.0000,2050836.0000,2049803.0000,2048841.0000,2048892.0000,2058961.0000,2052608.0000,2061505.0000,2052199.0000,2055324.0000,2051566.0000,2054862.0000,2048921.0000,2060133.0000,2048240.0000,2062527.0000,2047079.0000,2051577.0000,2048591.0000,2049312.0000,2052117.0000,2058991.0000,2048250.0000,2053820.0000,1729085.0000,1757519.0000,1710480.0000,1715429.0000,1706382.0000,1738003.0000,2054713.0000,2061024.0000,2051456.0000,2055394.0000,2049603.0000,2058720.0000,2051447.0000,2056315.0000,2047468.0000,2054141.0000,2049914.0000,2057909.0000,2044163.0000,2058089.0000,2054071.0000,2055263.0000,2048250.0000,2054792.0000,2051887.0000,2056155.0000,2054492.0000,2054091.0000,2054042.0000,2052829.0000,2050495.0000,2057558.0000,2052579.0000,2056897.0000,2047890.0000,2055665.0000,2049142.0000,2050705.0000,2049723.0000,2048621.0000,2055674.0000,2047890.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,chain topology,100,1,37743000,377710.0800,373182.1600,381332.1200,20580.4385,17179.0603,23508.5332,"335704.0000,335083.0000,398353.0000,387312.0000,392623.0000,387252.0000,387983.0000,387142.0000,386030.0000,387383.0000,386581.0000,386851.0000,386982.0000,387232.0000,392131.0000,387703.0000,387463.0000,386110.0000,386821.0000,387032.0000,387503.0000,387883.0000,388044.0000,387763.0000,391390.0000,388294.0000,387653.0000,387282.0000,386801.0000,386952.0000,386430.0000,389036.0000,386030.0000,386130.0000,387583.0000,399225.0000,387052.0000,388444.0000,387703.0000,387673.0000,387332.0000,387342.0000,386440.0000,387372.0000,387673.0000,391921.0000,388625.0000,387753.0000,387603.0000,386641.0000,385799.0000,387853.0000,386901.0000,387503.0000,386520.0000,393394.0000,386721.0000,387652.0000,388153.0000,386450.0000,386040.0000,386321.0000,387112.0000,387402.0000,386210.0000,386210.0000,392181.0000,385860.0000,387402.0000,385970.0000,385809.0000,386350.0000,384888.0000,386991.0000,386180.0000,387642.0000,391149.0000,386060.0000,387472.0000,386200.0000,386911.0000,386321.0000,370540.0000,334963.0000,333140.0000,333380.0000,335083.0000,343630.0000,334332.0000,334101.0000,335174.0000,334672.0000,333531.0000,333610.0000,335264.0000,334903.0000,335113.0000,335004.0000,335383.0000,346214.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,46327400,435948.4700,430394.0500,441251.9400,27895.6483,27020.6229,28629.4687,"465099.0000,461193.0000,428430.0000,402601.0000,404525.0000,404555.0000,403052.0000,404755.0000,404305.0000,411037.0000,403393.0000,405808.0000,405637.0000,404605.0000,403553.0000,404215.0000,404164.0000,405036.0000,402982.0000,427979.0000,404234.0000,403062.0000,402812.0000,405737.0000,409014.0000,407450.0000,408713.0000,406198.0000,415626.0000,406298.0000,407480.0000,405537.0000,406348.0000,407190.0000,402812.0000,402441.0000,402852.0000,404024.0000,411518.0000,404134.0000,403463.0000,404936.0000,404194.0000,402421.0000,404715.0000,404725.0000,402971.0000,403783.0000,431997.0000,461964.0000,460531.0000,459990.0000,460952.0000,461523.0000,459870.0000,461233.0000,459819.0000,466081.0000,461844.0000,460721.0000,460872.0000,464859.0000,459189.0000,460821.0000,458647.0000,464278.0000,462976.0000,461754.0000,460851.0000,460941.0000,460591.0000,461333.0000,459409.0000,461753.0000,467164.0000,460912.0000,461633.0000,461894.0000,463376.0000,464268.0000,465270.0000,460481.0000,464568.0000,468466.0000,461603.0000,460851.0000,463306.0000,462805.0000,460161.0000,460330.0000,459859.0000,466813.0000,461372.0000,461653.0000,459408.0000,460751.0000,458968.0000,461924.0000,460210.0000,460390.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,47316000,498230.4900,497442.9600,500417.7300,6140.5911,2743.2285,13029.0733,"496148.0000,496910.0000,510906.0000,498903.0000,496789.0000,494755.0000,495848.0000,495046.0000,496129.0000,494185.0000,500537.0000,496860.0000,496760.0000,494305.0000,496409.0000,495437.0000,493684.0000,494926.0000,501989.0000,496229.0000,496138.0000,495667.0000,496379.0000,494546.0000,495607.0000,494836.0000,495848.0000,503643.0000,495727.0000,496329.0000,497992.0000,499014.0000,498463.0000,496429.0000,496950.0000,503432.0000,498723.0000,499013.0000,497040.0000,495547.0000,497752.0000,499014.0000,497972.0000,503913.0000,498062.0000,497371.0000,496559.0000,497161.0000,497160.0000,498042.0000,494917.0000,514393.0000,497231.0000,496629.0000,498323.0000,498774.0000,498493.0000,498343.0000,497090.0000,501879.0000,498062.0000,498503.0000,496339.0000,496930.0000,498203.0000,495698.0000,497621.0000,502681.0000,495527.0000,495467.0000,496960.0000,496650.0000,498002.0000,499104.0000,498002.0000,502911.0000,498543.0000,497651.0000,498764.0000,498423.0000,497761.0000,497932.0000,500798.0000,503973.0000,496049.0000,496479.0000,495948.0000,495246.0000,495687.0000,498012.0000,496138.0000,551122.0000,498143.0000,494154.0000,494826.0000,496649.0000,495848.0000,495989.0000,494094.0000,499004.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,227462500,2233613.7000,2205765.5900,2254941.6700,124485.5957,101393.3498,145584.7436,"2301309.0000,2294627.0000,2393525.0000,2316108.0000,2292013.0000,2294608.0000,2293886.0000,2291852.0000,2288706.0000,2285270.0000,2349792.0000,2288757.0000,2291952.0000,2296431.0000,2288586.0000,2295088.0000,2290951.0000,2294858.0000,2286442.0000,2292904.0000,2308874.0000,2288056.0000,2286762.0000,2282804.0000,2288486.0000,2274960.0000,2286202.0000,2288236.0000,2281632.0000,2286442.0000,2278958.0000,2290960.0000,2285740.0000,2292283.0000,2290078.0000,2276984.0000,2287464.0000,2281543.0000,2286372.0000,2286843.0000,2293385.0000,2288375.0000,2283757.0000,2292503.0000,2283276.0000,2288055.0000,2278988.0000,2140335.0000,1942199.0000,1943983.0000,1942350.0000,1950545.0000,1942661.0000,2242989.0000,2261174.0000,2274710.0000,2270121.0000,2270211.0000,2274969.0000,2274920.0000,2275130.0000,2135687.0000,1954873.0000,1935096.0000,2221990.0000,2289367.0000,2288497.0000,2308383.0000,2270171.0000,2275260.0000,2282034.0000,2291271.0000,2291070.0000,2276945.0000,2283777.0000,2279428.0000,2283987.0000,2283977.0000,2286983.0000,2287184.0000,2280861.0000,2292092.0000,1952829.0000,1967968.0000,1945986.0000,1949232.0000,1939844.0000,1958300.0000,1935908.0000,1946798.0000,2138311.0000,2303674.0000,2293165.0000,2303183.0000,2289477.0000,2300820.0000,2372275.0000,2294857.0000,2300578.0000,2297252.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,jacobi topology,100,1,80942500,789390.8500,776880.2700,801290.0000,62343.4509,59792.3968,64867.5437,"839128.0000,838187.0000,895595.0000,731444.0000,719412.0000,716546.0000,727908.0000,713822.0000,717738.0000,714412.0000,716186.0000,724882.0000,714452.0000,713210.0000,714022.0000,712749.0000,716386.0000,726365.0000,715033.0000,715684.0000,713771.0000,714823.0000,715454.0000,723669.0000,714382.0000,713781.0000,714212.0000,713992.0000,719422.0000,713981.0000,711567.0000,714983.0000,713951.0000,716797.0000,721646.0000,711577.0000,709613.0000,716396.0000,714372.0000,722007.0000,718249.0000,715956.0000,714362.0000,714813.0000,715955.0000,805154.0000,846041.0000,840631.0000,838989.0000,838828.0000,844279.0000,838066.0000,836564.0000,837626.0000,842425.0000,842054.0000,841513.0000,838747.0000,840340.0000,846232.0000,841553.0000,838468.0000,839680.0000,841543.0000,852584.0000,841724.0000,840581.0000,840811.0000,844369.0000,845721.0000,839960.0000,842956.0000,842445.0000,844960.0000,840421.0000,840041.0000,838017.0000,837896.0000,847645.0000,842385.0000,842485.0000,842896.0000,840511.0000,849007.0000,841172.0000,841382.0000,838246.0000,838707.0000,844478.0000,841934.0000,840651.0000,839439.0000,848496.0000,843116.0000,841222.0000,844909.0000,840301.0000,846964.0000,837175.0000,841853.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,soup topology,100,1,143901600,1410411.0300,1388597.7000,1450727.2300,147296.1318,92364.8846,237748.4982,"1422645.0000,1424438.0000,1942851.0000,1917773.0000,2036338.0000,2349121.0000,1616222.0000,1400022.0000,1383931.0000,1391305.0000,1375225.0000,1378992.0000,1424578.0000,1400021.0000,1390704.0000,1398929.0000,1381356.0000,1394562.0000,1398078.0000,1450918.0000,1423586.0000,1420500.0000,1397757.0000,1393329.0000,1386507.0000,1451038.0000,1396465.0000,1396315.0000,1423086.0000,1396445.0000,1391495.0000,1424388.0000,1447892.0000,1394451.0000,1388981.0000,1290794.0000,1311744.0000,1328296.0000,1336291.0000,1270396.0000,1304540.0000,1382860.0000,1298289.0000,1272741.0000,1291286.0000,1278241.0000,1311114.0000,1283440.0000,1409770.0000,1396856.0000,1397186.0000,1355387.0000,1426422.0000,1396765.0000,1353774.0000,1395985.0000,1396846.0000,1386997.0000,1401244.0000,1393900.0000,1423376.0000,1420130.0000,1408648.0000,1398760.0000,1386296.0000,1390945.0000,1395543.0000,1398298.0000,1396686.0000,1389251.0000,1429698.0000,1410852.0000,1399450.0000,1394040.0000,1402647.0000,1318407.0000,1288711.0000,1280876.0000,1331322.0000,1308719.0000,1271919.0000,1281056.0000,1269184.0000,1352191.0000,1391525.0000,1445518.0000,1465686.0000,1394421.0000,1409520.0000,1392287.0000,1422113.0000,1488059.0000,1386116.0000,1392368.0000,1420180.0000,1369524.0000,1424678.0000,1393790.0000,1391846.0000,1425059.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,chain topology,100,1,54331400,584265.3100,567490.6200,607720.0800,100372.5052,77269.6182,123605.4333,"551774.0000,550321.0000,748537.0000,870208.0000,877481.0000,862553.0000,872652.0000,869687.0000,843867.0000,870508.0000,867142.0000,872592.0000,860559.0000,697981.0000,614503.0000,581230.0000,560691.0000,558617.0000,545622.0000,559388.0000,559960.0000,583344.0000,546053.0000,558587.0000,561753.0000,558106.0000,559078.0000,557044.0000,573485.0000,561211.0000,511317.0000,517509.0000,510075.0000,503262.0000,510335.0000,480418.0000,495177.0000,519984.0000,493483.0000,499725.0000,500767.0000,487943.0000,507369.0000,509483.0000,502691.0000,506038.0000,528199.0000,529772.0000,564498.0000,567013.0000,534121.0000,560440.0000,569257.0000,559468.0000,560580.0000,557214.0000,560571.0000,533429.0000,542577.0000,559058.0000,561412.0000,584606.0000,544641.0000,531686.0000,531956.0000,561292.0000,555341.0000,579948.0000,550081.0000,580178.0000,551774.0000,550462.0000,552706.0000,580198.0000,580017.0000,550922.0000,553357.0000,549259.0000,583244.0000,580709.0000,580999.0000,550431.0000,553808.0000,550361.0000,553908.0000,549290.0000,549449.0000,581099.0000,580779.0000,554900.0000,550541.0000,549620.0000,552736.0000,551844.0000,551965.0000,549750.0000,580328.0000,551794.0000,580929.0000,551904.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,expanding tree topology,100,1,70215500,731552.2900,714898.1600,755148.9500,99750.5928,74535.9430,126022.5363,"726125.0000,698652.0000,1021624.0000,1019851.0000,1041181.0000,1003961.0000,1012778.0000,1016605.0000,1065528.0000,1039128.0000,1074484.0000,720984.0000,727196.0000,726706.0000,725042.0000,724571.0000,720574.0000,729231.0000,722337.0000,731014.0000,723149.0000,724792.0000,723359.0000,764146.0000,720855.0000,730433.0000,720824.0000,723248.0000,728138.0000,674096.0000,667504.0000,642426.0000,669046.0000,662574.0000,646724.0000,646053.0000,659408.0000,654839.0000,667092.0000,665079.0000,637436.0000,721636.0000,719272.0000,697620.0000,697219.0000,698052.0000,726174.0000,721425.0000,699725.0000,725223.0000,699434.0000,722749.0000,704423.0000,720424.0000,726024.0000,724631.0000,725574.0000,725373.0000,696258.0000,727257.0000,724521.0000,728639.0000,721786.0000,701999.0000,722147.0000,728218.0000,723259.0000,726876.0000,726285.0000,724141.0000,728729.0000,720413.0000,694765.0000,695987.0000,704914.0000,722918.0000,723509.0000,657835.0000,662724.0000,663145.0000,711948.0000,637516.0000,678394.0000,654298.0000,661802.0000,641765.0000,662754.0000,665480.0000,674206.0000,638348.0000,628109.0000,653837.0000,785437.0000,711947.0000,698212.0000,726245.0000,699404.0000,720063.0000,725764.0000,699604.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,contracting tree topology,100,1,73263700,750304.5500,731134.2000,778112.8900,116610.0926,86272.0872,148345.7386,"720374.0000,727898.0000,1106956.0000,1172240.0000,1098891.0000,1073222.0000,1109350.0000,1122145.0000,1078352.0000,1099061.0000,1110283.0000,743648.0000,722568.0000,726525.0000,727578.0000,748607.0000,730854.0000,722848.0000,726335.0000,720163.0000,727698.0000,730342.0000,747745.0000,758085.0000,725624.0000,726485.0000,727337.0000,720664.0000,729360.0000,725504.0000,723139.0000,752605.0000,727818.0000,755690.0000,713911.0000,720494.0000,715514.0000,728429.0000,709964.0000,727878.0000,725012.0000,725853.0000,725753.0000,791468.0000,723299.0000,725423.0000,727206.0000,722387.0000,727797.0000,724011.0000,729401.0000,722438.0000,724952.0000,729761.0000,721426.0000,732316.0000,719322.0000,724601.0000,728408.0000,724922.0000,725353.0000,723980.0000,727126.0000,728870.0000,722117.0000,726134.0000,676610.0000,643929.0000,662794.0000,645442.0000,646012.0000,679887.0000,647967.0000,660429.0000,645621.0000,654770.0000,644499.0000,659348.0000,660901.0000,653717.0000,643288.0000,640822.0000,656762.0000,732416.0000,731575.0000,722568.0000,727758.0000,724181.0000,725444.0000,743507.0000,727878.0000,722498.0000,726465.0000,726656.0000,756532.0000,720694.0000,728730.0000,726355.0000,729551.0000,723329.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,wave_sim topology,100,1,213524600,2200987.6000,2155371.7200,2286876.5000,308575.4875,199128.2127,472029.6228,"2262326.0000,2264681.0000,3803758.0000,3800351.0000,3854114.0000,2263559.0000,2155764.0000,2144873.0000,2096813.0000,1939424.0000,1955504.0000,1946136.0000,1973760.0000,1962397.0000,1942670.0000,1942550.0000,2071535.0000,2231829.0000,2264520.0000,2263227.0000,2269720.0000,2239553.0000,2229354.0000,2297213.0000,2268407.0000,2287524.0000,2251776.0000,2263198.0000,2254011.0000,2228301.0000,2265682.0000,2268177.0000,2312160.0000,2057729.0000,1921931.0000,1962248.0000,1971054.0000,1942029.0000,2057808.0000,2265192.0000,2261214.0000,2267427.0000,2163378.0000,2169921.0000,2171524.0000,2158099.0000,2156957.0000,2158419.0000,2133532.0000,2173258.0000,2121048.0000,2145014.0000,2132039.0000,2145796.0000,2172346.0000,2133371.0000,2200408.0000,2236889.0000,2239202.0000,1924706.0000,1975533.0000,1944564.0000,1952790.0000,1967527.0000,2301521.0000,2260854.0000,2295369.0000,2166444.0000,2167406.0000,2151095.0000,2146086.0000,2175662.0000,2154071.0000,2158610.0000,2138111.0000,2157868.0000,2156726.0000,2145114.0000,2142489.0000,2164350.0000,2160072.0000,2149042.0000,2139273.0000,2228282.0000,2017663.0000,1940065.0000,1931178.0000,1926409.0000,1942460.0000,2128964.0000,2266333.0000,2255954.0000,2353749.0000,2266544.0000,2241156.0000,2249561.0000,2324083.0000,2254782.0000,2259180.0000,2324414.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,jacobi topology,100,1,94920300,986959.9300,964752.8500,1015252.6600,127677.3808,102589.8748,158266.6083,"883763.0000,887411.0000,1396826.0000,1363222.0000,1366989.0000,1364034.0000,1393980.0000,1389823.0000,1246381.0000,1017667.0000,1016084.0000,1043335.0000,1048125.0000,984695.0000,1016074.0000,1014601.0000,1021895.0000,1011605.0000,1045630.0000,1015253.0000,1018879.0000,1012918.0000,1045730.0000,1070988.0000,1045480.0000,1045189.0000,1045820.0000,1014271.0000,1019430.0000,1047314.0000,917557.0000,860950.0000,900756.0000,870308.0000,882671.0000,848757.0000,869536.0000,871109.0000,859106.0000,845701.0000,848576.0000,885066.0000,846362.0000,859797.0000,849277.0000,845140.0000,889153.0000,883774.0000,850851.0000,879956.0000,850841.0000,993601.0000,986688.0000,986347.0000,987179.0000,1045550.0000,986748.0000,988461.0000,986949.0000,1102668.0000,987029.0000,1012457.0000,1015614.0000,1042023.0000,1014040.0000,1021073.0000,984895.0000,1018819.0000,1015583.0000,1015452.0000,1016073.0000,1015332.0000,1015162.0000,1017577.0000,1012858.0000,989523.0000,1014601.0000,1018108.0000,1016645.0000,1014361.0000,1047383.0000,987760.0000,1018027.0000,1013959.0000,1038847.0000,1051651.0000,957813.0000,848026.0000,856502.0000,859437.0000,854989.0000,851442.0000,849838.0000,865279.0000,852373.0000,853215.0000,895696.0000,858676.0000,855179.0000,849829.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,soup topology,100,1,297087700,3006296.0400,2978310.6300,3027608.7800,124500.3538,100564.6212,146297.4650,"2720334.0000,2707139.0000,3076319.0000,3061752.0000,3060268.0000,3069015.0000,3066039.0000,3066020.0000,3071280.0000,3057383.0000,3063214.0000,3062092.0000,3066691.0000,3060599.0000,3073543.0000,3068053.0000,3074095.0000,3058535.0000,3060909.0000,3064416.0000,3061311.0000,3065409.0000,3060929.0000,3062081.0000,3062093.0000,3062864.0000,3057263.0000,3067101.0000,3058596.0000,3061972.0000,3055349.0000,3074967.0000,2937696.0000,2716147.0000,2733269.0000,2949479.0000,3067261.0000,3063594.0000,3066440.0000,3067583.0000,3069526.0000,3057874.0000,3049699.0000,3065950.0000,3061871.0000,3065268.0000,3055059.0000,3065498.0000,3063113.0000,3059286.0000,3063775.0000,3057473.0000,3064397.0000,3065248.0000,3063384.0000,3059507.0000,3063485.0000,3068124.0000,3062422.0000,3061041.0000,3069456.0000,3057714.0000,3059076.0000,3058616.0000,3067723.0000,3066671.0000,3067011.0000,3060639.0000,3064957.0000,3063013.0000,3065558.0000,3048055.0000,2714744.0000,2712780.0000,2715686.0000,2708171.0000,2711758.0000,2722789.0000,2709634.0000,2709474.0000,2714764.0000,2707059.0000,2997490.0000,3058345.0000,3061100.0000,3055719.0000,3061470.0000,3063114.0000,3067743.0000,3060499.0000,3059607.0000,3060750.0000,3058766.0000,3052544.0000,3055860.0000,3059247.0000,3065098.0000,3067432.0000,2929060.0000,2719312.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,chain topology,100,1,67019300,680884.6000,680472.3900,681443.2200,2425.3001,1929.0835,3210.3546,"679807.0000,678694.0000,691979.0000,680919.0000,681199.0000,681590.0000,680838.0000,679056.0000,680397.0000,680668.0000,680398.0000,684726.0000,679746.0000,679236.0000,680498.0000,679626.0000,679195.0000,685166.0000,678003.0000,679756.0000,680017.0000,678865.0000,687892.0000,681710.0000,679777.0000,680729.0000,680007.0000,679396.0000,687601.0000,680699.0000,679245.0000,679146.0000,680037.0000,680808.0000,681931.0000,679466.0000,680949.0000,680247.0000,680628.0000,681710.0000,685667.0000,680938.0000,681801.0000,679726.0000,679336.0000,680788.0000,687451.0000,680057.0000,679386.0000,680288.0000,682131.0000,681750.0000,685607.0000,679055.0000,680007.0000,680258.0000,680147.0000,680358.0000,686409.0000,678875.0000,680187.0000,680338.0000,679807.0000,681389.0000,684446.0000,679296.0000,679406.0000,680107.0000,680799.0000,686760.0000,680187.0000,679186.0000,678273.0000,678363.0000,679426.0000,682372.0000,681079.0000,679546.0000,679726.0000,679956.0000,678815.0000,685397.0000,680798.0000,678655.0000,680518.0000,679316.0000,679235.0000,680227.0000,679276.0000,679375.0000,678594.0000,679827.0000,679856.0000,684666.0000,679136.0000,679896.0000,679246.0000,680177.0000,680388.0000,682021.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,expanding tree topology,100,1,75143900,755875.1600,749874.1500,763748.6600,34583.7983,26039.1919,56648.9689,"705785.0000,706366.0000,790446.0000,769156.0000,768084.0000,769577.0000,768635.0000,972852.0000,770088.0000,767803.0000,766350.0000,769597.0000,775037.0000,770910.0000,767072.0000,766931.0000,765759.0000,769186.0000,767614.0000,768975.0000,767623.0000,766210.0000,764658.0000,771410.0000,765640.0000,768735.0000,772613.0000,768655.0000,774576.0000,770478.0000,772221.0000,770589.0000,770519.0000,774145.0000,766882.0000,769287.0000,766601.0000,764878.0000,768335.0000,770047.0000,770869.0000,770669.0000,767492.0000,769997.0000,770328.0000,768715.0000,769406.0000,770058.0000,770548.0000,732376.0000,708150.0000,706588.0000,708060.0000,710004.0000,713390.0000,710455.0000,710034.0000,707900.0000,707780.0000,709172.0000,715835.0000,708872.0000,710134.0000,708110.0000,709132.0000,720123.0000,773504.0000,770839.0000,770208.0000,767283.0000,768715.0000,777061.0000,768315.0000,768635.0000,767222.0000,768845.0000,776891.0000,769376.0000,769166.0000,767263.0000,770178.0000,768324.0000,768164.0000,767914.0000,767493.0000,768935.0000,775357.0000,768265.0000,768875.0000,769797.0000,768174.0000,789364.0000,713230.0000,708722.0000,706948.0000,708371.0000,705896.0000,712799.0000,707279.0000,705586.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,contracting tree topology,100,1,80021200,783766.6300,777296.8300,789279.8000,30291.5226,26710.9510,32991.3427,"799815.0000,798812.0000,815313.0000,807518.0000,802409.0000,802069.0000,749999.0000,732366.0000,731234.0000,733208.0000,732647.0000,737165.0000,732537.0000,731675.0000,731906.0000,732326.0000,732767.0000,753226.0000,731765.0000,731776.0000,730653.0000,730262.0000,740191.0000,733048.0000,730162.0000,730903.0000,730022.0000,747014.0000,734972.0000,732897.0000,732847.0000,732717.0000,733458.0000,779636.0000,802910.0000,800676.0000,803251.0000,804152.0000,809683.0000,802068.0000,800396.0000,799924.0000,800886.0000,810655.0000,801978.0000,801437.0000,802059.0000,799784.0000,807639.0000,801738.0000,800055.0000,802439.0000,801087.0000,806086.0000,803922.0000,801988.0000,801618.0000,802319.0000,803922.0000,799563.0000,799674.0000,802960.0000,798712.0000,808391.0000,803201.0000,799744.0000,800976.0000,799594.0000,805175.0000,798692.0000,799223.0000,803250.0000,798312.0000,811987.0000,803401.0000,800335.0000,799734.0000,800495.0000,806977.0000,802790.0000,802460.0000,801046.0000,802249.0000,807820.0000,799613.0000,799513.0000,799113.0000,801157.0000,807148.0000,800565.0000,800846.0000,800436.0000,798241.0000,801658.0000,797830.0000,801066.0000,797950.0000,801598.0000,801698.0000,799483.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,wave_sim topology,100,1,425407100,4266970.3100,4236210.0600,4292266.4200,141450.8718,120550.3486,158663.1733,"4342840.0000,4346286.0000,4387133.0000,4353450.0000,4340926.0000,4344743.0000,4336017.0000,4338090.0000,4335135.0000,4341447.0000,4345515.0000,4340175.0000,4346086.0000,4337890.0000,4352537.0000,4338171.0000,4334214.0000,4341026.0000,4342549.0000,4339844.0000,4342499.0000,4337990.0000,4348631.0000,4344202.0000,4345274.0000,4346126.0000,4340686.0000,4346477.0000,4343511.0000,4344072.0000,4336147.0000,4337108.0000,4342219.0000,4167517.0000,4000520.0000,3988708.0000,3996763.0000,4331959.0000,4354643.0000,4338902.0000,4338270.0000,4337279.0000,4338582.0000,4330325.0000,4336427.0000,4268419.0000,3997796.0000,4005890.0000,4235015.0000,4339654.0000,4059853.0000,3997566.0000,3989440.0000,3991964.0000,3994399.0000,4007344.0000,3981564.0000,3987126.0000,4279770.0000,4349492.0000,4351435.0000,4349903.0000,4339443.0000,4358860.0000,4343882.0000,4337299.0000,4340656.0000,4387364.0000,4346357.0000,4342358.0000,4346547.0000,4357338.0000,4344282.0000,4348560.0000,4338953.0000,4344252.0000,4341998.0000,4348671.0000,4337700.0000,4337159.0000,4342540.0000,4343851.0000,4388877.0000,4338391.0000,4312393.0000,3994920.0000,4002755.0000,4001102.0000,3976145.0000,3978258.0000,3982186.0000,3976846.0000,4030988.0000,4347719.0000,4341358.0000,4339132.0000,4341737.0000,4342569.0000,4343561.0000,4344483.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,jacobi topology,100,1,132381000,1305467.7200,1293726.4600,1315849.2600,56317.3254,50781.4602,60211.9827,"1341581.0000,1344797.0000,1221373.0000,1298369.0000,1340639.0000,1348825.0000,1342853.0000,1343635.0000,1336562.0000,1347252.0000,1336992.0000,1337554.0000,1344587.0000,1337583.0000,1335379.0000,1344687.0000,1339117.0000,1333676.0000,1340158.0000,1336963.0000,1342943.0000,1349345.0000,1339968.0000,1342112.0000,1342423.0000,1342663.0000,1343414.0000,1342233.0000,1342763.0000,1344297.0000,1352712.0000,1345859.0000,1344476.0000,1343444.0000,1215422.0000,1214941.0000,1218598.0000,1215862.0000,1214790.0000,1222055.0000,1228106.0000,1219560.0000,1220872.0000,1234498.0000,1220111.0000,1216223.0000,1221312.0000,1216724.0000,1214650.0000,1234358.0000,1216805.0000,1217105.0000,1238787.0000,1217596.0000,1216734.0000,1220562.0000,1222325.0000,1356379.0000,1344236.0000,1352331.0000,1345709.0000,1344957.0000,1347583.0000,1342603.0000,1348034.0000,1350257.0000,1341170.0000,1336802.0000,1346621.0000,1336752.0000,1333986.0000,1345810.0000,1336090.0000,1336070.0000,1232474.0000,1217666.0000,1215782.0000,1217396.0000,1217425.0000,1217034.0000,1281628.0000,1345408.0000,1344126.0000,1348694.0000,1346640.0000,1343856.0000,1346871.0000,1342002.0000,1341992.0000,1344837.0000,1343344.0000,1343815.0000,1347382.0000,1342753.0000,1343144.0000,1349987.0000,1343074.0000,1344817.0000,1347252.0000,1342753.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,soup topology,100,1,234807700,2348000.4400,2327497.1400,2367219.9400,101285.3060,84642.7546,119441.0275,"2231338.0000,2122391.0000,2395429.0000,2380510.0000,2343791.0000,2381623.0000,2350864.0000,2358609.0000,2345504.0000,2364630.0000,2521919.0000,2532158.0000,2528460.0000,2531626.0000,2527087.0000,2565631.0000,2517460.0000,2522590.0000,2500538.0000,2559650.0000,2535113.0000,2523602.0000,2402382.0000,2374619.0000,2349812.0000,2357387.0000,2292453.0000,2374760.0000,2293836.0000,2353709.0000,2383897.0000,2345834.0000,2352037.0000,2352257.0000,2357336.0000,2306640.0000,2351154.0000,2321919.0000,2348830.0000,2350794.0000,2360914.0000,2343129.0000,2378436.0000,2384407.0000,2325596.0000,2346626.0000,2353138.0000,2361254.0000,2343880.0000,2351234.0000,2372425.0000,2362346.0000,2366624.0000,2387764.0000,2416508.0000,2357226.0000,2347167.0000,2356475.0000,2322179.0000,2345514.0000,2389678.0000,2348038.0000,2324023.0000,2321759.0000,2394217.0000,2349631.0000,2375139.0000,2357145.0000,2380370.0000,2353119.0000,2350022.0000,2358458.0000,2343680.0000,2357245.0000,2353719.0000,2344683.0000,2295940.0000,2193596.0000,2103886.0000,2126519.0000,2130045.0000,2110488.0000,2125527.0000,2117492.0000,2150364.0000,2089278.0000,2139383.0000,2193035.0000,2340004.0000,2343190.0000,2338781.0000,2323742.0000,2377103.0000,2350293.0000,2391070.0000,2344892.0000,2376051.0000,2327640.0000,2347718.0000,2370060.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,chain topology,100,1,55098600,580949.2100,565753.1000,601377.2600,89268.0380,69843.8624,109700.1333,"556493.0000,534231.0000,832135.0000,808080.0000,806717.0000,804203.0000,802068.0000,795476.0000,827457.0000,819491.0000,811617.0000,808360.0000,890847.0000,728178.0000,506609.0000,491149.0000,509443.0000,516156.0000,511247.0000,506819.0000,552415.0000,558316.0000,560670.0000,556472.0000,559027.0000,559438.0000,556684.0000,606868.0000,553948.0000,534952.0000,553517.0000,533028.0000,557315.0000,556333.0000,556903.0000,534340.0000,558156.0000,552505.0000,553848.0000,560891.0000,529191.0000,584927.0000,530234.0000,529832.0000,531977.0000,556453.0000,556733.0000,534131.0000,553267.0000,558817.0000,555280.0000,555471.0000,558065.0000,529581.0000,535182.0000,553097.0000,559709.0000,583114.0000,586770.0000,558868.0000,557455.0000,559759.0000,558336.0000,576440.0000,581631.0000,583414.0000,577172.0000,583644.0000,503052.0000,514133.0000,506608.0000,494105.0000,506157.0000,513872.0000,498443.0000,503563.0000,517258.0000,506108.0000,563486.0000,554980.0000,535543.0000,587472.0000,582602.0000,586770.0000,558096.0000,560931.0000,555621.0000,584827.0000,586460.0000,584506.0000,559920.0000,558056.0000,559539.0000,558456.0000,558577.0000,533019.0000,584606.0000,586169.0000,532307.0000,558727.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,expanding tree topology,100,1,73334300,699407.3600,675062.5500,730208.9800,138578.7256,113632.4844,165928.7969,"643317.0000,679406.0000,1066429.0000,1075507.0000,1072952.0000,1103790.0000,1075196.0000,1107748.0000,1036723.0000,928327.0000,925372.0000,934009.0000,927376.0000,893942.0000,937755.0000,896547.0000,927937.0000,925262.0000,810184.0000,726565.0000,724852.0000,757684.0000,719963.0000,724461.0000,731354.0000,721706.0000,701067.0000,752795.0000,684235.0000,643979.0000,676520.0000,671511.0000,670599.0000,657444.0000,657003.0000,676020.0000,664477.0000,665941.0000,610926.0000,571191.0000,564468.0000,564047.0000,563186.0000,553757.0000,568266.0000,608681.0000,605926.0000,611898.0000,614893.0000,601378.0000,634190.0000,611578.0000,607720.0000,606598.0000,630654.0000,609734.0000,609573.0000,604764.0000,611167.0000,603752.0000,620224.0000,605005.0000,607089.0000,625444.0000,661883.0000,608812.0000,605406.0000,608972.0000,640152.0000,601829.0000,610545.0000,628460.0000,641925.0000,601368.0000,607309.0000,629020.0000,606508.0000,652665.0000,623149.0000,615755.0000,608482.0000,696087.0000,748417.0000,760419.0000,668886.0000,612478.0000,613621.0000,613872.0000,610024.0000,613081.0000,650481.0000,653036.0000,679446.0000,671271.0000,669517.0000,660420.0000,668305.0000,670419.0000,669066.0000,637586.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,contracting tree topology,100,1,69794300,764423.4700,754143.8000,778812.8700,61133.0776,46390.8757,75963.6424,"753216.0000,741914.0000,949738.0000,934840.0000,927597.0000,933868.0000,952153.0000,925142.0000,959967.0000,931644.0000,952273.0000,929851.0000,721556.0000,725473.0000,755229.0000,729230.0000,752294.0000,781209.0000,727137.0000,726946.0000,752594.0000,723709.0000,760108.0000,754999.0000,751713.0000,727828.0000,753837.0000,755209.0000,756762.0000,758717.0000,717327.0000,751983.0000,731435.0000,756843.0000,752194.0000,724862.0000,758626.0000,751062.0000,786118.0000,783123.0000,755750.0000,720924.0000,725944.0000,757804.0000,751663.0000,731655.0000,718831.0000,756602.0000,727998.0000,752494.0000,783914.0000,751903.0000,760560.0000,751222.0000,730343.0000,751372.0000,721736.0000,769877.0000,732406.0000,751211.0000,732105.0000,724150.0000,754509.0000,755931.0000,726936.0000,748857.0000,725974.0000,757955.0000,757664.0000,719442.0000,755160.0000,724101.0000,756242.0000,755600.0000,727197.0000,755971.0000,752925.0000,756161.0000,723039.0000,755660.0000,752915.0000,697890.0000,756532.0000,752835.0000,786319.0000,750992.0000,724191.0000,701227.0000,754398.0000,723289.0000,752565.0000,758556.0000,783783.0000,741062.0000,747004.0000,716135.0000,720364.0000,745191.0000,740181.0000,746804.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,wave_sim topology,100,1,310490200,3090336.6800,3048212.1500,3147213.5600,249339.4125,192390.1923,327391.3950,"3082832.0000,3086168.0000,3951117.0000,4105259.0000,2926635.0000,2935422.0000,2843307.0000,2902870.0000,2905566.0000,2917077.0000,2802279.0000,2887231.0000,2874336.0000,2873324.0000,2855761.0000,3043868.0000,3023449.0000,3079185.0000,3075367.0000,3045922.0000,3080547.0000,3050380.0000,3083874.0000,3059317.0000,3090175.0000,3055058.0000,3094584.0000,3084614.0000,3084294.0000,3067462.0000,3064196.0000,3069707.0000,3087570.0000,3081709.0000,2884175.0000,2861893.0000,2872943.0000,2824782.0000,2848387.0000,2872052.0000,2842606.0000,2867544.0000,2841193.0000,3303188.0000,4009637.0000,3990152.0000,2762885.0000,2900085.0000,2892631.0000,2839651.0000,2886800.0000,2884856.0000,2866451.0000,2831425.0000,2947455.0000,3054478.0000,3075577.0000,3401355.0000,3460707.0000,3365106.0000,3106085.0000,3031233.0000,3038316.0000,3113890.0000,3103972.0000,3104653.0000,3094033.0000,3053285.0000,3111476.0000,3075258.0000,3127756.0000,3080526.0000,3112067.0000,3041163.0000,3340780.0000,3381387.0000,3430540.0000,3013330.0000,2867494.0000,2839690.0000,3036133.0000,3004112.0000,3065659.0000,3053816.0000,3082140.0000,3101116.0000,3082410.0000,3038748.0000,3131083.0000,3280256.0000,3416153.0000,3396336.0000,3107078.0000,3115142.0000,3187239.0000,3414530.0000,3393902.0000,3438736.0000,3098631.0000,3065038.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,jacobi topology,100,1,102775800,1024683.7100,1008997.4200,1047692.8900,95665.1039,69778.3838,126045.4293,"1016074.0000,1014671.0000,1374473.0000,1364986.0000,1365607.0000,1365096.0000,1363783.0000,1362100.0000,1221243.0000,1045640.0000,1012778.0000,1017667.0000,1014591.0000,1046752.0000,1043486.0000,1016014.0000,1045149.0000,1047354.0000,1044558.0000,1012988.0000,1016104.0000,1033737.0000,1045920.0000,1073002.0000,1046522.0000,1045400.0000,1043155.0000,1021565.0000,1009722.0000,990936.0000,1019491.0000,989013.0000,996677.0000,1008659.0000,1040450.0000,1036222.0000,1046281.0000,1017656.0000,1013158.0000,1016595.0000,1019380.0000,1015613.0000,1015723.0000,1016765.0000,1017186.0000,1019180.0000,1008981.0000,1047644.0000,1013600.0000,1019260.0000,1013279.0000,1016454.0000,1046863.0000,1042444.0000,1047323.0000,1017807.0000,966239.0000,951351.0000,948586.0000,935982.0000,952493.0000,935611.0000,956121.0000,967552.0000,1009441.0000,967592.0000,959586.0000,971870.0000,979594.0000,988481.0000,983492.0000,945159.0000,1017968.0000,947925.0000,947885.0000,938757.0000,973333.0000,960969.0000,939048.0000,935321.0000,942394.0000,982781.0000,947474.0000,940110.0000,946472.0000,946062.0000,938136.0000,942514.0000,943506.0000,1014080.0000,1014441.0000,1019220.0000,1013599.0000,1017135.0000,1016494.0000,1016925.0000,1016234.0000,1017256.0000,1017687.0000,1012718.0000" -normalizing randomized box sets - 2d,"small, native",100,43,2425200,582.5047,581.0528,588.5205,12.9835,1.6910,30.2940,"580.6047,580.5814,606.6744,586.6512,581.7674,580.8140,581.5349,582.9070,579.2093,581.7442,580.1395,581.2791,581.5349,578.9535,582.4419,581.2791,580.3488,580.3721,580.5814,581.0698,580.5814,578.0233,582.4651,579.8837,581.7674,581.2791,580.8372,581.2791,580.6047,580.3488,577.5581,581.3023,579.8837,580.1395,579.4186,581.3023,578.9535,576.8605,582.0000,580.8140,580.5814,581.7674,581.7442,580.5814,578.0233,578.7209,581.2791,581.5116,579.6512,581.5116,580.6047,580.5814,578.4884,581.7442,582.2326,581.5116,582.2326,583.6047,582.0000,579.1860,581.7674,581.5116,582.0000,581.5116,581.5349,582.9302,579.4186,582.9070,582.2093,580.8372,582.9070,581.7674,582.4419,580.1395,578.7209,580.8140,581.5349,581.5116,581.0465,579.8837,581.0698,578.2558,580.1163,579.4186,581.7442,584.0930,583.1628,581.5116,580.3721,581.0465,582.6977,581.9767,579.6744,579.6512,583.6279,577.3256,583.6047,708.2558,581.5349,580.5814" -normalizing randomized box sets - 2d,"small, embedded in 3d",100,35,2415000,693.5246,692.9840,694.7817,3.9881,2.0746,8.2127,"689.2571,693.8286,726.7429,697.8286,695.8286,694.1143,693.8286,695.8286,689.2571,694.1143,696.6857,693.2857,693.5429,693.8286,688.6857,692.9714,694.1143,690.4000,693.2571,694.4000,684.9714,692.6857,694.1143,689.8286,694.4000,694.6857,688.6857,693.5429,693.8286,692.9714,695.5714,694.1143,688.9714,693.8286,693.8286,694.1143,693.2571,695.8286,690.1143,691.8286,692.9714,693.2571,694.1429,694.9714,691.5429,689.8286,694.1143,691.8286,695.2571,694.1143,691.8286,689.2571,695.5429,695.2857,694.6857,696.1143,692.9714,691.2571,695.8286,693.5429,694.4000,695.8286,692.1143,690.1143,694.9714,692.4000,694.9714,693.5429,694.1143,689.5143,694.1143,691.2571,694.1143,695.2571,694.6857,693.5429,690.9714,692.4000,695.0000,695.8286,693.2571,692.6857,689.8286,693.2571,695.8286,694.4000,692.4000,695.5429,690.9714,694.1143,694.6857,692.9714,691.8286,694.6857,690.1143,692.4000,695.0000,693.5429,689.2286,695.2571" -normalizing randomized box sets - 2d,"medium, native",100,4,2444400,5644.7800,5620.1050,5706.9525,176.7395,17.4317,326.2723,"5585.2500,5632.5000,6732.2500,5682.7500,5635.2500,5642.7500,5625.0000,5640.2500,5635.2500,5637.7500,5605.0000,5635.2500,5632.7500,5612.7500,5605.0000,5610.2500,5640.2500,5655.2500,5620.0000,5615.0000,5642.7500,5610.2500,5627.5000,5625.2500,5602.7500,5615.0000,5612.7500,5637.7500,5612.7500,5622.5000,5605.2500,5605.0000,5607.5000,5627.7500,5627.7500,5597.5000,5635.2500,5632.7500,5630.2500,5597.5000,5637.7500,5615.2500,5610.0000,5617.7500,5595.0000,5602.5000,5635.2500,5605.0000,5610.0000,5605.2500,5622.5000,5625.2500,5620.2500,5637.7500,5615.0000,5622.7500,5617.7500,5620.0000,5605.0000,5602.7500,5617.5000,5597.7500,7005.2500,5670.2500,5642.7500,5630.2500,5622.7500,5620.0000,5632.7500,5622.7500,5617.7500,5610.0000,5615.2500,5615.2500,5632.5000,5612.7500,5617.7500,5637.7500,5637.5000,5625.0000,5610.2500,5587.5000,5615.2500,5635.2500,5625.2500,5627.5000,5640.2500,5620.2500,5620.2500,5627.5000,5600.0000,5597.7500,5575.0000,5620.2500,5612.5000,5590.2500,5587.5000,5597.7500,5600.0000,5625.2500" -normalizing randomized box sets - 2d,"medium, embedded in 3d",100,4,2661200,6879.0225,6858.5175,6960.9725,190.1284,23.1489,450.5929,"6865.0000,6857.5000,8753.7500,6995.2500,6917.5000,6922.5000,6902.7500,6877.5000,6890.0000,6917.7500,6890.0000,6900.0000,6857.5000,6870.0000,6882.5000,6860.0000,6860.0000,6837.5000,6832.5000,6850.0000,6837.5000,6847.5000,6847.5000,6837.5000,6845.0000,6827.5000,6850.0000,6847.5000,6842.5000,6850.0000,6840.0000,6867.5000,6857.5000,6845.0000,6855.0000,6837.5000,6862.5000,6830.0000,6850.0000,6850.0000,6887.5000,6832.5000,6865.0000,6857.5000,6847.5000,6847.5000,6872.7500,6852.5000,6870.0000,6862.5000,6885.0000,6857.5000,6832.2500,6840.0000,6837.5000,6862.5000,6877.5000,6835.0000,6872.5000,6855.0000,6807.5000,6857.5000,6847.5000,6850.0000,6872.5000,6885.0000,6819.7500,6830.0000,6857.5000,6862.5000,6849.7500,6872.5000,6872.5000,6870.0000,6905.2500,6862.5000,6875.0000,6880.0000,6862.5000,6835.0000,6872.7500,6870.0000,6872.5000,6847.5000,6842.5000,6852.5000,6877.5000,6842.5000,6847.5000,6845.0000,6870.2500,6855.0000,6890.0000,6867.5000,6822.5000,6827.5000,6850.0000,6825.0000,6857.5000,6875.0000" -normalizing randomized box sets - 2d,"large, native",100,1,19583800,198399.1000,197919.3700,200206.5100,4248.3363,952.1847,9888.8029,"198264.0000,194236.0000,202011.0000,197482.0000,196861.0000,197503.0000,197362.0000,196350.0000,197683.0000,197442.0000,196831.0000,196600.0000,199046.0000,198294.0000,198564.0000,197843.0000,197753.0000,198174.0000,198294.0000,198103.0000,202122.0000,198514.0000,198524.0000,198224.0000,198074.0000,198213.0000,198584.0000,197923.0000,197813.0000,198304.0000,198655.0000,198524.0000,197713.0000,198314.0000,198354.0000,198575.0000,198775.0000,198414.0000,198073.0000,198304.0000,198455.0000,201850.0000,197563.0000,198244.0000,198354.0000,197522.0000,197753.0000,197353.0000,197983.0000,198043.0000,198223.0000,197683.0000,198705.0000,198114.0000,198674.0000,198044.0000,198905.0000,198154.0000,198364.0000,198214.0000,198534.0000,239382.0000,197763.0000,197823.0000,196931.0000,197252.0000,197312.0000,197002.0000,196891.0000,197783.0000,197923.0000,197322.0000,196971.0000,197272.0000,196721.0000,197573.0000,197482.0000,197492.0000,196510.0000,197272.0000,196761.0000,201190.0000,197211.0000,197382.0000,196911.0000,198835.0000,197933.0000,198104.0000,198354.0000,197793.0000,197753.0000,197763.0000,197933.0000,197202.0000,197272.0000,197833.0000,198464.0000,198825.0000,198114.0000,198174.0000" -normalizing randomized box sets - 2d,"large, embedded in 3d",100,1,20977800,213858.2200,213674.5700,214143.5500,1146.7581,811.1828,1536.8163,"213303.0000,213272.0000,218633.0000,214735.0000,218142.0000,214124.0000,213913.0000,213363.0000,213803.0000,213773.0000,214094.0000,214194.0000,213663.0000,213163.0000,213823.0000,213393.0000,213362.0000,213573.0000,213473.0000,213482.0000,213603.0000,213924.0000,213563.0000,217170.0000,213793.0000,213523.0000,213563.0000,213052.0000,213292.0000,213242.0000,213794.0000,213803.0000,213192.0000,214034.0000,213793.0000,213723.0000,213562.0000,213393.0000,212801.0000,213293.0000,213753.0000,216569.0000,214615.0000,213683.0000,213512.0000,213643.0000,213532.0000,214114.0000,213323.0000,212641.0000,213332.0000,213473.0000,213763.0000,213403.0000,213423.0000,213973.0000,214495.0000,213533.0000,212952.0000,213092.0000,218392.0000,213703.0000,213493.0000,214114.0000,213332.0000,213032.0000,213312.0000,213382.0000,213653.0000,214244.0000,213193.0000,213553.0000,213102.0000,213603.0000,213813.0000,213833.0000,213823.0000,213342.0000,213472.0000,217300.0000,213152.0000,213092.0000,213764.0000,213362.0000,213573.0000,213202.0000,213152.0000,213423.0000,213713.0000,213082.0000,212691.0000,213373.0000,213503.0000,214324.0000,213773.0000,214154.0000,213183.0000,213542.0000,218062.0000,213793.0000" -normalizing randomized box sets - 3d,small - native,100,10,2459000,2522.0250,2514.9110,2545.9230,57.5087,7.4908,127.7186,"2520.6000,2515.6000,2735.0000,2524.6000,2531.6000,2524.6000,2517.6000,2533.6000,2524.6000,2522.6000,2515.6000,2516.5000,2512.6000,2516.6000,2518.6000,2508.5000,2516.5000,2530.6000,2512.6000,2509.6000,2513.6000,2507.5000,2507.6000,2520.6000,2520.6000,3046.5000,2518.5000,2524.6000,2520.6000,2512.6000,2513.6000,2512.5000,2524.6000,2509.6000,2528.6000,2522.6000,2515.6000,2512.6000,2512.5000,2509.6000,2516.6000,2519.6000,2519.5000,2516.5000,2518.6000,2504.6000,2512.5000,2517.5000,2523.6000,2504.6000,2505.5000,2506.5000,2506.6000,2504.5000,2519.6000,2513.6000,2516.6000,2515.6000,2530.6000,2517.5000,2504.6000,2494.5000,2509.6000,2511.6000,2513.6000,2518.5000,2514.6000,2515.6000,2505.6000,2504.5000,2503.6000,2514.5000,2515.5000,2514.6000,2508.6000,2516.6000,2506.5000,2513.6000,2510.6000,2513.5000,2518.6000,2513.6000,2512.6000,2514.5000,2513.5000,2514.6000,2509.6000,2508.5000,2515.6000,2509.6000,2520.6000,2510.5000,2520.6000,2506.6000,2506.6000,2512.5000,2507.6000,2515.6000,2501.5000,2506.6000" -normalizing randomized box sets - 3d,medium - native,100,3,2766900,9601.4067,9585.2433,9650.3700,130.6406,44.8875,285.2653,"9584.0000,9547.3333,9991.6667,9657.6667,9611.0000,9590.6667,9601.0000,9554.0000,9587.6667,9571.0000,9590.6667,9591.0000,9577.3333,9517.3333,9577.3333,10766.6667,9607.3333,9621.0000,9554.3333,9590.6667,9581.0000,9557.3333,9677.6667,9627.3333,9637.6667,9601.0000,9624.3333,9494.0000,9567.3333,9590.6667,9524.0000,9601.0000,9557.6667,9590.6667,9504.0000,9584.3333,9597.6667,9651.0000,9517.3333,9574.0000,9527.6667,9584.0000,9591.0000,9540.6667,9487.3333,9637.6667,9581.0000,9537.3333,9604.3333,9574.0000,9584.0000,9577.6667,9624.3333,9634.0000,9561.0000,9637.6667,9544.0000,9634.3333,9571.0000,9500.6667,9624.3333,9550.6667,9537.3333,9517.6667,9524.0000,9584.0000,9567.3333,9510.6667,9571.0000,9607.3333,9527.3333,9594.0000,9674.3333,9520.6667,9587.3333,9624.0000,9574.3333,9604.3333,9587.3333,9631.0000,9601.0000,9584.0000,9647.6667,9597.6667,9607.6667,9607.6667,9584.0000,9617.6667,9527.3333,9657.6667,9564.3333,9580.6667,9641.0000,9624.3333,9577.6667,9600.6667,9594.3333,9677.6667,9627.6667,9617.6667" -normalizing randomized box sets - 3d,large - native,100,1,217410900,2181704.2900,2171514.7600,2188618.6600,42323.3067,31178.0550,53084.1852,"2192774.0000,2194738.0000,2217811.0000,2184539.0000,2190921.0000,2196251.0000,2193125.0000,2193646.0000,2191291.0000,2210077.0000,2189017.0000,2196923.0000,2194597.0000,2196302.0000,2196982.0000,2192092.0000,2197473.0000,2195559.0000,2198365.0000,2200239.0000,2197203.0000,2184168.0000,2195099.0000,2195970.0000,2191302.0000,2198275.0000,2193185.0000,2201100.0000,2194348.0000,2197734.0000,2192624.0000,2196210.0000,2192855.0000,2199117.0000,2197493.0000,2203144.0000,2198125.0000,2194998.0000,2196191.0000,2192704.0000,2187074.0000,2068760.0000,2057397.0000,2058720.0000,2063409.0000,2051616.0000,2152397.0000,2049062.0000,2053922.0000,2056867.0000,2045595.0000,2058800.0000,2193806.0000,2195479.0000,2193856.0000,2201641.0000,2191572.0000,2214085.0000,2193295.0000,2202101.0000,2193796.0000,2190620.0000,2200830.0000,2190660.0000,2197213.0000,2194307.0000,2197453.0000,2193816.0000,2197343.0000,2192615.0000,2196190.0000,2196401.0000,2194157.0000,2198495.0000,2191912.0000,2195589.0000,2191994.0000,2194377.0000,2194037.0000,2192584.0000,2191091.0000,2198515.0000,2199517.0000,2198896.0000,2201601.0000,2195750.0000,2200298.0000,2197733.0000,2194618.0000,2191923.0000,2197343.0000,2212362.0000,2192774.0000,2198004.0000,2200279.0000,2198034.0000,2195680.0000,2196812.0000,2193066.0000,2197723.0000" -normalizing a fully mergeable tiling of boxes - 1,"small, native",100,729,2332800,28.3744,28.3429,28.4284,0.2048,0.1395,0.3800,"28.4883,28.2812,29.8477,28.5021,28.2949,28.4595,28.5158,28.4458,28.4335,28.4321,28.3772,28.1989,28.5144,28.4321,28.2126,28.5007,28.4047,28.4746,28.1989,28.5418,28.1715,28.1578,28.5021,28.2126,28.4458,28.2689,28.2263,28.1578,28.5418,28.2126,28.2263,28.3374,28.4321,28.1715,28.5295,28.2263,28.2126,28.5144,28.1715,28.3512,28.5418,28.5295,28.2263,28.5144,28.4060,28.1715,28.2126,28.5281,28.1852,28.3923,28.3635,28.2401,28.1852,28.5158,28.1852,28.4595,28.2812,28.4609,28.2126,28.5007,28.1989,28.3086,28.5144,28.1852,28.2263,28.4883,28.1715,28.3224,28.5418,28.5021,28.5418,28.5021,28.1715,28.2126,28.4870,28.5281,28.2401,28.5158,28.5007,28.5295,28.2401,28.5144,28.4335,28.2401,28.5281,28.2401,28.3100,28.5418,28.2126,28.2812,28.5418,28.5007,28.1989,28.4870,28.1715,28.1715,28.5432,28.1852,28.1578,28.5144" -normalizing a fully mergeable tiling of boxes - 1,"small, embedded in 3d",100,476,2332400,50.5811,50.5054,50.8450,0.6478,0.1973,1.4736,"50.5546,50.4265,51.2479,50.4685,50.8067,50.8277,50.5756,50.4055,50.7017,50.4916,50.3214,50.5105,50.8277,50.8067,50.6807,50.4286,50.7626,50.2164,50.7647,50.7647,50.8277,50.5315,50.3445,50.4706,50.6786,50.4076,50.4496,50.1744,50.7857,50.4076,50.2794,50.3445,50.5945,50.6387,50.5336,50.7227,50.4265,50.7647,50.1975,50.4055,50.3655,50.7017,50.8067,50.8277,50.6786,50.5756,50.5966,49.9013,50.1954,50.8466,50.7626,50.5336,50.5126,50.4475,50.4496,56.6786,50.6387,50.5966,50.5336,50.1534,50.3004,50.5756,50.5756,50.5336,50.4265,50.4706,50.5336,50.5105,50.3866,50.5336,50.3845,49.8382,50.5336,50.4286,50.5525,50.4916,50.5126,50.5735,50.5756,50.6176,50.6176,50.3004,50.5756,50.5966,50.5105,50.6155,50.3025,50.3004,50.5756,50.5336,50.6155,50.6155,49.8382,50.5966,50.3866,50.4055,50.3445,50.5336,50.6155,50.4916" -normalizing a fully mergeable tiling of boxes - 1,"medium, native",100,84,2385600,303.7345,302.9146,304.6367,4.3721,4.0234,4.6795,"310.6905,310.4524,307.1071,299.4762,300.6667,300.5476,299.3571,299.9524,300.0714,299.9405,299.7024,299.5952,299.7143,300.9048,301.7381,301.2619,299.1190,299.1190,299.4643,299.4762,298.8810,299.0000,301.6190,300.7857,299.9524,299.8214,299.2262,299.7143,300.0714,300.4286,299.5952,300.9048,299.9524,300.9048,300.1905,300.5357,299.5833,299.9524,300.5476,300.5476,301.2619,300.4286,299.7143,299.3571,298.9881,298.7619,300.4286,299.8333,299.8333,303.0476,302.6905,299.4762,299.8333,303.6429,304.3571,303.2857,301.2619,303.0476,299.5952,303.0476,304.7262,302.0952,302.2143,302.7024,301.1429,304.8333,309.1429,306.1429,309.0238,309.2500,309.3690,309.7262,310.4405,305.5595,302.4524,304.1190,310.4524,309.6071,311.1667,310.9167,308.9048,311.3929,309.6190,310.6786,309.5000,307.2262,310.2024,302.9286,309.3690,309.9643,309.3810,311.2738,309.1429,309.0119,309.6071,309.6190,309.9643,309.5000,309.0119,309.6071" -normalizing a fully mergeable tiling of boxes - 1,"medium, embedded in 3d",100,48,2380800,427.9181,427.6906,428.3548,1.5508,0.9896,3.0112,"428.8958,426.8125,439.7500,429.1042,428.2708,429.1042,427.0208,428.6875,426.6042,428.6875,426.8125,426.8125,428.6875,426.6042,428.6875,426.8125,428.8958,426.7917,428.6875,426.5833,428.7083,426.5833,428.6875,426.8125,428.8958,426.8125,428.6875,426.6042,428.6875,426.8125,428.8958,426.8125,428.6875,426.8125,428.6875,426.8125,428.8958,426.8125,428.6875,426.8125,428.6875,426.8125,428.8958,426.8125,428.8958,426.8125,428.6875,426.6042,428.6875,426.8125,428.8958,428.6875,428.4792,426.7917,428.9167,426.7917,428.6875,426.6042,428.6875,426.8125,428.8958,426.8125,428.6875,426.8125,428.6875,426.8125,428.8958,426.8125,428.6875,426.6042,428.6875,426.8125,428.8958,426.8125,428.8958,426.8125,428.6875,426.8125,428.6875,426.8125,428.8958,426.8125,428.6875,426.6042,428.6875,426.8125,428.8958,426.8125,428.6875,426.8125,428.6875,426.7917,428.9167,426.7917,428.6875,426.8125,428.6875,426.8125,428.8958,426.8125" -normalizing a fully mergeable tiling of boxes - 1,"large, native",100,4,2786000,7542.9125,7535.8925,7551.7225,39.7765,31.8957,60.9535,"7556.2500,7538.7500,7764.2500,7493.7500,7518.7500,7566.5000,7563.7500,7539.0000,7528.7500,7481.2500,7473.5000,7501.2500,7516.2500,7506.2500,7498.5000,7503.7500,7451.2500,7498.7500,7496.2500,7503.7500,7543.7500,7579.0000,7566.2500,7589.0000,7589.0000,7551.2500,7513.7500,7511.2500,7503.7500,7506.2500,7521.2500,7549.0000,7521.2500,7526.2500,7511.2500,7508.7500,7508.7500,7533.7500,7531.2500,7526.5000,7548.7500,7518.7500,7531.2500,7531.2500,7531.2500,7538.7500,7531.2500,7538.7500,7513.7500,7538.7500,7541.2500,7501.2500,7518.7500,7503.7500,7496.2500,7506.2500,7516.2500,7539.0000,7506.2500,7488.5000,7473.5000,7579.0000,7586.2500,7571.5000,7581.5000,7583.7500,7574.0000,7576.2500,7589.0000,7568.7500,7559.0000,7568.7500,7574.0000,7576.2500,7574.0000,7576.2500,7591.5000,7591.5000,7563.7500,7579.0000,7581.2500,7549.0000,7576.2500,7546.5000,7543.7500,7548.7500,7564.0000,7593.7500,7581.5000,7531.2500,7604.0000,7599.0000,7578.7500,7541.5000,7543.7500,7531.2500,7548.7500,7548.7500,7558.7500,7551.5000" -normalizing a fully mergeable tiling of boxes - 1,"large, embedded in 3d",100,2,2584000,13103.6550,13084.1700,13167.2300,160.8581,35.7838,355.3317,"13078.5000,13109.0000,13660.0000,13149.0000,13063.5000,13084.0000,13139.0000,13134.0000,13058.5000,13079.0000,13044.0000,13119.0000,13108.5000,13134.0000,13124.0000,13059.0000,13124.0000,13133.5000,13128.5000,13119.0000,13094.0000,13099.0000,13124.0000,13108.5000,13129.0000,13104.0000,13029.0000,13073.5000,13104.0000,13084.0000,13078.5000,13084.0000,13094.0000,13068.5000,13108.5000,13054.0000,13109.0000,13154.0000,13164.0000,13139.0000,13083.5000,13014.0000,13058.5000,13089.0000,13069.0000,13113.5000,13078.5000,13069.0000,13058.5000,13093.5000,13079.0000,13099.0000,13028.5000,13094.0000,13104.0000,13073.5000,13039.0000,13038.5000,13078.5000,13089.0000,13084.0000,13068.5000,13024.0000,13078.5000,13074.0000,13114.0000,13079.0000,13048.5000,13074.0000,13109.0000,13078.5000,13054.0000,13023.5000,13074.0000,13079.0000,13088.5000,13028.5000,13034.0000,13113.5000,13119.0000,13119.0000,13089.0000,13048.5000,13014.0000,13094.0000,14561.5000,13124.0000,13053.5000,13049.0000,13018.5000,13094.0000,13074.0000,13058.5000,13054.0000,13023.5000,13083.5000,13094.0000,13074.0000,13053.5000,13039.0000" -normalizing a fully mergeable tiling of boxes - 2,"small, native",100,209,2361700,95.8095,95.7658,95.9441,0.3590,0.1403,0.7944,"95.7703,95.8660,99.0766,95.8182,95.6220,95.8660,95.5311,96.1053,95.6268,95.8182,95.7225,95.8182,95.5311,95.9139,95.6268,95.8660,95.6746,95.7703,95.9139,95.9617,95.4833,95.8660,95.6746,95.7703,95.7703,95.9617,95.5311,95.8660,95.7703,95.7703,95.7225,95.8182,95.7703,95.8660,95.7225,95.8660,95.6268,95.8182,95.6268,95.8182,95.7703,95.8660,95.6268,95.8182,95.7225,95.8182,95.5789,96.1053,95.5311,95.8660,95.7703,95.7225,95.9139,95.9617,95.5311,95.9139,95.7703,95.8182,95.6746,95.9617,95.7225,95.8660,95.6746,96.1053,95.6746,95.8182,95.7225,95.8660,95.5311,95.9617,95.6268,95.8182,95.6268,95.8660,95.5742,95.9617,95.5311,96.0574,95.6746,95.8660,95.7225,95.9617,95.8182,95.9617,95.6268,95.9139,95.5789,95.8660,95.6746,95.9139,95.6268,95.9617,95.6268,95.8182,95.6268,95.8660,95.5742,96.0574,95.6268,95.8182" -normalizing a fully mergeable tiling of boxes - 2,"small, embedded in 3d",100,197,2364000,124.8730,124.6473,125.4023,1.6695,0.8938,3.4519,"125.8629,124.5431,126.8274,124.2893,138.7310,125.5584,124.3350,124.3401,125.9645,124.1827,125.7614,126.0152,126.3706,126.1168,126.5787,123.4721,123.6244,125.0508,125.4569,125.8629,124.6447,123.4213,126.4213,123.9340,124.3350,125.4569,125.8122,124.3909,123.4213,124.2335,123.9340,125.3046,125.6091,125.1015,126.4213,124.1827,124.0863,124.1320,124.1878,124.0812,124.0355,122.7614,123.9797,124.0812,123.8832,125.0000,125.9137,124.6904,122.7614,125.1015,124.8985,123.9797,124.0863,124.2843,124.9492,123.5736,125.5584,124.9492,123.9289,124.4365,126.4213,123.3756,124.6904,124.2386,124.0812,124.3401,125.3553,123.2690,124.1320,125.8122,126.4264,125.4569,123.9289,124.0812,125.2995,124.0355,125.9137,125.0000,124.5888,125.7614,125.5025,125.9695,124.3858,125.0508,125.8629,125.5584,124.2893,123.3198,124.1320,124.0863,124.0305,123.9797,124.0305,123.9797,125.8122,124.2893,124.1827,124.7970,123.8782,125.0457" -normalizing a fully mergeable tiling of boxes - 2,"medium, native",100,28,2458400,897.3343,889.1018,904.0511,37.7822,31.2959,43.9926,"913.0714,913.8214,841.1429,812.8929,818.9643,816.8214,820.0357,819.3571,820.3929,821.1429,817.2143,818.2500,819.3571,818.9643,819.7143,819.3214,819.3571,812.1786,812.8929,815.0714,997.1786,913.0714,915.9643,917.3929,912.0000,912.3929,912.0000,910.9286,915.9643,916.2857,912.0357,912.0000,916.6429,919.5357,910.9643,906.6429,909.5000,912.0357,913.0714,910.6071,913.4286,917.0357,919.5357,913.8214,910.9286,914.8929,911.6429,912.7500,912.0000,915.9643,913.4643,910.2143,908.4286,913.8214,913.1071,912.3571,910.9643,912.3571,911.6786,916.6429,911.3214,908.4286,912.0357,910.9286,914.1786,919.1786,917.7143,914.8571,912.7500,906.6429,915.9643,919.5357,915.2143,917.0357,915.6071,910.9286,911.3214,915.5714,912.7500,918.1071,915.5714,920.9286,916.2857,914.5357,916.6786,911.2857,914.8929,912.0000,912.3929,910.9286,912.3929,912.0000,916.3214,912.0357,913.7857,908.8214,914.5000,911.6786,910.2143,914.8929" -normalizing a fully mergeable tiling of boxes - 2,"medium, embedded in 3d",100,24,2407200,1027.9550,1025.8604,1035.6571,18.1782,4.4978,41.8259,"1022.7083,1030.6250,1061.5417,1028.0833,1028.0833,1016.8750,1022.2500,1026.8750,1030.6250,1028.9583,1025.6250,1023.9167,1017.2500,1023.1250,1027.6667,1023.5417,1022.7083,1028.9583,1033.1250,1020.1667,1030.2083,1025.6250,1023.1250,1027.7083,1022.2500,1016.4583,1022.2500,1028.5417,1026.4583,1026.4583,1028.5417,1033.1250,1024.7500,1030.2083,1028.1250,1023.1250,1025.2083,1028.5417,1028.5000,1019.3333,1026.4583,1024.3333,1027.2500,1027.7083,1029.3750,1018.1250,1022.6667,1029.3750,1029.7917,1031.8750,1031.4583,1031.4583,1019.3750,1024.3333,1023.1250,1029.3750,1029.7917,1200.5417,1024.3333,1023.5417,1026.0417,1033.9583,1032.7083,1024.3750,1016.0000,1020.2083,1016.8333,1025.2083,1025.2083,1027.6667,1024.3333,1021.8750,1027.2917,1015.5833,1026.4583,1025.1667,1027.2500,1032.7083,1027.2917,1032.2917,1021.8750,1023.1250,1020.5833,1026.4583,1030.6250,1027.2917,1026.4583,1024.7500,1023.9583,1026.8750,1024.3750,1023.5000,1026.8750,1025.2083,1032.2917,1031.4583,1028.5417,1026.0417,1026.4167,1024.7917" -normalizing a fully mergeable tiling of boxes - 2,"large, native",100,1,3627000,37302.1200,37222.2200,37505.7700,604.5848,231.5039,1201.1839,"37339.0000,37018.0000,40164.0000,38401.0000,37549.0000,37689.0000,37539.0000,37239.0000,37158.0000,37378.0000,37178.0000,37129.0000,37328.0000,37099.0000,37239.0000,37248.0000,37259.0000,37449.0000,37209.0000,37148.0000,36808.0000,37018.0000,37119.0000,37289.0000,37198.0000,37359.0000,37169.0000,37268.0000,37348.0000,37399.0000,37029.0000,37118.0000,37409.0000,37149.0000,37298.0000,37048.0000,37279.0000,37248.0000,37149.0000,37148.0000,36898.0000,36969.0000,37158.0000,37399.0000,37209.0000,37178.0000,37199.0000,37329.0000,37289.0000,37238.0000,37479.0000,37109.0000,37419.0000,37068.0000,37249.0000,37229.0000,37359.0000,37589.0000,37249.0000,37048.0000,37239.0000,37238.0000,37319.0000,37059.0000,37048.0000,37058.0000,37219.0000,37409.0000,37199.0000,37238.0000,37299.0000,37229.0000,37288.0000,36898.0000,36928.0000,36968.0000,37028.0000,37139.0000,37278.0000,37229.0000,36908.0000,37299.0000,42188.0000,37128.0000,37168.0000,37179.0000,37038.0000,37249.0000,37088.0000,37469.0000,36848.0000,37319.0000,37148.0000,37128.0000,37179.0000,37238.0000,37269.0000,37108.0000,37268.0000,37409.0000" -normalizing a fully mergeable tiling of boxes - 2,"large, embedded in 3d",100,1,3948000,37847.0700,37757.5600,38095.4200,683.7265,158.6699,1416.7781,"37659.0000,37550.0000,43600.0000,38460.0000,37950.0000,38000.0000,37809.0000,37750.0000,37670.0000,37859.0000,37770.0000,37559.0000,37550.0000,37529.0000,37870.0000,37870.0000,37599.0000,37599.0000,37760.0000,37990.0000,37790.0000,37800.0000,37779.0000,37740.0000,37720.0000,37719.0000,37750.0000,37649.0000,37780.0000,37800.0000,37639.0000,37640.0000,37950.0000,37709.0000,37570.0000,37589.0000,37599.0000,37489.0000,37619.0000,37740.0000,37719.0000,37650.0000,37729.0000,37890.0000,37850.0000,37760.0000,37679.0000,37660.0000,37779.0000,37830.0000,37610.0000,37729.0000,37830.0000,37730.0000,37779.0000,37750.0000,37810.0000,37779.0000,37749.0000,37650.0000,37869.0000,37719.0000,37990.0000,37740.0000,37739.0000,37779.0000,37960.0000,37890.0000,37910.0000,37579.0000,37710.0000,37429.0000,37800.0000,37759.0000,37639.0000,37639.0000,37670.0000,37850.0000,37759.0000,37940.0000,37680.0000,37800.0000,37569.0000,37930.0000,37880.0000,37870.0000,37639.0000,37940.0000,37720.0000,37649.0000,37610.0000,37809.0000,37920.0000,37780.0000,37900.0000,37870.0000,37790.0000,37639.0000,41146.0000,37760.0000" -normalizing a fully mergeable tiling of boxes - 3,"small, native",100,97,2386200,217.2029,216.6489,219.7951,5.1628,0.2225,12.2528,"216.1546,216.4742,222.3608,216.1546,216.6701,216.5773,216.7835,216.5773,216.6804,216.3711,216.7835,216.2680,216.7835,216.6804,216.8866,216.4742,216.7835,216.7835,216.6804,216.8866,216.5670,216.8866,216.5773,216.8866,216.7835,216.7835,216.6804,216.7835,216.6804,216.5773,216.9897,216.5773,216.8866,216.6804,216.8866,216.6804,216.7835,216.5773,216.8866,216.4639,216.9794,216.4639,216.5773,216.9897,216.5773,216.8866,216.5773,216.7835,216.6804,216.6804,216.7835,216.7835,216.6804,216.7835,216.6804,216.4742,216.9897,216.5773,216.8866,216.5670,216.7732,216.7835,216.7835,216.7835,216.7835,216.6804,216.7835,216.6804,216.4742,216.9897,216.5773,216.8866,216.5773,216.7835,216.6804,216.6804,216.7835,268.2165,216.3711,216.6804,216.3711,216.3711,216.6804,216.3608,216.5670,216.3711,216.5773,216.2680,216.3711,216.2680,216.3711,216.2680,216.3608,216.2680,216.1649,216.5773,216.2680,216.4742,216.2680,216.4742" -normalizing a fully mergeable tiling of boxes - 3,"medium, native",100,17,2402100,1477.8576,1474.4135,1491.4176,29.7937,3.1268,68.9526,"1474.4118,1476.2353,1550.4706,1472.7059,1474.4706,1475.5882,1478.5882,1473.8824,1476.1765,1479.1765,1469.1765,1475.0000,1480.3529,1475.0588,1475.0000,1476.2353,1472.7059,1473.2353,1469.7647,1477.9412,1475.0588,1475.6471,1476.1765,1475.0588,1477.4118,1464.4118,1476.8235,1473.8235,1478.5882,1476.2353,1476.1765,1474.4706,1471.5294,1465.0000,1475.0000,1476.7647,1472.1176,1475.5882,1476.8235,1470.3529,1468.5294,1475.6471,1476.1765,1473.2941,1471.5294,1472.6471,1472.1176,1465.5882,1475.6471,1477.9412,1472.1176,1475.0588,1763.1765,1476.1765,1473.2941,1475.5882,1474.4706,1477.4118,1472.6471,1475.0588,1466.1765,1476.8235,1472.1176,1472.0588,1475.6471,1474.4118,1473.8824,1475.0588,1473.8235,1471.5294,1474.4118,1471.5294,1474.4706,1471.4706,1473.8824,1474.4118,1472.7059,1475.6471,1469.1176,1475.0588,1475.0000,1476.8235,1473.2941,1474.4118,1475.0588,1475.5882,1476.1765,1474.4706,1475.5882,1476.1765,1476.2353,1474.4118,1473.2353,1475.6471,1475.5882,1476.2353,1473.2941,1473.8235,1474.4706,1472.6471" -normalizing a fully mergeable tiling of boxes - 3,"large, native",100,1,4494400,45351.9600,45078.0700,45856.1500,1842.9638,1212.1758,3270.5682,"44633.0000,44572.0000,58048.0000,51726.0000,49262.0000,47378.0000,45975.0000,48820.0000,48540.0000,47177.0000,46446.0000,45394.0000,47417.0000,46215.0000,46096.0000,49021.0000,47348.0000,46626.0000,45945.0000,45765.0000,45364.0000,45054.0000,44843.0000,44773.0000,44933.0000,44623.0000,44993.0000,45595.0000,46556.0000,48430.0000,47548.0000,45715.0000,45184.0000,44973.0000,44883.0000,44533.0000,44793.0000,44933.0000,44492.0000,44652.0000,44653.0000,44713.0000,44783.0000,44673.0000,44742.0000,44542.0000,44332.0000,44422.0000,44402.0000,44753.0000,44542.0000,44403.0000,44532.0000,44382.0000,44523.0000,44372.0000,44603.0000,44462.0000,44452.0000,44483.0000,44502.0000,44453.0000,44542.0000,44613.0000,44272.0000,44552.0000,44282.0000,44333.0000,44191.0000,44632.0000,44483.0000,44562.0000,44422.0000,44602.0000,44352.0000,44423.0000,44342.0000,44592.0000,44513.0000,44522.0000,44763.0000,44593.0000,47608.0000,44944.0000,44512.0000,44733.0000,44903.0000,44753.0000,44603.0000,44753.0000,44382.0000,44512.0000,44552.0000,44923.0000,44683.0000,44462.0000,44402.0000,44642.0000,44502.0000,44743.0000" -performing set operations between randomized regions - 2d,"union, small, native",100,27,2419200,908.9141,906.9744,914.7152,15.5255,3.8205,33.5608,"907.9259,908.3333,971.4074,911.6667,908.2963,908.3333,908.6667,910.1852,908.3333,904.9630,901.6296,904.2593,906.8148,906.4815,911.2963,908.6667,909.4444,908.2963,911.2963,909.0741,904.9630,908.7037,906.4444,902.7778,907.5556,912.0370,909.4444,903.4815,904.2222,904.2593,910.1481,909.8148,906.1111,906.8148,908.7037,904.5926,910.5556,910.5556,908.2963,903.1481,906.4444,906.4815,906.8148,1045.2593,910.8889,909.8148,910.1852,897.5556,908.6667,907.5926,904.9630,902.7778,905.7037,903.1111,905.3333,905.3333,908.7037,909.0741,902.7407,896.0741,909.4444,909.0370,909.8148,907.1852,905.3704,910.5556,905.3333,903.8519,909.8148,909.8148,908.6667,909.0741,896.0741,910.5556,911.2593,910.1852,906.1111,904.9630,904.5926,898.2963,902.7407,906.8148,907.9630,906.4444,906.1111,902.7407,909.0741,909.0370,905.7037,904.9630,908.7037,899.7778,902.3704,907.1852,909.0741,913.4815,909.7778,911.2963,897.9259,908.7037" -performing set operations between randomized regions - 2d,"union, small, embedded in 3d",100,24,2416800,1043.3275,1042.3742,1046.1925,7.7166,3.1772,16.8912,"1043.1667,1038.9583,1112.4583,1054.8333,1050.6667,1051.9167,1050.6667,1047.7083,1045.2500,1043.1667,1048.1250,1046.0833,1049.0000,1042.7083,1041.8750,1039.7917,1043.1667,1043.5833,1045.2083,1044.0000,1046.4583,1043.9583,1043.5833,1043.1250,1041.0833,1043.1250,1044.0000,1043.9583,1040.6250,1041.4583,1044.7917,1037.2917,1044.4167,1043.1667,1042.2917,1040.6667,1043.5417,1045.2500,1039.3750,1037.2917,1041.4583,1038.9583,1043.5833,1044.8333,1042.7083,1042.3333,1038.9583,1041.0417,1043.1667,1044.4167,1042.7083,1041.5000,1041.8750,1037.2917,1043.5417,1048.1667,1043.5417,1041.5000,1040.2083,1044.8333,1042.2917,1041.4583,1040.6250,1040.6250,1044.0000,1046.0417,1042.3333,1041.4583,1036.5000,1040.6250,1041.8750,1046.4583,1044.0000,1038.9583,1040.6667,1035.6250,1041.4583,1044.4167,1045.2500,1043.5417,1040.6667,1035.6250,1035.6250,1038.5417,1041.9167,1044.8333,1041.8750,1043.1667,1040.6250,1038.1250,1039.8333,1045.2083,1043.5417,1038.9583,1039.7917,1042.7083,1045.2500,1038.1250,1041.9167,1039.7917" -performing set operations between randomized regions - 2d,"intersection, small, native",100,104,2371200,240.3737,240.0641,241.4552,2.6208,0.7227,5.9321,"239.8558,239.8654,246.5096,239.7596,241.5962,241.7885,241.5000,240.1442,238.7019,240.9231,239.7596,241.0192,239.6635,240.4423,240.8173,239.5769,240.3365,240.3462,240.4327,240.7308,240.4327,240.7308,240.5288,239.7692,240.3365,240.0577,239.7596,240.6250,239.8558,239.4712,239.4712,240.1442,240.1442,240.3462,240.3365,240.7308,240.1442,239.0962,240.0481,241.1154,240.4327,240.5385,240.1442,240.2500,239.9519,240.6346,239.6635,240.9231,240.0481,240.3365,239.9519,240.5288,239.1923,240.5288,240.2500,240.3365,240.4423,240.3365,241.0192,238.7981,240.1442,240.8269,240.8269,239.9519,240.2404,239.9615,238.6058,240.0481,240.6346,239.7596,240.2500,239.7596,240.6346,264.8077,238.7019,239.7692,240.1442,240.5385,239.8558,239.9519,239.9615,238.4135,240.1442,239.7692,239.5673,240.1538,239.5673,240.1442,237.8365,240.0577,239.2788,239.8558,239.1827,239.9519,239.4712,239.0000,238.9904,239.7596,239.9615,239.6635" -performing set operations between randomized regions - 2d,"intersection, small, embedded in 3d",100,94,2378200,248.5362,247.9887,249.9421,4.1947,2.0605,8.6655,"255.5745,255.2447,255.2447,247.6809,247.6809,247.4681,247.3617,247.2553,247.6809,247.5745,247.5745,247.2553,247.4681,247.7872,247.3617,247.3617,247.3617,247.6809,247.3617,247.2553,247.3617,248.0000,247.2553,247.3617,247.4681,247.3617,247.5745,247.4681,247.4681,247.3723,247.5745,247.3617,247.7872,247.3617,247.5851,247.3617,247.5745,247.3617,247.4681,247.6915,247.3617,247.3617,247.4681,248.0000,247.2660,247.2553,247.3617,247.6809,247.2553,247.5851,247.2553,247.4681,247.5745,247.3617,247.9043,247.2553,247.5745,247.2553,247.4681,247.2553,247.5745,247.3617,247.5745,247.4681,247.2553,247.6915,247.4681,247.3617,247.2553,247.7872,247.3723,247.4681,247.2553,247.7872,247.2553,247.3723,247.5745,247.4681,247.5745,247.3617,247.3723,247.4681,247.6809,247.3617,247.5745,247.2553,247.4681,247.4681,247.4681,247.4681,247.3617,247.4681,247.5745,283.7128,255.4574,255.6809,256.3191,253.2234,255.3617,255.5638" -performing set operations between randomized regions - 2d,"difference, small, native",100,24,2460000,957.0421,954.1229,964.5787,22.2451,10.7335,45.2887,"954.6250,953.8333,1012.7083,952.9583,950.4583,949.2500,955.4583,952.5833,955.8750,958.4167,956.3333,958.7917,955.0833,958.0000,955.8750,953.8333,956.7083,958.0000,955.9167,957.1250,955.0833,958.0000,952.1250,955.9167,958.3750,955.9167,952.5417,956.7500,954.6250,957.9583,953.4167,957.1250,954.6667,954.2083,956.3333,954.6250,957.1250,1037.7083,949.6250,949.2083,946.7083,949.6667,949.2083,948.3750,948.7917,950.0833,947.5417,1140.0000,947.1250,948.7917,949.2500,951.2917,951.7083,948.8333,949.2083,949.6250,950.5000,950.8750,948.7917,950.5000,950.0417,950.4583,950.9167,949.2083,950.4583,950.0833,950.4583,950.0417,949.6667,949.6250,951.2917,947.9583,951.3333,950.4583,949.2083,948.0000,949.2083,948.7917,950.0833,1018.5000,956.3333,954.6250,957.1667,953.3750,954.6667,955.4583,956.7500,954.6250,955.4583,956.3333,955.0417,955.5000,957.5417,955.5000,956.3333,954.2083,959.6667,957.5833,957.5417,954.6667" -performing set operations between randomized regions - 2d,"difference, small, embedded in 3d",100,21,2457000,1260.0714,1254.8905,1273.9805,39.8467,18.0604,83.6438,"1250.3810,1251.8095,1598.1429,1357.2381,1341.9524,1294.7619,1290.4286,1277.0952,1279.4762,1295.2381,1263.2381,1263.7619,1275.6667,1258.9524,1259.4286,1253.7143,1249.9048,1257.0476,1264.7143,1250.8095,1250.3333,1251.3333,1246.5714,1250.8571,1247.0476,1258.4762,1244.1429,1247.9524,1250.8571,1252.2857,1252.7619,1249.4286,1241.2857,1244.6190,1246.5714,1281.3810,1374.4286,1249.4286,1259.4286,1248.0000,1246.0476,1250.3810,1251.8095,1258.4762,1248.0000,1259.4286,1251.3333,1236.0952,1246.5238,1258.0476,1266.5714,1247.0476,1248.9524,1247.4762,1245.6190,1248.9524,1247.5238,1250.3810,1246.5238,1254.1905,1258.5238,1250.3333,1253.2381,1246.0952,1251.3333,1248.9524,1238.4286,1250.8571,1241.8095,1239.8571,1261.3333,1248.9048,1251.3333,1250.3810,1254.1905,1254.6667,1254.6667,1257.0476,1254.6667,1255.1429,1245.0952,1261.3810,1253.7143,1247.9524,1256.0952,1246.5238,1241.8095,1250.8571,1242.2381,1251.3333,1248.9524,1260.8571,1252.2857,1243.2381,1248.4762,1238.4286,1250.8571,1251.3333,1249.9048,1253.7143" -performing set operations between randomized regions - 2d,"union, medium, native",100,2,2629400,13520.1150,13481.1800,13619.6100,289.3996,72.0145,556.1872,"13529.5000,13610.0000,15809.0000,13790.5000,13574.5000,13620.0000,13504.5000,13570.0000,13499.5000,13509.5000,13560.0000,13559.5000,13595.0000,13424.5000,13454.5000,13494.5000,13379.5000,13560.0000,13424.5000,13464.5000,13394.5000,13489.5000,13414.5000,13454.5000,13519.5000,13474.5000,13474.5000,13439.5000,13454.5000,13429.5000,13424.5000,13449.5000,13309.5000,13474.5000,13449.5000,13544.5000,13444.5000,13429.5000,13534.5000,13434.5000,13394.5000,13539.5000,13650.0000,13540.0000,13524.5000,13444.5000,13509.5000,13389.5000,13479.5000,13449.5000,13449.5000,13444.5000,13489.5000,13489.5000,13464.5000,13460.0000,13459.5000,13424.5000,13494.5000,13444.5000,13504.5000,13369.5000,13504.5000,13475.0000,13549.5000,13529.5000,13500.0000,13459.5000,13429.5000,13424.5000,13559.5000,13434.5000,13475.0000,13444.5000,13459.5000,15117.5000,13515.0000,13549.5000,13384.5000,13469.5000,13469.5000,13485.0000,13489.5000,13544.5000,13495.0000,13449.5000,13394.5000,13479.5000,13439.5000,13449.5000,13399.5000,13494.5000,13454.5000,13434.5000,13474.5000,13494.5000,13494.5000,13575.0000,13414.5000,13409.5000" -performing set operations between randomized regions - 2d,"union, medium, embedded in 3d",100,2,2940000,13414.2500,13388.9800,13510.2500,221.7893,51.6611,514.1032,"13354.0000,13339.5000,15543.5000,13740.0000,13570.0000,13439.5000,13359.0000,13485.0000,13394.0000,13475.0000,13379.0000,13379.5000,13334.5000,13374.5000,13374.5000,13379.0000,13324.5000,13434.5000,13449.5000,13354.5000,13399.5000,13394.5000,13424.5000,13419.5000,13384.0000,13404.5000,13369.5000,13364.5000,13449.5000,13394.5000,13429.5000,13429.5000,13374.5000,13399.0000,13389.0000,13359.5000,13399.5000,13374.5000,13484.5000,13369.5000,13369.5000,13404.0000,13399.0000,13399.5000,13404.5000,13394.5000,13419.5000,13414.5000,13359.5000,13349.0000,13354.5000,13384.5000,13424.5000,13394.5000,13404.5000,13349.0000,13364.0000,13329.5000,13354.5000,13374.0000,13419.5000,13284.5000,13409.5000,13399.5000,13304.0000,13419.5000,13324.5000,13339.0000,13384.5000,13299.5000,13424.5000,13389.5000,13384.0000,13459.5000,13429.5000,13379.0000,13374.5000,13449.5000,13464.5000,13324.5000,13394.5000,13394.5000,13294.0000,13339.5000,13489.5000,13434.5000,13409.5000,13344.5000,13399.5000,13414.5000,13384.5000,13344.0000,13404.5000,13454.5000,13364.5000,13414.5000,13384.5000,13339.0000,13274.0000,13339.5000" -performing set operations between randomized regions - 2d,"intersection, medium, native",100,11,2423300,2269.8509,2265.6464,2286.1873,38.0615,6.0567,89.6124,"2248.6364,2274.1818,2308.7273,2275.9091,2275.0000,2268.6364,2264.1818,2265.0000,2270.5455,2274.0909,2267.7273,2275.9091,2270.4545,2259.5455,2262.2727,2265.9091,2262.3636,2642.0909,2265.9091,2255.0000,2276.9091,2269.5455,2269.6364,2264.0909,2268.6364,2271.3636,2268.6364,2266.9091,2268.6364,2267.8182,2274.0909,2263.1818,2266.0000,2266.8182,2268.7273,2258.6364,2266.8182,2269.6364,2270.4545,2270.4545,2270.4545,2268.6364,2272.3636,2269.5455,2258.6364,2261.3636,2266.8182,2258.6364,2265.0909,2265.0000,2266.8182,2257.8182,2260.4545,2259.5455,2259.5455,2270.5455,2265.9091,2268.6364,2277.8182,2273.2727,2274.0909,2262.2727,2259.6364,2268.6364,2265.9091,2265.0909,2258.6364,2256.8182,2253.1818,2266.9091,2262.2727,2259.5455,2257.7273,2269.6364,2269.5455,2272.3636,2268.6364,2260.4545,2258.6364,2266.9091,2266.8182,2265.0909,2262.2727,2264.0909,2255.9091,2266.0000,2269.5455,2261.3636,2256.8182,2263.1818,2263.1818,2264.0909,2272.3636,2268.6364,2262.3636,2259.5455,2263.1818,2263.1818,2262.2727,2262.2727" -performing set operations between randomized regions - 2d,"intersection, medium, embedded in 3d",100,11,2484900,2275.0927,2274.1255,2276.6136,6.0670,4.2338,10.6362,"2281.3636,2277.7273,2316.0000,2286.0000,2288.7273,2281.3636,2285.0909,2279.6364,2276.8182,2266.0000,2275.9091,2274.1818,2271.3636,2272.3636,2274.0909,2275.0909,2278.6364,2275.0909,2271.3636,2274.1818,2272.2727,2277.8182,2278.6364,2282.2727,2275.0909,2270.4545,2265.0000,2272.2727,2273.1818,2274.0909,2278.7273,2272.2727,2268.7273,2275.0000,2270.4545,2278.6364,2272.3636,2271.3636,2276.0000,2270.4545,2270.5455,2273.1818,2272.3636,2265.9091,2274.0909,2271.3636,2274.0909,2275.0000,2280.5455,2279.5455,2270.5455,2275.9091,2275.0909,2278.6364,2275.0000,2273.2727,2275.9091,2270.5455,2275.9091,2279.6364,2272.2727,2264.1818,2273.1818,2277.8182,2272.2727,2270.5455,2272.2727,2275.0909,2275.0000,2272.3636,2268.6364,2280.5455,2277.7273,2273.2727,2274.0909,2276.0000,2274.0909,2273.1818,2265.9091,2281.4545,2270.4545,2279.5455,2277.8182,2273.1818,2272.3636,2269.5455,2276.9091,2280.4545,2271.4545,2277.7273,2275.0909,2273.1818,2275.9091,2276.9091,2276.8182,2262.2727,2278.6364,2276.0000,2273.1818,2278.7273" -performing set operations between randomized regions - 2d,"difference, medium, native",100,3,2458800,7684.2733,7658.5333,7750.1333,184.6710,23.9588,334.8667,"7687.3333,7687.3333,8956.3333,7777.3333,7700.6667,7664.0000,7690.6667,7700.6667,7650.3333,7664.0000,7664.0000,7670.3333,7664.0000,7680.6667,7667.0000,7677.0000,7640.6667,7667.0000,7637.0000,7640.6667,7640.3333,7630.6667,7663.6667,7630.6667,7617.0000,7654.0000,7637.0000,7634.0000,7647.3333,7640.3333,7647.3333,7673.6667,7650.6667,7617.0000,7684.0000,7654.0000,7657.0000,7657.0000,7637.3333,7653.6667,7670.6667,7637.0000,7643.6667,7630.6667,7637.0000,7617.3333,7663.6667,7647.3333,7674.0000,7650.3333,7674.0000,7674.0000,7687.0000,7677.3333,7654.0000,7674.0000,7657.0000,7634.0000,7683.6667,7643.6667,7654.0000,7673.6667,7650.6667,7660.6667,7660.3333,7684.0000,7690.6667,8976.3333,7667.3333,7670.6667,7653.6667,7667.3333,7640.3333,7627.0000,7667.3333,7660.3333,7640.6667,7664.0000,7630.3333,7660.6667,7640.3333,7664.0000,7633.6667,7667.0000,7657.3333,7680.6667,7640.3333,7650.6667,7677.0000,7627.0000,7677.3333,7627.0000,7694.0000,7680.6667,7623.6667,7617.3333,7643.6667,7647.3333,7700.6667,7633.6667" -performing set operations between randomized regions - 2d,"difference, medium, embedded in 3d",100,3,2568900,8776.5733,8765.0167,8817.5233,99.6327,28.7624,227.9856,"8769.0000,8752.3333,9721.0000,8836.3333,8776.0000,8799.3333,8769.3333,8796.0000,8796.0000,8769.3333,8779.3333,8762.6667,8749.3333,8786.0000,8782.6667,8732.6667,8742.6667,8752.6667,8752.3333,8769.0000,8745.6667,8792.6667,8739.0000,8742.6667,8832.6667,8755.6667,8696.0000,8752.6667,8762.6667,8802.6667,8789.3333,8739.3333,8799.3333,8756.0000,8796.0000,8812.6667,8776.0000,8776.0000,8806.0000,8786.0000,8755.6667,8799.3333,8782.6667,8776.0000,8759.3333,8762.6667,8792.6667,8749.3333,8725.6667,8813.0000,8769.3333,8802.6667,8756.0000,8749.0000,8792.6667,8776.0000,8772.6667,8769.3333,8796.0000,8782.6667,8806.0000,8776.0000,8749.3333,8772.6667,8742.6667,8739.3333,8792.6667,8735.6667,8762.3333,8742.6667,8722.6667,8776.0000,8792.6667,8739.3333,8732.6667,8799.3333,8722.6667,8782.6667,8762.6667,8812.6667,8655.6667,8779.3333,8772.6667,8776.0000,8732.6667,8746.0000,8802.6667,8789.3333,8766.0000,8799.3333,8799.3333,8722.6667,8776.0000,8726.0000,8769.3333,8729.0000,8709.0000,8776.0000,8749.3333,8682.6667" -performing set operations between randomized regions - 2d,"union, large, native",100,1,15856300,158790.4200,158174.4300,159430.9500,3202.1340,2594.6242,4262.0851,"153048.0000,152567.0000,165762.0000,160833.0000,159290.0000,159150.0000,159921.0000,159541.0000,159130.0000,158538.0000,162937.0000,159531.0000,159480.0000,160031.0000,159401.0000,159670.0000,159411.0000,159901.0000,159440.0000,159460.0000,159610.0000,158499.0000,159670.0000,159401.0000,159440.0000,159270.0000,159651.0000,159711.0000,159219.0000,158879.0000,159009.0000,159501.0000,159240.0000,159650.0000,159431.0000,173096.0000,159711.0000,158849.0000,159200.0000,159620.0000,159691.0000,159981.0000,159169.0000,159521.0000,159019.0000,159871.0000,160423.0000,159670.0000,159641.0000,158909.0000,159962.0000,159941.0000,159480.0000,158809.0000,159490.0000,160242.0000,159861.0000,159580.0000,159922.0000,159059.0000,163268.0000,159380.0000,159290.0000,159931.0000,158929.0000,159320.0000,159831.0000,160042.0000,159560.0000,159721.0000,159891.0000,159911.0000,159320.0000,159099.0000,159190.0000,159170.0000,160092.0000,159240.0000,159149.0000,159882.0000,159540.0000,159521.0000,159350.0000,159931.0000,159511.0000,168617.0000,152918.0000,153109.0000,152607.0000,152858.0000,152427.0000,152657.0000,152598.0000,152767.0000,153058.0000,152978.0000,152306.0000,152558.0000,153148.0000,152427.0000" -performing set operations between randomized regions - 2d,"union, large, embedded in 3d",100,1,16929000,171597.9000,171439.2800,171864.1700,1027.7852,669.2869,1464.3804,"171122.0000,171313.0000,176443.0000,172835.0000,172354.0000,171353.0000,171523.0000,171494.0000,171553.0000,175400.0000,171473.0000,171663.0000,171714.0000,172094.0000,171664.0000,171122.0000,171283.0000,171373.0000,170792.0000,171373.0000,171192.0000,171272.0000,171483.0000,171653.0000,171403.0000,171153.0000,170952.0000,171924.0000,171713.0000,171103.0000,171473.0000,171413.0000,176533.0000,171212.0000,171043.0000,171212.0000,171453.0000,171302.0000,171263.0000,171663.0000,171362.0000,171664.0000,171603.0000,171173.0000,171363.0000,171162.0000,170912.0000,171153.0000,171643.0000,171433.0000,171634.0000,171132.0000,171413.0000,170782.0000,171063.0000,172615.0000,175430.0000,171583.0000,171393.0000,171052.0000,171764.0000,171122.0000,172014.0000,171484.0000,171202.0000,170922.0000,171203.0000,171734.0000,171503.0000,171453.0000,170742.0000,171423.0000,171252.0000,171073.0000,170972.0000,171683.0000,171133.0000,171683.0000,171263.0000,175080.0000,171333.0000,171483.0000,171533.0000,171183.0000,171343.0000,171102.0000,170912.0000,171323.0000,171563.0000,171132.0000,170812.0000,171002.0000,171804.0000,171303.0000,171463.0000,171363.0000,171202.0000,171423.0000,170812.0000,171073.0000" -performing set operations between randomized regions - 2d,"intersection, large, native",100,2,4052400,18786.4300,18750.4000,18886.3150,276.1694,60.8825,572.3729,"18739.5000,18739.5000,20122.5000,18950.0000,18844.5000,18799.5000,18834.5000,18870.0000,18834.5000,18754.5000,18830.0000,18724.5000,18799.5000,18785.0000,18829.5000,18784.5000,18765.0000,18779.5000,18764.5000,18779.5000,18750.0000,18669.0000,18875.0000,18799.5000,18739.5000,18704.5000,18754.5000,18699.5000,18739.5000,18764.5000,18684.5000,18880.0000,18724.5000,18754.5000,18724.5000,18709.5000,18709.5000,18649.5000,18729.5000,18744.5000,18744.5000,18775.0000,18749.5000,18644.5000,18689.0000,18719.5000,18779.5000,18789.5000,18714.5000,18749.5000,18659.5000,18729.5000,18709.5000,18770.0000,18714.5000,18744.5000,18749.5000,18659.5000,18654.5000,18689.5000,18734.5000,18819.5000,18784.5000,18714.5000,18689.0000,18619.0000,18734.5000,18760.0000,18739.5000,18759.5000,18819.5000,18704.5000,18775.0000,18764.5000,18779.5000,18759.5000,18724.5000,18784.5000,21109.0000,18744.5000,18880.0000,18754.5000,18724.5000,18714.5000,18699.5000,18794.5000,18745.0000,18784.5000,18684.5000,18759.5000,18729.5000,18744.5000,18760.0000,18669.0000,18755.0000,18709.5000,18659.5000,18714.5000,18689.5000,18779.5000" -performing set operations between randomized regions - 2d,"intersection, large, embedded in 3d",100,2,4155800,21257.0850,21229.8700,21322.6700,201.4872,65.1996,370.6483,"21234.0000,21139.0000,22411.5000,21324.5000,21349.5000,21219.5000,21299.5000,21224.0000,21329.5000,21114.0000,21269.5000,21274.5000,21299.5000,21139.0000,21284.5000,21169.0000,21254.5000,21119.0000,21184.0000,21239.5000,21189.0000,21289.5000,21269.5000,21319.5000,21194.0000,21289.5000,21259.5000,21309.5000,21209.0000,21229.5000,21199.0000,21129.0000,21349.5000,21219.0000,21269.5000,21219.0000,21279.5000,21124.0000,21219.5000,21204.0000,21204.5000,21184.0000,21189.5000,21224.0000,21194.5000,21259.0000,21159.5000,21344.5000,21119.0000,21314.5000,21174.0000,22757.5000,21209.0000,21334.5000,21194.5000,21274.0000,21179.5000,21324.5000,21204.0000,21294.5000,21234.5000,21279.0000,21264.5000,21154.0000,21284.5000,21244.5000,21319.5000,21164.0000,21279.5000,21149.0000,21224.5000,21204.0000,21189.5000,21229.0000,21354.5000,21169.5000,21179.0000,21219.5000,21149.0000,21299.5000,21134.0000,21204.0000,21199.5000,21269.5000,21184.0000,21269.5000,21139.0000,21189.0000,21194.5000,21254.5000,21174.0000,21269.5000,21259.0000,21044.0000,21299.5000,21184.5000,21344.5000,21254.0000,21244.5000,21219.0000" -performing set operations between randomized regions - 2d,"difference, large, native",100,1,63392800,637186.5400,635742.5800,638391.8500,6731.0094,5644.1086,7866.7962,"627698.0000,621025.0000,650592.0000,639670.0000,640562.0000,638709.0000,641073.0000,638148.0000,640121.0000,640052.0000,638348.0000,642966.0000,638578.0000,641795.0000,644910.0000,638739.0000,636444.0000,638889.0000,634852.0000,640452.0000,644469.0000,641615.0000,639460.0000,636594.0000,637246.0000,636665.0000,645131.0000,639971.0000,642436.0000,639340.0000,638719.0000,643819.0000,643788.0000,644630.0000,634812.0000,641393.0000,637667.0000,639220.0000,638448.0000,645091.0000,639600.0000,642636.0000,636645.0000,640031.0000,638317.0000,643859.0000,636304.0000,640212.0000,638177.0000,641805.0000,640021.0000,639741.0000,642035.0000,638739.0000,637787.0000,635923.0000,642316.0000,638027.0000,642065.0000,644891.0000,642596.0000,637717.0000,639821.0000,636475.0000,642305.0000,638649.0000,638979.0000,638198.0000,643177.0000,637817.0000,639580.0000,635673.0000,635112.0000,636174.0000,641394.0000,633429.0000,636895.0000,638128.0000,638217.0000,639070.0000,641063.0000,638228.0000,639219.0000,642747.0000,645261.0000,624923.0000,623029.0000,625243.0000,622048.0000,634891.0000,621506.0000,625213.0000,621597.0000,625253.0000,621766.0000,624041.0000,629241.0000,619232.0000,619843.0000,621636.0000" -performing set operations between randomized regions - 2d,"difference, large, embedded in 3d",100,1,67525800,671807.4600,669864.1200,673640.3400,9628.9044,8960.9860,10423.3460,"680348.0000,691629.0000,666591.0000,659789.0000,659228.0000,660530.0000,668675.0000,659228.0000,658406.0000,659909.0000,658195.0000,661603.0000,665339.0000,655330.0000,658266.0000,655681.0000,660841.0000,660580.0000,665580.0000,660901.0000,658516.0000,660019.0000,661302.0000,658666.0000,671751.0000,659969.0000,661932.0000,659118.0000,658877.0000,659488.0000,666361.0000,659137.0000,659338.0000,658486.0000,657935.0000,657675.0000,667543.0000,659218.0000,661602.0000,658526.0000,660831.0000,660530.0000,668816.0000,683784.0000,678925.0000,678775.0000,677803.0000,680989.0000,683554.0000,677071.0000,677232.0000,678344.0000,678845.0000,678043.0000,683854.0000,677793.0000,676751.0000,677793.0000,677702.0000,679927.0000,682722.0000,676811.0000,677402.0000,679336.0000,678384.0000,680438.0000,682852.0000,677733.0000,676921.0000,677813.0000,677272.0000,682101.0000,682522.0000,676901.0000,677362.0000,679817.0000,678334.0000,677472.0000,681881.0000,678764.0000,677302.0000,679035.0000,675869.0000,678955.0000,683604.0000,677242.0000,676440.0000,678524.0000,681559.0000,684937.0000,677612.0000,679987.0000,676480.0000,678113.0000,676951.0000,688413.0000,671301.0000,680608.0000,678695.0000,676811.0000" -performing set operations between randomized regions - 3d,"union, small, native",100,7,2651600,3955.0429,3882.8514,4301.7800,691.1705,13.2872,1647.1789,"3881.2857,3880.0000,4296.4286,3907.1429,3898.5714,3885.7143,3895.5714,3895.5714,3878.5714,3879.8571,3908.4286,3884.2857,3888.5714,3897.1429,3888.4286,3874.2857,3882.7143,3895.7143,3884.2857,3878.4286,3891.4286,3894.2857,3902.8571,3888.5714,3901.2857,3858.5714,3889.8571,3907.1429,3885.7143,3881.4286,3877.0000,3878.5714,3879.8571,3901.4286,3905.7143,3874.2857,3892.7143,3875.5714,3885.7143,10818.7143,3892.8571,3868.5714,3895.5714,3875.7143,3892.8571,3875.5714,3891.4286,3891.4286,3874.1429,3865.7143,3874.1429,3861.2857,3867.0000,3855.5714,3872.8571,3872.7143,3891.4286,3881.2857,3884.1429,3857.0000,3894.2857,3878.5714,3878.4286,3871.4286,3877.0000,3882.8571,3901.4286,3884.1429,3867.0000,3872.7143,3892.8571,3860.0000,3872.7143,3875.7143,3889.8571,3865.7143,3881.2857,3875.7143,3881.2857,3868.4286,3885.7143,3872.7143,3895.7143,3862.7143,3882.8571,3884.1429,3874.1429,3864.1429,3891.4286,3854.1429,3877.1429,3862.7143,3887.1429,3865.5714,3874.2857,3877.0000,3892.7143,3878.5714,3881.2857,3855.7143" -performing set operations between randomized regions - 3d,"intersection, small, native",100,169,2366000,148.5298,148.2103,149.6789,2.7903,0.6958,6.4503,"148.6154,148.6095,149.1479,148.0237,148.3728,148.7337,149.1479,149.2663,149.2071,148.4911,148.4320,149.2663,149.3254,149.0888,148.1953,148.3136,148.9704,147.8402,147.1953,148.9645,147.9586,147.8994,146.1775,148.2604,149.0296,149.2071,148.4911,148.0828,147.8994,147.8402,148.3195,148.4911,147.9053,148.1953,149.0888,148.0828,147.8402,147.8462,145.9467,148.9053,146.6568,147.4260,147.9586,148.3195,148.3787,147.9586,148.2012,148.4911,147.8462,147.7811,148.0828,148.8521,147.8994,147.0710,148.8521,148.0828,148.6686,148.8521,148.9112,148.2012,147.8402,148.5562,148.9112,148.7278,148.4379,148.2012,148.7278,148.8521,145.3550,147.9586,147.9645,147.9586,175.2959,148.8462,147.3728,148.9704,148.4911,148.7929,148.9704,148.8521,148.4911,148.6154,147.0710,148.9704,149.0888,148.3787,148.1953,148.9704,148.3787,146.5385,148.0769,148.7337,146.8343,147.0118,148.2604,148.2012,148.3728,148.9704,148.4379,147.1302" -performing set operations between randomized regions - 3d,"difference, small, native",100,19,2471900,1419.0868,1416.1311,1429.9637,25.8072,6.5937,59.6605,"1413.1053,1408.8947,1666.2105,1443.1579,1430.0000,1433.1053,1417.8421,1411.5263,1434.1579,1418.9474,1422.0526,1440.5263,1422.5789,1414.6842,1402.0526,1413.6316,1418.8947,1416.2632,1417.3158,1421.0526,1416.2632,1409.9474,1411.0000,1425.2105,1431.5789,1411.5263,1421.5263,1417.3158,1417.3158,1418.8947,1416.7895,1424.1579,1409.4211,1410.4737,1410.4737,1405.1579,1424.2105,1418.3684,1412.0526,1411.0000,1412.0526,1415.2105,1412.0526,1415.2105,1414.6842,1412.5789,1409.4211,1416.7895,1416.7895,1422.5789,1417.8421,1411.0000,1410.4211,1422.0526,1416.7895,1418.3684,1412.5789,1413.6316,1419.4211,1418.9474,1411.0000,1412.5263,1413.0526,1407.7895,1402.0526,1418.8947,1427.3684,1413.6316,1416.7895,1428.8947,1411.5263,1408.3684,1417.8421,1414.6842,1418.4211,1426.2632,1419.4211,1415.2105,1413.1053,1409.9474,1418.8947,1419.4211,1417.3158,1407.8421,1416.7895,1418.8947,1409.4211,1414.6842,1412.5789,1418.8947,1417.3158,1407.8421,1414.6842,1416.2632,1418.8947,1415.7895,1404.6316,1417.8421,1418.4211,1418.3684" -performing set operations between randomized regions - 3d,"union, medium, native",100,2,4479400,22534.1150,22464.8450,22767.9600,578.2640,191.8437,1295.9856,"22426.5000,22462.0000,27857.0000,23333.5000,22902.5000,22677.0000,22627.0000,22777.0000,22762.0000,22887.5000,22612.0000,22732.0000,22662.0000,22437.0000,22742.0000,22622.0000,22582.0000,22391.5000,22426.5000,22541.5000,22406.5000,22371.5000,22487.0000,22391.5000,22486.5000,22481.5000,22286.5000,22336.5000,22311.0000,22507.0000,22396.5000,22672.0000,22336.5000,22386.5000,22321.0000,22391.5000,22396.5000,22376.5000,22567.0000,22371.5000,22376.5000,22692.0000,22562.0000,22381.5000,22381.5000,22336.0000,22266.5000,22552.0000,22276.0000,22346.5000,22261.0000,22346.5000,22361.5000,22396.5000,22281.5000,22341.5000,22341.0000,22381.5000,22381.5000,22376.5000,22441.5000,22601.5000,22301.5000,22426.5000,22542.0000,22556.5000,22301.5000,22612.0000,22396.5000,22341.5000,22306.0000,22316.5000,22326.5000,22376.5000,22331.0000,22417.0000,23899.0000,22306.5000,22256.0000,22381.5000,22351.5000,22306.5000,22491.5000,22511.5000,22356.5000,22421.5000,22562.0000,22311.0000,22557.0000,22602.0000,22556.5000,22512.0000,22702.0000,22707.0000,22431.5000,22446.5000,22386.5000,22537.0000,22341.5000,22501.5000" -performing set operations between randomized regions - 3d,"intersection, medium, native",100,10,2581000,2556.7600,2555.4060,2558.4210,7.5893,6.0739,10.3917,"2556.6000,2556.6000,2591.7000,2562.7000,2564.6000,2552.6000,2559.7000,2562.6000,2555.7000,2554.6000,2559.7000,2542.6000,2562.7000,2565.7000,2558.6000,2553.7000,2562.7000,2552.6000,2547.6000,2544.7000,2555.6000,2555.7000,2557.6000,2562.6000,2564.7000,2565.7000,2559.6000,2561.7000,2546.6000,2552.7000,2558.6000,2546.7000,2555.6000,2553.7000,2557.6000,2567.6000,2543.7000,2549.6000,2560.7000,2554.6000,2551.7000,2550.6000,2552.7000,2557.6000,2555.7000,2551.6000,2563.7000,2552.6000,2549.7000,2556.6000,2550.7000,2557.6000,2556.6000,2539.6000,2557.7000,2549.6000,2553.7000,2551.6000,2558.7000,2562.7000,2565.6000,2586.7000,2543.6000,2558.6000,2556.7000,2564.7000,2561.6000,2548.7000,2552.6000,2557.7000,2559.6000,2549.6000,2550.6000,2554.7000,2545.6000,2557.7000,2549.6000,2556.7000,2565.7000,2565.6000,2565.7000,2567.7000,2555.6000,2562.7000,2555.7000,2555.6000,2555.7000,2552.6000,2555.7000,2557.6000,2560.7000,2558.7000,2555.6000,2560.7000,2555.6000,2551.7000,2548.6000,2549.7000,2564.6000,2553.7000" -performing set operations between randomized regions - 3d,"difference, medium, native",100,3,3374100,11406.7900,11388.6600,11472.8400,157.0100,43.1027,360.3121,"11381.0000,11374.3333,12903.6667,11511.3333,11487.6667,11481.3333,11431.0000,11434.3333,11340.6667,11341.0000,11377.6667,11407.6667,11344.0000,11397.3333,11421.0000,11364.0000,11481.3333,11411.0000,11477.6667,11351.0000,11397.6667,11384.0000,11411.0000,11414.3333,11434.3333,11421.0000,11441.0000,11517.6667,11441.0000,11404.3333,11451.0000,11381.0000,11421.0000,11367.3333,11414.3333,11384.0000,11381.0000,11381.0000,11474.3333,11337.6667,11337.6667,11364.0000,11397.6667,11377.6667,11427.6667,11367.6667,11414.3333,11371.0000,11397.6667,11357.3333,11448.0000,11397.3333,11384.0000,11444.6667,11314.0000,11451.0000,11357.6667,11357.6667,11344.0000,11371.0000,11387.6667,11391.0000,11347.3333,11340.6667,11314.0000,11374.0000,11451.3333,11360.6667,11371.0000,11284.0000,11367.6667,11367.6667,11471.0000,11377.6667,11381.0000,11371.0000,11350.6667,11447.6667,11354.0000,11367.6667,11334.3333,11364.0000,11387.6667,11381.0000,11347.6667,11367.3333,11364.3333,11431.0000,11347.6667,11444.3333,11371.0000,11394.3333,11357.3333,11414.0000,11350.6667,11387.6667,11414.3333,11290.6667,11391.0000,11401.0000" -performing set operations between randomized regions - 3d,"union, large, native",100,1,212501400,2124888.3800,2113187.0500,2134745.7800,54775.4361,46222.2917,62377.0154,"2147368.0000,2148060.0000,2161735.0000,2150955.0000,2155704.0000,2130215.0000,2011582.0000,2017742.0000,2014746.0000,2009397.0000,2015218.0000,2018393.0000,2015207.0000,2020438.0000,2015278.0000,2020929.0000,2017121.0000,2017712.0000,2010859.0000,2015488.0000,2010929.0000,2094477.0000,2167716.0000,2153190.0000,2158329.0000,2148330.0000,2159881.0000,2145133.0000,2155443.0000,2159161.0000,2156926.0000,2141387.0000,2152919.0000,2148821.0000,2160133.0000,2146436.0000,2240334.0000,2151736.0000,2151846.0000,2159571.0000,2144322.0000,2150574.0000,2147969.0000,2160494.0000,2158569.0000,2153440.0000,2158159.0000,2140074.0000,2142810.0000,2152337.0000,2144663.0000,2149523.0000,2152098.0000,2142739.0000,2149953.0000,2147147.0000,2148711.0000,2144192.0000,2150074.0000,2156766.0000,2150554.0000,2155464.0000,2150695.0000,2157127.0000,2162537.0000,2151506.0000,2146807.0000,2159040.0000,2148952.0000,2152898.0000,2146456.0000,2145195.0000,2149181.0000,2150083.0000,2156035.0000,2148750.0000,2158238.0000,2145765.0000,2155122.0000,2150604.0000,2147058.0000,2018013.0000,2022521.0000,2011240.0000,2016611.0000,2071234.0000,2152988.0000,2145103.0000,2146065.0000,2148320.0000,2146847.0000,2143440.0000,2149893.0000,2157698.0000,2151266.0000,2145785.0000,2146557.0000,2159471.0000,2149342.0000,2146918.0000" -performing set operations between randomized regions - 3d,"intersection, large, native",100,2,2986800,15050.9650,15031.0150,15112.9800,162.0936,49.2867,351.9210,"15138.0000,15067.5000,15589.0000,15082.5000,15052.5000,15102.5000,15063.0000,15117.5000,15107.5000,14992.5000,15022.5000,14977.5000,15062.5000,15052.5000,15087.5000,15017.5000,15092.5000,15093.0000,14997.5000,14972.0000,15037.5000,15022.5000,14992.5000,15012.5000,15087.5000,15017.5000,14997.5000,15087.5000,14992.5000,14997.5000,15062.5000,15088.0000,15107.5000,15037.5000,15098.0000,15037.5000,15022.5000,15032.5000,14962.5000,15027.5000,15087.5000,15107.5000,15017.5000,15088.0000,14977.5000,15002.5000,14987.0000,14982.0000,15123.0000,15037.5000,15017.5000,14987.5000,15017.5000,14992.5000,15012.5000,15032.5000,14927.5000,15017.5000,15047.5000,14947.5000,15042.5000,15062.5000,15077.5000,14992.5000,14987.5000,15027.5000,14962.5000,15067.5000,15047.5000,14972.5000,15042.5000,14977.5000,14992.5000,15072.5000,14987.5000,15012.5000,14982.5000,15012.5000,14972.5000,15057.5000,14987.5000,15037.5000,14997.5000,15048.0000,15002.0000,14962.0000,14942.5000,14992.5000,15042.5000,14967.5000,15037.5000,15087.5000,15043.0000,15012.5000,15027.5000,15072.5000,15007.5000,15137.5000,15027.5000,16495.5000" -performing set operations between randomized regions - 3d,"difference, large, native",100,1,627379000,6214396.7000,6190542.2800,6238259.2700,121809.7846,104017.6352,158682.9094,"6303525.0000,6297555.0000,6453380.0000,6732809.0000,6299969.0000,6272438.0000,6293888.0000,6253962.0000,6181094.0000,6022774.0000,5968741.0000,5981906.0000,5950517.0000,6160324.0000,6264592.0000,6294810.0000,6255054.0000,6268209.0000,6273419.0000,6204068.0000,6001012.0000,5993308.0000,6016142.0000,5984370.0000,6006342.0000,6291844.0000,6301972.0000,6265875.0000,6301852.0000,6269010.0000,6264642.0000,6293778.0000,6261276.0000,6271896.0000,6251738.0000,6260033.0000,6256406.0000,6280493.0000,6264752.0000,6257818.0000,6249484.0000,6259101.0000,6267216.0000,6262969.0000,6255665.0000,6301763.0000,6302915.0000,6264682.0000,6279260.0000,6324706.0000,6266557.0000,6288537.0000,6259903.0000,6203667.0000,6024948.0000,6043222.0000,5977428.0000,6149384.0000,6260644.0000,6251327.0000,6248301.0000,6152569.0000,6009148.0000,6073730.0000,6117564.0000,6358159.0000,6322733.0000,6254242.0000,6256557.0000,6270324.0000,6258781.0000,6267958.0000,6257429.0000,6288808.0000,6027783.0000,6014409.0000,6026521.0000,6015009.0000,6010580.0000,6263440.0000,6265443.0000,6297414.0000,6263100.0000,6260264.0000,6261215.0000,6151899.0000,6141448.0000,6259361.0000,6215990.0000,6018405.0000,6150125.0000,6238342.0000,6246979.0000,6236098.0000,6272798.0000,6262609.0000,6260654.0000,6305779.0000,6262198.0000,6254533.0000" -"normalizing a fully mergeable, complex tiling of boxes - 2d","small, native",100,11,2414500,2282.2827,2276.5064,2302.7200,48.1842,7.7311,108.4810,"2272.3636,2275.0000,2442.6364,2293.1818,2285.0909,2273.2727,2282.2727,2286.9091,2271.4545,2276.8182,2286.9091,2289.6364,2279.5455,2281.3636,2274.1818,2287.8182,2277.7273,2272.3636,2293.2727,2283.1818,2275.0909,2287.8182,2275.9091,2283.2727,2280.5455,2266.8182,2264.0909,2281.4545,2286.0000,2271.3636,2279.6364,2279.5455,2283.1818,2280.5455,2277.7273,2273.1818,2284.1818,2278.6364,2266.0000,2281.3636,2281.4545,2279.6364,2278.6364,2276.0000,2262.2727,2269.6364,2278.6364,2283.2727,2273.1818,2280.4545,2280.5455,2270.4545,2281.4545,2276.8182,2265.9091,2278.6364,2275.9091,2271.3636,2275.0000,2268.6364,2265.0000,2726.8182,2289.6364,2276.8182,2266.0000,2273.1818,2281.4545,2267.7273,2278.7273,2276.8182,2271.4545,2284.1818,2276.8182,2274.1818,2276.8182,2281.4545,2270.4545,2280.5455,2271.4545,2277.7273,2270.5455,2271.3636,2256.8182,2260.4545,2273.2727,2272.2727,2271.4545,2274.0909,2275.0909,2264.0909,2271.4545,2281.3636,2276.9091,2279.6364,2260.4545,2273.1818,2268.7273,2278.6364,2266.0000,2265.9091" -"normalizing a fully mergeable, complex tiling of boxes - 2d","small, embedded in 3d",100,9,2388600,2652.4767,2644.0722,2673.5144,62.8089,32.0142,124.0691,"2660.3333,2640.3333,2903.0000,2664.8889,2665.8889,2677.1111,2651.4444,2658.2222,2657.0000,2666.0000,2659.2222,2642.6667,2645.8889,2650.3333,2652.5556,2647.0000,3153.5556,2639.2222,2645.8889,2644.7778,2640.3333,2648.2222,2663.6667,2640.3333,2629.2222,2650.4444,2642.5556,2650.3333,2645.8889,2633.6667,2650.3333,2641.4444,2651.4444,2647.1111,2650.3333,2635.8889,2642.5556,2654.8889,2644.7778,2641.4444,2648.1111,2637.0000,2635.8889,2639.2222,2644.7778,2639.2222,2640.3333,2640.3333,2641.4444,2816.2222,2634.7778,2629.2222,2613.5556,2633.6667,2627.0000,2634.7778,2631.4444,2635.8889,2626.8889,2633.6667,2639.3333,2622.4444,2627.0000,2612.5556,2632.5556,2624.7778,2632.5556,2633.6667,2624.7778,2634.7778,2631.4444,2633.6667,2635.8889,2627.0000,2631.4444,2635.8889,2627.0000,2638.1111,2642.5556,2624.7778,2638.1111,2633.6667,2628.1111,2646.0000,2639.2222,2620.3333,2638.1111,2635.8889,2631.4444,2643.6667,2820.6667,2639.2222,2644.8889,2647.0000,2660.3333,2662.6667,2637.0000,2642.5556,2653.6667,2659.2222" -"normalizing a fully mergeable, complex tiling of boxes - 2d","large, native",100,1,151765700,1507627.1300,1501617.2700,1513045.8100,28957.7073,26567.2619,30700.3510,"1532222.0000,1528675.0000,1531521.0000,1528155.0000,1532353.0000,1528345.0000,1529016.0000,1533104.0000,1528074.0000,1531691.0000,1529256.0000,1528525.0000,1532943.0000,1527864.0000,1534757.0000,1528095.0000,1527975.0000,1530429.0000,1528475.0000,1529126.0000,1507275.0000,1469213.0000,1474924.0000,1471457.0000,1469243.0000,1473160.0000,1467921.0000,1467609.0000,1507085.0000,1522454.0000,1532574.0000,1528094.0000,1527754.0000,1533605.0000,1529266.0000,1528054.0000,1533164.0000,1529347.0000,1527944.0000,1519819.0000,1519849.0000,1521722.0000,1521523.0000,1529196.0000,1532172.0000,1527884.0000,1532242.0000,1526782.0000,1528155.0000,1533053.0000,1527954.0000,1533264.0000,1527383.0000,1529738.0000,1534516.0000,1528755.0000,1528635.0000,1484482.0000,1466909.0000,1471367.0000,1467409.0000,1467089.0000,1495312.0000,1529046.0000,1527604.0000,1533595.0000,1527183.0000,1531080.0000,1528896.0000,1529206.0000,1532253.0000,1527283.0000,1531341.0000,1495423.0000,1467349.0000,1471136.0000,1469704.0000,1469223.0000,1471637.0000,1465937.0000,1465866.0000,1465946.0000,1460607.0000,1465495.0000,1458242.0000,1458773.0000,1464995.0000,1462871.0000,1462841.0000,1464915.0000,1463001.0000,1461748.0000,1468211.0000,1462971.0000,1475645.0000,1521973.0000,1528776.0000,1529858.0000,1526822.0000,1529307.0000" -"normalizing a fully mergeable, complex tiling of boxes - 2d","large, embedded in 3d",100,1,172734200,1712567.6400,1705390.7300,1718177.6100,32238.6265,26677.7791,37108.6450,"1726430.0000,1728724.0000,1753561.0000,1731970.0000,1727291.0000,1727702.0000,1728505.0000,1728855.0000,1731410.0000,1726020.0000,1728785.0000,1700982.0000,1643343.0000,1646419.0000,1646178.0000,1650526.0000,1649674.0000,1644475.0000,1653472.0000,1636660.0000,1638133.0000,1634486.0000,1638974.0000,1640888.0000,1644785.0000,1649455.0000,1644655.0000,1651368.0000,1644195.0000,1644966.0000,1737391.0000,1724988.0000,1729726.0000,1725298.0000,1726731.0000,1723064.0000,1726982.0000,1732412.0000,1726751.0000,1728935.0000,1723655.0000,1729256.0000,1725448.0000,1725419.0000,1730668.0000,1727332.0000,1728885.0000,1726641.0000,1728514.0000,1725940.0000,1724707.0000,1729747.0000,1724897.0000,1727693.0000,1726180.0000,1727552.0000,1722893.0000,1727122.0000,1727873.0000,1724857.0000,1728124.0000,1728073.0000,1734666.0000,1725198.0000,1729335.0000,1725249.0000,1723675.0000,1730959.0000,1722443.0000,1730358.0000,1727803.0000,1730108.0000,1724937.0000,1726260.0000,1725088.0000,1727302.0000,1726841.0000,1724968.0000,1733955.0000,1728344.0000,1723666.0000,1733343.0000,1728324.0000,1728204.0000,1725098.0000,1727111.0000,1724887.0000,1725539.0000,1725809.0000,1729276.0000,1727312.0000,1724436.0000,1728524.0000,1724217.0000,1724457.0000,1732722.0000,1725098.0000,1730097.0000,1724687.0000,1729827.0000" -benchmark independent task pattern with N tasks - 100,task generation,100,1,947134200,12193683.3100,11853505.4700,12441442.2700,1470621.6512,1083416.8554,1974319.6466,"12082318.0000,11424662.0000,13057297.0000,12141471.0000,12108108.0000,11881668.0000,12565605.0000,12742049.0000,6192687.0000,10502895.0000,13351876.0000,12194101.0000,11934038.0000,12193901.0000,12973198.0000,14048376.0000,12962727.0000,11487131.0000,11614392.0000,11826514.0000,6254934.0000,7696156.0000,12920868.0000,13064912.0000,12630167.0000,12584481.0000,14148595.0000,14304260.0000,14206295.0000,12833774.0000,12164915.0000,12223497.0000,12194701.0000,12596815.0000,12278862.0000,14655977.0000,7762031.0000,6280742.0000,14905029.0000,13639220.0000,12803887.0000,13122891.0000,12833522.0000,12657520.0000,12920367.0000,12339668.0000,12455796.0000,12015231.0000,12437402.0000,12953620.0000,12891463.0000,12775412.0000,12914477.0000,12742932.0000,12272599.0000,12743713.0000,12906090.0000,13608872.0000,11454068.0000,11265912.0000,12099622.0000,12194401.0000,12045250.0000,12264073.0000,12940186.0000,13187103.0000,13357045.0000,11942294.0000,12075376.0000,12019761.0000,12049797.0000,11991257.0000,11933728.0000,12251950.0000,11962472.0000,12008929.0000,12083041.0000,12049607.0000,12136332.0000,12049276.0000,12077901.0000,12021074.0000,11962341.0000,12107247.0000,12020461.0000,11991327.0000,12136661.0000,12049466.0000,12891693.0000,11871900.0000,11549049.0000,10870662.0000,10929334.0000,12175335.0000,11739399.0000,11483404.0000,13135435.0000,14532133.0000,14287719.0000,12147603.0000" -benchmark independent task pattern with N tasks - 1000,task generation,100,1,8633993500,96791314.0600,93699135.8800,99976194.2700,16023733.1992,14422768.6961,17882004.1577,"74190980.0000,110506032.0000,93062691.0000,102178258.0000,97773389.0000,92072212.0000,90557922.0000,114886696.0000,85754788.0000,114824309.0000,124247798.0000,82227843.0000,89024817.0000,86703437.0000,118387942.0000,92885043.0000,113197303.0000,84330039.0000,83342756.0000,117335437.0000,96925732.0000,99470135.0000,89563728.0000,78675510.0000,98699365.0000,103877679.0000,81245642.0000,129804451.0000,121474783.0000,79361602.0000,95047883.0000,116624680.0000,109499014.0000,86803006.0000,90381117.0000,67827339.0000,118824580.0000,104450605.0000,115508174.0000,91772435.0000,116896956.0000,88599660.0000,126677775.0000,109665599.0000,69165866.0000,126100910.0000,83511958.0000,89769027.0000,80542900.0000,91030058.0000,97532452.0000,75382739.0000,86047194.0000,85270831.0000,84710268.0000,98093766.0000,74823530.0000,83223180.0000,83674456.0000,105767300.0000,68672460.0000,82981482.0000,81280919.0000,113189829.0000,123321944.0000,97626671.0000,87471252.0000,95218536.0000,81345921.0000,88671587.0000,84595211.0000,70619531.0000,77119510.0000,65959148.0000,68059599.0000,74971570.0000,126971632.0000,107198834.0000,110311604.0000,91573057.0000,108589108.0000,115314606.0000,119428974.0000,90412527.0000,109004496.0000,128634092.0000,100460411.0000,86499641.0000,97640467.0000,97755515.0000,100200299.0000,121130781.0000,85467414.0000,100177766.0000,98892430.0000,101977878.0000,103016117.0000,100685959.0000,99579712.0000,117289339.0000" -benchmark independent task pattern with N tasks - 5000,task generation,100,1,53919014600,512098930.3300,501628461.3900,522535167.5700,53032970.8969,47080667.2921,61219675.3989,"549278715.0000,578989878.0000,530702316.0000,554813356.0000,523145973.0000,507357808.0000,557186664.0000,512898951.0000,477550832.0000,489821159.0000,593508668.0000,551868864.0000,543649124.0000,508930979.0000,529085661.0000,624851004.0000,596629442.0000,544876450.0000,593756978.0000,585512922.0000,605154410.0000,600323344.0000,606031652.0000,565697553.0000,622150505.0000,566912065.0000,579365269.0000,623711212.0000,535371583.0000,520187062.0000,480276575.0000,484959992.0000,514299012.0000,498377143.0000,522210076.0000,537898030.0000,526325376.0000,473857338.0000,473777626.0000,455375407.0000,489126609.0000,491114908.0000,528046097.0000,462634816.0000,495627471.0000,486173591.0000,512047732.0000,473659722.0000,480997109.0000,411033310.0000,490192759.0000,490474573.0000,484442038.0000,444110614.0000,494932652.0000,465150092.0000,505768741.0000,446372290.0000,469520076.0000,470539177.0000,451925726.0000,482955020.0000,495996097.0000,463465298.0000,454504263.0000,513464357.0000,461695062.0000,544237232.0000,441030394.0000,358568136.0000,424481518.0000,470588259.0000,412710156.0000,410985448.0000,472473441.0000,455850966.0000,432513611.0000,438808012.0000,472071089.0000,462300068.0000,508643838.0000,553116942.0000,548122245.0000,551026589.0000,577916687.0000,518102755.0000,497830872.0000,515990923.0000,538492402.0000,521696607.0000,565981834.0000,549449911.0000,505241347.0000,524489329.0000,553285299.0000,478027266.0000,541416032.0000,524125079.0000,601013853.0000,576657719.0000" +test case,benchmark name,samples,iterations,estimated,mean,low mean,high mean,std dev,low std dev,high std dev,tags,raw +benchmark intrusive graph dependency handling with N nodes - 1,creating nodes,100,5727,2290800,4.4729,4.4691,4.4847,0.0310,0.0123,0.0681,"benchmark,graph-nodes","4.4800,4.4783,4.4589,4.4521,4.4536,4.4521,4.4536,4.4519,4.4538,4.4501,4.4416,4.4519,4.4536,4.4538,4.4519,4.4538,4.4536,4.4538,4.4519,4.4538,4.4519,4.4521,4.4519,4.4519,4.4536,4.4519,4.4538,4.4519,4.4519,4.4536,4.4521,4.4519,4.4521,4.4536,4.4538,4.7545,4.4783,4.4678,4.4798,4.4783,4.4783,4.4798,4.4781,4.4783,4.4800,4.4798,4.4800,4.4800,4.4783,4.4798,4.4800,4.4783,4.4798,4.4781,4.4800,4.4783,4.4798,4.4783,4.4800,4.4800,4.4798,4.4800,4.4800,4.4798,4.4798,4.4800,4.4676,4.4798,4.4783,4.4800,4.4798,4.4783,4.4800,4.4800,4.4798,4.4800,4.4800,4.4798,4.4781,4.4800,4.4800,4.4798,4.4800,4.4800,4.4800,4.4798,4.4783,4.4800,4.4798,4.4798,4.4783,4.4800,4.4781,4.4800,4.4783,4.4800,4.4676,4.4783,4.4800,4.4781" +benchmark intrusive graph dependency handling with N nodes - 1,creating and adding dependencies,100,1037,2385100,22.8783,22.8610,22.8947,0.0867,0.0792,0.0971,"benchmark,graph-nodes","22.7310,22.9441,23.0887,22.8187,22.8959,22.9730,22.9643,22.7792,22.7502,22.7898,22.7898,22.7801,22.9344,22.8187,22.9344,22.8187,22.8573,22.9730,22.7792,22.7994,22.8284,22.8284,22.9537,22.7792,22.9643,22.9730,22.8862,22.8091,22.8091,22.7801,22.9441,22.9730,22.8766,22.9248,22.7030,22.8091,22.8187,22.8959,22.9730,22.9740,22.9441,22.8380,22.9151,22.8766,22.9344,22.7801,22.9634,22.9740,22.9730,22.9730,22.9537,22.7030,22.8091,22.8187,22.8091,22.7898,22.7020,22.9634,22.9826,22.9055,22.9730,22.9740,22.9441,22.8380,22.8187,22.7705,22.6827,22.9441,22.9634,22.8476,22.8959,22.9730,22.9730,22.9450,22.8187,22.9248,22.8959,22.8573,22.9730,22.7801,22.9441,22.9055,22.9151,22.8187,22.7801,22.9643,22.9730,22.9730,22.7898,22.7319,22.9441,22.9730,22.9634,22.9161,22.8081,22.7792,22.7416,22.8959,22.9836,22.9055" +benchmark intrusive graph dependency handling with N nodes - 1,adding and removing dependencies,100,1515,2272500,16.0350,15.7135,17.3137,3.0589,0.2343,7.2762,"benchmark,graph-nodes","15.4871,15.9234,16.1215,15.4541,16.0554,15.4865,15.7908,15.6653,15.5267,15.4535,46.3769,15.5657,15.4541,15.6983,15.9696,15.4799,15.9096,15.4871,15.4535,15.6719,15.7254,15.8568,15.5663,16.0554,16.0825,15.9426,15.7314,16.0752,15.5135,15.6983,15.4997,15.6587,15.7644,15.6323,16.0422,15.4535,15.9828,16.0752,15.8106,15.6059,16.0686,15.4535,15.4799,15.4799,16.0752,16.0825,15.4535,16.0422,15.6323,15.7914,15.8964,15.4805,15.4535,15.4799,15.4871,15.7050,16.0752,16.0620,15.4673,15.6125,15.7512,15.4805,15.4865,15.4541,15.4799,15.8508,16.0818,15.4871,15.4535,15.4805,15.9234,16.0752,15.8640,15.9960,15.4601,15.4871,15.6653,15.7578,15.9234,15.4865,15.4541,15.9630,16.0752,15.8310,15.5927,15.4535,16.0620,16.0825,16.0818,15.7578,15.5069,16.0818,16.0752,15.5531,15.4805,15.4799,15.9498,15.6059,16.0752,15.6125" +benchmark intrusive graph dependency handling with N nodes - 1,checking for dependencies,100,17890,1789000,1.3343,1.3336,1.3348,0.0029,0.0024,0.0034,"benchmark,graph-nodes","1.3356,1.3356,1.3288,1.3361,1.3350,1.3356,1.3350,1.3283,1.3356,1.3356,1.3356,1.3356,1.3356,1.3283,1.3356,1.3356,1.3350,1.3356,1.3356,1.3283,1.3356,1.3356,1.3356,1.3356,1.3283,1.3356,1.3350,1.3356,1.3356,1.3350,1.3283,1.3356,1.3356,1.3356,1.3356,1.3350,1.3283,1.3356,1.3350,1.3356,1.3350,1.3283,1.3356,1.3356,1.3356,1.3356,1.3350,1.3283,1.3356,1.3350,1.3356,1.3356,1.3356,1.3283,1.3356,1.3350,1.3356,1.3350,1.3283,1.3350,1.3356,1.3356,1.3350,1.3356,1.3283,1.3356,1.3356,1.3350,1.3356,1.3356,1.3283,1.3356,1.3350,1.3356,1.3356,1.3283,1.3356,1.3423,1.3356,1.3356,1.3350,1.3283,1.3350,1.3356,1.3350,1.3356,1.3356,1.3283,1.3350,1.3412,1.3356,1.3350,1.3350,1.3283,1.3356,1.3350,1.3356,1.3356,1.3283,1.3356" +benchmark intrusive graph dependency handling with N nodes - 10,creating nodes,100,622,2363600,39.0128,38.9757,39.1582,0.3441,0.0418,0.7523,"benchmark,graph-nodes","38.8810,38.9936,38.9936,38.9936,39.0096,39.0096,39.0096,38.9936,38.8810,38.9936,38.9936,38.9936,39.0096,38.9936,38.8810,38.9775,38.9936,38.9936,39.0096,38.9936,38.8810,39.0096,39.0096,39.0096,38.9936,39.0096,38.8810,38.9936,38.9936,38.9936,38.9936,38.9936,38.8810,39.0096,38.9775,38.9936,39.0096,39.0096,42.4084,38.8810,38.9936,38.9952,38.9936,38.9936,39.0096,38.8810,38.9936,38.9936,38.9936,39.0096,38.9936,38.8810,38.9775,39.0096,38.9936,39.0096,38.9936,38.8810,38.9936,38.9936,38.9936,38.9936,39.0096,38.9775,38.8810,38.9936,39.0096,38.9936,38.9936,39.0096,38.8810,38.9936,38.9936,38.9936,38.9936,38.9936,38.8633,38.9936,38.9936,38.9936,39.0096,39.0096,38.8810,38.9936,38.9775,39.0096,39.0096,39.0096,38.8810,38.9775,38.9936,39.0096,38.9775,38.9936,38.8794,39.0113,38.9775,39.0096,38.9936,39.0096" +benchmark intrusive graph dependency handling with N nodes - 10,creating and adding dependencies,100,99,2405700,220.0024,219.5285,221.8562,4.2306,0.8780,9.8759,"benchmark,graph-nodes","219.3939,218.6768,224.3434,219.0808,218.3737,218.7778,218.6768,220.2929,220.7071,218.8788,219.4848,218.7778,220.3030,218.9798,220.2929,218.9899,220.3939,218.7778,220.7071,220.0909,220.4040,220.5960,220.1919,218.7778,220.3939,218.8788,220.3030,220.5960,220.6061,218.9798,219.7879,220.0000,220.1919,218.6768,220.4040,218.8788,220.2929,218.6768,220.6061,220.8990,219.5960,220.1919,220.5051,220.3939,220.4949,218.8889,220.3939,260.9798,218.2727,218.6768,220.2020,218.0707,220.5960,218.6768,218.9899,218.5758,220.0909,218.7778,220.4040,218.4747,220.5960,218.5758,220.2020,218.5758,219.4848,218.4747,219.8990,218.2727,220.3939,219.6869,220.5051,218.6768,220.0909,218.4747,218.9798,218.0707,220.0909,218.4747,220.2020,218.6768,220.1919,218.6768,220.2020,220.6970,218.4747,218.6768,220.2020,218.6768,220.3939,218.5758,220.0909,218.4747,220.4949,218.6869,220.2929,218.6768,220.3030,218.2727,219.9899,220.3939" +benchmark intrusive graph dependency handling with N nodes - 10,adding and removing dependencies,100,113,2395600,221.6106,216.1979,248.4337,53.4467,0.6690,127.5576,"benchmark,graph-nodes","216.3274,214.9912,216.5841,216.4071,216.1416,216.9469,216.9381,216.4071,216.0531,215.7965,214.9912,216.2301,216.6814,216.0531,215.7876,216.7699,214.9027,214.9027,215.7876,216.2301,216.7611,216.5841,215.4336,216.4159,216.8496,215.9735,216.2301,216.9381,217.2920,216.4159,216.8496,216.9469,216.0531,215.9646,216.8584,216.4071,215.3540,215.4336,215.4336,215.6106,215.7080,216.1416,216.4159,216.8496,216.7699,753.3540,216.0531,216.6726,216.2301,216.3274,215.5221,216.5044,216.8496,216.7699,216.7611,214.9027,215.6195,216.6726,216.9469,217.1150,216.7699,216.9381,217.8319,216.4159,216.6726,216.7699,216.9381,216.5929,214.9027,216.8496,215.7965,215.3451,216.0531,216.5044,214.9027,215.9646,215.6195,215.7876,216.4071,216.8584,216.9381,214.9912,214.8142,216.2301,216.1504,215.3451,214.8142,214.9027,216.7699,216.8496,216.8584,217.3805,217.7434,215.4336,216.4159,216.7611,216.9469,216.2301,215.7965,216.8496" +benchmark intrusive graph dependency handling with N nodes - 10,checking for dependencies,100,1078,2371600,23.4661,23.3072,23.6190,0.7964,0.7659,0.8205,"benchmark,graph-nodes","23.0288,23.9304,23.1586,24.2560,24.2551,24.2468,24.2375,24.2365,24.1540,24.2273,24.2282,24.2282,24.2282,24.2365,24.2282,24.2273,24.2282,24.2282,24.2180,24.1531,24.2282,24.2180,24.2282,24.2273,24.2282,24.2282,24.2273,24.2273,24.2282,24.1438,24.2282,24.2273,24.2189,23.5213,24.2282,24.2282,24.2273,24.2375,24.2273,24.1447,24.2273,24.2273,24.2189,24.2180,24.2273,24.2282,24.2180,24.2282,24.2282,24.1438,24.2282,24.2273,24.2282,24.2282,23.5121,23.5121,23.5121,23.6883,22.4703,22.5455,22.5455,22.5547,22.5455,22.5464,22.4620,22.5547,22.5455,22.5547,22.5649,22.5918,22.4620,22.5455,22.7319,22.5547,22.5733,22.5547,22.5455,22.4610,22.5455,22.5547,22.5547,22.6011,22.5928,22.4620,22.5455,22.5455,22.5547,22.5557,22.5455,22.4620,22.5455,22.5455,22.5547,22.7041,22.7505,22.7032,22.5455,22.6011,22.6382,22.6855" +benchmark intrusive graph dependency handling with N nodes - 100,creating nodes,100,64,2406400,349.5775,348.7966,351.7973,6.0892,2.0384,12.8182,"benchmark,graph-nodes","348.2812,348.1406,352.2031,350.1562,350.1719,350.1562,348.4531,350.1562,350.0156,350.0000,348.4531,350.0000,350.1719,350.1562,348.4375,350.1562,350.0156,350.1719,348.4375,350.1562,350.1719,350.0156,348.4375,350.0000,350.0000,350.1719,348.4375,350.1719,350.1562,350.0156,348.4375,350.0156,350.0000,350.1719,348.4375,350.1719,350.1562,350.0156,348.4375,350.0156,350.0000,350.1719,348.4375,350.1719,350.1562,350.0156,348.5938,350.0156,350.0000,375.0625,359.7188,347.9688,347.9688,348.1406,346.2500,347.9688,347.9688,347.9844,346.4062,347.9688,347.9688,347.9844,346.4062,347.9688,347.9688,347.9844,346.4062,347.9688,348.1250,347.9844,346.4062,347.9688,347.9688,347.9844,346.4062,347.9688,347.9688,347.9844,346.4062,347.9688,347.9688,347.9844,346.2500,347.9688,347.9688,401.6719,346.4062,348.2969,348.2812,348.1250,346.4062,348.2812,348.2812,348.1250,346.2500,348.2812,348.2812,348.1406,346.4062,348.2812" +benchmark intrusive graph dependency handling with N nodes - 100,creating and adding dependencies,100,6,2487600,4263.7683,4259.7250,4269.1667,23.6324,18.1332,37.2806,"benchmark,graph-nodes","4289.5000,4294.5000,4404.6667,4289.5000,4294.5000,4282.6667,4287.6667,4292.8333,4282.8333,4277.8333,4242.6667,4299.5000,4271.1667,4306.1667,4256.0000,4254.5000,4252.6667,4296.1667,4227.8333,4262.6667,4259.5000,4256.0000,4254.5000,4267.6667,4306.1667,4286.1667,4239.5000,4227.6667,4264.3333,4282.8333,4264.5000,4267.6667,4247.8333,4262.6667,4244.5000,4269.3333,4237.8333,4274.3333,4247.6667,4254.3333,4256.1667,4262.6667,4241.1667,4254.3333,4252.8333,4261.0000,4231.1667,4256.0000,4262.8333,4257.6667,4241.0000,4205.8333,4249.5000,4242.6667,4246.1667,4247.6667,4257.6667,4277.6667,4259.5000,4251.0000,4241.1667,4232.6667,4259.3333,4256.1667,4269.5000,4252.6667,4264.5000,4259.3333,4239.3333,4247.6667,4251.0000,4264.5000,4276.1667,4259.3333,4267.8333,4267.6667,4246.0000,4259.3333,4246.1667,4271.0000,4266.0000,4262.8333,4274.3333,4292.8333,4289.5000,4267.8333,4259.3333,4276.1667,4276.1667,4276.1667,4264.3333,4276.1667,4277.8333,4281.0000,4279.3333,4222.6667,4229.5000,4276.0000,4239.5000,4262.6667" +benchmark intrusive graph dependency handling with N nodes - 100,adding and removing dependencies,100,6,2614200,4000.3833,3991.3350,4036.0250,86.3520,5.9413,205.5921,"benchmark,graph-nodes","3995.6667,3993.8333,4022.1667,3978.8333,4857.1667,3982.3333,3990.5000,3980.5000,3985.6667,3975.5000,3978.8333,3979.0000,3995.5000,3992.3333,3992.1667,3987.3333,3990.5000,3995.6667,3985.5000,3994.0000,3988.8333,4005.6667,3997.1667,3987.3333,3985.5000,3992.3333,3987.1667,3990.6667,3993.8333,3984.0000,3990.5000,3994.0000,3985.5000,3998.8333,3990.5000,3982.1667,3995.6667,3993.8333,3984.0000,3987.1667,3992.3333,3998.8333,3979.0000,3995.5000,3989.0000,4002.1667,3985.6667,3988.8333,3997.3333,3998.8333,3992.3333,3995.5000,3990.6667,4000.5000,3997.3333,3992.1667,4000.6667,3992.1667,4002.3333,3992.3333,3990.5000,3995.6667,3987.1667,3994.0000,3997.1667,3997.3333,3993.8333,3997.3333,3993.8333,3995.6667,3990.5000,3985.6667,3987.1667,3994.0000,3992.1667,3995.6667,3985.5000,3994.0000,3983.8333,3997.3333,3993.8333,3988.8333,3993.8333,3990.5000,3990.5000,3990.5000,3993.8333,3990.5000,3992.1667,3992.1667,3990.5000,4000.6667,3993.8333,3997.3333,3985.5000,3994.0000,3995.5000,3983.8333,3993.8333,3987.1667" +benchmark intrusive graph dependency handling with N nodes - 100,checking for dependencies,100,13,2484300,1910.3546,1908.2185,1918.5100,19.0643,3.8112,44.5553,"benchmark,graph-nodes","1908.8462,1906.5385,1930.4615,1913.4615,1901.9231,1913.4615,1913.4615,1915.0000,1913.4615,1906.5385,1907.3077,1911.2308,1908.8462,1908.0769,2095.3846,1915.7692,1915.0000,1909.6154,1912.0000,1908.0769,1906.5385,1908.0769,1906.5385,1910.3846,1904.2308,1911.1538,1907.3077,1909.6923,1911.9231,1910.3846,1911.1538,1899.6154,1912.6923,1911.1538,1909.6154,1906.5385,1911.9231,1910.3846,1902.6923,1905.7692,1908.0769,1906.5385,1907.3077,1909.6154,1901.1538,1904.2308,1917.3077,1906.5385,1908.0769,1909.6154,1904.2308,1899.6154,1904.2308,1906.5385,1905.7692,1910.4615,1909.6154,1906.5385,1901.9231,1908.0769,1908.0769,1907.3077,1906.5385,1909.6154,1907.3077,1904.2308,1904.9231,1905.7692,1905.7692,1907.3077,1911.9231,1911.9231,1906.5385,1909.6154,1912.0000,1912.6923,1911.1538,1909.6154,1911.9231,1901.1538,1908.0769,1903.4615,1909.6923,1905.7692,1904.2308,1908.0769,1905.0000,1908.0769,1905.7692,1913.4615,1912.6923,1909.6154,1903.4615,1902.6923,1909.6154,1905.0000,1905.7692,1911.1538,1911.9231,1908.8462" +benchmark task handling > without access thread,generating and deleting tasks,100,1,353866700,3644280.2500,3593886.2500,3718436.5700,305724.8777,209181.9743,534458.4416,"benchmark,task-graph","3718394.0000,3725518.0000,3744243.0000,3738502.0000,3733173.0000,3736178.0000,3730156.0000,3730177.0000,3722172.0000,3738853.0000,3721821.0000,3731960.0000,3724736.0000,3735006.0000,3726209.0000,3738172.0000,3729425.0000,3733973.0000,3724296.0000,3730166.0000,3728754.0000,3728774.0000,3731239.0000,3738763.0000,3731439.0000,3733423.0000,3719106.0000,3133275.0000,3123257.0000,3125070.0000,3120421.0000,3126403.0000,3126703.0000,3122775.0000,3373671.0000,3733312.0000,3721410.0000,3735848.0000,3739203.0000,3726389.0000,3719076.0000,3728403.0000,3718404.0000,3725558.0000,3721731.0000,3723344.0000,3717472.0000,3730257.0000,3719667.0000,3729826.0000,3611402.0000,3138254.0000,3127995.0000,3126162.0000,3129007.0000,3131552.0000,3130601.0000,3131081.0000,3133817.0000,3145038.0000,3474702.0000,3714507.0000,3711071.0000,3708846.0000,3706872.0000,3715469.0000,3712854.0000,3724696.0000,3711462.0000,3722732.0000,5747870.0000,3731670.0000,3717733.0000,3719667.0000,3719406.0000,3721610.0000,3724186.0000,3728894.0000,3728513.0000,3724476.0000,3717012.0000,3717763.0000,3713385.0000,3719216.0000,3714868.0000,3717302.0000,3890059.0000,3722241.0000,3718886.0000,3727191.0000,3719175.0000,3726119.0000,3719617.0000,3723564.0000,3722362.0000,3737631.0000,3721590.0000,3724166.0000,3721820.0000,3715810.0000" +benchmark task handling > with access thread,generating and deleting tasks with access thread,100,1,895816200,8820157.2900,8691408.8100,8935678.8200,621997.0628,564006.5751,663715.1917,"benchmark,task-graph","9297727.0000,9259655.0000,9301504.0000,9291805.0000,9195983.0000,9206634.0000,9249445.0000,9233295.0000,9250627.0000,9330318.0000,9197777.0000,7880602.0000,7845475.0000,7868097.0000,8055223.0000,7874841.0000,7869901.0000,7886692.0000,7944502.0000,9371196.0000,9301134.0000,8136045.0000,7893155.0000,7861846.0000,7827390.0000,9085565.0000,9211083.0000,9262350.0000,9214088.0000,9272038.0000,9197817.0000,9255407.0000,9233926.0000,9244846.0000,9246189.0000,9264384.0000,9242252.0000,9213166.0000,9408607.0000,9237062.0000,9253884.0000,9199220.0000,8644589.0000,7873758.0000,7812472.0000,7874209.0000,8592130.0000,9270175.0000,9203448.0000,9278821.0000,9267059.0000,9345607.0000,9224548.0000,8008674.0000,9337121.0000,9297215.0000,8840481.0000,7882084.0000,7824805.0000,7814176.0000,8376622.0000,9221442.0000,9288359.0000,9247913.0000,9254875.0000,9168562.0000,9253092.0000,9251499.0000,8060543.0000,7841778.0000,7874179.0000,7886372.0000,9450887.0000,9331180.0000,9298729.0000,9327153.0000,9290423.0000,8935881.0000,7884108.0000,7883998.0000,7884268.0000,8460540.0000,9364984.0000,9248423.0000,9349665.0000,9205091.0000,9245157.0000,9280314.0000,9285915.0000,9225901.0000,9301114.0000,8248789.0000,7867726.0000,7886673.0000,7829575.0000,9201044.0000,9361648.0000,9206284.0000,9309760.0000,9261138.0000" +generating large task graphs,soup topology,100,1,83465500,868997.2200,860948.4900,873287.0600,29390.2634,18931.6549,41988.4855,"benchmark,task-graph","876950.0000,874986.0000,742545.0000,741012.0000,740792.0000,741313.0000,744499.0000,846252.0000,878843.0000,877200.0000,876068.0000,880607.0000,876419.0000,876078.0000,875227.0000,876248.0000,880526.0000,876539.0000,875988.0000,876709.0000,879685.0000,877922.0000,876158.0000,875528.0000,874795.0000,878572.0000,875306.0000,870528.0000,877241.0000,876959.0000,875196.0000,875608.0000,874365.0000,875567.0000,876920.0000,874364.0000,875887.0000,874535.0000,878632.0000,877702.0000,875056.0000,875397.0000,875988.0000,889033.0000,875227.0000,869325.0000,872782.0000,871580.0000,876239.0000,870658.0000,870507.0000,870588.0000,874906.0000,875638.0000,874635.0000,874646.0000,876349.0000,880196.0000,875277.0000,873653.0000,872712.0000,877110.0000,874666.0000,873934.0000,875387.0000,875578.0000,876489.0000,875296.0000,875797.0000,875437.0000,880747.0000,874986.0000,876469.0000,876038.0000,871189.0000,881719.0000,875908.0000,875737.0000,875767.0000,875517.0000,878964.0000,876149.0000,876839.0000,874956.0000,878973.0000,876589.0000,873152.0000,875237.0000,875988.0000,878282.0000,877360.0000,877581.0000,875818.0000,876179.0000,874685.0000,876109.0000,875938.0000,875858.0000,879855.0000,874776.0000" +generating large task graphs,chain topology,100,1,3630300,36664.5100,36585.9600,36853.6600,577.9015,163.3955,1034.5222,"benchmark,task-graph","36286.0000,36918.0000,40825.0000,37389.0000,36999.0000,36717.0000,36688.0000,36878.0000,36758.0000,36667.0000,36638.0000,36838.0000,36577.0000,36558.0000,36607.0000,36698.0000,36477.0000,36618.0000,36507.0000,36617.0000,36588.0000,36377.0000,36687.0000,36547.0000,36627.0000,36698.0000,36527.0000,36478.0000,36647.0000,36748.0000,36567.0000,36508.0000,36767.0000,36628.0000,36507.0000,36608.0000,36617.0000,40265.0000,36597.0000,36588.0000,36417.0000,36777.0000,36477.0000,36587.0000,36588.0000,36627.0000,36507.0000,36637.0000,36628.0000,36427.0000,36567.0000,36638.0000,36637.0000,36517.0000,36356.0000,36717.0000,36367.0000,36618.0000,36377.0000,36697.0000,36397.0000,36537.0000,36467.0000,36818.0000,36327.0000,36547.0000,36618.0000,36567.0000,36708.0000,36357.0000,36678.0000,36347.0000,36587.0000,36447.0000,36698.0000,36517.0000,36487.0000,36418.0000,36437.0000,36637.0000,36277.0000,36557.0000,36417.0000,36557.0000,36307.0000,36728.0000,36457.0000,36557.0000,36578.0000,36617.0000,36628.0000,36517.0000,36798.0000,36637.0000,36588.0000,36517.0000,36387.0000,36698.0000,36447.0000,36587.0000" +generating large task graphs,expanding tree topology,100,1,5658800,56969.0800,56832.4800,57252.5500,963.0613,533.6522,1633.5101,"benchmark,task-graph","57236.0000,57167.0000,63568.0000,58409.0000,57367.0000,57607.0000,57637.0000,57297.0000,57217.0000,57196.0000,56916.0000,56786.0000,56325.0000,56405.0000,56916.0000,56575.0000,56666.0000,57126.0000,56906.0000,56675.0000,57016.0000,56685.0000,56796.0000,57126.0000,56355.0000,57197.0000,56976.0000,56916.0000,56505.0000,60783.0000,56715.0000,56545.0000,56896.0000,56796.0000,56335.0000,56966.0000,56435.0000,56826.0000,57166.0000,56836.0000,56515.0000,56866.0000,57057.0000,56926.0000,56885.0000,56625.0000,56866.0000,56415.0000,56896.0000,57146.0000,57147.0000,57617.0000,56756.0000,56715.0000,56906.0000,56646.0000,57347.0000,56685.0000,56405.0000,57086.0000,56695.0000,56435.0000,57126.0000,56374.0000,56455.0000,56755.0000,56545.0000,56765.0000,56646.0000,56715.0000,57127.0000,56505.0000,56665.0000,56676.0000,56695.0000,56655.0000,56766.0000,56745.0000,56455.0000,56495.0000,57096.0000,56605.0000,56194.0000,56726.0000,56685.0000,56355.0000,56736.0000,56335.0000,56405.0000,56615.0000,56596.0000,56505.0000,56846.0000,56906.0000,56615.0000,56836.0000,56846.0000,56856.0000,56926.0000,61554.0000" +generating large task graphs,contracting tree topology,100,1,8195100,70540.0800,70404.9600,70814.1200,946.0334,579.2844,1485.5286,"benchmark,task-graph","70131.0000,70051.0000,75992.0000,70762.0000,70963.0000,70401.0000,71544.0000,71233.0000,70362.0000,70391.0000,70672.0000,70201.0000,70252.0000,70952.0000,70271.0000,70232.0000,70451.0000,70001.0000,70602.0000,70602.0000,70201.0000,70011.0000,70311.0000,70161.0000,69961.0000,70872.0000,69801.0000,70141.0000,70662.0000,70531.0000,70322.0000,71063.0000,70381.0000,70211.0000,70602.0000,69921.0000,70391.0000,75361.0000,70462.0000,70351.0000,70903.0000,70181.0000,70562.0000,70682.0000,70532.0000,70551.0000,70362.0000,70341.0000,70362.0000,70611.0000,70181.0000,70241.0000,70552.0000,70111.0000,70281.0000,70512.0000,70301.0000,70211.0000,70161.0000,70011.0000,70061.0000,70502.0000,69770.0000,69840.0000,70181.0000,70081.0000,70111.0000,69911.0000,69750.0000,70562.0000,70021.0000,70201.0000,70562.0000,70702.0000,70251.0000,70141.0000,70482.0000,70381.0000,70222.0000,70662.0000,70181.0000,70592.0000,70491.0000,70111.0000,70482.0000,70552.0000,70131.0000,70451.0000,70362.0000,70281.0000,70332.0000,70912.0000,70392.0000,70511.0000,75502.0000,70531.0000,70923.0000,70722.0000,70211.0000,70512.0000" +generating large task graphs,wave_sim topology,100,1,33593900,336349.3200,336068.6300,336863.2600,1884.4716,1242.7374,3209.2320,"benchmark,task-graph","336206.0000,335654.0000,348939.0000,337297.0000,337067.0000,336686.0000,336586.0000,336275.0000,335624.0000,336105.0000,335665.0000,336335.0000,334803.0000,343068.0000,334973.0000,335754.0000,335364.0000,335594.0000,335183.0000,335574.0000,335635.0000,336195.0000,335163.0000,336105.0000,335634.0000,341485.0000,335834.0000,336496.0000,335884.0000,336014.0000,335644.0000,336515.0000,335213.0000,335654.0000,335834.0000,336335.0000,335804.0000,340683.0000,335744.0000,336155.0000,335463.0000,335694.0000,335323.0000,335774.0000,335394.0000,335894.0000,335123.0000,335463.0000,339782.0000,337057.0000,336135.0000,336576.0000,336716.0000,336175.0000,335453.0000,336355.0000,335314.0000,336696.0000,336065.0000,336075.0000,340984.0000,335864.0000,336385.0000,335995.0000,335113.0000,335865.0000,335283.0000,336045.0000,335143.0000,335594.0000,335563.0000,335173.0000,339241.0000,336225.0000,335935.0000,335934.0000,336485.0000,335374.0000,335303.0000,336165.0000,335363.0000,335735.0000,335754.0000,335744.0000,339442.0000,335914.0000,335354.0000,335865.0000,336055.0000,335844.0000,334953.0000,335734.0000,334742.0000,336065.0000,335644.0000,336085.0000,339231.0000,336516.0000,335383.0000,336535.0000" +generating large task graphs,jacobi topology,100,1,10084500,106196.9700,106078.1500,106419.2100,807.1451,517.6683,1290.8194,"benchmark,task-graph","106099.0000,106239.0000,111329.0000,106269.0000,106189.0000,106701.0000,106470.0000,106289.0000,106290.0000,105768.0000,106240.0000,106149.0000,105959.0000,105818.0000,106490.0000,105899.0000,106189.0000,106269.0000,105849.0000,109345.0000,106811.0000,106129.0000,105999.0000,106349.0000,106180.0000,105888.0000,105888.0000,105879.0000,106119.0000,106069.0000,105949.0000,106250.0000,106239.0000,106199.0000,105968.0000,106190.0000,105929.0000,106189.0000,106269.0000,106120.0000,106329.0000,105999.0000,106590.0000,106079.0000,106270.0000,105768.0000,105799.0000,106209.0000,105929.0000,106099.0000,105639.0000,106389.0000,105749.0000,106049.0000,105849.0000,105908.0000,105217.0000,109355.0000,106530.0000,105989.0000,105919.0000,105799.0000,105678.0000,105748.0000,105908.0000,105518.0000,105679.0000,106179.0000,105899.0000,105888.0000,106170.0000,105448.0000,106049.0000,106229.0000,105789.0000,106069.0000,106239.0000,105448.0000,105959.0000,106069.0000,106079.0000,105859.0000,106059.0000,105808.0000,105929.0000,106240.0000,106009.0000,106429.0000,106170.0000,105928.0000,105968.0000,106130.0000,106399.0000,105689.0000,105608.0000,109335.0000,105959.0000,106290.0000,105979.0000,105938.0000" +generating large command graphs for N nodes - 1,soup topology,100,1,164022600,1554240.7800,1532728.6000,1571606.9300,98059.8204,84151.4666,109468.5802,"benchmark,command-graph","1606803.0000,1603326.0000,1615990.0000,1602064.0000,1613466.0000,1606332.0000,1602245.0000,1617182.0000,1605190.0000,1609148.0000,1605190.0000,1602455.0000,1600651.0000,1602705.0000,1616111.0000,1602335.0000,1602244.0000,1608466.0000,1600000.0000,1608206.0000,1602705.0000,1608557.0000,1599869.0000,1599729.0000,1617954.0000,1614187.0000,1607144.0000,1611221.0000,1606412.0000,1609969.0000,1599569.0000,1610771.0000,1610409.0000,1601643.0000,1612995.0000,1608616.0000,1603878.0000,1611181.0000,1610169.0000,1613436.0000,1597636.0000,1607314.0000,1616020.0000,1603867.0000,1617984.0000,1601253.0000,1602715.0000,1608456.0000,1609097.0000,1611261.0000,1605601.0000,1602014.0000,1578539.0000,1370996.0000,1373772.0000,1365846.0000,1367419.0000,1379732.0000,1369534.0000,1369593.0000,1374373.0000,1371887.0000,1370895.0000,1376205.0000,1366447.0000,1362640.0000,1365035.0000,1366598.0000,1373050.0000,1376857.0000,1360977.0000,1369543.0000,1371277.0000,1372889.0000,1367139.0000,1559533.0000,1604518.0000,1610701.0000,1601663.0000,1602565.0000,1609528.0000,1602345.0000,1604719.0000,1604278.0000,1609498.0000,1612364.0000,1605100.0000,1614597.0000,1606423.0000,1599619.0000,1613926.0000,1604979.0000,1612814.0000,1609187.0000,1607033.0000,1612644.0000,1601553.0000,1611672.0000,1605941.0000,1601894.0000" +generating large command graphs for N nodes - 1,chain topology,100,1,11963300,124622.7900,124446.8900,125016.8300,1278.0466,688.7320,2346.0377,"benchmark,command-graph","124153.0000,124453.0000,134322.0000,125726.0000,124965.0000,124905.0000,124654.0000,124374.0000,129153.0000,125145.0000,124284.0000,124574.0000,124835.0000,124193.0000,124093.0000,124674.0000,124755.0000,124534.0000,124464.0000,124684.0000,124644.0000,124424.0000,124965.0000,124534.0000,124173.0000,124453.0000,124584.0000,124303.0000,124013.0000,124323.0000,124333.0000,124855.0000,124204.0000,124343.0000,124334.0000,124634.0000,124153.0000,124123.0000,123943.0000,124494.0000,128211.0000,124514.0000,124384.0000,124193.0000,124364.0000,124534.0000,123933.0000,124254.0000,123843.0000,124223.0000,124524.0000,123842.0000,124394.0000,124314.0000,123833.0000,124003.0000,123843.0000,124394.0000,123843.0000,124233.0000,124504.0000,124454.0000,124334.0000,124634.0000,124203.0000,124183.0000,124664.0000,124624.0000,124735.0000,124564.0000,124514.0000,124554.0000,129153.0000,125015.0000,124424.0000,124404.0000,124945.0000,124003.0000,124144.0000,124233.0000,124614.0000,123893.0000,124514.0000,124845.0000,124023.0000,124123.0000,124394.0000,124384.0000,123803.0000,124203.0000,124384.0000,123863.0000,124384.0000,124424.0000,124364.0000,124424.0000,124013.0000,124344.0000,124133.0000,124414.0000" +generating large command graphs for N nodes - 1,expanding tree topology,100,1,18370400,187602.4600,187361.9800,188053.6500,1632.1597,1051.2537,2837.7553,"benchmark,command-graph","187994.0000,186712.0000,198785.0000,188876.0000,187995.0000,188074.0000,187804.0000,187744.0000,187594.0000,187243.0000,186752.0000,186922.0000,187503.0000,187313.0000,192202.0000,186812.0000,186772.0000,186812.0000,187103.0000,186902.0000,187453.0000,187763.0000,187473.0000,187333.0000,186662.0000,186792.0000,186672.0000,186381.0000,186542.0000,185900.0000,186291.0000,187072.0000,187644.0000,187644.0000,188215.0000,190940.0000,187022.0000,187113.0000,188345.0000,187233.0000,187423.0000,187013.0000,187453.0000,187594.0000,186882.0000,187033.0000,186992.0000,187463.0000,188415.0000,188094.0000,187824.0000,187975.0000,186581.0000,187413.0000,187673.0000,187593.0000,189047.0000,192583.0000,187834.0000,187764.0000,187303.0000,188014.0000,187544.0000,187063.0000,187002.0000,187133.0000,188205.0000,187133.0000,187202.0000,187423.0000,186241.0000,187523.0000,187313.0000,186581.0000,187053.0000,186622.0000,186812.0000,185860.0000,190870.0000,187674.0000,187003.0000,185930.0000,187123.0000,187053.0000,187172.0000,186210.0000,187132.0000,186542.0000,187213.0000,187433.0000,187945.0000,186692.0000,187042.0000,186953.0000,186962.0000,187464.0000,187864.0000,186992.0000,186943.0000,192954.0000" +generating large command graphs for N nodes - 1,contracting tree topology,100,1,20640800,192552.6700,190862.6800,194828.2900,9959.1627,7847.5380,12106.9651,"benchmark,command-graph","187684.0000,189076.0000,226728.0000,215516.0000,214465.0000,214935.0000,216489.0000,213472.0000,214524.0000,219264.0000,215847.0000,214775.0000,215437.0000,215506.0000,214174.0000,223462.0000,189497.0000,188075.0000,187553.0000,188145.0000,187704.0000,188185.0000,188575.0000,188556.0000,189116.0000,188566.0000,187623.0000,188375.0000,188044.0000,195719.0000,188706.0000,189187.0000,187383.0000,187553.0000,188264.0000,187514.0000,187694.0000,188144.0000,187353.0000,187543.0000,189107.0000,188966.0000,188485.0000,187754.0000,188335.0000,188405.0000,187363.0000,188405.0000,189056.0000,188566.0000,194116.0000,189317.0000,189086.0000,187644.0000,188686.0000,188034.0000,187804.0000,188285.0000,188085.0000,188004.0000,187714.0000,188415.0000,187985.0000,188645.0000,188215.0000,187714.0000,188165.0000,188535.0000,188656.0000,188195.0000,188836.0000,195398.0000,188636.0000,188886.0000,187263.0000,187824.0000,188415.0000,188766.0000,188295.0000,188325.0000,188936.0000,188415.0000,187984.0000,188175.0000,187643.0000,188556.0000,188104.0000,187974.0000,189267.0000,188315.0000,188174.0000,188825.0000,188716.0000,194387.0000,188836.0000,187854.0000,188996.0000,188305.0000,188385.0000,188606.0000" +generating large command graphs for N nodes - 1,wave_sim topology,100,1,104080700,1055385.4000,1045407.4900,1062190.5800,41648.3912,30911.2656,52009.1540,"benchmark,command-graph","1068694.0000,1069835.0000,1087759.0000,1081808.0000,1069825.0000,1071659.0000,1068934.0000,1074324.0000,1065677.0000,1068994.0000,1068363.0000,1073653.0000,1067691.0000,1068743.0000,1068953.0000,1076308.0000,1066289.0000,1068723.0000,1070437.0000,1066339.0000,1065357.0000,1064595.0000,1071659.0000,1072471.0000,1066539.0000,1069365.0000,1073853.0000,1069394.0000,993401.0000,940160.0000,945950.0000,933928.0000,929850.0000,931032.0000,934189.0000,926854.0000,921825.0000,926243.0000,943936.0000,1074344.0000,1065517.0000,1067030.0000,1076498.0000,1070817.0000,1065978.0000,1069504.0000,1074313.0000,1073092.0000,1067120.0000,1068493.0000,1071379.0000,1069304.0000,1068583.0000,1064115.0000,1063353.0000,1060338.0000,1060257.0000,1066329.0000,1060137.0000,1069665.0000,1067591.0000,1077861.0000,1066108.0000,1072059.0000,1063173.0000,1074214.0000,1069505.0000,1071148.0000,1075466.0000,1071408.0000,1066920.0000,1071699.0000,1077460.0000,1069515.0000,1067942.0000,1066409.0000,1070126.0000,1072140.0000,1066870.0000,1070767.0000,1072962.0000,1064725.0000,1066018.0000,1075566.0000,1067231.0000,1068252.0000,1066119.0000,1074554.0000,1066519.0000,1069334.0000,1065658.0000,1076127.0000,1066259.0000,1070977.0000,1070477.0000,1073012.0000,1065857.0000,1074905.0000,1075205.0000,1070627.0000" +generating large command graphs for N nodes - 1,jacobi topology,100,1,34060000,316684.4700,313664.0900,320602.3900,17515.2527,14433.6789,21212.3500,"benchmark,command-graph","308533.0000,308303.0000,381992.0000,358848.0000,352586.0000,351394.0000,350803.0000,351575.0000,350813.0000,351364.0000,349660.0000,349912.0000,350041.0000,350613.0000,353979.0000,351123.0000,350122.0000,350753.0000,307300.0000,307351.0000,305477.0000,306589.0000,305968.0000,306860.0000,306779.0000,307321.0000,306469.0000,318832.0000,307090.0000,307150.0000,306930.0000,307801.0000,307029.0000,306428.0000,305758.0000,306799.0000,306890.0000,308663.0000,307261.0000,307460.0000,313613.0000,308342.0000,307471.0000,309004.0000,307931.0000,308442.0000,307561.0000,308112.0000,308192.0000,309415.0000,308953.0000,307961.0000,307531.0000,336346.0000,308242.0000,308713.0000,308282.0000,308863.0000,308913.0000,308602.0000,308572.0000,309595.0000,309064.0000,308974.0000,308142.0000,308232.0000,318722.0000,310126.0000,308102.0000,308913.0000,308032.0000,307811.0000,308041.0000,308844.0000,307591.0000,308482.0000,308453.0000,308583.0000,308052.0000,313251.0000,307831.0000,308633.0000,360090.0000,312520.0000,308272.0000,308603.0000,307421.0000,308553.0000,307701.0000,308763.0000,308343.0000,324653.0000,313112.0000,308763.0000,309184.0000,309064.0000,309224.0000,308483.0000,308452.0000,308092.0000" +generating large command graphs for N nodes - 4,soup topology,100,1,186117900,1978491.2100,1954669.3700,1997134.1200,107227.7560,88144.3213,124233.0184,"benchmark,command-graph","2034263.0000,2023583.0000,2031177.0000,2031658.0000,2024996.0000,2035836.0000,2033411.0000,2038762.0000,2026268.0000,2032910.0000,2025156.0000,2036257.0000,2033281.0000,2031117.0000,2036508.0000,2032399.0000,2038000.0000,2026408.0000,2032519.0000,2021138.0000,2036076.0000,2026809.0000,2027059.0000,2031758.0000,2030025.0000,2022961.0000,2027860.0000,2026869.0000,2031257.0000,2024374.0000,2031979.0000,2027871.0000,2036828.0000,2020467.0000,2030285.0000,2028151.0000,2030816.0000,2023191.0000,2029163.0000,2024484.0000,2027620.0000,2022871.0000,2028672.0000,2009386.0000,2029233.0000,2025607.0000,2026578.0000,2023703.0000,2033030.0000,2023072.0000,2035656.0000,2028813.0000,2026428.0000,1833883.0000,1752699.0000,1739625.0000,1746978.0000,1730697.0000,1732241.0000,1740356.0000,1732471.0000,1747470.0000,1738743.0000,1745746.0000,1737150.0000,1741338.0000,1745045.0000,1737050.0000,1745656.0000,1740326.0000,1839915.0000,2026398.0000,2031187.0000,2026439.0000,2023963.0000,2028813.0000,2031838.0000,2024906.0000,2031838.0000,2026659.0000,2030956.0000,2018532.0000,2026829.0000,2025747.0000,2029724.0000,2023572.0000,2027571.0000,2029744.0000,2029905.0000,2026288.0000,2027450.0000,2016920.0000,2031167.0000,2031407.0000,2029735.0000,2026959.0000,2031177.0000,2021880.0000,2024093.0000,2025436.0000" +generating large command graphs for N nodes - 4,chain topology,100,1,36581400,380196.0600,379826.6000,381027.9800,2684.7615,1511.8405,5340.4031,"benchmark,command-graph","379467.0000,379327.0000,401559.0000,383786.0000,381491.0000,380569.0000,381171.0000,381370.0000,380469.0000,380178.0000,378836.0000,379738.0000,383695.0000,378996.0000,379928.0000,379978.0000,378676.0000,379758.0000,379337.0000,379798.0000,380098.0000,379437.0000,379727.0000,383806.0000,378174.0000,379046.0000,379006.0000,380369.0000,380369.0000,377704.0000,378615.0000,377493.0000,378666.0000,382442.0000,379727.0000,379297.0000,380289.0000,380028.0000,379908.0000,379857.0000,378725.0000,379658.0000,379968.0000,378997.0000,385438.0000,379327.0000,379898.0000,377975.0000,380088.0000,378365.0000,381160.0000,379267.0000,380309.0000,379998.0000,385208.0000,379588.0000,379206.0000,379978.0000,379868.0000,378976.0000,380750.0000,379096.0000,380930.0000,381391.0000,381221.0000,384937.0000,380028.0000,379888.0000,379567.0000,379507.0000,378375.0000,380349.0000,378305.0000,379718.0000,380359.0000,383585.0000,379818.0000,379677.0000,378706.0000,378646.0000,379617.0000,378866.0000,379166.0000,378606.0000,379507.0000,378997.0000,383885.0000,380188.0000,378085.0000,378515.0000,378936.0000,379597.0000,378545.0000,377804.0000,378876.0000,378575.0000,384025.0000,379898.0000,379376.0000,379507.0000" +generating large command graphs for N nodes - 4,expanding tree topology,100,1,43017700,460305.7600,459054.8600,464996.3500,10930.0217,2662.9530,25229.9192,"benchmark,command-graph","457274.0000,458187.0000,478454.0000,469368.0000,461593.0000,461232.0000,460321.0000,458807.0000,457115.0000,458366.0000,459468.0000,458217.0000,564758.0000,460070.0000,458397.0000,458136.0000,459568.0000,459779.0000,458848.0000,457896.0000,462644.0000,458396.0000,456043.0000,458537.0000,460561.0000,457856.0000,461092.0000,459639.0000,460360.0000,466922.0000,459909.0000,458537.0000,456854.0000,459659.0000,456312.0000,459719.0000,457906.0000,467253.0000,461202.0000,458236.0000,457625.0000,458827.0000,460331.0000,459378.0000,458277.0000,458657.0000,462575.0000,458046.0000,456774.0000,457686.0000,458116.0000,457806.0000,457264.0000,458808.0000,457976.0000,464218.0000,457545.0000,458898.0000,458667.0000,457495.0000,458376.0000,456093.0000,456974.0000,457244.0000,461372.0000,456253.0000,457705.0000,458076.0000,459249.0000,458356.0000,456944.0000,457455.0000,462765.0000,455311.0000,455932.0000,458817.0000,457976.0000,458137.0000,459128.0000,458667.0000,459509.0000,463216.0000,459529.0000,459118.0000,456733.0000,459669.0000,458867.0000,456573.0000,457164.0000,459789.0000,464748.0000,457474.0000,456753.0000,458708.0000,458727.0000,458106.0000,455932.0000,458697.0000,462044.0000,459930.0000" +generating large command graphs for N nodes - 4,contracting tree topology,100,1,49282700,457593.0700,451743.9600,463847.5100,30834.3321,29323.7926,34303.0563,"benchmark,command-graph","490438.0000,498072.0000,443188.0000,433951.0000,434892.0000,441244.0000,434882.0000,433830.0000,430624.0000,432508.0000,432528.0000,432918.0000,431065.0000,432677.0000,441043.0000,432247.0000,434601.0000,429772.0000,429883.0000,431997.0000,429702.0000,429753.0000,430213.0000,456854.0000,431616.0000,431055.0000,431165.0000,431176.0000,429762.0000,431356.0000,431576.0000,429632.0000,436606.0000,430564.0000,429161.0000,430414.0000,430513.0000,430063.0000,428039.0000,430263.0000,427959.0000,430344.0000,436535.0000,431065.0000,429633.0000,429642.0000,429171.0000,428581.0000,428881.0000,431004.0000,429512.0000,437888.0000,431065.0000,430634.0000,430083.0000,429642.0000,428551.0000,428149.0000,430093.0000,429823.0000,451734.0000,492552.0000,489395.0000,491189.0000,492452.0000,493373.0000,493884.0000,493653.0000,498703.0000,492742.0000,495156.0000,494676.0000,491409.0000,491480.0000,491509.0000,493574.0000,497661.0000,492992.0000,492691.0000,493003.0000,491930.0000,492111.0000,490948.0000,492943.0000,489936.0000,500266.0000,491208.0000,490788.0000,491189.0000,491068.0000,491138.0000,492631.0000,490678.0000,539461.0000,493433.0000,490968.0000,489806.0000,491449.0000,491851.0000,491579.0000" +generating large command graphs for N nodes - 4,wave_sim topology,100,1,220614800,2201266.2900,2173606.1800,2225256.8800,130944.2642,116200.7167,141698.3901,"benchmark,command-graph","2279668.0000,2280159.0000,2288424.0000,2284507.0000,2276342.0000,2285178.0000,2272675.0000,2284908.0000,2283516.0000,2279618.0000,2287863.0000,2287233.0000,2286240.0000,2272525.0000,2280529.0000,2281050.0000,2281402.0000,2286461.0000,2273426.0000,2282303.0000,2276402.0000,2275750.0000,2278355.0000,2281581.0000,2283085.0000,2276301.0000,2278044.0000,2269969.0000,2290829.0000,2295779.0000,2282584.0000,2281341.0000,2275971.0000,2344100.0000,2283265.0000,2291831.0000,2281933.0000,1979469.0000,1986102.0000,1982204.0000,1986553.0000,1985681.0000,1987494.0000,1978698.0000,1990169.0000,1993786.0000,1993105.0000,1990440.0000,2026769.0000,2284717.0000,2290147.0000,2286110.0000,2291250.0000,2281001.0000,2275520.0000,2281662.0000,2275460.0000,2271723.0000,2267906.0000,2281842.0000,2272645.0000,2280159.0000,2278616.0000,2268908.0000,2281481.0000,2282313.0000,2335674.0000,2269739.0000,2278977.0000,2282664.0000,2283795.0000,2291600.0000,1996612.0000,1992003.0000,1983457.0000,1987955.0000,1980120.0000,1986502.0000,1987845.0000,1996452.0000,1980280.0000,2011210.0000,1976974.0000,1990781.0000,1976584.0000,2003274.0000,1982685.0000,2077325.0000,2287522.0000,2288855.0000,2267986.0000,2285108.0000,2279829.0000,2272534.0000,2287944.0000,2281692.0000,2279708.0000,2277905.0000,2278375.0000,2273586.0000" +generating large command graphs for N nodes - 4,jacobi topology,100,1,80114000,744388.2100,736075.4200,754536.7600,46617.6922,40131.9677,52277.2583,"benchmark,command-graph","828618.0000,831835.0000,729410.0000,718360.0000,722477.0000,718690.0000,715364.0000,717317.0000,715885.0000,729130.0000,717648.0000,715554.0000,718420.0000,715484.0000,716636.0000,723228.0000,718239.0000,715794.0000,716767.0000,716886.0000,715344.0000,720494.0000,714552.0000,717077.0000,718039.0000,716826.0000,720754.0000,716206.0000,715363.0000,712759.0000,713300.0000,715284.0000,723629.0000,717197.0000,717248.0000,716045.0000,715093.0000,748917.0000,829881.0000,809352.0000,716276.0000,715183.0000,720203.0000,725022.0000,718510.0000,718319.0000,718730.0000,719402.0000,724421.0000,715263.0000,718861.0000,716636.0000,717247.0000,718119.0000,724321.0000,719111.0000,718469.0000,720143.0000,715314.0000,723589.0000,719792.0000,720754.0000,718409.0000,719230.0000,717838.0000,869756.0000,718039.0000,716235.0000,715685.0000,715764.0000,726124.0000,716606.0000,717718.0000,717838.0000,718089.0000,716005.0000,723870.0000,718239.0000,718530.0000,718109.0000,715474.0000,752504.0000,828137.0000,827416.0000,826825.0000,826414.0000,834359.0000,825172.0000,824701.0000,826595.0000,828748.0000,833588.0000,822727.0000,824640.0000,825593.0000,825272.0000,831644.0000,826284.0000,824200.0000,827657.0000" +generating large command graphs for N nodes - 16,soup topology,100,1,259824800,2553040.4100,2514069.0500,2586480.1200,183855.3393,161634.9433,200436.7182,"benchmark,command-graph","2671891.0000,2664508.0000,2254941.0000,2246836.0000,2234753.0000,2236656.0000,2226217.0000,2240153.0000,2234503.0000,2242758.0000,2242127.0000,2629561.0000,2674506.0000,2663526.0000,2673614.0000,2661160.0000,2658445.0000,2668625.0000,2665068.0000,2663886.0000,2661321.0000,2668625.0000,2654849.0000,2665389.0000,2671330.0000,2654969.0000,2668494.0000,2665079.0000,2659638.0000,2661101.0000,2662904.0000,2654689.0000,2661711.0000,2661982.0000,2661632.0000,2664858.0000,2663355.0000,2662022.0000,2664998.0000,2672282.0000,2660540.0000,2666601.0000,2669958.0000,2664206.0000,2667753.0000,2627587.0000,2240203.0000,2256263.0000,2243379.0000,2252095.0000,2242718.0000,2244060.0000,2249530.0000,2224713.0000,2238830.0000,2229333.0000,2239081.0000,2231627.0000,2239542.0000,2292332.0000,2664247.0000,2674075.0000,2658616.0000,2660159.0000,2659608.0000,2679385.0000,2655059.0000,2663675.0000,2657704.0000,2662434.0000,2663104.0000,2662002.0000,2660830.0000,2716816.0000,2662964.0000,2658687.0000,2661882.0000,2663926.0000,2659228.0000,2672462.0000,2663656.0000,2661251.0000,2664006.0000,2631815.0000,2238710.0000,2296810.0000,2248429.0000,2493894.0000,2666030.0000,2663725.0000,2663446.0000,2668364.0000,2659568.0000,2670880.0000,2671821.0000,2664698.0000,2661742.0000,2673254.0000,2659327.0000,2670439.0000" +generating large command graphs for N nodes - 16,chain topology,100,1,120891300,1144218.3800,1129141.0600,1160114.2700,78873.9473,75794.9176,83086.4761,"benchmark,command-graph","1240068.0000,1231953.0000,1247622.0000,1229347.0000,1233266.0000,1238134.0000,1231842.0000,1233956.0000,1258112.0000,1074845.0000,1073292.0000,1076337.0000,1075496.0000,1071388.0000,1074655.0000,1078652.0000,1071609.0000,1071118.0000,1075476.0000,1078371.0000,1072881.0000,1071789.0000,1071408.0000,1083140.0000,1073202.0000,1075015.0000,1079543.0000,1072680.0000,1075587.0000,1073723.0000,1077049.0000,1065086.0000,1070757.0000,1074353.0000,1080495.0000,1073994.0000,1074494.0000,1073773.0000,1235339.0000,1233315.0000,1235389.0000,1243384.0000,1160638.0000,1077349.0000,1091776.0000,1075315.0000,1075496.0000,1077350.0000,1083230.0000,1074884.0000,1075696.0000,1074524.0000,1079293.0000,1074664.0000,1073702.0000,1082881.0000,1073352.0000,1075686.0000,1076448.0000,1081367.0000,1074554.0000,1075727.0000,1075336.0000,1081547.0000,1075355.0000,1073883.0000,1073963.0000,1082359.0000,1075286.0000,1074334.0000,1114741.0000,1229838.0000,1233005.0000,1229588.0000,1237864.0000,1235199.0000,1229889.0000,1238264.0000,1233806.0000,1233786.0000,1241230.0000,1230530.0000,1232153.0000,1234597.0000,1232894.0000,1230530.0000,1228245.0000,1232503.0000,1227094.0000,1228416.0000,1235820.0000,1228205.0000,1230309.0000,1236882.0000,1227514.0000,1230038.0000,1236180.0000,1228075.0000,1231972.0000,1304741.0000" +generating large command graphs for N nodes - 16,expanding tree topology,100,1,107942700,1082642.7500,1068128.9300,1094932.8500,68038.7113,59045.9273,75686.9898,"benchmark,command-graph","1121153.0000,1121563.0000,1158373.0000,1128326.0000,1122395.0000,1123948.0000,1122054.0000,1122795.0000,1119530.0000,1015171.0000,954737.0000,962882.0000,955479.0000,956290.0000,956721.0000,968413.0000,955038.0000,956210.0000,966489.0000,1062271.0000,1132955.0000,1131101.0000,1208438.0000,1122936.0000,1123366.0000,1118427.0000,1121323.0000,1113128.0000,1110873.0000,1111354.0000,1118678.0000,1118237.0000,1121423.0000,1121793.0000,1119219.0000,1119589.0000,1116434.0000,1126643.0000,1115071.0000,1115702.0000,1121984.0000,1117636.0000,1118117.0000,1114681.0000,1120471.0000,1117826.0000,1113067.0000,1124399.0000,1115812.0000,1118377.0000,1113548.0000,1087108.0000,952853.0000,952974.0000,964777.0000,970657.0000,966149.0000,962663.0000,962672.0000,997659.0000,1126663.0000,1130520.0000,1127825.0000,1129919.0000,1121794.0000,1115282.0000,1122745.0000,1116323.0000,1118608.0000,1120271.0000,1125902.0000,1115792.0000,1120391.0000,1115932.0000,1123137.0000,1115973.0000,1115422.0000,1124198.0000,1116354.0000,1120151.0000,1119078.0000,1019930.0000,952624.0000,955148.0000,954587.0000,958795.0000,953124.0000,1040640.0000,1121303.0000,1124829.0000,1118938.0000,1113007.0000,1124589.0000,1119399.0000,1118057.0000,1118538.0000,1124589.0000,1114961.0000,1115953.0000,1123026.0000" +generating large command graphs for N nodes - 16,contracting tree topology,100,1,113956300,1102298.7400,1085468.6400,1119878.7300,88145.9556,85098.6594,89771.3225,"benchmark,command-graph","1019590.0000,1024650.0000,1049046.0000,1020402.0000,1018919.0000,1026844.0000,1018999.0000,1017436.0000,1019650.0000,1026574.0000,1019390.0000,1020722.0000,1020001.0000,1030701.0000,1019801.0000,1021694.0000,1023657.0000,1022816.0000,1017386.0000,1019350.0000,1024469.0000,1019931.0000,1021805.0000,1017185.0000,1025161.0000,1021624.0000,1020071.0000,1019290.0000,1070096.0000,1198309.0000,1192698.0000,1202788.0000,1207466.0000,1200082.0000,1200904.0000,1206084.0000,1200683.0000,1197227.0000,1204020.0000,1197147.0000,1199200.0000,1199241.0000,1204931.0000,1198589.0000,1199030.0000,1206565.0000,1196716.0000,1200443.0000,1207666.0000,1201775.0000,1206053.0000,1204751.0000,1205071.0000,1198889.0000,1198699.0000,1206535.0000,1196696.0000,1198840.0000,1203148.0000,1196836.0000,1200964.0000,1199341.0000,1217255.0000,1196174.0000,1200833.0000,1204681.0000,1198199.0000,1197247.0000,1204350.0000,1199221.0000,1196866.0000,1203719.0000,1203770.0000,1063523.0000,1021855.0000,1029709.0000,1019019.0000,1021474.0000,1022867.0000,1026733.0000,1022686.0000,1019990.0000,1019850.0000,1033617.0000,1020712.0000,1021404.0000,1019980.0000,1028276.0000,1022516.0000,1020011.0000,1025281.0000,1028768.0000,1021533.0000,1022625.0000,1019359.0000,1029539.0000,1020341.0000,1019580.0000,1023548.0000,1028116.0000" +generating large command graphs for N nodes - 16,wave_sim topology,100,1,395367900,4094296.1500,4029294.1400,4150808.9900,309723.5687,275800.5687,334213.6291,"benchmark,command-graph","4287994.0000,4293003.0000,3602945.0000,3641870.0000,3597886.0000,3596713.0000,3591163.0000,3611872.0000,3590842.0000,3597054.0000,3596012.0000,3583689.0000,3727422.0000,4284016.0000,4278185.0000,4290950.0000,4295067.0000,4292823.0000,4299445.0000,3874941.0000,3591313.0000,3583790.0000,3589019.0000,3605029.0000,3594128.0000,3588388.0000,3592535.0000,3599680.0000,4136126.0000,4290748.0000,4294596.0000,4297111.0000,4296159.0000,4315195.0000,4300247.0000,4495357.0000,4297702.0000,4294526.0000,4291580.0000,4291520.0000,4303893.0000,4305556.0000,4292973.0000,4297962.0000,4282553.0000,4284136.0000,4289747.0000,4282262.0000,4285920.0000,4287001.0000,4286100.0000,4271131.0000,4292472.0000,4301830.0000,4293614.0000,4283505.0000,4296590.0000,4295276.0000,4278595.0000,4278395.0000,4273096.0000,4273456.0000,4284697.0000,4289897.0000,4299015.0000,4310736.0000,4301870.0000,4297171.0000,4280109.0000,4289537.0000,4282663.0000,4303793.0000,4287533.0000,4292492.0000,4285298.0000,4265370.0000,4260652.0000,4274378.0000,4279478.0000,4289446.0000,4278515.0000,4275550.0000,4273446.0000,4299666.0000,4280158.0000,3720829.0000,3591424.0000,3575433.0000,3582237.0000,3585582.0000,3586434.0000,3604659.0000,3591183.0000,3618004.0000,4293343.0000,4291070.0000,4298233.0000,4302301.0000,4293013.0000,4299696.0000" +generating large command graphs for N nodes - 16,jacobi topology,100,1,228195300,2295684.4300,2260185.5100,2326755.6700,169573.8653,152063.8440,182780.9812,"benchmark,command-graph","2412900.0000,2399114.0000,2104005.0000,2042478.0000,2035926.0000,2039052.0000,2023713.0000,2040144.0000,2033872.0000,2035445.0000,2036066.0000,2042979.0000,2030696.0000,2048380.0000,2032710.0000,2036297.0000,2036517.0000,2389286.0000,2412670.0000,2402170.0000,2406188.0000,2402140.0000,2402511.0000,2407530.0000,2211078.0000,2040305.0000,2033992.0000,2039684.0000,2029483.0000,2039973.0000,2026929.0000,2025215.0000,2021979.0000,2025597.0000,2019946.0000,2022961.0000,2022130.0000,2028622.0000,2016408.0000,2283785.0000,2418131.0000,2400717.0000,2596088.0000,2399645.0000,2404694.0000,2403362.0000,2397201.0000,2411488.0000,2394556.0000,2407249.0000,2404835.0000,2399665.0000,2409033.0000,2401018.0000,2409634.0000,2407840.0000,2399475.0000,2400316.0000,2399355.0000,2421327.0000,2409654.0000,2406739.0000,2403753.0000,2395116.0000,2407531.0000,2407310.0000,2401529.0000,2402310.0000,2397772.0000,2410005.0000,2410095.0000,2402060.0000,2411307.0000,2399535.0000,2404855.0000,2404094.0000,2400848.0000,2402962.0000,2401208.0000,2403112.0000,2404875.0000,2405737.0000,2407119.0000,2398283.0000,2397131.0000,2404194.0000,2399034.0000,2407580.0000,2402671.0000,2401279.0000,2406338.0000,2398473.0000,2408503.0000,2391480.0000,2411227.0000,2410977.0000,2399034.0000,2403142.0000,2395757.0000,2407309.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,soup topology,100,1,158308800,1507592.0600,1483725.4200,1531796.5300,122490.1578,120316.6173,124453.5998,"benchmark,scheduler","1391525.0000,1387507.0000,1647249.0000,1418976.0000,1380424.0000,1393629.0000,1376065.0000,1383630.0000,1394541.0000,1379031.0000,1388209.0000,1389361.0000,1378740.0000,1377257.0000,1389611.0000,1381486.0000,1379222.0000,1384301.0000,1381837.0000,1376536.0000,1388178.0000,1383139.0000,1387027.0000,1384602.0000,1381055.0000,1422594.0000,1621210.0000,1637260.0000,1638674.0000,1626470.0000,1649634.0000,1632411.0000,1644504.0000,1637531.0000,1635447.0000,1638473.0000,1627352.0000,1623845.0000,1635347.0000,1633693.0000,1633553.0000,1634836.0000,1629536.0000,1630958.0000,1627202.0000,1642310.0000,1624296.0000,1635016.0000,1637561.0000,1626239.0000,1640897.0000,1637110.0000,1634214.0000,1636869.0000,1632892.0000,1637190.0000,1628363.0000,1633784.0000,1631440.0000,1625498.0000,1632883.0000,1631279.0000,1643613.0000,1633714.0000,1631229.0000,1640908.0000,1624747.0000,1639375.0000,1386646.0000,1384692.0000,1396254.0000,1387187.0000,1385724.0000,1400171.0000,1394861.0000,1385403.0000,1393689.0000,1382968.0000,1401724.0000,1390733.0000,1385754.0000,1390533.0000,1388840.0000,1383921.0000,1389331.0000,1381015.0000,1382788.0000,1387617.0000,1384822.0000,1385102.0000,1541019.0000,1631520.0000,1638082.0000,1631991.0000,1629155.0000,1627492.0000,1392516.0000,1385423.0000,1404009.0000,1383129.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,chain topology,100,1,12114500,126296.1300,126108.3900,126769.8800,1416.6427,684.6169,2848.1392,"benchmark,scheduler","126428.0000,125886.0000,137859.0000,127269.0000,126528.0000,126508.0000,126378.0000,126127.0000,126147.0000,126027.0000,126067.0000,125767.0000,125766.0000,125977.0000,126758.0000,126056.0000,126187.0000,125826.0000,125216.0000,126027.0000,126317.0000,126057.0000,125837.0000,125997.0000,125756.0000,125736.0000,126438.0000,126337.0000,126248.0000,125966.0000,126167.0000,126017.0000,125926.0000,130014.0000,126147.0000,126288.0000,125576.0000,126067.0000,125646.0000,126157.0000,125696.0000,126087.0000,125816.0000,125536.0000,126027.0000,126207.0000,126027.0000,126057.0000,126037.0000,126067.0000,126067.0000,125937.0000,125847.0000,126117.0000,126037.0000,125846.0000,125556.0000,125846.0000,125787.0000,125686.0000,125857.0000,126227.0000,125937.0000,125776.0000,125827.0000,130826.0000,126388.0000,125816.0000,125807.0000,126357.0000,126026.0000,126287.0000,125867.0000,125956.0000,125616.0000,125906.0000,125756.0000,126368.0000,125946.0000,126377.0000,126328.0000,125796.0000,126448.0000,126117.0000,125706.0000,125876.0000,126388.0000,125937.0000,126307.0000,126077.0000,125637.0000,125976.0000,125836.0000,126117.0000,126538.0000,126107.0000,130446.0000,127159.0000,126347.0000,125766.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,17980400,189411.5200,189137.8100,189894.7200,1808.2449,1175.3251,2781.6176,"benchmark,scheduler","188996.0000,188555.0000,199887.0000,190759.0000,190610.0000,189076.0000,193846.0000,189437.0000,188024.0000,189067.0000,190208.0000,188646.0000,187684.0000,189156.0000,189076.0000,188906.0000,189578.0000,189116.0000,188846.0000,188095.0000,188195.0000,188325.0000,188575.0000,187914.0000,188986.0000,188806.0000,188525.0000,193335.0000,188826.0000,188395.0000,188616.0000,189547.0000,189387.0000,188315.0000,189748.0000,188786.0000,188195.0000,188695.0000,188766.0000,188295.0000,187744.0000,189317.0000,188926.0000,188465.0000,189337.0000,188675.0000,188765.0000,189387.0000,193975.0000,189758.0000,190790.0000,189868.0000,189587.0000,189688.0000,188816.0000,189096.0000,189457.0000,188936.0000,189337.0000,188215.0000,189617.0000,188686.0000,188265.0000,189838.0000,189176.0000,189938.0000,189286.0000,189858.0000,189187.0000,198444.0000,190069.0000,188054.0000,188666.0000,189407.0000,189127.0000,189667.0000,188075.0000,188485.0000,188415.0000,188134.0000,189748.0000,187814.0000,188205.0000,188696.0000,188946.0000,188806.0000,188575.0000,189027.0000,189427.0000,188876.0000,189828.0000,194316.0000,189938.0000,189277.0000,188526.0000,189407.0000,188946.0000,189788.0000,189196.0000,189477.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,19987600,211450.8900,208849.6100,213676.5300,12271.6781,10654.6172,13617.5115,"benchmark,scheduler","189287.0000,188816.0000,229793.0000,218893.0000,217731.0000,217731.0000,219343.0000,217860.0000,217720.0000,217651.0000,217189.0000,218381.0000,217620.0000,219123.0000,216117.0000,217550.0000,215406.0000,224073.0000,217209.0000,217420.0000,218301.0000,216929.0000,217410.0000,216919.0000,216879.0000,217881.0000,216429.0000,219784.0000,215577.0000,217029.0000,216768.0000,216698.0000,216218.0000,216569.0000,216889.0000,222850.0000,217450.0000,218462.0000,216318.0000,217150.0000,216127.0000,217651.0000,216899.0000,216969.0000,219023.0000,216799.0000,218843.0000,217029.0000,217440.0000,217290.0000,217050.0000,216799.0000,217490.0000,217000.0000,222800.0000,216418.0000,218082.0000,217019.0000,218172.0000,217550.0000,217300.0000,217450.0000,218753.0000,217250.0000,217661.0000,217189.0000,216738.0000,218883.0000,218573.0000,218542.0000,217460.0000,218132.0000,226998.0000,218482.0000,218943.0000,217090.0000,217651.0000,231516.0000,197793.0000,189767.0000,190148.0000,190669.0000,189918.0000,190789.0000,189057.0000,190268.0000,189498.0000,188565.0000,189056.0000,189727.0000,189087.0000,188455.0000,196881.0000,189838.0000,188546.0000,189627.0000,189257.0000,190238.0000,188906.0000,188515.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,104413600,991365.7700,978339.0900,1005610.2200,69509.5162,64423.2374,72494.5491,"benchmark,scheduler","1084272.0000,1089352.0000,1092148.0000,1085385.0000,1087889.0000,1081807.0000,1081096.0000,1082980.0000,1089082.0000,1083542.0000,1082800.0000,1079634.0000,1085565.0000,1082139.0000,1082109.0000,1090454.0000,1084333.0000,1030030.0000,934589.0000,939257.0000,934899.0000,934870.0000,937905.0000,944367.0000,939459.0000,939508.0000,933577.0000,935060.0000,943005.0000,937143.0000,934989.0000,936292.0000,943967.0000,938637.0000,934459.0000,937935.0000,949648.0000,940750.0000,938666.0000,936473.0000,943405.0000,941974.0000,938045.0000,936653.0000,938928.0000,947814.0000,944147.0000,939128.0000,935741.0000,1020471.0000,1085224.0000,1084423.0000,1084113.0000,1084904.0000,1079383.0000,1084052.0000,1086146.0000,1085475.0000,1083612.0000,1083371.0000,1087629.0000,1082249.0000,1079865.0000,1078251.0000,1082931.0000,1081687.0000,983371.0000,938256.0000,941082.0000,937064.0000,936963.0000,940750.0000,947394.0000,938256.0000,935550.0000,939539.0000,942313.0000,939057.0000,932716.0000,934459.0000,934619.0000,930571.0000,928988.0000,931163.0000,932044.0000,938467.0000,931102.0000,936303.0000,934759.0000,939338.0000,929590.0000,933888.0000,934930.0000,941111.0000,937294.0000,938757.0000,938526.0000,946292.0000,1081267.0000,1091105.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,jacobi topology,100,1,35531500,355035.2300,352178.2300,356826.8100,11387.8625,7555.7029,15466.2052,"benchmark,scheduler","310987.0000,310126.0000,368145.0000,361754.0000,359139.0000,357796.0000,357265.0000,356905.0000,356734.0000,356283.0000,356794.0000,357224.0000,356303.0000,356363.0000,356284.0000,363076.0000,357976.0000,356434.0000,356985.0000,357455.0000,358357.0000,357475.0000,357766.0000,358277.0000,356895.0000,356764.0000,361483.0000,357175.0000,355823.0000,357335.0000,356173.0000,357506.0000,356063.0000,356123.0000,356072.0000,355281.0000,356013.0000,363046.0000,357806.0000,356053.0000,355933.0000,356173.0000,356794.0000,356874.0000,355732.0000,356363.0000,356193.0000,356554.0000,361002.0000,356765.0000,355622.0000,356704.0000,355882.0000,355312.0000,355381.0000,356784.0000,356724.0000,355953.0000,355952.0000,360582.0000,358277.0000,355562.0000,357024.0000,357736.0000,357876.0000,357445.0000,356895.0000,358207.0000,358658.0000,356924.0000,357596.0000,363858.0000,358447.0000,356925.0000,357966.0000,358277.0000,358728.0000,357355.0000,358146.0000,356835.0000,355892.0000,357726.0000,373326.0000,356323.0000,357065.0000,356423.0000,356513.0000,355732.0000,356454.0000,356203.0000,357325.0000,356303.0000,356403.0000,362104.0000,356394.0000,375009.0000,314925.0000,311177.0000,312680.0000,310016.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,soup topology,100,1,135572100,1285243.0300,1261387.3300,1309704.9700,123417.8330,116899.1116,136993.2387,"benchmark,scheduler","1387657.0000,1362890.0000,1366888.0000,1433304.0000,1418266.0000,1424056.0000,1455325.0000,1421211.0000,1420028.0000,1400191.0000,1427293.0000,1421031.0000,1446600.0000,1428946.0000,1460957.0000,1442302.0000,1370084.0000,1390443.0000,1431130.0000,1423475.0000,1418846.0000,1357901.0000,1415701.0000,1407665.0000,1412063.0000,1402646.0000,1416312.0000,1356629.0000,1412374.0000,1399811.0000,1391254.0000,1412515.0000,1432853.0000,1405582.0000,1419057.0000,1402565.0000,1425018.0000,1331962.0000,1210923.0000,1170967.0000,1186877.0000,1159365.0000,1160347.0000,1168031.0000,1284291.0000,1196154.0000,1202386.0000,1605550.0000,1263653.0000,1158854.0000,1180465.0000,1127555.0000,1139297.0000,1227404.0000,1192888.0000,1155017.0000,1179132.0000,1137493.0000,1173882.0000,1138285.0000,1205442.0000,1128356.0000,1147112.0000,1176006.0000,1195003.0000,1176317.0000,1179483.0000,1361789.0000,1391094.0000,1390994.0000,1401835.0000,1423316.0000,1422103.0000,1441129.0000,1248694.0000,1124038.0000,1221092.0000,1166218.0000,1171488.0000,1181497.0000,1122215.0000,1163082.0000,1220571.0000,1195613.0000,1124548.0000,1209489.0000,1176557.0000,1199141.0000,1122044.0000,1176117.0000,1169504.0000,1141692.0000,1211514.0000,1171488.0000,1168151.0000,1173552.0000,1136472.0000,1190374.0000,1171768.0000,1155758.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,chain topology,100,1,28992700,347429.9800,341313.1300,353960.3600,32200.4888,28190.2658,36635.3023,"benchmark,scheduler","348638.0000,347236.0000,323330.0000,312119.0000,313332.0000,324172.0000,322469.0000,424472.0000,376461.0000,375940.0000,377955.0000,405477.0000,407651.0000,404224.0000,379106.0000,375570.0000,405696.0000,405406.0000,408152.0000,406799.0000,378104.0000,404254.0000,377594.0000,406449.0000,407641.0000,407370.0000,373396.0000,407850.0000,402030.0000,319804.0000,319754.0000,289878.0000,286772.0000,291931.0000,290338.0000,348689.0000,318050.0000,290659.0000,319904.0000,319874.0000,346335.0000,347336.0000,292322.0000,316778.0000,319193.0000,320415.0000,318702.0000,319052.0000,289997.0000,319623.0000,320044.0000,317690.0000,291521.0000,318031.0000,349621.0000,347978.0000,348088.0000,348128.0000,348409.0000,347857.0000,348458.0000,348037.0000,349771.0000,347436.0000,348639.0000,348158.0000,346144.0000,349119.0000,348719.0000,347938.0000,347426.0000,348518.0000,349380.0000,348138.0000,345713.0000,381110.0000,345222.0000,349169.0000,346535.0000,350112.0000,346355.0000,347717.0000,320616.0000,347727.0000,348358.0000,350873.0000,346995.0000,347196.0000,350192.0000,346174.0000,345713.0000,320926.0000,347837.0000,348288.0000,345954.0000,321928.0000,345753.0000,320365.0000,322529.0000,346094.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,expanding tree topology,100,1,42887800,391352.7100,377138.6700,407673.0500,77564.0823,68231.2220,86200.0651,"benchmark,scheduler","333750.0000,345432.0000,510095.0000,551092.0000,522458.0000,519312.0000,522288.0000,523320.0000,493313.0000,523831.0000,525624.0000,519382.0000,550631.0000,576700.0000,524512.0000,523190.0000,520895.0000,522989.0000,551363.0000,523720.0000,551333.0000,520204.0000,462906.0000,465430.0000,462744.0000,466111.0000,493964.0000,463727.0000,408442.0000,394666.0000,400597.0000,398734.0000,404104.0000,403272.0000,394215.0000,396039.0000,408101.0000,377003.0000,387653.0000,385839.0000,373786.0000,334753.0000,332278.0000,342928.0000,330915.0000,332909.0000,335584.0000,354430.0000,341285.0000,342467.0000,339271.0000,341195.0000,337337.0000,326667.0000,339441.0000,338630.0000,316337.0000,328591.0000,339622.0000,348729.0000,339041.0000,339711.0000,327558.0000,320666.0000,330605.0000,342978.0000,342237.0000,343829.0000,345203.0000,346484.0000,328812.0000,339100.0000,331196.0000,329623.0000,345273.0000,338810.0000,324132.0000,341786.0000,341465.0000,339411.0000,332518.0000,341896.0000,335684.0000,344611.0000,324833.0000,345061.0000,347867.0000,346214.0000,329162.0000,326466.0000,342487.0000,352456.0000,340463.0000,334782.0000,347927.0000,352366.0000,329883.0000,339681.0000,323260.0000,353598.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,contracting tree topology,100,1,42023800,444780.3800,438290.7200,451299.4500,33223.1327,30803.7236,36174.9319,"benchmark,scheduler","468365.0000,510094.0000,434211.0000,405967.0000,407069.0000,407901.0000,406138.0000,404244.0000,409023.0000,403542.0000,406097.0000,408492.0000,402692.0000,408182.0000,407600.0000,405817.0000,404886.0000,377824.0000,406538.0000,405887.0000,410807.0000,405497.0000,400968.0000,411838.0000,464027.0000,461323.0000,467013.0000,490237.0000,467534.0000,466281.0000,490858.0000,491910.0000,463937.0000,463826.0000,468315.0000,490487.0000,463706.0000,467554.0000,465971.0000,489936.0000,493633.0000,465680.0000,460380.0000,496518.0000,464478.0000,462534.0000,462875.0000,499004.0000,460080.0000,434792.0000,467093.0000,491219.0000,464288.0000,464247.0000,463586.0000,467283.0000,462464.0000,463516.0000,465380.0000,461653.0000,435884.0000,406378.0000,407810.0000,429532.0000,442707.0000,403462.0000,402941.0000,408662.0000,402190.0000,408943.0000,408793.0000,402972.0000,408051.0000,434582.0000,435764.0000,432778.0000,436585.0000,407029.0000,406929.0000,407581.0000,404134.0000,403974.0000,470189.0000,466011.0000,491489.0000,495227.0000,463286.0000,460180.0000,497010.0000,461132.0000,466652.0000,465350.0000,492662.0000,462144.0000,462444.0000,464579.0000,465841.0000,495166.0000,465020.0000,432678.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,wave_sim topology,100,1,111248500,1140446.6800,1117210.7600,1174180.3600,141264.7725,99814.5245,187256.4942,"benchmark,scheduler","1156600.0000,1177179.0000,1677817.0000,1679891.0000,1655134.0000,1673530.0000,1637000.0000,1559623.0000,1025852.0000,1083872.0000,1032354.0000,1045089.0000,1037374.0000,1054046.0000,1031573.0000,1039107.0000,1023638.0000,1037133.0000,1064164.0000,1068874.0000,1063724.0000,1051029.0000,1040078.0000,1097748.0000,1044868.0000,1057332.0000,1058023.0000,1026062.0000,1030851.0000,1044778.0000,1156439.0000,1158624.0000,1145588.0000,1192518.0000,1160237.0000,1166168.0000,1153073.0000,1158494.0000,1167330.0000,1155507.0000,1163262.0000,1193500.0000,1157642.0000,1192878.0000,1161319.0000,1187478.0000,1190394.0000,1160728.0000,1164375.0000,1161439.0000,1163142.0000,1161449.0000,1157181.0000,1162561.0000,1155477.0000,1159064.0000,1167100.0000,1190824.0000,1062962.0000,1040239.0000,1046010.0000,1058123.0000,1047513.0000,1040770.0000,1028447.0000,1021544.0000,1032775.0000,1051861.0000,1040781.0000,1068142.0000,1047383.0000,1064775.0000,1020982.0000,1038546.0000,1031913.0000,1056160.0000,1075576.0000,1044097.0000,1030771.0000,1024860.0000,1191797.0000,1140189.0000,1146601.0000,1153073.0000,1144537.0000,1114089.0000,1142663.0000,1144016.0000,1159886.0000,1161449.0000,1159405.0000,1146982.0000,1129769.0000,1195513.0000,1187127.0000,1163262.0000,1131422.0000,1159184.0000,1194621.0000,1166719.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,jacobi topology,100,1,54952700,529263.0000,512514.3000,551036.4900,96673.8059,77769.0027,115568.8029,"benchmark,scheduler","551292.0000,550261.0000,811877.0000,786168.0000,779084.0000,785447.0000,782712.0000,783914.0000,754298.0000,753446.0000,757634.0000,755009.0000,751613.0000,757173.0000,660048.0000,521706.0000,581720.0000,549599.0000,553917.0000,550571.0000,582411.0000,521386.0000,551193.0000,552976.0000,547395.0000,553386.0000,501228.0000,479697.0000,454739.0000,467304.0000,488945.0000,490317.0000,466342.0000,481280.0000,461533.0000,460912.0000,462173.0000,475499.0000,485158.0000,485388.0000,495387.0000,479727.0000,463676.0000,465971.0000,467654.0000,473686.0000,476391.0000,484036.0000,487863.0000,476170.0000,467433.0000,460300.0000,459037.0000,475689.0000,468556.0000,476661.0000,472213.0000,477673.0000,474196.0000,473355.0000,466743.0000,483584.0000,493102.0000,482382.0000,466372.0000,500937.0000,485407.0000,471662.0000,469317.0000,524331.0000,460300.0000,457615.0000,469688.0000,494996.0000,480469.0000,487802.0000,471852.0000,477383.0000,488474.0000,478084.0000,457695.0000,471582.0000,476892.0000,482592.0000,476220.0000,466152.0000,471501.0000,471722.0000,456132.0000,464399.0000,551683.0000,524251.0000,521977.0000,522148.0000,551964.0000,580918.0000,520374.0000,553496.0000,549309.0000,522368.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,soup topology,100,1,256064600,2577533.3400,2555510.0700,2595861.4000,102144.2617,87617.8060,114236.6008,"benchmark,scheduler","2636664.0000,2459959.0000,2409494.0000,2384918.0000,2532507.0000,2636284.0000,2636463.0000,2639159.0000,2631635.0000,2642456.0000,2639560.0000,2626866.0000,2635352.0000,2632707.0000,2631464.0000,2635241.0000,2642987.0000,2627196.0000,2646292.0000,2641544.0000,2622969.0000,2638658.0000,2632076.0000,2633729.0000,2631915.0000,2573885.0000,2377323.0000,2381561.0000,2372353.0000,2623139.0000,2628048.0000,2630613.0000,2632336.0000,2639369.0000,2633439.0000,2626054.0000,2641654.0000,2634901.0000,2637466.0000,2641654.0000,2632546.0000,2631665.0000,2630363.0000,2631745.0000,2644630.0000,2638057.0000,2637847.0000,2642636.0000,2636734.0000,2634470.0000,2647735.0000,2635552.0000,2528700.0000,2397832.0000,2376792.0000,2384136.0000,2445082.0000,2639640.0000,2622968.0000,2621606.0000,2620213.0000,2636805.0000,2634350.0000,2638618.0000,2636414.0000,2639981.0000,2630513.0000,2639760.0000,2638458.0000,2642095.0000,2645411.0000,2650390.0000,2627036.0000,2633579.0000,2635182.0000,2596147.0000,2383614.0000,2378545.0000,2390658.0000,2381441.0000,2379978.0000,2390879.0000,2374939.0000,2382462.0000,2367043.0000,2381571.0000,2384376.0000,2378195.0000,2569126.0000,2642235.0000,2636705.0000,2639149.0000,2641664.0000,2625474.0000,2635732.0000,2633889.0000,2633759.0000,2640632.0000,2634821.0000,2638869.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,chain topology,100,1,41500200,415442.7200,413878.5100,416687.4300,7099.7623,5902.7129,8145.4625,"benchmark,scheduler","418100.0000,418792.0000,425605.0000,419233.0000,419192.0000,419012.0000,418712.0000,418100.0000,418091.0000,419062.0000,419513.0000,419062.0000,418792.0000,418181.0000,417800.0000,417930.0000,418481.0000,419032.0000,418321.0000,423561.0000,418461.0000,418311.0000,417499.0000,419072.0000,418071.0000,418290.0000,417971.0000,418391.0000,418771.0000,418942.0000,417980.0000,418431.0000,418942.0000,418481.0000,418631.0000,418201.0000,418591.0000,418511.0000,422790.0000,419823.0000,413141.0000,401319.0000,400366.0000,400557.0000,399976.0000,400637.0000,400447.0000,400176.0000,402010.0000,400697.0000,400507.0000,400527.0000,400376.0000,400177.0000,400086.0000,400457.0000,400457.0000,399896.0000,414283.0000,401339.0000,419723.0000,419894.0000,419162.0000,419172.0000,418972.0000,418702.0000,419793.0000,417099.0000,419363.0000,419463.0000,419513.0000,418792.0000,418621.0000,418782.0000,418000.0000,418211.0000,418932.0000,419192.0000,418742.0000,419322.0000,418280.0000,418672.0000,418030.0000,418982.0000,418341.0000,418341.0000,417750.0000,418451.0000,418401.0000,418251.0000,418030.0000,418261.0000,418531.0000,418100.0000,417950.0000,418481.0000,421517.0000,418330.0000,417960.0000,418000.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,expanding tree topology,100,1,48285700,480035.4800,477730.8500,482330.2800,11748.6279,11357.3251,12423.6543,"benchmark,scheduler","471682.0000,467544.0000,502530.0000,491881.0000,491359.0000,490648.0000,492070.0000,490608.0000,495728.0000,490658.0000,491359.0000,490457.0000,490257.0000,490167.0000,490237.0000,490207.0000,489896.0000,494525.0000,490697.0000,491188.0000,490338.0000,490677.0000,490667.0000,490057.0000,489987.0000,492591.0000,491580.0000,490598.0000,489165.0000,489666.0000,490568.0000,490788.0000,490588.0000,491579.0000,491350.0000,490788.0000,490397.0000,490358.0000,490617.0000,490617.0000,489747.0000,491910.0000,490568.0000,489906.0000,490678.0000,489827.0000,491699.0000,491028.0000,490578.0000,495016.0000,490758.0000,490788.0000,497251.0000,476781.0000,468195.0000,467845.0000,468686.0000,474617.0000,468346.0000,466993.0000,467153.0000,469217.0000,468025.0000,467734.0000,467234.0000,467574.0000,475128.0000,467785.0000,467434.0000,467884.0000,467454.0000,465861.0000,465570.0000,467093.0000,466733.0000,469788.0000,467615.0000,467383.0000,467364.0000,466653.0000,467323.0000,466623.0000,467073.0000,474267.0000,467734.0000,467113.0000,466832.0000,466252.0000,466602.0000,467524.0000,467564.0000,466923.0000,475109.0000,466913.0000,467944.0000,467173.0000,467875.0000,467544.0000,466572.0000,468015.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,contracting tree topology,100,1,51231800,507389.0400,504506.2300,510259.7500,14677.6431,14252.5331,15118.9116,"benchmark,scheduler","492391.0000,499494.0000,505586.0000,492822.0000,492231.0000,491850.0000,492361.0000,501469.0000,492581.0000,492802.0000,491550.0000,492411.0000,493042.0000,492692.0000,491199.0000,499976.0000,492501.0000,492121.0000,494094.0000,492582.0000,492301.0000,492301.0000,491630.0000,508802.0000,492000.0000,491059.0000,490718.0000,494084.0000,491419.0000,493644.0000,492792.0000,494545.0000,493583.0000,492562.0000,492471.0000,492642.0000,490357.0000,492592.0000,493583.0000,499044.0000,492962.0000,491610.0000,492091.0000,491529.0000,492251.0000,492832.0000,493093.0000,505165.0000,524272.0000,524171.0000,522899.0000,522398.0000,523190.0000,522759.0000,521256.0000,525313.0000,523030.0000,522428.0000,524462.0000,522919.0000,521917.0000,521186.0000,523500.0000,524221.0000,521987.0000,524271.0000,522288.0000,521326.0000,521757.0000,523290.0000,522548.0000,522949.0000,522307.0000,522418.0000,522698.0000,521426.0000,522879.0000,522098.0000,523280.0000,522548.0000,521616.0000,522519.0000,522578.0000,522167.0000,521666.0000,522608.0000,528990.0000,520955.0000,520555.0000,522027.0000,520956.0000,522248.0000,522368.0000,522818.0000,521165.0000,493463.0000,492421.0000,492812.0000,492251.0000,493313.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,wave_sim topology,100,1,312951600,3101513.9900,3088932.6600,3111615.8400,57435.0075,47265.6387,67047.1956,"benchmark,scheduler","3128617.0000,3122685.0000,3139968.0000,3129288.0000,3125391.0000,3126853.0000,3126092.0000,3127594.0000,3124199.0000,3126903.0000,3124449.0000,3125812.0000,3124248.0000,3119500.0000,3122224.0000,3125922.0000,3124368.0000,3126332.0000,3122946.0000,3127524.0000,3127455.0000,3131121.0000,3118989.0000,3126973.0000,3123437.0000,3128636.0000,3118066.0000,3121013.0000,3126643.0000,3129638.0000,3122144.0000,3123317.0000,3122845.0000,3130119.0000,3129398.0000,2979684.0000,2973734.0000,2980105.0000,3041201.0000,3127715.0000,3125630.0000,3123496.0000,3124048.0000,3125821.0000,3125090.0000,3125802.0000,3129648.0000,3126282.0000,3126272.0000,3124368.0000,3128767.0000,3128597.0000,3124849.0000,3124589.0000,3122565.0000,3131562.0000,3238846.0000,3121643.0000,3129017.0000,3125531.0000,3127635.0000,3127765.0000,2992770.0000,2975256.0000,2977430.0000,3047483.0000,3128165.0000,3130170.0000,3126663.0000,3130711.0000,3127224.0000,3130811.0000,3122054.0000,3135239.0000,3131782.0000,2986006.0000,2971258.0000,2978682.0000,2984824.0000,2970698.0000,2966900.0000,2974365.0000,2967992.0000,2973913.0000,2963524.0000,3079854.0000,3127104.0000,3128436.0000,3122755.0000,3133286.0000,3123577.0000,3126743.0000,3124518.0000,3131371.0000,3129117.0000,3133737.0000,3123036.0000,3125441.0000,3128817.0000,3128716.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task,jacobi topology,100,1,85878800,843269.9100,838372.4700,847954.8000,24376.0161,22889.9648,28008.0396,"benchmark,scheduler","859977.0000,859758.0000,872512.0000,865137.0000,860649.0000,860729.0000,862072.0000,861020.0000,915062.0000,861781.0000,860509.0000,861380.0000,873514.0000,822637.0000,814221.0000,811476.0000,812878.0000,821074.0000,813720.0000,812998.0000,813069.0000,812107.0000,819531.0000,812908.0000,812618.0000,811977.0000,812397.0000,817717.0000,812789.0000,813309.0000,813169.0000,812879.0000,814221.0000,813299.0000,812888.0000,812868.0000,812938.0000,814011.0000,811596.0000,811586.0000,812648.0000,812718.0000,813360.0000,813419.0000,811887.0000,813349.0000,812548.0000,815894.0000,813650.0000,813460.0000,812338.0000,812417.0000,867753.0000,861791.0000,860318.0000,861109.0000,859566.0000,860438.0000,858866.0000,860178.0000,859777.0000,861680.0000,862432.0000,859817.0000,859276.0000,862052.0000,860539.0000,860268.0000,860098.0000,860409.0000,863615.0000,861260.0000,860849.0000,861301.0000,858865.0000,860780.0000,859296.0000,860609.0000,859918.0000,859898.0000,859887.0000,861621.0000,860950.0000,860599.0000,861420.0000,859737.0000,859256.0000,858405.0000,858836.0000,865428.0000,860018.0000,859637.0000,859687.0000,864637.0000,860288.0000,859797.0000,859307.0000,859777.0000,865308.0000,860969.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,soup topology,100,1,242498000,2406737.6700,2385037.5500,2425324.2900,102187.1163,89187.1855,113466.0213,"benchmark,scheduler","2503512.0000,2499545.0000,2443268.0000,2432848.0000,2472743.0000,2462854.0000,2437657.0000,2472203.0000,2466121.0000,2469989.0000,2470249.0000,2457475.0000,2475139.0000,2529181.0000,2458567.0000,2414604.0000,2460380.0000,2412439.0000,2524642.0000,2476140.0000,2471732.0000,2408452.0000,2466803.0000,2471491.0000,2460350.0000,2409073.0000,2448678.0000,2461673.0000,2474537.0000,2463727.0000,2467144.0000,2526506.0000,2473175.0000,2428760.0000,2469557.0000,2427117.0000,2473546.0000,2430444.0000,2475469.0000,2450251.0000,2468536.0000,2464778.0000,2466031.0000,2452927.0000,2476020.0000,2473004.0000,2485888.0000,2471802.0000,2530303.0000,2471281.0000,2432818.0000,2473705.0000,2437106.0000,2426737.0000,2474577.0000,2442977.0000,2468837.0000,2498252.0000,2437106.0000,2427909.0000,2448758.0000,2463085.0000,2483754.0000,2419473.0000,2484846.0000,2474877.0000,2478795.0000,2483966.0000,2212491.0000,2239201.0000,2228311.0000,2248509.0000,2260632.0000,2246716.0000,2266172.0000,2235283.0000,2193915.0000,2222429.0000,2245192.0000,2210026.0000,2469468.0000,2500868.0000,2407109.0000,2469598.0000,2473746.0000,2308663.0000,2216959.0000,2246044.0000,2232308.0000,2220405.0000,2188626.0000,2387452.0000,2424292.0000,2206840.0000,2251044.0000,2229413.0000,2206519.0000,2207612.0000,2238139.0000,2463596.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,chain topology,100,1,50259000,483400.9100,475727.3700,491602.6000,40542.6526,37215.8456,44003.6477,"benchmark,scheduler","521847.0000,551012.0000,492381.0000,486209.0000,461152.0000,431626.0000,439842.0000,463486.0000,457966.0000,457695.0000,451844.0000,441955.0000,463607.0000,449219.0000,434592.0000,444009.0000,453497.0000,475759.0000,449700.0000,454910.0000,466241.0000,447556.0000,464288.0000,459438.0000,445161.0000,439241.0000,492151.0000,446694.0000,469708.0000,449299.0000,450401.0000,442787.0000,471962.0000,446545.0000,442226.0000,441995.0000,442436.0000,446624.0000,440373.0000,464288.0000,443989.0000,438770.0000,467274.0000,464137.0000,447826.0000,441114.0000,451664.0000,469137.0000,461963.0000,448398.0000,439421.0000,431426.0000,436415.0000,434461.0000,470750.0000,447005.0000,474918.0000,442737.0000,440021.0000,436866.0000,465179.0000,465651.0000,538418.0000,493994.0000,522779.0000,550792.0000,492472.0000,550511.0000,554268.0000,521296.0000,520415.0000,552876.0000,523480.0000,550691.0000,493683.0000,521416.0000,551103.0000,552355.0000,492922.0000,520654.0000,523991.0000,520996.0000,552435.0000,551023.0000,522959.0000,521887.0000,551363.0000,522027.0000,521817.0000,492562.0000,496108.0000,521165.0000,552334.0000,553276.0000,520163.0000,522077.0000,521877.0000,552976.0000,518772.0000,525314.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,expanding tree topology,100,1,57435000,575495.4900,566981.4100,589667.1800,54478.8170,37373.3608,99068.9524,"benchmark,scheduler","564718.0000,524572.0000,600957.0000,579887.0000,578754.0000,613340.0000,579987.0000,581039.0000,578935.0000,578585.0000,611908.0000,576641.0000,583825.0000,612829.0000,634610.0000,582923.0000,576611.0000,583404.0000,576901.0000,609874.0000,609363.0000,584736.0000,577221.0000,579195.0000,612569.0000,578945.0000,579927.0000,580758.0000,613079.0000,606728.0000,580178.0000,608040.0000,610895.0000,579636.0000,581089.0000,582963.0000,606909.0000,582131.0000,551392.0000,578675.0000,608591.0000,552595.0000,503573.0000,535853.0000,534902.0000,494716.0000,541394.0000,515485.0000,542536.0000,529963.0000,523099.0000,503121.0000,533659.0000,531706.0000,532036.0000,514463.0000,500407.0000,520775.0000,499976.0000,526496.0000,501388.0000,524593.0000,523751.0000,525383.0000,518982.0000,513852.0000,534852.0000,537998.0000,510926.0000,539220.0000,513331.0000,503593.0000,552384.0000,605104.0000,606667.0000,611416.0000,610354.0000,609122.0000,959757.0000,546845.0000,604063.0000,605075.0000,604103.0000,608100.0000,601557.0000,619472.0000,604394.0000,607730.0000,601398.0000,630513.0000,602610.0000,650851.0000,597320.0000,613631.0000,583433.0000,587140.0000,607820.0000,590257.0000,596048.0000,624441.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,contracting tree topology,100,1,61102900,613509.4900,609662.5500,617420.6200,19884.1193,17779.3391,22426.1016,"benchmark,scheduler","583944.0000,606687.0000,634481.0000,606587.0000,642074.0000,636895.0000,641263.0000,606838.0000,638258.0000,581460.0000,608872.0000,612078.0000,634541.0000,592461.0000,639650.0000,612859.0000,607359.0000,609543.0000,610505.0000,638959.0000,609333.0000,610474.0000,637636.0000,606567.0000,583343.0000,636204.0000,638898.0000,638698.0000,608230.0000,609292.0000,612058.0000,607970.0000,607960.0000,612068.0000,639671.0000,606417.0000,610755.0000,608391.0000,610575.0000,608121.0000,612258.0000,608331.0000,638959.0000,638528.0000,608010.0000,608882.0000,611437.0000,580839.0000,580488.0000,607830.0000,638198.0000,640091.0000,640211.0000,664878.0000,639089.0000,578755.0000,608361.0000,638758.0000,640572.0000,605646.0000,584556.0000,636154.0000,599274.0000,609914.0000,581259.0000,609203.0000,611838.0000,578334.0000,579015.0000,614813.0000,634871.0000,609203.0000,611046.0000,578975.0000,579897.0000,609733.0000,607469.0000,609413.0000,612398.0000,580217.0000,609223.0000,579166.0000,581269.0000,608852.0000,613130.0000,638187.0000,578574.0000,607549.0000,608340.0000,609964.0000,611267.0000,605656.0000,614503.0000,608441.0000,638818.0000,638357.0000,637055.0000,640973.0000,614182.0000,631765.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,wave_sim topology,100,1,319501300,3168262.1700,3143894.6400,3196704.5800,134136.7429,108359.4148,169017.3043,"benchmark,scheduler","3185214.0000,3224168.0000,3242632.0000,3216172.0000,3191797.0000,3199170.0000,3186336.0000,3193660.0000,3199350.0000,3222344.0000,3154165.0000,3160317.0000,3172570.0000,3168712.0000,2982831.0000,2978943.0000,2961049.0000,2934619.0000,2971489.0000,3168302.0000,3197678.0000,3192989.0000,3225961.0000,3187838.0000,3170286.0000,3160667.0000,3190394.0000,3225029.0000,3198038.0000,3219799.0000,3166639.0000,3174453.0000,3193239.0000,3150928.0000,3621450.0000,3607023.0000,3629656.0000,3608716.0000,3433644.0000,3281125.0000,3226511.0000,3204861.0000,3172891.0000,3242152.0000,3262581.0000,3169164.0000,3183761.0000,3188219.0000,3156369.0000,3169233.0000,3201955.0000,3192047.0000,3192398.0000,3191576.0000,3166849.0000,3164574.0000,3014961.0000,2977540.0000,2987920.0000,2972851.0000,3007678.0000,2994282.0000,2979564.0000,2987579.0000,2969185.0000,2976198.0000,3057252.0000,3191055.0000,3168702.0000,3145047.0000,3199371.0000,3219078.0000,3140819.0000,3187648.0000,3254836.0000,3254044.0000,3246109.0000,2969574.0000,3008670.0000,2962652.0000,2979835.0000,2950950.0000,2970678.0000,3087198.0000,3176638.0000,3219589.0000,3189182.0000,3189803.0000,3219118.0000,3224518.0000,3205503.0000,3197137.0000,3324087.0000,3170626.0000,3177980.0000,3223647.0000,3193199.0000,3195613.0000,3229247.0000,3194521.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task,jacobi topology,100,1,94078500,938792.3800,930473.9800,946155.3000,39957.3079,33410.9765,47869.0976,"benchmark,scheduler","986808.0000,955659.0000,905384.0000,848797.0000,853836.0000,854347.0000,829169.0000,825442.0000,851802.0000,839780.0000,851061.0000,860228.0000,844358.0000,901066.0000,904111.0000,931573.0000,958735.0000,904783.0000,929900.0000,933928.0000,902368.0000,905644.0000,931273.0000,931804.0000,958775.0000,957132.0000,931223.0000,929550.0000,956100.0000,938727.0000,1014320.0000,982400.0000,985595.0000,986317.0000,930151.0000,956551.0000,1011355.0000,958745.0000,930220.0000,957392.0000,962502.0000,928888.0000,971479.0000,956942.0000,928979.0000,929459.0000,955619.0000,928658.0000,928408.0000,925702.0000,931784.0000,896737.0000,931333.0000,930171.0000,929680.0000,957192.0000,928988.0000,988691.0000,986106.0000,960087.0000,926254.0000,927816.0000,960358.0000,958775.0000,955469.0000,930261.0000,956020.0000,1001736.0000,959426.0000,959286.0000,931112.0000,924540.0000,959356.0000,929489.0000,958996.0000,956541.0000,958144.0000,959236.0000,984824.0000,958915.0000,984023.0000,958034.0000,929650.0000,928878.0000,959236.0000,959065.0000,956040.0000,931233.0000,956330.0000,959406.0000,955138.0000,957132.0000,964586.0000,955699.0000,955819.0000,956611.0000,959717.0000,1051431.0000,932074.0000,928768.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,soup topology,100,1,207060500,1987902.7300,1960200.1500,2011145.5600,128676.6064,111030.2682,142392.2229,"benchmark,scheduler","2071684.0000,2057276.0000,2065823.0000,2066524.0000,2057417.0000,2072105.0000,2062116.0000,1995129.0000,1754353.0000,1764181.0000,1745015.0000,1757458.0000,1758651.0000,1755344.0000,2023041.0000,2057958.0000,2064099.0000,2064230.0000,2055784.0000,2054111.0000,2050213.0000,2049672.0000,2047949.0000,2051245.0000,2049922.0000,2054621.0000,2059711.0000,2069329.0000,2057848.0000,2061895.0000,2056265.0000,2061314.0000,2059130.0000,2065722.0000,2056876.0000,2066694.0000,2061344.0000,2069299.0000,2054872.0000,2059581.0000,2057978.0000,2064029.0000,2065061.0000,2064861.0000,2057377.0000,2064971.0000,2055653.0000,2064120.0000,2057186.0000,1908675.0000,1759082.0000,1750816.0000,1752048.0000,1768890.0000,1753621.0000,1762828.0000,1755846.0000,1749744.0000,1755414.0000,1750114.0000,1754062.0000,1750105.0000,1765052.0000,1748220.0000,1754092.0000,1752449.0000,1754873.0000,1986252.0000,2056155.0000,2068057.0000,2059861.0000,2060733.0000,2059872.0000,2068698.0000,2061986.0000,2059701.0000,2065212.0000,2067305.0000,2064771.0000,2059321.0000,2067295.0000,2064620.0000,2066864.0000,2061645.0000,2069099.0000,2058459.0000,2058439.0000,2059090.0000,2068628.0000,2053840.0000,2070090.0000,2051315.0000,2059200.0000,2057988.0000,2060953.0000,2057006.0000,2065182.0000,2059320.0000,2119003.0000,2061345.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,chain topology,100,1,37542600,352838.8500,348359.3700,357729.6800,23810.8444,21762.4057,25278.8243,"benchmark,scheduler","335624.0000,335874.0000,400657.0000,387653.0000,392872.0000,386421.0000,386350.0000,386511.0000,387221.0000,387031.0000,386370.0000,385519.0000,386190.0000,385438.0000,389856.0000,387051.0000,385589.0000,386130.0000,387553.0000,385338.0000,386060.0000,384857.0000,384307.0000,384216.0000,390649.0000,385438.0000,383475.0000,385679.0000,383154.0000,384146.0000,384076.0000,383665.0000,384316.0000,383835.0000,385328.0000,350121.0000,336666.0000,336135.0000,335243.0000,336055.0000,334352.0000,336586.0000,336385.0000,335794.0000,335213.0000,334612.0000,344090.0000,336406.0000,334191.0000,333891.0000,335193.0000,335113.0000,335113.0000,335113.0000,333540.0000,336495.0000,335404.0000,336165.0000,348609.0000,337378.0000,334211.0000,334602.0000,335884.0000,336576.0000,333801.0000,335724.0000,335384.0000,336736.0000,334482.0000,335584.0000,346504.0000,337648.0000,334923.0000,334662.0000,335113.0000,336285.0000,334101.0000,335604.0000,335444.0000,337077.0000,335885.0000,334692.0000,343289.0000,335033.0000,334111.0000,334612.0000,334702.0000,335704.0000,335845.0000,334823.0000,336686.0000,335113.0000,334061.0000,334633.0000,342106.0000,334723.0000,334512.0000,334632.0000,334432.0000,335634.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,46432600,466816.8900,466209.2700,467622.1500,3543.1586,2809.9792,4909.8307,"benchmark,scheduler","467073.0000,468386.0000,484286.0000,467824.0000,466121.0000,465750.0000,466051.0000,463847.0000,463236.0000,476451.0000,470480.0000,467945.0000,468716.0000,466883.0000,465009.0000,465820.0000,463847.0000,465490.0000,476391.0000,466853.0000,468305.0000,466351.0000,467323.0000,466472.0000,468024.0000,469417.0000,476582.0000,466652.0000,467785.0000,467143.0000,467564.0000,468105.0000,466171.0000,466462.0000,465279.0000,473034.0000,466512.0000,467514.0000,467784.0000,467855.0000,466763.0000,465500.0000,466833.0000,471141.0000,466532.0000,465170.0000,464999.0000,465340.0000,467434.0000,464949.0000,466401.0000,462514.0000,472213.0000,468817.0000,464969.0000,465280.0000,466953.0000,463386.0000,467053.0000,468867.0000,476270.0000,467654.0000,465270.0000,464508.0000,466913.0000,465871.0000,466072.0000,465260.0000,465109.0000,472985.0000,464117.0000,463847.0000,461883.0000,463036.0000,463626.0000,462554.0000,463867.0000,469107.0000,465760.0000,463847.0000,461012.0000,459959.0000,463426.0000,463176.0000,463146.0000,463476.0000,469508.0000,464769.0000,465651.0000,466251.0000,463787.0000,462985.0000,465721.0000,464478.0000,466162.0000,469287.0000,467454.0000,470319.0000,468345.0000,467314.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,47973000,498541.7500,497978.6300,499231.9800,3180.6048,2638.1878,3970.3023,"benchmark,scheduler","498423.0000,499525.0000,510716.0000,499675.0000,498853.0000,498703.0000,495737.0000,496930.0000,499254.0000,496759.0000,496309.0000,495988.0000,498453.0000,500296.0000,497691.0000,498493.0000,501980.0000,496509.0000,496679.0000,496609.0000,495697.0000,495427.0000,496409.0000,497230.0000,502520.0000,495637.0000,498072.0000,495116.0000,494685.0000,498623.0000,496429.0000,497060.0000,508462.0000,497330.0000,497742.0000,498543.0000,498873.0000,499966.0000,498663.0000,495447.0000,502841.0000,496048.0000,497861.0000,497371.0000,501859.0000,500396.0000,501568.0000,498814.0000,503211.0000,496408.0000,498423.0000,495818.0000,498332.0000,495386.0000,494616.0000,496699.0000,507480.0000,497531.0000,500737.0000,496720.0000,497020.0000,495206.0000,496228.0000,497281.0000,503231.0000,496078.0000,498683.0000,497761.0000,497290.0000,495907.0000,494515.0000,495817.0000,500647.0000,497110.0000,497520.0000,496899.0000,494005.0000,494555.0000,496389.0000,498403.0000,506097.0000,497070.0000,497210.0000,495126.0000,496659.0000,495738.0000,496028.0000,499735.0000,504915.0000,502390.0000,500677.0000,502781.0000,500556.0000,501649.0000,501328.0000,499955.0000,507089.0000,498974.0000,497882.0000,502139.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,227292100,2249554.3100,2222102.7200,2271275.8700,124306.4289,104035.6000,141364.3763,"benchmark,scheduler","2307790.0000,2328491.0000,2175831.0000,2004366.0000,1990499.0000,2012231.0000,1995159.0000,2008835.0000,2002112.0000,1994779.0000,1982695.0000,2000539.0000,1981894.0000,1985380.0000,1978678.0000,1988155.0000,1987805.0000,2165191.0000,2315826.0000,2323862.0000,2312230.0000,2308873.0000,2316658.0000,2313562.0000,2309945.0000,2310015.0000,2319484.0000,2326978.0000,2311177.0000,2311127.0000,2299416.0000,2313752.0000,2297251.0000,2313181.0000,2315997.0000,2309865.0000,2318762.0000,2306078.0000,2307551.0000,2304686.0000,2282734.0000,2003995.0000,1991061.0000,2002743.0000,1983887.0000,2046807.0000,2316998.0000,2315295.0000,2298714.0000,2304044.0000,2300597.0000,2320725.0000,2310716.0000,2319123.0000,2319964.0000,2307441.0000,2317109.0000,2327739.0000,2317019.0000,2316848.0000,2306889.0000,2320195.0000,2306158.0000,2315826.0000,2303634.0000,2303533.0000,2307441.0000,2308332.0000,2316238.0000,2307921.0000,2310616.0000,2323471.0000,2308092.0000,2317519.0000,2307360.0000,2315867.0000,2320044.0000,2316438.0000,2324473.0000,2312691.0000,2306969.0000,2310596.0000,2310286.0000,2318672.0000,2297361.0000,2309024.0000,2314334.0000,2317830.0000,2305758.0000,2313021.0000,2314394.0000,2316197.0000,2307110.0000,2306879.0000,2316728.0000,2322489.0000,2310707.0000,2315366.0000,2310687.0000,2318020.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,jacobi topology,100,1,81602200,843292.0100,836292.9100,847559.8100,27309.6988,17492.2710,38434.1889,"benchmark,scheduler","740712.0000,724611.0000,862131.0000,853375.0000,849197.0000,852544.0000,855660.0000,848245.0000,850190.0000,850289.0000,853686.0000,847975.0000,848717.0000,847303.0000,848896.0000,860839.0000,848817.0000,849427.0000,852102.0000,850569.0000,854887.0000,847513.0000,848686.0000,851602.0000,850910.0000,846773.0000,849648.0000,848737.0000,846642.0000,851511.0000,848767.0000,842264.0000,846893.0000,847184.0000,848716.0000,850680.0000,845871.0000,844668.0000,848526.0000,851361.0000,850209.0000,847043.0000,849838.0000,853495.0000,847614.0000,848586.0000,845931.0000,844939.0000,918889.0000,846803.0000,847484.0000,845830.0000,847213.0000,852534.0000,848365.0000,846722.0000,847494.0000,851692.0000,846061.0000,844969.0000,847043.0000,840210.0000,848767.0000,844649.0000,842885.0000,848897.0000,843186.0000,849668.0000,847234.0000,846783.0000,848275.0000,844127.0000,851853.0000,845710.0000,847113.0000,849848.0000,854327.0000,848316.0000,846722.0000,845610.0000,850490.0000,853686.0000,848045.0000,849127.0000,844157.0000,845932.0000,852283.0000,846983.0000,848065.0000,848966.0000,851641.0000,848415.0000,849457.0000,847905.0000,846863.0000,851232.0000,821995.0000,726694.0000,729089.0000,728118.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,soup topology,100,1,145877100,1481571.0600,1451284.4500,1537027.3800,201597.4889,118177.4892,296872.8110,"benchmark,scheduler","1385994.0000,1393419.0000,2446283.0000,2413722.0000,2403162.0000,2408221.0000,1960212.0000,1439696.0000,1450416.0000,1458321.0000,1447812.0000,1449234.0000,1457490.0000,1450727.0000,1483770.0000,1447470.0000,1482968.0000,1482136.0000,1442220.0000,1456898.0000,1483269.0000,1449084.0000,1454996.0000,1450046.0000,1445528.0000,1457280.0000,1451609.0000,1445617.0000,1488429.0000,1456549.0000,1468832.0000,1471877.0000,1445688.0000,1454414.0000,1448113.0000,1453843.0000,1457359.0000,1448563.0000,1455466.0000,1446238.0000,1451879.0000,1448984.0000,1455125.0000,1445998.0000,1458562.0000,1472187.0000,1451518.0000,1433344.0000,1383139.0000,1382558.0000,1395743.0000,1388118.0000,1378670.0000,1394660.0000,1384842.0000,1381085.0000,1459614.0000,1450717.0000,1453803.0000,1459483.0000,1424617.0000,1479011.0000,1482497.0000,1481034.0000,1517724.0000,1460355.0000,1467790.0000,1510541.0000,1449395.0000,1468742.0000,1404279.0000,1362650.0000,1408598.0000,1384892.0000,1389040.0000,1480043.0000,1482447.0000,1447971.0000,1513586.0000,1443053.0000,1452660.0000,1478870.0000,1454634.0000,1485312.0000,1440938.0000,1399400.0000,1392577.0000,1371287.0000,1384963.0000,1397636.0000,1373822.0000,1389531.0000,1381015.0000,1381847.0000,1374102.0000,1403207.0000,1371737.0000,1385273.0000,1389801.0000,1367229.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,chain topology,100,1,59174700,560905.7700,554611.7000,567442.0500,32757.9500,30036.2110,36380.1339,"benchmark,scheduler","540202.0000,523851.0000,602279.0000,580317.0000,578023.0000,581490.0000,584636.0000,576882.0000,610375.0000,577593.0000,579937.0000,582071.0000,582432.0000,582221.0000,577813.0000,581250.0000,611036.0000,605495.0000,583434.0000,579617.0000,578755.0000,587762.0000,604223.0000,609844.0000,608161.0000,609032.0000,611166.0000,579166.0000,583775.0000,578154.0000,580688.0000,609162.0000,607759.0000,580357.0000,580629.0000,640742.0000,593913.0000,582431.0000,563065.0000,612639.0000,607319.0000,590697.0000,583724.0000,634801.0000,564277.0000,610986.0000,609724.0000,557715.0000,588573.0000,546564.0000,511417.0000,554158.0000,526866.0000,512990.0000,531765.0000,541124.0000,539370.0000,536334.0000,531615.0000,528429.0000,524652.0000,531766.0000,530373.0000,549669.0000,530853.0000,528950.0000,550641.0000,547285.0000,528330.0000,549248.0000,538839.0000,536144.0000,531415.0000,535593.0000,545452.0000,540241.0000,526716.0000,531505.0000,586890.0000,539491.0000,504494.0000,528500.0000,532527.0000,521646.0000,531805.0000,533640.0000,516827.0000,544851.0000,519021.0000,518190.0000,545612.0000,523740.0000,526827.0000,559408.0000,521747.0000,528048.0000,539410.0000,528569.0000,528439.0000,522398.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,expanding tree topology,100,1,75664700,802459.3800,788098.8800,822769.7100,86209.7791,64745.8666,109364.5593,"benchmark,scheduler","799664.0000,795476.0000,1061670.0000,1060708.0000,1088681.0000,1057773.0000,1065777.0000,1061740.0000,1081948.0000,1088651.0000,968914.0000,708781.0000,732917.0000,750600.0000,746983.0000,709573.0000,729480.0000,733298.0000,731685.0000,738117.0000,715955.0000,716376.0000,716546.0000,728308.0000,731164.0000,734670.0000,725874.0000,782441.0000,789464.0000,787009.0000,782240.0000,776028.0000,812567.0000,818308.0000,775918.0000,792270.0000,787460.0000,777150.0000,783392.0000,784354.0000,785436.0000,784485.0000,871249.0000,782541.0000,782642.0000,784334.0000,785025.0000,783453.0000,753075.0000,781298.0000,787841.0000,751001.0000,876479.0000,776870.0000,783152.0000,786759.0000,783803.0000,784224.0000,809923.0000,784785.0000,782060.0000,786268.0000,843907.0000,814681.0000,781739.0000,781288.0000,784645.0000,786348.0000,777782.0000,782150.0000,786047.0000,780497.0000,791799.0000,812999.0000,776139.0000,789263.0000,754227.0000,765609.0000,768023.0000,772582.0000,771490.0000,769626.0000,775047.0000,795375.0000,765779.0000,776830.0000,770979.0000,799523.0000,802038.0000,784234.0000,776980.0000,791649.0000,783112.0000,782020.0000,784234.0000,784985.0000,782821.0000,782320.0000,809892.0000,790646.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,contracting tree topology,100,1,80318400,803339.3400,787267.4100,825421.7100,95427.5282,72387.0307,118969.3864,"benchmark,scheduler","811015.0000,808620.0000,1101015.0000,1092749.0000,1068382.0000,1067752.0000,1095875.0000,1106264.0000,1074795.0000,1074794.0000,1085916.0000,815673.0000,869686.0000,780097.0000,815724.0000,813490.0000,811556.0000,784534.0000,777822.0000,814572.0000,843255.0000,787921.0000,785136.0000,779635.0000,783403.0000,814191.0000,812267.0000,839058.0000,783152.0000,814171.0000,843145.0000,804512.0000,779955.0000,791367.0000,776149.0000,814492.0000,813580.0000,786529.0000,780217.0000,784705.0000,781599.0000,720323.0000,721665.0000,727958.0000,741764.0000,755990.0000,737365.0000,748767.0000,739470.0000,733979.0000,721425.0000,719882.0000,746282.0000,718350.0000,721375.0000,736654.0000,718620.0000,753446.0000,755009.0000,728699.0000,723529.0000,724471.0000,746783.0000,700275.0000,693623.0000,743567.0000,733839.0000,763114.0000,748166.0000,709673.0000,729871.0000,721846.0000,759407.0000,811186.0000,816455.0000,811716.0000,776820.0000,788603.0000,783443.0000,783613.0000,788792.0000,778383.0000,786970.0000,775047.0000,790756.0000,781358.0000,784605.0000,816776.0000,811165.0000,809422.0000,783523.0000,787660.0000,778563.0000,814902.0000,779315.0000,811035.0000,812738.0000,789614.0000,781449.0000,786068.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,wave_sim topology,100,1,235205200,2323356.3500,2281688.9000,2403694.6100,284790.1516,161073.2792,456920.3521,"benchmark,scheduler","2390949.0000,2346836.0000,3977625.0000,3975812.0000,3411152.0000,2348057.0000,2325395.0000,2380799.0000,2321587.0000,2383916.0000,2353207.0000,2374939.0000,2377754.0000,2321417.0000,2357235.0000,2352727.0000,2352135.0000,2351313.0000,2403763.0000,2385949.0000,2343579.0000,2259620.0000,2236887.0000,2246044.0000,2237889.0000,2237879.0000,2226477.0000,2240273.0000,2213963.0000,2229844.0000,2245693.0000,2339050.0000,2310897.0000,2407691.0000,2358277.0000,2344431.0000,2354610.0000,2376872.0000,2409504.0000,2354510.0000,2346685.0000,2343569.0000,2379908.0000,2338399.0000,2052348.0000,2076884.0000,2021849.0000,2059080.0000,2026418.0000,2052137.0000,2006661.0000,2080480.0000,2048960.0000,2030926.0000,2051706.0000,2051305.0000,2056365.0000,2028512.0000,2016820.0000,2223221.0000,2383154.0000,2358517.0000,2409223.0000,2333480.0000,2342978.0000,2314213.0000,2356834.0000,2360171.0000,2380950.0000,2348067.0000,2345803.0000,2344530.0000,2355231.0000,2358458.0000,2381070.0000,2351904.0000,2358046.0000,2250102.0000,2239762.0000,2217239.0000,2217019.0000,2275520.0000,2232599.0000,2230464.0000,2200307.0000,2262305.0000,2225466.0000,2231105.0000,2252015.0000,2233170.0000,2328461.0000,2321377.0000,2378805.0000,2354911.0000,2348138.0000,2351163.0000,2328490.0000,2343649.0000,2321116.0000,2351033.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,jacobi topology,100,1,107732200,1111321.6300,1088557.0900,1151327.2000,149836.0662,98433.7880,212235.0157,"benchmark,scheduler","1102126.0000,1102707.0000,1760153.0000,1741167.0000,1770382.0000,1717462.0000,1742881.0000,1207947.0000,1072471.0000,1075907.0000,1105583.0000,1070046.0000,1076869.0000,1101525.0000,1102076.0000,1046832.0000,1074995.0000,1101335.0000,1131802.0000,1045849.0000,1071368.0000,1106044.0000,1045058.0000,1072451.0000,1073232.0000,1106144.0000,1101786.0000,1103269.0000,1104832.0000,1100242.0000,1075285.0000,1073161.0000,1078622.0000,1011164.0000,1030180.0000,1008810.0000,1014470.0000,1025782.0000,1000073.0000,1007777.0000,1009682.0000,1023046.0000,1018247.0000,1008679.0000,1016284.0000,1008369.0000,1034539.0000,1039378.0000,1069815.0000,1065356.0000,1088200.0000,1097057.0000,1059586.0000,1063172.0000,1067130.0000,1089924.0000,1091286.0000,1063904.0000,1062732.0000,1067551.0000,1088591.0000,1091456.0000,1065828.0000,1078832.0000,1071498.0000,1102687.0000,1108318.0000,1069104.0000,1102668.0000,1105052.0000,1072921.0000,1130230.0000,1103970.0000,1104651.0000,1101645.0000,1075485.0000,1071929.0000,1163543.0000,1131001.0000,1073963.0000,1074985.0000,1103479.0000,1089072.0000,1074484.0000,1101826.0000,1131753.0000,1075306.0000,1075867.0000,1071228.0000,1070477.0000,1077921.0000,1074975.0000,1133606.0000,1071509.0000,1076898.0000,1102236.0000,1074113.0000,1101355.0000,1106004.0000,1127895.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,soup topology,100,1,300848900,3009930.7800,2980172.6100,3070889.5800,208868.8632,121927.8867,407081.6090,"benchmark,scheduler","3064095.0000,3042884.0000,3077280.0000,3067220.0000,3061639.0000,3068944.0000,3067811.0000,3055728.0000,3060027.0000,3075867.0000,2756000.0000,2755439.0000,2757283.0000,2755399.0000,2746392.0000,2740781.0000,2752614.0000,2744158.0000,2762583.0000,2740341.0000,2742495.0000,3050289.0000,3063222.0000,3069013.0000,3067360.0000,3057602.0000,3070186.0000,3067491.0000,3066499.0000,3057210.0000,3063914.0000,3069354.0000,3065788.0000,3065086.0000,3063945.0000,3064625.0000,3050137.0000,3059375.0000,2919711.0000,2755520.0000,2750961.0000,2754728.0000,2974084.0000,3063833.0000,3066229.0000,3066118.0000,3067351.0000,3065487.0000,3065778.0000,3052532.0000,3061970.0000,3071018.0000,3065748.0000,3058834.0000,3058854.0000,3057151.0000,3056670.0000,3061770.0000,3059877.0000,3065667.0000,4661721.0000,2749868.0000,2759638.0000,2751402.0000,2773884.0000,2758284.0000,2747815.0000,2757713.0000,2868173.0000,3059025.0000,3056099.0000,3070447.0000,3064826.0000,3067631.0000,3059916.0000,3064475.0000,3066800.0000,3063002.0000,3061329.0000,3072149.0000,3061158.0000,3060207.0000,3062681.0000,3064665.0000,3058544.0000,3070947.0000,3069403.0000,3054105.0000,3072190.0000,3068022.0000,3071889.0000,3059145.0000,3061098.0000,3074313.0000,3058353.0000,3057021.0000,3064375.0000,3059385.0000,3065908.0000,3059505.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,chain topology,100,1,67737200,656026.6900,650885.1300,661208.3300,26219.5815,25612.9755,27107.2879,"benchmark,scheduler","682652.0000,680407.0000,696237.0000,683614.0000,682471.0000,684916.0000,692059.0000,646764.0000,629381.0000,631264.0000,629561.0000,629341.0000,637977.0000,630222.0000,627848.0000,628399.0000,628259.0000,627257.0000,627226.0000,631415.0000,630392.0000,626986.0000,628669.0000,628870.0000,629651.0000,634640.0000,625683.0000,626576.0000,626345.0000,626565.0000,625854.0000,642165.0000,629311.0000,627257.0000,628449.0000,628148.0000,628419.0000,629050.0000,634580.0000,629561.0000,629832.0000,629731.0000,630323.0000,629721.0000,637236.0000,630293.0000,629951.0000,630062.0000,628479.0000,628098.0000,637857.0000,627457.0000,628339.0000,628940.0000,628238.0000,628579.0000,627467.0000,678254.0000,680427.0000,682973.0000,681369.0000,683493.0000,680889.0000,682471.0000,680177.0000,682531.0000,680097.0000,680287.0000,682101.0000,680648.0000,680197.0000,680969.0000,681309.0000,680418.0000,683834.0000,681048.0000,681460.0000,679956.0000,678805.0000,681559.0000,686259.0000,680347.0000,680949.0000,681579.0000,680367.0000,680888.0000,685467.0000,682581.0000,680378.0000,680297.0000,679606.0000,679466.0000,685547.0000,678213.0000,681229.0000,680848.0000,681279.0000,681329.0000,685296.0000,680428.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,expanding tree topology,100,1,74877600,743355.9600,737590.6100,748778.3700,28585.4914,27211.7879,30098.8490,"benchmark,scheduler","765499.0000,768094.0000,792460.0000,768204.0000,769195.0000,770388.0000,768554.0000,764748.0000,766270.0000,766531.0000,764076.0000,763976.0000,764466.0000,766190.0000,763515.0000,765809.0000,766952.0000,765258.0000,766571.0000,764867.0000,771029.0000,767412.0000,765028.0000,765399.0000,764447.0000,766701.0000,772301.0000,766932.0000,763014.0000,765769.0000,763885.0000,770147.0000,765228.0000,752014.0000,710674.0000,709101.0000,714192.0000,708571.0000,709442.0000,708952.0000,708501.0000,710895.0000,718530.0000,709903.0000,709573.0000,708841.0000,707910.0000,710584.0000,791047.0000,711386.0000,709593.0000,711115.0000,710014.0000,713771.0000,710364.0000,708130.0000,708831.0000,708771.0000,706577.0000,716696.0000,711186.0000,709282.0000,708691.0000,708781.0000,713239.0000,709042.0000,705555.0000,705846.0000,707178.0000,706146.0000,714813.0000,706317.0000,705715.0000,707128.0000,706106.0000,704563.0000,762292.0000,765910.0000,762964.0000,765679.0000,763595.0000,773513.0000,765538.0000,765378.0000,767472.0000,765829.0000,768334.0000,764206.0000,764466.0000,764517.0000,766220.0000,769606.0000,765739.0000,766140.0000,762523.0000,765438.0000,765349.0000,772051.0000,765869.0000,764487.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,contracting tree topology,100,1,81590400,798003.2200,793805.9500,800798.4200,17246.6300,12320.2514,22592.9483,"benchmark,scheduler","803531.0000,798050.0000,829330.0000,811025.0000,805985.0000,804663.0000,802770.0000,802419.0000,808590.0000,803080.0000,800365.0000,801317.0000,802028.0000,804753.0000,805504.0000,803451.0000,800274.0000,802739.0000,804041.0000,799403.0000,802389.0000,798101.0000,800224.0000,803992.0000,799433.0000,800756.0000,798751.0000,800234.0000,806677.0000,799323.0000,800805.0000,801557.0000,801937.0000,829369.0000,800726.0000,802138.0000,805455.0000,802939.0000,807908.0000,804191.0000,799212.0000,779976.0000,739499.0000,746212.0000,737575.0000,736905.0000,737345.0000,738328.0000,737696.0000,770718.0000,802890.0000,802639.0000,802940.0000,802038.0000,808731.0000,800064.0000,803531.0000,802308.0000,800616.0000,806766.0000,802107.0000,801496.0000,800706.0000,799943.0000,808470.0000,802008.0000,798812.0000,802629.0000,805184.0000,801417.0000,803611.0000,804272.0000,800685.0000,807288.0000,803321.0000,798942.0000,803070.0000,801637.0000,801166.0000,805053.0000,800876.0000,802078.0000,801257.0000,806466.0000,801246.0000,804332.0000,800435.0000,801176.0000,801346.0000,800836.0000,801667.0000,800455.0000,799734.0000,799904.0000,800395.0000,801036.0000,801738.0000,800805.0000,804323.0000,802188.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,wave_sim topology,100,1,428697000,4241894.8300,4210898.5900,4270053.7800,150348.8794,138809.7644,158201.5390,"benchmark,scheduler","4344641.0000,4353277.0000,4369809.0000,4371100.0000,4362435.0000,4366943.0000,4363647.0000,4367364.0000,4364278.0000,4371582.0000,4361192.0000,4364779.0000,4349961.0000,4122520.0000,4022450.0000,4287281.0000,4355802.0000,4363347.0000,4125987.0000,4038300.0000,4095278.0000,4036467.0000,4038201.0000,4060592.0000,4359569.0000,4366612.0000,4359349.0000,4364378.0000,4350341.0000,4368796.0000,4354870.0000,4354560.0000,4347446.0000,4357595.0000,4354199.0000,4352786.0000,4362735.0000,4360320.0000,4344951.0000,4353468.0000,4363677.0000,4357205.0000,4358907.0000,4355311.0000,4366953.0000,4349680.0000,4350011.0000,4092533.0000,4021318.0000,4037339.0000,4021438.0000,4037439.0000,4106159.0000,4361252.0000,4340663.0000,4357866.0000,4354039.0000,4364438.0000,4361382.0000,4363095.0000,4362945.0000,4360431.0000,4314533.0000,4034783.0000,4027089.0000,4030836.0000,4028602.0000,4026999.0000,4024604.0000,4048780.0000,4032530.0000,4322839.0000,4349670.0000,4366453.0000,4327057.0000,4037117.0000,4025886.0000,4024565.0000,4028081.0000,4030886.0000,4020546.0000,4034122.0000,4225125.0000,4354560.0000,4359999.0000,4346664.0000,4367264.0000,4355452.0000,4343629.0000,4352054.0000,4360010.0000,4066183.0000,4033852.0000,4023111.0000,4015598.0000,4007963.0000,4006691.0000,4137989.0000,4338048.0000,4346024.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task,jacobi topology,100,1,131770500,1331305.9100,1321756.9200,1338612.1300,42438.0893,34214.5256,49995.5978,"benchmark,scheduler","1346710.0000,1341820.0000,1364173.0000,1358091.0000,1353001.0000,1350176.0000,1349786.0000,1349996.0000,1348894.0000,1354124.0000,1352921.0000,1352702.0000,1357541.0000,1349996.0000,1358042.0000,1351649.0000,1349997.0000,1351248.0000,1348704.0000,1350818.0000,1355046.0000,1349155.0000,1348844.0000,1354444.0000,1353283.0000,1351960.0000,1357330.0000,1352822.0000,1350748.0000,1356769.0000,1351249.0000,1350938.0000,1356589.0000,1257761.0000,1226131.0000,1231992.0000,1228606.0000,1227333.0000,1228175.0000,1233475.0000,1227965.0000,1228145.0000,1305192.0000,1350327.0000,1344766.0000,1351109.0000,1341039.0000,1341861.0000,1342302.0000,1346730.0000,1338774.0000,1348784.0000,1342472.0000,1346549.0000,1339756.0000,1348002.0000,1340458.0000,1349496.0000,1347992.0000,1349906.0000,1348313.0000,1348363.0000,1349274.0000,1276857.0000,1229819.0000,1224849.0000,1233786.0000,1227715.0000,1227995.0000,1267550.0000,1346590.0000,1347121.0000,1351269.0000,1349275.0000,1349335.0000,1357070.0000,1350797.0000,1350527.0000,1354033.0000,1346710.0000,1348042.0000,1352812.0000,1346560.0000,1347351.0000,1353293.0000,1347021.0000,1349745.0000,1356418.0000,1347070.0000,1346910.0000,1359183.0000,1348313.0000,1346049.0000,1351970.0000,1346219.0000,1349485.0000,1351729.0000,1349846.0000,1349886.0000,1350777.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,soup topology,100,1,250807400,2409506.9500,2386875.5500,2430004.4800,109544.6697,99953.9567,117806.9450,"benchmark,scheduler","2207962.0000,2383966.0000,2498913.0000,2493283.0000,2489055.0000,2470350.0000,2498743.0000,2332417.0000,2355571.0000,2465770.0000,2472473.0000,2466783.0000,2463216.0000,2275259.0000,2256283.0000,2259469.0000,2255922.0000,2231877.0000,2236987.0000,2233410.0000,2250953.0000,2237568.0000,2420194.0000,2500868.0000,2496158.0000,2559338.0000,2494736.0000,2493684.0000,2559739.0000,2493603.0000,2499524.0000,2492340.0000,2490718.0000,2532567.0000,2438529.0000,2464598.0000,2499564.0000,2499414.0000,2294986.0000,2246585.0000,2300717.0000,2243129.0000,2268306.0000,2258488.0000,2245342.0000,2254991.0000,2251775.0000,2223371.0000,2240163.0000,2275971.0000,2329914.0000,2474898.0000,2489506.0000,2496989.0000,2479576.0000,2478324.0000,2491309.0000,2470400.0000,2468997.0000,2495938.0000,2471361.0000,2460850.0000,2470079.0000,2470399.0000,2465480.0000,2468255.0000,2469237.0000,2461462.0000,2469328.0000,2503322.0000,2495377.0000,2493323.0000,2498322.0000,2463677.0000,2507590.0000,2545952.0000,2431666.0000,2476882.0000,2492241.0000,2496169.0000,2491650.0000,2442627.0000,2472493.0000,2498363.0000,2493674.0000,2495276.0000,2472052.0000,2518851.0000,2525794.0000,2495166.0000,2499354.0000,2368286.0000,2253208.0000,2245523.0000,2292482.0000,2212981.0000,2242026.0000,2248017.0000,2246785.0000,2273636.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,chain topology,100,1,61694000,666386.7300,642231.4500,727668.6500,182988.4536,93866.4285,375994.2853,"benchmark,scheduler","607970.0000,605466.0000,967051.0000,986047.0000,927676.0000,929990.0000,929429.0000,984504.0000,928788.0000,929078.0000,929690.0000,961660.0000,693121.0000,639700.0000,637266.0000,611688.0000,637937.0000,639160.0000,604233.0000,613841.0000,607810.0000,608942.0000,610425.0000,608852.0000,611447.0000,607399.0000,610656.0000,609673.0000,609272.0000,610675.0000,635673.0000,608501.0000,612439.0000,609403.0000,610645.0000,607049.0000,610134.0000,667733.0000,607869.0000,611707.0000,609303.0000,607629.0000,610756.0000,609634.0000,609753.0000,609202.0000,611166.0000,606878.0000,608040.0000,612659.0000,636754.0000,609392.0000,611496.0000,610174.0000,608661.0000,608421.0000,611536.0000,609092.0000,608300.0000,611166.0000,607169.0000,639240.0000,609954.0000,667313.0000,609964.0000,607650.0000,609784.0000,608551.0000,608200.0000,612138.0000,610655.0000,609603.0000,609564.0000,609122.0000,607920.0000,609173.0000,609242.0000,610405.0000,611016.0000,607109.0000,609904.0000,610826.0000,608221.0000,638729.0000,639610.0000,608542.0000,612298.0000,605996.0000,610275.0000,2180650.0000,709393.0000,716426.0000,724330.0000,597951.0000,608841.0000,604354.0000,606948.0000,604043.0000,594745.0000,612208.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,expanding tree topology,100,1,80080000,798702.9700,795496.7200,802383.0400,17510.9675,15336.4591,20364.2682,"benchmark,scheduler","799323.0000,772422.0000,785487.0000,785277.0000,786168.0000,788242.0000,837355.0000,807999.0000,783182.0000,791498.0000,812919.0000,838668.0000,779225.0000,784935.0000,787841.0000,814402.0000,838918.0000,780207.0000,781128.0000,785406.0000,817867.0000,779716.0000,783483.0000,786118.0000,787150.0000,813940.0000,831464.0000,788993.0000,781919.0000,788592.0000,782742.0000,812307.0000,775678.0000,790146.0000,809202.0000,791909.0000,811746.0000,836714.0000,779825.0000,815102.0000,813189.0000,785938.0000,789534.0000,810474.0000,806997.0000,795776.0000,801126.0000,783863.0000,788722.0000,812087.0000,818679.0000,808680.0000,810564.0000,780717.0000,784745.0000,790085.0000,814591.0000,804783.0000,780548.0000,787651.0000,790095.0000,805444.0000,787050.0000,840722.0000,814221.0000,809392.0000,781268.0000,785116.0000,782140.0000,791869.0000,838377.0000,809422.0000,784083.0000,785205.0000,781218.0000,851241.0000,807388.0000,806636.0000,786378.0000,783994.0000,794724.0000,799714.0000,787310.0000,809763.0000,778584.0000,829069.0000,796748.0000,786739.0000,787711.0000,786669.0000,813499.0000,806876.0000,819541.0000,808671.0000,805124.0000,777511.0000,794754.0000,814572.0000,783863.0000,793632.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,contracting tree topology,100,1,79038600,802599.4200,788047.7600,823117.1100,87371.9445,64931.9465,112571.7324,"benchmark,scheduler","732526.0000,735532.0000,743336.0000,735802.0000,767943.0000,910614.0000,1089212.0000,1114280.0000,1100834.0000,1064946.0000,1075296.0000,1109180.0000,1077069.0000,759126.0000,737105.0000,723349.0000,737435.0000,726975.0000,729471.0000,710745.0000,764076.0000,742144.0000,736835.0000,754538.0000,721224.0000,716766.0000,798261.0000,806707.0000,809051.0000,813329.0000,812357.0000,849718.0000,810333.0000,807438.0000,812928.0000,817126.0000,814972.0000,811085.0000,811916.0000,809512.0000,819411.0000,805334.0000,812919.0000,814211.0000,812418.0000,814822.0000,810434.0000,813540.0000,814842.0000,775758.0000,792831.0000,811386.0000,805174.0000,788372.0000,819421.0000,776890.0000,814942.0000,815804.0000,807428.0000,811245.0000,823038.0000,834630.0000,810354.0000,788091.0000,811767.0000,783072.0000,809371.0000,813018.0000,818499.0000,810544.0000,814381.0000,809212.0000,807038.0000,823970.0000,782892.0000,808741.0000,738377.0000,717898.0000,750951.0000,783282.0000,742424.0000,739530.0000,745000.0000,750110.0000,762443.0000,725743.0000,797389.0000,746793.0000,736273.0000,713901.0000,735572.0000,778814.0000,731795.0000,769947.0000,761451.0000,742845.0000,730052.0000,757193.0000,733969.0000,781298.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,wave_sim topology,100,1,324787300,3192679.3000,3168886.8300,3213689.6600,114076.1982,101467.8672,125695.6429,"benchmark,scheduler","3250428.0000,3255456.0000,3364985.0000,3372078.0000,3364875.0000,3247281.0000,3156840.0000,3041742.0000,3003660.0000,3000985.0000,2984123.0000,2951460.0000,3017014.0000,2982550.0000,3026894.0000,2979163.0000,3020812.0000,3200983.0000,3196214.0000,3279432.0000,3288389.0000,3213338.0000,3281816.0000,3259494.0000,3245478.0000,3250708.0000,3253022.0000,3247943.0000,3198148.0000,3003470.0000,3066138.0000,2995425.0000,3031261.0000,3025852.0000,3008088.0000,3221944.0000,3259465.0000,3280645.0000,3195282.0000,3225550.0000,3225370.0000,3251199.0000,3251349.0000,3221763.0000,3263672.0000,3224238.0000,3301956.0000,3242542.0000,3316522.0000,3248644.0000,3225701.0000,3275796.0000,3195544.0000,3218998.0000,3256489.0000,3218146.0000,3282358.0000,3311203.0000,3253081.0000,3190073.0000,3254806.0000,3232644.0000,3245758.0000,3300031.0000,3231181.0000,3308938.0000,3223416.0000,3018397.0000,3009591.0000,2997708.0000,3007236.0000,3023949.0000,3015272.0000,3003059.0000,3070376.0000,3273170.0000,3347471.0000,3269294.0000,3178361.0000,2997699.0000,3024849.0000,3271508.0000,3283731.0000,3276166.0000,3339736.0000,3257330.0000,3278289.0000,3282217.0000,3310752.0000,3242342.0000,3255417.0000,3223105.0000,3256539.0000,3246780.0000,3204180.0000,3300342.0000,3229798.0000,3247001.0000,3281867.0000,3224549.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task,jacobi topology,100,1,112573100,1119741.3300,1104226.5800,1142514.9300,95161.9089,68741.4204,125705.0742,"benchmark,scheduler","1105292.0000,1158313.0000,1487928.0000,1449265.0000,1452240.0000,1451549.0000,1467048.0000,1439526.0000,1245668.0000,1087228.0000,1089864.0000,1147653.0000,1083922.0000,1138986.0000,1090775.0000,1089242.0000,1117646.0000,1144457.0000,1091987.0000,1088080.0000,1110001.0000,1133576.0000,1101345.0000,1104862.0000,1130290.0000,1133186.0000,1159906.0000,1104481.0000,1102918.0000,1158713.0000,1104150.0000,1192367.0000,1130280.0000,1054496.0000,1050178.0000,1028597.0000,1066448.0000,1081938.0000,1085786.0000,1051811.0000,1047142.0000,1027685.0000,1038807.0000,1031713.0000,1041802.0000,1031673.0000,1054156.0000,1038616.0000,1068934.0000,1055418.0000,1054757.0000,1044166.0000,1038906.0000,1038966.0000,1044187.0000,1028908.0000,1035230.0000,1027666.0000,1042323.0000,1035200.0000,1030431.0000,1109531.0000,1130581.0000,1129098.0000,1107096.0000,1097698.0000,1108348.0000,1105142.0000,1103829.0000,1098028.0000,1136111.0000,1131803.0000,1130641.0000,1103249.0000,1104371.0000,1133807.0000,1127875.0000,1096687.0000,1135289.0000,1190373.0000,1125550.0000,1142452.0000,1161980.0000,1103048.0000,1102677.0000,1102587.0000,1190824.0000,1100633.0000,1106575.0000,1103910.0000,1100434.0000,1126994.0000,1106104.0000,1105382.0000,1104010.0000,1102477.0000,1135360.0000,1098399.0000,1108017.0000,1098479.0000" +normalizing randomized box sets - 2d,"small, native",100,43,2403700,583.7260,582.9028,584.6177,4.3775,3.9394,4.8614,"benchmark,grid","583.1395,581.3023,592.6977,586.4186,588.9767,591.5581,584.5349,583.8605,576.1628,580.8140,591.7907,592.4651,583.8605,581.9767,581.7674,582.9302,581.5116,589.4419,583.1628,587.8140,584.7907,590.8372,588.7442,586.6512,592.0000,588.5116,585.2558,584.7907,587.1163,591.5349,586.4186,591.7674,578.5116,581.5116,591.7674,587.0930,585.9535,589.4419,589.4651,578.7209,588.5116,588.9767,590.1395,586.4186,584.5581,582.9070,589.6744,581.9767,584.5581,588.7442,587.3488,585.9535,591.0698,592.7209,578.4884,578.9535,577.5581,579.2093,578.9535,579.8837,581.0698,579.1860,578.9535,580.1395,577.3256,581.2791,582.0000,583.3721,583.6047,579.9070,579.1860,579.4186,580.6047,579.8837,582.2093,583.1395,578.2558,579.4419,582.2093,579.6744,580.5814,581.5349,581.9767,583.1628,581.7442,580.1395,580.8140,580.3488,579.4186,581.5116,581.0698,578.0233,581.9767,580.5814,583.1628,583.6047,579.2093,579.8837,577.3256,582.0000" +normalizing randomized box sets - 2d,"small, embedded in 3d",100,37,2456800,694.1997,693.6095,696.1705,4.9357,1.7358,11.0802,"benchmark,grid","695.3243,692.5946,739.7297,701.2703,699.6757,695.0270,693.4324,697.4865,696.9459,692.8919,694.7838,696.6486,693.6757,695.3243,692.8919,692.5946,695.0270,693.1622,695.5946,695.8649,694.7838,692.8649,695.8649,690.4595,692.8649,693.4324,691.8108,693.1351,695.2973,694.5135,693.4324,693.9730,689.0811,692.0811,694.7838,693.9459,692.8919,694.5135,692.0541,693.9730,695.0541,690.1892,690.4324,693.1622,692.5946,693.7027,694.7838,692.0811,694.2162,691.5405,693.1622,693.6757,695.8378,693.1622,693.1622,695.8649,694.2162,695.0270,691.0000,693.7027,695.2973,692.3243,692.8919,695.3243,694.4865,692.5946,693.4324,691.5135,693.6757,692.3514,693.7027,692.3243,691.8108,694.5135,696.1351,693.4054,689.9189,692.8649,692.5946,695.3243,693.4324,692.3243,693.1622,694.2432,694.5135,691.7838,692.6216,692.8919,695.5946,694.2162,693.4324,693.7027,692.6216,689.6216,695.5946,693.7027,693.6757,694.2432,694.7838,695.0541" +normalizing randomized box sets - 2d,"medium, native",100,4,2404000,6197.2225,6180.9700,6258.5175,146.2016,27.1176,343.1801,"benchmark,grid","6168.7500,6151.0000,7624.0000,6281.2500,6201.5000,6213.7500,6201.2500,6228.7500,6183.7500,6251.5000,6201.2500,6188.7500,6151.0000,6213.7500,6208.7500,6156.2500,6178.7500,6163.5000,6143.7500,6158.7500,6176.2500,6223.7500,6188.7500,6183.7500,6186.2500,6186.2500,6136.2500,6176.2500,6186.2500,6201.2500,6151.2500,6186.2500,6173.5000,6133.7500,6168.7500,6153.7500,6173.7500,6196.2500,6163.5000,6141.0000,6163.7500,6171.2500,6186.2500,6136.0000,6188.5000,6136.0000,6123.7500,6203.7500,6183.7500,6163.7500,6163.5000,6201.2500,6168.5000,6163.7500,6186.2500,6153.7500,6191.2500,6193.7500,6208.7500,6211.2500,6168.5000,6214.0000,6186.2500,6196.2500,6203.7500,6153.7500,6163.5000,6166.2500,6156.2500,6196.2500,6228.7500,6183.7500,6203.7500,6111.0000,6186.2500,6188.7500,6223.7500,6218.7500,6208.7500,6223.7500,6166.2500,6183.7500,6201.2500,6176.2500,6193.7500,6213.7500,6178.7500,6146.2500,6163.7500,6166.0000,6138.5000,6158.7500,6181.2500,6183.7500,6186.2500,6181.2500,6226.2500,6188.7500,6259.0000,6191.2500" +normalizing randomized box sets - 2d,"medium, embedded in 3d",100,4,2686400,6907.5025,6892.9175,6944.0075,106.7043,17.3985,197.6935,"benchmark,grid","6880.0000,6892.5000,7533.7500,6910.2500,6902.5000,6892.7500,6897.5000,6890.0000,6915.2500,6902.5000,6890.2500,6887.5000,6865.0000,6895.2500,6877.5000,6890.0000,6895.2500,6902.5000,6925.2500,6862.5000,6882.5000,6872.5000,6887.7500,6917.5000,6882.5000,6897.7500,6897.5000,6887.5000,6887.5000,6910.0000,6917.7500,6895.0000,6895.2500,6900.0000,6892.5000,6885.0000,6910.0000,6905.2500,6910.0000,6892.5000,6890.0000,6900.0000,6895.2500,6875.0000,6915.0000,6927.7500,6915.2500,6907.5000,6910.0000,6905.0000,6902.5000,6882.7500,6880.0000,6870.0000,6875.0000,6887.7500,6895.0000,6902.5000,6895.0000,6912.5000,6897.7500,6870.0000,6887.5000,6912.7500,6900.0000,6922.7500,6917.5000,6897.7500,6885.0000,6895.0000,6897.7500,6895.0000,6895.2500,6890.0000,6897.5000,6895.2500,6895.0000,6895.0000,6912.7500,6900.0000,6915.2500,6902.5000,7741.7500,6905.2500,6882.5000,6862.5000,6882.5000,6902.7500,6842.5000,6845.0000,6872.5000,6860.0000,6907.5000,6865.0000,6882.5000,6845.0000,6870.0000,6872.5000,6880.2500,6875.0000" +normalizing randomized box sets - 2d,"large, native",100,1,19499700,196884.9500,196738.3300,197150.5300,978.3504,610.5598,1494.6393,"benchmark,grid","196300.0000,197452.0000,202522.0000,197873.0000,196781.0000,196600.0000,196491.0000,196631.0000,196771.0000,196600.0000,196441.0000,196360.0000,196711.0000,196751.0000,196781.0000,197131.0000,196952.0000,196971.0000,196711.0000,196510.0000,196661.0000,196531.0000,199255.0000,196942.0000,196681.0000,195999.0000,196200.0000,197172.0000,196741.0000,196951.0000,196661.0000,196520.0000,196310.0000,196801.0000,196491.0000,196721.0000,196390.0000,196921.0000,196972.0000,196520.0000,196350.0000,196942.0000,199305.0000,196831.0000,197061.0000,196911.0000,196801.0000,197172.0000,196591.0000,196911.0000,196681.0000,196550.0000,196942.0000,196841.0000,196430.0000,196471.0000,196610.0000,196421.0000,197171.0000,196551.0000,196230.0000,195959.0000,201220.0000,196129.0000,196740.0000,196320.0000,196350.0000,196841.0000,196400.0000,196671.0000,196911.0000,196741.0000,196240.0000,196590.0000,197042.0000,197071.0000,196391.0000,196400.0000,196170.0000,196320.0000,196240.0000,196851.0000,196410.0000,201380.0000,196600.0000,196902.0000,197312.0000,196710.0000,197171.0000,196591.0000,196220.0000,196761.0000,196861.0000,196851.0000,196731.0000,196551.0000,196801.0000,196861.0000,196620.0000,197012.0000" +normalizing randomized box sets - 2d,"large, embedded in 3d",100,1,20912100,213077.2100,212930.3200,213387.9900,1040.1528,610.6061,1957.2724,"benchmark,grid","213303.0000,212781.0000,220916.0000,214043.0000,213403.0000,212801.0000,213313.0000,213071.0000,213212.0000,212250.0000,213142.0000,213272.0000,212992.0000,213242.0000,212982.0000,212952.0000,212390.0000,213212.0000,212972.0000,212471.0000,215897.0000,213262.0000,212591.0000,212561.0000,212671.0000,212761.0000,212862.0000,212420.0000,212560.0000,213092.0000,213303.0000,212811.0000,212871.0000,212431.0000,212721.0000,212721.0000,212521.0000,212361.0000,212430.0000,216008.0000,213102.0000,212711.0000,212410.0000,212751.0000,212711.0000,212721.0000,213082.0000,212982.0000,212601.0000,213112.0000,212310.0000,212822.0000,212330.0000,212511.0000,212992.0000,212601.0000,212571.0000,212490.0000,215066.0000,212561.0000,212681.0000,212661.0000,212661.0000,213072.0000,212752.0000,213332.0000,212781.0000,212641.0000,212681.0000,212631.0000,212530.0000,212571.0000,213152.0000,212561.0000,212762.0000,212861.0000,212721.0000,215657.0000,212551.0000,213342.0000,212350.0000,212761.0000,213202.0000,213081.0000,213253.0000,213222.0000,213452.0000,213052.0000,213082.0000,213222.0000,213022.0000,213252.0000,212762.0000,213613.0000,212781.0000,215216.0000,212901.0000,213423.0000,212931.0000,212530.0000" +normalizing randomized box sets - 3d,small - native,100,10,2477000,2499.7520,2494.5650,2520.2220,47.5785,7.0324,112.4457,"benchmark,grid","2487.5000,2488.5000,2967.5000,2501.5000,2495.6000,2510.5000,2511.6000,2501.6000,2502.5000,2501.6000,2495.5000,2494.6000,2513.5000,2499.6000,2509.5000,2511.6000,2495.6000,2498.5000,2495.5000,2502.6000,2494.5000,2494.6000,2493.5000,2496.5000,2499.5000,2475.5000,2490.5000,2488.6000,2499.5000,2495.5000,2507.5000,2498.6000,2482.5000,2495.5000,2493.6000,2496.5000,2499.5000,2491.6000,2494.5000,2502.6000,2482.5000,2491.5000,2495.6000,2497.5000,2491.5000,2510.6000,2498.6000,2480.5000,2497.5000,2493.5000,2495.5000,2498.5000,2501.6000,2487.5000,2487.5000,2495.6000,2494.5000,2508.6000,2494.5000,2488.5000,2493.5000,2486.5000,2490.5000,2490.6000,2493.5000,2488.5000,2510.6000,2493.5000,2493.6000,2500.5000,2490.6000,2489.5000,2502.5000,2494.6000,2493.5000,2495.6000,2486.5000,2492.5000,2499.6000,2490.5000,2486.5000,2505.6000,2488.5000,2486.5000,2499.6000,2493.5000,2495.5000,2503.5000,2489.5000,2489.6000,2486.5000,2492.5000,2490.5000,2488.5000,2482.5000,2484.5000,2498.6000,2486.5000,2496.5000,2486.5000" +normalizing randomized box sets - 3d,medium - native,100,3,2778300,9480.2800,9458.1200,9534.6900,162.2062,33.3017,295.7043,"benchmark,grid","9427.3333,9444.0000,10693.0000,9531.0000,9510.6667,9517.3333,9487.3333,9450.6667,9460.6667,9474.0000,9464.0000,9464.0000,9470.6667,9460.6667,9480.6667,9413.6667,9404.0000,9400.3333,9447.3333,9454.0000,9480.6667,9484.0000,9484.0000,9450.6667,9490.6667,9547.3333,9487.3333,9507.3333,9467.3333,9453.6667,9551.0000,9427.3333,9407.0000,9410.6667,9387.0000,9424.0000,9487.3333,9474.0000,9464.0000,9480.6667,9407.0000,9427.0000,9424.0000,9417.0000,9450.3333,9404.0000,9467.3333,9444.0000,9420.3333,9397.3333,9414.0000,9453.6667,9480.6667,9464.0000,9470.6667,10482.6667,9457.3333,9487.3333,9457.3333,9484.0000,9457.3333,9490.6667,9450.6667,9457.3333,9417.0000,9457.3333,9487.3333,9407.3333,9423.6667,9427.3333,9454.0000,9440.6667,9480.6667,9450.6667,9474.0000,9447.0000,9487.3333,9483.6667,9470.3333,9450.3333,9427.3333,9467.3333,9467.3333,9420.6667,9443.6667,9410.6667,9427.3333,9464.0000,9504.0000,9510.6667,9467.3333,9454.0000,9427.0000,9467.0000,9460.3333,9474.0000,9434.0000,9467.3333,9500.6667,9487.3333" +normalizing randomized box sets - 3d,large - native,100,1,217332200,2157860.4700,2143832.6400,2170047.0700,66504.1536,59358.7642,72308.8395,"benchmark,grid","2192713.0000,2203253.0000,2215476.0000,2208694.0000,2056235.0000,2050083.0000,2063729.0000,2066463.0000,2059631.0000,2059320.0000,2037629.0000,2051846.0000,2057147.0000,2053219.0000,2035585.0000,2041296.0000,2040985.0000,2042319.0000,2055543.0000,2189417.0000,2197442.0000,2200288.0000,2194236.0000,2195147.0000,2194075.0000,2199817.0000,2277975.0000,2194016.0000,2192933.0000,2191862.0000,2191400.0000,2202762.0000,2188736.0000,2195348.0000,2199636.0000,2194997.0000,2190078.0000,2226547.0000,2191059.0000,2194376.0000,2195298.0000,2200869.0000,2207501.0000,2189246.0000,2195328.0000,2189687.0000,2197603.0000,2190599.0000,2193184.0000,2196851.0000,2080480.0000,2047878.0000,2049181.0000,2076463.0000,2202402.0000,2199215.0000,2202712.0000,2199175.0000,2191861.0000,2195358.0000,2191831.0000,2194557.0000,2194066.0000,2189266.0000,2201910.0000,2188866.0000,2198894.0000,2201529.0000,2204946.0000,2192072.0000,2195018.0000,2192072.0000,2195087.0000,2237338.0000,2201510.0000,2203974.0000,2212271.0000,2205337.0000,2200478.0000,2212260.0000,2042979.0000,2065773.0000,2055312.0000,2049972.0000,2047939.0000,2056545.0000,2068437.0000,2048039.0000,2065011.0000,2091411.0000,2199997.0000,2185931.0000,2211428.0000,2201269.0000,2205356.0000,2192382.0000,2206099.0000,2190058.0000,2187473.0000,2207150.0000" +normalizing a fully mergeable tiling of boxes - 1,"small, native",100,756,2343600,34.2119,34.1740,34.2643,0.2249,0.1643,0.3781,"benchmark,grid","34.2156,34.3876,35.6468,34.3214,34.2817,34.0437,33.9511,34.2817,34.2950,34.0701,34.2685,34.5079,34.1759,34.1495,34.2553,34.3095,33.9101,34.3082,34.3876,34.2024,34.2685,34.1495,34.3492,34.2553,34.1230,34.3347,34.4550,34.0833,34.2817,34.3611,33.9511,34.2685,34.2685,34.4021,34.2685,34.0966,34.1495,34.1892,34.0701,34.2553,34.3743,34.2685,33.8042,33.7791,34.4272,34.5344,34.2288,34.2553,34.0966,34.1759,34.0833,34.2685,34.3360,34.0026,34.1892,34.2817,34.1892,34.2950,34.3082,34.2698,34.0159,34.1759,34.3214,34.4140,34.4021,34.0556,33.9497,34.3082,34.1627,34.2685,34.2288,34.2685,34.2553,34.2024,34.1230,34.1495,33.6720,34.1098,34.0172,34.0423,33.7910,34.1627,34.1362,34.3479,34.3889,33.9907,34.4272,34.3743,34.3095,34.3479,34.3347,34.1230,34.2685,34.3743,34.3876,34.0966,33.8320,34.0172,33.8968,33.7262" +normalizing a fully mergeable tiling of boxes - 1,"small, embedded in 3d",100,468,2386800,51.0538,50.9584,51.4252,0.8535,0.1730,1.9955,"benchmark,grid","50.9038,59.3376,51.9103,50.6688,50.9038,51.1603,51.1603,51.0321,51.0556,50.6474,50.9679,51.0107,50.9274,50.9038,50.6688,51.0321,51.0769,50.9679,50.9252,51.0556,50.8184,50.9466,51.0128,50.9893,50.9466,50.9252,50.6453,50.9466,51.1816,51.3120,50.6047,50.6688,50.9038,50.9893,50.9038,51.0534,50.9466,50.7329,51.0107,51.0321,50.9915,50.8825,50.8825,50.8184,50.9487,51.1389,51.2051,51.0534,50.7970,51.0534,51.0534,51.0748,50.9915,50.8611,50.6902,51.3761,51.1389,51.0321,51.0128,50.8825,50.8397,50.9466,51.0128,51.0962,51.0128,50.6688,50.8825,50.9038,51.0107,51.0769,51.0748,50.6474,51.2692,51.0321,50.9038,50.9038,51.0321,50.8184,50.9274,51.0534,51.0107,50.9060,50.6474,51.4808,50.9060,50.9038,50.9679,51.0107,50.8184,51.0534,51.0534,50.9679,50.9466,51.0321,50.6474,51.0107,51.2030,51.2265,51.0534,50.6474" +normalizing a fully mergeable tiling of boxes - 1,"medium, native",100,83,2390400,304.2727,303.8212,304.6993,2.2402,1.9621,2.5928,"benchmark,grid","301.2651,299.3494,308.7590,302.1205,299.0964,301.9880,300.5542,301.1446,305.2530,307.1928,307.5422,306.7108,303.0723,300.0723,303.3253,304.0361,305.1325,304.5301,304.7711,306.5783,305.3735,310.0843,304.0482,305.4940,305.8554,307.1928,306.3373,305.4940,304.8916,305.1325,306.1084,305.8554,305.4940,304.7711,304.0482,305.9759,305.6145,305.2530,305.6145,305.9759,305.8554,306.9518,306.3373,305.7349,305.8554,307.6747,304.1687,308.2651,304.7711,304.5301,303.6747,304.2892,302.3614,304.0482,303.4458,304.4096,304.6506,304.8916,305.1325,305.1325,303.3253,303.5663,308.3855,303.2048,303.2048,304.5301,305.3735,305.1325,305.2530,304.8916,305.3735,306.5783,306.6988,306.3494,305.4940,303.5663,302.1084,302.6024,302.9639,302.1084,302.4819,302.6024,301.8675,301.3976,299.8193,302.9639,303.5663,303.3253,301.2651,299.8193,301.2771,298.3735,300.9036,306.3494,305.6145,305.2530,302.8434,302.2289,304.6506,300.6627" +normalizing a fully mergeable tiling of boxes - 1,"medium, embedded in 3d",100,51,2407200,494.0508,493.6188,494.5916,2.4587,2.0523,3.4841,"benchmark,grid","497.7647,496.7843,506.2157,497.3725,496.9804,497.7647,496.1961,496.1961,497.9608,495.9804,492.6471,494.8235,495.6078,496.1961,495.2157,496.0000,496.5882,496.9804,494.0196,497.9804,498.1569,497.3725,497.5686,498.5490,497.9608,493.8431,492.0588,493.6471,493.0588,492.8627,492.8431,493.2549,493.8431,490.0980,492.8627,492.0784,492.6667,493.2353,493.4510,492.8627,492.2745,490.0980,492.8627,493.4510,493.6275,493.2549,492.6667,492.2745,489.9020,493.0588,493.0588,493.6275,492.8627,492.4706,494.0392,494.0196,489.9020,492.4706,492.8431,493.8431,494.4314,492.6667,491.8824,491.6667,492.0784,492.4706,493.0392,493.0588,492.4706,492.0588,493.4510,491.8824,493.0588,493.2353,492.2745,492.4706,493.0588,494.2157,491.0980,492.6667,493.8431,493.6275,493.6471,492.6667,493.2549,492.8431,491.6863,493.6471,492.6667,492.0588,492.8627,493.6471,492.2745,490.0980,495.8039,497.9608,497.3725,496.9804,497.3725,497.3725" +normalizing a fully mergeable tiling of boxes - 1,"large, native",100,4,2898400,7579.8300,7569.6250,7621.1075,90.1736,17.2098,209.5458,"benchmark,grid","7566.5000,7561.2500,7734.2500,7573.7500,7546.2500,7586.2500,7554.0000,7563.7500,7579.0000,7561.2500,7564.0000,7561.2500,7548.7500,7559.0000,7581.2500,7574.0000,7561.2500,7559.0000,7556.2500,7561.5000,7563.7500,7579.0000,7581.2500,7569.0000,7576.2500,7574.0000,7566.2500,7571.5000,7613.7500,8448.0000,7578.7500,7556.5000,7536.2500,7551.2500,7554.0000,7538.7500,7553.7500,7546.2500,7591.2500,7566.5000,7576.2500,7589.0000,7606.5000,7563.7500,7586.5000,7583.7500,7554.0000,7573.7500,7564.0000,7558.7500,7579.0000,7558.7500,7556.2500,7554.0000,7556.2500,7589.0000,7573.7500,7566.5000,7568.7500,7556.5000,7558.7500,7568.7500,7596.2500,7574.0000,7616.5000,7533.7500,7591.2500,7581.5000,7581.5000,7541.2500,7583.7500,7551.5000,7586.2500,7549.0000,7561.2500,7566.5000,7598.7500,7569.0000,7578.7500,7586.5000,7556.2500,7564.0000,7563.7500,7571.5000,7586.2500,7581.5000,7601.5000,7583.7500,7586.5000,7571.2500,7551.2500,7558.7500,7574.0000,7566.2500,7579.0000,7558.7500,7566.5000,7553.7500,7584.0000,7566.2500" +normalizing a fully mergeable tiling of boxes - 1,"large, embedded in 3d",100,2,2493200,11182.4650,11161.0700,11275.8300,192.4400,21.9238,450.7342,"benchmark,grid","11150.0000,11170.5000,11516.0000,11175.5000,11150.0000,11125.0000,11115.0000,11145.5000,11145.0000,11135.0000,11130.5000,11125.0000,11130.0000,11150.5000,11150.0000,11135.0000,11120.5000,11120.0000,11115.0000,11145.0000,11145.5000,13053.5000,11185.5000,11175.0000,11155.5000,11160.0000,11130.0000,11175.5000,11150.0000,11175.5000,11170.0000,11150.0000,11160.5000,11165.0000,11185.5000,11170.0000,11185.5000,11185.0000,11170.5000,11145.0000,11200.0000,11180.0000,11150.0000,11155.5000,11140.0000,11165.0000,11180.0000,11165.0000,11145.5000,11165.0000,11145.0000,11190.5000,11140.0000,11190.5000,11180.0000,11170.5000,11185.0000,11155.5000,11135.0000,11145.0000,11185.5000,11185.0000,11160.5000,11155.0000,11160.0000,11170.5000,11165.0000,11140.0000,11165.0000,11115.0000,11180.5000,11145.0000,11140.0000,11160.5000,11155.0000,11150.0000,11150.0000,11165.0000,11195.5000,11190.0000,11155.5000,11165.0000,11160.0000,11165.0000,11200.0000,11170.5000,11160.0000,11195.5000,11185.0000,11135.5000,11155.0000,11160.0000,11175.5000,11190.0000,11175.5000,11160.0000,11150.5000,11165.0000,11200.0000,11165.0000" +normalizing a fully mergeable tiling of boxes - 2,"small, native",100,231,2379300,94.5755,94.5194,94.6207,0.2567,0.2010,0.3210,"benchmark,grid","94.6277,94.6320,95.4978,94.0216,93.8918,93.9784,93.8918,93.8918,93.9827,93.8918,93.8918,93.9784,93.8918,93.9827,93.8918,94.6277,94.7186,94.6277,94.6277,94.7186,94.5844,94.6753,94.5844,94.5887,94.7143,94.6320,94.6277,94.7186,94.6277,94.6320,94.7143,94.6277,94.7186,94.6277,94.6320,94.7143,94.6320,94.5844,94.6753,94.5844,94.7186,94.6277,94.6320,94.7143,94.6277,94.6320,94.7143,94.5887,94.7143,94.6320,94.6277,94.7186,94.6277,94.6320,94.7143,94.6320,94.7143,94.5844,94.6320,94.7143,94.6320,94.6277,94.7186,94.5844,94.7186,94.5844,94.5887,94.7143,94.6320,94.6277,94.7143,94.6320,94.6277,94.7619,94.6277,94.7186,94.6277,94.6320,94.7143,94.5887,94.5844,94.7186,94.6277,94.7143,94.6320,94.6277,94.7186,94.6277,94.6320,94.7143,94.6320,94.7143,94.6320,94.6277,94.7186,94.5844,94.5844,94.7186,94.6277,94.6753" +normalizing a fully mergeable tiling of boxes - 2,"small, embedded in 3d",100,207,2401200,122.0495,121.9720,122.1607,0.4665,0.3470,0.7508,"benchmark,grid","122.0580,122.3961,124.9130,121.9130,122.0097,122.0097,122.1546,121.8164,122.0580,122.1063,122.1546,121.8164,121.7198,121.9614,122.0097,121.9130,122.3961,122.3961,122.3961,122.3478,122.2029,122.0097,122.0097,121.9130,122.2995,122.7826,121.9082,121.1353,122.9275,122.3527,122.2029,121.9614,122.2029,122.8309,121.9130,121.3816,122.1546,122.3478,122.1063,121.9130,121.9130,122.2512,122.9758,121.1884,122.8792,122.0097,121.8647,121.8164,121.9130,121.9130,122.1063,121.4734,121.8164,121.7198,122.0580,121.9130,121.9130,121.7198,121.7681,122.2512,121.8164,121.7681,122.0097,121.8116,121.7633,121.8647,121.2367,122.1063,121.9130,121.8164,121.9130,121.8164,122.1546,122.0097,121.1836,121.9130,121.8647,121.7681,121.8647,122.1546,122.9758,122.1546,121.5266,123.0773,122.4444,122.1063,122.0097,122.0097,122.2512,121.4734,121.6184,121.6715,122.1063,122.0580,121.9614,122.0580,121.9614,121.3816,122.2995,122.4928" +normalizing a fully mergeable tiling of boxes - 2,"medium, native",100,28,2464000,883.6343,882.6875,885.9321,7.0926,3.7096,14.6731,"benchmark,grid","885.1786,882.6786,942.7857,883.0357,879.4286,884.0714,884.0714,886.6071,889.4643,885.1786,881.9643,885.5357,893.7857,885.8929,889.8214,886.6071,883.7500,881.6071,889.1071,882.6786,888.4286,882.6786,883.0357,882.6429,890.5357,883.0357,885.8929,874.4286,874.4286,881.2500,882.6786,876.9286,883.7143,884.0714,883.0000,883.0000,883.3929,885.1786,877.6429,884.1071,884.1071,881.6071,880.8929,882.3214,885.5357,878.3929,879.7857,878.3571,881.2500,883.3929,884.4643,879.1071,876.9643,883.0000,888.3929,888.3929,883.0357,883.7500,890.8929,873.7500,882.6786,880.8929,881.9643,881.2143,884.1071,878.0000,877.3214,883.3929,884.8214,884.1071,884.1071,888.0357,878.0357,879.8214,885.1786,880.1786,882.6429,884.4643,877.2857,873.7500,877.6429,884.4643,887.3571,884.8214,885.5357,883.7500,879.8214,885.8929,887.6786,884.1071,884.4643,884.8214,889.4643,874.8214,888.3929,883.0357,881.9643,879.1071,880.1786,883.3929" +normalizing a fully mergeable tiling of boxes - 2,"medium, embedded in 3d",100,25,2485000,904.2988,902.0904,913.9104,19.5189,0.8532,45.9264,"benchmark,grid","902.0400,902.0400,937.2800,902.8000,902.4400,902.8400,902.8400,902.0400,902.4400,902.0000,901.6000,902.0400,902.0400,902.0400,902.4400,901.6000,902.8400,901.6400,901.2400,901.6400,902.0400,902.4000,901.6400,901.6400,902.4400,902.4400,903.2400,902.4400,902.0000,902.0400,902.8400,902.4400,902.8400,902.4400,902.0000,902.8000,902.4400,900.4400,902.8400,902.0400,901.2000,902.0400,900.8400,901.6400,902.4400,902.0000,902.8000,902.4400,902.4400,902.4400,902.8400,902.4400,902.0000,901.6000,902.0400,902.8400,902.4400,902.0400,902.0000,902.4000,901.6400,902.4400,902.4400,902.0400,902.4400,902.0000,902.8400,1095.2000,901.6400,901.2400,902.0400,901.2400,902.0000,901.6400,901.6400,902.0400,900.8400,902.0000,903.2400,902.4400,900.0400,899.2400,899.6000,902.4400,899.6400,899.6400,902.4000,902.8000,902.4400,902.0400,902.0400,902.4400,902.0400,902.0000,901.6400,902.4400,902.4400,902.4400,902.0400,900.8000" +normalizing a fully mergeable tiling of boxes - 2,"large, native",100,1,3656800,37301.8000,37247.5800,37427.8800,396.9541,156.5363,717.3239,"benchmark,grid","37238.0000,37228.0000,39463.0000,37900.0000,37409.0000,37409.0000,37299.0000,37399.0000,37319.0000,37238.0000,37449.0000,37248.0000,37329.0000,37249.0000,37178.0000,37169.0000,37158.0000,37269.0000,37299.0000,37038.0000,37018.0000,37489.0000,37228.0000,37129.0000,36898.0000,37319.0000,37038.0000,37279.0000,37028.0000,37259.0000,37138.0000,37189.0000,37419.0000,37178.0000,37329.0000,37429.0000,36978.0000,37358.0000,37309.0000,37079.0000,37158.0000,37219.0000,37198.0000,37349.0000,37229.0000,37148.0000,37389.0000,37520.0000,37268.0000,37359.0000,37079.0000,37218.0000,37119.0000,37228.0000,37189.0000,37329.0000,37279.0000,37318.0000,37479.0000,37278.0000,37359.0000,37038.0000,37258.0000,37359.0000,37199.0000,37278.0000,37199.0000,37299.0000,37208.0000,37368.0000,37029.0000,37088.0000,36848.0000,37138.0000,37118.0000,37299.0000,37268.0000,37358.0000,37329.0000,37399.0000,40225.0000,37338.0000,37278.0000,37259.0000,37229.0000,37348.0000,37329.0000,37089.0000,37308.0000,37309.0000,37369.0000,37549.0000,37019.0000,36948.0000,37008.0000,37439.0000,37209.0000,37078.0000,37319.0000,37359.0000" +normalizing a fully mergeable tiling of boxes - 2,"large, embedded in 3d",100,1,4015000,40371.5200,40319.5100,40513.4600,403.1453,123.0144,828.1307,"benchmark,grid","40284.0000,40304.0000,42138.0000,40585.0000,40525.0000,40274.0000,40495.0000,40394.0000,40284.0000,40355.0000,40324.0000,40325.0000,40484.0000,40455.0000,40355.0000,40194.0000,40425.0000,40234.0000,40325.0000,40354.0000,40215.0000,40304.0000,40214.0000,40265.0000,40074.0000,40404.0000,40394.0000,40425.0000,40064.0000,40224.0000,40335.0000,40184.0000,40325.0000,40274.0000,40314.0000,40434.0000,40134.0000,40305.0000,40415.0000,40274.0000,40194.0000,40335.0000,40144.0000,40284.0000,40224.0000,40455.0000,40514.0000,40304.0000,40395.0000,39994.0000,40254.0000,40304.0000,40205.0000,40354.0000,40325.0000,40384.0000,40115.0000,40284.0000,40164.0000,40295.0000,40344.0000,40195.0000,40254.0000,40264.0000,40365.0000,40335.0000,40404.0000,40174.0000,40275.0000,40184.0000,40495.0000,40585.0000,40345.0000,40534.0000,40314.0000,40154.0000,40345.0000,40424.0000,40254.0000,40505.0000,40495.0000,43771.0000,40324.0000,40545.0000,40204.0000,40325.0000,40435.0000,40324.0000,40385.0000,40274.0000,40204.0000,40444.0000,40265.0000,40244.0000,40264.0000,40345.0000,40314.0000,40215.0000,40354.0000,40455.0000" +normalizing a fully mergeable tiling of boxes - 3,"small, native",100,98,2391200,255.3729,254.9966,256.6219,3.1586,1.1002,7.1071,"benchmark,grid","255.7755,256.3776,259.5510,255.1633,255.3571,254.1327,254.3469,254.2347,254.3367,255.3673,256.1837,254.4388,253.7245,254.7551,255.2551,255.6735,255.7653,256.4898,255.7755,253.2143,254.0306,254.4490,254.8469,255.1531,254.4388,255.5612,253.0102,254.3367,254.1327,255.0612,255.4592,255.6735,254.2347,255.2653,255.1531,256.1837,255.3571,255.0612,254.0306,254.6429,254.4388,256.1837,254.3367,256.7959,257.3061,256.1735,254.9592,257.2041,253.9286,255.7653,255.1531,256.1837,254.9490,254.9592,255.8673,256.1837,253.9286,254.7551,254.3367,254.7449,255.1633,257.0000,256.8878,254.2347,284.6020,254.1327,254.2347,254.6531,254.0306,255.4694,256.2755,252.5000,254.4490,256.1735,255.2653,254.5408,254.6531,254.2347,252.9082,253.7245,254.1429,254.8469,255.8776,255.2551,256.5918,252.6020,254.3367,253.9388,254.9490,254.9592,253.7245,255.8673,252.6939,254.1327,256.0714,255.0510,255.2551,256.6837,257.8163,257.2041" +normalizing a fully mergeable tiling of boxes - 3,"medium, native",100,18,2503800,1474.0767,1473.1572,1476.8433,7.4770,3.1161,16.3753,"benchmark,grid","1479.3333,1467.1111,1541.1111,1469.3333,1467.6667,1471.0000,1468.2222,1472.1667,1472.6667,1471.0000,1467.1667,1469.8889,1472.1111,1474.9444,1473.7778,1469.3333,1472.1111,1473.7778,1468.7778,1474.3333,1477.6667,1475.4444,1473.2222,1474.3333,1474.9444,1471.0000,1473.7778,1473.2778,1473.2222,1473.2222,1465.5000,1477.1111,1469.8889,1473.8333,1474.8889,1476.0556,1475.4444,1477.1111,1481.5556,1476.0556,1474.3333,1471.0000,1470.5000,1473.7778,1473.7778,1476.6111,1474.8889,1469.3333,1474.8889,1473.7778,1473.8333,1476.0000,1472.6667,1469.3333,1467.1111,1478.7778,1477.7222,1473.2222,1473.2778,1474.3333,1474.3333,1478.7778,1472.6667,1475.5000,1474.3333,1471.6111,1469.8889,1471.0000,1473.2222,1469.8889,1470.4444,1474.3333,1477.1667,1474.3333,1478.8333,1471.0000,1476.6111,1468.7778,1473.2222,1472.1667,1471.5556,1472.1111,1475.5000,1477.1111,1475.4444,1469.3333,1472.6667,1477.1667,1474.8889,1465.4444,1473.7778,1479.3333,1471.0000,1473.8333,1476.5556,1474.9444,1480.4444,1474.9444,1473.2222,1477.7222" +normalizing a fully mergeable tiling of boxes - 3,"large, native",100,1,4389900,45793.1100,45504.6900,46256.4600,1826.9822,1335.6750,2914.7901,"benchmark,grid","45224.0000,44913.0000,56835.0000,51796.0000,49592.0000,48279.0000,46877.0000,46587.0000,45554.0000,48681.0000,48600.0000,46767.0000,45855.0000,45324.0000,44712.0000,44723.0000,47478.0000,49592.0000,48641.0000,50544.0000,48369.0000,47398.0000,46727.0000,46105.0000,48970.0000,48240.0000,47428.0000,46676.0000,46365.0000,45936.0000,45734.0000,45725.0000,45494.0000,45343.0000,45414.0000,45414.0000,45284.0000,45133.0000,44884.0000,45083.0000,44873.0000,45124.0000,45123.0000,44913.0000,45173.0000,45023.0000,45154.0000,44943.0000,44793.0000,44923.0000,44773.0000,44783.0000,44853.0000,45064.0000,44753.0000,44863.0000,44793.0000,44853.0000,45033.0000,44883.0000,44683.0000,44733.0000,45033.0000,44883.0000,45043.0000,47849.0000,45023.0000,44793.0000,44894.0000,44873.0000,44763.0000,44833.0000,44913.0000,44943.0000,45064.0000,44943.0000,44733.0000,44903.0000,44933.0000,44823.0000,45084.0000,44753.0000,44883.0000,44933.0000,44853.0000,44914.0000,44953.0000,44903.0000,44773.0000,44883.0000,44773.0000,44913.0000,44844.0000,44863.0000,44963.0000,44903.0000,44853.0000,44863.0000,45014.0000,44743.0000" +performing set operations between randomized regions - 2d,"union, small, native",100,29,2473700,894.8486,893.6152,898.3834,9.7991,4.1413,21.2237,"benchmark,grid","894.7241,981.1034,918.5862,898.5172,896.8276,894.3793,894.7241,889.2069,892.3103,888.1724,891.9655,894.3793,894.7241,891.9655,893.6897,893.0345,896.7931,893.0000,892.3103,891.9655,895.7931,890.5862,898.8621,894.4138,897.1379,896.7931,891.6207,893.3448,887.8276,895.7586,900.2414,894.3793,895.4138,895.0690,890.5862,891.2759,895.4138,888.8621,888.5172,889.2069,890.2414,904.4138,893.3448,891.6207,891.2759,891.9655,887.4828,887.1379,890.5862,890.9310,890.5862,888.8621,891.6207,892.3103,900.2759,897.1379,893.0000,888.5172,893.0345,890.5862,897.4828,899.2069,890.5862,892.6552,890.5862,903.7241,886.7586,890.2414,893.6897,892.6552,893.3448,894.3793,902.6897,893.3448,895.7931,889.5517,894.7241,891.2759,899.2069,895.0690,894.3793,890.9310,891.2759,889.8966,902.0000,887.8276,898.5172,903.3793,898.1724,897.4828,896.4483,897.8621,897.8276,889.2069,893.0000,894.0690,893.0000,890.2414,896.1034,897.8621" +performing set operations between randomized regions - 2d,"union, small, embedded in 3d",100,24,2404800,1047.0283,1045.9650,1050.8129,9.2003,2.5463,21.1303,"benchmark,grid","1048.5833,1045.2500,1134.5833,1053.1667,1055.2500,1046.0833,1048.9583,1044.4167,1048.5833,1048.1667,1047.2917,1051.5000,1040.2500,1046.4583,1046.9167,1048.1667,1049.4167,1045.6250,1046.5000,1050.2500,1039.7917,1046.0833,1044.8333,1045.2083,1046.0833,1043.5833,1046.8750,1041.0833,1046.4583,1045.2083,1046.9167,1049.8333,1046.0417,1044.8333,1048.1667,1041.0417,1046.5000,1046.9167,1049.8333,1046.4583,1045.2500,1047.3333,1041.4583,1044.8333,1044.7917,1044.4167,1047.3333,1046.0417,1045.6667,1047.3333,1041.0417,1046.9167,1044.0000,1047.7083,1047.3333,1045.2500,1049.0000,1040.6250,1047.3333,1045.6250,1045.6667,1046.5000,1046.8750,1046.4583,1048.1667,1041.0417,1046.5000,1044.0000,1048.1250,1046.8750,1047.3333,1046.5000,1041.4583,1049.0000,1046.0833,1047.2917,1046.9167,1047.7500,1044.7917,1049.3750,1041.5000,1048.1667,1046.8750,1048.5833,1046.5000,1041.0417,1048.5833,1040.6250,1044.7917,1044.4167,1045.6250,1046.9167,1046.0833,1045.2083,1048.5833,1042.3333,1043.9583,1046.5000,1047.3333,1046.0417" +performing set operations between randomized regions - 2d,"intersection, small, native",100,104,2402400,233.7999,233.4558,234.8569,2.7765,0.7587,6.0465,"benchmark,grid","233.5000,233.9808,243.7115,233.5000,234.2692,234.2692,233.7885,233.1154,233.3077,231.3750,233.6923,233.7981,233.6923,233.4038,233.5962,232.1538,233.5962,232.9231,233.5962,233.3077,233.8846,232.8173,234.2692,234.1731,233.8846,233.8846,233.8942,231.9519,234.2788,233.2115,233.6923,234.2692,233.1154,233.9808,231.7596,233.1154,233.4038,233.6058,233.3077,232.9231,232.2500,233.9808,233.9808,233.5000,233.5000,233.4038,233.2115,233.8942,233.9808,233.6923,233.8846,233.2115,231.9615,234.1731,233.7981,233.9808,234.1731,233.8846,231.9615,233.5962,233.4038,233.6923,233.6923,234.0769,231.4808,233.3077,258.5481,233.5000,233.3077,234.0769,233.8846,231.6635,234.7596,233.9808,233.6923,233.4038,233.5000,232.6346,233.3077,233.2115,232.8269,233.0192,233.6923,234.0769,232.0577,234.4615,233.7885,233.6923,234.1827,233.2115,232.6346,233.8846,234.3654,233.5962,232.7308,233.9904,232.1442,232.8173,233.9808,233.6923" +performing set operations between randomized regions - 2d,"intersection, small, embedded in 3d",100,93,2399400,262.9665,262.8097,263.1698,0.9074,0.6763,1.4696,"benchmark,grid","263.0538,263.0645,268.5484,263.9247,263.5914,263.0645,263.1613,261.6559,263.2796,262.7312,262.5269,262.9462,263.1613,261.2258,263.2688,262.9570,262.4086,262.8387,262.9570,261.1183,262.8387,262.4194,262.5161,262.8495,262.7312,263.2688,261.6559,262.6237,263.6022,262.7312,263.0645,262.8387,260.9032,262.9462,262.6237,263.2688,262.9570,262.7312,262.5269,261.2258,262.6237,263.0645,262.8387,263.0538,262.9462,261.6559,263.1720,263.1613,263.2796,262.7312,262.6237,261.8710,263.3763,262.9570,262.5161,263.2796,262.8387,263.2796,261.6559,263.3763,263.8172,264.0215,264.0215,263.7097,262.5161,264.0323,263.2688,263.7097,263.5914,264.0323,263.8172,261.9785,263.9140,263.2688,263.9247,263.5914,262.9570,261.6559,263.1613,263.1720,262.9462,263.4946,263.0538,263.2796,261.6559,263.4946,263.5914,263.1720,262.9462,263.0645,261.0108,263.3763,263.0645,263.2688,263.0645,262.9462,261.0108,263.7097,263.2688,262.9570" +performing set operations between randomized regions - 2d,"difference, small, native",100,24,2440800,1077.6592,1063.6767,1113.9308,106.5265,48.1630,221.1207,"benchmark,grid","1049.0000,1046.8750,1969.0833,1468.1250,1345.7917,1233.9167,1172.1667,1104.9167,1107.4583,1114.9167,1154.6250,1121.2083,1166.2917,1119.9583,1134.5833,1076.9583,1053.1667,1054.4167,1051.9167,1050.6667,1054.0000,1050.2500,1051.9167,1051.0833,1051.9167,1053.1667,1049.4167,1063.1667,1078.2083,1070.7083,1063.5833,1071.0833,1046.0833,1052.3333,1051.0833,1051.9167,1052.3333,1048.1667,1051.9167,1052.2917,1052.7083,1050.2083,1055.2500,1051.8750,1052.7500,1051.5000,1051.0833,1049.8333,1056.9167,1052.7500,1052.7500,1049.4167,1052.7500,1053.1667,1055.2500,1052.3333,1051.9167,1054.4167,1049.4167,1055.2500,1049.8333,1054.0000,1049.8333,1051.9167,1053.5833,1049.0000,1056.9167,1047.7500,1050.6250,1054.4167,1046.0417,1046.5000,1051.5000,1049.0000,1051.5000,1049.3750,1048.9583,1049.8333,1046.0833,1046.9167,1051.4583,1051.4583,1053.1667,1054.8333,1048.5417,1051.9167,1044.8333,1048.5833,1050.6667,1052.7500,1051.4583,1054.4167,1048.5417,1048.5833,1047.7500,1048.1667,1048.9583,1048.1250,1049.0000,1046.9167" +performing set operations between randomized regions - 2d,"difference, small, embedded in 3d",100,20,2456000,1257.3300,1255.1065,1262.8365,16.3060,3.8647,29.1849,"benchmark,grid","1254.3000,1256.2500,1372.5000,1260.8000,1264.3000,1257.7500,1263.3000,1259.3000,1252.8000,1254.2500,1255.7500,1258.8000,1257.3000,1258.8000,1259.2500,1259.7500,1255.3000,1255.3000,1259.8000,1260.2500,1254.8000,1259.8000,1260.8000,1257.3000,1249.2500,1255.3000,1253.2500,1255.3000,1255.8000,1253.2500,1253.3000,1252.3000,1252.2500,1254.3000,1258.8000,1253.7500,1256.8000,1253.3000,1245.7500,1251.2500,1256.2500,1256.8000,1256.8000,1252.7500,1253.8000,1256.8000,1246.7500,1254.3000,1258.8000,1259.7500,1262.3000,1257.8000,1258.3000,1251.2500,1255.7500,1254.8000,1254.8000,1252.7500,1246.8000,1255.7500,1254.3000,1248.7500,1364.0000,1253.3000,1247.7500,1254.3000,1253.7500,1260.2500,1256.8000,1247.7500,1261.7500,1259.3000,1256.3000,1253.8000,1252.2500,1250.3000,1249.2500,1251.8000,1251.2500,1253.3000,1258.8000,1255.7500,1254.8000,1254.3000,1249.7500,1255.3000,1248.2500,1254.8000,1256.3000,1253.7500,1256.8000,1249.8000,1255.7500,1258.3000,1254.8000,1258.3000,1258.2500,1255.3000,1250.8000,1247.2500" +performing set operations between randomized regions - 2d,"union, medium, native",100,2,2610200,13623.0000,13591.2850,13738.7300,279.5169,66.1647,649.5365,"benchmark,grid","13570.0000,13544.5000,16315.0000,13880.5000,13755.0000,13705.0000,13710.0000,13665.0000,13600.0000,13539.5000,13554.5000,13630.0000,13574.5000,13675.0000,13560.0000,13504.5000,13665.0000,13695.0000,13610.0000,13564.5000,13535.0000,13675.0000,13599.5000,13560.0000,13509.5000,13489.5000,13770.5000,13644.5000,13584.5000,13524.5000,13629.5000,13585.0000,13574.5000,13565.0000,13610.0000,13675.0000,13710.0000,13660.0000,13730.0000,13700.0000,13519.5000,13550.0000,13629.5000,13540.0000,13559.5000,13620.0000,13595.0000,13554.5000,13595.0000,13670.0000,13584.5000,13575.0000,13579.5000,13575.0000,13585.0000,13554.5000,13419.5000,13464.5000,13615.0000,13625.0000,13579.5000,13640.0000,13560.0000,13599.5000,13665.0000,13575.0000,13539.5000,13550.0000,13534.5000,13534.5000,13570.0000,13585.0000,13614.5000,13585.0000,13524.5000,13595.0000,13605.0000,13429.5000,13594.5000,13590.0000,13544.5000,13535.0000,13594.5000,13615.0000,13700.0000,13605.0000,13584.5000,13494.5000,13599.5000,13560.0000,13605.0000,13629.5000,13620.0000,13675.0000,13524.5000,13600.0000,13539.5000,13669.5000,13490.0000,13584.5000" +performing set operations between randomized regions - 2d,"union, medium, embedded in 3d",100,2,3002400,15078.7550,15038.1350,15179.8800,296.9204,60.3716,537.3381,"benchmark,grid","15002.5000,15022.5000,17211.5000,15353.0000,15178.0000,15203.0000,15102.5000,15082.5000,15068.0000,15007.5000,15047.5000,15072.5000,17016.0000,15097.5000,15062.5000,15102.5000,15063.0000,15047.5000,15067.5000,15117.5000,15032.5000,15112.5000,14957.5000,15022.5000,15017.5000,15027.5000,14972.5000,15117.5000,15092.5000,15063.0000,15057.5000,15102.5000,14957.5000,15102.5000,15047.5000,15083.0000,15037.5000,15012.5000,15057.5000,15017.5000,15017.5000,15007.5000,15027.5000,15098.0000,15012.5000,15077.5000,15047.5000,15132.5000,15027.5000,14962.0000,15047.5000,14952.0000,14987.5000,15027.5000,15037.5000,15007.5000,15073.0000,15052.5000,15062.5000,15077.5000,15017.5000,15002.5000,15098.0000,15102.5000,15027.5000,15022.5000,15027.5000,14997.5000,14982.5000,15027.5000,15017.5000,15022.5000,15057.5000,14967.5000,15037.5000,14987.5000,15007.5000,14952.5000,15007.5000,14967.5000,15017.5000,14997.5000,15002.5000,14977.5000,15082.5000,14982.5000,15002.5000,15022.5000,15027.5000,15042.5000,14982.5000,15012.5000,15012.5000,15032.5000,14982.5000,14937.5000,14927.5000,14982.0000,14972.0000,14997.5000" +performing set operations between randomized regions - 2d,"intersection, medium, native",100,11,2491500,2066.1582,2061.0027,2082.8627,42.2680,12.6470,93.6191,"benchmark,grid","2049.1818,2051.0000,2132.0000,2061.0000,2064.6364,2061.9091,2070.0909,2063.7273,2064.6364,2065.5455,2061.9091,2065.5455,2070.0909,2054.6364,2058.2727,2058.2727,2060.0909,2057.3636,2058.2727,2055.5455,2061.0000,2060.0909,2065.5455,2062.8182,2062.8182,2061.0000,2062.8182,2061.9091,2067.4545,2061.0000,2448.0909,2064.6364,2061.9091,2067.3636,2072.9091,2067.3636,2071.0000,2070.0909,2061.0000,2070.1818,2071.0000,2058.2727,2070.0909,2058.2727,2065.5455,2069.2727,2070.0909,2062.8182,2066.4545,2072.8182,2068.3636,2063.7273,2058.2727,2061.0000,2061.9091,2063.7273,2060.0909,2063.7273,2063.7273,2065.5455,2063.8182,2069.1818,2062.8182,2069.1818,2064.6364,2056.4545,2061.9091,2062.8182,2071.9091,2061.9091,2062.8182,2061.0000,2206.7273,2050.0909,2051.0000,2046.4545,2051.8182,2050.0909,2048.2727,2048.2727,2053.7273,2050.0909,2049.0909,2055.5455,2054.6364,2044.6364,2050.0909,2054.6364,2056.4545,2051.0000,2046.3636,2055.5455,2049.1818,2047.3636,2054.6364,2051.0000,2050.0909,2045.4545,2051.0000,2064.6364" +performing set operations between randomized regions - 2d,"intersection, medium, embedded in 3d",100,11,2481600,2299.1327,2297.7936,2301.5364,8.9098,5.6355,16.7099,"benchmark,grid","2303.2727,2297.8182,2364.3636,2324.1818,2298.7273,2303.2727,2303.3636,2304.1818,2303.2727,2300.5455,2294.1818,2309.6364,2286.9091,2296.0000,2298.7273,2302.3636,2307.8182,2296.0000,2293.2727,2298.7273,2287.8182,2304.1818,2301.4545,2306.9091,2300.5455,2299.6364,2301.4545,2293.1818,2285.0000,2300.5455,2298.7273,2302.3636,2301.4545,2295.0000,2294.0909,2295.0909,2279.6364,2298.7273,2294.1818,2293.2727,2293.2727,2301.4545,2296.0000,2286.0000,2289.5455,2298.7273,2295.9091,2296.9091,2299.6364,2302.3636,2295.0909,2291.3636,2304.2727,2303.2727,2304.1818,2295.0909,2301.4545,2298.7273,2293.2727,2289.6364,2294.1818,2300.5455,2295.0909,2296.9091,2296.9091,2302.3636,2296.9091,2285.0000,2305.0909,2300.5455,2297.8182,2300.5455,2294.1818,2300.5455,2296.9091,2288.7273,2303.2727,2301.4545,2306.0000,2301.4545,2301.4545,2304.1818,2299.6364,2287.8182,2303.2727,2304.1818,2298.7273,2300.5455,2301.4545,2300.5455,2305.0909,2290.5455,2300.5455,2300.5455,2298.7273,2296.0000,2303.2727,2302.3636,2300.5455,2293.2727" +performing set operations between randomized regions - 2d,"difference, medium, native",100,3,2455800,8215.4567,8188.5700,8282.7367,194.2825,32.1395,350.8578,"benchmark,grid","8211.6667,8181.6667,9574.0000,8308.6667,8248.3333,8218.3333,8258.3333,8164.6667,8238.3333,8158.3333,8148.0000,8258.3333,8238.3333,8171.6667,8204.6667,8191.6667,8188.3333,8184.6667,8208.3333,8211.6667,8144.6667,8188.3333,8208.3333,8161.3333,8181.6667,8215.0000,8181.3333,8148.3333,8161.3333,8215.0000,8151.6667,8204.6667,8201.6667,8205.0000,8181.6667,8198.0000,8175.0000,8198.3333,8204.6667,8221.6667,8225.0000,8211.6667,8171.3333,8145.0000,8211.6667,8211.3333,8188.0000,8178.3333,8184.6667,8198.3333,8168.3333,8154.6667,8161.6667,8164.6667,8205.0000,8148.0000,8198.3333,8155.0000,8211.3333,8181.6667,8158.0000,8155.0000,8195.0000,8138.0000,8168.0000,8151.3333,8181.6667,9540.6667,8168.0000,8241.3333,8175.0000,8205.0000,8211.6667,8121.3333,8191.6667,8224.6667,8155.0000,8221.6667,8198.0000,8164.6667,8128.0000,8168.3333,8188.3333,8208.0000,8241.6667,8175.0000,8138.0000,8195.0000,8198.3333,8201.3333,8175.0000,8195.0000,8181.3333,8108.3333,8194.6667,8171.6667,8184.6667,8198.0000,8181.6667,8158.0000" +performing set operations between randomized regions - 2d,"difference, medium, embedded in 3d",100,3,2600700,8841.9633,8820.1933,8924.9767,194.1918,39.8083,454.0979,"benchmark,grid","8776.0000,8786.0000,10726.3333,8996.3333,8976.3333,8979.6667,8869.6667,8889.3333,8839.3333,8829.3333,8866.3333,8872.6667,8796.0000,8819.6667,8819.3333,8869.3333,8806.3333,8819.3333,8809.3333,8879.6667,8866.0000,8832.6667,8829.3333,8866.0000,8789.3333,8819.6667,8812.6667,8869.3333,8823.0000,8856.0000,8809.3333,8866.3333,8826.0000,8843.0000,8816.0000,8859.3333,8819.3333,8832.6667,8809.3333,8812.6667,8799.3333,8826.3333,8819.3333,8832.6667,8856.3333,8792.6667,8799.3333,8826.0000,8769.3333,8799.3333,8846.3333,8826.0000,8826.0000,8823.0000,8869.3333,8799.3333,8799.3333,8836.0000,8822.6667,8792.6667,8752.6667,8792.6667,8806.0000,8769.3333,8769.3333,8843.0000,8816.0000,8806.0000,8779.3333,8809.3333,8786.0000,8869.3333,8739.3333,8836.0000,8856.3333,8822.6667,8779.3333,8812.6667,8802.6667,8766.0000,8816.0000,8755.6667,8752.6667,8786.0000,8792.6667,8832.6667,8819.3333,8826.0000,8789.3333,8812.6667,8779.3333,8826.0000,8739.3333,8772.6667,8822.6667,8816.0000,8836.3333,8859.3333,8832.6667,8869.3333" +performing set operations between randomized regions - 2d,"union, large, native",100,1,15760000,159825.4000,159694.2900,160036.5800,831.6117,574.1630,1152.8271,"benchmark,grid","159871.0000,159160.0000,163488.0000,160813.0000,159651.0000,159560.0000,159220.0000,159410.0000,159831.0000,159330.0000,159781.0000,160312.0000,159270.0000,159190.0000,159630.0000,159811.0000,159280.0000,159520.0000,160081.0000,160262.0000,163508.0000,159410.0000,159891.0000,159360.0000,159490.0000,159460.0000,159831.0000,159380.0000,160071.0000,159601.0000,159921.0000,159711.0000,159380.0000,158979.0000,159871.0000,159250.0000,159280.0000,159921.0000,159210.0000,160092.0000,159640.0000,159861.0000,159881.0000,160141.0000,159681.0000,163167.0000,160192.0000,159650.0000,159661.0000,159721.0000,159400.0000,159440.0000,159501.0000,159550.0000,159991.0000,159830.0000,159640.0000,159460.0000,159360.0000,160552.0000,160001.0000,159991.0000,159540.0000,159861.0000,159460.0000,159350.0000,159721.0000,159280.0000,159601.0000,159320.0000,162836.0000,159390.0000,159790.0000,159591.0000,159911.0000,159971.0000,159320.0000,159160.0000,160091.0000,159751.0000,160252.0000,159951.0000,159631.0000,159360.0000,160051.0000,159460.0000,159350.0000,159661.0000,159080.0000,158929.0000,160121.0000,159701.0000,159340.0000,159140.0000,159670.0000,162607.0000,159460.0000,159991.0000,159891.0000,159551.0000" +performing set operations between randomized regions - 2d,"union, large, embedded in 3d",100,1,17030800,166809.0200,166049.3700,167651.3000,4074.9411,3711.6011,4575.3247,"benchmark,grid","163317.0000,167416.0000,177394.0000,172946.0000,172095.0000,175811.0000,171623.0000,171473.0000,171213.0000,171663.0000,171072.0000,171694.0000,171513.0000,172365.0000,171412.0000,171753.0000,171713.0000,171212.0000,171343.0000,171312.0000,171382.0000,171413.0000,170882.0000,171363.0000,171473.0000,171984.0000,170922.0000,171523.0000,174799.0000,171113.0000,171844.0000,172044.0000,171603.0000,171052.0000,172175.0000,171793.0000,177334.0000,165080.0000,164399.0000,163358.0000,163518.0000,163858.0000,163619.0000,163578.0000,164039.0000,163658.0000,163758.0000,164230.0000,163728.0000,164109.0000,163538.0000,163558.0000,167926.0000,163998.0000,163508.0000,164370.0000,163648.0000,163939.0000,163688.0000,163398.0000,164079.0000,163909.0000,163057.0000,164049.0000,163448.0000,163618.0000,163698.0000,163809.0000,163808.0000,163929.0000,163878.0000,163447.0000,163809.0000,163858.0000,163849.0000,163999.0000,163348.0000,167535.0000,164039.0000,164079.0000,164249.0000,163799.0000,163768.0000,163889.0000,163888.0000,163317.0000,163658.0000,163558.0000,164220.0000,163427.0000,163679.0000,163588.0000,163748.0000,163568.0000,163628.0000,163809.0000,163347.0000,163378.0000,163648.0000,163949.0000" +performing set operations between randomized regions - 2d,"intersection, large, native",100,2,4094200,20772.0100,20735.9800,20877.3250,286.3408,82.9864,617.6577,"benchmark,grid","20653.0000,20563.0000,21880.5000,20898.5000,20854.0000,20673.0000,20693.5000,20953.5000,20728.5000,20733.0000,20748.5000,20833.5000,20598.0000,20938.5000,20733.5000,20808.5000,20693.0000,20828.5000,20663.5000,20668.0000,20723.5000,20868.5000,20778.5000,20713.0000,20718.5000,20713.5000,20683.0000,20703.5000,23273.0000,20748.5000,20813.5000,20698.0000,20733.5000,20668.0000,20753.5000,20778.5000,20713.5000,20833.5000,20768.0000,20773.0000,20658.5000,20803.5000,20568.0000,20808.5000,20658.0000,20718.5000,20803.5000,20683.0000,20803.5000,20678.5000,20798.0000,20708.0000,20748.5000,20848.5000,20668.0000,20828.5000,20668.5000,20703.0000,20553.0000,20813.5000,20678.5000,20643.0000,20773.5000,20678.0000,20708.5000,20673.0000,20713.0000,20653.0000,20768.5000,20763.5000,20683.5000,20788.0000,20753.0000,20773.5000,20758.5000,20878.5000,20718.5000,20793.5000,20778.0000,20738.0000,20768.5000,20698.0000,20798.0000,20583.0000,20768.0000,20718.5000,20673.0000,20713.0000,20693.5000,20698.0000,20628.0000,20713.5000,20668.0000,20858.5000,20763.0000,20743.5000,20803.5000,20698.5000,20783.0000,20593.0000" +performing set operations between randomized regions - 2d,"intersection, large, embedded in 3d",100,2,4179400,21341.3100,21318.6300,21401.5650,176.5137,66.4974,368.9151,"benchmark,grid","21364.5000,21299.5000,22025.5000,21540.0000,21369.5000,21419.5000,21289.5000,21404.5000,21374.5000,21369.5000,21294.0000,21279.5000,21289.5000,21359.5000,21309.5000,21334.5000,21404.5000,21269.5000,21394.5000,21474.5000,21329.5000,21259.5000,21329.5000,21294.5000,21409.5000,21279.5000,21394.5000,21319.5000,21394.5000,21364.5000,21329.5000,21299.5000,21309.5000,21289.0000,21219.0000,21369.5000,21224.5000,21319.5000,21324.0000,21334.0000,21194.5000,21444.5000,21309.5000,21319.5000,21299.5000,21374.5000,21319.5000,21304.5000,21289.0000,21244.0000,21364.5000,21259.5000,21349.5000,21249.0000,21379.5000,21244.0000,21309.5000,21334.5000,21339.5000,21304.5000,21364.5000,21364.5000,21234.5000,21309.5000,21399.5000,22837.0000,21344.5000,21289.5000,21364.5000,21209.5000,21204.0000,21329.5000,21294.5000,21294.5000,21294.5000,21369.5000,21279.5000,21319.0000,21269.0000,21384.5000,21244.5000,21349.5000,21319.5000,21344.5000,21234.0000,21259.0000,21224.5000,21354.5000,21334.5000,21304.5000,21304.0000,21169.5000,21344.5000,21264.5000,21294.0000,21259.5000,21369.5000,21254.5000,21339.5000,21314.5000" +performing set operations between randomized regions - 2d,"difference, large, native",100,1,63014000,628824.7500,627138.7400,630568.4900,8765.8356,8136.4764,9950.7451,"benchmark,grid","641293.0000,645861.0000,641804.0000,633028.0000,633278.0000,637225.0000,634670.0000,638027.0000,634711.0000,635091.0000,637957.0000,638829.0000,637706.0000,635883.0000,636404.0000,637376.0000,634580.0000,636434.0000,636334.0000,633739.0000,633970.0000,635342.0000,633859.0000,632276.0000,642455.0000,637095.0000,635733.0000,635141.0000,637566.0000,638457.0000,634089.0000,632336.0000,634991.0000,635222.0000,631615.0000,635632.0000,639460.0000,643538.0000,633749.0000,653837.0000,617949.0000,621456.0000,625433.0000,618350.0000,621676.0000,621907.0000,618970.0000,620274.0000,619682.0000,625483.0000,624422.0000,622638.0000,619842.0000,621045.0000,619112.0000,624291.0000,620383.0000,618369.0000,618691.0000,618991.0000,618230.0000,620894.0000,623159.0000,619712.0000,619612.0000,618930.0000,616777.0000,617057.0000,622498.0000,620334.0000,618720.0000,619472.0000,619783.0000,619832.0000,623469.0000,624231.0000,620604.0000,618060.0000,620163.0000,616316.0000,616596.0000,626916.0000,620384.0000,622538.0000,618940.0000,619742.0000,617378.0000,619492.0000,640111.0000,637616.0000,633118.0000,638668.0000,635513.0000,631234.0000,636945.0000,631665.0000,634992.0000,632186.0000,642014.0000,633017.0000" +performing set operations between randomized regions - 2d,"difference, large, embedded in 3d",100,1,67104700,672878.5400,671093.1100,674450.9300,8509.3014,7508.9695,9474.1281,"benchmark,grid","658225.0000,657544.0000,681129.0000,681760.0000,676781.0000,678824.0000,676059.0000,677662.0000,676340.0000,680447.0000,676379.0000,677833.0000,675849.0000,677231.0000,675328.0000,678464.0000,678163.0000,675298.0000,676480.0000,676270.0000,678383.0000,679966.0000,678063.0000,675658.0000,676671.0000,677902.0000,680077.0000,678213.0000,675368.0000,675799.0000,679225.0000,676921.0000,682111.0000,676360.0000,678764.0000,679496.0000,675949.0000,677382.0000,679155.0000,677432.0000,677141.0000,678604.0000,676389.0000,675107.0000,679946.0000,674947.0000,676319.0000,676861.0000,675668.0000,676399.0000,680758.0000,676389.0000,676690.0000,674586.0000,675938.0000,675337.0000,682622.0000,676510.0000,675708.0000,678264.0000,677712.0000,675408.0000,684174.0000,676641.0000,674536.0000,677562.0000,675759.0000,679015.0000,681329.0000,675278.0000,676710.0000,676480.0000,675548.0000,674867.0000,681509.0000,691969.0000,658075.0000,657624.0000,660289.0000,657885.0000,663465.0000,661672.0000,657354.0000,659938.0000,656683.0000,656893.0000,660970.0000,659918.0000,660810.0000,657063.0000,658365.0000,658136.0000,662223.0000,660489.0000,659358.0000,658766.0000,657324.0000,657994.0000,662613.0000,658306.0000" +performing set operations between randomized regions - 3d,"union, small, native",100,7,2686600,3889.3757,3879.7900,3913.5286,68.5551,8.5785,124.7744,"benchmark,grid","3877.0000,3875.7143,4343.7143,3885.5714,3882.7143,3878.5714,3882.7143,3875.7143,3897.1429,3895.5714,3884.1429,3900.0000,3885.7143,3888.4286,3867.1429,3881.2857,3872.8571,3872.7143,3881.4286,3872.7143,3887.1429,3888.5714,3882.7143,3887.1429,3891.4286,4386.5714,3887.1429,3890.0000,3879.8571,3890.0000,3869.8571,3885.7143,3874.1429,3882.8571,3884.2857,3871.2857,3882.8571,3884.1429,3881.4286,3888.5714,3881.2857,3880.0000,3867.0000,3894.2857,3877.1429,3901.2857,3869.8571,3888.5714,3877.0000,3872.8571,3881.2857,3885.7143,3878.4286,3872.7143,3878.5714,3874.1429,3878.5714,3892.7143,3875.7143,3892.8571,3868.4286,3874.2857,3877.0000,3882.8571,3872.7143,3865.7143,3878.4286,3877.1429,3889.8571,3864.1429,3878.4286,3887.1429,3882.8571,3892.7143,3879.8571,3884.2857,3875.5714,3887.1429,3864.1429,3882.8571,3859.8571,3871.4286,3875.5714,3861.4286,3881.2857,3880.0000,3878.4286,3865.7143,3875.5714,3867.1429,3875.5714,3872.8571,3874.1429,3871.4286,3875.5714,3867.0000,3872.7143,3875.5714,3889.8571,3884.2857" +performing set operations between randomized regions - 3d,"intersection, small, native",100,173,2404700,139.6492,139.5820,139.7800,0.4599,0.2587,0.9029,"benchmark,grid","139.6763,139.6763,143.2659,139.9075,139.6185,139.5607,139.6185,138.8035,139.6763,139.6763,139.7341,139.6763,139.8497,139.7341,139.6763,139.7341,139.7283,139.6705,138.7514,139.7341,139.6763,140.0809,139.6763,139.7919,139.6185,139.7919,139.7283,139.6705,139.5607,138.8092,139.8497,139.6185,139.6763,139.6763,139.6127,139.7341,139.7341,139.6185,139.7341,139.6763,139.2717,139.8497,139.5029,139.6705,139.6127,139.6763,139.6763,139.8497,139.6763,139.6185,139.6763,138.8035,139.7919,139.5607,139.6763,139.7341,139.5029,139.6763,139.6763,139.6185,139.6127,139.8439,138.7457,140.1965,139.7341,139.6763,139.5607,139.6763,139.6185,139.8497,139.6127,139.6127,139.6185,138.6936,139.6185,139.6763,139.6127,139.7283,139.6763,139.6185,139.6763,139.7919,139.6185,139.8497,138.5723,139.4393,139.7919,139.6763,139.5607,139.6185,139.6185,139.6763,139.6763,139.6763,139.6705,138.8092,139.7341,140.0231,139.4451,139.7919" +performing set operations between randomized regions - 3d,"difference, small, native",100,18,2444400,1443.4611,1429.7994,1478.5789,103.8159,49.2573,213.9286,"benchmark,grid","1419.2778,1420.3333,2312.0000,1695.2778,1715.3889,1681.3889,1602.8889,1482.7222,1497.1667,1469.3333,1436.5000,1537.7778,1555.6111,1571.7778,1452.1111,1419.2222,1427.6111,1414.2222,1417.0556,1418.6667,1412.0556,1415.8889,1412.0000,1417.0556,1419.7778,1418.7222,1425.3889,1421.4444,1416.5000,1419.7778,1432.6111,1436.5000,1424.8333,1420.3333,1419.7778,1412.5556,1417.0556,1414.7778,1418.1667,1419.2222,1418.1667,1419.7778,1411.4444,1419.8333,1418.6667,1408.1667,1422.5556,1421.5000,1414.2222,1415.8889,1413.1111,1416.4444,1418.1667,1419.2222,1412.0000,1415.8889,1420.8889,1419.2222,1418.6667,1417.0000,1415.3333,1418.1667,1405.8889,1417.0000,1420.9444,1420.3333,1423.1111,1425.3889,1413.1111,1413.6667,1393.6111,1421.5000,1424.2222,1425.3889,1418.1667,1426.4444,1417.6111,1423.6667,1415.3333,1420.3333,1414.2222,1418.6667,1419.2778,1414.7778,1412.0000,1419.7778,1424.2778,1405.8889,1417.0000,1407.5556,1417.6111,1414.2222,1419.8333,1412.5556,1418.6667,1403.6111,1418.1667,1413.6667,1418.7222,1414.7778" +performing set operations between randomized regions - 3d,"union, medium, native",100,2,4321600,22885.0850,22455.9100,24946.1700,4094.7792,107.6633,9755.2035,"benchmark,grid","22532.0000,22762.0000,25202.0000,22787.0000,22537.0000,22541.5000,22557.0000,22546.5000,22366.5000,22537.0000,22446.5000,22451.5000,22386.5000,22361.5000,22411.5000,22381.5000,22396.5000,22356.5000,22446.5000,22396.5000,22376.5000,22396.5000,22371.5000,22356.5000,22361.0000,22421.5000,22521.5000,22421.5000,22476.5000,22416.5000,22476.5000,22596.5000,22341.0000,22497.0000,22436.5000,22416.5000,22617.0000,22516.5000,22311.5000,22451.5000,22371.5000,22396.5000,22431.5000,22341.5000,63524.5000,22687.0000,22291.0000,22236.5000,22331.0000,22311.0000,22426.5000,22326.5000,22401.5000,22401.5000,22426.5000,22331.5000,22376.5000,22421.5000,22381.5000,22366.5000,22496.5000,22341.5000,22241.0000,22486.5000,22356.0000,22547.0000,22461.5000,22511.5000,22451.5000,22526.5000,22617.0000,22486.5000,22452.0000,22471.5000,22501.5000,22401.5000,22416.5000,22487.0000,22341.0000,22406.5000,22442.0000,22641.5000,22271.0000,22476.5000,22492.0000,22331.0000,22482.0000,22456.5000,22446.5000,22557.0000,22491.5000,22526.5000,22562.0000,22537.0000,22361.0000,22477.0000,22446.5000,22592.0000,22426.5000,22526.5000" +performing set operations between randomized regions - 3d,"intersection, medium, native",100,10,2546000,2556.9290,2553.5560,2569.9170,30.2418,5.9892,70.7023,"benchmark,grid","2555.6000,2550.7000,2572.7000,2554.7000,2544.6000,2553.7000,2552.6000,2552.7000,2557.6000,2543.6000,2536.6000,2554.6000,2548.7000,2554.6000,2549.7000,2549.6000,2548.6000,2550.7000,2534.6000,2556.6000,2559.6000,2556.7000,2554.6000,2555.7000,2553.6000,2552.7000,2550.6000,2541.6000,2561.7000,2556.7000,2553.6000,2557.7000,2562.6000,2554.7000,2551.6000,2542.7000,2555.6000,2556.7000,2556.6000,2557.7000,2556.6000,2552.7000,2560.6000,2556.6000,2545.6000,2564.7000,2556.7000,2562.6000,2550.7000,2554.6000,2554.7000,2556.6000,2544.7000,2560.6000,2561.7000,2550.6000,2560.7000,2554.7000,2557.6000,2559.7000,2555.6000,2548.7000,2546.6000,2555.7000,2543.6000,2548.6000,2552.7000,2555.6000,2552.7000,2547.6000,2555.7000,2553.6000,2559.7000,2560.6000,2557.6000,2552.7000,2550.6000,2553.6000,2545.6000,2561.6000,2555.6000,2551.6000,2548.6000,2556.6000,2566.7000,2553.7000,2549.6000,2568.7000,2548.6000,2558.7000,2563.7000,2560.6000,2560.7000,2549.6000,2555.7000,2538.6000,2553.6000,2550.6000,2851.2000,2552.7000" +performing set operations between randomized regions - 3d,"difference, medium, native",100,3,3333300,10662.4167,10640.2267,10717.6967,165.2463,42.3970,312.3898,"benchmark,grid","10669.6667,10649.6667,11588.0000,10773.0000,10602.6667,10702.6667,10633.0000,10609.3333,10589.6667,10676.0000,10639.3333,10716.3333,10616.3333,10706.3333,10612.6667,10666.3333,10596.0000,10643.0000,10626.0000,10686.3333,10616.3333,10642.6667,10579.3333,10616.3333,10612.6667,10639.6667,10632.6667,10622.6667,10576.0000,10613.0000,10652.6667,10626.3333,10572.6667,10733.0000,10639.6667,10616.0000,10659.6667,10586.0000,10693.0000,10606.0000,10669.6667,10656.3333,10626.0000,10653.0000,10619.6667,10646.0000,10653.0000,10669.6667,10606.0000,10689.6667,10639.3333,10683.0000,10693.0000,10666.3333,10733.0000,10592.6667,10736.3333,10676.0000,10586.3333,10686.0000,10636.3333,10713.0000,10629.6667,10622.6667,10619.3333,10632.6667,10639.6667,10666.0000,10663.0000,10673.0000,10639.3333,10633.0000,10582.6667,10663.0000,10592.6667,10676.3333,10576.0000,10629.6667,10639.3333,11948.6667,10659.3333,10676.3333,10579.3333,10572.6667,10609.3333,10629.3333,10599.6667,10572.6667,10602.6667,10619.6667,10679.6667,10626.0000,10596.3333,10666.0000,10649.6667,10542.6667,10649.6667,10642.6667,10653.0000,10619.3333" +performing set operations between randomized regions - 3d,"union, large, native",100,1,212073500,2118572.4400,2105444.1200,2129829.6700,61601.5837,54455.4291,66864.4218,"benchmark,grid","2157697.0000,2155162.0000,2176072.0000,2157045.0000,2019024.0000,2016780.0000,2015447.0000,2019135.0000,2014234.0000,2015036.0000,2010137.0000,2019224.0000,2014536.0000,2019876.0000,2014845.0000,2048660.0000,2155021.0000,2159250.0000,2154370.0000,2157096.0000,2153579.0000,2159260.0000,2153960.0000,2159089.0000,2157817.0000,2153428.0000,2158277.0000,2154781.0000,2158999.0000,2154481.0000,2151104.0000,2154461.0000,2159961.0000,2154280.0000,2157807.0000,2154290.0000,2158268.0000,2159470.0000,2155002.0000,2156775.0000,2155473.0000,2166803.0000,2156724.0000,2157897.0000,2154421.0000,2157486.0000,2152707.0000,2157186.0000,2154641.0000,2157436.0000,2157967.0000,2154962.0000,2159600.0000,2153700.0000,2147347.0000,2014635.0000,2016900.0000,2013033.0000,2015567.0000,2024534.0000,2017611.0000,2017521.0000,2018743.0000,2013904.0000,2017591.0000,2014766.0000,2018292.0000,2013794.0000,2024214.0000,2016990.0000,2102542.0000,2153750.0000,2159319.0000,2154781.0000,2156836.0000,2153699.0000,2159180.0000,2153759.0000,2154911.0000,2156986.0000,2154761.0000,2158408.0000,2153349.0000,2157045.0000,2153017.0000,2164460.0000,2153889.0000,2158689.0000,2155472.0000,2158328.0000,2158619.0000,2155493.0000,2160131.0000,2154851.0000,2157847.0000,2154381.0000,2150623.0000,2155854.0000,2156224.0000,2153859.0000" +performing set operations between randomized regions - 3d,"intersection, large, native",100,2,2976800,14915.1850,14881.0600,14970.9550,217.2649,140.8333,379.0112,"benchmark,grid","14942.0000,14932.5000,15012.5000,14596.5000,14526.5000,14506.5000,14431.5000,14581.5000,14526.5000,14506.5000,14536.5000,14521.5000,16405.0000,15007.5000,14892.5000,14932.5000,15012.5000,14942.0000,15002.5000,15093.0000,14962.0000,14882.5000,14962.5000,14857.0000,14907.5000,14852.0000,14907.5000,14942.0000,14827.5000,14832.0000,14837.0000,14962.5000,14882.5000,14847.0000,14867.5000,14867.0000,14807.0000,14887.5000,14832.0000,14922.5000,14797.0000,14892.0000,14852.5000,14852.0000,14957.5000,14867.0000,14892.0000,14892.5000,14982.0000,15077.5000,15042.5000,14962.5000,14852.0000,14952.5000,14892.0000,14907.5000,14857.0000,14907.5000,14927.5000,14932.0000,15032.5000,14902.0000,15022.5000,14927.5000,14847.0000,15032.5000,14862.5000,14857.0000,14897.5000,15067.5000,14842.0000,14837.5000,14952.0000,14962.5000,14917.5000,14877.0000,14932.5000,14947.5000,14817.0000,14937.5000,14907.0000,14892.5000,14862.0000,15739.0000,14977.5000,15027.5000,15012.5000,15027.5000,15037.5000,15007.5000,14997.5000,14922.5000,15027.5000,14947.0000,14972.0000,15002.5000,15017.5000,14927.5000,15007.5000,14887.0000" +performing set operations between randomized regions - 3d,"difference, large, native",100,1,625225900,6230997.7600,6205192.2300,6253476.2700,122678.8977,107058.3779,137962.2888,"benchmark,grid","6319153.0000,6289937.0000,6199796.0000,6034614.0000,6011619.0000,5999836.0000,6043540.0000,6214514.0000,6280480.0000,6291098.0000,6301259.0000,6299314.0000,6409063.0000,6297802.0000,6060161.0000,6015057.0000,6008323.0000,6077154.0000,6024713.0000,6290138.0000,6295978.0000,6293955.0000,6278545.0000,6300617.0000,6315206.0000,6291009.0000,6336014.0000,6286230.0000,6285419.0000,6317789.0000,6315014.0000,6292111.0000,6285017.0000,6172275.0000,6024413.0000,5982655.0000,5969369.0000,6008935.0000,6187402.0000,6298132.0000,6282182.0000,6313351.0000,6281421.0000,6408421.0000,6338809.0000,6293423.0000,6278245.0000,6306668.0000,6492931.0000,6298363.0000,6283283.0000,6281782.0000,6281430.0000,6166463.0000,6023251.0000,5987605.0000,5967055.0000,5973347.0000,6187383.0000,6297741.0000,6296439.0000,6324522.0000,6278736.0000,6323079.0000,6284477.0000,6318130.0000,6275018.0000,6176823.0000,6057206.0000,6274238.0000,6293243.0000,6326236.0000,6290417.0000,6285429.0000,6279457.0000,6323590.0000,6314854.0000,6316356.0000,6306990.0000,6295386.0000,6277414.0000,6287753.0000,6208262.0000,6071383.0000,6002031.0000,6010528.0000,6025575.0000,6166444.0000,6294585.0000,6288885.0000,6298373.0000,6316778.0000,6349108.0000,6351303.0000,6281952.0000,6323621.0000,6288865.0000,6287452.0000,6290228.0000,6291800.0000" +"normalizing a fully mergeable, complex tiling of boxes - 2d","small, native",100,12,2593200,2252.9208,2248.9700,2262.2342,29.0990,8.9455,51.4117,"benchmark,grid","2251.5833,2245.7500,2438.5833,2271.5833,2247.5000,2252.4167,2267.5000,2261.5833,2260.8333,2259.9167,2257.5000,2252.4167,2239.0833,2249.9167,2267.5000,2254.0833,2248.2500,2250.7500,2267.4167,2267.4167,2265.8333,2249.9167,2250.7500,2256.6667,2257.4167,2251.6667,2248.2500,2239.0833,2241.5833,2252.4167,2245.7500,2255.8333,2259.0833,2253.3333,2257.4167,2247.4167,2254.1667,2248.2500,2249.0833,2249.0833,2245.7500,2244.9167,2246.5833,2247.4167,2262.5000,2237.4167,2245.7500,2241.5833,2246.5833,2253.3333,2246.5833,2264.9167,2245.8333,2244.0833,2258.2500,2244.9167,2233.2500,2247.4167,2249.0833,2254.0833,2243.2500,2242.4167,2237.4167,2240.7500,2251.6667,2240.7500,2257.4167,2243.2500,2251.6667,2261.5833,2255.8333,2226.5000,2243.3333,2244.0833,2246.5833,2246.5833,2238.2500,2231.5833,2244.9167,2256.6667,2244.0833,2252.4167,2239.9167,2260.8333,2455.3333,2236.5000,2235.6667,2237.3333,2240.7500,2245.7500,2246.5833,2244.0833,2244.9167,2244.9167,2244.9167,2255.7500,2242.4167,2235.7500,2234.0833,2240.7500" +"normalizing a fully mergeable, complex tiling of boxes - 2d","small, embedded in 3d",100,10,2602000,2345.1090,2342.6590,2354.4650,22.0166,4.2483,51.6500,"benchmark,grid","2339.3000,2347.2000,2559.7000,2355.3000,2348.2000,2349.2000,2347.3000,2341.2000,2344.3000,2348.2000,2345.3000,2350.2000,2345.2000,2341.3000,2337.2000,2345.3000,2334.2000,2345.2000,2348.3000,2342.3000,2341.2000,2345.3000,2338.2000,2333.2000,2338.3000,2344.2000,2343.3000,2340.2000,2339.3000,2337.2000,2346.3000,2335.2000,2337.3000,2345.2000,2336.3000,2337.2000,2344.3000,2341.2000,2340.2000,2342.2000,2338.2000,2338.2000,2342.2000,2338.3000,2336.2000,2346.3000,2340.2000,2341.3000,2335.2000,2346.3000,2340.2000,2339.3000,2342.2000,2346.3000,2347.2000,2334.2000,2338.2000,2347.2000,2344.2000,2346.3000,2347.2000,2346.3000,2340.2000,2348.3000,2341.2000,2340.3000,2351.3000,2341.2000,2344.3000,2348.2000,2345.3000,2343.2000,2348.3000,2338.2000,2346.3000,2344.2000,2339.3000,2342.2000,2349.3000,2344.3000,2344.2000,2351.3000,2342.2000,2339.3000,2340.2000,2345.3000,2343.2000,2341.3000,2342.2000,2343.3000,2344.2000,2342.2000,2346.3000,2342.2000,2344.3000,2342.2000,2343.3000,2334.2000,2348.3000,2354.2000" +"normalizing a fully mergeable, complex tiling of boxes - 2d","large, native",100,1,149983600,1516877.2600,1511874.8400,1521513.0300,24568.6374,20437.5513,31846.5807,"benchmark,grid","1467099.0000,1471506.0000,1470103.0000,1466286.0000,1471847.0000,1466527.0000,1471566.0000,1465144.0000,1468630.0000,1471116.0000,1465515.0000,1466608.0000,1506853.0000,1524577.0000,1528654.0000,1523996.0000,1525519.0000,1529827.0000,1526280.0000,1525048.0000,1528445.0000,1523234.0000,1527582.0000,1525659.0000,1523996.0000,1526661.0000,1524657.0000,1522853.0000,1528985.0000,1525278.0000,1530909.0000,1526621.0000,1524106.0000,1526922.0000,1525649.0000,1527904.0000,1526841.0000,1524968.0000,1529175.0000,1525419.0000,1524527.0000,1527413.0000,1524707.0000,1529126.0000,1524276.0000,1525238.0000,1527282.0000,1525318.0000,1530278.0000,1526691.0000,1524277.0000,1529626.0000,1525178.0000,1523835.0000,1527333.0000,1524296.0000,1530087.0000,1525238.0000,1524787.0000,1528865.0000,1524577.0000,1525058.0000,1530839.0000,1525439.0000,1529627.0000,1526039.0000,1526471.0000,1532472.0000,1526551.0000,1621320.0000,1526882.0000,1524817.0000,1529245.0000,1524065.0000,1524918.0000,1530909.0000,1525148.0000,1529246.0000,1523245.0000,1525118.0000,1528204.0000,1523825.0000,1528265.0000,1525519.0000,1524296.0000,1527082.0000,1524477.0000,1522443.0000,1531169.0000,1526391.0000,1529697.0000,1525208.0000,1525880.0000,1527843.0000,1474883.0000,1469152.0000,1472117.0000,1465745.0000,1470415.0000,1466186.0000" +"normalizing a fully mergeable, complex tiling of boxes - 2d","large, embedded in 3d",100,1,170122200,1721799.5800,1716495.7100,1725100.2800,20922.0409,14458.2555,27773.0499,"benchmark,grid","1732120.0000,1726459.0000,1680222.0000,1645005.0000,1642010.0000,1650525.0000,1646077.0000,1652530.0000,1645216.0000,1655194.0000,1729185.0000,1728173.0000,1728504.0000,1727461.0000,1728423.0000,1725719.0000,1729064.0000,1723444.0000,1725879.0000,1730437.0000,1727632.0000,1728443.0000,1726710.0000,1728193.0000,1728714.0000,1726910.0000,1728915.0000,1725237.0000,1729275.0000,1727762.0000,1732821.0000,1727021.0000,1725086.0000,1730827.0000,1725888.0000,1729375.0000,1724777.0000,1729826.0000,1726279.0000,1726750.0000,1728874.0000,1723725.0000,1730257.0000,1726509.0000,1730006.0000,1726209.0000,1731118.0000,1727262.0000,1726710.0000,1730697.0000,1725127.0000,1730918.0000,1723675.0000,1728954.0000,1725979.0000,1723695.0000,1727651.0000,1725968.0000,1728944.0000,1727772.0000,1731168.0000,1726440.0000,1723654.0000,1731319.0000,1725668.0000,1729716.0000,1727902.0000,1730508.0000,1724425.0000,1730988.0000,1728914.0000,1726349.0000,1728383.0000,1726499.0000,1730217.0000,1726129.0000,1726800.0000,1729786.0000,1727582.0000,1731469.0000,1725248.0000,1729134.0000,1724817.0000,1726349.0000,1729976.0000,1725779.0000,1730998.0000,1724746.0000,1731179.0000,1723644.0000,1731619.0000,1726499.0000,1727372.0000,1731188.0000,1727502.0000,1730306.0000,1726940.0000,1730177.0000,1728974.0000,1725457.0000" +benchmark independent task pattern with N tasks - 100,task generation,100,1,1063947400,11029865.7300,10699505.5700,11267085.6800,1414257.9067,1058306.8321,1982197.0625,"benchmark,indep-tasks,system-benchmarks","11445015.0000,11453361.0000,11166498.0000,12120655.0000,12223209.0000,11933531.0000,11057751.0000,9523664.0000,8819000.0000,9349434.0000,10537125.0000,11884698.0000,11465534.0000,11901970.0000,11904256.0000,11560674.0000,10806655.0000,10051905.0000,10486760.0000,11754671.0000,11961163.0000,10900473.0000,10738587.0000,10023762.0000,10786027.0000,10454919.0000,10907476.0000,10960297.0000,11703405.0000,11977524.0000,10950398.0000,10743416.0000,10500746.0000,9123376.0000,9758840.0000,10919098.0000,11681924.0000,11000593.0000,11689809.0000,11903854.0000,11399969.0000,10913657.0000,11722611.0000,9854421.0000,9064023.0000,8928247.0000,8928005.0000,10650961.0000,11875240.0000,11846355.0000,12048949.0000,11962425.0000,11906449.0000,11327433.0000,10620362.0000,4484195.0000,10142978.0000,10555449.0000,11308837.0000,11933741.0000,11903494.0000,11352369.0000,9715839.0000,9469041.0000,8934759.0000,9962736.0000,11018357.0000,11875320.0000,11991812.0000,11903383.0000,12040583.0000,12367883.0000,12242095.0000,11816109.0000,11969408.0000,11877945.0000,6541543.0000,4418641.0000,11556416.0000,13372347.0000,12409763.0000,11428093.0000,11352240.0000,11512172.0000,11620999.0000,12105937.0000,11292376.0000,11393097.0000,11419997.0000,11567737.0000,13242341.0000,11671854.0000,11432110.0000,11484510.0000,11395602.0000,13299999.0000,11020991.0000,11919104.0000,11496032.0000,11985179.0000" +benchmark independent task pattern with N tasks - 1000,task generation,100,1,7872779500,106108729.4800,103333831.9200,108556117.3800,13313051.3500,11864179.2740,15151185.6166,"benchmark,indep-tasks,system-benchmarks","101747025.0000,105155745.0000,93971723.0000,89151019.0000,92921673.0000,74864717.0000,112492638.0000,91710048.0000,110302328.0000,76493264.0000,110872347.0000,117444281.0000,110830639.0000,118094143.0000,118159746.0000,90014885.0000,118335028.0000,115566002.0000,84941763.0000,118359965.0000,119844539.0000,118573309.0000,100035373.0000,108337675.0000,123012842.0000,116781495.0000,112844114.0000,79422475.0000,95587184.0000,101767595.0000,114603087.0000,106920249.0000,87239306.0000,84214735.0000,122254986.0000,109953116.0000,97973566.0000,122759653.0000,88928397.0000,109292795.0000,117719753.0000,118262300.0000,116964020.0000,119199577.0000,109181944.0000,112794049.0000,119517369.0000,110631882.0000,117128973.0000,120935917.0000,121551934.0000,115693483.0000,108174174.0000,86990314.0000,119573565.0000,119011730.0000,92767050.0000,116202066.0000,114438605.0000,87468139.0000,113086783.0000,115533430.0000,82195909.0000,115813810.0000,110201306.0000,87930776.0000,114244588.0000,116362380.0000,104712795.0000,68013926.0000,116943572.0000,116437032.0000,99769158.0000,100157504.0000,88032188.0000,82429733.0000,88804913.0000,113102023.0000,104898417.0000,95674439.0000,114576657.0000,113349562.0000,91066147.0000,93334065.0000,111601579.0000,107748688.0000,116902553.0000,119323711.0000,119307360.0000,109323001.0000,101365433.0000,89982453.0000,120147071.0000,114513156.0000,110471236.0000,98786115.0000,80782511.0000,115788032.0000,116396004.0000,115780618.0000" +benchmark independent task pattern with N tasks - 5000,task generation,100,1,57783611600,458938284.0000,447602122.4600,469754169.2900,56802692.0596,49313484.0603,65879049.0606,"benchmark,indep-tasks,system-benchmarks","408366029.0000,459085914.0000,551206124.0000,457082812.0000,312490848.0000,409819312.0000,516245307.0000,529009733.0000,423200769.0000,520971311.0000,556138689.0000,512373930.0000,418667298.0000,473911488.0000,425981968.0000,460952673.0000,435531873.0000,433254999.0000,449309971.0000,363575475.0000,479326267.0000,440064401.0000,527321562.0000,487282513.0000,481034845.0000,481881640.0000,512392523.0000,431672638.0000,508987010.0000,491336393.0000,506232469.0000,437894058.0000,430914482.0000,489257073.0000,460023370.0000,425079315.0000,409277562.0000,452474264.0000,407783822.0000,436020556.0000,445237531.0000,365571295.0000,413458234.0000,356025958.0000,390407616.0000,469216117.0000,468721319.0000,479590173.0000,445619094.0000,437272518.0000,400128425.0000,525145734.0000,508947992.0000,578161863.0000,507499938.0000,508152043.0000,439171324.0000,534485462.0000,587481390.0000,476827617.0000,584813234.0000,535020855.0000,553489019.0000,430234850.0000,461444970.0000,435353459.0000,456626268.0000,487823812.0000,443903059.0000,476397169.0000,413414347.0000,544043260.0000,423693033.0000,468237659.0000,564195895.0000,499017592.0000,461762539.0000,461673080.0000,477890088.0000,444605719.0000,482086440.0000,421644561.0000,452732818.0000,450937106.0000,495225715.0000,437497259.0000,475532970.0000,453930066.0000,451411003.0000,455571737.0000,490404620.0000,396248629.0000,355329072.0000,335834162.0000,337485190.0000,326929028.0000,334305976.0000,411027192.0000,463381734.0000,492118286.0000" +benchmark stencil pattern with N time steps - 50,iterations,100,1,302897100,3100955.9300,2909322.7500,3279035.5200,938572.6358,865997.6296,999500.4898,"benchmark,stencil,system-benchmarks","3687305.0000,2939618.0000,3463972.0000,3484561.0000,3426280.0000,3542190.0000,3425739.0000,3396964.0000,3007406.0000,1729885.0000,1783216.0000,1676104.0000,1703906.0000,1756056.0000,1730097.0000,1787816.0000,2578534.0000,1834414.0000,1749053.0000,1776635.0000,1786733.0000,1807452.0000,1768970.0000,1774581.0000,1846516.0000,1783216.0000,3072550.0000,3478669.0000,3396633.0000,3536308.0000,3280875.0000,3364653.0000,3704898.0000,3449704.0000,3948069.0000,4384165.0000,4164027.0000,3881082.0000,3905348.0000,3725357.0000,3367870.0000,3752148.0000,3671094.0000,3980280.0000,4122590.0000,3994717.0000,3946296.0000,3860734.0000,3861605.0000,4527568.0000,3371807.0000,3551739.0000,3813373.0000,3600050.0000,3600420.0000,3597815.0000,3657649.0000,3833071.0000,3754542.0000,3927260.0000,3755204.0000,3740736.0000,3774330.0000,3113979.0000,1806691.0000,1938030.0000,1809407.0000,1891432.0000,1814697.0000,1923763.0000,1809446.0000,1810017.0000,1915969.0000,1809307.0000,1863168.0000,1836818.0000,1942339.0000,1809377.0000,1888276.0000,1789689.0000,2387893.0000,3830707.0000,3825076.0000,3997673.0000,4079539.0000,4144922.0000,4146506.0000,3926037.0000,4142467.0000,4153147.0000,3862166.0000,3902744.0000,4008253.0000,4060623.0000,3889779.0000,3920237.0000,4090619.0000,3803366.0000,3745394.0000,3803585.0000" +benchmark stencil pattern with N time steps - 1000,iterations,100,1,7176102600,55291765.5100,52962019.1700,57710344.6600,12153301.2135,11102283.0046,13362946.4828,"benchmark,stencil,system-benchmarks","47923185.0000,46248953.0000,60370601.0000,38234316.0000,57681877.0000,66462905.0000,65144998.0000,41457654.0000,56567805.0000,55099272.0000,36364463.0000,65457069.0000,64277935.0000,70001380.0000,63087840.0000,67039678.0000,44524785.0000,49511826.0000,44642910.0000,57441020.0000,70542706.0000,49818526.0000,50709254.0000,45857281.0000,40187868.0000,33596258.0000,37357204.0000,65806411.0000,70292071.0000,71957014.0000,67882675.0000,66496468.0000,63434907.0000,57567288.0000,43116327.0000,44560183.0000,66702238.0000,65327303.0000,75391303.0000,77925004.0000,68698009.0000,73969458.0000,71608225.0000,76970936.0000,76403029.0000,77145497.0000,76475507.0000,76426033.0000,42618132.0000,60977831.0000,56667825.0000,68540882.0000,50222091.0000,47005846.0000,40290513.0000,75157219.0000,51067703.0000,46166828.0000,46169241.0000,73499548.0000,54785909.0000,48767434.0000,48747267.0000,47489955.0000,45392991.0000,42868688.0000,64699363.0000,63230790.0000,42905407.0000,57827652.0000,42352229.0000,60381843.0000,64020876.0000,57629026.0000,48993012.0000,57034870.0000,46909614.0000,46464921.0000,39082683.0000,44014579.0000,44228013.0000,77454231.0000,41860697.0000,45430542.0000,45702757.0000,45472210.0000,60757103.0000,48567977.0000,43884131.0000,46982913.0000,60991027.0000,45507448.0000,37101088.0000,62471792.0000,33938556.0000,57799569.0000,47724198.0000,42761895.0000,53823084.0000,44969097.0000" diff --git a/ci/perf/gpuc2_bench.md b/ci/perf/gpuc2_bench.md index 93e0ba01e..fed71a9da 100644 --- a/ci/perf/gpuc2_bench.md +++ b/ci/perf/gpuc2_bench.md @@ -2,154 +2,156 @@ | Metadata | | | :------- | :------------------- | -| Created | 2023-09-13T22:20:03Z | +| Created | 2023-10-24T09:36:31Z | | Test case | Benchmark name | Min | Mean | Std dev | | :------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------- | -------------: | -------------: | ------------: | -| benchmark intrusive graph dependency handling with N nodes - 1 | creating nodes | 4.47 | 4.48 | 0.01 | -| benchmark intrusive graph dependency handling with N nodes - 1 | creating and adding dependencies | 21.30 | 22.37 | 3.91 | -| benchmark intrusive graph dependency handling with N nodes - 1 | adding and removing dependencies | 15.45 | 15.50 | 0.19 | -| benchmark intrusive graph dependency handling with N nodes - 1 | checking for dependencies | 1.37 | 1.40 | 0.25 | -| benchmark intrusive graph dependency handling with N nodes - 10 | creating nodes | 38.87 | 39.89 | 6.77 | -| benchmark intrusive graph dependency handling with N nodes - 10 | creating and adding dependencies | 236.53 | 238.29 | 3.49 | -| benchmark intrusive graph dependency handling with N nodes - 10 | adding and removing dependencies | 219.04 | 222.47 | 3.71 | -| benchmark intrusive graph dependency handling with N nodes - 10 | checking for dependencies | 23.52 | 23.73 | 0.39 | -| benchmark intrusive graph dependency handling with N nodes - 100 | creating nodes | 390.05 | 405.53 | 86.19 | -| benchmark intrusive graph dependency handling with N nodes - 100 | creating and adding dependencies | 3'927.17 | 4'128.78 | 80.35 | -| benchmark intrusive graph dependency handling with N nodes - 100 | adding and removing dependencies | 4'668.50 | 4'722.76 | 58.53 | -| benchmark intrusive graph dependency handling with N nodes - 100 | checking for dependencies | 1'648.33 | 1'705.35 | 26.76 | -| benchmark task handling > without access thread | generating and deleting tasks | 2'995'025.00 | 3'424'395.69 | 281'411.97 | -| benchmark task handling > with access thread | generating and deleting tasks with access thread | 7'245'151.00 | 7'845'350.37 | 271'314.88 | -| generating large task graphs | soup topology | 842'345.00 | 846'146.14 | 2'384.21 | -| generating large task graphs | chain topology | 35'165.00 | 35'539.63 | 544.48 | -| generating large task graphs | expanding tree topology | 55'774.00 | 56'693.66 | 1'574.18 | -| generating large task graphs | contracting tree topology | 78'316.00 | 79'067.31 | 951.42 | -| generating large task graphs | wave\_sim topology | 284'167.00 | 286'648.25 | 6'443.57 | -| generating large task graphs | jacobi topology | 102'122.00 | 102'852.12 | 950.72 | -| generating large command graphs for N nodes - 1 | soup topology | 1'568'912.00 | 1'576'571.76 | 4'371.09 | -| generating large command graphs for N nodes - 1 | chain topology | 106'460.00 | 110'380.01 | 7'549.18 | -| generating large command graphs for N nodes - 1 | expanding tree topology | 160'252.00 | 162'664.59 | 3'103.87 | -| generating large command graphs for N nodes - 1 | contracting tree topology | 182'343.00 | 200'797.15 | 13'819.32 | -| generating large command graphs for N nodes - 1 | wave\_sim topology | 924'010.00 | 1'046'738.34 | 70'294.77 | -| generating large command graphs for N nodes - 1 | jacobi topology | 348'028.00 | 351'385.19 | 6'675.62 | -| generating large command graphs for N nodes - 4 | soup topology | 1'673'891.00 | 1'922'108.22 | 130'770.15 | -| generating large command graphs for N nodes - 4 | chain topology | 328'541.00 | 358'519.14 | 24'324.94 | -| generating large command graphs for N nodes - 4 | expanding tree topology | 453'568.00 | 459'281.24 | 13'581.67 | -| generating large command graphs for N nodes - 4 | contracting tree topology | 486'461.00 | 490'426.63 | 3'034.51 | -| generating large command graphs for N nodes - 4 | wave\_sim topology | 1'936'909.00 | 2'210'197.98 | 127'731.56 | -| generating large command graphs for N nodes - 4 | jacobi topology | 821'455.00 | 825'648.05 | 3'132.03 | -| generating large command graphs for N nodes - 16 | soup topology | 2'176'814.00 | 2'520'158.20 | 199'963.70 | -| generating large command graphs for N nodes - 16 | chain topology | 1'076'578.00 | 1'230'936.94 | 48'272.08 | -| generating large command graphs for N nodes - 16 | expanding tree topology | 954'317.00 | 1'090'513.93 | 70'598.19 | -| generating large command graphs for N nodes - 16 | contracting tree topology | 1'024'981.00 | 1'205'571.59 | 45'443.57 | -| generating large command graphs for N nodes - 16 | wave\_sim topology | 3'523'547.00 | 4'149'140.30 | 306'017.93 | -| generating large command graphs for N nodes - 16 | jacobi topology | 2'015'138.00 | 2'322'835.48 | 161'050.67 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | soup topology | 1'337'884.00 | 1'600'797.17 | 81'568.57 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | chain topology | 108'073.00 | 119'607.87 | 10'040.26 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | expanding tree topology | 184'107.00 | 187'228.94 | 8'079.39 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | contracting tree topology | 213'382.00 | 215'863.90 | 1'647.01 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | wave\_sim topology | 1'080'446.00 | 1'091'880.72 | 5'120.88 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | jacobi topology | 354'219.00 | 356'168.73 | 1'737.65 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | soup topology | 1'023'959.00 | 1'244'412.08 | 148'228.25 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | chain topology | 236'176.00 | 297'619.37 | 43'480.44 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | expanding tree topology | 281'281.00 | 383'519.43 | 38'540.43 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | contracting tree topology | 344'691.00 | 426'523.86 | 38'940.30 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | wave\_sim topology | 947'444.00 | 1'123'712.84 | 156'168.34 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | jacobi topology | 473'937.00 | 525'035.97 | 75'981.37 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | soup topology | 2'622'759.00 | 2'643'829.64 | 21'804.80 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | chain topology | 420'074.00 | 423'334.28 | 10'691.60 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | expanding tree topology | 488'183.00 | 493'179.09 | 11'358.64 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | contracting tree topology | 517'279.00 | 521'654.42 | 10'967.43 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | wave\_sim topology | 3'128'929.00 | 3'149'747.39 | 22'516.04 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | jacobi topology | 856'471.00 | 864'048.38 | 15'214.53 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | soup topology | 2'079'990.00 | 2'270'284.24 | 103'417.84 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | chain topology | 417'790.00 | 493'717.02 | 22'202.11 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | expanding tree topology | 518'340.00 | 558'604.23 | 26'094.34 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | contracting tree topology | 481'240.00 | 547'150.17 | 41'470.70 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | wave\_sim topology | 2'783'384.00 | 3'017'446.20 | 179'435.41 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | jacobi topology | 798'912.00 | 893'464.74 | 38'529.43 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | soup topology | 1'706'382.00 | 2'036'080.12 | 80'917.53 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | chain topology | 333'140.00 | 377'710.08 | 20'580.44 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | expanding tree topology | 402'421.00 | 435'948.47 | 27'895.65 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | contracting tree topology | 493'684.00 | 498'230.49 | 6'140.59 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | wave\_sim topology | 1'935'096.00 | 2'233'613.70 | 124'485.60 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | jacobi topology | 709'613.00 | 789'390.85 | 62'343.45 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | soup topology | 1'269'184.00 | 1'410'411.03 | 147'296.13 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | chain topology | 480'418.00 | 584'265.31 | 100'372.51 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | expanding tree topology | 628'109.00 | 731'552.29 | 99'750.59 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | contracting tree topology | 640'822.00 | 750'304.55 | 116'610.09 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | wave\_sim topology | 1'921'931.00 | 2'200'987.60 | 308'575.49 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | jacobi topology | 845'140.00 | 986'959.93 | 127'677.38 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | soup topology | 2'707'059.00 | 3'006'296.04 | 124'500.35 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | chain topology | 678'003.00 | 680'884.60 | 2'425.30 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | expanding tree topology | 705'586.00 | 755'875.16 | 34'583.80 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | contracting tree topology | 730'022.00 | 783'766.63 | 30'291.52 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | wave\_sim topology | 3'976'145.00 | 4'266'970.31 | 141'450.87 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | jacobi topology | 1'214'650.00 | 1'305'467.72 | 56'317.33 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | soup topology | 2'089'278.00 | 2'348'000.44 | 101'285.31 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | chain topology | 491'149.00 | 580'949.21 | 89'268.04 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | expanding tree topology | 553'757.00 | 699'407.36 | 138'578.73 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | contracting tree topology | 697'890.00 | 764'423.47 | 61'133.08 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | wave\_sim topology | 2'762'885.00 | 3'090'336.68 | 249'339.41 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | jacobi topology | 935'321.00 | 1'024'683.71 | 95'665.10 | -| normalizing randomized box sets - 2d | small, native | 576.86 | 582.50 | 12.98 | -| normalizing randomized box sets - 2d | small, embedded in 3d | 684.97 | 693.52 | 3.99 | -| normalizing randomized box sets - 2d | medium, native | 5'575.00 | 5'644.78 | 176.74 | -| normalizing randomized box sets - 2d | medium, embedded in 3d | 6'807.50 | 6'879.02 | 190.13 | -| normalizing randomized box sets - 2d | large, native | 194'236.00 | 198'399.10 | 4'248.34 | -| normalizing randomized box sets - 2d | large, embedded in 3d | 212'641.00 | 213'858.22 | 1'146.76 | -| normalizing randomized box sets - 3d | small - native | 2'494.50 | 2'522.03 | 57.51 | -| normalizing randomized box sets - 3d | medium - native | 9'487.33 | 9'601.41 | 130.64 | -| normalizing randomized box sets - 3d | large - native | 2'045'595.00 | 2'181'704.29 | 42'323.31 | -| normalizing a fully mergeable tiling of boxes - 1 | small, native | 28.16 | 28.37 | 0.20 | -| normalizing a fully mergeable tiling of boxes - 1 | small, embedded in 3d | 49.84 | 50.58 | 0.65 | -| normalizing a fully mergeable tiling of boxes - 1 | medium, native | 298.76 | 303.73 | 4.37 | -| normalizing a fully mergeable tiling of boxes - 1 | medium, embedded in 3d | 426.58 | 427.92 | 1.55 | -| normalizing a fully mergeable tiling of boxes - 1 | large, native | 7'451.25 | 7'542.91 | 39.78 | -| normalizing a fully mergeable tiling of boxes - 1 | large, embedded in 3d | 13'014.00 | 13'103.66 | 160.86 | -| normalizing a fully mergeable tiling of boxes - 2 | small, native | 95.48 | 95.81 | 0.36 | -| normalizing a fully mergeable tiling of boxes - 2 | small, embedded in 3d | 122.76 | 124.87 | 1.67 | -| normalizing a fully mergeable tiling of boxes - 2 | medium, native | 812.18 | 897.33 | 37.78 | -| normalizing a fully mergeable tiling of boxes - 2 | medium, embedded in 3d | 1'015.58 | 1'027.95 | 18.18 | -| normalizing a fully mergeable tiling of boxes - 2 | large, native | 36'808.00 | 37'302.12 | 604.58 | -| normalizing a fully mergeable tiling of boxes - 2 | large, embedded in 3d | 37'429.00 | 37'847.07 | 683.73 | -| normalizing a fully mergeable tiling of boxes - 3 | small, native | 216.15 | 217.20 | 5.16 | -| normalizing a fully mergeable tiling of boxes - 3 | medium, native | 1'464.41 | 1'477.86 | 29.79 | -| normalizing a fully mergeable tiling of boxes - 3 | large, native | 44'191.00 | 45'351.96 | 1'842.96 | -| performing set operations between randomized regions - 2d | union, small, native | 896.07 | 908.91 | 15.53 | -| performing set operations between randomized regions - 2d | union, small, embedded in 3d | 1'035.62 | 1'043.33 | 7.72 | -| performing set operations between randomized regions - 2d | intersection, small, native | 237.84 | 240.37 | 2.62 | -| performing set operations between randomized regions - 2d | intersection, small, embedded in 3d | 247.26 | 248.54 | 4.19 | -| performing set operations between randomized regions - 2d | difference, small, native | 946.71 | 957.04 | 22.25 | -| performing set operations between randomized regions - 2d | difference, small, embedded in 3d | 1'236.10 | 1'260.07 | 39.85 | -| performing set operations between randomized regions - 2d | union, medium, native | 13'309.50 | 13'520.11 | 289.40 | -| performing set operations between randomized regions - 2d | union, medium, embedded in 3d | 13'274.00 | 13'414.25 | 221.79 | -| performing set operations between randomized regions - 2d | intersection, medium, native | 2'248.64 | 2'269.85 | 38.06 | -| performing set operations between randomized regions - 2d | intersection, medium, embedded in 3d | 2'262.27 | 2'275.09 | 6.07 | -| performing set operations between randomized regions - 2d | difference, medium, native | 7'617.00 | 7'684.27 | 184.67 | -| performing set operations between randomized regions - 2d | difference, medium, embedded in 3d | 8'655.67 | 8'776.57 | 99.63 | -| performing set operations between randomized regions - 2d | union, large, native | 152'306.00 | 158'790.42 | 3'202.13 | -| performing set operations between randomized regions - 2d | union, large, embedded in 3d | 170'742.00 | 171'597.90 | 1'027.79 | -| performing set operations between randomized regions - 2d | intersection, large, native | 18'619.00 | 18'786.43 | 276.17 | -| performing set operations between randomized regions - 2d | intersection, large, embedded in 3d | 21'044.00 | 21'257.08 | 201.49 | -| performing set operations between randomized regions - 2d | difference, large, native | 619'232.00 | 637'186.54 | 6'731.01 | -| performing set operations between randomized regions - 2d | difference, large, embedded in 3d | 655'330.00 | 671'807.46 | 9'628.90 | -| performing set operations between randomized regions - 3d | union, small, native | 3'854.14 | 3'955.04 | 691.17 | -| performing set operations between randomized regions - 3d | intersection, small, native | 145.36 | 148.53 | 2.79 | -| performing set operations between randomized regions - 3d | difference, small, native | 1'402.05 | 1'419.09 | 25.81 | -| performing set operations between randomized regions - 3d | union, medium, native | 22'256.00 | 22'534.12 | 578.26 | -| performing set operations between randomized regions - 3d | intersection, medium, native | 2'539.60 | 2'556.76 | 7.59 | -| performing set operations between randomized regions - 3d | difference, medium, native | 11'284.00 | 11'406.79 | 157.01 | -| performing set operations between randomized regions - 3d | union, large, native | 2'009'397.00 | 2'124'888.38 | 54'775.44 | -| performing set operations between randomized regions - 3d | intersection, large, native | 14'927.50 | 15'050.97 | 162.09 | -| performing set operations between randomized regions - 3d | difference, large, native | 5'950'517.00 | 6'214'396.70 | 121'809.78 | -| normalizing a fully mergeable, complex tiling of boxes - 2d | small, native | 2'256.82 | 2'282.28 | 48.18 | -| normalizing a fully mergeable, complex tiling of boxes - 2d | small, embedded in 3d | 2'612.56 | 2'652.48 | 62.81 | -| normalizing a fully mergeable, complex tiling of boxes - 2d | large, native | 1'458'242.00 | 1'507'627.13 | 28'957.71 | -| normalizing a fully mergeable, complex tiling of boxes - 2d | large, embedded in 3d | 1'634'486.00 | 1'712'567.64 | 32'238.63 | -| benchmark independent task pattern with N tasks - 100 | task generation | 6'192'687.00 | 12'193'683.31 | 1'470'621.65 | -| benchmark independent task pattern with N tasks - 1000 | task generation | 65'959'148.00 | 96'791'314.06 | 16'023'733.20 | -| benchmark independent task pattern with N tasks - 5000 | task generation | 358'568'136.00 | 512'098'930.33 | 53'032'970.90 | +| benchmark intrusive graph dependency handling with N nodes - 1 | creating nodes | 4.44 | 4.47 | 0.03 | +| benchmark intrusive graph dependency handling with N nodes - 1 | creating and adding dependencies | 22.68 | 22.88 | 0.09 | +| benchmark intrusive graph dependency handling with N nodes - 1 | adding and removing dependencies | 15.45 | 16.04 | 3.06 | +| benchmark intrusive graph dependency handling with N nodes - 1 | checking for dependencies | 1.33 | 1.33 | 0.00 | +| benchmark intrusive graph dependency handling with N nodes - 10 | creating nodes | 38.86 | 39.01 | 0.34 | +| benchmark intrusive graph dependency handling with N nodes - 10 | creating and adding dependencies | 218.07 | 220.00 | 4.23 | +| benchmark intrusive graph dependency handling with N nodes - 10 | adding and removing dependencies | 214.81 | 221.61 | 53.45 | +| benchmark intrusive graph dependency handling with N nodes - 10 | checking for dependencies | 22.46 | 23.47 | 0.80 | +| benchmark intrusive graph dependency handling with N nodes - 100 | creating nodes | 346.25 | 349.58 | 6.09 | +| benchmark intrusive graph dependency handling with N nodes - 100 | creating and adding dependencies | 4'205.83 | 4'263.77 | 23.63 | +| benchmark intrusive graph dependency handling with N nodes - 100 | adding and removing dependencies | 3'975.50 | 4'000.38 | 86.35 | +| benchmark intrusive graph dependency handling with N nodes - 100 | checking for dependencies | 1'899.62 | 1'910.35 | 19.06 | +| benchmark task handling > without access thread | generating and deleting tasks | 3'120'421.00 | 3'644'280.25 | 305'724.88 | +| benchmark task handling > with access thread | generating and deleting tasks with access thread | 7'812'472.00 | 8'820'157.29 | 621'997.06 | +| generating large task graphs | soup topology | 740'792.00 | 868'997.22 | 29'390.26 | +| generating large task graphs | chain topology | 36'277.00 | 36'664.51 | 577.90 | +| generating large task graphs | expanding tree topology | 56'194.00 | 56'969.08 | 963.06 | +| generating large task graphs | contracting tree topology | 69'750.00 | 70'540.08 | 946.03 | +| generating large task graphs | wave\_sim topology | 334'742.00 | 336'349.32 | 1'884.47 | +| generating large task graphs | jacobi topology | 105'217.00 | 106'196.97 | 807.15 | +| generating large command graphs for N nodes - 1 | soup topology | 1'360'977.00 | 1'554'240.78 | 98'059.82 | +| generating large command graphs for N nodes - 1 | chain topology | 123'803.00 | 124'622.79 | 1'278.05 | +| generating large command graphs for N nodes - 1 | expanding tree topology | 185'860.00 | 187'602.46 | 1'632.16 | +| generating large command graphs for N nodes - 1 | contracting tree topology | 187'263.00 | 192'552.67 | 9'959.16 | +| generating large command graphs for N nodes - 1 | wave\_sim topology | 921'825.00 | 1'055'385.40 | 41'648.39 | +| generating large command graphs for N nodes - 1 | jacobi topology | 305'477.00 | 316'684.47 | 17'515.25 | +| generating large command graphs for N nodes - 4 | soup topology | 1'730'697.00 | 1'978'491.21 | 107'227.76 | +| generating large command graphs for N nodes - 4 | chain topology | 377'493.00 | 380'196.06 | 2'684.76 | +| generating large command graphs for N nodes - 4 | expanding tree topology | 455'311.00 | 460'305.76 | 10'930.02 | +| generating large command graphs for N nodes - 4 | contracting tree topology | 427'959.00 | 457'593.07 | 30'834.33 | +| generating large command graphs for N nodes - 4 | wave\_sim topology | 1'976'584.00 | 2'201'266.29 | 130'944.26 | +| generating large command graphs for N nodes - 4 | jacobi topology | 712'759.00 | 744'388.21 | 46'617.69 | +| generating large command graphs for N nodes - 16 | soup topology | 2'224'713.00 | 2'553'040.41 | 183'855.34 | +| generating large command graphs for N nodes - 16 | chain topology | 1'065'086.00 | 1'144'218.38 | 78'873.95 | +| generating large command graphs for N nodes - 16 | expanding tree topology | 952'624.00 | 1'082'642.75 | 68'038.71 | +| generating large command graphs for N nodes - 16 | contracting tree topology | 1'017'185.00 | 1'102'298.74 | 88'145.96 | +| generating large command graphs for N nodes - 16 | wave\_sim topology | 3'575'433.00 | 4'094'296.15 | 309'723.57 | +| generating large command graphs for N nodes - 16 | jacobi topology | 2'016'408.00 | 2'295'684.43 | 169'573.87 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | soup topology | 1'376'065.00 | 1'507'592.06 | 122'490.16 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | chain topology | 125'216.00 | 126'296.13 | 1'416.64 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | expanding tree topology | 187'684.00 | 189'411.52 | 1'808.24 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | contracting tree topology | 188'455.00 | 211'450.89 | 12'271.68 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | wave\_sim topology | 928'988.00 | 991'365.77 | 69'509.52 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | jacobi topology | 310'016.00 | 355'035.23 | 11'387.86 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | soup topology | 1'122'044.00 | 1'285'243.03 | 123'417.83 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | chain topology | 286'772.00 | 347'429.98 | 32'200.49 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | expanding tree topology | 316'337.00 | 391'352.71 | 77'564.08 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | contracting tree topology | 377'824.00 | 444'780.38 | 33'223.13 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | wave\_sim topology | 1'020'982.00 | 1'140'446.68 | 141'264.77 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | jacobi topology | 454'739.00 | 529'263.00 | 96'673.81 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | soup topology | 2'367'043.00 | 2'577'533.34 | 102'144.26 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | chain topology | 399'896.00 | 415'442.72 | 7'099.76 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | expanding tree topology | 465'570.00 | 480'035.48 | 11'748.63 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | contracting tree topology | 490'357.00 | 507'389.04 | 14'677.64 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | wave\_sim topology | 2'963'524.00 | 3'101'513.99 | 57'435.01 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: throttled single-threaded graph generation at 10 us per task | jacobi topology | 811'476.00 | 843'269.91 | 24'376.02 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | soup topology | 2'188'626.00 | 2'406'737.67 | 102'187.12 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | chain topology | 431'426.00 | 483'400.91 | 40'542.65 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | expanding tree topology | 494'716.00 | 575'495.49 | 54'478.82 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | contracting tree topology | 578'334.00 | 613'509.49 | 19'884.12 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | wave\_sim topology | 2'934'619.00 | 3'168'262.17 | 134'136.74 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > throttled submission to a scheduler thread at 10 us per task | jacobi topology | 825'442.00 | 938'792.38 | 39'957.31 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | soup topology | 1'745'015.00 | 1'987'902.73 | 128'676.61 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | chain topology | 333'540.00 | 352'838.85 | 23'810.84 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | expanding tree topology | 459'959.00 | 466'816.89 | 3'543.16 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | contracting tree topology | 494'005.00 | 498'541.75 | 3'180.60 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | wave\_sim topology | 1'978'678.00 | 2'249'554.31 | 124'306.43 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | jacobi topology | 724'611.00 | 843'292.01 | 27'309.70 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | soup topology | 1'362'650.00 | 1'481'571.06 | 201'597.49 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | chain topology | 504'494.00 | 560'905.77 | 32'757.95 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | expanding tree topology | 708'781.00 | 802'459.38 | 86'209.78 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | contracting tree topology | 693'623.00 | 803'339.34 | 95'427.53 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | wave\_sim topology | 2'006'661.00 | 2'323'356.35 | 284'790.15 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | jacobi topology | 1'000'073.00 | 1'111'321.63 | 149'836.07 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | soup topology | 2'740'341.00 | 3'009'930.78 | 208'868.86 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | chain topology | 625'683.00 | 656'026.69 | 26'219.58 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | expanding tree topology | 704'563.00 | 743'355.96 | 28'585.49 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | contracting tree topology | 736'905.00 | 798'003.22 | 17'246.63 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | wave\_sim topology | 4'006'691.00 | 4'241'894.83 | 150'348.88 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: throttled single-threaded graph generation at 10 us per task | jacobi topology | 1'224'849.00 | 1'331'305.91 | 42'438.09 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | soup topology | 2'207'962.00 | 2'409'506.95 | 109'544.67 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | chain topology | 594'745.00 | 666'386.73 | 182'988.45 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | expanding tree topology | 772'422.00 | 798'702.97 | 17'510.97 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | contracting tree topology | 710'745.00 | 802'599.42 | 87'371.94 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | wave\_sim topology | 2'951'460.00 | 3'192'679.30 | 114'076.20 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > throttled submission to a scheduler thread at 10 us per task | jacobi topology | 1'027'666.00 | 1'119'741.33 | 95'161.91 | +| normalizing randomized box sets - 2d | small, native | 576.16 | 583.73 | 4.38 | +| normalizing randomized box sets - 2d | small, embedded in 3d | 689.08 | 694.20 | 4.94 | +| normalizing randomized box sets - 2d | medium, native | 6'111.00 | 6'197.22 | 146.20 | +| normalizing randomized box sets - 2d | medium, embedded in 3d | 6'842.50 | 6'907.50 | 106.70 | +| normalizing randomized box sets - 2d | large, native | 195'959.00 | 196'884.95 | 978.35 | +| normalizing randomized box sets - 2d | large, embedded in 3d | 212'250.00 | 213'077.21 | 1'040.15 | +| normalizing randomized box sets - 3d | small - native | 2'475.50 | 2'499.75 | 47.58 | +| normalizing randomized box sets - 3d | medium - native | 9'387.00 | 9'480.28 | 162.21 | +| normalizing randomized box sets - 3d | large - native | 2'035'585.00 | 2'157'860.47 | 66'504.15 | +| normalizing a fully mergeable tiling of boxes - 1 | small, native | 33.67 | 34.21 | 0.22 | +| normalizing a fully mergeable tiling of boxes - 1 | small, embedded in 3d | 50.60 | 51.05 | 0.85 | +| normalizing a fully mergeable tiling of boxes - 1 | medium, native | 298.37 | 304.27 | 2.24 | +| normalizing a fully mergeable tiling of boxes - 1 | medium, embedded in 3d | 489.90 | 494.05 | 2.46 | +| normalizing a fully mergeable tiling of boxes - 1 | large, native | 7'533.75 | 7'579.83 | 90.17 | +| normalizing a fully mergeable tiling of boxes - 1 | large, embedded in 3d | 11'115.00 | 11'182.47 | 192.44 | +| normalizing a fully mergeable tiling of boxes - 2 | small, native | 93.89 | 94.58 | 0.26 | +| normalizing a fully mergeable tiling of boxes - 2 | small, embedded in 3d | 121.14 | 122.05 | 0.47 | +| normalizing a fully mergeable tiling of boxes - 2 | medium, native | 873.75 | 883.63 | 7.09 | +| normalizing a fully mergeable tiling of boxes - 2 | medium, embedded in 3d | 899.24 | 904.30 | 19.52 | +| normalizing a fully mergeable tiling of boxes - 2 | large, native | 36'848.00 | 37'301.80 | 396.95 | +| normalizing a fully mergeable tiling of boxes - 2 | large, embedded in 3d | 39'994.00 | 40'371.52 | 403.15 | +| normalizing a fully mergeable tiling of boxes - 3 | small, native | 252.50 | 255.37 | 3.16 | +| normalizing a fully mergeable tiling of boxes - 3 | medium, native | 1'465.44 | 1'474.08 | 7.48 | +| normalizing a fully mergeable tiling of boxes - 3 | large, native | 44'683.00 | 45'793.11 | 1'826.98 | +| performing set operations between randomized regions - 2d | union, small, native | 886.76 | 894.85 | 9.80 | +| performing set operations between randomized regions - 2d | union, small, embedded in 3d | 1'039.79 | 1'047.03 | 9.20 | +| performing set operations between randomized regions - 2d | intersection, small, native | 231.38 | 233.80 | 2.78 | +| performing set operations between randomized regions - 2d | intersection, small, embedded in 3d | 260.90 | 262.97 | 0.91 | +| performing set operations between randomized regions - 2d | difference, small, native | 1'044.83 | 1'077.66 | 106.53 | +| performing set operations between randomized regions - 2d | difference, small, embedded in 3d | 1'245.75 | 1'257.33 | 16.31 | +| performing set operations between randomized regions - 2d | union, medium, native | 13'419.50 | 13'623.00 | 279.52 | +| performing set operations between randomized regions - 2d | union, medium, embedded in 3d | 14'927.50 | 15'078.75 | 296.92 | +| performing set operations between randomized regions - 2d | intersection, medium, native | 2'044.64 | 2'066.16 | 42.27 | +| performing set operations between randomized regions - 2d | intersection, medium, embedded in 3d | 2'279.64 | 2'299.13 | 8.91 | +| performing set operations between randomized regions - 2d | difference, medium, native | 8'108.33 | 8'215.46 | 194.28 | +| performing set operations between randomized regions - 2d | difference, medium, embedded in 3d | 8'739.33 | 8'841.96 | 194.19 | +| performing set operations between randomized regions - 2d | union, large, native | 158'929.00 | 159'825.40 | 831.61 | +| performing set operations between randomized regions - 2d | union, large, embedded in 3d | 163'057.00 | 166'809.02 | 4'074.94 | +| performing set operations between randomized regions - 2d | intersection, large, native | 20'553.00 | 20'772.01 | 286.34 | +| performing set operations between randomized regions - 2d | intersection, large, embedded in 3d | 21'169.50 | 21'341.31 | 176.51 | +| performing set operations between randomized regions - 2d | difference, large, native | 616'316.00 | 628'824.75 | 8'765.84 | +| performing set operations between randomized regions - 2d | difference, large, embedded in 3d | 656'683.00 | 672'878.54 | 8'509.30 | +| performing set operations between randomized regions - 3d | union, small, native | 3'859.86 | 3'889.38 | 68.56 | +| performing set operations between randomized regions - 3d | intersection, small, native | 138.57 | 139.65 | 0.46 | +| performing set operations between randomized regions - 3d | difference, small, native | 1'393.61 | 1'443.46 | 103.82 | +| performing set operations between randomized regions - 3d | union, medium, native | 22'236.50 | 22'885.08 | 4'094.78 | +| performing set operations between randomized regions - 3d | intersection, medium, native | 2'534.60 | 2'556.93 | 30.24 | +| performing set operations between randomized regions - 3d | difference, medium, native | 10'542.67 | 10'662.42 | 165.25 | +| performing set operations between randomized regions - 3d | union, large, native | 2'010'137.00 | 2'118'572.44 | 61'601.58 | +| performing set operations between randomized regions - 3d | intersection, large, native | 14'431.50 | 14'915.18 | 217.26 | +| performing set operations between randomized regions - 3d | difference, large, native | 5'967'055.00 | 6'230'997.76 | 122'678.90 | +| normalizing a fully mergeable, complex tiling of boxes - 2d | small, native | 2'226.50 | 2'252.92 | 29.10 | +| normalizing a fully mergeable, complex tiling of boxes - 2d | small, embedded in 3d | 2'333.20 | 2'345.11 | 22.02 | +| normalizing a fully mergeable, complex tiling of boxes - 2d | large, native | 1'465'144.00 | 1'516'877.26 | 24'568.64 | +| normalizing a fully mergeable, complex tiling of boxes - 2d | large, embedded in 3d | 1'642'010.00 | 1'721'799.58 | 20'922.04 | +| benchmark independent task pattern with N tasks - 100 | task generation | 4'418'641.00 | 11'029'865.73 | 1'414'257.91 | +| benchmark independent task pattern with N tasks - 1000 | task generation | 68'013'926.00 | 106'108'729.48 | 13'313'051.35 | +| benchmark independent task pattern with N tasks - 5000 | task generation | 312'490'848.00 | 458'938'284.00 | 56'802'692.06 | +| benchmark stencil pattern with N time steps - 50 | iterations | 1'676'104.00 | 3'100'955.93 | 938'572.64 | +| benchmark stencil pattern with N time steps - 1000 | iterations | 33'596'258.00 | 55'291'765.51 | 12'153'301.21 | All numbers are in nanoseconds. diff --git a/test/benchmark_reporters.cc b/test/benchmark_reporters.cc index 699c0a7e4..41a1dc107 100644 --- a/test/benchmark_reporters.cc +++ b/test/benchmark_reporters.cc @@ -106,7 +106,7 @@ class benchmark_csv_reporter : public benchmark_reporter_base { void testRunStarting(const Catch::TestRunInfo& test_run_info) override { benchmark_reporter_base::testRunStarting(test_run_info); - fmt::print(m_stream, "test case,benchmark name,samples,iterations,estimated,mean,low mean,high mean,std dev,low std dev,high std dev,raw\n"); + fmt::print(m_stream, "test case,benchmark name,samples,iterations,estimated,mean,low mean,high mean,std dev,low std dev,high std dev,tags,raw\n"); } void benchmarkEnded(const Catch::BenchmarkStats<>& benchmark_stats) override { @@ -116,6 +116,11 @@ class benchmark_csv_reporter : public benchmark_reporter_base { fmt::print(m_stream, "{:.4f},{:.4f},{:.4f},{:.4f},{:.4f},{:.4f},", benchmark_stats.mean.point.count(), benchmark_stats.mean.lower_bound.count(), benchmark_stats.mean.upper_bound.count(), benchmark_stats.standardDeviation.point.count(), benchmark_stats.standardDeviation.lower_bound.count(), benchmark_stats.standardDeviation.upper_bound.count()); + // Print the benchmark tags for tool-based processing and categorization (as quoted comma-separated values) + const auto& tci = currentTestCaseInfo; + std::vector tags; + std::transform(tci->tags.cbegin(), tci->tags.cend(), std::back_inserter(tags), [](const Catch::Tag& t) { return std::string(t.original); }); + fmt::print(m_stream, "\"{}\",", fmt::join(tags, ",")); // Finally print all raw values for custom analyses (as quoted comma-separated values). std::vector raw; raw.reserve(benchmark_stats.samples.size()); diff --git a/test/dag_benchmarks.cc b/test/dag_benchmarks.cc index 6e6420870..1fb80a72d 100644 --- a/test/dag_benchmarks.cc +++ b/test/dag_benchmarks.cc @@ -17,7 +17,7 @@ using namespace std::chrono_literals; struct bench_graph_node : intrusive_graph_node {}; // try to cover the dependency counts we'll see in practice -TEMPLATE_TEST_CASE_SIG("benchmark intrusive graph dependency handling with N nodes", "[benchmark][intrusive_graph_node]", ((int N), N), 1, 10, 100) { +TEMPLATE_TEST_CASE_SIG("benchmark intrusive graph dependency handling with N nodes", "[benchmark][group:graph-nodes]", ((int N), N), 1, 10, 100) { // note that bench_graph_nodes are created/destroyed *within* the BENCHMARK // in the first two cases while the latter 2 cases only operate on already // existing nodes -- this is intentional; both cases are relevant in practise @@ -60,7 +60,7 @@ TEMPLATE_TEST_CASE_SIG("benchmark intrusive graph dependency handling with N nod }; } -TEST_CASE("benchmark task handling", "[benchmark][task]") { +TEST_CASE("benchmark task handling", "[benchmark][group:task-graph]") { using namespace std::chrono_literals; std::unique_ptr tm; @@ -433,15 +433,16 @@ void run_benchmarks(BenchmarkContextFactory&& make_ctx) { BENCHMARK("jacobi topology") { generate_jacobi_graph(make_ctx(), 50); }; } -TEST_CASE("generating large task graphs", "[benchmark][task-graph]") { +TEST_CASE("generating large task graphs", "[benchmark][group:task-graph]") { run_benchmarks([] { return task_manager_benchmark_context{}; }); } -TEMPLATE_TEST_CASE_SIG("generating large command graphs for N nodes", "[benchmark][command-graph]", ((size_t NumNodes), NumNodes), 1, 4, 16) { +TEMPLATE_TEST_CASE_SIG("generating large command graphs for N nodes", "[benchmark][group:command-graph]", ((size_t NumNodes), NumNodes), 1, 4, 16) { run_benchmarks([] { return graph_generator_benchmark_context{NumNodes}; }); } -TEMPLATE_TEST_CASE_SIG("building command graphs in a dedicated scheduler thread for N nodes", "[benchmark][scheduler]", ((size_t NumNodes), NumNodes), 1, 4) { +TEMPLATE_TEST_CASE_SIG( + "building command graphs in a dedicated scheduler thread for N nodes", "[benchmark][group:scheduler]", ((size_t NumNodes), NumNodes), 1, 4) { SECTION("reference: single-threaded immediate graph generation") { run_benchmarks([&] { return graph_generator_benchmark_context{NumNodes}; }); } diff --git a/test/grid_benchmarks.cc b/test/grid_benchmarks.cc index 4b84e63a7..0667959c4 100644 --- a/test/grid_benchmarks.cc +++ b/test/grid_benchmarks.cc @@ -31,7 +31,7 @@ box_vector create_random_boxes(const size_t grid_size, const size_t max_bo return boxes; } -TEST_CASE("normalizing randomized box sets - 2d", "[benchmark][grid]") { +TEST_CASE("normalizing randomized box sets - 2d", "[benchmark][group:grid]") { const auto [label, grid_size, max_box_size, num_boxes] = GENERATE(values>({ {"small", 10, 5, 4}, {"medium", 50, 1, 50}, @@ -52,7 +52,7 @@ TEST_CASE("normalizing randomized box sets - 2d", "[benchmark][grid]") { test_utils::render_boxes(normalized_2d, fmt::format("{}-normalized", label)); } -TEST_CASE("normalizing randomized box sets - 3d", "[benchmark][grid]") { +TEST_CASE("normalizing randomized box sets - 3d", "[benchmark][group:grid]") { const auto [label, grid_size, max_box_size, num_boxes] = GENERATE(values>({ {"small", 10, 5, 4}, {"medium", 50, 1, 50}, @@ -85,7 +85,7 @@ box_vector create_box_tiling(const size_t n_per_side) { return boxes; } -TEMPLATE_TEST_CASE_SIG("normalizing a fully mergeable tiling of boxes", "[benchmark][grid]", ((int Dims), Dims), 1, 2, 3) { +TEMPLATE_TEST_CASE_SIG("normalizing a fully mergeable tiling of boxes", "[benchmark][group:grid]", ((int Dims), Dims), 1, 2, 3) { const auto [label, n] = GENERATE(values>({ {"small", 4}, {"medium", 50}, @@ -111,7 +111,7 @@ TEMPLATE_TEST_CASE_SIG("normalizing a fully mergeable tiling of boxes", "[benchm } } -TEST_CASE("performing set operations between randomized regions - 2d", "[benchmark][grid]") { +TEST_CASE("performing set operations between randomized regions - 2d", "[benchmark][group:grid]") { const auto [label, grid_size, max_box_size, num_boxes] = GENERATE(values>({ {"small", 10, 5, 4}, {"medium", 50, 1, 50}, @@ -148,7 +148,7 @@ TEST_CASE("performing set operations between randomized regions - 2d", "[benchma test_utils::render_boxes(difference_2d.get_boxes(), fmt::format("difference-{}", label)); } -TEST_CASE("performing set operations between randomized regions - 3d", "[benchmark][grid]") { +TEST_CASE("performing set operations between randomized regions - 3d", "[benchmark][group:grid]") { const auto [label, grid_size, max_box_size, num_boxes] = GENERATE(values>({ {"small", 10, 5, 4}, {"medium", 50, 1, 50}, @@ -177,7 +177,7 @@ box_vector<2> create_interlocking_boxes(const size_t num_boxes_per_side) { return boxes; } -TEST_CASE("normalizing a fully mergeable, complex tiling of boxes - 2d", "[benchmark][grid]") { +TEST_CASE("normalizing a fully mergeable, complex tiling of boxes - 2d", "[benchmark][group:grid]") { const auto [label, n] = GENERATE(values>({ {"small", 10}, {"large", 200}, diff --git a/test/system_benchmarks.cc b/test/system_benchmarks.cc index 9ad65ce59..a98f1ed0e 100644 --- a/test/system_benchmarks.cc +++ b/test/system_benchmarks.cc @@ -13,7 +13,7 @@ template class bench_runtime_fixture : public test_utils::runtime_fixture {}; TEMPLATE_TEST_CASE_METHOD_SIG( - bench_runtime_fixture, "benchmark independent task pattern with N tasks", "[benchmark][system-benchmarks][indep-tasks]", ((int N), N), 100, 1000, 5000) { + bench_runtime_fixture, "benchmark independent task pattern with N tasks", "[benchmark][group:system][indep-tasks]", ((int N), N), 100, 1000, 5000) { constexpr size_t num_tasks = N; constexpr size_t num_repeats = 2; constexpr size_t items_per_task = 256; @@ -69,7 +69,7 @@ TEMPLATE_TEST_CASE_METHOD_SIG( } TEMPLATE_TEST_CASE_METHOD_SIG( - bench_runtime_fixture, "benchmark stencil pattern with N time steps", "[benchmark][system-benchmarks][stencil]", ((int N), N), 50, 1000) { + bench_runtime_fixture, "benchmark stencil pattern with N time steps", "[benchmark][group:system][stencil]", ((int N), N), 50, 1000) { constexpr size_t num_iterations = N; constexpr int side_length = 128; // sufficiently small to notice large-scale changes in runtime overhead