+ set -e + set -o pipefail + datafiles='../data/point-stree-0[01].bz2' + iterations=20000 + common='-Wall -O99 -march=native -DNDEBUG' + source=point-growth.cpp + compilers='4.4 4.5 4.6 4.7' + for compiler in '$compilers' + g++-4.4 -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.7-1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.7 (Debian 4.4.7-1) + for compiler in '$compilers' + g++-4.5 -v Using built-in specs. COLLECT_GCC=g++-4.5 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.5.3/lto-wrapper Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.5.3-12' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.5.3 (Debian 4.5.3-12) + for compiler in '$compilers' + g++-4.6 -v Using built-in specs. COLLECT_GCC=g++-4.6 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.6/lto-wrapper Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.3-1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.6.3 (Debian 4.6.3-1) + for compiler in '$compilers' + g++-4.7 -v Using built-in specs. COLLECT_GCC=g++-4.7 COLLECT_LTO_WRAPPER=/usr/lib/gcc/i486-linux-gnu/4.7/lto-wrapper Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.0-8' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.7.0 (Debian 4.7.0-8) + for compiler in '$compilers' + rm -f gmon.out point-growth.gcda + g++-4.4 -Wall -O99 -march=native -DNDEBUG -pg -fprofile-generate point-growth.cpp + ./a.out gp2 20000 + bunzip2 + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 (stdin): max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339760327 end_time = 1339760341 max_total_points goal 4494566 1 time 1339760365 : 4474566 385 new max 25605850 -675 5015 2 time 1339760688 : 4474566 5928 new max 25613185 -673 5016 3 time 1339760716 : 4474566 6401 new max 25623218 -673 5017 4 time 1339760776 : 4474566 7432 new max 25633253 -673 5018 5 time 1339760856 : 4474566 8756 new max 25643290 -673 5019 6 time 1339760892 : 4474566 9395 new max 25644637 -674 5019 7 time 1339760918 : 4474566 9801 new max 25645986 -675 5019 8 time 1339760969 : 4474566 10666 new max 25647337 -676 5019 9 time 1339760973 : 4474566 10726 new max 25657376 -676 5020 10 time 1339761019 : 4474566 11471 new max 25667417 -676 5021 11 time 1339761033 : 4474566 11704 new max 25677460 -676 5022 12 time 1339761197 : 4474566 14479 new max 25678813 -677 5022 13 time 1339761342 : 4474566 16961 new max 25680168 -678 5022 14 time 1339761351 : 4474566 17134 new max 25681525 -679 5022 15 time 1339761468 : 4474566 19090 new max 25686154 -675 5023 + g++-4.4 -Wall -O99 -march=native -DNDEBUG -fprofile-use -o x.4.4-profile point-growth.cpp + g++-4.4 -Wall -O99 -march=native -DNDEBUG -o x.4.4-baseline point-growth.cpp + g++-4.4 -Wall -o x.4.4-debug point-growth.cpp + for compiler in '$compilers' + rm -f gmon.out point-growth.gcda + g++-4.5 -Wall -O99 -march=native -DNDEBUG -pg -fprofile-generate point-growth.cpp + ./a.out gp2 20000 + bunzip2 + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 max_new_points goal 20000 reading points... (stdin): reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339761539 end_time = 1339761553 max_total_points goal 4494566 1 time 1339761595 : 4474566 385 new max 25605850 -675 5015 2 time 1339762347 : 4474566 5928 new max 25613185 -673 5016 3 time 1339762397 : 4474566 6401 new max 25623218 -673 5017 4 time 1339762501 : 4474566 7432 new max 25633253 -673 5018 5 time 1339762640 : 4474566 8756 new max 25643290 -673 5019 6 time 1339762703 : 4474566 9395 new max 25644637 -674 5019 7 time 1339762748 : 4474566 9801 new max 25645986 -675 5019 8 time 1339762837 : 4474566 10666 new max 25647337 -676 5019 9 time 1339762844 : 4474566 10726 new max 25657376 -676 5020 10 time 1339762924 : 4474566 11471 new max 25667417 -676 5021 11 time 1339762948 : 4474566 11704 new max 25677460 -676 5022 12 time 1339763233 : 4474566 14479 new max 25678813 -677 5022 13 time 1339763485 : 4474566 16961 new max 25680168 -678 5022 14 time 1339763502 : 4474566 17134 new max 25681525 -679 5022 15 time 1339763706 : 4474566 19090 new max 25686154 -675 5023 + g++-4.5 -Wall -O99 -march=native -DNDEBUG -fprofile-use -o x.4.5-profile point-growth.cpp + g++-4.5 -Wall -O99 -march=native -DNDEBUG -o x.4.5-baseline point-growth.cpp + g++-4.5 -Wall -o x.4.5-debug point-growth.cpp + for compiler in '$compilers' + rm -f gmon.out point-growth.gcda + g++-4.6 -Wall -O99 -march=native -DNDEBUG -pg -fprofile-generate point-growth.cpp + ./a.out gp2 20000 + bunzip2 + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 (stdin): max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339763819 end_time = 1339763834 max_total_points goal 4494566 1 time 1339763884 : 4474566 385 new max 25605850 -675 5015 2 time 1339764552 : 4474566 5928 new max 25613185 -673 5016 3 time 1339764610 : 4474566 6401 new max 25623218 -673 5017 4 time 1339764735 : 4474566 7432 new max 25633253 -673 5018 5 time 1339764899 : 4474566 8756 new max 25643290 -673 5019 6 time 1339764974 : 4474566 9395 new max 25644637 -674 5019 7 time 1339765027 : 4474566 9801 new max 25645986 -675 5019 8 time 1339765134 : 4474566 10666 new max 25647337 -676 5019 9 time 1339765141 : 4474566 10726 new max 25657376 -676 5020 10 time 1339765237 : 4474566 11471 new max 25667417 -676 5021 11 time 1339765265 : 4474566 11704 new max 25677460 -676 5022 12 time 1339765604 : 4474566 14479 new max 25678813 -677 5022 13 time 1339765904 : 4474566 16961 new max 25680168 -678 5022 14 time 1339765924 : 4474566 17134 new max 25681525 -679 5022 15 time 1339766166 : 4474566 19090 new max 25686154 -675 5023 + g++-4.6 -Wall -O99 -march=native -DNDEBUG -fprofile-use -o x.4.6-profile point-growth.cpp + g++-4.6 -Wall -O99 -march=native -DNDEBUG -o x.4.6-baseline point-growth.cpp + g++-4.6 -Wall -o x.4.6-debug point-growth.cpp + for compiler in '$compilers' + rm -f gmon.out point-growth.gcda + g++-4.7 -Wall -O99 -march=native -DNDEBUG -pg -fprofile-generate point-growth.cpp + ./a.out gp2 20000 + bunzip2 + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 max_new_points goal 20000 reading points... (stdin): reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339766300 end_time = 1339766314 max_total_points goal 4494566 1 time 1339766343 : 4474566 385 new max 25605850 -675 5015 2 time 1339766731 : 4474566 5928 new max 25613185 -673 5016 3 time 1339766764 : 4474566 6401 new max 25623218 -673 5017 4 time 1339766837 : 4474566 7432 new max 25633253 -673 5018 5 time 1339766932 : 4474566 8756 new max 25643290 -673 5019 6 time 1339766976 : 4474566 9395 new max 25644637 -674 5019 7 time 1339767006 : 4474566 9801 new max 25645986 -675 5019 8 time 1339767068 : 4474566 10666 new max 25647337 -676 5019 9 time 1339767073 : 4474566 10726 new max 25657376 -676 5020 10 time 1339767128 : 4474566 11471 new max 25667417 -676 5021 11 time 1339767145 : 4474566 11704 new max 25677460 -676 5022 12 time 1339767341 : 4474566 14479 new max 25678813 -677 5022 13 time 1339767515 : 4474566 16961 new max 25680168 -678 5022 14 time 1339767526 : 4474566 17134 new max 25681525 -679 5022 15 time 1339767667 : 4474566 19090 new max 25686154 -675 5023 + g++-4.7 -Wall -O99 -march=native -DNDEBUG -fprofile-use -o x.4.7-profile point-growth.cpp + g++-4.7 -Wall -O99 -march=native -DNDEBUG -o x.4.7-baseline point-growth.cpp + g++-4.7 -Wall -o x.4.7-debug point-growth.cpp + exe=46-later-profile + for variant in profile baseline debug + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile' + for variant in profile baseline debug + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline x.4.5-baseline' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline x.4.5-baseline x.4.6-baseline' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline x.4.5-baseline x.4.6-baseline x.4.7-baseline' + for variant in profile baseline debug + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline x.4.5-baseline x.4.6-baseline x.4.7-baseline x.4.4-debug' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline x.4.5-baseline x.4.6-baseline x.4.7-baseline x.4.4-debug x.4.5-debug' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline x.4.5-baseline x.4.6-baseline x.4.7-baseline x.4.4-debug x.4.5-debug x.4.6-debug' + for compiler in '$compilers' + exe='46-later-profile x.4.4-profile x.4.5-profile x.4.6-profile x.4.7-profile x.4.4-baseline x.4.5-baseline x.4.6-baseline x.4.7-baseline x.4.4-debug x.4.5-debug x.4.6-debug x.4.7-debug' + for file in '$exe' + echo ================= 46-later-profile ================= 46-later-profile + time ./46-later-profile gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 (stdin): max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339767745 end_time = 1339767755 max_total_points goal 4494566 1 time 1339767764 : 4474566 385 new max 25605850 -675 5015 2 time 1339767883 : 4474566 5928 new max 25613185 -673 5016 3 time 1339767893 : 4474566 6401 new max 25623218 -673 5017 4 time 1339767915 : 4474566 7432 new max 25633253 -673 5018 5 time 1339767944 : 4474566 8756 new max 25643290 -673 5019 6 time 1339767958 : 4474566 9395 new max 25644637 -674 5019 7 time 1339767967 : 4474566 9801 new max 25645986 -675 5019 8 time 1339767986 : 4474566 10666 new max 25647337 -676 5019 9 time 1339767987 : 4474566 10726 new max 25657376 -676 5020 10 time 1339768004 : 4474566 11471 new max 25667417 -676 5021 11 time 1339768009 : 4474566 11704 new max 25677460 -676 5022 12 time 1339768069 : 4474566 14479 new max 25678813 -677 5022 13 time 1339768123 : 4474566 16961 new max 25680168 -678 5022 14 time 1339768126 : 4474566 17134 new max 25681525 -679 5022 15 time 1339768169 : 4474566 19090 new max 25686154 -675 5023 442.77user 0.18system 7:25.20elapsed 99%CPU (0avgtext+0avgdata 30144maxresident)k 80inputs+56outputs (1major+1941minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.4-profile ================= x.4.4-profile + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + md5sum + time ./x.4.4-profile gp2 20000 + bunzip2 (stdin): max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339768190 end_time = 1339768201 max_total_points goal 4494566 1 time 1339768209 : 4474566 385 new max 25605850 -675 5015 2 time 1339768321 : 4474566 5928 new max 25613185 -673 5016 3 time 1339768331 : 4474566 6401 new max 25623218 -673 5017 4 time 1339768352 : 4474566 7432 new max 25633253 -673 5018 5 time 1339768380 : 4474566 8756 new max 25643290 -673 5019 6 time 1339768392 : 4474566 9395 new max 25644637 -674 5019 7 time 1339768401 : 4474566 9801 new max 25645986 -675 5019 8 time 1339768419 : 4474566 10666 new max 25647337 -676 5019 9 time 1339768420 : 4474566 10726 new max 25657376 -676 5020 10 time 1339768436 : 4474566 11471 new max 25667417 -676 5021 11 time 1339768441 : 4474566 11704 new max 25677460 -676 5022 12 time 1339768498 : 4474566 14479 new max 25678813 -677 5022 13 time 1339768548 : 4474566 16961 new max 25680168 -678 5022 14 time 1339768552 : 4474566 17134 new max 25681525 -679 5022 15 time 1339768592 : 4474566 19090 new max 25686154 -675 5023 419.77user 0.17system 7:02.20elapsed 99%CPU (0avgtext+0avgdata 30096maxresident)k 0inputs+56outputs (0major+1939minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.5-profile ================= x.4.5-profile + time ./x.4.5-profile gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 max_new_points goal 20000 reading points... (stdin): reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339768612 end_time = 1339768623 max_total_points goal 4494566 1 time 1339768631 : 4474566 385 new max 25605850 -675 5015 2 time 1339768741 : 4474566 5928 new max 25613185 -673 5016 3 time 1339768750 : 4474566 6401 new max 25623218 -673 5017 4 time 1339768771 : 4474566 7432 new max 25633253 -673 5018 5 time 1339768798 : 4474566 8756 new max 25643290 -673 5019 6 time 1339768810 : 4474566 9395 new max 25644637 -674 5019 7 time 1339768819 : 4474566 9801 new max 25645986 -675 5019 8 time 1339768836 : 4474566 10666 new max 25647337 -676 5019 9 time 1339768837 : 4474566 10726 new max 25657376 -676 5020 10 time 1339768853 : 4474566 11471 new max 25667417 -676 5021 11 time 1339768858 : 4474566 11704 new max 25677460 -676 5022 12 time 1339768913 : 4474566 14479 new max 25678813 -677 5022 13 time 1339768963 : 4474566 16961 new max 25680168 -678 5022 14 time 1339768966 : 4474566 17134 new max 25681525 -679 5022 15 time 1339769006 : 4474566 19090 new max 25686154 -675 5023 410.34user 0.20system 6:52.79elapsed 99%CPU (0avgtext+0avgdata 30096maxresident)k 0inputs+64outputs (0major+1939minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.6-profile ================= x.4.6-profile + time ./x.4.6-profile gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 max_new_points goal 20000 reading points... (stdin): reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339769025 end_time = 1339769036 max_total_points goal 4494566 1 time 1339769044 : 4474566 385 new max 25605850 -675 5015 2 time 1339769161 : 4474566 5928 new max 25613185 -673 5016 3 time 1339769171 : 4474566 6401 new max 25623218 -673 5017 4 time 1339769193 : 4474566 7432 new max 25633253 -673 5018 5 time 1339769222 : 4474566 8756 new max 25643290 -673 5019 6 time 1339769235 : 4474566 9395 new max 25644637 -674 5019 7 time 1339769244 : 4474566 9801 new max 25645986 -675 5019 8 time 1339769263 : 4474566 10666 new max 25647337 -676 5019 9 time 1339769264 : 4474566 10726 new max 25657376 -676 5020 10 time 1339769281 : 4474566 11471 new max 25667417 -676 5021 11 time 1339769286 : 4474566 11704 new max 25677460 -676 5022 12 time 1339769345 : 4474566 14479 new max 25678813 -677 5022 13 time 1339769398 : 4474566 16961 new max 25680168 -678 5022 14 time 1339769401 : 4474566 17134 new max 25681525 -679 5022 15 time 1339769444 : 4474566 19090 new max 25686154 -675 5023 436.75user 0.18system 7:19.21elapsed 99%CPU (0avgtext+0avgdata 30144maxresident)k 0inputs+64outputs (0major+1942minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.7-profile ================= x.4.7-profile + time ./x.4.7-profile gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 max_new_points goal 20000 reading points... (stdin): reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339769464 end_time = 1339769475 max_total_points goal 4494566 1 time 1339769484 : 4474566 385 new max 25605850 -675 5015 2 time 1339769603 : 4474566 5928 new max 25613185 -673 5016 3 time 1339769614 : 4474566 6401 new max 25623218 -673 5017 4 time 1339769636 : 4474566 7432 new max 25633253 -673 5018 5 time 1339769665 : 4474566 8756 new max 25643290 -673 5019 6 time 1339769679 : 4474566 9395 new max 25644637 -674 5019 7 time 1339769688 : 4474566 9801 new max 25645986 -675 5019 8 time 1339769707 : 4474566 10666 new max 25647337 -676 5019 9 time 1339769709 : 4474566 10726 new max 25657376 -676 5020 10 time 1339769726 : 4474566 11471 new max 25667417 -676 5021 11 time 1339769731 : 4474566 11704 new max 25677460 -676 5022 12 time 1339769791 : 4474566 14479 new max 25678813 -677 5022 13 time 1339769845 : 4474566 16961 new max 25680168 -678 5022 14 time 1339769849 : 4474566 17134 new max 25681525 -679 5022 15 time 1339769892 : 4474566 19090 new max 25686154 -675 5023 446.29user 0.18system 7:28.75elapsed 99%CPU (0avgtext+0avgdata 30144maxresident)k 0inputs+56outputs (0major+1942minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.4-baseline ================= x.4.4-baseline + time ./x.4.4-baseline gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 (stdin): 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339769913 end_time = 1339769923 max_total_points goal 4494566 1 time 1339769933 : 4474566 385 new max 25605850 -675 5015 2 time 1339770056 : 4474566 5928 new max 25613185 -673 5016 3 time 1339770067 : 4474566 6401 new max 25623218 -673 5017 4 time 1339770090 : 4474566 7432 new max 25633253 -673 5018 5 time 1339770121 : 4474566 8756 new max 25643290 -673 5019 6 time 1339770135 : 4474566 9395 new max 25644637 -674 5019 7 time 1339770144 : 4474566 9801 new max 25645986 -675 5019 8 time 1339770164 : 4474566 10666 new max 25647337 -676 5019 9 time 1339770165 : 4474566 10726 new max 25657376 -676 5020 10 time 1339770183 : 4474566 11471 new max 25667417 -676 5021 11 time 1339770188 : 4474566 11704 new max 25677460 -676 5022 12 time 1339770251 : 4474566 14479 new max 25678813 -677 5022 13 time 1339770307 : 4474566 16961 new max 25680168 -678 5022 14 time 1339770310 : 4474566 17134 new max 25681525 -679 5022 15 time 1339770355 : 4474566 19090 new max 25686154 -675 5023 461.45user 0.16system 7:43.85elapsed 99%CPU (0avgtext+0avgdata 30144maxresident)k 0inputs+64outputs (0major+1942minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.5-baseline ================= x.4.5-baseline + time ./x.4.5-baseline gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 (stdin): max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339770377 end_time = 1339770387 max_total_points goal 4494566 1 time 1339770397 : 4474566 385 new max 25605850 -675 5015 2 time 1339770526 : 4474566 5928 new max 25613185 -673 5016 3 time 1339770537 : 4474566 6401 new max 25623218 -673 5017 4 time 1339770561 : 4474566 7432 new max 25633253 -673 5018 5 time 1339770593 : 4474566 8756 new max 25643290 -673 5019 6 time 1339770607 : 4474566 9395 new max 25644637 -674 5019 7 time 1339770617 : 4474566 9801 new max 25645986 -675 5019 8 time 1339770638 : 4474566 10666 new max 25647337 -676 5019 9 time 1339770639 : 4474566 10726 new max 25657376 -676 5020 10 time 1339770658 : 4474566 11471 new max 25667417 -676 5021 11 time 1339770663 : 4474566 11704 new max 25677460 -676 5022 12 time 1339770728 : 4474566 14479 new max 25678813 -677 5022 13 time 1339770786 : 4474566 16961 new max 25680168 -678 5022 14 time 1339770790 : 4474566 17134 new max 25681525 -679 5022 15 time 1339770836 : 4474566 19090 new max 25686154 -675 5023 479.73user 0.16system 8:02.15elapsed 99%CPU (0avgtext+0avgdata 30128maxresident)k 0inputs+56outputs (0major+1941minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.6-baseline ================= x.4.6-baseline + time ./x.4.6-baseline gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 (stdin): max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339770859 end_time = 1339770869 max_total_points goal 4494566 1 time 1339770878 : 4474566 385 new max 25605850 -675 5015 2 time 1339770997 : 4474566 5928 new max 25613185 -673 5016 3 time 1339771007 : 4474566 6401 new max 25623218 -673 5017 4 time 1339771029 : 4474566 7432 new max 25633253 -673 5018 5 time 1339771058 : 4474566 8756 new max 25643290 -673 5019 6 time 1339771072 : 4474566 9395 new max 25644637 -674 5019 7 time 1339771081 : 4474566 9801 new max 25645986 -675 5019 8 time 1339771100 : 4474566 10666 new max 25647337 -676 5019 9 time 1339771101 : 4474566 10726 new max 25657376 -676 5020 10 time 1339771118 : 4474566 11471 new max 25667417 -676 5021 11 time 1339771123 : 4474566 11704 new max 25677460 -676 5022 12 time 1339771183 : 4474566 14479 new max 25678813 -677 5022 13 time 1339771237 : 4474566 16961 new max 25680168 -678 5022 14 time 1339771240 : 4474566 17134 new max 25681525 -679 5022 15 time 1339771283 : 4474566 19090 new max 25686154 -675 5023 442.36user 0.17system 7:24.79elapsed 99%CPU (0avgtext+0avgdata 30128maxresident)k 0inputs+56outputs (0major+1941minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.7-baseline ================= x.4.7-baseline + time ./x.4.7-baseline gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 max_new_points goal 20000 reading points... (stdin): reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339771304 end_time = 1339771314 max_total_points goal 4494566 1 time 1339771323 : 4474566 385 new max 25605850 -675 5015 2 time 1339771444 : 4474566 5928 new max 25613185 -673 5016 3 time 1339771455 : 4474566 6401 new max 25623218 -673 5017 4 time 1339771477 : 4474566 7432 new max 25633253 -673 5018 5 time 1339771507 : 4474566 8756 new max 25643290 -673 5019 6 time 1339771521 : 4474566 9395 new max 25644637 -674 5019 7 time 1339771530 : 4474566 9801 new max 25645986 -675 5019 8 time 1339771550 : 4474566 10666 new max 25647337 -676 5019 9 time 1339771551 : 4474566 10726 new max 25657376 -676 5020 10 time 1339771568 : 4474566 11471 new max 25667417 -676 5021 11 time 1339771573 : 4474566 11704 new max 25677460 -676 5022 12 time 1339771636 : 4474566 14479 new max 25678813 -677 5022 13 time 1339771690 : 4474566 16961 new max 25680168 -678 5022 14 time 1339771694 : 4474566 17134 new max 25681525 -679 5022 15 time 1339771738 : 4474566 19090 new max 25686154 -675 5023 452.68user 0.19system 7:35.18elapsed 99%CPU (0avgtext+0avgdata 30144maxresident)k 0inputs+64outputs (0major+1942minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.4-debug ================= x.4.4-debug + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + md5sum + time ./x.4.4-debug gp2 20000 + bunzip2 (stdin): DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339771759 end_time = 1339771779 max_total_points goal 4494566 1 time 1339771843 : 4474566 385 new max 25605850 -675 5015 2 time 1339772689 : 4474566 5928 new max 25613185 -673 5016 3 time 1339772763 : 4474566 6401 new max 25623218 -673 5017 4 time 1339772921 : 4474566 7432 new max 25633253 -673 5018 5 time 1339773129 : 4474566 8756 new max 25643290 -673 5019 6 time 1339773225 : 4474566 9395 new max 25644637 -674 5019 7 time 1339773292 : 4474566 9801 new max 25645986 -675 5019 8 time 1339773428 : 4474566 10666 new max 25647337 -676 5019 9 time 1339773437 : 4474566 10726 new max 25657376 -676 5020 10 time 1339773558 : 4474566 11471 new max 25667417 -676 5021 11 time 1339773594 : 4474566 11704 new max 25677460 -676 5022 12 time 1339774023 : 4474566 14479 new max 25678813 -677 5022 13 time 1339774404 : 4474566 16961 new max 25680168 -678 5022 14 time 1339774428 : 4474566 17134 new max 25681525 -679 5022 15 time 1339774735 : 4474566 19090 new max 25686154 -675 5023 3123.87user 0.25system 52:05.31elapsed 99%CPU (0avgtext+0avgdata 30208maxresident)k 0inputs+104outputs (0major+1946minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.5-debug ================= x.4.5-debug + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + md5sum + time ./x.4.5-debug gp2 20000 + bunzip2 (stdin): DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339774884 end_time = 1339774904 max_total_points goal 4494566 1 time 1339774968 : 4474566 385 new max 25605850 -675 5015 2 time 1339775816 : 4474566 5928 new max 25613185 -673 5016 3 time 1339775890 : 4474566 6401 new max 25623218 -673 5017 4 time 1339776048 : 4474566 7432 new max 25633253 -673 5018 5 time 1339776256 : 4474566 8756 new max 25643290 -673 5019 6 time 1339776352 : 4474566 9395 new max 25644637 -674 5019 7 time 1339776419 : 4474566 9801 new max 25645986 -675 5019 8 time 1339776554 : 4474566 10666 new max 25647337 -676 5019 9 time 1339776564 : 4474566 10726 new max 25657376 -676 5020 10 time 1339776685 : 4474566 11471 new max 25667417 -676 5021 11 time 1339776721 : 4474566 11704 new max 25677460 -676 5022 12 time 1339777150 : 4474566 14479 new max 25678813 -677 5022 13 time 1339777531 : 4474566 16961 new max 25680168 -678 5022 14 time 1339777556 : 4474566 17134 new max 25681525 -679 5022 15 time 1339777863 : 4474566 19090 new max 25686154 -675 5023 3126.41user 0.26system 52:07.84elapsed 99%CPU (0avgtext+0avgdata 30224maxresident)k 0inputs+104outputs (0major+1948minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.6-debug ================= x.4.6-debug + time ./x.4.6-debug gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 (stdin): DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG max_new_points goal 20000 reading points... reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339778012 end_time = 1339778032 max_total_points goal 4494566 1 time 1339778097 : 4474566 385 new max 25605850 -675 5015 2 time 1339779067 : 4474566 5928 new max 25613185 -673 5016 3 time 1339779203 : 4474566 6401 new max 25623218 -673 5017 4 time 1339779493 : 4474566 7432 new max 25633253 -673 5018 5 time 1339779875 : 4474566 8756 new max 25643290 -673 5019 6 time 1339780049 : 4474566 9395 new max 25644637 -674 5019 7 time 1339780172 : 4474566 9801 new max 25645986 -675 5019 8 time 1339780420 : 4474566 10666 new max 25647337 -676 5019 9 time 1339780437 : 4474566 10726 new max 25657376 -676 5020 10 time 1339780659 : 4474566 11471 new max 25667417 -676 5021 11 time 1339780725 : 4474566 11704 new max 25677460 -676 5022 12 time 1339781511 : 4474566 14479 new max 25678813 -677 5022 13 time 1339782206 : 4474566 16961 new max 25680168 -678 5022 14 time 1339782251 : 4474566 17134 new max 25681525 -679 5022 15 time 1339782812 : 4474566 19090 new max 25686154 -675 5023 5068.46user 0.60system 1:24:31elapsed 99%CPU (0avgtext+0avgdata 30224maxresident)k 0inputs+112outputs (0major+1948minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 - + for file in '$exe' + echo ================= x.4.7-debug ================= x.4.7-debug + time ./x.4.7-debug gp2 20000 + md5sum + cat ../data/point-stree-00.bz2 ../data/point-stree-01.bz2 + bunzip2 DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG DEBUG max_new_points goal 20000 reading points... (stdin): reading status 2 1 done 4474565 points read. max_distance = 25597172 start_time = 1339783084 end_time = 1339783123 max_total_points goal 4494566 1 time 1339783239 : 4474566 385 new max 25605850 -675 5015 2 time 1339784780 : 4474566 5928 new max 25613185 -673 5016 3 time 1339784914 : 4474566 6401 new max 25623218 -673 5017 4 time 1339785201 : 4474566 7432 new max 25633253 -673 5018 5 time 1339785580 : 4474566 8756 new max 25643290 -673 5019 6 time 1339785753 : 4474566 9395 new max 25644637 -674 5019 7 time 1339785875 : 4474566 9801 new max 25645986 -675 5019 8 time 1339786122 : 4474566 10666 new max 25647337 -676 5019 9 time 1339786138 : 4474566 10726 new max 25657376 -676 5020 10 time 1339786358 : 4474566 11471 new max 25667417 -676 5021 11 time 1339786424 : 4474566 11704 new max 25677460 -676 5022 12 time 1339787203 : 4474566 14479 new max 25678813 -677 5022 13 time 1339787891 : 4474566 16961 new max 25680168 -678 5022 14 time 1339787935 : 4474566 17134 new max 25681525 -679 5022 15 time 1339788491 : 4474566 19090 new max 25686154 -675 5023 5662.30user 1.05system 1:34:35elapsed 99%CPU (0avgtext+0avgdata 30208maxresident)k 280inputs+112outputs (3major+1958minor)pagefaults 0swaps e103a5635f62120eacf4ed660a18fc06 -