PotreeConverter
PotreeConverter copied to clipboard
Segfault in SamplerPoisson::sample
I made a laz file from an xyzrgb text file with txt2las:
txt2las -parse xyzRGB -i "${file}" -set_scale 1 1 1 -o "${file}.laz"
lasinfo -repair_bb "${file}.laz"
lasinfo mentioned no problems. The data is a cuboid with different x, y, and z dimensions and one colored point at each full integer.
I built PotreeConverter from PotreeConverter-2.1.tar.gz on Linux. It runs fine with some point clouds I tried (laz and las). I tried the same with PotreeConverter_2.1_x64_windows.zip in wine
and got the same crash below (I think, didn't try a backtrace).
Ryzen 3600X with 64 GB RAM.
Trying it with my laz file I get a segfault at 67%:
$ gdb --args /tmp/PotreeConverter-2.1/build/PotreeConverter /path/images.xyzrgb.csv_01_01_02.laz -o /path/potree/pointclouds/foo/
GNU gdb (GDB) 11.1
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /tmp/PotreeConverter-2.1/build/PotreeConverter...
(No debugging symbols found in /tmp/PotreeConverter-2.1/build/PotreeConverter)
(gdb) run
Starting program: /tmp/PotreeConverter-2.1/build/PotreeConverter /path/images.xyzrgb.csv_01_01_02.laz -o /path/potree/pointclouds/foo/
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff7950640 (LWP 460105)]
#threads: 12
#paths: 1
output attributes:
name offset size
================================================
position 0 12
intensity 12 2
return number 14 1
number of returns 15 1
classification 16 1
scan angle rank 17 1
user data 18 1
point source id 19 2
rgb 21 6
================================================
27
================================================
cubicAABB: {
"min": [0.000000, 129.000000, 0.000000],
"max": [5620.000000, 5749.000000, 5620.000000],
"size": [5620.000000, 5620.000000, 5620.000000]
}
#points: 748'167'744
total file size: 936.4 MB
target directory: '/path/potree/pointclouds/foo/'
[New Thread 0x7ffff6aec640 (LWP 460106)]
maxPointsPerChunk: 10000000
=======================================
=== COUNTING
=======================================
[New Thread 0x7ffff62eb640 (LWP 460107)]
[New Thread 0x7ffff5aea640 (LWP 460108)]
[New Thread 0x7ffff52e9640 (LWP 460109)]
[New Thread 0x7ffff4ae8640 (LWP 460110)]
[New Thread 0x7fffcfffe640 (LWP 460111)]
[New Thread 0x7fffcf7fd640 (LWP 460112)]
[New Thread 0x7fffceffc640 (LWP 460113)]
[New Thread 0x7fffce7fb640 (LWP 460114)]
[New Thread 0x7fffcdffa640 (LWP 460115)]
[New Thread 0x7fffcd7f9640 (LWP 460116)]
[New Thread 0x7fffccff8640 (LWP 460117)]
[New Thread 0x7fffcc7f7640 (LWP 460118)]
tStartTaskAssembly: 0.000136s
[2%, 1s], [COUNTING: 6%, duration: 1s, throughput: 48MPs][RAM: 1.8GB (highest 1.8GB), CPU: 84%]
[4%, 2s], [COUNTING: 13%, duration: 2s, throughput: 49MPs][RAM: 1.8GB (highest 1.8GB), CPU: 96%]
[7%, 3s], [COUNTING: 20%, duration: 3s, throughput: 52MPs][RAM: 1.8GB (highest 1.8GB), CPU: 96%]
[9%, 4s], [COUNTING: 28%, duration: 4s, throughput: 53MPs][RAM: 1.8GB (highest 1.8GB), CPU: 95%]
[12%, 5s], [COUNTING: 36%, duration: 5s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 96%]
[14%, 6s], [COUNTING: 43%, duration: 6s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 96%]
[17%, 7s], [COUNTING: 50%, duration: 7s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 95%]
[19%, 8s], [COUNTING: 58%, duration: 8s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 95%]
[22%, 9s], [COUNTING: 65%, duration: 9s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 97%]
[24%, 10s], [COUNTING: 72%, duration: 10s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 96%]
[27%, 11s], [COUNTING: 80%, duration: 11s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 96%]
[29%, 12s], [COUNTING: 87%, duration: 12s, throughput: 54MPs][RAM: 1.8GB (highest 1.8GB), CPU: 96%]
[32%, 13s], [COUNTING: 95%, duration: 13s, throughput: 55MPs][RAM: 1.8GB (highest 1.8GB), CPU: 95%]
[Thread 0x7fffcdffa640 (LWP 460115) exited]
[Thread 0x7ffff52e9640 (LWP 460109) exited]
[Thread 0x7fffceffc640 (LWP 460113) exited]
[Thread 0x7fffcc7f7640 (LWP 460118) exited]
[Thread 0x7ffff4ae8640 (LWP 460110) exited]
[Thread 0x7fffcd7f9640 (LWP 460116) exited]
[Thread 0x7fffce7fb640 (LWP 460114) exited]
[Thread 0x7fffcf7fd640 (LWP 460112) exited]
[Thread 0x7fffccff8640 (LWP 460117) exited]
[Thread 0x7fffcfffe640 (LWP 460111) exited]
[Thread 0x7ffff5aea640 (LWP 460108) exited]
[Thread 0x7ffff62eb640 (LWP 460107) exited]
countPointsInCells: 13.695991s
finished counting in 14s
=======================================
[33%, 14s], [COUNTING: 100%, duration: 14s, throughput: 55MPs][RAM: 2.4GB (highest 2.4GB), CPU: 59%]
[33%, 15s], [COUNTING: 100%, duration: 14s, throughput: 55MPs][RAM: 2.6GB (highest 2.6GB), CPU: 9%]
createLUT: 2.076927s
[33%, 16s], [COUNTING: 100%, duration: 14s, throughput: 55MPs][RAM: 3.0GB (highest 3.5GB), CPU: 14%]
=======================================
=== CREATING CHUNKS
=======================================
[New Thread 0x7fffcc7f7640 (LWP 460183)]
[New Thread 0x7fffccff8640 (LWP 460184)]
[New Thread 0x7fffcd7f9640 (LWP 460185)]
[New Thread 0x7fffcdffa640 (LWP 460186)]
[New Thread 0x7ffff62eb640 (LWP 460187)]
[New Thread 0x7ffff5aea640 (LWP 460188)]
[New Thread 0x7ffff52e9640 (LWP 460189)]
[New Thread 0x7ffff4ae8640 (LWP 460190)]
[New Thread 0x7fffcfffe640 (LWP 460191)]
[New Thread 0x7fffcf7fd640 (LWP 460192)]
[New Thread 0x7fffceffc640 (LWP 460193)]
[New Thread 0x7fffce7fb640 (LWP 460194)]
[New Thread 0x7fffcbff6640 (LWP 460195)]
distributePoints0: 0.001024s
distributePoints1: 0.001033s
[New Thread 0x7fffcb7f5640 (LWP 460196)]
[New Thread 0x7fffcaff4640 (LWP 460197)]
[New Thread 0x7fffca7f3640 (LWP 460198)]
[New Thread 0x7fffc9ff2640 (LWP 460199)]
[New Thread 0x7fffc97f1640 (LWP 460200)]
[New Thread 0x7fffc8ff0640 (LWP 460201)]
[New Thread 0x7fffbbfff640 (LWP 460202)]
[New Thread 0x7fffbb7fe640 (LWP 460203)]
[New Thread 0x7fffbaffd640 (LWP 460204)]
[New Thread 0x7fffba7fc640 (LWP 460205)]
[New Thread 0x7fffb9ffb640 (LWP 460206)]
[New Thread 0x7fffb97fa640 (LWP 460207)]
[33%, 17s], [DISTRIBUTING: 0%, duration: 0s, throughput: -nanMPs][RAM: 2.4GB (highest 3.5GB), CPU: 98%]
[34%, 18s], [DISTRIBUTING: 2%, duration: 1s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[34%, 19s], [DISTRIBUTING: 3%, duration: 3s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[35%, 20s], [DISTRIBUTING: 5%, duration: 4s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[35%, 21s], [DISTRIBUTING: 5%, duration: 5s, throughput: 8MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[36%, 22s], [DISTRIBUTING: 7%, duration: 6s, throughput: 8MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[36%, 23s], [DISTRIBUTING: 8%, duration: 7s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 98%]
[37%, 24s], [DISTRIBUTING: 10%, duration: 8s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[37%, 25s], [DISTRIBUTING: 11%, duration: 9s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[38%, 26s], [DISTRIBUTING: 13%, duration: 10s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[38%, 27s], [DISTRIBUTING: 13%, duration: 11s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[38%, 28s], [DISTRIBUTING: 15%, duration: 12s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[39%, 29s], [DISTRIBUTING: 16%, duration: 13s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[39%, 30s], [DISTRIBUTING: 18%, duration: 14s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[40%, 31s], [DISTRIBUTING: 19%, duration: 15s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[40%, 32s], [DISTRIBUTING: 20%, duration: 16s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[40%, 33s], [DISTRIBUTING: 21%, duration: 17s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[41%, 34s], [DISTRIBUTING: 23%, duration: 18s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 98%]
[41%, 35s], [DISTRIBUTING: 24%, duration: 19s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[42%, 36s], [DISTRIBUTING: 26%, duration: 20s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[42%, 37s], [DISTRIBUTING: 26%, duration: 21s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[43%, 38s], [DISTRIBUTING: 28%, duration: 22s, throughput: 9MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[43%, 39s], [DISTRIBUTING: 29%, duration: 23s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[43%, 40s], [DISTRIBUTING: 30%, duration: 24s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 98%]
[44%, 41s], [DISTRIBUTING: 32%, duration: 25s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[44%, 42s], [DISTRIBUTING: 33%, duration: 26s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[45%, 43s], [DISTRIBUTING: 34%, duration: 27s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[45%, 44s], [DISTRIBUTING: 36%, duration: 28s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[46%, 45s], [DISTRIBUTING: 37%, duration: 29s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[46%, 46s], [DISTRIBUTING: 38%, duration: 30s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[47%, 47s], [DISTRIBUTING: 40%, duration: 31s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[47%, 48s], [DISTRIBUTING: 41%, duration: 32s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[47%, 49s], [DISTRIBUTING: 42%, duration: 33s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[48%, 50s], [DISTRIBUTING: 43%, duration: 34s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[48%, 51s], [DISTRIBUTING: 45%, duration: 35s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[49%, 52s], [DISTRIBUTING: 47%, duration: 36s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[49%, 53s], [DISTRIBUTING: 47%, duration: 37s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[50%, 54s], [DISTRIBUTING: 49%, duration: 38s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[50%, 55s], [DISTRIBUTING: 50%, duration: 39s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[50%, 56s], [DISTRIBUTING: 51%, duration: 40s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[51%, 57s], [DISTRIBUTING: 53%, duration: 41s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[51%, 58s], [DISTRIBUTING: 54%, duration: 42s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[52%, 59s], [DISTRIBUTING: 55%, duration: 43s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[52%, 60s], [DISTRIBUTING: 57%, duration: 44s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[53%, 61s], [DISTRIBUTING: 58%, duration: 45s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[53%, 62s], [DISTRIBUTING: 59%, duration: 46s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[54%, 63s], [DISTRIBUTING: 61%, duration: 47s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[54%, 64s], [DISTRIBUTING: 62%, duration: 48s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[54%, 65s], [DISTRIBUTING: 63%, duration: 49s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[55%, 66s], [DISTRIBUTING: 64%, duration: 50s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[55%, 67s], [DISTRIBUTING: 66%, duration: 51s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[56%, 68s], [DISTRIBUTING: 67%, duration: 52s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[56%, 69s], [DISTRIBUTING: 69%, duration: 53s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[57%, 70s], [DISTRIBUTING: 70%, duration: 54s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 98%]
[57%, 71s], [DISTRIBUTING: 71%, duration: 55s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[57%, 72s], [DISTRIBUTING: 72%, duration: 56s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 98%]
[58%, 73s], [DISTRIBUTING: 74%, duration: 57s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 98%]
[58%, 74s], [DISTRIBUTING: 75%, duration: 58s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[59%, 75s], [DISTRIBUTING: 76%, duration: 59s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[59%, 76s], [DISTRIBUTING: 77%, duration: 60s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[60%, 77s], [DISTRIBUTING: 79%, duration: 61s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 97%]
[60%, 78s], [DISTRIBUTING: 80%, duration: 62s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[61%, 79s], [DISTRIBUTING: 82%, duration: 63s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[61%, 80s], [DISTRIBUTING: 83%, duration: 64s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[61%, 81s], [DISTRIBUTING: 84%, duration: 65s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[62%, 82s], [DISTRIBUTING: 85%, duration: 66s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 92%]
[62%, 83s], [DISTRIBUTING: 87%, duration: 67s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[63%, 84s], [DISTRIBUTING: 88%, duration: 68s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[63%, 85s], [DISTRIBUTING: 89%, duration: 69s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[63%, 86s], [DISTRIBUTING: 90%, duration: 70s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[64%, 87s], [DISTRIBUTING: 92%, duration: 71s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[64%, 88s], [DISTRIBUTING: 93%, duration: 72s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[65%, 89s], [DISTRIBUTING: 95%, duration: 73s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[65%, 90s], [DISTRIBUTING: 96%, duration: 74s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 100%]
[66%, 91s], [DISTRIBUTING: 97%, duration: 75s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[66%, 92s], [DISTRIBUTING: 98%, duration: 76s, throughput: 10MPs][RAM: 3.2GB (highest 3.5GB), CPU: 99%]
[Thread 0x7fffc9ff2640 (LWP 460199) exited]
[Thread 0x7fffb97fa640 (LWP 460207) exited]
[Thread 0x7fffc8ff0640 (LWP 460201) exited]
[Thread 0x7fffbb7fe640 (LWP 460203) exited]
[Thread 0x7fffb9ffb640 (LWP 460206) exited]
[Thread 0x7fffca7f3640 (LWP 460198) exited]
[Thread 0x7fffbaffd640 (LWP 460204) exited]
[Thread 0x7fffcb7f5640 (LWP 460196) exited]
[Thread 0x7fffc97f1640 (LWP 460200) exited]
[Thread 0x7fffcaff4640 (LWP 460197) exited]
[Thread 0x7fffba7fc640 (LWP 460205) exited]
[Thread 0x7fffbbfff640 (LWP 460202) exited]
[Thread 0x7ffff62eb640 (LWP 460187) exited]
[Thread 0x7fffce7fb640 (LWP 460194) exited]
[Thread 0x7fffceffc640 (LWP 460193) exited]
[Thread 0x7ffff52e9640 (LWP 460189) exited]
[Thread 0x7fffcd7f9640 (LWP 460185) exited]
[Thread 0x7fffccff8640 (LWP 460184) exited]
[Thread 0x7fffcc7f7640 (LWP 460183) exited]
[Thread 0x7fffcdffa640 (LWP 460186) exited]
[Thread 0x7ffff5aea640 (LWP 460188) exited]
[Thread 0x7fffcfffe640 (LWP 460191) exited]
[Thread 0x7fffcf7fd640 (LWP 460192) exited]
[Thread 0x7ffff4ae8640 (LWP 460190) exited]
finished creating chunks in 77s
=======================================
[Thread 0x7fffcbff6640 (LWP 460195) exited]
=======================================
=== INDEXING
=======================================
[New Thread 0x7fffcbff6640 (LWP 460785)]
[New Thread 0x7fffce7fb640 (LWP 460786)]
[New Thread 0x7fffceffc640 (LWP 460787)]
[New Thread 0x7fffcf7fd640 (LWP 460788)]
[New Thread 0x7ffff62eb640 (LWP 460789)]
[New Thread 0x7ffff5aea640 (LWP 460790)]
[New Thread 0x7ffff52e9640 (LWP 460791)]
[New Thread 0x7ffff4ae8640 (LWP 460792)]
[New Thread 0x7fffeffff640 (LWP 460793)]
[New Thread 0x7fffef7fe640 (LWP 460794)]
[New Thread 0x7fffeeffd640 (LWP 460795)]
[New Thread 0x7fffee7fc640 (LWP 460796)]
[New Thread 0x7fffedffb640 (LWP 460797)]
[67%, 93s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 2.9GB (highest 3.5GB), CPU: 93%]
[New Thread 0x7fffd110e640 (LWP 460798)]
[New Thread 0x7fffd0d0d640 (LWP 460799)]
[New Thread 0x7fffd090c640 (LWP 460800)]
[New Thread 0x7fffd050b640 (LWP 460801)]
[New Thread 0x7fffd010a640 (LWP 460802)]
[New Thread 0x7fffcfd09640 (LWP 460803)]
[New Thread 0x7fffcdffa640 (LWP 460804)]
[New Thread 0x7fffcdbf9640 (LWP 460805)]
[New Thread 0x7fffcd7f8640 (LWP 460806)]
[New Thread 0x7fffcd3f7640 (LWP 460807)]
[New Thread 0x7fffccff6640 (LWP 460808)]
[New Thread 0x7fffc956f640 (LWP 460810)]
[New Thread 0x7fffc9970640 (LWP 460809)]
[New Thread 0x7fffc8d6d640 (LWP 460812)]
[New Thread 0x7fffc916e640 (LWP 460811)]
[New Thread 0x7fffc896c640 (LWP 460813)]
[New Thread 0x7fffc856b640 (LWP 460814)]
[New Thread 0x7fffa7bfe640 (LWP 460815)]
[New Thread 0x7fffa7fff640 (LWP 460816)]
[New Thread 0x7fffa73fc640 (LWP 460817)]
[New Thread 0x7fffa77fd640 (LWP 460819)]
[New Thread 0x7fffa6ffb640 (LWP 460818)]
[New Thread 0x7fffa6bfa640 (LWP 460820)]
[New Thread 0x7fffa4974640 (LWP 460821)]
[New Thread 0x7fffa4573640 (LWP 460822)]
[New Thread 0x7fff99d79640 (LWP 460824)]
[New Thread 0x7fff99577640 (LWP 460826)]
[New Thread 0x7fff98974640 (LWP 460827)]
[New Thread 0x7fff99176640 (LWP 460828)]
[New Thread 0x7fff98d75640 (LWP 460829)]
[New Thread 0x7fff9a17a640 (LWP 460823)]
[New Thread 0x7fff99978640 (LWP 460825)]
[New Thread 0x7fff837fd640 (LWP 460832)]
[New Thread 0x7fff98573640 (LWP 460833)]
[New Thread 0x7fff83fff640 (LWP 460834)]
[New Thread 0x7fff83bfe640 (LWP 460835)]
[New Thread 0x7fff82bfa640 (LWP 460836)]
[New Thread 0x7fff833fc640 (LWP 460831)]
[New Thread 0x7fff82ffb640 (LWP 460830)]
[67%, 94s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 4.2GB (highest 4.2GB), CPU: 71%]
[New Thread 0x7fff12e7f640 (LWP 460837)]
[New Thread 0x7fff8043e640 (LWP 460838)]
[New Thread 0x7fff12a7e640 (LWP 460839)]
[New Thread 0x7fff1267d640 (LWP 460840)]
[New Thread 0x7fff1227c640 (LWP 460841)]
[67%, 95s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 4.4GB (highest 4.4GB), CPU: 99%]
[67%, 96s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 4.4GB (highest 4.4GB), CPU: 100%]
[67%, 97s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 4.4GB (highest 4.4GB), CPU: 100%]
[New Thread 0x7ffedbd72640 (LWP 460843)]
[New Thread 0x7ffedb971640 (LWP 460844)]
[New Thread 0x7ffedb570640 (LWP 460845)]
[New Thread 0x7ffedb16f640 (LWP 460846)]
[New Thread 0x7ffeda56c640 (LWP 460849)]
[New Thread 0x7ffeda96d640 (LWP 460848)]
[New Thread 0x7ffedad6e640 (LWP 460847)]
[New Thread 0x7ffeda16b640 (LWP 460850)]
[New Thread 0x7ffed9d6a640 (LWP 460851)]
[New Thread 0x7ffed9969640 (LWP 460852)]
[New Thread 0x7ffed9568640 (LWP 460853)]
[67%, 98s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 4.7GB (highest 4.7GB), CPU: 100%]
[67%, 99s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 4.8GB (highest 4.8GB), CPU: 100%]
[67%, 100s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.2GB (highest 5.2GB), CPU: 100%]
[67%, 101s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 102s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 99%]
[67%, 103s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 99%]
[67%, 104s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 105s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 106s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 107s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 108s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 109s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 110s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 111s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 112s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 113s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 114s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 115s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 116s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 117s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 118s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 119s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 120s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 121s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 99%]
[67%, 122s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.5GB (highest 5.6GB), CPU: 99%]
[67%, 123s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.5GB (highest 5.6GB), CPU: 100%]
[67%, 124s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.5GB (highest 5.6GB), CPU: 100%]
[67%, 125s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.5GB (highest 5.6GB), CPU: 100%]
[67%, 126s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.5GB (highest 5.6GB), CPU: 100%]
[67%, 127s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 128s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 129s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 130s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 131s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 132s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 133s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 134s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 135s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 136s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 137s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 138s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 139s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 140s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 141s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 142s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 143s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 144s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 145s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 146s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 147s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 148s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[67%, 149s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.6GB (highest 5.6GB), CPU: 100%]
[New Thread 0x7ffeadbfe640 (LWP 461064)]
[New Thread 0x7ffead3fc640 (LWP 461066)]
[New Thread 0x7ffeacbfa640 (LWP 461067)]
[New Thread 0x7ffead7fd640 (LWP 461065)]
[New Thread 0x7ffeacffb640 (LWP 461068)]
[New Thread 0x7ffeac7f9640 (LWP 461069)]
[New Thread 0x7ffe8b7fd640 (LWP 461072)]
[New Thread 0x7ffe8bfff640 (LWP 461070)]
[New Thread 0x7ffe8bbfe640 (LWP 461071)]
[67%, 150s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 151s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 152s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 153s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 154s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 155s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 156s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 157s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 158s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 159s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 160s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 161s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 162s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 163s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 164s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 165s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 166s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 167s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 168s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 169s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 170s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 171s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 172s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 173s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 174s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 175s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 176s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 177s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 178s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 179s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 180s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 181s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 182s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 183s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 184s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 185s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 186s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 187s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 188s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 189s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 190s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 191s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 192s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 193s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 5.8GB (highest 5.8GB), CPU: 100%]
[67%, 194s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.0GB (highest 6.0GB), CPU: 100%]
[67%, 195s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 196s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 99%]
[67%, 197s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 198s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 199s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 200s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 201s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 202s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 203s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 204s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 205s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 206s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 207s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 208s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 209s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 210s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 211s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 212s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 213s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.1GB (highest 6.1GB), CPU: 100%]
[67%, 214s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.2GB (highest 6.2GB), CPU: 100%]
[67%, 215s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.2GB (highest 6.3GB), CPU: 100%]
[67%, 216s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.3GB (highest 6.4GB), CPU: 100%]
[67%, 217s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.3GB (highest 6.4GB), CPU: 100%]
[67%, 218s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 219s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 220s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 221s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 222s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 223s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 224s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 225s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 226s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 227s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.4GB (highest 6.4GB), CPU: 100%]
[67%, 228s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 6.8GB (highest 6.8GB), CPU: 100%]
[67%, 229s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.3GB (highest 7.4GB), CPU: 99%]
[67%, 230s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 7.9GB), CPU: 100%]
[67%, 231s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.8GB (highest 7.9GB), CPU: 100%]
[67%, 232s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 99%]
[67%, 233s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 234s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 235s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 236s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 237s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 238s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 239s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 240s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 241s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 242s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 243s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 244s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 245s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 246s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 247s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 248s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 249s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 250s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 251s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 252s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 253s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 254s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 255s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 256s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 257s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 258s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 259s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 260s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 261s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 262s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 263s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 264s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 265s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 266s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 267s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 268s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 269s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 270s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 271s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
[67%, 272s], [INDEXING: 0%, duration: 0s, throughput: -nanMPs][RAM: 7.9GB (highest 8.0GB), CPU: 100%]
Thread 48 "PotreeConverter" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff4ae8640 (LWP 460792)]
0x00005555555ce800 in SamplerPoisson::sample(std::shared_ptr<Node>, Attributes, double, std::function<void (Node*)>)::{lambda(Node*)#2}::operator()(Node*) const [clone .isra.0] ()
(gdb) bt
#0 0x00005555555ce800 in SamplerPoisson::sample(std::shared_ptr<Node>, Attributes, double, std::function<void (Node*)>)::{lambda(Node*)#2}::operator()(Node*) const [clone .isra.0] ()
#1 0x00005555555c8c05 in std::_Function_handler<void (Node*, std::function<void (Node*)>), SamplerPoisson::sample(std::shared_ptr<Node>, Attributes, double, std::function<void (Node*)>)::{lambda(Node*, std::function<void (Node*)>)#1}>::_M_invoke(std::_Any_data const&, Node*&&, std::function<void (Node*)>&&) ()
#2 0x00005555555c7fb4 in SamplerPoisson::sample(std::shared_ptr<Node>, Attributes, double, std::function<void (Node*)>) ()
#3 0x000055555559f333 in auto indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::{lambda(auto:1)#2}::operator()<std::shared_ptr<indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::Task> >(std::shared_ptr<indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::Task>) const ()
#4 0x000055555559f8bf in std::_Function_handler<void (std::shared_ptr<indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::Task>), indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::{lambda(auto:1)#2}>::_M_invoke(std::_Any_data const&, std::shared_ptr<indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::Task>&&) ()
#5 0x000055555558d277 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<TaskPool<indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::Task>::TaskPool(unsigned long, std::function<void (std::shared_ptr<indexer::doIndexing(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, State&, Options&, Sampler&)::Task>)>)::{lambda()#1}> > >::_M_run() ()
#6 0x00007ffff7d5c3c4 in std::execute_native_thread_routine (__p=0x5555556cee40)
at /build/gcc/src/gcc/libstdc++-v3/src/c++11/thread.cc:82
#7 0x00007ffff7ea8259 in start_thread () from /usr/lib/libpthread.so.0
#8 0x00007ffff7a5a5e3 in clone () from /usr/lib/libc.so.6
(gdb)
I thought it might be some bad data from my input but the crash seems to depend on the data size. I bisected the data and tried again. I get the segfault when trying my whole dataset, both halfs of it, all thirds of it but not for any quarters of it.
I can upload the data if someone wants to take a look. Is there anything else I can provide to help fix this bug?
Ah, let me try 1.7!
1.7 via wine gets into a slow-as-a-molasse state where writing 1 million points during the indexing stage took 4000 seconds. I canceled that. I tried this both with one quarter of the main file as well as with one third of that and gave up.
Unfortunately, this isn't a simple problem to diagnose. I've tried to figure out what's breaking a couple times in the past without much luck. There's always a ton of points when it happens, and the amount of iterations makes debugging a delight.
On what systems (hardware & OS) does the fault occur? Specifically for the original issue, are you using a wine abstraction layer to run the Windows version of 2.1? Is it a fresh compile of the latest commits or the precompiled release of 2.1? Not sure it would matter much, but have you tried a different sampler option like random?
If you can upload the cloud, it would increase the odds of someone having a breakthrough, but it's no guarantee.
For now, a workaround would be to just use the bisected results on one potree viewer. You can load multiple point clouds just fine in the viewer. It may lead to some annoyances when changing the attribute properties of the clouds, but it works.
Thanks! I can imagine how hard this is to debug :) Btw: I tried processing the whole file with entwine and that ran out of memory, some comments online suggested the point structure might be heavy for some subdivision processes, so maybe this is also an issue here.
System is a Ryzen 5 3600X with 64 GB RAM. Archlinux. Wine was used for the Windows executables. The Linux executable was compiled fresh from main.
Using "-m random" did not crash indeed!
I uploaded one of the small crashing parts (https://transfer.sh/KI6Hxd/images.xyzrgb.csv_01_01_03.laz will be available for 14 days. It is sourced from a musicvideo but I consider it fair-use as an art project.
Using the small working parts as separate pointclouds is a nice idea and will work for my use case I think, thank you!
@kannes please see this issue: https://github.com/potree/PotreeConverter/issues/427
Your pointcloud is volumetric and PotreeConverter2.1 just doesn't support that right now.
I've had to do it all in 1.7/1.6
Depending on your use case it might be worthwhile to create a separate pointcloud for each frame and then just offset them from eachother to get the same effect. it is slower to load a ton of pointclouds though than just one.
Interesting! I will compile a 1.7 and see if that works.
I could not get 1.7 to compile and gave up on that.
Making several smaller pointclouds with -m random
worked for my use case.