diff --git a/.gitignore b/.gitignore index e2e62f0ea..91dccbf85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ CMakeSettings.json +compile_commands.json build +build_* install +.cache/ .vs/ +.vscode/ .idea/ /tags - diff --git a/.gitmodules b/.gitmodules index 3775323c5..5d69053e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,7 @@ url = https://github.com/catchorg/Catch2.git [submodule "vendor/libenvpp"] path = vendor/libenvpp - url = https://github.com/ph3at/libenvpp.git \ No newline at end of file + url = https://github.com/ph3at/libenvpp.git +[submodule "vendor/mimalloc"] + path = vendor/mimalloc + url = https://github.com/microsoft/mimalloc.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 958a8e3b0..65d47efea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,9 @@ message(VERBOSE "Celerity version is ${CELERITY_VERSION_MAJOR}.${CELERITY_VERSIO project(celerity_runtime VERSION ${Celerity_VERSION} LANGUAGES CXX) set_property(GLOBAL PROPERTY USE_FOLDERS ON) +set(CMAKE_EXPORT_COMPILE_COMMANDS ON) + +option(CELERITY_USE_MIMALLOC "Use the mimalloc memory allocator" ON) set(CELERITY_CMAKE_DIR "${PROJECT_SOURCE_DIR}/cmake") set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CELERITY_CMAKE_DIR}") @@ -62,7 +65,7 @@ else() "Please choose one implementation using -DCELERITY_SYCL_IMPL=hipSYCL|ComputeCpp|DPC++.") else() set(CELERITY_SYCL_IMPL "${AVAILABLE_SYCL_IMPLS}") - message(STATUS "Automatically chooosing ${CELERITY_SYCL_IMPL} because it is the only SYCL implementation available") + message(STATUS "Automatically choosing ${CELERITY_SYCL_IMPL} because it is the only SYCL implementation available") endif() endif() @@ -184,6 +187,15 @@ list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras) set(LIBENVPP_INSTALL ON CACHE BOOL "" FORCE) fetch_content_from_submodule(libenvpp vendor/libenvpp) +if(CELERITY_USE_MIMALLOC) + set(MI_OVERRIDE ON CACHE BOOL "" FORCE) + set(MI_BUILD_SHARED ON CACHE BOOL "" FORCE) + set(MI_BUILD_STATIC OFF CACHE BOOL "" FORCE) + set(MI_BUILD_OBJECT OFF CACHE BOOL "" FORCE) + set(MI_BUILD_TESTS OFF CACHE BOOL "" FORCE) + fetch_content_from_submodule(mimalloc vendor/mimalloc) +endif() + configure_file(include/version.h.in include/version.h @ONLY) # Add includes to library so they show up in IDEs @@ -258,6 +270,10 @@ if(WIN32 AND CELERITY_SYCL_IMPL STREQUAL "DPC++") ) endif() +if(CELERITY_USE_MIMALLOC) + target_link_libraries(celerity_runtime PUBLIC mimalloc) +endif() + target_link_libraries(celerity_runtime PUBLIC Threads::Threads MPI::MPI_CXX @@ -287,6 +303,7 @@ target_compile_definitions(celerity_runtime PUBLIC $:CELERITY_DETAIL_ENABLE_DEBUG> > + CELERITY_USE_MIMALLOC=$ CELERITY_FEATURE_SCALAR_REDUCTIONS=$ CELERITY_FEATURE_SIMPLE_SCALAR_REDUCTIONS=$ CELERITY_FEATURE_LOCAL_ACCESSOR=$ diff --git a/ci/perf/gpuc2_bench.csv b/ci/perf/gpuc2_bench.csv index ce6c3f9ed..7d377bac1 100644 --- a/ci/perf/gpuc2_bench.csv +++ b/ci/perf/gpuc2_bench.csv @@ -1,87 +1,87 @@ 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,5557,2222800,4.4829,4.4747,4.5162,0.0785,0.0065,0.1867,"4.4819,4.4675,4.4711,4.4819,4.4695,4.4819,4.4693,4.4819,4.4677,4.4819,4.4675,4.4819,4.4675,4.4819,4.4819,4.4695,4.4819,4.4675,4.4801,4.4677,4.4819,4.4693,4.4819,4.4695,4.4801,4.4675,4.4819,4.4693,4.4801,4.4675,4.4821,4.4693,4.4801,4.4693,4.4839,4.4693,4.4819,4.4693,4.4803,4.4675,4.4819,4.4693,4.4821,4.4675,4.4801,4.4675,4.4821,4.4819,4.4675,4.4821,4.4675,4.4801,4.4693,4.4821,4.4675,4.4819,4.4675,4.4821,4.4693,4.4801,4.4693,4.4821,4.4675,4.4819,4.4693,4.4801,4.4675,4.4819,4.4677,4.4801,4.4675,4.4819,4.4677,4.4819,4.4693,4.4801,4.4675,4.4819,4.4693,4.4819,4.4819,4.4693,4.4819,4.4677,4.4801,4.4693,4.4819,4.4695,4.4801,4.4675,4.4819,4.4675,4.4801,4.4675,5.2609,4.4693,4.4873,4.4675,4.4801,4.4693" -benchmark intrusive graph dependency handling with N nodes - 1,creating and adding dependencies,100,1133,2492600,21.9765,21.8559,22.1245,0.6777,0.5804,0.9335,"21.4960,21.6019,21.5931,21.4960,21.5490,21.5049,21.4960,22.9020,22.9462,21.9382,21.4960,22.0265,22.9382,22.9726,22.9206,21.4960,21.5490,21.5057,21.5490,21.4960,21.5057,22.9373,20.8685,22.9726,22.0185,21.5490,21.3107,22.9638,22.9373,21.4960,21.3548,21.4078,21.5410,21.4960,21.5402,21.3725,20.8508,21.9744,22.1147,22.2480,22.6372,21.5225,21.5049,22.6981,21.9656,21.4960,21.5490,21.4969,21.4960,21.5402,22.6284,22.0441,21.4960,21.9294,22.6902,21.4960,21.5490,21.4960,21.1244,22.9382,22.5393,21.4960,21.4960,22.8844,21.7264,22.4510,22.9470,22.4069,21.4960,21.5402,21.4969,25.1659,22.8579,21.8764,21.5675,22.0000,22.6637,21.5755,22.9382,21.6549,21.4969,21.5578,21.4960,21.7705,22.8402,21.4969,22.7961,22.9373,22.0538,21.4960,21.9029,22.9382,22.9373,21.4960,22.7520,21.7440,21.4519,22.4254,21.4960,21.5490" -benchmark intrusive graph dependency handling with N nodes - 1,adding and removing dependencies,100,1606,2409000,15.4649,15.4625,15.4674,0.0127,0.0120,0.0138,"15.4770,15.4583,15.4956,15.4521,15.4770,15.4521,15.4521,15.4832,15.4521,15.4770,15.4583,15.4770,15.4521,15.4521,15.4770,15.4583,15.4770,15.4583,15.4832,15.4521,15.4521,15.4770,15.4521,15.4770,15.4583,15.4770,15.4583,15.4583,15.4770,15.4583,15.4770,15.4521,15.4770,15.4521,15.4521,15.4832,15.4521,15.4770,15.4583,15.4776,15.4583,15.4521,15.4770,15.4521,15.4776,15.4521,15.4770,15.4521,15.4583,15.4770,15.4521,15.4770,15.4521,15.4832,15.4583,15.4583,15.4770,15.4521,15.4832,15.4589,15.4832,15.4521,15.4521,15.4770,15.4583,15.4832,15.4521,15.4770,15.4521,15.4521,15.4770,15.4521,15.4770,15.4521,15.4776,15.4521,15.4521,15.4770,15.4521,15.4838,15.4583,15.4770,15.4521,15.4521,15.4776,15.4521,15.4770,15.4583,15.4832,15.4527,15.4521,15.4707,15.4521,15.4832,15.4583,15.4832,15.4583,15.4521,15.4770,15.4583" -benchmark intrusive graph dependency handling with N nodes - 1,checking for dependencies,100,14663,1466300,1.4509,1.4487,1.4619,0.0219,0.0003,0.0481,"1.4492,1.4485,1.4498,1.4499,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.6692,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4485,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4485,1.4485,1.4485,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4485,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485,1.4492,1.4485,1.4485" -benchmark intrusive graph dependency handling with N nodes - 10,creating nodes,100,638,2488200,38.6249,38.5444,38.7682,0.5337,0.3571,0.8660,"38.5831,38.4091,40.0580,38.3950,38.5815,38.4107,38.5831,38.3950,40.2790,38.4248,38.4107,38.5815,38.4091,38.5831,38.3934,38.5831,38.4091,38.4107,38.5815,38.4107,38.5987,38.4091,38.5674,40.0893,38.4107,38.5815,38.3950,38.5674,38.4091,38.3950,38.5831,38.4107,38.5815,38.4107,38.5674,38.4091,38.3950,38.5831,38.4091,39.5721,38.4091,38.5831,38.4091,38.3934,38.5831,38.3934,38.5831,40.1050,38.5831,38.3934,38.4091,38.5831,38.4091,38.5831,38.4107,40.0125,38.3934,38.3950,38.5831,38.4091,38.5831,38.4091,38.5815,40.0893,42.0533,38.6928,38.4107,38.5815,38.4091,38.5831,38.4091,38.4091,38.5831,38.4107,38.5815,38.4091,38.5831,38.3934,38.4107,38.5831,38.4107,38.5815,38.4091,38.5987,38.3934,38.4107,38.5674,38.4107,38.5658,38.4091,38.3950,38.5658,38.4107,38.5831,38.3934,38.5658,38.4091,38.3950,38.5815,38.4107" -benchmark intrusive graph dependency handling with N nodes - 10,creating and adding dependencies,100,100,2500000,263.2878,263.0828,263.4812,1.0155,0.8750,1.2451,"262.8900,261.6900,265.1000,263.3900,263.5900,263.8900,264.0900,263.8900,262.4900,263.8900,265.2000,264.2900,262.9900,263.7900,264.9900,262.9800,265.9000,264.2900,263.7900,263.9900,264.2900,263.0900,264.2900,262.6900,263.9900,264.0900,262.9900,263.8900,263.4900,263.5900,263.5900,264.5900,262.9900,262.0900,263.6900,263.7900,263.9900,263.7900,263.5900,262.4900,263.3900,264.1900,264.1000,263.0900,262.7900,262.5800,265.2000,265.2900,265.3000,263.0900,264.0900,263.8900,263.0900,264.1900,263.8900,263.8900,263.4900,263.6900,263.0900,263.1900,263.7900,263.0900,263.3900,261.8900,263.9900,262.7900,262.7900,262.8900,263.5900,263.7900,262.6900,262.4900,261.1800,262.7900,262.3900,264.1900,263.3900,263.7900,261.9800,263.8900,262.9900,262.5900,261.6900,261.7900,262.3900,262.3800,263.3900,263.3900,262.0800,262.2900,262.3900,261.9900,259.5800,262.9900,262.0900,263.0900,261.1900,262.7900,260.8800,262.3900" -benchmark intrusive graph dependency handling with N nodes - 10,adding and removing dependencies,100,117,2492100,211.7177,211.5974,211.8428,0.6254,0.5399,0.7573,"212.4444,212.1026,213.8974,211.6752,212.4444,210.6496,211.3333,210.9915,212.0171,212.4530,211.8462,212.8718,211.5897,211.2479,210.9915,212.0171,212.3590,211.3333,211.7607,211.5043,211.3333,211.0769,211.5043,212.0171,211.5812,212.2735,210.3846,211.9316,212.0171,211.8462,212.4444,212.0171,212.4444,211.5812,212.2735,212.0171,211.3333,211.1624,210.6496,211.5897,210.2991,211.2393,211.8462,211.4188,211.5043,210.8120,211.7692,211.5043,211.3333,211.1538,211.8462,212.3590,211.0769,213.1282,211.3333,211.2479,211.0769,210.9060,211.8462,211.5897,212.6154,210.3077,211.2479,211.6752,211.3333,212.1026,212.7949,213.2991,211.3333,211.3333,211.0769,210.8205,211.7607,211.6752,212.7863,211.4188,212.1880,212.1026,211.8462,212.4444,211.5043,212.0171,211.7607,211.9316,212.0171,211.6752,212.1880,211.6752,212.1026,211.6752,211.9316,212.0171,211.6752,212.2821,210.5556,212.0256,211.8462,211.9316,211.4188,211.0769" -benchmark intrusive graph dependency handling with N nodes - 10,checking for dependencies,100,1009,2421600,25.3958,25.3874,25.4046,0.0439,0.0420,0.0453,"25.3598,25.3499,25.3389,25.3895,25.4490,25.3588,25.3598,25.4490,25.3588,25.4490,25.3697,25.4490,25.3588,25.3796,25.4093,25.3588,25.4490,25.3598,25.4480,25.3588,25.4390,25.3588,25.3489,25.4490,25.3499,25.4480,25.3598,25.4490,25.3588,25.4490,25.3598,25.3489,25.4480,25.3499,25.4490,25.3588,25.4490,25.3598,25.4381,25.3588,25.3499,25.4490,25.3489,25.4490,25.3598,25.4480,25.3598,25.4490,25.3489,25.3588,25.4390,25.3588,25.4480,25.3598,25.4490,25.3588,25.4390,25.3598,25.3588,25.4490,25.3499,25.4490,25.3588,25.4490,25.3598,25.3687,25.4291,25.3598,25.4480,25.3588,25.4490,25.3598,25.4381,25.3598,25.3499,25.4480,25.3598,25.4490,25.3489,25.4480,25.3598,25.4490,25.3588,25.3598,25.4490,25.3588,25.4390,25.3598,25.4490,25.3588,25.4490,25.3598,25.3588,25.4490,25.3598,25.4480,25.3588,25.4390,25.3588,25.4480" -benchmark intrusive graph dependency handling with N nodes - 100,creating nodes,100,65,2528500,393.0748,392.6082,394.6326,3.9350,1.3239,8.9170,"392.2769,393.6462,397.6615,393.8154,390.8769,391.9538,392.5846,392.2615,395.5077,393.3538,394.5692,392.8769,392.4154,392.7385,392.2615,393.0462,391.6462,393.3538,390.7231,429.7231,391.9692,393.4923,393.5077,393.1846,394.8923,391.3538,393.8000,392.4308,395.1846,391.8000,391.8000,393.3538,393.0308,394.2769,391.9692,393.3385,391.4923,393.9538,391.3385,393.3385,395.5077,393.0308,394.4154,392.1231,394.2615,393.3538,393.8154,390.5692,391.8000,393.3538,392.7231,395.3538,393.5077,395.0462,391.1846,390.4154,393.5077,391.1846,392.8923,391.1846,392.8769,391.9692,394.1077,392.8769,391.1846,391.8154,392.7231,393.6615,390.4154,393.5077,390.4154,393.0308,390.5692,391.0308,393.5077,391.6462,393.8154,391.8000,393.3538,390.1077,390.4154,394.2769,392.7231,394.4308,391.4923,393.6615,392.2615,393.0308,392.7385,390.4154,392.8769,390.5846,392.7231,390.8769,393.2000,392.4154,392.1231,391.4923,391.1846,394.1077" -benchmark intrusive graph dependency handling with N nodes - 100,creating and adding dependencies,100,6,2657400,4483.8917,4480.0383,4492.9483,28.3719,15.2731,58.4589,"4470.0000,4490.0000,4718.8333,4478.3333,4485.0000,4471.6667,4498.3333,4468.3333,4511.6667,4471.5000,4496.6667,4466.6667,4503.3333,4460.0000,4503.3333,4476.6667,4461.6667,4486.6667,4448.3333,4498.3333,4460.0000,4491.6667,4470.0000,4495.1667,4463.1667,4486.6667,4453.1667,4511.6667,4461.6667,4458.3333,4483.3333,4476.6667,4506.6667,4470.0000,4485.0000,4456.6667,4500.0000,4478.3333,4510.1667,4475.0000,4490.0000,4450.0000,4488.3333,4446.6667,4471.6667,4506.6667,4471.6667,4496.6667,4485.0000,4501.8333,4458.3333,4486.6667,4470.0000,4503.3333,4485.0000,4506.8333,4464.8333,4469.8333,4506.6667,4466.6667,4480.0000,4461.6667,4490.0000,4475.0000,4481.6667,4480.0000,4473.3333,4468.3333,4498.3333,4498.5000,4510.0000,4485.0000,4495.0000,4495.0000,4463.3333,4485.0000,4473.3333,4495.0000,4471.6667,4483.3333,4470.0000,4495.0000,4478.3333,4493.5000,4470.0000,4476.6667,4495.0000,4471.6667,4503.3333,4473.3333,4481.6667,4461.6667,4495.0000,4486.8333,4498.3333,4476.6667,4485.0000,4471.6667,4486.6667,4470.0000" -benchmark intrusive graph dependency handling with N nodes - 100,adding and removing dependencies,100,6,2851200,4843.7283,4835.7817,4872.0200,68.0261,16.8418,154.9969,"4840.6667,4823.8333,5001.0000,4845.6667,4812.3333,4869.1667,4829.0000,4880.8333,4840.6667,4827.3333,4847.3333,4827.3333,4860.8333,4837.3333,4857.3333,4827.3333,4847.5000,4819.0000,4844.0000,4845.6667,4842.3333,4850.8333,4842.3333,4850.6667,4824.0000,4855.6667,4825.6667,4845.8333,4808.8333,4859.0000,4849.0000,4860.8333,4850.6667,4839.0000,4827.3333,4814.0000,4850.6667,4824.0000,4862.5000,4808.8333,4832.3333,4825.6667,4825.6667,4834.0000,4844.0000,4869.0000,4817.1667,4847.5000,4815.6667,4852.3333,4825.6667,4860.6667,4837.3333,4840.8333,4834.0000,4815.6667,4832.3333,4815.6667,4845.6667,4814.0000,4847.3333,4829.0000,4834.0000,4830.6667,4822.3333,4837.3333,4820.6667,4852.5000,4825.6667,4840.6667,4815.6667,4842.3333,4817.3333,4827.3333,4845.6667,4827.3333,4850.6667,4837.5000,4840.6667,4817.3333,4800.5000,4800.6667,4850.6667,4829.0000,4832.3333,4835.6667,4827.3333,4835.6667,4825.6667,4855.6667,4824.0000,4854.1667,5481.8333,4837.3333,4817.3333,4819.0000,4822.3333,4819.0000,4849.0000,4832.3333" -benchmark intrusive graph dependency handling with N nodes - 100,checking for dependencies,100,14,2506000,1563.5529,1561.4036,1571.8629,19.7265,2.7096,46.5990,"1560.7857,1561.4286,1560.0000,1544.2857,1552.8571,1553.5714,1555.0714,1556.4286,1560.0714,1565.0000,1565.7857,1562.8571,1565.7857,1562.2143,1564.2857,1562.9286,1561.4286,1562.2143,1562.2143,1562.1429,1565.7857,1562.1429,1562.9286,1562.8571,1562.8571,1562.9286,1564.2857,1561.5000,1564.2857,1562.1429,1564.3571,1566.4286,1564.3571,1564.3571,1566.4286,1567.2143,1561.5000,1565.0000,1563.6429,1562.1429,1563.6429,1564.3571,1565.0000,1565.7857,1562.9286,1565.0000,1562.9286,1563.5714,1566.5000,1565.7857,1562.1429,1561.5000,1565.0714,1757.5000,1560.0714,1560.0000,1560.0714,1559.2857,1560.7857,1561.4286,1560.0714,1561.4286,1560.0000,1559.2857,1560.7143,1561.5000,1560.7143,1561.5000,1560.0000,1559.3571,1560.7143,1561.5000,1560.7143,1562.2143,1560.7143,1559.3571,1560.7143,1561.5000,1560.0000,1560.7857,1561.4286,1560.0714,1560.0000,1560.7143,1560.7857,1560.0000,1561.5000,1560.0000,1560.7857,1561.4286,1560.0714,1560.7143,1561.5000,1560.0000,1560.0714,1560.7143,1560.0714,1560.0000,1560.7857,1560.0000" -benchmark task handling > without access thread,generating and deleting tasks,100,1,488383700,5014914.3800,4954910.1700,5063462.8100,273546.7536,228289.5998,316631.8792,"5234083.0000,5148821.0000,5146126.0000,5117823.0000,5139514.0000,5216740.0000,5037551.0000,5043251.0000,5043952.0000,5074892.0000,5117712.0000,5098105.0000,5316100.0000,5255573.0000,5206311.0000,5029215.0000,5172857.0000,5197243.0000,5279850.0000,5101071.0000,5294709.0000,4956787.0000,4335670.0000,4440629.0000,4333105.0000,4556368.0000,4413488.0000,4397356.0000,4616503.0000,5290610.0000,5028533.0000,5057028.0000,5090932.0000,5002103.0000,5276785.0000,5254491.0000,5023954.0000,5024937.0000,4975242.0000,5133994.0000,5307703.0000,5034945.0000,5078148.0000,5123824.0000,5270452.0000,4545619.0000,4483650.0000,4488680.0000,5031199.0000,5120497.0000,5160253.0000,5175683.0000,5217472.0000,5195631.0000,5078778.0000,5065383.0000,5175373.0000,5026128.0000,4994048.0000,5200810.0000,5064050.0000,4614849.0000,4342643.0000,4471778.0000,4337333.0000,4390453.0000,4429307.0000,4426111.0000,4858451.0000,5078097.0000,5118985.0000,5009146.0000,5043822.0000,5025428.0000,5069791.0000,5061095.0000,5146788.0000,5182695.0000,5026871.0000,5180211.0000,5220227.0000,5004889.0000,5168879.0000,5092094.0000,5065594.0000,5110499.0000,5234143.0000,5239853.0000,5239093.0000,5142991.0000,5020818.0000,5122010.0000,5292685.0000,5242759.0000,5242559.0000,5275652.0000,5110268.0000,5207503.0000,5174740.0000,5151988.0000" -benchmark task handling > with access thread,generating and deleting tasks with access thread,100,1,976155200,9974053.6000,9862396.6900,10078593.5300,552981.7569,507106.5819,598868.3304,"10382344.0000,10321069.0000,10332871.0000,10418443.0000,10493956.0000,9193381.0000,9419107.0000,10187946.0000,10449522.0000,10294308.0000,9368732.0000,9100815.0000,9099822.0000,9175757.0000,9163684.0000,9139599.0000,9550086.0000,10382876.0000,10377446.0000,10390399.0000,10474399.0000,9995261.0000,9135139.0000,9112357.0000,9183532.0000,10136548.0000,10427039.0000,10207634.0000,10437630.0000,10201701.0000,10455493.0000,10324735.0000,10583816.0000,10233322.0000,10470231.0000,10303936.0000,10333772.0000,10334494.0000,10473127.0000,10373447.0000,10210950.0000,9073614.0000,9209851.0000,9151842.0000,10361575.0000,10247318.0000,10463339.0000,10420327.0000,10395438.0000,10455884.0000,9841379.0000,9271538.0000,9070397.0000,9513506.0000,10421139.0000,10533611.0000,10309116.0000,10283858.0000,10349753.0000,10311450.0000,10400358.0000,10344774.0000,10406581.0000,9295313.0000,9062552.0000,9108298.0000,9780283.0000,10876061.0000,11067725.0000,9122044.0000,9115593.0000,9245068.0000,10468969.0000,10258360.0000,9818786.0000,9268262.0000,9026144.0000,9368832.0000,10261686.0000,10354342.0000,10513763.0000,10367848.0000,10394998.0000,10292865.0000,10376634.0000,10244754.0000,10291211.0000,9399662.0000,9291406.0000,9239097.0000,9984210.0000,10290450.0000,10595609.0000,9983298.0000,9267621.0000,9381758.0000,9436631.0000,10235025.0000,10321258.0000,10511570.0000" -generating large task graphs,soup topology,100,1,387782900,3685283.7100,3626919.5600,3736809.0200,279838.2950,250955.0401,301458.6716,"3890235.0000,3856872.0000,3238800.0000,3240603.0000,3236356.0000,3219834.0000,3218962.0000,3220185.0000,3256423.0000,3238480.0000,3351394.0000,3873814.0000,3865598.0000,3882781.0000,3883373.0000,3882450.0000,3881108.0000,3497490.0000,3250583.0000,3229493.0000,3230374.0000,3246244.0000,3248047.0000,3843507.0000,3859116.0000,3867693.0000,3859486.0000,3852704.0000,3846422.0000,3882831.0000,3897930.0000,3885807.0000,3881699.0000,3619351.0000,3234782.0000,3380739.0000,3868104.0000,3883061.0000,3875237.0000,3874024.0000,3870358.0000,3895555.0000,3875637.0000,3872181.0000,3875808.0000,3882150.0000,3878072.0000,3881599.0000,3881338.0000,3869886.0000,3860419.0000,3884393.0000,3861901.0000,3866490.0000,3854968.0000,3878352.0000,3869897.0000,3860950.0000,3855820.0000,3758485.0000,3244411.0000,3244411.0000,3228971.0000,3253307.0000,3239040.0000,3232058.0000,3249160.0000,3221807.0000,3232378.0000,3603512.0000,3868925.0000,3876699.0000,3859697.0000,3917907.0000,3881810.0000,3882671.0000,3870698.0000,3874435.0000,3868434.0000,3880587.0000,3894784.0000,3881348.0000,3886207.0000,3885556.0000,3504704.0000,3219964.0000,3213401.0000,3383305.0000,3868544.0000,3863244.0000,3864556.0000,3867462.0000,3867071.0000,3877160.0000,3895545.0000,3875617.0000,3862723.0000,3869525.0000,3866500.0000,3863986.0000" -generating large task graphs,chain topology,100,1,6615300,55160.5500,55041.1200,55395.1600,819.2027,481.6226,1334.5775,"55043.0000,54773.0000,58430.0000,55264.0000,55565.0000,55334.0000,55704.0000,55334.0000,55575.0000,55354.0000,55795.0000,55264.0000,55584.0000,55404.0000,57889.0000,54964.0000,55324.0000,54923.0000,55254.0000,54903.0000,55174.0000,54903.0000,55294.0000,54993.0000,58791.0000,54743.0000,55143.0000,54732.0000,55224.0000,54964.0000,54993.0000,54883.0000,55164.0000,54823.0000,54983.0000,54934.0000,55143.0000,54933.0000,55133.0000,55044.0000,55103.0000,54923.0000,55033.0000,54833.0000,55194.0000,54943.0000,55214.0000,54883.0000,55184.0000,54883.0000,55104.0000,54953.0000,55284.0000,54713.0000,54933.0000,54773.0000,55003.0000,54753.0000,55094.0000,54833.0000,55053.0000,54803.0000,55093.0000,54833.0000,54954.0000,54803.0000,54973.0000,54783.0000,55164.0000,54692.0000,54904.0000,54783.0000,55083.0000,54763.0000,55034.0000,54642.0000,55144.0000,54603.0000,55013.0000,54663.0000,54993.0000,54793.0000,54954.0000,54622.0000,54954.0000,54772.0000,54883.0000,54793.0000,54993.0000,54803.0000,55014.0000,54803.0000,54983.0000,54663.0000,54973.0000,54673.0000,60454.0000,54883.0000,55093.0000,54863.0000" -generating large task graphs,expanding tree topology,100,1,13409500,142915.6300,142780.7600,143150.1200,885.6544,583.5302,1368.8532,"142870.0000,142890.0000,148190.0000,143411.0000,142860.0000,143331.0000,142770.0000,146597.0000,143411.0000,143200.0000,142860.0000,142900.0000,142599.0000,142619.0000,142789.0000,142680.0000,142589.0000,142469.0000,142689.0000,142620.0000,142690.0000,142389.0000,142689.0000,142620.0000,142549.0000,142409.0000,142940.0000,142960.0000,143130.0000,142770.0000,142229.0000,142760.0000,142719.0000,142750.0000,141928.0000,145726.0000,142760.0000,143280.0000,143180.0000,143131.0000,143110.0000,142389.0000,142519.0000,142809.0000,143381.0000,142720.0000,142920.0000,142690.0000,143060.0000,142159.0000,142689.0000,142910.0000,142098.0000,142550.0000,142258.0000,142319.0000,142189.0000,142920.0000,142980.0000,143291.0000,142600.0000,143050.0000,142519.0000,146257.0000,143291.0000,142840.0000,142038.0000,142890.0000,142500.0000,142469.0000,142880.0000,142219.0000,143050.0000,142810.0000,142650.0000,142359.0000,142609.0000,143171.0000,142539.0000,142880.0000,142590.0000,142720.0000,142619.0000,142760.0000,142499.0000,142810.0000,142530.0000,142549.0000,142109.0000,142509.0000,142429.0000,145115.0000,142699.0000,142810.0000,143421.0000,142710.0000,142609.0000,142480.0000,143180.0000,142880.0000" -generating large task graphs,contracting tree topology,100,1,16888800,153281.4100,152353.8600,155069.9100,6266.5328,3333.2429,9458.8089,"151727.0000,151406.0000,185752.0000,183046.0000,182936.0000,182335.0000,159431.0000,151697.0000,151957.0000,151617.0000,151877.0000,151787.0000,151997.0000,151937.0000,151697.0000,151436.0000,151817.0000,152007.0000,152107.0000,151486.0000,151517.0000,151937.0000,152067.0000,151607.0000,152047.0000,156216.0000,151897.0000,151817.0000,152568.0000,152048.0000,152117.0000,151737.0000,152077.0000,152317.0000,152489.0000,151596.0000,151867.0000,151497.0000,151776.0000,152247.0000,151757.0000,151717.0000,152037.0000,152148.0000,152558.0000,151807.0000,152098.0000,151797.0000,151436.0000,151236.0000,151476.0000,151927.0000,156095.0000,151397.0000,151887.0000,151666.0000,151667.0000,151617.0000,151676.0000,151717.0000,152188.0000,151687.0000,152117.0000,151837.0000,151637.0000,151416.0000,151897.0000,151587.0000,151917.0000,152187.0000,151497.0000,151476.0000,151627.0000,151907.0000,152177.0000,151907.0000,152057.0000,151907.0000,155284.0000,151526.0000,152028.0000,151436.0000,151607.0000,151686.0000,151507.0000,151556.0000,152108.0000,151697.0000,152398.0000,151656.0000,151857.0000,151517.0000,151727.0000,151646.0000,151898.0000,151786.0000,152287.0000,151487.0000,151446.0000,151767.0000" -generating large task graphs,wave_sim topology,100,1,59307300,571724.3400,561159.2100,581656.5800,52636.6335,50071.6707,53556.4656,"506679.0000,508524.0000,624854.0000,618121.0000,616889.0000,616888.0000,616178.0000,621277.0000,615877.0000,616898.0000,616708.0000,616768.0000,615355.0000,620766.0000,616357.0000,618773.0000,617369.0000,615817.0000,616979.0000,615596.0000,619494.0000,615276.0000,616218.0000,616418.0000,615736.0000,615256.0000,619193.0000,617330.0000,616308.0000,616127.0000,616227.0000,616097.0000,615656.0000,619123.0000,614424.0000,615376.0000,614214.0000,615666.0000,615907.0000,619183.0000,615967.0000,615526.0000,615316.0000,615947.0000,616147.0000,615395.0000,620485.0000,615136.0000,615275.0000,616208.0000,615586.0000,615376.0000,619584.0000,616819.0000,615927.0000,615927.0000,614885.0000,615186.0000,615726.0000,602181.0000,511349.0000,511068.0000,510828.0000,511789.0000,510587.0000,512090.0000,514816.0000,509775.0000,509686.0000,511399.0000,509364.0000,510847.0000,509595.0000,509675.0000,513342.0000,509786.0000,509756.0000,510457.0000,510346.0000,509606.0000,509825.0000,511548.0000,513793.0000,510296.0000,509595.0000,510096.0000,509726.0000,509745.0000,509586.0000,510988.0000,509705.0000,507381.0000,506579.0000,508684.0000,506439.0000,507171.0000,506870.0000,508784.0000,511890.0000,507071.0000" -generating large task graphs,jacobi topology,100,1,21145700,211685.5300,211511.6000,211936.2500,1052.2629,792.0273,1448.2454,"211831.0000,211159.0000,216860.0000,212592.0000,212282.0000,212582.0000,211180.0000,215117.0000,211209.0000,211831.0000,211610.0000,211811.0000,211841.0000,211590.0000,212592.0000,212241.0000,212272.0000,211650.0000,211540.0000,211811.0000,211250.0000,212271.0000,211270.0000,212282.0000,211810.0000,212082.0000,214986.0000,211741.0000,211340.0000,211660.0000,211280.0000,211310.0000,211189.0000,210869.0000,210538.0000,212071.0000,211279.0000,210708.0000,211180.0000,210568.0000,210919.0000,210468.0000,211180.0000,210769.0000,210638.0000,214937.0000,210899.0000,210789.0000,211289.0000,212452.0000,212162.0000,211349.0000,210648.0000,210619.0000,210578.0000,210739.0000,210378.0000,211289.0000,211050.0000,210788.0000,210818.0000,211621.0000,211440.0000,211851.0000,214636.0000,211209.0000,211140.0000,210408.0000,211039.0000,210559.0000,211189.0000,212162.0000,212131.0000,211520.0000,211761.0000,211550.0000,211370.0000,211731.0000,210919.0000,212041.0000,211360.0000,211550.0000,211591.0000,214656.0000,211831.0000,211690.0000,211721.0000,211229.0000,212202.0000,211610.0000,212061.0000,211440.0000,211209.0000,211981.0000,212091.0000,211721.0000,211199.0000,211630.0000,212041.0000,211420.0000" -generating large command graphs for N nodes - 1,soup topology,100,1,647742700,6582595.1000,6498026.5600,6644178.9800,366047.1201,292172.6890,436959.3371,"6721503.0000,6728918.0000,6721985.0000,6759665.0000,6724920.0000,6675987.0000,6722555.0000,6727705.0000,6739307.0000,6728056.0000,6730079.0000,6688220.0000,6746952.0000,6735780.0000,6748295.0000,6694422.0000,6742623.0000,6746361.0000,6740900.0000,6748634.0000,6801817.0000,6746660.0000,6733736.0000,6724309.0000,6793850.0000,6776056.0000,6722525.0000,6739948.0000,6723858.0000,6758784.0000,6744207.0000,6736471.0000,6739488.0000,6775065.0000,6738375.0000,6745769.0000,6752182.0000,6741000.0000,6730520.0000,6387670.0000,5667446.0000,5664619.0000,6755908.0000,6760077.0000,6940809.0000,6729298.0000,6742663.0000,6715272.0000,6744667.0000,6738466.0000,6751460.0000,6755869.0000,6749436.0000,6729208.0000,6786767.0000,6728306.0000,6735461.0000,6759795.0000,6719579.0000,6741311.0000,6753554.0000,6734157.0000,6732043.0000,6761469.0000,6727294.0000,6761879.0000,6690535.0000,6740960.0000,6560698.0000,5667646.0000,5672945.0000,5675500.0000,5664269.0000,5673757.0000,6375267.0000,6763603.0000,6723276.0000,6689513.0000,5681181.0000,6463934.0000,6749847.0000,6746411.0000,6719359.0000,6730009.0000,6723297.0000,6758353.0000,6735970.0000,6741031.0000,6729318.0000,6730140.0000,6722876.0000,6698129.0000,6765066.0000,5659199.0000,5654310.0000,5656594.0000,5658287.0000,5687844.0000,6039430.0000,6738986.0000" -generating large command graphs for N nodes - 1,chain topology,100,1,19112200,191459.5000,190984.2400,193324.1900,4217.7806,904.4557,9818.5124,"190290.0000,190540.0000,232169.0000,192384.0000,192043.0000,191573.0000,191652.0000,191372.0000,191292.0000,191172.0000,190660.0000,190961.0000,190540.0000,190881.0000,190410.0000,190390.0000,190640.0000,190771.0000,191503.0000,191091.0000,190891.0000,190561.0000,195299.0000,190521.0000,190871.0000,190871.0000,190931.0000,191051.0000,191062.0000,190781.0000,190520.0000,190270.0000,190711.0000,190250.0000,191512.0000,190961.0000,191292.0000,190380.0000,190501.0000,191923.0000,191041.0000,190891.0000,190761.0000,195731.0000,191141.0000,190981.0000,190520.0000,190671.0000,190099.0000,190922.0000,191061.0000,190971.0000,191202.0000,190841.0000,191072.0000,191452.0000,191031.0000,191192.0000,190490.0000,191392.0000,190520.0000,190280.0000,190931.0000,195149.0000,191292.0000,191142.0000,190721.0000,191111.0000,190290.0000,191222.0000,191121.0000,191401.0000,191141.0000,191372.0000,191342.0000,190891.0000,190621.0000,191051.0000,190661.0000,190991.0000,190701.0000,190641.0000,190420.0000,189849.0000,196121.0000,190781.0000,190480.0000,190891.0000,190491.0000,190680.0000,189849.0000,190199.0000,189989.0000,190670.0000,191021.0000,190420.0000,190530.0000,190380.0000,190871.0000,190761.0000" -generating large command graphs for N nodes - 1,expanding tree topology,100,1,34185900,358733.5400,358229.9200,360378.7400,4186.5785,1384.1828,9306.5312,"358569.0000,357938.0000,369750.0000,359651.0000,358910.0000,359681.0000,363258.0000,358859.0000,359611.0000,359581.0000,357718.0000,358549.0000,358138.0000,359070.0000,358128.0000,358369.0000,358358.0000,362366.0000,357266.0000,357597.0000,359331.0000,358258.0000,358629.0000,357467.0000,357848.0000,357527.0000,357737.0000,359049.0000,396951.0000,357738.0000,357697.0000,357237.0000,358028.0000,357918.0000,358078.0000,357477.0000,357657.0000,356925.0000,357176.0000,361374.0000,357267.0000,357236.0000,357708.0000,357296.0000,357377.0000,357617.0000,358199.0000,357356.0000,357838.0000,358118.0000,361685.0000,359060.0000,358319.0000,357977.0000,357617.0000,357116.0000,357597.0000,357948.0000,357607.0000,357227.0000,357577.0000,357387.0000,360262.0000,357687.0000,358259.0000,357687.0000,357637.0000,357978.0000,357107.0000,357857.0000,358118.0000,357918.0000,357347.0000,361695.0000,357186.0000,357657.0000,356885.0000,357507.0000,358890.0000,357126.0000,357136.0000,357717.0000,357056.0000,357497.0000,361394.0000,357897.0000,357988.0000,358128.0000,357808.0000,357587.0000,358319.0000,358028.0000,358048.0000,357236.0000,357828.0000,361524.0000,358278.0000,358198.0000,358258.0000,358028.0000" -generating large command graphs for N nodes - 1,contracting tree topology,100,1,37500800,405078.9400,404093.3700,408932.9500,8868.1493,1641.0111,20781.8114,"403665.0000,403364.0000,414174.0000,406991.0000,409165.0000,404757.0000,405969.0000,402773.0000,404345.0000,403524.0000,404486.0000,403945.0000,404055.0000,403003.0000,407551.0000,403895.0000,403915.0000,403755.0000,404065.0000,403294.0000,404566.0000,402802.0000,403164.0000,402813.0000,408463.0000,402542.0000,404456.0000,403995.0000,403494.0000,403344.0000,491441.0000,404346.0000,404857.0000,402542.0000,409766.0000,403884.0000,404426.0000,403334.0000,403464.0000,403413.0000,404866.0000,403875.0000,403464.0000,407682.0000,404466.0000,403103.0000,403655.0000,402903.0000,402903.0000,403023.0000,404166.0000,403454.0000,403514.0000,407191.0000,403785.0000,402833.0000,403314.0000,403153.0000,403254.0000,402512.0000,404015.0000,404356.0000,403985.0000,407592.0000,403734.0000,403393.0000,403534.0000,402071.0000,403303.0000,403544.0000,403785.0000,403233.0000,403253.0000,406310.0000,403735.0000,403404.0000,404396.0000,402622.0000,403594.0000,401790.0000,403794.0000,402683.0000,404716.0000,409285.0000,404356.0000,403173.0000,403454.0000,403484.0000,403584.0000,402763.0000,404646.0000,403444.0000,403625.0000,406600.0000,404326.0000,403724.0000,404987.0000,403665.0000,403233.0000,403784.0000" -generating large command graphs for N nodes - 1,wave_sim topology,100,1,149645800,1480494.3700,1456006.1100,1504340.8600,123136.2635,118095.8530,126378.9369,"1347644.0000,1330381.0000,1414691.0000,1329360.0000,1329831.0000,1356842.0000,1326244.0000,1329480.0000,1357222.0000,1325823.0000,1325653.0000,1488331.0000,1588110.0000,1591616.0000,1606285.0000,1601285.0000,1586197.0000,1581077.0000,1594322.0000,1583542.0000,1584794.0000,1585445.0000,1600494.0000,1579955.0000,1583241.0000,1605683.0000,1579133.0000,1577881.0000,1599392.0000,1584413.0000,1586678.0000,1614089.0000,1576879.0000,1583301.0000,1587919.0000,1585284.0000,1607928.0000,1580576.0000,1583321.0000,1591165.0000,1579784.0000,1590645.0000,1603480.0000,1576699.0000,1589904.0000,1584273.0000,1591066.0000,1602116.0000,1581738.0000,1591536.0000,1602707.0000,1581126.0000,1583761.0000,1605423.0000,1582088.0000,1581086.0000,1589322.0000,1586557.0000,1603629.0000,1581188.0000,1585485.0000,1589193.0000,1587900.0000,1585184.0000,1586757.0000,1351402.0000,1332325.0000,1340982.0000,1354727.0000,1330882.0000,1337665.0000,1331533.0000,1331223.0000,1359857.0000,1336804.0000,1330091.0000,1338717.0000,1330723.0000,1331423.0000,1357624.0000,1329770.0000,1333257.0000,1339168.0000,1332997.0000,1333517.0000,1341212.0000,1333958.0000,1355800.0000,1585104.0000,1589072.0000,1534799.0000,1337425.0000,1337324.0000,1343096.0000,1353325.0000,1332636.0000,1338978.0000,1329961.0000,1337435.0000,1340471.0000" -generating large command graphs for N nodes - 1,jacobi topology,100,1,48395000,534238.9600,533902.0200,534706.5800,2006.4212,1594.3317,2892.4136,"533761.0000,533570.0000,544782.0000,535274.0000,535754.0000,534522.0000,538901.0000,533501.0000,534673.0000,534272.0000,532970.0000,533230.0000,532569.0000,532369.0000,538820.0000,534402.0000,533801.0000,533210.0000,533059.0000,533390.0000,534362.0000,538190.0000,534402.0000,533710.0000,534422.0000,533751.0000,533962.0000,534943.0000,533802.0000,537839.0000,534061.0000,532068.0000,534854.0000,534973.0000,535014.0000,533430.0000,538711.0000,532769.0000,531938.0000,533781.0000,533681.0000,531927.0000,532729.0000,532578.0000,538040.0000,533681.0000,533991.0000,533430.0000,531888.0000,533090.0000,533490.0000,537448.0000,533530.0000,533450.0000,532990.0000,532258.0000,533912.0000,533130.0000,533220.0000,536967.0000,533611.0000,533421.0000,533972.0000,533681.0000,533230.0000,534613.0000,537969.0000,533941.0000,534052.0000,533681.0000,534272.0000,533391.0000,533320.0000,532749.0000,537608.0000,535034.0000,533560.0000,533330.0000,533641.0000,533410.0000,533350.0000,538420.0000,533090.0000,532950.0000,534422.0000,533471.0000,533310.0000,532118.0000,533240.0000,538099.0000,532749.0000,532810.0000,532859.0000,532519.0000,532669.0000,533471.0000,538059.0000,533902.0000,533320.0000,533340.0000" -generating large command graphs for N nodes - 4,soup topology,100,1,1481156500,15284500.7600,15077785.5400,15467049.7200,990468.3614,888854.2541,1073345.7359,"16152354.0000,15977021.0000,16077061.0000,15918942.0000,16056061.0000,13661281.0000,13516818.0000,15469529.0000,15721928.0000,13635853.0000,13539370.0000,15862896.0000,15752666.0000,16001478.0000,15942176.0000,16279366.0000,15994635.0000,15765711.0000,14156149.0000,16004594.0000,14692537.0000,13688382.0000,14682097.0000,16107429.0000,15944289.0000,16063606.0000,16017739.0000,15975790.0000,15958647.0000,16090407.0000,15253028.0000,13640642.0000,13967261.0000,16075549.0000,16025194.0000,16046753.0000,15969227.0000,15487904.0000,13619812.0000,13790196.0000,16060300.0000,16029442.0000,15980508.0000,16111407.0000,15926216.0000,13642715.0000,13612168.0000,15519725.0000,15960932.0000,15932046.0000,15186053.0000,13625583.0000,13955649.0000,14358994.0000,16095796.0000,15758218.0000,13613380.0000,13625714.0000,15392564.0000,15979777.0000,16048849.0000,16028339.0000,16046564.0000,16017228.0000,16062363.0000,16013451.0000,15990166.0000,16015585.0000,15904394.0000,15996399.0000,14604450.0000,13600646.0000,14538925.0000,16022157.0000,15210769.0000,13588203.0000,13813379.0000,15879827.0000,16099785.0000,15935844.0000,16007029.0000,16178925.0000,15974456.0000,14035851.0000,13586749.0000,14728545.0000,16044851.0000,13682832.0000,13617949.0000,15081595.0000,16090857.0000,16056182.0000,16068685.0000,16092501.0000,16051924.0000,16016235.0000,15334834.0000,13513201.0000,13841983.0000,16078004.0000" -generating large command graphs for N nodes - 4,chain topology,100,1,315673900,3087573.7600,3043976.2300,3127443.5600,212526.9566,194617.5294,224279.3029,"3239532.0000,3232979.0000,3241254.0000,2849481.0000,2775601.0000,2771995.0000,2781142.0000,2774088.0000,2786623.0000,2781743.0000,2764300.0000,2762006.0000,2764891.0000,2852367.0000,3248969.0000,3255501.0000,3261332.0000,3254019.0000,3261192.0000,3242386.0000,3227749.0000,3231916.0000,3230885.0000,3229813.0000,3227629.0000,3228310.0000,3235995.0000,3232969.0000,3238028.0000,3233811.0000,3226476.0000,3233409.0000,3237588.0000,3231466.0000,3233470.0000,3222168.0000,3230774.0000,3227849.0000,3236986.0000,3232699.0000,3227659.0000,3231516.0000,3229071.0000,3235704.0000,3245032.0000,3228480.0000,3228259.0000,3231456.0000,3234461.0000,3231106.0000,3236515.0000,3229191.0000,2901300.0000,2789337.0000,2779369.0000,2783297.0000,2770733.0000,2779589.0000,2768548.0000,2785440.0000,2787394.0000,2781072.0000,2784368.0000,2957787.0000,3263306.0000,3255201.0000,3258757.0000,3260200.0000,3257415.0000,3257224.0000,3256053.0000,3265421.0000,3260952.0000,3261162.0000,3258046.0000,3257546.0000,3248037.0000,3238109.0000,3242176.0000,3235303.0000,3235774.0000,3226096.0000,2894728.0000,2786723.0000,2778978.0000,2778808.0000,2783787.0000,2782385.0000,2776613.0000,2784388.0000,2785540.0000,2780371.0000,2789739.0000,3004165.0000,3265991.0000,3251534.0000,3260751.0000,3258828.0000,3237207.0000,3231987.0000" -generating large command graphs for N nodes - 4,expanding tree topology,100,1,965777500,9336755.0500,9231505.6800,9426735.2400,492952.3610,429182.9674,544528.9597,"9660004.0000,9651869.0000,9652561.0000,9641759.0000,8978893.0000,9488609.0000,9600671.0000,9595632.0000,9665356.0000,9713335.0000,9569713.0000,9655977.0000,9649094.0000,9659514.0000,9655065.0000,9635498.0000,9644525.0000,9658301.0000,9677638.0000,9700723.0000,9547982.0000,9149707.0000,8444329.0000,8482171.0000,8388704.0000,9676926.0000,9606153.0000,9670765.0000,9651689.0000,9645196.0000,9397317.0000,8500075.0000,8395198.0000,8395767.0000,9355307.0000,9677518.0000,9631110.0000,9633013.0000,9705711.0000,9555947.0000,9648683.0000,9632773.0000,9370586.0000,8443157.0000,8445713.0000,8504113.0000,9337633.0000,9663241.0000,9739936.0000,9605090.0000,9637653.0000,9555928.0000,8509443.0000,8376010.0000,8509964.0000,9107998.0000,9631741.0000,9568733.0000,8429712.0000,8441594.0000,8435924.0000,8711226.0000,9689310.0000,9645407.0000,9573040.0000,9625640.0000,9663992.0000,9659784.0000,9664052.0000,9680744.0000,9697866.0000,9577668.0000,9664253.0000,9648282.0000,9647391.0000,9626231.0000,9740537.0000,9538343.0000,9633133.0000,9643904.0000,9651609.0000,9678089.0000,9700712.0000,9664513.0000,8619982.0000,8352104.0000,8436585.0000,8618570.0000,9610431.0000,9655636.0000,9708907.0000,9563812.0000,9641249.0000,9472008.0000,8449690.0000,8445832.0000,8438027.0000,9074144.0000,9706773.0000,9595082.0000" -generating large command graphs for N nodes - 4,contracting tree topology,100,1,332405800,3517068.9400,3466646.0200,3559073.9300,234502.4833,202153.3105,260623.7996,"3077133.0000,3079057.0000,3659006.0000,3475799.0000,3083115.0000,3081061.0000,3070500.0000,3126968.0000,3080290.0000,3078346.0000,3167144.0000,3683813.0000,3650841.0000,3650861.0000,3655991.0000,3652044.0000,3646252.0000,3649689.0000,3648878.0000,3651883.0000,3650561.0000,3646984.0000,3642545.0000,3696358.0000,3641774.0000,3648477.0000,3644259.0000,3651172.0000,3644419.0000,3641574.0000,3648777.0000,3645421.0000,3641093.0000,3643517.0000,3645431.0000,3653246.0000,3655790.0000,3649699.0000,3639700.0000,3644579.0000,3654298.0000,3649288.0000,3649479.0000,3648377.0000,3646393.0000,3646984.0000,3635652.0000,3644258.0000,3685237.0000,3644759.0000,3647885.0000,3648326.0000,3650069.0000,3645220.0000,3648807.0000,3654959.0000,3646763.0000,3644740.0000,3640211.0000,3645320.0000,3639619.0000,3643717.0000,3635623.0000,3170801.0000,3081221.0000,3071513.0000,3451533.0000,3655571.0000,3654208.0000,3659187.0000,3645571.0000,3133490.0000,3062104.0000,3071011.0000,3073095.0000,3069118.0000,3077123.0000,3076643.0000,3077233.0000,3072234.0000,3137678.0000,3651903.0000,3643066.0000,3653856.0000,3649688.0000,3639850.0000,3642846.0000,3641974.0000,3650350.0000,3641303.0000,3649689.0000,3644880.0000,3645431.0000,3630222.0000,3647335.0000,3653617.0000,3641944.0000,3649499.0000,3656131.0000,3093945.0000" -generating large command graphs for N nodes - 4,wave_sim topology,100,1,1337246500,13175186.2400,12998505.7000,13327822.1000,838306.1754,748727.8767,912134.0926,"13095558.0000,11744897.0000,13771069.0000,12983295.0000,11685505.0000,11806254.0000,13286240.0000,13785347.0000,13766170.0000,12252109.0000,11768492.0000,12065725.0000,13844007.0000,13795305.0000,13782091.0000,13781830.0000,13769546.0000,13779766.0000,13819811.0000,13792590.0000,13797409.0000,13772111.0000,13763564.0000,13755359.0000,13786789.0000,13760278.0000,12712111.0000,11779673.0000,11767169.0000,13699504.0000,13810263.0000,13838849.0000,13811235.0000,13796858.0000,12594268.0000,11768092.0000,11797397.0000,13840270.0000,13791708.0000,13752233.0000,13778173.0000,12683227.0000,11694942.0000,11731983.0000,13752975.0000,13621115.0000,11726783.0000,11697247.0000,12793054.0000,13987309.0000,13751041.0000,13745150.0000,13780367.0000,13759206.0000,13782741.0000,13779475.0000,13765158.0000,13772381.0000,13841603.0000,13401378.0000,11757731.0000,11736551.0000,12783107.0000,13824791.0000,12918703.0000,11757922.0000,11751490.0000,13308341.0000,13764437.0000,13771309.0000,13778142.0000,13769115.0000,13780176.0000,12100793.0000,11777359.0000,12269442.0000,13879985.0000,13810704.0000,13836563.0000,12866073.0000,11748234.0000,11844166.0000,13326666.0000,13763807.0000,13742515.0000,13293493.0000,11742562.0000,11750728.0000,12949682.0000,13790386.0000,13761411.0000,13765518.0000,13758305.0000,13802189.0000,13774516.0000,13772903.0000,13760980.0000,13781108.0000,13769967.0000,13760699.0000" -generating large command graphs for N nodes - 4,jacobi topology,100,1,443633600,4251957.4000,4188037.2800,4306470.8600,300519.2279,263230.0859,327930.2729,"4444266.0000,4447401.0000,3763835.0000,3883161.0000,4443484.0000,4441390.0000,4449355.0000,4437232.0000,4431731.0000,4426531.0000,4426361.0000,4428816.0000,4425820.0000,4423606.0000,4424958.0000,4338105.0000,3722727.0000,3719411.0000,3712828.0000,3716866.0000,3729540.0000,3804362.0000,3744529.0000,3745391.0000,4415811.0000,4446089.0000,4446310.0000,4449535.0000,4434998.0000,4431461.0000,4429818.0000,4430429.0000,4424368.0000,4432493.0000,4429287.0000,4423025.0000,4433855.0000,3754377.0000,3725423.0000,3739679.0000,3746643.0000,3743637.0000,3740091.0000,3736133.0000,3735000.0000,4329578.0000,4438474.0000,4438384.0000,4448713.0000,4442001.0000,4429567.0000,4439786.0000,4437142.0000,4436951.0000,4434577.0000,4439867.0000,4422835.0000,4419989.0000,4431602.0000,4425841.0000,4429237.0000,4430961.0000,4426521.0000,4432944.0000,4429357.0000,4431722.0000,4438384.0000,4435940.0000,4426161.0000,4426161.0000,4490273.0000,4431121.0000,4426832.0000,4422404.0000,4438143.0000,4428496.0000,4419879.0000,4425701.0000,4427744.0000,4423727.0000,4425169.0000,4430279.0000,4438014.0000,4435438.0000,4426010.0000,4420420.0000,4425920.0000,3779234.0000,3734811.0000,3742545.0000,3736273.0000,3738127.0000,3735391.0000,3738518.0000,3746562.0000,4344115.0000,4447732.0000,4436691.0000,4430769.0000,4446539.0000" -generating large command graphs for N nodes - 16,soup topology,100,1,5590668900,55204000.4200,54757708.3600,55616679.3700,2194843.0831,1995429.6287,2436968.3310,"53721023.0000,57293096.0000,51909188.0000,50689025.0000,53238960.0000,54077790.0000,57109359.0000,57670712.0000,57522751.0000,52267589.0000,57233764.0000,54764683.0000,54495261.0000,52320739.0000,52112835.0000,57412002.0000,57625587.0000,55209847.0000,50339973.0000,57220389.0000,53425313.0000,56748774.0000,51502517.0000,56494923.0000,52243833.0000,57346326.0000,57186224.0000,53854527.0000,56575285.0000,57144995.0000,51876426.0000,51049638.0000,52000963.0000,57143984.0000,57348010.0000,57097586.0000,51842061.0000,57409316.0000,55434843.0000,50106661.0000,52544272.0000,57188980.0000,52750484.0000,57279620.0000,57236519.0000,56039329.0000,54057823.0000,57207754.0000,53545341.0000,52409095.0000,55562695.0000,57197604.0000,57515518.0000,57535786.0000,53787489.0000,57375733.0000,56007388.0000,54013489.0000,52509847.0000,57300290.0000,53637135.0000,56666378.0000,57270242.0000,55997670.0000,53889754.0000,57312042.0000,54234407.0000,53639750.0000,52939301.0000,57337019.0000,57112724.0000,57554723.0000,55429733.0000,57280643.0000,55784485.0000,54065617.0000,56570877.0000,55568987.0000,52013176.0000,55280100.0000,57544522.0000,55961751.0000,54216873.0000,57353571.0000,55218863.0000,50559740.0000,52869088.0000,57320948.0000,57442198.0000,57406261.0000,56754605.0000,57587715.0000,56067231.0000,53964655.0000,52758288.0000,57483707.0000,55758606.0000,53991476.0000,57480712.0000,55942635.0000" -generating large command graphs for N nodes - 16,chain topology,100,1,43760582400,434381134.1800,433060971.0600,435721533.5000,6771811.7951,6002482.8379,7763059.3813,"431893071.0000,425971643.0000,441604332.0000,438533950.0000,437117824.0000,436416273.0000,429055988.0000,430983723.0000,434414938.0000,439738842.0000,424320268.0000,437194256.0000,427999974.0000,439682793.0000,427582060.0000,428134868.0000,432285136.0000,430423586.0000,430761465.0000,420993677.0000,445235407.0000,432332273.0000,432943742.0000,445170271.0000,423462395.0000,436868371.0000,428915943.0000,437114146.0000,435039652.0000,434522962.0000,429909444.0000,439859779.0000,428411042.0000,427155842.0000,432198381.0000,424781509.0000,433042061.0000,429279366.0000,440286054.0000,425199159.0000,434681998.0000,441182793.0000,423213694.0000,434831159.0000,420725716.0000,435248309.0000,431964903.0000,429204179.0000,434895629.0000,429884117.0000,452238919.0000,426296013.0000,433494861.0000,428823154.0000,439128011.0000,434482922.0000,421777926.0000,441067505.0000,431580609.0000,436360701.0000,429859184.0000,425236180.0000,426064388.0000,421560930.0000,449705870.0000,433627065.0000,441463642.0000,444358390.0000,443723096.0000,434442298.0000,435213291.0000,438657179.0000,426340688.0000,448543762.0000,437863403.0000,432580155.0000,444954425.0000,438952877.0000,439574404.0000,442000284.0000,436345321.0000,436960527.0000,437282898.0000,430643620.0000,436685906.0000,445980816.0000,438420743.0000,433590394.0000,436950004.0000,438382218.0000,440998098.0000,432727046.0000,440386346.0000,441781222.0000,441520285.0000,433627572.0000,432857711.0000,419349952.0000,439680626.0000,441301018.0000" -generating large command graphs for N nodes - 16,expanding tree topology,100,1,67944202000,680209706.0100,679332076.2200,681151852.0700,4640165.9233,4087081.6172,5410407.7013,"678356952.0000,694022648.0000,678429868.0000,674282644.0000,680761506.0000,678422660.0000,680759500.0000,682554652.0000,678102060.0000,678658504.0000,674639362.0000,682130072.0000,686587763.0000,676801448.0000,674778461.0000,679937311.0000,672263681.0000,678826251.0000,680497549.0000,679347699.0000,684072986.0000,682784742.0000,677223087.0000,685719613.0000,680497311.0000,681412496.0000,691224586.0000,671943413.0000,678622003.0000,688409526.0000,677846860.0000,675826249.0000,674818116.0000,683853826.0000,677359682.0000,676548945.0000,677724021.0000,679920414.0000,677971818.0000,676071745.0000,675614436.0000,675633532.0000,676043859.0000,672832178.0000,675015527.0000,673021036.0000,683812322.0000,670928295.0000,679622377.0000,676592252.0000,674548525.0000,677843801.0000,674266990.0000,676487217.0000,681660374.0000,683099140.0000,672727607.0000,679325543.0000,682553473.0000,677411593.0000,685781579.0000,682408904.0000,682772223.0000,684915694.0000,678546259.0000,677028070.0000,681940110.0000,681115506.0000,676582171.0000,679907454.0000,682131448.0000,678467181.0000,685740268.0000,684292613.0000,677393433.0000,683286373.0000,682714017.0000,679594302.0000,683619281.0000,684290112.0000,678957100.0000,678257403.0000,682095187.0000,684168837.0000,675315673.0000,683758677.0000,676357887.0000,673398415.0000,685460350.0000,685747162.0000,680389766.0000,691635915.0000,686334433.0000,686037159.0000,686803239.0000,690964737.0000,686710612.0000,682129035.0000,684903174.0000,679966735.0000" -generating large command graphs for N nodes - 16,contracting tree topology,100,1,13488415000,134862704.0100,134058375.0100,135644666.7200,4035124.8672,3617239.7828,4528752.3243,"124984328.0000,139404073.0000,128097383.0000,134619247.0000,135068387.0000,134988026.0000,132408045.0000,128106801.0000,135335264.0000,135286531.0000,134351389.0000,126863805.0000,134487175.0000,135010408.0000,135137859.0000,135526065.0000,135016109.0000,135263918.0000,139681583.0000,134751777.0000,137991459.0000,130019156.0000,129267851.0000,133944147.0000,140103542.0000,140784463.0000,136774882.0000,140910311.0000,132893084.0000,129694971.0000,140814951.0000,134677255.0000,135574206.0000,126499914.0000,137753747.0000,134202636.0000,133259007.0000,129791022.0000,133997076.0000,134645595.0000,138473200.0000,129600782.0000,140910822.0000,129999447.0000,129063443.0000,140761869.0000,133159056.0000,137464449.0000,131323607.0000,140963060.0000,134489379.0000,131010975.0000,135705404.0000,134789027.0000,139813771.0000,134447218.0000,139574086.0000,139030396.0000,128432305.0000,134186003.0000,140815561.0000,130873984.0000,140704761.0000,129209629.0000,140950697.0000,134359301.0000,129206373.0000,133908046.0000,137014054.0000,135191558.0000,134485741.0000,140929786.0000,130702098.0000,130079097.0000,135052024.0000,139528670.0000,134516619.0000,137825902.0000,135928455.0000,134011923.0000,132942354.0000,126768932.0000,140869541.0000,137204955.0000,140825258.0000,130900675.0000,137947843.0000,134163159.0000,138685731.0000,136197294.0000,138257189.0000,136150065.0000,134433511.0000,129707602.0000,138916199.0000,136447148.0000,133458903.0000,136762435.0000,128432155.0000,140719426.0000" -generating large command graphs for N nodes - 16,wave_sim topology,100,1,12437480300,126227026.7300,125452954.0000,126958051.3800,3870364.1535,3470020.2123,4461863.7582,"125769543.0000,125833845.0000,120111330.0000,128984040.0000,119051762.0000,130785585.0000,126029079.0000,120966461.0000,127700246.0000,131539293.0000,120614323.0000,128457111.0000,122833981.0000,131208827.0000,125914300.0000,123253887.0000,129714454.0000,131465223.0000,127160432.0000,125939197.0000,124373259.0000,131569270.0000,126173611.0000,115216421.0000,125990805.0000,131445716.0000,128492577.0000,125695024.0000,120317691.0000,131248301.0000,126121863.0000,115796080.0000,131333012.0000,131393536.0000,130151041.0000,125956519.0000,120644119.0000,131337971.0000,124443030.0000,123388822.0000,131230347.0000,129945381.0000,127547034.0000,126311182.0000,120561492.0000,124383467.0000,124468349.0000,126114979.0000,131166295.0000,129808071.0000,131583385.0000,121799749.0000,124822509.0000,127108843.0000,125382612.0000,122227841.0000,126063161.0000,128550166.0000,131369059.0000,120515475.0000,125863161.0000,121167550.0000,124755863.0000,130372099.0000,131319706.0000,127152606.0000,131454561.0000,120375219.0000,125898618.0000,125978660.0000,125626293.0000,130566398.0000,131244232.0000,122559158.0000,129758005.0000,125063435.0000,125628927.0000,125768953.0000,125684172.0000,129586219.0000,131276874.0000,121062140.0000,130092417.0000,122843948.0000,126078098.0000,125974363.0000,125024811.0000,123766556.0000,131495637.0000,121083500.0000,128806901.0000,122201039.0000,125886826.0000,125937201.0000,124440734.0000,122955028.0000,131316518.0000,121933451.0000,127460889.0000,121860923.0000" -generating large command graphs for N nodes - 16,jacobi topology,100,1,12499664900,124776620.8800,123956044.7800,125570483.0100,4095244.7730,3603475.9296,4640725.5594,"131010174.0000,130398084.0000,125874402.0000,122981889.0000,121810979.0000,124653837.0000,123975521.0000,119705568.0000,131676720.0000,124850451.0000,124310988.0000,119685028.0000,125181398.0000,125539215.0000,124624612.0000,116716932.0000,131349599.0000,124852103.0000,124099617.0000,120245089.0000,127379083.0000,122615784.0000,124735382.0000,124169959.0000,131396600.0000,124916535.0000,124832957.0000,118188652.0000,128979888.0000,121273909.0000,121283808.0000,116084132.0000,131078505.0000,124989933.0000,125154996.0000,124206229.0000,131125914.0000,117970447.0000,124991596.0000,119950781.0000,130703565.0000,124907488.0000,124807037.0000,118678109.0000,130990619.0000,119014356.0000,124994602.0000,123684739.0000,131496128.0000,125169814.0000,124652063.0000,119006510.0000,131300156.0000,118493067.0000,124783772.0000,124503290.0000,126265362.0000,125212525.0000,124928997.0000,116140097.0000,131085629.0000,118316983.0000,124673252.0000,125174313.0000,124702829.0000,125211693.0000,125778637.0000,123194440.0000,131643125.0000,118878798.0000,124517367.0000,125648130.0000,124921012.0000,125704467.0000,126279677.0000,117544519.0000,131225823.0000,125494569.0000,124740490.0000,123327171.0000,120594701.0000,125765382.0000,128493434.0000,116660132.0000,130187865.0000,127420761.0000,124701666.0000,125565854.0000,124784884.0000,124835269.0000,129872227.0000,114976551.0000,130577704.0000,129169454.0000,124534949.0000,125254613.0000,125658298.0000,124990723.0000,130338160.0000,126616945.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,soup topology,100,1,643112200,6508382.1900,6410143.8500,6594071.7100,468393.3652,415659.1144,510165.0975,"5716605.0000,5701828.0000,6815428.0000,6806862.0000,6819355.0000,6821000.0000,6810750.0000,5711896.0000,5698330.0000,5691719.0000,5703451.0000,6571727.0000,6823393.0000,6831900.0000,6800630.0000,6799790.0000,6808435.0000,6812152.0000,6819837.0000,6293290.0000,5704653.0000,5700905.0000,5708429.0000,5719981.0000,5832987.0000,6808536.0000,6846237.0000,6842439.0000,6831871.0000,6787655.0000,6813053.0000,6823754.0000,6795732.0000,6812643.0000,6836538.0000,6808424.0000,6809327.0000,6812944.0000,6816390.0000,6811902.0000,6781114.0000,6817623.0000,6797725.0000,6824836.0000,6799278.0000,6816531.0000,6811681.0000,6846006.0000,6805700.0000,6806993.0000,6814877.0000,6787045.0000,6813053.0000,6769541.0000,6823443.0000,6795029.0000,6787816.0000,6149165.0000,6206886.0000,6809076.0000,6809928.0000,6795180.0000,6806352.0000,6811000.0000,6809837.0000,6808576.0000,6809608.0000,6822973.0000,6795961.0000,6812684.0000,6798026.0000,6792795.0000,6822652.0000,6778839.0000,6309370.0000,5695455.0000,5707859.0000,5697319.0000,5699393.0000,5748527.0000,6797094.0000,6884689.0000,5708570.0000,5755158.0000,5709162.0000,5821394.0000,6825607.0000,6091956.0000,5710053.0000,5699594.0000,5711846.0000,5721104.0000,6146060.0000,6959692.0000,6821861.0000,6848902.0000,6786694.0000,6783558.0000,6793928.0000,6482767.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,chain topology,100,1,18370800,192809.5300,192618.4000,193144.5000,1258.2419,840.5066,2013.5597,"192514.0000,192244.0000,200730.0000,193045.0000,193356.0000,192985.0000,192584.0000,193546.0000,192905.0000,193035.0000,193226.0000,193145.0000,193095.0000,196712.0000,193015.0000,193185.0000,192604.0000,192164.0000,192474.0000,192724.0000,192705.0000,192724.0000,193355.0000,193326.0000,192875.0000,192714.0000,192725.0000,192825.0000,193205.0000,193205.0000,191712.0000,192244.0000,192674.0000,192154.0000,196201.0000,192684.0000,191963.0000,192303.0000,192644.0000,192093.0000,192053.0000,192154.0000,191802.0000,192114.0000,192163.0000,191973.0000,192214.0000,192113.0000,192705.0000,192414.0000,192363.0000,192924.0000,192795.0000,192795.0000,192975.0000,196551.0000,192854.0000,192835.0000,192524.0000,191983.0000,193055.0000,192263.0000,192444.0000,192855.0000,192885.0000,192694.0000,192123.0000,192383.0000,192364.0000,192514.0000,191853.0000,192464.0000,192194.0000,192824.0000,192283.0000,195851.0000,193155.0000,192334.0000,191672.0000,192033.0000,192313.0000,191963.0000,192434.0000,192584.0000,192433.0000,192043.0000,192373.0000,191922.0000,192193.0000,191853.0000,192123.0000,191993.0000,192453.0000,191792.0000,192414.0000,192584.0000,197364.0000,192424.0000,192644.0000,192885.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,34896900,329895.2700,324765.7000,335347.3000,26867.6226,25314.4299,27760.1645,"307252.0000,306920.0000,372756.0000,362727.0000,362035.0000,362176.0000,366324.0000,363217.0000,362836.0000,363177.0000,361975.0000,362496.0000,362376.0000,361174.0000,361965.0000,361945.0000,362866.0000,366563.0000,363117.0000,363128.0000,362476.0000,361474.0000,363158.0000,360723.0000,362526.0000,361184.0000,362917.0000,362537.0000,366844.0000,361966.0000,363257.0000,362035.0000,363388.0000,362847.0000,362096.0000,362045.0000,361835.0000,361184.0000,361514.0000,365592.0000,368187.0000,336046.0000,307932.0000,307272.0000,307292.0000,307923.0000,308143.0000,306801.0000,307412.0000,307512.0000,307262.0000,306400.0000,315898.0000,307151.0000,307963.0000,307532.0000,307613.0000,307321.0000,306721.0000,306760.0000,307942.0000,307772.0000,307502.0000,307372.0000,307352.0000,313343.0000,307923.0000,306630.0000,307853.0000,307251.0000,307862.0000,307442.0000,307632.0000,307762.0000,308083.0000,307322.0000,307372.0000,307291.0000,313182.0000,307052.0000,308043.0000,306850.0000,308213.0000,307622.0000,308003.0000,307642.0000,308894.0000,307342.0000,308283.0000,307672.0000,308033.0000,328071.0000,307572.0000,307532.0000,308013.0000,307042.0000,307572.0000,306891.0000,307562.0000,306971.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,38695900,408271.9700,407995.0100,408675.9500,1688.0815,1307.6362,2382.5841,"407621.0000,408534.0000,416980.0000,408704.0000,408754.0000,408463.0000,409075.0000,409134.0000,407852.0000,408113.0000,412461.0000,407952.0000,408053.0000,408113.0000,407561.0000,407010.0000,407301.0000,407362.0000,408193.0000,407441.0000,412822.0000,408533.0000,408683.0000,408343.0000,407571.0000,408242.0000,407451.0000,408243.0000,407442.0000,407922.0000,413032.0000,408083.0000,407742.0000,407341.0000,407863.0000,407101.0000,406950.0000,407352.0000,406890.0000,407422.0000,411739.0000,408183.0000,408183.0000,408554.0000,408213.0000,407913.0000,407592.0000,407471.0000,408624.0000,411960.0000,407392.0000,408132.0000,408012.0000,406740.0000,407382.0000,406339.0000,406390.0000,406950.0000,407160.0000,411859.0000,407542.0000,408904.0000,407793.0000,408032.0000,407502.0000,408604.0000,407441.0000,407422.0000,407111.0000,411499.0000,407642.0000,407552.0000,408353.0000,407672.0000,407030.0000,406910.0000,407041.0000,407221.0000,406520.0000,411930.0000,406860.0000,407261.0000,407411.0000,407191.0000,409115.0000,408513.0000,407251.0000,408673.0000,408023.0000,411900.0000,407682.0000,408423.0000,407912.0000,406800.0000,407281.0000,407833.0000,407411.0000,407472.0000,411789.0000,408182.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,159892100,1569533.3400,1548929.8000,1585067.3000,90974.0968,71684.2218,109794.5384,"1339348.0000,1342304.0000,1788329.0000,1604881.0000,1604320.0000,1606835.0000,1602436.0000,1605302.0000,1601265.0000,1598439.0000,1608048.0000,1596645.0000,1602126.0000,1599471.0000,1601665.0000,1605032.0000,1602176.0000,1602778.0000,1595744.0000,1598068.0000,1606364.0000,1595222.0000,1598158.0000,1594682.0000,1596225.0000,1634618.0000,1598630.0000,1601875.0000,1595794.0000,1597387.0000,1605072.0000,1598039.0000,1659946.0000,1603989.0000,1605241.0000,1601294.0000,1599501.0000,1605272.0000,1601144.0000,1604320.0000,1598890.0000,1600423.0000,1606074.0000,1599170.0000,1606193.0000,1602517.0000,1595564.0000,1605102.0000,1599521.0000,1603178.0000,1597027.0000,1603428.0000,1609830.0000,1598449.0000,1604822.0000,1597667.0000,1601625.0000,1607486.0000,1599161.0000,1600783.0000,1600543.0000,1599551.0000,1605132.0000,1601364.0000,1605383.0000,1597737.0000,1600352.0000,1606385.0000,1607416.0000,1607456.0000,1598469.0000,1599210.0000,1603128.0000,1601495.0000,1608268.0000,1597638.0000,1599431.0000,1605803.0000,1597707.0000,1602747.0000,1592949.0000,1597016.0000,1605032.0000,1602557.0000,1606284.0000,1597728.0000,1600513.0000,1604230.0000,1498470.0000,1338607.0000,1343335.0000,1340550.0000,1338185.0000,1348716.0000,1341031.0000,1338636.0000,1344859.0000,1338887.0000,1340941.0000,1344698.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,jacobi topology,100,1,47387900,483537.8500,474706.2200,492603.2800,46088.7704,44345.3957,47017.5366,"535535.0000,535784.0000,451555.0000,442638.0000,441597.0000,448950.0000,442087.0000,441015.0000,441105.0000,441666.0000,440344.0000,440564.0000,441296.0000,441456.0000,448058.0000,442438.0000,441326.0000,442398.0000,441466.0000,441265.0000,441526.0000,441707.0000,441746.0000,447518.0000,441947.0000,441436.0000,441596.0000,440224.0000,441335.0000,442118.0000,439973.0000,439352.0000,477173.0000,537868.0000,534943.0000,535073.0000,534482.0000,534673.0000,533981.0000,534372.0000,540523.0000,496911.0000,441516.0000,440835.0000,441466.0000,442187.0000,441486.0000,442758.0000,448809.0000,441776.0000,441406.0000,440945.0000,441205.0000,441916.0000,441306.0000,441316.0000,442197.0000,448169.0000,442458.0000,441145.0000,441116.0000,440854.0000,440595.0000,441386.0000,440864.0000,440413.0000,450823.0000,538470.0000,536767.0000,535665.0000,535063.0000,536056.0000,535384.0000,534693.0000,540614.0000,534623.0000,534722.0000,534782.0000,535074.0000,535474.0000,534813.0000,540464.0000,534943.0000,535624.0000,535444.0000,535835.0000,535444.0000,535073.0000,534242.0000,541396.0000,536656.0000,536306.0000,535604.0000,535253.0000,533912.0000,535404.0000,539552.0000,535885.0000,536386.0000,536195.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,soup topology,100,1,560524600,5712515.4800,5624888.5200,5793592.0000,430986.0011,379198.0550,491927.4476,"6129157.0000,6091927.0000,6395493.0000,5652945.0000,5655950.0000,6188059.0000,5542916.0000,6162039.0000,6173171.0000,5628138.0000,6158233.0000,6219789.0000,6036802.0000,5635060.0000,5650500.0000,6033757.0000,5594714.0000,5876138.0000,6056730.0000,5692530.0000,5784734.0000,5710323.0000,6071938.0000,5657674.0000,5554228.0000,5985916.0000,6013579.0000,5934058.0000,6045018.0000,5449599.0000,5722156.0000,6039477.0000,5594305.0000,5726574.0000,5563034.0000,6255747.0000,5628759.0000,5233860.0000,5413471.0000,5243859.0000,4801030.0000,4858048.0000,5211228.0000,5330844.0000,5664898.0000,6022285.0000,5049301.0000,4920175.0000,6642030.0000,5904000.0000,5593742.0000,6164715.0000,5575678.0000,5690947.0000,6158453.0000,5656011.0000,5657223.0000,6077719.0000,4923362.0000,4771824.0000,5326435.0000,5316197.0000,4784619.0000,4891521.0000,5257015.0000,6189471.0000,5638227.0000,5703090.0000,6130280.0000,5684745.0000,5749708.0000,6191877.0000,5035175.0000,4737249.0000,5594083.0000,5195738.0000,4787204.0000,4854161.0000,5608290.0000,6222174.0000,5634331.0000,5611396.0000,6129067.0000,5671149.0000,6047382.0000,6182889.0000,6547510.0000,6044457.0000,5630142.0000,6186806.0000,5658545.0000,5804992.0000,6158463.0000,5695355.0000,5769025.0000,6218838.0000,5605936.0000,6043115.0000,6185885.0000,5653136.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,chain topology,100,1,34081300,342221.0800,331267.7200,354206.4100,58434.1853,52255.3625,65190.8438,"268238.0000,265132.0000,448529.0000,433220.0000,436627.0000,435926.0000,435064.0000,435745.0000,436336.0000,490880.0000,435875.0000,435835.0000,435154.0000,433872.0000,436236.0000,435535.0000,433441.0000,434963.0000,438230.0000,433932.0000,435424.0000,433661.0000,437508.0000,368819.0000,321098.0000,320306.0000,319205.0000,319064.0000,317711.0000,377926.0000,319334.0000,318272.0000,318052.0000,317932.0000,321518.0000,318673.0000,320497.0000,316719.0000,319985.0000,317361.0000,321258.0000,318924.0000,320236.0000,316629.0000,320286.0000,319655.0000,321869.0000,317561.0000,379679.0000,377515.0000,380681.0000,373377.0000,377775.0000,375921.0000,378697.0000,344973.0000,325797.0000,341827.0000,327159.0000,340285.0000,345815.0000,346556.0000,343851.0000,362586.0000,329122.0000,344492.0000,329483.0000,359881.0000,344352.0000,330155.0000,323052.0000,345524.0000,331147.0000,344151.0000,271133.0000,281232.0000,270281.0000,320426.0000,293335.0000,274690.0000,265813.0000,264731.0000,292152.0000,283115.0000,276133.0000,267306.0000,262367.0000,290089.0000,294778.0000,270101.0000,266394.0000,281242.0000,307502.0000,260092.0000,278066.0000,271644.0000,265593.0000,301491.0000,302933.0000,271363.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,expanding tree topology,100,1,53854100,606600.9800,588838.8200,624656.8300,91463.3448,82215.6743,102287.4353,"496110.0000,582343.0000,785087.0000,696610.0000,700476.0000,782443.0000,696229.0000,784045.0000,756714.0000,780519.0000,789105.0000,693173.0000,700207.0000,754610.0000,690639.0000,724122.0000,548219.0000,550242.0000,549411.0000,466924.0000,579007.0000,463888.0000,495378.0000,551374.0000,551073.0000,462296.0000,463197.0000,463547.0000,469128.0000,549030.0000,494457.0000,674027.0000,609114.0000,667785.0000,667885.0000,752676.0000,604966.0000,666212.0000,584487.0000,664920.0000,640423.0000,579939.0000,580549.0000,667364.0000,669498.0000,581802.0000,583185.0000,667915.0000,752545.0000,609104.0000,576502.0000,581392.0000,580269.0000,581121.0000,666813.0000,671161.0000,753728.0000,639862.0000,670289.0000,604405.0000,581912.0000,672594.0000,605036.0000,611358.0000,670029.0000,666282.0000,606689.0000,608372.0000,579968.0000,666853.0000,668857.0000,610807.0000,578486.0000,580389.0000,583515.0000,610596.0000,754379.0000,607110.0000,578536.0000,585599.0000,667865.0000,664198.0000,583044.0000,666983.0000,663157.0000,521106.0000,549350.0000,472675.0000,458027.0000,464449.0000,550373.0000,466754.0000,552276.0000,522941.0000,487824.0000,465752.0000,465802.0000,463558.0000,466864.0000,460192.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,contracting tree topology,100,1,48128600,476332.6900,465039.6600,490291.6800,63640.3323,54008.4593,75674.8481,"451905.0000,432078.0000,699144.0000,613111.0000,610015.0000,575710.0000,582554.0000,612369.0000,604485.0000,582263.0000,606759.0000,612159.0000,579848.0000,580108.0000,581963.0000,578505.0000,613382.0000,606920.0000,603202.0000,494196.0000,493595.0000,491871.0000,581812.0000,494797.0000,491020.0000,496921.0000,490419.0000,493244.0000,491240.0000,465642.0000,492984.0000,490719.0000,497112.0000,490729.0000,485549.0000,427689.0000,426708.0000,435255.0000,431607.0000,438791.0000,440975.0000,438390.0000,431878.0000,438670.0000,435245.0000,432819.0000,438781.0000,479709.0000,436757.0000,417471.0000,469980.0000,429313.0000,483365.0000,430575.0000,436286.0000,430054.0000,429744.0000,426027.0000,429633.0000,424203.0000,442438.0000,448079.0000,436586.0000,443409.0000,439573.0000,449892.0000,449531.0000,477875.0000,482404.0000,440745.0000,436817.0000,423011.0000,420507.0000,429423.0000,443630.0000,432038.0000,421919.0000,447087.0000,429062.0000,443390.0000,462045.0000,433090.0000,440904.0000,422580.0000,452216.0000,440274.0000,421528.0000,475059.0000,430705.0000,447468.0000,438079.0000,426037.0000,439723.0000,420416.0000,425115.0000,448169.0000,451715.0000,435715.0000,432820.0000,443940.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,wave_sim topology,100,1,156396200,1525607.7000,1500281.3400,1556240.5500,141225.1100,112204.9282,179740.8552,"1343245.0000,1354145.0000,2036309.0000,2029687.0000,1946890.0000,1957009.0000,1940267.0000,1696896.0000,1620271.0000,1512877.0000,1703828.0000,1522836.0000,1528377.0000,1485395.0000,1508959.0000,1622164.0000,1512396.0000,1597597.0000,1537703.0000,1509901.0000,1503078.0000,1517305.0000,1541851.0000,1568523.0000,1530921.0000,1687898.0000,1532985.0000,1512907.0000,1599751.0000,1642432.0000,1552852.0000,1529849.0000,1547022.0000,1532494.0000,1512065.0000,1680164.0000,1624760.0000,1509230.0000,1503098.0000,1519449.0000,1543805.0000,1588901.0000,1531221.0000,1518126.0000,1624188.0000,1511815.0000,1597998.0000,1505512.0000,1538786.0000,1513889.0000,1501536.0000,1558423.0000,1304823.0000,1233978.0000,1246733.0000,1240099.0000,1252222.0000,1384183.0000,1441461.0000,1510572.0000,1442243.0000,1496095.0000,1636280.0000,1443997.0000,1455758.0000,1459195.0000,1438946.0000,1441001.0000,1441130.0000,1421153.0000,1433807.0000,1427836.0000,1419119.0000,1447383.0000,1551951.0000,1560026.0000,1568512.0000,1455538.0000,1410984.0000,1428306.0000,1475746.0000,1413449.0000,1450880.0000,1418348.0000,1537274.0000,1565477.0000,1515802.0000,1519209.0000,1494662.0000,1702195.0000,1604210.0000,1582159.0000,1533756.0000,1528867.0000,1512677.0000,1468693.0000,1358664.0000,1360708.0000,1499501.0000,1375576.0000" -building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,jacobi topology,100,1,70888800,677215.6700,661878.6900,694955.9900,84379.5025,73160.2298,102405.7360,"667655.0000,691731.0000,873235.0000,781921.0000,812449.0000,810195.0000,819292.0000,842166.0000,874647.0000,779637.0000,784537.0000,810064.0000,983874.0000,875308.0000,661704.0000,638068.0000,593414.0000,617660.0000,580980.0000,569920.0000,578426.0000,617309.0000,610847.0000,564249.0000,572634.0000,622309.0000,575309.0000,557106.0000,575179.0000,578346.0000,571653.0000,614013.0000,638028.0000,789826.0000,753968.0000,783414.0000,786469.0000,809483.0000,812258.0000,667785.0000,640323.0000,666903.0000,720425.0000,696750.0000,668456.0000,669809.0000,667926.0000,664819.0000,638559.0000,695768.0000,696379.0000,667455.0000,697211.0000,668767.0000,634502.0000,702761.0000,602370.0000,577303.0000,591290.0000,585359.0000,633730.0000,566873.0000,580239.0000,582733.0000,575730.0000,590479.0000,581131.0000,744140.0000,692291.0000,732988.0000,638960.0000,638520.0000,667053.0000,637187.0000,666632.0000,695066.0000,639632.0000,635895.0000,609595.0000,637838.0000,758587.0000,695818.0000,642276.0000,637137.0000,637498.0000,634572.0000,669678.0000,721917.0000,696950.0000,640283.0000,664399.0000,698082.0000,701248.0000,692782.0000,673235.0000,693554.0000,635965.0000,726036.0000,727508.0000,727127.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,737667600,7502374.1400,7403927.4700,7586690.5400,462126.9213,409986.4643,503179.2122,"7783653.0000,7773815.0000,7814171.0000,7801688.0000,7788062.0000,7026599.0000,6742720.0000,6707233.0000,6710550.0000,6719988.0000,6783007.0000,7827316.0000,7803131.0000,6734705.0000,6700100.0000,6678819.0000,6691263.0000,6936618.0000,7822767.0000,7780498.0000,7812468.0000,7824321.0000,7832496.0000,7843366.0000,7790536.0000,7797260.0000,7781249.0000,7806056.0000,7809753.0000,7759619.0000,7811536.0000,7799614.0000,7825333.0000,7775168.0000,7825784.0000,7900054.0000,7808079.0000,7801176.0000,7791939.0000,7803591.0000,7798091.0000,7821495.0000,7821165.0000,7808992.0000,7766601.0000,7837587.0000,6723173.0000,6980160.0000,7790507.0000,7784706.0000,7377754.0000,7371643.0000,7823028.0000,7800015.0000,7786689.0000,7786860.0000,7814873.0000,7820794.0000,7767224.0000,7823439.0000,7778724.0000,7911316.0000,7816887.0000,7811095.0000,7782671.0000,7830683.0000,7832506.0000,6735196.0000,6776404.0000,6713906.0000,7513212.0000,7229894.0000,6709277.0000,6686935.0000,6693978.0000,6679461.0000,7621837.0000,6726650.0000,6725458.0000,6717703.0000,6729866.0000,7510336.0000,7777241.0000,7773235.0000,7821295.0000,7798502.0000,7807389.0000,7812448.0000,7816656.0000,7803310.0000,7808039.0000,7801206.0000,7812448.0000,7805876.0000,7820062.0000,7669788.0000,6716101.0000,6755234.0000,7166002.0000,7807690.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,47230600,480011.9900,477555.7700,481827.6900,10686.9866,8455.2116,12768.1453,"483837.0000,484136.0000,460341.0000,453258.0000,453268.0000,452347.0000,453008.0000,459820.0000,453379.0000,452877.0000,452657.0000,453017.0000,452787.0000,452717.0000,453028.0000,452898.0000,471803.0000,486271.0000,485379.0000,485339.0000,485309.0000,484958.0000,484718.0000,485099.0000,490899.0000,484758.0000,484838.0000,484347.0000,484527.0000,484297.0000,484507.0000,484538.0000,489897.0000,484327.0000,485158.0000,483796.0000,484377.0000,484397.0000,484578.0000,484437.0000,484086.0000,484578.0000,484648.0000,484698.0000,484437.0000,484107.0000,484127.0000,484397.0000,483175.0000,486722.0000,483435.0000,484007.0000,483385.0000,483715.0000,483976.0000,484247.0000,483816.0000,488485.0000,483876.0000,483746.0000,483706.0000,483746.0000,484207.0000,484237.0000,484247.0000,484408.0000,484066.0000,483376.0000,483766.0000,483405.0000,483306.0000,483525.0000,483376.0000,483756.0000,484427.0000,484087.0000,482925.0000,483876.0000,483706.0000,483666.0000,483435.0000,484066.0000,484337.0000,484357.0000,484397.0000,483596.0000,484007.0000,483856.0000,483856.0000,483586.0000,484598.0000,484167.0000,484257.0000,483646.0000,484267.0000,484257.0000,484187.0000,483656.0000,485169.0000,484096.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,65005300,663765.3600,663475.7200,664183.1900,1756.3166,1353.2846,2427.6562,"663437.0000,662755.0000,672484.0000,664829.0000,664518.0000,663227.0000,663016.0000,668977.0000,664779.0000,664238.0000,663437.0000,662305.0000,663036.0000,667113.0000,662676.0000,663567.0000,663386.0000,662495.0000,662866.0000,663717.0000,663768.0000,662845.0000,662615.0000,663147.0000,662575.0000,663466.0000,661634.0000,663627.0000,662946.0000,662054.0000,663056.0000,663827.0000,663277.0000,662585.0000,663366.0000,664658.0000,663536.0000,663287.0000,663787.0000,663247.0000,663066.0000,662976.0000,663206.0000,668727.0000,662655.0000,663106.0000,663316.0000,662645.0000,663426.0000,668285.0000,663377.0000,663116.0000,663607.0000,663016.0000,663176.0000,666723.0000,662465.0000,663137.0000,662875.0000,662525.0000,662224.0000,663988.0000,662786.0000,663627.0000,663416.0000,662034.0000,663526.0000,667153.0000,663387.0000,663577.0000,663186.0000,664038.0000,662635.0000,665571.0000,663657.0000,663417.0000,662645.0000,662255.0000,663557.0000,666021.0000,663447.0000,663337.0000,663356.0000,662695.0000,663506.0000,668447.0000,663386.0000,663707.0000,661923.0000,661724.0000,663557.0000,663707.0000,668046.0000,663607.0000,663226.0000,663146.0000,663236.0000,662715.0000,668065.0000,663417.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,68535100,712431.0900,712073.2700,712931.5200,2133.3340,1664.0090,2876.6771,"712690.0000,711497.0000,722519.0000,713031.0000,711598.0000,712830.0000,712400.0000,716948.0000,712149.0000,711277.0000,711197.0000,710395.0000,712900.0000,711648.0000,711969.0000,712129.0000,711308.0000,710195.0000,719392.0000,712650.0000,712329.0000,712109.0000,712089.0000,716517.0000,711498.0000,711818.0000,712299.0000,712139.0000,712750.0000,712189.0000,712009.0000,712149.0000,711919.0000,712590.0000,711508.0000,716517.0000,712991.0000,712189.0000,711798.0000,711929.0000,712780.0000,710556.0000,712259.0000,711487.0000,711819.0000,712169.0000,716317.0000,710396.0000,711447.0000,711308.0000,711037.0000,715766.0000,712059.0000,711527.0000,711107.0000,712820.0000,710766.0000,718672.0000,711798.0000,710446.0000,711969.0000,710856.0000,711187.0000,713451.0000,712199.0000,711659.0000,711477.0000,710807.0000,716808.0000,712700.0000,710897.0000,710756.0000,711117.0000,712159.0000,716067.0000,711488.0000,712279.0000,710456.0000,710786.0000,711127.0000,712270.0000,711147.0000,711408.0000,711477.0000,711638.0000,718320.0000,711698.0000,711317.0000,712410.0000,710485.0000,710726.0000,715836.0000,710275.0000,711638.0000,711337.0000,710747.0000,716126.0000,711448.0000,711568.0000,712399.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,357719700,3600619.0000,3580467.8300,3615498.7800,87838.2607,69319.8941,105361.0856,"3631463.0000,3635650.0000,3659366.0000,3639969.0000,3640650.0000,3630752.0000,3635951.0000,3638376.0000,3635891.0000,3639929.0000,3634439.0000,3636112.0000,3635119.0000,3631242.0000,3637003.0000,3629209.0000,3635741.0000,3635480.0000,3631743.0000,3630381.0000,3627335.0000,3632014.0000,3638676.0000,3635250.0000,3635490.0000,3635651.0000,3640169.0000,3633787.0000,3640139.0000,3639578.0000,3692990.0000,3643766.0000,3637274.0000,3642183.0000,3426144.0000,3373383.0000,3523779.0000,3640099.0000,3638937.0000,3633907.0000,3639378.0000,3636282.0000,3639228.0000,3637704.0000,3637224.0000,3632585.0000,3637314.0000,3634058.0000,3636102.0000,3640690.0000,3638727.0000,3636683.0000,3632855.0000,3638216.0000,3632976.0000,3638596.0000,3634689.0000,3693651.0000,3631393.0000,3637253.0000,3636422.0000,3637424.0000,3637915.0000,3634228.0000,3634529.0000,3407098.0000,3371209.0000,3366210.0000,3557613.0000,3624360.0000,3623998.0000,3622416.0000,3631162.0000,3634668.0000,3532074.0000,3370288.0000,3375157.0000,3376229.0000,3376850.0000,3375277.0000,3374135.0000,3371309.0000,3374727.0000,3588431.0000,3640159.0000,3643266.0000,3639868.0000,3640029.0000,3642924.0000,3634769.0000,3636974.0000,3636602.0000,3637485.0000,3640590.0000,3637644.0000,3637725.0000,3634869.0000,3632013.0000,3639447.0000,3633186.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,100020100,1042932.6100,1042580.3100,1043531.4500,2295.7905,1561.9120,4135.5468,"1041292.0000,1042184.0000,1058817.0000,1043266.0000,1042586.0000,1043036.0000,1046232.0000,1042344.0000,1041683.0000,1043457.0000,1042806.0000,1043026.0000,1040952.0000,1042625.0000,1042165.0000,1043417.0000,1042055.0000,1045871.0000,1041784.0000,1042556.0000,1041102.0000,1046233.0000,1040952.0000,1043547.0000,1042285.0000,1045611.0000,1041514.0000,1041784.0000,1041373.0000,1046763.0000,1041484.0000,1042876.0000,1041413.0000,1044850.0000,1041623.0000,1043067.0000,1048536.0000,1042776.0000,1042876.0000,1042696.0000,1042475.0000,1043477.0000,1042776.0000,1041714.0000,1047204.0000,1042345.0000,1041544.0000,1042936.0000,1044168.0000,1043237.0000,1042565.0000,1043287.0000,1045972.0000,1042235.0000,1040982.0000,1042025.0000,1040942.0000,1041604.0000,1040561.0000,1041423.0000,1040691.0000,1042185.0000,1041674.0000,1043587.0000,1040912.0000,1040711.0000,1040462.0000,1046322.0000,1042325.0000,1042526.0000,1042264.0000,1044529.0000,1042004.0000,1041203.0000,1042315.0000,1045030.0000,1042495.0000,1042586.0000,1041583.0000,1046814.0000,1042375.0000,1043066.0000,1042265.0000,1043908.0000,1042094.0000,1042596.0000,1046523.0000,1042836.0000,1040812.0000,1040151.0000,1044348.0000,1041583.0000,1042105.0000,1042755.0000,1042405.0000,1041713.0000,1041944.0000,1042214.0000,1044409.0000,1041954.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,679399600,6854030.3200,6759959.2100,6942273.8400,466086.6222,415331.0158,531984.7556,"7248649.0000,7947915.0000,6866796.0000,7293976.0000,7888863.0000,6872467.0000,6617924.0000,6484861.0000,6339326.0000,7354369.0000,7213503.0000,7017150.0000,5918128.0000,6530769.0000,6237863.0000,5961410.0000,7129804.0000,7594525.0000,5675879.0000,5983902.0000,6584130.0000,5981277.0000,6366898.0000,7249381.0000,7404585.0000,6769160.0000,7262235.0000,7263517.0000,6787074.0000,7003545.0000,7193505.0000,7290879.0000,7433349.0000,6647670.0000,7046817.0000,6335328.0000,6279603.0000,5916715.0000,6410601.0000,6735166.0000,6602725.0000,6309289.0000,6282368.0000,6286455.0000,6381816.0000,6436970.0000,7290739.0000,7015678.0000,7109736.0000,7105728.0000,7075461.0000,7369819.0000,7262206.0000,6789139.0000,6860484.0000,7084408.0000,6992834.0000,7087885.0000,7380660.0000,6792936.0000,7258899.0000,7030657.0000,7099627.0000,7034464.0000,6256328.0000,6443994.0000,6468831.0000,6207285.0000,7163198.0000,7185981.0000,7124444.0000,7035355.0000,7369678.0000,7286491.0000,6736639.0000,7038201.0000,7105618.0000,7137118.0000,7209515.0000,7268938.0000,5927786.0000,6633874.0000,7013144.0000,6998605.0000,7069310.0000,6273431.0000,6514648.0000,6496664.0000,5982329.0000,6141551.0000,7130255.0000,7074469.0000,7164931.0000,7385288.0000,6845355.0000,7120717.0000,7072936.0000,7131077.0000,7127811.0000,7180740.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,57275000,608998.8300,602118.8900,616461.0800,36473.9983,32442.9566,41388.9532,"636796.0000,562215.0000,564619.0000,635684.0000,636746.0000,610627.0000,608703.0000,579718.0000,609715.0000,609745.0000,643058.0000,662856.0000,609184.0000,615406.0000,662214.0000,638719.0000,602832.0000,580840.0000,581371.0000,610276.0000,578235.0000,609435.0000,581321.0000,580700.0000,579898.0000,579307.0000,581251.0000,608873.0000,580630.0000,583735.0000,606168.0000,615286.0000,604234.0000,615957.0000,635834.0000,666983.0000,580609.0000,577714.0000,612400.0000,667916.0000,581362.0000,579748.0000,579708.0000,608522.0000,696189.0000,664679.0000,613081.0000,664018.0000,552927.0000,605987.0000,612330.0000,551885.0000,552146.0000,546805.0000,555161.0000,606509.0000,610276.0000,583305.0000,610717.0000,637227.0000,666512.0000,611078.0000,695918.0000,637838.0000,638870.0000,638490.0000,611679.0000,636425.0000,666833.0000,580099.0000,580940.0000,638449.0000,643740.0000,691009.0000,696399.0000,577163.0000,666222.0000,583996.0000,666202.0000,667143.0000,581040.0000,579908.0000,581581.0000,609584.0000,577994.0000,583575.0000,577985.0000,580610.0000,611428.0000,578936.0000,583054.0000,636856.0000,581962.0000,636726.0000,553328.0000,636365.0000,580359.0000,578706.0000,581892.0000,552597.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,76651300,744471.8800,734862.1700,754297.6200,49461.1561,44448.0969,58190.4431,"653478.0000,664910.0000,806036.0000,779357.0000,789736.0000,781780.0000,905346.0000,776862.0000,751704.0000,787191.0000,842046.0000,821296.0000,815455.0000,728981.0000,744640.0000,746875.0000,749360.0000,733619.0000,747636.0000,750321.0000,724392.0000,702721.0000,759288.0000,742606.0000,777352.0000,770580.0000,776040.0000,783875.0000,781871.0000,756022.0000,786349.0000,786750.0000,779096.0000,780389.0000,785197.0000,753558.0000,811257.0000,814102.0000,779557.0000,757635.0000,783604.0000,812309.0000,784686.0000,783555.0000,782843.0000,811207.0000,816637.0000,756182.0000,752766.0000,726716.0000,755381.0000,755992.0000,757274.0000,780840.0000,783063.0000,726376.0000,783384.0000,719102.0000,727007.0000,757204.0000,781891.0000,781360.0000,785638.0000,812689.0000,782592.0000,784316.0000,678345.0000,709875.0000,687462.0000,670160.0000,678675.0000,721707.0000,680209.0000,680549.0000,678906.0000,698002.0000,703753.0000,721026.0000,681050.0000,698142.0000,691149.0000,715575.0000,726957.0000,671812.0000,708853.0000,675870.0000,701369.0000,723561.0000,707841.0000,672584.0000,702150.0000,656814.0000,750272.0000,682222.0000,682432.0000,721005.0000,715094.0000,658878.0000,651814.0000,673195.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,75212500,732987.2500,721431.6100,745563.7000,61466.6168,53760.1944,79377.2111,"640924.0000,649600.0000,765480.0000,747496.0000,747376.0000,769157.0000,772002.0000,767394.0000,746675.0000,724242.0000,726536.0000,724552.0000,724201.0000,791099.0000,809683.0000,751574.0000,754409.0000,755181.0000,783525.0000,871922.0000,987221.0000,786049.0000,841545.0000,750963.0000,809083.0000,728260.0000,754169.0000,783454.0000,787793.0000,752837.0000,784326.0000,756643.0000,753418.0000,782102.0000,758296.0000,678034.0000,683093.0000,696228.0000,691079.0000,663296.0000,689206.0000,689305.0000,691931.0000,662955.0000,681942.0000,686660.0000,684818.0000,694485.0000,679406.0000,668376.0000,694736.0000,758337.0000,800366.0000,797941.0000,773064.0000,797891.0000,817308.0000,774297.0000,769958.0000,775870.0000,742055.0000,777823.0000,768606.0000,775679.0000,771872.0000,774668.0000,830543.0000,743388.0000,746424.0000,800998.0000,768095.0000,771150.0000,743949.0000,771200.0000,744982.0000,746995.0000,745542.0000,740863.0000,721817.0000,742647.0000,744911.0000,771241.0000,685478.0000,701249.0000,638419.0000,642908.0000,637207.0000,638740.0000,644560.0000,655021.0000,641846.0000,666453.0000,637016.0000,641535.0000,637428.0000,638760.0000,650973.0000,676161.0000,640513.0000,639241.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,382523300,3792321.4500,3764125.1900,3817086.1400,135131.9433,116890.1263,156274.5411,"3660448.0000,3574255.0000,3949836.0000,3914510.0000,3844867.0000,3854906.0000,3946910.0000,3884613.0000,3849807.0000,3636633.0000,3544227.0000,3526143.0000,3575927.0000,3547704.0000,3520883.0000,3411896.0000,3792748.0000,3803950.0000,3765497.0000,3771448.0000,3732164.0000,3827985.0000,3817245.0000,3871017.0000,3847532.0000,3769404.0000,3696326.0000,3644909.0000,3608238.0000,3521454.0000,3647072.0000,3598260.0000,3546873.0000,3509471.0000,3586768.0000,3607116.0000,3685905.0000,3535400.0000,3459176.0000,3767881.0000,3839637.0000,3878611.0000,3893590.0000,3814801.0000,3799491.0000,3948634.0000,3770577.0000,3855618.0000,4030079.0000,3783361.0000,3869504.0000,3830730.0000,3833155.0000,3805243.0000,3879814.0000,3973792.0000,3846360.0000,3887388.0000,3807857.0000,3892718.0000,3846891.0000,3839787.0000,3807866.0000,3844216.0000,4099400.0000,3992237.0000,3842332.0000,3893429.0000,3961228.0000,3819319.0000,3835139.0000,4012365.0000,3864224.0000,3802006.0000,3741401.0000,3895554.0000,3830029.0000,3870886.0000,3883290.0000,3779173.0000,3835699.0000,3916443.0000,3903088.0000,3832194.0000,3828326.0000,3837192.0000,3887929.0000,3769785.0000,3936511.0000,3861699.0000,3888560.0000,3807868.0000,3740710.0000,3761269.0000,3883019.0000,3958462.0000,3828136.0000,3846330.0000,3834818.0000,3714971.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,110144800,1095224.1600,1083063.4900,1107262.3200,62021.6350,57024.6123,68239.1631,"1158946.0000,1214752.0000,994224.0000,1079506.0000,1050360.0000,1044399.0000,1094243.0000,1067282.0000,1033699.0000,995707.0000,1010775.0000,1072893.0000,989976.0000,1137706.0000,1144799.0000,1052645.0000,1023790.0000,1016355.0000,1028969.0000,1056001.0000,1022047.0000,1008862.0000,1107167.0000,1067773.0000,1038467.0000,1001678.0000,1088913.0000,1162552.0000,1126946.0000,1135932.0000,1160549.0000,1159727.0000,1221554.0000,1137275.0000,1160068.0000,1184665.0000,1134500.0000,1157543.0000,1133388.0000,1130983.0000,1129661.0000,1213860.0000,1108220.0000,1101367.0000,1135872.0000,1098642.0000,1137415.0000,1129890.0000,1112107.0000,1010715.0000,1084545.0000,1025694.0000,1062302.0000,1036324.0000,1083533.0000,1016917.0000,1028248.0000,1035742.0000,983804.0000,1049508.0000,1083343.0000,1027517.0000,1004734.0000,1037806.0000,1072673.0000,1019241.0000,1108721.0000,1032166.0000,1058496.0000,1048296.0000,1041162.0000,987080.0000,1025162.0000,1021646.0000,1025002.0000,1096508.0000,1131003.0000,1160900.0000,1164937.0000,1187901.0000,1166611.0000,1158816.0000,1162543.0000,1134530.0000,1157754.0000,1194954.0000,1099052.0000,1156641.0000,1156671.0000,1135421.0000,1131894.0000,1160428.0000,1133868.0000,1160278.0000,1186498.0000,1171690.0000,1147033.0000,1117177.0000,1112979.0000,1151302.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,soup topology,100,1,1475099200,15251384.7600,15042508.8000,15441463.1400,1021664.2570,937210.4531,1091211.8104,"16175652.0000,16111239.0000,16119445.0000,16133491.0000,13806720.0000,14933556.0000,16117381.0000,15100663.0000,13644612.0000,13681103.0000,16122741.0000,16070151.0000,16013654.0000,16067125.0000,16141617.0000,16039152.0000,16140163.0000,16042990.0000,16116198.0000,15816340.0000,13665242.0000,13632811.0000,15984780.0000,15460866.0000,13667236.0000,13979618.0000,14253869.0000,13657688.0000,15037184.0000,16149401.0000,16046426.0000,16093947.0000,16172235.0000,16111479.0000,16093936.0000,16089828.0000,16085660.0000,16101561.0000,16014506.0000,16024214.0000,14138260.0000,15974138.0000,13659663.0000,13659021.0000,15279382.0000,16052327.0000,16134173.0000,15881925.0000,13667777.0000,13650955.0000,15816229.0000,16011119.0000,15421592.0000,13621480.0000,13755844.0000,13944372.0000,13665403.0000,15543503.0000,16054301.0000,16039062.0000,16149692.0000,16126127.0000,16126247.0000,16055785.0000,16057086.0000,14347707.0000,13618774.0000,14650781.0000,16095028.0000,16129023.0000,13850673.0000,13662988.0000,15112967.0000,14155712.0000,16119084.0000,14215305.0000,13659462.0000,14615964.0000,16062016.0000,16111640.0000,16036557.0000,16125736.0000,16114937.0000,16045114.0000,16031427.0000,15290964.0000,13605699.0000,13949311.0000,16050443.0000,14807097.0000,13683176.0000,14244271.0000,15083270.0000,13692043.0000,14150232.0000,16088304.0000,16078888.0000,16149972.0000,16125656.0000,16176312.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,chain topology,100,1,313887900,3110557.5300,3066285.6200,3150160.6200,213612.8310,192607.1395,228397.4446,"3276430.0000,3274316.0000,2773256.0000,2757707.0000,2768006.0000,2767275.0000,2760502.0000,3110926.0000,3251392.0000,3261160.0000,3249337.0000,3242546.0000,3244860.0000,3246052.0000,3216676.0000,2759130.0000,2764038.0000,2766273.0000,2768938.0000,2785329.0000,2797362.0000,2801179.0000,2797272.0000,2796951.0000,2798153.0000,2789417.0000,3208460.0000,3268595.0000,3270098.0000,3268375.0000,3277993.0000,3275027.0000,3055070.0000,2799064.0000,2788575.0000,2792001.0000,2792062.0000,2795348.0000,2791541.0000,2791130.0000,2793615.0000,2794987.0000,2799375.0000,2961062.0000,3277672.0000,3270469.0000,3281820.0000,3273895.0000,3272002.0000,3269486.0000,3270258.0000,3267944.0000,3277011.0000,3280718.0000,3276350.0000,3273604.0000,3273384.0000,3264958.0000,3272733.0000,3272622.0000,3272963.0000,3270048.0000,3264848.0000,3269176.0000,3269466.0000,3275658.0000,3273645.0000,3244329.0000,3252104.0000,3253486.0000,3245451.0000,3245652.0000,3237626.0000,3246182.0000,3239480.0000,3249238.0000,3244930.0000,3253546.0000,3245131.0000,3253015.0000,3246623.0000,3256111.0000,3254038.0000,3242305.0000,3244940.0000,3250210.0000,3250801.0000,3248286.0000,3240891.0000,3247504.0000,3260119.0000,3250981.0000,3244199.0000,3252765.0000,3245361.0000,3037998.0000,2797192.0000,2793084.0000,2793233.0000,3071351.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,940409600,9317224.6100,9212461.5300,9409481.0400,501431.5017,447189.1572,545939.5626,"9677744.0000,9665742.0000,9675810.0000,8987816.0000,8515972.0000,8934014.0000,9665510.0000,9664990.0000,9678575.0000,9081414.0000,8435509.0000,8424027.0000,8457110.0000,9681431.0000,9668406.0000,9665971.0000,8585944.0000,8445348.0000,8458092.0000,8726701.0000,9675840.0000,9660291.0000,9676241.0000,9681792.0000,9675770.0000,9686359.0000,9662576.0000,9684326.0000,9671171.0000,9662264.0000,9680520.0000,9683234.0000,9692552.0000,9677513.0000,9683234.0000,9694446.0000,9074641.0000,8893507.0000,9598803.0000,9420066.0000,8452151.0000,8449506.0000,8448133.0000,9087204.0000,9665321.0000,9681291.0000,9677323.0000,9678736.0000,9783844.0000,9678094.0000,9693073.0000,9467345.0000,8445488.0000,9571583.0000,9658097.0000,9653327.0000,9398144.0000,9268978.0000,9662706.0000,9660822.0000,9180401.0000,8880612.0000,9713751.0000,9705537.0000,9653318.0000,8840327.0000,8437001.0000,8453043.0000,8444236.0000,9627819.0000,9657496.0000,9682492.0000,9679597.0000,9757055.0000,9678305.0000,9673024.0000,9676381.0000,9102924.0000,8443955.0000,8446109.0000,8473129.0000,9584477.0000,9666973.0000,9676411.0000,9699225.0000,9669428.0000,9679658.0000,9480871.0000,8504209.0000,9619283.0000,8442502.0000,8488109.0000,8513948.0000,8570504.0000,9564099.0000,9669488.0000,9656353.0000,9672925.0000,9669979.0000,9675069.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,366550900,3490679.2300,3437888.9800,3537888.5500,253045.2820,229550.8812,269948.8640,"3117178.0000,3118230.0000,3680175.0000,3664576.0000,3661610.0000,3667211.0000,3287571.0000,3088684.0000,3080769.0000,3149209.0000,3108662.0000,3128238.0000,3180577.0000,3690475.0000,3690294.0000,3676127.0000,3656571.0000,3665006.0000,3670477.0000,3669856.0000,3660067.0000,3664696.0000,3653874.0000,3665888.0000,3661439.0000,3686867.0000,3645619.0000,3655409.0000,3666389.0000,3662542.0000,3666108.0000,3658084.0000,3665917.0000,3665216.0000,3652843.0000,3719559.0000,3663543.0000,3656671.0000,3657863.0000,3663013.0000,3669845.0000,3662943.0000,3663233.0000,3673282.0000,3665387.0000,3667781.0000,3665196.0000,3663424.0000,3670306.0000,3661179.0000,3269226.0000,3092952.0000,3088644.0000,3087973.0000,3092411.0000,3114242.0000,3120735.0000,3131655.0000,3126456.0000,3116456.0000,3569224.0000,3698529.0000,3691777.0000,3667661.0000,3667572.0000,3705112.0000,3661460.0000,3654115.0000,3654126.0000,3658494.0000,3660318.0000,3670086.0000,3664896.0000,3662332.0000,3719009.0000,3666619.0000,3665367.0000,3657602.0000,3662522.0000,3664566.0000,3329690.0000,3110545.0000,3123430.0000,3374406.0000,3209613.0000,3110115.0000,3117979.0000,3526604.0000,3683461.0000,3687770.0000,3682550.0000,3659706.0000,3660708.0000,3096458.0000,3086280.0000,3084436.0000,3090617.0000,3095536.0000,3079916.0000,3090287.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,1310938500,13220206.5300,13041502.6300,13378815.4200,860151.5221,772860.0410,931576.2647,"13831788.0000,13817722.0000,13840695.0000,13229986.0000,11687894.0000,11772525.0000,11960150.0000,11779418.0000,11778537.0000,12285326.0000,11787323.0000,12374696.0000,13891260.0000,13861956.0000,13866764.0000,13880459.0000,13859801.0000,13850864.0000,13843901.0000,13852597.0000,13823802.0000,11890258.0000,11806089.0000,12525832.0000,13839523.0000,13836057.0000,13843530.0000,13830145.0000,13834824.0000,12901104.0000,13651286.0000,12867049.0000,12089896.0000,13886762.0000,13856425.0000,13846316.0000,13830195.0000,13829083.0000,13817440.0000,13839102.0000,13849181.0000,13819145.0000,13823222.0000,13897773.0000,11719795.0000,11736255.0000,12682510.0000,13822842.0000,12632915.0000,11704226.0000,11722560.0000,13845123.0000,13818894.0000,13834423.0000,13655274.0000,11705418.0000,11781451.0000,12890584.0000,13826347.0000,13814395.0000,13810488.0000,13805067.0000,13849652.0000,13824043.0000,13838351.0000,13809916.0000,13822801.0000,12699311.0000,13257779.0000,13466446.0000,11826026.0000,11829382.0000,13002576.0000,13884047.0000,13838491.0000,13840896.0000,13945193.0000,13898184.0000,13840575.0000,13766835.0000,11792112.0000,11853087.0000,13909796.0000,13885239.0000,12919619.0000,11807191.0000,11955401.0000,13873778.0000,13896280.0000,13852517.0000,13864330.0000,13890929.0000,13851636.0000,13864549.0000,13850493.0000,13849992.0000,12255721.0000,11765191.0000,12077692.0000,13868328.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,jacobi topology,100,1,410037000,4260527.5400,4196194.6900,4317042.0000,308560.3979,275252.7725,333454.7176,"3758945.0000,4224757.0000,4475683.0000,4465374.0000,4590851.0000,4467066.0000,4459763.0000,4459412.0000,4462147.0000,4466656.0000,4462348.0000,4460233.0000,4466585.0000,4454652.0000,4453180.0000,4456757.0000,4457188.0000,4456487.0000,4458921.0000,3889732.0000,3733877.0000,3728777.0000,3723187.0000,4153823.0000,4449353.0000,4457469.0000,4465103.0000,4460715.0000,4459081.0000,4467167.0000,4462298.0000,3799762.0000,3735169.0000,4235809.0000,4460073.0000,4515368.0000,4508355.0000,4462869.0000,4455074.0000,4451277.0000,4464773.0000,4014158.0000,3756159.0000,3759555.0000,3759285.0000,3751891.0000,3754346.0000,3760347.0000,3751611.0000,3825200.0000,4474761.0000,4476374.0000,4469962.0000,4470934.0000,4475082.0000,4473008.0000,4525778.0000,4476775.0000,4470823.0000,4462528.0000,4455645.0000,4456447.0000,4459212.0000,4459593.0000,4457648.0000,4458791.0000,4461867.0000,4457649.0000,3815973.0000,3760998.0000,3760368.0000,3754796.0000,3753954.0000,3760297.0000,3761740.0000,3773602.0000,4306563.0000,4476394.0000,4476074.0000,4458441.0000,4453921.0000,4451157.0000,4457358.0000,4462849.0000,4462248.0000,4454483.0000,4457798.0000,4459091.0000,4459944.0000,4461005.0000,4460605.0000,4455996.0000,4460443.0000,4457097.0000,4458691.0000,4122233.0000,3752081.0000,3754476.0000,3825160.0000,3795373.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,soup topology,100,1,1323353000,13238852.1900,13175659.9400,13420504.1600,508826.2593,155404.5644,1126457.4720,"13249724.0000,12528077.0000,17851998.0000,13234486.0000,13268650.0000,13186545.0000,13251759.0000,13131781.0000,13070736.0000,13019959.0000,13143443.0000,13108036.0000,13151008.0000,13225629.0000,13168612.0000,13329545.0000,13148192.0000,13244925.0000,13238303.0000,13232061.0000,13314387.0000,13340998.0000,13019769.0000,13605469.0000,13269863.0000,13339255.0000,13196984.0000,13345346.0000,13303576.0000,13237111.0000,13216722.0000,13236650.0000,13082667.0000,13113778.0000,13313645.0000,13279351.0000,11542138.0000,12695164.0000,13288989.0000,13243804.0000,13336319.0000,13190573.0000,13222302.0000,13205602.0000,13327482.0000,13163221.0000,13052571.0000,13133093.0000,13305961.0000,13241349.0000,13158051.0000,13010060.0000,13153362.0000,13235697.0000,13214418.0000,13315920.0000,13248523.0000,13388507.0000,13173901.0000,13126170.0000,13277378.0000,13228344.0000,13246549.0000,13229706.0000,13124958.0000,13475361.0000,13287867.0000,13225588.0000,13262078.0000,13166536.0000,13027143.0000,13186605.0000,13062610.0000,13351768.0000,13227583.0000,13282536.0000,13311883.0000,13282817.0000,13269232.0000,13158551.0000,13262760.0000,13079321.0000,13110010.0000,13104209.0000,13211362.0000,13097777.0000,13266066.0000,13201623.0000,13190142.0000,13244163.0000,13240868.0000,13232572.0000,13305591.0000,13233644.0000,13326791.0000,13264973.0000,13296002.0000,13255074.0000,13076065.0000,13228896.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,chain topology,100,1,361152200,3677685.9300,3632975.0800,3799131.7000,343501.4007,145180.9272,702153.6707,"3582080.0000,3537504.0000,6526660.0000,5188163.0000,4579019.0000,3600554.0000,3720431.0000,3626543.0000,3662671.0000,3663844.0000,3560138.0000,3601797.0000,3658624.0000,3600485.0000,3776267.0000,3596907.0000,3713668.0000,3601266.0000,3689503.0000,3685676.0000,3613118.0000,3560568.0000,3598199.0000,3604842.0000,3689282.0000,3597999.0000,3626824.0000,3659536.0000,3599552.0000,3665597.0000,3601085.0000,3687599.0000,3654145.0000,3594202.0000,3632324.0000,3658153.0000,3715472.0000,3713208.0000,3600654.0000,3604171.0000,3569766.0000,3722746.0000,3535501.0000,3558163.0000,3568002.0000,3519480.0000,3542565.0000,3608970.0000,3540520.0000,3627034.0000,3568814.0000,3618649.0000,3520853.0000,3531043.0000,3637144.0000,3600915.0000,3647713.0000,3540120.0000,3596477.0000,3658864.0000,3688962.0000,3753905.0000,3677600.0000,3656229.0000,3597768.0000,3601787.0000,3626243.0000,3634408.0000,3715773.0000,3623607.0000,3572831.0000,3658895.0000,3660307.0000,3644577.0000,3610422.0000,3597078.0000,3602017.0000,3572460.0000,3656540.0000,3632174.0000,3743736.0000,3597358.0000,3624420.0000,3539919.0000,3523999.0000,3647081.0000,3658133.0000,3659075.0000,3602177.0000,3687950.0000,3659315.0000,3657302.0000,3625190.0000,3659747.0000,3672240.0000,3532215.0000,3557963.0000,3629308.0000,3599181.0000,3547032.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,expanding tree topology,100,1,1060870100,10547828.8300,10468435.8100,10680324.4100,509897.6531,310072.2320,947553.2628,"10644986.0000,10649186.0000,14324983.0000,10746670.0000,10626071.0000,10595814.0000,10736941.0000,10611655.0000,10541069.0000,10567281.0000,10471378.0000,10699521.0000,10679673.0000,10654044.0000,9328812.0000,10186648.0000,10529739.0000,10111345.0000,9847406.0000,10700372.0000,10647802.0000,10691936.0000,10654154.0000,10761438.0000,10672839.0000,10737894.0000,10648413.0000,10608989.0000,10527475.0000,10531091.0000,10668662.0000,10607896.0000,10680154.0000,10637783.0000,10671418.0000,10562370.0000,9354191.0000,9336747.0000,9420706.0000,10663573.0000,10764643.0000,10552903.0000,10639957.0000,10598820.0000,10728916.0000,10683310.0000,10608918.0000,10636993.0000,10636380.0000,10651990.0000,10748954.0000,10640459.0000,10745007.0000,10710581.0000,10635039.0000,10652842.0000,10502658.0000,10488219.0000,10482790.0000,10619168.0000,10693239.0000,10557390.0000,10505312.0000,10445158.0000,10577450.0000,10633516.0000,9597571.0000,9369781.0000,9344461.0000,9815515.0000,10656930.0000,10645739.0000,10665435.0000,10489503.0000,10518788.0000,10468723.0000,10655156.0000,10616132.0000,10661720.0000,10625991.0000,10710111.0000,10620750.0000,10633015.0000,10719428.0000,10657481.0000,10562120.0000,10605232.0000,10606343.0000,10662490.0000,10554755.0000,10524109.0000,10640318.0000,10600883.0000,10743615.0000,10660246.0000,10540990.0000,10592798.0000,10538486.0000,10471477.0000,10527054.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,contracting tree topology,100,1,412756700,4224130.1100,4212816.9200,4236442.9600,59986.9851,52037.8919,72183.1467,"4192597.0000,4207334.0000,4298076.0000,4201293.0000,4271156.0000,4212103.0000,4348893.0000,4217073.0000,4265184.0000,4227873.0000,4324045.0000,4205190.0000,4218355.0000,4257599.0000,4160035.0000,4148453.0000,4123455.0000,4170313.0000,4154344.0000,4126531.0000,4214769.0000,4196674.0000,4302194.0000,4205251.0000,4249113.0000,4203026.0000,4269613.0000,4205711.0000,4263591.0000,4213837.0000,4207294.0000,4266958.0000,4236689.0000,4284411.0000,4353812.0000,4360425.0000,4229597.0000,4198116.0000,4277227.0000,4204560.0000,4206813.0000,4239666.0000,4235157.0000,4233814.0000,4181927.0000,4135348.0000,4161768.0000,4128965.0000,4168651.0000,4253562.0000,4238463.0000,4364322.0000,4285011.0000,4194569.0000,4189160.0000,4238182.0000,4169773.0000,4165305.0000,4119577.0000,4132703.0000,4256197.0000,4198508.0000,4296924.0000,4213796.0000,4273389.0000,4196894.0000,4240357.0000,4187146.0000,4278729.0000,4302215.0000,4232151.0000,4251147.0000,4319778.0000,4286314.0000,4299519.0000,4205161.0000,4264412.0000,4215199.0000,4236139.0000,4247931.0000,4220790.0000,4213536.0000,4239615.0000,4224817.0000,4227623.0000,4433574.0000,4227202.0000,4248031.0000,4228594.0000,4272228.0000,4170324.0000,4205461.0000,4138173.0000,4118355.0000,4149595.0000,4114318.0000,4173851.0000,4111453.0000,4181415.0000,4196644.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,wave_sim topology,100,1,1309659100,13821793.4100,13760454.2600,14032739.8900,524655.5840,73339.0264,1211653.4821,"13705508.0000,13651176.0000,18832257.0000,13850423.0000,13757037.0000,13886682.0000,13733441.0000,13847628.0000,13789658.0000,13819434.0000,13733552.0000,13826588.0000,13846556.0000,13857236.0000,13693567.0000,13744872.0000,13822751.0000,13860302.0000,13776713.0000,13768227.0000,13733041.0000,13854140.0000,13911689.0000,13927720.0000,13855753.0000,13789518.0000,13760924.0000,13707642.0000,13700849.0000,13609207.0000,13602713.0000,13699808.0000,13654993.0000,13853278.0000,13726718.0000,13808464.0000,13768217.0000,13792533.0000,13810578.0000,13861544.0000,13668257.0000,13742159.0000,13751385.0000,13752377.0000,13771624.0000,13852787.0000,13846846.0000,13827420.0000,13835174.0000,13796390.0000,13714125.0000,13684318.0000,13738371.0000,13744592.0000,12467021.0000,13856754.0000,13764159.0000,13872605.0000,13786883.0000,13793836.0000,13768809.0000,13746777.0000,13813262.0000,13764630.0000,13713754.0000,13803924.0000,13735384.0000,13794307.0000,13720226.0000,13668849.0000,13620237.0000,13773438.0000,13841225.0000,13768167.0000,13844021.0000,13771733.0000,13842117.0000,13801080.0000,13841106.0000,13796982.0000,13789067.0000,13853710.0000,13761604.0000,13846044.0000,13820878.0000,13830355.0000,13752898.0000,13795379.0000,13793165.0000,13843760.0000,13748790.0000,13961895.0000,13754301.0000,13852307.0000,13732049.0000,13849952.0000,13848689.0000,13794787.0000,13759822.0000,13859841.0000" -building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,jacobi topology,100,1,481856000,4818624.0500,4775393.2200,4980070.6000,381973.7703,83069.9767,889060.8902,"4729394.0000,4710789.0000,8502205.0000,4945484.0000,4825056.0000,4784759.0000,4788776.0000,4822420.0000,4743000.0000,4843791.0000,4816249.0000,4793856.0000,4787995.0000,4732710.0000,4736787.0000,4812431.0000,4735225.0000,4787364.0000,4738210.0000,4932709.0000,4757086.0000,4861635.0000,4724434.0000,4792724.0000,4679560.0000,4809315.0000,4731607.0000,4801331.0000,4735856.0000,4818502.0000,4791691.0000,4719365.0000,5201508.0000,4692434.0000,4755773.0000,4666946.0000,4669280.0000,4707512.0000,4725537.0000,4845134.0000,4737449.0000,4794978.0000,4702582.0000,4707592.0000,4688978.0000,4687835.0000,4755733.0000,4683417.0000,4677115.0000,4724203.0000,4840554.0000,4826297.0000,4943339.0000,4725235.0000,4789358.0000,4836798.0000,4833251.0000,4785861.0000,4854801.0000,4732259.0000,4828222.0000,4897032.0000,4761254.0000,4765022.0000,4760533.0000,4730946.0000,4742088.0000,4740305.0000,4674460.0000,4757797.0000,4632871.0000,4756435.0000,5315034.0000,4670962.0000,4675822.0000,4675602.0000,4746627.0000,4722240.0000,4759120.0000,4724685.0000,4840925.0000,4766955.0000,4782956.0000,4825506.0000,4827550.0000,4751585.0000,4796041.0000,4931237.0000,4730335.0000,4796081.0000,4728853.0000,4823963.0000,4838481.0000,4757417.0000,4811149.0000,4739223.0000,4846245.0000,4853308.0000,4847558.0000,4845905.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,1608922700,16509476.8100,16326504.2800,16665830.1600,869804.9579,755381.3566,977503.7076,"17055548.0000,17108058.0000,16258849.0000,16557384.0000,16177635.0000,14646131.0000,15657388.0000,17193580.0000,17160127.0000,17128828.0000,17178832.0000,17061821.0000,17165998.0000,17146792.0000,16025365.0000,17153955.0000,15262319.0000,14682070.0000,16270891.0000,17033797.0000,17102798.0000,17105704.0000,17139768.0000,17106846.0000,17113028.0000,16495386.0000,14713319.0000,15154725.0000,17175305.0000,17186196.0000,17122725.0000,17051811.0000,16578584.0000,14760888.0000,14771359.0000,14768403.0000,14701076.0000,16491359.0000,16998410.0000,17120432.0000,17145459.0000,17139047.0000,17134999.0000,17173462.0000,16163767.0000,15014168.0000,17104501.0000,17152222.0000,14702007.0000,15120591.0000,14772381.0000,16785596.0000,17155888.0000,17147443.0000,17129048.0000,16579877.0000,14718669.0000,15166127.0000,17102096.0000,17197408.0000,17073883.0000,17144597.0000,17129720.0000,15896000.0000,16692360.0000,16018784.0000,14724229.0000,15837570.0000,17169394.0000,17098450.0000,17118378.0000,17106565.0000,17073192.0000,17078061.0000,16839509.0000,16598773.0000,14799151.0000,16373246.0000,17147482.0000,17061920.0000,17163021.0000,17164835.0000,17150339.0000,17174343.0000,17148865.0000,17068022.0000,15964531.0000,14820201.0000,15735046.0000,17176668.0000,17104190.0000,17154265.0000,17163573.0000,16204294.0000,16687701.0000,16212701.0000,16450141.0000,17062441.0000,17120101.0000,17052893.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,345472900,3407351.0000,3361394.7800,3448161.2200,220463.2448,200452.6330,233565.0817,"3544447.0000,3544388.0000,3071983.0000,3131815.0000,3626804.0000,3570427.0000,3572431.0000,3574234.0000,3571439.0000,3573713.0000,3562392.0000,3548295.0000,3464436.0000,3072642.0000,3078615.0000,3089235.0000,3087111.0000,3078525.0000,3088203.0000,3087982.0000,3091620.0000,3088724.0000,3088654.0000,3482620.0000,3574775.0000,3576288.0000,3626092.0000,3580126.0000,3577640.0000,3580856.0000,3563324.0000,3569936.0000,3571549.0000,3580055.0000,3574675.0000,3576138.0000,3576138.0000,3573513.0000,3574144.0000,3571930.0000,3571960.0000,3578743.0000,3573452.0000,3574134.0000,3574836.0000,3544257.0000,3086089.0000,3079536.0000,3091069.0000,3086389.0000,3085338.0000,3091429.0000,3085407.0000,3085106.0000,3080248.0000,3156432.0000,3576469.0000,3570707.0000,3547774.0000,3546041.0000,3547233.0000,3548796.0000,3549888.0000,3585325.0000,3056022.0000,3572281.0000,3568413.0000,3571098.0000,3570077.0000,3559676.0000,3543877.0000,3543596.0000,3548585.0000,3550439.0000,3543386.0000,3547403.0000,3545058.0000,3540520.0000,3548446.0000,3544488.0000,3111888.0000,3057895.0000,3062314.0000,3314432.0000,3552473.0000,3544387.0000,3540770.0000,3539438.0000,3541973.0000,3543766.0000,3095396.0000,3082511.0000,3146122.0000,3081451.0000,3088523.0000,3105957.0000,3587248.0000,3545300.0000,3548075.0000,3537244.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,959817000,9678175.1700,9572877.9900,9768366.7000,496963.2315,437591.7885,546246.6601,"8762499.0000,8752810.0000,9989064.0000,9976510.0000,9985738.0000,10000695.0000,9981630.0000,9986649.0000,9996007.0000,9981660.0000,9995225.0000,9982030.0000,9972633.0000,10035221.0000,9978353.0000,9071475.0000,8763290.0000,8782417.0000,9071253.0000,10032446.0000,9985607.0000,9992650.0000,9978565.0000,9997399.0000,9985357.0000,9962543.0000,9963324.0000,9135597.0000,9290850.0000,9968274.0000,9867724.0000,8759873.0000,8763771.0000,8958460.0000,9980828.0000,10004824.0000,10013289.0000,9995376.0000,10023008.0000,9975447.0000,10003151.0000,9987841.0000,9988503.0000,9984945.0000,9984164.0000,9996156.0000,9994955.0000,8782216.0000,8719196.0000,8752681.0000,9261654.0000,9969137.0000,9995656.0000,8833974.0000,8718676.0000,8749163.0000,9195830.0000,9973815.0000,9975347.0000,10004363.0000,9975247.0000,9982732.0000,10002609.0000,9971950.0000,9978924.0000,9978855.0000,9989103.0000,9978714.0000,9285069.0000,8772407.0000,8777548.0000,8931959.0000,9983653.0000,9997268.0000,9964015.0000,9996277.0000,10015654.0000,9994985.0000,9986419.0000,9053380.0000,9475651.0000,9957664.0000,9750942.0000,8834366.0000,8844674.0000,8890131.0000,10061320.0000,10065949.0000,10063204.0000,9995105.0000,10072752.0000,10004443.0000,9993652.0000,9987721.0000,9985808.0000,9984675.0000,9968595.0000,9984695.0000,9939900.0000,8767708.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,358809300,3789522.8700,3735434.4100,3837883.9100,261754.8018,239210.5936,277198.7825,"3429129.0000,3425452.0000,3990402.0000,3969724.0000,3973180.0000,3975064.0000,3977228.0000,3981336.0000,3973431.0000,3979201.0000,3973881.0000,3979292.0000,3972589.0000,3983419.0000,3975995.0000,3973741.0000,3973461.0000,3969213.0000,3979532.0000,3401547.0000,3394573.0000,3395966.0000,3399293.0000,3394153.0000,3402098.0000,3401606.0000,3395486.0000,3397590.0000,3956809.0000,3973280.0000,3974523.0000,3973101.0000,3965807.0000,3960576.0000,3967319.0000,3962921.0000,3973110.0000,3968111.0000,3974603.0000,3977239.0000,3972248.0000,3974162.0000,3964625.0000,3969012.0000,3673742.0000,3390666.0000,3392410.0000,3613208.0000,3952491.0000,3951319.0000,3953363.0000,3959645.0000,3954414.0000,3768533.0000,3395486.0000,3398301.0000,3424019.0000,3432305.0000,3432616.0000,3427676.0000,3435030.0000,3470407.0000,4008367.0000,4000603.0000,4002094.0000,4005381.0000,4006063.0000,3997096.0000,3977849.0000,3976837.0000,3969474.0000,3972369.0000,4045126.0000,3395817.0000,3413048.0000,3448886.0000,3397319.0000,3386588.0000,3536914.0000,4078380.0000,3972488.0000,3986616.0000,3979713.0000,3973581.0000,3974382.0000,3979733.0000,3970917.0000,3979332.0000,3975554.0000,3978361.0000,3975194.0000,3980103.0000,3961899.0000,3973381.0000,3971296.0000,3529179.0000,3395586.0000,3396487.0000,3398060.0000,3411555.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,1480946000,15307372.1700,15141300.9600,15452271.7000,791969.7772,706350.3683,871025.5055,"15877465.0000,15859411.0000,15894878.0000,15879769.0000,15879859.0000,15873749.0000,15868688.0000,15241069.0000,13837508.0000,13926758.0000,15908133.0000,15874400.0000,15867246.0000,14899051.0000,15088900.0000,15556256.0000,13841686.0000,14094876.0000,15925196.0000,15888617.0000,15894597.0000,15995369.0000,15902192.0000,15861616.0000,15857758.0000,15518344.0000,15436780.0000,15859861.0000,14487891.0000,15072269.0000,13817851.0000,14615894.0000,15929103.0000,15895119.0000,15884498.0000,15870783.0000,15863038.0000,15895700.0000,14875987.0000,13757156.0000,14330253.0000,15878206.0000,15936828.0000,15894969.0000,15878546.0000,15861004.0000,14229932.0000,15840525.0000,14639319.0000,15371125.0000,15859011.0000,15083981.0000,13836527.0000,14167373.0000,15914927.0000,15921608.0000,15910288.0000,15974018.0000,15288669.0000,13796070.0000,14026848.0000,15930666.0000,14946701.0000,13792012.0000,14395376.0000,15892454.0000,15883978.0000,15926368.0000,15850433.0000,15883026.0000,15880351.0000,15891903.0000,15867476.0000,15160356.0000,13766113.0000,14138099.0000,15887664.0000,15860923.0000,15869721.0000,14390115.0000,15810048.0000,14299364.0000,13855513.0000,14852412.0000,15922531.0000,15888446.0000,16066864.0000,15861495.0000,15871583.0000,15864300.0000,15846737.0000,14725101.0000,13710407.0000,14475668.0000,13843369.0000,14029342.0000,15927891.0000,15904968.0000,15871113.0000,15880982.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,464523200,4698844.6900,4631016.4300,4761713.2100,333269.6549,310618.0417,348102.6783,"4960902.0000,4965121.0000,4952698.0000,4945503.0000,4856234.0000,4257199.0000,4275343.0000,4267008.0000,4272217.0000,4267879.0000,4265635.0000,4263420.0000,4784417.0000,4984949.0000,4984587.0000,4975951.0000,4970251.0000,4966153.0000,4954810.0000,4954782.0000,4965691.0000,5087753.0000,4964960.0000,4963918.0000,4967065.0000,4976161.0000,4961674.0000,4970201.0000,4966472.0000,4972955.0000,4972034.0000,4960221.0000,4964600.0000,4966874.0000,4968246.0000,4958569.0000,4964369.0000,4666655.0000,4251668.0000,4277738.0000,4232562.0000,4218736.0000,4225589.0000,4224556.0000,4441839.0000,4827300.0000,4252830.0000,4242341.0000,4252881.0000,4256637.0000,4247320.0000,4240958.0000,4265434.0000,4971453.0000,4404208.0000,4265534.0000,4267447.0000,4270323.0000,4266516.0000,4260184.0000,4266056.0000,4809835.0000,5013021.0000,4968237.0000,4959159.0000,4973016.0000,4967225.0000,4970570.0000,4958128.0000,4971101.0000,4967335.0000,4966433.0000,4964078.0000,4966903.0000,4975209.0000,4968626.0000,4965121.0000,4955834.0000,4968005.0000,4378489.0000,4244325.0000,4241568.0000,4243462.0000,4243232.0000,4249393.0000,4244335.0000,4666214.0000,4973757.0000,4968397.0000,4970421.0000,4961123.0000,4972525.0000,4968426.0000,4963588.0000,4966954.0000,4998353.0000,4967826.0000,4892583.0000,4242601.0000,4465474.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,1322568800,13165193.4000,13061554.8200,13229931.9900,410858.8454,278810.9956,569782.9886,"13129626.0000,13182567.0000,13357629.0000,13213546.0000,13287426.0000,13340647.0000,13266906.0000,13321160.0000,13313064.0000,13344253.0000,13208796.0000,13194089.0000,13023996.0000,13725126.0000,13101914.0000,13176355.0000,13182688.0000,13173229.0000,13118104.0000,13316090.0000,13332541.0000,13299528.0000,13260976.0000,13350375.0000,13255405.0000,13094270.0000,13099038.0000,13103788.0000,13322643.0000,13378539.0000,13360604.0000,13274261.0000,13376154.0000,13271225.0000,13174683.0000,13192896.0000,13380481.0000,13145566.0000,13127813.0000,13210661.0000,11490520.0000,11457036.0000,11953147.0000,13280993.0000,13286774.0000,13169622.0000,13430386.0000,13299598.0000,13304277.0000,13151108.0000,13157850.0000,13251437.0000,13390571.0000,13146588.0000,13076105.0000,13088107.0000,13902912.0000,13229165.0000,13306211.0000,13189379.0000,13243703.0000,13244515.0000,13355044.0000,13186465.0000,13296393.0000,13362628.0000,13345976.0000,13241910.0000,13242330.0000,13265463.0000,13290191.0000,13214768.0000,13100782.0000,13855282.0000,13202585.0000,13177597.0000,13103006.0000,13207264.0000,13307524.0000,13280222.0000,13335817.0000,13271515.0000,13360334.0000,13249965.0000,13255054.0000,13306161.0000,13238713.0000,13100722.0000,13478277.0000,13166436.0000,13251588.0000,13341689.0000,13261125.0000,12600152.0000,11343020.0000,11446295.0000,12525151.0000,13288298.0000,13277657.0000,13347279.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,356107800,3669063.4000,3608593.0400,3789745.8900,419338.4853,210523.8448,708829.7660,"3747713.0000,3623327.0000,6507123.0000,5943235.0000,3561831.0000,3725089.0000,4677416.0000,3799521.0000,3599822.0000,3725621.0000,3619590.0000,3627545.0000,3641592.0000,3647954.0000,3668383.0000,3622485.0000,3660267.0000,3655448.0000,3661730.0000,3748063.0000,3602648.0000,3724749.0000,3647443.0000,3627545.0000,3687649.0000,3686287.0000,3661109.0000,3625913.0000,3598971.0000,3728586.0000,3674674.0000,3684763.0000,3603590.0000,3770086.0000,3580807.0000,3653704.0000,3660067.0000,3741972.0000,3602277.0000,3718398.0000,3596717.0000,3690254.0000,3488722.0000,3115274.0000,3155280.0000,3123028.0000,3073515.0000,3169467.0000,3087522.0000,3116747.0000,3188683.0000,3110244.0000,3218440.0000,3653483.0000,3590535.0000,3677470.0000,3935739.0000,4000833.0000,3584173.0000,3587779.0000,3717836.0000,3625512.0000,3679534.0000,3560027.0000,3716824.0000,3609952.0000,3709921.0000,3576168.0000,3595514.0000,3601757.0000,3579494.0000,3592959.0000,3639719.0000,3587239.0000,3740038.0000,3604462.0000,3606024.0000,3622825.0000,3658323.0000,3655788.0000,3659555.0000,3745068.0000,3598100.0000,3660347.0000,3601185.0000,3719420.0000,3709491.0000,3606635.0000,3759124.0000,3614530.0000,3682258.0000,3720522.0000,3657652.0000,3627404.0000,3661089.0000,3656030.0000,3659486.0000,3627876.0000,3660257.0000,3691497.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,1064195800,10750876.3900,10693078.6900,10929583.8900,468270.6355,173416.8484,1025609.7087,"10599781.0000,10859363.0000,14955357.0000,10734747.0000,10620421.0000,10727784.0000,10782588.0000,10670705.0000,10737331.0000,10663542.0000,10581436.0000,10532704.0000,10564685.0000,10534748.0000,10587508.0000,10533125.0000,10508107.0000,10557832.0000,10594291.0000,10708507.0000,10748704.0000,10607777.0000,10732844.0000,10760005.0000,10687677.0000,10743062.0000,10765044.0000,10628325.0000,10698559.0000,10733936.0000,10683880.0000,10695282.0000,10655366.0000,10568342.0000,11536166.0000,10732212.0000,10735769.0000,10675084.0000,10603168.0000,10730038.0000,10694060.0000,10732502.0000,10579794.0000,11351576.0000,10540830.0000,10574012.0000,10601875.0000,10575686.0000,10660547.0000,10739967.0000,10699991.0000,10725008.0000,10657110.0000,10627334.0000,10703327.0000,10699721.0000,10693569.0000,10731020.0000,10738644.0000,10638003.0000,10589973.0000,10616453.0000,10672759.0000,10727683.0000,10685554.0000,10566127.0000,10560576.0000,10507436.0000,10718056.0000,10732743.0000,10743253.0000,10720250.0000,10743594.0000,10666839.0000,10738734.0000,10740447.0000,10733244.0000,10616953.0000,10737762.0000,10655818.0000,10613838.0000,10660095.0000,10746850.0000,10654224.0000,10734536.0000,10718666.0000,10718666.0000,10630879.0000,10739426.0000,10535018.0000,11757335.0000,10687908.0000,10578771.0000,10675023.0000,10858561.0000,11800928.0000,10736811.0000,10652682.0000,10733504.0000,10639286.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,424466700,4299172.3600,4246143.7300,4436361.6700,395593.1746,110384.2069,747214.7727,"4222894.0000,4327051.0000,7371381.0000,6515199.0000,4276355.0000,4278830.0000,4313736.0000,4194960.0000,4220489.0000,4191825.0000,4201853.0000,4373460.0000,4175864.0000,4162899.0000,4117173.0000,4087337.0000,4128885.0000,4102396.0000,4107725.0000,4202505.0000,4910608.0000,4234215.0000,4344895.0000,4208977.0000,4240648.0000,4209719.0000,4331539.0000,4341639.0000,4304157.0000,4213445.0000,4297135.0000,4234375.0000,4236209.0000,4241980.0000,4196543.0000,4213747.0000,4267739.0000,4209999.0000,4237672.0000,4261937.0000,4325808.0000,4210310.0000,4275944.0000,4268741.0000,4214818.0000,4278248.0000,4319788.0000,4274271.0000,4190011.0000,4247321.0000,4243172.0000,4172117.0000,4142691.0000,4177758.0000,4653199.0000,4248131.0000,4217002.0000,4209208.0000,4252821.0000,4260064.0000,4120299.0000,4171055.0000,4155716.0000,4164152.0000,4187616.0000,4186154.0000,4275052.0000,4291474.0000,4323474.0000,4237380.0000,4200551.0000,4355645.0000,4225207.0000,4222423.0000,4205060.0000,4183608.0000,4219107.0000,4452369.0000,4210209.0000,4298627.0000,4259242.0000,4305881.0000,4265364.0000,4228354.0000,4238033.0000,4323103.0000,4266146.0000,4262980.0000,4264021.0000,4299349.0000,4191364.0000,4158031.0000,4168260.0000,4130619.0000,4167939.0000,4210330.0000,4249615.0000,4265274.0000,4209969.0000,4276766.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,1404823900,13849248.5500,13756317.0200,13897395.3000,329680.0693,180931.4527,534117.6555,"13851796.0000,13866503.0000,13974087.0000,13993223.0000,13800779.0000,13864199.0000,13891290.0000,13972434.0000,13911738.0000,13887533.0000,13900047.0000,13941255.0000,13909996.0000,13938920.0000,13879638.0000,13774769.0000,13902631.0000,13802071.0000,14416687.0000,13782724.0000,13917018.0000,13968095.0000,13850222.0000,13850423.0000,13814986.0000,13835825.0000,13778867.0000,13829784.0000,13853368.0000,13859250.0000,13966393.0000,13905027.0000,13784737.0000,13802422.0000,13893585.0000,13928742.0000,13963997.0000,13900879.0000,13933971.0000,13952556.0000,13993534.0000,13915787.0000,13941405.0000,13806058.0000,13770191.0000,13878916.0000,13985699.0000,13897172.0000,13953959.0000,13885158.0000,13959449.0000,13810217.0000,13813573.0000,13796380.0000,13858679.0000,13814935.0000,13942147.0000,12050221.0000,11769959.0000,12594122.0000,13856484.0000,13953357.0000,13936135.0000,13859440.0000,13984166.0000,13812210.0000,14367604.0000,13824734.0000,13768046.0000,13788496.0000,13801169.0000,13721759.0000,14484615.0000,13871403.0000,13947046.0000,13854601.0000,13964238.0000,13882874.0000,13867013.0000,13760001.0000,13857065.0000,13851444.0000,13988945.0000,13907461.0000,13989968.0000,13842087.0000,13861814.0000,13935433.0000,13952246.0000,13816548.0000,14351182.0000,13829293.0000,13969989.0000,13893724.0000,13831687.0000,13917901.0000,13881802.0000,13841916.0000,13879238.0000,13929693.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,480365000,4815394.7500,4798731.6200,4842957.3700,106712.2786,71408.3806,163486.1484,"4796560.0000,4901831.0000,4809115.0000,4833700.0000,4761895.0000,4879147.0000,4839312.0000,4822551.0000,4850703.0000,4756285.0000,4855232.0000,4845775.0000,4817230.0000,4823252.0000,4821308.0000,4907241.0000,4847928.0000,4830716.0000,4833992.0000,4764861.0000,4966654.0000,4785349.0000,4845624.0000,4883756.0000,4781823.0000,4796530.0000,4789258.0000,4826839.0000,4756335.0000,4850233.0000,4755162.0000,4799917.0000,4782624.0000,4827029.0000,5339910.0000,4815598.0000,4769449.0000,4724445.0000,4741326.0000,4709276.0000,4749953.0000,4755673.0000,4861885.0000,4793836.0000,4746837.0000,4744502.0000,4722340.0000,5422958.0000,4754020.0000,4736657.0000,4703464.0000,4867055.0000,4845013.0000,4801140.0000,5017800.0000,4735305.0000,4764049.0000,4821779.0000,4846665.0000,4814655.0000,4738771.0000,4795659.0000,4849231.0000,4876523.0000,4755373.0000,4787142.0000,4751585.0000,4730525.0000,4774921.0000,4698635.0000,4661335.0000,4732680.0000,4838430.0000,4849902.0000,5153939.0000,4702473.0000,4759941.0000,4780882.0000,4773617.0000,4712823.0000,4692233.0000,4944401.0000,4803474.0000,4854801.0000,4751336.0000,4794867.0000,4887453.0000,4844091.0000,4754020.0000,4851746.0000,4767486.0000,4761886.0000,4796441.0000,4781823.0000,4867656.0000,4768899.0000,4794998.0000,4843841.0000,4759501.0000,4842778.0000" +benchmark intrusive graph dependency handling with N nodes - 1,creating nodes,100,5941,2376400,4.4790,4.4727,4.5044,0.0599,0.0054,0.1424,"4.4789,4.4688,4.4824,4.4671,4.4790,4.4688,4.4673,4.4789,4.4673,4.4789,4.4673,4.4789,4.4689,4.4772,4.4689,4.4789,4.4673,4.4789,4.4673,4.4671,4.4790,4.4671,4.4789,4.4688,4.4789,4.4689,4.4789,4.4689,4.4789,4.4689,4.4671,4.4774,4.4671,4.4790,4.4671,4.4790,4.4688,4.4774,4.4671,4.4790,4.4671,4.4790,4.4671,4.4673,4.4789,4.4689,4.4789,4.4689,4.4772,4.4689,4.4789,4.4673,4.4789,4.4673,4.4671,4.4790,4.4671,4.4790,4.4688,4.4790,4.4688,4.4790,4.4688,4.4790,4.4688,4.4790,4.4688,4.4689,4.4789,4.4689,4.4789,4.4673,4.4789,4.4689,4.4789,4.4673,4.4789,4.4689,4.4671,4.4774,4.4688,4.4790,5.0725,4.4790,4.4671,4.4790,4.4671,4.4774,4.4688,4.4790,4.4688,4.4790,4.4671,4.4689,4.4789,4.4689,4.4789,4.4689,4.4789,4.4673" +benchmark intrusive graph dependency handling with N nodes - 1,creating and adding dependencies,100,1189,2378000,20.7419,20.6864,20.9565,0.5045,0.0861,1.1873,"20.7283,20.5854,20.9134,20.7788,20.7368,20.5854,20.6602,20.7780,20.8124,20.5349,20.5509,20.7283,20.7704,20.7788,20.6611,20.7704,20.8124,20.5761,20.7199,20.6695,20.6434,20.7527,20.5265,20.6779,20.7359,20.7620,20.6947,20.8209,20.7788,20.7704,20.7199,20.7283,20.7536,20.6098,20.5938,25.6829,20.7788,20.5593,20.7368,20.8293,20.7704,20.7452,20.5509,20.6939,20.8124,20.7115,20.6442,20.6350,20.8209,20.7611,20.6854,20.8124,20.7704,20.8124,20.7452,20.7031,20.5341,20.7704,20.8209,20.7704,20.6947,20.5770,20.7191,20.5257,20.6863,20.6098,20.6274,20.6695,20.5845,20.8040,20.5265,20.6686,20.6274,20.6106,20.7611,20.7780,20.7704,20.5854,20.6695,20.6434,20.6022,20.6947,20.5509,20.6947,20.5929,20.6526,20.6442,20.6266,20.7872,20.5433,20.6947,20.8040,20.7696,20.6939,20.5854,20.7283,20.5341,20.6863,20.6182,20.6695" +benchmark intrusive graph dependency handling with N nodes - 1,adding and removing dependencies,100,1599,2398500,15.5146,15.4636,15.7180,0.5000,0.0113,1.1929,"15.4759,15.4572,15.5009,15.4572,15.4759,15.4509,15.4572,15.4759,15.4572,15.4697,15.4509,15.4759,15.4509,20.4884,15.4572,15.4509,15.4759,15.4509,15.4822,15.4572,15.4697,15.4572,15.4572,15.4822,15.4572,15.4759,15.4509,15.4759,15.4509,15.4572,15.4822,15.4509,15.4759,15.4509,15.4822,15.4572,15.4509,15.4759,15.4572,15.4759,15.4572,15.4759,15.4572,15.4509,15.4759,15.4572,15.4759,15.4572,15.4822,15.4572,15.4509,15.4759,15.4509,15.4822,15.4572,15.4759,15.4572,15.4572,15.4759,15.4572,15.4759,15.4572,15.4634,15.4697,15.4509,15.4759,15.4572,15.4759,15.4509,15.4509,15.4759,15.4572,15.4759,15.4572,15.4759,15.4572,15.4572,15.4759,15.4509,15.4759,15.4572,15.4759,15.4509,15.4572,15.4822,15.4572,15.4759,15.4509,15.4697,15.4572,15.4509,15.4759,15.4509,15.4759,15.4572,15.4822,15.4572,15.4509,15.4822,15.4572" +benchmark intrusive graph dependency handling with N nodes - 1,checking for dependencies,100,15325,1532500,1.6983,1.6935,1.7211,0.0460,0.0034,0.1095,"1.6906,1.6977,1.6912,1.6978,2.1547,1.6997,1.6906,1.6906,1.6971,1.6906,1.6972,1.6906,1.6971,1.6906,1.6971,1.6906,1.6906,1.6971,1.6906,1.6978,1.6906,1.6977,1.6906,1.6971,1.6906,1.6906,1.6971,1.6906,1.6972,1.6899,1.6971,1.6906,1.6971,1.6906,1.6978,1.6906,1.6906,1.6978,1.6906,1.6977,1.6906,1.6971,1.6906,1.6978,1.6899,1.6906,1.6978,1.6899,1.6977,1.6906,1.6971,1.6906,1.6978,1.6906,1.6906,1.6978,1.6906,1.6971,1.6906,1.6971,1.6906,1.6972,1.6906,1.6977,1.6906,1.6906,1.6977,1.6906,1.6977,1.6906,1.6972,1.6906,1.6977,1.6906,1.6906,1.6971,1.6900,1.6977,1.6906,1.6972,1.6906,1.6977,1.6906,1.6906,1.6977,1.6906,1.6971,1.6906,1.6972,1.6906,1.6977,1.6900,1.6906,1.6971,1.6906,1.6971,1.6906,1.6978,1.6906,1.6971" +benchmark intrusive graph dependency handling with N nodes - 10,creating nodes,100,635,2476500,39.0482,38.9350,39.4976,1.0926,0.0575,2.6036,"38.8913,39.0016,39.0173,39.0016,38.8756,39.0016,38.8913,38.8756,39.0016,38.8913,39.0016,38.8913,39.0173,38.8756,38.8756,39.0016,38.8913,39.0016,38.8913,39.0016,38.8913,38.8756,39.0173,38.8756,39.0016,38.8913,38.9858,38.8913,38.8913,39.0016,38.8756,38.9858,38.8913,39.0016,38.8913,38.8756,39.0016,38.8913,39.0016,38.8913,39.0016,38.8913,38.8913,39.0016,38.8913,38.9858,38.8913,39.0173,38.8756,38.8913,39.0016,38.8913,39.0016,38.8913,39.0016,38.8756,38.8913,38.9858,38.8913,39.0016,38.8913,39.0016,38.8756,38.8756,39.0016,38.8756,39.0016,38.8756,38.8913,39.0016,38.8913,39.0016,49.9039,39.0173,38.8913,39.0016,38.8913,39.0173,38.8913,38.9858,38.8913,38.8756,39.0016,38.8756,39.0016,38.8756,39.0016,38.8913,39.0016,38.8756,39.0016,38.8913,39.0016,38.8913,39.0016,38.8913,38.8756,39.0016,38.8913,39.0016" +benchmark intrusive graph dependency handling with N nodes - 10,creating and adding dependencies,100,108,2473200,229.6825,229.3431,230.8998,2.8987,0.8056,6.6268,"228.5648,229.3148,234.8796,229.9630,229.6852,230.8889,233.3056,229.0370,229.8704,229.5926,232.0093,229.2222,229.2222,229.7778,229.6852,231.0833,230.1481,229.9630,228.8519,229.2222,228.7593,229.2222,228.8519,228.8519,229.6852,228.6667,228.8519,230.5278,229.2222,229.4074,228.7593,229.3148,229.3148,229.4074,230.9815,230.6204,229.7778,230.1481,229.3148,228.5741,229.2222,229.6852,229.4074,229.5926,229.1296,229.7778,257.0556,228.9444,229.0370,229.2222,229.3148,229.0370,229.8704,228.2037,228.8519,229.0370,229.3148,229.4074,228.5741,229.2222,228.7593,229.6852,229.1296,229.1296,229.5926,229.2222,229.3148,228.4815,229.4074,229.5000,229.5926,229.7778,228.4815,229.5000,228.6667,229.0370,229.1296,228.9444,229.5000,228.9444,229.7778,228.7593,228.8519,228.9444,228.8519,229.4074,228.1944,229.4074,228.6667,229.3148,228.8519,228.8519,229.0370,228.6667,229.1296,228.2963,228.9444,229.1296,228.9444,229.9722" +benchmark intrusive graph dependency handling with N nodes - 10,adding and removing dependencies,100,123,2484600,202.8820,202.7449,203.0025,0.6551,0.5631,0.7832,"202.6585,203.2195,204.2846,203.6260,202.2520,201.5935,203.3008,203.2276,203.5447,203.0650,203.3821,200.7805,203.2276,203.5528,203.2195,203.6341,202.4065,202.1626,203.2276,201.5935,203.4634,203.1382,203.4715,203.0569,203.1463,200.8618,201.5122,203.3821,203.2276,203.3821,203.0650,203.6260,202.9837,203.2195,202.8211,202.9756,202.5772,202.2439,203.6341,202.9756,203.2276,203.4634,201.8374,201.5122,202.0000,203.7073,202.9837,201.5122,202.6504,203.0650,204.1951,202.8130,202.4878,203.2276,203.5447,203.3089,203.2195,203.2195,202.2439,202.0894,201.8374,203.6260,203.1463,203.2195,203.5528,203.2276,203.1382,202.4878,203.7154,202.9756,203.1382,203.5528,203.1382,203.5528,202.6504,202.2439,202.9024,202.4878,203.3902,202.6504,202.7398,202.1626,203.1382,202.0081,202.4878,202.8943,202.4959,203.1382,202.9024,203.2195,202.9837,202.4878,203.3089,202.6504,202.7317,202.3333,202.8130,202.0813,202.4959,203.4634" +benchmark intrusive graph dependency handling with N nodes - 10,checking for dependencies,100,1068,2456400,24.3854,24.2935,24.4588,0.4152,0.2748,0.5995,"24.4934,24.3989,23.8081,22.9644,24.6433,24.7088,24.6339,24.7182,26.4354,24.4925,24.3998,24.4934,24.3989,24.4934,24.3989,24.3998,24.4934,24.4082,24.4934,22.7200,24.4934,24.3989,24.4934,24.3998,24.3989,24.4934,24.3989,24.4841,24.3998,24.4925,24.3904,24.4934,24.3989,24.4934,24.3989,24.3904,24.4934,24.3989,24.4934,24.3989,24.4934,24.3998,24.4925,24.4092,24.3989,23.1517,24.3989,24.4934,24.3989,24.4841,24.3989,24.4925,24.3998,24.4925,24.3989,24.4092,24.4925,24.3998,24.4934,24.3989,24.4934,24.3989,24.4934,24.3998,24.3989,24.4934,24.3895,24.4934,24.3998,24.4831,24.3998,24.4934,24.3989,24.4934,24.3989,22.7210,24.4831,24.3998,24.4934,24.3989,24.4841,24.3989,24.4934,22.7107,24.3998,24.4925,24.3998,24.4841,24.3989,24.4934,24.3989,24.4925,24.3998,24.3989,24.4934,24.3989,24.4925,24.3998,24.4831,24.4082" +benchmark intrusive graph dependency handling with N nodes - 100,creating nodes,100,63,2475900,392.0644,391.5268,393.8463,4.5231,1.5536,10.1855,"393.6032,392.7937,397.7143,391.8254,392.0000,392.7937,390.5714,392.7937,391.2063,392.1587,388.9841,389.6032,390.5714,389.1429,391.2063,389.1270,391.5238,390.5714,391.0476,392.3175,390.2381,392.1429,390.5556,393.4286,390.0952,390.2540,392.9524,391.5238,393.4286,390.2540,392.6349,390.2381,390.7302,391.2063,390.4127,392.3175,391.2063,391.8413,390.7143,390.3968,393.1111,390.8889,391.8413,389.4603,390.7143,392.9524,391.3492,392.9524,390.3968,392.1587,390.5714,390.8889,392.1587,391.6825,393.1111,390.4127,392.1429,433.9683,390.8730,394.5556,394.2222,393.7460,390.2540,392.3175,390.3968,396.3016,392.1587,390.2540,392.3175,390.3968,392.0000,390.2540,390.2540,395.3333,391.6825,392.3175,392.1587,397.0794,392.1587,390.4127,392.4762,390.5714,392.1587,390.2540,393.1111,389.4444,389.7778,391.3651,389.3016,391.6667,390.3968,392.9524,390.2540,390.2540,392.4762,390.5714,391.9841,389.7619,391.2063,396.1270" +benchmark intrusive graph dependency handling with N nodes - 100,creating and adding dependencies,100,7,2865100,4086.9143,4080.0286,4110.2971,57.3394,16.2715,128.4874,"4064.7143,4073.2857,4237.8571,4087.7143,4094.7143,4067.5714,4086.2857,4053.2857,4103.2857,4071.8571,4109.1429,4060.4286,4091.8571,4051.7143,4104.8571,4086.1429,4079.1429,4076.1429,4090.4286,4071.8571,4109.0000,4081.8571,4092.0000,4071.8571,4090.4286,4086.1429,4103.2857,4070.5714,4101.8571,4064.7143,4097.7143,4064.7143,4104.7143,4084.8571,4084.7143,4074.7143,4097.7143,4080.4286,4086.1429,4064.8571,4086.1429,4063.2857,4096.1429,4080.4286,4107.5714,4060.4286,4084.8571,4069.0000,4089.0000,4071.8571,4093.4286,4051.8571,4094.7143,4079.1429,4090.4286,4070.4286,4093.4286,4056.0000,4097.5714,4056.1429,4097.5714,4048.8571,4093.4286,4057.5714,4077.5714,4084.7143,4087.7143,4071.8571,4096.1429,4066.2857,4103.2857,4070.4286,4102.0000,4064.7143,4067.5714,4067.5714,4066.1429,4083.4286,4073.2857,4079.0000,4059.0000,4084.7143,4067.5714,4084.7143,4059.0000,4091.8571,4056.1429,4083.4286,4060.4286,4090.4286,4614.2857,4090.5714,4067.5714,4087.5714,4071.8571,4089.1429,4061.8571,4104.7143,4057.5714,4083.4286" +benchmark intrusive graph dependency handling with N nodes - 100,adding and removing dependencies,100,6,2592000,4485.8800,4473.1233,4533.8650,112.8085,25.5200,262.3317,"4451.6667,4473.3333,4535.1667,4513.3333,4578.5000,4533.3333,4528.5000,4510.0000,4530.1667,4495.0000,4520.1667,4486.6667,4528.5000,4548.3333,4510.1667,4495.0000,4506.8333,4503.3333,4508.3333,4561.8333,4523.5000,4513.3333,5575.5000,4473.3333,4468.3333,4476.6667,4465.0000,4478.3333,4466.6667,4475.0000,4483.3333,4455.0000,4475.0000,4455.0000,4480.0000,4463.3333,4480.0000,4463.3333,4483.3333,4458.3333,4466.6667,4459.8333,4461.5000,4468.3333,4448.3333,4485.0000,4455.0000,4455.0000,4450.0000,4454.8333,4451.6667,4463.3333,4456.6667,4466.6667,4456.6667,4459.8333,4468.1667,4455.0000,4481.6667,4451.6667,4481.6667,4450.0000,4471.6667,4460.0000,4465.0000,4451.5000,4473.1667,4451.5000,4473.3333,4458.3333,4468.3333,4458.3333,4448.3333,4473.3333,4448.1667,4461.6667,4450.0000,4465.0000,4443.3333,4463.1667,4446.5000,4470.0000,4461.6667,4466.6667,4461.6667,4450.0000,4463.1667,4453.1667,4465.0000,4451.6667,4461.6667,4456.6667,4486.6667,4465.0000,4470.0000,4453.1667,4456.5000,4458.3333,4446.6667,4481.6667" +benchmark intrusive graph dependency handling with N nodes - 100,checking for dependencies,100,13,2507700,1932.9138,1926.6662,1962.6000,59.8445,3.8840,142.4782,"1925.0769,1924.3846,1935.1538,2527.0000,1929.0000,1932.0769,1927.3846,1925.1538,1927.3846,1925.8462,1932.0769,1930.5385,1936.6154,1926.6923,1927.4615,1932.7692,1921.3077,1928.1538,1924.3077,1932.0769,1928.1538,1926.6154,1932.8462,1927.3846,1928.9231,1927.4615,1932.8462,1928.1538,1929.7692,1928.2308,1928.1538,1932.8462,1923.6154,1929.6923,1925.1538,1930.5385,1922.0000,1919.6923,1923.5385,1921.2308,1921.2308,1920.4615,1925.8462,1920.4615,1923.5385,1930.5385,1924.3077,1930.5385,1921.2308,1927.3846,1924.3846,1923.5385,1928.2308,1922.7692,1930.5385,1926.6923,1932.7692,1925.0769,1926.6923,1932.0000,1924.3077,1930.5385,1923.5385,1927.4615,1925.0769,1922.7692,1925.1538,1928.9231,1931.3077,1925.9231,1937.3846,1920.5385,1926.6154,1919.6923,1918.1538,1922.8462,1926.6154,1929.6923,1925.1538,1928.1538,1922.0769,1922.0000,1924.3846,1922.7692,1929.6923,1927.4615,1930.4615,1918.9231,1924.3077,1929.6923,1927.4615,1928.9231,1931.2308,1931.3077,1926.6923,1927.3846,1929.0000,1925.0769,1935.0769,1922.0769" +benchmark task handling > without access thread,generating and deleting tasks,100,1,329954300,3361378.3300,3309011.0200,3402866.4900,236717.2885,197415.1530,270131.6247,"3162887.0000,3472415.0000,3419734.0000,2858561.0000,2863960.0000,2880602.0000,2849062.0000,2855354.0000,2864622.0000,2875653.0000,2865243.0000,2860464.0000,2875152.0000,2867287.0000,3495529.0000,3506118.0000,3486491.0000,3483084.0000,3506069.0000,3471783.0000,3492312.0000,3501771.0000,3473316.0000,3488555.0000,3489346.0000,3474459.0000,3521828.0000,3472845.0000,3487874.0000,3483204.0000,3491822.0000,3468747.0000,3487884.0000,3458508.0000,3474168.0000,3460121.0000,3494657.0000,3466093.0000,3513071.0000,3463508.0000,3463477.0000,3477203.0000,3480590.0000,3499475.0000,3500218.0000,3478476.0000,3477945.0000,3472926.0000,3488024.0000,3466143.0000,3483596.0000,3462545.0000,3459431.0000,3454240.0000,3483095.0000,3498544.0000,3478596.0000,3465682.0000,3467415.0000,3469620.0000,3513522.0000,3476783.0000,3489707.0000,3469028.0000,3475610.0000,3464049.0000,3493865.0000,3456655.0000,3487764.0000,3473316.0000,3472054.0000,3466523.0000,3512301.0000,3470050.0000,3483024.0000,3477966.0000,3486130.0000,3505147.0000,3092193.0000,2877746.0000,2863170.0000,3402111.0000,3476182.0000,3486892.0000,3492602.0000,3475731.0000,3490518.0000,3471654.0000,2875732.0000,2861405.0000,2969491.0000,3487123.0000,3490819.0000,3473637.0000,3504135.0000,3465712.0000,3482995.0000,3312411.0000,2856567.0000,2844113.0000" +benchmark task handling > with access thread,generating and deleting tasks with access thread,100,1,780710300,7763354.2300,7703895.1300,7810488.3800,269275.2272,222889.2793,312055.8624,"7260819.0000,7864144.0000,7549727.0000,7151532.0000,7144569.0000,7152374.0000,7152884.0000,7893710.0000,7857971.0000,7892417.0000,8005882.0000,7863652.0000,7877970.0000,7240211.0000,7172371.0000,7199604.0000,7153947.0000,7489783.0000,7877949.0000,7896385.0000,7906443.0000,7938054.0000,7886396.0000,7872710.0000,7873892.0000,7911283.0000,7848824.0000,8009188.0000,7845368.0000,7875025.0000,7851820.0000,7891506.0000,8028125.0000,7912816.0000,7875866.0000,7874533.0000,7746310.0000,7167292.0000,7148196.0000,7149048.0000,7183963.0000,7712155.0000,7881988.0000,7910020.0000,8031581.0000,7913026.0000,7857521.0000,7876527.0000,7868311.0000,8054945.0000,7876147.0000,7898559.0000,7876668.0000,7881777.0000,7866838.0000,7929848.0000,7879863.0000,7902246.0000,7879192.0000,7890193.0000,7878000.0000,8065395.0000,7876437.0000,7886837.0000,7848344.0000,7868572.0000,7977789.0000,7884873.0000,7870956.0000,7870095.0000,7835329.0000,7850438.0000,7893630.0000,7880775.0000,7845759.0000,7885124.0000,7842032.0000,7850738.0000,7959535.0000,7883631.0000,7852592.0000,7876768.0000,7843395.0000,7967870.0000,7838194.0000,7871668.0000,7849886.0000,7868371.0000,7853333.0000,7896415.0000,7860587.0000,7886806.0000,7841410.0000,7884653.0000,7841290.0000,7971768.0000,7606836.0000,7175948.0000,7155961.0000,7155419.0000" +generating large task graphs,soup topology,100,1,269291100,2696134.0100,2695142.9300,2697137.7000,5100.3253,4448.5113,5951.8822,"2695642.0000,2694990.0000,2691113.0000,2699248.0000,2697475.0000,2687696.0000,2695872.0000,2694058.0000,2684861.0000,2700411.0000,2695882.0000,2687946.0000,2696844.0000,2697465.0000,2698517.0000,2696523.0000,2704739.0000,2698958.0000,2697435.0000,2696833.0000,2696973.0000,2702315.0000,2696833.0000,2709608.0000,2694880.0000,2696533.0000,2700149.0000,2702945.0000,2700871.0000,2700610.0000,2694900.0000,2704438.0000,2696723.0000,2693247.0000,2698998.0000,2698066.0000,2693888.0000,2706813.0000,2694780.0000,2704508.0000,2699589.0000,2699980.0000,2694730.0000,2690772.0000,2696152.0000,2700722.0000,2702003.0000,2695842.0000,2693147.0000,2695621.0000,2707354.0000,2685873.0000,2690561.0000,2709838.0000,2689139.0000,2697134.0000,2701864.0000,2685342.0000,2693327.0000,2698897.0000,2688098.0000,2697795.0000,2691233.0000,2686605.0000,2696783.0000,2699459.0000,2698186.0000,2689970.0000,2700701.0000,2699649.0000,2693927.0000,2688879.0000,2698347.0000,2685722.0000,2696834.0000,2696443.0000,2694820.0000,2699108.0000,2698577.0000,2693467.0000,2695050.0000,2701052.0000,2689530.0000,2691293.0000,2689921.0000,2699037.0000,2692356.0000,2689029.0000,2691633.0000,2695031.0000,2700531.0000,2693457.0000,2696072.0000,2695982.0000,2690812.0000,2695921.0000,2692476.0000,2693077.0000,2698106.0000,2699959.0000" +generating large task graphs,chain topology,100,1,4723900,40414.9400,40317.0100,40772.6400,829.9881,143.3661,1883.7847,"40486.0000,40365.0000,42881.0000,40926.0000,40325.0000,40235.0000,40365.0000,40226.0000,40215.0000,40325.0000,40345.0000,40215.0000,40225.0000,40175.0000,40276.0000,40245.0000,40245.0000,40355.0000,40185.0000,40226.0000,40145.0000,40255.0000,40105.0000,40185.0000,40175.0000,40296.0000,40165.0000,40276.0000,40485.0000,40396.0000,40195.0000,40115.0000,40385.0000,40336.0000,40215.0000,40406.0000,40255.0000,40335.0000,40456.0000,40235.0000,40146.0000,40385.0000,40436.0000,40115.0000,40155.0000,40415.0000,40176.0000,40235.0000,40376.0000,40165.0000,40436.0000,40355.0000,40186.0000,40095.0000,40305.0000,40566.0000,40376.0000,40095.0000,40376.0000,48170.0000,40556.0000,40416.0000,40496.0000,40406.0000,40225.0000,40326.0000,40205.0000,40406.0000,40255.0000,40536.0000,40326.0000,40396.0000,40205.0000,40396.0000,40395.0000,40246.0000,40365.0000,40396.0000,40446.0000,40245.0000,40486.0000,40366.0000,40265.0000,40276.0000,40345.0000,40256.0000,40265.0000,40156.0000,40505.0000,40375.0000,40276.0000,40325.0000,40246.0000,40375.0000,40146.0000,40355.0000,40236.0000,40455.0000,40355.0000,40366.0000" +generating large task graphs,expanding tree topology,100,1,10156600,101194.7200,100517.0600,101576.2000,2532.3903,1482.2624,3751.2615,"102544.0000,102734.0000,91372.0000,88757.0000,88658.0000,88847.0000,105900.0000,101792.0000,102043.0000,102353.0000,101742.0000,101512.0000,102103.0000,101712.0000,101612.0000,101271.0000,101802.0000,101552.0000,101782.0000,101822.0000,102153.0000,101992.0000,102072.0000,101802.0000,102734.0000,101602.0000,100770.0000,101151.0000,101732.0000,101352.0000,101852.0000,101361.0000,101211.0000,101341.0000,102213.0000,101141.0000,100830.0000,101932.0000,101221.0000,101722.0000,101972.0000,100810.0000,100920.0000,100730.0000,100650.0000,104157.0000,101421.0000,100760.0000,101100.0000,100750.0000,101311.0000,101000.0000,101272.0000,101561.0000,101953.0000,101181.0000,101842.0000,102483.0000,101712.0000,101412.0000,100910.0000,102003.0000,102223.0000,101251.0000,101171.0000,102233.0000,101732.0000,101431.0000,102042.0000,102253.0000,101231.0000,101702.0000,100981.0000,100980.0000,101200.0000,101381.0000,101461.0000,101853.0000,101772.0000,101251.0000,101111.0000,101261.0000,101762.0000,100910.0000,101481.0000,104918.0000,101963.0000,101241.0000,101401.0000,100991.0000,101982.0000,102634.0000,101612.0000,101832.0000,102383.0000,101772.0000,101201.0000,101501.0000,101652.0000,101712.0000" +generating large task graphs,contracting tree topology,100,1,13157600,131792.0900,131609.7800,132175.4800,1297.3334,597.3400,2203.3704,"131318.0000,131068.0000,133974.0000,132340.0000,131629.0000,131548.0000,131138.0000,131348.0000,131899.0000,131308.0000,131739.0000,131418.0000,131899.0000,139945.0000,131719.0000,131759.0000,131869.0000,131128.0000,132029.0000,131278.0000,131639.0000,131398.0000,131208.0000,131238.0000,131599.0000,131368.0000,132240.0000,132070.0000,131498.0000,131859.0000,131639.0000,131849.0000,131018.0000,130847.0000,131418.0000,131198.0000,131068.0000,130717.0000,131498.0000,131329.0000,130957.0000,131308.0000,131969.0000,134784.0000,131298.0000,131599.0000,131549.0000,131117.0000,131428.0000,131859.0000,131799.0000,131519.0000,131368.0000,131078.0000,131308.0000,132059.0000,132551.0000,131569.0000,131107.0000,131308.0000,131328.0000,131669.0000,131488.0000,132300.0000,131909.0000,131399.0000,131428.0000,131679.0000,132450.0000,131729.0000,131429.0000,131708.0000,131428.0000,139984.0000,132861.0000,131859.0000,131909.0000,130717.0000,131508.0000,131418.0000,132240.0000,131548.0000,131639.0000,131789.0000,132010.0000,131408.0000,131488.0000,131068.0000,131298.0000,132460.0000,131168.0000,132040.0000,132129.0000,131529.0000,132340.0000,131338.0000,131038.0000,131338.0000,131198.0000,131358.0000" +generating large task graphs,wave_sim topology,100,1,44644500,446566.1900,445924.4100,447584.3100,4040.3974,2921.0710,6513.3139,"444161.0000,446867.0000,471483.0000,455052.0000,446546.0000,447398.0000,447698.0000,447889.0000,454771.0000,445424.0000,446897.0000,446375.0000,446756.0000,446035.0000,447247.0000,448199.0000,445524.0000,452167.0000,446716.0000,447178.0000,446195.0000,444933.0000,444171.0000,444732.0000,444292.0000,445464.0000,456485.0000,448700.0000,448229.0000,445784.0000,447447.0000,444262.0000,445253.0000,444623.0000,446375.0000,449953.0000,447498.0000,445383.0000,444172.0000,444763.0000,444101.0000,443009.0000,443100.0000,446005.0000,456916.0000,445373.0000,447458.0000,444923.0000,443129.0000,444192.0000,442869.0000,447337.0000,444112.0000,450734.0000,444782.0000,447218.0000,442678.0000,440575.0000,443500.0000,442769.0000,443470.0000,442979.0000,456986.0000,447317.0000,444723.0000,444041.0000,444933.0000,444772.0000,444673.0000,443841.0000,444472.0000,449822.0000,444302.0000,443079.0000,445334.0000,445824.0000,444482.0000,445043.0000,443420.0000,443891.0000,448540.0000,444642.0000,444743.0000,444612.0000,443450.0000,445664.0000,445334.0000,447448.0000,445003.0000,457346.0000,446977.0000,445394.0000,444252.0000,445323.0000,446225.0000,447698.0000,447348.0000,449061.0000,449752.0000,446526.0000" +generating large task graphs,jacobi topology,100,1,15121100,151336.6600,151131.0900,151718.9000,1391.5801,841.6410,2218.9514,"151146.0000,151105.0000,155464.0000,152308.0000,151697.0000,151436.0000,151487.0000,151446.0000,151617.0000,159812.0000,151597.0000,151927.0000,151907.0000,152118.0000,151887.0000,150955.0000,151637.0000,151186.0000,151526.0000,150645.0000,150705.0000,151166.0000,150775.0000,150614.0000,150986.0000,151436.0000,151617.0000,150434.0000,151336.0000,151437.0000,151306.0000,151195.0000,150344.0000,150985.0000,151306.0000,155484.0000,151266.0000,151336.0000,151146.0000,151807.0000,150815.0000,151697.0000,150504.0000,150805.0000,150825.0000,150655.0000,150935.0000,150655.0000,150093.0000,150635.0000,150254.0000,151276.0000,151126.0000,151777.0000,151687.0000,151556.0000,151176.0000,151436.0000,150876.0000,150995.0000,151266.0000,151086.0000,153670.0000,151296.0000,151276.0000,150785.0000,150144.0000,150334.0000,150203.0000,150404.0000,150705.0000,151045.0000,150615.0000,150705.0000,150835.0000,150775.0000,150825.0000,150825.0000,150414.0000,151486.0000,151967.0000,151386.0000,150695.0000,150314.0000,150615.0000,150575.0000,150715.0000,150113.0000,158530.0000,151226.0000,150885.0000,150936.0000,150675.0000,150875.0000,151576.0000,151026.0000,150424.0000,150735.0000,150595.0000,151747.0000" +generating large command graphs for N nodes - 1,soup topology,100,1,479442300,4791551.3400,4790282.9600,4793085.9500,7135.1685,5884.7889,10464.6741,"4778932.0000,4804732.0000,4797027.0000,4795364.0000,4787909.0000,4797418.0000,4791616.0000,4792398.0000,4789872.0000,4791527.0000,4799461.0000,4803890.0000,4787309.0000,4793560.0000,4790685.0000,4797297.0000,4783591.0000,4793449.0000,4802316.0000,4780736.0000,4797797.0000,4792137.0000,4787599.0000,4787959.0000,4790253.0000,4781879.0000,4798389.0000,4795744.0000,4785815.0000,4788150.0000,4776779.0000,4796645.0000,4800213.0000,4783230.0000,4782690.0000,4797858.0000,4798460.0000,4787889.0000,4782690.0000,4793750.0000,4787197.0000,4795685.0000,4793480.0000,4792218.0000,4790484.0000,4793390.0000,4791306.0000,4785956.0000,4783310.0000,4789782.0000,4781557.0000,4796025.0000,4785044.0000,4796756.0000,4790734.0000,4784704.0000,4795604.0000,4790153.0000,4787589.0000,4783862.0000,4796476.0000,4794743.0000,4787538.0000,4786287.0000,4781087.0000,4789873.0000,4795334.0000,4792467.0000,4785094.0000,4798970.0000,4785695.0000,4796745.0000,4783701.0000,4791086.0000,4791085.0000,4793631.0000,4792969.0000,4793560.0000,4794592.0000,4797668.0000,4787218.0000,4798590.0000,4785183.0000,4798680.0000,4797167.0000,4787378.0000,4791096.0000,4783982.0000,4801244.0000,4794542.0000,4783711.0000,4800643.0000,4798670.0000,4791426.0000,4798109.0000,4780786.0000,4828527.0000,4788320.0000,4790174.0000,4781236.0000" +generating large command graphs for N nodes - 1,chain topology,100,1,14018700,140506.0700,140280.3500,140995.2000,1617.5967,913.1900,2916.3570,"139884.0000,140235.0000,145635.0000,140906.0000,140656.0000,140396.0000,140746.0000,140075.0000,139954.0000,140716.0000,140526.0000,140225.0000,140606.0000,140576.0000,139924.0000,140285.0000,140346.0000,139944.0000,140646.0000,140305.0000,140305.0000,140946.0000,140075.0000,140676.0000,140205.0000,139273.0000,140426.0000,140245.0000,146266.0000,140134.0000,140516.0000,140035.0000,139724.0000,140886.0000,140105.0000,139904.0000,140316.0000,139894.0000,140486.0000,140325.0000,140155.0000,140305.0000,140416.0000,139914.0000,139995.0000,140465.0000,140205.0000,141027.0000,140896.0000,139965.0000,140435.0000,140045.0000,140185.0000,139003.0000,139914.0000,139554.0000,152328.0000,141067.0000,140425.0000,139815.0000,140295.0000,140776.0000,140676.0000,140475.0000,139434.0000,140055.0000,140425.0000,139714.0000,139765.0000,139954.0000,140085.0000,139824.0000,139464.0000,140876.0000,140776.0000,139784.0000,140075.0000,139864.0000,140436.0000,140115.0000,139193.0000,140265.0000,140295.0000,140045.0000,139644.0000,146657.0000,140245.0000,140877.0000,139984.0000,139955.0000,140095.0000,139834.0000,139814.0000,140065.0000,140305.0000,140295.0000,140295.0000,139644.0000,140235.0000,140555.0000" +generating large command graphs for N nodes - 1,expanding tree topology,100,1,26265000,262731.7800,262333.9400,263376.9700,2537.8827,1754.0479,3551.7764,"261134.0000,262526.0000,270332.0000,262828.0000,266444.0000,262247.0000,263338.0000,261626.0000,262036.0000,261585.0000,261685.0000,261806.0000,261906.0000,263388.0000,261745.0000,262226.0000,261845.0000,261976.0000,262076.0000,268368.0000,262877.0000,261485.0000,262377.0000,262627.0000,262396.0000,263269.0000,263669.0000,261275.0000,262397.0000,262647.0000,261134.0000,262547.0000,262216.0000,261285.0000,274750.0000,262787.0000,261795.0000,262106.0000,261295.0000,261936.0000,262216.0000,264160.0000,262206.0000,261585.0000,260924.0000,261615.0000,261985.0000,261214.0000,260904.0000,262046.0000,268879.0000,261926.0000,261706.0000,262637.0000,262838.0000,262507.0000,261946.0000,262677.0000,262026.0000,262357.0000,261775.0000,262436.0000,260754.0000,262487.0000,263990.0000,273658.0000,262707.0000,261444.0000,260613.0000,261285.0000,262306.0000,260634.0000,261505.0000,263889.0000,260854.0000,261585.0000,262397.0000,262126.0000,262526.0000,261975.0000,268588.0000,261836.0000,261615.0000,262036.0000,262006.0000,261776.0000,261285.0000,262677.0000,261876.0000,261916.0000,262597.0000,263088.0000,262237.0000,262547.0000,261174.0000,273328.0000,262437.0000,260944.0000,260944.0000,260984.0000" +generating large command graphs for N nodes - 1,contracting tree topology,100,1,30105800,300541.7200,300127.5500,301175.8500,2589.9599,1861.0388,3472.9986,"299186.0000,299838.0000,309816.0000,299998.0000,301330.0000,306691.0000,301311.0000,299286.0000,300919.0000,298926.0000,299727.0000,299948.0000,299487.0000,300969.0000,299617.0000,299257.0000,300248.0000,298666.0000,305308.0000,299918.0000,300219.0000,299978.0000,298986.0000,300088.0000,299948.0000,301291.0000,300168.0000,300419.0000,299567.0000,299476.0000,299577.0000,299838.0000,310999.0000,300429.0000,299146.0000,298956.0000,300640.0000,299988.0000,298535.0000,300239.0000,299347.0000,300579.0000,299327.0000,300239.0000,299637.0000,305559.0000,299236.0000,299086.0000,298766.0000,299346.0000,299046.0000,300198.0000,299277.0000,300098.0000,298976.0000,299827.0000,300609.0000,299176.0000,306821.0000,301501.0000,300379.0000,300008.0000,300960.0000,299978.0000,300209.0000,299948.0000,301391.0000,299667.0000,300329.0000,298345.0000,299578.0000,299577.0000,310909.0000,299567.0000,299858.0000,298846.0000,299537.0000,299858.0000,300739.0000,299647.0000,299808.0000,299767.0000,299618.0000,300298.0000,299437.0000,306069.0000,300329.0000,299918.0000,300068.0000,300068.0000,299286.0000,298135.0000,299147.0000,299156.0000,298475.0000,299687.0000,297684.0000,299938.0000,311079.0000,301291.0000" +generating large command graphs for N nodes - 1,wave_sim topology,100,1,115059700,1150883.7500,1149359.3600,1152780.8400,8634.2208,7088.4965,12647.6260,"1155020.0000,1150210.0000,1195516.0000,1159719.0000,1149088.0000,1148507.0000,1159989.0000,1159638.0000,1141655.0000,1146794.0000,1142916.0000,1144189.0000,1150722.0000,1164407.0000,1153006.0000,1152866.0000,1146824.0000,1153026.0000,1140612.0000,1146253.0000,1142226.0000,1149319.0000,1139961.0000,1155110.0000,1151042.0000,1152936.0000,1158616.0000,1144740.0000,1152174.0000,1140141.0000,1158275.0000,1138639.0000,1140111.0000,1165329.0000,1149119.0000,1147926.0000,1141214.0000,1155621.0000,1150892.0000,1152775.0000,1147525.0000,1142737.0000,1141784.0000,1154248.0000,1169016.0000,1155450.0000,1151283.0000,1149048.0000,1143879.0000,1152635.0000,1146203.0000,1160640.0000,1151794.0000,1140612.0000,1150582.0000,1142255.0000,1142366.0000,1139620.0000,1148317.0000,1143769.0000,1151673.0000,1164217.0000,1152215.0000,1151893.0000,1140182.0000,1157464.0000,1152736.0000,1147635.0000,1166932.0000,1155871.0000,1152805.0000,1151443.0000,1150481.0000,1143187.0000,1153297.0000,1166150.0000,1143297.0000,1153477.0000,1151563.0000,1158577.0000,1141363.0000,1149369.0000,1155982.0000,1153517.0000,1139991.0000,1142456.0000,1159137.0000,1145180.0000,1143298.0000,1157674.0000,1152064.0000,1143397.0000,1151362.0000,1160200.0000,1138258.0000,1152845.0000,1159859.0000,1149910.0000,1138408.0000,1168124.0000" +generating large command graphs for N nodes - 1,jacobi topology,100,1,38166400,381347.9200,380971.0100,381947.5600,2387.3683,1702.8913,3639.1395,"380621.0000,380831.0000,386432.0000,381171.0000,382544.0000,380711.0000,380821.0000,380661.0000,385250.0000,381593.0000,381212.0000,381242.0000,381392.0000,381513.0000,380861.0000,380029.0000,382886.0000,381803.0000,380501.0000,385941.0000,381993.0000,380470.0000,382024.0000,381543.0000,381603.0000,381522.0000,381433.0000,381332.0000,379439.0000,395179.0000,381222.0000,380511.0000,379709.0000,379309.0000,378607.0000,381372.0000,379559.0000,380461.0000,379849.0000,384108.0000,381062.0000,380100.0000,380050.0000,380761.0000,380511.0000,380952.0000,381252.0000,381653.0000,380140.0000,380341.0000,386912.0000,381662.0000,380440.0000,380511.0000,380941.0000,381172.0000,379518.0000,378146.0000,378998.0000,379518.0000,390399.0000,382995.0000,381973.0000,380401.0000,380280.0000,381322.0000,381653.0000,380641.0000,380571.0000,380962.0000,378897.0000,384868.0000,381883.0000,381082.0000,381242.0000,380291.0000,379378.0000,380461.0000,379499.0000,380160.0000,378858.0000,389177.0000,381693.0000,379569.0000,380010.0000,381342.0000,380271.0000,379859.0000,380831.0000,381091.0000,380711.0000,380480.0000,384278.0000,379990.0000,380962.0000,380370.0000,380130.0000,380440.0000,381823.0000,380049.0000" +generating large command graphs for N nodes - 4,soup topology,100,1,1172927200,11618785.6200,11522978.6900,11676696.5600,372706.2799,250482.2170,511531.8253,"11675982.0000,11702443.0000,11732950.0000,11690460.0000,11627592.0000,11670271.0000,11710417.0000,11646256.0000,11722150.0000,11682475.0000,11700609.0000,11758759.0000,11753759.0000,11726298.0000,11727370.0000,11736107.0000,11672156.0000,11705047.0000,11756264.0000,11727541.0000,11651486.0000,11724315.0000,11681052.0000,11709276.0000,11679039.0000,11755383.0000,11741757.0000,11702092.0000,11667256.0000,11759501.0000,11758128.0000,11656255.0000,11747629.0000,11719785.0000,11723672.0000,11741106.0000,11731869.0000,11729113.0000,11758279.0000,11756916.0000,11685541.0000,11748130.0000,11687113.0000,11687104.0000,11681222.0000,11652659.0000,11756705.0000,11777165.0000,11679931.0000,11738951.0000,11786582.0000,11721199.0000,11696752.0000,11766044.0000,11761384.0000,11731037.0000,10560286.0000,10075528.0000,10047013.0000,10893569.0000,11774971.0000,11759621.0000,11775842.0000,10484002.0000,10087300.0000,10118008.0000,11028565.0000,11719324.0000,11773578.0000,11784839.0000,11685762.0000,11775321.0000,11728061.0000,11778938.0000,11741307.0000,11770843.0000,11764560.0000,11739263.0000,11691192.0000,11749522.0000,11734443.0000,11706059.0000,11665824.0000,11777315.0000,11754461.0000,11750264.0000,11783897.0000,11609427.0000,11767476.0000,11698365.0000,11722071.0000,11749682.0000,11691292.0000,11657778.0000,11756165.0000,11760513.0000,11737038.0000,11757006.0000,11717772.0000,11698165.0000" +generating large command graphs for N nodes - 4,chain topology,100,1,232448300,2324394.8400,2323188.6600,2325643.8000,6254.2033,5599.0312,7103.3547,"2321412.0000,2320780.0000,2330569.0000,2331150.0000,2326321.0000,2319118.0000,2318847.0000,2320820.0000,2334397.0000,2323456.0000,2319197.0000,2325540.0000,2321793.0000,2321702.0000,2317594.0000,2326441.0000,2329416.0000,2318096.0000,2329116.0000,2324296.0000,2335919.0000,2324037.0000,2315721.0000,2325920.0000,2313266.0000,2331531.0000,2317104.0000,2317264.0000,2327623.0000,2309760.0000,2332844.0000,2324747.0000,2332402.0000,2320210.0000,2322313.0000,2327973.0000,2319036.0000,2329366.0000,2322283.0000,2330269.0000,2327383.0000,2319408.0000,2322113.0000,2322223.0000,2331862.0000,2317925.0000,2333444.0000,2324597.0000,2320489.0000,2329718.0000,2321783.0000,2324076.0000,2328524.0000,2317905.0000,2331070.0000,2319548.0000,2332723.0000,2322564.0000,2332353.0000,2322875.0000,2321151.0000,2324277.0000,2320039.0000,2332082.0000,2319138.0000,2322112.0000,2333073.0000,2317044.0000,2326451.0000,2320249.0000,2332433.0000,2327583.0000,2322032.0000,2326712.0000,2316974.0000,2336600.0000,2320219.0000,2322904.0000,2336049.0000,2319528.0000,2319608.0000,2311954.0000,2324047.0000,2336741.0000,2323956.0000,2331470.0000,2315381.0000,2327042.0000,2315330.0000,2337482.0000,2320580.0000,2318125.0000,2325289.0000,2324657.0000,2339867.0000,2325029.0000,2316603.0000,2320309.0000,2316593.0000,2330539.0000" +generating large command graphs for N nodes - 4,expanding tree topology,100,1,698127000,6852397.0600,6786140.9200,6900642.0000,286653.8444,227033.1408,342731.9653,"6972923.0000,6974446.0000,6972062.0000,6971230.0000,6771091.0000,6133942.0000,6119846.0000,6133230.0000,6124213.0000,6811517.0000,6993151.0000,6969858.0000,6980067.0000,6987842.0000,6974566.0000,6974467.0000,6971951.0000,6991148.0000,6993432.0000,6976711.0000,6976480.0000,6988312.0000,6995677.0000,6981189.0000,6974145.0000,6986940.0000,6969948.0000,6977883.0000,6973664.0000,6980187.0000,6978284.0000,6985787.0000,6974667.0000,6980067.0000,6986639.0000,6970499.0000,6984215.0000,6951272.0000,6971960.0000,6972342.0000,6975999.0000,6991848.0000,6997250.0000,6985147.0000,6991859.0000,6984395.0000,6615796.0000,6119665.0000,6142437.0000,6097473.0000,6131588.0000,6306028.0000,6969076.0000,6972874.0000,6965509.0000,6975508.0000,6973685.0000,6972753.0000,6967782.0000,6978574.0000,6978093.0000,6996027.0000,6983744.0000,6960570.0000,6980557.0000,6987330.0000,6967243.0000,6952084.0000,6951993.0000,6964196.0000,6974216.0000,6986409.0000,6650322.0000,6108935.0000,6120857.0000,6137118.0000,6111099.0000,6469248.0000,6979726.0000,6980007.0000,6958215.0000,6963335.0000,6968445.0000,6974667.0000,6985036.0000,6979646.0000,6980288.0000,6977452.0000,6978563.0000,6983152.0000,6978815.0000,6986349.0000,6988192.0000,6969918.0000,6984134.0000,6969898.0000,6980628.0000,6949219.0000,6981309.0000,6989575.0000" +generating large command graphs for N nodes - 4,contracting tree topology,100,1,257275600,2500005.0100,2456152.3400,2542173.5400,219556.2962,208153.8798,236880.8441,"2237292.0000,2219799.0000,2669241.0000,2674922.0000,2667298.0000,2659773.0000,2666366.0000,2672398.0000,2663069.0000,2331070.0000,2232092.0000,2214990.0000,2229728.0000,2228355.0000,2245938.0000,2220761.0000,2225419.0000,2220410.0000,2225679.0000,2235458.0000,2221392.0000,2242272.0000,2229217.0000,2439185.0000,2666857.0000,2678649.0000,2681525.0000,2660224.0000,2670724.0000,2668530.0000,2662167.0000,2674531.0000,2672388.0000,2656356.0000,2672649.0000,2665063.0000,2659593.0000,2668590.0000,2673229.0000,2663250.0000,2670784.0000,2678609.0000,2661316.0000,2658420.0000,2670754.0000,2663651.0000,2678118.0000,2675924.0000,2662859.0000,2678629.0000,2675774.0000,2659904.0000,2667017.0000,2666736.0000,2657449.0000,2663550.0000,2675003.0000,2674491.0000,2681154.0000,2678960.0000,2668049.0000,2666456.0000,2675794.0000,2684941.0000,2670494.0000,2677126.0000,2671295.0000,2864351.0000,2984329.0000,2231011.0000,2222995.0000,2245347.0000,2224568.0000,2235999.0000,2234677.0000,2237974.0000,2224638.0000,2239496.0000,2235048.0000,2226050.0000,2234307.0000,2222905.0000,2465224.0000,2667427.0000,2664653.0000,2678289.0000,2673990.0000,2662238.0000,2669181.0000,2681885.0000,2233305.0000,2226702.0000,2232413.0000,2233595.0000,2218497.0000,2240798.0000,2220781.0000,2235289.0000,2234537.0000,2218296.0000" +generating large command graphs for N nodes - 4,wave_sim topology,100,1,947356000,9741383.8900,9607720.8400,9847638.5000,607218.1307,508070.3726,693944.8527,"10050169.0000,10081508.0000,10027085.0000,10026514.0000,10018799.0000,10029139.0000,10032155.0000,8855614.0000,9654058.0000,10073202.0000,10077241.0000,10068985.0000,10081279.0000,10051611.0000,10081539.0000,10065447.0000,10076078.0000,10028367.0000,10095145.0000,10010764.0000,10008911.0000,10014812.0000,10393591.0000,8711099.0000,8425358.0000,8401101.0000,9015758.0000,10028899.0000,8813825.0000,8429315.0000,8408937.0000,8427322.0000,10025552.0000,10061031.0000,10072401.0000,10071009.0000,10093050.0000,10054118.0000,10065918.0000,10073203.0000,10070277.0000,10014522.0000,10073974.0000,10024661.0000,10004282.0000,10071229.0000,10010243.0000,10031313.0000,10013029.0000,8671384.0000,8433793.0000,8425317.0000,8513525.0000,10087249.0000,10015092.0000,10014712.0000,10005965.0000,10035071.0000,10061150.0000,10076970.0000,10095525.0000,10004101.0000,10057372.0000,10012067.0000,10012037.0000,10006246.0000,10016565.0000,10012938.0000,9903952.0000,8411582.0000,8418104.0000,8428013.0000,9751101.0000,10050060.0000,10069445.0000,10061211.0000,10049969.0000,10075958.0000,10080006.0000,10068484.0000,10067733.0000,10053415.0000,10075166.0000,10031444.0000,10036012.0000,10066480.0000,9997529.0000,10009652.0000,10078052.0000,10005685.0000,9920193.0000,8427502.0000,8419336.0000,8415830.0000,8889297.0000,10094374.0000,10082300.0000,10004743.0000,10069736.0000,10075507.0000" +generating large command graphs for N nodes - 4,jacobi topology,100,1,310760300,3132490.8900,3086035.0100,3167265.1300,204434.2983,161956.1318,243110.5914,"3209926.0000,3214565.0000,3226268.0000,3210167.0000,3219364.0000,3221789.0000,3217000.0000,3221318.0000,3216399.0000,3206590.0000,3210538.0000,3225346.0000,3212411.0000,3214316.0000,3209987.0000,3232278.0000,3220747.0000,3217091.0000,3222460.0000,3204697.0000,3226477.0000,3220767.0000,3222530.0000,3224544.0000,3219504.0000,3232109.0000,3220617.0000,3216859.0000,3156726.0000,2627924.0000,2625588.0000,2640487.0000,2622392.0000,2626411.0000,2635097.0000,2613575.0000,2642722.0000,2634576.0000,2623785.0000,2639635.0000,2625839.0000,3212181.0000,3216479.0000,3229844.0000,3217181.0000,3226228.0000,3219554.0000,3214175.0000,3217140.0000,3224625.0000,3225195.0000,3213334.0000,3222761.0000,3230546.0000,3218203.0000,3215537.0000,3214966.0000,3226499.0000,3225897.0000,3225276.0000,3219585.0000,3209305.0000,3220907.0000,3224013.0000,3228092.0000,3227650.0000,3216830.0000,3220166.0000,3226467.0000,3226448.0000,3216880.0000,3211620.0000,3232740.0000,3212722.0000,3211700.0000,3221769.0000,3218924.0000,3220056.0000,3229032.0000,3223933.0000,3227300.0000,3221779.0000,3215117.0000,3232370.0000,2995790.0000,2686544.0000,2624607.0000,2959361.0000,3221168.0000,3224965.0000,3210499.0000,3225205.0000,3218683.0000,3224314.0000,3211118.0000,3213353.0000,3229153.0000,3215698.0000,3224384.0000,3221800.0000" +generating large command graphs for N nodes - 16,soup topology,100,1,4148138900,42280845.9700,42029705.6500,42423408.7800,941171.6665,593298.4985,1396388.1997,"42584711.0000,42386074.0000,43251385.0000,42793036.0000,42570885.0000,42796272.0000,42216533.0000,42582817.0000,42737842.0000,42374812.0000,42552310.0000,42332662.0000,42633433.0000,40203374.0000,41488422.0000,41234269.0000,42111223.0000,37293856.0000,42634445.0000,42601973.0000,42326180.0000,42581745.0000,42684650.0000,42649393.0000,42297095.0000,41784663.0000,37833690.0000,42734254.0000,42437822.0000,42419598.0000,42524246.0000,42555345.0000,42523675.0000,42242822.0000,42286305.0000,42499809.0000,42527561.0000,42392686.0000,42394509.0000,42630366.0000,42402686.0000,42431540.0000,42424777.0000,42707875.0000,42639444.0000,42401905.0000,42532020.0000,42508546.0000,40974727.0000,39265396.0000,42811380.0000,42584120.0000,42366807.0000,42375495.0000,42362058.0000,42287727.0000,42309359.0000,42552680.0000,42583769.0000,42471175.0000,42384391.0000,42292617.0000,42236350.0000,37995116.0000,42618315.0000,42822882.0000,42409087.0000,42381365.0000,42332302.0000,42499839.0000,42682296.0000,42591053.0000,42554243.0000,42503706.0000,42478418.0000,42919635.0000,42725467.0000,42684640.0000,42527201.0000,42633192.0000,42700830.0000,42432312.0000,42619807.0000,42627421.0000,42638964.0000,42583358.0000,42437361.0000,42455726.0000,42775402.0000,42963880.0000,42673740.0000,42598627.0000,42455105.0000,42345287.0000,42340076.0000,42584009.0000,42389130.0000,42608135.0000,42356328.0000,42526750.0000" +generating large command graphs for N nodes - 16,chain topology,100,1,31013113900,320896955.0200,320092241.7000,321553348.0700,3727912.7397,3186401.9695,4625516.2810,"306502556.0000,323508095.0000,323092650.0000,323058435.0000,323308790.0000,323230280.0000,318457800.0000,321053984.0000,323395834.0000,323085716.0000,323388600.0000,323324469.0000,323444827.0000,313723370.0000,323505501.0000,323189061.0000,323179452.0000,323288319.0000,323270305.0000,316499855.0000,323497315.0000,322976708.0000,323435057.0000,316429081.0000,323340627.0000,314123046.0000,319452274.0000,320029728.0000,323185112.0000,323389741.0000,323488417.0000,321679006.0000,323477827.0000,323083820.0000,323392765.0000,323484129.0000,323363530.0000,323213835.0000,313951138.0000,323296371.0000,323288126.0000,323304597.0000,323532349.0000,323414515.0000,316555327.0000,323208645.0000,323237830.0000,323207874.0000,323286021.0000,323364229.0000,313768472.0000,323239642.0000,323370501.0000,323239542.0000,323125486.0000,313552030.0000,309398893.0000,323225104.0000,323443308.0000,321365317.0000,318941130.0000,323175851.0000,314755441.0000,316449994.0000,323441264.0000,316364413.0000,322962595.0000,323026576.0000,316714205.0000,317068777.0000,323276820.0000,323170208.0000,313481014.0000,318726460.0000,323108862.0000,318681956.0000,323081910.0000,323245991.0000,322941454.0000,323023710.0000,323283573.0000,316372065.0000,323430541.0000,316445965.0000,317027218.0000,322747185.0000,316232619.0000,323121704.0000,315882615.0000,323393600.0000,323241181.0000,321479660.0000,323365125.0000,315479792.0000,317311816.0000,323284733.0000,323404740.0000,315109900.0000,323410401.0000,318107204.0000" +generating large command graphs for N nodes - 16,expanding tree topology,100,1,52284078000,525945479.3600,524632077.5000,526878028.1400,5601165.7645,4163836.8351,8072809.5267,"528476097.0000,525324309.0000,533871589.0000,529883444.0000,530652774.0000,531332171.0000,526023955.0000,530405223.0000,526654851.0000,526353107.0000,523497442.0000,530959804.0000,530537673.0000,531733510.0000,523081112.0000,530947098.0000,530971133.0000,531387783.0000,526656159.0000,531110086.0000,530932639.0000,531260981.0000,518783669.0000,530901539.0000,530959229.0000,531144689.0000,530542316.0000,531187270.0000,526839524.0000,529611931.0000,530548306.0000,530908110.0000,531649715.0000,530804481.0000,531243003.0000,530770607.0000,530789753.0000,523490420.0000,523245004.0000,498177235.0000,500015741.0000,514800168.0000,531726588.0000,527823135.0000,522729746.0000,530752358.0000,526354570.0000,527940346.0000,522923110.0000,518128669.0000,522143923.0000,530861454.0000,521425279.0000,525916316.0000,527107014.0000,530890307.0000,526727282.0000,531100447.0000,525413289.0000,531538185.0000,519917196.0000,529623253.0000,520985713.0000,528300835.0000,523586554.0000,524999994.0000,516489916.0000,528142744.0000,521947394.0000,526833901.0000,526076424.0000,522021884.0000,525114149.0000,525019319.0000,526799414.0000,525094791.0000,521630000.0000,523908571.0000,527026653.0000,525245636.0000,521647181.0000,523599945.0000,524025480.0000,528071634.0000,523443898.0000,522032130.0000,523791506.0000,524841999.0000,527801860.0000,518596864.0000,530507130.0000,520450829.0000,524175934.0000,524414497.0000,522126597.0000,519226076.0000,523834835.0000,523246189.0000,526031921.0000,523949422.0000" +generating large command graphs for N nodes - 16,contracting tree topology,100,1,9830754400,96675977.7000,96131379.6500,97143295.4200,2595653.6134,2296636.6875,2901223.2889,"98440169.0000,98482720.0000,99632731.0000,98728747.0000,98515783.0000,98337245.0000,96602274.0000,96836038.0000,98389012.0000,98413098.0000,92185238.0000,98711915.0000,98427536.0000,98649336.0000,98508730.0000,98559487.0000,98445940.0000,98421103.0000,98036314.0000,92852112.0000,98458725.0000,93481486.0000,97001451.0000,98430461.0000,93219389.0000,92343448.0000,98383102.0000,92715514.0000,98364365.0000,98446162.0000,98471219.0000,98469024.0000,93305823.0000,96754894.0000,94927368.0000,90686385.0000,89767663.0000,97363879.0000,98493611.0000,93501634.0000,96898887.0000,98459766.0000,98492389.0000,93172530.0000,98439539.0000,93137313.0000,91798284.0000,98501015.0000,95060300.0000,96690592.0000,97035766.0000,98455138.0000,98414801.0000,92857954.0000,97574728.0000,98429428.0000,91591381.0000,95105275.0000,98341362.0000,98381227.0000,98487258.0000,98408119.0000,98447493.0000,92241614.0000,98555769.0000,98431493.0000,98607978.0000,98408258.0000,91901139.0000,93264854.0000,97964537.0000,98440450.0000,92506827.0000,96955944.0000,94494857.0000,92810704.0000,98394622.0000,98562591.0000,98350249.0000,98450138.0000,98421694.0000,98474795.0000,98427045.0000,98455428.0000,91949140.0000,98539398.0000,98386517.0000,98422636.0000,98529158.0000,98445268.0000,92086861.0000,98395214.0000,98401806.0000,92949657.0000,98428887.0000,93184072.0000,98582108.0000,98529338.0000,92232848.0000,98472200.0000" +generating large command graphs for N nodes - 16,wave_sim topology,100,1,8232674700,83816511.7300,83235329.5200,84267619.5300,2590592.5615,2159870.1100,3218785.5032,"81136514.0000,85262338.0000,85362088.0000,85296223.0000,85250156.0000,78499354.0000,83610095.0000,79301084.0000,85299700.0000,85296543.0000,79359875.0000,85358812.0000,85231140.0000,85293217.0000,85339285.0000,85253792.0000,85242953.0000,85327652.0000,85238704.0000,85235828.0000,85291153.0000,85238403.0000,83530174.0000,85328584.0000,85278470.0000,85338092.0000,85449283.0000,85342731.0000,85364572.0000,85410570.0000,85420809.0000,83660160.0000,85376995.0000,85316351.0000,78503701.0000,79515141.0000,80161765.0000,85436969.0000,83806828.0000,83751002.0000,85406883.0000,82000803.0000,85374170.0000,85361848.0000,85370343.0000,85383118.0000,85354433.0000,80843047.0000,77503184.0000,84235872.0000,83134744.0000,80738569.0000,85257118.0000,85251077.0000,85224436.0000,85282967.0000,85205882.0000,85243082.0000,78427627.0000,85251228.0000,73675605.0000,83557866.0000,85245867.0000,78506106.0000,85242360.0000,78467753.0000,85288127.0000,85307093.0000,85258191.0000,85219216.0000,85263120.0000,85288889.0000,80033923.0000,85299518.0000,85318385.0000,81969945.0000,84666178.0000,80317530.0000,85393527.0000,85375783.0000,85379720.0000,85350636.0000,85350104.0000,85406452.0000,76120041.0000,85228775.0000,85248211.0000,79629206.0000,84138688.0000,79280444.0000,85274110.0000,85285571.0000,85211112.0000,85357398.0000,85273029.0000,85275613.0000,81358595.0000,85234286.0000,85279961.0000,82706702.0000" +generating large command graphs for N nodes - 16,jacobi topology,100,1,8940488400,87728273.6400,87104328.8100,88230123.9600,2843901.3548,2428152.4677,3412312.8088,"89323989.0000,89389083.0000,89346062.0000,82732080.0000,83178486.0000,88985639.0000,89368515.0000,89444168.0000,89365810.0000,89407999.0000,89423188.0000,82117685.0000,87561889.0000,89421044.0000,89382551.0000,82767226.0000,89300005.0000,89462433.0000,89391849.0000,89378193.0000,89417778.0000,89393221.0000,81408740.0000,84571869.0000,83015567.0000,89397841.0000,88465813.0000,83134071.0000,89291048.0000,89397059.0000,89387300.0000,89370007.0000,89324240.0000,89369707.0000,82029066.0000,89428979.0000,89323349.0000,89413971.0000,81919559.0000,89379936.0000,89323148.0000,89419492.0000,89351232.0000,89328378.0000,89354328.0000,83221337.0000,88341116.0000,82813884.0000,89471931.0000,89298502.0000,85640344.0000,89433478.0000,89357744.0000,89393922.0000,89368093.0000,89298170.0000,89336433.0000,82358972.0000,89386218.0000,89401968.0000,89442124.0000,86652384.0000,85828380.0000,89384024.0000,89367522.0000,89403511.0000,89387510.0000,89387190.0000,77398455.0000,89404773.0000,82950863.0000,89221456.0000,89380096.0000,86691849.0000,89395395.0000,89382080.0000,89297519.0000,89450740.0000,89324841.0000,85808553.0000,85981982.0000,89459106.0000,81789771.0000,89364366.0000,89280257.0000,81827273.0000,89309552.0000,89362893.0000,89342796.0000,89389253.0000,89326003.0000,82188197.0000,89444437.0000,89194975.0000,83380268.0000,89332356.0000,83364478.0000,88086703.0000,89349989.0000,89407739.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,soup topology,100,1,472646100,4820112.1100,4776472.7700,4845721.4000,167055.5835,110096.1233,230919.1296,"4862429.0000,4871938.0000,4868872.0000,4861789.0000,4863422.0000,4855176.0000,4861147.0000,4859405.0000,4873000.0000,4857841.0000,4858774.0000,4859585.0000,4869352.0000,4864524.0000,4862671.0000,4867118.0000,4866898.0000,4859194.0000,4865305.0000,4856189.0000,4863963.0000,4853473.0000,4876507.0000,4869714.0000,4855567.0000,4871387.0000,4862270.0000,4864925.0000,4852341.0000,4864674.0000,4850046.0000,4871557.0000,4860206.0000,4860536.0000,4858693.0000,4863282.0000,4862861.0000,4865646.0000,4858493.0000,4860937.0000,4858272.0000,4863853.0000,4862210.0000,4868011.0000,4866377.0000,4876818.0000,4859303.0000,4863652.0000,4925260.0000,4870916.0000,4865285.0000,4889712.0000,4855286.0000,4864364.0000,4867780.0000,4866719.0000,4867549.0000,4863442.0000,4859564.0000,4871507.0000,4855327.0000,4878410.0000,4865585.0000,4331142.0000,4156131.0000,4149087.0000,4144759.0000,4149668.0000,4131895.0000,4523727.0000,4872860.0000,4877529.0000,4861428.0000,4857360.0000,4870355.0000,4867008.0000,4865055.0000,4864024.0000,4867008.0000,4867059.0000,4850077.0000,4872018.0000,4859094.0000,4874263.0000,4864654.0000,4856338.0000,4862119.0000,4871757.0000,4857310.0000,4859846.0000,4864093.0000,4852661.0000,4872971.0000,4855457.0000,4862740.0000,4859805.0000,4861388.0000,4869373.0000,4868942.0000,4863301.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,chain topology,100,1,13985400,144778.2100,144507.2000,145361.7400,1925.8604,982.0686,3206.8734,"144674.0000,144954.0000,149843.0000,144724.0000,144503.0000,144032.0000,144273.0000,144323.0000,145004.0000,144964.0000,144303.0000,144373.0000,144944.0000,144082.0000,144483.0000,144092.0000,144573.0000,144112.0000,143982.0000,144153.0000,145154.0000,156195.0000,145254.0000,145125.0000,144192.0000,143822.0000,144794.0000,144313.0000,144273.0000,144112.0000,144213.0000,143872.0000,144533.0000,144674.0000,144533.0000,144804.0000,144082.0000,143682.0000,144292.0000,144192.0000,144824.0000,144974.0000,144523.0000,143852.0000,144253.0000,144724.0000,144763.0000,144813.0000,144563.0000,150755.0000,144362.0000,144763.0000,144343.0000,144533.0000,144513.0000,144733.0000,145676.0000,145665.0000,144814.0000,144513.0000,144764.0000,144072.0000,144263.0000,143952.0000,144633.0000,144373.0000,144734.0000,143762.0000,144743.0000,144383.0000,144353.0000,144032.0000,143482.0000,143781.0000,144293.0000,144934.0000,156897.0000,145455.0000,145164.0000,144413.0000,143771.0000,143602.0000,143882.0000,144403.0000,144212.0000,143681.0000,144263.0000,144673.0000,144493.0000,143952.0000,143782.0000,144062.0000,143371.0000,144583.0000,144733.0000,144303.0000,144393.0000,143902.0000,143972.0000,144844.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,26718100,267802.4600,267390.3200,268512.8000,2696.1352,1775.0323,3931.7074,"266364.0000,267035.0000,275701.0000,267225.0000,267346.0000,267075.0000,267417.0000,280731.0000,268398.0000,268097.0000,267707.0000,267827.0000,267737.0000,267376.0000,268108.0000,267396.0000,267837.0000,266524.0000,267587.0000,266474.0000,267026.0000,267587.0000,272305.0000,268178.0000,267817.0000,267406.0000,266795.0000,268107.0000,266194.0000,267086.0000,266935.0000,267035.0000,267176.0000,266605.0000,266214.0000,266334.0000,266324.0000,273147.0000,267506.0000,267617.0000,267146.0000,266765.0000,266044.0000,266274.0000,265933.0000,266604.0000,266585.0000,267637.0000,266755.0000,268057.0000,267065.0000,266885.0000,281673.0000,267667.0000,266073.0000,267697.0000,266895.0000,266514.0000,266274.0000,266936.0000,265983.0000,266665.0000,267847.0000,267036.0000,267186.0000,266153.0000,268137.0000,272145.0000,266294.0000,267716.0000,267025.0000,268338.0000,267296.0000,266955.0000,266394.0000,267056.0000,266905.0000,266455.0000,267326.0000,266986.0000,266594.0000,266143.0000,272777.0000,267075.0000,267566.0000,267336.0000,267136.0000,266254.0000,266765.0000,266905.0000,266484.0000,267908.0000,266063.0000,267436.0000,267166.0000,267867.0000,267597.0000,279228.0000,267316.0000,267897.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,29688600,307600.9700,307148.3900,308332.4700,2869.4137,1976.1311,4067.3241,"307242.0000,306139.0000,312783.0000,306791.0000,307362.0000,305558.0000,306921.0000,306510.0000,315979.0000,305879.0000,307372.0000,307643.0000,308203.0000,307602.0000,307663.0000,307081.0000,307252.0000,307362.0000,306209.0000,305789.0000,306620.0000,319525.0000,306671.0000,305739.0000,305739.0000,307372.0000,306440.0000,307692.0000,307172.0000,306099.0000,305950.0000,306771.0000,306380.0000,305007.0000,312762.0000,307312.0000,305829.0000,307562.0000,306981.0000,304967.0000,308033.0000,307041.0000,307052.0000,306500.0000,306160.0000,306260.0000,307593.0000,311650.0000,306430.0000,308965.0000,305578.0000,305769.0000,306290.0000,307062.0000,306480.0000,307422.0000,306280.0000,306350.0000,307883.0000,306871.0000,320657.0000,307452.0000,308574.0000,306791.0000,306611.0000,305889.0000,306080.0000,306881.0000,306651.0000,305478.0000,307853.0000,306490.0000,306590.0000,314355.0000,307432.0000,306190.0000,306741.0000,306610.0000,307742.0000,306300.0000,307012.0000,306189.0000,309846.0000,307983.0000,307171.0000,306891.0000,321469.0000,307082.0000,305959.0000,306310.0000,306401.0000,306720.0000,306500.0000,305889.0000,308004.0000,308163.0000,306230.0000,307002.0000,307161.0000,311149.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,118419900,1185794.8400,1184524.7600,1187202.6500,6796.9657,5874.9542,7924.5374,"1182011.0000,1190557.0000,1191028.0000,1177422.0000,1186830.0000,1202670.0000,1182341.0000,1188804.0000,1188984.0000,1188252.0000,1178805.0000,1188823.0000,1202941.0000,1188132.0000,1188814.0000,1199213.0000,1191168.0000,1174988.0000,1177722.0000,1184465.0000,1185497.0000,1177663.0000,1188543.0000,1180738.0000,1176180.0000,1184735.0000,1187542.0000,1178233.0000,1186219.0000,1190647.0000,1184145.0000,1175338.0000,1200857.0000,1185136.0000,1189385.0000,1186869.0000,1191538.0000,1187501.0000,1188152.0000,1188643.0000,1187071.0000,1184886.0000,1195186.0000,1187291.0000,1177772.0000,1184556.0000,1188783.0000,1186428.0000,1187642.0000,1184004.0000,1175328.0000,1185978.0000,1189855.0000,1189365.0000,1174807.0000,1183934.0000,1200886.0000,1179586.0000,1184225.0000,1184405.0000,1180698.0000,1186408.0000,1188112.0000,1185938.0000,1179325.0000,1177301.0000,1203371.0000,1185617.0000,1181619.0000,1192961.0000,1177482.0000,1186539.0000,1183974.0000,1193433.0000,1185427.0000,1187782.0000,1201628.0000,1175919.0000,1178735.0000,1181059.0000,1176801.0000,1178093.0000,1175308.0000,1190507.0000,1186819.0000,1179675.0000,1188132.0000,1184956.0000,1177092.0000,1187872.0000,1189955.0000,1175748.0000,1185296.0000,1202469.0000,1189244.0000,1178284.0000,1185677.0000,1191018.0000,1184586.0000,1179105.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation,jacobi topology,100,1,38438600,393343.0300,392833.3200,394118.9100,3161.1189,2292.9491,4355.2907,"396841.0000,392223.0000,400840.0000,394106.0000,393255.0000,394207.0000,393526.0000,395549.0000,408654.0000,391542.0000,391612.0000,392624.0000,392423.0000,392424.0000,392563.0000,393295.0000,393204.0000,392724.0000,392574.0000,400990.0000,391381.0000,392694.0000,392103.0000,391772.0000,392102.0000,392022.0000,391432.0000,393795.0000,393956.0000,397533.0000,392834.0000,394678.0000,392573.0000,391802.0000,392754.0000,391632.0000,391371.0000,392734.0000,392754.0000,405218.0000,394267.0000,394046.0000,393436.0000,392433.0000,393005.0000,391982.0000,392594.0000,392073.0000,391732.0000,397643.0000,392654.0000,394086.0000,393986.0000,392183.0000,392253.0000,392603.0000,392763.0000,394086.0000,392503.0000,398334.0000,393035.0000,389718.0000,392043.0000,392203.0000,392143.0000,391141.0000,393104.0000,392564.0000,392874.0000,403905.0000,392914.0000,391752.0000,391602.0000,390510.0000,391401.0000,391452.0000,390860.0000,392083.0000,391041.0000,390239.0000,396962.0000,391752.0000,392043.0000,391021.0000,391912.0000,392995.0000,391862.0000,392083.0000,391261.0000,391291.0000,405078.0000,392734.0000,392944.0000,393125.0000,392152.0000,392212.0000,392092.0000,390971.0000,391722.0000,390529.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,soup topology,100,1,441639400,4456981.4500,4339194.3400,4593923.1700,645076.0292,563315.1844,727613.0210,"5685972.0000,5702583.0000,4600593.0000,4558714.0000,3895727.0000,5317433.0000,4889462.0000,4206987.0000,4997505.0000,5838732.0000,4355299.0000,4264877.0000,5721159.0000,5523614.0000,3936244.0000,3917859.0000,4332424.0000,4289313.0000,3857655.0000,3916816.0000,4306836.0000,4266220.0000,4088373.0000,3924862.0000,3941413.0000,4311596.0000,5199590.0000,5678678.0000,3947175.0000,4280887.0000,5764110.0000,4530992.0000,4239318.0000,4117337.0000,3591981.0000,3395909.0000,3758366.0000,3754690.0000,4087450.0000,4608669.0000,3645462.0000,3763686.0000,5227853.0000,5146398.0000,4331974.0000,4232406.0000,3887281.0000,3917007.0000,4279104.0000,4264656.0000,3879806.0000,3925413.0000,3918040.0000,4273934.0000,5385101.0000,5707783.0000,3972773.0000,3915445.0000,4277922.0000,4261079.0000,3858176.0000,3863356.0000,4275016.0000,4259968.0000,3917539.0000,3921305.0000,3983503.0000,4294203.0000,5330608.0000,5794757.0000,3942005.0000,4026184.0000,5716981.0000,5672687.0000,4327365.0000,4307758.0000,5312714.0000,4490454.0000,4264947.0000,4174615.0000,3957484.0000,4094524.0000,4359697.0000,4855146.0000,5285612.0000,4431843.0000,4381248.0000,4057533.0000,3951041.0000,5602423.0000,5522030.0000,4302348.0000,4260599.0000,3888412.0000,3953457.0000,4320763.0000,4235130.0000,4275637.0000,4333818.0000,6078716.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,chain topology,100,1,30718100,266192.5400,259042.3200,274002.8300,38210.8942,34114.1210,42855.0844,"289829.0000,319716.0000,295710.0000,277626.0000,276273.0000,319625.0000,312040.0000,314515.0000,349061.0000,306651.0000,315056.0000,300248.0000,315347.0000,349622.0000,318343.0000,312030.0000,327410.0000,309466.0000,340235.0000,341046.0000,311740.0000,313233.0000,323884.0000,350614.0000,303595.0000,296973.0000,320577.0000,320818.0000,353109.0000,309887.0000,254883.0000,215658.0000,238321.0000,213274.0000,213674.0000,244402.0000,232750.0000,219214.0000,229734.0000,213474.0000,218624.0000,247108.0000,239293.0000,228453.0000,241357.0000,241638.0000,240024.0000,243191.0000,248951.0000,223333.0000,234775.0000,212182.0000,218023.0000,220978.0000,215076.0000,223122.0000,219285.0000,238101.0000,218965.0000,219234.0000,233502.0000,218674.0000,220688.0000,208314.0000,230466.0000,242168.0000,289357.0000,259722.0000,262577.0000,259891.0000,261635.0000,260803.0000,263148.0000,259371.0000,260643.0000,259801.0000,261845.0000,261946.0000,259210.0000,261705.0000,259240.0000,261395.0000,263979.0000,258840.0000,263078.0000,258068.0000,261485.0000,262607.0000,260192.0000,261264.0000,260313.0000,261565.0000,260513.0000,261835.0000,259682.0000,261915.0000,271704.0000,249913.0000,263048.0000,261776.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,expanding tree topology,100,1,41851900,437941.4000,425101.1600,452219.9200,68869.7787,61352.5657,79187.7851,"519244.0000,463758.0000,574108.0000,531547.0000,503433.0000,534793.0000,613633.0000,530285.0000,532609.0000,519334.0000,507792.0000,635765.0000,532780.0000,614505.0000,532379.0000,537669.0000,558318.0000,562576.0000,538771.0000,460662.0000,400348.0000,437929.0000,377825.0000,375381.0000,381883.0000,398024.0000,378597.0000,376993.0000,379278.0000,376543.0000,377886.0000,381041.0000,371583.0000,380170.0000,373888.0000,379288.0000,376503.0000,374870.0000,379839.0000,376272.0000,375040.0000,383045.0000,374669.0000,375271.0000,378447.0000,375161.0000,378317.0000,376313.0000,406059.0000,407963.0000,407782.0000,376614.0000,380471.0000,373427.0000,409135.0000,374169.0000,377575.0000,406410.0000,370802.0000,376884.0000,379288.0000,433942.0000,437048.0000,375101.0000,407352.0000,407743.0000,379078.0000,461034.0000,463779.0000,434123.0000,378777.0000,377605.0000,408544.0000,434934.0000,435435.0000,406019.0000,376383.0000,375401.0000,383967.0000,375191.0000,406120.0000,404055.0000,384668.0000,461785.0000,495289.0000,464350.0000,462376.0000,523211.0000,520696.0000,462125.0000,526157.0000,462145.0000,464480.0000,523953.0000,497383.0000,490690.0000,519745.0000,463458.0000,465662.0000,523392.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,contracting tree topology,100,1,42497800,440846.1100,428245.5000,454932.4200,68085.2242,60847.1016,76890.1462,"381192.0000,374199.0000,568227.0000,520526.0000,525035.0000,521769.0000,523181.0000,520506.0000,520627.0000,521438.0000,613403.0000,522139.0000,551234.0000,521117.0000,578075.0000,611729.0000,522269.0000,553949.0000,578135.0000,368527.0000,467225.0000,377035.0000,405378.0000,374870.0000,379128.0000,405999.0000,411329.0000,580620.0000,435645.0000,404436.0000,405518.0000,403113.0000,381553.0000,406289.0000,408554.0000,402923.0000,406369.0000,404286.0000,470231.0000,466644.0000,460652.0000,464560.0000,552728.0000,584127.0000,488335.0000,463528.0000,489367.0000,439122.0000,493585.0000,518803.0000,524804.0000,462036.0000,466103.0000,462536.0000,494748.0000,493635.0000,494567.0000,402583.0000,373668.0000,377645.0000,465442.0000,379148.0000,377464.0000,377645.0000,376082.0000,406410.0000,405347.0000,380641.0000,403935.0000,375461.0000,378065.0000,379238.0000,375811.0000,374940.0000,376223.0000,377535.0000,378697.0000,376232.0000,377835.0000,381121.0000,377114.0000,404436.0000,378187.0000,404326.0000,463859.0000,405508.0000,405608.0000,376333.0000,379479.0000,377315.0000,376533.0000,463578.0000,377375.0000,376693.0000,375311.0000,378867.0000,374248.0000,466444.0000,435124.0000,463447.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,wave_sim topology,100,1,118985200,1300235.3800,1273048.7700,1336866.7800,160498.8431,126659.9042,200003.2832,"1158946.0000,1195175.0000,1856590.0000,1802057.0000,1771679.0000,1811134.0000,1825441.0000,1635901.0000,1432926.0000,1236564.0000,1278534.0000,1357835.0000,1268605.0000,1190777.0000,1190476.0000,1191599.0000,1191930.0000,1366981.0000,1245691.0000,1188924.0000,1338678.0000,1306657.0000,1244970.0000,1222357.0000,1271310.0000,1194174.0000,1266161.0000,1430712.0000,1287751.0000,1220985.0000,1244459.0000,1256081.0000,1299704.0000,1259537.0000,1174797.0000,1152846.0000,1258556.0000,1243918.0000,1270118.0000,1167493.0000,1222357.0000,1181790.0000,1217047.0000,1255350.0000,1186308.0000,1216857.0000,1163716.0000,1340231.0000,1270098.0000,1196338.0000,1218330.0000,1247335.0000,1219262.0000,1244820.0000,1359638.0000,1293232.0000,1278945.0000,1245501.0000,1327557.0000,1287661.0000,1380156.0000,1219552.0000,1219081.0000,1222767.0000,1219071.0000,1191078.0000,1178654.0000,1197961.0000,1279595.0000,1189845.0000,1249589.0000,1183413.0000,1167463.0000,1224061.0000,1180799.0000,1281620.0000,1250330.0000,1244198.0000,1247915.0000,1209061.0000,1259498.0000,1188413.0000,1283483.0000,1228549.0000,1360379.0000,1410413.0000,1445290.0000,1302149.0000,1645480.0000,1573232.0000,1627074.0000,1561791.0000,1545591.0000,1600725.0000,1188032.0000,1198973.0000,1187902.0000,1190267.0000,1220634.0000,1188052.0000" +building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread,jacobi topology,100,1,56194900,565051.8200,548994.1500,583190.7400,86877.8147,75480.7562,100055.1554,"548098.0000,525455.0000,704796.0000,754450.0000,670580.0000,724964.0000,782613.0000,785548.0000,781832.0000,727248.0000,721337.0000,698644.0000,783275.0000,751224.0000,487714.0000,492503.0000,557707.0000,518532.0000,498184.0000,546325.0000,462536.0000,465772.0000,521799.0000,552236.0000,549861.0000,465552.0000,464851.0000,463869.0000,463428.0000,520776.0000,643649.0000,547287.0000,491311.0000,496611.0000,553208.0000,462817.0000,555092.0000,488775.0000,494216.0000,464009.0000,550142.0000,463638.0000,524834.0000,522650.0000,460703.0000,472305.0000,547697.0000,583716.0000,667736.0000,580350.0000,580690.0000,579498.0000,583015.0000,667434.0000,580980.0000,575280.0000,577694.0000,581762.0000,641185.0000,668466.0000,548549.0000,464319.0000,490479.0000,555162.0000,458548.0000,468046.0000,524123.0000,548509.0000,465222.0000,521278.0000,524213.0000,491231.0000,554090.0000,519263.0000,525255.0000,550213.0000,492994.0000,464781.0000,670611.0000,611017.0000,580229.0000,584327.0000,602361.0000,669369.0000,609716.0000,637648.0000,582273.0000,578085.0000,611559.0000,637669.0000,581161.0000,579187.0000,580209.0000,519213.0000,638830.0000,578536.0000,492633.0000,466414.0000,462657.0000,466744.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,575130000,5856898.1500,5826643.5400,5867801.6100,83460.3956,16666.2471,174839.2238,"5866855.0000,5868448.0000,5869450.0000,5868167.0000,5918783.0000,5866284.0000,5858638.0000,5876473.0000,5862696.0000,5872135.0000,5865912.0000,5873578.0000,5869400.0000,5862667.0000,5865362.0000,5873527.0000,5869420.0000,5864560.0000,5863258.0000,5870280.0000,5862536.0000,5873306.0000,5862657.0000,5859120.0000,5869550.0000,5865001.0000,5879769.0000,5865543.0000,5864239.0000,5870713.0000,5870250.0000,5856415.0000,5874038.0000,5867115.0000,5873787.0000,5862958.0000,5867406.0000,5873467.0000,5864901.0000,5865251.0000,5872746.0000,5869620.0000,5873808.0000,5866524.0000,5872095.0000,5862927.0000,5872546.0000,5868538.0000,5869059.0000,5859241.0000,5865582.0000,5864080.0000,5866193.0000,5856505.0000,5872995.0000,5861995.0000,5874819.0000,5865312.0000,5864941.0000,5868037.0000,5857376.0000,5863479.0000,5861525.0000,5863528.0000,5858239.0000,5868848.0000,5860443.0000,5874138.0000,5863238.0000,5864519.0000,5856045.0000,5868397.0000,5867185.0000,5872105.0000,5868117.0000,5874840.0000,5857386.0000,5843821.0000,5139615.0000,5464983.0000,5865432.0000,5858900.0000,5872525.0000,5893035.0000,5865682.0000,5865913.0000,5851765.0000,5883597.0000,5868207.0000,5864030.0000,5864631.0000,5870401.0000,5868899.0000,5864981.0000,5963168.0000,5866403.0000,5862076.0000,5865762.0000,5869520.0000,5855583.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,43813100,437917.7700,437547.3700,438553.2100,2415.0284,1576.2367,3510.3513,"440905.0000,436998.0000,443399.0000,438481.0000,436958.0000,437108.0000,437899.0000,437048.0000,438751.0000,437880.0000,436707.0000,436457.0000,436968.0000,437218.0000,436617.0000,437208.0000,437739.0000,447738.0000,439142.0000,437699.0000,437429.0000,437158.0000,437188.0000,437057.0000,437308.0000,437288.0000,436928.0000,440084.0000,437659.0000,436617.0000,437158.0000,437268.0000,437369.0000,436857.0000,436657.0000,437057.0000,450464.0000,437088.0000,436747.0000,436407.0000,437148.0000,436597.0000,436888.0000,437689.0000,436908.0000,438370.0000,437077.0000,436627.0000,436837.0000,436748.0000,436727.0000,437449.0000,437729.0000,437329.0000,442247.0000,437889.0000,437268.0000,437168.0000,437138.0000,436556.0000,437188.0000,436556.0000,437328.0000,448840.0000,437529.0000,437599.0000,438140.0000,436938.0000,436677.0000,436938.0000,436988.0000,436687.0000,439914.0000,437909.0000,437239.0000,437128.0000,437058.0000,437148.0000,437759.0000,437639.0000,437399.0000,437539.0000,437378.0000,436748.0000,437579.0000,437398.0000,436237.0000,437799.0000,437428.0000,437278.0000,446856.0000,438541.0000,437329.0000,436957.0000,437428.0000,438200.0000,437479.0000,437329.0000,437769.0000,436807.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,57185100,556772.4700,552870.1400,560296.4600,18958.2814,17234.0327,20176.1792,"568898.0000,570000.0000,538360.0000,528942.0000,530214.0000,533441.0000,528632.0000,528802.0000,528782.0000,529192.0000,528200.0000,529443.0000,544872.0000,529253.0000,528661.0000,529323.0000,528181.0000,528131.0000,528701.0000,528532.0000,529894.0000,528231.0000,529032.0000,528551.0000,528661.0000,527670.0000,528842.0000,544893.0000,528521.0000,527930.0000,528441.0000,529052.0000,528141.0000,528782.0000,528511.0000,562966.0000,568507.0000,568998.0000,570861.0000,570521.0000,568648.0000,569699.0000,570170.0000,569438.0000,569238.0000,568377.0000,569259.0000,571243.0000,570290.0000,580420.0000,570722.0000,569910.0000,569509.0000,569289.0000,567375.0000,568427.0000,570521.0000,571623.0000,568507.0000,570070.0000,569499.0000,569599.0000,570030.0000,583656.0000,569539.0000,570321.0000,568167.0000,569739.0000,569029.0000,569549.0000,573697.0000,569068.0000,568727.0000,569509.0000,568376.0000,568737.0000,569750.0000,570030.0000,568547.0000,568778.0000,569539.0000,570531.0000,568858.0000,568738.0000,572785.0000,569760.0000,569299.0000,568767.0000,569208.0000,570191.0000,570200.0000,573176.0000,568778.0000,567856.0000,567926.0000,568296.0000,568838.0000,570391.0000,571273.0000,570190.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,60016500,611861.5400,610625.8400,616402.6200,10795.3083,2748.0142,24885.7432,"609244.0000,610496.0000,613462.0000,609445.0000,609635.0000,610046.0000,610788.0000,714915.0000,610657.0000,610156.0000,612079.0000,609444.0000,608553.0000,621858.0000,610056.0000,609515.0000,609836.0000,609044.0000,610296.0000,608714.0000,615907.0000,611038.0000,609525.0000,609936.0000,609525.0000,609144.0000,622340.0000,609956.0000,609966.0000,609094.0000,609124.0000,609395.0000,609094.0000,610266.0000,608563.0000,608894.0000,610777.0000,608313.0000,610897.0000,609524.0000,623902.0000,609936.0000,610136.0000,609685.0000,610947.0000,610507.0000,614084.0000,610888.0000,610787.0000,609255.0000,608633.0000,608293.0000,611870.0000,622149.0000,610296.0000,609054.0000,609475.0000,610407.0000,608793.0000,614795.0000,610657.0000,608322.0000,609885.0000,611319.0000,608964.0000,610617.0000,614414.0000,609054.0000,609845.0000,608963.0000,611238.0000,610667.0000,622911.0000,610206.0000,609946.0000,611078.0000,609585.0000,609415.0000,609464.0000,610136.0000,610447.0000,610537.0000,609475.0000,611098.0000,609635.0000,612982.0000,610797.0000,609425.0000,609886.0000,609084.0000,610577.0000,609094.0000,613823.0000,608874.0000,609875.0000,609104.0000,610236.0000,609375.0000,611969.0000,609766.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,322524800,3181857.1500,3164324.8200,3196191.7300,80763.4210,68727.3800,90640.9220,"3218042.0000,3221197.0000,3043440.0000,3199427.0000,3225666.0000,3220006.0000,3228611.0000,3223062.0000,3223722.0000,3232189.0000,3219704.0000,3229363.0000,3221879.0000,3234893.0000,3229354.0000,3231918.0000,3230756.0000,3219905.0000,3222189.0000,3229794.0000,3223051.0000,3233731.0000,3221028.0000,3107863.0000,3024564.0000,3027531.0000,3026348.0000,3025417.0000,3020947.0000,3028481.0000,3025416.0000,3025236.0000,3025896.0000,3129143.0000,3227820.0000,3219054.0000,3221618.0000,3232129.0000,3220606.0000,3225455.0000,3224013.0000,3023914.0000,3024465.0000,3026708.0000,3022971.0000,3018433.0000,3022932.0000,3023964.0000,3034754.0000,3017511.0000,3019145.0000,3108314.0000,3227249.0000,3221117.0000,3225936.0000,3223692.0000,3231416.0000,3221989.0000,3218092.0000,3227189.0000,3225926.0000,3231156.0000,3218122.0000,3224934.0000,3216989.0000,3229203.0000,3221197.0000,3226879.0000,3221107.0000,3221489.0000,3226297.0000,3231888.0000,3218573.0000,3229063.0000,3221928.0000,3230205.0000,3226218.0000,3224554.0000,3217911.0000,3220136.0000,3219074.0000,3228130.0000,3229043.0000,3233521.0000,3223653.0000,3225846.0000,3223853.0000,3232980.0000,3230095.0000,3220667.0000,3221858.0000,3223622.0000,3227359.0000,3271072.0000,3224433.0000,3220436.0000,3215086.0000,3219384.0000,3230525.0000,3221048.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,89839800,871285.6100,864528.3400,877610.6700,33338.2893,31211.1892,34592.6244,"896359.0000,909213.0000,899645.0000,894145.0000,894576.0000,847606.0000,826947.0000,826186.0000,826787.0000,826537.0000,833249.0000,827168.0000,828400.0000,828319.0000,828660.0000,827038.0000,826075.0000,827208.0000,827960.0000,839611.0000,828691.0000,827338.0000,827058.0000,827528.0000,835674.0000,826997.0000,826826.0000,826746.0000,826857.0000,831636.0000,827919.0000,827128.0000,826837.0000,827809.0000,838579.0000,829131.0000,827278.0000,827248.0000,833360.0000,829391.0000,827728.0000,827789.0000,828671.0000,855862.0000,898793.0000,897270.0000,896029.0000,897331.0000,898613.0000,897311.0000,897531.0000,897060.0000,905065.0000,897611.0000,897652.0000,897020.0000,896940.0000,900657.0000,897201.0000,896890.0000,896529.0000,898794.0000,896770.0000,895768.0000,894505.0000,896349.0000,898704.0000,896228.0000,896549.0000,896028.0000,897591.0000,897351.0000,896459.0000,896630.0000,900968.0000,897451.0000,896469.0000,896860.0000,895888.0000,900948.0000,896309.0000,896028.0000,895217.0000,898382.0000,896940.0000,896419.0000,895607.0000,897070.0000,902771.0000,897832.0000,896399.0000,896409.0000,907439.0000,896318.0000,897070.0000,896689.0000,895698.0000,901859.0000,896209.0000,898313.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,563137100,5598756.3300,5511114.7600,5698829.1900,477337.5916,409741.0941,552930.3455,"5341098.0000,5388096.0000,5323304.0000,5884678.0000,5753390.0000,4961908.0000,6724481.0000,5706369.0000,5277517.0000,5942107.0000,5324306.0000,5315659.0000,6398063.0000,6199295.0000,5344204.0000,5317382.0000,5314657.0000,5366736.0000,5440455.0000,5317072.0000,6464097.0000,6024984.0000,5345496.0000,5368700.0000,5344604.0000,5353241.0000,4853663.0000,5165174.0000,5784768.0000,5560043.0000,5836627.0000,6436846.0000,5368158.0000,6690377.0000,6868394.0000,5285653.0000,6312800.0000,5630627.0000,5332561.0000,5289701.0000,4413047.0000,4949404.0000,6124293.0000,5448341.0000,5341459.0000,5281715.0000,5376516.0000,5367477.0000,5308837.0000,5286504.0000,6142217.0000,6683172.0000,5379140.0000,5450265.0000,5797143.0000,6092012.0000,6456373.0000,5439184.0000,5315509.0000,5296833.0000,5371035.0000,5392845.0000,5305620.0000,5374691.0000,5344925.0000,6379236.0000,6114234.0000,5344494.0000,5336559.0000,5346679.0000,5312964.0000,5235318.0000,5315549.0000,5460986.0000,5282727.0000,5990039.0000,6666661.0000,5311722.0000,5346067.0000,5426319.0000,5369241.0000,5377285.0000,5293979.0000,6553747.0000,5925126.0000,5312243.0000,5345958.0000,5338983.0000,5546277.0000,5289249.0000,5342580.0000,6626525.0000,5739332.0000,5344514.0000,5296794.0000,6561252.0000,6018473.0000,5374821.0000,5341138.0000,5312714.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,50410600,500056.3500,496561.4100,503204.1400,16816.5966,14200.1353,21507.3476,"521157.0000,524633.0000,432109.0000,466514.0000,458879.0000,474960.0000,444883.0000,488766.0000,494557.0000,523753.0000,520275.0000,492282.0000,494056.0000,522581.0000,494517.0000,521838.0000,520977.0000,497393.0000,489678.0000,523431.0000,491241.0000,494036.0000,494557.0000,491871.0000,494406.0000,490279.0000,525185.0000,492744.0000,490820.0000,523541.0000,523492.0000,522761.0000,493044.0000,493806.0000,492142.0000,520967.0000,523913.0000,520847.0000,493154.0000,493615.0000,522239.0000,514495.0000,505889.0000,504266.0000,503444.0000,505467.0000,506510.0000,498725.0000,494817.0000,494587.0000,489968.0000,523171.0000,524343.0000,490649.0000,497382.0000,490489.0000,519985.0000,496451.0000,492093.0000,493164.0000,493655.0000,493324.0000,493665.0000,494056.0000,490129.0000,495148.0000,493394.0000,492283.0000,494327.0000,493676.0000,491722.0000,495048.0000,492843.0000,491882.0000,493354.0000,495869.0000,519965.0000,495048.0000,491641.0000,522930.0000,492002.0000,523021.0000,493124.0000,492393.0000,493375.0000,523502.0000,523512.0000,492653.0000,520646.0000,523472.0000,495158.0000,522450.0000,490670.0000,494036.0000,493916.0000,493505.0000,492162.0000,493275.0000,492864.0000,494146.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,62386400,633568.5500,629336.4300,638518.4800,23335.9498,19816.6664,27743.9506,"610667.0000,637538.0000,645843.0000,642327.0000,635394.0000,670179.0000,697101.0000,638700.0000,636015.0000,638670.0000,698303.0000,665241.0000,698334.0000,695738.0000,639923.0000,668848.0000,694646.0000,605467.0000,611378.0000,607411.0000,607782.0000,609585.0000,609174.0000,610287.0000,611259.0000,606679.0000,611228.0000,611348.0000,634222.0000,643038.0000,666242.0000,636045.0000,637949.0000,637478.0000,637208.0000,609315.0000,613463.0000,664790.0000,613152.0000,608473.0000,636315.0000,640193.0000,608263.0000,610196.0000,611118.0000,609104.0000,637808.0000,637658.0000,641054.0000,608122.0000,637077.0000,611509.0000,609424.0000,607331.0000,642177.0000,636436.0000,637648.0000,637608.0000,638350.0000,637478.0000,640293.0000,608483.0000,635405.0000,612992.0000,634292.0000,639802.0000,643450.0000,665982.0000,639932.0000,638740.0000,664599.0000,637969.0000,640123.0000,637789.0000,695819.0000,640653.0000,636897.0000,637247.0000,641215.0000,637437.0000,612390.0000,604034.0000,639351.0000,610677.0000,636947.0000,644782.0000,602061.0000,641796.0000,638910.0000,608743.0000,636135.0000,610486.0000,610476.0000,607751.0000,610176.0000,640143.0000,607752.0000,638039.0000,637799.0000,637979.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,61720400,646019.9800,641564.8300,650914.6300,23707.2082,20536.7267,28426.5473,"666303.0000,690188.0000,637809.0000,637078.0000,637518.0000,638139.0000,637247.0000,640694.0000,640253.0000,606820.0000,667385.0000,639122.0000,641285.0000,636476.0000,664900.0000,640013.0000,638760.0000,633711.0000,634071.0000,642647.0000,637067.0000,609505.0000,609225.0000,611629.0000,637227.0000,635243.0000,643730.0000,608232.0000,638981.0000,637027.0000,640694.0000,637878.0000,668347.0000,635525.0000,610166.0000,637308.0000,639782.0000,665270.0000,667835.0000,639612.0000,669429.0000,666774.0000,636786.0000,666804.0000,640824.0000,634793.0000,641135.0000,670430.0000,664569.0000,640624.0000,638139.0000,638500.0000,666142.0000,667294.0000,726737.0000,638460.0000,636256.0000,641235.0000,696300.0000,667295.0000,634462.0000,670931.0000,693183.0000,642698.0000,634482.0000,693364.0000,711859.0000,617701.0000,605717.0000,622189.0000,629463.0000,634231.0000,640183.0000,638850.0000,640544.0000,610136.0000,649751.0000,609605.0000,609294.0000,639652.0000,605688.0000,613012.0000,638430.0000,636346.0000,639241.0000,609264.0000,669889.0000,670540.0000,635164.0000,678255.0000,688714.0000,664680.0000,663127.0000,665771.0000,641355.0000,665561.0000,662555.0000,667685.0000,662806.0000,666392.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,326083800,3318475.7700,3302749.9600,3341261.5200,95347.2710,71553.5873,120563.2331,"3253318.0000,3250824.0000,3233621.0000,3344251.0000,3299937.0000,3278947.0000,3282623.0000,3309405.0000,3302011.0000,3309716.0000,3280220.0000,3313633.0000,3277654.0000,3288546.0000,3337128.0000,3629943.0000,3609203.0000,3464118.0000,3263898.0000,3339752.0000,3279098.0000,3245023.0000,3258588.0000,3281050.0000,3277665.0000,3284769.0000,3275140.0000,3310527.0000,3312420.0000,3312099.0000,3275300.0000,3277374.0000,3274338.0000,3253799.0000,3309936.0000,3281913.0000,3255512.0000,3277344.0000,3345494.0000,3301891.0000,3317109.0000,3272956.0000,3334793.0000,3314754.0000,3254851.0000,3278737.0000,3285019.0000,3306609.0000,3256895.0000,3268988.0000,3415496.0000,3642617.0000,3574548.0000,3635974.0000,3478876.0000,3260653.0000,3280499.0000,3283626.0000,3312120.0000,3353458.0000,3268827.0000,3334512.0000,3330715.0000,3314905.0000,3284226.0000,3279278.0000,3278687.0000,3310668.0000,3610336.0000,3616467.0000,3599805.0000,3300348.0000,3284858.0000,3278506.0000,3342829.0000,3309485.0000,3279758.0000,3307110.0000,3282554.0000,3252277.0000,3275481.0000,3287423.0000,3251605.0000,3283505.0000,3276042.0000,3283176.0000,3278166.0000,3279097.0000,3256915.0000,3249812.0000,3284577.0000,3271372.0000,3282674.0000,3311669.0000,3287443.0000,3272785.0000,3252757.0000,3279368.0000,3249040.0000,3281913.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,95610800,941412.0600,937259.4700,946302.7600,23004.5281,19196.9545,28398.5520,"1019562.0000,933149.0000,993463.0000,986560.0000,1008311.0000,1020153.0000,932126.0000,927718.0000,960140.0000,982261.0000,930934.0000,893624.0000,954509.0000,963356.0000,926265.0000,924302.0000,931065.0000,927478.0000,932928.0000,895798.0000,931625.0000,928951.0000,932277.0000,957134.0000,955421.0000,988694.0000,957565.0000,956433.0000,922709.0000,968245.0000,962394.0000,925214.0000,929782.0000,935363.0000,926676.0000,930484.0000,927888.0000,929000.0000,902040.0000,921105.0000,926747.0000,931195.0000,929101.0000,930984.0000,953818.0000,930353.0000,955141.0000,934923.0000,925665.0000,928510.0000,960129.0000,926536.0000,955210.0000,933910.0000,959609.0000,923320.0000,933279.0000,927678.0000,928169.0000,900987.0000,959107.0000,925534.0000,957064.0000,932808.0000,955871.0000,953127.0000,933189.0000,927648.0000,926696.0000,960210.0000,957705.0000,957946.0000,985308.0000,958948.0000,930544.0000,926757.0000,957415.0000,958356.0000,959960.0000,925203.0000,931165.0000,927318.0000,959248.0000,928129.0000,958216.0000,928300.0000,955801.0000,930273.0000,927338.0000,930634.0000,929241.0000,930113.0000,925885.0000,931075.0000,931626.0000,924171.0000,925925.0000,931616.0000,930593.0000,927177.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,soup topology,100,1,1163861900,11584004.6700,11462431.5500,11673999.6900,531771.5951,419785.0075,645711.8751,"11892902.0000,11897350.0000,11757486.0000,11755090.0000,11831997.0000,11796519.0000,11851324.0000,11795156.0000,11942657.0000,11803533.0000,11841865.0000,11770590.0000,11806297.0000,11841624.0000,11794515.0000,11818842.0000,11783965.0000,11758557.0000,11795938.0000,11826655.0000,11759970.0000,11771451.0000,11786209.0000,11772754.0000,11836956.0000,11827969.0000,11796770.0000,11878255.0000,11889606.0000,11792110.0000,11852786.0000,11778525.0000,11766522.0000,11855601.0000,11814403.0000,11856844.0000,11809945.0000,11780349.0000,11782923.0000,11831195.0000,11766322.0000,11101211.0000,11691841.0000,11566562.0000,10772467.0000,11872534.0000,11840903.0000,11836756.0000,11804915.0000,11882062.0000,11849109.0000,11841695.0000,11845973.0000,11748388.0000,11795728.0000,11770690.0000,11789154.0000,11772093.0000,10967076.0000,10053585.0000,10010331.0000,11503944.0000,11818031.0000,11876630.0000,11827758.0000,11739632.0000,10126793.0000,10144927.0000,10510100.0000,11895748.0000,11818731.0000,11887321.0000,11833349.0000,11880949.0000,11974707.0000,11797571.0000,10997805.0000,10159775.0000,11799886.0000,11861603.0000,11771912.0000,11862775.0000,11813852.0000,11857735.0000,11836695.0000,11067437.0000,10133235.0000,10156519.0000,11505117.0000,11871001.0000,11821457.0000,11844791.0000,11803152.0000,11723310.0000,10666797.0000,10123476.0000,10107977.0000,11100589.0000,11810345.0000,11883635.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,chain topology,100,1,231981900,2297168.9500,2263542.1300,2323509.4600,151070.5663,124010.8767,174662.5452,"2423785.0000,1962600.0000,1964524.0000,2062149.0000,2359213.0000,2369773.0000,2365345.0000,2376797.0000,2372097.0000,2368530.0000,2366106.0000,2362700.0000,2371576.0000,2368581.0000,2365214.0000,2376425.0000,2362258.0000,2365775.0000,2374321.0000,2367549.0000,2373490.0000,2355646.0000,2365836.0000,2357099.0000,2372969.0000,2362690.0000,2362509.0000,2363420.0000,2359523.0000,2369452.0000,2362048.0000,2360034.0000,2376325.0000,2359383.0000,2367198.0000,2376706.0000,2360114.0000,2368661.0000,2368230.0000,2368711.0000,2376916.0000,2363510.0000,2367429.0000,2363241.0000,2371065.0000,2361247.0000,2370264.0000,2371958.0000,2363751.0000,2376615.0000,2359282.0000,2362669.0000,2373601.0000,2358401.0000,2364212.0000,2360545.0000,2377567.0000,2367909.0000,2362699.0000,2372558.0000,2362870.0000,2377047.0000,2372529.0000,2361026.0000,2363922.0000,2357800.0000,2375504.0000,2364002.0000,2366256.0000,2115581.0000,1961028.0000,1968221.0000,1956309.0000,1968612.0000,1956389.0000,1970626.0000,1954566.0000,1969754.0000,1958182.0000,1975615.0000,1964905.0000,1962010.0000,1961258.0000,1958523.0000,2365665.0000,2370905.0000,2361207.0000,2363371.0000,2365886.0000,2370645.0000,2369151.0000,2362900.0000,2368260.0000,2358972.0000,2376206.0000,2368421.0000,2357179.0000,2364894.0000,2363120.0000,2366777.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,expanding tree topology,100,1,700685500,6877356.5700,6810943.7000,6927238.7600,292062.2073,232353.5987,348436.4436,"7010243.0000,7003610.0000,7004893.0000,7007247.0000,6594685.0000,6119404.0000,6114785.0000,6120906.0000,6132097.0000,6300307.0000,7002218.0000,7014180.0000,7001727.0000,7003861.0000,7002077.0000,6977321.0000,6988842.0000,6985716.0000,7105874.0000,6993652.0000,6994242.0000,7010875.0000,7012337.0000,7003019.0000,7001987.0000,6994923.0000,7020202.0000,7010894.0000,6991627.0000,6987610.0000,6977842.0000,7010834.0000,6978162.0000,6998721.0000,6994313.0000,6999943.0000,7002098.0000,6998110.0000,6997038.0000,7013780.0000,7010463.0000,6986348.0000,6397581.0000,6129873.0000,6133670.0000,6131286.0000,6139823.0000,6125996.0000,6158268.0000,6124363.0000,6944498.0000,7025362.0000,7012136.0000,7015022.0000,7006746.0000,7010022.0000,6562744.0000,6312681.0000,7003390.0000,7020562.0000,6988863.0000,7008029.0000,7018629.0000,6999723.0000,6995154.0000,6974084.0000,7012277.0000,7002848.0000,6986077.0000,6996858.0000,7012457.0000,6990666.0000,7000354.0000,6983231.0000,7013149.0000,6983812.0000,6971138.0000,7012938.0000,7005244.0000,6992138.0000,6978121.0000,6993191.0000,7017025.0000,6994684.0000,6989634.0000,7007357.0000,7005374.0000,7021574.0000,6996176.0000,7002127.0000,7009612.0000,7017276.0000,6974425.0000,7011907.0000,7001676.0000,7004773.0000,7007107.0000,7017717.0000,6984043.0000,7021153.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,contracting tree topology,100,1,259539500,2626506.1400,2591133.7400,2652579.0200,153217.6781,121181.0029,182592.1897,"2690973.0000,2687044.0000,2688898.0000,2697785.0000,2683698.0000,2691614.0000,2689018.0000,2685120.0000,2685382.0000,2686954.0000,2670082.0000,2693477.0000,2684730.0000,2687014.0000,2691683.0000,2691863.0000,2690601.0000,2689570.0000,2695781.0000,2682356.0000,2695400.0000,2689769.0000,2675201.0000,2698487.0000,2698747.0000,2699148.0000,2682987.0000,2696132.0000,2701011.0000,2692946.0000,2690701.0000,2695701.0000,2676485.0000,2688056.0000,2688097.0000,2686664.0000,2703246.0000,2697184.0000,2680081.0000,2684119.0000,2693958.0000,2680302.0000,2694759.0000,2689600.0000,2673860.0000,2692224.0000,2679369.0000,2680322.0000,2694709.0000,2700400.0000,2676224.0000,2698827.0000,2691813.0000,2691152.0000,2700400.0000,2690020.0000,2682927.0000,2688316.0000,2706220.0000,2693537.0000,2334736.0000,2266858.0000,2244626.0000,2245928.0000,2236280.0000,2241098.0000,2240066.0000,2252019.0000,2235118.0000,2238785.0000,2249424.0000,2231662.0000,2248593.0000,2244716.0000,2500992.0000,2688868.0000,2681945.0000,2700110.0000,2695381.0000,2681734.0000,2703446.0000,2688578.0000,2691974.0000,2701622.0000,2690832.0000,2690381.0000,2688487.0000,2693547.0000,2684610.0000,2682015.0000,2686904.0000,2687426.0000,2691313.0000,2679961.0000,2681293.0000,2689229.0000,2701512.0000,2684680.0000,2704287.0000,2686834.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,wave_sim topology,100,1,977284800,9978987.5400,9856646.4700,10063204.2600,509033.8757,380528.4260,638939.5516,"10190603.0000,10174504.0000,10179112.0000,10137924.0000,10135239.0000,10169884.0000,10139166.0000,10136882.0000,10125280.0000,10175115.0000,10130189.0000,10145158.0000,10128386.0000,10161238.0000,10200402.0000,10192167.0000,10151480.0000,10191025.0000,10118437.0000,10170876.0000,10179442.0000,10143143.0000,10193610.0000,10198589.0000,10144988.0000,10183971.0000,10153243.0000,10128766.0000,10180163.0000,10184773.0000,10016864.0000,8424675.0000,8462486.0000,8363069.0000,8981010.0000,10143745.0000,10120371.0000,10219679.0000,10176588.0000,10213287.0000,10190724.0000,10167771.0000,10128817.0000,10131221.0000,10208768.0000,10188660.0000,10205983.0000,10179242.0000,10151479.0000,10191326.0000,10131101.0000,10139176.0000,10163061.0000,10130280.0000,10122445.0000,10139266.0000,10121282.0000,10215822.0000,10188390.0000,10134147.0000,10114539.0000,10130850.0000,10142483.0000,10159996.0000,10180525.0000,10184332.0000,10187208.0000,10195242.0000,10138645.0000,10180365.0000,10181917.0000,10199601.0000,9286198.0000,8446688.0000,8350263.0000,8464410.0000,9715814.0000,10202156.0000,10198629.0000,10170426.0000,10154726.0000,10138265.0000,9492690.0000,8454973.0000,8447067.0000,8662025.0000,10182569.0000,10133035.0000,10174704.0000,10211072.0000,10216523.0000,10155467.0000,10190955.0000,10188270.0000,10197466.0000,10192638.0000,10147642.0000,10144547.0000,10241801.0000,10147542.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation,jacobi topology,100,1,326507400,3188295.2400,3140819.1500,3222608.9900,203631.7547,158879.8854,247242.4025,"3262957.0000,3265732.0000,3282243.0000,3259620.0000,3277936.0000,3269580.0000,3261143.0000,3268237.0000,3271142.0000,3276492.0000,3273537.0000,3268006.0000,3264129.0000,3277434.0000,3273516.0000,3284187.0000,3267917.0000,3266784.0000,3263017.0000,3275070.0000,3267085.0000,3277203.0000,3266103.0000,3261454.0000,3255492.0000,3269670.0000,3269299.0000,3254902.0000,3268467.0000,2873919.0000,2655675.0000,2641829.0000,3128362.0000,3265341.0000,3273556.0000,3269138.0000,3256935.0000,3267224.0000,3276743.0000,3268959.0000,3269960.0000,3263888.0000,2660936.0000,2655304.0000,2649593.0000,2642470.0000,2656768.0000,2638082.0000,2647850.0000,2662598.0000,2640947.0000,2647780.0000,3136056.0000,3281723.0000,3272445.0000,3268607.0000,3282915.0000,3272555.0000,3263087.0000,3275030.0000,3260252.0000,3261263.0000,3269880.0000,3269669.0000,3276573.0000,3267646.0000,3265371.0000,3278425.0000,3262666.0000,3265562.0000,3313873.0000,3269409.0000,3268909.0000,3268978.0000,3278887.0000,3268097.0000,3270050.0000,3256665.0000,3259510.0000,3276271.0000,3262876.0000,3272255.0000,3265031.0000,3274989.0000,3264620.0000,3270060.0000,3264479.0000,3267516.0000,3261114.0000,3265100.0000,3272685.0000,3271453.0000,3273486.0000,3257316.0000,3263087.0000,3267836.0000,3274759.0000,3272885.0000,3272595.0000,3262797.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,soup topology,100,1,979841100,9831199.3500,9772797.5600,10049578.9900,526504.7825,89673.8790,1237201.9348,"9776989.0000,9848585.0000,14971249.0000,9877289.0000,9829770.0000,9617387.0000,9790635.0000,9666069.0000,9633918.0000,9645600.0000,9776459.0000,9857633.0000,9748305.0000,9755048.0000,9694393.0000,9846821.0000,9774765.0000,9876037.0000,9704251.0000,9857863.0000,9777801.0000,9750329.0000,9743526.0000,9753736.0000,9750669.0000,9844879.0000,9812286.0000,9841923.0000,9828787.0000,9824600.0000,9778031.0000,9815763.0000,9760297.0000,9707298.0000,9821564.0000,9848997.0000,9825632.0000,9773754.0000,9824900.0000,9771349.0000,9857572.0000,9773954.0000,9784253.0000,9767993.0000,9764446.0000,9717547.0000,9760208.0000,9764997.0000,9813910.0000,9685687.0000,9846311.0000,9842243.0000,9678323.0000,9850990.0000,9775266.0000,9907818.0000,9772632.0000,9873873.0000,9798099.0000,9995965.0000,9696747.0000,9863133.0000,9830201.0000,9753595.0000,9712256.0000,9816114.0000,9779424.0000,9749537.0000,9851430.0000,9821564.0000,9767181.0000,9726383.0000,9794773.0000,9791967.0000,9770477.0000,9691848.0000,9504653.0000,9818027.0000,9773252.0000,9861730.0000,9836433.0000,9833246.0000,9862802.0000,9759195.0000,9902056.0000,9297500.0000,9236995.0000,9796266.0000,9743957.0000,9858273.0000,9829128.0000,9842343.0000,9895364.0000,9883682.0000,9725483.0000,9858644.0000,9704652.0000,9884603.0000,9791036.0000,9766711.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,chain topology,100,1,279478000,2418709.6400,2335527.8700,2557839.5100,538777.7478,351808.3822,762890.3265,"2351669.0000,2352230.0000,4794822.0000,4905091.0000,3925874.0000,4735699.0000,4630500.0000,2948240.0000,2021993.0000,1994822.0000,2050297.0000,2250597.0000,2366777.0000,2381195.0000,2337151.0000,2341078.0000,2367148.0000,2351478.0000,2350828.0000,2468149.0000,2350346.0000,2352871.0000,2467609.0000,2351428.0000,2351148.0000,2352641.0000,2351959.0000,2381385.0000,2349995.0000,2381295.0000,2351579.0000,2350897.0000,1995533.0000,1997306.0000,2075094.0000,1996395.0000,1994251.0000,2350366.0000,2352190.0000,2351278.0000,2351849.0000,2350967.0000,2352551.0000,2351719.0000,2351719.0000,2381164.0000,2351358.0000,2351419.0000,2468570.0000,2351157.0000,2350927.0000,2352320.0000,2467198.0000,2352239.0000,2351017.0000,2468620.0000,2350516.0000,2301213.0000,2049805.0000,2102045.0000,2007786.0000,2048994.0000,2145458.0000,2352811.0000,2410581.0000,2350356.0000,2352010.0000,2350927.0000,2381055.0000,2351679.0000,2351368.0000,2381475.0000,2350898.0000,2351969.0000,2352169.0000,3326617.0000,2408316.0000,2054074.0000,1985704.0000,1990413.0000,2327553.0000,2351418.0000,2337753.0000,2185243.0000,1992026.0000,2016282.0000,1988670.0000,2000663.0000,2160947.0000,2342792.0000,2398488.0000,2349364.0000,2355997.0000,2351539.0000,2381105.0000,2350897.0000,2352240.0000,2380974.0000,2351138.0000,2351638.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,expanding tree topology,100,1,661378300,7023001.8800,6942011.4000,7251302.7400,637105.6013,277553.8210,1372120.5742,"7077951.0000,7116304.0000,12645339.0000,7380975.0000,7087790.0000,6481029.0000,6197241.0000,6253097.0000,6250643.0000,6304074.0000,6190738.0000,6375469.0000,7111945.0000,7115352.0000,7064517.0000,7159195.0000,7075968.0000,7063714.0000,7049528.0000,7185215.0000,7054587.0000,7113459.0000,7085426.0000,7114250.0000,7079675.0000,7116885.0000,7053285.0000,7104501.0000,7123948.0000,7144959.0000,7157713.0000,7081337.0000,7106735.0000,7079313.0000,7067000.0000,6968924.0000,6423470.0000,6634049.0000,6331555.0000,6346143.0000,6862513.0000,7085395.0000,7115683.0000,7029669.0000,7138526.0000,7133065.0000,7161049.0000,7095054.0000,7084443.0000,7115522.0000,7112527.0000,7058835.0000,7044928.0000,7095795.0000,7050971.0000,7034298.0000,7100944.0000,6985496.0000,6269208.0000,6189977.0000,6214124.0000,6188765.0000,6339521.0000,7058945.0000,7109272.0000,7054496.0000,7113268.0000,7053265.0000,7117406.0000,7044157.0000,7081959.0000,7084124.0000,7117566.0000,7084583.0000,7137906.0000,7054647.0000,7116765.0000,7122876.0000,7096296.0000,7082319.0000,7110302.0000,7056229.0000,7169885.0000,7113649.0000,7114280.0000,7047363.0000,7056010.0000,7110353.0000,7058524.0000,7115242.0000,7083563.0000,7081698.0000,7056360.0000,7112988.0000,7048365.0000,7184383.0000,7057722.0000,7112808.0000,7083262.0000,7117746.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,contracting tree topology,100,1,260497100,2735475.3300,2686817.0800,2826861.4900,330138.0857,200343.3278,510272.7296,"2818313.0000,2702093.0000,4356761.0000,4525702.0000,4552502.0000,2517512.0000,2243073.0000,2276116.0000,2262349.0000,2265756.0000,2290192.0000,2304008.0000,2292567.0000,2633704.0000,2670763.0000,2756857.0000,2760223.0000,2669330.0000,2671084.0000,2733071.0000,2669531.0000,2726420.0000,2757809.0000,2732721.0000,2695761.0000,2673669.0000,2671154.0000,2755254.0000,2731219.0000,2759061.0000,2671886.0000,2670032.0000,2760414.0000,2666015.0000,2760283.0000,2818023.0000,2670002.0000,2669771.0000,2672357.0000,2700110.0000,2727632.0000,2762678.0000,2667998.0000,2754753.0000,2672947.0000,2676003.0000,2811732.0000,2700320.0000,2701232.0000,2726940.0000,2672387.0000,2700841.0000,2725608.0000,2760995.0000,2671265.0000,2756586.0000,2672397.0000,2670834.0000,2759603.0000,2726980.0000,2758100.0000,2760023.0000,2669241.0000,2675002.0000,2697675.0000,2670173.0000,2758310.0000,2820257.0000,2665915.0000,2701552.0000,2727912.0000,2672307.0000,2814897.0000,2698897.0000,2672026.0000,2672678.0000,2756637.0000,2671134.0000,2787546.0000,2728613.0000,2670362.0000,2671325.0000,2759041.0000,2669321.0000,2672688.0000,2761626.0000,2761325.0000,2663499.0000,2821520.0000,2695481.0000,2669050.0000,2758911.0000,2816560.0000,2668769.0000,2730437.0000,2700661.0000,2670664.0000,2670172.0000,2757908.0000,2726119.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,wave_sim topology,100,1,977306100,9173603.6100,9025863.2600,9311323.3000,727822.0110,678804.6675,752488.4062,"8252629.0000,9756340.0000,9677270.0000,9713439.0000,9681808.0000,9796046.0000,9698290.0000,9696707.0000,9727626.0000,9813438.0000,9691749.0000,9674915.0000,9697518.0000,9726464.0000,8680009.0000,8173819.0000,8090702.0000,9446923.0000,9684143.0000,9697580.0000,9698510.0000,9812877.0000,9671911.0000,9789152.0000,9698941.0000,9692620.0000,9813619.0000,9727095.0000,9670418.0000,9704953.0000,9697179.0000,9709220.0000,8237970.0000,9762392.0000,8242590.0000,9773092.0000,8230688.0000,9763814.0000,8227571.0000,9761521.0000,8231479.0000,9770276.0000,8242379.0000,9756240.0000,8237880.0000,9761289.0000,8255454.0000,9757392.0000,8251737.0000,9762242.0000,8234775.0000,9817246.0000,8223994.0000,9775267.0000,8246868.0000,9769996.0000,8257057.0000,9804011.0000,8235446.0000,9761490.0000,8252549.0000,9762933.0000,8237079.0000,9762743.0000,8244914.0000,9755999.0000,8232200.0000,9754977.0000,8239183.0000,9783572.0000,8250575.0000,9760869.0000,8244123.0000,9761790.0000,8240425.0000,9761120.0000,8224776.0000,9757102.0000,8246467.0000,9758074.0000,8247439.0000,9758554.0000,8245134.0000,9782449.0000,8251538.0000,9762832.0000,8243361.0000,9764978.0000,8241457.0000,9760659.0000,8241027.0000,9812757.0000,8231950.0000,9768043.0000,8258860.0000,9761129.0000,8240426.0000,9744488.0000,8238873.0000,9756871.0000" +building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread,jacobi topology,100,1,308386600,3146485.0500,3086525.7500,3247993.0100,389767.6014,226521.0973,625238.5873,"3253680.0000,3192673.0000,5495230.0000,5291564.0000,3280860.0000,3192643.0000,3207611.0000,3280831.0000,3222360.0000,3223532.0000,3193766.0000,3192162.0000,3282353.0000,3192964.0000,3251575.0000,3281151.0000,3193525.0000,2735857.0000,2634785.0000,2634686.0000,2748701.0000,3194186.0000,3222651.0000,3193575.0000,3194596.0000,3221979.0000,3193114.0000,3194056.0000,3194126.0000,3164730.0000,3280129.0000,3192944.0000,3281562.0000,3168236.0000,3173076.0000,3212751.0000,2718284.0000,2615660.0000,2634515.0000,2710158.0000,2636399.0000,2606963.0000,2877095.0000,3179358.0000,3170321.0000,3205858.0000,3220987.0000,3282183.0000,3193014.0000,3193686.0000,3280470.0000,3250382.0000,3253549.0000,3193104.0000,3280219.0000,3087113.0000,2635005.0000,2721399.0000,2721961.0000,2974520.0000,3251836.0000,3220957.0000,3194688.0000,3281051.0000,3251485.0000,3192954.0000,3194487.0000,3279819.0000,3280160.0000,3195188.0000,3280710.0000,3250644.0000,3224964.0000,3279278.0000,3001330.0000,2642971.0000,2720618.0000,2656987.0000,3061154.0000,3281522.0000,3193335.0000,3193234.0000,3280490.0000,3194647.0000,3193064.0000,3194768.0000,3163078.0000,3281842.0000,3192914.0000,3281111.0000,3193274.0000,3193174.0000,3281441.0000,2973618.0000,2714717.0000,2607443.0000,2633092.0000,3047528.0000,3197162.0000,3189347.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,1286111300,12708900.2600,12602077.4500,12776151.6100,426138.9885,298203.8790,567812.3122,"12778601.0000,12828757.0000,12829056.0000,12756680.0000,12852431.0000,12878441.0000,12894682.0000,12859335.0000,12853443.0000,12878170.0000,12813387.0000,12915702.0000,12870536.0000,12849756.0000,12849706.0000,12776167.0000,12798098.0000,12848955.0000,12877289.0000,12837904.0000,12867109.0000,12882599.0000,12780746.0000,12841791.0000,12794452.0000,12833295.0000,12870636.0000,12876668.0000,12844626.0000,12784833.0000,12910261.0000,12888390.0000,12859094.0000,12672090.0000,12811785.0000,12854915.0000,12899661.0000,12825110.0000,12789943.0000,12862420.0000,12873811.0000,11650152.0000,11121950.0000,11193415.0000,12646971.0000,12776788.0000,12879763.0000,12845118.0000,12880044.0000,12875305.0000,12791155.0000,12885013.0000,12829178.0000,12888379.0000,12881707.0000,12900693.0000,12886977.0000,12843164.0000,12863152.0000,12849075.0000,12777359.0000,12877418.0000,12901915.0000,12791436.0000,12837493.0000,12657121.0000,12816403.0000,12902927.0000,12896445.0000,12880244.0000,12900533.0000,12867590.0000,12217688.0000,11111200.0000,11176653.0000,12332907.0000,12851239.0000,12818588.0000,12786927.0000,12849776.0000,12822165.0000,12727565.0000,11151275.0000,11128082.0000,12227376.0000,12861769.0000,12779995.0000,12842803.0000,12804831.0000,12859736.0000,12892758.0000,12825360.0000,12835149.0000,12789823.0000,12872109.0000,12889060.0000,12834797.0000,12839687.0000,12836712.0000,12857782.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,263808600,2657345.3700,2656337.5200,2658444.8400,5383.3802,4761.6861,6139.5925,"2660053.0000,2657408.0000,2669261.0000,2655154.0000,2670933.0000,2655634.0000,2653691.0000,2665574.0000,2654904.0000,2655986.0000,2659031.0000,2664061.0000,2653111.0000,2650905.0000,2653500.0000,2651918.0000,2659342.0000,2655084.0000,2654081.0000,2658100.0000,2661537.0000,2652569.0000,2660113.0000,2665083.0000,2654272.0000,2658571.0000,2663941.0000,2648220.0000,2659452.0000,2658491.0000,2651838.0000,2662618.0000,2661747.0000,2649413.0000,2656407.0000,2653270.0000,2652680.0000,2655815.0000,2662278.0000,2655124.0000,2655614.0000,2658761.0000,2646388.0000,2659192.0000,2651968.0000,2650705.0000,2664933.0000,2662248.0000,2652368.0000,2665975.0000,2652119.0000,2653480.0000,2665493.0000,2657208.0000,2650996.0000,2651357.0000,2668580.0000,2657168.0000,2658080.0000,2656336.0000,2657198.0000,2663751.0000,2659772.0000,2659602.0000,2658269.0000,2659391.0000,2654883.0000,2653180.0000,2665063.0000,2652619.0000,2655936.0000,2668049.0000,2649704.0000,2654352.0000,2653791.0000,2649994.0000,2660013.0000,2655274.0000,2650785.0000,2654794.0000,2664151.0000,2654122.0000,2657359.0000,2663851.0000,2650736.0000,2656677.0000,2659252.0000,2654573.0000,2669802.0000,2658781.0000,2651417.0000,2661065.0000,2662838.0000,2651788.0000,2658641.0000,2653942.0000,2654102.0000,2669933.0000,2649964.0000,2654984.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,729755200,7267731.6100,7220722.4600,7302647.3200,206783.5108,127957.4669,293630.6510,"7293940.0000,7297528.0000,7306184.0000,7303759.0000,7289452.0000,7299050.0000,7285324.0000,7299281.0000,7302967.0000,7301495.0000,7301595.0000,7302006.0000,7311594.0000,7294853.0000,7305082.0000,7308669.0000,7307326.0000,7291656.0000,7316173.0000,7305963.0000,7313988.0000,7297307.0000,7313168.0000,7294412.0000,6630092.0000,6424812.0000,6433489.0000,6429571.0000,6412849.0000,7140750.0000,7304000.0000,8214136.0000,7302407.0000,7292077.0000,7306755.0000,7307216.0000,7301155.0000,7297367.0000,7322675.0000,7311974.0000,7301374.0000,7305683.0000,7297597.0000,7277559.0000,7311735.0000,7310743.0000,7289302.0000,7277800.0000,7276798.0000,7302668.0000,7285374.0000,7304701.0000,7310271.0000,7304049.0000,7293249.0000,7312616.0000,7305733.0000,7293449.0000,7295503.0000,7296005.0000,7302607.0000,7310011.0000,7304240.0000,7295053.0000,7291526.0000,7317635.0000,7297508.0000,7307998.0000,7301194.0000,7310903.0000,7299992.0000,7305091.0000,7314650.0000,7307476.0000,7297117.0000,7325851.0000,7288811.0000,7317275.0000,7284503.0000,7302587.0000,7295273.0000,7286427.0000,7308098.0000,7294251.0000,7312587.0000,7293099.0000,7314960.0000,7310281.0000,7300202.0000,7296746.0000,7306255.0000,7300132.0000,7305473.0000,7305222.0000,7310863.0000,7312296.0000,7306805.0000,7293530.0000,7311454.0000,7300873.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,300318000,2998895.7700,2997655.3100,3000119.2400,6320.5184,5619.5130,7238.8124,"3006981.0000,2993977.0000,3002693.0000,3014536.0000,2997564.0000,2992705.0000,3007031.0000,2996632.0000,2997854.0000,2984037.0000,3007662.0000,2995499.0000,3001922.0000,2990049.0000,2992043.0000,3005368.0000,3001711.0000,2992594.0000,2999998.0000,3005830.0000,3003274.0000,2989278.0000,3010107.0000,2997454.0000,2993345.0000,2997454.0000,3003274.0000,2994397.0000,3001250.0000,2986382.0000,3005619.0000,2990871.0000,2992063.0000,2993917.0000,3003014.0000,2999407.0000,3003284.0000,2995360.0000,2996872.0000,2997283.0000,3005469.0000,2990830.0000,2997804.0000,2994718.0000,3008183.0000,2986553.0000,3002182.0000,2999507.0000,3009916.0000,2984308.0000,2983948.0000,3008274.0000,3000940.0000,2995399.0000,3007583.0000,2996020.0000,3005719.0000,3000199.0000,2994487.0000,3001080.0000,3005929.0000,3000289.0000,2992544.0000,3001391.0000,2999256.0000,2997142.0000,3005739.0000,2998014.0000,2999968.0000,2992615.0000,3003644.0000,3001430.0000,2999087.0000,2990961.0000,3001361.0000,2991191.0000,3008674.0000,2995740.0000,2995760.0000,3004677.0000,3007823.0000,2995871.0000,2991502.0000,3004486.0000,2996282.0000,2997122.0000,3005058.0000,3004777.0000,2999397.0000,2993897.0000,3001310.0000,2998906.0000,3008985.0000,2989528.0000,3004757.0000,3002353.0000,2997253.0000,2997734.0000,2994217.0000,2999197.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,1224354700,12191409.9900,12107712.4800,12229902.6800,275997.5405,138181.2693,461883.1603,"12275406.0000,12253074.0000,12271139.0000,12269255.0000,12205534.0000,12271480.0000,12245391.0000,12212277.0000,12266821.0000,12258806.0000,12215093.0000,12255109.0000,12262121.0000,12205104.0000,12263855.0000,11597923.0000,12262492.0000,12253715.0000,12239639.0000,12262903.0000,12201327.0000,12248075.0000,11508954.0000,10480283.0000,10485824.0000,11418693.0000,12255068.0000,12264797.0000,12271770.0000,12226455.0000,12244889.0000,12267342.0000,12266010.0000,12243747.0000,12227997.0000,12216706.0000,12253685.0000,12252153.0000,12210654.0000,12270067.0000,12263845.0000,12225432.0000,12262493.0000,12235511.0000,12276820.0000,12200074.0000,12242234.0000,12208249.0000,12209232.0000,12260079.0000,12185937.0000,12237355.0000,12263084.0000,12243226.0000,12194825.0000,12248165.0000,12261161.0000,12265859.0000,12263505.0000,12268133.0000,12218580.0000,12251472.0000,12258936.0000,12263354.0000,12254317.0000,12238217.0000,12259548.0000,12263744.0000,12258805.0000,12264225.0000,12248126.0000,12275227.0000,12240661.0000,12280095.0000,12249157.0000,12226846.0000,12286257.0000,12264297.0000,12257673.0000,12259618.0000,12262102.0000,12255559.0000,12255179.0000,12286919.0000,12287320.0000,12245781.0000,12190776.0000,12245982.0000,12261530.0000,12250951.0000,12280376.0000,12227727.0000,12230702.0000,12247203.0000,12260238.0000,12264446.0000,12218810.0000,12247874.0000,12237236.0000,12288281.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,377737100,3747330.3700,3712192.9200,3766291.1400,128696.6638,77845.8672,187922.2643,"3153069.0000,3158368.0000,3786329.0000,3768104.0000,3776781.0000,3775959.0000,3792411.0000,3775489.0000,3779777.0000,3775098.0000,3769247.0000,3792801.0000,3772804.0000,3769437.0000,3776962.0000,3775739.0000,3782783.0000,3782451.0000,3771230.0000,3776360.0000,3784145.0000,3766000.0000,3778184.0000,3781690.0000,3776651.0000,3786109.0000,3772082.0000,3776019.0000,3777403.0000,3771711.0000,3782081.0000,3779215.0000,3775148.0000,3785116.0000,3779056.0000,3773625.0000,3786991.0000,3778474.0000,3783314.0000,3775248.0000,3772754.0000,3769537.0000,3779607.0000,3774487.0000,3779626.0000,3782532.0000,3783133.0000,3782602.0000,3780188.0000,3783433.0000,3767894.0000,3779326.0000,3782983.0000,3782251.0000,3783514.0000,3775478.0000,3777913.0000,3769837.0000,3776311.0000,3778845.0000,3783925.0000,3779266.0000,3788673.0000,3789405.0000,3781640.0000,3780949.0000,3771181.0000,3775368.0000,3776391.0000,3779796.0000,3776039.0000,3362264.0000,3782001.0000,3771571.0000,3785107.0000,3769768.0000,3785237.0000,3766321.0000,3777022.0000,3777393.0000,3792240.0000,3783053.0000,3775468.0000,3783814.0000,3764127.0000,3779366.0000,3772974.0000,3783393.0000,3773535.0000,3775779.0000,3779176.0000,3775769.0000,3774266.0000,3776471.0000,3780418.0000,3768395.0000,3778014.0000,3598724.0000,3163187.0000,3153839.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,984264100,9800027.4700,9786869.4700,9812795.1800,66215.6219,58809.9609,75559.8863,"9819740.0000,9751340.0000,9855428.0000,9788241.0000,9730150.0000,9683632.0000,9951029.0000,9701957.0000,9703210.0000,9643837.0000,9807987.0000,9751582.0000,9717005.0000,9779834.0000,9668323.0000,9708900.0000,9815052.0000,9677891.0000,9637695.0000,9823458.0000,9704282.0000,9847383.0000,9831122.0000,9779133.0000,9847933.0000,9743035.0000,9680957.0000,9761860.0000,9802778.0000,9850328.0000,9868372.0000,9907937.0000,9798580.0000,9813468.0000,9765297.0000,9824610.0000,9745059.0000,9872560.0000,9802908.0000,9870677.0000,9784825.0000,9843896.0000,9750749.0000,9774365.0000,9719009.0000,9754937.0000,9922435.0000,9812046.0000,9855358.0000,9743245.0000,9792228.0000,9889753.0000,9752493.0000,9804522.0000,9840019.0000,9904982.0000,9818057.0000,9709181.0000,9866900.0000,9784343.0000,9824890.0000,9817807.0000,9851541.0000,9790115.0000,9855408.0000,9823047.0000,9798801.0000,9738297.0000,9805854.0000,9804922.0000,9845980.0000,9701226.0000,9859967.0000,9744418.0000,9883612.0000,9828347.0000,9737143.0000,9833937.0000,9803961.0000,9809351.0000,9940008.0000,9744147.0000,9855197.0000,9795194.0000,9864475.0000,9801626.0000,9841712.0000,9735451.0000,9916344.0000,9746332.0000,9873893.0000,9776077.0000,9891126.0000,9753855.0000,9807717.0000,9897128.0000,9871278.0000,9783211.0000,9858644.0000,9832795.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,280026700,2837356.7400,2799126.4000,2933654.4900,275214.8393,39812.2246,498032.0634,"2785611.0000,2732381.0000,4754906.0000,4733936.0000,2910639.0000,2789378.0000,2791693.0000,2752469.0000,2901511.0000,2785841.0000,2788788.0000,2756956.0000,2794258.0000,2812592.0000,2755254.0000,2823524.0000,2788497.0000,2720237.0000,2823914.0000,2811170.0000,2756366.0000,2857838.0000,2790390.0000,2766304.0000,2794919.0000,2782475.0000,2822281.0000,2814427.0000,2781524.0000,2760304.0000,2817513.0000,2755234.0000,2871273.0000,2847960.0000,2785110.0000,2846917.0000,2766506.0000,2749944.0000,2811060.0000,2822772.0000,2812162.0000,2787916.0000,2788838.0000,2789709.0000,2810498.0000,2790290.0000,2907803.0000,2808174.0000,2763780.0000,2754663.0000,2780291.0000,2826810.0000,2868619.0000,2731328.0000,2757118.0000,2843180.0000,2844563.0000,2763360.0000,2814886.0000,2751947.0000,2763410.0000,2781935.0000,2788717.0000,2795140.0000,2808354.0000,2758019.0000,2849122.0000,2781884.0000,2820207.0000,2871615.0000,2786382.0000,2727972.0000,2822712.0000,2780462.0000,2791593.0000,2788647.0000,2786983.0000,2751187.0000,2826279.0000,2780983.0000,2784589.0000,2823683.0000,2807884.0000,2792585.0000,2819966.0000,2777947.0000,2874210.0000,2907633.0000,2783458.0000,2786623.0000,2794619.0000,2839473.0000,2789218.0000,2811430.0000,2791412.0000,2755073.0000,2798246.0000,2744814.0000,2786924.0000,2793677.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,780232300,8079159.0300,8069439.0400,8089170.6000,50432.0534,44095.6793,58151.2230,"8044223.0000,8163359.0000,8102073.0000,8022713.0000,8070213.0000,8071936.0000,8167718.0000,8073599.0000,8178267.0000,8112012.0000,8115218.0000,8032340.0000,8136078.0000,8035407.0000,8171735.0000,8062077.0000,8043162.0000,8047861.0000,8066946.0000,8042921.0000,8065934.0000,8105330.0000,8122402.0000,8104908.0000,8062939.0000,8073870.0000,8072778.0000,8073508.0000,8190912.0000,8101442.0000,8177426.0000,8107964.0000,8154973.0000,8068500.0000,8041899.0000,8066997.0000,8051226.0000,8049393.0000,8056306.0000,8070864.0000,8063430.0000,8056638.0000,8074941.0000,8149804.0000,8041027.0000,7996383.0000,8003456.0000,8126259.0000,8118976.0000,7967177.0000,8138812.0000,8101793.0000,8078488.0000,8084179.0000,8065624.0000,8077075.0000,8113324.0000,8070213.0000,7970503.0000,8014767.0000,7959743.0000,7953241.0000,8054904.0000,8165303.0000,8089549.0000,8105710.0000,8023624.0000,8100340.0000,8062218.0000,8168960.0000,8131810.0000,8104348.0000,8061015.0000,8043262.0000,8096462.0000,8041298.0000,8037611.0000,8166696.0000,8049012.0000,8164191.0000,8071354.0000,8073790.0000,8060114.0000,8158740.0000,8060474.0000,8055064.0000,8039765.0000,8166355.0000,8063540.0000,8034535.0000,8046889.0000,8068189.0000,8055544.0000,8060985.0000,8064723.0000,8164571.0000,8046247.0000,8067888.0000,8046618.0000,8038923.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,348630100,3494788.0800,3484421.9400,3505263.2300,53153.9947,47921.9120,59291.1873,"3481592.0000,3460993.0000,3412230.0000,3433079.0000,3471813.0000,3428782.0000,3523140.0000,3524573.0000,3567043.0000,3458217.0000,3478546.0000,3411337.0000,3498874.0000,3511739.0000,3546144.0000,3551263.0000,3520916.0000,3518451.0000,3454950.0000,3489848.0000,3516488.0000,3422749.0000,3404285.0000,3561923.0000,3529422.0000,3580809.0000,3424293.0000,3407992.0000,3412951.0000,3436425.0000,3422790.0000,3440764.0000,3402331.0000,3441546.0000,3467764.0000,3455241.0000,3490168.0000,3539531.0000,3593042.0000,3517279.0000,3478896.0000,3491720.0000,3570711.0000,3509403.0000,3481141.0000,3491510.0000,3409926.0000,3450823.0000,3518100.0000,3539852.0000,3483244.0000,3464489.0000,3519282.0000,3520525.0000,3592752.0000,3411689.0000,3468566.0000,3532037.0000,3568496.0000,3509935.0000,3485518.0000,3506098.0000,3547436.0000,3480359.0000,3482663.0000,3606769.0000,3517529.0000,3504556.0000,3536466.0000,3525534.0000,3426126.0000,3449069.0000,3450102.0000,3554028.0000,3545182.0000,3440173.0000,3470841.0000,3505568.0000,3600286.0000,3430514.0000,3401880.0000,3482523.0000,3529732.0000,3515536.0000,3454089.0000,3488153.0000,3575830.0000,3446004.0000,3510095.0000,3551093.0000,3444481.0000,3470821.0000,3560942.0000,3512780.0000,3604495.0000,3480358.0000,3469238.0000,3546734.0000,3564309.0000,3580478.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,1048936200,10422258.8600,10360657.2600,10542912.8900,423167.1207,192734.4204,844940.8485,"10395713.0000,10488037.0000,13855423.0000,10507004.0000,10422765.0000,10396153.0000,10393128.0000,10509208.0000,10407936.0000,10483670.0000,10420349.0000,10462278.0000,10415670.0000,10518175.0000,10502434.0000,10509959.0000,10421872.0000,10599559.0000,10424717.0000,10419428.0000,10430569.0000,10503226.0000,10394079.0000,10426812.0000,10420179.0000,10462800.0000,10370004.0000,10391093.0000,10392937.0000,10479672.0000,10374974.0000,10445647.0000,10391394.0000,10395142.0000,10395752.0000,10480874.0000,10422744.0000,10411863.0000,10363521.0000,10447972.0000,10513306.0000,10397435.0000,10387677.0000,10400822.0000,10446208.0000,10508897.0000,10427302.0000,10427673.0000,10382768.0000,10364574.0000,10514829.0000,10391585.0000,10478260.0000,10381767.0000,10513816.0000,10410942.0000,10400101.0000,10392827.0000,10394209.0000,10423115.0000,10396795.0000,10417062.0000,10404770.0000,10440828.0000,10462720.0000,10417294.0000,10390833.0000,10486875.0000,10509919.0000,10486255.0000,10480172.0000,10405741.0000,10402846.0000,10406573.0000,10395562.0000,10434877.0000,10452550.0000,10395051.0000,10391305.0000,10508457.0000,10368060.0000,10508877.0000,10422233.0000,10397636.0000,10389951.0000,10541048.0000,10419607.0000,10428244.0000,10406814.0000,9680637.0000,8803252.0000,8872694.0000,9855919.0000,10429888.0000,10401313.0000,10452059.0000,10396534.0000,10391896.0000,10393318.0000,10466576.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,386186700,3873230.2800,3849026.8300,3936380.1400,182552.4585,48284.9633,359772.0889,"3804614.0000,3828509.0000,5336098.0000,4836721.0000,3753126.0000,3830834.0000,3839109.0000,3873294.0000,3831424.0000,3820053.0000,3816937.0000,3849650.0000,3797009.0000,3796408.0000,3834611.0000,3828969.0000,3835092.0000,3804353.0000,3863636.0000,3876830.0000,3831826.0000,3804473.0000,3809232.0000,3854478.0000,3801698.0000,3892741.0000,3806457.0000,3808842.0000,3814332.0000,3823730.0000,3842966.0000,3739009.0000,3810454.0000,3806908.0000,3903872.0000,3813931.0000,3798672.0000,3855821.0000,3832817.0000,3862594.0000,3830242.0000,3838949.0000,3799063.0000,3831836.0000,3941584.0000,3804835.0000,3870448.0000,3807249.0000,3835262.0000,3876961.0000,3980417.0000,3796648.0000,3866451.0000,3831565.0000,3937937.0000,3833789.0000,3917548.0000,3838548.0000,3841143.0000,3861061.0000,3942015.0000,3812689.0000,3891529.0000,3905986.0000,3859698.0000,3875628.0000,3923470.0000,3835501.0000,3877964.0000,3808070.0000,3887792.0000,3833278.0000,3832036.0000,3884896.0000,3809212.0000,3864447.0000,3812770.0000,3865109.0000,3979075.0000,3817638.0000,3948116.0000,3803351.0000,3835713.0000,3865569.0000,3928579.0000,3864748.0000,3874546.0000,3831084.0000,3835182.0000,3843488.0000,3949579.0000,3889945.0000,3804484.0000,3932096.0000,3847064.0000,3809904.0000,3829080.0000,3891719.0000,3843808.0000,3862504.0000" diff --git a/ci/perf/gpuc2_bench.md b/ci/perf/gpuc2_bench.md index fec84ae27..2d20cb06d 100644 --- a/ci/perf/gpuc2_bench.md +++ b/ci/perf/gpuc2_bench.md @@ -2,96 +2,96 @@ | Metadata | | | :------- | :------------------- | -| Created | 2022-08-24T16:36:13Z | +| Created | 2023-03-30T13:39:57Z | | Test case | Benchmark name | Min | Mean | Std dev | | :------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------- | -------------: | -------------: | -----------: | -| benchmark intrusive graph dependency handling with N nodes - 1 | creating nodes | 4.47 | 4.48 | 0.08 | -| benchmark intrusive graph dependency handling with N nodes - 1 | creating and adding dependencies | 20.85 | 21.98 | 0.68 | -| benchmark intrusive graph dependency handling with N nodes - 1 | adding and removing dependencies | 15.45 | 15.46 | 0.01 | -| benchmark intrusive graph dependency handling with N nodes - 1 | checking for dependencies | 1.45 | 1.45 | 0.02 | -| benchmark intrusive graph dependency handling with N nodes - 10 | creating nodes | 38.39 | 38.62 | 0.53 | -| benchmark intrusive graph dependency handling with N nodes - 10 | creating and adding dependencies | 259.58 | 263.29 | 1.02 | -| benchmark intrusive graph dependency handling with N nodes - 10 | adding and removing dependencies | 210.30 | 211.72 | 0.63 | -| benchmark intrusive graph dependency handling with N nodes - 10 | checking for dependencies | 25.34 | 25.40 | 0.04 | -| benchmark intrusive graph dependency handling with N nodes - 100 | creating nodes | 390.11 | 393.07 | 3.94 | -| benchmark intrusive graph dependency handling with N nodes - 100 | creating and adding dependencies | 4'446.67 | 4'483.89 | 28.37 | -| benchmark intrusive graph dependency handling with N nodes - 100 | adding and removing dependencies | 4'800.50 | 4'843.73 | 68.03 | -| benchmark intrusive graph dependency handling with N nodes - 100 | checking for dependencies | 1'544.29 | 1'563.55 | 19.73 | -| benchmark task handling > without access thread | generating and deleting tasks | 4'333'105.00 | 5'014'914.38 | 273'546.75 | -| benchmark task handling > with access thread | generating and deleting tasks with access thread | 9'026'144.00 | 9'974'053.60 | 552'981.76 | -| generating large task graphs | soup topology | 3'213'401.00 | 3'685'283.71 | 279'838.29 | -| generating large task graphs | chain topology | 54'603.00 | 55'160.55 | 819.20 | -| generating large task graphs | expanding tree topology | 141'928.00 | 142'915.63 | 885.65 | -| generating large task graphs | contracting tree topology | 151'236.00 | 153'281.41 | 6'266.53 | -| generating large task graphs | wave\_sim topology | 506'439.00 | 571'724.34 | 52'636.63 | -| generating large task graphs | jacobi topology | 210'378.00 | 211'685.53 | 1'052.26 | -| generating large command graphs for N nodes - 1 | soup topology | 5'654'310.00 | 6'582'595.10 | 366'047.12 | -| generating large command graphs for N nodes - 1 | chain topology | 189'849.00 | 191'459.50 | 4'217.78 | -| generating large command graphs for N nodes - 1 | expanding tree topology | 356'885.00 | 358'733.54 | 4'186.58 | -| generating large command graphs for N nodes - 1 | contracting tree topology | 401'790.00 | 405'078.94 | 8'868.15 | -| generating large command graphs for N nodes - 1 | wave\_sim topology | 1'325'653.00 | 1'480'494.37 | 123'136.26 | -| generating large command graphs for N nodes - 1 | jacobi topology | 531'888.00 | 534'238.96 | 2'006.42 | -| generating large command graphs for N nodes - 4 | soup topology | 13'513'201.00 | 15'284'500.76 | 990'468.36 | -| generating large command graphs for N nodes - 4 | chain topology | 2'762'006.00 | 3'087'573.76 | 212'526.96 | -| generating large command graphs for N nodes - 4 | expanding tree topology | 8'352'104.00 | 9'336'755.05 | 492'952.36 | -| generating large command graphs for N nodes - 4 | contracting tree topology | 3'062'104.00 | 3'517'068.94 | 234'502.48 | -| generating large command graphs for N nodes - 4 | wave\_sim topology | 11'685'505.00 | 13'175'186.24 | 838'306.18 | -| generating large command graphs for N nodes - 4 | jacobi topology | 3'712'828.00 | 4'251'957.40 | 300'519.23 | -| generating large command graphs for N nodes - 16 | soup topology | 50'106'661.00 | 55'204'000.42 | 2'194'843.08 | -| generating large command graphs for N nodes - 16 | chain topology | 419'349'952.00 | 434'381'134.18 | 6'771'811.80 | -| generating large command graphs for N nodes - 16 | expanding tree topology | 670'928'295.00 | 680'209'706.01 | 4'640'165.92 | -| generating large command graphs for N nodes - 16 | contracting tree topology | 124'984'328.00 | 134'862'704.01 | 4'035'124.87 | -| generating large command graphs for N nodes - 16 | wave\_sim topology | 115'216'421.00 | 126'227'026.73 | 3'870'364.15 | -| generating large command graphs for N nodes - 16 | jacobi topology | 114'976'551.00 | 124'776'620.88 | 4'095'244.77 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | soup topology | 5'691'719.00 | 6'508'382.19 | 468'393.37 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | chain topology | 191'672.00 | 192'809.53 | 1'258.24 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | expanding tree topology | 306'400.00 | 329'895.27 | 26'867.62 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | contracting tree topology | 406'339.00 | 408'271.97 | 1'688.08 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | wave\_sim topology | 1'338'185.00 | 1'569'533.34 | 90'974.10 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | jacobi topology | 439'352.00 | 483'537.85 | 46'088.77 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | soup topology | 4'737'249.00 | 5'712'515.48 | 430'986.00 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | chain topology | 260'092.00 | 342'221.08 | 58'434.19 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | expanding tree topology | 458'027.00 | 606'600.98 | 91'463.34 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | contracting tree topology | 417'471.00 | 476'332.69 | 63'640.33 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | wave\_sim topology | 1'233'978.00 | 1'525'607.70 | 141'225.11 | -| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | jacobi topology | 557'106.00 | 677'215.67 | 84'379.50 | -| 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 | 6'678'819.00 | 7'502'374.14 | 462'126.92 | -| 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 | 452'347.00 | 480'011.99 | 10'686.99 | -| 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 | 661'634.00 | 663'765.36 | 1'756.32 | -| 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 | 710'195.00 | 712'431.09 | 2'133.33 | -| 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'366'210.00 | 3'600'619.00 | 87'838.26 | -| 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 | 1'040'151.00 | 1'042'932.61 | 2'295.79 | -| 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 | 5'675'879.00 | 6'854'030.32 | 466'086.62 | -| 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 | 546'805.00 | 608'998.83 | 36'474.00 | -| 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 | 651'814.00 | 744'471.88 | 49'461.16 | -| 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 | 637'016.00 | 732'987.25 | 61'466.62 | -| 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 | 3'411'896.00 | 3'792'321.45 | 135'131.94 | -| 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 | 983'804.00 | 1'095'224.16 | 62'021.63 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | soup topology | 13'605'699.00 | 15'251'384.76 | 1'021'664.26 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | chain topology | 2'757'707.00 | 3'110'557.53 | 213'612.83 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | expanding tree topology | 8'424'027.00 | 9'317'224.61 | 501'431.50 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | contracting tree topology | 3'079'916.00 | 3'490'679.23 | 253'045.28 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | wave\_sim topology | 11'687'894.00 | 13'220'206.53 | 860'151.52 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | jacobi topology | 3'723'187.00 | 4'260'527.54 | 308'560.40 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | soup topology | 11'542'138.00 | 13'238'852.19 | 508'826.26 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | chain topology | 3'519'480.00 | 3'677'685.93 | 343'501.40 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | expanding tree topology | 9'328'812.00 | 10'547'828.83 | 509'897.65 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | contracting tree topology | 4'111'453.00 | 4'224'130.11 | 59'986.99 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | wave\_sim topology | 12'467'021.00 | 13'821'793.41 | 524'655.58 | -| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | jacobi topology | 4'632'871.00 | 4'818'624.05 | 381'973.77 | -| 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 | 14'646'131.00 | 16'509'476.81 | 869'804.96 | -| 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 | 3'056'022.00 | 3'407'351.00 | 220'463.24 | -| 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 | 8'718'676.00 | 9'678'175.17 | 496'963.23 | -| 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 | 3'386'588.00 | 3'789'522.87 | 261'754.80 | -| 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 | 13'710'407.00 | 15'307'372.17 | 791'969.78 | -| 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 | 4'218'736.00 | 4'698'844.69 | 333'269.65 | -| 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 | 11'343'020.00 | 13'165'193.40 | 410'858.85 | -| 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 | 3'073'515.00 | 3'669'063.40 | 419'338.49 | -| 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 | 10'507'436.00 | 10'750'876.39 | 468'270.64 | -| 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 | 4'087'337.00 | 4'299'172.36 | 395'593.17 | -| 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 | 11'769'959.00 | 13'849'248.55 | 329'680.07 | -| 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 | 4'661'335.00 | 4'815'394.75 | 106'712.28 | +| benchmark intrusive graph dependency handling with N nodes - 1 | creating nodes | 4.47 | 4.48 | 0.06 | +| benchmark intrusive graph dependency handling with N nodes - 1 | creating and adding dependencies | 20.53 | 20.74 | 0.50 | +| benchmark intrusive graph dependency handling with N nodes - 1 | adding and removing dependencies | 15.45 | 15.51 | 0.50 | +| benchmark intrusive graph dependency handling with N nodes - 1 | checking for dependencies | 1.69 | 1.70 | 0.05 | +| benchmark intrusive graph dependency handling with N nodes - 10 | creating nodes | 38.88 | 39.05 | 1.09 | +| benchmark intrusive graph dependency handling with N nodes - 10 | creating and adding dependencies | 228.19 | 229.68 | 2.90 | +| benchmark intrusive graph dependency handling with N nodes - 10 | adding and removing dependencies | 200.78 | 202.88 | 0.66 | +| benchmark intrusive graph dependency handling with N nodes - 10 | checking for dependencies | 22.71 | 24.39 | 0.42 | +| benchmark intrusive graph dependency handling with N nodes - 100 | creating nodes | 388.98 | 392.06 | 4.52 | +| benchmark intrusive graph dependency handling with N nodes - 100 | creating and adding dependencies | 4'048.86 | 4'086.91 | 57.34 | +| benchmark intrusive graph dependency handling with N nodes - 100 | adding and removing dependencies | 4'443.33 | 4'485.88 | 112.81 | +| benchmark intrusive graph dependency handling with N nodes - 100 | checking for dependencies | 1'918.15 | 1'932.91 | 59.84 | +| benchmark task handling > without access thread | generating and deleting tasks | 2'844'113.00 | 3'361'378.33 | 236'717.29 | +| benchmark task handling > with access thread | generating and deleting tasks with access thread | 7'144'569.00 | 7'763'354.23 | 269'275.23 | +| generating large task graphs | soup topology | 2'684'861.00 | 2'696'134.01 | 5'100.33 | +| generating large task graphs | chain topology | 40'095.00 | 40'414.94 | 829.99 | +| generating large task graphs | expanding tree topology | 88'658.00 | 101'194.72 | 2'532.39 | +| generating large task graphs | contracting tree topology | 130'717.00 | 131'792.09 | 1'297.33 | +| generating large task graphs | wave\_sim topology | 440'575.00 | 446'566.19 | 4'040.40 | +| generating large task graphs | jacobi topology | 150'093.00 | 151'336.66 | 1'391.58 | +| generating large command graphs for N nodes - 1 | soup topology | 4'776'779.00 | 4'791'551.34 | 7'135.17 | +| generating large command graphs for N nodes - 1 | chain topology | 139'003.00 | 140'506.07 | 1'617.60 | +| generating large command graphs for N nodes - 1 | expanding tree topology | 260'613.00 | 262'731.78 | 2'537.88 | +| generating large command graphs for N nodes - 1 | contracting tree topology | 297'684.00 | 300'541.72 | 2'589.96 | +| generating large command graphs for N nodes - 1 | wave\_sim topology | 1'138'258.00 | 1'150'883.75 | 8'634.22 | +| generating large command graphs for N nodes - 1 | jacobi topology | 378'146.00 | 381'347.92 | 2'387.37 | +| generating large command graphs for N nodes - 4 | soup topology | 10'047'013.00 | 11'618'785.62 | 372'706.28 | +| generating large command graphs for N nodes - 4 | chain topology | 2'309'760.00 | 2'324'394.84 | 6'254.20 | +| generating large command graphs for N nodes - 4 | expanding tree topology | 6'097'473.00 | 6'852'397.06 | 286'653.84 | +| generating large command graphs for N nodes - 4 | contracting tree topology | 2'214'990.00 | 2'500'005.01 | 219'556.30 | +| generating large command graphs for N nodes - 4 | wave\_sim topology | 8'401'101.00 | 9'741'383.89 | 607'218.13 | +| generating large command graphs for N nodes - 4 | jacobi topology | 2'613'575.00 | 3'132'490.89 | 204'434.30 | +| generating large command graphs for N nodes - 16 | soup topology | 37'293'856.00 | 42'280'845.97 | 941'171.67 | +| generating large command graphs for N nodes - 16 | chain topology | 306'502'556.00 | 320'896'955.02 | 3'727'912.74 | +| generating large command graphs for N nodes - 16 | expanding tree topology | 498'177'235.00 | 525'945'479.36 | 5'601'165.76 | +| generating large command graphs for N nodes - 16 | contracting tree topology | 89'767'663.00 | 96'675'977.70 | 2'595'653.61 | +| generating large command graphs for N nodes - 16 | wave\_sim topology | 73'675'605.00 | 83'816'511.73 | 2'590'592.56 | +| generating large command graphs for N nodes - 16 | jacobi topology | 77'398'455.00 | 87'728'273.64 | 2'843'901.35 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | soup topology | 4'131'895.00 | 4'820'112.11 | 167'055.58 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | chain topology | 143'371.00 | 144'778.21 | 1'925.86 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | expanding tree topology | 265'933.00 | 267'802.46 | 2'696.14 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | contracting tree topology | 304'967.00 | 307'600.97 | 2'869.41 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | wave\_sim topology | 1'174'807.00 | 1'185'794.84 | 6'796.97 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > reference: single-threaded immediate graph generation | jacobi topology | 389'718.00 | 393'343.03 | 3'161.12 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | soup topology | 3'395'909.00 | 4'456'981.45 | 645'076.03 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | chain topology | 208'314.00 | 266'192.54 | 38'210.89 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | expanding tree topology | 370'802.00 | 437'941.40 | 68'869.78 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | contracting tree topology | 368'527.00 | 440'846.11 | 68'085.22 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | wave\_sim topology | 1'152'846.00 | 1'300'235.38 | 160'498.84 | +| building command graphs in a dedicated scheduler thread for N nodes - 1 > immediate submission to a scheduler thread | jacobi topology | 458'548.00 | 565'051.82 | 86'877.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 | 5'139'615.00 | 5'856'898.15 | 83'460.40 | +| 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 | 436'237.00 | 437'917.77 | 2'415.03 | +| 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 | 527'670.00 | 556'772.47 | 18'958.28 | +| 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 | 608'293.00 | 611'861.54 | 10'795.31 | +| 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'017'511.00 | 3'181'857.15 | 80'763.42 | +| 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 | 826'075.00 | 871'285.61 | 33'338.29 | +| 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 | 4'413'047.00 | 5'598'756.33 | 477'337.59 | +| 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 | 432'109.00 | 500'056.35 | 16'816.60 | +| 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 | 602'061.00 | 633'568.55 | 23'335.95 | +| 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 | 605'688.00 | 646'019.98 | 23'707.21 | +| 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 | 3'233'621.00 | 3'318'475.77 | 95'347.27 | +| 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 | 893'624.00 | 941'412.06 | 23'004.53 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | soup topology | 10'010'331.00 | 11'584'004.67 | 531'771.60 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | chain topology | 1'954'566.00 | 2'297'168.95 | 151'070.57 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | expanding tree topology | 6'114'785.00 | 6'877'356.57 | 292'062.21 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | contracting tree topology | 2'231'662.00 | 2'626'506.14 | 153'217.68 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | wave\_sim topology | 8'350'263.00 | 9'978'987.54 | 509'033.88 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > reference: single-threaded immediate graph generation | jacobi topology | 2'638'082.00 | 3'188'295.24 | 203'631.75 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | soup topology | 9'236'995.00 | 9'831'199.35 | 526'504.78 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | chain topology | 1'985'704.00 | 2'418'709.64 | 538'777.75 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | expanding tree topology | 6'188'765.00 | 7'023'001.88 | 637'105.60 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | contracting tree topology | 2'243'073.00 | 2'735'475.33 | 330'138.09 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | wave\_sim topology | 8'090'702.00 | 9'173'603.61 | 727'822.01 | +| building command graphs in a dedicated scheduler thread for N nodes - 4 > immediate submission to a scheduler thread | jacobi topology | 2'606'963.00 | 3'146'485.05 | 389'767.60 | +| 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 | 11'111'200.00 | 12'708'900.26 | 426'138.99 | +| 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 | 2'646'388.00 | 2'657'345.37 | 5'383.38 | +| 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 | 6'412'849.00 | 7'267'731.61 | 206'783.51 | +| 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 | 2'983'948.00 | 2'998'895.77 | 6'320.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 | 10'480'283.00 | 12'191'409.99 | 275'997.54 | +| 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 | 3'153'069.00 | 3'747'330.37 | 128'696.66 | +| 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 | 9'637'695.00 | 9'800'027.47 | 66'215.62 | +| 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 | 2'720'237.00 | 2'837'356.74 | 275'214.84 | +| 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 | 7'953'241.00 | 8'079'159.03 | 50'432.05 | +| 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 | 3'401'880.00 | 3'494'788.08 | 53'153.99 | +| 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 | 8'803'252.00 | 10'422'258.86 | 423'167.12 | +| 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 | 3'739'009.00 | 3'873'230.28 | 182'552.46 | All numbers are in nanoseconds. diff --git a/cmake/celerity-config.cmake.in b/cmake/celerity-config.cmake.in index ba47a04d2..f3782baf3 100644 --- a/cmake/celerity-config.cmake.in +++ b/cmake/celerity-config.cmake.in @@ -23,6 +23,7 @@ find_dependency(fmt REQUIRED) find_dependency(spdlog REQUIRED) find_dependency(small_vector REQUIRED) find_dependency(libenvpp REQUIRED) +find_dependency(mimalloc REQUIRED) if(@CELERITY_ENABLE_CUDA_BACKEND@) if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.17") find_dependency(CUDAToolkit REQUIRED) diff --git a/src/runtime.cc b/src/runtime.cc index f5e496c21..3fcd08ed6 100644 --- a/src/runtime.cc +++ b/src/runtime.cc @@ -12,6 +12,11 @@ #include +#if CELERITY_USE_MIMALLOC +// override default new/delete operators to use the mimalloc memory allocator +#include +#endif + #include "affinity.h" #include "buffer.h" #include "buffer_manager.h" @@ -79,6 +84,14 @@ namespace detail { #endif } + static const char* get_mimalloc_string() { +#if CELERITY_USE_MIMALLOC + return "using mimalloc"; +#else + return "using the default allocator"; +#endif + } + static std::string get_sycl_version() { #if defined(__COMPUTECPP__) return fmt::format("ComputeCpp {}.{}.{}", COMPUTECPP_VERSION_MAJOR, COMPUTECPP_VERSION_MINOR, COMPUTECPP_VERSION_PATCH); @@ -145,8 +158,8 @@ namespace detail { m_task_mngr->register_task_callback([this](const task* tsk) { m_schdlr->notify_task_created(tsk); }); } - CELERITY_INFO( - "Celerity runtime version {} running on {}. PID = {}, build type = {}", get_version_string(), get_sycl_version(), get_pid(), get_build_type()); + CELERITY_INFO("Celerity runtime version {} running on {}. PID = {}, build type = {}, {}", get_version_string(), get_sycl_version(), get_pid(), + get_build_type(), get_mimalloc_string()); m_d_queue->init(*m_cfg, user_device_or_selector); } diff --git a/vendor/mimalloc b/vendor/mimalloc new file mode 160000 index 000000000..acdd35290 --- /dev/null +++ b/vendor/mimalloc @@ -0,0 +1 @@ +Subproject commit acdd35290eced36725d8e961bd64d534bf4a97b6