-- 8.0.36 uname -an Linux ellex07 5.15.0-103.114.4.el8uek.aarch64 #2 SMP Mon Jun 26 10:27:39 PDT 2023 aarch64 aarch64 aarch64 GNU/Linux -- asan scl enable gcc-toolset-13 bash MYSQL_VERSION="mysql-8.0.36_113710" TARGET=/export/home/tmp/ushastry/src/$MYSQL_VERSION rm -rf /export/home/tmp/ushastry/src/$MYSQL_VERSION rm -rf bld/ mkdir bld && cd bld rm -rf CMakeCache.txt cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug -DWITH_DEBUG=ON -DMYSQL_MAINTAINER_MODE=ON -DDOWNLOAD_BOOST=ON -DWITH_BOOST=../boost/ -DWITH_SYSTEM_LIBS=ON -DFORCE_COLORED_OUTPUT=ON -DCMAKE_C_FLAGS_DEBUG="-g" -DCMAKE_CXX_FLAGS_DEBUG=-g -DCMAKE_CXX_FLAGS_RELEASE="-O2 -g -DNDEBUG -Wno-unused-variable" -DWITH_ASAN=ON -DWITH_ASAN_SCOPE=ON -DWITH_UBSAN=ON -DCMAKE_INSTALL_PREFIX=$TARGET make -j128 ./runtime_output_directory/merge_small_tests-t [==========] Running 2386 tests from 129 test suites. [----------] Global test environment set-up. [----------] 5 tests from BoundsCheckedArrayDeathTest [ RUN ] BoundsCheckedArrayDeathTest.BoundsCheckRead [ OK ] BoundsCheckedArrayDeathTest.BoundsCheckRead (6809 ms) [ RUN ] BoundsCheckedArrayDeathTest.BoundsCheckAssign [ OK ] BoundsCheckedArrayDeathTest.BoundsCheckAssign (6811 ms) [ RUN ] BoundsCheckedArrayDeathTest.BoundsCheckPopFront [ OK ] BoundsCheckedArrayDeathTest.BoundsCheckPopFront (6804 ms) [ RUN ] BoundsCheckedArrayDeathTest.BoundsCheckResize [ OK ] BoundsCheckedArrayDeathTest.BoundsCheckResize (6804 ms) [ RUN ] BoundsCheckedArrayDeathTest.BoundsCheckResizeAssign [ OK ] BoundsCheckedArrayDeathTest.BoundsCheckResizeAssign (6810 ms) [----------] 5 tests from BoundsCheckedArrayDeathTest (34041 ms total) [----------] 1 test from DebugDeathTest [ RUN ] DebugDeathTest.Suicide [ OK ] DebugDeathTest.Suicide (6708 ms) [----------] 1 test from DebugDeathTest (6708 ms total) [----------] 4 tests from InplaceVectorDeathTest [ RUN ] InplaceVectorDeathTest.OutOfBoundsRead [ OK ] InplaceVectorDeathTest.OutOfBoundsRead (6805 ms) [ RUN ] InplaceVectorDeathTest.OutOfBoundsWrite [ OK ] InplaceVectorDeathTest.OutOfBoundsWrite (6807 ms) [ RUN ] InplaceVectorDeathTest.EmptyBackRead [ OK ] InplaceVectorDeathTest.EmptyBackRead (6807 ms) [ RUN ] InplaceVectorDeathTest.EmptyBackWrite [ OK ] InplaceVectorDeathTest.EmptyBackWrite (6803 ms) [----------] 4 tests from InplaceVectorDeathTest (27225 ms total) [----------] 1 test from MDLDeathTest [ RUN ] MDLDeathTest.DieWhenMTicketsNonempty [ OK ] MDLDeathTest.DieWhenMTicketsNonempty (6873 ms) [----------] 1 test from MDLDeathTest (6873 ms total) [----------] 1 test from MDLKeyDeathTest [ RUN ] MDLKeyDeathTest.DieWhenNamesAreTooLong [ OK ] MDLKeyDeathTest.DieWhenNamesAreTooLong (27717 ms) [----------] 1 test from MDLKeyDeathTest (27718 ms total) [----------] 5 tests from PreallocedArrayDeathTest [ RUN ] PreallocedArrayDeathTest.OutOfBoundsRead [ OK ] PreallocedArrayDeathTest.OutOfBoundsRead (6830 ms) [ RUN ] PreallocedArrayDeathTest.OutOfBoundsWrite [ OK ] PreallocedArrayDeathTest.OutOfBoundsWrite (6825 ms) [ RUN ] PreallocedArrayDeathTest.EmptyBack [ OK ] PreallocedArrayDeathTest.EmptyBack (6831 ms) [ RUN ] PreallocedArrayDeathTest.EmptyPopBack [ OK ] PreallocedArrayDeathTest.EmptyPopBack (6834 ms) [ RUN ] PreallocedArrayDeathTest.EmptyErase [ OK ] PreallocedArrayDeathTest.EmptyErase (6829 ms) [----------] 5 tests from PreallocedArrayDeathTest (34153 ms total) [----------] 1 test from StringDeathTest [ RUN ] StringDeathTest.AppendEmptyString [ OK ] StringDeathTest.AppendEmptyString (6846 ms) [----------] 1 test from StringDeathTest (6847 ms total) [----------] 3 tests from BitmapTest [ RUN ] BitmapTest.IntersectTest [ OK ] BitmapTest.IntersectTest (1 ms) [ RUN ] BitmapTest.ULLTest [ OK ] BitmapTest.ULLTest (1 ms) [ RUN ] BitmapTest.GetFirstSet [ OK ] BitmapTest.GetFirstSet (1 ms) [----------] 3 tests from BitmapTest (6 ms total) [----------] 7 tests from BoundsCheckedArray [ RUN ] BoundsCheckedArray.Empty [ OK ] BoundsCheckedArray.Empty (1 ms) [ RUN ] BoundsCheckedArray.Indexing [ OK ] BoundsCheckedArray.Indexing (1 ms) [ RUN ] BoundsCheckedArray.Reset [ OK ] BoundsCheckedArray.Reset (1 ms) [ RUN ] BoundsCheckedArray.Resize [ OK ] BoundsCheckedArray.Resize (1 ms) [ RUN ] BoundsCheckedArray.PopFront [ OK ] BoundsCheckedArray.PopFront (1 ms) [ RUN ] BoundsCheckedArray.Equality [ OK ] BoundsCheckedArray.Equality (1 ms) [ RUN ] BoundsCheckedArray.Sort [ OK ] BoundsCheckedArray.Sort (2 ms) [----------] 7 tests from BoundsCheckedArray (17 ms total) [----------] 1 test from IntegralTest/0, where TypeParam = short [ RUN ] IntegralTest/0.PutAndGet [ OK ] IntegralTest/0.PutAndGet (3 ms) [----------] 1 test from IntegralTest/0 (4 ms total) [----------] 1 test from IntegralTest/1, where TypeParam = unsigned short [ RUN ] IntegralTest/1.PutAndGet [ OK ] IntegralTest/1.PutAndGet (3 ms) [----------] 1 test from IntegralTest/1 (3 ms total) [----------] 1 test from IntegralTest/2, where TypeParam = byteorder_unittest::sizeNint<3> [ RUN ] IntegralTest/2.PutAndGet [ OK ] IntegralTest/2.PutAndGet (4 ms) [----------] 1 test from IntegralTest/2 (4 ms total) [----------] 1 test from IntegralTest/3, where TypeParam = byteorder_unittest::sizeNint<5> [ RUN ] IntegralTest/3.PutAndGet [ OK ] IntegralTest/3.PutAndGet (4 ms) [----------] 1 test from IntegralTest/3 (5 ms total) [----------] 1 test from IntegralTest/4, where TypeParam = byteorder_unittest::sizeNint<6> [ RUN ] IntegralTest/4.PutAndGet [ OK ] IntegralTest/4.PutAndGet (3 ms) [----------] 1 test from IntegralTest/4 (4 ms total) [----------] 1 test from IntegralTest/5, where TypeParam = int [ RUN ] IntegralTest/5.PutAndGet [ OK ] IntegralTest/5.PutAndGet (3 ms) [----------] 1 test from IntegralTest/5 (4 ms total) [----------] 1 test from IntegralTest/6, where TypeParam = unsigned int [ RUN ] IntegralTest/6.PutAndGet [ OK ] IntegralTest/6.PutAndGet (3 ms) [----------] 1 test from IntegralTest/6 (3 ms total) [----------] 1 test from IntegralTest/7, where TypeParam = long long [ RUN ] IntegralTest/7.PutAndGet [ OK ] IntegralTest/7.PutAndGet (3 ms) [----------] 1 test from IntegralTest/7 (3 ms total) [----------] 1 test from IntegralTest/8, where TypeParam = unsigned long long [ RUN ] IntegralTest/8.PutAndGet [ OK ] IntegralTest/8.PutAndGet (3 ms) [----------] 1 test from IntegralTest/8 (4 ms total) [----------] 94 tests from Microbenchmarks [ RUN ] Microbenchmarks.malloc_test_warmup WARNING: Running microbenchmark in debug mode. Timings will be misleading. malloc_test_warmup 10 iterations 16171 ns/iter 60.39 MB/sec [ OK ] Microbenchmarks.malloc_test_warmup (1 ms) [ RUN ] Microbenchmarks.malloc_test WARNING: Running microbenchmark in debug mode. Timings will be misleading. malloc_test 10 iterations 12139 ns/iter 80.45 MB/sec [ OK ] Microbenchmarks.malloc_test (1 ms) [ RUN ] Microbenchmarks.calloc_test WARNING: Running microbenchmark in debug mode. Timings will be misleading. calloc_test 10 iterations 18179 ns/iter 53.72 MB/sec [ OK ] Microbenchmarks.calloc_test (1 ms) [ RUN ] Microbenchmarks.BM_LookupAllCollations WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_LookupAllCollations 10 iterations 506106 ns/iter [ OK ] Microbenchmarks.BM_LookupAllCollations (195 ms) [ RUN ] Microbenchmarks.BM_LookupAllCharsets WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_LookupAllCharsets 10 iterations 669721 ns/iter [ OK ] Microbenchmarks.BM_LookupAllCharsets (7 ms) [ RUN ] Microbenchmarks.BM_Decimal2Bin_10_2 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Decimal2Bin_10_2 10 iterations 70080 ns/iter [ OK ] Microbenchmarks.BM_Decimal2Bin_10_2 (11 ms) [ RUN ] Microbenchmarks.BM_Bin2Decimal_10_2 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Bin2Decimal_10_2 10 iterations 22992 ns/iter [ OK ] Microbenchmarks.BM_Bin2Decimal_10_2 (31 ms) [ RUN ] Microbenchmarks.BM_Decimal2String WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Decimal2String 10 iterations 53835812 ns/iter [ OK ] Microbenchmarks.BM_Decimal2String (549 ms) [ RUN ] Microbenchmarks.BM_Chain20 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Chain20 10 iterations 792276824 ns/iter [ OK ] Microbenchmarks.BM_Chain20 (7935 ms) [ RUN ] Microbenchmarks.BM_NestedOuterJoin20 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_NestedOuterJoin20 10 iterations 144368576 ns/iter [ OK ] Microbenchmarks.BM_NestedOuterJoin20 (1473 ms) [ RUN ] Microbenchmarks.BM_HyperCycle16 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_HyperCycle16 10 iterations 1077421541 ns/iter [ OK ] Microbenchmarks.BM_HyperCycle16 (10788 ms) [ RUN ] Microbenchmarks.BM_Star17 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Star17 10 iterations 257892146226 ns/iter [ OK ] Microbenchmarks.BM_Star17 (2578931 ms) [ RUN ] Microbenchmarks.BM_HyperStar17_ManyHyperedges WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_HyperStar17_ManyHyperedges 10 iterations 258087941639 ns/iter [ OK ] Microbenchmarks.BM_HyperStar17_ManyHyperedges (2580892 ms) [ RUN ] Microbenchmarks.BM_HyperStar17_SingleLargeHyperedge WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_HyperStar17_SingleLargeHyperedge 10 iterations 257590126641 ns/iter [ OK ] Microbenchmarks.BM_HyperStar17_SingleLargeHyperedge (2575913 ms) [ RUN ] Microbenchmarks.BM_StdSortmemcmp WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortmemcmp 10 iterations 4330843731 ns/iter [ OK ] Microbenchmarks.BM_StdSortmemcmp (43315 ms) [ RUN ] Microbenchmarks.BM_StdStableSortmemcmp WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortmemcmp 10 iterations 2171401398 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortmemcmp (21720 ms) [ RUN ] Microbenchmarks.BM_StdSortCompare0 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortCompare0 10 iterations 4568385803 ns/iter [ OK ] Microbenchmarks.BM_StdSortCompare0 (45690 ms) [ RUN ] Microbenchmarks.BM_StdStableSortCompare0 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortCompare0 10 iterations 2457058458 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortCompare0 (24577 ms) [ RUN ] Microbenchmarks.BM_StdSortCompare0ZeroSafe WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortCompare0ZeroSafe 10 iterations 4569463041 ns/iter [ OK ] Microbenchmarks.BM_StdSortCompare0ZeroSafe (45701 ms) [ RUN ] Microbenchmarks.BM_StdStableSortCompare0ZeroSafe WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortCompare0ZeroSafe 10 iterations 2457469016 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortCompare0ZeroSafe (24581 ms) [ RUN ] Microbenchmarks.BM_StdSortCompare1 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortCompare1 10 iterations 4328657186 ns/iter [ OK ] Microbenchmarks.BM_StdSortCompare1 (43293 ms) [ RUN ] Microbenchmarks.BM_StdStableSortCompare1 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortCompare1 10 iterations 2170744632 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortCompare1 (21714 ms) [ RUN ] Microbenchmarks.BM_StdSortCompare2 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortCompare2 10 iterations 4329088230 ns/iter [ OK ] Microbenchmarks.BM_StdSortCompare2 (43297 ms) [ RUN ] Microbenchmarks.BM_StdStableSortCompare2 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortCompare2 10 iterations 2170736969 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortCompare2 (21714 ms) [ RUN ] Microbenchmarks.BM_StdSortCompare3 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortCompare3 10 iterations 4329052071 ns/iter [ OK ] Microbenchmarks.BM_StdSortCompare3 (43297 ms) [ RUN ] Microbenchmarks.BM_StdStableSortCompare3 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortCompare3 10 iterations 2170942920 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortCompare3 (21716 ms) [ RUN ] Microbenchmarks.BM_StdSortCompare4 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortCompare4 10 iterations 4329087595 ns/iter [ OK ] Microbenchmarks.BM_StdSortCompare4 (43297 ms) [ RUN ] Microbenchmarks.BM_StdStableSortCompare4 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortCompare4 10 iterations 2170829757 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortCompare4 (21715 ms) [ RUN ] Microbenchmarks.BM_StdSortCompare5 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdSortCompare5 10 iterations 4327940480 ns/iter [ OK ] Microbenchmarks.BM_StdSortCompare5 (43286 ms) [ RUN ] Microbenchmarks.BM_StdStableSortCompare5 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_StdStableSortCompare5 10 iterations 2169983906 ns/iter [ OK ] Microbenchmarks.BM_StdStableSortCompare5 (21706 ms) [ RUN ] Microbenchmarks.BM_longlong10_to_str WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_longlong10_to_str 10 iterations 453034 ns/iter [ OK ] Microbenchmarks.BM_longlong10_to_str (5 ms) [ RUN ] Microbenchmarks.BM_longlong2str WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_longlong2str 10 iterations 11704 ns/iter [ OK ] Microbenchmarks.BM_longlong2str (0 ms) [ RUN ] Microbenchmarks.BM_EmptyConstruct WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_EmptyConstruct 10 iterations 40231 ns/iter [ OK ] Microbenchmarks.BM_EmptyConstruct (1 ms) [ RUN ] Microbenchmarks.BM_EmptyConstructStdDeque WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_EmptyConstructStdDeque 10 iterations 264119 ns/iter [ OK ] Microbenchmarks.BM_EmptyConstructStdDeque (3 ms) [ RUN ] Microbenchmarks.BM_PushBackAndFront WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_PushBackAndFront 10 iterations 815609 ns/iter [ OK ] Microbenchmarks.BM_PushBackAndFront (8 ms) [ RUN ] Microbenchmarks.BM_PushBackAndFrontStdDeque WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_PushBackAndFrontStdDeque 10 iterations 31460137 ns/iter [ OK ] Microbenchmarks.BM_PushBackAndFrontStdDeque (315 ms) [ RUN ] Microbenchmarks.BM_RandomAccess WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_RandomAccess 10 iterations 25990 ns/iter [ OK ] Microbenchmarks.BM_RandomAccess (1 ms) [ RUN ] Microbenchmarks.BM_RandomAccessStdDeque WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_RandomAccessStdDeque 10 iterations 15353544 ns/iter [ OK ] Microbenchmarks.BM_RandomAccessStdDeque (186 ms) [ RUN ] Microbenchmarks.BM_Iteration WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Iteration 10 iterations 148613 ns/iter [ OK ] Microbenchmarks.BM_Iteration (2 ms) [ RUN ] Microbenchmarks.BM_IterationStdDeque WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_IterationStdDeque 10 iterations 61086 ns/iter [ OK ] Microbenchmarks.BM_IterationStdDeque (33 ms) [ RUN ] Microbenchmarks.BM_crc32_z_50k WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_crc32_z_50k 10 iterations 301316 ns/iter [ OK ] Microbenchmarks.BM_crc32_z_50k (4 ms) [ RUN ] Microbenchmarks.BM_my_checksum_50k WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_my_checksum_50k 10 iterations 32468 ns/iter [ OK ] Microbenchmarks.BM_my_checksum_50k (1 ms) [ RUN ] Microbenchmarks.BM_crc32_z_8bit WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_crc32_z_8bit 10 iterations 35773 ns/iter [ OK ] Microbenchmarks.BM_crc32_z_8bit (1 ms) [ RUN ] Microbenchmarks.BM_IntegerCrc32_8bit WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_IntegerCrc32_8bit 10 iterations 3028 ns/iter [ OK ] Microbenchmarks.BM_IntegerCrc32_8bit (0 ms) [ RUN ] Microbenchmarks.BM_crc32_z_64bit WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_crc32_z_64bit 10 iterations 35848 ns/iter [ OK ] Microbenchmarks.BM_crc32_z_64bit (1 ms) [ RUN ] Microbenchmarks.BM_IntegerCrc32_64bit WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_IntegerCrc32_64bit 10 iterations 3024 ns/iter [ OK ] Microbenchmarks.BM_IntegerCrc32_64bit (0 ms) [ RUN ] Microbenchmarks.BM_PunnedCrc32_50k WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_PunnedCrc32_50k 10 iterations 32832 ns/iter [ OK ] Microbenchmarks.BM_PunnedCrc32_50k (1 ms) [ RUN ] Microbenchmarks.BM_my_getsystime WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_my_getsystime 10 iterations 33062 ns/iter [ OK ] Microbenchmarks.BM_my_getsystime (1 ms) [ RUN ] Microbenchmarks.BM_my_time WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_my_time 10 iterations 3343 ns/iter [ OK ] Microbenchmarks.BM_my_time (0 ms) [ RUN ] Microbenchmarks.BM_my_micro_time WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_my_micro_time 10 iterations 33549 ns/iter [ OK ] Microbenchmarks.BM_my_micro_time (1 ms) [ RUN ] Microbenchmarks.BM_my_time_to_str WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_my_time_to_str 10 iterations 436956 ns/iter [ OK ] Microbenchmarks.BM_my_time_to_str (5 ms) [ RUN ] Microbenchmarks.BM_my_date_to_str WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_my_date_to_str 10 iterations 124416 ns/iter [ OK ] Microbenchmarks.BM_my_date_to_str (2 ms) [ RUN ] Microbenchmarks.BM_my_datetime_to_str WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_my_datetime_to_str 10 iterations 392079 ns/iter [ OK ] Microbenchmarks.BM_my_datetime_to_str (4 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_0 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Unaligned_0 10 iterations 4627 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_0 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_24 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Unaligned_24 10 iterations 4734 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_24 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_100 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Unaligned_100 10 iterations 4743 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_100 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_150 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Unaligned_150 10 iterations 4796 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Unaligned_150 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_0 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Original_0 10 iterations 4552 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_0 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_24 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Original_24 10 iterations 4748 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_24 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_100 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Original_100 10 iterations 4798 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_100 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_150 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Original_150 10 iterations 4878 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Original_150 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_0 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_FourByte_0 10 iterations 4560 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_0 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_24 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_FourByte_24 10 iterations 4720 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_24 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_100 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_FourByte_100 10 iterations 4814 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_100 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_150 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_FourByte_150 10 iterations 4882 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_FourByte_150 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_0 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_EightByte_0 10 iterations 4559 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_0 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_24 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_EightByte_24 10 iterations 4720 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_24 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_100 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_EightByte_100 10 iterations 4773 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_100 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_150 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_EightByte_150 10 iterations 4798 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_EightByte_150 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_0 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Current_0 10 iterations 4546 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_0 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_24 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Current_24 10 iterations 4681 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_24 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_100 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Current_100 10 iterations 4722 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_100 (0 ms) [ RUN ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_150 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SkipTrailingSpaceTest_Current_150 10 iterations 4736 ns/iter [ OK ] Microbenchmarks.BM_SkipTrailingSpaceTest_Current_150 (0 ms) [ RUN ] Microbenchmarks.BM_SimpleUTF8 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SimpleUTF8 10 iterations 589099 ns/iter [ OK ] Microbenchmarks.BM_SimpleUTF8 (6 ms) [ RUN ] Microbenchmarks.BM_UTF8MB4StringLength WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_UTF8MB4StringLength 10 iterations 11436 ns/iter 11.09 MB/sec [ OK ] Microbenchmarks.BM_UTF8MB4StringLength (1 ms) [ RUN ] Microbenchmarks.BM_SimpleUTF8MB4 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_SimpleUTF8MB4 10 iterations 42638 ns/iter 5.39 MB/sec [ OK ] Microbenchmarks.BM_SimpleUTF8MB4 (15 ms) [ RUN ] Microbenchmarks.BM_MixedUTF8MB4 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_MixedUTF8MB4 10 iterations 42103 ns/iter 3.01 MB/sec [ OK ] Microbenchmarks.BM_MixedUTF8MB4 (7 ms) [ RUN ] Microbenchmarks.BM_MixedUTF8MB4_AS_CI WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_MixedUTF8MB4_AS_CI 10 iterations 44598 ns/iter 2.84 MB/sec [ OK ] Microbenchmarks.BM_MixedUTF8MB4_AS_CI (13 ms) [ RUN ] Microbenchmarks.BM_MixedUTF8MB4_AS_CS WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_MixedUTF8MB4_AS_CS 10 iterations 48863 ns/iter 2.60 MB/sec [ OK ] Microbenchmarks.BM_MixedUTF8MB4_AS_CS (19 ms) [ RUN ] Microbenchmarks.BM_JapaneseUTF8MB4 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_JapaneseUTF8MB4 10 iterations 44734 ns/iter 5.37 MB/sec [ OK ] Microbenchmarks.BM_JapaneseUTF8MB4 (7 ms) [ RUN ] Microbenchmarks.BM_NewlineFilledUTF8MB4 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_NewlineFilledUTF8MB4 10 iterations 40118 ns/iter 2.78 MB/sec [ OK ] Microbenchmarks.BM_NewlineFilledUTF8MB4 (8 ms) [ RUN ] Microbenchmarks.BM_HashSimpleUTF8MB4 WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_HashSimpleUTF8MB4 10 iterations 38741 ns/iter [ OK ] Microbenchmarks.BM_HashSimpleUTF8MB4 (1 ms) [ RUN ] Microbenchmarks.BM_Hungarian_AS_CS WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Hungarian_AS_CS 10 iterations 72227466 ns/iter 0.00 MB/sec [ OK ] Microbenchmarks.BM_Hungarian_AS_CS (1079 ms) [ RUN ] Microbenchmarks.BM_Japanese_AS_CS WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Japanese_AS_CS 10 iterations 17613228 ns/iter 0.02 MB/sec [ OK ] Microbenchmarks.BM_Japanese_AS_CS (2823 ms) [ RUN ] Microbenchmarks.BM_Japanese_AS_CS_KS WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Japanese_AS_CS_KS 10 iterations 23461742 ns/iter 0.01 MB/sec [ OK ] Microbenchmarks.BM_Japanese_AS_CS_KS (2887 ms) [ RUN ] Microbenchmarks.BM_Chinese_AS_CS WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Chinese_AS_CS 10 iterations 84979 ns/iter 5.39 MB/sec [ OK ] Microbenchmarks.BM_Chinese_AS_CS (48799 ms) [ RUN ] Microbenchmarks.BM_UTF8MB4_bin WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_UTF8MB4_bin 10 iterations 36730 ns/iter 3.45 MB/sec [ OK ] Microbenchmarks.BM_UTF8MB4_bin (9 ms) [ RUN ] Microbenchmarks.BM_UTF8MB4_0900_bin WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_UTF8MB4_0900_bin 10 iterations 18179 ns/iter 6.98 MB/sec [ OK ] Microbenchmarks.BM_UTF8MB4_0900_bin (5 ms) [ RUN ] Microbenchmarks.BM_Latin1_CI WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_Latin1_CI 10 iterations 35624 ns/iter 4.50 MB/sec [ OK ] Microbenchmarks.BM_Latin1_CI (6 ms) [ RUN ] Microbenchmarks.BM_UTF8_Valid_Check WARNING: Running microbenchmark in debug mode. Timings will be misleading. BM_UTF8_Valid_Check 10 iterations 36207 ns/iter [ OK ] Microbenchmarks.BM_UTF8_Valid_Check (1 ms) [ RUN ] Microbenchmarks.UnhexLookup4k WARNING: Running microbenchmark in debug mode. Timings will be misleading. UnhexLookup4k 10 iterations 30824 ns/iter 126.73 MB/sec [ OK ] Microbenchmarks.UnhexLookup4k (123 ms) [ RUN ] Microbenchmarks.UnhexLookup512k WARNING: Running microbenchmark in debug mode. Timings will be misleading. UnhexLookup512k 10 iterations 3424755 ns/iter 146.00 MB/sec [ OK ] Microbenchmarks.UnhexLookup512k (15675 ms) [ RUN ] Microbenchmarks.UnhexLookup1M WARNING: Running microbenchmark in debug mode. Timings will be misleading. UnhexLookup1M 10 iterations 6870601 ns/iter 145.55 MB/sec [ OK ] Microbenchmarks.UnhexLookup1M (31360 ms) [ RUN ] Microbenchmarks.UnhexLookup4M WARNING: Running microbenchmark in debug mode. Timings will be misleading. UnhexLookup4M 10 iterations 27605295 ns/iter 144.90 MB/sec [ OK ] Microbenchmarks.UnhexLookup4M (125400 ms) [----------] 94 tests from Microbenchmarks (8516258 ms total) [----------] 2 tests from CharsetBug28956360Unittest [ RUN ] CharsetBug28956360Unittest.UninitOnce [ OK ] CharsetBug28956360Unittest.UninitOnce (89 ms) [ RUN ] CharsetBug28956360Unittest.UninitManyTimes [ OK ] CharsetBug28956360Unittest.UninitManyTimes (8757 ms) [----------] 2 tests from CharsetBug28956360Unittest (8847 ms total) [----------] 1 test from CharsetBug32788301Unittest [ RUN ] CharsetBug32788301Unittest.LoadUninitLoad [ OK ] CharsetBug32788301Unittest.LoadUninitLoad (5341 ms) [----------] 1 test from CharsetBug32788301Unittest (5342 ms total) [----------] 1 test from CollationLoaderTest [ RUN ] CollationLoaderTest.RandomCollation [ OK ] CollationLoaderTest.RandomCollation (20373 ms) [----------] 1 test from CollationLoaderTest (20373 ms total) [----------] 3 tests from CostEstimateTest [ RUN ] CostEstimateTest.Basics [ OK ] CostEstimateTest.Basics (0 ms) [ RUN ] CostEstimateTest.Operators [ OK ] CostEstimateTest.Operators (1 ms) [ RUN ] CostEstimateTest.MaxValue [ OK ] CostEstimateTest.MaxValue (0 ms) [----------] 3 tests from CostEstimateTest (3 ms total) [----------] 1 test from DebugFlushGcov [ RUN ] DebugFlushGcov.FlushGcovParallel [ OK ] DebugFlushGcov.FlushGcovParallel (1 ms) [----------] 1 test from DebugFlushGcov (2 ms total) [----------] 1 test from DebugPrintTest [ RUN ] DebugPrintTest.PrintEval [ OK ] DebugPrintTest.PrintEval (0 ms) [----------] 1 test from DebugPrintTest (0 ms total) [----------] 1 test from DebugPrintEvalTest [ RUN ] DebugPrintEvalTest.PrintEval : never: 1 [ OK ] DebugPrintEvalTest.PrintEval (0 ms) [----------] 1 test from DebugPrintEvalTest (1 ms total) [----------] 1 test from DebugSetTest [ RUN ] DebugSetTest.DebugKeywordsTest [ OK ] DebugSetTest.DebugKeywordsTest (1 ms) [----------] 1 test from DebugSetTest (1 ms total) [----------] 21 tests from DecimalTest [ RUN ] DecimalTest.String2Decimal [ OK ] DecimalTest.String2Decimal (18 ms) [ RUN ] DecimalTest.Decimal2Double [ OK ] DecimalTest.Decimal2Double (6 ms) [ RUN ] DecimalTest.Double2Decimal [ OK ] DecimalTest.Double2Decimal (8 ms) [ RUN ] DecimalTest.Ulonglong2Decimal [ OK ] DecimalTest.Ulonglong2Decimal (5 ms) [ RUN ] DecimalTest.Decimal2Ulonglong [ OK ] DecimalTest.Decimal2Ulonglong (8 ms) [ RUN ] DecimalTest.Longlong2Decimal [ OK ] DecimalTest.Longlong2Decimal (8 ms) [ RUN ] DecimalTest.Decimal2Longlong [ OK ] DecimalTest.Decimal2Longlong (7 ms) [ RUN ] DecimalTest.DoAdd [ OK ] DecimalTest.DoAdd (17 ms) [ RUN ] DecimalTest.DoSub [ OK ] DecimalTest.DoSub (27 ms) [ RUN ] DecimalTest.DecimalMul [ OK ] DecimalTest.DecimalMul (12 ms) [ RUN ] DecimalTest.DecimalDiv [ OK ] DecimalTest.DecimalDiv (26 ms) [ RUN ] DecimalTest.DecimalMod [ OK ] DecimalTest.DecimalMod (9 ms) [ RUN ] DecimalTest.Decimal2BinBin2Decimal [ OK ] DecimalTest.Decimal2BinBin2Decimal (23 ms) [ RUN ] DecimalTest.DecimalCmp [ OK ] DecimalTest.DecimalCmp (3 ms) [ RUN ] DecimalTest.DecimalRound [ OK ] DecimalTest.DecimalRound (54 ms) [ RUN ] DecimalTest.FormatFunc [ OK ] DecimalTest.FormatFunc (2 ms) [ RUN ] DecimalTest.MaxDecimal [ OK ] DecimalTest.MaxDecimal (24 ms) [ RUN ] DecimalTest.Decimal2String [ OK ] DecimalTest.Decimal2String (8 ms) [ RUN ] DecimalTest.WidenFraction [ OK ] DecimalTest.WidenFraction (4 ms) [ RUN ] DecimalTest.DecimalShift [ OK ] DecimalTest.DecimalShift (136 ms) [ RUN ] DecimalTest.DecimalActualFraction [ OK ] DecimalTest.DecimalActualFraction (18 ms) [----------] 21 tests from DecimalTest (439 ms total) [----------] 6 tests from dns_srv_data_test [ RUN ] dns_srv_data_test.empty_list [ OK ] dns_srv_data_test.empty_list (0 ms) [ RUN ] dns_srv_data_test.one_element [ OK ] dns_srv_data_test.one_element (1 ms) [ RUN ] dns_srv_data_test.different_prio [ OK ] dns_srv_data_test.different_prio (2 ms) [ RUN ] dns_srv_data_test.different_weight [ OK ] dns_srv_data_test.different_weight (1 ms) [ RUN ] dns_srv_data_test.zero_weight [ OK ] dns_srv_data_test.zero_weight (4 ms) [ RUN ] dns_srv_data_test.mixed_weight [ OK ] dns_srv_data_test.mixed_weight (5 ms) [----------] 6 tests from dns_srv_data_test (18 ms total) [----------] 7 tests from DPhypTest [ RUN ] DPhypTest.ExampleHypergraph [ OK ] DPhypTest.ExampleHypergraph (190 ms) [ RUN ] DPhypTest.Loop [ OK ] DPhypTest.Loop (269 ms) [ RUN ] DPhypTest.AbortWithError [ OK ] DPhypTest.AbortWithError (18 ms) [ RUN ] DPhypTest.Chain Found connection between {R19} and {R20} along edge 18 Found connection between {R18} and {R19} along edge 17 Found connection between {R18} and {R19,R20} along edge 17 Found connection between {R18,R19} and {R20} along edge 18 Found connection between {R17} and {R18} along edge 16 Found connection between {R17} and {R18,R19} along edge 16 Found connection between {R17} and {R18,R19,R20} along edge 16 Found connection between {R17,R18} and {R19} along edge 17 Found connection between {R17,R18} and {R19,R20} along edge 17 Found connection between {R17,R18,R19} and {R20} along edge 18 Found connection between {R16} and {R17} along edge 15 Found connection between {R16} and {R17,R18} along edge 15 Found connection between {R16} and {R17,R18,R19} along edge 15 Found connection between {R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R16,R17} and {R18} along edge 16 Found connection between {R16,R17} and {R18,R19} along edge 16 Found connection between {R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R16,R17,R18} and {R19} along edge 17 Found connection between {R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R15} and {R16} along edge 14 Found connection between {R15} and {R16,R17} along edge 14 Found connection between {R15} and {R16,R17,R18} along edge 14 Found connection between {R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R15,R16} and {R17} along edge 15 Found connection between {R15,R16} and {R17,R18} along edge 15 Found connection between {R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R15,R16,R17} and {R18} along edge 16 Found connection between {R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R14} and {R15} along edge 13 Found connection between {R14} and {R15,R16} along edge 13 Found connection between {R14} and {R15,R16,R17} along edge 13 Found connection between {R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R14,R15} and {R16} along edge 14 Found connection between {R14,R15} and {R16,R17} along edge 14 Found connection between {R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R14,R15,R16} and {R17} along edge 15 Found connection between {R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R13} and {R14} along edge 12 Found connection between {R13} and {R14,R15} along edge 12 Found connection between {R13} and {R14,R15,R16} along edge 12 Found connection between {R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R13,R14} and {R15} along edge 13 Found connection between {R13,R14} and {R15,R16} along edge 13 Found connection between {R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R13,R14,R15} and {R16} along edge 14 Found connection between {R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R12} and {R13} along edge 11 Found connection between {R12} and {R13,R14} along edge 11 Found connection between {R12} and {R13,R14,R15} along edge 11 Found connection between {R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R12,R13} and {R14} along edge 12 Found connection between {R12,R13} and {R14,R15} along edge 12 Found connection between {R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R12,R13,R14} and {R15} along edge 13 Found connection between {R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R11} and {R12} along edge 10 Found connection between {R11} and {R12,R13} along edge 10 Found connection between {R11} and {R12,R13,R14} along edge 10 Found connection between {R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R11,R12} and {R13} along edge 11 Found connection between {R11,R12} and {R13,R14} along edge 11 Found connection between {R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R11,R12,R13} and {R14} along edge 12 Found connection between {R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R10} and {R11} along edge 9 Found connection between {R10} and {R11,R12} along edge 9 Found connection between {R10} and {R11,R12,R13} along edge 9 Found connection between {R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R10,R11} and {R12} along edge 10 Found connection between {R10,R11} and {R12,R13} along edge 10 Found connection between {R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R10,R11,R12} and {R13} along edge 11 Found connection between {R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R9} and {R10} along edge 8 Found connection between {R9} and {R10,R11} along edge 8 Found connection between {R9} and {R10,R11,R12} along edge 8 Found connection between {R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R9,R10} and {R11} along edge 9 Found connection between {R9,R10} and {R11,R12} along edge 9 Found connection between {R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R9,R10,R11} and {R12} along edge 10 Found connection between {R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R8} and {R9} along edge 7 Found connection between {R8} and {R9,R10} along edge 7 Found connection between {R8} and {R9,R10,R11} along edge 7 Found connection between {R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R8,R9} and {R10} along edge 8 Found connection between {R8,R9} and {R10,R11} along edge 8 Found connection between {R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R8,R9,R10} and {R11} along edge 9 Found connection between {R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R7} and {R8} along edge 6 Found connection between {R7} and {R8,R9} along edge 6 Found connection between {R7} and {R8,R9,R10} along edge 6 Found connection between {R7} and {R8,R9,R10,R11} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13,R14} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13,R14,R15} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 6 Found connection between {R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 6 Found connection between {R7,R8} and {R9} along edge 7 Found connection between {R7,R8} and {R9,R10} along edge 7 Found connection between {R7,R8} and {R9,R10,R11} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R7,R8,R9} and {R10} along edge 8 Found connection between {R7,R8,R9} and {R10,R11} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R7,R8,R9,R10} and {R11} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R7,R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R7,R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R7,R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R7,R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R6} and {R7} along edge 5 Found connection between {R6} and {R7,R8} along edge 5 Found connection between {R6} and {R7,R8,R9} along edge 5 Found connection between {R6} and {R7,R8,R9,R10} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13,R14} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 5 Found connection between {R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 5 Found connection between {R6,R7} and {R8} along edge 6 Found connection between {R6,R7} and {R8,R9} along edge 6 Found connection between {R6,R7} and {R8,R9,R10} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13,R14} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 6 Found connection between {R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 6 Found connection between {R6,R7,R8} and {R9} along edge 7 Found connection between {R6,R7,R8} and {R9,R10} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R6,R7,R8,R9} and {R10} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R6,R7,R8,R9,R10} and {R11} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R6,R7,R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R5} and {R6} along edge 4 Found connection between {R5} and {R6,R7} along edge 4 Found connection between {R5} and {R6,R7,R8} along edge 4 Found connection between {R5} and {R6,R7,R8,R9} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 4 Found connection between {R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 4 Found connection between {R5,R6} and {R7} along edge 5 Found connection between {R5,R6} and {R7,R8} along edge 5 Found connection between {R5,R6} and {R7,R8,R9} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 5 Found connection between {R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 5 Found connection between {R5,R6,R7} and {R8} along edge 6 Found connection between {R5,R6,R7} and {R8,R9} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 6 Found connection between {R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 6 Found connection between {R5,R6,R7,R8} and {R9} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R5,R6,R7,R8,R9} and {R10} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R5,R6,R7,R8,R9,R10} and {R11} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R4} and {R5} along edge 3 Found connection between {R4} and {R5,R6} along edge 3 Found connection between {R4} and {R5,R6,R7} along edge 3 Found connection between {R4} and {R5,R6,R7,R8} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 3 Found connection between {R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 3 Found connection between {R4,R5} and {R6} along edge 4 Found connection between {R4,R5} and {R6,R7} along edge 4 Found connection between {R4,R5} and {R6,R7,R8} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 4 Found connection between {R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 4 Found connection between {R4,R5,R6} and {R7} along edge 5 Found connection between {R4,R5,R6} and {R7,R8} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 5 Found connection between {R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 5 Found connection between {R4,R5,R6,R7} and {R8} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 6 Found connection between {R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 6 Found connection between {R4,R5,R6,R7,R8} and {R9} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R4,R5,R6,R7,R8,R9} and {R10} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R3} and {R4} along edge 2 Found connection between {R3} and {R4,R5} along edge 2 Found connection between {R3} and {R4,R5,R6} along edge 2 Found connection between {R3} and {R4,R5,R6,R7} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 2 Found connection between {R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 2 Found connection between {R3,R4} and {R5} along edge 3 Found connection between {R3,R4} and {R5,R6} along edge 3 Found connection between {R3,R4} and {R5,R6,R7} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 3 Found connection between {R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 3 Found connection between {R3,R4,R5} and {R6} along edge 4 Found connection between {R3,R4,R5} and {R6,R7} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 4 Found connection between {R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 4 Found connection between {R3,R4,R5,R6} and {R7} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 5 Found connection between {R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 5 Found connection between {R3,R4,R5,R6,R7} and {R8} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 6 Found connection between {R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 6 Found connection between {R3,R4,R5,R6,R7,R8} and {R9} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R2} and {R3} along edge 1 Found connection between {R2} and {R3,R4} along edge 1 Found connection between {R2} and {R3,R4,R5} along edge 1 Found connection between {R2} and {R3,R4,R5,R6} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 1 Found connection between {R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 1 Found connection between {R2,R3} and {R4} along edge 2 Found connection between {R2,R3} and {R4,R5} along edge 2 Found connection between {R2,R3} and {R4,R5,R6} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 2 Found connection between {R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 2 Found connection between {R2,R3,R4} and {R5} along edge 3 Found connection between {R2,R3,R4} and {R5,R6} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 3 Found connection between {R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 3 Found connection between {R2,R3,R4,R5} and {R6} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 4 Found connection between {R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 4 Found connection between {R2,R3,R4,R5,R6} and {R7} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 5 Found connection between {R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 5 Found connection between {R2,R3,R4,R5,R6,R7} and {R8} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 6 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 Found connection between {R1} and {R2} along edge 0 Found connection between {R1} and {R2,R3} along edge 0 Found connection between {R1} and {R2,R3,R4} along edge 0 Found connection between {R1} and {R2,R3,R4,R5} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 0 Found connection between {R1,R2} and {R3} along edge 1 Found connection between {R1,R2} and {R3,R4} along edge 1 Found connection between {R1,R2} and {R3,R4,R5} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 1 Found connection between {R1,R2,R3} and {R4} along edge 2 Found connection between {R1,R2,R3} and {R4,R5} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 2 Found connection between {R1,R2,R3} and {R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 2 Found connection between {R1,R2,R3,R4} and {R5} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 3 Found connection between {R1,R2,R3,R4} and {R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 3 Found connection between {R1,R2,R3,R4,R5} and {R6} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 4 Found connection between {R1,R2,R3,R4,R5} and {R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 4 Found connection between {R1,R2,R3,R4,R5,R6} and {R7} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6} and {R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 5 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7} and {R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 6 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8} and {R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 7 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9} and {R10,R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 8 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10} and {R11,R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 9 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11} and {R12,R13,R14,R15,R16,R17,R18,R19,R20} along edge 10 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12} and {R13,R14,R15,R16,R17,R18,R19,R20} along edge 11 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14} along edge 12 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15} along edge 12 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16} along edge 12 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17} along edge 12 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18} along edge 12 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19} along edge 12 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13} and {R14,R15,R16,R17,R18,R19,R20} along edge 12 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15} along edge 13 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16} along edge 13 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17} along edge 13 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18} along edge 13 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19} along edge 13 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14} and {R15,R16,R17,R18,R19,R20} along edge 13 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16} along edge 14 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17} along edge 14 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18} along edge 14 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19} along edge 14 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15} and {R16,R17,R18,R19,R20} along edge 14 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17} along edge 15 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18} along edge 15 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19} along edge 15 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16} and {R17,R18,R19,R20} along edge 15 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18} along edge 16 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19} along edge 16 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17} and {R18,R19,R20} along edge 16 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19} along edge 17 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18} and {R19,R20} along edge 17 Found connection between {R1,R2,R3,R4,R5,R6,R7,R8,R9,R10,R11,R12,R13,R14,R15,R16,R17,R18,R19} and {R20} along edge 18 [ OK ] DPhypTest.Chain (5048 ms) [ RUN ] DPhypTest.SmallStar [ OK ] DPhypTest.SmallStar (184 ms) [ RUN ] DPhypTest.Clique Found connection between {R5} and {R6} along edge 14 Found connection between {R4} and {R6} along edge 13 Found connection between {R4} and {R5} along edge 9 Found connection between {R4} and {R5,R6} along edge 9 Found connection between {R4} and {R5,R6} along edge 13 Found connection between {R4,R5} and {R6} along edge 13 Found connection between {R4,R5} and {R6} along edge 14 Found connection between {R4,R6} and {R5} along edge 9 Found connection between {R4,R6} and {R5} along edge 14 Found connection between {R3} and {R6} along edge 12 Found connection between {R3} and {R5} along edge 8 Found connection between {R3} and {R5,R6} along edge 8 Found connection between {R3} and {R5,R6} along edge 12 Found connection between {R3} and {R4} along edge 5 Found connection between {R3} and {R4,R5} along edge 5 Found connection between {R3} and {R4,R5} along edge 8 Found connection between {R3} and {R4,R6} along edge 5 Found connection between {R3} and {R4,R6} along edge 12 Found connection between {R3} and {R4,R5,R6} along edge 5 Found connection between {R3} and {R4,R5,R6} along edge 8 Found connection between {R3} and {R4,R5,R6} along edge 12 Found connection between {R3,R4} and {R6} along edge 12 Found connection between {R3,R4} and {R6} along edge 13 Found connection between {R3,R4} and {R5} along edge 8 Found connection between {R3,R4} and {R5} along edge 9 Found connection between {R3,R4} and {R5,R6} along edge 8 Found connection between {R3,R4} and {R5,R6} along edge 9 Found connection between {R3,R4} and {R5,R6} along edge 12 Found connection between {R3,R4} and {R5,R6} along edge 13 Found connection between {R3,R5} and {R6} along edge 12 Found connection between {R3,R5} and {R6} along edge 14 Found connection between {R3,R5} and {R4} along edge 5 Found connection between {R3,R5} and {R4} along edge 9 Found connection between {R3,R5} and {R4,R6} along edge 5 Found connection between {R3,R5} and {R4,R6} along edge 9 Found connection between {R3,R5} and {R4,R6} along edge 12 Found connection between {R3,R5} and {R4,R6} along edge 14 Found connection between {R3,R4,R5} and {R6} along edge 12 Found connection between {R3,R4,R5} and {R6} along edge 13 Found connection between {R3,R4,R5} and {R6} along edge 14 Found connection between {R3,R6} and {R5} along edge 8 Found connection between {R3,R6} and {R5} along edge 14 Found connection between {R3,R6} and {R4} along edge 5 Found connection between {R3,R6} and {R4} along edge 13 Found connection between {R3,R6} and {R4,R5} along edge 5 Found connection between {R3,R6} and {R4,R5} along edge 13 Found connection between {R3,R6} and {R4,R5} along edge 8 Found connection between {R3,R6} and {R4,R5} along edge 14 Found connection between {R3,R4,R6} and {R5} along edge 8 Found connection between {R3,R4,R6} and {R5} along edge 9 Found connection between {R3,R4,R6} and {R5} along edge 14 Found connection between {R3,R5,R6} and {R4} along edge 5 Found connection between {R3,R5,R6} and {R4} along edge 9 Found connection between {R3,R5,R6} and {R4} along edge 13 Found connection between {R2} and {R6} along edge 11 Found connection between {R2} and {R5} along edge 7 Found connection between {R2} and {R5,R6} along edge 7 Found connection between {R2} and {R5,R6} along edge 11 Found connection between {R2} and {R4} along edge 4 Found connection between {R2} and {R4,R5} along edge 4 Found connection between {R2} and {R4,R5} along edge 7 Found connection between {R2} and {R4,R6} along edge 4 Found connection between {R2} and {R4,R6} along edge 11 Found connection between {R2} and {R4,R5,R6} along edge 4 Found connection between {R2} and {R4,R5,R6} along edge 7 Found connection between {R2} and {R4,R5,R6} along edge 11 Found connection between {R2} and {R3} along edge 2 Found connection between {R2} and {R3,R4} along edge 2 Found connection between {R2} and {R3,R4} along edge 4 Found connection between {R2} and {R3,R5} along edge 2 Found connection between {R2} and {R3,R5} along edge 7 Found connection between {R2} and {R3,R4,R5} along edge 2 Found connection between {R2} and {R3,R4,R5} along edge 4 Found connection between {R2} and {R3,R4,R5} along edge 7 Found connection between {R2} and {R3,R6} along edge 2 Found connection between {R2} and {R3,R6} along edge 11 Found connection between {R2} and {R3,R4,R6} along edge 2 Found connection between {R2} and {R3,R4,R6} along edge 4 Found connection between {R2} and {R3,R4,R6} along edge 11 Found connection between {R2} and {R3,R5,R6} along edge 2 Found connection between {R2} and {R3,R5,R6} along edge 7 Found connection between {R2} and {R3,R5,R6} along edge 11 Found connection between {R2} and {R3,R4,R5,R6} along edge 2 Found connection between {R2} and {R3,R4,R5,R6} along edge 4 Found connection between {R2} and {R3,R4,R5,R6} along edge 7 Found connection between {R2} and {R3,R4,R5,R6} along edge 11 Found connection between {R2,R3} and {R6} along edge 11 Found connection between {R2,R3} and {R6} along edge 12 Found connection between {R2,R3} and {R5} along edge 7 Found connection between {R2,R3} and {R5} along edge 8 Found connection between {R2,R3} and {R5,R6} along edge 7 Found connection between {R2,R3} and {R5,R6} along edge 8 Found connection between {R2,R3} and {R5,R6} along edge 11 Found connection between {R2,R3} and {R5,R6} along edge 12 Found connection between {R2,R3} and {R4} along edge 4 Found connection between {R2,R3} and {R4} along edge 5 Found connection between {R2,R3} and {R4,R5} along edge 4 Found connection between {R2,R3} and {R4,R5} along edge 5 Found connection between {R2,R3} and {R4,R5} along edge 7 Found connection between {R2,R3} and {R4,R5} along edge 8 Found connection between {R2,R3} and {R4,R6} along edge 4 Found connection between {R2,R3} and {R4,R6} along edge 5 Found connection between {R2,R3} and {R4,R6} along edge 11 Found connection between {R2,R3} and {R4,R6} along edge 12 Found connection between {R2,R3} and {R4,R5,R6} along edge 4 Found connection between {R2,R3} and {R4,R5,R6} along edge 5 Found connection between {R2,R3} and {R4,R5,R6} along edge 7 Found connection between {R2,R3} and {R4,R5,R6} along edge 8 Found connection between {R2,R3} and {R4,R5,R6} along edge 11 Found connection between {R2,R3} and {R4,R5,R6} along edge 12 Found connection between {R2,R4} and {R6} along edge 11 Found connection between {R2,R4} and {R6} along edge 13 Found connection between {R2,R4} and {R5} along edge 7 Found connection between {R2,R4} and {R5} along edge 9 Found connection between {R2,R4} and {R5,R6} along edge 7 Found connection between {R2,R4} and {R5,R6} along edge 9 Found connection between {R2,R4} and {R5,R6} along edge 11 Found connection between {R2,R4} and {R5,R6} along edge 13 Found connection between {R2,R4} and {R3} along edge 2 Found connection between {R2,R4} and {R3} along edge 5 Found connection between {R2,R4} and {R3,R5} along edge 2 Found connection between {R2,R4} and {R3,R5} along edge 5 Found connection between {R2,R4} and {R3,R5} along edge 7 Found connection between {R2,R4} and {R3,R5} along edge 9 Found connection between {R2,R4} and {R3,R6} along edge 2 Found connection between {R2,R4} and {R3,R6} along edge 5 Found connection between {R2,R4} and {R3,R6} along edge 11 Found connection between {R2,R4} and {R3,R6} along edge 13 Found connection between {R2,R4} and {R3,R5,R6} along edge 2 Found connection between {R2,R4} and {R3,R5,R6} along edge 5 Found connection between {R2,R4} and {R3,R5,R6} along edge 7 Found connection between {R2,R4} and {R3,R5,R6} along edge 9 Found connection between {R2,R4} and {R3,R5,R6} along edge 11 Found connection between {R2,R4} and {R3,R5,R6} along edge 13 Found connection between {R2,R3,R4} and {R6} along edge 11 Found connection between {R2,R3,R4} and {R6} along edge 12 Found connection between {R2,R3,R4} and {R6} along edge 13 Found connection between {R2,R3,R4} and {R5} along edge 7 Found connection between {R2,R3,R4} and {R5} along edge 8 Found connection between {R2,R3,R4} and {R5} along edge 9 Found connection between {R2,R3,R4} and {R5,R6} along edge 7 Found connection between {R2,R3,R4} and {R5,R6} along edge 8 Found connection between {R2,R3,R4} and {R5,R6} along edge 9 Found connection between {R2,R3,R4} and {R5,R6} along edge 11 Found connection between {R2,R3,R4} and {R5,R6} along edge 12 Found connection between {R2,R3,R4} and {R5,R6} along edge 13 Found connection between {R2,R5} and {R6} along edge 11 Found connection between {R2,R5} and {R6} along edge 14 Found connection between {R2,R5} and {R4} along edge 4 Found connection between {R2,R5} and {R4} along edge 9 Found connection between {R2,R5} and {R4,R6} along edge 4 Found connection between {R2,R5} and {R4,R6} along edge 9 Found connection between {R2,R5} and {R4,R6} along edge 11 Found connection between {R2,R5} and {R4,R6} along edge 14 Found connection between {R2,R5} and {R3} along edge 2 Found connection between {R2,R5} and {R3} along edge 8 Found connection between {R2,R5} and {R3,R4} along edge 2 Found connection between {R2,R5} and {R3,R4} along edge 8 Found connection between {R2,R5} and {R3,R4} along edge 4 Found connection between {R2,R5} and {R3,R4} along edge 9 Found connection between {R2,R5} and {R3,R6} along edge 2 Found connection between {R2,R5} and {R3,R6} along edge 8 Found connection between {R2,R5} and {R3,R6} along edge 11 Found connection between {R2,R5} and {R3,R6} along edge 14 Found connection between {R2,R5} and {R3,R4,R6} along edge 2 Found connection between {R2,R5} and {R3,R4,R6} along edge 8 Found connection between {R2,R5} and {R3,R4,R6} along edge 4 Found connection between {R2,R5} and {R3,R4,R6} along edge 9 Found connection between {R2,R5} and {R3,R4,R6} along edge 11 Found connection between {R2,R5} and {R3,R4,R6} along edge 14 Found connection between {R2,R3,R5} and {R6} along edge 11 Found connection between {R2,R3,R5} and {R6} along edge 12 Found connection between {R2,R3,R5} and {R6} along edge 14 Found connection between {R2,R3,R5} and {R4} along edge 4 Found connection between {R2,R3,R5} and {R4} along edge 5 Found connection between {R2,R3,R5} and {R4} along edge 9 Found connection between {R2,R3,R5} and {R4,R6} along edge 4 Found connection between {R2,R3,R5} and {R4,R6} along edge 5 Found connection between {R2,R3,R5} and {R4,R6} along edge 9 Found connection between {R2,R3,R5} and {R4,R6} along edge 11 Found connection between {R2,R3,R5} and {R4,R6} along edge 12 Found connection between {R2,R3,R5} and {R4,R6} along edge 14 Found connection between {R2,R4,R5} and {R6} along edge 11 Found connection between {R2,R4,R5} and {R6} along edge 13 Found connection between {R2,R4,R5} and {R6} along edge 14 Found connection between {R2,R4,R5} and {R3} along edge 2 Found connection between {R2,R4,R5} and {R3} along edge 5 Found connection between {R2,R4,R5} and {R3} along edge 8 Found connection between {R2,R4,R5} and {R3,R6} along edge 2 Found connection between {R2,R4,R5} and {R3,R6} along edge 5 Found connection between {R2,R4,R5} and {R3,R6} along edge 8 Found connection between {R2,R4,R5} and {R3,R6} along edge 11 Found connection between {R2,R4,R5} and {R3,R6} along edge 13 Found connection between {R2,R4,R5} and {R3,R6} along edge 14 Found connection between {R2,R3,R4,R5} and {R6} along edge 11 Found connection between {R2,R3,R4,R5} and {R6} along edge 12 Found connection between {R2,R3,R4,R5} and {R6} along edge 13 Found connection between {R2,R3,R4,R5} and {R6} along edge 14 Found connection between {R2,R6} and {R5} along edge 7 Found connection between {R2,R6} and {R5} along edge 14 Found connection between {R2,R6} and {R4} along edge 4 Found connection between {R2,R6} and {R4} along edge 13 Found connection between {R2,R6} and {R4,R5} along edge 4 Found connection between {R2,R6} and {R4,R5} along edge 13 Found connection between {R2,R6} and {R4,R5} along edge 7 Found connection between {R2,R6} and {R4,R5} along edge 14 Found connection between {R2,R6} and {R3} along edge 2 Found connection between {R2,R6} and {R3} along edge 12 Found connection between {R2,R6} and {R3,R4} along edge 2 Found connection between {R2,R6} and {R3,R4} along edge 12 Found connection between {R2,R6} and {R3,R4} along edge 4 Found connection between {R2,R6} and {R3,R4} along edge 13 Found connection between {R2,R6} and {R3,R5} along edge 2 Found connection between {R2,R6} and {R3,R5} along edge 12 Found connection between {R2,R6} and {R3,R5} along edge 7 Found connection between {R2,R6} and {R3,R5} along edge 14 Found connection between {R2,R6} and {R3,R4,R5} along edge 2 Found connection between {R2,R6} and {R3,R4,R5} along edge 12 Found connection between {R2,R6} and {R3,R4,R5} along edge 4 Found connection between {R2,R6} and {R3,R4,R5} along edge 13 Found connection between {R2,R6} and {R3,R4,R5} along edge 7 Found connection between {R2,R6} and {R3,R4,R5} along edge 14 Found connection between {R2,R3,R6} and {R5} along edge 7 Found connection between {R2,R3,R6} and {R5} along edge 8 Found connection between {R2,R3,R6} and {R5} along edge 14 Found connection between {R2,R3,R6} and {R4} along edge 4 Found connection between {R2,R3,R6} and {R4} along edge 5 Found connection between {R2,R3,R6} and {R4} along edge 13 Found connection between {R2,R3,R6} and {R4,R5} along edge 4 Found connection between {R2,R3,R6} and {R4,R5} along edge 5 Found connection between {R2,R3,R6} and {R4,R5} along edge 13 Found connection between {R2,R3,R6} and {R4,R5} along edge 7 Found connection between {R2,R3,R6} and {R4,R5} along edge 8 Found connection between {R2,R3,R6} and {R4,R5} along edge 14 Found connection between {R2,R4,R6} and {R5} along edge 7 Found connection between {R2,R4,R6} and {R5} along edge 9 Found connection between {R2,R4,R6} and {R5} along edge 14 Found connection between {R2,R4,R6} and {R3} along edge 2 Found connection between {R2,R4,R6} and {R3} along edge 5 Found connection between {R2,R4,R6} and {R3} along edge 12 Found connection between {R2,R4,R6} and {R3,R5} along edge 2 Found connection between {R2,R4,R6} and {R3,R5} along edge 5 Found connection between {R2,R4,R6} and {R3,R5} along edge 12 Found connection between {R2,R4,R6} and {R3,R5} along edge 7 Found connection between {R2,R4,R6} and {R3,R5} along edge 9 Found connection between {R2,R4,R6} and {R3,R5} along edge 14 Found connection between {R2,R3,R4,R6} and {R5} along edge 7 Found connection between {R2,R3,R4,R6} and {R5} along edge 8 Found connection between {R2,R3,R4,R6} and {R5} along edge 9 Found connection between {R2,R3,R4,R6} and {R5} along edge 14 Found connection between {R2,R5,R6} and {R4} along edge 4 Found connection between {R2,R5,R6} and {R4} along edge 9 Found connection between {R2,R5,R6} and {R4} along edge 13 Found connection between {R2,R5,R6} and {R3} along edge 2 Found connection between {R2,R5,R6} and {R3} along edge 8 Found connection between {R2,R5,R6} and {R3} along edge 12 Found connection between {R2,R5,R6} and {R3,R4} along edge 2 Found connection between {R2,R5,R6} and {R3,R4} along edge 8 Found connection between {R2,R5,R6} and {R3,R4} along edge 12 Found connection between {R2,R5,R6} and {R3,R4} along edge 4 Found connection between {R2,R5,R6} and {R3,R4} along edge 9 Found connection between {R2,R5,R6} and {R3,R4} along edge 13 Found connection between {R2,R3,R5,R6} and {R4} along edge 4 Found connection between {R2,R3,R5,R6} and {R4} along edge 5 Found connection between {R2,R3,R5,R6} and {R4} along edge 9 Found connection between {R2,R3,R5,R6} and {R4} along edge 13 Found connection between {R2,R4,R5,R6} and {R3} along edge 2 Found connection between {R2,R4,R5,R6} and {R3} along edge 5 Found connection between {R2,R4,R5,R6} and {R3} along edge 8 Found connection between {R2,R4,R5,R6} and {R3} along edge 12 Found connection between {R1} and {R6} along edge 10 Found connection between {R1} and {R5} along edge 6 Found connection between {R1} and {R5,R6} along edge 6 Found connection between {R1} and {R5,R6} along edge 10 Found connection between {R1} and {R4} along edge 3 Found connection between {R1} and {R4,R5} along edge 3 Found connection between {R1} and {R4,R5} along edge 6 Found connection between {R1} and {R4,R6} along edge 3 Found connection between {R1} and {R4,R6} along edge 10 Found connection between {R1} and {R4,R5,R6} along edge 3 Found connection between {R1} and {R4,R5,R6} along edge 6 Found connection between {R1} and {R4,R5,R6} along edge 10 Found connection between {R1} and {R3} along edge 1 Found connection between {R1} and {R3,R4} along edge 1 Found connection between {R1} and {R3,R4} along edge 3 Found connection between {R1} and {R3,R5} along edge 1 Found connection between {R1} and {R3,R5} along edge 6 Found connection between {R1} and {R3,R4,R5} along edge 1 Found connection between {R1} and {R3,R4,R5} along edge 3 Found connection between {R1} and {R3,R4,R5} along edge 6 Found connection between {R1} and {R3,R6} along edge 1 Found connection between {R1} and {R3,R6} along edge 10 Found connection between {R1} and {R3,R4,R6} along edge 1 Found connection between {R1} and {R3,R4,R6} along edge 3 Found connection between {R1} and {R3,R4,R6} along edge 10 Found connection between {R1} and {R3,R5,R6} along edge 1 Found connection between {R1} and {R3,R5,R6} along edge 6 Found connection between {R1} and {R3,R5,R6} along edge 10 Found connection between {R1} and {R3,R4,R5,R6} along edge 1 Found connection between {R1} and {R3,R4,R5,R6} along edge 3 Found connection between {R1} and {R3,R4,R5,R6} along edge 6 Found connection between {R1} and {R3,R4,R5,R6} along edge 10 Found connection between {R1} and {R2} along edge 0 Found connection between {R1} and {R2,R3} along edge 0 Found connection between {R1} and {R2,R3} along edge 1 Found connection between {R1} and {R2,R4} along edge 0 Found connection between {R1} and {R2,R4} along edge 3 Found connection between {R1} and {R2,R3,R4} along edge 0 Found connection between {R1} and {R2,R3,R4} along edge 1 Found connection between {R1} and {R2,R3,R4} along edge 3 Found connection between {R1} and {R2,R5} along edge 0 Found connection between {R1} and {R2,R5} along edge 6 Found connection between {R1} and {R2,R3,R5} along edge 0 Found connection between {R1} and {R2,R3,R5} along edge 1 Found connection between {R1} and {R2,R3,R5} along edge 6 Found connection between {R1} and {R2,R4,R5} along edge 0 Found connection between {R1} and {R2,R4,R5} along edge 3 Found connection between {R1} and {R2,R4,R5} along edge 6 Found connection between {R1} and {R2,R3,R4,R5} along edge 0 Found connection between {R1} and {R2,R3,R4,R5} along edge 1 Found connection between {R1} and {R2,R3,R4,R5} along edge 3 Found connection between {R1} and {R2,R3,R4,R5} along edge 6 Found connection between {R1} and {R2,R6} along edge 0 Found connection between {R1} and {R2,R6} along edge 10 Found connection between {R1} and {R2,R3,R6} along edge 0 Found connection between {R1} and {R2,R3,R6} along edge 1 Found connection between {R1} and {R2,R3,R6} along edge 10 Found connection between {R1} and {R2,R4,R6} along edge 0 Found connection between {R1} and {R2,R4,R6} along edge 3 Found connection between {R1} and {R2,R4,R6} along edge 10 Found connection between {R1} and {R2,R3,R4,R6} along edge 0 Found connection between {R1} and {R2,R3,R4,R6} along edge 1 Found connection between {R1} and {R2,R3,R4,R6} along edge 3 Found connection between {R1} and {R2,R3,R4,R6} along edge 10 Found connection between {R1} and {R2,R5,R6} along edge 0 Found connection between {R1} and {R2,R5,R6} along edge 6 Found connection between {R1} and {R2,R5,R6} along edge 10 Found connection between {R1} and {R2,R3,R5,R6} along edge 0 Found connection between {R1} and {R2,R3,R5,R6} along edge 1 Found connection between {R1} and {R2,R3,R5,R6} along edge 6 Found connection between {R1} and {R2,R3,R5,R6} along edge 10 Found connection between {R1} and {R2,R4,R5,R6} along edge 0 Found connection between {R1} and {R2,R4,R5,R6} along edge 3 Found connection between {R1} and {R2,R4,R5,R6} along edge 6 Found connection between {R1} and {R2,R4,R5,R6} along edge 10 Found connection between {R1} and {R2,R3,R4,R5,R6} along edge 0 Found connection between {R1} and {R2,R3,R4,R5,R6} along edge 1 Found connection between {R1} and {R2,R3,R4,R5,R6} along edge 3 Found connection between {R1} and {R2,R3,R4,R5,R6} along edge 6 Found connection between {R1} and {R2,R3,R4,R5,R6} along edge 10 Found connection between {R1,R2} and {R6} along edge 10 Found connection between {R1,R2} and {R6} along edge 11 Found connection between {R1,R2} and {R5} along edge 6 Found connection between {R1,R2} and {R5} along edge 7 Found connection between {R1,R2} and {R5,R6} along edge 6 Found connection between {R1,R2} and {R5,R6} along edge 7 Found connection between {R1,R2} and {R5,R6} along edge 10 Found connection between {R1,R2} and {R5,R6} along edge 11 Found connection between {R1,R2} and {R4} along edge 3 Found connection between {R1,R2} and {R4} along edge 4 Found connection between {R1,R2} and {R4,R5} along edge 3 Found connection between {R1,R2} and {R4,R5} along edge 4 Found connection between {R1,R2} and {R4,R5} along edge 6 Found connection between {R1,R2} and {R4,R5} along edge 7 Found connection between {R1,R2} and {R4,R6} along edge 3 Found connection between {R1,R2} and {R4,R6} along edge 4 Found connection between {R1,R2} and {R4,R6} along edge 10 Found connection between {R1,R2} and {R4,R6} along edge 11 Found connection between {R1,R2} and {R4,R5,R6} along edge 3 Found connection between {R1,R2} and {R4,R5,R6} along edge 4 Found connection between {R1,R2} and {R4,R5,R6} along edge 6 Found connection between {R1,R2} and {R4,R5,R6} along edge 7 Found connection between {R1,R2} and {R4,R5,R6} along edge 10 Found connection between {R1,R2} and {R4,R5,R6} along edge 11 Found connection between {R1,R2} and {R3} along edge 1 Found connection between {R1,R2} and {R3} along edge 2 Found connection between {R1,R2} and {R3,R4} along edge 1 Found connection between {R1,R2} and {R3,R4} along edge 2 Found connection between {R1,R2} and {R3,R4} along edge 3 Found connection between {R1,R2} and {R3,R4} along edge 4 Found connection between {R1,R2} and {R3,R5} along edge 1 Found connection between {R1,R2} and {R3,R5} along edge 2 Found connection between {R1,R2} and {R3,R5} along edge 6 Found connection between {R1,R2} and {R3,R5} along edge 7 Found connection between {R1,R2} and {R3,R4,R5} along edge 1 Found connection between {R1,R2} and {R3,R4,R5} along edge 2 Found connection between {R1,R2} and {R3,R4,R5} along edge 3 Found connection between {R1,R2} and {R3,R4,R5} along edge 4 Found connection between {R1,R2} and {R3,R4,R5} along edge 6 Found connection between {R1,R2} and {R3,R4,R5} along edge 7 Found connection between {R1,R2} and {R3,R6} along edge 1 Found connection between {R1,R2} and {R3,R6} along edge 2 Found connection between {R1,R2} and {R3,R6} along edge 10 Found connection between {R1,R2} and {R3,R6} along edge 11 Found connection between {R1,R2} and {R3,R4,R6} along edge 1 Found connection between {R1,R2} and {R3,R4,R6} along edge 2 Found connection between {R1,R2} and {R3,R4,R6} along edge 3 Found connection between {R1,R2} and {R3,R4,R6} along edge 4 Found connection between {R1,R2} and {R3,R4,R6} along edge 10 Found connection between {R1,R2} and {R3,R4,R6} along edge 11 Found connection between {R1,R2} and {R3,R5,R6} along edge 1 Found connection between {R1,R2} and {R3,R5,R6} along edge 2 Found connection between {R1,R2} and {R3,R5,R6} along edge 6 Found connection between {R1,R2} and {R3,R5,R6} along edge 7 Found connection between {R1,R2} and {R3,R5,R6} along edge 10 Found connection between {R1,R2} and {R3,R5,R6} along edge 11 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 1 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 2 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 3 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 4 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 6 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 7 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 10 Found connection between {R1,R2} and {R3,R4,R5,R6} along edge 11 Found connection between {R1,R3} and {R6} along edge 10 Found connection between {R1,R3} and {R6} along edge 12 Found connection between {R1,R3} and {R5} along edge 6 Found connection between {R1,R3} and {R5} along edge 8 Found connection between {R1,R3} and {R5,R6} along edge 6 Found connection between {R1,R3} and {R5,R6} along edge 8 Found connection between {R1,R3} and {R5,R6} along edge 10 Found connection between {R1,R3} and {R5,R6} along edge 12 Found connection between {R1,R3} and {R4} along edge 3 Found connection between {R1,R3} and {R4} along edge 5 Found connection between {R1,R3} and {R4,R5} along edge 3 Found connection between {R1,R3} and {R4,R5} along edge 5 Found connection between {R1,R3} and {R4,R5} along edge 6 Found connection between {R1,R3} and {R4,R5} along edge 8 Found connection between {R1,R3} and {R4,R6} along edge 3 Found connection between {R1,R3} and {R4,R6} along edge 5 Found connection between {R1,R3} and {R4,R6} along edge 10 Found connection between {R1,R3} and {R4,R6} along edge 12 Found connection between {R1,R3} and {R4,R5,R6} along edge 3 Found connection between {R1,R3} and {R4,R5,R6} along edge 5 Found connection between {R1,R3} and {R4,R5,R6} along edge 6 Found connection between {R1,R3} and {R4,R5,R6} along edge 8 Found connection between {R1,R3} and {R4,R5,R6} along edge 10 Found connection between {R1,R3} and {R4,R5,R6} along edge 12 Found connection between {R1,R3} and {R2} along edge 0 Found connection between {R1,R3} and {R2} along edge 2 Found connection between {R1,R3} and {R2,R4} along edge 0 Found connection between {R1,R3} and {R2,R4} along edge 2 Found connection between {R1,R3} and {R2,R4} along edge 3 Found connection between {R1,R3} and {R2,R4} along edge 5 Found connection between {R1,R3} and {R2,R5} along edge 0 Found connection between {R1,R3} and {R2,R5} along edge 2 Found connection between {R1,R3} and {R2,R5} along edge 6 Found connection between {R1,R3} and {R2,R5} along edge 8 Found connection between {R1,R3} and {R2,R4,R5} along edge 0 Found connection between {R1,R3} and {R2,R4,R5} along edge 2 Found connection between {R1,R3} and {R2,R4,R5} along edge 3 Found connection between {R1,R3} and {R2,R4,R5} along edge 5 Found connection between {R1,R3} and {R2,R4,R5} along edge 6 Found connection between {R1,R3} and {R2,R4,R5} along edge 8 Found connection between {R1,R3} and {R2,R6} along edge 0 Found connection between {R1,R3} and {R2,R6} along edge 2 Found connection between {R1,R3} and {R2,R6} along edge 10 Found connection between {R1,R3} and {R2,R6} along edge 12 Found connection between {R1,R3} and {R2,R4,R6} along edge 0 Found connection between {R1,R3} and {R2,R4,R6} along edge 2 Found connection between {R1,R3} and {R2,R4,R6} along edge 3 Found connection between {R1,R3} and {R2,R4,R6} along edge 5 Found connection between {R1,R3} and {R2,R4,R6} along edge 10 Found connection between {R1,R3} and {R2,R4,R6} along edge 12 Found connection between {R1,R3} and {R2,R5,R6} along edge 0 Found connection between {R1,R3} and {R2,R5,R6} along edge 2 Found connection between {R1,R3} and {R2,R5,R6} along edge 6 Found connection between {R1,R3} and {R2,R5,R6} along edge 8 Found connection between {R1,R3} and {R2,R5,R6} along edge 10 Found connection between {R1,R3} and {R2,R5,R6} along edge 12 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 0 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 2 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 3 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 5 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 6 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 8 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 10 Found connection between {R1,R3} and {R2,R4,R5,R6} along edge 12 Found connection between {R1,R2,R3} and {R6} along edge 10 Found connection between {R1,R2,R3} and {R6} along edge 11 Found connection between {R1,R2,R3} and {R6} along edge 12 Found connection between {R1,R2,R3} and {R5} along edge 6 Found connection between {R1,R2,R3} and {R5} along edge 7 Found connection between {R1,R2,R3} and {R5} along edge 8 Found connection between {R1,R2,R3} and {R5,R6} along edge 6 Found connection between {R1,R2,R3} and {R5,R6} along edge 7 Found connection between {R1,R2,R3} and {R5,R6} along edge 8 Found connection between {R1,R2,R3} and {R5,R6} along edge 10 Found connection between {R1,R2,R3} and {R5,R6} along edge 11 Found connection between {R1,R2,R3} and {R5,R6} along edge 12 Found connection between {R1,R2,R3} and {R4} along edge 3 Found connection between {R1,R2,R3} and {R4} along edge 4 Found connection between {R1,R2,R3} and {R4} along edge 5 Found connection between {R1,R2,R3} and {R4,R5} along edge 3 Found connection between {R1,R2,R3} and {R4,R5} along edge 4 Found connection between {R1,R2,R3} and {R4,R5} along edge 5 Found connection between {R1,R2,R3} and {R4,R5} along edge 6 Found connection between {R1,R2,R3} and {R4,R5} along edge 7 Found connection between {R1,R2,R3} and {R4,R5} along edge 8 Found connection between {R1,R2,R3} and {R4,R6} along edge 3 Found connection between {R1,R2,R3} and {R4,R6} along edge 4 Found connection between {R1,R2,R3} and {R4,R6} along edge 5 Found connection between {R1,R2,R3} and {R4,R6} along edge 10 Found connection between {R1,R2,R3} and {R4,R6} along edge 11 Found connection between {R1,R2,R3} and {R4,R6} along edge 12 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 3 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 4 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 5 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 6 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 7 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 8 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 10 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 11 Found connection between {R1,R2,R3} and {R4,R5,R6} along edge 12 Found connection between {R1,R4} and {R6} along edge 10 Found connection between {R1,R4} and {R6} along edge 13 Found connection between {R1,R4} and {R5} along edge 6 Found connection between {R1,R4} and {R5} along edge 9 Found connection between {R1,R4} and {R5,R6} along edge 6 Found connection between {R1,R4} and {R5,R6} along edge 9 Found connection between {R1,R4} and {R5,R6} along edge 10 Found connection between {R1,R4} and {R5,R6} along edge 13 Found connection between {R1,R4} and {R3} along edge 1 Found connection between {R1,R4} and {R3} along edge 5 Found connection between {R1,R4} and {R3,R5} along edge 1 Found connection between {R1,R4} and {R3,R5} along edge 5 Found connection between {R1,R4} and {R3,R5} along edge 6 Found connection between {R1,R4} and {R3,R5} along edge 9 Found connection between {R1,R4} and {R3,R6} along edge 1 Found connection between {R1,R4} and {R3,R6} along edge 5 Found connection between {R1,R4} and {R3,R6} along edge 10 Found connection between {R1,R4} and {R3,R6} along edge 13 Found connection between {R1,R4} and {R3,R5,R6} along edge 1 Found connection between {R1,R4} and {R3,R5,R6} along edge 5 Found connection between {R1,R4} and {R3,R5,R6} along edge 6 Found connection between {R1,R4} and {R3,R5,R6} along edge 9 Found connection between {R1,R4} and {R3,R5,R6} along edge 10 Found connection between {R1,R4} and {R3,R5,R6} along edge 13 Found connection between {R1,R4} and {R2} along edge 0 Found connection between {R1,R4} and {R2} along edge 4 Found connection between {R1,R4} and {R2,R3} along edge 0 Found connection between {R1,R4} and {R2,R3} along edge 4 Found connection between {R1,R4} and {R2,R3} along edge 1 Found connection between {R1,R4} and {R2,R3} along edge 5 Found connection between {R1,R4} and {R2,R5} along edge 0 Found connection between {R1,R4} and {R2,R5} along edge 4 Found connection between {R1,R4} and {R2,R5} along edge 6 Found connection between {R1,R4} and {R2,R5} along edge 9 Found connection between {R1,R4} and {R2,R3,R5} along edge 0 Found connection between {R1,R4} and {R2,R3,R5} along edge 4 Found connection between {R1,R4} and {R2,R3,R5} along edge 1 Found connection between {R1,R4} and {R2,R3,R5} along edge 5 Found connection between {R1,R4} and {R2,R3,R5} along edge 6 Found connection between {R1,R4} and {R2,R3,R5} along edge 9 Found connection between {R1,R4} and {R2,R6} along edge 0 Found connection between {R1,R4} and {R2,R6} along edge 4 Found connection between {R1,R4} and {R2,R6} along edge 10 Found connection between {R1,R4} and {R2,R6} along edge 13 Found connection between {R1,R4} and {R2,R3,R6} along edge 0 Found connection between {R1,R4} and {R2,R3,R6} along edge 4 Found connection between {R1,R4} and {R2,R3,R6} along edge 1 Found connection between {R1,R4} and {R2,R3,R6} along edge 5 Found connection between {R1,R4} and {R2,R3,R6} along edge 10 Found connection between {R1,R4} and {R2,R3,R6} along edge 13 Found connection between {R1,R4} and {R2,R5,R6} along edge 0 Found connection between {R1,R4} and {R2,R5,R6} along edge 4 Found connection between {R1,R4} and {R2,R5,R6} along edge 6 Found connection between {R1,R4} and {R2,R5,R6} along edge 9 Found connection between {R1,R4} and {R2,R5,R6} along edge 10 Found connection between {R1,R4} and {R2,R5,R6} along edge 13 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 0 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 4 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 1 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 5 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 6 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 9 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 10 Found connection between {R1,R4} and {R2,R3,R5,R6} along edge 13 Found connection between {R1,R2,R4} and {R6} along edge 10 Found connection between {R1,R2,R4} and {R6} along edge 11 Found connection between {R1,R2,R4} and {R6} along edge 13 Found connection between {R1,R2,R4} and {R5} along edge 6 Found connection between {R1,R2,R4} and {R5} along edge 7 Found connection between {R1,R2,R4} and {R5} along edge 9 Found connection between {R1,R2,R4} and {R5,R6} along edge 6 Found connection between {R1,R2,R4} and {R5,R6} along edge 7 Found connection between {R1,R2,R4} and {R5,R6} along edge 9 Found connection between {R1,R2,R4} and {R5,R6} along edge 10 Found connection between {R1,R2,R4} and {R5,R6} along edge 11 Found connection between {R1,R2,R4} and {R5,R6} along edge 13 Found connection between {R1,R2,R4} and {R3} along edge 1 Found connection between {R1,R2,R4} and {R3} along edge 2 Found connection between {R1,R2,R4} and {R3} along edge 5 Found connection between {R1,R2,R4} and {R3,R5} along edge 1 Found connection between {R1,R2,R4} and {R3,R5} along edge 2 Found connection between {R1,R2,R4} and {R3,R5} along edge 5 Found connection between {R1,R2,R4} and {R3,R5} along edge 6 Found connection between {R1,R2,R4} and {R3,R5} along edge 7 Found connection between {R1,R2,R4} and {R3,R5} along edge 9 Found connection between {R1,R2,R4} and {R3,R6} along edge 1 Found connection between {R1,R2,R4} and {R3,R6} along edge 2 Found connection between {R1,R2,R4} and {R3,R6} along edge 5 Found connection between {R1,R2,R4} and {R3,R6} along edge 10 Found connection between {R1,R2,R4} and {R3,R6} along edge 11 Found connection between {R1,R2,R4} and {R3,R6} along edge 13 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 1 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 2 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 5 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 6 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 7 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 9 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 10 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 11 Found connection between {R1,R2,R4} and {R3,R5,R6} along edge 13 Found connection between {R1,R3,R4} and {R6} along edge 10 Found connection between {R1,R3,R4} and {R6} along edge 12 Found connection between {R1,R3,R4} and {R6} along edge 13 Found connection between {R1,R3,R4} and {R5} along edge 6 Found connection between {R1,R3,R4} and {R5} along edge 8 Found connection between {R1,R3,R4} and {R5} along edge 9 Found connection between {R1,R3,R4} and {R5,R6} along edge 6 Found connection between {R1,R3,R4} and {R5,R6} along edge 8 Found connection between {R1,R3,R4} and {R5,R6} along edge 9 Found connection between {R1,R3,R4} and {R5,R6} along edge 10 Found connection between {R1,R3,R4} and {R5,R6} along edge 12 Found connection between {R1,R3,R4} and {R5,R6} along edge 13 Found connection between {R1,R3,R4} and {R2} along edge 0 Found connection between {R1,R3,R4} and {R2} along edge 2 Found connection between {R1,R3,R4} and {R2} along edge 4 Found connection between {R1,R3,R4} and {R2,R5} along edge 0 Found connection between {R1,R3,R4} and {R2,R5} along edge 2 Found connection between {R1,R3,R4} and {R2,R5} along edge 4 Found connection between {R1,R3,R4} and {R2,R5} along edge 6 Found connection between {R1,R3,R4} and {R2,R5} along edge 8 Found connection between {R1,R3,R4} and {R2,R5} along edge 9 Found connection between {R1,R3,R4} and {R2,R6} along edge 0 Found connection between {R1,R3,R4} and {R2,R6} along edge 2 Found connection between {R1,R3,R4} and {R2,R6} along edge 4 Found connection between {R1,R3,R4} and {R2,R6} along edge 10 Found connection between {R1,R3,R4} and {R2,R6} along edge 12 Found connection between {R1,R3,R4} and {R2,R6} along edge 13 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 0 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 2 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 4 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 6 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 8 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 9 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 10 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 12 Found connection between {R1,R3,R4} and {R2,R5,R6} along edge 13 Found connection between {R1,R2,R3,R4} and {R6} along edge 10 Found connection between {R1,R2,R3,R4} and {R6} along edge 11 Found connection between {R1,R2,R3,R4} and {R6} along edge 12 Found connection between {R1,R2,R3,R4} and {R6} along edge 13 Found connection between {R1,R2,R3,R4} and {R5} along edge 6 Found connection between {R1,R2,R3,R4} and {R5} along edge 7 Found connection between {R1,R2,R3,R4} and {R5} along edge 8 Found connection between {R1,R2,R3,R4} and {R5} along edge 9 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 6 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 7 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 8 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 9 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 10 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 11 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 12 Found connection between {R1,R2,R3,R4} and {R5,R6} along edge 13 Found connection between {R1,R5} and {R6} along edge 10 Found connection between {R1,R5} and {R6} along edge 14 Found connection between {R1,R5} and {R4} along edge 3 Found connection between {R1,R5} and {R4} along edge 9 Found connection between {R1,R5} and {R4,R6} along edge 3 Found connection between {R1,R5} and {R4,R6} along edge 9 Found connection between {R1,R5} and {R4,R6} along edge 10 Found connection between {R1,R5} and {R4,R6} along edge 14 Found connection between {R1,R5} and {R3} along edge 1 Found connection between {R1,R5} and {R3} along edge 8 Found connection between {R1,R5} and {R3,R4} along edge 1 Found connection between {R1,R5} and {R3,R4} along edge 8 Found connection between {R1,R5} and {R3,R4} along edge 3 Found connection between {R1,R5} and {R3,R4} along edge 9 Found connection between {R1,R5} and {R3,R6} along edge 1 Found connection between {R1,R5} and {R3,R6} along edge 8 Found connection between {R1,R5} and {R3,R6} along edge 10 Found connection between {R1,R5} and {R3,R6} along edge 14 Found connection between {R1,R5} and {R3,R4,R6} along edge 1 Found connection between {R1,R5} and {R3,R4,R6} along edge 8 Found connection between {R1,R5} and {R3,R4,R6} along edge 3 Found connection between {R1,R5} and {R3,R4,R6} along edge 9 Found connection between {R1,R5} and {R3,R4,R6} along edge 10 Found connection between {R1,R5} and {R3,R4,R6} along edge 14 Found connection between {R1,R5} and {R2} along edge 0 Found connection between {R1,R5} and {R2} along edge 7 Found connection between {R1,R5} and {R2,R3} along edge 0 Found connection between {R1,R5} and {R2,R3} along edge 7 Found connection between {R1,R5} and {R2,R3} along edge 1 Found connection between {R1,R5} and {R2,R3} along edge 8 Found connection between {R1,R5} and {R2,R4} along edge 0 Found connection between {R1,R5} and {R2,R4} along edge 7 Found connection between {R1,R5} and {R2,R4} along edge 3 Found connection between {R1,R5} and {R2,R4} along edge 9 Found connection between {R1,R5} and {R2,R3,R4} along edge 0 Found connection between {R1,R5} and {R2,R3,R4} along edge 7 Found connection between {R1,R5} and {R2,R3,R4} along edge 1 Found connection between {R1,R5} and {R2,R3,R4} along edge 8 Found connection between {R1,R5} and {R2,R3,R4} along edge 3 Found connection between {R1,R5} and {R2,R3,R4} along edge 9 Found connection between {R1,R5} and {R2,R6} along edge 0 Found connection between {R1,R5} and {R2,R6} along edge 7 Found connection between {R1,R5} and {R2,R6} along edge 10 Found connection between {R1,R5} and {R2,R6} along edge 14 Found connection between {R1,R5} and {R2,R3,R6} along edge 0 Found connection between {R1,R5} and {R2,R3,R6} along edge 7 Found connection between {R1,R5} and {R2,R3,R6} along edge 1 Found connection between {R1,R5} and {R2,R3,R6} along edge 8 Found connection between {R1,R5} and {R2,R3,R6} along edge 10 Found connection between {R1,R5} and {R2,R3,R6} along edge 14 Found connection between {R1,R5} and {R2,R4,R6} along edge 0 Found connection between {R1,R5} and {R2,R4,R6} along edge 7 Found connection between {R1,R5} and {R2,R4,R6} along edge 3 Found connection between {R1,R5} and {R2,R4,R6} along edge 9 Found connection between {R1,R5} and {R2,R4,R6} along edge 10 Found connection between {R1,R5} and {R2,R4,R6} along edge 14 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 0 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 7 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 1 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 8 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 3 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 9 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 10 Found connection between {R1,R5} and {R2,R3,R4,R6} along edge 14 Found connection between {R1,R2,R5} and {R6} along edge 10 Found connection between {R1,R2,R5} and {R6} along edge 11 Found connection between {R1,R2,R5} and {R6} along edge 14 Found connection between {R1,R2,R5} and {R4} along edge 3 Found connection between {R1,R2,R5} and {R4} along edge 4 Found connection between {R1,R2,R5} and {R4} along edge 9 Found connection between {R1,R2,R5} and {R4,R6} along edge 3 Found connection between {R1,R2,R5} and {R4,R6} along edge 4 Found connection between {R1,R2,R5} and {R4,R6} along edge 9 Found connection between {R1,R2,R5} and {R4,R6} along edge 10 Found connection between {R1,R2,R5} and {R4,R6} along edge 11 Found connection between {R1,R2,R5} and {R4,R6} along edge 14 Found connection between {R1,R2,R5} and {R3} along edge 1 Found connection between {R1,R2,R5} and {R3} along edge 2 Found connection between {R1,R2,R5} and {R3} along edge 8 Found connection between {R1,R2,R5} and {R3,R4} along edge 1 Found connection between {R1,R2,R5} and {R3,R4} along edge 2 Found connection between {R1,R2,R5} and {R3,R4} along edge 8 Found connection between {R1,R2,R5} and {R3,R4} along edge 3 Found connection between {R1,R2,R5} and {R3,R4} along edge 4 Found connection between {R1,R2,R5} and {R3,R4} along edge 9 Found connection between {R1,R2,R5} and {R3,R6} along edge 1 Found connection between {R1,R2,R5} and {R3,R6} along edge 2 Found connection between {R1,R2,R5} and {R3,R6} along edge 8 Found connection between {R1,R2,R5} and {R3,R6} along edge 10 Found connection between {R1,R2,R5} and {R3,R6} along edge 11 Found connection between {R1,R2,R5} and {R3,R6} along edge 14 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 1 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 2 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 8 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 3 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 4 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 9 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 10 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 11 Found connection between {R1,R2,R5} and {R3,R4,R6} along edge 14 Found connection between {R1,R3,R5} and {R6} along edge 10 Found connection between {R1,R3,R5} and {R6} along edge 12 Found connection between {R1,R3,R5} and {R6} along edge 14 Found connection between {R1,R3,R5} and {R4} along edge 3 Found connection between {R1,R3,R5} and {R4} along edge 5 Found connection between {R1,R3,R5} and {R4} along edge 9 Found connection between {R1,R3,R5} and {R4,R6} along edge 3 Found connection between {R1,R3,R5} and {R4,R6} along edge 5 Found connection between {R1,R3,R5} and {R4,R6} along edge 9 Found connection between {R1,R3,R5} and {R4,R6} along edge 10 Found connection between {R1,R3,R5} and {R4,R6} along edge 12 Found connection between {R1,R3,R5} and {R4,R6} along edge 14 Found connection between {R1,R3,R5} and {R2} along edge 0 Found connection between {R1,R3,R5} and {R2} along edge 2 Found connection between {R1,R3,R5} and {R2} along edge 7 Found connection between {R1,R3,R5} and {R2,R4} along edge 0 Found connection between {R1,R3,R5} and {R2,R4} along edge 2 Found connection between {R1,R3,R5} and {R2,R4} along edge 7 Found connection between {R1,R3,R5} and {R2,R4} along edge 3 Found connection between {R1,R3,R5} and {R2,R4} along edge 5 Found connection between {R1,R3,R5} and {R2,R4} along edge 9 Found connection between {R1,R3,R5} and {R2,R6} along edge 0 Found connection between {R1,R3,R5} and {R2,R6} along edge 2 Found connection between {R1,R3,R5} and {R2,R6} along edge 7 Found connection between {R1,R3,R5} and {R2,R6} along edge 10 Found connection between {R1,R3,R5} and {R2,R6} along edge 12 Found connection between {R1,R3,R5} and {R2,R6} along edge 14 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 0 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 2 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 7 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 3 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 5 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 9 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 10 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 12 Found connection between {R1,R3,R5} and {R2,R4,R6} along edge 14 Found connection between {R1,R2,R3,R5} and {R6} along edge 10 Found connection between {R1,R2,R3,R5} and {R6} along edge 11 Found connection between {R1,R2,R3,R5} and {R6} along edge 12 Found connection between {R1,R2,R3,R5} and {R6} along edge 14 Found connection between {R1,R2,R3,R5} and {R4} along edge 3 Found connection between {R1,R2,R3,R5} and {R4} along edge 4 Found connection between {R1,R2,R3,R5} and {R4} along edge 5 Found connection between {R1,R2,R3,R5} and {R4} along edge 9 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 3 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 4 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 5 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 9 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 10 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 11 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 12 Found connection between {R1,R2,R3,R5} and {R4,R6} along edge 14 Found connection between {R1,R4,R5} and {R6} along edge 10 Found connection between {R1,R4,R5} and {R6} along edge 13 Found connection between {R1,R4,R5} and {R6} along edge 14 Found connection between {R1,R4,R5} and {R3} along edge 1 Found connection between {R1,R4,R5} and {R3} along edge 5 Found connection between {R1,R4,R5} and {R3} along edge 8 Found connection between {R1,R4,R5} and {R3,R6} along edge 1 Found connection between {R1,R4,R5} and {R3,R6} along edge 5 Found connection between {R1,R4,R5} and {R3,R6} along edge 8 Found connection between {R1,R4,R5} and {R3,R6} along edge 10 Found connection between {R1,R4,R5} and {R3,R6} along edge 13 Found connection between {R1,R4,R5} and {R3,R6} along edge 14 Found connection between {R1,R4,R5} and {R2} along edge 0 Found connection between {R1,R4,R5} and {R2} along edge 4 Found connection between {R1,R4,R5} and {R2} along edge 7 Found connection between {R1,R4,R5} and {R2,R3} along edge 0 Found connection between {R1,R4,R5} and {R2,R3} along edge 4 Found connection between {R1,R4,R5} and {R2,R3} along edge 7 Found connection between {R1,R4,R5} and {R2,R3} along edge 1 Found connection between {R1,R4,R5} and {R2,R3} along edge 5 Found connection between {R1,R4,R5} and {R2,R3} along edge 8 Found connection between {R1,R4,R5} and {R2,R6} along edge 0 Found connection between {R1,R4,R5} and {R2,R6} along edge 4 Found connection between {R1,R4,R5} and {R2,R6} along edge 7 Found connection between {R1,R4,R5} and {R2,R6} along edge 10 Found connection between {R1,R4,R5} and {R2,R6} along edge 13 Found connection between {R1,R4,R5} and {R2,R6} along edge 14 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 0 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 4 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 7 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 1 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 5 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 8 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 10 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 13 Found connection between {R1,R4,R5} and {R2,R3,R6} along edge 14 Found connection between {R1,R2,R4,R5} and {R6} along edge 10 Found connection between {R1,R2,R4,R5} and {R6} along edge 11 Found connection between {R1,R2,R4,R5} and {R6} along edge 13 Found connection between {R1,R2,R4,R5} and {R6} along edge 14 Found connection between {R1,R2,R4,R5} and {R3} along edge 1 Found connection between {R1,R2,R4,R5} and {R3} along edge 2 Found connection between {R1,R2,R4,R5} and {R3} along edge 5 Found connection between {R1,R2,R4,R5} and {R3} along edge 8 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 1 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 2 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 5 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 8 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 10 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 11 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 13 Found connection between {R1,R2,R4,R5} and {R3,R6} along edge 14 Found connection between {R1,R3,R4,R5} and {R6} along edge 10 Found connection between {R1,R3,R4,R5} and {R6} along edge 12 Found connection between {R1,R3,R4,R5} and {R6} along edge 13 Found connection between {R1,R3,R4,R5} and {R6} along edge 14 Found connection between {R1,R3,R4,R5} and {R2} along edge 0 Found connection between {R1,R3,R4,R5} and {R2} along edge 2 Found connection between {R1,R3,R4,R5} and {R2} along edge 4 Found connection between {R1,R3,R4,R5} and {R2} along edge 7 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 0 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 2 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 4 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 7 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 10 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 12 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 13 Found connection between {R1,R3,R4,R5} and {R2,R6} along edge 14 Found connection between {R1,R2,R3,R4,R5} and {R6} along edge 10 Found connection between {R1,R2,R3,R4,R5} and {R6} along edge 11 Found connection between {R1,R2,R3,R4,R5} and {R6} along edge 12 Found connection between {R1,R2,R3,R4,R5} and {R6} along edge 13 Found connection between {R1,R2,R3,R4,R5} and {R6} along edge 14 Found connection between {R1,R6} and {R5} along edge 6 Found connection between {R1,R6} and {R5} along edge 14 Found connection between {R1,R6} and {R4} along edge 3 Found connection between {R1,R6} and {R4} along edge 13 Found connection between {R1,R6} and {R4,R5} along edge 3 Found connection between {R1,R6} and {R4,R5} along edge 13 Found connection between {R1,R6} and {R4,R5} along edge 6 Found connection between {R1,R6} and {R4,R5} along edge 14 Found connection between {R1,R6} and {R3} along edge 1 Found connection between {R1,R6} and {R3} along edge 12 Found connection between {R1,R6} and {R3,R4} along edge 1 Found connection between {R1,R6} and {R3,R4} along edge 12 Found connection between {R1,R6} and {R3,R4} along edge 3 Found connection between {R1,R6} and {R3,R4} along edge 13 Found connection between {R1,R6} and {R3,R5} along edge 1 Found connection between {R1,R6} and {R3,R5} along edge 12 Found connection between {R1,R6} and {R3,R5} along edge 6 Found connection between {R1,R6} and {R3,R5} along edge 14 Found connection between {R1,R6} and {R3,R4,R5} along edge 1 Found connection between {R1,R6} and {R3,R4,R5} along edge 12 Found connection between {R1,R6} and {R3,R4,R5} along edge 3 Found connection between {R1,R6} and {R3,R4,R5} along edge 13 Found connection between {R1,R6} and {R3,R4,R5} along edge 6 Found connection between {R1,R6} and {R3,R4,R5} along edge 14 Found connection between {R1,R6} and {R2} along edge 0 Found connection between {R1,R6} and {R2} along edge 11 Found connection between {R1,R6} and {R2,R3} along edge 0 Found connection between {R1,R6} and {R2,R3} along edge 11 Found connection between {R1,R6} and {R2,R3} along edge 1 Found connection between {R1,R6} and {R2,R3} along edge 12 Found connection between {R1,R6} and {R2,R4} along edge 0 Found connection between {R1,R6} and {R2,R4} along edge 11 Found connection between {R1,R6} and {R2,R4} along edge 3 Found connection between {R1,R6} and {R2,R4} along edge 13 Found connection between {R1,R6} and {R2,R3,R4} along edge 0 Found connection between {R1,R6} and {R2,R3,R4} along edge 11 Found connection between {R1,R6} and {R2,R3,R4} along edge 1 Found connection between {R1,R6} and {R2,R3,R4} along edge 12 Found connection between {R1,R6} and {R2,R3,R4} along edge 3 Found connection between {R1,R6} and {R2,R3,R4} along edge 13 Found connection between {R1,R6} and {R2,R5} along edge 0 Found connection between {R1,R6} and {R2,R5} along edge 11 Found connection between {R1,R6} and {R2,R5} along edge 6 Found connection between {R1,R6} and {R2,R5} along edge 14 Found connection between {R1,R6} and {R2,R3,R5} along edge 0 Found connection between {R1,R6} and {R2,R3,R5} along edge 11 Found connection between {R1,R6} and {R2,R3,R5} along edge 1 Found connection between {R1,R6} and {R2,R3,R5} along edge 12 Found connection between {R1,R6} and {R2,R3,R5} along edge 6 Found connection between {R1,R6} and {R2,R3,R5} along edge 14 Found connection between {R1,R6} and {R2,R4,R5} along edge 0 Found connection between {R1,R6} and {R2,R4,R5} along edge 11 Found connection between {R1,R6} and {R2,R4,R5} along edge 3 Found connection between {R1,R6} and {R2,R4,R5} along edge 13 Found connection between {R1,R6} and {R2,R4,R5} along edge 6 Found connection between {R1,R6} and {R2,R4,R5} along edge 14 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 0 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 11 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 1 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 12 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 3 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 13 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 6 Found connection between {R1,R6} and {R2,R3,R4,R5} along edge 14 Found connection between {R1,R2,R6} and {R5} along edge 6 Found connection between {R1,R2,R6} and {R5} along edge 7 Found connection between {R1,R2,R6} and {R5} along edge 14 Found connection between {R1,R2,R6} and {R4} along edge 3 Found connection between {R1,R2,R6} and {R4} along edge 4 Found connection between {R1,R2,R6} and {R4} along edge 13 Found connection between {R1,R2,R6} and {R4,R5} along edge 3 Found connection between {R1,R2,R6} and {R4,R5} along edge 4 Found connection between {R1,R2,R6} and {R4,R5} along edge 13 Found connection between {R1,R2,R6} and {R4,R5} along edge 6 Found connection between {R1,R2,R6} and {R4,R5} along edge 7 Found connection between {R1,R2,R6} and {R4,R5} along edge 14 Found connection between {R1,R2,R6} and {R3} along edge 1 Found connection between {R1,R2,R6} and {R3} along edge 2 Found connection between {R1,R2,R6} and {R3} along edge 12 Found connection between {R1,R2,R6} and {R3,R4} along edge 1 Found connection between {R1,R2,R6} and {R3,R4} along edge 2 Found connection between {R1,R2,R6} and {R3,R4} along edge 12 Found connection between {R1,R2,R6} and {R3,R4} along edge 3 Found connection between {R1,R2,R6} and {R3,R4} along edge 4 Found connection between {R1,R2,R6} and {R3,R4} along edge 13 Found connection between {R1,R2,R6} and {R3,R5} along edge 1 Found connection between {R1,R2,R6} and {R3,R5} along edge 2 Found connection between {R1,R2,R6} and {R3,R5} along edge 12 Found connection between {R1,R2,R6} and {R3,R5} along edge 6 Found connection between {R1,R2,R6} and {R3,R5} along edge 7 Found connection between {R1,R2,R6} and {R3,R5} along edge 14 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 1 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 2 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 12 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 3 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 4 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 13 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 6 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 7 Found connection between {R1,R2,R6} and {R3,R4,R5} along edge 14 Found connection between {R1,R3,R6} and {R5} along edge 6 Found connection between {R1,R3,R6} and {R5} along edge 8 Found connection between {R1,R3,R6} and {R5} along edge 14 Found connection between {R1,R3,R6} and {R4} along edge 3 Found connection between {R1,R3,R6} and {R4} along edge 5 Found connection between {R1,R3,R6} and {R4} along edge 13 Found connection between {R1,R3,R6} and {R4,R5} along edge 3 Found connection between {R1,R3,R6} and {R4,R5} along edge 5 Found connection between {R1,R3,R6} and {R4,R5} along edge 13 Found connection between {R1,R3,R6} and {R4,R5} along edge 6 Found connection between {R1,R3,R6} and {R4,R5} along edge 8 Found connection between {R1,R3,R6} and {R4,R5} along edge 14 Found connection between {R1,R3,R6} and {R2} along edge 0 Found connection between {R1,R3,R6} and {R2} along edge 2 Found connection between {R1,R3,R6} and {R2} along edge 11 Found connection between {R1,R3,R6} and {R2,R4} along edge 0 Found connection between {R1,R3,R6} and {R2,R4} along edge 2 Found connection between {R1,R3,R6} and {R2,R4} along edge 11 Found connection between {R1,R3,R6} and {R2,R4} along edge 3 Found connection between {R1,R3,R6} and {R2,R4} along edge 5 Found connection between {R1,R3,R6} and {R2,R4} along edge 13 Found connection between {R1,R3,R6} and {R2,R5} along edge 0 Found connection between {R1,R3,R6} and {R2,R5} along edge 2 Found connection between {R1,R3,R6} and {R2,R5} along edge 11 Found connection between {R1,R3,R6} and {R2,R5} along edge 6 Found connection between {R1,R3,R6} and {R2,R5} along edge 8 Found connection between {R1,R3,R6} and {R2,R5} along edge 14 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 0 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 2 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 11 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 3 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 5 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 13 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 6 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 8 Found connection between {R1,R3,R6} and {R2,R4,R5} along edge 14 Found connection between {R1,R2,R3,R6} and {R5} along edge 6 Found connection between {R1,R2,R3,R6} and {R5} along edge 7 Found connection between {R1,R2,R3,R6} and {R5} along edge 8 Found connection between {R1,R2,R3,R6} and {R5} along edge 14 Found connection between {R1,R2,R3,R6} and {R4} along edge 3 Found connection between {R1,R2,R3,R6} and {R4} along edge 4 Found connection between {R1,R2,R3,R6} and {R4} along edge 5 Found connection between {R1,R2,R3,R6} and {R4} along edge 13 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 3 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 4 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 5 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 13 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 6 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 7 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 8 Found connection between {R1,R2,R3,R6} and {R4,R5} along edge 14 Found connection between {R1,R4,R6} and {R5} along edge 6 Found connection between {R1,R4,R6} and {R5} along edge 9 Found connection between {R1,R4,R6} and {R5} along edge 14 Found connection between {R1,R4,R6} and {R3} along edge 1 Found connection between {R1,R4,R6} and {R3} along edge 5 Found connection between {R1,R4,R6} and {R3} along edge 12 Found connection between {R1,R4,R6} and {R3,R5} along edge 1 Found connection between {R1,R4,R6} and {R3,R5} along edge 5 Found connection between {R1,R4,R6} and {R3,R5} along edge 12 Found connection between {R1,R4,R6} and {R3,R5} along edge 6 Found connection between {R1,R4,R6} and {R3,R5} along edge 9 Found connection between {R1,R4,R6} and {R3,R5} along edge 14 Found connection between {R1,R4,R6} and {R2} along edge 0 Found connection between {R1,R4,R6} and {R2} along edge 4 Found connection between {R1,R4,R6} and {R2} along edge 11 Found connection between {R1,R4,R6} and {R2,R3} along edge 0 Found connection between {R1,R4,R6} and {R2,R3} along edge 4 Found connection between {R1,R4,R6} and {R2,R3} along edge 11 Found connection between {R1,R4,R6} and {R2,R3} along edge 1 Found connection between {R1,R4,R6} and {R2,R3} along edge 5 Found connection between {R1,R4,R6} and {R2,R3} along edge 12 Found connection between {R1,R4,R6} and {R2,R5} along edge 0 Found connection between {R1,R4,R6} and {R2,R5} along edge 4 Found connection between {R1,R4,R6} and {R2,R5} along edge 11 Found connection between {R1,R4,R6} and {R2,R5} along edge 6 Found connection between {R1,R4,R6} and {R2,R5} along edge 9 Found connection between {R1,R4,R6} and {R2,R5} along edge 14 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 0 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 4 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 11 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 1 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 5 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 12 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 6 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 9 Found connection between {R1,R4,R6} and {R2,R3,R5} along edge 14 Found connection between {R1,R2,R4,R6} and {R5} along edge 6 Found connection between {R1,R2,R4,R6} and {R5} along edge 7 Found connection between {R1,R2,R4,R6} and {R5} along edge 9 Found connection between {R1,R2,R4,R6} and {R5} along edge 14 Found connection between {R1,R2,R4,R6} and {R3} along edge 1 Found connection between {R1,R2,R4,R6} and {R3} along edge 2 Found connection between {R1,R2,R4,R6} and {R3} along edge 5 Found connection between {R1,R2,R4,R6} and {R3} along edge 12 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 1 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 2 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 5 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 12 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 6 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 7 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 9 Found connection between {R1,R2,R4,R6} and {R3,R5} along edge 14 Found connection between {R1,R3,R4,R6} and {R5} along edge 6 Found connection between {R1,R3,R4,R6} and {R5} along edge 8 Found connection between {R1,R3,R4,R6} and {R5} along edge 9 Found connection between {R1,R3,R4,R6} and {R5} along edge 14 Found connection between {R1,R3,R4,R6} and {R2} along edge 0 Found connection between {R1,R3,R4,R6} and {R2} along edge 2 Found connection between {R1,R3,R4,R6} and {R2} along edge 4 Found connection between {R1,R3,R4,R6} and {R2} along edge 11 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 0 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 2 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 4 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 11 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 6 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 8 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 9 Found connection between {R1,R3,R4,R6} and {R2,R5} along edge 14 Found connection between {R1,R2,R3,R4,R6} and {R5} along edge 6 Found connection between {R1,R2,R3,R4,R6} and {R5} along edge 7 Found connection between {R1,R2,R3,R4,R6} and {R5} along edge 8 Found connection between {R1,R2,R3,R4,R6} and {R5} along edge 9 Found connection between {R1,R2,R3,R4,R6} and {R5} along edge 14 Found connection between {R1,R5,R6} and {R4} along edge 3 Found connection between {R1,R5,R6} and {R4} along edge 9 Found connection between {R1,R5,R6} and {R4} along edge 13 Found connection between {R1,R5,R6} and {R3} along edge 1 Found connection between {R1,R5,R6} and {R3} along edge 8 Found connection between {R1,R5,R6} and {R3} along edge 12 Found connection between {R1,R5,R6} and {R3,R4} along edge 1 Found connection between {R1,R5,R6} and {R3,R4} along edge 8 Found connection between {R1,R5,R6} and {R3,R4} along edge 12 Found connection between {R1,R5,R6} and {R3,R4} along edge 3 Found connection between {R1,R5,R6} and {R3,R4} along edge 9 Found connection between {R1,R5,R6} and {R3,R4} along edge 13 Found connection between {R1,R5,R6} and {R2} along edge 0 Found connection between {R1,R5,R6} and {R2} along edge 7 Found connection between {R1,R5,R6} and {R2} along edge 11 Found connection between {R1,R5,R6} and {R2,R3} along edge 0 Found connection between {R1,R5,R6} and {R2,R3} along edge 7 Found connection between {R1,R5,R6} and {R2,R3} along edge 11 Found connection between {R1,R5,R6} and {R2,R3} along edge 1 Found connection between {R1,R5,R6} and {R2,R3} along edge 8 Found connection between {R1,R5,R6} and {R2,R3} along edge 12 Found connection between {R1,R5,R6} and {R2,R4} along edge 0 Found connection between {R1,R5,R6} and {R2,R4} along edge 7 Found connection between {R1,R5,R6} and {R2,R4} along edge 11 Found connection between {R1,R5,R6} and {R2,R4} along edge 3 Found connection between {R1,R5,R6} and {R2,R4} along edge 9 Found connection between {R1,R5,R6} and {R2,R4} along edge 13 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 0 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 7 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 11 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 1 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 8 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 12 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 3 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 9 Found connection between {R1,R5,R6} and {R2,R3,R4} along edge 13 Found connection between {R1,R2,R5,R6} and {R4} along edge 3 Found connection between {R1,R2,R5,R6} and {R4} along edge 4 Found connection between {R1,R2,R5,R6} and {R4} along edge 9 Found connection between {R1,R2,R5,R6} and {R4} along edge 13 Found connection between {R1,R2,R5,R6} and {R3} along edge 1 Found connection between {R1,R2,R5,R6} and {R3} along edge 2 Found connection between {R1,R2,R5,R6} and {R3} along edge 8 Found connection between {R1,R2,R5,R6} and {R3} along edge 12 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 1 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 2 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 8 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 12 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 3 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 4 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 9 Found connection between {R1,R2,R5,R6} and {R3,R4} along edge 13 Found connection between {R1,R3,R5,R6} and {R4} along edge 3 Found connection between {R1,R3,R5,R6} and {R4} along edge 5 Found connection between {R1,R3,R5,R6} and {R4} along edge 9 Found connection between {R1,R3,R5,R6} and {R4} along edge 13 Found connection between {R1,R3,R5,R6} and {R2} along edge 0 Found connection between {R1,R3,R5,R6} and {R2} along edge 2 Found connection between {R1,R3,R5,R6} and {R2} along edge 7 Found connection between {R1,R3,R5,R6} and {R2} along edge 11 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 0 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 2 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 7 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 11 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 3 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 5 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 9 Found connection between {R1,R3,R5,R6} and {R2,R4} along edge 13 Found connection between {R1,R2,R3,R5,R6} and {R4} along edge 3 Found connection between {R1,R2,R3,R5,R6} and {R4} along edge 4 Found connection between {R1,R2,R3,R5,R6} and {R4} along edge 5 Found connection between {R1,R2,R3,R5,R6} and {R4} along edge 9 Found connection between {R1,R2,R3,R5,R6} and {R4} along edge 13 Found connection between {R1,R4,R5,R6} and {R3} along edge 1 Found connection between {R1,R4,R5,R6} and {R3} along edge 5 Found connection between {R1,R4,R5,R6} and {R3} along edge 8 Found connection between {R1,R4,R5,R6} and {R3} along edge 12 Found connection between {R1,R4,R5,R6} and {R2} along edge 0 Found connection between {R1,R4,R5,R6} and {R2} along edge 4 Found connection between {R1,R4,R5,R6} and {R2} along edge 7 Found connection between {R1,R4,R5,R6} and {R2} along edge 11 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 0 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 4 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 7 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 11 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 1 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 5 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 8 Found connection between {R1,R4,R5,R6} and {R2,R3} along edge 12 Found connection between {R1,R2,R4,R5,R6} and {R3} along edge 1 Found connection between {R1,R2,R4,R5,R6} and {R3} along edge 2 Found connection between {R1,R2,R4,R5,R6} and {R3} along edge 5 Found connection between {R1,R2,R4,R5,R6} and {R3} along edge 8 Found connection between {R1,R2,R4,R5,R6} and {R3} along edge 12 Found connection between {R1,R3,R4,R5,R6} and {R2} along edge 0 Found connection between {R1,R3,R4,R5,R6} and {R2} along edge 2 Found connection between {R1,R3,R4,R5,R6} and {R2} along edge 4 Found connection between {R1,R3,R4,R5,R6} and {R2} along edge 7 Found connection between {R1,R3,R4,R5,R6} and {R2} along edge 11 [ OK ] DPhypTest.Clique (3594 ms) [ RUN ] DPhypTest.OuterJoinChain Found connection between {R4} and {R5} along edge 3 Found connection between {R3} and {R4,R5} along edge 2 Found connection between {R2} and {R3,R4,R5} along edge 1 Found connection between {R1} and {R2,R3,R4,R5} along edge 0 [ OK ] DPhypTest.OuterJoinChain (36 ms) [----------] 7 tests from DPhypTest (9344 ms total) [----------] 9 tests from MemRootTest [ RUN ] MemRootTest.Reserve [ OK ] MemRootTest.Reserve (3 ms) [ RUN ] MemRootTest.ChopAndClear [ OK ] MemRootTest.ChopAndClear (0 ms) [ RUN ] MemRootTest.ReserveDestroy [ OK ] MemRootTest.ReserveDestroy (0 ms) [ RUN ] MemRootTest.ResizeSame [ OK ] MemRootTest.ResizeSame (0 ms) [ RUN ] MemRootTest.ResizeGrow [ OK ] MemRootTest.ResizeGrow (0 ms) [ RUN ] MemRootTest.ResizeShrink [ OK ] MemRootTest.ResizeShrink (0 ms) [ RUN ] MemRootTest.Erase [ OK ] MemRootTest.Erase (1 ms) [ RUN ] MemRootTest.Erase2 [ OK ] MemRootTest.Erase2 (1 ms) [ RUN ] MemRootTest.Insert [ OK ] MemRootTest.Insert (1 ms) [----------] 9 tests from MemRootTest (15 ms total) [----------] 5 tests from FileSortBufferTest [ RUN ] FileSortBufferTest.Basic [ OK ] FileSortBufferTest.Basic (2 ms) [ RUN ] FileSortBufferTest.SizeNotGivenUpFront [ OK ] FileSortBufferTest.SizeNotGivenUpFront (826 ms) [ RUN ] FileSortBufferTest.OneBigRecordFits [ OK ] FileSortBufferTest.OneBigRecordFits (12 ms) [ RUN ] FileSortBufferTest.RecordPointersGetReclaimed [ OK ] FileSortBufferTest.RecordPointersGetReclaimed (509 ms) [ RUN ] FileSortBufferTest.PreallocateRecords [ OK ] FileSortBufferTest.PreallocateRecords (1 ms) [----------] 5 tests from FileSortBufferTest (1355 ms total) [----------] 1 test from BufferAlignmentTest [ RUN ] BufferAlignmentTest.IntsToBytesToInt [ OK ] BufferAlignmentTest.IntsToBytesToInt (1 ms) [----------] 1 test from BufferAlignmentTest (2 ms total) [----------] 1 test from FileSortMergeChunkTest [ RUN ] FileSortMergeChunkTest.BasicCompareOperations [ OK ] FileSortMergeChunkTest.BasicCompareOperations (0 ms) [----------] 1 test from FileSortMergeChunkTest (1 ms total) [----------] 12 tests from InplaceVectorTest [ RUN ] InplaceVectorTest.Empty [ OK ] InplaceVectorTest.Empty (0 ms) [ RUN ] InplaceVectorTest.Insert5 [ OK ] InplaceVectorTest.Insert5 (1 ms) [ RUN ] InplaceVectorTest.Insert15 [ OK ] InplaceVectorTest.Insert15 (1 ms) [ RUN ] InplaceVectorTest.Back [ OK ] InplaceVectorTest.Back (1 ms) [ RUN ] InplaceVectorTest.ResizeSame [ OK ] InplaceVectorTest.ResizeSame (1 ms) [ RUN ] InplaceVectorTest.ResizeGrow [ OK ] InplaceVectorTest.ResizeGrow (1 ms) [ RUN ] InplaceVectorTest.ResizeGrowVal [ OK ] InplaceVectorTest.ResizeGrowVal (1 ms) [ RUN ] InplaceVectorTest.ResizeShrink [ OK ] InplaceVectorTest.ResizeShrink (1 ms) [ RUN ] InplaceVectorTest.NoMemLeaksPushing [ OK ] InplaceVectorTest.NoMemLeaksPushing (3 ms) [ RUN ] InplaceVectorTest.NoMemLeaksClearing [ OK ] InplaceVectorTest.NoMemLeaksClearing (2 ms) [ RUN ] InplaceVectorTest.NoMemLeaksResizing [ OK ] InplaceVectorTest.NoMemLeaksResizing (2 ms) [ RUN ] InplaceVectorTest.CustomNewDelete [ OK ] InplaceVectorTest.CustomNewDelete (3 ms) [----------] 12 tests from InplaceVectorTest (27 ms total) [----------] 2 tests from IntegerDigits [ RUN ] IntegerDigits.CountDigits [ OK ] IntegerDigits.CountDigits (5 ms) [ RUN ] IntegerDigits.WriteTwoDigits [ OK ] IntegerDigits.WriteTwoDigits (12 ms) [----------] 2 tests from IntegerDigits (19 ms total) [----------] 6 tests from IntrusiveListIteratorTest [ RUN ] IntrusiveListIteratorTest.BarePointer [ OK ] IntrusiveListIteratorTest.BarePointer (0 ms) [ RUN ] IntrusiveListIteratorTest.PreIncrement [ OK ] IntrusiveListIteratorTest.PreIncrement (0 ms) [ RUN ] IntrusiveListIteratorTest.IndirectionFunction [ OK ] IntrusiveListIteratorTest.IndirectionFunction (0 ms) [ RUN ] IntrusiveListIteratorTest.PostIncrement [ OK ] IntrusiveListIteratorTest.PostIncrement (0 ms) [ RUN ] IntrusiveListIteratorTest.IteratorContainer [ OK ] IntrusiveListIteratorTest.IteratorContainer (0 ms) [ RUN ] IntrusiveListIteratorTest.NextFunctionContainer [ OK ] IntrusiveListIteratorTest.NextFunctionContainer (0 ms) [----------] 6 tests from IntrusiveListIteratorTest (7 ms total) [----------] 1 test from KeyInMemoryEstimate [ RUN ] KeyInMemoryEstimate.InMemoryEstimateAPI [ OK ] KeyInMemoryEstimate.InMemoryEstimateAPI (0 ms) [----------] 1 test from KeyInMemoryEstimate (1 ms total) [----------] 1 test from MString [ RUN ] MString.HumanReadableSize [ OK ] MString.HumanReadableSize (2 ms) [----------] 1 test from MString (3 ms total) [----------] 48 tests from MDLTest [ RUN ] MDLTest.ConstructAndDestruct [ OK ] MDLTest.ConstructAndDestruct (0 ms) [ RUN ] MDLTest.OneShared [ OK ] MDLTest.OneShared (1 ms) [ RUN ] MDLTest.OneSharedHighPrio [ OK ] MDLTest.OneSharedHighPrio (1 ms) [ RUN ] MDLTest.OneSharedRead [ OK ] MDLTest.OneSharedRead (1 ms) [ RUN ] MDLTest.OneSharedWrite [ OK ] MDLTest.OneSharedWrite (1 ms) [ RUN ] MDLTest.OneExclusive [ OK ] MDLTest.OneExclusive (2 ms) [ RUN ] MDLTest.TwoShared [ OK ] MDLTest.TwoShared (2 ms) [ RUN ] MDLTest.SharedLocksBetweenContexts [ OK ] MDLTest.SharedLocksBetweenContexts (1 ms) [ RUN ] MDLTest.UpgradeSharedUpgradable [ OK ] MDLTest.UpgradeSharedUpgradable (2 ms) [ RUN ] MDLTest.SavePoint [ OK ] MDLTest.SavePoint (2 ms) [ RUN ] MDLTest.ConcurrentShared [ OK ] MDLTest.ConcurrentShared (3 ms) [ RUN ] MDLTest.ConcurrentSharedExclusive [ OK ] MDLTest.ConcurrentSharedExclusive (3 ms) [ RUN ] MDLTest.ConcurrentExclusiveShared [ OK ] MDLTest.ConcurrentExclusiveShared (2 ms) [ RUN ] MDLTest.ConcurrentUpgrade [ OK ] MDLTest.ConcurrentUpgrade (3 ms) [ RUN ] MDLTest.UpgradableConcurrency [ OK ] MDLTest.UpgradableConcurrency (3 ms) [ RUN ] MDLTest.SharedWriteLowPrioCompatibility [ OK ] MDLTest.SharedWriteLowPrioCompatibility (40 ms) [ RUN ] MDLTest.SharedReadOnlyCompatibility [ OK ] MDLTest.SharedReadOnlyCompatibility (41 ms) [ RUN ] MDLTest.HogLockTest1 [ OK ] MDLTest.HogLockTest1 (7 ms) [ RUN ] MDLTest.HogLockTest2 [ OK ] MDLTest.HogLockTest2 (8 ms) [ RUN ] MDLTest.LockPriorityTest [ OK ] MDLTest.LockPriorityTest (10 ms) [ RUN ] MDLTest.HogLockTest3 [ OK ] MDLTest.HogLockTest3 (10 ms) [ RUN ] MDLTest.HogLockTest4 [ OK ] MDLTest.HogLockTest4 (6 ms) [ RUN ] MDLTest.HogLockTest5 [ OK ] MDLTest.HogLockTest5 (8 ms) [ RUN ] MDLTest.ConcurrentSharedExclusiveShared [ OK ] MDLTest.ConcurrentSharedExclusiveShared (4 ms) [ RUN ] MDLTest.ConcurrentExclusiveExclusive [ OK ] MDLTest.ConcurrentExclusiveExclusive (3 ms) [ RUN ] MDLTest.ConcurrentSharedSharedExclusive [ OK ] MDLTest.ConcurrentSharedSharedExclusive (4 ms) [ RUN ] MDLTest.SelfConflict [ OK ] MDLTest.SelfConflict (2 ms) [ RUN ] MDLTest.CloneSharedExclusive [ OK ] MDLTest.CloneSharedExclusive (2 ms) [ RUN ] MDLTest.CloneExclusiveShared [ OK ] MDLTest.CloneExclusiveShared (2 ms) [ RUN ] MDLTest.NotifyScenarios [ OK ] MDLTest.NotifyScenarios (5 ms) [ RUN ] MDLTest.UpgradeScenarios [ OK ] MDLTest.UpgradeScenarios (9 ms) [ RUN ] MDLTest.Deadlock [ OK ] MDLTest.Deadlock (3 ms) [ RUN ] MDLTest.DowngradeShared [ OK ] MDLTest.DowngradeShared (2 ms) [ RUN ] MDLTest.RescheduleSharedNoWrite [ OK ] MDLTest.RescheduleSharedNoWrite (5 ms) [ RUN ] MDLTest.ConcurrentSharedTryExclusive [ OK ] MDLTest.ConcurrentSharedTryExclusive (5 ms) [ RUN ] MDLTest.UnusedBasic [ OK ] MDLTest.UnusedBasic (2 ms) [ RUN ] MDLTest.UnusedConcurrentThree [ OK ] MDLTest.UnusedConcurrentThree (4 ms) [ RUN ] MDLTest.UnusedConcurrentMany [ OK ] MDLTest.UnusedConcurrentMany (112 ms) [ RUN ] MDLTest.UnusedLowWater [ OK ] MDLTest.UnusedLowWater (5 ms) [ RUN ] MDLTest.UnusedMinRatio [ OK ] MDLTest.UnusedMinRatio (7 ms) [ RUN ] MDLTest.PigletLockTest [ OK ] MDLTest.PigletLockTest (11 ms) [ RUN ] MDLTest.PigletThenHogLockTest [ OK ] MDLTest.PigletThenHogLockTest (13 ms) [ RUN ] MDLTest.HogThenPigletLockTest [ OK ] MDLTest.HogThenPigletLockTest (9 ms) [ RUN ] MDLTest.AcquireLocksTypeOrder [ OK ] MDLTest.AcquireLocksTypeOrder (6 ms) [ RUN ] MDLTest.ForceDMLDeadlockWeight [ OK ] MDLTest.ForceDMLDeadlockWeight (3 ms) [ RUN ] MDLTest.FindLockOwner [ OK ] MDLTest.FindLockOwner (3 ms) [ RUN ] MDLTest.ExhaustPinbox [ OK ] MDLTest.ExhaustPinbox (3090 ms) [ RUN ] MDLTest.SkipFindDeadlock [ OK ] MDLTest.SkipFindDeadlock (9 ms) [----------] 48 tests from MDLTest (3520 ms total) [----------] 7 tests from MDLHtonNotifyTest [ RUN ] MDLHtonNotifyTest.NotifyNamespaces [ OK ] MDLHtonNotifyTest.NotifyNamespaces (12 ms) [ RUN ] MDLHtonNotifyTest.NotifyLockTypes [ OK ] MDLHtonNotifyTest.NotifyLockTypes (5 ms) [ RUN ] MDLHtonNotifyTest.NotifyAcquireRelease [ OK ] MDLHtonNotifyTest.NotifyAcquireRelease (3 ms) [ RUN ] MDLHtonNotifyTest.NotifyAcquireFail [ OK ] MDLHtonNotifyTest.NotifyAcquireFail (2 ms) [ RUN ] MDLHtonNotifyTest.NotifyUpgrade [ OK ] MDLHtonNotifyTest.NotifyUpgrade (5 ms) [ RUN ] MDLHtonNotifyTest.NotifyDowngrade [ OK ] MDLHtonNotifyTest.NotifyDowngrade (2 ms) [ RUN ] MDLHtonNotifyTest.NotifyClone [ OK ] MDLHtonNotifyTest.NotifyClone (2 ms) [----------] 7 tests from MDLHtonNotifyTest (37 ms total) [----------] 11 tests from MemRootDequeTest [ RUN ] MemRootDequeTest.Basic [ OK ] MemRootDequeTest.Basic (9 ms) [ RUN ] MemRootDequeTest.EraseInsert [ OK ] MemRootDequeTest.EraseInsert (8 ms) [ RUN ] MemRootDequeTest.Sort [ OK ] MemRootDequeTest.Sort (3 ms) [ RUN ] MemRootDequeTest.PointerStability [ OK ] MemRootDequeTest.PointerStability (1 ms) [ RUN ] MemRootDequeTest.Iteration [ OK ] MemRootDequeTest.Iteration (0 ms) [ RUN ] MemRootDequeTest.OperatorArrow [ OK ] MemRootDequeTest.OperatorArrow (0 ms) [ RUN ] MemRootDequeTest.MultipleBlocks [ OK ] MemRootDequeTest.MultipleBlocks (2 ms) [ RUN ] MemRootDequeTest.Copy [ OK ] MemRootDequeTest.Copy (7 ms) [ RUN ] MemRootDequeTest.Move [ OK ] MemRootDequeTest.Move (3 ms) [ RUN ] MemRootDequeTest.ReverseIteration [ OK ] MemRootDequeTest.ReverseIteration (2 ms) [ RUN ] MemRootDequeTest.ConvertIterators [ OK ] MemRootDequeTest.ConvertIterators (0 ms) [----------] 11 tests from MemRootDequeTest (45 ms total) [----------] 5 tests from MutexLockTest [ RUN ] MutexLockTest.DefaultConstruct [ OK ] MutexLockTest.DefaultConstruct (0 ms) [ RUN ] MutexLockTest.Plain [ OK ] MutexLockTest.Plain (0 ms) [ RUN ] MutexLockTest.MoveAssign [ OK ] MutexLockTest.MoveAssign (0 ms) [ RUN ] MutexLockTest.StdMoveAssign [ OK ] MutexLockTest.StdMoveAssign (0 ms) [ RUN ] MutexLockTest.MoveConstruct [ OK ] MutexLockTest.MoveConstruct (0 ms) [----------] 5 tests from MutexLockTest (5 ms total) [----------] 5 tests from MyAllocTest [ RUN ] MyAllocTest.CheckErrorReporting [ OK ] MyAllocTest.CheckErrorReporting (0 ms) [ RUN ] MyAllocTest.MoveConstructorDoesNotLeak [ OK ] MyAllocTest.MoveConstructorDoesNotLeak (0 ms) [ RUN ] MyAllocTest.ExceptionalBlocksAreNotReusedForLargerAllocations [ OK ] MyAllocTest.ExceptionalBlocksAreNotReusedForLargerAllocations (0 ms) [ RUN ] MyAllocTest.RawInterface [ OK ] MyAllocTest.RawInterface (0 ms) [ RUN ] MyAllocTest.ArrayAllocInitialization [ OK ] MyAllocTest.ArrayAllocInitialization (7 ms) [----------] 5 tests from MyAllocTest (13 ms total) [----------] 1 test from BitMapTestEx [ RUN ] BitMapTestEx.TestSetPrefixEx [ OK ] BitMapTestEx.TestSetPrefixEx (0 ms) [----------] 1 test from BitMapTestEx (1 ms total) [----------] 4 tests from MyErrorTest [ RUN ] MyErrorTest.MyStrErrorSystem [ OK ] MyErrorTest.MyStrErrorSystem (0 ms) [ RUN ] MyErrorTest.MyStrErrorHandlerPlugin [ OK ] MyErrorTest.MyStrErrorHandlerPlugin (0 ms) [ RUN ] MyErrorTest.MyGetErrMsgUninitialized [ OK ] MyErrorTest.MyGetErrMsgUninitialized (0 ms) [ RUN ] MyErrorTest.MyGetErrMsgInitialized [ OK ] MyErrorTest.MyGetErrMsgInitialized (0 ms) [----------] 4 tests from MyErrorTest (4 ms total) [----------] 1 test from FileUtilsTest [ RUN ] FileUtilsTest.TellPipe [ OK ] FileUtilsTest.TellPipe (0 ms) [----------] 1 test from FileUtilsTest (1 ms total) [----------] 5 tests from Murmur3 [ RUN ] Murmur3.Basic [ OK ] Murmur3.Basic (0 ms) [ RUN ] Murmur3.Empty [ OK ] Murmur3.Empty (0 ms) [ RUN ] Murmur3.Zeroes [ OK ] Murmur3.Zeroes (0 ms) [ RUN ] Murmur3.Seed [ OK ] Murmur3.Seed (0 ms) [ RUN ] Murmur3.Bug16396598 [ OK ] Murmur3.Bug16396598 (0 ms) [----------] 5 tests from Murmur3 (5 ms total) [----------] 1 test from my_rcu_lock_test [ RUN ] my_rcu_lock_test.multi_threaded_run [ OK ] my_rcu_lock_test.multi_threaded_run (3063 ms) [----------] 1 test from my_rcu_lock_test (3063 ms total) [----------] 1 test from Thread [ RUN ] Thread.CreateAndJoin [ OK ] Thread.CreateAndJoin (3 ms) [----------] 1 test from Thread (3 ms total) [----------] 27 tests from Mysys [ RUN ] Mysys.TimerCreateAndDelete [ OK ] Mysys.TimerCreateAndDelete (0 ms) [ RUN ] Mysys.TestTimer [ OK ] Mysys.TestTimer (5 ms) [ RUN ] Mysys.TestTimerReset [ OK ] Mysys.TestTimerReset (0 ms) [ RUN ] Mysys.TestMultipleTimers [ OK ] Mysys.TestMultipleTimers (7 ms) [ RUN ] Mysys.TestTimerPerThread [ OK ] Mysys.TestTimerPerThread (74 ms) [ RUN ] Mysys.TestTimerReuse [ OK ] Mysys.TestTimerReuse (16 ms) [ RUN ] Mysys.TestReinitialization [ OK ] Mysys.TestReinitialization (11 ms) [ RUN ] Mysys.Base64 [ OK ] Mysys.Base64 (97 ms) [ RUN ] Mysys.LockFree [ OK ] Mysys.LockFree (793 ms) [ RUN ] Mysys.LFHashRandomMatch [ OK ] Mysys.LFHashRandomMatch (3 ms) [ RUN ] Mysys.Vprintf [ OK ] Mysys.Vprintf (6 ms) [ RUN ] Mysys.MyLoadPath [ OK ] Mysys.MyLoadPath (1 ms) [ RUN ] Mysys.Malloc [ OK ] Mysys.Malloc (0 ms) [ RUN ] Mysys.MysysMySymlink [ OK ] Mysys.MysysMySymlink (1 ms) [ RUN ] Mysys.CleanupDirnameOverflow [ OK ] Mysys.CleanupDirnameOverflow (0 ms) [ RUN ] Mysys.NormalizeDirnameOverflow [ OK ] Mysys.NormalizeDirnameOverflow (0 ms) [ RUN ] Mysys.UnpackDirnameOverflow [ OK ] Mysys.UnpackDirnameOverflow (0 ms) [ RUN ] Mysys.UnpackFilenameOverflow [ OK ] Mysys.UnpackFilenameOverflow (0 ms) [ RUN ] Mysys.SystemFilenameOverflow [ OK ] Mysys.SystemFilenameOverflow (0 ms) [ RUN ] Mysys.InternFilenameOverflow [ OK ] Mysys.InternFilenameOverflow (0 ms) [ RUN ] Mysys.DirnamePartOverflow [ OK ] Mysys.DirnamePartOverflow (0 ms) [ RUN ] Mysys.ConvertDirnameOverflow [ OK ] Mysys.ConvertDirnameOverflow (0 ms) [ RUN ] Mysys.LoadPathNoPrefixOverflow [ OK ] Mysys.LoadPathNoPrefixOverflow (0 ms) [ RUN ] Mysys.LoadPathOverflow [ OK ] Mysys.LoadPathOverflow (0 ms) [ RUN ] Mysys.CreateTempFile [ OK ] Mysys.CreateTempFile (2 ms) [ RUN ] Mysys.UnpackDirname [ OK ] Mysys.UnpackDirname (9 ms) [ RUN ] Mysys.DirnameLength [ OK ] Mysys.DirnameLength (0 ms) [----------] 27 tests from Mysys (1052 ms total) [----------] 9 tests from MysysMyChecksum [ RUN ] MysysMyChecksum.EmptyBuffer [ OK ] MysysMyChecksum.EmptyBuffer (0 ms) [ RUN ] MysysMyChecksum.TenBytesZero [ OK ] MysysMyChecksum.TenBytesZero (0 ms) [ RUN ] MysysMyChecksum.TenBytesFF [ OK ] MysysMyChecksum.TenBytesFF (0 ms) [ RUN ] MysysMyChecksum.ThirtyOneBytes [ OK ] MysysMyChecksum.ThirtyOneBytes (1 ms) [ RUN ] MysysMyChecksum.IntegerCrc32_8bit [ OK ] MysysMyChecksum.IntegerCrc32_8bit (0 ms) [ RUN ] MysysMyChecksum.IntegerCrc32_16bit [ OK ] MysysMyChecksum.IntegerCrc32_16bit (0 ms) [ RUN ] MysysMyChecksum.IntegerCrc32_32bit [ OK ] MysysMyChecksum.IntegerCrc32_32bit (0 ms) [ RUN ] MysysMyChecksum.IntegerCrc32_double_32bit [ OK ] MysysMyChecksum.IntegerCrc32_double_32bit (0 ms) [ RUN ] MysysMyChecksum.IntegerCrc32_64bit [ OK ] MysysMyChecksum.IntegerCrc32_64bit (0 ms) [----------] 9 tests from MysysMyChecksum (9 ms total) [----------] 5 tests from MysysMyGetopTest [ RUN ] MysysMyGetopTest.GarbageInput [ OK ] MysysMyGetopTest.GarbageInput (1 ms) [ RUN ] MysysMyGetopTest.Unsigned [ OK ] MysysMyGetopTest.Unsigned (0 ms) [ RUN ] MysysMyGetopTest.UnsignedLoop [ OK ] MysysMyGetopTest.UnsignedLoop (8 ms) [ RUN ] MysysMyGetopTest.Signed [ OK ] MysysMyGetopTest.Signed (1 ms) [ RUN ] MysysMyGetopTest.SignedLoop [ OK ] MysysMyGetopTest.SignedLoop (15 ms) [----------] 5 tests from MysysMyGetopTest (29 ms total) [----------] 5 tests from MysysMyGetpw [ RUN ] MysysMyGetpw.DefaultPasswdValue [ OK ] MysysMyGetpw.DefaultPasswdValue (0 ms) [ RUN ] MysysMyGetpw.BasicValueOperations [ OK ] MysysMyGetpw.BasicValueOperations (0 ms) [ RUN ] MysysMyGetpw.GetpwnamRoot [ OK ] MysysMyGetpw.GetpwnamRoot (0 ms) [ RUN ] MysysMyGetpw.GetpwuidRoot [ OK ] MysysMyGetpw.GetpwuidRoot (0 ms) [ RUN ] MysysMyGetpw.NonExistentUser [ OK ] MysysMyGetpw.NonExistentUser (4 ms) [----------] 5 tests from MysysMyGetpw (9 ms total) [----------] 11 tests from MysysMyPWriteTest [ RUN ] MysysMyPWriteTest.MyPWriteOK [ OK ] MysysMyPWriteTest.MyPWriteOK (6 ms) [ RUN ] MysysMyPWriteTest.MyPWriteOKNABP [ OK ] MysysMyPWriteTest.MyPWriteOKNABP (5 ms) [ RUN ] MysysMyPWriteTest.MyPWriteFail [ OK ] MysysMyPWriteTest.MyPWriteFail (5 ms) [ RUN ] MysysMyPWriteTest.MyPWriteFailNABP [ OK ] MysysMyPWriteTest.MyPWriteFailNABP (5 ms) [ RUN ] MysysMyPWriteTest.MyPWrite8192 [ OK ] MysysMyPWriteTest.MyPWrite8192 (10 ms) [ RUN ] MysysMyPWriteTest.MyPWrite8192NABP [ OK ] MysysMyPWriteTest.MyPWrite8192NABP (10 ms) [ RUN ] MysysMyPWriteTest.MyPWrite8192Interrupt [ OK ] MysysMyPWriteTest.MyPWrite8192Interrupt (16 ms) [ RUN ] MysysMyPWriteTest.MyPWrite8192InterruptNABP [ OK ] MysysMyPWriteTest.MyPWrite8192InterruptNABP (16 ms) [ RUN ] MysysMyPWriteTest.MyPWrite400 [ OK ] MysysMyPWriteTest.MyPWrite400 (10 ms) [ RUN ] MysysMyPWriteTest.MyPWrite400NABP [ OK ] MysysMyPWriteTest.MyPWrite400NABP (11 ms) [ RUN ] MysysMyPWriteTest.MyPWrite300 [ OK ] MysysMyPWriteTest.MyPWrite300 (16 ms) [----------] 11 tests from MysysMyPWriteTest (120 ms total) [----------] 5 tests from RDTimeStampCounter [ RUN ] RDTimeStampCounter.TestCycle ----- Routine --------------- myt.cycles.routine : 28 myt.nanoseconds.routine : 11 myt.microseconds.routine : 13 myt.milliseconds.routine : 13 myt.ticks.routine : 17 ----- Frequency ------------- myt.cycles.frequency : 199770334 myt.nanoseconds.frequency : 1000000000 myt.microseconds.frequency : 1000000 myt.milliseconds.frequency : 1061 myt.ticks.frequency : 104 ----- Resolution ------------ myt.cycles.resolution : 1 myt.nanoseconds.resolution : 29847 myt.microseconds.resolution : 30 myt.milliseconds.resolution : 1 myt.ticks.resolution : 1 ----- Overhead -------------- myt.cycles.overhead : 1 myt.nanoseconds.overhead : 5966 myt.microseconds.overhead : 5957 myt.milliseconds.overhead : 5958 myt.ticks.overhead : 3128 [ OK ] RDTimeStampCounter.TestCycle (121 ms) [ RUN ] RDTimeStampCounter.TestNanosecond ----- Routine --------------- myt.cycles.routine : 28 myt.nanoseconds.routine : 11 myt.microseconds.routine : 13 myt.milliseconds.routine : 13 myt.ticks.routine : 17 ----- Frequency ------------- myt.cycles.frequency : 199579439 myt.nanoseconds.frequency : 1000000000 myt.microseconds.frequency : 1000000 myt.milliseconds.frequency : 1060 myt.ticks.frequency : 108 ----- Resolution ------------ myt.cycles.resolution : 1 myt.nanoseconds.resolution : 29848 myt.microseconds.resolution : 30 myt.milliseconds.resolution : 1 myt.ticks.resolution : 1 ----- Overhead -------------- myt.cycles.overhead : 1 myt.nanoseconds.overhead : 5965 myt.microseconds.overhead : 5957 myt.milliseconds.overhead : 5957 myt.ticks.overhead : 3128 [ OK ] RDTimeStampCounter.TestNanosecond (122 ms) [ RUN ] RDTimeStampCounter.TestMicrosecond ----- Routine --------------- myt.cycles.routine : 28 myt.nanoseconds.routine : 11 myt.microseconds.routine : 13 myt.milliseconds.routine : 13 myt.ticks.routine : 17 ----- Frequency ------------- myt.cycles.frequency : 199698564 myt.nanoseconds.frequency : 1000000000 myt.microseconds.frequency : 1000000 myt.milliseconds.frequency : 1060 myt.ticks.frequency : 103 ----- Resolution ------------ myt.cycles.resolution : 1 myt.nanoseconds.resolution : 29842 myt.microseconds.resolution : 30 myt.milliseconds.resolution : 1 myt.ticks.resolution : 1 ----- Overhead -------------- myt.cycles.overhead : 1 myt.nanoseconds.overhead : 5967 myt.microseconds.overhead : 5959 myt.milliseconds.overhead : 5958 myt.ticks.overhead : 3129 [ OK ] RDTimeStampCounter.TestMicrosecond (127 ms) [ RUN ] RDTimeStampCounter.TestMillisecond ----- Routine --------------- myt.cycles.routine : 28 myt.nanoseconds.routine : 11 myt.microseconds.routine : 13 myt.milliseconds.routine : 13 myt.ticks.routine : 17 ----- Frequency ------------- myt.cycles.frequency : 199722488 myt.nanoseconds.frequency : 1000000000 myt.microseconds.frequency : 1000000 myt.milliseconds.frequency : 1063 myt.ticks.frequency : 109 ----- Resolution ------------ myt.cycles.resolution : 1 myt.nanoseconds.resolution : 29842 myt.microseconds.resolution : 29 myt.milliseconds.resolution : 1 myt.ticks.resolution : 1 ----- Overhead -------------- myt.cycles.overhead : 1 myt.nanoseconds.overhead : 5966 myt.microseconds.overhead : 5957 myt.milliseconds.overhead : 5957 myt.ticks.overhead : 3128 [ OK ] RDTimeStampCounter.TestMillisecond (119 ms) [ RUN ] RDTimeStampCounter.TestTick ----- Routine --------------- myt.cycles.routine : 28 myt.nanoseconds.routine : 11 myt.microseconds.routine : 13 myt.milliseconds.routine : 13 myt.ticks.routine : 17 ----- Frequency ------------- myt.cycles.frequency : 199688995 myt.nanoseconds.frequency : 1000000000 myt.microseconds.frequency : 1000000 myt.milliseconds.frequency : 1063 myt.ticks.frequency : 109 ----- Resolution ------------ myt.cycles.resolution : 1 myt.nanoseconds.resolution : 29843 myt.microseconds.resolution : 29 myt.milliseconds.resolution : 1 myt.ticks.resolution : 1 ----- Overhead -------------- myt.cycles.overhead : 1 myt.nanoseconds.overhead : 5967 myt.microseconds.overhead : 5959 myt.milliseconds.overhead : 5959 myt.ticks.overhead : 3129 [ OK ] RDTimeStampCounter.TestTick (118 ms) [----------] 5 tests from RDTimeStampCounter (611 ms total) [----------] 5 tests from MysysMyReadTest [ RUN ] MysysMyReadTest.MyReadOK [ OK ] MysysMyReadTest.MyReadOK (6 ms) [ RUN ] MysysMyReadTest.MyReadOKNABP [ OK ] MysysMyReadTest.MyReadOKNABP (5 ms) [ RUN ] MysysMyReadTest.MyReadFail [ OK ] MysysMyReadTest.MyReadFail (5 ms) [ RUN ] MysysMyReadTest.MyReadFailNABP [ OK ] MysysMyReadTest.MyReadFailNABP (5 ms) [ RUN ] MysysMyReadTest.MyReadOkFULLIO [ OK ] MysysMyReadTest.MyReadOkFULLIO (5 ms) [----------] 5 tests from MysysMyReadTest (31 ms total) [----------] 23 tests from MysysMyTime [ RUN ] MysysMyTime.StrToDatetime [ OK ] MysysMyTime.StrToDatetime (5 ms) [ RUN ] MysysMyTime.StrToTime [ OK ] MysysMyTime.StrToTime (0 ms) [ RUN ] MysysMyTime.StrToDatetimeNullDash [ OK ] MysysMyTime.StrToDatetimeNullDash (1 ms) [ RUN ] MysysMyTime.StrToDatetimeNullDashInvalid [ OK ] MysysMyTime.StrToDatetimeNullDashInvalid (1 ms) [ RUN ] MysysMyTime.StrToDatetimeNullIso8601 [ OK ] MysysMyTime.StrToDatetimeNullIso8601 (1 ms) [ RUN ] MysysMyTime.StrToDatetimeFuzzyDate [ OK ] MysysMyTime.StrToDatetimeFuzzyDate (1 ms) [ RUN ] MysysMyTime.NumberToDatetime [ OK ] MysysMyTime.NumberToDatetime (0 ms) [ RUN ] MysysMyTime.TimeToUlonglongDatetimeRoundFast [ OK ] MysysMyTime.TimeToUlonglongDatetimeRoundFast (0 ms) [ RUN ] MysysMyTime.TimeToUlonglongDatetimeRoundSlow [ OK ] MysysMyTime.TimeToUlonglongDatetimeRoundSlow (0 ms) [ RUN ] MysysMyTime.MyPackedTimeGetFracPart /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/mysys_my_time-t.cc:327:6: runtime error: left shift of negative value -9223372036854775808 [ OK ] MysysMyTime.MyPackedTimeGetFracPart (0 ms) [ RUN ] MysysMyTime.LonglongDatetimePacked [ OK ] MysysMyTime.LonglongDatetimePacked (0 ms) [ RUN ] MysysMyTime.DatetimePackedBinary [ OK ] MysysMyTime.DatetimePackedBinary (0 ms) [ RUN ] MysysMyTime.DatetimeAddInterval [ OK ] MysysMyTime.DatetimeAddInterval (0 ms) [ RUN ] MysysMyTime.MyPackedTimeGetFracPart2 [ OK ] MysysMyTime.MyPackedTimeGetFracPart2 (0 ms) [ RUN ] MysysMyTime.MyPackedTimeGetIntPart [ OK ] MysysMyTime.MyPackedTimeGetIntPart (0 ms) [ RUN ] MysysMyTime.MyPackedTimeMake [ OK ] MysysMyTime.MyPackedTimeMake (0 ms) [ RUN ] MysysMyTime.MyPackedTimeMakeInt [ OK ] MysysMyTime.MyPackedTimeMakeInt (0 ms) [ RUN ] MysysMyTime.MyPackedTimeGetFracPartNeg [ OK ] MysysMyTime.MyPackedTimeGetFracPartNeg (0 ms) [ RUN ] MysysMyTime.MyPackedTimeGetIntPartNeg [ OK ] MysysMyTime.MyPackedTimeGetIntPartNeg (0 ms) [ RUN ] MysysMyTime.MyPackedTimeMakeNeg [ OK ] MysysMyTime.MyPackedTimeMakeNeg (0 ms) [ RUN ] MysysMyTime.MyPackedTimeMakeIntNeg [ OK ] MysysMyTime.MyPackedTimeMakeIntNeg (0 ms) [ RUN ] MysysMyTime.TimeZoneDisplacementToSeconds int max 2147483647 /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/mysys_my_time-t.cc:473:3: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' [ OK ] MysysMyTime.TimeZoneDisplacementToSeconds (1 ms) [ RUN ] MysysMyTime.MyDatetimeToStr [ OK ] MysysMyTime.MyDatetimeToStr (0 ms) [----------] 23 tests from MysysMyTime (34 ms total) [----------] 11 tests from MysysMyWriteTest [ RUN ] MysysMyWriteTest.MyWriteOK [ OK ] MysysMyWriteTest.MyWriteOK (6 ms) [ RUN ] MysysMyWriteTest.MyWriteOKNABP [ OK ] MysysMyWriteTest.MyWriteOKNABP (5 ms) [ RUN ] MysysMyWriteTest.MyWriteFail [ OK ] MysysMyWriteTest.MyWriteFail (5 ms) [ RUN ] MysysMyWriteTest.MyWriteFailNABP [ OK ] MysysMyWriteTest.MyWriteFailNABP (5 ms) [ RUN ] MysysMyWriteTest.MyWrite8192 [ OK ] MysysMyWriteTest.MyWrite8192 (10 ms) [ RUN ] MysysMyWriteTest.MyWrite8192NABP [ OK ] MysysMyWriteTest.MyWrite8192NABP (10 ms) [ RUN ] MysysMyWriteTest.MyWrite8192Interrupt [ OK ] MysysMyWriteTest.MyWrite8192Interrupt (16 ms) [ RUN ] MysysMyWriteTest.MyWrite8192InterruptNABP [ OK ] MysysMyWriteTest.MyWrite8192InterruptNABP (16 ms) [ RUN ] MysysMyWriteTest.MyWrite400 [ OK ] MysysMyWriteTest.MyWrite400 (10 ms) [ RUN ] MysysMyWriteTest.MyWrite400NABP [ OK ] MysysMyWriteTest.MyWrite400NABP (10 ms) [ RUN ] MysysMyWriteTest.MyWrite300 [ OK ] MysysMyWriteTest.MyWrite300 (16 ms) [----------] 11 tests from MysysMyWriteTest (119 ms total) [----------] 2 tests from RecPerKeyTest [ RUN ] RecPerKeyTest.RecPerKeyAPI [ OK ] RecPerKeyTest.RecPerKeyAPI (0 ms) [ RUN ] RecPerKeyTest.RecPerKey [ OK ] RecPerKeyTest.RecPerKey (0 ms) [----------] 2 tests from RecPerKeyTest (2 ms total) [----------] 18 tests from OverflowBitsetTest [ RUN ] OverflowBitsetTest.ZeroInitialize [ OK ] OverflowBitsetTest.ZeroInitialize (2 ms) [ RUN ] OverflowBitsetTest.InitializeFromInt [ OK ] OverflowBitsetTest.InitializeFromInt (2 ms) [ RUN ] OverflowBitsetTest.TrivialCopy [ OK ] OverflowBitsetTest.TrivialCopy (3 ms) [ RUN ] OverflowBitsetTest.MutateInline [ OK ] OverflowBitsetTest.MutateInline (12 ms) [ RUN ] OverflowBitsetTest.MutateOverflow [ OK ] OverflowBitsetTest.MutateOverflow (82 ms) [ RUN ] OverflowBitsetTest.AndOrXor [ OK ] OverflowBitsetTest.AndOrXor (175 ms) [ RUN ] OverflowBitsetTest.BitsSetInInline [ OK ] OverflowBitsetTest.BitsSetInInline (2 ms) [ RUN ] OverflowBitsetTest.BitsSetInOverflow [ OK ] OverflowBitsetTest.BitsSetInOverflow (3 ms) [ RUN ] OverflowBitsetTest.BitsSetInBothInline [ OK ] OverflowBitsetTest.BitsSetInBothInline (2 ms) [ RUN ] OverflowBitsetTest.BitsSetInBothOverflow [ OK ] OverflowBitsetTest.BitsSetInBothOverflow (2 ms) [ RUN ] OverflowBitsetTest.OverlapsInline [ OK ] OverflowBitsetTest.OverlapsInline (0 ms) [ RUN ] OverflowBitsetTest.OverlapsOverflow [ OK ] OverflowBitsetTest.OverlapsOverflow (0 ms) [ RUN ] OverflowBitsetTest.IsSubsetInline [ OK ] OverflowBitsetTest.IsSubsetInline (0 ms) [ RUN ] OverflowBitsetTest.IsSubsetOverflow [ OK ] OverflowBitsetTest.IsSubsetOverflow (0 ms) [ RUN ] OverflowBitsetTest.IsEmptyInline [ OK ] OverflowBitsetTest.IsEmptyInline (0 ms) [ RUN ] OverflowBitsetTest.IsEmptyOverflow [ OK ] OverflowBitsetTest.IsEmptyOverflow (0 ms) [ RUN ] OverflowBitsetTest.PopulationCountInline [ OK ] OverflowBitsetTest.PopulationCountInline (0 ms) [ RUN ] OverflowBitsetTest.PopulationCountOverflow [ OK ] OverflowBitsetTest.PopulationCountOverflow (0 ms) [----------] 18 tests from OverflowBitsetTest (302 ms total) [----------] 2 tests from PartitionedRwlock [ RUN ] PartitionedRwlock.InitDestroy [ OK ] PartitionedRwlock.InitDestroy (0 ms) [ RUN ] PartitionedRwlock.Concurrent [ OK ] PartitionedRwlock.Concurrent (26 ms) [----------] 2 tests from PartitionedRwlock (27 ms total) [----------] 3 tests from PatternMatcherTest [ RUN ] PatternMatcherTest.PatternParser [ OK ] PatternMatcherTest.PatternParser (2 ms) [ RUN ] PatternMatcherTest.DefaultPatterns [ OK ] PatternMatcherTest.DefaultPatterns (2 ms) [ RUN ] PatternMatcherTest.WildCard [ OK ] PatternMatcherTest.WildCard (2 ms) [----------] 3 tests from PatternMatcherTest (9 ms total) [----------] 36 tests from PreallocedArrayTest [ RUN ] PreallocedArrayTest.Empty [ OK ] PreallocedArrayTest.Empty (0 ms) [ RUN ] PreallocedArrayTest.Insert5 [ OK ] PreallocedArrayTest.Insert5 (0 ms) [ RUN ] PreallocedArrayTest.Insert15 [ OK ] PreallocedArrayTest.Insert15 (1 ms) [ RUN ] PreallocedArrayTest.Sort [ OK ] PreallocedArrayTest.Sort (1 ms) [ RUN ] PreallocedArrayTest.Back [ OK ] PreallocedArrayTest.Back (0 ms) [ RUN ] PreallocedArrayTest.PopBack [ OK ] PreallocedArrayTest.PopBack (1 ms) [ RUN ] PreallocedArrayTest.EraseFirst [ OK ] PreallocedArrayTest.EraseFirst (1 ms) [ RUN ] PreallocedArrayTest.EraseLast [ OK ] PreallocedArrayTest.EraseLast (0 ms) [ RUN ] PreallocedArrayTest.EraseMiddle [ OK ] PreallocedArrayTest.EraseMiddle (0 ms) [ RUN ] PreallocedArrayTest.ResizeSame [ OK ] PreallocedArrayTest.ResizeSame (0 ms) [ RUN ] PreallocedArrayTest.ResizeGrow [ OK ] PreallocedArrayTest.ResizeGrow (0 ms) [ RUN ] PreallocedArrayTest.ResizeGrowVal [ OK ] PreallocedArrayTest.ResizeGrowVal (0 ms) [ RUN ] PreallocedArrayTest.ResizeShrink [ OK ] PreallocedArrayTest.ResizeShrink (0 ms) [ RUN ] PreallocedArrayTest.InsertUnique [ OK ] PreallocedArrayTest.InsertUnique (4 ms) [ RUN ] PreallocedArrayTest.EraseUnique [ OK ] PreallocedArrayTest.EraseUnique (3 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksAssignAt [ OK ] PreallocedArrayTest.NoMemLeaksAssignAt (1 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksInitializing [ OK ] PreallocedArrayTest.NoMemLeaksInitializing (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksPushing [ OK ] PreallocedArrayTest.NoMemLeaksPushing (1 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksPopping [ OK ] PreallocedArrayTest.NoMemLeaksPopping (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksErasing [ OK ] PreallocedArrayTest.NoMemLeaksErasing (3 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksClearing [ OK ] PreallocedArrayTest.NoMemLeaksClearing (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksResizing [ OK ] PreallocedArrayTest.NoMemLeaksResizing (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksAssigning [ OK ] PreallocedArrayTest.NoMemLeaksAssigning (2 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksEraseAll [ OK ] PreallocedArrayTest.NoMemLeaksEraseAll (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksEraseMiddle [ OK ] PreallocedArrayTest.NoMemLeaksEraseMiddle (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksEraseSwap [ OK ] PreallocedArrayTest.NoMemLeaksEraseSwap (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksMySwap [ OK ] PreallocedArrayTest.NoMemLeaksMySwap (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksStdSwap [ OK ] PreallocedArrayTest.NoMemLeaksStdSwap (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksShrinkToFitMalloc [ OK ] PreallocedArrayTest.NoMemLeaksShrinkToFitMalloc (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksShrinkToFitSameSize [ OK ] PreallocedArrayTest.NoMemLeaksShrinkToFitSameSize (0 ms) [ RUN ] PreallocedArrayTest.NoMemLeaksShrinkToFitPrealloc [ OK ] PreallocedArrayTest.NoMemLeaksShrinkToFitPrealloc (0 ms) [ RUN ] PreallocedArrayTest.CustomNewDelete [ OK ] PreallocedArrayTest.CustomNewDelete (1 ms) [ RUN ] PreallocedArrayTest.CustomNewDeletePointer [ OK ] PreallocedArrayTest.CustomNewDeletePointer (1 ms) [ RUN ] PreallocedArrayTest.Move [ OK ] PreallocedArrayTest.Move (2 ms) [ RUN ] PreallocedArrayTest.ShrinkToFit [ OK ] PreallocedArrayTest.ShrinkToFit (0 ms) [ RUN ] PreallocedArrayTest.CorrectOverloadIsChosen [ OK ] PreallocedArrayTest.CorrectOverloadIsChosen (0 ms) [----------] 36 tests from PreallocedArrayTest (58 ms total) [----------] 25 tests from PriorityQueueTest [ RUN ] PriorityQueueTest.ParentLeftRight [ OK ] PriorityQueueTest.ParentLeftRight (4 ms) [ RUN ] PriorityQueueTest.MaxVsMinHeap [ OK ] PriorityQueueTest.MaxVsMinHeap (6 ms) [ RUN ] PriorityQueueTest.DifferentCtors [ OK ] PriorityQueueTest.DifferentCtors (8 ms) [ RUN ] PriorityQueueTest.Swap [ OK ] PriorityQueueTest.Swap (1 ms) [ RUN ] PriorityQueueTest.DecreaseNoop [ OK ] PriorityQueueTest.DecreaseNoop (1 ms) [ RUN ] PriorityQueueTest.IncreaseNoop [ OK ] PriorityQueueTest.IncreaseNoop (1 ms) [ RUN ] PriorityQueueTest.UpdateNoop [ OK ] PriorityQueueTest.UpdateNoop (1 ms) [ RUN ] PriorityQueueTest.Decrease3 [ OK ] PriorityQueueTest.Decrease3 (1 ms) [ RUN ] PriorityQueueTest.Increase4 [ OK ] PriorityQueueTest.Increase4 (1 ms) [ RUN ] PriorityQueueTest.Update2 [ OK ] PriorityQueueTest.Update2 (2 ms) [ RUN ] PriorityQueueTest.UpdateTop [ OK ] PriorityQueueTest.UpdateTop (1 ms) [ RUN ] PriorityQueueTest.PopAndRemove [ OK ] PriorityQueueTest.PopAndRemove (1 ms) [ RUN ] PriorityQueueTest.Iterators [ OK ] PriorityQueueTest.Iterators (1 ms) [ RUN ] PriorityQueueTest.Clear [ OK ] PriorityQueueTest.Clear (0 ms) [ RUN ] PriorityQueueTest.Reserve [ OK ] PriorityQueueTest.Reserve (1 ms) [ RUN ] PriorityQueueTest.Sort [ OK ] PriorityQueueTest.Sort (3 ms) [ RUN ] PriorityQueueTest.TestHeapKeys [ OK ] PriorityQueueTest.TestHeapKeys (7 ms) [ RUN ] PriorityQueueTest.TestHeapKeys2 [ OK ] PriorityQueueTest.TestHeapKeys2 (6 ms) [ RUN ] PriorityQueueTest.TestHeapOfHandles [ OK ] PriorityQueueTest.TestHeapOfHandles (8 ms) [ RUN ] PriorityQueueTest.TestHeapOfHandles2 [ OK ] PriorityQueueTest.TestHeapOfHandles2 (5 ms) [ RUN ] PriorityQueueTest.TestMinKElements [ OK ] PriorityQueueTest.TestMinKElements (10 ms) [ RUN ] PriorityQueueTest.TestMinKElements2 [ OK ] PriorityQueueTest.TestMinKElements2 (7 ms) [ RUN ] PriorityQueueTest.RandomIntegerGenerator [ OK ] PriorityQueueTest.RandomIntegerGenerator (142 ms) [ RUN ] PriorityQueueTest.TestElementRemove [ OK ] PriorityQueueTest.TestElementRemove (1 ms) [ RUN ] PriorityQueueTest.Mark [ OK ] PriorityQueueTest.Mark (2 ms) [----------] 25 tests from PriorityQueueTest (243 ms total) [----------] 8 tests from PumpObjectParserTest [ RUN ] PumpObjectParserTest.empty [ OK ] PumpObjectParserTest.empty (0 ms) [ RUN ] PumpObjectParserTest.singe [ OK ] PumpObjectParserTest.singe (4 ms) [ RUN ] PumpObjectParserTest.two_tables [ OK ] PumpObjectParserTest.two_tables (13 ms) [ RUN ] PumpObjectParserTest.table_with_a_dot [ OK ] PumpObjectParserTest.table_with_a_dot (6 ms) [ RUN ] PumpObjectParserTest.bad_list_escape [ OK ] PumpObjectParserTest.bad_list_escape (3 ms) [ RUN ] PumpObjectParserTest.bad_table_name_escape [ OK ] PumpObjectParserTest.bad_table_name_escape (0 ms) [ RUN ] PumpObjectParserTest.table_with_a_comma [ OK ] PumpObjectParserTest.table_with_a_comma (0 ms) [ RUN ] PumpObjectParserTest.user_with_an_at [ OK ] PumpObjectParserTest.user_with_an_at (0 ms) [----------] 8 tests from PumpObjectParserTest (30 ms total) [----------] 2 tests from RecordBufferTest [ RUN ] RecordBufferTest.Clear [ OK ] RecordBufferTest.Clear (0 ms) [ RUN ] RecordBufferTest.Reset [ OK ] RecordBufferTest.Reset (0 ms) [----------] 2 tests from RecordBufferTest (0 ms total) [----------] 7 tests from SqlListTest [ RUN ] SqlListTest.ConstructAndDestruct [ OK ] SqlListTest.ConstructAndDestruct (0 ms) [ RUN ] SqlListTest.BasicOperations [ OK ] SqlListTest.BasicOperations (0 ms) [ RUN ] SqlListTest.DeepCopy [ OK ] SqlListTest.DeepCopy (0 ms) [ RUN ] SqlListTest.Iterate [ OK ] SqlListTest.Iterate (0 ms) [ RUN ] SqlListTest.Sort [ OK ] SqlListTest.Sort (0 ms) [ RUN ] SqlListTest.PrependBug [ OK ] SqlListTest.PrependBug (0 ms) [ RUN ] SqlListTest.Swap [ OK ] SqlListTest.Swap (0 ms) [----------] 7 tests from SqlListTest (1 ms total) [----------] 3 tests from SqlIlistTest [ RUN ] SqlIlistTest.ConstructAndDestruct [ OK ] SqlIlistTest.ConstructAndDestruct (0 ms) [ RUN ] SqlIlistTest.PushBackAndIterate [ OK ] SqlIlistTest.PushBackAndIterate (0 ms) [ RUN ] SqlIlistTest.PushFrontAndIterate [ OK ] SqlIlistTest.PushFrontAndIterate (0 ms) [----------] 3 tests from SqlIlistTest (0 ms total) [----------] 3 tests from IPListTest [ RUN ] IPListTest.ConstructAndDestruct [ OK ] IPListTest.ConstructAndDestruct (0 ms) [ RUN ] IPListTest.BasicOperations [ OK ] IPListTest.BasicOperations (0 ms) [ RUN ] IPListTest.Iterate [ OK ] IPListTest.Iterate (0 ms) [----------] 3 tests from IPListTest (0 ms total) [----------] 3 tests from StringTest [ RUN ] StringTest.EmptyString [ OK ] StringTest.EmptyString (0 ms) [ RUN ] StringTest.ShrinkString [ OK ] StringTest.ShrinkString (0 ms) [ RUN ] StringTest.StringBuffer [ OK ] StringTest.StringBuffer (0 ms) [----------] 3 tests from StringTest (0 ms total) [----------] 3 tests from STLAllocTestInt/0, where TypeParam = stlalloc_unittest::Malloc_allocator_wrapper > [ RUN ] STLAllocTestInt/0.SimpleVector [ OK ] STLAllocTestInt/0.SimpleVector (0 ms) [ RUN ] STLAllocTestInt/0.SimpleList [ OK ] STLAllocTestInt/0.SimpleList (0 ms) [ RUN ] STLAllocTestInt/0.OutOfMemory base64-t: Out of memory (Needed 4032 bytes) [ OK ] STLAllocTestInt/0.OutOfMemory (0 ms) [----------] 3 tests from STLAllocTestInt/0 (1 ms total) [----------] 3 tests from STLAllocTestInt/1, where TypeParam = stlalloc_unittest::Mem_root_allocator_wrapper > [ RUN ] STLAllocTestInt/1.SimpleVector [ OK ] STLAllocTestInt/1.SimpleVector (0 ms) [ RUN ] STLAllocTestInt/1.SimpleList [ OK ] STLAllocTestInt/1.SimpleList (0 ms) [ RUN ] STLAllocTestInt/1.OutOfMemory base64-t: Out of memory (Needed 4048 bytes) [ OK ] STLAllocTestInt/1.OutOfMemory (0 ms) [----------] 3 tests from STLAllocTestInt/1 (0 ms total) [----------] 3 tests from STLAllocTestInt/2, where TypeParam = Stateless_allocator [ RUN ] STLAllocTestInt/2.SimpleVector [ OK ] STLAllocTestInt/2.SimpleVector (0 ms) [ RUN ] STLAllocTestInt/2.SimpleList [ OK ] STLAllocTestInt/2.SimpleList (0 ms) [ RUN ] STLAllocTestInt/2.OutOfMemory base64-t: Out of memory (Needed 4032 bytes) [ OK ] STLAllocTestInt/2.OutOfMemory (0 ms) [----------] 3 tests from STLAllocTestInt/2 (0 ms total) [----------] 3 tests from STLAllocTestInt/3, where TypeParam = Stateless_allocator, My_free_functor> [ RUN ] STLAllocTestInt/3.SimpleVector [ OK ] STLAllocTestInt/3.SimpleVector (0 ms) [ RUN ] STLAllocTestInt/3.SimpleList [ OK ] STLAllocTestInt/3.SimpleList (0 ms) [ RUN ] STLAllocTestInt/3.OutOfMemory base64-t: Out of memory (Needed 4032 bytes) [ OK ] STLAllocTestInt/3.OutOfMemory (0 ms) [----------] 3 tests from STLAllocTestInt/3 (0 ms total) [----------] 3 tests from STLAllocTestInt/4, where TypeParam = Stateless_allocator, stlalloc_unittest::Trash_dealloc<(unsigned char)187> > [ RUN ] STLAllocTestInt/4.SimpleVector [ OK ] STLAllocTestInt/4.SimpleVector (0 ms) [ RUN ] STLAllocTestInt/4.SimpleList [ OK ] STLAllocTestInt/4.SimpleList (0 ms) [ RUN ] STLAllocTestInt/4.OutOfMemory [ OK ] STLAllocTestInt/4.OutOfMemory (0 ms) [----------] 3 tests from STLAllocTestInt/4 (0 ms total) [----------] 1 test from STLAllocTestObject/0, where TypeParam = stlalloc_unittest::Malloc_allocator_wrapper > [ RUN ] STLAllocTestObject/0.ContainerObject [ OK ] STLAllocTestObject/0.ContainerObject (0 ms) [----------] 1 test from STLAllocTestObject/0 (0 ms total) [----------] 1 test from STLAllocTestObject/1, where TypeParam = stlalloc_unittest::Mem_root_allocator_wrapper > [ RUN ] STLAllocTestObject/1.ContainerObject [ OK ] STLAllocTestObject/1.ContainerObject (0 ms) [----------] 1 test from STLAllocTestObject/1 (0 ms total) [----------] 1 test from STLAllocTestObject/2, where TypeParam = Stateless_allocator [ RUN ] STLAllocTestObject/2.ContainerObject [ OK ] STLAllocTestObject/2.ContainerObject (0 ms) [----------] 1 test from STLAllocTestObject/2 (0 ms total) [----------] 1 test from STLAllocTestObject/3, where TypeParam = Stateless_allocator, My_free_functor> [ RUN ] STLAllocTestObject/3.ContainerObject [ OK ] STLAllocTestObject/3.ContainerObject (0 ms) [----------] 1 test from STLAllocTestObject/3 (0 ms total) [----------] 1 test from STLAllocTestObject/4, where TypeParam = Stateless_allocator, stlalloc_unittest::Trash_dealloc<(unsigned char)187> > [ RUN ] STLAllocTestObject/4.ContainerObject [ OK ] STLAllocTestObject/4.ContainerObject (0 ms) [----------] 1 test from STLAllocTestObject/4 (0 ms total) [----------] 1 test from STLAllocTestNested/0, where TypeParam = stlalloc_unittest::Malloc_allocator_wrapper > [ RUN ] STLAllocTestNested/0.NestedContainers [ OK ] STLAllocTestNested/0.NestedContainers (0 ms) [----------] 1 test from STLAllocTestNested/0 (0 ms total) [----------] 1 test from STLAllocTestNested/1, where TypeParam = stlalloc_unittest::Mem_root_allocator_wrapper > [ RUN ] STLAllocTestNested/1.NestedContainers [ OK ] STLAllocTestNested/1.NestedContainers (0 ms) [----------] 1 test from STLAllocTestNested/1 (0 ms total) [----------] 1 test from STLAllocTestNested/2, where TypeParam = Stateless_allocator [ RUN ] STLAllocTestNested/2.NestedContainers [ OK ] STLAllocTestNested/2.NestedContainers (0 ms) [----------] 1 test from STLAllocTestNested/2 (0 ms total) [----------] 1 test from STLAllocTestNested/3, where TypeParam = Stateless_allocator, My_free_functor> [ RUN ] STLAllocTestNested/3.NestedContainers [ OK ] STLAllocTestNested/3.NestedContainers (0 ms) [----------] 1 test from STLAllocTestNested/3 (0 ms total) [----------] 1 test from STLAllocTestNested/4, where TypeParam = Stateless_allocator, stlalloc_unittest::Trash_dealloc<(unsigned char)187> > [ RUN ] STLAllocTestNested/4.NestedContainers [ OK ] STLAllocTestNested/4.NestedContainers (0 ms) [----------] 1 test from STLAllocTestNested/4 (0 ms total) [----------] 2 tests from STLAllocTestBasicStringTemplate/0, where TypeParam = Stateless_allocator [ RUN ] STLAllocTestBasicStringTemplate/0.BasicTest [ OK ] STLAllocTestBasicStringTemplate/0.BasicTest (0 ms) [ RUN ] STLAllocTestBasicStringTemplate/0.OutOfMemTest [ OK ] STLAllocTestBasicStringTemplate/0.OutOfMemTest (0 ms) [----------] 2 tests from STLAllocTestBasicStringTemplate/0 (0 ms total) [----------] 2 tests from STLAllocTestBasicStringTemplate/1, where TypeParam = Stateless_allocator, My_free_functor> [ RUN ] STLAllocTestBasicStringTemplate/1.BasicTest [ OK ] STLAllocTestBasicStringTemplate/1.BasicTest (0 ms) [ RUN ] STLAllocTestBasicStringTemplate/1.OutOfMemTest [ OK ] STLAllocTestBasicStringTemplate/1.OutOfMemTest (0 ms) [----------] 2 tests from STLAllocTestBasicStringTemplate/1 (0 ms total) [----------] 2 tests from STLAllocTestBasicStringTemplate/2, where TypeParam = Stateless_allocator, stlalloc_unittest::Trash_dealloc<(unsigned char)187> > [ RUN ] STLAllocTestBasicStringTemplate/2.BasicTest [ OK ] STLAllocTestBasicStringTemplate/2.BasicTest (0 ms) [ RUN ] STLAllocTestBasicStringTemplate/2.OutOfMemTest [ OK ] STLAllocTestBasicStringTemplate/2.OutOfMemTest (0 ms) [----------] 2 tests from STLAllocTestBasicStringTemplate/2 (0 ms total) [----------] 1 test from STLAllocTestMoveOnly/0, where TypeParam = stlalloc_unittest::Malloc_allocator_wrapper >, Malloc_allocator > > > [ RUN ] STLAllocTestMoveOnly/0.MoveOnly [ OK ] STLAllocTestMoveOnly/0.MoveOnly (0 ms) [----------] 1 test from STLAllocTestMoveOnly/0 (0 ms total) [----------] 1 test from STLAllocTestMoveOnly/1, where TypeParam = stlalloc_unittest::Mem_root_allocator_wrapper >, Mem_root_allocator > > > [ RUN ] STLAllocTestMoveOnly/1.MoveOnly [ OK ] STLAllocTestMoveOnly/1.MoveOnly (0 ms) [----------] 1 test from STLAllocTestMoveOnly/1 (0 ms total) [----------] 1 test from STLAllocTestMoveOnly/2, where TypeParam = Stateless_allocator >, stlalloc_unittest::Not_instr_alloc, My_free_functor> [ RUN ] STLAllocTestMoveOnly/2.MoveOnly [ OK ] STLAllocTestMoveOnly/2.MoveOnly (0 ms) [----------] 1 test from STLAllocTestMoveOnly/2 (0 ms total) [----------] 1 test from STLAllocTestMoveOnly/3, where TypeParam = Stateless_allocator >, stlalloc_unittest::PSI_key_alloc<42>, My_free_functor> [ RUN ] STLAllocTestMoveOnly/3.MoveOnly [ OK ] STLAllocTestMoveOnly/3.MoveOnly (0 ms) [----------] 1 test from STLAllocTestMoveOnly/3 (0 ms total) [----------] 1 test from STLAllocTestMoveOnly/4, where TypeParam = Stateless_allocator >, stlalloc_unittest::Init_alloc<(unsigned char)170>, stlalloc_unittest::Trash_dealloc<(unsigned char)187> > [ RUN ] STLAllocTestMoveOnly/4.MoveOnly [ OK ] STLAllocTestMoveOnly/4.MoveOnly (0 ms) [----------] 1 test from STLAllocTestMoveOnly/4 (0 ms total) [----------] 14 tests from Aes_ctr [ RUN ] Aes_ctr.BinlogIssue [ OK ] Aes_ctr.BinlogIssue (0 ms) [ RUN ] Aes_ctr.BinlogIssueMax [ OK ] Aes_ctr.BinlogIssueMax (0 ms) [ RUN ] Aes_ctr.BasicEncryptAndDecrypt [ OK ] Aes_ctr.BasicEncryptAndDecrypt (0 ms) [ RUN ] Aes_ctr.BasicSequentialEncryptAndDecrypt [ OK ] Aes_ctr.BasicSequentialEncryptAndDecrypt (5 ms) [ RUN ] Aes_ctr.BasicMultiLengthEncryptAndDecrypt [ OK ] Aes_ctr.BasicMultiLengthEncryptAndDecrypt (3 ms) [ RUN ] Aes_ctr.BasicSeekAndEncryptAndDecrypt [ OK ] Aes_ctr.BasicSeekAndEncryptAndDecrypt (7991 ms) [ RUN ] Aes_ctr.BasicEncryptAndDecryptKnownPassword [ OK ] Aes_ctr.BasicEncryptAndDecryptKnownPassword (1 ms) [ RUN ] Aes_ctr.BasicSequentialEncryptAndDecryptKnownPassword [ OK ] Aes_ctr.BasicSequentialEncryptAndDecryptKnownPassword (76 ms) [ RUN ] Aes_ctr.BasicMultiLengthEncryptAndDecryptKnownPassword [ OK ] Aes_ctr.BasicMultiLengthEncryptAndDecryptKnownPassword (54 ms) [ RUN ] Aes_ctr.BasicSeekAndEncryptAndDecryptKnownPassword [ OK ] Aes_ctr.BasicSeekAndEncryptAndDecryptKnownPassword (8413 ms) [ RUN ] Aes_ctr.MaxEncryptAndDecrypt [ OK ] Aes_ctr.MaxEncryptAndDecrypt (1 ms) [ RUN ] Aes_ctr.MaxSequentialEncryptAndDecrypt [ OK ] Aes_ctr.MaxSequentialEncryptAndDecrypt (7104 ms) [ RUN ] Aes_ctr.MaxMultiLengthEncryptAndDecrypt [ OK ] Aes_ctr.MaxMultiLengthEncryptAndDecrypt (15698 ms) [ RUN ] Aes_ctr.MaxSeekAndEncryptAndDecrypt [ OK ] Aes_ctr.MaxSeekAndEncryptAndDecrypt (37476 ms) [----------] 14 tests from Aes_ctr (76830 ms total) [----------] 10 tests from StrXfrmTest [ RUN ] StrXfrmTest.SimpleUTF8Correctness [ OK ] StrXfrmTest.SimpleUTF8Correctness (8 ms) [ RUN ] StrXfrmTest.SimpleUTF8MB4Correctness [ OK ] StrXfrmTest.SimpleUTF8MB4Correctness (7 ms) [ RUN ] StrXfrmTest.UTF8MB4Correctness_as_ci [ OK ] StrXfrmTest.UTF8MB4Correctness_as_ci (30 ms) [ RUN ] StrXfrmTest.UTF8MB4Correctness_as_ci_1 [ OK ] StrXfrmTest.UTF8MB4Correctness_as_ci_1 (1 ms) [ RUN ] StrXfrmTest.JapaneseUTF8MB4 [ OK ] StrXfrmTest.JapaneseUTF8MB4 (184 ms) [ RUN ] StrXfrmTest.Japanese_ks_UTF8MB4 [ OK ] StrXfrmTest.Japanese_ks_UTF8MB4 (3121 ms) [ RUN ] StrXfrmTest.JapaneseUTF8MB4_1 [ OK ] StrXfrmTest.JapaneseUTF8MB4_1 (4 ms) [ RUN ] StrXfrmTest.UTF8MB4PadCorrectness [ OK ] StrXfrmTest.UTF8MB4PadCorrectness (26 ms) [ RUN ] StrXfrmTest.NullPointer [ OK ] StrXfrmTest.NullPointer (8 ms) [ RUN ] StrXfrmTest.ChineseUTF8MB4 ================================================================= ==2361292==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6200000a2e90 at pc 0x0000013786c0 bp 0xffffd2d25730 sp 0xffffd2d25740 READ of size 2 at 0x6200000a2e90 thread T0 #0 0x13786bc in modify_all_zh_pages /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4180 #1 0x137a4f4 in init_weight_level /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4289 #2 0x137b414 in create_tailoring /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4798 #3 0x137c35c in my_coll_init_uca /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4845 #4 0x11ea1e4 in get_internal_charset /export/home/tmp/ushastry/mysql-8.0.36/mysys/charset.cc:555 #5 0x11eb7ec in my_collation_get_by_name(MY_CHARSET_LOADER*, char const*, int) /export/home/tmp/ushastry/mysql-8.0.36/mysys/charset.cc:606 #6 0x10a8f64 in init_collation /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/strings_strnxfrm-t.cc:93 #7 0x10b0a54 in strnxfrm_unittest::StrXfrmTest_ChineseUTF8MB4_Test::TestBody() /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/strings_strnxfrm-t.cc:1785 #8 0x14da698 in void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2599 #9 0x15333f4 in void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2635 #10 0x14b4ba0 in testing::Test::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2674 #11 0x14b5954 in testing::TestInfo::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2853 #12 0x14b6754 in testing::TestSuite::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:3012 #13 0x14c3870 in testing::internal::UnitTestImpl::RunAllTests() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:5870 #14 0x14dcc60 in bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2599 #15 0x15349c0 in bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2635 #16 0x14b73c8 in testing::UnitTest::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:5444 #17 0x11df040 in RUN_ALL_TESTS() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/include/gtest/gtest.h:2293 #18 0x11ded14 in main /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/gunit_test_main.cc:150 #19 0xffff84e1d778 in __libc_start_main (/lib64/libc.so.6+0x24778) (BuildId: cf36b2b5e8109baef837f3cac6ce4e669066a653) #20 0x9496dc (/export/home/tmp/ushastry/mysql-8.0.36/bld/runtime_output_directory/merge_small_tests-t+0x9496dc) (BuildId: 62dee5c1ca1ae77ff389d83884b249820ef1fa11) 0x6200000a2e90 is located 0 bytes after 3600-byte region [0x6200000a2080,0x6200000a2e90) allocated by thread T0 here: #0 0xffff862c6934 in malloc (/lib64/libasan.so.8+0xc8934) (BuildId: 50afa12830a0453f8fc434ebae010ee6954cda47) #1 0x1245e0c in my_once_alloc(unsigned long, int) /export/home/tmp/ushastry/mysql-8.0.36/mysys/my_once.cc:80 #2 0x11e5b18 in MY_CHARSET_LOADER::once_alloc(unsigned long) /export/home/tmp/ushastry/mysql-8.0.36/mysys/charset.cc:330 #3 0x12e1100 in my_uca_copy_page /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:3728 #4 0x137a49c in init_weight_level /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4286 #5 0x137b414 in create_tailoring /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4798 #6 0x137c35c in my_coll_init_uca /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4845 #7 0x11ea1e4 in get_internal_charset /export/home/tmp/ushastry/mysql-8.0.36/mysys/charset.cc:555 #8 0x11eb7ec in my_collation_get_by_name(MY_CHARSET_LOADER*, char const*, int) /export/home/tmp/ushastry/mysql-8.0.36/mysys/charset.cc:606 #9 0x10a8f64 in init_collation /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/strings_strnxfrm-t.cc:93 #10 0x10b0a54 in strnxfrm_unittest::StrXfrmTest_ChineseUTF8MB4_Test::TestBody() /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/strings_strnxfrm-t.cc:1785 #11 0x14da698 in void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2599 #12 0x15333f4 in void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2635 #13 0x14b4ba0 in testing::Test::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2674 #14 0x14b5954 in testing::TestInfo::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2853 #15 0x14b6754 in testing::TestSuite::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:3012 #16 0x14c3870 in testing::internal::UnitTestImpl::RunAllTests() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:5870 #17 0x14dcc60 in bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2599 #18 0x15349c0 in bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:2635 #19 0x14b73c8 in testing::UnitTest::Run() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/src/gtest.cc:5444 #20 0x11df040 in RUN_ALL_TESTS() /export/home/tmp/ushastry/mysql-8.0.36/extra/googletest/googletest-release-1.12.0/googletest/include/gtest/gtest.h:2293 #21 0x11ded14 in main /export/home/tmp/ushastry/mysql-8.0.36/unittest/gunit/gunit_test_main.cc:150 #22 0xffff84e1d778 in __libc_start_main (/lib64/libc.so.6+0x24778) (BuildId: cf36b2b5e8109baef837f3cac6ce4e669066a653) #23 0x9496dc (/export/home/tmp/ushastry/mysql-8.0.36/bld/runtime_output_directory/merge_small_tests-t+0x9496dc) (BuildId: 62dee5c1ca1ae77ff389d83884b249820ef1fa11) SUMMARY: AddressSanitizer: heap-buffer-overflow /export/home/tmp/ushastry/mysql-8.0.36/strings/ctype-uca.cc:4180 in modify_all_zh_pages Shadow bytes around the buggy address: 0x6200000a2c00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x6200000a2c80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x6200000a2d00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x6200000a2d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x6200000a2e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x6200000a2e80: 00 00[fa]fa fa fa fa fa fa fa fa fa fa fa fa fa 0x6200000a2f00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x6200000a2f80: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x6200000a3000: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x6200000a3080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x6200000a3100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==2361292==ABORTING